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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2b03f1e73aac74726c5cbda3f5442ea2992431b4 | 303590ca8577edad46177696e5397f6e100052ed | /components/nfc/ndef/connection_handover/ble_pair_lib/nfc_ble_pair_lib.h | eb6bd3784d7a8158fae6ebf0c3b04a7757bf0add | [
"Apache-2.0"
] | permissive | adrien3d/BleFox | 692e4ee55416014c59afcb220e63b8515e4a0727 | 21d369f51e4ba7238bfb4b486ccc3e4722fff63c | refs/heads/master | 2021-05-08T08:05:34.437341 | 2020-03-08T11:36:15 | 2020-03-08T11:36:15 | 106,404,553 | 2 | 3 | Apache-2.0 | 2020-03-08T11:36:16 | 2017-10-10T10:49:23 | C | UTF-8 | C | false | false | 4,825 | h | /**
* Copyright (c) 2016 - 2017, Nordic Semiconductor ASA
*
* 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... | [
"adrien3d@gmail.com"
] | adrien3d@gmail.com |
fab13476116a416a25bf8e8f880e24b97c432ad3 | bba0ca38e53c9cc2d316da812b146fea402e38c4 | /Lista 1b/Exercício_11/prog11.c | d47049a8c65fe12d7899c74b6005ec43f4961692 | [] | no_license | murilorodriguesvs/LanguageC | 2d85bc3a677c7234b54753155d00a3e3314976cf | 54b48d442142069fea7bf062ae5ace35a72a4e13 | refs/heads/main | 2023-04-18T18:49:54.129398 | 2021-05-01T19:41:01 | 2021-05-01T19:41:01 | 358,936,681 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 509 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
int main(){
double a, b, c, delta, x1, x2;
scanf("%lf %lf %lf", &a, &b, &c);
delta = pow(b, 2) - 4*a*c;
x1 = (-b - sqrt(delta))/(2*a);
x2 = (-b + sqrt(delta))/(2*a);
if(delta == 0){
printf("RAIZ UNICA\nX... | [
"noreply@github.com"
] | murilorodriguesvs.noreply@github.com |
f70a3a3cae2be841f0810faaf58d90772a86b0c4 | acb8d4c4f974d872f31997f591fea4d748f94b93 | /d/zhongnan/shanlu28.c | be991737917c052c25b39cda408ba44ee094c37b | [] | no_license | MudRen/SZMUD | 8ae6b05718b1a83363478469185e0d776b0fda5c | e3b46e6efa6d353f7f0d00ef676f97d5c0ec3949 | refs/heads/master | 2023-05-27T16:04:35.845610 | 2021-06-18T12:47:19 | 2021-06-18T12:47:19 | 361,736,744 | 1 | 2 | null | null | null | null | GB18030 | C | false | false | 532 | c | // Code of ShenZhou
// road: /zhongnan/shanlu28.c
// by sdong 08/98
inherit ROOM;
void create()
{
set("short","小路");
set("long",@LONG
此段小路两边都是杂草,看来走的人不多,四周的景色都越来越萧条,看来已经
快到沙漠了。往南通往终南山,往西北通往大西北。
LONG);
set("exits",([ "northwest" : __DIR__"shanlu29",
"south" : __DIR__"shanlu27",
])
);... | [
"i@oiuv.cn"
] | i@oiuv.cn |
6f94432d91d942e042363ed1e0f931163ea48f09 | f9b8970100034af3dbd446060814bd48ce2443de | /Checking/if else1.c | 54f78d3a9e9c6a1d3b9e64041dc45c4d3c17398c | [] | no_license | manjusubraminam/C | 02f588a84b15e2fb69fd97f638f535740fd9c1a6 | 72eb38a199fcc5e6e74272a4a77c839c9a2a1557 | refs/heads/main | 2023-05-29T21:09:36.404622 | 2021-06-08T07:56:54 | 2021-06-08T07:56:54 | 374,928,870 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 317 | c | /*ALL THESE WORKS ARE DONE BY
ANKITA SIKDER
STUDENT OF BTECH, IN UEMK
CONTACT NO.: 8583939774
EMAIL ID: ankita.sikder14@gmail.com
*/
#include<Stdio.h>
#include<conio.h>
void main()
{
int a=300,b,c;
if(a>=400)
b=300;
c=200;
printf("%d %d",b,c);
getch();
}
| [
"noreply@github.com"
] | manjusubraminam.noreply@github.com |
5dbeb1f7323aec092d38ad66c6756408d450d19d | b258236050388b8f836eedad54c95a6c3d687001 | /final evaluation/src/faultyTests/faultyContinue1.c | c85186ab4a5745ef9ef2a5a44697b7cfb1d163a2 | [] | no_license | HermansAnthony/Compilers | 346aa3340ec13c1c874d7e171fdb68d6ada81a65 | 83dbee77faa818bae29d2f1c6fd5332e00bef96b | refs/heads/master | 2021-03-24T14:03:13.293509 | 2017-06-05T21:04:10 | 2017-06-05T21:04:10 | 84,334,997 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 257 | c | // ********************************************
// Authors: Jeroen Verstraelen - Anthony Hermans
// Description: This testfile tests continue statements
// Continue outside loop
// ********************************************
int main(){
continue;
}
| [
"hermans.anthony@hotmail.com"
] | hermans.anthony@hotmail.com |
eedd1b2fb71039e2786f9adbb3edfd98265bf209 | 964f819f1ce52ed69be7a4265881b3f555a15d67 | /benchmarks/totinfo/v4/totinfo.c | cba7aafcd8e4513f1fc6c75f8a39e8d20e0b4890 | [] | no_license | priyankapothala/TestcasePrioritization | 08ab0d3e70d93cbb7d1424b3b7cb4eed6e2ae7df | 0600e641649336294a0d6fc474d26d7190cbe9ce | refs/heads/master | 2023-02-03T06:19:39.351800 | 2020-12-21T20:41:25 | 2020-12-21T20:41:25 | 266,446,132 | 3 | 6 | null | null | null | null | UTF-8 | C | false | false | 7,233 | c | /*
tot_info -- combine information statistics for multiple tables
last edit: 89/02/06 D A Gwyn
SCCS ID: @(#)tot_info.c 1.1 (edited for publication)
*/
#include <ctype.h>
#include <stdio.h>
#include "std.h"
#include "chisq.h"
#include "gamma.h" /* for QChiSq() */
#define MAXLINE 256
#ifndef MAXTBL
#define M... | [
"priyankapothala@gmail.com"
] | priyankapothala@gmail.com |
ba0a22e22e0b24d4179368e69fcc27d6cbf6d343 | dc293c99e94817c80c9fc17ff68c75d57526e5c6 | /tools/ringleb.c | e26a2b5d1f272e004b194103744afaf44392286a | [
"BSD-2-Clause"
] | permissive | gyzhangqm/CFDWARP | 320e9295f5ef58d72f129967aacae3bc3b524996 | 0b2f892eef5f6e33fcf2aebd2c207e1834c5ab69 | refs/heads/master | 2020-04-08T21:42:26.128536 | 2018-11-29T11:20:15 | 2018-11-29T11:20:15 | 159,755,137 | 1 | 0 | null | 2018-11-30T02:10:54 | 2018-11-30T02:10:53 | null | UTF-8 | C | false | false | 4,734 | c | /* reference: G Chiocchia, Exact solutions to transonic and supersonic flows. Technical report AR-211, AGARD, 1985. */
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <exm.h>
#define nj 25 //25, 49, 97
#define ni nj
#define MIRROR FALSE /* mirror the solution with r... | [
"bernparent@gmail.com"
] | bernparent@gmail.com |
3500ed7fce321b71f68194478bb7adce127b6440 | 28f6ebf2b5732bff150120bdb42a6b2a33affc99 | /main/control.h | 511b6590ad7450ab61ce3cbeda1cc102b8c7c619 | [
"MIT"
] | permissive | DavidAntliff/esp32-poolmon | 4ff8822d5f51a4b137a304b26e7da3c19d1effaa | 3907ac9f50d41ce0bc14b7a4babb481da3da10c0 | refs/heads/master | 2021-06-23T07:30:21.044600 | 2020-11-20T23:19:25 | 2020-11-20T23:19:25 | 102,407,215 | 18 | 4 | null | null | null | null | UTF-8 | C | false | false | 1,839 | h | /*
* MIT License
*
* Copyright (c) 2018 David Antliff
*
* 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, mo... | [
"david@pitchblende.co.nz"
] | david@pitchblende.co.nz |
ea3a13e4a727fd3af3e32ab5a6855a9f0b7b3d34 | 310a120bd18d0299d95fa38bd638de21f4212bd4 | /lib/xm_util.h | c868ad564628b20812c3593182be38f799c04c0d | [] | no_license | awesome-security/xmap | 0120edba5703e4a2cc4d9d8ab5f053ec37706297 | cb70dd7998ba118105222b5c8432a12f3c775d75 | refs/heads/master | 2020-06-18T11:27:08.559806 | 2019-07-10T09:27:29 | 2019-07-10T09:27:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,554 | h | /*
*
* Filename: xm_util.h
*
* Author: shajf,csp001314@163.com
* Description: ---
* Create: 2017-01-18 10:36:34
* Last Modified: 2017-01-18 10:36:34
*/
#ifndef XM_UTIL_H
#define XM_UTIL_H
#define UNICODE_ERROR_CHARACTERS_MISSING -1
#define UNICODE_ERROR_INVALID_ENCODING -2
#define... | [
"shajianfeng@antell.com.cn"
] | shajianfeng@antell.com.cn |
519114c78985bfb513cf3a55affb8fe6f8c5d26a | 64893c7b3fe22302ce161c455a70368ec91a7b2c | /src/c/inc/main.h | a01a6695914f97461de0e813882e097a0427cc08 | [] | no_license | MathiasKoch/factbird_rs | a7a59d457a6ebfaeffaa9f4db85e69750d845046 | 52ac80ecdb77ed32ec9e6d3c32edc901e28b98ea | refs/heads/master | 2021-06-23T05:26:08.428186 | 2019-04-12T12:44:24 | 2019-04-12T12:44:54 | 180,584,543 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 151 | h | #ifndef MAIN_H
#define MAIN_H
extern void main_entry();
extern void application_idle_hook();
extern void application_stack_overflow_hook();
#endif
| [
"mk@blackbird.online"
] | mk@blackbird.online |
3c6952814711fab9bd030ecdfc637703e9a773ce | febb156d99aea795e6e2a7a0984cde0c20877232 | /computer_organization/Test1/isim/T_Control_Unit_isim_beh.exe.sim/work/m_00000000001523151090_2762404611.c | 665da4a18cacfe2648e1b542a22d0923157b931f | [] | no_license | NeilYXIN/UESTC_coursework | e65cdf6c791a5339988fdaef0557a1818d8e982b | 46dc03589f87383a521061f58559373554482e48 | refs/heads/master | 2022-03-25T22:52:45.685943 | 2020-01-15T20:37:28 | 2020-01-15T20:37:28 | 234,168,386 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 38,891 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"96xinyang@gmail.com"
] | 96xinyang@gmail.com |
8ec6b351309322b23bdda0a526b299710b24121e | 9b6fa189b66515631e899495f85bd32ad3504276 | /Assignments/WeekAold/C/GemmIJSapdot4x4Vec.c | 832006da038659de7ed64aea681656d63d55f152 | [] | no_license | rvdg/LAFF-On-PfHPC | d684419192b67a275a0e59e4d053221a81b2827e | afb352bf6f01bfa53fb9f30a5626d4cca548aa36 | refs/heads/master | 2021-01-21T11:53:26.868860 | 2018-01-30T03:31:22 | 2018-01-30T03:31:22 | 102,031,332 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 5,757 | c | /* Create macros so that the matrices are stored in column-major order */
#define A(i,j) a[ (j)*lda + (i) ]
#define B(i,j) b[ (j)*ldb + (i) ]
#define C(i,j) c[ (j)*ldc + (i) ]
/* Block sizes */
#define mc 256
#define kc 128
#define nb 1000
#define min( i, j ) ( (i)<(j) ? (i): (j) )
/* Routine for computing C = A * ... | [
"rvdg@cs.utexas.edu"
] | rvdg@cs.utexas.edu |
062854c5cfe26e9677c90c90ec2c15aee63a1bf3 | efabd6b5c69aa2128abfe15fc8313403a110cdb4 | /ntdrv/pe.c | 1b1b63d1c7808115a11c9bbfb166aafc52646a66 | [] | no_license | ylkcy/driverlearn | 95dd3d8e081b0bf5aa9e2a8e88115811ac4ee68a | 5b3fe80f6e917b48026edbc4b9d70a011b5d8958 | refs/heads/master | 2022-12-29T16:01:16.096076 | 2020-10-21T15:28:40 | 2020-10-21T15:28:40 | 297,374,860 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,523 | c | #include "pe.h"
ULONG RvaToSection(IMAGE_NT_HEADERS* pNtHdr, ULONG dwRVA)
{
ULONG i = 0;
USHORT wSections = 0;
PIMAGE_SECTION_HEADER pSectionHdr = NULL;
pSectionHdr = IMAGE_FIRST_SECTION(pNtHdr);
wSections = pNtHdr->FileHeader.NumberOfSections;
for (i = 0; i < wSections; i++)
{
if (pSectionHdr... | [
"748759774@qq.com"
] | 748759774@qq.com |
075a4ee95d2dfa4891e1d190fcb99f0c9b53f1fe | 910a65e4739de1c481b509852a1ffd24f1d38130 | /Fonts/IR.c | fc1dfbda7e5e4679869e8dd5bd2bd4d13ab8e36c | [] | no_license | javi1966/prbRL78G13 | 2b0b9582b0af2202a6ff08010cbf07e8ceb9f6a7 | ee93b729861de3eff802d035e4c9f27b73e4bc4c | refs/heads/master | 2020-05-31T00:20:47.385360 | 2013-11-24T07:44:18 | 2013-11-24T07:44:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,160 | c | #include "ior5f100le.h"
#include "ior5f100le_ext.h"
#include "intrinsics.h"
void initIR()
{
TMR03 = 0x0104; //modo captura,con flanco bajada
TOM0 &= ~0x0008; //TI03 input
TOL0 &= ~0x0008;
TO0 &= ~ 0x0008;
TOE0 &= ~0x0008;
NFEN1 &= (unsigned char)~0x08; // previene ruido canal 3
PM3 |= 0x02U... | [
"JEG1966@telefonica.net"
] | JEG1966@telefonica.net |
c034c72874d1c215b7bd827e838e16f22802fdc5 | d5166c23744ee7da5c6c22133bd487ffa0e7da72 | /MSP430 EXAMPLES/msp430x22x4_tb_01.c | d7f16680add242176686c7b750fbd0b6b18920b3 | [
"MIT",
"BSD-3-Clause"
] | permissive | Babtsov/Junior-Design | 7bcf822a4af3f0d21dbcdd3d69f56c5a9dcb8122 | 6870c39ae9b828934452447ec4a723b3bbd4256e | refs/heads/master | 2016-09-01T07:58:04.780089 | 2015-10-25T10:58:24 | 2015-10-25T10:58:24 | 44,027,233 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,204 | c | /* --COPYRIGHT--,BSD_EX
* Copyright (c) 2012, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the... | [
"ben.babtsov@ufl.edu"
] | ben.babtsov@ufl.edu |
fb0de9d99588f494043603e9113f8ece026f1442 | 218641056f868ebbc28d1367bed274476439eedd | /touch_timer_sound/synth.h | 91b36dabf39d5fb988dde3ee981fffe9c648e642 | [] | no_license | gormez/Arduino-1 | 86947dc73b60bca19e7b08d30800108c9f436d6a | 73d9d9e9039977905a8af119696491621906dd95 | refs/heads/master | 2021-01-24T23:50:37.883707 | 2013-01-21T12:52:06 | 2013-01-21T12:52:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 111 | h | #ifndef __synth_h_
#define __synth_h_
void synth_init(void);
void synth_generate(void);
#endif // __synth_h_
| [
"sjacoby@media.mit.edu"
] | sjacoby@media.mit.edu |
7ed1fed3589fdceae5f1ef47b427edc8f07646b6 | dc1c504dd653a84b88728904c528e11a1997b441 | /Assignment_7.X/assignment_7.c | 99f7519f1ef2f749f2a786da3ccb9a3f3288f4e2 | [] | no_license | LesleyWagner/Embedded-Systems-1 | 54cbf0f576699b430789e214e78433d816340b15 | fee55b1de6853eda213dbdc206e26f6d30ce3cfb | refs/heads/main | 2023-03-01T17:02:50.959228 | 2021-02-13T15:56:09 | 2021-02-13T15:56:09 | 338,610,504 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,241 | c | /*
* File: assignment_7.c
* Author: Lesley Wagner
*
* Created on July 4, 2017
*/
#include <stdio.h>
#include <stdlib.h>
#include <xc.h>
#include <sys/attribs.h>
#include "config.h"
#include "pragma.h"
#include "assignment_7.h"
void main(int argc, char** argv) {
unsigned short int channels = 0x2; // only u... | [
"lesleywfit@gmail.com"
] | lesleywfit@gmail.com |
ac8b504d88ae34378ea85e76d3873c5d55b1163b | 6cd662f7e0b877699ead06f92401fcc6dbf6a660 | /new/ingres/source/parser/pass_err.c | 834e06328707411d28eb1625f4011580b7cc9f6b | [] | no_license | Roare/Digital-Ultrix-32-VAX-2.0 | d53ff4b2c559a9e03cbc073de5c106b38591e43f | 56695b632d960b605717f93f84dc6fa7ec5b4e2f | refs/heads/master | 2023-09-01T17:43:13.032091 | 2020-04-25T00:27:39 | 2020-04-25T00:27:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,926 | c | #ifndef lint
static char *sccsid = "@(#)pass_err.c 1.1 (ULTRIX) 1/8/85";
#endif lint
/************************************************************************
* *
* Copyright (c) 1984 by *
* Digital Equipment Corporation, Maynard, MA *
* All rights reserved. *
* *
* This software is... | [
"zahir.meddour@protonmail.com"
] | zahir.meddour@protonmail.com |
6bb3d12fd7b0adb7d19a9f6e2a0e97c055b096c9 | 6383e8bd09a298d8b7fbd9534b6b403e2781e812 | /src/Application/Callback.h | c10ba0a65de91858c50920849c265bff3638a91a | [
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-other-permissive"
] | permissive | dalers/airboosterstack | f05520b80f5af38db94b5fc1c261ccec2768a6e0 | c27abff5136aa798bef72d5350cd35d8197554e6 | refs/heads/master | 2021-01-01T05:44:41.963214 | 2016-05-07T00:51:03 | 2016-05-07T00:51:03 | 58,241,537 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,023 | h | /**
* @file Callback.h
*
* @brief Event Handler Callback Functions
*
* @version 1.0
*
* @attention IMPORTANT: Your use of this Software is limited to those specific
* rights granted under the terms of a software license agreement
* between the user who downloaded the software, hi... | [
"dale@dalescott.net"
] | dale@dalescott.net |
c89ff5ddffe4fdd5a6cfba593bd326a6953742c3 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/arch/powerpc/kvm/extr_booke.c_kvmppc_core_queue_data_storage.c | dde04137b43ab5b9753adb729e71254f8e2f959a | [] | 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 | 929 | 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 |
c746ea7ec8a1349345cf849227e013a7087affec | 04c8d8da9cebc13513c1b9c7658707ecadfa0ed3 | /Roll a Ball/Temp/il2cppOutput/il2cppOutput/Parse_Unity_Parse_Internal_FlexibleListWrapper_2_U3CGetEnume_128MethodDeclarations.h | e4129b4b2578d8d0d8085a775152990f49c7d978 | [] | no_license | fkieyhzen/RollABall | ed9ef9e93f3cfaecd2be10013797e97e9c1e479e | f083b660966094939ed2b5d2028e31bb4e86a67e | refs/heads/master | 2023-03-19T18:19:11.437779 | 2015-06-08T15:27:45 | 2015-06-08T15:27:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,174 | h | #pragma once
// Parse.Internal.FlexibleListWrapper`2/<GetEnumerator>d__2<System.UInt64,System.Double>
struct U3CGetEnumeratorU3Ed__2_t6539;
// System.Object
struct Object_t;
// System.Boolean Parse.Internal.FlexibleListWrapper`2/<GetEnumerator>d__2<System.UInt64,System.Double>::MoveNext()
bool U3CGetEnumeratorU3Ed_... | [
"patrick@beetheswarm"
] | patrick@beetheswarm |
4e136e54b8efcf38d0902aefa82de70c953e3176 | bb375657ad0c600d970e139530a7b12160fc3246 | /global/include/magenta/device/device.h | c622348a11e462d98af9a69c6eb9c5c095f34cd5 | [
"MIT",
"BSD-3-Clause"
] | permissive | Decorum-OS/magenta | 4221f388f45b2effc72cf8763f73a2644f1d9baa | 9b7c44af02e3ed696c885fe138f5cc8bfe443cb0 | refs/heads/master | 2020-12-25T14:58:48.292070 | 2016-08-26T00:06:26 | 2016-08-26T19:38:15 | 66,677,545 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 387 | h | // Copyright 2016 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#pragma once
#include <magenta/device/ioctl.h>
#define IOCTL_DEVICE_BIND \
IOCTL(IOCTL_KIND_DEFAULT, IOCTL_FAMILY_DEVICE, 0)
#define IOCTL_DEVICE_WA... | [
"swetland@google.com"
] | swetland@google.com |
120012aa5bb29fa4607f40da16b2686d506ae544 | d2abdfc2be9929fd1dca6fa442dd51444a1fc654 | /NANO100BSeriesBSP/Libraries/NANO1xx_Drivers/Include/nano1xx_dac.h | eba7e4da5737ed7329672b076f11e19dbacb5956 | [
"MIT"
] | permissive | xhawk18/TinyThread | f64f837b97383e9a24d54275447d14f82a653484 | 379b52eaf69d94b8638dadeaaa1a6c9d06cba1b9 | refs/heads/master | 2020-04-15T16:54:54.767894 | 2016-06-14T07:53:15 | 2016-06-14T07:53:15 | 10,623,383 | 17 | 5 | null | null | null | null | UTF-8 | C | false | false | 3,750 | h | /******************************************************************************
* @file nano1xx_dac.h
* @brief NANO1xx DAC driver header file
* @version 1.0.1
* @date 04, September, 2012
*
* @note
* Copyright (C) 2012-2014 Nuvoton Technology Corp. All rights reserved.
***********************... | [
"xhawk18@gmail.com@9ff761d3-2d5e-be2c-9062-262bcc4938dd"
] | xhawk18@gmail.com@9ff761d3-2d5e-be2c-9062-262bcc4938dd |
47cdc6952190dd4e8a5f402ec44e78e5ad5dc66c | ceb687c69c8b806359253cea86997cc730464285 | /libft/ft_isprint.c | bc00810963b801856382960a6449d818d34408d7 | [
"MIT"
] | permissive | jalloulik/raytracer | f1a75b9492819cb79742f09a9793b491a450b180 | 27154810da57146359c7b608ca128a99c345d2f6 | refs/heads/master | 2020-03-11T01:27:10.258770 | 2018-08-13T12:20:33 | 2018-08-13T12:20:33 | 129,691,916 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 992 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isprint.c :+: :+: :+: ... | [
"kjalloul@42.student.fr"
] | kjalloul@42.student.fr |
00c2f0fc007dfbcf4e90bdd20d9b7fb65a2f0119 | bc6272eb25f15be786c9ee1567c5ca6585b314d0 | /libft/ft_strncat.c | 6c202bb15ebb67e08aa4d20e18f863de512233c6 | [] | no_license | Lyana13/Filler | 692138dfca39c0584277fb4037c2ce45a385e1a0 | 6fb8f965c761f1af3786c96717eb4bec68d7ffc3 | refs/heads/master | 2020-06-15T09:00:45.827687 | 2019-07-26T09:16:00 | 2019-07-26T09:16:00 | 195,254,641 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,104 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncat.c :+: :+: :+: ... | [
"lmalaya@e1r11p2.unit.ua"
] | lmalaya@e1r11p2.unit.ua |
d178e00d88c85a02efd017d4460c0d8efeab6006 | 2ee3a0c398cb452fe3b20391c476e8462586dadf | /libIPLAY/libSrc/os_linux27/include/linux/dio.h | 55af8d8c917610953dcbca2de89301925ed80031 | [] | no_license | gradliang/fusion1 | a08f8f0b8a15716628db412d6db0fa664eba3f29 | 07972a0da8cc09faf3ebe801283c87430c71804b | refs/heads/master | 2021-07-18T03:00:41.118177 | 2020-08-11T02:08:30 | 2020-08-11T02:08:30 | 203,027,101 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 11,481 | h | /* header file for DIO boards for the HP300 architecture.
* Maybe this should handle DIO-II later?
* The general structure of this is vaguely based on how
* the Amiga port handles Zorro boards.
* Copyright (C) Peter Maydell 05/1998 <pmaydell@chiark.greenend.org.uk>
* Converted to driver model Jochen Friedrich... | [
"gradliang@live.com"
] | gradliang@live.com |
718659ebbdaa9a03b88492fadc69f014de1de1a2 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/windows/feime/chs/ntime/candui.c | 4534eca7745f48efa6dffe17abba5a1c2a60e4c5 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C | false | false | 49,516 | c | /*++
Copyright (c) 1995-1999 Microsoft Corporation, All Rights Reserved
Module Name:
CANDUI.C
++*/
#include <windows.h>
#include <immdev.h>
#include <imedefs.h>
/**********************************************************************/
/* GetCandWnd ... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
82ef049c1bb61be9a92ad8b33a01b2ce8c94a471 | 3aa166aae5b5691a2f1e80e899396c718b1e7a75 | /PROT/PROT.c | 0509dbe396a9659c9d9cce12d7235c8fe438053c | [] | no_license | shintoo/rosalind | 40299baa86f9ea1450826dbc384d02fee9767acd | 7378fb6ad5f45a2207d0dd4f49810b02a3e885a9 | refs/heads/master | 2020-05-18T00:34:05.265033 | 2015-04-28T20:26:06 | 2015-04-28T20:26:06 | 34,622,220 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 583 | c | #include <stdio.h>
#include <math.h>
int main(int argc, char **argv) {
FILE *RNA = fopen(argv[1], "r");
char codon[3];
char ch;
double val = 0, m;
char table[] = "FFLLSSSSYY00CC0WLLLLPPPPHHQQRRRRIIIMTTTTNNKKSSRRVVVVAAAADDEEGGGG";
while (!feof(RNA)) {
for (int i = 0; i < 3; i++) {
codon[i] = fgetc(RNA);
}
... | [
"seanprapp@gmail.com"
] | seanprapp@gmail.com |
0b923d359df85e87173d03f1de0eea0c43a28b3c | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/5e63b73e-381c-412e-8bc2-76390ecac680.c | 5187507f2d6af96f9a1be2e162aa0d5bf6ede9d4 | [] | 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 | 567 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=1;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = l%j;
l = i-j;
j = k-k*i;
//variables
/* START VULNERABILITY */
int a;
int b[6];
int c[88];
a = 0;
do {
//random... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
8f952a7b499043fe25db2e11cee649bd184ca8b1 | c100631308233e21a7b478a16c322f92a3ee9143 | /sdk-xgs-robo-6.4.1/src/soc/robo/gex/vulcan/vulcan_service.c | c2340c41103943d240a55bca33d791e4fcd99fe5 | [] | no_license | mk386/bcm-1 | af4f5efaa95a8fe0344e0c78011df340ca32959c | bd0f09a01811438230b8fc3b1a7fd4a280800ad6 | refs/heads/master | 2022-03-31T01:37:51.272923 | 2015-09-07T11:11:35 | 2015-09-07T11:11:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,609 | c | /*
* $Id: vulcan_service.c,v 1.14 Broadcom SDK $
*
* $Copyright: Copyright 2012 Broadcom Corporation.
* This program is the proprietary software of Broadcom Corporation
* and/or its licensors, and may only be used, duplicated, modified
* or distributed pursuant to the terms and conditions of a separate,
* writte... | [
"lorchid@yorkes-MBP.local"
] | lorchid@yorkes-MBP.local |
e4444f25914e80545971e833cd1e9a818638e11f | dfa7f9ace214b94a6a82c67b54f599b621b11df4 | /Src/Temperature.c | f3235e157dcfcfc8f7feaa29a56eb7466950b884 | [] | no_license | rujma/ElderSafe | e968bfa9e1be8efb0c7c8f6f1eff83933e07bf98 | 98f1cc80de3190c2b44bb4f7a1171e96dc2fcf2a | refs/heads/master | 2020-04-16T00:39:18.705095 | 2019-11-24T09:24:21 | 2019-11-24T09:24:21 | 165,144,675 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,141 | c | #include "Temperature.h"
#include "stm32f7xx_hal.h"
#include "cmsis_os.h"
#include "i2c.h"
#include "tim.h"
#include <stdbool.h>
static float lastTemp;
static uint8_t feverCount;
static uint8_t coldCount;
static uint8_t regBuffer[2];
void resetTempCount(void)
{
feverCount = 0;
coldCount = 0;
}
int readTemperature()... | [
"rjmalmeida0@gmail.com"
] | rjmalmeida0@gmail.com |
80c42b2e371aaff916266d5bdeea2539795be6d3 | e70c3b1bb0643d8b4ee31b1ef915041f60fc6500 | /0730/xq.c | 8e6a9058ba6ae9481de46acac09bcde21f293c53 | [] | no_license | duyuwan/0730 | b4beb49e773317f7772036c132d134398276b5a4 | e99853082373c47ef47c27f2fc4315bb863ba96f | refs/heads/master | 2016-09-05T15:16:40.467378 | 2011-08-15T03:46:09 | 2011-08-15T03:46:09 | 2,200,908 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 869 | c | /*用枚举和switch实现输入一个(1——7)的数字,打印相应的“今天是星期几”的字符串,中英文均可。*/
#include<stdio.h>
int main()
{
enum XQ{monday = 1,tuesday,wednesday,thursday,friday,saturday,sunday}xq1;
//使用枚举类型就是为了使代码看起来意义清晰易懂,各种变量的含义清晰起来。
printf("enter your xingqi number:");
scanf("%d",&xq1);
switch(xq1){
case monday:printf("今天是:monday.\n");break;
... | [
"baiyiling.1@163.com"
] | baiyiling.1@163.com |
2af2b6875b46a2f67329ad5d6af22bfbf892ccb0 | 619c661ec0055cbe27e9a96a201ac163474f8bee | /tpl/src/includes.h | 795d1d38e3abd822044c390da6e206b3706e310a | [
"HPND"
] | permissive | signaturefish/tendra | 918fb068ce98501caf4473bfd141b886e29d4613 | 46c4502004da94363eeedc1bdcb2d031733fd419 | refs/heads/main | 2023-01-29T14:47:28.357902 | 2022-11-09T23:09:43 | 2022-11-09T23:15:51 | 304,157,958 | 0 | 0 | NOASSERTION | 2020-10-14T23:19:01 | 2020-10-14T23:19:00 | null | UTF-8 | C | false | false | 439 | h | /*
* Copyright 2002-2011, The TenDRA Project.
* Copyright 1997, United Kingdom Secretary of State for Defence.
*
* See doc/copyright/ for the full copyright terms.
*/
#ifndef INCLUDES_INCLUDED
#define INCLUDES_INCLUDED
extern char *file_name;
typedef struct Path_struct{
char *name;
struct Path_struct *next;
... | [
"kate@elide.org"
] | kate@elide.org |
6982ecac564c0251865e4d47ee000f444753a197 | 157fd7fe5e541c8ef7559b212078eb7a6dbf51c6 | /TRiAS/TRiAS/Extensions/DAO Layer/resource.h | 7ab425451b34a1d304628de30f3aef67e9cef929 | [] | no_license | 15831944/TRiAS | d2bab6fd129a86fc2f06f2103d8bcd08237c49af | 840946b85dcefb34efc219446240e21f51d2c60d | refs/heads/master | 2020-09-05T05:56:39.624150 | 2012-11-11T02:24:49 | 2012-11-11T02:24:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 944 | h | //{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by DaoLayer.rc
//
#define IDS_BUFFERTOOSMALL 1
#define IDS_ENDOFCURSOR 2
#define IDS_SILENTCANCEL 3
#define IDS_RECORDDELETED 4
#define IDS_ROWTOOSHORT 5
... | [
"Windows Live ID\\hkaiser@cct.lsu.edu"
] | Windows Live ID\hkaiser@cct.lsu.edu |
410cc0654b8a428d7eba74fc795bf7fbe2ba996c | c73f6f3e9ee7f6266a58f8cc991943ee6ad93a4f | /buf.C | 471a222708d12f2f85eb90eb1d1eed9a16b7b2a9 | [] | no_license | ghandel/CS564-part3 | e14d45703b70b5f587f2bd434733ead3df4676bf | 38086c47b92b2aab3dfd5586649c1baa2419988d | refs/heads/master | 2021-01-15T13:43:41.204418 | 2014-03-05T06:38:00 | 2014-03-05T06:38:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,302 | c | #include <memory.h>
#include <unistd.h>
#include <errno.h>
#include <stdlib.h>
#include <fcntl.h>
#include <iostream>
#include <stdio.h>
#include "page.h"
#include "buf.h"
#define ASSERT(c) { if (!(c)) { \
cerr << "At line " << __LINE__ << ":" << endl << " "; \
cerr << "This condition should hold: " #c... | [
"tanner@engbretson.us"
] | tanner@engbretson.us |
bd54067c1de94d2a064f43ec9c3f00d4ec67d384 | 28a282da652178b3e99f050a6a212fa3c2a9ac1e | /libft/libft.h | 4796d837ffacced18cf15ee31abfbebc35aeb9ae | [] | no_license | andrewtabala/wolf3d | 83fc9f7c5ceb094e9061f2e76da721da761dca11 | 784c81fc04f63da39f5ab761f16c46a349c3c3d9 | refs/heads/master | 2022-07-21T19:38:54.317824 | 2019-06-14T18:25:00 | 2019-06-14T18:25:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,018 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* libft.h :+: :+: :+: ... | [
"atabala@e2r10p6.unit.ua"
] | atabala@e2r10p6.unit.ua |
dbc9261e2e78a2c69306a27f158bbfd49038c668 | 04351e01978c6f29c83de9663bf6b2524ee7327a | /atom/.node-gyp/.node-gyp/iojs-1.6.9/deps/uv/src/unix/internal.h | 9673dbac8d7fac71a887b494dd12b1e2a9b249a9 | [] | no_license | JuanjoSalvador/dotFiles | d8f123fdaa058e6d73e8bfb768fb84ee984f76ef | 2fa277ad1f0949a66df95e85ca7b658b7337765d | refs/heads/master | 2020-06-16T05:34:53.138895 | 2019-01-07T18:10:59 | 2019-01-07T18:10:59 | 75,242,065 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 12,038 | h | /* Copyright Joyent, Inc. and other Node contributors. All rights reserved.
*
* 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
*... | [
"juanjosalvador@openmailbox.org"
] | juanjosalvador@openmailbox.org |
32d99cb0bb67b618a4556708a3f19808f96ab246 | afe3b9f82c5b57e83e903d08d9ec7b4d3bd80c97 | /Mercury5/proj/sc/driver/drv/unfd/inc/drvNAND_device.h | 7c1b13667bc78c40cc3b9375c41a6147393ae3df | [] | no_license | xtxbruin/SDK_pulbic | bbb79f9eb642aa9ecaa3825944ffc20430cd9057 | c1436fa7446457e8d6547874d27ee4e34be150cf | refs/heads/master | 2022-03-24T09:27:12.825861 | 2020-01-01T07:31:36 | 2020-01-01T07:31:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,071 | h | #ifndef __UNFD_DEVICE_H__
#define __UNFD_DEVICE_H__
#include "drvNAND.h"
#if IF_IP_VERIFY
#if defined(H9LA25G25HAMBR) && H9LA25G25HAMBR
#define NAND_DEVICE_ID "\xAD\x35"
#define NAND_DEVICE_ID_LEN 2
#define NAND_BLK_CNT 0x800
#define NAND_BLK_PAGE_CNT 0x20
#defi... | [
"695732416@qq.com"
] | 695732416@qq.com |
ee7105f4c010c4bd741548dd92742b83e1ffb0f4 | 5b6edd0f5dd90c56ab18ad4ab734fd6358e840be | /c_base/00_calclock/calclock.c | e2600c133bc9f7afb951d350cc9eb62844719b1e | [] | no_license | mingz2013/study.c | ba426cebf80c6ada444e63f5eb198e80f42d403d | eabf07220f68feed682305b457341ed673c39ce7 | refs/heads/master | 2021-01-11T10:04:10.128262 | 2019-06-25T06:16:02 | 2019-06-25T06:16:02 | 78,041,856 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 367 | c | #include <stdio.h>
int main(void)
{
int time;
int i;
float s, m, h;
time = 24 * 60 * 60;
for(i = 0; i < time; i ++){
s = i * (360 / 60) % 360;
m = (i / 60) * (360 / 60) % 360;
h = (i / 60 / 12) * (360 / 60) % 360;
if (m == h && m == s) {
printf("%d:%d:%d,时针、分针、秒针重合。\n", i / 60 / 60, i / 60 % 60, i % 60... | [
"305603665@qq.com"
] | 305603665@qq.com |
759b0165d7ef73c65d7805501b26e6b973f803d4 | 755426ce6de390b72bc31043df3c349520d22081 | /android/src/main/java/com/reactspring/common/cpp/sha224.c | 13f16525cba3ba926c5f02fbe82fda1f3e698f96 | [
"MIT"
] | permissive | ikaros0909/react-native-kcdsa | aaa8d24596a5b67e36d711fc9463de4b46aa2b28 | 083ad5fe0ed5bdef2daf8ba42d58dc95294dfa22 | refs/heads/master | 2022-12-07T12:50:38.871239 | 2020-08-28T07:43:40 | 2020-08-28T07:43:40 | null | 0 | 0 | null | null | null | null | UHC | C | false | false | 9,922 | c | #include "sha224.h"
//*********************************************************************************************************************************
// o SHA224_K : 단계연산에서 사용되는 64개의 상수
//*****************************************************************************************************************************... | [
"nixstory@gmail.com"
] | nixstory@gmail.com |
ab1a91272975421375148ea7499b8f9e256ffd57 | 0f5cccdf84bb02eafd7e18fbea2f1342bfd48185 | /apps/can/can_normal_operation_blocking/firmware/src/config/sam_c21n_xpro/definitions.h | 5827c3f1d91fb8e7034c71a1b2f09e131d788941 | [
"LicenseRef-scancode-unknown-license-reference",
"ISC",
"LicenseRef-scancode-public-domain"
] | permissive | fb321/csp | c56632611a041d391c241d0ed5f0dc32c7387bed | 4963c6933e873073ac4db1837896f5ca087bcd94 | refs/heads/master | 2020-06-27T13:21:00.675587 | 2019-06-29T06:04:40 | 2019-07-02T13:31:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,660 | h | /*******************************************************************************
System Definitions
File Name:
definitions.h
Summary:
project system definitions.
Description:
This file contains the system-wide prototypes and definitions for a project.
*******************************... | [
"http://support.microchip.com"
] | http://support.microchip.com |
e035e2f1e2199fae662c020efae1aea29d2f16fe | fc75c1296a9f1b7863c05f24b421cd2d9da6c734 | /migrate_file/migrate_file.h | a71c7b3eebeff74dd1749f2c15d5a6bee53897be | [] | no_license | martinbj2008/koexample | 27aa5d19234c46cb2f90a815fef747882622fbd3 | e1fb9a1557516fb11701c7dc91afd31e660b1dba | refs/heads/master | 2020-12-25T17:26:02.150472 | 2020-03-08T12:46:35 | 2020-03-08T12:46:35 | 22,829,000 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 240 | h | #include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <arpa/inet.h>
int send_fd(int fd, int fd_to_send);
int recv_fd(int fd);
void test_tcp_sock(int fd);
| [
"zhangjunweimartin@didichuxing.com"
] | zhangjunweimartin@didichuxing.com |
28f162d881fa1b4746f5536ba9a2a77ecc4cc335 | 71c0228b3eaa05531f402148ba5891b57371dddb | /wlan/wpa_supplicant_8/wpa_supplicant/wps_supplicant.c | 35eb384555bfaf34b078e859bd541f379ada99df | [
"BSD-3-Clause",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | MediaDeb/android_hardware_mediatek | cd237a41ccd0ad992821f2dbec41493084b33e18 | 030d6da23e064c815e1ba2e880862109cfcb302a | refs/heads/master | 2021-01-02T23:09:04.439278 | 2017-08-06T14:16:18 | 2017-08-06T14:16:18 | 99,477,011 | 3 | 3 | null | 2017-08-06T09:36:59 | 2017-08-06T09:36:59 | null | UTF-8 | C | false | false | 76,625 | c | /*
* wpa_supplicant / WPS integration
* Copyright (c) 2008-2014, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#include "includes.h"
#include "common.h"
#include "eloop.h"
#include "uuid.h"
#include "crypto/random.h"
#include "... | [
"1052239551@qq.com"
] | 1052239551@qq.com |
c20635117a04d543f6d8f173e351e749a1a77b4b | 8fb4e03e7c5a60ce2ed61aa06770736d808a4990 | /src/opencl/opencl_math_vector.h | 0b2e9da143428bfacd83cf64cf16db259f22332d | [] | no_license | kingofthebongo2008/dare12_opencl | ec0ab54e1a382b95146b279f690cca85af895436 | 0482dc35cf26cf5d47ed8480233950ee0bf23fbc | refs/heads/master | 2016-09-06T14:22:03.467594 | 2015-08-23T15:46:03 | 2015-08-23T15:46:03 | 39,424,542 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,232 | h | #pragma once
#include "opencl_stdint.h"
float4 make_float4(float x, float y, float z, float w)
{
return (float4)(x, y, z, w);
}
float4 zero()
{
return make_float4(0.0f, 0.0f, 0.0f, 0.0f);
}
float4 one()
{
return make_float4(1.0f, 1.0f, 1.0f, 1.0f);
}
float4 minus_one()
{
return make_float4(-1.0f, -1... | [
"stefan.dyulgerov@gmail.com"
] | stefan.dyulgerov@gmail.com |
ccfd6472a9c61046d83ea2bc000b29d2c5b42920 | 6b3a176d24a710a7853c5966e6e0b9fd7dfca125 | /a1/sploit4.c | 65cad481e4a930803fb7378d0d601a9f56e1c33c | [] | no_license | patwong/security | 8b9e9ffd8f5357a928ff8e44d500ead77db3dd99 | 8eaf838ffcba0299d7080def6e5bbc4aa3166240 | refs/heads/master | 2021-01-12T15:12:29.380673 | 2016-10-18T12:34:59 | 2016-10-18T12:34:59 | 45,856,822 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 631 | c | //Patrick Wong
//20317267
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#define TARGET "/usr/local/bin/submit"
int main(void)
{
int i, c;
char *args[4];
char *env[1];
char shellcode[] = "\x0c\xde\xbf\xff\x0e\xde\xbf\xff\x90\x90\x90\x90\xeb\x1f\x5e\x89\x76\x08\x31\xc0\x88\x46\x07\x89\x46\x0c\xb0\... | [
"pn2wong@nettop1.student.cs.uwaterloo.ca"
] | pn2wong@nettop1.student.cs.uwaterloo.ca |
c532b5d1ea548949f5a90100a7d84e37369187d1 | 406686050f7897edfcc95500f9889e29ea65973c | /x11/code/client/snd_mem.c | 0f109fd4697fbe542889cdfe4d3bd746d481fc02 | [] | no_license | suijingfeng/test | fbed858b98a4be49d2e2dd819f00bec2d0873a71 | 1fdc39c37a98a2c565cb571426d9e80749bc2a2e | refs/heads/master | 2021-07-16T12:10:41.354907 | 2020-05-11T11:43:21 | 2020-05-11T11:43:21 | 143,412,261 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,112 | c | /*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena source code is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
publish... | [
"18949883232@163.com"
] | 18949883232@163.com |
14067dbcc786db02d908d96ea3cb8b2020a289d9 | a06e5bfed2007dd273d36a7001c259c45d3d684c | /src/PAL3patch/src/PAL3patch.c | b3a2d6c5e8de144581455580827f76bcdefec9f9 | [] | no_license | WattZhang/PAL3patch | e77676c485cd09061ab1db2ab34689a5fff5c36e | 585ce6b5c0dee5c7791da7262ff6157ac1c6d48f | refs/heads/master | 2021-04-15T16:49:05.047421 | 2018-03-17T12:28:43 | 2018-03-17T12:28:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,640 | c | #include "common.h"
// current offset of default location of GBENGINE.DLL
unsigned gboffset;
// self module handle
HINSTANCE hinstDLL;
static void self_check()
{
// check SDK versions
if (D3D_SDK_VERSION != 31) {
fail("wrong D3D_SDK_VERSION.");
}
if (D3DX_SDK_VERSION != 21) {
fail("wr... | [
"zhangboyang.id@gmail.com"
] | zhangboyang.id@gmail.com |
6d973c1cad13b825832aed34aa8e45c07fd35c91 | 0defc141b73c17a5ab2025aee45569c5aa946e2f | /src/glad.c | 8cd25d2d2940238fb4100b3b791c8d27dae73b58 | [] | no_license | legobridge/opengl-water-simulation | 3c43f3d4f46cf93d16aa7aa4570e8d7a8ac0ebe7 | 8fd3967d023419a450364cec9da1f0ae02426910 | refs/heads/master | 2021-08-20T08:42:50.426223 | 2017-11-28T16:22:53 | 2017-11-28T16:22:53 | 111,160,626 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 63,125 | c | /*
OpenGL loader generated by glad 0.1.14a0 on Tue Sep 5 14:23:40 2017.
Language/Generator: C/C++
Specification: gl
APIs: gl=4.0
Profile: core
Extensions:
Loader: True
Local files: False
Omit khrplatform: False
Commandline:
--profile="core" --api="gl=4.0" --g... | [
"f2015289@hyderabad.bits-pilani.ac.in"
] | f2015289@hyderabad.bits-pilani.ac.in |
b67d4fc213298a8d614138b3664cf30955c994b8 | 7e34099853f87cbfd0ee69d8894d10eaf8e1df94 | /implementations/group6/Milan2/src/EIFGENs/demo/W_code/C2/ht39d.c | c5ed9634f82f162f2a1ab9fa26ad8705e7fa051e | [] | no_license | Matias-Bernal/dose2014 | cc1b973de8ba592ba82b2c8c8efd7749bcd3a033 | 139376fb884523cf5e0ccd7e9fed152555641a35 | refs/heads/master | 2016-09-06T03:51:44.566674 | 2014-12-24T14:49:10 | 2014-12-24T14:49:10 | 32,119,587 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,079 | c | /*
* Class HTTP_CONSTANTS
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static EIF_TYPE_INDEX gen_type0_39 [] = {414,38,0xFFFF};
static EIF_TYPE_INDEX gen_type1_39 [] = {0,0xFFFF};
static EIF_TYPE_INDEX gen_type2_39 [] = {0,0xFFFF};
static EIF_TYPE_INDEX gen_type3_39 [] = {0,0xFFFF};
static ... | [
"marionDepuydt@f6206239-57e0-e8d1-037d-e0d2c07dc7bc"
] | marionDepuydt@f6206239-57e0-e8d1-037d-e0d2c07dc7bc |
cfe233d49b9a966867b93aeb35ffa8f1b870448b | 709a6e49c9ddd50a7347a000a33d8fc63ddd3bb2 | /algorithm/rearrange.c | a1a911f16cd843d9d1f350061c583ed0de52e4ea | [] | no_license | nehakumarisin28/programming | a2a86ed904ff731cf83ac00e0bfb400f24d3eccc | 622ce010cdefabb77f36b2556d189864fe96b10a | refs/heads/master | 2020-03-23T20:40:44.736012 | 2018-07-23T18:47:09 | 2018-07-23T18:47:09 | 142,040,528 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,098 | c | #include<stdio.h>
#include<stdlib.h>
typedef struct node
{
int data;
struct node *next;
}node;
node *newNode(node *head,int x)
{
node *new=(node*)malloc(sizeof(node));
new->data=x;
new->next=head;
head=new;
return head;
}
void print(node *head)
{
node *p;
p=head;
while(p!=NULL)
{
printf("%d ",p->data);
... | [
"nehakumarisin28@gmail.com"
] | nehakumarisin28@gmail.com |
b8f1a4e6624b7ce6b4346becba9b4b97864b8fc5 | ed69f469c707ee57d8798d0124efb76dac87e93a | /1/1.2/7.c | 2468c44d9e8014436636d9d74f717475f6650707 | [] | no_license | noparkinghere/C_test | 4ae320925c0eb5ac6691129a5a7301ef30fcb4b9 | dfd3584969fa58cfdc6c331a4ad15bacc4f8861a | refs/heads/master | 2020-12-24T03:48:14.515167 | 2017-03-01T07:46:42 | 2017-03-01T07:46:42 | 62,360,853 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 944 | c | /****************************** (C) COPYRIGHT 2016 *******************************
* 功能:判断一个数是否是5的倍数,同时也是7的倍数
* 要点:讨论判断语句的使用,及通用函数 bool 为c99新增类型
*
********************************************************************************/
#include <stdio.h>
bool JudgeDev(long f_input, int num); //bool 为c99新增类型
/*... | [
"noparkinghere@foxmail.com"
] | noparkinghere@foxmail.com |
0e050c497770d3e2bb11992bbe885cd1cb68c8ba | e3734fc9663f4a6cb520b013a97e9af8a7132a94 | /library/srcs/ft_strdup.c | acbbef45a73f182addd7af258f65e52f5d9567aa | [] | no_license | cellis4525/42_Piscine | 8b2294f7d5b1ba3c18d87df8f7d1bdc8b03e1010 | b3c2f4c23cc92ac63b2a802d5b85fe9306d4caaa | refs/heads/master | 2020-03-26T14:57:06.864148 | 2018-08-16T16:48:40 | 2018-08-16T16:48:40 | 145,013,891 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,131 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strdup.c :+: :+: :+: ... | [
"cellis@e1z1r3p2.42.us.org"
] | cellis@e1z1r3p2.42.us.org |
aedc533a6b055846015c08945a6a5f0df29a58b8 | 725343973fb3cd1ecc8f9ad5123a168f56ee4ea8 | /src/codec_utils/F1AP/PWSSystemInformation.h | 6dfaf44758087de9e6f251d321e66e14997d58e5 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-4.0"
] | permissive | ziseputi/o-du-l2 | a167ed224161568e2f2226693752f2b17ce8d8cc | c8c153d0ed9d428028df6614a0d2983e6af6fb66 | refs/heads/master | 2023-08-02T10:21:42.222073 | 2021-09-28T14:12:41 | 2021-09-28T14:13:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,079 | h | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "F1AP-IEs"
* found in "F1.asn1"
* `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
*/
#ifndef _PWSSystemInformation_H_
#define _PWSSystemInformation_H_
#include <asn_application.h>
/* I... | [
"balaji.shankaran@radisys.com"
] | balaji.shankaran@radisys.com |
3447840ee6053d06324eb217f1ee3484b2ba8e3d | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/c-litmus-HMC-Nidhugg/R+wsipl+rfilp-addr-ctrlisbpa.c | e8a2b2fd3eb076ddab03ffa13649588c26d96bbf | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C | false | false | 1,682 | c | /* Copyright (C) 2023 ARM-CBMC
* This benchmark is part of ARM-CBMC */
#include <assert.h>
#include <pthread.h>
#include <stdatomic.h>
atomic_int vars[2];
int atom_0_X3_3;
int atom_1_X2_3;
int atom_1_X6_0;
void *t0(void *arg){
label_1:;
atomic_store_explicit(&vars[0], 1, memory_order_relaxed);
atomic_store_e... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
6b07f6d0d88daa053161ed3a3d91082c8c3f5310 | 456d202ab9a38684fce5e488099dd69f86132746 | /pset4/bmp/whodunit.c | ec37f9fcecc5031ae7a70349d17807209cdfae8d | [] | no_license | vikrant1433/CS50 | 5da8ee96d1d45d3e170713f0a1402ebef0b04965 | a6f391248b179f7814f64a70acf9599ebd03392f | refs/heads/master | 2020-05-18T06:10:20.891977 | 2014-02-23T09:07:25 | 2014-02-23T09:07:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,833 | c | /****************************************************************************
* copy.c
*
* Computer Science 50
* Problem Set 4
*
* Copies a BMP piece by piece, just because.
***************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include "bmp.h"
int... | [
"mailtovikrantpro@gmail.com"
] | mailtovikrantpro@gmail.com |
038b2e2b4253f0ddfc0dcd9ce4cf192eaf2e016d | 842538ae068d80516ae421b90191ca68e26c8dd7 | /lib/mbedtls/library/padlock.h | 56b8f390dafe3a5aac702caf7062b24181828610 | [
"Apache-2.0"
] | permissive | Jianliang-Shen/K210 | 69d845ab794eb67f30e1a5714706cbe4475a94fa | 5b23bfa0f07f16f85ce55efc32ea255573d0234f | refs/heads/master | 2023-08-16T16:10:16.667579 | 2021-07-24T03:03:00 | 2021-07-30T12:33:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,806 | h | /**
* \file padlock.h
*
* \brief VIA PadLock ACE for HW encryption/decryption supported by some
* processors
*
* \warning These functions are only for internal use by other library
* functions; you must not call them directly.
*/
/*
* Copyright The Mbed TLS Contributors
* SPDX-License-Identi... | [
"2823626197@qq.com"
] | 2823626197@qq.com |
5dfdf6602b5f334e18777e17796a85919f19325f | 4f3264ad062d2f91af86746aa189de713e71f503 | /src/amd/common/ac_rgp_elf_object_pack.c | a98f19ab64649f841b04632cf7daf22a5597b762 | [] | no_license | bramoosterhuis/mesa | 3e3d8aefb0176e35e85a9711519e11ebcf66d7a4 | 68bfb6ca49f27120ad604c159e0d21cf148b9050 | refs/heads/master | 2023-03-27T19:22:03.219344 | 2021-03-29T09:48:21 | 2021-03-29T09:54:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,876 | c | /*
* Copyright 2021 Advanced Micro Devices, Inc.
* All Rights Reserved.
*
* 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
* on the rig... | [
"eric+marge@anholt.net"
] | eric+marge@anholt.net |
4767819c3eaa6c6c9c66b6741f00ec7055926dbb | 65e1c6e3ad3521c642a439ca010d15448ddc8230 | /K66_Firmware/MQX_SRC/mqx/source/io/hwtimer/hwtimer_systick.h | 5d560820f834998464391a697595f79dbe1bce2e | [] | no_license | Indemsys/Universal3PHalfBridgeController | 4ce7fc8622ff4af7c14f0b72a694ff20b65ab433 | 85322aa086e50316d2586a6a73f0302dfe9183ae | refs/heads/master | 2023-03-18T15:48:03.006547 | 2023-03-14T17:22:24 | 2023-03-14T17:22:24 | 89,212,989 | 19 | 6 | null | null | null | null | UTF-8 | C | false | false | 1,406 | h | #ifndef __hwtimer_systick_h__
#define __hwtimer_systick_h__
/*HEADER**********************************************************************
*
* Copyright 2013 Freescale Semiconductor, Inc.
*
* This software is owned or controlled by Freescale Semiconductor.
* Use of this software is governed by the Freescale MQX RTOS Li... | [
"aly@barduva.lt"
] | aly@barduva.lt |
bf5c7779441aa73c091e225159b13fb10b2e7fc5 | 740200829569587f26f0bd760635abc81dfc3039 | /Src/main.c | d28f8252089065116efa188b44ff0226701143f9 | [] | no_license | zealer9834/xm_rc | 8f4ace78a7946ad9b34f04817828215da9c80543 | 44f27d6fd727ba8b88bfb506e64327443c4f92da | refs/heads/master | 2021-03-06T10:27:55.553415 | 2020-03-05T05:01:18 | 2020-03-05T05:01:18 | 246,194,872 | 1 | 0 | null | 2020-03-10T03:00:48 | 2020-03-10T03:00:47 | null | UTF-8 | C | false | false | 12,741 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.c
* @brief : Main program body
******************************************************************************
* @attention
*
* <h2><center>© Copyright (c) ... | [
"weipeng.su@outlook.com"
] | weipeng.su@outlook.com |
6778f6c9933514c630782190c6c65a3f9fa17e33 | c5b194eb45221a2105f8cb1b890993c35cea6761 | /mixed/32bit/src/PointwiseConvolutions/pulp_nn_conv_pointwise_u8_u2_i8.c | dd20672afb27dee130c49db1cfc854305269a384 | [
"Apache-2.0"
] | permissive | 13301338176/pulp-nn | 80b7d337f23c6b5a8e0b34a9575ce0df6dffc7d0 | 39048ae21c5d2e1bf5c6f1e0bb5ff2daa8a4d805 | refs/heads/master | 2022-12-15T16:35:56.563930 | 2020-09-15T16:04:08 | 2020-09-15T16:04:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,621 | c | /*
* pulp_nn_conv_pointwise_u8_u2_i8.c
* Nazareno Bruschi <nazareno.bruschi@unibo.it>
*
* Copyright (C) 2019-2020 University of Bologna
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at... | [
"nazareno.bruschi@studio.unibo.it"
] | nazareno.bruschi@studio.unibo.it |
10f42261795eafef230d1152271a92b08ae762e4 | 35d5458f0f4b52c84e384eebebd708f71422bd0e | /ft_isupper.c | 6e2cdbce4e56f9bb6382a7c849b9d4b29463e53e | [] | no_license | gbruscan/libft | adc5c569d234d4a300278a89a94ce3dd73ddf076 | 15dbf389920c9078530ab4903a1c25453a88413e | refs/heads/master | 2021-01-10T11:16:58.228740 | 2016-02-06T11:32:12 | 2016-02-06T11:32:12 | 51,200,036 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 991 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isupper.c :+: :+: :+: ... | [
"gbruscan@e2r9p7.42.fr"
] | gbruscan@e2r9p7.42.fr |
880bbead06f48eec696f9a54c25483c8bbb9c047 | 436100c79181e5d58a35ee5692f2e59acd01c332 | /src/tbox/algorithm/heap_sort.h | d1b4904cc5b52b6a2af75359c17f436825b89eb4 | [
"OpenSSL",
"BSD-3-Clause",
"GPL-2.0-only",
"Zlib",
"BSL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | ideal/tbox | c262072ccb69bb4af52c43134c04f8f16a77c359 | 204db869cd9f4c10f95290331c548ee20b21da86 | refs/heads/master | 2022-11-23T16:10:43.976292 | 2020-07-22T08:55:54 | 2020-07-22T08:55:54 | 281,625,277 | 0 | 0 | Apache-2.0 | 2020-07-22T08:51:20 | 2020-07-22T08:51:19 | null | UTF-8 | C | false | false | 1,785 | h | /*!The Treasure Box Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | [
"waruqi@gmail.com"
] | waruqi@gmail.com |
d44a5ea221071912496694e1bf1906a9ab03ddd4 | 8ab2953a983b3f458941860e05f899ce612d87bf | /libcurses/printw.c | b05c4f43c82cff60efdbd057479555981415d4ae | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | RoastVeg/netbsd-curses | 491a00ae0dd1e08ae58d13ba463f40bc3250c29d | e94cd6ecdebc1fe3204ef578cfb0686ba524fc87 | refs/heads/master | 2022-12-22T07:44:00.083401 | 2020-05-15T22:00:43 | 2020-07-15T08:44:45 | 292,586,652 | 0 | 0 | NOASSERTION | 2020-09-03T14:02:21 | 2020-09-03T14:02:21 | null | UTF-8 | C | false | false | 3,343 | c | /* $NetBSD: printw.c,v 1.27 2019/04/01 11:39:15 roy Exp $ */
/*
* Copyright (c) 1981, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are m... | [
"retnyg@gmx.net"
] | retnyg@gmx.net |
f5b30a818f2a5a35e753d3863ef15b45f9afe099 | f9de31f782d5f86369507febfeb8383d509ea909 | /模块实验/实验16 ZigBee模块实验/实验代码/矩阵键盘模块代码/HARDWARE/Martix_Key/Martix_Key.c | 193d51bfe87d730892dca8327b52e548bad486c5 | [] | no_license | phanirajkiran/projects | 240237711f02e7d238467f7934406ed702af90b8 | 9b4519034c145161caf91839484d2b0680604c20 | refs/heads/master | 2020-03-29T22:38:58.306965 | 2018-09-13T08:48:32 | 2018-09-13T08:48:32 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 9,376 | c | #include "Martix_Key.h"
#include "Rs485.h"
#include "delay.h"
//==========================================================
// 函数名称: KEY_Init
//
// 函数功能: 初始化按键
//
// 入口参数: 无
//
// 返回参数: 无
//
// 说明:
//==========================================================
void KEY_Init(void)
{
GPIO_InitTypeDef... | [
"dennyjava@gmail.com"
] | dennyjava@gmail.com |
b904d717f44143b916986b0353e364430da95f30 | 0c0dac0626aaadd561e250fb47eeede8312d5d82 | /lib/libmenu/m_item_top.c | 92a335aad3e17c29e4fc622f9180d4b3d52e1bbd | [] | no_license | arekinath/openbsd-6.9-a3 | 5c25a287c481699a09c9c4630c5c773a38412e0a | 744a280e5e7d8e71664847a5d9a9693e80f7f5ec | refs/heads/main | 2023-08-19T04:33:48.119966 | 2021-10-05T02:07:50 | 2021-10-05T11:12:50 | 413,786,977 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,639 | c | /* $OpenBSD$ */
/****************************************************************************
* Copyright (c) 1998-2003,2004 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtain... | [
"alex@cooperi.net"
] | alex@cooperi.net |
5e786c25533cc8285c16dd0217420cabe46297ce | 8fe6a8abc197494e8b8d7929b524197e8db35deb | /mqx/source/bsp/twrk40d100m/init_flashx.c | 99b79562e78016096d9e6eb9f182bc0515e26c91 | [] | no_license | kangdazhi/Freescale_MQX_4_2 | bd089f1aca24c5c4eb02aa6ea0a8fc4a73a44158 | 402f872acda55586008ee62bb36b5b484601aee1 | refs/heads/master | 2020-06-03T00:39:22.453575 | 2018-02-05T05:57:28 | 2018-02-05T05:57:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,679 | c | /*HEADER**********************************************************************
*
* Copyright 2008 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... | [
"mr_zouyong@163.com"
] | mr_zouyong@163.com |
7dbe9f6a2da83f488e5c9f33f835cbf838ebd051 | 83f57d38e34d767126c7a3c99fa89499fdf8940a | /corewar/virtualMachine/map.c | dcf872545d64cf28c7ec344392cd1154b928a546 | [] | no_license | atlekbai/School42Projects | d4d2b418d6dff5718e40912173496a4d5f187421 | c3684393b8bb84b62cfb73674751e520f1746e0e | refs/heads/master | 2020-04-09T02:20:04.928479 | 2018-12-11T10:10:21 | 2018-12-11T10:10:21 | 159,936,817 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,506 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* map.c :+: :+: :+: ... | [
"tlekbalkai@gmail.com"
] | tlekbalkai@gmail.com |
31996f6fe993575f75f1be1adcaa45b65a6ef02e | 7edb2d2c90cfce34928f63eeb169608956a09529 | /Pods/Headers/Private/Logan/mbedtls/certs.h | 408dcb5df74dcf80308e2677e288f8ec2e48b486 | [
"MIT"
] | permissive | lyandy/MMLoganDemo | 04645c7e35cfd2db8829b9d99d191f03c01f6acf | 3d517cfacc5bd2abdaea96f391943f8df17423ac | refs/heads/master | 2022-12-13T00:08:54.596464 | 2019-08-02T03:36:27 | 2019-08-02T03:36:27 | 199,561,939 | 0 | 0 | MIT | 2022-12-09T00:02:54 | 2019-07-30T02:45:58 | Objective-C | UTF-8 | C | false | false | 55 | h | ../../../../Logan/Logan/mbedtls/include/mbedtls/certs.h | [
"liyang@ushareit.com"
] | liyang@ushareit.com |
ca90855bc7ae57b37179b873304b6b1a77a72ecf | 1608dfc2ddbccd9587de08bb0e5d41f33d729ec9 | /validation/.svn/pristine/ca/ca90855bc7ae57b37179b873304b6b1a77a72ecf.svn-base | d59769589d68dc5b17f809000465d1b6d9e19779 | [] | no_license | dkhaldi/PIPS_TaskParallelization | d623d3ae334d0e1c63772bae86bb0c115e928708 | f324f3374cc8cbb58498b9dde172b1e7596abe1c | refs/heads/master | 2020-07-03T14:16:30.427670 | 2016-11-18T21:44:34 | 2016-11-18T21:44:34 | 74,167,837 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,012 | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "adc.h"
#define BlockSize 1024
void swap4(void * num){
char t, *p;
p = (char *) num;
t = *p; *p = *(p + 3); *(p + 3) = t;
t = *(p + 1); *(p + 1) = *(p + 2); *(p + 2) = t;
}
void swap8(void * num){
char t, *p;
p = (char *) num;
t = *... | [
"dounia@eureka.cs.uh.edu"
] | dounia@eureka.cs.uh.edu | |
97b39aa96427649f764b9316ef6831a60a5666dc | 2912fb3ea6636d44bbd2849d1b2910e79d748eaf | /STM32F103RCT6_Program/ProstheticHandDataCollection_STM32F103RCT6/Src/can.c | b2548ef9d946b59a0141e6dea748cd47e732dacc | [] | no_license | 520endeavor/ProstheticHand | 1e927421f9cf3e67f14e08115ab7994e8d4d3974 | 6331c3b1b2a37ca966b5bbe8e94a5dee27c2d926 | refs/heads/master | 2023-06-05T10:10:07.070757 | 2021-06-27T15:53:23 | 2021-06-27T15:53:23 | 380,777,168 | 1 | 1 | null | null | null | null | GB18030 | C | false | false | 19,742 | c | /**
******************************************************************************
* File Name : CAN.c
* Description : This file provides code for the configuration
* of the CAN instances.
******************************************************************************
* T... | [
"2365898474@qq.com"
] | 2365898474@qq.com |
78935a4e6c4584b1657e599d30ee26b8be5da2d0 | f4d443024d643d2821dc0d053024d289eada5345 | /njs/njs_parser.c | bf179eb3f817e1cc5e77204808ff3c0ee1e1acca | [
"BSD-2-Clause"
] | permissive | djtms/njs | c43f14ce601ec3a5f53b2cd99bbd4709c0e2831e | ee056a129cfd03f2305981c3ee79fccc74d368a3 | refs/heads/master | 2021-01-21T09:02:32.309239 | 2016-09-01T13:12:31 | 2016-09-01T13:12:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 56,711 | c |
/*
* Copyright (C) Igor Sysoev
* Copyright (C) NGINX, Inc.
*/
#include <nxt_types.h>
#include <nxt_clang.h>
#include <nxt_string.h>
#include <nxt_stub.h>
#include <nxt_utf8.h>
#include <nxt_array.h>
#include <nxt_lvlhsh.h>
#include <nxt_random.h>
#include <nxt_mem_cache_pool.h>
#include <njscript.h>
#include <njs_... | [
"igor@sysoev.ru"
] | igor@sysoev.ru |
0ce7efa5ec66152293e4ae78d7367ebba8eba238 | 3cb39833be57f9dd04d61e4aea525964671596f3 | /drivers/console/websocket_console.c | f0b628e7636ec44fa310685dfc2d128f687ab36a | [
"Apache-2.0"
] | permissive | hautezwei/zephyr | dab4fd89506ebe643c591e981f4c094d9eae92f3 | 5d1b57ff9d08b47942c750a92c0af413d02c7c5c | refs/heads/master | 2020-03-23T09:31:29.050696 | 2018-07-16T09:32:39 | 2018-07-17T21:08:22 | 141,392,978 | 1 | 2 | Apache-2.0 | 2018-07-18T06:47:09 | 2018-07-18T06:47:09 | null | UTF-8 | C | false | false | 7,657 | c | /*
* Copyright (c) 2017 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Websocket console
*
*
* Websocket console driver. The console is provided over
* a websocket connection.
*/
#define SYS_LOG_LEVEL CONFIG_SYS_LOG_WEBSOCKET_CONSOLE_LEVEL
#define SYS_LOG_DOMAIN "ws/conso... | [
"jukka.rissanen@linux.intel.com"
] | jukka.rissanen@linux.intel.com |
8c03e8d737242ac90523414ace932f7d3a98e7ae | ecce427678ecff2a93a47f3b1b664202c7d27617 | /assets/anims/anim_40.inc.c | aa77d749a3e5cf6ca406dbb5042160e894f2e6b4 | [] | no_license | sm64pc/sm64ex | ecf37f31b3f7426c4874254660d856030d789714 | 54cd27ccee45a2403b45f07a00d6043c51149969 | refs/heads/nightly | 2023-08-11T12:14:34.424168 | 2023-07-01T11:45:50 | 2023-07-01T11:45:50 | 262,091,731 | 795 | 238 | null | 2023-07-01T11:45:51 | 2020-05-07T15:43:27 | C | UTF-8 | C | false | false | 6,003 | c | static const struct Animation anim_40[] = {
1,
189,
0,
0,
0x13,
ANIMINDEX_NUMPARTS(anim_40_indices),
anim_40_values,
anim_40_indices,
0,
};
static const u16 anim_40_indices[] = {
0x0001, 0x0000, 0x0013, 0x0001, 0x0013, 0x0014, 0x0001, 0x0000, 0x0001, 0x0027, 0x0001, 0x0000,
... | [
"n64"
] | n64 |
9959b48ddfde9ad1e6a9e9199068b209414f28e4 | 21e4705c2e776fd85ac0b20a5c36df308bb3b561 | /0x06-pointers_arrays_strings/1-strncat.c | e7fd1adf12621429d0911577ac74cc884768ac66 | [] | no_license | OnsJannet/holbertonschool-low_level_programming | 4a3789a6aa8d7b22eed07717c89771c61d1ae875 | 561925b5c4f610d6e57eada6b30bdeba043a63e8 | refs/heads/master | 2023-03-30T05:05:35.227194 | 2021-04-04T18:32:19 | 2021-04-04T18:32:19 | 271,206,159 | 1 | 4 | null | null | null | null | UTF-8 | C | false | false | 349 | c | #include "holberton.h"
/**
*_strncat- is a function that concatenates two strings.
* @src: 1st char
* @dest: 2nd char
* @n: int
*
*Return: dest.
*
**/
char *_strncat(char *dest, char *src, int n)
{
int i = 0, j;
while (dest[i] != '\0')
i++;
for (j = 0; j < n && src[j] != '\0'; j++, i++)
dest[i] = src[j];
dest[... | [
"onsjannet@gmail.com"
] | onsjannet@gmail.com |
86395290ad69da134d73dc77282b93b5ddd1b338 | 8652a66d3994098ef4cf9186cd36171eb3833ad3 | /WINCE700/platform/common/src/soc/COMMON_TI_V1/AM33X/INC/am33x.h | 65495a819136615f9b2628ce0dc3cf8c4784b2f5 | [] | no_license | KunYi/em-works | 789e038ecaf4d0ec264d16fdd47df00b841de60c | 3b70b2690782acfcba7f4b0e43e05b5b070ed0da | refs/heads/master | 2016-09-06T03:47:56.913454 | 2013-11-05T03:28:15 | 2013-11-05T03:28:15 | 32,260,142 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,106 | h | //=============================================================================
// (c) Copyright Texas Instruments, Incorporated. All Rights Reserved.
//
// Use of this software is controlled by the terms and conditions found
// in the license agreement under which this software has been supplied.
//
//==========... | [
"lqk.sch@gmail.com@9677f95b-f147-b01e-6ec8-0db75aaa1bab"
] | lqk.sch@gmail.com@9677f95b-f147-b01e-6ec8-0db75aaa1bab |
d3cc857e2c138a4edf2181df5d3bbec400471f04 | 2266eb133fc3121daf0aa7f4560626b46b94afe0 | /d/meizhuang/didao2.c | f6d1774e0abc60f60022fff926b7edd01537d9d2 | [
"MIT"
] | permissive | oiuv/mud | 6fbabebc7b784279fdfae06d164f5aecaa44ad90 | e9ff076724472256b9b4bd88c148d6bf71dc3c02 | refs/heads/master | 2023-08-18T20:18:37.848801 | 2023-08-13T07:00:15 | 2023-08-13T07:00:15 | 112,278,568 | 99 | 49 | MIT | 2023-02-01T03:42:14 | 2017-11-28T03:05:14 | C | UTF-8 | C | false | false | 662 | c | // midao2.c
inherit ROOM;
void create()
{
set("short", "梅庄密道");
set("long", @LONG
这是一条昏暗潮湿的地道,地道很长,两边点着两根不太明亮的
火把,地道两旁的墙壁上画着很多不知道出自何人之手的壁画,而且
画得相当难看,你加快脚步,想知道地道的尽头是什么地方。
LONG
);
set("exits", ([ /* sizeof() == 4 */
"south" : __DIR__"didao1",
"north" : __... | [
"i@oiuv.cn"
] | i@oiuv.cn |
f4be2e3351e04c9f6038aed80e09d573d045bd8c | 75707853d66ac005f52cd5894f22250f29a6818e | /si/ESP_CAMERA_LCD.si4project/Backup/app_main(6816).c | 4b274b828946cd47c63894537b1d402a0c74a6c6 | [] | no_license | jiajiadev/ESP32-CAM-LCD-Display | dca09a99a21733e6d7a3b81e79fd98886e1f0718 | 17edc8b172f823dc734678fc8efbd74cdeb6c9fe | refs/heads/main | 2023-01-22T10:47:28.479860 | 2020-11-19T20:09:32 | 2020-11-19T20:09:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,963 | c | /* ESPRESSIF MIT License
*
* Copyright (c) 2018 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal... | [
"513696765@qq.com"
] | 513696765@qq.com |
ca0022c74d07a1faf0932a29b90184938c7f6971 | fcc803ca870134dd0dcb9192a7d263931e995d76 | /clients/cloud/c/common.h | 276309b131c2af281b02cec123289786668bfb31 | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"CPL-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | angry-tony/ksql-examples | 7b2373ae0597c15bc2774561fd0198159113ae6f | 0e6d584397679a3b935dc7e5ef117936db3d4f0b | refs/heads/master | 2022-12-10T09:35:13.646008 | 2019-08-05T18:33:14 | 2019-08-05T18:33:14 | 201,148,040 | 4 | 3 | Apache-2.0 | 2022-12-08T04:31:34 | 2019-08-08T00:31:39 | TSQL | UTF-8 | C | false | false | 918 | h | /**
* Copyright 2019 Confluent Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | [
"ybyzek@users.noreply.github.com"
] | ybyzek@users.noreply.github.com |
b924c73c815cf00d6df5c7ea5a413633cdc810ce | 87d0ee27ac9f75a95bd584f7a8ef4173e65cc11f | /Archives/2011-2012/Asservissement/Asser_XY - v2/SimuAsserPSoC/src/Canaux.h | 2a771404755de7562df71aafca8bccbd278aab8a | [] | no_license | robotronik/archives | 99421fffb4308f3634126d0914625172b4e5241b | f38cea4cc6862d4b5bfede3381533d8fb7f37e45 | refs/heads/master | 2021-01-10T22:29:05.948504 | 2015-09-09T15:29:18 | 2015-09-09T15:29:18 | 33,455,128 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 191 | h | #ifndef _CANEAUX_H
#define _CANEAUX_H
#include "UART.h"
extern UART_canal_t *PSoC_to_asser, *asser_to_PSoC, *PC_to_PSoC;
extern pthread_t main_pthread, asser_pthread, PSoC_pthread;
#endif
| [
"felix@piedallu.me"
] | felix@piedallu.me |
3de8c4f05ef5df175a037d3146fae9c689ccf34a | 6d37808f69946dafed38c78858206bb6583e2b3c | /1stQuarter_BarBoard/20_CACHE_MMU/src/uart/uart.c | 4c224749446380ddfcc2a0af5a5468a571e3b292 | [] | no_license | enadata/soc_workspcae | b5f8905d394e102dc9900b6915dd26b456ea799a | 4265ee93a475a210d9e3577026c9fcf712249571 | refs/heads/master | 2023-03-30T22:16:10.115105 | 2020-04-13T15:21:30 | 2020-04-13T15:21:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,752 | c | /*
* Description:
* 操作UART
* Time:2019年4月7日11:16:19
* Author:Kangruojin
* Version:1.0
*/
#include <uart.h>
#include <soc_s3c2440_public.h>
void uart_init()
{
int delay = 1000;
/* 设置多功能引脚用于串口(TXD0/GPH2、RXD0/GPH3) */
GPHCONr &= ~(GPHCON_GPH2_CONF_BITSf | GPHCON_GPH3_CONF_BITSf);
GPHCONr ... | [
"mailbox_krj@163.com"
] | mailbox_krj@163.com |
6444c3b0fd83dae621c805f043aa60076649668c | f620102dee8321a57005d5d476ea0f48a89fbe93 | /drivers/src/wrapper/monitor.c | 6c8ffc3cd1481cdbdb2947f2c830bac597a6dbf9 | [
"MIT"
] | permissive | Magneticraft-Team/Computer | 44bed282209a8aa5b1fc4e43942abf5897def91e | 0e726056d035259f729e1e98d7f35fdb9bbb4c66 | refs/heads/master | 2021-01-19T15:50:40.613964 | 2018-04-24T12:45:04 | 2018-04-24T12:45:04 | 100,974,031 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,903 | c | //
// Created by cout970 on 2017-07-10.
//
#include "monitor.h"
Int monitor_get_num_lines(Monitor *monitor) {
return monitor->lines;
}
Int monitor_get_num_columns(Monitor *monitor) {
return monitor->columns;
}
Int monitor_get_cursor_pos_x(Monitor *monitor) {
return monitor->cursorColumn;
}
Int monitor_... | [
"thecout970@gmail.com"
] | thecout970@gmail.com |
31d5a37330bb6d3ebbb2c86271ffcc9be6a1a5ba | b27ea8cf5c4ae634db10b22c9e1af339358f9c3c | /include/builtin.h | 1ccef1194de200c74ef66bf960680788dddb2fc4 | [] | no_license | matheo-lucak/PSU_minishell1 | 33b34006257ebcafc0a506ba55c1facfcbb40267 | b5546b8f558097ad5fc7778ed8cdafdae6e073bc | refs/heads/master | 2022-04-13T21:59:46.697125 | 2020-04-08T14:55:21 | 2020-04-08T14:55:21 | 254,117,698 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 543 | h | /*
** EPITECH PROJECT, 2019
** minishell
** File description:
** minishell header file
*/
#ifndef FUNCPTR_H
#define FUNCPTR_H
int env(char **input, char ***env);
int set_env(char **input, char ***env);
int unset_env(char **input, char ***env);
int change_directory(char **input, char ***env);
int find_exec(char **inpu... | [
"matheo.lucak@epitech.eu"
] | matheo.lucak@epitech.eu |
d3848740b9ddd06f729e141799fa97962f355cc7 | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/unsane/closed/hell/medusa.c | 493230c85d0483da330898486a08ca73e089ace4 | [] | no_license | wugouzi/Nirvlp312mudlib | 965ed876c7080ab00e28c5d8cd5ea9fc9e46258f | 616cad7472279cc97c9693f893940f5336916ff8 | refs/heads/master | 2023-03-16T03:45:05.510851 | 2017-09-21T17:05:00 | 2017-09-21T17:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,908 | c | #include <ansi.h>
object gold;
inherit "obj/monster";
object mane;
reset(arg) {
::reset(arg);
if(!arg) {
set_alias("gorgon");
set_alt_name("beast");
set_name("medusa");
set_short("The Gorgon Medusa");
set_race("demon");
set_long(
"This is the legendary Medusa. You have heard many rumours about her ability.\n"... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
434235af6aa9556e99077bafb991bc0ee4dab3ba | 8cf99361924e4f9d4f375d91327a21cb418549e9 | /router/router/sr_router.h | 1d6d11d2702cfcbe994a8ebda842f67e668e9822 | [] | no_license | sgxshan/Computer-Network | d4c0f6b3f7523c12e494bc1349eae6bb40b9548e | e6906b89ca66b5d552b3069c1fc79f52f2bcbe03 | refs/heads/master | 2021-08-29T20:17:52.362666 | 2017-12-14T22:51:53 | 2017-12-14T22:51:53 | 105,816,601 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,910 | h | /*-----------------------------------------------------------------------------
* File: sr_router.h
* Date: ?
* Authors: Guido Apenzeller, Martin Casado, Virkam V.
* Contact: casado@stanford.edu
*
*---------------------------------------------------------------------------*/
#ifndef SR_ROUTER_H
#define SR_ROUTER... | [
"xin@Terrys-MacBook-Pro.local"
] | xin@Terrys-MacBook-Pro.local |
9b53a4ad0fe37e18ff29e3abb4f58e76654f7ab9 | 0c7b6c051a6388aa8c1f7e0a63da714fc3714955 | /JPEG-compression/410586010_preprocessing.c | f7582449b3c6d23fe2fabb4cfc38a09811d2491c | [] | no_license | Weiting11/Multimedia-Signal-Processing- | 0d718ba53ccd99c940d8987447f1bc9548588b7b | d38e04158269b904c0120886317e0e08a690dcaf | refs/heads/master | 2022-09-08T20:12:57.507046 | 2020-05-26T17:08:55 | 2020-05-26T17:08:55 | 267,102,975 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,509 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <memory.h>
float PI=3.1415927;
/*construct a structure of BMP header*/
typedef struct Bmpheader{
unsigned short identifier; // 0x0000
unsigned int filesize; // 0x0002
unsigned short reserved; // 0x0006
unsigned short reserved2... | [
"noreply@github.com"
] | Weiting11.noreply@github.com |
8fdb2dc4b11358ab46932fdfe7a14b279a8fd4a7 | 6eb11dcd3bbd773bac667e53b7b6d89602b6a43f | /RTOS/PIC18F67J60_RTOS_UART_NOTCOMP/test/serial.c | a5379067618e4a58c9a7d507dfccf42fe352f151 | [] | no_license | jjyothilinga/PIC18F67J60_RTOS | e61ba177b2bf55816a14f2f22f7df04d058a6eb3 | e5e0d505ec2bcd6f04f98fb507fd95f6b5fa5357 | refs/heads/master | 2021-01-10T09:10:41.002306 | 2016-02-29T06:22:38 | 2016-02-29T06:22:38 | 52,769,043 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 9,868 | c | /*
FreeRTOS V8.0.1 - Copyright (C) 2014 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
***************************************************************************
* ... | [
"jjyothilinga@gmail.com"
] | jjyothilinga@gmail.com |
cb9b845a7d6711ea02e4b0dde15d9698db5abff9 | 5b966414d92a82990fb2affa8e6209d14ef86583 | /mast/mast.h | 62a0a450b0bb66e25784a4ac84d511ccba4b6f8f | [] | no_license | SteveMaddison/dega | adb56dd18f483dda2f8651c7725a55e308d90eb0 | 627d4ca70df33d8e710b8679a8c07065a519fabd | refs/heads/master | 2021-01-22T05:53:51.166156 | 2010-08-14T23:00:31 | 2010-08-14T23:00:31 | 38,209,113 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,683 | h | //---------------------------------------------------------------------------
// Mast - Master System emulator library
// Copyright (c) 2004 Dave (www.finalburn.com), all rights reserved.
// This refers to all the code except where stated otherwise
// (e.g. ym2413 emulator)
// You can use, modify and redistribute thi... | [
"steve@cosam.org"
] | steve@cosam.org |
97e22fedf07840e656461124025aa7684fc5032e | 8c3a09af5f99c88c12d43045f356c26a4fab5c64 | /uart_dma_echo/Core/Inc/stm32f1xx_it.h | 8f2d1f4dfc7192c14a8fb64c423b83c26d15e530 | [] | no_license | rogeriovfb/blue_pill_projects | 317ac47dd77a081950f9d6bef03d385da968fd8e | 57fffffd9a5012239f8a9906b1c0b2a43d36585c | refs/heads/main | 2023-01-04T23:10:02.876441 | 2020-10-22T00:39:47 | 2020-10-22T00:39:47 | 302,994,841 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,075 | h | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32f1xx_it.h
* @brief This file contains the headers of the interrupt handlers.
******************************************************************************
* @attention
*
* <h2... | [
"ballestrin.rogerio@gmail.com"
] | ballestrin.rogerio@gmail.com |
11900459f336e5a2c104a3e42a662a7e72b4ffc0 | 998b4f90dc55be48e40f52c2ed7edc4a067ff234 | /Reference/ProgrammingI-DYS/Unit7/Code/Multiple_Files/function.c | bb3bef71113e8cdf506da0c6bb8992d1590e93b0 | [] | no_license | SYJINTW/ProgrammingII | 4fa039e5c788186ddceaef63ec1c6ab7803fdfff | 1d74d48136128d50e7492a182130f09d229d41ea | refs/heads/master | 2023-02-19T20:00:13.198117 | 2021-01-20T19:16:43 | 2021-01-20T19:16:43 | 303,156,203 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,166 | c | /* hotel management functions -- this file contains no main() */
#include <stdio.h>
#include "function.h"
int menu(void)
{
int code, status;
printf("\n%s%s\n", STARS, STARS);
printf("Enter the number of the desired hotel:\n");
printf("1) Ritz Carlton 2) Four Seasons\n");
printf("3) Grand H... | [
"yuanjiun911@outlook.com"
] | yuanjiun911@outlook.com |
5eef7abe01c319a10a3e39a94c7ede615a6421c7 | f7a4573500fcd1df55e2f76b9026bec651a474b8 | /30412/Pop Ileana/Assignment_3.2/queue.h | c8324ec248e44264e9a3814dd80805f3af2dc29c | [] | no_license | cs-utcn-groups/2-dsa | 1d5be7093b557f28ea136a7056353687baf631ab | 6d99ae49b05464eb020791adcd3053f5b3bc425b | refs/heads/master | 2021-01-16T03:01:42.100918 | 2020-06-13T17:14:05 | 2020-06-13T17:14:05 | 242,947,419 | 0 | 59 | null | 2020-06-13T17:08:47 | 2020-02-25T08:24:12 | C | UTF-8 | C | false | false | 374 | h | //
// Created by ileana on 3/21/2020.
//
#ifndef ASSIGNMENT_3_2_QUEUE_H
#define ASSIGNMENT_3_2_QUEUE_H
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
typedef struct node{
double operand;
char operator;
int type;
struct node * next;
}NodeL;
FILE *fin;
NodeL * first, * last;
void createQueu... | [
"ileanapop1811@gmail.com"
] | ileanapop1811@gmail.com |
fdf04299fd7dcda646fdc7e9ebdac778376ee56c | a9406709f3f8d1316d2f939fe5f1193982670fe9 | /hw3/mystat.c | aeaabed53381168e81be9b695b6ec4dcb95461eb | [] | no_license | bhparijat/Operating-Systems | 5f73dbf339309773445d4f11ce0af4426701598e | 478f8f1993015135afbf0d33537b1aeeda39ff43 | refs/heads/master | 2020-08-05T20:45:59.699515 | 2019-10-27T05:16:54 | 2019-10-27T05:16:54 | 212,704,095 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,959 | c | #include "mystat.h"
int main(int argc,char **argv){
//printf("%s\n", argv[1]);
char buf[100];
char file_type_buf[10000];
struct stat file_type;
int link = lstat(argv[1],&file_type);
char buffersym[1000];
char temp[1000];
strcpy(temp,"Symbolic link -");
ssize_t rds;
//printf("%u\n", file_type_buf.st_uid);... | [
"bhattpa@oregonstate.edu"
] | bhattpa@oregonstate.edu |
c8da5a7dc0e1f6d4ef41338093b376efca42fc0e | 2ab3014f86aecc27b8ada9554c030d80743e8e45 | /F429HMIPlatform-bsp/Utilities/STM32_EVAL/STM3240_41_G_EVAL/stm324x9i_eval_ioe.h | 5a9763a5e5042edeb6ee0ec86b5edc38063a83bd | [] | no_license | jfazli/PE208 | cae81243401d826560452bcafbda1628bbddaed7 | b08b47fc6a3f1aa0fffa3dcb0deea3141f46f346 | refs/heads/master | 2021-01-20T05:29:01.618813 | 2014-07-02T08:55:39 | 2014-07-02T08:55:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,071 | h | /**
******************************************************************************
* @file stm324x9i_eval_ioe.h
* @author MCD Application Team
* @version V0.1.0
* @date 07-December-2012
* @brief This file contains all the functions prototypes for the
* stm324x9i_eval_ioe.c driver.
****... | [
"jfazli@FRA11-0222L.eu.seb.com"
] | jfazli@FRA11-0222L.eu.seb.com |
3526519de5c0f7d97ac2b0b3371b41cf5ca80fff | dea198896f679e577a3fd0923e3fa4470da4b9cc | /ASE15/unique/mutant100033_merge_sorted_nodups.c | 8d007b4897eb59cf295833a09753fe061fa05e98 | [] | no_license | naustarg/cbmcmutate | f138ab2b04b4be70d735de90815ac670ae6042ce | a6ee6fd395338bb2dfd6bdffabb2dc484cb303f1 | refs/heads/master | 2020-04-04T08:10:15.913309 | 2018-05-21T18:23:58 | 2018-05-21T18:23:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 754 | c | #include "merge_sorted_nodups.h"
int merge_sorted_nodups(int a[], int asize, int b[], int bsize, int c[]) {
int apos = 0;
int bpos = 0;
int cpos = -1;
int csize = 0;
while ((apos < asize) || (bpos < bsize)) {
printf ("LOG: apos = %d, bpos = %d, cpos = %d\n", apos, bpos, cpos);
/* MUTANT (rep_op) */ i... | [
"alexgroce@Alexs-MacBook-Pro.local"
] | alexgroce@Alexs-MacBook-Pro.local |
2cd0a9c409664a1215b81675ed0cdf7ece87ddad | d65802d854ccc590125ab7c64745abc52993b6a8 | /Store Management System.c | 6969313e572e079696b7da97aa93eb4dab19a4a9 | [] | no_license | robayedl/storeMS | 4fd102294c665bd7970a91734d143977175b88bc | 288179672369fa835cb9b9afc7fbf9a8aa4cf638 | refs/heads/main | 2023-07-19T09:31:50.914611 | 2021-09-05T16:41:36 | 2021-09-05T16:41:36 | 403,360,836 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,913 | c | #include<stdio.h>
//Structure
struct store
{
int code;
char name[20];
int price,quantity;
} store[100];
//Add Function
void add()
{
printf("\n\n\n@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ADD PHONE @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\n\n");
in... | [
"noreply@github.com"
] | robayedl.noreply@github.com |
d6227ec20710787e2debab6ce38fbee097c312b6 | aa3c6c88968a2c3352e62e1802294b12455a1dc8 | /sesion3/Src/my_it_callbacks.c | a8752db61ae342932166c58144510082485be2a3 | [] | no_license | jcontrerasf/ELO312 | 0ad558ea78128110431de83a761b0475789c0459 | a872d65453f3518a9960b467b6de30d1f7333b33 | refs/heads/master | 2021-02-18T22:27:00.223479 | 2020-03-30T19:33:31 | 2020-03-30T19:33:31 | 245,244,593 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 221 | c | /*
* my_it_callbacks.c
*
* Created on: 05-03-2020
* Author: julio
*/
#include "my_it_callbacks.h"
void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin)
{
if(GPIO_Pin == in1_Pin)
{
funcion_change();
}
}
| [
"50180934+jcontrerasf@users.noreply.github.com"
] | 50180934+jcontrerasf@users.noreply.github.com |
ae463d66e58f62f650798206630a70c3a766fb50 | 65489e53169f00e395a9e6adfa886f1b676ba142 | /Blink.X/pin_manager.c | 40b6b470eb49f713b52edb691a8111ec3f3f7f15 | [] | no_license | MiranBatti/Curiousity-PIC16F1619 | ee5064f597955c5187de6ce24b8ec42a55e74fbd | 551c8fb5f3fd2a1060b3834be61df478c15a328a | refs/heads/master | 2021-01-13T08:25:42.137916 | 2016-10-22T18:54:22 | 2016-10-22T18:54:22 | 71,659,083 | 0 | 0 | null | null | null | null | ISO-8859-10 | C | false | false | 2,223 | c | /**
Generated Pin Manager File
Company:
Microchip Technology Inc.
File Name:
pin_manager.c
Summary:
This is the Pin Manager file generated using MPLABŪ Code Configurator
Description:
This header file provides implementations for pin APIs for all pins selected in the GUI.
Generation Inf... | [
"miran.batti@gmail.com"
] | miran.batti@gmail.com |
a11463026adf5ef837e1eef9c1013e3a41f5fba1 | 61cb53c6025717994fcb62b1caff0ff41ae3a8a2 | /libft/ft_strclr.c | 4a43618c6cff696ac42f5710b30d619d6bda1134 | [] | no_license | iradchenua/RT | 2af483d8464debdef37b4bf6a7f1eac50cf74b1d | 4d1bde3804956d0c9df64257183a190c5de8e875 | refs/heads/master | 2020-04-03T12:27:01.616774 | 2018-11-01T20:26:05 | 2018-11-01T20:26:05 | 155,252,654 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,030 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strclr.c :+: :+: :+: ... | [
"oxxxyivan@gmail.com"
] | oxxxyivan@gmail.com |
1305164cc1223693eb4f203263b202d52c9118c9 | 116cdac74b7a8963277d362e555a75a33feecc77 | /linkedlist.c | 960d4ca86354ed677bd38e2524b36dbe8be47071 | [] | no_license | amanpanda/scheme-interpreter | c9d53100a48bad8e0e2a3460ebbf1b0df0ff0c99 | ca99ce9d91c9e6598ea7155771b8a3a956e761aa | refs/heads/master | 2020-04-01T08:45:33.516220 | 2018-10-15T03:04:04 | 2018-10-15T03:04:04 | 153,045,611 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,670 | c | #include "linkedlist.h"
#include "talloc.h"
#include "value.h"
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
// Create a new NULL_TYPE value node.
Value *makeNull() {
Value *nullValue = talloc(sizeof(Value));
(*nullValue).type = NULL_TYPE;
return nullValue;
}
// Create a new CONS_TYPE value node.
Valu... | [
"amanpanda1@gmail.com"
] | amanpanda1@gmail.com |
1a8fc929c9b9b9b9188c0a113304ea223d18d1ba | 3d4a190bd9ef8dc01874678c93b879b0c7e0d26b | /3rdparty/genFiles/UE-EUTRA-Capability-v14b0-IEs.h | c150b449daec8b86c844646a6a6a2d7e4b4a04f0 | [] | no_license | ariepodga/RRC | 860b1fc874a863b067dac5f90f5f9ed5f1e9e567 | 67642a455a1e95b8532bcfed2fd75bc8152e3dab | refs/heads/master | 2020-12-15T16:20:48.309960 | 2020-01-13T17:26:50 | 2020-01-13T17:26:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,330 | h | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "../asnFiles/36331-f60-ASNfunctions.asn"
* `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
*/
#ifndef _UE_EUTRA_Capability_v14b0_IEs_H_
#define... | [
"aa7133@att.com"
] | aa7133@att.com |
602982ee7ca52456a40e5438038172bdeef09173 | 3343050b340a8594d802598cddfd0d8709ccc45a | /src/share/native/sun/awt/splashscreen/splashscreen_gfx_impl.c | a107e9321ddb881f218b918fd03835c147da8f70 | [
"Apache-2.0"
] | permissive | lcyanxi/jdk8 | be07ce687ca610c9e543bf3c1168be8228c1f2b3 | 4f4c2d72670a30dafaf9bb09b908d4da79119cf6 | refs/heads/master | 2022-05-25T18:11:28.236578 | 2022-05-03T15:28:01 | 2022-05-03T15:28:01 | 228,209,646 | 0 | 0 | Apache-2.0 | 2022-05-03T15:28:03 | 2019-12-15T15:49:24 | Java | UTF-8 | C | false | false | 12,350 | c | /*
* Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Softwa... | [
"2757710657@qq.com"
] | 2757710657@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.