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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
304181f37da995141b8b9bb074e5f52ebc62d7d8 | 4aca3d3cdd148c665be67d4b30425ef7f6d06fa5 | /projects/pca301_rfm69_regreg/pinkie_cfg.h | 55fdc5504d19d326648d36e2ce0de9d123409e2c | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | sven/pinkie | 41ef3600bfb9749c9bc2f2a26ea554261b8a39ca | 265a3a3e0a289e354aa8a1c60e1420f2461a3ae0 | refs/heads/main | 2021-11-24T19:59:51.012873 | 2021-11-07T13:02:32 | 2021-11-07T13:02:32 | 130,580,701 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 666 | h | /**
* @brief Pinkie - Configuration Header
*
* Copyright (c) 2017-2018, Sven Bachmann <dev@mcbachmann.de>
*
* Licensed under the MIT license, see LICENSE for details.
*/
#ifndef PINKIE_CFG_H
#define PINKIE_CFG_H
/* Configure the highest integer width that must be supported by printf.
*
* Allowed values are:
... | [
"dev@mcbachmann.de"
] | dev@mcbachmann.de |
af99b4d29d80d92528fd551388f1364889ac5014 | a4bb67e3fcafb43b46610675801a3db90e63a329 | /tests/upd765-test.c | 4ffce2a48bf1ed898cd1935c274198289938164a | [
"MIT"
] | permissive | kimstacy/chips-test | 25673a79f554fee66d149f57acd157ac72f10840 | f63750b9195e0bc2cc7ba01eccadce00d7e55680 | refs/heads/master | 2023-06-22T06:26:28.241449 | 2021-07-17T17:28:53 | 2021-07-17T17:28:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,016 | c | //------------------------------------------------------------------------------
// upd765-test.c
//------------------------------------------------------------------------------
#define CHIPS_IMPL
#include "chips/upd765.h"
#include "utest.h"
#define T(b) ASSERT_TRUE(b)
static upd765_t upd;
static int cur_track[4];
... | [
"floooh@gmail.com"
] | floooh@gmail.com |
9689fd7b5798f34014a60f2ba01001577e125440 | 06497d8c2f1dc5cfab493d1d6a6345c2c3fd3e1f | /sw/nRF51_SDK_10.0.0_dc26b5e/components/ant/ant_key_manager/ant_key_manager.h | 0c571a8b586bc34ed728985d011f8dd4e6608cd4 | [
"Apache-2.0"
] | permissive | kevin-ledinh/banana-tree | 6ab403bac511dd0205c79d55a8d0f0bfefc03bfc | 3e022bf5a88edab57efd8902d511b337389290a4 | refs/heads/master | 2020-05-21T13:30:49.107162 | 2017-02-26T15:38:27 | 2017-02-26T15:38:27 | 46,086,866 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,864 | h | /* Copyright (c) 2015 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor ASA.
* Terms and conditions of usage are described in detail in NORDIC
* SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
*
* Licensees are granted free, non-transferable use... | [
"tcnhan2512@gmail.com"
] | tcnhan2512@gmail.com |
4c4b582aefe2a7b5f95dfe375358cba7f3600455 | 758c274c2c15af089c1ff966732851e5b418626f | /chap19/exercise4a/stack.c | 5f01b27da69f14fb2d534f50daf8e0b8b2fc9114 | [] | no_license | drguildo/csolutions | 4ae213df3fa53a51457a076b309cc36f0a5d1c1e | 93d079411e0138bb0c89f68354cab5d79c91cb0d | refs/heads/master | 2021-01-01T18:42:39.450981 | 2008-06-25T19:04:02 | 2008-06-25T19:04:02 | 117,727 | 1 | 0 | null | 2014-03-22T18:05:43 | 2009-01-30T00:18:27 | null | UTF-8 | C | false | false | 609 | c | #include <stdio.h>
#include "stack.h"
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
static int is_full(Stack *);
void make_empty(Stack *s) {
s->top = 0;
}
int is_empty(Stack *s) {
return s->top == 0;
}
void push(Stack *s, int n) {
if (is_full(s)) {
puts("error: stack ... | [
"sjm@spamcop.net"
] | sjm@spamcop.net |
7eaf87fa88c82950bacce95b13e5112842c9a1e8 | 38927d2cbbcaa32b5056a3965025d8bd3d6cadb8 | /src/game_tab_setup.c | 1531c1feecc59036576b075f931e2521c0e50697 | [] | no_license | alaborde29/Epitech_navy | 8c73158cf52299e45518d2b17a394f3e5d63c816 | a67d0eeb7f00c446d3ef5177b73af5cb7f49bfd0 | refs/heads/master | 2023-06-06T08:55:44.082724 | 2021-06-29T09:34:28 | 2021-06-29T09:34:28 | 381,301,856 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,547 | c | /*
** EPITECH PROJECT, 2020
** B-PSU-101-NAN-1-1-navy-enzo.bonato
** File description:
** game_tab_setup
*/
#include "my.h"
#include "navy.h"
void put_this_boat(char **array, char *boat)
{
vector2i_t pos1 = create_vetor2i(boat[2] - 'A', boat[3] - '0' - 1);
vector2i_t pos2 = create_vetor2i(boat[5] - 'A', boat[... | [
"alaborde@localhost.localdomain"
] | alaborde@localhost.localdomain |
d7068c2a56b4c7ebd12da854273cb9cba44f174f | 467b89b95c9e599f41f6535b15248614776964c5 | /util.c | 1bda842a89f4017a830478f2e839d7ff3e97bbcd | [
"Artistic-1.0-Perl"
] | permissive | rhesa/AutoTest | 8b80df38efa6d6bc776d17aca11bb13dc1e2a96b | 1d7a70f807187e9c1630ef9861e75f9e1d6cc485 | refs/heads/master | 2021-01-17T07:57:55.092463 | 2012-07-25T01:31:24 | 2012-07-25T01:31:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,551 | c | #include "auto_test.h"
bool match(const char *from, const char *to)
{
bool ret = false;
size_t from_size = strlen(from) + 1;
size_t to_size = strlen(to) + 1;
if (from_size == to_size && !strncmp(from, to, to_size)) {
ret = true;
}
return ret;
}
bool find(const char *targ, char c) {
... | [
"goccy54@gmail.com"
] | goccy54@gmail.com |
aeab7fc4c042c8131983bdc7ff149e87a5263e63 | 01fbaa8ef4ebea31f9760281217e2d3e5627dc75 | /recoThread.h | b5b3d9641b5b75230b35986075254e33771a9445 | [] | no_license | cgoutorbe/parseAisTest | 2d11b6ef4cda71b6317a72cabeec7f8cfe766af9 | 941648a28573679818b0d0ca22633ee24bf10dd1 | refs/heads/master | 2021-09-19T09:22:13.412500 | 2018-07-26T10:41:11 | 2018-07-26T10:41:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 228 | h | int connect_socket(int sock, struct sockaddr_in* adr,int size);
int adr_init(struct sockaddr_in* adr);
int receive_NMEA(int sock, char* buffer);
int is_disconnected(int sock);
int use_buffer(char* buffer);
int reception_loop();
| [
"charlie.goutorbe@gmail.com"
] | charlie.goutorbe@gmail.com |
3735934204087af7bd902137b90d55e080f01835 | 8a01fb267f58c8fc993cca431248980be22626a9 | /peek-build/m23/csw-system/drv_core/abb/bspTwl3029_UsbOtg.c | e4a81b6008794a068b48edc02575ab534ca3c664 | [] | no_license | WA9ACE/PeekLinux | bd3a223ae3e9f0d59f21cf94849ad688befa4809 | 24327182a829108dc2625a8c6ff4ad6e5e6d5a60 | refs/heads/master | 2022-11-29T23:44:14.601896 | 2020-08-08T16:52:35 | 2020-08-08T16:52:35 | 286,082,137 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,183 | c | /******************************************************************************
* WIRELESS COMMUNICATION SYSTEM DEVELOPMENT
*
* (C) 2004 Texas Instruments France. All rights reserved
*
* Author : Mary TOOHER
*
*
* Important Note
* --------------
*
* ... | [
"andrey@e6eaa9d7-a8e6-4b40-915f-875ea51fe5d1"
] | andrey@e6eaa9d7-a8e6-4b40-915f-875ea51fe5d1 |
9aac7bcfe5467b03455c3f234fbf96941d7ae48e | f83daaad4ecab1290db19d33c59d3b52613ff547 | /2AHME/ue14_felder/main.c | b54c30e9b52a282b0d617f5eb421781748fda91e | [
"MIT"
] | permissive | kosphm18/aiit | 4a62a98eea0c6713c1fcb1aa57cffe6d7edcadac | 1ac9a6253ee7af8191f8d709bc6ddce82f7e3336 | refs/heads/master | 2021-07-02T17:14:52.206666 | 2021-02-04T08:44:48 | 2021-02-04T08:44:48 | 220,440,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,962 | c | #include <stdio.h>
double *print1DimFeld(double feld[], int anzahl) {
printf("print1DimFeld:\n");
// for (int i = 0; i < sizeof(feld) / sizeof(double); i++) {
// sizeof(feld) => 40?
// sizeof(feld) => 8
// sizeof(double) => 8
for (int i = 0; i < anzahl; i++) {
print... | [
"noreply@github.com"
] | kosphm18.noreply@github.com |
59ca1993679901e3b9f3dff6ccfa74c75a4c1d54 | 7550905c5efaaec2010ab56adda078d03d6a04e3 | /archive/master/v0.0.0-2477-gc3cd0ad/arty/net/mor1kx/software/include/generated/csr.h | 00146c37e252d460237a711d1dae9cd671770254 | [
"MIT",
"BSD-2-Clause"
] | permissive | stefanor/HDMI2USB-firmware-prebuilt | 9844dd4aaf8ec174417b9a4acbd73f543e0b3bae | 2e7dc4e3dcfac6fa947769e4d9477f4aa57a7852 | refs/heads/master | 2022-01-30T11:04:10.549876 | 2019-07-21T00:51:32 | 2019-07-21T00:51:32 | 115,801,134 | 0 | 0 | null | 2017-12-30T14:14:36 | 2017-12-30T14:14:36 | null | UTF-8 | C | false | false | 33,964 | h | //--------------------------------------------------------------------------------
// Auto-generated by Migen (562c046) & LiteX (113f7f40) on 2019-07-20 22:04:15
//--------------------------------------------------------------------------------
#ifndef __GENERATED_CSR_H
#define __GENERATED_CSR_H
#include <stdint.h>
#if... | [
"github@rivera.za.net"
] | github@rivera.za.net |
92628a575866f826d035dc0b8d63fd653804ed6b | 20e81b5499fbc425d3653688e15a860714737432 | /recipes-extended/lwip/lwip-echo/main.c | 7280b3b2dbd5448e27b1fa17c160940e030e9ec8 | [
"MIT"
] | permissive | tzanussi/meta-micro-galileo | 49919a165c168f3e7d07f632e2dbc8e94c96e4cf | 6fb8ac9ab3f2d852e8407ac7c0a1d1e5c53897f7 | refs/heads/dizzy | 2021-01-06T20:38:12.021964 | 2015-03-18T22:36:12 | 2015-03-19T20:57:41 | 26,054,395 | 0 | 1 | null | 2015-03-13T06:04:23 | 2014-11-01T15:31:53 | Diff | UTF-8 | C | false | false | 5,919 | c | /*
* Copyright (c) 2001-2003 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright ... | [
"tom.zanussi@linux.intel.com"
] | tom.zanussi@linux.intel.com |
f640832763fd3f05a53560db7005f952a6d41839 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/net/ethernet/netronome/nfp/bpf/extr_jit.c_nfp_bpf_optimize.c | d4495931bce53065b734f082a679353739a4c7d9 | [] | 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,110 | 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 |
fdf2b25590aff8bbdbb73fcf5dcc384370607f48 | d741d9d85b4f0197f7551c0867b6f92689990344 | /optimization/mainBFit.c | 66607a57199a278e95b13b9e244b132effe345fa | [] | no_license | Hjojo/numericProg | 9d15eecfb5ce254ad33db243c62445a9cc70c3ab | 2a358270b356c4da13e29236eeed13d47d4807e8 | refs/heads/master | 2021-01-18T22:53:02.907386 | 2017-06-29T21:21:46 | 2017-06-29T21:21:46 | 87,078,511 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,549 | c | #include <stdio.h>
#include <math.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_blas.h>
int quasiNewton(
double f(gsl_vector *x),
void gradient(gsl_vector *x, gsl_vector *df),
gsl_vector *xStart,
double eps
);
double function(double t, gsl_vector *params) {
double A = gsl_vector_g... | [
"jonas1601@gmail.com"
] | jonas1601@gmail.com |
993924edf7bbba7839e9ff0613ca50fec393d7c6 | 75fd1a30c15754b0642238001996ac7f7c28ec4b | /Embeded C/Generated_Source/PSoC5/M2_D1_aliases.h | ee8241eb5da48f742fc28d4ee19309b38f1d8516 | [] | no_license | rdso323/COMPSYS-301 | 646c3764711938645ac99626d2870ab477241161 | 6f49ea4cd3775ebe768159ff0a64d8d61356be5e | refs/heads/master | 2020-05-05T09:19:25.265954 | 2018-08-07T11:19:20 | 2018-08-07T11:19:20 | 179,899,429 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,270 | h | /*******************************************************************************
* File Name: M2_D1.h
* Version 2.20
*
* Description:
* This file contains the Alias definitions for Per-Pin APIs in cypins.h.
* Information on using these APIs can be found in the System Reference Guide.
*
* Note:
*
********... | [
"prashamjhaveri@Prashams-MacBook-Air.local"
] | prashamjhaveri@Prashams-MacBook-Air.local |
c8e1f0678ce6702358bc4cabeaeb4030e27ee78a | 712e2c48c07f3343cd307b9ee06b1e5f4aab3f1b | /infod/InfoModules/JMigratePIM.h | 83446b14847afc621c718f6cb633506ce484e494 | [
"BSD-3-Clause"
] | permissive | liororama/gossimon | 02f1b3284f450457f878628ca41334a61f285ea3 | 5d0d266677153c7d0f330438c8ee4942a98ae4e4 | refs/heads/master | 2020-05-20T06:49:29.390899 | 2014-01-02T06:15:12 | 2014-01-02T06:15:12 | 2,347,339 | 3 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,314 | h | /*============================================================================
gossimon - Gossip based resource usage monitoring for Linux clusters
Copyright 2003-2010 Amnon Barak
Distributed under the OSI-approved BSD License (the "License");
see accompanying file Copyright.txt for details.
This software i... | [
"liororama@gmail.com"
] | liororama@gmail.com |
739da875cb8b5a7ce9873093e115cdaa31826954 | fabd37b88c41fe465f533c1e11e6f7f8cbb85754 | /recipes-hello/hello/files/hello.c | a84cc25735b0871ca2a383bd55de5e41f872ea87 | [
"MIT"
] | permissive | JohnyDev42/yocto | aa06499ecc6bb2e796caa95a803c65e76ef750a3 | e279b1fec567a9afb00ce42afac49847286cf192 | refs/heads/master | 2023-09-04T21:30:22.076141 | 2021-11-21T14:21:47 | 2021-11-21T14:21:47 | 425,897,276 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 70 | c | #include<stdio.h>
int main(){
printf("Hello Yocto!\n");
return 0;
}
| [
"arunsahu44@gmail.com"
] | arunsahu44@gmail.com |
6463d75199bc99e97d1a421a1e2fc6b110361719 | e803a924d59d7a13774f3615f5ec7d6de5df9dd5 | /dwm.c | 40074987847ffdb8fd255e6182df81811341e03c | [
"MIT"
] | permissive | guosongjun/modwm | 4cdb3b6b0fece80e522bf47547b66ed967af8b43 | 749ddfbd0b5c1babbc82b6615607186799a0eda8 | refs/heads/master | 2023-03-23T02:52:00.435180 | 2021-03-23T05:53:22 | 2021-03-23T05:53:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 116,968 | c | /* ___ ______________ _ ____ ___
* | \/ | _ | _ | | | | \/ |
* | . . | | | | | | | | | | . . |
* | |\/| | | | | | | | |/\| | |\/| |
* | | | \ \_/ | |/ /\ /\ | | | |
* \_| |_/\___/|___/ \/ \/\_| |_/
*
* MODWM - Modular Dynamic Window Manager.
* -------------------------------------... | [
"chrisjoelgarvin@gmail.com"
] | chrisjoelgarvin@gmail.com |
3a9f83c1c6f290d45371ff6598ad12a8a7635c4c | a2470cbf61e63ced335890144854ef9e4e21ca57 | /Hazel/src/Hazel.h | c2505c673b324ab004652bbc1688de73a3b3d3e1 | [] | no_license | TheFern2/Hazel-Tut | 4b6f537432113230844362aebd14db84161dfbea | 8ff6dde69e9115ae5f1e7eb6e8541db6fe7bbb7a | refs/heads/master | 2022-05-31T16:19:46.043945 | 2020-04-30T13:01:17 | 2020-04-30T13:01:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 222 | h | #pragma once
// For use by Hazel applications
#include "Hazel/Application.h"
#include "Hazel/Log.h"
// --- Entry Point ------------------------
#include "Hazel/EntryPoint.h"
// ---------------------------------------- | [
"ic3balandran@yahoo.com"
] | ic3balandran@yahoo.com |
e850ab699d78f718dcd555922f75e08789b603e8 | 2c166a6ccbe23d625a5555b02c3600f8f9ab44ec | /kernel/libk/source/kstdlib/kstdlib.c | 88afb9505f6a5572d5a50b94d07561e7671ff696 | [] | no_license | StoicSquid/Operating-System | 8ed574bf97ded5f35547fc1445e834f0b575cd8d | d3749587490209fb331a5ae708c1093e8c0450fc | refs/heads/main | 2023-08-29T07:42:47.542246 | 2021-10-31T00:22:51 | 2021-10-31T00:22:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 370 | c | #include <kstdlib.h>
void *kmemset(char *__dest, char __src, size_t __size)
{
char *ret_block = __dest;
while (__size--)
{
*__dest++ = __src;
}
return ret_block;
}
void *kmemcpy(char *__dest, char *__src, size_t __size)
{
char *ret_block = __dest;
while (__size--)
{
*... | [
"nofilqasim@gmail.com"
] | nofilqasim@gmail.com |
e62ac957ee4d2128ef16d515af64e4222b3db741 | 7a054280ee7a1e7d6ca60f697713bb9e72ff88d0 | /ProgramasC/Secao08/secao08Exercicio03.c | 731148f8433135d0616ea78d143592577b9ef8e9 | [] | no_license | dieg0palma/AlgLogic | 9849b1ed44381c6110a33a8966819cebadf7336a | a43c262ef6f2af866c61e41d2862456a64b88a04 | refs/heads/master | 2021-05-21T21:10:56.289579 | 2020-04-03T18:18:03 | 2020-04-03T18:18:03 | 252,802,726 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 308 | c | #include <stdio.h>
int main() {
int vetor[10];
for (int i = 0; i < 10; i++) {
printf("Insira um número no vetor: ");
fflush(stdout);
scanf("%d", &vetor[i]);
}
for (int i = 0; i < 10; i++) {
printf("O número %d está na posição %d do vetor. \n", vetor[i], i);
}
}
| [
"noreply@github.com"
] | dieg0palma.noreply@github.com |
acfe8bac3042523c8c337ae203ebf3ffc0dec55a | ca66dbbc31fb7a302ee6b97ffb4a6c987836805e | /Source/SBBase.h | 00cc977f668db991636dde5f5f9aa0b7f1710cc0 | [
"Apache-2.0"
] | permissive | prezi/SheenBidi | a44b35e32f62b3bd629f1499349b7fcca52b2c92 | f7b367531f52b6aad4e729cd7e625daed3619a36 | refs/heads/master | 2023-04-13T20:07:54.786284 | 2021-03-14T03:32:38 | 2021-03-14T03:32:38 | 265,934,100 | 0 | 1 | Apache-2.0 | 2023-04-07T09:25:31 | 2020-05-21T19:27:08 | C | UTF-8 | C | false | false | 3,855 | h | /*
* Copyright (C) 2016-2019 Muhammad Tayyab Akram
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | [
"dear_tayyab@yahoo.com"
] | dear_tayyab@yahoo.com |
f92391c19966ba72561552a34a3a2c2ad18498de | 0acace81433043d274bbeb5628fc150cc0f2d072 | /Sources/Emulator/src/mame/machine/ticket.c | 46aacfafaac61778d2f3bf2b2cf35ef318bb3030 | [] | no_license | SonnyJim/MAMEHub | b11780c6e022b47b0be97e4670c49b15a55ec052 | aeaa71c5ebdcf33c06d56625810913a99d3a4a66 | refs/heads/master | 2020-12-03T03:36:28.729082 | 2014-07-11T13:04:23 | 2014-07-11T13:04:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,483 | c | /***************************************************************************
ticket.c
Generic ticket dispensing device.
****************************************************************************
Copyright Aaron Giles
All rights reserved.
Redistribution and use in source and binary forms, with... | [
"jgmath2000@gmail.com"
] | jgmath2000@gmail.com |
30a46e918c3b4cf7e45df14746277d4bb9b5a924 | b546c383d6ac3163629b8bdaa42bab420c3bf4d0 | /Edk/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/BasePeCoff.c | 4c2c10a9b30e2cbd5e5239859c5e6f91bf1cdee3 | [] | no_license | matsufan/efidevkit | 0570d3efaa4182c524bfa441d65c01947b8540e2 | 84cbd5045793eb6b44db8e07587964003c97a0cb | refs/heads/master | 2020-05-29T19:54:50.323153 | 2012-11-19T07:25:45 | 2012-11-19T07:25:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 47,980 | c | /*++
Copyright (c) 2004 - 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distrib... | [
"hche10x@d4c01ab0-1994-4ed3-9bc5-3ada14f9202f"
] | hche10x@d4c01ab0-1994-4ed3-9bc5-3ada14f9202f |
c0544c1fb5d4c520baa0b38c9d5f10a00a759e18 | 4101d8c5631fa2febac04f146f10978436cfd3bb | /04_blinking_bm/src/04_blinking_bm.c | d6c215a8bd12fd20fe104c91609b9cded64595e6 | [] | no_license | RosaCruzMendoza/RosaCruzMendoza | 75c680bee37ddcc0ded34047258e15d2499a3730 | bd6aeaefd9ca37ecd78710a2eb3eed296b404930 | refs/heads/master | 2021-01-18T23:14:31.234872 | 2016-11-26T14:24:15 | 2016-11-26T14:24:15 | 72,654,509 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,107 | c | /* Copyright 2016, XXXX
*
* * All rights reserved.
*
* This file is part of CIAA Firmware.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright ... | [
"rosa.cruzmendoza.1990@ieee.org"
] | rosa.cruzmendoza.1990@ieee.org |
505cdfe5e66d6ba8fcd3934e8bf191bce95d8d20 | 788da62dce9041878fd098e5347408fbf0679ace | /qcom/proprietary/mm-camera/mm-camera2/media-controller/modules/sensors/actuators/0301/actuator_libs/iu074/camcorder/iu074_camcorder_lib.h | fd2b7da99794625ff413c81f1f5cd5355f8cfca6 | [] | no_license | Snapdragon-Computer-Vision-Engine-Team/msm8974-sources2 | e7daa0bf3096e09286fd6e9f3a4e078774e49565 | 8e8a1d7b8b840a7c93e39634d61614665974acb1 | refs/heads/master | 2021-12-15T03:28:26.619350 | 2017-07-25T06:50:38 | 2017-07-25T06:50:38 | null | 0 | 0 | null | null | null | null | WINDOWS-1250 | C | false | false | 50,043 | h | /*============================================================================
Copyright (c) 2012-2014 Qualcomm Technologies, Inc. All Rights Reserved.
Qualcomm Technologies Proprietary and Confidential.
============================================================================*/
{
/* af_header_info_t */
... | [
"xinhe.jiang@itel-mobile.com"
] | xinhe.jiang@itel-mobile.com |
b6dde019516be7e5a6b44901ab9e6c5361e9f4df | b0fc8ce34d5f52a314c481e91694f9e06efb7ab1 | /src/player_a.c | febed3da2340664a0b7f7c1156a65717ad92d76b | [] | no_license | magalieV/Navy | e826e20beaa0a7a89c2e5a071477e3064dcf8e85 | 8a96720b4166812832e501ae857050173614807f | refs/heads/master | 2022-04-08T13:04:17.014603 | 2020-02-29T22:04:42 | 2020-02-29T22:04:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,230 | c | /*
** EPITECH PROJECT, 2019
** player_a.c
** File description:
** first player doing
*/
#include "navi.h"
static int const (*ps)(char *) = &my_putstr;
static int const (*pf)(char *, ...) = &my_printf;
static char * const (*rf)(char *, ...) = &my_rprintf;
static char * const (*fr)(char *, ...) = &my_frprintf;
extern ... | [
"magalie.vandenbriele@epitech.eu"
] | magalie.vandenbriele@epitech.eu |
112beb73da3c61e94dc5a787282814bea996db9e | 9338d2030e65d625fcb0a3fe7abaaa3e83a9bee9 | /F407VG_TFT/TFT_fonts/Arial12x12.h | fe792cd0ea3f486740a2a9d424f173cfc918d8b6 | [
"MIT"
] | permissive | jphuc96/F407VG_Codes | b6b01c4d6527c6b7307699295f1c625c1d2eaa97 | d1e01ec7d86a4f984748ca8439c2f79bb6349f14 | refs/heads/master | 2021-04-12T12:04:40.117747 | 2018-04-21T07:18:46 | 2018-04-21T07:18:46 | 126,513,720 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 17,418 | h |
//GLCD FontName : Arial12x12
//GLCD FontSize : 12 x 12
/** Arial Font with 12*12 matrix to use with SPI_TFT lib
*/
const unsigned char Arial12x12[] __attribute__((aligned (2))) = {
25,12,12,2, // Length,horz,vert,byte/vert
0... | [
"jphuc96@gmail.com"
] | jphuc96@gmail.com |
0a05bb2cb07de2fc0ba7b2a6e7ba72b8bec3566f | 909df5e29f5249b7ee1b12a3668148f8b5436fd4 | /lib/fudge/ring.h | 09208bf75b5d2be92325d3781949944709923461 | [
"MIT"
] | permissive | jezze/fudge | 4d9965a87c937ee0bd8feb505179cc2bd61e655a | 7407284297b87c3005428adaaa1d1e0c55d4d6fe | refs/heads/master | 2023-08-02T14:34:04.859847 | 2023-08-01T17:54:29 | 2023-08-01T17:54:29 | 229,070 | 72 | 15 | MIT | 2022-07-23T19:10:57 | 2009-06-16T22:24:23 | C | UTF-8 | C | false | false | 1,782 | h | struct ring
{
char *buffer;
unsigned int capacity;
unsigned int head;
unsigned int tail;
};
unsigned int ring_count(struct ring *ring);
unsigned int ring_avail(struct ring *ring);
unsigned int ring_isempty(struct ring *ring);
unsigned int ring_isfull(struct ring *ring);
unsigned int ring_skip(struct ... | [
"jens.nyberg@gmail.com"
] | jens.nyberg@gmail.com |
14786e69a60777d22ddb7e268d17c3c9f6bee4c0 | 3a010a5439665eaac793a9248b322d1f6b3fbe84 | /Src/Math/mathtool.h | 1bc2358ce82100ec0c1508e62872e60dd4afb587 | [] | no_license | Huasheng-hou/Algorithms | a3df7830c81a90c51fce70a2c7cc602568a007cb | e13b1592a6c2974005f7734646e1d3a42e86eda3 | refs/heads/master | 2020-04-16T04:00:52.636942 | 2019-07-06T08:35:22 | 2019-07-06T08:35:22 | 165,252,421 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 216 | h | //
// mathtool.h
// Algorithms
//
// Created by apple on 2019/5/31.
// Copyright © 2019 华生侯. All rights reserved.
//
#ifndef mathtool_h
#define mathtool_h
int gcd(int a, int b);
#endif /* mathtool_h */
| [
"331292108@qq.com"
] | 331292108@qq.com |
c53939460643e158ebf32ff6c3f646c00b48f3bf | 3079356ad80009d009782a2386a6bdc2ef59f2fd | /Xilinxs/LR1/isim/Test_top_isim_beh.exe.sim/work/m_00000000000530879313_2412534358.c | 0b240e17e54d502d81e6e61d412657663168a1ff | [] | no_license | mrkriv/Laboratory | 3cadd98b805e316a2e3f8dc262ec4c85f0c55d4f | f453bdf7381c4b06dcb423778a2292b80e7a685c | refs/heads/master | 2020-05-21T12:27:47.820844 | 2017-10-01T15:07:44 | 2017-10-01T15:07:44 | 54,062,460 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 109,144 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"virus_450@mail.ru"
] | virus_450@mail.ru |
7129e0f780514ffc8909450f5e03adc8fea61af5 | 5b6c21515ae82a7dd12fde0082362215f59cf78b | /main.c | e2a2ad3b42a60658f76d67cd797a353d05518d59 | [] | no_license | ltz0302/Linklist | 1637dc523ee5040577af5b9ce98d812402710992 | 6b72eb1e7c4e4bdc1f3b26e6b05957f4d4128923 | refs/heads/master | 2020-07-28T05:52:49.816304 | 2019-09-18T14:31:34 | 2019-09-18T14:31:34 | 209,326,504 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 298 | c |
#include <stdlib.h>
#include "list.h"
int main()
{
int len;
Node* list;
list=creatMyList(NULL);
list=InsertOtherNode(list,11,3,1);
len=GetMyListLen(list);
printf("The Len is %d\n",len);
PrintfListDataNode(list);
SearchData(list,3);
return 0;
}
| [
"ltz0302@gmail.com"
] | ltz0302@gmail.com |
ffc53f9543094f7ac3ba79822478d23480ebc1ad | aaad70e69d37f92c160c07e4ca03de80becf2c51 | /filesystem/usr/src/linux-headers-4.15.0-20/include/linux/hwmon-vid.h | abaedc696b60de24e1d76fe2b2a42832918bdb0c | [] | no_license | OSWatcher/ubuntu-server | 9b4dcad9ced1bff52ec9cdb4f96d4bdba0ad3bb9 | 17cb333124c8d48cf47bb9cec1b4e1305626b17a | refs/heads/master | 2023-02-10T18:39:43.682708 | 2020-12-26T01:02:54 | 2020-12-26T01:02:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 165 | h | {
"MIME": "text/x-c",
"inode_type": "REG",
"magic_type": "C source, ASCII text",
"mode": "-rw-r--r--",
"sha1": "ad8ac79f6acd0bdcde2a5385d9d9e2a4d2a718ea"
} | [
"mathieu.tarral@protonmail.com"
] | mathieu.tarral@protonmail.com |
2fcbf8f77c0444458c2db5ff9aff9aace5993545 | dac106e2ae63671c630b0b54890414efea1ff206 | /hal/micro/cortexm3/em35x/em3596/micro-features.h | a7b5750c3611400b468d48f5480f529b14648454 | [] | no_license | whitevirus/ZigBee_em358x | 4aa70c2eff6cca5b68f59fa736bcbf5a2251c7d1 | 91e4fbbf5ef12d2e043e6c74980405bbda2442f1 | refs/heads/master | 2020-11-25T20:24:15.177781 | 2015-02-06T06:50:03 | 2015-02-06T06:50:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,039 | h | /** @file hal/micro/cortexm3/em35x/em3596/micro-features.h
*
* @brief
* Constants to indicate which features the em3596 has available
*
* THIS IS A GENERATED FILE. DO NOT EDIT.
*
* <!-- Copyright 2014 Silicon Laboratories, Inc. *80*-->
*/
#ifndef __MICRO_FEATURES_H__
#define ... | [
"yaxx99@homtial.com"
] | yaxx99@homtial.com |
61b384b4f255c6e7e131e85921ac0ee2c3e17a52 | 191707dd19837f7abd6f4255cd42b78d3ca741c5 | /X11R5/contrib/examples/PEX/tristrip2.c | f03d3ba2e81a05388a87aa1efdeb03601efc7467 | [] | no_license | yoya/x.org | 4709089f97b1b48f7de2cfbeff1881c59ea1d28e | fb9e6d4bd0c880cfc674d4697322331fe39864d9 | refs/heads/master | 2023-08-08T02:00:51.277615 | 2023-07-25T14:05:05 | 2023-07-25T14:05:05 | 163,954,490 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,632 | c | /* $XConsortium: tristrip2.c,v 5.1 91/02/16 09:32:36 rws Exp $ */
/***********************************************************
Copyright (c) 1991 by Sun Microsystems, Inc. and the X Consortium.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
document... | [
"yoya@awm.jp"
] | yoya@awm.jp |
0d6806d843e291f30ba179ddad1574ce31648651 | da171f1e0354f018d26ed8c2e7da1757ddaf5581 | /sandeep/2 - Trees/TreeHeight/TreeHeight.c | b0748588b328a281bcded846f097b138dacb54ad | [] | no_license | haeSunshim/Practice-Algorithm | c050cf9c0062ecaa473dd105e1e3104e7a017199 | 503304fd55a0a1f46f5e5e19c329492a9e15a64d | refs/heads/master | 2022-07-16T19:29:00.452024 | 2020-05-18T10:51:00 | 2020-05-18T10:51:00 | 260,959,386 | 0 | 1 | null | 2020-05-18T10:48:36 | 2020-05-03T15:26:49 | C | UTF-8 | C | false | false | 310 | c |
#include <stdlib.h>
#include "tree.h"
int max(int a, int b) {return a > b ? a : b;}
int TreeHeight(Tree t) {
if (t == NULL) return -1;
int left = TreeHeight(t->left) + 1;
int right = TreeHeight(t->right) + 1;
return max(left, right);
}
// int TreeHeight(Tree t) {
// return -1;
// }
| [
"das.yaegar@gmail.com"
] | das.yaegar@gmail.com |
d39f26b449f10ee1643231bde59c6b620c220350 | 75c747300761cfe87c424ce431ae16a58fe1abff | /srd/code/registers/iphone11-workinprogress-register-rwx-unit-test.c | 26049319c53e6c76ebdeb40db3f38399323111ad | [
"Unlicense",
"LicenseRef-scancode-public-domain"
] | permissive | xsscx/ios-arm-research | db421123efb1ce6dda2d344d576ea763f9531a6f | 2b23ffc4261d548cc4b3f460a6ce650add51db88 | refs/heads/main | 2023-06-16T17:29:53.116426 | 2021-07-12T01:30:24 | 2021-07-12T01:30:24 | 332,619,677 | 12 | 2 | null | null | null | null | UTF-8 | C | false | false | 5,122 | c | /*
Original Code by Sven Peter for M1 Apple Silicon
Modified by SRD0009 | @h02332 | David Hoyt to run on iPhone 11 and iOS 14.3 or greater
OPEN SOURCE - PUBLIC DOMAIN
This Code HANGS at -> can_read when reading the PTR. What is the correct address?
*/
#define _XOPEN_SOURCE
#include <signal.h>
#include <stdbool.h>
#... | [
"xss@xss.cx"
] | xss@xss.cx |
f422523f73266c31b9a6ab288d9caeb1e51ddf7f | 4dd7f261cc1334b7e966aaeefa7911510d50ad3c | /athena_signal/kernels/dios_ssp_aec/dios_ssp_aec_tde/dios_ssp_aec_tde_ring_buffer.c | c15183566fda6d885418a9ab2757c5793947a86d | [
"Apache-2.0"
] | permissive | ishine/athena-signal | bd721349610c246d0b1c9604677adedbe7b79b7a | 570be321de35697fd954ef268184ac77a32d628c | refs/heads/master | 2021-09-14T16:50:05.470130 | 2021-08-17T09:28:00 | 2021-08-17T09:28:00 | 239,663,241 | 1 | 0 | Apache-2.0 | 2021-04-23T07:11:19 | 2020-02-11T02:58:48 | C | UTF-8 | C | false | false | 2,126 | c | /* Copyright (C) 2017 Beijing Didi Infinity Technology and Development Co.,Ltd.
All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unl... | [
"ml-350.com"
] | ml-350.com |
ee0847f760aa9088c807911cb1fb1e6190611918 | d724bf68946436e970549a588e71a89e467cb2b3 | /1.1_CTS/report/source/functions/G30232.c | 9816199dcef820af39b96a164cf127b40e040755 | [
"Apache-2.0"
] | permissive | neiltrevett/OpenVG-CTS | 414a64b04dd5303b600dc2b2011a356027e535f9 | 75cdf231eb34cb89c2082d9cf065ec5938f5464c | refs/heads/master | 2022-07-28T12:50:45.459085 | 2020-02-19T10:52:32 | 2020-02-19T10:52:32 | 266,667,754 | 0 | 0 | Apache-2.0 | 2020-05-25T02:45:15 | 2020-05-25T02:45:15 | null | UTF-8 | C | false | false | 2,348 | c | /*------------------------------------------------------------------------------
Copyright (c) 2008 The Khronos Group Inc.
All Rights Reserved. This code is protected by copyright laws and contains
material proprietary to the Khronos Group, Inc. This is UNPUBLISHED
PROPRIETARY SOURCE CODE that may not be disclosed i... | [
"hwan@ajou.ac.kr"
] | hwan@ajou.ac.kr |
47c33aba4ab157522510eccf106f4a383b219fe0 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/fs/ceph/extr_mds_client.c_parse_reply_info.c | ec1649ee2b37152b194072b4faa14c39e953330a | [] | 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,169 | 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 |
d0a2e82287d8db6fd6fe348572e2c9c532d24632 | 23a4889166bde810bfea2c22c5759e4099cd31ca | /src/mbyte.c | 9b788b0d5e59ec40df4de6831b9bf702d350c398 | [
"Vim"
] | permissive | zhoujian1210/vim | f423abbe43ad75e9be58d53e438f8be7636d2a83 | 3f54fd319f6641b4bed478bcc90cdb39ede68e31 | refs/heads/master | 2021-04-27T00:10:07.216072 | 2018-03-03T20:29:55 | 2018-03-03T20:29:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 169,720 | c | /* vi:set ts=8 sts=4 sw=4 noet:
*
* VIM - Vi IMproved by Bram Moolenaar
* Multibyte extensions partly by Sung-Hoon Baek
*
* Do ":help uganda" in Vim to read copying and usage conditions.
* Do ":help credits" in Vim to see a list of people who contributed.
* See README.txt for an overview of the Vim source code.... | [
"Bram@vim.org"
] | Bram@vim.org |
02f61a2026e2ce7d98998c99789eedebab67d13a | b9b17f3cbd8a1b6e7aee4f217b8de15a4c89b4ae | /my_web_socket/mibs/mib_common.c | ddeaa6cc12117946a056e73c2641214a4b3a357c | [] | no_license | spara7C5/STM32-WebSocketClient | c367a60e08094e18c42cd16444435e274cef61f2 | 92cfa1b1685ffec3ea933220fd279b672e7b9672 | refs/heads/master | 2020-06-12T08:26:52.526906 | 2019-06-28T09:49:01 | 2019-06-28T09:49:01 | 194,244,764 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 25,871 | c | /**
* @file mib_common.c
* @brief Common definitions for MIB modules
*
* @section License
*
* SPDX-License-Identifier: GPL-2.0-or-later
*
* Copyright (C) 2010-2019 Oryx Embedded SARL. All rights reserved.
*
* This file is part of CycloneTCP Open.
*
* This program is free software; you can redistribute it an... | [
"paracchino@hotmail.it"
] | paracchino@hotmail.it |
c3effd61690648ec14e16aaa8b6b4e52bf4b970e | c7792b5e5ae5e74d643518a5b0644020288fc6da | /mutants/fuzzgoat.mutant.1304.c | 866987e3d6f6011043366a2930545800139a1486 | [
"BSD-2-Clause"
] | permissive | agroce/fuzzgoattriage | 0dc99daf2d061aaa0f58ceef3657b6f9ff411613 | 173c585cc7e87bcb2b82ae22fde56935352cd597 | refs/heads/master | 2020-07-29T14:49:39.691056 | 2019-09-20T18:07:19 | 2019-09-20T18:07:19 | 209,830,892 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,159 | c | /* vim: set et ts=3 sw=3 sts=3 ft=c:
*
* Copyright (C) 2012, 2013, 2014 James McLaughlin et al. All rights reserved.
* https://github.com/udp/json-parser
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1... | [
"agroce@gmail.com"
] | agroce@gmail.com |
196bf70d910f9af03a76c5c287bc9b4b6dd26aaa | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/bcbc3e25-2989-4237-912b-9415a2c3f727.c | 85fbbb67846eeb9c725788491ec408e50b184bc2 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 241 | c | #include <stdio.h>
int main() {
int i=4;
int j=13;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = j/j;
l = l%j;
l = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
bfe1d49035e715cfce1ecd48990a978d186b8bdc | 49780f24a92fcc9a7c855144fb195ae3736bf390 | /examples/devices/MSP430i2xx/MSP430i20xx_Code_Examples/C/msp430i20xx_euscib0_i2c_11/msp430i20xx_euscib0_i2c_11.c | 89bab87bf070c84699ab7f95bc3034ee14e213e2 | [] | no_license | PiBoxY/msp430ware | 81fb264c86ff1f68f711965b793aa58794ae2f00 | 7c96db00f97bbfd3119843e18ac895a54b4a6d39 | refs/heads/master | 2020-04-21T07:29:13.386144 | 2019-02-06T11:32:42 | 2019-02-06T11:32:42 | 169,394,007 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,545 | c | /* --COPYRIGHT--,BSD_EX
* Copyright (c) 2013, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above c... | [
"admin@piboxy.com"
] | admin@piboxy.com |
f5dae502ad0ac92e57c42f55b5cd42b8caa4aa78 | 228f66eecd08220e9f0e3d1da0f28444eee0344e | /day05/ex13/ft_str_is_lowercase.c | a77473c41ab1336353aa674261baac719f74fc2c | [] | no_license | nanaosakisan/Piscine_git | d004abc87b196356d22003062fe780077095b59e | 9f1cdc95a581ed979a28649c995487c3f5a1b1ae | refs/heads/master | 2020-03-18T21:47:35.944584 | 2018-05-29T13:54:47 | 2018-05-29T13:54:47 | 135,303,516 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,089 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_str_is_lowercase.c :+: :+: :+: ... | [
"iporsenn@e2r11p7.42.fr"
] | iporsenn@e2r11p7.42.fr |
313e967fcfa46bde1156ecc3412f76586f0b0f0d | a54a73bccc627d2c272be15078e4cfcdaffe852c | /include/sysreg/icc_sgi1r_el1.h | 0c8ac31e09413e5c8148de16c3f97d038529c596 | [
"MIT"
] | permissive | surufa123/arm64-sysreg-lib | 0d085c5e7a4ded56f57c1d54a3522251595c0db5 | d421e249a026f6f14653cb6f9c4edd8c5d898595 | refs/heads/master | 2023-04-13T10:41:10.418489 | 2021-04-26T21:10:49 | 2021-04-26T21:10:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,248 | h |
/*
* This file was automatically generated using arm64-sysreg-lib
* See: https://github.com/ashwio/arm64-sysreg-lib
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON... | [
"46906049+ashwio@users.noreply.github.com"
] | 46906049+ashwio@users.noreply.github.com |
c9aba451cbe52f3b91ccb9f42e80fae41e651164 | 8384221219ccebfaeaeb6233ca8340ebadcc6901 | /0x04-more_functions_nested_loops/101-print_number.c | 9e9b380cbdc2148d7d37a2c4c22f25fd4a1af355 | [] | no_license | germaya/holbertonschool-low_level_programming | d9d0144e040255fd9a2752609463c5b3da650384 | c326463b38379dcd238a6869e5d0453d0b1453a3 | refs/heads/master | 2020-07-28T12:29:55.107306 | 2019-10-08T03:05:27 | 2019-10-08T03:05:27 | 209,410,711 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 283 | c | #include <stdio.h>
/**
* print_number - print numbers with puchart.
* @n: integrer variable
* Return: Always 0.
*/
int main(void)
{
int n;
if (n >= 0 && n <= 9)
{
_putchar(n);
}
else if (n >= 10 && n <= 99)
{
n = n % 10;
}
printf("\n");
return (0);
}
| [
"german.maya.trujillo@gmail.com"
] | german.maya.trujillo@gmail.com |
6dfdbd6619922d6851c7d422a17d15711e2eed3d | 015010feba92826a69d9cae625e4bb133978911d | /trab1/integral.c | 5df00639a1deda1babed4c5f7f24655267ebca3e | [] | no_license | JaoSchmidt/CConcSilvana | 9b362a355c2c1674331cf8c330dcd57a369c143e | 823f46ccc0698ccac541f10b547284d4ab4720c2 | refs/heads/main | 2023-08-23T23:10:35.283471 | 2021-10-14T04:50:50 | 2021-10-14T04:50:50 | 389,143,460 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,805 | c |
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <pthread.h>
#include "timer.h"
#define RED "\x1b[31m"
#define WHT "\e[0;37m"
double LetraA(double);
double LetraB(double);
double LetraC(double);
double LetraD(double);
void *Menu();
void *somaRiemann();
int NTHREADS; //Declaracao... | [
"jhsc98@gmail.com"
] | jhsc98@gmail.com |
ffdd729c54a2812ddf6d811e31ca15fee3285eeb | 47fbe4f96df88d12f4dfc075f39b8a2bce8882aa | /Projects/ble/Profiles/HIDKeyboard/hidKeyboardProfile.h | 2fcc6a4c21e94296159b85232f8b42542d24d468 | [] | no_license | cybravo/shred444 | 212ad98e743596ac840136a571d74f4fff6c7088 | 0e35be3e379f0e83d0bc33b9b8789a5a3a7d4cc1 | refs/heads/master | 2016-09-10T22:56:36.655266 | 2012-01-31T18:50:27 | 2012-01-31T18:50:27 | 39,682,648 | 0 | 0 | null | null | null | null | WINDOWS-1258 | C | false | false | 4,525 | h | /**************************************************************************************************
Filename: hidKeyboardprofile.h
Revised: $Date: 2010-08-06 08:56:11 -0700 (Fri, 06 Aug 2010) $
Revision: $Revision: 23333 $
Description: This file contains the HID Keyboard profile defi... | [
"shred444@d1fc056a-b597-3ae5-28f8-eda8a703bcb0"
] | shred444@d1fc056a-b597-3ae5-28f8-eda8a703bcb0 |
d44c8dbed7e84580b167010611aead23c7db1ea8 | cca6583b9b7f98e56b96153d68fa0650a8555d8d | /COMP10110/Lab7/q1.c | f6a3ca5901c219d8eff7f8c058565e9f759c6321 | [] | no_license | AhmedJouda2000/C-programs | eb3c609e6ca33b3c2f81d556f214cf80f62863da | a9c74f6434a7e743bd572673448b189fbbea578d | refs/heads/master | 2022-12-21T15:06:50.358391 | 2020-09-22T20:37:25 | 2020-09-22T20:37:25 | 297,762,401 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,784 | c | /*
This is lab 7 questoion 1a (small testcase), Write a program to Find, from amongst a
set of positive lengths, a pair of lengths that sum exactly to a target length.
This is the work of Ahmed Jouda (Student Number 18329393)
Created on 22/10/2018
*/
#include <stdio.h>
#include <stdlib.h>
#define N 500
i... | [
"noreply@github.com"
] | AhmedJouda2000.noreply@github.com |
db7da0e695f4eace2d73fb1e959dfd1a28884a61 | 85b2c758837e37937d431f6e71ca1d6a39685b3f | /1501-exploits/crash-issue3.c | ae7526009c06e7e709559f5d8a8e20141f5448f5 | [] | no_license | Silentsoul04/packetstorm-exploits | e737f4ed192b47866aff113df8818117410615e3 | f6c0733c76b2c8f86d8e05e70f80a87faa0e0267 | refs/heads/master | 2023-02-01T21:56:43.721503 | 2020-12-16T15:48:54 | 2020-12-16T15:48:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,909 | c | /*
* crash-issue3.c: Written for Mac OS X Yosemite (10.10) by @rpaleari and @joystick.
*
* Exploits a missing check in
* IOBluetoothHCIController::TransferACLPacketToHW() to trigger a panic.
*
* gcc -Wall -o crash-issue3{,.c} -framework IOKit
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#in... | [
"sepehrdad.dev@gmail.com"
] | sepehrdad.dev@gmail.com |
0c18045c0279c93b686cb7759317da344e9534ec | 0fa6980db7fc5b1813f064cd8d559a7189113923 | /handle_pcap.c | 175dadcbb2388619555f52698d973a46ef16b4c4 | [] | no_license | bobosheep/C_ReadPcap | 9e1c76a8847a1a196c7246ad30d9727225b30a96 | 0e94cb80de8c07be744b9fdfd2292026fd2e1383 | refs/heads/master | 2020-04-14T15:01:39.061496 | 2019-01-03T04:38:02 | 2019-01-03T04:38:02 | 163,914,169 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,301 | c | #include <stdio.h>
#include <string.h>
#include <pcap.h>
#include <time.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "handle_pcap.h"
struct ETH_hdr
{
u_char dst_mac[6];
u_char src_mac[6];
u_short eth_type;
};
struct IP_hdr
{
int version:4;
int header_len:4;
u_char tos:8;
int total_len:16... | [
"ianpaul32@gmail.com"
] | ianpaul32@gmail.com |
680c5194b29c1a8397e823ead1d104bdd0582aa3 | 0916169efcbbc81ef9dbbb795e12c7693fa3827e | /kernel/drivers/gpu/drm/drm_crtc_helper.c | 17c7f53d12c40e73a74efcb7ca6028d0deeab46f | [] | no_license | feravolt/FeraLab_es209ra_GB-firmware | 4a19e9c3aa51f54291e4fe6f936e3e9e5d7ff9b6 | 669758ab7cc2b4014120bb2ba35d4f79a911af89 | refs/heads/master | 2021-01-10T11:30:45.658045 | 2017-07-02T07:54:15 | 2017-07-02T07:54:15 | 46,579,064 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 31,765 | c | /*
* Copyright (c) 2006-2008 Intel Corporation
* Copyright (c) 2007 Dave Airlie <airlied@linux.ie>
*
* DRM core CRTC related functions
*
* 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 copyrigh... | [
"fera.volt@gmail.com"
] | fera.volt@gmail.com |
8170a1ad05c748225e5ca9cb619a156c09b882ec | 84edbd52ef40e333c506195c794f4f3a760da9ec | /libft/ft_putstr.c | 8eb1a5e34c9dda9d3f9d17c1c72d55390dbf8fd4 | [] | no_license | vnguyen42/rtv1_2 | ed42f3bd727241b57b037af479302000788a70cb | 7061af3441c228ec1bc30b7e91a6eda8615af26e | refs/heads/master | 2021-01-21T13:03:33.191304 | 2016-04-21T13:59:54 | 2016-04-21T13:59:54 | 55,707,743 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,059 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putstr.c :+: :+: :+: ... | [
"vnguyen@e1r6p17.42.fr"
] | vnguyen@e1r6p17.42.fr |
00473c460b2a0d64054e5543e5c551d64db55c6d | 22c7be83e1ea0ed00cd1f78ffeedd9d1afcdf7cb | /src/z.h | 69f7a6a1e13c4f6cd45e033021ca4b9bdbfe0ca7 | [] | no_license | Red54/goagent-c | fd81ed40126faa349920baa1ec8cd3b1d24235a6 | dbf5b89081aec7de4e149d36c8bac820f5b2a307 | refs/heads/master | 2021-01-24T04:28:37.963411 | 2012-05-27T10:34:22 | 2012-05-27T10:34:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 842 | h | /*
* z.h
*
* Copyright xubin
*
* Author : xubin <nybux.tsui@gmail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2.1 of the GNU Lesser General Public License
* as published by the Free Software Foundation.
*
* This program is distributed in the h... | [
"nybux.tsui@gmail.com"
] | nybux.tsui@gmail.com |
9d665925169a2c1be59ea01fb6fcada4ab57bd7c | 4d8e085d57e84c3489241daccfb19ba326b5fd3b | /server/include/python2.6/pyconfig.h | 7ae388913045561b03031d0b7ec7114a663d32b7 | [] | no_license | ht101996/swiftarm | f0d68e26c3b280bdf7799bdd0907badd003b35c9 | ee947895b85d086ecda6b0df82962267d627acde | refs/heads/master | 2020-04-03T07:42:09.495660 | 2012-07-07T10:18:26 | 2012-07-07T10:18:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 30,948 | h | /* pyconfig.h. Generated from pyconfig.h.in by configure. */
/* pyconfig.h.in. Generated from configure.in by autoheader. */
#ifndef Py_PYCONFIG_H
#define Py_PYCONFIG_H
/* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
support for AIX C++ shared extension modules. */
/* #undef AIX_GE... | [
"jethrotan20@gmail.com"
] | jethrotan20@gmail.com |
7b4b2ac77c8aaa5245a31844890c4a95ff76f46e | 337efd39378fee8708bb59f4b9056fd51b92df57 | /2_Data_Extraction/4_3DTracking/Micro_bubble_tracking/codegen/mex/BubbleCenterAndSize/BubbleCenterAndSize_data.c | 902aa003bfc64c0763f22c59b3d2edec8697a702 | [] | no_license | alexlib/MATLAB | d958d642c6ff8be7a93eaac149cff43bd582e846 | 31eef988d79a1d057c9405a750373c0c4c27b729 | refs/heads/master | 2021-12-14T09:17:08.514096 | 2021-12-02T15:34:39 | 2021-12-02T15:34:39 | 246,120,137 | 1 | 0 | null | 2020-03-09T19:08:29 | 2020-03-09T19:08:28 | null | UTF-8 | C | false | false | 3,545 | c | /*
* Academic License - for use in teaching, academic research, and meeting
* course requirements at degree granting institutions only. Not for
* government, commercial, or other organizational use.
*
* BubbleCenterAndSize_data.c
*
* Code generation for function 'BubbleCenterAndSize_data'
*
*/
/* Include fil... | [
"tan_shiyong@126.com"
] | tan_shiyong@126.com |
bb815e1e9317253f35f74dea10ef6905ec16e0ba | 2ce2fbcf81d55691e61a0c2da10a8a351e9170af | /src/libxml2-v2.9.10/libxml2-v2.9.10/macos/config.h | 9eafcaabca55029fdba39461c656811eff87af89 | [
"MIT"
] | permissive | ultralight-ux/WebCore-deps | 6675d28fb623432262c34bde2f9dcca19ba3d04a | 5faee7e9acb38cd0e973e3aca5c7095cc58b9ced | refs/heads/master | 2023-08-05T03:16:25.717272 | 2023-07-20T18:36:38 | 2023-07-20T18:36:38 | 179,178,441 | 3 | 6 | null | 2021-12-29T07:05:55 | 2019-04-03T00:15:23 | C | UTF-8 | C | false | false | 3,594 | h | /* config.h generated manually for macos. */
/* Define if you have the strftime function. */
#define HAVE_STRFTIME
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS
#define PACKAGE
#define VERSION
#undef HAVE_LIBZ
#undef HAVE_LIBM
#undef HAVE_ISINF
#undef HAVE_ISNAN
#undef HAVE_LIBHISTORY
#u... | [
"hi@adamjsimmons.com"
] | hi@adamjsimmons.com |
d49d51b7e953f26d241816e78c26565ac13abd69 | ff64759db1838f9b7f362bad11c78916870a58c9 | /LIB/mpfun++/test/mp_fftcmp.C | 667b44220a06874b2cbc8db85271d7a7ba58e773 | [] | no_license | mfrosenberg68/WorkRegOld | ee0dbacb733b220e9d6e1a45e41a422c17b69737 | 4b10cabeb6a9e2822b8c59dfe23af93c109a05c2 | refs/heads/master | 2021-01-13T02:22:20.682198 | 2015-08-30T02:46:00 | 2015-08-30T02:46:00 | 41,641,528 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,390 | c | /*
! Performs real-to-complex and complex-to-real FFT routines using routines
! RCFFTC, CRFFTC and CFFTC. These routines use double complex data.
! David H. Bailey June 6, 1994
! Translated into C++.
! Siddhartha Chatterjee (RIACS)
! 18 August 1994
*/
#define DEBUG 1
#include <iostream.h>
#include ... | [
"magnus.rosenberg@email.de"
] | magnus.rosenberg@email.de |
1c101422b8164d94c6102926866875ffab67abd8 | ccaa508cbb0b2caee5a7aa2eaf728b68638ccc77 | /2、标准函数/limits/main.c | 353cde67da381f6a1049877b0b265ab5201a1282 | [] | no_license | Seventeen-coding/something-for-C-language | 03d260357789066924ff048c792e9aa7f0b95681 | 3db08591a94f202ee12a538727926b7e844a7a4f | refs/heads/master | 2022-11-23T15:19:54.673494 | 2020-07-27T10:19:01 | 2020-07-27T10:19:01 | 72,769,379 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 849 | c | /*
<limits.h> 基本类型的大小
*/
#include <stdio.h>
#include <limits.h>
int main(void)
{
printf("The number of bits in a byte %d\n", CHAR_BIT);
printf("The minimum value of SIGNED CHAR = %d\n", SCHAR_MIN);
printf("The maximum value of SIGNED CHAR = %d\n", SCHAR_MAX);
printf("The maximum value of UNSIGNED CHAR... | [
"741253078@qq.com"
] | 741253078@qq.com |
be2e1180a7207f8bcb21175ba1aaacf4673db01f | 7a6f1431bbefc9c1d1fb7f6c89f03f9ec07fbdc5 | /119_file_handling_replace_string_.c | 6468d5bb1d93bf86dc7bd8d43019e6a7d792e39b | [] | no_license | abhisekmane98/Code6 | 7129dd5685c75acb7c9e012aea88c9ac1e0d7609 | 253fb7edcb679f928c2fd30de209d0200d42825c | refs/heads/main | 2023-08-23T08:35:48.919663 | 2021-10-02T18:10:20 | 2021-10-02T18:10:20 | 412,873,320 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 696 | c | #include<stdio.h>
#include<string.h>
void replace(char*,int,char*,char*,FILE*);
int main()
{
char s[40],s1[]="we",s2[]="ki";
FILE *fp1,*fp2;
fp1=fopen("119_para_.txt","r");
fp2=fopen("119_updated_.txt","w");
while(fgets(s,sizeof(s),fp1)!=NULL)
{
replace(s,sizeof(s),s1,s2,fp2);
}
fclose(fp1);
... | [
"noreply@github.com"
] | abhisekmane98.noreply@github.com |
64b5c45636fdcfcdf2aaf852025f68df06b1a77d | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/mizan/opl/CELLS/C1071.c | a9c531fdbe361bf33543120b2f2d87e40d5318a8 | [] | no_license | wugouzi/Nirvlp312mudlib | 965ed876c7080ab00e28c5d8cd5ea9fc9e46258f | 616cad7472279cc97c9693f893940f5336916ff8 | refs/heads/master | 2023-03-16T03:45:05.510851 | 2017-09-21T17:05:00 | 2017-09-21T17:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,057 | c | inherit "/players/mizan/opl/core/room.c";
#include "/obj/ansi.h"
object mob0, mob1, mob2, mob3, mob4, bonus, bonus2, bonus3, boss, door1, door2;
/* This is a TOP cell of maze, automatically generated. */
/* Please do not make edits to this file as changes would be overwritten */
/* every two weeks by the Perl code wh... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
98b2f088953d53680716b9ea2e9022f484ed31cb | 938495d61712257f36cfeaa36f4380a760930047 | /clibrary/radonop3.c | 37972172ddac74457c947ce0b1c89fa27c33293a | [] | no_license | chaoshunh/seismic_unix | cec401f04e77c8dd6caf93e8cbac000a7ea15794 | c975332d5fab748d5f42ed8225e9f878def7d76a | refs/heads/master | 2022-11-06T18:22:16.105316 | 2020-06-26T16:52:43 | 2020-06-26T16:52:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,227 | c | #include <math.h>
#include <stdio.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
/* Matlab */
#include "mex.h"
#define printf mexPrintf
void rstack( double *x, double *t, double *h, double *p, double *y,
int nt, int nh, int np, double dt, double *ww) ;
double sinc(double arg);
void mexFunction( int ... | [
"danielotrad@gmail.com"
] | danielotrad@gmail.com |
629d607b25f2de24b1aa5d5412cf05c4805544ad | 4bee4d8664bfe4c3df4efef636d351942d854604 | /Sources/01XXX/1978/1978.c | 4533b07bf7f1cec5e974ec6ec9ac525b48fa44b5 | [
"MIT"
] | permissive | HyeongD/BOJ-DDM-Code | 4733802159150d629f3330658863a1075899a793 | 7dd6d76838d3309bfe5bef46f1778c5776ebdf2a | refs/heads/master | 2022-04-08T03:28:37.502556 | 2020-02-25T06:23:01 | 2020-02-25T06:23:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 551 | c | /**
* BOJ 1978번 C언어 소스 코드
* 작성자 : 동동매니저 (DDManager)
*
* ※ 실행 결과
* 사용 메모리 : 1,116 KB / 131,072 KB
* 소요 시간 : 0 ms / 2,000 ms
*
* Copyright 2019. DDManager all rights reserved.
*/
#include <stdio.h>
int is_prime(int x){
int i;
if(x==1) return 0;
if(x==2) return 1;
for(i=2;i*i<=x;i++){
if(x%i==0) ret... | [
"l01092452614@gmail.com"
] | l01092452614@gmail.com |
698c9de8ef4113cae12861dcc4c476b075a435da | 893ea7cffd4e6fe3fbf38ee488249358e0dc8bd1 | /0728/1vital_code/整合的十段代码/5指针_数组/1内存大小.c | ec73e6289bc746f44806610a0c0ea66bc553d997 | [] | no_license | lansplansplansp/0707 | b198a2107371c81a12e38a417beb8ea709725d81 | 6f4b4e31305104a19bcf920e4aceaac8fb83c591 | refs/heads/master | 2020-06-16T18:27:49.387589 | 2019-07-28T15:59:05 | 2019-07-28T15:59:05 | 195,664,192 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 325 | c | #include<stdio.h>
#include<string.h>
int main()
{
char chr[]={'a','b','c','d','e','f'};
char *p = chr;
printf("size:%d,%d\n",sizeof(p),sizeof(*p));
short *s = (short *)chr;
printf("addr:%p,%p\n",s,p);
printf("size:%d,%d\n",sizeof(s),sizeof(*s));
printf("*s = 0x%x\n\%p\n",*s,s);
return ... | [
"123456@qq.com"
] | 123456@qq.com |
403615f664d7217079ae29d9de6b3283cd54a6f4 | d242fcbca946c8a597b11fa0d51ed2f6acd5ec04 | /searches/interpolation_search/interpolation_search.c | f16e4e5707bfa4df0c7fce99897e0a38eeeb31cb | [] | no_license | Dross0/algorithms | dad54e8aac4a1a848a2e1e8015b4b726fcbc866a | ce49789bfdce32659f47b0040a1579af0e89c1c1 | refs/heads/master | 2020-04-27T06:26:36.596659 | 2019-05-31T03:14:44 | 2019-05-31T03:14:44 | 174,108,202 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 386 | c | int interpolation_search(int arr[], int n, int value){
int first = 0;
int last = n - 1;
int mid = 0;
while (arr[first] <= value && arr[last] >= value){
mid = first + (((value - arr[first]) * (last - first)) / (arr[last] - arr[first]));
if (arr[mid] == value){
return 1;
}
else if (arr[mid] > value){
la... | [
"andrey04072000@gmail.com"
] | andrey04072000@gmail.com |
fc3f70fd9bcfa0a7cc6ae64a61e834c42e5ea68a | ff112e0f85c1407b54b0f318b3611fdf1a5509b0 | /transmitter/components/Screen_handler/screen_handler.c | bd46906bb5ad492f447b41187d80a475fd8534d7 | [
"Beerware"
] | permissive | EtienneAr/esp32-transceiver-for_RC_boat | 5467f6aa46a928daf6b2c389f9e0e45cb6e7ad1d | 27a1abe949d4c65b7d2b6063566b081eaba5a8b9 | refs/heads/master | 2021-06-18T14:14:44.317427 | 2021-05-01T10:21:30 | 2021-05-01T10:21:30 | 204,437,646 | 6 | 3 | null | null | null | null | UTF-8 | C | false | false | 3,762 | c | #include "screen_handler.h"
#include "esp_vfs.h"
#include "esp_spiffs.h"
#include "esp_log.h"
static TFT_t dev;
static const char *SH_TAG = "Screen handler";
void init_screen_handler() {
/* Init SPIFFS */
ESP_LOGI(SH_TAG, "Initializing SPIFFS");
esp_vfs_spiffs_conf_t conf = {
.base_path = "/spiffs... | [
"etienne.arlaud@free.fr"
] | etienne.arlaud@free.fr |
b879ae6d9d2edbe20fa8b2235eba2264e2d77b23 | d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9 | /testcases/CWE78_OS_Command_Injection/s01/CWE78_OS_Command_Injection__char_connect_socket_system_22b.c | e32361afecf0b6b2add346d2a6c654ca85219d38 | [] | no_license | arichardson/juliet-test-suite-c | cb71a729716c6aa8f4b987752272b66b1916fdaa | e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9 | refs/heads/master | 2022-12-10T12:05:51.179384 | 2022-11-17T15:41:30 | 2022-12-01T15:25:16 | 179,281,349 | 34 | 34 | null | 2022-12-01T15:25:18 | 2019-04-03T12:03:21 | null | UTF-8 | C | false | false | 5,382 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__char_connect_socket_system_22b.c
Label Definition File: CWE78_OS_Command_Injection.one_string.label.xml
Template File: sources-sink-22b.tmpl.c
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: connect_socket Read data us... | [
"Alexander.Richardson@cl.cam.ac.uk"
] | Alexander.Richardson@cl.cam.ac.uk |
1a82191529795fdb7208044cb7ea9872990296d2 | 3f9af68447e53652c6523e90b43337fb45eb3ee6 | /testsuite/t6.c | 1b96a93fe555b08b06edce20ce3d87b4247202b0 | [] | no_license | ChanderG/c-compiler | c2920369ac56f243c0692d3b0e93ada3ed23ff6f | 3ae209ea9af2a5cb1376a736c69e9161cf4a1345 | refs/heads/master | 2020-04-08T23:03:25.434061 | 2014-11-10T15:02:18 | 2014-11-10T15:02:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 73 | c | //Simple program
int main()
{
prints("Hello World!\n");
return 0;
}
| [
"chandergovind@gmail.com"
] | chandergovind@gmail.com |
d7aab4a531a133305275633fe7aec9796d919740 | b7078c4d0a14142a90dd7b41395058eed459c2a7 | /testtools/cpputestext/CppUTestExt/GTest.h | d2d2bfb7424bafad448df437ce5c50dd5e4b65db | [
"MIT"
] | permissive | spiritsher/cpputest_example | 812cf620a2d3e6f6eaa27d4df805d269ecac9d34 | acefb098fcf2b4b89e36d2233bc53168c7a1f4c8 | refs/heads/master | 2022-11-10T18:14:17.849675 | 2020-06-29T02:56:39 | 2020-06-29T11:10:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,169 | h | /*
* Copyright (c) 2011, Michael Feathers, James Grenning and Bas Vodde
* 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 cop... | [
"max.peng1768@gmail.com"
] | max.peng1768@gmail.com |
28a0e6082cd4eac79d80ad6985272f2a789df592 | 3d5941b00df785f82a3b2135d2c614839985e4e4 | /apps/fw/src/core/led_cfg/led_cfg_private.h | 28a6551cab0d6dbad658c87d5b68842d221030d8 | [] | no_license | Eugene-Hung/PDS50_5125_Sample | f8e46d4feaeaabb66536dc291885410c71f7f083 | 87b07066b2589ac2fe1b8023de25ce73f130bcfd | refs/heads/master | 2023-01-02T23:04:49.918272 | 2020-10-28T02:17:08 | 2020-10-28T02:17:08 | 295,944,650 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,622 | h | /* Copyright (c) 2017 Qualcomm Technologies International, Ltd. */
/* Part of 6.3.2 */
/**
* \file
* LED configure private header file.
*/
#ifndef LED_CFG_PRIVATE_H
#define LED_CFG_PRIVATE_H
#include "hydra_log/hydra_log.h"
#include "led_cfg/led_cfg.h"
#include "mmu/mmu.h"
#include <led.h>
#include "trap_api/t... | [
"a179996496@icloud.com"
] | a179996496@icloud.com |
f1ce785623c19079a2c3ac3c39ac99c2c68d246d | 57fceb3d3cce7f871b0a8b02fc3cb3478408c612 | /include/CoreFoundation/CFICUConverters.h | 061d4af492c23783c08d70c0e2e01d5838e172e8 | [] | no_license | bfulgham/D2DTest | 4105cf5460bd5511ea3397a700e2c2c21c739b69 | 1f9973c5cc3d0227abd558f1fd88b0b8d486efcd | refs/heads/master | 2021-01-21T00:44:25.975194 | 2012-11-13T06:16:49 | 2012-11-13T06:16:49 | 6,587,849 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,762 | h | /*
* Copyright (c) 2010-2012 Brent Fulgham <bfulgham@gmail.org>. All rights reserved.
*
* This source code is a modified version of the CoreFoundation sources released by Apple Inc. under
* the terms of the APSL version 2.0 (see below).
*
* For information about changes from the original Apple source release can... | [
"bfulgham@gmail.com"
] | bfulgham@gmail.com |
a6833d09665312fc34d864d6a5a5768bf775662f | 919dbd90b7a3a1763529c19041d12ea610cc4868 | /medium/Reconstruct_Original_Digits_From_English/Reconstruct_Original_Digits_From_English.c | 6b4e125e46a4653cbc234a5d1b37bd1da161b60c | [] | no_license | PeterChiang0316/PeterLeets | 26d6019b449cfa8c3a3f773caa843e36b2f31970 | 26978e485831a2a1c96ddc152072582582adba40 | refs/heads/master | 2021-01-12T12:12:15.925159 | 2017-08-03T15:56:38 | 2017-08-03T15:56:38 | 72,356,681 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,129 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
unsigned int idx[10] = {0,2,6,7,8,3,4,5,1,9};
unsigned int pivot[10] = {0,1,2,0,2,0,3,0,0,1};
char map[10][6] = { "zero", "two", "six", "seven", "eight", "three", "four", "five", "one", "nine" };
char* originalDigits(char *s);
int main (void)
{
char s[500... | [
"peterstoneage2@gmail.com"
] | peterstoneage2@gmail.com |
1ec761d0b0ce6e7ce6032437945afd1f2470efc4 | 508e7ea12fdad3afb2acb2cd0d48e1e9f2ebd6e6 | /程序/实验/实验3/Ex_Ctrls/StdAfx.h | 685242d9e61a27f4fe4835ad2b8dc305eabbecca | [] | no_license | shuhongfan/Visual_C | 027462a16e4d8e11dafeff7adefd955e00cca1aa | d7018cbc34497a98ae488c12b24723984e04d028 | refs/heads/master | 2023-09-04T00:13:00.668662 | 2021-11-03T00:18:36 | 2021-11-03T00:18:45 | 424,039,033 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,027 | h | // stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__C6AC1F03_C37E_461C_9BC2_0B05EB6A196C__INCLUDED_)
#define AFX_STDAFX_H__C6AC1F03_C37E_461C_9BC2_0B05EB6A196C__INCLUDED_
#if _M... | [
"shuhongfan@live.com"
] | shuhongfan@live.com |
2168e7014e721e695122bca7a06da345fea0e5f3 | eef8800d3debff18222abb61a44e8f3718d981eb | /RexCodes/rexShush/toolBar/src/memoryArrays.c | 31b8b79c7f3ee601453abea7f75e7650420ad4e0 | [] | no_license | sshruth/abstract_dots_NS | 599de6f26af8b04236bbd7450a2a7318305ce526 | 478aa2e093d30121e3951163fcb630ca7f0b74e2 | refs/heads/master | 2022-08-13T22:06:04.803052 | 2022-07-11T04:36:03 | 2022-07-11T04:36:03 | 56,621,695 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 10,956 | c | /* Y o u r D e s c r i p t i o n */
/* AppBuilder Photon Code Lib */
/* Version 1.14C */
/* Standard headers */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
/* Toolkit headers */
#include <Ph.h... | [
"fs2478@columbia.edu"
] | fs2478@columbia.edu |
a9eae1fbeb6c4c877c2dc9a00dae1fb7566a8821 | 44e17fda4c084d018b03a225c069766eebe44f63 | /libs/ap_utils.c | a013d07bacfd548e1952ba198aea8bafe32b016a | [
"MIT"
] | permissive | kadavris/fprn | 17502095848edab1b02473015ecd3247af00c8dc | 61a93164bc2f36679a5468b309bd11d868ae529b | refs/heads/master | 2021-03-12T20:36:21.589490 | 2014-09-09T23:00:34 | 2014-09-09T23:00:34 | 23,536,319 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,279 | c | #ifndef AP_UTILS_C
#define AP_UTILS_C
#include "ap_utils.h"
//=========================================================
int ap_utils_timeval_set(struct timeval *tv, int mode, int msec)
{
struct timeval tmp;
if ( msec < 100 )
return 0;
switch( mode )
{
case AP_UTILS_TIMEVAL_ADD:
tmp.tv_sec = ms... | [
"ap@workdesk.home"
] | ap@workdesk.home |
eea0b050daf0e3bae3b9d09429956f7938c2a673 | 2d05862d31a2f0e15800debc6a639cacf6959780 | /dmb_timer/settings_file_example/dmb_timer_settings.h | 6af03715ae96e0923d2985af1d39b7e9967cb58c | [
"MIT"
] | permissive | dambo1993/dmb_timer | 7b527d0db031aa2a09b5301dddb21356fb1a0696 | b125380ae810c2b68803a6b172370eee71e45377 | refs/heads/master | 2020-03-26T22:20:24.409350 | 2019-07-26T20:11:03 | 2019-07-26T20:11:03 | 145,450,183 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 293 | h | /*
* dmb_timer_setting.h
*
* Created on: 31.05.2018
* Author: Przemek
*/
#ifndef LIBS_CONFIG_DMB_TIMER_SETTINGS_H_
#define LIBS_CONFIG_DMB_TIMER_SETTINGS_H_
//! rozmiar tablicy taskow
#define DMB_TIMER_TASKS_NUMBER 25
#endif /* LIBS_CONFIG_DMB_TIMER_SETTINGS_H_ */
| [
"thedambo1@gmail.com"
] | thedambo1@gmail.com |
72bbe89bc7fdfc8b0f89d96397ac859a580bc9fd | dc3df0c0c81ad3d1a67e24ba76dbc6ecb3f93926 | /experimental/id75/qmk_firmware/idobao/id75/keymaps/tom/keymap.c | 8d07ab04d5ad991ee0701a78d8736a57a3b53a3b | [] | no_license | thaatz/keyboard-scripts | 66ac007df5a48a93162c9d93dc90da8a3510007a | c14bbcf1a67af8265ee25c17346e2267503f3493 | refs/heads/master | 2023-01-06T09:55:50.998475 | 2022-12-30T21:32:05 | 2022-12-30T21:32:05 | 165,153,059 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,763 | c | /* Copyright 2020 IFo Hancroft
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed ... | [
"tom.hongsmatip@gmail.com"
] | tom.hongsmatip@gmail.com |
05959b2f60af0fae71627a1f9da84ce66687a75c | 4a1ef7414c7f499168fca5095defbca6ff1221d1 | /adcs_v15/slprj/_sfprj/adcs_v15_integral_Power_nom/_self/sfun/src/c4_adcs_v15_integral_Power_nom.h | 003e10471db028806c2f82c2027e66e2e2eb0d43 | [] | no_license | avnishks/pratham | f4d05beaaad3dd9509af12fed18f2b36af930442 | d0791f1ec78ed50c42a82126ce0388371f6ee3d3 | refs/heads/master | 2016-09-16T15:51:35.860966 | 2013-04-30T19:07:40 | 2013-04-30T19:07:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,010 | h | #ifndef __c4_adcs_v15_integral_Power_nom_h__
#define __c4_adcs_v15_integral_Power_nom_h__
/* Include files */
#include "sfc_sf.h"
#include "sfc_mex.h"
#include "rtwtypes.h"
/* Type Definitions */
typedef struct {
char *context;
char *name;
char *dominantType;
char *resolved;
uint32_T fileLengt... | [
"avnish.10.chd@gmail.com"
] | avnish.10.chd@gmail.com |
d1f08d52ddd27f88be8b40cb151834be464b2963 | 5c12e72836d47aad80b86291a450f77e8fdf70c4 | /mavlink/v2.0/common/mavlink_msg_attitude_target.h | 58d245401eca5ce4e5d9b762c3e5c01effb0de3c | [] | no_license | shukcs/GCApp | 61145d263fa6583edcee261759477f8b62629316 | 6de48cf139b60e4d5c1095432d14f45223b684ae | refs/heads/main | 2023-05-26T16:42:19.452741 | 2023-05-07T09:26:11 | 2023-05-07T09:26:11 | 325,685,039 | 3 | 2 | null | null | null | null | UTF-8 | C | false | false | 17,721 | h | #pragma once
// MESSAGE ATTITUDE_TARGET PACKING
#define MAVLINK_MSG_ID_ATTITUDE_TARGET 83
MAVPACKED(
typedef struct __mavlink_attitude_target_t {
uint32_t time_boot_ms; /*< [ms] Timestamp in milliseconds since system boot*/
float q[4]; /*< Attitude quaternion (w, x, y, z order, zero-rotation is 1, 0, 0, 0)*/
floa... | [
"hsj8262@163.com"
] | hsj8262@163.com |
b19f08c21ba3c390807134b606d2c9bef889ca2b | 9b96f30b6353f1696a49434474a28247a981f5bf | /A3/a3_p3.c | de7c1d5fda498ed404ad5a96cc44ebdccd3198b4 | [] | no_license | Magrawal17/Programming-in-C-and-C--Basics | 780d64dfa8c4bf3d9d53de0b13420cf063cd38eb | 0601e9bc56f04e8a2718ea9e3f2225799ac56eea | refs/heads/master | 2022-11-21T19:33:59.968624 | 2020-07-21T03:04:24 | 2020-07-21T03:04:24 | 281,277,881 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 289 | c | /*
CH-230-A
a2_p3.c
Mahiem Agrawal
m.agrawal@jacobs-university.de
*/
#include <stdio.h>
float convert(int cm);
int main(){
int cm;
float km;
scanf("%d",&cm);
km = convert(cm);
printf("Result of conversion: %lf\n",km);
return 0;
}
float convert(int cm)
{
return (cm/100000.0);
}
| [
"noreply@github.com"
] | Magrawal17.noreply@github.com |
de78cb7204e721f39459474ae6fc0522c44ff2d4 | de21f9075f55640514c29ef0f1fe3f0690845764 | /regression/cbmc-library/fileno-01/main.c | c186de1b88d9cc21e3061e8ee0f36ca2c9d2ab6f | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"BSD-4-Clause"
] | permissive | diffblue/cbmc | 975a074ac445febb3b5715f8792beb545522dc18 | decd2839c2f51a54b2ad0f3e89fdc1b4bf78cd16 | refs/heads/develop | 2023-08-31T05:52:05.342195 | 2023-08-30T13:31:51 | 2023-08-30T13:31:51 | 51,877,056 | 589 | 309 | NOASSERTION | 2023-09-14T18:49:17 | 2016-02-16T23:03:52 | C++ | UTF-8 | C | false | false | 303 | c | #include <assert.h>
#include <stdio.h>
int main()
{
// requires initialization of stdin/stdout/stderr
// assert(fileno(stdin) == 0);
// assert(fileno(stdout) == 1);
// assert(fileno(stderr) == 2);
int fd;
FILE *some_file = fdopen(fd, "");
assert(fileno(some_file) >= -1);
return 0;
}
| [
"tautschn@amazon.com"
] | tautschn@amazon.com |
caae7485165e19c4fa69b42f08b3f5745c653f69 | f76603be318f910f12e8ee8efe703b4a7f8e5d67 | /CPE_2016_stumper1/src/main.c | a7fa8fa3fb4cd4889d40acce1968d80f6bab0d83 | [] | no_license | jeremy9875/CPE_2016_stumper1 | fc6519e69e5ec38887dc83b359255a254fd47115 | 334eb03f8c828b869696a8c60222a0801ffc90ee | refs/heads/master | 2020-03-25T18:14:03.848438 | 2018-08-08T13:45:23 | 2018-08-08T13:45:23 | 144,019,806 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,676 | c | /*
** main.c for main in /home/jeremy.elkaim/CPE_2016_stumper1/src
**
** Made by jeremy elkaim
** Login <jeremy.elkaim@epitech.net>
**
** Started on Thu Apr 20 14:40:23 2017 jeremy elkaim
** Last update Thu Apr 20 18:13:35 2017 jeremy elkaim
*/
#include <unistd.h>
#include "../include/tail.h"
int main(int ac, ch... | [
"jeremy.el-kaim@epitech.eu"
] | jeremy.el-kaim@epitech.eu |
48d05b915fee1b72824a08ce1472c9e48d7ed27e | 897833183b8ec6f11ec9d052e4da41852ccd624b | /en.stm32cubef7/STM32Cube_FW_F7_V1.4.0/Projects/STM32746G-Discovery/Examples/ADC/ADC_RegularConversion_DMA/Inc/stm32f7xx_it.h | 9da2baf909f3ba108fc18f7bad83ec4e4265ae53 | [
"BSD-2-Clause"
] | permissive | kilianod5150/em_tracker_system | 9d28b996316caec3198dc7a19ce0ed854e1764e3 | f7d5c1ac50825d01acb625961c3d7cc03c7897b8 | refs/heads/master | 2021-01-12T03:03:25.251066 | 2017-03-21T22:55:29 | 2017-03-21T22:55:29 | 78,153,181 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,110 | h | /**
******************************************************************************
* @file ADC/ADC_RegularConversion_DMA/Inc/stm32f7xx_it.h
* @author MCD Application Team
* @version V1.0.3
* @date 22-April-2016
* @brief This file contains the headers of the interrupt handlers.
******************... | [
"kilianod@gmail.com"
] | kilianod@gmail.com |
bbf22757501f5618c34bb29fa54ac594e356a539 | e38b9851d2382a47728adde068ae9cfec3af402d | /code/coord.c | c0197a07d8ff495e5159b29e276c612b24717f6c | [
"MIT"
] | permissive | pekrau/MolScript | e7ac8d4931e4ff90e4789e1980096b98fb0124f3 | b672de6542fd3c6625ed3f2184c2393e6d44694a | refs/heads/master | 2022-07-21T06:01:34.237791 | 2022-07-11T12:08:27 | 2022-07-11T12:08:27 | 26,034,287 | 27 | 11 | null | 2016-08-23T09:09:25 | 2014-10-31T21:52:47 | C | UTF-8 | C | false | false | 8,112 | c | /* coord.c
MolScript v2.1.2
Coordinate data handling.
Copyright (C) 1997-1998 Per Kraulis
3-Dec-1996 first attempts
3-Jan-1997 fairly finished
30-Jan-1997 use clib mol3d
*/
#include <assert.h>
#include <stdlib.h>
#include "clib/str_utils.h"
#include "coord.h"
#include "global.h"
#include... | [
"per.kraulis@gmail.com"
] | per.kraulis@gmail.com |
6ba8919e01dc3a2312ee702c6746c3aee1813a46 | b71b8bd385c207dffda39d96c7bee5f2ccce946c | /testcases/CWE122_Heap_Based_Buffer_Overflow/s08/CWE122_Heap_Based_Buffer_Overflow__c_CWE805_int64_t_memmove_02.c | 71aafb46b98f117ec8497287d0f9cc1f4511eb49 | [] | no_license | Sporknugget/Juliet_prep | e9bda84a30bdc7938bafe338b4ab2e361449eda5 | 97d8922244d3d79b62496ede4636199837e8b971 | refs/heads/master | 2023-05-05T14:41:30.243718 | 2021-05-25T16:18:13 | 2021-05-25T16:18:13 | 369,334,230 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,416 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE805_int64_t_memmove_02.c
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE805.label.xml
Template File: sources-sink-02.tmpl.c
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Allocate using mal... | [
"jaredzap@rams.colostate.edu"
] | jaredzap@rams.colostate.edu |
40429ea9165aef59573642b5a6eb6b87d4f12eeb | b2a5c28e527f1b5e655a7c7f43850a261cd704ae | /lab10_que6.c | 1b97f4dcdf30b5ce73fe430c8702ab5120797f62 | [
"MIT"
] | permissive | coderdhruv/labsheet10 | 3901e32251d2231ee8790fea79c8cde6b62fe3b4 | 19f27538a91828f119371865c0ff8a3c5bd115b5 | refs/heads/master | 2020-05-09T18:19:44.411218 | 2019-04-18T08:03:59 | 2019-04-18T08:03:59 | 181,337,889 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,008 | c | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
int main(){
int global[100000];
int n;
scanf("%d",&n);
int i,j,k,g=0;
int freq_min = 0;
int freq_max = 0;
int min = 100000;
int max = 0;
char ch[10];
char query1[10] = "Push";
char query2[10] = "Diff";
char query3[10] = "CountHigh";
ch... | [
"medetedh@gmail.com"
] | medetedh@gmail.com |
8cbff5042ceccd2ee5be6e2e88adc56cf206ad16 | 5d417f03f724f4e23000f28cd629c92bc9297a23 | /sam/drivers/spi/unit_tests/sam4c16c_sam4c_ek/conf_board.h | e7b471c5e6ab9290eeed018aa16f06cbc38b4829 | [] | no_license | siliconunited/atmel-asf | 5ac78a123cb0f5026ffb9a0ba66b75abcccb788f | 19e02800a6cc33d203f5d12f7dfca0c39195d879 | refs/heads/master | 2021-01-22T21:34:10.563981 | 2017-03-19T04:45:30 | 2017-03-19T04:45:30 | 85,439,630 | 6 | 3 | null | 2020-03-08T01:34:35 | 2017-03-18T23:56:24 | C | UTF-8 | C | false | false | 2,124 | h | /**
* \file
*
* \brief Board configuration.
*
* Copyright (c) 2014-2015 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* ... | [
"robksawyer@gmail.com"
] | robksawyer@gmail.com |
3da3ea080c09d0f39a7087b7577045434ef1fbd0 | e4318873e7ce6a52e1f5524c8e1336e80cd41516 | /StudyRush/Ass.06_Final/Ass.06_Final/GameType.h | 91ec4d9aa4e3861f479234f18783a0c11bdb4ec5 | [] | no_license | mThorhauge/StudyRush | 8bc2707dfac778340ac1e9160bbba3537ac51ff3 | b9e22086376822a73bc33a682c2f4a48399daea8 | refs/heads/master | 2021-01-10T07:46:41.797969 | 2016-03-08T00:51:01 | 2016-03-08T00:51:01 | 53,369,916 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 87 | h | #pragma once
enum GAMETYPE { ONEPLAYER, TWOPLAYER, ONLINESERVE, ONLINECLIENT, UNKNOWN}; | [
"mthorhauge@visomo.ca"
] | mthorhauge@visomo.ca |
31e17228c58ee074e90b2fbf44fd491904d5daa4 | d9669c02baeac92857d4c4628eb1feabc7d92ab1 | /inc/timers.h | fef1efd50a3472a700fcc309db4c6c846c3224a6 | [] | no_license | lukasmellemrumkluge/BreakOut | 6d2c1c8b0a81c1135a775676e2e0be19282987b3 | f7349c297b57811b0aa5f8b122b4e186a521927b | refs/heads/master | 2020-03-19T03:05:00.965132 | 2018-06-12T12:32:12 | 2018-06-12T12:32:12 | 135,693,087 | 1 | 1 | null | 2018-06-08T08:30:00 | 2018-06-01T08:51:02 | C | UTF-8 | C | false | false | 453 | h |
#ifndef _timers_H_
#define _timers_H_
typedef struct {
int hours;
int minutes;
int seconds;
int centiseconds;
} funTime_t;
volatile funTime_t t1;
volatile funTime_t t2;
void startTimer1(int f);
void stopTimer1(void);
void resetTimer1(void);
void setSplitTimeFromTimer1(funTime_t *split);
void startTim... | [
"39825321+krisdobal@users.noreply.github.com"
] | 39825321+krisdobal@users.noreply.github.com |
981fe7eba21624c54ad3fad9cb060cfaed2b188c | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/aa7054eb-c950-40f6-8cd3-3c860dba686e.c | be65845e6defae467dd409d1216632457e2a35f1 | [] | 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 | 229 | c | #include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
k = 53;
l = 64;
k = j/j;
l = i/j;
l = l%j;
l = l-j;
k = k--*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
f6b73c52e6c4e1579cda313d67be3001d35f7535 | 42ab733e143d02091d13424fb4df16379d5bba0d | /third_party/libpng/powerpc/powerpc_init.c | 9187f821c16429c47bc608214bc02feac14d1dbe | [
"Libpng",
"Apache-2.0",
"CC0-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | google/filament | 11cd37ac68790fcf8b33416b7d8d8870e48181f0 | 0aa0efe1599798d887fa6e33c412c09e81bea1bf | refs/heads/main | 2023-08-29T17:58:22.496956 | 2023-08-28T17:27:38 | 2023-08-28T17:27:38 | 143,455,116 | 16,631 | 1,961 | Apache-2.0 | 2023-09-14T16:23:39 | 2018-08-03T17:26:00 | C++ | UTF-8 | C | false | false | 4,431 | c |
/* powerpc_init.c - POWERPC optimised filter functions
*
* Copyright (c) 2018 Cosmin Truta
* Copyright (c) 2017 Glenn Randers-Pehrson
* Written by Vadim Barkov, 2017.
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
* and license in png.h... | [
"noreply@github.com"
] | google.noreply@github.com |
7141756a2980c335b7f4e71af2151851d97e5d5e | 6238c25c43252c65555e13128dd4c255c4e1c948 | /src/f32-vbinary/gen/vminc-neon-x8.c | 1ccd80a8af14c4bfcaf71d1a9b9fee958525db59 | [
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla"
] | permissive | mattn/XNNPACK | 8eaf70e0c4b1cce8aaf8a7f8d7f38947fdb3bfa4 | 466da756e42cd7c478441025266c3b626cee414a | refs/heads/master | 2023-08-15T17:43:21.415439 | 2020-02-28T10:00:49 | 2020-02-28T10:01:30 | 243,905,465 | 0 | 0 | NOASSERTION | 2020-02-29T04:41:27 | 2020-02-29T04:41:26 | null | UTF-8 | C | false | false | 1,995 | c | // Auto-generated file. Do not edit!
// Template: src/f32-vbinary/vopc-neon.c.in
// Generator: tools/xngen
//
// Copyright 2019 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
#include <assert.h>
#include <arm_neon.h... | [
"xnnpack-github-robot@google.com"
] | xnnpack-github-robot@google.com |
130b5d04f7c48424cec17e150184474f9afdf3bc | 8570cd506aa7975e3f7f9b2f19ad818fe7e85e3b | /BeakJoon/10817.c | b873d91471e86f47363953bc09f80b29b98d6994 | [] | no_license | MalayB0/BeakJoon | 9b82648fcef7eae732dbb1c396237498436897d6 | a4dddf20ccac0a500779d5f13f3a034b417d4526 | refs/heads/master | 2023-02-07T23:51:24.186203 | 2020-12-29T06:26:18 | 2020-12-29T06:26:18 | 324,874,294 | 0 | 0 | null | null | null | null | UHC | C | false | false | 563 | c | /*
3개의 정수를 입력받고 중간값 출력
*/
#include <stdio.h>
void printMid();
int main() {
printMid();
return 0;
}
void printMid() {
int ary[3] = { 0 };
scanf("%d %d %d", &ary[0], &ary[1], &ary[2]);
int temp;
for (int i = 0; i < sizeof(ary) / sizeof(int); i++) {
for (int j = 0; j < (sizeof(ary) / sizeof(int)) - 1; j++) {
... | [
"ykc0114@naver.com"
] | ykc0114@naver.com |
f2c8b52c6d62a15d039ef58928900fe3744cdcdd | c896d859c9ef2783baed53568c9cd1a48dc15a12 | /libft/ft_strmap.c | 05c1da74851862ece5d44245328cfaf3a068b747 | [] | no_license | ysarsar/Get_Next_Line | 5359a858bb8890dd5f572c3a5997454cfac2b73a | 49925524f394e8bca05f115edacc0c9c4c7b40b9 | refs/heads/master | 2020-10-01T04:52:36.811234 | 2019-12-11T21:12:48 | 2019-12-11T21:12:48 | 227,460,703 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,156 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strmap.c :+: :+: :+: ... | [
"ysarsar@e2r8p1.1337.ma"
] | ysarsar@e2r8p1.1337.ma |
9a511d318f7fbbe6ce6aa0e834313356a652f12b | 171d1d4db1bcf74869b4636cb72d700c3a375140 | /ft_lstlast.c | 06f97e3b066680d5a661ea6a34ae84476612dacb | [] | no_license | gcarlstron/libft | 04c04a46084b917f0ecd477d4a2506a4ccb0b931 | bedffb4595639a471498279a5ca2cf97b53c8e48 | refs/heads/master | 2023-08-18T16:16:48.635894 | 2021-09-28T18:26:21 | 2021-09-28T18:26:21 | 412,614,682 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,029 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstlast.c :+: :+: :+: ... | [
"gustavo.carlstron@gmail.com"
] | gustavo.carlstron@gmail.com |
0cca9d7e9ac08912823a581d91e2a80b7550ab6d | 279a1e8be45d035d53569ebbfe8827558cd831eb | /WindowsAzureMessaging/WindowsAzureMessaging/include/MSDebounceInstallationManager.h | 9e076f1c4a98c60d5ea2513c30f82ec2213fec43 | [
"MIT",
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-generic-cla"
] | permissive | Azure/azure-notificationhubs-ios | 5b688ca2f5130991fd106ad62fa3d283d9cacf80 | 19c7535590eaa147ddc4f1c9b43e3686e71e8f2a | refs/heads/main | 2023-09-04T11:49:04.874879 | 2023-02-07T17:08:11 | 2023-02-07T17:08:11 | 170,535,564 | 32 | 29 | Apache-2.0 | 2023-03-26T22:32:35 | 2019-02-13T15:56:30 | Objective-C | UTF-8 | C | false | false | 43 | h | ../Internal/MSDebounceInstallationManager.h | [
"noreply@github.com"
] | Azure.noreply@github.com |
e6d23acb375ab6333c6fb5a2424acb7874b6c7b2 | 51f0123c4ed435223c7196d35e05ab7e52b61d56 | /tzdb-2021a/version.h | 0f2c673ee712b140fba7bde0d68d2c1479e42fab | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain"
] | permissive | nordzilla/tzdb-poc | 549c0663e444e310f7b0d88c82c3079348393111 | a637207b8058d5daaad929b34083c69e2e36a4db | refs/heads/main | 2023-07-03T14:10:45.388217 | 2021-08-10T22:43:29 | 2021-08-10T22:43:29 | 393,156,484 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 133 | h | static char const PKGVERSION[]="(tzcode) ";
static char const TZVERSION[]="2021a";
static char const REPORT_BUGS_TO[]="tz@iana.org";
| [
"nordzilla@mozilla.com"
] | nordzilla@mozilla.com |
02ae7788f2fed41547d28d64c8059289bbee91aa | f3c320fa5b47141d7dac24eda5422a5176c9b3d8 | /src/characters.h | 0799ffff921ab0fc0d836477dd64258497eaced5 | [] | no_license | Sothatsit/Json-C | ab7efcc77499b65dfe7bf0307734b750d079827d | 33e5a5670ef702ad74d780343286b9c56796de04 | refs/heads/master | 2021-01-13T16:43:27.253280 | 2017-01-02T11:58:01 | 2017-01-02T11:58:01 | 77,611,067 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 748 | h | #include <stdbool.h>
/*
* Returns whether the character is considered by JSON to be whitespace.
*
* A character is considered whitespace if it is one of the following:
* - Horizontal Tab '\t'
* - New Line '\n'
* - Carriage Return '\r'
* - Space ' '
*/
#define json_char_isWhitespace(c) (c == '\t' || c == '\n' |... | [
"so.thatsit@hotmail.com"
] | so.thatsit@hotmail.com |
8a623d1cfd8771b531d47a2f1d69daaa9ca326e9 | ec55ae4fc0c0b83da7d1ab2ae7f2314fc2953690 | /API/src/ADE_fir.c | 8394172dbee56bdf16703d64e0343fe52405becd | [] | no_license | eppidei/ADE | 1b87398165d79825aed69cd05f559e9f9045c1d4 | ea6667e81050bfaaa2823b51c7e8ef6479ddf7e2 | refs/heads/master | 2020-03-27T00:31:31.622153 | 2019-05-21T13:06:49 | 2019-05-21T13:06:49 | 145,629,974 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,070 | c | #include "headers/ADE_fir.h"
#include "headers/ADE_blas_level1.h"
#include <stddef.h>
#include "headers/ADE_errors.h"
#include "headers/ADE_Utils.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "headers/ADE_Error_Handler.h"
#ifdef ADE_MEX_PRINT
#include "mex.h"
#endif
static ADE_API_RET_T ADE_F... | [
"leonardo@33e419c5-de32-43cf-b368-fc94c049cd9f"
] | leonardo@33e419c5-de32-43cf-b368-fc94c049cd9f |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.