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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7f1ab8a450ae5177321106fc7948a4af0ce379a4 | aa9292cc8960b18bc0edb21b33428cfc0dd3bbb6 | /sandbox/insertionSort-4.c | de991f31fb46744ae62e5c50d6d528c169a0a9a8 | [] | no_license | dschneck/foundation_exam | 9c1b7e4fb937a9fc3c1b07116ef7498e8d828914 | 02b784a00a37f5c0d6ee342bd6f1ba50d0bf1b48 | refs/heads/main | 2023-02-16T11:30:16.440624 | 2021-01-16T00:53:43 | 2021-01-16T00:53:43 | 314,129,497 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 412 | c | #include "sorting_boilerplate.h"
void insertionSort(int * arr);
int main() {
int * arr = generateList();
printf("Unsorted list: ");
printList(arr);
insertionSort(arr);
printf("Sorted list: ");
printList(arr);
free(arr);
return 0;
}
void insertionSort(int * arr) {
for (int i = 1; i < N; i++) {
for (in... | [
"david.schneckster@hotmail.com"
] | david.schneckster@hotmail.com |
733869cd9de76d992868fd14791d0f1a440b8ade | 23885e11361477da00e61b547481c41689251e90 | /3rd/lua/lua54/lparser.c | 891d824612668a99f96494908ce75badca1b7d00 | [
"MIT"
] | permissive | LanboZhangLu/lua-debug | a9bded722b12c41cae240d0b4c6512d5de50ae25 | 96cb7c38efc7588ef422a63c709226cd958a7fe2 | refs/heads/master | 2023-08-28T10:09:38.987684 | 2021-10-21T09:21:13 | 2021-10-21T09:21:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 56,066 | c | /*
** $Id: lparser.c $
** Lua Parser
** See Copyright Notice in lua.h
*/
#define lparser_c
#define LUA_CORE
#include "lprefix.h"
#include <limits.h>
#include <string.h>
#include "lua.h"
#include "lcode.h"
#include "ldebug.h"
#include "ldo.h"
#include "lfunc.h"
#include "llex.h"
#include "lmem.h"
#include "lobject... | [
"actboy168@gmail.com"
] | actboy168@gmail.com |
6e7490746b33583843d1e9d03d7a302c3cb49227 | db2df464a2145226fae2585a349c148793f11c2c | /c_language/c_tests_posh_other/main.c | 347bf55f52bfd0bc5fc9c03d23dc08718a4e389d | [] | no_license | dominik-w/old_source_code | c265d19f78b794bf61a31e928c7b037695675dfe | bc32b5c4c516bc3b07b6d16a4493b49217729ad2 | refs/heads/master | 2021-01-10T18:41:38.062228 | 2014-04-23T07:55:06 | 2014-04-23T07:55:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,975 | c | /*
* File: main.c
* Author: Dominik
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
#include <time.h>
#include "posh.h"
#include <stddef.h> /* remove if C++ */
#include <string.h>
#define TRUE 1
#define FALSE 0
#define N_VALS 5
#define MASK 0xff
int is_big_endian( void )
{
union
{
... | [
"office@directcode.eu"
] | office@directcode.eu |
d9524994252a1135151ebc528e2845b319e17d93 | c2a69f743e660be837199e30a5c0b5cf8d422043 | /inc/stm32f0xx_ah_delay.h | 748d94965f9a95625451901e9711fb90341679e3 | [] | no_license | fputc/ah_stm32f0_utils | c4707c666ee1ec343cfb686292b42db82e11e42e | f695c8b60bccffc38ca3a6d97da89d3a4cfd1ba2 | refs/heads/master | 2020-06-02T14:07:17.025392 | 2015-03-15T12:01:28 | 2015-03-15T12:01:28 | 31,330,552 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,654 | h | /**
******************************************************************************
* @file stm32f0xx_ah_delay.h
* @author Alen Helac
* @version V1.0.0
* @date 24-February-2015
* @brief Simple delay and time count functionality header file.
* Depends on RCC component(stm32f0xx_rcc.h)
****************... | [
"alen.helac@gmail.com"
] | alen.helac@gmail.com |
006f5a91101f3a8e7402e7c39ca485c493661e11 | b76915249e2468776d965dc583e5d314c264fe99 | /include/legacy_widgets_for_gtk.h | 10d0fc724477eaa306bcc270b39e2740c9df0063 | [] | no_license | erbth/legacy_widgets_for_gtk | df3d53ef5c6b486c7ca12cebd0cbc5815a7835df | 1ef702e72ea8ccd636e9b28fdd1f5e3471a10a65 | refs/heads/master | 2020-09-11T15:00:18.564089 | 2019-12-08T15:11:15 | 2019-12-08T15:11:15 | 222,104,545 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 161 | h | #ifndef __LEGACY_WIDGETS_FOR_GTK_H__
#define __LEGACY_WIDGETS_FOR_GTK_H__
#include <lwgled.h>
#include <lwgrgbled.h>
#endif /* __LEGACY_WIDGETS_FOR_GTK_H__ */
| [
"t.erbesdobler@gmx.de"
] | t.erbesdobler@gmx.de |
0f7bb9bdca999b82b38446d33bfd76cb60df0e11 | cda18b8505c8f292e5d9e9cdcab57da3e6c8018e | /4dSYM/correlators/konishi.c | 359881d8cd8d714aefe88a300a3037c71174e6d8 | [
"MIT"
] | permissive | nompire/susy | 823f0815f181526fdc93fe4d495d364d4d3d6e56 | 21895263c89516fe35077817e42dca3cdb65e955 | refs/heads/master | 2021-01-12T08:09:35.808013 | 2016-12-09T19:08:14 | 2016-12-09T19:09:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,663 | c | // -----------------------------------------------------------------
// Measure the Konishi and SUGRA correlation functions
// Combine Konishi and SUGRA into single structs
#include "corr_includes.h"
// -----------------------------------------------------------------
// ---------------------------------------------... | [
"daschaich@gmail.com"
] | daschaich@gmail.com |
7eff126546dd0f76684255e681ca28e55c7dd2c7 | 6f2f060bd05d44d786411a2a4cbfa62f84d506cf | /src/arch/loong64/include/bits/acpi.h | 83dd1df9a1fadb5a7baf9f0e348ca27854f0c2e5 | [
"GPL-1.0-or-later",
"LicenseRef-scancode-ubdl",
"GPL-2.0-only",
"Apache-2.0"
] | permissive | threefoldtech/ipxe | 4c318b9a9e3192a9c7e5e2f4a6bb86a8650b4ca0 | 1448163163f87494a61af5cb18c742785e37e7cb | refs/heads/master | 2023-06-24T20:43:17.541159 | 2023-06-12T21:03:05 | 2023-06-12T21:03:05 | 429,457,268 | 0 | 0 | Apache-2.0 | 2023-06-12T21:03:06 | 2021-11-18T14:17:52 | C | UTF-8 | C | false | false | 180 | h | #ifndef _BITS_ACPI_H
#define _BITS_ACPI_H
/** @file
*
* LoongArch64-specific ACPI API implementations
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#endif /* _BITS_ACPI_H */
| [
"mcb30@ipxe.org"
] | mcb30@ipxe.org |
650e81c7a5416f1892708a2f2ec7a512e7b02dd7 | deaff53a3cce48ac1a6b597b0badfe47f426ba2f | /C/Kernighan/.history/cap1/1-3_20191016192359.c | 9eccb674c616730f82888b1fbc7f2b8dbbb8ed8c | [
"MIT"
] | permissive | camilooob/mycode | c7adc7ffd5d9fe97dab883806b922307324ee133 | 755c2fc86a59764d2cf935a9b440e9bf8f5769b6 | refs/heads/master | 2023-01-12T00:31:27.326615 | 2020-07-02T23:01:04 | 2020-07-02T23:01:04 | 175,853,004 | 0 | 0 | null | 2023-01-07T05:00:00 | 2019-03-15T16:12:28 | Jupyter Notebook | UTF-8 | C | false | false | 278 | c | #include <stdio.h>
int main(void)
{
float fahr, celsius;
int lower, upper, step;
lower = 0;
upper = 300;
step - 20;
fahr = lower;
while (fahr < upper)
{
celsius = (5.0 / 9.0) * (fahr - 32.0)
printf("4%3.0f%6.1f\n", fahr, celsius);
fahr = fahr + step;
}
}
| [
"camilobaq@hotmail.com"
] | camilobaq@hotmail.com |
f54c605fc981b6afd3335985174fc36a2e182b99 | 017105a9a96c36ed463decca3bba70b847b77dd8 | /src/rtos/msgQShow.c | 11883afab034e7901090d27169deca9c92252169 | [] | no_license | arrowSoftware/rtos | 2e5339b683c0d7e15375532fe8b7fcc031747b98 | c5d0cc976522b7d80379c265842ba284d52b0b66 | refs/heads/master | 2020-04-19T02:44:25.340857 | 2019-05-03T22:36:59 | 2019-05-03T22:36:59 | 167,913,268 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,319 | c | /******************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* This file is part of Real rtos.
* Copyright (C) 2010 Surplus Users Ham Society
*
* Real rtos is free software: you can redistribute it and/or modify
* it under the ter... | [
"tyler@Tylers-MacBook-Pro.local"
] | tyler@Tylers-MacBook-Pro.local |
b4b78528c3bc92891f149353f79da210a1955005 | e8eb1970c8b494027dc0fc9228e988d80426cac1 | /ty1/bitmaps.h | 172976607bfa4df4357f91f1a303e6383ea5e43a | [] | no_license | DIABOLOJR/Juego.exe | 785eea6545eca8b54499c1a71f04d1742ae31e61 | 43e0a59266ee857b8c5afc5fe01eb12575dcba2b | refs/heads/master | 2022-06-18T05:32:03.579111 | 2020-05-09T04:17:18 | 2020-05-09T04:17:18 | 261,935,365 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 119,841 | h | #ifndef _BITMAPS_H_
#define _BITMAPS_H_
unsigned char SALTAR []= {0x46, 0x20, 0x46, 0x20, 0x46, 0x20, 0x46, 0x20, 0x46, 0x20, 0x46, 0x20, 0x46, 0x20, 0x46, 0x20, 0x46, 0x20, 0x46, 0x20, 0x46, 0x20, 0x46, 0x20, 0x46, 0x20, 0x46, 0x20, 0x46, 0x20, 0x46, 0x20, 0x00, 0x00,
0x46, 0x20, 0x46, 0x20, 0x46, 0... | [
"man18027@uvg.edu.gt"
] | man18027@uvg.edu.gt |
b0b46e790d88cce9cd4151f15768507421c65219 | b1c325294b414e1772894e02eff6d638f01645fc | /compilers/20190813-noturno/20190813/v1/tokens.h | 6882a506bc0948c7e35ea79a45c5f55e0420e1ae | [] | no_license | Ramos9511/c-doodles | 63df8c09dddb3bc6d01641712d74823dc696d46e | 43cc2c30dfe3e0786aae8f9a844435c107b979cd | refs/heads/master | 2020-09-14T00:38:08.498606 | 2019-11-21T02:18:24 | 2019-11-21T02:18:24 | 222,955,264 | 0 | 0 | null | 2019-11-20T14:25:13 | 2019-11-20T14:25:12 | null | UTF-8 | C | false | false | 49 | h | /*@<tokens.h>::*/
enum{
ID = 1024,
DEC,
};
| [
"gfvante@gmail.com"
] | gfvante@gmail.com |
928a3028834f638d90b81ff4d5e79d2ea3a1c6b9 | fae45a23a885b72cd27c0ad1b918ad754b5de9fd | /benchmarks/server_delegation/m4-1.4.18/tests/test-stat.h | 4cf6c6d2d52921c6d14ce6a381827e3257872fef | [
"MIT",
"GPL-3.0-or-later",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"GPL-3.0-only",
"GFDL-1.3-or-later"
] | permissive | bitslab/CompilerInterrupts | 6678700651c7c83fd06451c94188716e37e258f0 | 053a105eaf176b85b4c0d5e796ac1d6ee02ad41b | refs/heads/main | 2023-06-24T18:09:43.148845 | 2021-07-26T17:32:28 | 2021-07-26T17:32:28 | 342,868,949 | 3 | 3 | MIT | 2021-07-19T15:38:30 | 2021-02-27T13:57:16 | C | UTF-8 | C | false | false | 3,106 | h | /* Tests of stat.
Copyright (C) 2009-2016 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later ... | [
"nilanjana.basu87@gmail.com"
] | nilanjana.basu87@gmail.com |
450c4f2aea118deac29066bf27278be3c3110a1d | 4e432b0a49606d35dce15ef4df4d90d881bf309e | /daemon/class/pansi/yinsuo-jinling/feng.c | 8aad73b29a437c6428f805b9be6b6d984648e751 | [] | no_license | MudRen/sanjie | 352e8490ec289877da73b21475c1272409193650 | 87f491aa0608044f23cd3dfe61daed6ec424df58 | refs/heads/master | 2020-04-17T04:10:26.979307 | 2019-01-18T07:02:00 | 2019-01-18T07:02:00 | 166,217,299 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 2,104 | c | // feng.c 银索金铃 封穴
#include <ansi.h>
inherit SSERVER;
int perform(object me, object target)
{
object weapon;
object ob;
string msg;
ob=me->query_temp("weapon");
if( !target ) target = offensive_target(me);
if( !target
|| !target->is_character()
|| ... | [
"i@chenxuefeng.cn"
] | i@chenxuefeng.cn |
7775a974c433caa7faf4b4f5eddaeaa48edede55 | 897868d4960eee6e728597e4ec5576aa03064785 | /libecc/src/openldap/servers/slapd/back-mdb/operational.c | 60a73dd2e9c3a16ec048d08714890250190fe570 | [
"OLDAP-2.8",
"BSD-4.3RENO",
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | martell/ellcc | ab95d98c6023a23402a474044730db125349c843 | b144e161b5f70da528ae64329f27e4dfab489e5a | refs/heads/master | 2021-04-26T11:49:19.551929 | 2016-10-05T09:21:00 | 2016-10-05T09:21:00 | 70,063,491 | 2 | 1 | NOASSERTION | 2020-03-07T21:58:00 | 2016-10-05T13:32:53 | null | UTF-8 | C | false | false | 2,584 | c | /* operational.c - mdb backend operational attributes function */
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 2000-2016 The OpenLDAP Foundation.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, ar... | [
"rich@ellcc.org"
] | rich@ellcc.org |
6e2f6156c1aadcef1ded176612c46b602f207006 | edb22a6e62a043f12e51e98a72560de6530c71f6 | /simple/1389.c | f6320f29329305587de9eb77f8236d12bfdc37fd | [] | no_license | ucookie/leet-study | 53349ce64fb10ae0879f173c4a7162cb81fd1316 | 4d4c11dc274460451f4d068bf6108e481923550b | refs/heads/master | 2023-05-31T22:34:09.563308 | 2021-06-06T12:45:56 | 2021-06-06T12:45:56 | 287,262,308 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,959 | c | // 1389. 按既定顺序创建目标数组
// 给你两个整数数组 nums 和 index。你需要按照以下规则创建目标数组:
// 目标数组 target 最初为空。
// 按从左到右的顺序依次读取 nums[i] 和 index[i],在 target 数组中的下标 index[i] 处插入值 nums[i] 。
// 重复上一步,直到在 nums 和 index 中都没有要读取的元素。
// 请你返回目标数组。
// 题目保证数字插入位置总是存在。
// 输入:nums = [0,1,2,3,4], index = [0,1,2,2,1]
// 输出:[0,4,1,3,2]... | [
"huangsihan.cn@gmail.com"
] | huangsihan.cn@gmail.com |
08af1d655ac54acfa0a2ac1261e5c00db1ff1d0f | 9e632e9e711b19d8c94703e9e5a35fbefc9b7246 | /test_files/hello.c | 24c8356f57c725c0111f890468ace3d02565e200 | [] | no_license | hanyg/c2rpn | b341dd5b8e611d76340ecec41cd8690a8299dd5b | de34162e9df93cfd6ec34b190d003e807ded1d4f | refs/heads/main | 2023-01-12T03:42:05.703387 | 2020-11-14T18:02:35 | 2020-11-14T18:02:35 | 312,872,811 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 67 | c | int main(int argc, char* argv[]) {
int i;
i = 5;
return i;
}
| [
"hany_gg@yahoo.ca"
] | hany_gg@yahoo.ca |
a73dbc8bc3957975ebf6b9a1ace68ae9e21fc0db | 6b2b6c3a923206c17223c0905d8e9c01cc10fc60 | /libft/ft_putstr.c | 8f9e23fd589d6e102473fe426e9417b1074bf7b7 | [] | no_license | sbelondr/fillit | 7be11000897f7ef5e95e66363a3faae230b11a2f | fc64a2258d488654d35d6ca8590f3f04fbe666dd | refs/heads/master | 2020-04-08T19:56:18.245641 | 2018-11-29T15:54:36 | 2018-11-29T15:54:36 | 159,677,081 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 994 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putstr.c :+: :+: :+: ... | [
"sbelondr@e1r4p13.42.fr"
] | sbelondr@e1r4p13.42.fr |
01a88a864aa27caff43a7197e0050c4f0bc8cfc8 | 4e0ea7790c2e6111a1db0cb2e8b50106a9cf33e1 | /src/ir/rir_unaryop.c | ec8fb0553b0b0cefde2eed8186435ada1662c32c | [] | no_license | pirapira/refulangcore | 9b4cfba95df3c977e6171dd32a7873292cebd562 | 4c942540061ac3b937accb76d82489d7476d84f1 | refs/heads/master | 2020-12-25T21:01:26.098392 | 2015-11-01T10:33:47 | 2015-11-01T10:33:47 | 46,192,801 | 0 | 0 | null | 2015-11-14T21:26:58 | 2015-11-14T21:26:58 | null | UTF-8 | C | false | false | 1,793 | c | #include <ir/rir_unaryop.h>
#include <ir/rir_object.h>
#include <ir/rir_expression.h>
#include <ir/rir_process.h>
#include <ir/rir_expression.h>
#include <ir/rir_binaryop.h>
#include <ir/rir_utils.h>
#include <Utils/sanity.h>
bool rir_process_unaryop(const struct ast_unaryop *op, struct rir_ctx *ctx)
{
struct rir_... | [
"lefteris@refu.co"
] | lefteris@refu.co |
38f8f4005267d9bba9818d5be5a62b494337f467 | 72563f711b080fd0ba3110ace958334c361f39ee | /inc/gpio.h | 79b3ea67e5c23d74e2bea649d0acd84094ea834a | [] | no_license | sq9nje/PowerMeter | 4b7826d6e4bb438658bfd85743f01450cc700289 | 2f9bfe57c88cc83e270c42f15f1c45705f32a08a | refs/heads/master | 2021-01-20T19:50:08.831572 | 2016-07-26T21:09:43 | 2016-07-26T21:09:43 | 64,242,914 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,529 | h | /** \file gpio.h
* \brief Header for gpio.c
* \details Header for gpio.c
* \author Freddie Chopin, http://www.freddiechopin.info/
* \date 2012-01-07
*/
/******************************************************************************
* chip: STM32F1x
* compiler: arm-none-eabi-gcc (Sourcery CodeBench Lite 2011.09-69... | [
"github@sq9nje.pl"
] | github@sq9nje.pl |
5f5d3bc7bb9297333f29fd6eb040c1b9ef60fa85 | af7977991477325ddc604b6d3e2ac3cb4aa29337 | /FlappyBirdGame3D2.0/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Security_SecurityContext_1563058692MethodDeclarations.h | 58eb025eb878d5941de80f54cb4f10e8ce5b64fb | [] | no_license | jpf2141/FlappyBird3D | b824cf5fac6ca3c5739afc342b659af1f2836ab9 | fe4e9c421ec8dc26a7befd620f9deaf3c6361de5 | refs/heads/master | 2021-01-21T13:53:25.062470 | 2016-05-06T02:39:28 | 2016-05-06T02:39:28 | 55,712,365 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,580 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// System.Security.SecurityContext
struct SecurityContext_t_1563058692_0;
// System.Threading.CompressedStack
struct CompressedStack_t_1011131... | [
"jpf2141@columbia.edu"
] | jpf2141@columbia.edu |
4392d267db31081ba1d7d7a455aed590cd4837f4 | 675c8ddb97785beec2cebf3491b0dc61e5988975 | /r_cg_userdefine.h | 0ed8c33d0bb3063ac44ece01d6e7e3c54558076c | [] | no_license | Jerry-daniel/WCHC01_New_Architectur | ce3cd2e35a57d8947a780dd40b325662274ba004 | 97d8995d44ce7aa4302c6edde70b238581e94c4f | refs/heads/master | 2022-09-26T03:22:13.655333 | 2020-05-28T10:34:04 | 2020-05-28T10:37:29 | 262,357,407 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,565 | h | /***********************************************************************************************************************
* DISCLAIMER
* This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products.
* No other uses are authorized. This software is owned by Renesas Elect... | [
"tengchiehhsu@gmail.com"
] | tengchiehhsu@gmail.com |
739dfb1db8e25fc8e1c4c92a311e745ca3b6d9d8 | 5d3d3e6921d4310aea73d376f55826ad3cd48786 | /src/MyFirstFace.c | 29d3e8bb80811e648c72471fc3cb344b85bfb548 | [] | no_license | Lemoncog/MyFirstFace | 118aff9c0bb2b2616664c2b5963ddc07ed6ce9e3 | 6b81b92799fd2f8090383c5801f7350af51e0b04 | refs/heads/master | 2021-01-10T20:06:31.280937 | 2015-03-06T22:33:37 | 2015-03-06T22:33:37 | 31,505,474 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,329 | c | #include <pebble.h>
static Window *window;
static TextLayer *s_time_layer;
static BitmapLayer *s_background_layer;
static GBitmap *s_background_bitmap;
static void select_click_handler(ClickRecognizerRef recognizer, void *context) {
text_layer_set_text(s_time_layer, "Select");
}
static void up_click_handler(ClickR... | [
"lemoncog@gmail.com"
] | lemoncog@gmail.com |
639e711b4d1de979c4fe7976f3ab2314d74a6603 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /third_party/win_build_output/midl/third_party/isimpledom/ISimpleDOMDocument.idl/arm64/ISimpleDOMDocument_p.c | 36c21704a49b8a008a23b41319a6c76827584b9e | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C | false | false | 16,371 | c |
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 8.xx.xxxx */
/* at a redacted point in time
*/
/* Compiler settings for ../../third_party/isimpledom/ISimpleDOMDocument.idl:
Oicf, W1, Zp8, env=Win64 (32b run), target_arch=ARM64 8.01.0622
pro... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
c1f306b923c8c0347e9108bb21f1864620cf4d40 | f16af0daae3d88df06fe45b57d762fe0ed0da6d6 | /EXLib/hiredis/win/deps/lua/src/strbuf.h | 377dc4322fea36eafc584a25c188e845a7f33e4c | [
"MIT"
] | permissive | lop-dev/lop-lib | 1f15d48beca11dd7e4842b96780adecab186bea5 | ae22a29c82e31cbca53155fb0a1155569dfe2681 | refs/heads/master | 2023-06-23T09:45:43.317656 | 2021-07-25T02:11:19 | 2021-07-25T02:11:19 | 131,691,063 | 16 | 13 | null | null | null | null | UTF-8 | C | false | false | 4,654 | h | /* strbuf - String buffer routines
*
* Copyright (c) 2010-2012 Mark Pulford <mark@kyne.com.au>
*
* 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
... | [
"38876514+lop-dev@users.noreply.github.com"
] | 38876514+lop-dev@users.noreply.github.com |
c81474c39c1ce06fd1d6f5d49cc1cd5228477110 | 74cffb2444cd4adfaa4e870c0dbf3b7294ab85f9 | /include/push/serialize.h | a2953abc87e2be81cf874283d11e48dd06ac267b | [
"MIT"
] | permissive | malei/PUSH | e5e0bcae261b579210292eebc96cd231d083bd95 | b682f5469825317d9b68c2990831b233ead72a11 | refs/heads/master | 2021-01-18T15:34:27.189569 | 2012-03-21T01:25:22 | 2012-03-21T01:25:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,660 | h | /* serialize.h - Serializing PUSH objects
*
* Copyright (c) 2012 Janosch Gräf <janosch.graef@gmx.net>
* 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 witho... | [
"janosch.graef@gmx.net"
] | janosch.graef@gmx.net |
07462fe951dbaed0842dac10e8e8b707ff2b1003 | e8e6d0c9358052fa97b83c899bef3869a6abb805 | /src/Platform/OSX/System/Context.c | 7dfbb02df32a7cb81def62ccc74866201210324b | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | cryptonoteclub/4xbitcoin-V-1.1 | a59dc865e39b9f340c2c16e7a09c69f5a69d374e | 8c70d63b052d5a440f1a92a50c4bc6b81070532b | refs/heads/master | 2020-07-14T04:08:50.901770 | 2019-09-28T20:22:11 | 2019-09-28T20:22:11 | 205,234,452 | 0 | 0 | null | 2019-08-29T19:16:47 | 2019-08-29T19:16:47 | null | UTF-8 | C | false | false | 823 | c | // Copyright (c) 2011-2017, The ManateeCoin Developers, The Cryptonote developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <string.h>
#include "context.h"
void
makecontext(uctx *ucp, void (*func)(void), intp... | [
"mybtcfx@gmail.com"
] | mybtcfx@gmail.com |
ecf12b3fa10397de4bacc464f595a040f3f92fd4 | 924184b521c70bd2a30f6806006b3aa2066251bd | /PokerServer/assert.h | 32bf00392e9bec52137ffcc35e40436a24d233d0 | [] | no_license | CouttsCoding/PokerServer | a00b8e02968d18bdf40ce320aad0460aefa99c9e | 1d1a4030b0e2b8d104eb256ba532be446890cfa0 | refs/heads/master | 2020-05-07T16:39:22.711728 | 2013-10-24T19:51:52 | 2013-10-24T19:51:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 939 | h | #ifndef ASSERT_H
#define ASSERT_H
/////////////////////////////////////////////////////////
// Sanity checking for the programmer. Crash your program
// deliberately if an assert fails!
// Author: Mark Mikulec, 2010.
#include <assert.h>
#include <stdlib.h>
#pragma warning(disable : 4127)
#ifdef _WIN32
#define DoAss... | [
"Graham.Coutts@gmail.com"
] | Graham.Coutts@gmail.com |
0844e3e210d3b3744c705d5c47eb6dfdc0bb7b74 | 43665bc497be866f2b176a9690754ce730c0a873 | /pintos/src/devices/block.h | 96c1a3e4f204555ba8b7e51fd33d4fafcfe9eac5 | [
"MIT-Modern-Variant",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | hhy-hook/PintosOS | 02ca66036ca71d6c1274413b4b0100485a8e7bd7 | 0cfab4a123a9e8a21a102e4da11916ff61d12df0 | refs/heads/master | 2021-10-19T06:35:31.208902 | 2019-02-18T19:43:41 | 2019-02-18T19:43:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,943 | h | #ifndef DEVICES_BLOCK_H
#define DEVICES_BLOCK_H
#include <stddef.h>
#include <inttypes.h>
#include <filesys/off_t.h>
#include <lib/stdbool.h>
/* Size of a block device sector in bytes.
All IDE disks use this sector size, as do most USB and SCSI
disks. It's not worth it to try to cater to other sector
sizes ... | [
"hejang@berkeley.edu"
] | hejang@berkeley.edu |
2264255f1b7e3db01475052740c28bdc50a16614 | 69424f43a862afc6b09fcf8c3933166c6ae53386 | /Assignment 5/Solution/pcc_server.c | 07a1f1f9ef097306528e14141e0746a425ea74c5 | [] | no_license | DBenAsuli/TAUOSCourseHW2021 | afdc50472f9d70967f25305409f262ceec0444b3 | 2ada246aa9ee61309a0f0692f928653daf7b5099 | refs/heads/main | 2023-06-30T04:36:28.874753 | 2021-08-01T15:09:09 | 2021-08-01T15:09:09 | 391,659,635 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,441 | c | // Created by Dvir Ben Asuli 318208816 on 08/01/2021.
// Tel-Aviv University, Operating Systems Course Assignment 5, 2021a
//
#define _DEFAULT_SOURCE
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <netinet/in.h>
#include <errno.h>
#include <signal.h>
#include <stdlib.h>
#include <sys... | [
"noreply@github.com"
] | DBenAsuli.noreply@github.com |
1301ea3cec2d79ee89b8c660605c04db7ddd8470 | 7c6d52578899988488ea29033c43063367f5c319 | /CBMC-VERSION/RERS/Prob3-LTL-DS-SEQ-B5.c | 63e70384f4742df02a5e17e6374c635f5d7875be | [] | no_license | tracer-x/PROGRAM-DATABASE-TEACHING | e803aca2a007bf366460b3466d2614e7ce8f66ce | a3c47853e656af890d77b5c7afae9c310c15345b | refs/heads/master | 2021-01-07T05:54:47.151186 | 2020-02-19T10:40:46 | 2020-02-19T10:40:46 | 241,597,951 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 63,496 | c |
#include <stdio.h>
#include <assert.h>
#include <math.h>
#include <stdlib.h>
#define BOUND 5
int kappa;
// inputs
int inputs[] = {3,2,1,10,8,9,4,6,7,5};
void calculate_output(int);
void calculate_outputm1(int);
void calculate_outputm2(int);
void calculate_outputm3(int);
void calculate_outputm4(int);
v... | [
"sanghu1790@gmail.com"
] | sanghu1790@gmail.com |
e0cb145da16aa0494ca25bcd664ad47dbb61ea5c | 637d986513e2f4005ea48c9db40fdd6fe42fe318 | /SampleCode/StdDriver/CAN_NormalMode_Tx_Rx/main.c | ab3d1c9ef6d38e69908345397b67220085ce9633 | [] | no_license | pinki/NUC472_442BSP | 242e1597826122354b593b8a50cd6c5ff076fc7c | 2c1d771a228e8cfdf21aa8d7c7b40d34dfebf113 | refs/heads/master | 2021-08-26T07:28:27.006744 | 2017-11-22T08:15:57 | 2017-11-22T08:15:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,581 | c | /******************************************************************************
* @file main.c
* @version V1.00
* $Revision: 6 $
* $Date: 14/10/06 11:25a $
* @brief Demonstrate CAN bus transmit and receive a message with normal
* mode by connecting CAN 0 and CAN1 to the same CAN bus
*
... | [
"yachen@nuvoton.com"
] | yachen@nuvoton.com |
0a20949d052a3af845ce172069f8574dcec7a369 | 49933892343de776ffd3b72dc58b7c9de1c2c473 | /libwebp/dsp/enc_neon.c | aba72576e16f87ba2d079685ca68eec6d880544b | [] | no_license | iPengXPro/walls | 7e212c334a1a1831e77e8cc38ef3609dba4bbc32 | 95b328b39988b0fa2e4fb50e304c3f3b47c9ee71 | refs/heads/master | 2023-03-16T04:25:46.473213 | 2020-10-05T22:45:27 | 2020-10-05T22:45:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,797 | c | // Copyright 2012 Google Inc. All Rights Reserved.
//
// Use of this source code is governed by a BSD-style license
// that can be found in the COPYING file in the root of the source
// tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be... | [
"jedwards@fastmail.com"
] | jedwards@fastmail.com |
1fadf43bc81bb5c3d5df6abb2bf4a8fdd94ff32a | 952216770bb4e7e8f8cc8ddcdce438525bd25af8 | /TP/TP1/tp1.c | 1e2e69dfed59d2d8707e8e84f68b9c748bdb6471 | [] | no_license | Tywacol/ProgAv | 314593232918fcd8c76ba16dadc2ccd506895e1c | cba4cc85f6a7a2f0ee507cf440105a57ea866e7d | refs/heads/master | 2021-10-21T17:20:56.019054 | 2019-03-05T08:46:33 | 2019-03-05T08:46:33 | 166,793,598 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,222 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define SIZE 10
#define MAX_PERSONNES 100
typedef struct {
int annee, mois, jour;
} Date;
typedef struct {
char nom[SIZE], prenom[SIZE], tel[SIZE];
Date Naissance;
} Personne;
typedef Personne Annuaire[MAX_PERSONNES];
/* On devrait utiliser ma... | [
"noreply@github.com"
] | Tywacol.noreply@github.com |
1b1baf98478f691bbfb56da1fa6044031ccf61a1 | 9e405df712dc5fdb29fb3bf023fe2ac45ddf61df | /UNIX_net/tcp/str_echo_sum_bin.c | 6edab8862e3e4c924543091dbdefd6190c4bc1f4 | [
"Apache-2.0"
] | permissive | CPU-Code/linux_network | 898161da149d6d7fd252522dc69a1eca50873240 | 3246a51afe592183b38a6c6d9244525166401e93 | refs/heads/master | 2022-11-14T16:33:36.693466 | 2020-05-11T12:19:51 | 2020-05-11T12:19:51 | 278,999,565 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 846 | c | /*
* @Author: cpu_code
* @Date: 2020-05-07 16:54:42
* @LastEditTime: 2020-05-07 17:10:29
* @FilePath: \linux_network\UNIX_net\tcp\str_echo_sum_bin.c
* @Gitee: https://gitee.com/cpu_code
* @CSDN: https://blog.csdn.net/qq_44226094
*/
#include "unp.h"
#include "sum.h"
/**
* @function: 对两个二进制整数求和
* @parameter:
... | [
"923992029@qq.com"
] | 923992029@qq.com |
210479d271ed4f5cec827908ab3ea51b0385fb27 | 45fef2e93eb3787e645ea56cc9586a1046f00242 | /eeprom.h | c9b50758f4d15b1c841317609a2b15634205ce45 | [] | no_license | Ahmed-Gamal22/SmartHome | 7c675ea9547b7416de3dbae4fb8976766565ef3e | 69489700dccfcec4f680abdec08cdfd2c8a11492 | refs/heads/master | 2021-01-01T08:18:05.784993 | 2020-02-08T20:06:46 | 2020-02-08T20:06:46 | 239,193,836 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 354 | h | /*
* eeprom.h
*
* Created: 08-Jan-20 12:44:24 PM
* Author: ahmed
*/
#ifndef EEPROM_H_
#define EEPROM_H_
#include "std_Types.h"
#include "common_macros.h"
#include "micro_config.h"
void EEPROM_Init(void);
void EEPROM_Write(uint16 address, uint8 data); //11 bit address
uint8 EEPROM_Read(uint16 add... | [
"noreply@github.com"
] | Ahmed-Gamal22.noreply@github.com |
59c70dc666de9d9658f7472898232853981e5617 | c7ead208c55db04354e288aff68756e5e1fb1af3 | /暑期练习/11_第一次重复出现的字符.c | e963a5c7819eae51c53a38cfbc36f8a247a50d2c | [] | no_license | BaomingRose/studious-train | bf49c1dbffaadd407e6d126a6e525e425a01c1db | e4d3100110a982e764816db9a0f52e075c69783f | refs/heads/master | 2020-05-09T13:06:58.736185 | 2019-11-03T11:18:02 | 2019-11-03T11:18:02 | 181,136,666 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 597 | c | //对于一个字符串,请设计一个高效算法.找到第一次重复出现的字符.测试样例:"qywyer23tdd",返回:y
#define SIZE 256
#include<stdio.h>
char firstNotRepeate(char* str) {
char *pHashKey = str;
int hashTable[SIZE];
int i;
for(i = 0; i < SIZE; i++) {
hashTable[i] = 0;
}
while(*(pHashKey) != '\0') {
hashTable[*(pHashKey++)]++;
}
pHashKey = str;
while(... | [
"857135447@qq.com"
] | 857135447@qq.com |
6e8e570001bcb506703146ebdab2a95a27e53fad | 376835de84726c000e7eaa7e39f774f79d23dd99 | /week05/signal.c | a81d8ca7ae4ff9d01033f4a1ffac5d31272c8314 | [] | no_license | taki-d/SystemProgramming | 3c8547535c7cc587f94953d35dcc87f4769031d3 | afbcadcf7746cda45501bd3d900dcfac48ee947f | refs/heads/master | 2022-11-16T05:02:45.421011 | 2020-07-11T11:42:48 | 2020-07-11T11:42:48 | 264,455,706 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,356 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#include <string.h>
void sigsegv_action(int signum, siginfo_t *info, void *ctx){
printf("signal handler called: sigsegv\n");
printf("caused by accessing address 0x%x\n", info->si_addr);
exit(1);
}
void sigfpe_action(int signum... | [
"taka410199@gmail.com"
] | taka410199@gmail.com |
c6858bf0c2a61550524e74eea7f5e4bccd6566c6 | 6119eb6af4643aeb511e33a30ff27aa4d467e5f7 | /Lab 4 Battleship Completed/battleship-4/EIFGENs/battleship/W_code/C14/ev1417.c | 2345aab56707c7b09067ee720f5bf26eb9de22f3 | [] | no_license | TheHackerGenesis/EECS-3311 | b197e6a470bfeaf8e3cb9e7c3e1ce8afd05032e7 | 858d6c0e71e31c8dba6dd3abc05fca79e49d0130 | refs/heads/master | 2022-01-20T04:18:07.883224 | 2019-06-28T11:36:52 | 2019-06-28T11:36:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,931 | c | /*
* Code for class EV_BOX_I
*/
#include "eif_eiffel.h"
#include "../E1/estructure.h"
#ifdef __cplusplus
extern "C" {
#endif
extern EIF_TYPED_VALUE F1417_13630(EIF_REFERENCE);
extern EIF_TYPED_VALUE F1417_13631(EIF_REFERENCE);
extern EIF_TYPED_VALUE F1417_13632(EIF_REFERENCE);
extern EIF_TYPED_VALUE F1417_13644(E... | [
"kishanpatel12@gmail.com"
] | kishanpatel12@gmail.com |
6542061ba998d62a07deec78709fbbe37377c2af | e4ee4451ff4c0ec30719a834796165471742c027 | /0x06-pointers_arrays_strings/5-string_toupper.c | 285d5b192bedb1deb89ee40a5b97f0d8f945602a | [] | no_license | Abdebug/holbertonschool-low_level_programming | 3f2cc15e2e71d92efba4104d8d4594821ed88f22 | d88d3fd6bc69ccdec408adab7fa534c77308bbfc | refs/heads/master | 2023-02-15T03:19:01.189799 | 2023-01-22T19:48:03 | 2023-01-22T19:48:03 | 470,286,551 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 304 | c | #include "holberton.h"
/**
* string_toupper - Changes all lowercase letters to uppercase
* @p: The string will be modified
*
* Return: char var
*/
char *string_toupper(char *p)
{
int a = 0;
while (p[a])
{
if (p[a] >= 97 && p[a] <= 122)
{
p[a] -= 32;
}
a++;
}
return (p);
}
| [
"monoprosito@gmail.com"
] | monoprosito@gmail.com |
47b5c8c48a74b824fa7ce4dcc2f2eed01dbaa8b9 | 48d89545fd4a9c8e29c52b2386cd856bc425869a | /Colligens/interprocedural/clamav/analysis/clamav-milter/netcode.c | 17c8783cd01d977a9ec9f2712f0bad49817c10ca | [] | no_license | iranrodrigues/interprocedural | 7bc41f5a5703f588e63533fbfed95955a6c4df05 | a4f34ace03a2876df9a32b37685b23b56fc0565a | refs/heads/master | 2021-01-10T19:46:43.201534 | 2014-03-19T13:10:12 | 2014-03-19T13:10:12 | 15,970,391 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 11,644 | c | //#include <stubs.h>
/*
* Copyright (C)2008 Sourcefire, Inc.
*
* Author: aCaB <acab@clamav.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is dis... | [
"iran@iranrodrigues.com.br"
] | iran@iranrodrigues.com.br |
1a1905895fcb607516ca8da7915cb12f1659be0d | ce31b73d780c86489b1aa22ff1f2f453296e0ad4 | /PACK_Gen/Files/SPL/Devices/Defines/MDRP_LCD_defs.h | a37d84947b6d8a2ce6aa0d3dc4c8394e9633a012 | [] | no_license | StartMilandr/MDR_Pack_v6 | 865b83e983176604fbdf1c8c1ccfb3e26b234bbe | 4666aa5d9b18aca08aa10a0ef168fb83e9436cd5 | refs/heads/master | 2021-06-16T03:04:11.439087 | 2021-02-14T16:21:21 | 2021-02-14T16:21:21 | 150,073,728 | 9 | 8 | null | 2019-10-02T14:10:47 | 2018-09-24T08:27:06 | C | UTF-8 | C | false | false | 1,903 | h | #ifndef _MDRP_LCD_DEFS_H
#define _MDRP_LCD_DEFS_H
#ifdef __cplusplus
extern "C" {
#endif
//======================= LCD =======================
typedef struct
{
uint32_t TextBuf[128];
uint32_t DecodeBuf[320];
uint32_t CR;
uint32_t Jark;
uint32_t RESRVED[2];
uint32_t DivR;
uint32_t SR;
}MDR_LED_TypeDef;
/* B... | [
"Info@StartMilandr.ru"
] | Info@StartMilandr.ru |
2b22b2250458488e001b095ae8cb90a5e4db089c | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/extr_ed25519_ref10.c_ge25519_cmov.c | 8a54a0debd4a1d2da69421163247d7574939b88a | [] | 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 | 902 | 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 |
68893c831d448c8b934ff084d0f312ae89a40730 | 59febfdff438d28537670e6d2484541ef7ec0d53 | /task_executive.c | bee162b74325ba55f9e608e3e982a7362b582ea0 | [] | no_license | jamilaryan/mySmallOSforSTM32v1 | 42368fe5e139870dd4c29602c0fbfb2090014f81 | f99dae83d69fdda791c97089445c3c324ccdedbe | refs/heads/master | 2021-01-10T10:34:52.948288 | 2016-03-22T16:24:43 | 2016-03-22T16:24:43 | 53,975,609 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,823 | c | /*
* FILE : task_executive.c
* PROJECT : INFO8110 -Assignment #3
* PROGRAMMER : A. Jamil Aryanm
* FIRST VERSION : 2016-22-03
* DESCRIPTION :
* This file implements a cooperative task scheduler for stm32
*/
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include "task_executive.h"
#define MAX_TASKS 20
#de... | [
"jamil.arian@gmail.com"
] | jamil.arian@gmail.com |
c5b1b560acb138917c525854fc4384a069af8f79 | a78acac4f5e0c018edca328b03f8cde26ec04ce4 | /libffplay/src/main/cpp/include/libavutil/frame.h | b6f321ac06e327fc1ce4d827be42b3f6ad3f4a4f | [] | no_license | TTFlyzebra/VRPlayer | 98c8eefef8eeb4428942b6a97aea3848b1ce9cea | e7aca8c32f91d98010949801b98075e504da246e | refs/heads/main | 2023-08-03T05:24:43.732381 | 2021-09-28T08:42:11 | 2021-09-28T08:42:11 | 411,104,154 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,612 | h | /*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* FFmpeg is distributed... | [
"flycnzebra@gamil.com"
] | flycnzebra@gamil.com |
40497a15fecd0bff75f4b00f0ed90e1928ea2495 | 4f24e2388f183c299163cda825e0d24a560c8def | /STM32Cube_FW_F4_V1.10.0/Projects/STM324xG_EVAL/Examples/CRYP/CRYP_DESTDESmodes/Src/stm32f4xx_it.c | 4abeca88e0383831752161961423456050007cf0 | [
"BSD-2-Clause"
] | permissive | txson/ubuntu-stm32 | a696885dbe33c47a64e904f04705d5e85f6936cd | 805421fcd05154971320b119c6cf81588bb2e410 | refs/heads/master | 2020-03-12T09:09:05.390614 | 2018-04-22T07:49:00 | 2018-04-22T07:49:00 | 130,545,935 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,593 | c | /**
******************************************************************************
* @file CRYP/CRYP_DESTDESmodes/Src/stm32f4xx_it.c
* @author MCD Application Team
* @version V1.2.4
* @date 13-November-2015
* @brief Main Interrupt Service Routines.
* This file provides template f... | [
"“1154492168@qq.com”"
] | “1154492168@qq.com” |
dbe5f8a9669734702a3f6f241b6fb5144a7e67d0 | 2ee4c423423536be349fa5738dbca0c5c91a9f7b | /Examples/SingleSpecies/2D_RiemannProblem_Case4_ComponentWiseRec/aux/init.c | 9b93db320eccd794ed9991d3bb9dea981d6d9c4c | [
"MIT"
] | permissive | eeethon/mhysa | 605aa2daaffdeff258baa790f014abe2a3bd542e | e97d841191718cfa6d81b38d904340e2c753df85 | refs/heads/master | 2022-04-22T16:47:20.856242 | 2020-04-18T00:22:14 | 2020-04-18T00:22:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,076 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
int main()
{
const double GAMMA = 1.4;
int NI,NJ,NK,ndims;
char ip_file_type[50];
strcpy(ip_file_type,"ascii");
FILE *in;
printf("Reading file \"solver.inp\"...\n");
in = fopen("solver.inp","r");
if (!in) {
printf("Erro... | [
"debojyoti.ghosh@gmail.com"
] | debojyoti.ghosh@gmail.com |
f8464d6b04219a810929f54d51eccc7c18ecf77a | 33ad62d02ae6e5421c20e857a88e88fd23d6edd1 | /pacman1/pacman1/Temp/il2cppOutput/il2cppOutput/UnityEngine_UnityEngine_UnityStringMethodDeclarations.h | 482418a7b608acabee3717693f6e76b919ed68c0 | [] | no_license | akshayadav/pacmanVRAR | ae18e540da85038d2d14d5df614dfb63f9f40330 | 97922200890739f9c837eb65f593149623b0c5a7 | refs/heads/master | 2016-08-12T06:53:23.396650 | 2016-03-29T21:04:24 | 2016-03-29T21:04:24 | 55,010,111 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 556 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// System.String
struct String_t;
// System.Object[]
struct ObjectU5BU5D_t151;
#include "codegen/il2cpp-codegen.h"
// System.String UnityEng... | [
"akshayadav@gmail.com"
] | akshayadav@gmail.com |
346a2d87c2aead5f0b4ca8734073d0c4d6722ad6 | 912abab840e16673d070cd536b128167f54e3053 | /URI/1018.c | 0baaa18a24abefb8a168dd737a3ab8678583cf4f | [] | no_license | CallyCa/Exercise-in-C | b8b6390e975edb4cc8b2c6c98dbd0167c71bdcda | c106129d4c18b54470e6d843230d1a1e8b09347e | refs/heads/master | 2021-01-15T03:22:11.690052 | 2020-04-30T02:10:17 | 2020-04-30T02:10:17 | 242,860,740 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 774 | c | #include <stdio.h>
int main(){
int cem, cinq,vint,dez,cinc,dois,um,num;
scanf("%d", &num);
if(0 < num < 1000000){
if(num >= 100){
cem = num / 100;
}if(num >= 50){
cinq = num % 100 / 50;
}if(num >= 20){
vint = num % 50 / 20;
}if(num >= 10){
dez = num % 20 / 10 % 1;
}if(num >= 5... | [
"noreply@github.com"
] | CallyCa.noreply@github.com |
81b129451d94c21b04890106cac4d9d267ad8c51 | db37dc1540178adbab3ff7eef076cd922e4561d4 | /oef123/opg02.c | 06cf8b3e3798efbfc15476aa15f956181102fc5c | [] | no_license | dries007/OpenGL | 44359719e30e35caeaf117bf5d0ec674b569ed2c | 2ea07f617e50cd9bbde8c1b0c4b9bd58b789fff3 | refs/heads/master | 2021-03-27T20:09:49.620988 | 2018-05-24T14:27:54 | 2018-05-24T14:27:54 | 121,303,615 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,944 | c | #include <stdio.h>
#include <GL/glut.h>
#include <stdbool.h>
#include "helpers.h"
#define COL_WIDTH 100
#define SPACER (COL_WIDTH/10)
#define MARGIN_L (COL_WIDTH/2 + 25)
#define MARGIN_R (COL_WIDTH/2)
#define MARGIN_T 100
#define MARGIN_B 50
#define YTICKS 100
/* Required globals for coordinate calculation */
int wc... | [
"admin@dries007.net"
] | admin@dries007.net |
6f10c8446f61d5aac641c9d602b63e68f232cd49 | 0e3c919dfcef7c6815e6709faabb474595723546 | /01 - Independent Study/UTAustinX_610/TExaSware/C15_Timer1A/Timer1.h | 4157ae0a557d1b041d85585a81d48a38810af488 | [
"MIT"
] | permissive | RyanTruran/EmbeddedSystems.Playground | 4c00fff3cbb1cfe0cbefd0b1bd53e44f5d28f10a | 0374b601ce9138d730d15acd4071275315e316d7 | refs/heads/master | 2021-09-25T21:56:03.070406 | 2018-10-26T03:19:03 | 2018-10-26T03:19:03 | 154,771,044 | 0 | 0 | MIT | 2018-10-26T03:18:05 | 2018-10-26T03:18:05 | null | UTF-8 | C | false | false | 1,384 | h | // Timer1.h
// Runs on LM4F120/TM4C123
// Use Timer1 in 32-bit periodic mode to request interrupts at a periodic rate
// Daniel Valvano
// March 20, 2014
/* This example accompanies the book
"Embedded Systems: Real Time Interfacing to Arm Cortex M Microcontrollers",
ISBN: 978-1463590154, Jonathan Valvano, copyri... | [
"glennlopez@gmail.com"
] | glennlopez@gmail.com |
3cae54881270b4046829c3e2e1c9b375ef315551 | 4bab98acf65c4625a8b3c757327a8a386f90dd32 | /ros2-windows/include/turtlesim/srv/detail/teleport_absolute__rosidl_typesupport_introspection_c.h | 00346922ba88012ac06b713fed5d35cc93d449e4 | [] | no_license | maojoejoe/Peach-Thinning-GTRI-Agricultural-Robotics-VIP | e2afb08b8d7b3ac075e071e063229f76b25f883a | 8ed707edb72692698f270317113eb215b57ae9f9 | refs/heads/master | 2023-01-15T06:00:22.844468 | 2020-11-25T04:16:15 | 2020-11-25T04:16:15 | 289,108,482 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,931 | h | // generated from rosidl_typesupport_introspection_c/resource/idl__rosidl_typesupport_introspection_c.h.em
// with input from turtlesim:srv\TeleportAbsolute.idl
// generated code does not contain a copyright notice
#ifndef TURTLESIM__SRV__DETAIL__TELEPORT_ABSOLUTE__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_
#define TURTLES... | [
"aidencfarrar@gmail.com"
] | aidencfarrar@gmail.com |
1bbf2682ece31b5ed1cffe6a8924a890ba79531e | df1949fba5c107eff267e8fe1c6c52dd22555dff | /target/classes/hfy4code/d/shaolin/dongshi.c | 37a7ac6581c40041247b988d4d81eb61cb038b72 | [] | no_license | yiwugan/fyvidata | cf1d95f9e060be22a33549512d266967b3daea66 | 0f0129aa2fabbaf9c0735b88970cca18beeba4a4 | refs/heads/master | 2020-03-27T09:23:25.891788 | 2018-09-04T03:05:43 | 2018-09-04T03:05:43 | 146,336,668 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 795 | c | // TIE@FY3 ALL RIGHTS RESERVED
inherit ROOM;
void create()
{
set("short", "东石坊");
set("long", @LONG
高大的石刻牌坊,似乎张开巨臂欢迎过往众生,题额“祖源谛本”,
一幅对联“地在天中,四海名山为第一;心传元外,十方法教是祖元”
少林之悠久可见一斑,西面题额“跋陀开创”,记载着当年印僧跋陀首
创少林的故事。
LONG
);
set("exits", ([
"southwest" : __DIR__"ent3",
]));
set("objects", ... | [
"yiwugan2@gmail.com"
] | yiwugan2@gmail.com |
a8d73f80893814f42e573b56e06bfed5fae12467 | 3849916f4e39dfaeac07bf725f0c9f255aa2a97a | /libft/ft_atoi.c | 3f575650fd05e8b4c4fe333f814ab82dbe280618 | [] | no_license | ma-akk/my_little_shell | ba9508d6a8a3043fab85c7b99bc191c2aa237da1 | 5375cf6d1187243e83ea23d0b947cc9107094d6b | refs/heads/main | 2023-04-20T08:14:57.133948 | 2021-05-15T09:37:39 | 2021-05-15T09:37:39 | 367,590,864 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,734 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_atoi.c :+: :+: :+: ... | [
"gtresa@student.21-school.ru"
] | gtresa@student.21-school.ru |
070b0fd2dd45ed422cb38ded61f7e323cc01f0d6 | ab9b0f3843e647dc0e07ab75bbe9f80ea18726a9 | /product.h | fb78399567c26025580cddb51bbaa78034639138 | [] | no_license | Hong-YeJi/2021miniproject | 2c25ab5e2eb0b7afe07705c6d459987c93f0c377 | 5589679695c22fd6e5bbd140ab3542e766fd145b | refs/heads/master | 2023-04-02T17:33:56.035345 | 2021-04-17T18:15:23 | 2021-04-17T18:15:23 | 358,818,288 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,252 | h | // product.h
typedef struct {
char product_name[80]; // 제품명
double weight; // 중량
int price; // 판매가격
int star; // 별점 1~5까지의 숫자
int star_num; // 별점 개수
} Product;
int selectMenu(); // (제품 조회, 제품 추가, 제품 수정, 제품 삭제, 파일 저장, 제품 검색, 종료) 메뉴 선택하는 함수
int createProduct(Product *p); // 제품을 추가하는 함수 (C)
int readProduct(Pro... | [
"1q2w3e7884@naver.com"
] | 1q2w3e7884@naver.com |
0f0675888873496fa7f5219b38ace8129f632a56 | 76129d6ac797264fab5a0fefebe45c2e47c81ca9 | /peTools/peTools/functions.h | 20c99b5dcc98caca9a383a1a534b5669d4853595 | [] | no_license | wangyouwang/Win32Program | 4919a98267d46daddaac24f22c52830b86ec1448 | f37c8ded49d003a0df6a59a2b942b484e245cc10 | refs/heads/master | 2020-03-17T23:46:18.663911 | 2019-07-12T16:07:36 | 2019-07-12T16:07:36 | 134,059,796 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 212 | h | //c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\WinNls.h
#pragma once
#include <windows.h>
void TcharToChar (const TCHAR* tchar, char* _char);
void CharToTchar (const char* _char, TCHAR* tchar);
| [
"wyw30515937@126.com"
] | wyw30515937@126.com |
e4b3394970fdc3f6e66b92810d44e6993c2dd4e7 | 475e744661b42d49b5ad5881ac7449bb5eb4f35d | /05/SterenchakRobert05.c | 8085d0d41a6227eaa3f73f53171de385872b56b8 | [] | no_license | rsterenchak/ICS-241 | 478ae5961c12a6e5d1ce0a2dbf610ac987180307 | 9f599f273815f27ac07e1e34575e8dcc6d0d54af | refs/heads/main | 2023-04-09T21:34:31.464950 | 2021-04-16T15:54:57 | 2021-04-16T15:54:57 | 358,649,219 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,118 | c | /*
* This program utilizes integer several variables and one pre-defined constant to calculate the approximate age of the user. Specific calculations are also stored into their own integer variables to be displayed to the user.
*
* Robert Sterenchak
* ICS212 - Assignment 05
* September 15, 2019
*/
#include <stdi... | [
"robertsterenchak@Roberts-MacBook-Pro.local"
] | robertsterenchak@Roberts-MacBook-Pro.local |
c2c2bc4de34ed745ec335c7e1a75a9fec13f994b | f8a05e9979d87574d270239b9326ab74fdd9d3c2 | /ControlSuite/F2837xS_examples_Cpu1/can_loopback_bitfields_cpu01/can_loopback_bitfields.c | ad5b9ab236436ae77c3a6be6a130f43d0eccbdb0 | [
"MIT"
] | permissive | AdrianoRuseler/LAUNCHXL-F28377S | 5d047d470a471f1a9cd3937ca517d40a418190f2 | eb7abb2f3ac08c62677d518c4e8b2305164dd8d5 | refs/heads/master | 2023-07-09T00:43:06.696301 | 2023-06-26T18:43:39 | 2023-06-26T18:43:39 | 62,510,089 | 5 | 1 | null | null | null | null | UTF-8 | C | false | false | 16,011 | c | //###########################################################################
//
// FILE: can_loopback_bitfields.c
//
// TITLE: Example to demonstrate basic CAN setup and use.
//
//! \addtogroup cpu01_example_list
//! <h1>CAN External Loopback Using Bitfields (can_loopback_bitfields)</h1>
//!
//! IMPORTANT: CAN Bitf... | [
"adrianoruseler@gmail.com"
] | adrianoruseler@gmail.com |
4c2f89d54702fb24a93d02599ef4decc7918a61a | 54b39e7cf32050d0ae9fe488e292f05b2408a190 | /decompiled_scripts/nightclub_vip_seats.c | 72be570fd6cff5487b117c6aed52006bc415fc49 | [
"Unlicense"
] | permissive | cptprice1139/GTA-V-Decompiled-Scripts | cf5a7b803cf4395db4cc0916c38bd7c0ffb3b34c | be266ab77a38e3025adc672b654b4078f3589046 | refs/heads/master | 2023-07-30T21:48:58.120896 | 2021-09-28T03:31:42 | 2021-09-28T03:31:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 52,416 | c | #region Local Var
var uLocal_0 = 0;
var uLocal_1 = 0;
int iLocal_2 = 0;
int iLocal_3 = 0;
int iLocal_4 = 0;
int iLocal_5 = 0;
int iLocal_6 = 0;
int iLocal_7 = 0;
int iLocal_8 = 0;
int iLocal_9 = 0;
int iLocal_10 = 0;
int iLocal_11 = 0;
var uLocal_12 = 0;
var uLocal_13 = 0;
float fLocal_14 ... | [
"63328889+Sainan@users.noreply.github.com"
] | 63328889+Sainan@users.noreply.github.com |
2788f8b4e61801bf830f279d094a5cf5cf667fca | e039bf3be60a10cb014ad3b9a47c8b4066bbf661 | /libft/src/Strings/ft_strsub.c | d980502f1f73a139d7a8cc9b6b3a475598451250 | [] | no_license | pm37/Push_swap | 57c0b1a0666e395bfd0278641133573ef879c299 | d75aada4990f36bdc9c8a68092c1e77eb6d511e4 | refs/heads/master | 2020-07-23T16:00:47.761137 | 2019-09-10T18:30:52 | 2019-09-10T18:30:52 | 207,620,807 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,185 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsub.c :+: :+: :+: ... | [
"pimichau@student.42.fr"
] | pimichau@student.42.fr |
3b2d7744340b31b738f397089a4eaac654682916 | 7e34099853f87cbfd0ee69d8894d10eaf8e1df94 | /implementations/group6/Win64-RC/C3/ws121.c | 463b688feb28633dfda417a38afb95497f50d8a8 | [] | 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 | 3,360 | c | /*
* Code for class WSF_APPLICATION_X_WWW_FORM_URLENCODED_HANDLER
*/
#include "eif_eiffel.h"
#include "../E1/estructure.h"
#include "../E1/eoffsets.h"
#include "ws121.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#ifdef __cplusplus
extern "C" {
#endif
/* {WSF_AP... | [
"payomaty666@gmail.com"
] | payomaty666@gmail.com |
286be93b3974f06fc743c643d5fb4fa92cfa794c | 8cab33628e29898d46076eb34ae5726ec1ede494 | /network_ctimer1120s/server_main.c | 62b7d369948d8c96659253a061a95fd8a230dcea | [] | no_license | Akasea/Battle-of-Soft-Character | a4e08a5591696d88b3e911f0488ec5096bf48d49 | e9bea5daf248fc05a5bafc7b9d5b3787eb3f2128 | refs/heads/master | 2016-09-01T14:55:50.725234 | 2015-11-20T13:09:14 | 2015-11-20T13:09:14 | 45,593,735 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,253 | c | /*****************************************************************
ファイル名 : server_main.c
機能 : サーバーのメインルーチン
*****************************************************************/
#include<SDL/SDL.h>
#include<time.h>
#include<sys/time.h>
#include"server_common.h"
static Uint32 SignalHandler(Uint32 interval, void *param);
... | [
"ihsekatthundersnake@gmail.com"
] | ihsekatthundersnake@gmail.com |
93de4ab162ee45b34bb27f03a7f1f34de3eddef2 | 29b27c20afa9dbf4a861a2f97935f413efb932cf | /MeWifi-Module/esp_iot_sdk_v0.9.5_b1/IoT_Demo/driver/uart.c | 3e854357b734048a7e0cdff20ddf32cdfe048c61 | [
"MIT"
] | permissive | Makeblock-official/MeWifiModule | 5454b968df162ef5066ad8356e46e43a6bcd605a | 5f3dc366589344026df3235a0e13e6f78429c6e9 | refs/heads/master | 2021-01-15T11:48:20.595031 | 2015-07-20T03:12:28 | 2015-07-20T03:12:28 | 39,360,487 | 5 | 3 | null | null | null | null | UTF-8 | C | false | false | 6,815 | c | /******************************************************************************
* Copyright 2013-2014 Espressif Systems (Wuxi)
*
* FileName: uart.c
*
* Description: Two UART mode configration and interrupt handler.
* Check your hardware connection while use this mode.
*
* Modification history:
* ... | [
"4771215@qq.com"
] | 4771215@qq.com |
6f6e826223deb3a05183e6ead5b06206c6c8b4e9 | f9f8b14981289ac9a456afe260cb5788aa8fb995 | /root-scripts/plot1D_TCT.C | 0a252ef955768341a3c1c5c6524f88808b3427f9 | [] | no_license | Rajan-Aggarwal/SSD-DBportal | 4918fb940ec59a1eebe5c555b8458e4c816e1b37 | 734720fdcd82a13e8b5ecc3dd61b3412100cbce6 | refs/heads/master | 2020-06-15T11:07:12.043210 | 2019-07-01T15:18:30 | 2019-07-01T15:18:30 | 195,280,501 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,786 | c | /*
EXE = 1 ROOT lib (or when we need this function to be called from a compiled script)
.L plot1D.C++
plot1D("Vmin:z","",3,"~/data/etct/20120517113317_Micron_FZ2328-11_NonP.ZVscan.root","~/data/etct/20120517190507_Micron_FZ2328-11_NonP.ZVscan.root","/home/mfg/data/etct/20120517193253_Micron_FZ2328-11_NonP.ZVscan.root... | [
"rajan.sien.aggarwal@cern.ch"
] | rajan.sien.aggarwal@cern.ch |
83a3b7a98c7c4ca2dddd94f4019280f80d629b87 | d6a3f15cd6b943536bd84007af0b57315a393989 | /labs/6_peformance_optimization/driver.c | 767c6af3ef747ae6da1296cd5400e2b3b77f0271 | [] | no_license | bergesonben/BYU_ECEn424 | 5b05e3361d67aa95a8486b61b406a4ef323c7d35 | f0835d805f0184679af07bc7c41909ef5f78555e | refs/heads/master | 2021-01-20T18:39:32.036449 | 2017-05-11T03:25:48 | 2017-05-11T03:25:48 | 90,926,264 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 20,078 | c | /*******************************************************************
*
* driver.c - Driver program for CS:APP Performance Lab
*
* In kernels.c, students generate an arbitrary number of rotate and
* smooth test functions, which they then register with the driver
* program using the add_rotate_function() and add_... | [
"bergesonben@gmail.com"
] | bergesonben@gmail.com |
0778c8d674e423d5f190b38855b5f524bee95241 | 607e69f9e4440ef3ab9c33b7b6e85e95b5e982fb | /deps/museum/8.0.0/bionic/libc/kernel/uapi/linux/dvb/frontend.h | 056d2074c7f9d52dd3d6e4b58f67072d39251ed2 | [
"Apache-2.0"
] | permissive | simpleton/profilo | 8bda2ebf057036a55efd4dea1564b1f114229d1a | 91ef4ba1a8316bad2b3080210316dfef4761e180 | refs/heads/master | 2023-03-12T13:34:27.037783 | 2018-04-24T22:45:58 | 2018-04-24T22:45:58 | 125,419,173 | 0 | 0 | Apache-2.0 | 2018-03-15T19:54:00 | 2018-03-15T19:54:00 | null | UTF-8 | C | false | false | 19,179 | h | /****************************************************************************
****************************************************************************
***
*** This header was automatically generated from a Linux kernel header
*** of the same name, to make information necessary for userspace to
*** call i... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
ea5ea8090ceb2c85a745a3256c9130be3386f2d2 | d7efe118dcb80ad41e971725495ec32e91e1827a | /remplirMtrix.h | 289f8ff8bb7d4c02776fa535b68a9398ffc78825 | [] | no_license | bentayebdounia/HomeWork---App | 26929bb12806a122caf1d5b9ed36215112c8d28b | 02d8c2471c714026a4997819fdbc619ec25b4b2f | refs/heads/main | 2023-02-27T15:31:18.125969 | 2021-02-09T11:25:37 | 2021-02-09T11:25:37 | 333,613,762 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 161 | h | #ifndef REMPLIRMTRIX_H_
#define REMPLIRMTRIX_H_
void generateRandomMatrix (int** matrix, int dim, int lowerValue, int upperValue);
#endif /* REMPLIRMTRIX_H_ */ | [
"bentayebdounia7@gmail.com"
] | bentayebdounia7@gmail.com |
d9aa1765675e28b2296cefb885170ac433b5d5c7 | a556c07ecfa1031dae46fd3433762941ceca68b1 | /d/beijing/xingbuyamen.c | 005b0d69be2bc43867419bbf46cf646cd8a0c5ac | [] | no_license | yqzcabao/pkuxkx-utf8 | 53c3c24f4e3a9125372bca72b6a4b10aa6293a7f | 0eaf237c9970795a51aa4cc04b5b762003300cbd | refs/heads/main | 2023-04-01T21:16:23.894845 | 2021-04-09T13:33:24 | 2021-04-09T13:33:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,172 | c | // Room: /d/beijing/xingbu.c
#include <ansi.h>
inherit ROOM;
void create()
{
set("short", RED"刑部府衙大门 "NOR);
set("long",
CYN"走到门前,只见大门紧紧的闭着,周围的青砖围墙足有八、九尺之高,
墙内不时有衙役巡查时发出的声响,夹杂着一阵阵的狗吠声,门外战着的那
两个凶恶的衙役正恶狠狠的瞪着你,看样子像想把你整个儿吞进肚子里似的。\n"NOR
);
set("exits", ([
"north": __DIR__"xi... | [
"i@oiuv.cn"
] | i@oiuv.cn |
e86930412b1bb265ba7749b9ad72e71501549bb4 | 76ef5f1a36a0d401295db2b7d766eb44c6088f82 | /middleware/usb/otg/usb_otg_peripheral.h | b0f6589b4223c8d771a7f1e6253549e5ce11c316 | [] | no_license | mhcchang/SDK_2.6.0_FRDM-K64F | e93273790a4fcbfdd195d0dd66801fbb526e8493 | 35d9979b7e2010a2e89149c2fc5d453f7982b9b0 | refs/heads/master | 2023-03-17T00:40:54.436065 | 2019-10-12T08:15:49 | 2019-10-12T08:15:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,213 | h | /*
* Copyright (c) 2016, Freescale Semiconductor, Inc.
* Copyright 2016 NXP
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __USB_OTG_PERIPHERAL_H__
#define __USB_OTG_PERIPHERAL_H__
#include "usb_otg_config.h"
/*!
* @addtogroup usb_otg_peripheral_driver
* @{
*/
... | [
"gylpm@163.com"
] | gylpm@163.com |
a9c8d435827a70994c68098925f1fb43a3c655bd | bf2da971f5fd8a1852b5a02884817eb662464ff3 | /d08/ex03/ex03.c | e7df54d7a630fb656be92293256bc94920382b32 | [] | no_license | Hacker-zijoon/42piscine | 20d3c0d9bf429e9471db1e7879da1bdb2b381dfb | 441d1a508c3e387dcb6ab63a0cf6e754f3df295b | refs/heads/master | 2021-01-19T01:05:15.505677 | 2017-04-27T06:10:56 | 2017-04-27T06:10:56 | 87,206,469 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 991 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ex03.c :+: :+: :+: ... | [
"zijoon@hotmail.com"
] | zijoon@hotmail.com |
53fc5b8a72c530454e906a15ee441bf0d6b9a6f8 | d0519514f2be54b337b07712cde378047a8fb468 | /efixo-www/src/tests/test_elseif_evaluation_order.c | f1b4f498a018ee5711c79c688513ab741052b850 | [] | no_license | neufbox/misc | 726fde2ba7a770cbd4e00d025546f49de9d8c4c7 | 1a8da7a96f100f641d6f18268446cd34bcb91c92 | refs/heads/master | 2016-09-16T05:58:29.991616 | 2011-09-02T15:47:48 | 2011-09-02T15:47:48 | 2,314,780 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 239 | c | #include <stdio.h>
int main(int argc, char **argv)
{
char buf[8];
strcpy(buf, "hi");
if (strcmp(buf, "hi") == 0)
{
printf("hi\n");
strcpy(buf, "bye");
}
else if (strcmp(buf, "bye") == 0)
{
printf("bye\n");
}
return 0;
}
| [
"neufbox.dev@gmail.com"
] | neufbox.dev@gmail.com |
fd233de37842215e349138e12faf62f0b76a4a31 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/ds/dns/dnslib/hostent.c | 42b467d367304eee04cd1c463ed0b54698ba8071 | [] | 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 | 60,679 | c | /*++
Copyright (c) 2000-2001 Microsoft Corporation
Module Name:
hostent.c
Abstract:
Domain Name System (DNS) Library
Hostent routines.
Author:
Jim Gilroy (jamesg) December 4, 2000
Revision History:
--*/
#include "local.h"
#include "ws2atm.h" // ATM address
... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
f28bb77b7627c03e96ab44ce4b0b05d4974baf32 | a50934cbcf54c2924692dc2a2eb6bcf33849a488 | /Project/caller.c | edaa4efae002f20c0f0918592a7122cd105b2fc9 | [] | no_license | ChunKunWang/Kernel_Module | e35295f26f821692d15342dd7adf928b8b992ada | 9078d6773ffbb12e06e3f94188edcf92fc6fc6eb | refs/heads/master | 2021-01-25T05:50:21.467947 | 2017-02-02T03:04:25 | 2017-02-02T03:04:25 | 80,687,810 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,743 | c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <math.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <omp.h>
#include <syscall.h>
#include <time.h>
#include <sys/ioctl.h>
#include <linux/perf_event.h>
#include <asm/unistd.h>
#i... | [
"amos@classroom.cs.unc.edu"
] | amos@classroom.cs.unc.edu |
6ccfe12e040032d55d7802d078caa954238f7d74 | c3ad36f44a2ebff65ddc06e29cc019e7b5dcb9a6 | /subversion/svn/main.c | 8f3a7c422d0ddc3cb7acdc94a63b83c085d7544a | [
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"X11"
] | permissive | Distrotech/subversion | 84937b418404a5ccf61af616855bef9702a2e960 | d0384c2bb70a30c13724886c07c9d6ed8013d207 | refs/heads/master | 2023-07-31T07:23:51.997717 | 2013-12-24T12:52:29 | 2013-12-24T12:52:29 | 10,687,627 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 118,582 | c | /*
* main.c: Subversion command line client.
*
* ====================================================================
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* ... | [
"gregory@distrotech.co.za"
] | gregory@distrotech.co.za |
462d619d64155df62406db06d5e91d07e300dc23 | 964ce4a27a9886e39af32efe195f39ff79ab9f01 | /exercises/ipc/queues/example2.c | 86bd83211200a2fb2178dec382ada928571c1155 | [] | no_license | charlations/adv_progra | 428226f3709bb56754fc15c856fb16e47a001e91 | da45a4bcadd8eec60ebd6a19ed0029c81e191512 | refs/heads/master | 2021-05-10T18:16:53.251022 | 2018-03-23T15:55:40 | 2018-03-23T15:55:40 | 118,626,686 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,331 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <limits.h>
#include <math.h>
#include <sys/ipc.h>
#include <sys/msg.h>
#include <sys/wait.h>
#define SIZE 1000
#define TIMES 3
#define CHILDS 2
struct message {
long type;
int data[SIZE];
};
void process_one() {
struct me... | [
"pperezm@itesm.mx"
] | pperezm@itesm.mx |
3f3c71bc343222390e75eeea10046facaa218b5a | 569e72f5e42e131f2e48affb4467dbefa92cee52 | /ctrl_cell/ctrl_cell.c | 744958890ab2da0ecd40c57a21435f90784302b9 | [] | no_license | mfzszgs/cloudcell | 6a070f5e631d6b762fa4eba754187baccfe0ff11 | bcbd7b782d3df43b91368ac83d56ec1979a4cd48 | refs/heads/master | 2021-01-10T06:28:49.980850 | 2015-11-02T14:40:59 | 2015-11-02T14:40:59 | 44,472,948 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 951 | c | /*
* ctrl_cell.c
*
* Created on: Oct 31, 2015
* Author: wing
*/
#include "contiki.h"
#include <stdio.h> /* For printf() */
#include <unistd.h>
#include "mysock.h"
#include "handle.h"
/*---------------------------------------------------------------------------*/
PROCESS(ctrl_cell, "ctrl_cell");
AUTOSTART_P... | [
"su_wy@outlook.com"
] | su_wy@outlook.com |
e4a1bbf3ce0fd14c9e9a941c52a8cce8468afc17 | 95fedf91b7dfbc3f1778bb524cf14eed5e603be2 | /src/threads/fixedpoint.h | 883b5a7131751f3575da8a9d81b7b77e4e597f7b | [
"MIT-Modern-Variant",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | gsant1601/pintos | b307643861fb91e8509e79670da2b503d783d4a3 | 8b7189f3bf6a2329c95484384e2601fd485a6a46 | refs/heads/master | 2021-05-09T15:31:26.709136 | 2018-01-26T19:32:59 | 2018-01-26T19:32:59 | 119,092,804 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,167 | h | #ifndef __THREADS_FIXEDPOINT_H
#define __THREADS_FIXEDPOINT_H
/* Implements fixed point arithmetic*/
int f = 16384;
int integer_to_fixedpoint(int);
int fixedpoint_to_integer(int);
int fixedpoint_addition(int,int);
int fixedpoint_subtraction(int,int);
int fixedpoint_multiplication(int,int);
int fixedpoint_division(int... | [
"gsanthosh1601@gmail.com"
] | gsanthosh1601@gmail.com |
f98813dfc00f6775912c1ad3b44109ef8b7478e8 | 3ac9437878530c6656f30ba06941379cf6235802 | /inifile.c | 140fea60379ec0127a94b2d7b1c6ac2cb0cd90db | [] | no_license | andyfighting/iniparser_reform | 7c41b446a2fcdf5c7017eb25785ef7c944f2e1b1 | 94183fdc311117422be54decb17264c1f433ea7e | refs/heads/master | 2021-05-04T10:54:39.151221 | 2017-03-30T11:30:53 | 2017-03-30T11:30:53 | 36,704,571 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 37,388 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <ctype.h>
#include "inifile.h"
/** Maximum value size for integers and doubles. */
#define MAXVALSZ 1024
/** Minimal allocated number of entries in a dictionary */
#define DICTMINSZ 128
/** Invalid key token *... | [
"andyzhekun@gmail.com"
] | andyzhekun@gmail.com |
b0604b7d8c5dd16b90e358ca130358f1d5823fd4 | 92c4eed45bda3dca975c4c939f026c74da2dcc28 | /codemp/game/g_nox_syscalls.c | ac2f9147751f2ceb6fbf639e9e0a9e3cb5982e55 | [] | no_license | erfg12/clanmod-jka | 7276e441645befbda815a579cc513fcee593fa94 | a33c01fa2760a9ecc18721a32cc8b0206b33cc68 | refs/heads/master | 2023-07-10T20:13:30.115299 | 2023-06-28T02:17:30 | 2023-06-28T02:17:30 | 23,318,427 | 10 | 5 | null | 2018-12-06T11:49:48 | 2014-08-25T15:23:16 | C | UTF-8 | C | false | false | 31,037 | c | #include "g_local.h"
//undo re-routing for calls made from here
#undef trap_Trace
#undef trap_G2Trace
void trap_Trace( trace_t *results, const vec3_t start, const vec3_t mins, const vec3_t maxs, const vec3_t end, int passEntityNum, int contentmask );
void trap_G2Trace( trace_t *results, const vec3_t start, const vec3_... | [
"eqrulez@msn.com"
] | eqrulez@msn.com |
45fc4f5f5e6466ce10b9f275898b5dc1249a8b9c | c839eaea411be7fb24c59829694a8144e32ac8dc | /11878.c | a992a7e4545956277b4118b223a28f9349118af9 | [] | no_license | heru762004/ACM-UVA | 6b0726ea66037cab454f1c3739ecbca2692f538a | c0c89af49cc0f7eeed1f7bee038517e70affb164 | refs/heads/master | 2021-01-19T18:11:23.822269 | 2019-03-10T11:30:23 | 2019-03-10T11:30:23 | 42,980,455 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,497 | c | #include <stdio.h>
#include <string.h>
int main() {
char input[200];
char in1[50];
char in2[50];
char result[50];
int numCorrect = 0;
int p = 0;
int q = 0;
int mode = 1;
int r = 0;
int operator = 0;
int i = 0;
while (scanf("%s",&input) != EOF) {
p = 0;
q = 0;
mode = 1;
r = 0;
... | [
"noreply@github.com"
] | heru762004.noreply@github.com |
8e24489093012c51148f4bc4c11f46d787ca9a90 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/dd0ee5b2-5a55-4aeb-9c3c-e63b5adb8040.c | 9573856229752e3dd7edaad097820478366dc0b4 | [] | 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 | 561 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=11;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = j/j;
l = i-j;
l = l-j;
j = -k*i;
//variables
/* START VULNERABILITY */
int a;
long b[52];
long c[88];
a = 0;
do {
a++;
//ra... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
4bb4e90cf52cca9511d0374af2912515a4be2b2f | 846f455776ad982761bb900211644a96b696741c | /userprog/syscall.c | 5db0828e02b2086637085ad3b175997256831bd5 | [
"MIT-Modern-Variant",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | wlchcarl/orginal-pintos | a91a88b52860bff660f511e1a38a777d48224bdb | 0c10d2ea3d1bee1645e5b9a185bf11e9f5402935 | refs/heads/master | 2020-08-31T02:24:39.885927 | 2019-11-01T13:10:44 | 2019-11-01T13:10:44 | 218,558,234 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 321 | c | #include "threads/interrupt.h"
#include "threads/thread.h"
static void syscall_handler (struct intr_frame *);
void
syscall_init (void)
{
intr_register_int (0x30, 3, INTR_ON, syscall_handler, "syscall");
}
static void
syscall_handler (struct intr_frame *f UNUSED)
{
printf ("system call!\n");
thread_exit ();
}... | [
"noreply@github.com"
] | wlchcarl.noreply@github.com |
1e89a9a397842d7f6600e29291f8a24dfc888724 | bafedbcb15639cd095796409d99ba427a43a1a21 | /String_search.c | e89065410d8ae293bcd6c2eb97fcec8a5479bba9 | [] | no_license | lizhengxiang/Algorithm-In-c | ed4b1857daac2406a260483895caa567c1a924b8 | b360ac5df5495ec124593d0b26d4e5fd824927b3 | refs/heads/master | 2020-04-04T00:22:38.164443 | 2018-06-07T02:28:25 | 2018-06-07T02:28:25 | 32,264,954 | 2 | 0 | null | 2015-03-15T15:00:47 | 2015-03-15T14:35:25 | null | UTF-8 | C | false | false | 416 | c | //String search
#include<stdio.h>
#define N 1000
int main(){
int i, j, t;
char a[N], *p = "lizhengxiang";
//read string
for(i = 0; i < N-1; a[i] = t, i++)
if((t = getchar()) == '?')
break;
a[i] = 0;
// string search
for(i = 0; a[i] != 0; i++){
for(j = 0; p[j] != 0; j++)
if(a[i+j] != p[j])
break;
... | [
"1065482100@qq.com"
] | 1065482100@qq.com |
b488181710185dca6ea4473ddd928bd7986abf3f | 8ec2b43e5be284867fff4af790be459bebeef5d8 | /lib/libxenherder/file.h | 44d90f68a97ffeb4a275af617bae3ddd81928d2c | [
"BSD-3-Clause"
] | permissive | paulwoodman/xenherder | b3d8ddc8c11cfb65ec3b5dfac0587b0048d9a2b3 | 0465c2056ad53e72bc4fd532547c0b937c4c6210 | refs/heads/master | 2021-01-22T11:07:12.886819 | 2014-02-18T08:10:57 | 2014-02-18T08:10:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,122 | h | /*
* Xen Herder
* Copyright (C) 2014 Bindle Binaries <syzdek@bindlebinaries.com>.
*
* @BINDLE_BINARIES_BSD_LICENSE_START@
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of so... | [
"syzdek@bindlebinaries.com"
] | syzdek@bindlebinaries.com |
7706a938e14491173d886df2c0efa620f339ef20 | a037e1cc32976d4d2cd772d9b866b5c75e9cea9f | /Temp/StagingArea/Data/il2cppOutput/t299.h | 564a5dc028544d9cd7d2aa95e967404f493d5fea | [] | no_license | Sojex/BumbleBrigadeWithClickToKill | 4e11642e5e4d23d6456ac9add86570e15e28145f | fb7c30ae13a6e10bc388315bc2dc2b6e3cf1c581 | refs/heads/master | 2021-01-10T15:45:59.727221 | 2016-03-28T17:15:18 | 2016-03-28T17:15:18 | 54,907,861 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 247 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
struct t298;
struct t299;
struct t8;
#include "t296.h"
#include "t122.h"
struct t299 : public t296
{
};
| [
"student@c515-d25hq0s2dhjt-0112012.hostos.cuny.edu"
] | student@c515-d25hq0s2dhjt-0112012.hostos.cuny.edu |
4321fabbbca52921dcb27b70791d60d2037a9cda | 0edbcda83b7a9542f15f706573a8e21da51f6020 | /private/windows/setup/setupapi/devres.h | 3e219d000919bfe4d678e0a0228ca913b3bc3223 | [] | no_license | yair-k/Win2000SRC | fe9f6f62e60e9bece135af15359bb80d3b65dc6a | fd809a81098565b33f52d0f65925159de8f4c337 | refs/heads/main | 2023-04-12T08:28:31.485426 | 2021-05-08T22:47:00 | 2021-05-08T22:47:00 | 365,623,923 | 1 | 3 | null | null | null | null | UTF-8 | C | false | false | 11,816 | h | #pragma once
#define MAX_MSG_LEN 512
#define MAX_VAL_LEN 25
#define MAX_SPINRANGE 0x7FFF
#define MAX_RES_PROPERTY_PAGES 6
#define DMPROP_FLAG_CHANGESSAVED 0x00000001
#define DMPROP_FLAG_CLASSNAMECHANGED 0x00000100
#define DMPROP_FLAG_DEVDESCCHANGED 0x00000200
#define DMPROP... | [
"ykorokhov@pace.ca"
] | ykorokhov@pace.ca |
032f4d588e63dbbb258d0df6ad23ddf742040424 | 7c16cb191509d38567ddab773a35a94f445d7a64 | /src/include/string.h | 52a6fe212a968ab1e89745e5496049d5ef884f20 | [] | no_license | Archive-Puma/Doors | 73373f24d9e4d74a9016e13da4ee428e70580591 | e511541740a64189512198bdd6c1d6dd68e7ce3d | refs/heads/master | 2021-10-08T18:42:51.292490 | 2018-12-16T02:39:18 | 2018-12-16T02:39:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 98 | h | #ifndef STRING_INCLUDE
#define STRING_INCLUDE
#include "types.h"
uint8 len(string str);
#endif
| [
"kikefontanlorenzo@gmail.com"
] | kikefontanlorenzo@gmail.com |
cf5d52f1d145b7e3e6a5d1da2750bc656ca08c92 | 7bd532395568965bd44592b8dced39d501f4da4f | /src/Locale.h | c4123ead764f6465649d4537afaf99ec04ffdf7b | [
"MIT"
] | permissive | kj415j45/kjArduino | 3fee653765db95bd3a761a20b5c84afd76e80ad7 | 4fc388bc157a89fcdd8c05f80f7b8bc9219b9893 | refs/heads/master | 2021-01-20T00:06:18.366161 | 2017-09-03T19:17:22 | 2017-09-03T19:17:22 | 89,080,547 | 1 | 4 | MIT | 2018-06-17T03:51:51 | 2017-04-22T15:40:58 | C++ | UTF-8 | C | false | false | 248 | h | #ifndef KJ_LOCALE
#define KJ_LOCALE
#ifdef Locale_en
#define PIN "pin"
#define HIGH_LEVEL "High"
#define LOW_LEVEL "Low"
#endif
#ifdef Locale_zh
#define PIN "针脚"
#define HIGH_LEVEL "高电平"
#define LOW_LEVEL "低电平"
#endif
#endif
| [
"kj415j45@gmail.com"
] | kj415j45@gmail.com |
6da1a2e1842f89f5221881be9368f7aa9f3d2bc5 | a17cc7e3af14058383ed6a9e5c5a0bfcf8ec30b1 | /nodeServer/server/CNN/geodesicsOpt2.build/module.numpy.linalg.c | d197e92f57992678b14eb5628c1727bdff600ab4 | [] | no_license | stepupdy/MedicalActiveLearning | 87ebcfa586669993448c6578320e2616a8b673d0 | 8dc3764f39d757dccfa2aaf567bf652b98af3984 | refs/heads/master | 2022-06-02T09:16:12.289266 | 2018-09-25T10:40:12 | 2018-09-25T10:40:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,051 | c | /* Generated code for Python source for module 'numpy.linalg'
* created by Nuitka version 0.5.32.7
*
* This code is in part copyright 2018 Kay Hayen.
*
* 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 t... | [
"vg1416@ic.ac.uk"
] | vg1416@ic.ac.uk |
da98c6886920e5779a1a80b24392bccc8e11afa8 | f84cac226685e633a7882ab6a6c9e2af2918f169 | /Mod2_Seance1/projetWC/wc_3.c | 98fca30347bba37d6224692416a1b18c0fd9f771 | [] | no_license | asugomez/SystemeReseaux | a3011bae8afc79453f6518d574590d1679479a7c | 2439c3e90f8057a8b1364b4b8089343f560495fc | refs/heads/master | 2022-12-24T12:40:07.042261 | 2020-10-04T21:00:02 | 2020-10-04T21:00:02 | 257,235,039 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,987 | c | /* ------------------------------------------------------------------------ */
/* Fichier : wc_3.c */
/* */
/* 3e étape du programme de comptage des caractères, mots et lignes */
/* ... | [
"asuncion.gomez@ug.uchile.cl"
] | asuncion.gomez@ug.uchile.cl |
be1106135665c3e09783ab9ef734728f053d293d | bb8c42ad4c58b7c765d4b1477c7032727d53c636 | /OpenMP/Pi/pi_omp.c | 824542d8f17e962e1dee7815c038e1ca4bc6fc1b | [] | no_license | mesirendon/paralelative | eea9a0af2f3921c8b3c1da6a6e1422fd0dd86342 | 6cfc3d735da3e4d88d65e1b7d50556728494e0ff | refs/heads/master | 2020-05-24T17:45:43.719561 | 2019-05-19T15:34:11 | 2019-05-19T15:34:11 | 187,394,277 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 936 | c | //gcc pi_omp.c -o pi_omp -fopenmp
#include <stdio.h>
#include <stdlib.h>
#include "omp.h"
#define ITERATIONS 1e06
#define THREADS 16
int calculatePi(double *piTotal, int ID)
{ int start, end;
start = (ITERATIONS/omp_get_num_threads()) * ID;
end = (ITERATIONS/omp_get_num_threads()) * (ID + 1);
int i ... | [
"roasarmientoga@unal.edu.co"
] | roasarmientoga@unal.edu.co |
1d8846970e8dac363a2fe4a88e77058f09c0105d | 7f223abcb0bb3c20a19f7836bc368aaef44629b4 | /phd_project_histo/old/bak_simpletest.c | 3e3a2bed6f5af52bfe4421cc86bdb986bd47147d | [] | no_license | kiranchandramohan/benchmarks_a9 | 05fcd57271bf2b1fdb1e5f70c34da8ec0c32b72b | d1bb87c279faf43f0cbe985f57e9416f88f64269 | refs/heads/master | 2021-01-19T14:33:41.283080 | 2013-12-11T06:34:57 | 2013-12-11T06:34:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,590 | c | #include "timer.h"
#include "simpletest.h"
#include "barrier.h"
#include "test1.h"
int IB1[SIZE][SIZE], IB2[SIZE][SIZE], IB3[SIZE][SIZE] ;
int M3_FD, DSP_FD ;
struct timer tm_main ;
struct timer tm_m3 ;
struct timer tm_dsp ;
struct timer tm_a9 ;
struct timer tm_a9_0 ;
struct timer tm_a9_1 ;
int num_threads_barrier ;... | [
"kiran@pandaboard.localdomain"
] | kiran@pandaboard.localdomain |
2cfd19de21b8d484a6965616ac209d75f453b6d2 | f0368efd5dc02f62d57c11ecab9ada35b61f8906 | /zoj/vol01/1049.c | 755cffb08fe70f623eb5babbc25029cfdf177155 | [
"MIT"
] | permissive | ibillxia/acmicpc | 95a39c8f27fd60b98825ff65eb3f69413b2c3d14 | bf57e46f797f7e328a0f11183c17bcefd1808f2e | refs/heads/master | 2021-01-20T11:04:42.514871 | 2014-05-30T12:51:55 | 2014-05-30T12:51:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 452 | c | //runid 2974935 2012-07-24 20:40:57 Accepted
#include <stdio.h>
#define PI 3.1415926
int t;
double x,y;
int main()
{
int i,n;
double area;
scanf("%d",&t);
i=1;
while(i<=t) {
scanf("%lf%lf",&x,&y);
area = (x*x+y*y)*PI/2;
n = (int)((area+49.999999)/50.0);
printf("Pr... | [
"ibillxia@gmail.com"
] | ibillxia@gmail.com |
430cea59a3934ee96bb4b4c6e40cb0e636a3f7c1 | 8643bfa103b2d6dd98e0bf76624531367241acf9 | /HistoSvc.C | dadf1b062a1111d59d0e71a4ea0147fc10c94a47 | [] | no_license | cuthik/tupleMaker | 44395782cfdaf8617850e913503772829bb31bf9 | 41e09eaf4ed33bb2afd90d9c9e91f03d2f300625 | refs/heads/master | 2020-06-06T16:19:57.786286 | 2015-07-08T12:29:52 | 2015-07-08T12:29:52 | 22,448,706 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,812 | c | #ifndef _HISTOSVC_H
#define _HISTOSVC_H
/**
* @file HistoSvc.C
*
* @brief A header file for class HistoSvc.
*
* @author cuto <Jakub.Cuth@cern.ch>
* @date 2015-06-18
*/
#include <TList.h>
#include <stdexcept>
/**
* Description of class.
*
* Longer description of class
*/
class HistoSvc {
public:
... | [
"cuto@cuth-dell.physik.uni-mainz.de"
] | cuto@cuth-dell.physik.uni-mainz.de |
4d263a75d3b3435367eaf0cc34af11877423c35e | 09c98119a5fbaf5b89891e6ca009d2258028b724 | /Projects/STM32446E_EVAL/Examples/FMC/FMC_SDRAM/Src/stm32f4xx_hal_msp.c | 50e49c65de2f33142675b2c5e97033aec7532d02 | [
"BSD-2-Clause"
] | permissive | koson/STM32Cube_FW_F4 | bf20f632625181189ea0b47e96653117a8946cd9 | 58e9769a397768882632079863e2453803951a82 | refs/heads/master | 2020-12-05T02:03:49.120409 | 2019-09-21T06:45:53 | 2019-09-21T06:45:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,735 | c | /**
******************************************************************************
* @file FMC/FMC_SDRAM/Src/stm32f4xx_hal_msp.c
* @author MCD Application Team
* @version V1.1.3
* @date 29-January-2016
* @brief HAL MSP module.
**********************************************************************... | [
"vuhungkt18@gmail.com"
] | vuhungkt18@gmail.com |
1ea0bf8855c06f80ceae96213920e784d593e7ae | 4de2b914e4607dd0ca7eec60b21026af6b6c4797 | /Old_work/valdambrini_cheli_papallo_tarmati/BIPE MATLAB/slprj/_sfprj/ICARO3_Onda_bipe/_self/sfun/src/c100_ICARO3_Onda_bipe.h | 6bac68152abb11441ebc1c1bd7136636a4dc229b | [] | no_license | ABiondi12/project_sgn | 5203d21f2753dcdf7c53b153324dc75bc1221549 | 570b7be0b01e7c83cb927945e532d6a2213ebf65 | refs/heads/main | 2023-06-18T12:59:18.337096 | 2021-07-21T10:27:08 | 2021-07-21T10:27:08 | 307,121,028 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,164 | h | #ifndef __c100_ICARO3_Onda_bipe_h__
#define __c100_ICARO3_Onda_bipe_h__
/* Include files */
#include "sf_runtime/sfc_sf.h"
#include "sf_runtime/sfc_mex.h"
#include "rtwtypes.h"
#include "multiword_types.h"
/* Type Definitions */
#ifndef typedef_SFc100_ICARO3_Onda_bipeInstanceStruct
#define typedef_SFc100_I... | [
"petracci.francesco@gmail.com"
] | petracci.francesco@gmail.com |
af4430a891c08428cb663b87cb875ddbf38d416c | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/c-litmus-ARMCBMC/long-ISA2+dmb.ld+data+dmb.ld.c | 5394e2889ceb96ec19628c57746c957cd9dc0769 | [] | 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 | 2,016 | c | /* Copyright (C) 2023 ARM-CBMC
* This benchmark is part of ARM-CBMC */
#include <assert.h>
#include <pthread.h>
#include <stdatomic.h>
// Memory barriers
void dmbld();
void dmbst();
void dmbsy();
void isb();
atomic_long vars[3];
atomic_long atom_1_X0_1;
atomic_long atom_2_X0_1;
atomic_long atom_2_X2_0;
void *t0... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
23c7749a23168f01703a9b0f0c3640431296ed80 | 9bd6e1fd92659406fb1dce525d7b68082516bb7e | /TclTk/tk8.3.4/generic/tkClipboard.c | 4ed3bd91e4c5a3fd90702ad69a40a18bc5e9f802 | [
"TCL"
] | permissive | iandennismiller/lens | 034f9781fab351a50cca77555ba3e15b1d4f9adb | 072c38491b073322561a610d4c68d3871e9f738d | refs/heads/master | 2023-08-17T11:13:32.126325 | 2021-04-18T12:09:46 | 2021-04-18T12:09:46 | 406,521,341 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,916 | c | /*
* tkClipboard.c --
*
* This file manages the clipboard for the Tk toolkit,
* maintaining a collection of data buffers that will be
* supplied on demand to requesting applications.
*
* Copyright (c) 1994 The Regents of the University of California.
* Copyright (c) 1994-1997 Sun Microsystems, Inc.
*
* See... | [
"ian@iandennismiller.com"
] | ian@iandennismiller.com |
eda679d0944a0a2dadfc2bf0f8587f8c058f4d6b | 0f2eec7431f54518342e42d69eec4a6a50ea549d | /grafika6/objects/sumbawa.h | c66acb55e077241e6b03f68761632534a7a67f4f | [] | no_license | luqmanarifin/grafika | 0d139c8b2c959d3286be93da6eb3ecf95dfeb5c0 | 335b692a1f57f831d2394c14486a7a3e7d74248d | refs/heads/master | 2020-04-10T08:08:47.715012 | 2018-01-24T11:06:42 | 2018-01-24T11:06:42 | 50,510,446 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 841 | h | #ifndef __SUMBAWA_H_
#define __SUMBAWA_H_
#include <polygon.h>
struct Sumbawa : public Polygon {
Sumbawa() {
addPoint(Point<double>(343,281));
addPoint(Point<double>(349,279));
addPoint(Point<double>(354,280));
addPoint(Point<double>(358,283));
addPoint(Point<double>(362,284));
addPoint(Poi... | [
"laser.survivor@gmail.com"
] | laser.survivor@gmail.com |
9b5f8d96ef127ea60956eb6dd22e11e416707eef | 26d5dbef76d7c640b12ccbaa2a33d2cee1b10d0f | /clab/sort.c | c82d59156122b981fd60d26c637284ea6e487033 | [] | no_license | wb670/stonelab | 41dfefc3a75c9e3550877c1b9b78981d3e65cd24 | 846c493124354da4e787b5172c05061c694b98f0 | refs/heads/master | 2021-01-01T05:44:28.372620 | 2014-01-21T03:27:54 | 2014-01-21T03:27:54 | 55,951,211 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 70 | c | /*
* sort.c
*
* Created on: 2013-9-18
* Author: stone
*/
| [
"stone2083@10ebbd10-f3f5-8434-4617-7576d192ee63"
] | stone2083@10ebbd10-f3f5-8434-4617-7576d192ee63 |
4a489aea10bc2caa8b332463f99d70e3d8a0ba68 | fcd7793e4b2d87354b3a45422ba4187a2a014201 | /dis2pts.c | 700121207c439c05253752a8322dbea44a38fc04 | [] | no_license | Henriqu3-Freitas/Alg_basicC | 0d5c89d2f0e1cc1f2ccb517b92df646bec25da8f | 4cd8f133566c26435f104f862e441a9ac031a6c4 | refs/heads/master | 2022-12-01T04:46:27.296372 | 2020-08-03T19:51:47 | 2020-08-03T19:51:47 | 284,782,436 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 440 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
typedef struct
{
float x;
float y;
}Pes;
float dist(Pes p1, Pes p2){
float aux =pow(p2.x-p1.x,2) + pow(p2.y-p1.y,2);
return sqrt(aux);
}
int main(void){
Pes p1,p2;
printf("cord p1:");
scanf("%f",&p1.x);
scanf("%f",&p1.y);
printf(... | [
"lluismf18@gmail.com"
] | lluismf18@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.