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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7f63c30a194e39827c60ecad1a3221c79495a26d | f335e561d30319cf4759199fc78ea429b0cdb052 | /openmp/tools/archer/tests/task/task_late_fulfill.c | 92454f289154a2e7d4785564858a2b3c2dca0984 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"MIT",
"LLVM-exception",
"NCSA",
"LicenseRef-scancode-arm-llvm-sga",
"LicenseRef-scancode-generic-cla"
] | permissive | lock3/meta | 9f7c721c890f34256bfac17d789e7078d3b9675a | 918b8a2affc4a3e280b2cd2400dc535e32129c2c | refs/heads/feature/reflect | 2023-06-16T23:15:42.059634 | 2020-11-05T23:33:12 | 2020-11-10T21:17:00 | 278,660,720 | 122 | 14 | null | 2023-04-07T15:19:30 | 2020-07-10T14:54:22 | C++ | UTF-8 | C | false | false | 1,801 | c | // RUN: %libarcher-compile -fopenmp-version=50 && env OMP_NUM_THREADS='3' \
// RUN: %libarcher-run-race | FileCheck %s
// Checked gcc 9.2 still does not support detach clause on task construct.
// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7, gcc-8, gcc-9
// clang supports detach clause since version 11.
// UNSUPPORTED: ... | [
"protze@itc.rwth-aachen.de"
] | protze@itc.rwth-aachen.de |
434869220c0a73ee8e1da7c362be19b3122b8108 | 6e48c07101e8122003b2a4863d53e38a2d57bd95 | /link/addvec.c | ef850b0a0aafe495e4bd6ab767498584dc6f17f5 | [] | no_license | lhyzxj314/computerSystem_ex | ef85dc703a59e9fa24ec66b45b8bc185cb6ec161 | 29b474e170a6825d07241cbe12bea4de9036a972 | refs/heads/master | 2020-04-01T02:10:08.515120 | 2019-06-02T07:37:33 | 2019-06-02T07:37:33 | 152,767,600 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 136 | c | int addcnt = 0;
void addvec(int *x, int *y, int *z, int n) {
int i;
addcnt++;
for (i = 0; i < n; i++) {
z[i] = x[i] + y[i];
}
}
| [
"lhyzxj314@qq.com"
] | lhyzxj314@qq.com |
e645e35240da41a17b2d3e7a68d6e3f3307c32ad | 41f3d6f03c4c77bc62165bda705912d39f82ae26 | /r_type/srcs/game/game_new.c | 51b1efb053e37ce11894abd4b081448279c8c1ee | [] | no_license | juschaef/MiniGame | 7363c76f10b3620de7d8ed1a085bc803c663f71f | bfeca9f47a9d0eb0b4e6f7b060471ef3069ca20c | refs/heads/master | 2020-04-06T04:22:07.229297 | 2015-02-01T17:07:29 | 2015-02-01T17:07:29 | 29,672,339 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 240 | c | #include <r_type.h>
#include <stdlib.h>
t_game *game_new()
{
t_game *game;
game = (t_game *)malloc(sizeof(t_game));
game->map = game_map();
game->statement = run;
game->player = player_new();
game->opponent = NULL;
return (game);
} | [
"juschaef@student.42.fr"
] | juschaef@student.42.fr |
5280febe7aba61fd336148c2c972c71f0e3fe8b3 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/base/mvdm/wow32/wparam.c | e641d2c528bb2384338accd1396daed7bd234223 | [] | 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 | 17,864 | c | /*++
*
* WOW v1.0
*
* Copyright (c) 1996, Microsoft Corporation
*
* WPARAM.C
*
* Created: VadimB
* Added cache VadimB
*
-*/
#include "precomp.h"
#pragma hdrstop
MODNAME(wparam.c);
///////////////////////////////////////////////////////////////////////////
// Some defines
/... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
9140c5168928d3e345c6f39badc46cf2e5f742c1 | b135655a6ee3086920e7edc97664e9a51700f53a | /SYE_Labo5/usr/libc/include/inet.h | 9e189d4b2ce1be5676282e899c8bff1f03d8c07b | [
"MIT"
] | permissive | thomaslc66/HEIG | 62ada892bf948a66c5d157439c139d7ecfd7dfe9 | a48794ca03e7940464261bc1d2c8f69a626df260 | refs/heads/master | 2023-01-08T09:12:52.381033 | 2020-04-04T17:21:21 | 2020-04-04T17:21:21 | 217,382,091 | 0 | 0 | null | 2022-12-22T12:50:08 | 2019-10-24T19:42:04 | C | UTF-8 | C | false | false | 1,101 | h | #ifndef LIBC_INET_H_
#define LIBC_INET_H_
#include "types.h"
/* Supported socket address families. */
#define AF_INET 2 /* Internet IP Protocol */
/**
* enum sock_type - Socket types
*/
enum sock_type {
SOCK_STREAM = 1,
SOCK_DGRAM = 2,
SOCK_RAW = 3,
SOCK_RDM = 4... | [
"thomaslc66@gmail.com"
] | thomaslc66@gmail.com |
25344cc71026f4815347bc2fd53d36defe453a56 | 4e5a448d236ae6cbec4ab29f6e0893752f558820 | /leetcode/easy/RemoveDuplicates/C/runner_vs_slower/main.c | cd7cac92b5356937702f4340edae5815e8627c26 | [] | no_license | MrTimeout/algorithms | 6e8597d8edba0022d7c13d09a0d55b83ec8c743a | ea0aa99ca0dd150f579832ccf2123716701a985e | refs/heads/master | 2022-02-27T11:41:59.601965 | 2019-11-08T11:01:23 | 2019-11-08T11:01:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 599 | c | #include <stdio.h>
int removeDuplicates(int *nums, int numsSize)
{
if(numsSize == 0)
return 0;
int j = 1;
for(int i = 1; i < numsSize; i++)
{
if(nums[i] != nums[i-1])
{
nums[j] = nums[i];
j++;
}
}
return j;
}
void display(int *arr, int le... | [
"estonoesmiputocorreo@gmail.com"
] | estonoesmiputocorreo@gmail.com |
5d21e6877c80804233f7fcde7e698e061e4442a4 | 3ba78c2b5f50c5242dca08acc534af060654f10c | /0x02-functions_nested_loops/4-isalpha.c | 1e674086888d4e11c5d3a3512eea4d99e1ca57b2 | [] | no_license | stefansilverio/holbertonschool-low_level_programming | a90d3e8dbdf532c635c961486a4e876e4e84befe | 9836a7e28e5c818938ae1167b737eb30e7e505b2 | refs/heads/master | 2020-03-28T14:44:45.915911 | 2019-05-06T21:30:07 | 2019-05-06T21:30:07 | 148,518,090 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 263 | c | #include "holberton.h"
/**
* _isalpha - check the code for upper or lowercase.
*
* @c: Checks for characters.
*
* Return: Always 0.
*/
int _isalpha(int c)
{
if (((c >= 'A') && (c <= 'Z')) || ((c >= 'a') && (c <= 'z')))
return (1);
else
return (0);
}
| [
"494@holbertonschool.com"
] | 494@holbertonschool.com |
5db92c56f182f8e2b23268161f42033476c66f45 | 948e8dda5d59273d609d0bb8baaa8ed6cbdbeda6 | /Pods/Headers/OCMapper/MappingProvider.h | 51dded819758592b8d565ceb57da4f4964e42220 | [] | no_license | YuqingHuang/ReadingNote | 7b8fb50cbc53aee004ff79882744f072a3efb93a | 1b6b2b2f232c4f3dcb67d39a03d2cc0685bc16a6 | refs/heads/master | 2021-01-02T09:20:31.579731 | 2013-09-22T02:28:54 | 2013-09-22T02:28:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 65 | h | ../../OCMapper/OCMapper/Source/Mapping Provider/MappingProvider.h | [
"Yuqing.Huang@team.telstra.com"
] | Yuqing.Huang@team.telstra.com |
1e1a552abefd26dd61c2bae7d4e370d670735f4c | f993e56e35b1fd5ee8fa1fe97cfbc528a0498d15 | /markbook_login_system.c | ee4e9220aa48fbf00287e58b9deab3b584f06c9e | [] | no_license | anita0618/idontknowwhy | 0ae42b06bf6f77bdd039fde292e86f6458d4695e | e00c4faca1daf66df19ab582652d6d14717e31df | refs/heads/master | 2020-03-20T02:39:49.488777 | 2018-06-13T09:06:48 | 2018-06-13T09:06:48 | 137,119,307 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,202 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define maxbrp 10
int ok[2];
typedef struct{
int num;
char name[41];
int marks[maxbrp];
float avr;
}tstudent;
void addtofile(char *filename){
FILE *f;
int i;
tstudent s;
if(f=fopen(filename, "ab")){
... | [
"noreply@github.com"
] | anita0618.noreply@github.com |
21ef33e53ef5c1bf133973a5020d8cee11b562be | fe8d12c5c4fd42e5f475957570a0e692231d0923 | /src/include/sys/timer.h | b4931085cf7887582e7c30f9280bf1410800dcb2 | [
"BSD-2-Clause"
] | permissive | zys1310992814/BookOSv0.2 | 9f4f685643bc027f9cf4f95c835f7f4964da906f | 7dca0f968663a0e6de18dd9b3e533d1e0412674f | refs/heads/master | 2020-04-25T05:03:15.993542 | 2019-04-19T23:50:58 | 2019-04-19T23:50:58 | 172,327,216 | 1 | 0 | BSD-2-Clause | 2019-02-24T12:34:04 | 2019-02-24T11:05:28 | C | UTF-8 | C | false | false | 1,290 | h | #ifndef _TIMER_H_
#define _TIMER_H_
#include <types.h>
#include <sys/ioqueue.h>
/*最多有多少个定时器*/
#define MAX_TIMER_NR 32
/*用枚举的方式来表示定时器的状态*/
enum timer_status
{
TIMER_UNUSED,
TIMER_USING,
TIMER_ACTIVE,
};
/*
#define TIMER_UNUSED 0
#define TIMER_ALLOCED 1
#define TIMER_ACTIVE 2
*/
/*最大的一个定时器的ticks值*/
#define MAX_TI... | [
"2323168280@qq.com"
] | 2323168280@qq.com |
fca59bffd5f710de6b35bf36d91e6b45b39966c7 | 0744dcc5394cebf57ebcba343747af6871b67017 | /external/iotivity/iotivity_1.2-rel/resource/csdk/routing/include/routingmanagerinterface.h | 8563b5b8f9f130acfb58a1f9c22e65b035a0682a | [
"Apache-2.0",
"MIT",
"GPL-2.0-only",
"BSD-3-Clause"
] | permissive | Samsung/TizenRT | 96abf62f1853f61fcf91ff14671a5e0c6ca48fdb | 1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686 | refs/heads/master | 2023-08-31T08:59:33.327998 | 2023-08-08T06:09:20 | 2023-08-31T04:38:20 | 82,517,252 | 590 | 719 | Apache-2.0 | 2023-09-14T06:54:49 | 2017-02-20T04:38:30 | C | UTF-8 | C | false | false | 3,453 | h | /* ****************************************************************
*
* Copyright 2015 Samsung Electronics All Rights Reserved.
*
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
... | [
"hj_elena.kim@samsung.com"
] | hj_elena.kim@samsung.com |
0e24b78d431cb435737b80dc8ff96f871087efcd | ff704e71120334623a8764392c430c38d20b36f4 | /Mini2/Mini2.X/USART.c | d38b1c13ae715ac5171e3bcf40d4c287ded15690 | [] | no_license | AleSamayoa/Digital_II | 0c2eaa1a3320e9574e1bb6e86f37f249c8b6c37b | 5100d446e59a718dd93d798e251d1b67b4b70501 | refs/heads/main | 2023-05-03T15:58:09.840158 | 2021-05-26T01:28:30 | 2021-05-26T01:28:30 | 334,025,642 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 1,263 | c | /*
* File: usart.h
* Author: Ale Samayoa
* Comments: Librería para la comunicación usart
* Revision history:
*/
#include <xc.h>
#include <stdint.h>
#include "USART.h"
void config_us(const uint32_t baudrate, const uint8_t BRGH) {
if (BRGH == 0) {
SPBRG = _XTAL_FREQ/(64*baudrate) - 1;
TXSTAbi... | [
"69053381+AleSamayoa@users.noreply.github.com"
] | 69053381+AleSamayoa@users.noreply.github.com |
e3cfa59a594d4650a566600eca627d9b98857175 | daabbb812ee21862e5f0059855439b50014460f0 | /0x14-heap_extract/0-heap_extract.c | cf3ebadd26c184e528e433b69943acbd3c44504b | [] | no_license | Sranciato/holbertonschool-interview | 0171e0ddb2967c5c3a35978890c24b9bb34f0a26 | 98f2f925ac92655fd23a52b7b9e18073bbb97952 | refs/heads/master | 2023-02-21T11:33:57.850624 | 2021-01-28T01:44:26 | 2021-01-28T01:44:26 | 256,847,769 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,068 | c | #include "binary_trees.h"
/**
* move_node - moves node down tree
* @node: node to move down
*/
void move_node(heap_t *node)
{
heap_t *largest = NULL;
int temp;
if (node->right)
{
if (node->right->n > node->left->n)
largest = node->right;
else
largest = node->left;
}
else if (node->left)
largest =... | [
"sranciato1@gmail.com"
] | sranciato1@gmail.com |
94d573298737e55753df2a019db3035b498ee508 | 90b220a17431c9830b0374be9abd11b9e75da91c | /userprog/ackermann.c | e03780ea7c80da16c118e900561f619d226b84e1 | [] | no_license | Innov12942/RISCVlab | aa5a07d2b35bbff721a38a79c215fae69581aacf | 60609188a4443fb55723d248bad218329617973d | refs/heads/master | 2020-05-29T09:29:27.094988 | 2019-07-22T17:03:48 | 2019-07-22T17:03:48 | 189,065,084 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 352 | c | #include <stdio.h>
#include "syscall.h"
int ackermann(int m, int n)
{
if(n < 0 || m < 0)
return 0;
if(m == 0)
return n + 1;
if(n == 0)
return ackermann(m - 1, 1);
return ackermann(m - 1, ackermann(m, n - 1));
}
int main()
{
int res = ackermann(2, 2);
p... | [
"xuhaotian12942@outlook.com"
] | xuhaotian12942@outlook.com |
0ef3dcdbab1c6b3f1d5cecca0a8cb2b81d66149e | 70270d1d601f3ceb13e58d505adb8f010e9b7c82 | /session1_gcc/task71.c | 18e5d8b4d052cd9260d5aa2588646d99785fcb47 | [] | no_license | EslamAlaaZaki/iti-Embedded-system-training-projects | bbab2cb6779c4f562a8302ef547f6276d52c87bd | 93e9585ccee725e797eae85a3086e60110389a5b | refs/heads/master | 2020-03-27T23:50:14.406325 | 2018-09-04T14:10:25 | 2018-09-04T14:10:25 | 147,351,543 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 69 | c | #include <stdio.h>
void AB(int m)
{
m++;
printf("%d\n",m);
} | [
"noreply@github.com"
] | EslamAlaaZaki.noreply@github.com |
468e6b454e4dce6d608ae575f2bd1f12d33a9716 | e263c1151982ed933701a76c53954afb4719de9a | /project 1/extension1.c | f8b7533fcc699b6c0dce7dbad45dbf2d3b33ccc3 | [] | no_license | mkhanyisig/ProgrammingLanguages- | d23aa6eeaf6f2ffc81fc9acf92a600165d172443 | 043b0df63ecba8f487acc76ec7d6c5add26df078 | refs/heads/master | 2020-03-31T04:03:20.960007 | 2018-10-06T23:26:41 | 2018-10-06T23:26:41 | 151,889,188 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 438 | c | /**
* CS 333 Programming Languages FA17
* Project 1 task 4
*
* Mkhanyisi Gamedze
* 21 Sepetember 2017
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/* Run-time error program example, dividing by zero
*/
int main (int arg, char *argv[]) {
int a=15;
int b=4... | [
"mkhanyisi.g@gmail.com"
] | mkhanyisi.g@gmail.com |
145f3263362bcd53c8d7c471cfdb4a441b77e714 | 60562b88fca059d0f2df0c6164290a38cb0e3797 | /term_project/bin/hello.c | 6f755defe3a9106ceb4c48871be00707bf60fd1d | [] | no_license | hy-kiera/system-programming | aa8ff25c9b77bef067958f4ff873a10e2060fbbd | 4f62a94299a682a33fd4db58516022303465fa96 | refs/heads/master | 2020-04-30T20:56:21.214582 | 2019-06-12T12:43:42 | 2019-06-12T12:43:42 | 177,082,610 | 0 | 0 | null | 2019-04-28T18:25:25 | 2019-03-22T06:18:28 | C | UTF-8 | C | false | false | 2,162 | c | /* create a hello.c that prints 'hello world!' */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../headers/cmds.h"
void create_file(char path[], char *words, char *filename);
void hello(int argc, char *args[]){
char *hello = "#include <stdio.h>\n\nint main(int argc, char *argv[]){\n pri... | [
"bb.kiera@gmail.com"
] | bb.kiera@gmail.com |
ae3d7a56fadd9a1ef5ad9a3b59c76170851147a6 | ee569eb18cda8f44ace3cdfcac0d63f6a2b8aee7 | /file/File.c | 53ef5bf0c12cf2856343155be92e12e9f69464b9 | [] | no_license | mayur2402/C | 3597d7acfc8e8e8a0777d414a511b9d1e07e6d30 | 26e797fc8217c8bb2a366a71390ea9a1299cdc62 | refs/heads/main | 2023-03-01T21:19:21.061990 | 2021-02-15T06:53:38 | 2021-02-15T06:53:38 | 335,668,021 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 699 | c | #include<stdio.h>
#include<unistd.h>
#include<fcntl.h>
#include<string.h>
#include<stdlib.h>
int main()
{
int fd1 = 0,fd2 = 0;
int bsize = 0,bsize1 = 0;
char arr[20] ,brr[20];
fd1 = creat("File1.txt",0777);
fd2 = open("File1.txt",O_RDWR);
if(fd2 == -1)
{
printf("Unable to open file\n");
}
else
{
print... | [
"noreply@github.com"
] | mayur2402.noreply@github.com |
5e1023615d4dac6baf9f4610162658875036eb61 | 66059071a493c058a5dd64bc7d3699fc4da2d6d4 | /src/computation.h | d36c7e20493f723c6360f136ca2940baa42d5d43 | [] | no_license | Manus69/computer69_rewrite | 2f6500a9e368b4fe87bc1c0f277f54979eee67ef | 663142366bf6a8059cf7e633a363efd8300df49a | refs/heads/master | 2023-08-17T03:14:38.912712 | 2021-10-04T14:46:10 | 2021-10-04T14:46:10 | 397,418,097 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 187 | h | #ifndef COMPUTATION_H
#define COMPUTATION_H
#include "frontend_definitions.h"
struct Computation
{
Node* node;
Computation* lhs;
Computation* rhs;
};
#endif | [
"manus@pop-os.localdomain"
] | manus@pop-os.localdomain |
eb3eb720b1998f057a9681364adb0ec6b3e1c64b | 69d74c80d0b156247cc3b615ef6891ce219d7163 | /search/multiobjective/sample_criteria_space.h | 71d81cebe6a453bd4f3a76cc1930e9f7d37d92cb | [] | no_license | abouchereau2/orchids | 9004a8d062584964ddae7fe69a4eeb78522501ad | 48bf8e22b6e4517da40a2c1b4a496fa214916286 | refs/heads/master | 2022-01-07T18:27:03.828897 | 2019-06-24T08:18:54 | 2019-06-24T08:18:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 585 | h | //
// sample_criteria_space.h
// Orchids
//
// Created by Antoine Bouchereau on 09/07/14.
// Copyright (c) 2014 Antoine Bouchereau. All rights reserved.
//
#ifndef __Orchids__sample_criteria_space__
#define __Orchids__sample_criteria_space__
#include "Orchids.h"
/**
* @brief Remove dominated elements from a cr... | [
"esling@m2903.ircam.fr"
] | esling@m2903.ircam.fr |
4dd2969c8ff3b514a329133bdd09e567c357c8af | af510512d882ace77ddca6ccb61d81ab8d8af55e | /common/status.h | 7e52eba8ee544daebe8a2bc1686a64e492a32b3a | [
"ISC"
] | permissive | friedkeenan/nx-hbmenu | a5dfba5cd08e3fa0b7d02806b840b93bc27123f2 | 78da39d0a20a0a595f3433fd918ddc111c4bb1e7 | refs/heads/master | 2020-06-22T06:33:32.575454 | 2019-07-13T22:03:17 | 2019-07-13T22:03:17 | 148,067,376 | 5 | 0 | ISC | 2018-09-09T21:29:36 | 2018-09-09T21:29:36 | null | UTF-8 | C | false | false | 145 | h | #pragma once
#include "common.h"
bool statusInit(void);
void statusExit(void);
bool statusGet(bool *netstatusFlag, AssetId *netstatusAssetId);
| [
"yellows8@users.noreply.github.com"
] | yellows8@users.noreply.github.com |
72dcacafc330ed7c109f4db269acfd58c3f0478e | 69d1ed1d061e0ddb0d6def64f59754221055c541 | /app.c | 4e9f847f69d7a6ecfb264891fccfb6b3a159c80c | [] | no_license | slawalog69/aoa_locator_vs_simulator | c86a4a23b5f0e9495bbd0bf3187be560b2c5617a | 4c44ed9c304df8735afc2597043bb731006466de | refs/heads/main | 2023-06-18T18:51:46.663616 | 2021-07-06T14:24:25 | 2021-07-06T14:24:25 | 379,587,558 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,381 | c | /***************************************************************************//**
* @file
* @brief AoA locator application.
*******************************************************************************
* # License
* <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
**********************************... | [
"logunov@dep.ru"
] | logunov@dep.ru |
6a7476174decc87038c924ae4c503f0890ea93bc | 5a1d99511e3d64b6c07c25087019c2797704342b | /Source/Projects/zstack/linux/srvepconfig/serverep.c | ef63dbb1a82aaa055573a0260d6cf4cdac058d2a | [] | no_license | VectorShen/zstack_gateway_pipe | 130942983488552ff88d85de3a91a423d5a85039 | a6c87c15ef2ad6cf9384c7a92284f1181a13c840 | refs/heads/master | 2021-04-27T00:24:49.067061 | 2018-03-15T07:50:41 | 2018-03-15T07:50:41 | 123,808,664 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 65,668 | c | /**************************************************************************************************
Filename: serverep.c
Revised: $Date$
Revision: $Revision$
Description: This file contains the Server Endpoint Configuration File
functions.
Copyright 2013-2014 Texas In... | [
"694263518@qq.com"
] | 694263518@qq.com |
039019ffd3bbd6c972216735d615de71a63ef862 | 3a27d924d0c5320517f76ccd1357ac31dfbff4be | /codlab1/alu/isim/top2_isim_beh.exe.sim/work/m_00000000004134447467_2073120511.c | 60213fc448fc3efe47be54b0b965c36c7de25d33 | [] | no_license | jxq96/codlab | 492fe9dfbb25a1f7231309fc65b2119fa51a92f4 | 2538ddfa7999986e1eb4468c864d48cae1dfec16 | refs/heads/master | 2020-03-11T14:24:11.226746 | 2018-04-18T11:42:16 | 2018-04-18T11:42:16 | 130,053,034 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,621 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"jxq96@mail.ustc.edu.cn"
] | jxq96@mail.ustc.edu.cn |
e20f8a93259cfd6fd3b2ca7295366f5e32ae0ff5 | d8e50207d9c072c321fb961765679482d75a61b3 | /GD32F20x/GD32F20x_Firmware_Library_V2.2.1/Examples/SPI/I2S_master_transmit_slave_receive_dma/main.c | 88b82a0e0ae628a7ecec7f841bb8a8f75192af61 | [
"BSD-3-Clause"
] | permissive | zhou-peter/gigadevice-firmware-and-docs | f22e6301051b788b2b547cb32da3f2f8f80ce9dc | c2f545f960f05371aa1945de5b5a72a45612fb7c | refs/heads/main | 2023-07-17T19:15:46.501716 | 2021-09-04T17:57:12 | 2021-09-04T17:57:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,712 | c | /*!
\file main.c
\brief I2S master send and slave receive communication use DMA
\version 2015-07-15, V1.0.0, firmware for GD32F20x
\version 2017-06-05, V2.0.0, firmware for GD32F20x
\version 2018-10-31, V2.1.0, firmware for GD32F20x
\version 2020-09-30, V2.2.0, firmware for GD32F20... | [
"jesse@keyboard.io"
] | jesse@keyboard.io |
673547e31a8eeb1b872c5889ef7a00e530aa7529 | bab03d077694f843fc24e5cccf261992a365176c | /week2/ex4.c | 2701a145ed7d02cf279636cd49cc5ee3f7622df5 | [] | no_license | ionagamed/os-course | 7d0c1f032867cfb62d537b5484a7f64a4e8a0bbc | 0ce69c30f2e68843f1b855747529270d2adfe388 | refs/heads/master | 2020-03-27T12:38:03.431034 | 2018-11-15T18:01:51 | 2018-11-15T18:01:51 | 146,558,073 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 200 | c | #include <stdio.h>
void swap(int * a, int * b) {
*a ^= *b;
*b ^= *a;
*a ^= *b;
}
int main() {
int a, b;
scanf("%d %d", &a, &b);
swap(&a, &b);
printf("%d %d\n", a, b);
}
| [
"ionagamed@gmail.com"
] | ionagamed@gmail.com |
507c61f609324d7a658e1a57b846384e13f5f2f9 | 7ce6c54d146b769705cf1b826a6070f36b4f8ae0 | /c/inc/p2p/p2p_timer.h | 867627cca586d11a77f115bb49ea9f230e9031d7 | [
"MIT"
] | permissive | finlchain/nna | d39f0384428ac96ff9cf6ef28400f432fc78d81f | f5da331ef7963562b2036a5bad06427518b2e66d | refs/heads/master | 2022-06-28T01:14:46.548455 | 2022-06-21T01:47:47 | 2022-06-21T01:47:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 471 | h | /**
@file p2p_timer.h
@date 2019/06/03
@author FINL Chain Team
@version
@brief
*/
#ifndef __P2P_TIMER_H__
#define __P2P_TIMER_H__
#ifdef __cplusplus
extern "C"
{
#endif
// Socket Connection Timer (oneshot)
extern int32_t p2p_timer_sock_conn(int32_t in_val_1);
extern int32_t p2... | [
"50385876+finlchain@users.noreply.github.com"
] | 50385876+finlchain@users.noreply.github.com |
f638d1ce973a354f408b7ab100b2c99e5798d3d2 | dcb60be3748dfb9dd05123f5ee0bb7d8cd743b57 | /code/HelloWorldFreeRTOS/Core/Src/stm32l4xx_hal_msp.c | 48fd2ce615e10b4fd5c7ad50e6ad8daee2a52ce5 | [
"MIT"
] | permissive | SreejitS/freeRTOSguide | 81918c6cd65693416edfd706611bfae98ec2992c | b95481b5296be74421e98330300a12388b1b8809 | refs/heads/master | 2022-10-07T06:32:59.157606 | 2020-06-15T09:00:40 | 2020-06-15T09:00:40 | 265,755,857 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,053 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* File Name : stm32l4xx_hal_msp.c
* Description : This file provides code for the MSP Initialization
* and de-Initialization codes.
****************************... | [
"iamsreejits@gmail.com"
] | iamsreejits@gmail.com |
19032e150aef5779c2a0b7b06f3c54dd187ee550 | a277bd2f527a154a0ec78093e8608c386d772e84 | /src/workpile/xe/xe-workpile.c | 703723e9e20b4afbbbe641ba3b3e23fd7c7464ea | [
"BSD-2-Clause"
] | permissive | FuriousBerserker/OCRDebugRuntime | 5c7025752fb76c09aa6f622649f242910972c0e7 | 5965cb6483c3b8be5a8e90d860b26f999886d66a | refs/heads/master | 2021-01-25T12:31:16.076959 | 2018-02-17T06:33:09 | 2018-02-17T06:33:09 | 82,502,131 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,535 | c | /*
* This file is subject to the license agreement located in the file LIXENSE
* and cannot be distributed without it. This notice cannot be
* removed or modified.
*/
#include "ocr-config.h"
#ifdef ENABLE_WORKPILE_XE
#include "debug.h"
#include "ocr-policy-domain.h"
#include "ocr-sysboot.h"
#include "ocr-workpile... | [
"ylcmen@gmail.com"
] | ylcmen@gmail.com |
b6b4092ecd6f2daf18800d0513b627a89cb3d719 | 9cd4e37f94d2579d87b8c0d81fafde37db4d83bf | /Ejercicios practica W/EjerciciosSecuenciales/18. Costo por minuto.c | 5bcbad865e66233ca21380d67679f67f307ccf03 | [] | no_license | GenerEcheverria/C | 6cf3b45a72fabff268237eb88680c089f7e0f0c4 | c52847a94770bcf2cf7cbb368f5bdecfb17cd750 | refs/heads/main | 2023-01-02T15:22:20.293841 | 2020-10-30T03:41:57 | 2020-10-30T03:41:57 | 308,516,357 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 298 | c | //costo por llamada
#include<stdio.h>
#include<stdlib.h>
int main (){
float tiempo, total, precio;
puts("Tiempo en minutos");
scanf ("%f",&tiempo);
puts ("Precio por minutos");
scanf("%f",&precio);
total=tiempo*precio;
printf("Total a pagar: %.2f\n", total);
system("pause");
return 0;
}
| [
"generalex@live.com.mx"
] | generalex@live.com.mx |
c11580cfa6bda48dd6aa2a85b997f6a78696955d | c327c3921548b627fb63e5ac1d79698344f8b9a5 | /examples/writer/include/writer.h | 711d7bffbea12ad6a0e1560f9ff216d64c27b438 | [] | no_license | oa-sys/influxdb | 36c5d4b81060fb55abe83493f482e7b2458e93a2 | 08224c1441af21a67c94e7c6bd329986ab965ad8 | refs/heads/master | 2021-01-19T19:40:54.097698 | 2016-12-29T23:22:58 | 2016-12-29T23:22:58 | 101,203,229 | 0 | 0 | null | 2017-08-23T16:41:31 | 2017-08-23T16:41:31 | null | UTF-8 | C | false | false | 305 | h | /* writer.h
*
* This file is generated. Do not modify.
*/
#ifndef _WRITER_H
#define _WRITER_H
#include <corto/corto.h>
#include <influxdb/influxdb.h>
/* $header() */
/* You can put your own definitions here! */
/* $end */
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
| [
"sander.mertens8@gmail.com"
] | sander.mertens8@gmail.com |
dff2b96cfbe136a4e34375b0b501177af2dab5a9 | 0a659038c4ba7046b47acc2236cc8e743ee2475e | /F28379D_Projects/libraries/math/CLAmath/c28/examples/common/f2805x_examples_setup.c | 471c5d4789d7cd6dfe6dae57aa71647e73fd09e3 | [] | no_license | hangcui1201/DSP_TI_TMS320F28379D | 4891b86155c31d3f014da297cb45dd75e823b1a0 | f8b3d16800fda4b8609d8fd1b0250cc6acb9ccb7 | refs/heads/master | 2020-11-27T22:42:07.071010 | 2020-01-19T03:16:04 | 2020-01-19T03:16:04 | 229,629,176 | 2 | 2 | null | 2020-03-07T10:00:27 | 2019-12-22T20:49:25 | C | UTF-8 | C | false | false | 4,317 | c | //#############################################################################
//
// FILE: f2805x_examples_setup.c
//
// TITLE: Initialization routines for CLA Math library examples
//
//###########################################################################
// $TI Release: CLA Math Library 4.03.00.00 $
// $Rel... | [
"37420029+hangcui1201@users.noreply.github.com"
] | 37420029+hangcui1201@users.noreply.github.com |
8fd582b917c85782281ae925c27cf84ec8fb9c08 | 6e88c22be851a35bac4d34e622900518e0d5137b | /bldc_foc_g474_firmware/Src/adc.c | bfd1ff1f425c07e6f2bace7b278aa98d874a4dbb | [] | no_license | wangyuchao-star/motor_controller_fw_g474 | a6a9cf2fa5e429a7473e986f078f711aa8aa38bd | 38f3312e5a66b97a125284c3eece121d3f463807 | refs/heads/main | 2023-09-04T05:35:17.412888 | 2021-11-03T11:23:48 | 2021-11-03T11:23:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,264 | c | /**
******************************************************************************
* File Name : ADC.c
* Description : This file provides code for the configuration
* of the ADC instances.
******************************************************************************
* @... | [
"kentsilverneo.vk@gmail.com"
] | kentsilverneo.vk@gmail.com |
b12a70a8534bfa7653b466b02067cd504d8b63d1 | 0652f82984cd10c970b92e3b6ed418ef520bde84 | /libft/ft_lstadd_front.c | 6e522e057e63a03347aa87d23f464fd4c96c57fa | [] | no_license | sanokoh/printf | cb2455d9c9b3b9ef3334be6259c5b9fccff56320 | a881deb91c8c3edbd66d57c0188973ccdfd6c529 | refs/heads/master | 2023-02-20T01:12:40.353194 | 2021-01-14T14:48:13 | 2021-01-14T14:48:13 | 324,768,681 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,050 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstadd_front.c :+: :+: :+: ... | [
"sanokoh@outlook.com"
] | sanokoh@outlook.com |
f6c81348302000ff9296241312ce3bec3d25bd3a | d671d6f64791d4714d05bfd2a5e1743078561b27 | /vm/ft_printf/srcs/sprintf/ft_sconvertor_hexa.c | 6b1230b714b3d363fd9937513d28670796baaf91 | [] | no_license | asyade/corewar | 72cf75de922b9ee3851770558a0b9cedd645998b | 0669a67e516279b84da5a9a4459d451c2cf5da14 | refs/heads/master | 2021-07-04T22:54:50.131988 | 2017-09-30T09:41:27 | 2017-09-30T09:41:27 | 98,533,801 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,206 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_sconvertor_hexa.c :+: :+: :+: ... | [
"sclolus@e3r5p6.42.fr"
] | sclolus@e3r5p6.42.fr |
3a2808920f608d09bc7c1dd63613e03f0172d099 | d84056197f3ef95b43e335a7f68dde58c06156ad | /omx/include/OMXR_Extension_vp9d.h | b7ba0956ad92a5a1ae6176a171c3249f09e644c8 | [] | no_license | morimoto/renesas-android-vendor-renesas-hal-c2 | 0650b6fee2702423ed89a4e19d3839b1f35304b6 | 95fac1e72f1655d4da67b431ac625729f3c29384 | refs/heads/master | 2023-08-13T13:17:38.059371 | 2020-03-06T11:11:35 | 2020-03-10T12:31:16 | 406,999,688 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,789 | h | /*
* Copyright(C) 2015-2018 Renesas Electronics Corporation. All Rights Reserved.
* RENESAS ELECTRONICS CONFIDENTIAL AND PROPRIETARY
* This program must be used solely for the purpose for which
* it was furnished by Renesas Electronics Corporation.
* No part of this program may be reproduced or disclosed to
* oth... | [
"andrii.romanchuk@globallogic.com"
] | andrii.romanchuk@globallogic.com |
41504c9bed8fe4155344b1a732edf1e88617690e | 2f84dd91db70f9b94b1e706756ed0f865223ddf9 | /Example/Pods/Headers/Private/AiryRefreshControl/AiryFooterRefreshControl.h | 6d08b42d2fe60da816182a5c405f0dfc3bb8cd91 | [
"MIT"
] | permissive | airymiao/AiryRefreshControl | e732d2b8b05ff5e6fea1154c4f33901ee13207dd | 20f1c022eacaafd8ef0cc36fd70d1988dcf759b9 | refs/heads/master | 2021-01-17T12:58:13.715512 | 2016-07-29T02:45:48 | 2016-07-29T02:45:48 | 57,027,626 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 75 | h | ../../../../../AiryRefreshControl/Classes/Footer/AiryFooterRefreshControl.h | [
"airymiao@gmail.com"
] | airymiao@gmail.com |
d037ee3d9285a94af730f46642caf91b4a7aaae0 | e6c57efd77d6e3eb861726f9daaabe1afd00bd94 | /source/bl_spawn.c | 8c5798f98a4b455f222d061ce63059295e600a02 | [] | no_license | Spectral-Claws/quake2-gladiator-bot | 8e4ffb8b46bf9058623389d7e6cae8137ea9ef1c | 2e1a5c0dc071ba16ae2bddaa75db5ea939881af0 | refs/heads/master | 2023-03-17T19:07:50.305514 | 2017-12-18T12:47:26 | 2017-12-18T12:47:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,923 | c | //===========================================================================
//
// Name: bl_spawn.c
// Function: spawning of bots
// Programmer: Mr Elusive (MrElusive@demigod.demon.nl)
// Last update: 1999-02-10
// Tab Size: 3
//===========================================================================
... | [
"openarena.arg@gmail.com"
] | openarena.arg@gmail.com |
3e3f3bb017de6db7ac32ee2ac267114e6c6328b5 | 04f9aef16b765eb6d9b0d2e1c44c9ba70fbb4a65 | /Signal_Generator/APP/PWM_APP/PWM_App.h | 9f803b8543085ae63d6ca7d2f11e0a4515b0e3d8 | [] | no_license | mowazeer/Oscilloscope | 987e6027cff8ede15ad1ee2da086bc90db6ab250 | 4d39e57f27effebae89abcbd6ea92046bd170dc7 | refs/heads/master | 2022-04-26T01:59:01.545691 | 2020-04-26T15:44:25 | 2020-04-26T15:44:25 | 259,023,858 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,292 | h | /*
* Pwm_App.h
*
* Created on: Apr 21, 2020
* Author: MO._.Hamdy "Wazeer"
*/
#ifndef __APP_PWM_APP_PWM_APP_H__
#define __APP_PWM_APP_PWM_APP_H__
/*
* Header files inclusions
*/
#include <FIRMWARE_SERVICE/PWM/PWM.h>
#include "DIO_Interface.h"
#include "LEDS.h"
#include "MCU_Power.h"
/*********************... | [
"mohamed.alkrkary@gmail.com"
] | mohamed.alkrkary@gmail.com |
b3b6f70ae382d1f438f2d450515ce1fb96478932 | bad347f2ca4da00ecc5ff3892c0ac9a3d79efdc7 | /linuxprogram/week10/code/exit.c | 1f3b0404d6d4bc4b5fed726fa5c365fbd0f8f12c | [] | no_license | channmixx/LinuxPractice | cde214d4b5951b3143324872fbb4779e58f4d60b | a9da55792a122947eb2d74ad0b3d5ea9dabc4493 | refs/heads/master | 2020-08-03T11:46:00.051958 | 2019-12-10T07:35:25 | 2019-12-10T07:35:25 | 211,741,361 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 276 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
int main()
{
FILE *fp;
char buf[]="channmixx";
if((fp=fopen("test.txt","w"))==NULL)
{
perror("fail to fopen");
return -1;
}
if(fputs(buf,fp)==EOF)
{
perror("fail to fputs");
return -1;
}
_exit(0);
}
| [
"774716196@qq.com"
] | 774716196@qq.com |
7f963242d7072e2e8b46531d5753072a4ee3a870 | 72af85619989691b4f20e03da1e5fea61656ec59 | /ti-f28004x-resources-and-examples/examples_driverlib/examples/fsi/fsi_ex11_spifsi_full_duplex.c | c1c3077591f2d9a21a3283c4b0a5532f954d0e9d | [
"MIT"
] | permissive | UOSupermileage/BLDC-F280049C | 3f6735f78056bda344e3e1f17daccd77549217ab | dc10e99a24ac2d959789043f883f89eacefcd90d | refs/heads/master | 2022-10-24T15:04:55.402316 | 2020-06-12T12:54:40 | 2020-06-12T12:54:40 | 271,787,271 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 25,283 | c | //#############################################################################
//
// FILE: fsi_ex11_spifsi_full_duplex.c
//
// TITLE: FSI and SPI communication full-duplex.
//
//! \addtogroup spifsi_communication
//! <h1>FSI and SPI communication full-duplex</h1>
//!
//! FSI supports SPI compatibility mode to talk ... | [
"ryan.fleck@protonmail.com"
] | ryan.fleck@protonmail.com |
1455b63358cbc568737e54cdd1a1fc62289ea1d0 | 65ecc37e7be27d8ff245159b2d61238c63b32a33 | /pipe_networking.c | 5d6c39fa3c2bc4ce04ed240032440bf69db3e9c9 | [] | no_license | Trollicorn/Work20 | fdf6ba0df80cb3f6cd501eb9c4eb65da5675663b | d16d80b52731824007e6727f201bb9389993d564 | refs/heads/master | 2020-04-14T09:22:02.119973 | 2019-01-02T06:22:51 | 2019-01-02T06:22:51 | 163,758,032 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,746 | c | #include "pipe_networking.h"
/*=========================
server_handshake
args: int * to_client
Performs the client side pipe 3 way handshake.
Sets *to_client to the file descriptor to the downstream pipe.
returns the file descriptor for the upstream pipe.
=========================*/
int server_handshak... | [
"muddin3@stuy.edu"
] | muddin3@stuy.edu |
584aafe28849c33ad9d7ef5710b68eb4588c9fd3 | 6ca08dc2de5fe6a74c481389463548412c576418 | /Core/Util/Umedia/MediaDataRead.c | 00149989224459a86f945151658476f5f18b12fb | [] | no_license | nirch/homage-cv-app | d2e3fbb70d876adc73fe4466f1c39a3fbece21f4 | 60e6a759ac8caf8079af9818e8464c6eda22b0e8 | refs/heads/master | 2021-03-24T10:11:55.488542 | 2016-08-03T10:00:47 | 2016-08-03T10:00:47 | 18,877,919 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,184 | c | /****************************
*** MediaDataRead.c ***
****************************/
#include <stdio.h>
#include <string.h>
#include "Uigp/igp.h"
#include "MediaDataType.h"
mediaData_type *
mediaData_read_file( char *file )
{
char extension[256];
mediaData_type *md;
FILE *fp;
int bytes, mdTy... | [
"nirh2@yahoo.com"
] | nirh2@yahoo.com |
04fc074af46d4d40aca4721e2f56556941ed7447 | 8eab0af6d9c3959a3527b02d5d4783bc6cb6a863 | /xbox360.h | 056bcb27b51ec5bd3fff6f82dca53412a511fde3 | [] | no_license | cualquiercosa327/Xbox-360-Types | 74ebbe184ceb7931a46c20c4e44b8deb3d045edf | 0c871edcb21a6b8b700393cb564bf442ea3fb397 | refs/heads/main | 2023-08-02T10:16:06.000519 | 2021-10-09T05:36:36 | 2021-10-09T05:36:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 168 | h | #pragma once
#include "include/types.h"
#include "include/constants.h"
#include "include/structures.h"
#include "include/enums.h"
#include "include/prototypes.h" | [
"pls@gooby.co"
] | pls@gooby.co |
359d6573454d63cab772e535d6c0fed92eb687bd | 882e579d0b9abea069fb9573f1c376ff3f5f7055 | /v2_TMTDyn_IJRR2020/Samples/Rods/1. STIFF-FLOP/code (ROM n4)/codegen/mex/fj_kF/fj_kF.c | fb32a077476d6fb9f5922d9863be6793ae843f9f | [
"BSD-2-Clause"
] | permissive | LenhartYang/TMTDyn | f92d12d9d913a25eadac309670953ab302ffcfa2 | 134d89b156bdc078f6426561d1de76271f07259e | refs/heads/master | 2023-03-27T12:34:16.250684 | 2021-03-25T13:40:01 | 2021-03-25T13:40:01 | 374,253,641 | 1 | 0 | NOASSERTION | 2021-06-06T02:47:07 | 2021-06-06T02:47:06 | null | UTF-8 | C | false | false | 755 | c | /*
* Academic License - for use in teaching, academic research, and meeting
* course requirements at degree granting institutions only. Not for
* government, commercial, or other organizational use.
*
* fj_kF.c
*
* Code generation for function 'fj_kF'
*
*/
/* Include files */
#include <string.h>
#include "rt... | [
"m.hadi.sadati@gmail.com"
] | m.hadi.sadati@gmail.com |
8c000bf3b8eee05868a8b14fd0fc1b132b6dfd2a | 5f365570987e96c0704fff513eac7d2ba14739c7 | /lab_4/resource.h | 1b9b6d0f850289b9aeb13d1def075c01f9c31731 | [] | no_license | 10486/c_labs | 6dfdf6bd6daf4e8fc1b85ffdeb86b51e72c28020 | 671474c89f73cb79c557cd2b4242046bdfdc5dce | refs/heads/master | 2021-01-02T14:43:08.405696 | 2020-03-02T19:37:51 | 2020-03-02T19:37:51 | 239,666,936 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C | false | false | 443 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by lab_4.rc
// Следующие стандартные значения для новых объектов
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTRO... | [
"tsyduev.b.1@gmail.com"
] | tsyduev.b.1@gmail.com |
f4f60d910c98abb91cb36062e6ccbd257c8fc566 | 768a7818563816a11d0e8274a72dcb8379fcb0b3 | /source/util_api/http/utilities/HttpSimpleMsgParser/http_smpo_util.h | c5b7e2903703b036fa5137110a999012dea25357 | [] | no_license | davekimble/CcspCommonLibrary | 9d9cae96ea95c619f6bdad0b87c23ccc15c3fdbf | 1f88745d9278f2dbb47870b89dee3972c659e64d | refs/heads/master | 2021-01-16T20:54:23.715665 | 2015-10-07T14:20:03 | 2015-10-07T14:20:03 | 46,769,513 | 2 | 0 | null | 2015-11-24T05:38:41 | 2015-11-24T05:38:41 | null | UTF-8 | C | false | false | 5,153 | h | /**********************************************************************
Copyright [2014] [Cisco Systems, Inc.]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache... | [
"steve.maynard@twcable.com"
] | steve.maynard@twcable.com |
70180c7dd88073894e3c21d6fa68839dd9b93ff4 | 3f9aa021d2818b55eb1b2d187b86f695260028ad | /HW/q11.c | eadbc47ec11eab7672394831b7c11b7debfbb0f4 | [] | no_license | thakursaurabh1998/C | 2a85578bade21a04fb8fec7ae6d7ee1b9a48c287 | 72561cac97290927f923694aa62c8b0ffe97078d | refs/heads/master | 2021-05-16T03:36:12.546508 | 2017-10-24T07:50:06 | 2017-10-24T07:50:06 | 105,523,317 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 197 | c | #include<stdio.h>
int main()
{
int n,i;
printf("Enter number(N): ");
scanf("%d", &n);
for(i=1;i<=10;i++)
{
printf("%d x %d = %d\n",n,i,(n*i));
}
return 0;
} | [
"thakursaurabh1998@gmail.com"
] | thakursaurabh1998@gmail.com |
1888cdb2510b7b2d126f455964d71dc5294cdf79 | 99f362592f56352cbdd27c809e84132faa09cece | /jre_emul/android/platform/external/icu/data/_com_ibm_icu_impl_data_icudt58b_en_US_res.h | 006fb1e90cd73037e0b2dc348a1eedcb55d0d786 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | FD-/j2objc | 77456f613169416880239e26a43fd3d16914e977 | 316bb5a9e9986fa05106fd267da93b8ae60ca212 | refs/heads/master | 2020-04-10T06:07:34.306149 | 2018-12-07T21:15:09 | 2018-12-07T21:15:09 | 160,846,398 | 1 | 0 | Apache-2.0 | 2018-12-07T16:09:43 | 2018-12-07T16:09:43 | null | UTF-8 | C | false | false | 806 | h | //
// Generated by gen_resource_source.py
//
#ifndef _COM_IBM_ICU_IMPL_DATA_ICUDT58B_EN_US_RES_H
#define _COM_IBM_ICU_IMPL_DATA_ICUDT58B_EN_US_RES_H
static jbyte _com_ibm_icu_impl_data_icudt58b_en_US_res[] = {
0x00, 0x20, 0xDA, 0x27, 0x00, 0x14, 0x00, 0x00, 0x01, 0x00,
0x02, 0x00, 0x52, 0x65, 0x73, 0x42, 0x03, 0x... | [
"antoniocortes@google.com"
] | antoniocortes@google.com |
3b2e30ff5ab33ac6df3cbed00f61b0343db1a1f8 | 73f4b3e32b524914361582a3338441769e28f606 | /build/base/gen/include/config/embox/compat/posix/proc/uid.h | ffe31184519ad380017585bb2d59b7e8d5ed5294 | [
"BSD-2-Clause"
] | permissive | clinlfoundation/EMBOX | 6264618b572fec6c96d6bf8509022b2640c1b73b | 00d39726d5ce6fb617ec583c110e29ec25de0c49 | refs/heads/master | 2021-05-18T13:38:46.604379 | 2020-03-30T22:55:43 | 2020-03-30T22:55:43 | 251,266,009 | 0 | 0 | NOASSERTION | 2020-03-30T09:59:35 | 2020-03-30T09:59:34 | null | UTF-8 | C | false | false | 289 | h | /* Generated by GNU Make 4.2.1. Do not edit. */
#ifndef __CONFIG__embox__compat__posix__proc__uid__H_
#define __CONFIG__embox__compat__posix__proc__uid__H_
// This is the most specific implementation type
// (no config options)
#endif /* __CONFIG__embox__compat__posix__proc__uid__H_ */
| [
"kouamdoux@gmail.com"
] | kouamdoux@gmail.com |
970d20800ffe778aba2001241278daa8a378d468 | 843abe9562e13a616d938f838d761c0da807e3da | /Mozzi-1.0.3rc6/tables/AKWF_0221_512.h | 399018524452688cab7e4f017a5a6f3987a52006 | [] | no_license | Tolsi/Ellitone-Multi-Synth-Firmware | 5958fbb4ba9f90c7a1000044290f0b3d65fc955e | 525ade4866457cacaa5314d2ea92e78120da65c0 | refs/heads/main | 2023-04-06T15:58:16.839640 | 2021-04-16T17:12:13 | 2021-04-16T17:12:13 | 358,667,419 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,578 | h | #ifndef AKWF_0221_512_H_
#define AKWF_0221_512_H_
#if ARDUINO >= 100
#include "Arduino.h"
#else
#include "WProgram.h"
#endif
#include <avr/pgmspace.h>
#define AKWF_0221_512_NUM_CELLS 512
#define AKWF_0221_512_SAMPLERATE 512
const char __attribute__((section(".progmem.data"))) AKWF_0221_512_DATA [] = {1,
2, 3, 4, ... | [
"tolsi.ru@gmail.com"
] | tolsi.ru@gmail.com |
c80a695093ebd4bd379392cbdcd9ed7e4541d394 | 0b52803913bfaa9380aa6507872419b255c9601d | /daemon/feat_d.c | b57fae252a8348f0dc391b3bafa375234b82b6d8 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Magnachromium/shadowgate | 2a568871209b9de9962a1b139ecdc7401fc3deac | 53a13838c380c533c90d0f684ab87cb98ef46903 | refs/heads/master | 2020-07-24T16:12:22.061360 | 2019-09-12T06:17:01 | 2019-09-12T06:17:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 59,569 | c | //added several catch() checks so that a typo in a feat does not break heartbeat anymore - Saide - April 2016
#include <std.h>
#include <daemons.h>
#include <dirs.h>
#include <class_types.h>
#include <feats.h>
#include <schoolspells.h>
inherit DAEMON;
int can_gain_feat(object ob,string feat);
int can_gain_bonus_feat(... | [
"law@shadowgate.org"
] | law@shadowgate.org |
928b9501e940acf71e847d31a69f937fb46479d6 | c05f9f6817f74263bdc078d3872ba8fab6f1b09b | /1492801249.c | e3b824ec35fdced98e7301c50c2735c4115a186e | [] | no_license | Saisi/secret-octo-wookie | 71aa331779216775ee10d8d0a738dd364a5c5202 | a8e52e3fed94ab6993d4baaeaa926d659cac3735 | refs/heads/master | 2021-01-23T18:59:00.780545 | 2017-06-03T05:33:28 | 2017-06-03T05:33:28 | 25,811,730 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 691 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.2.0
* Git version: dcef523
* Options: (none)
* Seed: 2934612988
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
/* --- GLOBAL VARIABLES --- */
static volatile int32_t g_2 = 4L;/* VOLATILE GLOBAL ... | [
"saisi@users.noreply.github.com"
] | saisi@users.noreply.github.com |
85bf9124cc531c3f69fc2b15c89bd024f632f96d | f5711ae69b99ec1597a3f65dc0ac0270ebd3fcae | /Laboration 5/xcc/src/u3main.c | 1ca67332d768fe3a211ad345168848548395d201 | [] | no_license | JHultin/PIS | 605e72499e9ff41f5e19aa6d10bc917995d54efb | 00fa3bd6b001d5aeef21c16296e3677ffe4ebd42 | refs/heads/master | 2021-12-14T02:25:16.813755 | 2015-12-15T07:52:39 | 2015-12-15T07:52:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 204 | c | #include "clock.h"
#include "displayML15.h"
void main(void) {
int i = 0;
init_clock();
while(1) {
if (i == 100) {
display_dec((unsigned int)get_time());
i = 0;
}
i++;
}
}
| [
"ulrika@uddeborg.se"
] | ulrika@uddeborg.se |
775bdbd762ac33d56abd89121212d9062006a0c8 | bfbaf5faa6fe13900260d22e262a74ec18594f4b | /_2_file_operation/references/fork/fork_malloc.c | 8520c3376c727e3b9a52ebc62dae9b8c5a6a4966 | [] | no_license | hirakor/Linux_hirakor_learning | 837efd00a13dbca2cb4a0adbb30c57867bea8bdf | ff9cb33d03d310ea6c04584618584e3a265824bd | refs/heads/master | 2020-12-26T05:35:36.676828 | 2020-02-11T08:41:25 | 2020-02-11T08:41:25 | 237,401,711 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 413 | c | #include <func.h>
int main(int argc,char* argv[])
{
pid_t pid;
char *p=(char*)malloc(20);
strcpy(p,"hello");
pid=fork();
if(0==pid)
{
//子进程
printf("I am child,%s\n",p);
return 0;
}else{
//父进程
printf("I am parent,%s\n",p);
strcpy(p,"world");
... | [
"hirakor@qq.com"
] | hirakor@qq.com |
49010cacb1b17b0e19ecdbab63c2c7e6d72151ac | 3ea3e6ed55db533c35468c5159961b1fba4bf0ff | /CPool_Day09_2018/swap_endian_color.c | 82ac7b2854a6877700fd189d3b62c39af0b172ef | [] | no_license | tristanblt/EPITECH_CPOOL_2018 | 7340a1d87c1bcb192a2845f931539e41ebc756f5 | 96efce8ffc26f04d881b9ea567634a20fef5ee1f | refs/heads/master | 2020-04-17T13:09:06.859702 | 2019-01-19T23:24:03 | 2019-01-19T23:24:03 | 166,603,457 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 385 | c | /*
** EPITECH PROJECT, 2018
** CPool_Day09_2018
** File description:
** swap_endian_color
*/
union type
{
int color;
int short a;
};
int swap_endian_color(int color)
{
union type colors;
int big = 0;
int result = 0;
colors.color = color;
big = colors.color >> 16;
result = colors.a;
... | [
"tbouillot@desktop-0fcaklt.home"
] | tbouillot@desktop-0fcaklt.home |
a6baa3a73923a7322a2c0b700ddf8f2087d74d8d | 950f65e6cf49234e0c3925616ca205f106c858f8 | /tp6/GoL.h | 7158d6060a6a154259fa39ee967e309ba2ba681a | [] | no_license | miguelgarcia/tps-fractales-fcen | e6cb6d7b4f4799e3b237985f5902cd269e0ebd01 | 3ffb1c88152363dd32405f76466ccbb70e5a52fc | refs/heads/master | 2021-01-13T02:06:29.459000 | 2012-07-23T03:39:55 | 2012-07-23T03:39:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 304 | h | /*
* File: GoL.h
* Author: mike
*
* Created on 20 de julio de 2012, 10:57
*/
#ifndef GOL_H
#define GOL_H
void GoL_iteration(int side, bool *grid, bool *next_grid,
unsigned int min_life, unsigned int max_life,
unsigned int min_born, unsigned int max_born);
#endif /* GOL_H */
| [
"miguel.garcia@gmail.com"
] | miguel.garcia@gmail.com |
6eb74405f8615fee127205e736fc2043f5bd0d96 | 115c5ee776f2bbeea89353d887bd27b02c7dd862 | /Internet AppWare Source Code/AW16_2/OBJECTS/TABLE/TABL_OBJ.H | 48eb66799b88639459b26027d1c75487168d1217 | [] | no_license | benbucksch/AppWare | f9a894140d6bc95d2d27f5ed7d8df51fc57b9709 | 321ced6e94030c25ba36c781dc92ddb7c2508c09 | refs/heads/master | 2020-07-12T23:31:34.160706 | 2014-10-08T17:17:07 | 2014-10-08T17:17:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,976 | h | /*//////////////////////////////////////////////////////////////
//
// (c) 1993 Novell, Inc. All rights reserved.
//
// THIS WORK IS SUBJECT TO U.S. AND INTERNATIONAL COPYRIGHT LAWS AND
// TREATIES. NO PART OF THIS WORK MAY BE USED, PRACTICED, PERFORMED,
// COPIED, DISTRIBUTED, REVISED, MODIFIED, TRANSLATED, AB... | [
"jpbrennecke@gmail.com"
] | jpbrennecke@gmail.com |
4fc0e5af69dbc31aa17955711cbef8cc8d54700f | 72c12ecd9f4b62a3c8d16ba94f5e6dafe6842afa | /tools/tptbin/tptbintestfile.c | f3187c16cddd2e0c949c3c5d1eeebadecf05ac06 | [] | no_license | patchpanel/td_devel | 28c729e33ec38c9e382cbddc0ae06a7911179962 | cb35627db476e7e6be5958e8b33e502c72871abf | refs/heads/master | 2021-05-29T17:58:24.167719 | 2015-05-06T10:49:02 | 2015-05-06T10:49:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,321 | c | /*
Copyright (c) 2014 Andreas Wenzel, Teradata Germany
License: You are free to use, adopt and modify this program for your particular
purpose.
If you don't have any relationship with Teradata, you will find this tool
probably not very useful.
LICENSOR IS NOT LIABLE TO LICENSEE FOR ANY DAMAGES, INCLUDING COMPENSA... | [
"anwen@me.com"
] | anwen@me.com |
33ff38c4715424c74c1cc1cb850327f028bd9d15 | f9b1d701a6c795e11b279cb9049a71e66860dbab | /Extras Colony Mac/CCHAIR.H | ce6c4d1ec54078a0f469a10b855c80d872caa834 | [
"Apache-2.0"
] | permissive | Croquetx/thecolony | 9ada95eb990a70eccb89209eb7bba306e0246d01 | e16af7431ab624f378cca31782dc44b2e64ba54c | refs/heads/main | 2023-08-04T11:46:03.359874 | 2023-07-20T22:46:46 | 2023-07-20T22:46:46 | 649,895,443 | 91 | 4 | Apache-2.0 | 2023-06-09T16:54:46 | 2023-06-05T21:58:57 | C | UTF-8 | C | false | false | 1,234 | h | Prism CChair[5];
int Cseat[4][3]={ {-40,40,60},
{ 40,40,60},
{ 40,-40,60},
{-40,-40,60}};
int Cseat2[4][3];
unsigned char Cseatv[1];
unsigned char Cseatsurface[1][SURFSIZE]={{c_cchair,4,3,2,1,0}};
int Carmleft[4][3]={{-50,40,90},
{-40, 40, 60},
{-40,-40, 60},
{-50,-40, 90}};
int Carmlef... | [
"davidasmith@gmail.com"
] | davidasmith@gmail.com |
8b8c5f78527ec756f6e3aaed4ff638de2f8d9c13 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/ds/netapi/svcimgs/ntrepl/util/guidname.c | 0aced9591dd8939dbc5dc1619342df9d34950519 | [] | 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,762 | c | /*++
Copyright (c) 1997-1999 Microsoft Corporation
Module Name:
frsguid.c
Abstract:
These routines temporarily supply guids for replica sets and
servers.
Author:
Billy J. Fuller 06-May-1997
Environment
User mode winnt
--*/
#include <ntreppch.h>
#pragma hdrstop
#define DEBS... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
88c1a1cbc314993e4732254dad1e193fbe5ee9cb | cb8d5c8da36c6efba90e73728180c8c9e8f91bac | /stm32mp1_visionsom_custom_board_cubemx/CM4/Inc/stm32mp1xx_it.h | 04975d5fea70ca71e10d3de0c9cdf1c16363f28b | [] | no_license | mfkiwl/stm32mp1-custom-devboard | b915bdff7a25bec03667bdefffb0eb5c56942461 | 5784199e69a12fe5c444c8619d1addade849de61 | refs/heads/main | 2023-06-02T13:32:07.590731 | 2021-06-20T19:47:11 | 2021-06-20T19:47:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,145 | h | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32mp1xx_it.h
* @brief This file contains the headers of the interrupt handlers.
******************************************************************************
* @attention
*... | [
"you@example.com"
] | you@example.com |
c28c4a3dac8be9b8e9c1466ec2f0361a2f9a5cc5 | 8ae7a23f05805fd71d4be13686cf35d8994762ed | /mame150/src/mame/drivers/wallc.c | aea32dd54255e16680fbe42af35524aed2cd6e52 | [] | no_license | cyberkni/276in1JAMMA | fb06ccc6656fb4346808a24beed8977996da91b2 | d1a68172d4f3490cf7f6e7db25d5dfd4cde3bb22 | refs/heads/master | 2021-01-18T09:38:36.974037 | 2013-10-07T18:30:02 | 2013-10-07T18:30:02 | 13,152,960 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,108 | c | /****************************************************************************
Wall Crash by Midcoin (c) 1984
Driver by Jarek Burczynski
2002.12.23
DIPSW-8 AY-3-8912 DIPSW-4
DIPSW-4
... | [
"dan@van.derveer.com"
] | dan@van.derveer.com |
dd12fc89fba1edd767037e20a3ef65f19d6d9a14 | 78cf2095bd3e2ead1ab225c650a2bdbb41d5ee70 | /Lab-10/hexkeypad_lcd/hex_lcd/keypad.h | 9db47bfadc9aa061035a684e0f8865792884fc10 | [] | no_license | yukti99/Embedded-System-Lab | d5c16948c2ce26db79c2d30a1afc2b266a0beea5 | 20c5f75b5c2135babe98bb8b87c0a4ee0596347a | refs/heads/master | 2023-03-18T19:29:35.968223 | 2021-03-09T23:20:10 | 2021-03-09T23:20:10 | 334,435,605 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,681 | h | unsigned char keyscan()
{
char arr[10]={0xbf,0x86,0xdb,0xcf,0xe6,0xed,0xfd,0x87,0xff,0xef};
char ch[6]={0x77,0x7f,0x39,0xbf,0x79,0x71};
while(1)
{
KEYPAD_PORT = 0XeF;
delay(1000); /////must for response at port when key press
if((KEYPAD_PORT&0X01)==0){while((KEYPAD_PORT&0X01)==0); retur... | [
"yuktikhurana99@gmail.com"
] | yuktikhurana99@gmail.com |
42274b3b01d05e1992e7369627e7d949f2ba451d | 0274a8453fc69ffe85bea161c157689d127c8034 | /sources/lib/ft_list_size.c | 0d8bf1efd2a2486fe8554e068d8cba81569b4664 | [] | no_license | cghael/21_school_Corewar | 6e77c25a8e87014040fbdf211a0c8dd946e2fcc7 | 6b81e429ff0f6cbadc9ca81dcd7ad87b75c5b75f | refs/heads/master | 2023-03-01T05:21:21.607055 | 2021-02-05T19:28:12 | 2021-02-05T19:28:12 | 303,146,287 | 0 | 0 | null | 2020-12-07T11:15:38 | 2020-10-11T15:03:15 | Assembly | UTF-8 | C | false | false | 1,169 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_list_size.c :+: :+: :+: ... | [
"a.p.gorobets@gmail.com"
] | a.p.gorobets@gmail.com |
57009c3bdf2905ffafba0f1050a3a562574736dc | 86add32625058157cffc1b9c4e685f13a6cbfd68 | /security/oc_obt.c | 62e3111c50a44b11c3aecfc5e95925a4c08caa65 | [
"Apache-2.0"
] | permissive | manojbmk/iotivity-constrained | ba542dc7c46ce6bb6533ce0c5e2674701e722e06 | 0948a17f60a63fbf0930f94a20c2d8503896c584 | refs/heads/master | 2021-09-09T01:13:11.269467 | 2018-03-12T16:55:31 | 2018-03-13T06:20:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 40,439 | c | /*
// Copyright (c) 2017 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or... | [
"kishen.maloor@intel.com"
] | kishen.maloor@intel.com |
ed7ee4fc77983fa058e92f11a927a24c679c52be | fb888e19c1d595701fe806b5e3ddd85388de0f45 | /src/3rd/win32/include/postgresql/server/access/slru.h | 5951f0c5e9dfe8d57b0f34929dc2280a8b728f12 | [
"Apache-2.0"
] | permissive | yt-zgl/bubichain | f3514c6974b92f3575a19d9ac6a97fae50460788 | a47ef90b10e50d80a52e5d374672152d6a2a3ba0 | refs/heads/master | 2020-03-12T19:37:37.498814 | 2017-08-28T05:38:25 | 2017-08-28T05:38:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,089 | h | /*-------------------------------------------------------------------------
*
* slru.h
* Simple LRU buffering for transaction status logfiles
*
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/s... | [
"liuchunwei@bubi.cn"
] | liuchunwei@bubi.cn |
4524092ddd2216eab9a3695889bd56b371d2dc6c | 087e1273a51092f4ed688bc32721d106c85cf1d5 | /ines/inesbDriver.mod.c | 37ae540833e1ae5304b32b350cf44cbe2aa0132b | [] | no_license | mohamedotnet/kernelModules | d0aed41fb129b31b2667102f175fb78449917ab3 | 874a5538754735d63f9284b6812f8ec2c24018c6 | refs/heads/main | 2022-12-27T02:51:26.648658 | 2020-10-11T12:42:58 | 2020-10-11T12:42:58 | 302,913,125 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 603 | c | #include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
MODULE_INFO(vermagic, VERMAGIC_STRING);
MODULE_INFO(name, KBUILD_MODNAME);
__visible struct module __this_module
__attribute__((section(".gnu.linkonce.this_module"))) = {
.name = KBUILD_MODNAME,
.init = init_module,
#ifdef CONFIG_MODU... | [
"aissa.sassi@univ-constantine2.dz"
] | aissa.sassi@univ-constantine2.dz |
bc709157ffe804f36e87a7e71ce5ba80726878f6 | 4d06713186958553fa5f80762ab6bd099ce32215 | /HelloWorld.c | 2702d7a174c521ee58a394b12e82a26322014509 | [] | no_license | Park-SM/HelloWorld | 08d3ad5d8256704b8e0d909ff8f0b5d283848229 | 62ae6c72bbbac7ab0e373d01e90f6d665e1dc8b4 | refs/heads/master | 2020-04-21T22:00:18.655126 | 2019-02-11T08:49:26 | 2019-02-11T08:49:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 194 | c | #include <stdio.h>
#include <windows.h>
int main(){
int i;
printf("Hello, World!\n");
for (i = 1; i <= 10; i++)
printf("%2d : Park Sang Min\n", i);
system("PAUSE");
return 0;
}
| [
"park97.sm@gmail.com"
] | park97.sm@gmail.com |
deb966dc9975c39c692b26a2209ccedf2838fc9b | e1072c91aa76abf5c94a53ae4d5805d85212d430 | /RPC/Ourtest.c | d9a701c0ef8d35bcb3b303cc0f733c0b517473e3 | [] | no_license | Taskification/Taskification | ab988a91f0a466c7708d3c062da33644af83f3b4 | 0944274b0ed59e3fe154d399f6c8324b3bfb2055 | refs/heads/master | 2020-09-24T09:16:42.487547 | 2020-05-13T07:53:10 | 2020-05-13T07:53:10 | 225,725,143 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,342 | c | #include <mpi_accelerator.h>
#include <stdio.h>
int pure()
{
return 5;
}
int ft_pure ()
{
int a = 23;
int b = 1;
return a + b ;
}
int MAX(int X, int Y)
{
if (X>Y) return X;
else return Y;
}
int main(int argc, char ** argv)
{
int sup;
MPI_Init_thread(&argc, &argv, MPI_THREAD_MULTIPLE, &sup);
MPIX_Accelera... | [
"karim.smail@ens.uvsq.fr"
] | karim.smail@ens.uvsq.fr |
016ec02bd8d1778eca113b39b6a6aa1c7da6d3c7 | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant101813_rtlanal.c | 1323b8e15fee2675b1b553ac1d48627105910850 | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 136,980 | c | /* Analyze RTL for GNU compiler.
Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General ... | [
"agroce@gmail.com"
] | agroce@gmail.com |
d7d46eb69eb72790017d6f21d40ce0bbf6e2f1fd | 223ef6366bf28eda5ed7a51ebbe2615b1d76d969 | /server/php/include/php/Zend/zend_ini_parser.h | 7b20e1b063c9da561064ca8f30b4348ba4fc8e36 | [] | no_license | wuxiaoling/myproxy | edab554ac6fd968840bc478016e048f4892ca048 | 95ab280e5a702832189bed734992fdc36172e661 | refs/heads/master | 2021-09-14T19:48:23.904647 | 2018-05-18T09:21:24 | 2018-05-18T09:21:24 | 112,447,413 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,848 | h | /* A Bison parser, made by GNU Bison 3.0.4. */
/* Bison interface for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t... | [
"1047147327@qq.com"
] | 1047147327@qq.com |
adf18cfb4103093e447f509bafa0ba70a51704c0 | c0010b8eceff422db09d94b532ffd820764acd18 | /include/neon_armv8a/U8U32MlaGemmKernel.h | 34f1285a0190cd3c4784b687ede398856c840792 | [
"Apache-2.0"
] | permissive | youdao-cf/EMLL | c91b36dd4b78c1864c15fe426304eb8408071b15 | 4ceb69587acfad44cae29ebd1d5a00482f1ffd85 | refs/heads/master | 2023-05-12T21:10:11.421846 | 2021-06-04T01:57:53 | 2021-06-04T01:57:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,627 | h | /*****************************************************************************/
/* Copyright YouDao, Inc. */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
... | [
"wangjiachen@BIH-L-51551.youdao.internal"
] | wangjiachen@BIH-L-51551.youdao.internal |
e35c3013d18f8a6c38ef2b222cd25c1ad572195c | 8ed949153ee6c245d38c07135897cbbf869de7e0 | /RunII2017/PUID/match/runxx.C | b643414e37ee1cad1e0ee9e65de3b2490c178e27 | [] | no_license | phy-guanzh/PKU-Cluster | f57dbc8cee82b955a78284c7f48bf7833c997103 | 7f7b66bf65dd61841d35bae3c681aa03274c020b | refs/heads/master | 2023-02-15T05:29:13.975824 | 2021-01-13T09:00:19 | 2021-01-13T09:00:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 660 | c | #include "xx.C"
#include <iostream>
#include <fstream>
using namespace std;
void runxx() {
TString dir ="/home/pku/anying/cms/rootfiles/test/";
ifstream infile("file");
string buffer;
TString infilename;
int k=1;
while (k>0){
getline (infile, buffer) ;
infilename = buffer;
if(infilename.Contains("out")==0) {k=-2; c... | [
"anying@pku.edu.cn"
] | anying@pku.edu.cn |
64f4d4f0c1909f68db7aef1b221606fbf320a161 | f1ea94b07437abb1b1f87c916c6f1dbaf2999b23 | /NM-OTOOL2/LIBFT/libft.h | 629d717cbbd2b524bd4f1a21a1a15e48ba1e3a30 | [] | no_license | gperroch/Nm-Otool | 1bb14da896d86071ce10c62623a03729add48adf | 79b59caf1e990a262274473a67b460d158ea3d03 | refs/heads/master | 2021-03-30T18:27:09.368825 | 2018-03-22T17:14:50 | 2018-03-22T17:14:50 | 86,321,361 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,176 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* libftprintf.h :+: :+: :+: ... | [
"gperroch@e1r10p19.42.fr"
] | gperroch@e1r10p19.42.fr |
d4cf3aa7634ced5aec804e3fc64acc42eb21f7f6 | ff6aac500af402275f0bb644d71088abfd7acf6b | /alios-asr-lora-master/projects/Creator/ASR6501/lorawan.cydsn/bootloader.cydsn/Generated_Source/PSoC4/Pin_DL_aliases.h | f19c5aaa96c4c684455a07676ed232be0f4bbc8f | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | IoTopenTech/E78_at_commands_firmware | 533c63f9c4f1721e01c8aa7b5bbb7c3dddce3334 | 673781ab46f89ea5e3d45a0da318b8a179a874ca | refs/heads/main | 2023-06-25T09:20:04.445533 | 2021-07-27T10:15:25 | 2021-07-27T10:15:25 | 383,351,538 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,424 | h | /*******************************************************************************
* File Name: Pin_DL.h
* Version 2.20
*
* Description:
* This file contains the Alias definitions for Per-Pin APIs in cypins.h.
* Information on using these APIs can be found in the System Reference Guide.
*
* Note:
*
*****************... | [
"contacto@iotopentech.io"
] | contacto@iotopentech.io |
8725f240b7faa4cc77ec4b537f26095a4548b2a1 | 9e75d39db297811d67e1526800259a3b22ead4fc | /sources/create/create_main_menu.c | 418787a9de5caab553abd7b1fdf101083f75263c | [] | no_license | Perzi-Lgs/RPG | a320f9e97fc071f491007bfa708d12b20ffc6ad6 | 5360c1a0dff45d8982928d7bf759be229201bb0a | refs/heads/master | 2022-11-08T13:40:24.752846 | 2020-06-23T06:28:21 | 2020-06-23T06:28:21 | 215,505,558 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,397 | c | /*
** EPITECH PROJECT, 2017
** PSU_minishell2_2017
** File description:
** create_main_menu.c
*/
#include "my_rpg.h"
int init_menu_text(menu_text_t *text)
{
text->main_menu_text = malloc(sizeof(sfText *) * 5);
sfVector2f pos = {1360, 370};
char *asset[5] = {"Menu", "Nouvelle Partie", "Comment jouer ?",\
"Parametr... | [
"pierrelgs.pro@hotmail.com"
] | pierrelgs.pro@hotmail.com |
ce921db2f3d643cb0b794d19bef253cb7f0494a6 | 6a534920935e335c7d61ba3054aab4ca1af33a7f | /accelerometerManager.c | 3a2c5d0dd820441fbc6eda14e100285c01d54616 | [] | no_license | jean-sebastien-dery/ECSE426-ST32F4-Multi-LED-Modes | 79f8bcba7ead1d3af5d7cd48bd18c1511106ef89 | d411d92874f966986da5909ec087c7bad036b2e2 | refs/heads/master | 2021-01-10T20:28:20.574320 | 2014-02-18T01:14:51 | 2014-02-18T01:14:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,699 | c | /**
* @file accelerometerManager.c
* @author Jean-Sebastien Dery (260430688) and Matthew Johnston (260349319)
* @version 1.0
* @date October 25th 2013
* @brief Manages all the interactions with the on-board accelerometer (initialization, read, etc.).
*/
#include <stdio.h>
#include "accelerometerManager.h... | [
"jeansebastien.dery@gmail.com"
] | jeansebastien.dery@gmail.com |
056167eb408339af0396238242fc40f2d16e6112 | 8ae7a23f05805fd71d4be13686cf35d8994762ed | /mame150/src/mess/machine/vp585.c | 35c8bad6bb08156e035d65cd0067c6a1455af221 | [] | no_license | cyberkni/276in1JAMMA | fb06ccc6656fb4346808a24beed8977996da91b2 | d1a68172d4f3490cf7f6e7db25d5dfd4cde3bb22 | refs/heads/master | 2021-01-18T09:38:36.974037 | 2013-10-07T18:30:02 | 2013-10-07T18:30:02 | 13,152,960 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,214 | c | /**********************************************************************
RCA VIP Expansion Keypad Interface Board VP585 emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
**********************************************************************/
#include "... | [
"dan@van.derveer.com"
] | dan@van.derveer.com |
167d53f1caa25e43e785a7b7d93b24478e0e6f16 | 829216f70bcf7e4f182961bc45a7875d174cf2a6 | /Projects/ZMain/TI2530DB/OnBoard.c | 4cf59b14d44d89c903a3a9d7085b44a469803c10 | [] | no_license | SunmyMao/wireless-demo | 42e945c1a81ff4e8fb6b30b3b3037d7636a54771 | 4386ac7d1f75ba597fa28621930c580c4de48acd | refs/heads/master | 2021-06-08T05:35:45.385649 | 2021-05-16T08:20:29 | 2021-05-16T08:20:29 | 173,569,158 | 0 | 0 | null | null | null | null | MacCentralEurope | C | false | false | 11,144 | c | /**************************************************************************************************
Filename: OnBoard.c
Revised: $Date: 2012-03-29 12:09:02 -0700 (Thu, 29 Mar 2012) $
Revision: $Revision: 29943 $
Description: This file contains the UI and control for the
... | [
"xidanxiao_liu@163.com"
] | xidanxiao_liu@163.com |
2f50f1a6ed45c19262bd4fe5e38641c570f2c487 | 6e68f36741d9c6c4668f2c505fbd4fcfe110a1c4 | /c_lib/ft_strlcat.c | 8eca6675ca3a10b7c2a2ce02beed2ce241b08bbc | [] | no_license | yilinmiao/C-Language-Library-Functions | 82d1e7d435ea4829f0ece10bcfb3352e41cea0a5 | 126e06d1d12f99f4bc2fd0ab6e1081e1df62013e | refs/heads/master | 2020-12-03T00:44:30.798115 | 2017-09-21T06:53:00 | 2017-09-21T06:53:00 | 96,074,923 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,294 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strlcat.c :+: :+: :+: ... | [
"yi.matheson@gmail.com"
] | yi.matheson@gmail.com |
2f8f48d3322d5de41d1ca75a901ddd2548c1b078 | 0a586324d97641cf72e10053df9444a0b8b669e3 | /datatypes.h | a3c62bafcfc9bab6ce1e4eb191545c70633088f8 | [] | no_license | hdossaji94/MP2---Two-Way-Linked-List-ADT | 33f7584b2b86143f30c1ec6352699ce9178c7d47 | 2f5ee74c06f5f7db3e11bd23887045fe016d2874 | refs/heads/master | 2021-04-29T23:20:32.677233 | 2018-02-14T19:48:37 | 2018-02-14T19:48:37 | 121,553,561 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,264 | h | /* datatypes.h
* Huzefa Dossaji
* hdossaj
* ECE 223 Fall 2015
* MP2
*
* Propose: The data type that is stored in the list ADT is defined here. We
* define a single mapping that allows the list ADT to be defined in
* terms of a generic data_t.Key definitions of the honeypot packet structure ... | [
"noreply@github.com"
] | hdossaji94.noreply@github.com |
81dd0187f72e8357de08dea6f8ded3f0abb90c8b | ac072d60c03119d6c2aa6b6295697d4e83f8925f | /lapack-3.4.0/lapacke/src/lapacke_dsyevd_work.c | 7bed9813248679cbc6287afd9e978731606dab8e | [
"BSD-3-Clause",
"BSD-3-Clause-Open-MPI"
] | permissive | jmfrancklab/pyspecdata | a0f6fda722e6abd0908b761c1084891613817970 | 15ea307f62b3389daf4bf86ebd370d3f14e4e789 | refs/heads/master | 2023-08-31T15:23:13.358936 | 2023-08-26T16:56:20 | 2023-08-26T16:56:20 | 24,356,894 | 4 | 3 | NOASSERTION | 2023-05-24T18:58:10 | 2014-09-23T04:35:42 | Fortran | UTF-8 | C | false | false | 4,160 | c | /*****************************************************************************
Copyright (c) 2011, Intel Corp.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source cod... | [
"jmf356@cornell.edu"
] | jmf356@cornell.edu |
684ef1a26f4f401f8c0351ba1cc696666e37b016 | bfa72726d23c491988ef1484642cb64bb6c911fb | /ch8/copy.c | 5b6274e6fd18cf7d4e1c2485f4e17766b575e77f | [] | no_license | funct7/KNRC | 1909d79a1ae39c907dc96c4dc70cd9c502c9702d | 89e87763db9fe0f219be45145baf86bbb1a1d07c | refs/heads/master | 2021-06-25T18:54:40.159766 | 2017-09-11T02:54:44 | 2017-09-11T02:54:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 149 | c | #include "syscalls.h"
int main() {
char bug[BUFSIZ];
int n;
while ((n = read(0, buf, BUFSIZ)) > 0) {
write(1, buf, n);
}
return 0;
}
| [
"wmpark@knowre.com"
] | wmpark@knowre.com |
a7c08fded8a77d386149e58702e8eb6bd67b5885 | c6bfb0a869c46b3b1ea7c1d086941088d203afe7 | /chapitre-10/exemple-mutex-02.c | d9513a678d618b0ab1de940089904c2cd0e9e3da | [] | no_license | TALABOULMA-Walid/xeno | bee44925afae31d7fc0beaf712228361113dafc6 | 2caffc96110258cebafe60f7039bb6f38bfca7a6 | refs/heads/master | 2021-01-16T19:34:22.264598 | 2014-05-16T17:44:41 | 2014-05-16T17:44:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,393 | c |
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/mman.h>
#include <native/task.h>
#include <native/mutex.h>
#include <native/timer.h>
#include <rtdk.h>
static RT_MUTEX mutex;
void thread_1(void *unused);
void thread_2(void * unused);
void thread_3(void * unused);
void thread_1(void *unus... | [
"talaboulma.walid@gmail.com"
] | talaboulma.walid@gmail.com |
20549514ee2a576e4e9df64ed7aac3d3f2d2a21b | ec1d4c7cf54034434f82bc8b9e24097a717f2e45 | /src/pmqt.h | f771133a4400ed8dd90f450f2266f794d371c870 | [
"MIT"
] | permissive | skroll/pmqt | e19ac8728e3c3127a3c0cb5bc4e3b30c18c26396 | 3e892ce60386a34299b1c42dffa51baf1d9fb60c | refs/heads/master | 2020-05-17T14:57:06.917524 | 2014-04-23T20:30:06 | 2014-04-23T20:30:06 | 19,084,512 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,119 | h | #ifndef PMQT_H
#define PMQT_H
#include <stdint.h>
#include <math.h>
// Basic configuration of the library, these can be changed to support
// different floating point types.
typedef double pmqt_float_t;
#define PMQT_POS_INFINITY (INFINITY)
#define PMQT_NEG_INFINITY (-INFINITY)
#define PMQT_EPS (1e-9)
#define pmqt_... | [
"skroll@gmail.com"
] | skroll@gmail.com |
fbce6f7ed2d9e73ebc841911188b267fffe49cbf | be3167504c0e32d7708e7d13725c2dbc9232f2cb | /mame/src/mame/video/20pacgal.c | 38ef7d7f59b67880941ce7cf4a976b575597f90d | [] | no_license | sysfce2/MAME-Plus-Plus-Kaillera | 83b52085dda65045d9f5e8a0b6f3977d75179e78 | 9692743849af5a808e217470abc46e813c9068a5 | refs/heads/master | 2023-08-10T06:12:47.451039 | 2016-08-01T09:44:21 | 2016-08-01T09:44:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,351 | c | /***************************************************************************
Ms.Pac-Man/Galaga - 20 Year Reunion hardware
driver by Nicola Salmoria
***************************************************************************/
#include "emu.h"
#include "includes/20pacgal.h"
#define SCREEN_HEIGHT... | [
"mameppk@199a702f-54f1-4ac0-8451-560dfe28270b"
] | mameppk@199a702f-54f1-4ac0-8451-560dfe28270b |
dbaf879fdb989bf1e4761cae7f71a5bc174c0211 | 42752781c23b3b36e9642817241235f476fc28d5 | /src/mrprickles.c | 05fbcf9a9884ccc8a0e487b97cfc19229dc75286 | [] | no_license | ninedotnine/mrprickles | c4b7fdd1d62af33901a0286e1d7d9b53e29125a0 | 4bae6298fb3f0dfa3c53977143c5ba73a436fc97 | refs/heads/master | 2022-02-25T06:28:02.370573 | 2019-10-12T16:37:51 | 2019-10-12T16:37:51 | 106,497,425 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,345 | c | #include "av_callbacks.h"
#include "callbacks.h"
#include "globals.h"
#include "limits.h"
#include "messaging.h"
#include "util.h"
#include <assert.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
static_assert(CHAR_BIT == 8, "mrprickles casts a lot of uint8_ts to chars.");
static vo... | [
"dev@danso.ca"
] | dev@danso.ca |
9c1cbf25eb6cba2fdd4431b258c79ec551b4ba68 | 24d856d98c85a319d53be2768ccc176a50873fa3 | /linux-lts-quantal-3.5.0/drivers/usb/gadget/at91_udc.c | aad16ac08109fb86d95e62fd780edd4546ff3aa3 | [
"BSD-2-Clause",
"GPL-1.0-or-later",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | dozenow/shortcut | a4803b59c95e72a01d73bb30acaae45cf76b0367 | b140082a44c58f05af3495259c1beaaa9a63560b | refs/heads/jumpstart-php | 2020-06-29T11:41:05.842760 | 2019-03-28T17:28:56 | 2019-03-28T17:28:56 | 200,405,626 | 2 | 2 | BSD-2-Clause | 2019-08-03T19:45:44 | 2019-08-03T17:57:58 | C | UTF-8 | C | false | false | 51,617 | c | /*
* at91_udc -- driver for at91-series USB peripheral controller
*
* Copyright (C) 2004 by Thomas Rathbone
* Copyright (C) 2005 by HP Labs
* Copyright (C) 2005 by David Brownell
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pu... | [
"jflinn"
] | jflinn |
af8efcb9ec528402aac383687e5adf94dc24341d | 9045be68b24e6f57aa56e9c0b5766097a4a5dcd7 | /amd/display/dc/dcn10/dcn10_resource.h | 5f84dbd0bdeab665348f17c76853c4d56f4e1df7 | [] | no_license | yui0/amdgpu-dkms | cf1343b25ef84f7783465c7304bf6d82df6d6b5c | 9a527cc78c0d9beff963ba607b1fb5c83ab2f7a4 | refs/heads/master | 2021-01-25T13:18:18.693931 | 2018-03-02T12:58:40 | 2018-03-02T12:58:40 | 123,551,501 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,615 | h | /*
* Copyright 2016 Advanced Micro Devices, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, me... | [
"berry@berry-lab.net"
] | berry@berry-lab.net |
7bdef2a1b8ae854e2b03e4c2b35df076e37472a5 | 6c34e2c7943e38cb8b5932311976caaac1df8250 | /src/sofs15/sofs_ifuncs_1/soFreeDataCluster.c | 01889b61069b8cd0d3a5aee892017da19aac608c | [] | no_license | tiagoalexbastos/SOFS15 | 738400d37ffa62f70c2ce1b5afb5236e90e9de4e | 3af521095ba26c8fd5f396910f813d68497279bf | refs/heads/master | 2021-06-27T02:28:12.284648 | 2017-09-15T19:34:39 | 2017-09-15T19:34:39 | 103,689,917 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,198 | c | /**
* \file soFreeDataCluster.c (implementation file)
*
* \author António Rui Borges - September 2012
*/
#include <stdio.h>
#include <errno.h>
#include <inttypes.h>
#include <time.h>
#include <unistd.h>
#include <sys/types.h>
#include "sofs_probe.h"
#include "sofs_buffercache.h"
#include "sofs_superblock.h"
#in... | [
"tiagoalexbastos@gmail.com"
] | tiagoalexbastos@gmail.com |
9fac4f106fcf62c0bffde68b3b8fcd16f32264af | 5ca55bae19d4a9f367f4246a76840d648f6af74c | /usr/lib/perl5/5.28.1/x86_64-linux/CORE/git_version.h | 0d8afe2de5147854fe79bad690cc96d2aae92fa9 | [] | no_license | palvarez89/freedesktop-sdk-toolchain | 895e6a13f219d6960fe7edea40a02a9fd386452d | f7f7beb41dc8018ef6bb7542f090a2ce3caee179 | refs/heads/master | 2020-05-31T09:17:28.001563 | 2019-05-09T13:23:57 | 2019-05-09T13:23:57 | 190,198,844 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 393 | h | /**************************************************************************
* WARNING: 'git_version.h' is automatically generated by make_patchnum.pl
* DO NOT EDIT DIRECTLY - edit make_patchnum.pl instead
***************************************************************************/
#define PERL_GIT_UNPUSHED_CO... | [
"pedro.alvarez@codethink.co.uk"
] | pedro.alvarez@codethink.co.uk |
6c99f5d48df4937d884e2a378e3139b3dc592824 | f4b7ca24bb27d45ecaf77acf6d912c1d135cef95 | /tests/check_rx_buffer_decode_pubrel.c | f4f6d43f2edeeae51dba693ac11224bafaef7632 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | tehKaiN/lightmqtt | 946d83c27a6ff31fb952e5a746bec888f04814ea | 968a4700ef1df4281efda2d2c46161a1ba5d0400 | refs/heads/master | 2020-10-01T21:16:21.551156 | 2017-08-05T20:39:55 | 2017-08-05T20:42:30 | 227,626,519 | 0 | 0 | MIT | 2019-12-12T14:33:11 | 2019-12-12T14:33:10 | null | UTF-8 | C | false | false | 1,756 | c | #include "check_lightmqtt.h"
#define ENTRY_COUNT 16
static lmqtt_store_entry_t entries[16];
static lmqtt_rx_buffer_t state;
static lmqtt_store_t store;
static int kind;
static lmqtt_store_value_t value;
static void init_state()
{
memset(entries, 0, sizeof(entries));
memset(&state, 0, sizeof(state));
mems... | [
"romuloceccon@gmail.com"
] | romuloceccon@gmail.com |
96f69b49a25e80253f13506ddb25e985986dfcba | 0b12d6110fe8a54ccb3829f69707a229bfb35282 | /naruto/world/area/magic_house/npc/eq/red.c | 4763bf29d00d5be596cdbd4ecd7c032f452a100e | [] | no_license | MudRen/mudos-game-naruto | b8f913deba70f7629c0bab117521508d1393e3b6 | 000f286645e810e1cd786130c52d7b9c1747cae8 | refs/heads/master | 2023-09-04T05:49:01.137753 | 2023-08-28T12:19:10 | 2023-08-28T12:19:10 | 245,764,270 | 1 | 0 | null | 2020-03-08T06:29:36 | 2020-03-08T06:29:36 | null | BIG5 | C | false | false | 493 | c | #include <ansi.h>
#include <armor.h>
inherit F_FACE_EQ;
void create()
{
set_name(RED"大紅鼻子"NOR, ({ "red conky", "conky" }) );
set_weight(800);
setup_face_eq();
if( !clonep() ) {
set("unit", "顆");
set("value", 12500);
set("long", "帶在鼻子上的紅色大鼻子,馬戲團小丑搞笑時都會帶著。\n");
set("wea... | [
"zwshen0603@gmail.com"
] | zwshen0603@gmail.com |
5e07d92e87a2a2902bfbc721a621fed9c4df251a | 14e46db8870552f9af1d06a36fe0c3d90057d3da | /linkedlist.c | e6e982fcbf93809a486ad7ad3e069e77d793c645 | [] | no_license | intentions/linkedlist.prog | 0269cb52cecf4b070b569fc1458cf6a34ebf55c4 | 0e98efb9c04595cc3038ac1552a20359ec879b40 | refs/heads/master | 2021-01-23T07:03:25.824234 | 2013-03-15T01:20:17 | 2013-03-15T01:20:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 210 | c | #include <stdio.h>
#include <stdlib.h>
struct node {
int x;
struct node *next;
}
int main(void)
{
//root node
struct node *root
//point root to a node struct
root = malloc( sizeof(struct node) );
}
| [
"kjstrosahl@gmail.com"
] | kjstrosahl@gmail.com |
95b501fba2c823a8e44f598045c69273705a9c3a | 332b3d72dd315e8682d6b1f98a1bc8ba73a3b703 | /c parser/test-case/test4-out.c | 4034c6d1183b834d1b12ada7eb0e754546d96ae4 | [] | no_license | ForeverZyh/Memory-leak-Fixing-for-C-programs | 73ce6ca215eb69c3dc5821433468ec3b4ab5161b | 5b68e7fc6da1064eb644ecdfd2657a6aef9060fd | refs/heads/master | 2020-12-24T19:50:34.540800 | 2017-06-12T05:56:46 | 2017-06-12T05:56:46 | 86,214,917 | 2 | 2 | null | 2017-04-20T07:19:51 | 2017-03-26T07:19:17 | C | UTF-8 | C | false | false | 237 | c | int main()
{
int b=10;
int *x=&b;
for(int i=1;i<=b;i++)
{
int *z=malloc(sizeof(int));
*z=*x+i;
if (*z>i*2)
{
/*Created by our project*/ free(z); /************************/
break;
}
else
{
i++;
}
}
return 0;
}
| [
"zyhzyhzyh@pku.edu.cn"
] | zyhzyhzyh@pku.edu.cn |
7e05c3c024f712d48a224a6c75999527cfd08c9f | f791c1d59ec412dc89cfec1d1720bd1415d8a610 | /C_NOTES/1c/8th/code/1struct.c | ac10cf14887f5dcee04c218bd663abbdc448304c | [] | no_license | md-jamal/arm | 77080500f8f98ab9a0bc8320564170fc7cd38481 | a46ed1db6f78e417f0236c70494c0ba46743168a | refs/heads/master | 2020-05-18T22:48:59.155897 | 2017-03-22T11:29:49 | 2017-03-22T11:29:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,085 | c | #include <stdio.h>
//不同类型的集合
//姓名 char*
//年龄 int
//员工ID号 long int
//员工的住址 char*
/*
*struct 结构体名称
*{
* char name[32];
* int age;
* long int id;
* char addr[32];
*};
*
*/
/*
* (1)结构体类型并非只有一种,而是可以设计出许多种结构体类型,例如
* struct Teacher
* struct Worker
* struct Date等结构体类型
* ... | [
"18503051964@126.com"
] | 18503051964@126.com |
9a8c7a49752a8c39cda8d6753cb3a1d30e39f15f | e937108317f9a75ca85919c4fe5c06a15c73b415 | /apps/libs/sdp_parse/sdp_parse_pbap.c | b876600fc6a2a64f9cfd44ef02d9441720d9fa9f | [] | no_license | Fangxihu/W1_V006 | e2be343f0e80951940aad158d7de01c2b9e0752d | 726ec248c371c22c63309bed9ed8bb6b96b5f11a | refs/heads/master | 2020-06-05T19:16:20.780711 | 2019-07-09T01:27:40 | 2019-07-09T01:27:40 | 192,520,169 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,640 | c | /****************************************************************************
Copyright (c) 2006 - 2015 Qualcomm Technologies International, Ltd.
Part of 6.3.0
FILE NAME
sdp_parse_arbitrary.c
DESCRIPTION
Contains functions for accessing PBAP specific fields in a service record
*/
#include "sdp_parse.h"
#inc... | [
"Fangxihu"
] | Fangxihu |
469fd717f07d316cc9386834f961832300b71845 | 4d1ded886948b1b8810c65a1e447737e14540ad6 | /day05/ex06/ft_strcmp.c | 9345dd464e4073240bdfe75cf2548f797c18c9ae | [] | no_license | tresonance/MA_PISCINE_42 | bab280baa3e5b31c8f23915813d9b9d50baa503c | 08e3eb89bfe68bb87056114d21d98b7bebb22feb | refs/heads/master | 2020-05-27T13:01:55.539273 | 2018-04-19T23:44:33 | 2018-04-19T23:44:33 | 83,003,308 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,040 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strcmp.c :+: :+: :+: ... | [
"ibtraore@e2r3p1.42.fr"
] | ibtraore@e2r3p1.42.fr |
8cde3d3c650e5273b2ca932bfbe2df55b096d7bc | bd3a0c6b727339ae30b543b4682d3e149c556eee | /hardware/board/config/brd4321a_brd4001a/btl_gpio_activation_cfg.h | 15912022cdccb4f4c7e7cff5c8206732e1034bc1 | [
"Zlib"
] | permissive | nzinn08/sdk_support | 89980f67e974157f61151ed38aacb876b4387e7f | 5f92c311a302e2ba06040ec37f8ac4eba91b3d5d | refs/heads/master | 2023-08-12T23:03:28.087174 | 2021-08-26T00:41:21 | 2021-08-26T00:41:21 | 416,490,066 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,583 | h | /***************************************************************************//**
* @file
* @brief Configuration header for bootloader GPIO Activation
*******************************************************************************
* # License
* <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
*******... | [
"Mason.Tran@silabs.com"
] | Mason.Tran@silabs.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.