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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b2adbc1c89835732272de1e8aeed9969e7e1c23c | c28a6f2c8ce8f986b5c22fd602e7349e68af8f9c | /android/device/realtek/proprietary/libs/libRTKExtractor/RTKExtractor/Filters/NavigationFilter/InputLPCM/InputLPCM.h | 884616aa53ee830ed50c233e97c1f6cc2bbee96c | [] | no_license | BPI-SINOVOIP/BPI-1296-Android6 | d6ade74367696c644a1b053b308d164ba53d3f8c | 1ba45ab7555440dc3721d6acda3e831e7a3e3ff3 | refs/heads/master | 2023-02-24T18:23:02.110515 | 2019-08-09T04:01:16 | 2019-08-09T04:01:16 | 166,341,197 | 0 | 5 | null | null | null | null | UTF-8 | C | false | false | 450 | h | #ifndef __INPUT_LPCM_H__
#define __INPUT_LPCM_H__
#include <Filters/NavigationFilter/NavPlugins.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __NAV_USE_DLL_PLUGIN__
HRESULT FUNCNAME_OPEN_INPUT_PLUGIN
#else
HRESULT openInputPluginLPCM
#endif
(ENUM_MEDIA_TYPE majorType,
ENUM_MEDIA_TYPE subT... | [
"Justin"
] | Justin |
30609f5d9d8053d222cc5f9d86a3991774e6f1e6 | 465008eeee8091cedabdb7c3ff7f1b1787b7bccf | /Code/hw4/a/a.c | c094ab55c27a92423c917b7a5f3b573214bcfb04 | [] | no_license | Hamza-Alwani/Assembly | f0caaf4ca999e76e4ad06b241a318a9ed94d022d | 8759371adaaf9cb174d23efa2bb309a4317d62a3 | refs/heads/master | 2023-06-17T10:54:44.306018 | 2021-07-10T22:13:26 | 2021-07-10T22:13:26 | 384,804,383 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,031 | c | #include <stdint.h>
#include <stdio.h>
#include <string.h>
#define MAX_NAME_LENGTH 32
#define PACK
#ifdef PACK
# pragma pack(push)
#pragma pack(1)
#endif
typedef struct _BUSINESS {
uint32_t taxId; //4
char name[MAX_NAME_LENGTH+1]; //33
uint32_t addNo; //4
char direction; //1
char street[MA... | [
"hamzaalwani@gmail.com"
] | hamzaalwani@gmail.com |
dc01ed172cde4b8574e5643a445c04bed04f8f0a | 52e653ced65249ebcb70f7df8b6398c7a1b55125 | /ft_printf/srcs/ft_lstprintf.c | 9e04e4b58ca17cc705357d5090adba335f47aeb4 | [] | no_license | tdautreme/My_projects_at_42 | 4ba679c7d5908d2153a8584c65677a81c8cdfafd | 01550fe622cfd1f183e944e37e6c4275f4201f13 | refs/heads/master | 2021-06-27T15:33:42.656992 | 2020-12-09T13:37:48 | 2020-12-09T13:37:48 | 191,175,217 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,475 | c | /* ************************************************************************** */
/* LE - / */
/* / */
/* ft_lstprintf.c .:: .:/ . .:... | [
"tim.dautreme@hotmail.fr"
] | tim.dautreme@hotmail.fr |
0619e3f0c61984b2025aad5f5811115f173667dc | 472b95d6e4969a2db1116c349cba75ebdd7eaf4f | /linklist/singlylinklistwithoutclass.c | 11247a9db781194c43dddca5b6890d4ce6d6a763 | [] | no_license | akashiitj/dsaprogram | 1edcafb88a81c958755af42c8e07362ac9ff4fc7 | 2d865d44d89da53b8874a23097d1f2f91adbc4c3 | refs/heads/master | 2022-01-26T17:56:38.425785 | 2022-01-11T08:54:39 | 2022-01-11T08:54:39 | 90,659,964 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,066 | c | #include<stdio.h>
struct node
{
int val;
struct node * nxt;
};
void insert1(struct node **head1,struct node **tail1,int val)
{
struct node* n=(struct node*) malloc(sizeof(struct node) );
//scanf("%d", n->val);
n->val=val;
n->nxt=NULL;
if(*tail1==NULL)
{
*head1=n;... | [
"akash.m@practo.com"
] | akash.m@practo.com |
5b9b83e90fb14fdfd62771b00f536abe07a3bad9 | a7a8e2b275f098bb31edfd4b73826e35b8ae855d | /development_k2_v1.0/libkorebot-1.16-kb1/src/utils/kt_hexparser.c | 315d1db1ec25128d681f190ff8cc0b600e930383 | [] | no_license | M-Elfeki/Khepera_III | 6e2f74135a7dc369a6d28a03664e0b52e7e985c3 | 1f42f4f9baf83b49fb5c9e7eca0a591a6c9b5f5c | refs/heads/master | 2020-06-01T06:11:54.998387 | 2014-11-18T14:09:23 | 2014-11-18T14:09:23 | 26,811,825 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 5,484 | c | /***********************************************************************
* K-Team hex parser functions
* P.Bureau - 09.2005
*/
#include "kt_hexparser.h"
#include <string.h>
size_t strlcpy(char *dst, const char *src, size_t siz)
{
size_t n;
size_t slen = strlen(src);
if (siz) {
if ((n = MIN(slen, siz - 1))... | [
"mohamed_boss82@yahoo.com"
] | mohamed_boss82@yahoo.com |
105bd9c4f5aa07f5cb4a4132b253e0ffabc2d407 | e7c45d18fa1e4285e5227e5984e07c47f8867d1d | /Common/Scd/ScdLib/NRECIPE/SIMP2.C | af6de0f15b57646c4b8b9c5d800c4b2b2ca64bd1 | [] | no_license | abcweizhuo/Test3 | 0f3379e528a543c0d43aad09489b2444a2e0f86d | 128a4edcf9a93d36a45e5585b70dee75e4502db4 | refs/heads/master | 2021-01-17T01:59:39.357645 | 2008-08-20T00:00:29 | 2008-08-20T00:00:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 972 | c | #define EPS 1.0e-6
#include <float.h>
//#pragma optimize("g", off)
void simp2(double **a, int n, int l2[], int nl2, int *ip, int kp, double *q1)
{
int i;
*ip=0;
for (i=1;i<=nl2;i++)
if (a[l2[i]+1][kp+1] < -EPS)
break;
if (i>nl2)
return;
*q1 = -a[l2[i]+1][1]/a[l2[i]+1][kp+1];
... | [
"paul.hannah@syscad.net"
] | paul.hannah@syscad.net |
d5a414744a9b9e3592b97147227903f7dfe0fd6b | 62a7557785214e16a57379b3f0bd45563a3f6045 | /Pipex/pipex/srcs/redirect.c | 592805ebcf181a7f3135d78d1272ff8c2f7288a9 | [] | no_license | ParkGunWook/42_seoul | 78c66e333c1d9e8d12797fcd2747528c2c8ddc97 | e111e13319ae9d3ed5bd681bfb9f2e5848a3be97 | refs/heads/master | 2023-07-27T17:28:14.390304 | 2021-09-12T02:52:18 | 2021-09-12T02:52:18 | 363,791,134 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,508 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* redirect.c :+: :+: :+: ... | [
"gpark@student.42seoul.kr"
] | gpark@student.42seoul.kr |
ff6507b0ca8e2be90c673e0e07a42a1f4a06c13c | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/fastsocket/kernel/drivers/net/wireless/brcm80211/brcmsmac/phy/extr_phy_lcn.c_wlc_lcnphy_set_trsw_override.c | 6209d735da26b64cc5b6b08f154cf065ff28b7e6 | [] | 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 | 821 | 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 |
65cfdb485c71607609440845604d1f172a0ec3ff | fe1a0ec44285b312c5ee7d0664603d41bee15a58 | /homeworks/homework2/src/Zedov.c | d04fa6527f4bf1b2be1cdd37d723df9953928c13 | [] | no_license | Libardo1/advancedComputationalMethods | 3b469eef8cdbf3e245ddb2ba945ab44d32d86986 | c2c4f22c55b60a2645aa04b54920d580f01cfe77 | refs/heads/master | 2020-03-15T07:16:35.470135 | 2017-05-15T02:50:07 | 2017-05-15T02:50:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,199 | c | #include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "structSedov.h"
//------------------Constantes----------------
#define FLOAT double
#define GAM 1.4
#define NDIM 3
#define Lx 256.0
#define Ly 256.0
#define Lz 256.0
#define delx 2.0
#define dely 2.0
#define delz 2.0
#define T 300.0
#define E 10
#defin... | [
"ivan.torroledo@gmail.com"
] | ivan.torroledo@gmail.com |
c67f26bf3c169cf701d444774f5db805caab16c4 | c423eb900ad6a532a75e9790f51c5e8320011ca4 | /Uart.h | c1fdedbc283375b94de48d6faed07635c91dca3b | [] | no_license | seblee/Windowshade | 70aafc51bc9d076946f37665f411552f582edda8 | 04773d5c7a2ca16d4e9df820e792dfb3aec32c71 | refs/heads/master | 2021-01-21T09:03:00.509373 | 2017-06-02T08:52:50 | 2017-06-02T08:52:50 | 91,646,254 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,343 | h | /***********************************************************************/
/* FILE :Uart.H */
/* DATE :Mar, 2013 */
/* Programmer :xiang 'R */
/* CPU TYPE :PIC32MX2 ... | [
"ceeu@vip.qq.com"
] | ceeu@vip.qq.com |
c7ed68724411490a3f5726dd0ff9693a2a831704 | e368d28ab359f703b784b23280a98caa58d4fa72 | /component/common/media/framework/mmf_source_modules/mmf_source_pro_audio_wrapper.c | f87b7db29944e17b79c722ffd858a104f6a22a2c | [
"MIT"
] | permissive | Seeed-Studio/seeed-ambd-sdk | 93b3f853142026b0bb15f320129f7e893c981ae1 | 3cc64f293f756ffb3cd379fffb972b7401cb0951 | refs/heads/AT | 2022-11-25T06:55:17.361575 | 2020-07-31T05:45:10 | 2020-07-31T05:45:10 | 255,220,669 | 12 | 7 | null | 2020-07-31T05:45:11 | 2020-04-13T03:18:22 | C | UTF-8 | C | false | false | 266 | c | #include "mmf_source.h"
#include "mmf_source_pro_audio_wrapper.h"
msrc_module_t audio_wrapper_module =
{
.create = audio_wrapper_open,
.destroy = audio_wrapper_close,
.set_param = audio_wrapper_set_param,
.handle = audio_wrapper_source_mod_handle,
};
| [
"lht856@foxmail.com"
] | lht856@foxmail.com |
31421486c7d0b5946079ef95443f3bf5706c4b86 | 498f09067bb6d804567b7e9e647d25e768222675 | /Math/math-6.c | 0f76820d09c44d12b40a2e9a0cc683e73063e4d4 | [] | no_license | susmita-debnath/c-beginner | c44829d93e89de17ee98cb6ee0e6a6198027603f | 078e1de4b4cb57fef072aa5213881d76dea7628d | refs/heads/master | 2021-01-09T06:33:07.686106 | 2018-03-01T12:20:46 | 2018-03-01T12:20:46 | 81,005,975 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 498 | c | #include <stdio.h>
int main()
{
int number, x;
printf("Please enter the number: ");
scanf("%d", &number);
x = sumLoop(number);
printf("The sum of the numbers from 1 to %d is %d.\n", number, x);
return 0;
}
int sum(int number)
{
int y;
if(number == 1){
return 1;
}
y... | [
"supti.debnath@gmail.com"
] | supti.debnath@gmail.com |
c5de34cd39fa696723a431820ad196ef540cf329 | 63ea0948ed8750c2306afff30e2a4f0e2e7724de | /PGA450_src/PGA450_init.c | c170e32c03262325ed161b61f71dcd5ea0e6cbd0 | [] | no_license | ramensandwich/ObstacleDetection | c0e2c69a413951e9a70c209090be0e9f40180ec4 | 397147979ba70cef53051a49c8acef610459eef3 | refs/heads/master | 2021-01-11T20:35:09.400406 | 2017-01-23T02:30:05 | 2017-01-23T02:30:05 | 79,147,575 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,791 | c |
#include "PGA450.h" // Register Definitions
#include "PGA450_vars.h" // Variable Definitions
// ** INITIALIZES PGA450 PORTS, ESFRs, LIN, TIMERS, AND INTERRUPTS **
void Initialization (void){
// * INITIALIZE PORTS *
GPIO1 = 1;
GPIO2 = 1;
TxD = 1;
RxD = 1;
LSGA=0;
LSGB=0;
... | [
"Sean Buckley"
] | Sean Buckley |
ab5253aa45b657c4371b978e38b37fcfc9e6564d | 356fe24e6cef72837e04acbcbc6d94b21417a523 | /2tcpserver.c | 50901aa4df337d4a12268f2f451e739d85b1ad97 | [] | no_license | danieldavidf/socket_simples | 6d78b28ee429b5e0a8efeec8868e6803db07b362 | 55e47bfaa511eedce0adbde101ca9fab47cbc6b0 | refs/heads/master | 2020-04-05T15:52:46.936973 | 2018-11-10T14:26:15 | 2018-11-10T14:26:15 | 156,987,857 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,432 | c | #include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <time.h>
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
int obter_hora(char horario[]){
char parser_hour[12], strhour[3]; int hour;
strcpy(par... | [
"dandavidf@gmail.com"
] | dandavidf@gmail.com |
ad42b2d752d50090b91268faa3375f08468c3e71 | 3e500d4cf5c0c1f36383dedaff5b0cef7ffc3c11 | /bite/homework/epoll/myepoll.c | bfef8d4e24e186f5e089f2da4bceb2be150d6e3a | [] | no_license | sdoyuxuan/HomeWork | 1b96c0fa1ad612c424d90d934c7cc39dd13278e2 | cc656ff4ff00b48d2e8478e8165678ce1b17af47 | refs/heads/master | 2021-09-09T23:09:19.608038 | 2018-03-20T06:26:29 | 2018-03-20T06:26:29 | 125,966,080 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,232 | c | #include<stdio.h>
#include<sys/socket.h>
#include<sys/types.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/epoll.h>
#include <stdlib.h>
#define SIZE 10240
void usege(const char * arg)
{
printf("%s ip port\n",arg);
}
typedef struct epoll_buff{
int fd;
char buf [SIZE];
} epoll_buf,*epoll_buf_p;
epo... | [
"513754057@qq.com"
] | 513754057@qq.com |
954293cd309bb178039e36e1ab623b15fb068907 | 444ddb8221a738e97ea668fc2a672df9418f992c | /photos/batch/badapple 3733.c | 9bef18cd4c9fcb73d86420ad4433022447e17a1f | [] | no_license | our0boros/BadApple | 4c9484f96f90c48ddf1e499cfc2510ac7448f5d8 | b8a7526ee9266af5d98a786a000339eefc5c01a1 | refs/heads/master | 2023-01-12T22:41:23.548615 | 2020-11-18T12:16:13 | 2020-11-18T12:16:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 130 | c | const unsigned char gImage_badapple 3733[8] = { /* 0X42,0X01,0X08,0X00,0X06,0X00, */
0X00,0X40,0XF8,0XFC,0XF8,0X3C,0X00,0X00,};
| [
"863166709@qq.com"
] | 863166709@qq.com |
4f119754f5dd6ce528fa964c39f9ad43f089cccc | 89cade5f2b532f8a8facd0f90d06b87c01ce6291 | /src/clips/agenda.c | c05589ecc04f8df5229ea9d2bebe4130f7e171ad | [
"Apache-2.0"
] | permissive | jarcec/rbclips | b17c5af9ec7ce4b016b8a534f71f8f13ce35f7fb | dfeb9c7faf4c7f6f08967319b1519b033adbb82e | refs/heads/master | 2016-09-05T08:50:29.896833 | 2013-12-31T17:52:27 | 2013-12-31T17:52:27 | 583,345 | 7 | 5 | null | null | null | null | UTF-8 | C | false | false | 42,048 | c | /*******************************************************/
/* "C" Language Integrated Production System */
/* */
/* CLIPS Version 6.24 05/17/06 */
/* */
/* ... | [
"jaroslav.cecho@avg.com"
] | jaroslav.cecho@avg.com |
8dc3cf9d6c78fc517372dc51d793eb111b6fd378 | f2cf4b50e47e5a6178c07338e81570cb2233ec23 | /arch/arm/cortex-a/src/los_exc.c | b8566854361a479c417f00e1b26106b27df7e786 | [
"BSD-3-Clause"
] | permissive | dflygarfield/LiteOS_Kernel | bda9467a37bd3011c6c4420908acdc180d183add | 3ca2d23c1eb0b1b2ef6c6f5db7e732fde099ef2e | refs/heads/master | 2023-01-01T21:24:50.858869 | 2020-10-30T01:35:20 | 2020-10-30T01:35:20 | 113,691,064 | 0 | 0 | NOASSERTION | 2020-10-30T01:35:22 | 2017-12-09T18:18:11 | C | UTF-8 | C | false | false | 17,125 | c | /* ----------------------------------------------------------------------------
* Copyright (c) Huawei Technologies Co., Ltd. 2013-2019. All rights reserved.
* Description: ARMv7 Exc Implementation
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the f... | [
"459864689@qq.com"
] | 459864689@qq.com |
04253e25a2c9c515a80a47dec983f09c13ad7bd6 | 9eba806142c183007971d6a7f08a9327b16ace10 | /libft/ft_putnstr.c | 60488c004a67be375f17aa9adff55ae4e10b3478 | [] | no_license | RascalCalmind/fdf | 47253ea77f71778923536ec27fdbf190c0077347 | 3ffdbff9803c01fd39b08a3e6293b5e8050402fa | refs/heads/master | 2022-11-19T08:00:16.032428 | 2020-07-08T14:41:54 | 2020-07-08T14:41:54 | 278,089,488 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 986 | c | /* ************************************************************************** */
/* */
/* :::::::: */
/* ft_putnstr.c :+: :+: ... | [
"lottehageman@MacBook-Pro-van-Lotte.local"
] | lottehageman@MacBook-Pro-van-Lotte.local |
2245a2ace51cb4372c87af2837a54c86988878e9 | 42f4ba5bd129df32cd27b2ced1afc6b22ad67c2a | /ft_lstiter.c | 2bbeae8f666872feb11a1795d8737dd92979051a | [] | no_license | slavor/Libft | 9ee37c942c9e302fc4754759c858f59d4c1a3a5f | 5b3777aa75bfbbe591bde8ce2f70101bcbcc26e9 | refs/heads/master | 2021-04-12T08:25:08.806223 | 2018-03-20T05:18:19 | 2018-03-20T05:18:19 | 125,935,783 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,018 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstiter.c :+: :+: :+: ... | [
"slavor@student.42.us.org"
] | slavor@student.42.us.org |
06151fe578ac51f32094f7efa70b06dfeebf3022 | b6e7a6d3c54f7324fab3233d7570853c0803cd6d | /Airmouse/空鼠 - V1/USER/main.h | 71c78a51c819bc1b41db1403c1eadd6dc670726e | [] | no_license | dobbyzzipeng/copter | 4d7f33927749a12a9db06289bfd64f46593e5f3a | d910cad0ad9ddd66b3f5b72ae385ab2029a5b202 | refs/heads/master | 2021-01-11T00:21:03.830547 | 2017-12-29T03:50:37 | 2017-12-29T03:50:37 | 70,543,611 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 634 | h | #ifndef _MAIN_H_
#define _MAIN_H_
#include "bsp.h"
#include "delay.h"
#include "sys.h"
#include "usart.h"
#include "led.h"
#include "myiic.h"
//#include "bmp180.h"
// #include "spi.h"
//#include "spi_nrf24l01.h"
//#include "MS5611.h"
//#include "HMC5883L.h"
//#include "capture.h"
//#include "us100dataget.h"
#include "... | [
"zipeng.zhou@foxmail"
] | zipeng.zhou@foxmail |
e99801be003ba6edfb94894b28be33dcda844e30 | 3b68b6b9e63c265e27648f2da9ffebe2eded9433 | /MPICH2/cur/test/mpi/pt2pt/rqstatus.c | 7694077b639fd13bbe9a51355f5b4748150cca02 | [
"mpich2",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | JulianKunkel/hdtrace-piosim | 2289488b108450fa83bffd32b6045df3d8b97a1d | 969d4e55fc0c580e4857da7cf7afc41ee8d48627 | refs/heads/master | 2020-03-13T05:41:16.783277 | 2014-06-05T11:04:41 | 2014-06-05T11:04:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,188 | c | /* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2003 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpi.h"
#include <stdio.h>
#include "mpitest.h"
static char MTEST_Descrip[] = "Test Request_get_status";
int main( int argc, char *argv[] )
{
int errs = 0;
in... | [
"kunkel@dkrz.de"
] | kunkel@dkrz.de |
18edd048a6c0efff01d06a76b8e96f9deb003e20 | 8603df2ce349beb1fbe74477907629ad641042a1 | /inspector.c | 95db23650d714e096f422c8d3e9087242b8c3cf1 | [
"ISC"
] | permissive | Hary000/xxxterm | b376b08072a417635404016c073c70353d36c794 | eb550acb4d5ffd33c09b30679e899c867ce91252 | refs/heads/master | 2021-01-15T13:44:40.411562 | 2012-03-10T17:10:21 | 2012-03-10T17:10:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,560 | c | /*
* Copyright (c) 2011 Conformal Systems LLC <info@conformal.com>
* Copyright (c) 2011 Marco Peereboom <marco@peereboom.us>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission not... | [
"marco@conformal.com"
] | marco@conformal.com |
f1a3df3e76eb47b294a50b3bd6ae0d19a9ec12b7 | e71fc37382be3854881bf63f13b0391ffed49ee2 | /TP 2 (le min de chaque ligne dans une matrice.c | e4779923d7ac6c0268948e630c12bf21a9e2c7db | [] | no_license | BENMEZIAN/les-projets-du-TP | 9503907295ddfb5fd21c6634c308b7807c5e9303 | 463089d8c71ca3019160e42d3c433e71f72baae5 | refs/heads/master | 2020-04-25T13:27:48.801263 | 2019-08-05T12:17:05 | 2019-08-05T12:17:05 | 172,809,958 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 914 | c | #include<stdio.h>
#define max 20
int min(int T[],int taille);
int main(int argc, char *argv[]) {
int A[max][max],i,j,n,m; int Vmin[max];
printf("donner la valeur de n:");
do{
scanf("%d",&n);
}while(n<=0 || n>max);
printf("donner la valeur de m:");
do{
scanf("%d",&m);
}whi... | [
"noreply@github.com"
] | BENMEZIAN.noreply@github.com |
53bc512e4e27074ecc9589991d9589eee427b298 | 7f379b3a300f7f21265faddbf625b95d79a178c6 | /includes/ft_printf.h | 59a7315e085d197b228dde8038fe8c49c3da2fa0 | [] | no_license | eliottdhommee/libft | 3c6494c83aee9d0349142022398e0b878e53dd87 | 1820e654c7d3697e03d6a2ffd6a2aeb242c2c3ec | refs/heads/master | 2022-07-05T00:18:40.200253 | 2022-06-21T09:53:25 | 2022-06-21T09:53:25 | 73,094,634 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,741 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_printf.h :+: :+: :+: ... | [
"eliottdhommee@MacBook-Air-de-eliott.local"
] | eliottdhommee@MacBook-Air-de-eliott.local |
92f3beab10cb547308a30ad1561fc1e6f9946af8 | edad7ba7ab5f04d79924e6af02e7c09c07ae8576 | /Nunchuk/Nunchuk - Original.h | 3812fd986716d8ce067e724a592cb935c6b81e69 | [] | no_license | dsyleixa/Arduino | 0330374e9ef7676ac75fe26200ea089221b6e590 | c295e150e2044f0c53c7acaea7d60d76a5a72998 | refs/heads/master | 2023-06-08T19:28:35.165046 | 2023-05-24T18:03:41 | 2023-05-24T18:03:41 | 162,178,386 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,262 | h | /**
* @license Nunchuk Arduino library v0.0.1 16/12/2016
* http://www.xarg.org/2016/12/arduino-nunchuk-library/
*
* Copyright (c) 2016, Robert Eisele (robert@xarg.org)
* Dual licensed under the MIT or GPL Version 2 licenses.
**/
#ifndef NUNCHUK_H
#define NUNCHUK_H
#include <Wire.h>
// Calibration accelerometer... | [
"noreply@github.com"
] | dsyleixa.noreply@github.com |
2f0bede5ee77568cf4666c1504bc9f5210c72a6d | 1197c75e059134023f14d6e150d0fc667e4ae03e | /Crypto/SEED/ltc_seed/t_seed_sp.c | ba9b62d214b4e8602f2418a2725161bd47dd317d | [
"Zlib"
] | permissive | Alexey-T/Wolfgang_Ehrhardt_codes | 66d9658fcfe348e8d1fc260632b2568316e3f436 | 949aae35fb69c29ff77397b754e645392e697564 | refs/heads/master | 2022-11-21T18:30:30.449056 | 2020-08-01T09:05:14 | 2020-08-01T09:05:14 | 284,037,174 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,699 | c | #include "tomcrypt.h"
/* SEED speed test program, W.Ehrhardt 06.2007 */
/* encrypt 512 MB, 8000000 64-byte-blocks */
#define LOOPS (8*1000000)
int main(int argc, char * argv[])
{
unsigned char key[16], IV[16], buffer[64];
symmetric_CTR ctr;
symmetric_CFB cfb;
symmetric_OFB ofb;
symmetric_ECB ecb;
symmet... | [
"support@uvviewsoft.com"
] | support@uvviewsoft.com |
c1eb54c8a27ee58c6dc61d29b6a0f3d1273ab61e | 44d7aa8ac7746f5fa4d589deaaf9471b348a2354 | /unused/lapack_cwrapper/testing/wrapper/fctgex2.c | 135940fe6a95a97ba118d26ad0408ddb974c28bd | [] | no_license | mathematical-systems/blas-lapack-ffi | 14853da997b7280f7dbfce710773ce6b0b05964c | 781517becc93a27dc2eac91b76032117bced5396 | refs/heads/master | 2016-09-07T18:39:20.944501 | 2011-12-28T04:34:57 | 2011-12-28T04:34:57 | 3,864,092 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 312 | c | #include "../../include/lapack_enum.h"
#include "../../include/lapack.h"
void fctgex2_(long int* wantq, long int* wantz, int* n, void* a, int* lda, void* b, int* ldb, void* q, int* ldq, void* z, int* ldz, int* j1, int* info)
{
lapack_ctgex2(*wantq, *wantz, *n, a, *lda, b, *ldb, q, *ldq, z, *ldz, *j1, info);
}
| [
"jianshi.huang@gmail.com"
] | jianshi.huang@gmail.com |
e941219b96f1c8d9cc5c18df7870bbd2fb0f7ccd | 5778cdb9f14b086b73a21869470c0beb29d0d3c7 | /liborbisKeyboard/include/orbisKeyboard.h | b1171310cd44f5858ece7e091e2c2e2f9cd6511d | [] | no_license | spoookman/liborbis | 4e55c5f7738951641df8e274e72b2ef16aa4cb7e | b77505dfae0415bf1e8a83d2734ad6f9e052819e | refs/heads/master | 2020-03-25T13:02:07.140766 | 2018-08-04T15:09:27 | 2018-08-04T15:09:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,655 | h | /*
* liborbis
* Copyright (C) 2015,2016,2017 Antonio Jose Ramos Marquez (aka bigboss) @psxdev on twitter
* Repository https://github.com/psxdev/liborbis
*/
#include <stdint.h>
#include <types/kernel.h>
#define ORBIS_IME_MODULE 0x0095
typedef enum OrbisKeyboardEventId{
ORBIS_KEYBOARD_EVENT_OPEN = 256,
ORB... | [
"psxdev@gmail.com"
] | psxdev@gmail.com |
94a47976d157777d4870834da7b6cc9d60bc57c8 | fbdb3e4df3925b330739e599d7f539a5aea4f163 | /d/quanzhen/fangzhenqiao.c | 0c13194e04da0270ee891bf3ca346f46e9190590 | [] | no_license | MudRen/ZHLib | 2be4566998800d1a8ed50bf379d0e43a7c97e8ac | 73111626fed37f302ca433dd1628730ca07e7dc2 | refs/heads/master | 2020-04-04T15:43:26.136616 | 2018-11-04T04:42:20 | 2018-11-04T04:42:20 | 156,049,634 | 2 | 3 | null | null | null | null | GB18030 | C | false | false | 641 | c | // fangzhenqiao.c 访真桥
// By Lgg,1998.10
inherit ROOM;
void create()
{
set("short", "访真桥");
set("long", @LONG
跨过石阶,眼前是一座石头砌成的小小拱桥。桥上栏杆上雕龙描
凤,栩栩如生。这里的山势非常陡峻,往下一看,悬崖壁立,脚下白
云飘过,真不知身在何境。
LONG
);
set("outdoors", "quanzhen");
set("exits", ([
"north" : _... | [
"i@oiuv.cn"
] | i@oiuv.cn |
d87d6b070d3a131b22e44598c326f209ba06d187 | 7d1b179386a19c0510807bf506ee5935c243d814 | /app/pthread/test/test.c | db74a0aaa0f162db74bdfd2aa2254ef1de1315e1 | [] | no_license | zuokong2006/imx | 880f007b8751a5051a18dda949ad8ac900599240 | 8f1b85b86955c1010442b767bb0e1b76c3de4ec5 | refs/heads/master | 2021-01-16T19:34:09.015279 | 2015-05-24T14:44:48 | 2015-05-24T14:44:48 | 23,056,198 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 778 | c |
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#include <semaphore.h>
#include "deftype.h"
#include "debug.h"
#include "test.h"
void *thread_test(void *arg)
{
struct arg_st *pstArg = (struct arg_st *)arg;
DEBUG_MSG("thread_test function is... | [
"zuokong2006@163.com"
] | zuokong2006@163.com |
4686fd524dfcdadc7b9a379c5661b5cfb90a29cb | 0e0af15f6b2b0fc2d9282bc3c6f1a76fda87a035 | /Code/Display/tft.c | 8c0e8f683086f5bf863968c58fb2e4d70f0b7a07 | [] | no_license | rpcarvalho/Projeto | 3a1929a56aa148e5fcc5b88c73c7b1d009856985 | c46705696ecf02c9143daeb963b73795d5700d80 | refs/heads/master | 2021-09-10T14:39:37.173311 | 2018-01-09T19:36:37 | 2018-01-09T19:36:37 | 106,537,567 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,655 | c | #include "tft.h"
#include "FreeSans24pt7b.h"
#define HIGH Bit_SET
#define LOW Bit_RESET
#define SET_WR(); LCD_PORT->BSRRL = LCD_WR;
#define SET_RS(); LCD_PORT->BSRRL = LCD_RS;
#define RESET_WR(); LCD_PORT->BSRRH = LCD_WR;
#define RESET_RS(); LCD_PORT->BSRRH = LCD_RS;
#define WIDTH 320
#define HEIGHT 480
uint16_t pi... | [
"rui.pf.carvalho@hotmail.com"
] | rui.pf.carvalho@hotmail.com |
44a9ab172c7043f468ea3d6ac696f14f2e432b53 | 078da8679c7b7f4189f8ec08943614e98f2886a5 | /src/cci/cciArrayList.h | beb96306544d7c447432eba65b2f35c80fd4438a | [] | no_license | Wei-N-Ning/cAlgorithms | 763511c0822a961480eb3f455e6628e8dae0c37b | 07b599e7855524b17497b241f5c4693f2de766c9 | refs/heads/master | 2022-04-26T06:22:05.528892 | 2020-04-23T21:59:29 | 2020-04-23T21:59:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 944 | h | //
// Created by wein on 3/4/18.
//
#ifndef CCISOLUTIONSC_CCIARRAYLIST_H
#define CCISOLUTIONSC_CCIARRAYLIST_H
#include "cciValue.h"
#include <stddef.h>
typedef enum {
CCI_ARRAYLIST_NOERROR,
CCI_ARRAYLIST_INDEXERROR,
} CCI_ARRAYLIST_ERRORS;
typedef struct {
cciValue_t *store;
size_t capacity;
si... | [
"nwcgnw@gmail.com"
] | nwcgnw@gmail.com |
cf8388200e290c1f3d6e2ba64d436cbe4d6a8232 | e2426063e2d1e710b0e446ef74445f6e0865c867 | /components/functions/mdf_network_config/include/mdf_network_rsa.h | ee9811939ff7205b722cc8a5a9ccc2cb6394608f | [
"MIT",
"LicenseRef-scancode-other-permissive"
] | permissive | justinbayliss/esp-mdf | 0defff7859defb86d18988e6dce83d7771bacf94 | 50ccf95d5819016b225a09b1ab4450c09692169a | refs/heads/master | 2020-04-04T12:18:30.599828 | 2018-09-29T12:49:25 | 2018-09-29T12:49:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,152 | h | /*
* ESPRESSIF MIT License
*
* Copyright (c) 2018 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to dea... | [
"wujiangang@espressif.com"
] | wujiangang@espressif.com |
f2cfe784e9479492b2802b9fad5c71c36c24b273 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/net/dhcp/server/server/perf.c | 207635f7d99d494c44131a380f8847a45cdefa9f | [] | 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 | 3,143 | c | /*++
Copyright (C) 1998 Microsoft Corporation
Module:
perf.c
Abstract:
This module creates the shared memory segment needed for running
perfmon
Author:
Ramesh V K (RameshV) 08-Aug-1998
Environment:
User mode (Win32)
--*/
#include <dhcppch.h>
#include <aclapi.... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
7df68686231418af4b31a85e26caf371066d75c0 | c69ff96222c2a47683c1e9f2d9dee543da959be9 | /software/初级例程/013 RTC时钟/function/function.h | e0d08bdd9e7ff4045aaab5b177981f67f358c3bb | [] | no_license | icjsb/DesignOf-51_development_board | 95775d2d621afaea179e148d2873cefa6e3cc21f | a5ae56efd1d9ba9c0bb294957442b8ec38cea805 | refs/heads/master | 2022-04-08T22:22:27.270929 | 2020-03-18T10:07:59 | 2020-03-18T10:07:59 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 645 | h | /*********************************************************************************************************
*名称:function.h
*功能:对OLED设置用到的头文件,包括函数的声明
创建时间:2019/7/5
修改时间:2019/XX/XX
作者:XXX
**********************************************************************************************************/
#ifndef _FUNCTION_H
#defin... | [
"158444396@qq.com"
] | 158444396@qq.com |
9e66c0a3f268dfc094e2d98ecaf2682e56ee73cc | 1bcaa89520a0d2c26776a7934b0b234cab26fca9 | /c/_string.h | e434e17310074589e6ae0005559fc6ca999538db | [] | no_license | Zxiaoxue/c- | 5ef5dd3b577f456badf780268c8788412fb39a41 | 6596156c7369500c0de6575c7716a7cc7a5e6ecf | refs/heads/master | 2021-01-20T22:15:17.434568 | 2017-07-25T14:36:26 | 2017-07-25T14:36:26 | 60,906,148 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 1,016 | h | #include <stdio.h>
#include <stdlib.h>
#include <assert.h>
int my_strcmp(const char* str1, const char* str2)//×Ö·û´®±È½Ï
{
assert(str1);
assert(str2);
while (*str1++ == *str2++)
{
if (*str1 == '\0')
return 0;
}
if (*str1 > *str2)
return 1;
return 0;
}
char* my_strcopy( char* dst,const char* src)//×Ö·... | [
"18829897183@163.com"
] | 18829897183@163.com |
599868a4db01b709af974277e9e5185693b87afb | 335c83863b8c3e65785734abcab2fdc10c807e17 | /src/encryption/aes/hashpass.c | c3a95f36ea365017531bf68f2e0e98329c3205eb | [] | no_license | cedricfarinazzo/PackupSystem4 | 5ffcc5c9dfa53a8739dd9373f1b399c67b1b85d0 | 8634a3dd0f367b70d07f2c43860c629713a67e23 | refs/heads/master | 2020-04-17T12:58:26.211068 | 2019-05-23T19:27:00 | 2019-05-23T19:27:00 | 166,597,831 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 632 | c | #include <stdio.h>
#include <stdlib.h>
#include "hashpass.h"
#include "sha1.h"
unsigned char *AES_keyFromPass(char *pass, size_t len)
{
SHA1_CTX ctx;
SHA1Init(&ctx);
SHA1Update(&ctx, (unsigned char*)pass, len);
unsigned char tmphash[SHA_DIGEST_LENGTH];
unsigned char hash[SHA_DIGEST_LENGTH*3];
... | [
"cedric.farinazzo@epita.fr"
] | cedric.farinazzo@epita.fr |
1d1a47f61fb00d994e323177193ce27762a9fed8 | 41f803e1186b6a8703f17fec197b747fd7c9005c | /Pods/BuildHeaders/AWSiOSSDKv2/AWSMobileAnalyticsIOSConnectivity.h | eb6dea887934d1ad8b19fe7dd04286075e507c75 | [] | no_license | VandyApps/vandyvans-ios | c91d4b492ce0283d7f162a8c9ea8088729565e79 | c58968a8133c9747e40f7a6cebb96584df9f4692 | refs/heads/master | 2019-01-02T06:37:05.707327 | 2015-03-16T03:54:34 | 2015-03-16T03:54:34 | 5,935,633 | 2 | 0 | null | 2015-03-16T00:15:50 | 2012-09-24T14:23:04 | Objective-C | UTF-8 | C | false | false | 97 | h | ../../AWSiOSSDKv2/AWSCore/MobileAnalytics/include/core/system/AWSMobileAnalyticsIOSConnectivity.h | [
"sethfri@gmail.com"
] | sethfri@gmail.com |
f6d939b8be1de53bf48758fac1c7cc9e5cdb683c | ae41d4c9d5b40d2de2bb7ca9df16afd0de12ea74 | /practice/structfile.c | be8f3b9b92dffba2d18bfa48a6203b968f0ede43 | [] | no_license | surajbhosale409/data-structures | 13c84a6cb41898696271ff713a880ddbfc6fff31 | be67ca6ec2275002cade568c1a8dea0d46fa089f | refs/heads/master | 2022-12-20T07:37:09.509419 | 2019-06-24T06:14:34 | 2019-06-24T06:14:34 | 78,266,627 | 0 | 1 | null | 2020-09-30T15:07:29 | 2017-01-07T07:59:00 | C | UTF-8 | C | false | false | 408 | c | #include<stdio.h>
struct temp
{
int data[2];
};
main()
{
FILE *fp;
struct temp t[2],t1[2];
int i;
t[0].data[0]=1;
t[0].data[1]=2;
t[1].data[0]=3;
t[1].data[1]=4;
fp=fopen("temp.bin","w+");
fwrite(&t,sizeof(struct temp),2,fp);
fclose(fp);
fp=fopen("temp.bin","r+");
fread(&t1,sizeof(struct temp),2... | [
"surajbhosale409@gmail.com"
] | surajbhosale409@gmail.com |
adf27a5bece5b471ed5af65b8a3102c15942df63 | b52a9599da21fa0390617a43c41aa5e930cff408 | /ac696n_soundbox_sdk_v0.2.5/SDK/apps/common/ble/le_rcsp_adv_module.c | a59187aa9e1fa3c7969bfc2da6aaf14fd9dfa4d7 | [] | no_license | QiuHaihui2020/hello-world | 227d822a7b24216a34a5edf2b35c90772ab461ca | 674bae9a830faa4f8359d60a9a5900a8fc029061 | refs/heads/master | 2022-12-03T07:50:58.697152 | 2020-08-20T01:43:51 | 2020-08-20T01:43:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 39,513 | c | /*********************************************************************************************
* Filename : le_server_module.c
* Description :
* Author :
* Email : zh-jieli.com
* Last modifiled : 2017-01-17 11:14
* Copyright:(c)JIELI 2011-2016 @ ... | [
"haihuiqiu@qq.com"
] | haihuiqiu@qq.com |
7aae19862d0c4f858775458db819e3435fee5621 | a300176c64f65b2f98d2a289695ebed642d0dd10 | /4th_week/4th_week_1.c | 11238ddd304651beb12680154489f38257949ce2 | [] | no_license | seed-kau/CStudy | 2069d2316075f1ea07cfd12124bc6c4992aa8f22 | 5642350e0f753d64af029d23b4ef2272f5f8ca41 | refs/heads/master | 2020-06-13T19:24:24.886026 | 2019-07-26T16:31:11 | 2019-07-26T16:31:11 | 194,765,374 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 626 | c | #include <stdio.h>
int main (void)
{
// int arr[3];
// int arr[3] = {1, 2, 3};
int arr[] = {1, 2, 3, 4, 5};
int arr[10][5];
2 ** 64
for (int i = 0; i < 10; i ++)
{
for (int j = 0; j < 5; j ++)
{
}
}
char string[] = "12345";
char arr_string[3][5][10];... | [
"kkss2889@naver.com"
] | kkss2889@naver.com |
6d24494d2d276e5203f3fd1c12439c2346519a45 | 8413eba2ff22b2cf4ac117c8db27b5a4e845671d | /unix/p202.c | 802313e8b4265c0b2917fb2a4cab66eee3374b89 | [] | no_license | hdumok/learn | 8f270ca9c8fbfbb3bdbc7772a90538321a39bc30 | e3e19d775cfbe109991557cf82835ebd9e639721 | refs/heads/master | 2021-01-17T08:37:45.393535 | 2016-06-13T09:21:06 | 2016-06-13T09:21:06 | 34,299,601 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 855 | c | /*
* =====================================================================================
*
* Filename: p202.c
* Description:
* Created: 2015年05月04日 19时02分37秒
* Author: hudmok (HangDian), hdumok@qq.com
*
* ============================================================================... | [
"mok@hdumok.(none)"
] | mok@hdumok.(none) |
2284e8ffa853e1e3c249b6b0653d015cd660bf23 | 7af204309574e15fff5ef2934b45313ccb88a0b4 | /BminiSlaveModbus.h | 57fa97fd31121558ef9cc153d15aa8cff00b5505 | [] | no_license | per1234/BminiSlaveModbus | a0f0eaa890b19c55da5b3f8d12479c66641f700a | 94dc2cda92ffe52eb1224a81ece9ba7c48e9a599 | refs/heads/master | 2020-03-23T18:17:46.022427 | 2013-07-31T20:27:42 | 2013-07-31T20:27:42 | 141,899,682 | 0 | 0 | null | 2018-07-22T13:49:29 | 2018-07-22T13:49:29 | null | UTF-8 | C | false | false | 579 | h | #ifndef BMINI_SLAVE_MODBUS_H
#define BMINI_SLAVE_MODBUS_H
/* Biemme Italia, 2013
http://www.biemmeitalia.net/libraries
*/
#include "Arduino.h"
// function definitions
void bmini_init(unsigned int slaveid, unsigned int baudrate, unsigned int TOTAL_REGS_SIZE);
unsigned int modbus_update_regs(unsigned int... | [
"biemme.automations@gmail.com"
] | biemme.automations@gmail.com |
fcf2e2399d7fdc0c18de0fa378a92acd38e306ea | 0392bbf571cbca580fc4020393696c71c7692ef3 | /Contents/AnimUtils.c | 02fba0d1a74422d1b42eaf46f3b7f9672437750b | [] | no_license | kalquiza/barebones-2d-game-engine | 7989b1037f58710d5bc243906bdc21fbd4bfc4f2 | fdb286a538b07102260a07d98eaff1e862e8d98c | refs/heads/master | 2021-03-30T15:26:15.210877 | 2017-06-04T19:31:16 | 2017-06-04T19:31:16 | 87,862,441 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,246 | c | /**
AnimUtils.c
@author Kristoffer Alquiza
*/
#include <OpenGL/gl3.h>
#include <stdbool.h>
#include "DrawUtils.h"
#include "AnimUtils.h"
void animTick( AnimData* data, float dt ) {
if( !data->isPlaying ) {
return;
}
int numFrames = data->def->numFrames;
data->timeToNextFrame -= dt;
... | [
"kalquiza@gmail.com"
] | kalquiza@gmail.com |
e231126e21c87458c39e429bd6bda4366b1af191 | 1ca76f254bca397b38caec2621a96388867c69dc | /arch/powerpc/kernel/fadump.c | fe631022ea8945d4a91619c3d6f9436eeafc387d | [
"Unlicense"
] | permissive | gameslayer12/system_call | 3a79d6e59c345ad954437dffece8e572b58c7631 | 36d4789b17409e9a995f97bde2e44e7131ecc434 | refs/heads/master | 2020-08-08T12:17:56.354786 | 2019-10-12T03:16:10 | 2019-10-12T03:16:10 | 213,830,368 | 0 | 0 | Unlicense | 2019-10-09T05:41:56 | 2019-10-09T05:41:53 | null | UTF-8 | C | false | false | 41,709 | c | /*
* Firmware Assisted dump: A robust mechanism to get reliable kernel crash
* dump with assistance from firmware. This approach does not use kexec,
* instead firmware assists in booting the kdump kernel while preserving
* memory contents. The most of the code implementation has been adapted
* from phyp assisted d... | [
"kyeung5@mail.sfsu.edu"
] | kyeung5@mail.sfsu.edu |
87a019d6644d17dbd4dcccfa2ba41644edc46902 | c5981bb3a416d2af8249e5b5e00d03ca3d9e0932 | /arrayqueue/print.c | c1db7a396dc2e52ff9e56db712b4080f81b34d53 | [] | no_license | sarbii/dataStructure | 3e13e316a8d86fbe8fe8a8e63f3736ceae56b087 | e4f1570d826eeff53a74092e51ce14be3c1f84f7 | refs/heads/master | 2020-04-07T04:01:35.615356 | 2018-12-09T01:15:26 | 2018-12-09T01:15:26 | 158,037,322 | 0 | 0 | null | null | null | null | UHC | C | false | false | 389 | c | #include<stdio.h>
#include<stdlib.h>
#include"queue.h"
int main()
{
Queue* queue1 ;
QueueInit(&queue1);
Enqueue(&queue1, 1);
Enqueue(&queue1, 2);
Enqueue(&queue1, 3);
Enqueue(&queue1, 4);
while (!QIsEmpty(&queue1))
{
printf("%d 번째 문서 프린트 중입니다. \n ", Dequeue(&queue1));
}
printf("\n 모든 문서가 프린트 되었습니다.")... | [
"sarbineong@gmail.com"
] | sarbineong@gmail.com |
9351758c72c8de3ccc7b340d9f97a980bd27d611 | 5b658762525cc3c8a249753c92baf693a7b45880 | /Source/Archiver/CUTS/cuts.c | a2c8a894a76112befa7eedb71eae39b1239e2768 | [
"LicenseRef-scancode-public-domain"
] | permissive | Deek/CoCoC | e05c8d6a16bca53bf2d6387fe8c23637a6e3c511 | f63c0a639f587b8c00edeea9ad3e12e75a5889af | refs/heads/master | 2023-08-19T20:16:47.661470 | 2023-08-18T07:51:12 | 2023-08-18T07:51:12 | 193,460,534 | 29 | 9 | null | 2021-04-06T02:14:48 | 2019-06-24T07:57:56 | C | UTF-8 | C | false | false | 8,593 | c | char scid[]=
"$Header: cuts, v1.6 89/08/08 00:23:17 Copyright Simmule Turner $";
/*
* $Source: /pub/src/cuts.c.Z $
* $Author: Simmule R. Turner (simmy@nu.cs.fsu.edu) $
* $Header: cuts.c,v 1.6 89/08/08 00:23:17 SrT $
* $Log: cuts.c,v $
*
* ... | [
"deek@d2dc.net"
] | deek@d2dc.net |
cdee05d5d7522f8e507e1504c074674b664be2a3 | 51b9c6f494bd5205a9d3ed646668e5b4d83635f5 | /Art_stm32f4xx_hal/applications/mpm apps/mpm_display.h | c6d036ad2fbb56e9cd0f52030876d46406d05a9d | [] | no_license | Xcping2013/2020_mcu-fw | 06b8273c76517b1045cfa9020efb820a849dc09c | 46b26b22147579d69fdf1776bf24ce375b2a1bc6 | refs/heads/master | 2023-03-19T07:34:09.321783 | 2021-03-09T05:42:36 | 2021-03-09T05:42:36 | 273,529,059 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 236 | h | #ifndef __MPM_DISPLAY_H
#define __MPM_DISPLAY_H
#include <rtthread.h>
#include <rtdevice.h>
#include <board.h>
#include "bsp_mcu_delay.h"
#include "bsp_mcu_gpio.h"
void sys_GetPmmC(void);
void gfx_BGcolour(uint16_t colour);
#endif
| [
"canping.xie@incubecn.com"
] | canping.xie@incubecn.com |
071f60983730e43fb21882f5fcf6676e2b269a66 | 0381dc9d0da328c080c40e064dab1b984ae62395 | /libft/ft_strrchr.c | 2532ba1777c31206b8c616d608587a8b15997015 | [] | no_license | rudi8848/ft_select | 048179cc967d92d475e03794cb539f45dc54eab8 | 56ce48fbad74948d112f213d8fdc4811df54ed75 | refs/heads/master | 2020-04-18T07:39:51.493301 | 2019-06-06T08:56:28 | 2019-06-06T08:56:28 | 167,367,754 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,169 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strrchr.c :+: :+: :+: ... | [
"anna.v8848@gmail.com"
] | anna.v8848@gmail.com |
6f96cc1ab18f66c9be5b3d02cd3c7b995e96fd70 | df9dbd3dd08fd0998a542b028ab1a37827fe044c | /Part 2 - Bistromatic/infinit/infinadd.c | c18fddc0f76021e86df01c0cce459927c65fd35e | [] | no_license | salmanhers1/Epitech-C-Pool-2021 | 5e12871d48e6a42c6c1cc3ed53e4a524d407ec4d | 2f5633368e34f6a4f8c21b63748eda5136a0d193 | refs/heads/master | 2023-09-03T08:19:13.354096 | 2021-11-08T10:00:01 | 2021-11-08T10:00:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,800 | c |
/*
** EPITECH PROJECT, 2021
** infinadd.c
** File description:
** infinadd.c
*/
#include "../include/my.h"
#include <stdlib.h>
#define conv_int(x) (x - '0')
#define conv_char(x) (x + '0')
char *cond_add(char *nb1, char *nb2);
char *cond_less(char *nb1, char *nb2);
char *delete0(char *s)
{
char *str = malloc(... | [
"florian.damiot@epitech.eu"
] | florian.damiot@epitech.eu |
9e68d550e60d0c9445aff46e622dcc35b51f459f | 42952e99d936700092f5dfc6165544e87ff88499 | /week-06/day-2/increment_element/main.c | 78a300ea5abfb565b489123c5b8f33d544137e92 | [] | no_license | green-fox-academy/STADD | deb424ce701d2b6d6c2901a8e61c60b39ef35f29 | 3f512d6d8bbb652e414c829f90e75e3dd3a995e9 | refs/heads/master | 2020-03-24T23:52:03.163410 | 2018-10-04T16:31:20 | 2018-10-04T16:31:20 | 143,157,890 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 138 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
int t[] = {1, 2, 3, 4, 5};
t[2]++;
printf("%d", t[2]);
return 0;
}
| [
"stadd@windowslive.com"
] | stadd@windowslive.com |
dc91aeae34510925f78f07bdcc15a77eca0cff88 | 81a880f7f6a6503c9a31ab5eb58eac20b79db046 | /Quad-V2/00-Modules/DBG/DBG.h | 43837550c82305add820bb2eb577a51a035c5837 | [] | no_license | aceacedey/custom-pic-quad | 434d831dd2132662e34a8b590ab19d5f9b34c88e | 2954e2948fe7f38a32c79a2454771aab96c7e753 | refs/heads/master | 2021-03-12T22:36:39.512575 | 2014-08-22T18:46:38 | 2014-08-22T18:46:38 | 33,474,870 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 853 | h | #include "System.h"
//=====================================================
#ifndef __DBG_H
#define __DBG_H
//=====================================================
// Debugging interface uses two pins allocated to
// unused (most of the time) UART Receiver pins to
// communicate "debuggin" state changes.
//*... | [
"azarenin@gmail.com@bb90f81c-1e10-663d-700f-9058ac00d062"
] | azarenin@gmail.com@bb90f81c-1e10-663d-700f-9058ac00d062 |
cb22f92818184cf8c573938478a5559c82a5180b | 042b897ca6b071a9c3896b5297ee19fcdb9250c9 | /thSDK/include/HttpsPost.h | 69c7eb6c3d193a108f7740d7b60b3e7c352c400b | [] | no_license | widsdom-yl/STCam-iOS | e568904c3771782d01cae10e97e1eee3ad8549d9 | 716038ad237f28267a340636e6ab07bb1c325af4 | refs/heads/master | 2020-03-27T07:22:58.761282 | 2019-03-12T03:36:30 | 2019-03-12T03:36:30 | 146,186,556 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 682 | h | //-----------------------------------------------------------------------------
// Author : Öìºì²¨
// Date : 2017.09.14
// Version : V 2.00
// Description : www.southipcam.com
//-----------------------------------------------------------------------------
#ifndef HttpsPost_h
#define HttpsPost_h
... | [
"807510889@qq.com"
] | 807510889@qq.com |
22970e1961453c61d4eaf132dda5c469fb4d3bda | 7cc6d8c8d3a0d4f1de8604ec48934cef911c8e2c | /dictionary/dictionary.c | 51652f55eb7d040445594f4ffeb2c533b9ede111 | [] | no_license | arnaldocarloslucas/CS50_Harvard_Programs | f02813c4f2b8e45e91ed327bfdfe8a580713380c | 492e707c0c1d55a5a3da59be4b2d3fdb885d8a6c | refs/heads/main | 2022-12-27T10:30:36.283933 | 2020-10-06T17:42:00 | 2020-10-06T17:42:00 | 300,957,206 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,934 | c | // Implements a dictionary's functionality
#include <stdio.h>
#include <stdbool.h>
#include <string.h>
#include "dictionary.h"
#include <ctype.h>
#include <stdlib.h>
#include <cs50.h>
#include <strings.h>
// Represents a node in a hash table
typedef struct node
{
char word[LENGTH + 1];
struct node *next;
}
nod... | [
"noreply@github.com"
] | arnaldocarloslucas.noreply@github.com |
ed7621cf9511905d139e2480fb6070fd6a453ba4 | e987cd566edc75997f9b02377514d4f3a0dba12c | /sys/src/base/ptoc/pgram/yy.h | 50fea30164c2814c6d51a0dc62e18bc37da815cc | [] | no_license | 7u83/maxdb-buildtools | f942adff2cd55d0a046b6ef3e18f6645b011a26e | ce9a56943f6195d6755e983035aa96cbe95e6cb2 | refs/heads/master | 2020-05-04T18:23:30.849371 | 2015-02-15T19:25:49 | 2015-02-15T19:25:49 | 30,428,297 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,431 | h | /* @(#)pgram/yy.h
========== licence begin LGPL
Copyright (C) 2002 SAP AG
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at you... | [
"7u83@mail.ru"
] | 7u83@mail.ru |
a5101faf157bed94f652de208c7d158fbfde0c5a | 0e1f32c8f1585c338a1ecec9ba7b1e1d51d6bf7c | /2017-1/ywy/Project9 (1)/White.h | 06c4dbf00dfd23a19a4c3b60fd8284ad07fec9f7 | [] | no_license | yang5220/ds | 6653dc62a10b0f458a5ed210c210c620c2a3193f | e331db3e664b91d72c3611936e5557cec7164bd2 | refs/heads/master | 2021-01-18T03:56:59.380059 | 2017-07-10T08:48:05 | 2017-07-10T08:48:05 | 85,775,045 | 0 | 0 | null | 2017-03-29T01:55:52 | 2017-03-22T02:16:37 | C++ | GB18030 | C | false | false | 821 | h | #pragma once
#pragma once
#include<Windows.h>
#pragma comment(lib,"winmm.lib")
#define ROW 4
#define COL 5
#define Click_B 0
#define Click_W 1
#define Click_Error 2
#define Score 21
typedef struct _GAME_COORD
{
int x;
int y;
}GAME_COORD, *PGAME_COORD;
void AddScore();
int GetScore();
v... | [
"3425991052@qq.com"
] | 3425991052@qq.com |
5238c5707b47c50c681ed338a65f436e72ad6957 | 1f967e2694fbbe4e62c0b485ed5d950676c1b0a4 | /libft/ft_nwords.c | 39bcdd18b0027005477a9db8af255ddc91e6d9e5 | [] | no_license | peachesforfree/fillit | 1c00a21e560dcffc4939b57414657bb305e6614c | a29d5e18fc8cc8980ba2e58aa8164602fe9504a0 | refs/heads/master | 2021-01-01T18:58:48.385674 | 2017-07-27T00:48:29 | 2017-07-27T00:48:29 | 98,477,733 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,148 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_nwords.c :+: :+: :+: ... | [
"sbalcort@e1z2r5p7.42.us.org"
] | sbalcort@e1z2r5p7.42.us.org |
0f423bbbf305349a88c945236d8c58b17ca670d9 | 1fabbdfd1ca9ea1b6808893e12bd907eb74de414 | /xcode/Classes/Native/mscorlib_System_Collections_ObjectModel_ReadOnlyCollection_1_334.h | 23393c4073cca4d08b9e84af338063f1f4bc790f | [] | no_license | Klanly/TutorialPackageClient | 6f889e96c40ab13c97d107708ae8f3c71a484301 | b9d61ba2f287c491c9565b432f852980ec3fee28 | refs/heads/master | 2020-12-03T01:42:35.256114 | 2016-11-01T02:40:21 | 2016-11-01T02:40:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 411 | h | #pragma once
#include <stdint.h>
// System.Collections.Generic.IList`1<UIPanel>
struct IList_1_t22725;
// System.Object
#include "mscorlib_System_Object.h"
// System.Collections.ObjectModel.ReadOnlyCollection`1<UIPanel>
struct ReadOnlyCollection_1_t22721 : public Object_t
{
// System.Collections.Generic.IList`1<T> S... | [
"bu213200@gmail.com"
] | bu213200@gmail.com |
53ec33c7b61d4619823cf563474d5dd71f4bb803 | 214fc1a1de80748d318a15105879f7fcc58d9497 | /alarm.h | 5875a40c4c453c84daab30e037947e1578c87c6b | [
"Apache-2.0"
] | permissive | w1ndy/simple-http-server | cc1249c1ca0525a154486fcd3c48ccc1450b567b | 4ad3bb515ddc25e6202fecde796de2dc3ed82ade | refs/heads/master | 2021-01-01T17:09:47.502902 | 2015-07-02T14:57:32 | 2015-07-02T14:57:32 | 34,776,497 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 638 | h | #ifndef __ALARM_H__
#define __ALARM_H__
#include <time.h>
typedef void (*alarm_handler_t)(void *data);
struct tag_alarm_queue;
typedef struct
{
int id;
struct timespec sched_time;
alarm_handler_t handler;
void *data;
struct tag_alarm_queue *in_queue;
} alarm_t;
typedef struct tag_alarm_queue
{
... | [
"mystery.wd@gmail.com"
] | mystery.wd@gmail.com |
0c11ff8cdbb3d72eee49367b5424081814350142 | 637ae5e90bd25db39011640cb4f629543343824b | /lab4/smallest_of_three.c | beea08c270017047589604d3550ec7cfd56a25be | [] | no_license | AyushKatiyar-xyz/ccp | b1ca3c558155fdcc5f89256fc24cee3fc838b8c9 | 9208a7bd5abca289948f9aff2a020a70d2738145 | refs/heads/main | 2023-06-26T12:43:06.097023 | 2021-07-22T13:55:05 | 2021-07-22T13:55:05 | 368,180,859 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 382 | c | #include<stdio.h>
int main(){
float a,b,c;
printf("enter the value of three numbers:");
scanf("%f%f%f",&a,&b,&c);
if(a<b&&a<c){
printf("\nthe smallest number is :%.2f",a);
}
else if(a>b&&c>b){
printf("\nthe smallest number is :%.2f",b);
}
else {printf("the sm... | [
"noreply@github.com"
] | AyushKatiyar-xyz.noreply@github.com |
3203381e01cc588f7df6a0f069352805097f14df | 7fc6711af146ce6ad7a9764c1eb52110bff12705 | /C语言-2015/上机试题/第一部分上机试题/switch.c | a036917d9bf7e31e0420f1902c1eff7cb8476847 | [] | no_license | OYH123/Teaching | 0891c653709e7bca06edcded5217600ba6d58499 | b5b8a5ae6a3eb107f39f68934d81d5542286afcb | refs/heads/master | 2021-01-20T12:22:29.023333 | 2016-03-29T07:25:08 | 2016-03-29T07:25:08 | 82,652,419 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 383 | c | #include "stdio.h"
void main()
{
int num;
printf("请输入1-10的整数:\n");
scanf("%d", &num);
if(num >=1 && num <= 10) {
switch(num) {
case 1:printf("one\n");break;
case 2:printf("two\n");break;
case 3:printf("three\n");break;
default:break;
}
} else {
p... | [
"wgssmarter@126.com"
] | wgssmarter@126.com |
8720c45da42c3f4b6ac422f2409972ac1bdb6269 | befc60fbf7e3fd991d292e0a9749af9f677bed4a | /MY_C/planet.c/main.c | 969917c61b14c7c8a6633dc2cdd484133a6a262a | [] | no_license | OrsonNorvich/C | b47412e360a5a082ce08c43cd22b9c83d82750c0 | f369b6dabb6e324a398a86fdb572e8efb8269da2 | refs/heads/master | 2021-01-21T20:46:26.446975 | 2017-05-24T09:33:57 | 2017-05-24T09:33:57 | 92,274,652 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 565 | c | #include <stdio.h>
#include <string.h>
#define NUM_PLANETS 9
int main(int argc, char *argv[])
{
char *planets[]={"Mercury", "Venus", "Earth",
"Mars", "Jupiter", "Saturn",
"Uranus", "Neptune", "Pluto"};
int i, j;
for (i=1; i<argc; i++){
for (j=0; j<NUM_PLA... | [
"851718906@qq.com"
] | 851718906@qq.com |
8dd2a1f76fff78f10e61754d3c28b8395fd216cd | b8aadd1e59054031b7f1f5a1492effd51e6d41bd | /lib/xboxrt/string.c | a0a325f0dc129e674ea12a1f3d221de84c67964e | [] | no_license | ldotsfan/xbeboot | e2f20843b9702c7681c685b673e0ab03f3c2c978 | 39fc1ffa6ac4f466b4b615eb0c1c56ccd27fc40a | refs/heads/master | 2022-03-20T11:42:55.311469 | 2019-12-14T07:08:31 | 2019-12-14T07:08:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,038 | c | #include "string.h"
#include "stdlib.h"
#include "ctype.h"
#include <xboxkrnl/xboxkrnl.h>
int memcmp(const void *p1, const void *p2, size_t num) {
SIZE_T first_difference = RtlCompareMemory(p1, p2, num);
if (first_difference == num) {
return 0;
}
unsigned char *c1 = (unsigned char *)p1;
unsigned char *c... | [
"ehumes99@gmail.com"
] | ehumes99@gmail.com |
97942c5fce3d2670dcb77f6517c90fadd7e13d56 | 5792b184e71a9de7779e0bd21b6833f8ddfdb4b5 | /sysvr4/svr4/arch/mb1/uts/i386/master.d/i546/space.c | 62c5480c8b3d547c67c7d6100f0cee71582cb928 | [] | no_license | ryanwoodsmall/oldsysv | 1637a3e62bb1b9426a224e832f44a46f1e1a31d4 | e68293af91e2dc39f5f29c20d7e429f9e0cabc75 | refs/heads/master | 2020-03-30T06:06:30.495611 | 2018-09-29T09:04:59 | 2018-09-29T09:04:59 | 150,839,670 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,135 | c | /* Copyright (c) 1990 UNIX System Laboratories, Inc. */
/* Copyright (c) 1984, 1986, 1987, 1988, 1989, 1990 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF */
/* UNIX System Laboratories, Inc. */
/* The copyright notice above does not evidence any */... | [
"rwoodsmall@gmail.com"
] | rwoodsmall@gmail.com |
1e4f907d1d318c5a9339d31c5a0ee97807f324af | b0e655ac5ef77d63668cb2bc3356ccda9711aee6 | /src/algo/hicuts3.h | 704fe89af162911e62f939212bc43c31f7a260bb | [] | no_license | jiho-dev/pc_plat | 144d78a9549273b058f8112e2b7dd83ea2a6cd13 | 855ea3cf039797b2c25c130f879f0ddae400f1e0 | refs/heads/master | 2021-07-06T04:21:36.499161 | 2017-09-29T04:48:02 | 2017-09-29T04:48:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,235 | h | // function declaration for HiCuts3.cpp
/************************************************************************/
/* predefination */
/************************************************************************/
#define TRUE 1
#define FALSE ... | [
"jiho.jung@piolink.com"
] | jiho.jung@piolink.com |
dd2fbceb39bfac2325c8c4180217be008d4c44ff | 987a456475e0f847a190b4e860034d40a9df70a5 | /src/main.h | 64c7c3e9ce4d0741cf0a7b66f7034c38f3b8e7d3 | [
"MIT"
] | permissive | 2thetop/kbkb | 34da035eca8865a828c2da61c6d1fadb50341937 | 95e285415b1f40bf9ad0e57beda0c5d892c529c5 | refs/heads/master | 2020-05-24T05:03:27.144072 | 2016-06-14T21:48:13 | 2016-06-14T21:48:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,407 | h | /**
******************************************************************************
* @file GPIO/GPIO_IOToggle/Inc/main.h
* @author MCD Application Team
* @version V1.2.1
* @date 13-March-2015
* @brief Header for main.c module
***********************************************************************... | [
"michaelmoore44@gmail.com"
] | michaelmoore44@gmail.com |
30b28de9cd2a90392acce1db78774cb5cd39b39a | 8ccdc361c763057e216258901ffc8bac8c4283fb | /CubeBrain/LED.h | 338a35b0044c69a43fc3b5f7ddcea58d2c5e3790 | [
"MIT"
] | permissive | jonemo/soldercubes-controller | e0a8591923b965ddcb27ea092e50386a8e569ea8 | 5585a673e483555d07ac33c243db6dd242ffeed1 | refs/heads/master | 2021-01-20T11:05:07.151400 | 2014-05-25T05:03:22 | 2014-05-25T05:03:22 | 16,662,126 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 721 | h | /*
* LED.h
*
* Created: 8/11/2013 7:41:56 PM
* Author: Jonas
*/
#ifndef LED_H_
#define LED_H_
#define BIT_LED_CUBE_RED PD4
#define PORT_LED_CUBE_RED PORTB
#define PWM_LED_CUBE_RED OCR0B
#define TIMER_LED_CUBE_RED TCCR0A
#define BIT_LED_CUBE_GREEN PD4
#define PORT_LED_CUBE_GREEN ... | [
"jn@jonemo.de"
] | jn@jonemo.de |
12bf11e460767f28fdb55c59149f215428fdc61a | c1e0700505fefe3d554271a40fd12e416ed38e99 | /main/averages.c | b437e2a81e2931573edeb462e5b9802c5542d4b5 | [] | no_license | szaman19/Navier_Stokes_Particle_Simulator | fb01a4a9eba1f2b67e038a05b835269e29701022 | e0783fee17e26095ed54e9c354eb86c1f8070cb7 | refs/heads/master | 2021-09-10T10:57:10.900399 | 2018-03-25T00:11:18 | 2018-03-25T00:11:18 | 123,967,053 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 16,706 | c | /*
* Averaging functions
* -------------------
* All functions to calculate and output average quantities
*
*/
#include "averages.h"
#include "sendrecv.h"
/***********************************************
* Private functions
***********************************************/
/*
* Function: AllocateAverageVariables()
... | [
"shehtabzaman@gmail.com"
] | shehtabzaman@gmail.com |
047c04abc25e7a2468df5e042ef66ff8a0fe400e | b135f4b67da4f3e8d785151aa9ba354f91648d25 | /HARDWARE/finger/Fgstatus.c | c2d479963e9f98b9d070564fb50220e3e1f0e624 | [] | no_license | coldspace/ManagePostV4.0 | b53cf0e53a46598f53420c762f4d82e0ccd12129 | 2ff0f28d2a3cdf0436b5bcd1222052a8e585095c | refs/heads/master | 2020-12-02T04:31:49.498445 | 2016-09-01T11:40:51 | 2016-09-01T11:40:51 | 67,126,245 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 10,300 | c | #include "Fgstatus.h"
TakePost tp[10];
FATFS fs;
FIL fsrc;
FILINFO tfileinfo;
DIR tdir;
unsigned int br;
char path[16]={"PINF.txt"};
char path1[16]={"post.txt"};
int FBSTA_init(void)
{
SD_Init();
if (f_mount(0,&fs) != FR_OK)
{return 0;}
return 1;
}
int GetFreePostId(u8 *id)
{
Post test;
long p = 0;
if (f_op... | [
"1005714267@qq.com"
] | 1005714267@qq.com |
c197e1898128273212d07a2b730fac2e49a7ee78 | 3547f9de21338689aff7db93f9fe107e64d946e7 | /3Anio/segundoCuatri/PL/Practica2/bison/ejemplo4/lex.yy.c | e125ee4c8307ac6dc72b563baeb754b4cea10bf2 | [] | no_license | Retil/Informatica | 48751be6b3a82c9ea40d13c2768239476d4e32ba | b2f862fd497492b4f04f9ee2183ad783b0d6c4ee | refs/heads/master | 2020-04-05T01:37:18.222039 | 2017-10-20T08:52:17 | 2017-10-20T08:52:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 45,709 | c |
#line 3 "lex.yy.c"
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#define YY_FLEX_SUBMINOR_VERSION 35
#if YY_FLEX_SUBMINOR_VERSION > 0
#define FLEX_BETA
#endif
/* First, we deal with platform-specific... | [
"i32petoj@uco.es"
] | i32petoj@uco.es |
d6fd84d6c33a1fcd630ffce75e4e5848401b57e5 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/net/rras/dim/server/ifobject.c | e86ba4d4ca1f129bbd566568899bf8870c8bb47c | [] | 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 | 22,740 | c | /********************************************************************/
/** Copyright(c) 1995 Microsoft Corporation. **/
/********************************************************************/
//***
//
// Filename: ifobject.c
//
// Description: Routines to manipulate ROUTER_INTERFACE_OBJE... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
cae0e71778646ca511852ade2c04a9fa39891803 | d68a99da0d64bdf7998c157b69c35bdf4ef839ab | /headers/common.h | b7455671dc726222f9c0295499d0d51e28fb40eb | [
"MIT"
] | permissive | melkisedek/notepost | 4e3ec9ee6e6166d06236eef86f3540503ec3506a | b6145ecda4d25d7a71a9a0f72acf9649f5786866 | refs/heads/master | 2023-07-24T04:27:15.541594 | 2023-07-10T14:14:30 | 2023-07-10T14:14:30 | 20,255,555 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,159 | h | #ifndef COMMON_H_
#define COMMON_H_
#include "sha256.h" //encryption algorithms
void exit_with_error_msg();
// account struct to store information about users
struct account
{
char username[80];
char password[400];
char hash[SHA256_BYTES];
int (*operation)(); //function pointer to user operation
};
s... | [
"melkisedek.hamakali@gmail.com"
] | melkisedek.hamakali@gmail.com |
3636d381787370bfd8b25e8bf0bd2e1bf30e9823 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/darwin-xnu/iokit/Kernel/extr_IOHibernateRestoreKernel.c_debug_code.c | 29c4daea61362731b6ce60b86fe4f9871c5fb375 | [] | 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 | 994 | 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 |
d8751c380336790a687099f71652bae9ea5d5461 | 5792b184e71a9de7779e0bd21b6833f8ddfdb4b5 | /sysv-pdp11_usr/src/cmd/sa/sar.c | c6678d8cd8d63ce45010523e5c8762a36727a3cd | [] | no_license | ryanwoodsmall/oldsysv | 1637a3e62bb1b9426a224e832f44a46f1e1a31d4 | e68293af91e2dc39f5f29c20d7e429f9e0cabc75 | refs/heads/master | 2020-03-30T06:06:30.495611 | 2018-09-29T09:04:59 | 2018-09-29T09:04:59 | 150,839,670 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,850 | c | /* sar.c 1.8 of 6/28/82 */
/*
sar.c - It generates a report either
from an input data file or
by invoking sadc to read system activity counters
at the specified intervals.
usage: sar [-ubdycwaqvm] [-o file] t [n] or
sar [-ubdycwaqvm][-s hh:mm][-e hh:mm][-i ss][-f file]
*/
#include <stdio.h>
#include... | [
"rwoodsmall@gmail.com"
] | rwoodsmall@gmail.com |
0e66a9ab8fcce8860c099a6ade52a0cfa7812af9 | 1db3b13fbefa6ff74be83ecf887a605e5bda74f3 | /doitc/090102.c | 16c193f51f49066873a54348ca6a8aa0de13539c | [] | no_license | kska01/simple-projects | 6013d322e16c060ca5c5947f5013570ef17a87b7 | d026cb44fe48fa1ec32f75c0e8900ff460b41528 | refs/heads/master | 2023-08-28T07:01:01.246927 | 2021-10-04T07:45:15 | 2021-10-04T07:45:15 | 365,648,432 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 282 | c | #include <stdio.h>
void main()
{
int sum = 0;
int num = 1;
for( ; ; )
{
printf("num(%d) + sum(%d) = %d\n", num, sum, num + sum);
sum = sum + num;
num++;
if(num > 5) break;
}
printf("Result : num = %d sum = %d\n", num, sum);
} | [
"insideka01@gmail.com"
] | insideka01@gmail.com |
1725ae7c1915aec065bc6d0baade90d72e5f69cc | efd2831883e6c9ddeec92fc49e49b3e8a460e196 | /src/sha2.c | f0811f40274c7afbc6b730d891cadb8fd6fb8229 | [
"Apache-2.0",
"Apache-1.0"
] | permissive | sshambar/mod_auth_tkt | 242f24b48e07af9f22ca64839dcd83dddb131a74 | e92544b91d5037be2b22f3ce46ea5efd47ad871e | refs/heads/master | 2021-01-18T10:51:52.875690 | 2015-09-15T22:01:23 | 2015-09-15T22:01:23 | 4,775,175 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 37,923 | c | /* SHA2 support, from apr 1.2.7, for use by mod_auth_tkt. Unfortunately
* this is not a public/exported library in current versions of apr
* (despite discussion to that effect since 2005), so for now we're just
* using a private copy.
*/
/* Copyright 2003-2005 The Apache Software Foundation or its licensors, as
* ... | [
"gavin@openfusion.com.au"
] | gavin@openfusion.com.au |
35917455cf2c6ea167f9e06dffeb9bc4b8bc14e0 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE127_Buffer_Underread/s01/CWE127_Buffer_Underread__CWE839_listen_socket_67b.c | f6efbdbffd2cd68a0000457b6cc64c2d1c5a5440 | [] | 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 | 3,220 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE127_Buffer_Underread__CWE839_listen_socket_67b.c
Label Definition File: CWE127_Buffer_Underread__CWE839.label.xml
Template File: sources-sinks-67b.tmpl.c
*/
/*
* @description
* CWE: 127 Buffer Underread
* BadSource: listen_socket Read data using a listen socke... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
9b3c7a47775a8b205ad7081fb3540387e834bf29 | 8355348230e93dc7db974e0303bd1f17a00664cf | /main.c | fe37365117070cd55cd00a294f6c43e5f97b783f | [] | no_license | benjamineavenson/CS427-Project2 | 5e047ceb2f3d63a439dd0b22143b6a5e856698f9 | d8ae1bfffc1d5d6d36dc175433694cf23a62532b | refs/heads/main | 2023-04-01T10:41:15.029216 | 2021-04-12T19:41:31 | 2021-04-12T19:41:31 | 355,647,996 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,781 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <limits.h>
#include <string.h>
void keygen(FILE*, FILE*);
void encryption(FILE*, FILE*, FILE*);
void decryption(FILE*, FILE*, FILE*);
int main(int argc, char** argv){
enum Mode{noSelection, genkey, encrypt, decrypt};
FILE* key = NULL;
FILE*... | [
"benjamin.eavenson@wsu.edu"
] | benjamin.eavenson@wsu.edu |
662c258d5802d8840a26eebf59ca26daef3f231f | a4da3668d4544515b9ca9dfdf852bbbdd4f2f9a4 | /100_Projects_in_100_Days/Day022_Apple_Notification_Center_Service/ANCS/ANCS.cydsn/common.c | d0fbd0d05a924bcaf7bfed03093b972496c45a94 | [] | no_license | godlyblade/PSoC-4-BLE | a1860b6ee681a0a498bdf630d7bd30cf0c099556 | 4241eec6fca6f80fcf218c58a795d1041111b9b8 | refs/heads/master | 2020-03-25T20:27:06.998368 | 2018-02-28T18:54:42 | 2018-03-07T16:49:53 | 144,131,669 | 1 | 0 | null | 2018-08-09T09:35:05 | 2018-08-09T09:35:05 | null | UTF-8 | C | false | false | 5,266 | c | /*******************************************************************************
* File Name: common.c
*
* Version: 1.0
*
* Description:
* This file implements the common functionality in the ANCS project.
*
* Hardware Dependency:
* CY8CKIT-042-BLE
*
*******************************************************************... | [
"cypresssemiconductorco@gmail.com"
] | cypresssemiconductorco@gmail.com |
18ab1e5fb601cc7fe76a4fa616ab6f8a0b70b294 | 60355f612e61458121a900827f8cc1bc827bcecf | /电子词典/dictionary.h | a61c3de6ccb3314818fc030dd73b04f55a6392e1 | [
"MIT"
] | permissive | jwwd/dictionary | f1191bace17a0b6cf7e62fdd5a06d62059677930 | f00b0323965b151253870595907bf93e8c3274de | refs/heads/master | 2020-07-27T09:39:29.787797 | 2019-09-17T12:49:28 | 2019-09-17T12:49:28 | 209,048,028 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,800 | h | #ifndef DICTIONARY_H_
#define DICTIONARY_H_
#define Max 10000
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include <ctype.h>
void menu();
/*-----------find2--------*/
typedef struct indexHead{
char name[200]; //物质名
int offset; //偏移量
struct indexHead *left; //左子树
struct indexHead *right;
... | [
"54567875+jwwd@users.noreply.github.com"
] | 54567875+jwwd@users.noreply.github.com |
8051aa2649604e8d36cf324485c2fb724ae3b800 | a7643e386a5f3675b8ea5a2dbd7c64401511ff17 | /MemChecker/src/MemChecker/MemBlockList.h | d305d45c7e5fb89254515c54753113bcf472fc8a | [] | no_license | virqin/brew_code | fa2a7ab1a31a45fba7396b6d24e6c37940ca984b | c34e08e98d51f3e58cf6b20d70acab9c4322e4ca | refs/heads/master | 2021-01-10T01:26:14.489462 | 2016-03-30T10:45:17 | 2016-03-30T10:45:17 | 43,925,742 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,257 | h | /**
* Copyright (c) 2011. All rights reserved.
*
* @author kindlywolf@gmail.com
*
*/
#ifndef __MEMBLOCKLIST_H__
#define __MEMBLOCKLIST_H__
#include "list.h"
#include "StackHelper.h"
typedef struct CallStackNode
{
list_node list;
CallStackEntry csEntry;
} CallStackNode;
static __inline CallStackNode *Ca... | [
"yaohongtao@shanlitech.com"
] | yaohongtao@shanlitech.com |
e6d0ba1e4a9c6f669dacb0140806562655c0c228 | 83e645a3b2e378c60c6b4f4a691b3eac65650ad1 | /Bluetooth-LED-STM8/STM8S_StdPeriph_Driver/src/stm8s_itc.c | 452807a7f1fe7e044557a09211f47839bc402fa1 | [] | no_license | 1989Jiangtao/BluetoothSCM | f81ca7e86b5ee7481dc90c4fd40899fd9384403f | fde1467bd85073e4f7edf13c0e91b3ff410d6bb6 | refs/heads/master | 2022-03-06T21:16:04.471574 | 2022-02-17T09:34:33 | 2022-02-17T09:34:33 | 149,242,864 | 12 | 6 | null | null | null | null | UTF-8 | C | false | false | 9,705 | c | /**
******************************************************************************
* @file stm8s_itc.c
* @author MCD Application Team
* @version V2.1.0
* @date 18-November-2011
* @brief This file contains all the functions for the ITC peripheral.
**************************************************... | [
"cjt2014@qq.com"
] | cjt2014@qq.com |
a1822fd4495a0e262d9242099ea91d22980a52a7 | 6d0a5782149a04a06c968ac12638440c1c6291ae | /xlispw/place.c | 7141c7972e886d2dd1e9f6c8afe28c480a2679e3 | [] | no_license | rsdoiel/xlisp | 6758b7f8ab177148f136f64d0e0709d3c0ddb329 | 4c5dd17fcd9fb76b83d25e538301edd19fddab4e | refs/heads/master | 2021-01-01T19:55:16.587925 | 2015-08-23T16:24:41 | 2015-08-23T16:24:41 | 41,257,026 | 24 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,026 | c | /* place.c - routines to place widgets in a frame */
/* Copyright (c) 1984-2002, by David Michael Betz
All Rights Reserved
See the included file 'license.txt' for the full license.
*/
#include <windows.h>
#include "xlisp.h"
#include "xlispw.h"
#include "widget.h"
/* prototypes */
static void Comp... | [
"rsdoiel@gmail.com"
] | rsdoiel@gmail.com |
e21175d5262ab89c3defa13f8ff9a851badb9265 | b36762050a703bb8f3bf90e7aed3b81fc8097352 | /src/sph_types.h | 0664a3c37017238938d662cf339bf3884c9a81ce | [] | no_license | stevekimdev1/CENTERCOIN | 151fbfd01266b9c1cd9d48e4561ee03ba239a98c | ab16868615f19117a502c7bf54c2e4884a6870e6 | refs/heads/master | 2022-10-21T16:48:02.460944 | 2022-10-07T09:25:53 | 2022-10-07T09:25:53 | 149,549,401 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 130 | h | version https://git-lfs.github.com/spec/v1
oid sha256:732b7da52bc07aae271dcab60baa5b5c6958d6a5b973742c604bf1dda5aab67e
size 68212
| [
"iam@dan.al"
] | iam@dan.al |
64f8f1448ba5cf1190658e0249bbb25a51b0060e | e585ab47e0902aa649e76a3cb5a6e643f23c3bf4 | /SOL/7287.c | 07a25c819355af67f96b08ffcdbd5b31fb246813 | [] | no_license | donghoney/Algorithm | c755c273ca451b8886d7e5f93c5ee5b9ce50a573 | 02d19d4808be767270ec92b9120fac78327ae9ac | refs/heads/master | 2021-06-30T23:51:26.791156 | 2020-10-16T11:07:43 | 2020-10-16T11:07:43 | 179,057,978 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 94 | c | #include <stdio.h>
int main(void) {
printf("19\n");
printf("ehdgjs357");
return 0;
}
| [
"ehdgjs357@naver.com"
] | ehdgjs357@naver.com |
6fd630ba1bb37796ae1d1c143638be1b30d901a5 | e255fb6b3d3a85aa87cc1f8090e62aaa03a31468 | /linkedlist.c | ddaa2b0c74d73eb26b4257a7f9127dd25fe77135 | [] | no_license | dona126/Implementing-LinkedList-and-Tree-and-Graph | d9caa1529be8c09b8f168bf078b0801e785ec297 | 9a9891125ea8aa86c4143d62cc271f4e38a8bd75 | refs/heads/master | 2020-08-22T08:32:02.296654 | 2019-10-26T11:34:13 | 2019-10-26T11:34:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,279 | c | //IMPLEMENTING SINGLY LINKED LIST
#include<stdio.h>
#include<stdlib.h>
struct node
{
int data;
struct node *addr;
};
struct node *createnode(int item);
struct node *insertbeg(struct node *n,struct node *head);
struct node *insertend(struct node *n,struct node *head)... | [
"noreply@github.com"
] | dona126.noreply@github.com |
2eba7ea29313a19b7ebd272f7353499e97648f38 | c1fe98150ee3520263f49a33cdda7a06416a6d5f | /src/structures.c | 7c6c34de1946c1e9ec4252fb620b893c0095488d | [] | no_license | otchita/jpeg-decoder | 9ae3b327f425c29b54be5bd7614d407ce2a0131c | 283a64fdc44937bc7e420ef864ed784f8af1c4ef | refs/heads/main | 2023-08-15T00:58:43.816453 | 2021-10-09T11:23:56 | 2021-10-09T11:23:56 | 415,288,431 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,838 | c | #include "idct.h"
#include "structures.h"
/*
initializes [[Y1, Y2, Cb, Cr], ...] in the case of a horizontal subsampling,
each time with Y1, etc a 8x8 elements long list
*/
int16_t ***init_decoded_blocks_3D(uint32_t nb_blocks, enum color_mode cm,
uint8_t sf_Y_h, uint8_t sf_Y_v) {
in... | [
"noreply@github.com"
] | otchita.noreply@github.com |
92ca9180a2416dd66e69d99709dd637f754c72b8 | 69784e105ddc2aca3699b6b07dbcb1834d7c242c | /Classes/Native/mscorlib_System_Comparison_1_gen3737153743MethodDeclarations.h | 8c2700a6d806eb258d8249c5b4aade878f3ecbc0 | [] | no_license | ryanmcgrail95/CRHC-iOS | 7e72139100b2140143deb424d21fdc69b2959ed1 | 1b00260e6c59f552d9a8b94e42fcae5e657a6c46 | refs/heads/master | 2021-06-12T11:21:33.461817 | 2017-03-04T01:08:34 | 2017-03-04T01:08:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,791 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
#include "mscorlib_System_Comparison_1_gen3951188146MethodDeclarations.h"
// System.Void... | [
"rmcgrai1@nd.edu"
] | rmcgrai1@nd.edu |
06c4c0263c057dfbd18cbe5a4cb18dccfcae82fd | a46e67fefe88f3313790843c6f4bdaf62872d0f1 | /cou.c | 07d75157a07dced6a9d60226ed02c67ae756d743 | [] | no_license | muthumanic/c-pgm | d7bedac91bb729cb544394f27e2076ef12d14421 | 4c325015f5d76aabaf3880f980abe34afbc5ec8f | refs/heads/master | 2021-05-10T12:35:27.756387 | 2018-03-16T10:35:54 | 2018-03-16T10:35:54 | 118,445,055 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 328 | c | #include <stdio.h>
#include<conio.h>
int main()
{
int i, spaces;
char a[30];
printf("enter the string");
scanf("%s", a);
for(i=0 ; a[0]!="\0" ; i++
{
if (a[i]=' ')
{
spaces++;
}
}
printf(\n"Number of spaces is %d", spaces);
printf(\n"Number of words is %d", spaces ... | [
"noreply@github.com"
] | muthumanic.noreply@github.com |
03fd81d78e72fe5ccac6e4437b62187da5f181cc | fd83809ccbf671a595aedf407c926bc212c1ce84 | /src/example/rtsp.c | 1582559ac5ccd082313ff205458bc5901aaae56a | [
"Apache-2.0"
] | permissive | zhongwcool/MyDownload | 0b5c05362191f81dafc701f2f7829d36d932a66b | 4f5248e87ae0f4c53429009fe3b9ad671bc35d16 | refs/heads/master | 2020-06-17T17:08:51.334714 | 2019-07-12T10:14:10 | 2019-07-12T10:14:10 | 195,987,178 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,627 | c | /*
* Copyright (c) 2011, Jim Hollinger
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of con... | [
"zhongwcool@163.com"
] | zhongwcool@163.com |
07ff3fed14e8f73dc847a09bbd86ac55111d1aa5 | 16ee0e24d30db6143c79181d7c53fba1f7c8ecb0 | /extern/custom/fcgi/include/fcgi_config.h | 925c428fc4d42a168b24231914ceddfdfdcee0b6 | [] | no_license | ptr/complement | a9a7f1c47afe99a5a0a88423cd2788d6f5787920 | db9cc4ab698f22484b397c0a923e7c0339878793 | refs/heads/master | 2021-01-02T15:34:21.737342 | 2017-08-25T07:11:02 | 2017-08-25T07:11:02 | 57,914 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,002 | h | /* fcgi_config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if you have the <arpa/inet.h> header file. */
#define HAVE_ARPA_INET_H
/* Define if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H
/* Define if there's a fileno() prototype in stdio.h */
#define HAVE_FILENO_PROT... | [
"complement@09cbc127-031f-0410-9985-c3ce8c6d183e"
] | complement@09cbc127-031f-0410-9985-c3ce8c6d183e |
dee72f339ee6701f7783db2711289510064878c1 | 67157bd4a4bcc2360a54226064f6659f535d326d | /20210219/20210222_8.c | 31559b18fde6fb2eaf1a59e1d9f3fcf04325364d | [] | no_license | georgestoyanov06/Code-Academy | 120da851387c10715e83f73ef911a62f9e4a11b9 | e05e59447299c72619aecdcac48e180fac25853c | refs/heads/main | 2023-05-29T00:13:45.721985 | 2021-06-18T09:24:30 | 2021-06-18T09:24:30 | 326,143,830 | 0 | 2 | null | 2021-01-22T12:29:14 | 2021-01-02T08:51:52 | C | UTF-8 | C | false | false | 1,014 | c | /*Напишете обединение от число и низ, както и описател с изброим
тип за съдържанието на обединението. Напишете функция, която
получава указател към обединението и изброимия тип и извежда
съответно низ или число.*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
enum type{
value_Int,
value_Str
};
u... | [
"76865294+georgestoyanov06@users.noreply.github.com"
] | 76865294+georgestoyanov06@users.noreply.github.com |
d44f7870744c68bac3f3889fde5c8ee8ea98da49 | 96a8a64180bf9f5a7c70ecf1feee113b021a74aa | /1040a.c | 0658bcd6a7400b81f6e31e822f83ee363e896470 | [] | no_license | PauloViniciusBaleeiro/Uri---Online | 62eb8b173b9d390d1dff5266eeb68cfb1b562459 | 95780952667214391f00d48f9b2e525cd6dc31ee | refs/heads/master | 2023-01-22T15:11:56.662930 | 2023-01-13T20:57:10 | 2023-01-13T20:57:10 | 132,000,791 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 587 | c | #include <stdio.h>
int main(){
double a, b, c, d, e, m;
scanf ("%lf%lf%lf%lf", &a, &b, &c, &d);
m = (a*2+b*3+c*4+d)/10;
printf("Media: %.1f\n", m);
if (m>=7){
printf("Aluno aprovado.\n");
}
else if (m<5){
printf("Aluno reprovado.\n");
}
else{
printf("Aluno em exame.\n");
... | [
"pauloviniciusbf@gmail.com"
] | pauloviniciusbf@gmail.com |
741ce08499278cd2d9054e79180891c03607b89b | 5d670a0eb3afb43114e802201d4b6f7341175670 | /Gecko_SDK/platform/Device/SiliconLabs/EFR32BG12P/Include/efr32bg12p_smu.h | 3c08568f8975caaa43c94c2f9e1324c65b0ddc4d | [] | no_license | heitorschulz/embarcadosII | 6b942d133db992deef27506d17f213644df39440 | c9350a5bbf8af576d3ed703f13e66ce4a0b4c173 | refs/heads/main | 2023-04-13T04:20:03.425992 | 2021-04-28T01:32:04 | 2021-04-28T01:32:04 | 344,255,111 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 41,841 | h | /**************************************************************************//**
* @file efr32bg12p_smu.h
* @brief EFR32BG12P_SMU register and bit field definitions
* @version 5.1.2
******************************************************************************
* @section License
* <b>Copyright 2017 Silicon L... | [
"heitorschulz@gmail.com"
] | heitorschulz@gmail.com |
c848ea999cc0b112959cd968d389f3974056f44f | c664c5add42b6ebdbbba1169fb198992de2bf15e | /dir_server/server.c | 55d5aa51e37bce078d06d4b49de414ada598bd12 | [] | no_license | wyholger/minitalk | ca064bb0d7d7142b07abee3ce73207fb029d948e | 025e7c0f7c3d04d78bb8f6f2533665c2ed6473f1 | refs/heads/main | 2023-08-15T17:32:29.195492 | 2021-10-21T20:21:29 | 2021-10-21T20:21:29 | 419,859,013 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 987 | c | #include "../includes/minitalk.h"
t_data g_data;
void error_handler(void)
{
if (g_data.error_flag == -1)
{
ft_putstr_fd ("Error! Send message error.\n", 1);
exit(0);
}
}
void sig_handler(int sig_num, siginfo_t *siginfo, void *context)
{
(void) siginfo;
(void) context;
if (sig_num == SIGUSR2)
g_data.simbo... | [
"wyholger@ga-n5.msk.21-school.ru"
] | wyholger@ga-n5.msk.21-school.ru |
319ccd5b7388385aa6ade6b0fd0d3972523a3b3a | c5b02d3b0888c5b7bfd849afdc87f6f57181c8f0 | /mudlib/d/nfd/rooms/level3/road4.c | c098a7731e8ec7381f413fa4717a56f02aedf718 | [] | no_license | jpeckham/DarkeLIB | 8a311164f460cf2acd9e0fc7e1e1e69710f31b80 | 87c020b4974981879aa68f5d19b0dc2e96d2fe7d | refs/heads/master | 2021-09-11T08:55:34.673296 | 2021-09-05T04:58:33 | 2021-09-05T04:58:33 | 141,068,816 | 2 | 5 | null | 2021-09-05T03:06:16 | 2018-07-16T00:39:43 | C | UTF-8 | C | false | false | 2,182 | c | // /d/nfd/rooms/level3/road4
// Excelsior 6-30-96
inherit "/std/room";
void reset() {
::reset();
if(!present("citizen"))
new("/d/nfd/mon/citizen")->move(this_object());
}
void create() {
::create();
set_property("light",3);
set_property("indoors",0);
set_property("no castle",1);
set_property("no mine",1);
... | [
"jdpeckham@gmail.com"
] | jdpeckham@gmail.com |
420d55ab5206a4fb4ea0537aca7064d415270486 | 9ed1aa2b3cf7fc75b67ef86340898b7d4e3ec3e0 | /jimregexp.c | cf315589b2fb3189e9809a5f3f3039c483d5c0da | [
"TCL",
"BSD-2-Clause"
] | permissive | jokade/jimtcl | 52558bc19af6b0ccba420ba136a3ea292165ec35 | 2bc3eaa5c92f01f997a04615187e109abd9a489b | refs/heads/master | 2021-08-19T16:30:29.015157 | 2017-11-26T22:14:10 | 2017-11-26T22:14:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 45,296 | c | /*
* vi:se ts=8:
*
* regcomp and regexec -- regsub and regerror are elsewhere
*
* Copyright (c) 1986 by University of Toronto.
* Written by Henry Spencer. Not derived from licensed software.
*
* Permission is granted to anyone to use this software for any
* purpose on any computer system, and to redistribute ... | [
"steveb@workware.net.au"
] | steveb@workware.net.au |
469afc736e8839de1fac40fdb9ee901265e827ca | 397097c776d37bcd3e415ca01b535cf23947c4f2 | /philo/sources/utils/ft_isdigit.c | 93a692de0252052974069212634ee3dc8952c33e | [
"MIT"
] | permissive | paulahemsi/philosophers | 7c66638276e518758cc854d2bc35a3711c5a6ab9 | 07dba6571fca1c9f885e603eac386f6886165ca3 | refs/heads/main | 2023-07-19T01:52:43.521051 | 2021-09-05T12:08:00 | 2021-09-05T12:08:00 | 394,094,792 | 4 | 1 | MIT | 2021-08-22T22:08:09 | 2021-08-09T00:03:08 | C | UTF-8 | C | false | false | 979 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isdigit.c :+: :+: :+: ... | [
"paulahemsi@gmail.com"
] | paulahemsi@gmail.com |
d382ac15611bf5abc08590fb7aa0803119612630 | 2dd6e1f39834bc6fc714f70dcfbd8c33f924ad8b | /modulo3/ex14/vec_diff.h | 7641e9e57d90375762a9d9fa61f1ff28e4cca93d | [] | no_license | GabrielPelosi/Isep-Arqcp | 2eb113bdda2d367c479bc0c085afbdde8b0fcf75 | 93344d8e305363ab806571fbaf076fb327c43d10 | refs/heads/master | 2021-01-03T00:14:37.735330 | 2020-02-11T18:10:11 | 2020-02-11T18:10:11 | 239,829,560 | 2 | 5 | null | null | null | null | UTF-8 | C | false | false | 65 | h | #ifndef VEC_DIFF_
#define VEC_DIFF_
int vec_diff(void);
#endif
| [
"44037127+GabrielPelosi@users.noreply.github.com"
] | 44037127+GabrielPelosi@users.noreply.github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.