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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d6d55d1b49a1b63d55bb17f30d2dd98c8120cd72 | 28d0f8c01599f8f6c711bdde0b59f9c2cd221203 | /sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/amdgpu_hw_ddc.c | a1eb44affa62e8d1665784991ab71a6ca7c0da32 | [] | no_license | NetBSD/src | 1a9cbc22ed778be638b37869ed4fb5c8dd616166 | 23ee83f7c0aea0777bd89d8ebd7f0cde9880d13c | refs/heads/trunk | 2023-08-31T13:24:58.105962 | 2023-08-27T15:50:47 | 2023-08-27T15:50:47 | 88,439,547 | 656 | 348 | null | 2023-07-20T20:07:24 | 2017-04-16T20:03:43 | null | UTF-8 | C | false | false | 6,716 | c | /* $NetBSD: amdgpu_hw_ddc.c,v 1.3 2021/12/19 12:02:39 riastradh Exp $ */
/*
* 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 re... | [
"riastradh@NetBSD.org"
] | riastradh@NetBSD.org |
adb7767ac182b7b67e36c98b24cc324395bc33e8 | 57a287ce8a69f6674ec6d8990453691159b3d6ba | /Main.c | c992ca2bba18ec40973f1ab4398c4ebc15a44fab | [] | no_license | RizkyKhapidsyah/Dasar-Dasar-C-Bag1__C | dff5944a1257f80488fa86ef9d71dbc7081e0975 | 879395095ec63b4e98144e4ebeb94e5c0580aa06 | refs/heads/master | 2022-12-04T03:04:18.720651 | 2020-08-17T03:59:15 | 2020-08-17T03:59:15 | 288,076,915 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 514 | c | #include <stdio.h>
#include <conio.h>
#include <stdlib.h>
#include "01-04_welcome.c"
#include "02-02_empty.c"
#include "02-06_printf.c"
#include "02-12_value1.c"
#include "02-12_value2.c"
#include "02-12_value3.c"
#include "02-12_value4.c"
#include "02-13_variable1.c"
#include "02-13_variable2.c"
#include "02-13_variab... | [
"RizkyKhapidsyah@RIKY_PC"
] | RizkyKhapidsyah@RIKY_PC |
c4d438ede16c85951acdaf950c7b2a0619422eda | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/dacea33b-1832-42a6-8a67-3c1ac2feae34.c | 0ab59c4f4911c7e2b88ed733315b1581cfa7ee80 | [] | 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 | 552 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=32;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = l%j;
l = l-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[73];
long c[50];
a = 0;
do {
//ra... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
b3bf29cad561fd8cd223d910996bf330d93ef8f6 | 3a430df27b7b17f75181380f0f42b57ca89fa120 | /utilities/Queue.h | 90fd75ec8a3ea8108ad36e1537a8b13d12259da4 | [] | no_license | rocliulp/thorns | bcf8826080c020aba59afd41643f5e440c23f9ad | 12277f71255cca190244a75db05c749b4d7ba544 | refs/heads/master | 2021-01-02T23:07:12.593449 | 2013-06-18T08:28:59 | 2013-06-18T08:28:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 419 | h | /*
* \author {Paul Liu}
* \summary {Interface of Queue structure in this project.}
*/
#ifndef _QUEUE_H_
#define _QUEUE_H_
struct Queue;
int Queue_New (struct Queue * * ppQueue, int capacity);
int Queue_Delete (struct Queue * pQueue);
int Queue_Put (struct Queue * pQueue, void const * pObj);
int Queue_Get (struct... | [
"rocliulp@gmail.com"
] | rocliulp@gmail.com |
3ac80823b12bb6d7468a227356a17076d2ad1ee5 | 497dd4dcd3708220093d21c4b4e5164989beef87 | /d/lingjiu/changl2.c | 595de6c60bcd7d67b89360ffc100433f5f427a8f | [] | no_license | auto21cn/SYXJL | 4375ed28c5505f8611907ea4701de4d9b0c2c2df | dd9babf91c9a122d440c0c2a679ac372f3e0c2db | refs/heads/master | 2021-01-08T20:47:38.424077 | 2019-01-17T11:47:40 | 2019-01-17T11:47:40 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 594 | c | //room: changlang2.c
inherit ROOM;
void create()
{
set("short","画廊");
set("long",@LONG
这是一条非常精美的长廊,柱子和栏杆是用华贵的紫檀木制成,上面
雕饰着美丽的图画,画工精巧,美不胜收。地板不知是用什么材料做的,
走在上面毫无声息,你只感到脚下软软的,非常舒服。一阵阵花香从西边
传来。
LONG
);
set("exits",([
"east" : __DIR__"changl3",
"west" : __DIR__"huayuan",
]));
set("coor/x",-120)... | [
"i@oiuv.cn"
] | i@oiuv.cn |
793b76cd4f25e1c40d4ef472aee59fed16b085d9 | f7c00a7c1923ec47ec36ee4bb05acbd4211c74fc | /pb_package.h | a82c911107c8b415be2b709927c6690449241a20 | [] | no_license | ShashaDDD/UART_PORT_COMM_DEMO | e82b9160bf52de5e5a961d72f477ad248f838cc2 | b9049d274e480e6e95ad5353a33ec3ce1b3c48b4 | refs/heads/master | 2021-07-19T17:25:39.536466 | 2017-10-26T14:53:31 | 2017-10-26T14:53:31 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 882 | h | //******************************************
// This is a c File Head
//作者:
//日期
//功能
//备注
//******************************************
#ifndef __PB_PACKAGE_H_
#define __PB_PACKAGE_H_
typedef enum
{
SHOW_ID = 0,
RETURN_ID,
ASK_FOR_INFO,
RETURN_INFO,
STOP_COMM,
START_CHA,
... | [
"liushasha@pandocloud.com"
] | liushasha@pandocloud.com |
e384672572e447ecc564245b3c969e4d546e40b7 | 80d2f7deb79e7ebace8ec3393bb6d41d01cb038b | /SUP/CONTR.H | a30b23d4f018a6b5c3acf69b0a91c2a690d794c2 | [] | no_license | kosfango/fips | 6558729e2ab17a49c37bf171302a7dec6fcff98c | a8191bbd3c7c72f0ff6e82e7c4ac5b507d01d9e6 | refs/heads/master | 2021-01-17T16:09:32.406267 | 2016-08-10T23:02:42 | 2016-08-10T23:02:42 | 63,811,332 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,208 | h | /*--------------------------------------------------------------------------*\
CONTR.H Version 1.1 1995 AVM
Header file for CONTR.C
\*--------------------------------------------------------------------------*/
#ifndef _contr_h_
#define _contr_h_
/*---------------------------------------------------... | [
"admin@5034.ru"
] | admin@5034.ru |
798205c80f85278c39a8995fe856ecff7580db62 | 65bb7ddea3af3a79e8f458d9fe40b2befcaaab6c | /ePic/ePic_PlotIndexBmp.c | 5a93b8bc4577a7b0f059efd7b689a6afc1c202ec | [] | no_license | thtfcccj/CompGUI | 79e52c3c90a1b33690cb51d634326f3f26ca436d | ec96eef2b081cdd28b3171fc00f09db456f6ff71 | refs/heads/master | 2022-09-28T18:04:39.596483 | 2022-08-26T14:16:02 | 2022-08-26T14:16:02 | 207,726,730 | 3 | 0 | null | null | null | null | GB18030 | C | false | false | 1,426 | c | /*******************************************************************************
ePic格式图像子模块-绘制BMP图像非压缩引引图实现
********************************************************************************/
#include "ePic.h"
#include "Plot.h"
#include "Plot_cbHw.h"//底层操作函数
#include <string.h>
//-------------------------... | [
"thtfcccj@qq.com"
] | thtfcccj@qq.com |
3e97427e7ce58121c7115a598c33cdb0835ba2d9 | aef8e964c2f547172b0648433fe74134bc0b2c10 | /xf86-video-dummy/src/dummy_cursor.c | fdeb4a3f212d0a8ae01cf87f4a70653a311bd561 | [
"MIT"
] | permissive | VanirLab/vanir-gui-agent-linux | 2e255a516ab34411db10a2405ba4faf869fd310e | f70f82378eb7c8ce2ce305359e7bc2f89683b9c9 | refs/heads/master | 2020-05-06T12:13:21.758784 | 2019-04-08T15:29:06 | 2019-04-08T15:29:06 | 180,109,662 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,230 | c | #ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/* All drivers should typically include these */
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86Cursor.h"
#include "cursorstr.h"
/* Driver specific headers */
#include "dummy.h"
static void
dummyShowCursor(ScrnInfoPtr pScrn)
{
DUMMYPtr dPt... | [
"noreply@github.com"
] | VanirLab.noreply@github.com |
6ca30c43269594102ed9e2ef0b95cfc53f12d189 | 16a76ee66d9b2f59c9beee4a4a0e104ce347e32a | /from_boomerang/phi/arm64_elf_clang_O2_from_rfalke/by_r2dec.c | c2164f504fb741a677b62225b91de7aec3c77c9c | [] | no_license | rfalke/decompiler-subjects | 4cee3263fa9116285b4bc4b6373efd2e4efa925f | 7187fa93b285c32325826eecd0128e907a28809b | refs/heads/master | 2023-08-10T08:24:27.198393 | 2023-07-28T19:44:41 | 2023-07-28T19:44:41 | 3,725,678 | 41 | 12 | null | 2023-03-15T16:14:41 | 2012-03-15T06:01:36 | null | UTF-8 | C | false | false | 7,792 | c | /* r2dec pseudo code output */
/* SUBJECTS/from_boomerang/phi/arm64_elf_clang_O2_from_rfalke/subject.exe @ 0x4004f0 */
#include <stdint.h>
void entry0 (int64_t argc, char ** ubp_av, func rtld_fini) {
x0 = rtld_fini;
/* [14] -r-x section size 620 named .text */
x29 = 0x0;
x30 = 0x0;
x5 = x0;
x1... | [
"i-git-stone@rf.risimo.net"
] | i-git-stone@rf.risimo.net |
70b1abeb340f8636d88ddc7a82ec5aab16a0f0cb | 3cfd61fa06d01d93cbf6a1d8a4d5bd6d3be40deb | /project/display.h | 069d82bfa2e5f642a785b66a6bfe2e96f0f896f1 | [] | no_license | AHancher14/Operating-Systems | 11ee1fe7fb7d3c8755ba4491d0d929917a10e178 | 99ef73fd019ddbb09cae9b12c400822776d6f2e3 | refs/heads/master | 2020-04-27T18:53:23.203803 | 2019-03-08T18:53:39 | 2019-03-08T18:53:39 | 174,591,721 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 694 | h | //
// Alan Hancher.
// display.h
//
#ifndef DISPLAY_H
#define DISPLAY_H
#include "system.h"
#include <stdio.h>
void display_begin(char *inputFilePath);
int display_start(struct Sys *system, char *vmfilePath, char *outputPath, enum TlbAlgorithms alg );
int run_display(struct Sys *system, struct LinkedAdd... | [
"noreply@github.com"
] | AHancher14.noreply@github.com |
4d462cf39a47a193bcbb8f2566c24b4c3f12fd3c | 94ccfe7149c2976ca56066371570c960e253eb97 | /P3/Header_Files/main.h | 131a685a871d49f49bd07f26a13615e2f0b1d719 | [
"MIT"
] | permissive | sah-rizzanti/Real-Time-Embedded-Systems | 81b6d72329527a881eab4bc91e6b5e3ebb56e94b | 552e7de64391f55d4562d3fb393ae597f751f61f | refs/heads/master | 2022-09-12T02:09:31.149187 | 2020-05-22T16:06:15 | 2020-05-22T16:06:15 | 286,569,434 | 0 | 0 | null | 2020-08-10T20:11:50 | 2020-08-10T20:11:49 | null | UTF-8 | C | false | false | 6,373 | h | /**************************************************************************//**
* @file main.h
* @author Brandon Lewien
* @version 1.00
******************************************************************************
* @section License
* <b>(C) Copyright 2020 Brandon Lewien
****************************************... | [
"brle6988@colorado.edu"
] | brle6988@colorado.edu |
177d1001949707a2702a6bb9b77448dc4c23098c | 1e117979d1339f685520f00e174e9f322d53c487 | /7_01/7_01/main.c | 612db7526495908deb21c0ba1ff2954473144345 | [] | no_license | schwabochino/C-Vorlesung | 1069c1f71a857e600783fca303401c6d4ecc41f3 | c7a2190dd8b3b553dd651c50fa038ce16f92de2e | refs/heads/master | 2021-05-05T17:39:13.526289 | 2018-03-10T07:17:44 | 2018-03-10T07:17:44 | 103,449,545 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 304 | c | //
// main.c
// 7_01
//
// Created by Philipp Schwarberg on 16.10.17.
// Copyright © 2017 Philipp Schwarberg. All rights reserved.
//
#include "zaehler.h"
#include <stdio.h>
int zaehler = 0;
int main (){
for(zaehler; zaehler<10; zaehler++){
fkt();
}
return 0;
}
| [
"philipp.schwarberg@outlook.de"
] | philipp.schwarberg@outlook.de |
04596af8ccacb9680ed7763eb70512976e2c10ad | 45cb3cb6f0272ab8c7d480f2081d1f60402a7bbd | /Semester3-1/LinuxSP/chap6/sigactionTest/ssu_sigaction_2.c | 1276b3bbbf445fa63fd527e1c3ac0dc46097a8dc | [] | no_license | KimHyungkeun/3rd_grade | dee9cbdd961b03a1b1faaa70551ae82c7fa6335c | f19d45f493dfafd60f34ed17a8111fd22c120038 | refs/heads/master | 2023-02-12T23:15:05.939858 | 2021-01-16T11:20:10 | 2021-01-16T11:20:10 | 175,435,216 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,569 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
void ssu_check_pending(int signo, char *signame);
void ssu_signal_handler(int signo);
int main(void) {
struct sigaction sig_act;
sigset_t sig_set;
sigemptyset(&sig_act.sa_mask);
sig_act.sa_flags = 0;
sig_act.sa_handler = ssu_signal_... | [
"fnfn9087@gmail.com"
] | fnfn9087@gmail.com |
1455d660ad13a49bbe3e4f7765a2e97790409613 | 1a2f629fcd9bd285c519a306e1c501a60f6a8bf9 | /vancount/vancount-zigbee-extend.h | 04a3bc61b6f366edaf840b0c5b1c630d6a00f0cf | [] | no_license | zsyg/secCurtainSwCh2_Tuya | 4d67a6d7b9a15952ad6e2af9721ae7ca3316429c | 8d1c9f4cd764eeaec1613de90cc6100bde8b329f | refs/heads/master | 2021-05-18T01:20:51.068661 | 2019-05-15T09:03:47 | 2019-05-15T09:03:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 265 | h | /*
* vancount-mf-test.h
*
* Created on: May 16, 2018
* Author: tao
*/
#ifndef VANCOUNT_ZIGBEE_EXTEND_H_
#define VANCOUNT_ZIGBEE_EXTEND_H_
extern void vcZ3ExtendParse(uint8_t *data, uint8_t size);
#endif /* VANCOUNT_VANCOUNT_MF_TEST_H_ */
| [
"carel.li@simon.com.cn"
] | carel.li@simon.com.cn |
c5c8a53af6664d19f676cbccee6c4f251a453c4d | e80a42712d413dd95732241f2f9bd7149931c7d7 | /DataStructurePractice/WD/WDChapterSeven/InsideSort/WDChapterSevenPracticeQuestionFour.c | 806e014eb6e36f3819aa8b8cc3696cc7a1e50995 | [] | no_license | hui1379593215/DataStructurePractice | e0343cf71d2612753cb02ef1bd54b9386a93195a | 8b27b1c9053b14b2cc47db1b08d810418fd52646 | refs/heads/master | 2021-09-19T05:08:46.434013 | 2018-07-23T13:36:45 | 2018-07-23T13:36:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,209 | c | //
// WDChapterSevenPracticeQuestionFour.c
// DataStructurePractice
//
// Created by ly on 2018/7/18.
// Copyright © 2018年 LY. All rights reserved.
//
#include "WDChapterSevenPracticeQuestionFour.h"
void findRankValueSmallElementPrivate(SeqList seqlist , int low ,int up) ;
NodeType findRankValueSmallElement(SeqL... | [
"1269458422@qq.com"
] | 1269458422@qq.com |
00aa284c4226ae5e6933a3dede12a3ee58a74bd4 | 7f2af5cbdc642d194ee0afc6ca3029089e5a4f46 | /eclipse/STM32Cube_FW_F1_V1.6.0/Projects/STM32F103RB-Nucleo/Examples/HAL/HAL_TimeBase_TIM/Inc/main.h | ba0ffea2124ad04487de8780fdb3e4fa1e36fc74 | [
"BSD-2-Clause"
] | permissive | StefanNa/nucleo_projects | 5bdf585c7137c8609c4c72137bc59a293522a9f6 | 67b902d96a67463d8817b33b7357cc8cf9ff1f1a | refs/heads/TestRTOS | 2021-06-03T09:59:03.138723 | 2017-08-25T14:10:38 | 2017-08-25T14:10:38 | 96,892,646 | 0 | 2 | null | 2020-03-08T01:18:56 | 2017-07-11T12:51:48 | C | UTF-8 | C | false | false | 2,742 | h | /**
******************************************************************************
* @file HAL/HAL_TimeBase_TIM/Inc/main.h
* @author MCD Application Team
* @version V1.5.0
* @date 14-April-2017
* @brief Header for main.c module
********************************************************************... | [
"steven_steven@hotmail.de"
] | steven_steven@hotmail.de |
ff0d79bfba9b63f73b2629b9fbfc2202ef03af80 | 62de1a8be16ba43462fd1c77ebdcbe1ff80cc214 | /contrib/libs/cblas/cblas_interface/scasumsub.c | 35297da9b428b69a6897a11ef019fb7667df217d | [
"Apache-2.0"
] | permissive | Cyberalex13/catboost | 85c4cf2a6a79a9c353a4020434385434b81a0b83 | a803e1ce12ef1af42eb59515cfc6f53c101f12bc | refs/heads/master | 2022-02-04T16:05:37.855380 | 2019-06-22T01:45:00 | 2019-06-22T01:45:00 | 196,187,430 | 2 | 0 | Apache-2.0 | 2019-07-10T10:48:39 | 2019-07-10T10:48:39 | null | UTF-8 | C | false | false | 904 | c | /* ./scasumsub.f -- translated by f2c (version 20100827).
You must link the resulting object file with libf2c:
on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm
or, if you install libf2c.a in a standard place, with -lf2c -lm
-- in that order, at the e... | [
"exprmntr@pepe.search.yandex.net"
] | exprmntr@pepe.search.yandex.net |
0e669303aae7945c01b005e0eb8500d4be870f67 | dbff3d96d3bb9445fc99fcaf5f801137265b56fe | /components/xsp_ws_client/include/xsp_ws_client_utf8.h | cf328eb9b6cebe61ce6c1f2007e4a485f94ff59e | [
"MIT"
] | permissive | tricot-io/xsp | 38209b923473d7e81040009dba87c7e99055ce17 | 4a7647d019de7405248714914580e52740148e59 | refs/heads/master | 2021-06-19T08:37:21.840502 | 2021-03-28T07:42:21 | 2021-03-28T07:42:21 | 192,397,708 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,327 | h | // Copyright (c) 2008-2009 Bjoern Hoehrmann <bjoern@hoehrmann.de>
//
// 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, co... | [
"vtl@tricot.io"
] | vtl@tricot.io |
698f86bd0f73eadd5bdae6601cc284400fd4e6d3 | 02b47162d059d12a3c22c872d3ece8f72cb7b9eb | /0x03-debugging/holberton.h | 20051ad04651f8e6d0b62812132791bbef2e55b5 | [] | no_license | GabrielMC86/holbertonschool-low_level_programming | e8f2ed43752bfea2117fc58f91228a97baab76ba | 9d0ababf8495c893d7a5ab72c6f562f31aaeb5f5 | refs/heads/main | 2023-03-26T13:11:11.513416 | 2021-04-02T03:15:50 | 2021-04-02T03:15:50 | 300,492,712 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 238 | h | #ifndef HOLBERTON_H
#define HOLBERTON_H
#include <stdio.h>
void positive_or_negative(int i);
int largest_number(int a, int b, int c);
void print_remaining_days(int month, int day, int year);
int convert_day(int month, int day);
#endif
| [
"2393@holbertonschool.com"
] | 2393@holbertonschool.com |
bafa71b487d6f2248b749aa1c57da5f6eb3e6ade | d169de4c5c6b281984df35536430dcc931a957a9 | /source/shell/sys/linux/include/linux/leds.h | 14bca8104b57b41e5281ef41a253df38bcca7ddd | [
"LGPL-2.1-only",
"Apache-2.0"
] | permissive | vsfteam/vsf | 2ba968ba2ef53b036668019c6c6746149a63c38a | 522a52ff2ee4ed149b52789a5bd366f80c08c458 | refs/heads/master | 2023-08-27T07:32:08.339123 | 2023-08-26T17:46:07 | 2023-08-26T17:46:07 | 181,911,464 | 273 | 83 | Apache-2.0 | 2023-08-29T03:08:36 | 2019-04-17T14:43:42 | C | UTF-8 | C | false | false | 1,026 | h | #ifndef __VSF_LINUX_LEDS_H__
#define __VSF_LINUX_LEDS_H__
#include <linux/types.h>
#include <linux/device.h>
#ifdef __cplusplus
extern "C" {
#endif
enum led_brightness {
LED_OFF = 0,
LED_ON = 1,
LED_HALF = 127,
LED_... | [
"vsfos@foxmail.com"
] | vsfos@foxmail.com |
19e6fc6200ee3529ece57fa8e88ed2cc00ca249e | d212c8dfd16349dc0b6b18007465913b984cefb8 | /src/main.c | 41e829455e7ab2d1e37bdac7d54d227d15c9374b | [] | no_license | Samuelgranato/APS1-Embarcados-2019.1 | 798ab4f97f055a225184942956e5cb268f5a4fef | df6a74a31a0c885908c5df35fce1e006006bb534 | refs/heads/master | 2020-04-29T03:55:40.821963 | 2019-03-15T13:50:17 | 2019-03-15T13:50:17 | 175,828,947 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 13,764 | c | /**
* 5 semestre - Eng. da Computação - Insper
* Rafael Corsi - rafael.corsi@insper.edu.br
*
* Projeto 0 para a placa SAME70-XPLD
*
* Objetivo :
* - Introduzir ASF e HAL
* - Configuracao de clock
* - Configuracao pino In/Out
*
* Material :
* - Kit: ATMEL SAME70-XPLD - ARM CORTEX M7
*/
/**
** Entre... | [
"samuelgranato87@gmail.com"
] | samuelgranato87@gmail.com |
8225167ef2e2fa74a5711c3e5e649009fc7f9f3e | 50e7f29b07531bf3db585e420fb7a4209bacf102 | /unity-samples/iOS/Roll-A-Ball-Ios/Classes/Native/mscorlib_System_Array_InternalEnumerator_1_gen_47.h | 396f7f17ca0229327500214c65cd52d8fe8db3e7 | [] | no_license | golergka/appboy-unity-sdk | 0d7a8732c6dfd66ffbf30c9214c932a04f2b6d59 | deeeba3849bd3a8e6a1166e95a6a5be6f5038646 | refs/heads/master | 2021-01-18T11:53:22.096992 | 2016-03-17T12:24:52 | 2016-03-17T12:24:52 | 54,115,484 | 0 | 0 | null | 2016-03-17T12:18:57 | 2016-03-17T12:18:56 | null | UTF-8 | C | false | false | 620 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Array
struct Array_t;
#include "mscorlib_System_ValueType.h"
// System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>
struct Interna... | [
"wenzhi@appboy.com"
] | wenzhi@appboy.com |
56615b874f2e8cfd46e31674bbf212392e75a638 | e71accae838f8b93aae63c7ca46feadf09893953 | /chargeAsy/pythia/combinedPtHatSamples.C | bba49a9be0891b707a0922711a99cc416ef9b97e | [
"MIT"
] | permissive | tuos/RpPb2015Analysis | 658562a7b725199b3ade7487cc752f4dda3a5e6b | 11ebb05ecef33e5c640ab8e628de0ac8787c1716 | refs/heads/master | 2021-01-19T03:00:34.914128 | 2017-06-27T18:15:40 | 2017-06-27T18:15:40 | 49,603,640 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,190 | c | void combinedPtHatSamples(){
char flavourSpectra[256] = "posChAll";
char flavourSpectraFine[256] = "negChAll";
// char flavourSpectra[256] = "spec_udsjets";
// char flavourSpectraFine[256] = "spec_udsjets_fine";
// char flavourSpectra[256] = "spec_cjets";
// char flavourSpectraFine[256] = "spec_cjets_fine";
//... | [
"shengquan.tuo@cern.ch"
] | shengquan.tuo@cern.ch |
d95ffe22848fa2153f9bd54b50e97a95acc2e9e1 | beaaa927185dcd17184e3e6ea346d003916a1068 | /platforms/m3/prc_v17g/software/design_tb_3/design_tb_3.c | 1245ea9ccf84757bccca8e0d246dfa8fb8561d07 | [
"MIT",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | lab11/M-ulator | aeb65cb46c4e2ceaf9e014edbca4d41b3e97dc20 | a7debc76a22aed467f3135c9be6913c74d5794f1 | refs/heads/master | 2023-08-31T14:48:24.603783 | 2023-08-25T19:05:00 | 2023-08-25T19:05:00 | 5,779,032 | 23 | 11 | NOASSERTION | 2021-01-22T16:34:47 | 2012-09-12T11:51:41 | C | UTF-8 | C | false | false | 9,505 | c | //*******************************************************************
//Author: Yejoong Kim
//Description: Developed during PRCv17G tape-out for verification
//*******************************************************************
#include "PRCv17G.h"
#include "FLPv2S_RF.h"
#include "PMUv7H_RF.h"
#include "SNSv10_RF.h"
#i... | [
"yejoong@vlsipool-j05.eecs.umich.edu"
] | yejoong@vlsipool-j05.eecs.umich.edu |
9de9636541c953e82bc7880b8f69652841523ddc | c480d79bf18c0e6ea68d927874cca9adfdc42116 | /src/backend/parser/parse_func.c | dc9a2e82fc09e0e5c4c15d40e7598b19b5fd6b79 | [
"PostgreSQL"
] | permissive | dpaks/postgresql-9.3.5 | c3721a7a55b2dbec53516beb6cd47a485992817c | 5ffc723d5901b85e8b230d63c9cb850424cd5aea | refs/heads/master | 2021-01-19T20:13:07.590038 | 2015-05-11T10:49:09 | 2015-05-11T10:49:09 | 30,904,949 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 52,022 | c | /*-------------------------------------------------------------------------
*
* parse_func.c
* handle function calls in parser
*
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* src/backend/... | [
"in.live.in@live.in"
] | in.live.in@live.in |
e19d891cb3bce00a47bdbcc60112d732bee28fbb | b4035de770c0499a5e3ac057e61722bfb1365b56 | /v2.0.0/device_software/intel_iq_sdk/wearable_device_sw/bsp/bootable/bootupdater/include/bootlogic.h | fe5a3ee2a9e03905b884e06f2e0cfa0776e91deb | [] | no_license | Mario378/ndgIqSoftwareKit | ab58808483e86dd69bff9254e178b9ea6d2e6f48 | d9dfa01b597277718be6653bbe283e1dffa2823d | refs/heads/master | 2021-06-01T10:03:05.688148 | 2016-05-20T17:12:11 | 2016-05-20T17:12:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,056 | h | /*
* Copyright (c) 2015, Intel Corporation. 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 condit... | [
"fabien.marotte@intel.com"
] | fabien.marotte@intel.com |
d777d75400a40ec3ab2f62bb81e8fcc43dfdec7e | 074c953c6b1427b7261a93d3145d4732d971ddaa | /src/frontend_fox/custom_cursors.h | 06c0759985045288d3bf1d897345269e37c2d27b | [] | no_license | ddurham2/rezound | 6ccfd7714be760d954f98f499c417febad7c53eb | 1a7ffd61b1edb81bff514e87d4a7bde3929a1d98 | refs/heads/master | 2023-01-29T17:50:32.671676 | 2022-09-10T17:58:49 | 2022-09-10T17:58:49 | 106,953,574 | 18 | 10 | null | 2023-01-17T16:06:40 | 2017-10-14T18:44:35 | C++ | UTF-8 | C | false | false | 2,649 | h |
static const char playMouseCursorSource[]={
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,
0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,
0,0,0,0,1,1,1,0,0,0,0,0,0,0,1,0,
0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,0,
0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0,
0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,0,
0,0,0,0,1,1,1,1,1,1,1,0,0,0,1,0,
0,... | [
"davydurham@gmail.com"
] | davydurham@gmail.com |
886a6679bed8e33c40c99953aa3f4b45a19b1b3a | 049ab179abaf19d1b9517062cf3125287bf55456 | /src/asttraverse.c | f881c43b469b7fafe907956f67a9a99f1b1d6dff | [
"Apache-2.0"
] | permissive | georgios-v/cparser | 531f38ab7f80145242efb2a9b1fd1bdbcd5f478b | 43adbf553dda123cda94b0cb4b0523956aadb084 | refs/heads/master | 2021-05-05T14:42:16.009277 | 2018-01-22T17:48:19 | 2018-01-22T17:48:19 | 118,492,983 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,027 | c | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"varisteas@gmail.com"
] | varisteas@gmail.com |
bf7502133f624cb15b88abab943f5b2ae2791c99 | 1b9142ee131fc2ab0ddf3a873cc27a396d226054 | /niosII_microc_tiltmaze/software/TiltMazeController_Flash/main.c | ded2d0cf9b1006e071c56578f4cd0b96705abb2e | [] | no_license | ECE492ADDJ/AutoTiltMaze | 26079e44bbb243bf706a70bb51dc2d78b963ab65 | 779c0f2223a9377c38279b18cc75990537290d2f | refs/heads/master | 2021-01-11T15:10:16.349638 | 2017-03-07T19:27:07 | 2017-03-07T19:27:07 | 80,305,851 | 0 | 1 | null | 2017-02-03T23:13:32 | 2017-01-28T19:34:13 | VHDL | UTF-8 | C | false | false | 2,533 | c | /*
* main.c
*
* The following code is based on hello_ucosii.c from the Altera
* Hello World UCOSII template.
*
* Created on: Feb 7, 2017
* Author: dktrotti
*/
#include <stdio.h>
#include <stdlib.h>
#include "includes.h"
#include "uart.h"
#include "command.h"
/* Definition of Task Stacks */
#define TA... | [
"dktrotti@ualberta.ca"
] | dktrotti@ualberta.ca |
1aed42990af06ed0b911d0da3605e80450f1f651 | 256b27fbedb81d0e9fb57e235d9f500c741cc88e | /Codigo/CodeRedExampleProjects/RDB1768cmsis2/RDB1768cmsis2_AudioMeter_64k/src/i2c.c | e37c9abf51cf054f1c99871dd516dcffa234bb5a | [] | no_license | innovationz/TrabajoProfesional | 87809dc7eef93daaca732f4512da48c23a243d89 | e045e88ce3ebcf1a27f82b4bc275ec842e5fc56a | refs/heads/master | 2021-01-16T21:58:42.448376 | 2013-06-25T20:09:42 | 2013-06-25T20:09:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,081 | c | /*****************************************************************************
* i2c.c: I2C C file for NXP LPC17xx Family Microprocessors
*
* Copyright(C) 2009, NXP Semiconductor
* All rights reserved.
*
* History
* 2009.05.26 ver 1.00 Prelimnary version, first Release
*
****************... | [
"fsilva@fsilva.(none)"
] | fsilva@fsilva.(none) |
fb01d21f844d098408a4f0eda9b4348185bce47d | 0d7c782df02cf3d68b353227dbc01447da133b91 | /workspace/periph_timer/example/src/timer.c | 7e70475f5af41dde5f54dad8c74a963c9ac23ee5 | [] | no_license | fcatuogno/Prueba | 708a7537b984f5475ca334f71648f694020f015f | bfff0402404168af0f24b1e4b355e5f416610e98 | refs/heads/master | 2020-03-29T22:41:46.796429 | 2018-09-26T14:13:36 | 2018-09-26T14:13:36 | 150,435,626 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,611 | c | /*
* @brief Blinky example using timers
*
* @note
* Copyright(C) NXP Semiconductors, 2014
* All rights reserved.
*
* @par
* Software that is described herein is for illustrative purposes only
* which provides customers with programming information regarding the
* LPC products. This software is supplied "AS I... | [
"fabian.2mpr@hotmail.com"
] | fabian.2mpr@hotmail.com |
54046671c8997f5654f9693e0c34f8100eb414a7 | 909587e4477a683fe71cc0cfb42adc1710904519 | /Program/Radio/radio_module/communication/data_packet.h | 813cf9c0b35da1ff21aab8bfd0ebf90aa08685f4 | [] | no_license | mlucjan/magisterka | 806d376f9d9d25b347fe3dbca1a97704db7e2c07 | 7050f8390772c4631bc767884e2989bafc0369ab | refs/heads/master | 2022-03-30T20:49:23.052069 | 2020-01-10T23:10:29 | 2020-01-10T23:12:19 | 209,617,851 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 546 | h | /*
* data_packet.h
*
* Created on: 28 gru 2019
* Author: michal
*/
#ifndef COMMUNICATION_DATA_PACKET_H_
#define COMMUNICATION_DATA_PACKET_H_
#include "driverlib.h"
#define PACKET_SIZE_BYTES 28
typedef union{
uint8_t bytearray[PACKET_SIZE_BYTES];
struct{
uint32_t micMax;
uint32_t m... | [
"m.lucjan@icloud.com"
] | m.lucjan@icloud.com |
72c19c7e239cc451c31e23cc2f98c6924fcdaa3e | a073ba435ac5ac987c16abe5fd1491ac24be9cbd | /sjtwo-c/projects/lpc40xx_cmpe30/l0_lowlevel/startup/startup.h | b70cbc02b08bb3f8ed3487902cb7407c66542cf9 | [] | no_license | ChrisFSF/CMPE146-MP3-project | f2fb34c89e84126b67ef184dfaa966a122a63c9b | e1f40417d0a98521dba06e0b7c169cecb4aa6340 | refs/heads/master | 2023-02-09T06:15:42.240261 | 2021-01-07T01:48:20 | 2021-01-07T01:48:20 | 261,683,682 | 4 | 2 | null | 2020-05-08T21:08:42 | 2020-05-06T07:28:23 | C++ | UTF-8 | C | false | false | 272 | h | /**
* Startup module
*
* This module is responsible for implementing platform startup and is used at startup before main().
*/
#pragma once
void startup__initialize_ram(void);
void startup__initialize_fpu(void);
void startup__initialize_interrupts(void);
| [
"814218674@qq.com"
] | 814218674@qq.com |
191d47e6e796a6ba917071baca2bdd3427b972c6 | 423e5dbfea30bad941a45bae023c48ad7242708e | /c/UVa11945.c | db2423a904b2501a3c3bece99660667be3e7bee5 | [] | no_license | sherdeadlock/acm | b5025c546b431a7a2d1f898ef7116cd6b5d294e5 | 64ace1c72faeff1fe2929ca0242686cb3edb87bc | refs/heads/master | 2021-01-13T16:57:21.862285 | 2018-03-17T14:53:57 | 2018-03-17T14:53:57 | 77,506,558 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 837 | c | #include <stdio.h>
char retbuf[100];
char* commaprint(unsigned long n) {
char *p = &retbuf[sizeof(retbuf)-1];
int i = 0;
*p = '\0';
for (i = 0; i < 2; i++) {
*--p = '0' + n % 10;
n /= 10;
}
*--p = '.';
i = 0;
do {
if (i%3 == 0 && i != 0)
*--p = ',... | [
"sherdeadlock@gmail.com"
] | sherdeadlock@gmail.com |
1afbe76ce45f797b4f0e11e2b132871e405eb157 | 19d91586617b570deeb24a27babc61895de2640b | /iteration/test.mod.c | 0377a54231133cb4e6323a2a482e16737eabbfc1 | [] | no_license | opddr/hello | f7c38d55b4ad1c01021c8360877cd74d69f467e1 | c1ebeb0bc56e185e51bd4f605ff0800795d1611b | refs/heads/master | 2020-04-01T05:17:37.057541 | 2018-10-15T01:16:41 | 2018-10-15T01:16:41 | 152,897,317 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 814 | c | #include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
MODULE_INFO(vermagic, VERMAGIC_STRING);
__visible struct module __this_module
__attribute__((section(".gnu.linkonce.this_module"))) = {
.name = KBUILD_MODNAME,
.init = init_module,
#ifdef CONFIG_MODULE_UNLOAD
.exit = cleanup_module,
... | [
"opddr@naver.com"
] | opddr@naver.com |
d50f742fb7fbceb8bdf71dc2f0ffc06fb8214f0a | 4305c7c89e3f1375376842e746d3d04565e1009b | /nginx-1.12.2/src/http/ngx_http_request_body.c | 2482ed4e88bc19fa43b1bec72a117502684383b0 | [
"BSD-2-Clause"
] | permissive | chaosmatrix/annotate-nginx | 0f91d13ee7dbd18a2e11dee55e2d0c1f87d7a2a0 | e67dd3a51842bf2a14a6cb1129c680654cb0dc01 | refs/heads/master | 2022-09-08T10:02:45.937218 | 2022-08-06T16:59:16 | 2022-08-06T16:59:16 | 126,024,308 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 30,419 | c |
/*
* Copyright (C) Igor Sysoev
* Copyright (C) Nginx, Inc.
*/
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
static void ngx_http_read_client_request_body_handler(ngx_http_request_t *r);
static ngx_int_t ngx_http_do_read_client_request_body(ngx_http_request_t *r);
static ngx_int_t ngx_http_... | [
""
] | |
c99e88314a54ab16d06b875cb3aee2e71c99be79 | d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9 | /testcases/CWE191_Integer_Underflow/s04/CWE191_Integer_Underflow__unsigned_int_rand_postdec_61a.c | dc1d9a8fa54a4c442c3f34f6391710f999189ea9 | [] | 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 | 3,295 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE191_Integer_Underflow__unsigned_int_rand_postdec_61a.c
Label Definition File: CWE191_Integer_Underflow.label.xml
Template File: sources-sinks-61a.tmpl.c
*/
/*
* @description
* CWE: 191 Integer Underflow
* BadSource: rand Set data to result of rand()
* GoodSo... | [
"Alexander.Richardson@cl.cam.ac.uk"
] | Alexander.Richardson@cl.cam.ac.uk |
98ccf731aba08f95cda4e62b6eaec57f2fecec9d | dfe0b1f2723014187435dabe51abbbecb4eda0ce | /epuck_side/src/epuck.h | ce5fd6fad1a1f4abf0c2f99858d2d77812141e88 | [] | no_license | wenguo/Interaction_Imitation | 41193dc5db44b2f28959bd9098175241bf4735de | a8e1ff393fe27c4bf6fdb10deedf4eb1a5497f55 | refs/heads/master | 2016-09-05T20:06:42.302483 | 2012-09-24T15:57:40 | 2012-09-24T15:57:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,623 | h | #ifndef EPUCK_H_
#define EPUCK_H_
//#define BUFFSIZE 27
// the number of 16 bit words in the tx/rx packet
struct cmd_t{
unsigned int set_motor:1;
unsigned int set_led:1;
unsigned int reset:1;
unsigned int cal_ir:1;
unsigned int cal_acc:1;
unsigned int read_ir:1;
unsigned int read_light:1;
unsigned int re... | [
"liuwenguo@gmail.com"
] | liuwenguo@gmail.com |
64629100682aa532eed9d192cb08d5b6ab3b476c | 9e62f6aad00e783eb2ea7951d190dca9bd03605b | /sfep_mfcc/mfcc/janus_code/rocks/janus/src/micv/micv.c | 6cd23ec4a5d5487281496092a192e962b0d98ffc | [] | no_license | ankitshah009/gunshotDetection | dbf684ceb8c97b2415561bf9432fd7a54b4b368b | f9adf054f23b724be27f722ab4998949b1c5fce5 | refs/heads/master | 2020-03-17T05:12:03.742482 | 2017-01-24T03:42:28 | 2017-01-24T03:42:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,904 | c | /* ========================================================================
JANUS Speech- to Speech Translation
------------------------------------------------------------
Object: micv
------------------------------------------------------------
Author : And... | [
"junweil@cs.cmu.edu"
] | junweil@cs.cmu.edu |
f1ebe3ba1284ef6e2601eb23c8b1d93fcd584eb3 | 8d7514271b08caaa8c757d0747853d54642e9e63 | /ps/l4/phb/include/phb_sap.h | 7b8cbcc0f21ad15c16ce50479d58b0758af3685a | [] | no_license | npnet/MyCode | 0bd3e32d5890c411b16e01cdb8acf5624c7c0a02 | 9fa7aa78d62f1cd3c2a39a36875cb41cf00522fe | refs/heads/master | 2023-07-23T13:19:29.575050 | 2018-07-05T13:01:09 | 2018-07-05T13:01:09 | 140,229,839 | 1 | 2 | null | 2023-07-21T10:21:01 | 2018-07-09T04:07:28 | C | UTF-8 | C | false | false | 5,320 | h | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used or dis... | [
"zhaoran.jia@nbbsw.com"
] | zhaoran.jia@nbbsw.com |
cf352d22a0eeac81a9bb4e5bd423d2cb0b2efb53 | 4aa6755ff22a21803fce18cbb96272a50627229e | /protocol/protocol_instance.h | dbc3192aa3d845fc4cb7f883496476218f71c8e6 | [] | no_license | iMokhles/tchatche | b24264413b2c233800ae6575a1e56431aff0fca3 | 874b47c018ab58b3ecd0f8ebf82dc79f337859d6 | refs/heads/master | 2021-01-12T05:41:26.488827 | 2016-12-19T23:27:39 | 2016-12-19T23:27:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,755 | h | #ifndef protocol_instance_header
#define protocol_instance_header
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "protocol_primitives.h"
/* ---------------------------------------------
FONCTIONS D'ENCODAGE
--------------------------------------------- */
// -----------... | [
"engboris@hotmail.fr"
] | engboris@hotmail.fr |
1219497c3abd7fcb1d2c24d079ebafdf69199ce0 | 6278226a46fe1160b820a23a561e295e8f1404bb | /code/AfcCore/inputmisc/IcCardCtrlApi.c | 9b9ea743fbd908e8fae42ff0a0d0c83643acecae | [] | no_license | qdleepo/ProjectAfcApp | 60485b376c347866795f199a117cb5097c6c2c6a | 9b5a5d710893cbdec8973fabd3353e011d2ea576 | refs/heads/master | 2021-05-23T19:10:45.914003 | 2018-09-23T01:43:37 | 2018-09-23T01:43:37 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 24,123 | c | /// @file IcCardCtrlApi.cpp
/// @brief
/// @author Jesse Xu <zhimo811@gmail.com>
/// @version V1.0.0
/// @date 2017-12-18
#include "Macro_Proj.h"
#include "IcCardCtrlApi.h"
#include "PsamCard.h"
#include "SlzrError.h"
#include "GPIOCtrl.h"
#include "debug_.h"
#include <string.h>
#include "szct.h"
#define _debug_IcA... | [
"695017153.qq.com"
] | 695017153.qq.com |
bb43bb1e26fe531d8c22ad77e5fc6aaa80bfc524 | b0826cae22628ed7e965d52520c754145a4fa2ff | /5-11.c | 4cfefedcacaba55904ed6ffb6c84305dc374f13a | [] | no_license | MarsForever/DataStructrueVersion2.0Code | 9c9e0a91fe19027babfb7d350cbbe66ae4d61610 | 059c012e387ac9d9e0be5dc9669d88fdb665d2a9 | refs/heads/master | 2020-03-26T14:23:57.675825 | 2018-08-16T12:41:00 | 2018-08-16T13:36:09 | 144,985,739 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 946 | c | int main()
{
FILE *fp;
HashTable H; /* 须改编代码5.6,结点增加计数器Count */
ElementType word;
int TableSize = 100; /* 散列表的估计大小,可以根据应用更改 */
int length, wordcount = 0;
char document[30] = "HarryPotter.txt"; /* 要被统计词频的文件名 */
H = CreateTable( TableSize ); /* 用代码5.7建立散列表 */
if(( fp = fopen(document, "r" )) == NULL)
... | [
"wuguijiadeyu@gmail.com"
] | wuguijiadeyu@gmail.com |
1f540942837d4ba2dfea9fef4ab6e6064ac72133 | 77c9a239b83360ac7ca5ab76603ea81a2e356233 | /lib/steering.c | 4964765fa7ce50fc51c23ca72157556dc5b85660 | [] | no_license | abuchan/octoroach | c9e668db42c8d6cb65eca4d90f8fc8b0348fa0a2 | c8d975ae0d1fef2d78beb5476b93f68baf836dbb | refs/heads/master | 2021-01-16T20:12:08.538737 | 2013-01-13T22:56:38 | 2013-01-13T22:56:38 | 5,624,250 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,029 | c | #include "settings.h"
#include "pid.h"
#include "timer.h"
#include "gyro.h"
#include "steering.h"
#include "stopwatch.h"
#include "dfmem.h"
#include "telem.h"
#include "move_queue.h"
#include "xl.h"
#include "dfilter_avg.h"
#include "pid_hw.h"
#include "leg_ctrl.h"
#include "sys_service.h"
//Inline functions
#define ... | [
"pullin@berkeley.edu"
] | pullin@berkeley.edu |
2cffe28931ee166b6903ac5c42fb9b41f2690ff2 | 7b120cbfd3ceb0f8a284ee917a93a9a294a20218 | /etc/bingo.c | 253daf13e61d7c52ff95033d1d30e541f3256df7 | [] | no_license | 10alswhd/BlueHouseProject | e4779bf5c2d2b9bab3e83f642f538541aef51c38 | c12b43624f7163322c310eda0c70c7479f340579 | refs/heads/master | 2020-04-15T05:47:35.156089 | 2016-12-13T15:01:02 | 2016-12-13T15:01:02 | 68,073,531 | 12 | 13 | null | 2022-07-17T07:01:45 | 2016-09-13T04:14:18 | C | UTF-8 | C | false | false | 7,398 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <windows.h>
#define MAX 5
#define WHITE 15
#define YELLOW 14
void textcolor(int color_number); // 텍스트 칼라 출력
void gotoxy(int x, int y); // 좌표 이동
int baserand(int x, int y); // 랜덤 범위 지정
// 초기값 설정
void InitCount(int Player[MAX][MAX] , int Com[MAX][M... | [
"noreply@github.com"
] | 10alswhd.noreply@github.com |
a4e02957e1b4f10e54ef9694f50c315d07016ea9 | c37b2f3fa7ab9efe0af04e462148cb2cb9398f96 | /classes_jp.h | ec027240a475c5d0b0750598c50d49c0721ff9c8 | [
"MIT"
] | permissive | ZPJ8/Qt5Caffe2AndroidDemo | 2e05c2a484487d41cc5b03471c5ff357ac42023f | b7a0323d584f850743508f7153c237714e8d1af8 | refs/heads/master | 2020-06-29T17:56:59.391388 | 2018-03-29T13:35:17 | 2018-03-29T13:35:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 31,511 | h | #ifndef CLASSES_JP_H
#define CLASSES_JP_H
QStringList imagenet_classes = {
"tench、Tinca tinca",
"金魚,Carassius auratus",
"偉大な白いサメ,白いサメ,男食,人間食べるサメ",
"タイガーサメ,Galeocerdo cuvieri",
"ハンマーヘッド,ハンマーヘッドサメ",
"電気線,痙攣,痺れ,魚雷",
"スティングレイ",
"コック",
"鶏",
"ダチョウ,Struthio camelus",
"ふざける,フリンジラモンチフリンガ",
"goldfinch,Carduelis carduelis",
"ハウスフ... | [
"yams136@gmail.com"
] | yams136@gmail.com |
9785310cffe5545d6d3190a90683122e83b5e1ae | 9439733c1fa7689ec711b6e71d960e260b30e724 | /oldC/NumRecipe/CCode/mprove.c | eb9f3190748f4a5a0f024e3cdbffb78c6d35015f | [] | no_license | bobstine/lang_C | 65a75951b450bee92ca2e411f20be961b660c2e6 | dfe3411ffe5aa4389b6c43baced1bb974de7b995 | refs/heads/master | 2020-05-31T00:09:18.192842 | 2020-04-20T18:21:03 | 2020-04-20T18:21:03 | 190,020,135 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 470 | c | #define NRANSI
#include "nrutil.h"
void mprove(float **a, float **alud, int n, int indx[], float b[], float x[])
{
void lubksb(float **a, int n, int *indx, float b[]);
int j,i;
double sdp;
float *r;
r=vector(1,n);
for (i=1;i<=n;i++) {
sdp = -b[i];
for (j=1;j<=n;j++) sdp += a[i][j]*x[j];
r[i]=sdp;
}
lubk... | [
"stine@wharton.upenn.edu"
] | stine@wharton.upenn.edu |
2dcb2cc14f0f2a86dc61e981621597d6f0e1b572 | 6ac4a1683cc575754253c5cb292294b5cb8d01be | /C) Sorting/BucketSort/bucketsort.c | 282d1b2627e9fa6d942b00b9051653c1faa72223 | [] | no_license | valeriapaolucci/Algorithmic_Design | c03c65730793936d96ad85208806a1473e4fb564 | a79fc54020efdf0280b3de5c46d09db1611a9b59 | refs/heads/master | 2020-06-15T04:42:27.393787 | 2019-07-04T09:05:20 | 2019-07-04T09:05:20 | 194,748,296 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,895 | c | // Bucket sort
// We assume uniform distribution of the array values; in particular, in [0,1)
// Split [0,1) in n buckets;
// Add each value of A to the correct bucket;
// Sort the buckets;
// Reverse the content of buckets in bucket order on A.
#include "quicksort_float.h"
#include <stdio.h>
#include <stdlib.h>
t... | [
"valeriapaolucci2@gmail.com"
] | valeriapaolucci2@gmail.com |
61cacf65d983872498a322b1226876fc704265d2 | 2bdedcda705f6dcf45a1e9a090377f892bcb58bb | /src/main/output/others_result_game/back_face_job_war_guy_head/line_point_business/state.c | 8d11e8648c85d793fcced4a906bcfe5d9891105a | [] | no_license | matkosoric/GenericNameTesting | 860a22af1098dda9ea9e24a1fc681bb728aa2d69 | 03f4a38229c28bc6d83258e5a84fce4b189d5f00 | refs/heads/master | 2021-01-08T22:35:20.022350 | 2020-02-21T11:28:21 | 2020-02-21T11:28:21 | 242,123,053 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,672 | c | const request = require('request')
const uuidv4 = require('uuid/v4')
const { LimitReachedError } = require('./errors')
const ITEMS_IN_REQUEST_LIMIT = 25
const REQUEST_CHAR_LIMIT = 5000
const CHAR_PER_HOUR_LIMIT = 2000000
// const subscriptionKey = process.env.TRANSLATOR_TEXT_KEY;
// if (!subscriptionKey) {
// throw... | [
"soric.matko@gmail.com"
] | soric.matko@gmail.com |
db50a93f79b48332f80b014ffff15acfe76f6e10 | 89a562c0fd24aa0f13f2f1d3b645b0cf719b7d48 | /pointer/pointerToPointer.c | ab7ed07897be1bc955662aa1e705f286bb0bf2bd | [] | no_license | MdJannatunNimeNishat/practice-C-codes | 566059cd477d75ce7a4249f8c8844890e5473fb5 | a899465dadf6d6d66c5e0af612220bb53e5f84b3 | refs/heads/master | 2023-06-23T15:30:11.739938 | 2021-07-26T18:36:48 | 2021-07-26T18:36:48 | 365,316,647 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 283 | c | #include<stdio.h>
int main()
{
int a=1025;
int *p;
p=&a;
*p=6;
int **q;
q=&p;
int ***r;
r=&q;
printf("a= %d\n",&a);
printf("p= %d\n",p);
printf("**q= %d\n",**q); // **p and *(*P) is same
printf("*(*r)= %d\n",*(*r));
printf("*(*(*r))= %d\n",*(*(*r)));
}
| [
"baust.cse.160201077@gmail.com"
] | baust.cse.160201077@gmail.com |
65e85544a3f4ffbcc309a20f085a40225c9d08cc | f9697954edada555dc9286badde8c42807958d1f | /VDIF_sim.c | ebec2f83d3f1695d1e0c20159f961ba4d6aadc81 | [] | no_license | kamenoseiji/PolariS_VDIF | 40f0ff52664b0e09477a0daac8da791a737aeb4b | 68411505c0b12cb673fc17dee34fb42e03d0ee72 | refs/heads/master | 2016-09-05T22:34:36.150025 | 2015-09-14T14:07:02 | 2015-09-14T14:07:02 | 23,415,721 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,182 | c | // VDIF_sim.c : Store VDIF data from Octavia and Store to Shared Memory
//
// Author : Seiji Kameno
// Created: 2014/09/16
//
#include "shm_VDIF.inc"
#include <errno.h>
main(
int argc, // Number of Arguments
char **argv ) // Pointer to Arguments
{
int shrd_param_id; // Shared Memory ID
struct SHM_PARAM *par... | [
"polaris@PolariS.(none)"
] | polaris@PolariS.(none) |
efd1ffe6f077ef348059bf75f85efc17a3c00e0f | 3b04925b4271fe921020cff037b86e4a5a2ae649 | /windows_embedded_ce_6_r3_170331/WINCE600/PRIVATE/WINCEOS/COREOS/CORE/CORELIBC/CRTW32/STRING/strtok.c | 264af08f19d9033cb343c03bc27289809af6bf09 | [] | no_license | fanzcsoft/windows_embedded_ce_6_r3_170331 | e3a4d11bf2356630a937cbc2b7b4e25d2717000e | eccf906d61a36431d3a37fb146a5d04c5f4057a2 | refs/heads/master | 2022-12-27T17:14:39.430205 | 2020-09-28T20:09:22 | 2020-09-28T20:09:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,142 | c | //
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft shared
// source or premium shared source license agreement under which you licensed
// this source code. If you did not accept the terms of the license agreement,
// you are... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
8fdd81b84e31b68edf68503ae972c50872709f3d | 15cff282fcace6236b82c409b01735993d62f00d | /plot-SF_on_mac/myWeightedSF.C | 8786819aa51c5e30d3ed4d7566bdd577793b364c | [] | no_license | ytatus94/Electron_Isolation | 72e0ec54d80697bc08af6f87a4f512a4c36609e5 | a52e1c399563b32b57eb9884f7f8491699a81ecf | refs/heads/master | 2020-05-21T13:45:56.711543 | 2019-03-30T06:26:09 | 2019-03-30T06:26:09 | 47,559,603 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,086 | c | // This is used to make the plots of projection of scale factor on eta and pt axis.
// Usage: root myWeightedSF.C"(\"TightLLHMC15_v6\",\"isolTight\")
//
//
#include <TROOT.h>
#include <TFile.h>
#include <TString.h>
#include <TCanvas.h>
#include <TH1.h>
#include <TH2.h>
#include <TH3.h>
#include "AtlasStyle/AtlasStyl... | [
"ytatus94@yahoo.com.tw"
] | ytatus94@yahoo.com.tw |
22cdca86fae152aaaa15672148a00cd8eb33c412 | 393fc02baaad6343047411a7830e0c496682f402 | /Extended_data_type_and_bit_operation/tmp.c | 07b8d37ff68676ba622649e06d4797478d26e3c2 | [] | no_license | Shiritai/Judge_Girl | 9d6c459024356a6b7de30d4be4e07c35d4ac0d96 | f0f72f62e86f989cecb72a841895b8ca16e718c0 | refs/heads/main | 2023-05-11T08:59:58.646651 | 2021-05-30T08:29:25 | 2021-05-30T08:29:25 | 339,018,948 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 619 | c | #include <stdio.h>
#include <string.h>
int main(void)
{
unsigned int point__array[16384];
int width, height, i, tmp;
char one, zero, str[4];
scanf("%d%d\n", &width, &height);
fgets(str, sizeof(str) / sizeof(char), stdin);
one = str[0];
zero = str[2];
int points = (width * height) / 32 + ((width * height % 32 ==... | [
"56602991+Shiritai@users.noreply.github.com"
] | 56602991+Shiritai@users.noreply.github.com |
08c836cfb8423aae92107331ff44b95a63d8be3c | 3efd170c532cdc045cc5f75d654b1d5427c00dfe | /Assignment3.h | ba1d7b5eb6b06672d8aeb076e7ed3b80d3d36447 | [] | no_license | phillipse21/Operating-Systems | e0add5555d0a694e6bf11abd88f7f8f7792b86f5 | ae01357c2c1e74c39180eeb4b64eadf53ad3af9f | refs/heads/master | 2020-04-17T20:53:40.942051 | 2014-11-03T03:20:17 | 2014-11-03T03:20:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,175 | h | #ifndef Assignment3_H
#define Assignment3_H
#include "libraries.h"
void decrementTime(PCBQueue *&readyQueue);
void removeFirstPCB(PCBQueue *&readyQueue);
void shortestJobFirst(PCBQueue* &readyQueue,vector <string> memoryTable);//MemoryTable* &FirstFitTable,MemoryTable*&NextFitTable,
// Memory... | [
"phillipse21@mycu.concord.edu"
] | phillipse21@mycu.concord.edu |
69ff435e616466c212bcb661aab948042f579484 | 8191954e1a570081e092835f5a1e6889e634031a | /DesignContest-2008-encrypt-sort/ppc405_0/libsrc/uartlite_v1_00_b/src/xuartlite_l.c | a81612d3325a6de85f7c029dfd0dad4258688f0c | [] | no_license | vj-sananda/fpga | 61c1f795939a9c23a4273970e6ce692856ad6b8e | 938d853a42bbedba8ed08e50c7f9d42b4827dcfb | refs/heads/master | 2020-04-18T09:23:01.470781 | 2019-01-24T22:21:23 | 2019-01-24T22:21:23 | 167,432,294 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,552 | c | /* $Id: xuartlite_l.c,v 1.2 2005/01/04 18:06:01 moleres Exp $ */
/*****************************************************************************
*
* XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION "AS IS"
* AS A COURTESY TO YOU, SOLELY FOR USE IN DEVELOPING PROGRAMS AND
* SOLUTIONS FOR XILINX DEV... | [
"vj.sananda@gmail.com"
] | vj.sananda@gmail.com |
86a19c423be05e69fa57c98aefa9b65f5077c9e9 | 2a0e21130a44d8e76ed76a4a04fc31ca8d7d82da | /begin_C/pliki/zad2/main.c | 2481e6a178fe51f7f10665cb55218772dad23635 | [] | no_license | DianaHryshyna/umcs | 0492357a748479701dfb695b672d9071f7e79ee5 | 09d083366cd88ee99d3550457acaac47366c223e | refs/heads/master | 2021-09-12T17:56:52.367647 | 2018-04-19T14:08:53 | 2018-04-19T14:08:53 | 106,200,273 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 324 | c | #include <stdio.h>
#include <stdlib.h>
int main() {
/*char napis[] = "Lublu";
FILE *fp;
fp=fopen("file.txt","w");
fprintf(fp, napis);*/
FILE *fp;
fp=fopen("file.txt","r");
if(fp == NULL)
return 1;
char x;
fscanf(fp,"%c",&x);
fclose(fp);
printf("%c",x);
return 0;... | [
"32524600+DianaHryshyna@users.noreply.github.com"
] | 32524600+DianaHryshyna@users.noreply.github.com |
60a602ddeb55efb051e9aff6ba4ec2418c819609 | 3a4b3ed73eb5537d393791696a111adcd5771ffd | /framework/framework.c | 32b4a764c58f93c4f9634f378ea97f654168293c | [] | no_license | Ant0wan/Ft_printf-unitest | cb6008e837966b9c3b081967f234e425e766dac3 | 2325dd0ba43454a1a5cd51a97e5d0e24518d43b4 | refs/heads/master | 2020-04-17T23:01:54.456157 | 2019-03-14T15:13:26 | 2019-03-14T15:13:26 | 167,018,348 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,311 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* framework.c :+: :+: :+: ... | [
"abarthel@student.42.fr"
] | abarthel@student.42.fr |
19be933653d5213703be216c17ee3f03a6f8a15e | 58e0240fc2dddd94bb0edd5dcc4a65845981d5f9 | /c_code/variables & data types.c | 0697fdce306bd6c7fbfceaa4d10e55051827a22e | [] | no_license | pgarduque/code-portfolio | 96302b1168205949b24f623ba02fe6834af162d3 | dec7981e16c4b0d5b4cc43b15db7db700fa08d28 | refs/heads/master | 2022-12-25T22:44:44.261450 | 2022-12-10T18:55:13 | 2022-12-10T18:55:13 | 56,405,667 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 449 | c | #include <stdio.h>
int main() {
//passed
//int younglings = 15;
//int padawan = 25;
float younglings = 15.24;
float padawan = 35.72;
//ranks
//int jediRank = younglings + padawan;
float jediRank = younglings + padawan;
//goal
int jediMaster = 100;
//printf("Goal c... | [
"noreply@github.com"
] | pgarduque.noreply@github.com |
b64e283bd6f3d8cea0482e065ebb1e5ba8db7c54 | b0adb45c32d806734bb0a50e832739b2512cf86b | /lib/i2c/Log.h | 9c558a581266d062dba3ccd00fee973fb5f4de47 | [] | no_license | garthwebb/solarium | 02dc35f91aeaf8d73e181e4ee97b0e006f6047d1 | 4ab0bc0524d4092465d3e38fbc3c12d25991b602 | refs/heads/master | 2021-08-27T16:22:49.249716 | 2021-08-01T00:03:00 | 2021-08-01T00:03:00 | 1,880,418 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,136 | h | /****************************************************************************
*
* Copyright (c) 2006 Dave Hylands <dhylands@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software... | [
"garth.webb@gmail.com"
] | garth.webb@gmail.com |
eab36e4d8a788b26c41d03b230c13e6d8ef78c56 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/f4765dd2-eecf-4ce6-a582-9a2de18221ab.c | b6c9244ba0e9370d01ecae402f2c75be727b0996 | [] | 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=4;
int j=14;
int k;
int l;
k = 53;
l = 64;
k = i%j;
l = i/j;
l = l/j;
l = l-j;
l = i-j;
k = k-k*k;
//variables
/* START VULNERABILITY */
int a;
char b[92];
char c[55];
a = 0;
while (a < strlen... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
ccfcd9d793e7ecbc389c015749ca8c84fbbd9278 | 3b1e7398254d5bba9d709a76f62168ceaf9948ea | /Fractol/libft/include/get_next_line.h | df2e371c28d0ffa69531823a102ca7868122a05b | [] | no_license | Amaune/42_projects | 44f1a782524c6054be4e8b802407074c7818102f | bf2c6ad67d0bdf3abcf6adc60830b7527595dc5b | refs/heads/master | 2020-04-05T08:24:22.541373 | 2019-03-26T15:27:07 | 2019-03-26T15:27:07 | 156,714,024 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,230 | h | /* ************************************************************************** */
/* LE - / */
/* / */
/* get_next_line.h .:: .:/ . .:: ... | [
"amaune@z3r2p3.le-101.fr"
] | amaune@z3r2p3.le-101.fr |
9ee851668ed6266ac257adc21d9c7b200f82bc41 | 05d3daced3c092f4a0c24740ddc519cf910a1f23 | /tests/unit/test-patterns.c | 9663991e1d24e1c8441d3917e59bc25ee1dd7f20 | [
"MIT"
] | permissive | albert-chin/libnoise-protocol-c | bfcd146aa7304f29dd6c593ba916b2a7e6e07a59 | 11c84651f7e564aea7696926c5745cc876fbd3bb | refs/heads/master | 2021-01-18T10:14:12.680798 | 2016-08-21T00:45:16 | 2016-08-21T00:45:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,293 | c | /*
* Copyright (C) 2016 Southern Storm Software, Pty Ltd.
*
* 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, ... | [
"rhys.weatherley@gmail.com"
] | rhys.weatherley@gmail.com |
b08eb513887739a37892e9f667ae7ae269270908 | 99587e4db49426c054b5a4c2af554d6bca8a923e | /amd/dal/dc/core/dc_resource.c | df711357f07f4556b0ea9870fdc763d44a613727 | [] | 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 | 49,273 | c | /*
* 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,... | [
"pshempel@linuxsrc.com"
] | pshempel@linuxsrc.com |
94a9aa72f91f797750b34d20eb41ce0f5376bd22 | d0ca8e834e5c8e83b40eb6f28430eb3ed44b28d8 | /include/hsa_tracepoints.h | 110e3ceed8786a7c4b45e6db88a07dbc0aa1f78c | [] | no_license | pmargheritta/LTTng-HSA | 80b722758fbfb6ed628b7bbc09b4e208cf455ba2 | 21313e40a12fd258321a80e73b2cc2b3b761d57a | refs/heads/master | 2021-07-06T17:39:03.589116 | 2017-10-02T02:30:44 | 2017-10-02T02:30:44 | 105,486,724 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,515 | h | #undef TRACEPOINT_PROVIDER
#define TRACEPOINT_PROVIDER hsa_runtime
#undef TRACEPOINT_INCLUDE
#define TRACEPOINT_INCLUDE "./hsa_tracepoints.h"
#if !defined(HSA_TRACEPOINTS_H) || defined(TRACEPOINT_HEADER_MULTI_READ)
#define HSA_TRACEPOINTS_H
#include <lttng/tracepoint.h>
#include <GPUPerfAPI-HSA.h>
TRACEPOINT_EVENT(... | [
"paul.margheritta@gmail.com"
] | paul.margheritta@gmail.com |
3a9816d9d130d94c521422cd063daeda2ee0c62d | 45e3b96d335f3d8e1a7961e9f57a2b9cadeefdc8 | /macros.h | 740d097847cc6afc2ec30cbd9113970d3daf8807 | [] | no_license | ggb191983/qtopengl | 9f4c81d0696cb32b3a7f61cdc0136bdfc551396a | 39364f976540b406347737228294e58d06c6f264 | refs/heads/master | 2020-12-24T11:46:47.507456 | 2016-11-07T20:28:29 | 2016-11-07T20:28:29 | 73,010,538 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,632 | h | #ifndef MACROS_H
#define MACROS_H
// Append two preprocessor arguments together
#define _APPEND(a,b) a##b
#define APPEND(a,b) _APPEND(a,b)
// Count number of arguments
#define _NARGS(_1,_2,_3,_4,_5,_6,_7,_8,_9,_10,N,...) N
#define NARGS(...) APPEND(_NARGS(__VA_ARGS__,10,9,8,7,6,5,4,3,2,1),)
// Stringize Token
#defin... | [
"ggb191983@gmail.com"
] | ggb191983@gmail.com |
1e1458b0763fbac1b911d9620e03946ffb7962d1 | eef8800d3debff18222abb61a44e8f3718d981eb | /RexCodes/rex8.0/toolBar/src/abevents.h | ba6a53828e09d64fbc423657a7f8a89086814b9d | [] | no_license | sshruth/abstract_dots_NS | 599de6f26af8b04236bbd7450a2a7318305ce526 | 478aa2e093d30121e3951163fcb630ca7f0b74e2 | refs/heads/master | 2022-08-13T22:06:04.803052 | 2022-07-11T04:36:03 | 2022-07-11T04:36:03 | 56,621,695 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 54,158 | h | /* Event header for application - AppBuilder 2.03 */
static const ApEventLink_t AbApplLinks[] = {
{ 3, 0, 0L, 0L, 0L, &base, NULL, NULL, 0, init, 1, 0, 0, 0, },
{ 0 }
};
ApEventLink_t AbInternalLinks[] = {
{ 11, 0, 0L, 0L, 0L, &eyeWinSumPictures, NULL, NULL, 0, NULL, 0, 0, 0, 0, },
{ 11, 0, 0L, 0L, 0L, &daSumPi... | [
"fs2478@columbia.edu"
] | fs2478@columbia.edu |
e7fcb8d093c950f1920bb27f5dc847b2e703837a | b5e3fe714840dce67475276add7e0b8e41c164b8 | /libft/srcs/ft_mem/ft_memdel.c | c442242b8964bd7bdce01187d08dd6c721e98dda | [] | no_license | BenjaminTle/Fillit | 3e3e3ad15b9d16387f5509809258377ecd173647 | 3bacd2d8623936b29c62edc80f6f4b579e9e2575 | refs/heads/master | 2020-12-20T06:53:00.962420 | 2020-01-24T11:49:42 | 2020-01-24T11:49:42 | 235,993,365 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,063 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memdel.c :+: :+: :+: ... | [
"btollie@e1r10p16.42.fr"
] | btollie@e1r10p16.42.fr |
c773eaf6b70619625e39ebff2ff6c7f201cf28ba | bee710ef79421caf58f7d5faad35437946ec2865 | /kadai46.c | fc2fea7291a7803bb1434b2222de4f80126385f4 | [] | no_license | kamiyakenta/proguraming-C | 5b3b3476fe29e3bc18822fbe65da3e5161d75153 | 68fc2e1cd3ed3ab72e98cd1df5717b3f07fbfc8f | refs/heads/master | 2020-04-07T12:00:07.600327 | 2019-01-28T02:23:04 | 2019-01-28T02:23:55 | 158,350,394 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,090 | c | // http://www.deqnotes.net/acmicpc/prim/ レジュメよりこっちの方がわかりやすい
#include <stdio.h>
#define MAX 100
#define infini 1e+9
int mincost[MAX];
int vis[MAX];
int min (int a, int b){
if(a >= b) return b;
else return a;
}
int prim(int N, int cost[N][N]) {
int i;
for(i = 0; i < MAX; ++i) {
mincost[i] = infini;
... | [
"kentakmy@gmail.com"
] | kentakmy@gmail.com |
112a7899130b5b123054b22a43960e5399603f1f | 21c09799d006ed6bede4123d57d6d54d977c0b63 | /fits_2019_02/PFNo34Dijet2017bbDeepJetle1b850Scan/corrHist.C | 4a2aa3c94f403b067b2a0910feece52eca9869a4 | [] | no_license | corvettettt/DijetRootTreeAnalyzer | 68cb12e6b280957e1eb22c9842b0b9b30ae2c779 | e65624ffc105798209436fc80fb82e2c252c6344 | refs/heads/master | 2021-05-06T09:57:12.816787 | 2019-04-18T15:32:38 | 2019-04-18T15:32:38 | 114,043,763 | 1 | 0 | null | 2017-12-12T22:02:46 | 2017-12-12T22:02:46 | null | UTF-8 | C | false | false | 4,934 | c | void corrHist()
{
//=========Macro generated from canvas: c/c
//========= (Thu Apr 4 00:34:48 2019) by ROOT version6.02/05
TCanvas *c = new TCanvas("c", "c",0,0,500,500);
gStyle->SetOptStat(0);
c->SetHighLightColor(2);
c->Range(-0.5333333,-0.5,4.8,4.5);
c->SetFillColor(0);
c->SetBorderMode(0);
c-... | [
"zhixing.wang@ttu.edu"
] | zhixing.wang@ttu.edu |
916396860d5477749eb46acd31d53ad30f394923 | 3b8b51267a245c28f9215fe5829770ef1141cced | /third_party/sodium/crypto_scalarmult.lua.c | 1969570d5ecf14d127ed12435dc7e1b9927f773a | [
"BSD-2-Clause"
] | permissive | cosmic-fibre/bee | 41858cbb2ad7e824039e37b40773398c835117e7 | 96d56bb11ed8f108c47d1987b27ce035f003f069 | refs/heads/master | 2020-04-09T14:03:44.963191 | 2015-07-21T07:52:56 | 2015-07-21T07:52:56 | 40,757,282 | 1 | 0 | null | 2015-08-15T12:09:01 | 2015-08-15T12:09:01 | null | UTF-8 | C | false | false | 1,505 | c | const char crypto_scalarmult_lua[] =
"local ffi = require \"ffi\"\n"
"local lib = ffi.load \"sodium\"\n"
"\n"
"ffi.cdef [[\n"
"size_t crypto_scalarmult_curve25519_bytes(void);\n"
"size_t crypto_scalarmult_curve25519_scalarbytes(void);\n"
"int crypto_scalarmult_curve25519(unsigned char *,const unsigned char *,const unsi... | [
"wprayudi@gmail.com"
] | wprayudi@gmail.com |
762d2acd7e8c795df40d6dec8c2bfaea801f6b0f | 1a6202a1784528ca2917010f0c5a95478a5ba72a | /kitsune/main/ccs/hlo/hlo_proto_tools.h | 63c6ff629578098088a05517772348366b3395bb | [] | no_license | lechercheur123/kitsune | d4e13a57285bdf58cf487bbed44ddb782af9e19e | 6a28afa80dd4547907e58341a84bd0b5bec5d88e | refs/heads/master | 2021-04-28T14:27:54.830003 | 2017-04-05T21:03:59 | 2017-04-05T21:03:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,057 | h | #ifndef HLO_PROTO_TOOLS_H
#define HLO_PROTO_TOOLS_H
#include "pb.h"
#include "hlo_async.h"
#include "nanopb/pb_decode.h"
#include "nanopb/pb_encode.h"
#include "protobuf/morpheus_ble.pb.h"
#include "streaming.pb.h"
#include "stdbool.h"
hlo_future_t * MorpheusCommand_from_buffer(void * buf, size_t size);
hlo_future_t *... | [
"chris@sayhello.com]"
] | chris@sayhello.com] |
411deb4713f911a0b0659dbe78ce4738c515a2cf | 06c9bc5af0edf3eb7f3daefbc0cf96d463fe6daf | /src/drivers/yunsung8.c | b0954a8f6723fea594f04b92c8ed24efdcc3cc6e | [] | no_license | lantus/mame-nx | c4c96bb1125ceb6f7f348211dac5b63175accb22 | e4f042da1a7a2164a58d7b1fc3db1d9229e4b690 | refs/heads/master | 2022-11-08T19:48:33.984389 | 2022-08-22T15:08:22 | 2022-08-22T15:08:22 | 140,345,004 | 100 | 8 | null | 2022-10-03T22:13:13 | 2018-07-09T21:39:46 | C | UTF-8 | C | false | false | 19,008 | c | /***************************************************************************
-= Yun Sung 8 Bit Games =-
driver by Luca Elia (l.elia@tin.it)
Main CPU : Z80B
Sound CPU : Z80A
Video Chips : ?
Sound Chips : OKI M5205 + YM3812
---------------------------------------------------------------------... | [
"jimgiannakis@sbcglobal.net"
] | jimgiannakis@sbcglobal.net |
797d3dbf6f1ecaff8dbbd68a164933e7e6c15c01 | 473fc28d466ddbe9758ca49c7d4fb42e7d82586e | /app/src/main/java/com/syd/source/aosp/external/tpm2/StartAuthSession.c | acf955a12245eefd0b7a282192108b17344dd0c0 | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-tcg-spec-license-v1"
] | permissive | lz-purple/Source | a7788070623f2965a8caa3264778f48d17372bab | e2745b756317aac3c7a27a4c10bdfe0921a82a1c | refs/heads/master | 2020-12-23T17:03:12.412572 | 2020-01-31T01:54:37 | 2020-01-31T01:54:37 | 237,205,127 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 5,040 | c | // This file was extracted from the TCG Published
// Trusted Platform Module Library
// Part 3: Commands
// Family "2.0"
// Level 00 Revision 01.16
// October 30, 2014
#include "InternalRoutines.h"
#include "StartAuthSession_fp.h"
//
//
// Error Returns Meaning
//
// TPM_RC_ATTRIBUTES ... | [
"997530783@qq.com"
] | 997530783@qq.com |
0cf1c9dbe679aa96c8bb2984c5896d56cda41699 | 6f4144b2f76d733fc26e0aa3bfb8021411d93540 | /libft/get_next_line.c | 17e1047f97ede041cd06fd5f60187ff8b591a3c7 | [] | no_license | trujillojosh/ft_db | e2ea30bdbade2b75aa791fd8f55070cbe37c7eb8 | b8352a11f1fa494ab38d4154207dce952798700d | refs/heads/master | 2022-05-04T03:21:55.557317 | 2022-03-08T23:03:25 | 2022-03-08T23:03:25 | 89,116,566 | 0 | 1 | null | 2017-04-28T07:19:11 | 2017-04-23T04:13:08 | null | UTF-8 | C | false | false | 2,025 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_next_line.c :+: :+: :+: ... | [
"jtrujill@e1z2r6p2.42.us.org"
] | jtrujill@e1z2r6p2.42.us.org |
d15c5388bde0fd61a55bd3b6da0175e2ad9b3ae2 | 32b080aebd2b2325170c0148db13970d42204ed1 | /FaceWarrant/Pods/Headers/Public/VODUpload/VODUpload/VODUploadSVideoClient.h | 70cbe3ce4a9939e5a80933cbacdf3728407cf096 | [
"MIT"
] | permissive | WeaponChan/FaceWarrant | cde523e8b938647379d9a8d05d2ea4256b0737b6 | 6cc8051ec5c51d6f88f85bae8cc515f52459941c | refs/heads/master | 2020-04-16T00:57:21.050224 | 2019-01-11T01:16:30 | 2019-01-11T01:16:30 | 165,156,219 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 84 | h | ../../../../VODUpload/frameworks/VODUpload.framework/Headers/VODUploadSVideoClient.h | [
"2958066966@qq.com"
] | 2958066966@qq.com |
72cc86b0d54fca66b81f8ae907b15125be8f7209 | 7830650e104c94a53a40e9a1e1d7108e60b6bfdc | /02-Strings/main.c | 9c01a160547d6d306edf0f42e831ff154dbecf23 | [] | no_license | mhaf4krr/DataStructures | 44751c00ed762ff0e39d7eda9b74368e79027f2a | efbc04e06711cda536a421703c0b5d483ea72463 | refs/heads/master | 2020-03-23T02:16:21.383267 | 2018-09-26T20:32:20 | 2018-09-26T20:32:20 | 140,965,713 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 385 | c | #include<string.h>
#include "StringOperations.h"
int main()
{
char str2[]="HelloWordlabcHelloWorld";
// printf("%d",length(str));
// printf("%s",str);
// UpperCase(str);
// printf("%s",str);
// LowerCase(str);
// printf("\n\n\nn%s",str);
// Append(str2,str);
// printf("\n\n\nn%... | [
"muftihyderalifarooqi786@gmail.com"
] | muftihyderalifarooqi786@gmail.com |
1bb0739a9479c576ad4e9e3608f3aa1a8d8a6eec | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/base/ntos/rtl/ia64/vunwind.c | d15ba97f2e6d184ad4b483f24c86c91572c04e8c | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 71,842 | c | /**
*** Copyright (C) 1996-1999 Intel Corporation. All rights reserved.
***
*** The information and source code contained herein is the exclusive
*** property of Intel Corporation and may not be disclosed, examined
*** or reproduced in whole or in part without explicit written authorization
*** from the company... | [
"112426112@qq.com"
] | 112426112@qq.com |
23ba181ab1f170384f5cfae2e70a9d2fc46ae221 | c999e448936b5271df91d72c545a6f80fbc531e3 | /ft_putchar.c | 206405a34468dee19d9dd2d01e2e8b596fee840a | [] | no_license | yixuanamelia/42_libft | c12aedc06b8b928b6cf0f54151aa5f6b07447b40 | 7a6200a4e86587026f960d08901b3851836bf856 | refs/heads/master | 2023-02-04T14:23:51.719393 | 2020-12-23T23:18:30 | 2020-12-23T23:18:30 | 324,018,939 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 958 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putchar.c :+: :+: :+: ... | [
"yiwang@e2r6p4.42.fr"
] | yiwang@e2r6p4.42.fr |
966f5ec9a63ab63465fd47156ff0958ad56c6e84 | 988d8041150db3823be3ccba00a321bc947ee9aa | /RTT/Examples/Main_RTT_PrintfTest.c | 957428c43afbe2af21dac8d1b3d81c584e80b70e | [] | no_license | ailearncoder/Infrare-remote-learning-system | b99cdd6a6a6550578222235839dfc8d76dad72c9 | a5ec74e1ed5464b2f71d8fa3ff2d8deaf3b6fd4b | refs/heads/master | 2020-04-13T01:58:51.245704 | 2018-12-23T12:56:48 | 2018-12-23T12:56:48 | 162,889,373 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 10,254 | c | /*********************************************************************
* SEGGER Microcontroller GmbH *
* The Embedded Experts *
**********************************************************************
* ... | [
"panxuesen520@gmail.com"
] | panxuesen520@gmail.com |
4502eaae131d53c588244813adfcd8d932d93982 | 448d79b1e1db77b32348eddd32b90663f8036c2f | /練習問題 解答・解説/第7章/exercise7-3-sample.c | 24d8a5566da59dc6bae459116e50c1dbd6dc5446 | [] | no_license | yuina-blend/C-programming-2019 | 0cf52f17fe655545104c5a1b98b096425b5f1742 | 8cf4beb61d24c05fb0208a467d59940997829a3e | refs/heads/master | 2020-12-01T05:18:45.449058 | 2020-01-15T00:53:16 | 2020-01-15T00:53:16 | 230,565,632 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 260 | c | #include <stdio.h>
int fact(int); //プロトタイプ宣言
int main()
{
printf("%d\n", fact(4));
return 0;
}
int fact(int a)
{
if (a < 1)
{
return 1; //1!=1
}
else
{
return a * fact(a - 1); //n!=n*(n-1)!
}
} | [
"moon.h14.dd2.as@gmail.com"
] | moon.h14.dd2.as@gmail.com |
2cc5639b9c6cdffb079c98fb02da824aa3ec5604 | 3201e8242e06e563b80f467e5324112d36d1241e | /C language/06_loop.c/03_do_while.c | 0eab1610462a7450fc9569fe384ae1d575ba9f8c | [] | no_license | AnuragJiMahan/Code-Notes | 14df238e4460cfb21de7b3137ca55fb675162f79 | b27443cc355b229060079a610f515844994561c4 | refs/heads/main | 2023-09-02T07:34:34.184410 | 2021-11-21T11:30:20 | 2021-11-21T11:30:20 | 430,345,875 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,224 | c | //do while
/*#include<stdio.h>
int main(){
int x;
x=1;
do
{
printf("%d",x);
x++;
}
while (x<=10);
}*/
// print 20 to 40
/*#include<stdio.h>
int main(){
int a;
a=20;
do
{
printf("%d\n",a);
a++;
}
while(a<=40);
return 0;
}
*/... | [
"anuragnogiya810@gmail.com"
] | anuragnogiya810@gmail.com |
9393088757f1125478cf56a05ef14d92f650568b | fa78118d8dbf60b2ee35efa2722b34e746225834 | /Temp/StagingArea/Data/il2cppOutput/t3148635335MD.h | 5542fb68104460d9d5c4b9ab34f0ef698e55e2fa | [] | no_license | nsbingham/unity-roll-a-ball | 2935c2783763e7935d1a7659b58d577db7ae19f6 | be9f18afa7ad71acf3db12b03fda0f3257dba9d7 | refs/heads/master | 2021-01-10T05:44:47.996328 | 2016-03-31T21:47:37 | 2016-03-31T21:47:37 | 55,182,176 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 669 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
struct t3148635335;
struct t968488902;
struct t1967233988;
#include "codegen/il2cpp-codegen.h"
#include "t968488902.h"
#include "t1967233988.... | [
"nsbingham@gmail.com"
] | nsbingham@gmail.com |
42091e793740591fe27ac743235002f35b1bf3e8 | e5eaf4ec9aa24f4ce6f33eef1cec89495c04a2c7 | /Hardware/BTS HW v4/CPU/CPU_CODE_09042016/GLCD_Disp.h | 3d91c107981bfd32e84f628abda7715e58c53640 | [] | no_license | songcn206/BTS | 8d9555683e46674f0a9ce751f6176a04bcd9804b | dbca46e0d0abf6419c3f31109ca9cd62dac00087 | refs/heads/master | 2022-03-11T01:37:54.251532 | 2019-09-27T12:54:28 | 2019-09-27T12:54:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 505 | h | /**
* @defgroup Device_Typedefs
* @brief Library Typedefs
* @{
*/
#include "TA_Master_HW2_drivers.h"
/**
* Enumerations
*
* There are several different possible status.
* If TM_AM2301_OK is returned from read function then you have valid data.
*/
typedef enum {
Idle, /*!< Data OK */
Warnings, /*!... | [
"ngoquytuan@gmail.com"
] | ngoquytuan@gmail.com |
4dc960df96069f438d9963f0581bb7b0a181f803 | 9f3c9739a49d547feefc1b56f0b1c10c8584ea5b | /list_01/list_01_05.c | aeee120c3335fd13c6bc997d972426974ca2d766 | [] | no_license | hzd02765/meikai | ae8907c73c1be78b3fac6e54768c32d9a6d93774 | 13117e481eb69b31881208c2a4505761a2d525a4 | refs/heads/master | 2016-09-10T20:14:50.280738 | 2012-07-12T06:53:36 | 2012-07-12T06:53:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 318 | c | #include <stdio.h>
int main(void)
{
int i, n;
int sum;
puts("1からnまでの和を求めます。");
do{
printf("nの値:");
scanf("%d", &n);
}while(n <= 0);
sum = 0;
for(i = 1; i <= n; i++){
sum += i;
}
printf("1から%dまでの和は%dです。\n", n, sum);
return (0);
}
| [
"hzd02765@nifty.com"
] | hzd02765@nifty.com |
81a9b708facb518a5c662f2310f1a85b40fbf8be | 6c00ab8c0b21f487a9bbaadd57e8f390a7a0ba0e | /macsim/src/arch/trace_context.h | a159e80a1d114a84ac928ef5d28f88808cb4e08a | [
"ISC"
] | permissive | domso/rcmc | 0ad73ff096a6591bbe869d97c2a8354187fde590 | e442772bfcc9607fadfbfc5a4f02af2d330dd8d4 | refs/heads/master | 2020-04-25T23:04:40.052472 | 2018-05-16T21:44:18 | 2018-05-16T21:44:18 | 173,132,430 | 0 | 0 | ISC | 2019-02-28T15:01:43 | 2019-02-28T15:01:42 | null | UTF-8 | C | false | false | 659 | h | /**
* trace_context.h
* Core context for netrace simulation
*
* MacSim project
*/
#ifndef _TRACE_CONTEXT_H
#define _TRACE_CONTEXT_H
#include "share.h"
typedef struct
{
uint_fast16_t type;
uint_fast16_t nodebits; // 2^nodebits == conf_max_rank
flit_queue_entry_t *injqueue_head;
flit_q... | [
"bobbl@gmx.de"
] | bobbl@gmx.de |
6f470dcfba1c67c3832138fe7cf92e2a27598536 | 6a44715757c553ff6a12f175955f381e7d7be06a | /HL1/Il2CppOutputProject/Source/il2cppOutput/Microsoft.MixedReality.Toolkit.Examples_CodeGen.c | 885782be2d8de54cc5663737612cdb4a7fce4e38 | [] | no_license | Yonet/HoloLensSeed | 5a64f0e97f2c6ed5e0f88a0ad69a53ffe9311dc4 | 272f185ee7303bcaf0ed2dd2e70e1f8d1bcca23e | refs/heads/master | 2020-07-28T16:27:50.834885 | 2019-09-19T04:45:11 | 2019-09-19T04:45:11 | 209,465,079 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 252,113 | c | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
// 0x00000001 Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSystem Microsoft.MixedReality.Toolkit.Examples.Gest... | [
"aysegulyonet@gmail.com"
] | aysegulyonet@gmail.com |
b1af6022276c63f3ed5e124db930ba31c332784a | e0437085f4f972180f51851fbe9246361912749d | /StepperMotor.h | 026d5a907c1c6cd236fca2056641add76ff14a8f | [] | no_license | AYAELHUSSENY/ATmega32-Interface. | cf5f7413cda083943f4462b013055e512b458e85 | de6607bf105fb840a4c50a9e36d6940570318cd8 | refs/heads/main | 2023-08-24T02:29:07.099021 | 2021-10-14T20:55:58 | 2021-10-14T20:55:58 | 417,278,916 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 940 | h | /*
* StepperMotor.h
*
* Created: 10/2/2021 2:35:51 PM
* Author: Dell
*/
#ifndef STEPPERMOTOR_H_
#define STEPPERMOTOR_H_
//-------------------------------
#include "ATmega32_Configuration.h"
#include "DIO.h"
#include "Std_Types.h"
#include "Macros.h"
#include "Switch.h"
//---------------------... | [
"noreply@github.com"
] | AYAELHUSSENY.noreply@github.com |
0c26b2dbfcc2342384c462f28b05b6163d07d3c2 | fc7e31a36902eded2c66846433bba8e333fbb3e7 | /Bluetopia/profiles/HRS/include/HRSAPI.h | 697164d56af784fcd0e8c9329edc9653b40db344 | [] | no_license | rockwarrior/stm3204G_eval_cc2564c | a889667bdecfcaf696032826c7d8238211c6369a | 1e7199807dedc33ef318ae7fac49d40a6fdd354d | refs/heads/master | 2020-05-19T08:42:56.770645 | 2019-04-01T21:34:15 | 2019-04-01T21:34:15 | 184,926,218 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,041 | h | /*
* Copyright 2011 - 2014 Stonestreet One.
* All Rights Reserved.
* Author: Tim Cook
*** MODIFICATION HISTORY ****************************************************
*
* mm/dd/yy F. Lastname Description of Modification
* -------- ----------- ------------------------------------------------
* 11/28/1... | [
"maxshaffer@sonicsensory.com"
] | maxshaffer@sonicsensory.com |
194aeebf8c08a7d27779dbe94c50d583293225c5 | 7f29d42cb4967c7adae7b71e13cd5808263a9333 | /libpkgconf/tuple.c | 89b65ac1eef8314a48e6f915090ba936f48faa1f | [
"LicenseRef-scancode-mit-taylor-variant"
] | permissive | tonytheodore/pkgconf | 7c533d7a3560e815a0231bd76b8b6ea54e1c43b6 | 6a66b52190b3701b6bd7ced1248c8c5f8c068e6a | refs/heads/master | 2020-12-29T03:06:49.791344 | 2015-09-12T19:32:06 | 2015-09-12T19:32:06 | 12,100,844 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,110 | c | /*
* tuple.c
* management of key->value tuples
*
* Copyright (c) 2011, 2012 pkgconf authors (see AUTHORS).
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in... | [
"nenolod@dereferenced.org"
] | nenolod@dereferenced.org |
f94884eaedde28c74006d9998f9e19f154e102bf | 65586140b375f8da4c765653ae5617b2af6580c2 | /lib/static/sunrpc/xdr_reference.c | 33474bfaa15eec7caa84811093fdc7c6a50f632e | [] | no_license | berkus/nemesis | 5aed6a51a1efa4302ea159b7431c6e2deef5f12d | 2507f72ca9191842f41b81f786dae6c7de042534 | refs/heads/master | 2023-07-10T23:04:51.058618 | 2012-02-11T20:01:29 | 2012-02-11T20:01:29 | 6,571,138 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,770 | c | /* @(#)xdr_reference.c 1.1 87/11/04 3.9 RPCSRC */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
* media and as a part of the software program in whole or part. Users
* may copy or modify Sun RPC without charge, but are n... | [
"berkus@madfire.net"
] | berkus@madfire.net |
b580b57aaaf6ee59499ffd2c488bc7c22ec0dc76 | 1ef599b997913b0afe984fd9936487c85a5e5512 | /libft/ft_lstadd_back.c | 06a5b7eabe79ed0160df0de4b4adeeff00e11d37 | [] | no_license | Syzztem/Neon-Genesis-Evanshellion | 8bc0864112fde3afecc6ad42bccd4a21385b922e | beab298f68bb6aa2c96cd89e98d25b09d86fe64c | refs/heads/master | 2023-04-06T00:14:59.208280 | 2021-05-10T23:43:00 | 2021-05-10T23:43:00 | 327,875,049 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,139 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstadd_back.c :+: :+: :+: ... | [
"louis.thievent@gmail.com"
] | louis.thievent@gmail.com |
2c7a70dbb35d54f9450d2ee79ba04b2d8204c40d | 4376d7ea8e37d010145844da38f6894b8cdf1b62 | /build_mvsstage4_vc12x/temp_defines_debug.h | 4309f6499109ade14546be7f8de4108d822825e8 | [] | no_license | oudeboteringe/MVSStage4 | c4e5be79400c40930e68b2d622a9d5c633da0baa | 2fa29545ac7ebdb958c529ad4507a7ea78a7ecf8 | refs/heads/master | 2020-05-17T00:52:12.545970 | 2014-10-19T10:27:24 | 2014-10-19T10:27:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,827 | h | #ifndef I3D_OS_S3E
# define I3D_OS_S3E 1
#endif
#ifndef I3D_PLATFORM_S3E
# define I3D_PLATFORM_S3E 1
#endif
#ifndef IW_APP_NAME
# define IW_APP_NAME "MVSStage4"
#endif
#ifndef IW_APP_VERSION
# define IW_APP_VERSION "1.0"
#endif
#ifndef IW_ASSERTION_CHANNEL_2D
# define IW_ASSERTION_CHANNEL_2D 1
#endif
#ifndef ... | [
"michiel_72@hotmail.com"
] | michiel_72@hotmail.com |
527a38401a904b73bb7533b8aaa1864f5509fc4c | de1684fe62ee66084d48678b30ef645f35230b4c | /part-1/bibliotecas-uteis/b-stdlib/b-stdlib-4.c | 946d380976354efca173826a066938c965f5fa89 | [] | no_license | joaoo-vittor/ling-prog-1 | a7a6f19bc679cd6f8f430a62b3b14f09543b75ad | 19c2a18e86e84c2dec6065884f47c1f01264914f | refs/heads/master | 2023-02-01T11:03:51.796434 | 2020-12-09T23:30:25 | 2020-12-09T23:30:25 | 285,839,239 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 848 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
// Converção de string
// atof(); // converte string para double
// atoi(); // converte string para inteiro
// atol(); // converte string para long float
// Geração de sequencia pseudo-aleatoria
// rand(); // gera numero aleatorio
// srand(); // inicializa... | [
"joaoo.vittor007@gmail.com"
] | joaoo.vittor007@gmail.com |
7b82d1e93be8e6cd6e8b868726b4d20a867f3447 | 2c20f1bed9df90c143e1efc82f4d5c274c1ef038 | /final-version/pl0.h | d6852a406d8324e703dc8e6be7b025754cfb0513 | [] | no_license | yang-assignment/extend-pl0-compiler | 6d52ebd5d1576a2d13616839bd1fa0fddaf5cba2 | fecbfcdca754d52acf084da09240b34d8b4f6174 | refs/heads/main | 2023-09-02T01:03:45.471612 | 2021-10-23T05:45:24 | 2021-10-23T05:45:24 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 5,177 | h | /*
* PL/0 complier program for win32 platform (implemented in C)
*
* The program has been test on Visual C++ 6.0, Visual C++.NET and
* Visual C++.NET 2003, on Win98, WinNT, Win2000, WinXP and Win2003
*
*/
typedef enum {
false,
true
} bool;
#define norw 14 /* 关键字个数 */
#define txmax 100 /* 名字表... | [
"913428775@qq.com"
] | 913428775@qq.com |
f6b8d91ed64712d5f5721b7fd7c118c50b854816 | 95c5d217250433df1907e26c07ba9fac9278de9b | /intra-uuid-ff646587-3475-4833-bd2b-8b6c218d802d-3376722/ft_memchr.c | 317ff2bd68d72d6bdd4eb85eb9a538aa389fbb5b | [] | no_license | ahc185/42 | a7e5d94e95c6c758b8648befc4bbda74c8417454 | c205fe77d338bf057a9def126daafea4d6f59e37 | refs/heads/master | 2021-03-05T11:10:22.991609 | 2020-11-23T17:03:51 | 2020-11-23T17:03:51 | 246,113,377 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,148 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memchr.c :+: :+: :+: ... | [
"asenouci@e2r5p11.42.fr"
] | asenouci@e2r5p11.42.fr |
60d945bf28e045b23410b2ccdfcc58280dd20d6b | 4318bca3fae274d1e898f9ec02c4f6196e849581 | /externals/netlib/dctemplates/F2CLIBS/libF77/z_div.c | 22b7056be118b0e07971ccb67634284a91903887 | [
"BSD-3-Clause",
"LicenseRef-scancode-us-govt-public-domain",
"LicenseRef-scancode-public-domain",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-other-permissive"
] | permissive | fperignon/siconos | c63359b32fb52b354d0b520bff7549194580ec08 | dd9070b5934c5c13accce38eb79cdb4a1d18f6e6 | refs/heads/master | 2020-04-28T11:27:21.566160 | 2019-03-19T10:52:22 | 2019-03-19T10:52:22 | 175,240,289 | 0 | 0 | Apache-2.0 | 2019-03-12T15:19:21 | 2019-03-12T15:19:21 | null | UTF-8 | C | false | false | 740 | c | #include "f2c.h"
#ifdef KR_headers
extern void sig_die();
VOID z_div(c, a, b) doublecomplex *a, *b, *c;
#else
extern void sig_die(char*, int);
void z_div(doublecomplex *c, doublecomplex *a, doublecomplex *b)
#endif
{
double ratio, den;
double abr, abi;
if ((abr = b->r) < 0.)
abr = - abr;
if ((abi = b->i) ... | [
"vincent.acary@inria.fr"
] | vincent.acary@inria.fr |
fd5433ca655e57e12e76732719a34757c04cc3d3 | 7a04879140b4b5446c592bfda227d6eb85aabd7d | /skeleton.c | dd75d0c1488f229da8e6cab8394c2d4b71792fb3 | [] | no_license | stoertebeker23/simple_fm_mod | 86077208255570c7d91d658cdcd7c2453c5dbfb3 | 6b76d8af31455c4a4ef4d95e7dadb80a7b1d1566 | refs/heads/master | 2021-01-20T02:01:41.308827 | 2017-06-27T12:33:30 | 2017-06-27T12:33:30 | 89,360,471 | 3 | 1 | null | null | null | null | ISO-8859-1 | C | false | false | 14,234 | c | /***********************************************************
* skeleton.c
* Example for ping-pong processing
* Caution: It is intended, that this file ist not runnable.
* The file contains mistakes and omissions, which shall be
* corrected and completed by the students.
*
* F. Quint, HsKA
**********************... | [
"becluki@web.de"
] | becluki@web.de |
6f66bab2d4534124ee13fc17b1f09e18896c2061 | c650b74d1c39f0ecb4bdae435a05db4c60cf819c | /ExternData/Resources/C-Sources/hdf5/src/H5Pocpypl.c | 07fce85905cc83c6a03375d48d9f3d6ff59ef8fa | [
"BSD-2-Clause",
"LicenseRef-scancode-llnl",
"LicenseRef-scancode-hdf4"
] | permissive | limaiem/ExternData | e7a1b9fe96d4227dc475921d9c5379fd6440d1c9 | 1ced020c7dcf8fd6a8ad3278149f252f23b9d7ad | refs/heads/master | 2021-01-11T23:05:59.350346 | 2017-01-10T10:05:33 | 2017-01-10T10:06:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,917 | c | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* ... | [
"tc@tbeu.de"
] | tc@tbeu.de |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.