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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a0f9b3e29ef3e7ba46521d943d155ab0107c2e71 | 61396b2d06349c89f7e991ec1986268062cb6b55 | /BLINKING.c | 42ae28433574fbdb684535fd50248cbde5e2914f | [] | no_license | leeladevivelpuri/SMARTBRIDGE | 1fd943d338df3e176ff154b8e1512365edb08c79 | c8401bf81a673f0ce00b866d8b136f8becbc5dfa | refs/heads/master | 2020-06-04T15:30:52.096116 | 2019-06-15T15:33:22 | 2019-06-15T15:33:22 | 192,082,713 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 327 | c | /*
* GccApplication36.c
*
* Created: 15-Jun-19 8:51:45 PM
* Author : KISHORE BABU
*/
#ifndef F_CPU
#define F_CPU 16000000UL
#endif
#include <avr/io.h>
#include <util/delay.h>
int main(void)
{
DDRA = 0xFF;
while (1)
{
PORTA = 0xFF;
_delay_ms(220);
PORTA = 0x00;
_delay_ms(220);
}... | [
"noreply@github.com"
] | leeladevivelpuri.noreply@github.com |
2095baee538f3e455daeb009eb50aab98a93b943 | b3dba5a78b26685e432804bcca171e690c24e77a | /include/ft_sha.h | 621143c9b0e6c0c624b47f3c2715108086b5ab84 | [] | no_license | lgiacalo/ft_ssl | 2c501d715387ee98d52d39d14ef0ee09fcf09a7b | 86029c126ef0a269af9f7915e557ea28189c91c6 | refs/heads/master | 2022-12-17T18:27:05.552646 | 2020-09-09T11:58:16 | 2020-09-09T11:58:16 | 226,967,986 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,124 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_sha.h :+: :+: :+: ... | [
"lgiacalo@student.42.fr"
] | lgiacalo@student.42.fr |
9a43bbaa8a4a7796f71566decfcdcf5708be730c | 73a9ebc9669cb2edf2be361009dd9f085f9d2e82 | /Graphics/DX11/GTGraphicsDX11.h | 2171acbf84332e89d02cdac629e874673729557e | [] | no_license | zhouxs1023/GTE | 49f82c54891b33460f39a35d74b95c76123482c8 | 6db3ea29eaa612320da603f83ca9b7125cc66546 | refs/heads/master | 2021-07-18T04:22:30.982107 | 2020-09-15T15:16:11 | 2020-09-15T15:16:11 | 202,730,606 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,016 | h | // David Eberly, Geometric Tools, Redmond WA 98052
// Copyright (c) 1998-2020
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
// https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
// Version: 4.0.2019.08.13
#pragma once
// DX11/DXGI
#include <Graphics/D... | [
"zhouxs1023@163.com"
] | zhouxs1023@163.com |
66445337578d96ab4a6db068faa8b224535abf2d | 0925ed13d0cba659fd40b02c906452027579d5b9 | /boards/IMU_AHRS/board.c | 6347aba455620a5200fb5e6066c2d7a63f4ef1e5 | [] | no_license | vooon/imuahrs-fw | 4757ca6f17300fe89ac34a208d1213a9bdd6bce8 | b99c5ed677a7ec5a41f3e575fbbe1bcaaa7ab6c4 | refs/heads/master | 2021-01-10T19:48:28.550371 | 2013-09-12T17:30:11 | 2013-09-12T17:30:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,476 | c | /*
ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
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 req... | [
"vooon341@gmail.com"
] | vooon341@gmail.com |
bed336525d05973f3ca01cf4057cb0f3cc212ba6 | 5d22b6bfe79f683d00659810672c8e13c307bdae | /common/common_helpers.h | 3f760d5f1dab83b20cc1d202abd0688d99a9c1c2 | [] | no_license | MatiasMonasterio/programacionI-UNLaM | b15eaca22038419444892c22790271435e01649f | 08da1742d3d85daed914127a1801a24d2cace5e8 | refs/heads/main | 2023-07-17T21:23:53.929679 | 2021-08-31T21:17:37 | 2021-08-31T21:17:37 | 401,772,223 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 84 | h | #ifndef HELPERS_H_INCLUDED
#define HELPERS_H_INCLUDED
#endif // HELPERS_H_INCLUDED
| [
"matias_monasterio@outlook.com"
] | matias_monasterio@outlook.com |
0001835260c759f40b8bd16cdcdd226e9c20f057 | af8c6f409ae0588fddfaff35f9fed7f469b0d378 | /array_tester_ARM.c | c1589f1e57ce554290c1afe7b0506e1bd89006bd | [] | no_license | lu-ucsd/cse30-fa16-lab02-youyuanl2 | 3bd25f8889083f8ac97223e3849b3cd3a556988c | 2c5953eb5c24a7f7e0878cea675fcfc3d0f2ccd3 | refs/heads/master | 2020-06-12T11:29:34.427913 | 2016-11-16T01:04:26 | 2016-11-16T01:04:26 | 75,583,303 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,949 | c | /* Name: Youyuan Lu
* PID: A92022633
*
* This program is used to test ARM functions
*/
#include <stdio.h>
#include <stdlib.h>
#include "arraysort_ARM.h"
int test_createlist_ARM(int max);
int test_insert_ARM(list * ls, int value);
int test_remove_val_ARM(list * ls, int value);
int test_get_max_ARM(list * ls);
i... | [
"yol093@ucsd.edu"
] | yol093@ucsd.edu |
1f6c2522cc7dfc0a4caf32e322d623d0654657ad | 191707dd19837f7abd6f4255cd42b78d3ca741c5 | /X11R4/mit/lib/X/Xlibint.h | a6d35f3036a001c50a97d0a260d4df13ee5b9b8b | [] | no_license | yoya/x.org | 4709089f97b1b48f7de2cfbeff1881c59ea1d28e | fb9e6d4bd0c880cfc674d4697322331fe39864d9 | refs/heads/master | 2023-08-08T02:00:51.277615 | 2023-07-25T14:05:05 | 2023-07-25T14:05:05 | 163,954,490 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,794 | h | /* $XConsortium: Xlibint.h,v 11.79 89/12/12 12:13:42 jim Exp $ */
/* Copyright 1984, 1985, 1987, 1989 Massachusetts Institute of Technology */
/*
* XlibInternal.h - Header definition and support file for the internal
* support routines (XlibInternal) used by the C subroutine interface
* library (Xlib) to the X Win... | [
"yoya@awm.jp"
] | yoya@awm.jp |
4cc901220093372392e20c3d602123f6a08fbed3 | 8781e751b376a6ad905d7e0c7199e6e756e705a5 | /MQX 3.8/mqx/source/psp/cortex/psp_tipr.c | df8e408471fb0c868c8c7c6ad2469522185ba5ab | [] | no_license | ernag/dont_not_enter | 4247e0777ae13723f11e3385e1ba26906ae09949 | 1669ceb9c3887dce6472b94d34264e3d32b1745a | refs/heads/master | 2016-08-11T07:21:27.972365 | 2015-12-05T02:14:57 | 2015-12-05T02:14:57 | 47,433,087 | 2 | 3 | null | null | null | null | UTF-8 | C | false | false | 2,128 | c | /**HEADER********************************************************************
*
* Copyright (c) 2010 Freescale Semiconductor
* All Rights Reserved
*
***************************************************************************
*
* THIS SOFTWARE IS PROVIDED BY FREESCALE "AS IS" AND ANY EXPRESSED O... | [
"ernie@whistle.com"
] | ernie@whistle.com |
5aea0a39c7e5c8ca27fb9a305c5290d4a7d7e380 | 1ba4abd0d77a1984117ed6abdb415f9993fdfe82 | /nuttx/nuttx/drivers/mtd/smart.c | cab0ecdf334f6d17c6d7a5dc18f9fe6e4d29a3b7 | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-permissive",
"ISC"
] | permissive | vixadd/FMoto | 5ce3ee3712212ac5dc40d2e05458bab1ffbb00eb | a266307517a19069813b3480d10073f73970c11b | refs/heads/master | 2022-06-17T20:20:30.564111 | 2020-05-08T14:34:51 | 2020-05-08T14:34:51 | 103,983,945 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 68,418 | c | /****************************************************************************
* drivers/mtd/smart.c
*
* Sector Mapped Allocation for Really Tiny (SMART) Flash block driver.
*
* Copyright (C) 2013-2014 Ken Pettit. All rights reserved.
* Author: Ken Pettit <pettitkd@gmail.com>
*
* Redistribution and use in so... | [
"dkroell@acm.org"
] | dkroell@acm.org |
822c21a838f718f9889bbef8abfeae77637b3f7a | aa9832fabc151c3b62d6aebf20e0664b42ccc001 | /primeIntdArray.c | 6cba812cb3b8a865fb4028fee1dd134417f0cf7b | [] | no_license | kentakang/c_study_school | 673b8dd1d2a01975852f11a71a06f8c53d70fa92 | 724ce7811eeb69ede6bce5fe7c8ffd8b46f39edf | refs/heads/master | 2021-05-15T10:42:49.608708 | 2017-12-13T00:42:10 | 2017-12-13T00:42:10 | 108,197,510 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 398 | c | #include <stdio.h>
int main()
{
//1¹ø °Âù
int i, j, x = 0, y = 0, cnt, sum;
int a[5][5];
for(i = 2; i <= 100; i++)
{
cnt = 0;
for(j = 1; j <= i; j++)
{
if(i % j == 0)
cnt++;
}
if(cnt <= 2)
{
a[x][y] = i;
y++;
}
if(y > 4)
{
y = 0;
x++;
}
}
for(i = 0; i < 5; i++)
{
... | [
"kentakang@icloud.com"
] | kentakang@icloud.com |
7eeac4c1466c68267e99c145bcfe46935df45c47 | 216f5252a8df73f8547d6a6c831409c916bae3e5 | /windows_embedded_compact_2013_2015M09/WINCE800/private/winceos/COREOS/storage/dospart/drvdbg.h | 4e0eec6934579069a861ec721527203fb601e90f | [] | no_license | fanzcsoft/windows_embedded_compact_2013_2015M09 | 845fe834d84d3f0021047bc73d6cf9a75fabb74d | d04b71c517428ed2c73e94caf21a1582b34b18e3 | refs/heads/master | 2022-12-19T02:52:16.222712 | 2020-09-28T20:13:09 | 2020-09-28T20:13:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,964 | h | //
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft shared
// source or premium shared source license agreement under which you licensed
// this source code. If you did not accept the terms of the license agreement,
// you are... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
c86672e75184e6c289ee13774c53db744867128d | 9663a46c0582147b9c5d77c7d7cc806f73592469 | /sch.c | 4c0d11891f3e1d00dfb174601ed4a7eff9ff7ae4 | [] | no_license | ori-itay/CC_project2 | b7e40128f5343a03572d8dc119f02732810e74a0 | e4b148f6d0087e8b5d7a27426680ed875217a0a8 | refs/heads/master | 2020-05-15T05:42:51.314645 | 2019-05-03T21:21:04 | 2019-05-03T21:21:04 | 182,109,034 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,985 | c | #define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define WEIGHTED_ROUND_ROBIN "RR"
#define DEFICIT_ROUND_ROBIN "DRR"
#define WRR_TYPE 0
#define DRR_TYPE 1
#define DEFICIT_ROUND_ROBIN "DRR"
#define MAX_LINE_LEN 100
#define MAX_WORDS_IN_LINE 8
#define IP_ADDR_LEN 1... | [
"noreply@github.com"
] | ori-itay.noreply@github.com |
1865890da5d1dfe832e7b33c41d604cb62bfafab | 523d8e0ffbccb02b6515c7a52598610d95330b1d | /src/instancenorm_coeffs.comp.hex.h | ef3c7aadd912821ced33e4366b062319d2b1a8e5 | [] | no_license | gitleej/ncnn_Oprncv_VS2017_x64_Release | d9c070407ba27b9c635707f2c89bf2383951aaeb | 3c85fd7d384943516f8af307dfa23531f897f371 | refs/heads/main | 2023-01-24T10:11:48.030137 | 2020-12-11T06:13:06 | 2020-12-11T06:13:06 | 320,483,925 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,950 | h | static const char instancenorm_coeffs_comp_data[] = {0x23,0x76,0x65,0x72,0x73,0x69,0x6f,0x6e,0x20,0x34,0x35,0x30,0x0d,0x0a,0x0d,0x0a,0x23,0x69,0x66,0x20,0x4e,0x43,0x4e,0x4e,0x5f,0x66,0x70,0x31,0x36,0x5f,0x73,0x74,0x6f,0x72,0x61,0x67,0x65,0x0d,0x0a,0x23,0x65,0x78,0x74,0x65,0x6e,0x73,0x69,0x6f,0x6e,0x20,0x47,0x4c,0x5f,0x... | [
"leej95@163.com"
] | leej95@163.com |
6127526957daa3165a3c11a933cc645af9d87d5c | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/php-src/ext/pcre/pcre2lib/sljit/extr_sljitNativeSPARC_common.c_getput_arg.c | 7c16c7cb6fd5b5fc02f9346174ec6b4bc343e035 | [] | 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 | 3,554 | 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 |
ecf6a484f015dc4b344aac13ebd83fa1422e9d76 | 5c9ef07112cbaa9f29b06bbd17b36bc1777ab647 | /components/esp8266/include/driver/spi.h | 0f0b4a0ce10f53a6ebb50b239e32ee87d0821fba | [
"Apache-2.0"
] | permissive | ichenxing/ESP8266_RTOS_SDK | cfb634336656936f5a1de353e48edee65026bf7e | 9d02c869d51aa1df462149c7b89dae0badddff49 | refs/heads/master | 2020-03-30T07:14:38.478064 | 2019-04-24T10:27:05 | 2019-04-24T10:27:05 | 150,925,535 | 0 | 0 | Apache-2.0 | 2019-04-24T10:27:06 | 2018-09-30T03:14:47 | C | UTF-8 | C | false | false | 12,133 | h | // Copyright 2018-2025 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by a... | [
"xiongyu@espressif.com"
] | xiongyu@espressif.com |
895d64bdb57128d4a5c003d155ad897ad95fffca | 9844fa3025bf8e44ca856719607e3c2f955de505 | /yak-priv.h | ee7569b33a18db43b954df0b3b6e93b7278845d0 | [
"MIT"
] | permissive | lh3/yak | 72dfa84c1f601b69f99c00184638665eb62691c3 | f37704a97b68ad08e9129dd7e1ea60072107bda4 | refs/heads/master | 2023-08-18T14:06:28.840975 | 2023-05-01T03:31:58 | 2023-05-01T03:31:58 | 214,455,739 | 100 | 4 | MIT | 2023-07-24T11:10:59 | 2019-10-11T14:22:16 | C | UTF-8 | C | false | false | 1,543 | h | #ifndef YAK_PRIV_H
#define YAK_PRIV_H
#include <stdlib.h>
#include "yak.h"
#define CALLOC(ptr, len) ((ptr) = (__typeof__(ptr))calloc((len), sizeof(*(ptr))))
#define MALLOC(ptr, len) ((ptr) = (__typeof__(ptr))malloc((len) * sizeof(*(ptr))))
#define REALLOC(ptr, len) ((ptr) = (__typeof__(ptr))realloc((ptr), (len) * siz... | [
"lh3@me.com"
] | lh3@me.com |
faf07f98472f19b73491df251de11e21d04b4191 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/linux-master/arch/arm/mm/dump.c.bak.c | 054aa7fba9a46e0d937442799c67bced49ed3caf | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,392 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/*
* Debug helper to dump the current kernel pagetables of the system
* so that we can see what the various memory ranges are set to.
*
* Derived from x86 implementation:
* (C) Copyright 2008 Intel Corporation
*
* Author: Arjan van de Ven <arjan@linux.i... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
fd70f78bba5dca37b2df1cf4dc59b37475763ee7 | 33108c4ba5ab1fc1f3197f05d77ea3271c8994d7 | /hardware/STEMDu/avr/libraries/STEM_Du_Archade/bitmap.h | 84b61d4ffa40f67293fe86185a4a5263542450f8 | [] | no_license | tairo/STEMDu_ArduinoIDE | e6f0eb5dd6f2b04f49ca54f56f538bc32cfc51ca | 79b13a8c3febe5fa9ab694c7d08d132ab738d37b | refs/heads/master | 2022-05-19T18:59:57.236224 | 2022-05-07T07:00:36 | 2022-05-07T07:00:36 | 17,161,730 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 856 | h |
#define BITMAP_HEIGHT 8
#define BITMAP_WIDTH 8
static const uint8_t PROGMEM
//smile
bmp[5][8] = {
{ B00111100,
B01000010,
B10100101,
B10000001,
B10100101,
B10011001,
B01000010,
B00111100 },
//normal
{ B00111100,
B01000010,
B10100101,
B10... | [
"tairo_nomura@mac.com"
] | tairo_nomura@mac.com |
8769f2e742616502c9287fa43c92480b82538dec | 4ea4f1b26d4d2134037578f9bf00bf706fa550d9 | /Binary Trees/BST.c | 4822cde40f593e5de805f8c914ffccb8fee66a23 | [] | no_license | Badal-Jha/Datastructure-Algorithms | 8f4b005b761fb951987dba2bd484360c9e9cd4ef | f67afdf967b9bf5a65ff02a650e9e3810240fa29 | refs/heads/master | 2023-06-02T17:13:57.817510 | 2021-06-16T14:02:28 | 2021-06-16T14:02:28 | 314,815,106 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 801 | c | #include<stdio.h>
#include<stdlib.h>
struct Node{
int data;
struct Node *left;
struct Node *right;
};
void preorder(struct Node *root)
{
if(root!=NULL)
{
printf("%d ",root->data);
preorder(root->left);
preorder(root->right);
}
}
int main()
{
struct Node *... | [
"badaljhacse@gmail.com"
] | badaljhacse@gmail.com |
d806a5ccc7cbee02ef5efd416c1ecc295aeed2bf | 6f3ec57a73c3676cb983de8ebf8d5e02f121c5cb | /HPC_DD2356_Final_Project/Source/optimFox.c | e5f8a70509c34ccd8afcd6ca565e519fde8a6366 | [] | no_license | DevrajD/HPC | ec406b2bcf0351e10ed72dccf1530f58f18939df | d0f0c1f61a44be9dfe34a028aeaf532483631773 | refs/heads/master | 2022-12-17T00:59:59.163600 | 2020-09-03T14:19:17 | 2020-09-03T14:19:17 | 256,793,802 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,470 | c | #include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <math.h>
#include <time.h>
#include <sys/time.h>
#include <mpi.h>
#include "omp.h"
#ifndef N
#define N 6
#endif
#ifndef N_BAR
#define N_BAR 2
#endif
#ifndef OMP_THREADS
#define OMP_THREADS 2
#endif
#ifndef COMMS
#define COMMS 0
... | [
"dev.2293@gmail.com"
] | dev.2293@gmail.com |
350c1776442051c0e86ab9d7da4476c72cd91d26 | 39afe29d583fc7be4ca43cabfc1c4ada575291aa | /src/Pcode/Pcode/read.h | 16af3c2573cc7e04f787076677680a701b75dd4b | [
"NCSA"
] | permissive | invisibleboy/mycompiler | 1bd198035295ece77508f7676ad2b6effcbeeea4 | 5736841b2578ec47039620c9df3fae02ecee66d7 | refs/heads/master | 2016-09-06T19:12:45.046188 | 2014-09-11T07:55:47 | 2014-09-11T07:55:47 | 23,909,090 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,637 | h | /*****************************************************************************\
*
* Illinois Open Source License
* University of Illinois/NCSA
* Open Source License
*
* Copyright (c) 2004, The University of Illinois at Urbana-Champaign.
* All rights reserved.
*... | [
"ut@localhost.localdomain"
] | ut@localhost.localdomain |
5ac6349d5c95e5c1e113d2c47913bda7d463554f | b4b2a630e83899dab55fbc8c53c8fd5ac82d3779 | /PA_Testing_For_Students/assignment_4/client.c | 24874fd402fec3255a7d3bb75728f3b8592b947d | [] | no_license | cealvar/Client-Server-Voting-System | 512f1ac1599cd40443f88095bb9467f89b9a2f47 | 4c166c118c9a82ca2bcec0c167bc35a6e7ec811a | refs/heads/master | 2020-04-30T19:47:01.840009 | 2019-03-28T00:15:38 | 2019-03-28T00:15:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,557 | c | /*
Names: Carlos Alvarenga, Jeremy Herzog
X500’s: alvar357, herzo175
id's: 5197501, 5142295
Lecture Section: Both students are in lecture section 16
Extra Credit: YES
*/
#define _BSD_SOURCE
#define NUM_ARGS 4
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>
#in... | [
"herzo175"
] | herzo175 |
80d9a1aba86a921eee9e5b6da8c1704d98ba2bfc | 43f80e1363d664e67b7adf4616e4f99a81ace1e1 | /example1/copilot-sbv-codegen/internal.h | 10c04fdef3c31bd690e4698b85e6fbb6939d6ed4 | [] | no_license | Copilot-Language/examplesForACSL | 5f4df1481edb806aa746e2803319f5dbcfc5d226 | 71a548cda77d2720bea11e8664e8fb3fcb7d6df1 | refs/heads/master | 2016-09-06T16:57:48.209193 | 2016-03-05T01:33:11 | 2016-03-05T01:33:11 | 37,664,002 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,649 | h | /* Header file for internal. Automatically generated by SBV. Do not edit! */
#ifndef __internal__HEADER_INCLUDED__
#define __internal__HEADER_INCLUDED__
#include <inttypes.h>
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include <math.h>
/* The boolean type */
typedef bool SBool;
/* The float type *... | [
"jaloyan@localhost.localdomain"
] | jaloyan@localhost.localdomain |
a6ed05396b7af9cfde60c051b4a88937ee9b7dee | 60118ca9febdcc27b7bde5154cde35462ac7d033 | /esp_kitchen/components/ledcontrol/ledcontrol.c | 6c99b2afcdc70d2e074099c41ec68ec5119601aa | [] | no_license | d51x/esp-rtos | 9d92d9ee3521c294afb5b0eea69cc74babcf33bd | 41482145d693b0d38d5935948d4c472b316d8c99 | refs/heads/master | 2021-07-25T03:34:15.254537 | 2020-12-20T19:28:11 | 2020-12-20T19:28:11 | 229,060,006 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,759 | c | #include "ledcontrol.h"
static const char *TAG = "LEDCTRL";
static ledcontrol_t *ledc = NULL;
static uint16_t period;
void ledcontrol_init();
esp_err_t ledcontrol_register_channel(ledcontrol_channel_t ledc_ch);
void ledcontrol_set_duty(ledcontrol_channel_t *channel, uint16_t duty);
uint16_t ledcontrol_get_duty(ledco... | [
"dimonich110@gmail.com"
] | dimonich110@gmail.com |
da48ec8fab7ab725188ff5e86ebacf0e370b70c7 | 01ad153319621b3bbbf2f4ae9cfbd7b20893c5b0 | /bench1/benchmark6.c | d5b25dbade395d3dcc36bfee65b5f0f8fc9caddd | [] | no_license | YichaoLee/test_CFG_v4 | 1cbbbc2df7cf63eb450a0954cefa2d50cbcdc507 | 5c5c236abe2839015f1306c701e63ec442c59aa7 | refs/heads/master | 2021-01-11T20:01:13.517775 | 2017-05-03T15:14:04 | 2017-05-03T15:14:04 | 79,448,672 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 333 | c | #include <math.h>
#include <stdio.h>
int main(){
double v;
double w;
double r;
if(-4.5 <= v && v <= -0.3 && 0.4 <= w && w <= 0.9 && 3.8 <= r && r <= 7.8) {
double res=3 - 2/(r*r) - 0.125 * (1+2*v) * (w*w*r*r) / (1-v) - 0.5;
if(0.571726 >= res || res >= 11.4272)
printf("Solved 75");
}
r... | [
"YichaoLee@github.com"
] | YichaoLee@github.com |
0e6f7c68928f1ef56e7f8cbb51f507c366da1e49 | b968b8a7a2e3e3dc288eab20ff8df2c7e681a1b5 | /libft/ft_strdup.c | 5190612fc5535841496bcbeee97747bd808a1d8f | [] | no_license | isaacpizarro95/42 | 8a65555b53880208c6ed02d5ec4b4fc63d7c3379 | 31c5b7c6edd7199dac1960d06b09649909b09246 | refs/heads/master | 2022-06-02T13:46:09.839349 | 2022-05-23T14:39:32 | 2022-05-23T14:39:32 | 220,289,388 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,163 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strdup.c :+: :+: :+: ... | [
"ipizarro@c2r5s3.42madrid.com"
] | ipizarro@c2r5s3.42madrid.com |
3ba9c2a9f3f62e605c2c45b7d44c320f231f687d | 2c3e56dce178eb063922b3bc9768ded1c613b219 | /src/mgclient.c | be289c53ba95f49caa5b59bad17491b13c4bf353 | [
"Apache-2.0"
] | permissive | stjepanp/mgclient | 5d081720163eb97e4d54839f98cace61b960d7da | fe94b3631385ef5dbe40a3d8458860dbcc33e6ea | refs/heads/master | 2020-07-08T05:16:52.397446 | 2019-05-27T14:27:20 | 2019-05-27T14:27:20 | 203,576,190 | 0 | 0 | null | 2019-08-21T12:07:53 | 2019-08-21T12:07:52 | null | UTF-8 | C | false | false | 23,128 | c | // Copyright (c) 2016-2019 Memgraph Ltd. [https://memgraph.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 obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required ... | [
"marin.tomic@memgraph.io"
] | marin.tomic@memgraph.io |
b1eb1840c1397fc59df601ef93eef6e3dfd49972 | aedd32fdd5e8ed475e2c1e638df23379e451a6c2 | /c15.c | 6f8537e0de268720dd2f83cab490fe5eb36f91f3 | [] | no_license | chengeng-GC/c-code | 4497d58a4d0dc8e1ccbec1f77fd1cff8efbca28b | 844340c1576fefe904296b6bb5e8842f853db581 | refs/heads/main | 2023-03-09T21:07:12.512298 | 2021-02-28T10:01:09 | 2021-02-28T10:01:09 | 329,248,282 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,121 | c | #define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <string.h>
#include <windows.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
int main() {
//指向函数指针数组的指针
int(*pfArr[4])(int, int);//函数指针数组
int(*(*ppfArr)[4])(int, int);//指向函数指针数组的指针
//回调函数-就是一个通过函数指针调用的函数
//qsort函数 排序任何类型的数组
//... | [
"noreply@github.com"
] | chengeng-GC.noreply@github.com |
878aa4796e5eaf499346c18dfe344cbd069c2056 | b05abc6a3e508cbaebe7cfa054f4c9e13ebdeb2a | /libft/src/ft_strchr.c | bf969d0e95015ba86767a3fe8af2a6337381d242 | [] | no_license | angauber/Filler | 2f882a85900d3904f96f4b2598ae760b96dff0ed | 941fdbe7e375f9f62b29256ce74d213f6094f253 | refs/heads/master | 2020-04-12T05:52:14.792413 | 2019-01-12T13:14:37 | 2019-01-12T13:14:37 | 162,309,842 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,220 | c | /* ************************************************************************** */
/* LE - / */
/* / */
/* ft_strchr.c .:: .:/ . .:: ... | [
"angauber@z1r4p5.le-101.fr"
] | angauber@z1r4p5.le-101.fr |
861bfd2f4d1994333690f31cac7a6078705fa89c | 2708c056880bc315a6120f45470aa24b7b7f0f64 | /targets/TARGET_NUVOTON/TARGET_M2351/trng_api.c | ca40f3db2759e5659546b731fcc5cd71975f9448 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | clevertrack1/mbed-os | 6a3da26b3485c87d743e095ea790da6adb2514ff | 96218c7f33a9888d24ba772335d268376d2d24af | refs/heads/master | 2020-03-28T00:41:54.912161 | 2018-11-13T00:54:48 | 2018-11-13T00:54:48 | 147,441,499 | 2 | 0 | Apache-2.0 | 2018-11-12T05:15:19 | 2018-09-05T01:24:16 | C | UTF-8 | C | false | false | 2,100 | c | /* mbed Microcontroller Library
* Copyright (c) 2017-2018 Nuvoton
*
* 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 requir... | [
"ccli8@nuvoton.com"
] | ccli8@nuvoton.com |
42cd0ae211cfedba21e7f0a1c73cd83ec160b08e | e97df22359edd6a59d24469663ee22529fe0abad | /11942.c | fd81a000cdd28670b1f08a39fb10ac5507dea8ec | [] | no_license | rofi93/UVA | 826d8c07a5410638b8843b66176bc1c6a389c129 | 08f418b11410f142590322451904f260d606e3f7 | refs/heads/master | 2020-12-10T13:07:50.131831 | 2018-09-23T18:53:38 | 2018-09-23T18:53:38 | 64,331,702 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,198 | c | #include<stdio.h>
int main()
{
int a[10],i,j,t,k,temp,n;
scanf("%d",&t);
printf("Lumberjacks:\n");
for(i=1; i<=t; i++)
{
for(j=0; j<10; j++)
{
scanf("%d",&a[j]);
}
if(a[0]<a[1])
{
n=0;
for(j=0; j<10; j++)
{
... | [
"khairul.basar93@gmail.com"
] | khairul.basar93@gmail.com |
dc61b3f6b10034b81d6936c3c85e9f304e714617 | 353819882922f536a883bcc8daf9fe235a93d144 | /src/stm8s_it.c | 73b49458542d1e2e66a19dd281aceb0b8e7bda9b | [] | no_license | pkuniec/nrf24l01 | 72a37737d6035c1f058e55fadafe7d8574c52af9 | eb8d46daedf1aef9611123c128983f1d49e1ed19 | refs/heads/master | 2020-07-20T11:46:47.124182 | 2019-09-05T18:47:56 | 2019-09-05T18:47:56 | 206,634,595 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 416 | c | #include "stm8s.h"
#include "stm8s_it.h"
#include "common.h"
#include "nrf24l01.h"
uint8_t sec = 100;
void tim4_update(void) __interrupt (IT_TIM4_OVR_UIF) {
//static uint8_t sec = 100;
TIM4->SR1 &= ~TIM4_SR1_UIF;
if ( !sec-- ) {
//ChgBit(GPIOB->ODR, 5);
sec = 100;
}
}
void exti2_irq(void) __interrupt(IT_E... | [
"misiek@amdx4"
] | misiek@amdx4 |
b4207712516947a88b165abce50ab36706cf19cf | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/tristian/realms/supermax/rooms/hall-a05.c | 4e3a020a59a2075c595bac576997ebacbd96aad0 | [] | no_license | wugouzi/Nirvlp312mudlib | 965ed876c7080ab00e28c5d8cd5ea9fc9e46258f | 616cad7472279cc97c9693f893940f5336916ff8 | refs/heads/master | 2023-03-16T03:45:05.510851 | 2017-09-21T17:05:00 | 2017-09-21T17:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,426 | c | /*
// Created: Tristian@Nirvana
// Copyright: Copyright (c) 2005 Tristian
// All Rights Reserved.
// Function: Prison High-Level Area
// Create Date: 2014.04.10
// Thanks to everyone who helped me...
// //
// Change History:
*/
#include "/players/tristian/lib/supermaxdefine.h"
inherit... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
4efba31bfb594e172d869e1cfae96a5348437681 | b227fa671d1ce3e8c3bef3925831d1f9d06b5589 | /src/lib/connection/dm_security_init.c | 708365345bbe139a2dbf31bd5e09cbad31c51ab7 | [] | no_license | layne11/csr8670_adk4_1 | b9636a3a1226ee8842c8673524da0b27414a9345 | 9cf63ef4d0c015a111793af25f615b7d1c4da67e | refs/heads/master | 2021-07-12T00:15:10.877596 | 2020-09-28T01:20:57 | 2020-09-28T01:20:57 | 205,702,144 | 9 | 4 | null | null | null | null | UTF-8 | C | false | false | 2,696 | c | /****************************************************************************
Copyright (c) 2004 - 2015 Qualcomm Technologies International, Ltd.
Part of ADK 4.1
FILE NAME
dm_security_init.c
DESCRIPTION
This file contains the functions to initialise the SM component of
the connection lib... | [
"748821941@qq.com"
] | 748821941@qq.com |
0afabd0998ce64343365a1de619991c64ea083f5 | 15e818aada2b18047fa895690bc1c2afda6d7273 | /control/trans_in/trans_in_types.c | 406c5a4ee6694101f99fc09709a0b1b53b8109ba | [
"Apache-2.0"
] | permissive | ghomsy/makani | 4ee34c4248fb0ac355f65aaed35718b1f5eabecf | 818ae8b7119b200a28af6b3669a3045f30e0dc64 | refs/heads/master | 2023-01-11T18:46:21.939471 | 2020-11-10T00:23:31 | 2020-11-10T00:23:31 | 301,863,147 | 0 | 0 | Apache-2.0 | 2020-11-10T00:23:32 | 2020-10-06T21:51:21 | null | UTF-8 | C | false | false | 1,104 | c | /*
* Copyright 2020 Makani Technologies LLC
*
* 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 ... | [
"luislarco@google.com"
] | luislarco@google.com |
da82c3eb37b3d8fecd99415e1eb7e557b95e0987 | 2db212309b558f6c5885ca997a24a66312904c22 | /Selection_Statements/Project5.4_Wind.c | 2a6ebea0ea3c0df73385ebe5f804f693fc7b987b | [] | no_license | tadm123/C | 3c7347f88fddd66a02e367f680de3a949979d0cf | d86300a8b7adecfebdcbff85e473f8ce01a975e8 | refs/heads/master | 2020-06-15T19:24:24.235826 | 2016-12-05T03:28:54 | 2016-12-05T03:28:54 | 75,163,430 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 442 | c | #include <stdio.h>
int main()
{
int wind=0;
printf("Enter a wind speed: ");
scanf("%d",&wind);
if (wind<1)
printf("Calm");
else if(wind>=1 && wind<=3)
printf("Light air");
else if(wind>=4 && wind<=27)
printf("Breeze");
else if(wind>=28 && wind<=47)
printf("... | [
"dramir19@fau.edu"
] | dramir19@fau.edu |
7ba0003b0bc6e9cde2afa63f5779090c0a1eb23e | 0c846407b8c1356580208e2fff8c86e5e54f5b47 | /original/GenProg/replace/rds/v7/3/result/repair6.c | 17d9690d30ab8ea34e4ea467e97af580fa6a921d | [] | no_license | ymxl85/MRs-based-test-suite-for-APR | 3522691bab1b8f126ed47ee930895e7b98a222a3 | b6c6e7e027629fef00e737726161970760a2d560 | refs/heads/master | 2020-11-29T22:26:05.610363 | 2020-04-27T02:59:34 | 2020-04-27T02:59:34 | 230,019,140 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,311 | c | typedef unsigned int size_t;
typedef unsigned char __u_char;
typedef unsigned short __u_short;
typedef unsigned int __u_int;
typedef unsigned long __u_long;
typedef signed char __int8_t;
typedef unsigned char __uint8_t;
typedef short __int16_t;
typedef unsigned short __uint16_t;
typedef int __int32_t;
typedef unsigned ... | [
"jiang_my@126.com"
] | jiang_my@126.com |
f492a55e6a6f0eeebef06a9ed60131945d0fde90 | 53e1cfd01f4fb6ff6160b5292c471a3d77a48660 | /code_test/offset_test.c | 7c1fd5f1600c09623e6ff97c59ef6507b5887d83 | [] | no_license | MarkTseng/mySampleCode | 446df156c14c04519fbfdad933ef3e04fb1d4e04 | e3c4c8589b634dc2b26681b5c2c704a39665a280 | refs/heads/master | 2022-06-04T08:28:49.317400 | 2020-06-12T07:23:32 | 2020-06-12T07:23:32 | 7,599,118 | 10 | 10 | null | 2022-05-14T00:31:27 | 2013-01-14T05:45:34 | C | UTF-8 | C | false | false | 3,211 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
typedef unsigned int UINT32;
typedef struct
{
// GROUP 0: Chip Information
UINT32 stamp; /* 00 0 (0000) $bffe8000*/
UINT32 emulation; /* 01 1 (0004)*/
UINT32 g0_res... | [
"chunjen.tseng@gmail.com"
] | chunjen.tseng@gmail.com |
a172e2b642e8b9bf3fd442440c53ce936133fb34 | 84bc2ab959b49ed3134fe6a6ba0f6e11dbc9f17d | /src/server.c | 0b4167c15640fa9cab181e185f57b945770779df | [] | no_license | UnitedSalvatore/minitalk | 2f07ccaf59abc5917b321ada4083fb07de01cdb0 | df67a9a61271aa3742342dbe28333bee8bb1fffd | refs/heads/master | 2020-09-15T14:52:10.481552 | 2019-11-24T15:22:24 | 2019-11-24T15:22:24 | 223,481,542 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,613 | c | #include <signal.h>
#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
#include "minitalk.h"
#include "ft_printf.h"
void sig_receiver(int sig, siginfo_t *info, void *context)
{
(void)context;
if ((SIGUSR1 != sig) && (SIGUSR2 != sig))
return ;
while (Frame->is_full || Frame->is_complete... | [
"salvaincorp@gmail.com"
] | salvaincorp@gmail.com |
54bfcbded73a11de9f37b74fe8c1af0b5d02862d | f9bde941809627e7b0dc81317ff80a37e8094ef7 | /libft/ft_strncat.c | c286950a1bbafaae7c50b32f59bab6b6bf1ef8e4 | [] | no_license | mrachid/lem-in | 9bd44b3f9d956169a0ecc9c1c9baadd9272fd1fd | 4119f8af8a3b2813c5ecd4616963c8e7ddb386f9 | refs/heads/master | 2020-12-24T15:04:49.610523 | 2014-02-14T17:10:58 | 2014-02-14T17:10:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,139 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncat.c :+: :+: :+: ... | [
"mrachid@MacBook-Pro-de-Rachid.local"
] | mrachid@MacBook-Pro-de-Rachid.local |
828da986387ccf8dafbc2224caaff4d2ca42b404 | fa5ae22824dab1fc2cce42ece3ba64d0478f567f | /include/utils.h | 3e37c0ddb41d4f7e7de2609f793d0902df7c7325 | [] | no_license | XianhaiC/syncing_file_share | bc1a454a7972d75ebaadd074755e16561cc6f246 | 55e7747f455df46547164a4a746406c03cd03314 | refs/heads/master | 2021-07-24T19:23:37.971028 | 2018-10-25T09:30:11 | 2018-10-25T09:30:11 | 149,075,969 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 290 | h | #ifndef UTILS_H
#define UTILS_H
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include "macros.h"
int min(int x, int y);
int max(int x, int y);
char* str_concat(const char *s1, const char *s2);
#endif
| [
"xianhaic@gmail.com"
] | xianhaic@gmail.com |
ed70140b6013d471d8e5395decaedc46302a99dd | 41f74e11411fb32c8d989a1a6a0ac13c92174b8f | /MPI/vectorAdd.c | b01e6fa2e1a0783cba41cb8ecd64b13a4bd366cd | [
"MIT"
] | permissive | sebasvega95/HPC-assignments | 536f3452b777f7ce9351c0d4a3f404599e12bd32 | 424e545d019a9f4ca2f210ddbd37c77f9ca2f241 | refs/heads/master | 2021-01-13T15:36:09.329882 | 2017-04-25T15:54:10 | 2017-04-25T15:54:10 | 81,370,656 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,122 | c | #include <stdio.h>
#include <stdlib.h>
#include <mpi.h>
#define N 21
#define ADD_ARRAY_TAG 1
void add(int* a, int *b, int *c, int n) {
for (int i = 0; i < n; i++) {
c[i] = a[i] + b[i];
}
}
void testRand(int *a, int n, int max) {
for (int i = 0; i < n; i++) {
a[i] = rand() % max;
}
}
void print(char *... | [
"sebas060495@gmail.com"
] | sebas060495@gmail.com |
b168ce5c0468b9c0bd74eb8128d59482058ed6e5 | f5ed4f255f12b1be89cf2a1d7e28c7d383c2746a | /Kernel-dev/fs_get_dev/fs_get_dev.c | eb3ccabbac65d1323282c9ae7b6925762e30d506 | [] | no_license | wangchenxi7/System-Dev-Testcase | 033e462fe6eaad2e959ec541c47b9e896a2d0f99 | ef7ef9d8d0024f52159e3923b5abefff1dfa23c0 | refs/heads/master | 2022-09-04T13:28:35.576348 | 2022-09-03T15:39:52 | 2022-09-03T15:39:52 | 172,776,655 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 700 | c | /**
* Kernel module testcase
* Purpose : get a Block Device by its path
* get the "struct block_device" information of /dev/sdb1
*/
#include <linux/kernel.h>
#include <linux/module.h>
//for stackbd
#include <linux/errno.h> /* error codes */
#include <linux/types.h> /* size_t */
#include <linux/vmalloc.h>
#include ... | [
"wangchenxi@g.ucla.edu"
] | wangchenxi@g.ucla.edu |
00a642921ada7a4680506a87e8bf46462e6862a4 | c079cf57d2a707c560719a6117b9d59eab4d3f82 | /code/exercises/common/oogl/glIncludes.h | 7a0def039854edf8c128b51721f45e6e9e379801 | [] | no_license | andreea93m/Alien-Nightmare | 201835c61b7f85cddab0452b57b381246807bd7c | 259bc1460bac2212078b60d74630a79a963efb73 | HEAD | 2018-12-28T18:42:56.769107 | 2015-06-19T22:05:07 | 2015-06-19T22:05:07 | 36,523,732 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 268 | h | /*
* glIncludes.h
*
* Created on: 10.02.2011
* Author: sam
*/
#pragma once
#include <GLee.h>
#ifdef WIN32
# include <GL/glu.h>
#elif defined(__APPLE__) || defined(__APPLE_CC__)
# include <OpenGL/glu.h>
#else
# include <GL/glu.h>
#endif
| [
"m_andreea93@yahoo.com"
] | m_andreea93@yahoo.com |
454716764e57e36e3383a9de11bddcc12620fad0 | fc090eac98c98ce8388cdff8f7ad553abce7dd9a | /pgm2nya.c | cd90ed30be740be95781b38f05e40d6e98693b9b | [
"CC0-1.0"
] | permissive | discatte/discque-hearto-pulse | 3951be79c7330ada7fd5f76a10e4893e0349375b | 5b4826340f5e0eb5ddcf56e59bdae6e828f71206 | refs/heads/main | 2023-03-06T20:55:51.541244 | 2021-02-22T18:17:46 | 2021-02-22T18:17:46 | 341,072,639 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,086 | c | // Created by Nokia64, Feb 18, 2021
#include <stdio.h>
#include <strings.h>
//~ For my friend Discatte =^.^=
int read_word(FILE* file, char str[], int array_len) {
unsigned int i,n;
for (i=0;i<array_len-2;i++){
n = fgetc(file);
if ((n>=33)&(n<=126)) { //Printable non-whitespace ASCII
str[i] = n;
} else {
... | [
"noreply@github.com"
] | discatte.noreply@github.com |
d551c0e840ebcf19e76d55704f866a646c9a8f34 | 257db29c0a7a2f98bd81038a6b26af0ec952e0b5 | /i2c/bno055_verify_chip_id/bno055_verify_chip_id.c | bcaf54662c7a9f88c28fd54817b1566ac68d9da6 | [
"MIT"
] | permissive | fivdi/rp2040-tests | f34284c8f05b224f26c2d78d2a1852dba4830326 | 1fda51c2a46598356de3b1cd30f01f5489c5a345 | refs/heads/master | 2023-04-14T10:27:35.065904 | 2021-04-25T08:27:37 | 2021-04-25T08:27:37 | 356,883,136 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,493 | c | #include <stdio.h>
#include "pico/stdlib.h"
#include "hardware/i2c.h"
static const int SUCCESS = 0;
static const int ERROR = -1;
static int read_byte(
i2c_inst_t *i2c, uint8_t addr, uint8_t reg, uint8_t *byte
) {
if (i2c_write_blocking(i2c, addr, ®, 1, true) != 1 ||
i2c_read_blocking(i2c, addr, (ui... | [
"bdscooke@gmail.com"
] | bdscooke@gmail.com |
8efdd807b4447f53115fd7e79d1ec73a5b644198 | 9fcd51f52c30c0f3f6e62a901a78d4123292121e | /bserver.c | 90f7f5a7101415090fd9b0adfec5ef3b48cd3f92 | [] | no_license | dev-dding/global-server | d93884289b6165b7e5a32fdf9de78f1e8192a3f1 | ecef6970fd308bd4f3281f9fef8b9ce62ff772f4 | refs/heads/master | 2021-01-10T11:59:23.962095 | 2016-03-18T02:25:03 | 2016-03-18T02:25:03 | 54,142,820 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,852 | c | /*************************************************************************
> File Name: server.c
> Author: David Ding
************************************************************************/
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <net/if.h>
#include <netinet/in.h>
#include <... | [
"christiedigital@yahoo.ca"
] | christiedigital@yahoo.ca |
0525f5c41c14a03f177700111e82b0fc61f59ed0 | c4bab6b59aaad3aba0018aecbcedcc6054ab0ae7 | /conductor/acrd_priv.h | e683f73a14fecee826930ed6981a2f8329547eae | [] | no_license | popbjc/accord | f08289d8e5acd3ef9431be62f8fca1ebff9d40fa | 3fece27d6d02b997a295065e52bce4200ad8eeed | refs/heads/master | 2021-01-15T12:36:24.375840 | 2017-12-26T10:58:40 | 2017-12-26T10:58:40 | 46,101,545 | 0 | 0 | null | 2015-11-13T05:15:37 | 2015-11-13T05:15:36 | null | UTF-8 | C | false | false | 1,100 | h | #ifndef __SERV_PRIV_H__
#define __SERV_PRIV_H__
#include "list.h"
#define RECV_INTERVAL 1 /* ms */
#define SEND_INTERVAL 1 /* ms */
#define CPG_INTERVAL 1 /* ms */
#define SYNC_INTERVAL 20 /* ms */
#define NR_RECV_THREAD 8
#define NR_SEND_THREAD 8
#define MAX_MULTI_REQS 4096
struct acrd_txid;
struct client_info;
... | [
"ozawa.tsuyoshi@lab.ntt.co.jp"
] | ozawa.tsuyoshi@lab.ntt.co.jp |
7961dbc2421772e1290ef9a94d606cf67e68a9f7 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/f1d350e1-6168-4f01-b9b0-d7fbbcc74742.c | 6e63bf8f82e2f44aa588b49f1c8f249f6e104e9e | [] | 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 | 572 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
j = 533;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = i/j;
l = l-j;
l = k-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[33];
long c[40];
a = 0;
do {
a--... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
b1f2682ba5218e8f197a6b225b17d66f238b5cf8 | 099125525f25327f4e50c492dd27b425d95428a5 | /sys/dev/pci/vioblk.c | 4493d009f3472e3c31358fb8e4746d07c370f457 | [] | no_license | bradla/OpenBSD-Hammer2 | 2d9223e167347fea59afc7866deb8c5e9c7bd167 | 3cdc26721c09a4e3b6c18086d544a386330af59d | refs/heads/master | 2021-01-21T05:05:20.249320 | 2014-10-18T07:27:28 | 2014-10-18T07:27:28 | 19,660,090 | 18 | 2 | null | null | null | null | UTF-8 | C | false | false | 16,973 | c | /* $OpenBSD: vioblk.c,v 1.4 2013/05/12 19:33:01 krw Exp $ */
/*
* Copyright (c) 2012 Stefan Fritsch.
* Copyright (c) 2010 Minoura Makoto.
* Copyright (c) 1998, 2001 Manuel Bouyer.
* All rights reserved.
*
* This code is based in part on the NetBSD ld_virtio driver and the
* OpenBSD vdsk driver.
*
* Redistribu... | [
"brad@Brads-MacBook-Pro-2.local"
] | brad@Brads-MacBook-Pro-2.local |
2ae5875779e46ebbfbbcd926df50f8cd7ac9e975 | 71320124fc0b18d2bb1ad17ef49553e67cd3e902 | /ex3/backup/ex3_lb.c | 3ae5344494d35ebd88b8dd1706574227c5e80a33 | [] | no_license | lyogev66/c-lab | c12bb5b833b3c0f0ab92d9b2faf853bdfcbd192b | 2958b583d64a4003e5b796672beb5ad2eacd6e62 | refs/heads/master | 2020-07-05T14:44:40.164472 | 2017-01-23T18:59:52 | 2017-01-23T18:59:52 | 74,114,785 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,421 | c | #include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include <stdbool.h>
#define STATUS_OK 0
#define BACKLOG 10
#defin... | [
"yogevlaks@localhost.localdomain"
] | yogevlaks@localhost.localdomain |
78e26cf3e77f342e86fc39ec3048d4815de7c785 | e841b0369bee5f8f9950a9523adef4b4a44d6da0 | /firmware/v3/firmware-main/usrsrc/mpu-spi.c | 6c90b12ce3578f8f811d3792c4812621eb9643dd | [] | no_license | droggen/BlueSense4 | fc0c7970284dd97ee59ad2a74afeb537faf5f3b1 | d0a321df89a0041cd7fafeb49d54d4ff2ec527f9 | refs/heads/master | 2022-05-02T06:46:53.798513 | 2022-04-15T17:55:48 | 2022-04-15T17:55:48 | 208,826,857 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 13,361 | c | /*
Changes:
- Remove the "busy" and rely on the underlying spi-usart0 busy
- Either: give up on fixing the first byte and document it should be ignored, or fix the read/interrupt logic to not write the 1st byte.
-- In this case, exchange n bytes means sending n bytes and receiving n-1
*/
#include <stdio.h>
#inc... | [
"droggen@gmail.com"
] | droggen@gmail.com |
35f90e33f6c0a195512c5aad8a879149a04e28b7 | 866355b14c8c63d00a56692253af3a33d7bae4d9 | /Carbanak/Carbanak - part 1/botep/mimikatz/include/mimikatz/kerberos/kuhl_m_kerberos_ticket.h | 7930ea384b7849fb11e707eed255913dddb2e91c | [] | no_license | mstfknn/malware-sample-library | 058ed65225602bcea8c90ca5597b6bd5cef8772a | 521be5ba79c9410f4130cff37d932f0c8277f4b3 | refs/heads/master | 2022-05-22T05:24:29.651015 | 2022-04-28T08:58:16 | 2022-04-28T08:58:16 | 154,541,310 | 516 | 160 | null | 2021-02-12T20:39:17 | 2018-10-24T17:28:52 | C++ | UTF-8 | C | false | false | 4,215 | h | /* Benjamin DELPY `gentilkiwi`
http://blog.gentilkiwi.com
benjamin@gentilkiwi.com
Licence : http://creativecommons.org/licenses/by/3.0/fr/
*/
#pragma once
#include "../kuhl_m.h"
#include "../modules/kull_m_asn1.h"
#define ID_APP_TICKET 1
#define ID_CTX_TICKET_TKT_VNO 0
#define ID_CTX_TICKET_REALM ... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
d86e75d56f4747b209743dad2892a7f646b3f18c | 699e39a306ab0a26f76700cfc0fd351826db8cc3 | /Code/MT2AnalysisCode/RootMacros/LostLeptonEstimate.C | 6ccc712ec5bd31f7bab147163a3850272f900af8 | [] | no_license | MT2Analysis/MT2Analysis | 19d396d81173b23248902b105ba0b4c220ed0281 | 12229f8b8731115215e4be0d68fbf07c21b2f1a9 | refs/heads/master | 2020-05-04T09:56:39.549915 | 2014-07-29T10:22:29 | 2014-07-29T10:22:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 166,604 | c | #include "TEfficiency.h"
#include "TEventList.h"
#include "TLorentzVector.h"
#include "TMath.h"
#include "TString.h"
#include "TObject.h"
#include "TFile.h"
#include "TDirectory.h"
#include "TH2.h"
#include "TH3.h"
#include "TF1.h"
#include "TCanvas.h"
#include "TTree.h"
#include "TCut.h"
#include "TStyle.h"
#include "... | [
"hannsjorg.artur.weber@cern.ch"
] | hannsjorg.artur.weber@cern.ch |
6f503ba9d905e6021bfa18cb69d0bf6d14ab05c8 | 720495038811a481933de7d4cab8423f48cbbeaf | /prog3/wlj_readline_passwd.c | a7efdd140acc9b6d63638333683566fa2592be76 | [] | no_license | MePlusPlus/LinuxC | e1ff8c1be3995983b658d4b729639ba7efbe48b9 | ada40abeccd3cae5bc47d07ef953def2a9768ac8 | refs/heads/master | 2016-09-05T19:19:14.902565 | 2013-10-08T14:20:13 | 2013-10-08T14:20:13 | 12,845,394 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 939 | c | /*
* 按行读取解析 /etc/passwd 输入用户名和用户ID
* meplusplus@qq.com
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main()
{
FILE *fpr, *fpw;
char buf[1024], *p1, *p2;
if ((fpr = fopen("/etc/passwd", "r")) == NULL)
{
printf("Open file /etc/passwd failed.\n");
exit(1);
}
if ((fpw = fopen("./readline... | [
"meplusplus@qq.com"
] | meplusplus@qq.com |
b994b0f4bf860c294305ccc7c2a955bb6bab13e9 | fd2837aef61176323fb6d8eb647b20debe7995f5 | /CSAPP/sa-bAbi/working/6d9fc22539.c | 8a5331602b1c0641e956e6b7c174d4ed2aac8bb3 | [] | no_license | callMeBigBen/CourseWork | b0ef17b5cfe07ba61404abd68812d2b56393db87 | 41d68c07f7b1411dbca7dc7d5e2efeceb9edee27 | refs/heads/master | 2020-04-10T08:18:21.617984 | 2019-05-22T05:26:38 | 2019-05-22T05:26:38 | 160,902,512 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 497 | c | #include <stdlib.h> // Tag.OTHER
int main() // Tag.OTHER
{ // Tag.OTHER
int* entity_7; // Tag.BODY
int entity_1; // Tag.BODY
int* entity_6; // Tag.BODY
entity_1 = rand(); // Tag.BODY
entit... | [
"33094628+callMeBigBen@users.noreply.github.com"
] | 33094628+callMeBigBen@users.noreply.github.com |
0e0b57f52ed38eb23a621f02f9f0779e37211cc6 | f6525481e6352bf3fe9eaad01a1d2b79f271fedc | /AC/source/wpa.c | db2b5c45e0593173b15e75b8ec8d410d38b0e40c | [] | no_license | github188/hostapd | 06b562061fece5cebba5f9e7ead19d9a12f6b394 | b28e843d183ea46e6444d973b5342070790aba37 | refs/heads/master | 2021-05-31T14:35:59.496519 | 2015-04-28T03:23:57 | 2015-04-28T03:23:57 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 102,732 | c | /*
* hostapd - IEEE 802.11i-2004 / WPA Authenticator
* Copyright (c) 2004-2008, Jouni Malinen <j@w1.fi>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* Alternatively, thi... | [
"fangzheng@gbcom.com.cn"
] | fangzheng@gbcom.com.cn |
00260ad9aba92fcd503916d2bf9f9178345352e4 | 6500bc4f1dd87c8c87cdf67ec7e96a8f4a749190 | /uva-problem/11942.c | 84c66c116606f9b9401157291dd503ca0c4c5a23 | [] | no_license | MamunOrRashid/code_snippets | 4130bb72b885dc361393ff52fb101f93716912f2 | ef5bad40a93350bcb4d195dd0fd64c377a23051b | refs/heads/master | 2023-01-23T23:35:09.510436 | 2020-12-03T06:23:55 | 2020-12-03T06:23:55 | 284,689,299 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 514 | c | #include <stdio.h>
int main()
{
int N,i,j,a[102],count,point,flag;
scanf("%d",&N);
printf("Lumberjacks:\n");
for(i=0;i<N;i++){
count=0;
point=0;
flag=0;
for(j=0;j<10;j++){
scanf("%d",&a[j]);
}
for(j=0;j<=8;j++){
if... | [
"mdmamun8811@gmail.com"
] | mdmamun8811@gmail.com |
4526e7db8c5caa140d1d46c9df7cf4adf264d7f6 | 213646c5bd7c2043d1d3112f01cbf1e1f3de0c3f | /libft/srcs/ft_strchr.c | 4ebd0cd0a0d7f9ac78f500107cfca7bfa7daea96 | [] | no_license | Biffenx/ft_ls | 05df21afc5c39998e6e3783480f5fa1d67efafa6 | 9e616d3555893159c5e8d647ef84dc02315c3836 | refs/heads/master | 2023-02-23T17:49:58.448332 | 2021-01-28T12:53:10 | 2021-01-28T12:53:10 | 294,004,233 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,069 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strchr.c :+: :+: :+: ... | [
"jwilen@c2r6p5.hive.fi"
] | jwilen@c2r6p5.hive.fi |
5a60e24936defbdeada1dfeeaa2e71630cb031f7 | a3055c74955449067334cb56b96e91a36a2ec6dc | /d/quanzhen/chufang.c | 95f53ab0f683c0917da51a3328549b4b73470055 | [] | no_license | flyinglb/jyqx | 32dfac5b15b373919ae32688c0d1119bcb4592ff | 1a6f8e002a206b05a5ba90554893f1b78dc91bb4 | refs/heads/master | 2020-09-26T18:18:33.949628 | 2019-12-06T11:47:47 | 2019-12-06T11:47:47 | 226,309,372 | 5 | 2 | null | null | null | null | GB18030 | C | false | false | 2,250 | c | // chufang.c 厨房
// By Lgg,1998.10
inherit ROOM;
int do_kan(string arg);
void create()
{
set("short", "厨房");
set("long", @LONG
这里是全真教的厨房,屋角上堆着一大堆手臂粗细的木柴,看
来还没有劈好。一位火工道人正愁眉苦脸地坐在那里,看着那堆柴。
墙上挂着一块牌子(paizi),墙边扔着一把柴刀。
LONG
);
set("exits",([
"west" : __DIR__"shantang",
... | [
"flyinglb@qq.com"
] | flyinglb@qq.com |
152b29b73b36bdfe58589ce0236fb4ede86a04c9 | 296125c521561d9e5660938a28c23c93a856267b | /Dining_Philosophers_Problem.c | dd1e8b1d9cc9ccf281889176034722157972498b | [] | no_license | alu-rwa-prog-2/synchronizationassignment-ian-patrick-enosh | c9e4814ba301bfc4879aaafc43c49487389f33e4 | 1255964372f450532b64f39e27f3f7e0186484a9 | refs/heads/master | 2020-09-09T17:49:58.093894 | 2019-11-14T09:59:59 | 2019-11-14T09:59:59 | 221,516,489 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,517 | c | // Code Written by
// Ian Odhiambo
// Enosh Nyarige
// Patrick Sikalinda
#include <pthread.h>
#include <semaphore.h>
#include <stdio.h>
#include <unistd.h>
//Define the max number of threads to be created
#define COUNT_TO 5
#define THINKING 2
#define HUNGRY 1
#define EATING 0
//Define which side of the philosopher i... | [
"noreply@github.com"
] | alu-rwa-prog-2.noreply@github.com |
5db7b628fe55d637ed94a64c66f5df87eb202bda | ba636a49ccb269a891702eb0e95295815054f076 | /main.c | 586e282e0024c7de7707d641f34507919976cf06 | [] | no_license | tomerzaidler/GreedyColoring-Algorithm | bf4b3eb9647204d9819a9ba9d16b5fe90ed1e11a | 3a5b77f998b885a89e5347b36dffd86e962991ce | refs/heads/master | 2020-11-28T06:04:28.600434 | 2019-12-23T09:57:47 | 2019-12-23T09:57:47 | 229,723,479 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,545 | c | /*
* Name: Tomer Zaidler
*/
#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include<stdlib.h>
#include <stdbool.h>
typedef struct Interval
{
int start, end;
int colorID;
int degree;
} vertex;
void GreedyColoring(); // main function that calls out all the other functions and prints all the reque... | [
"noreply@github.com"
] | tomerzaidler.noreply@github.com |
e9d11e7e96d6e21a430f812506bda7347ab6e598 | 782df5df1b13cea64e09dbe357292e634166a9ef | /libwired/p7/wi-p7-private.h | 0d72706340d7075cb9f1108dfa940f5e73ba364c | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | nark/libwired | 82a64faa2a867453489853b45071b95542c3ec53 | df759f4215040cea6c4bd2b67ba86824c144d463 | refs/heads/master | 2023-01-04T03:45:18.425704 | 2020-05-11T20:26:08 | 2020-05-11T20:26:08 | 8,420,207 | 1 | 10 | BSD-2-Clause | 2023-01-01T20:56:24 | 2013-02-25T22:55:01 | C | UTF-8 | C | false | false | 2,280 | h | /* $Id$ */
/*
* Copyright (c) 2007-2009 Axel Andersson
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* no... | [
"nark3411@free.fr"
] | nark3411@free.fr |
7f566e87a0d36e39cdb10c81a7a782036c46693f | 8d8f938ca1d12aef1b862d37610761487c2661da | /inc/order/prelude/seq.h | 27c2efe0c96d3c1691a7b7eaa292a8acef98f4b2 | [
"BSL-1.0"
] | permissive | JadLevesque/order-pp | 4939d09de64edab28ae8bf94739ede6cc6397dca | fe9cb7ef782e8ed4f0a9658d85859849a1556a65 | refs/heads/master | 2022-08-01T11:24:21.858664 | 2022-07-10T17:16:16 | 2022-07-10T17:16:16 | 100,553,506 | 1 | 0 | null | 2017-08-17T02:38:52 | 2017-08-17T02:38:52 | null | UTF-8 | C | false | false | 32,356 | h | // (C) Copyright Vesa Karvonen 2004.
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.)
#define ORDER_PP_DEF_8is_seq ORDER_PP_FN_CM(1,8IS_SEQ,0IS_ANY)
#define ORDER_PP_8IS_SEQ(P,x,...) (,ORDER_PP_0IS_SEQ(,P##x)(,8true,8false),P##__VA_ARGS__)
#define ORDER_PP_DEF_8is_v... | [
"vesa_karvonen"
] | vesa_karvonen |
1521c7508657a2eedd06757e9e49bfc8dc595e33 | 80ef9f084280bd4f3d6d581352ecbf13f6ed79cd | /ext/decoders/native/etc.c | f65dd1ffce9e50b0c35e308734e8bfd152282360 | [
"MIT"
] | permissive | cpwfx/mikunyan | 4ed444496b8fbe2c0f05ed9dec9cba853fd4d581 | 5c32fc9b8c3c75e726fe72dda2f9bf450bad58a7 | refs/heads/master | 2020-04-28T16:37:25.535215 | 2018-09-30T13:11:58 | 2018-09-30T13:11:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,678 | c | #include <stdint.h>
#include <string.h>
#include "etc.h"
uint_fast8_t WriteOrderTable[16] = { 0, 4, 8, 12, 1, 5, 9, 13, 2, 6, 10, 14, 3, 7, 11, 15 };
uint_fast8_t WriteOrderTableRev[16] = { 15, 11, 7, 3, 14, 10, 6, 2, 13, 9, 5, 1, 12, 8, 4, 0 };
uint_fast8_t Etc1ModifierTable[8][2] = {{2, 8}, {5, 17}, {9, 29}, {13, 42... | [
"hanachan.pao@gmail.com"
] | hanachan.pao@gmail.com |
923f989044e3042b3a1fc5b0e1f31f5c02c37bbb | 02cb30d5d9cf98be2a09df0edcfc634aaa03f3fc | /sieve.c | b634a853d51aae9afd6d99e68229db8f7cab6289 | [] | no_license | ofrank123/SoE-C | fc8f10a36cb505f4a1935afda5c3dc7a7758fd2b | 4e328ab4ced525e11940d275c383a2e0dedd8f86 | refs/heads/master | 2020-04-02T11:19:22.326456 | 2019-12-05T16:30:10 | 2019-12-05T16:30:10 | 154,382,008 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 984 | c | #include "sieve.h"
#include <math.h>
#include <stdlib.h>
#define ODD_TO_IND(n) (((n - 1) / 2) - 1)
#define IND_TO_ODD(n) (((n + 1) * 2) + 1)
#define SET_BIT(l, i) (l[i/8] | (1<<(i%8)))
#define GET_BIT(l, i) (l[i/8] & (1<<(i%8)))
int sieve(int n) {
if(n == 1) {return 2;}
int l = n > 5000 ? (int) ((1.15 * n * log(n... | [
"ofrank@stuy.edu"
] | ofrank@stuy.edu |
646e428310fdff4e6c98fa5f53ec92c457f3218f | 6a98076e1c468f7d3a45c92306e4e8811ff67403 | /lib/secure/user/messages.c | 102e4505128bffef1bcb146e25c1e017187bca34 | [] | no_license | quixadhal/lima | 98954b5e73084ce96c6d3334715df4795ef02e5b | 9d16472877c258cbe7e74edbdf03f3d42695b2ea | refs/heads/master | 2022-02-24T16:56:01.441388 | 2022-02-13T10:46:13 | 2022-02-13T10:46:13 | 3,733,453 | 9 | 6 | null | 2016-02-01T19:20:38 | 2012-03-15T22:16:46 | C | UTF-8 | C | false | false | 2,594 | c | /* Do not remove the headers from this file! see /USAGE for more info. */
/* %^RESET%^ gets used early in the login sequence by tell() */
private nosave mapping translations = (["RESET" : ""]);
private mapping colours;
void save_me();
object query_shell_ob();
int screen_width;
void set_screen_width( int width )
{
... | [
"quixadhal@gmail.com"
] | quixadhal@gmail.com |
f97dbff1b1b7e86ac1e3cbc36f4f4f0a5acbe697 | 4feaed629faa10d446d79cfdf8c0482b4a67a97d | /apps/usb/device/msd_fs_spiflash/firmware/src/system_config/bt_audio_dk_int_dyn/system_config.h | b8dd08c8e5c1bd87f07dd629148d99d174c76bff | [] | no_license | venkatarajasekhar/mplab-harmony | 6711a3e748bbc7c592f7f6413a3dd9c47305ea71 | e0a303afae1a37c14d567ae5ad1f528706bb5a6e | refs/heads/master | 2021-01-25T05:57:18.269113 | 2016-10-12T15:00:00 | 2016-10-12T15:00:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,453 | h | /*******************************************************************************
MPLAB Harmony System Configuration Header
File Name:
system_config.h
Summary:
Build-time configuration header for the system defined by this MPLAB Harmony
project.
Description:
An MPLAB Project may hav... | [
"mmitchel@gmail.com"
] | mmitchel@gmail.com |
339828f9d01fa927a894f85cfa980257057d50c4 | b44bed15be2974649122451d59b7c719c4918b76 | /icmake/un/funasp.c | d3dde6de8da19cdb3f3b0fd7b484274f203b6ab5 | [] | no_license | fbb-git/icmake | 42e57131e8eba5a93809ee2eb3a30c56f894e129 | 41bd893c2f27a9df4af55d9b98af7776f65cd3fb | refs/heads/master | 2021-01-17T01:22:42.871469 | 2018-06-25T12:52:36 | 2018-06-25T12:52:36 | 41,253,797 | 12 | 7 | null | 2017-06-20T21:17:52 | 2015-08-23T14:54:50 | C | UTF-8 | C | false | false | 152 | c | #include "icmun.ih"
void fun_asp ()
{
char
val;
val = rss_getOpcode (infile);
dumpchar (val);
printf ("add sp, %u\n", val);
}
| [
"f.b.brokken@rug.nl"
] | f.b.brokken@rug.nl |
e5e057a85895a4d9f6db3911897447e746f9b143 | c425afb8bb6b182168fd4c3a46c9b334f4740e60 | /data/warcraft/yqsdma.c | 97eabb40ecabb348394420ce1254b841b9ac273a | [] | no_license | fluffos/nt7 | ceef82b2465cf322549c7ece6ce757eaa8ec31ff | 52727f5a4266b14f1796c2aa297ca645ca07282a | refs/heads/main | 2023-06-17T10:07:33.000534 | 2021-07-15T11:15:05 | 2021-07-15T11:15:05 | 308,148,401 | 9 | 9 | null | 2021-06-28T14:11:57 | 2020-10-28T21:45:40 | C | UTF-8 | C | false | false | 512 | c | // warcraft.c
#include "/clone/npc/warcraft.h"
void setup()
{
set_name("自行车[2;37;0m[2;37;0m", ({"zixc"}));
set("gender", "男性");
set("long", "自行车[2;37;0m
它是绝代风华的魔幻兽。
");
set("race_type", "朱雀");
set("magic/type", "fire");
set("owner", "yqsdma");... | [
"i@oiuv.cn"
] | i@oiuv.cn |
c57ef299f0427a8bac2c1b4512ae5132ec1f284c | 4d43d0690912d0edb8c6b77e2a7757abb694f123 | /libcsp/examples/simple.c | d9504796a5e7d995186bed6f44303d218a935d17 | [] | no_license | lijianfengsoft/VSOBC | 31287c9da93dcd4a32d10ad3f030da70a3107511 | 02778d0fa4920c9d0369713b88de9386cacfc4d8 | refs/heads/master | 2020-03-07T09:14:07.642024 | 2018-04-10T05:58:40 | 2018-04-10T05:58:40 | 127,402,452 | 2 | 1 | null | null | null | null | GB18030 | C | false | false | 6,795 | c | /*
Cubesat Space Protocol - A small network-layer protocol designed for Cubesats
Copyright (C) 2012 GomSpace ApS (http://www.gomspace.com)
Copyright (C) 2012 AAUSAT3 Project (http://aausat3.space.aau.dk)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General P... | [
"li_jian__feng@163.com"
] | li_jian__feng@163.com |
e7ba41d2fed5cf8bef4358c3d65317c82204c9be | 7312266874e50682cf909f4b77260c9a69f13999 | /python/packages/scipy-0.6.0/scipy/sandbox/timeseries/src/c_lib.c | 1e856466dfbb253d08d6b6d30a64cea5b2fda27e | [
"LicenseRef-scancode-egenix-1.0.0"
] | permissive | mbentz80/jzigbeercp | e354695b90a72c7fe3c5c7ec7d197d9cbc18d7d9 | 1a49320df3db13d0a06fddb30cf748b07e5ba5f0 | refs/heads/master | 2021-01-02T22:44:16.088783 | 2008-08-27T23:05:47 | 2008-08-27T23:05:47 | 40,231 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,914 | c | #include "c_lib.h"
#include "arrayobject.h"
// Numpy UFUNCS
static PyObject *NP_ADD, *NP_MULTIPLY, *NP_SUBTRACT, *NP_SQRT,
*NP_GREATER, *NP_GREATER_EQUAL;
/*********************************************************
** Convenience wrappers for numpy UFUNCS **
********************... | [
"mb434@cornell.edu"
] | mb434@cornell.edu |
64feed8a7fb37fa6a7ba15e362505d8a36721b6c | a59a468fa5931b037b3a206ff85f1bd085cb0400 | /mpi/ppic2/ppic2_py/ppush2.h | b0cc19fe86af7b51d2486d7a650ce0a84c6295b3 | [
"BSD-2-Clause",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | tsung1029/PIC-skeleton-codes | 43586293339c16a9f76938ea7dc9bbe1afd73aaf | 253d01556401417b96cf4f421d6359de0a7c4719 | refs/heads/master | 2023-08-16T09:24:20.937609 | 2020-12-28T20:22:22 | 2020-12-28T20:22:22 | 158,845,056 | 0 | 1 | null | 2019-07-02T21:06:16 | 2018-11-23T14:49:04 | Fortran | UTF-8 | C | false | false | 3,011 | h | /* header file for ppush2.c */
double ranorm();
void cpdicomp2l(float edges[], int *nyp, int *noff, int *nypmx,
int *nypmn, int ny, int kstrt, int nvp, int idps);
void cpdistr2(float part[], float edges[], int *npp, int nps, float vtx,
float vty, float vdx, float vdy, int npx, int npy, ... | [
"atableman@bottlenose.com"
] | atableman@bottlenose.com |
c68471e2484cc361c211bf97b49cb00cb9ceedde | 3eec5cab8ccaa90277b11fd21d4ab2d054114dd5 | /code/drivers_and_test/25th_debug_segmentfault/first_drv/first_drv.c | 41b52dc96084433c282487225fe0b31d07753b46 | [] | no_license | jjzhang166/mini2440 | 6a6992da69b81414887f92f1702841941192e402 | d85b6e7ed05e7b70a95a50867eb29504e0ab8b2e | refs/heads/master | 2021-12-14T20:21:28.422773 | 2017-06-03T16:57:42 | 2017-06-03T16:57:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,998 | c | #include <linux/module.h>
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <asm/uaccess.h>
#include <asm/irq.h>
#include <asm/io.h>
#include <asm/arch/regs-gpio.h>
#include <asm/hardware.h>
#include <linux/device.h>
static struct class *firstdrv_class;
static st... | [
"ljb861213@163.com"
] | ljb861213@163.com |
440c0d5ef2d4d16e9f434004df6418a77ce51f4f | 3f5e5b9c51321a060e53b1772d98ed104103370d | /GameOfLife/Biome.h | 6684aef408ac5a920080dee479287d7f62d37abc | [] | no_license | lMooka/GameOfLife | 96a6432f518fd12c5cca2c91ba308eb930ed7487 | 4ece721b9f5e951e09cf3469ce94e2c139d0ef7f | refs/heads/master | 2020-04-29T02:16:44.977459 | 2013-02-01T18:08:57 | 2013-02-01T18:08:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 517 | h | /*
CRIADO POR:
Guilherme Silva de Souza
guilherme.sdes@gmail.com / guilhermesouza@dcc.ufba.br
*/
#define CELL_SIZE 10
typedef struct
{
float x, y;
int alive;
int CellsAround;
} CELL;
#ifndef DEFINED_CELLS
#define DEFINED_CELLS
CELL **cells;
int MATRIX_Y, MATRIX_X;
#endif
int CountCellsAround(int x, int y)... | [
"guilherme.sdes@gmail.com"
] | guilherme.sdes@gmail.com |
21dc67e57ecbc1bb159d647e79977c5a6b3b7542 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/mmc/host/extr_bcm2835.c_bcm2835_set_ios.c | 80523363338418e923850633cbd04aa7728d802c | [] | 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,730 | 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 |
834961fa0f9a6655c3c0144e1cbd5fe1c0796f98 | aeb8302deb7f2240ef150d833515f26e82f4d692 | /Temp/il2cppOutput/il2cppOutput/mscorlib_System_ApplicationExceptionMethodDeclarations.h | 1044136e56ec5c99bdc5ff3a3e32b98f25173ac3 | [] | no_license | AlvianPrasetya/TwistedMaze | 4f8ad5dbf10590d90bc4bda4f88607d6bc562bb8 | ddf046f1d9acb4ba8335efcd5acde787e66a6434 | refs/heads/master | 2021-01-13T00:50:20.752597 | 2015-12-15T09:12:32 | 2015-12-15T09:12:32 | 47,547,689 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,164 | h | #pragma once
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
// System.ApplicationException
struct ApplicationException_t1382;
// System.String
struct String_t;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t359;
// System.Runtime.Serializa... | [
"alvian.better@gmail.com"
] | alvian.better@gmail.com |
06f8e8837b93587a2ce3203c6e99cf7fda8f099d | 88622e088f12fe94b87f3bf8387f2f12cf497e77 | /pa1/pa1/src/palindrome/palindrome.c | a94bf784803c38808c4ec9549946b8c1c82fea05 | [] | no_license | chrisn731/CS211 | bf8eab8b35c136da90b1d1fc6e369b7269f17c6a | 5ed9a219db41dc97bfe8c3257d891becced633a1 | refs/heads/master | 2022-11-16T10:17:21.253545 | 2020-07-13T04:37:11 | 2020-07-13T04:37:11 | 237,539,630 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 968 | c | #include <stdio.h>
#include <string.h>
int IsNotALetter(const char c)
{
return ((c >= 0 && c <= 47) || (c >= 58 && c <= 64) || (c >= 91 && c <= 96));
}
int isUpperCase(const char c)
{
return (c >= 97 && c <= 122);
}
int scan(char *string, int strlen)
{
char *endstring = &(string[strlen]);
char begin, end;
do {... | [
"chrisn731@gmail.com"
] | chrisn731@gmail.com |
bd2ac7ce090b8061baaa7bee047f5c8461d8a564 | 884465f13ae5005b6999e3348395f3a53783a38e | /system/source/ti/ndk/stack/rtc/rtc.c | fcd69921e0a3b9bc8f8ff9e4b67eff53924e0db3 | [] | no_license | gjsman/msp432e-core | e05aac51dc8b219d7cd0b0bd8ecf9af403e9d121 | 45ae2cbfaf4dff8e0c1c6a29976115014f28156d | refs/heads/master | 2021-01-09T17:47:04.853504 | 2020-02-22T18:58:25 | 2020-02-22T18:58:25 | 242,395,332 | 0 | 0 | null | 2020-02-22T18:57:52 | 2020-02-22T18:57:51 | null | UTF-8 | C | false | false | 6,350 | c | /*
* Copyright (c) 2012-2017, 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... | [
"robertinant@yahoo.com"
] | robertinant@yahoo.com |
bc8358829675c6db3ebd5af5e655e5abb664720b | d5eb49a8895a8edf7e7139e49ca86e643a5ba6f7 | /robotcode/projects/lrt5w/user_routines_fast.c | 070cf108fe0a6eec06f78bbbd8c910010947207a | [] | no_license | SkechyCoder/team846.github.io | 10a0be95217a4492d7a01b4c17d4db530be22a6b | 62139422bb414a9b7c9962e77782aa702802657a | refs/heads/master | 2023-08-02T07:52:38.296525 | 2020-09-28T00:29:04 | 2020-09-28T00:29:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,264 | c | #include "printf_lib.h"
/*******************************************************************************
*
* TITLE: user_routines_fast.c
*
* VERSION: 0.6 (Beta)
*
* DATE: 24-Feb-2004
*
* AUTHOR: R. Kevin Watson
* kevinw@jpl.nasa.gov
*
* COMMENTS: This file is a drop-in repl... | [
"shadaj@users.noreply.github.com"
] | shadaj@users.noreply.github.com |
60831fdd1dd736cefec4cea22ae9674729262acc | 196e095119e3f6865f856f0803f939f771ae621a | /WIZ100SRPlus_Boot/src/Configuration/ConfigMessage.c | 12ae97771035daf1bdf3be8143497d20257d7eda | [] | no_license | bingdo/S2E_WIZwiki-W7500ECO_Eclipse | 21dbff3960b52d33490ab62de44901b1a245e2a7 | 104d960a4d0287b493203beb677d043bdc8d9609 | refs/heads/master | 2016-08-11T20:57:05.635640 | 2016-05-02T05:25:08 | 2016-05-02T05:25:08 | 49,623,249 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,362 | c | #include <string.h>
#include "common.h"
#include "socket.h"
#include "ConfigData.h"
#include "ConfigMessage.h"
#include "storageHandler.h"
#include "timerHandler.h"
static void encrypt(uint8_t key, uint8_t *buffer, uint16_t len)
{
uint16_t i;
for(i=0; i<len; i++) {
buffer[i] ^= key;
}
}
static void decrypt(uint... | [
"jim@wiznet.co.kr"
] | jim@wiznet.co.kr |
59bd61d4cd5b9cd6ea2cfb30820137c0496fd1cc | 2bc3398063fd7251c46a2d93d2e301cd063befcd | /nitan/cmds/std/reply.c | 809fb69cab459f310320085025e68f93bffb4bb9 | [
"MIT"
] | permissive | HKMUD/NT6 | ae6a3c173ea07c156e8dc387b3ec21f3280ee0be | bb518e2831edc6a83d25eccd99271da06eba8176 | refs/heads/master | 2020-03-18T08:44:12.400598 | 2018-05-23T06:55:18 | 2018-05-23T06:55:18 | 134,525,191 | 9 | 4 | null | null | null | null | GB18030 | C | false | false | 3,291 | c | // reply.c
#include <ansi.h>
#include <command.h>
#include <net/dns.h>
inherit F_CLEAN_UP;
int help(object me);
int main(object me, string arg)
{
string target, mud;
object obj;
string no_tell, can_tell;
string reply_out;
if (! arg || arg == "")
return notify... | [
"xmlsdk@gmail.com"
] | xmlsdk@gmail.com |
453e9dc182fe789e7a6107e9987b370ff0cb0d94 | 2501d5cca03f1bffbad01f638d662ffc0a599b42 | /solvers/multiphase/multiphaseInterFoam/multiphaseMixture/lnInclude/phase.C | aba05d8bef7129018028744091ca938b7b930779 | [] | no_license | dvillafranco/OpenFOAM-5.0_dev | 6b54f33c5007ac09fbf87a9449fea619e69fa19f | aa5f4fee4e4a2700fd7d8a8f2ef4adab97663266 | refs/heads/master | 2020-04-04T20:02:03.753628 | 2019-03-29T22:36:41 | 2019-03-29T22:36:41 | 156,231,177 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 16 | c | ../phase/phase.C | [
"dvillafranco@icloud.com"
] | dvillafranco@icloud.com |
5c9035f118c281bf94fdbe8834176c3e442a4e65 | aef8e964c2f547172b0648433fe74134bc0b2c10 | /pulse/pulsecore-12.0/sink-input.h | 28ccac2b4cf1a938235b57bedaacf31763e53350 | [
"MIT"
] | permissive | VanirLab/vanir-gui-agent-linux | 2e255a516ab34411db10a2405ba4faf869fd310e | f70f82378eb7c8ce2ce305359e7bc2f89683b9c9 | refs/heads/master | 2020-05-06T12:13:21.758784 | 2019-04-08T15:29:06 | 2019-04-08T15:29:06 | 180,109,662 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,914 | h | #ifndef foopulsesinkinputhfoo
#define foopulsesinkinputhfoo
/***
This file is part of PulseAudio.
Copyright 2004-2006 Lennart Poettering
Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU L... | [
"noreply@github.com"
] | VanirLab.noreply@github.com |
937a9a7f0807f362819cb065cd07de55c92207b1 | 9a0c470a4871e38ffdf94f1f3665edbb20541561 | /rush02/ex00/srcs/ft_strcmp.c | 4e12280d7388b0f260fc082f006d841e2806214c | [] | no_license | artacone/piscine21 | aa6b272bcea136d157e97eaf1b7ba86e0f1e4580 | 1631c4b4a50ec27bbc1d1d9c92818c0693930b41 | refs/heads/main | 2023-03-28T03:38:30.204398 | 2021-03-21T19:15:20 | 2021-03-21T19:15:20 | 330,486,444 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,097 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strcmp.c :+: :+: :+: ... | [
"noreply@github.com"
] | artacone.noreply@github.com |
d0db76421692cf16062f80b05d836a1cd8a146db | 3b0b05eaf2c7eb4d11514107ff8cc505e67e4b75 | /ext/hal/atmel/asf/sam/include/same70/instance/smc.h | 7d23679557801f20ce0d975303ba46605aee0468 | [
"Apache-2.0"
] | permissive | dmgerman/zephyrd3 | d3813ef74a3d6d447f2ae01d4d20806c48e3f698 | b6a23cc9c5d534c352e33fd18fff7799ac3c2886 | refs/heads/master | 2023-01-09T14:22:19.749375 | 2018-10-04T22:08:09 | 2018-10-05T18:21:49 | 253,632,165 | 0 | 0 | Apache-2.0 | 2022-12-26T20:39:56 | 2020-04-06T22:41:46 | C | UTF-8 | C | false | false | 1,768 | h | DECL|REG_SMC_CYCLE0|macro|REG_SMC_CYCLE0
DECL|REG_SMC_CYCLE0|macro|REG_SMC_CYCLE0
DECL|REG_SMC_CYCLE1|macro|REG_SMC_CYCLE1
DECL|REG_SMC_CYCLE1|macro|REG_SMC_CYCLE1
DECL|REG_SMC_CYCLE2|macro|REG_SMC_CYCLE2
DECL|REG_SMC_CYCLE2|macro|REG_SMC_CYCLE2
DECL|REG_SMC_CYCLE3|macro|REG_SMC_CYCLE3
DECL|REG_SMC_CYCLE3|macro|REG_SMC... | [
"nashif@linux.intel.com"
] | nashif@linux.intel.com |
ecfcccd5da81d4be3a18138a65ecc274e244b733 | 737bc7b76be8dde3a6c6b19935bea6b9742ac1d3 | /lab1/q3/Programc.c | 280e0d0a290cbbe8123ddbe98eed729e0eaf9dbc | [] | no_license | dontbeadouche/data-structures-and-algo-lab | 99994d5cac31446865e91c9d948d91db217f03ad | f27b5e8218f867ecfb63219a2d1c2ff6ae0ccc03 | refs/heads/master | 2020-04-28T08:51:35.710117 | 2020-03-31T21:05:24 | 2020-03-31T21:05:24 | 175,144,870 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 719 | c | #include<stdio.h>
#include<time.h>
int
main ()
{
clock_t start_t, end_t;
int n;
printf ("Enter length of array : ");
scanf ("%d",&n);
int arr[n];
for (int i = 0; i < n; i++)
{
printf ("Enter element : ");
scanf ("%d",&arr[i]);
}
start_t = clock ();
int q = checkDuplicate (arr, n)... | [
"dontbeadouche"
] | dontbeadouche |
b4b9ccb874ea328e269fe4547d64e1c8166a1c69 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/net/ethernet/mellanox/mlxsw/extr_spectrum_switchdev.c_mlxsw_sp_br_ban_rif_pvid_change.c | f72190bf16215bbd489f42e29d5ad70e73725a7c | [] | 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,757 | 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 |
6ea8105e858a9b4dfd0b32072e15cb7b618205b3 | a3497a1939717625834fd5da94aa38db2af5c4af | /LibUVExample/LibUVServer/main3.c | c4fb545443e5662db84c42d2ad622a5722b18bbf | [
"MIT"
] | permissive | ridgew/LibuvSharp | 97ff648ae354678e2f23b6d4b837801f5a8a36f4 | 6ed7539fec826263ed886b369c81aef12a9ccc0a | refs/heads/master | 2020-07-24T19:01:50.842946 | 2019-09-24T08:16:52 | 2019-09-24T08:16:52 | 208,017,209 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 481 | c | #include <stdlib.h>
#include <uv.h>
#include "tinyweb3.h"
#define MAXPATH 1024
int main(int argc, char * argv[])
{
//char buffer[MAXPATH];
//_getcwd(buffer, MAXPATH);
//printf("%s", buffer);
char dirBuffer[MAXPATH];
strcpy(dirBuffer, argv[0]);
for (int i = strlen(dirBuffer); i > 0; i--)
{
if (dirBuffer[i] =... | [
"ridge@live.com"
] | ridge@live.com |
e5d4cd416c6a6605c0503aee50d3456ce1c33676 | dc70cdb28f798da41c0730e0f1f37786bd335ad3 | /agenda.c | bfc6327d631c2294c2be8cd775f378e9d0f06bd4 | [] | no_license | leoGCoelho/Agenda-Basica | 422ff3b04fe805f23a1f35102f88717768360bfe | 7fd4696b65ef6e20aa12d845f3ce11afa92b4dff | refs/heads/master | 2020-03-18T15:07:42.492490 | 2018-05-25T18:04:15 | 2018-05-25T18:04:15 | 134,888,587 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,920 | c | /* Author: Leonardo Coelho - M2
* Agenda I
*/
////////////////////////////////////////////////////////////////////////////////////
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
////////////////////////////////////////////////////////////////////////////////////
//====================================... | [
"noreply@github.com"
] | leoGCoelho.noreply@github.com |
66ac15a1990a29bddb28a081c425921a5202a6ff | 40684ab19ae0e3448176cb5d2fb310794004fb2e | /c_primer_plus/code/ch04/longstrg.c | ea1e93f6d7a5fc827df7c3ed636e02e31f964b22 | [] | no_license | nicecoolwinter/learn_c | bbae1895173a81e7c759f0d2c0a7c899294e29e0 | aa31897008b3042f9e49f52beee21dd5ba7a5ec6 | refs/heads/master | 2021-01-17T17:16:21.257333 | 2016-09-24T12:25:49 | 2016-09-24T12:25:49 | 69,100,753 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 323 | c | /* longstrg.c -- printing long strings */
#include <stdio.h>
int main(void)
{
printf("Here's one way to print a ");
printf("long string.\n");
printf("Here's another way to print a \
long string.\n");
printf("Here's the newest way to print a "
"long string.\n"); /* ANSI C */
return 0;... | [
"gigi"
] | gigi |
2b644017784cb157a9acc74624efdd8d65eefa33 | cc05aa15c4620f17e945caa6828609c382b6c1bd | /MeikaiC2-5.c | fd94ed77b78fd7c8649ebb9c78b36a322cb94980 | [] | no_license | rz6iox/C-Programming | 3099fea45ef49003b9490c0c6fdd5be652fcb3e8 | 134fa5bd7c26cac5eafd55aada7c0efb75c67ad7 | refs/heads/master | 2021-01-22T02:34:21.685459 | 2014-01-24T07:33:18 | 2014-01-24T07:33:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 466 | c | #include<time.h>
#include<stdio.h>
int sleep(unsigned long x)
{
clock_t c1 = clock(),c2;
do{
if((c2=clock()) == (clock_t)-1)
return(0);
}while(1000.0*(c2-c1)/CLOCKS_PER_SEC < x);
return(1);
}
int main(void)
{
int i;
clock_t c;
for(i=10;i>0;i--){
printf("\r%2d",i);
fflush(stdout);
sleep(1000);
}
p... | [
"kazuki@MacBookAir.local"
] | kazuki@MacBookAir.local |
726bb527145060a3e4c2d5d84c0c1dc3a1580dee | 94af6f4c8343952ef87eb815dbfa68745cdd88a8 | /2Ano/algc/Aula4/ex2.c | c1f5420a83262ad38ddc2e30f0ac1dd2c6dc3dc5 | [] | no_license | Dariod9/ect | 3cdfba7e1449d7e9a4f0381292e9ebcf99aadc58 | 890f86571b5e2585ad02d54ab994f1ddf94270ce | refs/heads/master | 2022-08-22T21:34:31.163502 | 2022-06-25T15:45:44 | 2022-06-25T15:45:44 | 167,702,716 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,363 | c | #include <stdio.h>
#include <stdlib.h>
/* alusão da função que implementa o algoritmo pretendido */
/* allusion to the function that implements the algorithm */
int MaxRepetition (int [], int);
/* variável global para contar as operações de comparação executadas pelo algoritmo */
/* global variable for counting the c... | [
"dario.matos@ua.pt"
] | dario.matos@ua.pt |
f8e39d382422cde429829fd150589733ad7f0d17 | 88beb76ff7ad1164f0ad1c233e9d07d28e64426b | /testsuite/mockdir/mockdir_test.c | 6aec198e1c157fa20414108c3ad8186716095c1e | [] | no_license | gphalkes/tilde | 6c9265ebbd7a5d3ecc8fe8b24030179ab258ea18 | b77043578dc401e9f2101c84e7a463436d116a7c | refs/heads/master | 2022-02-21T01:32:16.824464 | 2022-01-29T16:55:36 | 2022-01-29T16:55:36 | 7,976,150 | 302 | 23 | null | 2019-02-09T16:03:31 | 2013-02-02T13:29:48 | C++ | UTF-8 | C | false | false | 2,275 | c | /* Copyright (C) 2013 G.P. Halkes
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3, as
published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; w... | [
"git@ghalkes.nl"
] | git@ghalkes.nl |
d4b2263dea43ccd4e1a50e653f0f1fcc6b474cf5 | 368691750f71a28de79c4c5c72516c0c623aebf4 | /src/c_practise_C练习/just_play/ww7.c | f491b5ac8e235d35bcea2a8eaaad29ab2fd4ba56 | [
"Apache-2.0"
] | permissive | huangrichao2019/ZJUT-958-C-Plus | 654bc5c6458d81ee27d1db9a1b6f277e717d26c0 | 134ff23a237a8ab80a3e3306e8e2eb69bd55d4f5 | refs/heads/master | 2020-05-31T17:23:23.708053 | 2019-07-20T12:25:51 | 2019-07-20T12:25:51 | 190,405,906 | 1 | 0 | null | 2019-06-23T11:14:21 | 2019-06-05T14:02:45 | C | UTF-8 | C | false | false | 880 | c | //
// main.c
// test3
//
// Created by 黄日超 on 2018/5/6.
// Copyright © 2018年 黄日超. All rights reserved.
//
#include <stdio.h>
// #define DEBUG
int main(){
int n;
#ifdef DEBUG
n=4; //调试专用
#endif
printf("input n:");
scanf("%d",&n);
int a[n][n];
int h,l,k=1,i;
for(h=0;h<n;h++)
... | [
"huangrichao@growingio.com"
] | huangrichao@growingio.com |
ad33d00ce869c578d6794239c3d9359731c85fa4 | 20be134faa51ccf37a807cceee3388c7020f421e | /Login.c | 130e27ad3519a0a5a3806561bdc6d30b151d3b52 | [] | no_license | jvictor27/Projeto-em-C-defesas-de-tcc | 5414c6174c1d35f14e835ecc7406610cbcab26e4 | 77f5539c98016cf8ce545edee3539824b8963e2e | refs/heads/master | 2021-01-12T02:09:20.402771 | 2017-01-09T23:30:09 | 2017-01-09T23:30:09 | 78,475,112 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 2,652 | c | #include <stdio.h>
#include <locale.h>
#include <stdlib.h>
#include <conio.h>
#define mascara '*'
int tu;
void main()
{
setlocale (LC_ALL,"portuguese");
char buffer[10] = {0} , password[] = "456789", matusu[] = "998877", matusud[7], c;
int pos = 0;
/*password[] = "456789" ... | [
"jvictor451@gmail.com"
] | jvictor451@gmail.com |
92bae07be6921083f4399f603f9ac3c77a9952d4 | f1ac8870b3800b09372b0b5e15b05517a4e2431f | /STM32Cube_FW_F3_V1.3.0/Projects/STM32F3-Discovery/Examples/TIM/TIM_PWMInput/Src/main.c | 99e36031baa1cabe59a3f9ba7d0220478f2f966a | [
"BSD-2-Clause"
] | permissive | yaochein/STM32Cube | 003eccadbc65e7f9857d858e59b51884073e9610 | 8defe7f77cc906ddb74edb4d8e97863113663faf | refs/heads/master | 2022-09-06T18:25:35.773623 | 2022-08-31T07:41:06 | 2022-08-31T07:41:06 | 112,998,154 | 0 | 0 | null | 2017-12-04T05:20:58 | 2017-12-04T05:20:58 | null | UTF-8 | C | false | false | 10,520 | c | /**
******************************************************************************
* @file TIM/TIM_PWMIntput/Src/main.c
* @author MCD Application Team
* @version V1.2.0
* @date 19-June-2015
* @brief This example shows how to use the TIM peripheral to measure the
* frequency and d... | [
"elecia@logicalelegance.com"
] | elecia@logicalelegance.com |
e04fcead07e2d4bbe82d76e1626dc00a845473c3 | 3590e778b0afa73f8f5a3c69111f0fa172b22880 | /interface_design/ciisrc/src/except.c | 7ec64eb969e0a5c68ea89b299e66aad2169e40c2 | [
"MIT"
] | permissive | Zhouxiaoqing/cprogram | aa8aa030f2139d9cf2529a0fc6f33a2f6f459da2 | 34a300f82d6deb2c320a1e6fef611c1f6e9da2e9 | refs/heads/master | 2020-04-27T17:11:19.409703 | 2013-12-27T09:41:14 | 2013-12-27T09:41:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,620 | c | static char rcsid[] = "$Id: except.c 6 2007-01-22 00:45:22Z drhanson $" "\n$Id: except.c 6 2007-01-22 00:45:22Z drhanson $";
#include <stdlib.h>
#include <stdio.h>
#include "assert.h"
#include "except.h"
#define T Except_T
Except_Frame *Except_stack = NULL;
void Except_raise(const T *e, const char *file,
int line) ... | [
"yuankai@corp-ci.com"
] | yuankai@corp-ci.com |
fbeffe22df6fd82f08602fe616c076e6180dae63 | b68b728c31e2978cb9e523cc6cecaef69b192170 | /Parallel Programming/L3/lab work/conveer.c | 75b8c6ef66291f334ca45f906b9b407e92a128eb | [] | no_license | nimabte/Course-projects | 0bdc1064b3fabb4c18ad739615daf6cc0f4a3e85 | 1343f8bc84362782ec0506d2ed06d135ceb90466 | refs/heads/master | 2022-08-21T18:10:03.084584 | 2020-05-28T12:06:22 | 2020-05-28T12:06:22 | 267,567,802 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,384 | c | #include <sys/types.h>
#include <unistd.h>
#include <stdio.h>
int main(int argc, char **argv)
{
int fd[2];
pipe(fd); /*организован канал*/
if (fork())
{
// Процесс 1
dup2(fd[1], 1); /* отождествили стандартный вывод с файловым дескриптором канала, предназначенным для записи */
close(f... | [
"noreply@github.com"
] | nimabte.noreply@github.com |
d76fae2007862eec541d82610cb52b468752ff22 | bdd362234e2554e2eeacc33545508ec3b69c9918 | /C02/ex04/ft_str_is_lowercase.c | c3716b6115ac81fed7707aa5e5b8ef523046a4f0 | [] | no_license | Maxxis91/C-Piscine-Aug-21 | d16c9b59e3a444aaf8be07e99dc3d5e808564a27 | 528bd589e74a7f7f434675634f0fd40d9c26085b | refs/heads/master | 2023-08-07T06:22:14.297140 | 2021-10-10T17:14:08 | 2021-10-10T17:14:08 | 404,500,559 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,162 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_str_is_lowercase.c :+: :+: :+: ... | [
"gmelissi@student.21-school.ru"
] | gmelissi@student.21-school.ru |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.