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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2a90dfb953a059aaff7189ddfc3b9d2ff8f176b8 | 33a82980352cf366b9c288cf8a74d2740272d90b | /network/wlan/WDI/COMMON/Transmit.h | 3595bfcd9b91f43d5e78cc1abde4ec1e6b2589d3 | [
"MS-PL"
] | permissive | microkatz/Windows-driver-samples | d249ecb8ab1be5a05bf8644ebeaca0bf13db1dad | 98a43841cb18b034c7808bc570c47556e332df2f | refs/heads/master | 2022-05-09T17:42:10.796047 | 2022-04-20T20:47:03 | 2022-04-20T20:47:03 | 161,238,613 | 2 | 0 | MS-PL | 2022-04-20T20:47:03 | 2018-12-10T21:28:00 | C | UTF-8 | C | false | false | 5,348 | h | #ifndef __INC_TRANSMIT_H
#define __INC_TRANSMIT_H
/*---------------------------Define---------------------------------------------*/
//
// <Roger_Notes> We using different FW fragment size for PCIe and Usb interface respectively.
// 2009.05.05.
//
#define RT_LOCAL_FW_BUF_SIZE 0x8000 // size 32k
#if TX_AGGREGAT... | [
"daih@microsoft.com"
] | daih@microsoft.com |
180ca272a844a7858c4b641b3511bbff97afd8d2 | 98c2a5a1a364a18f56cc2936fa185508725d680e | /indexElement.c | fb3ecc918520aeff54caf15114f27716e189601b | [] | no_license | kori4r2/trabalho_arquivos | fa78f9c536d3417b1528f47cfa0db56851d70d90 | 8bf3bc8c9497d4c11d309eed76e2fbdef0c27964 | refs/heads/master | 2021-01-09T20:53:50.272763 | 2016-06-15T03:14:30 | 2016-06-15T03:14:30 | 56,531,323 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,894 | c | #include "indexElement.h"
struct idxElement{
unsigned int id;
long int offset;
};
INDEXELEMENT *createIdxElement(unsigned int id, long int offset){
INDEXELEMENT *newElement = (INDEXELEMENT*)malloc(sizeof(INDEXELEMENT));
if(newElement != NULL){
newElement->id = id;
newElement->offset = offset;
}else fprintf(s... | [
"xitsilvax@hotmail.com"
] | xitsilvax@hotmail.com |
bb770996e085a42d3661bd60a517013ce12ccb72 | 99e5e3f6a31a226f23179dd748b1c4e0fd984e8e | /develop/tests/x86_llong_alignment.c | 46d60153b44e1cf863d058d5fddcd0ca9dfe7ea3 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | certik/nwcc | 80359f5f0ebd92a4d8b81a5aa3e9f3c3d1ada6de | 826512b3234585ec004ce7fa3f981af64b0d4393 | refs/heads/master | 2021-01-10T13:31:23.950780 | 2014-11-23T23:04:32 | 2014-11-23T23:04:32 | 43,717,336 | 7 | 1 | null | null | null | null | UTF-8 | C | false | false | 679 | c | #include <stdio.h>
/*
* 08/06/09: Test stupid x86 gcc alignment rules: A long long is generally
* 8-byte-aligned, but ISN'T as part of a struct!
* Hope there aren't too many bugs because of this now...
*/
int
main() {
struct foo {
char dummy;
long long x;
} f = {
12, 456363LL
};
union bar {
char dummy... | [
"splyx@splyx-pc"
] | splyx@splyx-pc |
cdaf77544df6c4a0bd8f015c242058e7fdb8f298 | 852ca3e259848d8498072245a08254224a5c4ee6 | /fy4/cmds/std/get.c | 426a57db6213353330b2465cbf48738ca66ce6ad | [] | no_license | losep/fy2005 | 2fa3d5e6d607c663edaab190bf66899789b83929 | 6ff35a0f7a33c454d9195ee1e28f310d65ec954b | refs/heads/master | 2020-07-16T16:08:23.397485 | 2016-01-05T05:07:46 | 2016-01-05T05:07:46 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 10,877 | c | // get.c
// fix the bug that can not get 1 piece from xxx
// modified by justdoit at 11.1 2001
// added various check and 15 sec corpse-protection delay
// by Silencer at 3/6/2003
/*
东西的Mark
(1). no_drop: Can pawn only
(2). no_get: 大部分用在静物上
(3). no_transfer: 在第一次get后自动转为no_drop,不能sell, 可以pawn, redeem后转为... | [
"liang.huang@transmension.com"
] | liang.huang@transmension.com |
286765dc1234cdf7d13c05566f394f3593f3e149 | cb449431bda6791d09cd13e7083e8fea216860ad | /CMSIS-Atmel/CMSIS/Device/ATMEL/samc21/include/component/pm.h | 7f77dfdf9bc49e4c33bff2b93a8e29e6673b2707 | [
"BSD-2-Clause"
] | permissive | zoubata/ArduinoModule-CMSIS-Atmel | 3062b6219711c3d65f9e20a4e7733e2f89591ef2 | 6cda4f346f5f3f3d6b9e1ba27c8e1a5842e7b98f | refs/heads/master | 2021-08-23T11:11:08.278114 | 2017-12-04T16:22:26 | 2017-12-04T16:22:26 | 104,238,638 | 0 | 0 | null | 2017-09-20T16:11:32 | 2017-09-20T16:11:32 | null | UTF-8 | C | false | false | 6,065 | h | /**
* \file
*
* \brief Component description for PM
*
* Copyright (c) 2016 Atmel Corporation,
* a wholly owned subsidiary of Microchip Technology Inc.
*
* \asf_license_start
*
* \page License
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file ... | [
"pierre.valleau@microchip.com"
] | pierre.valleau@microchip.com |
77140f2e1c9029dc568029ac093f29a38db83215 | d309eb98685103d6c1600455bef2aab366d613cc | /include/asn1_mms/GetNamedVariableListAttributesResponse.h | bab3702b09456f3a6fee392c2d6839d5be818926 | [] | no_license | ljy5490/snort-mms-61850 | b7e0fe2cfdb75810c1220fc6cd89f3fe0f064e13 | d010275993e8124fb9b53e7cb8482a4e6eb4a5f4 | refs/heads/master | 2022-01-11T21:31:20.122409 | 2019-05-26T14:42:00 | 2019-05-26T14:42:00 | 177,628,703 | 2 | 3 | null | null | null | null | UTF-8 | C | false | false | 1,412 | h | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "MMS"
* found in "mms.asn"
* `asn1c -fcompound-names`
*/
#ifndef _GetNamedVariableListAttributesResponse_H_
#define _GetNamedVariableListAttributesResponse_H_
#include "asn_application.h"
/* Including external dependencies */
#incl... | [
"ljy5490@foxmail.com"
] | ljy5490@foxmail.com |
9ab483af5148baf4d973d6ea4d96e389d2ae4ebb | 6a117dfa4ec8b89301fc98beaa6efa227094bf1d | /lib/ck/src/ck_epoch.c | 01320eeb664808eefc7464e1a97b8f51132de2fe | [
"LicenseRef-scancode-bsd-simplified-intel",
"Apache-2.0",
"BSD-2-Clause",
"LicenseRef-scancode-unknown",
"LicenseRef-scancode-public-domain",
"BSD-3-Clause",
"TCL",
"MIT",
"HPND",
"ISC"
] | permissive | pixiv/trafficserver | ab1e0736afdfee512d81ffc73b7d5b6eeef3f6bf | 79b01ca4e98d1ffde94324ca25ec6c7c3fce5a03 | refs/heads/release | 2023-04-10T12:01:37.946504 | 2016-03-02T00:59:27 | 2016-03-02T00:59:27 | 52,246,093 | 1 | 1 | Apache-2.0 | 2023-03-27T03:04:55 | 2016-02-22T04:05:04 | C++ | UTF-8 | C | false | false | 13,378 | c | /*
* Copyright 2011-2014 Samy Al Bahra.
* 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 list of cond... | [
"sorber@apache.org"
] | sorber@apache.org |
9ff0814b700424c7bf22f43b2d78666b1f58934c | 38cee0477c278343f75c0094508e1e4e3fb25713 | /Drivers/BSP/X-NUCLEO-53L0A1/X-NUCLEO-53L0A1.c | acfe6e2c1b2d5d83520b8fc9ff9a8a046d2f3a58 | [] | no_license | ghsecuritylab/Cloud-JAM-L4-AzureIoTHub | 6ae91e98129f23cf78e9471222d6e3f381202fae | a1ad4bab825179576b94a85f7e54ca64e7d21f1e | refs/heads/master | 2021-02-28T19:12:38.200634 | 2017-06-09T08:19:17 | 2017-06-09T08:19:17 | 245,726,590 | 0 | 0 | null | 2020-03-08T00:20:25 | 2020-03-08T00:20:24 | null | UTF-8 | C | false | false | 24,875 | c | /**
* @file X-NUCLEO-53L0A1.c
*
* implement X-NUCLEO-53L0A1 Nucleo BSP
*/
#include <string.h>
#include "X-NUCLEO-53L0A1.h"
#ifndef HAL_I2C_MODULE_ENABLED
#define HAL_I2C_MODULE_ENABLED
#pragma message("hal conf should enable i2c")
#endif
#ifdef USE_STM32F4XX_NUCLEO
#include "stm32f4xx_I2C.h"
#endif /* USE_STM3... | [
"matteofumagalli1275@gmail.com"
] | matteofumagalli1275@gmail.com |
e31b1d573ce0bbd54129510a6f7db94d9b1410ed | edf4f46f7b473ce341ba292f84e3d1760218ebd1 | /third_party/openssl/openssl/crypto/x509/x509_vfy.c | ebc442400501c3ee28852dcda048c2ac617e120f | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-proprietary-license",
"Apache-2.0",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"OpenSSL"
] | permissive | openweave/openweave-core | 7e7e6f6c089e2e8015a8281f74fbdcaf4aca5d2a | e3c8ca3d416a2e1687d6f5b7cec0b7d0bf1e590e | refs/heads/master | 2022-11-01T17:21:59.964473 | 2022-08-10T16:36:19 | 2022-08-10T16:36:19 | 101,915,019 | 263 | 125 | Apache-2.0 | 2022-10-17T18:48:30 | 2017-08-30T18:22:10 | C++ | UTF-8 | C | false | false | 103,705 | c | /*
* Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/lice... | [
"rszewczyk@nestlabs.com"
] | rszewczyk@nestlabs.com |
c386fed89e602dfb96c022eabe562489a8dbea4d | c4cf6eb4fd701c00815fa21bd623bc105fa0b445 | /Software/week4/kadai5.c | fd250fc00c6529e38a9467774ee83e452595a269 | [] | no_license | AkariAsai/EEIC | d3aa7c8b3c354eae370355a1f451861f4638bb9f | cce30dc42172b6fb96e6c8358dfcd12e22e9fa82 | refs/heads/master | 2021-05-04T09:20:42.114529 | 2017-02-12T12:53:56 | 2017-02-12T12:53:56 | 69,712,582 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 286 | c | #include <stdio.h>
#include <stdlib.h>
#define NUMALPHA 26
int main()
{
char *str;
int i;
str = (char *)malloc(sizeof(sizeof(char)*27));
for(i=0; i<NUMALPHA; i++){
*(str + i) = i + 'A';
}
*(str + i) = '\0';
printf("Alphabet: %s\n", str);
return 0;
}
| [
"1641255869@pc111115m.ecc.u-tokyo.ac.jp"
] | 1641255869@pc111115m.ecc.u-tokyo.ac.jp |
5ae4c59231b208ee347134d478ee4e369d97c3bb | f026cb616ef14bae15a1d251ca6dbe0f55016d9c | /linux/23608.c | f2db088c5eafd39ccfe3889e2df5a8dd52c1c647 | [] | no_license | jajajasalu2/cocci-lkmp-c-files | 3eb7d451929dca5cb6beb56aabd69fe3f7fc176c | 5da943aabe1589e393a131121dbf8e7a84b3cf2a | refs/heads/master | 2020-12-02T17:30:14.411816 | 2020-01-29T08:36:30 | 2020-01-29T08:36:30 | 231,053,574 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,113 | c | cocci_test_suite() {
struct platform_driver cocci_id/* sound/soc/sh/siu_dai.c 787 */;
struct resource *cocci_id/* sound/soc/sh/siu_dai.c 719 */;
const struct firmware *cocci_id/* sound/soc/sh/siu_dai.c 718 */;
struct platform_device *cocci_id/* sound/soc/sh/siu_dai.c 716 */;
struct snd_soc_dai_driver cocci_id/* so... | [
"jaskaransingh7654321@gmail.com"
] | jaskaransingh7654321@gmail.com |
47e8c644bc94ad2ca67c3bcefb39566bc8f0d91e | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/e6767598-bd6d-4321-a144-bf4a72c7cd84.c | 155f9fda3650bc91bb3b9ed275fb2ba4156c111a | [] | 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 | 605 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=42;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = l%j;
l = l+j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
char b[75];
char c[50];
a = 0;
while (( a - 1 )... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
0d2d40e0bf1fe9098bb504cf28bddd09efd87385 | 39aa2f2b50cee4d6f817e3741f4c2c54557e34a8 | /Example/Pods/Headers/Private/ccuiio/ecdsa.h | 5699be977168a597fdecbf56a02c3a8d2be26f4b | [
"MIT"
] | permissive | SpikeLeeHom/ccuiio | 80558f0c2e64649160e1a6fee2104e66fb0f25e8 | 19619fbcdeb7244292aa1147c0f0e0dc7314b072 | refs/heads/master | 2020-04-13T14:56:02.140272 | 2018-12-29T12:08:16 | 2018-12-29T12:08:16 | 163,276,607 | 0 | 1 | MIT | 2018-12-27T11:32:07 | 2018-12-27T09:43:36 | C | UTF-8 | C | false | false | 45 | h | ../../../../../ccuiio/Classes/openssl/ecdsa.h | [
""
] | |
d4558f4564591e8eaffa8aa07cebd3bb2dead8e2 | a41f1bb2caf7c31dcefc60e07d14973afccd6543 | /Project1/queue3.h | 911c79656de247486f86148de703040cd39abe23 | [] | no_license | lvergne1/cis3207Project1 | efcae6b55a0ddba272388cb2b55a1d008a7b99e9 | e9c265e771b80dbb6e277367652a49c340439de4 | refs/heads/master | 2020-03-28T18:47:06.136337 | 2018-09-17T12:21:21 | 2018-09-17T12:21:21 | 148,911,067 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 650 | h | //
// queue2.h
//
//
// Created by Leo Vergnetti on 9/11/18.
//
#ifndef queue3_h
#define queue3_h
#include "queue3.h"
#include "event.h"
#include <stdlib.h>
#include <stdio.h>
typedef struct node{
struct node* nextNode;
Event* event;
}Node;
typedef struct queue{
Node* firstNode;
Node* lastNode;
... | [
"noreply@github.com"
] | lvergne1.noreply@github.com |
248e721800ba9965a004ce00aae668a4b8b61a90 | ada384d8eb34456cd7cce38bbda6d3a534d44d7b | /6_Language/3_Expressions/7_Bitwise_shift_operators/1_ok/test001.c | 3e6e9e3d9ab91d9adc97a5d41cec45633a8beec7 | [] | no_license | KeiHasegawa/ISO_IEC_9899 | 4e077e5b74880d460fdb26f265948f337d100275 | 47cf4a324730861548a876eb89adccb29f9a8293 | refs/heads/master | 2022-04-26T10:38:54.497856 | 2022-03-09T05:09:13 | 2022-03-09T05:09:13 | 178,567,470 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,028 | c | /*
>> Check if operator `>>' is recognized.
*/
#include <stdio.h>
enum E { a, b, c };
void test0000(char x, char y)
{
printf("`test0000' called\n");
printf("%d >> %d = %d\n", x, y, x >> y);
}
void test0001(char x, signed char y)
{
printf("`test0001' called\n");
printf("%d >> %d = %d\n", x, ... | [
"kei.hasegawa.18@gmail.com"
] | kei.hasegawa.18@gmail.com |
c866302c52aa40500330e6f8274cf03491865f1c | 7a3ae1ea8da673e2e584d935a451c4d7088fe369 | /Estrutura_de_dados/EXERCIOS_RESOLVIDOS/LISTA IV/Lista_Duplamente_Encadeada.c | c6524b07133faea3b6e2d4a197ccff38770f0647 | [] | no_license | IrleiNascimento/_C-Cpp_ | a3f2726d7633263ecac4b67a3c523db2d022c0d0 | 2f0981c0193a69a221dfaca05d1ad98089298264 | refs/heads/master | 2020-06-06T20:15:33.152073 | 2014-11-30T01:19:51 | 2014-11-30T01:19:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,305 | c | #include <stdio.h>
#include <stdlib.h>
typedef int TipoChave;
typedef struct {
TipoChave chave;
} TipoItem;
typedef struct TipoCelula *Apontador;
typedef struct TipoCelula {
TipoItem Item;
Apontador Prox, Ant;
} celula;
typedef struct {
Apontador Primeiro, Ultimo;
int tamanho;
} TipoLista;
... | [
"Irlei@Irlei"
] | Irlei@Irlei |
43a128400447ad8fff8dc222826f6331cb4d9ec7 | 8708ede85cbf47c64864018420761f21da065c39 | /ucore/src/kern-ucore/kmodule/linuxAdapter/include/asm-generic/sections.h | 43c97a89e649bc4b1baa78aa406ed764398a24a3 | [] | no_license | kevinlee9/ucore_os_plus | 62c1e448900a97cad70c2432c5e49634fae788b8 | 1a7889ed37345b43f384826b7314bb1df79df323 | refs/heads/master | 2021-06-04T01:17:51.978947 | 2016-05-27T09:06:45 | 2016-05-27T09:48:04 | 55,242,096 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 156 | h | #ifndef __ASM_GENERIC_SECTIONS_H__
#define __ASM_GENERIC_SECTIONS_H__
extern char __init_begin[], __init_end[];
#endif /* ! __ASM_GENERIC_SECTIONS_H__ */
| [
"853527789@qq.com"
] | 853527789@qq.com |
9a10ce65fb1874c10c699bac1090f35fcd2f5afa | 8a2294f61781b158990697a0fcca010ecdf9f684 | /src/pico/drz80.h | d959d75a932cbed3793258f88833a4e12b31fa8b | [] | no_license | ruedigergad/emumaster | dce5bbfc096da9ad2d4d1127c3db41fa4ef92bae | 9ab6e8d2bc3966fcb80f6a085346fb0e509bd9e0 | refs/heads/master | 2021-01-10T20:44:34.525335 | 2017-12-29T20:04:13 | 2017-12-29T20:04:13 | 15,937,202 | 6 | 3 | null | null | null | null | UTF-8 | C | false | false | 3,304 | h | /*
* DrZ80 Version 1.0
* Z80 Emulator by Reesy
* Copyright 2005 Reesy
*
* This file is part of DrZ80.
*
* DrZ80 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 Li... | [
"r.c.g@gmx.de"
] | r.c.g@gmx.de |
696b5dc6b44fa34d0893bfcfef1e034671d69195 | a150eeadc61fe16751e58f06a9a7849f3a921c07 | /include/emaglobal.h | 3582fa9cf6a0fa433ed3ac1bbd2247214d0ba5f0 | [] | no_license | lidianzhe/irisclient_arm | 6f41ead5a12716073d1f3c483b444949ae4ee8e4 | 1324e9b100e5a1d4b62f74186b30756b4404c00b | refs/heads/master | 2020-04-06T06:51:00.701136 | 2015-12-22T05:45:21 | 2015-12-22T05:45:21 | 25,433,574 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,010 | h | #ifndef EMAGLOBAL_H
#define EMAGLOBAL_H
////////////////////////////////////////////////////////////////////////////////////////
// Return values
////////////////////////////////////////////////////////////////////////////////////////
#define EMA_SUCCESS 0
#define EMA_ERROR_WA... | [
"root@linaro-ubuntu-desktop.(none)"
] | root@linaro-ubuntu-desktop.(none) |
19002787babed21304fe0b7e32f4053b8a6a05b1 | 24a997ed8b47c34896b6c2c962dabc0e57c6ce48 | /assignment0/HeronsFormula.c | c5ae458736b5c9484dd316ca9912f34eb3224290 | [] | no_license | tjfr8s/cs261 | 0b85e50adcc13a49757e7d5df6c2f315a74e2269 | ca4a28c88c0899547a0d93b202974c2da14e74bc | refs/heads/master | 2020-03-30T11:01:13.794560 | 2018-11-25T22:54:20 | 2018-11-25T22:54:20 | 151,149,159 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,294 | c | /*******************************************************************************
* Program Filename: HeronsFormula
* Author: Tyler Freitas
* Date: 09/21/2018
* Description: This program calculates the area of a triangle given the length
* each side using Heron's Formula.
* Input: Three doubles for the side leng... | [
"tjfr8s@gmail.com"
] | tjfr8s@gmail.com |
d396763f2d1d6304b39f5232b9d7b864ebf708c2 | fe313ce1d15b0ee9097ef3ad5c73bbac9145f6de | /src/GSpriteTile.h | d0086bbcd26d7b337903fb6bb6ad968453e5cc8e | [] | no_license | segfaultxavi/galaxies | d61fc43adcfcea5b2d12d250f3df608178f27ac9 | 4d72a860d4df44008b9396a7eff786ff54d75829 | refs/heads/master | 2021-01-16T18:49:20.468541 | 2018-04-10T11:53:34 | 2018-04-10T11:53:34 | 100,117,944 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 853 | h | #ifndef __GSPRITE_TILE_H__
#define __GSPRITE_TILE_H__
typedef struct _GSpriteTile GSpriteTile;
#include "GSprite.h"
#include "GEvent.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef int (*GSpriteTileCallback)(int x, int y, GEvent *event, void *userdata);
#define GTILE_FLAG_VISITED 1
#define GTILE_FLAG_FIXED 2
GS... | [
"xavierartigas@yahoo.es"
] | xavierartigas@yahoo.es |
9471b21bd00cd6f951c68302d5167294027867ca | 870da09d4fe1452eb11a02eca723b116189f03df | /connection.h | 82486dcf356f141c8da0d5b9757f8a4c38206cb8 | [] | no_license | 1stsetup/piMythclient | aabb21bcf4a3f2526b1d66f1fd981c40d5429341 | 1c575a6a2c688be83381770399b87c044b89d0bc | refs/heads/master | 2020-05-18T07:58:46.278750 | 2014-04-21T11:47:53 | 2014-04-21T11:47:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,387 | h | /* ***** BEGIN MIV LICENSE BLOCK *****
* Version: MIV 1.0
*
* This file is part of the "MIV" license.
*
* Rules of this license:
* - This code may be reused in other free software projects (free means the end user does not have to pay anything to use it).
* - This code may be reused in other non free software pr... | [
"info@1st-setup.nl"
] | info@1st-setup.nl |
3923187182ea79abce068a79060f39697fc83504 | ae750a4abfc3d018a45ac6e7de11e401fa0b0c30 | /nr/linmin.c | 602a3988c5957ab4e0dadff5dc1870ff4aeea365 | [] | no_license | Reagan0914/CUDA-SHAPE-SOURCE-CODE | ac8479fdf6f447c80835785f66f525f30b7d4097 | 14a49338038d3a13cf43333bc29923d387ea2ed8 | refs/heads/master | 2022-03-08T13:59:07.508431 | 2019-11-03T18:09:58 | 2019-11-03T18:09:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 590 | c | #include "basic.h"
#define TOL 2.0e-4
int ncom=0; /* defining declarations */
double *pcom=0,*xicom=0,(*nrfunc)();
void linmin(double *p,double *xi,int n,double *fret,double (*func)(double *p))
{
int j;
double xx,xmin,fx,fb,fa,bx,ax;
ncom=n;
pcom=vector(1,n);
xicom=vector(1,n);
nrfunc=func;
for (j=1;j<=n;j++... | [
"matthias.engels@wsu.edu"
] | matthias.engels@wsu.edu |
d17a4a6a4c52e71785f670b77a42c116092c71e7 | e1c5cfbb8e307d35482ab97330035c7a52a382c6 | /src/digraph.c | f46e43f23e025d7e22e24ddf1949ef048b411c10 | [
"Vim"
] | permissive | drichardson/vim | 49d9e75e67c37e86055b8edc15962eb51c7c5d37 | e9fd95588cc553dae11bd6e3c5ff9fc50e46c4f2 | refs/heads/master | 2022-02-02T18:26:41.402767 | 2022-01-19T01:27:53 | 2022-01-19T01:30:10 | 251,437,053 | 0 | 0 | NOASSERTION | 2020-03-30T21:53:56 | 2020-03-30T21:53:55 | null | UTF-8 | C | false | false | 60,723 | c | /* vi:set ts=8 sts=4 sw=4 noet:
*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
* Do ":help credits" in Vim to see a list of people who contributed.
* See README.txt for an overview of the Vim source code.
*/
/*
* digraph.c: code for digraphs
*/
#in... | [
"Bram@vim.org"
] | Bram@vim.org |
54d32dde6d6d8479628635de71dc01c185bfa7fb | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/pci/extr_proc.c_pci_proc_detach_bus.c | 4e710b68a45565e05b0457a0c3830a7c0e3fb415 | [] | 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 | 585 | 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 |
2842ae2ba778edcd7901e06f8f31d045fbf000ab | 32a267fdb82677a6a08af1bd08fa8b26826adaac | /HARDWARE/inc/CMDHandle.h | ee982f4b937ab5538b0fcbe034d13f42633c8b04 | [] | no_license | TimYang274632473/TL-402 | d10a6ee966fbb82535cf934af96fc9323262f384 | c18f02a9e783aa6b61cd9d0634435b7efac548f4 | refs/heads/master | 2022-04-16T12:54:38.604928 | 2020-04-13T14:19:02 | 2020-04-13T14:19:02 | 255,347,589 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 123 | h | #ifndef __CMDHandle_H
#define __CMDHandle_H
extern void PC_Cmd_Check(void);
extern void PC_Cmd_Handle(char *str);
#endif
| [
"274632473@qq.com"
] | 274632473@qq.com |
ccd8224d0be76a577e364a8dc61e772c472cf263 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/freebsd/crypto/openssl/crypto/evp/extr_p_lib.c_EVP_PKEY_get1_RSA.c | c02fa6ee2853770eb8db3495d3b242eeef05a52b | [] | 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 | 734 | 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 |
95e97d02d4a4f4d8d65e60b1e88ed13cc6fa4704 | b5e11e7e0854dfb5e8a226aa61cda118465be3b5 | /DayZExpansion/Scripts/4_World/DayZExpansion/Entities/ManBase/PlayerBaseClient.c | ea55604916c77be22ee060e581a2ec178a23ef8b | [] | no_license | zabustak/DayZ-Expansion-Scripts | c0655ae1a9cf9707788efe2aca1c71426774c6e8 | b1476faba604b8e31243a040dc482fdead9fc38a | refs/heads/master | 2022-11-04T21:59:15.738965 | 2020-07-08T04:47:27 | 2020-07-08T04:47:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,632 | c | /**
* PlayerBaseClient .c
*
* DayZ Expansion Mod
* www.dayzexpansion.com
* © 2020 DayZ Expansion Mod Team
*
* This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4... | [
"GThurston00@gmail.com"
] | GThurston00@gmail.com |
85691b0dfc31a08711951cfda4b3cce7dae9fb33 | 2202b56924d1ab796132234c1c97642edf898e9c | /Medtronic/medtronic-pb560-ventilator-system-file-set-3/AL020004/AL020004_updated/Sources/SRC/SYSTEM/SYS_Charge_Discharge_Compute.c | 5154390026260c80a5db8554c9b987103d06ab1e | [] | no_license | SSSlacker/ventilator | fd7c2543126bf8309eb3a3ef9350dafaf3527cb1 | 2013afd6da096af9d66f662142cbea58f87ab101 | refs/heads/master | 2022-04-25T01:49:08.890234 | 2020-04-26T20:47:51 | 2020-04-26T20:47:51 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 4,270 | c | /******************************************************************************/
/* */
/* Project N° : RB0505 */
/* ... | [
"hemant@mnkcg.com"
] | hemant@mnkcg.com |
e6615cf0ad5f2de87361cc205a65947641c78562 | 9d68821a51ab196a97e7d78d4330a3d020b63255 | /c/tanhaoqiang/chapter9/test2.c | 828934585b5a0f47de82473007c987a013c761ea | [] | no_license | wkgreat/practice | 42ebb0710a76e942336432d8d1d3bfb42607b6a6 | a30f2d20b8e2dc2ad174b5f9264b67243bb6f5f7 | refs/heads/master | 2020-12-24T12:29:41.419500 | 2016-11-06T13:58:56 | 2016-11-06T13:58:56 | 72,993,982 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 206 | c | #include<stdio.h>
#include<stdlib.h>
int test1(void);
int main(void)
{
test1();
return 0;
}
int test1(void)
{
struct stu
{
int a;
int b;
};
struct stu *psdd;
ps) = 1;
ps->b = 2;
return 0;
}
| [
"wkgreat@outlook.com"
] | wkgreat@outlook.com |
f084dfe8aea30af714e3ff08fe05bc6c83e4f3f8 | ff09a19db90238f2f7fd25527a7849d7f8e08815 | /demoSet/src/main/cpp/heartRateMonitor-lib.h | e7b6c46896e48f2bf7423670c4ace74ef5c9d4b1 | [] | no_license | crxc/DemoSet | f8cc409f3956a6b0c3270a515b51b1988beb5395 | c9aada8c95ac69f8d63c59ea4dd2cdfe8427dcc6 | refs/heads/master | 2020-06-13T05:06:18.793495 | 2016-12-08T16:30:28 | 2016-12-08T16:30:30 | 75,444,045 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 159 | h | //
// Created by crxc on 2016/12/5.
//
#ifndef DEMOSET_HEARTRATEMONITOR_LIB_H
#define DEMOSET_HEARTRATEMONITOR_LIB_H
#endif //DEMOSET_HEARTRATEMONITOR_LIB_H
| [
"jdxbwsbf@gmail.com"
] | jdxbwsbf@gmail.com |
7f87d1cbdb590696f17238b14102c63c1f8249c3 | bd52ecd6f3777b4b39ab897f6a8cde98fdb89272 | /ft_printf/ft_bzero.c | 73ec1aec4f40dd9e3c588f4174292dee369151b9 | [] | no_license | oelbourki/1337-CURSUS | 08337afc4df189c4f923f30d09f4d3469cdb2b2d | c1d365d95ca53f4378d11bf423e1eec389b5fca7 | refs/heads/master | 2022-12-17T13:09:32.592380 | 2020-09-26T21:26:15 | 2020-09-26T21:26:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,062 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_bzero.c :+: :+: :+: ... | [
"oel-bour@e1r10p3.1337.ma"
] | oel-bour@e1r10p3.1337.ma |
7430cbffb7687b18192307dd57d0c058952d248e | 2bf23a69d23dc05517568ca0db95c6f7cf3b2ac6 | /application/src/main.c | 2ec1eab54b68357d3cc4162fe2b0406213baa729 | [] | no_license | tagunil/usb-i2c-firmware | e7e0e0dca213d9e26d32f0461d8906d284f4737b | d9ce2b7e6471c4f31a9ee9975206e2da13ba17ad | refs/heads/master | 2021-08-07T07:44:41.086992 | 2018-10-08T15:07:28 | 2018-10-08T15:07:28 | 134,771,802 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 248 | c | #include <FreeRTOS.h>
#include <task.h>
#include "clock.h"
#include "usb.h"
#include "i2c.h"
#include "shell.h"
int main(void)
{
clock_setup();
usb_init();
i2c_init();
shell_init();
vTaskStartScheduler();
return 1;
}
| [
"tagunil@gmail.com"
] | tagunil@gmail.com |
e82c9f5cdcbf40f0706d80f44cc5eaae792061d2 | 7eaf0ea9653e7755d87dcd03ad92c9fadd4a3ed2 | /srcs/lib/ft_strjoindel.c | 95f42dce91159d0b504ffc7331ba20d1d9a8e08b | [
"MIT"
] | permissive | Jean-xavierr/42Minishell | b879e4cb7e69bf0d614efe414b52685b6f77a266 | 566abfdb90e9cd6863aeaf50aa04d40aa3154121 | refs/heads/master | 2021-04-23T18:50:37.955192 | 2020-09-10T10:26:51 | 2020-09-10T10:26:51 | 283,191,938 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,370 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strjoindel.c :+: :+: :+: ... | [
"jecaudal@student.42.fr"
] | jecaudal@student.42.fr |
2ac22068884d2d2f9e6363e40e5abbd21e81a2d1 | a4ee4ee1963ebd6f1d479160433037e1bda12820 | /OB-ABE source code/Code/OBABE/sgx/enclave_EnclaveOBABE/untrusted/EnclaveOBABE_u.c | 4a234db547069cf78ec81e19b50e3bc8364e6de6 | [] | no_license | haamedarshad/OB-ABE | 249813aa508e599c3f30fa8048830fc066832f83 | 5e025de9a9bdeb707ae42f30a7b399666159f405 | refs/heads/main | 2023-07-11T02:52:02.187263 | 2021-08-15T05:36:33 | 2021-08-15T05:36:33 | 301,472,350 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,865 | c | #include "EnclaveOBABE_u.h"
#include <errno.h>
typedef struct ms_ecall_EnclaveOBABE_sample_t {
int ms_retval;
} ms_ecall_EnclaveOBABE_sample_t;
typedef struct ms_ecall_enc_t {
int ms_retval;
unsigned char* ms_In;
size_t ms_len;
unsigned char* ms_In2;
} ms_ecall_enc_t;
typedef struct ms_ecall_dec_t {
int ms_ret... | [
"hamedar@ifi.uio.no"
] | hamedar@ifi.uio.no |
d942aec5704a8d9a608877f829b76f01cf7bb72c | 560cb5ed9c8df6c4ec6b276b7f422b72a7bdc2eb | /Artmame/src/cpu/v30mz/v30mz.c | 614ca503cb06c5699fa745b19b1d21bed289730a | [] | no_license | shangma/mame0112 | 3503af14b38ad382257f01c74638e7a6f7861f1d | e98e2daebda9f430519893ac61232b8eae74516b | refs/heads/master | 2020-04-06T03:47:11.945469 | 2012-07-03T15:43:29 | 2012-07-03T15:43:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 61,039 | c | /****************************************************************************
NEC V20/V30/V33 emulator modified to a v30mz emulator
(Re)Written June-September 2000 by Bryan McPhail (mish@tendril.co.uk) based
on code by Oliver Bergmann (Raul_Bloodworth@hotmail.com) who based code
on the i286 emul... | [
"arthur_choung@me.com"
] | arthur_choung@me.com |
4e3a6d74c2c04d735fd5ea00d19bc122cad33b92 | 06143f64ec3ee9315e9bc76ac2e2e84057c68444 | /bionic/libc/unistd/mmap.c | 5e3dcdca666b8ba5479901769a2110f7f12bfc65 | [
"Martin-Birgmeier",
"LicenseRef-scancode-other-permissive",
"ISC",
"LicenseRef-scancode-warranty-disclaimer",
"SunPro",
"LicenseRef-scancode-ibm-dhcp",
"CMU-Mach",
"BSD-2-Clause",
"BSD-3-Clause",
"HPND"
] | permissive | fortek/Fly_IQ_245 | 88d2b9ab663a3fbb4e08b8054cc2cdfe76f399e4 | 302cff43977db442f47459f33be4cb41a94ce0cb | refs/heads/master | 2021-01-19T17:44:15.790003 | 2013-05-22T11:16:03 | 2013-05-22T11:16:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,846 | c | /* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein is
* confidential and proprietary to MediaTek Inc. and/or its licensors. Without
* the prior written permission of MediaTek inc. and... | [
"emfortronec@gmail.com/em"
] | emfortronec@gmail.com/em |
161433397905a538c63008bd6269e49b29d02687 | 07973a906a4f828b29cb99b9765a78ca39d7d315 | /Core/Src/main.c | 7ceacac151287a59dcce552a4b4611616c394d5d | [] | no_license | furkle/polyphony-stm32 | 8b613e60c5efe6f558beab9d1838514a04c4eb29 | 008c6a9ca39e3476c45143681340d1dbc74ee1ed | refs/heads/main | 2023-07-21T19:12:33.493976 | 2021-09-05T21:38:00 | 2021-09-05T21:38:00 | 403,407,511 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,268 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.c
* @brief : Main program body
******************************************************************************
* @attention
*
* <h2><center>© Copyri... | [
"noreply@github.com"
] | furkle.noreply@github.com |
3e54f8fea966eeaf0b41b348cf08553829dfcc08 | 77e43bc3b05a22fb97e117975157e63c9ab2c2fe | /server-depends/src/jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h | 72b5a72a6521a702d4a963b00b6fe0e3f4c0f997 | [
"BSD-2-Clause"
] | permissive | luoxz-ai/mmo-server | fe4ef9a4ce540ad18314cbf298f00f74a11c24a6 | 6dcd98c0ebfd2d971d3b9766ca78844e7e262889 | refs/heads/master | 2023-01-12T23:37:26.127202 | 2020-11-18T02:37:13 | 2020-11-18T02:37:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,886 | h | #ifndef JEMALLOC_INTERNAL_INCLUDES_H
#define JEMALLOC_INTERNAL_INCLUDES_H
/*
* jemalloc can conceptually be broken into components (arena, tcache, etc.),
* but there are circular dependencies that cannot be broken without
* substantial performance degradation.
*
* Historically, we dealt with this by each header i... | [
"yanwei1983@gmail.com"
] | yanwei1983@gmail.com |
3e84e6eb0be47794a659cfaf9455283e8ecafbd1 | ad1a731682f13eca03ce8c996af79d10fcde17ca | /j08/ex01/ft.h | c610d9507b7a4244cca8bcfcdd07727305b42c24 | [] | no_license | APaulauskas/42-piscine | 2d26dee31d28fc8d9f1ee0c8b2050af1f2fef823 | 79ef1e9d052248b588e3ef36202e9a6041c21a60 | refs/heads/master | 2020-03-24T03:02:41.841639 | 2018-07-26T07:31:23 | 2018-07-26T07:31:23 | 139,471,025 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,073 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft.h :+: :+: :+: ... | [
"paulauskas.adam@gmail.com"
] | paulauskas.adam@gmail.com |
63f6290eb47882fee9c3a55d98bf7bf896f452f4 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/arch/s390/kernel/extr_perf_cpum_sf.c_perf_event_count_update.c | 0978129f87ec8cf9da6ab75a350ff00f65a48b25 | [] | 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 | 689 | 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 |
b3e1a7ba70feeba7aaa3e6a5d2117e7163fde1e0 | 3286f38f37da2b40eaeb3664d5d55e27b0c31bf3 | /training_data/s9n_2048_4096_1_z.c | a3767d199a81726eed8f285042282af782cea5d2 | [
"BSD-3-Clause"
] | permissive | intel/neuro-vectorizer | e20e207c2fbd934bbe3bd8c6182a762c4733343c | 28b65ab7cdcbae81b7e379e628bbf3bf85211000 | refs/heads/master | 2023-06-02T16:54:02.487191 | 2023-01-07T00:10:24 | 2023-01-07T00:10:24 | 219,954,590 | 79 | 35 | BSD-3-Clause | 2020-05-23T01:52:24 | 2019-11-06T09:04:15 | C | UTF-8 | C | false | false | 2,048 | c | /*
Copyright (c) 2019, Ameer Haj Ali (UC Berkeley), and Intel Corporation
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
... | [
"ameerh@berkeley.edu"
] | ameerh@berkeley.edu |
334588a3c122fbc8872ac45a1673f8fb3f307799 | 80812a1703bff1e6efc1eb6c70eba21925c2377a | /HKit/HMacro/HSingleton.h | 5de8d850d24b2bceee724c3311b342abd594dbe8 | [
"MIT"
] | permissive | Jvaeyhcd/HKit | 9da97ba105e09f733a4909946ba2b82b40c1b674 | 56903462bfbe0f3d136e4ea4758b70954179a64f | refs/heads/master | 2022-09-03T21:02:46.036131 | 2020-02-11T01:57:05 | 2020-02-11T01:57:05 | 200,757,823 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 834 | h | //
// HSingleton.h
// Pods
//
// Created by Salvador on 2020/1/3.
//
#define SingletonH(methodName) + (instancetype)shared##methodName;
#define SingletonM(methodName) \
static id _instance = nil; \
+ (instancetype)shared##methodName{ \
return [[self alloc] init]; \
} \
- (instancetype)init{ \
static dispat... | [
"chedahuang@icloud.com"
] | chedahuang@icloud.com |
c51c1d6be08680bead7dad7f995ae27fd16a9ea7 | 24f7a53885557765a24b74368845126104032a08 | /multilevelFeedbackQueue.c | bf77b1ee2d0f4ee81219869967746ce2f813f833 | [] | no_license | emrekarabagg/MultiLevelScheduling | 51541d6cfc52e7a60b4c14b1dfc7101901c1f637 | b32c773c8372b17f877b1520b803c1efff0f8555 | refs/heads/main | 2023-03-03T13:46:33.021402 | 2021-02-11T10:41:33 | 2021-02-11T10:41:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,426 | c | //
// Created by karabag on 22.01.2021.
//
#include <stdio.h>
#include <unistd.h>
#include "multilevelFeedbackQueue.h"
void createAndAddProcess(struct Queue *queue) {
//I created burst time array for creating process
int processBurstArray[20] = {7, 27, 44, 32, 31, 28, 16, 8, 23, 49, 8, 11, 9, 27, 21, 38, 42,... | [
"noreply@github.com"
] | emrekarabagg.noreply@github.com |
613a59b3144fa6caab66a3d23da56e0fe4326761 | 474f46499e46f9d18b0baf5ec9ce3e3c5f0ef4e2 | /SampleCode/StdDriver/PSIO_IR/NEC_IR_driver.c | 40ce9c0294a598ebb8535c64d12535f174b2553d | [
"Apache-2.0"
] | permissive | OpenNuvoton/M251BSP | 9205b3e4a28461dd116000a5d5a55f4d7512cc23 | 80c0cdbabb07d4243f1bf00ebc3d26c7c4008137 | refs/heads/master | 2023-08-23T12:04:09.917201 | 2023-08-07T10:39:51 | 2023-08-07T10:39:51 | 230,022,846 | 5 | 2 | null | null | null | null | UTF-8 | C | false | false | 9,824 | c | /**************************************************************************//**
* @file NEC_IR_driver.c
* @version V3.00
* @brief NEC IR device driver
*
* SPDX-License-Identifier: Apache-2.0
* @copyright (C) 2019 Nuvoton Technology Corp. All rights reserved.
**************************************... | [
"CHHsieh3@nuvoton.com"
] | CHHsieh3@nuvoton.com |
a798fc3347ec2b96563c4ff2797d06aa0817ba10 | ac1be89b6abdd67d5be24cbe6b0831da946a7a25 | /Library/AVR/IO/IoBase/IO_static.h | aea23691f1656008fbc00de4e2a1049301788928 | [] | no_license | tinSn0703/Suzu_Project_Phoenix | 90f6ff944a6da5cb873f0cda51ef05ee35476b49 | 8d53876647f78a1e82ff8ac126167ea6a51391a9 | refs/heads/master | 2021-01-19T08:51:16.010266 | 2018-01-17T07:47:01 | 2018-01-17T07:47:01 | 87,687,858 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,103 | h |
#pragma once
/************************************************************************/
//----------------------------------------------------------------------//
static inline void Write_PORTA(uByte _data) { PORTA = _data; }
static inline void Write_PORTB(uByte _data) { PORTB = _data; }
static inline void Write_PO... | [
"condensa1952@gmail.com"
] | condensa1952@gmail.com |
4a534f5ac870107ee4e678344c6b6a8f71e579a3 | bf5640bc4804d0dc70b86ec6c69f531624140e13 | /C/sub.c | 3c85fce064b35bf9d013a2af01d754daa6e1323e | [] | no_license | yarlagaddajeevika/NCR-work | 1dd8a9845d9170bdb9ab781f1a5a001f147e637e | 833f0998b3ed898d0a3cb54c0bf1ce977dabf859 | refs/heads/master | 2020-04-20T01:36:17.713613 | 2019-02-17T13:56:14 | 2019-02-17T13:56:14 | 168,549,605 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 71 | c | #include"header.h"
float sub(float a, float b)
{
return (a - b);
} | [
"noreply@github.com"
] | yarlagaddajeevika.noreply@github.com |
c8e5041601fa7a722f75c92004ad387cc562a752 | 019f41c223b54c2a1474fdd884651497cbc3480d | /fifo.h | 5599b8fd1007af2e6e1e912f30444d374d544b4d | [] | no_license | pfrozi/unucleo | 2e4314518b566ec3d82465f010b5e16cf30ed559 | 0d7006b3025127c9c5766aba848a3998cbfb5fa6 | refs/heads/master | 2021-01-13T16:10:03.468975 | 2012-05-04T01:06:34 | 2012-05-04T01:06:34 | 34,882,828 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 1,343 | h | #include <ucontext.h>
/* Estrutura que armazena os dados do PCB */
typedef struct PCB {
int pid;
ucontext_t contexto;
int prio;
int estado;
int pid_wait; // Processo que ele aguardará o termino
//char all_stack[SIGSTKSZ];
//char* all_stack;
} PCB;
/* Elemento da Fila de PCBs */
... | [
"fongoses@gmail.com@3ab7fcc2-692c-f5df-6918-9b788a5e821a"
] | fongoses@gmail.com@3ab7fcc2-692c-f5df-6918-9b788a5e821a |
895ae7f515b72be43db9e9828fcd814c5a090a29 | d53bf06de9cf222ec6cf3bdf9d5996fd41ab6243 | /lib/libft/ft_memmove.c | ed24a107437c7a8877ad60466f2fdc34ca71a871 | [] | no_license | gadezist/ft_ls | 721f928267f056cfff7042417fa38cd0304d3410 | 54adea089fa4934e414f93a3fcdb32b72d414662 | refs/heads/master | 2020-04-02T10:16:08.675123 | 2018-10-23T13:22:18 | 2018-10-23T13:22:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,330 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memmove.c :+: :+: :+: ... | [
"abytko@e1r10p8.unit.ua"
] | abytko@e1r10p8.unit.ua |
c9ee558d7477fdedf397bbb5170e8b46a219d701 | a0f55e31c92c31832fbe074038f07b8f8726425b | /课件/程序设计/c课件/Ch11/ABCDEF_union/main.c | 24ef54e2bcfa4f1a7c992efcfb5f62c1aea96803 | [
"MIT"
] | permissive | jjc521/E-book-Collection | 7533717250395a8b81163564eef821e66bae5202 | b18bf6630bf99b7bf19b4cc4450b67887f618d31 | refs/heads/master | 2023-03-15T23:48:49.018347 | 2019-08-30T07:26:01 | 2019-08-30T07:26:01 | 206,090,622 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 930 | c | #include <stdio.h>
#include <stdlib.h>
union X{
char i;
struct{
int A:1;
int B:1;
int C:1;
int D:1;
int E:1;
int F:1;
};
};
int main()
{
char i;
char C1, C2, C3, C4, C5, C6;
union X x;
for(x.i=0;x.i<64;x.i++){
C1= x.A || x.B; C2=(x.A&&x.E) || (x.A&&... | [
"907097904@qq.com"
] | 907097904@qq.com |
3d597028e258ffec32fd29b79296714b8f71db66 | 416c90c850d1825065d1dce37474f26e1459fd76 | /process/execl.c | f278bbf60bd23a2ed246c4b90963ad839438cdf4 | [] | no_license | cyysu/linux_programming | 187bdeb5a2dcebe5d6a098a3668c3af0df45c0b1 | 5198a9d3c3278fb1f73abb79f7ce01891d5bd117 | refs/heads/master | 2021-06-01T05:58:35.589516 | 2016-06-26T02:20:15 | 2016-06-26T02:20:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 419 | c | /* Program that shows how execl system call works */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
int main(void)
{
printf("Here is the first line: ---> 1st <--- \n");
execl("/bin/date", "date", (char *) 0);
perror("execl() failure!\n\n");
printf("I would say good... | [
"644254833@qq.com"
] | 644254833@qq.com |
3b1fcbdee2ced55bc360d0554ffcf4c182983e43 | eef8800d3debff18222abb61a44e8f3718d981eb | /RexCodes/rexShush/tigLib/lib/err.c | 62531b20ea5c900c624bd496a0df17a61cc30796 | [] | no_license | sshruth/abstract_dots_NS | 599de6f26af8b04236bbd7450a2a7318305ce526 | 478aa2e093d30121e3951163fcb630ca7f0b74e2 | refs/heads/master | 2022-08-13T22:06:04.803052 | 2022-07-11T04:36:03 | 2022-07-11T04:36:03 | 56,621,695 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 327 | c | /*
* ERR( <string pointer>, <exit code> )
*
* Calls: exit(II), write(II)
*/
err( sptr, value ) /* Print error message and exit */
register char *sptr;
register int value;
{
register char *cp;
for(cp=sptr; *cp; cp++);
*cp++ = '\n'; /* Newline terminate where NULL used to be */
write(2,sptr,cp-sptr);
exit(val... | [
"fs2478@columbia.edu"
] | fs2478@columbia.edu |
d3054da732b4b05c21d334cb6d208c923c88ccfe | eb7a1fb1c70fc82be0dfc0245255d5506433d156 | /Microchip/SAMD11_DFP/2.2.30/xc32/ATSAMD11D14AM/startup_atsamd11d14am.c | 386aac0a7b71dc1a0305bbf9c939b1b0b385333c | [
"Apache-2.0"
] | permissive | muthukrishnankarthik/dev_packs | c03f66ce3f32d34340c8053363121657a0a37474 | 60d97ca66b10c00b3c42430b0cf0b4ae7542f217 | refs/heads/master | 2021-01-06T13:26:53.637757 | 2020-02-10T23:49:35 | 2020-02-10T23:49:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,988 | c | /**
* \file
*
* \brief MPLAB(R) XC32 - Startup code for SAMD11D14AM
*
* Copyright (c) 2019 Microchip Technology Inc.
*
* \license_start
*
* \page License
*
* 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... | [
"thibaut.viard@microchip.com"
] | thibaut.viard@microchip.com |
c2a1edb8bb1c2d321ef2aade01c9070e33deb566 | 4998702daf8643fcce234f773994e5ffd8ec6fc1 | /variable/main03.c | f3eaa7910160e6eff50be1b2ba11a6616be6910f | [] | no_license | HalseyLee/C | a08db3e9e25009e89a128f86aa8d363482b42870 | 6bafaec1bc2e9e68c1b67b4e7b258073f8d30603 | refs/heads/master | 2020-12-24T19:04:05.941046 | 2016-10-11T09:04:51 | 2016-10-11T09:04:51 | 57,313,570 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 404 | c |
// 自定义输出数值
//请定义1个整型的变量. 将这个整型的变量的值输出
//要求: 输出的整型的变量的数据如果不足8位 则在这个数据的前面以0补齐8位.
//(提示:%8d可以使整型数据输出位数为8,%08d可以在不足的位置上补0)
#include <stdio.h>
int main(int argc, const char * argv[]) {
int num;
num = 3;
printf("%08d \n",num);
}
| [
"enlihao@qq.com"
] | enlihao@qq.com |
2d64d4c1cb3870eac8c6690ae362ae80bc207373 | 67cfc35e071760a2e3fc345d9c3dcbf592a896d0 | /0x04-more_functions_nested_loops/4-print_most_numbers.c | 319adde225741a5cbb13214076e852cbe92d2d12 | [] | no_license | Trevor334/alx-low_level_programming | 47cdf210f1d5fd661d84e6227b5d0ebbfc9e48fa | aa09770668d4734d37305e8c0f6f06115e04ced7 | refs/heads/master | 2023-06-09T04:09:12.774619 | 2021-06-28T20:37:38 | 2021-06-28T20:37:38 | 377,932,518 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 229 | c | #include "holberton.h"
/**
* print_most_numbers - function to print nums
*
* Return: Always 0.
*/
void print_most_numbers(void)
{
int a;
for (a = 0; a <= 9; a++)
{
if (a != 2 && a != 4)
_putchar(a + '0');
}
_putchar('\n');
}
| [
"trevormwangi54@gmail.com"
] | trevormwangi54@gmail.com |
54802652470939af6ea3ce0257ce2e40fff17769 | 388a7945f2d7db24e7d7d749d1597edf2f7a935d | /third_party/exactle/sw/profiles/dis/dis_api.h | 2caddee5c8711df45f90cc5bc9cec3c8c0eeca33 | [
"BSD-2-Clause"
] | permissive | CullenMoMullen/AmbiqMicro-Apollo3 | 04d8cc3dbf2c0b5fc7a137abc9ba5804d600300a | 43824299f162a0fa9d161d4b4260ddd8327ac70e | refs/heads/master | 2020-08-04T19:51:26.115569 | 2019-10-07T08:18:19 | 2019-10-07T08:18:19 | 212,258,589 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,717 | h | /*************************************************************************************************/
/*!
* \file dis_api.c
*
* \brief Device information service client.
*
* $Date: 2016-12-28 16:12:14 -0600 (Wed, 28 Dec 2016) $
* $Revision: 10805 $
*
* Copyright (c) 2012-2017 ARM Ltd., all... | [
"github@cullenlogan.com"
] | github@cullenlogan.com |
e68cff58090dbd7b7d1d945bfc74d85c08b484b5 | 31090b82fcf15fc8a52a12be3dd592e72300fe1b | /sys/dev/hpt27xx/wj.h | f0fe61d84899ed7cdb249d3d429f80b6626cb2c0 | [
"BSD-2-Clause",
"LicenseRef-scancode-other-permissive"
] | permissive | YuheiTakagawa/VPS_for_FreeBSD | 22e7b2f4e46b56e8289e7cd81eedf1d503ec2a0d | 1a6d0ed8808b875b998f2f344cfc5539eb84532d | refs/heads/master | 2020-07-15T09:24:26.928246 | 2017-08-11T17:43:29 | 2017-08-11T17:43:29 | 94,305,728 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,195 | h | /*-
* Copyright (c) 2011 HighPoint Technologies, 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:
* 1. Redistributions of source code must retain the above copyright
* notice, thi... | [
"b1014223@fun.ac.jp"
] | b1014223@fun.ac.jp |
53193b29c00b5747b9def7614d24e54d99b1a259 | 8857ac5bc85728c1df43d9407e25164d29918a30 | /CS_145/clock/Project2/avr.c | 61ff3785fb329756047b73b49e88efe70e689f32 | [] | no_license | kfarsany/undergraduate | 2d6ba5f4a13e9794b374b27e74b72f082a0a0f4f | 84010c07471d92ebd85407084e311a178cece2cc | refs/heads/master | 2022-11-10T23:14:00.227708 | 2020-06-24T01:37:46 | 2020-06-24T01:37:46 | 274,540,893 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 261 | c | #include "avr.h"
void
avr_init(void)
{
WDTCR = 15;
}
void
avr_wait(unsigned short msec)
{
TCCR0 = 3;
while (msec--) {
TCNT0 = (unsigned char)(256 - (XTAL_FRQ / 64) * 0.001);
SET_BIT(TIFR, TOV0);
WDR();
while (!GET_BIT(TIFR, TOV0));
}
TCCR0 = 0;
} | [
"kfarsany@ics.uci.edu"
] | kfarsany@ics.uci.edu |
6183affc1776dc670620e49e0894f1e49dfa7adb | 5ede0a0c7645016bf1bb2cba94a3c54903cb0f4e | /testpractice/test016.c | e92c9b4f197fc8d09dd58f831bf9f329b02fbd03 | [] | no_license | shenle2019/ctest100 | fcc63bc7a02ea102cfef08a49444bc4429318c47 | 4af94b0d7169c6b49ef5de0c1069c9b6e4f81313 | refs/heads/main | 2023-07-07T22:20:10.584504 | 2021-08-25T15:14:38 | 2021-08-25T15:14:38 | 387,125,259 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 339 | c | #include <stdio.h>
int fun1(int m, int n)
{
int r;
r = m % n;
return r == 0 ? n : fun1(n, r);
}
int fun2(int m, int n)
{
int t;
t = m * n / fun1(m, n);
return t;
}
int main()
{
int t, a, b;
scanf("%d%d", &a, &b);
if (a < b)
{
t = a;
a = b;
b = t;
}
printf("%d\n", fun1(a, b));
printf("%d\n", fun2(a,... | [
"305030951@qq.com"
] | 305030951@qq.com |
7f414c8000cddef02a3b7c3c57f4d0021dd0b6da | 43684a0cd936e62de1960ad8cc700f03ffe5fec3 | /examples/ir_protocol/fujitsu_ac_ir.h | cf7fb1a48a3ca4e35fc8af55c3243375fb92a0f7 | [
"MIT"
] | permissive | renandw/esp-homekit-demo | 73bf069fbeb4635abd9eb107d2e745a7e1fac830 | abfcd72f4761979d1d08b1f29f3a0cddf4bfdec9 | refs/heads/master | 2023-01-20T17:04:23.742647 | 2022-12-22T20:57:22 | 2022-12-22T20:57:22 | 241,636,381 | 0 | 0 | MIT | 2020-02-19T14:03:17 | 2020-02-19T14:03:16 | null | UTF-8 | C | false | false | 1,104 | h | #pragma once
#include <stddef.h>
#include <ir/ir.h>
typedef enum {
fujitsu_ac_model_ARRAH2E = 1,
fujitsu_ac_model_ARDB1,
} fujitsu_ac_model;
typedef enum {
ac_cmd_stay_on = 0x02,
ac_cmd_turn_on = 0x02,
ac_cmd_turn_off = 0x00,
ac_cmd_step_horiz = 0x79,
ac_cmd_step_vert = 0x6C,
} ac_cmd;
... | [
"noreply@github.com"
] | renandw.noreply@github.com |
91f61f33b778c964668388c76e16a3348c40cb1f | 6e287e2e26b81e81fe4829f5331cfd5132b4d89a | /MDangelo1ParcialProj/src/utn_parciales_lib/utn_helpers_lib/Helper.c | 7e2c4c73d9eb5e6ecab881c71702f91a5e75e05a | [] | no_license | Monkey79/mdangelo_parcial1_11-05-2020 | ecabbfe66b74c9f255bee4135afa3ed7a3a05806 | a64e12018a356630f416cc7102dcf42c58177502 | refs/heads/master | 2022-10-09T10:24:07.575114 | 2020-06-08T18:55:59 | 2020-06-08T18:55:59 | 263,164,878 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,942 | c | /*
* Commons.c
*
* Created on: 13 may. 2020
* Author: mdangelo
*/
#include <stdio.h>
#include <stdlib.h>
#include <stdio_ext.h>
#include "Helper.h"
#define TRUE 1
#define FALSE 0
void _showCustomerGridHeader();
void _showPetsGridHeader();
void _showCustomerContent(Customer customer);
void _showPetContent(Pet ... | [
"marianomartin79@gmail.com"
] | marianomartin79@gmail.com |
249dae9368600172a8132a8c4d3eb9dc8cde6030 | 83214753e9183327e98af0e6768e9be5385e5282 | /d/city/npc/obj/sanding.c | a2a928a1ab3aa0dfbdf519c86e20570f48bd37fd | [] | no_license | MudRen/hymud | f5b3bb0e0232f23a48cb5f1db2e34f08be99614e | b9433df6cf48e936b07252b15b60806ff55bb2f3 | refs/heads/main | 2023-04-04T22:44:23.880558 | 2021-04-07T15:45:16 | 2021-04-07T15:45:16 | 318,484,633 | 1 | 5 | null | null | null | null | GB18030 | C | false | false | 314 | c | // sanding.c
inherit ITEM;
inherit F_FOOD;
void create()
{
set_name("三丁包子", ({"sanding baozi", "baozi" }) );
set_weight(50);//一1两
if( clonep() )
set_default_object(__FILE__);
else {
set("unit", "个");
set("value", 20);
set("food_remaining", 1);
set("food_supply", 30);
}
setup();
}
| [
"i@oiuv.cn"
] | i@oiuv.cn |
e87ef51c987214ee40311120e1d364d650a153e9 | c19d43fa45301b4e6e08b1731d3e0e2589b2567e | /test/img_proc_test.h | 31beb2e10e8284d6a3853f2fa543450069495199 | [] | no_license | OlegTheCat/face-detection | 894abdb59dc729364f03b19269d08e49b60ded11 | c860c055714a384931d41c2da99b46a9aecb773d | refs/heads/master | 2020-04-22T10:29:25.861197 | 2015-02-08T14:08:14 | 2015-02-08T14:08:14 | 23,328,758 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 132 | h | #pragma once
const char *testComputeII();
const char *testStdDev();
const char *testMean();
const char *testConvertToNormalized();
| [
"oleh.palianytsia@gmail.com"
] | oleh.palianytsia@gmail.com |
f4abaa5647e0aee82f5a4ae372e8329ad43de097 | 6cdf253fa1a5cef46f089bf6e714de8157e4b524 | /GedlekPawel-lab1/zad1/lib.h | 2285595c714bd45201189cc8759a957ec3c24445 | [
"MIT"
] | permissive | PawelGedlek/Operating-Systems | b79cca0c2b4b7f1e4cb67107fd130e0c95607cba | 3946a5406de90fbb7281ed2d33320bc79ad7b602 | refs/heads/master | 2021-09-22T09:37:13.835323 | 2018-09-07T11:43:34 | 2018-09-07T11:43:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 789 | h | #ifndef zad1_lib
#define zad1_lib
typedef struct{
char** charArray;
int arraySize;
int blockSize;
} libraryArray;
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <limits.h>
//functions to implement
void printLibraryArray(libraryArray* choosenArray);
int codeASCIIsum(char* charBlock);
int bl... | [
"pawelgedlek@gmail.com"
] | pawelgedlek@gmail.com |
70018579e3f1a13310745a05d484068a8d15b368 | 0c8c7b3c909a63c37306fa45af00dc2ad6455350 | /stm32/4时钟/Doc/72.c | 071d4d80ffc4e22884d4db5e04545428fb85202d | [] | no_license | hansrobothans/learn_stm32 | d31bc044af216cf0159ff9550f185051985293ca | 09d08f4b27f8fdc46eaabe166ef490879d17469e | refs/heads/master | 2022-03-04T22:53:14.974475 | 2019-11-16T01:59:12 | 2019-11-16T01:59:12 | 188,926,969 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,925 | c | static void SetSysClockTo72(void)
{
__IO uint32_t StartUpCounter = 0, HSEStatus = 0;
/* SYSCLK, HCLK, PCLK2 and PCLK1 configuration ---------------------------*/
/* Enable HSE */
RCC->CR |= ((uint32_t)RCC_CR_HSEON);
/* Wait till HSE is ready and if Time out is reached exit */
do
{
HSEStat... | [
"hansrobothans@gmail.com"
] | hansrobothans@gmail.com |
3ceca65558bcc7d8d43c89a2df26fdfad693814a | f7704c997adb65b78ed3c38f63310c5854f0df4a | /taxi-handler.c | 1b213be685c92eb191e12290c99dca4e36d4e195 | [] | no_license | hectorlopezv/TaxHippokampoi-Hackathon | d72791df4d0e1b49ef682af86d4391441afa9085 | 378c4f3a53fb68cdcce1a0e7af2421a55a4b86a0 | refs/heads/master | 2021-05-21T09:52:27.389361 | 2020-03-28T03:50:40 | 2020-03-28T03:50:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 400 | c | #include "taxi-handler.h"
taxi *new_taxi(taxi **head, char *driver, char *number, char *brand, char *model,
char *status, short trunk, unsigned short cuit, unsigned short year)
{
taxi *new;
new = create_taxi(driver, number, brand, model, status, trunk, cuit, year);
if (new == NULL)
{
printf("Error for create ... | [
"dvdizcky@gmail.com"
] | dvdizcky@gmail.com |
8faf66f7d0bdce32bae10490d9c612f738ca9a49 | 64bf836135ab0d7d248aceb9063f08e873f19ed0 | /s2/mis_funciones.c | 9eb1ae639c24ee06aece5fe22f6e401d722381c3 | [] | no_license | ShimaSama/FIB-SO | c839b008fe16a5db54c66591755a5b528dcf8ece | f2fbb534cde59a0f8ad41336544007cf16aed22e | refs/heads/master | 2022-03-27T16:57:45.726495 | 2019-12-07T14:53:55 | 2019-12-07T14:53:55 | 209,759,822 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 547 | c | #include "mis_funciones.h"
unsigned int char2int(char c) {
return (c - '0');
}
int mi_atoi(char *s) {
if (s != NULL) {
int suma=0;;
int i=0;
if(s[i] == '-') i++;
for (;i<strlen(s);i++) {
suma *= 10;
suma += char2int(s[i]);
}
if(s[0] == '-') return -suma;
return suma;
... | [
"noreply@github.com"
] | ShimaSama.noreply@github.com |
0bdba6b193413a5eb81ffaafa99f349e043c61be | 2399f9f002ac1cbba68811f085e273601fb59bde | /SPEX/SPEX_Left_LU/MATLAB/SPEX_Left_LU_mex_soln.c | ad765321dd4118acd0ff9a4bcca1a64823b8667b | [
"LGPL-2.1-or-later",
"BSD-3-Clause",
"GPL-1.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-3.0-or-later",
"GPL-2.0-or-later",
"Apache-2.0",
"GPL-3.0-only",
"Lic... | permissive | sergiud/SuiteSparse | d274d3f05291d3f45c0e2c09a26e9f3d143301da | b8b470c3dd5472f9b3a7bfc468075ee96d27dd62 | refs/heads/master | 2023-05-22T13:27:25.673524 | 2022-11-14T00:25:55 | 2022-11-14T00:26:25 | 40,436,072 | 48 | 18 | Apache-2.0 | 2023-01-01T19:24:21 | 2015-08-09T12:46:03 | C | UTF-8 | C | false | false | 6,152 | c | //------------------------------------------------------------------------------
// SPEX_Left_LU_/MATLAB/SPEX_Left_LU_mex_soln: Use SPEX Left LU within MATLAB
//------------------------------------------------------------------------------
// SPEX_Left_LU: (c) 2019-2022, Chris Lourenco (US Naval Academy), Jinhao Chen,... | [
"sergiu.deitsch@gmail.com"
] | sergiu.deitsch@gmail.com |
85ff5538609cfec0dfd55dbab45e4f00886ae210 | c138b8a503fb33efc425846ec3b46308548b64fc | /Linear/ext.h | 1ca7c5a16618bbc61bd405482c2c95f19b20f228 | [
"MIT"
] | permissive | maanrachid/SGXORAM | 19682b62bb968fda158fd7e0a5daedf13fa9b0c2 | d7012e7c50345e0c072960dc56343ab76c0a2195 | refs/heads/master | 2023-08-17T03:03:15.361064 | 2023-08-14T09:44:09 | 2023-08-14T09:44:09 | 232,158,215 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,503 | h |
#ifndef ext_h
#define ext_h
#include <string.h>
#include <stdio.h>
#define BUFFERSIZE 500
#define ELEMENTNUM 4
#define ENCLAVESIZE 100000
#define ENCRYPT_LIB 2 // 1 silly xor , 2 IPP AES_CBC, 3 Wolfssl AES_CBC
//typedef long long Block;
typedef struct Bloc {
Bloc(){memset(this,0,sizeof(struct Bloc));}
st... | [
"maanhajrachid@hotmail.com"
] | maanhajrachid@hotmail.com |
b19b428b217c19b9bc5c43300f9fcd8e175c4576 | 7d948bdab58c0f88363d390f1cdc8a5593b875a3 | /LCD.c | 85b1a1f4b6503aa248c1022d92b0b91f308f33aa | [] | no_license | namuk/Block_beaker | 987bbd119d7676555066976627d58b3a3a035c38 | 3d9849650f609b31d2b2cbd3b995f92b1ac29d6c | refs/heads/master | 2021-01-01T18:09:53.158718 | 2017-10-03T12:31:29 | 2017-10-03T12:31:29 | 98,265,225 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,715 | c | /*
* LCD.c
*
* Created: 2017-03-30 오후 1:13:08
* Author: 316-16
*/
#define F_CPU 14745600UL
#include <avr/io.h>
#include <util/delay.h>
#include "LCD.h"
void LCD_Data(Byte ch) // LCD_DR에데이터출력
{
LCD_CTRL |= (1<< LCD_RS) ; // PORTG RS핀에1출력
LCD_CTRL &= ~(1<< LCD_RW) ; // PORTG RW핀에0출력
LCD_CTRL... | [
"noreply@github.com"
] | namuk.noreply@github.com |
c0a9024172e97a9011fcc4542c94f49b96439097 | bad22ea704777d7e50af7ed0bc7dbfec705df68f | /message_queue_utils.h | 4655371498e2b40d1563b3e744a0a205900a6895 | [] | no_license | ErikZhou/utils | 7b3db584279934ac643bd854afaffa22e9735883 | b1704784f56532ba16322dd173e2905d1bb4e299 | refs/heads/master | 2020-04-06T22:25:55.591108 | 2018-11-16T08:40:13 | 2018-11-16T08:40:13 | 157,835,881 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 417 | h |
#ifndef MESSAGE_QUEUE_UTILS_H_
#define MESSAGE_QUEUE_UTILS_H_
#include "app_defs.h"
BEGIN_NAMESPACE;
int die(const char *fmt, ...);
extern int die_on_error(int x, char const *context);
extern int die_on_amqp_error(amqp_rpc_reply_t x, char const *context);
extern void amqp_dump(void const *buffer, size_t len);
ext... | [
"noreply@github.com"
] | ErikZhou.noreply@github.com |
3586b2e17e9cf103235d6f0e3ab7dab527f5f644 | 70929e0e08d27545534ea56cdc4108e42bb30a7f | /libft/ft_isascii.c | cc81b7de2a2716c34ee47ed7e12847b1154fbf86 | [] | no_license | JuPillet/cub3D | 99de3616f5cef6c4ea7949d6c4520f78e13acde4 | 8dc898df4f95302efca5ca9ab481d73150eedcac | refs/heads/master | 2023-06-03T15:59:39.196043 | 2021-06-28T14:13:09 | 2021-06-28T14:13:09 | 358,910,637 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 990 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isascii.c :+: :+: :+: ... | [
"jpillet@c2r4p9.42nice.fr"
] | jpillet@c2r4p9.42nice.fr |
52ec6c90b7a0046ef377f036601e68e35bc78a3c | 837a57c8a4729dc75fbb89263c4f67a7eb10c67a | /aula20171005/ptr2.c.c | 955f66bac2dc3a7c122a59844f338e5ab2af017d | [] | no_license | victorbarcelos0/mtp | fbe5b8a9757cd58c104b4bc2f8237fe95d0b46e3 | 17c7b71a419afb25ea36309569f2caa13d519146 | refs/heads/master | 2021-01-23T21:21:42.530554 | 2017-12-13T20:51:12 | 2017-12-13T20:51:12 | 102,894,447 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 337 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
int v[] = {0,1,2,4,8,16,1025};
int a,b,contad = 0;
a = sizeof(v);
unsigned char *prt;
prt = (unsigned char *)v;
for(b=0; b < a ; b++)
{
printf("\n %u\n", *(prt+b));
if(!prt[b])
contad++;
}
printf("\n\n\n O numero de dados armazenados com bytes somente com 0's sao: %i\... | [
"victor_ab45@hotmail.com"
] | victor_ab45@hotmail.com |
0e23b3ea276ac418c736008f8859f6147f39c932 | eb11b14f4b6035ee64259475458f06ec184a9b15 | /allocator.c | 39824df7893abffb4b3acd68b6438b1699584d10 | [] | no_license | antonio-macovei/memory-allocator | 894092ac97e03095c6b37d4f9c85311608f30eea | be888886623cb2011e85a2437ab0740b04279a4e | refs/heads/master | 2020-04-01T10:26:28.681224 | 2018-10-15T14:11:26 | 2018-10-15T14:11:26 | 153,117,505 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,474 | c | /* Copyright 2017 Macovei Antonio Dan */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAX_BUFFER 1000
#define MAX_ARGS 5
int readCmd(int *argc, char *args[MAX_ARGS]);
void freeCmdMem(int argc, char *args[MAX_ARGS]);
void initialize(char *args[MAX_ARGS], unsigned char **arena, int *size);
void fi... | [
"antonio_dan.macovei@stud.acs.upb.ro"
] | antonio_dan.macovei@stud.acs.upb.ro |
d48a84bdd984829d0d5517b80ac321cdbd5f0982 | 191707dd19837f7abd6f4255cd42b78d3ca741c5 | /X11R4/contrib/toolkits/XView/lib/libxvin/fullscreen/fs_data.c | 4004055f1f7e4ae8581d6a02f9602fa95d8300ab | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | yoya/x.org | 4709089f97b1b48f7de2cfbeff1881c59ea1d28e | fb9e6d4bd0c880cfc674d4697322331fe39864d9 | refs/heads/master | 2023-08-08T02:00:51.277615 | 2023-07-25T14:05:05 | 2023-07-25T14:05:05 | 163,954,490 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 578 | c | #ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)fs_data.c 1.10 89/08/17";
#endif
#endif
/*
* (c) Copyright 1989 Sun Microsystems, Inc. Sun design patents
* pending in the U.S. and foreign countries. See LEGAL NOTICE
* file for terms of the license.
*/
#include <xview_private/fs_impl.h>
Xv_pkg ... | [
"yoya@awm.jp"
] | yoya@awm.jp |
9f2c07ded1ef946e2a067e231ff6f2ea315f8d81 | e77ebf68db96ef8b1bbbb42b4aba42444e43176f | /demo/Classes/Native/System_System_Net_Sockets_MulticastOption_1799107351.h | 3c3b81caa49bf00be57d9ea7f8437ea3d675651c | [] | no_license | dgolman/cardboard-networking | a2a1180e8a0e1f41faf7bb40a796475506010a48 | ae7f42017704b4b9a69cff5463262f5e66f168d4 | refs/heads/master | 2021-01-10T12:03:23.561009 | 2016-01-06T14:18:45 | 2016-01-06T14:18:45 | 49,088,543 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 288 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Object_887538054.h"
// System.Net.Sockets.MulticastOption
struct MulticastOption_t_1799107351_0 : public Object_t
{
};
| [
"dgolman@vt.edu"
] | dgolman@vt.edu |
c8c9913a23583619a8e7c42780429522a037c251 | c7fc6233b1b2e06ffdc6155c9fd1a10bd2fee517 | /Student.h | a4cdfd1297cb90dd0483892adbdf7bf951b1af7f | [] | no_license | jsc723/c_generic_vector | 22e4fffa410fbd713b8f7c53693803dd2371c005 | 9ee16ae6f39b54e56a0deb658ca7aa2d8e9bb1c7 | refs/heads/master | 2021-08-08T06:16:16.048539 | 2017-11-09T18:38:40 | 2017-11-09T18:38:40 | 110,152,254 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,291 | h | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
typedef char string[100];
typedef enum sex{male,female}sex;
typedef struct Student *pStudent;
typedef struct Student{
string name;
string class;
string address;
sex se;
int age;
double height;
}Student;
pStudent getStudent( string pr_name,string pr_class,... | [
"jsc723@berkeley.edu"
] | jsc723@berkeley.edu |
c5064ac6847dbee617a229cb06df3058448e95f9 | 87ea4e16b21a4ece2016a8ae003efda1eae99127 | /Play_SDK/IMemFilt.h | 5e14f1fe8c124b2a98ee6a7b67166bdde2ec43f9 | [] | no_license | kcheung2007/cgUI | c233c26302ba1d447274c54e5ff59b5b1ba7173d | 693abd148f3be9f5127dbc06033c9e6359158ee6 | refs/heads/master | 2023-04-24T10:44:30.757539 | 2021-04-29T16:42:42 | 2021-04-29T16:42:42 | 362,882,273 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,663 | h | /*****************************************************************************
PLAY CONFIDENTIAL - Copyright 1999 Play Inc., All Rights Reserved.
Project : Play Storage II
File : IMemFilt.h
Purpose : Used to process blocks of memory
10/6/99 : Created (Mark Riley)
***************************************... | [
"GTGA@MERCY"
] | GTGA@MERCY |
6a2bef51fd6e517d2436acf3b6bdcc0e7381b8a9 | 88820e75a6afe09591e4f6c153a7cc1aec3b0102 | /MIWI/MASTER/Exemple Miwi/v2015_08_10/framework/tcpip/telnet.h | b9da9b5b3eb4001f8db30c657f837848b7e206e3 | [] | no_license | 243-510-MA/243-510-A17 | e818c00a3ffd32000a20384d951ccb1cab54ee91 | 320c38863dfb7ebb12454442bedd5feb5814121f | refs/heads/master | 2021-08-28T17:04:14.871620 | 2017-12-12T21:25:51 | 2017-12-12T21:25:51 | 104,472,201 | 3 | 1 | null | 2017-09-22T13:43:55 | 2017-09-22T12:31:33 | null | UTF-8 | C | false | false | 1,965 | h | /*******************************************************************************
Company:
Microchip Technology Inc.
File Name:
telnet.h
Summary:
Listens on TCP Port 23
Description:
Telnet Server Module for Microchip TCP/IP Stack
**************************************************************... | [
"gabdespres18@gmail.com"
] | gabdespres18@gmail.com |
6eba03a073bd0ed3fb82da7f49730c990d27c9a7 | ff47b5bbb63b1ba2797f4d7cf0d48c021b8709b7 | /study_algorithm__c_0805/study_algorithm__c_0805/2167.c | 5fa23226f603b1002d33fcd427b899162fb98366 | [] | no_license | graycoral/study_algospot | 31abf7751f77e4f71efdf1b1118af9bd2626565c | 97e8f49a0ecf7b25f967a5382cf7c18933ecf1e2 | refs/heads/master | 2020-07-03T14:52:38.945782 | 2019-09-24T01:51:49 | 2019-09-24T01:51:49 | 201,942,743 | 0 | 0 | null | null | null | null | UHC | C | false | false | 2,113 | c | #include <stdio.h>
#include <string.h>
#define MAXN ((int)100 +10)
/*
N×M크기의 배열로 표현되는 미로가 있다.
1 0 1 1 1 1
1 0 1 0 1 0
1 0 1 0 1 1
1 1 1 0 1 1
미로에서 1은 이동할 수 있는 칸을 나타내고, 0은 이동할 수 없는 칸을 나타낸다. 이러한 미로가 주어졌을 때,
(1, 1)에서 출발하여 (N, M)의 위치로 이동할 때 지나야 하는 최소의 칸 수를 구하는 프로그램을 작성하시오. 한 칸에서 다른 칸으로 이동할 때,
서로 인접한 칸으로만 이동할 수 있다.
위의 ... | [
"graycoral@nate.com"
] | graycoral@nate.com |
6e865b975296584cb74e1426ea3031ea5e44d827 | f121639677bb0c2845234a81d1dba632683ba5dc | /HonHai_eBike_AN1078_INTOP_MCLV2_Hall_BiDir_Auto2/MeasCurr.h | 75bc31924d8b2e8827c5294500a520ed504801b5 | [] | no_license | linuxxiaolei/eBikeMotor_dsp | 840ddc8f302c8aa6d9fb6f2c4c3b1e17d4f0bbec | 4850b6eb45a380e5547d39a91998db7e5c4b4841 | refs/heads/master | 2020-04-08T19:47:50.342703 | 2017-06-24T13:43:38 | 2017-06-24T13:43:38 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 2,383 | h | /**********************************************************************
* © 2012 Microchip Technology Inc.
*
* SOFTWARE LICENSE AGREEMENT:
* Microchip Technology Incorporated ("Microchip") retains all ownership and
* intellectual property rights in the code accompanying this message and in all
* derivatives her... | [
"minfon@foxmail.com"
] | minfon@foxmail.com |
f082fb5663b8652a461344c10dd897bde21bacba | 9ffba012a6cf74c259741f96ca4606e254f91322 | /0x01-variables_if_else_while/101-print_comb4.c | 5a219c51e7e82654b5409dc155ec380810fe27f8 | [] | no_license | JackWanaCode/holbertonschool-low_level_programming | 9190d0d61f11a50bf4ff7d8c33756ec7f8150d4f | fcead5e0e1bb187c95716acb14dec54cd3d4486c | refs/heads/master | 2020-03-21T03:37:04.706423 | 2019-01-24T01:44:30 | 2019-01-24T01:44:30 | 138,064,256 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 407 | c | #include <stdio.h>
/**
* main - Entry point
*
* Return: Always 0 (Success)
*/
int main(void)
{
int i, j, k;
for (i = '0'; i <= '9'; i++)
{
for (j = i + 1; j <= '9'; j++)
{
for (k = j + 1; k <= '9'; k++)
{
putchar(i);
putchar(j);
putchar(k);
if (i != '7' || j != '8' || k != '9')
{
... | [
"kazucuong@yahoo.com"
] | kazucuong@yahoo.com |
489d894e880451b18d13aba5c73cf7fa4297f6c7 | 5999797d45258ddc87cff7dc1f8179c5493d3019 | /src/pack.c | 6c8464618fa48cd51c8ab9a8063d6bbe300e0cac | [] | no_license | MestreLion/roguepc | cd9957d5d3d7fbab8e96155991f44938f1e82ec9 | 582340fcaef32dd91595721efb2d5db41ff3cb05 | refs/heads/main | 2023-02-10T02:01:23.116895 | 2023-01-20T23:37:20 | 2023-01-20T23:37:20 | 29,776,954 | 22 | 3 | null | 2021-08-29T06:17:43 | 2015-01-24T13:13:58 | C | UTF-8 | C | false | false | 8,686 | c | #include "rogue.h"
#include "curses.h"
/*
* Routines to deal with the pack
*
* pack.c 1.4 (A.I. Design) 12/14/84
*/
static
THING *
pack_obj(byte ch, byte *chp)
{
register THING *obj;
register byte och;
for (obj = pack, och = 'a'; obj != NULL; obj = next(obj), och++)
if (ch == och)
return obj;
*chp = och... | [
"linux@rodrigosilva.com"
] | linux@rodrigosilva.com |
8c32eb8609c12d89d35c974a945e62b10298e397 | b91cbc0a8d17f7b5258f5e4eb73e7a5279b1b4f4 | /src/xgen.c | 8f7eced0bf570df43e4bbc70713e48693a134927 | [] | no_license | alexmyczko/minichess | d781dc212376d5a2183064e3f784953d92ef4669 | f86d73f42e84d05c547d0fe6fcc7d333e8ce966f | refs/heads/master | 2021-04-18T22:05:44.560486 | 2012-05-20T01:16:13 | 2012-05-20T01:16:13 | 126,141,481 | 0 | 0 | null | 2018-03-21T07:44:06 | 2018-03-21T07:44:06 | null | UTF-8 | C | false | false | 7,331 | c | /*
* "$Id: xgen.c,v 1.6 1999/07/29 05:00:50 edavis Exp $"
*
* General X routines...
*
* This code taken from wmgeneral which is found in many dock apps.
* Original author: Martijn Pieterse (pieterse@xs4all.nl)
* Modified by: Eric Davis (ead@pobox.com)
*/
/*
* miniCHESS - another stupid dock app
... | [
"edavis@insanum.com"
] | edavis@insanum.com |
209e20b4327d47038431b336bcd6761d17d3158d | a7a7454d97aa568e0d08df9727070e5f9164046f | /srcs/builtins/cd_utils.c | 882100235bffbbaf1d063ebf6fb6164bab686a94 | [] | no_license | Dededede4/21sh | 508d6bb6bb0bee2fc5c08c0ae1ab81c7182174cb | d89f16f081cd7cd2c8163185830ba8e9ab9b422f | refs/heads/master | 2021-05-11T15:12:14.346173 | 2018-03-22T16:01:03 | 2018-03-22T16:01:03 | 117,719,028 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,924 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* cd_utils.c :+: :+: :+: ... | [
"cabral1349@gmail.com"
] | cabral1349@gmail.com |
f900031e3ffb423c92034d85e194bed645d116c8 | ac7e4156b8c7c48ed7f76f19fd4a259f95c36ca2 | /vulnerable.c | 7286919d5f6dd5803625d7fda179728f5f727a41 | [] | no_license | bryan-p/codeinjection | d3b1fd9584361156174f67fd192caedd52fab96a | 7968fd599465f22c7a17ea777734dc14bfd5ff15 | refs/heads/master | 2021-01-10T14:18:59.347818 | 2016-04-05T01:20:25 | 2016-04-05T01:20:25 | 54,591,776 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 695 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
void usage(const char *self) {
printf("Usage: %s <buffer overflow string>\n", self);
exit(1);
}
void vuln(char *arg) {
char vulbuff[64];
strcpy(vulbuff, arg); /* potential buffer overflow spot */
printf("vulbuff: %p\n", &vulbuff);... | [
"bryan@localhost.localdomain"
] | bryan@localhost.localdomain |
2c9c5bc67a5317483c839aabf782a7b054aba3c0 | 81153b638a6d7d9a89a82ac44b144014fe8c4ffb | /G729/mipsudi_inst.h | 4f5faf677d78b33d87d7eb9d718eb676edff3ba7 | [] | no_license | zonesan/ucos | f3c6ec5770f6380bfe0747265657013206a77a5c | 28b86b45066d9ba71a956b83d019ed551643f89b | refs/heads/master | 2021-01-10T18:21:31.484824 | 2016-05-01T16:04:43 | 2016-05-01T16:05:49 | 57,629,598 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,614 | h | /*
*******************************************************************************
* Copyright (c) 2006 vBridge Microsystem, Inc.
* All Rights Reserved
*
* File : mipsudi_inst.h
* Description :
* By : Greg Ren
* Date : Feb, 2006
********************************************************************... | [
"san@zoobook.org"
] | san@zoobook.org |
6316628504ad2496b0170d912babef4ee7e21365 | 10e64f8dca0b596b339169f80c8706edb51eed9f | /linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/share/ti/cgt-c6x/lib/src/localtim64.c | f4f7abb3959c9cef3bc4dfb09b0e903d6332043f | [] | no_license | wangy2000/LeezBoard_TI5708 | 264cea03d04402cf14714e35f1ca9efd4a1ef7cb | 1c0e92c5b61de16f8d8aeb86852c9d53ed99ac58 | refs/heads/master | 2020-06-16T22:01:26.340391 | 2019-04-23T13:21:54 | 2019-04-23T13:21:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,897 | c | /****************************************************************************/
/* localtime64 v8.2.2 */
/* */
/* Copyright (c) 2015-2017 Texas Instruments Incorporated */
/* h... | [
"82796620@qq.com"
] | 82796620@qq.com |
68aa2b6dc6d260ef1b3ab5b593242bf9ed5eb5b8 | 74a42d20a727264bffc7088422360e507c5ba01c | /arch/arm_cm/board/nrf51822/boards.c | e034df5803078e4d2f11ff3799884ca7e027646a | [
"BSD-2-Clause"
] | permissive | sjbiwa/bwos | bf23742048c5faf9ffe918bb79105822c0d0e2ad | e10e7bba1fe56b98de1703e7c0b7f52ecc1b104d | refs/heads/develop | 2020-05-21T22:27:38.896257 | 2019-05-02T08:29:41 | 2019-05-02T08:29:41 | 25,146,911 | 1 | 0 | null | 2014-11-25T07:45:53 | 2014-10-13T06:55:17 | C | UTF-8 | C | false | false | 427 | c | /*
* Copyright (C) 2015 sjbiwa All rights reserved.
*/
/*
* boards.c
*
* Created on: 2015/07/01
* Author: biwa
*/
#include "bwos.h"
void board_init_task_depend(void)
{
/************************/
/* clock configure */
/************************/
/************************/
/* pin configure */
/***... | [
"sjbiwa@dream.com"
] | sjbiwa@dream.com |
ab5ce8df1a043e99facc36ef4c9e21854f6ad048 | 1b47bd7330782faa1baf720f07e2cd11cdff578c | /src/geraMatrizes.c | 4ecfd0c35cde006ed2efbddbea3b0f72c8382929 | [] | no_license | lsilvs/AEDS3-tp0 | 20671d256cbf4c6f2f531d1d88bf7671c8d4a044 | 68ce800f1560bbb065b9ac181d2ae30565900560 | refs/heads/master | 2020-04-21T20:53:13.502093 | 2012-09-27T17:37:29 | 2012-09-27T17:37:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,215 | c | /*
* Produto de Kronecker
* Autor: Lucas Silvestre (2010054665)
* Data: 17/09/2012
*/
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
// Declara as variáveis
char * inputFileName = argv[1];
int linhas, colunas, i, j, inst;
srand((unsigned)time(NULL));
int instancias = 10;
int maxLin... | [
"lukas.silvestre@gmail.com"
] | lukas.silvestre@gmail.com |
bc266bd9264ba285c787bd3567d0e303879bbf1d | 73b80a1074ad8b9999e4dd78c86a6baad32bfce5 | /Core/Shared/SysColors.h | 5282945530469fc3b5a0270d761d98d993f25e72 | [] | no_license | abstractspoon/ToDoList_Dev | 25f463dea727b71ae30ca8de749570baa451aa13 | 29d038a7ff54150af21094f317e4f7c7d2dd118d | refs/heads/master | 2023-08-31T21:18:16.238149 | 2023-08-29T01:24:16 | 2023-08-29T01:24:16 | 66,343,401 | 87 | 26 | null | 2023-09-09T08:16:35 | 2016-08-23T07:19:50 | C++ | UTF-8 | C | false | false | 2,448 | h | // SkinColors.h: interface for the CSkinColors class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SKINCOLORS_H__CC5BF634_6783_41C7_9CE6_321CCB130425__INCLUDED_)
#define AFX_SKINCOLORS_H__CC5BF634_6783_41C7_9CE6_321CCB130425__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en... | [
"daniel.godson@gmail.com"
] | daniel.godson@gmail.com |
d44f0002955dedefdd5a612f8dd2ee4c998ebfa1 | 5e86885d102a8c65c1b3f2f447b52240fc330c8f | /test_4_24/test.c | 0c3d6d1e77a49913811343b7d3a0879e46df6cb4 | [] | no_license | wuweiwuju/C | 9272b4504ed2fba9bf8c29463cd035bf370cfdaa | 6052b0c4afb7d0b5c757b78e03f8ce06a16c7090 | refs/heads/master | 2022-08-30T06:54:17.149671 | 2020-05-23T14:19:09 | 2020-05-23T14:19:09 | 178,702,442 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 1,157 | c | #define _CRT_SECURE_NO_WARNINGS 1
//4.编程实现:
//两个int(32位)整数m和n的二进制表达中,有多少个位(bit)不同?
//输入例子 :
//1999 2299
//输出例子 : 7
//
#include<stdio.h>
#include<stdlib.h>
int compare(int num1,int num2)
{
int i = 0;
int count = 0;
int a[50] = { 0 };
int b[50] = { 0 };
for (i = 0; i < 32; i++)
{
a[i] = num1 % 2;
num1 /= 2;
}
... | [
"305086028@qq.com"
] | 305086028@qq.com |
7465be23a4f570f68c3ea2e21310c72cdb29bb97 | 1fcc47ced49d80be8b870c8b5650774bbe5310d0 | /src/log.h | b4a91e009b686a37402c23c906ca0b32e0462368 | [
"BSD-3-Clause"
] | permissive | joecodemonkey/ssclib | 598678cb186b36a2b57e4dfd67b61d85bd4186e3 | b238da2a90c8d044180ae107788669a4b82a8cc8 | refs/heads/master | 2023-07-01T03:57:53.649141 | 2020-08-22T14:18:06 | 2020-08-22T14:18:06 | 289,000,195 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 495 | h | //
// Created by Joseph Hurdle on 7/13/20.
//
#ifndef SEARCHFILEC_LOG_H
#define SEARCHFILEC_LOG_H
#include <stdarg.h>
// log_message an error or message, accepts a string[str] and printf style
// varatic arguments
// [str] - string to use for log_message message
// [..arguments...] - printf style varatic arguments t... | [
"joehurdle@gmail.com"
] | joehurdle@gmail.com |
dc83f761f4db1db134274846184f9639607b7cb1 | 40cd43841d9eed936113f8fe8c9ef03ca98bdb59 | /42-wolf3d/srcs/editor_mouse.c | 1eed0d19179babe97f3af7105e5bf016e68ff300 | [] | no_license | dcognata/42 | dafe0bb43ca4263f272d0b4d473bcf077380d4bd | e642791d7c92d6c12cadc2356b988d38cf9c2d6f | refs/heads/master | 2022-06-28T15:29:32.444834 | 2020-04-13T16:07:45 | 2020-04-13T16:07:45 | 255,374,383 | 0 | 0 | null | 2022-06-21T18:21:26 | 2020-04-13T16:00:00 | C | UTF-8 | C | false | false | 1,536 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* editor_mouse.c :+: :+: :+: ... | [
"damien.cognata@protonmail.ch"
] | damien.cognata@protonmail.ch |
344aeb02ac9e890e756b29523c48de960b364d70 | c72d9596a00a16e4a19177fba9e2df50218c763c | /Core/Src/stm32f4xx_hal_timebase_tim.c | 2f109646bde75d644e5c4d64319fd328ae47ac8d | [] | no_license | Hendrik410/afc-firmware-c | 73184896ad934b34b83b8a432c22488bc2940d49 | fbf0773e9546d7372de1d20071c214d2bbbdd985 | refs/heads/main | 2023-03-03T06:32:44.791559 | 2021-02-10T19:41:25 | 2021-02-10T19:41:25 | 337,834,020 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,086 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32f4xx_hal_timebase_TIM.c
* @brief HAL time base based on the hardware TIM.
******************************************************************************
* @attention
*
... | [
"h.mueller@overzone-studio.de"
] | h.mueller@overzone-studio.de |
6f9cb1791b65eb0ad0be9bbc8b35be561277c76f | a06e247eb829814ccbc47fd4b5613870537bd38b | /Generated_Code/flexTimer1.h | 4a4b8850c00603fe6dfe5d2a63943ae0ee7e0b44 | [] | no_license | nitsu121/new_k22f_code | 6626d79556fbca0a9291909832bcca6e64b77f88 | 63fbc53a7827b92920e87f68f7aef63ce1d64984 | refs/heads/master | 2021-01-10T06:23:12.346539 | 2015-12-06T21:58:32 | 2015-12-06T21:58:32 | 47,515,384 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,977 | h | /* ###################################################################
** This component module is generated by Processor Expert. Do not modify it.
** Filename : flexTimer1.h
** Project : K22F-NRF24-Test
** Processor : MK22FN512VLH12
** Component : fsl_ftm
** Version : Component 1... | [
"justin.flor@emerson.com"
] | justin.flor@emerson.com |
25ef9c53e613afc473a50fd064d6549d1430e7e9 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/0b711a8f-79ff-4fd8-9d96-cfc6bcb45df6.c | 2d360c5d582fc7f664bd54167b15b5aeac274f8c | [] | 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 | 241 | c | #include <stdio.h>
int main() {
int i=4;
int j=32;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = k%j;
l = l-j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
d0c25a5b45566a672ebe95e8141886855fbf1656 | e3c57c220db58a2fc8aefab632ffb831e0dd50fa | /slab.h | 17cb4c816e8259e0d959fe1371373855451a9a52 | [] | no_license | jthornber/dmexec | 0334ec47bfbe91e55f9ebfc2423de06ca90ca108 | da33f4cbeea2e622341ee194575dcebeeccb76e5 | refs/heads/main | 2021-07-06T13:53:33.878721 | 2018-02-26T13:19:12 | 2018-02-26T13:19:12 | 25,863,734 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,945 | h | #ifndef DMEXEC_SLAB_H
#define DMEXEC_SLAB_H
#include <stdbool.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include "list.h"
//----------------------------------------------------------------
#define CHUNK_SIZE (16 * 1024)
typedef struct chunk_allocator__ ChunkAllocator;
void ca_init(ChunkAllocat... | [
"ejt@redhat.com"
] | ejt@redhat.com |
f5d2397f5188c812a316bfb358b1cca8847ad201 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/regulator/extr_core.c_have_full_constraints.c | 8f7eecd46dcd86ec1b2b0b3904bbd71aa991445a | [] | 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 | 587 | 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 |
ce2dd7feb84ec1a1ba967d911c0ec80b4d12370d | 0aae1f62babe35958cc7b6a8c5750ebb1f3f16d8 | /libft/printf.h | 014786895d6064a8d5000d18c4968e71d8b108bb | [] | no_license | yribeiro42/42filler | 48c6c928c28deaf65179d64ee53ddb8395e7c8c1 | 34e01c2b0b73a7cd41316a382e5c2c0d41742928 | refs/heads/master | 2021-03-24T10:07:14.499800 | 2018-04-18T09:58:50 | 2018-04-18T09:58:50 | 109,843,248 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,911 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* printf.h :+: :+: :+: ... | [
"yribeiro@e1r8p3.42.fr"
] | yribeiro@e1r8p3.42.fr |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.