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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e1d8f290cf79afc29b4d5915cd52e1b5d64a0e39 | 3bb15eb7d3ea9df4b3b23d1d3af411d886aae8ee | /STORM_ImageAnalysis/storm-analysis/decon_storm/mlem_sparse.c | 914ef60028e20262b66919926b5275b51d92c51d | [] | no_license | BogdanBintu/ChromatinImaging | 258e90219005e1f6b85c38523c9ebf88ca4fa0be | 1371c5763c7afcbcdfd2fb03cf8c19ca8cb7ede8 | refs/heads/master | 2021-06-12T15:24:30.208098 | 2020-11-07T00:46:41 | 2020-11-07T00:46:41 | 143,665,003 | 12 | 8 | null | null | null | null | UTF-8 | C | false | false | 25,558 | c | /*
* 12/10
*
* Image deconvolution following Lingenfelter 2009.
* In the simplest case this is just Richardson-Lucy
* deconvolution. The algorithm attempts to find the
* background at the same time it is analyzing the
* foreground.
*
* "Forward" is calculating the fit from the deconvolution
* coefficients. "... | [
"bbintu@fas.harvard.edu"
] | bbintu@fas.harvard.edu |
df820646665bedd42d8736eaad119d8b1d5df7c2 | 2d44f89a227a4e6756f89ecc5ea84f9cb4dbb6a0 | /math_functions/max_02.c | e2e9433880b2d12b7fbee4af671c56c53c717f74 | [
"MIT"
] | permissive | JimHokanson/c_simd_examples | 5b9aa844177da8ee23bbe3f54873ed1c1b531ebd | a8e79551385178a983fa759f7122ced8e7723082 | refs/heads/master | 2022-01-21T03:51:08.697717 | 2022-01-15T01:43:57 | 2022-01-15T01:43:57 | 70,437,962 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,686 | c | //
// max_02.c
//
// Computes horizontal max of uint16_t using _mm256_max_epu16
//
// Result:
// - without optimization there is a large difference
// - 7.5x speedup
// - with optimization the manual code is slightly faster
//
// SIMD:
// _mm256_max_epu16 - requires AVX2
// _mm256_lddqu_si256
// _mm25... | [
"jim.hokanson@gmail.com"
] | jim.hokanson@gmail.com |
5a89bfcd86a88ddd79e959b333ad1b98bc085905 | 786b77a8a49e213180352c79c95bccd9cea0f5b8 | /lib/asn1c/nr_rrc/PUSCH-CodeBlockGroupTransmission.h | b07d5532e141d55b8b6890b5382625f8381c6037 | [
"Apache-2.0"
] | permissive | ziseputi/free5GRAN | b593c45d757812c01423d8c91d877a67826407ce | 2e8d4004342a53e8dcd4081b18798f2f06838134 | refs/heads/master | 2023-02-15T11:33:14.940984 | 2021-01-12T15:53:27 | 2021-01-12T15:53:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,751 | h | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "NR-RRC-Definitions"
* found in "NR-RRC-Definitions.asn"
* `asn1c -fcompound-names -no-gen-example -pdu=all`
*/
#ifndef _PUSCH_CodeBlockGroupTransmission_H_
#define _PUSCH_CodeBlockGroupTransmission_H_
#include "asn_application.h"
... | [
"aymeric@dejavel.fr"
] | aymeric@dejavel.fr |
c442c32c29f36a992fd1af52fad75091c90f0fd4 | e9c4360c74b8fe58212697aabf7f03319dbd4491 | /src/proto/sha256.pro | dca9e3799846cabb9431b3dc5c489742934b7389 | [
"Vim"
] | permissive | PictureMosaics/neovim | faed5f162d7c1b0a85964e088d83b392292a4e98 | 82e0636e788f131d46451805f6c46e2d4f8496a9 | refs/heads/master | 2021-01-22T17:08:50.353040 | 2014-02-25T23:36:01 | 2014-02-26T00:24:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 599 | pro | /* sha256.c */
void sha256_start __ARGS((context_sha256_T *ctx));
void sha256_update __ARGS((context_sha256_T *ctx, char_u *input,
UINT32_T length));
void sha256_finish __ARGS((context_sha256_T *ctx, char_u digest[32]));
char_u *sha256_bytes __ARGS((char_u *buf, int buf_len, char_u *salt,
... | [
"tpadilha84@gmail.com"
] | tpadilha84@gmail.com |
61669ba4759e617672759404c1eb59abdec38165 | 561f1952e9aa3a689ccae6c751db0c9bb5b6d1f9 | /Sources/debug.h | 1023648e3b9dcfa37f96ab32acbf423c470cd9df | [] | no_license | fsoo/TabataTimer | a9fceb3eedf60a88dffc7dd13e97d8ebddaf710f | 62a08de3ff6c7aee0c97c99278e727b9f76180a3 | refs/heads/master | 2021-01-01T19:50:49.531215 | 2014-11-22T15:48:39 | 2014-11-22T15:48:39 | 27,097,349 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,625 | h | /*
* debug.h
*
* Created on: May 1, 2014
* Author: fsoo
*/
#include "stdio.h"
#include "FRTOS1.h"
#include "SPIMemory.h"
#include "Sound.h"
#include "Display.h"
#include "UI.h"
#include "UTIL1.h"
#ifndef DEBUG_H_
#define DEBUG_H_
//#define DEBUG_ON
//#define DEBUG_TASK_ON
#define DEBUG_H... | [
"frederick.soo@gmail.com"
] | frederick.soo@gmail.com |
5d19cef0694c1b1dcd32651044c85c8341f0c4db | 19c004fae600cf8d378131e5ea8674c924a0b94d | /xdebug-2.1.0/config.h | 279c285a5f1d49fc19653f4e8f2877354f51a0fa | [] | no_license | coolmugen/JobeetJob | 6dbdc9fbee46d75f975eee196cb5cc1921f922aa | e6f31fab773e8cd3bf88589f9f5b74f4f45ba030 | refs/heads/master | 2020-03-26T16:14:48.896345 | 2011-08-28T18:29:04 | 2011-08-28T18:29:04 | 2,172,368 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,995 | h | /* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
/* Whether to build xdebug as dynamic module */
#define COMPILE_DL_XDEBUG 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* */
#define HAVE_EXECUTE_DATA_PTR 1
... | [
"fmazamat@gmail.com"
] | fmazamat@gmail.com |
560863b4faca0176d41ce15076d8b9205b8151fd | 80bdc32db99a40dd233407f108367b5234be71e3 | /AVR_Count_on_7_Segment_using_Switch/SevenSegment_interface.h | b47f99070e971f1f2b69f4d61d2865cd1132ddbe | [] | no_license | bishoykadees/Eclipse_ATMEGA32A_Projects | 644a08554def4c9ba4562c82dfb87bc3ff85619f | c3c1ca8bb30561dcdffc2ec02b0732083623be0b | refs/heads/master | 2022-09-05T04:22:21.619524 | 2020-05-28T23:02:53 | 2020-05-28T23:02:53 | 267,713,065 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 119 | h | void SEVENSEG_SetNumber(u8 number);
void SEVENSEG_Enable(u8 SEVENSEGNumber);
void SEVENSEG_Disable(u8 SEVENSEGNumber);
| [
"bishoykadees@gmail.com"
] | bishoykadees@gmail.com |
76d426f81429e82850ff613a360b49119c9f08e6 | 0bac38a85a2ea9771f75a9779513bc6a46b9eb0e | /pa3/mdong5/Graph.h | 06ab284bd15cd42582e5283c14dd27097983fdc9 | [] | no_license | VisenTech-PRSNL/UCSC-CSE101Spring2020-mdong | b207f7c5b864393f1ecedcfd89a0f3b044d44b5d | 1843c1931a5f6db89a4cfc58190b31ce001df4e9 | refs/heads/master | 2022-08-01T15:28:25.250807 | 2020-05-16T20:29:23 | 2020-05-16T20:29:23 | 258,122,146 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 980 | h | //-----------------------------------------------------------------------------
// Graph.h
// Header file for the Graph ADT in C
//-----------------------------------------------------------------------------
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include <stdbool.h>
#include "List.h"
#ifndef _GRA... | [
"mdong5@ucsc.edu"
] | mdong5@ucsc.edu |
632d02347b1171d0e23845456362dcbb0ae9e086 | affd24237d5b43ad88c905c9e57ba2ed38ad6ab2 | /.vscode/cquery_cached_index/d@@vex 2018@vex@vex-2018-2019-blue-team/capper@include@main_c.h | 74289a38a48eaf12c6115d520f7f0d661367fa27 | [] | no_license | butcher213/vex-2018-2019-blue-team | d31ba6d5379eb38b5b2e6e32d6b6e30685080ab2 | 64903a8ce856980d72502a93bebdebb26c1eef68 | refs/heads/master | 2020-03-28T22:10:44.057878 | 2019-03-01T21:21:48 | 2019-03-01T21:21:48 | 149,210,696 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,702 | h | /**
* \file main.h
*
* Contains common definitions and header files used throughout your PROS
* project.
*
* Copyright (c) 2017-2018, Purdue University ACM SIGBots.
* All rights reserved.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not di... | [
"trevordbutcher@gmail.com"
] | trevordbutcher@gmail.com |
74694b4d53428a167ce614557391e1962cb56ec5 | d4426dd5a6c754227c3a68e97d11fef540908769 | /glue/src/dl.h | ea8ae33015da4316ea985f5e65d8776058d034e2 | [
"BSD-2-Clause-Views"
] | permissive | JakeBlair420/totally-not-spyware | da29262ebd6994989588fcbdca5255132f6171e6 | 213610c5fb806efaf7516b0a83d83edaee710d48 | refs/heads/master | 2023-01-13T11:26:30.409934 | 2023-01-10T11:46:03 | 2023-01-10T11:46:03 | 138,027,761 | 107 | 36 | null | null | null | null | UTF-8 | C | false | false | 157 | h | #ifndef DL_H
#define DL_H
#ifdef __cplusplus
extern "C" {
#endif
int downloadFile(const char *url, const char *file);
#ifdef __cplusplus
}
#endif
#endif
| [
"siguza@siguza.net"
] | siguza@siguza.net |
34baf8e5803ecf70702ef29723b777e4be112ecb | 133b6c77398dbdc08a3b5c401d241d8a28571ed0 | /ADC_Driver/LCD_Driver.h | 1b5df76bb66f69b3ffb8bebbab1e223e0d57d83a | [] | no_license | ahmedatef0080/Temperature-Sensor-Read-from-LM35 | e4c3a4c8264139e46088ab38e0668a77650ea8ba | f476f1b2c98513e45385b1e2c70b7e4852df1919 | refs/heads/master | 2023-05-06T11:02:18.969333 | 2021-05-25T16:30:10 | 2021-05-25T16:30:10 | 370,764,004 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 393 | h | /*
* LCD_Driver.h
*
* Created: 7/20/2020 3:40:47 PM
* Author: Ahmed Atef
*/
#ifndef LCD_DRIVER_H_
#define LCD_DRIVER_H_
#include "LCD_Cfg.h"
void LCD_init(void);
void LCD_command( uint8 cmd);
void LCD_data( uint8 data);
void LCD_goto(uint8 x , uint8 y , sint8*Data);
void LCD_str(uint8 * str);
void clear... | [
"ahmed.atef0080@gmail.com"
] | ahmed.atef0080@gmail.com |
fe314eef0f538f638bc9d02489772e0f442a1732 | 15ec83f4face831967131cd43b60491bcf752c81 | /Lab_1/storage.h | 291d553f76715abf0a9c7059e8449577e721026a | [] | no_license | davePranjal/Data-Structures-and-Algorithms-Lab-Codes | f3b2e079ccf0cd47d5a340d0faa84201b91ee3ab | b04a3e430d86001de445115ba257916d92a4c4c4 | refs/heads/master | 2022-04-09T01:06:02.375271 | 2020-02-10T04:06:32 | 2020-02-10T04:06:32 | 234,927,056 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 424 | h | /* Defines the structure of Job and typedef for int and enum */
#define MAX 10
#define MAX_SEQ_LIST 3
typedef enum {PRI_0, PRI_1, PRI_2} PRIORITY;
typedef enum {LESSER , GREATER , EQUAL} ORDER;
typedef int JOB_ID;
typedef int EXECUTION_TIME;
typedef int ARRIVAL_TIME;
typedef struct
{
JOB_ID id;
PRIORITY pri;
EXE... | [
"pranjaldave8@gmail.com"
] | pranjaldave8@gmail.com |
ee0ac0abfe0d3595e4b5a96cb043a749c0d2855d | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/c-litmus-CSEQ/R+rfi-po-popl+rfila001.c | 8589aa3237e617575371a7d049db7996ee3f608b | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C | false | false | 1,355 | c | /* Copyright (C) 2023 ARM-CBMC
* This benchmark is part of ARM-CBMC */
#include <assert.h>
#include <pthread.h>
// Memory barriers
#define FENCE()
volatile int vars[2];
volatile int v_0_X6_2;
volatile int v_0_X2_3;
volatile int v_1_X3_3;
volatile int v_1_X2_2;
void *t0(void *arg){
label_1:;
vars[0] = 3;
in... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
6232ad23baf1d5ad28229a818681a31f9861ef5e | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/reactos/dll/win32/ole32/extr_datacache.c_bitmap_info_size.c | 96184f9837441c7def28cc182dd925cd65c13d41 | [] | 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 | 2,066 | 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 |
4ae3000329d463dd1daec6a34cbf2c81d1758f51 | a21d4efeac0ebbb1af1369e40fbf4c539cc0c6f4 | /vexInclude/ocean.h | bd8b44c3730bc58b7ba62eddb696756e33b0498a | [] | no_license | samuelgc/VolumeRendering | f5bf468e38c9158b6bd49a766add71fee19313d2 | 15f197f379ed7c6cfcdb3d9eee328b061988881b | refs/heads/master | 2020-03-21T04:04:23.617971 | 2018-08-23T14:45:43 | 2018-08-23T14:45:43 | 138,088,992 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 40,990 | h | /*
* PROPRIETARY INFORMATION. This software is proprietary to
* Side Effects Software Inc., and is not to be reproduced,
* transmitted, or disclosed in any way without written permission.
*
* Produced by:
* Side Effects Software Inc
* 477 Richmond Street West
* Toronto, Ontario
* Canada M5V 3... | [
"samuel.jingc@gmail.com"
] | samuel.jingc@gmail.com |
2e32ddf7fbc8360add4535528c817a88bc9e0a54 | 1ce2248489f9269eadf4fb5cf844ec527f00a388 | /uart.c | 668d0359ba8fbc8b40bad51aba78e73cadee8029 | [] | no_license | smpick/CPRE288-Final-Project | b887364a9d0a7c170039f2e561e037d7f32e268c | aabe5f7b722c063180a2796154047fb1bac6fc7f | refs/heads/master | 2020-04-08T09:57:15.861336 | 2018-11-29T00:40:55 | 2018-11-29T00:40:55 | 159,247,174 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,360 | c |
//use UART1
//receive characters from Putty
//display on LCD when 20 characters received
//ignore enter key \r
//as putty receives characters, display number of stored characters in buffer on LCD (index: number characters stored)
//as putty receives characters, display the character being received (char: display char)... | [
"noreply@github.com"
] | smpick.noreply@github.com |
0c3512b89bad8fff0ef028ad1d14115804aaafd0 | 4f29ef3ce652e5dd68a5d40f5198102596a7ddc6 | /kungfu/skill/yingshe-shengsibo/shengsi.c | 35c797ca7486909b73b6687c21dce0337f3e4d07 | [] | no_license | lnsoso/shujian | 957b4893bfa5669a975ed6867f4b186a311f8ff0 | 2454658a8f0d1a23ee0254835ba5a8eb03e135cb | refs/heads/main | 2023-07-20T05:04:39.381950 | 2021-09-08T11:40:35 | 2021-09-08T11:40:35 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,809 | c | // huashan_shengsi.c
// yingshe-shengsibo perform 鹰蛇生死搏
//by daidai 2005-10-07
#include <ansi.h>
#include <combat.h>
inherit F_SSERVER;
void remove_effect(object me);
string perform_name(){ return HIC"鹰蛇生死搏"NOR; }
int perform(object me, object target)
{
int exp,exp1,busy,lvl,lvl1;
if(... | [
"i@oiuv.cn"
] | i@oiuv.cn |
f8124f3701f862b3b0a4b68589523e03ff94a985 | 0dbb5556d16007ed508207d60a8fbdfc8cee691f | /ex1.h | 388e6d5a9fb7deae5b76355af2612942516891cf | [] | no_license | AnnnnW/ParticleSystem | 0625e671aa2ffdee28b17dff31a31f0b0f53c925 | 254a196ce0781e775c3044fe7477029b393e2d5b | refs/heads/master | 2020-04-11T00:06:59.395854 | 2020-03-23T06:32:06 | 2020-03-23T06:32:06 | 161,376,002 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,354 | h | ////////////////////////////////////////////////////////////////
// School of Computer Science
// The University of Manchester
//
// This code is licensed under the terms of the Creative Commons
// Attribution 2.0 Generic (CC BY 3.0) License.
//
// Skeleton code for COMP37111 coursework, 2013-14
//
// Authors: Arturs ... | [
"noreply@github.com"
] | AnnnnW.noreply@github.com |
fb803bccb3e4514e11086716dcd2075c0f4344bb | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/96338327-f224-4a03-8e94-78af8a2dd5b6.c | 9abe9df81441d5038e2780d383a70ffa32e224e7 | [] | 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 | 565 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=11;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = k%j;
l = i%j;
j = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[75];
int c[15];
a = 0;
do {
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
57afd9d10006773c2af673df59f77191890d3a7a | 6e3b7b530b2237b2e32d31a91981f4a486103384 | /src/client/main.c | 68547eb3582f7cc802c8d64626da691f0bbcef02 | [] | no_license | nmateo/Teams | 8d92ae788efe63a1ef5ed5862bdd0e10bd98506d | 9c7e07573f9756ebc1806139241b638ab4c8a3d4 | refs/heads/master | 2023-07-18T07:54:46.869980 | 2021-09-05T23:29:49 | 2021-09-05T23:29:49 | 268,472,613 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,131 | c | /*
** EPITECH PROJECT, 2018
** idk
** File description:
** idk
*/
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include "cli.h"
#include <unistd.h>
static bool is_digits_only(char *str)
{
for (int i = 0; str[i] != '\0'; i++)
if (str[i] < '0' || str[i] > '9')
re... | [
"mateo.nouvel@epitech.eu"
] | mateo.nouvel@epitech.eu |
f27d2d47628cc48a4ac2c5d13f09a171bba30669 | cd23e440a608eefea1a4c078312c225d81f01747 | /codegentemp/GSM_DTR.h | 91e0796fdebec6ea919add3ff78cc97497630470 | [] | no_license | davidpete9/PsoCRiaszto | 6641c1bdf9ecc3116fe4ede0dd5980f18091bec8 | 5102952d91e4b1ae06a79dc00a056ad9d90f789c | refs/heads/main | 2023-07-22T15:31:00.612511 | 2021-09-03T20:13:58 | 2021-09-03T20:13:58 | 366,096,463 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,288 | h | /*******************************************************************************
* File Name: GSM_DTR.h
* Version 2.20
*
* Description:
* This file contains Pin function prototypes and register defines
*
* Note:
*
********************************************************************************
* Copyright 2008-2015,... | [
"dervid9@gmail.com"
] | dervid9@gmail.com |
c45fc7360e2c9eb39e461144bb267d467523dd2b | e1b3ef9fac86eb5a7c9ee9bd69cc9686a45dfdb6 | /lib/lib/ft_isdigit.c | 98dd0d3ec8dc4d54566b23ff48b073e2e5f1f466 | [] | no_license | hherin/cub_linux | 657f3b553e2aabb84f793f6008b28ed2320e6c62 | 316bc3360a4f8b7dc81bb70ea982b2f97ab7c739 | refs/heads/master | 2022-11-17T19:01:46.903892 | 2020-07-14T09:46:11 | 2020-07-14T09:46:11 | 273,322,453 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,023 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isdigit.c :+: :+: :+: ... | [
"heleneherin@MacBook-Pro-de-Helene.local"
] | heleneherin@MacBook-Pro-de-Helene.local |
c5b57f2e5419b3f404f1a7675ffe32c0de54b0e8 | e36e0294132f04083ab84421ceeaacec81a334e1 | /Algorithmic Toolbox/week4_divide_and_conquer/3_improving_quicksort/sorting.c | 768b400dcc5063096229a51a0b787563bf78c2c4 | [] | no_license | dhairyakataria/Data-Structure-and-Algorithms | b0f9ffa0424fe576b7d55ad8caa0e9b9fa05dde5 | 4f7ba10d83b48e49dc8d567ea2eb3ae2c2f81667 | refs/heads/main | 2023-02-19T00:48:10.940051 | 2021-01-25T08:48:54 | 2021-01-25T08:48:54 | 332,674,803 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,076 | c | #include<stdio.h>
void swap(int* a, int* b)
{
int t = *a;
*a = *b;
*b = t;
}
int partition (int arr[], int low, int high)
{
int pivot = arr[high]; // pivot
int i = (low - 1); // Index of smaller element
for (int j = low; j <= high- 1; j++)
{
// If... | [
"noreply@github.com"
] | dhairyakataria.noreply@github.com |
82ba78f3e88df579e3e248c4d13bc2c9bfe5911b | 62c606501b819d7abfa59cba4c58710ff2144da1 | /libft/ft_atoi.c | 0b954cfcc2b0051021f1ce66697fe180d96739f0 | [] | no_license | matis751/FILLIT_42 | 5bc5d07a5c1f40d7df5658b739724780a77e6e2e | bc854ca517915f7c5de4fd1acb0975b17c3c3ef7 | refs/heads/master | 2021-01-03T12:19:14.590857 | 2020-02-12T18:18:04 | 2020-02-12T18:18:04 | 240,082,297 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,189 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_atoi.c :+: :+: :+: ... | [
"matiselouali@MacBook-Pro-de-Matis.local"
] | matiselouali@MacBook-Pro-de-Matis.local |
47818620e4574e4dd1271dc64474276147572804 | 626e809f6509cbe6bf4eddaac02f374f53c8d822 | /__vm/.BLE_iBeacon_ModifiedForTest.vsarduino.h | 96f77028a65b28ff0db324e72a258701aae3b799 | [] | no_license | martinius96/BA_BLE_Beacon | 6d194df9310af50748d6353ed7c72161c71201c0 | 01d9e53c78d05d6efa5957b5e3cee831fb9ff457 | refs/heads/master | 2021-09-23T00:39:17.687326 | 2018-09-19T08:39:05 | 2018-09-19T08:39:05 | 272,483,087 | 0 | 1 | null | 2020-06-15T16:00:28 | 2020-06-15T16:00:27 | null | UTF-8 | C | false | false | 2,843 | h | /*
Editor: https://www.visualmicro.com/
visual micro and the arduino ide ignore this code during compilation. this code is automatically maintained by visualmicro, manual changes to this file will be overwritten
the contents of the Visual Micro sketch sub folder can be deleted prior to publishing a project
a... | [
"nicolai.schoofs@aquaconcept.corp"
] | nicolai.schoofs@aquaconcept.corp |
928b6d0554a86e7d67e2976d52378ce11dc03abb | c858c1c918a278425c7fb8e3dc0b4a4e5e03a7ee | /usr/include/asm/sigcontext.h | f2776c729bf4d371aae47129bddcea4f41c85e18 | [] | no_license | kay54068/rootfs-imx-image-core | 833b6a469d65185489a92caba55b993eb8aac02a | 530b2bdaf8b3178b81605878c73a42b19b5eaada | refs/heads/master | 2023-08-24T09:48:31.765345 | 2021-10-15T14:54:14 | 2021-10-15T14:54:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 544 | h | /*
* Copyright (C) 2005-2011 by Wind River Systems, Inc.
*
* SPDX-License-Identifier: MIT
*
*/
#include <bits/wordsize.h>
#if __WORDSIZE == 32
#ifdef _MIPS_SIM
#if _MIPS_SIM == _ABIO32
#include <asm/sigcontext-32.h>
#elif _MIPS_SIM == _ABIN32
#include <asm/sigcontext-n32.h>
#else
#error "Unknown _MIPS_SIM"
#e... | [
"max_chen@tscprinters.com"
] | max_chen@tscprinters.com |
799f3a4b458f41efe1168bcf4ce8c94d97b416c9 | ce58562a99b95904cdd923f9960517c9cdc5ab58 | /libft/ft_striteri.c | e5a25b58162a91d1bad1a937540f07b451fdcaaf | [] | no_license | apsaint/Minishell | 6e8ddacfc925dd45ba4b6f88df22ff486e5c0e3e | 7ea47845b84dc17441ef6c1025fa9ed7decf1f83 | refs/heads/master | 2020-04-28T03:48:34.636486 | 2019-10-11T13:56:42 | 2019-10-11T13:56:42 | 174,951,658 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,068 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_striteri.c :+: :+: :+: ... | [
"apsaint-@student.42.fr"
] | apsaint-@student.42.fr |
458cb111f11931926eb7b1f2a3f6eff6c2700550 | b0c56d0bb4f3e3d48ca6a7458a08a3059285df78 | /src/acrobot/gen/calc_EE.c | ae3974f5415bdda9b647d5e11521aa4990cc4778 | [] | no_license | Vuwij/acrobot | 0e5745b12ebc507a1ae440ad1149031e16a3d5ad | a2cb2f8559c8d7fd77ae0270eb9d9e4dffb12e62 | refs/heads/master | 2020-07-27T05:58:11.968660 | 2020-04-10T07:18:25 | 2020-04-10T07:18:25 | 208,893,007 | 6 | 0 | null | 2020-03-28T05:55:11 | 2019-09-16T20:35:21 | MATLAB | UTF-8 | C | false | false | 2,104 | c | /*
* Sponsored License - for use in support of a program or activity
* sponsored by MathWorks. Not for government, commercial or other
* non-sponsored organizational use.
* File: calc_EE.c
*
* MATLAB Coder version : 4.3
* C/C++ source code generated on : 08-Apr-2020 04:22:08
*/
/* Include Files */... | [
"vuwij@me.com"
] | vuwij@me.com |
b7a7040c3e5911a519a92e6a00ec65939cff05bd | 2ef06401fa315a036787363c95f7d503613e8398 | /src/c-compiler/ir/meta/genvardcl.c | af84ee05beb91f7e0c33eab7e5da4597d0a2c1bd | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jondgoodwin/cone | b574151a08bae39d21715d633188206c778d199e | 698bd6afc75777eabbc8ef576d64d683c6a1c5ab | refs/heads/master | 2022-12-18T16:40:00.287819 | 2022-12-12T07:46:40 | 2022-12-12T07:46:40 | 104,402,759 | 532 | 22 | NOASSERTION | 2022-02-23T09:32:54 | 2017-09-21T21:55:04 | C | UTF-8 | C | false | false | 831 | c | /** Handling for generic variable declaration nodes
* @file
*
* This source file is part of the Cone Programming Language C compiler
* See Copyright Notice in conec.h
*/
#include "../ir.h"
#include <string.h>
#include <assert.h>
// Create a new generic variable declaraction node
GenVarDclNode *newGVarDclNode(Nam... | [
"jondgoodwin@gmail.com"
] | jondgoodwin@gmail.com |
248106312e78a66965fb14eb077be4def7aec12a | d118f483d6601ffdbf2d337c4d5f8e2b9585d645 | /components/esp-azure/azure-iot-sdk-c/iothub_client/tests/iothubtransportamqp_ut/iothubtransportamqp_ut.c | b61903166c49c785ee1cb02616a79768274e468d | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | Azure-Samples/ESP-Samples | 2f62180454432425c36836f3971618fb6fc2a87c | 62ab2aa1a6866f247cb8715c7cca647e06d05fe2 | refs/heads/master | 2021-12-14T15:34:25.930600 | 2021-12-10T23:29:26 | 2021-12-10T23:29:26 | 235,164,690 | 47 | 27 | MIT | 2021-12-10T23:29:27 | 2020-01-20T18:03:51 | C | UTF-8 | C | false | false | 29,387 | c | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#ifdef __cplusplus
#include <cstdio>
#else
#include <stdio.h>
#endif
#include "testrunnerswitcher.h"
#include "azure_c_shared_utility/macro_utils.h"
#include "umock_c.... | [
"ericmitt@corp.microsoft.com"
] | ericmitt@corp.microsoft.com |
0d103ae07683bf062abfa7abb9b2e96937ebd396 | 3edb8bc2092271961b7020269b9ec1f1a1ed3f1f | /classification/edge-impulse-sdk/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c | 8f930ac9a21ba52cfde6cec4f6641c182bc3bd05 | [
"BSD-3-Clause",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | edgeimpulse/example-sparkfun-ccs811-himax | 5c928338eeb075510b2d62ddd5dd16252021bf08 | 099f11594c99ee784ce29e66f1a787c4b4d74e9d | refs/heads/master | 2023-03-31T12:44:29.792927 | 2021-04-01T16:49:27 | 2021-04-01T16:49:27 | 351,186,020 | 6 | 2 | null | 2021-04-01T16:49:28 | 2021-03-24T18:35:11 | C | UTF-8 | C | false | false | 5,290 | c | /* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_cmplx_mag_q31.c
* Description: Q31 complex magnitude
*
* $Date: 18. March 2019
* $Revision: V1.6.0
*
* Target Processor: Cortex-M cores
* ----------------------------------... | [
"aureliusc@gmail.com"
] | aureliusc@gmail.com |
2cc1d6735ea8fd01712ae3da099c12c834dd2ef6 | 4cc65d8093ae0f685cba4cdb07503072c64dcc2e | /src/ios/BrightcovePlayerSDK.framework/Headers/BCOVAttributions.h | 731f92e6a0fec04370029481a7107e85d8c80281 | [
"MIT"
] | permissive | AthleticNet/cordova-brightcove-player | 9c797ecc4bc75f965ee78a38dd96afd7afe3da4d | dd743db9a53ca6a9ab2a53fa6912c22d0d788ca2 | refs/heads/main | 2023-04-20T13:05:54.739249 | 2021-05-06T20:27:17 | 2021-05-06T20:27:17 | 367,094,999 | 0 | 0 | MIT | 2021-05-13T15:38:24 | 2021-05-13T15:38:24 | null | UTF-8 | C | false | false | 1,425 | h | //
// BCOVAttributions.h
// BrightcovePlayerSDK
//
// Copyright (c) 2021 Brightcove, Inc. All rights reserved.
// License: https://accounts.brightcove.com/en/terms-and-conditions
//
/*
Open Source Attributions
Portions of the Brightcove Native Player SDK for iOS may contain open source
software. Refer to the attribut... | [
"nikola.peevski@mentormate.com"
] | nikola.peevski@mentormate.com |
512af58ca5ab5869a0db791b516f703c466e994c | 61387be85711cf03ca2cc4144c15369ee9a46796 | /zo-mb-es-defender/project.IOs/Project.IOs/Classes/Native/mscorlib_System_Collections_ObjectModel_ReadOnlyCo1457666060MethodDeclarations.h | 781a9baa4ce292fcae8704e547d5e66c3abeef54 | [] | no_license | hoangwin/raci-ngc-ar_Du-o-iHin-hBa-tC-Hu | 6bb6b64052f05bc4026e1cfc6e10844c3dfc574b | 29c4f918482e9b850503d9912ebdf7afdafcafed | refs/heads/master | 2021-01-10T10:00:33.196405 | 2016-08-14T23:06:31 | 2016-08-14T23:06:31 | 44,680,146 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,146 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
#include "mscorlib_System_Collections_ObjectModel_ReadOnlyC_1962441533MethodDeclarations.h"
// System.Vo... | [
"hoang.nguyenmau@hotmail.com"
] | hoang.nguyenmau@hotmail.com |
a52c0a1694eec1515f20fe2de8a1a7cb735eb3a9 | 2875e427d9931ab8cfe2e066e1568c3130fcc3f2 | /Solaris_2.6/os_net/src_ws/usr/src/uts/sparc/krtld/kobj_convrelstr.c | 7f5d2699c3c807ddc290d1b7e35252381015fe44 | [] | no_license | legacy-codedigger/Solaris-2.6-Source-Code | 3afaff70487fb96c864d55bd5845dd11c6c5c871 | 60a0b3093caa7d84e63dd891a23df0e8e720bf3d | refs/heads/master | 2022-05-23T16:05:32.631954 | 2020-04-25T01:07:08 | 2020-04-25T01:07:08 | 258,658,903 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,777 | c | /*
* Copyright (c) 1996 by Sun Microsystems, Inc.
* All rights reserved.
*/
#pragma ident "@(#)kobj_convrelstr.c 1.2 96/06/17 SMI"
/* LINTLIBRARY */
#include "reloc.h"
#ifdef KOBJ_DEBUG
static const char * rels[] = {
"R_SPARC_NONE ",
"R_SPARC_8 ",
"R_SPARC_16 ",
"R_SPARC_32 ",
"R_SPARC_DI... | [
"zahir.meddour@protonmail.com"
] | zahir.meddour@protonmail.com |
c708311c95e2d822c0c6d6a4c29bd8b972028d25 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/3b3b3b3f-e6f8-4f60-a093-216977d3ae07.c | d52c839fd5ed28d02e4691c0e3b65817f28adcd7 | [] | 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 | 553 | c | #include <string.h>
#include <stdio.h>
int main() {
float i;
float j;
float k;
float l;
i = 6;
j = 9;
//variables
/* START VULNERABILITY */
int a;
char b[5];
char c[85];
a = 0;
while (b[( a - 1 )] != 0) {
a++;
/* START BUFFER SET */
*((char *)... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
79f20c4dce86d13d3f0256fb295bba2092459ca6 | fa5445e64cf9988835bded168f829bdb0822bc6f | /ios/Pods/Headers/Public/RNBluetoothEscposPrinter/ZXQRCodeMode.h | 7fbd07cdb789943621cb2296d683428171739fd1 | [] | no_license | ledinhmanh07/Demo-Printer-app | 0abab9d8597017283f54c23e9b431f953ed69e00 | dfa27b3b937a739ddfc1b795a1c2acb5f23b004d | refs/heads/master | 2022-12-08T02:54:17.589045 | 2020-08-16T07:42:55 | 2020-08-16T07:42:55 | 287,648,536 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 125 | h | ../../../../../node_modules/react-native-bluetooth-escpos-printer/ios/ZXingObjC-3.2.2/ZXingObjC/qrcode/decoder/ZXQRCodeMode.h | [
"ledinhmanh07@gmail.com"
] | ledinhmanh07@gmail.com |
47b2ad1b26228ae0a36c83fd605a4224a0f65f6a | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/media/usb/dvb-usb/extr_vp702x.c_vp702x_usb_probe.c | 5a437086bf5f6aea9edc86b5d5d180b01405db6c | [] | 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,616 | 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 |
56fc229eef144996e4f393ee1635560698dd1511 | c014b151104f5a41f900cf76aafa65f61a93bf8c | /piano/main.c | b1bc5961a92187e3ba19fbf100eff2c08925a252 | [] | no_license | BasmaAshraf21/AVR-Embedded-System | 1b7d99cbdb0735a56442ca0a38d99ea782c71cac | 16ffda170ee8ca25e772b488e00673e04d5d960f | refs/heads/master | 2022-12-14T14:21:26.789205 | 2020-09-04T21:19:31 | 2020-09-04T21:19:31 | 292,949,078 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 2,998 | c | /*
* main.c
*
* Created on: ??þ/??þ/????
* Author: dell
*/
#define FCPU 8000000
#include<util/delay.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include"types.h"
#include "registers.h"
#include"macros.h"
#include "DIO.h"
#include "Motor_cfg.h"
#include"LCD.h"
#include "Timer.h"
#include"key... | [
"37041176+BasmaAshraf21@users.noreply.github.com"
] | 37041176+BasmaAshraf21@users.noreply.github.com |
c7be0f0bf405e230a24e6f5debe6e284583cbbfc | 276c9f4c70c3071c22771029b3cfb338a9ff90b1 | /src/files/docker-essential/abstruse-pty.c | 908f98602cb5660c7c697a200e360d2b1bae26ba | [
"MIT"
] | permissive | k1r0s/abstruse | 72bd9d72ec4cfea68ac956fc48b2e81e629aed4d | dda568d5b0f5c89a9c1274083ef18ebd346d2353 | refs/heads/master | 2020-03-28T19:45:19.695035 | 2018-09-16T14:59:32 | 2018-09-17T09:31:24 | 149,006,302 | 1 | 0 | MIT | 2018-09-16T14:59:42 | 2018-09-16T14:59:42 | null | UTF-8 | C | false | false | 1,373 | c | #include <unistd.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/wait.h>
int main(int argc, char *argv[]) {
if (argc < 2) {
printf("Usage: %s cmd [args...]\n", argv[0]);
_exit(1);
}
int fd[2];
pipe(fd);
pid_t pid = fork();
if (pid == -1) {
per... | [
"jkuri88@gmail.com"
] | jkuri88@gmail.com |
ad987406990796168f67de5983e872cd8672d31a | daf1ef028161e437b05c29468f6f50f575b89d45 | /数据结构/算法/04_queue.c | 5339bbf160cba121216e43a9a188df361fcb9735 | [] | no_license | marsxck/cc-- | b4864cdade2df6e643df42348ffa6a0c4e71ac60 | 74d68fc92583e3746d9e1df06b32c69742ff6d95 | refs/heads/master | 2020-03-07T21:08:20.247392 | 2018-08-30T06:24:09 | 2018-08-30T06:24:09 | 127,718,603 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,369 | c | #include<stdio.h>
#include<stdlib.h>
typedef struct node3
{
int nValue;
struct node3 *pNext;
}MyQueue;
typedef struct node4
{
MyQueue *pHead;
MyQueue *pTail;
int nCount;
}Queue;
void q_Init(Queue **pQueue)
{
*pQueue = (Queue*)malloc(sizeof(Queue));
(*pQueue)->pHead = NULL;
(*pQueue)->pTail = NULL;
(*pQueue... | [
"32947366+marsxck@users.noreply.github.com"
] | 32947366+marsxck@users.noreply.github.com |
5969f6cc6737debf71104dba044f5e8f8fe705df | 06e31728a72c4a36c89705c665151ace404c75d5 | /Common/include/ExtensionPortSpi.h | 269ea531abfdef72f9dde7ba7b8c0d3fde3c9b8a | [] | no_license | chunyeow/bosch-xdk | a8ad6f73f888539f975118e8e22e3d35746e3634 | 3485f2427454a5ca40fe644a5bad4bdf0ac3d0cd | refs/heads/master | 2020-07-03T03:36:36.809427 | 2019-08-06T15:40:12 | 2019-08-06T15:56:22 | 201,761,551 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,202 | h | /*
* Licensee agrees that the example code provided to Licensee has been developed and released by Bosch solely as an example to be used as a potential reference for application development by Licensee.
* Fitness and suitability of the example code for any use within application developed by Licensee need to be verifi... | [
"yeohchunyeow@gmail.com"
] | yeohchunyeow@gmail.com |
06e80a5b47c4f12cece52cb5852f4665b0ca706f | 87a2427439cd9654ad3395cfaedab8faae1a0d39 | /8_1.c | a7d88e4cea71c1d64a1a42ef0f4c334e7f98de37 | [] | no_license | sh-saurabh4/-Algorithms-Analysis-and-Programming-Practices- | d2560d0e02c6b2cb98616a71958eabb9541a2709 | f25b54feb8acf122b7503df7f1a5b7faf964d0bd | refs/heads/master | 2020-12-31T02:23:28.167839 | 2016-11-16T06:28:25 | 2016-11-16T06:28:25 | 68,718,590 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,184 | c | #include<stdio.h>
int parent(int i){
if(i % 2 == 0)
return i / 2;
else
return (i / 2) - 1;
}
int left_child(int i){
return (2 * i + 1);
}
int right_child(int i){
return (2 * i + 2);
}
int swap(int *p, int *q){
int temp = *p;
*p = *q;
*q = temp;
}
void min_heapify(int a[],int size,int i){
int min = i, l... | [
"noreply@github.com"
] | sh-saurabh4.noreply@github.com |
9576d5c46b5b6aaa674e9076ca725df50b52d59c | dbecf1f9c202700e314764044bc10c6b31017f08 | /read.c | 04317ea23b671910e5238d0bcbdd371d4ee4f16d | [] | no_license | caoliver/gleem | 752b2405d728d9f81581c1f9e834f529919726ac | d3f5419999cd81238668a7741a86db1dc1542e1a | refs/heads/master | 2023-06-21T16:14:05.490445 | 2016-10-03T10:28:09 | 2016-10-03T10:28:09 | 388,867,324 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,438 | c | /****************************************************************************
read.c - read and write jpeg and png images routines.
Copyright (C) 2012 Christopher Oliver <current-input-port@gmail.com>
Copyright (C) 2002 Hari Nair <hari@alumni.caltech.edu>
This program is free software; you can redistr... | [
"oliver@puffin.private"
] | oliver@puffin.private |
fb53abda70e53724010c71934fca0ab6c1b0bf72 | db66eba973f13f62c6add8e1d323a4923b4851df | /Marlin/language_pl.h | f1afb670f1c75344bd1feee5baed9fd1698934b4 | [] | no_license | bg-wa/marlin-geeetech-delta | 8827e32477387b55daf2967675cd2dc77f7da1d7 | 4c6bee6adb3bb1c8885c0c19b4a180b865e89bcc | refs/heads/master | 2021-01-11T16:00:31.457758 | 2017-02-05T07:11:17 | 2017-02-05T07:11:17 | 79,982,147 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,241 | h | /**
* Polish
*
* LCD Menu Messages
* See also documentation/LCDLanguageFont.md
*
*/
#ifndef LANGUAGE_PL_H
#define LANGUAGE_PL_H
#define MAPPER_NON
// Define SIMULATE_ROMFONT to see what is seen on the character based display defined in Configuration.h
//#define SIMULATE_ROMFONT
#define DISPLAY_CHARSET_ISO10646_1... | [
"bill.j.grow@gmail.com"
] | bill.j.grow@gmail.com |
8539c852095ece7fed6f70a30b4590db9b1ebbc5 | 8d83ecd80ab9e8ecce95589d4dc945c6c17576c7 | /ScanLineCalculator/CalScanLineParam_types.h | c6ff75b6a79d0027b61f5349dcff469cd39a40f3 | [] | no_license | ericbin1/RailwayMonitor | a5e76c47ce2f72a510c645b94c816841faa82603 | f93f89b15f33d4fec027d6f730cb0ffd704a337a | refs/heads/master | 2022-01-13T04:33:28.812300 | 2019-04-17T01:25:39 | 2019-04-17T01:25:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,056 | h | /*
* File: CalScanLineParam_types.h
*
* MATLAB Coder version : 4.0
* C/C++ source code generated on : 11-Sep-2018 11:05:44
*/
#ifndef CALSCANLINEPARAM_TYPES_H
#define CALSCANLINEPARAM_TYPES_H
/* Include Files */
#include "rtwtypes.h"
/* Type Definitions */
#ifndef typedef_emxArray_creal_T
#define ty... | [
"984943763@qq.com"
] | 984943763@qq.com |
bb6e3dd75aaf6165fc98f7c3a8143600c49cb647 | a7b78ab632b77d1ed6b7e1fa46c33eda7a523961 | /third_party/lapack-3.7.1/LAPACKE/utils/lapacke_cpp_nancheck.c | fc00ce2df69c68f89b5e6e71c1f1d936c2982b2c | [
"BSD-3-Clause",
"BSD-3-Clause-Open-MPI",
"BSD-2-Clause"
] | permissive | frovedis/frovedis | 80b830da4f3374891f3646a2298d71a3f42a1b2d | 875ae298dfa84ee9815f53db5bf7a8b76a379a6f | refs/heads/master | 2023-05-12T20:06:44.165117 | 2023-04-29T08:30:36 | 2023-04-29T08:30:36 | 138,103,263 | 68 | 13 | BSD-2-Clause | 2018-12-20T10:46:53 | 2018-06-21T01:17:51 | C++ | UTF-8 | C | false | false | 2,314 | c | /*****************************************************************************
Copyright (c) 2014, Intel Corp.
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 cod... | [
"t-araki@dc.jp.nec.com"
] | t-araki@dc.jp.nec.com |
20a01215b23a35382700888d21b37f77373d25a7 | 20d44b9874b0951920c75d48c5eb8861ffb06b00 | /.c9/metadata/workspace/module4/exercises/customstrcmp/customstrcmp.c | 0f4b016df4452ad1756606e7bfa92b177c0528ed | [] | no_license | HeatherCorey/CS50 | ac18333e355bef9b674fc05f70c5164c7adcbdfe | dc0224ef5952e9d82738a2a6a0264edd5d3f626e | refs/heads/master | 2021-07-06T07:09:04.027329 | 2017-09-30T22:18:19 | 2017-09-30T22:18:19 | 105,404,533 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,631 | c | {"filter":false,"title":"customstrcmp.c","tooltip":"/module4/exercises/customstrcmp/customstrcmp.c","undoManager":{"mark":100,"position":100,"stack":[[{"start":{"row":26,"column":44},"end":{"row":27,"column":0},"action":"insert","lines":["",""],"id":780},{"start":{"row":27,"column":0},"end":{"row":27,"column":4},"actio... | [
"heather_c_a@sbcglobal.net"
] | heather_c_a@sbcglobal.net |
20622fad497cc186ac77c767af3e6013fac44f3c | 0f680c278154082e1dd77cd1c434571bfbeedfed | /vm/srcs/kill_process.c | 6986d2e405eb86c035a3a4074f34fa19993e032b | [] | no_license | yunusabd/corewar | c9d2f5f1abf329b9d5facbdc576c3caecd344591 | aadfef8e603aa6be133c958685de67ada9c75eb7 | refs/heads/master | 2020-03-24T03:30:59.509127 | 2018-08-29T08:29:41 | 2018-08-29T08:29:41 | 142,422,382 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,063 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* kill_process.c :+: :+: :+: ... | [
"yunusemin-github@yahoo.com"
] | yunusemin-github@yahoo.com |
a6ba2fb5e5c88fdb310b3f66f07297c9b6de2247 | f9e83aca7857df2e411920a495c16af13ef234db | /Piscine_C/day09/ex13/ft_compact.c | 13b5c4e2a26055ecab4c839ae9dca5fb40a3b1f8 | [] | no_license | ccellado/pool-things | 5af799d9fb4f2f478e133baa9f91a295ef4d5431 | 95c6e286ea94af72c9bb57e28dcb471857d03127 | refs/heads/master | 2020-04-03T12:41:45.017750 | 2018-12-03T10:26:08 | 2018-12-03T10:26:08 | 155,260,190 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,063 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_compact.c :+: :+: :+: ... | [
"ccellado@e2r10p2.21-school.ru"
] | ccellado@e2r10p2.21-school.ru |
bfc0ce9ac9cf924f435355facb2117a962b4fb65 | f546e231f2436e02b6e5ce20cfe889da3a4ccee7 | /TouchDevice/h/Version.h | 090b2ca7bd397fecd6281f4cdad53ec6d7c364d0 | [] | no_license | sphudson/TouchDevice | a0e981ee2e3fcc60ce4e354d528de6dc44923ddd | aad5076e374f14490d42d0e8ca486473d8eb8567 | refs/heads/master | 2021-05-11T02:06:23.206294 | 2018-01-21T16:17:03 | 2018-01-21T16:17:03 | 118,287,973 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 266 | h |
/*! @file Version.h
@brief Version info header file
*/
#ifndef _VERSION_H_
#define _VERSION_H_
#define VersionGetString() ("00.12.00 ")
#define VersionGetBuildDate() (__DATE__)
#define VersionGetBuildTime() (__TIME__)
#endif
| [
"noreply@github.com"
] | sphudson.noreply@github.com |
6b8759be6da91cc71f118bc3da8133acc4af8c31 | c35170d896a8cfce7e1ead11af48008d9e37f45c | /functions.h | da4d6d2cb494d9b5d0cdbe0807b98d5da240fb55 | [] | no_license | danielvaughn93/Senior-Project | 5d175a0994d10b2987b9ec8b36672b9c0240a798 | 219206a4a945f7a4ff55d8bf9203127c3fa622cc | refs/heads/master | 2016-09-05T11:48:06.115781 | 2015-02-19T18:26:47 | 2015-02-19T18:26:47 | 24,062,682 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,225 | h | //Daniel Vaughn
//funtions.h
// File to declare the functions to be used in the motor control project
//
//
//Developed at the University of Maine
//Fall 2014
//
//This file contains the declarations of the functions to initialize
// the modules, such as the Analog to Digital Converter(ADC), Timer1, and Timer2.
//It al... | [
"daniel.vaughn93@gmail.com"
] | daniel.vaughn93@gmail.com |
788296983326df487febe21c16d104468a401381 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/multimedia/opengl/glu/libtess/prq-heap.c | 5bf7b474435f28db8b5aa8f3b9456ebfb61ce7db | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C | false | false | 5,018 | c | /*
** Copyright 1994, Silicon Graphics, Inc.
** All Rights Reserved.
**
** This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
** the contents of this file may not be disclosed to third parties, copied or
** duplicated in any form, in whole or in part, without the prior written
** permission ... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
1d3443fc58b8b5bd1851462664a4c48e9ea63fc4 | 9b7d18bc82018058c06b557ef3153206280b6bf5 | /modeset-single-buffer.c | 6a4710bcfe9f965935545f791c12ca6b9ed1190e | [] | no_license | kingfisherht/display_drm | e86cb37721c6f60a6dc6a519a5b9dc7a7b6632f2 | 5bcffcdf0be9402dd39706a93e36d48b298a39f9 | refs/heads/master | 2023-02-20T20:09:52.119704 | 2020-06-29T09:17:15 | 2020-06-29T09:18:11 | 275,487,624 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,418 | c | #define _GNU_SOURCE
#include <errno.h>
#include <fcntl.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
#include <time.h>
#include <unistd.h>
#include <xf86drm.h>
#include <xf86drmMode.h>
struct buffer_object {
uint16_t width;
uint16_t heigh... | [
"qianyi@example.com"
] | qianyi@example.com |
ad832c3ff33d19ad54efce958abf716f7cd564eb | f66988aa5a276f84d9c29f261e57848439f690d8 | /usr/opt/OSCX200/src/extensions/include/PEX/PEXfuncs.h | f3a58c1bae200c95ead503e05b05ce921744f5fb | [] | no_license | dongdong-2009/osf1 | 63d4f7d33be85a6d9ed02d0c357d0c53985b70c4 | 3fe58fe301eb68d02c7735f861e80bee9f457d15 | refs/heads/master | 2021-09-18T10:42:48.930794 | 2018-07-13T08:15:24 | 2018-07-13T08:15:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,541 | h | /*
* *****************************************************************
* * *
* * Copyright (c) Digital Equipment Corporation, 1991, 1994 *
* * *
* * All Rights Reserved. Unpublished ... | [
"rwoodsmall@gmail.com"
] | rwoodsmall@gmail.com |
99a0e625c5d743ed1355e7450cb6aa5688674fa1 | 0747014d0245600a3c55b2605f7a288917814f70 | /hidvr-git/app/tcp_server.h | b9b73db5696bc2d00abe436adb543a5062fd37c7 | [] | no_license | lubing521/FNF_Project1 | 8f83fa1d22c6d428c718d8ab586af79dd08abe12 | 661d005bfd199bc91141c694c862d170dc04031b | refs/heads/master | 2021-01-17T23:53:26.963645 | 2015-11-07T11:20:27 | 2015-11-07T11:21:53 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,724 | h | /*
* tcp_server.h
*
* Created on: 2011-8-18
* Author: root
*/
#ifndef TCP_SERVER_H_
#define TCP_SERVER_H_
#include <arpa/inet.h>
#include "ldlist.h"
typedef struct _ClientSocket
{
int socket;
struct sockaddr_in client_addr;
LDList* send_list; //SocketBuf*
}ClientSocket;
struct _TcpServer;
typedef vo... | [
"499200145@qq.com"
] | 499200145@qq.com |
4bddfab01aeb9922e18e41f06e2281bec2f492e3 | c78d4485d7ec2fcb585c0c0b4960399560e9728d | /main.c | a64d7310b2fcaebd24e60ed28a938bd6ac3eb6cd | [] | no_license | Arc0re/sdl2_base | 6536fcaeec205eaa7f77732c1892a33a78d12c79 | a40503b01ebc4843031d20d41054d1dc9e202372 | refs/heads/master | 2021-01-11T07:36:38.100951 | 2015-12-09T18:38:43 | 2015-12-09T18:38:43 | 47,710,966 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,222 | c | #include "main.h"
#include "input.h"
#include <stdio.h>
#include <SDL_image.h>
void freeSDL(SDL_Window *window, SDL_Renderer *renderer, SDL_Texture *image);
int main(int argc, char **argv)
{
SDL_Window *window = NULL;
SDL_Renderer *renderer = NULL;
SDL_Texture *image = NULL;
SDL_Event e... | [
"PaperboyCheero@yahoo.com"
] | PaperboyCheero@yahoo.com |
b28e38831e2288123427c445947a3ba0b232f295 | 010279e2ba272d09e9d2c4e903722e5faba2cf7a | /contrib/libs/base64/ssse3/dec_ssse3.c | ce11b3cb1b25589baa9c54ff1a577f282124715f | [
"Apache-2.0"
] | permissive | catboost/catboost | 854c1a1f439a96f1ae6b48e16644be20aa04dba2 | f5042e35b945aded77b23470ead62d7eacefde92 | refs/heads/master | 2023-09-01T12:14:14.174108 | 2023-09-01T10:01:01 | 2023-09-01T10:22:12 | 97,556,265 | 8,012 | 1,425 | Apache-2.0 | 2023-09-11T03:32:32 | 2017-07-18T05:29:04 | Python | UTF-8 | C | false | false | 2,003 | c | // If we have SSSE3 support, pick off 16 bytes at a time for as long as we can,
// but make sure that we quit before seeing any == markers at the end of the
// string. Also, because we write four zeroes at the end of the output, ensure
// that there are at least 6 valid bytes of input data remaining to close the
// gap... | [
"exprmntr@pepe.search.yandex.net"
] | exprmntr@pepe.search.yandex.net |
830526862fbdf0304115a681613e6e3d79fe2b47 | 44d4ba92c9c81fb6b5f55278fa27ff1b390bad78 | /AÑO 2/arquitectura_de_computadores/Practicas/practica_3/ejercicio4/scheduled-clauseModificado4.c | 248bfb52cc02e9be2892f9f7efd5261b2ec000a6 | [] | no_license | juanka1995/ingenieria_informatica_etsiit | 72bfc709b0540c230dab97107d0d620cb0923317 | da95848958f32c623a3672f7096c23080cd21261 | refs/heads/master | 2020-02-22T01:37:07.052393 | 2019-02-25T02:24:57 | 2019-02-25T02:24:57 | 81,233,671 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,101 | c | #include <stdio.h>
#include <stdlib.h>
#ifdef _OPENMP
#include <omp.h>
#else
#define omp_get_thread_num() 0
#endif
int main(int argc, char **argv) {
int i, n=200,chunk,a[n],suma=0;
if(argc < 3) {
fprintf(stderr,"\nFalta iteraciones o chunk \n");
exit(-1);
}
n = atoi(argv[1]); if (n>20... | [
"jcarlosruiz95@correo.ugr.es"
] | jcarlosruiz95@correo.ugr.es |
90002274fbc6b4b4fdf1a9eb5588fd681914a462 | def3a32097a03a3b03620f8114b9bda5b51b73a0 | /src/examples/zucca.c | 4fd52644fa7f166b699696f4542907830bb65f1d | [] | no_license | atmediaservicedotnet/singsing | 2bf3d610369b7a5a13ff2408c0e22e7cf7ab16ec | c1c839c7b199c1c6990d9f451cc7d7345642f1c4 | refs/heads/master | 2021-01-15T13:11:11.649076 | 2013-08-22T14:35:58 | 2013-08-22T14:35:58 | 12,197,716 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,786 | c | /*****************************************************************************
* zucca.c is a part of singsing project *
* *
* $Id:: zucca.c 29 2008-05-17 11:43:07Z inode_ $: *
* ... | [
"andrea.simoncini@mediaservice.net"
] | andrea.simoncini@mediaservice.net |
2017e80f5e403fb2419cfc31f9e19cc8772eec8e | 329a7aa846ce3fca853a87a06e3c8e1c76d480fa | /Dyna-Q/resource.h | 1c793050c507090f4b6ba33e862966684fa25749 | [] | no_license | demonh1/LabirinthDynaQ | 965efe6702e53dde9f04563afb259a6d8b65232b | 6072a8b297f051a270b78993d056887a496bb874 | refs/heads/master | 2021-01-18T12:18:34.772709 | 2013-03-13T14:39:01 | 2013-03-13T14:39:01 | 8,840,018 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 386 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Dyna-Q.rc
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE ... | [
"fanlevia@gmail.com"
] | fanlevia@gmail.com |
65dd340b2f78b16d445b4802988b67c1a22da202 | 08bfc8a1f8e44adc624d1f1c6250a3d9635f99de | /SDKs/swig/Examples/python/smartptr/smartptr.h | c0f474ec6a01f110c81b7caca386d6fe78cde3d7 | [] | no_license | Personwithhat/CE_SDKs | cd998a2181fcbc9e3de8c58c7cc7b2156ca21d02 | 7afbd2f7767c9c5e95912a1af42b37c24d57f0d4 | refs/heads/master | 2020-04-09T22:14:56.917176 | 2019-07-04T00:19:11 | 2019-07-04T00:19:11 | 160,623,495 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 128 | h | version https://git-lfs.github.com/spec/v1
oid sha256:9aaaa05f6c88a7f7cf72708ca7380c17a1d76dcc9cfcea83d4c2996132af70b0
size 231
| [
"personwithhats2@Gmail.com"
] | personwithhats2@Gmail.com |
0d2af134bf73eae99c79685d72f905e9abcd8d19 | a7984148f9c0f19c3a81daed92494ebf7eec71c7 | /Software/libsoc/pwm_hw.h | 17461f80e7124bb2e4c0c1b0c5ca4373facfedd9 | [
"BSD-3-Clause"
] | permissive | mfkiwl/plc_on_fpga_riscv_hybrid | 0f1886a8cd7011ffa21059c4f0e08b1219bb175d | 159ebfedc4029fdca86e7c7bea106b56ff2e0ea6 | refs/heads/master | 2022-12-28T00:58:01.431203 | 2020-10-04T04:32:05 | 2020-10-04T04:32:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 912 | h | // The Potato SoC Library add from hossameldin
// (c) Hossameldin Bayoummy Eassa 2019 <hossameassa@gmail.com>
#ifndef LIBSOC_PWM_HW_H
#define LIBSOC_PWM_HW_H
#include <stdint.h>
// PWM register offsets:
#define Q_PWM 0x00
#define Frequency_Address 0x04
#define Duty_Cycle_Address 0x08
struct pwm_hw
{
volatil... | [
"hossameassa@gmail.com"
] | hossameassa@gmail.com |
fe65a18213e28a9dcc3a6043b8823fadd68dc9d4 | 77f7a74bc17ff16f456cae859c7fcfcdca1a15e3 | /srcs/main.c | 4953870d99b1a5f7fe9cfe4d4c74b301f1c9c8bc | [] | no_license | udraugr/42sh | c033f50ad632deef314065514c338e00cbfb3041 | cc80c426a78331272aaf087850f109206dece1e5 | refs/heads/master | 2021-07-21T03:47:56.821489 | 2021-01-09T17:01:44 | 2021-01-09T17:01:44 | 234,524,144 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,837 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.c :+: :+: :+: ... | [
"admin@Mac-Admin.local"
] | admin@Mac-Admin.local |
cb5a889d4894f37a3489301cd11f0e2c1f8d6282 | 0fc12d134643e9fb4ada42e3ebfdcd36c8c0baf6 | /project/tv/stb/tvmenu_mini/media/patvMediaPvrRecord.c | e00310eef82af43236c93e2e4c24fc40c1c24ada | [] | no_license | saur0n/hi2611 | 34750f431faf5aaa9a57f5281907d5101dbb4a4a | 70b7ea448fee86aa41730ac0562850e2076e0837 | refs/heads/master | 2023-03-18T11:15:51.682662 | 2019-07-15T08:32:36 | 2019-07-15T08:32:36 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 26,047 | c | #include <stdio.h>
#include <string.h>
#include "dTime.h"
#include "dDate.h"
#include "dDBase.h"
#include "dFrame.h"
#include "dGUI.h"
#include "pMenu.h"
#include "pPlayer.h"
#include "dPvrRecord.h"
#include "pMem.h"
#include "pFile_Scan.h"
#include "dMedia.h"
#include "dCBMan.h"
#include "pPvrPlay.h"
#i... | [
"dongliang@cndlcd.com"
] | dongliang@cndlcd.com |
af675524156c50cc8ce5bece408e63a3d95be376 | d71d2227d07489a9bad27c2ff218a13fbdfc54c3 | /Implementation/assignment1/Assignment1.c | e5578ab299c5a6f7b800a64666b38f035ec4d45d | [
"MIT"
] | permissive | klee30810/NALibrary | 3c26afe6130d2b3ac113ea1eafa251a1d38382ad | 3535bcea9f6376e08188ab30e568dc52888f196a | refs/heads/master | 2023-02-04T00:25:01.754860 | 2020-12-17T05:49:30 | 2020-12-17T05:49:30 | 299,869,151 | 0 | 0 | null | 2020-11-06T03:36:01 | 2020-09-30T09:22:16 | null | UTF-8 | C | false | false | 3,192 | c | /*------------------------------------------------------------------------------------------\
@ Numerical Methods by Young-Keun Kim - Handong Global University
Author : Kyung-Min Lee
Created : 08-03-2019
Modified : 15-03-2019
Language/ver : C in MSVS2017
Course : Numerical method 2019-... | [
"noreply@github.com"
] | klee30810.noreply@github.com |
83a18ade17fac0d43dd8e211538499b59d714900 | 5374b40642980178b0bc5dab02fe9a1171a357d3 | /src/Avara/Game/CPlayerMissile.c | fb2c0cc8bd46a7d756456eecfec10093d4e2990d | [
"MIT"
] | permissive | zebe/Avara | ce3c0ebb1f407b5f87cdeb50e3250dcafab5618e | 1e64a866c430cc0e44c60c873c0e36d90895e126 | refs/heads/master | 2021-12-12T13:25:43.623676 | 2021-11-14T15:21:53 | 2021-11-14T15:21:53 | 72,507,649 | 1 | 0 | null | 2016-11-01T05:47:52 | 2016-11-01T05:47:52 | null | WINDOWS-1252 | C | false | false | 1,034 | c | /*
Copyright ©1994-1996, Juri Munkki
All rights reserved.
File: CPlayerMissile.c
Created: Saturday, November 26, 1994, 11:18
Modified: Monday, January 29, 1996, 14:43
*/
#include "CPlayerMissile.h"
#define kPlayerMissileBSP 203
#define MISSILESPIN FIX(17)
void CPlayerMissile::IAbstractMissile(... | [
"jonathan.voss@gmail.com"
] | jonathan.voss@gmail.com |
4fa7a269ea5b8fdb5bf0a45598ef0be1a9f8ba2d | 58a81a1e64aa854f63cb3522f0f4958e85323e08 | /ch02/exercises/ch02ex03.c | 7654d2cdd3a685eaffe9880c2b2e9e79f1be35ce | [] | no_license | mkalap/cpma2 | 89bcea6b96f511ea175feb2af7e08a5e367f07e8 | 129caa7a7194dd852ac3eaf74a66a8635e02dab0 | refs/heads/master | 2021-01-18T10:00:47.781321 | 2015-09-02T04:53:08 | 2015-09-02T04:53:08 | 42,004,762 | 0 | 1 | null | 2015-09-06T14:06:10 | 2015-09-06T14:06:10 | null | UTF-8 | C | false | false | 819 | c | /* ch02ex03.c
C programming: A Modern Approach, Second Edition
Chapter 2. Page 33. Exercise 3
Condense the dweight.c program by (1) replacing the assignment to height,
length, and width with initializers and (2) removing the weight variable,
instead calculating (volume + 165) / 166 within the last printf.
... | [
"raywritescode@users.noreply.github.com"
] | raywritescode@users.noreply.github.com |
742786875fda34e7599677f9706601f32800f57e | 9e11294b6f482c9a212728cbb2f68ea62a7a7b76 | /0x01-variables_if_else_while/8-print_base16.c | 5c840a97d358671a2bdaac7a558cfaa9d17cb46f | [] | no_license | Dieudonne-Mukendi/alx-low_level_programming | a8921017820fa1862bec4bb08e752b43108d47fe | 317a71db7d766982093aa8d71ea62de0444ce510 | refs/heads/master | 2023-07-06T18:58:35.290771 | 2021-08-06T19:42:36 | 2021-08-06T19:42:36 | 377,864,082 | 3 | 5 | null | null | null | null | UTF-8 | C | false | false | 429 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
/**
* main - The entry point of my program
*
* Description: The program prints all the numbers of base 16
* in lowercase, followed by a new line.
*
* Return: Return O if there is no error in main program
*/
int main(void)
{
int n = 0;
char base16[28] = "... | [
"didomukendi@gmail.com"
] | didomukendi@gmail.com |
192508c0b8b749587b39b30939d136c309075334 | 49d2404030dad6207c1555dabd9b84cc4a90cb32 | /SRC/pzsymbfact_distdata.c | 3015264e57cb11e2b08518a0ccf160c7024be83d | [
"BSD-2-Clause"
] | permissive | poulson/SuperLU_Dist | 306cbd6ce2c04fee276b73ef987b8679660208d7 | 1d7c0582ba55ba3c7e20a84a4369d6f7dc63519b | refs/heads/master | 2016-09-05T18:10:37.766934 | 2014-11-19T02:05:41 | 2014-11-19T02:05:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 63,210 | c |
/*! @file
* \brief Redistribute the symbolic structure of L and U from the distribution
*
* <pre>
* -- Parallel symbolic factorization auxialiary routine (version 2.3) --
* -- Distributes the data from parallel symbolic factorization
* -- to numeric factorization
* INRIA France - July 1, 2004
* Laura Grigor... | [
"poulson@stanford.edu"
] | poulson@stanford.edu |
c0885e54305b50e64ca62cce048d863e60e516f4 | fa8308933c28734627a1aa6279b15937f2c68535 | /decode_bin.c | 52199009d551fa260f6e269e12755bbbf815cd1e | [] | no_license | giribalaji/SPOJ---My-Nuggets | 47f73f77bfb4a93ae57b8890a2408306de60b5e8 | 0968e8b46661cc5f7f2ac41856c57cf1634aef91 | refs/heads/master | 2020-07-18T21:45:19.067906 | 2016-11-16T12:18:17 | 2016-11-16T12:18:17 | 73,917,092 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,666 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
/* Wave file header */
#pragma pack(1)
struct pcm_wave{
char chunkId[4];
int chunkSize;
char format[4];
char subchunk1Id[4];
int subchunk1Size;
short audioFormat;
short noChannels;
int sampleRate;
int byteRate;
short blo... | [
"gragavan@knowles.com"
] | gragavan@knowles.com |
3e558e908ff30267a9702e147eb8cf550254b993 | a938521778b4cd9520ec36129a90287aad771289 | /lexico.c | 6279241a4baab9b1eda028319f364d2b04c13e5f | [] | no_license | Caori/arbre_lexical | 94cb9680efdadeccc43e738cf64d7cbd2b054e5f | 81840fb06e1b4933e1a5c3ea37b5d432363b6ffc | refs/heads/master | 2021-04-09T17:34:44.773875 | 2018-03-23T15:45:22 | 2018-03-23T15:45:22 | 125,892,068 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,255 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#define MAX_SIZE 50
//marche pas mal, mais pb : prend pas les lettres accentuées !
int readTextFile(char mots[][100]) {
char ligne[100];
int i = 0;
int j = 0;
FILE * file;
file = fopen("texte.txt", "r");
if(file != NULL) {
w... | [
"naiko.genevaux@gmail.com"
] | naiko.genevaux@gmail.com |
85cd3bfbce8b6bb086e6fd251e669c93b72ce93a | 3cb959d6f412762a985cc9c0232b48ad34adfefe | /src/show_v7.c | ee3e51b21a7ff2495ecf7a3d0c8afa076ade1074 | [] | no_license | dongdong-2009/nriet-stap-asaac-zynq | 3187bb1d70cd1690a192b79771002a231a89ff8c | b356ad0de6cc16a46e1ea295eadbc2b36bb29a79 | refs/heads/master | 2021-09-01T01:10:19.066818 | 2017-12-24T02:56:27 | 2017-12-24T02:56:27 | 134,239,875 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 7,020 | c | /*
* show_v7.c
*
* Created on: 2017年9月19日
* Author: Administrator
*/
#include "show_v7.h"
#include "xil_io.h"
void SetUartReg(unsigned int addrBase,unsigned int addrOffset,unsigned int value)
{
Xil_Out32(addrBase+addrOffset, value);
}
int GetUartReg(unsigned int addrBase,unsigned int addrO... | [
"noreply@github.com"
] | dongdong-2009.noreply@github.com |
ddf8adaa4ab620853bcaaa1ee8f95369e6b77e50 | a53dbc503d59b5037762b7cc88544e5b5cda0361 | /Gruvbox/dwm/config.def.h | 377bdeb62b5a6bf768b03cdb9f768d731142b5aa | [
"MIT"
] | permissive | Ewilso/suckless | 7c53f42b04657542b44346c4c546f09c7cff8e84 | b27654d2362e05aed531305a8aaddbf1311faaed | refs/heads/master | 2023-06-02T12:21:05.896079 | 2021-06-14T16:53:47 | 2021-06-14T16:53:47 | 263,584,130 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,825 | h | /* See LICENSE file for copyright and license details. */
/* appearance */
static const unsigned int borderpx = 2; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const unsigned int gappih = 10; /* horiz inner gap between windows */
static const un... | [
"17hughwilson@gmail.com"
] | 17hughwilson@gmail.com |
04596882e9c7ec6462fb437cee9ef7a7a93e5fce | 70f63f6b356c665842e359469a89287106a5a754 | /src/mudlib/d/goldhai/comun/habitacion/crowy/parque5.c | 3832df97920519efa87497b4edb2529d317e5a4e | [] | no_license | DPrenC/endor-mud | 2aebc7af384db692c7dbc6c0a0dbb3c600e93ecc | 3ca7605715ce2c02734c68766470f5d581b9fc98 | refs/heads/master | 2021-01-21T18:53:26.493953 | 2017-05-21T23:04:36 | 2017-05-21T23:04:36 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 440 | c | #include "./path.h"
inherit GROOM;
create()
{
::create();
SetIntLong(
"En esta zona del parque alguien contruyó un banco de madera. Esta viejo y "
"ajado, pero aun se pueden dormir buenas siestas en él a la sombra del muro "
"de la ciudad.\n");
AddDetail("banco","Es un viejo banco de madera.\n");
AddExit("oeste"... | [
"ea5gna@gmail.com"
] | ea5gna@gmail.com |
6ff78fd724b9a8c5fc5c0f8b26da46488c8852c5 | 24d1a44ec24afd8c1fa50d1ff55eb6cb6963a619 | /mhook-dll/disasm.c | 79a9b84236afe3ef0655ee368242fbc362284f5d | [] | no_license | iuliuscaesar92/spyweex | b79abb9072e62cbc7cc9efdb72b525e17ab27a2e | 3529fb7cb32d508d31d9ec298d8dc0d34cb3836b | refs/heads/master | 2021-01-21T04:47:45.458064 | 2016-07-21T11:10:22 | 2016-07-21T11:10:22 | 52,451,541 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,981 | c | // Copyright (C) 2004, Matt Conover (mconover@gmail.com)
#undef NDEBUG
#include <assert.h>
#include <windows.h>
#include "disasm.h"
#ifdef NO_SANITY_CHECKS
#define NDEBUG
#undef assert
#define assert(x)
#endif
//////////////////////////////////////////////////////////////////////
// Global variables
/////////////////... | [
"iuliuscaesar92@yahoo.com"
] | iuliuscaesar92@yahoo.com |
5146f655628355fad277e10e3328ac53e1ea21c8 | 5f9b26a41102c38da28b8f757a5586f9bc7cf71a | /crates/zig_build_bin_windows_x86_64/zig-windows-x86_64-0.5.0+80ff549e2/lib/zig/libc/include/any-windows-any/usbcamdi.h | 7b15cfcaa0875e20583cca6b52afd03a81be086a | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | permissive | jeremyBanks/zig_with_cargo | f8e65f14adf17ed8d477f0856257422c2158c63f | f8ee46b891bbcdca7ff20f5cad64aa94c5a1d2d1 | refs/heads/master | 2021-02-06T10:26:17.614138 | 2020-03-09T04:46:26 | 2020-03-09T04:46:26 | 243,905,553 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 10,017 | h | /*
* usbcamdi.h
*
* USB Camera driver interface.
*
* This file is part of the ReactOS PSDK package.
*
* Contributors:
* Created by Casper S. Hornstrup <chorns@users.sourceforge.net>
*
* THIS SOFTWARE IS NOT COPYRIGHTED
*
* This source code is offered for use in the public domain. You may
* u... | [
"_@jeremy.ca"
] | _@jeremy.ca |
9957b2cfec737794c9105c136ef760c63e0cc702 | 099d37a70848d2e4054ec456c0c14a72c14b8841 | /src/os/shared/common/src/com/ngos/shared/common/pci/database/generated/vendor1924/pcisubdevice19240710.h | afb2dc60e6bef7a565825a342f0892971da2b2f5 | [] | no_license | Gris87/ngos | c96e702b26fb5bcae894400657573ba71b72c996 | e5e20c632ea53ee6fcc82475c0b9ed6852932397 | refs/heads/master | 2022-11-08T01:16:55.262819 | 2022-10-23T08:55:10 | 2022-10-23T08:55:10 | 115,521,164 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,434 | h | // This file generated with the code_generator
// Please do not modify it manually
#ifndef COM_NGOS_SHARED_COMMON_PCI_DATABASE_GENERATED_VENDOR1924_PCISUBDEVICE19240710_H
#define COM_NGOS_SHARED_COMMON_PCI_DATABASE_GENERATED_VENDOR1924_PCISUBDEVICE19240710_H
#include <com/ngos/shared/common/ngos/types.h>
#include <c... | [
"Gris87@yandex.ru"
] | Gris87@yandex.ru |
6be306b9d55ee39762cdf44969061a3164326329 | 7e61bcdf368941c26381e7772eddec5522341c22 | /reto1/apagado_auto/src/apagado_auto.c | 7de8d5e89eda4f2b5d06714893e2cdb102d3338d | [] | no_license | luciacortes/isel2018 | 8db9783a392ee012d95295a0cd0cf2c391869901 | 365fd4fe1765cf0005b425f4e45a4c1582d6b601 | refs/heads/master | 2021-04-30T07:43:08.442138 | 2018-06-03T21:11:49 | 2018-06-03T21:11:49 | 121,355,421 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,270 | c | #include "fsm.h"
#include "esp_common.h"
#include "freertos/task.h"
#include "gpio.h"
#include "apagado_auto.h"
#define REBOUND_TICK 130/portTICK_RATE_MS
volatile portTickType xLastISRTick0=0;
#define TIMEOUT 2000/portTICK_RATE_MS
volatile portTickType xLastISRTick1=0;
enum fsm_state {
LIGHT_ON,
LIGHT_OFF,
};
static... | [
"lcortes.spinola@gmail.com"
] | lcortes.spinola@gmail.com |
cdc63bf25d7580bc9b1b5f882bdf0a840765e45f | f674c162928d08d5478d0f2a3138bb455c51e66a | /silver/16394.c | fb45d76b9af83f39ddf6b5db4ff66a2505c96a97 | [] | no_license | 3people/goRuby | c6df7de3709102415e091f289cd4e8a3f1f763d8 | 09d570c6f0f61bb172272a5b2d20f2804a753b19 | refs/heads/master | 2021-03-15T05:57:07.053893 | 2021-01-18T16:13:11 | 2021-01-18T16:13:11 | 246,829,497 | 0 | 0 | null | 2020-05-20T08:19:16 | 2020-03-12T12:33:14 | C | UTF-8 | C | false | false | 132 | c | #include <stdio.h>
int main(int argc, char const *argv[])
{
int year;
scanf("%d", &year);
printf("%d", year - 1946);
}
| [
"smsn7031@gmail.com"
] | smsn7031@gmail.com |
2c30d73d69bb158635d21323ac502132e1df885d | aa0aa7fbdf8a38b867918338957ea0c9bc7790b5 | /build-x64/system/utest/core/bad-syscall/config-module.h | 0e8fcf2e2d57409889feb4a8fa96ce458a896e93 | [
"BSD-3-Clause",
"MIT"
] | permissive | ChristopherWen/Debug_zircon | e32c21e0caffbdf3a665c1d0c16c16b3879c62cd | 76228456e9a31a200f1d4f1fb9b5cd45b52f6263 | refs/heads/master | 2021-09-14T18:55:13.682316 | 2018-05-17T13:39:21 | 2018-05-17T13:39:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,160 | h | #pragma once
#define MODULE_LIBS "system/ulib/unittest_system/ulib/fdio_system/ulib/zircon_system/ulib/c"
#define MODULE_STATIC_LIBS ""
#define MODULE_COMPILEFLAGS "-I./build-x64/system/ulib/c/gen/include_-I./build-x64/system/ulib/fdio/gen/include_-I./build-x64/system/ulib/unittest/gen/include_-I./build-x64/system/ulib... | [
"763106285@qq.com"
] | 763106285@qq.com |
5c3a45d0282be0f8ca9913677ca55ad7e5a796fc | 4e9043ffd43cedbc2a48530fdb04ade242902196 | /mediatek/custom/huawei89_cmcc_jb2/preloader/custom_emi.c | 270b0c58e99ea9ad1c5a92a32c8df57752081918 | [] | no_license | blackrebel75/HUAWEI89_WE_JB_700 | 1885de7ff665ec0f7469fcdde50871e7de375c7e | f1de372626c0bc6c9173acc40beffdf37fe6e271 | refs/heads/cm-12.1-mt6589 | 2023-01-23T04:09:52.659752 | 2018-10-17T17:07:22 | 2018-10-17T17:08:26 | 72,343,507 | 3 | 1 | null | 2023-01-17T20:20:33 | 2016-10-30T10:46:10 | C | UTF-8 | C | false | false | 2,627 | c | /*****************************************************************************
*
* Filename:
* ---------
* custom_emi.c
*
* Project:
* --------
* Android
*
* Description:
* ------------
* This Module defines the EMI (external memory interface) related setting.
*
* Author:
* -------
* EMI auto gen... | [
"72fabio1@virgilio.it"
] | 72fabio1@virgilio.it |
e122d05a59ad6f55a13d27e2a9ceb9111996e458 | 1098b5f6e9f8fa89cd0ef5d5c7817edf1568c81f | /hard_driver/friendlyArm/mem_malloc/mem_malloc.c | cc1db3337e73d8b064d0724ce2fa731540205863 | [] | no_license | WangDavid2012/weidongshan | b6a93881976df6baf3437d85df70230a1e7660fc | 1d45cf80f957b52370e357bd4ca9ce3cbf58a4fb | refs/heads/master | 2020-12-30T05:36:26.837139 | 2020-12-02T13:58:22 | 2020-12-02T13:58:22 | 238,877,678 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,908 | c | /******************************************************************************
##### 上海嵌入式家园-开发板商城 #####
##### www.embedclub.com #####
##### http://embedclub.taobao.com #####
* File: mem_malloc.c
* Author: Hanson
* Des... | [
"wangdavid2012@163.com"
] | wangdavid2012@163.com |
325df5ab352a168bac7338c31bf96cee74cbe11a | f0664190b8cd33a82a787082e92943a0b6eb8309 | /LOW_LEVEL_PROGRAMMING/ex2/wav_way/ex2.c | 97973b97f75ec00c574d8fd80ff3e0d0d52431aa | [] | no_license | danoms/NTNU | d978fb165d6b330ceb6478647ad2287ff0095b2c | bffb21f4160976517d3ec29f83de7bb301f6e91f | refs/heads/master | 2021-07-13T09:50:09.004832 | 2017-10-18T13:07:56 | 2017-10-18T13:07:56 | 105,789,305 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,095 | c | #include <stdint.h>
#include <stdbool.h>
#include "efm32gg.h"
// #include "game_types.h"
// #include "global_var.h"
/*
* TODO calculate the appropriate sample period for the sound wave(s) you
* want to generate. The core clock (which the timer clock is derived
* from) runs at 14 MHz by default. Also r... | [
"toms.sturmanis@gmail.com"
] | toms.sturmanis@gmail.com |
0c6b2ab90b4c54527cf1e4db9b9328e6bd332657 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/88f82106-fd31-4bb2-b992-32d09de9c33a.c | bdb9f0e079adffa5b8969c5cd298153ce59dbac6 | [] | 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 | 566 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 53;
l = 644;
k = i/j;
l = i/j;
l = i%j;
l = i+j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
long b[33];
long c[97];
a = 0;
do {
/*... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
74f3aae5e3246285fe3ecf0947ed3396916f92b3 | b1d500a451cd9852089bf3d97e829df069daa9c8 | /Images/MC/dMu/5.4e-18/MomBinnedAna/eAEDM_vs_p_allDecays_AAR_250MeV_AQ_0.C | 38bfdae7f5d0b5ca5a4a8ec04184638bba8999f6 | [] | no_license | sam-grant/EDM | 486ea029bf766c968a3c7b41198ffcf9bc3c9b8a | 525e41de5f675c39014488c79144f47562910736 | refs/heads/master | 2022-10-30T22:35:42.979799 | 2022-10-19T18:44:54 | 2022-10-19T18:44:54 | 296,421,806 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,869 | c | void eAEDM_vs_p_allDecays_AAR_250MeV_AQ_0()
{
//=========Macro generated from canvas: c/c
//========= (Thu Nov 18 11:34:08 2021) by ROOT version 6.24/04
TCanvas *c = new TCanvas("c", "c",0,0,800,600);
c->SetHighLightColor(2);
c->Range(526.998,-0.005544797,2752.101,0.08735798);
c->SetFillColor(0);
c->Set... | [
"samuel.grant94@gmail.com"
] | samuel.grant94@gmail.com |
4e0f8d907c935cf04b35f4fc5064c0d58b672592 | fe0be81aa27be91289ec17d30a67f3629095cbf4 | /unit08/【例 8.18】 全局变量的使用 已知圆的半径求周长.面积 .c | faf26de7c8f1e1b80da80e84842cf5db5757b80f | [] | no_license | 09han20/C_Language_textbook | b8a6cae2df5d5577ab5f41003659e6495162edae | 7c8905feecbb747b77c31401922e909549785934 | refs/heads/master | 2023-03-22T11:43:30.977816 | 2017-10-21T06:49:32 | 2017-10-21T06:49:32 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 263 | c | #include <stdio.h>
#define PI 3.1415926
double c,area;
void f(double r)
{
c=2*PI*r;
area=PI*r*r;
}
int main(void)
{
double r;
printf("请输入园的半径:\n");
scanf("%lf",&r);
f(r);
printf("周长为:%lf,面积为:%lf\n",c,area);
return 0;
} | [
"heshucheng@xiyou3g.com"
] | heshucheng@xiyou3g.com |
4dd88a41564045f1a2fb8d90e9a306829695bb29 | a98bc15fbb59c247c241839a476ce884252b75b7 | /기본과제/B2_73_20150413_v1.0/read3/ssu_read_3A.c | ba06bf5bf8c2b4e75e77bd5da60959f904167785 | [] | no_license | YeonWon123/2019_Linux_System_Programming | cfdd8f58147cb81dddaa419a4e7fcaa45c4b9d22 | abbd0b825825c364906d65858fd646dc49bac090 | refs/heads/master | 2020-05-24T20:55:27.467057 | 2019-07-01T04:19:07 | 2019-07-01T04:19:07 | 187,464,344 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 846 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/time.h>
#define SECOND_TO_MICRO 1000000
void ssu_runtime(struct timeval* begin_t, struct timeval* end_t) {
end_t -> tv_sec -= begin_t -> tv_sec;
if (end_t -> tv_usec < begin_t -> tv_usec) {
end_t -> tv_sec--;
end_t -> t... | [
"46421507+YeonWon123@users.noreply.github.com"
] | 46421507+YeonWon123@users.noreply.github.com |
6b4b071c3d3df7932b8f55a76ed10c77a0e46f4a | fbc101fb841279aacb1db5c501fc1b20bb73146f | /main.c | 724a59965f85daa491dc23c6ee19339974f4a40e | [] | no_license | alpersapann/girilen-sayinin-tek-mi-cift-mi-oldugunu-kontrol-eden-program | 2f6fe0ec03c4453ae082ec6663faea3ed9763a86 | 66666355f203aecea952fae5950a2b59792b5047 | refs/heads/main | 2023-07-06T16:34:16.882734 | 2021-08-16T07:54:53 | 2021-08-16T07:54:53 | 396,683,749 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 273 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
int sayi;
printf("bir sayi giriniz\n");
scanf("%d", &sayi);
if(sayi%2==0){
printf("sayiniz cifttir\n");
}
else{
printf("sayiniz tektir");
}
return 0;
}
| [
"noreply@github.com"
] | alpersapann.noreply@github.com |
091b973b173c3ba216bf1ea97faabd4594362ce4 | c7308b6f7534ec1d08d02ff7882020636f42a2cb | /test/cases/redefinition/typedef_3.c | 6a89828f144df3f4473cf00ce6e6a93f1e5f241d | [
"MIT"
] | permissive | bobrippling/ucc-c-compiler | 0d8808a31bb8b0b6403d1e757b866753ac969e23 | d0283673261bbd5d872057ee169378fdf349a6fa | refs/heads/master | 2023-06-21T22:25:07.825365 | 2022-03-01T22:33:16 | 2022-12-12T17:03:27 | 2,223,381 | 74 | 10 | null | null | null | null | UTF-8 | C | false | false | 79 | c | // RUN: %ucc -c %s
h()
{
typedef int t;
{
int t;
t = 2;
return t;
}
}
| [
"robpilling@gmail.com"
] | robpilling@gmail.com |
5c65f71bdfa5ec8600cf875861b6e34c93bfd35c | 4ad53ddc13ff66bccfc0c353aca058aadff35bee | /dhcp-3.1.3/client/dhclient.c | a9a0993d20daf9c03352d77b5431a4f7b2c8fcad | [
"ISC"
] | permissive | metalsky/protocol-stack | 4a6b90ff909259d5a1ce9b48f734ce8afb141b99 | 30465770dabcf2d2395c424c95219daec0da0b02 | refs/heads/master | 2020-05-27T22:49:37.763938 | 2017-03-23T11:46:30 | 2017-03-23T11:46:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 90,532 | c | /* dhclient.c
DHCP Client. */
/*
* Copyright (c) 2004-2009 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
... | [
"root@zhangyg-virtual-machine.(none)"
] | root@zhangyg-virtual-machine.(none) |
6fab82aec92fe8ce059e61cc2d544bb2f72058a7 | 901c2b012091810c6cb63e6afb92c7f3b3150996 | /Classes/Native/Mono_Security_Mono_Security_X509_SafeBag.h | 2cdfcfddee9ad81208084a91d534e2ebba6e8447 | [] | no_license | 8BitRain/photoshphereSwift | 83f4fce894b91d07ba95060d4e3b194cfc74b5aa | 57ef01c804757d38bda5258f1d188db05ab1d563 | refs/heads/master | 2021-01-13T00:40:51.272582 | 2015-11-14T06:39:29 | 2015-11-14T06:39:29 | 46,164,639 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 487 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.String
struct String_t;
// Mono.Security.ASN1
struct ASN1_t721;
#include "mscorlib_System_Object.h"
// Mono.Security.X509.SafeBag
struct SafeBag_t743 : public Object_t
{... | [
"8BitRain@gmail.com"
] | 8BitRain@gmail.com |
150bfee6ccd61147a3394c0d15b1b5c32d18fe93 | 6ef6213d2fa39d1d0ab7e2373d882b9d263e8c6d | /ti_components/algorithms/mathlib_c66x_3_1_0_0/packages/ti/mathlib/src/asinsp/asinsp_v.c | 8ff75cd38f0864185c24415c2fa9fbf4dab3456f | [] | no_license | Zhangh2018/PROCESSOR_SDK_VISION_03_06_00_00 | 9c380d3167b156a11a8f21814e94ac5550cddc87 | 05c72de5d031006c7565d4234abd53670a926acd | refs/heads/master | 2021-10-16T13:43:05.313842 | 2019-02-11T09:10:44 | 2019-02-11T09:10:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,418 | c | /* ======================================================================== *
* MATHLIB -- TI Floating-Point Math Function Library *
* *
* *
* C... | [
"yukichen@otobrite.com"
] | yukichen@otobrite.com |
d404d6230b92a4711e34cc99584c2a4ebd301c54 | 014e061aabead078700ede4fb651a4027b419083 | /src/tests/test_gfx.c | a48b078248c6967e4520bd23151761336e8c5190 | [
"MIT"
] | permissive | rumblesan/conway-c | 8642df5ca5fc44e73df3431813c817d25cb4c12e | 832192d00eb86952eec8601db60416691136d784 | refs/heads/master | 2020-06-01T00:38:21.120575 | 2013-02-02T14:08:21 | 2013-02-02T14:08:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 284 | c | #include <stdlib.h>
#include "tests/min_unit.h"
#include "tests/test_gfx.h"
#include "core/gfx.h"
static char * test_creation() {
Screen s = gfx_create_screen();
gfx_cleanup_screen(s);
return 0;
}
char * test_gfx() {
mu_run_test(test_creation);
return 0;
}
| [
"guy@rumblesan.com"
] | guy@rumblesan.com |
2495f91452a44838c478cedc596d6a3f41566676 | c584fdb16bba2bb80728a7e355200fbaddc27f32 | /loop2.c | e51afa05d5ce7b4265ae2b9e992d69f813034ca5 | [] | no_license | A-GHOSH-dev/Learning-C | 1f3aeed9fbb77e039cead686e480fc80a49590e1 | 4aa23bed7eb2f814d373ffc6d9c25c06f4bf56df | refs/heads/master | 2023-04-08T08:06:39.665630 | 2021-04-19T10:55:38 | 2021-04-19T10:55:38 | 344,796,296 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 235 | c | #include<stdio.h>
#include<conio.h>
void main(){
short int i=1;
while(1){ //only for 0 false, as we have not given the condition
printf("i:%d\n",i);
++i;//1,2,3,4,5,6......//infinite loop
}
}
| [
"noreply@github.com"
] | A-GHOSH-dev.noreply@github.com |
625a839663b758ec65131bfaa6237af4b5108b26 | 2f09b2a859e1c6563b7142f4ff0c7ae6786e3d25 | /src/rawsock.c | b8a9fff20272b67bccfa81fdeee5ae73aea007b9 | [] | no_license | wojons/masscan | 105d288fc00a64244fc31e42f5a2f9e65e713fd9 | b35533227a9b321a01b389eae1609e1c61a1ef5a | refs/heads/master | 2021-01-17T23:12:46.575190 | 2013-09-12T07:40:15 | 2013-09-12T07:40:15 | 12,821,215 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 25,751 | c | /*
portable interface to "raw sockets"
This uses both "libpcap" on systems, but on Linux, we try to use the
basic raw sockets, bypassing libpcap for better performance.
*/
#include "rawsock.h"
#include "templ-pkt.h"
#include "logger.h"
#include "main-ptrace.h"
#include "string_s.h"
#include "rawsock-pfri... | [
"robert_david_graham@yahoo.com"
] | robert_david_graham@yahoo.com |
367d1f6c50b638acc3039fc94006e78bc4903fe1 | 16d40634fe3655c684b59927589b2bc4ff8f5059 | /src/fmftPy.c | e5c8c2c26b71017a492cfd7aeaeb2552f1578c4e | [] | no_license | MilesCranmer/celmech | b8c5a1436f5e145ec224824b6113353d22a71377 | 39ea1281175a619cacf54f1fbd6c31c94217ff75 | refs/heads/master | 2023-02-11T03:48:45.382767 | 2021-01-12T19:12:08 | 2021-01-12T19:12:08 | 327,202,891 | 0 | 0 | null | 2021-01-06T04:50:21 | 2021-01-06T04:50:20 | null | UTF-8 | C | false | false | 963 | c | #include <stdio.h>
int fmft(double **output, int nfreq, double minfreq, double maxfreq, int flag,
double **input, long ndata);
double **dmatrix(long nrl, long nrh, long ncl, long nch);
void free_dmatrix(double **m, long nrl, long nrh, long ncl, long nch);
int fmft_wrapper(double out[][3], int nfreq, double minfreq, ... | [
"shadden1107@gmail.com"
] | shadden1107@gmail.com |
3fa9f3693c0a7f3b87756c2f5d8251314c9677cf | 3a81e57eadf0b9c687a1547ced0164199cb3eb37 | /guilds/scion/paths/staff/forms/over-bash.c | 81460334d1ef9b103c5d216af457c6deabbd415a | [] | no_license | mindware/core-lib | fcdc47d57bdbf3d9d72b918ba450d2b260350fe0 | ffc58e9d0192ac382038713cdf4f08ec9062e062 | refs/heads/master | 2022-12-12T06:25:19.696779 | 2020-09-01T23:09:20 | 2020-09-01T23:09:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,343 | c | //*****************************************************************************
// Copyright (c) 2020 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
inherit "/lib/mod... | [
"abc@maelstrom.cc"
] | abc@maelstrom.cc |
367406091dd0cfb44d439af20967073ccf7bd816 | a42f3a80325607dba20541ee65d559bb319a4393 | /7_basic-chatting-app_and_epoll/_sample/epolltcpsrv.c | 9889e6ebb34e87be6f23f90a6e1db653f9bdc1e2 | [] | no_license | blackbeaver37/2021_network-programming_assignment | 7acc8891c206fb4ba69b7e15130ee94b578321f2 | f34db4ca011839274f943e614fe9ead184dc4e9b | refs/heads/master | 2023-04-15T22:39:38.751120 | 2021-04-29T09:33:09 | 2021-04-29T09:33:09 | 349,916,625 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,567 | c | #include <stdio.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <string.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/epoll.h>
#include <errno.h>
#define MAX_EVENTS 10
void errProc(const char*);
int main(int argc, char** argv)
{
in... | [
"fhkaldh@naver.com"
] | fhkaldh@naver.com |
694f0e0105dc7ab9318d69e1074f778cc1f43d59 | ed2411e3ca762ba7a1c68ed0b2011cfa533aa5a0 | /code/engine.vc2008/xrManagedUILib/xrManagedUILib/ISpectreUILib.h | b95a58454c107efb75d77102a1792913d581805a | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause",
"Apache-2.0"
] | permissive | andreyholkin/xray-oxygen | 59be08e8a7f35577418a459cedc0ef799695e257 | 663ed0795f84e1b8cec0d6404ded27aad71b067c | refs/heads/master | 2020-04-02T12:47:17.244026 | 2018-10-18T15:42:16 | 2018-10-18T15:42:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 140 | h | #pragma once
#ifdef MANAGED_UI_BUILD
#define MANAGED_UI_API __declspec(dllexport)
#else
#define MANAGED_UI_API __declspec(dllimport)
#endif | [
"vihtarb@gmail.com"
] | vihtarb@gmail.com |
fc29501d94ca97d513cd41279baaaff89c4bfdd1 | c1a8e75227512a30db772c92973c7b179d4eaa67 | /Test/Classes/Native/mscorlib_System_Collections_Generic_List_1_gen_5.h | ef9cdc0b939d618109211550b56d74452ab6df26 | [] | no_license | joshtwynham/dissertation | 266f5463d970e15bf5b0842c881ff65c9c85389c | b860fc4ae2b6152d0aea15b36036904b4a88bd15 | refs/heads/master | 2021-01-10T09:20:17.128871 | 2016-04-17T16:07:36 | 2016-04-17T16:07:36 | 49,824,777 | 0 | 0 | null | 2016-02-02T11:36:07 | 2016-01-17T16:14:25 | C++ | UTF-8 | C | false | false | 791 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// UnityEngine.Vector2[]
struct Vector2U5BU5D_t380;
#include "mscorlib_System_Object.h"
// System.Collections.Generic.List`1<UnityEngine.Vector2>
struct List_1_t381 : public Objec... | [
"psyjt1@nottingham.ac.uk"
] | psyjt1@nottingham.ac.uk |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.