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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7a49ba6d24713f0b3fc9bc0903da7ab02fff0767 | cd249ff43ba2813809810f32f616f9c044430f6a | /LabOS01/Docker/charcount.c | b8894014f0cc296b5887c4c10d6eaa6d12162f16 | [] | no_license | bottarocarlo/SistemiOperativi | bec2f493eadda0a1b98634b66e8f2214aa0c8487 | 5be888a6d8f5138887edeebbb3cdf1e2f077c0e8 | refs/heads/master | 2023-08-23T01:30:32.547307 | 2021-10-12T07:39:42 | 2021-10-12T07:39:42 | 372,231,278 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 561 | c | #include <stdio.h> //(f)printf
#include <string.h> //string
#include <stdlib.h> //exit
#include <unistd.h>//fork
#include <fcntl.h> //open
#include <sys/wait.h> //wait
int main(int argc,char ** argv){
if (argc<2){
fprintf(stderr,"usage\n");
exit(-1);
}
int cont=0;
char cr;
while((cr... | [
"29379533+bottarocarloo@users.noreply.github.com"
] | 29379533+bottarocarloo@users.noreply.github.com |
356d91612767b977ec4a09da2768f04581e120b4 | ee8080008b949af2a8ce14b75821704fb6d225f1 | /learn_c/algorithm/bitwise/basic/swap_three_variables.c | 24e5111331c82b3c9b8c1a5d1cbedbb4941b902d | [] | no_license | nguyenatan/learn-c | a54701b36edde99d8188e4263b6819a2d84c9182 | 894d800cebcc7b2e5ce979d3d326806ddac94585 | refs/heads/master | 2021-05-26T05:27:32.414119 | 2020-11-01T16:24:10 | 2020-11-01T16:24:10 | 127,598,777 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 272 | c | #include <stdio.h>
void swap_three(unsigned *a, unsigned *b, unsigned *c)
{
*a ^= *b ^ *c;
*b ^= *a ^ *c;
*c ^= *a ^ *b;
*a ^= *b ^ *c;
}
int main(void)
{
int a = 2, b = 3, c = 1;
swap_three(&a, &b, &c);
printf("%d %d %d\n", a, b, c); // 1 2 3
return 0;
}
| [
"noreply@github.com"
] | nguyenatan.noreply@github.com |
7759fe9404693e46acabfaa2eade5630465009a7 | ad02a89fad35fd043edfe6690f5af0b12d7cff75 | /ft_memccpy.c | 50d30062997091233aa85c40fcd4649d912c2dac | [] | no_license | Nyastor/libft | 7fbcf8b9693416cf4320dbf1c872e23ce84fd79e | 284e0ffe9e1e474bd502814029891791ab4cc904 | refs/heads/master | 2023-04-10T12:46:25.096565 | 2021-04-22T19:32:08 | 2021-04-22T19:32:08 | 360,660,238 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,234 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memccpy.c :+: :+: :+: ... | [
"bswarm@student"
] | bswarm@student |
d4f67eda3a22218002a9682267db94d4d55333d2 | 371f47f30e6663228eb11f3e6bcff9fbf4383973 | /include/p64_buckring.h | 1881d12feb66ddf7a799938cfcca1a08161f512b | [
"BSD-3-Clause"
] | permissive | ARM-software/progress64 | 8bad5b69251e05ca2dc0204292f403e70280444f | 1930f44519d8ff3ad5843e67f8af14d5a6d636ee | refs/heads/master | 2023-09-02T00:13:41.327286 | 2023-03-07T23:03:32 | 2023-03-07T23:15:09 | 138,292,902 | 82 | 18 | BSD-3-Clause | 2019-06-25T10:20:25 | 2018-06-22T11:05:35 | C | UTF-8 | C | false | false | 1,015 | h | //Copyright (c) 2019, ARM Limited. All rights reserved.
//
//SPDX-License-Identifier: BSD-3-Clause
//
//Non-blocking ring buffer using pass-the-buck algorithm
#ifndef P64_BUCKRING_H
#define P64_BUCKRING_H
#include <stdint.h>
#ifdef __cplusplus
extern "C"
{
#endif
typedef struct p64_buckring p64_buckring_t;
... | [
"ola.liljedahl@arm.com"
] | ola.liljedahl@arm.com |
3ca5c21e7dd876c086a99cda233be7f5f9c7e9a5 | 0407dbf8b72cb521c0dd45efea2fd3f500bb539d | /ElectrolyteAnalyzer/Generated_Code/PE_LDD.c | ec9bf996cad9ae08097ca134b7fdac5e0d60f92a | [] | no_license | nvhien1992/CW_FRDM-KE06Z | f361394473788741fb351cf56b02c2e820af3dc1 | b57cbf58f1c83b3efd95a12af719fc439ef137e2 | refs/heads/master | 2020-04-26T11:42:21.710169 | 2015-08-31T03:17:15 | 2015-08-31T03:17:15 | 29,116,883 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,490 | c | /** ###################################################################
** THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : PE_LDD.c
** Project : ElectrolyteAnalyzer
** Processor : MKE06Z64VLK4
** Version : Component 01.011, Driver 01.00, CPU db: 3.00.000
... | [
"nvhien1992@gmail.com"
] | nvhien1992@gmail.com |
c4feff31addd26ea582d2cc41d9a7a7616d20cee | 76fd3f6e89f8b086f5f31c4b9f7c58ad0f4b4026 | /handlers/map_handlers.c | 7967f210d3e050afde6e7617aeba5d4aea478202 | [] | no_license | jordanbonaldi/Wolf3D | 65eff59f3cd235ef77354dc64a2d6e9aa9a10993 | ebbff9a27d04a781aac72214059752c00a895ad8 | refs/heads/master | 2020-03-27T15:28:52.477397 | 2018-08-30T08:40:01 | 2018-08-30T08:40:01 | 146,720,924 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,022 | c | /*
** map_handlers.c for wolf in /home/Neferett/wolf3d
**
** Made by Bonaldi Jordan
** Login <Neferett@epitech.net>
**
** Started on Sun Jan 1 21:38:18 2017 Bonaldi Jordan
** Last update Sun Jan 15 21:36:02 2017 root
*/
# include "project.h"
static int get_len_line(char *file, int line)
{
int j;
int ... | [
"jordanbonaldi@me.com"
] | jordanbonaldi@me.com |
c78a254f86d9306fe5fde07cbce7501a2f439613 | b6a6a6f45a9ed0cfd86bddcb140855ca0cfc9540 | /Operating Systems/2018OSD - Threads, Userprog, Virtual memory/thread_internal.h | 3ba3af54d53f3a020e1b3789d825762d44678cd6 | [] | no_license | acuraulm/Miscellaneous | 366e9810833dcc6eedcb95d3c7d3d14e538a6393 | d80b3140f89cf17d41bc582d70e86bd134b63860 | refs/heads/master | 2020-05-03T12:24:29.893156 | 2019-03-31T02:20:44 | 2019-03-31T02:20:44 | 178,625,293 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,581 | h | #pragma once
#include "list.h"
#include "ref_cnt.h"
#include "ex_event.h"
#include "thread.h"
typedef enum _THREAD_STATE
{
// currently executing on a CPU
ThreadStateRunning,
// in ready list, i.e. it is ready to be executed
// when it will be scheduled
ThreadStateReady,
// it is waiting for... | [
"acuraulm@gmail.com"
] | acuraulm@gmail.com |
9dd9a5b26a4233c6998f5a14de486c951eb97137 | 2c78de0b151238b1c0c26e6a4d1a36c7fa09268c | /common/components/rtl/external/Embarcadero/DelphiBerlin/cpprtl/Source/dinkumware/source/xcostate.c | 9096368d52359e5dbbccaa1319deb76d77902faa | [] | no_license | bravesoftdz/realwork | 05a3b308cef59bed8a9efda4212849c391b4b267 | 19b446ce8ad2adf82ab8ce7988bc003221accad2 | refs/heads/master | 2021-06-07T23:57:22.429896 | 2016-11-01T18:30:21 | 2016-11-01T18:30:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 428 | c | /* _Costate table */
#include "xlocale.h"
#include "xtls.h"
#include "xwchar.h"
_STD_BEGIN
_TLS_DATA_DEF(_IMPLICIT_EXTERN, _Statab, _Costate,
{{0}}); /* 0: 1-to-1 inline */
_Statab *_Getpcostate()
{ /* get pointer to _Costate */
return (_TLS_DATA_PTR(_Costate));
}
_STD_END
/*
* Copyright (c) 1992-2006 by P.J. P... | [
"lulinalex@gmail.com"
] | lulinalex@gmail.com |
f0d94f4403e6aa0c706d73063517e2aedfca5b0a | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/7aad4892-a729-4a3e-85c5-316b71b90586.c | feced8d36467dbebb21d8e0f8416177d5d9114c5 | [] | 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 | 567 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=14;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = i%j;
l = l+j;
k = k-k*k;
//variables
/* START VULNERABILITY */
int a;
long b[26];
long c[7];
a = 0;
while (b[a] != 0) ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
e0bae1de10847053d28947c3dae5924f1cd770df | fefac5716839ed8765f8a2b421bc1bf40900f64f | /rushes/rush02/ex00/src-rush-00/rush01.c | 12021160789e4b669deee67c804cbd463f5ba926 | [] | no_license | luizakhachatryan/42 | b883472b972234bddbd04d5252bcfae5af76916a | 352bcc9f192d1af7cc4f8aa3093265d039e2237f | refs/heads/master | 2022-12-13T04:56:04.589325 | 2020-09-17T16:51:20 | 2020-09-17T16:51:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,564 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* rush01.c :+: :+: :+: ... | [
"fotonmoton@yandex.ua"
] | fotonmoton@yandex.ua |
2461342911ae33e2cce24bb092b55c20961c5b91 | 138c849d97f084224d7a83916e3824cdcddca3bb | /c6run_0_98_03_03/build/gpp_libs/ipc/dsplink/.svn/text-base/rpc_ipc.c.svn-base | 65c152f0443b5d372d7b1c75f13fb2f5422e59f9 | [] | no_license | lab85-ru/ti-dvsdk_omapl138-evm_04_03_00_06 | 7210a0324d9b520aa4e17879fe1bb84af98b1178 | 350e68dd99669e46c6f679e91216e22412ee50c5 | refs/heads/master | 2022-07-29T11:31:20.816254 | 2020-05-17T18:09:02 | 2020-05-17T18:09:02 | 264,720,283 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,317 | /*
* rpc_ipc.c
*/
/*
* Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com/
*/
/*
* 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 retai... | [
"info@lab85.ru"
] | info@lab85.ru | |
c07ac499f5cbc63f12e40a788de8c1edaea6de33 | c9f4a6afd95b2a01e2f9176919fab3374499f8c5 | /main.c | 562103b3f2cc0c73563a82f96a54d300fc4cdad8 | [] | no_license | TheFwGuy/magclock | 6f65e79f6b39ebca35edcbdc4c1cc3df9b1740a1 | 59f14a173ebb742018a705b9b83fbf738736540f | refs/heads/master | 2021-04-27T07:45:37.786353 | 2018-02-23T15:28:10 | 2018-02-23T15:28:10 | 122,638,333 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,375 | c | /*
* magdriver -
* Copyright (c) 2013 - Stefano Bodini
*
* This code is designed to drive three coils with a 1 sec pulse each using an LaunchPad board.
* The board is a LaunchPad board, using a MSP430F2012 and the code is compiled using MSPGCC 4.4.3
* using the -mmcu=msp430x2012 parameter
*/
//#include <i... | [
"stefano.bodini@elyxor.com"
] | stefano.bodini@elyxor.com |
e580764c6c1995e61286fe7bcfe3b7a463ea1cb5 | dea3ced165d3b0b00be2a707908d904eb406a9d2 | /gbdk/include/asm/z80/provides.h | 69b20f0f4074067bd02212472249e03ddebc0fab | [
"MIT"
] | permissive | gbdkjs/gbdkjs | f7e22bd307195028367f1337782b56e21aa5f54f | f0a9c2e666c70276af8274b12c26e61f2bb36b2e | refs/heads/master | 2022-12-13T15:23:24.041692 | 2020-02-27T13:14:44 | 2020-02-27T13:14:44 | 120,190,941 | 52 | 2 | MIT | 2022-12-09T13:41:59 | 2018-02-04T14:15:17 | JavaScript | UTF-8 | C | false | false | 60 | h | #undef USE_C_MEMCPY
#undef USE_C_STRCPY
#undef USE_C_STRCMP
| [
"chris.maltby@gmail.com"
] | chris.maltby@gmail.com |
601e3621e1b79d381edb005e5b690ca6f1c925a7 | 47d48a3de5bcc5ff83fa6735c9dde962cb221e25 | /libft/ft_printf_funct/ft_storechar.c | 6b095a33ee0a78d859a2a0cf3598273871d380f9 | [] | no_license | Bumbieris31/push_swap | 1596ef3ef3c3a2ded76c6257bab2efe726b347ff | d1748e3832939c631600f798c8187a5a7f357589 | refs/heads/master | 2020-09-11T17:37:26.116440 | 2019-11-16T18:16:11 | 2019-11-16T18:16:11 | 222,140,558 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,192 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_storechar.c :+: :+: :+: ... | [
"abumbier@f1r2s21.codam.nl"
] | abumbier@f1r2s21.codam.nl |
2b7ff42c2a0c8a5114cb5203554394778c5d2ff1 | 1f8040b376144cb648910df9d5e87750b987fac4 | /resources.c | ef115bb61c7829cf3f72b746b5067b938cfc1b6e | [] | no_license | ch3rc/OSP5 | 1f3cdc95db31b7fa4eaa46052d5c6fb3767cf697 | bb161d364c5398981f2f655ed6cd4400334abe32 | refs/heads/master | 2021-05-21T05:18:13.600144 | 2020-04-19T00:55:20 | 2020-04-19T00:55:20 | 252,560,601 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,291 | c | //=====================================================================
//Date: April 10,2020
//Author: Cody Hawkins
//Class: CS4760
//Program: Assignment 5
//File: resources.c
//=====================================================================
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include ... | [
"hawkins@hoare7.cs.umsl.edu"
] | hawkins@hoare7.cs.umsl.edu |
2199cab23e27d5a8e6c32e1f915061d81ce8ac11 | fe692881320e10c55962cebd165d478c1434c359 | /skill/06/06101.c | 25bbf2377b0d10c33bfd54a6b9eeb4075dcafb43 | [] | no_license | anho9339/chienquoc | 130602c90c43053bbc99dfbfbc877de0b2d81dd7 | cb5157d5eabcb4bb2ff71c292cfbdd5dc5fbb221 | refs/heads/master | 2021-07-04T07:51:49.408023 | 2021-02-01T15:15:58 | 2021-02-01T15:15:58 | 222,929,950 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 366 | c |
inherit SKILL;
// 函数:构造处理
void create()
{
set_number(0610);
set_name( "Đầu Bếp" );
}
// 函数:能否特殊技
void can_perform( object me )
{
send_user( me, "%c%c%w%w%c%w%w%s", 0x60, 3, 610, 6101, 0, 0, 0, "Tửu Thực chế tác" );
send_user( me, "%c%c%w%w%s", 0x60, 4, get_number(), 1, "Tửu Thực chế tác" );
}
| [
"hothienan1993@gmail.com"
] | hothienan1993@gmail.com |
5d6c2c4a029d26535a2ec26498e944da86795dc8 | c551afe0e7d94cc76375bc034523336f1dcef639 | /Part II/Train++/Train_plus_plus/haberman_survival_train_test.h | 1f4d0b1433fce054ef36372602bb5a707cdff9f1 | [
"MIT"
] | permissive | bharathsudharsan/ECML-Tutorial-ML-Meets-IoT | cdd2e49d5fa9c25bfa19e3589b3dff3ea947dc08 | 7928e517598c91778c5de648ad630585d9fc89eb | refs/heads/main | 2023-08-02T14:53:23.484715 | 2021-09-16T21:01:08 | 2021-09-16T21:01:08 | 382,620,596 | 6 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,740 | h | #define FEATURES_DIMEN 3
#define DATASET_ROWS 306
float X[DATASET_ROWS][FEATURES_DIMEN] = {
//1. Age of patient at time of operation (numerical)
//2. Patient's year of operation (year - 1900, numerical)
//3. Number of positive axillary nodes detected (numerical)
{30,64,1},
{30,62,3},
{30,65,0},
{31,59,2},
{31,65,4},
{... | [
"bhasud@ie.deri.local"
] | bhasud@ie.deri.local |
36c25ce843328e152c6df6e90d9b97bc0c6b88de | 9e668585ada8d94bb7e43f3021e0a014ee7c39f9 | /src/main.c | 3b38e1c0c20fc2ef13d88da9b1d405b9bee6f46e | [
"Apache-2.0"
] | permissive | Appudo/libxdelta3 | 00169db7eb8074a79ddc8fdac46fc44f755529be | 3237b63c78528c82098e90daefe20197200dbebb | refs/heads/master | 2020-12-30T10:23:49.753551 | 2017-07-31T08:40:01 | 2017-07-31T08:40:01 | 66,492,805 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 781 | c | /* xdelta3 - delta compression tools and library
*
* Copyright (C) 2014
* 543699f52901235482e5b2c38ffc606366c05ce2c371043aecdbeff00215914a source@appudo.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ... | [
"pending@appudo.com"
] | pending@appudo.com |
c9d17958eb90729425558999cc3f87f6bd69e996 | 8ff87173dfab346d52b515f9460278411dab8607 | /2_23之管道/pipe2_4/pipe3.c | dfe8217c2ead8b5544856fa0d6da2acd6a083a6c | [] | no_license | hj605635529/linux | 75b5c59f33eb10089d85bf7e3bbe39c6ecb9088b | d7cfd806b7eafc4bc6da90ead854dea8fdd18107 | refs/heads/master | 2020-03-20T13:40:19.277655 | 2018-06-15T08:51:52 | 2018-06-15T08:51:52 | 137,462,707 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,309 | c | /*************************************************************************
> File Name: pipe.c
> Author: huangjia
> Mail: 605635529@qq.com
> Created Time: Wed 22 Feb 2017 11:46:32 PM PST
************************************************************************/
#include<stdio.h>
#include<unistd.h>
#include<strin... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
f4d0fb17a64fc5c8b6003627496daf5670a0d3e5 | c456b05cf1fe1b74c9ac16fad776cd174e566e66 | /src/engine/math/vecs/vec4f.h | 95c47c792281ae648e8b9750abc2fb19f328e6ae | [] | no_license | Nedusat/MurderEngine | d4a50d7768e12dcdaa2335a0ae24fc1dd268050e | f8d5ddbac21e9e4af93c2539963bcb219d355220 | refs/heads/master | 2021-05-17T15:53:58.949585 | 2020-03-28T16:38:51 | 2020-03-28T16:38:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 395 | h | #ifndef VEC_4F_H
#define VEC_4F_H
me::vec4f::vec4f(float x, float y, float z, float w)
{
this->x = x;
this->y = y;
this->z = z;
this->w = w;
}
void me::vec4f::add(me::vec4f &vec)
{
this->x+=vec.x;
this->y+=vec.y;
this->z+=vec.z;
this->w+=vec.w;
}
void me::vec4f::sub(me::vec4f &vec)
{
}
void me::vec4... | [
"spelfanta2@gmail.com"
] | spelfanta2@gmail.com |
0327073b230ab402982cb65c6ea22ce78306239b | ace26cc33ebc9fa02199b0627699999adfba2164 | /kernel/linux-5.4.152/net/ipv4/ip_vti.mod.c | 23466733a14f1eff35f2eebb9d89e295ce13e087 | [] | no_license | YJbonobono/linux-design | 936d5b9880e2aac4d86c07c3ca6c260d90b3e135 | 1684b19645bcd523d51fe2d12805d0bbcdea6599 | refs/heads/main | 2023-08-07T21:55:30.484704 | 2021-10-12T17:01:04 | 2021-10-12T17:01:04 | 413,645,550 | 0 | 0 | null | 2021-10-05T02:34:49 | 2021-10-05T02:15:12 | Shell | UTF-8 | C | false | false | 2,624 | c | #include <linux/build-salt.h>
#include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
BUILD_SALT;
MODULE_INFO(vermagic, VERMAGIC_STRING);
MODULE_INFO(name, KBUILD_MODNAME);
__visible struct module __this_module
__section(.gnu.linkonce.this_module) = {
.name = KBUILD_MODNAME,
.init = init_... | [
"1004anny1@naver.com"
] | 1004anny1@naver.com |
8c8b80a0dc04ad3f8505761a42a97a2fd27a692c | 6099b15457d72898872a708113cc6cae715f050b | /3rdparty/musl/libc-test/src/regression/strverscmp.c | a4daa26a6f4865c722c5d550b21fb7e3afbb3be0 | [
"BSD-3-Clause",
"LicenseRef-scancode-mit-nagy",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"MIT",
"GPL-1.0-or-later",
"OpenSSL",
"Apache-2.0"
] | permissive | BRMcLaren/openenclave | 277d5bd5258ea3d62b25b10db8edd339673776dd | 0002b1c22c10bf3de818e5b76d012e02e3b464de | refs/heads/master | 2021-07-02T00:03:22.821481 | 2021-01-26T17:21:13 | 2021-01-26T17:21:13 | 226,914,136 | 1 | 0 | MIT | 2021-03-31T21:06:41 | 2019-12-09T16:16:38 | C | UTF-8 | C | false | false | 785 | c | // leading zero handling according to the manual
#define _GNU_SOURCE
#include <string.h>
#include "test.h"
#define ASSERT(x) ((x) || (t_error(#x " failed\n"),0))
int main()
{
ASSERT(strverscmp("", "") == 0);
ASSERT(strverscmp("a", "a") == 0);
ASSERT(strverscmp("a", "b") < 0);
ASSERT(strverscmp("b", "a") > 0);
AS... | [
"jloeser@microsoft.com"
] | jloeser@microsoft.com |
c43dee20ad2814f46eb8abc6ccc438a5c6af408c | 81f40a39848f12e5b07e958cf2b4fda999cea4b6 | /board/board.h | 0128ad7a703f0096d7cee6a4d13ff2b19c51b9f1 | [] | no_license | yanchunqing2010/rtt-bsp-pandora_wifi_support | a797ea0dccf3d2425aa5a42004e82d39e3636c12 | ad66a0a72da8e73186d98e22baedc0cae5bc3df3 | refs/heads/master | 2020-06-30T08:52:55.151156 | 2019-08-05T07:59:38 | 2019-08-05T09:52:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,686 | h | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2018-11-5 SummerGift first version
*/
#ifndef __BOARD_H__
#define __BOARD_H__
#include <rtthread.h>
#include <stm32l4xx.h>
#include "drv_common.h"
#inc... | [
"sogwyms@gmail.com"
] | sogwyms@gmail.com |
95c02d4d64db08fee33a552d2015786cb2d4a6a4 | 70bdbf7bd66268a66af7169d284fa5821478a486 | /easyflash/src/ef_env.c | 26830f007ee83a7a85e92ddb745e1d86e798603d | [
"MIT"
] | permissive | pushuang/EasyFlash | 83dbfaf79d9639a93ca86ec8b0e3951a078da2ed | 9c3000739e1b0ba2b2e01ad2dc39658f2c79bc0c | refs/heads/master | 2020-12-31T06:22:51.246572 | 2015-07-11T02:17:51 | 2015-07-11T02:17:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,800 | c | /*
* This file is part of the EasyFlash Library.
*
* Copyright (c) 2014, Armink, <armink.ztl@gmail.com>
*
* 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... | [
"armink.ztl@gmail.com"
] | armink.ztl@gmail.com |
85da5555ff323ffc690c07a6fc7565ae7e2c63e5 | d106bab43506c1d7af6ca4697ccfcc1eb614d62a | /mult.c | 2a8d422e4d1556b17277c57a49f4d241355aa737 | [] | no_license | sagar123agrawal/evenset | dd2b89c7a7ac48ef6cb7953d12dd1de5f9bd391e | 655fa7eb52b620f35eef55cac2b7773ebbb1ee2e | refs/heads/master | 2020-03-10T16:51:30.005622 | 2018-05-22T19:33:42 | 2018-05-22T19:33:42 | 129,484,634 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 125 | c | #include<stdio.h>
void main()
{
int n,m;
scanf("%d%d",&n,&m);
if((n*m)%2==0)
printf("even");
else
printf("odd");
}
| [
"noreply@github.com"
] | sagar123agrawal.noreply@github.com |
5b79ae81292fbf3ed8c755e0247cfe051853cb89 | c8e6dfe5d2d4511f6ba1413b278932a2ab10a9c1 | /lib/am335x_sdk/ti/osal/soc/am572x/osal_soc.h | 692aff112692d556979e908cd97529b653ed0ee6 | [
"MIT"
] | permissive | brandonbraun653/Apollo | 61d4a81871ac10b2a2c74c238be817daeee40bb6 | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | refs/heads/main | 2023-04-08T19:13:45.705310 | 2021-04-17T22:02:02 | 2021-04-17T22:02:02 | 319,139,363 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,121 | h | /*
* Copyright (c) 2015-2016, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
* n... | [
"brandonbraun653@gmail.com"
] | brandonbraun653@gmail.com |
0525dfa93586b25252d81c5ebc29245084b615f0 | 46979906b331cc10c7f0f009a158ce0996f14097 | /dynchk/libs/libgio-2.0/g_memory_output_stream_get_size.c | a003a5e2b6f1f7f1ef24aac24f56ecd31d5b4690 | [] | no_license | mwichmann/lsb-checkers | 2f6a9674c9a23e39d69d35e8d2457c7a5b3881dc | 1170e4486085731b129cbb060c693e7e6ebca027 | refs/heads/master | 2020-06-11T00:07:56.105656 | 2016-12-08T19:30:39 | 2016-12-08T19:30:39 | 75,857,254 | 3 | 3 | null | null | null | null | UTF-8 | C | false | false | 1,184 | c | // Generated by gen_lib.pl
#include "../../tests/type_tests.h"
#include "../../misc/lsb_output.h"
#include "stdlib.h"
#include <glib-2.0/gio/giotypes.h>
#include <glib-2.0/gio/gmemoryoutputstream.h>
#undef g_memory_output_stream_get_size
static gsize(*funcptr) (GMemoryOutputStream * ) = 0;
extern int __lsb_check_para... | [
"mats@linuxfoundation.org"
] | mats@linuxfoundation.org |
ba0a575b5edbeddb494fe6e53def3cb178178c5e | 8099bbef8b4dcf25798029959fb90044b167ebec | /unit7/exer6.c | e2019c0c2037e9d1b03ee6a93d9dbe6f83fdd290 | [] | no_license | ILoveFryingPan/LearnCPrimerPlus | 3ffddf723ddc240fe7c023326f4e5f12ced9d26f | 2abe7fea84a7c1e70fe7de02d24663d4dccb622f | refs/heads/master | 2023-06-29T09:32:04.024962 | 2021-07-21T08:40:11 | 2021-07-21T08:40:11 | 296,826,304 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 262 | c | /*第七章 编程练习 第六题*/
#include<stdio.h>
int main(void)
{
char ch, lastch = '\0';
int count = 0;
while((ch = getchar()) != '#')
{
if(lastch == 'e' && ch == 'i')
count++;
lastch = ch;
}
printf("the time is %d.\n", count);
return 0;
}
| [
"2669206166@qq.com"
] | 2669206166@qq.com |
6dd1fb32dd9e55218dbce685bd694fac8f7b4956 | 70236f3b5ad523952572810c5d85a66276773603 | /代码阅读方法与实践/随书光盘/XFree86-3.3/xc/config/util/mkdirhier.c | 02a7fbb3ee8805fe91a3dfe9a7935dffef5704a5 | [] | no_license | near2see/read-book-notes | adc0878d614ca163334fa8c7c26d64c260c0c836 | f10a0e40520f518cd6852e8f6fd497d763b277f9 | refs/heads/master | 2020-09-28T15:37:25.344285 | 2019-10-18T01:05:36 | 2019-10-18T01:05:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,179 | c | /* $XConsortium: mkdirhier.c /main/1 1996/11/13 14:43:34 lehors $ */
/*
Copyright (C) 1996 X Consortium
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 limi... | [
"collinxz@163.com"
] | collinxz@163.com |
ec8ac44711e20e0ea35012774cb79c45ac3a03e2 | 25ba673dae94a65d02989d8b72aa4ebda00b0652 | /예제3-7.c | e1cd08870dab16e56c6c30d992f4a26e68cdf3f6 | [] | no_license | mykid7/C | 3c72d2414ba4a9ae889d57702468ccbfea19796a | 23d1de46d313521a53cb957014f492e3165cff17 | refs/heads/master | 2020-07-21T16:58:10.378238 | 2019-11-10T15:20:47 | 2019-11-10T15:20:47 | 206,925,648 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 389 | c | #define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <string.h> // 문자열을 다룰 수 있는 string.h 헤더 파일 포함
int main()
{
char fruit[20] = "strawberry"; // strawberry로 초기화
printf("%s\n", fruit); // strawberry 출력
strcpy(fruit, "banana"); // fruit에 banana 복사
printf("%s\n", fruit); // banana 출력
... | [
"noreply@github.com"
] | mykid7.noreply@github.com |
cb77cadd8d9210b2243a62b07e3ad07a746b1e67 | 85fa095a971560cbf86cf03fdf47d5a19599ae6b | /src/pager.c | f8f6f3047093e20260ae47702b1697120d337d66 | [] | no_license | moon-chilled/nethackbrass | aa8572ad04dc4700441686147d5efff1542c2afa | 8268d4cf7a11bfd38fea5f783be1cbb49170cef4 | refs/heads/master | 2021-06-13T10:24:27.619676 | 2017-03-10T17:20:32 | 2017-03-10T17:20:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 28,249 | c | /* SCCS Id: @(#)pager.c 3.4 2003/08/13 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
/* This file contains the command routines dowhatis() and dohelp() and */
/* a few other help related facilities */
#include "hack.h"
#inc... | [
"elronnd@slashem.me"
] | elronnd@slashem.me |
a4eae97aaef974bae7019abd99bc8665317fb4f5 | 3b826329c0197ebe2650f13443c7700c68bcbb09 | /includes/i8259A_emu.h | 51456ecd58134db44c9b0e55232068707c70dd42 | [
"MIT"
] | permissive | vookimedlo/tinyos | 1fac59e925b2d09e48b4249ebe95b331d1d3dc71 | 02c534f2ad4af6d3f44f515eb17bdf3b72c1c7b3 | refs/heads/master | 2020-04-18T15:54:07.319810 | 2013-08-06T00:49:02 | 2013-08-06T00:49:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 513 | h |
#ifndef i8259A_emuH
#define i8259A_emuH
#include "kernel.h"
#include "resource.h"
void init_i8259A_emu(void);
/* 0x20 */
void i8259A_master_out_port_A(BYTE value);
BYTE i8259A_master_in_port_A(void);
/* 0x21 */
void i8259A_master_out_port_B(BYTE value);
BYTE i8259A_master_in_port_B(void);
/* ... | [
"kazushi@rvm.jp"
] | kazushi@rvm.jp |
4fd05af13127131a437d5c10236c02db50e9b163 | cdd8a53dd491e2cbc61aa5c87ed142c495626780 | /segel.c | 42321814081d578683d207da088561e2f0781505 | [] | no_license | assaflovton/234123-OperatingSystemsHW3 | 955a2848d2ece0e18eed5b72c70bf0089b029580 | c7c95ef9975f152362738295d452fc0ee8e36ad0 | refs/heads/main | 2023-08-04T15:50:06.984861 | 2021-09-11T19:39:45 | 2021-09-11T19:39:45 | 405,467,902 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 13,644 | c | #include "segel.h"
/**************************
* Error-handling functions
**************************/
/* $begin errorfuns */
/* $begin unixerror */
void unix_error(char *msg) /* unix-style error */
{
fprintf(stderr, "%s: %s\n", msg, strerror(errno));
exit(0);
}
/* $end unixerror */
void posix_error(int cod... | [
"62953134+assaflovton@users.noreply.github.com"
] | 62953134+assaflovton@users.noreply.github.com |
16c467b514372527be11850f6e1e7c7776dee8f5 | d7f5957df7e30aa03fb327fe904ffda91a1345c2 | /Initiation_C/racinecarre.c | d6e53dba2bee5e373591ad9f8e79e4276f48dc63 | [] | no_license | MaelVe/C | 9e1b2cc155b66c4b5277d71604a518b8c4581270 | 4b62f5cd2184831638becf23541ca1b735d324b6 | refs/heads/master | 2020-07-23T06:35:29.417131 | 2017-06-14T16:57:33 | 2017-06-14T16:57:33 | 94,353,813 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 378 | c | /* Ce programme permet de saisir un caractere et d'affiche sa racine carrée
Mael VERON
septembre 2015 */
#include <stdio.h>
#include <conio.h>
int main (void)
{
float a,r;
puts ("saisir un nombre x");
scanf("%f",&a); // a <- lire le clavier
r=sqrt(a); // calculer racine de a
printf("La racin... | [
"noreply@github.com"
] | MaelVe.noreply@github.com |
321f8b46dbcfc1b05ed76483614518b1dbd3ff2f | c9fd937f94041713d707a5c7ef720fc10c2b3664 | /macros.h | 129d32651401a9b58d634967150c100db65069b2 | [] | no_license | shawqy/SmartHome_ARM | b9843f4d72e2b4ecb4b0ad45e0210855d27ebef5 | 74cdb347baf881186f989055a1c5d9c0037275c4 | refs/heads/master | 2020-05-09T13:42:13.804811 | 2019-05-16T18:16:15 | 2019-05-16T18:16:15 | 181,164,208 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,049 | h | /*
* Module: Macros.
*
* File Name: macros.h
*
* Disc: commonly used macros
*
* Created on: ------
*
* Author: Samir Mossad Ibrahim
*/
#ifndef MACROS_H_
#define MACROS_H_
/*Check if specific bit is set in any register*/
#define BIT_IS_SET(REG,BIT_NUM) ((REG)&(1<<BIT_NUM))
/*Check if speci... | [
"samirmossad6@gmail.com"
] | samirmossad6@gmail.com |
ccdda8c5a414ac8fc8eeda9c781ffccfb5950a52 | be3167504c0e32d7708e7d13725c2dbc9232f2cb | /mameppk/src/lib/formats/smx_dsk.c | bebbffbeb776e4712757c3998ac1fa2b66c24ec9 | [] | 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 | 1,114 | c | // license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/smx_dsk.c
Specialist MX format
*********************************************************************/
#include <assert.h>
#include "formats/smx_dsk.h"
... | [
"mameppk@199a702f-54f1-4ac0-8451-560dfe28270b"
] | mameppk@199a702f-54f1-4ac0-8451-560dfe28270b |
40e74b1a32a731291bdb2b3c0c4910baf4ffac1e | 2cd986dee35becd91cbd93ba7b35414e80e33f4f | /venv/include/python3.7m/enumobject.h | 12c6e18f902ee22bdd6bd355ac73d84245e90a29 | [] | no_license | HernanG234/sensors_async_sim | 95ccb4e4fd188b8fc5be206bae3af4302f23e3e2 | fce3701e2a0865198c0977ede5f42da77b8a7853 | refs/heads/master | 2020-05-07T09:43:57.354059 | 2019-05-11T19:07:23 | 2019-05-11T19:07:23 | 180,387,282 | 0 | 1 | null | 2019-04-29T15:42:53 | 2019-04-09T14:37:38 | Python | UTF-8 | C | false | false | 42 | h | /usr/local/include/python3.7m/enumobject.h | [
"hernan.gonzalez@incluit.com"
] | hernan.gonzalez@incluit.com |
25484d86aab403ea81335886ae9a9c93aecdedb9 | c673f57337bfeac930a81e2bf54239768808bf5f | /src/tasks/audio.c | 5beae08a39f08f1865e1a016cae36b1ec7c7c87a | [
"BSD-3-Clause",
"MIT"
] | permissive | juimonen/sof | e5ea4110917280abb258c7314b26a1fb57c62a5d | ef4fc532c59d3bad59e64ef2e1b89459511039a9 | refs/heads/master | 2023-08-02T21:34:43.500209 | 2018-08-02T03:44:48 | 2018-08-02T03:44:48 | 143,250,507 | 0 | 0 | NOASSERTION | 2019-06-14T08:30:43 | 2018-08-02T06:14:23 | C | UTF-8 | C | false | false | 3,020 | c | /*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of co... | [
"liam.r.girdwood@linux.intel.com"
] | liam.r.girdwood@linux.intel.com |
5f82ac9d76e012cfa01af07d6bb654f9033fb998 | 46ddf59ca3d1a4468f1e82fa632457283d630a5b | /TPs-Laboratorio-I/TP_3_Cascara/TP_3_Cascara/movies.h | 1813feac0b1c0f06c8f43f26c13cc33d36bbac80 | [] | no_license | mguelpa/Programacion-Laboratorio-I | 7361e0dfe47f87540991b08bef34934acd0898fc | a5bb25e52f385aa424fc71676ba12df6787023a5 | refs/heads/master | 2021-01-22T18:07:04.359774 | 2018-04-02T02:41:09 | 2018-04-02T02:41:09 | 119,440,237 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,126 | h | #ifndef MOVIES_H_INCLUDED
#define MOVIES_H_INCLUDED
#define MAX_REINGRESOS 3
#define MAX_CHARS_HTML 2048
#define MAX_CHARS_TITULOS 50
#define MAX_CHARS_GENEROS 50
#define MAX_CHARS_DESCRIPCIONES 500
#define MAX_CHARS_LINKS 500
#define MOVIE_EMPTY 0
#define MOVIE_TAKEN 1
#define MOV... | [
"mguelpa@gmail.com"
] | mguelpa@gmail.com |
59194b71cac9d50fe053e0454f9059bc8591cd65 | 5d417f03f724f4e23000f28cd629c92bc9297a23 | /common/services/usb/class/cdc/device/example2/sam4s16c_sam4s_ek/iar/asf.h | 87dbb58c24e865e388baf9d2e100a0a61dbb5ffc | [] | no_license | siliconunited/atmel-asf | 5ac78a123cb0f5026ffb9a0ba66b75abcccb788f | 19e02800a6cc33d203f5d12f7dfca0c39195d879 | refs/heads/master | 2021-01-22T21:34:10.563981 | 2017-03-19T04:45:30 | 2017-03-19T04:45:30 | 85,439,630 | 6 | 3 | null | 2020-03-08T01:34:35 | 2017-03-18T23:56:24 | C | UTF-8 | C | false | false | 3,469 | h | /**
* \file
*
* \brief Autogenerated API include file for the Atmel Software Framework (ASF)
*
* Copyright (c) 2012 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided t... | [
"robksawyer@gmail.com"
] | robksawyer@gmail.com |
3a1a3d5c185aec97d855e25283856a1a775abc55 | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/ds/security/services/ca/ocmsetup/regd.h | a784b932903b101da591943ad7dd88618dea344c | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 921 | h | //+--------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1996 - 1999
//
// File: regd.h
//
// Contents: Helper functions registering and unregistering a component.
//
// History: July-97 xtan created
//
/... | [
"112426112@qq.com"
] | 112426112@qq.com |
2612b93afcfe27ac9e198851afe6d2108c18b270 | be1aa238ce2655abaf35b4375bd4bb1a12a72404 | /cpp/part2.c | 78c329af72ab51b5506932d1dfff91af5b3c6b4e | [] | no_license | imnxllet/CSC443 | 3dd66350165eb2648fd4d0f7d83863de67679cef | 2db795765868ab156327ccbb070e6634a7dbd183 | refs/heads/master | 2021-03-24T14:07:08.707900 | 2018-02-21T03:15:08 | 2018-02-21T03:15:08 | 121,722,402 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,082 | c | #include "part2.h"
#include <time.h>
#include <sys/timeb.h>
#include <stdlib.h>
#include <stdio.h>
#include <strings.h>
#include <cstring>
/* Compute the number of bytes required to serialize record.*/
int fixed_len_sizeof(Record *record){
/* number of items inside the vector */
/*Record::iterator it; // dec... | [
"chrislu0126@hotmail.com"
] | chrislu0126@hotmail.com |
b137180b613b250994730113a29c55390024d04c | c3ac6a59aa7560f6c59b6cc8f46ce923e1b0af35 | /src/clan.c | 643a963693f63cae34bab237ca2c33a94fef356b | [] | no_license | cbagg/aagnor | 88c33c36ac0d92dcedd9cc3b5e988235a805e9b0 | 8f8523b6ca26fcf1a3514c1b896ecd9747e6b9cf | refs/heads/main | 2023-04-24T04:46:54.476766 | 2021-05-08T00:17:49 | 2021-05-08T00:17:49 | 365,369,812 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 29,993 | c | #include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <memory.h>
#include "merc.h"
#include "clan.h"
/***************************************************************/
/*Following are army orientanted routines for Forsaken... | [
"A"
] | A |
f7839ea4fd34762510b0bc2ffabc922d08b2df8e | 3efe6e841b5b384976bf6cdfbc06d3c49ccb979c | /cayenne_lpp.h | da5b1a79145d1e5013eb9b8b05b22db9599e0dda | [
"MIT"
] | permissive | dron23/CayenneLPP | 097d4197514c4d5bbaa0503c7e6ce3410c5717b3 | 74dce6fa84eb0d409f85c2ba562fdfe1f8209a06 | refs/heads/master | 2021-04-29T23:32:09.227265 | 2018-02-14T20:43:54 | 2018-02-14T20:43:54 | 121,557,152 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,284 | h | struct CayenneLPP; // forward declared for encapsulation
struct CayenneLPP* CayenneLPP__create(unsigned char size);
void CayenneLPP__destroy(struct CayenneLPP* self);
void CayenneLPP__reset(struct CayenneLPP* self);
unsigned char CayenneLPP__getSize(struct CayenneLPP* self);
unsigned char *CayenneLPP__getBuffer(struct... | [
"jiri.slezka@slu.cz"
] | jiri.slezka@slu.cz |
ead519138d72aacb17b14ba157ce2f4f52746d8d | 8e0fac209fa8759dd956d31240fc30a61633088f | /Clase 6/sort/sort.c | 3088b849f2b579256f7cc5cac7ca7d18c3215acd | [] | no_license | nmiguenz/Programacion_Laboratorio_I | c327e95177b574188446aa072e92c4aa4e17bdee | 25079d7e0dfb1cd6cc5598f094c2f57c77f1557d | refs/heads/master | 2020-03-07T19:57:52.335022 | 2018-04-18T13:34:58 | 2018-04-18T13:34:58 | 127,683,522 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,689 | c | #include <stdio.h>
#include <stdlib.h>
int swapInt(int* primerEntero,int* segundoEntero);
/** \brief Ordena un array de enteros
*
* \param array int* Puntero al array
* \param cantidadElementos int cantidad de elementos del array
* \param flagOrden int [1] Ordena de mayor a menor [0] Ordena de menor a... | [
"noreply@github.com"
] | nmiguenz.noreply@github.com |
7ef6b3a6ef018391123afc9f76a4e81e47dc7827 | 333f5ebf8816ba4ed89705b76c12e544d680d6c0 | /Core/Src/stm32l4xx_it.c | b6b6805a8f33b70b5635a580f81d5ab14e08dec2 | [] | no_license | tolae/PIDPingPongBall | 4555ed4e65ab33e105f4c07483f86db3e7dc66bd | 2e3cb643f7954739ba0266ec5776833757603aee | refs/heads/master | 2023-01-07T17:10:56.961557 | 2020-11-08T20:06:10 | 2020-11-08T20:06:10 | 311,144,328 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,978 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32l4xx_it.c
* @brief Interrupt Service Routines.
******************************************************************************
* @attention
*
* <h2><center>© Copyright (c) ... | [
"ethanltola@gmail.com"
] | ethanltola@gmail.com |
7128a1839763cdfacc09bb7a88f4b31e15797202 | 370d8ecf5c6e09e7e23dd4d3a75b620f1c026b43 | /lab2.c | 4aa06f26cfb661b1b343821ad09823ef0be0b196 | [] | no_license | DarkProtocol/home_assigment | 31258c6a1f4f6ba1123634f4f286bd30e79b694d | 24f88b4bc8635df380f6d065aa76cb7ab565d382 | refs/heads/master | 2021-01-10T23:11:45.194883 | 2017-05-31T20:32:49 | 2017-05-31T20:32:49 | 70,637,927 | 0 | 3 | null | null | null | null | UTF-8 | C | false | false | 6,236 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#define INIT__STRIP_SIZE 14
#define STRIP_INC 7
/*Main turing struct*/
struct Turing {
int *stripMemory;
long long int stripSize;
int *stripPosition;
long long int memory;
} turing_t;
int sizePOS = 1; /* Size of variable, essent... | [
"noreply@github.com"
] | DarkProtocol.noreply@github.com |
1f182873e48a2af615b5651bff8e3e15a2fd60e9 | ebb872cfebeea7f006a823d7b05022aa330eaa29 | /22.c | d6835bc1285e847ab1bae383455f06130b19383f | [] | no_license | smythili1234/mythilisiva | f24489223ecad7f5f0d11f86ec0cd7fbf388f57c | e7beff79c0dd6e89b31bedc5edcba144481226c8 | refs/heads/master | 2021-09-09T20:01:41.444957 | 2018-03-19T11:24:29 | 2018-03-19T11:24:29 | 118,116,272 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 518 | c | #include <stdio.h>
int main()
{
int i, n;
float arr[100];
printf("Enter total number of elements(1 to 100): ");
scanf("%d", &n);
printf("\n");
for(i = 0; i < n; ++i)
{
printf("Enter Number %d: ", i+1);
scanf("%f", &arr[i]);
... | [
"noreply@github.com"
] | smythili1234.noreply@github.com |
9cc41e4d48b8c6ced34ae08045986f9541a5cf19 | 46add311c50fe387140e1f0c3dedea5e2e12334d | /CPool_Day03/my_print_revalpha.c | 4eac4bd15d31fbe7b55274891349b104ff385017 | [] | no_license | jeremy9875/CPool | 8c736c3f0947988327f7ba9b4647223e0303f316 | f200b0dbf89d5a3c014ba6a705c4a3f27a6a8162 | refs/heads/master | 2020-03-25T18:13:01.828352 | 2018-08-08T13:38:13 | 2018-08-08T13:38:13 | 144,017,443 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 402 | c | /*
** my_print_revalpha.c for my_print_revalpha in /home/jeremy.el-kaim/CPool_Day03
**
** Made by jeremy elkaim
** Login <jeremy.el-kaim@epitech.net>
**
** Started on Wed Oct 5 10:50:46 2016 jeremy elkaim
** Last update Fri Oct 7 07:49:28 2016 jeremy elkaim
*/
int my_print_revalpha()
{
int c;
c=122;
... | [
"jeremy.el-kaim@epitech.eu"
] | jeremy.el-kaim@epitech.eu |
f0d4a4087b7e33f14b188ce28246afc674669fe6 | 1c6a7ae5dca2a38c68fde97a676478c6573bca02 | /linux-3.0.1/drivers/char/efirtc.c | 53c524e7b82928a78ff04e26be135ca4c1a4e428 | [
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | tonghua209/samsun6410_linux_3_0_0_1_for_aws | fab70b79dc3e506dc03ac1149e2356137869c6ca | 31aa0dc27c4aab51a92309a74fd84ca65e8c6a58 | refs/heads/master | 2020-04-02T04:24:32.928744 | 2019-01-20T13:51:34 | 2019-01-20T13:51:34 | 154,015,176 | 0 | 0 | Apache-2.0 | 2018-10-24T14:51:04 | 2018-10-21T14:07:31 | C | UTF-8 | C | false | false | 9,743 | c | /*
* EFI Time Services Driver for Linux
*
* Copyright (C) 1999 Hewlett-Packard Co
* Copyright (C) 1999 Stephane Eranian <eranian@hpl.hp.com>
*
* Based on skeleton from the drivers/char/rtc.c driver by P. Gortmaker
*
* This code provides an architected & portable interface to the real time
* clock by using EFI ... | [
"kyh1022@163.com"
] | kyh1022@163.com |
3d2cc3fbdda8b2ff2d371966a17869aaaefb8865 | af9b7a49f5912142ff4e7cb35fd11b1e9635154d | /sdk/codec/flacdecode/main.c | 47e852761e705f4255a6ed92edfdafb1bee660b3 | [] | no_license | YuHsinShi/2430personal | 528ff02226102af77a006fef80fe7c35139fa7bb | 83e1ce53a7d872ed27bad4ba5549953975c0be3b | refs/heads/master | 2023-03-06T14:44:31.607663 | 2020-07-25T15:55:28 | 2020-07-25T15:55:28 | 340,536,248 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 36,170 | c | /////////////////////////////////////////////////////////////////
// Include File
/////////////////////////////////////////////////////////////////
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include "config.h"
#include "flac.h"
#if defined(ENABLE_CODECS_PLUGI... | [
"lawrence.shi@ite.com.tw"
] | lawrence.shi@ite.com.tw |
480e3ef1485bb295d18ed68638b7a0a666c95de2 | 85377ff9cd3920aecd2dd9f6014a2e2448730522 | /Vehicle State Estimator ECU1/Libraries/LIBRARIES_INCLUDES/SW_Delay.h | a887b1f11b48dddf8f5fec0e244a6bd8cb620e55 | [] | no_license | mayersamir/Vehicle-State-Estimator | b87b2c49bbacbec76c462c69f426067daf12a14b | da425fbfb4b9253c1a31156fa3ceac23a0a19955 | refs/heads/master | 2020-09-09T21:09:48.563698 | 2019-11-14T15:44:17 | 2019-11-14T15:44:17 | 221,571,724 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 304 | h | /*
* SW_Delay.h
*
* Created on: Oct 21, 2019
* Author: AVE-LAP-070
*/
#ifndef LIBRARIES_LIBRARIES_INCLUDES_SW_DELAY_H_
#define LIBRARIES_LIBRARIES_INCLUDES_SW_DELAY_H_
#define F_MC 16000000UL
void SW_Delay_ms(uint32 delayValue);
#endif /* LIBRARIES_LIBRARIES_INCLUDES_SW_DELAY_H_ */
| [
"mayersamir1111@gmail.com"
] | mayersamir1111@gmail.com |
f38a3bfbd74b55e0ea442b0eabd768d5bf4fb269 | 04c3d6fb1aca8cf8a77e6dea317a3521eea24200 | /inversingalist.c | adb4847fe95fcea0695c670e545da77a29666dc8 | [] | no_license | Ritwik33/programs | 6e1f737769892aba923ddb67002e4ec557ac51e8 | 54760f005facb1aca64a43c5d962a90c4a4fd044 | refs/heads/main | 2023-06-24T17:47:10.693297 | 2021-07-26T07:47:47 | 2021-07-26T07:47:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,362 | c | #include<stdio.h>
#include<conio.h>
#include<stdlib.h>
#include<malloc.h>
typedef struct node{
int val;
struct node *next;
}node;
node *start=NULL;
node *create(node *start){
int num;
printf("\nEnter value: ");
scanf("%d",&num);
node *ptr,*new_node;
while(num!=-1){
new_node=... | [
"ritwikawesome556@gmail.com"
] | ritwikawesome556@gmail.com |
fe30ed43c61ae5bd1c38350609a586ca33a8b413 | 740681730b9d9ab1d6751d9a7280cfafeb8b3f86 | /otus/freebsd/src/sys/dev/athp/if_athp_pci_hif.c | c0e15321555d36d3f6682b4c3a69030477fa75a3 | [] | no_license | erikarn/athp | 6486df8a7e51f956172f050921bd5161c35f3487 | 992669cbd68d0de54797f50feb1f00abb2cbafe3 | refs/heads/master | 2022-09-10T13:50:25.562578 | 2022-08-11T01:31:12 | 2022-08-11T01:31:12 | 63,910,625 | 50 | 20 | null | 2020-11-16T12:58:28 | 2016-07-22T00:17:50 | C | UTF-8 | C | false | false | 31,632 | c | /*-
* Copyright (c) 2015-2017 Adrian Chadd <adrian@FreeBSD.org>
* Copyright (c) 2005-2011 Atheros Communications Inc.
* Copyright (c) 2011-2013 Qualcomm Atheros, Inc.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
... | [
"adrian@freebsd.org"
] | adrian@freebsd.org |
acf8438913177f546fa766daee66fb4bcf348f84 | 2f4f6f407cee422aaf0d3056c18a4056c3e96772 | /libs/motan_tools.c | 70f177c9f0e43eb3f4eceb2729bdee63f4d15975 | [
"Apache-2.0"
] | permissive | superliyang/motan-openresty | 1a07925fd2fe7243efb1c4488374877d34990c4c | fe07ba1519ed675ddd178a9a0f93674c5c1840ce | refs/heads/master | 2020-03-09T05:13:07.705523 | 2017-12-05T11:25:01 | 2017-12-05T11:25:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,640 | c | #include <sys/socket.h>
#include <arpa/inet.h>
#include <net/if.h>
#include <sys/ioctl.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
// gcc -g -o libmotan_tools.so -fpic -shared motan_tools.c
// gcc -c -g motan_tools.c -o motan_tools.o
// gcc motan_tools.o -dynamiclib -o libmotan_tools.dylib
// sudo ... | [
"zhoujing_k49@163.com"
] | zhoujing_k49@163.com |
95534b74802c3dfd8fae265af763b1ea57dea67c | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/timescaledb/src/bgw/extr_job_stat.c_ts_bgw_job_stat_mark_end.c | 063bcceafe9ab8d1e6378ad8d110ee8e615774f1 | [] | 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,430 | 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 |
076bb66ab1d0a8792ceaf8684a9ef7bf10ac6435 | 1e1bf5518390dc1e56a9f3b38473861965721e66 | /Code/畅柯/第一周/hui_wen.c | e0bf86af7cc36aa54b8d98acbac9cb53b74b1d50 | [] | no_license | XiyouLinuxGroup-2018-Summer/TeamD | 2f879f4220b0af686103bbe16ef0f2b4f12c2673 | 7e850a38478db73b6040450f70dac554e80cfb18 | refs/heads/master | 2020-03-23T06:31:17.428428 | 2018-08-22T14:31:12 | 2018-08-22T14:31:12 | 141,213,769 | 0 | 2 | null | 2018-07-23T02:13:36 | 2018-07-17T01:23:38 | C | UTF-8 | C | false | false | 496 | c | #include<stdio.h>
#include<stdlib.h>
#define N 20
int VerifyStr(char*str);
int main(){
int n,i;
char str[N];
scanf("%d",&n);
while('\n'!=getchar());
while((scanf("%s",str))!=EOF){
while('\n'!=getchar());
i=VerifyStr(str);
if(i==0)printf("no\n");
else printf("yes\n");
n--;
if(n==0)break;
}
}
int Verify... | [
"sunny666@xiyoulinux.org"
] | sunny666@xiyoulinux.org |
c76e6e313fd1d345e2ee6c9944a9ab2edefab564 | f40e00bb2482e0c681553fd1154cbf7e5f08266f | /CapApp/Config/L3G4200D_Lcfg.c | 9235687708668486da6fbbee96ae53aebcbf4836 | [] | no_license | amr-abdelghafar/BACT | edf9529e38087e0d2fc03b8534b51dac294980c3 | 09ebea15a44b2e13fc4dfa94a5f7bc144891a334 | refs/heads/master | 2021-07-22T21:34:38.982195 | 2017-11-03T10:58:24 | 2017-11-03T10:58:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,165 | c | /*
* L3G4200D_Lcfg.c
*
* Created: 27/09/2015 02:11:03 م
* Author: hossam & Amr Tarek
*/
#include "L3G4200D_Lcfg.h"
#include "BasicTypes.h"
#include "L3G4200D_Lcfg.h"
#include "../HAL/L3G4200D.h"
const L3G4200D_CfgType L3G4200D_ConfigParam = {.u8FullScaleValue = u8FS_250,
... | [
"mail.amrtarek@gmail.com"
] | mail.amrtarek@gmail.com |
53be962e2f0e1f81cdea3853f0adf626653830bb | 66cb8e707d43a908044e7dc6f946e48097c4d1c1 | /libft/ft_memcmp.c | ecbeabc0c17ffd186162a921e652c2b8b5333786 | [] | no_license | SergeiGusachenko/Printf | 320dd3d32313b7c40fd4318b7354b65a73d57826 | 3a5739ec7fb456448a70636dd90178d0c1240a79 | refs/heads/master | 2020-06-06T17:47:21.100510 | 2019-06-28T03:52:50 | 2019-06-28T03:52:50 | 192,811,179 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,201 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memcmp.c :+: :+: :+: ... | [
"sgusache@e1z3r6p4.42.us.org"
] | sgusache@e1z3r6p4.42.us.org |
cf571d95be410d13cf36276a5d6f0d6390d24e63 | 7f4a3265b4c3d7b070f3b5e69bd64c53cbae0c82 | /TCPEchoClient4/TCPEchoClient4/TCPEchoClient4.c | 10985cb95e46a645cddf7f75d4ec8ab840868740 | [] | no_license | JonneyDai/iOSDev | 25690c009d2d96c3137eefe54355527a059a3ac4 | 3d058eba66245c71f976e28b27ca3101b9104094 | refs/heads/master | 2020-12-29T01:54:16.197140 | 2016-08-01T13:40:24 | 2016-08-01T13:40:24 | 41,417,363 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,935 | c |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "Practical.h"
int main(int argc, char * argv[]) {
if (argc < 3 || argc > 4) { //Test for correct number of arguments
D... | [
"jonneydai@126.com"
] | jonneydai@126.com |
650d1d2bef197e18133a177b08e6f813ca3f3658 | a1446c3f95df2dfe097a9bd6b463767b00f18140 | /lib/libc/net/getifaddrs.c | 6f7ea15721549a29719ba1864745f93674980124 | [] | no_license | chrissicool/l4openbsd | e2fb756debc1c3bdc1c2da509fa228c25a3185e8 | 077177814444e08500e47bc2488502f11469bc60 | refs/heads/master | 2021-04-09T17:12:53.122136 | 2011-08-22T16:52:58 | 2011-08-22T16:52:58 | 1,706,491 | 18 | 4 | null | 2017-04-06T19:17:29 | 2011-05-05T14:08:03 | C | UTF-8 | C | false | false | 7,050 | c | /* $OpenBSD: getifaddrs.c,v 1.10 2008/11/24 20:08:49 claudio Exp $ */
/*
* Copyright (c) 1995, 1999
* Berkeley Software Design, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. R... | [
"cludwig@net.t-labs.tu-berlin.de"
] | cludwig@net.t-labs.tu-berlin.de |
0e6ab48538ae5dc78079e654a0140f9ce99df738 | 77d42049f38b30db7808c4ff924313aee1e4f17f | /User/SysTick.c | 07db17d371e3b15ca266f5b25c6302ad1ff3752b | [] | no_license | ChenMiaohong/second | ef8dc039c032c8b0e57ae8ac6673d74aa2729086 | 1d10c4c9dc09c074f35a99d67f86219a4f55ac2f | refs/heads/master | 2021-01-10T18:17:30.063630 | 2016-02-25T10:17:20 | 2016-02-25T10:17:20 | 52,515,727 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 412 | c | #include"stm32f10x.h"
#include"SysTick.h"
static __IO u32 TimingDelay;
void SysTick_Init()
{if(SysTick_Config(SystemCoreClock/10000))
{
while(1);
}
SysTick->CTRL &=~SysTick_CTRL_ENABLE_Msk;
}
void Delay_us(__IO u32 nTime)
{TimingDelay=nTime;
SysTick->CTRL|= SysTick_CTRL_ENABLE_Msk;
while(TimingDelay!=0);
... | [
"you@example.com"
] | you@example.com |
bfee26a34b054d705830aa66323362ce8d47943c | f026cb616ef14bae15a1d251ca6dbe0f55016d9c | /linux/26712.c | 024cc7509595df91427bd9fb9d710f2a39423293 | [] | no_license | jajajasalu2/cocci-lkmp-c-files | 3eb7d451929dca5cb6beb56aabd69fe3f7fc176c | 5da943aabe1589e393a131121dbf8e7a84b3cf2a | refs/heads/master | 2020-12-02T17:30:14.411816 | 2020-01-29T08:36:30 | 2020-01-29T08:36:30 | 231,053,574 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 917 | c | cocci_test_suite() {
unsigned int cocci_id/* samples/timers/hpet_example.c 53 */;
struct hpet_command {
char *command;
void (*func)(int argc, const char **argv);
} cocci_id/* samples/timers/hpet_example.c 28 */[];
struct hpet_info cocci_id/* samples/timers/hpet_example.c 228 */;
sig_t cocci_id/* samples/timers... | [
"jaskaransingh7654321@gmail.com"
] | jaskaransingh7654321@gmail.com |
cb97a7ad95500b8f4485ba82c5c19bc4936888cf | c5b02d3b0888c5b7bfd849afdc87f6f57181c8f0 | /mudlib/d/camps/catacombs/rooms/catac113.c | 389d7eb524894cc3cb166a57da0ba6d1f4c08811 | [] | no_license | jpeckham/DarkeLIB | 8a311164f460cf2acd9e0fc7e1e1e69710f31b80 | 87c020b4974981879aa68f5d19b0dc2e96d2fe7d | refs/heads/master | 2021-09-11T08:55:34.673296 | 2021-09-05T04:58:33 | 2021-09-05T04:58:33 | 141,068,816 | 2 | 5 | null | 2021-09-05T03:06:16 | 2018-07-16T00:39:43 | C | UTF-8 | C | false | false | 1,053 | c | /* Room coded by Duridian for DarkeMud. */
#include <std.h>
inherit ROOM;
void create() {
::create();
set_property("light", 1);
set_property("indoors", 1);
set("short", "Dark Dungeon");
set("long",
"The passageway widens slightly as it runs from the west and northeast "
"from this point. A few... | [
"jdpeckham@gmail.com"
] | jdpeckham@gmail.com |
23e6fab52f86c08a646ba3ddc799afb558724b70 | 0aacfdcef43037ec2fd35c35977822f82afadbc7 | /Practice C and CPP/bitwise.c | d0a5962ca25019c2cec6ccaabce5ee3147bccf27 | [
"MIT"
] | permissive | Vitamin-111/py-web-hack | 65ccd0868c984d64229d99ff2f9fc0e474bd92e9 | 5d879dbaa736ca43903a6ad9c44e7de995a45195 | refs/heads/master | 2023-04-30T23:42:23.231459 | 2020-05-13T09:05:53 | 2020-05-13T09:05:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 785 | c | #include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
//Complete the following function.
void calculate_the_maximum(int n, int k) {
int maxAnd = 0;
int maxOr = 0;
int maxXor = 0;
for (int i=1; i<=n; i++) {
for (int j=i+1; j<=n; j++) {
if (((i&j... | [
"marshtomp.1999@hotmail.com"
] | marshtomp.1999@hotmail.com |
71117f23a68561fe474be824aa904756ec1b961d | a8b888a8eb1ffcc9fa39a1e914338a3086705397 | /src/vnsq.h | 7bc02b5f6aa011420d06bffa7545807312b7b248 | [
"HPND-sell-variant"
] | permissive | rajesh-g92/crashme | 5ae1f974ecd66522120b5cea1d3262785aa43c2d | a7b35a4be905e3bdc0e6759f171842fb78b2d653 | refs/heads/master | 2020-06-23T11:24:48.818560 | 2013-07-09T11:52:12 | 2013-07-09T11:52:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 68 | h | void init_vnsq(unsigned long seed);
unsigned long vnsq_int32(void);
| [
"SND\\publius_cp@2327b42d-5241-43d6-9e2a-de5ac946f064"
] | SND\publius_cp@2327b42d-5241-43d6-9e2a-de5ac946f064 |
3d85a67a01bcaf346ca518fb25113817dd93ef6d | 515756675f130c5f7cf356fcb187104576bd4abf | /andEngineMODPlayerExtension/src/main/jni/loaders/stx_load.c | 630a9448197599fcedff180d1638b700336c48fd | [] | no_license | stephtelolahy/AndEngineDemo | 0a87e56b19d3113640ebef2abd1677001f56e7f4 | d8a492323479b77c6da80a393e39948bd77376c4 | refs/heads/master | 2020-12-26T03:01:21.121824 | 2014-10-29T18:52:08 | 2014-10-29T19:07:01 | 25,823,289 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,954 | c | /* Extended Module Player
* Copyright (C) 1996-2010 Claudio Matsuoka and Hipolito Carraro Jr
*
* This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See doc/COPYING
* for more information.
*/
/* From the STMIK 0.2 documentation:
*
* ... | [
"stephano.telolahy@gmail.com"
] | stephano.telolahy@gmail.com |
bea98fd8ffbdae247b93cd313a2e57393bfa4edb | 90f519ad024334fbf328e57dcf195493473bc78b | /lan/cindepth/cs/if_else/p2.c | c7137e9c6d7c4eeb76af4c75fed1ccc1fc18f631 | [] | no_license | yoginsavani/c | 74101a50ae2af6319a447011ad26f407283e60d9 | 25d38dffb66574e96a14768bd7f4d9d560b22de3 | refs/heads/master | 2021-05-17T22:26:58.593728 | 2020-03-29T07:49:04 | 2020-03-29T07:49:04 | 250,980,148 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 171 | c | #include<stdio.h>
int main(void)
{
int a=0;
if(a=0)
printf("a is zero\t");
else
printf("a is not zero\t");
printf("Value of a is %d\n",a);
return 0;
}
| [
"62587987+yogin-1510@users.noreply.github.com"
] | 62587987+yogin-1510@users.noreply.github.com |
789c07d237e687bf7d32b6301156f3115bfb340c | aeff2a5a844ac4b11f5425a58ca15740beacb1d8 | /src/ElVis/Extensions/JacobiExtension/Isosurface.h | 43c983c4f908ccdb7d8d11857aff3f98628d8783 | [] | no_license | z-jack/ElVisX | 2ab0cb1dfb2b362b17e9708c17ca8dd1064e50c1 | ce314d5a939b8cf4233d40ba42479faaa893f569 | refs/heads/master | 2020-04-11T21:08:05.080308 | 2018-12-17T08:26:20 | 2018-12-17T08:26:20 | 162,096,000 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,986 | h | ////////////////////////////////////////////////////////////////////////////////
//
// File: hoIsosurface.h
//
// The MIT License
//
// Copyright (c) 2006 Division of Applied Mathematics, Brown University (USA),
// Department of Aeronautics, Imperial College London (UK), and Scientific
// Computing and Imaging Ins... | [
"emailjiong@126.com"
] | emailjiong@126.com |
a35b51e4f1dceee23d1ba30888c66c53b26a8ab5 | 2d1487aaf93acb606541fc42eef86d27e01a2de7 | /driver/touch/ns2009/mean.c | 70fafef88538ec2a129323c49510aabfa18ee2ec | [] | no_license | hilaolu/k210 | 072e5c463e764735abbb1ddfc5cb47e976b616f9 | 93030e1f4f11fae9a9fbfa9ef99edce6f2bc6f98 | refs/heads/master | 2022-04-13T17:18:13.956801 | 2020-04-01T10:33:08 | 2020-04-01T10:33:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,433 | c | /*
* libc/filter/mean.c
*/
#include <math.h>
#include <mean.h>
#include <stddef.h>
#include "touchscreen.h"
struct mean_filter_t *mean_alloc(int length)
{
struct mean_filter_t *filter;
int i;
if (length <= 0) return NULL;
filter = touchscreen_malloc(sizeof(struct mean_filter_t));
if (!filter) r... | [
"hhslzzyyes@outlook.com"
] | hhslzzyyes@outlook.com |
a66b6c0fc7b05e3402f69723008fcb8489f4c309 | c66c276b8a7401449f5ce7894440db4a4b7d4a6b | /TivaC/Print_Num.c | 9977db98643a0b18c8e9f879d3de40b62aa4155a | [] | no_license | Shanky-Robot/AGV_firmware | 6fbef6f57a83acf4fd272d6f542e8df181f2f910 | 6743890b1dd776fca760c3b1896420c1a75c181b | refs/heads/master | 2023-02-11T21:37:36.960580 | 2021-01-10T18:35:58 | 2021-01-10T18:35:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,090 | c | /*----------------------------------------------------------------------------
* Name: Print_Num.c
* Purpose: Converting numerical data into charachters to print
*----------------------------------------------------------------------------*/
#include "TM4C1292NCPDT.h" // Device header
#i... | [
"magdaoud@uwaterloo.ca"
] | magdaoud@uwaterloo.ca |
174f466fdfb397d58d65538b0cb769b85c3bd5e0 | 2a43d289528ef3e2ced854fa570da99194aefd3e | /src/ftdilcd.c | 300798f4b091a879324e5091685b18006af9820d | [] | no_license | xjjx/fhctrl | 9eb8ce2dbdafc6f3898db6b0df4e746679c37247 | 02e969ca582596d7509a09fb6cc2ad7032ed7e93 | refs/heads/master | 2021-01-23T17:42:53.568592 | 2017-09-08T00:23:15 | 2017-09-08T00:23:15 | 102,774,995 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,328 | c | #include <stdio.h>
#include <string.h>
#include <ftdi.h>
#include "ftdilcd.h"
#include "log.h"
/*
* bitbang I/O pin mappings
*
* #define PIN_TXD 0x01
* #define PIN_RXD 0x02
* #define PIN_RTS 0x04
* #define PIN_CTS 0x08
* #define PIN_DTR 0x10
* #define PIN_DSR 0x20
* #define PIN_DCD 0x40
* #define PIN_RI ... | [
"xj@wp.pl"
] | xj@wp.pl |
f69e2e8471f493837e0db138ded2210e5d48e42c | b44448fc66cbf7ff92c2d098f76dd623d09195d4 | /src/wiimoteTask.c | 39ce1045aabff6064187272a03f0c092d5ed0bf8 | [] | no_license | jesionaj/RTOSBot | 8a82b826b501c2671b05d13c3f3610d6140ffee7 | 5d1d6519c932bc3c4eea9a7b5b68601c605bdca3 | refs/heads/master | 2020-04-16T01:44:27.064575 | 2016-07-04T20:36:35 | 2016-07-04T20:36:35 | 31,404,072 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,709 | c | // 2015 Adam Jesionowski
#include <xc.h>
#include <plib.h>
#include "wiimoteTask.h"
#include "motorTask.h"
#include "sdCard.h"
#include "serialLCD.h"
#include "config.h"
#include "rtos.h"
// Timer runs at 20 MHz, so we want 2,000,000 for 100 ms
#define TIMER_LENGTH (2000000UL)
static uintd_t wiimoteTask_stack[DFLT_S... | [
"cmdprompt+gh@gmail.com"
] | cmdprompt+gh@gmail.com |
149a62ad4a38378f24b7c992aae07bff958e1127 | 1888a34bcbb0a572176123bade6f632593a36314 | /src/test/test_ccnx_NameReader.c | 542cfc7c39e959b566e1dad6d7ddc043b3f9c6f5 | [] | no_license | chris-wood/ccnx-name-reader | af4bf0add6a84210eac073fd7c810c8f17b600ba | 5b98361423fb3e17d04af72f3bc164673b0360e6 | refs/heads/master | 2021-01-17T20:53:17.912937 | 2016-10-19T21:49:34 | 2016-10-22T21:49:34 | 65,566,972 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,541 | c | #include <stdio.h>
#include <LongBow/unit-test.h>
#include <LongBow/debugging.h>
#include <parc/algol/parc_SafeMemory.h>
#include <parc/algol/parc_Memory.h>
#include "../ccnx_NameReader.c"
LONGBOW_TEST_RUNNER(test_ccnx_NameReader)
{
// The following Test Fixtures will run their corresponding Test Cases.
// ... | [
"christopherwood07@gmail.com"
] | christopherwood07@gmail.com |
15d40213a9ba812c1f1f379a351a0e904add5e8f | 0ed044ce0c079dc28f62b4ae6102aca175ce33b1 | /inc/mat_mult_from_doc.h | d9e24199d9b0549be12c2b0e13e8ed40fc39374d | [] | no_license | shaneaaron380/final | 8639ec0c96e24cfa016d466fa7516aa7227bb4dc | 0b5b77d1f7b2b7237abeef6a1ca1d02a4ec22720 | refs/heads/master | 2020-05-26T21:15:42.907728 | 2011-05-14T19:20:53 | 2011-05-14T19:20:53 | 1,662,463 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 173 | h | #ifndef __MAT_MULT_FROM_DOC_H__
#define __MAT_MULT_FROM_DOC_H__
#include "matrix.h"
#define BLOCK_SIZE 16
void MatMult(const Matrix A, const Matrix B, Matrix C);
#endif
| [
"aaron.r.stacy@gmail.com"
] | aaron.r.stacy@gmail.com |
fd012fd1ba64099dddd69cc5c5697727936973a0 | 88e5d83332234c10f984f92de8954c9d05557e46 | /roboFinist2018/smartLine/slalom_03.c | a9fc541da382957ceb30cdda591cdd2b6b8127ca | [] | no_license | drAlexAK/Lego | 09646a27a210414aefbe7397f8186f6d50d626ac | cf5ba42805416f2c7f517218031c957fc1864d85 | refs/heads/master | 2021-01-12T10:14:17.397139 | 2018-09-08T22:07:18 | 2018-09-08T22:07:18 | 76,393,350 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 6,457 | c | #pragma config(Sensor, S4, sLightLeft2, sensorI2CCustom9V)
#pragma config(Sensor, S1, sLightRight2, sensorI2CCustom9V)
#pragma config(Sensor, S2, sLightCenter, sensorI2CCustom9V)
#pragma config(Motor, motorB, mLeft, tmotorNXT, openLoop)
#pragma config(Motor, motorC, mRight... | [
"alex.a.kudryashov@gmail.com"
] | alex.a.kudryashov@gmail.com |
0ac58334fd25908623fc139c738ffbbe7a20fb3b | 6ef9f8416e555dcc347352a61d40c5800d0725c6 | /output/root.c | d5d765acae59b1047c3d4a5c945ebfe05e76679c | [
"MIT"
] | permissive | bytbox/EVAN | 10eed1729d9fafefececeb3df2d4fca55a51f910 | 9cec8cfcd41168dec85677214c9df6a9cc215baa | refs/heads/master | 2016-09-02T00:05:25.043669 | 2012-09-12T15:06:48 | 2012-09-12T15:06:48 | 2,978,697 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 339 | c | #include "output.h"
void root_number(FILE *f, const char **opts, double d) {
// TODO
}
void root_bars(FILE *f, const char **opts, int sz, double d[]) {
// TODO
}
void root_histogram(FILE *f, const char **opts, int sz, double d[]) {
// TODO
}
void root_contour(FILE *f, const char **opts, int xsz, int ysz, double ... | [
"bytbox@gmail.com"
] | bytbox@gmail.com |
3718a94342336860b8159b262b8bd0e8b80b17b5 | b54ded614dcc6474b72e4e0740837dec776c683b | /Practica_3/ejercicio4.c | 1a5cd5a32a48bdea697aa038dfb0b11ea255441a | [] | no_license | miguelarman/Soper_2018 | 54f539f6cdcbaaef902751e989168954cf6c2f57 | 1b7839667599ef9a5cc8fde753c5e2d062e9b05a | refs/heads/master | 2022-03-29T02:41:32.748610 | 2019-12-23T14:09:08 | 2019-12-23T14:09:08 | 119,996,165 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,420 | c | /**
* @brief Ejercicio 4 de la Práctica
*
* En este ejercicio se nos pide trabajar
* con la funcion de C mmap que es útil para
* mapear memoria y acceder desde otros
* procesos a la misma. Un hilo se comunica
* en este ejercicio con otro hilo mediante
* el uso de dicha función.
*
* @file ejercicio4.c
* @... | [
"miguelarman@gmail.com"
] | miguelarman@gmail.com |
56617203572c3be8b16626e56b1303d01de35dc7 | b725ba18b99398ce8459b8877691135e0cdf4d51 | /utils/hwstub/stub/jz4760b/target-config.h | 5737e0bc873c538c82df2ce8f013228a937ae33f | [
"BSD-3-Clause"
] | permissive | Rockbox-Chinese-Community/Rockbox-RCC | 8d3069271d14144281a40694c60128cac852cd3a | a701aefe45f03ca391a8e2f1a6e3da1b8774b2f2 | refs/heads/lab-general | 2020-12-01T22:59:14.427025 | 2017-04-29T06:17:24 | 2017-04-29T06:17:24 | 1,565,842 | 29 | 16 | NOASSERTION | 2019-03-21T03:45:53 | 2011-04-04T06:19:32 | C | UTF-8 | C | false | false | 524 | h | #define CONFIG_JZ4760B
#define TCSM0_ORIG 0xf4000000
#define TCSM0_SIZE 0x4000
#define TCSM0_UNCACHED_ADDRESS 0xb32b0000
#define CPU_MIPS
#define STACK_SIZE 0x300
#define DCACHE_SIZE 0x4000 /* 16 kB */
#define DCACHE_LINE_SIZE 0x20 /* 32 B */
#define ICACHE_SIZE 0x4000 /* 16 kB */
#define I... | [
"amaury.pouly@gmail.com"
] | amaury.pouly@gmail.com |
30c48d273d10afbd3e8589127b9a823f086d9607 | ee0a9b7cad8582e8ce061687a28d68048abd097d | /src/fs/block.c | 670daf2c9316362e7585c8598c4906fb55a48dcb | [] | no_license | brainix/brainix.old | af67a3b4ba6fa19943d35fb3c78757ed77c6b26c | 226b2314e763ea765780b4e6a8a21070a50ec2e3 | refs/heads/master | 2021-05-28T18:50:28.776136 | 2009-09-04T23:53:53 | 2009-09-04T23:53:53 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 7,441 | c | /*----------------------------------------------------------------------------*\
| block.c |
| |
| Copyright © 2002-2007, Team Brainix, original authors. |
| All rights reserved. |
\*----------------------------------------------------------------------------*/
/*
| Th... | [
"brainix@b9563320-9421-0410-b604-179ae615efef"
] | brainix@b9563320-9421-0410-b604-179ae615efef |
28eaabd3df90413872632a53d7f3a0d07b200e66 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/fastsocket/kernel/sound/pci/ali5451/extr_ali5451.c_snd_ali_hw_params.c | 871a48c55da5e58be92ba4f93c1a79f7caa6d1d0 | [] | 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 | 844 | 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 |
4165e610efa90a70f994568c6e2b6d84da784131 | a27fd5c560ff702871cb10d2154d8b4781819e8b | /relevant materials/recitation_assignment_1/print_info.c | 6794332e0f948190c5046252039747ae6879a22d | [] | no_license | cwru-eecs338/cwru-eecs338.github.com | 207c5ac0f599ad3120139b1ec1093a95a0b5f4af | 56fff1577b010143d439436e4856159344f8c9f1 | refs/heads/master | 2021-01-19T01:43:58.911259 | 2017-01-11T01:42:22 | 2017-01-11T01:42:22 | 1,269,383 | 6 | 6 | null | null | null | null | UTF-8 | C | false | false | 393 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
int main()
{
char * cuser_id_str;
uid_t euid, uid;
gid_t gid, egid;
cuser_id_str = (char *) cuserid(NULL);
printf("cuserid: %s\n", cuser_id_str);
uid = getuid();
euid = geteuid();
gid = getgid();
egid = getegid();
... | [
"dms230@eecslinab3.(none)"
] | dms230@eecslinab3.(none) |
6734db8bd8bd2d23afd9fada3a3b9c72fa20449e | a5a7c65811a941f38048e9195fa2ac24d6013be4 | /Final Lab/Final Lab/UARTIntsTestMain.c | 8e9227669caa437d7d02796a967596a2b0041604 | [] | no_license | hydershad/Embedded-Systems-Design-Lab | 8b0afac2f0347b8b80014ba3fc57116047250514 | caf297a5b7174251ee67f6450f7ddcf33ee5e496 | refs/heads/master | 2020-07-14T22:15:39.170355 | 2019-08-30T22:10:34 | 2019-08-30T22:10:34 | 205,414,322 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,033 | c | //HYDER SHAD
//UT EID: hs25796
//EE 445L Lab 11
//TTH 12:30 - 2pm
//12/5/2018
/* This example accompanies the book
"Embedded Systems: Real Time Interfacing to Arm Cortex M Microcontrollers",
ISBN: 978-1463590154, Jonathan Valvano, copyright (c) 2015
Program 5.11 Section 5.6, Program 3.10
Copyright 2015 by J... | [
"hydershad@utexas.edu"
] | hydershad@utexas.edu |
26a4aae66d7d8da6d4cf5ea42b6f414720c2154e | 24ae6d51b0a12d0671771a21fff35109f5f45148 | /app/BCM53101 sdk-all-6.5.7/libs/phymod/chip/falcon16/tier1/include/falcon16_tsc_internal_error.h | a5b006711d5545bbd261cfcbb764674689f969d7 | [] | no_license | jiaotilizi/cross | e3b7d37856353a20c55f0ddf4c49aaf3c36c79fc | aa3c064fc0fe0494129ddd57114a6f538175b205 | refs/heads/master | 2020-04-08T14:47:57.798814 | 2018-11-03T09:16:17 | 2018-11-03T09:16:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,512 | h | /**********************************************************************************
**********************************************************************************
* *
* Revision : *
* ... | [
"andy.4.liu@nokia-sbell.com"
] | andy.4.liu@nokia-sbell.com |
e63f67bfe578770cf6aef5f3653ced5a22d279eb | 5f29fb884b34243b159f7ba6d89afed0ae247f62 | /TaxyClient/TaxiXpress/Utils/Constants/ESUtilConstants.h | a14e1058293001469413fefb80806b03799fc7bd | [] | no_license | urieloko/demo | a53853c86aae1498a93f6c4d2b57f0194ca51ece | a641100838ec85b08e4b2cf2814f2fd600053705 | refs/heads/master | 2020-04-18T03:36:13.815734 | 2014-08-21T21:57:14 | 2014-08-21T21:57:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,331 | h | //
// ESUtilConstants.h
// TaxiXpress
//
// Created by Roy on 30/06/14.
// Copyright (c) 2014 Extend Solutions. All rights reserved.
//
#pragma mark - Notification Center Constants
extern NSString * const NOTIFICACTION_RESPUESTA_TAXISTA;
#pragma Font Constants
extern NSString * const FONT_KOMIKAX;
extern NSString... | [
"tfsextend"
] | tfsextend |
b3ab23be1cacdb5a71e2c8d99f1465092b0015db | 5c8a0d7752e7c37e207f28a7e03d96a5011f8d68 | /MapTweet/iOS/Classes/Native/System_System_Uri19570940MethodDeclarations.h | 067aea670d045259db96e098ed3f634067772192 | [] | no_license | anothercookiecrumbles/ar_storytelling | 8119ed664c707790b58fbb0dcf75ccd8cf9a831b | 002f9b8d36a6f6918f2d2c27c46b893591997c39 | refs/heads/master | 2021-01-18T20:00:46.547573 | 2017-03-10T05:39:49 | 2017-03-10T05:39:49 | 84,522,882 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,977 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// System.Uri
struct Uri_t19570940;
// System.String
struct String_t;
// System.Runtime.Serialization.SerializationInfo
struct SerializationIn... | [
"priyanjana@mac.com"
] | priyanjana@mac.com |
e72b602e6805d9964fb70496e9833846e4b41923 | 4cf1536dd9adf6014034c970a116d2d048a61274 | /libraries/drivers/keypad/gpio_button/button.h | ed95f8b1680aa4aba3e675d7730282209074a940 | [
"MIT"
] | permissive | LiberalArtist/mxos | a21bccfd7e9a48a0d47408a339118054d8358acd | 2d93e6e2a90d9af090d6b1698d8674119da96608 | refs/heads/master | 2022-01-26T07:04:21.883383 | 2019-06-05T03:05:17 | 2019-06-05T03:05:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,247 | h | /**
******************************************************************************
* @file button.h
* @author Eshen Wang
* @version V1.0.0
* @date 1-May-2015
* @brief user key operation.
******************************************************************************
* UNPUBLISHED PROPRIETARY SO... | [
"yangsw@mxchip.com"
] | yangsw@mxchip.com |
544814ce594158272626ad7d7c2195daeef823e2 | 95c849db894dbcfd19ce50e8bf5dcc6195b3ab72 | /libft/ft_memchr.c | 6e9e61b2d1855ff8ba606dd75ed493d800a37384 | [] | no_license | Qwesaqwes/RT | f88270af45e693fefd663ad5757ca01a0d21c1bf | 61524683568eef48d1515591f0e452745818cbc3 | refs/heads/master | 2021-01-20T01:32:27.621722 | 2017-05-02T20:44:55 | 2017-05-02T20:44:55 | 71,300,214 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,132 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memchr.c :+: :+: :+: ... | [
"daniil.sushi@gmail.com"
] | daniil.sushi@gmail.com |
41dbf4c10cda5e9e3c9c1dfbf66edaa6fc36736f | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/net/netdevsim/extr_bpf.c_nsim_bpf_map_free.c | 0ba5fd6fa83db65db5b06c7e79f8a8670c757701 | [] | 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,244 | 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 |
6bdaf8067791c20fc6e729b219723c47e1988cb7 | b38a1c0b7aa9cde7b6c983d15f4c5b7fe05d0944 | /tests/simple-test.c | 0f556bafb102dd5124c18537eda94de4e523af11 | [] | no_license | chicken-mobile/concurrent-native-callbacks | d7ac6df5d00016177a2dcafc04035338cedf6d8a | 6b483c406198e814ff09789ba1d2035873c5f7f7 | refs/heads/master | 2021-06-04T09:04:49.918244 | 2019-06-24T17:49:48 | 2019-06-24T17:49:48 | 9,669,281 | 0 | 0 | null | 2018-10-02T21:48:39 | 2013-04-25T10:27:28 | Scheme | UTF-8 | C | false | false | 1,074 | c | /* simple test for CNCB
*/
#include <stdio.h>
#include <pthread.h>
#include <chicken.h>
pthread_t chicken_thread;
extern void foo(int x); /* callback */
extern int bar(int t, int x); /* callback */
extern void voidresult(int t); /* callback */
static void *
start_chicken(void *arg)
{
CHICKEN_run(C_toplevel);... | [
"felix@call-with-current-continuation.org"
] | felix@call-with-current-continuation.org |
08488f5ea3d866f2a7aa78cbfe6dab83a793689e | a9d543f77a79e7a83ea857855a48c7a7176a2525 | /ext/mcpp/include/main.c | d774601d5b1979706870b4fa169ddbf8b641fdfa | [
"MIT",
"BSD-2-Clause"
] | permissive | lotsopa/Savvy | 099b85480fdce3c729366c49cacb0e885f36f4ba | 45adede88c3a326710cac14c0a73fa3842bf7686 | refs/heads/master | 2021-01-10T19:11:47.722257 | 2019-03-06T09:34:23 | 2019-03-06T09:34:23 | 35,677,117 | 36 | 6 | null | null | null | null | UTF-8 | C | false | false | 31,413 | c | /*-
* Copyright (c) 1998, 2002-2008 Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
* All rights reserved.
*
* Some parts of this code are derived from the public domain software
* DECUS cpp (1984,1985) written by Martin Minow.
*
* Redistribution and use in source and binary forms, with or without
* modification, are per... | [
"apostol_dadachev@yahoo.com"
] | apostol_dadachev@yahoo.com |
ce39e45797128edf8b2c9777497e7ed3fd797902 | 099d37a70848d2e4054ec456c0c14a72c14b8841 | /src/os/shared/common/src/com/ngos/shared/common/pci/database/generated/vendor10de/pcisubdevice10de07d6.h | f44fdee5ee30e645e8ae34ded63427e96b038b5d | [] | no_license | Gris87/ngos | c96e702b26fb5bcae894400657573ba71b72c996 | e5e20c632ea53ee6fcc82475c0b9ed6852932397 | refs/heads/master | 2022-11-08T01:16:55.262819 | 2022-10-23T08:55:10 | 2022-10-23T08:55:10 | 115,521,164 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,032 | h | // This file generated with the code_generator
// Please do not modify it manually
#ifndef COM_NGOS_SHARED_COMMON_PCI_DATABASE_GENERATED_VENDOR10DE_PCISUBDEVICE10DE07D6_H
#define COM_NGOS_SHARED_COMMON_PCI_DATABASE_GENERATED_VENDOR10DE_PCISUBDEVICE10DE07D6_H
#include <com/ngos/shared/common/ngos/types.h>
#include <c... | [
"Gris87@yandex.ru"
] | Gris87@yandex.ru |
27b06fc5d5150f8823052fcf289362f5c1e37cc3 | 3e894018ee2ededbacf2317ae6c014f99dcdf794 | /my-lan/win_sjis/diksam_book_0_2/compiler/error_message_not_gcc.c | 7a2d246d56a14329f67a8bc31512b584645e0ed1 | [] | no_license | haiy/test_project | d588c379a58df3b1b054ddcfebeaed6f2134e3ff | 496581b87ec88d0d53f238d951fcd222dd16b927 | refs/heads/master | 2022-06-04T18:21:04.132123 | 2020-07-07T12:54:18 | 2020-07-07T12:54:18 | 26,891,797 | 2 | 1 | null | 2020-10-13T00:43:25 | 2014-11-20T02:20:14 | C | GB18030 | C | false | false | 1,519 | c | #include <string.h>
#include "diksamc.h"
ErrorDefinition dkc_error_message_format[] = {
{"dummy"},
{"在($(token))附近发生语法错误"},
{"不正确的字符($(bad_char))"},
{"函数名重复($(name))"},
{"不正确的多字节字符。"},
{"预期外的宽字符串。"},
{"数组元素不能标识为final。"},
{"复合赋值运算符不能用于final值"},
{"函数的参数名重复($(name))。"},
... | [
"haiyangfu512@gmail.com"
] | haiyangfu512@gmail.com |
88c3ed37bc6c62df614bc868caf81e8608328953 | 9f32dca665db865ff5007305c530ccfa922551c6 | /Classes/Native/Mono_Security_Mono_Security_ASN1924533535MethodDeclarations.h | 49653ae62f0a88905f3d61f187036e70558da420 | [] | no_license | Sid-ah/BS_V5 | 81586670b6d774e7ebea8b248011f937772fe923 | f1443bf85e2dab42c0db842c1865e4df1c57d055 | refs/heads/master | 2021-01-21T10:46:45.341844 | 2017-02-28T23:04:27 | 2017-02-28T23:04:27 | 83,488,305 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 4,067 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// Mono.Security.ASN1
struct ASN1_t924533536;
// System.Byte[]
struct ByteU5BU5D_t3397334013;
// System.String
struct String_t;
#include "cod... | [
"kenobi82403@gmail.com"
] | kenobi82403@gmail.com |
613b5eecded658cc84d86db2f72f916dea5a83de | 712268bc25d366eec3aefac128de55e7b9609e22 | /实验二报告/whoami.c | 167cb9a0695f250677896fb52bee9f263e83253b | [] | no_license | reecefan/Oslab | 84e1f00b6c2ffe3a2d572f7d9859584bb90310c5 | 2a8b49e1904b57704a7ae43aa397189a56e14ff7 | refs/heads/master | 2021-01-12T02:45:47.307750 | 2017-01-05T08:33:48 | 2017-01-05T08:33:48 | 78,092,159 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 338 | c | #define __LIBRARY__
#include "unistd.h"
#include <stdlib.h>
#include <errno.h>
#include <stdio.h>
_syscall2(int,whoami,char*,name,unsigned int,size)
int main(int argc,char *argv[])
{
char *username;
username=(char *)malloc(sizeof(char)*128);
whoami(username,128);
printf("%s\n",username);
free(username)... | [
"2284789237@qq.com"
] | 2284789237@qq.com |
4c4f9b0aa54bf62a312c6b24c1bed4acf3d07115 | 92515f0e9d8f6c0ce76b2c75022896651985fc5c | /libgfx/gfx_sleep.c | 9b7ba361d42a227efefd1e2523676ab5f983c5e1 | [
"BSD-2-Clause",
"LicenseRef-scancode-public-domain"
] | permissive | RelativisticMechanic/stdgfx | 9127e09d086c618e3de30ceed4e900a093f5f328 | 461944286e458541b2236987c4ffffc294bab25b | refs/heads/master | 2021-04-03T09:59:01.760606 | 2018-04-11T12:21:37 | 2018-04-11T12:21:37 | 124,190,695 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 72 | c | #include "stdgfx.h"
void gfx_sleep(int s)
{
__gfx_backend_sleep(s);
}
| [
"cyclicintegral@gmail.com"
] | cyclicintegral@gmail.com |
1a8f3001b0698a0478372bd4105c88b37bdd8c1f | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/linux-4.11-rc3/drivers/clk/ti/clk-43xx.c | e816a7500e43d908f00361aed2b5d6bd68f14378 | [
"Linux-syscall-note",
"GPL-2.0-only",
"BSD-2-Clause"
] | permissive | yijunyu/demo | 5cf4e83f585254a28b31c4a050630b8f661a90c8 | 11c0c84081a3181494b9c469bda42a313c457ad2 | refs/heads/master | 2023-02-22T09:00:12.023083 | 2021-01-25T16:51:40 | 2021-01-25T16:51:40 | 175,939,000 | 3 | 6 | BSD-2-Clause | 2021-01-09T23:00:12 | 2019-03-16T07:13:00 | C | UTF-8 | C | false | false | 6,400 | c | /*
* AM43XX Clock init
*
* Copyright (C) 2013 Texas Instruments, Inc
* Tero Kristo (t-kristo@ti.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
* This program is... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
f8f39f4e868349ad891cc5a445400b65bcaa604b | c780def34ce678339ed325d3302ddfe9aaaeb299 | /APP/http/http.h | bd769ef85581001bce3b29563b80cc04eb08f3fd | [] | no_license | yonglunyao/geophone-stm32-ucos3 | c7a82ec5106620af7e823d3ba3537b5f1a5435e8 | 63fe6c41246b9574b5c3bef75cbf8fee4f4b6acb | refs/heads/main | 2023-09-04T10:45:31.508156 | 2021-10-19T06:14:47 | 2021-10-19T06:14:47 | 383,852,680 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 211 | h | #ifndef _HTTP_H_
#define _HTTP_H_
#include "socket.h"
void Serialize_HttpReport(u8* buf,Packet_connectData data,u8* buflen);
u8 transport_HttpSendPacketBuffer(u8* server_addr,u8* port,u8* buf,u8 buflen);
#endif
| [
"yonglunyao@mail.dlut.edu.cn"
] | yonglunyao@mail.dlut.edu.cn |
2fc2b5c0b396a6382d9ea6d54d9c257483236547 | 107d50aca951595955d100c6b7141147e359f564 | /P00249.c | 0a9426ab9bb49ec25751f2b59917c60e42a6f52c | [] | no_license | mylo2202/codefun.vn | 6de8d4ea70ca5a7f31742626ca8c8e4bdecfd20c | e85c769755665023f0217e6e17da44b4a392d511 | refs/heads/master | 2020-07-28T16:51:37.641465 | 2019-09-19T05:36:10 | 2019-09-19T05:36:10 | 209,470,513 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 359 | c | #include <stdio.h>
int main()
{
int n, i, a[10000], s=0, j=0;
scanf("%d", &n);
for(i=1; i<=n; i++)
scanf("%d", &a[i]);
for(i=1; i<=n; i++)
{
s=s+a[i];
j++;
if(s<0)
break;
}
if(j==n)
printf("VICTORY");
else
... | [
"48115847+mylo2202@users.noreply.github.com"
] | 48115847+mylo2202@users.noreply.github.com |
32b427758c625281b11e45d8a9aa5fd0783ee8d8 | 91c8015f0e8f4864b87ce70df3b9e194f4bd414b | /AD7124/Code/H7AD7124_FSM/H7AD7124_FSM/emWin/emWinDemo/GUIDEMO.h | 79b538fbbf526c48d99dd1321e8e2641fcc6bd54 | [] | no_license | EasonZhangYT/Nuedc_Preparation | 315866c6e37b9f9f0577e040c4aed0c80e608f8b | c48922afef25925ca2b15f6f94cbe756a2369cf4 | refs/heads/master | 2023-06-30T10:19:58.960727 | 2021-08-07T15:04:04 | 2021-08-07T15:04:04 | 393,558,350 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,360 | h | /*********************************************************************
* SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
**********************************************************************
* ... | [
"313158485@qq.com"
] | 313158485@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.