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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0e3deaf48fa7610564fb4dffadf247dab1c975cd | 64aa04805a1dad281ce9d1b83a7d1b0b38237545 | /DS and Algorithms/S4/9 Page replacement algorithms/Amal Joe/page.c | b412cab9bb5fdd2d33d59fad4e1d66bac9232047 | [
"MIT"
] | permissive | Kuber07/hacktoberfest-2021 | 46782a9f700daf90e970477320bafd81e2bf0abe | 139670bf7b35acf1b6bc1fbdd47f1e750815dff6 | refs/heads/main | 2023-08-28T14:59:10.918202 | 2021-10-17T19:36:06 | 2021-10-17T19:36:06 | 418,234,727 | 0 | 0 | MIT | 2021-10-17T19:31:10 | 2021-10-17T19:27:40 | null | UTF-8 | C | false | false | 3,689 | c | #include <stdio.h>
#define MAX 50
#define FRAMES_MAX 10
int n;
int frames_size;
int ref[MAX];
int frames[FRAMES_MAX];
int hits = 0;
int faults = 0;
int fcfs_index = 0;
int ch;
void allocate(int, int);
void page_replacement();
int find_fifo(int);
int find_optimal(int);
int find_lru(int);
int main()
{
ch = 3;
... | [
"amaljoe88@gmail.com"
] | amaljoe88@gmail.com |
845472bbf6dbb9f3750a45f8cf7765da8cf6cfe1 | e98f3df3086a646c139f602dac54df151dccc61c | /Godina1/P2/K1/2010Z2.c | 6483a3c4d1d5d5ecc6f776a4d49f213f4099d59a | [] | no_license | UrosKrstic/Fakultet | f23198cf022268f0074cee4241c771a8ab24850f | f135b91377ea48a182c229c7dff2399a002be955 | refs/heads/master | 2020-05-10T00:08:41.996032 | 2018-06-16T00:41:56 | 2018-06-16T00:41:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 513 | c | /* Tekst zadatka - http://rti.etf.bg.ac.rs/rti/ir1p2/resenja/SI1P2_0910_K1_resenja.pdf */
#include <stdio.h>
main() {
int x, y, manji;
while (1) {
printf("Unesite prvi broj: ");
scanf_s("%d", &x);
printf("Unesite drugi broj: ");
scanf_s("%d", &y);
if ((x<=0)||(y<=0)) break;
if (x < y) manji = x;
else ... | [
"bn140314d@student.etf.bg.ac.rs"
] | bn140314d@student.etf.bg.ac.rs |
da0d29b6c9514fc9914b9d5675c5517d4c1dc662 | 183adca6c224dd8649702c54c5b12fc0d46e0bee | /fillit/include/ft_memset.c | bb6c75609621ea01fb289a573fe52aa55730e0b2 | [] | no_license | cboulonn/Done-project | 15d9e69cd934ea3191c4579d5b29865861059215 | 484ad1103679eafb59a2cf8bbdc81af14eb22876 | refs/heads/master | 2021-06-08T11:02:21.735449 | 2016-12-01T13:13:35 | 2016-12-01T13:13:35 | 62,781,293 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,046 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memset.c :+: :+: :+: ... | [
"cboulonn@e1r9p20.42.fr"
] | cboulonn@e1r9p20.42.fr |
8cf3511fbb6e71756e515f275ecd7b3323f6e66f | 5c41f23e0a284a01f91a07cf20092d54e4b89159 | /MBoot_Madison_TVOS/MstarCore/bsp/k1/include/apiMJPEG.h | 1316d5eb4d1c7d0a1447846163d094b30c46eb54 | [] | no_license | schreibikus/Madsion | a3a46c7c38f920f24004dc2cee5837f341bff579 | 548861a3fc1c4c6b5bd05ce35024be7dca0cfc03 | refs/heads/master | 2021-01-25T13:19:07.923633 | 2015-04-02T03:34:09 | 2015-04-02T03:34:09 | 123,558,610 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,565 | h | ////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2008-2009 MStar Semiconductor, Inc.
// All rights reserved.
//
// Unless otherwise stipulated in writing, any and all information contained
// herein regardless in any format shall remain the sole proprietary of
// MSta... | [
"bertwu@126.com"
] | bertwu@126.com |
1e5801ae17743ce9291f30597205e3c0a1c0ee6d | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant101574_dse.c | 85fc18d36c5f889277001cfc1e1e003f3c06e169 | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 96,216 | c | /* RTL dead store elimination.
Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
Contributed by Richard Sandiford <rsandifor@codesourcery.com>
and Kenneth Zadeck <zadeck@naturalbridge.com>
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
the terms of... | [
"agroce@gmail.com"
] | agroce@gmail.com |
ffba17cdd7fd607ff3a6c7813c7c3dbeb06ae108 | 44391b9d02ea11265e7fd4902a907dc9fc9fd4df | /lab5/zad_1c/main.c | 58477c99f45dd1c311a6489fc4506c73613ce20f | [] | no_license | zarnocha/PS-gr3-ZarnochArtur | 498ef7615f7c81cae2b662c0ff91ab761e4deeef | 28afdac54bd5e1b2125b534aedb51519b0ee4ba3 | refs/heads/main | 2023-05-14T12:12:55.633874 | 2021-06-08T16:14:45 | 2021-06-08T16:14:45 | 341,187,555 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,769 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
void wyswietl(short tab[], int n)
{
// Wypisuje n pocz ²atkowych elementów tablicy
for (short *p = tab; p < tab + n; ++p)
{
printf("%5d ", *p);
}
printf("\n");
}
int main()
{
const int N = 1000;
short tab[N];
printf("Po... | [
"zarnocha00@gmail.com"
] | zarnocha00@gmail.com |
a8d0d68b39fe91fd1ece6921b99fdb6e3669a8e4 | d633878193b3e8d8b1e30518d9f8eec6b5c34985 | /6月份/36.c | 17ddb07868707932eb817f879efb88c7c9638356 | [] | no_license | 1134431488/-1- | 9e77261805e26690bf2b41d4fb6b711ba7732507 | d949bac53bfaa6bb43463084ad9609f6017891bd | refs/heads/master | 2020-07-05T11:08:55.366738 | 2019-08-16T02:37:19 | 2019-08-16T02:37:19 | 202,633,272 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 470 | c | #include <stdio.h>
#include <string.h>
struct person
{
int id;
struct
{
char first[20];
char last[20];
} name; //匿名结构,即使如此也要注意分号不能漏,因为这是一个声明语句
};
int main(void)
{
struct person human = {8384, {"张三", "李四"}};
printf("%d %s\n", human.id, human.name.first, human.name.last);
strcpy(name.first, "刘能");
strcpy(n... | [
"1134431488@qq.com"
] | 1134431488@qq.com |
e4a6ea70a90c79071406971da1d6f0de29aea5e3 | a9e9c7b5e6958cc053e7311114b3536a65df4867 | /test/np_linkedlist_test.c | 2f22a5855cd9b2fb72732af13586a3f6248f5032 | [
"Apache-2.0"
] | permissive | jeraymond/nplib | f08b6e5623dcde34c1eaa9e8883c6fb856bf8e39 | 51ccd4220c71c13297dfbec0901e33c74e8112a4 | refs/heads/master | 2021-01-23T13:59:33.943770 | 2013-01-23T01:05:54 | 2013-01-23T01:05:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,552 | c | /*
* np_linkedlist_test.c: nplib linked list tests
*
* Copyright 2012 Jeremy Raymond
*
* 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.... | [
"jeraymond@gmail.com"
] | jeraymond@gmail.com |
6db372e13a5d99287c8ca60649c8ce1c89d5a86f | d073e1eee0cdf9b31d517d49cf80199c0ddb569a | /src/binnify.c | 73b2da0ff85dab4b168cec808c6f93abc74ccb63 | [] | no_license | Dauie/hermes | e6cd3fef3d10559d1af5525fa10068944bd4a8db | dbf0fa85d833dc45edd0be6c37aaff5a27daaf06 | refs/heads/master | 2020-03-27T14:58:46.695296 | 2018-12-04T22:11:17 | 2018-12-04T22:11:17 | 146,690,845 | 1 | 2 | null | 2018-11-06T21:13:15 | 2018-08-30T03:29:13 | C | UTF-8 | C | false | false | 7,336 | c | #include "../incl/hermes.h"
static void add_ip4list_to_binnlist(binn *list, t_node **ips)
{
t_node *head;
head = *ips;
while (head)
{
binn_list_add_uint32(list, ((t_ip4 *)head->data)->s_addr);
head = head->right;
}
}
static void add_ip4rnglist_to_binnlist(binn *list, t_node **ip4rng)
{
t_node *head;
t... | [
"rlutt@student.42.us.org"
] | rlutt@student.42.us.org |
3fb3e545a58137432181fc64756edd968be402e3 | 2babb28786ae6f4bb0c1badbda83f1868a1de5c3 | /examples/cpp/include/dtsfclib.h | d1e2e9a3b687b8560adfeebf0351693f4d3b646e | [] | no_license | Avsyankaa/test_data_classification | d56441de859ee2d26f35138a5e789e81a89cc2d9 | f6d6c6f79a1683b27f3374ef8d847ae5370ecdf7 | refs/heads/master | 2020-06-13T05:20:39.400374 | 2019-06-30T19:25:26 | 2019-06-30T19:25:26 | 194,541,911 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,569 | h | #ifndef DTSFCLIB_H
#ifndef _MT
#error The dtsfclib library is compiled with the multithreaded version of the runtime library
#endif
#ifndef USE_DTSEARCH_NAMESPACE
#define USE_DTSEARCH_NAMESPACE
#endif
#include <dtsearch.h>
#include <dtsfc.h>
#include <stringtools.h>
#include <xmlmaker.h>
#include <settings.h>
#if !... | [
"avsyankaa@gmail.com"
] | avsyankaa@gmail.com |
21e6e8d0ab70e7e49b2127d0a8639d3d50dce089 | 6739ebf432c3237b3c3a9f3549ef1e0fa381bbd2 | /includes/socket.h | d904ebab803fa695ae4d9d20eed34ba52ae0d416 | [] | no_license | BenjaminGaymay/PSU_myirc_2017 | d5b65a49830add058cc8d0040ec7211682c4e485 | bf08aabeb62290d4772eacf4a98d5a1d13452a61 | refs/heads/master | 2020-03-24T01:01:23.459932 | 2018-05-27T21:09:38 | 2018-05-27T21:09:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 274 | h | /*
** EPITECH PROJECT, 2018
** PSU_myirc_2017
** File description:
** socket
*/
#pragma once
#include "basics.h"
typedef enum {
CLIENT,
SERVER
} e_socket_type;
int safe_close(const int, const int);
int create_socket(const int, const in_addr_t, e_socket_type s_t, int); | [
"benjamin.gaymay@epitech.eu"
] | benjamin.gaymay@epitech.eu |
10cd82fca41f8b45fbc7fe4a57a58ac004bca7d9 | 2386bfd8bb055cb7f4f49a70f8b78d47e4ec2294 | /Mini_Battery_Management_System/AUV_BMSv2/User_Delay.h | cc635618a0b35c71ca345a7d5019296efbed225b | [] | no_license | ubuntu11/ARM-Microcontroller-Projects | e06f520fbc05f2b2cba1d30d4a866a2a5ba175e7 | e3668e26c1ec121f71d05e38ae1f6b1f10104c72 | refs/heads/master | 2023-05-25T23:07:30.235328 | 2021-05-31T05:38:30 | 2021-05-31T05:38:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 662 | h | /* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __USER_DELAY_H
#define __USER_DELAY_H
#ifdef __cplusplus
extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
#include "stm32f10x.h"
/* Exported constants/macros -----------... | [
"thanhhaipif96@gmail.com"
] | thanhhaipif96@gmail.com |
bf79ebbe55602a69ef2d412017e91775d6345ab3 | 3d0de0f2549d9025540fcec88624c72c079b406f | /BSW/src/bsw/gen/ComM/src/ComM_Init.c | df9bedcffb5b6a9842868146060c52cd654873aa | [] | no_license | ongbut999/Jenkins_Test | ee19936e1577bd93d2755d21299ed3fbec553db6 | abb74480c4ce938dd1c7463627c4074071580af4 | refs/heads/master | 2023-06-23T21:26:57.794427 | 2021-07-22T08:05:20 | 2021-07-22T08:05:20 | 388,372,287 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,193 | c |
/*
***************************************************************************************************
* Includes
***************************************************************************************************
*/
#include "ComM_Priv.h"
/*
**********************************************************************... | [
"fixed-term.Truong.HuynhQuang@vn.bosch.com"
] | fixed-term.Truong.HuynhQuang@vn.bosch.com |
f79f6503f07de3338211a3f94c91d47f65b4739e | f1ac8870b3800b09372b0b5e15b05517a4e2431f | /STM32Cube_FW_F3_V1.3.0/Projects/STM32373C_EVAL/Examples/PWR/PWR_CurrentConsumption/Src/stm32f3xx_lp_modes.c | 4bf0c7316be10384adf64896e972dccbfe644bfb | [
"BSD-2-Clause"
] | permissive | yaochein/STM32Cube | 003eccadbc65e7f9857d858e59b51884073e9610 | 8defe7f77cc906ddb74edb4d8e97863113663faf | refs/heads/master | 2022-09-06T18:25:35.773623 | 2022-08-31T07:41:06 | 2022-08-31T07:41:06 | 112,998,154 | 0 | 0 | null | 2017-12-04T05:20:58 | 2017-12-04T05:20:58 | null | UTF-8 | C | false | false | 15,560 | c | /**
******************************************************************************
* @file PWR/PWR_CurrentConsumption/stm32f3xx_lp_modes.c
* @author MCD Application Team
* @version V1.2.0
* @date 19-June-2015
* @brief This file provides firmware functions to manage the following
* ... | [
"elecia@logicalelegance.com"
] | elecia@logicalelegance.com |
9cddbe3106594659c5255f98262af827092da1ea | 0825e3325742cf2146c4f374013756aa6e5ecfec | /C_kata/matrix_multiplication/matrix_multiplication.c | a0f2699ff6ef76c1f1cfd9e379ed513b74a10186 | [
"MIT"
] | permissive | jloughry/experiments | c5a500296f01fe2cf64c22180b6757ddb10844f5 | f5006bbf3694568b4b238b0c23636cf948bd3bbc | refs/heads/master | 2020-05-30T00:58:55.866298 | 2016-11-10T21:53:29 | 2016-11-10T21:53:29 | 4,394,557 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,484 | c | #include <stdio.h>
int main() {
const int n = 3;
const int m = 3;
const int p = 3;
// Number of columns (m) in A must equal number of rows (m) in B.
double A[n][m];
A[0][0] = 1;
A[0][1] = 2;
A[0][2] = 3;
A[1][0] = 4;
A[1][1] = 5;
A[1][2] = 6;
A[2][0] = 7;
A[2][1]... | [
"joe.loughry@gmail.com"
] | joe.loughry@gmail.com |
a1b23da3ed7b4ceeb5246b563816cacf3d3a07d2 | eaec5671730fdf3622448b746e8130928ab6d188 | /bleep/speller_2.c | 3207bed6be38aac1013ec17ba464ec0f059ea944 | [] | no_license | erenyaylaci-418/CS50Python | 25adb7e98d9e3be9aa90cd4f806ce374cf1c716a | 493b93974b98f3a3c6a3a7c20e0f0732d1322a0d | refs/heads/master | 2023-04-16T05:35:59.743579 | 2021-05-01T10:03:06 | 2021-05-01T10:03:06 | 363,377,637 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,202 | c | // Implements a dictionary's functionality
#include <ctype.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <strings.h>
#include "dictionary.h"
// Represents number of buckets in a hash table
#define N 10000
// Represents a node in a hash table
typedef struct node
{
cha... | [
"ErenYaylaci@DESKTOP-QUJIPHN"
] | ErenYaylaci@DESKTOP-QUJIPHN |
9c3fcc26e1c613eadc7cbb6107105ecad1a65bbe | 8aa975e05f2df65b90245fd99fef11f1da897e9f | /third_party/lwip-1.2.0/src/core/mem.c | 51cb66745b59acb245a07642fbc013392e62e2bc | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | xiehaoina/lm3s8x6x-iot-demo | 0f85627ea7cbd925b5a7456103b099fd0f865ad7 | 7d682f154ae0b1ee1be4428a0fd61e5d935a3050 | refs/heads/master | 2020-03-09T02:44:38.088613 | 2018-04-07T16:30:49 | 2018-04-07T16:30:49 | 128,547,580 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,269 | c | /** @file
*
* Dynamic memory manager
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* 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 ... | [
"xiehaoina@163.com"
] | xiehaoina@163.com |
3bf0ef9c573745665777e7ff15951d3f0b972021 | 445a7fb32dcf2e64f4aa93e26bc60c520d0305bc | /Firmware/Components/bsp/boards/RFUSB/bsp_led_defs.h | b8b8a108ab89cab6f3e125aaf5b33d56da9b8f55 | [] | no_license | dtungdao/CC1110_StartNetwork | 963e1c79d34a6900304965b3ab5597783f3ce79a | e133d2168e373f2907e7b0ce70ee78f7c2f38f69 | refs/heads/master | 2020-12-24T18:51:02.176436 | 2016-05-01T12:33:29 | 2016-05-01T12:33:29 | 57,596,910 | 2 | 0 | null | null | null | null | WINDOWS-1258 | C | false | false | 3,988 | h | /**************************************************************************************************
Revised: $Date: 2007-07-06 11:19:00 -0700 (Fri, 06 Jul 2007) $
Revision: $Revision: 13579 $
Copyright 2007 Texas Instruments Incorporated. All rights reserved.
IMPORTANT: Your use of this Software... | [
"dtung.dao@gmail.com"
] | dtung.dao@gmail.com |
734cf86e2c3406b9183e17a855cdae6d31ae51aa | 861d214a946b51a905e2385f937da493587168db | /src/include/debug.h | 9cea5ad775de48c39ec282659f7a1d2fc9580348 | [] | no_license | oresmelter/rvoice | 80388b115729ef54d6de43f6c364162dfc37c1e2 | 7e7ee20d0bfa551c5a68a4659e4ca1f8552da4d2 | refs/heads/master | 2020-04-17T10:41:38.423456 | 2013-11-10T18:55:42 | 2013-11-10T18:55:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 114 | h | #ifndef DEBUG_H
#define DEBUG_H
#ifndef _DEBUG_
#define _DEBUG_
#endif /* _DEBUG_ */
#endif /* DEBUG_H */
| [
"yoriy@yandex.ru"
] | yoriy@yandex.ru |
a1cbe47dc79a3e2f723adaca98de678aeb50be09 | 13a5731f482e4b49668a06f97d31c2d989ce187e | /UnModuelInject/UnModuelInject/UnModuleInject.h | 702df15829d05b0f2dbf6f69971ad5e7ac117878 | [] | no_license | ExpLife0011/UnModule_shellcode_Inject | c3978ecf734f9f2012abd80c05c666a837959621 | 70cbaa06228145eb70d3c8c0b3b512366e462378 | refs/heads/master | 2020-04-14T21:04:52.451245 | 2018-07-23T09:23:42 | 2018-07-23T09:23:42 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,256 | h | #pragma once
#include"stdafx.h"
#include <Windows.h>
typedef struct _SHELL_CODE_PARAM
{
LPVOID lpFileBase;
LPVOID lpReserved;
LPVOID lpProcName;
LPVOID lpRunCmd;
}SHELL_CODE_PARAM, *PSHELL_CODE_PARAM;
#define SHELL_CODE_SIZE_X86 7753
extern unsigned char g_shellcode_x86[SHELL_CODE_SIZE_X86] ;
#define SHELL_CODE_... | [
"guoxiaobo93@163.com"
] | guoxiaobo93@163.com |
3ae873980aab8d457d4e101929e1d2d5b17e8912 | 9cafb50baf048478665eb92a17c475b1678c75a5 | /Sorting.h | 9ebc1f22f023040902cfefc35b97ececb53c961f | [] | no_license | lucasgrass/Algoritmos-de-ordenacao-C | b07ebbdf914875e2c9435e19e8275cbac8407476 | 403760e710d4a4242b64aa52863805b770d054ba | refs/heads/main | 2023-02-02T08:30:42.664904 | 2020-12-16T21:21:34 | 2020-12-16T21:21:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 970 | h | #ifndef __SORTING_H_
#define __SORTING_H_
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
/*
Guilherme Marques Garros Brait RA: 19264266
Lucas Grass Beraldo RA: 19246925
Ramon Gazoni Larceda RA: 20062162
Renato Barba dos Santos RA: 19246529
*/
void *EXG(int Vetor[], int ... | [
"noreply@github.com"
] | lucasgrass.noreply@github.com |
b3e0191ffe23ece1f6540ff55b1248c86e836c37 | c8e6dfe5d2d4511f6ba1413b278932a2ab10a9c1 | /lib/am335x_sdk/ti/board/src/evmAM335x/evmAM335x.c | bc47abaa03d78e5ab104b94b3e35655feae0ca9c | [
"MIT"
] | permissive | brandonbraun653/Apollo | 61d4a81871ac10b2a2c74c238be817daeee40bb6 | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | refs/heads/main | 2023-04-08T19:13:45.705310 | 2021-04-17T22:02:02 | 2021-04-17T22:02:02 | 319,139,363 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,803 | c | /******************************************************************************
* Copyright (c) 2010-2015 Texas Instruments Incorporated - http://www.ti.com
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
... | [
"brandonbraun653@gmail.com"
] | brandonbraun653@gmail.com |
ceb8e23b951f0e23f94f4a0cc864075c31cbaf8f | 081d80d63debe29c45a39ce76c5c4dcd5cbf7b15 | /targets/TARGET_STM/TARGET_STM32L1/TARGET_MOTE_L152RC/device/system_clock.c | d14cbc4bc620217ac3063b813fb78a5ad264c22d | [
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mbed-Infineon-XMC/mbed-os | 70ecc16c1d10212d092c42d98f316ff567f160e1 | 41a44d7a0dc4af1551eca9f9584d9038df9a9d29 | refs/heads/master | 2020-03-12T21:29:35.420444 | 2018-05-08T20:16:00 | 2018-05-08T20:16:00 | 96,932,837 | 3 | 1 | Apache-2.0 | 2018-02-11T11:20:08 | 2017-07-11T20:07:29 | C | UTF-8 | C | false | false | 9,818 | c | /* mbed Microcontroller Library
* Copyright (c) 2006-2017 ARM Limited
*
* 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... | [
"jerome.coutant@st.com"
] | jerome.coutant@st.com |
3f47781bfb05eda020a7c690d8f8c0a0b652759d | 746d3cd0696fd3f784acf661812ef371a5ecebb7 | /chapter6/examples/6.6.c | 523bba97a0abd5f07e176a7b60fcb5528e0bc267 | [
"MIT"
] | permissive | ygdm7/ProgrammingInCSolutions | 5b80e5f36c5d8f78be70a45f64809383739e087d | 5812605683809c6517ca5eb733cfb14e2b21afa5 | refs/heads/master | 2021-09-09T08:55:36.038773 | 2018-03-14T12:44:12 | 2018-03-14T12:44:12 | 108,884,383 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 358 | c | // Program 6.6
// Program to implement the sign function
#include<stdio.h>
int main( void )
{
int numbe, sign;
printf( "Please type in a number: " );
scanf( "%i", &number );
if( number < 0 )
sign = -1;
else if( number == 0 )
sign = 0;
else // Must be positive
sign = 1;
printf( "Si... | [
"zx909@protonmail.com"
] | zx909@protonmail.com |
d33b1113d84b1239eb154956edd6c04aebc45c74 | 79e5f900b683ae76cbc8a6b48cd019cd4e228f7e | /Software/mBed/systemConfiguration.h | fc702aefdcdc9e030d1da2e180ea06d3c54f7da1 | [] | no_license | koson/Datalogging_2013-2014 | 482227ded1f290bcdb71e5034c77e6ab0d5ee70c | 4984f158d229deabd3606788d4a8a3228794db30 | refs/heads/master | 2021-01-15T08:47:25.441633 | 2015-08-11T12:28:03 | 2015-08-11T12:28:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,734 | h | #ifndef _config_header
#define _config_header
#include "mbed.h"
#include "modemAPI.h"
#include "sensorAPI.h"
// Rwanda Timezone : UTC + 2
#define TIMEZONE_OFFSET 2
//#define __SYSLOG__
#ifdef __SYSLOG__
#define SYSLOG(...) do {stdio_mutex.lock(); \
printf("\n\r"); \
print... | [
"david.fofana11@imperial.ac.uk"
] | david.fofana11@imperial.ac.uk |
f73924044c2c5b9dfb4b476e788442e6a60e8978 | 1a20961af3b03b46c109b09812143a7ef95c6caa | /Book/3dlearn/DirectX/3DGraphicsProgrammingCD/glib/GutMem.h | 0ca9d9aa92d636525cf0e8a33e5ded3d8f943960 | [] | no_license | JetAr/ZNginx | eff4ae2457b7b28115787d6af7a3098c121e8368 | 698b40085585d4190cf983f61b803ad23468cdef | refs/heads/master | 2021-07-16T13:29:57.438175 | 2017-10-23T02:05:43 | 2017-10-23T02:05:43 | 26,522,265 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 234 | h | #ifndef _GUTMEM_H_
#define _GUTMEM_H_
void *GutAllocate16BytesAlignedMemory(size_t size);
void GutRelease16BytesAlignedMemory(void *memory);
void *operator new[](size_t size);
void operator delete[](void *p);
#endif // _GUTMEM_H_ | [
"126.org@gmail.com"
] | 126.org@gmail.com |
a7a6d89538e391b12aa316f33e9bd2dc4861bd1c | 0d9a644ef4d90f3068d07228dfcf54ae940cfcba | /guilds/scion/paths/sword/evocation/energy-blast.c | 83289129fb36b30228ecfe70c1227dc90b75e3ad | [] | no_license | cellboy/core-lib | 3584d8dec497a435d3742f2a7326c3b19beda0c8 | 9ddaa6416c538bbcd51a15c834ea6d5ec744ea40 | refs/heads/master | 2023-08-12T17:57:18.183853 | 2021-09-22T21:09:37 | 2021-09-22T21:09:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 700 | c | //*****************************************************************************
// Copyright (c) 2021 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
inherit "/guilds/... | [
"abc@maelstrom.cc"
] | abc@maelstrom.cc |
627e065afbcb10830d63180dc3003aa409f4050a | 4494a3c15fb8e2b85638f326aa84c2432d608625 | /吉田学園情報ビジネス専門学校_石田琢人/ゲーム/02_3Dアクション_個人/開発環境/bullet.h | 2d07789ef6f16788e6476cf93d62fe75a2efa726 | [] | no_license | IshidaTakuto/Works | a29437e5c3c0ca6c69be264c8f8840c47322915e | 86efd9385aa5bffe559a483c0d7ecbe3ee757dfa | refs/heads/master | 2022-01-12T08:05:20.470819 | 2019-06-12T07:42:32 | 2019-06-12T07:42:32 | 191,514,502 | 0 | 0 | null | null | null | null | SHIFT_JIS | C | false | false | 1,123 | h | //=============================================================================
//
// 弾処理 [bullet.h]
// Author : TAKUTO ISHIDA
//
//=============================================================================
#ifndef _BULLET_H_
#define _BULLET_H_
#include "main.h"
//**************************************************... | [
"maguro2525@icloud.com"
] | maguro2525@icloud.com |
0c0f29f76fedd2a582dd65a9ee70046f5119a863 | 5beb396a9b95f11d9bdf5bcc84dc5ce2f2d620ba | /server_pool_daemon/src/do_remove.c | 997e4e374549de32ef448b0fedf540a677cd4a15 | [] | no_license | jiangp/Linux-FTP | 7fd605b2d5da7838be3e348b12e033f932616d63 | 72ce6bd42fc6fe4ebddcd5ae07ea24c189c932ed | refs/heads/master | 2016-08-07T13:21:10.754393 | 2015-08-09T11:11:37 | 2015-08-09T11:11:37 | 33,913,930 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 720 | c | /*************************************************************************
> File Name: ./src/do_remove.c
> Author: Arwen
> Mail:745529725@qq.com
> Created Time: Fri 03 Apr 2015 12:40:36 PM CST
************************************************************************/
#include"FTP_server.h"
//remove
int do_remov... | [
"74552925@qq.com"
] | 74552925@qq.com |
87788d9e8c4bf60efd89b16f2fdc14f5c3524dd8 | 9f701097e97d5146ecaa83be4b4f4be8b44078d0 | /tests/fromvim.fix.c | 67812f163920628153ca43124fbb6f9cdb0ebd62 | [] | no_license | whatgoodisaroad/MacroScope | 76e3a0993caba29b0bfd96385ebd879f0878dc72 | bb19a9902c777a13a9e112626db5e8649851b5a4 | refs/heads/master | 2016-09-05T22:45:44.101242 | 2012-11-27T23:50:41 | 2012-11-27T23:50:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 70 | c | #if defined(SSIZE_MAX) && (SSIZE_MAX < 10000L)
//Fail!
#endif
| [
"wyatt.allen0@gmail.com"
] | wyatt.allen0@gmail.com |
b545e3fab1b631f2b198d3bf3e69fbe1ecd89720 | bfc6b37d56787e7e4f03dfa3a6a6eb96b2f0306e | /register/keygentest.c | cf660f63a0eabfc7de3804fe5d0af2f689405735 | [] | no_license | xiaoxinla/xdisk | 6beba2a7b25d08b7ea681c07f6cfb259efcba204 | 8665ad12fca3bc8084456ff470aee4980f4fce51 | refs/heads/master | 2020-12-02T22:09:10.662768 | 2017-07-03T09:00:04 | 2017-07-03T09:00:04 | 96,089,719 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 959 | c | #include <stdlib.h>
#include <stdio.h>
#include <sodium.h>
#include <string.h>
#define PASSWORD "123456"
#define KEY_LEN crypto_box_SEEDBYTES
unsigned char salt[crypto_pwhash_SALTBYTES];
unsigned char key[KEY_LEN];
int main() {
randombytes_buf(salt, sizeof salt);
if(crypto_pwhash(key, sizeof key, PASSWORD, strlen(... | [
"747393661@qq.com"
] | 747393661@qq.com |
1e901a572f37ff9edf752fbcf6ba2f178e4d8dfb | c3686a27bf2b5806a6f02ed1f0c8f3e3e32ded76 | /profit loss calc.c | 18f94e447f4ed9ec9e148807a3074f7098a27570 | [] | no_license | Soham57/Gtting-started-with-C | c392d3213efe9068e420901a860ee4772c8810ce | 7fd0c3ec55878e9da7d1d968feda114e129aabc8 | refs/heads/master | 2020-04-14T04:17:08.445952 | 2019-08-27T16:15:24 | 2019-08-27T16:15:24 | 163,631,297 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 407 | c | /*Program to calculate profit or loss when cp & sp is entered Developer-SOHAM MALVIYA*/
#include<stdio.h>
int main()
{
float cp,sp;
printf("Enter selling price & cost price");
scanf("%f %f",&sp,&cp);
if(sp>cp)
printf("\nYou have made profit=%f",sp-cp);
if(cp>sp)
printf("\nYou have incurred loss=%f",cp-s... | [
"noreply@github.com"
] | Soham57.noreply@github.com |
98a8d0ed02b593b97612075369ff3dc13deabc29 | 878fb25189ef36772f38bc621d63daa7d7600f2b | /boards/renesas/rx65n/rx65n-rsk2mb/src/rx65n_bringup.c | b29e7fb7cdb2900013d64738fbdbdca65842fb23 | [
"Apache-2.0",
"BSD-3-Clause",
"GPL-1.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"ISC",
"BSD-2-Clause",
"LicenseRef-scancode-other-permissive",
"MIT"
] | permissive | SaitoYutaka/incubator-nuttx | 7b0d300061429dd8dd5f480c6745c633d1e33c27 | 460124629c7300f38b2798da0144d1d3365450a5 | refs/heads/master | 2021-01-04T18:29:08.815978 | 2020-04-04T02:25:14 | 2020-04-04T02:29:31 | 252,946,054 | 1 | 0 | Apache-2.0 | 2020-04-04T08:22:31 | 2020-04-04T08:22:31 | null | UTF-8 | C | false | false | 5,503 | c | /****************************************************************************
* boards/renesas/rx65n/rx65n-rsk2mb/src/rx65n.bringup.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information... | [
"gnutt@nuttx.org"
] | gnutt@nuttx.org |
4351b48b35c3a70a50b0f9710849ea225111a07e | 3349160649fc9b021d360bcd5417f4d247e6202d | /CS301_Class.cydsn/Generated_Source/PSoC5/mode_switch3.h | 73c3b7848f4d90e09e3203b34f566ab34b782878 | [] | no_license | SaviMohan/MazeSolvingRobot | 777caaea7fbceac58b9599a1dc5f4e24d72f1bde | 97c6bd854fcbb790b9e7d7ed8934744328906171 | refs/heads/master | 2021-04-15T10:09:40.246864 | 2018-03-23T05:20:28 | 2018-03-23T05:20:28 | 126,436,520 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,788 | h | /*******************************************************************************
* File Name: mode_switch3.h
* Version 2.20
*
* Description:
* This file contains Pin function prototypes and register defines
*
* Note:
*
********************************************************************************
* Copyright 2008-... | [
"smoh944@aucklanduni.ac.nz"
] | smoh944@aucklanduni.ac.nz |
2845b974982351a40ca333b9c54628f05d9651ce | bca7e070a59d78c8a5327959cece522944062b68 | /C_study_basic/1_Beginner/1_basic/3_variable/basic/4_precaution_for_division.c | 98b5376e5c8069f6be55be33b0e5a27b3f123b1a | [] | no_license | kimjongho1994/iot_bigdata | 8b5ca8592c346ad8547b8db5f9a14f1326c2c00a | 278b811bd712bf34c62dd0094a667f6e1709c94b | refs/heads/master | 2020-05-18T05:11:51.559752 | 2019-05-30T03:04:01 | 2019-05-30T03:04:01 | 184,195,559 | 0 | 0 | null | null | null | null | UHC | C | false | false | 1,910 | c | #include<stdio.h>
void main(){
int numerator=2;
int denominator=1;
int float_numerator=23;
int float_denominator=47;
//int num1,num2; <= 변수명으로써 가독성(readibility)가 떨어진다.
// 나눗셈 결과가 정수형으로 출력된다.
printf("%d/%d=%d\n",numerator,denominator,numerator/denominator);
// 한 번 선언한 변수의 값을 변경할 때에... | [
"skdlvmtit1"
] | skdlvmtit1 |
60c0d6a777a6ce336f1c35bd5d7d0415a3231ca2 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/c6bb1d80-2f01-41a5-848e-ea4752494120.c | 35c1196eb30fe6bb911505f710448ea187fabe3d | [] | 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 | 510 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=128;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l%j;
l = k-j*i;
//variables
/* START VULNERABILITY */
int a;
long b[28];
long c[40];
a = 0;
while (a > -1) {
/* START BUFFER... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
d1a257138c56a3e3d69be9482dbd2831329f56af | 8ea6c03023f8460f8b044aa4a55b884c193c7c17 | /00/compact_array/config.h | 365c35dc3fb165c3c54342b8972b9ae337aa42b2 | [] | no_license | mcroitor/eacpp_labs | 6ead446b214343df88057ed53baddc0573975cd7 | 4970563408865eac85d30fc71397165f1db94efc | refs/heads/master | 2021-01-23T23:13:52.023533 | 2019-08-16T11:46:58 | 2019-08-16T11:46:58 | 51,753,732 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 148 | h | #ifndef CONFIG_H
#define CONFIG_H
#define NUM_ELEMENTS 12311
typedef unsigned char BYTE;
extern BYTE data[NUM_ELEMENTS];
#endif /* CONFIG_H */
| [
"m_croitor@hotmail.com"
] | m_croitor@hotmail.com |
c39cb1d9d7b53e8b01d5ae82c23f157339ea5dfb | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/linux-master/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c.bak.c | 5890390639d8fdff2af717bbb8e1145d60d7d6e2 | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 56,955 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/*
* Copyright 2015 Advanced Micro Devices, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, includ... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
fdd0919b71a2312f423784af35a4c9e521a67ab0 | 7c1c36cbee9b5b955d60133428372f2556887236 | /portable/MCU_PSOC6_M4/sd_card.c | f349636192a798fa62e1c6f16ef42e2165787edf | [
"Apache-2.0"
] | permissive | carlk3/FreeRTOS-FAT-CLI-for-PSoC-63 | 2a141c5b7cabcd76131b9c712d999d698c841e41 | 41a53934c412500db6d3b7d49066acb771375046 | refs/heads/master | 2021-04-19T18:05:09.247924 | 2021-02-16T19:15:13 | 2021-02-16T19:15:13 | 249,624,291 | 1 | 0 | Apache-2.0 | 2020-05-30T18:20:13 | 2020-03-24T05:50:38 | C | UTF-8 | C | false | false | 37,845 | c | /*
* This code borrows heavily from the Mbed SDBlockDevice:
* https://os.mbed.com/docs/mbed-os/v5.15/apis/sdblockdevice.html
* mbed-os/components/storage/blockdevice/COMPONENT_SD/SDBlockDevice.cpp
*
* Editor: Carl Kugler (carlk3@gmail.com)
*
* Remember your ABCs: "Always Be Cobbling!"
*/
... | [
"carlk3@gmail.com"
] | carlk3@gmail.com |
0dc0ec899dac039861242fd4d381458dc974441b | 595265e7b8fd6fdf6813780c40ea5837ccc5878b | /build/test/runners/test_animal_runner.c | 0667f49d8f878573640946c97a79794b4837ffc8 | [] | no_license | gomjellie/c-polymorphism-example | c44bda9562a667c17432c002f7afa96a55fcedfc | 381bfba43c7f6307c9050e2060794717f6f4d9b1 | refs/heads/master | 2022-04-18T18:00:45.256213 | 2020-04-22T14:46:20 | 2020-04-22T14:46:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,578 | c | /* AUTOGENERATED FILE. DO NOT EDIT. */
/*=======Automagically Detected Files To Include=====*/
#include "unity.h"
int GlobalExpectCount;
int GlobalVerifyOrder;
char* GlobalOrderError;
/*=======External Functions This Runner Calls=====*/
extern void setUp(void);
extern void tearDown(void);
extern void test_animal_wal... | [
"k9380450@gmail.com"
] | k9380450@gmail.com |
b9a569ce141668cf91a4e71d8af0175fcadb7906 | 8217d5cd9564060b34c78764278fa8d9b88b4f48 | /resource.h | ec0cc6296bb4b40667691e210e87cdaa18bbc0eb | [] | no_license | Euxiniar/Voxel-Engine | 2da9437220e3e6ab62c511f3b24ca4503fa911b6 | cfedf38f94b70c6428d5b73b106dcaf541515804 | refs/heads/master | 2021-01-19T12:29:08.006563 | 2017-03-08T20:06:57 | 2017-03-08T20:06:57 | 82,334,931 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 403 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Minecraft.rc
// Valeurs par défaut suivantes des nouveaux objets
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CON... | [
"charles.ago37@gmail.com"
] | charles.ago37@gmail.com |
41a7bc3ac2fa71e03c20031d3bdbb7c42288617d | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/8458ac27-a791-44cd-acaf-bdf5e78e252d.c | 59dad7498afa11c633c378b81962cc775a49d796 | [] | 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 | 578 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=13;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i%j;
l = l%j;
l = l%j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[11];
long c[76];
a = 0;
do {
a--;
/* ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
1f2f7ea37c90143b0318c77994842034ccaa546b | a72d6c0efd37b68c6fb81f992dc218bbc0a075e0 | /JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h | 626c6af53aa67d177d8daf2ececdab46abbc646d | [] | no_license | JPSRob/BatComputer-OS | 0dfa7c81e2eb9ca10a47fa4c5b0a19613dc1f444 | b14b014b26ee6d2a8d8af4149220914e96b25fb2 | refs/heads/master | 2021-01-23T09:27:25.744947 | 2015-10-14T11:41:09 | 2015-10-14T11:41:09 | 41,654,636 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 200 | h | // This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "C:/C++ Libraries/JUCE-WINDOWS/modules/juce_audio_formats/juce_audio_formats.h"
| [
"jps.roberts@gmail.com"
] | jps.roberts@gmail.com |
bbb5eafef4d91ade42f794ced690d0ea4334387b | ed7a98c5bd00acbe2fcb4c4f50f1605be77fcfe6 | /Exams/Exams/3/3-3-ft_range/ft_range_subject.c | e16fa6f71ef850c346ed764fda85ef1e9ded45c0 | [] | no_license | WilliamsOz/piscine_42 | 78341a3ce40bb35e84bffb1ad496e575fc72d638 | ad809cf0d9a91d4d5dae878df3d6605e45cb0de0 | refs/heads/master | 2023-02-12T14:49:32.848312 | 2021-01-04T09:59:25 | 2021-01-04T09:59:25 | 326,639,574 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,275 | c | Assignment name : ft_range
Expected files : ft_range.c
Allowed functions: malloc
--------------------------------------------------------------------------------
Write the following function:
int *ft_range(int start, int end);
It must allocate (with malloc()) an array of integers, fill it with consecutive
val... | [
"wiozsert@e3r4p22.42.fr"
] | wiozsert@e3r4p22.42.fr |
78dedd76c7ee9d38e9039ba69700e52e21193891 | cba1a31a405ba49b296b6840cf72ecce17efed0d | /Code/C/cApi/src/text.c | b15a18a2ab5e6e297da9444fb88f3e0728f18fba | [] | no_license | HsuJv/Note | 390d919f5a2efb2641c231723c75d638067ce86b | 53beac995d23bedb0b4438b44fd50b4d38ee978d | refs/heads/master | 2021-10-28T21:52:26.544456 | 2021-10-20T00:46:45 | 2021-10-20T00:46:45 | 100,398,110 | 6 | 3 | null | null | null | null | UTF-8 | C | false | false | 11,390 | c | static const char *rcsid = "$Id$";
#include "text.h"
#include <limits.h>
#include <string.h>
#include "assert.h"
#include "fmt.h"
#include "mem.h"
#define T Text_T
#define idx(i, len) ((i) <= 0 ? (i) + (len) : (i)-1)
#define isatend(s, n) \
((s).str + (s).len == current->avail && \
curr... | [
"jv.hsu@outlook.com"
] | jv.hsu@outlook.com |
c71019f73ab1710809384d145840dee1f6b25c1b | ba5e234f354d2c33ab3750a0be39a2a0640b342a | /Costante_di_nepero.c | a24d68f93e7a0af255bcf6ef2ca65e0f8279d55c | [
"MIT"
] | permissive | Alep919/Informatica_3 | 5d639c1246ccffdc4e78932922c87793d909660a | b52e8ab531e4755244bced68509efc34edac10ad | refs/heads/master | 2020-07-27T06:45:51.904167 | 2017-09-06T11:13:49 | 2017-09-06T11:13:49 | 73,700,443 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 487 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
main(){
float n; // n da inserire
float e; // costante di nepero
float i; // contatore per il fattoriale
float f; // fattoriale
do{
printf("Inserire N");
scanf("%f",&n);
}while(n>100);
do{
f=1;
for(i=n; i>0; i--){ //ciclo c... | [
"noreply@github.com"
] | Alep919.noreply@github.com |
0949292d90d4eb3f6ec7261b44740b953e3b530a | d7b45e0b8f78f9b026c26236ea2d05549ad04e54 | /av1/encoder/ratectrl_xiph.c | 9514a61ad47a1f3d0a05555a9397cf5c3dcdb0c8 | [
"BSD-2-Clause"
] | permissive | hanbing001/aom | 96d84ceaaeecc7ffccebb3c4a00e17b6236318f3 | eb10b7501e4e48678edef363cd2fa8aa631d5f79 | refs/heads/master | 2020-12-02T22:10:53.604433 | 2017-03-17T16:45:52 | 2017-03-19T01:48:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 49,103 | c | /*
* Copyright (c) 2001-2017, Alliance for Open Media. All rights reserved
*
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it... | [
"rpehlivanov@mozilla.com"
] | rpehlivanov@mozilla.com |
9e4471efa645df196d2a0bac4e7fb737885badac | 622c32edcb70313e89092ebaf90f6a85984774bc | /srcs/parse_global_marks.c | 01cc9182c81bf4fc5b481575435a79e86d2d10cb | [] | no_license | atetu/Minishell | 25cbbced9d8732b37792e33b3f1a1b03e7b4322a | a8f307184381b98f0c9ca34b710747e8a5d53ff7 | refs/heads/master | 2022-12-09T18:27:53.064132 | 2020-09-09T09:21:32 | 2020-09-09T09:21:32 | 273,731,337 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,455 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* parse_global_marks.c :+: :+: :+: ... | [
"atetu@student.42.fr"
] | atetu@student.42.fr |
24469c7612b796afb074af7b1c66824fb29e9aad | cd6faa605c488f5badb1e9caa7e684f052da5623 | /ex1.c | 1716fe05e027f2e1b246f0684ce03a6f9825f475 | [] | no_license | DvirAsaf/Computer-Systems-Ass | b39270f2254abb72f7a6c8806553572031da5e66 | 2926ec49688bed5e776aa27c32d70b6e623da0e7 | refs/heads/master | 2023-01-13T11:43:17.134059 | 2020-11-18T17:45:12 | 2020-11-18T17:45:12 | 312,247,418 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,504 | c | // 313531113 Dvir Asaf
#include "ex1.h"
/***************************************************************************************************
Function Name: is_big_endian.
Function input:none.
Function Action:this func check if the machine Endianness is Big endian or Little endian.
Function output:return 1 if the ma... | [
"59093573+DvirAsaf@users.noreply.github.com"
] | 59093573+DvirAsaf@users.noreply.github.com |
8a695fa42239a3c0925ac1f45814426c9d3530de | f0c8773bf9bed8d59e978d61634ac4dcd8897181 | /c/libevent_example/udp.c | 058c67dbb552e3d2678c39ae9f2b40e2ba705233 | [] | no_license | lxlenovostar/Programming_language | cfbc02be8ed595708d0709a413ac657d3f3ae5a7 | 77adfc7611feccf4b54e64b546ad254938e950ad | refs/heads/master | 2023-07-25T11:45:19.044267 | 2023-07-24T06:13:54 | 2023-07-24T06:13:54 | 67,128,675 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,229 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <event.h>
#include <event2/listener.h>
#include <sys/types.h>
#define SVR_IP "127.0.0.1"
#define SVR_PORT 10000
#define BUF_SIZE ... | [
"lxlenovostar@gmail.com"
] | lxlenovostar@gmail.com |
cf504608f9a543dfc822c066bf4f16eafca533ff | 85b645a0aedb996dd2a2c3ddfb7062a5bfc56508 | /imuFreeRTOS/Drivers/HAL/imuHAL.c | 91ed2ce877b4735f7f48077e06a0ef026ee3bc73 | [] | no_license | sumanthm1019/imuFreeRTOS | 6ca05d8dd2bf279ecd0559000473edbfbe6dbccc | 82458a1ee02d10b1b0215755f713ea5c52b4cff0 | refs/heads/master | 2021-01-19T13:14:53.022362 | 2017-08-20T03:26:56 | 2017-08-20T03:26:56 | 100,834,966 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 79 | c | /*
* imuHAL.c
*
* Created on: Aug 19, 2017
* Author: Sumanth
*/
| [
"sumanth1019@gmail.com"
] | sumanth1019@gmail.com |
8f6a837446fe950f5f59099cb194be5b6f53ce9f | a457b55ff90a57397b2ab5b6299495f2e9fdb4fa | /src/LoboFEM/LoboDynamic/LoboDynamicSolver/Solvers/solvers.h | dc6b522d41741f8a2731592d9a04a960ed856549 | [
"MIT"
] | permissive | lrquad/LoboFEM2 | 8b3e97f8ea18c68023fb4d9366000c599e550b97 | 4ac80bd7b6e347d5b1650f5241f7b7b53c9716f5 | refs/heads/master | 2022-08-15T15:53:09.424585 | 2020-05-17T21:14:34 | 2020-05-17T21:14:34 | 260,367,616 | 8 | 2 | null | null | null | null | UTF-8 | C | false | false | 218 | h | #pragma once
#include "FullspaceSimulator.h"
#include "ModalWarpingSimulator.h"
#include "ReducedSimulator/ReducedSimulator.h"
#include "GraspSimulator/GraspSimulator.h"
#include "GraspSimulator/GraspFingerSimulator.h" | [
"lrkk1234@gmail.com"
] | lrkk1234@gmail.com |
b74d7c179790164a0ac0221bcc6081556aec8c70 | 5bc61b078b0df9d6034ab8339e2bd49f7fad4f79 | /Classes/Native/mscorlib_System_Int32.h | 5271f43d2663ce917c6f33f9ab8048f360dfbbfd | [] | no_license | Marcurion/PureMac | 326aceaa69ffe43903dc2e0f3a220a39699a8266 | f84326c8739512970707f89ffd9f1d1330314f0f | refs/heads/master | 2021-01-10T17:01:28.241337 | 2015-11-26T18:47:43 | 2015-11-26T18:47:43 | 46,941,200 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 198 | h | #pragma once
#include <stdint.h>
// System.ValueType
#include "mscorlib_System_ValueType.h"
// System.Int32
struct Int32_t325
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_2;
};
| [
"marcurion@googlemail.com"
] | marcurion@googlemail.com |
ee241f1118a5dc38715f5178ca36b7dc1588ccd1 | df95021397981c3d378cb48718b1197771abf5e1 | /samples/Chapter13/Sample_13_06/Sample_13_06.c | 0bf2112611db1928c5615e4891e2bab4167a1908 | [] | no_license | Ajou-Khronies/OpenVG_tutorital_examples | 1f85d89fb0392f109c0b0a88f2b335c0b46b31a6 | 14d30f9a26cb5ed70ccb136bef7b229c8a51c444 | refs/heads/master | 2021-06-10T01:15:20.582007 | 2016-12-30T03:58:29 | 2016-12-30T03:58:29 | 71,057,197 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,726 | c | #include <windows.h>
#include <egl/egl.h>
#include <vg/openvg.h>
#include <vg/vgu.h>
#include "..\..\..\resource\resource.h"
#define SCREEN_WIDTH 480
#define SCREEN_HEIGHT 640
HWND hWnd;
HDC appDc;
EGLDisplay display;
EGLSurface surface;
EGLContext context;
int AppInit( NativeWindowType native_window, NativeDisplay... | [
"kidkkr@naver.com"
] | kidkkr@naver.com |
527bb59060238888ae1666423721911d474a9213 | 598cea31abe28eb3af3816449af7f824e577a527 | /XOSSRC/SHELL/getcmd.c | 47aa1b79c4eeb328d565d06787147135d0f432b5 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | public-domain/openxos | 8e2b5d1c494edb15cb1a8983e653e338fb6e8d7a | d44ad07e99bb9ecf3d8e4ae3898b43a6e339502d | refs/heads/master | 2021-02-09T01:16:59.383983 | 2020-03-01T20:49:03 | 2020-03-01T20:49:03 | 244,221,383 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 28,022 | c | //------------------------------------------------------------------------------
// GETCMD.C - Low level functions to process commands
//
// Written by John R. Goltz and Bruce R. Nevins
//
// Edit History:
// -------------
// 08/23/89(brn) - Add redirect error on append >>&
// 11/02/89(brn) - Fix path to return... | [
"jean-marc.lienher@bluewin.ch"
] | jean-marc.lienher@bluewin.ch |
f534e9c926ed7345e36b63a91bcd5cbb681f648e | c9cd0dc7dd317b77b1f1ba22878f8a3edc6b633b | /ordenacao-busca/busca/linear.c | 0608339c012b6fbbf3b01b53c1e188660d40fae3 | [] | no_license | erikborella/C_Data-Structures | 7f592a46657f01e50ca0dab1812b6e42269902ec | 54334d7f8c1da730c0560d58f5bf068a1bdd20e5 | refs/heads/main | 2023-08-01T12:24:25.548075 | 2021-09-14T04:33:12 | 2021-09-14T04:33:12 | 406,223,512 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 380 | c | #include <stdio.h>
#include <stdlib.h>
int buscaLinear(int *v, int n, int elem) {
int i;
for (i = 0; i < n; i++) {
if (elem == v[i])
return i;
}
return -1;
}
int main() {
int n = 6;
int v[] = {23, 4, 67, -8, 54, 90, 21};
printf("54: %d\n", buscaLinear(v, n, 54));
... | [
"erikborella@gmail.com"
] | erikborella@gmail.com |
e552086350b4f8ee901b3ae4be62f1e956943ad4 | a9c443d416848142e9b0e28ca1281ecfe94fedc2 | /IAS0090_Sulg/DateTime.h | 7bc03b59dfd60209fdfe8ba696c584deb52164ef | [] | no_license | Lsulg/Andmestruktuurid | d5bb80ee5f9768ed4d1da0efd040ad2e43d8ada0 | 8e9983399e1ef68e660f3977f378fc7e47c8de9a | refs/heads/master | 2020-08-31T06:40:15.356816 | 2019-12-09T14:14:52 | 2019-12-09T14:14:52 | 218,626,475 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,159 | h | //
// Date and time: structure declarations and function prototypes
// -------------------------------------------------------------
typedef struct
{
int Hour;
int Minute;
int Second;
} Time1;
int GetTimeString(time_t RawTime, int nResult, char *pResult);
/*
RawTime - time from the computer c... | [
"lukassulg@gmail.com"
] | lukassulg@gmail.com |
671b9bee420c5d835a86fd0b33c62b9d0b9ae90d | 9822733fdf479fd36707a42b31650285693f453e | /Exp_2_Lexical_Analyzer_with_Flex/lex.yy.c | 253d376ae19765fa39219bf0441cf2fa114c2a24 | [] | no_license | Otomadmt/Compiler_Course_Project | 43a3104be627645dd963fb1f43e8a68670ce3a6e | 0deff5dd0ee51471021025c989170b5b188f72ef | refs/heads/master | 2021-01-10T22:40:52.356946 | 2016-12-01T02:58:34 | 2016-12-01T02:58:34 | 70,372,173 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 52,615 | c |
#line 3 "lex.yy.c"
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#define YY_FLEX_SUBMINOR_VERSION 35
#if YY_FLEX_SUBMINOR_VERSION > 0
#define FLEX_BETA
#endif
/* First, we deal with platform-specific... | [
"otomadmt@icloud.com"
] | otomadmt@icloud.com |
b69216c61d2b57b0cb43c22069f0cc9e539413e1 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/iommu/extr_rockchip-iommu.c_rk_iommu_disable_paging.c | 31ece7c8ba8340f2df0bd485c9cb7337178e6bcf | [] | 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,644 | 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 |
43f550d3238787db4adf2759a094a6e23175d72e | 31763a3a1efea8671ee4fdadcd01d795fdb3841a | /ls/libft/srcs/gnl.c | 1c0d4e4cd40c2c6f5cbf67e0413e0ae5d5c435b2 | [] | no_license | nsavry/second_time | 49e3c9d46dfc62d6a920bd2b05b9a4ceb123d36e | f757ba8c8925ab47e0e843cf2db2c8068e171edb | refs/heads/master | 2021-01-20T21:15:41.997718 | 2015-02-18T17:48:51 | 2015-02-18T17:48:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,162 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* gnl.c :+: :+: :+: ... | [
"smarie-c@e2r2p19.42.fr"
] | smarie-c@e2r2p19.42.fr |
5421072de5b9c624fb07f5ab9a921525d67987bd | 543a94cbcbcf91be33d5ecf5d3ee1e71d6d33677 | /optionstructs_ifdeftoif/random/generated/id2i_optionstruct_035.h | fdd1881cceb0c4948007244e47df1498026ec58b | [] | no_license | fgarbe/TypeChef-SQLiteIfdeftoif | 1e7acd60cdea397ca72fd8a3cd09b89614d6849a | a849e4249b2c49c2ce9043d4900bf4bcda3e3108 | refs/heads/master | 2021-04-12T01:59:00.236415 | 2017-03-15T02:26:15 | 2017-03-15T02:26:15 | 20,184,411 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,881 | h | int id2i___apple__;
int id2i___borlandc__;
int id2i___cygwin__;
int id2i___darwin__;
int id2i___gnuc__;
int id2i___i386__;
int id2i___i486__;
int id2i___max_os_x_version_min_required;
int id2i___mingw32__;
int id2i___openbsd__;
int id2i___ppc__;
int id2i___ptrdiff_type__;
int id2i___rtp__;
int id2i___use_gnu;
int id2i_... | [
"fgarbe@fim.uni-passau.de"
] | fgarbe@fim.uni-passau.de |
368849253642d5d4ccc1d19ee26014b2c5056d30 | 138c849d97f084224d7a83916e3824cdcddca3bb | /c6accel_1_01_00_07/dsp/libs/include/fvid.h | e64553d17be82d58d9676d29fac1f83aec3a420f | [] | no_license | lab85-ru/ti-dvsdk_omapl138-evm_04_03_00_06 | 7210a0324d9b520aa4e17879fe1bb84af98b1178 | 350e68dd99669e46c6f679e91216e22412ee50c5 | refs/heads/master | 2022-07-29T11:31:20.816254 | 2020-05-17T18:09:02 | 2020-05-17T18:09:02 | 264,720,283 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,370 | h | /******************************************************************************
**+-------------------------------------------------------------------------+**
**| **** |**
**| **** |... | [
"info@lab85.ru"
] | info@lab85.ru |
997ff4cb4d286efb5dab89fde9e979b954675a17 | 24e60e9f4619360c2c8c15f1d8e15cc2a503281c | /Core/Modified_OpenSource/mod_websocket_1_21_0_3_EIP499139_H5ViewerMediaImporve-ANY/00-data_cdservice.c | 3273eb2b33290efc338ac0dea330652479cb03c3 | [] | no_license | ami-megarac/OSSW-RR11.7.Plus | 21635e402103a9ab51a681fc26e849578e319f6f | 372fa65ed11f00984fb6b7827b6a1d9f7599dfb4 | refs/heads/master | 2022-11-07T07:26:42.619254 | 2020-06-19T02:51:39 | 2020-06-19T02:51:39 | 259,982,918 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,866 | c | --- .pristine/mod_websocket-1.21.0-src/data/cdservice.c Tue Oct 15 15:54:27 2019
+++ source/mod_websocket-1.21.0-src/data/cdservice.c Tue Oct 15 17:30:26 2019
@@ -1,126 +1,141 @@
#include <mod_websocket.h>
-#define gMod_NumCdInstances 1
+IUSB_REQ_REL_DEVICE_INFO iUSBDeviceInfo[MAX_CD_INSTANCES];
-//static unsigned... | [
"patrickhuang@ami.com.tw"
] | patrickhuang@ami.com.tw |
8c10d6c86d348ca2340507aa579486aaa689aa23 | 15019a54ae4ad0df8f5b892d54811fc28f85a896 | /Bluetooth/Bluetooth_Mesh/Bluetooth_Mesh_Vendor_Model/soc-btmesh-vendor-model-server/platform/emlib/inc/em_chip.h | c8d1c49411feb0ffc654f714b7cc161d3feb7f42 | [] | no_license | ChengYuan-CY/Examples-EFx32 | 96e58ac15d33a7b5cc4ffca4bd4a708596156330 | 2ea066ba6d95ce99611d64eb0815d8ddacfc5054 | refs/heads/master | 2023-04-27T22:37:49.515736 | 2021-05-12T03:37:54 | 2021-05-12T03:37:54 | 221,362,600 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,269 | h | /***************************************************************************//**
* @file
* @brief Chip Initialization API
* @version 5.8.3
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc. www.silabs.com</b>
*****************... | [
"cheng.yuan2016@outlook.com"
] | cheng.yuan2016@outlook.com |
52a1dea01ed37d0a97c2178c3b86145dfd91f7de | b8711e4d1ce087f8188941eae8f6baecae9267d2 | /Firmware/TI-TMS320F28335/Data_aquisition/source/main.c | 152e517c66ccf63ad72cc4286ea35c12ae074dfd | [
"MIT"
] | permissive | zhutoutoutousan/Indirect-sensor-estimation | dcce424e1bfe9b790c5afa9382093baf27b1e930 | 78cf6d46b89a650dc7510c850441b23f620c5297 | refs/heads/master | 2022-12-19T12:03:35.474829 | 2020-09-29T11:08:17 | 2020-09-29T11:08:17 | 219,545,220 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,932 | c | #include "DSP28x_Project.h" // Device Headerfile and Examples Include File
#define POST_SHIFT 0 // Shift results after the entire sample table is full
#define INLINE_SHIFT 1 // Shift results as the data is taken from the results regsiter
#define NO_SHIFT 0 // Do not shift the results
// ADC start parame... | [
"31960995+zhutoutoutousan@users.noreply.github.com"
] | 31960995+zhutoutoutousan@users.noreply.github.com |
f7dae98101094e0e371a292b540a731e1d4d2b3a | 49780f24a92fcc9a7c855144fb195ae3736bf390 | /examples/devices/MSP430F1xx/MSP430x13x_MSP430F14x_MSP430F15x_MSP430F16x_Code_Examples/C/fet140_ta_10.c | 65a77113f705183437a38794e082067a14f297c4 | [] | 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 | 3,800 | c | /* --COPYRIGHT--,BSD_EX
* Copyright (c) 2012, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above c... | [
"admin@piboxy.com"
] | admin@piboxy.com |
4f313a00006052a5a703cc52c8c9d50c609711df | 145faa4743c1f929545fefb048c27bcb37fcd1c3 | /Lab4 Introduction to C/test.c | eae6edbaa49cdca182a07028d772a73a0692ee9b | [] | no_license | awacs/cs207labs | 5761086f213ccb51583c0a5b43c8c2bd0aa7c71a | 5b21a7f1b2b627ff2a96db7e20851bfe27465404 | refs/heads/master | 2021-01-10T13:20:41.950899 | 2016-04-20T18:24:28 | 2016-04-20T18:24:28 | 50,388,065 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 206 | c | #include <stdint.h>
#include <stdio.h>
int get_bit(uint64_t index, uint64_t array)
{
int key;
key = 1;
key = key>>63
return key;
}
main int()
{
int ans;
ans=get_bit(2,2)
printf("hash1=%d\n", ans);
} | [
"haroldzwang@gmail.com"
] | haroldzwang@gmail.com |
93783fd51080127925d988c49b79757803bc7a47 | efb6e72a553486ba6f285a11e049137301ca8a5b | /JRM/JARM7-LPC2148-Source/INC/CAN_SPIconst.h | 4c7fa71e1d0eb4a87ec8204a34fd0f1ef2ee96e7 | [] | no_license | elec-club-iitb/ARM | f18bf099c572ce83b97a5562465792ff7fa4fc50 | ad4a0392ef12e7352e3beb3008eac67dc0fe200b | refs/heads/master | 2021-01-17T16:53:06.139124 | 2016-05-30T20:17:26 | 2016-05-30T20:17:26 | 32,982,159 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,099 | h | #ifndef __CAN_SPICONST_H
#define __CAN_SPICONST_H
/*********************************************************************
*
* enum CAN_OP_MODE
*
* This enumeration values define codes related to CAN module
* operation mode. CANSetOperationMode() routine requires this code.
* These values must be used by itself
... | [
"ajinkyagorad@gmail.com"
] | ajinkyagorad@gmail.com |
d785c6837288844e52cb6349890a816cd0caf05f | 2f44d843cbdfda4ffb97f05a3e12866cbcbf43f2 | /sse/sse_ifunc.c | ce8d1f9885accc72e1b64af2456cf80cac00aa1c | [] | no_license | ccristians/misc | a1b35b5da2943e0be9d780c35ed7c58e54e12a64 | d69a937c76d657631596f01d94100cdee0ef455c | refs/heads/master | 2021-01-10T20:39:01.958591 | 2019-04-09T17:49:01 | 2019-04-09T17:49:01 | 26,522,948 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,375 | c | #include "simd_x86.h"
#include <assert.h>
#include <stdio.h>
/* 3D vector data */
struct vec4
{
int x;
int y;
int z;
int w;
};
/* Most load/store SSE instructions require 16-byte aligned data, otherwise they may
* generate General Protection faults
*/
typedef struct vec4 __attribute__ ((aligned(16)... | [
"cristian.cioloca.savan@codedj.ro"
] | cristian.cioloca.savan@codedj.ro |
0761b48be6eb3b6e6bf8c92307d4febeabf17f97 | 623473d884596890f66fef6040f5711eaf9bfe52 | /bench/app/powerwindow/powerwindow_HeaderFiles/powerwindow_PW_Control_PSG_BackL.h | e827ed6d9060ffc24edd30c9075273aac98b7eac | [] | no_license | RTSYork/tacle-bench | fb1b9f3c424924d53716976f7926227e08da4200 | b7b40f1f8c50acb7934fc364a13f4e2957a8b7dd | refs/heads/master | 2022-12-29T08:01:52.112848 | 2020-06-14T10:45:46 | 2020-06-14T10:45:46 | 272,701,560 | 0 | 1 | null | 2020-06-16T12:26:00 | 2020-06-16T12:25:59 | null | UTF-8 | C | false | false | 5,419 | h | /*
This program is part of the TACLeBench benchmark suite.
Version V 1.x
Name: powerwindow_PW_Control_PSG_BackL.h
Author: CoSys-Lab, University of Antwerp
Function: headerfile
Source: https://github.com/tacle/tacle-bench/blob/master/bench/app/PowerWindow/powerwindow_HeaderFiles/powerwindow_PW_Control_P... | [
"dustin.green@tuhh.de"
] | dustin.green@tuhh.de |
36591b4830fadd25d42917752987318b80cb0d4e | 74c65407a05ceea2f794e0f27456799ff94eb822 | /sixo10/sw/main.c | 1fdf818d59a8284fc8b5c68f30ee824b6fcd348f | [] | no_license | mneumann/sixo | 7c65982588633a13017b1b5c422496c04089975d | 12367dba183b818672102535f4d114c96098c276 | refs/heads/master | 2020-04-02T10:34:40.950903 | 2013-05-09T13:37:06 | 2013-05-09T13:37:06 | 9,987,853 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,733 | c | /***********************************************************************
*
* $RCSfile$
*
* $Revision$
*
* $Date$
*
* $Author$
*
* --------------------------------------------------------------------
* Company: N&K Development, all rights reserved
*
* Neugebauer & Krizsan Coope... | [
"tuberkel"
] | tuberkel |
289f672c7d5439f03caf1beb5a2ec1ecf0e75825 | 9add56b0cf0ffef3a2a01eb31912aace6a1af987 | /Chapter13/exercise09.c | 533c1260ead09615430de1952daf617e38f2ab02 | [] | no_license | ZhaoPeixiao/CPrimerPlus | 35b8d000451b32cce3f26cca44048d384d3bb0fe | 0fd897dad6858e7e442e33ebed8d740b24d1669c | refs/heads/master | 2023-05-23T20:06:20.636723 | 2021-07-06T02:20:52 | 2021-07-06T02:20:52 | 375,873,987 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 988 | c | //
// Created by Peixiao on 2021/7/1.
//
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAX 41
int main(void) {
FILE *fp;
char words[MAX];
char line[MAX + 6];
int word_count = 1;
if ((fp = fopen("wordy", "a+")) == NULL) {
fprintf(stdout, "Can't open \... | [
"u6935249@anu.edu.au"
] | u6935249@anu.edu.au |
4f0f825a55ec2f02f7ad0859bdb74ba22e5dc9d9 | 837786dacb9d42006d4148043feb2d70c7c409e6 | /include/listeObjet.h | 84ceb09ed2f459b0b373ca0a4964248025cdda55 | [] | no_license | Linux753/Trapped-Hero | 4f963fe28b910b9803255b3e714221812f2f4899 | 79516e3ee09029f14aa5800d9d4289b09e8c3a66 | refs/heads/master | 2021-06-07T08:46:14.263188 | 2019-12-20T14:26:07 | 2019-12-20T14:26:07 | 109,416,524 | 2 | 0 | null | 2018-09-03T14:45:43 | 2017-11-03T16:13:36 | C | UTF-8 | C | false | false | 252 | h | #ifndef LISTE_OBJET
#define LISTE_OBJET
#include "structure.h"
int chargerTexture(CarteSDL *carteSDL , SDL_Texture *image , Objet *objet);
int calculerProbabilite(Objet *objet , Carte* carte , int numMax);
int creerListe( CarteSDL* carteSDL);
#endif
| [
"a.doglioli@yahoo.com"
] | a.doglioli@yahoo.com |
8ea829a620f457693b14a3c1ec5cb1835028958f | 545ad989f44227f2b34b4cbf60719f54f47a490d | /Chapter06/MasteringfirebaseHosting_/DynamicHosting/functions/node_modules/grpc/deps/grpc/src/core/lib/surface/call_test_only.h | 9eb32f03fbc01238c7a8ca48166733baa92169c2 | [
"MIT",
"Apache-2.0"
] | permissive | PacktPublishing/Mastering-Firebase-for-Android-Development | 186e37611e246d6d55ab1ebeb5d90af66f0b283e | a3512e9615897100632f5ba4158b58d75401defd | refs/heads/master | 2023-03-04T14:59:13.624078 | 2023-01-30T08:47:25 | 2023-01-30T08:47:25 | 138,691,368 | 10 | 16 | MIT | 2023-03-02T01:24:24 | 2018-06-26T05:59:21 | Java | UTF-8 | C | false | false | 1,419 | h | /*
*
* Copyright 2015 gRPC authors.
*
* 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 agree... | [
"33617520+techsachinkumar@users.noreply.github.com"
] | 33617520+techsachinkumar@users.noreply.github.com |
0be906cd215d52d2c9436450cfbe8907a6ef081f | 2f547a3b1b982cd162849c4dec4ddcfa4fa180f6 | /Cyber Pew-Pew Manual and src/Final-Build/Temp/StagingArea/Data/il2cppOutput/AssemblyU2DCSharp_ProjectileDestroyOnHit3548522401MethodDeclarations.h | 2c1736281126361155dc6cc94cd5240acf58430a | [] | no_license | TravisMWeaver/Cyber-Pew-Pew | 5a8a92b4fdeb2cfeb80c0391a5f2a2354a81d83d | 50ec4ecc7fc6fcd25b239305f2155d4b9f75aae2 | refs/heads/master | 2021-10-09T22:15:21.769276 | 2017-05-23T20:33:11 | 2017-05-23T20:33:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,290 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// ProjectileDestroyOnHit
struct ProjectileDestroyOnHit_t3548522401;
// UnityEngine.Collision
struct Collision_t2876846408;
... | [
"tsnubbs2000@gmail.com"
] | tsnubbs2000@gmail.com |
21be96aee1b71c3688d126636f8ef18299b3413a | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/407e58cc-34b3-4324-8bef-293af1dc3d5d.c | 64951c0ab02c38be6726f39581f66fb8d8a38bde | [] | 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 | 529 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=44;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i-j;
l = j/j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[57];
long c[60];
a = 0;
while (a > -1) {
/* START BUFFER... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
30c92b978c0cddf139bc0ee32be8b66a59823d76 | 6a69d57c782e0b1b993e876ad4ca2927a5f2e863 | /vendor/samsung/common/packages/apps/SBrowser/src/out_jni/SbrTabBridge_jni.h | b1c4b7c894cb001ab5db0fd260cfd603e7ff7e26 | [
"BSD-3-Clause"
] | permissive | duki994/G900H-Platform-XXU1BOA7 | c8411ef51f5f01defa96b3381f15ea741aa5bce2 | 4f9307e6ef21893c9a791c96a500dfad36e3b202 | refs/heads/master | 2020-05-16T20:57:07.585212 | 2015-05-11T11:03:16 | 2015-05-11T11:03:16 | 35,418,464 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 11,228 | h | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file is autogenerated by
// base/android/jni_generator/jni_generator.py
// For
// com/sec/chromium/chrome/browser/SbrTabBridge
#ifnde... | [
"duki994@gmail.com"
] | duki994@gmail.com |
0b2d13c2eabbc079ae486eefc5d698a59fc996ba | bbeb0dba15a77f4b4351341fd455af0fcdfd29a6 | /21point1.0.c | a2efd7994d104dc717b736087399c892610eea0a | [] | no_license | 1814729186/21point | b7163113450d904cb391749bb40554cb4fff1d3b | 00aa8ec199cda86d85a2d6728f5bb742d66c3f22 | refs/heads/master | 2020-03-31T17:32:52.772285 | 2018-10-10T14:38:27 | 2018-10-10T14:38:27 | 152,426,811 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 4,331 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
void line(void)
{
printf("******************************************************************************************\n");
}
int Deal(void)
{
int d;
srand(time(NULL));
d = (rand()%(53 - 0));
return d;
}
void stop(void)
{
printf("**press enter**\n");
... | [
"43661929+1814729186@users.noreply.github.com"
] | 43661929+1814729186@users.noreply.github.com |
fb4d751f8aab3fbef4ee4699b8a66e7b8962eb60 | 9a0c53d50c410f9b34387a730b34591589a1fafb | /ENEL453/Lab2/ISim_Simulation/isim/digclock_testb_isim_beh.exe.sim/work/a_1362810153_3212880686.c | efa7dfa922eeb23b99f6ec3dc3405c58935aae84 | [] | no_license | ConflictingTheories/university_labs | a228c164111aef5b52263e4dd9a8c88218d0bc67 | 4d030be7407bfdc10e61dd8a9d06ee2fd410f1b3 | refs/heads/master | 2020-07-30T12:29:52.985437 | 2019-09-23T01:27:47 | 2019-09-23T01:27:47 | 210,233,518 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,769 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"kderbyma@localhost.localdomain"
] | kderbyma@localhost.localdomain |
ec6f59de374ca29630f5a97762215e0e09a1c674 | bcddca991afe606180dbb5ce6c033d8fb611154c | /components/driver/esp32s2/include/driver/touch_sensor.h | 7996774664471f4ebfffc9127a9e56be4dbb4ce4 | [
"Apache-2.0"
] | permissive | EmbeddedSystemClass/esp-idf | 8ac5a312be41936b1e2dc5c68b7b68c9b4c1e488 | 92db6a3dabc1106b72865b8bd91d9bdd54fbdf6c | refs/heads/master | 2022-12-31T19:57:49.052365 | 2020-10-22T19:19:01 | 2020-10-22T19:19:01 | 259,859,439 | 0 | 0 | Apache-2.0 | 2020-04-29T07:47:48 | 2020-04-29T07:47:47 | null | UTF-8 | C | false | false | 23,078 | h | // Copyright 2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 ap... | [
"koson.trachu@gmail.com"
] | koson.trachu@gmail.com |
dced7d366019c1349250ea03a3da46d8c61ed599 | 97b0793dc872963d1f816c7250857ffc4792b611 | /Temp/StagingArea/Data/il2cppOutput/t169.h | 0754f6a56ccedea6f59f72a10e3b36873ea71746 | [] | no_license | JamesMoulang/LudumDare32 | 1e63f2d46dd8d9e8cf52cfc33a1f0f98b08d3119 | 9826e0eba56c85ed8161c510ba91af5bee52eea4 | refs/heads/master | 2020-04-27T08:17:58.678320 | 2015-04-23T15:33:15 | 2015-04-23T15:33:15 | 34,171,493 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 135 | h | #pragma once
#include <stdint.h>
struct t170;
struct t90;
struct t91;
struct t28;
#include "t221.h"
struct t169 : public t221
{
};
| [
"james@jamess-MacBook.local"
] | james@jamess-MacBook.local |
90c893a51230043644c5dd52b34f762f9a5eac52 | 30cf7a5f32736ab5bdbb90d0809a6af516ce6d26 | /klib/src/datetimeconv.c | 314af95fd08d8bd931b63398bf4f2edf4c0417a3 | [] | no_license | kevinboone/solunar_ws | df07bdf5784ae8bc1874106bb2b1d214ce334a6c | f7f7c21b4ccfd8a6df9a46487008bef915fbea1d | refs/heads/master | 2022-12-26T08:08:34.506768 | 2020-09-17T12:10:00 | 2020-09-17T12:10:00 | 273,747,426 | 25 | 6 | null | null | null | null | UTF-8 | C | false | false | 7,433 | c | /*==========================================================================
klib
datetimeconv.c
Copyright (c)2020 Kevin Boone
Distributed under the terms of the GPL v3.0
==========================================================================*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#... | [
"kevin@railwayterrace.com"
] | kevin@railwayterrace.com |
a65957a05616b3b148f38bc2ae17d7e938a0252d | 69d85e7be013e866e8ecc433bea0608d97b5b528 | /platforms/arduinolib/lib/arduinoWebSockets/src/libb64/cencode.c | 7367135f450f8f866ad2fd35491c51b55af73f87 | [
"MIT",
"LicenseRef-scancode-public-domain",
"CC-PDDC",
"LGPL-2.1-only",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | yorenschriever/MultiNode | a4eb5375101f7f3cf08b26697b162fc34418bf52 | 5960da25ba69797130f3c30c81dcabb09f67ebbd | refs/heads/master | 2021-05-03T05:16:34.084056 | 2018-02-28T12:59:45 | 2018-02-28T12:59:45 | 120,635,559 | 0 | 1 | MIT | 2018-02-09T11:09:24 | 2018-02-07T15:48:50 | C++ | UTF-8 | C | false | false | 2,646 | c | /*
cencoder.c - c source to a base64 encoding algorithm implementation
This is part of the libb64 project, and has been placed in the public domain.
For details, see http://sourceforge.net/projects/libb64
*/
#ifdef ESP8266
#include <core_esp8266_features.h>
#endif
#ifndef CORE_HAS_LIBB64
#include "cencode_inc.h"
co... | [
"yoren@Yorens-Mac-mini.local"
] | yoren@Yorens-Mac-mini.local |
45be6b6cef46a162ee8848aacb2ac2ac8f27b103 | 2c32342156c0bb00e3e1d1f2232935206283fd88 | /cam/src/dark/drkfixpr.h | 157db839bf24b1cba22b882c14bbd27281290945 | [] | no_license | infernuslord/DarkEngine | 537bed13fc601cd5a76d1a313ab4d43bb06a5249 | c8542d03825bc650bfd6944dc03da5b793c92c19 | refs/heads/master | 2021-07-15T02:56:19.428497 | 2017-10-20T19:37:57 | 2017-10-20T19:37:57 | 106,126,039 | 7 | 2 | null | null | null | null | UTF-8 | C | false | false | 183 | h | #pragma once
#ifndef __DRKFIXPR_H
#define __DRKFIXPR_H
#include <objtype.h>
void init_fixture_prop();
void term_fixture_prop();
BOOL is_fixture(ObjID obj);
#endif // __DRKFIXPR_H
| [
"masterchaos.lord@gmail.com"
] | masterchaos.lord@gmail.com |
220cfc561c855a5c7f8e1e95c738071d36597a84 | df3e3eb64703026133d97f4310bf39e91dc59118 | /TheUnplugging/pass.h | 668fb6d36008ee14bb9cc5b7fa8319966a1517ce | [] | no_license | CompilerLuke/TheUnplugging | b8f8bebaeac59321c6414fc5194127ed2dd96782 | a57bc081d4c2d30bad3e6bd722d979971d0e33fe | refs/heads/master | 2020-05-07T19:52:10.591034 | 2019-06-29T19:30:44 | 2019-06-29T19:30:44 | 180,830,334 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 208 | h | #pragma once
#include "handle.h"
struct Pass {
virtual void render(struct World&, struct RenderParams&) {}
virtual void set_shader_params(Handle<struct Shader>, struct World&, struct RenderParams&) {};
}; | [
"lgoetz@islux.lu"
] | lgoetz@islux.lu |
5b7147c0c79f885ecfbcd07042626e0329ac7ba2 | d7c94f4a713aaf0fbb3dbb9b56c9f6945e0479c1 | /1º Lista Público APC [UnB-Gama]/questao02D.c | be5dd827a55791f9e2c5757375579bc162efb534 | [] | no_license | fonte-nele/Competitive-Programming | 2dabb4aab6ce2e6dc552885464fefdd485f9218c | faf0c6077ae0115f121968f7b70f4d68f9ce922b | refs/heads/master | 2021-06-28T09:24:07.708562 | 2020-12-27T14:45:15 | 2020-12-27T14:45:15 | 193,268,717 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 241 | c | #include <stdio.h>
int main(){
int p1, c1, p2, c2;
scanf("%d %d %d %d", &p1, &c1, &p2, &c2);
if(p1*c1 == p2*c2){
printf("0\n");
}else if(p1*c1 > p2*c2){
printf("-1\n");
}else if(p1*c1 < p2*c2){
printf("1\n");
}
return 0;
} | [
"felipephontinelly@hotmail.com"
] | felipephontinelly@hotmail.com |
0962275b577a60ecaf07ed7f5cbaf163e162a574 | 349cc6d1341a88fb4fafd705a3aae5f6b9200095 | /includes/ft_fnmatch.h | fe7126acd89623e27b95f84a69d52683314269e6 | [] | no_license | Taiwing/ft_glob | 2d28237f271fe8c61b559c1af533413aa0d8c876 | 19d64e41398f018408042071e5322bf59d37b8e3 | refs/heads/master | 2022-12-24T01:53:49.607079 | 2022-12-13T12:12:56 | 2022-12-13T12:12:56 | 241,837,592 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,447 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_fnmatch.h :+: :+: :+: ... | [
"yoyo.fofo47@gmail.com"
] | yoyo.fofo47@gmail.com |
0ead6a114e19118548c9ed4a39263906b699d17c | c8844d83c54acd06e0742d01dbaaa6be499d4e7d | /assignments/euler2ndO/eulerSolveTime.c | 4da37c93951e146c362a78c3c55e86ff3b56f159 | [
"MIT"
] | permissive | davidruffner/computational-physics-nyu-2009 | 4842d31df9df56f7a1d22595a365e7be63c41f61 | 754d48f820773cd6b1b3cd3a7444363b78e1ea00 | refs/heads/master | 2021-07-25T02:05:29.776737 | 2017-11-06T01:10:51 | 2017-11-06T01:10:51 | 109,602,801 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,941 | c | //David Ruffner
//Computational Physics
//11-10-09
//1D Euler solver
//---------------------------------------------------------------------------
//Used some template functions from Jonathan Zrake's advection code
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <math.h>
#include "euler.h"
#inclu... | [
"davidruffner@gmail.com"
] | davidruffner@gmail.com |
84710507df57ddc90c6fd5783b3e854a8a6db962 | fbfe3d10b3bb6fd48d53e3abe53b2eacae2e59b5 | /ui/Middlewares/UB/F746/Src/stm32_ub_qflash.c | 5100b8286c527eb2ec302a9ed8ba745dd658b449 | [] | no_license | little-tesla/DiscoRedTRX | d1ed9d240c6cbe3797ce0d90d5d72dee029ebbee | b27c7d3d9ef0b0cdba8d7bf4551ee668ceab7115 | refs/heads/master | 2022-12-16T13:55:34.523897 | 2020-08-31T18:59:34 | 2020-08-31T18:59:34 | 289,096,844 | 0 | 0 | null | 2020-08-20T19:49:55 | 2020-08-20T19:49:55 | null | UTF-8 | C | false | false | 17,909 | c | //--------------------------------------------------------------
// File : stm32_ub_qflash.c
// Datum : 28.09.2015
// Version : 1.0
// Autor : UB
// EMail : mc-4u(@)t-online.de
// Web : www.mikrocontroller-4u.de
// CPU : STM32F746
// IDE : OpenSTM32
// GCC : 4.9 2015q2
// Mod... | [
"pavel.demin@uclouvain.be"
] | pavel.demin@uclouvain.be |
645067fc8240ee9dfa4ff87ef73d76c399760ef4 | 412e46b4ac4ec7e493555cdcb741af50e3c8b040 | /tests/test_suite_body.c | 7dd08c9d1e6926ced25521d9517fd8bedab97d1e | [] | no_license | mimithecoconut/physics_engine | 4129ace669f7c71fdd9401f7b32bf488e7d966d1 | 8662d5a045dd3eb81fef0c49a263d4eef3a50a11 | refs/heads/master | 2022-12-18T14:15:28.578466 | 2020-05-20T18:28:45 | 2020-05-20T18:28:45 | 295,208,745 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,204 | c | #include "body.h"
#include "test_util.h"
#include <assert.h>
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
void test_body_init() {
vector_t v[] = {{1, 1}, {2, 1}, {2, 2}, {1, 2}};
const size_t VERTICES = sizeof(v) / sizeof(*v);
list_t *shape = list_init(1, free);
for (size_t i = 0; i < VERTI... | [
"ftteng@caltech.edu"
] | ftteng@caltech.edu |
3fb6f0ff87a411692dc565300e4ee9b59dd16109 | 5253945c5567efd547f7a1837eae236e17f491da | /headers/coordinateur.h | b942592619a23c357ec3a0a4fee52695d330d4a4 | [] | no_license | PhilippeVienne/TC-SDE | 89eedb779392e36d0eef3ef4e5e0b43ffb6bd1f5 | 5dbf6db6edc84d18e89bf3ff903dc426bae78dc2 | refs/heads/master | 2021-05-30T09:22:05.888315 | 2016-01-22T23:58:28 | 2016-01-22T23:58:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 365 | h | //
// Created by pvienne on 11/12/15.
//
#ifndef CARREFOUR_COORDINATEUR_H
#define CARREFOUR_COORDINATEUR_H
typedef struct C{
int msqid_generateur_trafic;
int pid_generateur_trafic;
int msqid_generateur_trafic_prioritaire;
int pid_generateur_trafic_prioritaire;
int msqid_feux;
int pid_feux;
} C... | [
"philippe@vienne.me"
] | philippe@vienne.me |
2f1f63b5d81156ba9972961ce9fb1eaef477e675 | c5ee595388e5ad7127bb693d1537f9b67d9491f9 | /arey-calculater.c | e286bff65507f824591b062f02d4097ef6f0796f | [] | no_license | persi123/PROGRSMMING | d5879c62624b187964f025703c11850324d8c487 | 767af96d08cd295b6330b5e59f6dc0092c946507 | refs/heads/master | 2020-03-23T22:40:34.244770 | 2018-07-24T15:54:28 | 2018-07-24T15:54:28 | 142,190,616 | 1 | 0 | null | 2018-07-24T17:21:06 | 2018-07-24T17:21:05 | null | UTF-8 | C | false | false | 910 | c | #include<stdio.h>
int main()
{
int a[5],b[5],i;
char x;
printf("select a opperaction form +,-,* and / :- ");
scanf("%c",&x);
printf("Enter first array :\n");
for (i = 0; i < 5; i++)
{
printf("Enter a number : ");
scanf("%d",&a[i]);
}
printf("\nEnter secand array :\n");
fo... | [
"noreply@github.com"
] | persi123.noreply@github.com |
559d650ab16623137665e802d2f279233db970e8 | 1e32f9a8a19e77c1feadd9ca9fa25348a4943d91 | /src/linux/headers/linux-headers-4.19.0-xlnx-v2019.1-zynqmp-fpga/include/linux/netfilter/nf_conntrack_irc.h | 00c2b74206e14f3c42570ce355088f929b86adb8 | [
"GPL-2.0-only",
"MIT"
] | permissive | maxpark/ultra96-v2_design_mipicamera | d02a4c8cced4e25fbfae20c557a2dd66bf684a34 | cff1d24bc605585e8f0e4e716b409ef9eb2e1bcf | refs/heads/master | 2022-07-19T18:15:02.208637 | 2020-05-19T06:13:01 | 2020-05-19T06:13:01 | 265,425,370 | 1 | 0 | MIT | 2020-05-20T02:20:48 | 2020-05-20T02:20:47 | null | UTF-8 | C | false | false | 444 | h | /* SPDX-License-Identifier: GPL-2.0 */
#ifndef _NF_CONNTRACK_IRC_H
#define _NF_CONNTRACK_IRC_H
#ifdef __KERNEL__
#define IRC_PORT 6667
extern unsigned int (*nf_nat_irc_hook)(struct sk_buff *skb,
enum ip_conntrack_info ctinfo,
unsigned int protoff,
unsigned int matchoff,
un... | [
"hw_zw@autobrain.cn"
] | hw_zw@autobrain.cn |
128f6c57bba97b92c6de2bb899ee65d698aac212 | 50e7f29b07531bf3db585e420fb7a4209bacf102 | /unity-samples/iOS/Roll-A-Ball-Ios/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_gen_12MethodDeclarations.h | 1404e2802ccc51e10f4b96f901a3587a8f221f90 | [] | no_license | golergka/appboy-unity-sdk | 0d7a8732c6dfd66ffbf30c9214c932a04f2b6d59 | deeeba3849bd3a8e6a1166e95a6a5be6f5038646 | refs/heads/master | 2021-01-18T11:53:22.096992 | 2016-03-17T12:24:52 | 2016-03-17T12:24:52 | 54,115,484 | 0 | 0 | null | 2016-03-17T12:18:57 | 2016-03-17T12:18:56 | null | UTF-8 | C | false | false | 18,657 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
#include "mscorlib_System_Collections_Generic_Dictionary_2_gen_17MethodDeclarations.h"
// System.Void Sy... | [
"wenzhi@appboy.com"
] | wenzhi@appboy.com |
d247b9a65ef4832c8aea91cfb86dc4cd3f4c8ec0 | c84e77d8d2c876ca9b2d04b44e06c498fdc54aea | /Libftprintf/source/str_rev.c | 77f9bbd14e80c73344aa89b17a1f2716d5c475b4 | [] | no_license | edwinmyers/pushswap | bcf588bdb18d89f4e85b940b1b250934166b8ff3 | 49b829f9a5070db4fceca5d2e4e8b39a42577abe | refs/heads/master | 2020-05-21T10:29:56.459463 | 2019-06-11T11:50:05 | 2019-06-11T11:50:05 | 186,011,505 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,118 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* str_rev.c :+: :+: :+: ... | [
"vice-wra@at-r3.21-school.ru"
] | vice-wra@at-r3.21-school.ru |
ca557c1dfebc4abf9d7b5f8b09a73e4a641cf6bb | ee73fdcceb1094108c0a9e209535d7915e2e33b3 | /Green openETCS Non-Vital Demonstrator/Source Code/Source Code ETCS Onboard Unit System/Generated_Code/KCG-ERSA/C_P058_tracksim_compr_TM_conversions.c | 69b14d97e088de06be19394c3b8adcf144a0fae0 | [] | no_license | stefan-karg/srcAndBinary | d912b03c44d75b807dc4f9b67938dde73dd52ccf | 5e0a11c72a20ca8c1386c55d0cd3e4c7463fb600 | refs/heads/master | 2020-12-31T03:36:26.071772 | 2015-12-07T14:57:47 | 2015-12-07T15:00:53 | 47,557,434 | 0 | 0 | null | 2015-12-07T14:36:45 | 2015-12-07T14:36:45 | null | UTF-8 | C | false | false | 3,224 | c | /* $**************** KCG Version 6.4 (build i21) ****************
** Command: kcg64.exe -config R:/Repositories/modeling/model/Scade/System/OBU_PreIntegrations/Demonstrators/ERSA_EVC_Testrunner/config.txt
** Generation date: 2015-12-07T14:47:43
*************************************************************$ */
#include... | [
"info@stefankarg-it.de"
] | info@stefankarg-it.de |
2e3c2ef71fe5dd6a633b283231c42a24745b4590 | 7774f5fa84edbe372df5bbb536e8b07b51306681 | /Temp/StagingArea/Data/il2cppOutput/t1709MD.h | 7f2c0f8df79a144a32d799ff09bf38ac7552765e | [] | no_license | 1jeffcohen/Mr-Turtle-Breaks-Free | 677f4792b30ac3041e1454e6027a64478ec18a05 | 360506196b46e3b8234cf732230b266e655975e1 | refs/heads/master | 2016-09-01T16:24:29.294516 | 2015-10-08T21:46:23 | 2015-10-08T21:46:23 | 43,917,971 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 761 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
#include "t1700MD.h"
#define m10404(__this, p0, p1, method) (( void (*) (t1709 *, t14 *, t196, const Met... | [
"1jeffcohen@gmail.com"
] | 1jeffcohen@gmail.com |
c089d9c587d49241081b7095e5a254a835d30dda | 496aae6de94ea6265426b1c52ba6d62656792b12 | /include/drv/serial.h | 0a1c819cc524cd138c85a1410441233925390518 | [] | no_license | hchunhui/myos | 2d31010340db1e90f99d641fd5c3b94ff157cc7d | cbcd727772b43d64238a9aae924d57d02cc632ab | refs/heads/master | 2022-10-25T05:17:24.745618 | 2022-10-06T13:29:44 | 2022-10-06T13:30:24 | 7,090,946 | 21 | 7 | null | null | null | null | UTF-8 | C | false | false | 104 | h | #ifndef _SERIAL_H_
#define _SERIAL_H_
extern struct dev_desc serial_dev_desc;
#endif /* _SERIAL_H_ */
| [
"hchunhui@mail.ustc.edu.cn"
] | hchunhui@mail.ustc.edu.cn |
eac6d2ceb5ab9072b733cbf4456e8dd86da83686 | 9e866073a6bf48fab65f407655bceeb5566645aa | /lib/f77/libI77/iio.c | 2d626074fb0f943bcbaa05c1c29c9bb524ba4a2b | [] | no_license | bpr97050/DEMOS | 07e79e28e6a418401b4e801f14827c060ed0e737 | 13f10340e432b98cbeacdcc24d0254c1f7393e55 | refs/heads/main | 2023-01-02T18:10:24.684613 | 2020-10-06T02:27:35 | 2020-10-06T02:27:35 | 301,592,649 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,967 | c | /*
* 21.11.86 Исправлена ошибка в дополнении записи пробелами до конца:
* теперь "/", ":" работают как переход к следующей записи,
* а "$" вообще блокирует дополнение строки пробелами до конца.
* Руднев .
*/
#include "fio.h"
#include "fmt.h"
char *icptr,*icend;
icilist *svic;
extern int rd_ed(),rd_ned(),w_ed(),w_n... | [
"bpr97050@gmail.com"
] | bpr97050@gmail.com |
0c94a000fb751c885e51a9e1c2c1ba870d9db202 | c1411efcd19991060f93c30a416f67b10a1f7e07 | /car0407/src/Rotortest.c | d7c54d8b20cdb433ec43257d64c7909f3ca1bbea | [] | no_license | xubing91/hello-world | d005b146a90827281653de979afb4e08e773bb27 | 6b2827220a212d3a57f81f38402a65d1b5a8b142 | refs/heads/master | 2020-09-07T23:33:38.817820 | 2019-11-14T09:43:29 | 2019-11-14T09:43:29 | 220,945,226 | 0 | 0 | null | 2019-11-12T03:46:21 | 2019-11-11T09:26:58 | null | GB18030 | C | false | false | 9,437 | c | #include "para.h"
#include "Fml.h"
#include "filter.h"
#include "trajectory.h"
#include "formation.h"
#include "decentralized.h"
#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File
#include "DSP2833x_Examples.h" // DSP2833x Examples Include File
#include "MS5803-01BA.h"
#include "chirp.h"
i... | [
"xubing_alex@buaa.edu.cn"
] | xubing_alex@buaa.edu.cn |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.