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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e4317e49324e615bafb844e66b79cc039b14f7d7 | f520acd3459ddd213c5e9013db46f0e914765bdf | /home_page_old/project/2013_spring/project_2/Project Phase 3/answer/phase3_component_state.h | 47cdf60fa6820d7f9428c1c0abc6a0b5e6cb50b1 | [] | no_license | Tony-YI/home_page | 3450c54c59930dbf5b5e3d5195b90bb88ba750d6 | 8b991af6b230881fd4c429cf332a8f7c734834fa | refs/heads/master | 2021-01-19T02:03:45.848339 | 2018-01-06T06:32:21 | 2018-01-06T06:32:21 | 17,402,709 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,089 | h | /********* Start - Do not touch **********/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
// Struct for storing the states of the Address Adder
typedef struct _addressadder {
// Input
unsigned *Data_1;
unsigned *Data_2;
// Output
unsigned Result;
} Address_Adder_Unit;
// Struct for storing the sta... | [
"455054421@qq.com"
] | 455054421@qq.com |
07731141f3ef38a38d67dfe6f8d28d74fa8795ad | d23ab14ac56dd832bb03791074bd18990691435c | /lnInclude/kOmegaSSTRC.H | 4b5b94255cff8a69dc75001a89e3c9d8bcd4f569 | [] | no_license | magnushaese/kOmegaSSTRC | 0b7f0c578bfbcba0819a4942e0615c4f0e7f1d20 | ca3e549806220afbb2590e4cee27ba33f0245639 | refs/heads/master | 2020-05-23T23:48:23.237370 | 2019-05-17T10:21:05 | 2019-05-17T10:21:05 | 187,001,993 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16 | h | ../kOmegaSSTRC.H | [
"magnus.haese@protonmail.com"
] | magnus.haese@protonmail.com |
0a4bc616ff2d61839c63296984e8bb22c029819d | 92b17ba582d35b5b0a8d1bc4006f69d0d35a6d98 | /TP4/Exo5/main.c | dd9dde494bf74a01ca6676bec2101220dd1faa1f | [] | no_license | IsenAlgoC/HugoDemenez | d78b324c91854b7e107791291be1e7322f79f650 | 8dd91500652d3a131f062142b70176ebb1538687 | refs/heads/master | 2023-01-21T07:05:05.846135 | 2020-12-03T13:13:01 | 2020-12-03T13:13:01 | 302,059,196 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 731 | c | #include<stdio.h>
#include<conio.h>
#include<stdlib.h>
#include <string.h>
#include <locale.h>
int main() {
//Ajout des caractères speciaux français
setlocale(LC_ALL, "fr-FR");
//Initialisation des variables
char phrase[1024] ;
int nbmots = 1;
float caracteres = 0.00;
printf("Entrez une phrase : ");
//D... | [
"hugo.demenez@isen.yncrea.fr"
] | hugo.demenez@isen.yncrea.fr |
0f987738a00f797c21bedd249761cbc5600921a6 | 0a3dc35fe5f7f0dd8d204bc970edc8262b5e4913 | /0x04-more_functions_nested_loops/5-more_numbers.c | 0560054ab6397fd3615f74547e2b6c3a2a2cb7fc | [] | no_license | kyeong1/holbertonschool-low_level_programming | 0fcdcb515a7e0c3bc0e7e6b47f5a1055eda42eb4 | ca8c20d6552732bc9528d7ab0abb086fb9231c1d | refs/heads/master | 2020-06-06T14:49:55.601574 | 2019-06-28T21:54:57 | 2019-06-28T21:54:57 | 169,512,835 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 292 | c | #include "holberton.h"
/**
* more_numbers - check the code for Holberton School students.
*
* Return: Always 0.
*/
void more_numbers(void)
{
int n, l;
for (l = 0; l <= 9; l++)
{
for (n = 0; n <= 14; n++)
{
if (n > 9)
_putchar(n / 10 + '0');
_putchar(n % 10 + '0');
}
_putchar('\n');
}
}
| [
"kyeong1@yahoo.com"
] | kyeong1@yahoo.com |
3976ae07c6dac7f25cb73b35826fc0b77645d26d | 8340a701fd1f6081f5162d7a724740f5e82aa9fa | /lib/libc/include/any-linux-any/linux/iommu.h | dc56a6613073c57a1e436513b5b57dffdd8d8d42 | [
"MIT",
"LicenseRef-scancode-other-permissive"
] | permissive | kprotty/zig | 6316ad8517213b68c4bb72a5dd9480e13085861b | 460211431f407c9f707e3ac3bbff61610a487926 | refs/heads/master | 2022-08-07T04:42:51.607816 | 2022-07-21T03:09:25 | 2022-07-21T18:17:35 | 190,903,453 | 2 | 0 | MIT | 2021-03-09T02:50:38 | 2019-06-08T15:23:47 | Zig | UTF-8 | C | false | false | 12,015 | h | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
* IOMMU user API definitions
*/
#ifndef _IOMMU_H
#define _IOMMU_H
#include <linux/types.h>
#define IOMMU_FAULT_PERM_READ (1 << 0) /* read */
#define IOMMU_FAULT_PERM_WRITE (1 << 1) /* write */
#define IOMMU_FAULT_PERM_EXEC (1 << 2) /* exec */
#defin... | [
"andrew@ziglang.org"
] | andrew@ziglang.org |
d338a1a2f481fcd4f868aa842f0405d5351698e1 | 042ef5280ae267a5457b15e8017c0ff863ce66fa | /Homeworks/hw2/hw2.c | 1ab32fdd8200e830dea09037097dcf4ccb573c8e | [] | no_license | YazanHalawa/ECEn-425 | 2b4086f56d1a0c289d0a40b11b4a0f71f6be968a | 4eac852151d65d3d823e6ba543f2c12530b4a50b | refs/heads/master | 2016-08-12T09:16:59.793625 | 2015-12-07T05:30:13 | 2015-12-07T05:30:13 | 43,793,078 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 868 | c | #include <stdio.h>
int multiplyTwoNums(int first, int second){
return first*second;
}
int main (){
int a = 2, b = 3;
char f = 'a';
multiplyTwoNums(a,f);
}
// #include <stdio.h>
// int main (){
// int array[] = {0,1,2,3,4};
// printf("%p\n\r", &array[4] + 0x1);
// int *next_address = (int*)(&array[4] + 0x1);
... | [
"y.halawa94@gmail.com"
] | y.halawa94@gmail.com |
a9a83aa04e4cb8ffde014d4556da54c9805402ec | e3618ab248f58e5ceca14e0a9832fe4e986ae75f | /c_programs/patt16.c | 72319e252dd2fc02b0b957e4be47ce6f08f8d106 | [] | no_license | combo667/c_codes | 8c104c5a11d5fb1b43e07586e94f3ebf8b9d2a78 | 86e9ff9f536625671626eb1e480b6ca70e52d7fd | refs/heads/master | 2022-11-30T18:25:04.102678 | 2020-08-17T02:22:09 | 2020-08-17T02:22:09 | 250,613,654 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 351 | c | #include <stdio.h>
int main(void){
int i=0,j=0;
for(i=1;i<=7;++i){
for(j=1;j<=7;++j){
if(j==i||j==8-i){
printf(" ");
if(i==j&&j!=4)
printf("\\");
else
printf("/");
}
else{
printf("*");
}
}
prin... | [
"combo.441@gmail.com"
] | combo.441@gmail.com |
50120bbb33b2602b2d4611b585c29df520be91e4 | 6ad4c8666ef47e3a785effd5cd6bba697c7ff494 | /6.36/source/main.c | c81ee62600b6ed25eabdfb27c2f3bbd6e5deadf1 | [] | no_license | james620821/Hw5-2 | a4e79a6088359f353ca78eb44cdc3779fdeddf89 | 384e5245afda230472462ff8a103739cec9e9921 | refs/heads/master | 2021-08-23T10:46:31.213723 | 2017-12-04T15:39:34 | 2017-12-04T15:39:34 | 113,060,310 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 370 | c | #include <stdio.h>
#include <stdlib.h>
void abc(char x[], int i, int y);
int main()
{
int i = 0;
char string[20];
printf("½Ð¿é¤J¤@¬q¦r¦ê:");
scanf("%19s", string);
size_t length = strlen(string);
abc(string, i, length);
system("pause");
return 0;
}
void abc(char x[], int i, int y)
{
if (i < y)
{
abc(... | [
"james620821@gmail.com"
] | james620821@gmail.com |
2a2b90a526298c910542c0a4ff516371e19295b3 | be62da3f010d6e34d33320e2f58dbf4821827cf3 | /sys/dev/acpi/tpm_acpi.c | 2dcf0852e635d9899b7ada500b94826c0cdb30ad | [] | no_license | sugam45/src | 453144ee2c3f0a9f6a6fef5a1351700a71bcd49a | 546a6829be97e6afac2563f9b14b3f55c703601f | refs/heads/main | 2023-06-20T02:06:34.602356 | 2021-06-15T12:35:53 | 2021-06-15T12:35:53 | 377,153,283 | 1 | 0 | null | 2021-07-13T00:47:10 | 2021-06-15T12:22:12 | null | UTF-8 | C | false | false | 4,910 | c | /* $NetBSD: tpm_acpi.c,v 1.13 2021/01/29 15:24:00 thorpej Exp $ */
/*
* Copyright (c) 2012, 2019 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Christos Zoulas and Maxime Villard.
*
* Redistribution and use in source and binary... | [
"sugam1999@yahoo.com"
] | sugam1999@yahoo.com |
989f76bcc61a6b73ff4ab93a3c33dc2f9cfaa99c | a519061e401f7554bc632b93212b519391dfcd06 | /examples/stm32cube-hal-wifi-client/src/wifi.c | 1762df4f2e15106276c0fead7448dda2c04410e7 | [
"Apache-2.0"
] | permissive | platformio/platform-ststm32 | dd8452a64abb695384c3289d90e9ad2c7a0f7e29 | d1ef4d128849c064121984bb2c7f23aa713a7ac1 | refs/heads/master | 2023-09-02T21:29:25.155371 | 2023-07-28T10:56:33 | 2023-07-28T10:56:33 | 59,845,233 | 382 | 357 | Apache-2.0 | 2023-08-29T18:11:29 | 2016-05-27T15:38:10 | Python | UTF-8 | C | false | false | 11,248 | c | /**
******************************************************************************
* @file wifi.c
* @author MCD Application Team
* @brief WIFI interface file.
******************************************************************************
* @attention
*
* <h2><center>© Copyright (c) 2017 STMic... | [
"valeros08@gmail.com"
] | valeros08@gmail.com |
9b54d8c15e61872b69c8b9b891905c49821e662d | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/work/kernel/linux-3.0.8/arch/mips/include/asm/mips-boards/piix4.h | 36a76edbbd3f844b248f170fd68ba898c701eb81 | [] | no_license | weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346041 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,414 | h | #define __ASM_MIPS_BOARDS_PIIX4_H
#define PIIX4_ICTLR1_ICW1 0x20
#define PIIX4_ICTLR1_ICW2 0x21
#define PIIX4_ICTLR1_ICW3 0x21
#define PIIX4_ICTLR1_ICW4 0x21
#define PIIX4_ICTLR2_ICW1 0xa0
#define PIIX4_ICTLR2_ICW2 0xa1
#define PIIX4_ICTLR2_ICW3 0xa1
#define PIIX4_ICTLR2_ICW4 0xa1
#define PIIX4_ICTLR1_OCW1 0x21
#define... | [
"weilaidb@localhost.localdomain"
] | weilaidb@localhost.localdomain |
c7c373c367207332fa1a1737f0da958cc03bbc85 | cdc1e3d5796b8dc8f453f805d450ab716aa87786 | /hold/ft_pourcent.c | 76173996e2d2856aff26eda6eec2414078d561f7 | [] | no_license | keulee/ft_printf | 47e86d48b7433685b802a029de6bbf2e04d0385e | 5b64602227ddb4ec7918c0a0dc49810db9d1c6a8 | refs/heads/master | 2022-11-19T10:17:38.986018 | 2020-07-16T14:22:54 | 2020-07-16T14:22:54 | 245,693,741 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 126 | c | if (tab.str[tab.i] == '%' && tab.str[tab.i + 1] == '%') // -> make in function (case %)
{
ft_putchar('%');
tab.i++;
}
| [
"keulee42@gmail.com"
] | keulee42@gmail.com |
8fefbfd144c8f44414ba3c1cec3d1808843ad3e6 | d0dec74b14458241670a6a5ce8ee5e1402edd125 | /114.c | 82a5499f725e4e92b194b9ef0e093bd688b141c7 | [] | no_license | luqian2017/haizeiOJ-1 | 988cdafce1354b0da03ed43a60eb555f7863a8af | 525d256e5162d691f611a07aaa6191516a8bedfa | refs/heads/master | 2022-04-07T17:26:35.675046 | 2020-03-05T14:16:00 | 2020-03-05T14:16:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 619 | c | /*************************************************************************
> File Name: 114.c
> Author:
> Mail:
> Created Time: 2020年01月10日 星期五 18时42分04秒
************************************************************************/
#include<stdio.h>
int main() {
char x;
scanf("%s", &x);
if (x == 'h') {
... | [
"2573052056@qq.com"
] | 2573052056@qq.com |
7559b93fbfb43b9431de2be8c8fb676ccd3533f3 | 7d23ada7a96bbcb05b0e38183fc1e0f03fecb7a7 | /userspace/libc/src/unistd/fork.c | 0413a7d15a9a98465eba939813c078814ff4616b | [
"LicenseRef-scancode-public-domain"
] | permissive | osstudy/glidix | 226ae9f233227d602e3324d976b09b9e818232bf | 64c17c2dbccc9ca62f3e89cf5d9bcdf2f6fb6d47 | refs/heads/master | 2020-05-29T11:04:45.906817 | 2015-10-21T21:48:37 | 2015-10-21T21:48:37 | 47,238,187 | 1 | 0 | null | 2015-12-02T05:01:28 | 2015-12-02T05:01:28 | null | UTF-8 | C | false | false | 1,461 | c | /*
Glidix Runtime
Copyright (c) 2014-2015, Madd Games.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of c... | [
"projekt.darma@gmail.com"
] | projekt.darma@gmail.com |
308c346336c2008c6a6cb691e0634686934bddbf | 43369807c33c0643b07033d9d4e200debe302862 | /eve_server/server_app/lib/server/example/echo_websocket_server/EIFGENs/echo_websocket_server_mt/W_code/C13/li423d.c | 27cb6445ff2e172197edef515d90bd5a687f0fba | [
"EFL-2.0"
] | permissive | jvelilla/Eiffel_Web_Server | 8ebcc06b3d81ea1bf4bba9a557ad5b753db6d0c6 | d194d75ff2322a0e195a2d23aa063943660bce75 | refs/heads/master | 2020-06-01T20:16:17.066391 | 2014-06-27T11:41:14 | 2014-06-27T11:41:14 | 21,387,371 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,704 | c | /*
* Class LINEAR [REAL_32]
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static EIF_TYPE_INDEX gen_type0_423 [] = {242,422,215,0xFFFF};
static EIF_TYPE_INDEX gen_type1_423 [] = {422,215,0xFFFF};
static EIF_TYPE_INDEX gen_type2_423 [] = {0,0xFFFF};
static EIF_TYPE_INDEX gen_type3_423 [] = {0,0... | [
"manavkedia1993@gmail.com"
] | manavkedia1993@gmail.com |
b92c0b3742b04919ae16ea44028e0e4845e5cc42 | 5033efc97698874313296e741e8270ad24d86d9e | /Games/1945/scorescreen.h | 1a36bc78887b4224f7245c30427fb4cab2d961e6 | [] | no_license | elamre/cEngine | 01564cc480bd171397e136675a9d6673ceed6e42 | ec56fb14947a58734cc1b344a3a40bc0a184d28a | refs/heads/master | 2021-01-12T17:30:14.202672 | 2016-10-21T17:06:50 | 2016-10-21T17:06:50 | 71,583,646 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 240 | h | /*
* scorescreen.h
*
* Created: 4/18/2014 11:48:38 AM
* Author: Elmar
*/
#ifndef SCORESCREEN_H_
#define SCORESCREEN_H_
#include <Libs/Game/game.h>
#include "menu/mainMenu.h"
Screen * ScoreScreen();
#endif /* SCORESCREEN_H_ */ | [
"e.vanrijnswou@innoseis.com"
] | e.vanrijnswou@innoseis.com |
f68b379cab3c840e3d0bca1091025a72ec94a5b8 | 2e2ada3d11799b4a133d4b055a0e7f459cd20ee7 | /nigel1b.ysc.c | 91bcade2f8ed14c4a5c59a45ae95132be54786bb | [] | no_license | GTAResources/v-decompiled-scripts-edit | 8d90517c0209151dacc69c4c6370ce19af4fd9f7 | c78c2758f75774c0e9ceda7b43871317bf1f936b | refs/heads/master | 2021-02-07T18:24:11.326443 | 2019-05-29T17:19:17 | 2019-05-29T17:19:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,063,489 | 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 = 0f;
var uLoc... | [
"jeremie.ngadi@gmail.com"
] | jeremie.ngadi@gmail.com |
a4510fb065b231a6bcbdf8ac4bd026d96ee57ed7 | 03ab979bd506e1ebfb798196acde91c739e84d49 | /d/yuyang/npc/meng.c | 5af982c86068f09e79a78328d1ab3e89a11bdff7 | [] | no_license | hhsiao/DTSL | d0a9f69edce192f0b39578fc4b458013332d8c39 | 50320937f839e28f04cf70c29c6765d26cb31dc2 | refs/heads/master | 2023-04-17T23:20:52.753422 | 2021-05-02T14:08:44 | 2021-05-02T14:08:44 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 492 | c |
inherit NPC;
inherit F_DEALER;
void create()
{
set_name("孟老板",({ "meng laoban","meng","lao ban" }) );
set("gender", "男性" );
set("age", 32);
set("long", "这是当铺的老板,心狠手辣。\n");
set("combat_exp", 500000);
set("str", 30);
set("attitude", "friendly");
setup();
carry_object(__DIR__"... | [
"i@chenxuefeng.cn"
] | i@chenxuefeng.cn |
c13ec47aeba01eed740738d624c2dacf3b4d6efc | c94221a53be10920b34765789e4e6ac17b0f792a | /寻找真凶.c | 4fe912365239178728fd2cc9307da1c3cf5caee4 | [] | no_license | qq8351176/GIT-c-learn | 07328738e442ec28feb05125ca828d0e3531edde | 1376e35da8a56d7a6e669dbf8b7db5e6e9e19dbc | refs/heads/master | 2023-02-05T07:40:19.306938 | 2020-12-24T14:16:50 | 2020-12-24T14:16:50 | 323,084,874 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 223 | c | #include <stdio.h>
int main()
{
int killer = 0;
for (killer = 'a'; killer <= 'd'; killer++)
if ((killer != 'a') + (killer == 'c') + (killer == 'd') + (killer != 'd') == 3)
printf("killer is %c", killer);
return 0;
} | [
"1045882688@QQ.COM"
] | 1045882688@QQ.COM |
8825f60b2fb71d0087d1f83ccb32306e427c16d9 | dd642e0b82a2579b4210160b2e52e5edd240b9e9 | /x509/test_cert3.h | ef53eeb4e4da6bb01a2400fe4ea0db9f52404e38 | [
"MIT"
] | permissive | mras0/funtls | d88f52a63319bf11da5a205a884e8accd16164a4 | a16c6fde92cf247876a0761a6ca3ed538b2ad0c2 | refs/heads/master | 2021-01-16T19:00:35.105969 | 2015-12-17T19:47:57 | 2015-12-17T19:47:57 | 34,807,373 | 3 | 0 | null | 2015-11-01T21:29:02 | 2015-04-29T17:17:51 | C++ | UTF-8 | C | false | false | 993 | h | const char* const test_cert3_subject_name = "C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G3";
const char* const test_cert3 =
R"(-----BEGIN CERTIFICATE-----
MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQsw
CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu
ZGlnaWNlcnQ... | [
"mras@diku.dk"
] | mras@diku.dk |
7690dd545a6ca3b6e36eb496c3cf47016f0f3a05 | 6519350f2471d9f2c1bde1c4d163a8632f0071dd | /TP_2_ MARIANO CAMARA/persona.h | d497f22165803200ac6188de0ee288c237937541 | [] | no_license | marianocamara/tp_laboratorio_1 | 28244b5ac6a465c1402e31ba235d898aaf3075ae | a43a1280e409f7f66b9d59716ebac4ed30d96956 | refs/heads/master | 2021-01-23T20:55:45.551804 | 2017-11-11T00:13:23 | 2017-11-11T00:13:23 | 102,876,674 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,640 | h | #ifndef PERSONA_H_INCLUDED
#define PERSONA_H_INCLUDED
typedef struct {
char nombre[50];
int edad;
char dni[50];
int estado;
}ePersona;
#endif // PERSONA_H_INCLUDED
#define PERSONA_LIBRE 0
#define PERSONA_OCUPADO 1
/** \brief Inicializa el campo estado de la estructura como LIBRE
* \param array de l... | [
"camaracodes@gmail.com"
] | camaracodes@gmail.com |
9c97aaeccf437a8591da763f27d67a8b2d7ef63d | 9c5fc37df00b31bada6c446e92877e03a32403f7 | /spring327project-master/spring327project-master/part3/pt3utils.h | 8d129ab89418b9987cac668c3dd7dbcfc3e59f2d | [] | no_license | xjloh/coms327 | 396827adb5454784c869efac9e46966aeb0f107f | 8f736345d73983ead3f2d8ec9194440d241b9851 | refs/heads/main | 2023-06-06T10:50:49.158278 | 2021-06-29T21:53:36 | 2021-06-29T21:53:36 | 380,897,025 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 895 | h | #include <stdlib.h>
#include <stdio.h>
struct cards{
char rank;
char suit;
};
typedef struct cards Cards;
struct stock{
Cards* cards;
struct stock* next;
};
typedef struct stock Stock;
struct waste{
Cards* cards;
struct waste* next;
};
typedef struct stock Waste;
struct moves{
char src;
char dest;
struct m... | [
"xinjun99@iastate.edu"
] | xinjun99@iastate.edu |
6de9c33897ecb2d686c2325d469b5f15dd4ef805 | a24d0060c77b029ce73db360b1509be1fb2189a0 | /Implementations/content/graphs (12)/DSU/DSUrb (15.5).h | e30a40484893e54f320feb08d0c6559db01336b3 | [
"CC0-1.0"
] | permissive | weil/USACO | 04098347298ea83db901dd5a125eee93ab33df6f | ff6b82bbc16b5bf57f701af166f989987f2f4662 | refs/heads/master | 2020-12-21T14:22:52.258865 | 2020-01-26T20:52:22 | 2020-01-26T20:52:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 735 | h | /**
* Description: Disjoint Set Union with Rollback
* Source: see DSU
* Verification: https://codeforces.com/contest/1140/problem/F
*/
struct DSUrb {
vi e;
void init(int n) { e = vi(n,-1); }
int get(int x) { return e[x] < 0 ? x : get(e[x]); } // path compression
bool sameSet(int a, int b) { return get(a) == ge... | [
"bqi343@gmail.com"
] | bqi343@gmail.com |
d73995205bf0e0e18e21c61a14bcbd0d5e0a0f97 | 90b1be629c43da15a2bfba7fcf60cd60c6634989 | /multithreading/lab3/Processor/include/metrics.h | 665ae1910801869d9f0b5ef804775fa70405f3bc | [
"WTFPL"
] | permissive | Azmalent/itmo7 | 539094e1b4a4a2aa7d22b08d2f266e439d8f1ccd | 75a67c6468ea8bbd24d166a645af42018a23c2f7 | refs/heads/master | 2020-07-24T20:28:56.428982 | 2020-01-24T10:37:42 | 2020-01-24T10:37:42 | 208,038,582 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 300 | h | #ifndef LAB3_METRICS
#define LAB3_METRICS
#include "types.h"
#include "vector.h"
#define METRICS_FILE "metrics.txt"
#define PERCENTILE 0.75
int percentile(vector_t vec, double percent);
void* monitor_thread_func(void* arg);
void init_monitor(int sleep_interval, strategy_t work_strategy);
#endif | [
"amatsu57@yandex.ru"
] | amatsu57@yandex.ru |
1be7204e8f876420abe157c48288f48f7b50501b | 932df24b40f2a3b30709bfaabe2fd8792ab6f412 | /saml21a1/include/instance/trng.h | 8bbd5e3065a73ec8bf9eb86e371f409fab1427af | [
"Apache-2.0"
] | permissive | CrustyAuklet/cmsis-header-atsam | 9f5898daeeab9a661a6f8aebed518ae2af75e452 | 6e7732d4011d5e0bfc3c2a7de3089b648335e21d | refs/heads/master | 2020-05-05T01:30:38.699755 | 2019-05-05T03:34:58 | 2019-05-05T03:34:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,224 | h | /**
* \file
*
* \brief Instance description for TRNG
*
* Copyright (c) 2018 Microchip Technology Inc.
*
* \asf_license_start
*
* \page License
*
* 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 t... | [
"theslat@gmail.com"
] | theslat@gmail.com |
550d6a36807a9a56e428ccfa3c3858e87def332d | 2266eb133fc3121daf0aa7f4560626b46b94afe0 | /kungfu/skill/chongling-jian.c | 5b0d2d1a85df4d6d5bc55721b4330fcf56d56eae | [
"MIT"
] | permissive | oiuv/mud | 6fbabebc7b784279fdfae06d164f5aecaa44ad90 | e9ff076724472256b9b4bd88c148d6bf71dc3c02 | refs/heads/master | 2023-08-18T20:18:37.848801 | 2023-08-13T07:00:15 | 2023-08-13T07:00:15 | 112,278,568 | 99 | 49 | MIT | 2023-02-01T03:42:14 | 2017-11-28T03:05:14 | C | UTF-8 | C | false | false | 3,121 | c | // 冲灵剑法
// Modified by rcwiz Oct.1997
#include <ansi.h>
inherit SKILL;
mapping *action = ({
([ "name" : "青梅如豆",
"action": "$N手中$w一抖,一招「青梅如豆」使出,眼中柔情万千,向$n的$l刺去",
"force" : 70,
"attack": 10,
"parry" : 5,
"dodge" : 10,
"damage": 30,
"lvl" : 0,
"damage_type"... | [
"i@oiuv.cn"
] | i@oiuv.cn |
bbee63c8633ed5466bfdca0047a0ae1f431a2d70 | 2d11442aa09b51e10c245ee2b64231aeb051744f | /processors/ARM/exploration64/printcpuvfp.c | 2f5a38e2272a166b1d3fe52caf8f33d22c687043 | [
"MIT"
] | permissive | OpenSmalltalk/opensmalltalk-vm | 622b01c10017a93fdff4f1ef2188c45342384c78 | 330d6779ad2ecbce1f07131f53d75cd168165f0b | refs/heads/Cog | 2023-09-04T05:36:54.320281 | 2023-08-17T11:32:52 | 2023-08-31T12:26:44 | 59,481,716 | 556 | 153 | NOASSERTION | 2023-06-19T19:58:13 | 2016-05-23T12:40:27 | C | UTF-8 | C | false | false | 1,851 | c | #include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include <time.h>
#define COG 1
#define FOR_COG_PLUGIN 1
#include <config.h>
#include <sim-main.h>
static char buf[10];
char *
lower(char *s)
{
int i;
for (i = 0; i < strlen(s); i++)
buf[i] = tolower(s[i]);
buf[i] = 0;
return buf;
}
#if FOR64BITS
# d... | [
"eliot.miranda@gmail.com"
] | eliot.miranda@gmail.com |
f15cf6de94479e78530324931b24130fb976b0dd | 2820b038799eb70227bda60053d0dbd96f4b0b09 | /Cores/Genesis-Plus-GX/PVGenesis/Genesis/GenesisCore/genplusgx_source/gx/main.c | 4b3856bb5402c30a4f8d683c05e58489581bd587 | [
"BSD-2-Clause"
] | permissive | mrjschulte/Provenance | 7a17f630e9651e16eec938cacc8f4dc19e7b50c0 | 0dc12f0d19a695419983313d6d0db1f50380fdb8 | refs/heads/develop | 2022-02-25T12:00:06.899529 | 2022-02-12T20:51:17 | 2022-02-12T20:51:17 | 126,920,400 | 3 | 0 | NOASSERTION | 2021-12-18T19:24:20 | 2018-03-27T02:59:41 | C | UTF-8 | C | false | false | 18,037 | c | /****************************************************************************
* main.c
*
* Genesis Plus GX
*
* Copyright Eke-Eke (2007-2012), based on original work from Softdev (2006)
*
* Redistribution and use of this code or any derivative works are permitted
* provided that the following condit... | [
"addyman@me.com"
] | addyman@me.com |
7a984de2796b4e42a38dfe4d053879568408397b | b18cb6cc97955591ca1a2d592d814bd5c7ee984e | /bitwise/invert.c | ff6f1a8a34994a86d3d402fbdb20b99155342db9 | [] | no_license | shashi-kumar-aradhya/C_Programming | f56080a79a08f0acae4baf84512dabbb9d1da51f | a5314edbe58e0285f57f4312463289f146f9a136 | refs/heads/master | 2021-01-17T01:22:41.008426 | 2020-01-24T18:51:29 | 2020-01-24T18:51:29 | 61,053,326 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,041 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
/**
* Write a function invert(x,p,n) that returns x with the n bits that begin at
* position p inverted (i.e., 1 changed into 0 and vice versa), leaving the others unchanged
**/
#define INVERT(x,p,n) (x ^ (~(~0 << n) << (p+1-n)))
void printbits(unsigned ... | [
"shashikumararadhya@gmail.com"
] | shashikumararadhya@gmail.com |
7c89e75761f59ecc7131e9cb47836ed630fae1c5 | 0220d01f9a8c52205dd6dcd9b60bbb3e72051ef6 | /lib.h | 322a301b7660997ef3b5ccd82ba049744c0de9d7 | [] | no_license | raduabc/mini-kermit | 3d09e111631b5bc6af53b7a31feb6cc379e4f84a | 1b300666a53fe953f5d5525923dd5108e02f14f6 | refs/heads/master | 2020-05-01T12:18:58.105260 | 2019-03-24T20:06:55 | 2019-03-24T20:06:55 | 177,462,843 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 437 | h | #ifndef LIB
#define LIB
typedef struct {
int len;
char payload[1400];
} msg;
void init(char* remote, int remote_port);
void set_local_port(int port);
void set_remote(char* ip, int port);
int send_message(const msg* m);
int recv_message(msg* r);
msg* receive_message_timeout(int timeout); //timeout in milliseco... | [
"noreply@github.com"
] | raduabc.noreply@github.com |
146b392ca0142d2cb29549216dbbe45152de5b02 | 21b9e688b0fa70ef294d17059cf86fbbdfc988bb | /kernel/mips/config.h | d451c8b7862a52af0c78a503b15eab103c258db1 | [] | no_license | syuu1228/shiitake | ad07962a3b8df1de62eab955c9813381b38682d4 | 8eef7b437cd27822f9b8b3665c9a5425c9ba3ccf | refs/heads/master | 2021-01-10T00:59:16.147607 | 2010-09-02T18:17:01 | 2010-09-02T18:17:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 288 | h | #ifndef MIPS_CONFIG_H
#define MIPS_CONFIG_H
#define MIPS 1
#define THREAD_STACK_SIZE (1 * 1024 * 1024)
//#define MEMORY_SIZE (32 * 1024 * 1024)
#define MEMORY_SIZE (8 * 1024 * 1024)
#define DISK_ID 0
#define PARTITION_NO 0
#define DISK_SECTOR_SIZE 512
#endif
| [
"syuu@0baba885-a8eb-41f5-96ae-9b54537fed86"
] | syuu@0baba885-a8eb-41f5-96ae-9b54537fed86 |
3e26752682f65fd766d1945e40d15e216a85b875 | 81ebc0d358ee271ab0e8ca18fccd43724ed715f6 | /skillrack/commonfactor.c | 7acf4f15b32c73836e758595c9c1da075f9293d9 | [] | no_license | jeevadj/Programs | a60b0fb08e6ba53fe9adec1a47fcf6dac49cdfe0 | 914ea579a17742a4efa8dcf4a0f2065dd7f74841 | refs/heads/master | 2021-11-30T22:22:00.041784 | 2021-11-22T18:19:45 | 2021-11-22T18:19:45 | 149,197,946 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 744 | c | #include<stdio.h>
#include <stdlib.h>
int n;
int no_of_factor(int value,int arr[n]){
int index=(int)value/2;
printf("\n in-%d v-%d",index,value);
int count=0;
for(index;index>1;index--){
int cv=0;
for(int i=0;i<n;i++){
if(arr[i]%index==0){
cv++;
}
... | [
"d.jeeva6@gmail.com"
] | d.jeeva6@gmail.com |
fc9a4ed4b38bf8f2457cad687d41d2c954a0330f | 626a2f2a23dd78bf03bb663bfcf02f6153ce8148 | /Build/Strategic/Strategic Movement Costs.c | 07e617473551ddf70226587ffe84c5dd3e44ebd4 | [] | no_license | gondur/jagged-alliance-2.5 | 240e5ea5f841c753194eee0d77890c4624f0421e | 9503575b46c8587f73cdf40eeb2844f03b120d54 | refs/heads/master | 2021-01-01T04:40:09.679379 | 2016-04-16T00:15:04 | 2016-04-16T00:15:04 | 56,356,776 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 134,194 | c | #ifdef PRECOMPILEDHEADERS
#include "Strategic All.h"
#include "Ja25Update.h"
#else
#include "Campaign Types.h"
#include "Queen Command.h"
#include "Strategic Movement.h"
#endif
#include "Summary Info.h"
#include "Ja25 Strategic Ai.h"
void MakeBadSectorListFromMapsOnHardDrive( BOOLEAN fDisplayMessages );
void Upd... | [
"hhhh@hotmail.com"
] | hhhh@hotmail.com |
fbcd1420b350284d6fa3e3d644426ca28d0c6999 | cbb5d097dce1eb4d4738ee8ec58aec7716a11d6a | /General/PracticasC/Programa_44.c | 4edb1d98fe1a15e45c61934ec9fd904da0d48454 | [] | no_license | gedomagno/C | 98717e48dec369e657dbf040905cb8fad6bba89e | c4aaf114c9a6679794fb0b2db99ca48b2b258c26 | refs/heads/master | 2023-01-31T16:41:18.146478 | 2020-12-18T14:03:16 | 2020-12-18T14:03:16 | 322,573,983 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C | false | false | 3,745 | c | /*Programa que despliega un menu y calcula el perimetro y area de figuras, utilizando las funciones definidas el archivo areas.h*/
#include"areas.h" //cabecera que yo definí
int main(){
int lado=0, base=0, altura=0, radio=0;
int n=0; //numero de lados
int op1=0, op2=0;
printf("\t Seleccione la opc... | [
"gedomagno@yahoo.com.mx"
] | gedomagno@yahoo.com.mx |
e4524d3770522757129f3b724721da01216136c7 | 28ddc1c80f0a5072627de5313feb657528b1ad19 | /src/logging/predictor.h | bc816d73751393377b03b5831f0317c4ac460ea0 | [] | no_license | michalwiglasz/coco | a21f062f917b664c4e3cbc10378414af275f2410 | dd40ef82e79b0c3af72d522833b93ba2b3b29717 | refs/heads/master | 2020-04-14T13:49:54.578533 | 2015-05-18T21:22:53 | 2015-05-18T21:22:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 582 | h | /*
* Colearning in Coevolutionary Algorithms
* Bc. Michal Wiglasz <xwigla00@stud.fit.vutbr.cz>
*
* Master's Thesis
* 2014/2015
*
* Supervisor: Ing. Michaela Šikulová <isikulova@fit.vutbr.cz>
*
* Faculty of Information Technologies
* Brno University of Technology
* http://www.fit.vutbr.cz/
*
* Started on 28... | [
"jsem@michalwiglasz.cz"
] | jsem@michalwiglasz.cz |
8cfe3786ff4656d494cf3d2ab2a267a4c37dbae5 | b4754bfe936aeb8598caffc926b237f14bcbf40b | /simulation.c | 229d9c7bec1c316d20364a437ed94214fbb8ff5f | [] | no_license | NCUTIIoT/ushortid-server | 47e083be0f4d9176a20002b436773195cd1a2389 | ed841969776c1ef582b2b92eae038b4ba4b2ed9b | refs/heads/master | 2020-05-21T14:36:54.043685 | 2017-03-17T09:42:33 | 2017-03-17T09:42:33 | 84,626,167 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,560 | c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include "simulation.h"
void simulation_start(SimData_t *d, int verbose)
{
WirelessNodes_t *wnodes = d->wnodes;
Conns_t *conns = d->conns;
population_t *pop, *child;
double thres = d->thres;
unsigned int maxR... | [
"neol_d2022@outlook.com"
] | neol_d2022@outlook.com |
14e3e88fff0af6f3916ba5a528d279fbc4faf476 | bb4f73e0c07e243289b183b27e0b17576e02b112 | /ext/STM32F429Nucleo144/Goodies/F429_SystemClock_Config.c | 2cff6d924e7f630e38fa469af1dc4e759c46959f | [
"MIT"
] | permissive | alfredofingulin/ThingRendevous | ca1fd326e674da357038c500f6fa0d2bb36559e1 | a8f2b95c69601dde21344cfdc6b45e7f502e2412 | refs/heads/master | 2020-03-20T14:30:20.203517 | 2018-06-14T23:51:42 | 2018-06-14T23:51:42 | 137,487,286 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,418 | c | /** \file
* \brief STM32F429ZI SystemClock_Config implementation
*
* ST-supplied code's main.c frequently includes a call to SystemClock_Config.
* That's been extracted to here, so you can customize it seperately.
* This version supports the LEDs and virtual comm port on the Nucleo 144 board.
*
* \author Alfred O Fi... | [
"FinguPublic@gmail.com"
] | FinguPublic@gmail.com |
c030244749477f0f18e96f150c764b44138ce0a5 | d5af9535787b1c3c05d4afb63d310f1692d500c3 | /lyric-downloader/tt_codefunc.h | 976f6de2876c59d70b4ba5cd16db3d0e40406fdd | [] | no_license | kelvenxu/littlepudding | 8240dfdb61097c805374286e0dab59f9931ad981 | 0319e50d979a0ccf787cbf02d9e5729005d78792 | refs/heads/master | 2020-04-06T04:31:33.099652 | 2010-08-26T08:03:46 | 2010-08-26T08:03:46 | 74,386 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 128 | h | #ifndef _TT_CODE_FUNC_H_
#define _TT_CODE_FUNC_H_
int tt_CodeFunc(unsigned int Id, char* song);
#endif /* _TT_CODE_FUNC_H_ */
| [
"kelvenxu@gmail.com"
] | kelvenxu@gmail.com |
e93b2a9bd345eb823658b94267bfa69ccad43516 | b26469e97aa9458d14b7e9f6237221bef62ed02d | /network/echo_mpclient.c | b6b3b3b18a90faeb1d7d20b44e27c365508c3cb2 | [] | no_license | crazybobpul/LinuxEx | 280a109ea4b89c29695f6ac14f26d6d7f731c3b5 | b4557c0a790faf04a4e3a01ca30f6294368f0986 | refs/heads/master | 2020-03-22T11:19:03.501289 | 2018-09-07T04:49:08 | 2018-09-07T04:49:08 | 139,962,894 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,869 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#define BUFSIZE 50
void error_handling(char *message);
void read_routine(int sock, char *buf);
void write_routine(int sock, char *buf);
int main(int argc, char *argv[])
{
int sock, pid;
... | [
"bobpulddagi@gmail.com"
] | bobpulddagi@gmail.com |
f527c04bb7271411b1e16dc791a8c02c2b8b1718 | 360a51f687505f1798a079d9f058982e67c6752f | /libft/srcs/ft_strncpy.c | ed20ec7f89490e7731d6213ad862ba96ddcdce82 | [] | no_license | hstiv/fractol | 55d4e8d6407b4129673179e858ba7efa4f65348e | d84b57431544355fb6436f6b2f14266596160bdf | refs/heads/master | 2020-06-30T12:03:33.718172 | 2019-10-18T12:59:30 | 2019-10-18T12:59:30 | 200,820,348 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,089 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncpy.c :+: :+: :+: ... | [
"satmak335@gmail.com"
] | satmak335@gmail.com |
0829eea23d90811b38956d85fd366df2964f0075 | 941f45c313abbbf71766cc88f34b4cc024cb1a3a | /.history/read_file_20201024115942.c | 84b9e8e6bd8419db71e324d799c26e4df6ab9a45 | [] | no_license | EwanThomas0o/PHYM004-Direct-Matrix-Calculations | 55578f1b14c9035373a7953891ecfcb1d1acea32 | a1ad97193529277aff8add405b5c321eaeb32706 | refs/heads/master | 2023-01-30T00:00:17.089511 | 2020-12-17T11:23:01 | 2020-12-17T11:23:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,945 | c | /* Title: Direct Matrix Calculations
Author: Ewan-James Thomas
Address: 35 Monkswell Road EX4 7AU
License: Public Domain
*/
static const char * VERSION = "0.2.0";
static const char * REV_DATE = "17-October-2020";
/*
Date Version Comments
---- ------- --------
09-Oct-2020 0.0.1 Build start -> ... | [
"ewan.thomas98@gmail.com"
] | ewan.thomas98@gmail.com |
13b9d633960cfe50e882b32c30ac7517a7cbf260 | a8519620b03ff1bf2130957d38f72df2b1862381 | /findutils-src/tests/test-malloca.c | 7de6c68a9746a10221a8351d80090198dd151516 | [
"GPL-3.0-or-later",
"LGPL-2.0-or-later",
"GPL-3.0-only",
"GFDL-1.2-or-later",
"GFDL-1.1-or-later",
"MIT"
] | permissive | paroga/node-gnu-tools | ce739ca4f2aa8dddb5290d0a34e805995ae7d249 | 5a4e8b888ea6f56041196778d754b3ff2c0bb579 | refs/heads/master | 2021-01-18T07:17:26.019322 | 2018-12-26T14:51:00 | 2018-12-26T14:51:00 | 40,079,481 | 0 | 1 | MIT | 2018-12-26T14:51:01 | 2015-08-02T13:03:16 | C | UTF-8 | C | false | false | 1,506 | c | /* Test of safe automatic memory allocation.
Copyright (C) 2005, 2007 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
... | [
"cloud9@stage1.(none)"
] | cloud9@stage1.(none) |
7fbb26c70a19201ae399256228f1313ce3c7ecb3 | 08bfc8a1f8e44adc624d1f1c6250a3d9635f99de | /SDKs/SDL2/src/src/audio/paudio/SDL_paudio.c | 64635c410d2d3661682b09bd5493b2df6f7e3e7a | [] | no_license | Personwithhat/CE_SDKs | cd998a2181fcbc9e3de8c58c7cc7b2156ca21d02 | 7afbd2f7767c9c5e95912a1af42b37c24d57f0d4 | refs/heads/master | 2020-04-09T22:14:56.917176 | 2019-07-04T00:19:11 | 2019-07-04T00:19:11 | 160,623,495 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 130 | c | version https://git-lfs.github.com/spec/v1
oid sha256:e845e3abcf08dd2faabc12014fa92965d8ab50dda3649d1c42c3eeece2f2c0ab
size 18288
| [
"personwithhats2@Gmail.com"
] | personwithhats2@Gmail.com |
f1ace5edf877560880a695fafae0ce338c200d5f | d43a31bbd84c3de9ec528be4b6b84a0813c42155 | /3/mime.c | 89a7e07ea3fa1e2f6ae7e79dde36e63fe7fae051 | [] | no_license | zhicheng/sohu | 9c92676505724df2daa4ea4dd7733e477a09a35a | 0c1a17608582a8bf27d067da884a2316f9d9fd43 | refs/heads/master | 2020-05-31T11:31:02.942327 | 2011-01-19T12:30:20 | 2011-01-19T12:30:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,589 | c | /*
* mime.c
*
* Copyright (c) WEI Zhicheng <zhicheng1988@gmail.com>
*
*/
#include "mime.h"
void *
tmalloc(size_t size)
{
void *ret;
if ((ret = malloc(size)) == NULL) {
fprintf(stderr, "out of mem\n");
exit(1);
}
return ret;
}
char *
strndup(const char *src, size_t size)
{
char *dest = (char *)tmalloc(s... | [
"zhicheng1988@gmail.com"
] | zhicheng1988@gmail.com |
83bed77e80bfbb34492d18fbfbde008f915b09c1 | 395448c69753f6fa49b4b807e425c4251e125de4 | /ver1/src/math/vector.h | 8d484e8f389ae9b7d4801f8bbf7c03ae23303c69 | [] | no_license | weimingtom/yaavg | 8fd83fcfbc71eeec2bcbd2b245dca7d51ff58266 | 33ad7d4911b8067e7227d5e667b5af0656cd924e | refs/heads/master | 2021-01-17T16:04:46.981700 | 2010-06-23T02:09:41 | 2010-06-23T02:09:41 | 59,871,342 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 370 | h | /*
* vector.h
* definition of vect4
* by WN @ Jun 20, 2009
*/
#ifndef __VECTOR_H
#define __VECTOR_H
#include <common/defs.h>
__BEGIN_DECLS
#ifdef __SSE__
# include <xmmintrin.h>
#else
typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__));
#endif
typedef union __vec4 {
__m128 __m;
float v[4... | [
"pi3orama@gmail.com"
] | pi3orama@gmail.com |
07370794dffb6034c1e7eb3294f32d38cc9ced8d | 3dd249426ea0f4e06b1b4a7b29bf5ca7fa7fefc4 | /035_array_max/arrayMax.c | 10c75c10e2bddb0c6c9f3592384f571f16bb1a51 | [] | no_license | mjt-git/ECE-551-HW | 39fecb097701a9743d169890335d62301ccca988 | 7af0e93389faf39aec16b6c0d550721ff1966df5 | refs/heads/master | 2020-12-29T12:54:17.408891 | 2020-02-06T05:36:29 | 2020-02-06T05:36:29 | 238,612,898 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,018 | c | #include <stdio.h>
#include <stdlib.h>
int * arrayMax(int * array, int n) {
if (n == 0) {
return NULL;
}
int * ptr = array;
int curLargest = *ptr;
for (int i = 0; i < n; i++) {
if (*(array + i) > curLargest) {
ptr = array + i;
curLargest = *ptr;
}
}
return ptr;
}
void doTest(int ... | [
"noreply@github.com"
] | mjt-git.noreply@github.com |
eafe6a5808aaf6b32d423d5daa67e19d9cc8af21 | 15274fab1fd9b1d4e477bbfddbfb855ade1eabeb | /src/code_8098BDC.c | a7c85345e7cd5a9bb4df2b2b9c45c96e127adec5 | [] | no_license | Korori03/pmd-red | cf96f0642f541caf4f504c1c2b9802200f50a74a | 8dfd044ef3a6ea8da204265b4560716aa67391d1 | refs/heads/master | 2023-03-03T00:20:36.517794 | 2021-02-08T03:10:12 | 2021-02-08T03:10:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,801 | c | #include "global.h"
#include "time.h"
#include "input.h"
extern struct PlayTimeStruct *gUnknown_203B47C;
extern u32 gUnknown_20398A8;
extern u32 gUnknown_20398AC;
extern u32 gUnknown_20398B0;
extern u32 gUnknown_20398B4;
extern u8 gUnknown_20398B9;
extern u8 gUnknown_20398BA;
extern u32 gUnknown_20398C0;
extern s16 gU... | [
"seth.barberee@gmail.com"
] | seth.barberee@gmail.com |
a214a72434f9cdb3b9b2931b3d93778efa5587ae | fc7dbcb3bcdb16010e9b1aad4ecba41709089304 | /EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/InternalSwitchStack.c | 50a9d4f747de0f1d8da7b89ceb6cd247afff0042 | [] | no_license | Itomyl/loongson-uefi | 5eb0ece5875406b00dbd265d28245208d6bbc99a | 70b7d5495e2b451899e2ba2ef677384de075d984 | refs/heads/master | 2021-05-28T04:38:29.989074 | 2010-05-31T02:47:26 | 2010-05-31T02:47:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,728 | c | /*++
Copyright (c) 2004 - 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this di... | [
"xiangy@lemote.com"
] | xiangy@lemote.com |
59e0a497bda840e3294c3a5b9b0d3986c922a12e | 0feaf71770bde427fdbbb11b3b8c65aea3b656f8 | /F-STM_Library/arm/F-STM_LIBRARY/HEAPO_REDO_ARM_3.15/KV_perf/kv_perf.c | 14172f544b714118d2c5446b3ef2dae16ad434d0 | [] | no_license | ESOS-Lab/HEAPO | f8ff8d8eca06ed79bb203376c2def3b17726a97a | 6f62c10a66697e02449e80aeedd2ee6f8b65dc91 | refs/heads/master | 2021-01-14T14:02:38.079686 | 2017-11-10T05:00:03 | 2017-11-10T05:00:03 | 26,428,887 | 15 | 9 | null | 2015-01-29T11:36:10 | 2014-11-10T09:02:51 | C | UTF-8 | C | false | false | 5,212 | c | /*
Persistent Object Store
Author: Taeho Hwang (htaeh@hanyang.ac.kr)
Embedded Software Systems Laboratory, Hanyang University
*/
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include "workload_list.h"
#include "v7_pmu.h"
#include "db.h"
/* total count ca... | [
"kunukunu@naver.com"
] | kunukunu@naver.com |
c784804bd52b1eca8cd69d84641a9e6245d8756f | 542729b3c1c5c03876c0559ca185be6f8968d185 | /university.c | 8bb063ebafa8366ab357d47630bb467250109700 | [] | no_license | ayushch07/university | e2fabebd9cd3c510ede892f1796123d233388ccc | 3cf6b46888b139772f49ae09f20deb98ab1f35fb | refs/heads/master | 2023-08-25T01:18:58.651810 | 2021-11-03T08:59:59 | 2021-11-03T08:59:59 | 424,152,445 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 476 | c | #include<stdio.h>
int main(int argc, char const *argv[])
{
int d;
printf("Please enter the date\n");
scanf("%d", &d);
if(30<d)
{
printf("Invalid date\n");
}
else if (d==2)
{ printf("Happy Dhanteras\n");
/* code */
}
else if (d==4)
{printf("Happy Diwali\n");
... | [
"ayushchaturvedi888@gmail.com"
] | ayushchaturvedi888@gmail.com |
69c6e3b675beab1cf8c2c084bf5d2dfaa71705b0 | ec87310259adf84f410cc161a5f0f764aa96c78a | /0405/long.c | 73e4bb4bac7038d9b9b8a4c53394f1b5aa0f1b37 | [] | no_license | soon0799/sysProgramming | 768f8cad494aac02693d5562dfeb7e6bcc40cde5 | 3ade35faccbae7fa383a726f8213e6b8d9d852a6 | refs/heads/main | 2023-04-30T15:25:33.878483 | 2021-05-24T09:49:34 | 2021-05-24T09:49:34 | 345,569,113 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 639 | c | #include <stdio.h>
#include <string.h>
#define MAXLINE 100
void copy(char from[], char to[]);
char line[MAXLINE]; // 입력 줄
char longest[MAXLINE]; // 가장 긴 줄
/*입력 줄 가운데 가장 긴 줄 프린트 */
int main()
{
int len;
int max;
max = 0;
while (fgets(line,MAXLINE,stdin) != NULL) {
len = strlen(line);
if (len > max) {
max = le... | [
"noreply@github.com"
] | soon0799.noreply@github.com |
36956ef666620e951596b24e802d4dcc3013827a | 3137c52edb78b3647caecd286464bae1dcca85d1 | /BK3231S_designkit_V1.91/src/Driver/driver_uart.c | 8d7cd3f044e43840b916c828ffe8e1853d3721cd | [] | no_license | AriesTian/BM3231 | 27ad80066f35101692efe9c369dd9186a642a716 | 1979972a14f73db3eef0d14cce5304d18be7c3e6 | refs/heads/master | 2023-05-08T23:12:48.162051 | 2021-05-30T06:51:02 | 2021-05-30T06:51:02 | 103,240,412 | 8 | 6 | null | null | null | null | GB18030 | C | false | false | 7,193 | c |
#include "Driver_uart.h"
#include "tra_hcit.h"
#include "tra_uart.h"
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include "DeviceBtj_Header.h"
volatile u_int16 uart_rx_buff_header,uart_rx_buff_tailor;
volatile char uart_rx_tx_buff[UART_BUFF_LEN];
char uart_send_buff[UA... | [
"935662688@qq.com"
] | 935662688@qq.com |
12195083116679106e086a8db56333a806882a43 | be57c696aecf7419a15f350e0634e2abf5250d59 | /Inc/SetupPeriph.h | a92a0c7e124a6f99be6d19548b1db357d609bba1 | [] | no_license | Muxamor/KPL_SS2_CM1_TS | 367498bd59cb41a987a244edffbc08af6b47638a | 598b09fa1be9b9d9eb74987e7fcefe5af51bf22d | refs/heads/master | 2020-03-31T10:05:05.913567 | 2018-11-27T14:41:57 | 2018-11-27T14:41:57 | 152,121,932 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,208 | h | /*
* Setup peripheral of MC STM32L452
*/
#ifndef __SETUPPERIPH_H
#define __SETUPPERIPH_H
#define DEBUGprintf // Enable printf() message to SWO
void LL_Init(void);
void SystemClock_Config(void);
void SetupGPIO(void);
void Set_Input_mode_D0_D15(void);
void Set_Output_mode_D0_D15(void);
void USART1_Init(void);
voi... | [
"ivan.neskorodev@gmail.com"
] | ivan.neskorodev@gmail.com |
d56b72197e48e92a7cd46fd53f7aedf62ac51e70 | 845bc4346657ae5b722848251b31de2d5032c211 | /ft_memmove.c | 5d50e53a611a9df81c24f682d73106d99cea64e8 | [] | no_license | pcarvalh42/libft | c54be8ebd5206e8e1bbffdfbe6cf73b1aaf063f5 | ddd26e1347d938d34da4f799086c367d43921179 | refs/heads/master | 2023-03-30T23:59:02.940113 | 2021-03-09T17:04:51 | 2021-03-09T17:04:51 | 345,631,508 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,021 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memmove.c :+: :+: :+: ... | [
"pcarvalh@c1r7s3.42lisboa.com"
] | pcarvalh@c1r7s3.42lisboa.com |
ae4d0ad268438e25e0900580e0cc5acdf5381fe5 | a9aa074f0d0bbbd75bc5ea72c4a60c3985407762 | /ftools/gro/src/bpulsarspec/getChan.c | 0e82af945eff7366da987467092dfa30a8f6ea8a | [] | no_license | Areustle/heasoft-6.20 | d54e5d5b8769a2544472d98b1ac738a1280da6c1 | 1162716527d9d275cdca064a82bf4d678fbafa15 | refs/heads/master | 2021-01-21T10:29:55.195578 | 2017-02-28T14:26:43 | 2017-02-28T14:26:43 | 83,440,883 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,130 | c | #include <bpulsarspec.h>
void getChan(int *chani, int *chanj, int *chanm, int *chann, int *chansta,
int *chanstp)
{
int status=0;
char msg[50]="";
strcpy(msg,"chani");
Uclgsi(msg, chani, &status);
if (status != 0)
{
printf("Error while reading chani!\n");
exit (1);
}
... | [
"alexander.w.reustle@nasa.gov"
] | alexander.w.reustle@nasa.gov |
da5d51b5b5196ecad74dc811878c18203bd96b86 | 1306d976de9e8ae9b17f6ffeed3ef525133d8282 | /C-Exercise-2/Q2.5/Q2.5.c | 08849bc301b16e1597c11622c8c209f797d0c898 | [] | no_license | magetron/COMP0002 | cfbbb7ad3495707818d602557b2cb3d8ced19c9d | 597519070b6c2031f015e5e1843526e43ad188a8 | refs/heads/master | 2020-04-02T13:27:01.930722 | 2019-05-04T20:46:48 | 2019-05-04T20:46:48 | 154,481,583 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 189 | c | #include "stdio.h"
int main () {
for (int i = 6; i >= 1; i--) {
for (int j = 0; j < 6 - i; j++) printf(" ");
for (int j = 0; j < i; j++) printf("*");
printf("\n");
}
return 0;
}
| [
"magetron1@gmail.com"
] | magetron1@gmail.com |
113ec65d37cc4ea4edc46c7f6b73d4d5af4e51e4 | 77876c21c78fa3966dcd5ace7c3e172ba7a7fd6b | /src/inputs.h | 5106a32d60da2b2aa404ffda57db6350b5639f59 | [
"MIT"
] | permissive | GilDev/Kenbak-1-Replica | 9da7758c980331e10706a492988c99eec5b637f3 | 3c80f4157f475dbe6843b1b2e83ee43090ad874a | refs/heads/master | 2020-05-31T13:22:29.379366 | 2017-06-18T15:33:20 | 2017-06-18T15:33:20 | 94,032,291 | 9 | 0 | null | null | null | null | UTF-8 | C | false | false | 390 | h | #ifndef INPUTS_H
#define INPUTS_H
#include <Wire.h>
#include <Adafruit_MCP23017.h>
extern Adafruit_MCP23017 inputs;
/**
* Gives the state of the inputs.
*/
extern bool buttonPressed[16];
/**
* True if a bit button is pressed.
*/
extern bool dataButtonPressed;
/**
* Initialize inputs handler.
*/
void inputsIn... | [
"gildev@gmail.com"
] | gildev@gmail.com |
3b9627c864c8e1c9a72793a3d799ca648ab590de | b072f0e02f7897d83615b764100923abaad22d63 | /SkyPi.c | 0d44d23343ee9b1bb98f5f6ff2c0c712739c3153 | [
"MIT"
] | permissive | thess/SkyPi | 0eae2e3e983dd6bfee785aeda72520b2624686fc | 6f9bc9dfdaab1b0d753d00921ad881462dc5b29e | refs/heads/master | 2021-01-10T19:50:13.139521 | 2013-06-18T16:55:27 | 2013-06-18T16:55:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,879 | c | /* SkyPi.c
*
* Copyright (C) 2013 Ted Hess (Kitschensync)
*
* SkyPi 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 2 of the License, or
* (at your option) any later version.
*
*... | [
"thess@kitschensync.net"
] | thess@kitschensync.net |
7d0d0855292ee772c8b8a7b181509c3c7abe9d6a | 1d9cd2ac8c410896dac1fa1e25b1de2447e06fcf | /process_function.h | 59e43c198d6ff599e79d681c57789896ddea589e | [] | no_license | Hyezzi/CPUScheduling | 8aa237c40762f8b7e7c88883313653d4546a5bc7 | a88a72af94f9785a39bd5ccc71637daf3ca37d45 | refs/heads/master | 2020-03-19T10:17:41.551847 | 2018-06-06T17:12:04 | 2018-06-06T17:12:04 | 136,358,850 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,985 | h | #ifndef PROCESS_FUNCTION_H
#define PROCESS_FUNCTION_H
#include "process.h"
#include <stdbool.h>
Process* ProcessCreate();
Process* ProcessInit(int pid);
void DestroyProcess(Process* destroy);
void DestroyProcessPtr(Process** destroy);
Process* ProcessCreate() //for running
{
Process* process;
... | [
"whj0210@likelion.org"
] | whj0210@likelion.org |
88313873348158a09fc71997bc2f8f01989b3e32 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/254e41d7-13c1-4df3-b0d3-d6a049e52f95.c | 690bd031674b70c98010a544ea7f669e576f1a76 | [] | 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 | 225 | c | #include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l%j;
l = l/j;
k = k-j*i;
printf("vulnerability");
printf("%d\n",l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
248d16cdf79103295f8458aa81ec34d43a51bfaf | 740200829569587f26f0bd760635abc81dfc3039 | /Src-rtt/entry.c | 1bfc0eab90cd9c6f555efc4fdde2a5bf325653ed | [] | no_license | zealer9834/xm_rc | 8f4ace78a7946ad9b34f04817828215da9c80543 | 44f27d6fd727ba8b88bfb506e64327443c4f92da | refs/heads/master | 2021-03-06T10:27:55.553415 | 2020-03-05T05:01:18 | 2020-03-05T05:01:18 | 246,194,872 | 1 | 0 | null | 2020-03-10T03:00:48 | 2020-03-10T03:00:47 | null | UTF-8 | C | false | false | 14,383 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.c
* @brief : Main program body
******************************************************************************
* @attention
*
* <h2><center>© Copyright (c) ... | [
"weipeng.su@outlook.com"
] | weipeng.su@outlook.com |
8941118ba341a377e4ab76a603a506e6ee9d211e | eb08ba46ec8b488fbf790c39bbaef35933e05f62 | /Tower Shoot/movegamecharacter.c | 957e0821387e0466f1a06a7ba5201a3865d3d057 | [] | no_license | wbt0010/GBC-Developer | 563c989b4617180ba32f5fc0d76d411d706c3260 | cac1350e91732cce0cb980b89712ffcfb7f1d20f | refs/heads/master | 2022-06-18T06:48:45.495301 | 2022-06-13T03:40:26 | 2022-06-13T03:40:26 | 236,242,561 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,047 | c | #include <gb/gb.h>
UBYTE spritesize = 8;
void movegamecharacter(struct GameCharacter* character, UINT8 x, UINT8 y){
move_sprite(character->spriteids[0], x, y);
move_sprite(character->spriteids[1], x + spritesize, y);
move_sprite(character->spriteids[2], x, y + spritesize);
move_sprite(character->sprit... | [
"42623915+wbt0010@users.noreply.github.com"
] | 42623915+wbt0010@users.noreply.github.com |
d9b5647efe25294215095c62eca0fb7cd24ebf5a | 2017ced22e33b887b35925152750ce60756b1d35 | /bonus/srcs/utils/utils.c | fa824b54082a731ccbe824d8776103a5784c486d | [] | no_license | ItsMeJules/push_swap | e23ddc9711197df4dfa7e953e8c4899023500868 | fb45321b83e1239a89310b95ab45646468d47bb3 | refs/heads/master | 2023-08-21T11:11:04.537539 | 2021-09-27T11:45:59 | 2021-09-27T11:45:59 | 369,590,538 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,306 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* utils.c :+: :+: :+: ... | [
"jules.prn06@gmail.com"
] | jules.prn06@gmail.com |
8f00833777c61caf721eed07d1d1128db28292da | 70214efa2467f6c567b805dc923c0d288bf92733 | /src/vec/vec/utils/cmesh.c | a2e143f530c1c8de61b9b31c507c4337fcfb236d | [
"BSD-2-Clause"
] | permissive | OpenCMISS-Dependencies/petsc | 0684cd59bb9bddb6be03f27f2e9c183ad476b208 | 5334b1442d9dabf795f2fdda92d0f565f35ff948 | refs/heads/master | 2021-01-17T10:08:25.370917 | 2014-11-04T23:15:22 | 2014-11-04T23:15:22 | 26,249,164 | 2 | 5 | null | null | null | null | UTF-8 | C | false | false | 1,143 | c |
#include <petsc-private/vecimpl.h> /*I "petscvec.h" I*/
#include <petscdraw.h>
#undef __FUNCT__
#define __FUNCT__ "VecContourScale"
/*@
VecContourScale - Prepares a vector of values to be plotted using
the PetscDrawTriangle() contour plotter.
Collective on Vec
Input Parameters:
+ v - the ve... | [
"daniel.wirtz@simtech.uni-stuttgart.de"
] | daniel.wirtz@simtech.uni-stuttgart.de |
09a6929e30b8c41bbdf103f7c3cdf17f9aff2e6e | 1deb5a41ceff80755587fea8b4eae455dcd54ecd | /src/http/modules/ngx_http_auth_basic_module.c | a6f9ec46c8c22817f5ed49754079b386b5ab640a | [
"BSD-2-Clause"
] | permissive | jntass/Nginx_Tassl | 46ca8fed80ca8bc469da775f05a4325ff7f5eff0 | 5faec722cc4411ee2a83eec9bb74fa854acf14d1 | refs/heads/master | 2023-08-21T19:46:44.602491 | 2023-06-08T15:43:05 | 2023-06-08T15:43:05 | 229,221,885 | 56 | 25 | BSD-2-Clause | 2020-05-30T18:48:17 | 2019-12-20T08:21:50 | C | UTF-8 | C | false | false | 11,642 | c |
/*
* Copyright (C) Igor Sysoev
* Copyright (C) Nginx, Inc.
*/
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
#include <ngx_crypt.h>
#define NGX_HTTP_AUTH_BUF_SIZE 2048
typedef struct {
ngx_http_complex_value_t *realm;
ngx_http_complex_value_t user_file;
} ngx_http_auth_basic_l... | [
"34365704+jntass@users.noreply.github.com"
] | 34365704+jntass@users.noreply.github.com |
387c5a839163fbc752ecccaeacabf31f96d08714 | ec59563b06dc5fed507773027de665541944a87e | /daemonize.c | 1bca1ba35b4dd6008a4daf4d037718fe66e51edf | [] | no_license | wujiangthu/mctest | f1041ff53dc947103b8662d381c0cc8789ec88b0 | b2c2ae7534841cf0ec785cf2967ecf1bc30d7f87 | refs/heads/master | 2021-01-15T20:38:01.698411 | 2009-02-24T19:13:34 | 2009-02-24T19:13:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,144 | c | #include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <signal.h>
#include <unistd.h>
#include "libmemc.h"
#include "libmemctest.h"
int main(int argc, char **argv)
{
test_init(argc, argv);
// start the server
char* tmpfilename = tmpnam(NULL);
char args[50];
sprintf(... | [
"vk136562@loki32.(none)"
] | vk136562@loki32.(none) |
c8dbe2c281335f35f449fe6c602917ee903bb402 | b72d5f73e76e39f9cb444b9c29c21c47f8593299 | /stairpattern.c | e86e6225a439ec0ad714aaba0c62a34205643c29 | [] | no_license | atulrana98/C-programming-Workshop-myCaptain | 8e488ecbcf3b02de7481a224494a96c3f7970133 | f1f1c62143a86dcf51784ae93a69fdebc8c5c4fd | refs/heads/main | 2023-02-22T16:57:45.841399 | 2021-01-31T14:42:29 | 2021-01-31T14:42:29 | 334,334,525 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 268 | c | #include<stdio.h>
main()
{
int i, j, n;
printf("Enter the number of rows: ");
scanf("%d", &n);
for(i=1; i<=n; i++)
{
for(j=1; j<=i; j++)
{
printf("01");
}
printf("\n");
}
}
| [
"noreply@github.com"
] | atulrana98.noreply@github.com |
c61e3f5d9cdc77a6bc9183f25b207a5def01212e | a83f1732ad2af0112047dcf1465036f7e2a8c59a | /Builds/Ios/Classes/Native/UnityEngine.TextRenderingModule_CodeGen.c | 4c107e1291ad5c479aa7b26d9869b3cbdd61432b | [
"MIT"
] | permissive | OishikGuha/Elemental-Witch-scorespace12 | b4f05c37794277f78d22d9274b1d16e8510cedbe | 3bebbb8ee27bdda446a7a4f5492b3df1a7d4214c | refs/heads/main | 2023-03-24T23:04:15.097797 | 2021-03-24T19:49:50 | 2021-03-24T19:49:50 | 350,236,292 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,373 | c | #include "pch-c.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
// 0x00000001 System.Boolean UnityEngine.TextGenerationSettings::CompareColors(UnityEngine.Color,UnityEngine.Color)
extern void TextGenerationSettings_CompareColors_m2D96C913B3... | [
"kaushikguha68@gmail.com"
] | kaushikguha68@gmail.com |
0fc1984f59f949606dc11f7c6b5518afd3444fde | 53fe98657408dbc442d82d6f09bff10c356e4d25 | /struct/struct.c | a755a89da4d5e9d8a424aef4bd26aee05a95d75b | [] | no_license | matheus161/estrutura-de-dados | 148c25ef69cf6a99be63a1992f8615e0a6a64ce2 | 9d4e8d2e77d58992887dae7085a44d84e6bb0be1 | refs/heads/main | 2023-03-04T10:43:15.757389 | 2021-02-13T18:06:01 | 2021-02-13T18:06:01 | 313,312,482 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 753 | c | #include<stdio.h>
int main(void){
struct ficha_aluno //tipo de dado
{
char nome[40];
int numero;
float nota;
};//definição da struct
struct ficha_aluno aluno; //Criando uma variável
printf("\n------- Cadastro de aluno ---------\n\n\n");
printf("\nDigite o nome do alun... | [
"you@example.com"
] | you@example.com |
17f93a64aa9b9c202bc2f02414c45baf55d20769 | ddfbf2ef1429c0abe002b378f36a47a5803b8485 | /project_4/http_header.h | 23d068a4ba6bc0376c551df07b886827e70b3bdc | [] | no_license | thatInfrastructureGuy/CSUC-HTTP-Socket-Server | b74c241c437b9187a66b7d737a305cc0d282ff30 | f64cae7d2d2b8e18228557477b88ad6fa55ffa1a | refs/heads/master | 2021-05-28T08:59:21.655902 | 2013-12-12T23:24:25 | 2013-12-12T23:24:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,708 | h | #include <stdio.h>
#include <string.h>
#include <dirent.h>
#include <stdlib.h>
#include <time.h>
#include <errno.h>
#include <unistd.h>
#ifndef HTTP_HEADER
#define HTTP_HEADER
#include <sys/stat.h>
#include "csuc_http.h"
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include... | [
"akulkarni3@mail.csuchico.edu"
] | akulkarni3@mail.csuchico.edu |
8d610d988752c8601069c4cca2e1c72d4dbc2a10 | 112167b7cb5a4038ee248265850b66de6c077ac8 | /kmod/include/ns_task.h | d5c78ca3bcef04542d9b0429ed20cfed67a364fa | [] | no_license | jiho-dev/netshield | 84cf8dd18db6f57b2b4944797ce74dc281e2ba4e | d01c6681e823419070f23eaa50577f846ce62eaa | refs/heads/master | 2021-08-23T03:59:26.093871 | 2017-12-03T03:49:52 | 2017-12-03T03:49:52 | 109,692,916 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,266 | h | #ifndef __NETSHIELD_TASK_H__
#define __NETSHIELD_TASK_H__
// type of ns_task_t.flags
#define TASK_FLAG_ICMPERR 0x00000001
#define TASK_FLAG_REQ 0x00000002
#define TASK_FLAG_NEW_SESS 0x00000004
#define TASK_FLAG_TCP_ASSEMBLE 0x00000008
#define TASK_FLAG_SYNP_OK 0x00000010 // syn proxy에서 검증이 완료된 패킷임
#define T... | [
"irongate@naver.com"
] | irongate@naver.com |
bad31a7591c447d34383104faeb1f4b4c0d5657c | 4255d26dd1159b9034f3ad14e49976782e782b21 | /filesystem.c | b37d68e58e79299518170269e0f123d63887dda0 | [] | no_license | MontyThibault/COMP310-File-System | bdbe40659566572713603ee4eca9b2018717edc7 | ed749e074d47f499c50898e6a2b3d2868788c260 | refs/heads/master | 2020-07-03T15:35:05.663203 | 2016-11-18T20:08:35 | 2016-11-18T20:08:35 | 74,160,248 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,314 | c | #include "disk_emu.h"
#define MAX_FILE_DESCRIPTORS 10
struct fileDescriptor fileDescriptorTable[MAX_FILE_DESCRIPTORS];
int fileDescriptorTableLength = 2; // Refers to the last array index
#define FD_ROOT_DIR 0
#define FD_INODE_TABLE 1
#define FD_FREE_BLOCKS 2
#define BLOCK_SIZE 1024
#define FILENAME "my_disk.disk"
#... | [
"montythibault@gmail.com"
] | montythibault@gmail.com |
538a028a483421e6acf062f007b37d7ecdf4e093 | 3751a062b9f1504153db094ef90bdfc922c7bac6 | /framebuffer/source/include/mailbox.h | 3c4b1b54356d38d5a1040b3195b1f27c3e7dd442 | [] | no_license | manueljelinek/raspberry-pi | d48d0b6377ecf252f1ada5d77a1476d1437cc3d3 | a416fb9ac5cfb84b36b6af1a99d66a7708c8936f | refs/heads/master | 2020-05-19T21:51:17.774942 | 2014-01-30T16:54:11 | 2014-01-30T16:54:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,299 | h | // Copyright (c) 2014 Manuel Jelinek
//
// 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, publis... | [
"jelinek@student.tugraz.at"
] | jelinek@student.tugraz.at |
76eb097a28c18549083dae03bf86c046f7f55a4d | 09f8e8208068e6dcf222be9150fb9ebfe43b0bf2 | /apps/public/tcpdump-master/print-ap1394.c | 135264651a5955b1eff9701b5fa2be5ef68f707c | [
"BSD-3-Clause"
] | permissive | copslock/7525 | e62772fe8c88ae7e700706545ac319581469da33 | 287d8122c6513513042db115273d3731294bf4a7 | refs/heads/master | 2020-07-03T03:04:53.991046 | 2017-08-25T03:20:42 | 2017-08-25T03:20:42 | 201,764,362 | 1 | 0 | null | 2019-08-11T12:52:43 | 2019-08-11T12:52:42 | null | UTF-8 | C | false | false | 3,795 | c | /*
* Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that: (1) source code distributions
* retain the ab... | [
"undrizzle@gmail.com"
] | undrizzle@gmail.com |
eaa0e7f808e65ae942754e5a2ffbe83b681728a0 | 299426a473b725df6c58f4b838be65eb7f6b46d2 | /MdePkg/Library/BasePrintLib/PrintLibInternal.c | bda8233270ee953b987c8e869399f3293801707f | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause-Patent"
] | permissive | donnayoyo/slimbootloader | ae494e7f2e4e07652fc8c84e57f6f7a24f590310 | 7942790d76a66ef386660e72c61022696d36273e | refs/heads/master | 2023-03-05T03:04:12.822419 | 2023-02-22T15:22:45 | 2023-02-22T22:19:56 | 153,537,980 | 0 | 0 | BSD-2-Clause | 2018-10-17T23:51:58 | 2018-10-17T23:51:57 | null | UTF-8 | C | false | false | 42,197 | c | /** @file
Print Library internal worker functions.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "PrintLibInternal.h"
#define WARNING_STATUS_NUMBER 5
#define ERROR_STATUS_NUMBER 33
//
// Safe print checks
//
... | [
"maurice.ma@intel.com"
] | maurice.ma@intel.com |
67b813daa1127ca7a9eb0acc16998d9803912d2c | 37c593b4c9b42d38ebfcac8d7160282c43fdb324 | /model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/KCG/Balise_393_1_AmsterdamUtrechtL2_Sheet09_AbcoudeBreukelen_Balises.h | e63ee868b163c11edb18142f7f955ae1a1e0cd8e | [] | 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 | 1,627 | h | /* $*************** KCG Version 6.1.3 (build i6) ****************
** Command: s2c613 -config C:/GITHUB/modeling/model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/KCG\kcg_s2c_config.txt
** Generation date: 2015-07-21T17:59:22
*************************************************************$ */
... | [
"mairamou@lea-energy.com"
] | mairamou@lea-energy.com |
b419d184bb8740c894786eaad72bcb85f9b42be4 | 327fd9a5d09b61cf5422fa074bf6cade0b9bf497 | /lvgl/examples/widgets/arc/lv_example_arc_2.c | 674d771b675e4f91df69f82f2ab5b704b735baf4 | [
"MIT"
] | permissive | Dzy/stm32h7-hdmi | 72f1b52921b19eb37a37a2ed34b9a00ad95b77d3 | fb7a890094df36d2f63f5942813a104e12000aea | refs/heads/main | 2023-06-16T06:59:34.740720 | 2021-07-11T12:36:32 | 2021-07-11T12:36:32 | 384,916,591 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 763 | c | #include "../../../lvgl.h"
#if LV_USE_ARC && LV_BUILD_EXAMPLES
/**
* An `lv_timer` to call periodically to set the angles of the arc
* @param t
*/
static void arc_loader(lv_timer_t * t)
{
static int16_t a = 270;
a+=5;
lv_arc_set_end_angle(t->user_data, a);
if(a >= 270 + 360) {
lv_timer_... | [
"jyrki.j.koivisto@netikka.fi"
] | jyrki.j.koivisto@netikka.fi |
5892ee26b13b9233b35eb5d2caeabe6e043ab65b | 3b7cdefcad1272ce9ef9b5a2ea6f6c36d4604a6f | /mcu/common/driver/sys_drv/cache/inc/cache_util.h | d1fd408ff2f7ccbdc7b84be877344264cff7779a | [] | no_license | junkyard-2327/TK_MD_BASIC_MOLY.LR12A.R3.MP.V110.6 | ad79a26ed395d5b333b718a6b0913003b556f15e | 04ebd402fe9472e0c2e3da5a296c11819307b929 | refs/heads/master | 2022-12-25T23:24:05.155209 | 2020-10-09T04:37:19 | 2020-10-09T04:37:19 | 301,968,967 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 12,390 | h | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used or dis... | [
"null"
] | null |
d260a1ee7d6010efb80a9d1c0442ee049fe58202 | dcc7fde9761e93f4666249f9a92eb940fa19e852 | /297.c | 8c82f3269e09cbc09e3b63e535fc841cfef6d354 | [
"MIT"
] | permissive | kevinwsbr/The-Huxley | 6bf67f0706ac7440bfe8dbc57bd0f172478b1749 | 8a47fb39783bee0ee3bda2c6ed8e9eebd20a1bd0 | refs/heads/master | 2020-12-02T11:32:17.676001 | 2018-04-16T11:50:30 | 2018-04-16T11:50:30 | 96,647,427 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 264 | c | #include <stdio.h>
int main(int argc, char const *argv[])
{
int a, b, c=0;
scanf("%d %d", &a, &b);
while(a<=b)
{
if (((a%4)==0)&&(((a%100)!=0)||((a%400) == 0)))
{
printf("%d\n", a);
c++;
}
a++;
}
if (c==0)
{
printf("-1");
}
return 0;
} | [
"kevin.washingtonbr@gmail.com"
] | kevin.washingtonbr@gmail.com |
8f0e9633afe523424270b7cbe2ed3f0c9e14c2ce | eb1ad9fb61c6e1aa1d7dcf46bc579a0aa300bbcb | /utils.h | 65e5888e49c1874a32d20ba184562e2ebe8ff68c | [] | no_license | Homebrews/DIOS-MIOS | 0641283ce43fad0b9ca89b243d588b6191f05af7 | 54e040f0fabd9edce3b7573672d895240cbb6845 | refs/heads/master | 2016-09-06T17:47:39.535387 | 2014-07-02T08:34:53 | 2014-07-02T08:34:53 | 30,846,737 | 2 | 9 | null | null | null | null | UTF-8 | C | false | false | 4,376 | h | #ifndef __UTILS_H__
#define __UTILS_H__
#include "global.h"
static inline u32 read32(u32 addr)
{
u32 data;
__asm__ volatile ("ldr\t%0, [%1]" : "=l" (data) : "l" (addr));
return data;
}
static inline void write32(u32 addr, u32 data)
{
__asm__ volatile ("str\t%0, [%1]" : : "l" (data), "l" (addr));
}... | [
"crediar@rypp.net@7a7bb502-d6ec-dd58-5248-6961135d2658"
] | crediar@rypp.net@7a7bb502-d6ec-dd58-5248-6961135d2658 |
218139feae5762c507b604aae2712ea4837dc2ed | e57671661c2d5650613d3f23993899d077efc307 | /gamem/gamem/UnityConfigureRevision.gen.h | c04e252dd1603d2974eb2d604a51347e42bad172 | [] | no_license | radwaahmed2132000/UnityGame | b18f054ff022b5240cc3bdd291a721160d8f11a1 | db664ec4bb4de91f5a0ebd33addbaa5bbb87227a | refs/heads/master | 2023-02-23T07:25:30.793933 | 2021-01-23T22:49:16 | 2021-01-23T22:49:16 | 332,275,850 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 332 | h | #pragma once
// Generated by build script, do not edit!
#define UNITY_VERSION_FULL "2019.3.4f1_4f139db2fdbd"
#define UNITY_VERSION_FULL_NICE "2019.3.4f1 (4f139db2fdbd)"
#define UNITY_VERSION_BLD 5182365
#define UNITY_VERSION_DATE 1583315198
#define UNITY_VERSION_WIN "2019.3.4.5182365"
#define UNITY_VERSION_BRANCH "2019... | [
"56734728+radwaahmed2132000@users.noreply.github.com"
] | 56734728+radwaahmed2132000@users.noreply.github.com |
aa2f74729f27cf0a9a5bce64873ffe1866f57449 | 5792b184e71a9de7779e0bd21b6833f8ddfdb4b5 | /sysvr3/31/usr/src/cmd/assist/src/astgen/perm_chk.c | 42ce4b72339bea4654d5a34f6cb06f023ae9022c | [] | no_license | ryanwoodsmall/oldsysv | 1637a3e62bb1b9426a224e832f44a46f1e1a31d4 | e68293af91e2dc39f5f29c20d7e429f9e0cabc75 | refs/heads/master | 2020-03-30T06:06:30.495611 | 2018-09-29T09:04:59 | 2018-09-29T09:04:59 | 150,839,670 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,843 | c | /* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
#ident "@(#)tools:perm_chk.c 1.8"
#include "../forms/muse.h"
#include "tools.h"
#inc... | [
"rwoodsmall@gmail.com"
] | rwoodsmall@gmail.com |
60b74eed79c5eaa5ac9a55a72ff4fad14d9f91a2 | a58896b7abdaf4cf60007986778b13ad2591051c | /WATCOM_32bit/GUG/Lib0/F_FONTS/WHITE/W6X8_C.C | 41ad9730c2c80688cf03cbc5263376eb69aaae44 | [
"MIT"
] | permissive | nebosite/groundup | 5e6f6ff8cefd7ca58733ad9fe1c2baae01a355a5 | 667cbb1250ceb6a518969adbdcdd8e1455241529 | refs/heads/main | 2023-07-03T18:26:23.797493 | 2021-08-08T03:18:44 | 2021-08-08T03:18:44 | 393,842,216 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,383 | c | // Compiled Sprites output from spr2asm
// command line : spr2asm w6x8 w6x8.spr
// entry point name : w6x8
// asm output file : w6x8_A.ASM
// c output file : w6x8_C.C
// h output file : w6x8_C.H
// spr input file : w6x8.spr
typedef void (*GUG_CSprFunc) (char *where); // Function Pointer Type
extern v... | [
"ericjorg@thejcrew.net"
] | ericjorg@thejcrew.net |
4583d24e8cb2caf65dab04b0ff0d3643c0c0f541 | e1d254a3d4cc81479006934679c665d71873cfb3 | /asn1c_defs/X2N_SgNBCoordinationAssistanceInformation.h | 96cc951067a10c0083a879d447a1f3c14afa08fc | [
"Apache-2.0"
] | permissive | alexantone/ric-app-admin | 766f319a0d85c78a6a3d68d96798f38cca55985f | 0a168f272a81ac4c3afe42e014f8032f2a159d97 | refs/heads/master | 2021-01-16T05:34:34.552557 | 2019-12-25T03:50:48 | 2019-12-25T04:06:36 | 242,992,971 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,839 | h | /*
* Generated by asn1c-0.9.29 n1 (http://lionet.info/asn1c)
* From ASN.1 module "X2AP-IEs"
* found in "../../asn_defs/asn1/x2ap-15-04.asn"
* `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`
*/
#ifndef _X2N_SgNBCoordinationAssistanceInformation_H_
#define _X2N_SgNBCoordinationAs... | [
"asridharan@research.att.com"
] | asridharan@research.att.com |
5c61943e1dd915fb8310d30b0029873792f996ff | 1823147201e302b560265a990cfb530bc706aaea | /rspamd/rspamd.build/contrib/snowball/libstemmer/stem_ISO_8859_1_swedish.c | 8bdfd035f6ecd3b06d323d3bede7fafd80931b9d | [] | no_license | tssurya/Rspamd-Spam_Filtering_System | 2bf5052f94daf14e6fc17c65ae831d6f56989e5c | 634127c86bc99ea46c2b94bf6988dd82f134fcbd | refs/heads/master | 2021-01-20T11:30:17.337407 | 2015-03-18T13:04:07 | 2015-03-18T13:04:07 | 32,458,951 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,009 | c |
/* This file was generated automatically by the Snowball to ANSI C compiler */
#include "/home/linux/rspamd/rspamd-0.8.1/contrib/snowball/runtime/header.h"
#ifdef __cplusplus
extern "C" {
#endif
extern int swedish_ISO_8859_1_stem(struct SN_env * z);
#ifdef __cplusplus
}
#endif
static int r_other_suffix(struct SN_env... | [
"suryaseetharaman.9@gmail.com"
] | suryaseetharaman.9@gmail.com |
7b6ce24227f93056ff28b2249ade10e9b7598941 | f7fdc8c240178ebc4ea3ac346571aeabfcc27c13 | /mtcp/apps/apache_benchmark/include/ap_config_auto.h | e7bb1a594aeb8ada966cdc09717d972e54b8a4ee | [
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-pcre",
"LicenseRef-scancode-rsa-md4",
"HPND-sell-variant",
"metamail",
"LicenseRef-scancode-rsa-1990",
"LicenseRef-scancode-zeusbench",
"Beerware",
"Spencer-94",
"MIT",
"LicenseRef-scancode-other-permissive",
"NTP",
"RSA-MD",
"LicenseRef... | permissive | JiaRuUCAS/TCP-sample | 48ead009fe804d22c1e038ffb37c0bc8c4548618 | 5a5af4fa905f1e730f4035bb0210452419298d40 | refs/heads/master | 2020-04-11T11:52:28.778678 | 2019-03-06T15:25:35 | 2019-03-06T15:25:35 | 161,762,036 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,437 | h | /* include/ap_config_auto.h. Generated from ap_config_auto.h.in by configure. */
/* include/ap_config_auto.h.in. Generated from configure.in by autoheader. */
/* Location of the source for the current MPM */
/* #undef APACHE_MPM_DIR */
/* SuExec root directory */
/* #undef AP_DOC_ROOT */
/* Allow modules to run ... | [
"rujiacs@163.com"
] | rujiacs@163.com |
cafb6fe4d5711ea196d985c72f1e4b1a9a637b9e | b1abbc9c8b3ff27ca50585e69a31bb12946eebfe | /0x05-pointers_arrays_strings/1-swap.c | f71374f09d14b71e532c4e09e9d8e579323d9f8e | [] | no_license | flosocabornia/holbertonschool-low_level_programming | 9f7ab84c688708fa3ea2d9ca42931a439475e67b | ef529882ba9c6b97b33e4c8c2aceea5a8f27af16 | refs/heads/main | 2023-06-26T10:22:36.223942 | 2021-07-06T01:04:37 | 2021-07-06T01:04:37 | 377,914,102 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 263 | c | #include "holberton.h"
#include <stdio.h>
/**
* swap_int - function that swaps the values of two integers.
* @a: pinter type int
* @b: pinter type int
* Return: Always 0 (Success)
*/
void swap_int(int *a, int *b)
{
int temp;
temp = *b;
*b = *a;
*a = temp;
}
| [
"flosocabornia@gmail.com"
] | flosocabornia@gmail.com |
9bd2093284c3d57cd908481e5a185a8186e71467 | 69a2f40777b6e90cdf3a42f8f7127b816e2a7d34 | /hash_table.c | 891da8a0b8092d9c0f92348463ebb89579f71059 | [] | no_license | THasthika/simple-interpreter | bbda249a5e4c64a2624270c64d6528308e0b0be1 | 6e49b82542fa2876afc22f5ba15a34747999aedd | refs/heads/main | 2023-08-29T21:16:03.963634 | 2021-11-08T07:30:36 | 2021-11-08T07:30:36 | 418,969,047 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,941 | c | #include "hash_table.h"
#include "linked_list.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define P 67
int hash_func(HashTable* table, char *key) {
int hash = 0;
int l = strlen(key);
int k = 0;
for (int i = 0; i < l; i++) {
k = 0;
if (key[i] >= 'a' && key[i]... | [
"tharindubathigama@gmail.com"
] | tharindubathigama@gmail.com |
769ce76f1d13613b65b95b0e182dc91d97ca24c4 | 10b3f8b1bb2d43a053558e2974b1190ec5af9ab3 | /src/threadsafety.h | cab04f1b38c8991495e2f4184fd810c9ab59d040 | [
"MIT"
] | permissive | Satoex/Sato | ff4683226c2cedb14203a86af68ae168e3c45400 | fda51ccc241ca426e838e1ba833c7eea26f1aedd | refs/heads/master | 2022-07-27T23:30:32.734477 | 2022-01-29T17:44:00 | 2022-01-29T17:44:00 | 346,001,467 | 6 | 8 | null | null | null | null | UTF-8 | C | false | false | 2,560 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2017-2019 The Sato Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef SATO_THREADSAFETY_H
#... | [
"78755872+Satoex@users.noreply.github.com"
] | 78755872+Satoex@users.noreply.github.com |
3fdc15efb57823bacfd31fdad92ef5f92240e252 | 741593292f85855632aed641ce2f294f036c0c7d | /heartbeat/auth.c | ec20ab668c828aeec13afa022ee4067019b7154a | [] | no_license | pbraun9/heartbeat | a1008e62de89b2172c2134d4d127ef96ef212ea6 | 431a8970f136d36c19f7abe64212739c0bc409f6 | refs/heads/master | 2023-07-16T07:50:27.921877 | 2021-08-19T08:53:26 | 2021-08-19T08:53:26 | 258,103,190 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,915 | c | /*
* auth.c: Authentication code for heartbeat
*
* Copyright (C) 1999,2000 Mitja Sarp <mitja@lysator.liu.se>
* Somewhat mangled by Alan Robertson <alanr@unix.sh>
*
* 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 ... | [
"root@slack3"
] | root@slack3 |
e27e9fdcc78d8c9e52aa699408c3868c9dc214a7 | 739323a885b63b861f82fb5b348fafb63abf9423 | /v2.7/platform/Device/SiliconLabs/EFR32MG14P/Include/efr32mg14p_rtcc_cc.h | 7b22ee06546a67314672eee7ba2ae548c16bd3f1 | [] | no_license | dimkas/gecko_sdk_suite | d88b32f911b1f6d3a83d4d66067cb643ad1b5492 | 50920d1bc35987195408fca332cc53867cb96a83 | refs/heads/master | 2022-03-27T23:31:53.644980 | 2020-01-14T10:45:13 | 2020-01-14T10:45:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,407 | h | /***************************************************************************//**
* @file
* @brief EFR32MG14P_RTCC_CC register and bit field definitions
*******************************************************************************
* # License
* <b>Copyright 2019 Silicon Laboratories Inc. www.silabs.com</b>
*****... | [
"bdrr77@gmail.com"
] | bdrr77@gmail.com |
0c5542f971f1920fdb9815d04edbd92df9483084 | f9b37653377ebee50b500e6665ae1ddedab786f6 | /0x00-hello_world/main.c | 0cdcda20a41410898b0f62e29e0affa5e409b025 | [] | no_license | parbilla/holbertonschool-low_level_programming | 07a8a300ed05bbddd41157e59ea14fab224d5310 | 9c4a75703ed01077548b234d59208a70be2a93f7 | refs/heads/master | 2023-04-14T07:24:43.315909 | 2021-04-24T23:38:37 | 2021-04-24T23:38:37 | 296,036,969 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 117 | c | #include <stdio.h>
/**
* main - Entry point
*
* Return: Always 0 (Success)
*/
int main (void)
{
return (0);
}
| [
"parbilla@gmail.com"
] | parbilla@gmail.com |
28cf2cdfbbd9b83039c2a9d1f69d04cad846de0c | 4bf6cb70c5d118df1563d42f093ed8269e340946 | /WLC02/Sources/BSW/Os/Os_Hal_Compiler_RenesasCCRHInt.h | d127eff5dc90abc6578d852139b6d3a04ff5e89b | [] | no_license | flankersky/test888 | bae789644b3ce54008f456828dd0cf5e7474106f | 05d3e03cc4828b118fbc3adec2c41f97506d28b7 | refs/heads/main | 2023-01-09T19:44:05.926779 | 2020-10-09T06:02:33 | 2020-10-09T06:02:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 96,075 | h | /***********************************************************************************************************************
* COPYRIGHT
* --------------------------------------------------------------------------------------------------------------------
* \verbatim
* Copyright (c) 2019 by Vector Informatik GmbH. ... | [
"zhao@zjtechrun.com"
] | zhao@zjtechrun.com |
0c980ebd7deaf699ed479b7cfe8b4d6d66b689f9 | d002556199ec7dd392ece77793a8ec433b11f288 | /tcprcv.c | 478722f8af4b961889d38e0d56d2e95774082b7d | [] | no_license | Heinza1Ketchup/tcpServerClient | 2eead227909b1045bfe1d9102871ee88a4cf1380 | 74a570d0ecbd3999e97df993d853567f955a9093 | refs/heads/main | 2023-02-05T18:58:21.753378 | 2020-12-31T02:29:46 | 2020-12-31T02:29:46 | 325,683,858 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,336 | c | /* TCPRCV.C
*/
/* This is the receiver program. It opens a socket, sets the receive
window as requested, and then begins an infinite loop. Each time through
the loop it accepts a connection and prints out messages from it. When
the connection breaks or a termination message comes through it, the
program accept... | [
"noreply@github.com"
] | Heinza1Ketchup.noreply@github.com |
3bd633fee42bc46049a646c36f334ef2b1b1aa64 | 4da66ea2be83b62a46d77bf53f690b5146ac996d | /modules/sdl2/SDL/include/SDL_config_linux.h | a2f627ced693ad2a62b882406693b250fe30f8c0 | [
"Zlib"
] | permissive | blitz-research/monkey2 | 620855b08b6f41b40ff328da71d2e0d05d943855 | 3f6be81d73388b800a39ee53acaa7f4a0c6a9f42 | refs/heads/develop | 2021-04-09T17:13:34.240441 | 2020-06-28T04:26:30 | 2020-06-28T04:26:30 | 53,753,109 | 146 | 76 | Zlib | 2019-09-07T21:28:05 | 2016-03-12T20:59:51 | Monkey | UTF-8 | C | false | false | 3,547 | h | /*
Simple DirectMedia Layer
Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | [
"seyhajin@gmail.com"
] | seyhajin@gmail.com |
83886008a9d49526ca2e80c727e1c7ce709ded04 | b145ca40fba4ece79df104eb2eee6da1062adf6b | /Material/C-Primer-Plus-Book/Chapter 17 Advanced Data Representation/Listing 17.8 use_q.c | 6ef93b180b22d6236b75adde663df9246f144328 | [] | no_license | hpaucar/data-structures-i-repo | 536293c69c33511102ac716006068361480a5ba1 | 57fc7f02eb1064e0440ca12904aa4b038224cc28 | refs/heads/master | 2021-04-18T05:04:26.056276 | 2020-05-06T01:19:32 | 2020-05-06T01:19:32 | 249,507,054 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,290 | c | /* use_q.c -- driver testing the Queue interface */
/* compile with queue.c */
#include <stdio.h>
#include "queue.h" /* defines Queue, Item */
int main(void)
{
Queue line;
Item temp;
char ch;
InitializeQueue(&line);
puts("Testing the Queue interface. Type a to add a... | [
"herminiopaucar@gmail.com"
] | herminiopaucar@gmail.com |
e489336b00595193232fe609c8f1dc91fbf73d62 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/9631c582-2ad6-4dfe-b7ae-dc05f7bc45dc.c | 3df4ad5bed2e15c9bc795afae35b09f08fc7c15f | [] | 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 | 218 | c | #include <stdio.h>
int main() {
int i=4;
int j=121;
int k;
int l;
i = 53;
l = 64;
k = i/j;
l = i%j;
l = l%j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
b6eafa0be452571b199778d5718db0379eb4e1f0 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/base/fs/utils/help/help.c | e518e987d545decc0c7697a17053d84d69451ed7 | [] | 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 | 8,610 | c | /*++
Copyright (c) 2001 Microsoft Corporation
Module Name:
Help.c
Abstract:
Simple minded utility that prints one-line help or spawns other
utilities for their help.
Author:
Mark Zbikowski 5/18/2001
Environment:
User Mode
--*/
#include <windows.h>
#include <winnls... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
54509a803f90ef280e4f46607eeb2b7c5fcdb0e6 | 63e11ee9862225cd39cffe8b06a53e1bbb0aaf65 | /src/ash_fg.c | f46816ee1234eea09660c8428449121689507505 | [] | no_license | abhayp2204/Ash | 439e69539d5ed4c329f786d6b57a5279e890f1c2 | 4b74df7010888c671d911f8f0554cede37efc0e4 | refs/heads/main | 2023-08-04T21:17:52.680303 | 2021-10-10T12:25:38 | 2021-10-10T12:25:38 | 405,813,399 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,136 | c | #include "../include/shell.h"
#include "../include/functions.h"
#include "../include/variables.h"
int get_job_number();
void ash_fg()
{
int job_no = get_job_number();
if(job_no < 0) return;
pid_t parent_pid = getpid();
pid_t fg_pid = child_process[job_no].pid;
int status;
// Show the user th... | [
"abhay.patil@students.iiit.ac.in"
] | abhay.patil@students.iiit.ac.in |
3f8a4973c6b06e5c2f7650afc3942af686ad666f | 1624e541bc493be4192eb37d1b33d0f16ff84fb1 | /eiffelDBC/snooker/EIFGENs/snooker/W_code/C1/es976d.c | 6718d9c9f1fa2718ca5df0bb328385fb9e90cc7e | [] | no_license | py-sudo/eiffelDBC | 1dcafffe4ed9ba1e43fca89e5a585cee5ebab68b | 96572660e9543affe2f3531488cb16e44825942f | refs/heads/master | 2020-12-07T17:04:35.300349 | 2020-01-17T06:01:06 | 2020-01-17T06:01:06 | 232,757,056 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,884 | c | /*
* Class ES_SUITE
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static const EIF_TYPE_INDEX egt_0_976 [] = {0xFF01,232,0xFFFF};
static const EIF_TYPE_INDEX egt_1_976 [] = {0xFF01,246,975,0xFFFF};
static const EIF_TYPE_INDEX egt_2_976 [] = {0xFF01,975,0xFFFF};
static const EIF_TYPE_INDEX egt_... | [
"guan1992@red.eecs.yorku.ca"
] | guan1992@red.eecs.yorku.ca |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.