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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9cf82a099e4f4aad2e6b0020e8582a958bb55eb8 | b71b8bd385c207dffda39d96c7bee5f2ccce946c | /testcases/CWE195_Signed_to_Unsigned_Conversion_Error/s02/CWE195_Signed_to_Unsigned_Conversion_Error__listen_socket_malloc_16.c | dc6afef673a802faa005795cf5b19e7580b652ad | [] | 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 | 5,949 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE195_Signed_to_Unsigned_Conversion_Error__listen_socket_malloc_16.c
Label Definition File: CWE195_Signed_to_Unsigned_Conversion_Error.label.xml
Template File: sources-sink-16.tmpl.c
*/
/*
* @description
* CWE: 195 Signed to Unsigned Conversion Error
* BadSource: listen... | [
"jaredzap@rams.colostate.edu"
] | jaredzap@rams.colostate.edu |
d00fae1b4331c683733c8d035a846606c732779a | 6e6968db05ee9dd18556445d243c13c916bf84fd | /System_linear_equations/Solver.h | 29b48f63d7bcf4830fe9963911ed767108a65176 | [] | no_license | NisanDalva/System-linear-equations | 83ccd364094768851811cc3e64fab69afbefee61 | cc5b13c74319111e4063f1f0b302818b4058ab59 | refs/heads/master | 2023-03-31T17:54:27.027641 | 2021-04-07T16:21:44 | 2021-04-07T16:21:44 | 306,992,063 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 971 | h | #ifndef SOLVER_H_
#define SOLVER_H_
#include "AllEquations.h"
typedef struct
{
int count;
float** A_Mat;
float* B_Vec;
float determinant;
float* X_Vec;
}Solver;
void initSolver(AllEquations* pAll, Solver* pSolve);
int solve(Solver* pSolve);
float** createMatrixA(AllEquations* pAll, Solver* pSolve);
float* crea... | [
"nisandalva@gmail.com"
] | nisandalva@gmail.com |
ca6989bcf46f6b1ccb19fe711fa8002f8271e2ac | 63f684fadf0fbb9f85f6716f10ed14577460c4fd | /src/tuner/tea5767.h | e4057753f13f667829c9b549666b038b3a723ea5 | [] | no_license | diman8331/ampcontrol-f103 | a2df4453b5aba30566973122dd32ffee53684f95 | ca79fe69cb2136ff5148c4de4b50a76d36274990 | refs/heads/master | 2023-03-03T13:22:36.434392 | 2021-02-10T10:02:43 | 2021-02-10T10:02:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 465 | h | #ifndef TEA5767_H
#define TEA5767_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
#include <stdbool.h>
#include "tunerdefs.h"
const TunerApi *tea5767GetApi(void);
void tea5767Init(TunerParam *param, TunerStatus *status);
void tea5767SetFreq(uint16_t value);
void tea5767Seek(int8_t direction);
void t... | [
"wiselord1983@gmail.com"
] | wiselord1983@gmail.com |
ea1d171dc2f6f215475c42e0abd68647b6bdc147 | 63955ae14f6e63d98611e0d033e0425a7684b68e | /src/option/option.c | d198b78e33d1bfbfb432196cf0c7c29e57f39020 | [] | no_license | darkelle24/RPG | dd6ccf467645345a7f45a3f6a9b476176e8f5653 | 46190e04e2a3e21cc7cdc9bb3faf3b8e61d4fbfc | refs/heads/master | 2020-05-21T21:15:53.010390 | 2019-05-11T15:41:25 | 2019-05-11T15:41:25 | 186,149,661 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,868 | c | /*
** EPITECH PROJECT, 2019
** MUL_my_rpg_2018
** File description:
** option
*/
#include <SFML/Graphics.h>
#include "proto/proto.h"
#include "proto/lib.h"
void init_button(rpg_t *rpg, scene_t *scene, int *back)
{
button_t *but;
button_find(scene->list_but, 900)->to_send_click = (void *) back;
button_fin... | [
"djilani.cardineau@epitech.eu"
] | djilani.cardineau@epitech.eu |
b1c39ff8b973401ab58897bf3c4c5a89baca0d98 | e8263ae38e3b5029ff9c10cab15a565c2a13312c | /MPLAB PROJECT FILES/dsp_proj.X/notes.h | 1f58b83714483e35bd7514149977c5991865fd0f | [] | no_license | taersx/serval | b1a131cfe38af2508a88fe38f433f3a92a40058f | b13678b76ef7eb6ab424845ef157515b2c1418e8 | refs/heads/master | 2021-01-16T17:47:35.792598 | 2015-05-01T04:47:37 | 2015-05-01T04:47:37 | 29,410,176 | 0 | 1 | null | 2015-02-17T19:12:25 | 2015-01-18T00:06:01 | Makefile | UTF-8 | C | false | false | 1,788 | h | #define sn 50
#define en 2 * sn
#define qn 2 * en
#define hn 2 * qn
#define wn 2 * hn
#define C0 33
#define C0S 35
#define D0 37
#define D0S 39
#define E0 41
#define F0 44
#define F0S 46
#define G0 49
#define G0S 52
#define A0 55
#define A0S 58
#define B0 62
#define C1 65
#define C1S 69
#define D1 73
#define D1S 78
#d... | [
"coleby.conner@gmail.com"
] | coleby.conner@gmail.com |
53c3c71bc979ce80d158d89cf6a355a0a632ab3c | fabb0bc0a956abab96172cb0d14771b23ffbc224 | /f1c100s_compiler/arm-buildroot-linux-gnueabi/sysroot/usr/include/dns/dlz_dlopen.h | 2efd39ba5fb14c894e4c963fc1b86b113d229c78 | [] | no_license | ninhnn2/licheepi_nano_gpio | b32fd8ca35ad77e9c241302ecc234f46ca72dc34 | a9cc086d9050419777df2b2f602b6e7040c63cfd | refs/heads/master | 2023-07-26T18:30:54.723008 | 2021-09-10T07:14:44 | 2021-09-10T07:14:44 | 396,654,260 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,677 | h | /*
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* 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 distributed with this
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
*
* See the COPYRIGHT file distributed with this w... | [
"fanningnguyen@gmail.com"
] | fanningnguyen@gmail.com |
be65f56fe86d9c0767f01f37020ec405d41251a9 | e72960bd63a94c1acac25e16d1746892a44b30cd | /Example/Pods/Headers/Public/MagicalRecord/MagicalRecord/NSRelationshipDescription+MagicalDataImport.h | 0246a6c1bb2415e37010613dc3c9efdbaf159d22 | [
"BSD-2-Clause"
] | permissive | Ibrahimhass/INSElectronicProgramGuideLayout | 2ca52d61cedc9b3f4173ef352013ffc7e827e1b6 | d1ec80dd183171dd483125d0c897eac09227472e | refs/heads/master | 2022-07-31T04:59:44.495901 | 2020-05-21T23:59:29 | 2020-05-21T23:59:29 | 263,768,584 | 3 | 0 | BSD-2-Clause | 2020-05-13T23:42:54 | 2020-05-13T23:42:54 | null | UTF-8 | C | false | false | 107 | h | ../../../../MagicalRecord/MagicalRecord/Categories/DataImport/NSRelationshipDescription+MagicalDataImport.h | [
"jkereako@users.noreply.github.com"
] | jkereako@users.noreply.github.com |
91db1ef7c6708a82e22348d357fc91b1a3ea4a7f | 7dce962e9475c269467f3c831d477126a268d346 | /get_next_line/libft/ft_itoa.c | 5dccdcc23b09cb7eea7ded18ef339e7646372b92 | [] | no_license | Shandem/Get2 | bbff5aa6476762240d2326ccda9edc0952ad9cb7 | 2e46f087a525e62752db070658d2db91fb88991e | refs/heads/master | 2020-06-01T14:14:53.697823 | 2019-06-07T22:13:13 | 2019-06-07T22:13:13 | 190,810,863 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,264 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_itoa.c :+: :+: :+: ... | [
"gutierrezjoshuah@gmail.com"
] | gutierrezjoshuah@gmail.com |
bab3748bcd19aba0d8582b867ab51c718a5dd3bf | cb0420ac655f212effb06138179a285a553fb2fb | /RTOS_workspace/FreeRTOS_LED_and_Button/Src/main.c | 701355f9fa3c1755d70d2917f508392ab6dab618 | [] | no_license | aaronee/STM32_Course | 85dfb310d40dcb9555ec5cfd0301952b966f6a28 | 676e36fb3f2279938f99cca14cef369fb40a9e58 | refs/heads/master | 2022-11-06T14:54:36.852055 | 2020-06-10T20:03:34 | 2020-06-10T20:03:34 | 264,510,830 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,889 | c | /**
*
* Author: Aaron Huynh - Created on: Apr. 9, 2020
*
* File name: main.c
* Project name: FreeRTOS_led_and_button
*
* Description: Create 2 tasks: led_task & button_task
* Button_task: polling the status of B1 button, and set the flag when B1 is pushed
* Led_task: Turn on the LD2 if flag 's set, otw... | [
"khoahuynh.ld@gmail.com"
] | khoahuynh.ld@gmail.com |
c132652fffda13ac5b208dad78a42dec4afec267 | d776c1dbfefbcf5539db173c0208b75257f1b45d | /CMPS101/pa3/Graph.c | 91f0e0bad9487cf4c0dca09a0e31e3edfe55bf97 | [] | no_license | mabdulqa/CMPS101 | 88b5b3931095b4a9e50994b3b0cb7fa8263c68f0 | 91a64ee7ece1c77786c15ba7c1dcfca791612400 | refs/heads/master | 2022-11-03T09:28:32.142647 | 2020-06-17T18:47:50 | 2020-06-17T18:47:50 | 229,196,395 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,491 | c | //-----------------------------------------------------------------
// CMPS101 PA3
// Mohammad Abdulqder (mabdulqa)
//
// Graph.c
// Graph ADT file with its public and private functions.
//-----------------------------------------------------------------
#include<stdio.h>
#include<stdlib.h>
#include "List.h"
#in... | [
"majdimohammad98@gmail.com"
] | majdimohammad98@gmail.com |
18924573798e45b7bedbabf6d2131fe32bced81a | 44e72221c5eb710cbf80cab27aa6d93c4c1d273a | /others/sf/gsl_sf_ellint_F.c | ad542ed35ae47291b297a20e9aac8f9119a8391f | [
"MIT"
] | permissive | floatfeather/FpGenetic | 0ff0389242b2c1a814dc68d4b422081511fb62bf | 57bee06e637084c0f9d4b34b77d6ca8a9ad4c559 | refs/heads/master | 2021-01-11T09:31:59.662835 | 2017-06-05T04:45:51 | 2017-06-05T04:45:51 | 77,437,394 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 501 | c | #include "stdlib.h"
#include "stdio.h"
#include "/home/lillian/work/install_fpdebug/valgrind-3.7.0/fpdebug/fpdebug.h"
#include <gsl/gsl_sf.h>
int main(int argc, const char * argv[]) {
unsigned long int hexdouble;
double a;
sscanf(argv[1], "%lX", &hexdouble);
a = *(double*)(&hexdouble);
double b;
sscanf(argv[2], "%lX", ... | [
"lilianwangran@163.com"
] | lilianwangran@163.com |
d33f37cb58586fbb94fedc0b7903b4f477b07b04 | 95940698571e5b9d14f854f9adcb4e770ed88772 | /TP_XBEE/Sources/Events.h | 9bd0993c6dcd03382e022b35267382a0adc93f02 | [] | no_license | juliencombattelli/iSerre | 2c97596e64eefc1e74371736e01c7f361ddc0f4b | ec251e5361f0ac271719c22dafe709e148658a7f | refs/heads/master | 2021-09-20T16:00:56.351338 | 2017-01-05T23:05:50 | 2018-08-11T15:31:45 | 71,727,281 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,998 | h | /* ###################################################################
** Filename : Events.h
** Project : Xbee Sandbox
** Processor : MKL26Z128VLH4
** Component : Events
** Version : Driver 01.00
** Compiler : GNU C Compiler
** Date/Time : 2016-11-03, 11:48, # Cod... | [
"julien.combattelli@hotmail.com"
] | julien.combattelli@hotmail.com |
7fd25bd49ad47fd7f1fc57fd5a7c37bff32a4ae0 | d975574c0ba8f23de3ac21af8a0bff13bee3c9c0 | /Lab2.2/lab2.2.5.c | dcfbd7094f0da230ac54a8858b10589823bda86d | [
"CC0-1.0"
] | permissive | dalevale/ASOR20201 | 92f6c35687689891a707b6194bcf66fa5a9ceb27 | 2b928924ee92190231ed306fbc6dd297d3368dbc | refs/heads/main | 2023-03-22T17:04:21.169758 | 2021-03-17T20:17:48 | 2021-03-17T20:17:48 | 348,834,311 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 309 | c | #include<sys/types.h>
#include<stdio.h>
#include<errno.h>
#include<string.h>
extern int errno;
int main() {
if(open("newFile", O_CREAT, 00645)==-1){
fprintf(stderr, "Value of errno: %d\n", errno);
fprintf(stderr, "String related to errno: %s\n", strerror(errno));
}
return 0;
} | [
"noreply@github.com"
] | dalevale.noreply@github.com |
f1aa0f725cbc9c5924ccc59d2d9957b8c6a189f3 | 3d1d651fd0293f1a53217646a10f38a39c59decd | /ClonyBird/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Security_Policy_Evidence_EvidenceEnumerator.h | 9c8f6bc5ead7f73c10d0c5302b6df8d4de74af18 | [] | no_license | at-tran/ClonyBird | 51cd7ba74357f51a811debfadf667a859493cca1 | d59a7b010ab99bfd5e4b54edfed72a71644b1735 | refs/heads/master | 2021-05-29T05:20:01.445087 | 2015-07-14T14:09:22 | 2015-07-14T14:09:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 642 | h | #pragma once
#include <stdint.h>
// System.Collections.IEnumerator
struct IEnumerator_t306;
// System.Object
#include "mscorlib_System_Object.h"
// System.Security.Policy.Evidence/EvidenceEnumerator
struct EvidenceEnumerator_t1304 : public Object_t
{
// System.Collections.IEnumerator System.Security.Policy.Evidence... | [
"nhanhnhanh17399@gmail.com"
] | nhanhnhanh17399@gmail.com |
2f07fd86b563777b90caceaf8556f2e7edc44125 | 83214753e9183327e98af0e6768e9be5385e5282 | /kungfu/skill/tiangang-zhi.c | 8d9c6393b8d01d41707d80ee60d01f803ac90de0 | [] | no_license | MudRen/hymud | f5b3bb0e0232f23a48cb5f1db2e34f08be99614e | b9433df6cf48e936b07252b15b60806ff55bb2f3 | refs/heads/main | 2023-04-04T22:44:23.880558 | 2021-04-07T15:45:16 | 2021-04-07T15:45:16 | 318,484,633 | 1 | 5 | null | null | null | null | GB18030 | C | false | false | 4,499 | c | // tiangang-zhi.c 天罡指穴法
// modified by Venus Oct.1997
#include <ansi.h>
inherit SKILL;
mapping *action = ({
([ "action" : "$N左手轻轻拨动,右手五指徐徐弹出拨,一式「浪起湖心」,
拂向$n的$l",
"force" : 150,
"dodge" : 5,
"damage_type" : "瘀伤",
"lvl" : 0,
"skill_name" : "浪起湖心"
]),
([ "action" : "$N双手上下起落,俯身掠向$n,一式「... | [
"i@oiuv.cn"
] | i@oiuv.cn |
df1ceb4c4109d1f9e48f18e2ca5e148bebe710b3 | 2632b863f3de1365127410a959df9f88346b3983 | /arch/sparc/sparc/machdep.c | 3bdecc91ca87ab344f35aada9989c4fa82d2c91d | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause"
] | permissive | avsm/openbsd-xen-sys | 0009f3fac21a10d0b92a88ab0640a480084d4299 | 2b77d73be1ddbdbe811ead9694add098014b7bde | refs/heads/master | 2021-01-23T13:47:43.846224 | 2007-06-11T07:34:19 | 2007-06-11T07:34:19 | 764,337 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,542 | c | /* $OpenBSD: machdep.c,v 1.108 2006/06/09 06:41:44 miod Exp $ */
/* $NetBSD: machdep.c,v 1.85 1997/09/12 08:55:02 pk Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence B... | [
"devnull@localhost"
] | devnull@localhost |
a709075ae9ea9a36ca9e3c86d0ec08f88071dbdb | 7ec5d6bdb52c2693af01686bc8678d951d06429e | /drivers/sonic_vibes/sv.c | cd81330f72eb7f627d09e5357fc2292151f8ccca | [
"BSD-2-Clause"
] | permissive | HaikuArchives/BeSampleCode | c3787cc3a5b8134cc73fb0b5428a6276ed3f7e46 | ca5a319fecf425a69e944f3c928a85011563a932 | refs/heads/haiku | 2021-09-12T14:36:35.392130 | 2018-04-17T16:48:46 | 2018-04-17T16:48:46 | 82,111,290 | 8 | 6 | NOASSERTION | 2023-09-09T16:13:53 | 2017-02-15T22:01:51 | C++ | UTF-8 | C | false | false | 20,419 | c | /*
Copyright 1999, Be Incorporated. All Rights Reserved.
This file may be used under the terms of the Be Sample Code License.
*/
#include "sonic_vibes.h"
#include "sv_private.h"
#include <string.h>
#include <stdio.h>
#if !defined(_KERNEL_EXPORT_H)
#include <KernelExport.h>
#endif
#if DEBUG
#define KPRINTF(x) k... | [
"calvin@hakobaito.co.uk"
] | calvin@hakobaito.co.uk |
48415eaf62257baf5947db1ad9c8e40e565b8bd0 | 2907db1861975cf92642df32ba18800453e26568 | /tst/database_classb/pstrace_db/system_trc_gen.h | 9b6e9069c79d3d2fc3398e7f1488b3bc44046965 | [] | no_license | ethercatduino/2503DEV | 85b7a47ba1d813c2aba7374602ddd25e82e27009 | 660256fa244c8136b22797d47f338894179c1718 | refs/heads/master | 2023-04-06T18:01:35.883423 | 2021-04-25T02:23:21 | 2021-04-25T02:23:21 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 35,200 | h | #ifndef _SYSTEM_TRC_GEN_H_
#define _SYSTEM_TRC_GEN_H_
// SST_INIT_ALICE_ENTER
#define SST_INIT_ALICE_ENTER_size NULL
#define SST_INIT_ALICE_ENTER SST_INIT_ALICE_ENTER__enum,SST_INIT_ALICE_ENTER_size
// SST_INIT_ALICE_EXIT
#define SST_INIT_ALICE_EXIT_size NULL
#define SST_INIT_ALICE_EXIT SST_INIT_ALICE_EXIT__... | [
"864876693@qq.com"
] | 864876693@qq.com |
02ec236330cf14e84237303b39b1d5580bd9396c | 155f9e1b3a87b1c95e7a112e8cad0f71a0967acc | /release_v2/modbus.c | 4e9dacf6a2e71fe473df0714daac92e824625e81 | [] | no_license | dhanyweb/pr-modbus-2011 | 79c03bee600898d23469fd92fd84654834e961e1 | ea72805b78aba0d279b92632dc30a59cfb105a68 | refs/heads/master | 2016-08-11T11:25:39.766060 | 2012-03-12T14:39:57 | 2012-03-12T14:39:57 | 44,847,226 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 53,418 | c | /*
* Copyright © 2001-2008 Stéphane Raimbault <stephane.raimbault@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any lat... | [
"pintgyu@gmail.com"
] | pintgyu@gmail.com |
735037ac6d3fead4031f1fb983fd6bb8c1cee264 | e25c54af767e399c1641e033f4d36286ecdc336b | /src/compare_image.h | 7c30b62aaf7c5e7f0409672afb101a592ca0dd13 | [
"MIT"
] | permissive | TerrySoba/retro-game | c19056259a753ea3952297335decd9c38c49a160 | ad47df2a63bb053724f5ee43973684117491c803 | refs/heads/master | 2021-01-13T16:25:05.568277 | 2017-05-27T23:54:13 | 2017-05-27T23:54:13 | 79,645,270 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 348 | h | #ifndef COMPARE_IMAGE_H
#define COMPARE_IMAGE_H
#include "image.h"
#include "retrogame_export.h"
#include <memory>
/**
* Compares the two given images and returns true, if the images a equal.
* If the images differ false is returned.
*/
bool RETROGAME_EXPORT compareImage(const Image& imageA, const Image& imageB);... | [
"torsten@stremlau.de"
] | torsten@stremlau.de |
fca04293535e62ec2e367e0898f9a26fb75aa631 | a65bf61516335a284d1d86a65777383fb2a8acaa | /VLFeatSiftWrapper.h | 16f5d64edefb053ca08e7ff3921d5c439ad7c4c3 | [] | no_license | 15d23/apap_vs2 | 3602cc2aeb42571d0b766cfc206c6f0d795ee956 | 8457adcbdf8e9fdd0bbf4950b8ef1954c4446ab0 | refs/heads/master | 2022-11-27T17:43:37.228178 | 2020-08-05T07:31:03 | 2020-08-05T07:31:03 | 285,204,789 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 358 | h | #pragma once
#include "sift.h"
#include <Eigen/Dense>
void detectSiftMatchWithVLFeat(const char* img1_path, const char* img2_path, Eigen::MatrixXf &match);
int detectSiftAndCalculateDescriptor(const char* img_path, double* &kp, vl_uint8* &descr);
int matchDescriptorWithRatioTest(const vl_uint8 *desc1, const vl_uint8 ... | [
"send2zk@qq.com"
] | send2zk@qq.com |
009904fb735e70cfa4e7843a56dcf77c72a2a1a2 | 4ba5432bb4204e1d643aff1039a53ff6b6596859 | /MultiWii_Sixpack/BoardSoftware V2.2/Crius AOIP 2.0/MultiWii/def.h | a7a6ff7130784fd5e3a9b3953f5f4ae64a72be3e | [] | no_license | artashesamatuni/Multiwii-firmware | 35da2ca771803ba29b07a0bfe81382a836752646 | 958d5c2eae472d01b376c4e07b555ffaf62077c0 | refs/heads/master | 2021-05-09T10:05:27.633123 | 2018-02-09T14:33:06 | 2018-02-09T14:33:06 | 118,945,459 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 48,514 | h | /**************************************************************************************/
/*************** test configurations ********************/
/**************************************************************************************/
#if COPTERTEST == 1
#define QUADP
#define WMP
#el... | [
"artashes.amatuni@gmail.com"
] | artashes.amatuni@gmail.com |
30ea8a1f938c8e1fa30a8b10563763caf15ab740 | f1c774b242faf87e7f084ff678295297e743cd31 | /src/main.c | 44b115118bb1bfba97b395bc39b65e4e13832b16 | [] | no_license | ELGhoulGhazi/projetlocation | e052113f152c205fee479c436ef69f94d2b82b25 | 5dd093563c22f50a4a465072a6b5297e8008e9a9 | refs/heads/master | 2020-09-25T06:15:46.705786 | 2019-12-09T19:13:57 | 2019-12-09T19:13:57 | 225,936,152 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,150 | c | /*
* Initial main.c file generated by Glade. Edit as required.
* Glade will not overwrite this file.
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <gtk/gtk.h>
#include "interface.h"
#include "support.h"
int
main (int argc, char *argv[])
{
GtkWidget *location;
GtkWidget *locationEmp;
GtkWidg... | [
"ghazielghoul100@gmail.com"
] | ghazielghoul100@gmail.com |
50b241ac5249eec730cd3427aa4547d8a056bf0c | ad2b39e98fcc36fc48ce226110025577ae7a2cad | /Untitled1.c | ffcabb3f55e4cac360516ccbf359b7ffa8beb9d1 | [] | no_license | shivamsharma/Codechef | db2c66b34ff1325affb7f3b58442e33742582ff6 | 5b0d466db48368522ab46265c540ff0602083b25 | refs/heads/master | 2020-05-17T16:32:50.987073 | 2015-02-22T13:31:05 | 2015-02-22T13:31:05 | 21,268,722 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,522 | c | /*This code is written by @Author Shivam Sharma(28shivamsharma@gmail.com).*
* This code has proprietary right to Author.*
* Read LICENCE to use it.*/
#include <stdio.h>
#include <string.h>
int main()
{
int i,j,p,r,N,K,flag=0;
scanf("%d%d",&K,&N);
char A[K][50],B[N][50];
int lenA[K],lenB[N];
for(i=0;... | [
"28shivamsharma@gmail.com"
] | 28shivamsharma@gmail.com |
107dd4fe30567e4fb7a336352dc1b08f76234256 | 28bd03c256eebeeaddb6fe9eb0e71b6dc167be48 | /1355/script_rel/pause_menu_replay_launcher.c | db3343c8b34f101994d977780394dd426a634e2a | [] | no_license | Larisho/RDR3-Decompiled-Scripts | c82d1d31b21cd65d074f5382021579d5e08c0614 | 29a8b449613beaba232a47ffba7a394e0af66077 | refs/heads/main | 2023-06-17T05:39:24.102078 | 2021-07-14T10:34:34 | 2021-07-14T10:34:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,775,435 | c | #region Local Var
var uLocal_0 = 0;
var uLocal_1 = 0;
var uLocal_2 = 0;
var uLocal_3 = 0;
var uLocal_4 = 0;
var uLocal_5 = 0;
var uLocal_6 = 0;
float fLocal_7 = 0f;
float fLocal_8 = 0f;
var uLocal_9 = 0;
var uLocal_10 = 0;
var uLocal_11 = 0;
var uLocal_12 = 0;
var uLocal_13 = 0;
char* sLocal_14 = NULL;
... | [
"kepmehzde@gmail.com"
] | kepmehzde@gmail.com |
7ce79be75c517b8485e35e3870c30874b1f2f2a7 | 5e769c77f045cf2ef778a6f2951428fc1d9602ea | /arch/arm/cpu-cortex-m4/soc-stm32f410xx/init.c | fd9a9a81bb815fa949bc596a2d8a4bfa4b9d5c08 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | colosimo/kim-os | 81617431d8a95508ac66b7f1e6b12a54cf0dfff2 | e19fb9dd9f1cce5e9bcf47d1ad3c22840d2e8119 | refs/heads/master | 2023-08-24T23:03:56.150918 | 2022-02-15T10:03:18 | 2022-02-15T10:04:26 | 70,771,673 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,745 | c | /*
* Author: Aurelio Colosimo, 2022
*
* This file is part of kim-os project: https://github.com/colosimo/kim-os
* According to kim-os license, you can do whatever you want with it,
* as long as you retain this notice.
*/
#include <kim.h>
#include <cpu.h>
#include <reg.h>
#include <log.h>
#define SYSTICKS_FREQ 1... | [
"aurelio@aureliocolosimo.it"
] | aurelio@aureliocolosimo.it |
c9452f47db33a4061d3cad5c8edad914e4bb1286 | cf5b28221e70f1f7bdd24fa1c2c92550b3f0c0cc | /source/code/inc/common.h | 66fb5c937cb466b362258f262184ada71d070d5b | [] | no_license | abraj/particleSystem | ed6de00d919b18368a32a438606b8f66390ad640 | ee7e1130c09eca489e9f315f1a81c3f57b46216c | refs/heads/master | 2021-01-19T00:15:15.342720 | 2016-07-23T17:00:54 | 2016-07-23T17:00:54 | 63,056,301 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,653 | h |
#ifndef __COMMON_H__
#define __COMMON_H__
/*----------------------------------------------------*/
#define SERIAL_MODE 0 // set ST_MAX 1, mpirun -n 1
#define HOST_MODE 1
#define ST_MAX 8 // 1 for serial mode; otherwise 8 or 16
#define MAX_PARTICLES_NUM 1024*1024
#define X_FACTOR 2 // expansion factor for reserve ... | [
"ab@raj.me"
] | ab@raj.me |
0d7dac62f72565537eb2db1dc8cd37b7e883f950 | 0744dcc5394cebf57ebcba343747af6871b67017 | /external/curl/curl_sha256.h | 6ecb1ef30a5337a168301a43dded4cf86a493da2 | [
"Apache-2.0",
"MIT",
"curl"
] | permissive | Samsung/TizenRT | 96abf62f1853f61fcf91ff14671a5e0c6ca48fdb | 1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686 | refs/heads/master | 2023-08-31T08:59:33.327998 | 2023-08-08T06:09:20 | 2023-08-31T04:38:20 | 82,517,252 | 590 | 719 | Apache-2.0 | 2023-09-14T06:54:49 | 2017-02-20T04:38:30 | C | UTF-8 | C | false | false | 1,255 | h | #ifndef HEADER_CURL_SHA256_H
#define HEADER_CURL_SHA256_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (... | [
"cs.bhargava@samsung.com"
] | cs.bhargava@samsung.com |
6bc18c51a7b37d8d5dd294f6f0d714531b96bf76 | 9d2030d69f87b781715f32417dce1dbc106b2669 | /libft/ft_strmapi.c | b5c27adec36da751138476bc9a6b2dff9624603c | [] | no_license | kcoelho79/pushswap | d51f5e3d619f377de157fbbfdbc1d7cac8f82d3e | e9cdde846fef75f32940f5389a59c20ca70a5cfe | refs/heads/main | 2023-08-31T10:53:49.215675 | 2021-10-20T12:10:05 | 2021-10-20T12:10:05 | 416,760,355 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,159 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strmapi.c :+: :+: :+: ... | [
"keber.amg79@gmail.com"
] | keber.amg79@gmail.com |
a7cd38fea137bd66c572fbe0d10a1561ee0fac06 | 0a2a4f693edd051c7b24dd7f2005f3541e74936c | /lab09/es03/main.c | 0fcb699567fafbbd10ff2f04c12f9228ed4940f9 | [] | no_license | nicoladilillo/apa | e3aa4ff6679ddddbd139d6e0a66845acad7de118 | 594092285074e3ca8cddbc2d5ec6590b415f46a6 | refs/heads/master | 2020-04-01T23:02:04.610255 | 2019-02-01T22:56:25 | 2019-02-01T22:56:25 | 153,738,006 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,533 | c | #include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include "utility.h"
#include "invArray.h"
#include "pgList.h"
typedef enum {
caricare_p, caricare_o, aggiungere_p, eliminare_p, aggiungere_o, eliminare_o, calcolo,
ricerca_p, ricerca_p_statistiche, ricerca_o, fine, errore
} comando... | [
"nicoladilillo98@gmail.com"
] | nicoladilillo98@gmail.com |
cc2d030b7eb782f6c988ec12e25a65c0e3627531 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/7395ea11-d8eb-410d-b024-3230959b761e.c | 165c1cb5202d911ce7f347d93d9403215553a86d | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 605 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=142;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = i%j;
l = l-j;
j = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
char b[81];
char c[24];
a = 0;
whi... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
752bd40e27221e17da3a89efef2eb7cd9137e484 | cff8e7a7b145c7100bb2c9184a4f7790b5c18a6d | /src/buffer.c | 54cc38b0af83cd1db61f29ed88397e55db3016cd | [
"MIT"
] | permissive | chris-wood/dissect | 738111f960042247e29d884628e2ccf4434e673e | b3d78909a96c78afed96b9a8a707a7c7cd292828 | refs/heads/master | 2021-01-15T15:31:25.762077 | 2016-11-27T03:58:01 | 2016-11-27T03:58:01 | 49,912,117 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,215 | c | #include "util.h"
#include "buffer.h"
struct buffer {
uint8_t *bytes;
uint32_t length;
};
struct buffer_overlay {
uint8_t *bytes;
uint32_t length;
uint32_t offset;
};
BufferOverlay *
bufferOverlay_CreateFromBuffer(Buffer *b, uint32_t offset, uint32_t length)
{
BufferOverlay *overlay = (Buffer... | [
"christopherwood07@gmail.com"
] | christopherwood07@gmail.com |
ccdbdd0275aab3f59105ebd5445df18dfcf5d30e | c86d2447350519ec8a8df72b42f1592967c995e6 | /src/saim_curl_wrapper.c | d94117dba7880eea167d373c9bd3997d2a21a933 | [
"Zlib"
] | permissive | Shtille/libsaim | 27e5c45b603044e7c685018e34cab9b2c68c98a4 | bc4c8cd5a93b2de94455582143032161dfe08fea | refs/heads/master | 2022-11-30T08:02:37.585228 | 2022-11-10T20:46:07 | 2022-11-10T20:46:07 | 65,727,967 | 0 | 1 | Zlib | 2021-07-28T15:31:33 | 2016-08-15T11:41:36 | C | UTF-8 | C | false | false | 2,431 | c | /*************************************************************************
* libsaim 1.0
* ------------------------------------------------------------------------
* Copyright (c) 2016 Vladimir Sviridov <v.shtille@gmail.com>
*
* This software is provided 'as-is', without any express or implied
* warranty. In no eve... | [
"v.shtille@gmail.com"
] | v.shtille@gmail.com |
cdbf575277b63c9c92fa7532af50ca8fec690548 | 1d964432577e963372538708294f22e98b73e382 | /libft/srcs/lists/ft_lstnewf.c | 56c3b46c72d1869bfec33c4ba69d7550ea79724d | [] | no_license | ayahyaoui/lem_in | ad641addf7be574550dae30e90b9fa16a12a8084 | f4d7e9d75beb1f79bcfc2e103ef143e8c774652c | refs/heads/master | 2020-03-30T08:13:01.377324 | 2018-11-04T19:52:54 | 2018-11-04T19:52:54 | 150,998,406 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,457 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstnewf.c :+: :+: :+: ... | [
"emuckens@e3r11p4.42.fr"
] | emuckens@e3r11p4.42.fr |
bf5d2940653a83f65c6d83150af43a37a17058c9 | e040e39a7aebd9e150ab6d21d0b48475bcd07ee8 | /TrafficLightServer/src/TrafficLightServer.c | a369f85b0278d17a414d925769e8f16539ac7f3d | [] | no_license | adit-prawira/real-time-systems-engineering | a4b48329e4145946e6bf676c25d19f052e477c03 | 77cddd93411bf7992a26af27e6920b2129b10012 | refs/heads/master | 2023-08-16T05:56:41.273623 | 2021-10-13T10:16:32 | 2021-10-13T10:16:32 | 398,514,083 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,737 | c | #include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/iofunc.h>
#include <pthread.h>
#include <unistd.h>
#define MESSAGE_SIZE 2
#define BUF_SIZE 100
#define FILE_LOCATION "/tmp/trafficLightServer.info"
//#define FILE_LOCATION "/net/clientAditya/tmp/trafficLightServer.info"
enum states {
state0, sta... | [
"adityaprawira96@gmail.com"
] | adityaprawira96@gmail.com |
791ff1fcc211bd2073c6505147a17e6fd9a15e65 | d660ccb43c3d0441ad0ef277e43245e780a562ec | /alarmsystem/firmware/gsm_gateway_v2/roundbit.h | 4eb039a51b09cdb4aa13a65f6b116c53e32b7125 | [] | no_license | astaliarou/legacy | 0d83670a3e8a5f1a408cc28858321bfbbd4f868c | f4e6ab9e4c2aef6ffa20e0028084aa584c2c968b | refs/heads/master | 2022-05-21T13:37:27.882589 | 2020-02-11T19:31:37 | 2020-02-11T19:31:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,376 | h | /* this file is automatically generated by ./a.out */
#elif CRON_US_PER_TICK < 0x00000002
#define _CRON_US_CIRCA(a) (a)
#define _CRON_MS_CIRCA(a) (a << 9)
#define _CRON_S_CIRCA(a) (-1)
#elif CRON_US_PER_TICK < 0x00000004
#define _CRON_US_CIRCA(a) (a >> 1)
#define _CRON_MS_CIRCA(a) (a << 8)
#define _CRON_S_CIRCA(a... | [
"soeren@b1d182e4-1ff8-0310-901f-bddb46175740"
] | soeren@b1d182e4-1ff8-0310-901f-bddb46175740 |
855fef10f795fb2b3127c4350ff1fdae28e042f8 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/ffmpeg/libavfilter/af_channelmap.c | eb173d20c4c8bce58559f577e4831d2723676e1c | [
"LGPL-2.1-only",
"LGPL-3.0-only",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.1-or-later",
"GPL-3.0-or-later",
"LGPL-3.0-or-later",
"IJG",
"LicenseRef-scancode-other-permissive",
"MIT",
"GPL-2.0-or-later",
"Apache-2.0",
"GPL-3.0-only",
"BSD-3-Clause"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C | false | false | 14,124 | c | /*
* Copyright (c) 2012 Google, Inc.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any late... | [
"jengelh@inai.de"
] | jengelh@inai.de |
f55cee383a20392f1ae9abc1f41aad25df034e8a | d1bbbc6d95a9d68bfc25ae79d4230407fbc55308 | /struct.h | aff0e4c5dd1f6a0a335eeec079475df904c32bd3 | [] | no_license | fuellee/InterpretingLISP | e01a1607db516d7e70addea26a0df4c32496acc7 | 52660e7bbd55b8fb8c723cb5bb5824be9bcae72d | refs/heads/master | 2021-01-01T17:27:16.192825 | 2015-03-12T20:20:04 | 2015-03-12T20:20:04 | 11,347,621 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,316 | h | #include "linuxenv.h"
#if !defined(NULL)
# define NULL 0L
#endif
#define EOF (-1)
#define atom_table_size 1000/*at most 1000 ordinary atom entries*/
#define list_area_size 6000/*at most 6000 dotted-pair entries*/
/*---------------------------------------------------------------------------
global macros ... | [
"lifuyu198919@gmail.com"
] | lifuyu198919@gmail.com |
990dbccb4cf10c68b77456989abe79776b7465d2 | 5ccaeb278ef69bf41d803f9bf339101c39bf2136 | /framework/peripheral/ports/processor/ports_p32mx775f512h.h | 56ab81c21e64e5a12e064489cdb74a0059dbb9a0 | [] | no_license | Mytrex/Harmony | 6de69d5ebbb8cb7769a9ee7bd0330264c1d6ed3a | 32dceb018139e59a12c26044b9f0252d1c0d67c9 | refs/heads/master | 2021-03-16T09:42:26.915713 | 2016-11-02T08:25:20 | 2016-11-02T08:25:20 | 71,403,438 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 21,733 | h | /* Created by plibgen $Revision: 1.31 $ */
#ifndef _PORTS_P32MX775F512H_H
#define _PORTS_P32MX775F512H_H
/* Section 1 - Enumerate instances, define constants, VREGs */
#include <xc.h>
#include <stdbool.h>
#include "peripheral/peripheral_common_32bit.h"
/* Default definition used for all API dispatch functions */
#... | [
"jared@mytrexinc.com"
] | jared@mytrexinc.com |
75f41cd679354f33ce07bc64b7a397be23a73fde | 523ec9102a996f1d05d628a0caf804925d4ceac1 | /lib/libgu/callbackFin.c | 32974506974a4e21e7cf629f16a1e880febb78be | [] | no_license | PSP-Archive/HuE-for-PSP | 423a73c4628a4d9a5c23cb5cb771b13577c61c2f | 3a2906f70d9a5c93a0c74ce22910c1991f7d7670 | refs/heads/main | 2023-04-12T17:01:12.360481 | 2021-04-13T16:43:35 | 2021-04-13T16:43:35 | 357,624,154 | 2 | 1 | null | 2021-05-11T04:27:25 | 2021-04-13T16:43:46 | C | UTF-8 | C | false | false | 418 | c | /*
* PSP Software Development Kit - http://www.pspdev.org
* -----------------------------------------------------------------------
* Licensed under the BSD license, see LICENSE in PSPSDK root for details.
*
* Copyright (c) 2005 Jesper Svennevid
*/
#include "guInternal.h"
void callbackFin(int id, void* arg)
{
... | [
"pierluigiortenzi@gmail.com"
] | pierluigiortenzi@gmail.com |
bc447aa22b524a97bda71f85bb8065e75a31fa63 | d5477da2d18f82b84a2f6d54be8df2f98364bd41 | /src/prefetcher/pref_stride.h | 1a793e3c4de72fe6833b8b60cb3ec9ff4d9872ee | [
"MIT"
] | permissive | hpsresearchgroup/scarab | f782cc4ce3a971bad086e19ab0a1d5d100bf6a67 | 5c58dea0766f9db9e17283760d017d70d7d07b37 | refs/heads/master | 2023-04-21T01:25:47.017071 | 2022-05-04T20:35:13 | 2022-05-04T20:35:13 | 237,500,845 | 66 | 39 | MIT | 2023-04-10T05:42:25 | 2020-01-31T19:24:49 | C | UTF-8 | C | false | false | 2,978 | h | /* Copyright 2020 HPS/SAFARI Research Groups
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge,... | [
"stephen.pruett@utexas.edu"
] | stephen.pruett@utexas.edu |
15a795ef78c50f6761b38784e9b75e637b3fc5aa | 9ebd9a9c79cde85b847d454873c193547a585875 | /ece264/hw12/sorts.h | 47f864634cd8a0bf3c69528451a4caddc17cbb6f | [] | no_license | HaoboChen1887/Purdue | ba9afd5adf4c0f1b2c36eacc47ef11a55ac2c2e2 | 7b572348ccb858f6dcb1dd4b17cfe0e455de6641 | refs/heads/master | 2022-12-05T04:50:50.901483 | 2020-08-21T16:58:42 | 2020-08-21T16:58:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 753 | h | #ifndef __SORT_H__
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
typedef struct _List {
struct _ListNode * head;
struct _ListNode * tail;
int size;
}List;
typedef struct _ListNode {
int value;
struct _ListNode * next;
}ListNode;
typedef struct _BST {
struct _BSTNode * root;
int size;
}BST;
type... | [
"chen_haobo_111@hotmail.com"
] | chen_haobo_111@hotmail.com |
2b6187e812e834a7a31625cd9cb70ddd0890fd55 | eed3fa6257ff61d2ebdc13048e2875d16eee7682 | /vers.dev/src/libcsf/csfsup.c | b6da34be30ef3bcdbd1aab982a5b003e96421f2c | [] | no_license | brey/hyfluxTC | f54e5afaf105cf9e99c8f487e2c6544e4b5a4b80 | d548ddbad2a7ded6813a28f051b0dc0d80710611 | refs/heads/master | 2021-01-11T19:59:48.339787 | 2018-03-02T15:32:24 | 2018-03-02T15:32:24 | 79,441,782 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,191 | c | /*
* csfsup.c
$Log: csfsup.c,v $
Revision 2.0 1996/05/23 13:16:26 cees
csf2clean
Revision 1.1 1996/05/23 13:11:49 cees
Initial revision
Revision 1.3 1995/11/01 17:23:03 cees
.
* Revision 1.2 1994/09/06 13:21:04 cees
* added c2man docs
*
* Revision 1.1 1994/08/26 13:33:23 cees
* Initial revision
... | [
"breyiannis@gmail.com"
] | breyiannis@gmail.com |
7c8319a2a00ff92bc4333d87444f9c119e9448f8 | c963f9fcc212d8cbd08576742037e9f1f595733b | /c_playground/ChannelSwap/channel_swap.c | b8469c53e1b240c116e3e30cff47dbc642d2f61d | [] | no_license | abhilb/playground | 55761f63102650e94cd9de20c3753b00d49b26ca | 19817decfe6ca89b771918ccc7a33103ce30a7ac | refs/heads/master | 2021-07-19T23:08:51.591532 | 2021-02-10T04:51:27 | 2021-02-10T04:51:27 | 79,839,710 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,451 | c | #include <stdio.h>
#include <time.h>
#include <stdlib.h>
void* generate_random_image(int width, int height)
{
srand(time(NULL));
int i=0;
unsigned char* buffer = (unsigned char*)malloc(width * height * 4);
if(buffer != NULL)
{
for(i=0; i<width*height*4; i+=4)
{
... | [
"abhilashbabuj@gmail.com"
] | abhilashbabuj@gmail.com |
5685431914367b37593ef3cbe8835ebae73cdb98 | ac072d60c03119d6c2aa6b6295697d4e83f8925f | /lapack-3.4.0/lapacke/src/lapacke_spttrf_work.c | 85935b09c3d9ea50b89be28390e3aabae0f86346 | [
"BSD-3-Clause",
"BSD-3-Clause-Open-MPI"
] | permissive | jmfrancklab/pyspecdata | a0f6fda722e6abd0908b761c1084891613817970 | 15ea307f62b3389daf4bf86ebd370d3f14e4e789 | refs/heads/master | 2023-08-31T15:23:13.358936 | 2023-08-26T16:56:20 | 2023-08-26T16:56:20 | 24,356,894 | 4 | 3 | NOASSERTION | 2023-05-24T18:58:10 | 2014-09-23T04:35:42 | Fortran | UTF-8 | C | false | false | 2,127 | c | /*****************************************************************************
Copyright (c) 2011, 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... | [
"jmf356@cornell.edu"
] | jmf356@cornell.edu |
e9d04ac5433dc20d8b4b65ca36db1825e3344e77 | f0645692aa6232007fd778dedfceda00b3fae57d | /ATRIAS_CompliantSimulator-master/DAQ/Safety/slprj/_sfprj/Walking01_DDA3D/_self/sfun/src/c57_Walking01_DDA3D.h | 7875c374d80b6667c43eec51c4299a75a7b581ec | [] | no_license | yukaigong/3D_Marlo_Yukai | a57b753d95b07c3d0640989b9722e01e8f984711 | 4c4071957ba147829969c7341b77662c36dda8ab | refs/heads/master | 2022-10-23T14:21:08.563453 | 2017-04-12T16:55:14 | 2017-04-12T16:55:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,420 | h | #ifndef __c57_Walking01_DDA3D_h__
#define __c57_Walking01_DDA3D_h__
/* Include files */
#include "sf_runtime/sfc_sf.h"
#include "sf_runtime/sfc_mex.h"
#include "rtwtypes.h"
#include "multiword_types.h"
/* Type Definitions */
#ifndef struct_ControlStateBus_tag
#define struct_ControlStateBus_tag
struct ControlStateBus... | [
"gyk199305@gmail.com"
] | gyk199305@gmail.com |
7ab4c39bfbf8f036b714c781e84dc6faa1077330 | 0744dcc5394cebf57ebcba343747af6871b67017 | /os/board/rtl8730e/src/component/soc/amebad2/fwlib/ram_hp/ameba_sdio.c | 68b9d447f1c611c98e2eb420b6712ccdd1ea383e | [
"GPL-1.0-or-later",
"BSD-3-Clause",
"ISC",
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-permissive",
"Apache-2.0"
] | permissive | Samsung/TizenRT | 96abf62f1853f61fcf91ff14671a5e0c6ca48fdb | 1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686 | refs/heads/master | 2023-08-31T08:59:33.327998 | 2023-08-08T06:09:20 | 2023-08-31T04:38:20 | 82,517,252 | 590 | 719 | Apache-2.0 | 2023-09-14T06:54:49 | 2017-02-20T04:38:30 | C | UTF-8 | C | false | false | 6,218 | c | /**
******************************************************************************
* @file rtl8721dhp_sdio.c
* @author
* @version V1.0.0
* @date 2016-05-17
* @brief This file provides firmware functions to manage the
* functionalities of the SDIO device peripheral:
*********************... | [
"sh924.chang@samsung.com"
] | sh924.chang@samsung.com |
e535d525331e9383623ccb1967aecf5145da29a9 | a1782ef8b19a1a2d07a9314dd2b02ba73b2144f4 | /testing blog/now we change variable names for something more suitable.c | 3c66f91e87cc87ea1207aaf2ce1d2b41f0ec5049 | [] | no_license | DiegoSusviela/holbertonschool-low_level_programming | e5d01edadecbc3505c288683622e4bfafabb1536 | 1805d346ecbbe560b6f0ff9b277afb5c75bbc10b | refs/heads/main | 2023-07-19T04:37:24.501048 | 2021-09-02T01:31:42 | 2021-09-02T01:31:42 | 335,614,488 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 658 | c | char key[]="ETIANMSURWDKGOHVFaLaPJBXCYZQb54a3d2f16g7c8a90l?e'b.s;i,d:";
main()
{
char *aux, *p_aux, *cap_let, *p_key, *malloc(), *gets();
for(aux = malloc(81), cap_let = aux++; aux == gets(aux); print('\n'))
for (p_aux = aux; *p_aux; print(*p_key ? conv_2_morse(*cap_let ) : '?' ), print(' '), p_aux++)
for (*cap_... | [
"dieguitosus@hotmail.com"
] | dieguitosus@hotmail.com |
85240475f6d98dffca1461d2c10b28c278015966 | d3bf15f4796221d21bdb9e1fc15d0b63abc82ee5 | /程序/底层驱动程序/大创智能灯低层程序(完整版)/SYSTEM/24CXX/24cxx.c | a567cf9c5611dc14b564620604dd953c5c1984d0 | [] | no_license | jackylee1/SmartLight-and-APP | 85f5dbb9ab6b541d70e455aa4369de54e5b9db29 | b602bfff049b27fe912ea285ff48c848682d7ced | refs/heads/master | 2020-04-07T22:22:25.928362 | 2017-09-09T13:47:25 | 2017-09-09T13:47:25 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,783 | c | #include "24cxx.h"
//#include "delay.h"
#include "delay.h"
//Mini STM32开发板
//24CXX驱动函数(适合24C01~24C16,24C32~256未经过测试!有待验证!)
//正点原子@ALIENTEK
//2010/6/10
//V1.2
//初始化IIC接口
void AT24CXX_Init(void)
{
mmIIC_Init();
}
//在AT24CXX指定地址读出一个数据
//ReadAddr:开始读数的地址
//返回值 :读到的数据
u8 AT24CXX_ReadOneByte(u16 ReadAddr)
{
u8 ... | [
"15lgpan@stu.edu.cn"
] | 15lgpan@stu.edu.cn |
8335a51fbadcf5fdff913edb63e688a77d2b51b8 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/darwin-xnu/bsd/netinet6/extr_in6.c_in6_getconninfo.c | 4733d090bcc3cc7fd1deabf400e9175f506048f7 | [] | 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 | 4,341 | 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 |
d09e865242df404ecab27795b1ac96722c93f1c2 | f75dbf9ca88250e93c2227f0fb4fbd830aa692eb | /21jan1.c | d2b0ecc1122c4ef593afdca1d30baabd474f37a7 | [] | no_license | sabrina-boby/basic_problem_using-c | 6cacdc21567ae3719d348168726f35f594642564 | 799479780c40100775d8261f883fd36fcb573ad9 | refs/heads/main | 2023-05-02T19:13:03.637396 | 2021-05-27T19:39:22 | 2021-05-27T19:39:22 | 371,469,768 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 411 | c | //1 + 1/2 + 1/3 +...+ 1/n
#include<stdio.h>
int main()
{
float i=1,n,sum=0;
printf("enter a number :");
scanf("%f",&n);
while(i<=n)
{
sum=sum+1/i;
if(i==1)
printf("\n 1 +");
else if(i==n)
printf("\t (1/%f)",i);
else
... | [
"noreply@github.com"
] | sabrina-boby.noreply@github.com |
956566bd571c6af50d47fce5c68085b04c5efec2 | 3420dc4ef3cb403e331b78af4d6fa435189e3532 | /fork.c | 42bea3e3cf5fdff3959324bf8e78e6bd44ce30af | [] | no_license | Nataliarg08/TC1004B.20 | 0766ac9bd64cc48d3e878179eccc6f6109b9be6d | 922c445153e80583f4258703cefc790ce09ee748 | refs/heads/main | 2023-08-19T05:34:20.817358 | 2021-10-18T23:54:57 | 2021-10-18T23:54:57 | 408,629,383 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 243 | c | #include <stdio.h>
#include <unistd.h>
int main(){
int a=5;
int pid = fork();
if(pid==0){
printf("Soy el proceso hijo; pid=%d\n",pid);
} else{
printf("Soy el proceso padre; pid=%d\n",pid);
}
return 0;
} | [
"a01639990@itesm.mx"
] | a01639990@itesm.mx |
a8685bdbc8bbd30e6961696cd3f6ce1883a9f575 | fa461b963f617209890a456a09e45e937ae3f04f | /7_segment.c | 2388afdd9fbb30504e3bd23f90b64caf650d6d73 | [] | no_license | ahmedfakhr1/Embedded-Project | 8b976c7748036956b9b7d850b094ba9649fbf7f6 | bccf5c60461c99fe184207f39325e776bb523be5 | refs/heads/main | 2023-05-29T11:11:46.013433 | 2021-06-16T11:01:10 | 2021-06-16T11:01:10 | 370,869,997 | 1 | 3 | null | null | null | null | UTF-8 | C | false | false | 1,171 | c | #include "GPIO.h"
double distance = 129;
void PortBInit(void){
SYSCTL_RCGCGPIO_R |= 0x02;
while((SYSCTL_PRGPIO_R & 0x02) != 0x02);
GPIO_PORTB_LOCK_R = 0x4C4F434B;
GPIO_PORTB_DIR_R |= 0xff;
GPIO_PORTB_CR_R = 0xff;
GPIO_PORTB_DEN_R = 0xff;
GPIO_PORTB_AMSEL_R &= ~0xff;
GPIO_PORTB_PCTL_R &= ~0xFFFFFFFF;
}
void Po... | [
"noreply@github.com"
] | ahmedfakhr1.noreply@github.com |
5d79a89f292199ffdcba6acd4155e2dc0f431e21 | dd7916d97a6451b25a5b9c52947a0415dac8e379 | /User/bsp/led/bsp_led.c | 37243a96e00bfd370b1fb66bbe221af67329ae85 | [
"MIT"
] | permissive | duyi324/STM32F1_USEFUL_DEMO | 686ae4337d4776f9491ed23aa2b93e1b91f858fd | 554be3cdc7560b2e2e8eb1c41eb9ab3eaf05d984 | refs/heads/main | 2023-01-04T23:31:07.786758 | 2020-10-26T09:08:50 | 2020-10-26T09:08:50 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,636 | c | /**
******************************************************************************
* @file bsp_led.c
* @author jiejei
* @version V1.0
* @date 2013-xx-xx
* @brief led应用函数接口
******************************************************************************
*/
#include "include.h"
/**
* @brief 初始化... | [
"33611679+Kevincoooool@users.noreply.github.com"
] | 33611679+Kevincoooool@users.noreply.github.com |
f4b5ab8417c869b84182e4307be3fa16b5e22533 | c5f872cedc9befc37698d2848f2e5ef4aba021c7 | /LCD/Inc/gpio.h | 52269319e488be98efba03cd1af8903a0ef49af4 | [
"MIT"
] | permissive | BG4RFF/stm32-1 | 9c18ffa7294cfdd3663149bb7dcc1752e9931e06 | 167aedfe6933f8e698e74485ff06ae5cab97b55e | refs/heads/master | 2020-04-15T20:05:23.175068 | 2018-07-31T09:51:02 | 2018-07-31T09:51:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,552 | h | /**
******************************************************************************
* File Name : gpio.h
* Description : This file contains all the functions prototypes for
* the gpio
******************************************************************************
** Thi... | [
"hao_kr@163.com"
] | hao_kr@163.com |
f795008cfdfc48caa1aa20724f48b900efdd917d | 7739542c1626a1158d2e73975de8af1a5d9ad41c | /ft_toupper.c | 2bafb507c537e966a8ead3b1c3532d0276ab93af | [] | no_license | Ngeschwi/libft | 50a037d16e1d6518baaef9233aa1019e2b686c9d | 002a24455b913116976a1936f552cd20c154b3f6 | refs/heads/master | 2023-04-01T18:49:17.755131 | 2021-04-02T08:53:08 | 2021-04-02T08:53:08 | 353,960,787 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 989 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_toupper.c :+: :+: :+: ... | [
"ngeschwi@z1r6p1.42lyon.fr"
] | ngeschwi@z1r6p1.42lyon.fr |
1746e7434372554a752ff8275e3068220f7fd24c | 64d02df5daeca1499da7076c2ec7416533eefe3a | /RAP_ASN_Structures_Full/RapReleaseVersionNumber.h | 139ed441c1ac9ddabd00f1f027a7a09ae2f3bd4e | [] | no_license | Olernov/TAP3 | cf78d0f7c0ddbed628d144d8880a0164b114b7b4 | 623effe18e6be4d6dd0eb23a3413c88656e4960e | refs/heads/master | 2020-05-02T07:19:27.573262 | 2019-03-26T15:34:41 | 2019-03-26T15:34:41 | 177,814,725 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 972 | h | /*
* Generated by asn1c-0.9.26 (http://lionet.info/asn1c)
* From ASN.1 module "RAP-0105"
* found in "RAP_ASN_specification.txt"
*/
#ifndef _RapReleaseVersionNumber_H_
#define _RapReleaseVersionNumber_H_
#include <asn_application.h>
/* Including external dependencies */
#include <NativeInteger.h>
#ifdef __cplu... | [
"oleg.v.smirnov@gmail.com"
] | oleg.v.smirnov@gmail.com |
4b20d3d327cf77ec78c35400c8dba4e80960d76c | bdb587fdda3e29a3aba367c18db7a73f229cfed9 | /core_blas-qwrapper/qwrapper_slaset2.c | 34816924cbba9f63cdd77c07c0d2a9ff9c9f6aad | [] | no_license | zhuangsc/Plasma-ompss1 | e8341e244fab5069b423c64588af2e0f20711510 | bcc99c164a256bc7df7c936b9c43afd38c12aea2 | refs/heads/master | 2022-11-09T02:25:13.450904 | 2020-06-24T10:08:39 | 2020-06-24T10:08:39 | 274,637,048 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,512 | c | /**
*
* @file qwrapper_slaset2.c
*
* PLASMA core_blas quark wrapper
* PLASMA is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version 2.6.0
* @author Hatem Ltaief
* @date 2010-11-15
* @generated s Tue Jan 7 11:44:59 2014
*
**/
#inclu... | [
"zhuangsc1989@gmail.com"
] | zhuangsc1989@gmail.com |
846493af2915ebd99dfc559c2df05dfcd3b01baf | 9e1a5a7381d154571947b5944c397336cc380d40 | /收集的各种oc项目/KYWeibo-master/KittenYang/Pods/Headers/CRNavigationController/CRNavigationBar.h | 7970c3d474043f0ca042588f5520456092619d2e | [] | no_license | MrXiaoYang/iOS-Objective-c- | 8170dbc329594ac4bd3e10fadfe093c148887ecd | 897f296a9f562e842a32bfba1e0f0ec4a57543eb | refs/heads/master | 2020-06-16T05:39:07.098762 | 2017-01-23T03:25:48 | 2017-01-23T03:25:48 | 75,242,526 | 6 | 1 | null | null | null | null | UTF-8 | C | false | false | 54 | h | ../../CRNavigationController/Classes/CRNavigationBar.h | [
"582385082@qq.com"
] | 582385082@qq.com |
b86aacd8b3975401f95a954a6b2f56231b2b87c0 | 6c9fd9d9b3add7d2b2d32144000acd807280056a | /0025/kernel/smp.c | 96292965276a404893e0fba92605d92dae850869 | [] | no_license | saneee/x86_64_kernel | 097668f2219734c097a24aadbe7977e6b26f96d6 | 7f78d5cb78e1f594614e84445df5c1e6a5fa7e1e | refs/heads/master | 2022-11-18T09:21:26.852317 | 2020-07-13T00:44:41 | 2020-07-13T00:44:41 | 262,577,615 | 20 | 7 | null | null | null | null | UTF-8 | C | false | false | 2,880 | c | #include <yaos/cpupm.h>
#include <yaos/list.h>
#include <yaos/smp.h>
#include <yaos/percpu.h>
#include <yaos/assert.h>
#include <yaos/init.h>
#include <yaos/sched.h>
#include <yaos/tasklet.h>
#include <asm/pgtable.h>
#include <yaos/kheap.h>
#include <errno.h>
int nr_cpu = 0;
extern int irq_count;
char *new_percpu()
{
... | [
"399030@qq.com"
] | 399030@qq.com |
6c06e9a7751ce411a5ffff8c3dea380b71248ab2 | db22a16b83e57390aa815d36e439dcd215972afc | /includes/ft_ls.h | ef051d848eba9f54587318bbb7c55d9cc0e0b272 | [] | no_license | abarriel/ls | 88c1c9bceb10ffad880dc8bf3f19140da4d20851 | 1dc65b2a3efd4b74ec7cecc307c538d6a20ae9ea | refs/heads/master | 2021-06-17T10:44:45.667222 | 2017-05-15T15:51:09 | 2017-05-15T15:51:09 | 80,028,466 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,352 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_ls.h :+: :+: :+: ... | [
"abarriel@e3r9p2.42.fr"
] | abarriel@e3r9p2.42.fr |
0828be2420525343cd51a584708fe959eb743507 | 1ad4dd5261a185f3cf92d7fd3226de28679747c5 | /kernel/drivers/gpu/drm/i915/gvt/display.c | 3c318439a65967366e106b9542ffa757bb540c07 | [
"Linux-syscall-note",
"GPL-2.0-only",
"MIT"
] | permissive | oslab-swrc/libmpk | b30c8fa2eea834a8ab441fdd9f7789296781ec17 | a0b20ab8819d60d22d2a90f0d54eccae40ae6b05 | refs/heads/master | 2022-05-01T01:36:07.491532 | 2022-03-18T05:44:14 | 2022-03-18T05:44:14 | 223,290,854 | 0 | 0 | MIT | 2019-11-22T00:30:13 | 2019-11-22T00:30:12 | null | UTF-8 | C | false | false | 13,696 | c | /*
* Copyright(c) 2011-2016 Intel Corporation. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to u... | [
"spark720@gatech.edu"
] | spark720@gatech.edu |
904bc9f593d454b35e8c1eb58c25505f00dc9d48 | 4d19dab11fe99bc75eee5c8a76003b1dc1715f93 | /rtp/rtp_utils.c | 4a6627355ae5f410c4aa4219343830a74c73a7a5 | [
"Apache-2.0",
"MIT",
"BSD-3-Clause"
] | permissive | zyjiang08/snowem | 4874deed4b561a81e7f0952b37591ecabdda3c50 | 353ce1b8f8559a3d75bea4b364af9e97bf4fc6a7 | refs/heads/master | 2022-02-17T19:03:47.323501 | 2019-09-14T17:53:01 | 2019-09-14T17:53:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,078 | c | /*
* (C) Copyright 2017 Jackie Dinh <jackiedinh8@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"jackiedinh8@gmail.com"
] | jackiedinh8@gmail.com |
9f3091ef983a9b92a04ea5c10337ecea8ac82642 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/04cdae07-7a3a-4c42-81f1-9812e60e5ad0.c | 25c0174aa0fa5371ecb8a8d7c7538a757d105656 | [] | 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 | 584 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = l/j;
l = i%j;
l = i-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
char b[62];
char c[65];
a = 0;
while... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
361262eaf88abcf720a0f92212a9e673191d6793 | 4b33ebd41d7773f81d65969c137d22bc7a99627e | /xla_llvm/nnlib/hexagon/ops/src/op_requantize.c | a87632c3e7682ac88650d690b9ddf467ffceb767 | [] | no_license | davidparks21/CMPE202 | 7eabdb1f2800ec593f342d963b998cf5bc41187b | 6f61e4e2b1aa8134344fb335a8643bfb57d4123f | refs/heads/master | 2020-04-10T08:01:10.732298 | 2019-01-24T20:12:48 | 2019-01-24T20:12:48 | 160,893,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,791 | c |
/*
* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted (subject to the limitations in the
* disclaimer below) provided that the following conditions are met:
*
* * Redistributions of source ... | [
"davidparks21@gmail.com"
] | davidparks21@gmail.com |
5d4370edbe64cbb0fe94a0328809fc0fc06480ce | 6b3de61dc66bcf36ba6ba0e11aeec56a9eea3f12 | /firmware/display.c | 1cec3ddac611a566ea30d262554ecf7579132ae0 | [] | no_license | bdragon300/moto-vtc | 0af22e17d77dba8368767c56d4256307a4ea0831 | ee9961407bb1cbc8ed80e60262c2e742ff7749ac | refs/heads/master | 2023-01-28T04:26:18.942763 | 2016-06-19T19:39:41 | 2016-06-19T19:39:41 | 320,052,805 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,687 | c | #include "display.h"
Display_data_t display_data = {0}; //4 digits and indication byte
const uint8_t segment_modes[4] = {SEG_MODE_1, SEG_MODE_2, SEG_MODE_3, 0};
const uint8_t display_com[5] = {DISP_COM1, DISP_COM2, DISP_COM3, DISP_COM4, DISP_COM5};
uint8_t charging = 0;
void
display_init()
{
DEBUG2('>', "display_in... | [
"gosha753951@gmail.com"
] | gosha753951@gmail.com |
3a9584f80171fef420c761aed76e3ce74bb0206b | 6c11c5e9d7c83793a48cf2ce0a4e15160aeb6c54 | /src/ptype-common.h | c16e75376dedc11b1635b8eb9afd92ca4820e901 | [] | no_license | earowang/vctrs | ff6704de55bb6ca9448471de0ec749ef43c0b7f1 | 671dd82c6af02a2cdc5b3b26795f521dfa199609 | refs/heads/master | 2020-05-28T09:41:58.097869 | 2020-05-04T17:11:05 | 2020-05-04T17:11:05 | 188,959,149 | 0 | 0 | null | 2019-05-28T05:21:43 | 2019-05-28T05:21:42 | null | UTF-8 | C | false | false | 138 | h | #ifndef VCTRS_PTYPE_COMMON_H
#define VCTRS_PTYPE_COMMON_H
SEXP vec_ptype_common_params(SEXP dots, SEXP ptype, bool df_fallback);
#endif
| [
"lionel.hry@gmail.com"
] | lionel.hry@gmail.com |
8d86d201d63e71291fd241643b034e33d542665d | 6edcaa111907f2b02e2224465a5a1e72eae15444 | /ngx_postgres-1.0rc3/include/server/utils/fmgrtab.h | ccec405b210ec46bf2d4f6af78a8e8f028f00162 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | caidongyun/nginx-openresty-windows | 31b89c47746f5c04fb9d0119e826079b969747fd | c60fbbda4ab86f9176255eed03b4ac06cb3c7b16 | refs/heads/master | 2016-09-10T01:08:36.088933 | 2015-03-27T03:36:48 | 2015-03-27T03:36:48 | 32,963,611 | 6 | 4 | null | null | null | null | UTF-8 | C | false | false | 1,220 | h | /*-------------------------------------------------------------------------
*
* fmgrtab.h
* The function manager's table of internal functions.
*
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/inclu... | [
"caidongyun@360.cn"
] | caidongyun@360.cn |
0877dcf01c718d8c21bf032c70f8b31624b04a14 | 52f62927bb096e6cbc01bd6e5625a119fb35c1c5 | /operators/LineSampler/LineSamplerViewerPluginInfo.C | 1ecdd9dbb4a76924a20843c23d66cf0c6562c646 | [] | no_license | HarinarayanKrishnan/VisIt27RC_Trunk | f42f82d1cb2492f6df1c2f5bb05bbb598fce99c3 | 16cdd647ac0ad5abfd66b252d31c8b833142145a | refs/heads/master | 2020-06-03T07:13:46.229264 | 2014-02-26T18:13:38 | 2014-02-26T18:13:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,990 | c | /*****************************************************************************
*
* Copyright (c) 2000 - 2013, Lawrence Livermore National Security, LLC
* Produced at the Lawrence Livermore National Laboratory
* LLNL-CODE-442911
* All rights reserved.
*
* This file is part of VisIt. For details, see https://visit.llnl... | [
"brugger@18c085ea-50e0-402c-830e-de6fd14e8384"
] | brugger@18c085ea-50e0-402c-830e-de6fd14e8384 |
ddd2a39f1af475cc136c21d79e76e5c64825fb20 | 5d97ae0ed6de18ca32d3245331c53cc42e249a14 | /LinkRider/Classess/Common/Constant.h | de9872ae021425a592aa54cbf111416e69b49b9a | [] | no_license | donka-s27/Taxi | 17c2557c7e79ae2e1d99d2646d38621baea6bd9a | b9ffeb30ff1e2a1f163adf1b2cce1e04ee60d2eb | refs/heads/master | 2021-06-05T18:40:12.601626 | 2016-11-04T11:16:36 | 2016-11-04T11:16:36 | 72,840,963 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,187 | h | //
// Constant.h
// LinkRider
//
// Created by hieu nguyen on 7/15/15.
// Copyright (c) 2015 Fruity Solution. All rights reserved.
//
#ifndef LinkRider_Constant_h
#define LinkRider_Constant_h
#define IS_DEMO NO
#define SHOW_TRANSACTION_HISTORY_KEY @"SHOW_TRANSACTION_HISTORY_KEY"
#de... | [
"torrent@Torrents-iMac.local"
] | torrent@Torrents-iMac.local |
1f0fc7720611dea71207d7a444dfb8f82b11a010 | 1143eb748eca91a9379f3abfe2c30b72d89ca861 | /Project_2/CODE/Events.h | 8be17dcd904a958170571e8346ee03cdacf2c8e6 | [
"MIT"
] | permissive | ducis/HCS | f1c411b138d5fc3b180e5e9ae834c01aee3411cb | 7cf2ff804427e26cf63cc618e878c7d33c48d7eb | refs/heads/master | 2021-05-16T03:15:48.528638 | 2019-03-12T05:06:58 | 2019-03-12T05:06:58 | 17,680,588 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,325 | h | /** ###################################################################
** Filename : Events.H
** Project : Project_2
** Processor : MC9S12XS128MAA
** Beantype : Events
** Version : Driver 01.04
** Compiler : CodeWarrior HCS12X C Compiler
** Date/Time : 2010-3-27, 16:51
** ... | [
"a"
] | a |
ec3777816f956dbb4302881f762842f6ab415e03 | 1f706061ec2272a4778652aca204a626ada53443 | /ulscompat/uls/uls_lf_swprintf.h | e2b8a60ac7bb15bd15e636dc57b82e301faeaa12 | [
"MIT"
] | permissive | link2next/uls | 665f7c1e1c96412b7a0b7ab0cf9147f4a5df32e1 | 03e13231e4b9b2be5b837a4951cafcdfa0dce82c | refs/heads/master | 2023-08-30T14:55:48.506601 | 2023-07-01T12:07:21 | 2023-07-01T12:07:21 | 140,125,242 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,182 | h | /*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or s... | [
"link2next@gmail.com"
] | link2next@gmail.com |
cdcc25e4e4e1c649267698d2f74cb4b21e44f50e | 29e4940ab12f2c12a7cbbf52706cb82696a965af | /source/pbm/pbmtoascii.c | 645f5b519a6b8f6ee32aa0bb8e14788db7d30891 | [
"MIT"
] | permissive | OS2World/APP-GRAPHICS-PBMPLUS | b167e1332ce68db106dcc91555c3b4c564f288ff | 35dd5292a2924deee9bcaa9f4eb1f1deac3d8525 | refs/heads/master | 2016-09-05T16:20:32.074051 | 2013-11-21T17:53:46 | 2013-11-21T17:53:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,648 | c | /* pbmtoascii.c - read a portable bitmap and produce ASCII graphics
**
** Copyright (C) 1988 by Jef Poskanzer.
**
** Permission to use, copy, modify, and distribute this software and its
** documentation for any purpose and without fee is hereby granted, provided
** that the above copyright notice appear in all copies ... | [
"martiniturbide@gmail.com"
] | martiniturbide@gmail.com |
06f1ac7cd5e8107111f0875725ed4a0ac897bbf0 | ee3efe55c39a3301c57ad47905d4e15589da123e | /src/builtins/env_builtins/unsetenv_cmd/unsetenv.c | 3cd5b85928d3bff02fce58d4310381a10d6d33e8 | [] | no_license | EruiDev/42sh | f1755bbdb334ffe999698ca6ebb0cc359a4eba96 | ab4028460484d731d4106324d749a35c878b14fe | refs/heads/master | 2022-12-06T01:37:11.897606 | 2020-08-25T13:42:40 | 2020-08-25T13:42:40 | 290,224,170 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 837 | c | /*
** EPITECH PROJECT, 2020
** PSU_42sh_2019
** File description:
** unsetenv related functions
*/
#include "42sh.h"
char **env_rm(char **env, char *name)
{
char **new_env = malloc(sizeof(char*) * (my_arrlen(env)));
int i = 0;
int new_i = 0;
int exclude = get_var(env, name);
if (exclude < 0)
... | [
"oriol.moles-teiga@epitech.eu"
] | oriol.moles-teiga@epitech.eu |
8562b27b589ac20f9ca57e168ed258fa8bb2fdef | 57edc09dbdd1fe857b2515cd57ee6890cc7cebe0 | /external/esp32_wifi_adapter/lwip_port/include/espdns.h | 59a62796f72ae87b407f1f2ae9f3c886bebba27c | [
"MIT",
"Apache-2.0"
] | permissive | chanijjani/tizenrt4esp32 | 1b299227406c94a3c7ebe81020d947dc26c001be | ddd4478dff7c58be52221697f535c7e075677905 | refs/heads/master | 2020-04-20T04:49:59.698558 | 2018-12-11T08:14:35 | 2018-12-11T08:14:35 | 168,639,476 | 0 | 0 | Apache-2.0 | 2019-02-01T06:49:58 | 2019-02-01T03:56:16 | C | UTF-8 | C | false | false | 46 | h |
void dns_clear_servers(bool keep_fallback);
| [
"qiang3.zhang@samsung.com"
] | qiang3.zhang@samsung.com |
63ef39d3865e9ac691b1896323466a96e640c127 | 190c2ad6c67f1c25550dbf9dd61085f4ad3cff50 | /bsp/oled.h | bbdd26a86d0ae9441e1d6960ce45e820967faaf3 | [] | no_license | LucasAlvaro-MEA/NXPCUP | 0a2ac4c2ccd2290671718b838a739c524fc76e77 | 328836069e6d9369a744135741af02efe065531d | refs/heads/master | 2023-01-07T02:34:35.026978 | 2020-11-07T15:59:57 | 2020-11-07T15:59:57 | 310,878,874 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,932 | h | /*
* oled.h
*
* Created on: 7 mars 2019
* Author: Laurent
*/
#ifndef OLED_H_
#define OLED_H_
#define SSD1306_LCDWIDTH 128
#define SSD1306_LCDHEIGHT 64
#define SSD1306_SETCONTRAST 0x81
#define SSD1306_DISPLAYALLON_RESUME 0xA4
#define SSD1306_DISPLAYALLON 0xA5
#define SSD1306_NORMAL... | [
"lucal711@student.liu.se"
] | lucal711@student.liu.se |
cde8a310c4c5b1dfda7acbfdff31eac555f2c9be | 734c535ec3e7ce569740355fd4c1584139b00e03 | /GreatCourtMacintoshWindows/BritishMuseum.h | af3f169eef627ca764cff2746b37fa338053142b | [] | no_license | 15831944/CPPExamples | 26be6cbdacc1b04ab31fe33d9e228ffcb6e70371 | 164d3f99943ec1e2f74fbb2e71bc503069aeab92 | refs/heads/master | 2023-03-21T12:34:31.785852 | 2017-03-30T17:51:41 | 2017-03-30T17:51:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,002 | h | //Written by Chris J K Williams, University of Bath, UK
//Note that the contents of this file do not have to changed in any way in moving from iPhone to Macintosh (or Windows)
int LineExists(int,int,int,int);
void Axial(int,int,int,int);
void Fresh(void);
void Function(double,double);
void AddVertex(int,int,int,GLfloa... | [
"b.kunwar@gmail.com"
] | b.kunwar@gmail.com |
4c616692c5ac4020c4ff155f72be4ffe00f04579 | 0c8d388d8c1d42c3cd8b82b49fa9be3dd1aea98a | /lec6/main.c | 6d9504550a32ee0775694c13f027be2655d95e2f | [] | no_license | baselrabia/C-iti-41 | 721d5c2ea58f7c773d938752be0f725734d595f0 | 48e7cb34769d8e9c3f305b5fdf837402dac9c21c | refs/heads/master | 2023-02-07T04:05:23.942264 | 2021-01-02T10:36:17 | 2021-01-02T10:36:17 | 326,159,574 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 788 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
int row ,col ;
int** ptr ;
printf("plz enter row:") ;
scanf("%d" ,&row) ;
printf("plz enter col:") ;
scanf("%d" ,&col) ;
ptr = (int*) malloc(row*sizeof(int)) ;
for(int i=0 ; i<row ; i++)
{
ptr[i] = (int*) malloc(col*sizeof(int)) ... | [
"baselrabia@gmail.com"
] | baselrabia@gmail.com |
8c10595d163d1b2ad1277083b331e6652d6a51a4 | 1efd2de8bf77ec00eb2fcaf5749278495946d920 | /src/vos/tests/wal_ut.c | 8273b387595b884a08560a3b8f7455d344544303 | [
"BSD-2-Clause",
"BSD-2-Clause-Patent"
] | permissive | daos-stack/daos | 6f55bf3061fd830d5b8d28506e1295e2d3a27c38 | ed5eed5df43a68571afe123132a743824c02637a | refs/heads/master | 2023-08-31T21:43:37.606145 | 2023-08-31T16:38:00 | 2023-08-31T16:38:00 | 69,390,670 | 631 | 300 | NOASSERTION | 2023-09-14T18:55:15 | 2016-09-27T19:21:29 | C | UTF-8 | C | false | false | 23,423 | c | /**
* (C) Copyright 2023 Intel Corporation.
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
#define D_LOGFAC DD_FAC(tests)
#include "bio_ut.h"
#include "../../bio/bio_wal.h"
static void
ut_mc_fini(struct bio_ut_args *args)
{
int rc;
rc = bio_mc_close(args->bua_mc);
if (rc)
D_ERROR("UT MC close failed. ... | [
"noreply@github.com"
] | daos-stack.noreply@github.com |
9897f3aefe0dcaf6b79b64ed2a79c808dbab6dc9 | 5b4312ddc24f29538dce0444b7be81e17191c005 | /autoware.ai/1.12.0/devel/include/autoware_msgs/ValueSet.h | 2d527861f9007f1c2bbf2938a52bab16e39b56b0 | [
"MIT"
] | permissive | muyangren907/autoware | b842f1aeb2bfe7913fb2be002ea4fc426b4e9be2 | 5ae70f0cdaf5fc70b91cd727cf5b5f90bc399d38 | refs/heads/master | 2020-09-22T13:08:14.237380 | 2019-12-03T07:12:49 | 2019-12-03T07:12:49 | 225,167,473 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 86 | h | /home/myr907/autoware.ai/devel/.private/autoware_msgs/include/autoware_msgs/ValueSet.h | [
"907097904@qq.com"
] | 907097904@qq.com |
38ed712f643047597cd75c6efb1d4fa1042086f1 | a349dcf59a0d25e0d5e91ee4cf122dec1338dd75 | /snake.c | f1e213e8d2fa8f34316153f3e1bfc7494b4a9177 | [] | no_license | ceccon-t/PromptSnake | 2e41699e3ad6d510982c2dd88f29109b9e1574c2 | 62ae6008e89965cf6e651706699722612eca1cbe | refs/heads/master | 2021-09-02T05:06:40.737246 | 2017-12-30T16:42:44 | 2017-12-30T16:42:44 | 115,808,587 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,403 | c | #include "snake.h"
// inicizaliza_snake
/*
Inicializa a estrutura da cobra e faz o desenho inicial na tela.
*/
void inicializa_snake(SNAKE *p_snake, int tamanho, char cenario[LINHAS_CENARIO][COLUNAS_CENARIO]) {
int i;
p_snake->tamanho = tamanho;
p_snake->direcao = 'd';
textbackgro... | [
"ceccon.t@hotmail.com"
] | ceccon.t@hotmail.com |
25e02bfd5be9499001a807e6018f24c754b8fc2b | 1b07177d7e4dffdd944c455023d9924dccd546c8 | /scripts/Analysis/blist-1.3.4/_blist.c | 7efb6819af6fda8c32b21786bcfd2590b93c4560 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | ChengduoZhao/ocr | 0c61c7472073567cf48b73abf8e4f4832d259b7d | d687b140e954482d4cd5ac0579d571aa07b32343 | refs/heads/master | 2021-01-16T21:29:34.381485 | 2014-02-06T15:17:09 | 2014-02-06T15:17:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 245,498 | c | /* Copyright 2007-2010 Stutzbach Enterprises, LLC
* daniel@stutzbachenterprises.com
*
* 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
* ... | [
"romain.e.cledat@intel.com"
] | romain.e.cledat@intel.com |
4bef0521db5e27be49c34824c6e5045a0546856b | 5e3334b103a6cb75b9fab8f0910d4dc8fcb5b43c | /src/object.h | 1b94d035757e79d73b2a5c86f9fdc2ff26bafe9b | [
"MIT"
] | permissive | FeepingCreature/jerboa | 106120a2efcfd2b009a665e1d556c6fba7a75536 | 31345634aece88a29fcb866a1c53a08e9d61a745 | refs/heads/master | 2020-05-22T04:35:25.352421 | 2018-08-17T14:01:56 | 2018-08-17T14:02:07 | 59,875,127 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,107 | h | #ifndef JERBOA_OBJECT_H
#define JERBOA_OBJECT_H
#include <time.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <stdbool.h>
#include "core.h"
#include "hash.h"
#include "util.h"
#include <rdparse/util.h>
#include "vm/vm.h"
#include "vm/instr.h"
#include "static_keys.h"
void *cache_alloc_uninit... | [
"default_357-line@yahoo.de"
] | default_357-line@yahoo.de |
c8714f37d37fdea101e76c048541981f4ac5ebef | 9dc245ab12ccd7f7e2714ec6d92ae343c9fa107f | /src/common/include/proto/802.11e.h | 4d16f5ced1c8857cef4f227b2420e0f0b11c3510 | [] | no_license | huangweiqing80/dhd_rel_1_206_43569 | f46ba48a82389bbbd29e2dc58147358e29217e1b | 8a0a913445b2a3d2599c73caba7004fcc8a0a4ee | refs/heads/master | 2021-09-01T12:49:06.841622 | 2017-12-27T03:01:13 | 2017-12-27T03:01:13 | 115,475,331 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,687 | h | /*
* 802.11e protocol header file
*
* Copyright (C) 2014, Broadcom Corporation. All Rights Reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all c... | [
"frank2060@gmail.com"
] | frank2060@gmail.com |
84ac61c6ef13d57e4331cb91cd681e534dbcd695 | b4b29ca2e0290d7773fef622b35d8ae4a0ccff60 | /Source/LinearAlgebraAdditions.h | 88ebc8031ddf15d8f3a0137ab31785d3c4dfc687 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | yangliufx/touch-prediction | 6788a93737d30cc1d0d83aab715d0ffd349ac4a2 | 197715d8662f5f78a295341c9208ead92cca0821 | refs/heads/master | 2023-03-15T05:04:17.355462 | 2017-01-19T21:14:21 | 2017-01-19T21:14:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 943 | h | // Douglas Hill, May 2015
@import Accelerate;
@import Foundation;
/**
@brief Returns a string representation of a linear algebra matrix or vector.
@param object The linear algebra matrix or vector.
@return A string representation of @c object.
*/
NSString *LAObjectDescription(la_object_t object);
/**
@brief An ... | [
"hello@douglashill.co"
] | hello@douglashill.co |
881dcd8e9a4c93a1f5b2f96aa973ee085d17a536 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/ec8ecd6e-3b3d-4d14-9890-f7930ad725f4.c | 90d7fce264bd8afa5cc9c56d5482f457ada90868 | [] | 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 | 575 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=10;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = l%j;
l = l%j;
j = i-j*i;
//variables
/* START VULNERABILITY */
int a;
long b[87];
long c[66];
a = 0;
while (b[( a - 1 ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
6c7dcca4e0a2a5a9dfb19c1383917032ba00c911 | 36f0d29b9241324b20e045c3db99ca5c75c65c81 | /0x02-functions_nested_loops/9-times_table.c | d19e106cfc1c5a599727c28593b967d9befd1f4b | [] | no_license | JHS1790/holbertonschool-low_level_programming | ecf279e6cba254f1991a3dd8a317b3c79dacd22a | dfe30add564cb9ee456197f742f29f0f718dd392 | refs/heads/master | 2023-02-21T09:28:33.224738 | 2021-01-14T17:45:37 | 2021-01-14T17:45:37 | 271,328,620 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 473 | c | #include "holberton.h"
/**
* times_table - ends my sanity with the click of a button!
* Return: void
*/
void times_table(void)
{
int a = 0, t = 0, l = 1, c = 0;
int f, s;
while (l <= 10)
{
_putchar('0');
while (c <= 8)
{
t = t + a;
f = (t / 10);
s = (t % 10);
_putchar(',');
_putchar(' ');
... | [
"1790@holbertonschool.com"
] | 1790@holbertonschool.com |
b37c59b39b561b4e6adf57a8cd40e369680ba13d | 0f796164fd575b168d59e94cb3f0ae9ed766ed4d | /mm-camera2/media-controller/modules/sensors/chromatix/0301/libchromatix/chromatix_skuab_shinetech_s5k4e1/preview/chromatix_s5k4e1_preview.c | 8e5fa40de4fb5d64eb0db48e002c642ceb6dd490 | [] | no_license | zoggn/proprietary_qcom_mm-camera | 02b30f42ae3783e2bf893d7e5342baec6f128251 | 44c4e4b282afac08839088395902fb811fc30d3d | refs/heads/master | 2021-01-25T11:49:11.462639 | 2017-06-10T15:13:59 | 2017-06-10T15:13:59 | 93,947,251 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 962 | c | /*============================================================================
Copyright (c) 2012-2013 Qualcomm Technologies, Inc. All Rights Reserved.
Qualcomm Technologies Proprietary and Confidential.
============================================================================*/
/*============================... | [
"kurkov.nikita@gmail.com"
] | kurkov.nikita@gmail.com |
ab39e403d08fcec56db04bb8a7eb74c9e7bc00e2 | dbbd6d5158c02293646cc2c3f3f69b97a0436a2c | /Microchip/PIC32CZ-CA80_DFP/1.2.150/CA80/include/component/osc32kctrl.h | 041b5619205e1017944f20e8ba5be490cf83fabb | [
"Apache-2.0"
] | permissive | Microchip-MPLAB-Harmony/dev_packs | 7db4dbb0d0198e21f0b0797cf935032ed402d8f3 | f2408856cf6379db7750aa7c67fe12ff676e621e | refs/heads/master | 2023-08-27T18:15:04.733933 | 2023-06-09T15:38:43 | 2023-06-09T15:38:43 | 161,400,334 | 14 | 11 | null | 2022-02-28T00:39:02 | 2018-12-11T22:11:24 | Roff | UTF-8 | C | false | false | 31,142 | h | /*
* Component description for OSC32KCTRL
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
*
* Subject to your compliance with these terms, you may use Microchip software and any derivatives
* exclusively with Microchip products. It is your responsibility to comply with third party license
... | [
"thibaut.viard@microchip.com"
] | thibaut.viard@microchip.com |
6982c31886a3388e56e252dc8f87b8dcbeff5f9b | 81a702f3f0f7bf45ca05fb5e9ca2e9aa870b44fd | /shutdown.c | a01a9adaf4685b5e3b23b1eaa467046553aa6ff1 | [
"MIT"
] | permissive | mmaxBA/SlimeOS | 3c70aa2ca5108070037ccd72886169436d861c88 | d9ad4adec9f3c812c41c486ce9390b0e083cd53e | refs/heads/master | 2020-04-16T22:17:14.173894 | 2019-05-14T05:11:33 | 2019-05-14T05:11:33 | 165,961,040 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 117 | c | #include "types.h"
#include "stat.h"
#include "user.h"
int main(int argc, char ** argv){
shutdown();
return 0;
} | [
"a01228858@itesm.mx"
] | a01228858@itesm.mx |
1bf1ff6c66e90e444bcd59401e79e14c5d4418c1 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/net/caif/extr_cfctrl.c_cfctrl_req_eq.c | 5a45d7d6faab479ee5b17d0659e9b27f38666e5c | [] | 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 | 891 | 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 |
d65d3c622c4b09ba0098f76bc7672c96be479692 | 1be4df0d5ce609f04594ea91a516733a43e437d2 | /config.h | a0057f1c966b8b8aefea4f7f3e81af56ba5b43a2 | [
"BSD-2-Clause"
] | permissive | bkoropoff/sfcusb | d3122906f1752d0bd46e0b702f76e2f957244707 | 30c0d162815a8acfe7bcee495dc762354e8efced | refs/heads/master | 2021-11-26T19:39:30.929317 | 2021-08-01T03:32:16 | 2021-08-01T03:32:16 | 113,824,382 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 81 | h | /* Comment this out to disable virtual buttons */
#define CONFIG_VIRTUAL_BUTTONS
| [
"bkoropoff@gmail.com"
] | bkoropoff@gmail.com |
9dc8e7168171e39c0293d9235f56077f01f1f620 | a845f7bbec4ca4e4bce6a0dea14589d8fddabf34 | /croviewer/croviewer/resource.h | 6fa7d08be6464f136f92f2e19c305f1aefb6f1b8 | [] | no_license | fuxx/croviewer | 23a735c276903333220aaed3fdfb97f436adbfa4 | d301003735ed1f7b6d664531d11681f7ee5b0a3e | refs/heads/master | 2021-01-20T18:16:20.389718 | 2016-08-16T19:39:36 | 2016-08-16T19:39:36 | 65,848,329 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 447 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by icon.rc
//
#define IDI_ICON1 102
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 103
#define _APS_NEXT_COMMAND_V... | [
"mail@stefanpopp.de"
] | mail@stefanpopp.de |
92b54353c1493c9ca3826bf2c0c0744479aac8c0 | 519118d046088c268e3ca33f8b6deea27ff9a825 | /funciones.c | 528ee0a05ebee0002a294b8a897fe05162931a50 | [] | no_license | GeraldineSchaab/laboratorio_1_tp | 2dc78e491cfdda3494e5889a7e9651bc2dd29404 | 66e1c22666c3649f2b7c071228385d8e9a7d838c | refs/heads/master | 2021-01-23T20:26:33.469193 | 2017-09-08T12:56:54 | 2017-09-08T12:56:54 | 102,859,968 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 797 | c | #include <stdio.h>
#include <stdlib.h>
#include "funciones.h"
float sumar(float n1,float n2)
{
float resultado;
resultado = n1+n2;
return resultado;
}
float restar(float n1, float n2)
{
float resultado;
resultado = n1-n2;
return resultado;
}
float dividir(float n1,float n2)
{
... | [
"noreply@github.com"
] | GeraldineSchaab.noreply@github.com |
c0c937512cb4b7ae5f35b312bc854b86510b2f06 | 0801b8ceb2c4c0f8c0f186f0fcb76256b48edcce | /trees/traverse.h | 90282cc3fa11cc7b4524c2dfbe6e4846bda81dc9 | [] | no_license | akshitasingh0706/data_structures_ucsd | 3f214b5b3224974a75d840c1815af65ea6682f0c | 2a15a288879d6f6a2be2e435c722527f439077a6 | refs/heads/main | 2023-08-06T18:02:27.957591 | 2021-09-17T06:24:47 | 2021-09-17T06:24:47 | 407,423,863 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 285 | h | /*
* traverse.h
*/
#ifndef TRAVERSE_H
#define TRAVERSE_H
#include "bitree.h"
#include "list.h"
/* Public Interface */
int pre_order(const BiTreeNode *node, List *list);
int in_order(const BiTreeNode *node, List *list);
int post_order(const BiTreeNode *node, List *list);
#endif
| [
"noreply@github.com"
] | akshitasingh0706.noreply@github.com |
f04f268b32518e49f4a1ef0b27a9f346db611a53 | c4b885f219666c50cc0ef1bd86718ea291131bcf | /C++ (Atmel Studios)/KernelSP13/KernelSP13/Kernel.h | 70f64135e57575e5c69eb0eab84ba2c98b09b1c6 | [] | no_license | JacobSeibel/OldSampleCode | e28d8a25b7e4a351f95e88731cb25503cf8d5021 | 67afa74391402f06049dd1b370432f71edc2de72 | refs/heads/master | 2020-04-10T14:02:45.617768 | 2013-08-04T23:05:28 | 2013-08-04T23:05:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,616 | h | /*
* Kernel_SP13.h
*
* Created: 3/21/2013 11:23:19 AM
* Author: efb
*/
#ifndef KERNEL_SP13_H_
#define KERNEL_SP13_H_
typedef unsigned char byte;
#define MAX_THREADS 8
#define T0_STACKSIZE 128
#define T1_STACKSIZE 128
#define T2_STACKSIZE 128
#define T3_STACKSIZE 128
#define T4_STACKSIZE 128
#define T5_STACK... | [
"seibelja@appstate.edu"
] | seibelja@appstate.edu |
353d0ee8228a2c9a23835a89dbbcf62e4299cf69 | 2e6058f7a51a06c94624c225a7651c186570ea8d | /buffer_overflow.c | 5ab00d33ad69734ba6b01b1f3bda9382e0e720ee | [] | no_license | dlichtb/Networking_Attacks | 02b9b396d4fd869c4a3715c7e113abee734312dd | 18d46abab2ec587d383a1e089ae29a145c2211bb | refs/heads/master | 2020-04-25T11:32:46.257921 | 2019-02-26T18:39:50 | 2019-02-26T18:39:50 | 172,747,891 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,149 | c | #include <stdio.h>
#include <string.h>
# Taken from "HACKING: The Art of Exploitation"
# - Chapter: 3 - Exploitation - Pg.119
### Copies 10bytes from the 1st command-line argument into "buffer_two", which only has 8bytes allocated for it
int main(int argc, char *argv[]) {
int value = 5;
char ... | [
"noreply@github.com"
] | dlichtb.noreply@github.com |
54c8c74b19f33ebcc6c809b750da52ee395b5c02 | 5d417f03f724f4e23000f28cd629c92bc9297a23 | /avr32/drivers/pevc/example1/conf_clock.h | 6d13a72f01a2b6cafd61b7d0224631418fcac2ab | [] | 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,121 | h | /**
* \file
*
* \brief Atmel Development Board Clock Configuration (ASF)
*
* 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 followi... | [
"robksawyer@gmail.com"
] | robksawyer@gmail.com |
c8d529c00ccef500e35f8445bea84b2994463cc6 | d22637a03505b989dc4cda1d8991bfcb553833cd | /src/mapa.c | d84017ff6b3a48d2c3bbccf1858b7281c7b2ece9 | [] | no_license | nicolasddm/trab1-IA | 2a6a86d7cfdca95f8988fb9bc45c6418a3da010e | 8b88c5530f931e2e3f77a98f082d3a5d57201167 | refs/heads/master | 2023-06-30T01:09:44.589652 | 2021-08-08T03:12:14 | 2021-08-08T03:12:14 | 389,454,688 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,496 | c | #include "mapa.h"
#define MAXT 1000100 // defino o limite de tamanho como 1000100
int **alocaMapa(int linhas, int colunas){
// aloca um vetor de n ponteiros para linhas
int **mapa = malloc(linhas * sizeof(int*));
// aloca um vetor com todos os elementos da mapa
mapa[0] = malloc(linhas * colunas * size... | [
"nicolasdenckerdemarco@gmail.com"
] | nicolasdenckerdemarco@gmail.com |
11bdfe45f70cc1f1ac4f21f25d7afc0c30bc6cbd | 44569d9c930edb0123c48541d19b5bfa19ffdd3a | /complete/141.linked-list-cycle.c | 0ff486a13e765779212646bee7ce843ac71d7401 | [] | no_license | HC-Chang/LeetCode | 1b45a52e2c6c7235d28281d74631f032b3915284 | e0f50789b95b46025a5b16800bc9e3fd59439043 | refs/heads/master | 2023-08-16T20:31:59.662222 | 2023-08-16T16:02:19 | 2023-08-16T16:02:19 | 148,348,757 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 547 | c | /*
* @lc app=leetcode id=141 lang=c
*
* [141] Linked List Cycle
*/
// @lc code=start
/**
* Definition for singly-linked list.
* struct ListNode {
* int val;
* struct ListNode *next;
* };
*/
bool hasCycle(struct ListNode *head)
{
struct ListNode *fast = head;
struct ListNode *slow = fast;
... | [
"student0804@gmail.com"
] | student0804@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.