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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d39ec04b6ddd9cbcd636f84bc3484f509dfb513e | 179997459621ae998ba00f528505418ab685c508 | /app/src/main/cpp/macro.h | 14eec00354442268de5446cbe627e7d2a1a4b025 | [] | no_license | sally519/FFMepg_deocde | cf61806e6773f7d172bb2fc1c7c47d55cc29a6e8 | 00ef4500fad802142c5cbab901cc2e77eb30fd3e | refs/heads/master | 2023-03-08T07:10:41.993072 | 2021-02-25T07:45:47 | 2021-02-25T07:45:47 | 335,468,583 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 764 | h | //
// Created by Administrator on 2021/2/2.
//
#include <android/log.h>
#define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,"FFMPEG",__VA_ARGS__)
//宏函数
#define DELETE(obj) if(obj){ delete obj; obj = 0; }
//标记线程 因为子线程需要attach
#define THREAD_MAIN 1
#define THREAD_CHILD 2
//错误代码
//打不开视频
#define FFMPEG_CAN_NOT_OPE... | [
"zhangsq@belink.com"
] | zhangsq@belink.com |
7839f32ce31595fe281f7856108e3e8f5e957148 | 67f7c6cd29ae1d3eadada85c21cfc2e5572a3521 | /Ch1_Lab3/Ch1_Lab3/source/main.c | 7493636d683c47fe7bf8ce0968aee7ad6af26a96 | [] | no_license | james620821/ch1 | 2d0104ba29cc60a3c66178ba192811e4e742655e | 842175fcd37fdb067d184dceef8d270fee99f735 | refs/heads/master | 2021-07-04T13:19:01.111645 | 2017-09-26T15:23:49 | 2017-09-26T15:23:49 | 104,897,464 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 692 | c | #include <stdio.h>
#include <stdlib.h>
int main(void)
{
int num1;
int num2;
printf("Enter two integers,and I will tell you\n");
printf("the relationship they satisfy: ");
scanf("%d%d", &num1, &num2);
if (num1 == num2)
{
printf("%d is equal to %d\n", num1, num2);
}
if (num1 != num2)
{
printf("%d is not... | [
"james620821@gmail.com"
] | james620821@gmail.com |
483efb8e4a03f5fc617cbe89927ec9e58411ddb7 | 1ad4dd5261a185f3cf92d7fd3226de28679747c5 | /kernel/drivers/gpu/drm/drm_internal.h | fbc3f308fa1997ab5889f3f25fb7357106ea5909 | [
"Linux-syscall-note",
"GPL-2.0-only",
"MIT"
] | permissive | oslab-swrc/libmpk | b30c8fa2eea834a8ab441fdd9f7789296781ec17 | a0b20ab8819d60d22d2a90f0d54eccae40ae6b05 | refs/heads/master | 2022-05-01T01:36:07.491532 | 2022-03-18T05:44:14 | 2022-03-18T05:44:14 | 223,290,854 | 0 | 0 | MIT | 2019-11-22T00:30:13 | 2019-11-22T00:30:12 | null | UTF-8 | C | false | false | 6,384 | h | /*
* Copyright © 2014 Intel Corporation
* Daniel Vetter <daniel.vetter@ffwll.ch>
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
*... | [
"spark720@gatech.edu"
] | spark720@gatech.edu |
bcf6d2bf71b282cb4c507c0a3ab63b55f0d2865c | d4c74a8001451840f3efb87f15856cdb9d5e9eb6 | /examples/native/mbed/test_features/OPENMP/test_BFS/data/rand-graph-2048.h | e6f3c7dc9b36e1aca18572ddea64dcda5a01a8c1 | [
"Apache-2.0"
] | permissive | danieldennett/gap_sdk | 3e4b4d187f03a28a761b08aed36a5e6a06f48e8d | 5667c899025a3a152dbf91e5c18e5b3e422d4ea6 | refs/heads/master | 2020-12-19T19:17:40.083131 | 2020-02-27T14:51:48 | 2020-02-27T14:51:48 | 235,814,026 | 1 | 0 | Apache-2.0 | 2020-01-23T14:39:59 | 2020-01-23T14:39:58 | null | UTF-8 | C | false | false | 125,629 | h | typedef struct {
int starting;
int no_of_edges;
}Node;
const int no_of_nodes = 2048;
const Node h_graph_nodes[ 2048] = {
{0,5},
{5,4},
{9,4},
{13,9},
{22,6},
{28,5},
{33,5},
{38,6},
{44,6},
{50,6},
{56,8},
{64,6},
{70,8},
{78,7},
{85,3},
{88,9},
{97,6},
{103,7},
{110,6},
{116,7},
{123,7},
{130,6},
{136,5},
{141,4},
{14... | [
"noreply@github.com"
] | danieldennett.noreply@github.com |
1ef35156bc3a2a1430571ce608c9da5cdbe57dae | 85f97998e692fd0f325112c1a76ecf3e71ee61da | /src/demo/app/background_dfu_state.c | 0195bb9529f1c149bda9bbfe8068d0152acc7409 | [] | no_license | lindemer/securecare | c0df3c3f82e54f7dcb9dc02c01ae90981d80a03a | bca9ddc228935bc02b7d06c579a8f6ea363d62d3 | refs/heads/master | 2023-03-14T14:27:47.685769 | 2021-03-09T09:53:22 | 2021-03-09T09:53:22 | 267,386,475 | 2 | 0 | null | 2020-11-23T11:48:41 | 2020-05-27T17:40:59 | C | UTF-8 | C | false | false | 27,990 | c | /**
* Copyright (c) 2017 - 2020, Nordic Semiconductor ASA
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, th... | [
"samuel.lindemer@gmail.com"
] | samuel.lindemer@gmail.com |
08eb0ad44a11b7c15055d121f6727480868094af | 3567309d3f25020ec7a0d59e0ef55da7be113085 | /d/wastelands/w/critical/cave/cave_959.c | ccb441b275f4e792d49ece7e9af58554f03067fd | [] | no_license | flyingstupid/gbapoclib | 64ec8b3828201d7eb158b5371164765d1b65ce93 | dea2a4be3399509c7df44d33b2a307db3821017d | refs/heads/master | 2021-04-27T08:02:48.717277 | 2018-02-23T17:04:11 | 2018-02-23T17:04:11 | 122,640,255 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 359 | c | /**
* Area Maker room for forest area
*/
#include <mudlib.h>
inherit ROOM;
#include "base/autogenroom.h"
void reset(status arg) {
if (arg) return;
set_weather( 0, 1, 0 );
set_short( get_short_by_id(959) );
set_long( get_long_by_id(959) );
set_exits(({
}));
set_room_type( g... | [
"ray.lukes@gmail.com"
] | ray.lukes@gmail.com |
e69094050696c6f2bf64c37cd06f83d9c6676252 | f0a5e8dbe33067eca2bc8f94c6ccd809da84c4c5 | /linux.c | 4ef4c5a528ca52db4c4c915cdb7706743d2c3119 | [] | no_license | egregious3000/isca-clone | 7937ed864c37a6767980bc9ff5de6250e270a6c6 | 713e60f71ca35c9730e480d867634052a5b3c00a | refs/heads/master | 2021-01-25T05:22:18.791091 | 2013-03-26T00:40:02 | 2013-03-26T00:41:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,225 | c | #include "defs.h"
#include "ext.h"
/*
* Substitute for HP-UX's POSIX memory semaphore calls with advisory file range
* locking using the same array of 16 byte structures in MSGDATA.
*/
static int semfile;
int
msem_init(void *sem, int ignored)
{
/* Nothing to do here now */
return(0);
}
int
msem_lock(struct m... | [
"egregious@iscabbs.com"
] | egregious@iscabbs.com |
a9c44346e7dd02bd336a789dde1a604032d5ce5d | 6859d2253b546a409841454ad2a063b6189ac508 | /2-linear-structures/2.3.2.c | a2fcab8ab76383ddaba948cc6cf8be4c1ec37151 | [] | no_license | cuidezhu/C-language-data-structures | 282dd397cad5e138fd4e7fcd2f5d955eaba54daa | f11628f5a28333edec5d9c3c6841602a8de0f11d | refs/heads/master | 2020-05-19T10:11:53.847248 | 2015-08-19T02:24:05 | 2015-08-19T02:24:05 | 40,219,607 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 782 | c | //Queue(chain table implement)
#include <stdio.h>
#include <stdlib.h>
typedef struct Node {
int Data;
struct Node *Next;
} QNode;
typedef struct {
QNode *rear;
QNode *front;
} LinkQueue;
LinkQueue *PtrQ;
//Delete, int is an ElementType, it can be replace
int DeleteQ(LinkQueue *PtrQ) {
QNode *FrontCell;
int Fr... | [
"chinacuidezhu@gmail.com"
] | chinacuidezhu@gmail.com |
1be3e5e67d94b70205101983d5d4446ce67e80aa | 3a3bba8aa444575101dd075f5c3048b316d0d2d5 | /test/transform/propagate/propagate_5.c | 59c1c5545334babf27f6813843026dfa6e30a2bf | [
"Apache-2.0",
"NCSA"
] | permissive | vladem/tsar | e51727dbd6f8fa36efbd241ccc0e0d47d01ea1d6 | 3771068d47a8a258ee4a74ad5fc9c246f8aba7cb | refs/heads/master | 2023-05-28T04:48:21.851488 | 2020-11-22T09:29:37 | 2020-11-22T10:02:13 | 240,664,579 | 0 | 0 | Apache-2.0 | 2021-01-03T21:14:07 | 2020-02-15T07:39:31 | C++ | UTF-8 | C | false | false | 174 | c | int foo() {
#pragma spf transform propagate
{
int A[3], X, Y;
unsigned Z;
A[0] = A[1] = A[2] = 1;
X = A[0];
Y = A[1];
Z = A[2];
return X + Y + Z;
}
}
//CHECK:
| [
"kaniandr@gmail.com"
] | kaniandr@gmail.com |
335b4ec3eb9f096078e8e64a5956af5ad769f0c1 | 75c3b3adbe43398148292502d7b8401927c0879a | /ifelse/Ifelse (2).c | 9f0018b41fe4a444f26d447a21035474a6f9d51c | [] | no_license | Cheanataly/Design | faf98ae3d817ef752f86c701ad7c153fc55fd4ec | 6d9d3243aac8d411b2ebffa88896e699fa524db2 | refs/heads/master | 2020-04-24T03:06:19.318232 | 2019-02-20T11:44:04 | 2019-02-20T11:44:04 | 171,659,854 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 194 | c | #include<stdio.h>
main()
{
int num;
printf("Enter the number");
scanf("%d",&num);
if(num%2==0)
{
printf("the given number is even");
}
else
{
printf("the given number is odd");
}
}
| [
"34535916+Cheanataly@users.noreply.github.com"
] | 34535916+Cheanataly@users.noreply.github.com |
97abb65acd16aa60e98e407b2092f167d5631e51 | b03ff11a09b93b930a7e419a6e893ccf00f48e9d | /Jesus/System_Programming/Examen_1/ListaJugadores.h | 8cc21a6d0356746fa0c0cdce3b459c309c21833e | [] | no_license | jesuspa98/PSC_Exercises | 270603dba3d1ff34fcc8e8278efa2ce53fae89b3 | ff681c40704a861b8bcf022d9b7f55c81165dcb7 | refs/heads/master | 2021-03-27T10:33:28.267581 | 2018-06-10T20:23:52 | 2018-06-10T20:23:52 | 123,423,985 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 2,088 | h | #include <stdlib.h>
#include <stdio.h>
typedef struct TNodo * TLista;
struct Jugador{
int codjugador; //código que identifica al jugador
int codequipo; //código de equipo
int posicion; //la posición del jugador en el campo puede ser 1,2,3,4 o 5
float precio; //valor de mercado del juga... | [
"jesusparejo98@gmail.com"
] | jesusparejo98@gmail.com |
6ebd4e385d9e643cd8c30fea906e05c0a17770a8 | 359554155c5c9d720acbdceb1a5a5376da070825 | /source/classfile/attributes/SourceFile.c | c0ab3b907d26d1e1b59d3ea2c224edcc9fe534bd | [] | no_license | UselessMnemonic/Homebrewed | 9a0042856593f0b771e08946980b773cb5af4ea7 | 446ca06410fc88529d4df0e384f797e67eb7df52 | refs/heads/master | 2023-01-03T07:50:04.198699 | 2020-10-23T18:44:30 | 2020-10-23T18:44:30 | 305,274,008 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 439 | c | #include "classfile/attributes/SourceFile.h"
JRESULT ReadAttribute_SourceFile(FILE *file, ATTRIBUTE_SourceFile *attribute, u4 attribute_length, CONSTANT **constant_pool)
{
JRESULT r = 0;
fread(&attribute->sourcefile_index, 2, 1, file);
attribute->sourcefile_index = Big2(attribute->sourcefile_index);
ret... | [
"c4madrig@ucsd.edu"
] | c4madrig@ucsd.edu |
622983c49f09ba9748dc83dae8155d6e65b36ade | 41158b0bcbf0ab34d756c90a2989a156f9a2b620 | /benchmarks/uts/dlist.c | b0bd27c5cb6f4d197129f3343d2d7d679f38498f | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | spcl/fflib | 18579724b701a4a74f2bc8790cbb004f610b6774 | 63eb913dcdadef1befbdd18ca885eabe06f52aad | refs/heads/master | 2020-03-08T03:51:41.167349 | 2018-04-03T12:57:50 | 2018-04-03T12:57:50 | 127,903,698 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 556 | c | #include "dlist.h"
#include <stdlib.h>
dlist dcons(void *element, dlist prev, dlist next){
dlist temp = malloc(sizeof(struct dcell));
temp -> element = element;
temp -> prev = prev;
temp -> next = next;
return temp;
}
dlist create_and_link(void *element, dlist prev, dlist next){
dlist temp = dcons(element... | [
"salvo@salvo-desk.inf.ethz.ch"
] | salvo@salvo-desk.inf.ethz.ch |
1435b6c21c9a61920757157839bdc4270147ee4b | 4962784d17dfff2c6d7c3346672fcd1005ad22bb | /Lib/Driver/V3s/src/V3s_gic.c | d098e6171fef909ae527a2e54450302bb4b2e742 | [] | no_license | tieutuanbao/V3s_Baremetal_IAR | 330e3eaf3008f52857a43519abfd67c6f92b582b | ccfc047189e17e71a3d020e578611a20f15f14b1 | refs/heads/master | 2023-06-26T20:11:24.002181 | 2021-07-26T13:52:53 | 2021-07-26T13:52:53 | 388,527,258 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,131 | c | /**
******************************************************************************
* @file GIC_400.c
*
* @brief GIC 400 Config for V3s
*
*
* @author Tieu Tuan Bao
* Contact: tieutuanbao@gmail.com
* P-Number: +84979755670
******************************************************************************
*/
#incl... | [
"44816144+tieutuanbao@users.noreply.github.com"
] | 44816144+tieutuanbao@users.noreply.github.com |
94a36b197cec36b49a49b315d59b66c604e9f1e6 | 0d32445944d6afaac8f73eac978322d132d6b11f | /English_Mathematics_3/MM102.c | 7c19ccca0d647d12c44d03e0b1f45a35c568ed6e | [] | no_license | SleepyMan212/ITSA | 8ec232ea27292ef83d240d7cfd4b3e016b129d13 | 545ad1c402c661bd3755516db8109bb6e8314669 | refs/heads/master | 2020-04-16T02:57:20.047713 | 2019-01-11T09:16:16 | 2019-01-11T09:16:16 | 110,151,630 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 547 | c | /*
status: ac
*/
#include<stdio.h>
#define max 60
int main(void)
{
int num;
int i,j;
int data[max];
scanf("%d",&num);
for(i=0;i<num;i++)
scanf("%d",&data[i]);
for(i=0;i<num;i++)
{
for(j=0;j<num-1;j++)
{
if(data[j]<data[j+1])
{
... | [
"you@example.com"
] | you@example.com |
8c630c165ee039eb7e23457063b02f5458bb1fae | dcb40289722e901154e8120665413cb5bbd15a73 | /model/Scade/System/OBU_for_ITEA-Review/PositionSimulation/Testbench_Suite/KCG_Output/terminateAndEstablishSession_MoRC_Pck_Subfunc_Pkg.c | 62832f824cb8ae818cb94f71eb3e04fc5599b939 | [] | no_license | valeriodng/modeling | c57fafe865a6568486fcc42a77ea30b3a69f3009 | 793785f7c9c79230328a1bbffbe5067882ac6f45 | refs/heads/master | 2021-01-18T05:36:17.349426 | 2015-05-27T08:30:52 | 2015-05-27T08:30:52 | 30,161,894 | 1 | 0 | null | 2015-02-01T22:15:34 | 2015-02-01T22:15:34 | null | UTF-8 | C | false | false | 5,799 | c | /* $************* KCG Version 6.4 beta5 (build i13) *************
** Command: kcg64.exe -config R:/fork/modeling/model/Scade/System/OBU_for_ITEA-Review/PositionSimulation/Testbench_Suite/KCG_Output/config.txt
** Generation date: 2015-04-24T11:00:59
*************************************************************$ */
#inc... | [
"info@stefankarg-it.de"
] | info@stefankarg-it.de |
4ee2c12dd836295f5350b37f4c6782ef0386c593 | 5c840eb278052719e8dff5ec0a69566f6fd6e850 | /AP/Exercise2/dependencyStart/test/s_70.c | 7c465d0055b11ef8e70b2230d565667cae507fa2 | [] | no_license | nclandrei/L3-Coursework | d93f92c25ccc916f6e8e7f98bef9a49b9f73319d | 26cc354189e161d228066f753c5f5a016c0d8857 | refs/heads/master | 2021-01-20T11:20:22.339275 | 2017-10-14T15:10:22 | 2017-10-14T15:10:22 | 46,860,189 | 3 | 4 | null | null | null | null | UTF-8 | C | false | false | 122 | c | #include "i_48.h"
#include "i_33.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <pthread.h>
| [
"a.mihai.nicolae@gmail.com"
] | a.mihai.nicolae@gmail.com |
ef55500540b25aee8a981fdd3d180abd9b2cfa97 | 9606c1db159cd18fa730e5548391c892be6e5f46 | /src/gallium/drivers/freedreno/a3xx/fd3_compiler.h | f4d55cf68ee0d7d2c2f0861f26bb685e33dd128e | [] | no_license | RAOF/mesa | c373f1f4e5f11784e109677eab4024e784b85ff4 | d441f006d1c272f85f33b49347b017ab65529b15 | refs/heads/egl-platform-mir | 2021-01-23T12:10:57.471227 | 2014-02-13T03:00:45 | 2014-02-13T03:00:45 | 8,641,696 | 0 | 1 | null | 2013-10-29T01:53:52 | 2013-03-08T02:49:33 | C | UTF-8 | C | false | false | 1,628 | h | /* -*- mode: C; c-file-style: "k&r"; tab-width 4; indent-tabs-mode: t; -*- */
/*
* Copyright (C) 2013 Rob Clark <robclark@freedesktop.org>
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Softw... | [
"robclark@freedesktop.org"
] | robclark@freedesktop.org |
379c51169dfdcf226a2685e046a4ec033edd077c | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/libxml2/valid.c | 5de491d75f9c9cf8eab6801a61c283c96c722907 | [
"MIT",
"LicenseRef-scancode-x11-xconsortium-veillard"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C | false | false | 192,878 | c | /*
* valid.c : part of the code use to do the DTD handling and the validity
* checking
*
* See Copyright for the status of this software.
*
* daniel@veillard.com
*/
#define IN_LIBXML
#include "libxml.h"
#include <string.h>
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include <libxml/xmlmemory.h... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
5e55c519a1a25d70419ac3a604a3191e58bb20be | 62074e09820c30cca4f3c73afd66c6966aa25e30 | /src/pdpclib/puts.c | d9e6342f5a6047d61bd6a464028d3471d9c7df11 | [] | no_license | jphartmann/cmslib | e3319e300dbbce2623a880e2f70914aab5890e89 | d7e188c5642865876122c54e7d87ab4c6fcc8dbc | refs/heads/master | 2020-04-02T03:30:43.546612 | 2016-07-01T10:54:06 | 2016-07-01T10:54:06 | 61,039,389 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 772 | c | /* */
/* John Hartmann 24 Jun 2016 15:32:01 */
/*********************************************************************/
/* Change activity: */
/*24 Jun 2016 New module. ... | [
"jphartmann@gmail.com"
] | jphartmann@gmail.com |
a2e1e23c8ffff99a22d70002b153a02194b3946a | f0b7bcc41298354b471a72a7eeafe349aa8655bf | /codebase/libs/xview/src/panel/p_event.c | f8d793c64ffeb9378b0d662730e378ebe569940b | [
"BSD-3-Clause"
] | permissive | NCAR/lrose-core | 23abeb4e4f1b287725dc659fb566a293aba70069 | be0d059240ca442883ae2993b6aa112011755688 | refs/heads/master | 2023-09-01T04:01:36.030960 | 2023-08-25T00:41:16 | 2023-08-25T00:41:16 | 51,408,988 | 90 | 53 | NOASSERTION | 2023-08-18T21:59:40 | 2016-02-09T23:36:25 | C++ | UTF-8 | C | false | false | 8,681 | c | #ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)p_event.c 20.62 93/06/28";
#endif
#endif
/*
* (c) Copyright 1989 Sun Microsystems, Inc. Sun design patents
* pending in the U.S. and foreign countries. See LEGAL_NOTICE
* file for terms of the license.
*/
#include <xview_private/panel_impl.h>
#include <x... | [
"dixon@ucar.edu"
] | dixon@ucar.edu |
e5aba36306a063d0f882cf2e26f66437deb7ab4e | 782d2d3807b54186266c0f1b10584eca783f6797 | /LidarGPS/gpsData/LatLongToUtm.h | 5bd8a2644ed322d76b2ec1b2cdbc4580ac601796 | [] | no_license | PhilipBeckwith/CottonLIDAR | 21ca4baa7b70d3a59d03e5adec81ac301836145f | ddbacc26ad38eb6949a774ceea81f1dc6de3e0cf | refs/heads/master | 2020-05-21T04:58:47.020310 | 2019-05-10T02:19:18 | 2019-05-10T02:19:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,211 | h | #pragma once
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
#include <time.h>
//forward decloration of functions
double deg2rad(double ldeg);
double rad2deg(double lrad);
double knots2mps(double knots); /* convert knots to meters per second */
void interpolrev(double *xvec1, double *yvec... | [
"phi2132160@gmail.com"
] | phi2132160@gmail.com |
f1a1b60915392e09215b22c1143e3448863add7f | ec0c65669c10dbd01e7875a5a3c24af5f7b351f6 | /Libraries/nxp_libraries/middleware/fatfs/source/fsl_mmc_disk/fsl_mmc_disk.c | 64dbbb1495737a0a672129a69658185d61a34687 | [
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-fatfs"
] | permissive | lzafmn/SeekFree_RT1064_Library_GCC_Porting | 663d89a6bc4b1ec658d313c8ce8ba8cf9b4e5e94 | 5501433f340582a35a59b124de35083e24e69bd2 | refs/heads/main | 2023-04-30T22:26:24.303109 | 2021-05-19T08:02:16 | 2021-05-20T08:38:33 | 374,876,254 | 1 | 0 | MIT | 2021-06-08T04:05:23 | 2021-06-08T04:05:22 | null | UTF-8 | C | false | false | 4,202 | c | /*
* Copyright (c) 2015, Freescale Semiconductor, Inc.
* Copyright 2016 NXP
* All rights reserved.
*
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "ffconf.h"
/* This fatfs subcomponent is disabled by default
* To enable it, define following macro in ffconf.h */
#ifdef MMC_DISK_ENABLE
#include <assert.... | [
"i@18kas.com"
] | i@18kas.com |
f084661396fd02f791f3e8544da7ca624292c2e1 | 2bc3398063fd7251c46a2d93d2e301cd063befcd | /nitan/d/wuxi/ymzhengting.c | 102cee889d4ad0a750ea5ca306ba6035057fec39 | [
"MIT"
] | permissive | HKMUD/NT6 | ae6a3c173ea07c156e8dc387b3ec21f3280ee0be | bb518e2831edc6a83d25eccd99271da06eba8176 | refs/heads/master | 2020-03-18T08:44:12.400598 | 2018-05-23T06:55:18 | 2018-05-23T06:55:18 | 134,525,191 | 9 | 4 | null | null | null | null | GB18030 | C | false | false | 736 | c | // Room: /d/wuxi/zhengtang.c
// Winder 2000/02/22
inherit ROOM;
void create()
{
set("short", "衙门正厅");
set("long", @LONG
堂上的气氛十分肃穆。几根红漆楹住更是给这里增添了几分庄重。
正墙上悬挂一个横匾,上书“正大光明”四个金光闪闪的大字。现在
不是升堂之时,知府正坐在雕花方案后批阅文书,师爷随侍在后。
LONG
);
set("exits", ([
"south" : __DIR__"yamen",
... | [
"xmlsdk@gmail.com"
] | xmlsdk@gmail.com |
f4eb5a1d44b41a4c1dbff4a7964d8261e002a023 | 5eee2f6f5a46c53d90c68e5b74d9c5d035ac7195 | /文件操作/lib.c | bb08f551efc7eddb5f0955bcb026d3f834bd0196 | [] | no_license | QHDCL/c_exercise | f8ba0e8fefb33101430de34cc2fcc1fe2b4569cd | 16c10289f37354b827354c7b9c4134b2fd1734fe | refs/heads/master | 2020-04-05T04:32:05.658204 | 2018-12-12T15:45:49 | 2018-12-12T15:45:49 | 156,555,252 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,784 | c | /* 这是一个c库io接口的回顾:fopen fwrite fread fseek fclose
* "r r+ w w+ a a+"
*/
#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <string.h>
#include<Windows.h>
//
//int main()
//{
//
//#include <stdio.h>
// FILE *stream, *stream2;
// int numclosed;
// /* Open for read (will fail if file "data" does not ex... | [
"charles96bj@163.com"
] | charles96bj@163.com |
17d7287648212a887912b330175c05585f7e9555 | d564dc04fc78f297ed4ded3a77d8381e6a427064 | /42/lem_in/libft/srcs/usuals_tools/ft_memcpy.c | 87a292674b5f8e548024e7176d16c7b5efc800f0 | [] | no_license | hereandnao/projects | 83b156eb284a0f74a05353d2162f83402136a6ad | 696b4dfeae155ffad12dd6ac456d80cb69b3c562 | refs/heads/master | 2022-12-15T15:55:57.413839 | 2019-09-19T12:42:04 | 2019-09-19T12:42:04 | 99,584,156 | 0 | 0 | null | 2022-12-07T00:43:18 | 2017-08-07T14:02:05 | C | UTF-8 | C | false | false | 1,147 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memcpy.c :+: :+: :+: ... | [
"hereandnao@gmail.com"
] | hereandnao@gmail.com |
e475fce1c25b730521df369d19ec5e98a89c741b | 896eab41d1cfd365291eb561d154da6fce407064 | /src/asm/64/mmu_init.h | 498d41d027683cbaad7dc71427db6c5776d2498a | [] | no_license | cassiemeharry/raspberry-pi-forth-os | 34e073ed4d0f8d9c1a63249f907599f599cddbe5 | 223940e398d279f31595d37c93dd06b78ec07004 | refs/heads/main | 2022-12-27T04:00:55.962647 | 2020-10-13T19:41:28 | 2020-10-13T19:41:28 | 303,811,851 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 274 | h | #define MT_DEVICE_nGnRnE 0x0
#define MT_NORMAL_NC 0x1
#define MT_DEVICE_nGnRnE_FLAGS 0x00
#define MT_NORMAL_NC_FLAGS 0x44
#define MAIR_VALUE (MT_DEVICE_nGnRnE_FLAGS << (8 * MT_DEVICE_nGnRnE)) | (MT_NORMAL_NC_FLAGS << (8 * MT_NORMAL_NC))
| [
"bluejeansummer@gmail.com"
] | bluejeansummer@gmail.com |
abe69989dbcf235517aeb7b5b3d83a26dae4da85 | 58d9a054509309593f14b15e392f6c31bae98e11 | /rtklib_2.4.3/vt.c | dd6d97a06fcddff6dcdc2881613dae6d7fa32967 | [] | no_license | mfkiwl/rtklib_portToVS | 74268aaed409eb03df1382ea4e476d5cb8ac9e6b | f3987adb2ad071f22afe45932ec6a30667ca8a7f | refs/heads/master | 2023-07-02T01:18:56.938815 | 2021-08-08T02:40:53 | 2021-08-08T02:40:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,767 | c | /*------------------------------------------------------------------------------
* vt.c : virtual console
*
* Copyright (C) 2014-2016 by T.TAKASU, All rights reserved.
*
* version : $Revision:$ $Date:$
* history : 2015/01/11 1.0 separated from rtkrcv.c
* 2016/09/19 1.1 change api vt_open()
*-------... | [
"liwei103@outlook.com"
] | liwei103@outlook.com |
a19c4451c29a0b74ee16269d5eb5375d70b2df75 | b523c6928aff956663dcfe4104e068ba44388e8f | /project6.c | a60c3deffbff5d3b26aab41d0927c1542342b2dc | [] | no_license | SammyPulos/COEN383_P6 | ec430d0d41cc8a37997a1b52eb95391060ca4364 | 8c31a366deeadb37926253501fe0f0ad9d36283e | refs/heads/master | 2022-04-11T08:32:48.839348 | 2020-03-03T01:56:56 | 2020-03-03T01:56:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,137 | c | #include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/time.h>
#include <string.h>
#include <unistd.h>
#include <signal.h>
#define NUM_CHILDREN 5
#define READ_END 0
#define WRITE_END 1
#define MESSAGE_SIZE 256
void execChild(int id, int * fd);
void execActiveChild(int id, int * fd);
void g... | [
"noreply@github.com"
] | SammyPulos.noreply@github.com |
5b41269abac49dd989f923ddf25923315d705cab | c61d775579cd869ef4efe12c9a3c9735661fdeec | /functions/functions.h | d73b59b4ad460c41fb8e189186acd69700af9908 | [
"MIT"
] | permissive | triffon/up-2014-15 | 545f7d25a40722dc76a097f16d1d2e0950b22d7f | 729986fe3c5b90989b1136d64937cd79ab453bc0 | refs/heads/master | 2020-08-12T08:22:44.672422 | 2015-02-01T16:48:13 | 2015-02-01T16:48:13 | 24,722,739 | 2 | 2 | null | 2015-01-22T18:49:00 | 2014-10-02T14:41:14 | C++ | UTF-8 | C | false | false | 883 | h | /*
* functions.h
*
* Created on: 13.11.2014 г.
* Author: trifon
*/
#ifndef FUNCTIONS_H_
#define FUNCTIONS_H_
// функция, която намира лице на триъгълник
// по зададени три върха с 2D координати
double triarea(double, double, double, double,
double, double);
// функция, която намира разстояние между дв... | [
"triffon@fmi.uni-sofia.bg"
] | triffon@fmi.uni-sofia.bg |
0238fa07f8aa96df9fa454e1b57be1ce3f895ae8 | 9b658a6f52d8c1950e09422d62b86bd49a2b6e9a | /fireFoam/libs/regionModels/surfaceFilmModels/derivedFvPatchFields/filmHeightInletVelocity/filmHeightInletVelocityFvPatchVectorField.C | 4cc4f63964b55c549fd6c052661442799ce13acd | [] | no_license | ku54713/firefoam-dev | f71ab485ceb2c2ba869bedcc0551e55732d84024 | b4fee9a2819f2642166b0ffd0f583884cbf75f99 | refs/heads/master | 2021-01-15T23:40:34.535854 | 2011-07-05T17:43:05 | 2011-07-05T17:43:05 | 40,015,561 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,288 | c | /*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2010-2010 OpenCFD Ltd.
\\/ M anipulation |
---------------... | [
"fmglobal.oss@gmail.com"
] | fmglobal.oss@gmail.com |
4f0a4dcda4e2c1ff04d32cccd88dada628686b7a | 117e8b072d7be4f5c0bd3d9e9251e7a802713544 | /mediatek/custom/eastaeon89_wet_td/lk/include/target/cust_battery.h | f30e307b433644d4c3d581d9f8acb1b481ac3836 | [] | no_license | zoggn/android_kernel_lenovo_a656 | 31cc6efaf2fb2bd0aa69469a39113af18025ef54 | 498084a53df1268f39e83bba565a759d779b45f3 | refs/heads/master | 2021-01-15T14:23:28.941913 | 2017-09-01T20:27:19 | 2017-09-01T20:27:19 | 99,693,934 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,298 | h | #ifndef _CUST_BAT_H_
#define _CUST_BAT_H_
#include <platform/mt_typedefs.h>
typedef enum
{
Cust_CC_1600MA = 0x0,
Cust_CC_1500MA = 0x1,
Cust_CC_1400MA = 0x2,
Cust_CC_1300MA = 0x3,
Cust_CC_1200MA = 0x4,
Cust_CC_1100MA = 0x5,
Cust_CC_1000MA = 0x6,
Cust_CC_900MA = 0x7,
Cust_CC_800MA = 0x8,
Cust_CC_700MA = 0x... | [
"kurkov.nikita@gmail.com"
] | kurkov.nikita@gmail.com |
a7d5d3e4ebf7782821417e119f7becfbdf29e662 | 2c35145e6e460232aa7c368f23b2506dba1e511d | /ft_memset.c | c1b15b3ac7f6adea366bdfdbe81bdde49609dc37 | [] | no_license | jbrinksma/libft | f21c31af66f643be4ac188dee859d9bb1a9cd71a | 44f56e3c2ba9ee3054fa36a6afac6ad1a71b81f2 | refs/heads/master | 2021-10-11T02:06:21.996018 | 2019-01-21T10:01:38 | 2019-01-21T10:01:38 | 166,785,733 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,057 | c | /* ************************************************************************** */
/* */
/* :::::::: */
/* ft_memset.c :+: :+: ... | [
"jbrinksm@f1r2s18.codam.nl"
] | jbrinksm@f1r2s18.codam.nl |
03eeb6e65a1fcd7c96ef0544992d8aa09a2b5e24 | 8fb5d9ea87ff4a127062dc7937b85be530722d5d | /ft_atoi.c | 6d0ce8918e97802a38c98438064e145391660353 | [] | no_license | aparrot/libft | 0246af3460b1cc87ca2127b423f7e74044f6f304 | bb64f7f1e2c1d7cd7401e99868f71e8aa7c97d3a | refs/heads/master | 2020-07-04T12:08:07.251474 | 2016-11-19T17:05:39 | 2016-11-19T17:05:39 | 74,068,028 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,359 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_atoi.c :+: :+: :+: ... | [
"aparrot@e1r6p4.42.fr"
] | aparrot@e1r6p4.42.fr |
cac4a31d691d4d9dfdbc927dde65ca36b2888685 | e136f2b5464b7f014d0cd0d6fd0327bd5ca55f56 | /构建二叉树及遍历/test.c | fae635f8bc6cca17fb103b81dd036b01d99356e6 | [] | no_license | Winter-Win/package | 5f8dc9229a0a8ee212872b9b881ba160ae95eeb1 | 0b7414c858c78ab60c7686f918edc7e1f1ed4c71 | refs/heads/master | 2020-04-03T14:44:43.993396 | 2019-08-19T14:01:22 | 2019-08-19T14:01:22 | 155,334,020 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 873 | c | #include <stdio.h>
#include <malloc.h>
#include <stdlib.h>
typedef struct BTNode
{
struct BTNode* _left;
struct BTNode* _right;
char _data;
}BTNode;
BTNode* GreateTree(char* str, int* pi)
{
if(str[*pi] != '#')
{
BTNode* root = (BTNode*)malloc(sizeof(BTNode));
root->_data = str[*pi]... | [
"669886902@qq.com"
] | 669886902@qq.com |
fabef94e68a6f34b9a2bc16ab68f7f572a823ff6 | 993a4b71475061978574f361a703204fc37f5138 | /phoneme_advanced-mr1-rel-b06/src/share/native/java/io/ObjectInputStream.c | 3e20edf2cb8a621f19e7b41e0ece927087e0a33f | [] | no_license | PhoneJ2ME/releases | 1d93e51e0081a1d331ea0cf1c1f1e5d55f0914cc | 6585f23149f090e0ff3a94ee61cae6bf2394e78b | refs/heads/master | 2021-01-19T10:39:17.955758 | 2008-12-17T20:32:36 | 2008-12-17T20:32:36 | 82,216,780 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 12,175 | c | /*
* Copyright 1990-2006 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 only,
* as published by the Free Software... | [
"hinkmond@6dfe35fe-931f-0410-af5f-a91b034811cd"
] | hinkmond@6dfe35fe-931f-0410-af5f-a91b034811cd |
6b234013dfa6ee8027eaed2c43b70107d33fda48 | 4fac4226d1217fba421c34dce44fa0d539495ba5 | /distributed_server/src/setup.c | 05961035e57b4a1772dce0f28bc3314998ea74c7 | [] | no_license | Gustavo-Nogueira/FSE-PROJETO-02 | d3ce381272592762cccafb0911e955ed6ba89f9d | 6240599945ee338346efb5853480caeb508d640e | refs/heads/main | 2023-08-14T21:08:11.927424 | 2021-10-07T02:53:04 | 2021-10-07T02:53:04 | 414,246,971 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,053 | c | #include "setup.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include "cJSON.h"
SERVER_CONFIG _server_config;
static void set_address(cJSON *cjson_addr, ADDRESS *addr) {
cJSON *item;
item = cJSON_GetObjectItemCaseSensitive(cjson_addr, "ip");
i... | [
"noreply@github.com"
] | Gustavo-Nogueira.noreply@github.com |
9d075e47ae9ae82133591a1ceda9c7b387399cb6 | e9c1f32af05af604243999f779bc38f440cefc67 | /libft/ft_lstnew.c | c1e25910d4e5cff17c59405b976fec1054d79f67 | [] | no_license | Justlesia/cub3d | f2dce19e6a59dc34227b9d36e58b417b4a568e3d | 24cd3b677daf7977ac25cb79fab36b7bb0829fed | refs/heads/main | 2023-03-13T17:09:14.857342 | 2021-03-13T14:42:50 | 2021-03-13T14:42:50 | 335,259,144 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,082 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstnew.c :+: :+: :+: ... | [
"sbrenton@oa-b3.msk.21-school.ru"
] | sbrenton@oa-b3.msk.21-school.ru |
fb231fa1de17c749746c1ac6493114959e2f80fa | d675a2bb59a8716c25396226f74b95841d924cb5 | /src/codegen_helper.c | 84f8171c579768adb2339f899f1cc75afa7b41f1 | [] | no_license | ValeraGin/corewar_asm | 84f7e99190fb4efa2e7b96fad13e000ae3551095 | ca5a685d38597925cb2934f149a168bdb7b221f1 | refs/heads/master | 2020-12-09T07:39:38.530850 | 2020-03-11T14:02:25 | 2020-03-11T14:02:25 | 233,239,670 | 1 | 2 | null | 2020-01-15T10:39:06 | 2020-01-11T13:53:47 | Assembly | UTF-8 | C | false | false | 1,103 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* codegen_helper.c :+: :+: :+: ... | [
"hmathew@il-j4.21-school.ru"
] | hmathew@il-j4.21-school.ru |
c8bc4ddde8124c315e73b1819375e6554c6d63e7 | 009ab21f6c6280d33802f46a3bc86c0034271862 | /tests/cxx/redecls.h | 2730d53a719cca65aa915fc273d9d7d50b108b44 | [
"NCSA",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | include-what-you-use/include-what-you-use | 305abe79348c757096ad8c7dcf6119e87fecc80d | 0170be45d2c119b98d0bc9137632dce4f8c11c80 | refs/heads/master | 2023-09-04T06:20:45.980048 | 2023-04-16T19:15:37 | 2023-08-23T17:36:55 | 37,440,338 | 3,664 | 429 | NOASSERTION | 2023-09-10T20:00:42 | 2015-06-15T03:00:29 | C++ | UTF-8 | C | false | false | 1,033 | h | //===--- redecls.h - test input file for iwyu -----------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"kim@mvps.org"
] | kim@mvps.org |
b26d0391f1a97426d0eda8b28e06424a0ff40d54 | 45d71a6d02929566e51af7af5767869ebb25829b | /0x09-static_libraries/0-isupper.c | 6385cf77fe54a5ff122d95eb5d834addbd59fa02 | [] | no_license | Drayhub/holbertonschool-low_level_programming-2 | b80ce7760aa1621b02d547e50bee1fa3acd3422e | 6de999197f222649dba9d9bd560993a224cc26e7 | refs/heads/master | 2023-03-15T17:57:26.352752 | 2020-06-21T00:33:03 | 2020-06-21T00:33:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 221 | c | #include "holberton.h"
/**
* _isupper - check if a letter is uppercase
* @c: input
* Return: the value of the addition
*/
int _isupper(int c)
{
if (c >= 65 && c <= 90)
{
return (1);
}
else
{
return (0);
}
}
| [
"947@holbertonschool.com"
] | 947@holbertonschool.com |
0f5a7d5408d506becba4c53c58359118efcb76ed | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/tty/hvc/extr_hvc_xen.c_xen_initial_domain_console_init.c | c5a8d56b355f923583c3acd8cae060c5da3652e0 | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,657 | 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 |
732d3a628a228a2c1c2aa2c545c36aa9d187b2da | 724e89fd0f57aede13126658df4de4e2d8ccb8db | /constants.h | ad8d134a3bf8f6944a6f571ec9a43f554b694294 | [] | no_license | nezka/Dobble-Server | 0e51eef754ba3b63cf673c245e83dd32701f3f70 | 432ff96d7af6a71bedcb8ffbb6f0154dbb0573df | refs/heads/master | 2020-06-19T06:40:45.198104 | 2017-04-18T17:29:24 | 2017-04-18T17:29:24 | 74,914,161 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 308 | h | #ifndef CONSTANTS_H
#define CONSTANTS_H
#define MAX_QUEUED_CONNECTIONS 5
#define BUFF_SIZE 420
#define CLIENT_COUNT 30
#define PLAYER_COUNT 30
#define GAME_COUNT 20
#define CARD_COUNT 5
#define SECRET_LEN 5
#define NAME_LENGTH 10
#define MESSAGE_LEN 255
#define SYMBOLS_PER_CARD 5
#endif /* CONSTANTS_H */
| [
"anvy@icarus"
] | anvy@icarus |
63f5fc3a253f674abb928d0738987309ab0285a5 | 1be9c9cb10dbba9ae4d9a6432b76c4583495ec5c | /ft_atoi.c | 3bd5611b015b2777127a5d0f414d49de58dbfb28 | [] | no_license | VirtualNovice/projectclean | 5810a3b9fd88e676778827ffa9cae7610d7910e1 | 82e3c54faff901e93d9b25580023ae52b6feb2ab | refs/heads/main | 2023-08-22T01:27:57.837317 | 2021-10-18T18:28:42 | 2021-10-18T18:28:42 | 414,786,501 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 932 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_atoi.c :+: :+: :+: ... | [
"noreply@github.com"
] | VirtualNovice.noreply@github.com |
71dd7645da95d648ee92793e56067d47404df5e4 | da87c3c4568baf73eafba3bdd0398b721c14fa83 | /app/ned/04/ned0426.c | 8ff9733f7ed731c473171761f2faddee25429235 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | gonter/hyx-tools | d8b42fc1fb8a296924208838a8fcc196060d884f | 4fefb2d99454f859e7ed452a8d8113aff068aefc | refs/heads/master | 2022-04-08T15:24:52.144996 | 2020-02-27T18:27:43 | 2020-02-27T18:27:43 | 111,293,783 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 991 | c | /*
* FILE %ned/04/ned0426.c
*
* call command processor to execute program
*
* written: 1992 01 01
* latest update: 1996-10-29 20:09:47
*
*/
#ifdef MSDOS
#pragma check_stack(off)
#endif
#include <stdlib.h>
#include "ed.h"
#include <gg/window.h>
#include "proto.h"
extern int W_TEXT_MAX_Y;
extern int ... | [
"ggonter@gmail.com"
] | ggonter@gmail.com |
5f0fee05b6bfb19a43a122cb5127f6a751d919c3 | 3a81e57eadf0b9c687a1547ced0164199cb3eb37 | /lib/instances/research/crafting/enchantments/evil/craftEvilEnchantment.c | e551701efa08be1c05be357642678447a46f6cad | [] | no_license | mindware/core-lib | fcdc47d57bdbf3d9d72b918ba450d2b260350fe0 | ffc58e9d0192ac382038713cdf4f08ec9062e062 | refs/heads/master | 2022-12-12T06:25:19.696779 | 2020-09-01T23:09:20 | 2020-09-01T23:09:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 969 | c | //*****************************************************************************
// Copyright (c) 2020 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
inherit "/lib/mod... | [
"abc@maelstrom.cc"
] | abc@maelstrom.cc |
9bce894d2fefff40189c72a1c528d27bd6c0f167 | fc5f56d4f4c93cad39f2b9e1f016ba94b73b7217 | /libcfx/Generated/cfx_delete_cookies_callback.c | b80ed37cb72b4896d561b562539617a0255036c4 | [
"BSD-3-Clause"
] | permissive | jooo000hn/ChromiumFX | d52f461fa9e22b24e0b3c555b6a444b0459d27d6 | 8e0d4bb20b0b7a670df10329fc265efe0c3310aa | refs/heads/master | 2021-01-22T19:04:52.914640 | 2017-01-27T07:42:38 | 2017-01-27T07:42:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,027 | c | // Copyright (c) 2014-2017 Wolfgang Borgsmüller
// All rights reserved.
//
// This software may be modified and distributed under the terms
// of the BSD license. See the License.txt file for details.
// Generated file. Do not edit.
// cef_delete_cookies_callback
typedef struct _cfx_delete_cookies_callb... | [
"wborgsm@localhost"
] | wborgsm@localhost |
f2e04d350663ffba60a3019aa5bea7dbb13fd3e9 | 20bc9dee1801273080e2da169e5f99b36c9b75ab | /SUM.C | 63186f3cb3cf69c7bb0bf6f31f33cb7c7793a4f2 | [] | no_license | Marcelle-Samir/C_datastructure_Cpp_OOP_projects | c7eab3c291869b6fa00b0daad75dd657a3e879e1 | 8be37f8c4272b53fd23d634820e2eee577b27418 | refs/heads/master | 2022-09-19T09:38:25.590978 | 2020-04-24T07:49:48 | 2020-04-24T07:49:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 204 | c | #include<conio.h>
#include<math.h>
void main()
{
int x=0, sum=0;
clrscr();
while(sum<100){
printf("please enter int num \n");
scanf("%d", &x);
sum+=x;
}
printf("your sum= ");
printf("%d", sum);
getch();
} | [
"marcelle.samir.s@gmail.com"
] | marcelle.samir.s@gmail.com |
040d8f3d72edcbe98656dded426cd875b3994b7f | c03441a35a4e65159f587bdc5774348d9c699046 | /Translator/Attribute.h | 5a66a87624c7b7eff9c2719c691621df15e927ae | [] | no_license | spfix63/css-translator | 55583b5291619e2878d59e48d9a8843e5ce9356e | 4d9b2fed323327f3af4bb1c0cfdf44ce3a4095a0 | refs/heads/master | 2020-07-15T09:07:17.817417 | 2016-08-17T20:22:54 | 2016-08-17T20:22:54 | 65,935,631 | 0 | 0 | null | null | null | null | ISO-8859-13 | C | false | false | 870 | h | /***********************************************************
* Kurso "Transliavimo metodai" 2012/13 m.m. rudens sem.
* 4-as praktinis darbas.
* Darbą atliko: Jonas Inčius
************************************************************/
#ifndef ATTRIBUTE_H
#define ATTRIBUTE_H
#include "vector.h"
typedef struc... | [
"noreply@github.com"
] | spfix63.noreply@github.com |
2534fbe3c48e786c958882cc382e43936a958d18 | d0283588a173826725a6f98d866d49a56d53143e | /postgresql1commit/backend/utils/adt/like.c | e33e66ee62d8fc3c40621cd379287635cfb9df5e | [
"MIT"
] | permissive | xuefengedu/database | 903e68fe76d17633104762b54b7d622e28a39b0c | 3952a411a3a17cc0cdbd98d6235e6f5caad2133a | refs/heads/master | 2020-03-22T23:18:15.216560 | 2018-07-30T07:30:20 | 2018-07-30T07:30:20 | 140,802,064 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,117 | c | /*-------------------------------------------------------------------------
*
* like.c--
* like expression handling code.
*
* Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* /usr/local/devel/pglite/cvs/src/backend/utils/adt/like.c,v 1.1 1995/07/30 23:55:36 emkxp01 Exp
... | [
"1162036989@qq.com"
] | 1162036989@qq.com |
0cf0e644f17f922a338ba58ced991d493ee1ec86 | 06e3ee3b0d4e4611e0c8fc1ff22a980b48e559a1 | /main.c | d918ef7b1e561291c575a2c46654792c99d40b57 | [] | no_license | rohittiwari20/QueueDSA | e04fc0b7688569606b77a743d601655cf4a8cc3d | 9747161b30878f7403db73d434cd0788bd0287ec | refs/heads/master | 2022-12-21T07:37:04.996787 | 2020-09-26T15:01:44 | 2020-09-26T15:01:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,712 | c | #include <stdio.h>
#include <stdlib.h>
#define MAX 10
// definition of the queue
struct queue
{
int front;
int rear;
int items[MAX];
};
// function to insert elements in queue
void enQueue(struct queue *q,int newitem)
{
if(q->rear==MAX-1)
{
printf("Queue is Full\n ");
... | [
"noreply@github.com"
] | rohittiwari20.noreply@github.com |
6fa0b59ab955e8d83b656b8622b4673e38e290c6 | 399dec81c5e692f0d79c00391d33f3514868bfa4 | /d_vigilant.c | 9fbf09bc8db94a6cb6e981e0d066ad5bdfcd73da | [] | no_license | slaminger/fba_saturn | 4946c2e3e56c11869f16f4f6752e9d777a0c874c | 96506fbd2f8aa39484f0b67894d25c9022a695b8 | refs/heads/master | 2020-05-04T18:38:16.336575 | 2019-03-31T20:49:58 | 2019-03-31T20:49:58 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 29,567 | c | #define BMP 1
//#define SOUND 1
#define CZ80 1
//#define RAZE1 1
#define RAZE0 1
#define USE_MAP 1
#define CZET_SLAVE 1
#define nInterleave 256//140 // dac needs 128 NMIs
#define nCPUClockspeed 3579645
#define nSegmentLength nBurnSoundLen / nInterleave
#include "d_vigilant.h"
void YM2151UpdateOneSlave();
static void ... | [
"vberthelot@free.fr"
] | vberthelot@free.fr |
86595518452de1401cb3c7870a9503dc48deec4d | 472d7820a5f5d9d5ab2ec150eab0c9bdeb2008c7 | /Aries/Sodi/Run/addtargets.c | 3dddeb2b3571d36214d4aa367042a619b89a615d | [] | no_license | slacker247/GPDA | 1ad5ebe0bea4528d9a3472d3c34580648ffb670e | fa9006d0877a691f1ddffe88799c844a3e8a669a | refs/heads/master | 2022-10-08T07:39:09.786313 | 2020-06-10T22:22:58 | 2020-06-10T22:22:58 | 105,063,261 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,400 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
char temp1[24], temp2[24], temp3[24], temp4[24], temp5[24];
char chmsg[64];
int rtn, color, stn, i, j, n, count=0;
int n1, n2, n3, n4, n5, n6, n7, n8, n9, n10;
float f1, f2, f3, f4, f5;
float time, X, Y, Z, Vx, Vy... | [
"jeffmac710@gmail.com"
] | jeffmac710@gmail.com |
6de3c26450acfac7e296b5dabc67e1957c5d5288 | 283fd90cd2b1a550d4f12e5d305c5f92ed777a13 | /Editor.h | 2897b7ebb77fccd63895f1b183009b45fba425a8 | [] | no_license | kevinmoran/Heightmapped-Terrain | 52f3523e13d5e5b8d20c2b4be7cac789adbb2c6a | 6d72962d2e9586aa24c17ac27e54d12d7b3f4778 | refs/heads/master | 2020-02-26T16:28:34.346643 | 2017-09-24T20:14:24 | 2017-09-24T20:14:24 | 71,216,795 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,092 | h | #pragma once
//#include "Terrain.h"
//#include "slIMGUI.h"
enum EDIT_MODE_CURRENT_BRUSH {
BRUSH_PAINT,
BRUSH_FLATTEN,
EDIT_MODE_NUM_BRUSHES
};
EDIT_MODE_CURRENT_BRUSH g_current_brush = BRUSH_PAINT;
void editor_update(double dt);
void paint_terrain(Terrain* t, int terrain_index, float edit_speed, float pai... | [
"kevinmoran007@gmail.com"
] | kevinmoran007@gmail.com |
c02cf2bc30e3564794bb71257a1538fda3d87b63 | 2ab3766354dac89eb408234ad411800ac7b4677d | /steam.h | 6fea3db5421043479fd56eee5b2743f60c22aca8 | [] | no_license | sndnvaps/android_bootable_steam_steam_main | baada3842801a7aff03c3fd03f20dd9654e8e356 | 49b5112b1b3a33e693b02028917d985cb91033c8 | refs/heads/master | 2021-01-18T19:11:18.123570 | 2013-09-18T17:47:04 | 2013-09-18T17:47:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,862 | h | #define STRINGIFY(x) #x
#define EXPAND(x) STRINGIFY(x)
#ifdef STEAM_HAS_MTDUTILS
int steam_flash_image_main(int argc, char** argv);
int steam_dump_image_main(int argc, char** argv);
int steam_erase_image_main(int argc, char** argv);
#endif
#ifdef STEAM_HAS_YAFFS2
int steam_mkyaffs2image_main(int argc, char** argv);
i... | [
"mail@sztupy.hu"
] | mail@sztupy.hu |
0a811edad973f625343bc17b8d8e7b43a09f8521 | ccf6bf828d8db7102ecbca2ee390297b25b62131 | /sasl/saslplug.h | 00e267196993141be8ac88ea1fb06b7f1ad6a323 | [
"BSD-3-Clause"
] | permissive | aglover/ruby-ldap | 51800dd5441b68c549e5fa9ecc68906796e9a4a5 | cdab0c8eb3904d1c93919210c27cc12941606650 | refs/heads/master | 2020-12-25T11:05:22.479314 | 2013-02-09T03:06:43 | 2013-02-09T03:06:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 34,460 | h | /* saslplug.h -- API for SASL plug-ins
*/
#ifndef SASLPLUG_H
#define SASLPLUG_H 1
#ifndef MD5GLOBAL_H
#include "md5global.h"
#endif
#ifndef MD5_H
#include "md5.h"
#endif
#ifndef HMAC_MD5_H
#include "hmac-md5.h"
#endif
#ifndef PROP_H
#include "prop.h"
#endif
#ifdef __cplusplus
extern "C" {
#endif
/* callback to lo... | [
"ajglover@gmail.com"
] | ajglover@gmail.com |
f3e0a12702184c5e3a8b58a5e1c09989ce763a76 | dad0cd9746684aba669d3f177b367e9b294a2a9a | /snake/src/main.c | fac8a83508e18b37d6f85334fb0f051cd498524c | [] | no_license | Sun-Youtian/Snake | b15dda8e7d65d5abf31f93fd73ff87fa833fe926 | 59920803b4753dd9c0178b009b35394e2140c6ae | refs/heads/main | 2022-12-30T22:49:10.478958 | 2020-10-23T05:12:43 | 2020-10-23T05:12:43 | 306,534,667 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,080 | c | #include "list.h"
#include "func.h"
#include <pthread.h>
//每三个食物增加一级,一共三级
//进入速度选择界面后,请输入1,2,3
int main()
{
int i;
//初始化界面
initscr();
initGame();//隐藏光标
diffcult();//难度选择
show_diffcult();
Snake *p = NULL;
Snake *q = NULL;
Main_Window();
Snake *snake_list = Inin_Snake(); //初始化贪吃蛇与食物
//创建线程去执行函数 Get_Cmd... | [
"2621332389@qq.com"
] | 2621332389@qq.com |
977c9feea5f0f74e5b6474505eee0644b4e15c7f | a416be63b5212bacf8ef283e15a08cce1c3244c6 | /main.c | eaf4a168e94cedbc34661bfcafe010d81d4bc89c | [] | no_license | rostek77/rownaniekwcd | 5ffbe49f32d73b4e5afb12b25f428ad271bd0fb8 | f45c9aab644f5ed19f71594a374a4ace9bdb9845 | refs/heads/master | 2021-05-06T17:32:26.423531 | 2017-11-23T15:11:19 | 2017-11-23T15:11:19 | 111,824,098 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,593 | c | #include <stdio.h>
void oblicz_rownanie_kw(double a, double b, double c, double *x1, double *x2, int *rodzaj){
*x1 = 0.5;
*x2 = 2.0;
*rodzaj = 2;
}
double oblicz_delta(double a, double b, double c){
return b * b - 4 * a * c;
}
int oblicz_rodzaj_rw_kw(double a, double b, double c){
double delta;... | [
"rostek77@github.com"
] | rostek77@github.com |
29c23d156ba69165c04095dca7dca265cb3a61e2 | 1bd4bb22e6cdf39283ad8888fce2209811ce03a6 | /6.relearn_algorithm/数据结构/3.Balanced_tree/SBT.c | 6c1892d12ff9b8bd6dec64787700813b4d8670ed | [] | no_license | Ronnie-Git/Starting-point | 65ca00333100e4955c58316605206afe10c5bcc8 | ba37e93c0b3efcd930dccb57e18b4106c2d1ad53 | refs/heads/master | 2021-07-04T02:52:23.024831 | 2020-08-15T03:50:35 | 2020-08-15T03:50:35 | 144,253,130 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,352 | c | /*************************************************************************
> File Name: SBT.c
> Author: x
> Mail: x.com
> Created Time: 2019年02月18日 星期一 21时24分16秒
************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#define ERROR 0
#define OK 1
typedef ... | [
"441294402@qq.com"
] | 441294402@qq.com |
edb57d7208c0c011483067dc6a1542c7fc6dde7d | de8c0ea84980b6d9bb6e3e23b87e6066a65f4995 | /3pp/linux/arch/alpha/kernel/err_ev6.c | 8144f2045b5bc130d18cd7050fbf20c60fab6dc5 | [
"MIT",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | eerimoq/monolinux-example-project | 7cc19c6fc179a6d1fd3ec60f383f906b727e6715 | 57c4c2928b11cc04db59fb5ced962762099a9895 | refs/heads/master | 2021-02-08T10:57:58.215466 | 2020-07-02T08:04:25 | 2020-07-02T08:04:25 | 244,144,570 | 6 | 0 | MIT | 2020-07-02T08:15:50 | 2020-03-01T12:24:47 | C | UTF-8 | C | false | false | 7,973 | c | // SPDX-License-Identifier: GPL-2.0
/*
* linux/arch/alpha/kernel/err_ev6.c
*
* Copyright (C) 2000 Jeff Wiedemeier (Compaq Computer Corporation)
*
* Error handling code supporting Alpha systems
*/
#include <linux/sched.h>
#include <asm/io.h>
#include <asm/irq_regs.h>
#include <asm/hwrpb.h>
#include <asm/smp.h>
#... | [
"erik.moqvist@gmail.com"
] | erik.moqvist@gmail.com |
ba96756c42410623fa23d70cb886727afaa0446a | 7c241eb1250ad2e979f75b09eb86a69fa0ba6031 | /tags/release_1_30/src/sound/bsmt2000.h | d983e97f6fc9acbd38827eecf0af716472b3819e | [] | no_license | mp-lee/pinmame | 4e02b72691b6f8843e40ebedc1b7bf3a2049fd98 | 92f23ffdcb9f0b9c449c0f8ae8bf87f25101a877 | refs/heads/master | 2021-01-18T08:13:08.609969 | 2017-12-10T08:57:52 | 2017-12-10T08:57:52 | 52,010,521 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,377 | h | /**********************************************************************************************
*
* Data East BSMT2000 driver
* by Aaron Giles
*
**********************************************************************************************/
#ifndef BSMT2000_H
#define BSMT2000_H
#define MAX_BSMT2000 1
struc... | [
"(no author)@6f51dfdd-75df-4273-8f3b-818b1e6aa8bf"
] | (no author)@6f51dfdd-75df-4273-8f3b-818b1e6aa8bf |
ce3599e12ad4f9b2461b6538cf602c4da5af5be4 | e52ead4c385656280f7084ef27f528ced277a302 | /Temp/il2cppOutput/il2cppOutput/Mono_Security_Mono_Security_X509_Extensions_SubjectAltNameEx.h | 811074ebea0bde6a3bc7bbc122013b9773b3d269 | [] | no_license | P0nj4/Roll-a-Ball-Unity | 9aacbf6f21c1b6774116f97849aaff38eef7fa7f | 86e42295507bed9f4eac78ea01d8d92e0f0eea07 | refs/heads/master | 2021-01-10T16:00:13.441187 | 2015-10-13T19:29:56 | 2015-10-13T19:29:56 | 44,198,657 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 544 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// Mono.Security.X509.Extensions.GeneralNames
struct GeneralNames_t672;
#include "Mono_Security_Mono_Security_X509_X509Extension.h"
// Mono.Security.X509.Extensions.SubjectAltNameEx... | [
"german.f.pereyra@gmail.com"
] | german.f.pereyra@gmail.com |
70c3967c43117da9274130f9a482ca8f19bf5435 | b6723ba7d17863033c2ff7c6d78959bdac0c4301 | /c/motor/mmtest/src/signal.h | 6e51f3a045df6d017129c1b28af5ac26c3170c2a | [] | no_license | zonbrisad/Tester | 5dcfab8bed3bbbc5dcc719a8183d943bb9b39a16 | 9edd19083158d75c4655fd049907b8dfcdf9b44f | refs/heads/master | 2023-06-08T08:45:47.394325 | 2023-05-24T13:19:33 | 2023-05-24T13:19:33 | 57,904,918 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,012 | h | /**
*---------------------------------------------------------------------------
* @brief Signal library for mmotor
*
* @file signal.h
* @author Peter Malmberg <peter.malmberg@gmail.com>
* @version 0.01
* @date 2023-04-04
* @license MIT
*
*-------------------------------------------------------... | [
"peter.malmberg@gmail.com"
] | peter.malmberg@gmail.com |
d6d3b77cdd0c10f3b2c7e1d4e947d66d849571fc | 4ddd320e174390fce69cb2a6c39d667013cbb120 | /native/org.kevoree.library.nativeN.pwm/org.kevoree.library.nativeN.pwm_native/src/main/c/thirdparty/events_common.h | 62f2a2bd550772811a2481c6ee4bfa0c7a3209d1 | [] | no_license | dukeboard/kevoree-corelibrary | ebf77d007e6970b87b13e16b744c0ceb8aa1699c | b9c13ccd1125c238dbb5d4e3cd5ceb699fccc028 | refs/heads/master | 2023-04-25T17:44:59.131071 | 2014-11-05T12:27:53 | 2014-11-05T12:27:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,274 | h | /**
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE, Version 3, 29 June 2007;
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.gnu.org/licenses/lgpl-3.0.txt
*
* Unless required by applicable law or agreed to in writing, software
*... | [
"fouquet.f@gmail.com"
] | fouquet.f@gmail.com |
6497e4fe6ff43af28e745c34f4309c40fae8f3d2 | 0cafdcf6710c3fbc118ed6979cf80dbe8c50af8f | /kern/include/lib.h | 98de97e48b5437fe4fce0663c12131b80b112aad | [
"BSD-3-Clause"
] | permissive | psfree/os161 | 41f4457c95f0ef51d2eab8fa3864e3d39789b135 | 21a473060bf44dc9a891f821b47580b9e6b27aa0 | refs/heads/master | 2021-05-11T21:42:27.859322 | 2018-01-15T17:38:25 | 2018-01-15T17:38:25 | 117,303,903 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,860 | h | #ifndef _LIB_H_
#define _LIB_H_
/*
* Miscellaneous standard C functions for the kernel, and other widely used
* kernel functions.
*/
#include <machine/setjmp.h>
/*
* Tell GCC to check printf formats.
*/
#ifdef __GNUC__
#define __PF(a,b) __attribute__((__format__(__printf__, a, b)))
#else
#define __PF(a,b)
#endi... | [
"inspuration@DESKTOP-CH8SVEV.localdomain"
] | inspuration@DESKTOP-CH8SVEV.localdomain |
41b8da7749143569da6190b99c5501b7182f4d2a | a66bbc5535a548e0788221c5dc3614a083662da2 | /XPNetworkingClient/XPNetworkingClient/main.c | ec85bfd7487257f8f0643d5cdf113fed6247c4aa | [
"MIT"
] | permissive | kamiracle/networking_classes | 233d3470bc8f56d1627c7b22cfc35ca671c371e1 | 65ae72ae07d0bb3b8424d5e3b9e6aa2694aea5bf | refs/heads/master | 2018-12-28T07:58:50.274963 | 2012-04-22T18:19:57 | 2012-04-22T18:19:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,332 | c | //
// main.c
// XPNetworkingClient
//
// Created by Kyle Miracle on 4/19/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <string.h>
#include <arpa/inet.h>
... | [
"adagev2@gmail.com"
] | adagev2@gmail.com |
1a73415fcdce97d9018f6cd7704d048f121d3737 | 7a7a05b410ab316e52e027575afcd61d64bdda4f | /uct.c | 0838d6110fa2fa1b4e9e982c63cc757cf3a2054d | [] | no_license | solarismbj/mygo | 24bfa2879de4bbc51bad061048676dee07d40543 | 5ef6af1a8cdc7e31089a05af975b3037ab6d41e0 | refs/heads/master | 2020-03-11T03:02:01.818390 | 2018-04-17T02:49:08 | 2018-04-17T02:49:08 | 129,735,021 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,609 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <math.h>
#include "board.h"
#include "zobrist.h"
#define ROWS 19
#define COLUMNS 19
#define ITERATIONS 80000
#define LEVELS 5
typedef struct uct_t_
{
int unexplored[ROWS * COLUMNS];
unsigned int unexplored_length;
int e... | [
"solarismbj@gmail.com"
] | solarismbj@gmail.com |
c70febb3809f9d7bf27049f4635053a1efa16e9c | 7263e006e1b592e0fa998074c9acef301bb59cb9 | /src/file.c | 3af457b301a456f774a81819db6a7b0f2f29c693 | [] | no_license | JustMeem/SpellChecker | 35b999c0ccb1d186a75f7335a45f0a370311ae12 | 3665f6be029401f04b1f93e1e58c28229700d1c1 | refs/heads/master | 2020-05-05T10:48:54.105102 | 2019-06-18T03:11:32 | 2019-06-18T03:11:32 | 179,962,134 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 922 | c | #include "file.h"
int checkFile(FILE* src, FILE* dictfile, FILE* out)
{
Dict* dict = loadDict(dictfile);
if (dict == NULL) {
return -1;
}
char* word = malloc(sizeof(char) * 255);
char* wout = malloc(sizeof(char) * 255);
int i = 0;
char buffer;
while (1) {
buffer = fgetc(... | [
"0_gg_0@mail.ru"
] | 0_gg_0@mail.ru |
07327e5ebbbd4a5742a7f50b60a071d914887924 | 1fd99a7aa36fdd0e5f725c78915d47a0f055e49e | /factorial (2).c | 68143ca3df5340266311c314c005e2ab8ccd8e3c | [] | no_license | 92ganesh/C-programs | 86e053abd74e2e5807ba1081bb71da87c213484f | 9d2083fd8f2ccb5d86d2b9bb620ed992c2eb7493 | refs/heads/master | 2021-10-11T13:37:53.274425 | 2019-01-26T19:46:24 | 2019-01-26T19:46:24 | 112,021,010 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 602 | c | #include<stdio.h>
#include<conio.h>
int fact(int); // Function prototype declaration
void main()
{
int n,m;
clrscr();
printf("Enter the number\n");
scanf("%d",&n);
m=fact(n); // Function calling
printf("\nFactorial = %d",m);
getch();
}
/* Alternate method:-
Function Definition – Non recursive version */
/... | [
"noreply@github.com"
] | 92ganesh.noreply@github.com |
53b48311e1456bde1575e8432e9eebe56248c2e0 | 65d09ac48cfd5aad291ebf17b3d87a654b228e78 | /src/awtk_global.c | 0fb7b2fd5f808ac282bc6583c228097f4a3c7e89 | [] | no_license | fanxiaohui/awtk-lib | 67b0025b7adae9f17947a7eeb6393dff6bed5c81 | a7a3f345b7daafc5e84825cabe36d04e2bbc3cdb | refs/heads/master | 2023-01-11T13:19:41.974717 | 2020-11-10T02:10:43 | 2020-11-10T02:10:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,986 | c | /**
* File: awtk.c
* Author: AWTK Develop Team
* Brief: awtk
*
* Copyright (c) 2018 - 2020 Guangzhou ZHIYUAN Electronics Co.,Ltd.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICUL... | [
"zjm1060@163.com"
] | zjm1060@163.com |
f0d85e36c0430dafbf97bbf3f9d83a6053b42ff4 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/emscripten-master/tests/module/test_stdin.c.bak.c | d51412b5dd6e5e4835f15b6892d812230c8b2970 | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,206 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#ifdef __EMSCRIPTEN__
#include <emscripten.h>
#endif
int line = 0;
void main_loop()
{
char str[10] = {0};
int ret;
errno = 0;
while (errno != EAGAIN) {
... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
69ab725648c7d97de3ebed11f6f4bdcdc63ee3c8 | a938996df6de840a1fe77eb07d38cf8369f89596 | /wip/MesaLib/patches/patch-src_gallium_include_pipe_p__config.h | 5c8f5e07c867a6f40260c3dc0a7fc339dee36666 | [] | no_license | kidaak/pkgsrc | ebf5523830e3c913aacbf41e14322a9a30c5ad7d | 48aa1282b41ca171de975d0c633a5bb1edb65459 | refs/heads/master | 2020-12-11T07:55:12.226436 | 2016-01-04T20:17:21 | 2016-01-04T20:17:21 | 48,959,997 | 0 | 0 | null | 2016-01-03T20:40:30 | 2016-01-03T20:40:30 | null | UTF-8 | C | false | false | 326 | h | $NetBSD$
--- src/gallium/include/pipe/p_config.h.orig 2015-01-17 14:53:45.000000000 +0000
+++ src/gallium/include/pipe/p_config.h
@@ -157,7 +157,7 @@
# define PIPE_ARCH_BIG_ENDIAN
#endif
-#elif defined(__OpenBSD__)
+#elif defined(__OpenBSD__) || defined(__NetBSD__)
#include <sys/types.h>
#include <machine/endian... | [
"n54@gmx.com"
] | n54@gmx.com |
a33f8c079bf64579ca39b8cfaa2ca650faf241c9 | ceb4a771bcb9f9bc5b66d1a0b6b9c6fb25744687 | /src/opus_encoder.c | e58664addd061de3dd550b38524b9d4c945089cb | [
"BSD-3-Clause",
"BSD-3-Clause-Clear"
] | permissive | opuscodec/ref | 12f4c5bf7616c7758b522a0c781274608cbf1dc6 | 27369cc54e87d40ec20c13a21069808f9dd3acb7 | refs/heads/master | 2020-05-19T23:00:53.271944 | 2011-05-17T06:38:08 | 2011-05-17T06:38:08 | 1,759,530 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 25,038 | c | /* Copyright (c) 2010 Xiph.Org Foundation, Skype Limited
Written by Jean-Marc Valin and Koen Vos */
/*
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
- Redistributions of source code must retain the above cop... | [
"koen.vos@skype.net"
] | koen.vos@skype.net |
f0c63030781e0d6f70c02e238855d1082e5c23f1 | f848637054f974c45bd3319a24a2b447b0a3cfcd | /syscalls.c | 619d462de9deb3405628cc0551e99de5a3a010be | [] | no_license | nkaretnikov/efi-newlib | ce970db52a0927e31984bc5c7c04ee71c76bc50c | 52eb742990d9b87fd2971b085ba4d5c71d238aab | refs/heads/master | 2021-01-10T05:41:54.573407 | 2016-01-02T20:36:09 | 2016-01-02T20:36:09 | 48,920,097 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,666 | c | #include <sys/types.h>
#include <sys/fcntl.h>
#include <sys/errno.h>
#undef errno
extern int errno;
#include <sys/time.h>
#include <stdio.h>
#include <efi.h>
#include <efilib.h>
// Close a file. Minimal implementation:
int close(int file) {
Print(L"close called\r\n");
return -1;
}
// A pointer to a list of envir... | [
"nikita@karetnikov.org"
] | nikita@karetnikov.org |
a18428a35690c0b8838d8962f4e0c5dff78de836 | d6b9e8a6d2512477d5caf0cbe759795c0ddb7f48 | /HomeKit/component/common/application/apple/homekit/HAPServiceProfile.h | 576d49d6c7bb5582ce49ea96c0cc2ed4b3538d17 | [] | no_license | Lee1124Amy/learngit | 03a42dc4fea6eb195fbccddee42e6029064f4384 | 1f6a22aa9ccc4dd1b0b99387651ea8fffbb54eb0 | refs/heads/master | 2021-01-12T08:14:41.329020 | 2017-04-04T07:40:42 | 2017-04-04T07:40:42 | 76,519,096 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,830 | h | /*
* Copyright (c) 2014 Realtek Semiconductor Corp.
*
* This module is a confidential and proprietary property of RealTek and
* possession or use of this module requires written permission of RealTek.
*/
#ifndef _HAP_SERVICE_PROFILE_H
#define _HAP_SERVICE_PROFILE_H
#include <stdint.h>
#include <cJS... | [
"645317186@qq.com"
] | 645317186@qq.com |
61b819cfbe4c85f48c46fd89c702a2db470f9287 | 593e575bd80b84dedceb8f9e83eb5af751143f82 | /orange/kernel/main.c | 229a9dff21f1b82deb324a5267cdcf5f6e2dac52 | [] | no_license | TriNew/orange | 6d21c8befbb4949bdefe383176c45148970f52a3 | 271ec2481b940648d05f6b8e1aae97bdf8f9d3d4 | refs/heads/master | 2021-01-18T19:46:55.689365 | 2017-04-11T14:42:24 | 2017-04-11T14:42:24 | 86,912,653 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,493 | c | #include "head.h"
PUBLIC int kernel_main()
{
disp_str("-------kernel_main begins--------------\n");
TASK * p_task = task_table;
PROCESS *p_proc = proc_table;
char* p_task_stack = task_stack+STACK_SIZE_TOTAL;/*进程空间的栈基址加大小*/
u16 selector_ldt = SELECTOR_LDT_FIRST; /*0x28, 5th in GDT*/
int iTask;
u8 ... | [
"wangdadan110@gmail.com"
] | wangdadan110@gmail.com |
0e55b3988d89b301e5d5aa59b8c76ff59c1e8327 | c9b2a1b6cf254273cc4705f31916c4942fd6f47f | /42sh/2018/src/environment/collect_env.c | dd4c7efb32cbe62733cfaa1b438e3e6a4c3b8392 | [] | no_license | gbourgeo/42projects | cb4141026a2572c04a6e9820fe2d1a7319ac3225 | 3127c9e74ff8ec6d00be3f7d449f3469d56bdb86 | refs/heads/master | 2021-01-17T02:58:20.156155 | 2020-09-08T12:00:52 | 2020-09-08T12:00:52 | 58,766,253 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 2,535 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* collect_env.c :+: :+: :+: ... | [
"gbourgeo@student.42.fr"
] | gbourgeo@student.42.fr |
c0e908d3828f9bff4d620ebf5dc1bf6e3762cda8 | 28a7e3d58767ea4ef63d8fee61d0fa9e123fe7b7 | /ui/moc_moc.h | 63b9cfc980a00d1276ef4bfa37b09fab6436ad28 | [] | no_license | shirou/dictee | 716828f4ffdb7c1b72746cfceadb9661427c8bfb | f88267566a3808d6c92556517e122cf287c800f0 | refs/heads/master | 2023-06-24T20:07:27.725624 | 2017-08-29T14:07:43 | 2017-08-29T14:07:43 | 100,175,302 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 31,759 | h | /****************************************************************************
** Meta object code from reading C++ file 'moc.cpp'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0)
**
** WARNING! All changes made in this file will be lost!
***************************************************************... | [
"shirou.faw@gmail.com"
] | shirou.faw@gmail.com |
b85e8fda453a1dfc3b4ec50758792e2eed7248df | 9a6e54763cf769e98491db602267b312f25c4655 | /libft/src/ft_itoa.c | cb9f31dc0620c83db42cb4a44eaade583a2a7e42 | [] | no_license | aaron-montano/wolf3d | 204512129577b4a9f19b1b2e8b6c9fab8c237c14 | a00c64a539aeaadfe272f666e06abb1ee63a1ade | refs/heads/master | 2020-04-11T14:31:38.378104 | 2019-02-04T11:12:03 | 2019-02-04T11:12:03 | 161,858,406 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,454 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_itoa.c :+: :+: :+: ... | [
"amontano@e1z3r2p6.42.us.org"
] | amontano@e1z3r2p6.42.us.org |
c444693f28f806be03eff795f08db59890323b60 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/staging/rtl8192u/ieee80211/extr_ieee80211_crypt_ccmp.c_ieee80211_ccmp_print_stats.c | 7c3944dbdefc032e97c6dcf614c042e2afedff9d | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,172 | 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 |
f03da72b3adcb42e61d8e06998c1ea8a58e34044 | ea0d315c3b179a6ec0830a36925bd0abf0dbf69f | /Framework/Core/stm324x9i_eval_sdio_sd.h | a8f165adb686a76b5b034cd0b98fbfde42c54d6f | [] | no_license | JackyJuu/RoboMentor_Board_SDK | 92baaea4941af58b6f7b9806b696240933845929 | 8ed425ad6d39d922898c7a3f3ae3ebf50735e805 | refs/heads/master | 2022-11-20T03:54:21.658902 | 2020-07-27T03:49:41 | 2020-07-27T03:49:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,552 | h | /**
******************************************************************************
* @file stm324x9i_eval_sdio_sd.h
* @author MCD Application Team
* @version V1.0.4
* @date 22-September-2016
* @brief This file contains all the functions prototypes for the SD Card
* stm324x9i_eval... | [
"mentors@RobotMentorsdeMac-mini.local"
] | mentors@RobotMentorsdeMac-mini.local |
9c68405efc49b32dbc8ea2b4c6feeb52c5376f7e | 8a6669524ac15c44e3384167c60f5cc7267fbc02 | /C/音乐相册/head/jpg_display.h | 20a3bdb9de5b6fce33521141337c69aed943b4df | [] | no_license | JackMaXiaoLong/c-c- | 54457f78a5b37ac1373572fa6bb28ad138eb08b8 | fc45cb63c39fbcd93bf64bf0ab56eabb46f0ab02 | refs/heads/master | 2020-07-16T14:32:06.699187 | 2019-09-02T08:15:33 | 2019-09-02T08:15:33 | 205,805,983 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 92 | h | #ifndef _JPG_DISPLAY_H
#define _JPG_DISPLAY_H
int display_jpg(char*jpg_name);
#endif | [
"mkdir-maxiaochong@qq.com"
] | mkdir-maxiaochong@qq.com |
e83fe3e71a0c77958af3a283545a3ed2d80ce2d7 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/0a893d0e-5664-4223-97f7-e433ac25fc76.c | cf8b7d7210ebe682f8fd8e673640a9b2b6b45693 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 241 | c | #include <stdio.h>
int main() {
int i=0;
int j=11;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = l%j;
l = j-j;
k = i-j*i;
printf("vulnerability");
printf("%d%d\n",k,i);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
bee36fc7a11e52b15b6c58ce7e06509e3af35d95 | a08d51a33440f9d1f38dde9db2901f2efe8aaea8 | /arch/armv7-m/mach-stm32/include/timer.h | e58f50579024dc76bd66b584248f48a0f9b78db2 | [
"Apache-2.0"
] | permissive | lza93/yaos | a328ed45128f1b9d191a02d1071f7f6e6b188844 | 941d333ab32951f65678ad5849c50164429cb917 | refs/heads/master | 2021-01-19T04:05:49.618411 | 2017-04-05T19:51:30 | 2017-04-05T19:51:30 | 87,348,659 | 0 | 0 | null | 2017-04-05T19:30:11 | 2017-04-05T19:30:11 | null | UTF-8 | C | false | false | 1,596 | h | #ifndef __STM32_TIMER_H__
#define __STM32_TIMER_H__
#define NR_TIMER_MAX 4
#define TIM_COUNTER_MAX (1 << 16) /* 65536 */
#define TIM_OVERCAPTURE_MASK 0x1e00
#define TIM_COMPARE_MASK 0x1e
#define TIM_UPDATE_MASK 0x1
struct __timer {
unsigned int cr1;
unsigned int cr2;
unsigned int smcr;
unsigned int dier;
uns... | [
"kwon@toanyone.net"
] | kwon@toanyone.net |
1512f23fd79cdb79eef935f3b8c2cd20454eabaa | d13fb1b19d4365f2f1f2483730d39434240bae13 | /static/compare-value.c | 537c02842b9723dbc64304a5b13725b86d450ad4 | [] | no_license | eval-exec/slarsar_Cprimeplus | 2da1c48f7d8194a051b9846703fa07d266a61616 | 048b1c387b30a59f5e4e74626ea46b153b050217 | refs/heads/master | 2022-02-21T05:36:56.188610 | 2019-10-10T07:58:38 | 2019-10-10T07:58:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 253 | c | #include "stdio.h"
int main()
{
int a = 20;
if (1 <= a <= 10) {
printf(" %d\n ",1 <= a);
printf("2\n");
printf("%ld is value of \n",- 10 <= -20);
char a = '1';
printf("%d is size of chat",sizeof(a));
}else{
printf("b\n");
}
return 0;
}
| [
"slarsar@yandex.com"
] | slarsar@yandex.com |
dd040f70f1c88a29e67035fb3d4f02c381090681 | 57f7f9a33a6b0c1ad85a3c1b9ad51f2932981bd0 | /lib/C/string_is/my_str_isupper.h | 71da992bca5aeed7a936e2d2b7e8af03ab578a77 | [
"LicenseRef-scancode-proprietary-license",
"MIT"
] | permissive | Pcornat/BenLib | bac41d2069bffb399459a59d4c7d96911abd647c | 5ec30f5eb0bbf827d4d3fd00c8cca1064109fb4c | refs/heads/master | 2023-03-22T06:49:33.992400 | 2021-02-28T21:06:42 | 2021-02-28T21:06:42 | 343,058,376 | 0 | 0 | MIT | 2021-02-28T21:06:43 | 2021-02-28T08:43:45 | C++ | UTF-8 | C | false | false | 163 | h | /*
** BENSUPERPC, 2019
**
** File description:
** >my_str_isupper
*/
#ifndef MY_STR_ISUPPER_H
#define MY_STR_ISUPPER_H
int my_str_isupper(char const *);
#endif
| [
"bensuperpc@gmail.com"
] | bensuperpc@gmail.com |
40bb96f7015d8483702e6a6c84c1686b2781d73b | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/pcmcia/extr_rsrc_nonstatic.c_store_io_db.c | 5bdf84084a96f7e77d0747a916a5751903ed9eff | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,771 | 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 |
b1ebe78ff51e2f3143f240b1ca2bf42678183fbc | 935adbe40424420ca3b65b2cb338a952b49aa4c8 | /week02/LABHW3_4_1/LABHW3_4_1.c | 941fd5c3c391ae447182a686c14007db2d642fe7 | [] | no_license | solar3070/2020-2-Computer-Programming | f16ea6327bd98e796681d7d8eb91b7092b3f7093 | 0c440e985b6039c60a749baadb9e763d9273dba7 | refs/heads/master | 2023-02-02T16:01:44.330726 | 2020-12-21T14:27:59 | 2020-12-21T14:27:59 | 299,431,257 | 0 | 0 | null | null | null | null | UHC | C | false | false | 376 | c | #include <stdio.h>
void printSet(int arr[], int size)
{
int i;
printf("{ ");
for (i = 0; i < size; i++) {
if (i > 0)
printf(", ");
printf("%d", arr[i]);
}
printf(" }\n");
}
int main(void)
{
int arr[5];
int i, num;
for (i = 0; i < 5; i++) {
printf("다중집합에 추가할 원소: ");
scanf("%d", &num);
//arr[i] ... | [
"solar3070@naver.com"
] | solar3070@naver.com |
0bed5742123a316e61e20f33343c607474f01325 | bade93cbfc1f25160dfbe9493bfa83f853326475 | /mwc/romana/relic/b/lib/libc/string/strcspn.c | 53ee525985e4445c707f9a6935c04260c9ef0ba6 | [
"BSD-3-Clause"
] | permissive | gspu/Coherent | c8a9b956b1126ffc34df3c874554ee2eb7194299 | 299bea1bb52a4dcc42a06eabd5b476fce77013ef | refs/heads/master | 2021-12-01T17:49:53.618512 | 2021-11-25T22:27:12 | 2021-11-25T22:27:12 | 214,182,273 | 26 | 6 | null | null | null | null | UTF-8 | C | false | false | 353 | c | /*
* strcspn.c
* ANSI 4.11.5.3.
* Search string for characters not in string.
*/
#include <string.h>
size_t *strcspn(s1, s2) char *s1; char *s2;
{
register char *cp1, *cp2;
register char c1, c2;
for (cp1 = s1; c1 = *cp1; cp1++)
for (cp2 = s2; c2 = *cp2; cp2++)
if (c1 == c2)
return((size_t)(cp1 - s1))... | [
"gspurki@gmail.com"
] | gspurki@gmail.com |
e50c9cc7cbf9a30cbea04462e4ec1395b11f0a19 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/scsi/lpfc/extr_lpfc_init.c_lpfc_config_async_cmpl.c | 07f69664d2cf8f5d347ad206efee33184a90ab16 | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,101 | 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 |
5fed35616e26903e890287ac4f7eb5ec62c49138 | 4805de7af18dcc615307754d0b27515cd00497c3 | /num_set_bits.c | 2701288a62a69530dc5955fdd2da40438af949ba | [] | no_license | wendani/bits | 1b1633566ac28c5d4f2bb03f11d0b4927b0a8aad | 61b9597063258b72cdddbacd7c5b84e4583d26e4 | refs/heads/master | 2022-01-26T02:09:48.727250 | 2019-07-22T01:28:09 | 2019-07-22T01:28:57 | 198,125,123 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,090 | c | /*
* num_set_bits.c
*
* Created on: Apr 12, 2016
* Author: wenda
*/
#include <stdio.h>
#include <stdint.h>
#define BIT_SHIFT 4
const static int bits_num[256] = {
0, // 0
1, // 1
1, // 2
2,
1, // 4
2,
2,
3,
1, // 8
2,
... | [
"wonda.ni@gmail.com"
] | wonda.ni@gmail.com |
0f62afc5f2053a4f1118a30a8b67feed3101647e | c904f260aa9095b9269aca1416c27f545c879c18 | /src/engine/engine.c | 82085365488a85075bee8fab63874868eb8d7c17 | [] | no_license | munnellg/DungeonCrawler | 8bb5eb73deff3011569b487c77748f937fe799f6 | 6a9a746400285104c7629be92e6f8e4d1e728866 | refs/heads/master | 2020-03-08T16:47:42.319113 | 2018-04-05T18:51:23 | 2018-04-05T18:51:23 | 128,250,433 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,690 | c | #include "engine.h"
#include "utils.h"
#include "player.h"
#include "command.h"
#include "dungeon.h"
#include "stage.h"
#include "controller.h"
static struct cmd_table *commands;
static int
cmd_shout ( char *cmd, void *data ) {
player_shout();
return 1;
}
static int
cmd_jump ( char *cmd, void *data ) {
player_ju... | [
"munnellg@tcd.ie"
] | munnellg@tcd.ie |
293468b0ea10f5eea77b91071c6869afdd84c0ed | 003305cdacdb538de90cea987b5d85f12dbd73e0 | /Algorithm/src/DSPLink/Csp/c6x/src/_csl_resource.c | 46919c9a35637a245904ed4321010e78c4811f09 | [] | no_license | github188/EC700IR | a1a66fc88b1256bb60ddb0ec0d33cd3386cf6a63 | d7976578c627d9eaa04078fbd7a48d4a211ae3a0 | refs/heads/master | 2021-01-17T14:01:31.259583 | 2016-05-13T02:28:04 | 2016-05-13T02:28:04 | 66,121,249 | 2 | 0 | null | 2016-08-20T01:02:58 | 2016-08-20T01:02:58 | null | UTF-8 | C | false | false | 4,687 | c | /* ---- File: <_csl_resource.c> ---- */
#include <csl.h>
#include <_csl_resource.h>
#include <csl_sysData.h>
/* Assuming resInUse array elements to be 32 bits long
* Calculate index and shift for the bit that represents given resId
*/
#define _CSL_GETINDEX(resId) (resId >> 5)
#define _CSL_GETSHIFT(resId, i... | [
"cangmu2007@163.com"
] | cangmu2007@163.com |
757e5f0c59fa9e05a1303f58dfbf668942862ee6 | 1f8b6e405f4fb3f6c4e050efeec093818dc63bd9 | /poison.c | 2dbe97a20770a924642b38560872d23c55b504c5 | [] | no_license | majikyu/Poison | c554923c4b78c37c3a9aae302d0663e3676f4d26 | 9ad845e4a3587708a89a36077e45f2924fa21fb2 | refs/heads/master | 2020-09-26T23:44:31.596424 | 2019-12-06T16:35:10 | 2019-12-06T16:35:10 | 226,368,455 | 0 | 0 | null | null | null | null | SHIFT_JIS | C | false | false | 1,408 | c | //rand()の最大は32767
#include<stdio.h>
#include<math.h>
#include <time.h>
#include <stdlib.h>
#define MAX_WAIT 10 // 最長の間隔時間(秒)
#define EXEC_TIME 60// この秒数分の事象発生を出力
#define LMD 200// 単位時間(1分)当たりに起こる平均回数
#define ACCURACY 1000// (1 / ACCURACY)秒単位で時間を計算.最小単位
int judge_time(int ran,int bound[MAX_WAIT*ACCURACY]){
int i,j;
... | [
"majikyu.co@gmail.com"
] | majikyu.co@gmail.com |
7ecfaa3dfb7f0db310d454cc7a2f6d7ebb6693e5 | 4f29ef3ce652e5dd68a5d40f5198102596a7ddc6 | /d/tianshan/npc/zhbfan.c | 0b6bd9643653cc1c92de8ee0cff0a4008888b982 | [] | no_license | lnsoso/shujian | 957b4893bfa5669a975ed6867f4b186a311f8ff0 | 2454658a8f0d1a23ee0254835ba5a8eb03e135cb | refs/heads/main | 2023-07-20T05:04:39.381950 | 2021-09-08T11:40:35 | 2021-09-08T11:40:35 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,262 | c | // Npc: /d/tianshan/npc/zhubfan.c
// By Linux
#include <ansi.h>
inherit NPC;
void create()
{
object ob;
set_name("卓不凡", ({ "zhuo bufan", "zhuo", "bufan"}));
set("long", "这人身穿青衫,长须飘飘,面目清秀,他就是“剑神”卓不凡。\n");
set("gender", "男性");
set("title","一字慧剑门");
set("per",25);
set("age", 56);
set("shen_type",0... | [
"i@oiuv.cn"
] | i@oiuv.cn |
17dc1dafe2be0a67954d2d65facf14d79a2def4a | 4cafc064d1ba2f9228c7a60538c4b3c50a24ef35 | /Periferico SPI/SPI Maestro/src/main.c | 15c0df75d1d3a669af116c6bc3120a8ed0e95dd2 | [] | no_license | billcrespo/STM32F1-Codes | 812397b805ce8470cf4ed9b247ca40a9788f42f7 | f49d9cc661c8259952001dc99ec3b5957a5bbfbf | refs/heads/master | 2020-03-15T12:20:46.011151 | 2018-07-06T00:51:45 | 2018-07-06T00:51:45 | 132,141,632 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,714 | c | /**
******************************************************************************
* @file main.c
* @author Ac6
* @version V1.0
* @date 01-December-2013
* @brief Default main function.
******************************************************************************
*/
#include "stm32f1xx_hal.h"
#in... | [
"bhcv10@gmail.com"
] | bhcv10@gmail.com |
0a6d806c76896614fd6a58f068db64de5257bb0d | 3ffcf6e44d00af9e635244998ff738457f6a07cb | /TMSOSDMenu/OSDMenuMessageBoxModifyText.c | 71e91508e6b143250d9e001c2ba2e36d8b5a777b | [] | no_license | bulletmark/FireBirdLib | 81659aa49dfb906ac05224dfaa31e63e04ff76f3 | 9d7b5ddecb29acaec251f97627e9851c5135d152 | refs/heads/master | 2022-05-13T06:57:05.810609 | 2022-04-29T03:33:27 | 2022-04-29T03:33:27 | 3,917,433 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 313 | c | #include <string.h>
#include "FBLib_TMSOSDMenu.h"
void OSDMenuMessageBoxModifyText(const char *Text)
{
TRACEENTER();
if(MessageBoxOSDRgn)
{
strncpy(MessageBox.Text, Text, STDSTRINGSIZE);
MessageBox.Text[STDSTRINGSIZE - 1] = '\0';
}
TRACEEXIT();
}
| [
"markb@berlios.de"
] | markb@berlios.de |
ca846e42d67a98a066fb95fcee9f7730d131e9d4 | d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9 | /testcases/CWE78_OS_Command_Injection/s04/CWE78_OS_Command_Injection__char_file_w32_spawnvp_51b.c | 4c80184b4e23454018afc1691051e7d0448d05d6 | [] | no_license | arichardson/juliet-test-suite-c | cb71a729716c6aa8f4b987752272b66b1916fdaa | e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9 | refs/heads/master | 2022-12-10T12:05:51.179384 | 2022-11-17T15:41:30 | 2022-12-01T15:25:16 | 179,281,349 | 34 | 34 | null | 2022-12-01T15:25:18 | 2019-04-03T12:03:21 | null | UTF-8 | C | false | false | 2,309 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__char_file_w32_spawnvp_51b.c
Label Definition File: CWE78_OS_Command_Injection.strings.label.xml
Template File: sources-sink-51b.tmpl.c
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: file Read input from a file
* Goo... | [
"Alexander.Richardson@cl.cam.ac.uk"
] | Alexander.Richardson@cl.cam.ac.uk |
e111e9daa7eba5caae44e621cd26af860486d8da | 521ae7e30332e5575280062ff47e20a377194946 | /Chat9/Chat9/9-7-1.c | c5c538559046f13651de86b55eae3e8f2fdb81ee | [] | no_license | KImHayun/C | ca5cadea50bf692f6cf43c8e79345852119f709c | c695b699e53705eacd187ddf62e249488ed70a76 | refs/heads/main | 2023-05-08T15:49:09.546022 | 2021-05-31T06:51:54 | 2021-05-31T06:51:54 | 361,931,904 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 92 | c | //#include <stdio.h>
//
//int main(void)
//{
// int a = 10, b = 20;
//
//
// return 0;
//} | [
"95-ha@naver.com"
] | 95-ha@naver.com |
2397891ab18524c017cef9249f677d06fd890327 | a29ef2773ccbbddf8fb3f25cee975097380c9d4a | /iacalend.c | 2908d116ead08d77d6364969d5955165976a8e5d | [
"MIT"
] | permissive | R0bur/SideTool | 708707aaebcf5e4118a5c88567b28e53bd11a608 | b9e51cef53716b3fe389e5696fcd85993454fc85 | refs/heads/master | 2021-01-02T10:57:12.781144 | 2020-02-11T07:58:14 | 2020-02-11T07:58:14 | 239,589,529 | 2 | 0 | null | null | null | null | WINDOWS-1251 | C | false | false | 4,958 | c | /*==================================*/
/* Календарь для панели приложения. */
/*==================================*/
#include <windows.h>
#include <commctrl.h>
#include "iacalend.h"
static LRESULT WMPaint (HWND hWnd);
static LRESULT WMCreate (HWND hWnd);
static void iaCalendSelectFont (HWND hWnd, int mw, int mh);
stati... | [
"r0bur@tut.by"
] | r0bur@tut.by |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.