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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ce95d20121df399ca3ae1a8c55c42b086c2d99d8 | 5227bd6357dc65dcc1bbd3ae34fc04d81b9b50af | /706/lc_display.c | 2df01c2d5ddb8ab8792d1772508062f4a04bc781 | [] | no_license | yigezhe/programming-challenges | fd2e63af4f287be4e73e7a3c477814a9a8e2eda3 | 15748c77c6edc626ac4df68615b9b9db2ef8605c | refs/heads/master | 2021-01-10T01:16:33.627948 | 2015-12-23T08:18:27 | 2015-12-23T08:18:27 | 47,477,122 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,393 | c | #include<stdio.h>
/*显示的大小最大为10*/
#define S 10
/*n的位数最大是8位*/
#define D 8
int main() {
int s,n;
int i,j,k;
char show[2*S+3][D*(S+2)+D-1];
while(1) {
/*s是数字显示的大小
* n是要显示的数字!*/
scanf("%d%d",&s,&n);
printf("s=%d,n=%d\n",s,n);
if(s==0 && n==0) {
break;
... | [
"1830973318@qq.com"
] | 1830973318@qq.com |
b5f3f1bfbbbde3ab231459b4ed73005e3743a903 | aeed57b4d7c6942872d5200047204acc6dd0c180 | /External/include/libetpan/mhdriver.h | 8cf6f80512c94eff29212b635ad32c33662c6953 | [] | no_license | ulhas/MailCore | 976d30332c98260a241360095f2affd18c21fa85 | b5d18091fa9847646bd7b490e0e4e0f74253f8da | refs/heads/master | 2021-01-01T05:31:32.097699 | 2012-09-10T12:42:49 | 2012-09-10T12:42:49 | 5,749,279 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,874 | h | /*
* libEtPan! -- a mail stuff library
*
* Copyright (C) 2001, 2005 - DINH Viet Hoa
* 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 a... | [
"ulhas.sm@gmail.com"
] | ulhas.sm@gmail.com |
5f545898fbefddb468b2a7373a2db07f0263b600 | df95c08d9154e3db736694b5ac50cd67250c0f59 | /Practicals/T5 Functions/20151022/return value of a function.c | 93b6df523ece7f39df723ea7c06404a73b3e5573 | [] | no_license | joeaoregan/LIT-Yr2-StructuredProgramming | 368fc78d0b9ada2f095df2fa89a739f629a2fabb | ffd6eabaab0e900f243a2d650756fd1b27f12445 | refs/heads/master | 2020-04-21T18:01:09.067431 | 2019-02-21T06:06:54 | 2019-02-21T06:06:54 | 169,754,144 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 509 | c | /* return square function */
/* Joe O'Regan */
/* 22-10-2015 */
#include<stdio.h>
int funct(int);
int main()
{
int a = 5;
int ans;
printf("This is the main function\n");
ans=funct(a);
printf("the value returned from the function is: %d\n",ans);
getch();
return(0);
} // end ... | [
"a00258304@student.ait.ie"
] | a00258304@student.ait.ie |
8d4755fa8d65a1b44dd262a326fce50df6c4c4ff | 409f2fe8bc73afbb3382cef09c44f7e63e9b3a41 | /Example/Pods/Headers/Private/MUKit/MUSpeedRecorder.h | 4089b7281e1cf7d75a98de4fb86c2cfaf0e38a31 | [
"MIT"
] | permissive | hgl753951/MUKit | 5f44dc65596097e0ff32d7dbaa8a5b15b40b36f9 | 138416a8488d58009cf9d8b320d4c74be36ccc8c | refs/heads/master | 2020-04-03T18:44:33.341741 | 2019-04-19T08:26:40 | 2019-04-19T08:26:40 | 155,495,806 | 0 | 0 | MIT | 2019-04-19T08:26:41 | 2018-10-31T03:53:47 | C | UTF-8 | C | false | false | 57 | h | ../../../../../MUKit/Classes/ImageCache/MUSpeedRecorder.h | [
"jekity@JekitydeiMac.local"
] | jekity@JekitydeiMac.local |
e9f7edf1fbc37dcd2bbb2be9ea5526ce430d643c | bee9ebb37b1c086488e1cc035a7a15b089f06262 | /src/general/main.c | 6e57050e244396a4f15a72feca05721fd4aa8ba8 | [
"CC-BY-4.0",
"BSD-3-Clause"
] | permissive | xusnow/foxBMS-primary | 2c2ad7482528347ea8e0e0056bdd7a7bc6bb58fd | 492bb51cd7fdf0960e5189004fc4c868379163ad | refs/heads/master | 2021-01-21T09:34:44.661074 | 2017-05-10T17:35:58 | 2017-05-10T17:35:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,365 | c | /**
*
* @copyright © 2010 - 2016, Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. All rights reserved.
*
* BSD 3-Clause License
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* 1. Redistri... | [
"cfreund@iisb.local"
] | cfreund@iisb.local |
298f6bcc4fd9cd2ba89efe36debfb9fada222576 | 2725a956c6bdb4b2cfaf514a0d81b33626ceb2d9 | /gsm_integration_v_1_0/simulation/behavioral/isim/isim_system.sim/proc_common_v3_00_a/p_4147123038.c | 399f8900c2a117bdc7bf54a8abbc346d2118fe68 | [] | no_license | vivric/gsm-sim-lab | 7e3902bf3b0294bb0793baea9355056ee2b1b431 | 4f96285bbce6765679137d2a52a35dd3ccfb9edb | refs/heads/master | 2016-09-06T04:23:04.224194 | 2014-05-27T22:36:16 | 2014-05-27T22:36:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 89,274 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"vivin.ric@gmail.com"
] | vivin.ric@gmail.com |
817c7e9d3981dbcaf77c66f31dcf7f4b94d16fd5 | 42b05566223ea46281cc90fe0ce08ee4c6618faa | /PBA/pba3/src/pba/pba2DKernel.h | cef559ac21fcbce03cb66a237e2fa2b546fb032a | [] | no_license | frankLeo123/EDT_Dongxu | 29d4751a8ba85d4e40095897e98e80384d61e792 | eb7bde689d7b730eb3f12ecd1b4c51a232c71e96 | refs/heads/master | 2020-03-25T22:32:33.317806 | 2018-08-09T18:55:38 | 2018-08-09T18:55:38 | 144,228,074 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,480 | h | /*
Author: Cao Thanh Tung
Date: 21/01/2010
File Name: pba2DKernel.h
===============================================================================
Copyright (c) 2010, School of Computing, National University of Singapore.
All rights reserved.
Project homepage: http://www.comp.nus.edu.sg/~tants/pba.html... | [
"majh@ios.ac.cn"
] | majh@ios.ac.cn |
1bf36ffb9b9dd47a0205bd483e075e48d8a9856b | f9e22b1735156d5b880519b225afe59dbbe98694 | /tests/readform-pad.c | 4979f4648edd68eafe0c6e611db9e7324b05f850 | [
"MIT"
] | permissive | Nishathf/libiff | 34f9039576b90ef3be16adb644a6d74339a8b1fa | 9806f0b5864fc1df5a44085fbd094500bbbfdaaa | refs/heads/master | 2023-02-07T19:34:54.279039 | 2020-12-15T01:51:57 | 2020-12-15T01:51:57 | 321,521,887 | 0 | 0 | MIT | 2020-12-24T14:58:39 | 2020-12-15T01:44:28 | C | UTF-8 | C | false | false | 1,595 | c | /*
* Copyright (c) 2012 Sander van der Burg
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including without limitation the rights to
* use, copy, modify, merge,... | [
"svanderburg@gmail.com"
] | svanderburg@gmail.com |
d26011aa5776c6c9a89e07770023dfc0ef97f769 | 2875e427d9931ab8cfe2e066e1568c3130fcc3f2 | /Solaris_2.6/os_net/src_ws/usr/src/cmd/cmd-inet/usr.bin/ftp/cmdtab.c | ad4a80a9fcb15e4aa595661f7b93cbb41d9a7480 | [] | no_license | legacy-codedigger/Solaris-2.6-Source-Code | 3afaff70487fb96c864d55bd5845dd11c6c5c871 | 60a0b3093caa7d84e63dd891a23df0e8e720bf3d | refs/heads/master | 2022-05-23T16:05:32.631954 | 2020-04-25T01:07:08 | 2020-04-25T01:07:08 | 258,658,903 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,724 | c | /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
#ident "@(#)cmdtab.c 1.5 96/05/15 SMI" /* SVr4.0 1.1 */
/*
... | [
"zahir.meddour@protonmail.com"
] | zahir.meddour@protonmail.com |
e96369e3ed0985d150d174bbe1e9bd9a4eb02890 | 73a1a67f69f8f07f89fed098d92f4f060e6f44ab | /Labs/lab02/multiply.c | 52e7504110ee3f40b164880e91d217215dc19ebb | [] | no_license | featherbear/UNSW-COMP1521 | a3d2a033dde3e792eb089294ccba6abdf7376bdd | 24f00269dd60adb39f19205b3a0a0eddc9e3d7fa | refs/heads/master | 2021-08-17T19:23:51.104221 | 2021-06-12T08:35:24 | 2021-06-12T08:35:24 | 146,070,847 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,079 | c | // COMP1521 18s1 Week 02 Lab
// Multiply two numbers (numbers can be LARGE)
#include <stdio.h>
#include "BigNum.h"
int main(int argc, char **argv)
{
BigNum num1; // first input number
BigNum num2; // second input number
BigNum product; // num1 * num2
if (argc < 3) {
printf("Usage: %s Num1 Num2\... | [
"andrew.j.wong@outlook.com"
] | andrew.j.wong@outlook.com |
719ffc9d7fa4ce4e09ba3340b313e18cd885f427 | e9252f4b6d60d6145e344ee153f8dd01bd6a8944 | /Cython/Utility/ImportExport.c | 300aa269357212b117f972d2400071bb0bc5a783 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ahojnnes/cython | cc0b39589e33b549dbd3e0d1e87740389381cc72 | 15bedf56a7e92772cc0ff0ba9df209ecf8a7cdf6 | refs/heads/master | 2020-04-06T06:55:56.202777 | 2012-12-09T14:20:41 | 2012-12-09T14:20:41 | 7,079,945 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,365 | c | /////////////// PyIdentifierFromString.proto ///////////////
#if !defined(__Pyx_PyIdentifier_FromString)
#if PY_MAJOR_VERSION < 3
#define __Pyx_PyIdentifier_FromString(s) PyString_FromString(s)
#else
#define __Pyx_PyIdentifier_FromString(s) PyUnicode_FromString(s)
#endif
#endif
/////////////// Import.proto /////... | [
"stefan_ml@behnel.de"
] | stefan_ml@behnel.de |
5c7c6ff6c1d6df7e45ce46bb853f63eb6fbd164e | 775acebaa6559bb12365c930330a62365afb0d98 | /source/public/interfaces/incopy/InCopyBridgeUIID.h | 764f2c7152f0c3e2cf41e4a803a30f2e63ba4c63 | [] | no_license | Al-ain-Developers/indesing_plugin | 3d22c32d3d547fa3a4b1fc469498de57643e9ee3 | 36a09796b390e28afea25456b5d61597b20de850 | refs/heads/main | 2023-08-14T13:34:47.867890 | 2021-10-05T07:57:35 | 2021-10-05T07:57:35 | 339,970,603 | 1 | 1 | null | 2021-10-05T07:57:36 | 2021-02-18T07:33:40 | C++ | UTF-8 | C | false | false | 13,312 | h | //========================================================================================
//
// $File: //depot/devtech/16.0.x/plugin/source/public/interfaces/incopy/InCopyBridgeUIID.h $
//
// Owner: Bernd Paradies
//
// $Author: pmbuilder $
//
// $DateTime: 2020/11/06 13:08:29 $
//
// $Revision: #2 $
//... | [
"75730278+Tarekhesham10@users.noreply.github.com"
] | 75730278+Tarekhesham10@users.noreply.github.com |
c8d62ee852ba9e6d04f80b90a941b891e02e6b2e | 6452f40cf692dffbee483e8f968f190f7114e2f4 | /vXboxInterfaceAPI/vXboxApi.h | 9fb817fba917dd4c2990ccb39dd2235ad0248450 | [] | no_license | batroutman/AFK-Controller | f130ec80afa104a176e91418ca83e23daa3bded6 | 57e26875b71e1b00f5073e33656b392f51156305 | refs/heads/master | 2021-08-29T05:26:50.270935 | 2021-08-03T13:26:59 | 2021-08-03T13:26:59 | 107,336,748 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,953 | h | #pragma once
#include <Xinput.h>
#ifdef DYNAMIC_LIB
#define VXBOX_API __declspec(dllexport)
#elif defined(STATIC_LIB)
#define VXBOX_API
#else
#define VXBOX_API __declspec(dllimport)
#endif
//////////// Definitions /////////////////////////
typedef struct _BUSENUM_UNPLUG_HARDWARE {
__in ULONG Size;
__in ULONG Se... | [
"pencilboy20@sbcglobal.net"
] | pencilboy20@sbcglobal.net |
4447967071c7285307ca56712e2a1f1a6a2c196d | f6da4fad6b307299eb27b9a391589570b3db327c | /chap_17/demo4.c | 3097ec7b63cbf5b1a88b1985c5b19642312e7194 | [] | no_license | dtiger2014/unix_develop | 4d57fe4126a32baa16eb02090c5532d875493923 | 5b54b113664895cad5a357ab9b68aa108549c973 | refs/heads/master | 2022-12-02T04:27:08.001698 | 2020-08-14T10:36:37 | 2020-08-14T10:36:37 | 276,565,528 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 559 | c | /**
* 图17-5 将地址绑定到UNIX域套接字
*/
#include "../utils/myhead.h"
#include <sys/socket.h>
#include <sys/un.h>
int main(void)
{
int fd, size;
struct sockaddr_un un;
un.sun_family = AF_UNIX;
strcpy(un.sun_path, "foo.socket");
if ((fd = socket(AF_UNIX, SOCK_STREAM, 0)) < 0)
err_sys("socket failed... | [
"piaolongfan@xiimoon.com"
] | piaolongfan@xiimoon.com |
59519d31c9a9e69f2c42d142b81a88d4b83d32b5 | 7051d3ad662da6ce68c91accaefc068b495f576d | /SctPkg/TestCase/UEFI/EFI/Protocol/HIIFontEx/BlackBoxTest/HIIPackageListImage.c | d19e1fa0bc7c7c5a662a58e8a0d029dfa237f314 | [] | no_license | EddieCYW/UEFISCT2_6 | 19aa0fc0878a12e33798949a29c181dd1c16f15f | b8d1bf8d45b84488c3ea3b2ca0869ee24d590980 | refs/heads/master | 2020-03-23T16:14:45.713548 | 2017-08-04T05:43:48 | 2017-08-04T05:43:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,762 | c | /*++
The material contained herein is not a license, either
expressly or impliedly, to any intellectual property owned
or controlled by any of the authors or developers of this
material or to any contribution thereto. The material
contained herein is provided on an "AS IS" basis and,... | [
"anoop.tk@hpe.com"
] | anoop.tk@hpe.com |
dd7ee224eb53aea4d17f5688cdcfa477312dacd4 | f1d7cbdb8e8385855f8b9ee25e4a1b22da9b6180 | /srcs/user/dtp/get-client.c | 288617144149670bf859c92251d3a003fb4720f3 | [] | no_license | zadrien/ft_p | 2bc816d3cc36dd4fe57058f85828ba2fdf2ae4bd | 639e2dacd0b4edfaf4a811a70d9792085b7904cf | refs/heads/master | 2020-03-28T20:48:41.692272 | 2018-11-01T10:18:02 | 2018-11-01T10:18:02 | 149,104,314 | 0 | 1 | null | 2018-11-01T10:18:02 | 2018-09-17T09:52:22 | C | UTF-8 | C | false | false | 2,249 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get-client.c :+: :+: :+: ... | [
"zadrien@Debian-Adrien.lan"
] | zadrien@Debian-Adrien.lan |
118e4ddc21573a441fa86b94f0f95d76bc1b58b0 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/darwin-xnu/bsd/netinet6/extr_in6.c_in6ifa_prproxyaddr.c | 94503942677f35d19ff8666165d9516a3a145be0 | [] | 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,656 | 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 |
d3473008b37187abe373014d53b891b091308e45 | c018e21a834b3b491f9d371b246f2c8a9f5a9d56 | /example/c/DSPIC/Click_6DOF_IMU_DSPIC.c | 76769140fcee303dc33c3578e50fe652330278c7 | [] | no_license | MikroElektronika/6DOF_IMU_click | b0e766e8eca7b28491990b229520d99e66d52af9 | 178c42ac4356615810172d307fa3054c5f631e48 | refs/heads/master | 2021-10-10T10:16:11.929091 | 2019-01-09T13:24:24 | 2019-01-09T13:24:24 | 60,859,808 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,719 | c | /*
Example for 6DOF_IMU Click
Date : Aug 2018.
Author : Nenad Filipovic
Test configuration dsPIC :
MCU : P33FJ256GP710A
Dev. Board : EasyPIC Fusion v7
dsPIC Compiler ver : v7.1.0.0
---
Description :
The application is composed of three sections :
- S... | [
"mvidojevic82@gmail.com"
] | mvidojevic82@gmail.com |
d169ddd05c5a78e0d0805335ead45f24285b23ce | 047600ca8efa01dd308f4549793db97e6ddcec20 | /Src/HLSDK/utils/studiomdl/HLSDK/dlls/activity.h | 1098d48f3ad99c79afd8b30519c433c06525ce4d | [] | no_license | crskycode/Mind-Team | cbb9e98322701a5d437fc9823dd4c296a132330f | ceab21c20b0b51a2652c02c04eb7ae353b82ffd0 | refs/heads/main | 2023-03-16T10:34:31.812155 | 2021-03-02T02:23:40 | 2021-03-02T02:23:40 | 343,616,799 | 6 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,716 | h | /***
*
* Copyright (c) 1996-2002, Valve LLC. All rights reserved.
*
* This product contains software technology licensed from Id
* Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc.
* All Rights Reserved.
*
* Use, distribution, and modification of this source code and/or resulting
* obje... | [
"crskycode@hotmail.com"
] | crskycode@hotmail.com |
0cdea870b4448b624fe98386e8b249556757d95d | 93e656573e5a9c4d19618c57b358285371451aa7 | /example_bus.c | 75cb06d7164c05751f70f277d3aaf95d36c37a68 | [
"MIT"
] | permissive | blowfish64/AVRUtils | 7f5e046f2baf23143e0967723b10092d5fba3295 | 028d90f2b7062423ce43b28318249365acfe8eb8 | refs/heads/master | 2021-06-05T01:27:27.626122 | 2016-08-31T21:14:45 | 2016-08-31T21:14:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,073 | c | #include <AVRUtils/IO/IO.h>
// Define some switches
#define I0 io__sfr(L, 1) // PL1
#define I1 io__sfr(B, 3) // PB3
#define I2 io__sfr(F, 0) // PF0
#define I3 io__sfr(F, 1) // PF1
#define I4 io__sfr(F, 4) // PF4
#define I5 io__sfr(F, 7) // PF7
#define I6 io__sfr(K, 1) // PK1
#define I7 io__sfr(K, 4) // PK4
//... | [
"marco.agnoli@me.com"
] | marco.agnoli@me.com |
39a861bbefbc68447b26c7ff469bc8fbce2f510f | 4e035a76d95f6adc9bb405fb3144f22f66ba1541 | /SRC/slu_ddefs.h | 2efa847654bfd464412c3994b4964fd63d0a6fd3 | [
"BSD-2-Clause"
] | permissive | stoeckd/superlu | 5d4a5fdd5373dd897c58230b1ccad6f7871a2420 | 89b843e31cda7d3f241e6a7cefc3677e9b090b31 | refs/heads/master | 2020-05-20T06:40:30.299628 | 2019-05-07T20:10:52 | 2019-05-07T20:10:52 | 185,434,269 | 0 | 0 | null | 2019-05-07T15:53:07 | 2019-05-07T15:53:07 | null | UTF-8 | C | false | false | 13,292 | h | /*! \file
Copyright (c) 2003, The Regents of the University of California, through
Lawrence Berkeley National Laboratory (subject to receipt of any required
approvals from U.S. Dept. of Energy)
All rights reserved.
The source code is distributed under BSD license, see the file License.txt
at the top-level ... | [
"stoeckd@gmail.com"
] | stoeckd@gmail.com |
194056b0ad86741ba6e94daf9ec99760972ce201 | 665068db57861340c9670a433f6d13d2c09432e4 | /assignment02/Assignment02/main.c | b7e4737103f5a642782a0349acedfb61c831e53d | [] | no_license | txmitparien/embsys100 | 7d5dac051c78409e6507f85a48d964a19dee3e8e | 4a25343b00475e6b9497ad479cc74c8e1d896d27 | refs/heads/master | 2020-08-20T19:04:23.958924 | 2019-12-09T03:54:17 | 2019-12-09T03:54:17 | 216,056,883 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 164 | c |
int counter = 0x0;
int main()
{
int *p_int = (int*)0x20000000;
++(*p_int);
++(*p_int);
++(*p_int);
counter++;
return 0;
}
| [
"noreply@github.com"
] | txmitparien.noreply@github.com |
1e19e6915026eaec1da2e74861d1f7fb80604f79 | 58acf7586a0947fb46f721cb875c2898ce7e648f | /examples/helloworld/code.c | 714f7b7934498315d0e3e777c709d4bb45f99ec0 | [
"BSD-3-Clause"
] | permissive | 0cha/mrubyc_for_ESP32_Arduino | ed0fcd45ca6e91507a301149fa8c3e6da0acdecb | 01cd48391b29b56cd4f8a79169c9e670d16de6c9 | refs/heads/master | 2020-03-29T04:56:51.225934 | 2020-01-27T05:42:16 | 2020-01-27T05:42:16 | 149,557,193 | 0 | 0 | null | 2018-09-20T05:41:04 | 2018-09-20T05:41:04 | null | UTF-8 | C | false | false | 1,592 | c | /* dumped in big endian order.
use `mrbc -e` option for better performance on little endian CPU. */
#include <stdint.h>
extern const uint8_t code[];
const uint8_t
#if defined __GNUC__
__attribute__((aligned(4)))
#elif defined _MSC_VER
__declspec(align(4))
#endif
code[] = {
0x52,0x49,0x54,0x45,0x30,0x30,0x30,0x36,0x5... | [
"ocha127@gmail.com"
] | ocha127@gmail.com |
e041242fa870dd54cad3783a9665ce4de2d56f5b | b288925cc78e4af35d8be0f028141f0a55600f50 | /Ass-03-STM32/Src/gpio.c | 8b8c5fcba354432536848a8d69ec59c2542905ea | [] | no_license | pingu2211/Elec3730-Assement-3 | 356b2d1df7970b4a6af3e2aca2fe909b389d0185 | 8bfb9c1ca359217fef26e01aa9e55b8d2ac5f53a | refs/heads/master | 2020-03-20T08:05:02.518829 | 2018-06-27T09:25:09 | 2018-06-27T09:25:09 | 137,298,684 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 9,250 | c | /**
******************************************************************************
* File Name : gpio.c
* Description : This file provides code for the configuration
* of all used GPIO pins.
******************************************************************************
*... | [
"vk2fbha@gmail.com"
] | vk2fbha@gmail.com |
98aef7218f86871a6946cc9544ea67e7b929af7c | 3365fdb8c369b4f15083ef9b349f9ffc7985d648 | /libft/ft_isalpha.c | 2528741ddd82a61d45b9ee2a405583fbc547c218 | [] | no_license | NikitaKh/Fillit_School21 | 8945fd895638c150ec485abb3b04306fbcb13d5e | 057b76cccf3fb6dd569d6c28e95850f25202611c | refs/heads/master | 2020-12-12T07:00:05.444200 | 2020-01-15T12:10:16 | 2020-01-15T12:10:16 | 234,072,046 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,018 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isalpha.c :+: :+: :+: ... | [
"cgoliath@oa-k6.21-school.ru"
] | cgoliath@oa-k6.21-school.ru |
99824b57c2c5f2ca279300568d26b0edeaafa99d | 49d94a7a2c4be27f5feed5e3ffb33c172faa2c94 | /reference/MSP430ware/deprecated/CCS/msp430f157.h | 0410c5cc12ff1658094e98ae70740bd42974c90f | [] | no_license | michkrom/mspdev | bf1c99d4695ce9f4716ba3a0e16601bfd89d9cca | 460a9903c1b4a15ce4266156adc67e8b9c83e79b | refs/heads/master | 2020-02-26T13:18:05.934703 | 2014-01-30T07:33:27 | 2014-01-30T07:33:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 81,718 | h | /********************************************************************
*
* Standard register and bit definitions for the Texas Instruments
* MSP430 microcontroller.
*
* This file supports assembler and C development for
* MSP430x15x devices.
*
* Texas Instruments, Version 2.7
*
* Rev. 2.0, Fixed definitions fo... | [
"noccylabs@gmail.com"
] | noccylabs@gmail.com |
623fc4de6d07b0d381b0ee47f90eff2dcf9d5bdd | 4545588c8427debaf17f9dc71b0ace32f4fb5d67 | /common/services/sensors/drivers/osram/sfh5712.h | 6509cfdc7e35c3f1b0b8c6b29885f53c58cc7c3f | [] | no_license | eewiki/asf | 02e06cec0465b28dd689dea801e6be6cbcd47eca | 8d0f55bd089f2e68d2b53aa76adbb02c07cdb166 | refs/heads/master | 2021-01-16T18:20:22.690176 | 2015-03-09T05:42:50 | 2015-03-09T05:42:50 | 18,419,213 | 34 | 30 | null | 2014-12-25T05:13:20 | 2014-04-03T21:42:46 | C | UTF-8 | C | false | false | 3,912 | h | /**
* \file
*
* \brief Osram SFH5712 light sensor driver.
*
* This file contains functions for initializing and reading data
* from a Osram SFH5712 light sensor.
*
* Copyright (c) 2014-2015 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution an... | [
"buildmaster@atmel.com"
] | buildmaster@atmel.com |
2531d4c89234824838d9a2464806c44b19cba584 | 26a14db07bc8d43094dd1d56ccfd38dbab4fb3d4 | /series19.c | 4b28214e104329efd2fbf320c7fbd25e51f4e52d | [] | no_license | Sumitlovanshi/CPP_Practice | d7c95a5b3f53a2c131873009f722fc9e0bfb5512 | 4ac64b7ba3808fef7f377958f9383e08ddcd8377 | refs/heads/main | 2023-08-11T07:01:43.426343 | 2021-09-23T18:25:50 | 2021-09-23T18:25:50 | 354,611,561 | 0 | 0 | null | 2021-09-03T08:51:47 | 2021-04-04T17:58:31 | C | UTF-8 | C | false | false | 385 | c | #include<stdio.h>
void main()
{
int i,n,cd,ft,diff;
printf("enter the nth number ti be find");
scanf("%d",&n);
if(n%3==1)
{
ft=75;
cd=(n-1)/2;
ft=ft-cd*20;
}
else if(n%3==2)
{
ft=65;
cd=(n-3)/2;
ft=ft-cd*20;
}
e... | [
"noreply@github.com"
] | Sumitlovanshi.noreply@github.com |
1dbfcb5d47e66c86cec3a8414aad41410b689393 | f5008df5aab5615d39a9847fa09f9581f7b19a5f | /linux-5.4.38/arch/s390/kernel/asm-offsets.c | b6628586ab70233cc3361d6ba5c159ac250af27f | [
"Linux-syscall-note",
"GPL-2.0-only",
"Apache-2.0"
] | permissive | wenhuizhang/llvm-linux-5.4.38 | 2f3f44287dbb1445cd7d4670df8bfc9873441558 | bd6678fbd3635428a6d594dbb24a87b9308a52ef | refs/heads/main | 2023-01-07T09:57:19.452542 | 2020-11-01T04:20:46 | 2020-11-01T04:20:46 | 303,426,734 | 0 | 0 | Apache-2.0 | 2020-11-01T04:20:47 | 2020-10-12T15:00:48 | C | UTF-8 | C | false | false | 9,466 | c | // SPDX-License-Identifier: GPL-2.0
/*
* Generate definitions needed by assembly language modules.
* This code generates raw asm output which is post-processed to extract
* and format the required data.
*/
#define ASM_OFFSETS_C
#include <linux/kbuild.h>
#include <linux/kvm_host.h>
#include <linux/sched.h>
#includ... | [
"wenhui@gwmail.gwu.edu"
] | wenhui@gwmail.gwu.edu |
c44790ae5649d9b7f412f1c45191bdb511de04bf | 89077692894cf67b6bac5042922c51a0efd28eb8 | /src/miniupnpc/miniupnpc.h | 997508d81cce4df0cc3200ce32cf2e5571ab2901 | [
"MIT",
"BSD-3-Clause"
] | permissive | ImgBotApp/CloakCoin | a37fe129f057ad14491cb09032043d5ebfb1247b | 10df3d27e5a5143198436bac20b298e96e152e10 | refs/heads/2.1.0 | 2022-09-27T07:22:20.889143 | 2018-02-14T21:03:45 | 2018-02-14T21:03:45 | 128,121,450 | 13 | 4 | MIT | 2022-07-02T23:41:38 | 2018-04-04T21:00:48 | C | UTF-8 | C | false | false | 3,912 | h | /* $Id: miniupnpc.h,v 1.36 2014/06/10 09:43:41 nanard Exp $ */
/* Project: miniupnp
* http://miniupnp.free.fr/
* Author: Thomas Bernard
* Copyright (c) 2005-2012 Thomas Bernard
* This software is subjects to the conditions detailed
* in the LICENCE file provided within this distribution */
#ifndef MINIUPNPC_H_INCL... | [
"dev@cloakcoin.com"
] | dev@cloakcoin.com |
397cf5fe2f7e349b1640dbf0a33edfe0b9fc7621 | 51ea9e582df4357b27287d0415a69307a895241d | /src/library/oled_font.h | 49f34f0cebd39bba08b528275a68ffe6d3f93773 | [] | no_license | NickChengg/Octinfinity | 2b8986fe36f71c5756f7ae423a8b9092f6143934 | 5a002bdc4405a3160a1057fff53ba8d940287434 | refs/heads/master | 2020-04-02T00:06:40.340305 | 2018-11-25T09:51:58 | 2018-11-25T09:51:58 | 153,789,437 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,075 | h | #ifndef __OLED_FONT_H
#define __OLED_FONT_H
#if FONT_WIDTH == 3 //3x7
static const unsigned char font[] = {
0x7C,0x44,0x7C, // 0x00
0x7C,0x44,0x7C,
0x7C,0x44,0x7C,
0x7C,0x44,0x7C,
0x7C,0x44,0x7C,
0x7C,0x44,0x7C,
0x7C,0x44,0x7C,
0x7C,0x44,0x7C,
0x7C,0x44,0x7C,
0x7C,0x44,0x7C,
0x7C,0x44,0x7C,
0x7... | [
"noreply@github.com"
] | NickChengg.noreply@github.com |
95d18476c2f99bdc8e332958595a330b80024c20 | 313b21456d70124479bc4ab5617594d3ddb247b0 | /WalkieTalkie/stm32f4_discovery_audio_codec.h | ed5987857dd6cccda701c0cbeda2af8e22687d35 | [
"Unlicense"
] | permissive | vehar/Codec2WalkieTalkie | 5a614f0c4e8962a4782a836c1787c93377888180 | a6a6524213fa7bf27755613330dffc11658f9750 | refs/heads/master | 2020-08-23T04:50:10.403181 | 2017-06-10T21:43:38 | 2017-06-10T21:43:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,569 | h | /**
******************************************************************************
* @file stm32f4_discovery_audio_codec.h
* @author MCD Application Team
* @version V1.1.0
* @date 28-October-2011
* @brief This file contains all the functions prototypes for the
* stm32f4_discovery_audio_... | [
"x893.00@gmail.com"
] | x893.00@gmail.com |
7f508bef662e357e680323cbfe214b13c9893651 | bde894770e263ff7166796d196c332d6466485bc | /Linux/servoInteract.c | 6dda14e1cafef0d1b0d72dc79fcdbff4306f26e5 | [] | no_license | bestfriendkumar/SSC-32-Servo-Controller-C-Library | dede60907d48ae541b16447fd5e4e801821213ff | 363781174a1455359b5c84fab08a445e3d22ce3e | refs/heads/master | 2021-05-28T11:41:21.145946 | 2015-02-16T17:21:21 | 2015-02-16T17:21:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 813 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "servo.h"
//#include "radio.h"
int main() {
// printf("Initialization\n");
initializeController(); // initalize the board
//printf("Setting servos\n");
setServos(1); // Initialize servo positions
//printf("runnin... | [
"Daniel@DMKUMAR-Laptop"
] | Daniel@DMKUMAR-Laptop |
57c14150e453095c78a2969e346206afcd3c4653 | c81f6d742043e7a1c5586aafe8b18a651a590f52 | /0x05-pointers_arrays_strings/7-main.c | c3cc85b0c1979085211198f86e42d915a38474dd | [] | no_license | jorgenaranjo11/holbertonschool-low_level_programming | ae9c5c42343edc934ef5a56799159925b3704f25 | afc26e12d65ec6018b7e675e008781f2dd12b273 | refs/heads/master | 2022-04-10T17:44:39.409106 | 2020-04-01T04:24:20 | 2020-04-01T04:24:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 812 | c | #include "holberton.h"
/**
* main - check the code for Holberton School students.
*
* Return: Always 0.
*/
int main(void)
{
char *str;
str = "1";
puts_half(str);
str = "";
puts_half(str);
str = "hfnhcmxnfngf thklfasghjkldgvhkjlas FSLJKG SAFLJGFSA LJGFAl gjlkgkljgkljgkjl jh jklsñg sJFAG sa jkgs jgadkl... | [
"jpna188@gmail"
] | jpna188@gmail |
efd4ea9e583b56b217b39e0b7378e9707f076603 | feca2e50af86b0c7c8437cf827c8532a90cf7a91 | /allcfile.c | b0bcbc71a362516402931bd99109988a67586aa0 | [] | no_license | mskgit/INTEGRATED | 487612d8e01feb781350dc5b5d77756f847239b5 | 2bcb5c6b1bbc890b273d72fecf7d0d30ef6c3c3f | refs/heads/master | 2020-07-22T14:35:45.278170 | 2019-09-09T05:59:29 | 2019-09-09T05:59:29 | 207,234,773 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,826 | c | #include <avr/io.h>
#include <util/delay.h>
#include <avr/interrupt.h>
#include <stdint.h>
#define SET_BIT(PORT,PIN) PORT |= (1<<PIN)
#define CLR_BIT(PORT,PIN) PORT &= ~(1<<PIN)
#include"allhfile.h"
#define ENGINE_PIN PD2
#define modeSwitch_PIN PD4
#define HDC_Display PB0
#define Potentio_PIN PC0
#define ... | [
"noreply@github.com"
] | mskgit.noreply@github.com |
c35d42051b3ea87fe1bb20bc60e62b6436fef9fa | e1cfb94c94000c713ce54675081970507fa705d6 | /list-processes_bsd.c | 55dd215b2c98f8a487b2e6739866edc9e798aa72 | [
"MIT"
] | permissive | Krzmbrzl/list-processes | c35d2cfdbdb1aa976aba0907e216244614855497 | 373abe9a0ba47d92b7ebfbb5c1578da3f66927b3 | refs/heads/master | 2020-08-06T21:53:30.581971 | 2019-10-06T01:55:15 | 2019-10-06T01:55:15 | 213,170,399 | 0 | 0 | MIT | 2019-10-06T13:07:46 | 2019-10-06T13:07:46 | null | UTF-8 | C | false | false | 830 | c | #include <limits.h>
#include <stdbool.h>
#include <stdio.h>
#include <fcntl.h>
#include <kvm.h>
#include <sys/sysctl.h>
#include <sys/user.h>
bool kvm_cleanup(kvm_t *kd)
{
if (kvm_close(kd) == -1) {
printf("kvm_close() failed with error %d\n", errno);
return false;
}
return true;
}
int main()
{
char error[_... | [
"davidebeatrici@gmail.com"
] | davidebeatrici@gmail.com |
f9a102affc3826307fb02e55fd9725813e32f952 | c6b13812256dba6dcb9f0fadca8d163a4aa3084b | /srcs_bonus/direction/player_direction_bonus.c | b3e1541639893eac3d341ea5bc2bcdc4648be30e | [] | no_license | ryuta06012/so_long_42 | fdf8739aada567acc99f7ffdd933ea69ea95c2d9 | d5843b8f383846964b04062231d6280c6875b921 | refs/heads/master | 2023-07-03T18:08:12.098319 | 2021-08-08T09:45:50 | 2021-08-08T09:45:50 | 393,217,012 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,912 | c | #include "../includes/so_long_bonus.h"
void direction_zero(t_info *info)
{
if (info->direction_pattern == 0)
{
mlx_put_image_to_window(info->vars.mlx, info->vars.win, \
info->front.img, info->x * IMAGE_SIZE, info->y * IMAGE_SIZE);
}
else if (info->direction_pattern == 1)
{
mlx_put_image_to_window(info->vars... | [
"user42@hryuuta42.jp"
] | user42@hryuuta42.jp |
2a439f707bd2cf8d876a0ba929fe9fe8615d2fc5 | 0d52c6126c6858c75fa5e6bb2c600e66c8120818 | /fft8_unroll4_compute.h | 129d0d2d6b315813e03c32a23b9acad46c29520a | [] | no_license | ZhuangzhuangWu/clockwork | 17037d55ac1817e89ba065e168554468b1c89832 | 44909d373f912bdc361c2804dc6b611d7c652034 | refs/heads/master | 2023-08-18T22:47:52.636943 | 2021-10-06T17:46:50 | 2021-10-06T17:46:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,568 | h | #pragma once
#include "hw_classes.h"
#include "clockwork_standard_compute_units.h"
//store is: hw_twi_global_wrapper.stencil(hw_twi_global_wrapper_s0_x, hw_twi_global_wrapper_s0_y, hw_twi_global_wrapper_s0_z) = hw_twi.stencil(hw_twi_global_wrapper_s0_x, hw_twi_global_wrapper_s0_y, hw_twi_global_wrapper_s0_z)
hw_uint<... | [
"joyliu37@sina.com"
] | joyliu37@sina.com |
d4a9ba28142379e65e040f9a8309e1fc644e5938 | 703110020a2ad23cbf53a77aaa1f997f61542537 | /timer/user_include/hal_interface/main.h | 8b0272d2120081289267f897fb6c42b09cf6bcc9 | [] | no_license | megaxoplasma/Embedded | e2cd685b9f25623b8577bf2dada9bb23c8789ed2 | 33278537816f2d5fe7b2b574336f95d2b39af6db | refs/heads/master | 2018-11-14T08:03:05.732605 | 2018-08-27T20:08:04 | 2018-08-27T20:08:04 | 111,472,371 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,271 | h | /**
******************************************************************************
* File Name : main.h
* Description : This file contains the common defines of the application
******************************************************************************
*
* COPYRIGHT(c) 2017 STMicroe... | [
"yjz210@nyu.edu"
] | yjz210@nyu.edu |
e467b58bb792d8e8424e95a4836c83b91ccdc635 | 93fd6113ccc0418734382f0d98a0181a795ebdee | /01_Blinky_PIC18F4550.X/pin_manager.c | 366477d4204cba8e4a934ac4b182ce6d410113ea | [] | no_license | EltonJunior/PIC18F4550 | be7ba29b1262d7675a4c931a6bbe3d123225d491 | 09e06329b2a074276ef01562cc612ebaa2df3fe3 | refs/heads/master | 2023-08-16T22:49:14.431689 | 2021-09-16T19:42:54 | 2021-09-16T19:42:54 | 407,289,164 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,418 | c | /**
Generated Pin Manager File
Company:
Microchip Technology Inc.
File Name:
pin_manager.c
Summary:
This is the Pin Manager file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs
Description:
This header file provides implementations for pin APIs for all pins selected in the GUI.
Gene... | [
"uidq5744@GRL8206W.cw01.contiwan.com"
] | uidq5744@GRL8206W.cw01.contiwan.com |
e4b502e783d4f10a0c96a760948af984c8986d78 | e3db5ffb493702e98eaea90b962c9294fa3bae8e | /Core/Inc/stm32f3xx_it.h | 82015e168df5eb0ec0d49c360b77ff51e0d6bb20 | [] | no_license | NickNifontov/BRAVO-ZERO | eeb06b99c04fede3f179ff5f34292d8e526763ca | d61f9b361ea766794d81c8afa60009ef0e3c0684 | refs/heads/master | 2021-03-24T14:11:49.484297 | 2020-03-21T22:03:46 | 2020-03-21T22:03:46 | 247,536,740 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,566 | h | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32f3xx_it.h
* @brief This file contains the headers of the interrupt handlers.
******************************************************************************
* @attention
*
... | [
"Nick Nifontov@Win10-AIR.localdomain"
] | Nick Nifontov@Win10-AIR.localdomain |
ec37a39c46d60d188ffc62e51c3c747339d845c1 | 0b69a011c9ffee099841c140be95ed93c704fb07 | /problemsets/Programming Challenges/Capitulo 4/110404 - 10191 Longest Nap/nap.c | 661cb6db0a8b685ed308a6bc70aac142777f3635 | [
"Apache-2.0"
] | permissive | juarezpaulino/coderemite | 4bd03f4f2780eb6013f07c396ba16aa7dbbceea8 | a4649d3f3a89d234457032d14a6646b3af339ac1 | refs/heads/main | 2023-01-31T11:35:19.779668 | 2020-12-18T01:33:46 | 2020-12-18T01:33:46 | 320,931,351 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,040 | c | /* Longest Nap */
#include <stdio.h>
#include <stdlib.h>
typedef struct {
int hours;
int minutes;
} time;
typedef struct {
time start;
time end;
} appoint;
appoint appointments[100];
int time_min(time t) {
int min = 0;
min += (t.hours * 60);
min += t.minutes;
return (min)... | [
"juarez.paulino@gmail.com"
] | juarez.paulino@gmail.com |
7ed267464dbe9707bfb0b10833471813a97e24d9 | 401a5b4125c356679c5807a24a68e4f49b90993d | /apps/pmsm_foc_encoder_pic32_mk/firmware/src/config/mclv2_pic32_mk_mcm_pim/motor_control/pmsm_foc/mc_hal.h | 2b1d817ef0e79b35f2b82b50504f862926fbce91 | [
"LicenseRef-scancode-unknown-license-reference",
"ISC",
"LicenseRef-scancode-public-domain"
] | permissive | Jsw-410923/motor_control | e262acc5043ae9a50a983063fb1212a032543ad5 | a0198cc03b5607536d270e02f7f72070b34bf659 | refs/heads/master | 2023-01-03T01:31:55.492025 | 2020-09-10T16:41:53 | 2020-10-16T17:38:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,037 | h | /*******************************************************************************
Motor Control Hardware Abstraction interface file
Company:
Microchip Technology Inc.
File Name:
mc_hal.h
Summary:
Header file for hardware abstraction
Description:
This file contains the function mapping and ch... | [
"Utsav.Somani@microchip.com"
] | Utsav.Somani@microchip.com |
79ea9fcc5c8216e2fdadf32bab8fecd5a1c6c39f | 6f37f529bae8bbcc99244468477f14e9f96ff95c | /openssl-1.0.0f/apps/rsautl.c | 91e868ef8ec47800d724c78d66d719279572b2e2 | [] | no_license | darknebuli/darknebuli-RM-graph | 13326ddbc9a210605926f7ad4b70672a48b1b2f2 | bf169c01f787fdd144e19fae6732a5b58fdbdafd | refs/heads/master | 2020-05-16T23:40:56.853727 | 2012-04-30T22:14:24 | 2012-04-30T22:14:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,415 | c | U2FsdGVkX19fTms3OENxUuBip1Y2qdBpDedg5a4piTbBzYtxUfwIrRc/T13f2SK1
Dl4MdxXPmGaB0knxGyj/lDp9ute08QlIc89ojQsZ22tvmVUCUmuuAN+9L5g7umv9
4cJJ9pbjm6gVkN8gnizI/B+QINYKot4XowuWJ4Gm9H9VALAuD8XeTnHH0aTkM4Ug
VQCwLg/F3k5xx9Gk5DOFIFUAsC4Pxd5OccfRpOQzhSBVALAuD8XeTnHH0aTkM4Ug
N0HcMG0p5qdjKblc0gEWY1mgi5ORrEXlQzOhErp+jgNfN7/dDOVceOr8f2OW... | [
"charles@rhizometric.com"
] | charles@rhizometric.com |
b6ac9eeef29580a83fbf2073911f473ea58e05e4 | fa3fc6e04a898dbe46c288bd610bc1e2e9bd740c | /dspic30f4011_project.X/LCD.h | accfe42b0e83098fc57908c591474eebdd20dd10 | [] | no_license | Eric-nguyen1402/dspic30f4011-project | 6dc93060592c6978ea2c51d99d6bcef2b8fac271 | 43b3cf7d95c335e227ae6c37de0da877dc2fade6 | refs/heads/master | 2022-08-15T23:06:36.456725 | 2020-05-22T08:30:26 | 2020-05-22T08:30:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 634 | h |
void OpenLCD (void) ;
void WriteCmdLCD ( unsigned char ) ;
void WriteDataLCD( unsigned char ) ;
void putsLCD( char * ) ;
void putrsLCD( const char * ) ;
void putcLCD( unsigned char ) ;
void puthexLCD( unsigned char ) ;
void put_Num2_LCD( unsigned char );
void put_Num3_LCD( unsigned char );
void ... | [
"noreply@github.com"
] | Eric-nguyen1402.noreply@github.com |
1b0f4d33b991bd130c935617417d7e6e43d350e5 | c25e032c23f0822f72de7d3e2b0f6eac41b8554c | /projects/kronquii/dominion.c | 2719542991f851520abedd4a474313049859969e | [] | no_license | famorted/cs362f15 | 864e9292bd9d5bdb07d72d064ddd4517d82fbd55 | 2279cdbfb5f299f9b7673078d1095e5c7c8c30a5 | refs/heads/master | 2020-04-01T10:05:05.231169 | 2016-01-02T22:01:38 | 2016-01-02T22:01:38 | 45,072,675 | 0 | 0 | null | 2015-10-27T22:00:24 | 2015-10-27T22:00:24 | null | UTF-8 | C | false | false | 33,000 | c | #include "dominion.h"
#include "dominion_helpers.h"
#include "rngs.h"
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
int compare(const void* a, const void* b) {
if (*(int*)a > *(int*)b)
return 1;
if (*(int*)a < *(int*)b)
return -1;
return 0;
}
struct gameState* newGame() {
struct gameState* ... | [
"iankronquist@teleport.com"
] | iankronquist@teleport.com |
ab63a3a57654b3a82a56d5d80d80269d36bfbdf0 | 2d4791b8df09eebd40be16590af2b34eb7ff33af | /include/savor/serial.h | dca69f637ffa738b617742f3975bcfc8d5fd91cc | [] | no_license | gwnichol/savor | ec48df934eba0e5882bf8539da99be9d9c896616 | 5a63693bf17d232d8896198ea55e4a12f6b7f106 | refs/heads/master | 2022-12-04T23:49:08.218474 | 2020-08-24T03:57:22 | 2020-08-24T03:57:22 | 285,129,965 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 313 | h | #ifndef SERIAL_H
#define SERIAL_H
#include <stdio.h>
#include <sys/types.h>
/* Use stdin so that printf can be used
* Using fdev_setup_stream(stream, p, g, f)
*/
#define serial_ubrr(freq, baud) freq/16/baud-1
static FILE serial_stdout;
void serial_init();
int serial_putchar(char c, FILE *stream);
#endif
| [
"gwnichol.m@gmail.com"
] | gwnichol.m@gmail.com |
2be2125453a9ad244e689618f73181722f555464 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/121427f8-ec7e-4121-8ff9-ecac7000408e.c | 24e1a770bac2c9ba145b0da85dc6d9d59cf801a1 | [] | 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 | 242 | c | #include <stdio.h>
int main() {
int i=4;
int j=11;
int k;
int l;
j = 533;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = j%j;
k = l%j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
7414f0f6645d8c2b5d1a2dd295bb79a41dad2831 | d12a94fc7392328bcf446eca4433b0cc6d374c16 | /c/new_age/cprogramming_tutorials/recurse_examp.c | 7b532b0926b3be63d891c07c3a195d2c09489564 | [] | no_license | bergercookie/src_utils | 666c47f057946ec2aa83f5c675d407c120225235 | e918eaf4f2083ca30f53d6594dd885c37e966a21 | refs/heads/master | 2021-01-11T04:28:54.173463 | 2016-11-24T10:39:03 | 2016-11-24T10:39:03 | 71,183,824 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 520 | c | #include <stdio.h>
/*The purpose of the example is to investigate how many recursive calls can there*/
/*be before the function breaks down*/
void recurse ( int count ) /* Each call gets its own copy of count */
{
printf( "%d\n", count );
/* It is not necessary to increment count since each function's
... | [
"nickkouk@gmail.com"
] | nickkouk@gmail.com |
a182fa548e34a71a0e50801e48309b8a432b52f7 | 97a17c6b43c4b5a4cc532699bd6f6be3b514f705 | /blinky/blinky/asf-3.21.0/sam/components/display/ili93xx/ili93xx.h | dbe2c3bd6aed0af61b1b9100a01e2db95fc7a963 | [
"MIT"
] | permissive | ThucVD2704/femto-usb-blink-example | f2adf7ed2cfff860194870b80c870f0a2c27a82b | 5e166bdee500f67142d0ee83a1a169bab57fe142 | refs/heads/master | 2021-01-18T11:04:43.068488 | 2015-04-24T04:53:26 | 2015-04-24T04:53:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,235 | h | /**
* \file
*
* \brief API driver for ili93xx TFT display component.
*
* Copyright (c) 2013-2014 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 that the following c... | [
"webmaster@alexventure.com"
] | webmaster@alexventure.com |
44f62001d5b77d956d1d34b03a0f8c1e18f4ff4e | 558df21c943d83e4c98c372f10a08d48e8eeb788 | /HR/heart_rate.cydsn/ADC_Test.cydsn/FreeRTOSConfig01.h | 47228d7d4a16e56aa12e4b2ea397764cb9566031 | [] | no_license | xhuliano98/PSoC-6-BLE_HeartRate | 3022e590b141184051407749d0c378bf952c226b | 349931103bf716fee5a9a736531fcfb0b63e666c | refs/heads/main | 2023-08-17T03:53:26.045636 | 2021-10-06T10:00:38 | 2021-10-06T10:00:38 | 414,128,125 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,215 | h | /*
* FreeRTOS Kernel V10.0.1
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* 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, includ... | [
"54738221+xhuliano98@users.noreply.github.com"
] | 54738221+xhuliano98@users.noreply.github.com |
ec2a832fe30a8f8f968f19400e087a9241e4c2c7 | a54bea619bff10e965470f79b8e7286b017f5a55 | /nm/srcs/print.c | c87e04732089beb3abf01871596a54383331262e | [] | no_license | jebae/nm_otool | ead5704b4bf16f14edbbf460cefbaf6f84338172 | 687cc86a9917bc5dca5e726220c06211d86e9ced | refs/heads/master | 2023-04-15T17:53:36.318154 | 2021-04-26T01:36:24 | 2021-04-26T01:36:24 | 358,536,391 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,428 | c | #include "nm.h"
static void print_sym_list(
t_sym **sym_list, char **sect_table, unsigned int nsyms)
{
unsigned int i;
char type;
i = 0;
while (i < nsyms)
{
type = get_type_specifier(sym_list[i], sect_table);
if (type == 'U' || type == 'u')
ft_printf("%16s %c %s\n", "", type, sym_list[i]->name);
else... | [
"jebae@Jeongmos-MacBook-Air.local"
] | jebae@Jeongmos-MacBook-Air.local |
de489d3af89f79d2c68fc42114e3f907e3be9a2f | 3a56b1155d39c8e4dfaff52f0ec2e43b64304c28 | /frames/01345.c | 5775f5e46a855259bfd660485acb69c9bf8c4c69 | [] | no_license | RippedOrigami/GBA-Rick | 6a610bde18e8dda978730b2d754565e9cdcbfe1d | 0953de71ad0a392f5d3a0bcedc54d55e478925b7 | refs/heads/master | 2021-05-28T17:10:33.260039 | 2014-11-28T17:14:04 | 2014-11-28T17:14:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,461 | c |
//{{BLOCK(_1345)
//======================================================================
//
// _1345, 40x40@8,
// + palette 256 entries, not compressed
// + 25 tiles lz77 compressed
// Total size: 512 + 1396 = 1908
//
// Time-stamp: 2014-11-28, 05:19:45
// Exported by Cearn's GBA Image Transmogrifier, v0.8.12
// ( ... | [
"mtinc2@gmail.com"
] | mtinc2@gmail.com |
39a5cc000ff65899cbc268cc271d661e8439396b | acb4d8edceccee57aacf991f5f7bcdec2c8380ec | /sdk/node_modules/grpc/third_party/boringssl/crypto/cipher/e_aes.c | 68060d03338da590c1dd4715d332ec4f255b7754 | [
"BSD-3-Clause",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"ISC",
"OpenSSL",
"CC-BY-4.0"
] | permissive | wangyi0559/poc | 0df07c35d78ad66a7e7c68a29159af544dcbe868 | 0178119368446c7f8faead9bb3a247f50db888d1 | refs/heads/master | 2021-06-24T00:10:19.487721 | 2017-08-28T02:54:45 | 2017-08-28T02:54:45 | 100,438,855 | 0 | 4 | null | null | null | null | UTF-8 | C | false | false | 56,556 | c | /* ====================================================================
* Copyright (c) 2001-2011 The OpenSSL Project. 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. Redistr... | [
"969392953@qq.com"
] | 969392953@qq.com |
d223b15e6befca0028f966429645520bd56047cb | 0c2ffbf748e2751b39ebff5cdf0370d400f04ee4 | /exercise_7_12b.c | 6fd4cd9467440d618585b6e3ccb593e015e04962 | [] | no_license | csralvall/C_SKochan | f70972098fced23f9de2824f5ece0b51ac3af082 | 078729d7a6de5abaaf2d05a7123549d83ae1f50b | refs/heads/master | 2020-06-06T19:53:58.804637 | 2019-06-20T03:04:46 | 2019-06-20T03:04:46 | 192,839,481 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,514 | c | // This is (an experiment of) exercise "7.12b" of the book "Programming in C" by Stephen G. Kochan.
// Program to transpose a matrix.
#include <stdio.h>
int g_nRows;
int g_nCols;
// Function to transpose a matrix.
void transposeMatrix (int matrix1[g_nRows][g_nCols], int matrix2[g_nCols][g_nRows])
{
int row, colu... | [
"csralvarezvallero12@gmail.com"
] | csralvarezvallero12@gmail.com |
000dfd04db1898b3ee18184354bf16cb9145db09 | 266f56e33501ad66eeb47275857433e0bec84243 | /master/luaengine.h | 404b59b149809520e628ff1abede77bd17520b71 | [] | no_license | mauzus/dega-s | fc245abeaddcf1a26f4fc52feb17edf507ac349b | e1f43c7f40561da600d9bc92c200d912f28e5438 | refs/heads/master | 2020-06-08T12:16:41.220929 | 2011-11-10T08:50:24 | 2011-11-10T08:50:24 | 32,238,913 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,248 | h | #ifndef _LUAENGINE_H
#define _LUAENGINE_H
//#include "render.h"
#include "app.h"
enum LuaCallID
{
LUACALL_BEFOREEMULATION,
LUACALL_AFTEREMULATION,
LUACALL_BEFOREEXIT,
LUACALL_ONSTART,
LUACALL_HOTKEY_1,
LUACALL_HOTKEY_2,
LUACALL_HOTKEY_3,
LUACALL_HOTKEY_4,
LUACALL_HOTKEY_5,
LUACALL_COUNT
};
void CallRegiste... | [
"mauzus@gmail.com@d79fac8d-805f-112a-794e-f5414a3d572c"
] | mauzus@gmail.com@d79fac8d-805f-112a-794e-f5414a3d572c |
f42229f5ac4be4cab14ef053605d010bc8d51a44 | e398a585764f16511a70d0ef33a3b61da0733b69 | /7600.16385.1/tools/pfd/samples/fail_drivers/fail_driver1/Driver.h | 2f31467b4e309ac51b39ce71f393e518c474b59b | [
"MIT"
] | permissive | MichaelDavidGK/WinDDK | f9e4fc6872741ee742f8eace04b2b3a30b049495 | eea187e357d61569e67292ff705550887c4df908 | refs/heads/master | 2020-05-30T12:26:40.125588 | 2019-06-01T13:28:10 | 2019-06-01T13:28:10 | 189,732,991 | 0 | 0 | null | 2019-06-01T12:58:11 | 2019-06-01T12:58:11 | null | UTF-8 | C | false | false | 2,558 | h | /*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
Driver.h
Environment:
Kernel mode
--*/
//
// Driverspecs.h includes the definitions for PREFast for Drivers (PFD) annotations.
//
#include <driverspecs.h>
#include <wdm.h>
//
// Driver Function Declarations:
//
// This examp... | [
"blindtiger@foxmail.com"
] | blindtiger@foxmail.com |
d1daa12111607c1ae7a9f7ed41195f61eff02f99 | d1a63bad8e543fbdd04b3a3ee1b352a37feb0865 | /sdk_gaos1/gs_2_2.si4project/Backup/ZJre_camera(6280).c | 9d79860d7e747da4a4b22ae8e19f1af9d68f152f | [] | no_license | wbxxgit/vmgit_err1 | 76dc30a19f5286b370c88f67240ac7ad46135b4b | 37432fae2842ac38e12f3394d57b9d2ca01734e2 | refs/heads/master | 2022-12-28T18:04:40.463858 | 2020-09-24T12:45:35 | 2020-09-24T12:45:35 | 298,273,395 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,134 | c | #include <stdio.h>
#include <pthread.h>
#include <unistd.h>
#include <stdlib.h>
#include "zj_type.h"
#include "zj_log.h"
#include "zj_camera.h"
#include "ZJre_comCfg.h"
#include "forZb_camera.h"
typedef struct stru_STRE_CAMERA_MSG{
int vStreamid;
int vResolutionAbility;
int vEncAbility;
int vStreamCount;
S... | [
"329744064@qq.com"
] | 329744064@qq.com |
357d4dcb581c25cada719c1ee12bd96eef99e9f6 | be4ac3241f45e5e7cbf1f084162a9fe2474c6f7e | /src/Utils/Math.h | 00aa53c40bca5c50a73c0d02f72ad2e7cd6154c9 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | SMBDFather/Raytracing | ef6b7569ce23343ba4b082e080cd6052888558e4 | 53268ebf621d09773826b2e6948b8e4000b9ef7c | refs/heads/main | 2023-03-20T16:53:03.566204 | 2021-02-28T14:02:06 | 2021-02-28T14:02:06 | 345,708,110 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 716 | h | #ifndef H_RAYTRACING_MATH_H
#define H_RAYTRACING_MATH_H
/**
* @brief Check if two double numbers are approximately equal.
*
* @param a First number to compare.
* @param b Second number to compare.
* @param epsilon The precision value, a ~= b +- epsilon.
*
* @return Returns true if the two double num... | [
"dev@dorianb.net"
] | dev@dorianb.net |
589e69c4cdb3546875073c4762ac88938b35702d | 7deb30a44f6182652d4345cf1330e00b571569a9 | /driver/src/f3d_uart.c | ac220e519d2d800df99c8a1158984e876f86b3d9 | [] | no_license | CaulinJones/c335-Fall2017 | 9083c8c076d5d070b1efde9baa6071ed696f2760 | d119367b8feb9cad5acc67980c4c407d40ceee5d | refs/heads/master | 2020-04-24T05:18:57.041293 | 2019-02-20T19:05:10 | 2019-02-20T19:05:10 | 171,731,652 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,108 | c | /**************************
*f3d_uart.c
*contains the initialization basic i/o functions for UART
*Authors: Caulin Jones and Ben Mu
*Assignment: lab4 c335
*Date Created: 9/15/2017
*Date Modified: 9/21/2017
****************************/
/* Code: */
#include <stm32f30x.h>
#include <f3d_uart.h>
//the initializa... | [
"cpjones@indiana.edu"
] | cpjones@indiana.edu |
67e0a29a17d8fde7f8327fc4bedd9c230c1bcaac | b54fd3dcbde4d57d36d1376a89a12c428a3f1225 | /build/ioctl.c | b4d199bf9f19e4500fd1f90f3b2e7eacfcfc5eda | [] | no_license | yume190/RPi3-in-Dock | 8d08805c83696585355db741c05e38587062a84f | ba98409a1aa91457f7e9a2ead5d039d0266774bc | refs/heads/master | 2021-06-18T00:26:44.662447 | 2017-06-09T05:59:04 | 2017-06-09T05:59:04 | 60,339,233 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,935 | c | /*
* ioctl.c − the process to use ioctl's to control the kernel module
*
* Until now we could have used cat for input and output. But now
* we need to do ioctl's, which require writing our own process.
*/
/*
* device specifics, such as ioctl numbers and the
* major device file.
*/
#include "chardev.h"
#incl... | [
"yume190@gmail.com"
] | yume190@gmail.com |
9596884a88d998e3ef8f38d023170d5049e2aa33 | bf8915b6db512e4433e8ad124f18d7237a179052 | /c10_20.c | 473e6445988ba378d19c0989004a9b213242b963 | [] | no_license | pangdong/UnixEnvCode | 21fdb98aa5c2916411e627c0e671747a8bd0f97d | 9c05e6a25cce27bf969067d7679ea846979495eb | refs/heads/master | 2023-03-17T12:24:55.540392 | 2020-07-06T08:03:18 | 2020-07-06T08:03:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,198 | c | #include "apue.h"
#include <setjmp.h>
#include <time.h>
// 测试步骤
// nohup ./a.out &
// kill -USR1 pid
// cat nohup.out
static void sig_usr1(int);
static void sig_alrm(int);
// 这里变量名换掉了,源码使用的是jmp_buf。已经被定义为一种类型了。
static sigjmp_buf sjmp_buf;
static volatile sig_atomic_t canjump;
int main(void)
{
if (signal(SIGUSR1,... | [
"root@192-168-115-134.localdomain"
] | root@192-168-115-134.localdomain |
f6e27c2abdc6be3e05d98dea2501602b50ced28c | c10b5e34494fc2005655a8068262b7bdeb1ab81b | /src/Scripts/Cython/C/RM48.c | a2b772b32c34f57cb73956bf5eb66c147cc5d132 | [] | no_license | UTA-REST/Xenon_Xsection | a9127e3a36fc09e3feb700ca1e83f710baed6d55 | 811cecb6e9a33eb1490dbc3ee0968cf7694ad3b9 | refs/heads/master | 2020-04-24T16:50:06.537646 | 2019-03-06T23:30:07 | 2019-03-06T23:30:07 | 172,123,515 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,444 | c |
#include <stdio.h>
#include <stdlib.h>
double dmod(double x, double y) {
return x - (int)(x/y) * y;
}
#ifndef max
#define max(a,b) (((a) > (b)) ? (a) : (b))
#endif
#ifndef min
#define min(a,b) (((a) < (b)) ? (a) : (b))
#endif
double MOD(double A,double B){
return dmod(A,B);
}
double RVEC[1001];
int IVEC... | [
"atoumbashar@gmail.com"
] | atoumbashar@gmail.com |
4db7a78e600d2d895ce0286565b439bb8c052e46 | 1288ab7d82aeb21dc0ab8a30a71a151a9947dfb3 | /hardware/04/Verify.c | e4e46b5c307cb3689ef8e9330c8f6c39c84a7abd | [] | no_license | mamurai-0/Univ_lectures | 55bb95211f35d12732208ad1b0fe92851522a28b | 34992e9e697ebb6ef1d47b21fa045af04c1cf012 | refs/heads/master | 2020-04-06T06:25:58.721202 | 2017-02-22T03:34:13 | 2017-02-22T03:34:13 | 82,753,130 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,402 | c | #include <stdio.h>
#include <stdint.h>
/*
* fadd.c に fadd 関数のみを定義し (main 関数は含めない) 、
* gcc fadd.c Verify.c などとしてコンパイルしてください
*/
/* [計算結果が NaN になる場合の期待される出力]
* SYSTEM_DEFAULT: 実際の浮動小数点数の演算結果と比較する
* NaN_ANY: NaN ならばどれでも良いものとする
* 固定された値を指定する場合は 0x7fc00000 などとする */
#define NaN NaN_ANY
/*... | [
"gohome.x105.gn@gmail.com"
] | gohome.x105.gn@gmail.com |
314240f9adb246cb5c104ec9b2af3c753bbddb4f | f838d697d6aac90aff32ec9b7abfcaf5e4770f39 | /ALGORITM_1/6_12/deleteInBST.c | 18b48a6eafec51782b769dc88a97482e5df35ec5 | [] | no_license | ozt88/NEXT_14_FIRST | 97b0abc64f5c4075d6fef4ac27fc4da0d4b5e659 | 47cf388a8569df4f3277efe542f97361f027e911 | refs/heads/master | 2016-09-05T14:47:50.929728 | 2014-06-17T14:53:41 | 2014-06-17T14:53:41 | null | 0 | 0 | null | null | null | null | UHC | C | false | false | 3,111 | c | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include"BST.h"
//실습 주제 16
//삭제하는 함수 테스트
//트리와 키값을 인자로 받아서 키값을 가진 해당 노드 삭제
int testDeleteInBST(tree_t* tree, int key)
{
node_t* testNode;
if (!tree || !key)
{
return -1;
}
testNode = searchBSTbyKey(tree, key);
deleteInBST(tree, testNode);
testBSTWithI... | [
"kl1467@gmail.com"
] | kl1467@gmail.com |
07d3f0545f583b09c22218ada4fff9f801321a28 | 0c846407b8c1356580208e2fff8c86e5e54f5b47 | /repairs/GenProg/schedule2/rds/1repairs/v1/repair6-10.c | ce1033644df3b8ed3e5ad4003bd1dea1d9229835 | [] | 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 | 21,364 | 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 |
45ae8d5d3c8c51c0eddd6e79c89ba7efdf924761 | 8840df172e7bf37ef5c171f06790ba5d23011d16 | /assignment_3/pcb.h | 15634ed3bd1fd9a09aead0508dcd778011c3c198 | [] | no_license | rebeccajaubert/CS310 | 617e4d312c8b95113431c47b099fbe704448847b | 44cec2733004d181b4bb749f388216490b9bd6fe | refs/heads/master | 2023-03-19T20:47:29.561811 | 2021-03-15T19:21:32 | 2021-03-15T19:21:32 | 348,053,821 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 297 | h | #ifndef PCB_H_INCLUDE
#define PCB_H_INCLUDE
#include <stdio.h>
struct PCB* makePCB(FILE *file, int nbPages, char* name);
struct PCB {
FILE* PC;
struct PCB* next;
int pageTable[10];
int PC_page;
int PC_offset;
int pages_max;
char* filename;
int counter;
};
#endif | [
"rebeccajaubert@users.noreply.github.com"
] | rebeccajaubert@users.noreply.github.com |
0c1460e1a3a79dc0ebdf5a624e17b5d6cb1706fa | 048d2872b588154f4633a868fb2b98c8757f77f7 | /vicky/42/piscine/j13/ex07/ft_btreeput.c | 3af0898121d4596e9fcadd194ddef4d50e170cad | [] | no_license | VickyStrike/project | c0bb0829b39bb181fa46bf85b4edf207796fbc4c | eea0327e1b22e5943a9b97dd8b59aded049e5f23 | refs/heads/master | 2020-12-08T21:49:45.213791 | 2016-11-22T13:11:10 | 2016-11-22T13:11:10 | 65,899,326 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,494 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_btreeput.c :+: :+: :+: ... | [
"m4s@debian"
] | m4s@debian |
9db22487eaa4512377c81d7f352512bc41db572f | 51635684d03e47ebad12b8872ff469b83f36aa52 | /lib/newlib-4.1.0/newlib/libc/stdlib/rand48.h | 26455e35a27114656608a6b782e457c5a081fbc5 | [
"GPL-2.0-only",
"LicenseRef-scancode-nilsson-historical",
"LicenseRef-scancode-delorie-historical",
"GPL-1.0-or-later",
"BSD-2-Clause-Views",
"LicenseRef-scancode-amd-historical",
"SunPro",
"GCC-exception-2.0",
"LicenseRef-scancode-gcc-compiler-exception-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"... | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 1,082 | h | /*
* Copyright (c) 1993 Martin Birgmeier
* All rights reserved.
*
* You may redistribute unmodified or modified versions of this source
* code provided that the above copyright notice and this and the
* following conditions are retained.
*
* This software is provided ``as is'', and comes with no warranties
* o... | [
"rink@rink.nu"
] | rink@rink.nu |
5ec24865557837d395ead96dc7410f7cb62aaa73 | 0b71cc159f1a9ce9dba51231c3e9c55d6d7a6e7b | /code in c/Strongly Connected Components.c | d843db714c9fb43035b96abe6e7fa55041d21b89 | [] | no_license | Yif1999/Data-Structure-Fundamantal | 65257c2c499097e888d8057071eb9d2913634495 | 22f4cf6f9b2261e52e999f2d1dfbd3adf6a1ae8b | refs/heads/master | 2023-05-27T05:53:14.667744 | 2021-06-08T15:50:41 | 2021-06-08T15:50:41 | 235,318,869 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 2,475 | c | #include <stdio.h>
#include <stdlib.h>
#define MaxVertices 10 /* maximum number of vertices */
typedef int Vertex; /* vertices are numbered from 0 to MaxVertices-1 */
typedef struct VNode *PtrToVNode;
struct VNode {
Vertex Vert;
PtrToVNode Next;
};
typedef struct GNode *Graph;
struct GNode {
... | [
"noreply@github.com"
] | Yif1999.noreply@github.com |
17bfe37d581647a9b4d8dbb006adaebb8da4f8a5 | 03331353b11379fb5e42553e6b733a7a95135ab2 | /Solved UVA Problem/10424.c | 3d2ea26b3e20f4ffe7dbdd74ad7c570e3a826350 | [] | no_license | nowhash/OJ-Problem | 8c3b497694904820a74f771da05bee6119fcb676 | f369059787e6b3cfb1d5c822b318e5f9358b616e | refs/heads/master | 2022-04-20T20:20:52.954914 | 2020-04-22T14:56:59 | 2020-04-22T14:56:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,180 | c | #include <stdio.h>
#include <string.h>
int ass_val_alp(char str[])
{
int sum = 0, len, i;
len = strlen(str);
for (i = 0; i < len; i++)
{
if (str[i] >= 'A' && str[i] <= 'Z')
{
sum += str[i] - 64;
}
else if (str[i] >= 'a' && str[i] <= 'z')
{
sum += str[i] - 96;... | [
"abunowhashchy@gmail.com"
] | abunowhashchy@gmail.com |
97315b88692a74241d753aafbf6d1873085908b1 | 18cad36e5579fd310e8082b4220c68865574c21e | /benin/2016/vote.c | d1b243ae13cb3bfb5e7f4449e5252e33a4913b72 | [] | no_license | mukerem/competitive-programming-africa | e9f99ed3032738c34a98e86fde9f64fc525153ac | 9505cc8829abee4cba7f80057b956afe2bb59ce8 | refs/heads/master | 2020-08-06T22:22:06.162097 | 2018-11-12T23:19:56 | 2018-11-12T23:19:56 | 213,179,368 | 2 | 0 | null | 2019-10-06T14:04:35 | 2019-10-06T14:04:35 | null | UTF-8 | C | false | false | 1,674 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
typedef struct candidate {
char name[1001];
int score;
} CANDIDATE;
/* Comparison function used to sort the candidates. Note that the candidates */
/* will be sorted in descending order. */
int compare(const void *ptr, const void *other)
{
return... | [
"kitihounel@gmail.com"
] | kitihounel@gmail.com |
1b1d3c70530af36133b86a1926c57deebdf96763 | 4f460d3526c0571f6bcf7e3ca7579a40b9ba81d4 | /media/mp3stego/MP3Stego/Encoder/_vti_cnf/sqrttab.h | 037390bb2f417f067fca17f15eaa2b36fac8be92 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | viocuong/ktgt | 05803096b5926543388e0ec98c740dccc1b2083a | bf6a4edb6c188058282d2478fe6128acb5335ed0 | refs/heads/master | 2023-05-13T19:37:16.110987 | 2021-06-04T04:19:23 | 2021-06-04T04:19:23 | 368,376,617 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 200 | h | vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|06 Nov 2018 22:00:00 -0000
vti_extenderversion:SR|12.0.0.0
vti_cacheddtm:TX|06 Nov 2018 22:00:00 -0000
vti_filesize:IR|52934
vti_backlinkinfo:VX|
| [
"cuong1999ads@gmail.com"
] | cuong1999ads@gmail.com |
86f68ac11d0e7d617d957367d7e5b932ad977cd2 | ae79319cdd540da2d1895a11f3bd77ef29de109b | /main.h | b3a83113994eb4798de69eb568b39299ec88b7dc | [
"MIT"
] | permissive | BastyZ/cppVectors | 814a4f92744bb538c00e9ef8502d61a246097138 | c4219bdc0d0df69654d10cfa1e9c9c23a6dd9d70 | refs/heads/master | 2020-03-31T07:25:12.285705 | 2018-10-14T21:28:26 | 2018-10-14T21:28:26 | 152,021,202 | 0 | 0 | null | 2018-10-08T05:15:15 | 2018-10-08T05:05:40 | C++ | UTF-8 | C | false | false | 121 | h | //
// Created by bastyz on 10/13/18.
//
#ifndef CPPVECTORS_MAIN_H
#define CPPVECTORS_MAIN_H
#endif //CPPVECTORS_MAIN_H
| [
"bastian.inostroza@gmail.com"
] | bastian.inostroza@gmail.com |
c1c87a4021482432e817edf7e271d143aa32cf9d | 9f2c4ed6d6b701749c68548891b1ed4bdef863c8 | /libft/ft_isalpha.c | 879bb67d606cada0ed9dfea1da178b68c18d2df4 | [] | no_license | zotochev/ft_printf | cb1145e725f2a0748d7688b90fa54936e0c21379 | 4807651409f3e8ad36bce60a1c4bcdbd8a935b81 | refs/heads/master | 2023-01-24T00:01:19.783754 | 2020-12-04T12:47:44 | 2020-12-04T12:47:44 | 317,778,728 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,000 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isalpha.c :+: :+: :+: ... | [
"zotochev@gmail.com"
] | zotochev@gmail.com |
fd5ab9261bc14d8a9397b0605be7db87ae3b955f | 82f2cb79db4619db468ebd14a9a7b9195ea02106 | /src/verpool.c | 0322008c44c3bdfd790de5b1b205b6c281b3e7a5 | [] | no_license | enpengxu/lisp-gfx-canvas | 8e2dcd9b139f2c98d873113d74cecdfe42f1c8fc | 9a4cf0861864ac5b9a7ee0835383b832b624a4ba | refs/heads/master | 2020-04-24T17:57:31.080526 | 2019-03-24T01:59:22 | 2019-03-24T01:59:22 | 172,164,776 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,297 | c | #include <errno.h>
#include <stdlib.h>
#include <assert.h>
#include "verpool.h"
int
verpool_init(struct verpool * pool, unsigned size)
{
pool->size = size;
pool->num_ver = 0;
pool->num_pending = 0;
pool->ver = malloc(sizeof(struct vertex) * size);
pool->dirty = 1;
return pool->ver ? 0 : -errno;
}
int
verpool_a... | [
"enpengxu@gmail.com"
] | enpengxu@gmail.com |
48c4a5f7d2826b11fdd299c176feb02ea25c0b6b | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/media/i2c/m5mols/extr_m5mols_controls.c_m5mols_3a_lock.c | 837e9e35369ff2d31abdff8a22d58fcb7105c64c | [] | 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 | 2,022 | 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 |
d293ac2703a967f417695e06e3bbd4900a3b3386 | 3db2a02a42c0ada69786b292079bdc658d3db96b | /ProjetoEmbarcados/Sources/Actuator/Motor/PWM/pwm_motor.c | 11add032971c5b4eea2ad698d97ac91efcd44867 | [] | no_license | julioalvesMS/LineFollower | c646a598000cc7e5645b7b8032f8d21efd29eca0 | d8e89eef5105b398129309e5a1458c8692ec11a6 | refs/heads/master | 2020-03-30T17:43:17.574848 | 2018-11-24T11:18:40 | 2018-11-24T11:18:40 | 151,467,211 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,471 | c | /* ***************************************************************** */
/* File name: timer_counter.c */
/* File description: This file has a couple of useful functions to */
/* control the PWM in TPM0 from the peripheral */
/* board. The ... | [
"julioalves.mesquita@gmail.com"
] | julioalves.mesquita@gmail.com |
04815a41444ab55121f1dd16399afe5037d04edc | b9ad309454949c52838fb3f51afa57fdb9dcd39b | /filtros.h | c3a314d7c8d564f50730a8792ee23f59db686fc5 | [] | no_license | jotaves/projeto-itp-ptp | 5c8022b529659b56372d24ffcd5499c26f3aba8e | b19d8ef77192dbe3a10c724f0f96fadc4bf152d2 | refs/heads/master | 2021-01-10T09:26:30.706431 | 2015-11-26T08:14:07 | 2015-11-26T08:14:07 | 46,340,238 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,555 | h | /**
* \file filtros.h
* \brief Filtros.
* Arquivo com todos os filtros utilizadas no programa.
*/
void thr(RGB px[alt][lar]){
/**
* \brief Função para filtro Thresholding.
* Binariza a imagem. Faz a média de R, G e B de cada pixel.
* Se a média for maior que 127, o pixel fica branco, e se ... | [
"victorbarboza@outlook.com"
] | victorbarboza@outlook.com |
bed49a41e813a8e3f84fedca619bb2df791a76db | a0d6b2c2dd8bcbe03e5c6fb35f766bd2af9a1d5c | /dynix.3.2.0/src/etc/format/zdverify.c | de97845ae9cf4474c515344bb27c47c60741045f | [] | no_license | legacy-codedigger/Dynix.3.2.Source | 593485f234eee4de75c0e23fe689f247471c83f8 | 2789373c94bc57e4c4a915bcba354f2243e12ca4 | refs/heads/master | 2022-04-25T22:49:00.493902 | 2020-04-25T00:49:59 | 2020-04-25T00:49:59 | 258,656,640 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 49,101 | c | /* $Copyright: $
* Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991
* Sequent Computer Systems, Inc. All rights reserved.
*
* This software is furnished under a license and may be used
* only in accordance with the terms of that license and with the
* inclusion of the above copyright notice. Thi... | [
"zahir.meddour@protonmail.com"
] | zahir.meddour@protonmail.com |
3157c36a6027796c7ce01633bdde3a5923ce342d | 6d29d82c3e0f3cd398bd9fa2af0634fbb8fd1b67 | /baekjoon/baekjoon/no2447_function.c | fd07b87c944ce9d88bd564f1277ee093eeb7f4d6 | [] | no_license | lizyeseul/practiceC | 4037dc25656f41b61d9ec952840e7ee636d0fbb6 | ca2c01c6bed0d74915528fb0b98c4dfed3a3e559 | refs/heads/master | 2021-08-06T08:56:44.010887 | 2020-06-23T08:46:02 | 2020-06-23T08:46:02 | 193,058,057 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,020 | c | #include<stdio.h>
#include<math.h>
#define max 6562
int star[max][max] = { 0, };
void print(int n);
void Check(int n, int size, int x, int y);
int main() {
int n;
scanf("%d", &n);
Check(n, n, 0, 0);
print(n);
return 0;
}
void Check(int n, int size, int x, int y) {
//printf("size %2d, x %2d, y %2d\n", size... | [
"lys984prms@naver.com"
] | lys984prms@naver.com |
7dabddc038dcf5de887c6be5e4dab49f9d62d579 | c05f9f6817f74263bdc078d3872ba8fab6f1b09b | /1490803859.c | a42604ae766287d55b6dfdb2c140c06ce04ab253 | [] | no_license | Saisi/secret-octo-wookie | 71aa331779216775ee10d8d0a738dd364a5c5202 | a8e52e3fed94ab6993d4baaeaa926d659cac3735 | refs/heads/master | 2021-01-23T18:59:00.780545 | 2017-06-03T05:33:28 | 2017-06-03T05:33:28 | 25,811,730 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 623 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.2.0
* Git version: dcef523
* Options: (none)
* Seed: 2556548105
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
/* --- GLOBAL VARIABLES --- */
static volatile uint16_t g_2 = 0xF47AL;/* VOLATILE G... | [
"saisi@users.noreply.github.com"
] | saisi@users.noreply.github.com |
79351abc0f7a1b56b0f08e1b1d2266b46c6adb0e | ba6c8c70541a7aacdd4cc2573776dbed9ea0d8f1 | /catkin_ws/devel/include/bebop_msgs/Ardrone3PilotingStateAutoTakeOffModeChanged.h | 7c049ef61c02d1864f2bea0191a412eed8e9a235 | [] | no_license | hotaro161/190703_catkin_ws | 74a62fa29a0f940a930df4c023f36f01f30b23f7 | 711c2665121e7452a2575c75058a037b479f4596 | refs/heads/master | 2020-06-14T09:03:15.900063 | 2019-10-10T07:29:05 | 2019-10-10T07:29:05 | 194,964,971 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 111 | h | /home/mlab/catkin_ws/devel/.private/bebop_msgs/include/bebop_msgs/Ardrone3PilotingStateAutoTakeOffModeChanged.h | [
"mlab@mlab-System-Product-Name"
] | mlab@mlab-System-Product-Name |
41fa1fd79b3ea9a6ef7dfac0c1282812f07b1925 | 0b005e96b8d680acb3ee0b2a0402d4b21484f4a2 | /targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/TARGET_NRF52_DK/PinNames.h | 0cd18ba7b9c61dfb3b7ac28a51b842efdc325891 | [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | donatieng/mbed-os | 7a16f2d349066091343fec8238204562cf19e6aa | dd33463518dabde8c6e404ff05f1171c59fa3508 | refs/heads/master | 2021-06-03T15:57:22.419301 | 2021-02-05T10:13:18 | 2021-02-05T10:13:18 | 17,516,910 | 1 | 0 | Apache-2.0 | 2018-11-27T18:21:19 | 2014-03-07T14:47:35 | C | UTF-8 | C | false | false | 4,556 | h | /*
* Copyright (c) 2016 Nordic Semiconductor ASA
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this list... | [
"marcus.chang@arm.com"
] | marcus.chang@arm.com |
f1574643250241af588c0debf06d7ed71e635b83 | df48c4bebbaa4f57b36b0e17f51e182180b7626e | /components/amis_30543/amis_30543.c | e93a51050789ae42837eaac50902f336af7f2708 | [
"Apache-2.0"
] | permissive | qjones81/esp32-dev | d7dc5b871835fd8d85bf9136bab582e3459cd5bd | a41cbb9639e4ad39233316b8412bbf85e1750e41 | refs/heads/master | 2021-01-18T15:32:25.759262 | 2018-10-19T15:30:46 | 2018-10-19T15:30:46 | 84,345,518 | 1 | 1 | null | 2017-04-08T20:13:48 | 2017-03-08T17:02:41 | C | UTF-8 | C | false | false | 7,050 | c |
/*
* amis_30543.c
*
* Created on: Feb 15, 2017
* Author: qjones
*
* Copyright (c) <2017> <Quincy Jones - qjones@c4solutions.net/>
* 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 Softwa... | [
"qjones@c4solutions.net"
] | qjones@c4solutions.net |
5fc6747a97a7536d888578d26892e8150417f6d8 | 1ad4dd5261a185f3cf92d7fd3226de28679747c5 | /kernel/drivers/cpufreq/sparc-us3-cpufreq.c | 30645b0118f9507665022173d2156a1dcb457260 | [
"MIT",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | oslab-swrc/libmpk | b30c8fa2eea834a8ab441fdd9f7789296781ec17 | a0b20ab8819d60d22d2a90f0d54eccae40ae6b05 | refs/heads/master | 2022-05-01T01:36:07.491532 | 2022-03-18T05:44:14 | 2022-03-18T05:44:14 | 223,290,854 | 0 | 0 | MIT | 2019-11-22T00:30:13 | 2019-11-22T00:30:12 | null | UTF-8 | C | false | false | 5,038 | c | /* us3_cpufreq.c: UltraSPARC-III cpu frequency support
*
* Copyright (C) 2003 David S. Miller (davem@redhat.com)
*
* Many thanks to Dominik Brodowski for fixing up the cpufreq
* infrastructure in order to make this driver easier to implement.
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux... | [
"spark720@gatech.edu"
] | spark720@gatech.edu |
999bacb3dfb24cecb8f1ad35d4ce66ff512c7708 | cdcfd7385d0ccb6da26fa07c76578c5fbc6b468f | /drivers/io_ports.h | a5cf224c4cc92056672c4733fbf6716cfb134300 | [
"MIT"
] | permissive | ChromaMaster/os-dev | 0312e4a3816643cca7c480e13766f9933eeaa93c | 98733dc836d527f91f261568481dc0d3a01c005d | refs/heads/master | 2020-06-07T19:02:52.473116 | 2019-07-09T10:40:28 | 2019-07-09T11:01:50 | 193,076,907 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 751 | h | /**
* port_byte_in - read a byte from a specific port
* @param port port to read from
*
* @return byte read from the port
*/
unsigned char port_byte_in(unsigned short port);
/**
* port_byte_out - write a byte to a specific port
* @param port port to write to
* @param data byte to wite to the port
*/
void po... | [
"vlad.sabi18@gmail.com"
] | vlad.sabi18@gmail.com |
aef061b88a0b86979d1c2660ff68f4372b3026a8 | 1fd33efcea837bb2ffcd32fcdceee78e246e1414 | /bird/imgsensor/s5k4ecgx_mipi_yuv_kanglong_KFD_SK4EC308_Y5483V_9467/kernel/s5k4ecgxmipi_yuv_Sensor.c | dc2c71ff3c7c4128cf1720177186778b6e0509f4 | [] | no_license | rock12/android_kernel_xbasic | cda1c5a956cf8afdc6b9440cefd84644e4bfd7b5 | 38d09253ba7ef2e7e4ba2ee7f448a04457159ddb | refs/heads/master | 2021-01-17T08:38:46.441103 | 2016-07-01T19:36:39 | 2016-07-01T19:36:39 | 62,417,176 | 2 | 0 | null | 2016-07-01T20:07:19 | 2016-07-01T20:07:19 | null | UTF-8 | C | false | false | 345,564 | c | /*****************************************************************************
*
* Filename:
* ---------
* sensor.c
*
* Project:
* --------
* DUMA
*
* Description:
* ------------
* Source code of Sensor driver
*
*
* Author:
* -------
* PC Huang (MTK02204)
*
*==================================... | [
"yugers@gmail.com"
] | yugers@gmail.com |
6d97d1d0f191c636f04d1ccb3737a7749f349f68 | 6e9648ef03106b97fc3b185df7d39069c2362c96 | /iOS/StampAround/Pods/Headers/TGDrawSvgPathView/TGDrawSvgPathView.h | 46986cdd6391351d1287303190984af4b6eb9b8e | [] | no_license | sanjogshrestha/StampAround | c5fb551783fed9863ab144e36bc07f738c865e92 | 55492d45371932aeb59e372744b0f2c89d6680d0 | refs/heads/master | 2021-01-17T21:56:41.037951 | 2014-09-15T21:46:09 | 2014-09-15T21:46:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 51 | h | ../../TGDrawSvgPathView/Classes/TGDrawSvgPathView.h | [
"thibault.guegan@gmail.com"
] | thibault.guegan@gmail.com |
3f56097957bc08fcbf27dc1495718d99f2656142 | d9402c0069e598a9fd4acd837befc3ab9e71b572 | /SC95F7617_7616_7615_7613_Demo_Code/c/PWM_Init.c | 38d2f092ef33b9e7f79a07294b664078e607de77 | [] | no_license | BG4RFF/CHINA_CHIP_MCU_SinOne | b2ebbe550f536ada1380f70d5fd6553cd5fe5911 | 52d16ee42acb5d218678c7ac397b0c32700059ca | refs/heads/master | 2023-03-24T08:58:37.695866 | 2021-03-20T10:30:56 | 2021-03-20T10:33:57 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,855 | c | #include "H/Function_Init.H"
#if (IC_MODEL == SC95F7617 || IC_MODEL == SC95F7616 || IC_MODEL == SC95F7615)
unsigned int xdata PWMRD_40 _at_ 0x1040;
unsigned int xdata PWMRD_41 _at_ 0x1042;
unsigned int xdata PWMRD_42 _at_ 0x1044;
unsigned int xdata PWMRD_43 _at_ 0x1046;
unsigned int xdata PWMRD_50 _at_ 0x104... | [
"930266815@qq.com"
] | 930266815@qq.com |
a8765cc3214b2e7ea2a31f04252dc45599e85814 | 68db8e8e22ab520d891eb8002c53eaf4275490aa | /作业/lpc例程/中断1、2 - 副本/RTE/RTE_Components.h | 41d9fa87ccc945ac16ca01e29a9e2b0c253217f4 | [] | no_license | nancy9307/myproject | a7dfac5304ed81ff6e1007eebba88f7758023a0d | 9d2ad696645ec28fa8f8f8ac73e5ca43e4d97306 | refs/heads/master | 2020-07-03T22:44:53.203620 | 2019-09-12T02:06:51 | 2019-09-12T02:06:51 | 202,076,631 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 254 | h |
/*
* Auto generated Run-Time-Environment Component Configuration File
* *** Do not modify ! ***
*
* Project: 'LandTiger_GPIO'
* Target: 'LandTiger_GPIO'
*/
#ifndef RTE_COMPONENTS_H
#define RTE_COMPONENTS_H
#endif /* RTE_COMPONENTS_H */
| [
"nancy930702@163.com"
] | nancy930702@163.com |
43023f3e9474ae4503a722874e37053b9f719b13 | 9b972ef1ccf117129ea8f97260d61b630824726d | /Programs Using for loop, while loop, goto statements/Program To Calculate Sum Of Given Number Till User Enter Zero or -ve Number Using goto Statements.c | 7f57c47a2d7df9246fb4e3fa98b9e677217f9dbe | [] | no_license | TusharWaghamare/VaishnaviShivdas123 | 48acf30122f0a83d53c42ecbad43740e20d34b77 | e748abd848a8d447df737461752f86eb202d7dd7 | refs/heads/main | 2023-09-02T08:08:02.490401 | 2021-11-11T18:02:36 | 2021-11-11T18:02:36 | 427,874,329 | 0 | 0 | null | 2021-11-14T08:22:44 | 2021-11-14T08:22:44 | null | UTF-8 | C | false | false | 728 | c | //Program To Calculate Sum Of Given Number Till User Enter Zero or -ve Number Using goto Statements.c
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
int main()
{
int No=0, Sum=0, Cnt=1;
printf("\n Enter Number To Calculate Their Sum \n Will Stop Summation After 0/-ve I/P =");
UP:
... | [
"noreply@github.com"
] | TusharWaghamare.noreply@github.com |
42f65f7c49ecedfa199ad6b679be6856c4da412a | 81d8545212c3f88cc3eb2c38b261a839f1d1d897 | /026_remove_duplicates_from_sorted_array/rm_dup.c | 092b4572c94713cc5ffac69351e494774bfe5d85 | [
"MIT"
] | permissive | abdulraouf9567/leetcode | f4beacc93abbd01c4800ff5de4ee43347f98c80e | eb94b46b08729a44883f586cef509be72c4bbae9 | refs/heads/master | 2020-04-03T04:05:16.320905 | 2018-10-27T20:18:27 | 2018-10-27T20:18:27 | 155,002,647 | 0 | 1 | MIT | 2019-10-25T17:23:49 | 2018-10-27T19:43:45 | C | UTF-8 | C | false | false | 733 | c | #include <stdio.h>
#include <stdlib.h>
static int removeDuplicates(int* nums, int numsSize)
{
if (numsSize <= 1) {
return numsSize;
}
int i = 0, j, count = 1;
while (i < numsSize) {
for (j = i + 1; j < numsSize && nums[i] == nums[j]; j++) {}
if (j < numsSize) {
nums... | [
"begeekmyfriend@gmail.com"
] | begeekmyfriend@gmail.com |
252e56f5f9bc012ef57e930a758b2808f55dfb5b | 00fd39cfbd7cdd0516e9d08c9bd29a403c2e5999 | /5.14/code/ip.c | 8991cc89cd1c000985669f0cf797260c06312dfe | [
"MIT"
] | permissive | joyjiuyi/19-20-Computer_network_lab | 7f2dc8aaaefa54675a92abd655c9dda41a697548 | 7b1295b68d4b874d71bba01255e27a5b92fdee56 | refs/heads/master | 2022-12-26T06:06:44.336837 | 2020-10-10T06:26:33 | 2020-10-10T06:26:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,446 | c | #include "ip.h"
#include "icmp.h"
#include "rtable.h"
#include "arp.h"
#include "arpcache.h"
#include <stdio.h>
#include <stdlib.h>
// handle ip packet
//
// If the packet is ICMP echo request and the destination IP address is equal to
// the IP address of the iface, send ICMP echo reply; otherwise, forward the
// ... | [
"lihaochen17@mails.ucas.ac.cn"
] | lihaochen17@mails.ucas.ac.cn |
eccd45d50d71c390471e977357cb3123a76fecbd | ac0dbdd12a364668a306a984ff2cb025bfc82c03 | /trunk/matlab_code/Propagator_Filippo/5MicePackage/src/cspice/ckcov_c.c | ae5ed9776692dadf5defe41cdfe47bda4dc14bb2 | [] | no_license | Dbelsa/coft | 96eac100015e4091d6a9ab41e1d564a71154cc3a | b3c4cd7d1b25ac0120ca8e0c79efd58953df0d29 | refs/heads/master | 2021-01-18T14:29:38.863391 | 2014-11-16T21:18:03 | 2014-11-16T21:18:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,582 | c | /*
-Procedure ckcov_c ( CK coverage )
-Abstract
Find the coverage window for a specified object in a specified CK
file.
-Disclaimer
THIS SOFTWARE AND ANY RELATED MATERIALS WERE CREATED BY THE
CALIFORNIA INSTITUTE OF TECHNOLOGY (CALTECH) UNDER A U.S.
GOVERNMENT CONTRACT WITH THE NATI... | [
"manuel.sanjurjo@uc3m.es"
] | manuel.sanjurjo@uc3m.es |
7d1ca54149fcc7295cb36be7ad0635a410fb12c1 | eeae960edea02bef1e147fe0ba4bf947e67d6619 | /mb/pca/slaset.c | bd7d9828ff6e8b901ef726ae8211b1735491a4c0 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause-Open-MPI"
] | permissive | efzulian/micro-benchmarks | a3e6d7c66cb7f8c3719c21d8dd4185c26d655990 | 722ee036b302ad394fbd8f0b27ac5c3101d3d531 | refs/heads/master | 2020-04-23T02:53:09.520089 | 2019-02-20T20:35:22 | 2019-02-20T20:35:22 | 170,859,647 | 0 | 0 | NOASSERTION | 2019-02-15T12:11:04 | 2019-02-15T12:11:04 | null | UTF-8 | C | false | false | 6,246 | c | /* slaset.f -- translated by f2c (version 20100827).
You must link the resulting object file with libf2c:
on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm
or, if you install libf2c.a in a standard place, with -lf2c -lm
-- in that order, at the end of... | [
"fabian@schuiki.ch"
] | fabian@schuiki.ch |
912af22b339c1e786d34b290460b22832869826a | a763f6505331d1c1823d0e8620cc2d5f83048486 | /storage/tffsport/docsysp.h | fa2968a442e11c60f03d64da692fcac84da5c93b | [] | no_license | KernelPanic-OpenSource/Win2K3_NT_drivers | 1dc9ccd83e38299f6643ecfd996a5df1357cc912 | 1b5d2672673ff31b60ee4a5b96922ddbcc203749 | refs/heads/master | 2023-04-11T08:18:29.881663 | 2021-04-14T04:30:34 | 2021-04-14T04:30:34 | 357,772,205 | 12 | 5 | null | null | null | null | UTF-8 | C | false | false | 2,770 | h |
/*********************************************************************
* *
* FAT-FTL Lite Software Development Kit *
* Copyright (C) M-Systems Ltd. 1995-2001 *
* ... | [
"polarisdp@gmail.com"
] | polarisdp@gmail.com |
8f32d882a1be4141576500c4d3300daa9d3f5793 | b059f48da8e91f9980382d79cad4ff37d48a2ce0 | /features/net/FEATURE_LWIP/lwip-interface/lwip-eth/arch/TARGET_Freescale/k64f_emac.c | e4151245dc1cc1f2a7ac544dcefa2fe6b59ba998 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | WSCKY/RDA5981_Develop | 14e784acb68bac313aa439000d848a548a4feadc | 318297f6a2a633f72d25ae6fd927f63400a12a34 | refs/heads/master | 2022-12-01T08:29:47.245168 | 2020-08-17T09:12:23 | 2020-08-17T09:12:23 | 119,050,033 | 4 | 8 | Apache-2.0 | 2020-03-08T00:28:14 | 2018-01-26T12:39:45 | C | UTF-8 | C | false | false | 23,240 | c | #include "lwip/opt.h"
#include "lwip/sys.h"
#include "lwip/def.h"
#include "lwip/mem.h"
#include "lwip/pbuf.h"
#include "lwip/stats.h"
#include "lwip/snmp.h"
#include "lwip/tcpip.h"
#include "lwip/ethip6.h"
#include "lwip/igmp.h"
#include "lwip/mld6.h"
#include "netif/etharp.h"
#include "netif/ppp/pppoe.h"
#include "e... | [
"hello.kychu@gmail.com"
] | hello.kychu@gmail.com |
081018d8fe2e208390032d4169b15ed62b020dac | 59dc5d428e102bf72eb7245dbbe7a47a66728378 | /databases/ExtrudedVol/ExtrudedVolCommonPluginInfo.C | 08fd4ed39e82cb270ea1eecdaa1a54b2f3507ada | [] | no_license | HarinarayanKrishnan/VisIt26RC_Trunk | 6716769694d1a309f994056209171f67e5131642 | 581a0825d81169572b48dd80c1946131c03d0858 | refs/heads/master | 2016-09-06T07:14:00.094983 | 2013-05-15T14:36:48 | 2013-05-15T14:36:48 | 7,009,345 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,714 | c | /*****************************************************************************
*
* Copyright (c) 2000 - 2012, Lawrence Livermore National Security, LLC
* Produced at the Lawrence Livermore National Laboratory
* LLNL-CODE-442911
* All rights reserved.
*
* This file is part of VisIt. For details, see https://visit.llnl... | [
"brugger@18c085ea-50e0-402c-830e-de6fd14e8384"
] | brugger@18c085ea-50e0-402c-830e-de6fd14e8384 |
99c0af4b0a992c8740da70cc05df61bd01e44394 | 241f24e6a837081fd2f3c574c613cfd0b0ab4fb9 | /lib/c2/c2.tahoe/SCCS/s.c2.h | 8147cacd78ca0b441df8ed1f22925ad97e3fdb1d | [] | no_license | b4/4.3BSD-Quasijarus | 9474549f02d468f847adb58c797af650f3b803b9 | 2e0a87cbd51f1c47d04f3c57f07f6d9e1aa8ec1b | refs/heads/master | 2021-01-22T20:07:46.920215 | 2017-03-17T04:39:43 | 2017-03-17T04:39:43 | 85,271,248 | 1 | 0 | null | 2017-03-17T04:36:05 | 2017-03-17T04:36:05 | null | UTF-8 | C | false | false | 4,808 | h | h16884
s 00027/00084/00125
d D 1.3 86/08/14 19:13:07 sam 3 2
c make opcode an enum and cleanup a bunch of code so that
c dbx is more useful (i.e. can step over part of a line of code); add
c tempreg and has[[23]ops macros; force clr to check acc when writing dest
e
s 00010/00001/00199
d D 1.2 86/07/27 00:22:... | [
"abs@absd.org"
] | abs@absd.org |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.