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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
be38094cae2635d485ddd8ce0ee163275bfd34cd | 9b1e36524884d66f5428cdb60aefe49148d166ef | /src/headers/execution.h | 1dd1d2f1e04577357825cd1b06e83d9449a36e22 | [] | no_license | sairamkolla/Bash-Shell | d7dac06f5b8184090c3e01c066edab42afb2e9f5 | f709359969a31067cdaf0b3c3cd89c724b8b0059 | refs/heads/master | 2021-07-11T10:12:34.517853 | 2017-10-12T20:38:29 | 2017-10-12T20:38:29 | 44,042,038 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 86 | h | void fork_pipes(char **,char *);
void final(char **,char *);
int count_args(char **);
| [
"sai.kolla24@gmail.com"
] | sai.kolla24@gmail.com |
46113d960b666d2fa5aa8d387896ae7ae92f7b47 | 5b7d0f4b79a411e2fba1ea24c9cf1d4af20f813d | /iOS8.4/System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager-Structs.h | 999a18d87ba8f655f48134b7dfd95076b0b202a1 | [] | no_license | ichitaso/iOS-iphoneheaders | 07ebebac9afb043f10d921c15f24c44ce664b800 | e0e0b2f57eeb94a0d07036e6dc14472cd1972843 | refs/heads/master | 2023-06-08T08:07:00.244639 | 2023-05-28T11:03:07 | 2023-05-28T11:03:07 | 21,318,634 | 81 | 57 | null | 2018-05-14T19:47:30 | 2014-06-29T07:24:01 | null | UTF-8 | C | false | false | 436 | h | /*
* This header is generated by classdump-dyld 0.7
* on Wednesday, July 22, 2015 at 5:21:11 PM Japan Standard Time
* Operating System: Version 8.4 (Build 12H143)
* Image Source: /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
* classdump-dyld is licensed under GPLv3, Copyright © 201... | [
"willfeeltips@gmail.com"
] | willfeeltips@gmail.com |
599f4e0742365db6a399e5ea9f071733497bc098 | 2c26415cdae5dfc39fbfe31c1ea026710941193c | /PEWorkspace/Code/lua_dist/src/loslib.c | b4871d3e30e0b6304738238b2315a06d7ccced95 | [] | no_license | Jcat21/PrimeEngine | 31982cc0cd5dc119158156d3c6342706ca5f2b66 | f85da4c31e546c499f066cd9069851254516bcf0 | refs/heads/master | 2020-04-21T10:56:13.938601 | 2019-02-07T01:43:35 | 2019-02-07T01:43:35 | 169,503,385 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,391 | c | /*
** $Id: loslib.c,v 1.19.1.3 2008/01/18 16:38:18 roberto Exp $
** Standard Operating System library
** See Copyright Notice in lua.h
*/
#include <errno.h>
#if !PE_PLAT_IS_PSVITA
#include <locale.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <time.h>
#define loslib_c
#define LUA_LIB
#include "lua.h"
... | [
"durhamca@usc.edu"
] | durhamca@usc.edu |
ec1a619f66f75587dc022815c0f0a1c2485a88c8 | ecc0ed15e893c7dd4f65afcb7ab5788499b9de78 | /lab6/flowgraph.h | 41a8fa41adc329c56123d649f67c9d1fbb74af86 | [] | no_license | CJTSAJ/Compiler-labs | 880e4933db82565397c7bae58544a3ea84330318 | e1d74e5bcca659f54036221d16437d7faa2ceadd | refs/heads/master | 2020-04-13T07:40:05.053393 | 2018-12-17T11:33:12 | 2018-12-17T11:33:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 403 | h | /*
* flowgraph.h - Function prototypes to represent control flow graphs.
*/
#ifndef FLOWGRAPH_H
#define FLOWGRAPH_H
#include "graph.h"
#include "temp.h"
#include "assem.h"
Temp_tempList FG_def(G_node n);
Temp_tempList FG_use(G_node n);
bool FG_isMove(G_node n);
//G_graph FG_AssemFlowGraph(AS_instrList il, F_frame ... | [
"1245709462@qq.com"
] | 1245709462@qq.com |
eca589545020bf74d1feb37786ee08c80385e9a9 | 67d4fa3408da84ac03cffb24d951483ba5a7426f | /C_Piscine/C/C02/ex11/ft_putstr_non_printable.c | 90586a196ab2a20195e25d39c78a9777c5fc9c5d | [] | no_license | Fahrek/42-3 | 7493935225d6af06655a9d8ea2ee8a6b902a696a | 2526ca315ae9952dd4ba36239c5ba22bf2a16b75 | refs/heads/main | 2023-06-08T08:55:08.876087 | 2021-06-28T15:53:26 | 2021-06-28T15:53:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,376 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putstr_non_printable.c :+: :+: :+: ... | [
"mflorido@c1r7s3.42madrid.com"
] | mflorido@c1r7s3.42madrid.com |
78c8e2072e4573a9c795d7234bb8869119da2584 | 229552ebaaf931b17412a4f3bdcd601ea5d99b22 | /Linguagem C/C como programar/Módulo 02/07.capitulo/fig07_04/fig07_04.c | 90f340a33b3de5ff2320aca83d1322c888323c42 | [] | no_license | eduardoprograma/linguagem_C | c9366c86b526747ef2708b141c8b4ede053fdd2a | bec534ef37b0aab382271846b383d91527e15ad7 | refs/heads/master | 2021-07-06T06:20:42.936577 | 2020-08-16T00:45:43 | 2020-08-16T00:45:43 | 159,847,347 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,144 | c | /*
============================================================================
Name : fig07_04.C
Author : deitel
Creation date : 05/08/2019
Version : R00
Copyright : programacaoedu@gmail.com
Description : Usando os operadores & e *.
============================================================... | [
"41874842+eduardoprograma@users.noreply.github.com"
] | 41874842+eduardoprograma@users.noreply.github.com |
ed3181e94aa680744cd5f06492fe10da91b24b4c | 943d51a06836e615d58a8888cef706d63d270a75 | /DUMP/Chaser_Health_Increase_Mod_classes.h | 469c549a035c10f25a56f8c694e3bdbb11a232e6 | [] | no_license | hengtek/Back4BloodSDK | f1254133d004d7a5237013059d49c80f536879db | 25ab4c4ce2e140b7e6b7afaac443e836802c3b2d | refs/heads/main | 2023-07-05T03:23:01.152076 | 2021-08-15T15:03:38 | 2021-08-15T15:03:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 184 | h | // BlueprintGeneratedClass Chaser_Health_Increase_Mod.Chaser_Health_Increase_Mod_C
// Size: 0xe0 (Inherited: 0xe0)
struct UChaser_Health_Increase_Mod_C : UApplyGameplayEffectMod {
};
| [
"hsibma02@gmail.com"
] | hsibma02@gmail.com |
5dc1e2c9a020b2cfd1060dcc3f38aadababc4639 | b15314aba4af0faab852f1e5d58e1cf6c7748f2f | /third/list/Glist.h | aa74047be10a6a86ce23a590d84db4fa9c51d143 | [] | no_license | k579326/svrNet | 2945e580120daf5ea4f625680bed4fcce78a040b | aa50671069a4627c16dd0b0a2331da67ed6d7af1 | refs/heads/master | 2020-03-26T22:43:27.076282 | 2019-04-05T07:28:52 | 2019-04-05T07:28:52 | 145,482,415 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,269 | h |
#pragma once
/*
@bref 双向列表
* @data 2018-04-27
* @author guok
* @remark 需要使用者自己管理data的内存,销毁list的时候需要提供释放内存的回调函数
*/
typedef void (*datafree)(void* data);
typedef struct easy_list_t easy_list_t;
typedef struct easy_item_t easy_item_t;
#ifdef __cplusplus
extern "C" {
#endif
int easy_list_init(... | [
"noreply@github.com"
] | k579326.noreply@github.com |
f056d5e41bd9ae558089359c4bfac8d835789861 | a8b36876e2ca6b0873372c471cd50134c1a26224 | /004_uart_print/led.c | 944663da456ad746b4f0985c4d7201b1106ff9b0 | [] | no_license | JiajunCh/exercise | eea14b56cf0daeb66443a2b39023c4fc4e6fbaf5 | 23cb49450fa2d2b661312adfbfbfc7dbc32b8078 | refs/heads/master | 2021-04-15T09:45:33.665524 | 2018-05-10T04:10:58 | 2018-05-10T04:10:58 | 126,565,720 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 521 | c | #include "led.h"
#include "s3c2440_soc.h"
void led_config(void){
GPFCON &= ~0x3f00;
GPFCON |= 0x1500;
GPFUP |= 0x70;
GPFDAT |= 0x70;
}
void set_led(int led, int val){
if(led!=LED1 && led!=LED2 && led!=LED4) return;
if(val!=LED_ON && val!=LED_OFF && val!=LED_REV) return;
switch(val){
case LE... | [
"jiajun.ch@qq.com"
] | jiajun.ch@qq.com |
ea1eeb0c9c7fcbe9d0d7d274b71e434edefb5fc4 | 619d0099939caf268631834494588efb96c831c8 | /common/drivers/nvm/unit_tests/at32uc3a3256_evk1104/conf_board.h | 0c2f2b2c252ecfb0c0a59773067309505e8152ea | [] | no_license | tulku/asf | fc4476036fc190f11096220a88be1ac84b65e269 | 82fd38d28ca551ec7470aa82c8531f5b81144ccd | refs/heads/master | 2021-01-10T02:27:21.174975 | 2015-12-16T17:04:27 | 2015-12-16T17:04:27 | 48,123,642 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,079 | h | /**
* \file *********************************************************************
*
* \brief Board configuration
*
* Copyright (c) 2011-2014 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification,... | [
"lucas.chiesa@gmail.com"
] | lucas.chiesa@gmail.com |
dfebbdb913fcd9f20556e0f554f97fb3332abd62 | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/Trigger/TrigMonitoring/TrigMonitorBase/doc/mainpage.h | ac800c6df70c49d57e7d5797926c7c9d514d627c | [] | no_license | rushioda/PIXELVALID_athena | 90befe12042c1249cbb3655dde1428bb9b9a42ce | 22df23187ef85e9c3120122c8375ea0e7d8ea440 | refs/heads/master | 2020-12-14T22:01:15.365949 | 2020-01-19T03:59:35 | 2020-01-19T03:59:35 | 234,836,993 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,688 | h | /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
/**
@mainpage
@section TrigMonitorbase Introduction
There are basically 2 philosophies of writing monitoring tools for HLT.<br/>
1) - do not write any tools. Use IMonitoredAlgo interface (now every HLT algorithm has it in the inheritcan... | [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
138330f565d890304a17240bac2c4c08c002abbc | 0e7704cd4ee46811ec323ef4d9ed0588434b2d4e | /user/posix/include/sys/wait.h | 0d3fc50ff29a712f40f983f8433917589d806452 | [] | no_license | d33tah/whitix | 2ab42e8bf2a98b24e36635026f6e0b4b210bc86a | 04e965da605903566a1092c1641c92c05e756fa2 | refs/heads/master | 2016-09-06T01:25:11.761539 | 2013-02-05T16:51:33 | 2013-02-05T16:51:33 | 8,033,416 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 541 | h | #ifndef WAIT_H
#define WAIT_H
#include <sys/types.h>
#include <signal.h>
#include <sys/resource.h>
#define WNOHANG 0x1
#define WIFEXITED(status) (0)
#define WIFSIGNALED(status) (((status) & 0x7F) && (((status) & 0x7F) < 0x7F))
#define WEXITSTATUS(status) ((status) & 0x80)
#define WTERMSIG(status) ((status) & 0x7F)
... | [
"d33tah@d33tah-laptop.localdomain"
] | d33tah@d33tah-laptop.localdomain |
4caecaad52edd8bca3ced3864d0916fb6c2f3101 | 7867b9cb9ad676ca6823fa1298754491608a01d1 | /03-lcthw_exercise/ex26/devpkg/commands.c | d9fdeb0121eba1731a2f93f6278f94247d7ca852 | [] | no_license | ekeyme/code-piece | bbe021f9443ccbf9aec1ab3fa5d0e5abdf8c9b99 | 9777d9173ee1772a0d7ae680cbf4f22ad50358ec | refs/heads/master | 2021-01-17T12:07:11.314698 | 2018-08-30T15:56:42 | 2018-08-30T15:56:42 | 84,057,472 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,494 | c | #include <apr_uri.h>
#include <apr_fnmatch.h>
#include <unistd.h>
#include "commands.h"
#include "dbg.h"
#include "bstrlib.h"
#include "db.h"
#include "shell.h"
int Command_depends(apr_pool_t *p, const char *path)
{
FILE *in = NULL;
bstring line = NULL;
in = fopen(path, "r");
check(in != NULL, "Failed to open do... | [
"ekeyme@gmail.com"
] | ekeyme@gmail.com |
37d0fdd0fb79f6692af512cc7fe705e92290fccf | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/c-litmus-CSEQ/MP+dmb.sy+[fr-rf]-ctrl-addr-ctrl-rfi.c | 462161fb3702e26f6e9c679ce48b5f0b235c580f | [] | 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 | 1,615 | c | /* Copyright (C) 2023 ARM-CBMC
* This benchmark is part of ARM-CBMC */
#include <assert.h>
#include <pthread.h>
// Memory barriers
#define FENCE()
volatile int vars[4];
volatile int v_1_X0_1;
volatile int v_1_X2_2;
volatile int v_1_X10_1;
void *t0(void *arg){
label_1:;
vars[0] = 2;
FENCE();
vars[1] = 1;
... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
605b0bd47e0980a6a2bf79039a8a2a2512876d13 | 49ae68b188806889908e3e2ae2bc1d34a2fc259f | /hydro/VIC/VIC-4.2.d/src/arno_evap.c | eb9037565048340622b3e5acdc28757b66cd13f3 | [] | no_license | sungwookwi/CA-LSTM | 92cfa86ce2f551b58e407261153b5ce3bfe53ae6 | 0bddaa3127d3a59d71ad0c3c41d9d819d0fa1d4f | refs/heads/main | 2023-04-11T04:42:28.659261 | 2022-08-16T19:53:09 | 2022-08-16T19:53:09 | 525,475,083 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,094 | c | #include <stdio.h>
#include <stdlib.h>
#include <vicNl.h>
static char vcid[] = "$Id$";
/****************************************************************************
ARNO/ARNO Model of Evaporation
... | [
"noreply@github.com"
] | sungwookwi.noreply@github.com |
b56bf6d7bb293ff2f4c8871049b386535a6ed594 | 4b0c68a9bf8150ef42562afbb4bc4daab63e7c91 | /hal/audio_hw.h | 5c122a7615122e1039226894c609249ff1c377e6 | [] | no_license | RAZERZ/android_hardware_qcom_audio-caf | 47d7af8efeb726c0446b42041cbf18a6f2389267 | a1e2988c42b7f99845e1d5c97f4d0c452c06d7f2 | refs/heads/master | 2020-07-23T07:53:50.907887 | 2017-06-14T17:22:22 | 2017-06-14T17:22:22 | 94,355,751 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,904 | h | /*
* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
* Not a contribution.
*
* 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 ... | [
"ramiabouzahra@gmail.com"
] | ramiabouzahra@gmail.com |
8883cdfb49b5a3d684b8e9aad5611ee038e0748a | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/ds/dns/server/server/rpc.c | 19bad6d19a490b3c77bfc491cefbd25bb3972ff8 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C | false | false | 33,618 | c | /*++
Copyright (c) 1995-1999 Microsoft Corporation
Module Name:
rpc.c
Abstract:
Domain Name System (DNS) Server
RPC intialization, shutdown and utility routines.
Actual RPC callable routines are in the modules for their functional
area.
Author:
Jim Gilroy (jamesg) ... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
d758ed6f1381f7721a6952680d9f7e975fcfaedb | d40efadec5724c236f1ec681ac811466fcf848d8 | /tags/fs2_open_3_6/fs2_open/code/graphics/grd3d.h | 4b9b0990340f8d13e337aac78e25900686b2afa4 | [] | no_license | svn2github/fs2open | 0fcbe9345fb54d2abbe45e61ef44a41fa7e02e15 | c6d35120e8372c2c74270c85a9e7d88709086278 | refs/heads/master | 2020-05-17T17:37:03.969697 | 2015-01-08T15:24:21 | 2015-01-08T15:24:21 | 14,258,345 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,679 | h | /*
* Copyright (C) Volition, Inc. 1999. All rights reserved.
*
* All source code herein is the property of Volition, Inc. You may not sell
* or otherwise commercially exploit the source or things you created based on the
* source.
*
*/
/*
* $Logfile: /Freespace2/code/Graphics/GrD3D.h $
* $Revision: 2.11 $
... | [
"(no author)@387891d4-d844-0410-90c0-e4c51a9137d3"
] | (no author)@387891d4-d844-0410-90c0-e4c51a9137d3 |
36ffd5a8ea5d94895f0e149945c0780c575708a6 | 4b5257ee388ce6362b6e4401faddf7fb0add46dd | /c_pgmtk/src/cvsvd.c | 6b504759e77d81c9f6807e639e98ed67b4ea968c | [] | no_license | artiste-qb-net/OpenPNL | 71d6d9409f41c9613eb019d7644fea92536fc31f | 8da3df1b27c8145cfe87e370b4f2491a4c49b48c | refs/heads/master | 2021-01-22T21:07:04.847943 | 2017-03-22T03:51:17 | 2017-03-22T03:51:17 | 85,389,536 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 31,722 | c | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | [
"henning.dekant@gmail.com"
] | henning.dekant@gmail.com |
e6a45a77cbfa9d57dd0e6560d05f865cd262663f | c71f1858a3c7bfee15072adbb825fa75655f0809 | /src/32kernel/keyboard/keyboard.h | da3ded9f0ebb72891fab7379fa75ced231e9e871 | [] | no_license | VARZero/OSpractice | 25d87dad357c527401d38fbb2c58e4cacaf51a7b | 5ce5bd75ef7930d15378a71d39134387de705ccc | refs/heads/master | 2023-05-31T07:40:04.582766 | 2021-07-01T23:10:51 | 2021-07-01T23:10:51 | 282,406,224 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 43 | h | unsigned char KeyMapping(char keyboardKey); | [
"cydiazero@gmail.com"
] | cydiazero@gmail.com |
f8829c6087c6616bf41b3a97922e11e1248dfe37 | 9437fcd64fb378142d8f751e7a2905814bd10f77 | /ext/libsamplerate/src_linear.c | 167fc133088d0dcdf0c50ebf9c1b09002204aadc | [
"BSD-2-Clause"
] | permissive | mkalkbrenner/VPinMAME_SPA | 5b75daf49a57946414dcb81b6b163cdd1cf6c506 | ee3bb3c720d3261b1c1173ec5473af96096ca51c | refs/heads/master | 2020-09-23T05:18:40.879456 | 2018-03-25T03:07:53 | 2018-03-25T03:07:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,988 | c | /*
** Copyright (c) 2002-2016, Erik de Castro Lopo <erikd@mega-nerd.com>
** All rights reserved.
**
** This code is released under 2-clause BSD license. Please see the
** file at : https://github.com/erikd/libsamplerate/blob/master/COPYING
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#inc... | [
"email@jannikvogel.de"
] | email@jannikvogel.de |
767ae9493c683194d89723e911b059c24f64cc82 | e96dbc2964dabbc089a8a95ec69866f5bfd5e529 | /projects/graduate/cs6378-advanced-operating-systems/program2/program2/calculator.h | 5450e26e08d34e0fa9b16052536def0f1bff1d5d | [] | no_license | umairsajid/my-random-cpp-libraries | 871ba5a748732652438eda19ab1cc9ded25e9489 | 8c07ed3d4eba2bb5aeebe368a94c9b16676de819 | refs/heads/master | 2021-01-21T03:14:23.904870 | 2013-05-10T23:18:48 | 2013-05-10T23:18:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 538 | h | #ifndef CALCULATOR_H
#define CALCULATOR_H
#include <pthread.h>
#include "NaiveConcurrentQueue.h"
#include "network_constructs.h"
#include "thread_constructs.h"
// The single calculation thread ID
extern thread_t calc_thread_id;
// Calculator spawn calculation thread and begin calculation
int ca... | [
"Flaming.Zelda@gmail.com@4324a9da-489b-ea18-4a0b-e0fe39f471b6"
] | Flaming.Zelda@gmail.com@4324a9da-489b-ea18-4a0b-e0fe39f471b6 |
bc6afb1dba50e596da1a2e67f314b83d1503dba2 | 96fefafdfbb413a56e0a2444fcc1a7056afef757 | /MQ2Main/ISXEQ/ISXEQDataTypes.h | 5027790a77694b07549b64b00293688d3927f1ab | [] | no_license | kevrgithub/peqtgc-mq2-sod | ffc105aedbfef16060769bb7a6fa6609d775b1fa | d0b7ec010bc64c3f0ac9dc32129a62277b8d42c0 | refs/heads/master | 2021-01-18T18:57:16.627137 | 2011-03-06T13:05:41 | 2011-03-06T13:05:41 | 32,849,784 | 1 | 3 | null | null | null | null | UTF-8 | C | false | false | 2,113 | h | /*****************************************************************************
MQ2Main.dll: MacroQuest2's extension DLL for EverQuest
Copyright (C) 2002-2003 Plazmic, 2003-2005 Lax
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public Lic... | [
"thansen1040@gmail.com@39408780-f958-9dab-a28b-4b240efc9052"
] | thansen1040@gmail.com@39408780-f958-9dab-a28b-4b240efc9052 |
26956d807fa5a693fede1d65af1de41c83ffec1e | 68f13bc697abe8913519c46d321733bd4262d03a | /firmware_32_32_fixed/firmware/weights/w8.h | 9360f5bc40bb01bd919d1d75e38cfe49882babda | [] | no_license | utri092/firmware_backups | 687317163e3fa8829873c935b05e4889d5fc6f5a | 5cc7bc60dd4a0288327ff9b25e05874727a02bd6 | refs/heads/master | 2022-12-18T09:38:30.758818 | 2020-09-16T04:21:15 | 2020-09-16T04:21:15 | 286,145,783 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 575 | h | //Numpy array shape [5, 5]
//Min -0.717419385910
//Max 0.847431361675
//Number of zeros 0
#ifndef W8_H_
#define W8_H_
#ifndef __SYNTHESIS__
model_default_t w8[25];
#else
model_default_t w8[25] = {0.0733613446, 0.2554373741, -0.3147003949, 0.3907659054, 0.3291390538, 0.6819971800, -0.4977543950, -0.4907835424, -0.0685... | [
"utri092@auclanduni.ac.nz"
] | utri092@auclanduni.ac.nz |
bd8b1f8723655eecdce45b6ab6b15577bc644be3 | f04b87c3edfb6925af76e6385e8481f10be4cc83 | /protocols/msn/notification.c | 5dadc3ee7d58da6475a188e1a0d29f5d1786a0d8 | [] | no_license | felipec/libpurple-mini | 2506262d49e7f4fb23bb5cea7d5a50b3c530a6a2 | caeba78f041915a50a1149510b16a2b2c90e7824 | refs/heads/master | 2020-06-05T05:43:55.839056 | 2014-04-09T19:58:45 | 2014-04-09T19:58:45 | 52,558 | 13 | 3 | null | null | null | null | UTF-8 | C | false | false | 66,363 | c | /**
* @file notification.c Notification server functions
*
* purple
*
* Purple is the legal property of its developers, whose names are too numerous
* to list here. Please refer to the COPYRIGHT file distributed with this
* source distribution.
*
* This program is free software; you can redistribute it and/or... | [
"felipe.contreras@gmail.com"
] | felipe.contreras@gmail.com |
305d053314409c7c4df2d20901566dbf4e024edf | 31e91397fd8dc78b8d54d5430a67d228bf036d93 | /STM32_F767_FreeRTOS/SYSTEM/usart/usart.h | 4a35d35a91efbb191cd304843ce8fb838931dd17 | [
"MIT"
] | permissive | bzw073/FreeRTOS | bb12a2c28aa8b3780cebd8c56c4eaa201b75b776 | e9e9df9a9d832683aa802c6426015827aa750903 | refs/heads/master | 2020-06-25T21:31:11.293211 | 2017-12-11T11:47:57 | 2017-12-11T11:47:57 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,259 | h | #ifndef _USART_H
#define _USART_H
#include "sys.h"
#include "stdio.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//ALIENTEK STM32F7开发板
//串口1初始化
//正点原子@ALIENTEK
//技术论坛:www.openedv.csom
//修改日期:2016/6/23
//版本:V1.0
//版权所有,盗版必究。
//Cop... | [
"2623611740@qq.com"
] | 2623611740@qq.com |
0606b59141022d9f1ec0d519e79fc350c250013b | 2f93c4ce5decd80288a24f6ee1223a1d81a7a690 | /src/bintree.h | 79792db73f6105a8baa449b8593275a4b987660b | [] | no_license | wangziqi2013/CFront | bab1a50483f931f45180377163f5b20021899022 | bfede13f19e06353588db4eb24379260cc4e215a | refs/heads/master | 2023-01-12T12:35:56.888798 | 2022-12-29T19:22:26 | 2022-12-29T19:22:26 | 65,691,885 | 13 | 4 | null | null | null | null | UTF-8 | C | false | false | 1,197 | h |
#ifndef _BIN_TREE_H
#define _BIN_TREE_H
#include "hashtable.h" // Need its def for call back functions
#define BT_NOTFOUND ((void *)-1)
// Binary tree node type
typedef struct btnode {
void *key, *value;
struct btnode *left, *right;
} btnode_t;
// The good thing about a binary tree search structure is that the... | [
"ziqiw@mit.edu"
] | ziqiw@mit.edu |
f30be64e58bcb62d3cbd07dc67ec4f4b1b703ef2 | 66ab80ae2d3f2f7cd533fd697c22ae431cb9499f | /esp32-s2-hmi-devkit-1/components/lvgl/lv_fonts/font_clock_108.c | 97fe932eef2ba7a56c3aa43961b5f51393a08422 | [
"Apache-2.0"
] | permissive | cagdaskiris/esp-dev-kits | 75866ec9a433b847b8d0014f74756697c4ec5edb | 3ab0b6f48d6053e0ac90a43f423dbb286c3bdb15 | refs/heads/master | 2023-09-03T17:24:37.479213 | 2021-10-29T07:58:24 | 2021-10-29T07:58:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 159,245 | c | #include "lvgl/lvgl.h"
/*******************************************************************************
* Size: 108 px
* Bpp: 4
* Opts:
******************************************************************************/
#ifndef FONT_CLOCK_108
#define FONT_CLOCK_108 1
#endif
#if FONT_CLOCK_108
/*-----------------
... | [
"yuzhe@espressif.com"
] | yuzhe@espressif.com |
c87e2b890041e2252db174617aeefe4d7b980bb3 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/4aaf62a0-8e9b-490d-adb0-3ce2a7fb34e5.c | d1c12be833ee4a4e263905b741ed41cbd3e1695f | [] | 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 | 605 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 533;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = i/j;
l = j/j;
l = l-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[74];
long c[49];
a = 0;
do {... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
de09ca58d6bf947ccf191b2d7bb098754e1232e1 | 0744dcc5394cebf57ebcba343747af6871b67017 | /os/board/rtl8720e/src/component/soc/amebalite/cmsis-dsp/Source/FilteringFunctions/arm_fir_decimate_q31.c | be057c90f533c27de5425047a3759e0477cdfc54 | [
"GPL-1.0-or-later",
"BSD-3-Clause",
"ISC",
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-permissive",
"Apache-2.0"
] | permissive | Samsung/TizenRT | 96abf62f1853f61fcf91ff14671a5e0c6ca48fdb | 1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686 | refs/heads/master | 2023-08-31T08:59:33.327998 | 2023-08-08T06:09:20 | 2023-08-31T04:38:20 | 82,517,252 | 590 | 719 | Apache-2.0 | 2023-09-14T06:54:49 | 2017-02-20T04:38:30 | C | UTF-8 | C | false | false | 15,279 | c | /* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_fir_decimate_q31.c
* Description: Q31 FIR Decimator
*
* $Date: 18. March 2019
* $Revision: V1.6.0
*
* Target Processor: Cortex-M cores
* -----------------------------------... | [
"sh924.chang@samsung.com"
] | sh924.chang@samsung.com |
22e5119050606fb337ec681c280d5895ce74e5d0 | 57c81b6e438fdf9f3255f0a0ebe16452a96f9904 | /src/lstd/vendor/cephes/cmath/drand.c | 93e41624f42a3936457d00021bfd69ecf5c0a2d5 | [
"BSD-3-Clause",
"MIT"
] | permissive | Repertoi-e/light-std | 52dc39d62d09b2c17e5c213f45a02745a4c2556c | 0df1ab05eadb90fd58e4717b93b56c69a865caac | refs/heads/main | 2023-05-25T19:12:05.462690 | 2023-05-23T15:00:40 | 2023-05-23T15:00:40 | 146,166,651 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,233 | c | /* drand.c
*
* Pseudorandom number generator
*
*
*
* SYNOPSIS:
*
* double y, drand();
*
* drand( &y );
*
*
*
* DESCRIPTION:
*
* Yields a random number 1.0 <= y < 2.0.
*
* The three-generator congruential algorithm by Brian
* Wichmann and David Hill (BYTE magazine, March, 1987,
* pp 127-8) is u... | [
"dsotirov@windowslive.com"
] | dsotirov@windowslive.com |
3c79b3bd1a9cd16d24525ee26ef57ba690cd13d8 | 7c23a5630e266b46f8ec495b9f082204c8740df4 | /Stepper Motor/stm32f4-disco/Core/Src/i2c.c | 0a82c3bbcf7fdb36f34afc6a10b662ab812f3c7e | [] | no_license | janputra/STM32 | cec070487e9444c70f7fa21b6641b574a0d7f27a | 4491685aa2ae147426970937d95c4f0886138060 | refs/heads/main | 2023-06-26T08:11:11.808671 | 2021-07-28T13:49:42 | 2021-07-28T13:49:42 | 383,369,163 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,662 | c | /**
******************************************************************************
* @file i2c.c
* @brief This file provides code for the configuration
* of the I2C instances.
******************************************************************************
* @attention
*
* <h2><center>©... | [
"janputra95@gmail.com"
] | janputra95@gmail.com |
526c474b6198dc11783fc4f7993c222198f943fa | e54c75be76c4b8e0b8c741e8664fbbae71bbcd31 | /ex2.c | e2e844129aafe2eec8627a6e31dc8fb8cd72f13c | [] | no_license | 20DianaRivero01/algodiana_1 | 2fa17a749429226ef0abdffd83275192c3ce02d8 | 3a4c65484d2636462afe7a5075e184e969de3d35 | refs/heads/master | 2022-05-25T08:01:23.406170 | 2020-05-01T16:18:45 | 2020-05-01T16:18:45 | 260,196,123 | 0 | 0 | null | 2020-05-01T15:06:24 | 2020-04-30T11:43:04 | C | UTF-8 | C | false | false | 921 | c | #include <stdlib.h>
#include <stdio.h>
#include <math.h>
int main(int argc, char ** argv)
{
float magVect = 0, value, product;
int aux = 0;
int auy = 0;
int i,j;
if (argc == 4)
{
for (i = 0; i <= 3; i++)
{
value = atoi(argv[i]);
aux += value * value;
... | [
"dianarivero0120@gmail.com"
] | dianarivero0120@gmail.com |
353e7109389b8810cb98952ca9749c46e4f0136a | b4ae6ad64a640443b0209c4cd6a2af7aa2540129 | /lab_10/inc/scalar_prod.h | 4b2818e44d720dc62181af599905c56a6d3857a8 | [] | no_license | deuuus/bmstu-mdpl | 0b388ef2ffec4c75fadb6504afdc917580903ffe | 34da6cff5a8671e0ba46f31d93d13faadbb8002a | refs/heads/main | 2023-06-05T09:06:38.534256 | 2021-06-30T08:49:45 | 2021-06-30T08:49:45 | 348,267,670 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 278 | h | #include <stdio.h>
#include <assert.h>
#include <time.h>
typedef float vector_t[4];
float c_scalar_prod(const vector_t *a, const vector_t *b);
float asm_scalar_prod(const vector_t *a, const vector_t *b);
#define REPEATS 10000000
void testing(void);
void time_measuring(void); | [
"sirotkina.polina.2001@gmail.com"
] | sirotkina.polina.2001@gmail.com |
5a35fb75675ed0b48e34172a996d9ea91da12995 | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant101919_reload.c | ac9ddf23812c9626c4770b3a5f5beb92b12eb067 | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 244,814 | c | /* Search an insn for pseudo regs that must be in hard regs and are not.
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or... | [
"agroce@gmail.com"
] | agroce@gmail.com |
7da31f449742d7879fc5b2ebe868865e0ac12e43 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/net/rndis/rndismp/comini.c | 24ea19dd49971301e08401325bf11e35caef6ea0 | [] | 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 | 73,970 | c | /***************************************************************************
Copyright (c) 1999 Microsoft Corporation
Module Name:
COMINI.C
Abstract:
CO-NDIS Miniport driver entry points for the Remote NDIS miniport.
Environment:
kernel mode only
Notes:
THIS CODE AND INFORMATION IS PROVIDED "A... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
176e1ec9c4055a46bbabfaeeb39db994cb46d3dd | d304ef3745eafd7afde0d339952688fdd0666a9e | /sources/serveur/common/libft/ft_putchar.c | f3eb27fbeedb2a14ec6cb84857e6c3c0323bc0c3 | [] | no_license | Shakadak/Zappy | b9b13c9bc34bcb66e01f1b962927407d2e39a42c | 1233c2aa52a6ac464d720f64d3ab1762a9d80de8 | refs/heads/master | 2020-09-13T09:37:21.254838 | 2015-02-25T17:10:22 | 2015-02-25T17:10:22 | 20,436,070 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 958 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putchar.c :+: :+: :+: ... | [
"gdefrait@e1r10p17.42.fr"
] | gdefrait@e1r10p17.42.fr |
c4bd2ad2297c44f835110a51cc1376b255d5ae3b | 35c04ea32351dc95bc18d46e5c70dda9c1e08668 | /Examples/KDS/FRDM-K64F120M/FRDM-K64F_Demo/Sources/MidiMusicReady.h | 5374672d4752f14181f8b5a188fbc5d9e4a368a4 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | ErichStyger/mcuoneclipse | 0f8e7a2056a26ed79d9d4a0afd64777ff0b2b2fe | 04ad311b11860ae5f8285316010961a87fa06d0c | refs/heads/master | 2023-08-28T22:54:08.501719 | 2023-08-25T15:11:44 | 2023-08-25T15:11:44 | 7,446,094 | 620 | 1,191 | NOASSERTION | 2020-10-16T03:13:28 | 2013-01-04T19:38:12 | Batchfile | UTF-8 | C | false | false | 371 | h | /*
* MidiMusicReady.h
*
* Created on: 01.01.2015
* Author: Erich Styger
*/
#ifndef MIDIMUSICREADY_H_
#define MIDIMUSICREADY_H_
#include "MidiMusic.h"
int MMReady_GetOffset(void);
uint8_t MMReady_NofTracks(void);
uint32_t MMReady_GetTempoUS(void);
uint8_t MMReady_GetMidiMusicInfo(MIDI_MusicTrack *tracks, u... | [
"erich.styger@hslu.ch"
] | erich.styger@hslu.ch |
10b13ffb2b17327a5d7d909d07e9bf3b5cca11a3 | fb2d1fd712ca0dff7cc5bac3f18a09c4e58a8616 | /src/glcommon/glm_glframe.h | 0ee337d1190091c51a29b6e41c38952fee8a80cd | [
"MIT"
] | permissive | rswinkle/opengl_reference | d2a82660c5948a27c66a27864d475769abd68b50 | 1fa1114b37763f6d61ccdf8028e7e17d914db85b | refs/heads/master | 2023-07-08T08:08:45.847811 | 2023-06-25T10:17:52 | 2023-06-25T10:17:52 | 52,490,664 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,236 | h | #pragma once
#ifndef GLM_GLFRAME_H
#define GLM_GLFRAME_H
#include <glm/glm.hpp>
struct GLFrame
{
glm::vec3 origin;
glm::vec3 forward;
glm::vec3 up;
GLFrame(bool camera=false, glm::vec3 orig = glm::vec3(0));
glm::vec3 get_z() { return forward; }
glm::vec3 get_y() { return up; }
glm::vec3 get_x() { return glm... | [
"rob121618@gmail.com"
] | rob121618@gmail.com |
3f2b9445caf7c38935c0091f246e246aaa83c921 | 4c65265f26702c57d3c1391ec6974094ae0d5a42 | /Headers/Game_Window.h | 6cab131f242cab15e6729775c98a8dce8261d432 | [] | no_license | AdamDS/reversi | d03e03335ffd77f926773679eb8415c758161f87 | 155b0debfc483c22c7517933f8efe9f026c4497b | refs/heads/master | 2021-01-13T00:44:38.528806 | 2015-11-20T05:33:02 | 2015-11-20T05:33:02 | 46,541,011 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 228 | h | #pragma once
//const string APPTITLE;
//bool gameover;
LRESULT WINAPI WinProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow); | [
"amviot@gmail.com"
] | amviot@gmail.com |
76cc618059f66f250738c91a76cb71a57d7ad7a9 | 7e80f266a9f906eec36b33c28c063fb287d3bb75 | /src/engd/href/eclipz/chips/p8/working/procedures/ipl/tools/p8_delta_scan_w/p8_delta_scan_w.C | 70c6f5b4bbe0d9de7735dfc14e5a5b9ec2bc9062 | [
"Apache-2.0"
] | permissive | cklokma/p8-sbe | db5ceeaaeb582799d421155395af3a94d2f11bae | bc0734dd38208c794b17e8f3746b405363dc66af | refs/heads/master | 2021-03-19T16:50:04.075292 | 2016-12-09T19:07:45 | 2016-12-09T21:16:01 | 76,059,978 | 0 | 0 | null | 2016-12-09T18:24:58 | 2016-12-09T18:24:58 | null | UTF-8 | C | false | false | 46,805 | c | //------------------------------------------------------------------------------
// IBM_PROLOG_BEGIN_TAG
// This is an automatically generated prolog.
//
// OpenPOWER Project
//
// Contributors Listed Below - COPYRIGHT 2012,2016
// [+] International Business Machines Corp.
//
//
// Licensed under the Apache License, Ve... | [
"root@oc6020311627.ibm.com"
] | root@oc6020311627.ibm.com |
6a74d04360e2d2ac2694fbfc3107c80034d2322f | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/linux-tools-perf/util/top.c | a11f60735a188afae7152998f5e8d2f63bb08475 | [
"MIT"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C | false | false | 6,793 | c | /*
* Copyright (C) 2011, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com>
*
* Refactored from builtin-top.c, see that files for further copyright notes.
*
* Released under the GPL v2. (and only v2, not any later version)
*/
#include "cpumap.h"
#include "event.h"
#include "evlist.h"
#include "evsel.h"
#inc... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
3c4fe4c321e2a84cbc1c9b0984f1c650d00e6630 | 6561ffe88d1d73356823496e08271edd09c98120 | /ice-benchmarks/sum4.c | 3658b6f73b986e9cafea551be942a3751fa7b525 | [] | no_license | UCSD-PL/inv-gen-game | 6cb913ce54d87391e6215c93bedea57336c132ff | 6374a95719e82bed1a0993e764e9982ab37333a5 | refs/heads/master | 2021-09-25T05:56:12.618086 | 2018-10-18T20:51:19 | 2018-10-18T20:51:19 | 49,170,594 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 318 | c | #include <stdio.h>
/*//DIMO: Replaced with __tmp_assert in dummy.h
void __VERIFIER_assert(int cond) {
if (!(cond)) {
ERROR: goto ERROR;
}
return;
}
*/
#define a (1)
#define SIZE 8
int main() {
int i, sn=0;
for(i=1; i<=SIZE; i++) {
sn = sn + a;
}
__VERIFIER_assert(sn==SIZE*a || sn == 0);
}
| [
"dbounov@cs.ucsd.edu"
] | dbounov@cs.ucsd.edu |
790efcb87f594974df073805c7ca3cb6d2548899 | ccdc6e5ebe7164aee1549662e07bb49c691bb263 | /pointers3.c | 25b8b0cce8bcedbb3997e384007205beb3b0c057 | [] | no_license | tehuano/ansic-pointers | d2459679a1b5379fc36c72c128d5b3211cebf4ac | 16f549df19daf09dfea16db78af53296e9a70adf | refs/heads/master | 2020-04-02T15:08:13.531578 | 2018-10-25T20:54:30 | 2018-10-25T20:54:30 | 154,553,888 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 168 | c | #include <stdio.h>
int j, k;
int *ptr;
int main (void) {
int x = 10;
int *xptr = &x;
printf("The value of x is %d or %d\n", *(&x), *xptr);
return 0;
} | [
"noreply@github.com"
] | tehuano.noreply@github.com |
ce93de05b7d763da649a36305beb7ed242cf860e | 63fea0f6427dfc076ff13f1d5454b5b6636cb43d | /bsp/ls1cdev/applications/test_i2c.c | 95d8d2942e3c13a5460528127ce15274e7f5897c | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | yaoguodong/Loongson-Smartloong-V3.0-RTT | ef63454663847a04b07699935775197b2d0bdfeb | 15ce23cd0e18d2bfaa757f16203de33f181c9910 | refs/heads/master | 2023-08-14T13:34:53.025181 | 2021-09-16T09:40:36 | 2021-09-16T09:40:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,022 | c | /*
file: test_user_i2c.c
测试祼机i2c2驱动程序ls1c_i2c.c 在finsh 中运行
1. test_at24(1,17) //使用i2c1 , 写入at24c32(地址0~31)数据(17*i(i=0~31)),再读出并打印
test_at2402(1,17) //使用i2c1 , 写入at24c02(地址0~7)数据(17*i(i=0~7)),再读出并打印
2. ds3231_getdata(1) //使用i2c1,读出ds3231的日期
3. ds3231_gettime(1) //使用i2c1,读出ds3231的时间
4. ds3231_setdata(1,180101) //使用i... | [
"sundm75@163.com"
] | sundm75@163.com |
051faa638ac2f734c0b758a5de838ccf02418f01 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/php-src/ext/spl/extr_spl_directory.c_spl_filesystem_dir_it_valid.c | 123dbabc5bf5bcf8c64ff215c5a16707cbf0d457 | [] | 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,196 | 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 |
b2afb2e6dfce4287794d42835665dfc0727a658c | 87d0ee27ac9f75a95bd584f7a8ef4173e65cc11f | /Archives/2012-2013/Asser/pic_AD/sources/main.c | 3361ee3466f531fb1709548504bc5be8bbd831ee | [] | no_license | robotronik/archives | 99421fffb4308f3634126d0914625172b4e5241b | f38cea4cc6862d4b5bfede3381533d8fb7f37e45 | refs/heads/master | 2021-01-10T22:29:05.948504 | 2015-09-09T15:29:18 | 2015-09-09T15:29:18 | 33,455,128 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 545 | c | /*-----------------------------------------------------*
* Main *
*-----------------------------------------------------*/
#include "main.h"
#include "message.h"
#include "motors.h"
#include "callage.h"
volatile int isPSoCReady = FALSE;
//#define SPEED 600
#ifndef SIM... | [
"felix@piedallu.me"
] | felix@piedallu.me |
902613788fdf74312afe92978c23a99d9e3f8b24 | 46ddfaef1729ce8478d9ad9af606349648555bbd | /tv_in_test/src/main.c | f93670f200103b3e1fb376d67c580e4a025ec66d | [] | no_license | nemesis5324/F1C100s_projects | 535673348c2fe9fd2c443e1867f911dfef23e4b5 | 30e320a72913ee17d8fa4dba43f7e789c471a480 | refs/heads/master | 2023-08-20T02:12:57.470991 | 2021-09-26T19:40:42 | 2021-09-26T19:40:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,126 | c | #include "main.h"
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "system.h"
#include "io.h"
#include "lcd.h"
#include "display.h"
#include "arm32.h"
#include "f1c100s_clock.h"
#include "f1c100s_de.h"
#include "f1c100s_tve.h"
#include "f1c100s_tvd.h"
#include "f1c100s_intc.h"
st... | [
"nm29719@gmail.com"
] | nm29719@gmail.com |
2f1e17e8e839948d4266c76bac122f12c3af10a8 | 659f1ad60859676455f685b8698ae81797af8a6b | /src/ft_strcat.c | 7ec8382666591f9a3f7ef8c7ccaff3ab2cb00ab8 | [] | no_license | mr-l0n3lly/libft | fc6f3a86d6abcdadf4a45711db0f8e359215e024 | d920b723664065beae261eed91f2a0946dc07a89 | refs/heads/master | 2023-04-10T18:46:20.474804 | 2023-03-21T12:04:09 | 2023-03-21T12:04:09 | 192,895,862 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 236 | c | #include "libft.h"
char *ft_strcat(char *dest, const char *src)
{
size_t dlen;
size_t i;
dlen = ft_strlen(dest);
i = 0;
while (src[i] != '\0')
{
dest[dlen + i] = src[i];
i++;
}
dest[dlen + i] = '\0';
return (dest);
}
| [
"apavalac@student.42.fr"
] | apavalac@student.42.fr |
9384189f33586be94d15ed2420225ed307ef347b | 05aee0e243b6daeb15520cdd6f7f83ec0b3193cf | /runtime/executor/executor.c | b3c5028575d2f99cbcdf9fe9ed7277362a5aabfa | [
"BSD-3-Clause"
] | permissive | tiborvass/gate | c53c489aefe2a6a19d577bd2c87d6b89f5415046 | 7d04acf82d45c6b550c4c7fb1732ed699fffee33 | refs/heads/master | 2020-04-24T16:41:17.320703 | 2019-02-22T18:23:45 | 2019-02-22T18:23:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,863 | c | // Copyright (c) 2016 Timo Savola. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
#define _GNU_SOURCE
#include <assert.h>
#include <errno.h>
#include <signal.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h... | [
"timo.savola@iki.fi"
] | timo.savola@iki.fi |
5ea926b55f5045aaacfe37cf5d73ef03d96f1368 | 75769bea756af71dd3359711c0d96a08849ae7b8 | /cn/localhost01/lteenodeb/pdcp/rohc/include/cpm/rohc_dcpm_p1_o_initiated.h | 82c603ed9566a27d95a0618ba23eb909fd37d592 | [] | no_license | windy-zzf/C_code_annalyze | ed986c6c24b7e410eae9790736209f8b0dbf15a8 | da038bcc9eda6a853f13bb39313917a16694271b | refs/heads/master | 2023-03-27T04:09:28.453216 | 2021-03-29T05:47:41 | 2021-03-29T05:47:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,390 | h | /****************************************************************************
*
* ARICENT -
*
* Copyright (C) 2009 Aricent Inc. All Rights Reserved.
*
****************************************************************************
*
* $Id: rohc_dcpm_p1_o_initiated.h,v 1.1.2.1 2010/11/09 04:37:56 gur22059 Exp $
... | [
"820713556@qq.com"
] | 820713556@qq.com |
a9d5a6266c27728d2b953c13b8e4f35c8d86b69e | da15910c76d439b13c24966329544a06e721e99f | /libft/libft.h | 8f3abbbcd0661454256d2266fc2e14ed2a47cd1a | [] | no_license | brianbixby/fillit | 0fd3488e229b20ddff98cc2403302fd2f0ee0a64 | e545a858901324b260c7b7f0ade591b2fd5ef15e | refs/heads/master | 2020-04-05T05:11:35.740804 | 2019-07-03T21:01:33 | 2019-07-03T21:01:33 | 156,585,170 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,774 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* libft.h :+: :+: :+: ... | [
"brianbixby0@gmail.com"
] | brianbixby0@gmail.com |
11d695875c59e360190b27fc836c93b40240971b | 5db06acf951a09a9630fcd4142a8921b2e73d5fe | /Quadratic.c | 60981e52e033ce3a9aa9153664103d06079eb4a5 | [] | no_license | germainspanish/Quadratic | 44b38876a0a2e7e219a92f5bf645902c1b366623 | a82ec540c529807deec11c1bcd045b08a192c047 | refs/heads/master | 2021-04-30T08:48:50.667520 | 2018-02-13T13:14:49 | 2018-02-13T13:14:49 | 121,384,187 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 842 | c |
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
int main()
{
double a, b, c,discriminant,x1,x2,;
printf("Enter the value of a: ");
scanf("%lf",&a);
printf("Enter the value of b: ");
scanf("%lf",&b);
printf("Enter the value of c: ");
scanf("%lf",&c);
// discrimi... | [
"noreply@github.com"
] | germainspanish.noreply@github.com |
3bbaf51d757b7700229ddfec59e88c00f48a9e59 | c35ebac9cdc77ab379ea90226eff69ede706f052 | /ProjektZaliczeniowy/Definitions.h | ebd2dee9dbc2fec373ebcddf0ecf3d9731419fe7 | [] | no_license | Dyberino/Arkanoid | 874fec974ce3667d34b0f2eeaa31cc999614294a | 9c975607db404fe6f99d27b3092ea319b4063e69 | refs/heads/master | 2023-06-02T07:57:59.664071 | 2021-06-21T12:27:40 | 2021-06-21T12:27:40 | 378,944,597 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,576 | h | #pragma once
#define SCREEN_WIDTH 1000
#define SCREEN_HEIGHT 620
#define SPLASH_STATE_SHOW_TIME 1.5
#define SPLASH_SCREEN_BACKGROUND_FILEPATH "Zasoby/Images/LOGO.png"
#define MAIN_MANU_BACKGROUND_FILEPATH "Zasoby/Images/MAIN_MENU.jpg"
#define MAIN_MENU_TITLE_FILEPATH "Zasoby/Images/TITLE.png"
#define MAIN_MENU_PLAY_BUT... | [
"konradchecinski2012@gmail.com"
] | konradchecinski2012@gmail.com |
c87367a2cba33b830ba1f35e2868704e599face0 | ad6a6f481d913ff2d950e86c234ee602aaa3cdd2 | /031/031-524/Software/031-524-213/031-524-213.c | fdb53d4eceecee16c5763bd3d59cb5c72f75c8aa | [] | no_license | marklin2100/Projects | 0283eef8f6eaaed2d23988a6885d106ee883af6a | e80d8c45acae5042347b494da4af088c6e63aa76 | refs/heads/master | 2020-05-30T21:15:27.990282 | 2014-04-12T05:50:26 | 2014-04-12T05:50:26 | 18,697,163 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,113 | c | #include <util/delay.h>
#include "Timer.h"
#include <avr/io.h>
#include <avr/interrupt.h>
#include "CommonTypes.h"
#define PowerEnableTime 3000
#define Detection PB2
#define DetectionPin PINB
#define Ctrol PB3
#define CtrolPort PORTB
#define LED PB4
#define LEDPort PORTB
#define NO... | [
"marklin2100@gmail.com"
] | marklin2100@gmail.com |
01c064f07a41388fb67ed14a5f29fa34af774e65 | 71a1d83f4df86dc5aec2d10d7018d7be6f337515 | /lab3/1.c | 034c0371ecdd7a37dc0d3e74ca0cf8ceb406a70c | [] | no_license | AJBull/CStudy | 7ca81682357a94882b5fe94074d27512c03fddff | 83064cef0df78141d0f77271cb5a7456d5da9afc | refs/heads/master | 2021-01-17T06:00:49.327169 | 2014-02-20T00:39:16 | 2014-02-20T00:39:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 647 | c | #include <stdio.h>
int CountWords(void);
main()
{
printf("Enter a string\n");
CountWords();
}
int CountWords(void)
{
char c;
int num=0;
int flag= 0;
while((c=getchar())!='\n')
{
... | [
"alex_polyakov1983@rambler.ru"
] | alex_polyakov1983@rambler.ru |
0e10975839e4f282fed6e4e935b0d7d838f46930 | ff9cbe1103c9a11d6731c7291f149a9befa30def | /Vladislav-Khil/LAB1/1.2(26).c | 04ac6a53037bcc09b49a7fe8fa3791ae7b1845d4 | [] | no_license | PashaKlybik/prog-053506 | d5ed7f9cfe23883fa660abfc976f8a3146dd74ff | a4b0433aa72bc3acdd26733ef0312cc7426f1668 | refs/heads/main | 2023-06-09T20:13:28.642365 | 2021-06-25T07:07:28 | 2021-06-25T07:07:28 | 345,938,870 | 0 | 41 | null | 2021-06-25T07:07:28 | 2021-03-09T08:42:31 | C | WINDOWS-1251 | C | false | false | 362 | c | //Задание 1.2 Вариант 26
#include <stdio.h>
int main()
{
for (int i = 1; i < 1001; i++)
{
int x = i, squareX = i * i;
while (x && (squareX % 10 == x % 10))
{
squareX /= 10;
x /= 10;
}
if (!x)
printf("[%d] in a square is [%d]\n", i, i... | [
"noreply@github.com"
] | PashaKlybik.noreply@github.com |
3e1be5cf7ad907476a6cae801994bd7d1009481b | 00d616209775790b7499976cd2fca2b6ba873927 | /src/utils/get_next_line.c | 2cef528ad1fb36e2d7e6b3cccfefedb4f996646e | [] | no_license | danpuqw1/minishell | 68b618936cac393ae16ab0c6fb6f898cd02247b2 | f82285db8fb581e849648d5829d89a6f3fbb5026 | refs/heads/master | 2023-05-30T17:40:28.371992 | 2021-06-09T17:56:37 | 2021-06-09T17:56:37 | 375,445,205 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,302 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_next_line.c :+: :+: :+: ... | [
"student@iMac-student.local"
] | student@iMac-student.local |
f1a6ce0ef6f7f4d8399a73f2845e2c96b4d11766 | b078aa8b09988431093477bb0a0f4a0109bed50e | /src/part/mbr.h | a674caf4730482469c2488cadeaf2d076c08c47f | [
"MIT"
] | permissive | maheshkhanwalkar/vdfs | d6119e3ea51f5be775369614d1494e2fde98249a | 0f22e013d7019da142290e296c778d57f5f276e0 | refs/heads/main | 2023-01-27T22:49:23.398439 | 2020-12-15T02:13:21 | 2020-12-15T02:13:21 | 320,612,032 | 1 | 0 | MIT | 2020-12-15T02:13:23 | 2020-12-11T15:30:01 | C++ | UTF-8 | C | false | false | 205 | h | #pragma once
#include <stdbool.h>
#include <stdio.h>
#include <stdint.h>
#include "defs.h"
bool is_mbr(FILE* fp, reader read_sector);
part_t* mbr_partitions(FILE* fp, reader read_sector, size_t* count);
| [
"maheshkhanwalkar@gmail.com"
] | maheshkhanwalkar@gmail.com |
309c47163cfc963783c6e45d0c9a5a9d9b5288b5 | 8ee22d977f46226b49ec61efca47772d32075db7 | /robot/2011/liftDeviceInterface2011.c | f670bc697fbe9927465f3dc883f8da1766a50c1e | [] | no_license | hternier/cen-electronic | ef8665836e00146d0d7e15e63778078311d80aa2 | 08ba12689fcdaed3fe1edf5a93bcc97241466165 | refs/heads/master | 2021-01-24T23:00:22.539070 | 2014-06-01T08:36:32 | 2014-06-01T08:36:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,191 | c | #include "liftDeviceInterface2011.h"
#include "../../device/deviceInterface.h"
const char* deviceLift2011GetName() {
return "lift2011";
}
unsigned int deviceLift2011GetSotwareRevision() {
return 1;
}
int deviceLift2011GetInterface(char header, int mode, DeviceArgumentList* deviceArgumentList) {
if (head... | [
"Stephane@FACE.(none)"
] | Stephane@FACE.(none) |
faa17964a3b519019f7ae3afdefc67b40634b4b9 | 74dfacd5aff0517770a124037ea0a8233cdaf9e0 | /serveur/affichage.c | 0af6c92399378e333ba1939074778e864d97e9ca | [] | no_license | Spooky12/2iChat | 2ea46fcf2f46e8124e6464591f4b66e578ef5cd9 | 88e14b53e53b2d9726b6984aa059f3df40049bf6 | refs/heads/master | 2021-05-06T11:09:53.589170 | 2018-01-31T13:17:50 | 2018-01-31T13:17:50 | 114,216,834 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 30 | c | #include "../libs/include.h"
| [
"corentin.apolinario@gmail.com"
] | corentin.apolinario@gmail.com |
ce9a993a1e73ee990e090c26fbec707c712428d3 | d3974c173607fa8d24c35261502c8864e51fe670 | /lez3/conversionedibase.c | bacf350f3b1c7b19aa5865f9613651311754a3f1 | [] | no_license | AikawaKai/Algoritmi | a23bdbeb7f898975b7169aea6bd646ce513bb336 | 625450ad2855324444f2401d667e2b84f090cb0f | refs/heads/master | 2021-01-13T01:54:43.334938 | 2015-08-23T16:51:46 | 2015-08-23T16:51:46 | 40,895,439 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 342 | c | #include <stdio.h>
#include <stdlib.h>
int main(void){
int b, n, i=0, j;
int cifre[100];
printf("Inserisci il numero decimale e la base: ");
scanf("%d",&n);
scanf("%d",&b);
cifre[i]=n%b;
n=n/b;
while(n>0)
{
i++;
cifre[i]=n%b;
n=n/b;
}
printf("\n\n");
for(j=i;j>=0;j--)
{
printf("%d ",cifre[j]);
... | [
"marco.odore@studenti.unimi.it"
] | marco.odore@studenti.unimi.it |
6bed90fb30f78364a0304805aa5f1be07981b959 | fbda06661b3afe5e68cb2bf7ddc8adcbcc723d3b | /chip/mt8192_scp/registers.h | a64c446c8c2ece6e83d670c574ece9316e5e5eb6 | [
"BSD-3-Clause"
] | permissive | IssacAlegre/chrome-ec | afe1a009fd9bfaeb1f363b52aa287cd3c4e6d65b | 19c3731dfd5250bfadaa90940f108476444d49b1 | refs/heads/main | 2023-06-14T15:15:35.865425 | 2021-07-05T04:49:49 | 2021-07-05T04:49:49 | 358,340,391 | 0 | 0 | BSD-3-Clause | 2021-07-05T04:49:50 | 2021-04-15T17:28:33 | C | UTF-8 | C | false | false | 12,920 | h | /* Copyright 2020 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/* Register map */
#ifndef __CROS_EC_REGISTERS_H
#define __CROS_EC_REGISTERS_H
#include "common.h"
#include "compile_time_macros.h"
#define UNIM... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
b5d19d65050e8edf245f3c86eee8419f8133cce9 | 52be7aff078fce10ae6720052f0e884f9545c72f | /UART.c | 521707fc4412c4aa072ada6d597c2e26992a979e | [] | no_license | ziggyiggy91/dropthebass | ebe7ee91d424e74db5bafa8ac1e8d336c4040cbb | 3c0dd8685fb8a526aead3fe4587e755e4b54d477 | refs/heads/master | 2021-01-19T23:57:09.364233 | 2017-05-22T03:31:20 | 2017-05-22T03:31:20 | 89,052,266 | 0 | 1 | null | 2020-02-10T20:36:46 | 2017-04-22T07:26:05 | C | UTF-8 | C | false | false | 1,305 | c | #include "Registers.h"
#include "UART.h"
void UART0_Init(void){ volatile unsigned long delay; // should be called only once
SYSCTL_RCGC1_R |= 0x00000001; // activate UART0
SYSCTL_RCGC2_R |= 0x00000001; // activate port A
UART0_CTL_R &= ~0x00000001; // disable UART
UART0_IBRD_R = 43; // IBR... | [
"up_isms@yahoo.com"
] | up_isms@yahoo.com |
d01fa82a3fc8702e179dce88ab6a133733dae8c8 | 9deb05f67750084e518e23c3a15b37b1773a0558 | /SystemConfig.h | f083e83c8b8bc34ff4b34e3e5a205c7af5921d3a | [] | no_license | RaiseYourArm/MicroMouse_RYA2013 | 88f0e383d205507c541e1bf5d8575120adcb6474 | 63106aa05c9b2b368ffb26054242de2f0e2aa399 | refs/heads/master | 2021-01-10T21:33:14.037914 | 2013-08-28T13:10:58 | 2013-08-28T13:10:58 | 12,019,372 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,144 | h | //*****************************************************************************
//
// Raise Your Arm 2013_ Micro Mouse robot.
//
// SystemConfig.h - Prototypes for the SystemConfig functions.
//
// This is part of revision 1.2 of the RYA Micro Mouse Library.
// Happy coding.
// Support Team RYA!
//******... | [
"nghiemhonghiep@gmail.com"
] | nghiemhonghiep@gmail.com |
562d967467abc4f3b83f34a971fdc131fd159591 | 76f17e667d887aa9391ecc6ba6d6d057021e9363 | /KL46Z256/FRDM-KL46Z/src/projects/lcd_rtc_lowpower/llwu - Copy.c | c083d72bdc4425915387cf43ec061e8de2b435d0 | [] | no_license | ThuanNV14/Thuan | 17c06e76b439ccbc46dfeae16062c782b2adf63d | f8c2ab81bd14c815ca86407e2529fc430f79bbf5 | refs/heads/master | 2020-03-19T23:31:44.273953 | 2018-06-17T16:44:43 | 2018-06-17T16:44:43 | 137,009,478 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,496 | c | /*!
* \file llwu.c
* \brief common LLWU routines
*
* This file defines the functions/interrupt handlers/macros used for LLWU to be used as wakeup source.
* And some common initializations.
*
* \version $Revision: 1.0 $
* \author Philip Drake(rxaa60)
***/
#include "common.h"
#include "llwu.h"
#include "m... | [
"40166991+ThuanNV14@users.noreply.github.com"
] | 40166991+ThuanNV14@users.noreply.github.com |
81ee6205c0962e288213b6688380bbf35a0f1aaa | 49ad560089b3082e77c5def6eeb77df6c42c4680 | /largest number.c | 32e0ec6e16119695c5476a0ef2260e4c75863240 | [] | no_license | manishsilpakar/programming-fundamentals | c36ea30eea03a1335878da3f3558343ebc79a7ea | 3a5b263c8c2a484fde399566f03d3a07b576ff39 | refs/heads/master | 2020-07-02T03:56:25.090818 | 2017-02-05T07:17:53 | 2017-02-05T07:17:53 | 74,328,845 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 510 | c | /*
name:manish silpakar
roll no:18
program: to print the largest number among 3 number using ternary operator
subject:proramming fundamental
lab sheet no:12
date:09\12\2016
*/
#include<stdio.h>
int main()
{
int a,b,c;
printf("enter the value of a:");
scanf("%d",&a);
printf("enter the value of b:");
scanf("%d",&b);
pri... | [
"noreply@github.com"
] | manishsilpakar.noreply@github.com |
2ca8a821e99c27b55bfc3b96f82b433afa143a1a | fd44ec2965a45f068f0f026e14e29d39f7b8944d | /Parcial/informes.c | 3f4bd1626e156b15ff4ce28fc06298f84573460a | [] | no_license | Marcosgdelgado/Marcos-Delgado-Parcial-1 | 1979b00f1b88e110d988f9091e4bd906cd8bb8fd | 67db9f8b34d96f412d23c14858af39ce4a4cece9 | refs/heads/master | 2020-05-24T05:01:22.326931 | 2019-05-31T00:23:35 | 2019-05-31T00:23:35 | 187,104,889 | 0 | 0 | null | null | null | null | ISO-8859-10 | C | false | false | 12,367 | c | #include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include "utn.h"
#include "musico.h"
#include "orquesta.h"
#include "instrumento.h" //cambiar por nombre entidad
/** \brief Busca un valor y lista los elementos de dos arrays vinculados
* \param arrayA Fantasma Array de Fantasma
*... | [
"noreply@github.com"
] | Marcosgdelgado.noreply@github.com |
64dd4e56c34953a0964489f4b0b1a89098edae59 | 07327b5e8b2831b12352bf7c6426bfda60129da7 | /Include/10.0.14393.0/km/crt/time.h | f32405289f87610ffa6cce6bdeca5d7a997bf81f | [] | no_license | tpn/winsdk-10 | ca279df0fce03f92036e90fb04196d6282a264b7 | 9b69fd26ac0c7d0b83d378dba01080e93349c2ed | refs/heads/master | 2021-01-10T01:56:18.586459 | 2018-02-19T21:26:31 | 2018-02-19T21:29:50 | 44,352,845 | 218 | 432 | null | null | null | null | UTF-8 | C | false | false | 11,202 | h | /***
*time.h - definitions/declarations for time routines
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file has declarations of time routines and defines
* the structure returned by the localtime and gmtime routines and
* used by asctime.
* [ANS... | [
"trent@trent.me"
] | trent@trent.me |
0a5584f23746c4b21373ea889940859418d070ef | a8ac0a71a98142dabf0e8d2cfff16f019090238d | /large segment controller/settings.h | 7f21820843a5f98b0ec9d67d038a3b041d01e147 | [] | no_license | fryguy1013/botgeddonarena | d7c5572f2515c986f503e05881b07bbd01d9a7f7 | d816956d994c0b2ec5eb7bd7ad81db6d9ed7c419 | refs/heads/master | 2021-01-12T14:25:15.967553 | 2016-10-02T18:39:16 | 2016-10-02T18:39:16 | 69,429,818 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,004 | h |
#include "Arduino.h"
//Bit locations for the decimal, apostrophe and colon control
//From https://github.com/sparkfun/Serial7SegmentDisplay/wiki/Special-Commands#wiki-decimal
#define DECIMAL3 2
#define DECIMAL2 1
#define DECIMAL1 0
#define MODE_DATA 0
#define MODE_ANALOG 1
#define MODE_COUNTER 2
const ... | [
"fryguy@burntpopcorn.net"
] | fryguy@burntpopcorn.net |
2674c4609168a8183d312452043bb529b08496c7 | 24643916cd1515911b7837ce81ebd17b0890cc81 | /kernel/drivers/uart/uart.c | ec5ef3f36239425fb90aecd7195889810ee23c2b | [
"Apache-2.0"
] | permissive | touxiong88/92_mediatek | 3a0d61109deb2fa77f79ecb790d0d3fdd693e5fd | 5e96a7bb778fd9d9b335825584664e0c8b5ff2c7 | refs/heads/master | 2020-05-02T10:20:49.365871 | 2019-04-25T09:12:56 | 2019-04-25T09:12:56 | 177,894,636 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 78,759 | c | /* mediatek/kernel/drivers/uart/uart.c
*
* (C) Copyright 2008
* MediaTek <www.mediatek.com>
* MingHsien Hsieh <minghsien.hsieh@mediatek.com>
*
* MTK UART Driver
*
* 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
* th... | [
"sunhouzan@163.com"
] | sunhouzan@163.com |
cbab121a68c58694f8b56054949d7efa263b27bb | cbe3f69588128355cba13630859e08944ef0ea3f | /source/common.h | 676b2091b43b64a022e40dfb77cf5de49999a63d | [] | no_license | swq0553/Unigine_FPS_Demo1 | 5176bc602d972eb6f6aad08bd870ed0ad09dd7e6 | 39fe7c205e6d82bce1d763026048dcfe85766517 | refs/heads/master | 2020-04-06T12:46:03.991583 | 2015-08-06T08:29:32 | 2015-08-06T08:29:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 62 | h | #ifndef _COMMON_H_
#define _COMMON_H_
//#define debug
#endif | [
"wangzhaoyu@ztgame.com"
] | wangzhaoyu@ztgame.com |
73e2d7936d624dbf90b2b3502a5b2946db479cce | 76fe0c0fa6259ceb0f3b73f618060cce0b65a541 | /edge_detect/jpegio.h | a65bddc2cf29b1b967f0112f2c7b259e4c77adf4 | [] | no_license | claudejrogers/edge-detect | 2fc6866635fc75c2d0a4f3a446d2f604ad405577 | c8f0fbcd4f74c8ad249eab8a53367eda72954c05 | refs/heads/master | 2016-09-05T15:50:50.069084 | 2011-07-14T05:44:15 | 2011-07-14T05:44:15 | 2,015,987 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 703 | h | //
// jpegio.h
// edge_detect
//
// Created by Claude Rogers on 7/7/11.
// Copyright 2011 California Institute of Technology. All rights reserved.
//
#include <stdio.h>
#include <stdlib.h>
#include <jpeglib.h>
#include <setjmp.h>
#define IMAGE_HEIGHT 512
#define IMAGE_WIDTH 512
#define ROW_STRIDE (512*3)
struct ... | [
"claude.j.rogers@gmail.com"
] | claude.j.rogers@gmail.com |
18b8753d11a3ef12c4be9ed6fd7341fc70d4ae8d | baec2269b9eea9e33c6f69fef00d55afce993f2e | /bonus/pipe_redirect/utils/connect_std_in_out_and_pipe_bonus.c | e7f7b49c17a08f99a13844443074e7a29994d44e | [] | no_license | jijiji-onaka/minishell | fa017e4379bcce79d534e4c706a1249bfa3928ab | 7d4ab0a0057256ba7abc75455df2e3e203d8c836 | refs/heads/main | 2023-06-04T10:15:13.124915 | 2021-06-26T16:06:12 | 2021-06-26T16:06:12 | 335,341,635 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,293 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* connect_std_in_out_and_pipe_bonus.c :+: :+: :+: ... | [
"takao-jinjinjin715@i.softbank.jp"
] | takao-jinjinjin715@i.softbank.jp |
4d1c048639f50804f9521bce275a6776e9bb64f7 | 161aefb216f969d37d430b2eb01701ab52c028d2 | /tests/sem/p.sizeof.c | 9380f1a890c564f01dfc3e3877f799ad0ca90d79 | [
"MIT"
] | permissive | qaisjp/inf-ct | 289bc3f836e3102bcdb219874e88d88520a1d57b | c0bb13e3fdae6783cc1e0ae71b40360bab6c2be2 | refs/heads/master | 2020-03-29T00:03:21.958481 | 2019-05-18T15:12:40 | 2019-05-18T15:12:40 | 149,322,579 | 1 | 4 | null | null | null | null | UTF-8 | C | false | false | 144 | c | void main() {
int i;
int v;
int c;
i = sizeof(int) + sizeof(int*);
v = sizeof(void) + sizeof(void*);
c = sizeof(char) + sizeof(char*);
}
| [
"qaisjp@gmail.com"
] | qaisjp@gmail.com |
a129150c1c673541984aebe7e04e45dc7b2a2858 | 830e9de83ac002164256d4725d05d756f2ceb136 | /RedArtifact/Pods/Headers/Public/AliPay/krb5_asn.h | f26a9ed0fd87dabf69cbc54de94187be87392032 | [
"MIT"
] | permissive | jianlinchen/Test | 145f7b6969c50aa6506b9cf41196ce15092268a5 | 6ff0c2a5269acd66c76a0d78c0b1fbd8058ac23e | refs/heads/master | 2021-01-17T17:46:40.318138 | 2017-05-03T02:30:05 | 2017-05-03T02:30:05 | 64,218,534 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 34 | h | ../../../AliPay/openssl/krb5_asn.h | [
"515012212@qq.com"
] | 515012212@qq.com |
a83a3498c58903cb67c387718dd2ec55c0d7192f | 4df3bbdff7bc533ad8971b39f0787f72ea62b503 | /firmware_mqtt/user/ethernet/net/webutil.h | 034419dcb280892313d181002de1e7e6eec3f48a | [] | no_license | sensendedipan/wchat_mqtt | 72dfd7601fcbe30652c5d4bc7b3f01cbc322e494 | 91c56b1c4bcbd4ee4902a9256501f503abd646a4 | refs/heads/master | 2020-03-25T22:21:27.296259 | 2018-09-05T07:50:15 | 2018-09-05T07:50:15 | 144,218,548 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 985 | h |
#ifndef _HTTPUTIL_H
#define _HTTPUTIL_H
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "data_struct.h"
#include "w5500.h"
#include "W5500_conf.h"
#include "utility.h"
#include "web_server.h"
#include "socket.h"
extern eeprom_lgi_t gEepromLgi;
extern eeprom_mqtt_t gEepromMqtt;
extern eeprom... | [
"sunjundedipan@163.com"
] | sunjundedipan@163.com |
410e6c0fcaa83716da670e2f412bb4ca866ed8e6 | 6dcb1b03fd30cc0a0517cdfbc496225d61012852 | /lpc55_lcd_dcore0/emwin/emWin_header/MULTIPAGE_Private.h | 4811da06ac7588226095b1e8a5f38133da2a3fd0 | [] | no_license | iDiy/FACE_RECG_DISP_LPC5500 | 5350b23bd78665f6bfc7d5e475614ef4ad4d030b | d52543191f3381a9e595f2438c0944c0bf8629dc | refs/heads/master | 2022-12-06T16:58:09.544262 | 2020-08-19T03:21:31 | 2020-08-19T03:21:31 | 288,397,751 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,138 | h | /*********************************************************************
* SEGGER Microcontroller GmbH *
* Solutions for real time microcontroller applications *
**********************************************************************
* ... | [
"zhangxinling@androidfans.org"
] | zhangxinling@androidfans.org |
2c883ed5185c44357f468309af693bee97e8d4ac | 9c6490fc332a0ffa83599f353bd174c7186634e6 | /include/sparse_bitmap.h | 23c3f197bb6c509ab288a61018413b43206e1385 | [] | no_license | splade/ccard-lib | 629f138ac90e38f731e77e03c50701e9eb20a8c9 | 17f8a4a927b16653750592b0e44ade08af9d4d38 | refs/heads/master | 2021-01-16T00:47:14.767527 | 2013-07-01T14:43:20 | 2013-07-01T14:43:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,244 | h | #ifndef SPARSE_BITMAP_H__
#define SPARSE_BITMAP_H__
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
#define HF(opt) ((opt) & 0x0f)
#define IS_SPARSE_BMP(bmp) (bmp[0] & 0x80)
#define MAKE_SPARSE_ID(k) (0x80 | (k))
#define K_FROM_ID(id) (0x7f & (id))
/**
* Additional options
* */
enum {
... | [
"chaoslawful@gmail.com"
] | chaoslawful@gmail.com |
02b4cd1d8b11d6dbff44824c0f6a902ddd419f4f | d27070c0f203fde8ed0b4955602b70ecf09ad6f1 | /hidechar.c | 0ec45768cd0f853079abdd74ed0108712f6f5d19 | [] | no_license | riz007/Network-Prog | 337e36fc9500fb970a424b7081f3d5fe38ffa750 | b5d6a9727f0ee0d13eb1dd00a86adee5f4d385db | refs/heads/master | 2021-01-25T12:13:09.532742 | 2015-11-21T11:28:42 | 2015-11-21T11:28:42 | 42,099,483 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 478 | c | #include<termios.h>
#include<unistd.h>
#include<stdio.h>
int main(void){
struct termios myterm;
tcgetattr(STDIN_FILENO, &myterm);
myterm.c_lflag = myterm.c_lflag & (~ECHO);
tcsetattr(STDIN_FILENO, TCSANOW, &myterm);
}
//To revert it change it to:
#include<termios.h>
#include<unistd.h>
#include<stdio.h>
int mai... | [
"rizwanulrudra@gmail.com"
] | rizwanulrudra@gmail.com |
63c358a451dd3ec3bc6226f5f0b6e38e463749f0 | 7df55e67180a323620190e6e071db950f8eb7600 | /splay/EIFGENs/splay/W_code/C2/tr1002d.c | b63705ffd2b6bf304df951fe3f9d60cafd985c33 | [] | no_license | krish1000/YU-Eecs-3311 | 843f0412f87cc1bb685c9a0a2191fbe9ed3ae018 | e01224f2b766357bc1744915dd73d044a977289e | refs/heads/master | 2023-03-25T04:03:06.905327 | 2021-03-09T00:09:57 | 2021-03-09T00:09:57 | 297,848,390 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,057 | c | /*
* Class TREE_NODE [INTEGER_32, INTEGER_32]
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static const EIF_TYPE_INDEX egt_0_1002 [] = {0xFF01,232,0xFFFF};
static const EIF_TYPE_INDEX egt_1_1002 [] = {0xFF01,245,1001,218,218,0xFFFF};
static const EIF_TYPE_INDEX egt_2_1002 [] = {0xFF01,1001,21... | [
"krish100@my.yorku.ca"
] | krish100@my.yorku.ca |
9f31eb3aa549d47de92f0b9df76d1e2329e586b3 | b11b8619073e902adfb8a40943acf8d24e581eff | /gui/src/libmgutils/src/templates/colorpanel.c | 72164add4af0bbc8b8b6b659db951d0c15ab275b | [] | no_license | wuyanxiong/miniGUI_DisplayDemo | e96741c5efb2c1ffd9069b72f5be8f8c397b0f6e | 18d525e8dd1390c49def46d8845ec5b5a0cce5da | refs/heads/master | 2020-06-02T01:51:43.369516 | 2019-06-13T16:28:59 | 2019-06-13T16:28:59 | 190,997,908 | 1 | 4 | null | null | null | null | UTF-8 | C | false | false | 15,949 | c | /*
* This file is part of mGUtils, a component for MiniGUI.
*
* Copyright (C) 2003~2018, Beijing FMSoft Technologies Co., Ltd.
* Copyright (C) 1998~2002, WEI Yongming
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pub... | [
"beal.wu@mstarsemi.com"
] | beal.wu@mstarsemi.com |
596cbd85ef9432f686084cefbb6a8c6bb61e3b6c | 367e5d0c3c2b046ca70294593ab2e21d5a2a4984 | /Classes/Native/mscorlib_System_Reflection_MonoGenericCMethod.h | 8006986f0a0e4da517fd4b3941b502fbb9124af9 | [] | no_license | truckfights/truckfights_ios | 514acea0d0cfc6de6b12a10c992274446dd6d404 | 4a06ad533175cfb5030880b0557f120074c43616 | refs/heads/master | 2021-01-10T01:58:57.564897 | 2015-12-15T16:29:44 | 2015-12-15T16:29:44 | 48,000,635 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 299 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Reflection_MonoCMethod.h"
// System.Reflection.MonoGenericCMethod
struct MonoGenericCMethod_t1673 : public MonoCMethod_t1674
{
};
| [
"quinn.collins@tufts.edu"
] | quinn.collins@tufts.edu |
17c7f3f8ff3cd17a1410110663741cc5c0e1b869 | a88a65fbd23720aabc6304f9e9b2d59b19f924e7 | /userprog/reverse.c | 9b7a8be8dcef05975bffe194812c5cb16bb8add0 | [] | no_license | dangkhoasdc/nachos | 55b03fb1fcefe86914ac331d288014e8dc5bf36f | a535cacd7fc6929c86563151580e61864c9eda51 | refs/heads/master | 2022-08-15T01:12:20.725984 | 2022-07-27T00:50:13 | 2022-07-27T00:50:13 | 9,076,282 | 11 | 19 | null | null | null | null | UTF-8 | C | false | false | 22 | c | /* Program: reserve */ | [
"letan.dangkhoa@gmail.com"
] | letan.dangkhoa@gmail.com |
bf89bd64dc217ada4ad7776929ba2e3f2bad3e8e | ae5836900a4c403d860f8f431c0e452ee43705e0 | /src/VI_vsin_f.h | d54e0c747d1768d87dea2a2e3a2924f99aefc17f | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | connorimes/tasp-vsipl-core-plus | 224d1817f180fb4e6977ab227ee1bea41c5e6c58 | dba552a9b5e145b1289a0d415f37fd91baa1e1ef | refs/heads/master | 2021-01-21T23:58:44.018215 | 2015-11-17T18:23:51 | 2015-11-17T18:23:51 | 46,365,748 | 9 | 4 | null | null | null | null | UTF-8 | C | false | false | 1,533 | h | /* Created RJudd */
/* SPAWARSYSCEN */
/**********************************************************************
// For TASP VSIPL Documentation and Code neither the United States /
// Government, the United States Navy, nor any of their employees, /
// makes any warranty, express or implied, including the warran... | [
"connor.k.imes@gmail.com"
] | connor.k.imes@gmail.com |
cd2025bfae4b949826ea6d0c4651a3d941374afa | 653b4a7f2d09d193da9d2dab0a66d2cb14954aa5 | /CONTROL_ECU/uart.h | 5aeb48d74fe887db31fa6cdba41c9b9af769864c | [] | no_license | hesham-salem/Door-Locker-Security-System | 44e78cfe65913dfae66c1e88b260ea4677e250bf | 232aa324ae50026a85b10a7a3e99a9a646546d47 | refs/heads/main | 2023-08-21T00:04:25.092210 | 2021-10-31T21:57:55 | 2021-10-31T21:57:55 | 376,678,748 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,142 | h | /* module name :uart driver
*
* file name :uart.h
*
* description :the header file of uart driver
*
* Created on: May 24, 2021
*
* Author: Hesham Salem
*/
#ifndef UART_H_
#define UART_H_
#include "common_macros.h"
#include "micro_config.h"
#include "std_types.h"
/****************************************... | [
"hesham1salem@gmail.com"
] | hesham1salem@gmail.com |
728cdf2758aa9c75f4d458b75b110c9344d20f64 | 92636e2579e89b1a292358ab9d161b86beae0a21 | /src/Point.h | ed2130c3b9e2362a7aa80fea6ae48c68e56df4b3 | [
"BSD-3-Clause"
] | permissive | khutchins/Naive-Raytracer | 2185214cebc544d88cef24c5481528621f2f16d1 | fcdb37a611ffecd54ed1aa39ca7e2fd8e190c16d | refs/heads/master | 2021-01-01T05:51:23.180092 | 2016-12-05T23:20:43 | 2016-12-05T23:20:43 | 2,922,851 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 496 | h | #ifndef _POINT_H_
#define _POINT_H_
#include "Vector.h"
struct Vector;
struct Point {
static Point PointZero();
Point();
Point(double x, double y, double z);
double x,y,z;
//Vector operator+(Point right);
Vector operator-(Point right);
Point operator+(Vector right);
Point operator-(Vector right);
doub... | [
"possessedcow@gmail.com"
] | possessedcow@gmail.com |
1fffdeea290b1c3394e754ed0532f0bdf8a660d1 | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/c-litmus-HMC-Nidhugg/ISA2+poreleaserelease+fencembonceonce+fencembonceonce.c | 9b343ea43fd2f847d6ec259ebd036a0aa908bac6 | [] | 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 | 1,603 | c | /* Copyright (C) 2023 ARM-CBMC
* This benchmark is part of ARM-CBMC */
#include <assert.h>
#include <pthread.h>
#include <stdatomic.h>
atomic_int vars[3];
int atom_1_X0_1;
int atom_2_X0_1;
int atom_2_X2_0;
void *t0(void *arg){
label_1:;
atomic_store_explicit(&vars[1], 1, memory_order_release);
atomic_store_e... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
038fb0d906c5b9b16823018bc06b2b2f93fe82ad | c62b32437cbcd3b32584a38ee405602aedc7a57a | /xrcedds/micro_xrce_dds/lib/src/c/core/session/submessage_internal.h | 316293b91137c1344d3ca98e81cef58076df0151 | [
"Apache-2.0"
] | permissive | ROBOTIS-GIT/ros2xrcedds | 31f433309a9fd905d4b5021245678137c3d8552b | fe853ea88cce49d0974976bf857b6664090ef1b2 | refs/heads/master | 2020-04-18T01:57:43.540130 | 2019-05-22T02:38:46 | 2019-05-22T02:38:46 | 167,141,472 | 1 | 3 | Apache-2.0 | 2019-01-28T04:41:37 | 2019-01-23T07:54:36 | C | UTF-8 | C | false | false | 2,144 | h | // Copyright 2017 Proyectos y Sistemas de Mantenimiento SL (eProsima).
//
// 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 re... | [
"kkw@robotis.com"
] | kkw@robotis.com |
b2705a3e62626311843e77ac9a0a0ad13d5b5e38 | 9cbcfbd19dba8293da79e959cb1cfc0be20a44d0 | /Patches_for_EDK2/ShellPkg/Application/Shell/FileHandleWrappers.c | 6912798851cb1808026c86947b3ee9a1e23ffda4 | [] | no_license | shumb/Clover | e65e816b0d8a0a5f3f63671710d5d6d868131b98 | 982912921494b86e5a7f285819b91644c679c165 | refs/heads/master | 2020-06-18T09:02:24.922972 | 2016-11-03T23:14:28 | 2016-11-03T23:14:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 63,522 | c | /** @file
EFI_FILE_PROTOCOL wrappers for other items (Like Environment Variables,
StdIn, StdOut, StdErr, etc...).
Copyright 2016 Dell Inc.
Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>
(C) Copyright 2013 Hewlett-Packard Development Company, L.P.<BR>
This program and the acco... | [
"slice2009@52d7a1c0-eba5-4e63-a9d7-e3186cd7c462"
] | slice2009@52d7a1c0-eba5-4e63-a9d7-e3186cd7c462 |
11eb85462462bfcca87fad858a6a06d6a5aec867 | 56fb86d23ef1162eedd9dcf92a66656966f34981 | /lz77/main.c | 530fd0428c989a44ddd2e19c4172f426a7f82654 | [] | no_license | normandoret/Data-Compression-project | 3d0525e2e7c9430fdb056fb7e23bc7ea4a98ba63 | 538a37333f74339829667b89d19ca9fd0b1ecab7 | refs/heads/main | 2023-01-29T04:52:08.714488 | 2020-11-28T14:32:51 | 2020-11-28T14:32:51 | 316,139,371 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,475 | c | /***************************************************************************
* Lempel, Ziv Encoding and Decoding
*
* File : main.c
* Authors : David Costa and Pietro De Rosa
*
* DESCRIPTION
*
* LZ77 is a lossless data compression algorithms published by Abraham
*... | [
"jhyeom26@gmail.com"
] | jhyeom26@gmail.com |
8a5086647365f0069de5d4a55251b3e2e58b3685 | aaad70e69d37f92c160c07e4ca03de80becf2c51 | /filesystem/usr/src/linux-headers-4.15.0-20/include/crypto/md5.h | 339b00e56125cac2241ab16f8199a0b21599a464 | [] | no_license | OSWatcher/ubuntu-server | 9b4dcad9ced1bff52ec9cdb4f96d4bdba0ad3bb9 | 17cb333124c8d48cf47bb9cec1b4e1305626b17a | refs/heads/master | 2023-02-10T18:39:43.682708 | 2020-12-26T01:02:54 | 2020-12-26T01:02:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 165 | h | {
"MIME": "text/x-c",
"inode_type": "REG",
"magic_type": "C source, ASCII text",
"mode": "-rw-r--r--",
"sha1": "2c7e879baf0dc90460592dfcd3878898226e6384"
} | [
"mathieu.tarral@protonmail.com"
] | mathieu.tarral@protonmail.com |
4d1b741359dd433f2db8c4de4233ee0b4f70a158 | d2a6d92c0d1a846e14b958792a35bfd70571c464 | /oskar/imager/private_imager_generate_w_phase_screen.h | 0a5c580a0feb4d9fad598c37753b0d7048fa7389 | [
"BSD-3-Clause"
] | permissive | OxfordSKA/OSKAR | 990c2c252a61519676e1ff3e4fec807353497d01 | d1b86f8c9f8a7d675e357d9416f94b02413cf9bb | refs/heads/master | 2023-09-03T20:08:47.971632 | 2023-08-22T15:47:23 | 2023-08-22T15:47:23 | 9,254,691 | 62 | 37 | NOASSERTION | 2021-04-20T12:33:44 | 2013-04-06T03:13:37 | C | UTF-8 | C | false | false | 2,027 | h | /*
* Copyright (c) 2016, The University of Oxford
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright notice,
* this list ... | [
"fred.dulwich@oerc.ox.ac.uk"
] | fred.dulwich@oerc.ox.ac.uk |
58ec78389d872d65120d6cc72a2e82ea8a5d761f | 03f41507b028a07d146fdbc57fa5d904e4b4ad29 | /code/ECC.h | 5d78190594ba6d8513385cfe1df44b04fc9c0bc8 | [] | no_license | Jiedian233/FEC-begoina | 6a48884ae2ef9c735cf4354f0de5910e3d117c59 | 90f341a604b538d27fe2eafdd7e53cd7d0ff5de7 | refs/heads/master | 2020-05-17T04:20:29.439816 | 2019-09-13T10:23:28 | 2019-09-13T10:23:28 | 183,505,950 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 576 | h | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<math.h>
#include<time.h>
#define MAX 100
typedef struct point{
int point_x;
int point_y;
}Point;
typedef struct ecc{
struct point p[MAX];
int len;}ECCPoint;
typedef struct generator{
Point p;
int p_class;}GENE_SET;
void ... | [
"noreply@github.com"
] | Jiedian233.noreply@github.com |
603b1fa4fd53d15e87f159e574e6b4ecbc73d782 | 4b030a86ffd0ab0114fbeffadc205e9a96a61efe | /test.c | d844c21a33e81c8c830d3bf3dcb879d8d619ca5a | [] | no_license | ThirstyThales/linuxsyscall | 7fbc9d9a0df3d99d828f3926ff676620f32bc19e | 56b60876228f19241b887832d2f4f1688054fb66 | refs/heads/master | 2023-08-28T03:37:55.447803 | 2021-10-31T02:26:24 | 2021-10-31T02:26:24 | 418,502,804 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,264 | c | #define _GNU_SOURCE 1
#include<fcntl.h>
#include<unistd.h>
#include<stdio.h>
#include<stdlib.h>
#include<errno.h>
#include<poll.h>
#include<sys/select.h>
#include<sys/mman.h>
#include<sys/stat.h>
#include<string.h>
#include<stdbool.h>
#include<stdint.h>
#include<sys/ioctl.h>
#include<time.h>
#include<limits.h>
#include... | [
"thirstythales@gmail.com"
] | thirstythales@gmail.com |
8b3afe5ada0cbfe3f95c318278a2ff264d213d7a | fba127944fb30a9f7cc4fdd46a88f25afbc6851a | /unixdomain/unixstrserv01.c | 1a99bd357bb9e5da4e3ab6edb7c41fedd84fdafe | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unpbook"
] | permissive | lsxk-jwj/unpv13e-master | 1d2d26172ccda0858ddf1959612eca641b5f972a | 9392a2e94b8ce1e8aaf6b379091b8456562be2d4 | refs/heads/master | 2023-05-24T03:35:41.837391 | 2021-06-11T12:20:02 | 2021-06-11T12:20:02 | 375,259,030 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,401 | c | /*
1 Unix域协议的使用其bind的是某个路径名(是文件不能是目录),而不是IP协议中bind的某个IP地址+端口号;
2 基于Unix域协议的字节流和数据报套接字的客户和服务器进程的通信,只需客户和服务器使用的路径名相同即可,无需指定IP地址和端口号!
*/
#include "unp.h"
int
main(int argc, char **argv)
{
int listenfd, connfd;
pid_t childpid;
socklen_t clilen;
struct sockaddr_un cliaddr, servaddr;
void sig_chld(int);
... | [
"16622033193@163.com"
] | 16622033193@163.com |
2f3366b41da4f25db59c87eece552cd193ea188d | 85c99d6c3871b8355e070abecf30f541c4ec2198 | /includes/linked_list.h | 373c3164018bbd995d2510e07de6cbd5087ec019 | [] | no_license | zachmae/The_prequel_of_isaac | 4de0e3b34cd1fe3d27e98db773c5d37059668f36 | e699d1b26b8553a79c456a5cb15d93eff2203008 | refs/heads/main | 2023-04-22T20:22:11.982428 | 2021-05-17T12:55:06 | 2021-05-17T12:55:06 | 365,857,120 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 384 | h | /*
** EPITECH PROJECT, 2021
** B-MUL-200-PAR-2-1-myrpg-malek.gatoufi
** File description:
** linked_list
*/
#ifndef LINKED_LIST_H_
#define LINKED_LIST_H_
void put_at_end_list(game_object_t **list, game_object_t *node);
void put_at_start_list(game_object_t **list, game_object_t *node);
void put_at_start_list(game_obje... | [
"zacharie.lawson@epitech.eu"
] | zacharie.lawson@epitech.eu |
8523c51d8f668f6553d83d0cbb349d8d2bef6566 | 087946adaef45f69b8a74ce7dba72401af5dffca | /custom/mt82_watch/kernel/touchpanel/ft5206_p201/tpd_custom_ft5206.h | 357f9ec6ea4ffe360093c3b6f59dad1b0896fc28 | [] | no_license | Proshivalskiy/pro-mk | 2f7006f77ae26441c14f0e04a5f21342f5b7db5b | f16ca1ac07f0ba7a92594a11e52a5121eed3d214 | refs/heads/master | 2020-12-25T08:59:03.547612 | 2015-08-13T10:25:24 | 2015-08-13T10:25:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,053 | h | #ifndef TOUCHPANEL_H__
#define TOUCHPANEL_H__
/* Pre-defined definition */
#define TPD_TYPE_CAPACITIVE
#define TPD_TYPE_RESISTIVE
#define TPD_I2C_NUMBER 0
#define TPD_WAKEUP_TRIAL 60
#define TPD_WAKEUP_DELAY 100
#define VELOCITY_CUSTOM
#define TPD_VELOCITY_CUSTOM_X 15
#define TPD_VELOCITY_CU... | [
"lihaijiang@infocomiot.com"
] | lihaijiang@infocomiot.com |
fc959b41cff2c128a679fc8ee41056fa563876c6 | bacec7106cbe6bb880673b9991187688a5a580eb | /mudlib/wizards/maxwell/objects/etc/cigar.c | cc9dfdca3bb35b1fcbdf4e869a7ba0a0803b683f | [] | no_license | thraeq/DarkeLIB | 3555bff2bdc8a1406ac02081934557ba41e1675d | d6226ca309c5044436b3f123db7c58a98be53ea2 | refs/heads/master | 2020-12-12T07:29:15.419092 | 2020-01-27T16:34:43 | 2020-01-27T16:34:43 | 234,076,244 | 1 | 2 | null | 2020-01-15T12:30:09 | 2020-01-15T12:30:09 | null | UTF-8 | C | false | false | 3,663 | c | // Maxwell's Underground Mudlib
// Dwarven Cigar
#include "/adm/include/std.h"
#define UNDER "/wizards/maxwell/underzone/dm"
inherit OBJECT;
string short;
int lit;
create() {
::create();
set_id(({"cigar","dark cigar"}));
set_name("cigar");
short = "an expensive dark cigar";
set_short(shor... | [
"jared_lau@byu.edu"
] | jared_lau@byu.edu |
611210b52203f24432eed6486d81d377dfe77f5e | 1f19d51cbb43154906890407d1bc0f44d231e033 | /CMSIS/DSP/Source/SupportFunctions/arm_weighted_sum_f32.c | 405c6c705bd25710bcba64b71b80bccc89c200a0 | [
"Apache-2.0"
] | permissive | mintisan/CMSIS_5 | 7c8076b590975d5d505c16a37092140b3e64f720 | 2df723647a1f629b7be1394bfc13c9ea9119a8f8 | refs/heads/develop | 2020-09-08T23:08:47.066343 | 2019-11-12T17:15:05 | 2019-11-12T17:15:05 | 221,270,784 | 0 | 0 | Apache-2.0 | 2019-11-12T17:15:07 | 2019-11-12T17:10:22 | null | UTF-8 | C | false | false | 3,928 | c | /* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_weighted_sum_f32.c
* Description: Weighted Sum
*
*
* Target Processor: Cortex-M and Cortex-A cores
* -------------------------------------------------------------------- */
/*
* Copyr... | [
"Christophe.Favergeon@arm.com"
] | Christophe.Favergeon@arm.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.