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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
90096eb6b60f3ce0cff620d9f52bd6a4f9adf99b | d5ff80a64d836e71272329a1ff33c1aa6832dc4a | /src/runtime/lisp2c/lisp808.c | 25b2ffb92a0cdaa1f690825e29a2084fcbfc1572 | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | hoelzl/Clicc | 0343f2c285410823dea0ce0c4a95dcbb788e129c | cea01db35301144967dc74fd2f96dd58aa52d6ea | refs/heads/master | 2023-03-11T08:07:19.241916 | 2013-10-03T02:09:24 | 2013-10-03T02:09:24 | 13,287,742 | 15 | 1 | null | null | null | null | UTF-8 | C | false | false | 566 | c | /* This file was generated by CLiCC 0.6.4 [obrep 1] */
#define __OBREP 1
#include <c_decl.h>
#include "sys.h"
#include "lisp.h"
void FFI_c_unsigned_short(CL_FORM *base)
{
if(CL_FIXNUMP(ARG(0)))
{
rt_make_c_unsigned_short(ARG(0));
}
else
{
if(CL_C_UNSIGNED_SHORT_P(ARG(0)))
{
rt_cast_c_unsigned_short(ARG(0... | [
"tc@xantira.com"
] | tc@xantira.com |
a4f307ec351688484df4ac212eb0ec432a224180 | 04c8d8da9cebc13513c1b9c7658707ecadfa0ed3 | /Roll a Ball/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Predicate_1_gen_27MethodDeclarations.h | cce71b7bdd52c422cd6bac249b44f8ceec524859 | [] | no_license | fkieyhzen/RollABall | ed9ef9e93f3cfaecd2be10013797e97e9c1e479e | f083b660966094939ed2b5d2028e31bb4e86a67e | refs/heads/master | 2023-03-19T18:19:11.437779 | 2015-06-08T15:27:45 | 2015-06-08T15:27:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,594 | h | #pragma once
// System.Predicate`1<System.Threading.Tasks.Task>
struct Predicate_1_t5337;
// System.Object
struct Object_t;
// System.Threading.Tasks.Task
struct Task_t438;
// System.IAsyncResult
struct IAsyncResult_t63;
// System.AsyncCallback
struct AsyncCallback_t64;
// System.IntPtr
#include "mscorlib_System_IntP... | [
"patrick@beetheswarm"
] | patrick@beetheswarm |
d10891e438accaf21c959684446b2fc915a305ce | f283c79b532fe09e61272e5648693ce7fae159bf | /ntp-1/ntp/ports/winnt/include/config.h | 800e32495abd7d00226af4861a90168350f42f6f | [
"NTP"
] | permissive | tienex/Darwin-0.3 | d0ac366240c4301664629113cda18c066d869ea9 | 745305afd074437bb660bcf02146a2754eeef5ae | refs/heads/master | 2023-07-17T14:18:20.900894 | 2021-02-04T16:07:02 | 2021-02-04T16:07:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,557 | h | /* config.h for Windows NT */
#ifndef __config
#define __config
/*
* Windows NT Configuration Values
*/
# define MCAST /* Enable Multicast Support */ /* 98/06/01 */
# undef OPEN_BCAST_SOCKET /* for ntp_io.c */ /* 98/06/01 *//* 98/06/03 */
# undef UDP_WILDCARD_DELIVE... | [
"brady.dreiling@gmail.com"
] | brady.dreiling@gmail.com |
6fd55118e9e4968e3c5f9bce960d6744fb4c0b32 | 053128c888761a865f0e1e100357977aaaa75e74 | /HARDWARE/IIC/myiic.h | f1fc9518946e25e7038a9e5ec2f2b7989ca0fd70 | [] | no_license | vanbou/DS1307 | a3ba2997482dcb0de047349b363b6dd8305bd3f4 | 5aa76919b692c140646fd9ae231e4b01fe0e3aea | refs/heads/master | 2023-06-02T18:39:43.008949 | 2021-06-18T15:02:50 | 2021-06-18T15:02:50 | 378,182,947 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,249 | h | #ifndef __MYIIC_H
#define __MYIIC_H
#include "sys.h"
//IO方向设置
#define SDA_IN() {GPIOB->MODER&=~(3<<(7*2));GPIOB->MODER|=0<<7*2;} //PB9输入模式
#define SDA_OUT() {GPIOB->MODER&=~(3<<(7*2));GPIOB->MODER|=1<<7*2;} //PB9输出模式
//IO操作函数
#define IIC_SCL PBout(6) //SCL
#define IIC_SDA PBout(7) //SDA
#define READ_SDA PBi... | [
"resumebb@163.com"
] | resumebb@163.com |
a0047d8693ad2093d3a442a51c59df35e0795e05 | 7578772afef5275e8d1edf5c9e6b34fc0368f492 | /d/qujing/yingjian/shanhu.c | e1867ba5917478498065a207167432284670d368 | [] | no_license | jackyueq/xyj2006 | 3b899323c4b891b57fa25d671527edea7f4fccd2 | 2d0681c32c6bb880c21a43aca127f5d4af1000a0 | refs/heads/master | 2020-04-06T04:25:29.851538 | 2015-03-18T07:22:28 | 2015-03-18T07:22:28 | 32,443,903 | 3 | 5 | null | null | null | null | GB18030 | C | false | false | 433 | c | //Cracked by Roath
// 妖神之争 1。0
// by happ@YSZZ 2000.4.3
// /d/qujing/yingjian/shanhu.c
inherit ROOM;
void create ()
{
set ("short", "珊瑚丛");
set ("long", @LONG
这里面尽是些五彩的珊瑚,你的眼睛都看花了。
LONG);
set("exits", ([
"up" : __DIR__"jiandi2",
]));
set("objects", ([
"/d/jz/obj/fish": 3,
... | [
"jackyueq@gmail.com"
] | jackyueq@gmail.com |
18e7ad569007a7dcc37ea0f09e2595daa3a41afc | ac2a304770b564751a6d7c702c4c4f1c66106b0c | /EIFGENs/static_analyzer/W_code/C16/ev1375d.c | 99f5bebb78185faf86760056d36bb7d936bb6371 | [] | no_license | omarabid59/Mathematical-Expression-Compiler | 8b918aa3f5533ca6d8240ac5a357dd50d61c1a9b | c02b0a6b765fa87acee6801d8d2b0da9423a9e08 | refs/heads/master | 2021-09-02T02:40:48.920608 | 2017-12-29T19:59:54 | 2017-12-29T19:59:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,827 | c | /*
* Class EV_FILE_DIALOG_IMP
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static EIF_TYPE_INDEX gen_type0_1375 [] = {0xFF11,219,0xFFFF};
static EIF_TYPE_INDEX gen_type1_1375 [] = {0xFF11,236,0xFF12,1374,0xFFFF};
static EIF_TYPE_INDEX gen_type2_1375 [] = {0xFF11,1374,0xFFFF};
static EIF_TYPE_... | [
"omarabid-59@hotmail.com"
] | omarabid-59@hotmail.com |
6993029d0599485858743b31420775e6cfc62aea | 4de16b792f15174c32c0fb18d7396475bd3c6db7 | /EXTRA.C | 3c3f5d7113bcf58ad8ae9ecf3c05cb9a55031cf4 | [] | no_license | tirthshah574/old-C-programs | b76cd92b7326f0ee1fe908909e067179473f2a2a | 30bd3739459d9832641fd1d882c127ebd94043f9 | refs/heads/main | 2023-03-09T16:31:42.474523 | 2021-02-22T17:32:07 | 2021-02-22T17:32:07 | 341,277,193 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 72 | c | #include<stdio.h>
int main()
{
printf("Hello%cWorld",13);
return 0;
} | [
"shahtirth574@gmail.com"
] | shahtirth574@gmail.com |
e0990f2c7ed61882ad5c6834cde72b033ca86e54 | 40dd2c2ba934bcbc611b366cf57762dcb14c48e3 | /RI_Stack/mpe/include/mpe_dvr.h | a8ae68c4ccce054a8c52ccf4933852cb642bd189 | [] | no_license | amirna2/OCAP-RI | afe0d924dcf057020111406b1d29aa2b3a796e10 | 254f0a8ebaf5b4f09f4a7c8f4961e9596c49ccb7 | refs/heads/master | 2020-03-10T03:22:34.355822 | 2018-04-11T23:08:49 | 2018-04-11T23:08:49 | 129,163,048 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,109 | h | // COPYRIGHT_BEGIN
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
//
// Copyright (C) 2008-2013, Cable Television Laboratories, Inc.
//
// This software is available under multiple licenses:
//
// (1) BSD 2-clause
// Redistribution and use in source and binary forms, with or without modi... | [
"amir.nathoo@ubnt.com"
] | amir.nathoo@ubnt.com |
a9d5cbb3d2231184979a65377b8d69f3f41fcf52 | 3a1c15f95ad5b81ad69a9ea12d827f893477ea5b | /tags/iup_3_11/iup/srcglcontrols/iup_glcanvasbox.c | c71a390304e3a6d3ba65bb79944853fc1ee6119e | [
"MIT"
] | permissive | svn2github/iup-iup | 299a5cfc9d20f1e38078837e6199784f8c7dcfde | b6a92cebd91e90018c410426461683e1d74fabef | refs/heads/master | 2020-04-12T06:44:10.183905 | 2019-01-16T18:10:52 | 2019-01-16T18:10:52 | 60,389,764 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 13,769 | c | /** \file
* \brief GLCanvasBox Control.
*
* See Copyright Notice in "iup.h"
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <memory.h>
#include "iup.h"
#include "iupcbs.h"
#include "iupgl.h"
#include "iup_object.h"
#include "iup_attrib.h"
#include "iup_str.h"
#include "iup_register.h"
#in... | [
"(no author)@2f08bc20-984a-4df8-b195-9b5d5d477537"
] | (no author)@2f08bc20-984a-4df8-b195-9b5d5d477537 |
3b7a4d281d12b754bb4c942e318878e391747576 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/2e9c3fcc-ba88-4a3e-b5da-5cc21779fc93.c | 5476558f4cbe8bec7d3cc081571b739e5f1d1429 | [] | 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 | 564 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = k/j;
l = i/j;
l = i%j;
l = i-j;
l = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
long b[8];
long c[23];
a = 0;
while... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
800c05bc3d4b9656ba208e8acbef3c65a32bdf27 | 5ffa1cd4c16dc8d2019161ca01502eb4b3a7f132 | /examples/M5StickT_Lepton_opensource_v1/img/ColorT_0004_12.h | 2e36d913323840ea4ddf347f14f91dcedefbf002 | [] | no_license | Gitshaoxiang/M5-StickT | d4cc16eb094736d8ae07f9ba081c1d3cee46e45d | fc2fc703e4603f77d5e506e0fdfa273be041d279 | refs/heads/master | 2022-12-09T13:58:17.711505 | 2020-09-07T10:46:06 | 2020-09-07T10:46:06 | 293,496,625 | 0 | 0 | null | 2020-09-07T10:31:57 | 2020-09-07T10:31:56 | null | UTF-8 | C | false | false | 30,624 | h | // extern const uint16_t ColorT_0004_12[3650];
const uint16_t ColorT_0004_12[3650] = {
0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffdc, 0xf755, 0xf712, 0xef11, 0xef11, 0xe711,
0xe711, 0xe711, 0xdf12, 0xdf12, 0xd712, 0xd712, 0xd712, 0xcf12, 0xcf13, 0xc713, 0xc713,
0xc713, 0xbf13, 0xbf13, 0xb713, 0xaf13, 0xaf... | [
"noreply@github.com"
] | Gitshaoxiang.noreply@github.com |
41dd85b39dd678ba61de942c346dce4a0bda877e | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/irqchip/extr_irq-sun4i.c_sun4i_irq_map.c | 762dbeeec51c1165f847a320cbf684ff7855b9ef | [] | 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 | 931 | 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 |
0bd60079c546d35d02d065246524a1cc875c6080 | 85bb96bf3e507295c8c131e5c3c598d75b97db56 | /tweaks/system-gathering/src/weather.c | 023d95b7e03a096672a7a48c46232225d539699a | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"CC0-1.0"
] | permissive | xlpR/ocelot | 9ebef61f332de79dc0826ac260101f8f37339a07 | e5d845c858de6d412738185159d149a8a3e952d1 | refs/heads/master | 2020-07-30T16:50:17.126736 | 2016-11-13T15:56:27 | 2016-11-13T15:56:27 | 73,625,242 | 0 | 0 | null | 2016-11-13T15:42:34 | 2016-11-13T15:42:34 | null | UTF-8 | C | false | false | 4,949 | c | /*
10/07/2016
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that i... | [
"a@b.c"
] | a@b.c |
6f26587f2c374a09d9a0afc3996a2976be1c4fd4 | e53f0600c7be3806936d6838dff10a943c83519d | /src/mma8451.c | 68a6b1f0abf4789be16ba7e88553730b1dcee360 | [] | no_license | ylu36/i2c_on_RTOS | 72cef1a1ba2d3aaa910f2fa55f6256ec19d13980 | e6fdff0d31d831094bea25b231053c65b4271cfb | refs/heads/master | 2021-04-15T08:39:15.156976 | 2018-03-23T20:33:38 | 2018-03-23T20:33:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,123 | c | #include <MKL25Z4.H>
#include "mma8451.h"
#include "gpio_defs.h"
#include "i2c.h"
#include "delay.h"
#include "LEDs.h"
extern volatile uint8_t ISR_rx_data[6];
extern uint8_t dataready;
extern int c3,c4,c5;
volatile uint8_t isrdata[6];
int16_t acc_X=0, acc_Y=0, acc_Z=0;
int flag = 0;
//initializes mma8451 sensor
//i2c h... | [
"ylu36@ncsu.edu"
] | ylu36@ncsu.edu |
a44f8700f2335b883e9dc3b30c3bac04584606cc | 22dbc5b1c7ecfe1c6cb908af5b9c9fb78fff14e5 | /EIFGENs/ewf_app/W_code/C2/wg64.c | d22dd0072855d1ecc94e540c2048eee24e8d386a | [] | no_license | Ramirova/EiffelProject | 9e09a4389d4db4b6c394a8960fc9868a2d3ff7dc | 075f6518c4eb6a0ec64e6377b9bd5a3940cea6b9 | refs/heads/master | 2021-01-24T18:39:50.535719 | 2018-11-02T16:56:14 | 2018-11-02T16:56:14 | 84,467,479 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 97,436 | c | /*
* Code for class WGI_REQUEST_FROM_TABLE
*/
#include "eif_eiffel.h"
#include "../E1/estructure.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void F64_1010(EIF_REFERENCE, EIF_TYPED_VALUE, EIF_TYPED_VALUE, EIF_TYPED_VALUE);
extern void F64_1011(EIF_REFERENCE);
extern EIF_TYPED_VALUE F64_1012(EIF_... | [
"rozaliya.amirova@gmail.com"
] | rozaliya.amirova@gmail.com |
d6570ca3678d8ac43ce64365e69e7d7bfae08842 | 1501640f678de7690b72f569d630e0e2ee86caf7 | /Code/Functions.h | 7d8f2c8a417665a637c0f216d07ba4990bd474a4 | [
"MIT"
] | permissive | leobel96/ESP8266-Sony-Remote | aa5927447e6c2ad15719d351e0bd87aafeb3324a | 0cda66316d849ffd2e6527161c200e5fe93e17c6 | refs/heads/master | 2020-03-18T17:53:06.585451 | 2018-05-27T21:08:33 | 2018-05-27T21:08:33 | 135,057,526 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 113 | h | void setupIO();
void setupWifi();
void httpPost(char* jString);
void photoButtonCode();
void videoButtonCode();
| [
"noreply@github.com"
] | leobel96.noreply@github.com |
388f80e0151778a93e0ebb61e9eaa7866bd5f712 | 10c7e48121de10be6998d83fadf418f03a3c96de | /Project/TripleChessGame/Test.c | 42fda7fa70805cb45baf3672e20a10e8ca5ef5e3 | [] | no_license | zhaojing31/ZJ_Code | f0b64bd41283331c6d06badb519df345d501a867 | f9a8a720e739c5fd0a76a3e2099b2d5b6e017b76 | refs/heads/master | 2023-01-12T15:28:00.552659 | 2020-11-08T12:24:05 | 2020-11-08T12:24:05 | 280,995,805 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,179 | c | #define _CRT_SECURE_NO_WARNINGS 1
#include"game.h"
void menu()
{
printf("*********************************\n");
printf("****** 1.PLAY ******\n");
printf("****** 0.EXIT ******\n");
printf("*********************************\n");
}
void game()
{
char board[ROW][COL];
InitBoard(board,ROW,COL... | [
"841198682@qq.com"
] | 841198682@qq.com |
eec1701013697975fc4fb31618c69c42aef2418e | d232a04cb4182a364fa890432bb6128f87d49126 | /ft_ispunct.c | 868ce8cdd49680a925d9d124a0fee7bf53834c6e | [] | no_license | gc42/42-04_libft | eec5618562872254d8d64c1cb2653104b26ee6e9 | 4d2067605322b3c516ef4bfc2295d196f9d462a2 | refs/heads/master | 2021-04-30T08:46:06.496732 | 2018-02-13T13:56:15 | 2018-02-13T13:56:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,132 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_ispunct.c :+: :+: :+: ... | [
"gcaron@e3r8p6.42.fr"
] | gcaron@e3r8p6.42.fr |
6d64b1e6dfff4961b7941de5f7395fc11f3d4cc4 | f33f6810532ba31209842141da293e850a84a2e7 | /cudd-2.4.1.1/nanotrav/ntrZddTest.c | 9f78eb8c9dd5a6f22a978b40ba9cf031bd534a54 | [] | no_license | wlmnzf/NuSMV-GCTL-2.6.0 | 3e3a6da39b79c71641b72c043da9faa2327b0a0a | 07e4c71ad71d3b95110fed240a1fdc030fdb6daf | refs/heads/master | 2020-06-21T19:58:23.959304 | 2019-08-07T08:29:04 | 2019-08-07T08:29:04 | 197,540,875 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,402 | c | /**CFile***********************************************************************
FileName [ntrZddTest.c]
PackageName [ntr]
Synopsis [ZDD test functions.]
Description []
SeeAlso []
Author [Fabio Somenzi]
Copyright [Copyright (c) 1995-2004, Regents of the University ... | [
"you@example.com"
] | you@example.com |
cabc9ea44903e46abe60997a536f4224b94ca36b | 15a23f12642ba9c2dd1fa5db3e11483be61ffbdb | /CProgramming/LinearSearch.c | 9e9becdc3e070f747016683d210049225236ff2e | [] | no_license | alokmishrawaviz/Alok | 3557c8cf759dcd4ab975e2c749b612903ec39332 | 30a4aff6c097c31f575b22ef4157eeafb15704f5 | refs/heads/master | 2021-01-20T10:32:16.401024 | 2017-08-28T13:25:33 | 2017-08-28T13:25:33 | 101,645,294 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 473 | c | #include<stdio.h>
int main()
{
int i=0;
int arr[10];
int searchno = 25;
printf("Enter the element of array");
for(i=0;i<10;i++)
{
scanf(" %d",&arr[i]);
}
for(i=0;i<10;i++)
{
if(arr[i]==searchno )
{
printf("\n numbe... | [
"alokmishra.waviz@gmail.com"
] | alokmishra.waviz@gmail.com |
bbf73db26df957a3c9a56c617a1fc3ed6e13754b | 910df3314069d2d925fd2ac20709b3264872a904 | /compiler/tree.c | 1bca736a0f7367733f0cacb5a87415aa46e5cb52 | [
"MIT"
] | permissive | bl0ckeduser/new-bpf-tools | 710cb2d0e028a927620ff3fef621a83aede528bd | 1d2c438ce00759c74da629305ea300c3ee26a641 | refs/heads/master | 2023-05-02T18:10:24.720007 | 2023-04-22T14:54:06 | 2023-04-22T14:54:06 | 7,246,088 | 29 | 6 | null | null | null | null | UTF-8 | C | false | false | 3,723 | c | /* Tree helper routines */
/* FIXME: crazy mallocs and memcpys, no garbage collection (!)
* a modern OS should clean up, but nevertheless, yeah */
#include "tree.h"
#include "tokens.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "general.h"
exp_tree_t null_tree;
char **tree_nam;
void... | [
"bl0ckedusersoft@gmail.com"
] | bl0ckedusersoft@gmail.com |
52b54764d2d0fd257407604869bc680a5d0459d2 | 2f3a529731a5c9e3e55cbdba120d382e1d7ef1a4 | /aula1/aula1.c | 71409bd50d57b371d444f854fdb677cd16f0c0ca | [] | no_license | jorgekg/PIC | 5f93d8b90eb2022800a085522d439f6e3086a7a5 | ac2f34bd503d9175549021a99d38222bc26b3937 | refs/heads/master | 2021-03-10T06:11:06.117094 | 2020-06-22T23:17:55 | 2020-06-22T23:17:55 | 246,427,415 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 526 | c | #define True 1
void main() {
TRISB = 0B11110000;
ADCON1 = 0B00001111;
UART1_Init(2400);
UART1_Write_Text("ola mundo");
//while (True) {
//if (PORTB.F6 == 1 && PORTB.F7 == 1) {
//if (PORTB.F4 == 1) {
//PORTB = 0B11111111;
//continue;
... | [
"jkohn@furb.br"
] | jkohn@furb.br |
9696db1309e07e71e59c80814d2347843a54f584 | 72bb581b3ebcf2910592c85003e1f1f65cc04af2 | /demoReduction.c | 04621f77bc0dd35a40d0dc9ef83b61f53125e941 | [] | no_license | bcruzrui/arqui | 8d477c21bd7ba12fe5bc7c4f69dc873836619431 | 03d1faac1b162ade7b74f9cde65e3c881b058418 | refs/heads/main | 2023-05-14T04:39:00.585430 | 2021-05-31T16:59:52 | 2021-05-31T16:59:52 | 372,575,208 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 473 | c | //
// demoReduction.c
// Código para calcular una integral tomado del curso de colfax
// Primera versión: secuencial
//
// Created by José Alberto Incera Diéguez on 03/05/17.
//
//
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <omp.h>
int main(){
const int nTrials = 5;
static int arr[4... | [
"noreply@github.com"
] | bcruzrui.noreply@github.com |
addff5eb503afafc45b570741066039c7cb01921 | f2399bd2fd9ecdeb52f90c4dbebd3ecea69b5dcd | /Cmps12b/asg5_C_spellchecker/code/strhash.c | e296550c1a4904c60be87bdfc986877da7d346b8 | [] | no_license | Thomas-Brochard/courseWork | c6cb787ab9ad73658ccf04a841bf6ade9815df09 | 1eb8c38c3c2f8e1c6a18806c8785cab0595e9d01 | refs/heads/master | 2021-06-23T11:28:13.057507 | 2017-08-18T05:19:53 | 2017-08-18T05:19:53 | 100,460,209 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 363 | c | // $Id: strhash.c,v 1.6 2014-03-05 19:24:07-08 - - $
//Thomas Brochard
#include <assert.h>
#include <stdio.h>
#include <sys/types.h>
#include "strhash.h"
size_t strhash (const char *string) {
assert (string != NULL);
size_t hash = 0;
for (; *string != '\0'; ++string) {
hash = *string + (hash << 6) + (h... | [
"tbrochar@ucsc.edu"
] | tbrochar@ucsc.edu |
7d7b356031c0916510779b7a497053d9bcbeb15b | 4aee9a0c55789ac9ea57e8acc1b76ea79ecc50b8 | /C5/b/bar.c | 0b3d293c93b9ba639c0bca2310fd588cf7537787 | [] | no_license | OhMyjitui/Orange | fecccc8098882bdc1e9746fd363a696403d8d1dd | b8a681e0932c63876b0f042a52d906f763c04e84 | refs/heads/master | 2020-12-21T20:09:22.759220 | 2016-08-14T18:05:16 | 2016-08-14T18:05:16 | 58,208,550 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 162 | c | void myprint(char* msg, int len);
int choose(int a, int b)
{
if(a >= b) myprint("the 1st one\n", 13);
else myprint("the 2nd ont\n", 13);
return 0;
}
| [
"christmasgcb@qq.com"
] | christmasgcb@qq.com |
072314e0250a1d6448b6e6531031c52948728f98 | f4dbd690593e6f3c5d009202766e7e744a64e5f1 | /Project_Files/Final_project_rappid_rtw/freemaster_serial.c | 882ba6c8919accea58d9ee588f29127e9913618d | [] | no_license | sutorimb/embeddedControlSystems | 91894f2b99e95241c3ee6b913911ef49703ffcf9 | fb46c0e23c24b8e0ea1911d7954fb8a267c5e6b3 | refs/heads/master | 2020-06-10T08:21:01.201380 | 2016-12-08T23:10:42 | 2016-12-08T23:10:42 | 75,981,535 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 35,048 | c | /******************************************************************************
*
* Freescale Semiconductor Inc.
* (c) Copyright 2004-2011 Freescale Semiconductor
* ALL RIGHTS RESERVED.
*
****************************************************************************/
/*!
*
* @file freemaster_seri... | [
"sutorimb@umich.edu"
] | sutorimb@umich.edu |
016bf5dbd93a51d7e698c1b0f9a1cdd7d5cff861 | b38cef92959309f0eb727c316ef8b5b478f4e965 | /c-programming-hw-1---game---snake/problem3.c | 15a14c5b6645e457e830e8b76a1310927f4363d7 | [] | no_license | grace176/snake-game | 970828446b97254622dd306ed280e9005000330e | f219869132f81e7ead0685d5db8063674c98be18 | refs/heads/main | 2023-04-19T07:30:17.267787 | 2021-04-11T21:47:10 | 2021-04-11T21:47:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 932 | c | /*********************************************************
* file name : problem3.c *
* author : Thomas Farmer
* description : C program to call LC4-Assembly TRAP_PUTS
* TRAP_GETC, TRAP_PUTC, to read chars
* from the keyboard & output them *
... | [
"noreply@github.com"
] | grace176.noreply@github.com |
303fbd6d8231cb2ac10ec4e1f6cc51a3bef44a68 | 9db7fda261ffa3f41d3f688409d9de1383beddf4 | /numeric.c | 6dd401ecca8d66d22183e4d15dc37f3011a66eaf | [] | no_license | DEVIPRIYAS/joshna | 070e592d4a4c797c42071c44e6b4043ddd78f6b1 | 321a76f2b531a01d6edf831d4de82b5475eeb925 | refs/heads/master | 2021-01-15T17:55:00.672720 | 2017-08-12T10:55:58 | 2017-08-12T10:55:58 | 99,765,025 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 633 | c | #include <stdio.h>
int main()
{
char str[100];
int countDigits,countAlphabet,countSpecialChar,countSpaces;
int count;
countDigits=countAlphabet=countSpecialChar=countSpaces=0;
printf("Enter a string: ");
gets(str);
for(count=0;str[count]!=NULL;count++)
{
if(str[count]>='0' && str[count]<='9')
countDigits++;
else i... | [
"noreply@github.com"
] | DEVIPRIYAS.noreply@github.com |
98236bf6e664a31a7ae788c428a12785dd417227 | 2a36cad1db177c4d8b2a32007e1cd63304b35c62 | /Linux_UNIX_Programming/Kap17/gtk2/gtk1.c | e724f8d14a250c48dcb3a1c335a61d277bcea021 | [] | no_license | Oliver-Focke/Oliver_private_Bude | 5b07ff12c4163edfa3e029e2980148dd60585776 | 56ac989d94b224b4e31d4a2b6c01c4926d9343ca | refs/heads/master | 2022-11-10T11:43:19.769063 | 2020-06-18T12:06:37 | 2020-06-18T12:06:37 | 273,227,319 | 0 | 0 | null | 2020-06-18T12:04:44 | 2020-06-18T12:04:44 | null | UTF-8 | C | false | false | 1,611 | c | /* gkt1.c */
/* Ein leeres Fenster und Pixbuf */
#include <gtk/gtk.h>
static gint
delete_Event(GtkWidget * widget, GdkEvent event, gpointer daten){
g_print ("Das Fenster wird zerstoert!\n");
/* Nur mit FALSE wird die Anwendung wirklich Beendet */
return FALSE;
}
static void end (GtkWidget * widget, gpointer dat... | [
"Eskimo.SVD@googlemail.com"
] | Eskimo.SVD@googlemail.com |
0fe87aa99de7a5c6f8ccdb988722d987c232ab71 | 61d3dabaef8924395e14d1059ebeb8d97e0540b4 | /chapter5/cubic.c | e424e21fbfdf919c2ea1e0db242de5c1e665e643 | [] | no_license | tttimit/learningC | 9a81a968595ec2887de7c65ece040fb8954b8436 | 1b568704fde90b93dad72cd64a5ebfdd6d4fee24 | refs/heads/master | 2021-01-10T02:23:54.989883 | 2016-01-25T13:21:51 | 2016-01-25T13:21:51 | 48,165,270 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 297 | c | /* cubic.c -- 计算一个浮点数的立方值 */
#include <stdio.h>
void count(float n);
int main(void)
{
float num;
printf("请输入要计算立方值的浮点数:\n");
scanf("%f", &num);
count(num);
return 0;
}
void count(float f)
{
printf("%f的立方值是:%f\n", f, f*f*f);
}
| [
"timit.cloud@gmail.com"
] | timit.cloud@gmail.com |
6cfce40cbe2ba877507c5e92f5a9c20064286be5 | 96902d4440597ade5b5e2e9c62d0e155da9d0223 | /Sprint4/AutoCar/ECUAL/SW_ICU/SW_ICU.h | c933fb9e0f1e3c0dcf7864427efdd028ba29d878 | [] | no_license | Kariman95/SprintsWave9_2021 | 90bd08fb37217441882ff40da19bd9a4b3650b56 | 92feb94aa860394c726efe915799c52a858b7799 | refs/heads/main | 2023-08-30T03:18:59.611014 | 2021-10-31T12:19:42 | 2021-10-31T12:19:42 | 400,568,634 | 0 | 0 | null | 2021-11-05T19:28:52 | 2021-08-27T16:17:36 | C | UTF-8 | C | false | false | 2,899 | h | /*****************************************************************************
* Task: Autonomous Car
* File Name: SW_ICU.h
* Description: Header file for Software ICU driver
* Author: Amr Mohamed
* Date: 12/8/2021
******************************************************************************/
#ifndef SW_ICU_H_
#defi... | [
"karimankaram889@gmail.com"
] | karimankaram889@gmail.com |
677086f0c2a5267271520f49a241bc6a44426416 | 40e85a95db8c30f3bd8999308efdf734fd887e85 | /uclibc/include/efl/ewl_context_menu.h | 627690402d94af43fa63115545528d12a1912d27 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | kissthink/os_sdk | ae210d55d5ae1cee7d333db0a2b434602a8e67c7 | 425d94ba21b3e9f6acd8106662d2e6281b3b2ccc | refs/heads/master | 2020-12-12T21:56:34.258391 | 2015-02-03T09:26:07 | 2015-02-03T09:26:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,501 | h | /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
#ifndef EWL_CONTEXT_MENU_H
#define EWL_CONTEXT_MENU_H
#include "ewl_popup.h"
/**
* @addtogroup Ewl_Context_Menu Ewl_Context_Menu: A context menu
*
* @remarks Inherits from Ewl_Popup.
* @image html Ewl_Context_Menu_inheritance.png
*
* @{
*/
/**
* @def EWL_CONTEXT_MEN... | [
"easion@gmail.com"
] | easion@gmail.com |
f29c6c36bf302dd0d804bb2c831677403bf9edc9 | d9e96244515264268d6078650fa707f34d94ee7a | /Working/Game/xleres/SurfaceAlgorithm.h | a9d2337322fbde0165bf344484442ca131ff4e81 | [
"MIT"
] | permissive | xlgames-inc/XLE | 45c89537c10561e216367a2e3bcd7d1c92b1b039 | 69cc4f2aa4faf12ed15bb4291c6992c83597899c | refs/heads/master | 2022-06-29T17:16:11.491925 | 2022-05-04T00:29:28 | 2022-05-04T00:29:28 | 29,281,799 | 396 | 102 | null | 2016-01-04T13:35:59 | 2015-01-15T05:07:55 | C++ | UTF-8 | C | false | false | 4,377 | h | // Copyright 2015 XLGAMES Inc.
//
// Distributed under the MIT License (See
// accompanying file "LICENSE" or the website
// http://www.opensource.org/licenses/mit-license.php)
#if !defined(SURFACE_ALGORITHM_H)
#define SURFACE_ALGORITHM_H
#include "Transform.h"
struct TangentFrameStruct
{
float3 tangent, bitange... | [
"djewsbury@xlgames.com"
] | djewsbury@xlgames.com |
5c9f7c1ed56acf83add2399bb049c16ff59a7ac1 | d882cf9a10c6fb3cccd1629ef2cc3e1886721745 | /insight/player2.c | d7ab7d7988dec2447668db7d4d6c4cd34ea32987 | [
"MIT"
] | permissive | pgoodman/uwo-gomoku | 3a02c02ba58288008712549d02785d3802786c3b | 3819fca23dcddc83d97cd7b4b6ce27c8cd0fe39f | refs/heads/master | 2016-09-10T15:51:26.080933 | 2009-12-11T22:43:31 | 2009-12-11T22:43:31 | 32,091,601 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 360,561 | c | /* ANSI-C code produced by gperf version 3.0.3 */
/* Command-line: gperf --compare-strncmp --seven-bit --readonly-tables --enum --pic --includes --hash-function-name=player2_hash --lookup-function-name=player2_score --language=ANSI-C --switch=5 ./export/hashes2.txt */
/* Computed positions: -k'1-2,7,18,25' */
#if !((... | [
"peter.goodman@5361f0be-c118-11de-8cd0-f941f5a20a08"
] | peter.goodman@5361f0be-c118-11de-8cd0-f941f5a20a08 |
6f50ea04f8fd64bcdd3b824d5e903da8c53c2345 | da0899519f0722acbcdd5e0aaf08849db887d42d | /vendor/marvell/generic/ttc_telephony/drivers/cidatastub/ccidatastub.c | 4c2b7dfc74b019cc0249493909950aae402f8f64 | [] | no_license | ljvblfz/TD100 | 5ac9968a823008b9c55440a85606a22adf1599e2 | 89b962ee3056d076220b8a972762f23367567a9f | refs/heads/master | 2023-08-19T20:02:49.540718 | 2017-04-29T13:10:05 | 2017-04-29T13:10:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,776 | c | /*
*(C) Copyright 2007 Marvell International Ltd.
*
* 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.
*
* All Rights Reserved
*/
#include <linux/module.h>
#include <linux/kern... | [
"342981011@qq.com"
] | 342981011@qq.com |
dbc1fb2f116ad1ce4d69b95122dd4450f4411535 | c28c0679aba79488b2539e6a5c4712270ccaede0 | /MITgcm_c62r/verification/tutorial_global_oce_optim/code_ad/SIZE.h | 476f3781fa1e9b069022ee1c2171eee81f359dc9 | [] | no_license | crisoceano/WAP_MITgcm | 9182588c26e8bcb5dd6626eaf8e1ba97e254cb8d | db46e3b873de4492614f48aa6be5d318f86007fa | refs/heads/master | 2020-12-20T22:15:09.484436 | 2020-12-17T20:28:36 | 2020-12-17T20:28:36 | 236,218,447 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,363 | h | C $Header: /u/gcmpack/MITgcm/verification/tutorial_global_oce_optim/code_ad/SIZE.h,v 1.2 2009/10/09 19:50:17 jmc Exp $
C $Name: checkpoint62r $
C
CBOP
C !ROUTINE: SIZE.h
C !INTERFACE:
C include SIZE.h
C !DESCRIPTION: \bv
C *==========================================================*
C | SIZE.h Decl... | [
"Cris@sdoney-air.local"
] | Cris@sdoney-air.local |
6f5190ae899e06639f49087b14e330b4abe90d89 | 862bace8f96432fd1331c0833e3f6cc855a6b77a | /ra305x_drivers/Jedi_7628/embedded/common/cmm_mat_ipv6.c | fd5bd868a81845500a17cd12a4950ab67a827e6c | [] | no_license | cubieb/mt7688_mips_ecos | 7f8fb3fd57873b5d8c30d15aebf403b705362181 | f76b1b8e3d74af9973de6ad032a7b229a6a2ad1a | refs/heads/master | 2020-03-16T01:06:17.376430 | 2015-03-23T11:02:37 | 2015-03-23T11:02:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,142 | c | /*
***************************************************************************
* Ralink Tech Inc.
* 4F, No. 2 Technology 5th Rd.
* Science-based Industrial Park
* Hsin-chu, Taiwan, R.O.C.
*
* (c) Copyright 2002-2007, Ralink Technology, Inc.
*
* All rights reserved. Ralink's source code is an unpublished work a... | [
"yubo@xiaomi.com"
] | yubo@xiaomi.com |
631c180f80f1b42bb6419b403dd074bcd52ce767 | e81c65925bcfe17da9cc3a40c05186f9dd48298a | /espressif/classes/pcfa_1.h | 063ca77d073b0e9c3121dc95c58ae1ef7486ee5a | [] | no_license | z13z4ck/hwa | 6f362c5363536926c76d6b311916080e80c0ff28 | ff9bce7f47210fb428779f5499fbcc47a4f0abfc | refs/heads/master | 2021-01-01T06:15:04.634186 | 2017-07-10T18:24:16 | 2017-07-10T18:24:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,085 | h |
/* This file is part of the HWA project.
* Copyright (c) 2012,2015 Christophe Duparquet.
* All rights reserved. Read LICENSE.TXT for details.
*/
/**
* @file
* @brief I/O configurator
*/
/**
* @page espressif_pcfa Class _pcfa: I/O configurator
*
* A class `_pcfa` object is a I/O configurator. It configure... | [
"duparq@free.fr"
] | duparq@free.fr |
5b6c6ebc8eb39be83c702ad928d650a01f1bdebd | abcac30788557d48f8875046ccd5e99a194d3687 | /shell.c | a2a7900434078941a6032db13c47882604d79551 | [] | no_license | saiharshavellanki/Basic-Unix-Shell | 2c9699af8ebf3574ee74a2e7b633e0388ef1d44a | 2a4167a6f4dc6cf1f5778f5014324562c21b73f6 | refs/heads/master | 2020-05-19T18:49:32.058248 | 2019-05-06T09:18:00 | 2019-05-06T09:18:00 | 185,163,299 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 875 | c | #include "headers.h"
#include "break.h"
#include "list.h"
#include "commands.h"
int main()
{
char* cwd;
char piped[100][1000];
char *first[1000];
char ar[100][1000];
char commands[1000];
char name[100][1000];
// node* head=NULL;
int i,top=-1,pushed[1000];
cwd = getcwd( buff, 2000 );
start=cwd;
int exit_stat... | [
"ne78india@gmail.com"
] | ne78india@gmail.com |
6a3d4738ea38f039108612d9ffb829636f6b3707 | cd84e26e1a03676751bea45339aff90d14671af4 | /c/ASSEMBLER_ASSGN/Trial11/insert_inst.h | 4ade724ce38045db64aa5e1f411c8b2188d59a65 | [] | no_license | Adityaypatil/my-codes | 947b8aa0a5b440f7ae3df4d4a5e426658117779c | 04f086c136e9e7f358b697ec52f8a3da1d750557 | refs/heads/master | 2021-01-01T03:54:53.886603 | 2016-04-29T11:01:07 | 2016-04-29T11:01:07 | 57,363,322 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 649 | h |
void insert_instruction(char *str,int element ,int flag)
{
switch(element)
{
case 1:
strcpy(TempInstPtr->opcode,str);
break;
case 2:
strcpy(TempInstPtr->mode,str);
break;
case 3:
if(flag)
{
strcpy(TempInstPtr->operand1,"[");
strcpy(TempInstPtr->operand1,str... | [
"adityapatil961992@gmail.com"
] | adityapatil961992@gmail.com |
15530168117dead8ad437d9189aa0250f8c7678d | 0c846407b8c1356580208e2fff8c86e5e54f5b47 | /original/GenProg/pt2/rds/v5/8/result/repair9.c | 369e024fbc176002a0d695dad163101a6e580e9e | [] | 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 | 34,569 | 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 |
2b974188c80d9679ca13bd29e4d50d8458faf540 | d55d0238ae36d312866ecb58e0b6b8ac7175ee97 | /src/ssap_protocol.c | c19bc747b8a3533529d86dce50f629360baa6827 | [] | no_license | fanshuming/avs | 41de201baec0c9e282bdac56a07d7a832b659553 | 23b204b945cdc3a8ac69d2a01878a3e365869ad6 | refs/heads/master | 2020-03-17T02:31:39.913945 | 2018-05-30T03:34:09 | 2018-05-30T03:34:09 | 133,193,636 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,983 | c | #include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include <stdint.h>
#include <sys/stat.h>
#include <unistd.h>
#include <pthread.h>
#include <time.h>
//#include <curl/curl.h>
//#include "crc.h"
#include "ssap_protocol.h"
#include "string_convert.h"
#include "spim.h"
/... | [
"smfan@topqizhi.com"
] | smfan@topqizhi.com |
520f8a3d78739db8752d6d51ade2e3513029b250 | 72f6d3ad72b2a4a9b6c5f93c5d1b744e2940b884 | /deps/brotli/c/enc/compress_fragment_two_pass.c | e6611a00c54465c7c9b033a6327f792ac793e464 | [
"MIT"
] | permissive | h2o/h2o | 70012b6527ceb54e9e2819c9c75242b18e381485 | b165770ce704c782ddee7428ea4a0b23c8bb7894 | refs/heads/master | 2023-08-16T13:16:35.018003 | 2023-08-16T03:56:28 | 2023-08-16T03:56:28 | 23,029,617 | 9,377 | 983 | MIT | 2023-09-12T04:49:14 | 2014-08-16T23:59:03 | C | UTF-8 | C | false | false | 23,799 | c | /* Copyright 2015 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
/* Function for fast encoding of an input fragment, independently from the input
history. This function uses two-pass processing: in the first pass w... | [
"kazuhooku@gmail.com"
] | kazuhooku@gmail.com |
6abde4913199052a65bdc4eb360a0c942d02c7f2 | 61bc61f5172d36d5a390e2d028b5b9093149c44b | /mediatek/platform/mt6577/kernel/drivers/uart/uart.c | fe8593d603221f2a3da4bb276c933dd5ac96aa3d | [] | no_license | abgoyal-archive/S710 | 9f6cbee0d5a29c17a3fea610864f06e6973cfd77 | e5af27dcdbdeefe175f0d35100efb11e60cadaa9 | refs/heads/master | 2022-04-09T19:34:34.027298 | 2015-02-08T09:20:41 | 2015-02-08T09:20:41 | 30,486,293 | 0 | 2 | null | 2020-03-07T00:30:27 | 2015-02-08T09:12:52 | C | UTF-8 | C | false | false | 131,357 | c | #if defined(CONFIG_MTK_SERIAL_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ)
#define SUPPORT_SYSRQ /*used in serial_core.h*/
#endif
/*---------------------------------------------------------------------------*/
#include <linux/autoconf.h>
#include <linux/platform_device.h>
#include <linux/module.h>
#include <linux/ioport.h... | [
"abgoyal@gmail.com"
] | abgoyal@gmail.com |
6a688fd43ce94815f82eaeaba92706eb638f885b | 0348588bdb499e7b890b63fe6e622bb3d94ad49c | /piscina/c08/ex02/ft_abs.h | 595c3be619cb4f7ecb8b160cfbdb1dfd0d47adad | [] | no_license | headStyleColorRed/42 | 27569365478b7ed60c0217fc2ac62341d7503e53 | 1fdb08b9702d9d91e639b151bb662c4122b5e6d4 | refs/heads/master | 2022-10-09T23:40:51.804398 | 2022-09-23T18:23:44 | 2022-09-23T18:23:44 | 213,142,345 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 987 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_abs.h :+: :+: :+: ... | [
"rlabrado@c1r10s3.42madrid.com"
] | rlabrado@c1r10s3.42madrid.com |
850e28c7c33802427b0e183319da91a62ef17762 | c15aea56bbd40f7e2bac86998c6a777d760ace31 | /core/driver/pq/hal/nasa/include_sz/QualityMap_Text.c | c07be9e4e33d7126657bddc4cdd858974b37c76f | [] | no_license | rocklee032/tv300 | aba2f8d5e5f8953f96c714776cf52e35b3606f6f | 72f22108bc1e951c41c32613aeead10530fa78ae | refs/heads/master | 2020-06-06T04:58:30.186053 | 2019-06-19T02:40:23 | 2019-06-19T02:40:23 | 192,642,389 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,012 | c | ////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2008-2009 MStar Semiconductor, Inc.
// All rights reserved.
//
// Unless otherwise stipulated in writing, any and all information contained
// herein regardless in any format shall remain the sole proprietary of
// MSta... | [
"51907907+rocklee032@users.noreply.github.com"
] | 51907907+rocklee032@users.noreply.github.com |
3ebfbc93a8b2f1daef0e6651f27bc2b7c603fe06 | 7feb4da23e5125762cf73abdd9e5708694c90f54 | /Base/BaseStepPathFinder.h | 8c84004913f054ef27a0710b7de5ed924db3bae7 | [] | no_license | 06linux/snake_classic | edbfaf350bb0183e2472757b2f265a14e7bdc6d9 | bfda88c6e281e17dff6db19e938a49ae2dba91ba | refs/heads/master | 2020-04-03T05:14:03.072782 | 2018-10-28T06:24:09 | 2018-10-28T06:24:09 | 155,039,058 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,293 | h |
/*
* BaseStepPathFinder.h
* CCGame
*
* Created by linux_wuliqiang@163.com on 2015-03-30.
* Copyright 2015 Beijing. All rights reserved.
*
* 最优寻路算法,可以设置最多行走步数限制
*
* 思路说明:http://blog.chinaunix.net/space.php?uid=20622737&do=blog&id=1912766
*
* 备注说明:寻路前,必须先 MapDataClear 重置地图数据,确保一个干净的地图寻路数据
*
* 使用举例:
*
... | [
"linux_wuliqiang@qq.com"
] | linux_wuliqiang@qq.com |
ee87038fb31a436ebaf9f6104365a8a3368b4c09 | e20117908acee5fb8343b75954f7804772fa35b8 | /STM32F_STD/INC-MB1616007_MDK/Device_drivers/myDrivers/Logic/74HC595.c | f2ec2f946f5c63dbcbede1ac364d2d07b05511c2 | [] | no_license | yisea123/mySTM32F_MDK | fc779bb01e09417477468b9b98ad3d01c7cef2bf | 9d1d4be3224c6778dd4c780b8994eb7b36bc6b40 | refs/heads/master | 2020-07-09T23:30:28.700116 | 2018-06-30T00:58:27 | 2018-06-30T00:58:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 741 | c | #include "74HC595.h"
#include "delay.h"
hc595_DrvTypeDef hc595 =
{
{0xff,0},
&PB13, //CLK
&PB15, //DATA
&PA4, //SCP
hc595_init,
hc595_write,
hc595_updata,
};
void hc595_init(void)
{
pinMode(hc595.dat_pin,GPIO_Mode_Out_PP);
pinMode(hc595.clk_pin,GPIO_Mode_Out_PP);
pinMode(hc595.lck_pin,GPIO_Mode... | [
"canping.xie@incubecn.com"
] | canping.xie@incubecn.com |
9dbf92ec025b8c52d0ebf6f41daed04805cbdf7d | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/net/ethernet/mellanox/mlx5/core/extr_en_dcbnl.c_mlx5e_dcbnl_switch_to_host_mode.c | 6d33b62181a565bf6756b215a7f18c18cadab412 | [] | 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,107 | 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 |
2ec021b3209b86625071b0043bf9b7b300776216 | 89db5ada103efe07056668508af8ae7183b53b71 | /FirstYear/295 C Questions/107.C | a067b166a174cea1b3652c84f97b990adfecb377 | [
"MIT"
] | permissive | abinator-1308/2018-19-Classes | 6861f8b1175986490be5751be58f820b4791788c | b9911d512dd944c34e2abd92c163062340103406 | refs/heads/master | 2021-07-01T03:00:35.645860 | 2020-10-02T07:40:03 | 2020-10-02T07:40:03 | 173,078,500 | 1 | 1 | MIT | 2020-10-02T07:47:30 | 2019-02-28T09:06:49 | Java | UTF-8 | C | false | false | 68 | c | #include<stdio.h>
main()
{
const int x;
x=128;
printf("%d",x);
} | [
"abinator.as@gmail.com"
] | abinator.as@gmail.com |
651bd822dc37a1a34554d4896bcafa716e6b1026 | 8437373aab3d3e56343b19637dae4891e3bf4c37 | /0x1D-binary_trees/binary_tree_print.c | 8e418e88ebd3096a73036ac2cb2a64045b2302de | [] | no_license | sanusiemmanuel/holbertonschool-low_level_programming | ccbd636baaede70aae21106a4873f163cd5a207e | 6e469ee4b3d6a208732c2e30e15122be0b456df4 | refs/heads/master | 2023-03-17T18:28:31.377661 | 2020-10-27T19:11:26 | 2020-10-27T19:11:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,263 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "binary_trees.h"
/* Original code from http://stackoverflow.com/a/13755911/5184480 */
/**
* print_t - Stores recursively each level in an array of strings
*
* @tree: Pointer to the node to print
* @offset: Offset to print
* @depth: Depth of the ... | [
"zevrov.719@gmail.com"
] | zevrov.719@gmail.com |
e232dbb97b2dab1fccf2198674b517bcf9f8ed1c | c05f9f6817f74263bdc078d3872ba8fab6f1b09b | /1494944521.c | 9e9996e537369adb1866d1312317842b324eaf3f | [] | 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 | 651 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.2.0
* Git version: dcef523
* Options: (none)
* Seed: 1161865513
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
/* --- GLOBAL VARIABLES --- */
static uint64_t g_8 = 1UL;
static int32_t g_68 = 0xC... | [
"saisi@users.noreply.github.com"
] | saisi@users.noreply.github.com |
79c6bf717a854175a217d9959ead3baad40dc17c | f51d6079b9a5ad7bbb2a719098ceca6c1c72b22a | /core/arm-linux-user/cpu-exec.c | fce4008a3e20b538c930d565cf50571d5f31ac4f | [] | no_license | coredump007/qemu-arm | b9ee7fd84ebd9a4e5e34ef7fb7aaeb0d1a1cb397 | 061bb3c2bab394ac94f635e70da6d7b7b7a3081d | refs/heads/master | 2020-04-25T17:25:51.507881 | 2012-08-23T06:36:31 | 2012-08-23T06:36:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,968 | c | /*
* emulator main execution loop
*
* Copyright (c) 2003-2005 Fabrice Bellard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your op... | [
"zhix.wang@intel.com"
] | zhix.wang@intel.com |
4b18e41ad4d15f28d370d47898137fbdac752e92 | b42f2ed42d622a11851c135d06f5110059260c1b | /lib/translation.h | b23943632959da621d9bc7e0069d215fba75dcc8 | [
"Apache-2.0"
] | permissive | lkunxyz/binarytiers | d5cafbe8e4c1faa4c1179d5421344fe0f2279339 | 198a20e6a7f3fc63280f33d437e001e9844a0055 | refs/heads/master | 2020-12-25T05:30:13.302357 | 2012-01-02T14:17:09 | 2012-01-02T14:17:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 913 | h | /*
** Copyright (C) 2011 Uselabs and/or its subsidiary(-ies).
**
** 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 ap... | [
"ivan@uselabs.com"
] | ivan@uselabs.com |
6edb47ad63a141cdab16b7293fefe94d658d5804 | 2e99a7de1df403b6bf6aae6a78078ef2553b12fd | /sequence.h | 4b59710d4ab2ff512f5320a13b14b0271f815584 | [] | no_license | chenchuang1990/smarthome | 52ee74e5c172c9b737f7796e417d5c8f9572fe79 | 061f06c4c33572222f4c129a1bbcb855d39e797f | refs/heads/master | 2020-04-06T05:51:46.794472 | 2016-09-09T12:23:58 | 2016-09-09T12:23:58 | 63,764,583 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 101 | h | #ifndef _SEQUENCE_H_
#define _SEQUENCE_H_
unsigned long long load_sequence(char *path);
#endif | [
"chenchuangforlinux@gmail.com"
] | chenchuangforlinux@gmail.com |
f5e433f609a2e1161be1e3fb708b43ebe23f28e1 | 5ccaeb278ef69bf41d803f9bf339101c39bf2136 | /apps/audio/usb_speaker/firmware/src/app.h | 4cdb9f396859cb6c555e91d4c5fbef38c8bfd767 | [] | no_license | Mytrex/Harmony | 6de69d5ebbb8cb7769a9ee7bd0330264c1d6ed3a | 32dceb018139e59a12c26044b9f0252d1c0d67c9 | refs/heads/master | 2021-03-16T09:42:26.915713 | 2016-11-02T08:25:20 | 2016-11-02T08:25:20 | 71,403,438 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 10,477 | h | /*******************************************************************************
MPLAB Harmony Application Header File
Company:
Microchip Technology Inc.
File Name:
app.h
Summary:
This header file provides prototypes and definitions for the application.
Description:
This header file provid... | [
"jared@mytrexinc.com"
] | jared@mytrexinc.com |
98a7815e8edb1dff125d02421e605d70aedc808d | 92819974e058af4756028842a512773ca068fb0a | /LPHQRScan/ReadMe.h | ffeba14ee9a2730cbced645932f2f7aae6b608b5 | [
"MIT"
] | permissive | iosraven/LPHQRScan | 32d37213f8e74a8e3ca6399243bdc240415e9469 | f2ef733026dc812141115a85637a4823c5509a04 | refs/heads/master | 2020-03-28T00:37:52.485522 | 2018-09-06T02:47:06 | 2018-09-06T02:47:06 | 147,434,506 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 469 | h | /*
调用说明:
1. 在找到项目.plist,右击Open As -> Source Code,添加如下两句代码:
<key>NSCameraUsageDescription</key>
<string>二维码扫描</string>
2. 在调用的文件引入 #import "LPHScanVC.h"
3. 调用示例:
LPHScanVC *vc = [[LPHScanVC alloc]init];
vc.scanBlock = ^(NSString *strScan) {
NSLog(@"扫描到的二维码是:%@",strScan);
};
[self.navigationContr... | [
"535423469@qq.com"
] | 535423469@qq.com |
f9f7c3bbfb3fd06014f8504e29863a58dc4b001a | c99d6f8fab0e587bcfa5d21bd5a126851b7bdf24 | /src/lib/avrcp/avrcp_passthrough.c | fc6dac475b012dd34616ed2115e182c34351a2bd | [] | no_license | DIIIIII/koovox_adk4.0 | cd75854533a1b88667bdc21f8ef6e9476e289cc3 | ed6522025aca351885b47593620926889b914d37 | refs/heads/master | 2020-04-28T17:00:38.985571 | 2015-08-21T07:02:09 | 2015-08-21T07:02:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,535 | c | /****************************************************************************
Copyright Cambridge Silicon Radio Limited 2004 - 2015.
Part of ADK 4.0
FILE NAME
avrcp_passthrough.c
DESCRIPTION
This file defines all API functions related to PASSTHROUGH. This includes
- PASSTHROUGH
- Basic Group Navigatio... | [
"youqiukun@163.com"
] | youqiukun@163.com |
6d23a0ec20d1b3182b510548ae43310eb3e95889 | 3b189b8e415314da9065fe30f2ef8e55df3429a1 | /src/Raine2018/source/games/armedf.c | f508fe0986936cc4fd341111a96fa261f62b6a61 | [] | no_license | jaymesantos/Batocera.PLUS | 5cb85479dc5d3e189ead0ec0d5bc318e17652a22 | 77a483ae46fbc2ceb444c89df02c32acddc34034 | refs/heads/master | 2021-01-05T02:42:59.777313 | 2020-02-15T22:57:47 | 2020-02-15T22:57:47 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C | false | false | 21,662 | c | #define DRV_DEF_SOUND nichi_ym3812_sound
/******************************************************************************/
/* */
/* ARMED FORMATION (C) 1987 NICHIBUTSU */
/* ... | [
"alexxandre.freire@gmail.com"
] | alexxandre.freire@gmail.com |
9fb0ab1c58d0712f05d3f0f49766e57d9a03e2cb | 04ccb3711407e12b5d6e70e172f0076a8097b0da | /Column_method_decrypt/Source.c | 1b0fdbcafaf334f7b20dbfd7a6d3cd92e4c7aedc | [] | no_license | travka123/TILab1 | 585f2cf9be0634552612bb0b0509a31d03523694 | fb6b8301a99a7427a25e0447fd239663a4bd8a25 | refs/heads/master | 2023-03-24T10:45:31.194076 | 2021-03-14T22:24:03 | 2021-03-14T22:24:03 | 347,690,843 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C | false | false | 1,503 | c | #include <stdio.h>
#include <Windows.h>
#define STRING_SIZE 256
void Decrypt(char* shifrtext, unsigned char* key, char* text)
{
int keylen = strlen(key);
int shifrtextlen = strlen(shifrtext);
int mincolumnpos = 0;
for (int i = 0; i < keylen; i++)
{
if (key[i] < key[mincolumnpos])
{
mincolumnpos = i;
}
... | [
"vkusnaya.travka@gmail.com"
] | vkusnaya.travka@gmail.com |
891dfdac8ba591ae032c7b1c18cbdc9b727b6077 | d94fba1e42be29618f21cf044e1641b920ccf508 | /task_2/parag/other/fuseki.c_openregion_line72_loop.c | 4ca55b783e618bc29cad30e0ddd61147b333ef05 | [] | no_license | akshaybetala/hpa | d5b454c65a79214c5587a28b042d0925888c90e7 | d9317807c9e289e2b3a4eeb207f1c78aca35086c | refs/heads/master | 2020-06-21T03:46:48.526604 | 2016-11-29T05:17:20 | 2016-11-29T05:17:20 | 74,808,785 | 0 | 1 | null | 2016-11-28T18:58:40 | 2016-11-26T06:22:51 | C | UTF-8 | C | false | false | 610 | c | #include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
extern int x;
extern int i1;
extern int i2;
extern int y;
extern int j1;
extern int j2;
typedef unsigned char Intersection;
extern Intersection board[(19 + 2) *(19 + 1) + 1] ;
void loop()
{
#pragma scop
int temp;
for(x = i1; x <= i2; x++){
temp =... | [
"varun.bharill@gmail.com"
] | varun.bharill@gmail.com |
a787dabea8c84f682dfd07f60900e647e1d7df18 | 2999aa586e54587046aa72bcd21dfd1966f530e9 | /examples/sam-r21-blink/sam0/utils/cmsis/samd10/include/samd10d13as.h | 331025d0cd51b97d6ea98ed091d8422d4c1759df | [
"MIT"
] | permissive | GeorgeIoak/femto-beacon | 8ddd082bcefb5700cfea5e80dc84491a6f616113 | 13f82b86f33bb6cf7d107b8f77388a4a7c2d6f92 | refs/heads/master | 2020-06-06T14:34:43.832646 | 2018-01-12T17:33:31 | 2018-01-12T17:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 25,264 | h | /**
* \file
*
* \brief Header file for SAMD10D13AS
*
* Copyright (c) 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 conditions are met:
*
... | [
"webmaster@alexventure.com"
] | webmaster@alexventure.com |
c64c453f245afd6cf7e6361b967639138e6e4153 | feaa86b5286d28239da137af0594e66e15c4a7cb | /문자열비교.c | d080b514c57d5aaed7227338a1b198b4414d2d8d | [] | no_license | pyjune/Kosa-day1 | 1aebaa7fe86b9cf218d8d8a7b4acfca649e68096 | 00dc1eb3aa1c426a4b8e14cf7fabcc0b1237c6fb | refs/heads/master | 2020-04-05T20:04:22.082134 | 2018-11-14T08:45:20 | 2018-11-14T08:45:20 | 157,162,979 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 762 | c | #include <stdio.h>
int strLen(char s[]);
int main(void)
{
int tcase, T;
int i, j;
int N, M;
char p[101];
char t[1001];
//freopen("Text.txt", "r", stdin);
scanf("%d", &T);
for (tcase = 1; tcase <= T; tcase++)
{
scanf("%s", p);
scanf("%s", t);
N = strLen(p);
M = strLen(t);
printf("#%d", tcase);
... | [
"noreply@github.com"
] | pyjune.noreply@github.com |
742231c809ab780ffbfacb7fb56493aa9d2fbdf8 | de8c0ea84980b6d9bb6e3e23b87e6066a65f4995 | /3pp/linux/include/net/tc_act/tc_pedit.h | 748cf87a4d7ea5c92b4fd48dd3302b8ad64944fe | [
"MIT",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | eerimoq/monolinux-example-project | 7cc19c6fc179a6d1fd3ec60f383f906b727e6715 | 57c4c2928b11cc04db59fb5ced962762099a9895 | refs/heads/master | 2021-02-08T10:57:58.215466 | 2020-07-02T08:04:25 | 2020-07-02T08:04:25 | 244,144,570 | 6 | 0 | MIT | 2020-07-02T08:15:50 | 2020-03-01T12:24:47 | C | UTF-8 | C | false | false | 1,489 | h | /* SPDX-License-Identifier: GPL-2.0 */
#ifndef __NET_TC_PED_H
#define __NET_TC_PED_H
#include <net/act_api.h>
#include <linux/tc_act/tc_pedit.h>
struct tcf_pedit_key_ex {
enum pedit_header_type htype;
enum pedit_cmd cmd;
};
struct tcf_pedit {
struct tc_action common;
unsigned char tcfp_nkeys;
unsigned char tc... | [
"erik.moqvist@gmail.com"
] | erik.moqvist@gmail.com |
ec9c49296bdda687ca6a715934947d0d3305df58 | c8e8fd5e6033ab497ef0937a704ff93001a028b4 | /stateScreen.h | 6de5243155a13775b12bec2f01935f4c406b5b6f | [] | no_license | vyhuynh8/MINE-INC | 51aa6b7431e7f4d1b2d2fb7af6d26c7c2ac0ce34 | 92acadd955e7e868f55b88ce0826f53158fde1e1 | refs/heads/master | 2020-04-01T00:00:01.359827 | 2018-10-12T01:43:38 | 2018-10-12T01:43:38 | 152,677,608 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 872 | h |
//{{BLOCK(stateScreen)
//======================================================================
//
// stateScreen, 256x256@4,
// + palette 256 entries, not compressed
// + 3 tiles (t|f|p reduced) not compressed
// + regular map (in SBBs), not compressed, 32x32
// Total size: 512 + 96 + 2048 = 2656
//
// Time-stamp:... | [
"tvshuynh@yahoo.com"
] | tvshuynh@yahoo.com |
3bcc06d677b95f9636333fd459a7f399dfe0ee2a | 756bc3a42436b9fe35564a2192f521f0483c2ca6 | /Help/acm tribonacci.c | 6077a278e9001082047c0e6e7b6775bf8de7714f | [] | no_license | AhmadMusa/codes | e6c825fccec159b4346b4cf0f07c0b003461c23d | a5dd6eef1bae5cfa05a7f21879b9548e67187dd1 | refs/heads/master | 2021-01-22T11:42:11.181473 | 2015-07-02T17:01:56 | 2015-07-02T17:01:56 | 38,434,902 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 295 | c | #include <stdio.h>
int main()
{
double num,a,b,c;
int i;
int n;
while(scanf("%d",&n)==1)
{
a=0,b=1,c=2;
for(i=4;i<=n;i++)
{
num=a+b+c;
a=b;
b=c;
c=num;
}
printf("%lf\n",num);
}
}
| [
"musa.cse12@gmail.com"
] | musa.cse12@gmail.com |
660c3c21162b4749d82c65a8f0d5cb0d0a16ece2 | da7c499625123f5d1a28e3d75b037523df11ccb5 | /devel/epics/drivers/CAEN_HV/level0/driverOld/a.c | a2b54429cd139412704f0cfd8a96d96690a45cc9 | [] | no_license | emuikernel/BDXDaq | 84d947b0a4c0c1799a855dbe6c59e9560a8fc4e2 | cf678d3b71bdfb95996e8b7e97ad3657ef98262f | refs/heads/master | 2021-01-18T07:26:38.855967 | 2015-06-08T15:45:58 | 2015-06-08T15:45:58 | 48,211,085 | 3 | 2 | null | 2015-12-18T02:56:53 | 2015-12-18T02:56:52 | null | UTF-8 | C | false | false | 207 | c | #include <stdio.h>
#include <stdlib.h>
int
main()
{
unsigned int vmeaddr;
char *arg2 = "0xfa100000";
vmeaddr = strtoll(arg2, (char **)NULL, 0);
printf(">%s< 0x%08x\n",arg2,vmeaddr);
exit(0);
}
| [
"andrea.celentano@ge.infn.it"
] | andrea.celentano@ge.infn.it |
040bfe6c81331cf36ef4b51516a2ba247990b12a | b945b2fac11f237a49de33af1b8fa02ba3ed1814 | /legacy/pdu/pal/src/pdmr/svs/condy.h | 93402163a514d3c7ef3ee469536db433bc6ba5e7 | [] | no_license | ahundiak/isdp | b94f56f7a7b02b806209ff06da8e22497f6e1386 | 07572eb18f07cbf762505ef34e471fa47c102df4 | refs/heads/master | 2021-03-12T20:02:34.067237 | 2011-12-16T20:03:20 | 2011-12-16T20:03:20 | 37,136,442 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 740 | h | # define _c_column_name 257
# define _c_greater 258
# define _c_greater_equal 259
# define _c_less 260
# define _c_less_equal 261
# define _c_equal 262
# define _c_un_equal 263
# define _c_not_equal 264
# define _c_not 265
# define _c_between 266
# define _c_not_between 267
# define _c_in 268
# define _c_like 269
# def... | [
"ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30"
] | ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30 |
8c0ef3763d980f8542c57db86687f44874b58285 | d8223fa8b9aa6d49a086ff3b0a8d0ead79437358 | /src/object.h | e0c40a02b4aef93732875bf89216d95e722cad25 | [
"BSD-2-Clause"
] | permissive | maxburke/evilscheme | cb4c8ba3a2bbbfa23794d5a382a93bf941fa0901 | eeec113bfdf31359d7d35f118532ee4c886947bc | refs/heads/master | 2020-05-16T23:51:30.780018 | 2017-12-27T04:33:47 | 2017-12-27T04:33:47 | 7,720,398 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,529 | h | /***********************************************************************
* evilscheme, Copyright (c) 2012-2015, Maximilian Burke
* This file is distributed under the FreeBSD license.
* See LICENSE.TXT for details.
***********************************************************************/
#ifndef EVIL_OBJECT_H
#defin... | [
"maxburke@gmail.com"
] | maxburke@gmail.com |
68de9b00d210dc5d31e54aa1b6940f72fbd16492 | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/c-litmus-ARMCBMC/long-IRRWIW+poonceonce+poacquirerelease+ReleaseOnce.c | 9d8f3ec2bd55bc4e75d34431d07cac24932ad5d0 | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C | false | false | 2,167 | c | /* Copyright (C) 2023 ARM-CBMC
* This benchmark is part of ARM-CBMC */
#include <assert.h>
#include <pthread.h>
#include <stdatomic.h>
// Memory barriers
void dmbld();
void dmbst();
void dmbsy();
void isb();
atomic_long vars[2];
atomic_long atom_1_X0_2;
atomic_long atom_1_X2_0;
atomic_long atom_3_X0_1;
void *t0... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
32d7f956fd32d97c206cae6263e9e705ef3b8e8c | 261771223852c8935a07d5fbd18546aa65ef81c0 | /1b_pipes_in_two_processes.c | cfe783305e0f6f94b39441459a0db320420ba394 | [] | no_license | khuddus/cn-and-np-lab-programs | 9a820bad1dee0df95b355a6fb2486b5abf1fa7a3 | ceb642b2d365fdafbfe35cf9fb40b85c9547c737 | refs/heads/master | 2021-01-19T04:39:10.532025 | 2017-03-09T14:26:13 | 2017-03-09T14:26:13 | 84,437,502 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 375 | c | #include<stdio.h>
#include<stdlib.h>
main()
{
int pipefd[2],n,pid;
char buff[100];
pipe(pipefd);
pid=fork();
if(pid==0){
printf("\nChild Process");
close(pipefd[1]);
n=read(pipefd[0],buff,sizeof(buff));
printf("\n size of the data%d",n);
printf("\n data :%s",buff);
}
else{
printf("\nParent Process");
close(pipefd... | [
"khuddus1@gmail.com"
] | khuddus1@gmail.com |
ec9d1b7893a41b0dd398279f855fb9e472f2a400 | 01c00bfac9b7098fb4bed77c02d580ee5be75e9d | /SeedSizeDLL_FINAL0116/SeedSizeDLL/callDLL.h | 1e856149782e33ce2d687d8e44335e811c09edda | [] | no_license | ParticularJ/interview | 2dfc9d4e775b9f7b597dbbde176755d7cf8fec04 | a64ccc159736d02f2a5a30cc84e03a58dac4b532 | refs/heads/master | 2021-04-03T08:55:20.815482 | 2019-05-27T10:01:11 | 2019-05-27T10:01:11 | 124,547,456 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,375 | h | #pragma once
/*****************************************************************************
* 名称: APO_SeedSize.h
* 模块: XXX
* 描述: 用于返回种子大小比较的函数接口
*
* 作者: ParticularJ
* 日期: 2018.12.24
* 版本: 1.0
*
* Copyright (c) 2018.
* All rights reserved.
*****************************************************************************
*
*... | [
"344409038@qq.com"
] | 344409038@qq.com |
ebb00557f84947b3e5251025489ace360ae59132 | 86c76fed66513d8c814384574236f231e927249a | /Q5/main.c | e2144d855297d2b3dee982bec60ea9751128d141 | [] | no_license | shub24061996/DISCO_main | bcfde202d871d8f27015995ec0034bca0d0422e2 | bdb7dc5070c668c0011b6cf1430a62428803e0d9 | refs/heads/master | 2021-08-11T22:12:04.125848 | 2017-11-14T05:31:53 | 2017-11-14T05:31:53 | 110,645,345 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,574 | c | #include<stdio.h>
#include<math.h>
int main()
{
int n,m,i,j,w,k,x,y;
int jValue;
int min;
scanf("%d %d",&n,&m);
int arr[m][3];//this is an extra array for accessing the information
int adj[n][n];
int visited[n];
int minimum = 1000;
int weight[n];
for(i=0;i<n;i++)
{
v... | [
"Torpedo1232$%"
] | Torpedo1232$% |
011defc07da39846c7d4c9151d552e1413898b4a | 6d343327df229c39d2a2cb538e73775fdc3a2ea3 | /clase_18/main.c | 93d06459ec09e2942676f812eab17ff0a9ae5a2f | [] | no_license | enzofragan/laboratorio_programacion_1_seg_cuatri | 28bb6e6d3629d2458af2c97d764fc494127d89da | c28b99a54fc900408528af419bed2f2309ee3915 | refs/heads/master | 2020-03-27T03:13:18.683301 | 2018-11-02T14:11:30 | 2018-11-02T14:11:30 | 145,847,014 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 199 | c | #include <stdio.h>
#include <stdlib.h>
#include "persona.h"
int main()
{
eAlumno* pAlumno;
pAlumno=alumno_nuevo();
pAlumno=alumno_alta();
alumno_mostrar(pAlumno);
return 0;
}
| [
"enzofragan@gmail.com"
] | enzofragan@gmail.com |
38d0d5015d1888f84d3737616f07062882edc9ec | 80c0f8e238be00dd70e72d8fed2b13f5d0882815 | /OpenLDAP/servers/slapd/back-ldbm/config.c | f47cd71424a44bb25c09e984aa5a6da4655fc291 | [
"BSD-2-Clause",
"OLDAP-2.8",
"BSD-4.3RENO",
"OLDAP-2.5"
] | permissive | melissayi-hq/php-5.6.3x4VC9 | 050a56e584c6d908940e8ffca8567dd0e3c7a2fd | 47f9765b797279061c364e004153a0919895b23e | refs/heads/master | 2023-03-16T17:26:26.823087 | 2020-07-21T00:03:22 | 2020-07-21T00:03:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,902 | c | /* config.c - ldbm backend configuration file routine */
/* $OpenLDAP: pkg/ldap/servers/slapd/back-ldbm/config.c,v 1.12.8.3 2000/06/13 17:57:34 kurt Exp $ */
/*
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h"
//#include <... | [
"orynider@rdslink.ro"
] | orynider@rdslink.ro |
91c3a736e40550054897c2d59d69ea48b5aa57e3 | 399487a73fa3f75844d2cf9ed7403f179208a4cd | /Что не запускается/sul-2010.07.31-old-struct/sul_arm/peripherals/dbgu/dbgu.h | dfd62c0736a52d6d58089799225e1d5b0516aefa | [] | no_license | BYakov/Pahsed_Array_repair | 84d78e7946dc5c2602f63d53ce06882d966a71ad | 08cfd932894505a514f372436a48ec9755e2d37a | refs/heads/main | 2023-01-20T12:13:44.170084 | 2020-11-28T13:04:42 | 2020-11-28T13:04:42 | 316,733,593 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,690 | h | //------------------------------------------------------------------------------
/// \unit
///
/// !Purpose
///
/// This module provides definitions and functions for using the Debug Unit
/// (DBGU).
///
/// It also overloads the fputc(), fputs() & putchar() functions so the printf()
/// method outputs its data on the... | [
"55135194+BYakov@users.noreply.github.com"
] | 55135194+BYakov@users.noreply.github.com |
8b9f725fdb9450d01635da94a36f1a119eb7cbb4 | 1fc5c739ce7e9b7fc4744189f59f5a475b258a10 | /Fila.c | 9022af5708643b45c5c585c37a8a6c0df5ecfac9 | [] | no_license | MarcusGoldschmidt/estrutura-de-dados | f3601175a38c352cdc8ae1e2c73298a233ad5a9b | a2590b5924ecde7f21ec0b762df91d2af3252695 | refs/heads/master | 2020-05-26T17:27:53.233335 | 2019-06-07T01:43:20 | 2019-06-07T01:43:20 | 188,319,005 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,002 | c | #include <stdio.h>
#include <stdlib.h>
typedef struct TInfo{
int chave;
}TInfo;
typedef struct TItem{
TInfo info;
struct TItem *pProx;
struct TItem *pAnte;
}TItem;
typedef struct TFila{
TItem *pPrimeiro;
TItem *pUltimo;
int tamanho;
}TFila;
void iniciarFila(TFila *fila){
fila->pPrim... | [
"marcus.golds@hotmail.com"
] | marcus.golds@hotmail.com |
f3371e785b495523bceaccff504934939be9c8de | b8e71f435a9ee26b5dc7a2ddab1e9ffaf987150d | /2019_compiler_tests/local_var/identity.c | 467047d8279e7e69af6d965b6a1f4daa628af04a | [] | no_license | LangProc/langproc-2018-cw | 4a089226a19f0af73c45f2619b080792f6e6237c | bb93643a5dceae131347c5e8791a87fe38744bae | refs/heads/master | 2020-04-16T14:12:36.062164 | 2019-05-03T14:19:16 | 2019-05-03T14:19:16 | 165,658,686 | 8 | 10 | null | 2019-03-06T08:10:24 | 2019-01-14T12:35:50 | C | UTF-8 | C | false | false | 31 | c | int f(int x)
{
return x;
}
| [
"johnwickerson@cantab.net"
] | johnwickerson@cantab.net |
46d00ae195cc05543ac7e2da7dfdd6928b4453f8 | c95b8c3c385a17a050549f5117a86cc83b04cb97 | /well-typed/loadfoo.c | b7dea5c3c26eef9f5a3f34234906fa8a3f0bc8df | [] | no_license | solidsnack/hso | 471ef7ade76c386069b42281a68e2bf1002a7e53 | efb3e89409e4811bf3ea9ad63a7ed155c16939cf | refs/heads/master | 2020-05-19T23:40:19.894891 | 2011-04-21T02:19:44 | 2011-04-21T02:19:44 | 1,470,614 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 561 | c | #include <stdio.h>
#include <stdlib.h>
#include <dlfcn.h>
void dldie(void) {
char* e = dlerror();
if ( e != NULL ) {
printf("**** %s: %s\n", "dynamic loading error", e);
exit(EXIT_FAILURE);
}
}
int main(int argc, char* argv[]) {
char* so = argv[1];
printf("**** %s %s\n", "trying to load", so);
voi... | [
"jason.dusek@gmail.com"
] | jason.dusek@gmail.com |
d8c8222c9622a892ab9c0076fecc0de25919f04e | 41e28112769e46146263d17370139f40273840df | /source/axle_rpm.c | ef2e25dbcfafcf58686c05aac260bd48f30bbcc6 | [] | no_license | noahzwiep/Capstone | 7df839f6c3d575a0684e245426f1e6a5bb177ee5 | fff7de357429857a8cf5cf334a40ae95d634256a | refs/heads/master | 2022-04-27T21:08:35.610059 | 2020-04-25T19:47:58 | 2020-04-25T19:47:58 | 258,554,938 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,039 | c | #include "axle_rpm.h"
uint32_t prevCounter[eAXLE_COUNT] = {0,0,0};
uint32_t axleRpm[eAXLE_COUNT] = {0,0,0};
void InitializeAxleRpm(void)
{
gpio_pin_config_t general_config = {
kGPIO_DigitalInput, 0,
};
PORT_SetPinInterruptConfig(BOARD_FRONT_RIGHT_RPM_PORT, BOARD_FRONT_RIGHT_RPM_PIN, kP... | [
"noahzwiep@gmail.com"
] | noahzwiep@gmail.com |
50c89411e4cee97d4001f2ed612e8d3c5fa8c0d5 | 38c0ef1759dc9a9b715589ea632dd1ac6b64d598 | /Projects/STM32H735G-DK/Examples/BSP/Src/lcd.c | 8f825281381979624996a111acd1f3df75a57be5 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | engycz/STM32CubeH7 | 9fb379f88d80ca8813557c9ab4e9f83dd7a97bf5 | 91dd6590d8904651ac01380dd1adaf0b2e8a3068 | refs/heads/master | 2021-11-26T04:15:14.720718 | 2021-11-18T14:07:06 | 2021-11-18T14:11:23 | 235,042,695 | 0 | 0 | NOASSERTION | 2020-01-20T07:27:10 | 2020-01-20T07:27:09 | null | UTF-8 | C | false | false | 8,704 | c | /**
******************************************************************************
* @file BSP/Src/lcd.c
* @author MCD Application Team
* @brief This example code shows how to use LCD drawing features.
******************************************************************************
* @attention
*
* ... | [
"ali.labbene@st.com"
] | ali.labbene@st.com |
206c8698bd04ee5896290c50bc08b77de943c4bd | 58fbf85bc2dda72606c01cd2cd191bc0bc9fa7c2 | /Plugins/ZipUtility/Intermediate/Build/Win64/UE4Editor/Debug/WindowsFileUtility/Definitions.WindowsFileUtility.h | acd986bd0e26c1dffe8dbe02434e8548fa218676 | [] | no_license | myl2232/ArmyEngineSimulation | 497d2affb2786af9aa0a0295cf98cc4377b87ca4 | 353f3ec93cb352d49ce95825bb2ffdcc678119cf | refs/heads/master | 2020-11-26T07:03:36.383628 | 2019-12-20T09:48:18 | 2019-12-20T09:48:18 | 228,996,622 | 0 | 4 | null | null | null | null | UTF-8 | C | false | false | 1,399 | h | #undef WINDOWSFILEUTILITY_API
#undef UE_IS_ENGINE_MODULE
#undef DEPRECATED_FORGAME
#define DEPRECATED_FORGAME DEPRECATED
#define IS_PROGRAM 0
#define UE_EDITOR 1
#define WITH_DEV_AUTOMATION_TESTS 1
#define WITH_PERF_AUTOMATION_TESTS 1
#define UNICODE 1
#define _UNICODE 1
#define __UNREAL__ 1
#define IS_MONOLITHIC 0
#de... | [
"153101862@qq.com"
] | 153101862@qq.com |
813e169fa70150ace2f7e4e930b5a37229c4a593 | 9381da114b533b40bccab9af63bd532e089631b4 | /src/checks.c | 91f8cb4c82493091b0d779b84c26bf6c59a20b14 | [] | no_license | ariashahverdi/Graph-Connectivity-and-Spanning-Forests-XMTC | 035d316699266e4cb9a1160d28f82aa6b297d60f | 5bff3d20481788215c70b4cfe7a9dfc7a43be56e | refs/heads/master | 2020-12-24T18:14:05.206782 | 2016-05-12T05:24:16 | 2016-05-12T05:24:16 | 58,610,301 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,906 | c | /** HOW TO USE THIS FILE
* This file contains 1 function (check_correctness) which takes an argument
* 'check_mask' that determines which checks to run. There are currently 5
* checks:
* o the first checks that the resulting D is made of rooted stars
* o the second check converts D by assigning the node ... | [
"ariashahverdi@Arias-MacBook-Pro.local"
] | ariashahverdi@Arias-MacBook-Pro.local |
b6e67107c65322c96af2a45dbebedde2824e081d | 48a28329d7116471a4a2c63e2c0b8fe9a2925620 | /UNIFACE and 3GL/src/3gl/metaphone.c | d94ec42ec978da08e337b8f0e7bfd99f7a1eb905 | [] | no_license | jrodger/Integration | c12af8ae1ba54d34c9aa344904bfb5be1fbdac59 | 43f66b23456e45cd967a62772d0a2f0994b4f4e5 | refs/heads/master | 2020-03-28T08:19:03.719556 | 2017-01-10T18:15:37 | 2017-01-10T18:15:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,309 | c |
/* UCMS_VERSION_ID("@(#)metaphone.c 71B1:1 readonly 24-sep-96 15:01:00(#)@") */
//---------------------------------------------------------------------------
// METAPHONE
//
// This DLL provides SOUNDEX like functionality via metaphone
//
// Copyright (c) Uniface 1997. All rights reserved.
//
// You have a royalty-fre... | [
"thomas.shore@uniface.com"
] | thomas.shore@uniface.com |
3a2669a04cb889ddefd4351a6a97547a60efdb97 | efa5170ff2800e9aad7c5e6b9de99553adf347d6 | /lib/String.h | 82a41b250f9c2ce14007b0e0d39a50f3ca207fe0 | [] | no_license | ecks/redundant-sqlite | 9025b727c59282a9c85e16d313afc67533bce922 | 44a7c4635000c69e6795b8915a57939930e5b250 | refs/heads/master | 2021-01-19T06:46:36.052752 | 2012-05-23T20:34:53 | 2012-05-23T20:34:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 592 | h | #ifndef STRING_H
#define STRING_H
#include <stdarg.h>
#include "Class.h"
struct String
{
const void * class;
char * text;
};
typedef bool (*String_cmp_type) (char *, char *);
void * String_ctor(void * _self, va_list * app);
void String_xtor(void * _self, va_list * app);
bool String_cmp(void * _self, void * _b, ... | [
"hasenov@bb01-sf.(none)"
] | hasenov@bb01-sf.(none) |
342de796a9cfcba87490868eb9b5cc1dfdff8afe | 508ed54f12fb24382adbeb68a8baed803fa34169 | /6LoWPAN Based Leak Detection and Conservation/All_Sensor_Parameters_Pushing_Through_RF/components/assembly/assy_ccmsp2618_cc2520em.h | 11a68dc4d4f06396f02acbe48d7793391c130093 | [] | no_license | CoderUj1012/College-Projects | 89efc5a06cea5ff2deacc186d1e491cf252f4d9e | 70303002975f0b702dc1d15eda7bdd5ab8626f73 | refs/heads/master | 2020-05-07T18:03:48.787018 | 2019-04-11T12:05:43 | 2019-04-11T12:05:43 | 180,752,561 | 0 | 0 | null | null | null | null | WINDOWS-1258 | C | false | false | 8,194 | h | /***********************************************************************************
Filename: assy_ccmsp2618_cc2520em.h
Description: Defines connections between the CCMSP-EM430F2618 and the CC2520EM
***********************************************************************************/
#ifndef ASSY_CCM... | [
"noreply@github.com"
] | CoderUj1012.noreply@github.com |
f5504325701d040dab2c858abcd372ab7d66c863 | d2d7ffb49d310ab7e1b0a2bbb19ae0122b20ce4f | /RuleChecker/RegionDetection.c | 1b3dc7fcb49352c3b91b658b4f24d4dbb123d820 | [] | no_license | uwitec/VehicleTracking | 588448acf6c0b153118e59842ae7c25e9e8856f5 | aa522f7ee393d2f5a35b00be458ed194e28a7e3f | refs/heads/master | 2020-05-29T11:07:51.324459 | 2012-11-02T12:12:40 | 2012-11-02T12:12:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,186 | c | /*=============================================================================
#
# Author : shmily - shmily@mail.dlut.edu.cn
# QQ : 723103903
# Last modified : 2012-10-25 19:11
# Filename : RegionDetection.c
# Description : not thing...
#
=======================================================... | [
"723103903@qq.com"
] | 723103903@qq.com |
f0d25844d3e221aea9824a5a4199279843383967 | 0a050a9c0454be245bc4ba049439351fa9e27fa9 | /firmware/defines.h | 0fdfc80b46fa6e3f3ed34e46b750e36aad9dcd66 | [] | no_license | tevaughn/tiltGame | 85ede4413feec35c551785c87c0b211cd830623c | 217ac49d130ff88dc70ca8a87b9901051cd1b792 | refs/heads/master | 2020-04-30T02:37:50.277994 | 2015-01-05T00:01:55 | 2015-01-05T00:01:55 | 28,647,512 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,434 | h | #include <msp430.h>
#include "stdint.h"
/*
* defines.h
*
* Created on: Apr 1, 2014
* Author: Taylor
*/
#ifndef DEFINES_H_
#define DEFINES_H_
/* Port 2 */
#define BUTTON_A BIT0
#define BUTTON_B BIT1
#define LED_WHITE BIT2
#define LED_BLUE BIT3
#define LCD_MODE BIT4
#define LCD_RST BIT5
/* Port 1 */
#def... | [
"tev1@rice.edu"
] | tev1@rice.edu |
6c62c1d4d9d13e90d38a22fd52582ab4fa004878 | 9383fa11970aabfc9182bdcf248537dbee1ff399 | /STM32/variants/BIT_V30_F103ZE/variant.c | a7b407ce3b13d997dd5f1c57e09328f127e03715 | [] | no_license | maichaell/STM32GEN_huaweiwx | 3f6134f64efd9beb24c245a50eee822e3e2fcbe8 | a74334ebab214349e29bff32b8e2c81f9ce32f40 | refs/heads/master | 2021-04-27T19:41:39.886078 | 2018-09-15T14:08:42 | 2018-09-15T14:08:42 | 122,362,711 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,426 | c | #include "stm32_def.h"
void SystemClock_Config(void) __weak;
void SystemClock_Config(void) {
RCC_OscInitTypeDef RCC_OscInitStruct;
RCC_ClkInitTypeDef RCC_ClkInitStruct;
RCC_PeriphCLKInitTypeDef PeriphClkInit;
RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE;
RCC_OscInitStruct.HSEState = R... | [
"huaweiwx@sina.com"
] | huaweiwx@sina.com |
5b1cf8a0c0cb5ea8b3f91ccc8637b676e47a9cc7 | d87dbe3541b497a3cfde64926e5faa7c413cb5b5 | /Threads/utils.h | 3a08f47df27a67e5b8b9abd459abbb3a4d1896c3 | [] | no_license | mttcnnff/Parallel-Sort | 13dae19090a2bc0fc2a052622bbba7e93d2b6b5e | fd62436cdb18a15b4b47d914c32f9d62929aaea1 | refs/heads/master | 2021-04-27T20:53:34.360620 | 2018-02-28T19:15:05 | 2018-02-28T19:15:05 | 122,388,209 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 200 | h | // Author: Nat Tuck
// CS3650 starter code
#ifndef UTILS_H
#define UTILS_H
void seed_rng();
void check_rv(int rv);
int rand_int(long max);
int compare_floats(const void* a, const void* b);
#endif
| [
"mvconniff@gmail.com"
] | mvconniff@gmail.com |
41b2fb2e2c681049d535d6c5e7137281ad7a62ed | 1d3fb8505143b0f3d1c58332ff950fdbdc3b4a18 | /srcs/misc/print_cputype.c | 3dddfe41874b9dcfffdb90b9ee63a669acf4e4ad | [] | no_license | ulefebvr/nm-otool | 91b554114f9279e4dcb08510dcf01c551c493790 | c23d858c9a5d7ec9b13be6aefd20415d0d295c31 | refs/heads/master | 2021-01-09T06:30:45.576101 | 2017-09-07T02:59:00 | 2017-09-07T02:59:00 | 81,000,049 | 1 | 3 | null | null | null | null | UTF-8 | C | false | false | 2,540 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* print_cputype.c :+: :+: :+: ... | [
"ulefebvr@student.42.fr"
] | ulefebvr@student.42.fr |
3b6aa984a940415275c9883aeec3c0b1083ba8ff | 5d7d2f0cce408a6d418de280b7ab4482fd0e5141 | /bsp/lpc54114-lite/drivers/audio/drv_sound.c | b6cf0ca2f0fb482fde3c0daa070bb7be45266fc9 | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"GPL-2.0-only"
] | permissive | longtengmcu/rt-thread | 40665424f03b0725beb648fa89b594d4b38c1746 | 962acc3313d611a886b764135db01572e0206c4d | refs/heads/master | 2020-12-29T05:04:15.955380 | 2020-11-22T12:05:53 | 2020-11-22T12:05:53 | 238,462,611 | 4 | 0 | Apache-2.0 | 2020-02-05T13:57:03 | 2020-02-05T13:57:02 | null | UTF-8 | C | false | false | 10,131 | c | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2019-11-17 LiWeiHao First implementation
*/
#include "drv_sound.h"
#include "fsl_common.h"
#include "fsl_iocon.h"
#include "fsl_dma.h"
#include "fsl_i2... | [
"cn.liweihao@gmail.com"
] | cn.liweihao@gmail.com |
0fafbda4a37a35fd230b295fb62672d752e3765c | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/software/ffmpeg-3.0.1/libavfilter/x86/vf_noise.c | 3c4ab0aa2df39b117b5ace02354faf49bd9683dd | [] | no_license | weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346041 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 393 | c | #if HAVE_INLINE_ASM
static void line_noise_mmx(uint8_t *dst, const uint8_t *src,
const int8_t *noise, int len, int shift)
#if HAVE_6REGS
static void line_noise_avg_mmx(uint8_t *dst, const uint8_t *src,
int len, const int8_t * const *shift)
static void line_noise_mmxext(uint8_t *dst, const uint8_t *src,
const int8_t *no... | [
"weilaidb@localhost.localdomain"
] | weilaidb@localhost.localdomain |
b20dad9362f4319faafffe2ae42ba71af95a636d | 77fa913df0e7e51230b53e26024b6e324c40f5bb | /graf_chokolo-psgroove/payload/rvk_pkg.h | 20bfe17fcd9b89ac9d57723c4b32aa7a3afe9e6c | [] | no_license | fungos/allps3tools | 048b025682e55671ccf284e839d46c85f5adae72 | 2f5a1e7681f95efee7238975a017ec0239dffc58 | refs/heads/master | 2020-06-04T17:01:08.895628 | 2011-01-31T05:43:16 | 2011-01-31T05:43:16 | 1,333,119 | 2 | 17 | null | null | null | null | UTF-8 | C | false | false | 772 | h |
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even t... | [
"goblom10@yahoo.com"
] | goblom10@yahoo.com |
e5d20e4e01a22c84e4c9b45513c2f8c43c60b709 | 3da5c03b0afa8643b87a69e26c808123415ed4d0 | /Library_files/am2320/am2320.h | 5238abc78fb8cf5b3127fa4f63eda1545c16e232 | [] | no_license | rogerioMB-hub/yt_stm32_projects | 186b763bf70ccf76780371f904e5384c7f582485 | 41065d44480e8edaeae16e686ef79993c0495de3 | refs/heads/main | 2023-06-12T11:25:00.242463 | 2021-06-24T23:02:54 | 2021-06-24T23:02:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,772 | h | /*
* am2320.h
*
* Created on: 04.08.2019
* Author: SimpleMethod
* Updated on: 01.10.2020
*Copyright 2019 SimpleMethod
*
*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 r... | [
"69520729+rogerioMB-hub@users.noreply.github.com"
] | 69520729+rogerioMB-hub@users.noreply.github.com |
1641cbdae2e15b4211fb624edee264b64db95c16 | 82e939914e445ec9bae1f5ef68dccdea54943a1e | /0x08-recursion/main.h | 0d9aef37b67055fc867e2f93ede44476250985b2 | [] | no_license | Niyo-Fiston/alx-low_level_programming | 560507be77d7329e18adc191b9813dd2192d6577 | e81c98c2de69a7c7f4e501a84008b2974e730afd | refs/heads/master | 2023-08-28T16:29:48.552102 | 2021-09-17T18:33:20 | 2021-09-17T18:33:20 | 400,166,235 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 353 | h | #ifndef MAIN_H
#define MAIN_H
#include <stdio.h>
int _putchar(char c);
void _puts_recursion(char *s);
void _print_rev_recursion(char *s);
int _strlen_recursion(char *s);
int factorial(int n);
int _pow_recursion(int x, int y);
int _sqrt_recursion(int n);
int is_prime_number(int n);
int is_palindrome(char *s);
int wild... | [
"niyomutonifiston@gmail.com"
] | niyomutonifiston@gmail.com |
7c654409b2484c5fcc70c59e3dbaae7403140b11 | 5236b1710e4efa46c2a67d9ab6c823cc81b28f17 | /graf/LEGRÖVIDEBB UTAK MINDEN PONTPÁR/Floyd/main.c | b72648f50041db8e91af4ee26b54a89e1e7adf80 | [] | no_license | emese789/Graf | 953f99847c7d6afc124de6be423b8f9a9f120fc6 | c32f24ebdfe683b51abc3eab0902d63617a5de06 | refs/heads/master | 2021-01-02T08:04:30.932123 | 2020-02-10T16:41:36 | 2020-02-10T16:41:36 | 239,560,615 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,105 | c | #include <stdio.h>
#include <stdlib.h>
#include <limits.h>
typedef struct EL
{
int kezdopont;
int vegpont;
int szuly;
} EL;
typedef struct SULYMATRIX
{
int **matrix;
} SULYMATRIX;
void lru(int i, int j, int**ut);
int main()
{
FILE *fin;
EL * elek;
SULYMATRIX m;
int elekszam, csomopot, ... | [
"56880067+emese789@users.noreply.github.com"
] | 56880067+emese789@users.noreply.github.com |
4d3db95b1f07af92947be5c04d2d724aa9fc2963 | b22389b0ed2d361fbaa947f151daa6b4abee85d6 | /FW/motor_hid_l433/Core/Inc/FreeRTOSConfig.h | 61fb4158059ef0a6349bdc4ff92269d74fdc532c | [] | no_license | billwanggithub/Test_HID_device | adb5d2891d77960c289ebc6ab8ba63a16257e787 | 08c517b11e246d682580a30de84c4a16188dd518 | refs/heads/main | 2023-06-14T15:26:19.753217 | 2021-07-12T08:18:07 | 2021-07-12T08:18:07 | 384,095,257 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,383 | h | /* USER CODE BEGIN Header */
/*
* FreeRTOS Kernel V10.3.1
* Portion Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Portion Copyright (C) 2019 StMicroelectronics, Inc. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this so... | [
"billwang.github@gmail.com"
] | billwang.github@gmail.com |
e5cbdbb042ff064939b51e1a517f63efa6fcbf8e | 2cf61b5815c4522aac01999112bbb38cf4f696f2 | /Hello_even_odd.c | f39c4994acd7e09935fcd1f4c22110bd10a3319f | [] | no_license | HarshadKavathiya/M.Tech_HPCS_MPI_Program | 461b59b90777081ad1fe0ca9131630cdb907ae81 | aa1fcb9c92635e2ef44617291c2f605b8934fc24 | refs/heads/master | 2020-09-22T13:33:23.032509 | 2016-08-17T16:20:58 | 2016-08-17T16:20:58 | 65,923,040 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 714 | c | #include<mpi.h>
#include<stdio.h>
#include<math.h>
int main (int argc, char* argv[])
{
int size,rank,r,d;
MPI_Init (&argc, &argv); /* starts MPI */
MPI_Comm_rank (MPI_COMM_WORLD, &rank); /* get current process id */
MPI_Comm_size (MPI_COMM_WORLD, &size); /* get number of processes */
i... | [
"harshad3011@gmail.com"
] | harshad3011@gmail.com |
1e1d0a82b0ccfd79f3ced2d16ad6fcc9cc286c7f | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/727d4dcb-2e43-4c4e-98f4-dae7e64c5097.c | c1e389532b707e1b037de6c3aed553ea7c58b9fc | [] | 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 | 577 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = l+j;
l = l%j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[44];
long c[21];
a = 0;
do {
a--;... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.