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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cd10cbe1523abe81d9c67eb367e2ae68c3a95e55 | 863cbd6f88df5906e795317192fb1e88f4527652 | /p6-ap742-jek343/p6/s2.c | 1452fadf1a6d2a69378620cca2e93c5143087aad | [] | no_license | ashriram/Computer-Architecture | 5251caabea432de7a0f86dfe196d26a15f810877 | 5d21d84213cdcf89e659a89b5eb3507d8f14698e | refs/heads/master | 2020-11-30T06:14:00.551143 | 2019-01-30T18:51:07 | 2019-01-30T18:51:07 | 230,329,238 | 1 | 0 | null | 2019-12-26T21:17:25 | 2019-12-26T21:17:25 | null | UTF-8 | C | false | false | 2,180 | c | int test19() {
int n_tries = 10000;
int block_size;
// 1024 bytes of padding
// --------------------
// 1024 bytes of "heap"
// -------------------- <-- heap_start
// 1024 bytes of "padding"
char memarea[HEAP_SIZE*3];
//fill padding with an arbitrary value
for (int i = 0; i < 1... | [
"jek343@cornell.edu"
] | jek343@cornell.edu |
9bebf03fde99cd6e7146bbcf06ed987f56e7a301 | 3a9958147415bb7355fc4e43c9e16e7b95db8b76 | /src/tecgraf/iup/srccontrols/iup_dial.c | e0dbc029deafe807bdd8c4226be767926efa95a4 | [
"MIT"
] | permissive | sanikoyes/lua-tools | 4bd8d4ce1b77e3c811616894cd86cb17bcf32a8c | 513b3bbc316d8a35896528253415bbe189ede665 | refs/heads/master | 2021-01-21T05:02:52.642050 | 2016-05-30T10:24:38 | 2016-05-30T10:24:38 | 37,987,656 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 22,604 | c | /** \file
* \brief Dial Control.
*
* See Copyright Notice in "iup.h"
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "iup.h"
#include "iupcbs.h"
#include "iupkey.h"
#include <cd.h>
#include <cdiup.h>
#include <cddbuf.h>
#include "iup_object.h"
#include "iup_attrib.h"
#in... | [
"sanikoyes@163.com"
] | sanikoyes@163.com |
0262f7ae8b66665e64d931e6cbde53d02574c27d | 8827df82497e0e935a5ca04841ef8b7ff1d360b0 | /src/net.c | b030041af6929e7a74b6343630c15f3c7be6003a | [
"MIT"
] | permissive | albert-yu/morse | d01502eb62d225689a5753e44105f42931abbf6a | dfb48dc58734f7adc7d87f3d45556ab256ce9a14 | refs/heads/master | 2020-04-20T00:54:48.252299 | 2019-06-20T16:21:34 | 2019-06-20T16:21:34 | 168,531,824 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,134 | c | #include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <arpa/inet.h>
#include "net.h"
#define BACKLOG 10 // how many pending connections queue will hold
/**
* This gets an Internet address, either IPv4 or IPv6
*
... | [
"albert.yu@gmail.com"
] | albert.yu@gmail.com |
fd18a4e9c3876e235ff6a162069cdce080595169 | 2eb67f6531448564498d8b4ef502d2e6e954f075 | /Union Intersection/main.c | 483ed51923e23877ce7b2734ee40d29670c92fbf | [] | no_license | ShaguptaS/codingground | fb35469da4342e7b6d565b55847613906ad7f8ff | a67aba067b0094eb530e841df5e758300ccea65e | refs/heads/master | 2021-01-22T07:22:54.934481 | 2015-05-13T06:39:50 | 2015-05-13T06:39:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,639 | c | #include <stdio.h>
typedef struct node
{
int data;
struct node *next;
}node;
void push(node **head_ref,int data){
node *new_node=(node *)malloc(sizeof(node));
new_node->data=data;
new_node->next=*head_ref;
*head_ref=new_node;
}
void print_list(node * head)
{
printf("\n...\n");
while... | [
"ssshaggy17@gmail.com"
] | ssshaggy17@gmail.com |
87a6e581a850f98da0a5d8a626a67db80e29eb42 | d3bd4f6b699a71fd1474b51fd079949cd867bad7 | /mbed-os/targets/TARGET_MKE18F/NXP_MKE18F_drivers/fsl_port.h | 655e524b8c38ae0f1df207fb46ae97ed9fb07711 | [
"Apache-2.0"
] | permissive | Indemsys/Mbed_led_blinky_MKE18F | 294d95dadb53989648449677e5b0efa3f4f62875 | 217a6e04044791ed48cc4fcf49020aa0a70db5cc | refs/heads/master | 2021-07-03T11:31:47.983942 | 2020-08-28T14:18:17 | 2020-08-28T14:18:17 | 146,747,929 | 1 | 1 | Apache-2.0 | 2020-03-07T09:49:43 | 2018-08-30T12:42:02 | C | UTF-8 | C | false | false | 19,262 | h | /*
* The Clear BSD License
* Copyright (c) 2015, Freescale Semiconductor, Inc.
* Copyright 2016-2017 NXP
* 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 followin... | [
"Indemsys@users.noreply.github.com"
] | Indemsys@users.noreply.github.com |
c308b51988f01ecfc17d2354be48038389dc4cc2 | ec1ddc212ffb2cae1a9b21f40704e9bd729dd36d | /lwip/src/include/lwip/ip4.h | d3de953a8aec1a1ff4881a1a33643c3107da309d | [] | no_license | ChenDudo/MM32_MB039 | 41844fcbd9b00ed100942065bcf1f980ca894ed8 | 240d153aaf21f3c0bf25d10e45a0f5fb5a7b87a1 | refs/heads/main | 2023-08-03T01:48:17.556671 | 2021-09-17T08:29:20 | 2021-09-17T08:29:20 | 407,106,686 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,049 | h | /**
* @file
* IPv4 API
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must ... | [
"1421027452@qq.com"
] | 1421027452@qq.com |
2493df29d59978c10d04446e456c5ced07144a0d | a57051b48c4eb1b8b9f7c2dba5e1af25ca8f8e74 | /gen234/6/ut_nest.c | e64935fe41e43adf606e27b8fb639517287fcef8 | [] | no_license | mnemnion/urbit | 7918d7d3d42f0289cc208886162a122b065a34c2 | 01a5366fdd1c04fd9fc6dc194b065d1ac96ff402 | refs/heads/master | 2020-12-25T12:17:58.737963 | 2013-06-16T18:09:22 | 2013-06-16T18:09:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,828 | c | /* j/6/ut_nest.c
**
** This file is in the public domain.
*/
#include "all.h"
#include "../pit.h"
/* logic
*/
/* forward
*/
static u2_flag
_nest_sint(u2_wire, u2_noun, u2_noun, u2_flag, u2_noun, u2_noun);
static u2_flag
_nest_dext(u2_wire, u2_noun, u2_noun, u2_flag, u2_noun, u2_noun);
u2_ho_je... | [
"cgyarvin@gmail.com"
] | cgyarvin@gmail.com |
fca51c81536933d621db1b7becd3870de56a9fd0 | a03a7935a191d63bee76fd3b85a61ee27f98904a | /src/databases/Image/ImageCommonPluginInfo.C | 1c9834870798a632c50dfc0b8d8fce77113a83e2 | [] | no_license | cchriste/visit | 57091c4a512ab87efd17c64c7494aa4cf01b7e53 | c72c413f571e56b52fb7221955219f11f4ba19e3 | refs/heads/master | 2020-04-12T06:25:27.458132 | 2015-10-12T15:41:49 | 2015-10-12T15:41:49 | 10,111,791 | 5 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,800 | c | /*****************************************************************************
*
* Copyright (c) 2000 - 2015, 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... | [
"bonnell@18c085ea-50e0-402c-830e-de6fd14e8384"
] | bonnell@18c085ea-50e0-402c-830e-de6fd14e8384 |
e0538cad1e02f024a5144e41c5bf4e4166a4e563 | 0a8c4d1c3a84d8a40be6661c1d99270954129d39 | /lab3-181860044/.history/lab3/lib/syscall_20200405152244.c | 7cf9933825af64bd52b7116c21ac5935edec647b | [] | no_license | shijiajie30/NJU_OSlab | f5056b60801d4935dc7135474a3f9a7b15ef2672 | 5776c37082413f5271f343d2d3b7b9d058e9565a | refs/heads/master | 2022-10-09T14:42:52.178137 | 2020-06-08T12:55:56 | 2020-06-08T12:55:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,016 | c | #include "lib.h"
#include "types.h"
/*
* io lib here
* 库函数写在这
*/
//static inline int32_t syscall(int num, uint32_t a1,uint32_t a2,
int32_t syscall(int num, uint32_t a1,uint32_t a2,
uint32_t a3, uint32_t a4, uint32_t a5)
{
int32_t ret = 0;
//Generic system call: pass system call number in AX
//up to five paramet... | [
"181860044@smail.nju.edu.cn"
] | 181860044@smail.nju.edu.cn |
1d92daa0bff4d45398cb12efca4a552d9faeaa84 | d5f7257da1fd3d94eed5c945f59a33fb9822c5c1 | /plutommi/MtkApp/Camcorder/CamcorderInc/CamcorderFTEOSD.h | 06a75ae31d9a45275af833061d19e68be720f9be | [] | no_license | dongdong-2009/2503D_MQTT | ce37cd3bd83fbd310e411d21aea663dd02d4ac6a | 15f0ec65a56412935a810712807303362b2c5427 | refs/heads/master | 2023-04-22T21:33:57.079597 | 2021-04-25T11:36:43 | 2021-04-25T11:36:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 51,530 | h | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used o... | [
"864876693@qq.com"
] | 864876693@qq.com |
0f4e5259dc6dc039c6177cce90f177950ad5c016 | 1bf76b07d880ca31e1d10b8b9e24a4a8924fcfc1 | /zcm_types/lidar_cluster/c_types/ZcmLidarClusterMediumPoint.h | 744e1bd204ee84fbb8880f8e1a15a53d7921329e | [] | no_license | Sher10k/ZCM_gui_player | c02498477f732094c748bfd990c78973ce3e5794 | f590fe3ed877ecf56b4f91981b66e291027f233f | refs/heads/master | 2021-01-04T03:47:34.211248 | 2020-02-16T23:18:39 | 2020-02-16T23:18:39 | 240,367,440 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,531 | h | // THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT MODIFY
// BY HAND!!
//
// Generated by zcm-gen
#include <stdint.h>
#include <stdlib.h>
#include <zcm/zcm_coretypes.h>
#include <zcm/zcm.h>
#ifndef _ZcmLidarClusterMediumPoint_h
#define _ZcmLidarClusterMediumPoint_h
#ifdef __cplusplus
extern "C" {
#endif
/**
* @ma... | [
"suhanovroman96@yandex.ru"
] | suhanovroman96@yandex.ru |
583225269c898be4e20686f83f389512fc05d7b9 | b039eec86e29b7226a608e116135656141f0cc93 | /benchmarks/Angha_small/extr_cik_cik_gpu_init/extr_cik_cik_gpu_init.c | 238be706d3db2be434084f6c2249106414e9a05e | [
"Apache-2.0"
] | permissive | sparks-code/OptimizationCache | 89cf021aba3af17bdd4e6e1a630f4019e9ea206d | 9c30ae120673e57b772ea42e29e087f775aa9de9 | refs/heads/main | 2023-03-21T04:19:00.618262 | 2021-01-14T19:28:29 | 2021-01-14T19:28:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,206 | c | struct a {
int b;
int c;
int d;
int e;
int f;
int g;
int h;
int i;
int j;
int k;
int l;
int m;
int n;
int o;
int p
};
struct q {
int aa;
struct a ab
} r(struct q *s) {
switch (s->aa) {
case 2:
s->ab.b = s->ab.c = s->ab.d = s->ab.e = s->ab.f = 4;
s->ab.g = 256;
s->ab.h =... | [
"andersonfaustino@gmail.com"
] | andersonfaustino@gmail.com |
a52f8c1c27717623b49ec0716be31dfc874d7645 | 7a648ef6637846720d80dd67b7d8d25b770c554d | /_mul.c | d6c4cdfe12168f9198deea36c55a5450c02c55e1 | [] | no_license | anamariaroman/monty | 2300f2d7c1396866dca19a2f979cc0350eb4d860 | fe79a022ae44b1d524e7403ae992ca155310f273 | refs/heads/master | 2023-05-03T08:11:25.575335 | 2021-05-16T19:24:40 | 2021-05-16T19:24:40 | 366,561,840 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 509 | c | #include "monty.h"
/**
* _mul - multiplies the second top element of the stack by the top element
* @stack: top of the stack.
* @line_number: line_number.
* Return - nothing.
*/
void _mul(stack_t **stack, unsigned int line_number)
{
stack_t *aux;
int mul;
if (!stack || !(*stack) || !(*stack)->next)
{
fprin... | [
"2979@holbertonschool.com"
] | 2979@holbertonschool.com |
217af50dd94ae74bccaae2c390eb60191a84b892 | 3915fa64de8b52a8a557001e3ed5f74780e27a34 | /dist/cpu/ezr32hg/include/ezr32hg_usart.h | 5fc855014aac05c17c73e9b0039f42417ff0c466 | [
"MIT"
] | permissive | chrysn-pull-requests/EFM2Riot | 8af43e95941e404dad12951c8b218a9688f5f179 | 7bfa7823a93a7b0a7890cb63e52a26b8cb31b6a7 | refs/heads/master | 2021-01-15T11:08:19.948728 | 2016-05-20T09:33:29 | 2016-05-20T09:33:29 | 59,277,692 | 0 | 0 | null | 2016-05-20T08:26:24 | 2016-05-20T08:26:23 | null | UTF-8 | C | false | false | 131,264 | h | /**************************************************************************//**
* @file ezr32hg_usart.h
* @brief EZR32HG_USART register and bit field definitions
* @version 4.3.0
******************************************************************************
* @section License
* <b>Copyright 2016 Silicon Lab... | [
"basstottelaar@gmail.com"
] | basstottelaar@gmail.com |
125b0976e80e7e424b31a8d63b7bced30861647e | fe52495ba737aff3a7421412b7bde6d7f514d0cd | /third_party/vice-3.3/src/arch/gtk3/widgets/sidcartwidget.h | 66fbb363c3545ff4b81b1583a912d48fde118c74 | [
"FSFAP",
"GPL-1.0-or-later",
"GPL-2.0-or-later",
"GPL-2.0-only",
"Apache-2.0"
] | permissive | xlar54/bmc64 | 1b18d866bb8ed4359b8045fbea9c7556d28f3045 | c73f91babaf9e9f75b5073c773bb50e8a8e43505 | refs/heads/master | 2020-05-20T18:44:54.719056 | 2019-05-03T02:36:49 | 2019-05-03T02:36:49 | 185,711,940 | 1 | 0 | Apache-2.0 | 2019-05-09T02:29:04 | 2019-05-09T02:29:04 | null | UTF-8 | C | false | false | 1,126 | h | /** \file sidcartwidget.h
* \brief SID Cartridge widget - header
*
* \author Bas Wassink <b.wassink@ziggo.nl>
*/
/*
* This file is part of VICE, the Versatile Commodore Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the ... | [
"randy.rossi@gmail.com"
] | randy.rossi@gmail.com |
da4015361fde1a62966fae7793ffddafd5d882ee | a227d44896dd660f36e0ea1964350baa07bf723b | /include/S_trajectory.h | b42c4bf52b3bfae152a28d880a69381490527a96 | [] | no_license | veysiadn/robot_pro | e5b10c73a18d855a7fb490c394644b4505116f12 | ca4c695b5e172761df05293dfcc323460e536cdb | refs/heads/master | 2023-02-14T16:56:46.873990 | 2020-11-11T12:05:44 | 2020-11-11T13:24:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 258 | h | #ifndef STRAJECTORY_H
#define STRAJECTORY_H
/* Include Files */
/* Function Declarations */
extern void STrajectoryPara(double q0, double q1, double limit[4], double para[16]);
extern double S_position(double t, const double para[16]);
#endif | [
"1337875013@qq.com"
] | 1337875013@qq.com |
6bad2c32ac4cd07bd9735ca85b75080dcc8c0f62 | fcaa9fe5216141850ba547b5d387828e13c9c530 | /Magic/ModernMasters/resource.h | a4d9266e9f22b6ae7a76008206b9a6f55f44e503 | [] | no_license | isochron88/BotArena | f3470b90ff40582cb880a21a7d4ed0d612be1b4e | f581a59986b12445a98116d751197d3ea13a29b3 | refs/heads/master | 2023-01-13T14:35:06.346538 | 2020-11-06T12:28:00 | 2020-11-06T12:28:00 | 310,586,937 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,681 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ModernMasters.rc
//
#define IDS_EXPANSION 200
#define IDS_EXPANSION_ABBREV 201
#define IDS_FIRST_CARD 202
#define IDS_TOTAL_CARD 203
#define IDS_WHITE_BORDER 204... | [
"c_s_wagon@yahoo.com"
] | c_s_wagon@yahoo.com |
9100cd9fd2e5bf810d4495dcc250e8c633fa60bc | 9c26c54b2747f32c91a9b624982e6a81785b564e | /yesno.c | 9189f3d980f289aa6cc5c889eb61f1633ead4030 | [] | no_license | exebook/tests-for-vk-job | 250361f2be849763b976f064a93cb2557bd949b2 | 5ea522599b02ef2b5bb70c419073a3aab6d29b37 | refs/heads/master | 2016-09-12T22:49:03.817670 | 2016-05-19T10:55:41 | 2016-05-19T10:55:41 | 58,845,840 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,782 | c | /*
Original task description:
5. Вы должны написать следующую программу на языке C: Вашей программе в качестве аргумента будет передано имя файла, в котором будет находиться множество строк (ASCII символы с кодами от 32 до 127). Далее Ваша программа должна считывать строки из stdin, пока не придет строка "exit". По... | [
"exebook@gmail.com"
] | exebook@gmail.com |
0d6468b96cfb37ead3cce2fc44b49fd63cdc4649 | c69517486fc30bdd95df289fcc675afa324bc731 | /lib/gribapi/grib_box_class_regular_gaussian.c | e2cc797fa006b1f0ea168bd47876ed9dbc57c69a | [] | no_license | yyr/vapor | efdbe7e5ca4a8bf135bbb1bb97b7dc09d016852a | cdebac81212ffa3f811064bbd7625ffa9089782e | refs/heads/master | 2021-01-20T03:34:48.937494 | 2015-05-01T22:28:28 | 2015-05-01T22:28:28 | 35,015,644 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,392 | c | /*
* Copyright 2005-2014 ECMWF.
*
* This software is licensed under the terms of the Apache Licence Version 2.0
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
*
* In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
* virtue of its status as an int... | [
"alan@ucar.edu"
] | alan@ucar.edu |
05a38e30fc40272d455956a012f93e5c748d8b4f | 099d37a70848d2e4054ec456c0c14a72c14b8841 | /src/os/shared/common/src/com/ngos/shared/common/pci/database/generated/vendor8086/pcisubdevice80860dd2.h | c157fad7a2367c7288d287d77934c9b61e699c6f | [] | no_license | Gris87/ngos | c96e702b26fb5bcae894400657573ba71b72c996 | e5e20c632ea53ee6fcc82475c0b9ed6852932397 | refs/heads/master | 2022-11-08T01:16:55.262819 | 2022-10-23T08:55:10 | 2022-10-23T08:55:10 | 115,521,164 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,988 | h | // This file generated with the code_generator
// Please do not modify it manually
#ifndef COM_NGOS_SHARED_COMMON_PCI_DATABASE_GENERATED_VENDOR8086_PCISUBDEVICE80860DD2_H
#define COM_NGOS_SHARED_COMMON_PCI_DATABASE_GENERATED_VENDOR8086_PCISUBDEVICE80860DD2_H
#include <com/ngos/shared/common/ngos/types.h>
#include <c... | [
"Gris87@yandex.ru"
] | Gris87@yandex.ru |
3fd9a511091e4d9cf6829a5fa7982f3808019b86 | a10a3972f62c1d9711c2654d7b3b6ca8ee003300 | /src/lib/tcl/panic.c | 6ed515fa46962f4c4b922a3a66d1e5d65276a5a8 | [] | no_license | takeharukato/sprite | 5913f74a08ce6c76e5107ede92bf4f44806f5b7d | e96c03abb319964e69cd21577d724ee83a950a9c | refs/heads/master | 2020-08-04T02:40:31.702805 | 2015-10-05T03:49:13 | 2015-10-05T03:49:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12 | c | dist/panic.c | [
"noah.evans@gmail.com"
] | noah.evans@gmail.com |
36576a27458361a3c0959be831f4fb805b666a6e | f3e7e77d277cbd4d0215c7a777de72717a64a85a | /main_ft_calloc.c | 2c182d16b1cf42b4da5dde7f199206b9c9cf8f2d | [] | no_license | Onayssak/42_libft | a95a407749851897bc7f9e0c8dcfbaa2aa42a434 | 70c9585b022e8ce2677f69398bd1bc97f42b29a1 | refs/heads/master | 2023-08-19T08:57:04.332562 | 2021-09-09T17:49:04 | 2021-09-09T17:49:04 | 404,813,671 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 235 | c | #include <stdio.h>
#include "libft.h"
int main(void)
{
int *i;
int *j;
j = calloc(0, sizeof(int));
printf("%i\n", *j);
i = ft_calloc(0, sizeof(int));
printf("%i\n", *i);
free(i);
free(j);
return (0);
}
| [
"cajose-s@student.42sp.org.br"
] | cajose-s@student.42sp.org.br |
91680ae2cb30ff973166e1db221010228e89a1d1 | 5e87889bc0f757117fb45f08418abde582b539a0 | /BIS-2.0/FreeBSD-8.3/src/contrib/hv_kvp_daemon/hv_kvp.h | 31a14d05dcb63129827a2adaa159947c90b7104c | [] | no_license | junfangV/hyperv-is-test | c2c1628d3d5e27852e74844176c7d4cd7880d295 | 49c00a868dbc9a92f885098534d73ad76bb1e0dd | refs/heads/master | 2021-01-10T20:33:07.921512 | 2014-12-23T02:55:50 | 2014-12-23T02:55:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,095 | h | /*-
* Copyright (c) 2009-2012 Microsoft Corp.
* Copyright (c) 2012 NetApp Inc.
* Copyright (c) 2012 Citrix Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of s... | [
"ijinlin@hotmail.com"
] | ijinlin@hotmail.com |
8bf18a908f7e4918130a3fc3c11a81d233db902a | c19f4295a9ef4e987549a6e8f55187b643728667 | /IT/Code/C/Aufgaben/Einstellungen.h | 187637eb77119edb767546dea998e499c386e80a | [] | no_license | IceDynamix/Klasse-12-Mitschriebe | 9893cce353085459110631277770a4596e9ea58d | 9554c1ce479d42204c7157bb56f7151d7b01b478 | refs/heads/master | 2021-01-03T11:47:12.767900 | 2020-05-14T07:08:16 | 2020-05-15T12:58:22 | 240,069,665 | 3 | 2 | null | 2020-02-13T18:27:02 | 2020-02-12T17:13:46 | Assembly | UTF-8 | C | false | false | 872 | h | /*
Initialisierung/Einstellungen C8051F340 in C
Karl Laber
25.04.2019
*/
void Grundeinstellungen (void)
{
OSCICN = 0x83; //Einstellung System Clock = Interner Oszillator = 12MHz
PCA0MD = 0; //clear watchdog timer
//alle Portpins sind auf den Reset Wert PnMDIN = 11111111 als digitale Eingänge geset... | [
"22303902+IceDynamix@users.noreply.github.com"
] | 22303902+IceDynamix@users.noreply.github.com |
3d7a9ce29fad3437a2564c0379d22ede3d4a2bca | f7b7d6271557d43802d7435dac5dfe8334c1ed22 | /5.1 RTC вывод времени/user/rst.h | 2c9113971228d76183e29ffe380a1fa8b2726697 | [] | no_license | krestnick/mps2019_polyakov | 2b530dc32e7177351c57e22fb696869d350b1c6f | e3e8300f132066ffb79476432f840c5691793127 | refs/heads/master | 2022-03-13T19:36:54.021183 | 2019-11-24T15:29:39 | 2019-11-24T15:29:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 790 | h | /************************************************************************************
Проект: Lab1_2
Программа: Работа с жидкокристаллическим индикатором
Микроконтроллер: K1986ВЕ92QI
Устройство: Evaluation Board For MCU MDR32F2Q
Файл: rst.h
Назначение: Настройка тактирования микроконтроллера
Компил... | [
"noreply@github.com"
] | krestnick.noreply@github.com |
04e3308bb17df51007cf5db887c25c85342d1112 | 481838361d1eb7e04cb7462bcc0846cff7021494 | /Builds/AndroidStudio/app/src/main/jni/JuceModules/juce_opengl/opengl/juce_OpenGLTexture.h | 7affd438dc0857eff713cc274ae096654525ca4d | [] | no_license | adamski/RNNavigationTest | 7d400922c2ac513c80b6658700ba6fdf7338cace | e9b23023674346ba854ec919b61d45157c6061ba | refs/heads/master | 2021-01-20T18:33:12.307217 | 2016-08-11T22:11:28 | 2016-08-11T22:11:28 | 65,486,972 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 108 | h | /Users/adamelemental/dev/juce_projects/RNNavigationTest/juce/modules/juce_opengl/opengl/juce_OpenGLTexture.h | [
"adam@codegarden.co.uk"
] | adam@codegarden.co.uk |
86ce78c038486d26c2af1e4351323b137b8c34e3 | d0c574bb1897cbd10668635797d0c7ba46c088a8 | /General/BytePort/jswrap_BytePort.h | 1c1964b672c944a2c065d99245206caf622dc588 | [] | no_license | jumjum123/EspruinoExtensions | 9e92bbeef300d9d5dea4b18745ab1531db9b74b4 | 9423c576902e5f85de81414e3c1cee4b3fe6f07a | refs/heads/master | 2021-07-08T16:34:02.611895 | 2021-04-28T08:22:41 | 2021-04-28T08:22:41 | 58,872,547 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,597 | h | /*
* This file is part of Espruino, a JavaScript interpreter for Microcontrollers
*
* Copyright (C) 2018 Juergen Marsch
*
* 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 http://mozilla.org/MP... | [
"juergenmarsch@googlemail.com"
] | juergenmarsch@googlemail.com |
6790db891af5450eac0d988e5d59c5482bec87e1 | 550107f80a36a19c6ae44ce1331b1bc1dda43b25 | /Keil/FlashIMXRT1050RT1020_EVK_FlexSPI_All_in_One_Keil/FlashIMXRT1050_EVK_FlexSPI.c | 8d13b84107c1009d3f828447e7ae81a1e71cfc46 | [] | no_license | Marous-LXB/All-in-One-Flash-Algorithm-for-RT1050-RT1020 | eef55e79853f91069ba171e240702a8ff09f3954 | fccf6b48ec612edee30785aae5c190cb2c67f3f8 | refs/heads/master | 2023-04-05T01:07:05.998226 | 2021-02-01T02:26:20 | 2021-02-01T02:26:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,907 | c | /*************************************************************************
*
* Used with ICCARM and AARM.
*
* (c) Copyright IAR Systems 2017
*
* File name : Flash.c
* Description : iMXRT1050_EVK flash loader
*
* History :
* 1. Date : Octomber, 2017
* Author : Stoyan Choyn... | [
"jicheng0622@163.com"
] | jicheng0622@163.com |
1642be2ea14042cb546c45f77d84e6749056bdb1 | debc4cb11a305e900b3f105fe03e2a7291b25884 | /src/convertFunc.h | ea25bbec6c385ad1f80b16a33466e32df2301a8e | [] | no_license | morfant/cvBody | 7c6d5fc7b4b6f261516b8cf71de006cd4ee9efb9 | cf5e17011daf6e444f9a7c864003da3db162d060 | refs/heads/master | 2021-01-22T11:20:45.905133 | 2013-09-14T05:03:41 | 2013-09-14T05:03:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 783 | h | //
// convertFunc.h
// cvBody_001
//
// Created by giy on 9/1/13.
//
//
// ----Preprocessor command----
#pragma once
// ----Headers----
#include "ofMain.h"
// ----Define----
#define _round2(f) (floor(f * 100.f) / 100.f)
#define _toDegree(a) (-a / TWO_PI * 360.f) // Box2D use counter-clock wise radian
#define... | [
"git"
] | git |
34f10eacc4a26f38ce8e71f5294761c62343b3ca | 30c4048fd450367fa51ba4ab0d944cc2410c3dd4 | /priprema za pismeni i usmeni ispit/vjezba standardnih biblioteka/4. zadatak/4. zadatak.c | 4282654695ca642bd1124a772659480e85d4ea23 | [] | no_license | SkasLT/Programiranje | cb0f430407bf54442e5c642c28f6867d6c9e9935 | c1c4b48ab2e3e0c3dd527a4250316ce396291b89 | refs/heads/main | 2023-08-10T23:35:21.083460 | 2021-09-14T13:53:31 | 2021-09-14T13:53:31 | 383,867,093 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 266 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
int main(void)
{
srand((unsigned)time(NULL));
for (int i = 0; i < 5; i++)
printf("%d\n", rand() * (100 - 10 + 1) + 10); //generiranje 5 nasumicnih brojeva u intervalu [10,100]
return 0;
} | [
"ljuskas.ternjej@gmail.com"
] | ljuskas.ternjej@gmail.com |
f67eb8cef2ba4288408ce81bba7aa11e3aba442a | 4cea00f74490cc8397686c7c241f9f1c4e7ff3ff | /Proyecto Base/Proyecto/Source/Config.h | 2955d62ee1731b353ded35ac57a1f743b21d071c | [] | no_license | UrielAcosta7AV/ProyectoFinal9noEq3 | b031a976dc5a630dfe42f943cf913a6fc5dea875 | c616c21353cb32fe258ec6213b34b439eedfd7d8 | refs/heads/master | 2021-01-17T05:53:41.976872 | 2015-08-26T03:21:06 | 2015-08-26T03:21:06 | 38,863,073 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 594 | h | #ifndef _CONFIG_H_
#define _CONFIG_H_
#define GL_GLEXT_PROTOTYPES
#define VERSION "N.A.V.I 0.0.7"
#define WIDTH_SCREEN 640
#define HEIGHT_SCREEN 640
#define BORDE_IZQUIERDO 1<<0
#define BORDE_SUPERIOR 1<<1
#define BORDE_DERECHO 1<<2
#define BORDE_INFERIOR 1<<3
#define FPS_LIMIT 30.0f
#define FPS_... | [
"uriel_3777@hotmail.com"
] | uriel_3777@hotmail.com |
5dbf44d14d15a2f3880c7b7e4be183600f7a4568 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE78_OS_Command_Injection/s02/CWE78_OS_Command_Injection__char_console_w32_spawnvp_64b.c | 3eec8e527ab1adc342fc7af4c4d732f6f95c8c77 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C | false | false | 2,531 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__char_console_w32_spawnvp_64b.c
Label Definition File: CWE78_OS_Command_Injection.strings.label.xml
Template File: sources-sink-64b.tmpl.c
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: console Read input from the cons... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
b4a45b654ba9648641c6ce3a996d491180662621 | 51d6aea3d689c8715d63ca25c99ddce4a3dc974e | /puzmon0.c | a0e18830ad921216d4bf4ed5517a5799fb4681c4 | [] | no_license | R-Tomishi/Practice_C | 488bb0340095c2bb2b333ed43d19070e89e402ea | 196a7e2dae56aade4ee3288c1b22e16029c1d234 | refs/heads/master | 2022-12-16T10:46:47.364488 | 2020-09-07T00:57:39 | 2020-09-07T00:57:39 | 291,665,414 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 393 | c | /*=== puzmon0: ソースコードひな形 ===*/
/*** インクルード宣言 ***/
#include <stdio.h>
/*** 列挙型宣言 ***/
/*** グローバル定数の宣言 ***/
/*** 構造体型宣言 ***/
/*** プロトタイプ宣言 ***/
/*** 関数宣言 ***/
int main(int argc, char** argv)
{
printf("*** Puzzle & Monsters ***\n");
return 0;
}
/*** ユーティリティ関数宣言***/
| [
""
] | |
d3b66ddbf6e58d5c2f070dc4b3a8521d34285ca8 | aa2df0071597a0a466465d3484d8d897c917cfc5 | /input/hiddigi/SynapticsTouch/report.c | e2e58406f3b24db594d13e4d6390ff4d5701e92b | [
"MS-PL"
] | permissive | tedhudek/Windows-driver-samples | c85081f36cc9459c84eeca1ed5864277f988389a | 635134edafad4c1a6cd5cbe42f76dea9a3bf5940 | refs/heads/master | 2020-06-28T02:19:03.338428 | 2017-06-13T20:48:30 | 2017-06-13T20:48:30 | 94,256,560 | 2 | 1 | null | 2017-06-13T20:49:21 | 2017-06-13T20:49:21 | null | UTF-8 | C | false | false | 23,138 | c | /*++
Copyright (c) Microsoft Corporation. All Rights Reserved.
Sample code. Dealpoint ID #843729.
Module Name:
report.c
Abstract:
Contains Synaptics specific code for reporting samples
Environment:
Kernel mode
Revision History:
--*/
#include "controller.h"
#incl... | [
"jrossy@microsoft.com"
] | jrossy@microsoft.com |
f4ff1aa332c5a1159397df6c7163d43d81d983f3 | 3fdaced9025cb2e3db75ca191d9cfe352180d8d9 | /Utilities/STM32_EVAL/Common/fonts.h | f6ca7ce0203423b32236b8fbc27557eedd7d9895 | [] | no_license | CloudStudio2017/HeatController | bb957dc3a2c96ae1d1ad720b51ba38d91f9f99bb | 44742acd752b2cd81e49b3e3669bfde2d836f2bc | refs/heads/master | 2021-09-24T12:04:11.298105 | 2018-10-09T17:46:20 | 2018-10-09T17:46:20 | 93,427,353 | 4 | 3 | null | 2018-10-09T17:46:21 | 2017-06-05T17:01:34 | C | UTF-8 | C | false | false | 2,125 | h | /**
******************************************************************************
* @file fonts.h
* @author MCD Application Team
* @version V4.5.0
* @date 07-March-2011
* @brief Header for fonts.c
******************************************************************************
* @attention
*
... | [
"442534820@qq.com"
] | 442534820@qq.com |
55dd1e7002c87f3ff1098ef9cd14a8b59ed1150a | 23f6b330419316277e7374a5bf3ed61034d4174e | /concury1/google/concury code/config.h | 9a9bfa4f84944ce51ebb9c8ad5f40a2867a8be05 | [] | no_license | MMSY376/demo | b1bf51d1dd996737ea453da8d50852d211733931 | 7ce4be3fa09e81649eec0a10de0864660c21d599 | refs/heads/master | 2023-07-15T03:11:10.152372 | 2021-08-30T12:13:05 | 2021-08-30T12:13:05 | 301,319,278 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 524 | h | #ifndef VIP_NUM
#define VIP_NUM (128) // must be power of 2
#endif
#define VIP_MASK (VIP_NUM - 1)
#ifndef CONN_NUM
#define CONN_NUM (128 * 128 * VIP_NUM) // must be multiple of VIP_NUM
#endif
#ifndef DIP_NUM
#define DIP_NUM (32*VIP_NUM)
#define DIP_NUM_MIN 8
#define DIP_NUM_MAX 64
#endi... | [
"noreply@github.com"
] | MMSY376.noreply@github.com |
047f6aee31aca42eef764436c598b0c4b8e6be58 | c34d3339290f2695214c17138eb2a40bc567868e | /HARDWARE/CAN/can.c | 6f9460ae1712e360c8806ade46078ae7f9749d2c | [] | no_license | CNA-MAX/Dual-authentication-password-lock | 5f52b2ae1a382cb9024065cf05ea3feb7df36d55 | 4e3239267e8d87d8b52379554076a8b1fbc86cf6 | refs/heads/main | 2023-06-16T10:15:58.368052 | 2021-07-08T02:21:52 | 2021-07-08T02:21:52 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 8,822 | c | #include "can.h"
#include "led.h"
#include "delay.h"
#include "usart.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//ALIENTEK STM32F407开发板
//CAN驱动 代码
//正点原子@ALIENTEK
//技术论坛:www.openedv.com
//创建日期:2014/5/7
//版本:V1.0
//版权所有,盗版必究。
//... | [
"noreply@github.com"
] | CNA-MAX.noreply@github.com |
5ae5af16d3bb6c54fedd0a02e517ec525aa1d89e | 8b18510219e6ebf58dace0fb541e3c5d9292f7e1 | /c/c02/ex07/ft_strupcase.c | 1c75d00bd265f92e2931ca7acadfbb2f59aea804 | [] | no_license | hikaru76/42tokyo-piscine | e981fa6f0405b579f56cc68c3ffb4d83bd9a9400 | bd641eb4365e3d3c09fa247ab25f324fbdcd372d | refs/heads/master | 2023-06-10T01:55:18.747103 | 2023-06-07T04:37:06 | 2023-06-07T04:37:06 | 346,692,343 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,058 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strupcase.c :+: :+: :+: ... | [
"eclipse.algorithm154176@gmail.com"
] | eclipse.algorithm154176@gmail.com |
e8efc1938aaef7c9e53d5a469988d7b2eeb90e18 | f37a41ebc984d9cec54d64d74d123ac1b09bd9ed | /IRControll_Analog_Sensors/Inc/main.h | fd85d10609c5dadd674833591a2727c660d36cb0 | [] | no_license | Sergey-V-Z/IR_Controller | b00c92b90b64fc7b2890a459b784bcf6b503eef2 | 1954c7c48f621180b10a69e4ae548d1035e3c25b | refs/heads/master | 2023-03-15T18:37:29.224913 | 2021-03-10T12:05:29 | 2021-03-10T12:05:29 | 279,743,279 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,890 | h | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.h
* @brief : Header for main.c file.
* This file contains the common defines of the application.
*************************************************... | [
"skiner_1988@mail.ru"
] | skiner_1988@mail.ru |
36dde453ae43aa363685435ac50cafe0298edc8a | 0124a434795545408c145210808883b2b42a8048 | /src/nisetro_if_conv.h | a86b89eb5fc6ee23e5d2b733cdf5330040da5d9f | [] | no_license | gameboym/nisetropreview_fog | 87cfbe1d94c333aaff0d6c83914e2f5f62481b09 | 6c0681a32250b71702f6ef788cb939ca26f27026 | refs/heads/master | 2020-05-17T22:56:16.127897 | 2013-01-28T07:04:19 | 2013-01-28T07:04:19 | 8,610,566 | 0 | 1 | null | null | null | null | SHIFT_JIS | C | false | false | 878 | h | /*************************************************************************************
* nisetro_if_conv.h *
*  ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ *
* 画面座標左上から右方向へRGB各1バイトずつ転送するのが通常のインターフェース *
* それ以外の方式の場合上記イ... | [
"gameboymania@gmail.com"
] | gameboymania@gmail.com |
b1b3b27b8d507cd79fbd11476e974b4176ad191d | 5de4124e9ac86db01ed16b8107375c891c2035f2 | /hackerank/clouds.c | 9bfa7474cf2a615296929dcc59b6552e82c12262 | [] | no_license | abinashdash17/C_progs | 1105ec363e578c635bd389aaf0ee1d3411cd20e1 | 6228bd2c18c10be0a307c09ef938a6a66371eaa8 | refs/heads/master | 2021-06-13T12:18:59.572834 | 2020-05-18T21:36:10 | 2020-05-18T21:36:10 | 254,431,692 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 768 | c | /*
* =====================================================================================
*
* Filename: clouds.c
*
* Description:
*
* Version: 1.0
* Created: Thursday 30 April 2020 01:04:14 IST
* Revision: none
* Compiler: gcc
*
* Author: Abinash Dash (),... | [
"abinashdash17@gmail.com"
] | abinashdash17@gmail.com |
b44f25815ccf39f1281f5b8112e17614bf154359 | 63dedfdc889f5a15aac805d3dff4473b0d5e94a3 | /include/fat.h | d127ce72f38d85356fe8160557edb07cf33220c6 | [] | no_license | Free60Project/libfat | ab3a5333683f48fd49df18c5fba256be5182a3ca | 0f2092a9a86026e07e903b596c903c1629159762 | refs/heads/master | 2021-06-10T08:56:49.634963 | 2021-06-09T15:02:28 | 2021-06-09T15:02:28 | 82,431,617 | 2 | 2 | null | 2017-04-04T23:32:23 | 2017-02-19T03:06:28 | C | UTF-8 | C | false | false | 3,754 | h | /*
fat.h
Simple functionality for startup, mounting and unmounting of FAT-based devices.
Copyright (c) 2006 - 2009
Michael "Chishm" Chisholm
Dave "WinterMute" Murphy
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
... | [
"ced2911@gmail.com"
] | ced2911@gmail.com |
7cf002cac9f4eb32e1a5e6d3c5bcdadf75ca942d | e6f7d3402de55ea950e0cadc9f477a92d718523a | /dnssd/src/main/jni/mdnsresponder/android/caseMapping/Iphlpapi.h | 4d08efd0b25d651ffa79dfa1e64117152a31ad5b | [
"Apache-2.0",
"NICTA-1.0",
"BSD-3-Clause"
] | permissive | andriydruk/RxDNSSD | 5b588dee44a3da8858ad64199e80b2db8319be0e | f50c5680ce94e662d4bae4e19bfeaea15d1eaa8e | refs/heads/master | 2022-06-24T02:40:27.630247 | 2022-05-26T14:19:16 | 2022-05-26T14:19:16 | 50,243,508 | 290 | 79 | Apache-2.0 | 2022-11-03T23:57:16 | 2016-01-23T15:10:40 | C | UTF-8 | C | false | false | 22 | h | #include <iphlpapi.h>
| [
"andriy.druk@gmail.com"
] | andriy.druk@gmail.com |
624715522f7cf3bf0f2d699e0c7b9065e6155f50 | 3bbe4abbb501b3dbfc24f9dbdb147c3376413b67 | /.venv/include/python3.7m/pystrtod.h | 87a00fab2d850a136422b3346364cfbf1b49a223 | [] | no_license | SonGokussj4/kbl2nas | 38f02f2b0959f517294273604df9ce754ba8ec31 | fd06f118795987648f08db40a2b877907360245c | refs/heads/master | 2020-05-18T20:23:33.255556 | 2019-06-13T16:46:58 | 2019-06-13T16:46:58 | 184,627,997 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 55 | h | /expSW/SOFTWARE/python371/include/python3.7m/pystrtod.h | [
"jverner@evektor.cz"
] | jverner@evektor.cz |
c110119170cad65b20c6439b9a042e34168e053b | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/drivers/serial/mps/moxa/intellio/driver/mxport/moxa.h | 29d72628ab8a97378b810aaaa9453c6e250cec19 | [] | 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 | 30,982 | h | /*++
Module Name:
moxa.h
Environment:
Kernel mode
Revision History :
--*/
#define CONTROL_DEVICE_NAME L"\\Device\\MxCtl"
#define CONTROL_DEVICE_LINK L"\\DosDevices\\MXCTL"
//#define MOXA_DEVICE_NAME L"\\Device\\Mx000"
//#define MOXA_DEVICE_LINK L"\\DosDevices\\COMxxx"
//
// This de... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
bb25b10e34968ae6fe4d0f6d3a3851d14deb322a | b919d819f03ff75d1afe597884a9bfa712eaa46b | /Virtual judge/third.c | 33ffdbf3ba570a7246cf4f0a892bdd6989a87726 | [] | no_license | ruddropust/C-programming | de663434ef0cb1b53315e463bce760d1e5a00be1 | 8f7de81ee25cf64893ea895c820eae1650a4c0bf | refs/heads/master | 2022-11-30T23:10:28.751917 | 2020-08-17T20:03:40 | 2020-08-17T20:03:40 | 288,275,423 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 96 | c | #include<stdio.h>
int main()
{
int D=1,C=4,B=7,A=3;
printf("%d",3&4);
return 0;
}
| [
"69819149+habibcoder20@users.noreply.github.com"
] | 69819149+habibcoder20@users.noreply.github.com |
e7ef9a1a34c40346967196ad701d27f262ff681c | 80b53000c2ce0b47704d0b3fee19bfa1e087321f | /displayLCD.h | 1fa5c0c946e53dbb267b6b0cd7ad3ce7c82ad058 | [] | no_license | HamiltonGravito/CronometroRegressivo | 9516e4f202e1d7f755f43a8383d693c308e5fd82 | 8ef600b9370db8e1ca6bd7061d4945a3459bb822 | refs/heads/master | 2020-06-22T07:40:15.971111 | 2019-07-19T00:38:53 | 2019-07-19T00:38:53 | 197,673,490 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 259 | h | #ifndef DisplayLCD_H
#define DisplayLCD_H
#define LCD_RS 12 //Registrador de seleção do sinal.
#define LCD_E 13 //Habilita ou desabilita o sinal.
//Barramento Data Bus (4bits)
#define LCD_DB4 7
#define LCD_DB5 6
#define LCD_DB6 5
#define LCD_DB7 4
#endif
| [
"hamiltongravito@gmail.com"
] | hamiltongravito@gmail.com |
eda02024a7c81a4654fb51a1de89ccada30fe3a1 | b1d500a451cd9852089bf3d97e829df069daa9c8 | /Images/MC/dMu/5.4e-18/attic/Unblinded/MomBinnedAna/MomMinScan/SimpleModuloFit_1800_3127_truth_AQ.C | edde315165c771c6fcb71a17402e22cb2c2b409e | [] | no_license | sam-grant/EDM | 486ea029bf766c968a3c7b41198ffcf9bc3c9b8a | 525e41de5f675c39014488c79144f47562910736 | refs/heads/master | 2022-10-30T22:35:42.979799 | 2022-10-19T18:44:54 | 2022-10-19T18:44:54 | 296,421,806 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,086,873 | c | void SimpleModuloFit_1800_3127_truth_AQ()
{
//=========Macro generated from canvas: c/c
//========= (Fri May 14 14:38:49 2021) by ROOT version 6.22/08
TCanvas *c = new TCanvas("c", "c",0,0,800,600);
c->SetHighLightColor(2);
c->Range(-0.6024336,-6.25,4.944727,6.25);
c->SetFillColor(0);
c->SetBorderMode(0... | [
"samuel.grant94@gmail.com"
] | samuel.grant94@gmail.com |
cffa3a25fec8ade739031c584fed60bc6c944151 | 59dc5d428e102bf72eb7245dbbe7a47a66728378 | /databases/Tetrad/TetradMDServerPluginInfo.C | 70558257d155e0b698cf9a9bbbbfae61d2a9b9e2 | [] | no_license | HarinarayanKrishnan/VisIt26RC_Trunk | 6716769694d1a309f994056209171f67e5131642 | 581a0825d81169572b48dd80c1946131c03d0858 | refs/heads/master | 2016-09-06T07:14:00.094983 | 2013-05-15T14:36:48 | 2013-05-15T14:36:48 | 7,009,345 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,780 | c | /*****************************************************************************
*
* Copyright (c) 2000 - 2012, 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 |
c26c96547d26d0d4fb6b9ad10932b5b9c8126333 | ebf112869f664ddbb138c3c621c7f8f5d5c443d0 | /nemu/src/cpu/exec/arith/cmp.c | dfa03846896532aa642ef39d785762091cd2d40f | [] | no_license | yijiangqingfeng/nemu | f015cba96c935847e137b3a0e6189771beba20e3 | e738820ad9e57f4633997241c58f4b4799db4580 | refs/heads/master | 2023-01-13T10:46:22.051832 | 2020-11-14T15:30:55 | 2020-11-14T15:30:55 | 302,896,172 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 347 | c | #include "cpu/exec/helper.h"
#define DATA_BYTE 1
#include "cmp-template.h"
#undef DATA_BYTE
#define DATA_BYTE 2
#include "cmp-template.h"
#undef DATA_BYTE
#define DATA_BYTE 4
#include "cmp-template.h"
#undef DATA_BYTE
make_helper_v(cmp_i2a);
make_helper_v(cmp_i2rm);
make_helper_v(cmp_r2rm);
make_helper_v(cmp_rm2r);... | [
"1174767671@qq.com"
] | 1174767671@qq.com |
c688a90f1a1852e02848573a74a8e764e007932b | 858c64f5aee7e1c4d2ec676aa3d9aa702266648c | /bubble_sort.c | 714565538b2b0de5fe2678ea29b61cc5f911afb4 | [] | no_license | arihant-2310/Btech-C-Programs-for-LAB | 0a02152c3535b8d4b087d3929c715a586d5ecb10 | 70819daa4896ee0782c2dfb68cd587e1846c36c8 | refs/heads/master | 2021-07-11T04:30:15.729564 | 2020-07-15T14:48:34 | 2020-07-15T14:48:34 | 175,439,186 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 480 | c | #include <stdio.h>
int main()
{
int array[100], n, c, d, swap;
printf("Enter number of elements\n");
scanf("%d", &n);
printf("Enter %d integers\n", n);
for (c = 0; c < n; c++)
scanf("%d", &array[c]);
for (c = 0 ; c < n - 1; c++)
{
for (d = 0 ; d < n - c - 1; d++)
{
if (array[d] > arr... | [
"arihant2310@gmail.com"
] | arihant2310@gmail.com |
a602c6fe049e20e57f346cf5a7c0334667a752c9 | 9b9553dbe1bb293a1c5bdee895819d93cef47ab6 | /xyz.c | 006ee6f064789bad8a784b42fa1a7ac6f58d6b12 | [] | no_license | anushakmanjunath/Anusha | 58e672190d15fc3555291977364665459e3dce56 | 34053edada6506fcd7c641ecce408fd4d5f5e73a | refs/heads/master | 2020-05-31T23:30:57.821215 | 2019-06-06T10:25:20 | 2019-06-06T10:25:20 | 190,540,921 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 346 | c | #include<stdio.h>
void getinput(int *c,int *d)
{
int a,b;
printf("enter 2 nos");
scanf("%d%d",&a,&b);
*c=a;
*d=b;
}
int add(int a,int b)
{
int c;
c=a+b;
return c;
}
void output(int c)
{
printf("c= %d", c);
}
int main()
{
int c=0,d=0,e=0;
getinput(&c,&d);
e=add(c,d);
... | [
"noreply@github.com"
] | anushakmanjunath.noreply@github.com |
8780f7c939154e7012eb28c7924f9abebf0ee552 | 0d9b8bec2a76cd67354fb6e790bc9a663efe0e0b | /Examples/awk/awk_sleep/Src/cx32l003_it.c | d68c04affd3cbd37f34af2e31e907ab811ab79bd | [
"BSD-3-Clause"
] | permissive | zbitsemi/CX32L003SDK | 2c71e53293d3deca6959632b956777c96284efe6 | 6969760073f42c3a65bd092146c76851c29871e5 | refs/heads/main | 2023-06-03T08:16:58.066489 | 2021-06-30T06:33:22 | 2021-06-30T06:33:22 | 381,544,221 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 7,047 | c | /**
******************************************************************************
* @file cx32l003_it.c
* @author MCU Software Team
* @Version V1.0.0
* @Date 21-Oct-2019
* @brief Interrupt Service Routines.
******************************************************************************
*/
/* USE... | [
"18086474126@163.com"
] | 18086474126@163.com |
ac425271abc0ed106c37acc777c2c2fac7e122be | aa1a534bfb0434941b1dcc6033fc55b54b93d423 | /build/CMakeFiles/NGAP/NRPPa-PDU.c | 77fbe36c40a0bb8acd1763a7a6b1e2d77c8dd15d | [] | no_license | anishmu/ngapv2 | 7ea38dd39c1ee9290ca26a6fcb226c9dfb2e80e7 | c6d826656e84485c8e651031a742d0feec17f2ed | refs/heads/master | 2022-01-22T08:12:15.084364 | 2019-08-06T12:18:52 | 2019-08-06T12:18:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 992 | c | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "NGAP-IEs"
* found in "/home/lehongnhat/workspace/ngapv2/NGAP-PDU-Descriptions.asn"
* `asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D /home/lehongnhat/workspace/ngapv2/build/CMakeFiles/NGAP`
*... | [
"nhatlh@viosoft.com"
] | nhatlh@viosoft.com |
0caf80d5cb652d8922dd16b65bbd58cbb2abd369 | e0dc4981ace303dd6b93d3b524bdfefdf5abdce8 | /C-basic/chapter07/exam2-2.c | 7a041823ab371d1497d584bbcc95294a88b0b4ee | [] | no_license | chanjm7/c_example_data | 3acfce6f983907cb1d7699e1898d513c998679f2 | b1058cb728cc0f93da6f9de2914cfe7c38059bfa | refs/heads/master | 2023-07-16T20:55:24.943192 | 2021-08-31T12:00:36 | 2021-08-31T12:00:36 | 400,096,477 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 177 | c | #include <stdio.h>
int main(void)
{
int num1=0, num2=0;
while(num1<5)
{
while(num2<num1)
{
printf("o ");
num2++;
}
printf("* \n");
num2=0;
num1++;
}
}
| [
"dlcksals77@gmail.com"
] | dlcksals77@gmail.com |
7417d10a0054a657856c22b2164e63a07e8dc763 | 6a534920935e335c7d61ba3054aab4ca1af33a7f | /adcManager.c | 83330bb01fa736459ecef01d0780d0e821059938 | [] | no_license | jean-sebastien-dery/ECSE426-ST32F4-Multi-LED-Modes | 79f8bcba7ead1d3af5d7cd48bd18c1511106ef89 | d411d92874f966986da5909ec087c7bad036b2e2 | refs/heads/master | 2021-01-10T20:28:20.574320 | 2014-02-18T01:14:51 | 2014-02-18T01:14:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,404 | c | /**
* @file adc.c
* @author Jean-Sebastien Dery (260430688) and Matthew Johnston (260349319)
* @version 1.0
* @date November 9th 2013
* @brief Manages all the ADC stuff with the temperature sensor.
*/
#include <stdio.h>
#include <stdlib.h>
#include "stm32f4xx.h"
#include "stm32f4xx_conf.h"
#include "adcMan... | [
"jeansebastien.dery@gmail.com"
] | jeansebastien.dery@gmail.com |
9e90620ae636cee14432858dcbc2a1a53a5dcaf7 | 83214753e9183327e98af0e6768e9be5385e5282 | /d/lingjiu/men3.c | df6348822b1fbd51b58f29b86eaa0b3e71f7046a | [] | 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 | 795 | c | //ROOM men3.c
inherit ROOM;
void create()
{
set("short", "闭关室大门");
set("long",
"这是闭关室南边,北面有一扇大门。\n"
);
set("outdoors", "lingjiu");
set("exits", ([
"north" : __DIR__"biguan",
"south" : __DIR__"xiaodao2",
]));
set("objects",([
__DIR__"npc/shisao" : 1... | [
"i@oiuv.cn"
] | i@oiuv.cn |
5811eb8d46178ba3f34b6e3a862740e43de773c8 | 63539c402d3eb132b8e4ea1a5957e058630ae3e1 | /yujingqing/test4.c/car.h | ea4450d0b2cc86664ea1508532f5049617e3075f | [] | no_license | jjucom18/classCode | ae86f40d5756d5e2d3082c5989012bbbff973e9a | 8d355c4bfcea13661b1a4e06807a68d7086b353c | refs/heads/master | 2020-08-29T12:25:57.021729 | 2020-01-04T10:28:07 | 2020-01-04T10:28:07 | 218,028,602 | 15 | 5 | null | null | null | null | UTF-8 | C | false | false | 1,206 | h | #ifndef car_h
#define car_h
#include<stdio.h>
#include<stdlib.h>
#include<time.h>
#include<string.h>
#include<ctype.h>
#include <malloc.h>
#define MAX_SIZE_PARK 5
#define MAX_SIZE_SERVICE_ROAD `5
#define ok 1
#define ERROR 0
typedf char Elementtype;
typedf char Status;
typedef struct car
{
Elementtype car_licen... | [
"yujingqingppt@163.com"
] | yujingqingppt@163.com |
8a2200da50d065b53b02b8d0617b6e70f2c32f10 | b18090011131129015dacb4107adf3afc39248fd | /moduloConsumos.h | c67866f27bea1fa95d190fa59d1f227fde18e1a4 | [] | no_license | allangbr/SigPantry | 6ffa95873a592dd72cd2b4c6241ce3967aed82b9 | f572d845635593713911611e65873e7a0919838f | refs/heads/main | 2023-06-04T06:26:50.749794 | 2021-06-17T17:30:34 | 2021-06-17T17:30:34 | 377,911,885 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,175 | h | typedef struct consumo Consumo;
struct consumo {
long int codConsumo;
char dataConsumo[11];
char horaConsumo[9];
int quant;
double valor;
char status;
struct consumo *prox;
};
typedef struct itemC ItemC;
struct itemC {
long int codConsumo;
char descricao[51];
int quant;
do... | [
"allanalmeidagbr@gmail.com"
] | allanalmeidagbr@gmail.com |
25d83536cdf5c8f69d5460bbbd5f9d91a37b3b40 | 8d7514271b08caaa8c757d0747853d54642e9e63 | /plutommi/mmi/Extra/ExtraSrc/ZakatCalculator.c | 521cb93ccc4ba413fd90f23efe672ebf037b2141 | [] | no_license | npnet/MyCode | 0bd3e32d5890c411b16e01cdb8acf5624c7c0a02 | 9fa7aa78d62f1cd3c2a39a36875cb41cf00522fe | refs/heads/master | 2023-07-23T13:19:29.575050 | 2018-07-05T13:01:09 | 2018-07-05T13:01:09 | 140,229,839 | 1 | 2 | null | 2023-07-21T10:21:01 | 2018-07-09T04:07:28 | C | UTF-8 | C | false | false | 170,857 | c | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used or dis... | [
"zhaoran.jia@nbbsw.com"
] | zhaoran.jia@nbbsw.com |
988d10f099ae46ec557d43d3c64f825deb029cbb | ff6e19b0345221356d3f5142ee25addbf68600d9 | /new-c/strlen.c | 804982ce3055be54feef2bf6b7e020199da26a85 | [
"MIT"
] | permissive | 1432junaid/c-classes | e4d0bed23fa3c5535f2482161fe4e944d397e959 | af2546123db0ce07fdcf2f19e1ee6eeae373b079 | refs/heads/master | 2021-07-25T08:21:00.132830 | 2020-08-14T20:59:25 | 2020-08-14T20:59:25 | 208,866,895 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 232 | c | #include<stdio.h>
int string_len(int *string){
int i=0;
for(int j=0;*s != '\0'; s++){
i++;
return i;
}
}
int main(){
int string = "this is string";
int result = string_len(&string);
printf("len =%d",result);
return 0;
}
| [
"1432junaid@gmail.com"
] | 1432junaid@gmail.com |
a666a7b6c97f6b72de67e2fc55079bf4c3f2194b | b4d42f0055b3704f2688e654a687ddb6c5624431 | /src/it/unimi/dsi/fastutil/bytes/Byte2LongAVLTreeMap.c | 7bfb69aef6eb2a7698c59c936bf31aa6d37ebecd | [
"Apache-2.0"
] | permissive | valmac/fastutil-1 | 50c9ea26904d2687a5aeabfa3ebec11e7c1f4789 | 1eec4d37a1c9995688c7e8cac0f5cbee63f87f21 | refs/heads/master | 2021-05-27T09:06:47.249224 | 2013-04-05T20:17:32 | 2013-04-05T20:17:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,170 | c | /* Generic definitions */
#define PACKAGE it.unimi.dsi.fastutil.bytes
#define VALUE_PACKAGE it.unimi.dsi.fastutil.longs
/* Assertions (useful to generate conditional code) */
#unassert keyclass
#assert keyclass(Byte)
#unassert keys
#assert keys(primitive)
#unassert valueclass
#assert valueclass(Long)
#unassert value... | [
"peathal@yahoo.de"
] | peathal@yahoo.de |
9d75dac10a79fd370602fe3f7771e50a3d5a07a9 | 818cb9cb4ee6e52db8ded109a198f72cfe1c600c | /FreeRTOS+TFT+SD/src/ssd1289/fonts/linux_sun_12x22.h | bd953d0ae9cb530d6edc415ce49ac7b98a768430 | [] | no_license | Fullmoon12185/HY-MiniSTM32V | 927a7da43e3201ac3d7b902ed8c881424859dc8c | 98275e8a36007638c6a4028f5e5d23457a6791d1 | refs/heads/master | 2020-09-29T23:27:31.655936 | 2019-03-18T19:05:23 | 2019-03-18T19:05:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 185,619 | h | // SPDX-License-Identifier: GPL-2.0
static const unsigned char fontdata_sun12x22[11264] = {
/* 0 0x00 '^@' */
0x00, 0x00, /* 000000000000 */
0x00, 0x00, /* 000000000000 */
0x00, 0x00, /* 000000000000 */
0x00, 0x00, /* 000000000000 */
0x00, 0x00, /* 000000000000 */
0x00, 0x00, /* 000000000000 */
0x00, 0x00, /*... | [
"bx@fusi.bh"
] | bx@fusi.bh |
28929a3eae392437feb0d810db2a73873c81b032 | e9690773f7cac59dd9ab66648f1a64653e40f287 | /src/registr.c | 18f160541324593e9a117b43d78db95c605871b7 | [] | no_license | Apranzo/push_swap | d4ece3efedd55e5639edbceffd7b1dd55503c5b4 | 377cc0eb7372cc18ea465111500480b280c8d72b | refs/heads/master | 2022-12-28T16:25:54.648221 | 2020-10-15T10:18:47 | 2020-10-15T10:18:47 | 304,287,796 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,477 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* registr.c :+: :+: :+: ... | [
"al.podobed@gmail.com"
] | al.podobed@gmail.com |
80806709ea0ce17ed0920002119bc0ae9e2a3d7a | 11c3178da0dea1d904b7f3b87a85f1da21a0aa12 | /gpsd-3.0/driver_garmin_txt.c | f2b4a883a66864efbe5e165156e8571b12a71849 | [
"LicenseRef-scancode-ibm-dhcp",
"ISC",
"BSD-3-Clause"
] | permissive | yuvraj2987/ResourceAccounting | b127c8660cf6471384147e43bac53f3ccb36fd25 | 4415fea2c4ffa8486af6191fafb3380b961cf468 | refs/heads/master | 2016-09-06T17:46:01.613985 | 2014-08-07T16:55:04 | 2014-08-07T16:55:04 | 18,274,214 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,783 | c | /*
* Handle the Garmin simple text format supported by some Garmins.
* Tested with the 'Garmin eTrex Legend' device working in 'Text Out' mode.
*
* Protocol info from:
* http://gpsd.berlios.de/vendor-docs/garmin/garmin_simpletext.txt
* http://www.garmin.com/support/commProtocol.html
*
* Code by: Petr Sla... | [
"farshadg@buffalo.edu"
] | farshadg@buffalo.edu |
1a94814acbb1b2f8f96080e9cf44d98405dcda63 | d5626fe08a9de469ddf1e4193793df7efd8fe6e3 | /src/regress/sys/kern/syscall_segment/gadgetsyscall.h | 8af974e70683fa1b64c6e1132b995e0392d9bbf3 | [] | no_license | drt24/openbsd-import | 1767ddb9e03bb9a0974c8c0e4237e1edc1cdf67d | 0de99edb5131e82e7d249a0c4cd36cf157e03b9b | refs/heads/master | 2022-11-16T19:36:52.859427 | 2020-07-09T07:45:13 | 2020-07-09T07:45:13 | 280,720,846 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 188 | h | /* $OpenBSD$ */
pid_t gadget_getpid() {
pid_t ans = 0;
#if defined(__amd64__)
asm("mov $0x14, %%eax; syscall; mov %%eax, %0;" :"=r"(ans)::"%eax", "%ecx", "%r11");
#endif
return ans;
}
| [
""
] | |
f0db561edfa82973ddb912709388431b6a6fc842 | 4e4917e8e2fcf80f0ee0d136556362b1f4ec745a | /libft/ft_lstmap.c | 3a55a8e4cb45298bfbcffeb5855948b95e97af70 | [
"MIT"
] | permissive | kandeol/Fractol-project-42 | 7d1f812892fbb1099e5b1c124dc629e22e25b288 | b2d127ee139868e6aa6a3aec7d717a9379dd08ec | refs/heads/master | 2020-12-21T23:22:36.851378 | 2020-02-03T00:29:57 | 2020-02-03T00:29:57 | 236,598,001 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,100 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstmap.c :+: :+: :+: ... | [
"kandeol@student.42.fr"
] | kandeol@student.42.fr |
a16a657b0ed66abba87353cec6da57c18857c7ea | 81da99147251a4fa0275b7c4d6504e2e48386029 | /Sempra Curso/! ! DVD Didático V2_4/Arquivos/Projetos E-P32/003 - Display de 7 Segmentos.X/display_7seg.c | 4418d4aa5fd55a3cd25f06e523faf9110283325b | [] | no_license | HugoOliveiraSoares/Pic | 40e52fee3a44994b153fabac51200d549e81c0e5 | b48b126c558ea6344fc619bc3ab8f15de196a981 | refs/heads/master | 2020-03-31T09:33:16.077100 | 2019-12-04T15:34:17 | 2019-12-04T15:34:17 | 152,100,299 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 9,101 | c | /** I N C L U D E S **********************************************************/
#include "display_7seg.h"
/** V A R I A V E I S G L O B A I S******************************************/
unsigned char Digitvalue[5];
unsigned char pto;
unsigned char contUpdate = 1;
/** F U N C O E S ******... | [
"hugoliveira.soares@gmail.com"
] | hugoliveira.soares@gmail.com |
ec07c703e46ee5e44a6b4d9ed0228dae1a75bb2c | 9ef741cf37257dc4946a9852e9500b30764c531a | /inc/Tools.h | 3811aa8a82b55f7b675faa835879e05f54bdc81e | [
"MIT"
] | permissive | mtxavier/C_Tools | 493ca4bdae6decb3a2f79345ea2e01ac824218bb | 7e6293e6c682890f8721af765a54308e660b6fda | refs/heads/master | 2021-01-19T22:04:47.312533 | 2017-04-22T22:18:01 | 2017-04-22T22:18:01 | 88,746,343 | 0 | 0 | null | 2017-04-19T13:28:53 | 2017-04-19T13:06:47 | C | UTF-8 | C | false | false | 17,895 | h | /* Fondement Michtam
* Copyright (C) 2011 Xavier Lacroix
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
... | [
"noreply@github.com"
] | mtxavier.noreply@github.com |
b204a5e2c10bef9ecf10107bb3ee39be79c4f72b | 9ffcd9c25a1b09658120f380eae24da13d2ae8b6 | /filehandling.c | b9e6665b72d02f48fb2927cf09c05251e7801348 | [] | no_license | yilmazmertm/exerciseinfiles | 3b550dfc7f1fd7bb6afc0d49d2040ef1a8ed828b | d2757def43c72a9c058261b6b8e2b80ecffe79d4 | refs/heads/master | 2020-07-09T00:17:45.640951 | 2019-08-22T15:13:51 | 2019-08-22T15:13:51 | 203,819,961 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,658 | c | #include <stdio.h>
#include <stdlib.h>
struct employee{
int empNumber;
int score;
};
typedef struct employee employee;
int enterOption(){
int selection;
printf("1- Write to another file 2- update 3- add new record 4- delete record 5- traverse 6-exit\n");
scanf("%d", &selection);
return select... | [
"noreply@github.com"
] | yilmazmertm.noreply@github.com |
dee21fac95c3c319c361011aada18bad98a6e4aa | 2061d5ccea97aee9b92e267cf6f47a9a7700c67f | /exec/catkin_ws/install/ssafy_msgs/include/ssafy_msgs/msg/dds_opensplice/ccpp_TurtlebotStatus_.h | 97fe24c157ceeb1b7653661e303d9b57736496e9 | [] | no_license | lovelyunsh/ggobugi | 23630286453b00d3200b2eee547b8447ede449de | 19de6b0070f533917f1a665b69fe0eec0749ba0b | refs/heads/master | 2023-06-13T04:02:05.245161 | 2021-07-11T09:25:30 | 2021-07-11T09:25:30 | 384,886,343 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 264 | h | #ifndef CCPP_TURTLEBOTSTATUS__H
#define CCPP_TURTLEBOTSTATUS__H
#include "TurtlebotStatus_.h"
#undef OS_API
#include "TurtlebotStatus_Dcps.h"
#undef OS_API
#include <orb_abstraction.h>
#include "TurtlebotStatus_Dcps_impl.h"
#endif /* CCPP_TURTLEBOTSTATUS__H */
| [
"lovelyunsh@naver.com"
] | lovelyunsh@naver.com |
4dcfed3a17ff103130df01a864eaf58c73caf059 | e1cddfd754d952134e72dfd03522c5ea4fb6008e | /src/vnet/interface_types_api.c | 5aba3d632f3463fc4012467c962ae0b73c1d99a9 | [
"Apache-2.0"
] | permissive | FDio/vpp | 0ad30fa1bec2975ffa6b66b45c9f4f32163123b6 | f234b0d4626d7e686422cc9dfd25958584f4931e | refs/heads/master | 2023-08-31T16:09:04.068646 | 2022-03-14T09:49:15 | 2023-08-31T09:50:00 | 96,556,718 | 1,048 | 630 | Apache-2.0 | 2023-06-21T05:39:17 | 2017-07-07T16:29:40 | C | UTF-8 | C | false | false | 1,188 | c | /* Hey Emacs use -*- mode: C -*- */
/*
* Copyright (c) 2020 Cisco and/or its affiliates.
* 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.... | [
"otroan@employees.org"
] | otroan@employees.org |
6e85855bcfd6f8524d405ed9e42161a26f5f6e9d | d0e8eff2a6c3412a47550485ff3585eae3f2df52 | /system.out.c | 06531bea6ae4964c76c35c171a3b45d85551c465 | [] | no_license | leotavo/jvm | 29c08e47a8048f0b1e6d4f8a82824a2620921754 | 14d2b4f92784acd5c8cc1e6e2e2ecf287e45d9b2 | refs/heads/master | 2021-01-10T08:38:40.443858 | 2015-12-03T18:41:25 | 2015-12-03T18:41:25 | 47,354,672 | 5 | 4 | null | null | null | null | UTF-8 | C | false | false | 135 | c | #include <stdio.h>
void print(char * string){
printf("%s", string);
}
void println(char * string){
print(string);
printf("\n");
}
| [
"leotavo@gmail.com"
] | leotavo@gmail.com |
5f89ec45a21157df3d196b30493e66ede4d4d2d6 | 208e35c9d9f0e0ceff7e8ec0dadeccf94a837d35 | /additions/include_private/descriptors_control.h | 7e08bea1f10661af4bfe796f9f3efd7b5996d76a | [] | no_license | iot-components/tinyusb | 6ac8399c88200fd90fad4fdc246b32b9d652bd6d | a4c670653aeb5684a33fc7b4ee34f85bf216697a | refs/heads/master | 2023-08-24T17:10:11.767705 | 2021-09-28T10:44:52 | 2021-09-30T09:34:36 | 379,794,770 | 10 | 4 | null | null | null | null | UTF-8 | C | false | false | 1,940 | h | // Copyright 2020 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 applic... | [
"libo@espressif.com"
] | libo@espressif.com |
f98a424b1bfe1eab894334de6c4a88d3d0980061 | 760cc85980bb2eea44e373ab2402e343df1b83ad | /remotewol/secrets.h | 9c2f8fdd2a77f03b688f103e53fb0d688b2b5720 | [
"MIT"
] | permissive | MangelWare/remotewol-client | d706316118f6c3bbe6c52c6f972b128713d47d22 | 1d95ff66af15969353a9d8836393b0493e3f0574 | refs/heads/master | 2023-04-08T04:17:26.291373 | 2021-04-08T14:47:09 | 2021-04-08T14:47:09 | 352,997,060 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 344 | h | #ifndef STASSID
#define STASSID "<Your WiFi SSID>"
#define STAPSK "<Your WiFi Password>"
#endif
const char* hmac_key_encoded = "///////////////////////////////////////////="; // Replace by your base64-encoded 32-bit HMAC key
const byte mac[] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; // Replace by your MAC address to... | [
"simon.mangel@rwth-aachen.de"
] | simon.mangel@rwth-aachen.de |
803865c8d0383fb84e2c6c6fdb0cf064e79e75b3 | 777a75e6ed0934c193aece9de4421f8d8db01aac | /src/Providers/UNIXProviders/IPXNetwork/UNIX_IPXNetworkProvider.h | b96379e82e13a6042e01cc567690b396b4a883da | [
"MIT"
] | permissive | brunolauze/openpegasus-providers-old | 20fc13958016e35dc4d87f93d1999db0eae9010a | b00f1aad575bae144b8538bf57ba5fd5582a4ec7 | refs/heads/master | 2021-01-01T20:05:44.559362 | 2014-04-30T17:50:06 | 2014-04-30T17:50:06 | 19,132,738 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,118 | h | //%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
2a3be0fe69a8afe189a7e41891bde1f3638c7d23 | 19295f42f62957a6587df7f63ad82cd66f8b921d | /18NESTED.C | d7f9f7cc8a17fbed5bd363cdc6447cd581dccf2a | [] | no_license | SadaLearningHub1/C-Language | 967ecbe51266a8dfaf515caf08c5748443344bdb | aa085749d37e2bb5501974ef3247bfadc2114046 | refs/heads/master | 2020-03-23T13:56:23.306086 | 2018-08-18T01:08:41 | 2018-08-18T01:08:41 | 141,646,275 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 403 | c | #include<stdio.h>
int main(){
int num;
clrscr();
printf("Enter a number : \n");
scanf("%d", &num);
if(num == 10){
printf("if 10 true block");
if(num == 5){
printf("if 5 true bolck");
}else{
printf("if 5 false block");
}
}else{
printf("if 10 condition else block");
if(num == 4){
printf("if tru... | [
"sadalearninghub@gmail.com"
] | sadalearninghub@gmail.com |
3cbc76682f932c84398ee503d3a33a6fd9241541 | d023d5d3f7204443fd5583be4d57562262c7bff1 | /MUSE/Sources/muse.c | 3acbb6946535cc3d2128a16ae25a81fa238ad2b9 | [
"WTFPL"
] | permissive | duplicatalittera/Miscellaneous | 9479eda2c4cd6106a3796666d326fd889546adf9 | 280c8940de8c0cf59947058bebe10bfc52cdd4e0 | refs/heads/main | 2023-05-25T18:24:16.774132 | 2021-06-02T18:57:18 | 2021-06-02T18:57:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 66 | c | #include "muse.h"
int main(void) {
yyparse();
return 0;
} | [
"25242161+Dracovian@users.noreply.github.com"
] | 25242161+Dracovian@users.noreply.github.com |
58dad2ecc9521b8972a5c67e39ed2577b7984299 | 6609766a1472742500ec44988145186e9c5c2852 | /Euler/Euler26.h | b0da5951fcbeeccf8b44d8c9200b1c8fdeeaa464 | [] | no_license | ronniec95/Euler27to50 | 5a781a5dc6ba3d9dd36d922bb4a2c8f9f3dade5f | 6734e6c3c3eadcedec0cf1c34236ca891731ca93 | refs/heads/master | 2021-01-22T08:34:01.559153 | 2017-07-12T12:11:40 | 2017-07-12T12:11:40 | 92,623,551 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 76 | h | #ifndef Euler26_h
#define Euler26_h
int findLongestFraction(int n);
#endif | [
"ronniec95@lineone.net"
] | ronniec95@lineone.net |
fa994f6c5a942d3562fbee372d8f8b6c9ff9fbd3 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/gpu/drm/mxsfb/extr_mxsfb_drv.c_mxsfb_pipe_update.c | 6bdc2cca8d50e8972285d381db9e592d2cffe532 | [] | 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 | 974 | 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 |
90f9175ec01ef721803dc5c2fd8a071d7c2dfda2 | afc399fc40db174c0bd2365721c0643bbfa1485e | /P1/practice_P1/isim/gray22_tb_isim_beh.exe.sim/work/m_00000000001797723457_1978980676.c | e4c277ee5a1bebb9d15fade975f6c7121be10580 | [] | no_license | Chen-Qixian/BUAA-Computer-Organization | 4ca864b71d746677d49aca2ed2fb796286cb0ea7 | c3c40fad45eee51fbeb191145e3d41a2bd5187b0 | refs/heads/master | 2020-04-17T13:55:35.758366 | 2019-01-20T07:54:28 | 2019-01-20T07:54:28 | 166,635,820 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,963 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"chenqixian@buaa.edu.cn"
] | chenqixian@buaa.edu.cn |
40a04c03abb66762f2eeb28d39d30a043be169cc | d54c6ec9fbb4dd0cf2222c650c468700348ab09f | /9024/Simple Graph structure-based Search Engine/partc.h | 4cab7fba446d7e77957fa96bb5ea124a5592e50d | [] | no_license | WhatKS/19T3 | 6bf9bd94ed25c285e4d7c32b81f289209f10b214 | e4120fcda2d503f375be7f86cfe74c201c880c68 | refs/heads/master | 2022-12-17T05:33:46.835953 | 2020-09-06T06:13:11 | 2020-09-06T06:13:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,284 | h | //
// Created by 王晓雨 on 15/1/20.
//
# include <stdbool.h>
#include <string.h>
#ifndef ASSIGNMENT_PARTC_H
#define ASSIGNMENT_PARTC_H
#endif //ASSIGNMENT_PARTC_H
#define MAXWORD 20
typedef char STR[MAXWORD];
typedef struct nodec {
char data[MAXWORD];
struct nodec *next;
} Nodec;
typedef struct rank {
cha... | [
"noreply@github.com"
] | WhatKS.noreply@github.com |
9311ed6d97a5325cdd4c16e0c6279c6c3968bfd1 | 1fd33efcea837bb2ffcd32fcdceee78e246e1414 | /bird/imgsensor/gc0329_yuv_ST-BDE700SB/kernel/gc0329yuv_Sensor.c | 71905d90878c9c94a0627f8736df4bf077eafa02 | [] | no_license | rock12/android_kernel_xbasic | cda1c5a956cf8afdc6b9440cefd84644e4bfd7b5 | 38d09253ba7ef2e7e4ba2ee7f448a04457159ddb | refs/heads/master | 2021-01-17T08:38:46.441103 | 2016-07-01T19:36:39 | 2016-07-01T19:36:39 | 62,417,176 | 2 | 0 | null | 2016-07-01T20:07:19 | 2016-07-01T20:07:19 | null | GB18030 | C | false | false | 68,670 | c | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used o... | [
"yugers@gmail.com"
] | yugers@gmail.com |
6535b1edc9f1148183832559daa497e978698ba2 | 2d66f4a4588e91cb977f39d3568fbb4135374125 | /include/ParsePPMTexture.h | 763cbc700e268f39ad8503f0a0c0e2b3504c5b37 | [] | no_license | AdamDorwart/GraphicsEngine | c97865bada811e0728cefb4e0a824f00dba5830b | 72218ef89acbfbd54b1e66927125d3d2742cc8e9 | refs/heads/master | 2021-05-31T03:24:38.965751 | 2016-03-16T06:48:44 | 2016-03-16T06:48:44 | 52,831,270 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 158 | h | #pragma once
#include "Texture.h"
bool ParsePPMTexture(Texture* texture,
const char* filename,
unsigned int texType,
unsigned int side); | [
"adorwart@ucsd.edu"
] | adorwart@ucsd.edu |
f35522cb229408b1b2e96a27ab6ce8657c4c80c6 | bf919ea5e86e6a53919e5d88d5db239d0886ddf6 | /go_to_c/static_c_lib/greetings/english.c | 020028a5d549264a89371e5f5ddad1ced80aacbe | [
"MIT"
] | permissive | dexterchan/go-interlang | 77252ab419978c7ec59b805f707d7fa13589a39e | 76e0e7a3f2a0ecdd96ecdec897cf80632eaaa046 | refs/heads/master | 2020-07-09T14:44:14.746263 | 2019-08-24T11:41:55 | 2019-08-24T11:41:55 | 203,999,720 | 0 | 1 | null | 2019-08-23T13:03:07 | 2019-08-23T13:03:06 | null | UTF-8 | C | false | false | 134 | c | #include "greetings.h"
#include <stdio.h>
void greet_in_english(char* name) {
printf("C says: Hey %s, how's it going?\n", name);
}
| [
"d.raffensperger@gmail.com"
] | d.raffensperger@gmail.com |
be9c160eb47ae9cb7d609160632c93d2c21ba70b | b056db79bf2a2b935249b2d789428dba3c3473ae | /BIG/inc/adc_ads1256.h | 923e20ad489fe3c3b3f3f3fbad604028a0e1a00c | [] | no_license | wenij/FISHv4th-OEM | 0d16ad8e167e75444b865511d6cb19379f5a8e8e | c24fed804ed09adb3344f7c5794f94163cfb6ea1 | refs/heads/master | 2020-09-16T15:59:24.040623 | 2019-11-01T13:13:53 | 2019-11-01T13:13:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,383 | h | /*
* adc_ads1256.h
*
* Driver functions for ADC chip ADS1256
*
* Created on: Jan 16, 2019
* Author: carstenh
*/
#ifndef ADC_ADS1256_H_
#define ADC_ADS1256_H_
#ifdef __cplusplus
extern "C" {
#endif
#include "main.h"
extern void SetSpiMode(bool direct);
/*
* Driver Functions for A/D Converter ADS 1... | [
"carstenhoirup@aol.com"
] | carstenhoirup@aol.com |
bdd76398724dc3d2acec79ac4f2d04191c031dc1 | ca3d3d9ab2181a9176fe72cd7a2bd9539ad83216 | /Numbers/Numbers/main.c | 32cb9080553df42235ee14aed85559a68ab3e622 | [] | no_license | higginator/Developer | 3a13bed1c2c517859a2cfffd72035991b232380a | e1c51feb070ce35e8e51119e8f26693e642a356f | refs/heads/master | 2020-04-10T09:24:17.650820 | 2014-06-30T22:10:21 | 2014-06-30T22:10:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 719 | c | //
// main.c
// Numbers
//
// Created by Ryan Higgins on 3/5/14.
// Copyright (c) 2014 Higgnet. All rights reserved.
//
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
int main(int argc, const char * argv[])
{
printf("The sine of 1 radian is %.3f\n",sin(1));
printf("3 * 3 + 5 * 2 is %d\n", 3... | [
"ryanhigs@gmail.com"
] | ryanhigs@gmail.com |
ff0f0a7289d0c11e0ab018a3c99ac73b0c6a28a1 | aa50d08201dd7048f05ad4139ef3484bea2dcbc9 | /test/software/test_isqrt/src/test_isqrt.c | ff83998d5ca7125b9428bbdae774858ef0e4d0a2 | [] | no_license | jchang3/accel_pen | 2350746eb7e850c6433735a696a265f524e642bf | 554169dfc78bc6364561517656ee4c5956a04638 | refs/heads/master | 2021-01-13T01:22:53.410769 | 2014-04-09T20:37:17 | 2014-04-09T20:37:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,665 | c | /*
============================================================================
Name : test_isqrt.c
Author : Group
Version :
Copyright : Your copyright notice
Description : Hello World in C, Ansi-style
============================================================================
*/
#include <ma... | [
"jchang3@ualberta.ca"
] | jchang3@ualberta.ca |
c58b5a1b47d907b553bc29858f2a437f7e02d5a1 | 85e4532daddd104b988d91140c546380014ba5ae | /final/Inc/usart.h | 317db16c77c02ba450b50ad77db77ff33307fd27 | [] | no_license | KhangNDmk/236F77EF6EF0BF826592C4EE40C5B5D3E43E55DFFFF706B7F675AF402A61A62F | f7951f63ef4924b9dce688900b20dc431ddde1f5 | 57378723734e3a49219b2fb50f188e11d20c2c0f | refs/heads/master | 2020-04-06T15:43:03.275141 | 2019-03-24T09:21:43 | 2019-03-24T09:21:43 | 157,590,060 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,046 | h | /**
******************************************************************************
* File Name : USART.h
* Description : This file provides code for the configuration
* of the USART instances.
******************************************************************************
... | [
"43747042+KhangNDmk@users.noreply.github.com"
] | 43747042+KhangNDmk@users.noreply.github.com |
b88d7e3a5f2b917e3373468c06991e75d9201e58 | 05b10d368e9fdf1b9ad5158ba480775d5c4dee4a | /linux-headersv32/asm/arch-v32/hwregs/iop/iop_dmc_out_defs.h | 5e392c540046a02c1d89db44fa6ace94218df8c6 | [] | no_license | matthazinski/cris-dist | e6c10fa78df3fbe61b3374515964d325a0ce2253 | 60ebf549431fef06217f8b6102adbc1646afa204 | refs/heads/master | 2021-01-01T04:27:14.169578 | 2016-04-12T05:36:21 | 2016-04-12T05:36:21 | 56,034,266 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,347 | h | #ifndef __iop_dmc_out_defs_h
#define __iop_dmc_out_defs_h
/*
* This file is autogenerated from
* file: ../../inst/io_proc/rtl/iop_dmc_out.r
* id: iop_dmc_out.r,v 1.25 2004/03/12 12:48:07 jonaso Exp
* last modfied: Tue Mar 30 22:27:00 2004
*
* by /n/asic/design/tools/rdesc/src/rd... | [
"matt@matthazinski.com"
] | matt@matthazinski.com |
9ff4659172e67da0b49c94a6a6be1b9499cf0d80 | 0e5fe6cbbdfeb7ab308656c258ff72b0744ae2f8 | /modules/DotMatrix/assist_tool/convert_dotmatrix.c | b4e9f599a12d670fb56f1c3ee78db76da6e0bbca | [] | no_license | maohong1989/work | c04dea876f0f0da27aeecc167792bd04610cbb14 | cfe314795091cf164844e80fe910b130d59a9101 | refs/heads/master | 2021-01-18T17:23:43.813132 | 2017-10-12T07:51:30 | 2017-10-12T07:51:30 | 86,792,121 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,429 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
struct lib
{
int size;
int width;
int height;
int type;
};
int main(int argv, char **argc)
{
FILE *fd;
char path[100] = {0};
char conver_path[100] = "convert-";
char a[16];
long size;
int ret;
struct lib *tmp = (struct lib *)a;
if (argv < 2)
{
... | [
"apostle9891@foxmail.com"
] | apostle9891@foxmail.com |
4c16f435d67025ee82489094ea7105fa075842d9 | df32fee2487482a9f83da4cf558ba9a8836860c6 | /src/ds1302x.c | 9ff3a5531926f8075bdb44e2410ce716528fc317 | [] | no_license | yfnuaa/stopwatch_proj | 10a583ee3372d51f98b4e03de7e3fa8bfb8bf9f1 | 12865eba60b2473551b37e383e258205f600349b | refs/heads/master | 2020-04-13T22:41:08.637125 | 2019-01-17T07:49:55 | 2019-01-17T07:49:55 | 163,485,864 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 4,020 | c | #include "stc8.h"
#include "intrins.h"
void ds1302_delay( void )
{
int i;
//for(i = 0; i < 10; i++)
{
_nop_();
}
}
sbit g_SCL = P4^7;
sbit g_data = P5^4;
sbit g_RST = P5^5;
//sbit g_SCL = P1^0;
//sbit g_data = P1^1;
//sbit g_RST = P1^2;
void ds1302_writeByte(unsigned char mCommand, unsig... | [
"feng.a.yang@ericsson.com"
] | feng.a.yang@ericsson.com |
ad768ec057c1d33aa74f1037d85508b035459aaf | 7dfb418be905c1ec4a06f8ec41e401e047d006c5 | /src/tests/randomUnit.c | 2914347de1f9296a784222e95b9cd82b89f6a191 | [] | no_license | DanAurea/Ruzzle | 676e16514e5cee7e17f87ff8c5d8fedcddfb48a7 | 7d2cb06f6816021fe516968e085aae5077ad3788 | refs/heads/master | 2021-01-10T17:59:00.061561 | 2015-11-22T23:07:46 | 2015-11-22T23:07:46 | 45,573,830 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 652 | c | /**
@file randomUnit.c
@brief Tests unitaires fonctions aléatoires
@author Cousin Brandon Ngatchou Junior
@version v1.00
@date 20/11/2015
*/
#include <ctype.h>
#include "include/random.h"
#include "CUnit/Basic.h"
/* Test sur le retour du caractère tiré aléatoirement */
void testRandChar(void){
CU_ASSERT(islow... | [
"laochi.bc@gmail.com"
] | laochi.bc@gmail.com |
52a39643f5ad833cb59fba4f120786c8ec3aa77d | 80854f4d615679c0e0393724f392f503ea853cff | /Labs/Lab5/part1.h | 58b6aaeb390d874996e5cc4277020f39a92fdf8a | [] | no_license | hasanahmvd/CS2211A | 428cadaf585c05ae38d6d6d3a5f82e41e8f7e13c | 6c43cc611bc9c94a4d50161fe01597f8b4ae003b | refs/heads/master | 2020-03-29T21:43:52.235726 | 2018-12-11T19:43:03 | 2018-12-11T19:43:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 147 | h | //
// part1.h
// Lab5
//
// Created by Hasan Ahmed on 2018-10-16.
//
#ifndef part1_h
#define part1_h
#include <stdio.h>
#endif /* part1_h */
| [
"noreply@github.com"
] | hasanahmvd.noreply@github.com |
a94cf8621bb7a85767fd95bf5499f6e151048a00 | b45255c4ee39791de879422cbe06485de56148fb | /程序设计II_c++/8898 Week2 [Functions]Checking substring/Latest Submission/main.c | 16733643304531f0dd813ba1fa25ce573ea567d7 | [] | no_license | yoyo-hu/Programming-exercises | 4e60f50f63ec102ae5d1333d393349f156167e87 | cda87dcc477839e096500710eed470a94ae19200 | refs/heads/master | 2023-06-20T00:15:58.746894 | 2021-07-15T05:28:28 | 2021-07-15T05:28:28 | 386,024,430 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 427 | c | #include <stdio.h>
#include <string.h>
#include "indexOf.h"
int main() {
int t;
scanf("%d%*c", &t);
while (t--) {
// Prompt the user to enter a string
printf("Enter the first string: ");
char s1[80];
fgets(s1, 80, stdin);
// Prompt the user to enter a string
printf("Enter the second stri... | [
"1417193568@qq.com"
] | 1417193568@qq.com |
e341810d01d73710a10a4cf49a9a6e9dd6576f57 | 8e7a83dc0aeb8e06e1ea407fc9bf2f8dada919fc | /Ultrasonic/Src/stm32f4xx_hal_msp.c | b5b3f11d8714d294bddef0cf94a784ebff4702e5 | [] | no_license | TheDK0309/STM32F446RE | 7639e220b690003fb33922f281431562d727d8df | d12e71be4a471b36f503139edfd691778e8a8e64 | refs/heads/master | 2020-06-30T14:31:00.762130 | 2019-08-12T14:57:11 | 2019-08-12T14:57:11 | 200,849,978 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,776 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* File Name : stm32f4xx_hal_msp.c
* Description : This file provides code for the MSP Initialization
* and de-Initialization codes.
**********************... | [
"noreply@github.com"
] | TheDK0309.noreply@github.com |
cd5bca4086ac6896b5034cc610742148188c8b06 | a9e319acd4163b64f26b597ec1516fa4e67786a3 | /firmware/driver/dht11.h | 4a56cf5edeb8c059426a0c82c835ec267ff1a45e | [] | no_license | martinLeht/watering-system | 37ab8ff61d4cda09ff639f22d6604d561ec9a805 | e2931a89982566703b932b95b0e54a26a5d08e5b | refs/heads/master | 2022-12-10T11:08:59.595585 | 2020-09-05T23:13:05 | 2020-09-05T23:13:05 | 293,031,989 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 165 | h | #ifndef _DHT11_H
#define _DHT11_H
#include <dht.h>
extern dht DHT;
#define DHT11_PIN 7
float getTemp();
float getHum();
float* getTempAndHum();
#endif _DHT11_H
| [
"martin.lehtomaa@gmail.com"
] | martin.lehtomaa@gmail.com |
4b6a75e2c02ac4de41fc17372ec0df53d28d27dc | 0f6dab32fe5297f426996aa109295d93d8363c1a | /Command_Interpreter--Job_Control/suspend.c | bb067205b7cea0982731d122ea4c6d6be5e99e72 | [] | no_license | giv1230/C.Projects | 6c46ea969fe688f8a464c760f9e96cbbde0df916 | 72b41ecaf6cface04c2b9daff6979ef4f3ac143c | refs/heads/main | 2023-06-02T03:05:54.570422 | 2021-06-12T15:59:00 | 2021-06-12T15:59:00 | 376,323,960 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,411 | c | // this program presents how to block signal SIGINT
// while running in critical region
// * Compile with "gcc suspend.c -o suspend"
#include <signal.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
static void sig_int(int);
int
main(void)
{
sigset_t newm... | [
"55096530+giv1230@users.noreply.github.com"
] | 55096530+giv1230@users.noreply.github.com |
bfdc8d6f80ca7b1768102e2b0873b6900792abe5 | aa90d297151b606b8542b4d2d239a1c0e2aff93f | /ipmi_lib/ipmi_pef.c | 2a7c985522cd93d0dfee5befa0bb40a707a37c65 | [] | no_license | lixuhui112/ipmi_ucos_6911 | 9d7b14833b59e90e0a3e2f97fc36fd17bca0b9a4 | a4c6b6c8b9261444f28e68e384cba7a321a72d76 | refs/heads/master | 2021-02-03T20:14:22.519564 | 2013-05-18T13:40:28 | 2013-05-18T13:40:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 489 | c | //*****************************************************************************
//
// ipmi_pef.c - IPMI PEF and Alerting Commands
//
// author: qujianning@kyland.com.cn
// update: 2012/08/03
// version: v1.0
//
//*****************************************************************************
#include "ipmi_lib/ipmi.h"... | [
"qujianning@kyland.com.cn"
] | qujianning@kyland.com.cn |
035b66e61e167b815df99f22902a819839ae4794 | 02241608ce4ea1f24a821b6a0fd6348b3b8a885b | /src/app/mesh/lib/profile/dfu_server.c | 19507994b4582c4a8304eb72db63189d469fc781 | [] | no_license | YangJiangBing/Mesh_Ali_Power_Strip | 49c0e5df56aea4fcf085a8c4dfe1fc8e1f6bd026 | e559f9c532d512826989254501121f470e23d474 | refs/heads/master | 2022-06-16T12:54:32.889918 | 2020-05-07T02:26:00 | 2020-05-07T02:26:00 | 261,929,252 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 35,114 | c | #include <string.h>
#include <gatt.h>
#include <bt_types.h>
#include "trace.h"
#include "gap_le.h"
#include "gap_conn_le.h"
#include "gap_msg.h"
#include "gap_adv.h"
#include "gap_manufacture_adv.h"
#include "app_msg.h"
#include "flash_device.h"
#include "rtl876x_wdg.h"
#include "dfu_api.h"
#include "ota_server.h"
#inc... | [
"478917417@qq.com"
] | 478917417@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.