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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
32a88b5a3ccb756b295579bc088573f91d0e2e0d | 48c3aebf10300742c760f446eb311d7db495d7c3 | /td300-embed-master/td300-embed/lower-SCM/04 Function/34 Func_TD300_Stirring/Func_TD300_Stirring.h | 92d739edc2c2cc59ea2e3ecc13e07ff92723950a | [] | no_license | 15510912905/xc_t | 141df97f9684da8358601b3abda7c68f91eaf4ad | 14c463447a5fdbd67364571fd50a9f3eb26cf313 | refs/heads/master | 2023-04-08T09:07:07.490642 | 2021-04-09T01:46:38 | 2021-04-09T01:46:38 | 356,099,637 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,593 | h | /********************************************************
版权所有 (C), 2001-2100, 四川新健康成生物股份有限公司
-------------------------------------------------------
嵌入式开发平台——TD300搅拌功能定义
-------------------------------------------------------
文 件 名 : Func_TD300_Stirring.c
版 本 号 : V1.0.0.0
作 者 : ryc
生成日期... | [
"arris9@163.com"
] | arris9@163.com |
1f7d80cbcb875aaea6fb83a6b10b473841759b93 | 427a0160b22fd115825a72a04345eeff934ddb44 | /Betriebssysteme/Uebung_4/u4_07/main.c | 8fcf39279399be4e50f001af0b747fca3f4ca0f5 | [] | no_license | SchulteMK/Studium | 68b559c5d3a22b527f58edebf3104a5a80d47bdb | afcb2757b5439e03227ddd03e1cbfc8bc827fc12 | refs/heads/master | 2021-03-27T11:56:27.118343 | 2017-07-14T12:24:55 | 2017-07-14T12:24:55 | 70,249,702 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 612 | c | /* Datenaustausch mit Hilfe einer FIFO-Datei */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
int main()
{
char buffer[80];
int fd;
mkfifo("my_fifo", 0600);
if (fork() == 0)
{ /* Kind-Prozess */
fd = open("my_fifo... | [
"marcel.kocks@hotmail.de"
] | marcel.kocks@hotmail.de |
525ddfe786ce3d1f86d899d4b4e4cd7d676e0388 | 364df6f4d52764a5709741c2d4c6dc2a5214c796 | /solutions/forward.c | ad0fc5dba49b82339584aaf32473946ff62231af | [] | no_license | lato/netmap-tutorial | 5985da5d7fd66de26aaedc1eb37a7f0046189661 | 452a2d226e7c4e5ad5fa3a6b60276a865f874232 | refs/heads/master | 2021-05-08T22:06:27.071454 | 2017-09-04T20:09:05 | 2017-09-04T20:09:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,207 | c | /*
* This program forwards UDP packets between two netmap ports.
* Only UDP packets with a destination port specified
* by command-line option are forwarded, while all the other ones are
* dropped. If port 0 is specified, all packets are forwarded.
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#inc... | [
"g.lettieri@iet.unipi.it"
] | g.lettieri@iet.unipi.it |
8a9b0b807ffed18b7da21f9e6e8b399d94a04f09 | 376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb | /x11/vte3/patches/patch-src_dumpkeys.c | 38444ee61839201ac90c2626b47844590185bbdc | [] | no_license | NetBSD/pkgsrc | a0732c023519650ef821ab89c23ab6ab59e25bdb | d042034ec4896cc5b47ed6f2e5b8802d9bc5c556 | refs/heads/trunk | 2023-09-01T07:40:12.138283 | 2023-09-01T05:25:19 | 2023-09-01T05:25:19 | 88,439,572 | 321 | 138 | null | 2023-07-12T22:34:14 | 2017-04-16T20:04:15 | null | UTF-8 | C | false | false | 665 | c | $NetBSD: patch-src_dumpkeys.c,v 1.1 2020/09/25 08:51:41 jperkin Exp $
Add SunOS compat for cfmakeraw().
--- src/dumpkeys.c.orig 2020-05-13 09:51:07.000000000 +0000
+++ src/dumpkeys.c
@@ -167,7 +167,15 @@ main(int argc, char **argv)
}
original = tcattr;
signal(SIGINT, sigint_handler);
+#ifdef __sun
+ tcattr.c_if... | [
"jperkin@pkgsrc.org"
] | jperkin@pkgsrc.org |
ece08482feabce5260beb4c392f7288d2cd2e17b | 12cae7118f71c8053172e542f3dacebb595a9110 | /benchmarks/ptaben-origin/basic_c_tests/constraint-cycle-field.c | 97181e35f47dbe167399f187f38da3824a408e82 | [
"Apache-2.0"
] | permissive | dloghin/discover | 621e513a5777c0b2ee656d30f1095dcb3c2661aa | ea948e7a37380fcaa8c4ce3d9fd90746657dcbe4 | refs/heads/master | 2023-09-03T08:01:36.210764 | 2021-10-06T17:32:04 | 2021-10-06T17:32:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 652 | c | /*
* Field cycle.
* Author: Sen Ye
* Date: 10/10/2013
*
* Migrated to Discover: Ta Quang Trung
* Date: June 29, 2020
*/
#include <stdio.h>
#include <stdlib.h>
#include <discover.h>
struct MyStruct {
int * f1;
struct MyStruct * next;
};
int main() {
struct MyStruct * p = (struct MyStruct *) malloc (sizeo... | [
"taquangtrungvn@gmail.com"
] | taquangtrungvn@gmail.com |
f5bc0b20050156c3104dcfb725e18a6dcc6d978e | f177dfbcdccf6d17007a0e004236ff2d66cd3e3c | /src/options.c | 09d38cc90d717cd5ec7bb520235aca7e7819a827 | [
"MIT"
] | permissive | farlepet/bfi | 05d8270672075c9feaa788754405873a8b6a53f1 | cc449e970c100026cf203fb30289797ace3e95d7 | refs/heads/master | 2016-09-06T12:32:56.451987 | 2013-12-30T13:04:52 | 2013-12-30T13:04:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 956 | c | #include <options.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
option options[4] =
{
{"-i", (char *)1}, // Input file
{"-h", (char *)0}, // Print help
{"-j", (char *)0}, // Enable JumpFuck
{"-x", (char *)0}, // Extended Brainfuck Type I
};
#define N_OPTS (int)(sizeof(options) / sizeof(options[0])... | [
"far.peter1@gmail.com"
] | far.peter1@gmail.com |
4d074f0821a2ae3efafd8050e22c1fb7fc25d975 | 987e340f0a73ecc97f0eadb4303bf94439b63377 | /Fimware/STM32F407VG/ServoAccelerom/Inc/Function.h | b9895aeac630b8e1bee9efc7417df5d36cc317e8 | [] | no_license | Ringenium/FS90_LIS3DSH_STM32F407VG | 0eb906da08877d70a54abfc796875d9824e39829 | 03eb9349b4e97762a9f8a2686330e8f59179e8f0 | refs/heads/master | 2020-12-12T09:21:43.764495 | 2020-01-16T08:45:30 | 2020-01-16T08:45:30 | 234,099,008 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 153 | h | void DatToLIS(uint16_t message);
void Usart2ChTx(char chr);
void Usart2DatTx(char* st);
int Convmg(char sign,int16_t number, float factor,uint8_t err);
| [
"denis.arshanitsa@gmail.com"
] | denis.arshanitsa@gmail.com |
7aca010b646904dcc0d724e0c12d1340b0f79420 | 6eaee8aee9540d35ffcd9cba1abfdf05abfee6b5 | /1.0.0.2/runner.c | 17f74a0151a134c72cec2bb93ee4f5db8a00e1ef | [] | no_license | Pandex-lang/Pandex-release | 1762c5b5b9db3ce8dc7fc19c6981a8bcd8ae93c6 | e45dce092919d7cd5eb7d592b249279816169f43 | refs/heads/main | 2023-05-08T04:32:57.712209 | 2021-06-03T12:33:50 | 2021-06-03T12:33:50 | 362,801,783 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 470 | c | #include "comment.c"
int main(){
char str[] = "main ; comment \nfn ; new comment \n";
// you can don't insert \n at last of string
comment(str);
printf("%s\n",str);
}
/*
main:
puts "Hello , World!" ; this is comment
var [name] = "Hello , World Too"
var nm = "Hello , World New"
var [like... | [
"noreply@github.com"
] | Pandex-lang.noreply@github.com |
aa0e44a1505994c9dcb032bf25214df54d4f7ca0 | 42de2e8f0cbc5dac7c960327b35d9e410047505c | /gamemath/tags/1.4.0/test_source/unittest/suites/VectorTest.c | da7b743c880d161444b9f4aca16065ced9214178 | [
"Zlib"
] | permissive | svn2github/libstem | cdbc9fc034fad62264b7d87a24d173a967645cf7 | 0b2bc5ff9240e825cc2aed399b57df993c83ba3d | refs/heads/master | 2020-04-04T23:13:26.084273 | 2019-01-19T22:26:05 | 2019-01-19T22:26:05 | 50,198,080 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 18,936 | c | #include "unittest/framework/TestSuite.h"
#include "3dmath/Vector.h"
#include <math.h>
#include <string.h>
#define assertVector2Exact(vector, expectedX, expectedY) { \
TestCase_assert(vector.x == expectedX, "Expected %f x but got %f", expectedX, vector.x); \
TestCase_assert(vector.y == expectedY, "Expected %f y but ... | [
"adiener@d291a34c-4c4d-0410-8556-a73de5c6a500"
] | adiener@d291a34c-4c4d-0410-8556-a73de5c6a500 |
67e0f4085556548f4d13e036675307a1a61829e9 | 776037fb4a91183c821784af9ab117048a326423 | /d/guanwai/stoneroad.c | 0851c1789957e4615b431153d6f1346b322df938 | [] | no_license | zhoudaohong007/fengyun2005 | 74d41428339e8e57854e26de27cdcfbbf7ac1e34 | 8b52994bbd8db9de7bcb7f15012261a0f9554977 | refs/heads/main | 2023-06-10T13:17:50.285139 | 2021-06-27T12:46:10 | 2021-06-27T12:46:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 828 | c | // work.c
//#include "/feature/damage.c"
inherit ROOM;
void create()
{
set("short", "石山");
set("long", @LONG
这里的山峰多是光秃秃的,不同于江南黛青色秀丽的山峦,青灰色的山上只生
长着一些矮小的灌木,有些小山峰甚至被削去的一半,一路过来,山路两侧不时堆
集着刚采下来的巨型石料。一条小路顺着山势蜿蜒的伸向远方,路的尽头是一栋青
色的小石屋。石屋前有一个水缸,想来是供过路的人解渴的.
LONG
);
set("resource/water", 1);
set("... | [
"i@oiuv.cn"
] | i@oiuv.cn |
9a549260a1c1f83072fc53a50d8bfeb333ef120c | 4502f5be988904ef70fcc1a946c125be3ed69ac8 | /HARDWARE/HMC5883.h | 5d3ba388c9d5a7f615c53882f79d77fa5433c5b1 | [] | no_license | weaving/quadrotor | 52424aea792c6416149d70e8a81e0edfd759edde | 06aba028ed415ff325dabc7f27c58e7ec704f334 | refs/heads/master | 2020-04-19T08:20:48.913855 | 2016-10-28T07:20:28 | 2016-10-28T07:21:53 | 67,661,389 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,292 | h | #include "MPU6050.h"
#include "imu.h"
#ifndef __HMC5883_USER_CFG_H
#define __HMC5883_USER_CFG_H
extern uint16_t hmc5883_dat[3];
#define HMC5883_I2C_Addr 0x3C //磁场传感器器件地址
#define MAG_DATA_REGISTER 0x03
#define HMC5883L_ConfigurationRegisterA 0x00
#define HMC5883L_ConfigurationRegisterB 0x01
#define HMC5883L_... | [
"gzzyxl@163.com"
] | gzzyxl@163.com |
87112b7bf4dcca200bb72b91f8d45c559ba61ad3 | c547441e39d14841a9e557ba868f44938a1b7c08 | /ActionLog/scripts/action-sort-checkboxes/checkRepeatDatesMonth.c | 5b22bdbde5378f4665fdcf49d880b3474f9504ae | [
"Apache-2.0"
] | permissive | HelpGiveThanks/ActionLog | d894a23cd2893a8b953487794f163ceb31deb7f9 | 5626bd43f871e072c00c8e221cbb2c742491b636 | refs/heads/master | 2020-12-24T06:23:31.080546 | 2018-07-26T23:30:25 | 2018-07-26T23:30:25 | 14,834,894 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 408 | c | action sort checkboxes: CheckRepeatDatesMonth
If [ brainstate::scheduleRepeatEventMonth ≠ "" ]
Show Custom Dialog [ Title: "pick one"; Message: "Choose to repeat item on specific weeks of the month OR every so many weeks, but
not both."; Buttons: “OK” ]
Set Field [ brainstate::scheduleRepeatEventYear; "" ]
Go to Field ... | [
"githubdavid@gmail.com"
] | githubdavid@gmail.com |
b4bea0e27c5eb6b9772982edc189fc3475275083 | 3694359a3bc7de4cbb57b184da685ea5481950ca | /QMK/keymaps/default/keymap.c | cb1bcd52ce9ebf4c6804d5b2fbf5eb1d55e2c7a8 | [
"MIT"
] | permissive | KnoblesseOblige/LHM18 | 558ea137c60a0820f78a787ef89437d141cd2849 | da6caa4c8cf9cbc1cafe65e86427abc9567935f7 | refs/heads/master | 2022-04-14T17:07:41.719272 | 2020-04-17T03:17:28 | 2020-04-17T03:17:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,726 | c | /* Copyright 2020 melonbred
*
* 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 ... | [
"61572569+melonbred@users.noreply.github.com"
] | 61572569+melonbred@users.noreply.github.com |
84b75ac454a3905bc6f2e84446b44082c6eebabe | 25ff582476197c4833db1bc6cbcf228841eddf35 | /Include/utils_so3.h | 7f0f7a067ba648e2e49d83e6b4026e821b334d1d | [] | no_license | mkazhdan/MoebiusRegistration | e5a2a997392a56a02e1c9030753608a7fc8f01c5 | a58b49c6df044c51eb3091fdc81fd8423151d598 | refs/heads/master | 2023-09-03T23:56:06.502988 | 2022-12-12T21:15:04 | 2022-12-12T21:15:04 | 136,021,039 | 52 | 9 | null | 2019-05-12T20:17:14 | 2018-06-04T12:22:06 | C++ | UTF-8 | C | false | false | 4,062 | h | /***************************************************************************
**************************************************************************
SOFT: SO(3) Fourier transform code
Version 1.0
Peter Kostelec, Dan Rockmore
{geelong,rockmore}@cs.dartmouth.edu
C... | [
"misha@cs.jhu.edu"
] | misha@cs.jhu.edu |
534025148cb9e3dd012601dbdd921adb711262a4 | 5ecef1cf59d5ec23d02844825f3c3188fdf1f25e | /src/attributes.h | ceada41b39680691f89d273141fb25c06517c6c6 | [
"MIT"
] | permissive | luascoin/luascoin | 37e5baeeb1043264f22eb3f30b93017a7bd11f6a | 74558007cfd46f9d914e9683dfaac1b0274717a9 | refs/heads/master | 2020-12-28T04:03:00.728002 | 2020-02-11T00:16:44 | 2020-02-11T00:16:44 | 238,173,753 | 0 | 1 | MIT | 2020-02-04T22:42:17 | 2020-02-04T09:56:47 | C++ | UTF-8 | C | false | false | 637 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2018 The Luascoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef LUASCOIN_ATTRIBUTES_H
#define LUASCOIN_ATTRIBUTES_H
#if defined(__has_c... | [
"sev@provgn.com"
] | sev@provgn.com |
e8f78eb743e3f090cd46ba1b22aa77a5871ea7aa | bee729aece82130a66ddbaa8b25f69a66d1f154d | /lib/error.c | 185d2d78ce79487242a1dd5626afab5f4c78b9e6 | [] | no_license | tmknom/apue | 254b5e6ca312eaf6f7973744b72432a0b3781a47 | 39eb4ebb9d5d01c645039c604b30f7e523640d31 | refs/heads/main | 2023-03-23T19:25:47.055776 | 2021-03-26T04:57:17 | 2021-03-26T04:57:17 | 348,859,364 | 0 | 0 | null | 2021-03-26T04:57:17 | 2021-03-17T21:40:31 | C | UTF-8 | C | false | false | 2,960 | c | /*
* 自前のエラー関数
*/
#include "apue.h"
#include <errno.h> // errnoの定義
#include <stdarg.h> // ISO C可変長引数
/* errnoを出力するか切り替えるフラグ */
#define ENABLE_ERRNO 1
#define DISABLE_ERRNO !ENABLE_ERRNO
/* errnoが不要な場合に渡すダミー引数 */
#define NON_ERRNO 0
/* エラー関数内で共通利用する関数 */
static void err_doit(int, int, const char *, va_list);
/*
* ... | [
"tmk.nom@gmail.com"
] | tmk.nom@gmail.com |
a2718d5893d6fd86ff2ee4dc2888a92cd5234112 | 028df2e69b660dfb5f0ca6df0690d79312790241 | /lib/socket/public/net80211/ieee80211_sysctl.h | 3735330c363b0b149014babd86a769839fadf711 | [
"CMU-Mach"
] | permissive | jjzhang166/testpriv | 0f135b0b28a2f94e99587bee2cf90060d413d1a6 | 8cdb348aa3b67314a17f87c7da7de94eb9a95d27 | refs/heads/master | 2023-03-19T20:25:19.865101 | 2020-11-03T17:52:43 | 2020-11-03T17:52:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,999 | h | /*
* $QNXtpLicenseC:
* Copyright 2007, QNX Software Systems. All Rights Reserved.
*
* You must obtain a written license from and pay applicable license fees to QNX
* Software Systems before you may reproduce, modify or distribute this software,
* or any work that includes all or part of this software. Free d... | [
"dustin.c.eastman@medtronic.com"
] | dustin.c.eastman@medtronic.com |
a836e1f5fa773307443a4a31843d7b0f64950dc5 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/arch/x86/mm/extr_init_64.c___set_pte_vaddr.c | 7270cd6489690cc60f58785157dad7d7b1e0cc79 | [] | 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,104 | 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 |
45fb7623b83ea8d2254f6f6e3cea959034aad8be | 59aaa6da4b067b9b37976229ea60fc9b4837f165 | /cplnew.c | 17171d90535472dfc1b1d001a11eb495716e11bb | [] | no_license | surenderJakhar/BIG-INT- | 1a98ae71c2fc1d46862dee43c3b89079d5cade96 | 88720610dbc75b189f9e687023f7f93f19db91e8 | refs/heads/master | 2022-01-16T22:45:26.201857 | 2019-07-17T08:34:42 | 2019-07-17T08:34:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,734 | c | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
typedef enum {NEGATIVE,POSITIVE} flag;
typedef struct node_type {
int data;
struct node_type * next;
}node;
typedef struct bigInt_type {
node * tail;
node* start;
}bigInt;
void Init(bigInt * num){
num->tail=num->start=NULL;
}
node * makenode(node * num,int... | [
"noreply@github.com"
] | surenderJakhar.noreply@github.com |
0040573c6e785d260cafae6c5a5d4c1323f4ae91 | 3cdebd593eff70340c09868d846721d71b497cfb | /include/ara/crypto/cryp/x509_signature.h | cf10329596c025ca78b6972174b1c94af0a1023d | [
"Apache-2.0"
] | permissive | Satishkumarsingh2019/Adaptive-AUTOSAR | 7645f2015f4856ef4067f5e26730b4c773e506e0 | 6c2868cdf3ca7592dd2426a144acb58073aa64a1 | refs/heads/main | 2023-03-24T22:35:03.732881 | 2021-03-18T20:38:46 | 2021-03-18T20:38:46 | 339,521,624 | 0 | 0 | Apache-2.0 | 2021-02-16T20:25:03 | 2021-02-16T20:25:03 | null | UTF-8 | C | false | false | 162 | h | /**
* \file x509_signature.h
* \author Vincent WANG (you@domain.com)
* \brief
* \version 0.1
* \date 2020-12-08
*
* \copyright Copyright (c) 2020
*
*/ | [
"vin@misday.com"
] | vin@misday.com |
5f8fb9b51cbbfeaae5e1d82f78894844ce25cf9e | d02a6c2de2fc8ad1efac54f99f419ec10c7b0c9f | /depends/android/include/SDL3/SDL_video.h | ebdc8a779a6dd9843cf8912b99d4e6792457aba6 | [
"Zlib"
] | permissive | artoolkitx/artoolkitx-calibration | b25d802385ae40b105f7ab0a4f17fac78209e154 | 2152843ab3ec402df0e06c0a85df2cc9e15e0200 | refs/heads/master | 2023-09-01T11:34:54.204302 | 2023-08-31T09:57:32 | 2023-08-31T09:57:32 | 127,891,632 | 12 | 3 | null | 2023-08-30T08:55:36 | 2018-04-03T10:30:35 | C | UTF-8 | C | false | false | 71,356 | h | /*
Simple DirectMedia Layer
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | [
"phil.git@eden.net.nz"
] | phil.git@eden.net.nz |
43cf90e4166f7fa62cceea11cfca0d932089eb89 | aa1529f689a962f5af337cb4476e0b8908396e2a | /regress/lib/libc/setjmp-fpu/setjmp-fpu.c | b74460e5eeaad2bf75241289b9f8f8668a1cb668 | [] | no_license | netzbasis/openbsd-src | 4b85ec60a3de43a57f4816ae04b363710c4b1c20 | d934f830de7af7ac65c21e2af85a2e04cf7d2e7f | refs/heads/master | 2021-05-22T07:59:33.483036 | 2021-01-09T22:58:59 | 2021-01-09T22:58:59 | 22,029,913 | 4 | 2 | null | 2021-01-09T17:17:55 | 2014-07-20T09:19:31 | null | UTF-8 | C | false | false | 1,511 | c | /* $OpenBSD: setjmp-fpu.c,v 1.6 2020/10/19 08:50:35 kettenis Exp $ */
#include <err.h>
#include <fenv.h>
#include <setjmp.h>
int
TEST_SETJMP(void)
{
JMP_BUF env;
fexcept_t flag;
int rv;
/* Set up the FPU control word register. */
rv = fesetround(FE_UPWARD);
if (rv != 0)
errx(2, "fesetround FE_UPWARD returned... | [
"programmer@netzbasis.de"
] | programmer@netzbasis.de |
7116881cc8c46d2607bfa9d13f741592106ec898 | 0fcab9847d107469e65ad32ce2a5e2c71cb52c3b | /gen164/3/mur.c | a2caa9e6de7d73bdf03288770f657ea6dffe325a | [] | no_license | silky/urbit-1 | e8f39977e9082a93945733fdb7f1facdcaeb4d4f | a91bfbd28c302061c6fae4ad73b3871442f795e2 | refs/heads/master | 2021-01-14T12:41:00.913302 | 2014-11-13T23:34:10 | 2014-11-13T23:34:10 | 26,845,925 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,823 | c | /* j/3/mur.c
**
** This file is in the public domain.
*/
#include "all.h"
#include "../pit.h"
/* functions
*/
u2_weak // transfer
j2_mb(Pt3, mum)(u2_wire wir_r,
u2_noun cor) // retain
{
u2_noun sam;... | [
"cgyarvin@gmail.com"
] | cgyarvin@gmail.com |
639154e122288da80a3d55ffc807fb8b2b7c1e93 | 16c157064b1be90ed7f25377a460b69a3a635a4c | /tests/common/include/aws_application_version.h | dc662ee53a8f7cd6c9c390eba17cc3b08db8fdf1 | [
"MIT"
] | permissive | yisea123/amazon-freertos | 5a17101022cce2616510cc8026263132f9004af0 | 7bc0acbe2a63d451503b2efe75859b3743c25bf8 | refs/heads/master | 2020-08-24T22:37:58.255960 | 2019-01-04T11:57:57 | 2019-01-04T11:57:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,855 | h | /*
* Amazon FreeRTOS V1.2.3
* 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, includi... | [
"aggarg@amazon.com"
] | aggarg@amazon.com |
b3819074248fac93821451121629e14781b49765 | 91a2fc716e99ddbdcf7b5934f236c900d78ecbdc | /benchmarks/flame-blis/frame/compat/bla_amax.h | f9d8a9957b3837b342855347c805a838adbc8170 | [
"UPL-1.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | jku-ssw/cicro-benchmarks | e4f88b43449a601f050a61197ace02f0d3075e9a | 68899480c0fc8d361079a81edc6d816d5f17d58e | refs/heads/master | 2020-03-19T11:09:23.924920 | 2019-04-29T13:04:38 | 2019-04-29T13:04:38 | 136,435,144 | 7 | 2 | NOASSERTION | 2019-04-24T18:01:25 | 2018-06-07T06:56:20 | C | UTF-8 | C | false | false | 1,988 | h | /*
BLIS
An object-based framework for developing high-performance BLAS-like
libraries.
Copyright (C) 2014, The University of Texas at Austin
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Re... | [
"thomas.pointhuber@gmx.at"
] | thomas.pointhuber@gmx.at |
2fcfe5b4f243599bff1bd0751c3915e3d737d5bd | e2e641e78bde0ac73fb96cf1bfcf40c6b5796d4b | /questao12.c | 30c354386f01d0c5b9b7c768aa572b3e5b8e90f0 | [] | no_license | larisse13/dca1202-lista | 0788e4b7f92d3cb09c0db6ac0bda6580876e5e08 | 10405cc4476f4256b1b379cc1afdf96aea027f1f | refs/heads/master | 2020-07-11T13:59:04.366777 | 2019-08-30T02:29:08 | 2019-08-30T02:29:08 | 204,560,899 | 0 | 0 | null | 2019-08-30T02:29:09 | 2019-08-26T21:00:50 | C | UTF-8 | C | false | false | 1,434 | c | /* --------------------------------------------------------------------------------------- */
/* [DCA1202] PROGRAMAÇÃO AVANÇADA - LISTA 01 - PONTEIROS */
/* --------------------------------------------------------------------------------------- */
/* 12. Suponha que as seguintes decl... | [
"mic321@gmail.com"
] | mic321@gmail.com |
aeb52e8046be557951a8ed04becf3c5dca3c43f1 | e7793f52c5759e687f4f89c43531e4a9abb636bf | /C01/C01/ex07/ft_rev_int_tab.c | 6a8bb675ad7243be23b9921eed52a68e71735c7b | [] | no_license | tomturner10/42Piscine | 17f94d0a9fef1e77f1b233d87691beb52490b2cc | 93a5258b7b37ca547d12b800f971ab50e03f64d0 | refs/heads/main | 2023-06-22T11:15:58.842497 | 2021-07-18T04:04:43 | 2021-07-18T04:04:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 180 | c | void ft_rev_int_tab(int *tab, int size)
{
int i;
char swap;
i = 0;
while (i < size)
{
swap = tab[i];
tab[i] = tab[size - 1];
tab[size - 1] = swap;
i++;
size--;
}
| [
"tturner@F3C010.42adel.org.au"
] | tturner@F3C010.42adel.org.au |
970c1e0be5dcba8d53397ce24c3f9229566db602 | 4bb45a7646d482920150d5f574ef7f126e05708a | /EE204嵌入式实验/ARM实验/1/1.4/RTE/_Target_1/RTE_Components.h | 88e8fe9ff8336335ea5ede5a9f1431dc2db8dff8 | [] | no_license | Mint0828/homework | 8ebd7ba8e02f400315f3743770da0ad7b9cce23a | 291cfd299e3064b19d03d1fb63047b0f74cd20ba | refs/heads/master | 2021-10-10T07:07:57.243343 | 2019-01-08T02:49:13 | 2019-01-08T02:49:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 321 | h |
/*
* Auto generated Run-Time-Environment Component Configuration File
* *** Do not modify ! ***
*
* Project: '1.1'
* Target: 'Target 1'
*/
#ifndef RTE_COMPONENTS_H
#define RTE_COMPONENTS_H
/*
* Define the Device Header File:
*/
#define CMSIS_device_header "TM4C129.h"
#endif /* RTE_COMPONENTS_H */... | [
"378974295@qq.com"
] | 378974295@qq.com |
b73638daaf7805e136e37d6e4e97d7a66ab11f91 | 83214753e9183327e98af0e6768e9be5385e5282 | /d/tieflag/troad0.c | 2ccfb2aced90585aa8ed22dc11a5767a0b2eb8ac | [] | no_license | MudRen/hymud | f5b3bb0e0232f23a48cb5f1db2e34f08be99614e | b9433df6cf48e936b07252b15b60806ff55bb2f3 | refs/heads/main | 2023-04-04T22:44:23.880558 | 2021-04-07T15:45:16 | 2021-04-07T15:45:16 | 318,484,633 | 1 | 5 | null | null | null | null | GB18030 | C | false | false | 537 | c | inherit ROOM;
void create()
{
set("short", "山谷口");
set("long", @LONG
路边立着一块石碑,上面写着两个古篆字:崂山。
往山谷看去,一条弯弯曲曲的小路伸向谷内,但在一危崖前突然中断。
LONG
);
set("exits", ([
"northup" : __DIR__"palace/palace_palace",
"eastdown" : __DIR__"troad1",
]));
set("outdoors","tieflag");
... | [
"i@oiuv.cn"
] | i@oiuv.cn |
c00bf51d375c740913fff346eb4038539946c965 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/60a628da-0364-402d-b1f6-172d8f5520ff.c | a37b242e55ec1011e825f5fdad9bcd1f9747d420 | [] | 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 | 557 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=521;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = i%j;
l = k-j*k;
//variables
/* START VULNERABILITY */
int a;
int b[8];
int c[65];
a = 0;
do {
//random
/... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
5a78cba99e9ed56c90b37cc65c8953079ee09225 | 1a0cf05f69f0731d062e27447928c8526500dd96 | /include/cuda_sobel.h | 5d53543e00a0f98c0646ae20129586f642642e79 | [] | no_license | Dengjianping/AcceleratedVision | c614d03eb60152a96f365ba1bf6eca62e795256b | a232b564c94bc975ceb8c7254b864562f0ccc840 | refs/heads/master | 2021-09-10T19:14:42.197703 | 2018-03-31T13:48:09 | 2018-03-31T13:48:09 | 104,213,433 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 353 | h | #ifndef CUDA_SOBEL_H
#define CUDA_SOBEL_H
#include "accel_vision.h"
/** @brief simply get the sum of a gray image all pixels.
@param input a Mat image, you better input a gray image or single channel image.
@param sum_of_pixels the sum of all pixels.
*/
CUDA_EXPORTS void cudaSobel(const cv::Mat & input, cv::Mat & o... | [
"djptux@gmail.com"
] | djptux@gmail.com |
db4204d3842e112fac341575b602f1eb6185c9bf | c9c87e5aeff3c68b6b197338404ecdbc5424fa98 | /tarbal/ipmitool-1.8.2/lib/ipmi_oem.c | bc50a38866a24cbe2279e1316bea9a7b86a322f2 | [
"BSD-3-Clause",
"BSD-3-Clause-No-Nuclear-Warranty"
] | permissive | venkatarajasekhar/acs-GPL-3.3.0 | 7acc262c96d1c419ec67ae85d37dd2967c6678b4 | 5d2be5d30f3ccef7153906123c90405833b1bf13 | refs/heads/master | 2020-06-23T18:32:36.370978 | 2015-03-10T16:38:39 | 2015-03-10T16:38:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,343 | c | /*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* Redistribution of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* Redistribution in binary... | [
"james.hilliard1@gmail.com"
] | james.hilliard1@gmail.com |
6183fcec07de7bb3ae850a0aa9bfbddcb914eae8 | 11734b4f1a842ff7685d21c0e1f2540b18ad4aa5 | /libft/ft_strcmp.c | 08b19a043c2192a9f6a1d7e72e517ba3489e3b7f | [] | no_license | AntonMoroziuk/lem_in | 34ec080116ea6ad987c682233eb3c4b75edf52c2 | ccdb118a4fbcc45adc64c598bbc6b1beca345f5f | refs/heads/master | 2020-04-11T12:57:50.835053 | 2019-01-10T10:31:07 | 2019-01-10T10:31:07 | 161,798,049 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,110 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strcmp.c :+: :+: :+: ... | [
"amoroziu@e3r6p4.unit.ua"
] | amoroziu@e3r6p4.unit.ua |
7ee88edb4e570545681c368198a57cb544588c1a | c8e6dfe5d2d4511f6ba1413b278932a2ab10a9c1 | /lib/am335x_sdk/ti/csl/csl_elm.h | 6d2241920eb89971b142e84938c634560c9f7415 | [
"BSD-3-Clause",
"MIT"
] | permissive | brandonbraun653/Apollo | 61d4a81871ac10b2a2c74c238be817daeee40bb6 | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | refs/heads/main | 2023-04-08T19:13:45.705310 | 2021-04-17T22:02:02 | 2021-04-17T22:02:02 | 319,139,363 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,207 | h | /* =============================================================================
* Copyright (c) Texas Instruments Incorporated 2016
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* Redistributions o... | [
"brandonbraun653@gmail.com"
] | brandonbraun653@gmail.com |
7cbb99ab1e954d8c2dc09ee75a557c929c3a93d5 | 789807864a7bb84a9ca70eecfdd8b69d0a3a14e3 | /LompartPatryk-cw04/LompartPatryk/zad2b/sender.c | b52a2bf1aee4b8d6828c26cc9a888e60ea024ac4 | [] | no_license | plompart/SysOpy | 94b7243faed63f7bd235d7c3ae50da9f14eb554d | e6f85b5c850be1814e6adadb1a159093be234a5f | refs/heads/master | 2021-01-19T09:58:58.987201 | 2017-04-10T12:20:08 | 2017-04-10T12:20:08 | 87,806,132 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,432 | c | #include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <linux/limits.h>
static void handler(int signal);
int counter=0;
int signalNum=0;
int main(int argc,char *argv[])
{
if(argc<2)
{
printf("Generowanie pliku nie powiodlo sie\n");
printf("Podales za malo lub za duzo argumento... | [
"lompartpatryk@gmail.com"
] | lompartpatryk@gmail.com |
e0baa07710d44345afcaaf866ddeba525f92ffd8 | 751d00a47af7c6712b1795fc42c8f0772ae87429 | /apue/signal_practice.c | dcb4136d439531bf39685cdb5e93e18c416740c0 | [] | no_license | fh250250/embedded_lesson | 2505099b2cc0afb427bdc0d44af03c5340823de3 | 49196cfea17a4924cb11c61386f95cfc23878b3c | refs/heads/master | 2016-09-05T08:50:02.143245 | 2014-12-19T01:49:47 | 2014-12-19T01:49:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 390 | c | #include <stdio.h>
#include <stdlib.h>
#include <signal.h>
typedef void (*sighandler_t)(int);
void fun(int signo){
printf("hello world!\n");
}
int main(){
sighandler_t ret;
ret = signal(SIGINT, fun);
if(ret == SIG_ERR){
perror("signal");
exit(1);
}
int i;
for(i = 0; ;i++){
if(i%5 == 0)
printf("\... | [
"duanpengyuan@qq.com"
] | duanpengyuan@qq.com |
acb540ae1ff3aecbcd971b91845b51f52b63c221 | 3559392308dfd664d7ca443cc05cf9584ef978a1 | /esp8266/Sources/log.c | 0f98d2592e550ecd6256957ccca4ae43439fb5f5 | [] | no_license | danchi101/temperature-data-logger-with-kl25z- | 00ff382ab46a68d9f7af77aaae9d95e1cc8fa998 | df30134f28cc20add7d8d7700af8dfc225fa0389 | refs/heads/master | 2021-01-22T08:13:51.498336 | 2017-05-27T15:40:26 | 2017-05-27T15:40:26 | 92,606,587 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,730 | c | /*
* log.c
*
* Created on: 08-Oct-2016
* Author: Gaurav Gandhi
*/
#include "MKL25Z4.h"
#include "uart.h"
#include"circbuf.h"
#include "data.h"
#include"main.h"
#include<stdio.h>
//LOG0 function is for displaying the uint8_t data type elements to the serial terminal
void uart_log(uint8_t *c)
{
uint32_t i=0... | [
"noreply@github.com"
] | danchi101.noreply@github.com |
ca013a28311a6348c0325950bfbc946c98b65802 | 84040d4a8693368d7c361ab38eeecca69cb9b949 | /brain/HAL/usbd_cdc_if.c | 4b5074b0d0f210c66a348dad1c9a91251d14bbaa | [] | no_license | chris-bo/quadrobrain | 4b3025dfb31fcb903c8b50a8b44398c01fd51ab1 | 4e24ad109db51cc99f4a3bbb6cbcbf66de873bc8 | refs/heads/master | 2020-05-19T20:54:10.344726 | 2018-01-15T18:28:28 | 2018-01-15T18:28:28 | 32,629,694 | 2 | 0 | null | 2015-04-19T17:04:53 | 2015-03-21T11:22:14 | C | UTF-8 | C | false | false | 10,270 | c | /**
******************************************************************************
* @file : usbd_cdc_if.c
* @brief :
******************************************************************************
* This notice applies to any and all portions of this file
* that are not between comment pa... | [
"christianbohn@posteo.de"
] | christianbohn@posteo.de |
ce2b959db852b18c5637cdd924aed07db16898cf | a7b78ab632b77d1ed6b7e1fa46c33eda7a523961 | /third_party/lapack-3.7.1/LAPACKE/src/lapacke_zgelsd_work.c | ee8d1292418658f5526fbbc151a6cdd5129cf467 | [
"BSD-3-Clause-Open-MPI",
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | frovedis/frovedis | 80b830da4f3374891f3646a2298d71a3f42a1b2d | 875ae298dfa84ee9815f53db5bf7a8b76a379a6f | refs/heads/master | 2023-05-12T20:06:44.165117 | 2023-04-29T08:30:36 | 2023-04-29T08:30:36 | 138,103,263 | 68 | 13 | BSD-2-Clause | 2018-12-20T10:46:53 | 2018-06-21T01:17:51 | C++ | UTF-8 | C | false | false | 5,182 | c | /*****************************************************************************
Copyright (c) 2014, Intel Corp.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source cod... | [
"t-araki@dc.jp.nec.com"
] | t-araki@dc.jp.nec.com |
45687dda56d06b22e809671bbd56c7cb29ede444 | c24e0f873fbcc92369ab4fb1f6472c9631d30099 | /reboot.c | 7bb999e5685124f114a76094377c648bed842646 | [
"Apache-2.0"
] | permissive | vic3t3chn0/bootable_recovery_ubuntu | b013b77ee8802ff7b79fbc976f70d7f7b12d3819 | 9560171ff9c308426ea274bfed2d4fa55444ae50 | refs/heads/master | 2016-09-09T20:04:04.697462 | 2015-05-20T13:37:36 | 2015-05-20T13:37:36 | 35,949,960 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,091 | c | /*
* Copyright (C) 2013 The Android Open Source Project
*
* 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 app... | [
"pedrolvicente@gmail.com"
] | pedrolvicente@gmail.com |
2d6c48660f3b6c6b5d92e3808db418d6704054ff | a4677affff44c590546e87be4954a74973963000 | /src/C/libgwrc.c | e305693ff56395ee0ef0f44059c31d58019d2d53 | [] | no_license | vmlobanov78/libgwr | a415d67b1435abe402df479f308979f1545fbe45 | 9950e8e667081ba3b30cb2c4cc3a3665959a2bdc | refs/heads/master | 2021-04-09T18:01:13.424009 | 2014-08-15T09:17:03 | 2014-08-15T09:17:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,671 | c | /*
*****************************************************************************
* *
* libgwrc.c *
* ... | [
"gwr@Melinda"
] | gwr@Melinda |
4b3b28679280618e4d45f5d8c34084c842da2a11 | 24d856d98c85a319d53be2768ccc176a50873fa3 | /linux-lts-quantal-3.5.0/drivers/gpu/drm/gma500/psb_intel_reg.h | 8e8c8efb0a89852ec2c9d2b623f43ca25ac2273e | [
"GPL-1.0-or-later",
"Linux-syscall-note",
"GPL-2.0-only",
"BSD-2-Clause"
] | permissive | dozenow/shortcut | a4803b59c95e72a01d73bb30acaae45cf76b0367 | b140082a44c58f05af3495259c1beaaa9a63560b | refs/heads/jumpstart-php | 2020-06-29T11:41:05.842760 | 2019-03-28T17:28:56 | 2019-03-28T17:28:56 | 200,405,626 | 2 | 2 | BSD-2-Clause | 2019-08-03T19:45:44 | 2019-08-03T17:57:58 | C | UTF-8 | C | false | false | 44,469 | h | /*
* Copyright (c) 2009, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but... | [
"jflinn"
] | jflinn |
08edd1fb73123ce0dd31a6a51031c4bc501144e0 | 08cc27131d2c263bfd3ef7e5683e1f2ccea00867 | /code/display.h | a3de02526e8bc5b66482bc0731772744fc5e2f2e | [] | no_license | cmoore42/oscbox | 8dda409c4114a588cd7ab988d1ccd9f3bdba24cb | a17633d2c4659bca058ab3af54aac86dfcf01dd8 | refs/heads/master | 2020-06-23T16:17:45.248375 | 2019-09-10T16:36:52 | 2019-09-10T16:36:52 | 198,676,722 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 608 | h | #ifndef DISPLAY_H
#define DISPLAY_H
#define COLOR_WHITE 0x1f, 0x3f, 0x1f
#define COLOR_BLACK 0x00, 0x00, 0x00
#define COLOR_BLUE 0x00, 0x00, 0x1f
void disp_open();
void disp_close();
void disp_point(int x, int y, int r, int g, int b);
void disp_line(int from_x, int from_y, int to_x, int to_y, int r, int g, int b);
vo... | [
"chrismoore@surewest.net"
] | chrismoore@surewest.net |
85658af8d38784be71acb40644f79d463427c433 | 2fe359d87773d32f0dd5ecb43dead9ff0c440d64 | /drivers/webp/dsp/cpu.c | 35c2af7f58a2c6daed86e36395affa76a36ebe61 | [
"BSD-3-Clause",
"MIT",
"CC-BY-4.0",
"CC-BY-3.0"
] | permissive | rohankumardubey/godot | 43bf4061ac4f0913abac983a329949c33075dc2c | 820dd1d0016763cda6177104e66e09c8634150be | refs/heads/2.0 | 2023-06-15T16:38:42.382203 | 2016-07-10T09:45:08 | 2016-07-10T09:45:08 | 386,188,159 | 0 | 0 | NOASSERTION | 2021-07-15T06:43:07 | 2021-07-15T06:26:58 | null | UTF-8 | C | false | false | 4,746 | c | // Copyright 2011 Google Inc. All Rights Reserved.
//
// Use of this source code is governed by a BSD-style license
// that can be found in the COPYING file in the root of the source
// tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be... | [
"reduzio@gmail.com"
] | reduzio@gmail.com |
0b6ba823a3c569b1ad8a4454e577c1452a38e1c2 | f7fc9f3328e6af53b124f0fc9b50cf7aa485ed5b | /components/player/include/terminal.h | 8869e9844e318279401a6fe2b2ea5bd2fac24f24 | [] | no_license | mireq/esp32-internet-radio | 416d78f37ee6c1dcc8907fee415847e14c921363 | dd424b31f3f79f11ed2b5b7ff641eee037fc12da | refs/heads/master | 2020-11-24T08:49:47.547801 | 2020-02-23T13:33:54 | 2020-02-23T13:33:54 | 228,060,507 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 34 | h | #define TERM_ERASE_LINE "\033[2K"
| [
"miroslav.bendik@gmail.com"
] | miroslav.bendik@gmail.com |
1fdf46ad98c9ab04163ca78db2b2b98cc812aacd | 55ea3d502daaa47ca3486d6f93edca9e8615cab8 | /platform/mcu/stm32f1xx/drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c | 4a1df5968a71c4ec8f49c019cb09d7cc5029e535 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | PabloShi/AliOS-Things | dcfd8c3b002949a9c51f61883d12904b411c1601 | 7b413de7977efff5d60210bd3409207bc4663642 | refs/heads/rel_2.1.0 | 2020-04-30T14:56:39.556610 | 2019-04-23T07:13:48 | 2019-04-23T07:13:48 | 127,271,575 | 2 | 2 | Apache-2.0 | 2018-04-28T01:30:21 | 2018-03-29T09:49:23 | C | UTF-8 | C | false | false | 4,156 | c | /* ----------------------------------------------------------------------
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
*
* $Date: 19. March 2015
* $Revision: V.1.4.5
*
* Project: CMSIS DSP Library
* Title: arm_add_q15.c
*
* Description: Q15 vector addition
*
* Target Processor: Cortex-M4/Co... | [
"lc122798@alibaba-inc.com"
] | lc122798@alibaba-inc.com |
6babdb6b375875ee73aebff34390c0b03f99e484 | 81c942d7ceb6ec85b463ece6b62b2ce105e3108c | /Programing/C Excercises/microteste2.c | c08623b4e756d17b53f39e3f279caeb207d93f94 | [] | no_license | MagicPants/Everything-ive-ever-done | d4193c9aec3b9f6cefccf96b068465a019500164 | 299dcfa8a84d34fd8a9ec23efdf21aae9c930cf0 | refs/heads/master | 2021-03-24T00:41:38.207854 | 2020-03-15T17:01:56 | 2020-03-15T17:01:56 | 247,498,918 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,857 | c | /*
Implemente a função compacta com as seguintes características:
one:Remove todos os elementos adjacentes iguais no vetor de entrada ao copiar para o vetor de saída.
O tamanho do vetor de entrada é indicado no parâmetro n
O retorno da função deverá ser o tamanho do vetor de saída
Ficheiro .c:
Ao indicar ... | [
"noreply@github.com"
] | MagicPants.noreply@github.com |
7a7a84da888ea0c80c3a4d25a4ca9f5ed45b3015 | c6081ca02dc0801f395e9358ac7331ec038c0583 | /guiao2/e7.c | 99fdd1c9e8bfa268f161e2c63704ab5e59899c74 | [] | no_license | Duknust/SO-2014 | d3bbd3cf4f54eb9910b471c23eb3c50f73e276d3 | 8e22703561293842a35fffc4d022f812752592da | refs/heads/master | 2020-05-17T10:22:00.505165 | 2015-03-14T23:44:59 | 2015-03-14T23:44:59 | 19,505,136 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 841 | c | #include <unistd.h>
#include <sys/wait.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
int procuraLinha(int linha[], int tamanho, int agulha){
int res=0,i;
for(i=0;i<tamanho;i++){
if(agulha==linha[i])
res=1;
}
return res;
}
int main(int argc, char* argv[]){
int agulha=atoi(argv[1]), nfilhos=0... | [
"duartenuno1992@gmail.com"
] | duartenuno1992@gmail.com |
d1eac7b1e196cb94c938a3004bd4541ccd4c8949 | 7222a822f5470da490b12eb8250cf00a57dcb647 | /lib3p/libwebsockets/lib/roles/ws/client-ws.c | e24dae5457c97627b8f0a03fa346321c96512aba | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain",
"Zlib",
"Beerware",
"LicenseRef-scancode-other-permissive",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | TrellixVulnTeam/rc20User_TFHJ | d6b0c5706b0fbbd432444aaa0d732956bc6f4fb1 | f0f211b69751776a1932a85f9d41adf0433a8d39 | refs/heads/master | 2023-03-17T06:20:11.106175 | 2020-09-29T04:45:56 | 2020-09-29T04:45:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,286 | c | /*
* libwebsockets - small server side websockets and web server implementation
*
* Copyright (C) 2010 - 2019 Andy Green <andy@warmcat.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in ... | [
"pavani120695@gmail.com"
] | pavani120695@gmail.com |
cbe97b7b2f0e0375460f90a2b53428faaa5893be | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/inetsrv/iis/svcs/smtp/aqueue/dsnsink/dsntext.h | afc679af03af59846236bfc9d3a0562aff0c886b | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,686 | h | //-----------------------------------------------------------------------------
//
//
// File: dsntext.h
//
// Description: Defines DSN test
//
// Author: Mike Swafford (MikeSwa)
//
// History:
// 7/3/98 - MikeSwa Created
//
// Copyright (C) 1998 Microsoft Corporation
//
//----------------------------------... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
f94da7ad780eef1b00f69364abf9fe2c81eb53c3 | 93efbe9aa73408fa294783fb621e77cef94fbcd4 | /xv6/test1.c | 76d9761b4fa6249c0a60604eb8288e5701e24df6 | [
"MIT"
] | permissive | vsaxena12/OperatingSystems | 03e8ceb9042dae0cd8bac5fc188aa95f8c63994f | ad4fedeed244d63634a8a77fb09c9ff342121ec7 | refs/heads/master | 2020-04-08T04:48:24.533546 | 2019-01-29T07:31:26 | 2019-01-29T07:31:26 | 159,032,919 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,299 | c | /* Test 1 -- test queue0, the round robin queue
In this test: we set running ticks to be a large number
--- process in the round robin queue cannot move to the priority queue
Process A, B, and C should run by turns (intermittently) (in a round robin manner)
You expect some results like
.....CBACBACBACBACBA......
(Notic... | [
"vsaxena1@binghamton.edu"
] | vsaxena1@binghamton.edu |
48f9795fa1cd4927e97e83028600aa6a6e75ac5e | cf07acfb36c1873d26ef476fb98d864def5467a7 | /ft_strdup.c | 8ab3b5687f181537dcf258f3f58efb1d887ffdc9 | [] | no_license | mandriic/libft | c7c3a94a3aaf05c73f06132d26478e46043cd061 | 8ad5c8d5ca0b0cbaf7ab7d552eafb2abf8e7207c | refs/heads/master | 2023-08-26T04:11:14.238159 | 2021-11-03T13:09:41 | 2021-11-03T13:09:41 | 400,958,850 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,187 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strdup.c :+: :+: :+... | [
"kellaxxx@gmail.com"
] | kellaxxx@gmail.com |
d073dcd1a0d90c4e47ca4cce7109b1ee6b5b9cdd | 33299b8af967ad7cc9ef4a3ddd2c5344f3532bdd | /VTR7.0/abc_with_bb_support/src/aig/kit/kitIsop.c | cc61a6bd61bf03ab605ba581582b6ab47d8fb43e | [
"MIT-Modern-Variant",
"MIT"
] | permissive | meijianyue/Verilog-to-Bitstream2.0 | ee672688606be0a74ba224391552127d670dc1f3 | d9c73ffd1c4a9d593e8692e5e145e95ea9ec6edf | refs/heads/master | 2023-04-22T12:50:08.345687 | 2021-05-11T12:33:20 | 2021-05-11T12:33:20 | 295,656,113 | 2 | 3 | null | 2020-09-16T03:22:17 | 2020-09-15T07:58:42 | null | UTF-8 | C | false | false | 11,079 | c | /**CFile****************************************************************
FileName [kitIsop.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Computation kit.]
Synopsis [ISOP computation based on Morreale's algorithm.]
Author [Alan Mishchenko]
Affiliation [UC Berk... | [
"1103328413@qq.com"
] | 1103328413@qq.com |
98f82bdb5aa85a1d40ee9a6c48d0aebddc8d5bd6 | a2c136b604ac05edd4d35656d69561b294bac20a | /src/475-heaters.c | 1e1b1797e97b43e4ca614d0dd12dab187b13bf2b | [] | no_license | LL-Pengfei/ycl-leetcode-solns | cacb605b2129ebec1dcff7db47c7969e3d12b310 | 33499476a788f357a4e6dbe58cd6fed4752c248d | refs/heads/master | 2020-08-06T22:50:14.281452 | 2019-05-28T16:45:55 | 2019-05-28T16:45:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 812 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#define MAX(a,b) ((a)>(b)?(a):(b))
int cmp(const void *a, const void *b) {
return *(int *)a - *(int *)b;
}
int findRadius(int* houses, int housesSize, int* heaters, int heatersSize) {
qsort(houses, housesSize, sizeof(*houses), cmp);
qsort(heaters... | [
"chenglong.yang@u.nus.edu"
] | chenglong.yang@u.nus.edu |
f43ee0bd1fed3f1442a4a7adfb6d7718101ff6c4 | bb584fbb4d4f05603a0a8e28fa2ef0a0d8e29bde | /libft/ft_tolower.c | be14b07786bd49ed7a335caa1675513b89101df5 | [] | no_license | vileleu/fract-ol | 23f1730c72c45ef2729a7237139e7f25cd8a285b | a0343c676c607f05160ee51033161a8569d37c15 | refs/heads/master | 2023-08-06T11:29:07.563484 | 2021-09-24T15:14:50 | 2021-09-24T15:14:50 | 410,007,180 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,019 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_tolower.c :+: :+: :+: ... | [
"vico@MSI.localdomain"
] | vico@MSI.localdomain |
cbc12970b410403bc5acbac8cd75549bb7efffa2 | 6dfd216895589d948812b8a05340b3fd15bb7193 | /psj/week09/hw03_05/main.c | e32b5c2a37c84e5a77fd6d2cb2e66f86d97673aa | [] | no_license | int-i/ICE3013 | 167d4346522e98349328bfdd516169ec6725ff19 | 5d1854191029326d55432f26311b24103d1340e9 | refs/heads/master | 2022-12-06T17:32:52.075768 | 2020-08-27T08:45:06 | 2020-08-27T08:45:06 | 277,752,039 | 2 | 6 | null | null | null | null | UTF-8 | C | false | false | 483 | c | #include <stdio.h>
#include <string.h>
#include <unistd.h>
#define MAX_SENTENCE_LENGTH 100
int main(void) {
printf("command> ");
char buf[MAX_SENTENCE_LENGTH + 1];
fgets(buf, MAX_SENTENCE_LENGTH, stdin);
buf[strlen(buf) - 1] = '\0';
char* argv[MAX_SENTENCE_LENGTH];
int idx = 0;
argv[idx] =... | [
"astro.psj@gmail.com"
] | astro.psj@gmail.com |
ac6a4c4276ac1abf1dbd3f792af5be0e7b400830 | e030a208da2bfa5dced2e463465c3c1e04f97fbc | /F458/mcu/proj_test/het_test/include/HL_het.h | dc8f59c6a18374576c1957eea39bbe4a08301bc5 | [
"MIT"
] | permissive | KOITT3/IntegrationProject | 964f2e2c10ce525b8b0d158d53dfad1e407b2e43 | ce99bafd9bb7a65609f2d85a51a5f527e78ea0f1 | refs/heads/master | 2020-05-31T08:32:29.970576 | 2019-06-03T14:52:10 | 2019-06-03T14:52:10 | 183,976,961 | 0 | 2 | MIT | 2019-04-29T02:14:42 | 2019-04-29T01:05:25 | C | UTF-8 | C | false | false | 19,043 | h | /** @file HL_het.h
* @brief HET Driver Definition File
* @date 07-July-2017
* @version 04.07.00
*
*/
/*
* Copyright (C) 2009-2016 Texas Instruments Incorporated - www.ti.com
*
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that th... | [
"ysmin1993@hanmail.net"
] | ysmin1993@hanmail.net |
bebe29eda51043afe01d0ed34c087b70de56ff41 | addfc3fde0145072bcc080ff0b4cd3f1cacf896f | /main.c | 88937a3f1cc6013dd234308eb3de121b931c634f | [] | no_license | Latifly/master-SPI | a20c8546465713f12c523e16a4720aec1ca68cb3 | 67cddc3d957bc6c4c0ca2ec464f3ae47e8fe0582 | refs/heads/master | 2020-08-10T09:48:20.226320 | 2019-10-11T01:39:59 | 2019-10-11T01:39:59 | 214,319,332 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 110 | c | /*
* main.c
*
* Created on: Oct 11, 2019
* Author: Alatif
*/
void main(void)
{
while(1)
{
}
}
| [
"alatif303@gmail.com"
] | alatif303@gmail.com |
55c3113f77c3ab4416879bbf72cb527a8d4d5efd | 23277f2e76850236bcef1f9069d02ffe81eaa3b8 | /exercise/optimization/mc_steepest_descent_1d.c | 853af44d5b08689a0a432f3b99d8179dc90daddc | [] | no_license | kaetamura179/computer-experiments | 6ada3556ab70b958c7e68bbed69480b5404cd68d | d180ae5f8fcb27a00b5c1239abd8331ba148bf98 | refs/heads/master | 2023-05-31T00:20:32.097904 | 2021-06-07T10:48:01 | 2021-06-07T10:48:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 544 | c | #include "func_1d.h"
#include "mersenne_twister.h"
#include <stdio.h>
#include <math.h>
int main(int argc, char** argv) {
int seed = 12345;
double x = 12.0;
double dx = 0.01;
int n = 10000000;
double xnew;
int i;
/* set seed of Mersenne-Twister pseudo random number generator */
init_genrand(seed);
... | [
"wistaria@phys.s.u-tokyo.ac.jp"
] | wistaria@phys.s.u-tokyo.ac.jp |
42f9677962f4b11d4caeeb2784886c6d7559a024 | c143c0afc273f0b043c660e0b33aa81e662c8ec6 | /chap2/excercise/2.4.3.c | 2555c0ef03734f2d520333ed2b4f16b5e7bc0f22 | [] | no_license | RezowanTalukder/C-Program-from-Herbert-Schield-C-Programming-Book | fcea36838d111f032b4b887c283a699776192b09 | 9308200a8753bdbbd2b5d2fdfe9397c0e83bdb4d | refs/heads/master | 2020-05-09T13:50:49.582242 | 2019-04-13T17:10:35 | 2019-04-13T17:10:35 | 181,169,264 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 245 | c | #include <stdio.h>
int main(){
int x,i,p;
printf("Enter the number to test: ");
scanf("%d",&x);
p=1;
for(i=2;i<=x/2;i=i+1)
if(x%i==0){
printf("%d\n",i);
p=0;
}
if(p==1)printf("The factors are 1 & %d\n",x);
return 0;
}
| [
"noreply@github.com"
] | RezowanTalukder.noreply@github.com |
7e7bf7196706614245438b66085998a2f08c64d8 | ae65b0687f2aec5f6742a5cf509a3b940561adcb | /FileNameTools.c | dba581cff9ddb53e205504f6158c95ce4545894b | [] | no_license | lisongze/hello-world | eb3f3826a9a5ede6608ed8c21a137d68bb62147e | 1a993a61b9b44a821efbfc605789ab43b70de121 | refs/heads/master | 2021-01-17T10:40:39.859609 | 2010-10-16T06:47:01 | 2010-10-16T06:47:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 226 | c | #include<stdio.h>
#include<string.h>
#include"FileNameTools.h"
int GetDir(char *whole,char* dir)
{
return 0;
}
int GetName(char *whole,char* Name)
{
return 0;
}
int GetExt(char *whole,char* Ext)
{
return 0;
}
| [
"zhaoyan.hrb@gmail.com"
] | zhaoyan.hrb@gmail.com |
487dbc708cd64b9ed56b4d522f0ebd27c9227234 | f47908fc5a6f777fbb664146efe131fe23a46498 | /src/thinman_V2/example/src/drivers/sdcard.c | 02e0f8b8b549ca3951d913a12340bc4512aed964 | [] | no_license | jmeed/teamRocket | 52356731956532e408b4556790c8fb1e42fc6e34 | c72ab8c4798f435b9f846a23dfec2b25501c7d80 | refs/heads/master | 2016-09-06T18:41:12.387679 | 2014-12-25T22:29:44 | 2014-12-25T22:29:44 | 24,075,347 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 10,597 | c | #include <string.h>
#include <FreeRTOS.h>
#include <semphr.h>
#include "crc.h"
#include "spi.h"
#include "logging.h"
#include "./sdcard.h"
#include "chip.h"
static xSemaphoreHandle xMutexSDCard;
#ifdef SDCARD_ERROR_LOGGING
typedef struct {
int command; int response; int argument; int crc1; int crc2;... | [
"interarticle@gmail.com"
] | interarticle@gmail.com |
e03fdc4fe2afe3d1c7033915e6420b5a28ec87f0 | d3e985550f5ca879a44250927ebf83559cfd4d36 | /TestJson/xjson_bool.h | 9531f2f1c7e721e3563aa3b191c1ef9246c4ec29 | [
"MIT"
] | permissive | alecksty/xJson | d8696a828148f5eeaed4884ff431d3eeb37cb598 | 3b5a33ee3b9950746c5a305f5c754782d48c35d6 | refs/heads/master | 2023-09-04T00:40:01.327822 | 2021-10-26T00:45:36 | 2021-10-26T00:45:36 | 267,048,090 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 322 | h | #ifndef _JSON_BOOL_H_
#define _JSON_BOOL_H_
jobject * json_bool_create(jobject * j,jcstring name,jbool value);
int json_bool_parser(S_WordItem *pw, jobject * j);
jbool json_bool_value(const jobject * j);
void json_bool_tostring(const jobject * j,char *pd,int l);
void json_bool_dump(const jobject * j);
#endif... | [
"alecksty@163.com"
] | alecksty@163.com |
89e6c282e7c7ed58e72f03daf36af3c09f4b94c1 | c4cf2bc7a5c7de9cf9af2f9b48543b068b0cb59b | /Algorithms/Sorting/8.0 RadixSort.c | d767bc6aa9c7576752c33915f7a56e53bb4e4ac9 | [] | no_license | PacificPR/DS_ALGO_PRACTICE | abcf36007818d8448fbe50cf7a552ac89cfddf7f | ce42bf740035abb1deab75db78b2ec92bb9d8d8d | refs/heads/master | 2021-05-20T09:45:26.941780 | 2020-10-01T20:08:11 | 2020-10-01T20:08:11 | 252,231,972 | 1 | 2 | null | 2020-10-01T20:08:13 | 2020-04-01T16:41:16 | C++ | UTF-8 | C | false | false | 707 | c |
//Radix Sort
//The lower bound for Comparison based sorting algorithm (Merge Sort, Heap Sort, Quick-Sort .. etc) is Ω(nLogn), i.e., they cannot do better than nLogn.
//Counting sort is a linear time sorting algorithm that sort in O(n+k) time when elements are in range from 1 to k.
//What if the elements are in rang... | [
"prashant.kumarjha63@gmail.com"
] | prashant.kumarjha63@gmail.com |
6bf2b24a83850331ec56907a6034546404f2e182 | 9051285be833202e32278c0904245956ace3ed21 | /C/OS2H/NEWEXE.H | 7872a5ca48952fb8867d1abefa0322ff6984a40f | [
"BSD-3-Clause"
] | permissive | OS2World/DEV-SAMPLES-IBM_OS2_2-0_Toolkit | 1c1b1598020e8cbbc4236fb96d7b1afc9b8d9acb | eefd859f3f9a73c27387641ffb1e47c3dbd3970f | refs/heads/master | 2021-01-12T16:34:13.743107 | 2016-10-20T01:08:04 | 2016-10-20T01:08:27 | 71,412,909 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,134 | h | /*static char *SCCSID = "@(#)newexe.h 6.3 92/03/15";*/
/*
* SCCSID = @(#)newexe.h 6.3 92/03/15
*
* Title
*
* newexe.h
* (C) Copyright IBM Corp 1984-1992
* (C) Copyright Microsoft Corp 1984-1987
*
* Description
*
* Data structure definitions for the DOS 4.0/Windows 2.0/OS-2
* ... | [
"martiniturbide@gmail.com"
] | martiniturbide@gmail.com |
8677ca1ece5effcaec7fc0f37951ef04065fc158 | e446a9fc400621794770cfceb2a100b502ea3fb9 | /include/Collections/array.h | 7b480cab6929eb7ce319ea50eed94812b125c3df | [
"MIT"
] | permissive | akhaten/DGCC | 7dcc6bd18f7e9a7863bebc44664df58b5a5bc96a | 5beaa96dcf2db05b09230c5d0cc8eb758b689c2f | refs/heads/main | 2023-08-23T04:35:23.755192 | 2021-10-05T05:59:22 | 2021-10-05T05:59:22 | 368,110,033 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,777 | h | /**
* \author Jessy Khafif
* \file array.h
*/
#ifndef __ARRAY_H__
#define __ARRAY_H__
#include "types.h"
/**
* \struct Array
* \brief Data structure for collection of element
* \note 0 is the first element
*/
typedef struct s_Array* Array;
/**
* \brief Create a new array
* \return an array empty
* \pos... | [
"khafifjessy@gmail.com"
] | khafifjessy@gmail.com |
2a7079f8952c4accbc690b0e54da253be83e20a2 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/infiniband/hw/qib/extr_qib_twsi.c_scl_out.c | 97ecedf88856f60aadc47a14b96b9c0b02826119 | [] | 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,542 | 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 |
13d111519ecb1d0f41905e5f45dc4a45baeebe43 | 7e03672633f7b282dcb22a001ba7830c86ec3c8b | /engine.c | 32c39ab91615f01d531f94258b60fee4f4a29b0f | [] | no_license | fhemart/ft_printf | 4310ce0bad84d963da17c23d88a2c03102751436 | 12916368f770b0d5dd53553924b972b511b4b156 | refs/heads/master | 2020-04-22T02:28:30.051603 | 2019-02-11T01:49:51 | 2019-02-11T01:49:51 | 170,050,611 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,299 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* engine.c :+: :+: :+: ... | [
"fhemart@student.42.fr"
] | fhemart@student.42.fr |
6f64dcda31437626b3ab471bde99c5b4b927cca1 | 387ad3775fad21d2d8ffa3c84683d9205b6e697d | /openhpi/tags/released_0_9/plugins/snmp_rsa/t/tutils_oid.c | 47a841fc876c8350aa9b5702594daa941b97d74d | [] | no_license | kodiyalashetty/test_iot | 916088ceecffc17d2b6a78d49f7ea0bbd0a6d0b7 | 0ae3c2ea6081778e1005c40a9a3f6d4404a08797 | refs/heads/master | 2020-03-22T11:53:21.204497 | 2018-03-09T01:43:41 | 2018-03-09T01:43:41 | 140,002,491 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,822 | c | /* -*- linux-c -*-
*
* (C) Copyright IBM Corp. 2004
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This
* file and program are licensed under a BSD style license. See
*... | [
"nobody@a44bbd40-eb13-0410-a9b2-f80f2f72fa26"
] | nobody@a44bbd40-eb13-0410-a9b2-f80f2f72fa26 |
d0970da016322e0d82b475754031ba99c64a954f | 14df3072980312bc9802fdcdd6ba40235f2c4922 | /app/src/main/cpp/SoftEtherVPN/src/Cedar/Connection.c | 639e06b8f0d16cead4a620355ccfed932ed54ab1 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | dezng/softethervpn-android | 50efe436a38d04a236b992c7cc29feb881e0d32e | 33044e4e21d24febf086774a89a79ce7914b76f1 | refs/heads/main | 2022-12-31T05:44:14.324040 | 2020-10-22T10:08:21 | 2020-10-22T10:08:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 72,001 | c | // SoftEther VPN Source Code - Developer Edition Master Branch
// Cedar Communication Module
// Connection.c
// Connection Manager
#include "CedarPch.h"
// Determine whether the socket is to use to send
#define IS_SEND_TCP_SOCK(ts) \
((ts->Direction == TCP_BOTH) || ((ts->Direction == TCP_SERVER_TO_CLIENT) && (s->... | [
"openrootsofficial@gmail.com"
] | openrootsofficial@gmail.com |
52d69d742ca26f146b68e9bdec2e788ced6d29c5 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/04aaaaee-4a2a-44e8-8a5c-46d716edf66e.c | d2488b46ab15c391bbc20f36d78258688cad6b76 | [] | 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 | 253 | c | #include <stdio.h>
int main() {
int i=0;
int j=42;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = i/j;
l = i%j;
l = l%j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
593a8526b3bc266e3acf3d0dc6faf1f4eb1b8dbf | 94642a1310d76fa1dee13b3c8bbea2dde33abfda | /oobi_projects/sources/pmclib/pmc_sendcmd.c | aae091fab0a8ab290ddc3ff15f735acdc4603cc7 | [] | no_license | liweinan/acs5000-GPL-3.3.0-5 | 5a0e988d75fa8eabc0a807968e053e0741825c10 | 12117e732e9a0c224e20068282b82dcba4d13d69 | refs/heads/master | 2020-12-13T16:51:26.825726 | 2020-01-17T05:52:32 | 2020-01-17T05:52:32 | 234,476,550 | 0 | 0 | null | 2020-01-17T05:22:22 | 2020-01-17T05:22:21 | null | UTF-8 | C | false | false | 69,919 | c | /*****************************************************************
* File: pmc_sendcmd.c
*
* Copyright (C) 2006 Avocent Corporation
*
* www.avocent.com
*
* Description:
* This file has the send command routines of the PM Client
* Library.
*
*****************************************************************/
#def... | [
"james.hilliard1@gmail.com"
] | james.hilliard1@gmail.com |
91c6b1f57915134c54cb9b05f2eec2cc445fe9fd | 7cc763d37a1cc269aeb60de4c0aa23db0c77cfcd | /examples/arrayIndexingBug/src/old.c | 88cd9e5f17f1f392b160f416867f88f3447d5578 | [
"NCSA",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | madhavPdesai/ahir | 8a0d283f0fb38797a67e46b574902671846337eb | 60f1d0cc34f413128a3553d058e2bde49bbf4135 | refs/heads/master | 2023-06-07T10:00:22.813756 | 2023-05-31T11:45:16 | 2023-05-31T11:45:16 | 3,706,944 | 39 | 15 | NOASSERTION | 2019-05-01T14:25:55 | 2012-03-13T13:47:44 | VHDL | UTF-8 | C | false | false | 4,479 | c | #include <stdint.h>
#include <timer.h>
#include "Pipes.h"
#include "MatMulVec.h"
#ifndef SW
void loop_pipelining_on();
#else
void loop_pipelining_on() {}
#endif
#include "Macros.h"
// all arrays will be statically declared, and will
// have a maximum size.
double diagPtrCell[BUFSIZE], psiPtrCell[BUFSIZE], ApsiPt... | [
"madhav@ee.iitb.ac.in"
] | madhav@ee.iitb.ac.in |
51121a3d55719c2bc9431cb8c6ec37a39759e816 | f7623e574e578cb21efb2716c1f17df37728ffc8 | /proxy/xml_msg_dispatcher.c | 9d43d8a783c18e6e1edbe469018c82c8be58c79c | [] | no_license | JamesYangJian/go2see | f83b542081ae1ca461e64f1f5015ea565cdc638e | 124a98c385c995e125a35e4d580dcbbe05ae086b | refs/heads/master | 2020-05-22T00:12:29.260574 | 2017-03-12T06:41:40 | 2017-03-12T06:41:40 | 84,653,573 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,206 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "ezxml.h"
#include "sys_utils.h"
#include "xml_msg_dispatcher.h"
#include "channel.h"
#include "xml_msg_handler.h"
#include "msg_define.h"
static S_XML_MSG_DISPATCHER dispatcher_list[] =
{
{E_REGISTER_CODE, register_handler},
{E_PROGROM_IN... | [
"yangj_2003@hotmail.com"
] | yangj_2003@hotmail.com |
34c6253a3a5496f9ff40aae184f671b854e30ad2 | f9192751e28cccd5d969d9aaa9ed9798c070d901 | /symbol.c | 7519dbaab83f36f3dd77899836f1feea78b7b571 | [] | no_license | nanAdair/linker-demo | f9c83eee97edc37ca5cf2d3b99e8b74b729a80e8 | 730c3d0e14367b77e90dd796644ed31f8d215740 | refs/heads/master | 2016-08-06T18:22:43.007195 | 2014-05-04T07:47:21 | 2014-05-04T07:47:21 | 17,351,471 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,809 | c | /*
* =====================================================================================
*
* Filename: symbol.c
*
* Description:
*
* Version: 1.0
* Created: 03/04/2014 10:07:02 AM
* Revision: none
* Compiler: gcc
*
* Author: YOUR NAME (),
* Organizati... | [
"wangbn15@gmail.com"
] | wangbn15@gmail.com |
01bace6294a95b4c9f12efd044cfa71e946ff38f | 383a91ab0c9b19c4df8c9c1b201fcd83ecad2554 | /Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_wwdg.c | 74f752e7bcd5abe85778310bffcc3d88b7e1bfbb | [
"MIT"
] | permissive | whatcall/stm32f0-emulated-eeprom | 4494eafcdc82f08fd96b60c002991e55e09a281a | f4877f501c2c30467933d84ec091e2b7492db369 | refs/heads/master | 2021-01-19T15:40:04.792083 | 2014-10-22T03:23:29 | 2014-10-22T03:23:29 | 24,409,631 | 3 | 7 | null | null | null | null | UTF-8 | C | false | false | 10,116 | c | /**
******************************************************************************
* @file stm32f0xx_wwdg.c
* @author MCD Application Team
* @version V1.2.0
* @date 01-August-2013
* @brief This file provides firmware functions to manage the following
* functionalities of the Wind... | [
"whatcall@126.com"
] | whatcall@126.com |
4011e5e61b5dc20b55a65155435e146b20d62ed9 | ad2d023aee0842388d26195d55b063c1e990a534 | /libft/ft_memcmp.c | 59ee050065741bb10fb28877fa8788b875bdab2c | [] | no_license | ftwftw0/minishell | 9cd38e54f7ca2df7a5f8c84500bd49b32f94fef7 | 550365dd812ae89788a128f2b107ff3950bc8ee6 | refs/heads/master | 2021-01-10T11:09:29.038232 | 2017-12-07T17:35:41 | 2017-12-07T17:35:41 | 47,212,109 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,173 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memcmp.c :+: :+: :+: ... | [
"iceteapowa@gmail.com"
] | iceteapowa@gmail.com |
3c8dc2ee802eca89a611465b6c3e12db9d24301d | da3a4b2e85c90fa8945e8f115df766cd72f45006 | /source_multiband/atpl250_carrier_mapping.c | f446afc7f897150b3514c5a9d55d34c5779f9b2e | [] | no_license | zhaohengbo/ATPL250-PHY-SDR-DRIVER | 85520249d54518b3921c8e08238b8588c2f8f01a | 95cecb5b198a5bb942e184c7de4a6a06d72ff668 | refs/heads/master | 2020-06-01T23:21:01.419946 | 2019-06-09T04:27:05 | 2019-06-09T04:27:05 | 190,963,778 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 10,068 | c | /**
* \file
*
* \brief ATPL250 Carrier Mapping Functions
*
* Copyright (c) 2014 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistrib... | [
"1755923166@qq.com"
] | 1755923166@qq.com |
60a7a8ccfb7aa7f1d3abe4ad220134217f92f20e | 9a8b63999fcbafded287b8aaabf3b67c718e9502 | /general_codes/Sem3_DSA/linked_list/circular_singly_linked_list/delete_begin.c | e688f12cb7c09347b2e83b7a39e44a91d4422dc6 | [] | no_license | AasthaSinha2305/DSA | d417072e584e21126252ce2287ca0dea10c1ead8 | 1de19d3d7198d716d1da735a1c23367b4e136514 | refs/heads/master | 2023-08-31T17:17:10.730525 | 2021-10-23T21:17:00 | 2021-10-23T21:17:00 | 284,108,554 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,622 | c | #include <stdio.h>
#include <stdlib.h>
struct Node{
int data;
struct Node *next;
};
struct Node *head = NULL;
void insert_End(struct Node *new_node){
struct Node *temp;
if(head==NULL){
head = new_node;
new_node->next = new_node;
}
else{
temp = head;
w... | [
"55781193+AasthaSinha2305@users.noreply.github.com"
] | 55781193+AasthaSinha2305@users.noreply.github.com |
f4e0a9073de9f71085f08cee2997dbe7403a16c1 | 1ad521d69432b96e10ecfba0fbee90a7d1caaa06 | /s5p_mmc.h | 67106995f4aa24e45fc0492030cf56340302bba6 | [] | no_license | yaolongli520/s5p6818_SDMMC | 51d4592103e789ae1ad6aaf1c2d6aad18b384e06 | a462827732004a38d3f30a236d2e05df3f632fa5 | refs/heads/main | 2023-03-22T15:47:20.685120 | 2021-03-21T15:43:03 | 2021-03-21T15:43:03 | 350,040,910 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,972 | h | /*
* Synopsys DesignWare Multimedia Card Interface driver
* (Based on NXP driver for lpc 31xx)
*
* Copyright (C) 2009 NXP Semiconductors
* Copyright (C) 2009, 2010 Imagination Technologies Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gene... | [
"992770449@qq.com"
] | 992770449@qq.com |
90b04c03281e8f4eb6b0ee3070f7c2035ed5f54a | 18740d51091113dbadb900c04493da3d0e2ba779 | /client/lua/src/luabind/ssl.h | 1a83aa77c4cc782eb74df8688a8b2110f76b83b6 | [] | no_license | tinysss/flyfish | 55aee78e458667d8a9bc3a2bcd6e74c5bbaa71c9 | 1258fe70074e386b6b888aacf3ac91ba59ecff3d | refs/heads/master | 2023-02-20T23:31:06.518589 | 2021-01-27T08:13:30 | 2021-01-27T08:13:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,544 | h | #include <openssl/ssl.h>
#include <openssl/err.h>
int32_t lua_SSL_CTX_new(lua_State *L) {
const char *method = luaL_checkstring(L,1);
lua_SSL_CTX *ctx = LUA_NEWUSERDATA(L,lua_SSL_CTX);
if(0 == strcmp(method,"SSLv23_server_method")){
ctx->ctx = SSL_CTX_new(SSLv23_server_method());
}
//to do:other ... | [
"sniperhw@163.com"
] | sniperhw@163.com |
c4b58a7fcd00884722da4b649c97a0e3cb8e5360 | 5896167027f07d1e53672ebb76b60ed7bf2f09c8 | /Win10_20H1_19002/ARM64/System32/ndis.sys/Standalone/_NDIS_GFT_COUNTER_INFO.h | 39b377d787f55888b477fe900b5e57a1cdaf4345 | [] | no_license | antiwar3/headers | c776e1de8b552e1284901361907f5e7515ef20ae | e3ec0f11f62cdc76b6c0b6b9fa0d6ffe55e476f0 | refs/heads/master | 2021-05-25T22:49:20.063532 | 2020-02-24T21:43:26 | 2020-02-24T21:44:11 | 253,953,543 | 1 | 2 | null | 2020-04-08T01:25:44 | 2020-04-08T01:25:44 | null | UTF-8 | C | false | false | 1,320 | h | typedef struct _NDIS_OBJECT_HEADER
{
/* 0x0000 */ unsigned char Type;
/* 0x0001 */ unsigned char Revision;
/* 0x0002 */ unsigned short Size;
} NDIS_OBJECT_HEADER, *PNDIS_OBJECT_HEADER; /* size: 0x0004 */
typedef enum _NDIS_GFT_COUNTER_UPDATE_FREQUENCY
{
NdisGftCounterUpdateFrequencyUndefined = 0,
NdisGftCoun... | [
"w.benny@outlook.com"
] | w.benny@outlook.com |
b6a797aac6188e73c030fb26e7c3b66663e4256c | 2fdcfbd9a3123ec2f8c658b785e32068c86a5f3a | /BLE-CC254x-1.3.2-KEY/Projects/ble/Include/gattservapp.h | 2a39f2dcc338c7eac78c05fbf64a23bb81841647 | [] | no_license | gejiangwendi/c_and_8bit-mcu | 21d8f68aa705baac7023bb6d9e81d0d0d5f4282a | a61e331d25d65315790054e20150c89bba18b9f9 | refs/heads/master | 2021-06-21T12:15:30.658010 | 2020-03-09T14:31:33 | 2020-03-09T14:31:33 | 100,465,334 | 0 | 1 | null | null | null | null | WINDOWS-1258 | C | false | false | 27,692 | h | /**
@headerfile: gattservapp.h
$Date: 2009-06-29 16:20:52 -0700 (Mon, 29 Jun 2009) $
$Revision: 20240 $
@mainpage BLE GATT Server Application API
Description: This file contains the GATT Server Application (GATTServApp)
definitions and prototypes.<BR><BR>
\image html ... | [
"danghao0815@163.com"
] | danghao0815@163.com |
d3eae559abf4aa541bb432a2a7e39584dede48ad | a44f75231a8436ef0c524c0ab5032c1b496a9e92 | /AIMediaBusContext.h | ef35df4d0efd523d21f4a7e6f034bbd7d705d39a | [] | no_license | gatlin/AVChat | c0313baa5bbde87b7ff2f24b956636884669b70b | c78e2dfc5b7f324909f62e3999355c079ea77e04 | refs/heads/master | 2020-12-24T17:08:00.368684 | 2010-10-08T22:13:22 | 2010-10-08T22:13:22 | 900,872 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,192 | h | //
// AIMediaBusContext.h
// Created by Jonathan Lyons on 4/25/10.
// Copyright 2010 Jonathan Lyons. All rights reserved.
//
//
//This file is part of VoiceVideoPorts2.
//
//VoiceVideoPorts2 is free software: you can redistribute it and/or modify
//it under the terms of the GNU General Public License as published by... | [
"gatlinjohnson@gatlin-johnsons-macbook.local"
] | gatlinjohnson@gatlin-johnsons-macbook.local |
12b5931661c8f13efa3999792f44bf45ae1ad4df | 91914a5d1450d3497faeb5ff35435268deaa9ef9 | /sunway/EX2/slave_arrAdd.c | 83eb60316df95eaf6b9378e90664ab247a6109f6 | [
"Apache-2.0"
] | permissive | yindaheng98/IntroToSunway | 80b0236bac01be42df3cab160a0539f05328081e | c9cd2087981cc411459721740c303313940160e7 | refs/heads/master | 2023-02-05T15:54:31.131366 | 2020-12-30T12:37:16 | 2020-12-30T12:37:16 | 196,028,726 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 827 | c | #include "simd.h"
#include "slave.h"
#define X 64
#define Y 2048
__thread_local int my_id;
__thread_local volatile unsigned long get_reply, put_reply;
__thread_local int A_slave[Y], B_slave[Y], C_slave[Y];
extern int A[X][Y], B[X][Y], C[X][Y];
void func()
{
int i;
intv8 v,va;
my_id = athread_get_id(-1);
... | [
"yindaheng98@163.com"
] | yindaheng98@163.com |
b8787e977026c32fd4fa68487eddba96d9572346 | 488378d66dfb12d3292886b160243aa24e27c420 | /linux-3.16/drivers/clk/clk-nspire.c | a378db7b23822a9cb6da0bd52fc3c47fa3206260 | [
"Unlicense",
"GPL-1.0-or-later",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | jj1232727/system_call | 3ec72bdecad15a43638cc5eb91ba1ae229d651bb | 145315cdf532c45b6aa753d98260d2b1c0b63abc | refs/heads/master | 2020-08-11T13:56:16.335620 | 2019-10-12T11:12:53 | 2019-10-12T11:12:53 | 214,575,269 | 0 | 0 | Unlicense | 2019-10-12T04:06:22 | 2019-10-12T04:06:22 | null | UTF-8 | C | false | false | 3,861 | c | /*
*
* Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
*
* 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.
*
*/
#include <linux/clk-provider.h>
#include <linux/err.h>
#in... | [
"jj1232727"
] | jj1232727 |
83457f9338e45f146d52297279f5cc36949f5916 | edb7edc1fc2ffc596dcad29cd149c8658286c306 | /src/operations/sab.c | 8c76b1fda7ba783ba208252c7932a510b40b370c | [] | no_license | sgigaba/Pushswap | 2fa06d6a75cca8ee8aaf788c562ec3d355969758 | 8faf7d9fe5a02eb1279df7c8b1181282d45444e7 | refs/heads/master | 2020-03-29T02:06:06.871627 | 2018-09-19T09:26:09 | 2018-09-19T09:26:09 | 149,420,539 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,906 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* sab.c :+: :+: :+: ... | [
"sgigaba@e4r7p3.wethinkcode.co.za"
] | sgigaba@e4r7p3.wethinkcode.co.za |
f395e88ffc1796913745221bf3a96b22c001202b | 6c1d2d4cb0c02dfcb58734117451406e1ea31921 | /spicelib/devices/vcvs/vcvsinit.h | f9c185fc03e03b69a14df7b328a7385a1f3bbd00 | [] | no_license | kakungulu/ramspice | 29176a5df927e2fa2fcd280b556f7a2d9e393da5 | 10e5f97c7e2e548c8e7f79c8723e5fca3fba42e0 | refs/heads/master | 2021-07-01T16:50:10.465953 | 2015-05-06T23:53:07 | 2015-05-06T23:53:07 | 30,081,733 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 196 | h | #ifndef _VCVSINIT_H
#define _VCVSINIT_H
extern IFparm VCVSpTable[ ];
extern char *VCVSnames[ ];
extern int VCVSpTSize;
extern int VCVSnSize;
extern int VCVSiSize;
extern int VCVSmSize;
#endif
| [
"ystatter@chencloud1.(none)"
] | ystatter@chencloud1.(none) |
e949b00eeb51f2b4755cdde199fd09af18b91eec | ce99bd11ca505967277f4689c621479c1987698e | /assets/obseg/text/LleeE.c | f62fce5eccaf4708cb4980f79fe02c66384e3675 | [] | no_license | n64decomp/007 | 5951258890f15431f273e1503674c5e0402c66e0 | c46751089ddc18b12ef7a45b6a3e03de2054c422 | refs/heads/master | 2022-11-08T23:34:54.021033 | 2022-10-29T14:41:01 | 2022-10-29T14:41:01 | 241,212,109 | 359 | 48 | null | 2020-11-21T23:30:31 | 2020-02-17T21:31:00 | C | UTF-8 | C | false | false | 41 | c |
char *LleeE[] = {
0,
0,
0,
0,
0
};
| [
"kholdfuzion@gmail.com"
] | kholdfuzion@gmail.com |
e9a8aed86c7b97d42fecb9a839eaf9198fee7a9f | aeb2d28aa2a9ce281e0ec50c64fb7cf24a8b18e6 | /ibus/lib/asn1/ranap/Ass-RAB-Parameters.c | 6a008667c64f5ad04e5176cde57ca7d4b35bef05 | [] | no_license | kkcloudy/dameongroup_v0.1 | 2767df096e3f5ac27437c9a2589e55c51aafd91e | 92e93607c3ad3e3e9818c86131b9a5d727c61b6a | refs/heads/master | 2021-05-30T05:53:44.202801 | 2015-10-27T02:07:25 | 2015-10-27T02:07:25 | 48,022,080 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,880 | c | /*
* Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
* From ASN.1 module "RANAP-IEs"
* found in "RANAP-IEs.asn"
*/
#include "Ass-RAB-Parameters.h"
static asn_TYPE_member_t asn_MBR_Ass_RAB_Parameters_1[] = {
{ ATF_POINTER, 3, offsetof(struct Ass_RAB_Parameters, assMaxBitrateInf),
(ASN_TAG_CLASS_CONTEXT | ... | [
"sush@autelan.com"
] | sush@autelan.com |
c33830d1dd619833d882d2c759a5ee8fe16b2b5f | 80f3b23dce2738ff296d938a16b9f5bc8a7773f2 | /UNP/ref/C/Aula01/condicional_media.c | 0866d17bc01f862c6f72141e8145735c17b9ce97 | [
"MIT"
] | permissive | ed1rac/AulasEstruturasDados | 32431334fcbf072a5a5a34124ca54f59d69f8eda | 8e656f846f2de4783aa59dbed8ff57b9b4b48c09 | refs/heads/master | 2023-08-31T22:08:25.222803 | 2023-08-17T21:51:22 | 2023-08-17T21:51:22 | 41,948,152 | 8 | 3 | null | null | null | null | UTF-8 | C | false | false | 899 | c | #include <stdio.h>
#include <stdlib.h>
int main(){
float nota1, nota2, media, exame, quanto_falta;
printf("Digite a N1 da disciplina: ");
scanf(" %f", ¬a1);
printf("Digite a N2 da disciplina: ");
scanf(" %f", ¬a2);
media = (nota1 + nota2)/2;
if(media>=7){ //tomada de decisão
... | [
"edkallenn@gmail.com"
] | edkallenn@gmail.com |
283a75e84f128f2cf0cfd44a79595982e9eebebe | 9327697b203dd159132646b9399fe2375183d07a | /src/cmnalib/include/cmnalib/at_def_sierra_wireless_em7565.h | 0b07cb24d39eb5740aa6e47dca7d2774148aa176 | [
"MIT"
] | permissive | falkenber9/c-mnalib | 2de27b6184fceee5da7f49bfa82912f17e17f946 | 117c7047ccbec4deae5444cb5b69bdae01ddd175 | refs/heads/master | 2021-07-02T14:19:17.048054 | 2020-11-20T10:16:40 | 2020-11-21T06:31:56 | 185,939,333 | 5 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,780 | h |
/* ADDCOMMAND( ENUM_ENTRY_NAME, AT_COMMAND_STRING, TTY_TIMEOUT_SEC, TTY_TIMEOUT_USEC) */
ADDCOMMAND( SW_EM7565_AT_READY, "at", 0, 10000),
ADDCOMMAND( SW_EM7565_AT_RESET, "at!reset", 0, 10000),
ADDCOMMAND( SW_EM7565_AT_INFO, "ati", 0, 10000),
ADDCOMMAND( SW_EM7565_AT_GSTATUS, "at!gstatus?", 0, 500000),
ADDCOMMAND( SW... | [
"robert.falkenberg@tu-dortmund.de"
] | robert.falkenberg@tu-dortmund.de |
1b60a64fb5562cec42874af16290c21f45d1ad37 | c87c36977652b6c76a3042a5df63f977461f68f5 | /Software/SDK1_1/platform/system/src/clock/MKV31F12810/fsl_clock_MKV31F12810.h | 39f3948ffad290e313f3cdc4db9dfe16a01fd0e8 | [
"MIT"
] | permissive | colossus212/Quadcopter_Will | a21abe97a881b66216e4764135c1786c191f29cf | fd0b0d3db28ff4d2b93b3c481a0378bd0302ae57 | refs/heads/master | 2021-01-15T22:57:42.411637 | 2015-03-20T10:01:03 | 2015-03-20T10:01:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 34,141 | h | /*
* Copyright (c) 2013 - 2014, Freescale Semiconductor, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice, th... | [
"wenjian.cn@gmail.com"
] | wenjian.cn@gmail.com |
7bf13c9ee9d9aab3cd273cd23733e0ea5a0f2f58 | 41f6862140ffad2d54323b28feacdfacbb635a65 | /main.c | 2a0f0374e54766264e4dc528800896dfa45e8690 | [] | no_license | theSTremblay/ee445l-lab4- | 0298e089b97d40e32be2b17c935bcf627c4226f6 | cd0bc688cb6e6cbb43ca97677db5a29a947d1a66 | refs/heads/master | 2021-04-29T00:31:14.862480 | 2018-02-24T02:04:45 | 2018-02-24T02:04:45 | 121,831,095 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,072 | c | /*
* main.c - Example project for UT.6.02x Embedded Systems - Shape the World
* Jonathan Valvano and Ramesh Yerraballi
* September 14, 2016
* Hardware requirements
TM4C123 LaunchPad, optional Nokia5110
CC3100 wifi booster and
an internet access point with OPEN, WPA, or WEP security
* de... | [
"noreply@github.com"
] | theSTremblay.noreply@github.com |
bb2336fb72ba584856ddf16801773931d60fb018 | 5035b778d1d612af3d3f4df5fb228fd22398546f | /SMART_HOME_UART_SPI/SMART_HOME_UART_SPI/DIO_CFG.c | e7548504e978029e8d38e05bb8bd42923be624ef | [] | no_license | mostafa4444/SMART_HOME_UART_SPI_CONNECTION | 2b8cbf9f0643244a868c4a7bd2f8068fedeb215b | 86cccd72cf46a5130050c539e7957894544ba1ab | refs/heads/master | 2022-11-05T02:19:35.841603 | 2020-06-21T12:28:49 | 2020-06-21T12:28:49 | 271,670,419 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,597 | c |
#include "DIO_CFG.h"
const DIO_PinConfig PinConfig[] = {
//PORTA
{Output,STD_LOW},
{Output,STD_LOW},
{Output,STD_LOW},
{Output,STD_LOW},
{Output,STD_LOW},
{Output,STD_LOW},
{Output,STD_LOW},
{Output,STD_LOW},
//PORTB
{Output,STD_LOW},
{Output,STD_LOW},
{Output,STD_LOW},
{Output,STD_LOW},
{Output,STD_L... | [
"41346417+mostafa4444@users.noreply.github.com"
] | 41346417+mostafa4444@users.noreply.github.com |
0291cb5f595161262d4f2626f63d3a7155acd593 | cbdf3eddbfdcf08270999dd971168ea2ddeeab60 | /semestre_1/algoritmos/tabuada.c | 9857be1b8d061307ee313171ecd254c946b760e7 | [] | no_license | RodrigoCapuzzi/FATEC | 8e40475d2421d89601eb52f1b0defeaf2de0800b | d1172f64ad7a89c8cffe71e3e0a0d82b7b0e795a | refs/heads/main | 2023-07-19T03:28:33.453419 | 2021-09-14T00:58:35 | 2021-09-14T00:58:35 | 306,489,193 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 353 | c | //D- Faça um algoritmo que dado valor inteiro informado, calcule e exiba a tabuada do numero de 1 a 10
#include <stdio.h>
int main()
{
int n, result;
printf("Qual tabuada voce quer?\n");
scanf("%i", &n);
for (int i = 0; i <= 10; i++)
{
result = i * n;
printf("%i * %i = %i\n", i, n,... | [
"noreply@github.com"
] | RodrigoCapuzzi.noreply@github.com |
00c85a6c4c54f9476f41feee0c995922adeb007c | d2c87eb2f53a0f6e985b4e05de582585ee7d1f6e | /3_Implementation/project_main.c | 9b6e4f12fb52b7ac5291aec5242114ef3c28e69c | [
"CC0-1.0"
] | permissive | 99003734/SDLC_N2_Calculator-main | 3f8fbe9602054bc95eb5c78cdacd60f89e94363e | 2bce30916918553c4ba02c65c51ab14c054a4ea3 | refs/heads/master | 2023-03-20T09:13:17.778741 | 2021-03-12T08:05:21 | 2021-03-12T08:05:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 121 | c | #include "Calculator.h"
/* Start of the application */
int main(int argc, char *argv[])
{
calculator();
}
| [
"aditya.mewara@ltts.com"
] | aditya.mewara@ltts.com |
8b945cba1b8e6840301b15d028ec4ff3f40dea7e | 75b2be7bee9a3b1825c21d1b6cf44bf571a5e118 | /main_mpi.c | 9b0d908614be84ff3c094d2b297f127ec70185e1 | [] | no_license | gabriel-arauj/Problema_da_mochila_DP | 9cff1fe11a130766f747bd562c58c61409a6b5a9 | a26f3ab39674f55078c14746693112cc8c3dd3f8 | refs/heads/master | 2020-04-09T00:33:53.807780 | 2018-12-12T03:31:44 | 2018-12-12T03:31:44 | 159,872,390 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,975 | c | /**
* Instituto Superior de Tecnologia - IST/FAETERJ
* Disciplina: Sistemas Operacionais II
* Professor: Douglas Oliveira
* Turno: Noite
* Aluno: Willian Justen de Vasconcellos
*/
#include <stdio.h>
#include <stdlib.h>
#include <mpi.h>
int main(int argc , char *argv[])
{
int tam = atoi(argv[1]);
int size,rank... | [
"gabriel-araujo52@hotmail.com"
] | gabriel-araujo52@hotmail.com |
8538c486fa7cfa6af163f07deaa53274ac1b6c9c | dfc96830203c048e56b36574d10c7c35390b89f1 | /Libs/tsPeriph/FF_3rdPty/NRF51_52fwlib/standard_Libs/nrf51_52_StdPeriph_Driver/nrfx/inc/nrfx_temp.h | 3f31430e4660f466c051d572d003bfa3a280cd30 | [] | no_license | Schlatter076/EMB-BL-ccm-xx-C | 001c6114666517a5335d5eda71be049499632e83 | 71810da5c450bbc9c10e315a839fcd24386c2f3f | refs/heads/master | 2023-08-25T16:49:07.500629 | 2021-06-11T10:16:28 | 2021-06-11T10:16:28 | 371,907,559 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,361 | h | /**
* Copyright (c) 2019, 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, t... | [
"taoliyong@tacsense.cn"
] | taoliyong@tacsense.cn |
c848baf4c90e214606520c0e7d05fdf08f7af997 | b2067be590270a125f87036bdf0a6aee4ac0f5b0 | /OpenRT_project/OpenRT/src/OpenRTServer/src/monitor/monitorEntry.c | 5dec306b34a4c919f343c6d82b369db0f7c79228 | [] | no_license | Heisenberg425/work | 6fb8cc829814b508bbfc4f3efe2033418e5047ca | 2485255339adb75efbfde8e478ad70e0b5d6f72b | refs/heads/master | 2023-01-03T21:21:38.863651 | 2020-11-04T09:03:35 | 2020-11-04T09:03:35 | 309,297,675 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 6,308 | c | /*********************************************************************************************************
**
** 中国软件开源组织
**
** 嵌入式实时操作系统
**
** SylixOS(TM) LW : long wing
**
** Copyright Al... | [
"511445223@outlook.com"
] | 511445223@outlook.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.