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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c157d491357520a733015b31dd22a671dca2cb0f | bde35df3d75b0c5613ab08e51b11ae7d83cf68a2 | /Embed_src/ATC/stm32/STM32F2xx_StdPeriph_Driver/inc/stm32f2xx_rtc.h | 335b67d6b0b51e37bcf2745fa1e7c04d35dcd58f | [] | no_license | 1157889734/guang3 | 0e255c08ab2bf6cffcfb2575870777ba6a5483c7 | 21379e96dfc84b633975e3e34704dfaa4a6c2124 | refs/heads/master | 2023-05-13T13:26:01.649829 | 2021-06-04T01:21:32 | 2021-06-04T01:21:32 | 373,685,655 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,769 | h | /**
******************************************************************************
* @file stm32f2xx_rtc.h
* @author MCD Application Team
* @version V0.0.3
* @date 10/15/2010
* @brief This file contains all the functions prototypes for the RTC firmware
* library.
*********************... | [
"www"
] | www |
faefe2d5302cd09840813892fe504c62a15d437a | 821eb5011b0c8a2e11e73d372adb55ae9c71b647 | /src/GodMode/stdafx.h | 28dbd582a8d3565dc0f9bd84735dbe7ca33d5ac1 | [] | no_license | AmbBAI/AIJudge | 4e60addac56c58ff1fc3ef9a5140b9ab58825417 | 80586b7432bc5ed6d1053c49477db389a1df0128 | refs/heads/master | 2020-12-24T16:06:04.301432 | 2013-11-17T06:24:03 | 2013-11-17T06:24:03 | 14,461,895 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 482 | h | // stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 特定于项目的包含文件
//
#pragma once
#ifndef _WIN32_WINNT // 允许使用特定于 Windows XP 或更高版本的功能。
#define _WIN32_WINNT 0x0501 // 将此值更改为相应的值,以适用于 Windows 的其他版本。
#endif
#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <tchar.h>
// TODO: 在此处引用程序需要的其他头文件
| [
"amb.main@gmail.com"
] | amb.main@gmail.com |
493b33a78c21c1279bd8218df899b58bb5eca9fb | dec0dcb967e1bc3c9b93a21f162c553a72a7943e | /srcs/autocompletion/aff_tty_utils.c | 9f5161755efc769d10c8ed5720aab2d6fd966850 | [
"Apache-2.0"
] | permissive | oleiade/Ash | bfa3c31e1e62f7bd7d892aafbad3cb3f518e1da6 | 3f408dd2f05a047f40737c35699bc24387d98324 | refs/heads/master | 2021-01-19T02:56:56.554527 | 2012-04-21T17:23:21 | 2012-04-21T17:23:21 | 1,538,764 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,187 | c | #include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <dirent.h>
#include "my.h"
#include "42sh.h"
#include "lexer.h"
#include "termc.h"
#include "auto.h"
int sum_space(int *tab, int len)
{
int len_total;
int i;
i = 0;
len_total = 0;
while (i <= len)
{
len_total += tab[i];
... | [
"tcrevon@gmail.com"
] | tcrevon@gmail.com |
2334802e545456230b977e8e87769e1a8449c873 | 7df190df28da7e4ff166e55dc8ce780f11236a9f | /src/router/services/services/powersave.c | 301b858585d2e70ef56ba99afad3b9c41325593b | [] | no_license | mirror/dd-wrt | 25416946e6132aa54b35809de61834a1825a9a36 | 8f2934a5a2adfbb59b471375aa3a38de5d036531 | refs/heads/master | 2023-08-31T14:54:47.496685 | 2023-08-30T17:40:54 | 2023-08-30T17:40:54 | 7,470,282 | 520 | 281 | null | 2023-05-29T20:56:24 | 2013-01-06T17:21:29 | null | UTF-8 | C | false | false | 1,364 | c | /*
* powersave.c
*
* Copyright (C) 2011 Sebastian Gottschall <s.gottschall@dd-wrt.com>
*
* 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 2
* of the License.
*
* This pro... | [
"s.gottschall@dd-wrt.com"
] | s.gottschall@dd-wrt.com |
0bf9b2d4e1b69ac1f84aac94b53de54fd608091f | de93128179196d92599312c8db3a31a6f556ef35 | /Microchip/PIC32CX-BZ_DFP/1.0.80/BZ24/include/instance/sercom0.h | 4a8952f9f1f92ce4666a7167a420d63a4f4b9482 | [
"Apache-2.0"
] | permissive | marcins1024/dev_packs | 5a6a7b5379856bcf75ee9bc283db6743eca2241a | afa97e11185a60e9bc44e0a3550f0ba3eb818679 | refs/heads/master | 2023-08-04T08:32:16.607078 | 2021-09-22T10:18:05 | 2021-09-22T10:18:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,001 | h | /**
* \brief Instance header file for PIC32CX1012BZ24032
*
* Copyright (c) 2021 Microchip Technology Inc. and its subsidiaries.
*
* Subject to your compliance with these terms, you may use Microchip software and any derivatives
* exclusively with Microchip products. It is your responsibility to comply with third ... | [
"thibaut.viard@microchip.com"
] | thibaut.viard@microchip.com |
2b55b18a6ac03bd3e05e453f4b8ed19bfd775d1f | a82113a30c536a289f087d850edd95c668f4ce73 | /Motor/motor.h | 78a548001fec44d44e5963f2b641957faae30b0c | [] | no_license | jsharf/NATCAR2015 | 6f0f14381cbaa94dd1e16d55167013878419c884 | 4881f633c89d93753c31dd7b474b3537c0f2b385 | refs/heads/master | 2021-01-21T05:43:12.985141 | 2015-05-30T05:16:05 | 2015-05-30T05:16:05 | 34,357,562 | 0 | 0 | null | 2015-04-21T23:27:21 | 2015-04-21T23:27:21 | null | UTF-8 | C | false | false | 446 | h | /*
* motor.h
*
* Created on: Apr 17, 2015
* Author: Kevin
*/
#ifndef MOTOR_H_
#define MOTOR_H_
#include <stdint.h>
extern uint32_t
servo_max_highband,
servo_min_highband;
void motor_init();
void motor_setSpeedi(uint32_t speed);
void motor_setSpeedf(float speed);
uint32_t motor_getMaxSpeed();
void motor... | [
"kbalke@ucla.edu"
] | kbalke@ucla.edu |
18ccb8f30b1b4a9708faab6b0997b2430589bad1 | d1bb3873b7e1cd2cf554792eb36697966a3038a7 | /201702023/symbolic.h | 76880731fbadcb0c815e1978330fd53a85568996 | [] | no_license | quswjdals1/201702023 | 53fca41313fad745bb1a5415d44da59dc7100daf | d299dc66dabb4e4176e04e254414517c2d2fc507 | refs/heads/master | 2023-01-22T06:08:20.066622 | 2020-11-25T14:24:37 | 2020-11-25T14:24:37 | 315,962,715 | 0 | 0 | null | null | null | null | UHC | C | false | false | 810 | h | #include<stdio.h>
#define pi 3.14
#define prt printf("매크로 상수 예제 종료\n");
#define msg "\n define 선언된 매크로는 전처리기에서 wn 해당 매크로 상수를 그대로 코드에 치환한다.\n"
#define SQUARE(x) ((x)*(x))
#define CUBE(x) (SQUARE(x)*(x))
#define MULT(x,y) ((x)*(y))
int main(void) {
puts("const 상수");
const double RATE = 0.03;
int deposit = 80000;
pr... | [
"bjmonly1@naver.com"
] | bjmonly1@naver.com |
6c742c93ea8889b5d9ff8939943ce1746a9ea14d | 49780f24a92fcc9a7c855144fb195ae3736bf390 | /grlib/driverlib/MSP430i2xx/gpio.c | de4aaa354e76058b219274b39bb7e4df6d20dc8e | [] | no_license | PiBoxY/msp430ware | 81fb264c86ff1f68f711965b793aa58794ae2f00 | 7c96db00f97bbfd3119843e18ac895a54b4a6d39 | refs/heads/master | 2020-04-21T07:29:13.386144 | 2019-02-06T11:32:42 | 2019-02-06T11:32:42 | 169,394,007 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 12,568 | c | /* --COPYRIGHT--,BSD
* Copyright (c) 2014, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the ab... | [
"admin@piboxy.com"
] | admin@piboxy.com |
f90458aace6cbeca23f7bea01b66087632f0588c | b3710dfdd0eeb3e28d3a4c666af5df6558a03553 | /cgodeps/godot_engine/platform/windows/platform_config.h | 290decac5f8ef7d66d17acd9b13249cf884794b8 | [
"MIT",
"LicenseRef-scancode-free-unknown",
"CC-BY-3.0",
"OFL-1.1",
"BSD-3-Clause",
"Bitstream-Vera",
"FTL",
"MPL-2.0",
"Zlib",
"LicenseRef-scancode-nvidia-2002",
"BSL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"CC-BY-4.0"
] | permissive | gabstv/godot-go | 5befd7539ef35a9e459046644dd4b246a0db1ad9 | e0e7f07e1e44716e18330f063c9b3fd3c2468d31 | refs/heads/master | 2021-05-21T23:48:25.434825 | 2020-08-27T16:52:18 | 2020-08-27T16:52:18 | 252,864,512 | 10 | 3 | MIT | 2020-08-27T16:52:20 | 2020-04-03T23:26:52 | C++ | UTF-8 | C | false | false | 2,280 | h | /*************************************************************************/
/* platform_config.h */
/*************************************************************************/
/* This file is part of: */
/* ... | [
"gabs@gabs.tv"
] | gabs@gabs.tv |
11c4899a004b34502d0e282990800faf324323a4 | 92defc80bac79daad3d36f212a77b356e57deb22 | /main.c | 34b8f893e0d7feaa07f7d7757f7bd9db2aea56bd | [] | no_license | WBCOHBO/20161016ITSAPractice | 7f5a6a4d18959607788be8c63a86d8e66e49b832 | 3f582b0917fa3f972e3135ec56d0fbfac499c73c | refs/heads/master | 2020-02-26T16:11:22.463568 | 2016-10-16T04:23:24 | 2016-10-16T04:23:24 | 71,029,849 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 406 | c | #include <stdio.h>
#include <stdlib.h>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main(int argc, char *argv[]) {
int sex,high,i,count;
float weight;
scanf("%d",&count);
for(i=1; i<=count; i++){
scanf("%d %d",&high,&sex);
if(sex==1){
weight=(high-... | [
"andy405641@gmail.com"
] | andy405641@gmail.com |
c4afa8f440c9136a5d1077daf6083e70f86ef5f1 | b77e54131dede28b3153d6c67f6c061ac739b7d7 | /bootable/bootloader/lk/kernel/main.c | 3d81979d0a9ac9070fc5454879bfb36defbdf191 | [] | no_license | JeffreyLau/JJWD-K8_icsCream | 2319be6b9b2abd5e9d4da1b5efe91a472539c6c2 | a9790f6edf973d9e6b102f9be89c7b7f883f1cb2 | refs/heads/master | 2021-01-19T11:37:22.502930 | 2013-06-27T06:05:01 | 2013-06-27T06:05:01 | 10,987,138 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 4,500 | c | /*
* Copyright (c) 2008 Travis Geiselbrecht
*
* Copyright (c) 2009, Code Aurora Forum. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files
* (the "Software"), to deal in the Software without restriction,
* in... | [
"meto.jeffrey@gmail.com"
] | meto.jeffrey@gmail.com |
400d6b3919abb3daa22cb73a3276983e89813987 | 8dac2d088ebd273ecccaea9cf979c09de5b48ab8 | /Sources/main.c | 6a5f88c586172bd795736b49443ee8d855a4d1c2 | [] | no_license | sorabhgandhi01/ADC-DMA-Driver | 044a50ea20fca5c6fa49eeae9730a09fddbf2698 | a5768318b1c9e3e886c6b70a517ecd5fa3d6e90c | refs/heads/master | 2020-04-11T06:06:38.369321 | 2018-12-13T06:39:46 | 2018-12-13T06:39:46 | 161,570,729 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,902 | c | /*
` * Copyright (c) 2015, Freescale Semiconductor, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice, t... | [
"sorabh.gandhi@colorado.edu"
] | sorabh.gandhi@colorado.edu |
2b7763266a933c034b5ffa0aae2e4afdb2e8a88d | c3ef5eb4be36bbe76fefe41c12fccce7e9f3ede6 | /0x02-functions_nested_loops/8-24_hours.c | b936126c03143acf66356e558dd9dc8ec0b6b9eb | [] | no_license | SimonBr017/holbertonschool-low_level_programming | e7d3737c660bc67db42317595f196f53b1c4a40c | e3b8ab53ca5543c9d8eac24d524a03a04716496e | refs/heads/main | 2023-07-05T01:48:51.155771 | 2021-08-31T13:11:28 | 2021-08-31T13:11:28 | 335,558,689 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 372 | c | #include "holberton.h"
/**
*jack_bauer - print every min from 00:00 to 23:59
*
*Return: prob nothing here
*
*/
void jack_bauer(void)
{
int h, m;
for (h = 0 ; h <= 23 ; h++)
{
for (m = 0 ; m <= 59 ; m++)
{
_putchar(h / 10 + '0');
_putchar(h % 10 + '0');
_putchar(':');
_putchar(m / 10 + '0');
... | [
"simonbrard017@gmail.com"
] | simonbrard017@gmail.com |
08bbd9497e753d2766282af3bc41be59320c3e20 | 59f411aca6c53ee7ed7208512f4ea91f89354d76 | /briey/deb.c | 9e4fa415ef9e3784986387c7cd8cbf79c0f15998 | [] | no_license | splinedrive/ECP5_Brieysoc | 7e07ef25c59576ae9567f19f2f22103f09668fa3 | d826c2b7269c48039bda3f3a7644329edba93391 | refs/heads/main | 2023-08-22T01:10:03.297965 | 2021-09-28T10:53:44 | 2021-09-28T10:53:44 | 449,033,656 | 1 | 0 | null | 2022-01-17T20:06:46 | 2022-01-17T20:06:45 | null | UTF-8 | C | false | false | 9,342 | c | /*
ROM programming example - simple debugger
from LSIC80 Sample Program
*/
#include <ctype.h>
#include "murax.h"
#include "xprintf.h"
#include "ff.h"
#define NULL ((void *)0)
char getcon() {
int c;
while ((c = uart_read(UART)) < 0) {
}
return c;
}
uint32_t consts()
{
return (uart_readOccupancy(UART));
}
... | [
"naoki@miolab.com"
] | naoki@miolab.com |
85f7284171506b2656a573a8de3110d89b9dc0ee | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/gpu/drm/i915/extr_intel_pm.c_nop_init_clock_gating.c | 4d9d93ec0c1872239f0b3e0f051ab5e646209e58 | [] | 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 | 641 | 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 |
210a1b34f0e0fa0aaa431378e3b712b815b68787 | ec7e309fb91ab7d98fa9717e4652df0ad291cfc0 | /animal3D-SDK/animal3D-SDK/source/animal3D-A3DG/a3graphics-OpenGL/a3_BufferObject-OpenGL.c | d14c860f3bd83e3bd54bbc9a9c47996b03016f1f | [
"Apache-2.0"
] | permissive | ChamplainJamesG/OLD_arachnohand | e26bf36dce38092ddc1a70a8e8c9795b6d2f59f8 | d62b85d9487949c0a410c98140b5aeb4c246df7d | refs/heads/master | 2022-11-16T11:44:33.663180 | 2020-06-30T19:30:11 | 2020-06-30T19:30:11 | 276,184,438 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,706 | c | /*
Copyright 2011-2019 Daniel S. Buckstein
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writi... | [
"james.griffiths01@mymail.champlain.edu"
] | james.griffiths01@mymail.champlain.edu |
6be3b070da6ce46f615ce4b936fa6c9b9c4dcbf5 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/gcc/testsuite/gcc.dg/torture/float128-builtin.c | ea3497ce9a81cae09e284c03ace1f8d703432ff6 | [
"LGPL-2.1-only",
"FSFAP",
"LGPL-3.0-only",
"GPL-3.0-only",
"GPL-2.0-only",
"GCC-exception-3.1",
"LGPL-2.0-or-later",
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 266 | c | /* Test _Float128 built-in functions. */
/* { dg-do run } */
/* { dg-options "" } */
/* { dg-add-options float128 } */
/* { dg-add-options ieee } */
/* { dg-require-effective-target float128_runtime } */
#define WIDTH 128
#define EXT 0
#include "floatn-builtin.h"
| [
"rink@rink.nu"
] | rink@rink.nu |
e41b4b0653a72090b5c1e097916b28929b15a936 | d47d8b4f77654ddb50e70bce875cb77a5b7c2968 | /basecamp_c_01/ex08/ft_sort_int_tab.c | 1235764a186dea895df0d1e129aed11953039f6b | [] | no_license | vcwild/42sp-piscina | fab65758d5863074a5b39229130514bdd0d2a3f1 | 849017979a8d2b0ab638f87be6c1ce00bac2cced | refs/heads/main | 2023-08-31T16:08:02.129996 | 2023-08-28T01:29:46 | 2023-08-28T01:29:46 | 352,803,685 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 396 | c | /*
ordenar uma matriz de inteiros em ordem crescente
{2, 4, 6, 22, 8, 2, 1} --> {1, 2, 2, 4, 6, 8, 22}
*/
void ft_swap(int *a, int *b)
{
int temp;
temp = *a;
*a = *b;
*b = temp;
}
void ft_sort_int_tab(int *tab, int size)
{
int i;
int j;
i = -1;
while (++i < size)
{
j = -1;
while (++j < size - i - 1)
... | [
"vcwildm@gmail.com"
] | vcwildm@gmail.com |
833dea906a19b8bec8cef3f6000e9076d8c5c6dc | f442c419ae4efa7132a60f58e1db9d71e7d5f388 | /HackerRank/viralAdvertising.c | 88f01326e177a1765cba54c6a09f34344e18c80a | [] | no_license | kalyanjyothula/Practice-codes | 4deee20af4b6b7f7061ae79e6d7fff19276f2239 | 21c9ffa2029aa9da25b787732c42e3868abad9c5 | refs/heads/master | 2020-04-20T19:08:04.889756 | 2019-02-08T14:37:28 | 2019-02-08T14:37:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 147 | c | int viralAdvertising(int n) {
int like=0,z=5;
for(int i=0;i<n;i++)
{
like+=(z/2);
z=(z/2)*3;
}
return like;
}
| [
"noreply@github.com"
] | kalyanjyothula.noreply@github.com |
d8103d5a1410c2a24ccaf48b27551e2cefd5d5a5 | 802cdda4b7fcd4ebf2da5c924c7b9ec8f3774dc6 | /tests/tests.h | 3452c6344f42445d5acc170f59cf83fad03572d0 | [] | no_license | bradgearon/untitled | 09e44eb0745e28bdf24d931d496131d7bfbc2996 | 08c6c45985b6b5e5b47e5dc95398d85488077106 | refs/heads/master | 2022-10-18T13:10:39.898080 | 2022-10-12T05:18:01 | 2022-10-12T05:18:01 | 75,348,547 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 163 | h | #ifndef TESTS_H
#define TESTS_H
#define CATCH_CONFIG_MAIN
#include "catch.hpp"
#include <QFile>
#include <QJsonDocument>
#include "models.h"
#endif // TESTS_H
| [
"bradgearon@gmail.com"
] | bradgearon@gmail.com |
94f0f5f09abbc659192f3011e40c6104ac678a71 | 0854a979dff4550e23d2f0079a8be78071a61fb3 | /src/setsid.c | 39ba0eafa312976e4ce7efaa62441f52d7432acb | [
"Apache-2.0"
] | permissive | Biolunar/liblinux | e383497fbac55195af4a3a30f773a76c3842ecef | 8273eb12401ee58d662685ee42a15c2566aa6406 | refs/heads/master | 2021-12-28T02:45:08.484076 | 2021-11-28T09:11:11 | 2021-11-28T09:11:11 | 80,845,501 | 9 | 1 | null | null | null | null | UTF-8 | C | false | false | 84 | c | #include <liblinux/linux.h>
extern inline linux_error_t linux_setsid(int* result);
| [
"mahdi@khanalizadeh.com"
] | mahdi@khanalizadeh.com |
a1e5b247684cab270fa9996464fc403ddfd35529 | ff3cfe3a47c36657792bee4bd05800162e710b3f | /pacote download/Exercícios SENAI/while.c | d7d5a22c7c46e6e96f43dd3ab40932ce8a773e06 | [
"MIT"
] | permissive | mauriciommo/Projetos-em-C-SENAI | 614bc02b21280ba8c61d16bcec1caccaf3d0df57 | 95981f4642ccc9c74909fc66e32a9d0f6a4e8317 | refs/heads/main | 2023-06-30T09:57:27.699470 | 2021-08-06T15:10:50 | 2021-08-06T15:10:50 | 393,403,996 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 172 | c | #include<stdio.h>
#include<stdlib.h>
#include<locale.h>
int main()
{
int i;
while(i<=9)
{
printf("Aluno\n");
i++;
}
return(21);
}
| [
"mauriciommo@gmail.com"
] | mauriciommo@gmail.com |
4ef1066353502cc11e8c1fa6ede51d356af42ce5 | 00ef2eae216dd16adfa5346cc2fa318f7eed9d45 | /third_party/NordicSemiconductor/hal/nrf_rtc.h | 2802acebfd80799086ec98f488265378fbe20187 | [
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | samkumar/openthread | c98182e8947a0338b14cd6013a68b950c9a6862b | 23f465c681babb64ad813fe27d44ed5e958f878d | refs/heads/master | 2023-09-05T06:04:54.314708 | 2017-10-16T20:02:29 | 2017-10-16T20:02:29 | 122,260,551 | 0 | 0 | BSD-3-Clause | 2018-02-20T21:47:20 | 2018-02-20T21:47:19 | null | UTF-8 | C | false | false | 11,689 | h | /* Copyright (c) 2016, Nordic Semiconductor ASA
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
*... | [
"jonhui@nestlabs.com"
] | jonhui@nestlabs.com |
3a6433d95e382df3a19713ba5f4fdabd90f85536 | df506359b32af23d70a37ee792260098f00bfb68 | /esps/ESPS/general/src/lib_header/eopen.c | b67d492851831fb6b1c3a93330bb621597a4791b | [
"BSD-3-Clause",
"LicenseRef-scancode-newlib-historical",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | RobBullen/AudioMorphing | df02f1e396ee8231b59b6c15606c32cbbd2cb765 | fb38b9c110341a1b3cbb4927e454c76b47de2c97 | refs/heads/master | 2021-01-16T19:50:46.986868 | 2012-05-14T23:15:00 | 2012-05-14T23:15:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,867 | c | /*----------------------------------------------------------------------+
| |
| This material contains proprietary software of Entropic Speech, |
| Inc. Any reproduction, distribution, or publication without the |
| prior written permission of Entropic Speech, Inc. is strictly |
| prohibited. Any publ... | [
"bullen.rob@gmail.com"
] | bullen.rob@gmail.com |
61cf2e67435476d2ec564e5d77b2097fbcebe921 | 9918cfafedb9bf3d4f1ece2c3c8ce02624a1eda2 | /HelloWorld/Assigment2Ejer7.c | 425c8a179556eeb5dec9c7fd1fcba57d5daaed85 | [] | no_license | Jerry2157/C_Assignmets | 3657862a1c7a9e148d8a07ccd1cd9da02702c5f2 | 8d8706cd2a4ac1b3a50bdafe92ea083620bebc62 | refs/heads/master | 2020-04-16T01:37:54.503597 | 2019-01-11T04:43:12 | 2019-01-11T04:43:12 | 165,180,519 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 283 | c | /*#include <stdio.h>
int main(void) {
//printf("Write nested for loops that produce the following output:\n\n\n");
for (int i = 0; i < 3; i++)
{
for (int j = 0; j < 10; j++)
{
for (int k = 0; k < 3; k++)
{
printf("%d", j);
}
}
printf("\n");
}
return 0;
}*/ | [
"32277237+Jerry2157@users.noreply.github.com"
] | 32277237+Jerry2157@users.noreply.github.com |
98820cb8604cc616efa0fbdf4afcc603ce7708ce | 7030bdc16a529c04ebacc9d18c5eff9251320ca9 | /sdk/ecos/packages/cygmon/current/misc/tservice.h | 8d4a6e87522e8c9ffe0f0b6b740c789b135bfe6c | [] | no_license | pleasemarkdarkly/iomega_hipzip | cd770e6cf1b1e719098d5e33e810d897249c0f69 | ee741ddf30d3f0875420384837ba8eb9581f5bf2 | refs/heads/master | 2021-05-24T18:53:04.662340 | 2020-04-07T08:22:21 | 2020-04-07T08:22:21 | 253,705,949 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,012 | h | #ifndef __TSERVICE_H__
#define __TSERVICE_H__
//==========================================================================
//
// tservice.h
//
// These are the core functions are expected to be provided by the
// target dependent services.
//
//============================================================... | [
"pleasemarkdarkly@gmail.com"
] | pleasemarkdarkly@gmail.com |
10d2ce13aa50459ebaabd06f7a7d7499563854e4 | 7d6e4bf57890367d8df4b9083cc1987be16be9e1 | /first_part/old_unit_tests/LIBFT_test/srcs/ft_strcmp_test.c | 5c1698a299063e3184dde4c9568920cfbf6a4ee3 | [] | no_license | remyoster/42_cursus | 9f9728dde63bd60777e9893d477a8e6d5d4b8daa | 3b4951fa6509a6b1dcd668d0fe5661fd7b6772d1 | refs/heads/main | 2023-06-22T18:31:34.094571 | 2023-06-20T08:17:26 | 2023-06-20T08:17:26 | 311,570,046 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,452 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strcmp_test.c :+: :+: :+: ... | [
"rmyoster@gmail.com"
] | rmyoster@gmail.com |
fa8b57b0a41179b382d0d5997002a1c5109ffe2e | 2f222afa550452beeb6aa93d83ba3baf3db8d426 | /Dphil/dphil_1a_right_left.c | 3236bb9a89ae0ba9a845ce96c6581d5b209f618d | [] | no_license | sule2/jimplank_cs360-lecture-notes | 1fb2e9e3c4d57adf1e715f11dcee97c23ca62234 | f65c33ccb3c5d0afbf3fd1b5592e6aa323e6f74b | refs/heads/master | 2021-03-02T21:44:30.925573 | 2019-06-23T04:45:42 | 2019-06-23T04:45:42 | 245,907,655 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 822 | c | /* dphil_1a_left_right.c
James S. Plank
April, 2016
CS360 - Systems Programming
Adding a delay to dphil_1_left_right.c so that it's easier to have deadlock.
*/
#include <stdio.h>
#include <unistd.h>
#include <pthread.h>
#include "dphil.h"
typedef struct {
int num;
} MyPhil;
void *initialize_v(int phi... | [
"plank@cs.utk.edu"
] | plank@cs.utk.edu |
512e1908186f0fac6254486ec6d9b3a739bb7ade | 0d1392d6f957b56a500eb7d404d6e28155b975cb | /livedesk/beetles/applets/record/app_record.c | ee4ccc47916e1ed59b5664ddb78748d114190e4d | [] | no_license | 0x0fe/melis | c481019828125dcc70ea1e319dafdd5c48e50402 | 9449951e137a0430225d96d24c6e771934f81870 | refs/heads/master | 2021-12-13T13:48:31.115656 | 2017-03-20T13:01:04 | 2017-03-20T13:52:41 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 12,407 | c | /*
**************************************************************************************************************
* ePDK
* the Easy Portable/Player Develop Kits
* desktop system
*
*
* File : record.c
* By : Kingvan
* Func : record main thread
*... | [
"1414087790@qq.com"
] | 1414087790@qq.com |
50a932e17c73bcae1e18841b37d4977ee14e7f37 | 4503b4ec29e9a30d26c433bac376f2bddaefd9e5 | /PCL 1.7.2_vs2013/x64/3rdParty/VTK-6.1.0/include/vtk-6.1/vtkLineIntegralConvolution2D_AAV.h | e0a63d5810a1f79b61dfbd12530e7db53ca3079b | [] | no_license | SwunZH/ecocommlibs | 0a872e0bbecbb843a0584fb787cf0c5e8a2a270b | 4cff09ff1e479f5f519f207262a61ee85f543b3a | refs/heads/master | 2021-01-25T12:02:39.067444 | 2018-02-23T07:04:43 | 2018-02-23T07:04:43 | 123,447,012 | 1 | 0 | null | 2018-03-01T14:37:53 | 2018-03-01T14:37:53 | null | UTF-8 | C | false | false | 415 | h | /* DO NOT EDIT.
* Generated by ..\..\bin\Debug\vtkEncodeString-6.1.exe
*
* Declare the vtkLineIntegralConvolution2D_AAV string.
*
*/
#ifndef __vtkLineIntegralConvolution2D_AAV_h
#define __vtkLineIntegralConvolution2D_AAV_h
#include "vtkRenderingLICModule.h"
VTKRENDERINGLIC_EXPORT extern const char *v... | [
"hnk0313@3e9e098e-e079-49b3-9d2b-ee27db7392fb"
] | hnk0313@3e9e098e-e079-49b3-9d2b-ee27db7392fb |
8daf57f740931639c09ab1a38ff8488849aa501f | 0b87001a8810ecbec15d6dd89c5c3a67f8b346b0 | /LEESA/include/LEESA/LEESA.h | 2e20055b7922e2a534bbd56bd176979782da9ceb | [
"BSD-3-Clause"
] | permissive | DOCGroup/LEESA | 541e9780ce589d2adbc1dfe54ed31a1379e91b8a | f3bc9918c926011dbbb6782f3d6cfd014530a163 | refs/heads/master | 2023-08-30T02:15:23.564044 | 2013-05-25T17:43:14 | 2013-05-25T17:43:14 | 28,028,656 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 430 | h | #ifndef __LEESA_H
#define __LEESA_H
#ifndef DOMAIN_NAMESPACE
#error "Please define DOMAIN_NAMESPACE."
#endif // DOMAIN_NAMESPACE
#define MembersOf(A,...) ((A, __VA_ARGS__))
#define DEPTH_FIRST >>=
#define BREADTH_FIRST >>
#define PARENT <<
#define FOLLOWED_BY ,
#define AND ,
#define Associat... | [
"sumant@rti.com"
] | sumant@rti.com |
1503db78c4572fe47b6ee4b0b2d3ff2d0c52bc11 | ce9fbc01830107ac2f6a0030d139466dad36c084 | /test/syscalls/test_syscalls.c | 5de35dd9aed2c26c13cbbca925d143dab685e8be | [] | no_license | oliverbutler/CSC2025-Assignment-2 | d202d08f667ca94e5c6df3f9549502fb48d5c070 | a5f9c2359a9e1b51232c4fc464d7ff0a1e484ad6 | refs/heads/master | 2022-03-13T17:18:42.286672 | 2019-12-10T19:31:48 | 2019-12-10T19:31:48 | 226,882,906 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,221 | c | #include <lib.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <assert.h>
#include <time.h>
#include "../util/fslog_testutil.h"
#define TEST_FILE_NR 40 /* the number of files for workload generation */
#define OPS_LOGGING 6 /* the number of ops tha... | [
"olly@protoncloud.co.uk"
] | olly@protoncloud.co.uk |
b5a22644cc2fa95c76677a1365a780dc1354b67d | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE121_Stack_Based_Buffer_Overflow/s04/CWE121_Stack_Based_Buffer_Overflow__CWE805_int64_t_alloca_memmove_51b.c | fe9095c0d6958861547568658217f4b506dd5917 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C | false | false | 1,559 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE121_Stack_Based_Buffer_Overflow__CWE805_int64_t_alloca_memmove_51b.c
Label Definition File: CWE121_Stack_Based_Buffer_Overflow__CWE805.label.xml
Template File: sources-sink-51b.tmpl.c
*/
/*
* @description
* CWE: 121 Stack Based Buffer Overflow
* BadSource: Se... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
1d2517f47b00c688049c2060c4e80b90c04aefed | ab11858b530e24310d7e291fedc2ce8987ed6c4d | /Tweaks/sm64ios/sm64ios/Applications/sm64ios.app/levels/ssl/7.rgba16.inc.c | 5aa47c7387ee39d3aed2bb280dc80cd44cd2f9a3 | [
"MIT"
] | permissive | xxthepersonx/repo | ae17ca9f86e2445847578966132642e6e8f53867 | c7f535be4a04a7a1c3117566941d7ffc9c0812fe | refs/heads/master | 2021-10-20T08:23:12.102172 | 2021-10-11T07:08:01 | 2021-10-11T07:08:01 | 258,843,048 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 10,241 | c | 0xD4,0xDB,0xF5,0xDF,0xED,0x9F,0xF5,0xE1,0xCC,0xD9,0x9B,0x4D,0x9B,0x4D,0xCC,0x99,0xC4,0x99,0xC4,0x99,0xB4,0x15,0xD5,0x1B,0xBC,0x57,0xBC,0x55,0xCC,0x99,0xED,0x9F,0xF5,0xE3,0xF6,0x67,0xF6,0xA7,0xF5,0xE1,0xF5,0xE1,0xED,0x9F,0xED,0x9F,0xF5,0xE1,0xF6,0x21,0xF5,0xE1,0xF6,0x21,0xF5,0xE1,0xF6,0x23,0xF5,0xE1,0xC4,0x57,0xCC,0x99,... | [
"zackstephens@Zacks-MacBook-Pro.local"
] | zackstephens@Zacks-MacBook-Pro.local |
e3b47e0ca9684b6abfb620bb048ffaf8fb21ef1a | 82b81e788b3263271cdd4e32de2a858c01e95a97 | /src/ble_service/ble_services.h | 5481f9a9c968bfe8feaae7bcc054ef44aaab942b | [] | no_license | WearableAssistanceDevice/assistance-request-server | 8a6fe087b6d32ce270854c6efb2d642b26537ac1 | c4df6c7a55eae88ebd39f35b97391c24ed48dc5c | refs/heads/master | 2021-01-09T18:08:33.338841 | 2020-04-20T00:31:04 | 2020-04-20T00:31:04 | 242,400,952 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,301 | h | #pragma once
#include <stdbool.h>
#include "bsp.h"
#include "ble.h"
#include "ble_advertising.h"
#include "ble_db_discovery.h"
#include "nrf_ble_gatt.h"
#include "nrf_ble_gq.h"
#include "nrf_ble_qwr.h"
#ifdef __cplusplus
extern "C" {
#endif
/**@brief BLE advertisement event handler type
*
* ... | [
"cbroyles94@gmail.com"
] | cbroyles94@gmail.com |
f7fe071f3b3e7c17aa998e38db7dfbdc5e1715c8 | c296b94c2eaa34b70d27251b080a782ecaa99fa7 | /cancha.c | b9f76764ab62b07e5866167c39f3e6c62d7f9781 | [] | no_license | rasevedo/Lab02forks | eb3ffc9b469c3b481711ebaaab6647afe37ffb1c | c2b6ddd28fa351ff9376e75376f09ffceb0d216c | refs/heads/master | 2020-03-20T15:56:28.539488 | 2018-06-15T19:46:31 | 2018-06-15T19:46:31 | 137,525,379 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,758 | c | #include <stdio.h>
#include <unistd.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/wait.h>
int total = 0;
void DoWorkChild(){
total += 10;
}
int main()
{
int pids[10];
pid_t pid;
int i;
int Ball;
int A;
int B;
unsigned int n = 10;
... | [
"user1@debian.localdomain"
] | user1@debian.localdomain |
d4a225082656ac3d34d6f38801dde0f4bbdbf662 | 2fadad99afad0afaa76d6ee9b191128c71c3157d | /Test/firmware/src/config/default/initialization.c | e7ce183c8731a1b6912fae9a276995e1f429cd37 | [] | no_license | BalajeRajasundaram/Platform | 2d676f204700b30aacbd9952bed3c100bda47b74 | f075094bc9f1d337cac0451608a09fb39648166a | refs/heads/main | 2023-08-02T05:19:39.712116 | 2021-09-26T08:13:00 | 2021-09-26T08:13:00 | 313,009,248 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,688 | c | /*******************************************************************************
System Initialization File
File Name:
initialization.c
Summary:
This file contains source code necessary to initialize the system.
Description:
This file contains source code necessary to initialize the system. It
... | [
"balaje.rajasundaram@gmail.com"
] | balaje.rajasundaram@gmail.com |
417682af177a3ced9713a78fc40b1cee8da92deb | 706b0f406d17046ef5127fb9522f3511177defdd | /Statistique-master/src/statistique.h | 487d0cb02a61d4767017933bb1d10f5156216af8 | [] | no_license | nickgagnon/Statistique_Librairy | d443416a28e2957bd9a703a491bbfabe650c58b2 | 5d1862544a3ffe2a319485fda5db3db6a48bb339 | refs/heads/master | 2021-07-22T21:56:59.445628 | 2017-11-02T20:40:13 | 2017-11-02T20:40:13 | 109,316,116 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 296 | h | unsigned int Max(unsigned int *Table, unsigned int Amount);
unsigned int Min(unsigned int *Table, unsigned int Amount);
unsigned int Moy(unsigned int *Table, unsigned int Amount);
void Stat(unsigned int *Table, unsigned int Amount, unsigned int *Max, unsigned int *Min, unsigned int *Moy );
| [
"noreply@github.com"
] | nickgagnon.noreply@github.com |
9c727da94308d02cea5afaf0a939ba79b96aa0c6 | b4e2cb85c7a5761b59dd0f860f6e5327b84c72fa | /System Call/xv6-sp20/user/user.h | fdf084d4b61df120daada52b5baff004daa823ba | [] | no_license | Pulkit2699/System-Calls-in-xv-6 | e8f87e5c03b9d3633495bc649f83e925a9e3aa44 | 10b8cd4bbc32876021a9062e26657b25b77c4132 | refs/heads/master | 2021-03-20T01:29:33.963525 | 2020-03-13T21:15:21 | 2020-03-13T21:15:21 | 247,162,615 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 933 | h | #ifndef _USER_H_
#define _USER_H_
struct stat;
// system calls
int fork(void);
int exit(void) __attribute__((noreturn));
int wait(void);
int pipe(int*);
int write(int, void*, int);
int read(int, void*, int);
int close(int);
int kill(int);
int exec(char*, char**);
int open(char*, int);
int mknod(char*, short, short);
... | [
"noreply@github.com"
] | Pulkit2699.noreply@github.com |
a84b99bf77a687afabc353ac8913ca127c105171 | 85aa97db3bb0a3e9649576c940af2552c59003f9 | /d12/ex01/src/utils.c | 17c4056b883ca571676b6d61b0701d58cb2e9e37 | [] | no_license | tetovske/piscine | 6b2be2e343c6ebfd53acb936629c2a61b672189d | 0eb7a26dad4d28b37fff9a231c817b5a2b5b4fad | refs/heads/master | 2020-06-14T04:19:15.776532 | 2019-07-26T16:40:43 | 2019-07-26T16:40:43 | 194,896,056 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,075 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* utils.c :+: :+: :+: ... | [
"ltesha@mi-g1.21-school.ru"
] | ltesha@mi-g1.21-school.ru |
0cae12d75d36ae81edece442cb67027570dd38da | 366b6585fdd791f82148adbeb033b9972bae32d3 | /hiku_gen3/marvell/wmsdk_bundle-3.3.33/sdk/src/platform/net/lwip/bcast_filter.c | c22143a5930e4705ba2f80da20a91f7d5cea71a2 | [
"MIT"
] | permissive | jayemko/hiku_fw | ae57b5128bf0d300f849e3c3a1252c390db6a38d | 43cbe4a084ba2880adf62515c3b8e932c98ba4ec | refs/heads/master | 2022-03-23T11:33:19.245267 | 2019-12-15T23:04:24 | 2019-12-15T23:04:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,525 | c | /*
* Copyright (C) 2008-2015, Marvell International Ltd.
* All Rights Reserved.
*/
#include <wm_net.h>
#include <lwip/tcpip.h>
#include "netif/etharp.h"
#define UDP_PACKET 0x11
#define NETIF_STATS_INC(num) (++num)
#define NETIF_STATS_DEC(num) (--num)
#define PLATFORM_DIAG(_x_) do { unsigned int ts = os_get_times... | [
"rajan@hiku.us"
] | rajan@hiku.us |
a05326e96dca78aa19c8a4b45387f14233178c63 | 7786334002e2a7c008ddf7cb869d881020a09f3c | /lab/lab_main.c | 32f837afadf7146872c97e636a578c2db7d92544 | [] | no_license | socket/vmss-1.23 | 226397460d2a9b6eb51aa8737a405ad51e332cd6 | 97ad337a8e516427ebb2aa8a01ec961c2a5bd40b | refs/heads/master | 2021-01-19T08:23:18.522174 | 2010-03-05T14:17:13 | 2010-03-05T14:17:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,318 | c | /*
* lab.c
* lab
*
* Created by Alexey Streltsow on 3/4/10.
* Copyright 2010 Zila Networks LLC. All rights reserved.
*
*/
#include "vmss_common.h"
int main (int argc, const char * argv[]) {
char rbuff[BUFF_SIZE], *prbuff;
char convbuff[BUFF_SIZE];
const char *src_file = 0, *dst_file = 0;
FILE *hfile... | [
"socket@sk-macbook.local"
] | socket@sk-macbook.local |
ef5d6d845747d04407748b1bf8bb4d2a011e50a8 | 4740f90db098e682d7b3973b437ced07796dd1ab | /kadai__06/Batoru.h | eedfb5275af65656e99f9c62dae408076142ee2f | [
"MIT"
] | permissive | bobbymon/sample | 65925abdbe7a4d0202ec8b197494d94437bfcecf | e7b35d92d35379fd6636eac1f8361bc1e5af9d24 | refs/heads/master | 2020-04-09T06:57:13.467973 | 2018-12-03T05:17:31 | 2018-12-03T05:17:31 | 160,134,249 | 0 | 0 | null | null | null | null | SHIFT_JIS | C | false | false | 1,290 | h | /*******************************************************************************
* タイトル: BATORUヘッダー
* プログラム名: Batoru.h
* 作成者: GP11B341 01 飯塚春輝
* 作成日: 2018/06/29
*******************************************************************************/
#ifndef BATORU_H
#define BATORU_H
/***************************************... | [
"janbobob2@gmail.com"
] | janbobob2@gmail.com |
7ba73f6baba653097dff4cb194bcb0c32bccb2b1 | 1b4a89c3cb1876d967b7b0202ae6090e090d6a46 | /src/interfaces/list/list.c | 368ac9793dcba29cafbd8738702fb0905f481502 | [] | no_license | Noman5237/data-structures-with-c | 99718cba7f89ed71bfbd67bbaf86192f02a9d82f | 09e720a406ef6392b3065cc19830ec9b4a0ac2bb | refs/heads/master | 2023-08-08T05:50:23.835749 | 2021-09-18T04:01:05 | 2021-09-18T04:01:05 | 360,465,046 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,581 | c | /**
* @file: list.c
* @author: Anonyman637
* @date: 9/11/2021{} 7:48 PM
*/
#include <internals/interfaces/list/list.h>
#include <stdlib.h>
/* ============================== Runtime Registry ========================= */
void i_list_register() {
if (i_list != NULL) {
return;
}
i_list = type_... | [
"anonyman637@gmail.com"
] | anonyman637@gmail.com |
6470cc8a841a4a2c20f5c7335c7c8f39ec06e53b | 32d00deba84b6e6c03ce6e69c21d4d6aab9b7c71 | /c/time/time.c | 91682f82d2e40fecdbab4c6135c7eda1fb689ebe | [
"BSD-3-Clause"
] | permissive | dterei/Scraps | c2b6b55df6554861bc0670be2aae659755748086 | 047b5b72888eb3dd29f1d6bab1aae63d1280e05e | refs/heads/master | 2022-07-30T05:08:30.106194 | 2022-06-21T23:20:46 | 2022-06-21T23:20:46 | 271,346 | 40 | 22 | BSD-3-Clause | 2022-06-21T23:20:47 | 2009-08-07T05:06:16 | C++ | UTF-8 | C | false | false | 350 | c | #include "utils.h"
int main(void)
{
time_t t;
long i;
// sanity check
t = time(NULL);
if (t < 0) {
printf("error with time! (%li)\n", t);
exit(1);
} else {
/* printf("time is: %s", ctime(&t)); */
/* printf("time as int is: %lis\n", t); */
}
test_start();
for (i = 0; i < N; i++) {
t = time(NULL);
... | [
"davidterei@gmail.com"
] | davidterei@gmail.com |
230408e1098215d5e28928c061ccfef5e17d84ac | 08bfc8a1f8e44adc624d1f1c6250a3d9635f99de | /SDKs/SDL2_VULKAN/src/src/video/dummy/SDL_nullvideo.h | 9f01a7087d09fb2ffa11c0e6af7ab2ab135d633b | [] | 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 | 129 | h | version https://git-lfs.github.com/spec/v1
oid sha256:2930ef76e37b9fabdc5bb60051268dbce025a1e436c582a63f620796019b19f3
size 1119
| [
"personwithhats2@Gmail.com"
] | personwithhats2@Gmail.com |
a3e15bc1392abd2dec07a6ae6fbac0fc7f093f53 | fd2837aef61176323fb6d8eb647b20debe7995f5 | /CSAPP/sa-bAbi/working/04f6e137d1.c | 3ac83cd7e50fad28926e7d7308c33710982625e1 | [] | no_license | callMeBigBen/CourseWork | b0ef17b5cfe07ba61404abd68812d2b56393db87 | 41d68c07f7b1411dbca7dc7d5e2efeceb9edee27 | refs/heads/master | 2020-04-10T08:18:21.617984 | 2019-05-22T05:26:38 | 2019-05-22T05:26:38 | 160,902,512 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 497 | c | #include <stdlib.h> // Tag.OTHER
int main() // Tag.OTHER
{ // Tag.OTHER
int entity_6; // Tag.BODY
int* entity_3; // Tag.BODY
int* entity_4; // Tag.BODY
entity_6 = rand(); // Tag.BODY
entit... | [
"33094628+callMeBigBen@users.noreply.github.com"
] | 33094628+callMeBigBen@users.noreply.github.com |
1b1228732e24feabe78789736f7cb5da59fc821e | 3ed978164e91956cb360f9916070ada31bf80e27 | /srcs/readline/keys/left.c | 290d90dce3aa18c5919700e97097bd3345583a03 | [] | no_license | jguyet/42sh | 54613a115d2b2afb96a1bb8355bdb069635ccd7b | 4339fb44fa4cbad9789ddc7e6361ea70302c9cd6 | refs/heads/master | 2021-06-14T03:53:14.067107 | 2017-02-16T04:23:57 | 2017-02-16T04:23:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,354 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* left.c :+: :+: :+: ... | [
"jguyet@e3r1p12.42.fr"
] | jguyet@e3r1p12.42.fr |
3a0c266ef734a8e9c12b74cac1c4ebfca92dfb74 | 4768a70b68312dba8cbe25ba8d442142ffb957a9 | /mx_cube.c | afd67e9ef5ee1bacfef4ba27e2f9eb4bc6aaf05b | [] | no_license | Maxandkon/Race00 | 72ae069fd050f0c76dc7166e577ad5520341dac8 | c3d3cad1e634be1ab510bd5fb50f65935cb52aa5 | refs/heads/main | 2023-07-27T23:52:05.143229 | 2021-09-14T18:43:13 | 2021-09-14T18:43:13 | 406,482,250 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 916 | c | void mx_printchar(const char c);
void space (int i){
for (int j = i; j > 0; j--)
mx_printchar(' ');
}
void horiz (int n){
mx_printchar('+');
for ( ; n > 0; n--)
mx_printchar('-');
mx_printchar('+');
}
void flats (int *n2, int *j, int ofs, char ch){
mx_printchar((ofs == 1) ? '/' : '|');
space(*n2);
mx_p... | [
"noreply@github.com"
] | Maxandkon.noreply@github.com |
6655f37d4c069c83510a187f1b064a9182de310c | b50324a2123c646d605e7bac6cbf27a7e81414cf | /libft/ft_lstadd_front.c | 21be8ae5c28c4602da2c76e644c54ae3e4787a57 | [] | no_license | 0000000000ps/push_swap | e36e4641b8779acdd1f9cc6309020bf15c04acd8 | 7d4aaec95ade3116278ee78eceb022a1e1c486fc | refs/heads/master | 2023-04-29T12:18:06.524866 | 2021-05-22T12:45:27 | 2021-05-22T12:45:27 | 367,861,893 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,007 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstadd_front.c :+: :+: :+: ... | [
"pancreatique@naver.com"
] | pancreatique@naver.com |
befbdde76e6f71b56f4f15afe9210c82a3d4cd4e | 8fedf7523b32dd30d9924f2a30172a9aa0fca7ab | /main.c | 2e66374ea6d51aa49cce24e96337f4b24de782e9 | [] | no_license | LoganCarvalho/CoordGeograf | 9076377af5d3406bad4d39dfde1c41dee18075cd | 6e787d174aa6454aeccaf3721113cd92219373c1 | refs/heads/master | 2021-01-12T17:07:08.028473 | 2016-10-21T02:25:47 | 2016-10-21T02:25:47 | 71,513,069 | 0 | 0 | null | 2016-10-26T14:53:09 | 2016-10-20T23:41:37 | C++ | UTF-8 | C | false | false | 7,746 | c | //Poligonal: Série de segmentos de retas conectados
//Perimetro é a soma de todos os lados da poligonal
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include <math.h>
typedef struct {
double northing;
double easting;
} coord;
typedef struct {
coord v1,v2,v3;
} Triangulo... | [
"noreply@github.com"
] | LoganCarvalho.noreply@github.com |
9f8539df315063c21780b7739e27dc927f62306b | 03d5c5de6f663699f5eda7da1ed74127b5f41928 | /ext/cici/internal.c | 0198f025a052a096b0af5304cae4e56d9c42fb67 | [] | no_license | luikore/cici2 | f3f3e989fb84d37e3f70f425733c16697ed03520 | 67bc39f0931f95dabda8c2139d3ba6acce55dfec | refs/heads/master | 2021-01-19T07:49:18.695135 | 2011-02-13T19:17:06 | 2011-02-13T19:17:06 | 1,361,514 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,307 | c | // Cici::Internal
#include <def.h>
#include <runtime.h>
#include <elem.h>
// generate an id
static HMENU new_id() {
static int id = 1;
return (HMENU)(id ++);
}
// set global lock
// when true, events are stopped
// when false, events can be fired
DECL1(set_event_lock, v_pred) {
runtime.event_lock = ... | [
"usurffx@gmail.com"
] | usurffx@gmail.com |
4ae60295b0f58604f189d29a4e58598234a925db | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/gcc/testsuite/gcc.dg/winline-10.c | 2df5addaebcc9e2b1941c521c32c38cf5a266d40 | [
"FSFAP",
"LGPL-2.1-only",
"LGPL-3.0-only",
"GPL-3.0-only",
"GPL-2.0-only",
"GCC-exception-3.1",
"LGPL-2.0-or-later",
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 319 | c | /* { dg-do compile } */
/* { dg-options "-O2 -Winline -fopt-info-optimized-inline=stderr" } */
struct s { int a; };
inline void f (x)
int x;
{
asm ("");
}
void g (struct s x)
{
f (x); /* { dg-optimized "Inlining f.* into g" } */
}
void f (int x); /* { dg-warning "follows non-prototype definition" } */
| [
"rink@rink.nu"
] | rink@rink.nu |
6d28c6bd31442522aa57d450afe0f6506e18e4dc | 627cef4910462f225dcdb7ff1aa4f0ea4aac1a32 | /macros_and_structures/0-abs.h | fee4eb16d95c8679abad9fc4862fc07c93f587c6 | [] | no_license | AAx13/holbertonschool-low_level_programming | b1fcf0a2126d5757ef171105e5342ee2fb400a1a | bb7a1c7c089282db399b28a1e9162f2e59c4ffed | refs/heads/master | 2023-04-28T05:19:45.000058 | 2017-05-11T04:07:55 | 2017-05-11T04:07:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 99 | h | /* this macro will return the absolute value of i */
#define ABS(i) ((i) < (0) ? (i) * (-1) : (i))
| [
"damian.ali33@gmail.com"
] | damian.ali33@gmail.com |
8094d4aa2643a621e66f2f429f375b63d4525e02 | 056c1b0500e629db62a0d0230b0807f9f5b86a91 | /int_Find.c | 241306366b0b76da780dcd5c033312055bc5c7b2 | [] | no_license | MajdalHyder/C_codes | 90107afa0360e1cb083ee1571425c2e71f0b32fa | 95cd9a0c96e91e33a7264736b7f7730612648ad1 | refs/heads/main | 2023-03-24T00:10:54.774126 | 2021-03-29T08:40:17 | 2021-03-29T08:40:17 | 350,313,321 | 0 | 0 | null | 2021-03-22T11:35:44 | 2021-03-22T11:12:56 | null | UTF-8 | C | false | false | 2,814 | c | /* A program to extract the first int number "multi-digit-or single digit" from a String
** this is a prototype and works or the example string in main()
** function works by a copy paste if enough attention is paid to the parameters"
*/
#include <stdio.h>
int main() {
char s[] = "-----+-429++--334"; //test strin... | [
"noreply@github.com"
] | MajdalHyder.noreply@github.com |
5c4b3ca6c3e634a27b5fe170811998d620220818 | fc93f517c216b9a82a8bf61b0fafd015424b8c2f | /assignment3/lib/list.h | 9fa224345faa565af5f0875f8f739acaf3f2934e | [] | no_license | erwaller/compiler-theory-assignments | 472c2423a796a4c426b33fd6d16d60f5308d7bb4 | d808e9bab927597fdbe38328fd02ccdd58ad1e47 | refs/heads/master | 2021-01-10T19:31:02.701645 | 2009-02-26T19:28:26 | 2009-02-26T19:28:26 | 49,286 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 263 | h | #include <stdlib.h>
#include <stdio.h>
#ifndef list_H
#define list_H
// lisp style cons list
typedef struct CONS cons;
struct CONS {
cons *next, *prev;
void *thing;
};
cons* list_push();
void list_concat();
int list_length();
cons* list_new();
#endif
| [
"erwaller@gmail.com"
] | erwaller@gmail.com |
5131a06a4de218b98316e4a8585606dde89acd3d | d5ab556609539e0b50ddcc7beec6bbc4f0b81096 | /main - Machine Run TImer.c | b68465e6fc2a7688b4050274760065edb94679b9 | [] | no_license | NiveditaRajendran/School-Works | d2a84e5aabdbbf666a3aee78a7ef2c6361868ac7 | 37394d7f41edaa4cc9077385f537a29a828ff58d | refs/heads/main | 2023-03-28T01:23:46.403829 | 2021-03-25T01:40:16 | 2021-03-25T01:40:16 | 351,273,277 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,597 | c | /*******************************************************************************
* File Name : main.c
* Description : counts the time a machine is on in millisecond
*
* Author : Nivedita Rajendran
* Date : 2018/08/13
*****************************************************... | [
"noreply@github.com"
] | NiveditaRajendran.noreply@github.com |
c324276d703283a6e648ab27ef771f0160d0e5bb | 1ada178d36bef5a1caa84e316c23502dae236d51 | /libft/ft_strcat.c | 44e8cf7d1384ba9e54e1687da26eddc8256bd007 | [] | no_license | matvivan/miniRT | a6fa3074fc80bccdc200fca7397c578a7349f7d3 | f1f1d000dfab66e753f748e416d6bffaffc171f6 | refs/heads/master | 2023-01-05T20:53:24.460947 | 2020-11-08T00:58:10 | 2020-11-08T00:58:10 | 310,394,780 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,083 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strcat.c :+: :+: :+: ... | [
"matvivan@Matveis-MacBook-Air.local"
] | matvivan@Matveis-MacBook-Air.local |
44f27be97f2cac7a0b8f84d5629cdcd2a12e7a1c | 7faa6044c51b1a70c3a19908e72fb6f8c25ef5a7 | /world/d/qujing/chechi/obj/dao.c | bc2a2b24811391a7b6b4b8564832a79d03db5d33 | [] | no_license | losep/xyj45 | b55ca0f087bde4082b5ebe05945f36df86afcb9c | 3a699e543eec0f3c3965986ca98d7ba3b603c0cd | refs/heads/master | 2020-07-04T14:14:49.565808 | 2016-11-18T19:31:57 | 2016-11-18T19:31:57 | 74,157,577 | 1 | 1 | null | 2016-11-18T18:52:37 | 2016-11-18T18:52:37 | null | GB18030 | C | false | false | 596 | c | // 神话世界·西游记·版本4.50
/* <SecCrypt CPL V3R05> */
// blade.c
#include <weapon.h>
inherit BLADE;
void create()
{
set_name("斩头刀", ({"zhantou dao", "dao", "blade"}) );
set_weight(4000);
if( clonep() )
set_default_object(__FILE__);
else {
set("unit", "柄");
set("value", 500);
set("material", "iron")... | [
"liming.xie@gmail.com"
] | liming.xie@gmail.com |
f9abe6cb4a21f1f5bbd07b3d09453ca1de1e2b9c | 9b6ddd3eb503fc0480b3bb2774608ad5db2acc4a | /practice_c/randomHash.c | 93203ddf1492f8f44f089a67c53e6cc556fcf0bb | [] | no_license | smmok/dev | 78a884d4ed1c294c8fbde3a1559d1e87ca7877a1 | 039faa51ad4a67c30d3089add51f846941acf8c5 | refs/heads/master | 2022-11-03T05:56:06.442552 | 2020-06-20T08:18:14 | 2020-06-20T08:18:14 | 273,659,030 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,188 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <stddef.h>
#include <time.h>
struct node {
int data;
struct node* next;
};
void push(struct node**, int);
void printlist(struct node*, int);
int search(struct node* head, int data);
static int printCount=0;
int main(int argc, char** argv)
{
int cou... | [
"sweemok@gmail.com"
] | sweemok@gmail.com |
ab27da9bbd50a847c53592674a652aeb6f975ba6 | 682665319ab19837d4186746a2978ded2d361b7b | /parse.c | 39b02971dc3d742f05b66fb67fb9e7980348e477 | [] | no_license | Rybeczko/ADT-Project-ENEE-150 | 8e0345f007c176a91f67316e43c38aa1a31cae6a | 9c4ac1a1561837388b48616a905605e2795d1423 | refs/heads/main | 2023-07-15T07:57:12.905119 | 2021-09-04T23:38:01 | 2021-09-04T23:38:01 | 403,169,934 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,774 | c |
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include "hash.h"
#define WORD_SIZE 40
#define DICTIONARY_SIZE 1000
#define TRUE 1
#define FALSE 0
typedef struct dictionary_entry{
//variable used for the words in the dictionary hash table
char word[WORD_SIZE];
//variable for coun... | [
"noreply@github.com"
] | Rybeczko.noreply@github.com |
ec2463953ef06a592e0643aff76874ec11dbf192 | ad8271700e52ec93bc62a6fa3ee52ef080e320f2 | /CatalystRichPresence/CatalystSDK/ServerMetricsSaveGameSavedMessage.h | 93524eb7fc68ccfcf04ed56c40d2cc333f3dbd93 | [] | no_license | RubberDuckShobe/CatalystRPC | 6b0cd4482d514a8be3b992b55ec143273b3ada7b | 92d0e2723e600d03c33f9f027c3980d0f087c6bf | refs/heads/master | 2022-07-29T20:50:50.640653 | 2021-03-25T06:21:35 | 2021-03-25T06:21:35 | 351,097,185 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 444 | h | //
// Generated with FrostbiteGen by Chod
// File: SDK\ServerMetricsSaveGameSavedMessage.h
// Created: Wed Mar 10 19:02:02 2021
//
#ifndef FBGEN_ServerMetricsSaveGameSavedMessage_H
#define FBGEN_ServerMetricsSaveGameSavedMessage_H
struct ServerMetricsSaveGameSavedMessage
{
static void* GetTypeInfo()
{
return (voi... | [
"dog@dog.dog"
] | dog@dog.dog |
b4b428244d905b0c7e29a9bd686b82b065a8e2be | 5602cdfb6c7b7205bb5dd5abdfcd4d8be60ed8a8 | /seq2.c | d72a5ddf6fafdc75e7df1c6946e27e0790fa11a3 | [] | no_license | sagnikb/Simulati-ON | decfbc6bf8c85b196b501c4b20c5f0535847bc76 | 8be74c2489065944205ae7f418555da3fd9a55ec | refs/heads/master | 2021-01-17T08:52:34.187827 | 2016-07-30T23:44:42 | 2016-07-30T23:44:42 | 61,948,875 | 0 | 2 | null | 2016-07-30T18:50:29 | 2016-06-25T15:16:39 | C | UTF-8 | C | false | false | 3,762 | c | #include<stdio.h>
#include<stdlib.h>
#include<math.h>
#include<omp.h>
#include<openacc.h>
#define timeStep 0.01
#define G 1
#define accuracy 0.01
#define n 6
FILE *data1;
FILE *data2;
FILE *table;
FILE *plot;
typedef struct vector{
float x;
float y;
float z;
} vec;
typedef struct planets{
float mass;
vec pos;
... | [
"noreply@github.com"
] | sagnikb.noreply@github.com |
d0d88207741bfd72f30fb60815d70dee4b05ed4d | a04a946d9cf08857f4cbc0259f9ad4af51e418ba | /C-Programs/tcs_qn_b.c | dee0a5bc069a23d68d3a918c26890e7f18582965 | [] | no_license | sujoy-coder/Data-Structures-in-C-Programming | 7200c9c4dc0c0d9f8044a26118d773c6196a32a8 | d8142ab54e5055dfc64c170862a4e7a5ae75dfc8 | refs/heads/master | 2023-03-26T08:17:53.211216 | 2021-03-26T05:48:33 | 2021-03-26T05:48:33 | 351,673,200 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 380 | c | //This is The Coding Area
#include<stdio.h>
int main()
{
int x,n,coin;
scanf("%d",&n);
if(n>=1&&n<=100)
{
while(n>0)
{
scanf("%d",&x);
if(x>=1&&x<=5000)
{
if(x%5==0)
coin=(x/5)+2;
else if(x%5==1||x%5==2||x%5==4)
coin=(x/5)+3;
else
coin=(x/5)+4;
printf("%d\n",coi... | [
"ask2sujoy@gmail.com"
] | ask2sujoy@gmail.com |
441f2eb2e8a51691396785df6b1d6680ef480e16 | a45957ab393ecbb7a8e3a5a1c8f66914bd55555b | /aioj-core/src/test/c/allocate_aligned.c | 7323c1b13b5339f7766630035e3939d869b8ca72 | [] | no_license | marschall/aioj | ac6797d3d85411eddb6822af16e7ff3355c251b6 | 461fe236629f0753c3d3d3ae7df5e2e05d6b6e60 | refs/heads/master | 2021-05-15T19:49:04.121880 | 2017-12-30T11:28:02 | 2017-12-30T11:28:02 | 107,811,640 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 357 | c | #include <errno.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
size_t alignment;
size_t size;
void *buf;
alignment = 512;
size = 4096;
buf = aligned_alloc(alignment, size);
if (buf == NULL)
{
printf("aligned_alloc failed\n");
return(-1);... | [
"philippe.marschall@gmail.com"
] | philippe.marschall@gmail.com |
e25bdad174716884e3c2771c17be3e17ac7c4c11 | c0fcaa56adb3c094669c2979e1313c3c96c08ffd | /precompiled.h | 15522b3fa0717b438b9cd115573aebb43e5f946c | [] | no_license | ragaeeb/CanadaIncAdmin | 2797042bf8a99d688dd8e985586a465b2c61f86b | 9927c71be911830c9e4b654819feef5921d959ba | refs/heads/master | 2020-04-28T14:31:28.103214 | 2018-06-30T21:51:09 | 2019-04-15T20:01:21 | 175,341,382 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 330 | h | #include <bb/cascades/AbstractPane>
#include <bb/cascades/Application>
#include <bb/cascades/ArrayDataModel>
#include <bb/cascades/QmlDocument>
#include <bb/data/JsonDataAccess>
#include <bb/data/XmlDataAccess>
#include <bb/system/CardDoneMessage>
#include <bb/system/InvokeManager>
#include <bb/system/Syste... | [
"7464039+ragaeeb@users.noreply.github.com"
] | 7464039+ragaeeb@users.noreply.github.com |
75615164930bbe1ec43d0c68e8173375caa932c3 | 4ba0b403637e7aa3e18c9bafae32034e3c394fe4 | /os/osask/os-src/toyos28/pic.c | f69bb13675dc821b7d013926d57f8e8180283ea0 | [] | no_license | ASMlover/study | 3767868ddae63ac996e91b73700d40595dd1450f | 1331c8861fcefbef2813a2bdd1ee09c1f1ee46d6 | refs/heads/master | 2023-09-06T06:45:45.596981 | 2023-09-01T08:19:49 | 2023-09-01T08:19:49 | 7,519,677 | 23 | 6 | null | null | null | null | UTF-8 | C | false | false | 3,053 | c | /*
* Copyright (c) 2013 ASMlover. 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 ofconditions ... | [
"asmlover@126.com"
] | asmlover@126.com |
fe0c366b69cc31c3bcc72bd96bec6409bbe8367e | 96361ac09ce5d66362faa01147efcb8f04a76f10 | /hal/hardware/libhardware/include/hardware/naruto.h | 5a421928bf57201fb5e027e3f8f2c4abd8a032c6 | [] | no_license | 376240497/app_service_jni_hal_kernel | 7ee3764d9b871b87d21be8dd25e9fe31d3b9c7eb | 455bbb28fef8c4a7d49d02e62abe30cb1596e704 | refs/heads/master | 2020-10-01T09:55:04.908471 | 2020-01-14T08:53:34 | 2020-01-14T08:53:34 | 227,512,782 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,412 | h | /*
* Copyright (C) 2013 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"ye.liao@tinno.com"
] | ye.liao@tinno.com |
c08ce8ae5f506d7c9bc192eb8adaff9ec0dc41de | 2d31047e989692faac67cbe87759e5178145a9cd | /firmware/middlewares/stm32f4_hal/Inc/stm32f4xx_hal_i2c.h | ce107305a69953352fda3d36bcb98ffd5caa1460 | [] | no_license | G33KatWork/34C3CTF_Blinkenlights | 92fd151dde7816af565aa3d5963da9776fda9bd4 | 159be124fb52feeb33fa380bf1d0f7504f3459a7 | refs/heads/master | 2021-05-05T21:44:56.500970 | 2017-12-31T17:21:29 | 2017-12-31T17:21:29 | 115,876,355 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,955 | h | /**
******************************************************************************
* @file stm32f4xx_hal_i2c.h
* @author MCD Application Team
* @version V1.4.4
* @date 22-January-2016
* @brief Header file of I2C HAL module.
*************************************************************************... | [
"andreas@galauner.de"
] | andreas@galauner.de |
18c489d7a7937d3efb88253b8bb25621f2dd1d50 | f3cf35f2b2bda249ca6d5fd6f6ee7ee678210c3f | /cbop/range_tree/dtree.c | 59667b4cf11c12a2243075163dbe6e15de6439b6 | [] | no_license | gypdtc/RubyBop_Yupeng | 9fbcda3469c99968789ccc8736e9e171a476a24f | 499371a4fdd49c8197834e881f02545134befe3e | refs/heads/master | 2021-08-14T12:49:19.770254 | 2017-11-15T19:26:07 | 2017-11-15T19:26:07 | 103,434,900 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,308 | c | #include <assert.h>
#include <inttypes.h> /* for PRIdPTR */
#include <external/malloc.h>
#include <bop_api.h> /* for bop_msg */
#include <bop_map.h>
#define min(a, b) ((a)<(b)? (a): (b))
#define max(a, b) ((a)<(b)? (b): (a))
static void subtree_foreach( range_node_t *node, void (*func)( mem_range_t * ) ) {
if ( ... | [
"nevgivin@gmail.com"
] | nevgivin@gmail.com |
f8b700802d04a7f031ae4455960ef199295397a8 | 5a43c1adca1ebc0f04ba00d3b98f20dcd04b2687 | /A66-app/can.h | cb4aa6dd8505e63fe55d81c60729670626e8a410 | [] | no_license | Tetraelc/A66_PRO | deab55b14d68cc5c3270b90f01b17f2f5ac67704 | 9b9d6026946f14ca58bad6ffc4ac2acccc02889b | refs/heads/master | 2020-06-26T18:54:48.236576 | 2016-08-29T12:06:04 | 2016-08-29T12:06:04 | 66,636,355 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,354 | h | /*
This file is part of CanFestival, a library implementing CanOpen Stack.
Copyright (C): Edouard TISSERANT and Francis DUPIN
See COPYING file for copyrights details.
This library 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 F... | [
"2809303829@qq.com"
] | 2809303829@qq.com |
f22b8c19c86e397109c2a0171a255d4abc9eb03d | 1ebd84909d0b540be73bef72426855d954089da4 | /android/rpc/android-rpc/svc.h | 50f9edfbd01bc7773cba3fa17f080fc6c67ae370 | [] | no_license | leopck/utilities | 89d40f40119cfebcce2ac5dd7b0b334074dc82a8 | 40a6c924a2f5031dfabfbf0a70d1e1435c9bc832 | refs/heads/master | 2021-05-18T05:34:55.136211 | 2012-11-23T09:19:37 | 2012-11-23T09:20:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,360 | h | /*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
* media and as a part of the software program in whole or part. Users
* may copy or modify Sun RPC without charge, but are not authorized
* to license or distribute it to an... | [
"mickey@vanille-media.de"
] | mickey@vanille-media.de |
0ab8e8b8e49586e75b32d64d9b0ba0e7a48c9d52 | b356adc9bd515d919edcdda9b2aceded1b7dc905 | /include/linux/lz4k.h | 922ef0541cfd7cc6bf35db5820d42eca59ca3536 | [] | no_license | wisen/tiny_kernel_comment | ca57b10a4df8eef989435ac5974fae5df0f1cc20 | 3401fe62392c62f735fc6dac1d96c51cca44d249 | refs/heads/master | 2020-03-17T21:48:36.830903 | 2018-11-05T16:52:57 | 2018-11-05T16:52:57 | 133,976,587 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,673 | h | /*
* Copyright (C) 2015 MediaTek Inc.
*
* 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 distributed in the hope that it will be useful,
* but WITHOU... | [
"wisen.wang.ah@gmail.com"
] | wisen.wang.ah@gmail.com |
8938f284654783133ec7d7b839482e87d3cfff13 | 96a1c2357b9e1cedff30938d18e396d36816634f | /check_file.c | 16b13d42a6a539cd6b4e6464ef1873bb25963898 | [] | no_license | odemiany/FDF | cee94a810bb5642f6b944b5b40627996ade376b9 | 838fb25a5387fe928b3bba9de62896a4936de894 | refs/heads/master | 2021-10-01T00:30:16.227117 | 2018-11-26T09:12:11 | 2018-11-26T09:12:11 | 104,664,264 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,430 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* check_file.c :+: :+: :+: ... | [
"demianyshyn1@gmail.com"
] | demianyshyn1@gmail.com |
fd2f1c61cfb3979c02bf21f8ab458a0975e33fa0 | ddb4a2849a21f5fb0d2bcbac947f5bd87b2e3452 | /server.c | ba3f68a5f6d0dfd213b618931f9eb4ac8ae4320a | [] | no_license | nicmuka/distributed_shell | 581c8f6822ae0290d2a9cc2b9d0fe36813b77176 | 1766e81f5a06bb923b51752839ee1c831a04b9fd | refs/heads/master | 2021-01-18T07:39:49.262379 | 2014-04-06T01:26:03 | 2014-04-06T01:26:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,920 | c | //Kevin Kell
//3/25/13
#define _XOPEN_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <time.h>
#include <netinet/in.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <sys/wait.h>
#include <signal.h>
#include <crypt.h>
#in... | [
"kevin.v.kell@gmail.com"
] | kevin.v.kell@gmail.com |
d22bdc719b64ea371d9fc194ecc8554c3e533b1c | 3a56b1155d39c8e4dfaff52f0ec2e43b64304c28 | /frames/05203.c | 939a885125bf1e17650fd1986261a60c1781a8ee | [] | no_license | RippedOrigami/GBA-Rick | 6a610bde18e8dda978730b2d754565e9cdcbfe1d | 0953de71ad0a392f5d3a0bcedc54d55e478925b7 | refs/heads/master | 2021-05-28T17:10:33.260039 | 2014-11-28T17:14:04 | 2014-11-28T17:14:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,573 | c |
//{{BLOCK(_5203)
//======================================================================
//
// _5203, 40x40@8,
// + palette 256 entries, not compressed
// + 25 tiles lz77 compressed
// Total size: 512 + 1436 = 1948
//
// Time-stamp: 2014-11-28, 05:20:15
// Exported by Cearn's GBA Image Transmogrifier, v0.8.12
// ( ... | [
"mtinc2@gmail.com"
] | mtinc2@gmail.com |
aca26c1eabfb66bd7a1c96c68de0bc996bb5d53a | fce64182a2216266afeedf459af81ab35f73787d | /piscine/day12/ex04/src/main.c | 0b68024d10ed6acb602d53af8eb051dd963bfd81 | [] | no_license | NoahCardoza/42-C-Piscine | 6990917b23ff7c0b69ca814e3a31ed5f55ad5969 | 5247a8270ba876089dcca155216a4b2c67750b4a | refs/heads/master | 2021-01-21T12:01:50.408222 | 2018-09-27T00:29:23 | 2018-09-27T00:29:23 | 102,043,826 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,274 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.c :+: :+: :+: ... | [
"nocardoz@e1z1r8p21.42.us.org"
] | nocardoz@e1z1r8p21.42.us.org |
baa27d1233e9f7850381d8e963564654c8e4bb67 | adfca07eb139a837b3ccf8857ee6329927960d7f | /semaphore.h | 9e382277d711ef339fade2b19f0e332f19f6d52c | [] | no_license | diegocr/libsem | 65dd93b4e4d1249e57646a40b5b4ff294f372c09 | 3a8247ef206b93c432903802659d08135a546f63 | refs/heads/master | 2021-01-01T19:15:32.854576 | 2009-01-27T01:18:35 | 2009-01-27T01:18:35 | 6,785,537 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,991 | h |
/**
* POSIX Semaphores Emulation for AmigaOS
* Copyright (C)2009 Diego Casorran
*
* Public Domain as long this copyright notice is left unchanged.
*
* Implementation conforms to POSIX.1-2008 where possible.
*/
#ifndef _SEMAPHORE_H
#define _SEMAPHORE_H 1
#ifndef AMIGA
# error this header is designed for Amig... | [
"dcasorran@gmail.com"
] | dcasorran@gmail.com |
df834cb0fdbcd8413998968f5d962add4e45c853 | dba71de476fcacc100bae64ed0d0a85561f99baf | /branches/2.0/doubango/tinySAK/src/tsk_runnable.h | 8aa4ed1defa63094d6fa1c30ef647aea979608dd | [] | no_license | svn2github/doubango | 4053dd07245277234a8fb82070e17bba392f19ad | fc958eca8a4285145713315f03bd552dac569a21 | refs/heads/master | 2023-09-03T09:17:34.081239 | 2015-08-20T16:02:32 | 2015-08-20T16:02:32 | 28,213,396 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,315 | h | /*
* Copyright (C) 2010-2011 Mamadou Diop.
*
* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
*
* This file is part of Open Source Doubango Framework.
*
* DOUBANGO 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... | [
"bossiel@yahoo.fr@c7b0ae48-b0eb-11de-8bdf-3374eb5c7316"
] | bossiel@yahoo.fr@c7b0ae48-b0eb-11de-8bdf-3374eb5c7316 |
3e081f16a4b72ef09add7a8f8ca56b2332734b46 | c2cedcf36667730f558ab354bea4505b616c90d2 | /open/aingeal/approvals/katya.c | 0e5ef5e7fdd5114994383924f847b2d7069e102b | [] | no_license | wugouzi/Nirvlp312mudlib | 965ed876c7080ab00e28c5d8cd5ea9fc9e46258f | 616cad7472279cc97c9693f893940f5336916ff8 | refs/heads/master | 2023-03-16T03:45:05.510851 | 2017-09-21T17:05:00 | 2017-09-21T17:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,234 | c | 3/23/03 Walk-Through -- Katya's Bolivar Town area
ROOMS:
NOTE: You don't have your "listen" or "smell" set for any of the rooms.
You may wish to set these, at least some of them. (Just a suggestion,
not a required change.)
Likewise, you need to have an add_action for when players try to enter
the various non-room sh... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
6b15f9cd4ad8bd4bc7e42efe1a0bb26fefe9e4cf | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/sound/pci/oxygen/extr_oxygen_mixer.c_spdif_default_put.c | cea173b2dae0598bb0830fb41a0f1c2d8553b5d2 | [] | 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 | 1,342 | 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 |
e9cc4a41ca02394c5afc9c7b303c4f0e1f49b011 | 879fb3581f03b5c17dd90c68b45751712fbcd671 | /lib/r/test/interactive/get_full_GMM.c | 6eb8c1b32bebec9af4a0daa4c969b0db392e1387 | [] | no_license | ivilab/kjb | 9f970e1ce16188f72f0edb34394e474ca83a9f2b | 238be8bc3c9018d4365741e56310067a52b715f9 | refs/heads/master | 2020-06-14T07:33:17.166805 | 2019-07-30T16:47:29 | 2019-07-30T16:47:29 | 194,946,614 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 30,035 | c |
/* $Id: get_full_GMM.c 21491 2017-07-20 13:19:02Z kobus $ */
/* =========================================================================== *
| |
| Copyright (c) 2003, by members of University of Arizona Computer Vision |
| group (the... | [
"52473452+ivilab-sync@users.noreply.github.com"
] | 52473452+ivilab-sync@users.noreply.github.com |
0ccbd752002f4fa929a90ede8e65981828649201 | 895630b117458db6d8475a7a36c3b3d62ff8fee9 | /main/main.c | c39197a2d8f420f01683fbb863bb76718820fb9e | [] | no_license | boarchuz/s2-ulp-fsm-demo | ef2fa0f153d74fb66d946d8be676530a94f997df | 5c89b879ce0ef597df2e86aa9b049b150b437b5f | refs/heads/master | 2022-11-06T10:00:38.418767 | 2020-06-26T18:36:52 | 2020-06-26T18:36:52 | 275,223,491 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,976 | c | #include <stdio.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_log.h"
#include "esp32s2/ulp.h"
#include "driver/rtc_io.h"
#include "soc/rtc_cntl_reg.h"
#include "soc/rtc_io_reg.h"
static const char *TAG = "S2ULP";
#define ARRAY_COUNT(x) (sizeof(x) / sizeof((x)[0]))
#define RTC_WORD_OFFSET... | [
"46267286+boarchuz@users.noreply.github.com"
] | 46267286+boarchuz@users.noreply.github.com |
8692ba6292d3bb28625449977f887a5dac346a12 | 869f3eb99cdcbca94921abe34d4fe7a817eef783 | /ex3/BankManagment/BankManagment.c | afe0399164b14b908f6867b6391212ccb7832253 | [] | no_license | lyogev66/System_Programming | 3a9598de9ed014b09ac064d512171c9dcd9bb3f6 | 09d236adb9176290ea98db63b06089b372eb2822 | refs/heads/master | 2020-07-02T20:47:42.022244 | 2017-01-28T09:40:19 | 2017-01-28T09:40:19 | 74,283,880 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,721 | c | /*oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoO*/
/*
Author= Ziv Belahsan 201567278 Yogev laks=200344729
Project=Exercise 3
Using - BankManagment.h
Description - The bank managment implementation
*/
/*oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoO*/
#i... | [
"noreply@github.com"
] | lyogev66.noreply@github.com |
49535f404be06d9fea63d7bf9be8e1de42a50774 | 4b2d8203277888814193f650eff13a330c054e41 | /ArvoreB/arvB.c | 246c173960ece2b654815f5ea6181ddecc07ad91 | [] | no_license | Igorbrito77/Estrutura-De-Dados-2 | 70cb7c4d2927f8d1b20a03be5966173a0fe7616e | 21555f02f770b64c5153946dc95de96b15e0b5c5 | refs/heads/master | 2022-01-14T13:10:01.814562 | 2019-07-20T15:33:20 | 2019-07-20T15:33:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,108 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "b.h"
#define M 2
ArvB* criaVazia()
{
ArvB* arv = (ArvB*) malloc(sizeof(ArvB));
arv->numChaves = 0;
arv->pai = NULL;
arv->pos = 0;
for(int i = 0; i < 2*M + 1; i++)
{
// arv->clientes[i] ... | [
"="
] | = |
c12b2036169e627d373ae5711fb72fabd43650de | 949639a83e76e068dc92fa2abe5dea33a24f04fe | /src/stm32f10x_it.c | 71542eb328f6efd50918e7ca098b9848d04a77f2 | [] | no_license | baoshi/HX8352C-GPIO-emWin | 66d6197803e4dd24873a4371b208bc3cce96c356 | c10276cce3ce9317cc2e034a3239a4d388aaf207 | refs/heads/master | 2016-08-07T23:00:19.484636 | 2014-04-07T13:55:48 | 2014-04-07T13:55:48 | 15,312,985 | 11 | 12 | null | null | null | null | UTF-8 | C | false | false | 4,349 | c | /**
******************************************************************************
* @file Project/STM32F10x_StdPeriph_Template/stm32f10x_it.c
* @author MCD Application Team
* @version V3.5.0
* @date 08-April-2011
* @brief Main Interrupt Service Routines.
* This file provides template f... | [
"mail@ba0sh1.com"
] | mail@ba0sh1.com |
793f66f343979439e7aadbb2d34ae158ddc55cae | 8f7815ac39c5048f6088ccb7b7e64f98432f2423 | /external/SDL2/Xcode-iOS/Demos/src/fireworks.c | dbbd738113c3282155f96ad3ab334b1ace7f165b | [
"Zlib",
"MIT"
] | permissive | flowkey/SDL2-SwiftPackageManager | 01810e2a62957f90c10cee9051f946e9b4817e02 | cdf09ad7d270ee980d9463bcb4636467354b038f | refs/heads/master | 2022-12-24T02:49:36.804548 | 2022-12-06T07:13:42 | 2022-12-09T05:39:09 | 93,111,939 | 8 | 3 | MIT | 2020-01-14T15:23:15 | 2017-06-02T00:48:01 | C | UTF-8 | C | false | false | 15,665 | c | /*
* fireworks.c
* written by Holmes Futrell
* use however you want
*/
#include "SDL.h"
#include "SDL_opengles.h"
#include "common.h"
#include <math.h>
#include <time.h>
#define ACCEL 0.0001f /* acceleration due to gravity, units in pixels per millesecond squared */
#define WIND_RESISTANCE 0.00005f ... | [
"geojay@gmail.com"
] | geojay@gmail.com |
ff2dc77831e4c20bb9516ee5b5aa6435fa66f00b | 3886eda0e8e136609708eb85a71eb7f6e2604f9f | /Examples/NAND_PS_PL/workspace/zc702_edt/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/gpio_v4_7/src/xgpio_g.c | b439d3d275f6308b79af58864e0f8631f6eabdc2 | [
"MIT"
] | permissive | DeepYNet/zc702-examples | 56e5561579f4d31e53f355e407b7860ebe33971a | a9e31c5604e3c8b75db5c20cd0cc315c7b2eb56b | refs/heads/main | 2023-08-24T05:29:27.097703 | 2021-10-18T17:43:14 | 2021-10-18T17:43:14 | 417,213,143 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 776 | c |
/*******************************************************************
*
* CAUTION: This file is automatically generated by HSI.
* Version: 2020.2
* DO NOT EDIT.
*
* Copyright (C) 2010-2021 Xilinx, Inc. All Rights Reserved.
* SPDX-License-Identifier: MIT
*
* Description: Driver configuration
*
***********************... | [
"ombhilare999@gmail.com"
] | ombhilare999@gmail.com |
7e31adf2017b24662e4dc57bce189fa5b55ea621 | 35bfcbd72ae70705697ea7f4179d32540937cfff | /TP14/node.h | 7ec596ab6deedf959537f040a5b57598c61cb58d | [] | no_license | Tietienne/Prog-C-ESIPE-S2 | 5567ec5b4e7468f53e71a4fa3fbc478fb7a607a1 | 552eca4fc2dd5a22dfee481426670b7b6e9c4234 | refs/heads/main | 2023-05-16T17:28:33.216247 | 2021-06-06T15:53:28 | 2021-06-06T15:53:28 | 362,848,340 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 430 | h | #ifndef __NODE__
#define __NODE__
typedef struct node{
char* path; // Chaîne représentant un lien vers un fichier
long int size; // long int représentant la taille en octet de ce fichier
struct node* next;
} node;
node *create_node(char path[], long int size);
void free_node(node *n);
void free_list(node *lst);
... | [
"tietienne77@gmail.com"
] | tietienne77@gmail.com |
05a5ea9e8b64773c995f11bb77b402e3b856da7f | 500a4ff60fa4f3f88861fdeaa731fb149e4a16a7 | /Projet_BTS_2018/Programme/Test_Complet_4c.c | 740a8a37d5f25499419769bd29f19f189b5e625b | [] | no_license | joberger95/projet_BTS | 14d6181b773b31afbd7870066dfc15936ac8c3f7 | 61bdd549a5d7a9199f623c62c4089e3ea56cc26d | refs/heads/master | 2020-12-23T00:49:48.099444 | 2020-01-29T12:46:24 | 2020-01-29T12:46:24 | 236,978,884 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 10,553 | c | /*BERGER Jordan VALAR2000
Chef de Projet: M.COTTET Jean-Jacques
Entreprise: Association Arret Demande
Projet BTS 2017/2018 Lycee M.GENEVOIX
But: Programme de test fonctionnel de
l'ensemble des fonctions
LATA RA5 RA4 RA3 RA2 RA1 RA0
NC NC NC BP2... | [
"jordan.berger@ynov.com"
] | jordan.berger@ynov.com |
fac1baf030dec7d7cc79f1bd4f0a289caae1b0cc | f48eed27d32adce65a24a73fd295fc670d70d9e3 | /src/MessageDigest.c | f6969163640a0cea7e2e0fed9167bef6e0d4cc7a | [
"BSD-2-Clause"
] | permissive | Denisss025/cms-pkcs7 | 61677d22dd8216aff5178768cf849e8c1e91a483 | c0492240da5e81fa37e47fcca73fa16bc83674d8 | refs/heads/master | 2021-05-07T14:47:16.682879 | 2017-11-09T13:06:13 | 2017-11-09T13:06:13 | 109,943,373 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,821 | c | /*
* Generated by asn1c-0.9.24 (http://lionet.info/asn1c)
* From ASN.1 module "CryptographicMessageSyntax2004"
* found in "../rfc5652-CryptographicMessageSyntax2004.asn1"
*/
#include "MessageDigest.h"
int
MessageDigest_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
asn_app_constraint_failed_f *ctfail... | [
"denisnovikov@garant.ru"
] | denisnovikov@garant.ru |
77b24af8ccb9ef44bb0187be9c96ec642a7e9097 | 1c6a7ae5dca2a38c68fde97a676478c6573bca02 | /linux-3.0.1/fs/xfs/xfs_dir2_sf.c | b1bae6b1eed9b730ba8dba261e1755fcf207c10c | [
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | tonghua209/samsun6410_linux_3_0_0_1_for_aws | fab70b79dc3e506dc03ac1149e2356137869c6ca | 31aa0dc27c4aab51a92309a74fd84ca65e8c6a58 | refs/heads/master | 2020-04-02T04:24:32.928744 | 2019-01-20T13:51:34 | 2019-01-20T13:51:34 | 154,015,176 | 0 | 0 | Apache-2.0 | 2018-10-24T14:51:04 | 2018-10-21T14:07:31 | C | UTF-8 | C | false | false | 37,492 | c | /*
* Copyright (c) 2000-2003,2005 Silicon Graphics, Inc.
* All Rights Reserved.
*
* 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.
*
* This program is distributed in the hope that it woul... | [
"kyh1022@163.com"
] | kyh1022@163.com |
49721ec448622126e9f50201b587f5d1f100f43a | 941f0ed255f9d3a83a3dfa655e189214295c0238 | /filesys/fat/src/include/fat32def.h | 800ea9753c49537d7dce7925d9eb77dd8a9e59fb | [] | no_license | dnedrow/osfree | 50ca3b629aff2715e2fcab742e276ba233e56c56 | 0082c9d480d606450273c0c387f20d515c8082af | refs/heads/master | 2020-04-18T06:05:28.194536 | 2018-12-31T04:55:56 | 2018-12-31T04:55:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,000 | h | #ifndef FAT32DEF_H
#define FAT32DEF_H
#ifndef OS2_INCLUDED
#define INCL_OS2DEF
#include <os2.h>
#endif
#define _FAR_
#if defined(__WATCOM) && defined(__16BITS__)
/* File info levels: Dos...PathInfo only */
#define FIL_STANDARD 1 /* Info level 1, standard file info */
#define FIL_QUERYEASIZE... | [
"_valerius@mail.ru"
] | _valerius@mail.ru |
8e1461bc986b0cc876e60f218d118e04a951a9a3 | 3511aba3fa949e9608017d73b00f09cfb279eade | /primer_juego/globals.h | 86bdb202aee4e1f7779934817e4ca87757e0e52d | [] | no_license | graziel666/first-try | 7f3fbdead3149a6967949fafbf677cd3a7bd4457 | 3a5c09f02ecd011d412bddd46ac0d1387046c127 | refs/heads/master | 2020-12-14T05:12:21.738126 | 2020-01-23T03:59:10 | 2020-01-23T03:59:10 | 234,650,997 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 179 | h | #ifndef GLOBALS_H
#define GLOBALS_H
#include <stdint.h>
#include <Arduboy2.h>
#include "bitmaps.h"
Arduboy2 arduboy;
Sprites sprites;
#endif
| [
"noreply@github.com"
] | graziel666.noreply@github.com |
d6fec75dc018a573ba187ce18452f17c27d5f22e | 269efd9240d88e5228d3c4052a178248ef9640bc | /src/NeuralNetwork_C/main.c | d89cb96857a3b96fe5161f45728ba76963ead17a | [] | no_license | Tibo-s-Team/OCR_EPITA | 02839ff3f49e80c90be9ddee3601d7d40147653e | 360f8b42721244caffc5da533600754e64918f61 | refs/heads/master | 2023-02-03T00:48:39.573245 | 2020-12-15T22:54:32 | 2020-12-15T22:54:32 | 300,590,741 | 6 | 0 | null | 2020-12-15T22:54:35 | 2020-10-02T11:17:03 | C | UTF-8 | C | false | false | 28,726 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <math.h>
#include "neuralnetwork.h"
#include "NN_functions.h"
#include "/home/drevet/Documents/OCR_EPITA/src/Image/image.h"
#include "DataManipulation.h"
#include "OCR_NN.h"
double waited[NBR_LETTER][NBR_LETTER] =
{
{1, 0, 0, 0,... | [
"noreply@github.com"
] | Tibo-s-Team.noreply@github.com |
7ca14165ee304abb1f22cd6a96401a9113fd41c1 | f61f54a0601eb8e6d18538a1f45873e4a18c84a6 | /test en c/Generated_Code/AD1.h | e04642a83c778707be3ec675347144726c23d41f | [] | no_license | mexbravo/Micros-Otono-2017 | 4eebd6ea225d7a39f10e9e92cb6826ee4cde8dc0 | fcf82d4311509bf43d91df712a9d68fd9d138b14 | refs/heads/master | 2021-01-18T19:49:54.472981 | 2018-08-14T00:21:16 | 2018-08-14T00:21:16 | 100,538,236 | 0 | 0 | null | null | null | null | IBM852 | C | false | false | 9,974 | h | /* ###################################################################
** This component module is generated by Processor Expert. Do not modify it.
** Filename : AD1.h
** Project : test en c
** Processor : MC9S08SH8CPJ
** Component : ADC
** Version : Component 01.699, Driver 01.30... | [
"bravo.christian@gmail.com"
] | bravo.christian@gmail.com |
9cd4704ec13020abeeb431f3f6e6a20cb60b2d18 | 8ee288e42b0f35a97931cf2b2f13f1f2daa6e372 | /Pods/Headers/Private/WhirlyGlobe/MaplySharedAttributes.h | 88e4efb27c918f10741c650522818966a8f09054 | [
"Apache-2.0"
] | permissive | jcollas/WhirlyGlobeSwift | 1c5b8ea86563920cea2bf94d003b80fab048bd03 | 6847f52b9f1da669270d27377e6d0f93ab8d7e44 | refs/heads/master | 2021-01-01T06:54:15.048589 | 2015-12-06T20:57:37 | 2015-12-06T20:57:37 | 23,664,616 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 94 | h | ../../../WhirlyGlobe/WhirlyGlobeSrc/WhirlyGlobe-MaplyComponent/include/MaplySharedAttributes.h | [
"juan.collas@aboutobjects.com"
] | juan.collas@aboutobjects.com |
3bffa4f9f8881147e9157ce79fa282fa3aee4e27 | 19986fc59c19412fd4526a2d4f56a690b2d3c344 | /progtest-web/resources/oracles/C/Palindrome/PalindromeTest.h | 1db6f499154b7d2265cc705b40255df9d032b6ad | [] | no_license | magsilva/progtest | fcb54522235f6b0f7a10f801472d9d7a0a75c2fb | 9aeae63e3f29e876a43e71f1dc7884a58d337738 | refs/heads/master | 2022-12-15T23:03:30.843260 | 2021-01-03T18:07:21 | 2021-01-03T18:07:21 | 17,208,932 | 0 | 0 | null | 2022-11-24T03:22:25 | 2014-02-26T11:44:40 | HTML | UTF-8 | C | false | false | 112 | h | #ifndef PalindromeTest
#define PalindromeTest
#include <CUnit/Automated.h>
#include "Palindrome.h"
#endif
| [
"draylson@3b43cd18-b881-7823-851e-a1b76eca9be6"
] | draylson@3b43cd18-b881-7823-851e-a1b76eca9be6 |
8e4d47ddc7843c68e819dfe352f94ba7980a42d1 | fea7abac6aacf2bb433e915e561e97325c421df0 | /mN1_10/mGammaD_0p25/cT_100/DarkSusy_mH_125_mGammaD_0p25_cT_100_LHE_gammaD_Sorted_cT_XY_lab.C | 586986b83b49592e8cf6f2bbcf3a003efa2f0cfd | [] | no_license | Munazza12Sayed/DarkSUSY_MC_LHE_Moriond2017_Part2 | f2fd47fd129dffa3cbeeef3e2b58307a3c9e74a7 | 733f4aa604978e19131319804f2e2a1a349ea8ad | refs/heads/master | 2020-07-15T05:41:40.340270 | 2017-03-26T16:59:48 | 2017-03-26T16:59:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,388 | c | {
//=========Macro generated from canvas: cnv/cnv
//========= (Tue Nov 29 02:38:33 2016) by ROOT version5.34/36
TCanvas *cnv = new TCanvas("cnv", "cnv",1,1,904,904);
gStyle->SetOptFit(1);
gStyle->SetOptStat(0);
gStyle->SetOptTitle(0);
cnv->SetHighLightColor(2);
cnv->Range(-106.25,-0.0007716217,518.75... | [
"weishi@rice.edu"
] | weishi@rice.edu |
574cf4f25897c3450912b9b176b5b25592ef393e | b6aace7b0682b3e72a24b8dd33428d0113d1f05c | /vu/internet_programming/assignment_4/ad/adserver_client.c | 678780ed55078b2d77615d5ac55f0bebfd46f851 | [] | no_license | erikvanzijst/oldschool | c8e3dcfdc35e0f84660ab48c1e2fdf3e01c8f56c | 699459731054d4657eead2ee041360369b422727 | refs/heads/master | 2020-09-07T20:07:17.881998 | 2019-11-11T05:58:45 | 2019-11-11T05:58:45 | 220,897,396 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,474 | c | /*
* This is sample code generated by rpcgen.
* These are only templates and you can use them
* as a guideline for developing your own functions.
*/
#include "adserver.h"
void
adserver_1(char *host)
{
CLIENT *clnt;
pricelist_t *result_1;
char *adserver_get_pricelist_1_arg;
int *result_2;
struct purchase ... | [
"erik.van.zijst@gmail.com"
] | erik.van.zijst@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.