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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2148fedfa487c1a25980214247c5cae3a075edd3 | 1beeeb737193efc4e53f2764f01c7bb748f08b22 | /lisa.h | c33cc253ecb2ecd6b4e93ca6362f2e18ef76d0e3 | [] | no_license | Fab7c4/cletus | 1d5ac6e5ff48d706a48787ed5ff6bd194d43abe4 | 333b8bb7e79dff945445b2f843134c7f20588628 | refs/heads/master | 2021-01-14T12:27:35.499832 | 2015-02-15T14:28:26 | 2015-02-15T14:28:26 | 19,957,753 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 237 | h | #ifndef LISA_H
#define LISA_H
int lisa_open_connection(void);
void lisa_close_connection(void);
int lisa_read_message(int* exit);
int lisa_init_message_processing(unsigned char* buffer);
int lisa_flush_buffers(void);
#endif // LISA_H
| [
"fab7c4@t-online.de"
] | fab7c4@t-online.de |
5e52d62d38e179a5b47e8fcef0abf518cd9a7f64 | 7c11956bedf13b0143bc4d7f0a0480daa3d5a6f3 | /KikkawaToolAndExampleData/source/class_definition/class_definition.c | bc20bf0e5ead915cbdd31ebe250ef52be62d63b7 | [] | no_license | HirokiTachiyama/BWDMwithGUI | 22ba216c3e5f8e27e26cf8aaabcb0c59ef434696 | 867cab168ea85dda30228dddc7d9c5827bc4978f | refs/heads/master | 2020-12-24T07:03:13.547526 | 2017-05-25T04:31:23 | 2017-05-25T04:31:23 | 73,382,968 | 1 | 0 | null | 2017-05-25T04:31:23 | 2016-11-10T13:07:18 | Java | UTF-8 | C | false | false | 3,558 | c | #include "../header_for_make_decision_table_from_vdm.h"
#include "header_for_class.h"
#define THIS_FILE_NAME "./class_definition/class_definition.c"
static class_list class_root;
static class_list *index_class = NULL;
void add_new_class_definition();
char *get_class_name();
void make_new_class_definition_node();
voi... | [
"hirokitachiyama@gmail.com"
] | hirokitachiyama@gmail.com |
2f4ddcb7e37cb7bacb994516ff9d09cd85c529c5 | 76cb6d156e27117d3c021aa660814a8e7b9f66f6 | /C++ Code/C study/上机课代码/2017-11-01 上机课/5.2.c | ce550cb29b4848f58e46e263f08a861edbef014a | [] | no_license | CCP101/CPP_Learning_Code | 8258023d726768cb2c7972b12562675703ce706e | ffb95854d001c85129609bf0d930aab31a02935b | refs/heads/master | 2021-04-09T14:39:21.362079 | 2020-12-11T13:14:48 | 2020-12-11T13:14:48 | 125,634,540 | 0 | 0 | null | 2018-04-30T01:32:48 | 2018-03-17T13:58:39 | C++ | UTF-8 | C | false | false | 231 | c | #include<stdio.h>
#include<math.h>
int main()
{
int n,i,count=0;
double k;
for(n=500;n<=1000;n++)
{
k=sqrt(n);
for(i=2;i<n;i++)
if(n%i==0)
break;
if(i==n)
count++;
}
printf("count=%d\n",count);
return 0;
}
| [
"liwentao0523@hotmail.com"
] | liwentao0523@hotmail.com |
bb704e5bc8f6467a84ff71b5d82ab2c6546b508e | 36d74fea9ed9eb90221e24e5ceb25c84d784bbd0 | /src/utils/string.h | 3aba4262bdf6d54aed509e10dae21d4db72a9797 | [] | no_license | xavierbaez/scim | bbd0841a67cf531ad1b62c3bc54a92d04b1ad564 | 93889eeb4dbec95320f9c23cc9488380b77cf0ba | refs/heads/master | 2021-05-29T15:13:51.002068 | 2015-08-24T08:56:50 | 2015-08-24T08:56:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 488 | h | int del_char(char * str, int posicion);
int del_range_chars(char * str, int d, int h);
int add_char(char * str, char c, int posicion);
void subst(char * s, char from, char to);
int is_idchar (int d);
int str_in_str(char * s, char * b);
char ** split(char *string, const char delimiter, int lastnull);
char * ltrim(char *... | [
"scim.spreadsheet@gmail.com"
] | scim.spreadsheet@gmail.com |
781affe57c64cd45bdd3a366da74cb93f86eab2c | d5daa12179a49896643a6571815d736a970c52f5 | /mirf.c | 2e5a65639c5c4160891539bd53dcd04f823b829d | [] | no_license | cosmosgenius/RF24 | 89d025fa99f7fe3ab1763ea4e84bb1ef8c0dbddf | 6e7e9a9bd111c95686538b8a9d86d5d64e887287 | refs/heads/master | 2016-09-05T13:07:41.934435 | 2014-11-18T13:53:01 | 2014-11-18T13:53:01 | 26,811,360 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,450 | c | /*
Copyright (c) 2007 Stefan Engelke <mbox@stefanengelke.de>
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 ... | [
"cosmosgenius@gmail.com"
] | cosmosgenius@gmail.com |
56124d591b4b3aad7dcb721f59c3bd9972c257ce | d69553dc406e672ff2acf857db56ea9fe1beba6a | /haskell/bank-account/.stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/test/autogen/cabal_macros.h | 2314614bd7b317a7c219fb7a4b71718f44de5268 | [] | no_license | guilhermehas/exercism | 86fef09dc9bd02d42b4eebbc520523c0e5b77366 | 55b6ab7632ef8431deccb7e42f099392d9bd76ca | refs/heads/master | 2020-03-27T06:49:03.296627 | 2019-03-09T15:14:03 | 2019-03-09T15:14:03 | 146,137,742 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 6,313 | h | /* DO NOT EDIT: This file is automatically generated by Cabal */
/* package bank-account-0.1.0.3 */
#ifndef VERSION_bank_account
#define VERSION_bank_account "0.1.0.3"
#endif /* VERSION_bank_account */
#ifndef MIN_VERSION_bank_account
#define MIN_VERSION_bank_account(major1,major2,minor) (\
(major1) < 0 || \
(maj... | [
"guilhermehas@hotmail.com"
] | guilhermehas@hotmail.com |
9b454ecdc33627189f2ca7de40cde030b988f42d | 2ba9f8cb53d6d846031d34298beab4cea9848a89 | /Firmwares/M058S/Library/Device/Nuvoton/M058S/Source/system_M058S.c | 25b2a9ca903a698b20b0e06b90f9c259ac0cd1b1 | [] | no_license | qq516333132/ISPTool | 4df1680b454688d4a1cbc946834e80dc77cf410e | 659d5df050acd3715818eb05026f8c5804681fef | refs/heads/master | 2020-04-26T03:07:52.745032 | 2019-02-27T01:10:08 | 2019-02-27T01:15:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,009 | c | /**************************************************************************//**
* @file system_M058S.c
* @version V2.00
* $Revision: 1 $
* $Date: 14/12/18 5:43p $
* @brief M058S Series System Setting Source File
*
* @note
* Copyright (C) 2011 Nuvoton Technology Corp. All rights reserved.
*
***********... | [
"ccma@nuvoton.com"
] | ccma@nuvoton.com |
88c2d5d72749838503f67229ef9e6404226d0005 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/net/ethernet/stmicro/stmmac/extr_dwmac-rk.c_rk3228_set_rgmii_speed.c | 7c0e1ca5538951579032b2d8c093f9d337dacca6 | [] | 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,571 | 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 |
9ca36a976e46b44cfcd94deb3ab9ac0831b57c68 | fe3fe968f8896b8b123bf1c0ed3351d49a779345 | /src/module.h | 4b2143c5c31fe49aebda191cd74207d89d3b39b5 | [] | no_license | oddkk/stage | c8a2d8d96bcb1681fefabe27e2980c53d9450f89 | 40324fa3eb47d14e7a3326d0169c86cd793be832 | refs/heads/master | 2022-07-09T23:13:43.861635 | 2020-08-05T16:23:53 | 2020-08-05T16:25:39 | 145,001,876 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,908 | h | #ifndef STAGE_MODULE_H
#define STAGE_MODULE_H
#include "vm.h"
#include "atom.h"
#include "objstore.h"
struct stg_module;
struct ast_module;
struct ast_node;
enum stg_module_lifetime {
STG_MOD_LIFE_PRE_COMPILE = 0,
STG_MOD_LIFE_COMPILING,
STG_MOD_LIFE_INIT,
STG_MOD_LIFE_IDLE,
STG_MOD_LIFE_RUNNING,
STG_MOD_LIFE_... | [
"okknor@gmail.com"
] | okknor@gmail.com |
bc51f54213db94799dd21e7b511c093142b795b8 | 0c4c892501ce4af529f88635f07251f9eb45a84f | /software/arduino-1.8.13/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/MEMORY/CTRL_ACCESS/ctrl_access.h | 358bf65897cfdef5b61c84898d376cb7da91fd70 | [
"BSD-2-Clause-Views",
"BSD-2-Clause",
"LGPL-2.1-or-later"
] | permissive | abstractguy/TSO_project | 96ea41354218f91512fd2ca3f7f6eae34d95e914 | 1130e6fb081d1486ff15339a9757c46a927a2965 | refs/heads/master | 2022-11-27T08:39:37.007467 | 2021-06-04T20:04:59 | 2021-06-04T20:04:59 | 205,178,534 | 1 | 3 | BSD-2-Clause | 2022-11-22T07:12:47 | 2019-08-29T14:08:38 | C | UTF-8 | C | false | false | 9,850 | h | /* This header file is part of the ATMEL AVR-UC3-SoftwareFramework-1.7.0 Release */
/*This file is prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief Abstraction layer for memory interfaces.
*
* This module contains ... | [
"nomfullcreatif@gmail.com"
] | nomfullcreatif@gmail.com |
780117a84114b51a336cfdff96818349e9165f32 | 95c21bdcf9ccb24179d7c1855ef9086c8c79c309 | /libft/ft_putnbr_fd.c | a40c78cbc3e6b34cf377dc552254dc083a0a77f3 | [] | no_license | slarrana/proyects | cdf802e792b99359671290a93d4471679454173a | 75c09ce9731d3b1a00064c306e215099bf73064a | refs/heads/master | 2023-04-30T14:10:18.929942 | 2021-05-24T19:45:17 | 2021-05-24T19:45:17 | 303,781,539 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,120 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putnbr_fd.c :+: :+: :+: ... | [
"59966000+slarrana@users.noreply.github.com"
] | 59966000+slarrana@users.noreply.github.com |
cc25c2798093e4697c5353ce81175a32877c0646 | 4cbc8b81d197bc392d1b57856254300331b9738f | /python/fetch/lib/python3.11/site-packages/lxml/lxml.etree_api.h | 285ae2e6bc19957a8445321187345fcccfaeb00b | [
"MIT",
"Apache-2.0"
] | permissive | vcatafesta/chili | 87b9606f17cda645ba44cbf2bb4cc4637e18d211 | 5c734ac88454db76eb2f4e92c13364a5bbc7a93a | refs/heads/main | 2023-09-01T01:39:09.457448 | 2023-08-29T21:23:28 | 2023-08-29T21:23:28 | 171,972,556 | 2 | 2 | null | 2019-02-22T01:38:49 | 2019-02-22T01:26:46 | null | UTF-8 | C | false | false | 17,856 | h | /* Generated by Cython 0.29.36 */
#ifndef __PYX_HAVE_API__lxml__etree
#define __PYX_HAVE_API__lxml__etree
#ifdef __MINGW64__
#define MS_WIN64
#endif
#include "Python.h"
#include "lxml.etree.h"
static struct LxmlElement *(*__pyx_api_f_4lxml_5etree_deepcopyNodeToDocument)(struct LxmlDocument *, xmlNode *) = 0;
#define ... | [
"vcatafesta@gmail.com"
] | vcatafesta@gmail.com |
15ffcaa5ad23f5ad5d3e5b90f346dc43ed241165 | 49fc9092d53d1c06843986e57cf3b7e63007acdf | /include/eventmusic.h | bd688aa5bec9cc235ac983cdf569a4e520c54e96 | [] | no_license | ptitSeb/freespace2 | 8615e5c55b9a19bdf280bc0e0b164f9e33640045 | 500ee249f7033aac9b389436b1737a404277259c | refs/heads/master | 2020-09-20T19:13:59.618314 | 2019-01-02T10:51:59 | 2019-01-02T10:51:59 | 67,286,355 | 9 | 3 | null | null | null | null | UTF-8 | C | false | false | 7,435 | h | /*
* Copyright (C) Volition, Inc. 1999. All rights reserved.
*
* All source code herein is the property of Volition, Inc. You may not sell
* or otherwise commercially exploit the source or things you created based on
* the source.
*/
/*
* $Logfile: /Freespace2/code/Gamesnd/EventMusic.h $
* $Revision: 307 $
... | [
"sebastien.chev@gmail.com"
] | sebastien.chev@gmail.com |
3d52c71f1a5058f4943ef23884b29f7b8f5412d5 | 8f51cac89b4ee019c137cb9f753d0c008d71f6b8 | /backend/libjit/code/event.h | a2ea8d62d616c82973d453e27693212edbc33a10 | [] | no_license | fennecdjay/gwion-jit | 5c08d040e838587a52f301701228ff2146756169 | 0cfab9dcec6d3780b3ed5b53797bc758ea479f85 | refs/heads/master | 2020-04-02T00:23:32.849665 | 2018-12-14T00:46:32 | 2018-12-14T00:46:32 | 153,802,295 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 678 | h | #include <string.h>
#include "jit/jit.h"
#include "gwjit_common.h"
#include "jitter.h"
#include "cc.h"
#include "sig.h"
#include "code.h"
#include "code/func.h"
JIT_CODE(EventWait) {
push_reg(cc, -SZ_FLOAT);
CJval obj = JLOADR(cc->reg, -SZ_INT, void_ptr);
cc_check(cc, obj, "NullEventWait");
cc_remove(cc, 0);
... | [
"astor.jeremie@wanadoo.fr"
] | astor.jeremie@wanadoo.fr |
785009f2b47ab82155bb032d0672425c5ef4895b | 3f5022154cbec1bb4643a50316e297f979b53184 | /gcc-7.4.0-amd64/usr/lib/gcc/x86_64-astraeus-linux-gnu/7.4.0/plugin/include/config/i386/linux-common.h | b79f82c8c20c9ec9aa7de45035f825e6ecc92b5b | [] | no_license | ahyangyi/astraeus-toolchain-binary | 45b011d3a247e67fa86f0572a183dca3fbf6abd5 | 4c56bf133c52ddba4e357d39fc13b2755dce0583 | refs/heads/master | 2020-07-31T06:35:10.026719 | 2019-09-25T15:12:19 | 2019-09-25T15:12:19 | 210,516,474 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 129 | h | version https://git-lfs.github.com/spec/v1
oid sha256:0aebc4f471ae1b1e7f3dcf14c4d72cb2656f4f00580868228caa0e1fb38457df
size 3884
| [
"ahyangyi@gmail.com"
] | ahyangyi@gmail.com |
0222e8497c499675fdffc580ddc8cf2e1cba3f4c | 39b1d89aec8163634ca39493c9e82f91458a3ef8 | /readline/hundle_pressed_key.c | 713d521a07df221f24ebac932f0bd615518132e8 | [] | no_license | Ymarji/Mininishell | 1db03fab5ee6ebc2b7e867a3f45ce813239365ab | c908ad6eea435a139fbea396c0bf47936eda9569 | refs/heads/master | 2023-04-18T14:06:12.882568 | 2021-05-04T16:24:16 | 2021-05-04T16:24:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,574 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* hundle_pressed_key.c :+: :+: :+: ... | [
"moharras@e1r8p3.1337.ma"
] | moharras@e1r8p3.1337.ma |
449187ad29e80d3840e1d37c89600ba606154aa8 | eb52073d0ebdecdd16f535f73b7e809ccaf55662 | /Projects/P-NUCLEO-WB55.Nucleo/Examples/FLASH/FLASH_EraseProgram/Inc/main.h | 4890cfff646c356ae5451982f5b0c5f886016a67 | [
"MIT",
"BSD-3-Clause"
] | permissive | yunushkin88/DreGate1 | d9fbee69b8ff6c2eb305397a4e3e8a7bf3b87166 | b9de509cdbf8da2d3e62fb8ac77a03f706f44311 | refs/heads/master | 2023-08-29T04:15:39.922522 | 2021-11-07T20:58:06 | 2021-11-07T20:58:06 | 425,605,273 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,564 | h | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file FLASH/FLASH_EraseProgram/Inc/main.h
* @author MCD Application Team
* @brief Header for main.c module
******************************************************************************
* ... | [
"ali.labbene@st.com"
] | ali.labbene@st.com |
84891539a2ae722fc1a2f2f3fce5363a2421ef76 | 0682210446522de8ce4f5f30c695f3ca5fdd1e9e | /test2.c | 6bd20f48e55e29adacbb76691ac3b1a96e81eb5e | [] | no_license | zgliuyang/test | 2ba09d955a3159390e47ffa72a9b7104829308d0 | 55c024128e4edd38c70e4e8c414950eb12bc31a1 | refs/heads/master | 2020-07-03T11:46:59.495603 | 2020-03-30T15:59:56 | 2020-03-30T15:59:56 | 201,895,580 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 92 | c | #include <stdio.h>
int main(int argc, const char *argv[])
{
printf("456\n");
return 0;
}
| [
"354587339@qq.com"
] | 354587339@qq.com |
f18d5a6e8d0f9de8c93d0e9ec346e2099ec75732 | 3b78678ce0814de5918ebfb39eee90730debf529 | /DLL.c | 11c921388f36861b15f3c11237861afa430aeca9 | [] | no_license | naahire/C-Programs | 831182a3f3f69bc4ddba4782af6e4d2aaa6ed290 | a39613325863291b3222c6cd7cce0c440b1e1aed | refs/heads/master | 2023-02-12T19:01:46.217045 | 2020-12-30T05:48:42 | 2020-12-30T05:48:42 | 263,407,750 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 400 | c | #include "Doubly_linke_list.h"
#include <stdio.h>
#include <malloc.h>
int main()
{
struct node *head=NULL;
//head=(struct node *)malloc(sizeof(struct node));
int pos,ch;
do
{
printf("1.Create\n2.Display\n3.Insert\n4.Exit\nEnter your Choice \n");
scanf("%d",&ch);
switch(ch)
{
case 1:head=create(head);
break;
case 2: d... | [
"noreply@github.com"
] | naahire.noreply@github.com |
185a36b3f21dfa27b46f3547a671108420ff7641 | 5b4312ddc24f29538dce0444b7be81e17191c005 | /autoware.ai/1.12.0/devel/include/vector_map_msgs/WayAreaArray.h | 2d5505dec289f0f3466c20231f605701c6ef1c57 | [
"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 | 94 | h | /home/myr907/autoware.ai/devel/.private/vector_map_msgs/include/vector_map_msgs/WayAreaArray.h | [
"907097904@qq.com"
] | 907097904@qq.com |
3ca30868580759f5c5b2cb81b962486736783ddc | 7e659e7c700dc477c8f08ea31d00c322b1d589eb | /CaLib/macros/runsets/TAPSTime.C | ed8b66a2e174910f24cb60f4b1f3afa728a6f609 | [] | no_license | collicott/acqu | e7b64f33ba4969936792076bed36d673c4ac4ca5 | f6daadba5ede5c2e8648fa5ed76f58ae5c93c263 | refs/heads/master | 2020-12-25T09:09:05.408607 | 2014-11-10T12:00:47 | 2014-11-10T12:00:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,094 | c | // SVN Info: $Id: TAPSTime.C 912 2011-05-18 22:09:17Z werthm $
/*************************************************************************
* Author: Dominik Werthmueller
*************************************************************************/
////////////////////////////////////////////////////////////////////////... | [
"neiser@kph.uni-mainz.de"
] | neiser@kph.uni-mainz.de |
4fe83bbb64aa0c4d6bd8734cd1becd9d50e1be46 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/net/ethernet/huawei/hinic/extr_hinic_hw_eqs.c_aeq_irq_handler.c | 34439b428bf750b34ed4f640cd3ba741fca7a51f | [] | 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 | 3,120 | 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 |
86224eb12c4086ec9391984822021fd4f9bdc74c | 80a69c9fc8604d06cdee3bec3a1faa9fdb304e8f | /ext/f2c_math/printstring.c | bf21cc412aeb5178dea128d561cf1e35b39a0659 | [] | no_license | Yuanfeng-Wang/CSM_Cantera | d01e9127bf6013ad4ea6ba2ae51e51b672bd8051 | a7ffb2d619ec129842633187d41c185ea8f1bd2c | refs/heads/master | 2021-05-01T20:08:05.372250 | 2014-04-30T21:03:18 | 2014-04-30T21:03:18 | 120,960,352 | 2 | 0 | null | 2018-02-09T22:01:11 | 2018-02-09T22:01:10 | null | UTF-8 | C | false | false | 71 | c | #include <stdio.h>
void printstring_(char* s) {
printf("%s",s);
}
| [
"hkmoffa@02a645c2-efd0-11dd-984d-ab748d24aa7e"
] | hkmoffa@02a645c2-efd0-11dd-984d-ab748d24aa7e |
7d6cc4b2e209467ae9eff243918d067ce0e4bc52 | bc14ed5637c74e42260d7a2a04a7b4c596c2dc9f | /src/usb_hid_keys.h | c363985b198c70fbb69fd360090d123c4e1312a2 | [] | no_license | jetibest/sendkey-linux | 1999b3143f868de21b1fef4f0cf0247223c4b31e | 809d98fe507a8ece6ebcf703daa19b18f238a517 | refs/heads/master | 2021-10-09T20:54:36.006516 | 2021-10-04T14:04:07 | 2021-10-04T14:04:07 | 220,841,618 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,038 | h | #ifndef USB_HID_KEYS
#define USB_HID_KEYS
/**
* Modifier masks - used for the first byte in the HID report.
* NOTE: The second byte in the report is reserved, 0x00
*/
#define HID_KEY_MOD_LCTRL 0x01
#define HID_KEY_MOD_LSHIFT 0x02
#define HID_KEY_MOD_LALT 0x04
#define HID_KEY_MOD_LMETA 0x08
#define HID_KEY_MOD_R... | [
"jeti2121@hotmail.com"
] | jeti2121@hotmail.com |
7925fd8cdd11f15221488b837887b4c5ab9796b1 | 6eb10fe55f231b8ebe9eff7d517bba471a6efe1b | /4UserLayer/Task/HandShake_Task.c | 160d0325083cde6f8d1638312e9d3fc1e169052e | [] | no_license | liuchaonuaa/SingleDoorApp | bf04cec0aace9a1e303989ccd1d76e1d24753e31 | 0bc7b8e936825dfcc8417cfd13ad420f35273105 | refs/heads/master | 2023-07-14T23:08:11.332310 | 2021-07-29T06:09:35 | 2021-07-29T06:09:35 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,775 | c | /******************************************************************************
版权所有 (C), 2013-2023, 深圳博思高科技有限公司
******************************************************************************
文 件 名 : HandShake_Task.c
版 本 号 : 初稿
作 者 :
生成日期 : 2020年2月26日
最近修改 :
功能描述 : 握手任务... | [
"zdsurge@163.com"
] | zdsurge@163.com |
1c2e204c370d1fd6e5b8228b586db868f4e6412e | 57091f6b809027a73ab49ecf4931153c93701d6a | /linux/e3425be14aa4dbcf0dd8872e6b2c737307f6eda1.c | 2d9cbe4a664441501277533f5926553301016c81 | [
"Apache-2.0"
] | permissive | dvyukov/syzkaller-repros | 660997cfa055d79a552bb9ebeda90b48e1599df3 | 026c8891a19e672bba71481be250080e1a302ed8 | refs/heads/master | 2022-06-01T18:03:25.480964 | 2022-05-16T07:36:42 | 2022-05-16T07:39:01 | 213,603,012 | 39 | 11 | Apache-2.0 | 2022-05-16T07:39:02 | 2019-10-08T09:36:27 | C | UTF-8 | C | false | false | 19,986 | c | // KASAN: slab-out-of-bounds Read in ld_usb_read (3)
// https://syzkaller.appspot.com/bug?id=e3425be14aa4dbcf0dd8872e6b2c737307f6eda1
// status:fixed
// autogenerated by syzkaller (https://github.com/google/syzkaller)
#define _GNU_SOURCE
#include <dirent.h>
#include <endian.h>
#include <errno.h>
#include <fcntl.h>
#i... | [
"dvyukov@google.com"
] | dvyukov@google.com |
9d873059a9709fe3615047312b826e33c174a09d | 3a56b1155d39c8e4dfaff52f0ec2e43b64304c28 | /frames/01413.h | d92a88bc6703572a2f223cf41c0175772bddd2de | [] | no_license | RippedOrigami/GBA-Rick | 6a610bde18e8dda978730b2d754565e9cdcbfe1d | 0953de71ad0a392f5d3a0bcedc54d55e478925b7 | refs/heads/master | 2021-05-28T17:10:33.260039 | 2014-11-28T17:14:04 | 2014-11-28T17:14:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 660 | h |
//{{BLOCK(_1413)
//======================================================================
//
// _1413, 40x40@8,
// + palette 256 entries, not compressed
// + 25 tiles lz77 compressed
// Total size: 512 + 1420 = 1932
//
// Time-stamp: 2014-11-28, 05:19:45
// Exported by Cearn's GBA Image Transmogrifier, v0.8.12
// ( ... | [
"mtinc2@gmail.com"
] | mtinc2@gmail.com |
4df56492ed71465afd94caeaf0416b673e11c120 | 229a28fc18c13bfe1ba7fc81c38b03651ed8e93b | /sw/vendor/riscv-isa-sim/riscv/insns/fcvt_wu_q.h | c391dc87591be7c7760bfed3fd83089f3a703adb | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-bsd-3-clause-jtag",
"GPL-3.0-or-later"
] | permissive | pulp-platform/snitch | d3967742434fa21e8af71afa6be35ea5420166ca | d026f47843f0ea6c269244c4e6851e0e09141ec3 | refs/heads/master | 2023-08-24T08:42:36.230951 | 2023-06-19T09:34:05 | 2023-06-19T09:34:05 | 289,236,605 | 194 | 44 | Apache-2.0 | 2023-07-11T12:46:26 | 2020-08-21T09:57:34 | SystemVerilog | UTF-8 | C | false | false | 138 | h | require_extension('Q');
require_fp;
softfloat_roundingMode = RM;
WRITE_RD(sext32(f128_to_ui32(f128(FRS1), RM, true)));
set_fp_exceptions;
| [
"noreply@github.com"
] | pulp-platform.noreply@github.com |
f03fc824910d356833d04e39717bc90d990a5b68 | d5589d9fbc5a1e3989ed3740b0bcc22a20da2de0 | /xinu/include/limits.h | 48382a34fbc107ab00d3dd21491449100a439944 | [] | no_license | gyanranjanh/Prototype-IOT-solution-to-externalize-sensor-based-platform-services-to-the-cloud | 5efe57f8f67ed68344f3323922790c8d8df219fc | fd24d25df30b2a6a9068306ba9a35159a2ef987b | refs/heads/master | 2021-05-02T05:34:03.355763 | 2016-12-20T23:38:45 | 2016-12-20T23:38:45 | 76,999,384 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,453 | h | /**
* @file limits.h
*
* $Id: limits.h 2020 2009-08-13 17:50:08Z mschul $
*/
/* Embedded Xinu, Copyright (C) 2009. All rights reserved. */
#ifndef _LIMITS_H_
#define _LIMITS_H_
#ifdef __cplusplus
extern "C" {
#endif
#define CHAR_BIT 8 /**< bits in a char */
#define CHAR_MAX 12... | [
"gyanranjanh@gmail.com"
] | gyanranjanh@gmail.com |
3dc24bc8de75a584a6f88a7784b92a5533c21ced | 7e58006301971bd56ca81cd433c313d8c70da3b3 | /Exercícios Nádia - Nilson/7/ex 7 - final.c | 4d53fc71462b783c1da7e553377d07804f03bc22 | [] | no_license | TannyPond/FATEC_BS | 112081668ebc27c93a2972b13e59954feea70ec4 | 62c73b500b877c22dad4131b33f292c49977f2e5 | refs/heads/master | 2020-04-17T04:14:39.986747 | 2019-01-17T12:57:48 | 2019-01-17T12:57:48 | 166,221,307 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 508 | c | #include <stdio.h>
#include <math.h>
/********************* Ex 7 ***********************/
int main()
{
int a,b,c;
printf("entre com o ano de seu nascimento\n");
scanf("%d",&a);
printf("entre com o ano atual\n");
scanf("%d",&b);
while (b<a)
{
printf("ano atual invalido... | [
"noreply@github.com"
] | TannyPond.noreply@github.com |
4060eb9c7511a94093278bc7ef04dfdfd0011f85 | dea7b6c22f8ff65058d722d66063019e765216db | /malloc.c | a705de9d83d54118667f03f7b8f9fc48b5627499 | [] | no_license | bendawang/glibc_ptmalloc_learning | ceec938ec7e70ee3e78a4363b46437bd42e6e8c0 | 4afb90497d5b22447a3888718dd137f540c871ed | refs/heads/master | 2020-03-19T03:18:14.210614 | 2018-06-05T02:44:51 | 2018-06-05T02:44:51 | 135,715,243 | 6 | 0 | null | null | null | null | UTF-8 | C | false | false | 203,239 | c | /* Malloc implementation for multiple threads without lock contention.
Copyright (C) 1996-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Wolfram Gloger <wg@malloc.de>
and Doug Lea <dl@cs.oswego.edu>, 2001.
The GNU C Library is free software; you can redistribu... | [
"Bendawang@flappypig.club"
] | Bendawang@flappypig.club |
2f522c1878d9028fca89a6b1ac05c3b424e36beb | 73c09153ced0100d06195b1985ff2a472b4eca08 | /Pods/Headers/Private/React/RCTScrollView.h | fd9be010a2fcfa8acd83bea7aad48c09ac782b1a | [] | no_license | Z-hy/ReactNativeDemo-iOS-RN | 89191820b8ffca022dca9c9d1cb771ac4670a43c | 1531054c39243b66e0887a6c03fceb0db8cdbda6 | refs/heads/master | 2021-05-15T13:34:28.922993 | 2017-10-16T10:06:08 | 2017-10-16T10:06:08 | 107,107,462 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 80 | h | ../../../../ReactComponent/node_modules/react-native/React/Views/RCTScrollView.h | [
"623987567@qq.com"
] | 623987567@qq.com |
c02b039a6fb01525ce52b6fa7149dac872c58d6d | 1188887d95f637da2bbbeb10c9e5536b0f5b0409 | /Pods/BuildHeaders/MKChipKit/ADSREnvelopeChip.h | 506afc9ef8d213a5d106d0b4a0d800233a8e8d92 | [] | no_license | e7mac/Apolune | d011d58e109d85b0080a2a99db5bb53811f47a64 | 7c4ee7238a5e018b3e88e4e303724a27ea6115ff | refs/heads/master | 2020-05-30T03:33:18.389661 | 2014-05-17T21:42:20 | 2014-05-17T21:42:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 47 | h | ../../MKChipKit/Classes/Chip/ADSREnvelopeChip.h | [
"mayank.ot@gmail.com"
] | mayank.ot@gmail.com |
29a9daa79b6db8d58c46e44cf64b4c94686455d6 | dcb5b573c69126c7e294be81506e60567848a48e | /main/user_main.c | 46e8c72e2fa239eca69aed774e89c17b638ebff3 | [] | no_license | bitTudor/esp-now-test | 5c02fd08391369fba6efb29456ab59d64972b108 | 41bc7717f0ef4e0d6e5f5e4c613435d20c19fb50 | refs/heads/master | 2020-04-11T21:27:52.201731 | 2018-12-18T21:19:18 | 2018-12-18T21:19:18 | 162,106,525 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 561 | c | /* ESPNOW Example
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied.
*/
/*
This example shows ... | [
"bodian.tudor@gmail.com"
] | bodian.tudor@gmail.com |
56b3176c865f9d08b7ae6c6e27fd40abeb9c39b9 | c149f1263b41f89eb03201044c16e47476f7e79f | /Rootfs/usr/lib/openmpi/include/openmpi/orte/util/comm/comm.h | 44345b1bd4d7410d198422af42f5468021650b07 | [] | no_license | BasJ93/Zybo_Ubuntu | d596511dd7820aeb545a426e9c395b27b60028f9 | 2a50f4171a5469e0e96f0c0e75c528af0908758c | refs/heads/master | 2022-12-22T00:17:54.522038 | 2017-02-02T13:15:16 | 2017-02-02T13:15:16 | 72,639,835 | 2 | 1 | null | 2022-12-16T08:57:26 | 2016-11-02T12:54:53 | C++ | UTF-8 | C | false | false | 2,281 | h | /*
* Copyright (c) 2004-2008 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2006 The University of Tennessee and The University
* of Tennessee Resea... | [
"r.halvaei@gmail.com"
] | r.halvaei@gmail.com |
f53fa5672c0bdec7a52361266002724006017ecd | e0ea13ac6acf404c8298fe2544fe3ae2fb32c21d | /chip/npcx/lpc.c | e135fabaa6abaa226dc3237b3f375fb90196b3fe | [
"BSD-3-Clause"
] | permissive | Basavaraja-MS/ec_local | 62f3b29ae397f49b4310eeb3920ef9a8a7014985 | 2ea7b194d928950db1aed87097975a8ffb9df2ac | refs/heads/master | 2016-09-01T07:09:08.852070 | 2015-10-28T13:39:54 | 2015-11-02T03:45:58 | 48,997,997 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 25,315 | c | /* Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/* LPC module for Chrome EC */
#include "acpi.h"
#include "clock.h"
#include "common.h"
#include "console.h"
#include "gpio.h"
#include "hooks... | [
"chromeos-commit-bot@chromium.org"
] | chromeos-commit-bot@chromium.org |
c687763fb5f9b8d43c009f2c3e0fea329da4f064 | a556c07ecfa1031dae46fd3433762941ceca68b1 | /d/northmountain/heishan/heishane3.c | 4f2616c52734f87837475e09f32603656d27b948 | [] | no_license | yqzcabao/pkuxkx-utf8 | 53c3c24f4e3a9125372bca72b6a4b10aa6293a7f | 0eaf237c9970795a51aa4cc04b5b762003300cbd | refs/heads/main | 2023-04-01T21:16:23.894845 | 2021-04-09T13:33:24 | 2021-04-09T13:33:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 588 | c | inherit ROOM;
#include <ansi.h>
void create()
{
set("short", "入山道"+NOR);
set("long", @LONG
这里是进入黑山的山间路。
LONG
);
set("outdoors", "heishan");
set("exits", ([
"northwest" : __DIR__"heishane2",
"southeast" : "/d/changbai/guandao9",
//"northeast" : __DIR__"wall1",
//"eastdown" : __DIR__"fengshu",
]));
... | [
"i@oiuv.cn"
] | i@oiuv.cn |
d74a469530138ba0255b144b1fa19520497155f9 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/13f3442b-c10f-42bf-ad07-bac16858e5df.c | da879e81c1437355f929142fdac0d94be22241d9 | [] | 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 | 576 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i%j;
l = l+(i-j);
k = k-k*i;
i = i%j;
l = l-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[73];
long c[21];
a = 0;
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
2f6be902f2e876c845bb2f2fb0f423d684092795 | c5dbad5c1a931f9a6968d567f44b53d32b553f34 | /myssl/myssl/include/openssl/opensslconf.h | 1a1f701f3f716f1c20efef8f18144a6bcb6bba0c | [] | no_license | zhaoruoxu/lochsemusamples | eb31fdec5daf56640cf20ee49ac79edb10010f0b | 306de6be1ecfd13987ddd9392ebd6f4bbeebc92a | refs/heads/master | 2021-01-25T08:48:24.740059 | 2013-08-06T08:55:26 | 2013-08-06T08:55:26 | 10,171,896 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,464 | h | /* opensslconf.h */
/* WARNING: Generated automatically from opensslconf.h.in by Configure. */
/* OpenSSL was configured with the following options: */
#ifndef OPENSSL_SYSNAME_WIN32
# define OPENSSL_SYSNAME_WIN32
#endif
#ifndef OPENSSL_DOING_MAKEDEPEND
#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
# define OPENSSL_NO_EC_NI... | [
"zhaoruoxu@gmail.com"
] | zhaoruoxu@gmail.com |
eb45a6406bdfbb56b00632145032ce4940aa76d9 | a857b06e11d4b5b92431f7ce9f749a9d99285490 | /labo02microcontroladores/src/semaforo.c | 99b923d88d0bb59962e5d62c8d93b95e6ec529c6 | [] | no_license | gabomora2200/Microcontroladores | 9a3bfe45cfcd4d0fa4de1c4fd3d661b5240d6855 | f63ca22866c24d7a1d4a620c164313337e0115c3 | refs/heads/main | 2023-08-07T03:58:33.708038 | 2021-10-10T03:17:09 | 2021-10-10T03:17:09 | 415,473,695 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,870 | c | #include <avr/io.h>
#include <avr/interrupt.h>
#include <util/delay.h>
// Estados para el boton (No tienen nada que ver con la FSM)
#define ON 1
#define OFF 0
// Variables globales
int intr_count = 0;
int sec = 0;
int msec = 0;
int boton = OFF;
int estado;
//Funciones de estado
void CarrosAvance(void);
void BlinkVe... | [
"noreply@github.com"
] | gabomora2200.noreply@github.com |
3779b635e535efb10dd6bf3b7529093b341c3d24 | 11c1a008abe02cb72591fd2b639715f171e7a878 | /MotateProject/motate/cmsis/TARGET_Atmel/sam3s8/include/component/component_smc.h | 66a718ff1f8d7ba6aaf41178d3ad79f5d204d811 | [] | no_license | synthetos/Motate | 101203d3013068d06174dd24d07b057cb16b4e29 | 3ad4fc0a2366416ba41eaef5f8d4e70e59905550 | refs/heads/master | 2023-08-15T06:29:33.895021 | 2023-07-20T18:18:42 | 2023-07-20T18:18:42 | 21,837,909 | 49 | 50 | null | 2019-11-04T21:06:27 | 2014-07-14T22:26:34 | C | UTF-8 | C | false | false | 10,123 | h | /**
* \file
*
* 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:
*
* 1. Redistributions of source code ... | [
"giseburt@gmail.com"
] | giseburt@gmail.com |
9258566de8d8c1618b08594665f579929f0f9410 | 1743e42b94e5833ee16118947671cbbd016da73d | /STM32 with LCD/include/STD_TYPE.h | dd0641b0d9494d803c27d71ce63f1bdbbf751a73 | [] | no_license | Nada8773/RTOS | 264f021515319ecbb4fd8c00100dc34bacf6e30b | 6fa71d5efbf9645f1a9ec536a62e3241cc85324a | refs/heads/master | 2022-12-28T18:23:28.380261 | 2020-10-12T22:36:13 | 2020-10-12T22:36:13 | 261,793,850 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 348 | h | typedef unsigned char u8 ;
typedef unsigned short int u16 ;
typedef unsigned long int u32 ;
typedef signed char s8 ;
typedef signed short int s16 ;
typedef signed long int s32 ;
typedef float f32 ;
typedef double f64 ;
typedef long d... | [
"nada2478@gmail.com"
] | nada2478@gmail.com |
26b89c9c6e39987138f523defa25a063062228f1 | f5008df5aab5615d39a9847fa09f9581f7b19a5f | /linux-5.4.38/include/linux/debugfs.h | 58424eb3b3291ae3183506d5d951ab425dccb51c | [
"Linux-syscall-note",
"GPL-2.0-only",
"Apache-2.0"
] | permissive | wenhuizhang/llvm-linux-5.4.38 | 2f3f44287dbb1445cd7d4670df8bfc9873441558 | bd6678fbd3635428a6d594dbb24a87b9308a52ef | refs/heads/main | 2023-01-07T09:57:19.452542 | 2020-11-01T04:20:46 | 2020-11-01T04:20:46 | 303,426,734 | 0 | 0 | Apache-2.0 | 2020-11-01T04:20:47 | 2020-10-12T15:00:48 | C | UTF-8 | C | false | false | 10,731 | h | // SPDX-License-Identifier: GPL-2.0
/*
* debugfs.h - a tiny little debug file system
*
* Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com>
* Copyright (C) 2004 IBM Inc.
*
* debugfs is for people to use instead of /proc or /sys.
* See Documentation/filesystems/ for more details.
*/
#ifndef _DEBUGFS_H_... | [
"wenhui@gwmail.gwu.edu"
] | wenhui@gwmail.gwu.edu |
ad488be8e7fc8a1d8412d524b85eaba0b0a7e5f6 | 8c346cd85cc75fe9a4ba4399df38f940cc8e264c | /versions/libft_0/srcs/ft_strclr.c | 47b391d4a4b43f49d8fe9eba4ad9fb8bdec7740d | [] | no_license | tcajee/libft | ff144ce4d587af8419d8ff2e3c4c494e72c67334 | 822dae85be4597786f4631873835673e3a6c348a | refs/heads/master | 2020-05-23T22:35:50.940691 | 2019-10-10T12:47:36 | 2019-10-10T12:47:36 | 186,977,004 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 989 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strclr.c :+: :+: :+: ... | [
"tcajee@c4r16s1.wethinkcode.co.za"
] | tcajee@c4r16s1.wethinkcode.co.za |
70259d812a3af8857c55966aa0853d20cea78ee9 | da5516da390b884d915932e640441dd334235751 | /SuperStar1/Src/adc.c | fe508ae00dd953aea7344560b7c7e45ba7194a75 | [] | no_license | habworks/SuperStar1 | 382ced8ef675a56741e4d856d9bc00a526e07557 | 3d3f9041840a5d2fd782e1fd2855d802ebbb01fc | refs/heads/master | 2022-12-29T18:27:37.526964 | 2020-10-15T13:52:53 | 2020-10-15T13:52:53 | 279,559,684 | 0 | 0 | null | 2020-10-15T13:52:54 | 2020-07-14T10:55:11 | C | UTF-8 | C | false | false | 3,511 | c | /**
******************************************************************************
* File Name : ADC.c
* Description : This file provides code for the configuration
* of the ADC instances.
******************************************************************************
* @... | [
"hab.collector@imrengineering.com"
] | hab.collector@imrengineering.com |
7b10b910840653b38156d23fd9def5a0f8d1b4f7 | d84844bae553f526e253003844a196efd5d791ab | /stat.d/hilo.c | 79e1b0afaecaf61d822adc104eaa7f5fab206c4b | [] | no_license | BobMorlock/AT-T-System-III | 62d25187b8b8d707368ac3e59ae395a05ca5eeaa | efaba1936fdb8cd690b98ce696e7c47dea65858c | refs/heads/main | 2023-08-17T22:59:57.004551 | 2021-09-19T05:41:11 | 2021-09-19T05:41:11 | 408,042,235 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,904 | c | /* <:t-5 d:> */
#include "stdio.h"
#include "s.h"
struct options {
char ch; /* char prepended to option keyletter */
int oflag; /* option form */
int lflag; /* low value */
int hflag; /* high value */
} op = { 0, 0, 0, 0, };
main(argc,argv) /*list elements */
int argc;
char *argv[];
{
FILE *fdi;
FILE *fopen();
... | [
"bobm@remlazar.localdomain"
] | bobm@remlazar.localdomain |
58800fc0cea992c540fea64ada8b709ded895bd1 | 6e634cfecca62f94ba2249b36d193a543e94f0d1 | /src/tutorial 17/efilibs.h | 11948814c6be83adff182fe449426cba4bcd4f53 | [
"MIT"
] | permissive | stevetranby/UEFI-Tuts | 7aa5a89295a2b7759c6895913e01b1e21d612141 | d712bb490639efeecce1a89559ad2ad2c11e17d4 | refs/heads/master | 2023-07-09T14:24:06.511518 | 2021-08-19T08:05:23 | 2021-08-19T08:05:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,041 | h | // UEFI From Scratch Tutorials - ThatOSDev ( 2021 )
// https://github.com/ThatOSDev/UEFI-Tuts
#ifndef EFILIBS_H
#define EFILIBS_H
// ARGB
#define ORANGE 0xffffa500
#define CYAN 0xff00ffff
#define RED 0xffff0000
#define GREEN 0xff00ff00
#define BLUE 0xff0000ff
#define GRAY 0xff88888... | [
"starlordgo@protonmail.com"
] | starlordgo@protonmail.com |
49673d8e08ca7f380da7513f00e266b34cfbc464 | 1bb50a07c12c16e8c3c4f38a63cf70cddbf468db | /example.general/hal.stm.stm32PeripheralLib/Project/STM32F4xx_StdPeriph_Examples/USART/USART_SmartCard/stm32f4xx_it.h | 3447a60a0425978243c15a57a38a85a0b076cd55 | [
"Apache-2.0",
"LicenseRef-scancode-st-mcd-2.0"
] | permissive | MikeStitt/lowLevelProgrammingByExample | 17aa479fd46e1f2c1b15130e1c59450055b5d5c5 | 0a3d14a2514b176d7f0ee0dd5392ba6705308cca | refs/heads/master | 2021-06-28T16:29:02.509548 | 2017-07-30T12:40:46 | 2017-07-30T12:40:46 | 98,252,494 | 0 | 0 | Apache-2.0 | 2020-09-17T13:03:13 | 2017-07-25T01:56:33 | C | UTF-8 | C | false | false | 2,239 | h | /**
******************************************************************************
* @file USART/USART_SmartCard/stm32f4xx_it.h
* @author MCD Application Team
* @version V1.4.0
* @date 04-August-2014
* @brief This file contains the headers of the interrupt handlers.
**********************... | [
"mike@stitt.cc"
] | mike@stitt.cc |
f2f84f81c6d9b30ef9c8e28d9bba1c8b52fb6deb | 874fe25aff0753b5ab10f7034e37277d2afbdd06 | /stage2/lol.c | 193ea72cb9fc7fbfd0e5afca2d93cb141b2edf20 | [] | no_license | kuriringohankamehameha/ERPLAG-Compiler | 0828047c91c6536da82021d0475b73238b424083 | e3347f4e7cff25dbd302e798293ed1fdff2469cf | refs/heads/master | 2022-07-06T16:07:06.743521 | 2020-05-14T07:37:32 | 2020-05-14T07:37:32 | 237,750,119 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 476 | c | #include "stack.h"
#include <stdio.h>
#include <stdlib.h>
#include "function_table.h"
int main() {
FunctionTable** function_tables = create_function_tables(10);
function_tables = add_variable_ft(function_tables, "Lol", 0);
function_tables = add_variable_ft(function_tables, "Hello", 1);
function_tables ... | [
"kuriringohankamehameha@github.com"
] | kuriringohankamehameha@github.com |
3b7e4d21cb8ae3a2b5bf89895a920d43c27a630a | fc44dae7630ed5b6076e3fb9ee8cecec1e41eb35 | /GD32/Libraries/GD32F10x_Firmware_Library/Example/MCUDBG/MCUDBG_Timer1 Stop/gd32f10x_it.h | 64a260e6d5bfbd0c26d27a16c8b7fcc1f8704cd9 | [] | no_license | zhouzp1/Library-Document | 76ae75c2426a390b6ffb5ed20c6fa2a91dda9a68 | 73b3163a395bf23387106be2a6d11e824487d8e7 | refs/heads/master | 2021-05-17T19:45:46.749259 | 2018-05-30T03:30:18 | 2018-05-30T03:30:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,047 | h | /**
******************************************************************************
* @file MCUDGB/MCUDBG_Timer1 stop/gd32f10x_it.h
* @author MCU SD
* @version V1.0
* @date 26-Dec-2014
* @brief Headfile of the Interrupt Service Routines.
*****************************************************... | [
"mr_zouyong@163.com"
] | mr_zouyong@163.com |
18ed5ae8c01587fa574a2b18c10bd84bb1e7b48e | b350b1a7318a444ddfddfff2c5b80f9faa19053c | /get_next_line_utils.c | 0fd4b64d0182630253593d3353bc3962fdd4657d | [] | no_license | 3974kjh/gnl | 4ff7e7541f3472f49de6174f27ca7c7162cfa0d8 | a37610ba170e56db09ec934992631f8b7dd836e2 | refs/heads/master | 2023-07-25T07:06:33.038892 | 2021-08-18T04:34:26 | 2021-08-18T04:34:26 | 397,473,167 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,811 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_next_line_utils.c :+: :+: :+: ... | [
"78896394+3974kjh@users.noreply.github.com"
] | 78896394+3974kjh@users.noreply.github.com |
27343e61c7bade6152897dc873274ea6712d3ab5 | bdad9d90b0d8a1f8e3b1036f4fd5ff5d3eec1b76 | /restructor/linked_queue.h | b27c0deaa1652b9ebaf75cae2de424a316a157f1 | [] | no_license | JustSayMeh/LABS_PMI | e1913f62a55295481c39ef90524019ba5d73ee66 | ed553d5a559dc0931e898a53a0899137ec6c368a | refs/heads/master | 2021-04-15T05:36:33.674470 | 2018-04-13T09:46:45 | 2018-04-13T09:46:45 | 126,694,241 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 328 | h | #include "three.h"
typedef struct _node Node;
typedef struct _node{
Bthree *item;
Node *next, *pre;
} Node;
typedef struct _linked_queue {
Node *pointer;
} Queue;
int isEmpty(Queue *);
Queue *new_queue();
int enqueue(Queue *, Bthree *);
int dequeue(Queue *, Bthree **);
void print_queue(Queue *);
void clear_queue(Q... | [
"o.romanowi4@gmail.com"
] | o.romanowi4@gmail.com |
56b46119ecc6206508d5fd3bfabb54c91df33962 | e2e996662fde8ac0e1509995468b725d47d8ea10 | /program_repo/Codeflaws/version/v1322/test_data/true_root/source/tcas.c | 036d213d0b2a7ad7937e0a714ab5715d9da4d17f | [] | no_license | HOM-CISE/HOM-MBFL | b5c27ba9268b2bf7cd4faccece2ff479147ebf81 | 38806a5971736ab98e1d6f4b22952cf4d9b328b2 | refs/heads/master | 2023-05-05T20:24:44.228132 | 2021-06-01T13:58:28 | 2021-06-01T13:58:28 | 285,776,568 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 694 | c | int n;
char f[1<<18];
double ans[1<<18][18],a[18][18];
void dfs(mask)
{
if(f[mask])return;
int i,j,w=__builtin_popcount(mask);
double tmp;
f[mask]=1;
if(w==1)
{
ans[mask][__builtin_popcount(mask-1)]=1;
return;
}
for(i=0; i<n; i++)
if(mask&(1<<i))
{
dfs(mask-(1<<i));
tmp=0;
for(j=0; j<n; j++)
... | [
"LK464841764@163.com"
] | LK464841764@163.com |
2201fe9c8e1752d63c88262c56e17616cbeebff8 | 840335bf9645b989548caa07488a811dfe77a9cb | /trianglesum.c | 926a894276097d7aed80dd121958bcc6bac8118d | [] | no_license | shruti2panwar/qwertyuiop | f122ac9c6a79532825acdf2860380431065751e3 | 00cbb1186b46adc7825e9dab3588af1832664276 | refs/heads/master | 2021-05-18T17:49:40.353307 | 2020-04-20T10:12:57 | 2020-04-20T10:12:57 | 251,345,787 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 391 | c | #include <stdio.h>
#include<conio.h>
void main()
{
int a,b,c;
printf("enter first angle");
scanf("%d",&a);
printf("enter second angle");
scanf("%d",&b);
printf("enter third angle");
scanf("%d",&c);
if(a+b+c==180)
{
printf("it is a triangle");
}
else
... | [
"noreply@github.com"
] | shruti2panwar.noreply@github.com |
03147059ef70cd0417e6933d945d4bb114d198fd | bcb5260f76fa03c1f825cf8c825dea2a759d4660 | /firmware/fatfs/ffconf.h | 9834ba6c8103493e816d1fddcb1965d690ed0096 | [
"MIT"
] | permissive | konosubakonoakua/PocketAdmin | 20367378c44fd0b663d4a64dcffbb1b3b969f603 | 93ffc45eecd240814d8ca877195b6498fbd941f6 | refs/heads/master | 2023-05-10T18:47:05.298839 | 2023-05-04T21:47:16 | 2023-05-04T21:47:16 | 199,163,634 | 0 | 0 | MIT | 2023-05-05T08:39:07 | 2019-07-27T12:44:16 | C | UTF-8 | C | false | false | 11,791 | h | /*---------------------------------------------------------------------------/
/ FatFs Functional Configurations
/---------------------------------------------------------------------------*/
#define FFCONF_DEF 86604 /* Revision ID */
/*--------------------------------------------------------------------------... | [
"krakrukra@tutanota.com"
] | krakrukra@tutanota.com |
702db57c1e7e9749faffd7b1dbec63dee1099019 | 48f32085ad298523c745c2beeca8c24ec8f3c6f6 | /keil/uart.c | 5fa8159199552d7505622b49cae59a2a37051ade | [] | no_license | bigclean/wzupwm | 0a4ecb0b3beda75da2263a2611357d3b1e9293a0 | 378ad4c5d03d2faf46abd904d7c636429218ab31 | refs/heads/master | 2016-09-05T16:20:28.082681 | 2010-04-08T18:59:35 | 2010-04-08T18:59:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,202 | c | /**
@file uart.c
@brief uart implementation
@date 2010-04-09
*/
#include "uart.h"
void UART0_Init(void)
{
/**
@todo setup SCON0
@li mode 1, 8 bits UART
@li enable set RI0 and generate interuppt when 9th bit is 1
@li disable RX
@li 9th bit is 0
@li clea... | [
"schemebigclean@gmail.com"
] | schemebigclean@gmail.com |
42bb2b8bd0207e59a81e3c526ea486a3986065a2 | 1ec8687fa43eff68ee3c3e0d8fabf8cfe823fdf5 | /Dirt.A2.2/patchlevel.h | 658a6fa622e91f531a0de1d8b68fa54199b77b02 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-permissive"
] | permissive | xtforever/dirt | 159ce33e99b60e65462fc79621d5203d558ef4a9 | b8a69d323e5be63b3ecb78d522fdfa02eb73abe5 | refs/heads/master | 2021-01-18T18:51:36.874065 | 2016-09-16T17:09:01 | 2016-09-16T17:09:01 | 68,397,668 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 92 | h | /* Xukc / Dirt distribution */
#define VERSION Alpha
#define RELEASE 2
#define PATCHLEVEL 2
| [
"grumpf_@users.sf.net"
] | grumpf_@users.sf.net |
b10301ec24f07acb77afabc8d3441229b8364801 | b2a0bc03d73b670c657ab03768eb41756bb0c0a4 | /Platform/SiFive/U5SeriesPkg/Include/U5Clint.h | 26260dc18d3da01c476b7b99e216cafe66c4f89a | [
"BSD-2-Clause-Patent",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown",
"BSD-2-Clause",
"FreeBSD-DOC",
"Zlib",
"BSD-3-Clause",
"Python-2.0",
"DOC",
"MIT"
] | permissive | zhujun74/edk2-platforms | 69566361c00a67c03a30e600c3e78f7dfa822284 | 9131d63e08b6845d28778a73c719ae3ef08e42f2 | refs/heads/master | 2023-08-14T15:17:04.432766 | 2023-07-13T05:29:38 | 2023-07-17T05:31:23 | 142,731,135 | 0 | 0 | BSD-2-Clause | 2018-07-29T04:38:42 | 2018-07-29T04:38:42 | null | UTF-8 | C | false | false | 579 | h | /** @file
RISC-V Timer Architectural definition for U500 platform.
Copyright (c) 2019, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef U5_CLINT_H_
#define U5_CLINT_H_
#define CLINT_REG_BASE_ADDR 0x02000000
#define CLI... | [
"abner.chang@hpe.com"
] | abner.chang@hpe.com |
867349bd3a306559d4af88d8dfdc8af0018eed19 | 1de61735f408246f09faaf95d6db39ef4f5b0a47 | /libft/ft_strcmp.c | d5803206c950482590cd5e0cbdd5fa0dd18cbc73 | [] | no_license | golliet/42-Ft_ls | 520fe80eaae265b1c1dc200cbc6979a6209dd57c | 98f54d5d90c3c6bd98019f5e16f8b731aef61d65 | refs/heads/master | 2021-05-11T13:13:41.197402 | 2018-03-01T14:54:29 | 2018-03-01T14:54:29 | 117,675,230 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,121 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strcmp.c :+: :+: :+: ... | [
"golliet@student.42.fr"
] | golliet@student.42.fr |
5bf8f758b1883402dd535eef36d58f4c901432dd | 7010088761fc3f879d0d698926b868a321f55cd0 | /opal/include/opal/sys/arm64/atomic_llsc.h | 56dff4934c352aecedd5d610b8a3afb7775d1b59 | [
"mpich2",
"BSD-3-Clause-Open-MPI"
] | permissive | dong0321/ompi | 8d4000e7a4c2038cac2b74e131c7229ab3b2ccd9 | 9bb695e3b71a22d1e776a2eb5afe8781e1f52c9f | refs/heads/master | 2021-07-13T01:23:58.402831 | 2021-02-06T04:39:25 | 2021-02-06T04:39:25 | 65,485,110 | 0 | 3 | NOASSERTION | 2021-04-05T15:57:51 | 2016-08-11T16:37:55 | C | UTF-8 | C | false | false | 4,747 | h | /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
/*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2005 The University of Tennessee a... | [
"hjelmn@cs.unm.edu"
] | hjelmn@cs.unm.edu |
47beb332b2f7298be5f18ffecf0e5b8d026bebae | 5af0ad6b10289dc2417c999a8f1711ffc247a4b0 | /external/mit/xf86-video-nsc/dist/src/nsc_galstub.c | f0fb639a7881fc310109d862d450849fb8d7512a | [] | no_license | iquiw/xsrc | 0f4396a99bb616e973d0815c992128443a66d128 | 15f9569d14a61e0b58a0925ad8ad3a1b0ef4a41e | refs/heads/master | 2021-01-22T10:08:33.138679 | 2019-10-28T03:20:13 | 2019-10-28T03:20:13 | 41,230,059 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,482 | c | /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_galstub.c,v 1.1 2002/12/10 15:12:23 alanh Exp $ */
/*
* $Workfile: nsc_galstub.c $
* $Revision: 1.1 $
* $Author: mrg $
*
* File Contents: This file contains the file inclusions of the GAL
*
* Project: Geode Xfree Frame buffer device driver.
*
*... | [
"mrg"
] | mrg |
2daa2a580574d1618ee373ba8eb4e41650b2d5ca | 9199c089707d19b5beeef107426a33caf8fd9086 | /ESP8266/GUI Code/A8266-GDEW042T2-GUI-20210824/GDEW042T2/font24.c | cdce9c98818e251716c359064480d433cef1606c | [] | no_license | dotnfc/abao_Good-Display | 8021b108cc24eab236f6bee11caa2c88ab682bb0 | 37440d0b9bd8a2d53c0d6b366d4ad7e899ee1a62 | refs/heads/main | 2023-08-21T22:22:24.540370 | 2021-09-28T12:12:56 | 2021-09-28T12:12:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 94,471 | c | #include "fonts.h"
//#include <avr/pgmspace.h>
const unsigned char Font24_Table [] =
{
// @0 ' ' (17 pixels wide)
0x00, 0x00, 0x00, //
0x00, 0x00, 0x00, //
0x00, 0x00, 0x00, //
0x00, 0x00, 0x00, //
0x00, 0x00, 0x00, //
0... | [
"90376196+abao66669999@users.noreply.github.com"
] | 90376196+abao66669999@users.noreply.github.com |
7e7e3c9b6a5f1ee6405f4c158013125d897db246 | 6426b15de2bb926cd317f0bc036ea2e5f1eccb5b | /zero.c | ae4b045ee2a74e5a5dca84a46c3f01d8c94e22d0 | [] | no_license | mayamishra/guvi | de82c079fbf2609854996d62ea768bbe9c3227a0 | 7d3cbd4961afe2ddd31a35e17cbfabf42be7fb61 | refs/heads/master | 2020-06-02T19:48:34.395867 | 2019-06-11T09:03:56 | 2019-06-11T09:03:56 | 191,288,216 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 210 | c | #include <stdio.h>
int main() {
int num;
scanf("%d",&num);
if(num==0)
printf("Zero");
else if(num<0)
printf("Negative");
else if(num>0)
printf("Positive");
else
printf("Invalid Input");
return 0;
}
| [
"noreply@github.com"
] | mayamishra.noreply@github.com |
618706e2e77ef3b5c41ef2ca75e6bc315d53ca00 | 04e5396b8ea36f011da95e04a8b96d2e2aef0b9d | /Medium/4.c | 1fcc47ab5af66572c9dca9137172b95529761915 | [] | no_license | azeemushanali/C_Code_IMS | ad544a417a503f287e9878224272b27131c0aeb5 | 039d207cd6f459079166adceae3b47289906beb1 | refs/heads/master | 2022-12-14T01:20:08.432137 | 2020-09-12T16:49:29 | 2020-09-12T16:49:29 | 277,617,879 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 491 | c | //4. Replace all 0's with 1 in a given integer
#include<stdio.h>
void main()
{
int number;
printf("Enter the number - ");
scanf("%d",&number);
printf("Converted number of %d is %d",number,convert(number));
}
int convert(int number)
{
if(number==0)
return 1;
else
convert2(number);... | [
"azeemushanali@gmail.com"
] | azeemushanali@gmail.com |
667c5bb70c8cc6ef51855a2a768e975980087215 | 2b040549a9c3bb44c4c589a648d89bd01fe7d466 | /.gitignore/pos.c | fc240fb8d02c88e6c2cad99d17521e8c494ed91c | [] | no_license | jeyabharath/cprogram | babc9fd1822bb9adced7f19aa21cda9bbcebd684 | 169fc100fd644b45d667b35a50f3209bf2c1b550 | refs/heads/master | 2021-01-01T16:52:27.557908 | 2017-08-04T11:29:07 | 2017-08-04T11:29:07 | 97,938,929 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 209 | c | #include<stdio.h>
int main()
{
int num;
scanf("%d",&num);
if(num<0);
printf("Enter number is negative");
if(num>0);
printf("Enter number is positive");
else
printf(Enter value is zero");
return 0;
}
| [
"noreply@github.com"
] | jeyabharath.noreply@github.com |
44085cd803318f8dfc086aaef2b0b511dd056181 | 64ea34a13ee6ec45722e24a9a674f3385e14566e | /components/bt/ble_mesh/mesh_models/include/model_op.h | 31ad00b6bf7940f1a0e452a44e13fcff1874a9d1 | [
"Apache-2.0"
] | permissive | taoyuan/esp-idf | 4a68aa616a2fc7df96bb318b91c409910bd76bd6 | 7e5466718cb54e47058a2489fe6b9743b1f07768 | refs/heads/master | 2020-05-16T03:31:55.003599 | 2019-04-22T10:12:21 | 2019-04-22T10:12:21 | 182,722,919 | 0 | 0 | null | 2019-04-22T09:21:13 | 2019-04-22T09:21:13 | null | UTF-8 | C | false | false | 15,813 | h | // Copyright 2017-2018 Espressif Systems (Shanghai) PTE LTD
//
// 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 app... | [
"island@espressif.com"
] | island@espressif.com |
7eec319a77b6a1f48c948aac23522c25d250653e | 505e1be9d9801b9b826d091f61dd00add2060fd4 | /Linked_Based/02- Queue/main.c | 427de56886848357418a6d9b98df6eccbc4c88b7 | [] | no_license | mohamed-hafez-mohamed/Data-Structures | d42599e169c92bd82a6c6dd963dfc3ab9298c088 | 03e9005dcc189df159ed86f045ed002d0390efd0 | refs/heads/master | 2023-02-25T12:00:40.723005 | 2021-02-02T10:53:20 | 2021-02-02T10:53:20 | 291,315,626 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 608 | c | #include <stdio.h>
#include <stdlib.h>
#include "STD_TYPES.h"
#include "BIT_MATH.h"
#include "QUEUE_interface.h"
int main()
{
Queue_t MyQueue;
QueueEntry_t element = 10;
QueueEntry_t front_element;
QUEUE_voidInitializeQUEUE(&MyQueue);
if(!QUEUE_u8IsQueueFull(&MyQueue))
{
... | [
"noreply@github.com"
] | mohamed-hafez-mohamed.noreply@github.com |
a084fde738e70b128ac96902f9d95e448decc734 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/ab61db80-12a8-4b18-b0e3-de030094a3dc.c | 65a07086f4b924cfec84f60bfcac9acd1138e124 | [] | 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=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = j/j;
l = i-j;
l = j-j*k;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
651f97198beabe1077a7149a8b4a0d67a7cfe4ef | 906b97906857183db917ff708b0eee65e64ceb2b | /to multiply two numbers.c | f80eaa4d829948939ebf0adf2d2f72215cb81f6e | [] | no_license | deepakkumarjha1111/c-programming1 | a195829753b021ea089beabb44b034d7d544729b | 02560945c4d2cf798273f78cb5d0105d727a4d25 | refs/heads/main | 2023-08-13T09:36:48.309950 | 2021-10-10T18:34:04 | 2021-10-10T18:34:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 139 | c | #include<stdio.h>
int main ()
{
int x,y,multiply;
x=10;
y=56;
multiply=x*y;
printf("%d",multiply);
return 0;
}
| [
"noreply@github.com"
] | deepakkumarjha1111.noreply@github.com |
2a6f68041042a227d01ab1f8cbc351f19c0685d5 | b72830060331b594191dec76bed1ee12836db02e | /WSWinhoPubLib/WinhoCAAPubLib/ImportedInterfaces/win_b64/CATMathVector.h | ef4a31c0fab32459c3dc61216f9ff1b7eb19374d | [] | no_license | Locke-Shi/CAAV5 | 287ed8349774ebd14c891534474e17acaf77cfe5 | 58001200081c58521ca05082a37b714e2c16c369 | refs/heads/master | 2023-03-05T07:14:53.849566 | 2021-02-20T02:45:57 | 2021-02-20T02:45:57 | 318,120,847 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 98 | h | #include "C:\WinhoMBE\DassaultSystemes\V5R21\B21\.\Mathematics\PublicInterfaces\CATMathVector.h"
| [
"shiyi@zwcad.com"
] | shiyi@zwcad.com |
5d72cf235b7aff47e7f51d63c4ec236c8df0efdd | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/windows/advcore/ctf/cicload/private.h | e8eacafcfc301a5722e0cc9ede36e2ce56b78d8b | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C | false | false | 558 | h | //+---------------------------------------------------------------------------
//
// File: private.h
//
// Contents: Private header for aimmload project.
//
//----------------------------------------------------------------------------
#ifndef _PRIVATE_H_
#define _PRIVATE_H_
#define _OLEAUT32_
#... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
83df620a289a13dbc633fb5100bdf8332699ae55 | 37289bc32eac5bb9644b1101422b506ac02517a9 | /Assignment_2/AssignQn_1/prod_con.c | 71fb6d7d1dca2f17d25931da6e9ed9f0f87234b9 | [] | no_license | 99003165/Linux_OS_Programming | 16b64a1a8e0fc8ed41038b08caa4d5500c56daaf | 094ab024585a4c56f8dbc04cdc16d0d231878b7a | refs/heads/master | 2023-02-16T03:16:58.410715 | 2021-01-09T11:54:35 | 2021-01-09T11:54:35 | 328,142,701 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,149 | c | #include <pthread.h>
#include <semaphore.h>
#include <stdlib.h>
#include <stdio.h>
#include "prod_con.h"
#define Buf_size 5
#define MaxItems 5
sem_t empty;
sem_t full;
int buffer[Buf_size];
pthread_mutex_t mutex;
int in = 0;
int out = 0;
void *producer(void *pnum)
{
int item;
//int in = 0;
for(int i... | [
"roshan.kochgawe@ltts.com"
] | roshan.kochgawe@ltts.com |
7713f3eb7c1b9edde9b0c2e921d79b01d4df417e | e2c20d40fd7109cdadd5682e82963857739b6599 | /nautilus/include/test/sysbench/lua/internal/sysbench.sql.lua.h | 25a07ce736f251856c415b08414bf870fa4fb98e | [
"MIT"
] | permissive | mgleonard425/nautilus_newlib | 5ae8d3ed15cccce18f5641684d5e627ddb80c386 | 75d696df1bae109ef1a96a22e73b3bb202a0fcd6 | refs/heads/master | 2021-07-09T22:52:41.845520 | 2017-10-09T02:42:48 | 2017-10-09T02:42:48 | 106,228,872 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 86,688 | h | unsigned char sysbench_sql_lua[] = {
0x2d, 0x2d, 0x20, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74,
0x20, 0x28, 0x43, 0x29, 0x20, 0x32, 0x30, 0x31, 0x37, 0x20, 0x41, 0x6c,
0x65, 0x78, 0x65, 0x79, 0x20, 0x4b, 0x6f, 0x70, 0x79, 0x74, 0x6f, 0x76,
0x20, 0x3c, 0x61, 0x6b, 0x6f, 0x70, 0x79, 0x74, 0x6f, 0x76,... | [
"mgleonard425@gmail.com"
] | mgleonard425@gmail.com |
3a5685234c8eb5af1ecb57b56ff50c7d5901af55 | 80ebce13244410af3a3818304de9b3b2a9dfc93c | /hardware/ti/wlan/wl1271_softAP/CUDK/configurationutility/src/wpa_core.c | c4c3ee2a6a56bcd30b5b6e3d21c52bddb4107fe4 | [] | no_license | hongyunnchen/qiss-me-bsp | 4d53d6f0bf242521a104024c2a72b8f290873fdb | 342f7464d58479abe9e64917deb0281582bc25dc | refs/heads/master | 2021-01-10T10:03:52.319213 | 2012-12-12T02:26:39 | 2012-12-12T02:28:43 | 49,120,250 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,650 | c | /*
* wpa_core.c
*
* Copyright 2001-2010 Texas Instruments, Inc. - http://www.ti.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-... | [
"service@qiss.mobi"
] | service@qiss.mobi |
dd3151760892227c95ee856c46f4e71eb1f48efc | 5a6a4283ec9f96d3ea6b02ad5d25c953ee2e65b1 | /ADC.c | 4d85c514676b6f36098e20f68eeb6a3887e80c4d | [] | no_license | MarioSotoF/lab2_digital2 | 3966f6523ad1c4de22f5af4494a39e971fe55acf | 020010496d36977656951cf29a1630eb87721075 | refs/heads/master | 2023-02-27T05:19:43.740088 | 2021-02-08T16:38:14 | 2021-02-08T16:38:14 | 336,955,102 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 387 | c | #include "adc.h"
#include <pic16f887.h>
/*
* Author: mario
*
*
*
*
*/
//Iniciar Condiciones para generar la Interrupcion
#define _XTAL_FREQ 8000000
void conversion(int channel){
INTCONbits.GIE = 1;
INTCONbits.PEIE = 1;
PIE1bits.ADIE = 1;
PIR1bits.ADIF = 0;
ADCON0=0b01000000;
ADCON... | [
"sot18351@uvg.edu.gt"
] | sot18351@uvg.edu.gt |
f3e5aef3fb00dc60ef8b92845f126d53517cb483 | 901e13ba03a2b69c62136539349ad21736c0b520 | /apps/audio_tone/firmware/src/config/sam_v71_xult/configuration.h | f3dc1911319baf343711084be16706ece0c9fa6c | [
"LicenseRef-scancode-unknown-license-reference",
"ISC",
"LicenseRef-scancode-public-domain"
] | permissive | kl002/audio | 34a4fd3f80df9039533e65be17b35e61588b67ec | 2a39b5c36d6cce4226a1ab2c6f1031a79b021a1b | refs/heads/master | 2020-06-03T08:18:18.356000 | 2019-05-24T22:57:25 | 2019-05-24T23:16:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,117 | h | /*******************************************************************************
System Configuration Header
File Name:
configuration.h
Summary:
Build-time configuration header for the system defined by this project.
Description:
An MPLAB Project may have multiple configurations. This file defin... | [
"http://support.microchip.com"
] | http://support.microchip.com |
37a99193c2f95f263fc70321e8ebfb541d40246b | 0302c7995341edc1eb6c3d53c0d7e59ad7c6b2fe | /mcp3002_comm.c | 181eedd3f80dd2276507bca155951046be834ead | [] | no_license | Arcturus314/MuddPiV5 | 7b085c1c3fa273556cd361f86988077b5de6c25b | dd6cff79f524310197ad1cdfaf77c906dd1f355b | refs/heads/master | 2022-02-03T01:20:06.572122 | 2019-05-18T09:06:29 | 2019-05-18T09:06:29 | 154,902,645 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 526 | c | //Kaveh Pezeshki
//literally just turns an LED on
#include "easySamIO.h"
int main(void) {
samInit();
//Testing Digital I/O
/*
pinMode(10, OUTPUT);
while (1) {
digitalWrite(10, LOW);
for(int i = 0; i < 100000; i++);
digitalWrite(10, HIGH);
for(int i = 0; i < 100000; i++);
}
*/
//Testing SPI
unsi... | [
"kaveh@pezeshki.org"
] | kaveh@pezeshki.org |
5c2bc52b40edce35db144a51be0fb28d0a652226 | b367fe5f0c2c50846b002b59472c50453e1629bc | /xbox_leak_may_2020/xbox trunk/xbox/public/wsdk/inc/crt70/EmptyVC.h | 7a06a70c5af1158699dcb0ab7f9dcbb7cb917cd1 | [] | no_license | sgzwiz/xbox_leak_may_2020 | 11b441502a659c8da8a1aa199f89f6236dd59325 | fd00b4b3b2abb1ea6ef9ac64b755419741a3af00 | refs/heads/master | 2022-12-23T16:14:54.706755 | 2020-09-27T18:24:48 | 2020-09-27T18:24:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,954 | h |
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0334 */
/* Compiler settings for emptyvc.idl:
Oicf, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
2d7200eb3e32e0a85a184e51828ccd84df07d5e0 | ba2c6a634681df7c43934f9f5ff2e7e11e51178d | /8086/queens/a86/ins.c | 20da6a33f54078dba2c9277c99e602365f1a2439 | [] | no_license | bsdimp/MIT-Compiler | 37830abe221bc493f77a0abff4d90830b300f8ec | ed84afe29b0ce3129ddaa3d70b72551d7afb5814 | refs/heads/master | 2020-04-22T06:02:02.116411 | 2019-02-11T18:22:49 | 2019-02-11T18:22:49 | 170,176,593 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,471 | c | #include "mical.h"
#include "inst.h"
#define AR 0 /* must be an areg */
#define DR 1 /* must be a dreg */
char Code_length; /* Number of bytes in the current instruction*/
short *WCode = (short *)Code;
struct oper operands[OPERANDS_MAX]; /* where all the operands go */
int numops; /* # of operands to the current i... | [
"wlosh@netflix.com"
] | wlosh@netflix.com |
4452969a35c102e7eca285368cc989bd8e512fad | 45ca4f34adf6c3b3c13be2302a94d162ffb256d1 | /C&Cpp/InfoSecurity/test.c | 037a80e33421c2fcda2aa6cd7566fa8f85a56a9c | [] | no_license | amaranth0203/Sources | a7c961525139314cdbcf29eeff5c55050c1bce10 | a474f9e104dbd6a7af6ad89f16cce028e0505424 | refs/heads/master | 2021-01-24T17:20:09.405819 | 2018-07-13T02:47:50 | 2018-07-13T02:47:50 | 47,556,547 | 5 | 6 | null | null | null | null | UTF-8 | C | false | false | 5,765 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
//remove 'Z' by default , use 'X' instead.
char dict[5][5] = {
{ 'A' , 'B' , 'C' , 'D' , 'E' } ,
{ 'F' , 'G' , 'H' , 'I' , 'J' } ,
{ 'K' , 'L' , 'M' , 'N' , 'O' } ,
{ 'P' , 'Q' , 'R' , 'S' , 'T' } ,
{ 'U' , 'V' , 'W' , 'X' , 'Y' } } ;
char* encode( char* text ... | [
"357628953@qq.com"
] | 357628953@qq.com |
cfc86d7370e18583af176b9208ace593a61366c7 | 3d88e3bb4660ad059349885016a08870e8f222b5 | /openssl-matls-lib/include/openssl/ssl3.h | 1dc9748746392bb321d95c31a1deb9430319a3e7 | [] | no_license | hw5773/matls | 936a2d159391123f1c77f28bc07784ea05fdf79f | b2aa2daca43f817c53c9883e05ddf086556623ca | refs/heads/master | 2021-07-06T22:51:47.695973 | 2018-07-07T16:43:04 | 2018-07-07T16:43:04 | 100,862,959 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 27,612 | h | /* ssl/ssl3.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-commercia... | [
"hwlee2014@mmlab.snu.ac.kr"
] | hwlee2014@mmlab.snu.ac.kr |
35a8a9eab283190a750c6d97059ba2f763c4bb3f | 561588907a0191b9d0a3cf18204a2159ffa13eac | /src/lib/avrcp/avrcp_profile_handler.h | a873e4ab7fa2c9575a6d0066c900f325f96435a7 | [] | no_license | symeen/Qualcomm-_ADK4.4 | bbe9388de0efc4bfdb3f790f5be3d908b85fca26 | f06d5c0e4a23dd94f968b1bd112178ba31710c0b | refs/heads/master | 2022-03-22T13:31:14.498281 | 2019-11-30T17:17:05 | 2019-11-30T17:17:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,996 | h | /****************************************************************************
Copyright (c) 2004 - 2015 Qualcomm Technologies International, Ltd.
Part of ADK_CSR867x.WIN. 4.4
FILE NAME
avrcp_profile_handler.h
DESCRIPTION
Header file for the AVRCP profile library.
*/
#ifndef AVRCP_PROFILE_HANDLER_H_
#defi... | [
"gongdezhi900220@outlook.com"
] | gongdezhi900220@outlook.com |
5e59f4041e4baaff108ac9a8ec7f54173e83ee90 | 7ceb1fc38457fd6d73420b9a721fd85bdffca58f | /Insertion sort.c | 47543584f6dbac08a9a17b49f1c4a6fe1607a719 | [] | no_license | ReaganZ/ReaganZ.github.io | 585bfc59c93ea95481fe4144356edf206245863a | 91858ec475eb8bbacf19da2202d37782a83ec792 | refs/heads/main | 2023-05-09T17:14:08.856479 | 2021-06-11T10:56:59 | 2021-06-11T10:56:59 | 349,398,066 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,107 | c | /*
项目名称:插入排序
作者:张娅蕾
学号:202010420127
编程语言:C语言
班级:网工一班
日期:2021/03/20
目的:实现插入排序算法
*/
#include <stdio.h>
#define N 5
int main()
{
int i;
int a[N];
//利用for循环依次输入数组a的值
for(i=0;i<N;i++)
scanf("%d",&a[i]);
Insertion_sort(a,N); //引用函数
//利用for循环依次输出排序后的结果
for(i=0;i<N;i++)
printf("%... | [
"noreply@github.com"
] | ReaganZ.noreply@github.com |
b61ccc2c13ba3ee17cdbb3404ddc67353836d9b5 | e2d492ca3543bede57d88fdfd5bc69dbd7d26655 | /0x06-signals/2-handle_sigaction.c | 5c7f1f8772b867788e7691eeba06d05831648fbf | [] | no_license | wassimbel/holbertonschool-system_linux | df7758230ae1606123aecefd3e27397080dc3f40 | a68cc55a38d2d565df4ee74eb4e554737adc5b5f | refs/heads/main | 2023-08-23T19:03:50.237568 | 2021-10-20T03:34:12 | 2021-10-20T03:34:12 | 357,172,631 | 0 | 0 | null | 2021-07-07T05:44:15 | 2021-04-12T11:47:15 | C | UTF-8 | C | false | false | 412 | c | #include "signals.h"
/**
* handle_sigaction - sets a handler for the signal SIGINT
* Return: return 0 on success, or -1 on error
**/
int handle_sigaction(void)
{
struct sigaction act;
act.sa_handler = handler;
return (sigaction(SIGINT, &act, NULL));
}
/**
* handler - handler for SIGINT
* @signum: signal nu... | [
"wassim.belhedi1@gmail.com"
] | wassim.belhedi1@gmail.com |
bab0023e5adbe82a2a1573b7dc87202a6a9799f9 | a33aac97878b2cb15677be26e308cbc46e2862d2 | /program_data/PKU_raw/39/794.c | 69b1bf6e0eed23c3a6af8540a0ea52f9ba075099 | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 931 | c |
struct Student
{char name[30];
int q;
int b;
char s;
char x;
int w;
int money;
};
int main()
{
struct Student stu[100];
struct Student temp;
int n,sum=0,i,j,k;
scanf("%d",&n);
for(i=0;i<n;i++){
scanf("%s%d%d %c %c%d",&stu[i].name,&stu[i].q,&stu[i].b,&stu[i].s,&stu[i].x,&stu[i].w);... | [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
0e24bbbcb6d956c2cadaf91b38d6d73fd8502c23 | 6ee04cf94ee1020d25c0d99a5463456da142064e | /Pods/Headers/Public/InstaKit/REInstaVideo+CoreDataProperties.h | 805cbf345d5307bedd260bc9c781f8dd23469696 | [] | no_license | rinat-enikeev/Instagram | 0ddb494e9f6af2d851fd95fc0f83132f61823336 | 7907aa023b40a7cd17d7f127f30112a1ece2a925 | refs/heads/master | 2021-01-21T13:26:20.427654 | 2016-04-26T18:40:51 | 2016-04-26T18:40:51 | 46,441,753 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 69 | h | ../../../InstaKit/Pod/Classes/Model/REInstaVideo+CoreDataProperties.h | [
"rinat.enikeev@gmail.com"
] | rinat.enikeev@gmail.com |
b188a07ab5efaa4454d55aba90440b4a68a0b262 | 7df190df28da7e4ff166e55dc8ce780f11236a9f | /src/router/libutils/libutils/linux_timer.c | 4c87186c7dbc5872269c1d4895134c1b901a4d56 | [] | no_license | mirror/dd-wrt | 25416946e6132aa54b35809de61834a1825a9a36 | 8f2934a5a2adfbb59b471375aa3a38de5d036531 | refs/heads/master | 2023-08-31T14:54:47.496685 | 2023-08-30T17:40:54 | 2023-08-30T17:40:54 | 7,470,282 | 520 | 281 | null | 2023-05-29T20:56:24 | 2013-01-06T17:21:29 | null | UTF-8 | C | false | false | 21,302 | c | /*
* Copyright (C) 2017, Broadcom. 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 copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" ... | [
"s.gottschall@dd-wrt.com"
] | s.gottschall@dd-wrt.com |
2972f369c07e2edfc06c31e9b4f6634015b100b4 | 364ac73696914553408fb4f677267fa84617acf3 | /0x05-pointers_arrays_strings/1-swap.c | 0487310778bd621700de8d0b6a1ab9c0df5ab5fd | [] | no_license | anguiclavijods/holbertonschool-low_level_programming | 25411c57fffd3926fdab10cf8689ba8b386b774f | 86ebf4211013f3f1150873a108e04e135d068b7f | refs/heads/main | 2023-07-16T21:49:19.887447 | 2021-09-02T01:53:46 | 2021-09-02T01:53:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 187 | c | #include "holberton.h"
/**
*swap_int - swaps the values.
*@a: value swaps.
*@b: value swaps.
*Return: none.
*/
void swap_int(int *a, int *b)
{
int i;
i = *a;
*a = *b;
*b = i;
}
| [
"angiedesarrollo@gmail.com"
] | angiedesarrollo@gmail.com |
ba9e17124acb4c1d802c4178a5cffb118723834d | 7e45abc2361dd4cb31474b4442f93aef4b833d8a | /StdC/day03/exec03.c | 7483d11ca3595ff81d23566e27b8c73b7b58b773 | [] | no_license | qyqgit/MyDoc | 187da579fc920f9f9e2bd238cfa11387060eeb57 | 92f23732efa2ada09a4311520ebd1c8fd3e86e86 | refs/heads/master | 2020-06-12T05:40:27.691706 | 2019-11-17T08:49:44 | 2019-11-17T08:49:44 | 194,210,236 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 190 | c | #include<stdio.h>
int main(){
int a = 0;
scanf("%d",&a);
if(a > 0)
printf("正数\n");
else if(a < 0)
printf("负数\n");
else
printf("零\n");
}
| [
"qyqm@live.cn"
] | qyqm@live.cn |
e35893f96a50b73baa0137634a515040b4eddbc9 | 4657b8e79bd5c76833dc4b9defd8c79b62de3adc | /src/ui.c | 756dc611c89a63858e40b9f4ee2532edd40e8c75 | [
"BSD-2-Clause"
] | permissive | marcelhollerbach/anna | bbaaffb94eede08cfd78ae84ef3dfd44a09666eb | 12cb6fa1aa7f1e0eac46c26044fe35a678a557fa | refs/heads/master | 2021-01-19T14:19:16.373808 | 2018-02-01T12:32:56 | 2018-02-01T12:36:39 | 88,147,253 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,640 | c | #include "main.h"
#define GROUND "public.background"
#define WAITING "public.waiting"
#define LOGIN "public.login"
typedef struct {
struct {
Evas_Object *user;
Evas_Object *password;
Evas_Object *sessions;
Evas_Object *button;
Evas_Object *image;
} login;
struct {
... | [
"marcel-hollerbach@t-online.de"
] | marcel-hollerbach@t-online.de |
1c085e8bfdea0511c75c61248e8ae2a30d51051d | 0f982c81f79b1838019ecdbf7ceae05e06e5267b | /view/window_main.h | 305c5a8bb827d5adb516b0f11307232830302848 | [] | no_license | HuyCui/Trade | 36c7bf92d3513dbb7498016b8e0bf63b5be0978a | 4e7781f2617ec0b1a47f5d74364781b9fd52505b | refs/heads/master | 2022-01-09T10:35:20.802013 | 2019-06-14T14:06:30 | 2019-06-14T14:06:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,728 | h | /******************************************
Copyright:SDUT
Author:崔辉
Date:2018-01-18
Describe:显示主界面
Mail:956622792@qq.com
******************************************/
#ifndef _WINDOW_MAIN_H
#define _WINDOW_MAIN_H
#define w_(builder,type,name) name=GTK_##type(gtk_builder_get_object(builder,#name))
GtkWindow *window_main... | [
"991136904@qq.com"
] | 991136904@qq.com |
9c2c35ed4d4d2093652d06e78be4480570ea0306 | b7eb404bbf7e9f001d4f875585032e00d8bb8980 | /libft/srcs/bigint/ft_bigint_shiftleft.c | 7a138d46b78823d797c1df2a36b542635ec8a92f | [] | no_license | apft/lem_in | f74d388fb95e067e2e85d1a2461fa9f545655669 | a3d3caec78a5aa324348617d75a1420b05b7669c | refs/heads/master | 2020-05-16T18:31:05.164816 | 2019-07-26T17:38:20 | 2019-07-26T17:38:20 | 183,226,682 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,702 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_bigint_shiftleft.c :+: :+: :+: ... | [
"jkettani@e2r2p3.42.fr"
] | jkettani@e2r2p3.42.fr |
8bd49ece04d99294b9d962e31d5333fe26872950 | b832f45160e3ccf6a82d9d0c249788c73fc4d401 | /bookwork/src/chapter2/ex2_3.c | 46eabc2a70e280fd218663d2e20f344553e13110 | [] | no_license | talbotp/learn-c | 135fe40d5f5ab3d1df7411ae708fd91419af0830 | 2b3fb615b741dde69c5d8b172572670a0b74960c | refs/heads/master | 2020-04-02T08:01:50.368466 | 2018-11-25T22:04:24 | 2018-11-25T22:04:24 | 154,226,043 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,839 | c | /**
* Exercise 2-3 from page 46 of K&R.
*
* Create a function which converts strings hex to integer value.
*
* Author: P Talbot
*/
#include <stdio.h>
#include <string.h>
#include <math.h>
/*
* Link to the ASCII table to caclulate these values is here.
* http://ee.hawaii.edu/~tep/EE160/Book/chap4/subsection2.1... | [
"parkertalbot2@gmail.com"
] | parkertalbot2@gmail.com |
306b41b3e6012777ebeb952e6708350b9902799c | 36c01e2cc7d3a5a71fafe59583f10f479a8691d6 | /PCem/cdrom-iso.c | 1c093126a8027f2333b8360617dc498e6722c9c9 | [] | no_license | qeeg/PCem-X-libretro | a699dd4b8b3d6b06d4ae47af83254a9fa9874cf4 | 7cf07d3a208a5eb6d3d0c094d3b7a72edce4ea5c | refs/heads/master | 2021-05-30T10:37:26.186091 | 2015-12-08T03:24:19 | 2015-12-08T03:24:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,437 | c | /*ISO CD-ROM support*/
#include "ibm.h"
#include "ide.h"
#include "cdrom-ioctl.h"
#include <sys/stat.h>
int cdrom_drive;
int old_cdrom_drive;
static ATAPI iso_atapi;
static uint32_t last_block = 0;
static uint64_t image_size = 0;
static int iso_inited = 0;
static char iso_path[1024];
static void iso_close(void);
st... | [
"richardg867@gmail.com"
] | richardg867@gmail.com |
b47c3abda2e125266b017a86f3a9f91f2c30b67c | 73dc0b15f52d5d12666410f2f031c0a389ad8b14 | /app/src/main/cpp/decode/ffmpeg_core.h | b3c168cec412157be4291cd129f9a9be88e788ae | [] | no_license | whimaggot/FFmpegExamples | 4c18ca3dfac52c43a0f9a804d1b223e7b1d1f769 | e8f16150f32203da78bb904bddc1432a529d8af2 | refs/heads/master | 2020-04-06T06:36:32.088664 | 2017-07-03T12:06:30 | 2017-07-03T12:06:30 | 95,430,182 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 368 | h | //
// Created by whiMaggot on 2017/6/26.
//
#include <jni.h>
#ifndef FFMPEGTEST_FFMPEG_CORE_H
#define FFMPEGTEST_FFMPEG_CORE_H
#endif //FFMPEGTEST_FFMPEG_CORE_H
extern "C" jint Java_com_whimaggot_os_ffmpegtest_FFmpegCoreActivity_core(JNIEnv *jniEnv,jobject obj,jint cmdnum,jobjectArray cmdline);
void custom_log(voi... | [
"huangweiqiang@aipai.com"
] | huangweiqiang@aipai.com |
c56e7c69b9f8c65a3cc8d06afa2759351fae6f1b | a065258679212b992a51df72b2749ca6b695cf3a | /src/dclinabox/dclinabox.c | 49f846e8f97094b343cb93b16bcc6f8c21861de1 | [] | no_license | Distrotech/DCLinabox | 7c192502f459783ecc20e78eaf955cd2c6d80d36 | 2132a5faf65301253a7d457bdfbe3d3458080463 | refs/heads/master | 2023-07-31T05:20:37.704165 | 2013-06-01T16:08:41 | 2013-06-01T16:08:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 51,438 | c | /*****************************************************************************/
#ifdef COMMENTS_WITH_COMMENTS
/*
DCLinabox.c
JavaScript based VT102 terminal emulation using WASD WebSocket communication
with a pseudo-terminal connected VMS process.
Based on JavaScript code from the Sh... | [
"gregnietsky@gmail.com"
] | gregnietsky@gmail.com |
f201c623ea53a54d9a42733ab48edf945c3c7adb | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/drivers/gpu/drm/ttm/ttm_bo_util.c | b7f757158df7ab89a30bcef630cf885fcb54097b | [
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later",
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | OLIMEX/DIY-LAPTOP | ae82f4ee79c641d9aee444db9a75f3f6709afa92 | a3fafd1309135650bab27f5eafc0c32bc3ca74ee | refs/heads/rel3 | 2023-08-04T01:54:19.483792 | 2023-04-03T07:18:12 | 2023-04-03T07:18:12 | 80,094,055 | 507 | 92 | Apache-2.0 | 2023-04-03T07:05:59 | 2017-01-26T07:25:50 | C | UTF-8 | C | false | false | 17,243 | c | /**************************************************************************
*
* Copyright (c) 2007-2009 VMware, Inc., Palo Alto, CA., USA
* 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"... | [
"gamishev@gmail.com"
] | gamishev@gmail.com |
7742378e5e910f835e56f7d031fb6dd4331ce1d5 | da0899519f0722acbcdd5e0aaf08849db887d42d | /vendor/marvell/generic/ttc_telephony/drivers/hwmap/hwmap.c | f0caa56e37824512213b1d141d52084b5bf63fe3 | [] | no_license | ljvblfz/TD100 | 5ac9968a823008b9c55440a85606a22adf1599e2 | 89b962ee3056d076220b8a972762f23367567a9f | refs/heads/master | 2023-08-19T20:02:49.540718 | 2017-04-29T13:10:05 | 2017-04-29T13:10:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,839 | c | /*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*(C) Copyright 2008 Marvell International Ltd.
* All Rights Reserved
*/
#include <linux/errno.h>
#include <linux/init.h>
#... | [
"342981011@qq.com"
] | 342981011@qq.com |
96adb7e1c629e73999e21137b48a3678726dc840 | deece43899471a09ada50e216c54d37aacf7d95e | /LP_atv/L2LP/ex3/ex3.c | 3bdaa3c69e4bbe068aef40f35b8f549b182b6128 | [] | no_license | Gabrieladmo/Backup | b98b0fd451e6f882624e815cf749bde65d6ca2c3 | 8d859309b97cdb39a34d42a2968d6c97496f720e | refs/heads/master | 2020-04-30T00:55:02.313530 | 2019-03-19T14:29:14 | 2019-03-19T14:29:14 | 176,514,741 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,203 | c | #include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
typedef struct{
int cod;
int tvsGrandes;
int tvsPequenas;
} sVendas;
int main(){
FILE * arq;
sVendas vendas[100];
int identificador=1, i, j, qtdeAluno, qtdeTelefone;
arq = fopen("Vendas.dat", "... | [
"noreply@github.com"
] | Gabrieladmo.noreply@github.com |
6147ab4ce4197e8f79219c29d143156449e666a5 | d69553dc406e672ff2acf857db56ea9fe1beba6a | /haskell/matrix/.stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/test/autogen/cabal_macros.h | a49259d2617e4850d12e8bc94871021fec658b39 | [] | no_license | guilhermehas/exercism | 86fef09dc9bd02d42b4eebbc520523c0e5b77366 | 55b6ab7632ef8431deccb7e42f099392d9bd76ca | refs/heads/master | 2020-03-27T06:49:03.296627 | 2019-03-09T15:14:03 | 2019-03-09T15:14:03 | 146,137,742 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 6,560 | h | /* DO NOT EDIT: This file is automatically generated by Cabal */
/* package matrix-1.0.0.6 */
#ifndef VERSION_matrix
#define VERSION_matrix "1.0.0.6"
#endif /* VERSION_matrix */
#ifndef MIN_VERSION_matrix
#define MIN_VERSION_matrix(major1,major2,minor) (\
(major1) < 1 || \
(major1) == 1 && (major2) < 0 || \
(m... | [
"guilhermehas@hotmail.com"
] | guilhermehas@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.