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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0bedcd29a446f8aaaef5bc6d3d55c2ca66d100d2 | 0d1336c731fef5d52c1ca1a3584d3eb9eb4a50ec | /C/URI - 1010 - C - Cálculo Simples.c | 25d01084cdb807e407e2d81a35ba715b6f5b5549 | [] | no_license | DiegojSts/atividades_algoritmos_uri | ed138b5ee41675fd11ad6e0bbae5d45f50d7df65 | 7cd840d5e9a6f994b58e8d52ae79036ddb428dc2 | refs/heads/master | 2023-02-26T19:59:51.637552 | 2021-02-03T19:30:02 | 2021-02-03T19:30:02 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 1,052 | c | #include <stdio.h>
/*
Neste problema, deve-se ler o código de uma peça 1, o número de peças 1, o valor unitário de cada peça 1,
o código de uma peça 2, o número de peças 2 e o valor unitário de cada peça 2. Após, calcule e mostre o valor a ser pago.
Entrada
O arquivo de entrada contém duas linhas de dados. Em cada l... | [
"diegojs03@hotmail.com"
] | diegojs03@hotmail.com |
3131d33469d72740aeae3c2296d6758fe4b1102b | 699751f70d8320173e811d46df5ee33e93485c66 | /0x04-more_functions_nested_loops/9-fizz_buzz.c | cb5d7033d37a3075c291659e8dc87c0d4560daf5 | [] | no_license | jenntang1/holbertonschool-low_level_programming | d32296e0c565d54447bf929dd4681af44e6173a8 | ec07919d0f384cfac32ca773cf63172296c5d940 | refs/heads/master | 2020-07-28T04:46:50.733071 | 2020-04-17T15:22:40 | 2020-04-17T15:22:40 | 209,313,514 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 466 | c | #include <stdio.h>
/**
* main - function to print Fizz-Buzz
*
* Description: The Fizz-Buzz test
* Return: 0 for success.
*/
int main(void)
{
int test;
for (test = 1; test <= 100; test++)
{
if (!(test % 15))
{
printf("FizzBuzz");
}
else if (!(test % 3))
{
printf("Fizz");
}
else if (!(test %... | [
"1039@holbertonschool.com"
] | 1039@holbertonschool.com |
9b6ecb50f5db82179f459a0ba2be385de0c32599 | 4fa979e7fe0e4a237b8ba6542d29b9304e8bb08d | /0x09-static_libraries/holberton.h | 6c3302b8cc87535f84e26357c69f6e1add930422 | [] | no_license | oumaymabg/holbertonschool-low_level_programming | 0d6d3e2f73aef4d7e3126d7194a61f4e1f7292bb | b401c437e6319caf30e968bca9d4047835c5522a | refs/heads/master | 2023-03-08T22:10:52.478970 | 2021-02-27T22:22:25 | 2021-02-27T22:22:25 | 271,235,619 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 651 | h | int _putchar(char *c);
int _islower(int c);
int _isalpha(int c);
int _abs(int n);
int _isupper(int c);
int _isdigit(int c);
int _strlen(char *s);
void _puts(char *s);
char *_strcpy(char *dest, char *src);
int _atoi(char *s);
char *_strcat(char *dest, char *src);
char *_strncat(char *dest, char *src, int n);
char *_strn... | [
"oumaymabou257@gmail.com"
] | oumaymabou257@gmail.com |
d66cebda83c955c0a9b617fd57bc1413e4b3e528 | 3246ec83bdc97f382c68a0dfe594110b05799080 | /crypt.h | 5aeab34360ae83ada94a51933bd773f4c88ba5e6 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-info-zip-2009-01",
"Info-ZIP",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain"
] | permissive | zorba-the-geek/zip31d | af8fdc780a8dd218daa3fcc052f9a25c8a2e6539 | 28f51642df852320a8617f9e70becbdb39c71d8d | refs/heads/master | 2020-04-05T01:32:35.702341 | 2018-11-06T20:01:07 | 2018-11-06T20:01:07 | 156,439,998 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,303 | h | /*
Copyright (c) 1990-2015 Info-ZIP. All rights reserved.
See the accompanying file LICENSE, version 2009-Jan-2 or later
(the contents of which are also included in zip.h) for terms of use.
If, for some reason, all these files are missing, the Info-ZIP license
also may be found at: ftp://ftp.info-zip.org/p... | [
"zorba@localhost"
] | zorba@localhost |
7b6c69a6202ce37e0fe6f1789c9e653ac5695724 | ff0ed3fa4753f73562a840c99a8b6549eb5a889e | /librss/include/RSS_Html.h | 7d79eb5f6418d5409b73f1989279c84416df27a2 | [] | no_license | astatine-/TrayRSS | 1d7ce2337c4e31b6447b9ed516ca88db575b0e37 | dfd810d084b53bc17c78861267f760562b6e14a1 | refs/heads/master | 2016-09-10T00:41:39.483528 | 2012-08-28T13:06:22 | 2012-08-28T13:06:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 979 | h | #ifndef __RSS_HTML_H__
#define __RSS_HTML_H__
#include "RSS.h"
/* ISO 10646 */
/** For stroing info about html named entities such as & , "e; etc */
typedef struct RSS_Html_entity
{
RSS_char encoded[9]; /* longest entity len = 8 -> ý */
RSS_char decoded;
size_t len;
} RSS_Html_entity;
#define RSS... | [
"arun - at - tanksali - dot - com"
] | arun - at - tanksali - dot - com |
4c7149e7fe7413b2b08308349e08b45e1c3ffe2a | 41aabf46980c46c2767c41050354d078abbdc5b7 | /leap.c | bcfd5ab6c689a0ef3fb4fe9b7e7b8d225cd41b69 | [] | no_license | songingyu/1010 | 5112c129d4de23fc56e59d24a1134123a959bc6b | 4c0b2da90119d01d92f7f0f2a6db2b2efd30047e | refs/heads/master | 2020-08-09T14:46:03.195581 | 2019-10-10T06:55:15 | 2019-10-10T06:55:15 | 214,109,210 | 0 | 0 | null | null | null | null | UHC | C | false | false | 330 | c | #include<stdio.h>
int main()
{
int year;
printf("년도입력:");
scanf("%d", &year);
if(year % 4 == 0 && year % 100 != 0 || year % 400 == 0)
{
printf("%d년은 윤년(leap year) 입니다.\n",year);
}
else
{
printf("%d년은 평년(common year)입니다.\n",year);
}
return 0;
}
| [
"noreply@github.com"
] | songingyu.noreply@github.com |
35cb1163c97eabd367a1aaa6bbc8d8149a22dd89 | 22b817c31ce2a54cba4f7a8597a6867dd0414f87 | /fkn/StdAfx.h | 89911afd2d0f96ac5f3e288cc1207a7f456ef6d8 | [
"MIT"
] | permissive | philm001/FEMM | 904c72e653f89784693bf1b83aefb3b26aed4848 | e091281e86ac22ed31a3bfc7d854ff42527ffdc7 | refs/heads/master | 2020-03-14T23:56:28.511905 | 2018-05-02T13:41:10 | 2018-05-02T13:41:10 | 131,856,027 | 0 | 0 | null | 2018-05-02T13:38:43 | 2018-05-02T13:38:42 | null | UTF-8 | C | false | false | 575 | h | // stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#define _CRT_SECURE_NO_WARNINGS
#include <afxwin.h> // MFC core an... | [
"=phillipmobley2@gmail.com"
] | =phillipmobley2@gmail.com |
80d8e1d682f6fbfeb76707fbf1d463205426c9a5 | f38480d2880b57a0af7113fef89b58c339247caa | /Sources/fnet_stack/fnet.h | 246175d18d3dc1b838e110355efe46e4a1174d7d | [] | no_license | SoFiHa/twrk60_fnet_test | 4aac2d1867bd3846064b9d86b077f1232b490909 | f836675189bf4c1d713f52e573d6d9f633312b98 | refs/heads/master | 2021-01-20T20:21:49.612846 | 2016-07-26T07:34:00 | 2016-07-26T07:34:00 | 64,200,557 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,105 | h | /**************************************************************************
*
* Copyright 2011-2016 by Andrey Butok. FNET Community.
* Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.
*
***************************************************************************
*
* Licensed under the Apache License, ... | [
"s.kolberg@sofiha.de"
] | s.kolberg@sofiha.de |
c7405501fff4262a4238e3748833670176a5d299 | c02710c388c0142d1a4421ee7359153de639395e | /mcuconf.h | af89f835dbdce191c82e14f33d7d02359041f092 | [] | no_license | w4kpm/stm32f429-discovery-chibios-pppos | 5dc37bc7bfcbd058bc1b69346d27ca7880a44c6f | 5108c46ac2a3027519ace5391e9301e75bb8211a | refs/heads/master | 2021-01-13T01:31:11.903770 | 2015-07-17T00:19:36 | 2015-07-17T00:19:36 | 38,087,601 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 14,424 | h | /*
ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
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 requi... | [
"kelly@fammcdonald.net"
] | kelly@fammcdonald.net |
f698464e63659abfe0ba14579f2d706f6b711dc3 | 37c593b4c9b42d38ebfcac8d7160282c43fdb324 | /model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/Simulation/TestP057_Internal_Tests_inputs.c | cf822e6a1ff7233454d1ab8242aef2275a930d3e | [] | no_license | stefan-karg/modeling | d4211778a2e7f2d4948ea38442096edb0f317051 | c0855d85430e5d8313c04a9b8918cd3d596e48ec | refs/heads/master | 2021-01-16T19:56:51.201532 | 2015-08-26T13:55:57 | 2015-08-26T13:55:57 | 26,961,581 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 583 | c | /* $*************** KCG Version 6.1.3 (build i6) ****************
** Command: s2c613 -config C:/GITHUB/modeling/model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/Simulation\kcg_s2c_config.txt
** Generation date: 2015-08-20T16:18:38
************************************************************... | [
"j.gaertner@railergy.com"
] | j.gaertner@railergy.com |
3dad866f15ee53c10707d0dd148e86fa5d9bf691 | 59dd61ebf101f8f037018d026231301ead18aa32 | /Code/Rockstar Games/File Format/Raw/IMG/CIMGFormat_Version2_Header1.h | dbef2ea840fa369a223ff407e86e8a92dfd35289 | [] | no_license | X-Seti/KGM | d4e6900d590bc22c9be90e6a7129699a1119902c | edc034930f1dfbb61027992f9347ef5f0bdb0cb4 | refs/heads/master | 2020-12-30T19:36:52.838360 | 2017-07-11T16:45:43 | 2017-07-11T16:45:43 | 60,021,522 | 0 | 0 | null | 2016-05-30T15:46:12 | 2016-05-30T15:46:12 | null | UTF-8 | C | false | false | 266 | h | #ifndef CIMGFormat_Version2_Header1_H
#define CIMGFormat_Version2_Header1_H
#include "Types.h"
#include "Namespace.h"
#pragma pack(push, 1)
struct RG::CIMGFormat_Version2_Header1
{
uint8 m_ucMagicNumber[4];
uint32 m_uiEntryCount;
};
#pragma pack(pop)
#endif | [
"mexuk@hotmail.co.uk"
] | mexuk@hotmail.co.uk |
2e7ef46c39adb52c71a7c85c9f7b72076e1a09b5 | 76f7459a09acb9be2d52407132f5ff8955627da2 | /frame/compat/attic/bla_rot.c | 5c97d3961166ac336897f4aa485a475359335487 | [
"BSD-3-Clause"
] | permissive | flame/blis | 448bc0ad139b726188129c5627c304274b41c3c1 | 6dcf7666eff14348e82fbc2750be4b199321e1b9 | refs/heads/master | 2023-09-01T14:56:11.920485 | 2023-08-27T19:18:57 | 2023-08-27T19:18:57 | 16,143,904 | 1,696 | 361 | NOASSERTION | 2023-08-27T19:18:58 | 2014-01-22T15:58:24 | C | UTF-8 | C | false | false | 2,725 | c | /*
BLIS
An object-based framework for developing high-performance BLAS-like
libraries.
Copyright (C) 2014, The University of Texas at Austin
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redist... | [
"field@cs.utexas.edu"
] | field@cs.utexas.edu |
11df72708c36188c1c4d7012fb645ac96a58050d | 008060072ef30e7ee7920e92e32cce337d85030d | /feeds/ipq807x/qca-ssdk/src/src/ref/ref_vlan.c | 4b99f2c4c19824cacd84e6c33a0efbf2dbb5637b | [
"BSD-3-Clause"
] | permissive | Kenneth-Lu/wlan-ap | 2859803835876137427da3fc94d828c9f99a7cce | 4468e90d2c0edf4d4b68b33e7b22259f8501ba40 | refs/heads/plume/dev | 2023-07-14T20:23:04.325249 | 2021-02-26T14:14:27 | 2021-03-01T15:44:14 | 357,393,186 | 1 | 1 | BSD-3-Clause | 2021-06-09T04:51:30 | 2021-04-13T01:54:40 | null | UTF-8 | C | false | false | 15,427 | c | /*
* Copyright (c) 2012, 2014, 2017, The Linux Foundation. All rights reserved.
* 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 all copies.
* THE SOFTWARE IS P... | [
"john@phrozen.org"
] | john@phrozen.org |
47641523da5c5471801de469cdf2b0b1d43f8458 | c512a52861f552c1b1935a0ca94cc4fce41ecae9 | /SystemCall/syscall.c | dd10880e23253f60e1d4abd3ea7970affb92b463 | [] | no_license | KenanRico/crefs | 1bb97c5756cd50bbc8b5e213640a9394bfac0dca | e53b204c5c1f8ed59af51d71941a1a70cb6b052e | refs/heads/master | 2020-04-14T00:56:16.302566 | 2019-10-20T14:24:42 | 2019-10-20T14:24:42 | 163,546,500 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,624 | c | #include <types.h>
#include <kern/errno.h>
#include <lib.h>
#include <machine/pcb.h>
#include <machine/spl.h>
#include <machine/trapframe.h>
#include <kern/callno.h>
#include <syscall.h>
#include <thread.h>
#include "addrspace.h"
#include "vfs.h"
/*
* System call handler.
*
* A pointer to the trapframe created du... | [
"kenan.hu@mail.utoronto.ca"
] | kenan.hu@mail.utoronto.ca |
fe9e8e6f19e9ed346657d81038066b5a7bb9898d | 28d0f8c01599f8f6c711bdde0b59f9c2cd221203 | /sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dcn21/hw_factory_dcn21.h | e19085a2addba44cce07c732db2abede44022561 | [] | 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 | 1,464 | h | /* $NetBSD: hw_factory_dcn21.h,v 1.2 2021/12/18 23:45:05 riastradh Exp $ */
/*
* Copyright 2018 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 |
d48157e2a0992de1595aac5218a1713d5bf762fd | 9afdd0184d38855bbede2fe396762b9faf264510 | /src/itoa.c | f30389550df31482af27a93d34908494c15bbbe5 | [
"BSD-3-Clause"
] | permissive | pabigot/embtextf | a45d23a6480401e616b9e5f438d829c897a991d0 | a114a91bb4a82001c6b6b3a03facb78b4e980a62 | refs/heads/master | 2021-01-01T16:25:27.150996 | 2015-02-09T03:52:26 | 2015-02-09T03:52:26 | 8,961,773 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 128 | c | #include <embtextf/xtoa.h>
#define INT_T int
#define STOA embtextf_itoa
#define UTOA embtextf_utoa
#include "embtextf/xtoa.inc"
| [
"pab@pabigot.com"
] | pab@pabigot.com |
6493ae047bf03a9665bce64b2a10116f1f33eff7 | 83214753e9183327e98af0e6768e9be5385e5282 | /kungfu/class/qingcheng/npc/luo.c | 7ed83a7108971c0449e6ff6ef69fd81107abb28f | [] | no_license | MudRen/hymud | f5b3bb0e0232f23a48cb5f1db2e34f08be99614e | b9433df6cf48e936b07252b15b60806ff55bb2f3 | refs/heads/main | 2023-04-04T22:44:23.880558 | 2021-04-07T15:45:16 | 2021-04-07T15:45:16 | 318,484,633 | 1 | 5 | null | null | null | null | GB18030 | C | false | false | 1,251 | c | // luo.c
inherit NPC;
//inherit F_SKILL;
#include <ansi.h>
void create()
{
set_name("罗人杰", ({ "luo renjie", "luo", "renjie" }));
set("gender", "男性");
set("nickname", HIC"青城四秀"NOR);
set("age", 25);
set("long", "他就是「英雄豪杰,青城四秀」之一,武功也远高同门。\n");
set("combat_exp", 80000);
set("shen_type", -1);
set_skill("sword", ... | [
"i@oiuv.cn"
] | i@oiuv.cn |
918d0693a28fe0a5bd35da58378a01ea16b3bbae | 66862c422fda8b0de8c4a6f9d24eced028805283 | /cmake-3.17.5/Tests/Plugin/src/example_mod_1.c | 2b740b8db3491b01cd2bdbace8339750a583f633 | [
"BSD-3-Clause",
"MIT"
] | permissive | zhh2005757/slambook2_in_Docker | 57ed4af958b730e6f767cd202717e28144107cdb | f0e71327d196cdad3b3c10d96eacdf95240d528b | refs/heads/main | 2023-09-01T03:26:37.542232 | 2021-10-27T11:45:47 | 2021-10-27T11:45:47 | 416,666,234 | 17 | 6 | MIT | 2021-10-13T09:51:00 | 2021-10-13T09:12:15 | null | UTF-8 | C | false | false | 378 | c | #include <example.h>
#include <stdio.h>
#if defined(_WIN32)
# define MODULE_EXPORT __declspec(dllexport)
#else
# define MODULE_EXPORT
#endif
#ifdef __WATCOMC__
# define MODULE_CCONV __cdecl
#else
# define MODULE_CCONV
#endif
MODULE_EXPORT int MODULE_CCONV example_mod_1_function(int n)
{
int result = example_ex... | [
"594353397@qq.com"
] | 594353397@qq.com |
015cafb6a6590ae1cfbf6dc2fe9fee34d1a7331e | 5a39b25482b93b554a3b2b11b2c71063801c941d | /kernel/graphic/graphic.c | 2d1335785f54c1ea922ae578aad542ad86596585 | [] | no_license | hanjianqiao/dingus | 5588f38c84ab989ef51bc63483438ceb5610df5f | 9bd905d38eea2da0f843ec368f1bfd10bd114476 | refs/heads/master | 2021-01-25T08:49:25.058626 | 2014-07-09T16:31:25 | 2014-07-09T16:31:25 | 21,385,789 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,961 | c | #include "../include/kernel.h"
void boxfill8(unsigned char *vram, int xsize, unsigned char c, int x0, int y0, int x1, int y1){
int x, y;
for (y = y0; y <= y1; y++) {
for (x = x0; x <= x1; x++)
vram[y * xsize + x] = c;
}
return;
}
void putfont8(char *vram, int xsize, int x, int y, char c, char *font)
{
int i... | [
"hanjianqiao@gmail.com"
] | hanjianqiao@gmail.com |
2bcec9f1b8b68c298ea333d66bdbd3224e27ec39 | cf2359c1f7f340da4f83b2cc60d47e054255276a | /software/freertos-demo/Core/Src/usart.c | 28d1f750df21c07641d73852c79c3f619ee534f3 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | hbrobotics/hbrc_ros_robot_platform | 83612a659d5b17d45ac0ed7d17f779d02285b985 | b2abdb21aa0b173200880de2371d9073f42c90dd | refs/heads/master | 2021-08-03T00:21:49.504908 | 2021-07-25T23:18:45 | 2021-07-25T23:18:45 | 222,811,388 | 5 | 5 | null | 2021-07-25T23:18:45 | 2019-11-19T23:43:08 | C | UTF-8 | C | false | false | 3,288 | c | /**
******************************************************************************
* @file usart.c
* @brief This file provides code for the configuration
* of the USART instances.
******************************************************************************
* @attention
*
* <h2><c... | [
"jnugen@gmail.com"
] | jnugen@gmail.com |
ce832fe55a21cdc24b2988b3974b2e6e96a4e77e | 0725729da64cd6fa2202b38b642ea3d68a858350 | /src/wsnos/platform/WSN-JH02-ZD/driver/spi.h | 3e585607ae4dc736d41a2d1fdb1d29d004b4334f | [] | no_license | wjf3310105/can_send_recv | b69d731c5fb102b5ab708475965222b6bdf2cf54 | 93fd70b5498a9583a81fe2e08c035bd1ee7201f8 | refs/heads/master | 2021-06-30T07:28:16.219221 | 2017-09-20T06:32:27 | 2017-09-20T06:32:27 | 104,175,227 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,998 | h | /**
* @brief : this
* @file : spi.h
* @version : v0.0.1
* @author : gang.cheng
* @date : 2017-04-24
* change logs :
* Date Version Author Note
* 2017-04-24 v0.0.1 gang.cheng first version
*/
#ifndef __SPI_H__
#define __SPI_H__
#include "common/lib/data_type_... | [
"wangjifang@wsn.cn"
] | wangjifang@wsn.cn |
b2a780459176982e2b7f2fb94c72a329e6a99638 | 7a288556ef88974e6877472740fd76e1014fe5a7 | /thirdparty/freertos/demo/oled1_event_groups_xpro_example/samd20_xplained_pro/iar/asf.h | f0ad2bce9c79856f3fab7d73554c62430a964ba0 | [] | no_license | Realtime-7/asf | 0452a55c62b869da48a771811dc9157d352c6470 | 2062737bc4a5f1eada3d43b2987c365b8b8c1881 | refs/heads/master | 2021-01-14T10:26:32.948063 | 2014-11-25T16:19:51 | 2014-11-25T16:19:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,839 | h | /**
* \file
*
* \brief Autogenerated API include file for the Atmel Software Framework (ASF)
*
* Copyright (c) 2012 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided t... | [
"it.daniher@gmail.com"
] | it.daniher@gmail.com |
43192ef09b50a3276278165e5926f0af1653cfe8 | c7b869b54873b27de7a6dc7c198f7c8424e4bdce | /Week_01-Projects/mario_harder_pset.c | ce4d72105adee4ad14d332669fb512e8283a4322 | [] | no_license | Philbarboza/CS50-s-Course-Projects | a474cb07f31b6beff38c122eb46e665c7ede3e46 | bf093d358e8f6a13ba0e1dfb86f60fc6ed020f42 | refs/heads/master | 2021-03-05T17:58:22.554895 | 2020-04-23T10:44:13 | 2020-04-23T10:44:13 | 246,138,892 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,211 | c | #include <cs50.h>
#include <stdio.h>
// goal: create a pyramid that can have a height between 1 and 8 inclusively and has the following appearance:
// # #
// ## ##
// ### ###
// #### ####
// ##### #####
// ###### ######
int main(void)
{
int h;
do
// prompt user, so that he types in th... | [
"noreply@github.com"
] | Philbarboza.noreply@github.com |
4dc80a82718b713066ced5742f3acbec02fa79ea | a8b22dc41d3d7f93f43bb871e585692f3599a12f | /source/powermon_fileio.c | fa996238eb52400d50e0224390e44d060adaa9ad | [] | no_license | ReggieMoto/PowerMon | 7088acc1c0243c066aaaccb88c06b3a5afa1061d | 28d0d3f0f43fc4d5c71393e3a268ef85a1e243af | refs/heads/master | 2021-07-10T19:00:51.123790 | 2021-04-03T20:16:32 | 2021-04-03T20:16:32 | 99,441,296 | 0 | 0 | null | 2021-04-03T20:16:32 | 2017-08-05T18:37:02 | C | UTF-8 | C | false | false | 948 | c | /* ============================================================== */
/*
* powermon_fileio.c
*
* Copyright (c) 2017 David Hammond
* All Rights Reserved.
*/
/* ============================================================== */
/*
* NOTICE: All information contained herein is and remains the
* property of David Ham... | [
"home@davidhammond.net"
] | home@davidhammond.net |
731c9eef0d52613f42c8553373bb9a98779a9679 | 11e97f87deb25babb4a32c80941e7ff4e476c92a | /OPT/TC3AutoDual/T3DualAuto/ADLINK/PCIS-DASK/Samples/9111/SDK9111/Util9111.c | 3463626433b773ab8ed7fd5aa5d7a9d99aa76728 | [] | no_license | xhyangxianjun/Builder6-program | b9d03d98658db5a5a8cf1586210a373bc391dc48 | a12d811d7a5fa3dba6d3e8c05989a41cb89783de | refs/heads/master | 2022-04-03T00:25:47.274355 | 2019-09-19T08:26:56 | 2019-09-19T08:26:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 31,277 | c | #include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <time.h>
#include "dask.h"
#include "resource.h"
#define IDM_EXIT 110
#define IDM_SETUP 101
#define IDC_SCROLL 207
#define IDC_SPIN 301
#define IDC_START 208
#define IDC_STOP ... | [
"sheepdw@gmail.com"
] | sheepdw@gmail.com |
1796721e8ac523a057fddab8f19792523075a7cd | ca50f443920d00966d616317d0c46dd0f2b7f9e1 | /client/KMCommon/KMUtilities/KMFrameUtilities/KMFrameUtilities.h | 3ddc14dd2d588a0f8d19057cfe68f038d43a240e | [] | no_license | piaoliuchuang/piaoliuchuang | f61ab0bad5fad36c354f15d9d28a9367ed99321b | ae557d95e49f86ebd7be0dd88e9d58513e7d0653 | refs/heads/master | 2021-01-25T07:35:12.404172 | 2012-04-24T17:40:54 | 2012-04-24T17:40:54 | 4,103,072 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 820 | h | //
// KMFrameUtilities.h
// Drawus
//
// Created by Tianhang Yu on 12-4-3.
// Copyright (c) 2012年 99fang. All rights reserved.
//
#ifndef Drawus_KMFrameUtilities_h
#define Drawus_KMFrameUtilities_h
static inline CGRect rectWithPadding (CGRect rect, CGFloat padding) {
return CGRectMake(rect.origin.x +... | [
"yutianhang@songshulin.net"
] | yutianhang@songshulin.net |
0f2532147727eca8cb52684aef4e87659227ce5d | d1dd4b53ae028b086ebc5497371e98fd2b9b5dab | /ds/so05.c | baf087dc479bc0172d625f2a108b7c0afa54daac | [] | no_license | lioren/practice | b736760344d56b766b959a598bee281882e8230e | d9545a88b60479fc2c9970318d3149c0f91d40f7 | refs/heads/master | 2021-01-20T19:18:50.308294 | 2016-08-09T07:58:09 | 2016-08-09T07:58:09 | 65,091,173 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 566 | c | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
main()
{
int a,b,i,j,k;
scanf("%d",&a);
while(a>0){
a--;
scanf("%d",&b);
int c[b];
int d[b];
int e[2*b];
for(i=0;i<b;i++)
scanf("%d",&c[i]);
for(i=0;i<b;i++)
scanf("%d",&d[i]);
... | [
"rock881200@gmail.com"
] | rock881200@gmail.com |
5ee911231db2849928f00c7b024fabfcaf7da294 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/395f100a-792a-4a3c-835e-d5ad3c21f9a1.c | 732710f31a28a0b01d160caa27d22b23cc65e9cf | [] | 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 | 230 | c | #include <stdio.h>
int main() {
int i=0;
int j=142;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l%j;
l = j+j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,k);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
3198347718d92689978f9e5d5e5fa01fc00a19ab | b545b68eafbdd6048f1b7ba405915b28512b1db1 | /count_width.c | 3506cb75cf33cdd7ddc00587af9fbb511a46ebbf | [] | no_license | takuto-suetsugu/ft_printf | 407a98b6cc36b936c821d200907260749aa26b95 | cdfa57ee2b62d1cb602850304e21a4cd5edf8c01 | refs/heads/main | 2023-06-11T13:32:43.950307 | 2021-07-07T05:53:10 | 2021-07-07T05:53:10 | 383,687,321 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,085 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* count_width.c :+: :+: :+: ... | [
"s.tact330@gmail.com"
] | s.tact330@gmail.com |
b7d35f6d3090f68f108a0f610bd200072292e8c2 | 2c9e0541ed8a22bcdc81ae2f9610a118f62c4c4d | /harmony/tests/vts/vm/src/test/vm/jni/object_methods/CallIntMethodVTest/CallIntMethodVTest.c | f1ba963a4ec143e6b362a93dbfbda01f0df195cc | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | JetBrains/jdk8u_tests | 774de7dffd513fd61458b4f7c26edd7924c7f1a5 | 263c74f1842954bae0b34ec3703ad35668b3ffa2 | refs/heads/master | 2023-08-07T17:57:58.511814 | 2017-03-20T08:13:25 | 2017-03-20T08:16:11 | 70,048,797 | 11 | 9 | null | null | null | null | UTF-8 | C | false | false | 5,415 | c | /*
Copyright 2005-2006 The Apache Software Foundation or its licensors, as applicable
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... | [
"vitaly.provodin@jetbrains.com"
] | vitaly.provodin@jetbrains.com |
45177be3b532880db4c2fb740643a69b44f2156c | a45e9cf2d06f4baac3f3cd50b06e572cfd2fb8fa | /src/level.h | ff98becbfd261b3a1d607b87f04890e7473ad6a6 | [
"MIT"
] | permissive | kdiduk/fotd | 442b10b9b3a9c1a09363ee9d14ac1860fffa7469 | 297cd73e6856e72d36222cadd54e556a34d04146 | refs/heads/master | 2023-01-29T09:05:53.315971 | 2020-12-13T15:12:43 | 2020-12-13T15:12:43 | 289,112,028 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 168 | h | #ifndef LEVEL_H
#define LEVEL_H
#include <stdint.h>
void level_init(void);
void level_draw(void);
void level_player_move(uint8_t direction);
#endif /* LEVEL_H */
| [
"kdiduk@tuta.io"
] | kdiduk@tuta.io |
e738525a2cfc57654b86b3b957775cb173528e99 | 2911910bbd05a77ba23c83e6a58e942b7aeccf05 | /1-nbiot-liteos-oceanconnect/miniprojects/LiteOS_ThunderSoft_STM32FL476VETx/LiteOS_Kernel/base/include/los_fs.h | 16025774d01f16aba1eb89df57ff260425d48b73 | [
"BSD-3-Clause",
"MIT"
] | permissive | zhangmeiRZ/iot-codelabs | 20f85501145852a37fbb78a43e448c678804e04a | 36b7b4b3d35949e0223bf4e4d92d7995fcc832c9 | refs/heads/master | 2020-04-09T02:47:09.391611 | 2018-01-08T15:22:03 | 2018-01-08T15:22:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,258 | h |
#ifndef __LOS_FS_H
#define __LOS_FS_H
/* Includes ------------------------------------------------------------------*/
#include <stddef.h>
#include "stdint.h"
#include "string.h"
#define LOS_FS_READ 0x01
#define LOS_FS_OPEN_EXISTING 0x00
#define LOS_FS_WRITE ... | [
"softbaddog@gmail.com"
] | softbaddog@gmail.com |
046ae41d9be30ec714f2bbd38a07bf6f0160339b | d138a598536ac0ef8dea713ac22aae5137f512b8 | /Core/Src/stm32g4xx_hal_msp.c | 9935f62a54d67a22e91f100becd3dcd3e986f060 | [] | no_license | Sen1233/TLE5012_G474_TEST | e082d598e2652f6d0368a8cd62f6ae6d864a058d | 20487e8aae2a81aa428883896f5f263edb53762c | refs/heads/main | 2023-08-18T20:37:48.430415 | 2021-09-23T14:03:23 | 2021-09-23T14:03:23 | 409,605,631 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,963 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32g4xx_hal_msp.c
* @brief This file provides code for the MSP Initialization
* and de-Initialization codes.
**************************************************... | [
"1065402494@qq.com"
] | 1065402494@qq.com |
4ed576c7d1cd1428b3daa9fe5946d12b2252c895 | c94fae6bc7779ce06e05b60a0753e82430f830b8 | /MFC图形绘制/一般函数绘图/Resource.h | 1dd0c4d202fe9c143eab9827157b07c67eeae25a | [] | no_license | MrsZ/MFC_VS2012 | f4bbfc56f2b89c4c99c2ddc55d77e4138d3db4d0 | bc623f1d13cf2fa0eb18b4f2b4f20cb5a762ad96 | refs/heads/master | 2021-05-29T06:00:47.703364 | 2015-08-19T13:16:52 | 2015-08-19T13:16:52 | 110,326,425 | 0 | 1 | null | 2017-11-11T07:19:09 | 2017-11-11T07:19:09 | null | GB18030 | C | false | false | 501 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by 一般函数绘图.rc
//
#define IDD_ABOUTBOX 100
#define IDP_OLE_INIT_FAILED 100
#define IDR_MAINFRAME 128
#define IDR_MyTYPE 130
// 新对象的下一组默认值
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RE... | [
"lixuat2014@gmail.com"
] | lixuat2014@gmail.com |
82e1d4fad3ae43acdcae3560f6685246dee19584 | 727ce0101c312d985d1ad6e92a09c6d34cbe5813 | /zipper/zipperFinal.c | 5f4e62e2a1ad929ca64a09a34b46352a79977509 | [] | no_license | mlotts/van-der-waerden-zipper | 0975d71504f99f26e29ca54ec29ea2a0529cfdec | 491675737ea04e4a5273f02c396901e99f86b037 | refs/heads/master | 2021-01-18T16:30:21.186381 | 2016-01-11T07:35:22 | 2016-01-11T07:35:22 | 27,797,413 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,600 | c | #include <stdlib.h>
#include <stdio.h>
#include "vdwheader.h"
void zipSequence(char prcolors[], char target[], long long prime, int power);
/*int main(){
char target[100];
int i;
int prime = 19; //37;
int power = 6;
char prcolors[] = "011242032503515443"; //"012253234004531415514135400432352210";
//convert as... | [
"mlotts@gmail.com"
] | mlotts@gmail.com |
1f95d842703fc8dcafca2b1cd679c1359c84b97c | c7377c3dec984c45e43b3138bd94e5e0abc1f5a4 | /includes/components/ty_gpio_base_test.h | e0017fb4e1be50a4ae673f9a8da503181bcaf6b5 | [] | no_license | wwpcwzf/TuyaBTSigSDK_Reengineering | 6117dce2ea4a41e4052ebdd2695a99e9438c2412 | 5d56b21019e2dc93c56d6521d9e3e5419492f9d5 | refs/heads/master | 2023-06-03T03:16:23.541895 | 2021-06-23T08:07:06 | 2021-06-23T08:07:06 | 332,637,793 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 764 | h | /*************************************************************************
> File Name: ty_gpio_base_test.h
> Author:
> Mail:
> Created Time: Tue 26 Mar 2019 15:11:13 CST
************************************************************************/
#ifndef _TY_GPIO_BASE_TEST_H
#define _TY_GPIO_BASE_TEST_H
#include... | [
"wwpcwzf@163.com"
] | wwpcwzf@163.com |
2da72884387620e47dc22cf1f5fe385da17c0312 | 1adb9272ee30261882d56e6f955ad482f80b9584 | /comp105/HW2/impcore-with-locals/eval.c | 7052a4d7e634c49d31f8730b3136c57f3ad4961e | [] | no_license | tomma367/Tufts-Stuffs | 45d7b2881e3bfa698c9c5029c08dbf8750ac5872 | 723bc0902bb246d8650a5d6651bcbf5a453d3ace | refs/heads/master | 2020-09-02T10:37:08.816715 | 2014-08-07T13:22:23 | 2014-08-07T13:22:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,844 | c | /* eval.c 35e */
/* Jake Austin and Ian Mcconnell, Impcore II */
#include "all.h"
/* eval helpers 40a */
/* Included local variable environment as parameter */
/* updated call to mkVL and eval */
static Valuelist evallist(Explist el, Valenv globals, Funenv functions,
Valenv fo... | [
"jakeaust07@gmail.com"
] | jakeaust07@gmail.com |
b354449a08bc06fb0449e12c75107aa518e6a96a | c8e6219a5dbcb4dccdd8ec2a9ff65b5e93dc58a0 | /StackCursorBased/StackCursorBased/StackCursorBased.c | b74f1196d52f78f26de9ff0bab83f9f98db95c5f | [] | no_license | AinScruff/Datastruct-C-in-Xcode | 6f8b145eaecc027e309438587b7b5c7ec691a06d | 2b6926437c9ffdeee6e78a9a1dcd6d800b303b04 | refs/heads/main | 2023-03-14T09:39:56.258857 | 2021-03-05T13:49:24 | 2021-03-05T13:49:24 | 344,822,828 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,945 | c | //
// main.c
// StackCursorBased
//
// Created by Dominique Michael Abejar on 13/09/2019.
// Copyright © 2019 BSIT. All rights reserved.
//
#include <stdio.h>
#include <stdlib.h>
#define SIZE 10
typedef int List;
typedef struct{
char data;
int link;
}Stack;
typedef struct{
int availList;
Stack s... | [
"noreply@github.com"
] | AinScruff.noreply@github.com |
c013f8b2ed55e76d16b7b334c1061c13beb78f62 | 43b72c43fe549616230242cfc799db85667a14b4 | /repeatedString.c | e4d966e2db85239fdbb4266964b6f425eb8c450f | [] | no_license | anjalichourasia/LearnJava | 668d98b8f4d58c4d804de5831545c49849d8a060 | 25430945801e875077c83834cc31ee7692733aa5 | refs/heads/master | 2020-06-22T23:43:41.568033 | 2019-08-05T16:21:23 | 2019-08-05T16:21:23 | 198,433,956 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,662 | c | #include <assert.h>
#include <limits.h>
#include <math.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
char* readline();
// Complete the repeatedString function below.
long repeatedString(char* s, long n) {
long count = 0, r;
int i;
... | [
"noreply@github.com"
] | anjalichourasia.noreply@github.com |
45ae5fcebf09a6a1a934abe06730364aaf5dc043 | f3b85ae8251c0d32b0b13f5f58896049cdc0f456 | /sys/dietlibc/include/signal.h | 670b2471fa51a71acf7f933923d6e31f5da39dca | [] | no_license | walafc0/almos-mk | 9f8e1540f48bdfee08dd82336687a6555e7dd730 | 885636fce42faa73f7f9218124d1a40ce2a61907 | refs/heads/master | 2020-12-30T14:56:07.781381 | 2015-08-18T15:44:22 | 2015-08-18T15:44:22 | 40,980,913 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,690 | h | #ifndef _SIGNAL_H
#define _SIGNAL_H
#include <stdint.h>
#include <sys/types.h>
/* START COPY FROM KERNEL */
#define SIG_DEFAULT 0L
#define SIG_IGNORE 1L
#define SIG_ERROR -1L
#define SIGHUP 1 /* hangup */
#define SIGINT 2 /* interrupt */
#define SIGQUIT 3 /* quit */
#define SI... | [
"devel@walafc0.org"
] | devel@walafc0.org |
62b635934b4cb221806605048b1c31dd7c5a70c6 | 085d238ad8c986c3bd3032a96a8c936f12419b6f | /C/ClassWork/SecondProgram/main.c | ca49f6a180bac377ffb8c46cabf8b0cfb0c6e5c0 | [] | no_license | andrewtroyan/troyandz | 26b7340828dc733e8d270b5650ee3aee734a5a98 | 6b0759d88628d16e92a81111fc1ad2ddff59f0d2 | refs/heads/master | 2021-01-17T16:05:42.335137 | 2015-05-21T08:58:28 | 2015-05-21T08:58:28 | 27,066,746 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 132 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
int a;
scanf("%d", &a);
printf("2*%d=%d", a, 2*a);
return 0;
}
| [
"andandrew1333@gmail.com"
] | andandrew1333@gmail.com |
e1ebe028362c9ff5d042a9e285febc57ef357948 | 0a309b00972322cc6dbf28e82e95915bf8eb9577 | /MBoot/MstarCore/bsp/edison/include/apiHDMITx.h | 0676154f910273820fa5af5ac82f28e339033d0f | [] | no_license | Benjamin-Dobell/kogan-tv-gpl | 5a22d84217a1d5ada231f43f3368f22a99b1b9a1 | 40d86850e1c53a9e687736006816b83e53ac96eb | refs/heads/master | 2021-01-17T07:56:42.783716 | 2016-09-07T23:59:46 | 2016-09-07T23:59:46 | 16,887,634 | 22 | 9 | null | 2016-09-07T23:59:46 | 2014-02-16T15:41:34 | C | WINDOWS-1250 | C | false | false | 20,017 | h | //<MStar Software>
//******************************************************************************
// MStar Software
// Copyright (c) 2010 - 2012 MStar Semiconductor, Inc. All rights reserved.
// All software, firmware and related documentation herein ("MStar Software") are
// intellectual property of MStar Semiconduc... | [
"aidan.steele@glassechidna.com.au"
] | aidan.steele@glassechidna.com.au |
45d3789f4246259b38385bb774fce83a4ece8a59 | 36d53405ca51df99ed858a84d8d6fbe7360e66b2 | /lib.h | 4d2abc364f4324b5138728f417d282e24a1d5d52 | [] | no_license | ellio-hub/Raise_the_terrain | 55352cc54284d83843596732865e08a1d93d69e2 | b230a6b7f4b9c8ad86aa9f8aae41fee912595d36 | refs/heads/main | 2023-03-22T14:11:41.411845 | 2021-03-15T01:25:37 | 2021-03-15T01:25:37 | 347,799,302 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 263 | h | #ifndef _DEMO_H_
#define _DEMO_H_
#include <SDL2/SDL.h>
#include <stdio.h>
typedef struct SDL_Instance
{
SDL_Window *window;
SDL_Renderer *rendrer;
} SDL_Instance;
int init_instance(SDL_Instance *);
void draw (SDL_Instance instance);
int events (void);
#endif
| [
"1421@holbertonschool.com"
] | 1421@holbertonschool.com |
b3b78026d356ea5f750b12bb7106d4c4534c8ce9 | d8dba5e83bb343224929138a6001665156ea0df9 | /c06/ex03/ft_sort_params.c | b07e3695e508c62c8450296d14867b8609048360 | [] | no_license | neta123321/pisineCopy | 4b8436083617a86676dcd8173eae4ac0c33e31a6 | bb9142189028fd9ce1c8e5d068160ad2ca179a44 | refs/heads/master | 2022-12-18T04:34:09.013127 | 2020-09-23T13:09:26 | 2020-09-23T13:09:26 | 297,970,856 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 545 | c | #include<unistd.h>
int t(char *s )
{
int x;
while(s[x])
x++;
return x;
}
int main(int argc, char *argv[] )
{
int i;
int j;
int c;
int x = 0 ;
while (argv[x])
{
while(argv[x-1])
{
if (argv[i] > argv[j])
{
c = argv[i];
... | [
"https://github.com/neta123321/pisineCopy.git"
] | https://github.com/neta123321/pisineCopy.git |
aa42a634a682dc2950bdb29588ad3cf303ecea40 | a763f6505331d1c1823d0e8620cc2d5f83048486 | /video/ms/3dlabs/perm2/disp/d3dtri.c | fe8635db9fa1c4fa9dec2c8ea55267d430c599e2 | [] | no_license | KernelPanic-OpenSource/Win2K3_NT_drivers | 1dc9ccd83e38299f6643ecfd996a5df1357cc912 | 1b5d2672673ff31b60ee4a5b96922ddbcc203749 | refs/heads/master | 2023-04-11T08:18:29.881663 | 2021-04-14T04:30:34 | 2021-04-14T04:30:34 | 357,772,205 | 12 | 5 | null | null | null | null | UTF-8 | C | false | false | 9,681 | c | /******************************Module*Header**********************************\
*
* *******************
* * D3D SAMPLE CODE *
* *******************
*
* Module Name: d3dtri.c
*
* Content: Direct3D hw triangle rasterization code.
*
* Copyri... | [
"polarisdp@gmail.com"
] | polarisdp@gmail.com |
e400aa3ebaa3710f32c32c0530c851c4ffa6906b | dd71a0718b058377d83d46ca1ef09bb4a311aa6d | /src/nwpw/nwpwlib/pseudopotential/paw_atom/paw_kinetic_energy.c | b74c60daa82d365a00a4ad769c1b1e30913e3812 | [
"ECL-2.0"
] | permissive | wadejong/NWChem-Json | fad5c12663311b9f24ad8e940f3977bd1b6ae335 | b33e56edc54b95b003cf8c7a444febd90ce335ac | refs/heads/master | 2021-01-10T01:31:59.201471 | 2017-08-16T01:36:27 | 2017-08-16T01:36:27 | 45,052,326 | 2 | 2 | null | 2017-08-14T17:19:21 | 2015-10-27T15:59:03 | Fortran | UTF-8 | C | false | false | 1,006 | c | /*
$Id: paw_kinetic_energy.c 19707 2010-10-29 17:59:36Z d3y133 $
*/
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include "paw_loggrid.h"
double paw_get_kinetic_energy(int num_states, int *l, double *fill, double **psi, double **psi_prime)
{
int i;
int k;
int Ngrid;
doubl... | [
"wadejong@lbl.gov"
] | wadejong@lbl.gov |
457d9d8f0720194d952b87c86426989d5c8ca97f | 3dd33b18d5e10ccc41f2ccfd0a736ab796d3a25a | /PID.h | 4788ae4bacbe557af9d124c3d559dddbcf12eab4 | [] | no_license | erfanjazebnikoo/Quala-PID-Pathfinder | b13b4724f5651c0af187f27f8c4d34c5ab7059aa | 8aa85da421e8890789fa3c4a3ff6c6d287ee03d4 | refs/heads/master | 2022-05-26T04:43:17.172754 | 2022-05-08T16:06:14 | 2022-05-08T16:06:14 | 151,771,905 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 384 | h | /********************** QUALA **********************
Project : Quala Speedy Path Finder Main Board
Version : 0.1
Date : 4/29/2015
Author : Erfan Jazeb Nikoo
Company : Quala
********************** QUALA **********************/
#ifndef PID_H
#define PID_H
#include "Library.h"
#include "Sensor.h"
#include "Controll... | [
"erfan.jazebnikoo@gmail.com"
] | erfan.jazebnikoo@gmail.com |
c1352170ae9d3f379147f3e606a10e3bd5d6b941 | de4620a726a0e2b4391f51ced025fb7ec1f8f85f | /3_sem/lab_09/lab_09_1/mystring.c | c7b1ec38cff090a7b12a3a230f1f2461073821c5 | [] | no_license | Winterpuma/bmstu_C | 5b6c3cddaa53370580831b2e80c79b80e38b6994 | 5b37d836f14ef814dba34e027210dda48a19378d | refs/heads/master | 2020-03-21T11:02:04.147940 | 2019-01-24T22:18:52 | 2019-01-24T22:18:52 | 138,485,423 | 18 | 0 | null | null | null | null | UTF-8 | C | false | false | 399 | c | #include <string.h>
/**
My realisation of strrchr
@param str [in]
@param ch [in] - char to find
@return index of last ch in str or null
*/
char *my_strrchr(const char *str, int ch)
{
char *last_found = 0;
while (*str)
{
if (*str == ch)
last_found = (char *)str;
str++;
}
... | [
"32524078+Winterpuma@users.noreply.github.com"
] | 32524078+Winterpuma@users.noreply.github.com |
5546df0533bec131e3b314255734e611bfbf3a66 | b6df166bca4a365f0bab75ccebbbd73956039bf7 | /perfect_no_in_range.c | 738bf281d2eaeb44fe3dbeeb9f7116ce0a4fb1ef | [] | no_license | aksharamythili/c_programs | 399719437de42acb36e84171d9d557d63e6b10c8 | 1e20655053e873555e9688d695b063b70d0cd8d3 | refs/heads/main | 2023-06-06T20:52:23.402539 | 2021-07-09T15:36:48 | 2021-07-09T15:36:48 | 382,570,065 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 784 | c | #include <stdio.h>
int main()
{
int i, j, start, end, sum;
/* Input lower and upper limit from user */
printf("Enter lower limit: ");
scanf("%d", &start);
printf("Enter upper limit: ");
scanf("%d", &end);
printf("All Perfect numbers between %d to %d:\n", start, end);
... | [
"noreply@github.com"
] | aksharamythili.noreply@github.com |
49e8f6969dabf35565bf4bd973801e1b5952a5d1 | caa19c695fe23450e000f265c974dfc1a027bfd9 | /testasm/AllenBullet.h | ac51ea51677e691d029fc0dbfe0655a40cd3fb8d | [] | no_license | haidragon/mytrank | 7fff70db2044aa405c5b52836d678966f6a19e0f | bf38b6d6ebac49d3efbe6d09875c0c3ea90bfe9e | refs/heads/master | 2021-05-02T13:17:44.492443 | 2018-02-08T12:16:24 | 2018-02-08T12:16:24 | 120,757,256 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,288 | h | #include "AllenUserTrank.h"
#include "AllenEnemyTrank.h"
typedef struct PBULLET
{
int x;
int y;
int dir;
int life;
}Bullet, *Pbullet;
//初始化子弹
void init_User_Bullet(UserTrank userTrank,Pbullet userBullet);
//创建子弹
void create_User_Bullet(UserTrank userTrank, Pbullet userBullet);
//打印子弹
void print_User... | [
"noreply@github.com"
] | haidragon.noreply@github.com |
2a2b0421c84147fa9b840f8f21313eee5e543028 | e0548caf7bd8153f8d991b7d7c1bed487402f0bc | /semestr-5/Algorytmy i struktury danych 1/PPR/programy-z-cwiczen/2018-wiosna/dzienne/C05/03_Cz_10_15-P05/Prg_0013.c | d3a84699999135b9609977bccdd90221037a9cce | [] | no_license | Ch3shireDev/WIT-Zajecia | 58d9ca03617ba07bd25ce439aeeca79533f0bcb6 | 3cd4f7dea6abdf7126c44a1d856ca5b6002813ca | refs/heads/master | 2023-09-01T11:32:12.636305 | 2023-08-28T16:48:03 | 2023-08-28T16:48:03 | 224,985,239 | 19 | 24 | null | 2023-07-02T20:54:18 | 2019-11-30T08:57:27 | C | UTF-8 | C | false | false | 693 | c | #include <stdio.h>
#include <stdlib.h>
int main(){
int * myT;
int sizeT;
int i;
/** 2, 3, 4
size ?= 3
T[0] ?= 5
T[1] ?= 6
T[2] ?= 1
****************
T[0] = 5
T[1] = 6
T[2] = 1
*/
printf("size ?=");
... | [
"thesmilingcatofcheshire@gmail.com"
] | thesmilingcatofcheshire@gmail.com |
a31595ef23127c6e729bf31764ec35360eee799f | 200cd47729ddb59380e39df4600c9c2cb30b09f5 | /ExtendedCustomization/ExtendedCustomization/ExhaustFX.h | 1c87353dc84b8834ea4b9253edd6de7db5b56675 | [] | no_license | ArchieGoldmill/NFSC_ExtendedCustomizationV2 | 3a04850396b7c32f9dd1b8b9359486ab8ff10b8d | f41248d0eb2afcb60a96f942aeaa05f8122fa68d | refs/heads/master | 2023-06-07T10:04:28.074648 | 2021-07-03T17:46:43 | 2021-07-03T17:46:43 | 374,798,028 | 6 | 1 | null | null | null | null | UTF-8 | C | false | false | 34 | h | #pragma once
void InitExhaustFX(); | [
"archie.goldmill@gmail.com"
] | archie.goldmill@gmail.com |
6f444aa3a05a7b0f7d47e18b4e6446af98040e88 | 22aa98cf7e1e74e80a62f4097bbc576911776103 | /4.c | 3e5a77eba11eb2d3a835854391cf225b1ba517ae | [] | no_license | AlexandruPislariu/Concurrent-Programming | b3beb0ac7807781f447d1eee07a72c64e134313b | 8890a9b67fd99f23bd25e36c4eb57d332523726f | refs/heads/master | 2022-11-19T01:46:00.116763 | 2020-07-11T09:25:44 | 2020-07-11T09:25:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,531 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>
int main(int argc, char** argv)
{
int a2c,c2b,b2a;
// unlink("/tmp/a2c");
// unlink("/tmp/c2b");
// unlink("/tmp/b2a");
mkfifo("/tmp/a2c", 0777);
mkfifo("/tmp/c2b", 0777... | [
"noreply@github.com"
] | AlexandruPislariu.noreply@github.com |
542fefd33320f3ea85fc54181114f0a49c96702b | 4bc4ee72f3666eb370ccbd09e145b852d2a28b81 | /TP_1_Cascara/TP_1_Cascara/funciones.h | 0911f085fb8e9712ed53ab11ffeff906e61fe9ce | [] | no_license | DanisaTuillier/tp_laboratorio_1 | 9aa64ef498846cee668a09e36a46250ba002f4d0 | 66f7f63150d5dd147b483121eff1ca84d69a3667 | refs/heads/master | 2021-01-23T19:11:33.598631 | 2017-09-22T13:53:34 | 2017-09-22T13:53:34 | 101,810,931 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,385 | h | #ifndef FUNCIONES_H_INCLUDED
#define FUNCIONES_H_INCLUDED
/** \brief Realiza la suma entre numero1 y numero2.
*
* \param Recibe dos numeros flotantes.
*
* \return Devuelve el resultado flotante de la suma entre numero1 y numero2.
*
*/
float sumar (float numero1, float numero2 );
/** \brief Realiz... | [
"noreply@github.com"
] | DanisaTuillier.noreply@github.com |
4ee4721efb44d27e68c95233542051ebc67086c7 | fa2e34373e8f1f4261cd4d4991b738ec1fd06ad5 | /C Programming/DS_Day5_sol/BubbleSort/BubbleSort.c | 3fdc95d3695d512cce8b2a8cb2584d0442d354df | [] | no_license | THLEE-KR/C_Programming_2019 | 84ba05e3a9c69c11d58f52c39d0cfb3bf9b431f7 | 323449f95138baf09e1e49bd314863caee78d57b | refs/heads/master | 2020-05-16T21:52:54.239478 | 2019-04-25T06:51:39 | 2019-04-25T06:51:39 | 183,320,986 | 0 | 0 | null | null | null | null | UHC | C | false | false | 899 | c | #include <stdio.h>
#include <time.h> /* time() */
#include <stdlib.h> /* rand(), srand() */
#include "BubbleSort.h"
void initArray(int *ary, int n) {
int i;
for(i=0; i<n; ++i) {
ary[i] = rand() % 20 + 1;
}
}
void printArray(int *ary, int n) {
int i;
printf("배열 내용 : ");
for(i=0; i<n; ++i) {
printf("%4d", a... | [
"taehui0118@gmail.com"
] | taehui0118@gmail.com |
5f77c957a42cb05d5033784e9618cf8dffeddfdd | 778043480a3bf17ce33e7e151e251d70b4a8e788 | /lib/ft_strncmp.c | d396779acb8fe8e696befc5526ebfb19488d14b3 | [] | no_license | wild-crasher/42 | 8546d4f348c13a981d7a6f7c31deee15193c5547 | 1239203e4709e30601a7f32542af1884f9752e63 | refs/heads/master | 2020-09-24T06:17:19.761917 | 2016-09-09T23:05:48 | 2016-09-09T23:05:48 | 67,833,826 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 24 | c | ../j05/ex04/ft_strncmp.c | [
"vaysse.a@laposte.net"
] | vaysse.a@laposte.net |
0aa6b9114170d82444defe46f5b21aff97d9819d | 3bcd6d49c5d776919bea099b049d34093aa48421 | /a.c | 0df2901ff83cf06a54838ca3b0d08d75523a086b | [] | no_license | mizuki0823/study | d75800980284638c607d323f0549ee5e16ffd623 | 0efb78a820d2ac94f841feee61cb2a6dae32b42e | refs/heads/master | 2021-07-04T22:13:51.082828 | 2021-02-02T15:18:55 | 2021-02-02T15:18:55 | 221,813,711 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 428 | c | #include <stdio.h>
#include <string.h>
#include <math.h>
#define max(a,b) (a>b?a:b)
#define min(a,b) (a<b?a:b)
#define abs(a) (a>0?a:-a)
#define swap(a,b) (a ^= b ^= a ^= b)
int main () {
char c;
int n, k;
printf("入力:");
n = 0; k = 0;
while (( c = getchar() ) != '\n'){
n *= 10;
n... | [
"44769222+mizuki0823@users.noreply.github.co44769222+mizuki0823@users.noreply.github.com"
] | 44769222+mizuki0823@users.noreply.github.co44769222+mizuki0823@users.noreply.github.com |
1b65d70e57798f44e0fecd06b18eda4942b2885b | 5b38518d50beafcc015a9199ae5ac9bb416b1dff | /Week19/12273.c | 62a13c7a2500cfc5dd08f1c42704944239a76771 | [] | no_license | ngluanhcm/learnC | 6a7656ea38b38ed7011c8f0c76410556c3169a77 | 4a796b7777aed685e40ef4a6cdf2bd46dda16f15 | refs/heads/master | 2022-09-12T19:36:04.559310 | 2020-06-01T10:50:24 | 2020-06-01T10:50:24 | 262,216,493 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 94 | c | luan@luan-VirtualBox:/lib$ ls -l
man 3 sqrt
luan@luan-VirtualBox:/usr/lib$ ls -l
man 3 sqrt | [
"ngluanhcmus@gmail.com"
] | ngluanhcmus@gmail.com |
2b42ca9fa4377e1e27dbf9e601275c870de4aad5 | a9381494ca0b5769a3dc4d9851317aa1db96b310 | /kernel/tasking/Launchpad.c | 0a3fbe9af0fb459b2414c661f4351435ea23685d | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ANSUUVIOUS/skift | 0bacfd1ecedb5eb1b802c9c550d091005fa707e6 | 42c1f50ba2ea67b7576136aad200c0a799dfc3f3 | refs/heads/master | 2022-08-07T10:24:26.323153 | 2020-05-26T16:30:09 | 2020-05-26T16:30:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,847 | c |
#include <libfile/elf.h>
#include <libsystem/Assert.h>
#include <libsystem/CString.h>
#include "kernel/tasking.h"
Result task_launch_load_elf(Task *parent_task, Task *child_task, Stream *elf_file, elf_program_t *program_header)
{
if (program_header->vaddr <= 0x100000)
{
logger_error("ELF program no i... | [
"nicolas.van.bossuyt@gmail.com"
] | nicolas.van.bossuyt@gmail.com |
f71439e5076e467c58e189b3016436d1eeb13fdb | 052b2b2f37b679547a62153b98157a399faeac54 | /0x12-more_singly_linked_lists/7-get_nodeint.c | 7b560e4838a2816ca92b57e41785018dbd3a2179 | [] | no_license | seleniadelgado/holbertonschool-low_level_programming | 2ca76c53a76870347d21f6ba81f3ceb61570f1c5 | 3cc0c372bc0b93ff691170aea106170866ced8e8 | refs/heads/master | 2020-03-28T14:58:28.015754 | 2019-04-19T00:27:18 | 2019-04-19T00:27:18 | 148,542,057 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 477 | c | #include "lists.h"
#include <stdlib.h>
#include <stdio.h>
/**
* get_nodeint_at_index - function that returns the nth node of a listint_t
* linked list.
* @head: head of the list.
* @index: index of the node.
* Return: temp.
*/
listint_t *get_nodeint_at_index(listint_t *head, unsigned int index)
{
listint_t *temp... | [
"angiedelgado08@gmail.com"
] | angiedelgado08@gmail.com |
37670441abba00871b9905ed4c0255d0a738bec7 | d1a772d129154bac81b2d1276627c7380fdedf7c | /w5100.c | c7db555f8963c29c81e0f47489f4589b83643f83 | [] | no_license | keepmov/stm32-w5100 | e6d5929acce8be038e50b72c3a7ef8130a968bdd | 32115f6abe5ad6bfb6f72ffde4197bf58f250fd0 | refs/heads/master | 2021-01-19T21:11:37.544032 | 2015-06-12T17:33:45 | 2015-06-12T17:33:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,261 | c | /*
Copyright (c) 2015 Carmine Noviello
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, merge, publish, distribute... | [
"cnoviello@hotmail.com"
] | cnoviello@hotmail.com |
845ec8bc2e0e4e955fb424db9f983cabf774e2f2 | 36091493998730d5e96c687b8f41cfb08bc631ef | /h/SysCall.h | 3ce35ab301dd5a8126edfd803a5ea401737fc2b2 | [
"MIT"
] | permissive | Smexey/8086_OS_BCC | 5b20f61ef11a53264d9f02077924fed9e09000ab | e8ec277a7c0971da438731bdc869634d054b3304 | refs/heads/master | 2022-01-06T21:24:48.671355 | 2019-06-26T13:24:58 | 2019-06-26T13:24:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 216 | h | /*
* SysCall.h
*
* Created on: May 16, 2019
* Author: OS1
*/
#ifndef OS_H_SYSCALL_H_
#define OS_H_SYSCALL_H_
#include "const.h"
void interrupt Timer(...);
#endif /* OS_H_SYSCALL_H_ */
| [
"noreply@github.com"
] | Smexey.noreply@github.com |
a260b8c894be5a09a331abef9834472f873dde13 | 6f37f529bae8bbcc99244468477f14e9f96ff95c | /wxWidgets-2.8.12/contrib/include/wx/gizmos/statpict.h | 63a93162427db38db36671014efc673bc4f8acb3 | [] | no_license | darknebuli/darknebuli-RM-graph | 13326ddbc9a210605926f7ad4b70672a48b1b2f2 | bf169c01f787fdd144e19fae6732a5b58fdbdafd | refs/heads/master | 2020-05-16T23:40:56.853727 | 2012-04-30T22:14:24 | 2012-04-30T22:14:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,400 | h | U2FsdGVkX19fTms3OENxUoetnOKy1AyJ49jWWmkNc76HrZzistQMiePY1lppDXO+
h62c4rLUDInj2NZaaQ1zvoetnOKy1AyJ49jWWmkNc758g4KpHaB8LwCS1iqVEAa/
Hm5QCwo6MZ/eqi24hkMjqT8n795o+LjO96wsYRCgGCK/H9eB6Qcfvl/3i5bc1Q74
IBVF49f/KCa2wMsUWXEVHBbooUCkMZf9xi4UygPAhG8IqWx9FWgly1MY1MmWQmw1
icpteBeH4WMdDJUQbhb4U48T5rCD8iOIuO7pKiRLb9EnPpUXXKA8/Yoa04Sq... | [
"charles@rhizometric.com"
] | charles@rhizometric.com |
4fa4b9d43ed3ed8e38e4383db3b72bc1c1abca8e | 65eda420a8d95a023060dbf54989ca6887e9737a | /atlasBuild/src/blas/gemm/KERNEL/ATL_zupKBmm17_1_1_b0.c | 42a85606eca76e670462e447af5feab60cbf2249 | [] | no_license | ApostaC/sc17 | 91789164cdf334d0b821082625c7959333720290 | 0c6c5ec9194a3ea2b91973dd405eb679b3e6e31b | refs/heads/master | 2020-12-02T22:08:09.557024 | 2017-09-07T14:21:43 | 2017-09-07T14:21:43 | 96,066,822 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 80,958 | c | #define ATL_USERMM ATL_zupKBmm17_1_1_b0
#define ATL_USERMM_b1 ATL_zupKBmm17_1_1_b1
#define ATL_USERMM_bn1 ATL_zupKBmm17_1_1_bn1
#define ATL_USERMM_b0 ATL_zupKBmm17_1_1_b0
#define ATL_USERMM_bX ATL_zupKBmm17_1_1_bX
#define BETA0
#define DCPLX
#define MB 56
#define NB 56
#define KB 17
#define MBMB 3136
#define NBNB 313... | [
"Aposta@pku.edu.cn"
] | Aposta@pku.edu.cn |
13e419aeb7ddbae07a8bf56fd3cc0f20a8dd5173 | 1fabbdfd1ca9ea1b6808893e12bd907eb74de414 | /xcode/Classes/Native/mscorlib_System_Collections_Generic_Comparer_1_gen_216.h | eefb5518122044f137a8343a05c6ee9af7d968dd | [] | no_license | Klanly/TutorialPackageClient | 6f889e96c40ab13c97d107708ae8f3c71a484301 | b9d61ba2f287c491c9565b432f852980ec3fee28 | refs/heads/master | 2020-12-03T01:42:35.256114 | 2016-11-01T02:40:21 | 2016-11-01T02:40:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 460 | h | #pragma once
#include <stdint.h>
// System.Collections.Generic.Comparer`1<EventDelegate>
struct Comparer_1_t16729;
// System.Object
#include "mscorlib_System_Object.h"
// System.Collections.Generic.Comparer`1<EventDelegate>
struct Comparer_1_t16729 : public Object_t
{
};
struct Comparer_1_t16729_StaticFields{
// Sys... | [
"bu213200@gmail.com"
] | bu213200@gmail.com |
f9189ff66a8b990d33ab1f6ef99c2f2a179e7c3c | 03a9c30ba546f13d6747b021cfe0d7cce2fe642b | /Lose.c | 6ca5e376534532953edcfe101bc015fa2bc16eed | [] | no_license | eahn2016/FullStomach | f92449b4c943d33563780ff1ce78f07829c4ac2f | 1d03f42f6f822c68aeb8873d6b24486793ca10b0 | refs/heads/master | 2021-04-28T16:40:37.318807 | 2018-02-19T05:10:21 | 2018-02-19T05:10:21 | 122,020,199 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,875 | c |
//{{BLOCK(Lose)
//======================================================================
//
// Lose, 256x256@4,
// + palette 256 entries, not compressed
// + 191 tiles (t|f|p reduced) not compressed
// + regular map (in SBBs), not compressed, 32x32
// Total size: 512 + 6112 + 2048 = 8672
//
// Time-stamp... | [
"noreply@github.com"
] | eahn2016.noreply@github.com |
6eeb241bcacaad231a9f817da29367f9a8926f7f | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/sound/pci/nm256/extr_nm256.c_snd_nm256_writel.c | 681b50c7f8ff86667793710309241206b7ce35a7 | [] | 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 | 664 | 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 |
24b33e4e36088205f376662fa776d27e04eb25f0 | 71b935c6363593cbca813ac3068b1f6591cf35b9 | /Backup/usr/lib/arm-linux-gnueabihf/perl/5.20.2/CORE/patchlevel-debian.h | c1be1c688292d5aba78ddad0aae85fc7013c53db | [] | no_license | Kreedols/Koostetehnoloogiaprojekt | a2f41970732c0d0913a5aa1b0b21825b9d7d3adb | 0b739c381efbf649470c314d39c60fd32ae1cbf9 | refs/heads/master | 2020-05-21T05:26:37.922579 | 2019-01-09T22:41:49 | 2019-01-09T22:41:49 | 84,576,993 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,420 | h | ,"DEBPKG:debian/cpan_definstalldirs - Provide a sensible INSTALLDIRS default for modules installed from CPAN."
,"DEBPKG:debian/db_file_ver - http://bugs.debian.org/340047 Remove overly restrictive DB_File version check."
,"DEBPKG:debian/doc_info - Replace generic man(1) instructions with Debian-specific information.... | [
"kermo.lukas@khk.ee"
] | kermo.lukas@khk.ee |
2b0e3c1c22a932aa3eebb4554898a995572ed12d | 6fe1d7b5fedd758032da59557ac63bcc8ece5573 | /Info-001/wolf3d/libft/srcs/ft_strdup.c | 929ae117e1f0b7375fb6be35ad6c6524ea455d9a | [] | no_license | atipex/Projets | 21d1759ff7877fd91cdd3247ba782dd4c19d7d68 | fa105ff869f273799ea7554951a9951e79b1b547 | refs/heads/master | 2021-01-02T09:02:29.606143 | 2014-07-07T16:09:42 | 2014-07-07T16:09:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,186 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strdup.c :+: :+: :+: ... | [
"wandre@student.42.fr"
] | wandre@student.42.fr |
55e9cb863c5c92fc09788b4a54a3faa5746a8837 | 7b547837a47490684bf6d998662dc5f91b5f169f | /sdr_utils.h | 49dd773ee66564ffec4738f4614ac3f4b90222f3 | [] | no_license | Sawndip/Multilayer_HTM | 10e048ea9f55811b01b7016ab1503d89a499a095 | 94978066bff814357e2e7f1972401229cf794e64 | refs/heads/master | 2021-09-18T14:25:56.264106 | 2018-07-15T18:53:16 | 2018-07-15T18:53:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,263 | h | #ifndef SDR_UTILS_H
#define SDR_UTILS_H
#include <stdlib.h>
#include <stdio.h>
#include "struct_utils.h"
//based on the following sources:
//http://numenta.com/biological-and-machine-intelligence/
//http://numenta.com/assets/pdf/biological-and-machine-intelligence/0.4/BaMI-SDR.pdf
//http://numenta.com/assets/pdf/biol... | [
"sharru.moeller@gmail.com"
] | sharru.moeller@gmail.com |
b58376cc411abaef6ce5318e942f32bb030413d5 | da1bb34fdb8d93e8e909010d50b701e023a983f2 | /petsc/convect/convect.c | f230952989eab9ad3a6161a6436b278272b18f35 | [] | no_license | zzyatlantise/cfdlab | cbb795c48ac3a0751179d561c3e7f2e44dd810d6 | db2cffd3d3ac4b447e1f83ca15399f8ce9fac768 | refs/heads/master | 2021-01-23T02:16:32.599910 | 2016-12-28T06:21:22 | 2016-12-28T06:21:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,446 | c | static char help[] = "Solves u_t + u_x = 0.\n\n";
#include <petscsys.h>
#include <petscdm.h>
#include <petscdmda.h>
#include <petscvec.h>
const double ark[] = {0.0, 3.0/4.0, 1.0/3.0};
const double xmin = -1.0;
const double xmax = +1.0;
double initcond(double x)
{
if(x >= -0.8 && x <= -0.6)
return exp(-log(2... | [
"cpraveen@gmail.com"
] | cpraveen@gmail.com |
315ab20000a823c4fecf1eb5b6f9c7d97696e907 | b862223de5129e5ae57cd7b18a87ee082551afda | /test/manual/Test_Aper.c | 6c3dd6d27f843253d8f6a3c535b4e5d17d1f6444 | [
"MIT"
] | permissive | asnautogen/easyasn_ngap | 897f5052b8740bc2dc4ffb4a06bbe63d0f826e8f | e0f772b794a3ee7c54c838950e3879c788a42e3a | refs/heads/master | 2020-07-21T08:25:28.988745 | 2020-02-25T14:22:49 | 2020-02-25T14:22:49 | 206,796,546 | 1 | 1 | null | 2020-02-25T14:22:50 | 2019-09-06T13:10:29 | C | UTF-8 | C | false | false | 19,453 | c |
#include <memory.h>
#include "Test_Aper.h"
#include <sys/time.h>
#include "../ngap_codes/LTE_NGAP_TST.h"
int TestAll(FILE *fp, int run_times) {
/* TEST HandoverRequest */
//LTE_APER_TST_HandoverRequest(fp, run_times);
/* TEST HandoverRequestAcknowledge */
LTE_APER_TST_HandoverRequestAcknowledge(fp, ... | [
"easyasn@sina.com"
] | easyasn@sina.com |
63760b7ad999d39a66955a5ecc04865f088300a6 | 110b235080393481d4c8d2e0bf47ceafe0402be1 | /libft/ft_memchr.c | 91ba20460ad94dc3c460603adb9dcb4d0ca88b55 | [] | no_license | dkarthus/myshell | e66244bf29e3fe7dc185aaf500bf941c89ca64db | fde48de048c7d8ae8eff43fc73bf71ff36e9cb1e | refs/heads/main | 2023-07-18T10:02:10.237533 | 2021-09-02T18:46:13 | 2021-09-02T18:46:13 | 388,801,758 | 0 | 0 | null | 2021-08-11T11:37:10 | 2021-07-23T12:56:20 | C | UTF-8 | C | false | false | 1,138 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memchr.c :+: :+: :+: ... | [
"dkarthus@student.21-school.ru"
] | dkarthus@student.21-school.ru |
700f167bbff8d1cd93416200539de0dacc01b164 | 32b023084aebf4dbcb7ce8c915faa465a9ebf057 | /modules/core/src/cmd/debug.c | c3d377a98f5584a25e2d55b1d78613fcc0a5a6d6 | [] | no_license | JustYarka/yVKBot | 0769d3d32b151d0aa56dcd608dfa91f0222a718c | a5e29e594c4ea97fb252645dbfc199438bc1ccb3 | refs/heads/master | 2022-04-11T14:44:24.825519 | 2020-01-04T18:07:35 | 2020-01-04T18:07:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,141 | c | #include <enginecallbacks.h>
#include "va_utils.h"
int vkapi_get_id_from(char *str);
void cmd_debug(vkapi_message_object *message, int argc, char **argv, const char *args)
{
// if(argv[1])
// VKAPI_SEND_MESSAGE(message->peer_id, va("ID: %i", vkapi_get_id_from(argv[1])), NULL, 0);
// if(argv[1])
// {
//... | [
"mr.maks0443@gmail.com"
] | mr.maks0443@gmail.com |
e3b40acd401ef1b302dd4a5cd63bc3beae6c319e | be79bec46a532a2d059c03f59f67a1f501c2e371 | /math/single/rredf.c | d5af5344473c68db4e84d78b51f43b20c931fea8 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | sycomix/optimized-routines | 5987a6a4cab10c469cc147d1d8e667fd4d8ae94a | e875f40f0b2ad71c5381a431e6d71829770c7ab7 | refs/heads/master | 2020-03-30T22:15:08.212539 | 2018-09-18T09:36:04 | 2018-09-18T09:36:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,964 | c | /*
* rredf.c - trigonometric range reduction function
*
* Copyright (c) 2009-2015, Arm Limited.
* SPDX-License-Identifier: Apache-2.0
*
* 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
... | [
"szabolcs.nagy@arm.com"
] | szabolcs.nagy@arm.com |
831f944430e5452274fa0b522a04855501ccf47c | f0fad43ff962fe361b0e493e0ee4e2475c6e84a0 | /int/net/ip/sockcrc.c | b93c51b1834750fb80748ac6f9130dfa13e760f1 | [] | no_license | jawit-kien/loglan | 3c64cc703f4db9609b791091e0eda2a081b81e52 | a3f10789b5d4f72b7ef1cad12b79f3b5ae0471cf | refs/heads/master | 2021-05-27T16:13:24.775256 | 2011-07-15T22:45:30 | 2011-07-15T22:45:30 | 109,334,116 | 1 | 0 | null | 2017-11-03T00:46:58 | 2017-11-03T00:46:58 | null | UTF-8 | C | false | false | 1,995 | c | #include "sock.h"
#ifndef NO_PROTOTYPES
static int get_crc( char *data, int data_size );
#else
static int get_crc();
#endif
static char buffer[8192]; /* shouldn't be bigger message */
int sock_cli_crc_send( sock, m, size ) int sock,size; void *m; {
*(int *)buffer = htonl(get_crc( m, size ));
bcopy( m, buff... | [
"karol@maxdata"
] | karol@maxdata |
e0ea6026c3299dd5751ee0d3bac9a4f0de3d05df | 11c1a008abe02cb72591fd2b639715f171e7a878 | /MotateProject/motate/cmsis/TARGET_Atmel/sam4l/include/component/component_dacc.h | b4df1a0f4052ea9550e50e0d652ee138243f0f7f | [] | no_license | synthetos/Motate | 101203d3013068d06174dd24d07b057cb16b4e29 | 3ad4fc0a2366416ba41eaef5f8d4e70e59905550 | refs/heads/master | 2023-08-15T06:29:33.895021 | 2023-07-20T18:18:42 | 2023-07-20T18:18:42 | 21,837,909 | 49 | 50 | null | 2019-11-04T21:06:27 | 2014-07-14T22:26:34 | C | UTF-8 | C | false | false | 10,979 | h | /**
* \file
*
* \brief Component description for DACC
*
* Copyright (c) 2014-2015 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are m... | [
"giseburt@gmail.com"
] | giseburt@gmail.com |
56ea94e12e94327d5869bd27f344f9c00e05f13a | a145eaa2df3b662efc7c810121bc6a5821d6b652 | /week7/ex4.c | 1e8a5f4ecaa4af62b3fb9292f713ae709cae43c3 | [] | no_license | Denisalik/innopolis_homework | 66be18dff4141767fb9e36e125cf7bd9714fd91e | 7a0598a05650ea49a92d7b0b37a6972712d03c19 | refs/heads/master | 2023-01-12T10:20:33.810353 | 2020-11-18T14:03:42 | 2020-11-18T14:03:42 | 288,467,695 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 663 | c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <malloc.h>
void* myRealloc(void* ptr, size_t size){
if(ptr==NULL)return malloc(size);
if(size==0){
free(ptr);
return;
}
void* ptrnew = malloc(size);
size_t oldsize = malloc_usable_size(ptr);
if(size>=oldsize){
memcpy(ptrnew,ptr... | [
"noreply@github.com"
] | Denisalik.noreply@github.com |
8274ed7a75b359e651b99c352dbf4921ffb7c1e4 | b6de03d101fcfdb83f6b16f1783385e48bfdb584 | /thirdparty/gRPC/third_party/nanopb/pb_encode.c | 3e43e5630a77b819446e88ccea0fbf5fed287746 | [
"Zlib",
"Apache-2.0"
] | permissive | Romantic-LiXuefeng/StudyProgram | b173308171895e118ae27bab96566a9d6b38f1e5 | 03a36009c8917cdc9f6dde39bc681d263bc1b3cc | refs/heads/master | 2021-12-23T06:02:12.776062 | 2017-11-05T08:56:52 | 2017-11-05T08:56:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,215 | c | /* pb_encode.c -- encode a protobuf using minimal resources
*
* 2011 Petteri Aimonen <jpa@kapsi.fi>
*/
#include "pb.h"
#include "pb_encode.h"
#include "pb_common.h"
/* Use the GCC warn_unused_result attribute to check that all return values
* are propagated correctly. On other compilers and gcc before 3.4.0 just... | [
"529647632@qq.com"
] | 529647632@qq.com |
995b31f05ca04fc691d26e7bdb7b8579bfec9cd4 | 04d7b4ef1e825652262932dfe20666eb0fa53993 | /engine/include/Defines.h | 8067006fbbc12a13c71aa5fcb8793a9e14d57983 | [] | no_license | MadJayQ/Project-Nebula | 7f815db85b5df18c571c2250efde70cf2ff8c80a | a556a1b726bd1634f961d756bc61497667034ada | refs/heads/master | 2021-06-30T18:16:00.878171 | 2017-09-20T18:54:48 | 2017-09-20T18:54:48 | 103,562,944 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 100 | h | #pragma once
#define LOCAL_PERSISTENT static
#define GLOBAL static
#define OPERATOR(x) operator x
| [
"jthornton3030@floridapoly.edu"
] | jthornton3030@floridapoly.edu |
7f3052203f82ea71c2e4c3ba83b83aba2aa85a2a | 425dae4c4118ce6cf3c030469b4fb9846592e164 | /docker/02_bonus/Fillit_in_Docker/app/libft/ft_memset.c | a07bf80de4f38c6bcd498b2f07f82825bc5b427e | [] | no_license | khanzhin/Clang_network_docker | 05c0fedb3c235ee6ffe15a7e5adf994c4dc4fc98 | 6f52d2bdb7f69f71715f64a07eb8f591acec5b43 | refs/heads/master | 2020-08-06T21:01:06.079639 | 2019-12-22T13:30:08 | 2019-12-22T13:30:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,076 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memset.c :+: :+: :+: ... | [
"wtodd@at-r8.21-school.ru"
] | wtodd@at-r8.21-school.ru |
dfd3734be55693cf0797e4735c586cc6e0c456f4 | 10f0b89e7cc9c362786ad6bf0466c6f40bf5e4f4 | /utils/stb_image.h | c3b6614462c20260a65c128a1245d3d38286f7b3 | [] | no_license | FilipMasar/Neural-net | 1a2055dd0b3c6b23b386ac0b4916c30875e70d44 | f1d748c9f30cfafdbc88e173c98541426ef92223 | refs/heads/master | 2022-08-21T22:59:44.955888 | 2020-05-22T16:54:44 | 2020-05-22T16:54:44 | 259,602,667 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 277,902 | h | /* stb_image - v2.25 - public domain image loader - http://nothings.org/stb
no warranty implied; use at your own risk
Do this:
#define STB_IMAGE_IMPLEMENTATION
before you include this file in *one* C or C++ file to create the implementation.
// i.e. it should look like... | [
"filip.masar99@gmail.com"
] | filip.masar99@gmail.com |
4c961332596e4a815b91cd4088b4c74119bd11f7 | ac3dc6a3ce54f91d9f7a5361c76c7e0200e84b82 | /OS_experiment/prj2/step3/start_code/include/os/sched.h | 9146b6bf37399fdf03d05751dcfaf817c5a20001 | [] | no_license | liuxianglong17/C_homework | 7d96ad232bbd8277237888f6aa928202df1bce02 | 6a3ff6d86194aed16421ee1b1fcb33eb6392809a | refs/heads/master | 2022-07-19T00:29:21.109352 | 2020-05-17T16:12:04 | 2020-05-17T16:12:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,070 | h | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright (C) 2018 Institute of Computing Technology, CAS
* Author : Han Shukai (email : hanshukai@ict.ac.cn)
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
... | [
"we980127@gmail.com"
] | we980127@gmail.com |
508d1d776089071dedbd324f753f20377f0c3a45 | 084d61e99b9901563d2da06204dce50b7e1826be | /array lab-sheet3 1.sum,product,avg,max.c | fc51247f3a9cefa8a183dcb67fef4a9f47882c6b | [] | no_license | subash9860/c-programming | 3dcf57bbc6046b3760a3ec0174c66267f72be041 | 45c92860d12e541587da07ec66c4f43decb3f378 | refs/heads/master | 2021-01-02T00:11:10.288839 | 2020-03-16T13:48:09 | 2020-03-16T13:48:09 | 239,404,751 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 529 | c | /*1.Write a program that asks user to enter 10 numbers,
read them into an array and
finds the sum, product, average and
maximum of all numbers and prints them.
*/
#include<stdio.h>
int main()
{
int n[10],i,sum=0,p=1,max;
float avg;
printf("enter the numbers:\n");
for(i=1;i<=10;i++)
{
s... | [
"noreply@github.com"
] | subash9860.noreply@github.com |
379d1f78ee19974e8d92b004138d5f730717ffdb | ce6dc33bfee278cd96302a1a22a3b41df281fb87 | /marathon/race02/src/mx_resultPrinting.c | 70aa0664128ae6910f7305910d0d8ee66a2bb739 | [] | no_license | EricGolovin/Marathon-C | 2c18f1b81619fd862e3e6ec4450397e3917049b4 | b64fcd9643f85aaca2accc6b07e5e441b3e0e2ec | refs/heads/master | 2020-09-11T23:11:15.611418 | 2020-02-04T23:52:34 | 2020-02-04T23:52:34 | 222,221,302 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 271 | c | #include "../inc/header.h"
void mx_resultPrinting(int val1, int val2, char operation, int result) {
mx_printint(val1);
mx_printchar(' ');
mx_printchar(operation);
mx_printchar(' ');
mx_printint(val2);
mx_printchar(' ');
mx_printint(result);
mx_printchar('\n');
}
| [
"ericgolovin@outlook.com"
] | ericgolovin@outlook.com |
89357b77b41057afe9cf56bb565d39d5c55e1388 | 7413c4758b71d0cfe42dc00873036b1fc8cb3a1a | /mtcp/src/include/tcp_ring_buffer.h | 70727e4c471bb239913250b3e3e8f80444846ae3 | [
"BSD-3-Clause"
] | permissive | yoannd/mtcp | c310f689bf2b2bee62832afbf2f1c234ddc7a8ae | 19df23d1c4f7c7851be9f1dfe5b86dc13928bd38 | refs/heads/master | 2021-01-21T01:43:31.383133 | 2016-04-27T14:56:48 | 2016-04-27T14:57:57 | 42,746,995 | 4 | 0 | null | 2015-09-18T21:05:36 | 2015-09-18T21:05:35 | null | UTF-8 | C | false | false | 2,694 | h |
/*
* 2010.12.10 Shinae Woo
* Ring buffer structure for managing dynamically allocating ring buffer
*
* put data to the tail
* get/pop/remove data from the head
*
* always garantee physically continuous ready in-memory data from data_offset to the data_offset+len
* automatically increase total buffer size wh... | [
"notav@ndsl.kaist.edu"
] | notav@ndsl.kaist.edu |
ace6c65f926942c046672f2bc6bc3371b6d899b5 | 3748cf9cb8b6944380491f9022ae0d4e90d174ca | /swa.c | 885676c0d1922eaa833a2df099eab4b891f53caf | [] | no_license | rajma996/cprograms | b979600024f7a508299f5641c48d855afa2a6c63 | 7b59d93d12f6fafc3467bb6ff6f0c4292bc3c380 | refs/heads/master | 2020-03-27T19:01:15.371603 | 2014-11-24T17:53:21 | 2014-11-24T17:53:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 198 | c | #include<stdio.h>
void swap(int *p,int *q){
int k;
k=*p;
*p=*q;
*q=k;
}
int main(){
int n,m;
scanf("%d %d",&n,&m);
int *p,*q;
p=&n;
q=&m;
swap(p,q);
printf("n=%d m=%d",n,m);
return 0;
}
| [
"user@localhost.localdomain"
] | user@localhost.localdomain |
760220a91dfa388108f6671813317da657d92105 | 487e96b2756a614bb8b2b0e68f050f880602930c | /BF5823AM48_v1.0.3_SDK.si4project/Backup/main(5626).c | 0d29c49fd3025bfcaabe3bd8202ccd87ca835227 | [] | no_license | mmiker/DS08_BF5823AM48 | dd6659892c96bf4c542315dcb2ed4af10284fdcd | 99392463fb2fa57d0272fae402189df5434f1081 | refs/heads/master | 2023-05-03T19:49:09.501401 | 2021-04-28T09:41:07 | 2021-04-28T09:41:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,150 | c | /*!
\file main.c
\brief main file
*/
#include "main.h"
#include "dqiot_drv.h"
#include "mmi_ms.h"
#include "mmi_sys.h"
#include "mmi_audio.h"
extern uint16_t timer0_count;
extern unsigned char uart_get_buf[];
extern unsigned char uart_getbuflen;
uint8_t send_head = 0xF1;
int main(void)
{
u8 i = 0;
#if MIFAR... | [
"zchhacker@163.com"
] | zchhacker@163.com |
e5b5cd075dbc523bcbf40aa3da38abef403f1c39 | 70c4558d01eb6f794ce325810758f9a3d7d1281e | /Deg.c | e0767b095c0fb9a817155f91c1ce871cd41e09c4 | [] | no_license | UCDCOMP10110/20318381_CPrograms | cdbcb8c900bcac6f71b58082d418cd71a44c7936 | 2f91dade4b10ea2e4a6dd5d2a5881fbc938ac4b6 | refs/heads/main | 2023-02-17T01:28:53.384120 | 2021-01-15T18:27:32 | 2021-01-15T18:27:32 | 300,380,281 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 274 | c | #include<stdio.h>
#include<math.h>
int main(void)
{
double c;
double f;
printf("Please enter the temperature in Fahrenheit:\n");
scanf("%lf", &f);
c = (f-32.0)*5.0/9.0;
printf("%.2lf degrees Fahrenheit is equivalent to %.2lf degrees Celsius\n", f, c);
return 0;
}
| [
"Brian.monoranu@ucdconnect.com"
] | Brian.monoranu@ucdconnect.com |
e0136f92071dacd36033df925fa08c118da4ad1d | 8d753bb8f19b5b1f526b0688d3cb199b396ed843 | /osp_sai_2.1.8/system/lib/libasn1/constr_TYPE.h | 37d21f6d9b2e5818af55948e377ad7a2b42914b0 | [] | no_license | bonald/vim_cfg | f166e5ff650db9fa40b564d05dc5103552184db8 | 2fee6115caec25fd040188dda0cb922bfca1a55f | refs/heads/master | 2023-01-23T05:33:00.416311 | 2020-11-19T02:09:18 | 2020-11-19T02:09:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,383 | h | /*-
* Copyright (c) 2003, 2004, 2005 Lev Walkin <vlm@lionet.info>.
* All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
/*
* This file contains the declaration structure called "ASN.1 Type Definition",
* which holds all information necessary for encoding and decoding ... | [
"zhwwan@gmail.com"
] | zhwwan@gmail.com |
aa86ef102811c14af533f007674455cdaa23f88b | 92f785de480914abbc6cd38eb24b50860a8e8f60 | /platforms/aliyun/IoT-SDK_V2.0/sample/coap/iotx_coap_client.c | 20a58eeb6fd97eb06ffa61abfc324792cba5181a | [
"Apache-2.0"
] | permissive | Poco-Ye/aliyun-iot-hub | ffa22e5ea2ea98f89cb61a30d120c9e88109ea8d | 1898633c35a2ac926f03296ac93ca459f270fd5f | refs/heads/master | 2021-05-05T10:48:07.135085 | 2017-12-08T07:30:41 | 2017-12-08T07:30:41 | 118,084,148 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,285 | c | /*
* Copyright (c) 2014-2016 Alibaba Group. All rights reserved.
* License-Identifier: Apache-2.0
*
* 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... | [
"1016771083@qq.com"
] | 1016771083@qq.com |
045be2028f21dbee158687a0d0b31f8fa602cd3e | f5008df5aab5615d39a9847fa09f9581f7b19a5f | /linux-5.4.38/sound/sh/sh_dac_audio.c | 7c46494466ff1234f2c7b93779f92f69ea8a88d2 | [
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | wenhuizhang/llvm-linux-5.4.38 | 2f3f44287dbb1445cd7d4670df8bfc9873441558 | bd6678fbd3635428a6d594dbb24a87b9308a52ef | refs/heads/main | 2023-01-07T09:57:19.452542 | 2020-11-01T04:20:46 | 2020-11-01T04:20:46 | 303,426,734 | 0 | 0 | Apache-2.0 | 2020-11-01T04:20:47 | 2020-10-12T15:00:48 | C | UTF-8 | C | false | false | 10,265 | c | // SPDX-License-Identifier: GPL-2.0-or-later
/*
* sh_dac_audio.c - SuperH DAC audio driver for ALSA
*
* Copyright (c) 2009 by Rafael Ignacio Zurita <rizurita@yahoo.com>
*
* Based on sh_dac_audio.c (Copyright (C) 2004, 2005 by Andriy Skulysh)
*/
#include <linux/hrtimer.h>
#include <linux/interrupt.h>
#include <li... | [
"wenhui@gwmail.gwu.edu"
] | wenhui@gwmail.gwu.edu |
c557792bfc4559c867b60089e8d1ba924c9a2a75 | 57caeba54ba601c112b7b2f353ebeb99a5c917e5 | /sys/amiga/cvtsnd.c | cc97d423faad7d6b9b1619fa860f5b152a5127c0 | [] | no_license | StatueSurfer/SurferHack | 085c25d40c16d7e7e3839cfddde860a5a6dcc04a | ab9afb3ef257b06eb7ce0315c6f45a715f6b9cc3 | refs/heads/master | 2021-05-04T15:39:18.616421 | 2018-02-08T21:48:29 | 2018-02-08T21:48:29 | 120,233,375 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,556 | c | /* NetHack 3.6 cvtsnd.c $NHDT-Date: 1432512794 2015/05/25 00:13:14 $ $NHDT-Branch: master $:$NHDT-Revision: 1.7 $ */
/* Copyright (c) 1995, Andrew Church, Olney, Maryland */
/* NetHack may be freely redistributed. See license for details. */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
... | [
"noreply@github.com"
] | StatueSurfer.noreply@github.com |
6cd0bc2fa9cb0fb74b5a36e1c24d6d92d2ea9314 | 488378d66dfb12d3292886b160243aa24e27c420 | /linux-3.16/tools/perf/ui/gtk/annotate.c | 9c7ff8d31b274e32d22147664cb622437db514f1 | [
"GPL-1.0-or-later",
"Linux-syscall-note",
"GPL-2.0-only",
"Unlicense"
] | permissive | jj1232727/system_call | 3ec72bdecad15a43638cc5eb91ba1ae229d651bb | 145315cdf532c45b6aa753d98260d2b1c0b63abc | refs/heads/master | 2020-08-11T13:56:16.335620 | 2019-10-12T11:12:53 | 2019-10-12T11:12:53 | 214,575,269 | 0 | 0 | Unlicense | 2019-10-12T04:06:22 | 2019-10-12T04:06:22 | null | UTF-8 | C | false | false | 6,004 | c | #include "gtk.h"
#include "util/debug.h"
#include "util/annotate.h"
#include "util/evsel.h"
#include "ui/helpline.h"
enum {
ANN_COL__PERCENT,
ANN_COL__OFFSET,
ANN_COL__LINE,
MAX_ANN_COLS
};
static const char *const col_names[] = {
"Overhead",
"Offset",
"Line"
};
static int perf_gtk__get_percent(char *buf, s... | [
"jj1232727"
] | jj1232727 |
6eddec7e5a458058d548e3ffbd4a8002ff45af47 | 24384c6a5cf62a89e1aa746449df0cc12d4c44bb | /src/libcmd_prompt.c | 3c02cc16b43552af4aeec019f429d3e0cd0a6ca2 | [] | no_license | fengjixuchui/bluehat-il-2019-slotd | b024ab0498eee38e3f425a8b531a32c1f34ee014 | 071feca12b63df00ffd9789d20375921a86a7453 | refs/heads/master | 2021-11-04T01:38:41.026741 | 2019-04-27T09:53:31 | 2019-04-27T09:53:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,008 | c | #include "libkv.h"
#include "libuser.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
// Replace certain escape chars
// \w: replace with working directory
// \u: replace with current user
// \h: replace with 'slotd'
// return a new string
static char *fill_special(char *str)
{
ch... | [
"odamari@paloaltonetworks.com"
] | odamari@paloaltonetworks.com |
e5723b51dcbe7803bbf176304254a21a9fdd3af4 | d5626fe08a9de469ddf1e4193793df7efd8fe6e3 | /src/lib/libform/fty_num.c | 646e611da27c8078165942fc4a082caeabf4c1a2 | [] | no_license | drt24/openbsd-import | 1767ddb9e03bb9a0974c8c0e4237e1edc1cdf67d | 0de99edb5131e82e7d249a0c4cd36cf157e03b9b | refs/heads/master | 2022-11-16T19:36:52.859427 | 2020-07-09T07:45:13 | 2020-07-09T07:45:13 | 280,720,846 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,190 | c | /* $OpenBSD$ */
/****************************************************************************
* Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaini... | [
""
] | |
246f0620f687a0f364ed7e7b11e69a1e46ae050c | 5d54381a753f48998dbf68d211e08693644265d5 | /include/liblaplacian_linux.h | d5b982d6ee216e45ba985a7fb896e7c3e4c5705f | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | xjtdy888/blurry | 6242420b79162cf3d61f41ff115370d17adac66c | 4cab663c5d9204326accd081417eb29ede1f5973 | refs/heads/master | 2023-08-06T06:39:11.200877 | 2021-09-23T10:30:39 | 2021-09-23T10:30:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,394 | h | #ifndef HALIDE__liblaplacian_linux_h
#define HALIDE__liblaplacian_linux_h
#include <stdint.h>
// Forward declarations of the types used in the interface
// to the Halide pipeline.
//
// For the definitions of these structs, include HalideRuntime.h
// Halide's representation of a multi-dimensional array.
// Halide::Ru... | [
"yusuke.hata@mirrativ.co.jp"
] | yusuke.hata@mirrativ.co.jp |
fcf22bc6efbf3fd37d33c6fe1604e53679286dff | 0ee855f42022c9d550b3a678de0fc4b8c1c24fee | /Libraries/STM8S_StdPeriph_Driver/inc/stm8s_beep.h | b48dd765b2414d4531e3415c835f0d8696c6a977 | [
"Apache-2.0"
] | permissive | saurabh-nishad/STM8S_SoftwareUart | 19e4034bcce035e86ab977450e7d5d95aa4ec5a6 | 34780350249eef1de38f9902a252a09baf5d03dd | refs/heads/main | 2023-08-13T06:15:29.957979 | 2021-03-24T11:24:38 | 2021-03-24T11:24:38 | 351,045,655 | 3 | 1 | Apache-2.0 | 2021-10-17T15:57:05 | 2021-03-24T10:57:23 | C | UTF-8 | C | false | false | 3,629 | h | /**
******************************************************************************
* @file stm8s_beep.h
* @author MCD Application Team
* @version V2.3.0
* @date 16-June-2017
* @brief This file contains all functions prototype and macros for the BEEP peripheral.
***************************... | [
"noreply@github.com"
] | saurabh-nishad.noreply@github.com |
4b938bd0440a564b6ee391a145316a8287d6b36e | 241f24e6a837081fd2f3c574c613cfd0b0ab4fb9 | /etc/fstat.c | 3476ecc5933a998341ac342dca5de6500133f315 | [] | no_license | b4/4.3BSD-Quasijarus | 9474549f02d468f847adb58c797af650f3b803b9 | 2e0a87cbd51f1c47d04f3c57f07f6d9e1aa8ec1b | refs/heads/master | 2021-01-22T20:07:46.920215 | 2017-03-17T04:39:43 | 2017-03-17T04:39:43 | 85,271,248 | 1 | 0 | null | 2017-03-17T04:36:05 | 2017-03-17T04:36:05 | null | UTF-8 | C | false | false | 13,593 | c | /*
* Copyright (c) 1987 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright notice and this paragraph are
* duplicated in all such forms and that any documentation,
* advertising materials, and oth... | [
"abs@absd.org"
] | abs@absd.org |
b1f3a398c3bdcd94f63a9fcae27a208ce8bc7a59 | e5efa7ed7ab5ac45fdb14f9164af203894a32753 | /Control/carla-ros-bridge/catkin_ws/devel/include/carla_msgs/CarlaTrafficLightInfoList.h | 666b46b08b2b14433c7ff7ebf5a76171179e3dbd | [] | no_license | wngudwls000/2021_Summer_Intern_CARLA | 2e43d88efa0fffdb4e7f86bb0e6919b96f0768ad | dfde386c500b9145a12d955937c69d9a64a1dff9 | refs/heads/main | 2023-07-09T04:52:48.604063 | 2021-08-19T01:39:49 | 2021-08-19T01:39:49 | 397,782,041 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 112 | h | /home/labdog/carla-ros-bridge/catkin_ws/devel/.private/carla_msgs/include/carla_msgs/CarlaTrafficLightInfoList.h | [
"wngudwls000@gmail.com"
] | wngudwls000@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.