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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c71a3242321132777dd00be33b2a1149e1b1874a | af5a525c573f5b2d45e2c62b0d29debf1a2a6927 | /lab/Lab_2/lab2.c | 199931fd9289ee19a3b8c101fda105e6fed6332d | [] | no_license | kamaroyl/csci-3453 | 530edb5e9bc63946f7c3c86c52b4a27d6b423d19 | 14f98cd264239c134056b23401315bbb9630ca2e | refs/heads/master | 2020-05-01T02:05:01.837363 | 2019-05-09T21:27:59 | 2019-05-09T21:27:59 | 177,210,045 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,634 | c | #include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
/*
* Benjamin Straub
* csci 3453
* 04/05/2019
*
*/
/*
* GLOBALS
***********/
extern char **environ;
char** PATH = NULL;
int... | [
"kamaroyl@gmail.com"
] | kamaroyl@gmail.com |
17b89c5188cd64ba2a5d2d0b7f7f9aacd61fec90 | 29eed880ee97b53ed44db727e2ef860ce27221eb | /atari source/TOS_SRC/ACC/OUTLINE.ACC/EXTEND.C | 21374e99f9dcdb217f798c520f16d095b8b28c78 | [] | no_license | daemqn/Atari_ST_Sources | b2c342b1b35b8547ab5b39229ddfbd5d6af4165b | 0899ae47b6dab504b97123cda9c6044ee844c7a1 | refs/heads/master | 2021-01-17T08:53:08.323981 | 2015-09-19T08:41:42 | 2015-09-19T08:41:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,253 | c | /* extend.c - parse extend.sys file
* ====================================================================
* 900814 kbad
* 910626 cjg
* 921027 cjg
* 921207 cjg Combine Bitmap and Outline fonts
* 921215 cjg Did it!
* Remove Bitmap and devices...
* 930607 cjg Added the ability to read "fonts" as... | [
"ggn.dbug@gmail.com"
] | ggn.dbug@gmail.com |
e487a80a46cfb23a9fd67172ca94e060df5a909b | f63176fed57cacaf5eb10804e57fa61f1bbf7dd0 | /【第6篇】实战项目/06_实战项目/01_电子产品量产工具/source/02_视频配套源码/22_page_manager/page/page_manager.c | eb8183442181c940134a292720b0b78b6a8d0597 | [] | no_license | shangwei3/file | cf2e73b728c476aa52a6668b43d5fc619c1067c2 | 9e1d2a821095d8d9b1257ae6a039035314f1cf92 | refs/heads/master | 2022-12-27T16:34:30.631193 | 2020-10-11T12:44:45 | 2020-10-11T12:44:45 | 277,298,970 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 454 | c |
#include <common.h>
#include <page_manager.h>
#include <string.h>
static PPageAction g_ptPages = NULL;
void PageRegister(PPageAction ptPageAction)
{
ptPageAction->ptNext = g_ptPages;
g_ptPages = ptPageAction;
}
PPageAction Page(char *name)
{
PPageAction ptTmp = g_ptPages;
while (ptTmp)
{
if (strcmp(name, pt... | [
"1193491302@qq.com"
] | 1193491302@qq.com |
9dbf5bb36b66b6b7dd66abb92a2f8ad24d1a0f93 | c804327a41128b4cc2ac6872c998a67b1eb4b8ec | /demo06/login.c | 6e80df8549698f232e373df621962736d7934d98 | [] | no_license | yiluhukai/C- | a3c5499b30e0b916ea3843e69deddebaf186f8ca | 682f246476e7fb2ad85148fc9cc08008780a3e1b | refs/heads/master | 2021-07-05T01:54:43.931699 | 2020-08-23T17:32:16 | 2020-08-23T17:32:16 | 162,904,412 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 676 | c | //
// Created by 86177 on 2019/5/31.
// 接受用户的输入,验证密码,成功返回1;失败返回3次返回0
//
#include "stdio.h"
int login() {
int password = 1235;
printf("please input password\n");
int count = 3;
int pwd = 0;
while (count > 0) {
scanf("%d", &pwd);
if (pwd == password) {
return... | [
"13149285293@163.com"
] | 13149285293@163.com |
2779d281227d75fc141d60ea799d70aacbc5ee5a | bb45d6736bcef862cf98d5136211d1d10410dc5b | /ShaderTest/Math/Size.h | 0913fc41c5d5aafb8b44df5c190ee09b772168de | [] | no_license | blackknifes/ID3DXFileData | 0ddede8d94c3b3dccceff043ea866afd676e6a04 | 4dfc89ae982ccc6a399b91427d8d2e032b598e9f | refs/heads/master | 2021-05-30T19:50:56.113919 | 2016-01-19T05:08:36 | 2016-01-19T05:08:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 426 | h | #ifndef __SIZE__
#define __SIZE__
#include "Point.h"
struct Size{
float width, height;
Size();
Size(float width, float height);
Size(float _size[2]);
const Size& operator=(const Size& _size);
bool operator==(const Size& _size) const;
const Size& operator+=(const Size& _size);
const Size& operator-=(const Si... | [
"a1991815a@gmail.com"
] | a1991815a@gmail.com |
44bb684c7f8c36d3fd7879a4423a0432469ac950 | 52212b7046440c65f984d1ce1aa20ee7287eee9d | /pf/core/include/pf/net/packet/config.h | 15dfb616e50b9c95a7d59fc25fb9714c2e60a8b8 | [
"MIT"
] | permissive | xubingyue/plainframework1 | b9d16d2b85941873678b97f89971233dca39b793 | 118513c58e85898738217f81a831fc2b878bb3be | refs/heads/master | 2020-05-19T18:22:52.964151 | 2018-12-27T02:55:01 | 2018-12-27T02:55:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 657 | h | /**
* PLAIN FRAMEWORK ( https://github.com/viticm/plainframework )
* $Id config.h
* @link https://github.com/viticm/plainframework for the canonical source repository
* @copyright Copyright (c) 2014- viticm( viticm.ti@gmail.com )
* @license
* @user viticm<viticm.ti@gmail.com>
* @date 2014/06/23 11:05
* @uses th... | [
"viticm@126.com"
] | viticm@126.com |
c67a4840d094b93d0d8d43ff691aa777dd6f59d9 | 33ac9601275de3944d2b73245c05592a869e84a7 | /Applications/uTaskerV1.4/types.h | 0ca98a56b8431c6793209b43bef6686fbf25a0c5 | [] | no_license | navahooCite/uTasker-Kinetis | 1a38bd96306424264dbbcf65c46e68b4a0194c1d | e285517c6d02f062cb9972ae86735e214e9d70e3 | refs/heads/master | 2020-06-17T07:25:23.344882 | 2019-07-12T01:00:44 | 2019-07-12T01:00:44 | 195,844,938 | 0 | 0 | null | 2019-07-08T15:57:04 | 2019-07-08T15:57:03 | null | ISO-8859-2 | C | false | false | 13,829 | h | /**********************************************************************
Mark Butcher Bsc (Hons) MPhil MIET
M.J.Butcher Consulting
Birchstrasse 20f, CH-5406, Rütihof
Switzerland
www.uTasker.com Skype: M_J_Butcher
---------------------------------------------------------------... | [
"mark@uTasker.com"
] | mark@uTasker.com |
f20e11c51078cce8ad830c806873c6e096db2460 | cd4138facec3cf0891c4c7975689f5acaec56fa2 | /Bootloader/CODE/Vectors.c | 2a6aa784f9a1bcb7f0d058a3ee805f34af0657c5 | [] | no_license | thumper17/DefCon18-Badge | ef6cef61ba4b462ee5f4ee0d10161b0fa6adbaae | 7d1de659968470ae9e57743e84c8e05508f61d67 | refs/heads/master | 2021-01-01T20:06:22.350634 | 2010-09-13T01:17:18 | 2010-09-13T01:17:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,833 | c | /** ###################################################################
** THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : Vectors.C
** Project : static_bootloader
** Processor : MC56F8006_32_LQFP
** Version : Component 01.017, Driver 02.08, CPU db: 3.00.188
** ... | [
"thumper@alumni.caltech.edu"
] | thumper@alumni.caltech.edu |
eb726d769f0a5dc0fe67f75c3e25c71010d2e6cc | bf11d8a702cbda080f11dcb6276bfc4ad51f7164 | /src/buttons.c | 9586a724c2a3a5a2ffe5137d2121d9d34b4d312c | [
"BSD-2-Clause"
] | permissive | foldedtoad/lora_lmic | f6b284d0af818cf961188962f77bdf28eba2d25a | e8879f701966451aca393d19383a8476effc1767 | refs/heads/master | 2022-10-07T07:54:42.408825 | 2020-06-02T00:57:34 | 2020-06-02T00:57:34 | 268,663,396 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,424 | c | /*
* buttons.c
*/
#include <zephyr.h>
#include <device.h>
#include <drivers/gpio.h>
#include <sys/util.h>
#include <sys/printk.h>
#include <inttypes.h>
#include "buttons.h"
#include <logging/log.h>
LOG_MODULE_REGISTER(buttons, 3);
/*---------------------------------------------------------------------------*/
/*... | [
"foldedtoad@gmail.com"
] | foldedtoad@gmail.com |
353fca13c12a7513902239ddfdb7602f1b4e654a | f08bbe3a9406fe3e39aa3c03eb979fdd88ea819a | /EMWIN_Test/EMWIN/STemWin/inc/GUI_Type.h | 28cf55f610d9a14efcdac250381d723a587769f3 | [] | no_license | lazode/MCU_Code | e41def826d7b812fe00db76bd288106d7acd37e3 | 1105eb8f289f9107d97b3dc9de0e50a456570964 | refs/heads/master | 2020-12-30T15:07:39.352063 | 2017-08-11T06:11:00 | 2017-08-11T06:11:00 | 91,100,444 | 7 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 22,105 | h | /*********************************************************************
* Portions COPYRIGHT 2014 STMicroelectronics *
* Portions SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
********************************... | [
"lanzhuo_@hotmail.com"
] | lanzhuo_@hotmail.com |
39064278c34021e99ae50c8dc715d02909f19639 | 9e3719a17bc90ec0d35fc9533b4c853047ab4f24 | /win32/inttypes.h | 50135d4179d3323b0b70ff3f2b2564c810673457 | [
"Apache-2.0"
] | permissive | gabesoft/libcouchbase | 5f1b5524a0440e08bd1f43bdbf6877e8b645bd4f | de9bb05cc44e3209ce22a681ac8df271df6fb8c0 | refs/heads/master | 2021-01-17T10:35:45.944892 | 2013-01-24T18:30:02 | 2013-01-24T18:30:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 963 | h | /* -*- Mode: C; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
* Copyright 2011 Couchbase, Inc.
*
* 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
*
* ht... | [
"trond.norbye@gmail.com"
] | trond.norbye@gmail.com |
f9c7b6e36402ba795d75a11e0ba052558c70eec4 | c98bdad7d1f8335a4942345210a2c8fee47068ee | /panda/board/drivers/gmlan_alt.h | d24833a8fb1ff8c2ddd8fe5aafdd41b6495a5c95 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | pzach001/openpilot | 9bbe0becd4da99d497f1ab2cf948bb110efe369b | b0dfb99544e6a6c944e64941dc977be2e04955be | refs/heads/devel | 2020-04-14T22:32:45.741774 | 2019-06-08T23:39:52 | 2019-06-08T23:39:52 | 164,167,103 | 1 | 1 | MIT | 2019-06-08T23:39:53 | 2019-01-05T00:12:05 | C | UTF-8 | C | false | false | 7,437 | h | #define GMLAN_TICKS_PER_SECOND 33300 //1sec @ 33.3kbps
#define GMLAN_TICKS_PER_TIMEOUT_TICKLE 500 //15ms @ 33.3kbps
#define GMLAN_HIGH 0 //0 is high on bus (dominant)
#define GMLAN_LOW 1 //1 is low on bus
#define DISABLED -1
#define BITBANG 0
#define GPIO_SWITCH 1
#define MAX_BITS_CAN_PACKET (200)
int gmlan_alt_mode... | [
"user@comma.ai"
] | user@comma.ai |
229b80c4a879db9d9130a36b52dbe26da4cc6ed8 | d99ac626d62c663704444a9cce7e7fc793a9e75e | /crypto_implementations/virgil-crypto-c/library/foundation/src/vscf_hybrid_key_alg_internal.h | 954c0f1d4f05ff5129396230e76ae9945dd90d03 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Experiment5X/CryptoFunctionDetection | 3ab32d5573a249d24db1faf772721bc80b8d905d | dac700193e7e84963943593e36844b173211a8a1 | refs/heads/master | 2023-04-19T09:12:35.828268 | 2021-05-13T22:39:27 | 2021-05-13T22:39:27 | 355,299,557 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,255 | h | // @license
// --------------------------------------------------------------------------
// Copyright (C) 2015-2020 Virgil Security, Inc.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
//... | [
"xmeadamx@gmail.com"
] | xmeadamx@gmail.com |
e0cdc4b7c69b1655b0da6727d284f76febdffd67 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/h2o/deps/mruby-json/src/extr_parson.c_json_object_dotset_number.c | 13b91e2e8e3da4df1088eadd940ff5afde33f1af | [] | 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,152 | 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 |
07f97a984ca0ef5a46427a3ea259f9f4fe5ff3d2 | 3427a97ca982d3ef643f7884d76436b32c32c690 | /isim/clock_isim_beh.exe.sim/work/m_00000000002930220590_3063441418.c | 41a80cb7e5fed9bdf33a87f0512956425f1acdb8 | [] | no_license | jia1546/newDesign | 0a973682fec15f0a6a4ad29e401b45b05cdf86a8 | f0acb9d73c723b16037602f3327fb682641a4293 | refs/heads/master | 2021-01-01T18:56:07.576912 | 2012-12-20T02:39:56 | 2012-12-20T02:39:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,122 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"jia1546@163.com"
] | jia1546@163.com |
5e4f825e40dc901a7669462cb4a0747eec7f8eaa | 0698f6a079a39f2e766bd53a0f79769cf55adb68 | /src/pipe/prep_pipe.c | f8d27fa511f57162c8eada648c775b701afaa53e | [] | no_license | MatthewLejeune/42sh | 196080f5f962532b5a56f48245cb0a7a1b4feaa6 | 9a809cae4456fae902fd33c6c4d9602f6507935e | refs/heads/master | 2016-09-11T04:22:44.800216 | 2015-07-16T08:49:47 | 2015-07-16T08:49:47 | 39,186,465 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 819 | c | /*
** prep_pipe.c for prep_pipe.c in /home/roy_n/PSU_2014_42sh/src/pipe
**
** Made by Nathan Roy
** Login <roy_n@epitech.net>
**
** Started on Sat May 23 18:55:38 2015 Nathan Roy
** Last update Sat May 23 18:55:52 2015 Nathan Roy
*/
#include "42sh.h"
t_cmd *prep_pipe(t_cmd *cmd)
{
int cur_c... | [
"matthew.lejeune@epitech.eu"
] | matthew.lejeune@epitech.eu |
0c64e9272ae64b2bab7b4d6b30d3b03608b89d5b | a4cf64852bb22804ee6431f1dfdf01643400fd78 | /first_semestr/lab_9_3.c | f025ec1da8dbb8322a574ed5cf378dcf2ff3f507 | [] | no_license | BorisTitarenko/my_labs | 6adb4754037865f4758f5fb6037c539e173a0821 | 4dea89ffbc611830431a1e9a7f390e3ee2ce9c81 | refs/heads/master | 2020-03-19T04:40:33.765277 | 2018-06-04T10:01:31 | 2018-06-04T10:01:31 | 135,852,723 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 430 | c | #include <stdio.h>
#define ARIPHMETIK_PROGRESION(first, second, n) first+(second-first)*(n-1)
#define PRINT_ELEMENT(ARIPHMETIK_PROGRESION, n) printf("The %d element of progresion = %d",n, ARIPHMETIK_PROGRESION)
int main(void){
int first, second, n, element;
scanf("%d", &first);
scanf("%d", &second);
scanf("%d", &n... | [
"specmohnat2309@gmail.com"
] | specmohnat2309@gmail.com |
45cb4518c4fa4a82efc911d6ed5eceb52f1b5568 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/2c0d50cd-057c-45ed-b9d9-70dc8554e189.c | 8cd0cb4bde49bdc89f4e359eb4da65091586eb99 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 253 | c | #include <stdio.h>
int main() {
int i=0;
int j=14;
int k;
int l;
k = 33;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = l/j;
l = l%j;
l = l-j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
063225a9e090aaca1a330567236c215fba039b16 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/extr_hw.c_rtl92de_set_network_type.c | 6224745e6e3c059b414fcd976a6e6bd38739bb68 | [] | 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,301 | 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 |
d305970aa1f3eacff11e0ff1d4eb25d5d5aaf405 | 521809dd4528944e7b70ae69131b7e0a4a15aa8e | /Programmazione1/PortaleAutovalutazione_1718/Lezione5/Es5_PI.c | 8b19299f60ff4700afc2c6db9a697f91498405c5 | [] | no_license | delco97/UNIPI | c1c12289524575362e0b283217be2df19f45e407 | f4884a1f3c9390a62328ac40f14f3a59055dec0f | refs/heads/master | 2020-04-05T00:17:50.041707 | 2019-02-09T17:07:00 | 2019-02-09T17:07:00 | 156,391,375 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 469 | c | #include <stdio.h>
float power(float x, int n){
float res = 1.0;
while(n>0){
res*=x;
n--;
}
return res;
}
float approx_pi(int n){
float res = 0;
for(int i= 0, j=1; i<n ;i++,j+=2){
printf("i %d: res = %f + ( %f * (4.0 / %f) )\n",i,res,power(-1.0,i),(float)(j));
res+= power(-1.0,i) * ( (float)4.0 / (f... | [
"noreply@github.com"
] | delco97.noreply@github.com |
b241a209d1adf25b2358896f2461ba08836c2a56 | 40b1c13b3b9c6bba43bb0ac0f07431a8a409ca0c | /miod_support/cruntime/m_smartptr.c | aa79c6ed5b8854c79bde78a5e5905c7a9fb06332 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | exhu/miod | 0b7d8188bc551deb7a0055061722ef8055a09c5c | 8dc45155266e120aa6cdc4d46ed510eef772d6cd | refs/heads/master | 2021-01-23T12:25:39.597283 | 2017-01-28T13:17:57 | 2017-01-28T13:17:57 | 1,990,583 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,032 | c | // OBSOLETE
#include "m_smartptr.h"
#include <malloc.h>
#if 0
static void dec_ref(m_smart_ptr *psp) {
if (psp->object == NULL)
return;
if (psp->weak)
psp->object->weak_counter -= 1;
else {
psp->object->strong_counter -= 1;
if (psp->object->strong_counter == 0) {
... | [
"ybxsoft@tut.by"
] | ybxsoft@tut.by |
538b46b129a45964086b1b145bba22bb9cc32682 | 536af519f338b0412b7880a7bc7887a7db5b21f3 | /Cmds.h | 5e8041640aaf93c868146639b6965399f3d834d3 | [] | no_license | f16falcona46/Tcl-Eigen | 0662bdc8e23a5f580a784ae83695b2e37ba64a16 | c60442a7ef38fcf25661e7fb701bce9a264a2da7 | refs/heads/master | 2021-01-19T11:57:56.044441 | 2017-04-16T04:40:38 | 2017-04-16T04:40:38 | 88,006,990 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 505 | h | #include <tcl.h>
extern "C" {
int Matrix_RegisterCmds(Tcl_Interp* interp);
int Matrixd_Cmd(ClientData cdata, Tcl_Interp* interp, int objc, Tcl_Obj* const objv[]);
int Madd_Cmd(ClientData cdata, Tcl_Interp* interp, int objc, Tcl_Obj* const objv[]);
int Msub_Cmd(ClientData cdata, Tcl_Interp* interp, int objc, Tcl_Obj* c... | [
"li07.jason@gmail.com"
] | li07.jason@gmail.com |
f59e0c1c7955e94f8909176734f7be6e208af086 | 2724c5a190f8b626a2c693c40e943af4ae32bec0 | /CMSIS/NN/Tests/UnitTest/TestCases/TestData/depthwise_eq_in_out_ch/output_shift_data.h | 3582b565b0bf28e3189278e1cf07a2b2aee48970 | [
"Apache-2.0"
] | permissive | nxrtos/cmsis-pi-rp2040 | de70f95bec0fdef496c8661ad9d7948d27ca835a | 640dd3054067dd6f4eaf49aae2446dc6293bb130 | refs/heads/master | 2023-07-10T04:51:23.674187 | 2021-06-04T14:25:43 | 2021-06-04T14:25:43 | 397,782,005 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 869 | h | /*
* Copyright (C) 2010-2020 Arm Limited or its affiliates. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
* 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
*
* www.apache.... | [
"khockuba@vergewave.com"
] | khockuba@vergewave.com |
f640c09b2163897ef9a3f22a739cd4da9ed9215c | 39572f9d288539d8cd7203d4a1088702528588d6 | /include/sandbox_test.h | c7f3d6b71e7dfaed073df4b33afb70d7c35a88f4 | [] | no_license | VultrGameEngine/Monopoly | ad2b685b2dbd0e863812e0a0cd6bc88afdb5c260 | 0114b51df28d836dbe205f14154f206f23723e60 | refs/heads/master | 2023-08-21T20:13:31.403282 | 2021-10-24T20:02:06 | 2021-10-24T20:02:06 | 370,513,412 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 337 | h | #pragma once
#include <vultr.hpp>
struct SandboxTest : public Game
{
SandboxTest(void *p_engine);
void register_components(Vultr::Engine *e) override;
Scene *init_scene(Vultr::Engine *e, Vultr::World *world) override;
void flush(Vultr::Engine *e) override;
void set_imgui_context(ImGuiContext *conte... | [
"brandon.shihabi@gmail.com"
] | brandon.shihabi@gmail.com |
6ced5f007fde5e879efc8ae54fdb7e4c91706af8 | 9deafc4302285b15971b38ea01a961f50dddc955 | /Day14.c | 83554774ecafef952043722a3d6d416e46502078 | [] | no_license | Abhirami2001/Learn-to-Code---21 | a54f058c34f29f596cf61e6802790de12dbbcfee | 1038844370211ba4574c484dc8d0ce3245843dec | refs/heads/main | 2023-05-14T19:03:26.340202 | 2021-06-10T16:32:01 | 2021-06-10T16:32:01 | 366,938,634 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 337 | c | Write a C Program to read a 2D Array and then display it.
#include <stdio.h>
int main()
{
int c,b,m,n,a[10][10];
scanf("%d%d",&c,&b);
for(m=0;m<c;m++)
{
for(n=0;n<b;n++)
{
scanf("%d",&a[m][n]);
}
}
for(m=0;m<c;m++)
{
for(n=0;n<b;n++)
{
printf("%d ",a[m][n]);
}
printf("\n");
} ... | [
"noreply@github.com"
] | Abhirami2001.noreply@github.com |
4f485ca6038a3c209663b0cd1f40d288f4fb1b0b | f9b31f19a21c61ed6f130cb14e3d25f0f0e0c206 | /Pods/Headers/Public/SPDebugTool/NSURLSession+LL_Network.h | 7a1425c752dbc21c03dd64dbcb3fce5459413850 | [] | no_license | lishiping/lishipingTest | 46d9db26eaafbc33bb1757a7f12ed04e786b96a8 | 693eccdccd6188a3e1292930dd22ad3bd2364943 | refs/heads/master | 2023-05-03T05:18:23.056558 | 2021-05-13T09:25:56 | 2021-05-13T09:25:56 | 114,606,219 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 103 | h | ../../../SPDebugTool/SPDebugTool/Core/Component/Network/Function/NSURLSession/NSURLSession+LL_Network.h | [
"lishiping@koolearn.com"
] | lishiping@koolearn.com |
cbcc62470ab898839b72acb953834b00831666ec | a41ad5d8de802cc1a9f60ed7da25f64b76547faa | /tools/testrom_sim.c | ff18647bea7a095d3dfcfbe305c4e9d268705170 | [] | no_license | bitfixer/bf-romulator | a0c4d544f514984f99802408a57116ca645d5063 | 03ad85e917bbd058c99caf8248767ecf64a263fc | refs/heads/master | 2023-08-28T06:16:06.927291 | 2022-10-10T06:29:57 | 2022-10-10T06:29:57 | 234,614,069 | 124 | 18 | null | 2022-07-10T09:59:47 | 2020-01-17T18:44:15 | C++ | UTF-8 | C | false | false | 3,073 | c | #include <stdio.h>
#include <stdint.h>
#include <string.h>
extern void reset6502();
extern void step6502();
extern uint32_t clockticks6502;
uint8_t RAM[65536];
uint8_t overrideRAM[65536];
uint16_t stuckHigh;
uint16_t stuckLow;
uint16_t badAddress;
uint16_t stuckLowOnAddress;
uint8_t read6502(uint16_t address)
{
... | [
"mhill@twitter.com"
] | mhill@twitter.com |
24c65013b0308a564efb4d31b92c1dd66b9b180a | be10b2b41bda441ff0d8e8e587f41708295235b1 | /src/trigger/ftof.s_separate_functions/ftoflib.h | dc5c85fbab78a5479395d116a70bfb8cd6cba44f | [] | no_license | JeffersonLab/clas12-clon | 598fc7c9a6ffede9c125de8175294c3ad388b417 | 3a4161b320bf017db8b4c9fd13fe902441460a9f | refs/heads/master | 2021-01-01T16:14:02.430524 | 2020-06-09T20:50:49 | 2020-06-09T20:50:49 | 40,379,146 | 0 | 6 | null | 2018-02-13T15:41:49 | 2015-08-07T20:12:49 | Objective-C | UTF-8 | C | false | false | 2,035 | h | #ifndef _FTOFLIB_
#include <ap_int.h>
#include <hls_stream.h>
#include "hls_fadc_sum.h"
#ifdef __cplusplus
extern "C" {
#endif
/* ftoflib.h */
#define NSECTOR 6
#define NSLOT 12
#define NSTRIP 62
#define NCHAN 48
#define NHIT NSTRIP
#define NH_READS 8 /* the number of reads-write for streams, AND the numbe... | [
"boiarino17@gmail.com"
] | boiarino17@gmail.com |
379571723c57ecd07851abf580458faef27f465b | 3e09c8b83253d5bbeea71dcfb5a8ec02c38db398 | /CvGameCoreDLL/PlotRange.h | fba1200de0368227c13c2d9e1e4287c04d4e2293 | [] | no_license | rytisbitcoin/AdvCiv | 94187e7d04d3dac00c43a69bf733d8e01c1b63fb | 7fb51361820a93977544971d3bc62599e99d4f98 | refs/heads/master | 2021-03-28T01:52:22.500124 | 2020-03-14T17:12:26 | 2020-03-14T17:12:26 | 247,820,146 | 0 | 0 | null | 2020-03-16T21:30:32 | 2020-03-16T21:30:31 | null | UTF-8 | C | false | false | 220 | h | #pragma once
#ifndef CIV4_PLOT_RANGE_H
#define CIV4_PLOT_RANGE_H
// advc.plotr: Wrapper header
#include "PlotRadiusIterator.h" // includes CvMap.h, CvPlot.h
#include "CityPlotIterator.h" // includes CvCity.h
#endif
| [
"no.m@il.specified"
] | no.m@il.specified |
0d67cefeeb2b1de80329c17e07fc589b4d0c0572 | 21885ff6ca2d2ff9e4e7dfedc10dc6a5b0307591 | /2021-5-14/SeqList.c | 57c3b5e9d2ef228cad29dee2ddda2ee43ec84b42 | [] | no_license | luggage6/- | f756922899493041c3b4fec2dec710a72cb75466 | d0307e451cdacc9016c6a39d9abb2f13d5272b4c | refs/heads/main | 2023-06-26T21:40:59.425771 | 2021-07-26T14:25:58 | 2021-07-26T14:25:58 | 366,707,942 | 2 | 0 | null | null | null | null | GB18030 | C | false | false | 1,762 | c | #include<stdio.h>
#include<stdlib.h>
#include<assert.h>
#include<string.h>
#include<assert.h>
#include<windows.h>
#pragma warning(disable:4996)
typedef int hh;
typedef int Datatype;
//建立一个顺序表
typedef struct Seqlist
{
Datatype* a;
int size;//有效数据的个数
int capecity;//有效数据的个数
}SL;
//给你一个数组和一个数值,删去数组中数值为既定数值的数
int remove... | [
"1349555022@qq.com"
] | 1349555022@qq.com |
6db7abcb1859f148aea0c3bc527e92b5d2d49b40 | 7cdc917a42fc3caadd65b7bc13c1dd860e891b3f | /x.categories/deitel/C Programming/CH03/FIG3_6.C | 4224e4540923c7b99a3c06312eb6b6eb880d4c23 | [] | no_license | pstivers3/clearn | 13cf672ee513d00a74cee684a289032a523006ea | 12f75e57826b16001835edec1ca18634924e1f9e | refs/heads/master | 2020-05-23T03:01:12.825150 | 2020-04-13T23:21:04 | 2020-04-13T23:21:04 | 48,219,425 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 569 | c | /* Class average program with
counter-controlled repetition */
#include <stdio.h>
main()
{
int counter, grade, total, average;
/* initialization phase */
total = 0;
counter = 1;
/* processing phase */
while (counter <= 10) {
printf("Enter grade: ");
scanf("%d", ... | [
"pstivers3@comcast.net"
] | pstivers3@comcast.net |
3add236c88a0b08e81dbe905c65388ead0930805 | 537bd74a71be74a1808418633d1c9295af2d3470 | /srcs/main.c | 0c7b0d3be81c5501793bb936cf6e3adeedea7eb7 | [] | no_license | rim31/42scop | f6112e41850e79822423437f3162c0a3593f51c6 | be02b85d7359f32ca71e0b10dfd61547fd6e34bd | refs/heads/master | 2020-03-15T05:31:55.333984 | 2018-05-11T13:12:47 | 2018-05-11T13:12:47 | 131,990,511 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,874 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.c :+: :+: :+: ... | [
"oseng@vente-privee.com"
] | oseng@vente-privee.com |
5f06e9e8a7c5045907fc281624917f066dda5210 | da6670314d6bacab052e30610fc2a8698ad94443 | /ThesisCode/Simulink/slprj/grt/_sharedutils/rtw_shared_utils.h | 2ef0dc775bf8d863ec9aa5a12e7c3345adf4a701 | [] | no_license | deepakgopinath/RAS_Final | 665cd8d907825b89aad9592a7f8076474dd1cb3c | b009c034771191b66e560fd586b2322b79b94876 | refs/heads/master | 2021-01-17T18:00:26.434164 | 2017-04-05T13:48:31 | 2017-04-05T13:48:31 | 63,706,113 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 838 | h | /*
* File: rtw_shared_utils.h
*
* Code generation for model "GenerativeArmModelWithRestoring".
*
* Model version : 1.124
* Simulink Coder version : 8.5 (R2013b) 08-Aug-2013
* C source code generated on : Mon Mar 16 10:19:38 2015
*/
#ifndef RTW_HEADER_rtw_shared_utils_h_
#define RTW_HEADER_rtw_share... | [
"musicmagic@gmail.com"
] | musicmagic@gmail.com |
8b5180fce4f671ababef6e9c9613aa80af316581 | 087946adaef45f69b8a74ce7dba72401af5dffca | /custom/p200/kernel/battery/battery/cust_battery_meter.h | 0eb9499db0f6cc8cfbfdf50084d1d62d7c5c20f6 | [] | 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 | 2,498 | h | #ifndef _CUST_BATTERY_METER_H
#define _CUST_BATTERY_METER_H
#include <mach/mt_typedefs.h>
// ============================================================
// define
// ============================================================
//#define SOC_BY_AUXADC
//#define SOC_BY_HW_FG
#define SOC_BY_SW_FG
//#define CONFIG_DIS_... | [
"lihaijiang@infocomiot.com"
] | lihaijiang@infocomiot.com |
143d7b21f08d0d2aacfb97950ce352347af6d6e7 | 26cbd9ce4597d35707ea5864eb6aa6bc45ad5848 | /sr_protocol.h | fef5024c802d022d4d1524e50e7f685dae8fc98b | [] | no_license | vkarihaloo/CS144-3 | 315df54c394ec6e53057251f28d469d5d9299c45 | 75e512cb4fe91a5a0d55f86077363b334b1a34b2 | refs/heads/master | 2020-12-25T17:05:30.271393 | 2013-12-05T08:37:26 | 2013-12-05T08:37:26 | 62,328,673 | 1 | 0 | null | 2016-06-30T17:07:39 | 2016-06-30T17:07:38 | null | UTF-8 | C | false | false | 5,344 | h | /*
* Copyright (c) 1998, 1999, 2000 Mike D. Schiffman <mike@infonexus.com>
* 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 copy... | [
"kweihao@gmail.com"
] | kweihao@gmail.com |
f444613fbcdf451efacd5b48e35a2d9079c95970 | 897d1a37efdbd2236efd47e011ee55a2c797b5c9 | /cyberstakes/2020/can_you_look_this_over/ssh/auth-chall.c | e108a72f21788276272dc8083f2fdfc8076e0325 | [
"LicenseRef-scancode-public-domain-disclaimer",
"SSH-OpenSSH",
"BSD-3-Clause",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | anthonycab15/Writeups | 3a3837051e7d58c483b21a5f3c53831dd5cce4fd | 487c5f63073befc156e7947fa0aaaada2064df2c | refs/heads/master | 2022-11-14T10:38:39.913178 | 2020-07-06T16:01:49 | 2020-07-06T16:01:49 | 280,607,673 | 1 | 0 | null | 2020-07-18T07:41:04 | 2020-07-18T07:41:04 | null | UTF-8 | C | false | false | 2,760 | c | /* $OpenBSD: auth-chall.c,v 1.13 2013/05/17 00:13:13 djm Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. 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 ... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
957c9ac81153b564d87d1ee337392268df5af7a5 | b051850858b8993c4ae82237d2f442eede42c981 | /lcd/lcd_hd44780_i2c.c | 2e1b3743347cbe85e444615bf8efbbb998b21a30 | [] | no_license | guesswho461/cakeio | 0ea542b431bea4462364b6fc5447abfcef4eddde | d4fd86b7c571ee46f8b792b9a460bd9c91a56ee8 | refs/heads/master | 2023-06-16T06:06:44.554947 | 2021-03-01T17:36:56 | 2021-07-14T11:08:36 | 386,494,376 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,942 | c | /**
* Copyright Nikita Bulaev 2017
*
* STM32 HAL libriary for LCD display based on HITACHI HD44780U chip.
*
* THIS SOFTWARE IS PROVIDED "AS IS"
* AND ANY EXPRESS, IMPLIED OR STATUTORY WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
* PARTICULAR PURPOSE AND N... | [
"guesswho461@gmail.com"
] | guesswho461@gmail.com |
72c8fadb184814e1e8656d79588660910fb06a4d | 524591f2c4f760bc01c12fea3061833847a4ff9a | /arm/usr/lib/openmpi/include/openmpi/ompi/request/grequest.h | 9ef38639cd64bc3ee77fa052abd0f8fed74a87ee | [
"BSD-3-Clause"
] | permissive | Roboy/roboy_plexus | 6f78d45c52055d97159fd4d0ca8e0f32f1fbd07e | 1f3039edd24c059459563cb81d194326fe824905 | refs/heads/roboy3 | 2023-03-10T15:01:34.703853 | 2021-08-16T13:42:54 | 2021-08-16T13:42:54 | 101,666,005 | 2 | 4 | BSD-3-Clause | 2022-10-22T13:43:45 | 2017-08-28T16:53:52 | C++ | UTF-8 | C | false | false | 3,318 | h | /*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2005 The University of Tennessee and The University
* of Tennessee Resea... | [
"simon.trendel@tum.de"
] | simon.trendel@tum.de |
db5d0524097f0ddb2f699e0572c546e8c96a4e46 | 9b5116e70ae1cbc10a058747bc2c36bc4159158d | /filterdoubleFcb/Des.h | f22b053b3883c190245d4d78f0e91afcbd0ec7aa | [] | no_license | wjcsharp/SfilterdoubleFcb | 37da44edff73fc453cded1af1cb7e8458c8706dd | 0257b1b22ba302fa3150dae9148acaee95dac018 | refs/heads/master | 2020-06-05T03:20:22.594044 | 2019-06-09T17:02:32 | 2019-06-09T17:02:32 | 192,295,926 | 1 | 0 | null | 2019-06-17T07:25:12 | 2019-06-17T07:25:11 | null | UTF-8 | C | false | false | 552 | h | /* Deprecated/legacy */
#ifndef HEADER_Crypto_DES
#define HEADER_Crypto_DES
#ifdef __cplusplus
extern "C" {
#endif
typedef struct TRIPLE_DES_KEY_STRUCT
{
unsigned __int32 k1[32];
unsigned __int32 k2[32];
unsigned __int32 k3[32];
unsigned __int32 k1d[32];
unsigned __int32 k2d[32];
unsigned __int32 k3d[32];
} ... | [
"260435988@qq.com"
] | 260435988@qq.com |
dcbd9c56114f7cfea6d9134faa71d08ce716ff45 | f916c3d0a2a0fc396ae57684bf36a4cef8eb52ef | /src/freqCalc.h | 8b8a50181576f366ed0db4d951818c4ce559663e | [] | no_license | sinanshi/sdcMicro | 90dc16df144ec4b021cb48ee4a1741d609b3e5a0 | aa8ea849ab70c1ce331cf507e3bec33d4589b17a | refs/heads/master | 2021-01-12T14:32:48.506278 | 2016-09-09T10:46:41 | 2016-09-09T10:46:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,778 | h |
/**
* Stata plugin for computing risk of data disclosure
*
* @author: Pascal heus (pascal.heus@gmail.com)
*
* adapted for R by Bernd Prantner and Alexander Kowarik
* Developed with the financial and technical support of the
* International Household Survey Network
* http://www.surveynetwork.org
*
... | [
"alex@kowarik.net"
] | alex@kowarik.net |
f6647c23ee4680453988ac62611c34e033f48a5a | 8548a5f2ada2b29f8213e31bcc71395a7bc68a05 | /algoritimo-e-programacao/LinguagemC-parte13-Arquivos/exemplo_1.c | c84a9eae6e88cd0fc53271d304cf8a82e55c52d4 | [] | no_license | ruanlas/TADS2015 | d938952b5a2254da06d41dbf9866e32ee5de494d | 788d918be349c88dc7a88032e0397f9eaed0af38 | refs/heads/master | 2021-01-01T20:03:39.613477 | 2018-02-18T14:37:13 | 2018-02-18T14:37:13 | 98,750,618 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 160 | c | #include<stdio.h>
int main()
{
FILE *arq;
arq=fopen("teste1.txt","w");
fprintf(arq, "Ola,mundo!!!!\n");
fclose(arq);
return 0;
}
| [
"ruanluiz.as@gmail.com"
] | ruanluiz.as@gmail.com |
0febd562dd6cd24ee5c76fc4846cf4073d2ca73b | d8e7a11322f6d1b514c85b0c713bacca8f743ff5 | /7.6.00.32/V76_00_32/MaxDB_ORG/sys/src/eo/heo11_1.h | a5ae6c23b4eb21d1c9ce20ebf0032c4bcfa46f29 | [] | no_license | zhaonaiy/MaxDB_GPL_Releases | a224f86c0edf76e935d8951d1dd32f5376c04153 | 15821507c20bd1cd251cf4e7c60610ac9cabc06d | refs/heads/master | 2022-11-08T21:14:22.774394 | 2020-07-07T00:52:44 | 2020-07-07T00:52:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,719 | h | /*!
@file heo11_1.h
@author JoergM
@special area xparam
@brief description ...
@see example.html ...
\if EMIT_LICENCE
========== licence begin GPL
Copyright (c) 2000-2005 SAP AG
This program is free software; you can redistribute it and/or
modify it ... | [
"gunter.mueller@gmail.com"
] | gunter.mueller@gmail.com |
6f12d85fb07a800476fc651be6ac675ba2614e21 | ef1340ae0a739409ad78f703555e65147e7163ab | /DSA_01_Sort/quick soft.c | d6bea80158ae663b4d3a663bf77f6555f44d471b | [] | no_license | PhanVanHao/SE_TEAM | 2bd970a7bcf40fc825676ca7344481d927f644b7 | 4735d63abe32c5f483bfb839d1ee811ff293a073 | refs/heads/master | 2020-06-09T21:20:38.406829 | 2016-12-10T12:59:08 | 2016-12-10T12:59:08 | 76,106,445 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,190 | c | #include<stdio.h>
#include<stdlib.h>
#include<time.h> // thu vien de khoi tao tham so cho ham rand()
#define swap(type, a, b) {type temp = a; a = b; b = temp; } // hang hoan vi
void quickSort(int *a, int l, int r)
{
srand(time(NULL)); //khoi tao tham so ham rand()
int key = a[l + rand() % (r-l+1)]; //la... | [
"haouno@gmail.com"
] | haouno@gmail.com |
f29bec781e0704a666631770a2d2c8333107c394 | 66cfa9de229ae79951570231763cdb72bd7927ca | /domx/omx_core/inc/OMX_Video.h | 3cd1a09f74260fb94b44c1dd929d5b18c9b5f622 | [
"Apache-2.0"
] | permissive | dhiru1602/android_device_lge_u2-common | 140784aaa0bba8552a173317e30f86d71d53876d | 57e8529b2a4295fdc22e80cc073a4d6fc59a26fa | refs/heads/cm-11.0 | 2016-09-05T11:09:01.162199 | 2014-10-11T13:42:35 | 2014-10-11T13:47:06 | 18,773,277 | 1 | 5 | null | 2014-07-10T13:29:46 | 2014-04-14T19:21:46 | C | UTF-8 | C | false | false | 44,524 | h | /* ------------------------------------------------------------------
* Copyright (C) 1998-2009 PacketVideo
*
* 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.o... | [
"cvr.dheeraj@gmail.com"
] | cvr.dheeraj@gmail.com |
6b26d173378fb9f77e92894c6951b35a9d5cba7e | 3fe2dc003d6a86fcb76f879f972cc34c4fe34dfe | /functions/stdlib/atol.c | df17e83d44b15c912ac163831b3d0b29b0cf64f7 | [
"CC0-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | XboxDev/nxdk-pdclib | e166f977349f3cbbb1a43332a4a49c5d8e725c5b | 5a3a4c6170f4d544230a43b1575812eeb709514c | refs/heads/nxdk | 2023-08-25T11:59:28.595459 | 2022-07-20T14:38:08 | 2022-07-20T23:45:39 | 157,954,963 | 16 | 12 | CC0-1.0 | 2023-07-25T02:56:35 | 2018-11-17T05:47:03 | C | UTF-8 | C | false | false | 423 | c | /* atol( const char * )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
*/
#include <stdlib.h>
#ifndef REGTEST
long int atol( const char * s )
{
return (long int) _PDCLIB_atomax( s );
}
#endif
#ifdef TEST
#include "_PDCLIB_... | [
"solar@rootdirectory.de"
] | solar@rootdirectory.de |
11ba2eeedb3aeb123977aeebb239009ef9d39c38 | be76190bb9e052f26cb8c85a09652df6a18b6811 | /src/Specific/solinas32_2e212m29_8limbs/freeze.c | 6c723743ba7baa7a51dc33bfc7349f9923458a56 | [
"MIT"
] | permissive | fajb/fiat-crypto | 8cfe76373217240d565ad79dc8ed100a4b4f723f | 9ca6e4edc8aeab2da5af5566658d2bcf7e9c080a | refs/heads/master | 2021-06-12T01:30:46.953705 | 2018-10-04T09:26:08 | 2018-10-04T11:55:26 | 150,224,982 | 0 | 0 | MIT | 2018-09-25T07:31:00 | 2018-09-25T07:31:00 | null | UTF-8 | C | false | false | 3,799 | c | static void freeze(uint32_t out[8], const uint32_t in1[8]) {
{ const uint32_t x13 = in1[7];
{ const uint32_t x14 = in1[6];
{ const uint32_t x12 = in1[5];
{ const uint32_t x10 = in1[4];
{ const uint32_t x8 = in1[3];
{ const uint32_t x6 = in1[2];
{ const uint32_t x4 = in1[1];
{ const uint32_t x2 = in1[0];... | [
"jgross@mit.edu"
] | jgross@mit.edu |
ca1fb717117193e8a16c2fc35287b05386ab4820 | e87abe36af9fdea24966f9f01a7c205066a9751f | /koheron-sdk/boards/alpha250/patches/fsbl/UtilityFunctions.h | b9c5b4dc84e93e4128ff1d77b421aa09d16a24fd | [
"MIT"
] | permissive | sballin/GPI_W7-X | 545863ece896775a13ccd2a13486cd9f5b2bd3e7 | 163e9bc8fd75ae11ab266e2c9b16a65ecf0ccd68 | refs/heads/master | 2022-08-29T16:16:41.801150 | 2022-08-09T17:29:30 | 2022-08-09T17:29:30 | 152,009,041 | 2 | 1 | null | 2020-12-20T21:31:59 | 2018-10-08T02:44:01 | Tcl | UTF-8 | C | false | false | 4,613 | h | /** \file UtilityFunctions.h
* \brief Header file for utility functions.
* \author Garry Jeromson
* \date 18.06.15
*/
#pragma once
//-------------------------------------------------------------------------------------------------
// Includes
//--------------------------------------------------------------------... | [
"sean.ballinger@gmail.com"
] | sean.ballinger@gmail.com |
02fb69fc5144dd683565f40a9887904dd2cc1236 | 127b7c4ecb05dc9d0dc9b44090d94e630bc51314 | /JNI_2016.12.20_单镜头/jni/myjni.h | f99e289ef51afb4cb8a3dc5133954cb62ef6111d | [] | no_license | napoleon30/DoubleCamera | e4fd6dd6fbe71e1ccff6db8b7b62d1b8b82ce432 | 49ed70948f298fe9f2dda75c99dffa1bf23f4d56 | refs/heads/master | 2021-05-11T16:27:13.585974 | 2018-01-17T01:15:09 | 2018-01-17T01:15:09 | 117,764,174 | 5 | 3 | null | null | null | null | UTF-8 | C | false | false | 862 | h | #include <jni.h>
#ifdef __cplusplus
extern "C" {
jboolean Java_cn_sharelink_view_RtspVideoView_StartRtsp(JNIEnv* env, jobject thizz, jstring url);
int Java_cn_sharelink_view_RtspVideoView_GetWidth();
int Java_cn_sharelink_view_RtspVideoView_GetHeight();
jboolean Java_cn_sharelink_view_RtspVideoView_Decoder();
jboolea... | [
"522605007@qq.com"
] | 522605007@qq.com |
12b395682f71567f743b41d843d8e014e29aa2ab | 78b2c0e948a9b44d416f984b05fb66c0396e370e | /C challenges/enum and char.c | 73edb11b0f6ec3500bfb5aa7738a65349450dc40 | [] | no_license | 10priyanshudhiman/Challenges | 750f267c6902cee6f51b0d0712d0809c70f54311 | 0354a3c7561e83397c0e1e92464ab6e0fd4c2368 | refs/heads/main | 2023-06-17T02:11:33.280217 | 2021-07-17T19:59:50 | 2021-07-17T19:59:50 | 363,242,049 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 191 | c | #include<stdio.h>
int main()
{
enum gender {male,female};
enum gender myGender;
myGender = male;
enum gender anotherGender = female;
printf("%d",myGender);
}
| [
"noreply@github.com"
] | 10priyanshudhiman.noreply@github.com |
232b8eabd567a6742ddeff37637a23df88633bea | c4af44519c18ac1af6e92394fc3940e5240658cd | /BiVo_EMF32GG12/Modules/USB_Com/serial_usb_drv.c | 4f8f9740bb2e44f8333d14a6b2d329fb8c257701 | [] | no_license | NAU-SongBirds/BiVo-Backend-Public | fafd909a98a334f12549b8cfb56e4341fa27b359 | dbd17c382c80f029a8016d0094bfd945269abc59 | refs/heads/master | 2023-04-21T19:52:27.855832 | 2021-05-01T18:14:24 | 2021-05-01T18:14:24 | 362,297,126 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,568 | c | /** @file serial_usb_drv.c
* @brief Serial USB Driver
*
* This driver manages the specific functionalities needed to run a serial
* link to the desktop application over a USB cable using the debug chip's
* virtual communication port. The Thunderboard has two micro-USB ports, the
* VCOM connects to the port on the... | [
"98d.mercado@gmail.com"
] | 98d.mercado@gmail.com |
54c4398008c095c7104fbbe2a5aa9e3bb3bb8a53 | c804327a41128b4cc2ac6872c998a67b1eb4b8ec | /demo07/str2num.c | 97a053e6939dc268f6b7350998d967c70b95f725 | [] | no_license | yiluhukai/C- | a3c5499b30e0b916ea3843e69deddebaf186f8ca | 682f246476e7fb2ad85148fc9cc08008780a3e1b | refs/heads/master | 2021-07-05T01:54:43.931699 | 2020-08-23T17:32:16 | 2020-08-23T17:32:16 | 162,904,412 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 492 | c | //
// Created by 86177 on 2019/6/7.
//
// 字符串转数字
// "123" ---> 123
#include <stdio.h>
int str2num(const char * str){
int sum =0;
while(*str >= '0' && *str <= '9'){
//获取的时字符对应的数字
int i = *str - 0x30;
sum = sum*10+i;
//指向字符的下一位
str++;
}
... | [
"13149285293@163.com"
] | 13149285293@163.com |
6ed91d0f4f2301a1aceeb2526da46eb53307c07c | 9babaf2843fbaecb9d669205a724c1b6c6fcf926 | /lzkn3/main.h | 7b33dffb350c0b05d0618e6f40d2fef2cbae7863 | [] | no_license | JuanVCS/lzkn | b6dffe13101083449de1b8a10f5f75e28d7ad619 | c84e9b1bcb6f9b657f963fdb25dc7b04b224b535 | refs/heads/master | 2023-07-28T12:15:28.663999 | 2021-09-14T18:46:14 | 2021-09-14T18:46:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 708 | h | #ifndef SIM__HEADER
#define SIM__HEADER
#ifdef _WIN32
/* You should define ADD_EXPORTS *only* when building the DLL. */
#ifdef ADD_EXPORTS
#define ADDAPI __declspec(dllexport)
#else
#define ADDAPI __declspec(dllimport)
#endif
/* Define calling convention in one place, for convenience. */
#define ... | [
"meffi@lab313.ru"
] | meffi@lab313.ru |
23482b090490e1ae1eb64b0641775c0c2188b1f3 | cb52daafb9a497c1769ddd5f5698aa5e2dcc7fbe | /cml/include/cml/block/double.h | 0a5b88bc9063cf8521cce359c48b456438c531e4 | [
"MIT"
] | permissive | ScientificC/cmathl | 2ebe3b04e5ef3d8578acf9849dff6ceba967791c | 54629e1176f4ec3cc9cafc44573e4227bb87e6ef | refs/heads/master | 2022-10-28T01:35:36.350920 | 2022-10-10T00:16:12 | 2022-10-10T00:16:12 | 95,340,665 | 41 | 7 | MIT | 2022-10-10T00:15:53 | 2017-06-25T05:33:46 | C | UTF-8 | C | false | false | 1,198 | h | #ifndef CML_BLOCK_H
#error "Never use <cml/block/double.h> directly; include <cml/block.h> instead."
#endif
#ifndef CML_BLOCK_DOUBLE_H
#define CML_BLOCK_DOUBLE_H
#include <stdlib.h>
#include <stdio.h>
__CML_BEGIN_DECLS
typedef struct
{
size_t size;
double *data;
} cml_block_t;
cml_block_t *cml_blo... | [
"ulisescf.24@gmail.com"
] | ulisescf.24@gmail.com |
6b403e8536e49c2a0a746d2fd85016887b107430 | 39a9dff38d0117142048a8afaa63c80591def45c | /Array.h | 7aa0b5789da93aa0a3fe1f6979babb53f050d367 | [] | no_license | zhongweidee/DSLib | 8a9416d15ec9ff67c2d6cf540d17ec8f95590391 | ff78d98d2d45f89dd2328ce01c0d187ae4744ab3 | refs/heads/master | 2016-09-06T17:57:18.103355 | 2012-06-19T15:26:11 | 2012-06-19T15:26:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 269 | h | typedef struct{
//struct obstack *obstackPtr;
struct obstack *pool;
size_t lengthOfLastOne;
}Array;
void ArrayAllocFailed(void);
void ArrayNew(Array *arr);
void ArrayPush(Array *arr,void *src,size_t sizeOfSrc);
void *ArrayPop(Array *arr);
void ArrayFree(Array *arr);
| [
"fanasyiszhongwei@gmail.com"
] | fanasyiszhongwei@gmail.com |
f75aa593ecdbed81c945e3a1f09b3a6be8a6e06c | 64f391f6c126371d7d186cecbef7e96efe426046 | /C_EXAMPLES/ESEMPI_DEL_LIBRO/cap18/cap18_06.c | 93eeff01d100dd44cc73e191e2aa0d11f4698f28 | [
"MIT"
] | permissive | lsoffi/EsperienzeDiLaboratorioDiCalcolo201920 | 9feb5495ba92c63557e5cf8dca3582f267b8c4ea | 7a2a821b37cc8dfca527e9afb639a86a8e6c759b | refs/heads/master | 2020-08-01T16:53:04.708893 | 2019-12-01T09:43:30 | 2019-12-01T09:43:30 | 211,052,624 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,025 | c | #include <stdio.h>
#include <stdlib.h>
#define EPSILON 1.e-15
void dumpTableau(double **t, int n, int m) {
int i, j;
printf("Tableau\n");
for (i = 0; i <= n; i++) {
for (j = 0; j <= m; j++) {
printf("%+5f ", t[i][j]);
}
printf("\n");
}
}
int minC(double *line, int size) {
int i = 0, index... | [
"cristiano.demichele@uniroma1.it"
] | cristiano.demichele@uniroma1.it |
8102c69da56da5ee87031c6db8e0df17e9e44aad | c268df27c50abd2e2d30e218ccdb07ab1dbad0b3 | /CKingServer/swoole/swoole_client.c | badf0fffffa0a89d7df1ce792a6016ab7d822a75 | [
"Apache-2.0"
] | permissive | daxingyou/developtest | a3cda75ca271b90cc4ce19941904f7afc3149e4c | 72b8cebbe091dc69e25454b5ff5816713dd1a924 | refs/heads/master | 2021-12-23T22:00:38.503326 | 2017-11-26T07:35:50 | 2017-11-26T07:35:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 69,130 | c | /*
+----------------------------------------------------------------------+
| Swoole |
+----------------------------------------------------------------------+
| This source file is subject to version 2.0 of the Apache license, |
| that is bundl... | [
"473594753@qq.com"
] | 473594753@qq.com |
be014881557c96bd306131548cb80ca72b8064aa | 0a5645154953b0a09d3f78753a1711aaa76928ff | /common/c/nbservices/src/data/data_formatted_text.c | 86563b01a10937d9733fbf497c2b6cb815999f81 | [] | no_license | GENIVI/navigation-next | 3a6f26063350ac8862b4d0e2e9d3522f6f249328 | cb8f7ec5ec4c78ef57aa573315b75960b2a5dd36 | refs/heads/master | 2023-08-04T17:44:45.239062 | 2023-07-25T19:22:19 | 2023-07-25T19:22:19 | 116,230,587 | 17 | 11 | null | 2018-05-18T20:00:38 | 2018-01-04T07:43:22 | C++ | UTF-8 | C | false | false | 7,617 | c | /*
Copyright (c) 2018, TeleCommunication Systems, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of condi... | [
"caavula@telecomsys.com"
] | caavula@telecomsys.com |
b8f116892739da51fefff37f9d1c904fa9d0f4cd | b00c6a8979f61837f669e4a4dcf599b47ca5d904 | /serviceManager.h | c53f441306999d23f2224cbb86d73944bfbb08fb | [] | no_license | ohio813/shutdownonlan | a8f96856bef66d81e4f769ee3b034480d6d782e2 | 80df7789368cfcfd20a65b67585bca3264a7064a | refs/heads/master | 2020-05-05T13:41:08.941007 | 2013-07-19T09:38:26 | 2013-07-19T09:38:26 | 34,894,734 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 648 | h | #include "stdafx.h"
extern SC_HANDLE ghSCManager;
DWORD openServiceManager();
DWORD closeServiceManager();
DWORD installService(LPTSTR sServiceName, LPTSTR sServiceDescription);
DWORD startService(LPTSTR sServiceName);
DWORD stopService(LPTSTR sServiceName);
DWORD uninstallService(LPTSTR sServiceName);
DW... | [
"berendjanwever@gmail.com@accca9d6-c18b-7c8c-13c2-5e270fe4d5b1"
] | berendjanwever@gmail.com@accca9d6-c18b-7c8c-13c2-5e270fe4d5b1 |
01d82b7866c4a7d0bf248d303f0d2c57d0081044 | 8e516235b9233db08f42c3368189a9ac2dc3a467 | /src/zmq_cli.c | 3c3f3cb7ef235d111ece5b7332e0c0aa714d4fa6 | [
"MIT"
] | permissive | tailhook/paperjam | 1ddcd676e76eafe06b2c59eaff6831abbb62b68d | 54f57b95366ef31ae8dc832e0170efb66de58a43 | refs/heads/master | 2021-01-01T20:12:05.184916 | 2012-07-19T09:19:49 | 2012-07-19T09:19:49 | 3,988,527 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,059 | c | #include <assert.h>
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <zmq.h>
#include "pjutil.h"
static void *open_context() {
return zmq_init(1);
}
static void configure_socket(void *sock) {
int opt;
int rc;
optind = 1;
while((opt = getopt_long(cli_options... | [
"paul@colomiets.name"
] | paul@colomiets.name |
043aa6cbd974c09cf7f4620b6e9809c1f0613944 | d95dc1beb1f3681919bf787c9141b1119dc3e9ba | /3rdparty/net-snmp-5.4.3/agent/mibgroup/notification-log-mib/notification_log.c | bf822f0fa9f4067b5db2019d87e343783aca0d02 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause",
"MIT-CMU",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ansartnl/GRANIT | ec26d53a291e98a098e7f1e6bb8812ed9983a8dd | 5f687b47c52444d9f0801414cebe903658678a53 | refs/heads/main | 2022-12-30T14:04:40.779016 | 2020-10-16T09:12:22 | 2020-10-16T09:12:22 | 304,633,662 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 30,059 | c | #include <net-snmp/net-snmp-config.h>
#include <sys/types.h>
#if HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#if HAVE_NETDB_H
#include <netdb.h>
#endif
#include <net-snmp/net-snmp-includes.h>
#include <net-snmp/agent/net-snmp-agent-includes.h>
#include <net-snmp/agent/ds_agent.h>
#include <net-snmp/agent/instan... | [
"50514882+dg-atmsys@users.noreply.github.com"
] | 50514882+dg-atmsys@users.noreply.github.com |
b68c3bd71ee32172f5f65b2c1fe30272e0105e78 | 429813d19c05b568a7f0ca4e704d408921c4d9b9 | /particle.h | 5c6d2ef5550f355d9175709828673edea010bed9 | [] | no_license | rebornplusplus/catch-ghost | 96ddb30e655842bc3be4900b0d2436f82382ad0f | a0f74da4c8b0406512297d4b44024ca9bc8f34b1 | refs/heads/master | 2023-01-24T14:36:19.296521 | 2020-12-13T07:25:02 | 2020-12-13T07:25:02 | 320,842,825 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,831 | h | #ifndef __particle__
#define __particle__
#ifndef __def__
#include "def.h"
#endif
#ifndef __ghost__
#include "ghost.h"
#endif
typedef vector<ghost_t> Vg;
typedef vector<bool> Vb;
typedef vector<vector<bool>> Vvb;
struct board_t {
const static int GC = 5; // particle count
int n; // n by n board
Vvf prob; ... | [
"rebornplusplus@gmail.com"
] | rebornplusplus@gmail.com |
8692a159ac3a6b9cf2ef5db28f7aba78e920eafd | ccf500b6aed04bc397c267595154e0452ce7d656 | /Math_vector4_v_classes.h | f2495fb60494cfad393aadce6db80c2e41706977 | [
"MIT"
] | permissive | NotDiscordOfficial/Fortnite_SDK | 775361ea044a22f508c0a8b42eb9ffdf12662aca | 58f8da148256f99cb35518003306fffee33c4a21 | refs/heads/main | 2023-05-25T23:47:11.201029 | 2021-06-09T03:55:35 | 2021-06-09T03:55:35 | 375,217,755 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,309 | h | // SolarisGeneratedClass Math_vector4_v.vector4_v
// Size: 0x58 (Inherited: 0x28)
struct Uvector4_v : UObject {
char pad_28[0x20]; // 0x28(0x20)
float __verse_0x6F57CF8F_x; // 0x48(0x04)
float __verse_0x0A307337_y; // 0x4c(0x04)
float __verse_0xE49FC625_z; // 0x50(0x04)
float __verse_0x3947ACD7_w; // 0x54(0x04)
s... | [
"83149379+NotDiscordOfficial@users.noreply.github.com"
] | 83149379+NotDiscordOfficial@users.noreply.github.com |
d006c3a9a4c83659ec05e5796a9859a46652bb85 | 9bed6bcea6f69feeff6c8546be43e2440dc73f51 | /ch4/absyn.h | fc892b6908fd382dd797d8c7bf1b17837b56045b | [] | no_license | Nagendersinghh/tiger | e574096b83838fad1463a1746b9e82f5c09079f5 | 0b8160162f97ca849fad19b1c0ca6a45e69590d1 | refs/heads/master | 2021-01-21T14:33:38.959717 | 2017-07-12T15:54:52 | 2017-07-12T15:54:52 | 95,302,948 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,944 | h | /*
* absyn.h - Abstract Syntax Header (Chapter 4)
*
* All types and functions declared in this header file begin with "A_"
* Linked list types end with "..list"
*/
/* Type Definitions */
typedef int A_pos;
typedef struct A_var_ *A_var;
typedef struct A_exp_ *A_exp;
typedef struct A_dec_ *A_dec;
typedef struct A... | [
"nagendersinghh@gmail.com"
] | nagendersinghh@gmail.com |
7427222ca07e55488af0468bdb2f19a9efd1ae41 | b99c18078b6ecbd3ee85af7cbaa6ff69169c7778 | /TMVA/DYPtZ_HF_BDTCut.C | 3d47884c1ef8452cbd8d182557330134b6debd56 | [] | no_license | rbartek/usercode | 98b963055aa29325a1828151c893e478c5840388 | 303e6ba51e09bd334961d25422e6cbb04f4eee2d | refs/heads/master | 2016-09-06T14:12:33.291275 | 2013-03-01T19:37:13 | 2013-03-01T19:37:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 42,365 | c | /**********************************************************************************
* Project : TMVA - a Root-integrated toolkit for multivariate data analysis *
* Package : TMVA *
* Exectuable: DYPtZ_HF_BDTCut *... | [
""
] | |
a17ee24423970c4749f0f39737a3d9cfd1d799b3 | 24fa6deaeba6525efe6f33d11538af763e43c176 | /ft_itoa.c | 7669ecf25f95b90682e9cf5be171e3596c8503a9 | [] | no_license | mmbatha/C_Library | 08930b78295d11d54e4473b9be998cb12e87dd6e | 0957ef86427dbb2b2e8cbec1f404fcfd0b8201cc | refs/heads/master | 2020-03-19T07:33:42.048210 | 2019-11-08T09:08:32 | 2019-11-08T09:08:32 | 136,124,923 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,512 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_itoa.c :+: :+: :+: ... | [
"mmbatha@e5r4p4.wethinkcode.co.za"
] | mmbatha@e5r4p4.wethinkcode.co.za |
cc2bf52690044b4fb63c2afacbf79cd32de7cd1d | 2472c143df06ff0606cc6ccec7392d12eaf399ac | /lua/luajit/lj_api.c | 8fa2bc2b8675c6dbaa319d3e4b5fe2903b9ac9ca | [] | no_license | catree/lbcpp | 35364ad8a2a9318329ebeeb6352d8f9f352f9bbb | c890b70de2aa0febf0d3d20dcc5b0ba4aa2c8a5f | refs/heads/master | 2021-05-28T20:53:33.094449 | 2014-12-01T14:18:47 | 2014-12-01T14:18:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 29,287 | c | /*
** Public Lua/C API.
** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h
**
** Major portions taken verbatim or adapted from the Lua interpreter.
** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
*/
#define lj_api_c
#define LUA_CORE
#include "lj_obj.h"
#include "lj_gc.h"... | [
"francis@885cb74b-98ed-4c74-c960-63734602d729"
] | francis@885cb74b-98ed-4c74-c960-63734602d729 |
ccd8ecd60fb040f9aeec4577763541cd9e445e69 | 8e59acbe9917de4a68760960694f33f0673ce18c | /C/Example/testloading/FileWriteRead.c | 8972947f545cac3de4b3792513164c502a9910af | [] | no_license | Zomen61/All-Language-Example | 98c64245a88b0decbe2e6dd9ac0bce6eb27ca41b | 68b3f1cb2cf9e00db45d3199f9763f7dbc9c5cc9 | refs/heads/master | 2021-07-06T21:01:00.617459 | 2017-10-02T07:45:57 | 2017-10-02T07:45:57 | 103,756,574 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 809 | c | #include <stdio.h>
int main() {
FILE *RF,*WF;
int data[100];
int temp=0;
RF=fopen("input.txt","r");
WF=fopen("output.txt","w");
int sum=0,count=0;
for(int a=0;a<100;a++){
fscanf(RF ,"%d" , &data[a]);
}
for(int b=0;b<100;b++){
for(int a=0;a<99;a++){
i... | [
"31239604+Zomen61@users.noreply.github.com"
] | 31239604+Zomen61@users.noreply.github.com |
17d7a04175ff9f45d9a291f9102abbb6bec9da3c | d023d5d3f7204443fd5583be4d57562262c7bff1 | /Base32/main.c | ae97804d1edfe5d0cf38831120d4aa46be2874f2 | [
"Unlicense"
] | permissive | duplicatalittera/Miscellaneous | 9479eda2c4cd6106a3796666d326fd889546adf9 | 280c8940de8c0cf59947058bebe10bfc52cdd4e0 | refs/heads/main | 2023-05-25T18:24:16.774132 | 2021-06-02T18:57:18 | 2021-06-02T18:57:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 365 | c | #include <stdio.h>
#include <base32.h>
int main() {
base32 base1, base2;
base1.input = "Hello, world!";
b32_encode(&base1);
fprintf(stdout, "Input: %s\nOutput: %s\n\n", base1.input, base1.output);
base2.input = base1.output;
b32_decode(&base2);
fprintf(stdout, "Input: %s\nOutput: %s\n\n"... | [
"25242161+Dracovian@users.noreply.github.com"
] | 25242161+Dracovian@users.noreply.github.com |
f38d97b7cdf6d8bccf47faab457674eb55c09379 | 8a8246de95d37bfa00a06e52ce2e407e20b548bb | /GraphBLAS/Source/Generated2/GB_AxB__plus_lxor_int32.c | fceeaa916329704a800b04b0670b6440555d8c3b | [
"GPL-3.0-or-later",
"LicenseRef-scancode-generic-cla",
"GPL-1.0-or-later",
"LicenseRef-scancode-free-unknown",
"GPL-3.0-only",
"CC-BY-4.0",
"Apache-2.0",
"LicenseRef-scancode-commercial-license",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-discl... | permissive | sergiud/SuiteSparse | d274d3f05291d3f45c0e2c09a26e9f3d143301da | 0ba07264225518a487a0a9a8e675f6e36c96a68a | refs/heads/cmake | 2023-05-22T13:27:25.673524 | 2023-01-01T19:24:20 | 2023-01-01T19:24:20 | 40,436,072 | 48 | 18 | Apache-2.0 | 2023-01-01T19:24:21 | 2015-08-09T12:46:03 | C | UTF-8 | C | false | false | 20,370 | c | //------------------------------------------------------------------------------
// GB_AxB__plus_lxor_int32.c: matrix multiply for a single semiring
//------------------------------------------------------------------------------
// SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2022, All Rights Reserved.
// SPDX-L... | [
"sergiu.deitsch@gmail.com"
] | sergiu.deitsch@gmail.com |
deafad8d73bb566b9bc92b5184c2e90e723ac245 | dc946640b380250dc8337ba636e3770b08a3a304 | /MyTemplateProject/MyTemplateProject/Class/Configs/Macros.h | ff9a3375e778c863ee9edf4f9558de84f5e55233 | [] | no_license | madliufeng/MyProject | 608dd0fe960d1d24a708245854d4078aa2542228 | 923ff22ab6ec2c64ee3e83cd0183d362c696059b | refs/heads/master | 2021-01-19T23:06:46.824849 | 2017-08-19T10:04:34 | 2017-08-19T10:04:34 | 83,779,660 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,532 | h | //
// AppMacros.h
// MyTemplateProject
//
// Created by Pro on 17/5/16.
// Copyright © 2017年 Pro_liufeng. All rights reserved.
//
// -------------------- Common Function --------------------------
#pragma mark - Common Function
//中文字体
#define CHINESE_FONT_NAME @"Heiti SC"
#define CHINESE_SYSTEM(x) [UIFont fontWi... | [
"1318122887@qq.com"
] | 1318122887@qq.com |
67900f0bd9527f92432fd792d5fd8292c4c2a10e | 49ffa2a1fcc617c154ec599f25a300befc0d27bf | /ExpForView/Resource.h | 328f120a5929ea7ee0d6b468796b9f56447bdf80 | [] | no_license | flyxiaye/UpperMachine | e721c5e89730a9a191b5ac38d2cd6c600e9c3840 | f8dcc90705804855aee14d0b9b964bf6d600fb54 | refs/heads/master | 2020-09-09T16:07:06.799184 | 2019-11-13T15:31:10 | 2019-11-13T15:31:10 | 221,491,344 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 490 | h | //{{NO_DEPENDENCIES}}
// 生成的 Microsoft Visual C++ 包含文件。
// 由 ExpForView.rc 使用
//
#define IDD_ABOUTBOX 100
#define IDP_OLE_INIT_FAILED 100
#define IDR_MAINFRAME 128
#define IDR_ExpForViewTYPE 130
// 新对象的下一组默认值
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 310
... | [
"962206819@qq.com"
] | 962206819@qq.com |
fda85d3aab02c53be7ee8e799e83487570ff7903 | c7792b5e5ae5e74d643518a5b0644020288fc6da | /mutants/fuzzgoat.mutant.1705.c | f76602c82386d2547b39834fadb8168d0a7b8059 | [
"BSD-2-Clause"
] | permissive | agroce/fuzzgoattriage | 0dc99daf2d061aaa0f58ceef3657b6f9ff411613 | 173c585cc7e87bcb2b82ae22fde56935352cd597 | refs/heads/master | 2020-07-29T14:49:39.691056 | 2019-09-20T18:07:19 | 2019-09-20T18:07:19 | 209,830,892 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,159 | c | /* vim: set et ts=3 sw=3 sts=3 ft=c:
*
* Copyright (C) 2012, 2013, 2014 James McLaughlin et al. All rights reserved.
* https://github.com/udp/json-parser
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1... | [
"agroce@gmail.com"
] | agroce@gmail.com |
caac6a77448f4c446ee02476054ed40a82ad854d | ecfadf59abf0c377e4fbaafb8f594420d8d23277 | /C/Michael Thänitz/7UP_PD/GREPFILE.C | de278e740e97c3e3a3c2e7df083eb4f0d18ea4ad | [] | no_license | laurentd75/ggnkua_Atari_ST_Sources_Repository | 71fad5fc5ee3ea7bbd807ec6a6d4a99f7ef31334 | b51e02ffd546ba8260a5645a51acd90d66c16832 | refs/heads/master | 2023-08-31T14:13:18.440660 | 2023-08-24T10:09:58 | 2023-08-24T10:09:58 | 164,442,362 | 0 | 0 | null | 2023-09-03T00:24:29 | 2019-01-07T14:12:47 | null | ISO-8859-1 | C | false | false | 11,633 | c | /* Durchsucht Dateien nach Mustern */
/*****************************************************************************
*
* 7UP
* Modul: GREPFILE.C
* (c) by TheoSoft '92
*
*****************************************************************************/
#include <portab.h>
#include <st... | [
"ggn.dbug@gmail.com"
] | ggn.dbug@gmail.com |
71b705443283065dec459589fb0d2b94e5a8ce7f | 5b57f6d3bc62a69fe31185344af66cd049843284 | /FlashParking/Pods/Headers/Public/RongCloudIMKit/RongIMLib/RCCustomerServiceConfig.h | 98d398785762c86e1747dc84c3e5985e3662658a | [] | no_license | ninilily/flashpark | e907e7e4707417285e92cdb48d3ee9a92543e951 | e012fb0d33cc10549994546e0cf8a79b42b8773a | refs/heads/master | 2020-12-22T06:10:20.026343 | 2016-07-29T07:33:51 | 2016-07-29T07:33:51 | 64,294,884 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 119 | h | ../../../../RongCloudIMKit/Rong_Cloud_iOS_IMKit_SDK_v2_6_7_stable/RongIMLib.framework/Headers/RCCustomerServiceConfig.h | [
"m13758114274_1@163.com"
] | m13758114274_1@163.com |
18c98467e9fa291517adaa2f0bd8d234915f23b6 | 46367579a54a09dd220dd9a678b1452f06897f11 | /branches/hdf5_1_10_alpha_Ag/src/H5win32defs.h | e84def98cae6f39e31335dad2e4909b151800182 | [
"LicenseRef-scancode-llnl",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-hdf4"
] | permissive | TPLink32/hdf5 | 33ff24c9b6133f0f51cb6cc2b722fba7bb1777dd | 0d6987c15284bd9f34c7e44452a152833d42a738 | refs/heads/master | 2021-05-31T01:15:39.463663 | 2016-04-14T23:02:09 | 2016-04-14T23:02:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,078 | h | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* ... | [
"acheng@dab4d1a6-ed17-0410-a064-d1ae371a2980"
] | acheng@dab4d1a6-ed17-0410-a064-d1ae371a2980 |
de3f2754e0d5c3d620c5ace6994b28edcebc2d34 | 0128712c69bc46cc7e16b0411b2561f4bc18138e | /temp2/atmega_twi_driver.c | 5c573ef8ec0f47ee1e0599e7f7d3545ea42fca11 | [] | no_license | superboy0712/hello_avr | de9369a63c0ffae6cd8fe4eea02d966bc9ad6445 | b1bc90f179f6dd9d21350b5e63b7c245deaa3770 | refs/heads/master | 2021-01-01T08:55:43.202704 | 2014-10-31T19:13:13 | 2014-10-31T19:13:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,904 | c | /* This file has been prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief MEGA TWI master driver source file.
*
* This file contains the function prototypes and enumerator definitions
* for various co... | [
"yulongb@stud.ntnu.no"
] | yulongb@stud.ntnu.no |
23a055f3c55ff5c85f144dc9777aed16dde6eed5 | 5e372b34857d14bff757964b40e6b4a9c51a9877 | /code_gen/output2/cpu0_bsp/linker.h | 0c72d6cedf5dc0a0cfba42572a6ea4130eab030f | [] | no_license | jcaplan/fingerprinting | cbf2aa3180b454fb993882fec36bd10ce58e194b | 925c1a40186dab1bb4d4036039881363a99c4feb | refs/heads/master | 2021-01-11T01:14:40.760369 | 2017-09-21T03:21:14 | 2017-09-21T03:21:14 | 71,069,013 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,440 | h | /*
* linker.h - Linker script mapping information
*
* Machine generated for CPU 'processor0_0_cpu0' in SOPC Builder design 'nios_fprint'
* SOPC Builder design path: /home/jonah/fingerprinting/code_gen/platform/nios_fprint.sopcinfo
*
* Generated: Tue Jan 26 12:54:57 EST 2016
*/
/*
* DO NOT MODIFY THIS FILE
*
... | [
"jonah.caplan@mail.mcgill.ca"
] | jonah.caplan@mail.mcgill.ca |
0ecc0ba8d065b79978e2c62a45f1fb6b4620d5e5 | 535bdb26e5d5ddd79834aa3cd66b12749a3bcbd4 | /client/glad.c | 8109cd9f03c17f806cab6d4b66506d5c62bf80b8 | [] | no_license | mrryyi/Splite | 90b0d65e736c1ab1fb836158c5663e0124adcfee | e6590e4c1f0f99b3db04222c52e891d917ba8bb6 | refs/heads/master | 2021-01-01T12:15:34.618910 | 2020-05-29T15:07:50 | 2020-05-29T15:07:50 | 239,274,634 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 60,263 | c | /*
OpenGL loader generated by glad 0.1.33 on Mon Apr 6 15:32:02 2020.
Language/Generator: C/C++
Specification: gl
APIs: gl=3.3
Profile: core
Extensions:
Loader: True
Local files: False
Omit khrplatform: False
Reproducible: False
Commandline:
--profile="co... | [
"jrhagelin@gmail.com"
] | jrhagelin@gmail.com |
07348cafb992547ff3b47bf4e1a9fb9975895abc | fb0f9abad373cd635c2635bbdf491ea0f32da5ff | /src/native/external/libunwind/src/aarch64/Gregs.c | 54fc2f3f143ac73d27678492c0bb29bab4dedfed | [
"MIT"
] | permissive | dotnet/runtime | f6fd23936752e202f8e4d6d94f3a4f3b0e77f58f | 47bb554d298e1e34c4e3895d7731e18ad1c47d02 | refs/heads/main | 2023-09-03T15:35:46.493337 | 2023-09-03T08:13:23 | 2023-09-03T08:13:23 | 210,716,005 | 13,765 | 5,179 | MIT | 2023-09-14T21:58:52 | 2019-09-24T23:36:39 | C# | UTF-8 | C | false | false | 4,762 | c | /* libunwind - a platform-independent unwind library
Copyright (C) 2008 CodeSourcery
Copyright (C) 2012 Tommi Rantala <tt.rantala@gmail.com>
Copyright (C) 2013 Linaro Limited
This file is part of libunwind.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and asso... | [
"noreply@github.com"
] | dotnet.noreply@github.com |
faf0bc52dbe8d4e6c0e450b014638a1dba116edf | 04bd85fb3b5008bbd198e72a4fca22892a6349e4 | /main.c | 2e8c22b1d2d348149150986cc91354136fa1c65f | [] | no_license | juliethaguti/TP_1_Cascara | 31040b2d20d3dd2417f7e4926a444597f55a3864 | 698af2e107c1a7a480eb34130cd1038038d2656e | refs/heads/master | 2021-01-19T07:59:19.314183 | 2017-04-08T00:04:01 | 2017-04-08T00:04:01 | 87,592,177 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,756 | c | #include <stdio.h>
#include <stdlib.h>
#include "funciones.h"
int main()
{
char seguir='s';
int opcion=0;
float A=0;
float B=0;
float suma;
float resta;
float multiplicacion;
float division;
int factoria;
int enteroA;
while(seguir=='s')
{
... | [
"noreply@github.com"
] | juliethaguti.noreply@github.com |
86d374e06e5f1f324c362e49a9d208765faa91b1 | 5a44a287038d06c083d14f29567bdd1cc70ee460 | /unit_tests/efifeatures.h | a4b67edbc03926217cf1c25daf6f14724002b692 | [] | no_license | chushao/rusefi | 9cef2761f0502cc60eb2e29c17747c1f0373c365 | dcd5410fc835bfb5cc6169bf706544d21a9f5d6a | refs/heads/master | 2021-01-10T22:42:20.571978 | 2016-09-27T18:02:31 | 2016-09-27T18:02:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 744 | h | /**
* @file efifeatures.h
*
* Created on: Mar 7, 2014
* Author: Andrey
*/
#ifndef EFIFEATURES_H_
#define EFIFEATURES_H_
#define EFI_ENABLE_ASSERTS TRUE
#define EFI_GPIO TRUE
#define EFI_UNIT_TEST TRUE
#define EFI_FSIO TRUE
#define EFI_HISTOGRAMS TRUE
#define CONSOLE_MAX_ACTIONS 128
#define EFI_CLI_SU... | [
"russianefi@gmail.com"
] | russianefi@gmail.com |
25adbbb44ca949ca0e07a84d7ad243a2d71479f2 | 70c4e3317792c5c48ca53e23f7885799ab49d068 | /include/fnv.h | 7ccb0cea148e42e271d878144feb2cab4d64fef0 | [] | no_license | ChristopherCole/urbit-misc | 526ccb06ed20e94aa917ad1ab93bdb6808de1813 | 1427d17e0ee88c7ce887d6b430c658d0e2302cc1 | refs/heads/master | 2021-01-10T19:06:06.086690 | 2013-11-07T06:30:35 | 2013-11-07T06:30:35 | 10,699,844 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,620 | h | /*
* fnv - Fowler/Noll/Vo- hash code
*
* @(#) $Revision: 5.4 $
* @(#) $Id: fnv.h,v 5.4 2009/07/30 22:49:13 chongo Exp $
* @(#) $Source: /usr/local/src/cmd/fnv/RCS/fnv.h,v $
*
***
*
* Fowler/Noll/Vo- hash
*
* The basis of this hash algorithm was taken from an idea sent
* as reviewer comments to the IEEE POSI... | [
"cjcole"
] | cjcole |
9f9445c148472900a0c5ef411da72a355df82b4f | c2e5a5f540b856da866ccd4b71dd1a6ba9754a77 | /Channel/channel.c | 28c7278e0cff5ca2743fc4729142970b7711ca2a | [] | no_license | GugaKatamadze/C-Multithreading | 33c997b6f0ed0eaaf9c0f864174aed0933c74b01 | bf4bfa22021cf0bcec5e5a0a8e961eec1456a68f | refs/heads/main | 2023-07-16T20:10:18.069260 | 2021-08-16T16:32:05 | 2021-08-16T16:32:05 | 396,876,028 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,581 | c | #include "channel.h"
#include "stdio.h"
#include "string.h"
#include "stdlib.h"
void ChannelInit(channel* c, int size, int elemSize) {
c->size = size;
c->elemSize = elemSize;
if (!size) c->unbInfo = malloc(elemSize);
else {
c->bInfo = malloc(sizeof(queue));
QueueNew(c->bInfo, elemSize, ... | [
"gkata19@freeuni.edu.ge"
] | gkata19@freeuni.edu.ge |
ec9d9b36025e1710afddeefe68da356b5c31ca93 | f0b15b314522c314a584a8b7e85014e61937d07c | /gpio/BT_multi2.c | 555564ecf3f35d736873ed217242d3a7ba5df86f | [] | no_license | WooriHCho/IOR | 00387a9e3eda87142e739bebf7e5395cd7881016 | 4e507ca6130612c916909de5c843924991aff8d2 | refs/heads/master | 2021-09-23T09:10:36.616303 | 2021-09-16T00:38:31 | 2021-09-16T00:38:31 | 92,044,064 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 725 | c | #include <stdio.h>
#include <wiringPi.h>
#include <softPwm.h>
#define MOTOR 13
int main()
{
int i;
int x;
if(wiringPiSetupGpio() == -1)
return 1;
pinMode(MOTOR, OUTPUT);
digitalWrite(MOTOR, LOW);
softPwmCreate(MOTOR, 0, 100);
while(1){
printf("input angle:");
scanf("%d", &x);
x = ... | [
"woori.helena.cho@gmail.com"
] | woori.helena.cho@gmail.com |
50998699a3ed832fde18ddd6998f3854a620f3f3 | 7ad9ff092b21d3c09ac251117e5f8dba8c7c172c | /Tutorial3/ROM/ROM1/main.c | 156de19cf322707a14ae0fd89d497986efa774c3 | [] | no_license | SKuRGe911/MiSTerTutorial | cab465e7ebd541a25aedb186f80a702c1506429a | 9628d6379ff7021368a3557d4d55ca6e2b886573 | refs/heads/master | 2020-12-02T00:02:28.564423 | 2020-01-04T07:15:28 | 2020-01-04T07:15:28 | 230,821,748 | 16 | 2 | null | null | null | null | UTF-8 | C | false | false | 2,316 | c | #include "config.h"
//////////////////////////////////////////////////////////////////////////
#ifndef SHIFT_COUNTER_BITS
#error SHIFT_COUNTER_BITS must be defined as 4 (for simulation) or 18 (for hardware bitstreams)!
#endif
//////////////////////////////////////////////////////////////////////////
void put_pixel(uint... | [
"SKuRGe911@users.noreply.github.com"
] | SKuRGe911@users.noreply.github.com |
d911f78909ba1debdf8aa490c4ab2554c3123dd5 | 54abe5553b13a1927570be87073e2de824e18d7e | /Array.cpp/recursion factorial.c | d70c7cfb0e9f5073e2f5e72953a10ee6435de785 | [] | no_license | sakimhossain/C- | 0346787dbfa56c025f2c9d3b5458dac725ea3fb9 | fe58f8f067a9212e29b46c583939f83f8edacce4 | refs/heads/master | 2021-04-27T16:39:18.793035 | 2019-07-16T19:26:13 | 2019-07-16T19:26:13 | 122,306,959 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 214 | c | #include<stdio.h>
int fact(int n);
int main()
{
int n;
scanf("%d",&n);
int r=fact(n);
printf("%d",r);
}
int fact(int n)
{
if(n==0||n==1)
return 1;
else
return n*fact(n-1);
}
| [
"sakimpranto247@gmail.com"
] | sakimpranto247@gmail.com |
ebe27b85d2c5d56a4c503c3ef922f730230e5690 | 5b048304d313179fb14bbc19734194601de549f7 | /ndirfil/mdir/M_numpy__f2py__info.c | e5d5689cc0cb59c9633f3ac78272c1354b3582db | [] | no_license | codezakh/Movie-Database-Production-SVM | 08a4a574624212d354267fa2a65d6a32c7d39bdc | 46647074a932e0b300dd194606363c4188aa5b1a | refs/heads/master | 2016-09-05T16:21:26.953448 | 2014-04-04T06:01:33 | 2014-04-04T06:01:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 779 | c | unsigned char M_numpy__f2py__info[] = {
99,0,0,0,0,0,0,0,0,1,0,0,0,64,0,0,
0,115,16,0,0,0,100,0,0,90,0,0,101,1,0,90,
2,0,100,1,0,83,40,2,0,0,0,115,40,0,0,0,
70,111,114,116,114,97,110,32,116,111,32,80,121,116,104,111,
110,32,73,110,116,101,114,102,97,99,101,32,71,101,110,101,
114,97,116,111,114,46,10,10,78,40,3,0,... | [
"codezakh@gmail.com"
] | codezakh@gmail.com |
f11a35cbfa5b2f6c2977991ccdfb7e852a71a83b | c8f9fce9c2c0fb796c725d628f5576d06643d90b | /uaccess/uaccess/main.c | 1ff05fe14e97237e04f8212d44484b96ffe11ff2 | [] | no_license | ier005/Encrypted-communication-system | b58c5635c1d5a4e6c39680c69abbfc6a0edd1ed1 | aaa55ff3e8631d409bdf32fad5abd481a13b25af | refs/heads/master | 2021-08-24T05:02:35.426736 | 2017-12-08T04:36:50 | 2017-12-08T04:36:50 | 111,554,675 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,045 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <arpa/inet.h>
#include <fcntl.h>
#include <unistd.h>
#define MODULE_CONT 0
#define OPT_ADD 1
#define OPT_MOD 2
#define OPT_DEL 3
#define OPT_IN 0
#define OPT_OUT 1
#define ECB_AES 0
int main(int argc, char **argv) {
char opt[28];
int fd;
char ke... | [
"ier005@users.noreply.github.com"
] | ier005@users.noreply.github.com |
d71d2bd4ddf73c22cd6a439e9ef6e7290538d882 | f83ef53177180ebfeb5a3e230aa29794f52ce1fc | /imagemagick/ImageMagick-7.0.5-4/coders/pgx.c | 04a5f2c99624b1635da3ce0fdbcc6db6ae5e8deb | [
"LicenseRef-scancode-other-permissive",
"MIT",
"ImageMagick",
"Xfig",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | msrLi/portingSources | fe7528b3fd08eed4a1b41383c88ee5c09c2294ef | 57d561730ab27804a3172b33807f2bffbc9e52ae | refs/heads/master | 2021-07-08T01:22:29.604203 | 2019-07-10T13:07:06 | 2019-07-10T13:07:06 | 196,183,165 | 2 | 1 | Apache-2.0 | 2020-10-13T14:30:53 | 2019-07-10T10:16:46 | null | UTF-8 | C | false | false | 15,090 | c | /*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% %
% ... | [
"lihuibin705@163.com"
] | lihuibin705@163.com |
54577e5d48d20d6af5d9dfc938316e56f5725410 | d45868718f78d4d58941c2ba2805d1bcf34619d9 | /src/util/util.h | 3b45bdadfc746193c0ce430a3318d52fecaa117e | [
"BSD-2-Clause"
] | permissive | cgbj/udpcopy-qps | cd4178cb059bf1a1ef9fe2fdeb9593c4d8f2b5b0 | 295c91af6339dac8b6545ef13e1b6431f610a421 | refs/heads/master | 2020-04-16T22:18:40.803716 | 2019-01-16T03:27:06 | 2019-01-16T03:27:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 891 | h | #ifndef _UDPCOPY_UTIL_H_INC
#define _UDPCOPY_UTIL_H_INC
#include <xcopy.h>
#define CHECKSUM_CARRY(x) \
(x = (x >> 16) + (x & 0xffff), (~(x + (x >> 16)) & 0xffff))
uint64_t get_key(uint32_t s_ip, uint16_t s_port);
uint16_t get_appropriate_port(uint16_t orig_port, uint16_t add);
uint16_t get_port_by_rand_addition... | [
"noreply@github.com"
] | cgbj.noreply@github.com |
69cde6b00f89e275b6efe1a08616d3e1ef0625bd | f7761ef228468a4ff7f1d5e82d6ec8f0480afc71 | /cylindrical/particle.h | d16cd9d9d1fbd55a4451ccd6e1d574944735b99f | [] | no_license | scienter/JoPIC | 490a1ec992f667ef7c930f59e1f2c923b2a65b83 | 6756896a23e7dd3f2dace32f747a54fd4443c524 | refs/heads/main | 2023-02-14T01:10:02.280640 | 2023-01-20T10:27:15 | 2023-01-20T10:27:15 | 24,617,712 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 328 | h |
typedef struct _ptclHead {
struct _ptclList *pt;
} ptclHead;
typedef struct _ptclList {
double z,oldZ,oldZ2;
double x,oldX,oldX2;
double y,oldY,oldY2;
double pz,px,py;
double Ez,Ex,Ey,Bz,Bx,By;
double weight,charge;
int index,core;
struct _ptclList *next;
} ptc... | [
"noreply@github.com"
] | scienter.noreply@github.com |
eef8cb418ab4ff8f7e037b0cdf361d6732bee224 | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/linux-4.11-rc3/drivers/infiniband/hw/hns/hns_roce_ah.c | 0ac294db3b298e9328d52d9f58f972940e53f809 | [
"BSD-2-Clause",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | yijunyu/demo | 5cf4e83f585254a28b31c4a050630b8f661a90c8 | 11c0c84081a3181494b9c469bda42a313c457ad2 | refs/heads/master | 2023-02-22T09:00:12.023083 | 2021-01-25T16:51:40 | 2021-01-25T16:51:40 | 175,939,000 | 3 | 6 | BSD-2-Clause | 2021-01-09T23:00:12 | 2019-03-16T07:13:00 | C | UTF-8 | C | false | false | 4,134 | c | /*
* Copyright (c) 2016 Hisilicon Limited.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this source tree, or the
* OpenI... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
903273a9ae1744716038cfbf733ff6d9dee3d7ba | 91b6ed7f2aa7b644266f8514d5ef09b353380275 | /examples/udp_server/main.c | 8b6a334d2e0b2c5f91c5de384935025fe2a7f58d | [
"BSD-3-Clause"
] | permissive | obiltschnig/LetMeCreateIoT | e946ea162cc4cd78344f171236023fdc2d27b8b5 | 2d6d43c753f47a8a08691307e9c558fe890fbec8 | refs/heads/master | 2020-12-31T05:39:47.694221 | 2017-01-20T14:44:22 | 2017-01-20T14:44:22 | 80,644,361 | 1 | 0 | null | 2017-02-01T17:22:13 | 2017-02-01T17:22:13 | null | UTF-8 | C | false | false | 1,838 | c | #include <stdio.h>
#include <contiki.h>
#include <contiki-net.h>
#include "letmecreate/core/network.h"
// Used for PRINT6ADDR function
#define DEBUG DEBUG_PRINT
#include "net/ip/uip-debug.h"
#include "letmecreate/core/debug.h"
#define SERVER_PORT 3000
#define CLIENT_PORT 3001
#define SERVER_IP_ADDR "fe80:0000:0000... | [
"m.tusnio@gmail.com"
] | m.tusnio@gmail.com |
032bbb1b6ba7f37d1d53781e49c8b62a3b7a48cd | cfe69fc556729bdecf2118fa5bc329343c42ed80 | /10.0.10240.16384/ntoskrnl/Functions/BiZwEnumerateKey.c | 7c235bb3e2bcf94dcb234752ed6c7a75ad317a63 | [] | no_license | Myprivateclonelibrary/W10M_unedited-decomp | 8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a | 67b05851a3e262ff8a5d11ee50db34f28c350f16 | refs/heads/main | 2023-08-31T06:00:37.303105 | 2021-05-15T23:53:23 | 2021-05-15T23:53:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 77 | c | // BiZwEnumerateKey
int BiZwEnumerateKey()
{
return ZwEnumerateKey();
}
| [
"64583248+Empyreal96@users.noreply.github.com"
] | 64583248+Empyreal96@users.noreply.github.com |
e73528223fb787ee67b4c0f235cdbfb4e548bdae | 7d230ce6cd6c178f24119a62dfc94611df14bf69 | /Ch.5/ch.5-exercises/5.1.3.c | c8969eb4e1c6f98f17bb06089add18c6d21bc048 | [] | no_license | eatingNumbers/C-Programming-a-Modern-Approach | 2b53d2c8e705c7880515dea5630f95c86aad64e4 | 3cc320dba89e48a7fe4e73a3a535a678aeda2720 | refs/heads/master | 2018-10-10T20:13:20.765930 | 2018-06-23T19:15:38 | 2018-06-23T19:15:38 | 114,870,297 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,701 | c | #include <stdio.h>
int main() {
// (a)
int i, j, k;
i = 3;
j = 4;
k = 5;
printf("(a): %d ", i < j || ++j < k);
printf("%d %d %d\n", i, j, k);
// My Answer: 1, 3, 5, 5
// Correct Answer: 1, 3, 4, 5
// Incrementing within the printf statement will not change the
... | [
"dean@deans-mbp.attlocal.net"
] | dean@deans-mbp.attlocal.net |
69169369bf85af69d4a3cf1e2b87f48d12f3f8cd | 97db9385009217c4ee8c8ead9ccab687ccf28c55 | /Minimizer FM-index Merged Approach/bio_func.h | 577282eaca9df7c4fd6e4f936a647dbeafc491a6 | [] | no_license | enamcse/NanoMapper | e2330dc598e5d804491a717d68c18cc618e9df57 | 2f280fe0093086349e854700a8734a8979b2807b | refs/heads/master | 2021-01-11T04:34:17.150941 | 2017-06-23T04:24:08 | 2017-06-23T04:24:08 | 71,134,804 | 3 | 3 | null | 2016-10-17T20:13:46 | 2016-10-17T12:14:54 | C++ | UTF-8 | C | false | false | 2,749 | h | // modified in this version 20161005
long long pat2num(string s)
{
long long ret = 0;
int now = 0, kk = 0;
for (int i = s.size() - 1; i >= 0; i--)
{
if (s[i] == '_') continue;
kk = 0;
if (s[i] == 'G' || s[i] == 'T') kk |= 2;
if (s[i] == 'C' || s[i] == 'T') kk |= 1;
... | [
"noreply@github.com"
] | enamcse.noreply@github.com |
9adef5793b9823b92139ee489f7207ffc76f81ad | ac362bb8969d647cd219430bc71c831d894e531c | /dist/ipf/lib/tcpoptnames.c | 7eb15ce5e4096dd6ba18034fbf685e91b3f16bf9 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | noud/mouse-bsd-4.0.1 | efb3b16fcc872ab227e6bb651cf1e836796a0804 | 4c0a1e08df407a759afac2d6a98507df94f5f814 | refs/heads/master | 2023-02-24T23:42:54.060718 | 2020-08-16T20:10:53 | 2020-08-16T20:10:53 | 334,536,412 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 636 | c | /* $NetBSD: tcpoptnames.c,v 1.1.1.1.18.2 2007/07/16 11:05:24 liamjfoy Exp $ */
/*
* Copyright (C) 2000-2002 by Darren Reed.
*
* See the IPFILTER.LICENCE file for details on licencing.
*
* Id: tcpoptnames.c,v 1.5.4.1 2006/06/16 17:21:17 darrenr Exp
*/
#include "ipf.h"
struct ipopt_names tcpoptnames[] ={
{ TCP... | [
"mouse@Rodents-Montreal.ORG"
] | mouse@Rodents-Montreal.ORG |
4ee9d56f7c60ff132de2086e0199e9a18ec2fb9c | ae0a4c976df5d81da9cfb516f8476bf6dd4fc95a | /C practice/Union,c.c | a2c471ed60b05a5e58b33cc3dbdd6c4abb1faaf6 | [] | no_license | rafi67/C-practice | 3df0c1af53d56a2a0ecb215bf653ac9d6b67a67a | dbda60040beb4bf649aaf510b501aff04f11ac7b | refs/heads/main | 2023-02-16T08:33:21.284161 | 2021-01-10T13:17:05 | 2021-01-10T13:17:05 | 304,092,185 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 59 | c | #include "HeaderUnion.h"
void main() {
program_2();
}
| [
"rafisiddique67@gmail.com"
] | rafisiddique67@gmail.com |
67bf26005827688322bd77ee99026c8fd68e4c56 | 9192182cfcfcf4ce9f9bbb4003106e29b37b5bd1 | /mame-0.141/src/mame/drivers/circusc.c | 934d7e847e7cfbc0ed24b5ebb087c138f24e9738 | [] | no_license | johkelly/MAME_hi | a2b9ea9d4f089f75e57de5963af187718733fccd | ccbec44e4c82e5ca83ba80de19bfb9c100dbd349 | refs/heads/master | 2020-05-17T13:29:54.978078 | 2012-07-13T19:03:50 | 2012-07-13T19:03:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,016 | c | /***************************************************************************
Circus Charlie GX380 (c) 1984 Konami
Upper board PWB (B)3000148 - OSC 14.31818MHz
Lower board PWB (A)3000161 - OSC 18432.00KHz
Based on drivers from Juno First emulator by Chris Hardy (chrish@kcbbs.gen... | [
"john.kelly@readytalk.com"
] | john.kelly@readytalk.com |
99b008c884973a5dee75ac1880d5fd34ee1a8048 | 84b026b3bfb51c7968291d1860eeffc98b052621 | /SSC0501/9.1 Soma das colunas.c | 4c56dcd922df3ca1931b4ab96e6b0561cb3664d2 | [
"MIT"
] | permissive | Ryrden/ICMC-SSC0501 | 3d1ab4c01a65b73c07cee584315aa56ef11597d3 | 5ccc4d5779c3c1e5990bb341035c77c5c197b40d | refs/heads/main | 2023-08-13T08:44:28.155541 | 2021-09-21T14:58:40 | 2021-09-21T14:58:40 | 370,178,009 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 608 | c | #include <stdio.h>
#include <stdlib.h>
int main(){
int matriz[4][5], vetor[5];
int lin, col;
int coluna_fixa = 0;
int soma = 0;
for (lin = 0; lin < 4; lin++){
for (col = 0; col < 5; col++){
scanf("%d", &matriz[lin][col]);
}
}
for (col = 0; col < 5; col++){
... | [
"76923948+Ryrden@users.noreply.github.com"
] | 76923948+Ryrden@users.noreply.github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.