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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c06fcad02535ad5f5e281adac527f531100d5f0f | 1ad4dd5261a185f3cf92d7fd3226de28679747c5 | /kernel/arch/cris/include/arch-v10/arch/processor.h | b2df646bc1ebd679c68038d23a477b6332783f83 | [
"Linux-syscall-note",
"GPL-2.0-only",
"MIT"
] | permissive | oslab-swrc/libmpk | b30c8fa2eea834a8ab441fdd9f7789296781ec17 | a0b20ab8819d60d22d2a90f0d54eccae40ae6b05 | refs/heads/master | 2022-05-01T01:36:07.491532 | 2022-03-18T05:44:14 | 2022-03-18T05:44:14 | 223,290,854 | 0 | 0 | MIT | 2019-11-22T00:30:13 | 2019-11-22T00:30:12 | null | UTF-8 | C | false | false | 2,046 | h | /* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_CRIS_ARCH_PROCESSOR_H
#define __ASM_CRIS_ARCH_PROCESSOR_H
/*
* Default implementation of macro that returns current
* instruction pointer ("program counter").
*/
#define current_text_addr() ({void *pc; __asm__ ("move.d $pc,%0" : "=rm" (pc)); pc; })
/* CRIS has n... | [
"spark720@gatech.edu"
] | spark720@gatech.edu |
8b5e65122f5c1f01c17ad0a0490cfd87cfbd3f08 | 665443052fa3c17f94c945f08b6378016d5a1dae | /0152/src/mame/drivers/xexex.c | b2d751f3c3099085605f04294c3db23e9b3e677b | [] | no_license | dezi/mame-libretro-odroid | a6f3e0fd87e00fe8beda936f1cd3cf2fe508fcf0 | 31b588c088928f967b9fb9cf903b7a3f18a91eaa | refs/heads/master | 2020-04-18T07:49:09.588326 | 2014-02-11T14:27:40 | 2014-02-11T14:27:40 | 16,698,177 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,645 | c | /***************************************************************************
Xexex (c) 1991 Konami - GX067
Xexex
Konami 1991
PCB Layout
----------
GX067 PWB352898B
|--------------------------------------------------------|
|MB3722 067B07.1E 067B14.1N |
| 054544 067B06.3E 84256 ... | [
"dezi@kappa-mm.de"
] | dezi@kappa-mm.de |
c8ade1ee387341cc091d1a5920ca18260a231f20 | ea23047538820afc6616ee5dea955a0c3bad4116 | /include/HCNetSDK.h | 79cea17a486074931e641356dd16212d8a072df0 | [] | no_license | haoson888/hcnetsdk-go-1 | f0898ea2f64a8411b661ae227d53280f61a3d6bb | b2e176073474e839219ef4ef43a9efdffbfd772b | refs/heads/main | 2023-06-30T13:39:56.537045 | 2021-08-04T05:21:20 | 2021-08-04T05:21:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 34,542 | h | #ifndef _HC_NET_SDK_H_
#define _HC_NET_SDK_H_
#ifndef _WINDOWS_
#if (defined(_WIN32) || defined(_WIN64))
#include <winsock2.h>
#include <windows.h>
#endif
#endif
#ifndef __PLAYRECT_defined
#define __PLAYRECT_defined
typedef struct __PLAYRECT
{
int x;
int y;
... | [
"luokaiqiongmou@foxmail.com"
] | luokaiqiongmou@foxmail.com |
ff8eb6ff08e5b831e1aa45f64a57b6d8f475414b | b20b1094464384058d6464281865b24b5e1b8091 | /source/algo/checksum.h | 1dfdd7048d4f42b1880ee6b63325b1f869137a7a | [] | no_license | dmdware/srt | cad19b195ebefa480a1fb1653454d4449b5646cf | 780837f0baa9099c380dcf1487639c38f2fa3918 | refs/heads/master | 2021-01-23T11:21:13.652724 | 2017-06-02T06:13:09 | 2017-06-02T06:13:09 | 93,133,121 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 153 | h |
#ifndef CHECKSUM_H
#define CHECKSUM_H
unsigned int AddCheck(unsigned int sum, unsigned int next);
unsigned int CheckSum(const char* fullpath);
#endif | [
"polyfrag@hotmail.com"
] | polyfrag@hotmail.com |
0415ea9256d09a364c3aa3b574ea14a64373b3bf | e5f2bc6a38a27499882b3dd4a1b9b6ce3b9f946c | /Project/Part 2,3,4/code/multi_thread_mutex.c | e435fee4010274030bbce609d4acf9e93d3ef69c | [] | no_license | rskranthi/Advanced-Operating-Systems-Projects | 39a8caefd439142c8aed4d9f9d71a92d1e729934 | 81e0ec5bcd6042eb05b0cbf619904c1986b0ef67 | refs/heads/master | 2021-01-10T04:31:12.963910 | 2015-11-10T03:41:40 | 2015-11-10T03:41:40 | 45,885,575 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,219 | c | #include<stdio.h>
#include<string.h>
#include<stdlib.h>
#include<unistd.h>
#include<pthread.h>
#include "write.h"
#include "read.h"
#include "JSM.h"
#include "global_variables.h"
ROWS=10,COLS=3;
PENDING=0,COMMITTED=1,ABORTED=-1; //Initializing variables as its easy to deal in numbers
commit_pointer=0;//outcome records ... | [
"krekala@asu.edu"
] | krekala@asu.edu |
964f2e3a94e42f91b57084644cef0d3a3f0a10d4 | b1c8b5dfe9e813481985733ae2a275853b76750f | /week3/threeb.c | 76d0b15187706a7efe06883ddb56064883b26e6a | [] | no_license | dominicdorhat/C_LabExercises | 5f804adb272a8c39d91a480f36b3c02c0b747c65 | 9a390fadba727355778b13f033bf1153a6e1cbb8 | refs/heads/master | 2020-04-04T14:21:14.476711 | 2018-12-17T07:12:56 | 2018-12-17T07:12:56 | 155,994,417 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 174 | c | #include <stdio.h>
int main () {
int year, birthyear;
printf("Enter current year and birth year: \n");
scanf("%d%d", &year, &birthyear);
return 0;
} | [
"johnfruit099@gmail.com"
] | johnfruit099@gmail.com |
e6394bd2a5d479880adcb148ce6c97787251e426 | c250ebbae0e7df422b34d6b0c312334639907bbd | /components/protocomm/include/security/protocomm_security.h | 7eeecc16f733f9e08cc9eef74edddd8150ebf95d | [
"Apache-2.0"
] | permissive | psuxaog/esp32kit | f9cf370624bf1277a81010f50d40dbdf141ad1f0 | 8213c588a68a4b1f0151f6678279a34b96dd5b87 | refs/heads/master | 2020-04-16T01:10:34.017409 | 2019-01-16T01:04:25 | 2019-01-16T01:04:25 | 165,163,199 | 1 | 0 | Apache-2.0 | 2019-01-12T14:52:29 | 2019-01-11T02:11:31 | C | UTF-8 | C | false | false | 2,815 | h | // Copyright 2018 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applic... | [
"anurag.kar@espressif.com"
] | anurag.kar@espressif.com |
074096947ee7809d9cb95d2253a2d2386e18ac77 | 1ecc730bf2da399ff39ebd02fed9e825b0c95211 | /Lab/lab_01/lab_01_01/main.c | 16a637342fffc310045a3659c83895bcaffe6924 | [] | no_license | vuquang142k/Program_C | 0959fb94697187047af5b9a99cab2d997c6fd37f | d24d99ae89c1b8366273fd6bc4226b40744341d5 | refs/heads/main | 2023-06-12T15:46:48.934541 | 2021-07-06T20:42:01 | 2021-07-06T20:42:01 | 344,933,890 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 147 | c | #include<stdio.h>
#include<stdlib.h>
int main()
{
int s;
s = 56;
printf("Year has %d weeks", s);
return EXIT_SUCCESS;
}
| [
"kanji14092000@gmail.com"
] | kanji14092000@gmail.com |
31e2851452453decceb9196e74fa02cb2022396d | bd90b9981d8924fd8fbe18758e0ff2be01d5be02 | /tests/barrier3.c | b3f555bf7818826118ff45354560c579b7c18ec3 | [] | no_license | jslyzt/pthread-win32 | ec3fa38668f1e3d32b8429b1cf84ac84b5413574 | db0291ec6027ba7df93f06816785d844d1db86e4 | refs/heads/master | 2022-11-30T09:35:36.748778 | 2020-08-11T06:38:37 | 2020-08-11T06:38:37 | 286,457,386 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 704 | c | #include "test.h"
pthread_barrier_t barrier = NULL;
static void* result = (void*)1;
void* func(void* arg) {
return (void*)(size_t)pthread_barrier_wait(&barrier);
}
int main() {
pthread_t t;
pthread_barrierattr_t ba;
assert(pthread_barrierattr_init(&ba) == 0);
assert(pthread_barrierattr_setpshare... | [
"zhoutao@xindong.com"
] | zhoutao@xindong.com |
41514b68be2d7665bf3d2fc361c9d5eb932cd3be | 71e5f96a29f5d643ab888b37677d38c33f8d765d | /d/dagger/marsh/tower/mon/bat.c | c224f85a646828556924e94b0897c6f1eb220819 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Cherno-SuS/SunderingShadows | 5f755fbebb79dc0b9d1c2a0541408be4afeb8b67 | c3b4370beb2c4351ecc60826850c94892a42b685 | refs/heads/main | 2023-04-21T09:52:14.580024 | 2021-03-23T12:09:55 | 2021-03-23T12:09:55 | 349,490,686 | 0 | 0 | NOASSERTION | 2021-03-23T12:09:56 | 2021-03-19T16:40:12 | null | UTF-8 | C | false | false | 520 | c | #include <std.h>
#include "/d/dagger/marsh/tower/short.h"
inherit "/std/monster";
create() {
::create();
set_name("bat");
set("id", ({ "bat" }));
set("short", "%^RESET%^%^RED%^Vampyre bat%^RESET%^");
set("aggressive", 100);
set_hd(3,1);
set("long", "This is a ugly blood sucking vampyre bat... | [
"law@shadowgate.org"
] | law@shadowgate.org |
a02515a0dc84de3e291830589ef2c620f08983d6 | 43260c9add09e83c4f36c694f473b79fdf60cf6b | /aubit4glsrc/tags/Aubit4gl-1_10RC-65/lib/libui/ui_xml/uilib/xml/attr.h | 8d02fd0c26da42493ac49db0ca8702b0444a5d4b | [] | no_license | tompipen/aubit4gl_code | 63d31e10e329831f95f9e839a0f1bf312c056164 | ea632477f2653dd97f024eb6a54abfdf5a892153 | refs/heads/master | 2020-04-11T14:52:49.192757 | 2018-11-12T10:21:42 | 2018-11-12T10:21:42 | 161,871,995 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 729 | h | #define attr_min(X,Y) (((X) < (Y)) ? (X) : (Y))
struct s_syncvalue {
char *value;
char *fieldname;
int touched;
int fieldtype;
};
struct s_syncvalues {
int nvalues;
struct s_syncvalue *vals;
};
struct s_row {
int rownum;
struct s_syncvalues sync;
};
struct s_rows {
int nrows;
struct s_row *... | [
"nobody@ccff5c2d-aaaf-4f61-a5bd-d7f44fd75822"
] | nobody@ccff5c2d-aaaf-4f61-a5bd-d7f44fd75822 |
59a0fc6ae2b1c969122b43db9ea61b89d0e34ba4 | 16075bf8d70864a3f20d04cfad3243f33f8dbf4c | /output.h | 9bb28ff0ff9d0c1e7ee5eae3bf954e6ad7c49cbd | [] | no_license | LLLLHJ/simple-calculator | 5b1e39c83354c176cb9aeb89efe51be63478bae6 | 3d2a96e65a01585853f93ce996d915519ade8488 | refs/heads/main | 2023-05-09T07:55:06.278074 | 2021-05-29T08:32:58 | 2021-05-29T08:32:58 | 371,907,704 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 346 | h | /*************************************************************************
> File Name: output.h
> Author:
> Mail:
> Created Time: Fri 28 May 2021 10:59:42 PM CST
************************************************************************/
#pragma once
#include <stdio.h>
#include "calc.h"
int output(char* str_input... | [
"noreply@github.com"
] | LLLLHJ.noreply@github.com |
e90502de40e8b92c8c1b23650c9dcc9b988c7a47 | 10c2d0b89590bdf11b611ee623e5fd8e50ade2d8 | /bsp/nrf52840/applications/application.c | 95c1e538a25de2a7ee8463b30594ef322c0036d0 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | xuji520123/rt-thread | ea88ef79e9e2496585eead573afc7b8ad2aabc2f | 4c33af93dcdcfc4262261d058880fbfff53ff833 | refs/heads/master | 2020-04-17T07:06:13.745511 | 2020-02-11T13:15:27 | 2020-02-11T13:15:27 | 166,353,939 | 0 | 0 | Apache-2.0 | 2019-12-24T05:36:32 | 2019-01-18T06:14:27 | C | UTF-8 | C | false | false | 1,224 | c | /*
* File : application.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2015, RT-Thread Development Team
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rt-thread.org/license/LICENSE
*
* Change Logs:
* Date ... | [
"xuji520123@163.com"
] | xuji520123@163.com |
444fe74bc120bebd875f4ce02a6195b7e458981c | 82e145b02cc139c68dd6b113b35da5fd3ae9831f | /BankManagement/BankManagement/bankAPI.c | 00dc88bfbb6007450c84d5d19f5383c0975fd6a5 | [] | no_license | talsim/Bank-Management | 56e0cf0f62517e3f8a599c4d752205085f22bfb4 | 837ee0e80f89b7516c9c5aa252aa18b8fb39d203 | refs/heads/master | 2020-03-23T00:13:50.951972 | 2018-08-03T16:55:11 | 2018-08-03T16:55:11 | 140,851,636 | 1 | 1 | null | 2018-07-14T17:38:25 | 2018-07-13T13:40:36 | C | UTF-8 | C | false | false | 2,820 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bankAPI.h"
#include "userdata.h"
#include "fileUtils.h"
#include "ioUtils.h"
typedef int(*op)(int, int);
static void deposit_money(int);
static void withdraw_money(int);
static void edit_user_data(int);
static void choose_op(op, int);
// menu messa... | [
"tals0606@gmail.com"
] | tals0606@gmail.com |
221b36ac9b46982f47c2ab316a82da93e28a0826 | 96a780d1ab9a74371adff9d155eef508bb148b7f | /assignments/mysubmission/assign2/searchdir.c | d8a7270e32668df5b3a6304c688d6151e9226804 | [] | no_license | azure3t/cs107 | e251bd9f2e822340ce77f351eb2816f49ca79482 | aca6d60e303affbf89360ebfe0cfc39fb8a67c4e | refs/heads/master | 2021-07-10T21:33:24.752122 | 2017-10-16T01:22:18 | 2017-10-16T01:22:18 | 107,062,989 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 11,872 | c | /*
* File: searchdir.c
* Author: Tiantian Tang
* ------------------------------------------------------------
* This program will recursively search a directory provided
* by user.
* Usage: ./searchdir [one of: -i or -d or searchstr] [optional: directory name]
* Depending on the argument, perform following tasks... | [
"azure3t@gmail.com"
] | azure3t@gmail.com |
7ff2ffb8618a081091bad953cf803424e393d1b1 | 90ed8dafb8f06741998d1d31e85faabb34281ca4 | /cutting_planes.c | 65f5fc6c5a733dc189b71b1f86a7e74a5d9d0d26 | [] | no_license | Zakuta/MADAM | 4d7597c3ec77c30a30cec1b163bf7d055e9068ad | a051ba3690aa1f549fae8c5ed68348ab02b0a4e0 | refs/heads/master | 2022-12-11T05:12:35.735340 | 2020-09-10T12:23:50 | 2020-09-10T12:23:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,137 | c | #include <math.h>
#include "admm.h"
extern Parameters params;
extern Triangle_Inequality *Cuts;
extern Triangle_Inequality *List;
extern Pentagonal_Inequality *Pent_Cuts;
extern Pentagonal_Inequality *Pent_List;
extern Heptagonal_Inequality *Hepta_Cuts;
extern Heptagonal_Inequality *Hepta_L... | [
"timotej.hrga@lecad.fs.uni-lj.si"
] | timotej.hrga@lecad.fs.uni-lj.si |
6c8be41da54962d6393e4456db4cc8a67cef8258 | f94b4ae7330a33647171d1d7b5874e81e1b9a99b | /shell/job.c | 763819a622d2f0f8c81377b5219f20af64198c6f | [] | no_license | devinxutal/linuxpractice | 6d617f2b13390d0c9343a69caf900bce090a12f8 | 28d7797154110ca238ddda8713a6daff97dc7e2a | refs/heads/master | 2020-05-19T16:30:09.734738 | 2011-12-13T16:38:38 | 2011-12-13T16:38:38 | 32,123,432 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,758 | c | /* job.c */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "job.h"
static job_t * job_new();
static int job_free(job_t *jb);
static job_t * jobs[MAX_JOBS];
static int job_inuse[MAX_JOBS];
int initialized = 0;
int init_job(void){
if(initialized){
return 0;
}else{
int i;
initialized = 1... | [
"DevinXuTal@e9fc91c1-ad2e-0410-897a-033cf2015968"
] | DevinXuTal@e9fc91c1-ad2e-0410-897a-033cf2015968 |
6edbb9f9f63d5ef121f4a83170165e94211be997 | 14efdfdc1a3015782749088917346fa36b12dfd8 | /Cell-Model-Solver-v3/src/models_library/difrancesco_1985.c | 17f685a77fa0c81bc5b60f98d0d32d6d342c2293 | [] | no_license | bergolho1337/Electrophysiology | 18a2202506768a3a7a8af9f538a441675a7269e0 | c8f04d2a99811fc824d1653f364e509196f1dc0a | refs/heads/master | 2023-01-24T07:22:32.126949 | 2023-01-16T23:51:20 | 2023-01-16T23:51:20 | 165,502,467 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,543 | c | // A Model of Cardiac Electrical Activity Incorporating Ionic Pumps and Concentration Changes
// Reference: https://models.physiomeproject.org/exposure/91d93b61d7da56b6baf1f0c4d88ecd77/difrancesco_noble_1985.cellml
#include "difrancesco_1985.h"
real CONSTANTS[50];
GET_CELL_MODEL_DATA(init_cell_model_data) {
if... | [
"berg@ice.ufjf.br"
] | berg@ice.ufjf.br |
4f8c722b03d74ac9a4ffe62c1c14d4aaa4651c8c | 5792b184e71a9de7779e0bd21b6833f8ddfdb4b5 | /sysvr3/31/usr/src/lib/libcurses/screen/wredrawln.c | 8c6b0843fc5789b950bbaf110b3b030e423fd79a | [] | no_license | ryanwoodsmall/oldsysv | 1637a3e62bb1b9426a224e832f44a46f1e1a31d4 | e68293af91e2dc39f5f29c20d7e429f9e0cabc75 | refs/heads/master | 2020-03-30T06:06:30.495611 | 2018-09-29T09:04:59 | 2018-09-29T09:04:59 | 150,839,670 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,314 | c | /* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
#ident "@(#)curses:screen/wredrawln.c 1.2"
/*
* This routine indicates to curses t... | [
"rwoodsmall@gmail.com"
] | rwoodsmall@gmail.com |
e1e038bc4216574092ccc46410db4de012d81023 | cb4c12ebeea69f47892cc8ddc8a63da1670b1b8c | /libft/ft_strchr.c | c8bbec842bbed6f0875756c339148b0e7f0c48f1 | [] | no_license | aanzieu/42-Raytracing | f520e2583a0b8cba9ae576dac4513cb734096037 | 193c6cb054479b2c5561d97c7fa24f5fd9245fc2 | refs/heads/master | 2021-10-11T15:54:23.577638 | 2019-01-28T09:17:56 | 2019-01-28T09:17:56 | 104,708,319 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,202 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strchr.c :+: :+: :+: ... | [
"aaastefian@gmail.com"
] | aaastefian@gmail.com |
6f4d038448075fd656bc288996af6b1c5d73bb5f | 3bc7b2b21646225f67f8ff74e13cfa05ad070696 | /week5/getch.c | 9f02ee0453c3c1a23d7c828b4685541701b8be97 | [] | no_license | hatakag/C-Programming-Advanced | 7e94afac921f5b29e43bb0cf535b3d4b8bca65cd | 93a112335549b0c644722f18682d6bb62928dc35 | refs/heads/master | 2021-05-08T09:11:56.190504 | 2017-12-12T04:31:55 | 2017-12-12T04:31:55 | 107,100,900 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,059 | c | #include <termios.h>
#include <unistd.h>
#include <stdio.h>
/* reads from keypress, doesn't echo */
int getch(void)
{
struct termios oldattr, newattr;
int ch;
tcgetattr( STDIN_FILENO, &oldattr );
newattr = oldattr;
newattr.c_lflag &= ~( ICANON | ECHO );
tcsetattr( STDIN_FILENO, TCSANOW, &newat... | [
"thanhkbui2412@gmail.com"
] | thanhkbui2412@gmail.com |
103bd78ffb35f17fbb5f969ae8141009b72c2544 | 126695b7804e0fbe2247d5ed4b7ffebc1bf9b4df | /dustwind/src/dz.c | 571256be018c4b089cf97f641dc2491be8adcdf2 | [] | no_license | LITAO59/AE6000 | 4b45afe49aa078530318f2e1d820fa7a4599d6ac | 4e2d0b55985246c4957c75c7a9260e35a29cb5b8 | refs/heads/master | 2022-01-02T13:06:11.223153 | 2018-02-27T14:41:49 | 2018-02-27T14:41:49 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 9,909 | c | //#define GPIOG_CRL (*((unsigned int *)(0x40012000)))
//#define GPIOG_BSRR (*((unsigned int *)(0x40012010)))
//#define GPIOG_BRR (*((unsigned int *)(0x40012014)))
//#define RCC_APB2ENR (*((unsigned int *)(0x40021018)))
/* Configure all the GPIOA in Input Floating mode */
#include "dz.h"
#include "lcd.h"
#... | [
"gonghongke@126.com"
] | gonghongke@126.com |
281afc3e9015a9e44bb2988ec041d581630ca8ac | 3d5e5006c177406ca9d3fd3cdfc18f00b33b0e73 | /apps/web_ftp_server_usb_fatfs/firmware/src/config/sam_e54_xpro_freertos/interrupts.c | d7362ddc8f4d32ec774e33daf729ba734421bb33 | [
"LicenseRef-scancode-unknown-license-reference",
"ISC",
"LicenseRef-scancode-public-domain"
] | permissive | bertankursun/net | e0f47c643fc30c6dd9d88a9ef05662433ea92834 | fbf5ba1666db7050b1b7100af62e87f9fb78d3b7 | refs/heads/master | 2023-01-04T04:15:22.770115 | 2020-10-30T13:20:15 | 2020-10-30T13:20:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 25,949 | c | /*******************************************************************************
System Interrupts File
Company:
Microchip Technology Inc.
File Name:
interrupt.c
Summary:
Interrupt vectors mapping
Description:
This file maps all the interrupt vectors to their corresponding
... | [
"hrisikesh.sahu@microchip.com"
] | hrisikesh.sahu@microchip.com |
3f7c5d6a22ec8ca0e5e890f447a86df50959bbcb | 04c8d8da9cebc13513c1b9c7658707ecadfa0ed3 | /Roll a Ball/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Array_InternalEnumerator_1_gen_217MethodDeclarations.h | 4cf985491ca073d1a6c8e161d89f4fb9a93446e7 | [] | no_license | fkieyhzen/RollABall | ed9ef9e93f3cfaecd2be10013797e97e9c1e479e | f083b660966094939ed2b5d2028e31bb4e86a67e | refs/heads/master | 2023-03-19T18:19:11.437779 | 2015-06-08T15:27:45 | 2015-06-08T15:27:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,143 | h | #pragma once
// System.Array/InternalEnumerator`1<System.IEquatable`1<System.Int16>>
struct InternalEnumerator_1_t5265;
// System.Object
struct Object_t;
// System.IEquatable`1<System.Int16>
struct IEquatable_1_t3748;
// System.Array
struct Array_t;
// System.Void System.Array/InternalEnumerator`1<System.IEquatable`... | [
"patrick@beetheswarm"
] | patrick@beetheswarm |
3b423e456f8571c930324dda9da790be481427f0 | 111be1c6d0921044db85908e9ffa36edf8ff30d0 | /x264/common/mips/predict.h | 67f5a7f61a2693d5e0f7494f536dbdd8ceb84373 | [
"GPL-2.0-only",
"MIT"
] | permissive | sclcoder/multiMedia | 9038ce3fe0921d2d56477901694c8d198144f735 | 1b987145e0f832843dd67e8cf876b807c3a1e68e | refs/heads/master | 2023-01-03T07:11:00.868409 | 2020-10-31T06:12:52 | 2020-10-31T06:12:52 | 308,816,655 | 0 | 0 | MIT | 2020-10-31T06:17:42 | 2020-10-31T06:10:21 | null | UTF-8 | C | false | false | 3,884 | h | /*****************************************************************************
* predict.h: msa intra prediction
*****************************************************************************
* Copyright (C) 2015-2020 x264 project
*
* Authors: Rishikesh More <rishikesh.more@imgtec.com>
*
* This program is free so... | [
"sclcoder@163.com"
] | sclcoder@163.com |
fa9c8367667d743f0baf18bebd752ad6743b52d2 | 7904308b97e22a2091b26b699480437d1b2220c4 | /src/st8583.c | 57d65c12fab9ca9419a078e71391b86e6d636e64 | [] | no_license | korallin/POSPAX | 329bed01977f4b0f1c792fea2bfe148774f9a935 | 12874d9d9be3c0f485ea5ffe3765bb23dab2548f | refs/heads/master | 2023-01-28T00:05:56.941680 | 2020-11-27T13:22:44 | 2020-11-27T13:22:44 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 7,414 | c |
#include "pack8583.h"
#include "st8583.h"
//ISO8583使用说明
//Step1: 根据收单行的对于报文中每个域的定义,修改glEdcDataDef结构
// Usage of this module
// Step1: modify the "glEdcDataDef", according to the definition of each bit that the bank requires.
// For step 2, see in st8583.h;
// 说明:FIELD_ATTR结构定义请参见ISO8583处理模块定义
// Check the "FIELD_AT... | [
"ayodeji.bamitale@xpresspayments.com"
] | ayodeji.bamitale@xpresspayments.com |
e1cb14b5337d77a5c2769e6969690c5186fc21d6 | d9b9208e03def6583b4a86d1500be846aa30517c | /Day15-b.c | 64439ffb48cd45875663e4ddaa9abca581f2c7f4 | [] | no_license | AmalTJohnson/Learn-to-Code-21 | fac8425a0fccc6c29ed5faae584e0d0713b629ee | 974d9421477ba60a7e29229b962adf5bda4a53df | refs/heads/main | 2023-08-10T13:23:37.451242 | 2023-07-28T07:29:00 | 2023-07-28T07:29:00 | 366,389,144 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 347 | c | #include<stdio.h>
int main()
{
int i,j,u[10][10],r,s;
scanf("%d",&r);
scanf("%d",&s);
for(i=0;i<r;i++)
{
for(j=0;j<s;j++)
{
scanf("%d",&u[i][j]);
}
}
for(i=0;i<r;i++)
{
for(j=0;j<s;j++)
{
printf("%d ",u[i][j]);
}
printf("\n... | [
"noreply@github.com"
] | AmalTJohnson.noreply@github.com |
5adb3c516c3bc866ccf1e914a9aea4b351d153fa | 1390cb4f58bd09087184a64fe2838dec29600d8a | /7781.c | 0a25ab3f16dd5a4783be3bd47e52c01cc2b8572b | [] | no_license | imasker/obfuscatorTestCases | bf21352be1dbd6c8bdd868b093af03f315d92a45 | 5f5561846ec09a040b42dc12842c9581e7be6b4d | refs/heads/master | 2023-03-27T11:35:21.843689 | 2021-03-25T07:38:05 | 2021-03-25T07:38:05 | 351,342,479 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 174,198 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.3.0
* Git version: 30dccd7
* Options: -o /home/x/obfuscator/data/programs/7781.c
* Seed: 1145277568
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
#pragma pack(push)
#pragma pack(1)
struct S0 {
... | [
"13277988207@163.com"
] | 13277988207@163.com |
b2caca7652d724287b619b2e68ca0ba489dd9a2b | 7dadc861131c800cf4dcf99ec0f8ec56e891d975 | /Tiny.c | 32c9379051f490c1b18eb7e6f4bcfe6819b3b860 | [] | no_license | wander740/Compilador | ed87e7fa5af66c14c0e80daa798f49f101be4af4 | 73556ab26cd5a697d0b9d6d7a246cca8a0941114 | refs/heads/master | 2022-12-26T08:33:35.937130 | 2020-10-19T04:05:36 | 2020-10-19T04:05:36 | 299,703,531 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,073 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#define SYMTBL_SZ 1000
#define KWLIST_SZ 11
#define MAXTOKEN 16
int lblcount; /* indica o rótulo atual */
char tempchar = ' ';
/* tabela de símbolos */
char *symtbl[SYMTBL_SZ];
char symtype[SYMTBL_SZ];
int nsym; /* número de entradas atua... | [
"wandersonramos740@gmail.com"
] | wandersonramos740@gmail.com |
c550f4a5e77599b43e24343bc9004754f883cf54 | b7c4f69e6d2eab59aff7a2a4ce1ec379e63e4dc5 | /Katas/Katas9/flight.c | 9eff338cf83b4b82cea046a5af3d48d346a81682 | [] | no_license | LuisVargasVic/PAvanzada | b2f355dd8d7426b5e39043f1752d51a4fcfa2000 | b06d29f4b780b5c70d4198100a0e33e4f9fc9bf5 | refs/heads/master | 2021-09-14T04:00:41.970626 | 2018-05-08T03:06:26 | 2018-05-08T03:06:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,635 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdbool.h>
#define SIZE 5
struct DataItem {
int hour;
int key;
char* name;
};
struct DataItem* hashArray[SIZE];
struct DataItem* item;
int hashCode(int key) {
return key % SIZE;
}
void insert(int key,int hour, char* name) {
struct D... | [
"luisev96@gmail.com"
] | luisev96@gmail.com |
a1d1ec2af2f66d32c3723561ad03dc730bf67ab0 | aa331350389e1f012f8ba369049d847bef687785 | /[PRF192]/PRF192_C1_PE_SP21_131831/Nopbai/Q9/src/Q9.c | a3c04094d5153755ba480081722cfcde3806066a | [] | no_license | quannva1025/JAVA | 124a014e2bf40087a4ea4d1b1b83fad836983c66 | e7867cae111c6b5e08ecd14b24b801e8d70fe704 | refs/heads/master | 2023-08-23T05:33:54.337070 | 2021-10-25T14:32:27 | 2021-10-25T14:32:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 618 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
int main() {
system("cls");
//INPUT - @STUDENT:ADD YOUR CODE FOR INPUT HERE:
int n;
int i;
int a[100];
do{
fflush(stdin);
scanf("%d",&n);
}
while(n<0 || n>=10);
for(i=1;i<=n;i++){
scanf("%d",&a[i]);
}
... | [
"thachdp2808@gmail.com"
] | thachdp2808@gmail.com |
0c623afeb3bb4fd40109b7edce575246bcf44231 | 45064c25a7cc6547363c3110ca4fb94588dd3b25 | /Core/Src/mylibrary.c | 829072129cda09f390bfcdd6f6867abaa2fd8ab7 | [] | no_license | matttsuzuki/PAMA_BT_RTC_LCD_2 | 23561743d38d155a66fcf6f026066a0f01bd5fc2 | 7c4ee2c1dbbac1c595b061eafc5f95ca66ccde40 | refs/heads/main | 2023-04-23T15:48:13.839192 | 2021-05-04T00:07:15 | 2021-05-04T00:07:15 | 364,093,520 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,930 | c | #include "mylibrary.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
char buffer[1000];
char bufferarr[100];
int testnum;
int apm;
char schedule[7][200];
char mdate[3], mtime[5], nbin[1], med[15], npill[1];
uint16_t timer_count = 0, buffer_index = 0;
// rearrange the strings in case the strings received i... | [
"35880752+matttsuzuki@users.noreply.github.com"
] | 35880752+matttsuzuki@users.noreply.github.com |
e698cfdafa939e766e439fe0875b48339131fb22 | 16a76ee66d9b2f59c9beee4a4a0e104ce347e32a | /from_pouet.net/with_source_109/ia32_com/by_decompiler.sf.net.globals.c | e9ef79fbf54753594d07d0667269952bc8ec1105 | [] | no_license | rfalke/decompiler-subjects | 4cee3263fa9116285b4bc4b6373efd2e4efa925f | 7187fa93b285c32325826eecd0128e907a28809b | refs/heads/master | 2023-08-10T08:24:27.198393 | 2023-07-28T19:44:41 | 2023-07-28T19:44:41 | 3,725,678 | 41 | 12 | null | 2023-03-15T16:14:41 | 2012-03-15T06:01:36 | null | UTF-8 | C | false | false | 166 | c | // subject.c
// Generated on TIMESTAMP by decompiling from_pouet.net/with_source_109/ia32_com/subject.exe
// using Decompiler version VERSION
#include "subject.h"
| [
"does_not_matter@risimo.net"
] | does_not_matter@risimo.net |
500252acd7373d51f56c8ed609390990329460f4 | 0b5f701d99496a22fe9ccd34471857b652e011fb | /main/today_provider.c | bc533abf7e0e5469c79f10a038b4dfe65671f78b | [] | no_license | nerds-odd-e/c-otp | 39c533de000905fbfd65b9fc5551c7169e5bc276 | 5482ca2c4933920bb82c464dbf8a283abc13d116 | refs/heads/master | 2021-07-13T01:03:12.636864 | 2020-07-01T13:52:34 | 2020-07-01T13:52:34 | 163,567,941 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 108 | c | #include "today_provider.h"
struct tm getToday() {
time_t t = time(NULL);
return *localtime(&t);
}
| [
"joseph.yao.ruozhou@gmail.com"
] | joseph.yao.ruozhou@gmail.com |
39cb4b60a0fb9fabb2dda3f86709d2e844ec1ad0 | 3df59808e57acafd6a333f44b799a91b14b9ccac | /ex9.c | ad2301e87112d82383cd16c385838be397ad28ba | [] | no_license | capoferro/learn-c-the-hard-way | cb34c2f0d0762a54cfcdf74130c53c386296f387 | 238674bbcc5feb6343169f725f0f0fec72083f5b | refs/heads/master | 2021-01-01T16:29:45.136168 | 2012-06-18T06:37:02 | 2012-06-18T06:37:02 | 4,697,565 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,129 | c | #include <stdio.h>
int main(int argc, char *argv[])
{
int numbers[4] = {0};
char name[4] = {'a'};
// first, print them out raw
printf("numbers: %d %d %d %d\n",
numbers[0], numbers[1],
numbers[2], numbers[3]);
printf("name each: %c %c %c %c\n",
name[0], name[1],
name[2... | [
"josiah@skirmisher.net"
] | josiah@skirmisher.net |
b1c85ac032765cea4a0e43be577fd840a4ed59a5 | 60145c5367a8bd9c4c0259143a126ff6d4d37390 | /Generated_Source/PSoC4/SCB_1_sda_aliases.h | cdc17bc47d12eba3b85f4e85990a4a22bba28f3d | [] | no_license | alicemirror/psoc4200_2stepper_controller | 97d2fc7163fd32ccbb768374a9475aaf83be8c7f | 1ff427ca5a0bc7391299a8421541c75bc457eac7 | refs/heads/master | 2021-01-12T09:56:48.246181 | 2017-01-06T12:11:48 | 2017-01-06T12:11:48 | 76,313,112 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,068 | h | /*******************************************************************************
* File Name: SCB_1_sda.h
* Version 1.90
*
* Description:
* This file containts Control Register function prototypes and register defines
*
* Note:
*
********************************************************************************
* Copy... | [
"balearicdynamics@gmail.com"
] | balearicdynamics@gmail.com |
e5a6f8552c27dd41defe68573cdcb99998a21bbe | 05001cacae428eb31f441c6f6df631547c9a2293 | /usingptr.c | 8ac18537c9ae75989cfafb8356a1c622abcea3c2 | [] | no_license | praneeth2497/logical-programs | b5e8446e4f254b01737fc3290a230cba3310c56c | de27aab7bcc2404b7102ddb3e68d62c899be3c31 | refs/heads/master | 2020-03-22T15:45:08.512345 | 2018-07-09T12:49:54 | 2018-07-09T12:49:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 238 | c | #include<stdio.h>
#include<conio.h>
void main()
{
char ch[20],*ptr;
ptr=ch;
int count=0;
puts("enter string");
scanf("%s",&ch);
while (*ptr!='\0')
{
count++;
ptr++;
}
printf("%d",count);
getch();
}
| [
"noreply@github.com"
] | praneeth2497.noreply@github.com |
d1bda633c06eddeee970282a759a1b4a2cdfe6a3 | 14b1ccc818b6ccdd0100c9365b89bfb42e7d0e2f | /middleware/tinyengine/bone-framwork/3rdlibs/http-parser/test.c | bc4e664f525360dc75e96258454f2c36e5af27b5 | [
"MIT",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Detao/AliosThings_example | 1a0119c3a8870300a4f78e1c63345e7c09c48462 | d75343e2cd44cefedd41c4634a5fa8ebad287b29 | refs/heads/master | 2020-04-24T07:53:23.786606 | 2019-02-21T06:24:03 | 2019-02-21T06:24:03 | 171,812,477 | 2 | 1 | Apache-2.0 | 2020-03-06T21:44:16 | 2019-02-21T06:21:18 | C | UTF-8 | C | false | false | 118,910 | c | /* Copyright Joyent, Inc. and other Node contributors. 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, including without limitation the
* righ... | [
"931262702@qq.com"
] | 931262702@qq.com |
2d580cb9b512cf1bda5bba7c45aae6a2e2df040d | 856e1260f32390bee192155c3de6beaa66c4563c | /wave.h | bb9c1b376c01187c3c5abd942448f83c9a8cbc5b | [
"MIT"
] | permissive | IndigenDesigns/revervb_moorer | 89588492cf0b4b675483cf80ba8b6562257679dc | 60705b314df31c78178fb53e655c53685f2c2f9f | refs/heads/master | 2022-01-25T18:15:38.989310 | 2019-07-28T15:42:25 | 2019-07-28T15:42:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,261 | h | #ifndef _WAV_H_
#define _WAV_H_
#include <stdint.h>
typedef struct {
float L; /*left channel sample*/
float R; /*right channel sample*/
}sample_t;
typedef struct {
sample_t *samples;
int size; /*number of sample*/
int rate; /*sample per second*/
}snd_t, *snd_t_ptr;
/*pcm data*/
typedef struct pcm_data{
uint3... | [
"lvc_glb@local.com"
] | lvc_glb@local.com |
c34d8675bdf9f4f84f01c3f4fe56316ebeae3707 | 0cb7bd560922f5d23250984af6863aed7c14ee4f | /SamsungPlatformPkg/SmdkBoardPkg/AcpiTables/Platform.h | 3079839335b50b6e14c706929cd2b24fb2777291 | [] | no_license | girishks/Origen-EDK-II-Package | c72f4678897c2db323dbfa737676c8a175e5d20b | 25b4b42f3f72afc1dabc59d645f530f2f754477a | refs/heads/master | 2021-01-23T08:15:21.814758 | 2013-02-20T09:11:01 | 2013-02-20T09:11:01 | 2,779,430 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,241 | h | /** @file
Platform specific defines for constructing ACPI tables
Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are
licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of... | [
"girish.shivananjappa@linaro.org"
] | girish.shivananjappa@linaro.org |
dcdd02f72851f8c1931411be1c33c49cf942d171 | 0cb9b6fac17d258ed53d82ea226a913b991b69c9 | /Data Structure/practice/link list/Insert beginning.c | 93df57b8a19777e455393c0535ab69c31f15d766 | [] | no_license | shawon39/C-C-plus-plus-Programming | 9103c797206463c387e982a2fb43dfe69fce5260 | 0c8375e326571333f5682cab486a56869cf60476 | refs/heads/master | 2020-03-19T04:17:37.499689 | 2018-12-13T17:07:55 | 2018-12-13T17:07:55 | 135,813,934 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 856 | c | #include<stdio.h>
#include<stdlib.h>
struct Node
{
int data;
struct Node *next;
};
typedef struct Node node;
node* head=NULL;
void insert(int data)
{
node* newNode;
newNode=(node*)malloc(sizeof(node));
newNode->data=data;
newNode->next=NULL;
//newNode->next=head;
//head=newNode;
i... | [
"shshawon39@gmail.com"
] | shshawon39@gmail.com |
a2364e6796e1815f4400789df9fd166ac6000d79 | 537ff895776d02834a98f44dbe7719bcdac98467 | /STM32/I-CUBE-BAIDU/Middlewares/Third_Party/baidu/serializer/inc/commanddecoder.h | 9f776473696f6e648688d6576e42fce5070c0064 | [
"MIT",
"LicenseRef-scancode-st-bsd-restricted"
] | permissive | xwdreamer/baidu-iot-samples | eec7d490e1d73728e4866fe4872dfc11b28c7601 | a89bd595b3e175dac207a258cf93f4efa20f308f | refs/heads/master | 2020-08-23T00:49:06.483882 | 2019-10-29T10:25:03 | 2019-10-29T10:25:03 | 216,509,228 | 0 | 0 | MIT | 2019-10-21T07:54:00 | 2019-10-21T07:54:00 | null | UTF-8 | C | false | false | 2,446 | h | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#ifndef COMMAND_DECODER_H
#define COMMAND_DECODER_H
#include "multitree.h"
#include "schema.h"
#include "agenttypesystem.h"
#include "azure_c_shared_utility/macro_util... | [
"huandyun@gmail.com"
] | huandyun@gmail.com |
167139f756bd86623c9fc14a3f1f5576462e0ebb | 35ddd0f3036ac38423ded0435cd4b595f5dab31c | /src/hwsim/morrow/hdca.c | fe71ab966b35f2f4109100ab16f2c0d94ab8b8c0 | [
"Zlib",
"Apache-2.0"
] | permissive | cm68/micronix | 18854e545fefb077fbbfb8a4f4e19296ff258fdb | 6c3165f80f740f96fe4b402d4d87dfc9d8ec210b | refs/heads/master | 2023-07-27T16:40:03.054677 | 2023-07-14T10:13:16 | 2023-07-14T10:13:16 | 138,250,652 | 12 | 1 | null | null | null | null | UTF-8 | C | false | false | 11,854 | c | /*
* the hdca is the port-mapped, non-dma hard drive controller
* used in the M10, M20 and M26
* 512 byte sectors are inherent in the controller
*/
#include "sim.h"
#include "util.h"
#include <unistd.h>
#include <strings.h>
#include <fcntl.h>
#include <stdio.h>
#define HDCA_INTERRUPT vi_0 // same as hddma... | [
"curt@zen-room.org"
] | curt@zen-room.org |
16b6033d561e6f7637b6f4bc211b7131c2509384 | 751d00a47af7c6712b1795fc42c8f0772ae87429 | /c/stack_1.c | e19d18448591933c531d2cb2e19a629c285be21d | [] | 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 | 1,389 | c | // 把一个大于0的十进制数转换成2进制数,使用栈
#include <stdio.h>
#include <stdlib.h>
struct node_t {
char bit;
struct node_t* next;
};
typedef struct node_t node_t;
node_t* initStack();
void push(node_t* head, char bit);
char pop(node_t* head);
void deal_it(unsigned int num);
char is_empty(node_t* head);
int main(int argc, ... | [
"duanpengyuan@qq.com"
] | duanpengyuan@qq.com |
abbb9ffbfcf12384a07a9afd41bfdc057ded0977 | 0a9306173a78ed7f3ab20c2db2fd21c3ae01b19a | /lib13/include/crypt13i.h | fb6dbf295ed7ff056a2c743176fa262ff0c4819a | [] | no_license | jaysi/prj | ee811ba838b2fc40c13e9ffb5c986e3241798ff6 | 4bd599ea8e8681806e5a8e34f78f13613838716c | refs/heads/master | 2020-12-03T00:43:01.263991 | 2017-10-21T14:06:44 | 2017-10-21T14:06:44 | 96,068,073 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,777 | h | #ifndef CRYPT13I_H
#define CRYPT13I_H
#include "crypt13.h"
#include "des.h"
#include "aes.h"
#include "rc4.h"
#include "xtea.h"
#include "../../libntru/src/ntru.h"
#include "../../libntru/src/key.h"
#include "const13.h"
#define C13I_KEYSIZE (256)
#define C13I_AES_KEYSIZE AES_KEY256
#define C13I_DES3_KEYSIZE (256)/... | [
"b.akhondi@B-Akhondi.Chillco.local"
] | b.akhondi@B-Akhondi.Chillco.local |
f98acae4e449662325e4c45e3e6a1ea9449705da | 06a546afa65f4590dbf681388af673229a8a14d7 | /libft/src/printf/put/ft_fill_buf.c | 2f47fced59f9d14b21c9337c748e1292843d61d9 | [] | no_license | mbelaloui/Coreware | dac7f3eabc6d1772114358dd1c24467b6bce0d0e | f3652dbb7fa49fa1b2505e55fc02abd37412d08e | refs/heads/master | 2020-03-21T08:01:32.570281 | 2018-10-25T07:11:56 | 2018-10-25T07:11:56 | 138,314,551 | 0 | 1 | null | 2018-09-27T14:09:05 | 2018-06-22T14:50:57 | C | UTF-8 | C | false | false | 1,070 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_fill_buf.c :+: :+: :+: ... | [
"mbelalou@e3r3p8.42.fr"
] | mbelalou@e3r3p8.42.fr |
49eec918b84aabbe76295a10a762bee45bc1cd5d | 6bf99e71580a0bd3c144221f04a43090eab43e72 | /mdv_tests/mdv_platform/mdv_string.h | b6b15a229868879d9fb6944e3283d5eddc94b687 | [
"Apache-2.0"
] | permissive | kuai6/MedvedDB | b9d9a1bdd5582312c9ca01a9abd79b5a4989cc88 | 8d9ea428c14d6221cb941b63c72ff98b910ce11b | refs/heads/master | 2020-08-02T06:50:38.945188 | 2019-11-14T16:23:30 | 2019-11-14T16:23:30 | 211,268,265 | 0 | 0 | null | 2019-09-27T08:06:11 | 2019-09-27T08:06:10 | null | UTF-8 | C | false | false | 923 | h | #pragma once
#include "../minunit.h"
#include <mdv_string.h>
MU_TEST(platform_string)
{
{
mdv_stack(char, 256) stack;
mdv_stack_clear(stack);
mdv_string str1 = mdv_str_pdup(stack, "456");
mdv_string str2 = mdv_str_pdup(stack, "123");
mdv_string str3 = mdv_str_pcat(stack, s... | [
"vlad@wsmnn-265.netcracker.com"
] | vlad@wsmnn-265.netcracker.com |
675a3186df2c244d9a2c3154ead5e6125dc7eb40 | d7e695d29ca22480334c1a721148cb5432ea4744 | /src/plugins/usb.c | b41015e33bbf47313d3bddd649a9dd2a46471280 | [
"MIT",
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | lundmar/libsensact | c4d44648cb927871142dfc5244f6bd084d0d5883 | 17671cd63ef535d14bd958f68af0faa4fdb556fa | refs/heads/master | 2021-01-21T03:08:49.715896 | 2014-07-10T12:15:27 | 2014-07-10T12:15:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,414 | c | /*
* Copyright (c) 2013-2014, Ixonos Denmark ApS
* Copyright (c) 2013-2014, Martin Lund
* 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... | [
"martin.lund@ixonos.com"
] | martin.lund@ixonos.com |
031399c9a63ba35cb81396e7ea16b4bb3332096b | c068a8a34c95381145c5be6d00654829de3f7889 | /main.c | 948162366fe3aff8972a04819fbb5f2b076111f4 | [] | no_license | Olster1/text_game | a9613414be5c9bfee2b65848b79967e0a2db9f3b | ca0d115812f2f0965ab79c336c83bd00b04c2400 | refs/heads/master | 2021-04-29T19:50:20.338685 | 2018-02-17T08:58:20 | 2018-02-17T08:58:20 | 121,586,092 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 101,663 | c | #include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include <string.h>
#include <OpenGl/gl.h>
#include <SDL2/sdl.h>
#include "easy.h"
static char* globalExeBasePath;
static Arena arena;
static float fontHeight = 32;
static float bufferHeight;
static float bufferWidth;
static float globalSpacing = 20;
stati... | [
"oliver_marsh@live.com.au"
] | oliver_marsh@live.com.au |
9caede8dae33183dc0764cdd7f699ef4957ffda8 | d84844bae553f526e253003844a196efd5d791ab | /head/sys/param.h | 025b431cd00c1dc87dcc5674e18f7c48cd66803d | [] | no_license | BobMorlock/AT-T-System-III | 62d25187b8b8d707368ac3e59ae395a05ca5eeaa | efaba1936fdb8cd690b98ce696e7c47dea65858c | refs/heads/main | 2023-08-17T22:59:57.004551 | 2021-09-19T05:41:11 | 2021-09-19T05:41:11 | 408,042,235 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,107 | h | /*
* fundamental variables
* don't change too often
*/
#define NOFILE 20 /* max open files per process */
#define MAXPID 30000 /* max process id */
#define MAXUID 60000 /* max user id */
#define MAXLINK 1000 /* max links */
#ifdef vax
#define MAXMEM (16*128) /* max core in 512-byte clicks */
/*
* NOTE: For th... | [
"bobm@remlazar.localdomain"
] | bobm@remlazar.localdomain |
283f4cd2a0aae38540db7e57b8eccf2155bd1958 | 287230b6695941701830dd513273d516c7235ba9 | /prebuilts/gcc/linux-x86/arm/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/lib/gcc/arm-linux-gnueabihf/8.3.0/plugin/include/tree-pretty-print.h | a4aef628e83b76f0d42706855eb7286eb28d5f0c | [] | no_license | haohlliang/rv1126 | 8279c08ada9e29d8973c4c5532ca4515bd021454 | d8455921b05c19b47a2d7c8b682cd03e61789ee9 | refs/heads/master | 2023-08-10T05:56:01.779701 | 2021-06-27T14:30:42 | 2021-06-27T14:30:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 129 | h | version https://git-lfs.github.com/spec/v1
oid sha256:2e9d977e92a9c3cd154d0319cf11d453cba7713d8c3694095a7a48c67c18a18b
size 2338
| [
"geierconstantinabc@gmail.com"
] | geierconstantinabc@gmail.com |
7e44c47ed99493cffa0782bc35f374c169bb9856 | 7750e9075a825cecf9d6a967a2877d2b64086409 | /main.c | e43f5d98a3d692ea599405f4608e65b36e7ffc10 | [] | no_license | codem3up/Operating-Systems---PA1 | 94759b42f258170cc5c24e01e198949fd72fc4c2 | f2f7cf34a8ae0aafca69247b40e9d2b888fdf7dd | refs/heads/master | 2021-01-18T07:22:28.249354 | 2016-03-09T05:48:55 | 2016-03-09T05:48:55 | 52,683,286 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,091 | c | #include <stdio.h>
#include <assert.h>
#include <stdlib.h>
#include <unistd.h>
#include "mem_pool.h"
/* forward declarations */
void print_pool(pool_pt pool);
/* main */
int main(int argc, char *argv[]) {
const unsigned POOL_SIZE = 1000000;
pool_pt pool = NULL;
alloc_status status = mem_init();
asser... | [
"andrewjoelbecker@gmail.com"
] | andrewjoelbecker@gmail.com |
98f38a829ada2c5387924f296fdaa7051837b0ac | 3db023edb0af1dcf8a1da83434d219c3a96362ba | /windows_nt_3_5_source_code/NT-782/PRIVATE/NET/OTNBOOT/STRINGS.C | b9e332d9627e0a3fd8a6cfaa4908203f3bc485e0 | [] | no_license | xiaoqgao/windows_nt_3_5_source_code | de30e9b95856bc09469d4008d76191f94379c884 | d2894c9125ff1c14028435ed1b21164f6b2b871a | refs/heads/master | 2022-12-23T17:58:33.768209 | 2020-09-28T20:20:18 | 2020-09-28T20:20:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,474 | c | /*++
Copyright (c) 1993 Microsoft Corporation
Module Name:
strings.c
Abstract:
String Constant definitions for the Net Client Disk Utility.
Author:
Bob Watson (a-robw)
Revision History:
17 Feb 94 Written
--*/
#include <windows.h>
#include "otnboot.h"
//
// ... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
43fa92a912893efad7ef4669369ab87c24296599 | e30105b97d3694c037175c67168eb17752348532 | /lang/yap/dragonfly/patch-VC_include_Yap.h | 8e4d90ae7a8cf2e316f554c523fba2fdcd283406 | [
"BSD-2-Clause"
] | permissive | daftaupe/DPorts | 2e9a0096dba06e5cb052734a0e4be5cc4e0f9d1d | cf931cbfd87e663f070fb3d67c6d3539c6ac5cb2 | refs/heads/master | 2022-04-17T21:05:57.056161 | 2020-04-07T07:55:31 | 2020-04-07T07:55:31 | 256,270,358 | 0 | 0 | NOASSERTION | 2020-04-16T16:29:20 | 2020-04-16T16:29:19 | null | UTF-8 | C | false | false | 1,105 | h | --- VC/include/Yap.h.orig 2010-10-18 11:48:20.000000000 +0300
+++ VC/include/Yap.h
@@ -239,7 +239,7 @@ extern char Option[20];
#endif
#if !IN_SECOND_QUADRANT
-#if __linux__ || __FreeBSD__ || __NetBSD__ || mips || __APPLE__
+#if __linux__ || __FreeBSD__ || __DragonFly__ || __NetBSD__ || mips || __APPLE__
#... | [
"nobody@home.ok"
] | nobody@home.ok |
b52235a5d3a612916fbfbd899d34e3a2814901e6 | 653d3a845c139b85c86fb91764a4a357ea460aba | /3rdparty/maratis/Maratis/Common/MLoaders/MBinFontLoader.h | 7627ed2fdcca8eb209448302b02d955e978ee42f | [] | no_license | mconbere/Newt | 80891625bf183925c072e18068769ab59eeec485 | 2f7d1608c65c50f72ccb814f6958a6f028290981 | refs/heads/master | 2020-12-25T19:04:07.090011 | 2012-02-05T07:19:32 | 2012-02-05T07:19:32 | 2,451,939 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,524 | h | /////////////////////////////////////////////////////////////////////////////////////////////////////////
// MCore
// MBinFontLoader.h
//
// Maratis bin font loader
/////////////////////////////////////////////////////////////////////////////////////////////////////////
//=======================================... | [
"mconbere@gmail.com"
] | mconbere@gmail.com |
1130964aca6cb71dda7f97f78b5585f806624e99 | 3323fdf2108d59f5703cdbbfe457b614ce932873 | /test/test13.c | d0b2667baecac82115ad531ae39ff90f1bb03151 | [] | no_license | lazyEagles/discrete_event_simulation | cf068b16d7cabd3cddc4aa20e830a4cef940f355 | b297a0a1671511243098fd554247edc2de3f39cf | refs/heads/master | 2021-01-15T15:42:17.210006 | 2016-09-08T16:30:40 | 2016-09-08T16:30:40 | 53,067,724 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,698 | c |
/* Quantile-Quantile Plots */
#include "random_generator.h"
#include <stdio.h>
#include <stdlib.h>
#define SEQUENCE_SIZE 10000
#define SEED_TABLE_SIZE 10000
#define VALUE_SIZE 20
int main(void) {
long seed_table[SEED_TABLE_SIZE];
long seed_array[4];
int i;
double value[2][VALUE_SIZE];
double y[VALUE_SIZE]... | [
"lazyeagles@gmail.com"
] | lazyeagles@gmail.com |
30236cbb5a48c0d642774bcb87d965bef6372607 | 06755d35b3124384cf258d83855fb909437bc996 | /Board4-master/firmware/src/sensor_queue.c | 0b474a9cf81d9e0e639b63beb9d8477dc8008795 | [] | no_license | XL127/Embedded | b0c582ac34926488927f573ce70d1fe7a7718868 | adec251428b7a901ab6c9a00e20ff51c22af8d35 | refs/heads/master | 2020-07-23T18:40:25.018207 | 2019-09-10T21:58:48 | 2019-09-10T21:58:48 | 207,669,825 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,461 | c | /*
* File: sensor_queue.h
* Author: Team 10
*
* Created on February 3, 2019, 2:20 PM
*/
#include "debug.h"
#include "sensor_queue.h"
#include <FreeRtos.h>
#include "queue.h"
#include "portmacro.h"
#include "projdefs.h"
void UARTQueue_init() {
UARTqueue = xQueueCreate(100, sizeof(sensorMessageType));
if... | [
"xinweilu1997@gmail.com"
] | xinweilu1997@gmail.com |
a7dbcfa1d0550ac138036989bf766f50feca8d55 | 572b91e7f2a9dd95a9d758c10584ccf7f8ba94c4 | /dgl/misc/pianoroll.c | 6bb320e6a1bcfc9fbc1552183ff0040d00b83f03 | [] | no_license | vlazzarini/cmusic | ac8ee214ba963f2468eda38a623b354d5b92cf36 | 010ea09ecf055a4d0ed24045d240254f234ffe9a | refs/heads/master | 2023-04-05T07:58:28.997182 | 2021-04-09T16:17:36 | 2021-04-09T16:17:36 | 356,330,883 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,421 | c | #include<ctype.h>
#include<stdio.h>
#include<carl/carl.h>
#define max(a,b) ((a) > (b) ? (a) : (b))
#define DOMAIN 70
#define HUGE 1.701411733192644270e38
#define NP 128
char *pn[NP];
main(argc, argv)
char **argv;
{
char buf[BUFSIZ];
char line[DOMAIN];
int times[DOMAIN];
float sums[DOMAIN];
float ... | [
"victor.lazzarini@mu.ie"
] | victor.lazzarini@mu.ie |
d1712c6c1e5996f690760434ef9d702a171932c2 | 1f63dde39fcc5f8be29f2acb947c41f1b6f1683e | /Boss2D/addon/_old/openssl-1.1.0c_for_boss/crypto/x509v3/v3_lib.c | 765ec057459e155e56448df6591583488a12778a | [
"OpenSSL",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"MIT"
] | permissive | koobonil/Boss2D | 09ca948823e0df5a5a53b64a10033c4f3665483a | e5eb355b57228a701495f2660f137bd05628c202 | refs/heads/master | 2022-10-20T09:02:51.341143 | 2019-07-18T02:13:44 | 2019-07-18T02:13:44 | 105,999,368 | 7 | 2 | MIT | 2022-10-04T23:31:12 | 2017-10-06T11:57:07 | C++ | UTF-8 | C | false | false | 9,658 | c | /*
* Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/lice... | [
"slacealic@gmail.com"
] | slacealic@gmail.com |
d68413c54781f79bee07c8771ee6d43b5bd115c3 | 888380df2182afb829b607f4bd3abd3525423d75 | /Project2/include/monitor_queries.h | 5eb6f5c71c94bd88b787c84f53683ad3218fe787 | [
"MIT"
] | permissive | AristiPap/System_Programming_Projects | 73af15e59c2b93725981eb095bad105ad3339c58 | 36d6c8b495013521795d833d1b9e829e1c1d4530 | refs/heads/main | 2023-06-19T06:51:08.586964 | 2021-07-21T16:32:47 | 2021-07-21T16:32:47 | 387,896,737 | 11 | 1 | null | null | null | null | UTF-8 | C | false | false | 143 | h | void find_vaccination(char *msg, int write_fd, int bufferSize);
void m_searchVaccinationStatus(char *citizenID, int write_fd, int bufferSize); | [
"sdi1800154@di.uoa.gr"
] | sdi1800154@di.uoa.gr |
3d4a75daf7d4ec68d53e6d567478c2a08789704e | 59bcdb9d3ea4c594905d650b1f3125dfb935046b | /wildfire/2-野火ISO-项目提高篇/12、FM收音机(RDA5807M)/非ui操作/User/key/bsp_key.c | aa7cfb8fa68cb2b6d158c6f66390120531cb243d | [] | no_license | daotuyen9244/node_red_project | c4867495bd0937b58886e50ee34abe64480349b0 | a5e94d508fd436d8cfa13926f37d2caa80c5187e | refs/heads/master | 2020-03-19T13:59:31.432400 | 2018-10-04T09:06:46 | 2018-10-04T09:06:46 | 136,604,255 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,115 | c | /**
******************************************************************************
* @file bsp_key.c
* @author fire
* @version V1.0
* @date 2013-xx-xx
* @brief 按键应用bsp(扫描模式)
******************************************************************************
* @attention
*
* 实验平台:野火 iSO STM32 开发板... | [
"tuyenqd@gcs-vn.com"
] | tuyenqd@gcs-vn.com |
7f87db093013330a0813f5b812210808fc804da6 | 4fd48302629d8636a5ad7a27ecdc5b625dd5d6b7 | /transcript-v2.1/snmplib/parse.h | 221c7633b57b6e60d41bf21e6ba0cf8710a7c6e4 | [] | no_license | mit-athena/lpr | d669813fd3956a7f456e5638ca7c7a12fdc49fc2 | 847064546f0de5043e1d351460ccff76a40abc12 | refs/heads/master | 2021-01-01T19:01:11.954849 | 1999-08-03T19:02:08 | 1999-08-03T19:02:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,568 | h | /***********************************************************
Copyright 1989 by Carnegie Mellon University
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyrigh... | [
"probe@mit.edu"
] | probe@mit.edu |
72345e336021e983ebd68f2816e426cd7752e66d | 72b4b05a2379404c090e2b6b9f40a6c76bb44903 | /plugins/color_panel/linux/include/color_panel/color_panel_plugin.h | aa847cb2d83767539dd8fab7bae2cfe558317a86 | [
"Apache-2.0"
] | permissive | Zou-Jia/flutter-desktop-embedding | 104d0771669310102f64e2390938d9ceaaffc3ec | 3c9be3deea3511cdd1a31b39c033f50891e48b23 | refs/heads/master | 2022-11-29T16:27:05.805652 | 2020-08-11T07:37:36 | 2020-08-11T07:37:36 | 286,673,912 | 0 | 0 | Apache-2.0 | 2020-08-11T07:18:03 | 2020-08-11T07:18:02 | null | UTF-8 | C | false | false | 1,366 | h | // Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | [
"noreply@github.com"
] | Zou-Jia.noreply@github.com |
f048735ad606545947f20b86872d61258e6a5758 | 31090b82fcf15fc8a52a12be3dd592e72300fe1b | /sys/compat/svr4/svr4_stat.c | 8314ee8f0c0ad68ed2dda7e22120e549964b1a9b | [] | no_license | YuheiTakagawa/VPS_for_FreeBSD | 22e7b2f4e46b56e8289e7cd81eedf1d503ec2a0d | 1a6d0ed8808b875b998f2f344cfc5539eb84532d | refs/heads/master | 2020-07-15T09:24:26.928246 | 2017-08-11T17:43:29 | 2017-08-11T17:43:29 | 94,305,728 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 14,747 | c | /*-
* Copyright (c) 1998 Mark Newton
* Copyright (c) 1994 Christos Zoulas
* 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 copyri... | [
"b1014223@fun.ac.jp"
] | b1014223@fun.ac.jp |
4579dcbf61a7c7c6dc716ca7fcf7a3a94c5cf746 | 9b1d1ad69b40582570ee6d5756160bcb35e2865c | /spaceinvader/Libraries/STM32F4xx_StdPeriph_Driver/src/stm32f4xx_spi.c | 73f6b62799a407ffe1f0e3bce3429b6035034837 | [
"BSD-3-Clause"
] | permissive | konan5d/spaceinvader | c2af72c51789d3f0e4e730bec11cc47cf2cdf9a4 | e6dfa24c5f04061eeb347bf0be72b02d1cf29044 | refs/heads/master | 2020-12-22T05:54:44.064432 | 2020-03-24T18:37:41 | 2020-03-24T18:37:41 | 236,688,246 | 0 | 0 | BSD-3-Clause | 2020-03-24T18:37:42 | 2020-01-28T08:23:15 | C | UTF-8 | C | false | false | 52,315 | c | /**
******************************************************************************
* @file stm32f4xx_spi.c
* @author MCD Application Team
* @version V1.2.0RC3
* @date 21-June-2013
* @brief This file provides firmware functions to manage the following
* functionalities of the Seri... | [
"corentin.legeay@ynov.com"
] | corentin.legeay@ynov.com |
4a40467869cb82869a2ddda45268b455b84c08cf | ea20b1a814f3ce29192839cf3953b0db5baaa709 | /clase/integra.c | d1a4a6835be32f4ce22fed44671012c386c53e68 | [] | no_license | mneira10/MauricioNeira_Ejercicio28 | c888377da63409aa827a514375d1b44a808ab6b5 | f14cd82529befd6b3843829ef1138f6f5bc7cf88 | refs/heads/master | 2020-04-06T20:57:39.432595 | 2018-11-16T12:42:51 | 2018-11-16T12:42:51 | 157,788,600 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,191 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "mpi.h"
#include <time.h>
double getRandom()
{
return (double)rand() / (double)RAND_MAX;
}
int main(int argc, char *argv[])
{
int true = 1; /* to force the loop */
int n, /* number of intervals */
rank, /* rank of the MPI pr... | [
"m.neira10@uniandes.edu.co"
] | m.neira10@uniandes.edu.co |
da4bf2ce0eb934bc50cb30380281e220ebfa2c2a | 19902779d24d79f9d2bbf120266a5087f8ce3644 | /wireless_guitar/C/pic33/common_files/configuration_bits.c | 29185627d977c43b1fa4445c37867e320d78a6f4 | [] | no_license | WouterThys/WirelessGuitar | c6cb8f960d6150ad3a6008ebed0174052a1361d5 | 1db92f6d90084095eb3c8e257ab1a21e5b5881b0 | refs/heads/master | 2020-06-04T20:38:15.520607 | 2019-06-16T11:33:49 | 2019-06-16T11:33:49 | 192,183,327 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,807 | c | /******************************************************************************/
/* Files to Include */
/******************************************************************************/
/* Device header file */
#if defined(__XC16__)
#include <xc.h>
#elif def... | [
"thys_wouter@hotmail.com"
] | thys_wouter@hotmail.com |
1e5f5ce37e97ea26a834322cf47c57697c60ce06 | 84adbb95c8d564f37a7faf88359d7c84b3b31a7e | /src/mir_printer.h | 4743721ae7670786eae3ca7386fbffa89da6d1f3 | [
"MIT",
"LLVM-exception",
"ISC",
"NCSA",
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | janakbist/bl | a40190635bd8cc7b09d92c8c45f69e29ae4da239 | ab6ff9187b4fa0d1564446446ffc7c8b08b0ff46 | refs/heads/master | 2023-04-04T22:23:20.603367 | 2021-04-18T23:03:50 | 2021-04-18T23:03:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,554 | h | // =================================================================================================
// bl
//
// File: mir_printer.h
// Author: Martin Dorazil
// Date: 3/15/18
//
// Copyright 2018 Martin Dorazil
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software a... | [
"mmdorazil@gmail.com"
] | mmdorazil@gmail.com |
d00599188fa275f1e4054e598669732d9e8956a4 | c2f554d9eec7cd3bfb22872378fe3f14a33e19b8 | /AM5728/ti-processor-sdk-linux-am57xx-evm-03.02.00.05/board-support/extra-drivers/uio-module-drv-2.1.0.0+gitAUTOINC+1976149588/uio_module_drv.c | 5a67dd199e218d6943d50c23735b48894270e4d5 | [
"BSD-3-Clause"
] | permissive | koitt-embedded/RCBattleShip | 8a877f3d5a664a6465724b44bac721a69259e710 | 01ce973d00d4b16e1df2bf356904b73e30a43bec | refs/heads/master | 2021-01-16T23:18:06.830170 | 2017-09-20T15:24:22 | 2017-09-20T15:24:22 | 82,821,421 | 7 | 2 | null | 2017-10-09T09:33:26 | 2017-02-22T15:38:04 | C | UTF-8 | C | false | false | 18,488 | c | /*
* User-space module driver
*
* Copyright (C) 2013-2015 Texas Instruments Incorporated - http://www.ti.com/
*
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* Redistributions of source code must ... | [
"gcccompi3r@gmail.com"
] | gcccompi3r@gmail.com |
db02cafe1e0e5b265d2a64706361ae7973ef02a9 | 42bf38372fac52eadc97a2a0830e3eadaad762d3 | /codeblock_test/Robot_production_LO41_UTBM_CODEBLOCK/tapis.c | 6fdb8a398f5b6fbfce4a4d8f3e27edae1fc17a5a | [] | no_license | Yannholo/Robot-Production-LO41-UTBM | 62116797354de9e9dc18c30d1147d98b0ef351ed | 2e4c714b99aa8e9692b15dc9264905e4efc92852 | refs/heads/master | 2020-04-29T11:20:42.582333 | 2013-12-20T01:29:38 | 2013-12-20T01:29:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,818 | c | #include "tapis.h"
void * tapis_run(void * args) {
struct tapis_run_args * the_args = args;
Produit produit;
int tmp;
/* les ressources posee - les produits fini recuperé */
int ressources_posee = 0;
int produits_fini = (the_args->nb_c1 / C1_PER_P1) + (the_args->nb_c2 / C2_PER_P2) + (the_args->... | [
"aymeric.malle@utbm.fr"
] | aymeric.malle@utbm.fr |
7208951c22a7bc374106ff825d2a515d01a7884e | 23e393f8c385a4e0f8f3d4b9e2d80f98657f4e1f | /Windows 内核设计思想/ReactOS-0.3.15-REL-src/include/reactos/libs/libxml/xmlmodule.h | c6aa74e83a51f662afaa40e22d65a504f65ff8db | [] | no_license | IgorYunusov/Mega-collection-cpp-1 | c7c09e3c76395bcbf95a304db6462a315db921ba | 42d07f16a379a8093b6ddc15675bf777eb10d480 | refs/heads/master | 2020-03-24T10:20:15.783034 | 2018-06-12T13:19:05 | 2018-06-12T13:19:05 | 142,653,486 | 3 | 1 | null | 2018-07-28T06:36:35 | 2018-07-28T06:36:35 | null | UTF-8 | C | false | false | 1,232 | h | /*
* Summary: dynamic module loading
* Description: basic API for dynamic module loading, used by
* libexslt added in 2.6.17
*
* Copy: See Copyright for the status of this software.
*
* Author: Joel W. Reed
*/
#ifndef __XML_MODULE_H__
#define __XML_MODULE_H__
#include <libxml/xmlversion.h>
#ifde... | [
"wyrover@gmail.com"
] | wyrover@gmail.com |
6567e14e13abe9893b2e355cd65390d00bb0ae77 | adda12a973f4d857ba1822901c3c6cf7f54d918b | /src/task.h | abc31fd443916e00a8ff9b202647476a410be330 | [
"BSD-2-Clause"
] | permissive | katef/qs | a1d6fb051c4dea57249969791b7db17a5635f5e2 | 1fa370e492104671ea79e7773fc48c23722d0253 | refs/heads/main | 2022-06-01T04:31:31.392871 | 2022-05-16T04:21:23 | 2022-05-16T04:21:23 | 80,645,601 | 5 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,786 | h | /*
* Copyright 2013-2017 Katherine Flavel
*
* See LICENCE for the full copyright terms.
*/
#ifndef TASK_H
#define TASK_H
struct code;
struct data;
struct task;
struct frame;
struct tick_state {
char *s;
size_t l;
};
struct task {
/*
* Tasks fork from other tasks (at least conceptually); the only
* eviden... | [
"kate@elide.org"
] | kate@elide.org |
94458d3fa5609b75dcee376f542ca579f3340c58 | b7fb8c306b2914045405c6ffcf523cf3ed10bd6e | /include/spi.h | 42d97657e16c7a92067f8ab39cd5826c6ca551d3 | [] | no_license | Emilysta/WeatherStation | 65fd3d7f6ed7675dc37df2b42fc2f3019e31f4d8 | 85b38d360821ff023509870150eaba3724b2c454 | refs/heads/master | 2023-02-22T06:08:49.290901 | 2021-01-26T17:06:13 | 2021-01-26T17:06:13 | 333,093,408 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 323 | h | #include <avr/io.h>
/*Initialization of communication with the sensor*/
void spi_init();
/*Read from address*/
char spi_read(char address);
/*Write data to addresss*/
void spi_write(char address, char data);
/*Download pressure data*/
int32_t spi_download_press();
/*Download temperature data*/
uint8_t spi_download_temp... | [
"emiliastarczyk@gmail.com"
] | emiliastarczyk@gmail.com |
9988870cb796e8be21fa60dda2335e7457a0d193 | 487758b0f371df3233c0651a042c26e7fc6b0765 | /vendors/redpine/wmcu_lib/1.2.0/Wireless_Library/zigbee/profiles/devices/ha_devices/HeatingCoolingUnit/inc/HeatingCoolingUnitDevice_Application_Framework.h | 8fd2d23693a6d1f7b0fd50d8834fa6da629f1fe4 | [] | no_license | redpinesignalsinc/amazon-freertos | bcd30d43d759b905f4e47973d53db777e57b7117 | 22f470e30ee8c3cfe7861551dff4849212668f87 | refs/heads/master | 2020-12-22T04:54:16.742019 | 2020-01-28T07:39:15 | 2020-01-28T07:39:15 | 235,995,037 | 0 | 0 | null | 2020-01-27T10:45:52 | 2020-01-24T12:00:47 | null | UTF-8 | C | false | false | 992 | h | #ifndef _HEATINGCOOLINGUNIT_APPLICATION_FRAMEWORK_H_
#define _HEATINGCOOLINGUNIT_APPLICATION_FRAMEWORK_H_
/*-----------------------------------------------------------------------------
* Includes
*----------------------------------------------------------------------------*/
/*--------------------------------... | [
"vinod.alibade@redpinesignals.com"
] | vinod.alibade@redpinesignals.com |
cd25ab44f0b4cad60e04ad90e212adbe3f0faab3 | 49780f24a92fcc9a7c855144fb195ae3736bf390 | /grlib/src/fonts/fontcmtt12.c | 376b9d33e6be97cc679e43240554b85e524665e8 | [] | no_license | PiBoxY/msp430ware | 81fb264c86ff1f68f711965b793aa58794ae2f00 | 7c96db00f97bbfd3119843e18ac895a54b4a6d39 | refs/heads/master | 2020-04-21T07:29:13.386144 | 2019-02-06T11:32:42 | 2019-02-06T11:32:42 | 169,394,007 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 11,004 | c | /* --COPYRIGHT--,BSD
* Copyright (c) 2014, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the ab... | [
"admin@piboxy.com"
] | admin@piboxy.com |
0a9acf9032beff9e8c02a47934e7fb2cb4338d49 | 322aaf43d0fc8b99d263621c1d8a75aab2da9a05 | /Chapter6/chapter6_09.c | e939c13101bf743208de77310c736c964eb8ce85 | [] | no_license | vshaonian/C_Prime_Plus | 14100233dc67970a1834d1ae5732b28f53ff9096 | 9c28ac4122c2d71b28f46ed19398b7eec0624aa5 | refs/heads/master | 2021-09-07T21:29:09.710343 | 2018-03-01T10:56:27 | 2018-03-01T10:56:27 | 118,477,961 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 348 | c | #include <stdio.h>
double calculate(double i, double j);
void main(void)
{
double first, second;
printf("Enter two double number: ");
while(scanf("%lf %lf", &first, &second) == 2)
{
printf("The result is %lf\n", calculate(first, second));
}
}
double calculate(double i, double j)
{
... | [
"1251602300@qq.com"
] | 1251602300@qq.com |
843310c1302fc51a4d5f0c023a194c942d2bbc65 | 0d74ff3b492f3580cc70037f6cd5171326bffabd | /emJetAnalysis/scripts/unfolding/file/seeBins.C | 70dbf7ed86b573d039cee410994fc76f7560f758 | [] | no_license | cdxing/BrightSTAR | 1b92566748da07b4c99a375a13f5893091a61e8d | 832dfa2a7b03765d0de6676d54adff500e7aac34 | refs/heads/master | 2023-08-06T19:05:16.647724 | 2021-09-29T23:41:41 | 2021-09-29T23:41:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,139 | c | {
float phiS[40] = {
-(TMath::Pi()/2.0)*(4.0/4.0),
-(TMath::Pi()/2.0)*(3.0/4.0),
-(TMath::Pi()/2.0)*(2.0/4.0),
-(TMath::Pi()/2.0)*(1.0/4.0),
-(TMath::Pi()/2.0)*(0.0/4.0),
(TMath::Pi()/2.0)*(1.0/4.0),
(TMath::Pi()/2.0)*(2.0/4.0),
(TMath::Pi()/2.0)*(3.0/4.0),
(TMath::Pi()/2.0)*(4.0/4.... | [
"siplukabir@gmail.com"
] | siplukabir@gmail.com |
666faae38b150e8b88110e6e95ff4435a0b6bed4 | 1662567aaf34d3cd4bbfca3e4623d025b5a9d03d | /project_2/source/mod3/Generated_Code/board.h | 592bda16129e1cd25865d6bbaea5d396c1d948ba | [] | no_license | hackwa/Advanced_arch | fae9d4b8be7fe416e8ccc16b6d8707825d778176 | 11a8c9b8c231d72f69dc5cd2c95a0e89287409d4 | refs/heads/master | 2016-09-06T01:30:53.467559 | 2015-12-09T23:33:03 | 2015-12-09T23:33:03 | 42,555,478 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 68,075 | h | /* ###################################################################
** This component module is generated by Processor Expert. Do not modify it.
** Filename : pin_init.c
** Project : mod3
** Processor : MKL25Z128VLK4
** Component : PinSettings
** Version : Component 1.2.0... | [
"anurag.dubey@colorado.edu"
] | anurag.dubey@colorado.edu |
db2e131543419d48ef71838cd081c815c8ecca06 | a2474b24c6da8a25fe1aa7b8f16dd8ec07c90550 | /CSGO/sdk/public/bspflags.h | 33d824bac983f7d458aeb06ac323ab007cdc3f68 | [] | no_license | urosaurus/thonk-csgo | e623d1768629f2f3e9de6dcffd2e036d42f312cd | 17603b9db606434fb69d21d14dcfc3a24b2d4d6a | refs/heads/master | 2020-07-26T14:47:11.076545 | 2019-09-21T13:42:03 | 2019-09-21T13:42:03 | 208,680,811 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,966 | h | #ifndef BSPFLAGS_H
#define BSPFLAGS_H
#ifdef _WIN32
#pragma once
#endif
// contents flags are seperate bits
// a given brush can contribute multiple content bits
// multiple brushes can be in a single leaf
// these definitions also need to be in q_shared.h!
// lower bits are stronger, and will eat weaker brushes com... | [
"42598661+urosaurus@users.noreply.github.com"
] | 42598661+urosaurus@users.noreply.github.com |
d92158e5eec0c01fae47d4ec2c484f19cc27f68d | 1f83a8615021b6686030f14d182a537706cfa4f7 | /sys/netinet/igmp.c | 7c4fa47d134436c5765d63b2a0655888e8beb1ac | [] | no_license | ach84/netbsd-9.1 | b792ae300afd072f35ca1f14200304a1bf8cd8c6 | 0b531b792493c076fa4fd26c5a9f0104a511f625 | refs/heads/master | 2023-03-16T16:01:32.036323 | 2021-03-07T01:41:13 | 2021-03-07T01:41:13 | 343,806,155 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,501 | c | /* $NetBSD: igmp.c,v 1.69.4.1 2020/05/18 18:59:39 martin Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistr... | [
"adrian.chomicki@gmail.com"
] | adrian.chomicki@gmail.com |
4c057457174fd3c7a949bc3127b60530959eaca5 | 507782935233218f1a4bd8746fb743ee1a2cec29 | /src/machine.c | 3bacb976889c974323234802fbcaed71a77b29ba | [] | no_license | 10usb/x86 | b23e450f5e6c8b7c94e682ffb1d546db7a811b29 | 20064b5d41e0e01819228fdb016a01fdcff492c5 | refs/heads/master | 2021-01-23T05:45:44.865463 | 2015-07-17T13:43:55 | 2015-07-17T13:43:55 | 39,097,663 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 137 | c | #include "machine.h"
void Machine_LoadFloppy(struct Machine * machine, const char * file){
machine->floppy = fopen(file, "rb+");
}
| [
"info@tinusbruins.nl"
] | info@tinusbruins.nl |
04a0d436d0b5750dfd28f19d08fa1200e0c35859 | 444f0c1658728e59d56bed909a99e3bdc017eb66 | /src/render.c | 467f9a8bbcbc1612568335af4d0f248bd05d151f | [] | no_license | Moulberry/vido | 5d0461a98719fe75753d25c3d8f27bbed477535d | 33dd993c05af4a48277df0b31a4dad073390847a | refs/heads/master | 2023-07-31T00:12:29.744736 | 2021-09-27T11:23:31 | 2021-09-27T11:23:31 | 407,643,628 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,122 | c | void setup_windows() {
int cols = MAX_COLS > COLS ? COLS : MAX_COLS;
make_sized_win(&title, 1, cols-2, 1, 1);
make_sized_win(&body, LINES-5, cols-2, 3, 1);
make_sized_win(&controls, 1, cols, LINES-1, 0);
clear();
render_borders(LINES, cols);
render_title();
... | [
"james.jenour@protonmail.com"
] | james.jenour@protonmail.com |
1f605631a9a4eb6b3c31390679c2e3c7098a44a0 | 0a30f8d0306b022a1b8ae01aaf826d2fa05d87bd | /c05/ex02/ft_iterative_power.c | 27b676dcf36d20c43bf97b29d14be1182aaa2a52 | [] | no_license | edmarpaulino/42basecamp | 4a1a5a56c922fb527d211dd861f9cf9f0cb03667 | f87ee95f336f39b0714380c7a4dfad9d0953200f | refs/heads/master | 2023-06-02T06:13:40.243000 | 2021-06-19T12:30:03 | 2021-06-19T12:30:03 | 373,609,973 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,071 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_iterative_power.c :+: :+: :+: ... | [
"edpaulin@student.42sp.org.br"
] | edpaulin@student.42sp.org.br |
a466871036c3a83cedec3b18e8be29045bd828bd | edf411a23170f68369c72c896b8550995b0150ec | /2016136144_강동균_과제2/KDK_point.h | 0c22b7e1f679c344922915b7c02c2cdcef5ccc51 | [] | no_license | kangdongkyun/computerVision | 73405d937f73f343eb10f4f391173e2755cbaefd | 65f899ec98ce36b6cb497c49b66c2e67e8218423 | refs/heads/master | 2020-09-01T23:27:09.885717 | 2019-11-02T01:01:15 | 2019-11-02T01:01:15 | 219,085,381 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 167 | h | void segmentation_by_thresholding(unsigned char *src, unsigned char *dst, int number_of_pixels, int cols, int rows);
void piture_ellipse(unsigned char *src, int cols); | [
"kdk_kang_c@naver.com"
] | kdk_kang_c@naver.com |
51a6f51f2c546c8cf40e54b5903a333a9f643a9d | 01489d5b5e5beb7af594ed8ec58d945ca23f0e61 | /common/libs/libcamera/isp/isp_app_msg.c | a04bb8eed9ec49b61771eec2e5120f87e12727c3 | [] | no_license | AndiNR/sprd-device-sprd | 9c73a5e32829bdcdae78c8203af217f93871fba6 | 678f572fc2f765cd5e787adab0d4044cb2c99267 | refs/heads/sprdroid4.3 | 2021-01-22T16:11:19.032373 | 2013-12-04T04:26:12 | 2013-12-04T04:26:12 | 44,360,762 | 1 | 1 | null | 2015-10-16T03:43:43 | 2015-10-16T03:43:43 | null | UTF-8 | C | false | false | 4,771 | c | /*
* Copyright (C) 2008 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... | [
"chunyou.zhu@spreadtrum.com"
] | chunyou.zhu@spreadtrum.com |
02560c029925530424dc85262f3ab41876d0e3f7 | 9980de4267127b2ef8452af164387526dc1ca483 | /platform/Device/SiliconLabs/EFM32JG12B/Include/efm32jg12b_timer_cc.h | a48a25693c7b8ca213a5dbab6048638d5f0ec089 | [] | no_license | a-v-s/Gecko_SDK | 74df2d4cace0da22cdc382102e65f489b7d33a25 | f32fba67c98aa7f447708424ad2aa9519bc57fd2 | refs/heads/master | 2022-02-25T18:03:15.036123 | 2019-09-01T12:53:02 | 2019-09-01T12:53:02 | 186,304,303 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,423 | h | /***************************************************************************//**
* @file
* @brief EFM32JG12B_TIMER_CC register and bit field definitions
* @version 5.8.1
*******************************************************************************
* # License
* <b>Copyright 2019 Silicon Laboratories Inc. www.si... | [
"andre@philosopher.it"
] | andre@philosopher.it |
102ff4365c6ae38d04229583e144e919ae19ca44 | 3c436a68cd1e00695fbc2a9b9dffce86989a9feb | /Pods/BuildHeaders/Kiwi/KWContainMatcher.h | d4a2b13799eda6785f39f4ff0e141b8b45ec121d | [
"MIT"
] | permissive | zlajo/ZLJCommons | afb6459a6a23b09103277a18a1d6fe158a593b7b | c2b3dccfb983e9d0aa1cd1acff16b3a67a72a998 | refs/heads/master | 2021-01-17T05:20:53.265680 | 2017-06-30T09:09:28 | 2017-06-30T09:09:28 | 7,956,720 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 59 | h | ../../../../ZLJCommons/Pods/Kiwi/Classes/KWContainMatcher.h | [
"johannes@zlattinger.net"
] | johannes@zlattinger.net |
b1d08c4701db4fcbf017055885e066d78b216ee9 | 0664f0b65ad5c2ff25cebee6a9d85a2d56e65d3b | /MichalczewskiMichal-cw10/zad1/server.c | 5ff023d9a27149e8cf138f921f04201dbd5f60c4 | [] | no_license | tschesky/operating-systems | 9e7b36d0794985e67846007a8e45e11d457f7f29 | 462fa3c75a7e58bd6061341651ed026b513d0b18 | refs/heads/master | 2021-01-23T00:53:21.776879 | 2017-03-22T15:44:06 | 2017-03-22T15:44:06 | 85,846,621 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,075 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#include <sys/un.h>
#include <sys/select.h>
#include <sys/time.h>
#include <signal.h>
#include "data.h"
#include <errno.h>
#define CLIENTS_MAX 10... | [
"michalczewski.michal@gmail.com"
] | michalczewski.michal@gmail.com |
63bc4a026c832422c0973d1aab60dd9c45289097 | 239fc86631c0e25623e0f0adbd5936c84d1f6913 | /pointers as arguments.c | 9bbb55023120f03b15ef966d4a0013e439141756 | [] | no_license | MABT11/pointers | 424dca21696153ef37ed9aeb9b3240786f41f0d2 | 9f80a4aaf22a831edf5c4a56aeca64d1edf5da6b | refs/heads/main | 2023-03-08T21:43:07.322256 | 2021-02-26T10:08:46 | 2021-02-26T10:08:46 | 342,021,770 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 301 | c | #include <stdio.h>
void i (int* a)
{
printf("Address of a in i is: %p\n",a);
(*a)++;
}
int main()
{
int a = 10;
printf("Address of a in main before the call: %p\nValue of a before the call %d\n",&a,a);
i(&a);
printf("Adress of a after the call %p\nValue of a is:%d\n",&a,a);
} | [
"100053896@ku.ac.ae"
] | 100053896@ku.ac.ae |
bb5f64bdd2d55da7306f154ec766be492e1ee1b5 | cf1c26641d85bbac8d9b1a209daa5ba97bcc8a00 | /src/sound/tms5220r.c | 1facb9863305ec8903874a93f052df782a9bb254 | [] | no_license | mscottford/pinmame | d5f02188a02c3317bd3c23fbf8d6335322f2c9b0 | 0af03625f6fe2f3af98a58a0914c75266c96f17a | refs/heads/master | 2016-09-06T17:56:33.773220 | 2009-06-23T20:48:01 | 2009-06-23T20:48:01 | 145,060 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,359 | c | /* TMS5220 ROM Tables */
/* This is the energy lookup table (4-bits -> 10-bits) */
const static unsigned short energytable[0x10]={
/*
0,3,5,7,10,14,20,29,
40,57,81,114,161,227,321,511
*/
0,52,87,123,174,246,348,491,
694,981,1385,1957,2764,3904,5514,7789
};
/* This is the pitch lookup table (6-bits -> 8-bits) */
con... | [
"scott@scottandlaurie.com"
] | scott@scottandlaurie.com |
f45495f384c4e9817111faf3c93f2b82ce1772c7 | fc7876fd7d9549c91210d40e6e67c570481a5754 | /exlbt/input/compiler-rt-test/builtins/Unit/modsi3_test.c | c9c813363bf022bc825fa4b0b10f03a8bb2a20a7 | [] | no_license | Jonathan2251/lbt | 64b06e463c800118c5ea4c0fba2f6631c996404d | e6db1d4c65095620ab7542b88c6a0007b9256237 | refs/heads/master | 2023-08-18T05:20:25.415880 | 2023-08-13T04:30:31 | 2023-08-13T04:30:31 | 31,754,137 | 41 | 11 | null | null | null | null | UTF-8 | C | false | false | 1,079 | c | // RUN: %clang_builtins %s %librt -o %t && %run %t
// REQUIRES: librt_has_modsi3
#include "int_lib.h"
#include <stdio.h>
/* Returns: a % b */
COMPILER_RT_ABI si_int __modsi3(si_int a, si_int b);
int test__modsi3(si_int a, si_int b, si_int expected) {
si_int x = __modsi3(a, b);
if (x != expected)
pri... | [
"gamma_chen@yahoo.com.tw"
] | gamma_chen@yahoo.com.tw |
0d2a428baa727ba6435ec605ca70717f654294f1 | 95f0cdbe73cc9e212042040b839cb8dca6bc5e5b | /DCFabric-controller/src/group-mgr/group-mgr.h | f7ea82f0bea9533b041b3c47b77cd38e29344fd1 | [] | no_license | gonotes/DCFabric | 41b53df816e2f9103c44378dfe1f6f3acfeb0be7 | 60d767198d33d1a646133e0b3df2baa57580ec07 | refs/heads/master | 2021-01-22T06:38:05.499629 | 2016-12-15T15:56:47 | 2016-12-15T15:56:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,756 | h | /*
* GNFlush SDN Controller GPL Source Code
* Copyright (C) 2015, Greenet <greenet@greenet.net.cn>
*
* This file is part of the GNFlush SDN Controller. GNFlush SDN
* Controller is a free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the F... | [
"ywxu@bnc.org.cn"
] | ywxu@bnc.org.cn |
c2cded89250f42a4038997233f627ced30bc0fac | ecea7c1f53661a57736d9b3f6deec97712ff22fc | /SecurityExploits/Android/Qualcomm/NPU/npu_shell.h | 51bd48adc475f80eea583afb74129e6d571dd583 | [
"MIT"
] | permissive | github/securitylab | 088d785622a1a1e86fa171f9296d2a66542bc88f | 80e2d6abadad8cb77e8c9f659e32eaee6b3a98ed | refs/heads/main | 2023-09-03T04:21:06.795016 | 2023-07-06T15:31:30 | 2023-07-06T15:31:30 | 221,101,274 | 1,079 | 225 | MIT | 2023-08-16T16:41:27 | 2019-11-12T01:14:24 | C | UTF-8 | C | false | false | 9,048 | h | #ifndef NPU_SPLOIT_H
#define NPU_SPLOIT_H
#include <fcntl.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <sys/syscall.h>
#define QSEECOM_IOC_MAGIC 0x97
#define QSEECOM_IOCTL_RECEIVE_REQ _IO(QSEECOM_IOC_MAGIC, 5)
enum ion_... | [
"m-y-mo@github.com"
] | m-y-mo@github.com |
f9b4f06e90bf56e698cee4ffc9763a1460f6791a | 22b6ab52693bca44774cf0fd913d73afc2548f73 | /app/il2cpp_output/UnityEngine_UnityEngine_BehaviourMethodDeclarations.h | 8e1d4d220a633dcb5311e079ee7808cb13459b73 | [] | no_license | yuji1129xxx/drops | a4f1bfe2b4c7ede033d799f14eea96c68f4fd9f2 | 26c4719025ad614aa8522e3d1bb5abb7692863f9 | refs/heads/master | 2021-01-10T01:10:34.753556 | 2015-09-28T02:39:44 | 2015-09-28T02:39:44 | 43,196,830 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 419 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// UnityEngine.Behaviour
struct Behaviour_t35;
#include "codegen/il2cpp-codegen.h"
// System.Void UnityEngine.Behaviour::.ctor()
extern "C" ... | [
"yuji1129xxx@gmail.com"
] | yuji1129xxx@gmail.com |
0025bce45d9f24c6468755ec40925c8458fe5c9a | e0934387b7efeb329ac553571b26b8278f2cccd4 | /inc/rpm.h | 9b78094a300a7e40f98cf5cc7b78efa9529e48b1 | [] | no_license | mkarray1/SmartWheelchair | 6f19783f68e46ac3db813d0eddff7a299325bfa8 | 7ed913f0a3cfe34c0864a917f5c44ce0d745eddb | refs/heads/master | 2021-07-04T05:25:03.313960 | 2020-10-30T16:27:35 | 2020-10-30T16:27:35 | 190,415,986 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 525 | h | /*
* Authors: Anthony Berbari, Malek Karray
*/
/**********************************************************
* Definitions
*********************************************************/
#include <stdbool.h>
typedef struct {
float leftWheel;
float rightWheel;
}rpmValues_t;
/************************************... | [
"fberbari@edu.uwaterloo.ca"
] | fberbari@edu.uwaterloo.ca |
901d1343a0feba1f3cb9054715160861b1b2259a | d2e1eebaf09bb815bc9f8ca5370ffaf62ccbb5e9 | /Compilation/Clang & LLVM Tutorial/ex1/hello.c | ad8c8754fade3d628e4d57c659e404d5dcb20807 | [
"WTFPL"
] | permissive | DocZPa/Postgraduate-Course | 0a8bde7d5d821b2b97d15cb64b2bc27ae33e5282 | 2c7a32a02757725b5a50bc754c9cd9dba199940a | refs/heads/master | 2021-12-15T18:40:09.503259 | 2017-09-03T13:04:35 | 2017-09-03T13:04:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 39 | c | int main()
{
printf("hello world\n")
}
| [
"jiansongli426@gmail.com"
] | jiansongli426@gmail.com |
17a1c60d8a7ca612fb3f93dd78ef9a843502c49f | 0308f737e6444ff02318182cea43a4b7bc90dec9 | /sources/asm/libft/ft_itoa.c | c890b00bcd0b14a5c8eb91e7bd320f95b17a6133 | [] | no_license | phuntichek/corewar | a91d9cc5ae79c688f23eabb849ca280e7423421a | 96aec15ea9b2ca5b1c288929e056304c63da0ca9 | refs/heads/master | 2022-12-13T13:44:35.613969 | 2020-09-01T19:47:13 | 2020-09-01T19:47:13 | 291,997,969 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,305 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_itoa.c :+: :+: :+: ... | [
"rschmele@mi-r3.msk.21-school.ru"
] | rschmele@mi-r3.msk.21-school.ru |
b7e14551b8e2e506f12f8b877dd6fff0be0df2d2 | 993d84420b2e3005b1b59370db26c79d702e380a | /kernel/U-XNNPACK/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-neon-1x4-acc5.c | b55fa4e9d8d99b62d457f705c3d4582969504ed6 | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla"
] | permissive | SKKU-ESLAB/Auto-Compression | 25588c5e87a141049b5816940d157a7a1c478e04 | 614048140f00e977e53178ce0417caaf31a29bc4 | refs/heads/master | 2022-12-14T20:33:25.242853 | 2022-12-01T07:13:45 | 2022-12-01T07:13:45 | 224,101,851 | 16 | 13 | MIT | 2022-12-01T07:13:46 | 2019-11-26T04:25:02 | C | UTF-8 | C | false | false | 13,011 | c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv2d-chw/5x5s2p2-neon.c.in
// Generator: tools/xngen
//
// Copyright 2020 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
#include <assert.h>
#include <ar... | [
"lhy920806@gmail.com"
] | lhy920806@gmail.com |
ce30717ef7af3a4b86a8d3d5c6a354dc1156ab2d | 23d01d942c97a31e46529c4371e98aa0c757ecd1 | /hll/hta/hta/src/Alloc_mpi.c | cef6869de49cdcdfaa7e0521f44e11d5acea1e9f | [] | no_license | ModeladoFoundation/ocr-apps | f538bc31282f56d43a952610a8f4ec6bacd88e67 | c0179d63574e7bb01f940aceaa7fe1c85fea5902 | refs/heads/master | 2021-09-02T23:41:54.190248 | 2017-08-30T01:48:39 | 2017-08-30T01:49:30 | 116,198,341 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,598 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include "Alloc.h"
#include "Debug.h"
//#include "uthash.h"
//
//typedef struct block_ref {
// void* ptr; // HASH KEY
// uint64_t block_id; // HASH VALUE
// UT_hash_handle hh;
//} REF;
//
//static REF *ht = NULL;
void All... | [
"romain.e.cledat@intel.com"
] | romain.e.cledat@intel.com |
fcbb9bf50d7274ce7115e7b91442cde39e8046af | 1616fd9cb7b61ea3ca54e1921769cd77262b8477 | /td_cle/candy_crush_auto_essai_2.c | 6ded6524941e1ef96bf9cd7b548796af32ead6cc | [] | no_license | pepnou/IN200 | 69e9b5848a5b86450407a77c611ca95d73719932 | bddc542bafa4c2b9236ec1245d4b672361f560e5 | refs/heads/master | 2021-05-03T20:06:24.687073 | 2016-09-28T20:45:24 | 2016-09-28T20:45:24 | 68,920,708 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,956 | c | #include "graphics.h"
#include <stdio.h>
#define largeur 10
#define hauteur 10
#define cote 25
#define X largeur*cote
#define Y hauteur*cote
#define duree 0
#define score_max 1500
#define tour_d_avance 1
int score = 0;
int nbr_clic = 0;
int ini = 1;
void draw_quad(int inter);
void gestion_etat(int tab[largeur+2][hau... | [
"pepnou1@gmail.com"
] | pepnou1@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.