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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4fd409bd0bebb55fc7daa6c64f1ba451266689cc | 4f43a4715282e3fe55bf1b04e304b82aee776dc4 | /Soluções dos exercícios propostos em aula/aula5exerc4.c | d8c9cd2300f51f883283d1a164f0975200900018 | [] | no_license | rejunges/Projeto-Logica-de-Programacao | 42ecba7661b320c544731f367760df9dbb6aad42 | 14a510a2962d496644a85f525653f7da5154cdb2 | refs/heads/master | 2021-01-10T05:05:22.355209 | 2015-11-13T23:01:51 | 2015-11-13T23:01:51 | 46,151,537 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 382 | c | #include <stdio.h>
int main(){
int A[10],i, cont;
printf ("Informe as idades:\n\n");
for (i=0; i<10; i++){
printf ("%dº idade:", i+1);
scanf ("%d", &A[i]);
if (A[i]>35){
cont++;
}
}
if (cont!=0){
printf ("\nExistem %d pessoas com idade superior a 35 anos.", cont);
}else{
printf ("\nNão existe ... | [
"rzjunges@inf.ufpel.edu.br"
] | rzjunges@inf.ufpel.edu.br |
4ac5284502e7ff55b2ae4cd03df6972cb0a45b28 | d4a46c84e300c44c7619e8f876da5a9f43ecf747 | /libImaging/PcdDecode.c | c02d005bedfb4d04d70277d2dbd03e8bb21cd869 | [
"LicenseRef-scancode-secret-labs-2011"
] | permissive | pexip/os-python-imaging | 28e80de4efeee13e328649cbb9482dd96c4965cd | 4ba2f88cf80fd35f0f84f07c22ba6f349523a572 | refs/heads/master | 2023-08-28T02:57:11.806911 | 2016-03-01T10:07:57 | 2016-03-01T10:07:57 | 15,810,353 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,555 | c | /*
* The Python Imaging Library.
* $Id$
*
* decoder for uncompressed PCD image data.
*
* history:
* 96-05-10 fl Created
* 96-05-18 fl New tables
* 97-01-25 fl Use PhotoYCC unpacker
*
* notes:
* This driver supports uncompressed PCD modes only
* (resolutions up to 768x512).
*
* Copyright (c) Fredrik Lundh... | [
"jmb@pexip.com"
] | jmb@pexip.com |
c8cee17d736ad901270891734d659f46d5fbef19 | fbdc48c28e54fb33ae4842ef95ff63893902c99a | /src/hal/cmsis/src/nrf/system_nrf5340_application.c | 387555e0059426741f32cfb694b346e0b4a6c53b | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | openmv/openmv | 44d4b79fc8693950a2e330e5e0fd95b5c36e230f | 8a90e070a88b7fc14c87a00351b9c4a213278419 | refs/heads/master | 2023-08-30T20:59:57.227603 | 2023-08-23T16:50:55 | 2023-08-23T16:50:55 | 14,360,940 | 2,150 | 1,226 | MIT | 2023-09-14T07:18:15 | 2013-11-13T10:23:44 | C | UTF-8 | C | false | false | 9,564 | c | /*
Copyright (c) 2009-2018 ARM Limited. All rights reserved.
SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the License); you may
not use this file except in compliance with the License.
You may obtain a copy of the License at
www.apache.org/licenses/LICENSE-2.0
Unless ... | [
"i.abdalkader@gmail.com"
] | i.abdalkader@gmail.com |
cd7cdec8fa48a666635870e6b9a330c2e9a725cd | a78b4255c76bb1e292c17c86a50816473dfd6006 | /src/inttypes/PRIoMAX.h | 10c50fb05545abd629b5ea9565dafa891fd64105 | [
"MIT"
] | permissive | ung-org/libc | be61b73696766d8ca003dd3e2e94d57ea695e151 | 55fc64c7ffd7792bc88451a736c2e94e5865282f | refs/heads/master | 2022-12-01T22:24:51.479128 | 2020-08-17T19:39:58 | 2020-08-17T19:39:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 123 | h | #include <inttypes.h>
#define PRIoMAX "llo"
/*
STDC(199901)
*/
| [
"jkk@ung.org"
] | jkk@ung.org |
1c8b414211d24d74f2209225eabf494aa4e9824c | 59864cbd213b5da6f50d6255b0a021564b3d5bd4 | /challenges/Audio_Visualizer/src/cgc_dft.h | 8a9afa694ad9a22196039e21d8e7b042899ee3e6 | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-unknown",
"BSD-2-Clause"
] | permissive | trailofbits/cb-multios | 8af96a4fbc3b34644367faa135347f88e0e0d0a3 | 810d7b24b1f62f56ef49b148fe155b0d0629cad2 | refs/heads/master | 2023-09-05T03:56:20.229403 | 2022-12-27T15:47:54 | 2022-12-27T15:47:54 | 41,688,943 | 522 | 133 | MIT | 2023-06-29T02:47:13 | 2015-08-31T17:04:31 | C | UTF-8 | C | false | false | 259 | h | #ifndef DFT_H_
#define DFT_H_
typedef struct {
double real;
double imag;
} complex_t;
complex_t *cgc_dft(double *real_coeff, unsigned int samples, int *len);
double *cgc_idft(complex_t *coeff, unsigned int samples, int *len);
#endif /* !DFT_H_ */
| [
"kareem02@gmail.com"
] | kareem02@gmail.com |
ba5de285b245de60cda85adea969b63169d424de | 0e239c9a59f155d6320b38235bf8afffc5206a1b | /caracter_vetor.c | 4fa37337d6b2f73d6fdf02dc03c6bd01a3a3f37f | [] | no_license | ElizabethRamos/c-language | 7048ad89df16989d5e845401c805d5f046ae0fea | 68a59c674f42ae355649f0090ea6d49463d5856e | refs/heads/master | 2021-09-10T22:23:12.666112 | 2018-04-03T09:39:37 | 2018-04-03T09:39:37 | 115,348,305 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 238 | c | #include <stdio.h>
int main()
{
char name[] = {'E', 'l', 'i', 'z', 'a', '\0'};
int i = 0;
for(i = 0; i <= 5; i++)
/*while(name[i] != '\0')*/
{
printf("%c\n", name[i]);
/*i++*/
}
return 0;
} | [
"elizabethlopesramos@gmail.com"
] | elizabethlopesramos@gmail.com |
22501a00fba91c684ff3906d02cc35ea6af0a3d0 | 960f970deadf61046af885096d926acac3f56f6a | /ex05/ft_sqrt.c | 4b7adcc725dec11a4d76147fbad8323b8f0a7efa | [] | no_license | tsmampa/D04 | e54ef83280fb582b6cf593368a5057ac1c1a3c86 | c5d2583d024f3d3e5b6046bcef5fe1885c6b3b1d | refs/heads/master | 2022-11-21T19:27:33.485770 | 2020-07-15T12:09:44 | 2020-07-15T12:09:44 | 279,287,119 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,096 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_sqrt.c :+: :+: :+: ... | [
"tsmampa@c4r16s1.wethinkcode.co.za"
] | tsmampa@c4r16s1.wethinkcode.co.za |
20a47787d2910c7fee2b8913ba62a00220b4da3d | 0314cb9a90fb0676280a50a426208276565a4b12 | /teocx/teoc_albino.c | ff464ab3e41dcfa55878ef81aa7fbc4046c47f77 | [] | no_license | inhaesiozha/teoc2007 | 6229540f3b34ae541bb9438d110c4b631c4f219e | 913308ca96bf6d23eb395fd6e485b388ba42695a | refs/heads/master | 2020-12-24T14:01:12.312831 | 2010-06-08T13:22:28 | 2010-06-08T13:22:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,045 | c | // show %stagnant, %blue, %red, %green
#include <curses.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#define GENE_INDEX_DISPLAY 0
#define GENE_INDEX_MEET 1
#define GENE_INDEX_MOVE 2
#define GENE_INDEX_PERSONALITY 3
#define MEET_STYLE_PUSH 0
#define MEET_STYLE_PULL 1
#define MEET_STYLE_EXCHANGE 2
#de... | [
"inhaesiozha@gmx.com"
] | inhaesiozha@gmx.com |
5e0cddc3b2afcb59a42e39e6a6058b8b681d5f1b | 4b08dfacf916de2bf5ef0ce4a0d2040b70946794 | /doc/diversitree-ext-bisse.c | f949899514def7d6183a77a84db9888346f64550 | [] | no_license | richfitz/diversitree | 7426e13415829e3fc6a37265926a36461d458cc6 | 8869a002f8c978883f5027254f6fbc00ccfa8443 | refs/heads/master | 2023-08-08T23:13:59.081736 | 2023-05-03T14:43:17 | 2023-05-03T14:43:17 | 3,779,673 | 16 | 13 | null | 2023-08-24T14:46:37 | 2012-03-20T20:29:11 | R | UTF-8 | C | false | false | 781 | c | #include <R.h>
static double parms_bissenew[6];
void initmod_bissenew(void (* odeparms)(int *, double *)) {
int N = 6;
odeparms(&N, parms_bissenew);
}
void derivs_bissenew(int *neq, double *t, double *y, double *ydot,
double *yout, int *ip) {
double E0 = y[0], E1 = y[1];
double D0 = y[2]... | [
"fitzjohn@zoology.ubc.ca"
] | fitzjohn@zoology.ubc.ca |
3efb99c384e990df947a1b94628c4263725edcf9 | bc1060420a532f2048758e1d23fd0fd48a56f4e5 | /CODECHEF/CODECHEF_FLOW015.c | d2fe169f6a003b99d0e5d5beffbedb5203f7e1c2 | [] | no_license | spdpiyush/Competitive-Programming | c6ce9743b7f3e7561710628fec25a7909c2838eb | dbb652b25f16c281dfdb26e9a6608ab44d6d0836 | refs/heads/master | 2021-10-29T11:47:34.978906 | 2021-10-10T10:44:26 | 2021-10-10T10:44:26 | 90,596,524 | 3 | 3 | null | 2021-05-14T13:37:21 | 2017-05-08T07:02:06 | C | UTF-8 | C | false | false | 1,018 | c | //CodeChef Problem : Gregorian Calender (Beginner)
//Problem Code : FLOW015
//Author : PIYUSH
#include<stdio.h>
#include<stdlib.h>
int leap(int);
int prev(int);
int next(int);
int main()
{
int t,y,c;
scanf("%d",&t);
while(t--)
{
scanf("%d",&y);
if(y>2001)
{
c=next(y);
c=c%7;
}
else
{
c=prev(y);... | [
"piyushchamp.pkp@gmail.com"
] | piyushchamp.pkp@gmail.com |
5444f75d42930ce404ee1ad510ee05d702c4f0a9 | 105af4eaec3f935c85c346fe2243897d5816118c | /Directx9in3d/Model.h | 0803cd516f3b01c209e66858f0691329809542c0 | [] | no_license | nlsysis/d3d9Learing | e9caafa899a402ee27faa3778fb54a3fe14fa3d8 | 923f10cf506a5585764934885c98c34f915a32fc | refs/heads/master | 2022-04-09T15:31:18.274292 | 2020-04-04T12:32:10 | 2020-04-04T12:32:10 | 227,982,639 | 0 | 0 | null | null | null | null | SHIFT_JIS | C | false | false | 508 | h | #pragma once
#include "main.h"
struct Model
{
LPD3DXMESH g_pMesh = NULL; //メッシュインターフェース
DWORD g_MaterialCount = 0; //アテリアル数
int *g_pTextureIds = NULL; //テキスチャー管理番号保存用
D3DMATERIAL9 *g_pMaterial = NULL;
};
bool LoadModel(LPDIRECT3DDEVICE9 pDevice, LPCTSTR modelFile, LPCSTR texturePath, Model &in_model);
voi... | [
"nlsysis1994@gmail.com"
] | nlsysis1994@gmail.com |
55bd3da8e9ea49e7cc2777bd5e1034a43cefbf7c | ad24432997116f20e117ef3e3cc68b30ca338aad | /programmi elettronica embedded A/programmi c/Project1EmbeddedQ15/fix_lib.h | 5db6c55517abcb0e9904515a053a45607e99707d | [] | no_license | LorenzoCausa/Bachelor | ce14703e3a2aeb5f06322872d7de20fd7df0d617 | 74466637738aa3e33872559aa3c5a33b5302293b | refs/heads/main | 2023-02-09T04:13:43.800737 | 2021-01-01T23:01:17 | 2021-01-01T23:01:17 | 326,069,819 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 676 | h | //
// Hw_lib.h
// EserciitazioneDSP1
//
//
#ifndef fix_lib_h
#define fix_lib_h
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <math.h>
#define BETA 15
#define SYMBOLS pow(2,BETA+1)
#define INFRANGE -32768
#define SUPRANGE 32767
#define RES 1./pow(2,BETA)
float tofloat(int16_t fixed);
int16... | [
"lorenzo.causa@libero.it"
] | lorenzo.causa@libero.it |
a62bdef1e51cbaf983c92d4dc424ca3378c69ae0 | 62f0e305c26037f8333dd197760e44f0fae0d7d6 | /libc/fmt/atoi.c | b59c7e100d25b13bbddd544305ee090d3174d7e5 | [
"LicenseRef-scancode-warranty-disclaimer",
"ISC"
] | permissive | BruceChen7/cosmopolitan | e7d871688dc5b9feeed058ac365ac52f32a85e59 | 1df136323be2ae806f5e7ef8879fcdfd60506062 | refs/heads/master | 2023-02-07T06:15:51.813346 | 2020-12-29T04:01:15 | 2020-12-29T04:01:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,258 | c | /*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│
│vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│
╞══════════════════════════════════════════════════════════════════════════════╡
│ Copyright 2020 Justine Alexandra Roberts Tunney ... | [
"jtunney@gmail.com"
] | jtunney@gmail.com |
2f70a9787d34859fa032733f264c46c12073e9ce | 59688e0a30bee13df12e6f53844e4d4b7a3eedba | /src/sg_trace_diag_altivec_128_64.c | afd3c2f621241cd52fe39c95ad7b33b1c83e75c2 | [
"BSD-3-Clause"
] | permissive | rkern/parasail | f1b6febe63c015184e4e1eeaa80e0dbf05928bb4 | 8ddeca2412905c7cf1a244d4b6c5a95ad5284533 | refs/heads/master | 2021-07-21T16:45:09.396076 | 2017-10-17T22:23:20 | 2017-10-17T22:23:20 | 109,191,693 | 0 | 0 | null | 2017-11-01T22:42:11 | 2017-11-01T22:42:11 | null | UTF-8 | C | false | false | 9,311 | c | /**
* @file
*
* @author jeff.daily@pnnl.gov
*
* Copyright (c) 2015 Battelle Memorial Institute.
*/
#include "config.h"
#include <stdlib.h>
#include "parasail.h"
#include "parasail/memory.h"
#include "parasail/internal_altivec.h"
#define NEG_INF (INT64_MIN/(int64_t)(2))
static inline void arr_store_si128(
... | [
"jeff.daily@pnnl.gov"
] | jeff.daily@pnnl.gov |
1704a541cc2004194cd571ece57e1b56e6c9697a | 7ab2a884fe9ce329ff49aabad084bf8d6a864c9b | /src/address.c | ff27255c782fc3f927d138f56ae5b020b2a41cea | [
"MIT"
] | permissive | MicrohexHQ/libwally-core | 171f46412e33c3fc244dde1c591e35324c68f152 | ad3b98d4c5e73fad67a3eabd38ab1f3d04ec5376 | refs/heads/master | 2020-08-02T23:13:40.618439 | 2019-09-28T17:52:08 | 2019-09-28T17:52:08 | 211,540,146 | 0 | 0 | NOASSERTION | 2019-09-28T17:50:41 | 2019-09-28T17:50:40 | null | UTF-8 | C | false | false | 2,970 | c | #include "internal.h"
#include "base58.h"
#include "ccan/ccan/build_assert/build_assert.h"
#include <include/wally_address.h>
#include <include/wally_bip32.h>
#include <include/wally_crypto.h>
#include <include/wally_script.h>
int wally_bip32_key_to_address(const struct ext_key *hdkey, uint32_t flags,
... | [
"sjors@sprovoost.nl"
] | sjors@sprovoost.nl |
e6876a578ad23655001533c6732ed60e1c68ddb4 | 531091db6f1f74d4cea11c5f0d0fc7b7b73ce1f8 | /soal-latihan-lanjutan/soal1.c | 74ef00018bcb003d742ff414ff6eedba5bec38c5 | [] | no_license | 0xbaha/c | f99bd709d5d4cb57c69115c4a418c37e5ca68fe8 | f2523d1545cba7d8fb38641b30f792beceee17a6 | refs/heads/main | 2023-05-10T14:58:34.222673 | 2021-04-19T13:19:52 | 2021-04-19T13:19:52 | 287,102,433 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,606 | c | #include <stdio.h>
void main(){
/* DEKLARASI */
/* Variabel Global */
int n1, n2, n3, n4, n5;
int max, min, max_type, min_type;
float result;
/* PROGRAM UTAMA */
// baca masukan dari user
puts("Masukan 5 bilangan:");
scanf("%d %d %d %d %d", &n1, &n2, &n3, &n4, &n5);
// cari bilangan terbesar
if... | [
"dev@baha.web.id"
] | dev@baha.web.id |
d8a8228c7f5e3e0a0af87b7b241219eded6aeeba | 65d6e98992a41de05231c44c4791a10f9d58fe89 | /include/blit.h | 9f5a0388d90d9994bdec4de08c2fd185c4daaaea | [] | no_license | PSP-Archive/Brightness-Control | dd1d0699c97081b31068e422261d9bcdb4a0a434 | eff482ff93dc5bad65cc6c6297e8168ade84f7d0 | refs/heads/main | 2023-07-06T16:59:59.839699 | 2021-08-15T12:17:46 | 2021-08-15T12:17:46 | 373,878,941 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 174 | h | #ifndef BLIT_H
#define BLIT_H
int blit_string(int sx,int sy,const char *msg,int fg_col,int bg_col);
int blit_string_ctr(int sy,const char *msg,int fg_col,int bg_col);
#endif
| [
"pierluigiortenzi@gmail.com"
] | pierluigiortenzi@gmail.com |
cec20bbb4c819bd691458a5cada14d20274880b9 | d5604f76a6e5305f6613da6209ddf0d0d217137e | /variants/atmelsam/samv71b/include/instance/mcan1.h | 43736836bd95c7328d27fca8e26b5169266ccc50 | [
"Apache-2.0"
] | permissive | chepo92/framework-cmsis-atmelsam | 72afb550e8ea6422cce445b28d5116dfca15a75c | ca2abc9e661b92c2dd2185c6aa5e01012ba27bcf | refs/heads/master | 2022-03-03T19:52:00.175944 | 2019-11-07T19:30:23 | 2019-11-07T19:30:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,392 | h | /**
* \file
*
* \brief Instance description for MCAN1
*
* Copyright (c) 2019 Microchip Technology Inc.
*
* \license_start
*
* \page License
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compli... | [
"frankleonrose@gmail.com"
] | frankleonrose@gmail.com |
f18b64dd9c3a98f04e74dd11e164b32280b6f54c | e6dec5673381082976d6c26c203561adb9aa1284 | /vc_strdel.c | 384bd082e5f5a30c6030a723037a0328aa819b16 | [] | no_license | Liunanyin/C_PROJECT | d73eb58a4206c9a0df3515ed29248dde29d23bc0 | d0b35bc74ff415a5e6eb822f74bf3b82a9af8398 | refs/heads/master | 2020-03-27T14:27:55.162946 | 2018-08-29T22:03:56 | 2018-08-29T22:03:56 | 146,663,908 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 280 | c | //
// vc_strdel.c
//
// Created by LIUNAN YIN on 2018/8/29.
// Copyright © 2018年 LIUNAN YIN. All rights reserved.
//
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
void vc_strdel(char **as)
{
if(as && *as){
free(as);
as[0] = '\0';
}
}
| [
"liunanyin@LIUNANs-MacBook-Pro.local"
] | liunanyin@LIUNANs-MacBook-Pro.local |
9252023c9c3fa1062a2cb19782ad8018c23e1476 | f9db4546cc9009e604b74db775d74e642d325d6a | /nihongotex/jtex1.7/drivers/SeeTeX-2.16.1J/Xtex/dialog.c | e6067fe821c0e6f9804c4ab46843bf8c84b70837 | [] | no_license | texjporg/historical-ptex | 85a8a5b0a4fe93dab51e979d9f23b580915b676c | 51f7e69ea538555f16f2622640c8be417a292e66 | refs/heads/master | 2023-08-17T00:07:06.235941 | 2023-08-04T11:32:14 | 2023-08-04T11:32:14 | 200,317,723 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,236 | c | /*
* Copyright 1989 Dirk Grunwald
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without fee,
* provided that the above copyright notice appear in all copies and that
* both that copyright notice and this permission notice appear ... | [
"h.y.acetaminophen@gmail.com"
] | h.y.acetaminophen@gmail.com |
868786c289e5dca31e86c01496ddf0aee5ddc101 | 37c593b4c9b42d38ebfcac8d7160282c43fdb324 | /model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/AmstredamUtrechNoExp/Balise_420_1_AmsterdamUtrechtL2_Sheet13_Breukelen_Maarssen_Balises.c | 146234dc12dc0d0fb0beb14af5674f7c02e4be12 | [] | no_license | stefan-karg/modeling | d4211778a2e7f2d4948ea38442096edb0f317051 | c0855d85430e5d8313c04a9b8918cd3d596e48ec | refs/heads/master | 2021-01-16T19:56:51.201532 | 2015-08-26T13:55:57 | 2015-08-26T13:55:57 | 26,961,581 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,871 | c | /* $*************** KCG Version 6.1.3 (build i6) ****************
** Command: s2c613 -config C:/GITHUB/modeling/model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/AmstredamUtrechNoExp\kcg_s2c_config.txt
** Generation date: 2015-07-22T11:03:51
**************************************************... | [
"mairamou@lea-energy.com"
] | mairamou@lea-energy.com |
b7fc404bb2397dcf4f95df5b4201ae5bf93e1233 | d4f7e0b96144be9b2e5a21af08d6fa65792a896d | /src/R_init_GenomicRanges.c | 1749e233fcf31e69fbcc284cf76ac60ca9072688 | [] | no_license | genome-vendor/r-bioc-genomicranges | 4f08659646db3d9223beaff5b421393babe81378 | 69ddaeb6383f59f030f5fbf05f32c81878f5288a | refs/heads/master | 2016-09-11T02:06:51.394729 | 2013-02-13T23:40:55 | 2013-02-13T23:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 915 | c | #include "GenomicRanges.h"
#include <R_ext/Rdynload.h>
#define CALLMETHOD_DEF(fun, numArgs) {#fun, (DL_FUNC) &fun, numArgs}
static const R_CallMethodDef callMethods[] = {
/* cigar_utils.c */
CALLMETHOD_DEF(valid_cigar, 2),
CALLMETHOD_DEF(split_cigar, 1),
CALLMETHOD_DEF(cigar_op_table, 1),
CALLMETHOD_DEF(cigar_to... | [
"abrummet@genome.wustl.edu"
] | abrummet@genome.wustl.edu |
3cfa0009e876819e1d626b9730f6601c49cfabd4 | 71e5f96a29f5d643ab888b37677d38c33f8d765d | /d/koenig/riddle/rewards/mage_selune.c | e1781135639c7db34708676172e1769fb3e66529 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Cherno-SuS/SunderingShadows | 5f755fbebb79dc0b9d1c2a0541408be4afeb8b67 | c3b4370beb2c4351ecc60826850c94892a42b685 | refs/heads/main | 2023-04-21T09:52:14.580024 | 2021-03-23T12:09:55 | 2021-03-23T12:09:55 | 349,490,686 | 0 | 0 | NOASSERTION | 2021-03-23T12:09:56 | 2021-03-19T16:40:12 | null | UTF-8 | C | false | false | 1,888 | c | //mage_selune.c - reward for Riddle Quest. Thanks to Shar for coding this item :)
#include <std.h>
#include "../../nereid.h"
inherit MAGEROBES;
void create(){
::create();
set_name("lunar waistcoat");
set_id(({ "waistcoat", "coat", "lunar waistcoat", "the lunar waistcoat" }));
set_short("%^BOLD%^%^WHITE%^The %^CYA... | [
"law@shadowgate.org"
] | law@shadowgate.org |
e26c5730d0b41ab33afc67819a792df360d01437 | 2373542b6b84ac7a23c1aee26f585894021dc0e7 | /usr/lib/mt/tmp/waitq.h | e0e5c3680d1f49d44332a545620ae3266644b982 | [
"BSD-3-Clause"
] | permissive | vendu/velho | 536ac91eaadfd8052547f4520752bca2fb69c2f9 | 623983e946d93b6b53eb4eabfccba3fa5ddbd824 | refs/heads/master | 2020-04-24T16:04:33.504696 | 2020-01-14T00:43:57 | 2020-01-14T00:43:57 | 172,093,485 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,162 | h | #ifndef __MT_WAITQ_H__
#define __MT_WAITQ_H__
/* REFERENCE: https://arxiv.org/pdf/1112.1141.pdf */
#include <stdlib.h>
#include <zero/cdefs.h>
#include <mt/mtx.h>
#include <mt/cond.h>
#if !defined(COND_T)
#define COND_T zerocond
#endif
#define WAITQ_MAX (1L << 16)
#define WAITQ_NONE (~0L)
#define WAIT... | [
"tuomoster@gmail.com"
] | tuomoster@gmail.com |
223860fec1da23580b0ba3740aefeb358bdd76ba | 8a024b9665da46e44d3e60bf60018e880ac3c263 | /src/mem.h | fedaafa7c45d8fe08ca86fdb58953697cbda4b78 | [
"BSD-3-Clause"
] | permissive | michaelnmmeyer/mascara | 5fd06c631510bbe65160e9203967de2fc28a01b4 | f420d9a0f690f3098913977598c0d2fa30d7ad3b | refs/heads/master | 2021-01-10T06:31:30.723724 | 2017-04-11T18:53:24 | 2017-04-11T18:53:24 | 49,443,551 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 378 | h | #ifndef MR_MEM_H
#define MR_MEM_H
#include <stddef.h>
#include <stdarg.h>
#include <stdnoreturn.h>
local noreturn void fatal(const char *, ...);
local void *mr_malloc(size_t)
#ifdef ___GNUC__
__attribute__((malloc))
#endif
;
local void *mr_calloc(size_t, size_t)
#ifdef ___GNUC__
__attribute__((malloc))
#en... | [
"hierophanie@gmail.com"
] | hierophanie@gmail.com |
c1941dd8538dbbffa9cac0659b084c9419f40d7d | ccdc09f28cf8ce6005df496ce982a58a99df1696 | /G_plus_one.c | 4fd0d32632ff6d52fd188d51ec89bb16df3b7c65 | [] | no_license | leej1996/ARP-Assignment | 934a594b7c9f947d6f9f4e700d086752010096cc | 24f8bfc9d10fe756b8b9c812d2146f15164c7fb5 | refs/heads/master | 2021-01-07T08:45:58.402923 | 2020-09-14T19:44:59 | 2020-09-14T19:44:59 | 241,639,391 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,890 | c | #include <stdlib.h>
#include <strings.h>
#include <unistd.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <time.h>
#define PORT 8080
#define BUFFSIZE 8192
//server
void error(const char *msg) {
perror(msg);
exit(1);
}
int main(int argc, ... | [
"noreply@github.com"
] | leej1996.noreply@github.com |
719ca834ae6cb3fe33340a82b5761cef7ebe5bb8 | cd8adc658f22b2d23ecb92cd7dea23a7592f3dad | /src/xalanc/resource.h | 0a3a8a27c2525b7c4c0cfd5fdedca8b305388b52 | [
"Apache-2.0"
] | permissive | apache/xalan-c | 8207ab896f4fc63009b0612d1f2c68cc53494814 | c326619da4813acfc845c2830d904a4860f9afe1 | refs/heads/master | 2023-08-16T05:31:27.349782 | 2021-11-23T19:59:03 | 2021-11-23T19:59:03 | 183,135,979 | 27 | 28 | Apache-2.0 | 2022-11-28T18:01:31 | 2019-04-24T02:57:39 | C++ | UTF-8 | C | false | false | 439 | h | //{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by AllInOne.rc
//
#define DummyString 1
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALU... | [
"dbertoni@apache.org"
] | dbertoni@apache.org |
8f2ec1eb151770f4372fd07fd90c087ef30a9f40 | 8ac123797061181676fb70eac6c98783b440d9f3 | /lib/my_str_islower.c | 366b62e5a71f999c56a63d3abc43d6de8bb62b41 | [] | no_license | thecyril/Epitech_Piscine | 628596f336d1a3095c93162cae566447c141b7ae | 85725c8388738665ba84aae5307c756e4d843f33 | refs/heads/master | 2021-01-19T02:54:12.854050 | 2016-06-13T17:21:06 | 2016-06-13T17:21:06 | 46,043,363 | 3 | 0 | null | 2015-11-13T09:01:25 | 2015-11-12T09:41:25 | C | UTF-8 | C | false | false | 452 | c | /*
** my_str_islower.c for my_str_islower in /home/puccio_c/rendu/Piscine_C_J07/lib/my
**
** Made by cyril puccio
** Login <puccio_c@epitech.net>
**
** Started on Wed Oct 7 11:22:52 2015 cyril puccio
** Last update Thu Nov 5 14:46:30 2015 cyril puccio
*/
int my_str_islower(char *str)
{
int i;
i = 0;
... | [
"puccio_c@epitech.eu"
] | puccio_c@epitech.eu |
5db02385cca6378f93e3ed352920848e39bdd443 | 6a9aab7bdd0aa1236eb57beee61150057298a0b9 | /SourceCode/Game/MeshBuffer.h | d419860bbac7b2f55c7f29308953e249c536a4e7 | [] | no_license | PeterMerkert/ProjectForgotten | 99e7bb7c51081890aac1090f71fe1de43e7ad51e | 622104c814411c1e0241f4642a8cfe0058838ec8 | refs/heads/master | 2021-01-10T16:07:15.849965 | 2016-01-31T18:14:49 | 2016-01-31T18:14:49 | 50,455,554 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 645 | h | #pragma once
///-------------------------------------------------------------------------------------------------
/// <summary>Used to index the bufferObject variable in the Mesh class.
/// MAX_BUFFER will result to two, which defines the size of the
/// bufferObject array in the Mesh class. The first two indice... | [
"peter.merkert@gmx.de"
] | peter.merkert@gmx.de |
5f6fdca51e24182e29b3b756a37cd53050ee1764 | 252b26dbab7c86981a6425700c52c6915c01d178 | /code/errors.c | f229aa2929694542c2f8169bb6f17bb1d1f39ef6 | [] | no_license | jtalway/jtalway.github.io | e11a66e999bce07e560986ab46e2b8584525518c | 9bbda1319ec1d54eeb5d664c0ea476eb16fa5123 | refs/heads/master | 2022-06-05T22:20:17.980891 | 2022-05-23T18:16:29 | 2022-05-23T18:16:29 | 240,934,714 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 125 | c |
#include <stdio.h>
int main(void) {
printf ("This is code with errors: ");
printf ("Fix them!");
return 0;
}
| [
"jtalway@gmail.com"
] | jtalway@gmail.com |
7a734d74a53f476b83d79e25775b8df55edb682c | 7f078d0ce77131152c315e946ca16d4c5be0e01f | /lock.c | 70bd9066052e60e5754ad41c213cbc7a8546b5ed | [] | no_license | bond/dma | 7657df462df794a8aef8ed51e3265a64a9f84927 | f529554fc59900a0be7f9c994338eaa274abde2c | refs/heads/master | 2021-01-10T19:00:02.714126 | 2010-07-04T17:50:44 | 2010-07-04T17:50:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,534 | c | #include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <stdarg.h>
#include <fcntl.h>
#include <signal.h>
#include <syslog.h>
#include <setjmp.h>
#include <sys/param.h>
#include <sys/file.h>
static sigjmp_buf sigbuf;
static int sigbuf_valid;
static void
sigalrm_handler(int signo)
{
(v... | [
"daniel@bondconsult.no"
] | daniel@bondconsult.no |
8c061b70e8bb71d39cf713999ab8884743fa63a6 | 83741c0a673421e5f248625ccb6acc052c75194e | /stride_scheduling/execute.c | aa000333b81bdc25802f3e772756f8fef7f92f22 | [
"MIT"
] | permissive | jodfedlet/OperatingSystem | 33feb488d2bd2e9ba4651f8cbe67ff6bfc342763 | 21dc475cafa1ad3075d07ad04e80a741bf524f20 | refs/heads/master | 2020-08-05T00:43:57.395584 | 2019-11-28T23:55:00 | 2019-11-28T23:55:00 | 212,336,946 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 811 | c | #include "types.h"
#include "stat.h"
#include "user.h"
#include "fs.h"
#define N 10 //quantidade de processo a ser criado
unsigned int lcg = 3; // Variavel de controle da randomização dos tickets
unsigned int lcg_rand(unsigned int state) // Função de randomização
{
state = ((unsigned int)state * 48271u) % 0x7fff... | [
"fedletpierre15@gmail.com"
] | fedletpierre15@gmail.com |
7306a54390f44e2936acac6e75fe319b7d2cf417 | 6edc544fe22c1ff6cff58a3faa436e2196d62759 | /Minesweeper Revolution/Action.h | 7eecb06257ff30a15bc2c062155af55d7703cf31 | [] | no_license | pvnetto/MinesweeperRevolution | eb08904f23208346df07e01132dd062c8cb60a5f | 8b9cc0c66eed6da1ad7e999237c79b13686a0492 | refs/heads/master | 2022-10-07T05:40:27.100239 | 2020-06-08T01:08:16 | 2020-06-08T01:08:16 | 268,668,285 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 88 | h | #pragma once
enum class Action {
LEFT_CLICK,
ALT_CLICK,
MOUSE_ENTER,
MOUSE_LEAVE
}; | [
"pvnetto1@gmail.com"
] | pvnetto1@gmail.com |
0e02f0f3a44576ab8f3f92b39c510c21a5e13b4f | 0c7b0bd925187c114bcaf85fce51db6903ef0133 | /BH1792GLC_HeartRate/sysDef.h | 4bbb52474ca7c1f342161b6a2c024086106bd991 | [
"BSD-3-Clause"
] | permissive | takurx/BH1792GLC-nRF52832-Example | 9ad515c93211901e118ec46d87a1635188dfb457 | 1bd5ff29995974ded54e4a4c47aad83032d02151 | refs/heads/master | 2020-04-21T12:44:49.648309 | 2020-03-08T10:09:50 | 2020-03-08T10:09:50 | 169,573,452 | 1 | 0 | BSD-3-Clause | 2020-03-08T10:09:51 | 2019-02-07T13:09:48 | C | UTF-8 | C | false | false | 3,875 | h | /////////////////////////////////////////////////////////////////////////////////
// sysDef.h
//
// Copyright (c) 2016 ROHM Co.,Ltd.
// Copyright (C) 2019 HERBIO Co., Ltd.
// Copyright (c) 2019 Yoshihiro Nakagawa a.k.a. takurx, JJT1BC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
... | [
"taku3wzr@gmail.com"
] | taku3wzr@gmail.com |
405a3f8183c4394146b603cea9dfe57cdbb1eba7 | bf2424d0e9f125d527b3866b4061cc3803dc8625 | /log.c | c0114c776f53a06b874692dd3724ecaa1937aab6 | [] | no_license | farthought/gtk | 1564d0efbe44b15eefa1a0c2b31ee526f0c05a53 | 08dc2816c56dcffe14b77bbdb8806778520bf49e | refs/heads/master | 2021-01-21T11:14:38.152198 | 2017-03-07T09:10:27 | 2017-03-07T09:10:27 | 83,534,754 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 269 | c | #include <syslog.h>
int main(int argc, char **argv)
{
syslog(LOG_ERR|LOG_USER,"test - %m\n");
openlog("SyslogTest", LOG_CONS | LOG_PID, 0);
syslog(LOG_DEBUG,"This is a syslog test message generated by program '%s'\n",argv[0]);
closelog();
return 0;
}
| [
"gengshixin@outlook.com"
] | gengshixin@outlook.com |
84edd5f5090f20ea4e51f16eeefe43915b747044 | 75716fadd5592ac172188d3c9f04fff05ca9c453 | /csky/csky-elfabiv2/include/limits.h | 2dd551f398fcda37cf42f3d1f6a5086c0d593cde | [] | no_license | yz-wulala/iServer01Bkup | 3f98983c98349f7d49d6408853d992dc82eaad1c | 1be06709fab95ca37d7de5911169a8aee2e05d34 | refs/heads/master | 2022-11-20T12:23:20.578411 | 2020-07-26T17:30:04 | 2020-07-26T17:30:04 | 270,225,610 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 4,196 | h | /*
*
* Copyright (C): 2012 Hangzhou C-SKY Microsystem Co.,LTD.
* Author: Junshan Hu (junshan_hu@c-sky.com)
* Date: 2012-5-6
*/
#ifndef _LIBC_LIMITS_H_
# define _LIBC_LIMITS_H_ 1
#include <features.h>
# ifdef _MB_LEN_MAX
# define MB_LEN_MAX _MB_LEN_MAX
# else
# define MB_LEN_MAX 1
# endif
... | [
"yzjiang18@fudan.edu.cn"
] | yzjiang18@fudan.edu.cn |
3f6452d4b209f353acd50a502ee50bd3cec7dd99 | fd59acdf97cc824c41f722128e83931f84d86b5e | /usr.bin/tmux/cmd-select-pane.c | 57309bbab0be031b60fdeb19c7d754c2ed6349d6 | [] | no_license | johnsbsd/openbsd_src | af4f76a4f55282cb65ba26f73583c7abb1b48991 | b410d514b1070c4eb7f182e3d43aa89493f9409c | refs/heads/master | 2022-07-20T04:49:49.274543 | 2020-05-22T10:26:00 | 2020-05-22T10:26:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,317 | c | /* $OpenBSD: cmd-select-pane.c,v 1.61 2020/05/16 16:20:59 nicm Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicholas.marriott@gmail.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and ... | [
"nicm@openbsd.org"
] | nicm@openbsd.org |
57fa940b49d1a1a7bf21e55dfc15f36643b8dde7 | 1461a6a0609c74f257ab91a31f7e2d812578302e | /tools/compiler/gcc-ia/5.2.1/i586-intel-elfiamcu/include/machine/setjmp.h | 8a8498c922d48f49cebe6a89e3d6f8268e032085 | [] | no_license | SDICurie/toolchain | e73e2fe046715668fbfbaa055a1b57cb0357a1e0 | 4825d05e6d4cb6696a71ba75b9c79e596aac0679 | refs/heads/master | 2021-01-19T05:15:55.379387 | 2016-08-11T06:24:15 | 2016-08-11T06:24:15 | 65,442,711 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,057 | h |
_BEGIN_STD_C
#if defined(__or1k__) || defined(__or1knd__)
#define _JBLEN 31 /* 32 GPRs - r0 */
#define _JBTYPE unsigned long
#endif
#if defined(__arm__) || defined(__thumb__)
/*
* All callee preserved registers:
* v1 - v7, fp, ip, sp, lr, f4, f5, f6, f7
*/
#define _JBLEN 23
#endif
#if defined(__aarch64__)
#defin... | [
"jun.r.li@intel.com"
] | jun.r.li@intel.com |
13191e7c674edd2f9ba145e1681f2eb75962493e | 1a53a23d435a7c8c728dfbdc22857e1b2603a8b6 | /c/src/tests/gen_type1_test1.c | ba8682e2972ceea59980850774b93643f1ce632a | [] | no_license | ipxe/cx | 90451351d7c661aaf15419eb21066c266aa932db | 2ec0e663d2f2e90328fa035ff151e8ba94f7acae | refs/heads/master | 2023-08-11T19:32:00.721647 | 2020-05-07T00:37:44 | 2020-05-07T00:37:44 | 253,659,422 | 9 | 2 | null | 2020-04-17T18:32:25 | 2020-04-07T01:45:28 | C | UTF-8 | C | false | false | 31 | c | ../../../spec/gen_type1_test1.c | [
"mbrown@fensystems.co.uk"
] | mbrown@fensystems.co.uk |
e684c624ef64925be73b42b587b48a517065e6b6 | a9f03759f1241e9b21200649e0adcd6f6c1f048d | /timer.c | c0407c742e929684087f36268207bb15e6dad997 | [] | no_license | jogi1/camquake | 89ed25c78c767731e2c5c81ca4cc199ab99ffde2 | bdf96fb1693227b4b4a6232ac10e3769ea981901 | refs/heads/master | 2016-09-06T09:08:09.357119 | 2014-08-15T09:31:30 | 2014-08-15T09:31:30 | 22,984,935 | 3 | 3 | null | null | null | null | UTF-8 | C | false | false | 4,328 | c | #include "quakedef.h"
struct timer
{
double starttime;
double lasttime;
double interval;
char *buf_cmd;
struct timer *next, *prev;
void (*function)(void);
};
static struct timer *timer_entries;
void Timer_Run(struct timer *timer)
{
// Com_Printf("%f %f %f\n", cls.realrealtime, timer->lastti... | [
"jogihoogi@gmail.com"
] | jogihoogi@gmail.com |
47c9f4dff96bd48f6b242541ce6fbfef5133be4d | fe11634ac9f6b8d7318c9d7f78672a803b61b10e | /interpreter.c | d783fe5a33ff14bbe803dc4a3906dacac71b8703 | [
"BSD-2-Clause"
] | permissive | Neal-liu/jit-construct | a0fbd94dafb2f74a76ecd7ef477f41d0d841f6be | 6f4b2314495f9e7e8db25fdad30b0b2dcb3c600b | refs/heads/master | 2020-04-30T04:43:47.225422 | 2015-07-24T08:08:35 | 2015-07-24T08:08:35 | 39,620,447 | 1 | 0 | null | 2015-07-24T08:24:23 | 2015-07-24T08:24:23 | null | UTF-8 | C | false | false | 1,298 | c | #include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include "util.h"
void interpret(const char *const input)
{
// Initialize the tape with 30,000 zeroes.
uint8_t tape [30000] = { 0 };
// Set the pointer to point at the left most cell of the tape.
uint8_t *ptr = tape;
char current_char;
for (int i = 0; ... | [
"jserv.tw@gmail.com"
] | jserv.tw@gmail.com |
82a5bbb8bfedc47300a47cc167ab0a6066877a88 | 51039562d1170497fcede4158f4c9b5b25c35146 | /Generated_Source/PSoC4/Pin_Vref.h | 24c43602e6852eddffc1bda8eccce22da8f15bb3 | [
"MIT"
] | permissive | jgroman/psoc_talking_clock | b287fef22e9b54ca38572bf29606c211de58eb8f | fa56be3e4e3d6cba044c1472216db68f9f23cee1 | refs/heads/master | 2020-06-27T19:52:35.119396 | 2019-08-01T11:12:33 | 2019-08-01T11:12:33 | 200,034,625 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,875 | h | /*******************************************************************************
* File Name: Pin_Vref.h
* Version 2.20
*
* Description:
* This file contains Pin function prototypes and register defines
*
********************************************************************************
* Copyright 2008-2015, Cypress ... | [
"jgroman@users.noreply.github.com"
] | jgroman@users.noreply.github.com |
7b61814b15a4e3993e7de0079a276d698f99bacd | 7f80861ab4dff81482b5c1d17bac31b2dfd58a65 | /Dave/Generated/src/DAVESupport/DAVE3.c | cbd10420fc8d7d6cb9dbbe15d91f225379123c26 | [] | no_license | blinch89/LongboardLight | 5ad1bfe6be306b701cc1f1aa259dabaf586b0153 | 7a13e412f6b0a3bf6cec40fd27607b81f8ea94b7 | refs/heads/master | 2021-08-08T16:38:10.216369 | 2021-06-16T14:00:42 | 2021-06-16T14:00:42 | 30,780,110 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,561 | c | /*******************************************************************************
** DAVE App Name : DAVESupport App Version: 1.0.44
** This file is generated by DAVE, User modification to this file will be **
** overwritten at the next code generation. **
****... | [
"blinch89@users.noreply.github.com"
] | blinch89@users.noreply.github.com |
d1798360997b9d05054c60f740db417efa938141 | 303a0ddb6d9318c012184989b34ef29dd71d443d | /C/1043.c | b9a41d9f5168d3b474fcd55fb34bf1a47e6c9a98 | [] | no_license | Mauro-J/Practicing-programming | 2cf6b82de2542e5c3cdd98535effb1a86e4069b3 | aa0d8eed5776ba34429c24a838d49e716506df53 | refs/heads/master | 2020-04-29T20:58:42.702829 | 2019-03-26T13:52:16 | 2019-03-26T13:52:16 | 176,396,932 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 313 | c | #include <stdio.h>
int main() {
float A,B,C,Perimetro,area;
scanf("%f %f %f",&A,&B,&C);
if(( A < (B + C)) && (B < (A + C)) && (C < (A + B)))
{
printf("Perimetro = %.1f\n",A+B+C);
}
else
{
area = ((A+B)*C)/2;
printf("Area = %.1f\n",area);
}
return 0;
}
| [
"m.j.98@outlook.com"
] | m.j.98@outlook.com |
8d97393eb8b2e47aac81cf9132312484e1b35245 | 5dae4312d424984d3a113258af84844cc5e7dbbc | /C/main.c | 4c689d03b5bb4faac185e2b5d075c6d8b0997329 | [
"MIT"
] | permissive | yhuan416/ARM_LCD_BMP | 9e412e0dfce83f0eed9f549c3efec078a3b0c8f2 | 662881778ee905c1aaffdc6303c5643de107c11d | refs/heads/master | 2020-11-24T06:25:32.425191 | 2019-12-17T09:40:32 | 2019-12-17T09:40:32 | 228,007,937 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 476 | c | #include "common.h"
#include "../lib/bmp.h"
int main(int argc, char const *argv[])
{
//init lcd device
lcd_device_t lcd;
init_lcd(&lcd, "/dev/fb0", 800, 480);
//clean screen
draw_block_lcd(&lcd, 0, 0, 800, 480, getColourRGB(0, 0, 0));
//read bmp file
bmp_info_p bmp = read_bmp("1.bmp");
//show bmp at (0,... | [
"1290635392@qq.com"
] | 1290635392@qq.com |
d8f99cb308fc3237a306516f0c90c6b22fcb30bf | 6ac3ebfdbd0fa5ec7c199ad75d74939b2ecbefd9 | /0x04-more_functions_nested_loops/holberton.h | 2cb9b894e70b0d26d3b4b55f04b31802108475db | [] | no_license | vicuartas230/holbertonschool-low_level_programming | 04321a93c1ed91fa106588e802ae2698ae0456e0 | 45b87b73cb99e57773e5b8de4e6e3c5b5bb504ef | refs/heads/main | 2023-07-15T03:38:15.038460 | 2021-09-02T17:45:56 | 2021-09-02T17:45:56 | 335,805,491 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 328 | h | #include <stdio.h>
int main(void);
int _putchar(char c);
int _isupper(int c);
int _isdigit(int c);
int mul(int a, int b);
void print_numbers(void);
void print_most_numbers(void);
void more_numbers(void);
void print_line(int n);
void print_diagonal(int n);
void print_square(int size);
void print_triangle(int... | [
"vicuartas230@gmail.com"
] | vicuartas230@gmail.com |
694e3524382bde416a77264eedce1445f5831f81 | 11984a1d98c102bc31d48b4ed6f7488cd64d5dbe | /serveur/src/commands/logout.c | 3457b8a053f211e09a7977c2358235b21e94772e | [] | no_license | Brasegon/my_teams | fa9e55a0b4915a25da1436e9b6c9a46d0b02c5ab | b9eac6973910be43ab26de34187d99205c655163 | refs/heads/master | 2022-08-21T03:42:10.269672 | 2020-05-28T14:20:09 | 2020-05-28T14:20:09 | 262,986,523 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 804 | c | /*
** EPITECH PROJECT, 2020
** NWP_myteams_2019 [WSL: Debian]
** File description:
** logout
*/
#include "../../include/serveur.h"
void logout(char **tab, client_t *client, server_t *srv)
{
char line[256];
(void)tab;
if (client->is_login != 0) {
server_event_user_logged_out(client->uuid);
... | [
"brandon.segers@epitech.eu"
] | brandon.segers@epitech.eu |
fae826ee7ed1a9d6cda4f91b0808ae5bf1847126 | 7082d104b9799ef4456c619c63058182a6d4ddef | /thread_dlg/stdafx.h | 7a1a771126c5847a67c6828fbba1c37d9d6d2548 | [] | no_license | proficad/thread_dlg | ab9528684928b225af1cdbb6726729e03aff2f9b | 335c0344836cd0b54318f3841a2b6fe30b7531d9 | refs/heads/master | 2020-12-04T00:29:25.818558 | 2020-01-03T14:33:37 | 2020-01-03T14:33:37 | 231,538,633 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,739 | h |
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently,
// but are changed infrequently
#pragma once
#ifndef VC_EXTRALEAN
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#endif
#include "targetver.h"
#define _ATL... | [
"proficad@gmail.com"
] | proficad@gmail.com |
234aa7c553cc74cf2dd604cdd49ef0fb00c6ab24 | cd7dd3ef4e6860b5eb89a8d5248a951133c683d0 | /random.h | 66b6828440a265ab6ff88352ce6471dac5230ea2 | [] | no_license | xfanas/Linuxcpp | 131d942bf16c741cf3c5bcda25a718eee41b759c | 3f5a34e66167efe29db38066568de44fc1086d7f | refs/heads/master | 2020-12-03T00:15:43.285983 | 2017-07-02T06:00:30 | 2017-07-02T06:00:30 | 96,005,609 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 119 | h | void Randomize();
int GenerateRandomNumber( int low, int high );
double GenerateRandomReal( double low, double high );
| [
"root@DESKTOP-LM715O9.localdomain"
] | root@DESKTOP-LM715O9.localdomain |
444521c551cdcdd78c0fc95cdbf4b97907eceae2 | b041e92d1b26053b4be9a4dc0f460c7bd79478ba | /LAB problem solving/task3l12.c | 9c9b614611b8839e7963434734f019f5f259e879 | [] | no_license | NSU-CSE-chapters/CSE115.6-IHA | 9bb9b2484e2c5858cd26ddf3c330a20bbd114820 | d96400bb78c03981cc1eeebc40d5c4c4f4935523 | refs/heads/master | 2022-12-24T03:32:55.928328 | 2020-10-05T17:31:54 | 2020-10-05T17:31:54 | 277,347,339 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 433 | c | //Name: Fahim Muntashir
//ID: 2021183642
//Course code: CSE115L
//Section: 06
#include<stdio.h>
int gcd(int a, int b);
int main()
{
int num1,num2;
printf("enter first and second number : ");
scanf("%d%d", &num1, &num2);
printf("gcd is : %d\n", gcd(num1, num2));
return 0;
}
int gcd(int a, i... | [
"fahim.tech.me@gmail.com"
] | fahim.tech.me@gmail.com |
e8f06be696786fe54dadc222401ef0a2900e3834 | 813028300811cf135f96e302eb4de86f1f5e5eb1 | /linux/home/radar/ros.3.6/codebase/base/src.lib/tcpip/cnx.1.17/doc/src/ConnexWriteMem/ConnexWriteMem.c | 1e61ce81381803715b03019d20ecbc38039fbb9c | [
"MIT"
] | permissive | UAF-SuperDARN-OPS/SuperDARN_MSI_ROS | 228b864fe2b69c6bbbfad3a7df968168ebca1498 | c6c3ae2fccd4694a9c8e6047e9df5febcb3c391b | refs/heads/master | 2022-11-22T07:58:52.415306 | 2013-07-30T06:29:50 | 2013-07-30T06:29:50 | 39,792,221 | 1 | 3 | MIT | 2022-11-17T18:45:31 | 2015-07-27T18:58:01 | C | UTF-8 | C | false | false | 3,114 | c | /* ConnexWriteMem.c
================
Author: R.J.Barnes
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <errno.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <signal.h>
... | [
"jspaleta@fedoraproject.org"
] | jspaleta@fedoraproject.org |
d42ff7ffa64d69e24a34a92aa9650f996f60bbbe | c8639e2b4bb7116d7dd66acaa769c30d7bb479f7 | /world/daemon/skill/yinfeng-zhua.c | 09d1473cdc7a888bc91c1655f765943e4f76ed09 | [] | no_license | ninemoon/mhxy2002 | 43bc9759bbde56e2c49c524514f3dc4f83fbe932 | 76e0fa31cd662864bd55168e2fdf986622ed510e | refs/heads/master | 2021-09-06T10:05:19.812948 | 2018-02-05T09:57:57 | 2018-02-05T09:57:57 | 120,064,608 | 0 | 0 | null | 2018-02-03T06:07:09 | 2018-02-03T06:07:08 | null | GB18030 | C | false | false | 2,583 | c | //Cracked by Njyjf
// yinfeng-zhua.c, 【阴风爪】
// created 9-5-97 pickle
//menpai skill(can be used by some yaomo NPCs)
// 霉气扑鼻,千疮百孔,残缺不全,摇摇欲坠
inherit SKILL;
mapping *action = ({
([
"name": "「霉气扑鼻」",
"action":
"$n只觉隐隐传来一阵霉气,正奇怪间,$N的左爪已到$l",
"force": 50,
"dodge": -10,
"parry": -... | [
"liming.xie@gmail.com"
] | liming.xie@gmail.com |
47feadbdb3a952db4ad89df1c87c1eb03375f76a | 199db94b48351203af964bada27a40cb72c58e16 | /lang/hin/gen/chapters.h | 92c74bc04d364671b3e2340cd5da4f0e0154e8d4 | [] | no_license | mkoldaev/bible50cpp | 04bf114c1444662bb90c7e51bd19b32e260b4763 | 5fb1fb8bd2e2988cf27cfdc4905d2702b7c356c6 | refs/heads/master | 2023-04-05T01:46:32.728257 | 2021-04-01T22:36:06 | 2021-04-01T22:36:06 | 353,830,130 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 48,547 | h | void book1() {
if(chapter==1) Bible1::view1();
else if(chapter==2) Bible1::view2();
else if(chapter==3) Bible1::view3();
else if(chapter==4) Bible1::view4();
else if(chapter==5) Bible1::view5();
else if(chapter==6) Bible1::view6();
else if(chapter==7) Bible1::view7();
else if(chapter==8) Bible1::view8();
else ... | [
"max@mkoldaev.ru"
] | max@mkoldaev.ru |
ea8db12a9b55819980e67a806101c0127c8fe4a7 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/00a57956-f417-4b7d-bd21-a18c8f32b2a2.c | f721aa6d032822dbc1f103ae43f79980829e9d50 | [] | 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 | 591 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
l = 53;
l = 64;
k = i/j;
l = i/j;
l = j/j;
l = i%j;
l = i-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
char b[68];
char c[45];
a = 0;
while (( a - 1 ) ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
8dd7c21d7072705912dccd56e09103751c58cd0f | af974e83aeae72b023bfcc4a8cf83018e1a847bf | /lead_game.c | 3ca4fa4b4bfc242bf3ce9068b2b976f41681da3c | [] | no_license | AyuOrniThrONE/Lead_game | e2ebe7efaeb21f1a798d64b98ab6b9e724ae3ef6 | 87fb9e51b3650985792975b72aa980ef3a0e9a02 | refs/heads/main | 2023-08-01T02:09:55.892299 | 2021-09-12T18:44:39 | 2021-09-12T18:44:39 | 405,725,070 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 657 | c | //Not accepting the code by codechef
#include<stdio.h>
int main(){
int n,winn=0;
int lead=0;
scanf("%d", &n);
for (int i = 0; i < n; i++)
{
int si,ti,sum1=0,sum2=0;
int diff=0;
scanf("%d %d",&si,&ti);
sum1+=si;
sum2+=ti;
if (sum1>sum2)
... | [
"ayushprakashthaware@gmail.com"
] | ayushprakashthaware@gmail.com |
3f166e051824212afe8cdc8b90dfb0a8d9645fcd | 3c2217a9e512b0f0cc9158729bf29117673d60fa | /uva 357 solution.c | c60d7436c3efc392e4fbc2d73fe43b0a0dbda108 | [] | no_license | tanveerislam/UVASolution | 84b0f443ae435dabe09189ba5ed7a2b550b66415 | 9c03e59fc0a93f319ff17e85a5012823ace16166 | refs/heads/master | 2020-07-22T00:00:41.956658 | 2019-09-07T18:12:57 | 2019-09-07T18:12:57 | 207,007,229 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 474 | c | #include<stdio.h>
# define max 35000
long a[max];
int main()
{
int a1[]={1,5,10,25,50};
long m,n,i,j,k,l;
a[0]=1;
for(i=0;i<5;i++)
{
for(j=a1[i];j<max;j++)
{
a[j]=a[j]+a[j-a1[i]];
}
}
while(scanf("%ld",&n)==1)
{
if(a[n]==1) printf("There is onl... | [
"tanveerlab10ragshahi@gmail.com"
] | tanveerlab10ragshahi@gmail.com |
fa20237493e9fea483838cb02ac0c3686be56b70 | b24d20a86a3d4597c5f1bc831c111bb98b78aa20 | /Sources/CTopazRuntime/Exclusivity.c | 399578b6473608c70332042e81bc2bcec3cae2e9 | [] | no_license | nsc/topaz | 5a99f5d5f04625499163bf7f3d116417da8bb906 | 67a82e22462db7c76cfc2f717c9bff908c5311a3 | refs/heads/master | 2020-07-27T16:15:20.235441 | 2019-09-20T19:49:29 | 2019-09-20T19:49:29 | 209,154,256 | 0 | 0 | null | 2019-09-17T20:51:53 | 2019-09-17T20:51:52 | null | UTF-8 | C | false | false | 391 | c | #include "Exclusivity.h"
void swift_beginAccess(void *pointer, void * /*ValueBuffer * */ buffer,
uintptr_t /*ExclusivityFlags*/ flags, void *pc) {
}
char *swift_getFunctionReplacement(char **ReplFnPtr, char *CurrFn) {
return NULL;
}
char *swift_getOrigOfReplaceable(char **OrigFnPtr) {
retu... | [
"ole@oleb.net"
] | ole@oleb.net |
1959685f6d69b27dee5ac57020b2622fc664493e | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/wcdb/fts/extr_mm_tokenizer.c_find_splited_ideo_token.c | c932e08be0ca98fe2cca9ee5412d0d260b8a5e62 | [] | 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,248 | 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 |
8752e2d04194c0cd1b5c063df0ec286d7c2b82f0 | 62d3121bd681579c02ed95e424937b2dc6f4e8e5 | /Crippling Depression/CompAuton.c | 60f5d2a2aa274cc30944f4db6ac562cd24c4567c | [] | no_license | BeckerJason/Star-Struck | e9ce844efb779d423d5e65bda47b2e99f2de84ab | 0366e9f36ddadfedaf9ae779bb45d1a368716639 | refs/heads/master | 2022-04-30T17:48:40.602346 | 2022-04-16T01:49:41 | 2022-04-16T01:49:41 | 251,497,158 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,832 | c | #pragma config(Sensor, in1, armpot, sensorPotentiometer)
#pragma config(Sensor, dgtl1, clawswitch, sensorTouch)
#pragma config(Sensor, dgtl2, armswitch, sensorTouch)
#pragma config(Sensor, dgtl3, lencoder, sensorQuadEncoder)
#pragma config(Sensor, dgtl5, rencoder, sensorQuadEncoder)
... | [
"jman5438212@gmail.com"
] | jman5438212@gmail.com |
6cc8f86aec157e4cbccc44fbead7477bfbe31a42 | bf7e1922975c78f884c156adc6e9a09dfb744f6f | /include/x86.h | ef43399dcd68adb9cdba638e5d3021a5b2f3179d | [
"NCSA",
"BSD-3-Clause"
] | permissive | joxeankoret/capstone | ef6680ff8b106c3bf7a3d324d64ce1ccc9283352 | 367a4df66f6c8b9956b458180cb44249d9d120ac | refs/heads/master | 2021-01-21T03:51:23.131943 | 2013-12-04T06:15:45 | 2013-12-04T06:15:45 | 14,888,712 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 36,582 | h | #ifndef __CS_X86_H__
#define __CS_X86_H__
/* Capstone Disassembler Engine */
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013> */
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
// Calculate relative address for X86-64, given cs_insn structure
#define X86_REL_ADDR(insn) (insn.addr + insn.size + insn.x86.d... | [
"aquynh@gmail.com"
] | aquynh@gmail.com |
07aa39fb00c13d26415c083e54cd1ec033131701 | 73973a8f40d71102ae4a01e5e8a63e4274e26d58 | /display.c | 8c42aaa33574a35e056a0853f8174213ac8ea650 | [] | no_license | quentin-dev/GBA_2018 | 71a1495f9ccef17dba77958c40c60c545342a2c3 | 5324b8677ef8ec975efcacee149daf16fb16c618 | refs/heads/master | 2020-03-18T23:45:18.410082 | 2018-05-30T15:48:33 | 2018-05-30T15:48:33 | 135,425,491 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,180 | c | #include <stdio.h>
#include <stdlib.h>
#include "display.h"
volatile unsigned short* palette = (volatile unsigned short*) 0x5000000;
volatile unsigned short* front_buffer = (volatile unsigned short*) 0x6000000;
volatile unsigned short* back_buffer = (volatile unsigned short*) 0x600A000;
volatile unsigned long* display... | [
"quentin.barbarat@epita.fr"
] | quentin.barbarat@epita.fr |
bb300bd26da56bdf508940f98ec935ca807ca3b2 | ce4e38505716a4ddf33addd6b575c517e8f1eb32 | /third_party/webrtc/include/chromium/src/content/public/common/common_param_traits_macros.h | 3fb58f3c1d2d040dad1c477460b2a31eb97d6d2c | [
"BSD-2-Clause"
] | permissive | ssaroha/node-webrtc | 73647b45145db865ae53bd307e0b20b089a2cdf4 | 74335bd07cbc52484a88c8eeb336c9bd001928a8 | refs/heads/develop | 2020-12-24T06:58:06.732217 | 2016-12-22T20:52:42 | 2016-12-22T20:52:42 | 73,387,497 | 3 | 2 | null | 2016-11-10T14:03:57 | 2016-11-10T14:03:57 | null | UTF-8 | C | false | false | 13,636 | 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.
// Singly or Multiply-included shared traits file depending on circumstances.
// This allows the use of IPC serialization macros in more than one IPC ... | [
"ssaroha"
] | ssaroha |
c30fa799d022013a56e20a89f10474787eb7845f | 809d74aaa8f1f1097ee0b69e2bfecdfa20b2e50d | /Programacion II/Ejercicios/Tema 2/Fuentes (esquemas)/enumerados sin - esquema.c | d0f08a3a3d3a4bfd25394bc8740e43230235a8b8 | [] | no_license | mgjc/gii-1 | 01dd9b40ad28bc93d99658835c15a93053b539ac | 8a3293a040ae1a5f7f383fce1e4afaf5a290a773 | refs/heads/master | 2020-03-16T04:04:09.839018 | 2018-05-07T18:43:31 | 2018-05-07T18:43:31 | 132,502,563 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 1,961 | c | #include <stdio.h>
#include <stdlib.h>
int main (void) {
char c_tecleado;
int c_tipo;
puts("Teclee un caracter y el programa le indicará su tipo");
printf("Caracter => : ");
fflush(stdin); /* Limpia el buffer de teclado */
c_tecleado = getchar();
if (c_tecleado == '=')
c_tipo = 1; // ... | [
"jcmg@usal.es"
] | jcmg@usal.es |
3c992cdba8ef6343c0cf0ff45efc6c4f1e7f2df1 | 3105ead4a7f8385cd2b972743f8acf1a335ed895 | /graphic.c | 175c66b7e163d1fb4b43d72545783705f27f8934 | [
"MIT"
] | permissive | taka-tuos/Xstation86 | e5fa963d3a96749f14b46eedc261ccefbaa52c06 | 06cd69ffca6c38a74aba4e44bf1fa3a93319b8aa | refs/heads/master | 2021-01-18T17:37:50.938549 | 2017-08-16T13:22:36 | 2017-08-16T13:22:36 | 100,491,721 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,041 | c | #include "Xstation86.h"
#include "libgpu.h"
char *font4x8;
char *font8x8;
SPRITE_DATA *splite;
int xslide = 0, yslide = 0;
int select_flsec = 0;
int cll = 0;
extern unsigned char *flash_v30;
extern bool compatible;
uint32_t rgb332_table[256];
int xfb_tbl[4];
uint8_t *xfb_spl;
uint8_t *xfb_gpu;
uin... | [
"hvcnes@gmail.com"
] | hvcnes@gmail.com |
6765aad5509780d6711de1527f73d878fff5da46 | 03864d4ab05c15e7bb87a25590ac752d3ccf0c5c | /GodHands/GodHands/Source/System/Database/Database.c | 4cc344a2a6b1c36290533f89090dfcc291b74635 | [
"MIT"
] | permissive | collinsmichael/GodHands | 456aca678a982eba28c00eacd58a5e0f190fc59c | d4523ec83e7c9dac9199b67f365cf44b69c1a5b2 | refs/heads/master | 2020-09-14T05:38:34.190627 | 2020-02-22T18:44:45 | 2020-02-22T18:44:45 | 223,035,300 | 13 | 2 | null | null | null | null | UTF-8 | C | false | false | 612 | c | #include "ThirdParty\sqlite3.h"
#include "GodHands.h"
static sqlite3 *db;
static int _cdecl Database_Open(char *filename) {
return sqlite3_open(filename, &db);
}
static int _cdecl Database_Close(void) {
return sqlite3_close(db);
}
static void _cdecl Database_Free(void) {
sqlite3_free(db);
ret... | [
"electro_hobbyist@yahoo.com"
] | electro_hobbyist@yahoo.com |
5fc320b921210cb7464e819535c12eb278f0fd36 | ffb39a034e23d7fe48f9898c4737a06c8b222d1c | /ios/Pods/Headers/Private/libksygpulive/KSYGPUPicture.h | 71d0c92f897e0ed865313a2288d260ed02d8107d | [
"MIT"
] | permissive | zdhgithub/react-native-rtmpview | 95866c09a96781bd1fb53f4e5c3950d638bd0b34 | 63d0122206cd075beb65d1c5bfc7b0590801fb6f | refs/heads/master | 2020-09-02T03:45:36.103008 | 2019-09-25T19:06:22 | 2019-09-25T19:06:22 | 219,126,115 | 1 | 0 | MIT | 2019-11-02T08:34:48 | 2019-11-02T08:34:47 | null | UTF-8 | C | false | false | 67 | h | ../../../libksygpulive/prebuilt/include/KSYStreamer/KSYGPUPicture.h | [
"eric@scruff.com"
] | eric@scruff.com |
5d570dc0026da03852b03ca91f94679be81d6cc0 | e65246f7393f2e54bb96039179acce585c88860f | /externals/vixl/vixl/test/aarch32/traces/simulator-cond-rd-rn-operand-rm-shift-rs-adds-a32.h | 3370212ba3c25838b37fb97619fbcadfc7104aa4 | [
"0BSD",
"BSL-1.0",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | EmulationChannel/dynarmic | 431539acd4bb26e0681ed5ca08b378c6e6bbae10 | 0b78139ba607a59aabc8d806a041d330d4fadc4b | refs/heads/master | 2023-05-31T08:18:46.651851 | 2021-06-27T00:08:31 | 2021-06-27T00:08:31 | 380,618,313 | 0 | 0 | 0BSD | 2021-06-27T00:08:32 | 2021-06-27T00:07:22 | C++ | UTF-8 | C | false | false | 692,016 | h | // Copyright 2015, VIXL authors
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistributions of source code must retain the above copyright notice,
// this list of conditions ... | [
"MerryMage@users.noreply.github.com"
] | MerryMage@users.noreply.github.com |
6ed44a35c47e0367d58e33c092d3737d375491ce | a953e57eb65d231aee259fab9cdf8e69ae6482e9 | /arraybegin.c | 9cc23e61494f569cf1d36b3c8da00ca66ad852ca | [] | no_license | adityasunny1189/C-programming-codes | bb3ffd5db2b0169eed7e12f7566fc5be69927052 | 4f3d65eeaa7be49b0ac3aa296ec314c9f5aedd11 | refs/heads/master | 2020-06-12T15:06:42.307403 | 2019-08-29T17:28:38 | 2019-08-29T17:28:38 | 194,340,537 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 95 | c | #include<stdio.h>
int main()
{
int adi[5]={2,3,5,4,7};
printf("program to print ");
}
| [
"adityapathak1189@gmail.com"
] | adityapathak1189@gmail.com |
6c827d640468b88d6ffc1b3cb32a3bda27ce4a53 | 237257698bf781ffb2f8d6ca1b06d3fab0c86ac4 | /mame-mame0129/src/mame/drivers/renegade.c | 4ef9de80fd61a1a24ec3d52434885fba91c5aac1 | [] | no_license | ArcadeHustle/MAME_Tile_and_Palate_Saver | cf5b6a86c8cafc65b7250374a7dd947261544534 | 56871ce2b19534f87fd666964cc01adcf73a47e4 | refs/heads/master | 2023-03-27T23:12:17.284453 | 2021-04-07T02:57:14 | 2021-04-07T02:57:14 | 355,387,775 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 33,812 | c | /***************************************************************************
Renegade
(c)1986 Taito
Nekketsu Kouha Kunio Kun
(c)1986 Technos Japan
Nekketsu Kouha Kunio Kun (bootleg)
driver by Phil Stroffolino, Carlos A. Lozano, Rob Rosenbrock
to enter test mode, hold down P1+P2 and press reset
NMI is used to refr... | [
"hostile@me.com"
] | hostile@me.com |
8293330deca37b13d94eaff5c62e72ccb47849f0 | c70d020907e538492665c7fe75d7b2b90c88ba93 | /c/mt7.c | 8cafce3414588c6333724ad8a8f3c4143170ae44 | [] | no_license | 4179e1/misc | 7250de0bc0d9ab5641f48ec87f038f8b5dbed29b | 1fb4d38b75fcc7692da605a6d3ec72e735116de1 | refs/heads/master | 2023-08-10T23:37:10.362847 | 2023-07-08T14:27:53 | 2023-07-08T14:27:53 | 14,710,900 | 3 | 3 | null | 2023-02-23T02:03:23 | 2013-11-26T08:21:00 | Roff | UTF-8 | C | false | false | 82 | c | #include <stdio.h>
main()
{
int i;
i = 'c' - '0';
printf("%d\n",i);
}
| [
"4179e1@gmail.com"
] | 4179e1@gmail.com |
01f72265ac661efa279da308032772a905fcdf72 | 4cb85603bda8cdaea132cd714270b529ea0d0f4a | /Core/Inc/HC-SR04Helper.h | fe131b2b910fd8ca8eeba161436550ce8a2e3251 | [] | no_license | geffencooper/STM32_peripheral_code | b38f0009db43e4f33bd966f341259fed16238904 | b25f41b6f9bd27a2f03efda3694418da1231ed8e | refs/heads/master | 2023-02-17T11:52:29.000810 | 2021-01-18T01:49:49 | 2021-01-18T01:49:49 | 329,422,367 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 480 | h | // servo control class
#ifndef HC_SR04_HELPER
#define HC_SR04_HELPER
#include "stdint.h"
#include "stm32f3xx_hal.h"
#ifdef __cplusplus
extern "C" {
#endif
void init_HCSR04(TIM_HandleTypeDef* delay_handler_in, TIM_HandleTypeDef* trig_handler_in);
void delay_us (uint16_t us);
void HCSR04_Read (void);
// Let's... | [
"geffenc2789@gmail.com"
] | geffenc2789@gmail.com |
2f4028f8f33fb5e40c130c1165cad002fc57d635 | c80df071e282b7c478cea78f9a4b9ef5f194bf6d | /libft/ft_putstr.c | d8a49ce348cb262e46cd7283c6dd5819a5edc1b6 | [] | no_license | dmaznytskyi/UNIT_Factory---ft_printf | 4ea25d84ab0d5c66d007c04a616036bf8911c409 | f727acab2987987cd97d97a1911d688b3bb04aa9 | refs/heads/master | 2020-12-02T11:15:17.444778 | 2017-09-04T12:10:33 | 2017-09-04T12:10:33 | 96,620,794 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,043 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putstr.c :+: :+: :+: ... | [
"dmaznyts@student.unit.ua"
] | dmaznyts@student.unit.ua |
587b280aa6a988b08d50fdab98befc5af7d660cd | 0e9a3c849447f16aadc3464026277c7955aa90ea | /gwlib/gwmem-check.c | a2901e6251c7ff9f4768c83068f60f2fd54b01c3 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | SchoolOfFreelancing/SMS-Gateway | 912668add4a8f9d225e813d05ea8f20576321946 | 899e9ffcf24ab49dea733031e9a8a243c71f203a | refs/heads/master | 2022-12-07T12:29:04.368124 | 2020-08-29T15:58:12 | 2020-08-29T15:58:12 | 291,302,035 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,716 | c | /* ====================================================================
* The Kannel Software License, Version 1.0
*
* Copyright (c) 2001-2005 Kannel Group
* Copyright (c) 1998-2001 WapIT Ltd.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification... | [
"you@example.com"
] | you@example.com |
e67c7374b28b68d722272fd3fddc7edf8df16e47 | ef51b40f50f5aa36fb56961503adf7a76d9f99fc | /lvl5/count_island/main.c | 1e969e16247b4b4ff663532c05968b8066c57bdb | [] | no_license | indy728/42_intermediate_exam | 038c510e5c837fefd4ccb94950aa99f5720c8f1c | ff994151248a400492c6a5ead6d7ee9a424b8b48 | refs/heads/master | 2021-08-26T07:26:54.904042 | 2017-11-22T07:23:36 | 2017-11-22T07:23:36 | 106,372,352 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,416 | c | #include "count_island.h"
int ft_strlen(char *str)
{
int len = -1;
while(str[++len])
;
return (len);
}
void ft_strcpy(char *new, char *old)
{
int i = -1;
while (old[++i])
new[i] = old[i];
}
void ft_strjoin(char **str, char *buf)
{
int len = ft_strlen(*str);
char *new = (char *)malloc(len + 2);
new[len]... | [
"kdevlinmurray@gmail.com"
] | kdevlinmurray@gmail.com |
17198c1fac5215a2e361f49d28ed6e5f2bc86486 | d5c7e4eb3e4c920936ccb617689bef65839a3ece | /A-7(1)/a7@25.c | 371715956ddb7d4dc52451bcc7785054c05e5402 | [] | no_license | YashJain2/C-Assignment | 1d54c4b096ef30e1e59c543e3c270ce7f139fb49 | 72a75d9ae41f34367248baa1c877161ad6abea7e | refs/heads/master | 2021-09-24T00:42:38.331681 | 2021-09-17T17:26:13 | 2021-09-17T17:26:13 | 208,190,000 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 350 | c | #include <stdio.h>
int main(){
int n1,n2,a,i=0,p=1;
printf("Enter two nos. ");
scanf("%d %d",&n1,&n2);
a=n1;
while(a!=0){
a /=10;
i++;
}
a=n1;
for(int j=0;j<i-1;j++){
a/=10;
}
p*=a;
a=n2,i=0;
while(a!=0){
a /=10;
i++;
}
a=n2;
for(int j=0;j<i-1;j++){
a/=10;
}
p*=a;
... | [
"noreply@github.com"
] | YashJain2.noreply@github.com |
816cd508b646efa1cadc705a50d94a670393416e | 09c98119a5fbaf5b89891e6ca009d2258028b724 | /Projects/STM32446E-Nucleo/Applications/EEPROM/EEPROM_Emulation/Inc/stm32f4xx_hal_conf.h | 8c51bad6b5c98d61ab5476ed026badd93151f418 | [
"BSD-2-Clause"
] | permissive | koson/STM32Cube_FW_F4 | bf20f632625181189ea0b47e96653117a8946cd9 | 58e9769a397768882632079863e2453803951a82 | refs/heads/master | 2020-12-05T02:03:49.120409 | 2019-09-21T06:45:53 | 2019-09-21T06:45:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,581 | h | /**
******************************************************************************
* @file EEPROM/EEPROM_Emulation/inc/stm32f4xx_hal_conf.h
* @author MCD Application Team
* @version V1.0.1
* @date 29-January-2016
* @brief HAL configuration file.
***************************************************... | [
"vuhungkt18@gmail.com"
] | vuhungkt18@gmail.com |
20843eca93521577e5fac1562bbf1cb792716792 | f8eefcff2dde5320c6b61ef69c8e95fd7bba383e | /00053_Maximum_Subarray/Maximum_Subarray.c | ec15143247f162bd670d96b34867b722ead041cb | [] | no_license | Rizwan-S/Leetcode_Solutions | a6bf1f4e4c860c17bc989c5377b839df00491b29 | afb1c4f1f9df45c7c61219cd0a166852ac71deeb | refs/heads/master | 2022-12-03T01:59:50.428700 | 2020-07-25T17:36:21 | 2020-07-25T17:36:21 | 272,957,889 | 1 | 1 | null | 2020-07-22T12:22:40 | 2020-06-17T11:36:24 | C | UTF-8 | C | false | false | 352 | c | /* https://leetcode.com/problems/maximum-subarray/ */
int maxSubArray(int* nums, int numsSize)
{
if (numsSize == 0) return -2147483648;
int msf = -2147483648;
int meh = 0;
for(int i = 0; i < numsSize; i++)
{
meh += nums[i];
if(msf < meh) msf = meh;
if(meh < 0) m... | [
"noreply@github.com"
] | Rizwan-S.noreply@github.com |
f168680644a9522654b45cab608b631ac3eebd32 | 1ccc9d7ce52cd5683b4b78b733bbfc2425f34bc7 | /Piscine_Reloaded/ex22/ft_abs.h | 3b1416bdebc7d5a71b5f216b170f82cf069f224c | [
"MIT"
] | permissive | SpenderJ/42Work | 025cdfe9546dd09025719e96e1c6c6f39d6d78f2 | fd4ab0448276fdd78aacbf21301df0e6d05480f0 | refs/heads/master | 2021-07-06T11:29:39.183909 | 2019-04-25T01:22:28 | 2019-04-25T01:22:28 | 111,297,147 | 2 | 0 | null | 2019-04-25T01:22:29 | 2017-11-19T13:22:28 | C | UTF-8 | C | false | false | 1,015 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_abs.h :+: :+: :+: ... | [
"jules.spender@epitech.eu"
] | jules.spender@epitech.eu |
f05ca5001858d455152d6083b177a533e9289b51 | 24d856d98c85a319d53be2768ccc176a50873fa3 | /linux-lts-quantal-3.5.0/drivers/rapidio/rio-sysfs.c | 4dbe360989be8b3ed1b156e7f61aeaafb5b68fff | [
"BSD-2-Clause",
"GPL-1.0-or-later",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | dozenow/shortcut | a4803b59c95e72a01d73bb30acaae45cf76b0367 | b140082a44c58f05af3495259c1beaaa9a63560b | refs/heads/jumpstart-php | 2020-06-29T11:41:05.842760 | 2019-03-28T17:28:56 | 2019-03-28T17:28:56 | 200,405,626 | 2 | 2 | BSD-2-Clause | 2019-08-03T19:45:44 | 2019-08-03T17:57:58 | C | UTF-8 | C | false | false | 6,871 | c | /*
* RapidIO sysfs attributes and support
*
* Copyright 2005 MontaVista Software, Inc.
* Matt Porter <mporter@kernel.crashing.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; ... | [
"jflinn"
] | jflinn |
929c1b92034cc79697b32f43e2f72bfc57faedfa | d8af9fc7d5d5481740b367a80db09db2b4391e71 | /Rational_Realize.c | 90f019240aa7876c22dfe6e764c588d5f855784d | [] | no_license | molquark/Rational-calculator | 99598503137d98b699d4cacb3f1a6f3264ea1f87 | 1660e3e2066dab5c2b9e20ddd905733d396f1e28 | refs/heads/master | 2023-04-04T20:56:57.836066 | 2021-04-10T12:33:20 | 2021-04-10T12:33:20 | 356,593,314 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 29,620 | c | /*使用双向链表存储有理数,将其抽象为Rational型数据类型
* 加入头结构及入口节点,通过头结构存储有理数相关信息
* author:LDY
* begin:21/03/06 10:58
* finish:21/03/07 20:47
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include "Rational_ADT.h"
int Create_Rational_Node(Rational_Node* Node, int num) {
if (!((*Node) = (Rational_Node)malloc(sizeof(s... | [
"ldy1456714026@outlook.com"
] | ldy1456714026@outlook.com |
0e5b9cb1e2464b6a56b4930bde9b13862e8ccf6b | 5809eec653b864140d409b243580fba1d66d2ca4 | /eMod/drv_display/lcd/lcd_bak/R61509.c | 9268602fa32ba06c6adeb8154c43f586dc18d8d1 | [] | no_license | sabars/yeker_box | 149ea4f1721dcfa4e7ea95c4e3ea47f0e2ed1e87 | 8b02e4592707992e2676dc9c42398995d2e2c566 | refs/heads/master | 2020-12-08T04:36:02.260995 | 2018-10-07T03:45:28 | 2018-10-07T03:45:28 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 10,198 | c | /*
*********************************************************************************************************
* MELIS
* the Easy Portable/Player Develop Kits
* Display Module
*
* ... | [
"shuntianxia@qq.com"
] | shuntianxia@qq.com |
3f81e26dbd66c9b616c98cf428174de602552338 | 99bdb3251fecee538e0630f15f6574054dfc1468 | /bsp/at32/libraries/AT32F403A_407_Firmware_Library/cmsis/cm4/core_support/arm_mve_tables.h | c07f988f5ccfa5b2bdf96fb428369dc7e4b593f6 | [
"Zlib",
"LicenseRef-scancode-proprietary-license",
"MIT",
"BSD-3-Clause",
"X11",
"BSD-4-Clause-UC",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | RT-Thread/rt-thread | 03a7c52c2aeb1b06a544143b0e803d72f47d1ece | 3602f891211904a27dcbd51e5ba72fefce7326b2 | refs/heads/master | 2023-09-01T04:10:20.295801 | 2023-08-31T16:20:55 | 2023-08-31T16:20:55 | 7,408,108 | 9,599 | 5,805 | Apache-2.0 | 2023-09-14T13:37:26 | 2013-01-02T14:49:21 | C | UTF-8 | C | false | false | 9,888 | h | /* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_mve_tables.h
* Description: common tables like fft twiddle factors, Bitreverse, reciprocal etc
* used for MVE implementation only
*
* $Date: 08. January 2020
* $Re... | [
"noreply@github.com"
] | RT-Thread.noreply@github.com |
a4b582b5ee11873b0580f4d154b53339dce048d9 | b0e1c9044f0ecc76ef4ab1e02c1569ff8ce2d933 | /src/core/player_core/player.c | e20e52d62e9a6d6713922d9dcfdb2a1fc730dfbf | [] | no_license | MarcoQin/QPlayer | a5cffc5e9d9b4420331c7c082e7737fa9ad620ac | 60fc4007c329482ceb87c2c5ae858cea2fa870c0 | refs/heads/master | 2021-01-14T10:30:00.832466 | 2016-03-21T05:41:05 | 2016-03-21T05:41:05 | 25,359,932 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 22,308 | c | #include "player.h"
int read_thread_abord = 0;
int no_more_data_in_the_queue = 0; // if there are no more data in the queue, we think the audio is stopping
CPlayer *global_cplayer_ctx = NULL;
AVPacket flush_pkt;
static int g_ffmpeg_global_inited = false;
void packet_queue_init(PacketQueue *q) {
memset(q, 0, si... | [
"qyyfy2009@163.com"
] | qyyfy2009@163.com |
ce934c83a2aefaec062cacfd6ecaf933b3c55958 | 37c27616e11de7014961b070a0d75584824ef979 | /src/omt.h | 9160cd76a5b46230a94ee5194a8c74f01348d3d9 | [] | no_license | hljyunxi/order_sequence | da008891dc7facedee7565f2e632785020a753ae | 16caceb2e7e7ecd5eec533f7fa7ffaf82e542c0c | refs/heads/master | 2020-05-17T00:45:16.550355 | 2014-02-14T10:53:13 | 2014-02-14T10:53:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 44 | h | #ifndef __OMT_H__
#define __OMT_H__
#endif
| [
"hljyunxi@gmail.com"
] | hljyunxi@gmail.com |
2d408777f4be8775a1b3a8db09ff24892a99a52d | 7cddc358c664ab3c9b0e1a71c6d7d15fb2832e89 | /ta_library/etalib.c | 742978a2d35f35e9f426a882484363b09ed039b2 | [] | no_license | sudavida/erickson_talib | 86e1a20c9b86569605036f48249cddcad07c7313 | e32614576be67a8df9efd80d35ee82f9c053d1ba | refs/heads/master | 2023-03-15T13:15:38.533178 | 2019-10-03T21:33:33 | 2019-10-03T21:33:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | true | 1,251,825 | c | /* Generated by Cython 0.29.6 */
/* BEGIN: Cython Metadata
{
"distutils": {
"depends": [
"/usr/local/lib/python3.5/dist-packages/numpy/core/include/numpy/arrayobject.h",
"/usr/local/lib/python3.5/dist-packages/numpy/core/include/numpy/ufuncobject.h",
"lib/common.h",
... | [
"ericksonj759@gmail.com"
] | ericksonj759@gmail.com |
81ba6a7307d55699f3a8060a85a39bebf660082a | 034a5c2eb626d9cf9c0f45919ccb4e2ee6512c13 | /5th_pr.c | 19b15815412a24ca2c9240bcb8baef4a462c2602 | [] | no_license | devika4365/c_programs | 8e8addb1e131d44303aad20466a48d8c7d923b44 | 6f322eb0f0572c3a5a613deae18d15190788bc29 | refs/heads/main | 2023-03-31T19:30:52.611585 | 2021-04-07T16:11:21 | 2021-04-07T16:11:21 | 355,607,606 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 151 | c | #include<stdio.h>
int main()
{
int a;
scanf("%d",&a);
if(a%2==0)
printf("Even number");
else
printf("Odd number");
return 0;
}
| [
"noreply@github.com"
] | devika4365.noreply@github.com |
67c42be0b8e2181eb547910a919ba97ecf9e6ed3 | 33bccf632de0ffa3ceb21c251fd6427b5490240e | /src/a2_closure.c | 4239a73949326190d26c131b8d58275e768c2de4 | [] | no_license | lvzixun/A2 | 5450ec9d1a77ae38c4d292ea73044a60dab1e192 | eddf52d4cd0628778935085660f3bdc126cff697 | refs/heads/master | 2020-05-18T21:56:06.491483 | 2016-11-28T13:03:55 | 2016-11-28T13:03:55 | 7,018,816 | 18 | 11 | null | 2015-12-08T06:31:06 | 2012-12-05T14:34:04 | C | UTF-8 | C | false | false | 3,693 | c | #include "a2_conf.h"
#include "a2_obj.h"
#include "a2_xclosure.h"
#include "a2_closure.h"
#include "a2_gc.h"
#include "a2_env.h"
#define DEF_UD_SIZE 8
static inline void _closure_add_uped(struct a2_closure* cls, struct a2_upvalue* uv_p);
struct a2_closure* a2_closure_new(struct vm_callinfo* ci, int idx){
struct a2... | [
"lvzixun@gmail.com"
] | lvzixun@gmail.com |
444fbffbfc53efb060b26763b79ec7850a3fec68 | ccd4af5b499a8634fdf85aff810e731fe25b24a2 | /src/core/vproc_new.c | 2852454e225973dbcdab343f32a3879dc8732a0f | [] | no_license | snassour/Corewar | 88bb20a0e2b93440157036bf0eea875844eedcea | 27d905d9c1052398334d8e2fe2565cef0334bd69 | refs/heads/master | 2020-04-08T10:31:38.565413 | 2018-11-27T05:12:10 | 2018-11-27T05:12:10 | 159,272,477 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,417 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* vproc_new.c :+: :+: :+: ... | [
"snassour@student.42.fr"
] | snassour@student.42.fr |
3413bc24236be53c9d7a76296afa09b3d2a319b3 | 7a8132380547ff35dfb3110abd1f7a9f5a663bfd | /src/libastro/misc.c | c009dc867cd9ec5d8b09e325f3e178a4578bf94b | [
"Apache-2.0"
] | permissive | kpoeltler/rigel | 91736b3445a8b231b86a4fe2d8dc199836af60a7 | 97d25e1f03bf6438c0ecf8e93e8a3afb1f7044d7 | refs/heads/master | 2020-03-28T13:32:16.994275 | 2018-09-11T02:11:55 | 2018-09-11T02:11:55 | 148,403,193 | 0 | 0 | Apache-2.0 | 2018-09-12T01:31:06 | 2018-09-12T01:31:06 | null | UTF-8 | C | false | false | 13,444 | c | /* misc handy functions.
* every system has such, no?
* 4/20/98 now_lst() always just returns apparent time
*/
#include <stdio.h>
#include <math.h>
#if defined(__STDC__)
#include <stdlib.h>
#include <string.h>
#else
extern double atof();
#endif
#include "P_.h"
#include "astro.h"
#include "circum.h"
/* zero from... | [
"jacodeguy@gmail.com"
] | jacodeguy@gmail.com |
1953efeac448a597a3c71a17d2413c94bb758a87 | 4b73f2aff09b20f9527b597a708953659a54c148 | /libft/ft_strstr.c | 4852500712d13159163a3350232da1b80c8fedec | [] | no_license | celmartinez/3-Fillit | 2843eecd54f694119dcb8b81336ef49b64a1ecf6 | 2064d2d736bb0b4c6f8f927f9d93d749a9a0a8e3 | refs/heads/master | 2020-05-14T08:25:30.824344 | 2019-04-16T16:04:59 | 2019-04-16T16:04:59 | 181,722,797 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,264 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strstr.c :+: :+: :+: ... | [
"cmartine@e3r11p13.42.fr"
] | cmartine@e3r11p13.42.fr |
829b756c30cca32c749886d992b90ead6110b881 | b970e053302588f44ee1c6b7187c4769934c857f | /ajax/libs/openlayers/5.0.3/Tile.js | b32f5d97cb12d53a1e8a23693f3fd16f0425add1 | [
"MIT"
] | permissive | cdnjs/cdnjs | 2fe0f21477c08618fe609da844f5d133224c3eda | 6843ffa5339e4595b3a6893ae3e9ede1117cc5f9 | refs/heads/master | 2023-07-23T14:52:44.587645 | 2023-07-23T07:12:24 | 2023-07-23T07:12:24 | 1,409,811 | 8,894 | 5,633 | MIT | 2023-06-27T12:32:50 | 2011-02-25T05:53:47 | null | UTF-8 | C | false | false | 6,924 | js | /**
* @module ol/Tile
*/
import {inherits} from './util.js';
import TileState from './TileState.js';
import {easeIn} from './easing.js';
import EventTarget from './events/EventTarget.js';
import EventType from './events/EventType.js';
/**
* A function that takes an {@link module:ol/Tile} for the tile and a
* `{st... | [
"cdnjs-github@cloudflare.com"
] | cdnjs-github@cloudflare.com |
bfb5a58cc985bfd89e419677efcd28936fbad26b | 4f57252f35934f6a0d824222da1daa7426c052e0 | /Figure/Resource.h | 3598f20e45438dca8f806674c0f99e921423b2c3 | [] | no_license | rrazvanrraducanu/MFC-Figure | 8ba4c29397a918955cb1c44b236bca1540287045 | cb56e6ea79804c188f76733dd2a78c1ee063a124 | refs/heads/master | 2020-05-20T12:33:07.860806 | 2019-05-08T09:28:46 | 2019-05-08T09:28:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,007 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Figure.rc
//
#define IDD_ABOUTBOX 100
#define IDP_OLE_INIT_FAILED 100
#define IDR_POPUP_EDIT 119
#define ID_STATUSBAR_PANE1 120
#define ID_STATUSBAR_PANE2 121
#define IDS_STATUS_PANE1 122
#define IDS_STATUS_PANE2 123
#defin... | [
"Razvan@DESKTOP-C7RB25H"
] | Razvan@DESKTOP-C7RB25H |
e7656d07a6d3ab8d87de05875a4cead6115b7e62 | 5bb1c5f8d5ff724637aa777f8b340e3f7e01fc96 | /Verkefni 2/verkefni 2.3/90beygjureftirBraut.c | 03148344cc4346834d5947a2597757378ba53de6 | [] | no_license | Armannhj/rob2a | b7d98452d99273bf2ffa06a9b40618c5e81d0541 | e4c0ea2e02afeefb31f9754679f5c6b988f59b1f | refs/heads/master | 2021-01-11T23:52:32.105140 | 2017-05-03T13:48:38 | 2017-05-03T13:48:38 | 78,640,830 | 0 | 0 | null | 2017-01-11T13:18:50 | 2017-01-11T13:18:50 | null | UTF-8 | C | false | false | 4,471 | c | #pragma config(Sensor, dgtl1, rightEncoder, sensorQuadEncoder)
#pragma config(Sensor, dgtl3, leftEncoder, sensorQuadEncoder)
#pragma config(Motor, port3, rightMotor, tmotorServoContinuousRotation, openLoop, encoder, encoderPort, dgtl1, 1000)
#pragma config(Motor, port8, leftMotor, tm... | [
"gylfisuf@gmail.com"
] | gylfisuf@gmail.com |
b8e1410cc8d078338b1658514bc0874dc8e4d8eb | 6e16752bcc3c0ad38fa9c63442d037c0d6c0af45 | /helloworld.c | ef7e36b7d8928d5dabd54fd91ad6cd63b5b22e88 | [] | no_license | LittleRookieRush/Hello-World | a1807158cf01692915afced9e52d951f6e9fd9a0 | e6096da338b9b21a7d7df99d508eac95467a4f3f | refs/heads/main | 2022-12-29T04:10:49.241493 | 2020-10-20T10:02:09 | 2020-10-20T10:02:09 | 305,655,463 | 0 | 0 | null | 2020-10-20T09:55:17 | 2020-10-20T09:23:58 | null | UTF-8 | C | false | false | 42 | c | #include "stm32f10x.h"
void main()
{
}
| [
"noreply@github.com"
] | LittleRookieRush.noreply@github.com |
7be7d8852e928664a67bdd0889b68988e5c31d4f | bb7645bab64acc5bc93429a6cdf43e1638237980 | /Official Windows Platform Sample/Windows 8 app samples/[C++]-Windows 8 app samples/C++/Windows 8 app samples/Hilo C++ sample (Windows 8)/C++/Hilo/HiloCommonDefinitions.h | 69a5c45a41a59996997ca282fd7856c027bd0373 | [
"MIT"
] | permissive | Violet26/msdn-code-gallery-microsoft | 3b1d9cfb494dc06b0bd3d509b6b4762eae2e2312 | df0f5129fa839a6de8f0f7f7397a8b290c60ffbb | refs/heads/master | 2020-12-02T02:00:48.716941 | 2020-01-05T22:39:02 | 2020-01-05T22:39:02 | 230,851,047 | 1 | 0 | MIT | 2019-12-30T05:06:00 | 2019-12-30T05:05:59 | null | UTF-8 | C | false | false | 372 | h | // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//
// Copyright (c) Microsoft Corporation. All rights reserved
#pragma once
#define HILO_... | [
"v-tiafe@microsoft.com"
] | v-tiafe@microsoft.com |
2dacb81a6f0274b2550e6d618bfb4d0a8a18b15f | eddb629e82abffef5a149be4675fc5e5c3ee6107 | /mainCtrl/Library/Firmware/GD32F10x_standard_peripheral/Include/gd32f10x_can.h | a29cdd4b0871e40e2a9a22f29e7a0759e1589a04 | [] | no_license | yongyidahu/softhand | fc3c88cd244da2f663fb40ea362bc78fe818c0c3 | 75e7de8acc6ad6c4aab3e9d56a6b9ab99e0331ca | refs/heads/master | 2021-05-05T00:09:35.212138 | 2018-01-30T08:36:03 | 2018-01-30T08:36:03 | 119,506,428 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 47,687 | h | /*!
\file gd32f10x_can.h
\brief definitions for the CAN
*/
/*
Copyright (C) 2017 GigaDevice
2014-12-26, V1.0.0, firmware for GD32F10x
2017-06-20, V2.0.0, firmware for GD32F10x
*/
#ifndef GD32F10x_CAN_H
#define GD32F10x_CAN_H
#include "gd32f10x.h"
/* CAN definitions */
#define CAN0 ... | [
"hujun@yongyida.com"
] | hujun@yongyida.com |
126512175a29b7e4f018652e90cd8c51e0c413c8 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/fs/nfs/extr_inode.c_put_nfs_open_context.c | 347eaff4c6e2b4e95cfc41662f02b3e00281bfa2 | [] | 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 | 617 | 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 |
f33293571e8feafeb29e3c3fb74f7cca70e8cc4d | f09bdd9193ae636778162b065aafd9f9d1dce58f | /Search/hash_search2.c | 015fb53d4991c53a7e84e0b55f7a847ce5423361 | [] | no_license | hjh0915/study-c-structure | a4403047cf4498346ca23666d6bf45a44dd7b2d9 | 1accc264ec46bd0ec4f5b924ef1c0bf0d74ab727 | refs/heads/main | 2023-04-16T22:57:19.821904 | 2021-05-10T12:29:51 | 2021-05-10T12:29:51 | 360,427,616 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,772 | c | #define N 10
#include <stdio.h>
#include <stdlib.h>
//首先定义相关的结构体
typedef struct HNode {
int key;
struct HNode *next;
}Hnode;
/*
创建哈希表
heahLink哈希表,里面存储的为指针变量
key关键字列表
n关键字数目
*/
void createHB(Hnode *heahLink[], int key[], int n) {
for (int i = 0; i < n; i++) {
Hnode *head = (Hnode *)malloc(sizeof(Hnode));
... | [
"623299157@qq.com"
] | 623299157@qq.com |
541ff79af608e02bb665938c11a4472b2587f246 | 72210b764d9ccb796a0351e78afa810cc2e83677 | /code/test/FS_test1.c | e723a119a6d63d1c99825abd4c84c4e6cf9a75a3 | [
"MIT-Modern-Variant"
] | permissive | ilms49898723/OS_MP4 | f28ba3848abe0b75dbabe35a97ad946fb29de98e | 686bb223ee3b2dd413f6bc115a0364dc579602b9 | refs/heads/master | 2021-06-12T05:33:14.691887 | 2017-01-15T08:22:49 | 2017-01-15T08:22:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 600 | c | #include "syscall.h"
int main(void) {
char test[] = "abcdefghijklmnopqrstuvwxyz\n";
int success = Create("/file1", 27);
OpenFileId fid;
int i;
if (success != 1) {
MSG("Failed on creating file");
}
fid = Open("/file1");
if (fid <= 0) {
MSG("Failed on opening file");
... | [
"ilms49898723@gmail.com"
] | ilms49898723@gmail.com |
090afe2f488017b6fbb415ec2ca1f623585f8aba | dbe74fdf6bded2ceb98eec965fe05ddf7d6dd931 | /models/Minitower/components/Server/include/arming_mode_types.h | 0424d5dff7e0993ecd629d0773b97ef6d892b502 | [
"BSD-3-Clause"
] | permissive | smaccm/smaccm | 7f79bf5fe74bb1b856d69625fab4ffb1e138101e | 7393c423b5aca1a272a88cbb89b5dcfd08a5a47c | refs/heads/master | 2021-01-23T15:51:42.639585 | 2019-02-21T22:28:42 | 2019-02-21T22:28:42 | 12,084,628 | 27 | 27 | BSD-3-Clause | 2019-01-02T17:22:41 | 2013-08-13T14:59:47 | Java | UTF-8 | C | false | false | 631 | h | /* This file has been autogenerated by Ivory
* Compiler version 0.1.0.4
*/
#ifndef __ARMING_MODE_TYPES_H__
#define __ARMING_MODE_TYPES_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "ivory.h"
#include "ivory_serialize.h"
void arming_mode_t_get_le(const uint8_t *n_var0, uint32_t n_var1, uint8_t *n_var2);
void ar... | [
"andrew.gacek@gmail.com"
] | andrew.gacek@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.