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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fa0d28e6c0015dca6b1981182fcf2a5dee8b457f | 310945db136ead3432802e99aa10523d174c14a0 | /c/c_02/ex04/ft_str_is_lowercase.c | 9eee267fa80cd433ff9395bc3745deb74c35e5cb | [] | no_license | ldominiq/piscine-42 | daba5d94cce591be267b31295a1d8e261dd63521 | 2064c7012fbf91bcbd47ab186577002e8a39f364 | refs/heads/main | 2023-07-13T23:25:02.562791 | 2021-08-26T18:22:57 | 2021-08-26T18:22:57 | 399,811,326 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,239 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_str_is_lowercase.c :+: :+: :+: ... | [
"ldominiq@c2r7s1.42lausanne.ch"
] | ldominiq@c2r7s1.42lausanne.ch |
fb0c51b9313a4e389554b61aae3a8c5bc5f35b50 | 872d285cdbee7e6e42dd9dd160ef9167b3aafe94 | /10/os/kozos.c | d9e15daaefc5167fbf9e5627fabb194a1711e927 | [] | no_license | wakanapo/12stepOS | f4b64bd72bbddc7dcfbf9262f2f62ca9c1507c32 | 584b3c8ed79507c86f7d9643b8de5d7cbf928ac1 | refs/heads/master | 2021-01-10T01:36:18.811093 | 2015-12-29T09:43:28 | 2015-12-29T09:43:28 | 48,740,038 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,452 | c | #include "defines.h"
#include "kozos.h"
#include "intr.h"
#include "interrupt.h"
#include "syscall.h"
#include "memory.h"
#include "lib.h"
#define THREAD_NUM 6
#define PRIORITY_NUM 16
#define THREAD_NAME_SIZE 15
typedef struct _kz_context {
uint32 sp;
} kz_context;
typedef struct _kz_thread {
struct _kz_thread *... | [
"wakana.tn16@gmail.com"
] | wakana.tn16@gmail.com |
8edd608cef5601329f769c1e526d5d12d5ff47c2 | a589ac4904030315331b41a624d8603ad86cb2b5 | /utests/ut_timer.h | c93db6445b32da6f1220b3f2bac1df9b58afffd4 | [
"WTFPL"
] | permissive | yapbreak/iot_libtimer | 580683695ceeea1c1ac54eb800c731ac4a8062d3 | 5e27661bf9ed0ce3b39d4938d0a59b09e7bf48f1 | refs/heads/master | 2020-03-23T12:22:53.008355 | 2018-09-19T14:14:39 | 2018-09-19T14:14:43 | 141,555,195 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,106 | h | #ifndef UT_TIMER_H_PTS0JNL4
#define UT_TIMER_H_PTS0JNL4
#include <CppUTest/TestHarness.h>
#include "timer.h"
#include "ArduinoFixtures.h"
TEST_GROUP(timer)
{
void setup()
{
fixtures::registerInstance(f);
timer = new arduino_timer_t();
count = 0;
f.set_micros(0);
}
voi... | [
"olivaa+gitlab@yapbreak.fr"
] | olivaa+gitlab@yapbreak.fr |
e068ece468648be714e6835467a0c2a334c9da44 | a1beca4556a501f16147155c116babcb204f8752 | /XBAutoLayout/XBAutoLayout/XBAutolayout/XBLayoutDefine.h | 84eab05b614f18c651ff4b450ed54ee68fedb08c | [] | no_license | huisedediao/XBAutolayout | 44a0b6d847018ecd6e1c31e78f0ac8d7a12f110d | 2983d3a46c8686028f3bd39b44a0beaa80421239 | refs/heads/master | 2021-05-07T18:45:03.818173 | 2017-10-30T12:45:52 | 2017-10-30T12:45:52 | 108,825,331 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,173 | h | //
// XBLayoutDefine.h
// XBAutoLayout
//
// Created by xxb on 2017/10/30.
// Copyright ยฉ 2017ๅนด xxb. All rights reserved.
//
#ifndef XBLayoutDefine_h
#define XBLayoutDefine_h
typedef enum
{
XBSideTop = 0, //ไธ
XBSideBottom, //ไธ
XBSideLeft, //ๅทฆ
XBSideRight //ๅณ
}XBSide;
#def... | [
"401758785@qq.com"
] | 401758785@qq.com |
e2cea7741290beceec0a293eb1828b41d0aaf142 | a31db7bb55564ea39e4d68fd1d46dca9dd595052 | /linux_c_test/memory_string_ctrl/memccpy.c | 6fb6e32e836088950b52266ea7b70757c114af30 | [] | no_license | pandygui/some_simple_work | 409379c2b3784586d105ec639dae966eb159e50c | 992da1e8dc23a46b67071446bef075853be79673 | refs/heads/master | 2020-03-28T16:42:05.030289 | 2013-02-01T07:28:03 | 2013-02-01T07:28:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 160 | c | #include <stdio.h>
#include <string.h>
void main()
{
char a[]="string[a]";
char b[]="string(b)";
memccpy(a,b,'B',sizeof(b));
printf("memccpy():%s\n",a);
}
| [
"imcanoe@gmail.com"
] | imcanoe@gmail.com |
d658c23ec6bbfb320de190edf524c698b3aba09d | 8848a706ae70bf2b88367b45a9d863461003a0fd | /week3/kadai3-2.c | 09027076a30ce9751942f8ec02f0a3b089578b67 | [] | no_license | tamlog06/cpro2020 | 1bb24b7d89a91570993159cd14829607bc48ba2b | 29788563ee05e3138a2e363a18d6269b3d8aa8d8 | refs/heads/master | 2023-01-09T16:04:13.013495 | 2020-11-16T13:26:41 | 2020-11-16T13:26:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 216 | c | #include <stdio.h>
int main() {
int n, fact_n;
fact_n = 1;
printf("n:");
scanf("%d", &n);
while (n > 0) {
fact_n *= n;
n -= 1;
}
printf("n!=%d", fact_n);
return 0;
} | [
"tamusyun1006@gmail.com"
] | tamusyun1006@gmail.com |
8415942cd5f36567028f938efdcbffb141751b37 | 756f56945870de76215ba07d4891241028be7eb4 | /FE1 - basics of OS and UNIX programming/ex12a.c | e2ed57e2ba2211cbd69469fcba8d09bc6a2cb602 | [] | no_license | margaridav27/feup-sope | d394da01b3ee588e00fdf66ba09ed0c939ba6db4 | 22a32d74720c7f564b8f183993eb90f63b70f305 | refs/heads/main | 2023-04-04T06:15:20.916533 | 2021-04-19T09:58:21 | 2021-04-19T09:58:21 | 342,920,175 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 693 | c | #include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <dirent.h>
#include <string.h>
int main(int argc, char* argv[], char* env[]) {
DIR *dir;
struct dirent *dp;
if ((dir = opendir(argv[1])) == NULL) {
printf("Failed to open the directory.... | [
"margaridajcv.27@gmail.com"
] | margaridajcv.27@gmail.com |
35cdd21b36b44154d681abbc89a75568b6d13e46 | 06a0d989cf2dc78502df4e7f28dfa77200099d4c | /divisione.c | 15c972d8199ba8b4c837d2bcfc7e294246c8ac42 | [] | no_license | gcadau/APA-Exam | 9839be99bad8c42a3fd1f442ca0e533554e671ac | f8e131b5b3be657ceccf96b998cf726a2217b5d5 | refs/heads/master | 2023-01-30T06:35:29.871643 | 2019-02-28T17:07:07 | 2019-02-28T17:07:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,605 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "dipendente.h"
#include "divisione.h"
#define I 2
#define OPERAIO 0
#define AMMINISTRATIVO 1
#define TECNICO 2
#define INFORMATICO 3
struct div_s
{
char* sigla;
int* dip;
int dimDip;
int actDimDip;
int* lav;
int dimLav;
int... | [
"noreply@github.com"
] | gcadau.noreply@github.com |
69cf7adf8195272c6d0737079a47b561baf6d992 | 3a13e6d49042252b49c27e33786d42ab7e1247f7 | /src/lapack/ATL_ilaenv.c | bba272c0620ba34801615c36d369a3b0b295321e | [] | no_license | biotrump/ATLAS | eb5ea19b1ff2d125539940930434d0efad131d84 | 72fe37a43a42226335e033c4b4ca3acd3fe679b7 | refs/heads/master | 2021-01-18T14:38:39.042759 | 2015-05-06T10:56:39 | 2015-05-06T10:56:39 | 30,685,399 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,377 | c | #if !defined(ATL_USEPTHREADS) || (defined(ATL_NCPU) && ATL_NCPU > 1)
#include "atlas_lapack.h"
#include "atlas_level3.h"
#ifdef ATL_USEPTHREADS
#include "atlas_stGetNB_gelqf.h"
#ifdef ATL_stGetNB_gelqf
#define ATL_sGetNB_gelqf ATL_stGetNB_gelqf
#endif
#include "atlas_stGetNB_geqlf.h"
#ifdef ATL_st... | [
"thomas@biotrump.com"
] | thomas@biotrump.com |
ef804c383eac4b7c57efa0b9d5202287f9207f57 | 2b0ff7f7529350a00a34de9050d3404be6d588a0 | /060_่ฎๅๆชๆก/64_ๆชๆกๆชขๆฅCRC32_MD5/CB_MD5/md5.c | 267eeb15d322418feac504b6efcb6d0a78fb6347 | [] | no_license | isliulin/jashliao_VC | 6b234b427469fb191884df2def0b47c4948b3187 | 5310f52b1276379b267acab4b609a9467f43d8cb | refs/heads/master | 2023-05-13T09:28:49.756293 | 2021-06-08T13:40:23 | 2021-06-08T13:40:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,206 | c | /*
**********************************************************************
** md5.c **
** RSA Data Security, Inc. MD5 Message Digest Algorithm **
** Created: 2/17/90 RLR **
** Revised: 1/91 SRD,AJ,BSK,... | [
"jash.liao@gmail.com"
] | jash.liao@gmail.com |
0ace3d39580c456d8e124b5f82fa108fddcc2dae | b3f1917790cc271cc481fa60f69b670ba873b1ee | /src/tallypi.h | 634ac38eaa91c06d0e7743afb8570f021c150cd6 | [] | no_license | rlutz/voctoknopf | 46a6eeb8e8f04561e120468cf889e4e46ba74ca8 | 2a203f81ba6be50f1119dfb810c0b4b7e6bca059 | refs/heads/master | 2021-05-11T08:03:30.899049 | 2018-11-06T16:09:27 | 2018-11-06T16:09:27 | 118,038,794 | 9 | 0 | null | null | null | null | UTF-8 | C | false | false | 977 | h | /* Voctoknopf - video mixer control device for Chaos conferences
Copyright (C) 2018 Roland Lutz
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at ... | [
"rlutz@hedmen.org"
] | rlutz@hedmen.org |
a93b4be8b6047c65da505a9bb7912de1e0101011 | f4d663e7be0631af0d13578936cd6e34e2989bd4 | /ATLAS/intel_i7/src/blas/gemm/KERNEL/ATL_cupKBmm40_8_1_b0.c | a3c5e2955d294e52c69498273b759309557306d7 | [] | no_license | forrest898/Linpack_PAPI_Testing | 5606c7b395d7cb16b6b5aff1a1ed3e4f5cd6b7b9 | 163c1648c8a0a2e7458529433d561ca13b5def42 | refs/heads/master | 2020-03-19T07:13:25.861801 | 2018-07-30T17:07:31 | 2018-07-30T17:07:31 | 136,097,294 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,540 | c | #define ATL_USERMM ATL_cupKBmm40_8_1_b0
#define ATL_USERMM_b1 ATL_cupKBmm40_8_1_b1
#define ATL_USERMM_bn1 ATL_cupKBmm40_8_1_bn1
#define ATL_USERMM_b0 ATL_cupKBmm40_8_1_b0
#define ATL_USERMM_bX ATL_cupKBmm40_8_1_bX
#define BETA0
#define SCPLX
#define MB 80
#define NB 80
#define KB 40
#define MBMB 6400
#define NBNB 640... | [
"fwsmith898@gmail.com"
] | fwsmith898@gmail.com |
ca832a26462f07758c40bb2dd3f658d2de2a6146 | 4e67d73e609c197451579e11bea9f0189ccb042d | /SDK/Official Examples/CH554/eg16-ch554-Compound_Dev/main.c | f856341f092dae538656ceab7a090d49d5f5c434 | [] | no_license | Ilgrim/WCH_CH55X | a7f5f30ebb277e7ece64e8588834d30f0a1fdb17 | a13b19e8c1845b521e427a09ece7bfe281399dc0 | refs/heads/master | 2023-05-07T18:31:25.852539 | 2021-06-02T06:02:28 | 2021-06-02T06:02:28 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,693 | c | /********************************** (C) COPYRIGHT ******************************
* File Name :Compound_Dev.C
* Author : WCH
* Version : V1.0
* Date : 2017/03/15
* Description : A demo for USB compound device created by CH554, support
keyboard and mouse, and H... | [
"info@electrodragon.com"
] | info@electrodragon.com |
b72df92a645fc3700336215af9ed6d5f39e87cd6 | 74565478993da6b2d6c8232539d905f7810caa29 | /display.h | 739be892f11271119136dd7386b8aeaa335c7bd2 | [] | no_license | GregHHH/MDLP | 191c273431a50d6d5504bbaafa9fc0d7599d88f5 | 5d9dcfc68096e10477c4a97734f2f499d0c3565b | refs/heads/master | 2020-04-07T12:26:33.374579 | 2018-12-06T20:55:46 | 2018-12-06T20:55:46 | 158,368,105 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 320 | h | #ifndef DISPLAY_H___
#define DISPLAY_H___
#include "word.h"
void Display_round (int attemptsLeft, Word *guessed);
char Display_askChar ();
void Display_alreadyTried (char guess);
void Display_congrats (char guess);
void Display_sorry (char guess);
void Display_won ();
void Display_lost ();
#endif /* DISPLAY_H___ */
| [
"noreply@github.com"
] | GregHHH.noreply@github.com |
d6a77ac078e0c0a4ae159a3252f4355fbb09c556 | 438cd59a4138cd87d79dcd62d699d563ed976eb9 | /mame/src/mame/video/amspdwy.c | bab851281bc76a9d721d7667cf956049ec1bfb85 | [] | no_license | clobber/UME | 031c677d49634b40b5db27fbc6e15d51c97de1c5 | 9d4231358d519eae294007133ab3eb45ae7e4f41 | refs/heads/master | 2021-01-20T05:31:28.376152 | 2013-05-01T18:42:59 | 2013-05-01T18:42:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,896 | c | /***************************************************************************
-= American Speedway =-
driver by Luca Elia (l.elia@tin.it)
- 8x8 4 Color Tiles (with 8 palettes) used for both:
- 1 256x256 non scrolling layer
- 64 (32?) Sprites
***... | [
"brymaster@gmail.com"
] | brymaster@gmail.com |
faaf500733db7a9eea3b9073657015349d8cb93e | 64e4fabf9b43b6b02b14b9df7e1751732b30ad38 | /src/chromium/gen/gen_combined/services/network/public/mojom/cors.mojom-blink-import-headers.h | f7e94f76f1d9d54b0fb037c7eba5ff2e91d6e5aa | [
"BSD-3-Clause"
] | permissive | ivan-kits/skia-opengl-emscripten | 8a5ee0eab0214c84df3cd7eef37c8ba54acb045e | 79573e1ee794061bdcfd88cacdb75243eff5f6f0 | refs/heads/master | 2023-02-03T16:39:20.556706 | 2020-12-25T14:00:49 | 2020-12-25T14:00:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 388 | h | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SERVICES_NETWORK_PUBLIC_MOJOM_CORS_MOJOM_BLINK_IMPORT_HEADERS_H_
#define SERVICES_NETWORK_PUBLIC_MOJOM_CORS_MOJOM_BLINK_IMPORT_HEADERS_H_
#endif ... | [
"trofimov_d_a@magnit.ru"
] | trofimov_d_a@magnit.ru |
5407b25717d222f01c6959c77748ecd05e7249ba | 1c6a7ae5dca2a38c68fde97a676478c6573bca02 | /linux-3.0.1/drivers/scsi/qla4xxx/ql4_iocb.c | 75fcd82a8fcae40b2f56bec6d7aeacb67cbe50ee | [
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | tonghua209/samsun6410_linux_3_0_0_1_for_aws | fab70b79dc3e506dc03ac1149e2356137869c6ca | 31aa0dc27c4aab51a92309a74fd84ca65e8c6a58 | refs/heads/master | 2020-04-02T04:24:32.928744 | 2019-01-20T13:51:34 | 2019-01-20T13:51:34 | 154,015,176 | 0 | 0 | Apache-2.0 | 2018-10-24T14:51:04 | 2018-10-21T14:07:31 | C | UTF-8 | C | false | false | 10,172 | c | /*
* QLogic iSCSI HBA Driver
* Copyright (c) 2003-2010 QLogic Corporation
*
* See LICENSE.qla4xxx for copyright and licensing details.
*/
#include "ql4_def.h"
#include "ql4_glbl.h"
#include "ql4_dbg.h"
#include "ql4_inline.h"
#include <scsi/scsi_tcq.h>
static int
qla4xxx_space_in_req_ring(struct scsi_qla_host ... | [
"kyh1022@163.com"
] | kyh1022@163.com |
5c87c5824c300ea3e02f9456f98964df6e4a24c8 | 958d7fc38adc026cf1104ae4771a744562a8d758 | /process/fork/p_03_sharedfork.c | 12a57a250fec0758e48602dddc896254f8f7f310 | [] | no_license | junpfeng/LinuxSysProgram | 1045963d7ab11aebcfdedb2a2c42aaf1bd403beb | 3c2d7782d34e7cfb1b191bff69cf861d8d632b69 | refs/heads/master | 2022-04-09T17:46:22.687848 | 2019-06-26T14:18:13 | 2019-06-26T14:18:13 | 189,677,785 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 746 | c | /*************************************************************************
> File Name: p_03_sharedfork.c
> Author:
> Mail:
> Created Time: 2019ๅนด06ๆ12ๆฅ ๆๆไธ 19ๆถ01ๅ28็ง
> ็ถๅญ่ฟ็จไน้ด็็จๆท็ฉบ้ดๆฏ็ฌ็ซ็๏ผๅๅ๏ผๅๆถๅคๅถ๏ผ่ฏปๆถๅ
ฑไบซ
************************************************************************/
#include <stdlib.h>
#include <unistd.h... | [
"867607989@qq.com"
] | 867607989@qq.com |
7d3000c3ec86dede074c49bdcc1e3e333dd05b4e | 5994826002c75b0bb51994eadcef7762c3f309e0 | /src/result.c | e4df9578b968781cc6f1e53697cc865a583429d1 | [
"ISC"
] | permissive | cuulee/plproxy | 42e7171a5977a19922ade1c2e615af674679a87d | c3c0326faf622241269c0a3a5163b1373f54268d | refs/heads/master | 2020-12-02T22:18:07.956381 | 2017-06-28T14:21:01 | 2017-06-28T14:21:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,378 | c | /*
* PL/Proxy - easy access to partitioned database.
*
* Copyright (c) 2006 Sven Suursoho, Skype Technologies Oร
* Copyright (c) 2007 Marko Kreen, Skype Technologies Oร
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the abo... | [
"markokr@gmail.com"
] | markokr@gmail.com |
790d2a6df2c999fe64fbfba1c399be07207d4c49 | 31bfb394d7914cc59ef4744e57adf564648bbf2a | /comline.c | e03768c8ac9abc2a9975bafcdc2a627b78624de5 | [] | no_license | Mr-ari/All-C-Programs | c9a4c389c9576ea69cb4b6475b6c9302b73e3fe8 | 3daa90004727c8c873d3ad26e78a287bb9240daf | refs/heads/master | 2021-09-07T07:25:48.911439 | 2018-02-19T15:07:26 | 2018-02-19T15:07:26 | 115,312,221 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 854 | c | #include<stdio.h>
#include<conio.h>
#include<string.h>
int main(int argc,char* argv[]){
//gets(argv);
char temp[20];
int i,j,F;
if(argc==1)
printf("please use a command line argument:)");
else{
for (i = 0; i < argc ; i++)
{
for (j = i + 1; i < argc; j++)
{
... | [
"noreply@github.com"
] | Mr-ari.noreply@github.com |
b44278cfd3e43ca5dff64ae25a9f81b4e49f2230 | ed444c4a0ed1fe679da64b81ec6aa1ddf885a185 | /Foundation/Render/Common/Material/import.h | bd09708f7361afda3b21d891927df048afe00263 | [] | no_license | swaphack/CodeLib | 54e07db129d38be0fd55504ef917bbe522338aa6 | fff8ed54afc334e1ff5e3dd34ec5cfcf6ce7bdc9 | refs/heads/master | 2022-05-16T20:31:45.123321 | 2022-05-12T03:38:45 | 2022-05-12T03:38:45 | 58,099,874 | 1 | 0 | null | 2016-05-11T09:46:07 | 2016-05-05T02:57:24 | C++ | UTF-8 | C | false | false | 144 | h | #pragma once
#include "macros.h"
#include "MaterialGlobalParameter.h"
#include "MaterialSetting.h"
#include "Material.h"
#include "Materials.h" | [
"809406730@qq.com"
] | 809406730@qq.com |
4aefbdfdbf6da700549cc8c521acf73fb1670909 | 09140c9111164e1c6418893e0e62172fc5ef3b4f | /findpat/algo/mtf.h | aa294a7b09b2214c81a9278cdf80a52548cc944d | [
"MIT"
] | permissive | yoriyuki-aist/findpat | 1c3088f4a8fe5c519feeaf7b7f878e58c08a29a6 | 6975efb4414197bf91babd7775bb8c48d2befd0f | refs/heads/main | 2023-08-30T15:44:59.868961 | 2021-11-13T17:31:57 | 2021-11-13T17:31:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,959 | h | #ifndef __MTF_H__
#define __MTF_H__
#include "tipos.h"
/** mtf_bf: Move-To-Front Fuerza-Bruta
* Implementa MTF manteniendo la lista de elementos en un arreglo fรญsico.
* Es la implementaciรณn mas simple y corre en O(N*256) (en realidad corre
* en tiempo O(N + sumatoria(output_i)). La implementaciรณn es simple.
*/
voi... | [
"placiana@dc.uba.ar"
] | placiana@dc.uba.ar |
336221f7a9e9235d92285094a4c16b03a0f09c89 | 61387be85711cf03ca2cc4144c15369ee9a46796 | /zo-mb-es-defender/project.IOs/Project.IOs/Classes/Native/mscorlib_System_Runtime_Remoting_Messaging_ObjRefSu968727986MethodDeclarations.h | cdbaae2836f0a4002d59a63376ea2e09b2c8a817 | [] | no_license | hoangwin/raci-ngc-ar_Du-o-iHin-hBa-tC-Hu | 6bb6b64052f05bc4026e1cfc6e10844c3dfc574b | 29c4f918482e9b850503d9912ebdf7afdafcafed | refs/heads/master | 2021-01-10T10:00:33.196405 | 2016-08-14T23:06:31 | 2016-08-14T23:06:31 | 44,680,146 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,327 | 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>
// System.Runtime.Remoting.Messaging.ObjRefSurrogate
struct ObjRefSurrogate_t968727986_0;
// System.Object
struct Object_t;
// System.Runtime.... | [
"hoang.nguyenmau@hotmail.com"
] | hoang.nguyenmau@hotmail.com |
c6014c6ecd26f2f3864c6be6bd23a1a2ad7d46a8 | b98cf58b0becca483adcbb90e62e388557d8ea54 | /Examples/10/10.c | 0ab9036a6fcced88f8b1e468b11b8bda7c6da018 | [] | no_license | LMladenovic/Error_fixing_tool | 7b392bae5c37a69978981a43803a89a058e0e573 | f8903ab40a18d3331f5a7b25e46f9caeb571b073 | refs/heads/master | 2023-02-04T10:50:02.499353 | 2020-12-27T12:47:38 | 2020-12-27T12:47:38 | 280,123,424 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,207 | c | #include <stdio.h>
#include <stdlib.h>
int zbir(int **P,int n){
int i,j,be=0;
for (i=0;i<n;i++){
for (j=n-i;j<n;j++){
be+=P[i][j];
}
}
return be;
}
int main(int argc, char *argv[]){
FILE *in=NULL;
int **P=NULL;
int n;
int i,j;
if (argc==1){
fprintf(stderr,"Premalo argumenata!\n");
... | [
"lazar.s.mladenovic@hotmail.com"
] | lazar.s.mladenovic@hotmail.com |
78a487f4573ee3eda4994b27c7a46d301db932b0 | feb04221b7e4ab463c1aa5f2de6a10ce260c1e93 | /onvif/src/stdsoap2.c | 2607c33d894c105d01b9dacdc5a044f1faff339e | [] | no_license | EyecloudAi/openncc_ipc | ee8c6ae2196288332e7c0431b23181cd9318ed0a | b998816cf5885685ec6dd131741d943a4e004da7 | refs/heads/master | 2023-02-25T23:58:01.775077 | 2021-02-05T11:19:42 | 2021-02-05T11:19:42 | 329,571,890 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 502,649 | c | /*
stdsoap2.c[pp] 2.8.17r
gSOAP runtime engine
gSOAP XML Web services tools
Copyright (C) 2000-2013, Robert van Engelen, Genivia Inc., All Rights Reserved.
This part of the software is released under ONE of the following licenses:
GPL, or the gSOAP public license, or Genivia's license for commercial use.
----------... | [
"dukezuo@eyecloud.tech"
] | dukezuo@eyecloud.tech |
4a95e9be7279d4f31f8c119cd582281bf55e7bcd | e52e306e00e4c8e355d8e32364e4aff860162e8f | /darknet_detection/src/conv_lstm_layer.c | cb7e3fe176a6cc93e5e9ac581d8f487234b1f21b | [
"BSD-3-Clause"
] | permissive | Hack-n-Chill/ShittyBots | 3696473575c3a30570b1c13b33345a99d6bd23ca | 0833053cd24b63495864c1dc9a9ee4b0141df73a | refs/heads/main | 2023-01-05T00:26:08.854768 | 2020-10-19T06:49:27 | 2020-10-19T06:49:27 | 303,737,526 | 1 | 3 | BSD-3-Clause | 2020-10-18T00:03:57 | 2020-10-13T14:53:27 | C | UTF-8 | C | false | false | 48,545 | c | // Page 4: https://arxiv.org/abs/1506.04214v2
// Page 3: https://arxiv.org/pdf/1705.06368v3.pdf
// https://wikimedia.org/api/rest_v1/media/math/render/svg/1edbece2559479959fe829e9c6657efb380debe7
#include "conv_lstm_layer.h"
#include "connected_layer.h"
#include "convolutional_layer.h"
#include "utils.h"
#include "dar... | [
"roybiparnak@gmail.com"
] | roybiparnak@gmail.com |
6d85be3ffeef74233af1585118f2ca76755d57d9 | 0b4883c9a1d4da6daf9874887d4ed81d010c97b7 | /pmanager/pmanager.c | 20168269d32e8c031fc9785eb0ecde9dc01dbbc9 | [
"MIT"
] | permissive | tomxmm0/pmanager | eaab8781668bc26f89f8a40c47355499b57e8f28 | 8eb181e4f2969e53f3c0d4472e4f97ad7ec0a809 | refs/heads/master | 2022-11-05T14:21:28.069924 | 2020-06-25T15:42:14 | 2020-06-25T15:42:14 | 274,948,944 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,224 | c | #include "stdinc.h"
#include "pmanager_helper.h"
#include "pmanager.h"
struct pmanager
{
symmetric_key skey;
sqlite3* db;
unsigned char password_hash[32];
};
int pmanager_list_callback(struct pmanager* pm, const int argc, const char** argv, const char** column)
{
if (!pmanager_rijndael_setup(&pm->skey, pm->pass... | [
"tomking1902@gmail.com"
] | tomking1902@gmail.com |
7f72f0a1a902276d8c4e3af4426b4b5455c3c000 | 6cb0442545ca25b996539b919671b59a4d16e61f | /MenuSampler/Pods/Headers/Private/MenuKit/BRMenuModelPropertyEditor.h | b3ab5fe8e7b260f7d1596993343f57758ce4eeb4 | [
"Apache-2.0"
] | permissive | Blue-Rocket/BRMenu | 1262744859367404a0e99380e14ba27dd056d45c | 879159a0ede45627e87c5d24435afc0791f9ebf8 | refs/heads/master | 2021-01-22T05:05:25.871183 | 2016-03-02T18:29:37 | 2016-03-02T18:29:37 | 39,219,896 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 57 | h | ../../../../../Menu/Code/Core/BRMenuModelPropertyEditor.h | [
"git+matt@msqr.us"
] | git+matt@msqr.us |
bc9d59c41993744c057056105d319f7245b3f48a | b52fcc295c73b353d9976b1d657de337a6f7e620 | /samd21/samples/quick_start/src/ASF/sam0/utils/cmsis/samd21/include/samd21e18a.h | 623605e1a8f9292aa7a10eacc55c5b754bb7a81a | [] | no_license | mksong-atmel/parse-embedded-sdks | 148ece8f01e0734fd7d20c4ec897f1c4860948a3 | 7bf8140f2de40513506c58f2dafc30cddb93304d | refs/heads/master | 2021-01-18T08:22:29.238490 | 2015-09-04T02:06:07 | 2015-09-04T02:06:07 | 41,890,531 | 2 | 3 | null | 2015-09-04T00:32:24 | 2015-09-04T00:32:24 | null | UTF-8 | C | false | false | 29,547 | h | /**
* \file
*
* \brief Header file for SAMD21E18A
*
* Copyright (c) 2014-2015 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
... | [
"mk.song@atmel.com"
] | mk.song@atmel.com |
def5160e4669b465283eabafe5a3ca4db7c409b4 | 87eb2cd82ea5b617f359989a95589db76fd1d812 | /archive/master/v0.0.4-545-gcd662e5/arty/net/mor1kx.linux/software/include/generated/csr.h | 837dd70686dae820faf890862cb944a2d4b98e71 | [
"MIT",
"BSD-2-Clause"
] | permissive | timvideos/HDMI2USB-firmware-prebuilt | d6872785c7b97d5a1a2fe3418458824d944c3f37 | bf8ee7bf8ec3569980b02ab39c9700bf4b9ce5a9 | refs/heads/master | 2023-05-04T14:30:57.741336 | 2020-01-30T16:52:41 | 2020-01-30T16:52:41 | 11,761,544 | 9 | 14 | null | 2018-04-27T21:25:04 | 2013-07-30T09:33:09 | Verilog | UTF-8 | C | false | false | 33,964 | h | //--------------------------------------------------------------------------------
// Auto-generated by Migen (562c046) & LiteX (113f7f40) on 2019-07-09 10:30:55
//--------------------------------------------------------------------------------
#ifndef __GENERATED_CSR_H
#define __GENERATED_CSR_H
#include <stdint.h>
#if... | [
"robot@timvideos.us"
] | robot@timvideos.us |
dc072f1479bcc4a132e3a205b5f5e296be0668bd | e59481ddff8673ac04c0cb0a0afdffb8a2cab599 | /libnvcore/src/tcp.c | a2e2ff584808e3e9e7c7c3f87229722d30351715 | [] | no_license | u125300/netvirt | 5f8d967f59fd08e8766a8a7d495d96e05cee3f8a | fc16fbe5e7ef98bd9a6f50625b2e29d1de8d7091 | refs/heads/master | 2020-03-09T23:19:33.297681 | 2017-12-22T02:20:28 | 2017-12-22T02:20:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,204 | c | /*
* NetVirt - Network Virtualization Platform
* Copyright (C) 2009-2014
* Nicolas J. Bouliane <admin@netvirt.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation; version 3 of th... | [
"nicboul@gmail.com"
] | nicboul@gmail.com |
dcb0658c95f02fc43a88e00c3d2fa7583389fe68 | a80406f1e85578d3a7f060a022cc3eaa067ca1fa | /ADC_without_DMA_example/src/main.c | 78abe37ce72954f15b8910e6fe60ad81f208b384 | [] | no_license | bmaxfie/Cerulean-Hardware | c13ffa8f9189c875257bfbd5a8e92fa35a745876 | cd9c01953d2f09cfc32970e9381c2d01791d7f36 | refs/heads/master | 2021-01-20T23:09:53.655000 | 2015-08-07T01:57:42 | 2015-08-07T01:57:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,407 | c | #include "stm32f4_discovery.h"
#include "stm32f4xx_conf.h"
#include <misc.h> // I recommend you have a look at these in the ST firmware folder
#include <stm32f4xx_usart.h> // under Libraries/STM32F4xx_StdPeriph_Driver/inc and src
#include <stm32f4xx_dma.h>
#include <stm32f4xx_adc.h>
void Delay(__IO uint32_... | [
"rmcbee@purdue.edu"
] | rmcbee@purdue.edu |
facce1fa1160a1984c6a534b2bbe99b28dd3921d | 7270fa8a47187d7675d5ebec2b00615ea8a42a83 | /Primeiros Passos/Resumo_De_Conteudo/estruturasDeRepeticao.c | 02e714f6a53d5a2e059276d1df85e12fb13bfe92 | [] | no_license | JavelFreitas/Estrutura-de-Dados-2019.1 | 1fc5fecb74e7008cfdd5dfec84da0ca2bcc1d2e4 | 6a8327499605af2f7e8fbe0b0422b7877d63785b | refs/heads/master | 2020-04-29T05:46:45.102429 | 2019-06-18T21:41:46 | 2019-06-18T21:41:46 | 175,893,980 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 930 | c | #include <stdio.h>
// Estruturas de Repetiรงรฃo for, while, do while;
int main(){
int x = 0, soma = 0;
printf("\n");
for(int i = 0;i<=10; i++){ //mais usado quando se sabe o numero de repeticoes Ex: Vetores e Matrizes
printf("Digite o %d numero\n", i);
scanf("%d", &x);
soma += x;
... | [
"javelqueiroz@outlook.com"
] | javelqueiroz@outlook.com |
251ea430501509ed86384fe2f970ff087c13fafe | 075ed80a041ae98a7ae9bb20a9551b4be6493a86 | /d/Empire/islands/ruins.h | d01dc56ff8531004970ff65aa55b5d4cf58ce167 | [] | no_license | simonthoresen/viking | 959c53f97c5dcb6c242d22464e3d7e2c42f65c66 | c3b0de23a8cfa89862000d2c8bc01aaf8bf824ea | refs/heads/master | 2021-03-12T21:54:46.636466 | 2014-10-10T07:28:55 | 2014-10-10T07:28:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,902 | h | #ifndef RUINS_H
#define RUINS_H
#include "/d/Empire/empire.h"
#define RUN_DIR (EMP_DIR_ISLANDS + "ruins/")
#define RUN_DIR_DAEMONS (RUN_DIR + "daemons/")
#define RUN_DIR_ETC (RUN_DIR + "etc/")
#define RUN_DIR_OBJ (RUN_DIR + "obj/")
#define RUN_DIR_ROOMS ... | [
"simon@hult-thoresen.com"
] | simon@hult-thoresen.com |
06bb553043e5017e321d05fe82bf2d80068b7df6 | 37683f8abb4d01de29ebee70b201b18d2710da6e | /ft_putnbr.c | 6d9a885a1656cbca40f9684fc20d13dbf137d72a | [] | no_license | sumaseko/libft | 15c96c346d3b16a4ccb61218528750c67aedfda9 | cc373c187ed371aff95a1ef1023c0e8762d5909e | refs/heads/master | 2020-05-23T22:40:40.277937 | 2019-06-20T06:37:01 | 2019-06-20T06:37:01 | 186,978,784 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,151 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putnbr.c :+: :+: :+: ... | [
"sumaseko@c4r9s8.wethinkcode.co.za"
] | sumaseko@c4r9s8.wethinkcode.co.za |
cb67316c31f52aa2d5c9bb78508f887254be02b4 | 86a35f1d288b74e40df09fbe6824cdaf9ac4cd09 | /cPractice/2019-3-9.c | 48cf88cfe23adb5569806b8ec65faac2b3f3fec7 | [] | no_license | South-Walker/ACM | d94d2660dd1f644606cc4273a17f96ad89129db0 | 69719343d4f424b3060ddc1c247577b213daf6a6 | refs/heads/master | 2020-04-06T06:28:06.663486 | 2019-03-21T12:43:51 | 2019-03-21T12:43:51 | 82,779,207 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,175 | c | #include <stdio.h>
int howmany(char*x,int xcount,char*guo,int guocount)
{
int i,j=0;
int r=0;
for(i=0;i<guocount;i++)
{
if(x[j]==guo[i])
{
r++;
}
j++;
if(j>=xcount)
{
j=0;
}
}
return r;
}
int q1()
{
char*a="ABC";
char*b="BABC";
char*c="CCAABB";
int n;
int ia,ib,ic;
int max;
char guo[200... | [
"506830915@qq.com"
] | 506830915@qq.com |
719af10cb7e2beaf47f5ddf4bf0ca31f0f9ae6d6 | 1da17c4632bedb3afb80a7d6cd85e9427d8566b4 | /usbDataTransferDll/Hpp/Resource.h | 601c00e6759faa02d501b462617d075013a23c7e | [] | no_license | luoshutu/usbApplication | 1293c214c84acf92d3af45b50de8f06398747d9b | 17ca7ee9ba247b519eebea9cb64bf04813786252 | refs/heads/master | 2023-04-08T19:51:41.113209 | 2021-04-26T06:32:56 | 2021-04-26T06:32:56 | 350,678,566 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,474 | h | //{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by BulkLoop.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_BULKLOOP_DIALOG 102
#define IDR_MAINFRAME ... | [
"luoshutu@qq.com"
] | luoshutu@qq.com |
fb4558fbc0b222dca9dcba996d89e1ad665ab2cc | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/spi/extr_spi-uniphier.c_uniphier_spi_set_cs.c | 458bc9b8f45325a13fb4044598087ddddbafad96 | [] | 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,085 | 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 |
3288da4ec86599bf493a66e7bc98c5ccfb2fc32a | f8e6f6c6fa9495561653ca41777d754e431ad543 | /demos/pc/windows/common/application_code/aws_entropy_hardware_poll.c | bc0661b587b5f29129c0b87ea8c254b139a32df4 | [
"MIT"
] | permissive | roedan/amazon-freertos | b3750673f345a6985bf1a988babf1b5c1c326a19 | 52edb7c79ee1691088208ad5fdd6e062bbe8151b | refs/heads/master | 2021-08-24T06:32:46.955449 | 2017-12-07T17:47:06 | 2017-12-07T17:47:06 | 113,350,623 | 1 | 2 | null | 2017-12-06T18:05:40 | 2017-12-06T18:05:39 | null | UTF-8 | C | false | false | 2,217 | c | /*
* Amazon FreeRTOS V1.0.0
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, includi... | [
"aggarg@amazon.com"
] | aggarg@amazon.com |
8f7a4f718cacb61bf79567f999ca390b442e267a | 70f63f6b356c665842e359469a89287106a5a754 | /src/mudlib/d/limbo/comun/habitacion/limbo/newbie/mina/cruce01.c | 83db9c75621396fa9731e91ffd0d8eb7401f3da3 | [] | no_license | DPrenC/endor-mud | 2aebc7af384db692c7dbc6c0a0dbb3c600e93ecc | 3ca7605715ce2c02734c68766470f5d581b9fc98 | refs/heads/master | 2021-01-21T18:53:26.493953 | 2017-05-21T23:04:36 | 2017-05-21T23:04:36 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 1,462 | c | /*
DESCRIPCION : cruce entre galerias
FICHERO : /d/limbo/comun/habitacion/limbo/newbie/mina/cruce01.c
MODIFICACION : 05-08-98 [Angor@Simauria] Creacion
--------------------------------------------------------------------------------
*/
#include "./path.h"
inherit ROOM;
create()
{
::create();
SetIntShort... | [
"ea5gna@gmail.com"
] | ea5gna@gmail.com |
7cd20c868663d48a74d8b8d27b3991d400f448a1 | fad392b7b1533103a0ddcc18e059fcd2e85c0fda | /install/px4_msgs/include/px4_msgs/msg/log_message__functions.h | 245de04503400d7c12f7eaa72d72494f16b71158 | [] | no_license | adamdai/px4_ros_com_ros2 | bee6ef27559a3a157d10c250a45818a5c75f2eff | bcd7a1bd13c318d69994a64215f256b9ec7ae2bb | refs/heads/master | 2023-07-24T18:09:24.817561 | 2021-08-23T21:47:18 | 2021-08-23T21:47:18 | 399,255,215 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 107 | h | /home/navlab-tx2-4/px4_ros_com_ros2/build/px4_msgs/rosidl_generator_c/px4_msgs/msg/log_message__functions.h | [
"adamdai97@gmail.com"
] | adamdai97@gmail.com |
b092bce7099982554849a2c8e670a2a0e043a05d | 0282ff3f0f1094a1795181f5a242e2ece073f480 | /Templates/C.c | 75b30dc05cec53fa92eb4b60a66bd595ce6bf1b6 | [] | no_license | Zerva5/dotfiles | 14b0bce3a24852874c6ef10dc9538dc9e9178f95 | b0947f425e6de93d026d2a2af42e2dcc402b6f1b | refs/heads/master | 2023-08-07T03:51:41.322584 | 2023-07-25T18:41:55 | 2023-07-25T18:41:55 | 191,096,996 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 86 | c | #include <stdio.h>
int main(int argc, char** argv) {
printf("hello world!\n");
}
| [
"lucasmmayall@gmail.com"
] | lucasmmayall@gmail.com |
4568c938a6b922186789c8e8cc0bff973b55bc6e | bb108c3ea7d235e6fee0575181b5988e6b6a64ef | /mame/src/emu/cpu/sh4/sh4comn.c | 72730abeca28e841c9cdc3b34a54f07b94aed926 | [
"MIT"
] | permissive | clobber/MAME-OS-X | 3c5e6058b2814754176f3c6dcf1b2963ca804fc3 | ca11d0e946636bda042b6db55c82113e5722fc08 | refs/heads/master | 2021-01-20T05:31:15.086981 | 2013-04-17T18:42:40 | 2013-04-17T18:42:40 | 3,805,274 | 15 | 8 | null | 2013-04-17T18:42:41 | 2012-03-23T04:23:01 | C | UTF-8 | C | false | false | 37,252 | c | /*****************************************************************************
*
* sh4comn.c
*
* SH-4 non-specific components
*
*****************************************************************************/
#include "emu.h"
#include "debugger.h"
#include "sh4.h"
#include "sh4regs.h"
#include "sh4... | [
"brymaster@gmail.com"
] | brymaster@gmail.com |
b47d75edb82f60f8f2b64425bf5060f943efbe36 | 7529071b6a2370b2dd3b3636eeaf1eefc4251422 | /PPQCU_CU_MAIN.X/config.h | 1f515ccfad819c8dda3a220d744b7b3144ccc807 | [
"MIT"
] | permissive | pschilkdev/QuadCopter_PP | a653aea5666cec26332fe0a46b20d660a91d5890 | ef13ff9bbae560643702274cb7cc75a28065313a | refs/heads/master | 2021-01-10T04:40:33.452213 | 2016-02-28T10:44:41 | 2016-02-28T10:44:41 | 48,706,587 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 547 | h | /*
* File: config.h
* Author: Philipp
*
* Created on December 28, 2015, 11:16 PM
*/
#ifndef CONFIG_H
#define CONFIG_H
#ifdef __cplusplus
extern "C" {
#endif
#include <p32xxxx.h>
#include <xc.h>
typedef unsigned char BOOL;
#define TRUE 1
#define FALSE 0
// ======== GLOBAL OPTIONS =====... | [
"pschilk@stu.iics.k12.tr"
] | pschilk@stu.iics.k12.tr |
299505d00ab1a8ae68f8c92b8d7c90b9e9213d67 | 1744185a1e318fd0705b7c8d71635966bf2f7451 | /template/lib/Projects/STM32F412ZG-Nucleo/Applications/USB_Host/HID_Standalone/Src/mouse.c | b562dff75c983f90ae27531d21e3bd136d6277ad | [
"MIT",
"LicenseRef-scancode-st-bsd-restricted"
] | permissive | swedishhat/stm32f4-bear-metal | 99554444acc611433190b00599d5be9ebbcbac49 | 04c8ae72ee6ea658dc376afe64f7f3a47c67512b | refs/heads/master | 2020-12-24T09:09:59.574026 | 2016-11-09T18:07:57 | 2016-11-09T18:07:57 | 73,302,594 | 0 | 1 | MIT | 2020-03-08T01:27:48 | 2016-11-09T16:45:24 | C | WINDOWS-1252 | C | false | false | 10,150 | c | /**
******************************************************************************
* @file USB_Host/HID_Standalone/Src/mouse.c
* @author MCD Application Team
* @version V1.0.0
* @date 06-May-2016
* @brief This file implements Functions for mouse menu
**************************************... | [
"patrick.d.lloyd@gmail.com"
] | patrick.d.lloyd@gmail.com |
4b7d06fba22639c5e82006213c60c8b176ec78dc | a4fe5433ebecd10886612b767838c9fa2a515300 | /question1/test1.c | 75a71960b882f28b0e082afdf4b0030a0b861978 | [] | no_license | dvp180001/final | 0973d45f07acbae280d16f040262512087c87eb5 | ff3bfb871f2e4762402f00ac62067bdc992731a7 | refs/heads/master | 2020-04-11T18:40:06.099729 | 2018-12-17T15:37:15 | 2018-12-17T15:37:15 | 162,007,111 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,932 | c | /*--------------------------------------------------------------------*/
#include "mytools.h"
#include <assert.h>
#include <math.h>
#include <stdio.h>
/* ------------------------------------------------
* * ------------------------------------------------*/
int main()
{
int i;
... | [
"dvp180001@cslinux1.utdallas.edu"
] | dvp180001@cslinux1.utdallas.edu |
46c2699bf85233bcd21672392430d3bc580ae814 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/net/netfilter/extr_nf_conntrack_sip.c_process_update_response.c | 4c40f76ce005f0d5b48324bc08a24dc96e63d683 | [] | 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,499 | 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 |
981c277504c6ad6a6956b88e5dc29e04cce90d08 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/i2c/busses/extr_i2c-designware-platdrv.c_i2c_dw_get_clk_rate_khz.c | d5681088f4449682c51a4684728ef04cccfeca73 | [] | 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 | 622 | 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 |
b283597fc90535bd5d9be2805a467ca3a1d796d5 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/darwin-xnu/osfmk/kern/extr_processor.c_pset_find.c | b82dc265fe3e768ad22754f979d0f8f5a5caf77a | [] | 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,347 | 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 |
ff74aeb64cc21495daf2c5ee2586fb5eca62f748 | d88b769d7e14b451d446dcaedd43cab491736835 | /้ๅฝ/ๅ้ฑผ้ฎ้ข.c | aae2319051295cbdb4ac82675d5928dea74d3756 | [] | no_license | lokwm/Practice | 6928a926d61d4942cadabc0b85d04eac1a8769ad | fe47bd283f7f01122c0e98127993687ad1a07c5a | refs/heads/master | 2022-11-30T01:49:34.751486 | 2020-08-08T07:40:44 | 2020-08-08T07:40:44 | 286,039,779 | 0 | 1 | null | 2020-08-08T12:33:09 | 2020-08-08T12:33:09 | null | UTF-8 | C | false | false | 1,101 | c | /*AใBใCใDใE่ฟ5ไธชไบบๅไผๅค้ดๆ้ฑผ๏ผๅๆจๆถ้ฝๅทฒ็ป็ฒๆซไธๅ ช๏ผไบๆฏๅ่ชๅจๆฒณ่พน็ๆ ไธไธญๆพๅฐๆน็ก็ไบใ็ฌฌไบๅคฉๆฅไธไธ็ซฟๆถ๏ผA็ฌฌไธไธช้ๆฅ๏ผไปๅฐ้ฑผๅนณๅไธบ5ไปฝ๏ผๆๅคไฝ็ไธๆกๆๅๆฒณไธญ๏ผ็ถๅๆฟ็่ชๅทฑ็ไธไปฝๅๅฎถๅปไบ๏ผ
B็ฌฌไบไธช้ๆฅ๏ผไฝไธ็ฅ้Aๅทฒ็ปๆฟ่ตฐไบไธไปฝ้ฑผ๏ผไบๆฏไปๅฐๅฉไธ็้ฑผๅนณๅไธบ5ไปฝ๏ผๆๆๅคไฝ็ไธๆก๏ผ็ถๅๅชๆฟ่ตฐไบ่ชๅทฑ็ไธไปฝ๏ผๆฅ็CใDใEไพๆฌก้ๆฅ๏ผไน้ฝๆๅๆ ท็ๅๆณๅ้ฑผใ้ฎ่ฟ5ไบบ่ณๅฐๅไผๆๅฐๅคๅฐๆก้ฑผ๏ผๆฏไธชไบบ้ๆฅ
ๅๆ็ๅฐ็้ฑผๆฏๅคๅฐๆก๏ผ*/
#include <stdio.h>
int fishSharing(int num,int fishs){
if((fishs-1)%5==0){
if(num == 1)
... | [
"noreply@github.com"
] | lokwm.noreply@github.com |
d10a1d6e6230549697a09147f478412dcf3fc9fd | 1f692873720d3bc7dee3a49dfc667d93610f1956 | /firmware/ecos/ecos_install/include/pkgconf/libc_time.h | b5cff4b0a36feccfc5d91cb43e62c687a9cc259c | [] | no_license | JanusErasmus/LEDtable | 8b5db8cb0cfec707f6835cb99254413b8c99396a | 7f2aa6dbfca32c5b8b3ec3a21f4e793716044336 | refs/heads/master | 2021-01-21T06:18:26.069880 | 2018-02-26T07:15:20 | 2018-02-26T07:15:20 | 83,204,563 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,159 | h | #ifndef CYGONCE_PKGCONF_LIBC_TIME_H
#define CYGONCE_PKGCONF_LIBC_TIME_H
/*
* File <pkgconf/libc_time.h>
*
* This file is generated automatically by the configuration
* system. It should not be edited. Any changes to this file
* may be overwritten.
*/
#define CYGSEM_LIBC_TIME_CLOCK_WORKING 1
#define CYGSEM_LIBC_T... | [
"janus@kses.net"
] | janus@kses.net |
486126b9474b26ecea08cb223346597f65c9709b | 6f03635be237d8276cac053cdfbf145e8c604832 | /hmap_test.c | b696aa5fc4715c2868a591ed1f23c14df60b062a | [] | no_license | stillinbeta/hmap | 56809640896cb1b36f5346c134b58117b9c7a822 | 6068207e7be036529bdc461bc0e57b47657a5635 | refs/heads/master | 2020-05-15T19:50:41.579112 | 2015-09-14T00:55:41 | 2015-09-14T00:55:41 | 42,404,395 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,927 | c | #include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <setjmp.h>
#include <string.h>
#include <google/cmockery.h>
#include "hmap.h"
// If unit testing is enabled override assert with mock_assert().
#if UNIT_TESTING
extern void mock_assert(const int result, const char* const expression,
... | [
"liz@heroku.com"
] | liz@heroku.com |
e55bc76fc5aadd29d4e93690cc37e63eb30a7bfc | ec8a3dfabe6c67894206dd83aa76f9949d1b394a | /ranlux_random.c | f325e3d7d4b2fec6663230732fdbf265407e08d4 | [] | no_license | kkoziara/stops2 | 99538191ec18939f4d3c5e0cb322b61f0a152544 | 46fb7e59acfc3def28214dd63bab3826f9cd451c | refs/heads/master | 2020-12-24T16:42:53.536317 | 2014-04-29T06:35:45 | 2014-04-29T06:35:45 | 19,265,878 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,109 | c | #include <pyopencl-ranluxcl.cl>
/*
Kernel which must be run before using ranlux.
*/
__kernel void init_ranlux(__private uint ins,
__global ranluxcl_state_t *ranluxcltab)
{
ranluxcl_initialization(ins, ranluxcltab);
}
/*
Kernel for getting vector of random numbers using ranlux.
*/
__kernel void get_random_vect... | [
"tosterovic@gmail.com"
] | tosterovic@gmail.com |
561446550fae954850eb33fc270f76ef6f57ff12 | 53417d47bf1b8778e9b9e4b0e2a58ffa9d6f7465 | /Projects/mySTM32F5/MyBoard/My1000 -0929/Src/triangle/matrix.h | cd8e0459883490973d063c9feb27aacb38564922 | [] | no_license | JivaZhang/STM32Cube_FW_F1_V1.4.0 | c84c3df43cc7ed2990732d295a53375e570bf10f | 333a5a7bc7671818dc81b57ff01666072e135ed4 | refs/heads/master | 2020-03-23T09:15:29.986239 | 2018-03-08T05:56:52 | 2018-03-08T05:56:52 | null | 0 | 0 | null | null | null | null | MacCentralEurope | C | false | false | 2,886 | h | /**************************************************************************************************
Filename: matrix.h
Description: matrix
Author: Kai Zhao
IMPORTANT: Your use of this Software is limited to those specific rights
granted under the terms of a software license agreement between the us... | [
"zhaokalbert@gmail.com"
] | zhaokalbert@gmail.com |
fc51c4a1c0296656b804cc1a92372938ee8619c0 | 823a9876eca3931574bb7c22f54d20ec49b283c7 | /Lab3_tasks_in_files/task2_while/task2_func.c | 0aed98700c4e00e688e320bd923cc7f3e858ffaf | [] | no_license | YansonTheSlayer/Liseenko_LABS | acde6fc52a5e6f663771721ce95c7260631097a0 | 9dcfa5efb3c62ec3c879bf0c5fa3b6212a89cecc | refs/heads/master | 2020-03-17T21:47:33.092738 | 2018-05-28T20:32:39 | 2018-05-28T20:32:39 | 133,975,841 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 260 | c | #include <math.h>
double summ2(float eps) {
float a0 = 1, a1 = 0, diff = fabs(a0 - a1);
int i = 1;
while (diff > eps) {
a1 = a0 + pow(-1, i)*((i + 1) / (pow(i, 3) - pow(i, 2) + 1));
diff = fabs(a0 - a1);
a0 = a1;
i++;
}
return a1;
}
| [
"noreply@github.com"
] | YansonTheSlayer.noreply@github.com |
eebcbd6549325f5fa8fb11bf294b0343186d0d66 | f649261c34c1e811a318d11d5d2fcf2f02028005 | /0x09-argc_argv/0-whatsmyname.c | f245418381d694c0f62b8fb2cc0c3faac67ea099 | [] | no_license | pnzamuwe/holbertonschool-low_level_programming | 1cb5d9b6bb028e88d7424a6d3e7eb75740571f8e | 652c2167664697cc6b2403d7828f16a3ef0eb748 | refs/heads/master | 2023-08-08T02:01:41.146362 | 2017-04-15T02:51:20 | 2017-04-15T02:51:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 309 | c | #include <stdio.h>
#include <stdlib.h>
/**
* main - a program that prints it's own name
* @argc: count of arguments supplied to the program
* @argv: pointer to an array of pointers.
*
*Return: 0 is complete
*/
int main(int argc, char **argv)
{
while (argc--)
printf("%s\n", *argv++);
return (0);
}
| [
"rdsim8589@gmail.com"
] | rdsim8589@gmail.com |
dd45f8b4cc92852bbac5cac9da22576f4a0bbee1 | ac362bb8969d647cd219430bc71c831d894e531c | /sys/arch/sandpoint/sandpoint/kgdb_glue.c | 327dfd28c52e61e9cc9872fc588437d748048975 | [] | 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 | 2,960 | c | /* $NetBSD: kgdb_glue.c,v 1.4 2005/12/24 22:45:36 perry Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
* Copyright (C) 1995, 1996 TooLs GmbH.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditio... | [
"mouse@Rodents-Montreal.ORG"
] | mouse@Rodents-Montreal.ORG |
5da8bba37282200a393b776b39ce02c07653f6be | f5e56415da562ec6f5f1e1b44aae468fc9145699 | /c/algorithm/random-generator.c | 8c0f27cffab222d76817277631a072a17c3f9fab | [] | no_license | dantin/shadow | c13985e78e4ac1508a34c9832c7a91cdf98d9c3c | 3aaf4fcad854021f32b218afffec74a972e767dd | refs/heads/master | 2021-01-10T21:13:37.853484 | 2014-01-08T02:59:19 | 2014-01-08T02:59:19 | 7,336,412 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,129 | c | /*
* Copyright (c) david, all rights reserved.
*
* filename : random-generator.c
* version : 1.0
* author : david
* date : 2013-01-06
* description : ไธ้ๅค้ๆบๆฐๅ็ๆ็ฎๆณ
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#define SEED 298
void generate_sequence(int *array, const int size... | [
"chengjie.ding@gmail.com"
] | chengjie.ding@gmail.com |
254ef76bbd81e09a92efc131357938a8f4780942 | 339278d6218035c26b040966e6879bbe364b6031 | /PLOTS/munu/MET130/mudz_all_DPhiSIGNAL_CJVfail_log.C | 7e77d2ae80cefaa136c8fc0f205bdf1c57a698b0 | [] | no_license | pjdunne/ichnnplots | a39a58780a5df4a09dcd2169e0275f9da96ca053 | 4f36e338299efc225c85ee16d11c4c25599404f9 | refs/heads/master | 2020-05-23T15:42:13.189894 | 2013-11-22T10:25:01 | 2013-11-22T10:25:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,736 | c | {
//=========Macro generated from canvas: canv/canv
//========= (Mon Nov 18 17:54:41 2013) by ROOT version5.32/00
TCanvas *canv = new TCanvas("canv", "canv",0,0,700,700);
gStyle->SetOptFit(1);
gStyle->SetOptTitle(0);
canv->SetHighLightColor(2);
canv->Range(0,0,1,1);
canv->SetFillColor(0);
canv->Se... | [
"pdunne@cern.ch"
] | pdunne@cern.ch |
7d4573c2179d6cafc85f59f817a70a04125a926b | f1f04f4af2b9dc81465f73f6a49f9b7f32d8c50a | /Assignment2/Assignment2_Part2/RGBLed.c | 9ed72c75f28021bc7da90e3e998b66de031c7935 | [] | no_license | varuncjoshi/CSE438 | 27f76180a8ae701cc817feaa8675561b7518c5da | 4b8b91a37b08ce31c1f3c170cdca67e91e00ab0e | refs/heads/master | 2021-09-01T23:26:40.805503 | 2017-12-29T06:00:32 | 2017-12-29T06:00:32 | 115,690,023 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,277 | c |
/* Course : CSE 438 - Embedded Systems Programming
* Assignment 2 : To implement GPIO control in Kernel Space
* Team Member1 : Samruddhi Joshi ASUID : 1213364722
* Team Member2 : Varun Joshi ASUID : 1212953337
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h... | [
"noreply@github.com"
] | varuncjoshi.noreply@github.com |
610f7916a4ba9a88a9b0c4bbb61fbb4fa404fdbc | c57e3cbe9a9d940a0f28272ae5628a5b08af6377 | /test.c | 45e38cf771d948672646bf449a9c8501342d39ed | [] | no_license | pranith/qsim_tests | 39df1a9bd3b93e7e4f13d1fcf643507b855e891e | 231987a1ac8c3d24a55d9521b9d98800d2fb6c79 | refs/heads/master | 2016-09-06T09:22:20.488798 | 2015-08-10T20:12:04 | 2015-08-10T20:12:04 | 39,752,947 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 310 | c | #include <stdio.h>
#include "qsim_magic.h"
#include <stdint.h>
uint64_t arr[10];
void print_cpsr()
{
int i = 0;
qsim_magic_enable();
for (i = 0; i < 10; i++)
arr[i] = 0xffff1234 & i;
for (i = 0; i < 10; i++)
arr[i] *= i;
qsim_magic_disable();
return;
}
int main()
{
print_cpsr();
return 0;
}
| [
"bobby.prani@gmail.com"
] | bobby.prani@gmail.com |
772e17083331cd7d0206fc517d21f6f33c834527 | c5138b004e95b2d733ac377c45968d1e1b97cee4 | /zappy/libft/ft_strsub.c | 4c9f7fe41938804c25ccded9fa3a10a236b577a2 | [
"MIT"
] | permissive | fflorens/portofolio42 | 8ec337789d25375c5c2efc255d4418539225e362 | 4368c33460129beaebea0c983a133f717bc9fe13 | refs/heads/master | 2021-09-05T08:16:10.833151 | 2018-01-18T16:11:48 | 2018-01-18T16:11:48 | 117,814,524 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,219 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsub.c :+: :+: :+: ... | [
"fflorens@student.42.fr"
] | fflorens@student.42.fr |
a63801225cffb3f61342f2514e246cb6c02537b9 | d57639486c6f5403ad6e37524437bafdd252381b | /projects/bourreta/grebloveDominion/dominion/dominion.c | 9a9933738e7bc642a09d9c3b96535dc8d039da6f | [] | no_license | bourreta/CS362-004-F2017 | 95d640bc0db93b0387c140263f4a604951106391 | ab80fbe23353f9fd77fcff5213bdd063da4d5ead | refs/heads/master | 2021-08-22T09:03:29.447418 | 2017-11-28T15:22:52 | 2017-11-28T15:22:52 | 104,382,730 | 0 | 0 | null | 2017-09-21T18:15:27 | 2017-09-21T18:15:27 | null | UTF-8 | C | false | false | 33,912 | c | #include "dominion.h"
#include "dominion_helpers.h"
#include "rngs.h"
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
int compare(const void* a, const void* b) {
if (*(int*)a > *(int*)b)
return 1;
if (*(int*)a < *(int*)b)
return -1;
return 0;
}
struct gameState* newGame() {
st... | [
"bourreta@flip1.engr.oregonstate.edu"
] | bourreta@flip1.engr.oregonstate.edu |
bff2cf2369fdcb6b247d36b4fe5340dbb016feda | 4990526005c3cc7db197af8ff9d33e998252ab63 | /Simple_Lisp_Interpreter/read.c | 529fae7eeda4af989ca537fe231db890f48dd7a4 | [] | no_license | GunterMueller/XBVLisp | 557837c613599ca8f9fdd5df8486f15e81fe473f | 6ece431cbd298e36b96cb6b729bcbf3738d8509b | refs/heads/master | 2021-06-26T00:05:01.865206 | 2019-08-04T04:16:59 | 2019-08-04T04:16:59 | 148,724,974 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,114 | c | /*
* read.c
*/
#include <ctype.h>
#include "main.h"
char read_buf[128];
int pos_read_buf;
init_read() /* indique que le buffer est vide */
{
pos_read_buf = 80;
}
unread_char(ch) /* remettre le caractere dans le buffer */
char ch;
{
read_buf[--pos_read_buf] = ch;
}
char read_char() /* ramene... | [
"gunter.mueller@gmail.com"
] | gunter.mueller@gmail.com |
fcd825d85a2be73a6248d365d44540c4584e1a42 | 84403bfbfe8f717b73993fbab75bd2d5303df94d | /w03/src/pc-common.h | ad7a1d0f3f32e66fe63d6bb0c50d87033d2ab5e8 | [] | no_license | manishshambu/HighPerformanceComputing | e30ff8b5399af56aeebc2310fbe160b37a637992 | be06fe7d4fdf2a2711dde60416efd3c1035b98b2 | refs/heads/master | 2021-08-22T22:52:41.501680 | 2017-11-29T22:06:21 | 2017-11-29T22:06:21 | 107,702,544 | 0 | 0 | null | 2017-12-01T14:09:04 | 2017-10-20T16:41:43 | C++ | UTF-8 | C | false | false | 306 | h | #ifndef PC_COMMON_H
#define PC_COMMON_H
#include <pthread.h>
#include <cstdio>
#include <cstdlib>
extern int fill;
extern int use;
#define BSZ 5
extern int buffer[BSZ];
#include <semaphore.h>
extern sem_t empty;
extern sem_t full;
extern pthread_mutex_t pLock;
extern pthread_mutex_t cLock;
#endif
| [
"mash3503@colorado.edu"
] | mash3503@colorado.edu |
d184727dc4551199765d37824a3353d9355feccc | 51d24a1bbce0b3bd4c6c2411a6073579344f0e3f | /user/hal/hal_led.h | 5aa80085ceb3f38e32332d82c8712632fff4eacb | [] | no_license | xudahong/Smart-Home | 3cf9d99152776e1b86e4043cb23cdd373c33ac09 | 71285ba57c8ee2879d25564bc95de7da3ad2850e | refs/heads/master | 2023-02-18T03:42:21.479490 | 2021-01-17T03:56:13 | 2021-01-17T03:56:13 | 316,908,517 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 235 | h | #ifndef __HAL_LED_H__
#define __HAL_LED_H__
#include "common.h"
#define MACR_RLED_LED0 0
#define MACR_RLED_LED1 1
#define MACR_RLED_LED2 2
void Hal_LED_Init(void);
void Hal_RLed_ON(u32 rled);
void Hal_RLed_OFF(u32 rled);
#endif
| [
"1403992564@qq.com"
] | 1403992564@qq.com |
b90bf5bf9051ce8d74ce79f3b424f704f6595a28 | 0200e8e5f91719cc5cfe810ea3c3fc06c7d9987e | /script_rel/lovetriangle.c | 3c4f296433b41b082ed834fb5eda9d98ab39d3b8 | [] | no_license | JayKoZa/RDR2-Decompiled-Scripts | 9ded02ca0e1973f88a3a1e05a2003b78d86f1a0a | a111493215b9db0b11c8f477816280f412c8b2de | refs/heads/master | 2021-05-19T15:54:26.705087 | 2021-03-03T10:23:18 | 2021-03-03T10:23:18 | 252,830,801 | 13 | 5 | null | null | null | null | UTF-8 | C | false | false | 99,218 | c | #region Local Var
var uLocal_0 = 0;
var uLocal_1 = 0;
var uLocal_2 = 0;
var uLocal_3 = 0;
var uLocal_4 = 0;
var uLocal_5 = 0;
var uLocal_6 = 0;
float fLocal_7 = 0f;
float fLocal_8 = 0f;
var uLocal_9 = 0;
var uLocal_10 = 0;
var uLocal_11 = 0;
var uLocal_12 = 0;
var uLocal_13 = 0;
var uLocal_14 = 0;
var u... | [
"jaykoza@jaykoza.de"
] | jaykoza@jaykoza.de |
f37ba05ef1266a98ff0e550777fa6ad9b7ad332f | 0bbab0e540cbafe9eb9014d0aaa846b19be948a7 | /workspace/r5f_uart/include/HL_gio.h | 0851acd41e7eb484a2ca328d2e762e8a40aecdf6 | [
"MIT"
] | permissive | silenc3502/education | c013d1b80aae9297e9e32c78852de79b3b743bf8 | a7d0a0d8a359800016971412373d4911a00053db | refs/heads/master | 2020-04-08T11:58:00.061953 | 2019-06-03T04:16:19 | 2019-06-03T04:16:19 | 159,327,770 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,690 | h | /** @file HL_gio.h
* @brief GIO Driver Definition File
* @date 07-July-2017
* @version 04.07.00
*
*/
/*
* Copyright (C) 2009-2016 Texas Instruments Incorporated - www.ti.com
*
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that... | [
"gcccompil3r@gmail.com"
] | gcccompil3r@gmail.com |
6e5d4fef8da8fd629834975f03cbe024e2ae5f83 | aa0a68deaf907c088a81b058450640d0c793bf7d | /002/002.c | 4c75d9f62b36978e13e11ef0beb9dae6799fcde7 | [] | no_license | dege88/project-euler-solutions | 1f5a2199fb0261b75325ce6e252ad026d80ef13b | 5decf04e0c63a6ac985f2f90a5cacd6fbdd57e6f | refs/heads/master | 2020-04-26T18:00:49.938767 | 2012-10-11T16:30:55 | 2012-10-11T16:30:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 225 | c | #include <stdio.h>
void main()
{
int term1,term2,temp,sum;
for(term1 = 1,term2 = 2,sum = 0;term2 <= 4000000;temp = term1,term1 = term2,term2 += temp)
if((term2 % 2) == 0)
sum += term2;
printf("solution: %d\n",sum);
} | [
"nerevar88@gmail.com"
] | nerevar88@gmail.com |
e91563e75af10a24d6386019c0f6d6a965dc3b19 | d5338ee944633698590c583eacd7e6cab310241e | /src/determiniser/zydis-2.0.2/src/Mnemonic.c | fcacb1436fb33c1a25242642ad8fcf8e2de6565e | [
"MIT"
] | permissive | jwhitham/x86determiniser | 07a7cdf73d6c2a78154339e037230265f672d232 | 87bb17057d3e5d0b336f2546bf6fbe4adb759881 | refs/heads/master | 2022-11-20T07:01:02.432087 | 2022-11-17T01:06:25 | 2022-11-17T01:06:25 | 48,798,184 | 9 | 3 | MIT | 2022-11-17T01:08:40 | 2015-12-30T11:43:19 | C | UTF-8 | C | false | false | 2,273 | c | /***************************************************************************************************
Zyan Disassembler Library (Zydis)
Original Author : Florian Bernd
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softw... | [
"jack.d.whitham@gmail.com"
] | jack.d.whitham@gmail.com |
6c5304d8cd79f4f3de9aba9500c67946461bb472 | 16715e0904b05e9ca29db339755ae375b7dea218 | /User/Driver/IIC/hard_i2c.h | 187d885aa64a45ef736e9255bc461aa666bb8d84 | [] | no_license | FlightBoomer/HT_Hawk | 00a1bba3f6a0af0608c72832de88ad532fdd63d1 | 7dde5deaf1fac7eb257345b4d89a6fbc3324df6b | refs/heads/master | 2020-03-08T09:08:33.883181 | 2018-04-04T09:25:21 | 2018-04-04T09:25:21 | 128,039,153 | 2 | 3 | null | null | null | null | UTF-8 | C | false | false | 469 | h |
#pragma once
#include "stm32f10x.h"
#include "usb_type.h"
#include <stdint.h>
#include <ctype.h>
typedef enum I2CDevice {
I2CDEV_1,
I2CDEV_2,
I2CDEV_MAX = I2CDEV_2,
} I2CDevice;
void i2cInit(I2CDevice index);
bool i2cWriteBuffer(uint8_t addr_, uint8_t reg_, uint8_t len_, uint8_t *data);
bool i2cWrite(... | [
"529388771@qq.com"
] | 529388771@qq.com |
61b6d4428b191c8905e9a28c54cdeb05ad6c5798 | 71e5f96a29f5d643ab888b37677d38c33f8d765d | /d/common/obj/lrweapon/cannon.c | bac8e2042c446d66b366ecc69fe8eb310fb661c3 | [
"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 | 540 | c | #include <std.h>
inherit FIREARM;
create()
{
::create();
set_id(({ "cannon", "gun" }));
set_name("cannon");
set_short("A cannon");
set_long("This is an artillery cannon. Someone really big decided to use it as a handgun.");
set_ammo("cannonball");
set_two_handed();
set_weight(40);
s... | [
"law@shadowgate.org"
] | law@shadowgate.org |
bedd6aeea048dfacb97f82e8f3842c12b9cd35bf | c5b02d3b0888c5b7bfd849afdc87f6f57181c8f0 | /mudlib/cmds/adm/_reinc.c | c508e660303464fb15531af6cb8f861c4aa3f112 | [] | no_license | jpeckham/DarkeLIB | 8a311164f460cf2acd9e0fc7e1e1e69710f31b80 | 87c020b4974981879aa68f5d19b0dc2e96d2fe7d | refs/heads/master | 2021-09-11T08:55:34.673296 | 2021-09-05T04:58:33 | 2021-09-05T04:58:33 | 141,068,816 | 2 | 5 | null | 2021-09-05T03:06:16 | 2018-07-16T00:39:43 | C | UTF-8 | C | false | false | 3,097 | c | // Command for reincarnating players...useful for re-openings, etc.
// Allows players to advance levels whenever they want, so they don't
// get waxed by fast development costs!
//
// DarkeLIB 1.0
// -Diewarzau 1/15/96
#include <std.h>
#include <daemons.h>
#include <security.h>
int cmd_reinc... | [
"jdpeckham@gmail.com"
] | jdpeckham@gmail.com |
9b9b5462cb21f425cae3750a6a85651f025e86dd | 903436d43116301726eef46f6991f48cee98bf9a | /Inc/dma.h | bf2d67ad407d1f32bff622c1dfc2a2f4f783f70d | [] | no_license | Moryu-Io/FMSKF_USBtoUartRepeater | c3bf0961bf1a564cc5130b2322f80d19705484c0 | 0ffd36669d9d6a1b06712a1b4fd5f0b78deaa1c4 | refs/heads/master | 2020-07-02T16:52:38.555129 | 2020-03-02T14:11:42 | 2020-03-02T14:11:42 | 201,595,443 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,729 | h | /**
******************************************************************************
* File Name : dma.h
* Description : This file contains all the function prototypes for
* the dma.c file
******************************************************************************
* @at... | [
"moryu999@gmail.com"
] | moryu999@gmail.com |
f8f441f0c5729d255a221889960dbc4465f03aaa | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function13730/function13730_schedule_11/function13730_schedule_11_wrapper.h | 7da86cfdcbf7bc30fa18967ce46116930f6dd0bc | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 426 | h | #ifndef HALIDE__generated_function13730_schedule_11_h
#define HALIDE__generated_function13730_schedule_11_h
#include <tiramisu/utils.h>
#ifdef __cplusplus
extern "C" {
#endif
int function13730_schedule_11(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf02, halide_buffer_t *buf03, halide_buffer_t ... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
c53c4354b2806327802d88978df7734ca5193165 | 668ced8923f99530a7311e039e55d1a10c9fe8c5 | /code/source/ti/ti154stack/low_level/cc13xx/mac_rx.h | a66c9f1ed92e7adf3840df4c30fa8a32fd076436 | [] | no_license | shivam3108/project_sourcecode | db41cefa17c71d33a5e8b933bdb97e954f79f109 | 19f09b2dbcea851311c7e1588e8b6f7f1c2fdb15 | refs/heads/master | 2020-03-18T05:54:06.849680 | 2018-05-22T06:00:56 | 2018-05-22T06:00:56 | 134,366,991 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,321 | h | /******************************************************************************
@file mac_rx.h
@brief Describe the purpose and contents of the file.
Group: WCS, LPC
Target Device: CC13xx
******************************************************************************
Copyright (c) 2006-2018, Texas Instrument... | [
"shivamkapil753@gmail.com"
] | shivamkapil753@gmail.com |
90908c7100ce4ae5b2aa3f7c33c47d61ca2b5d77 | 5d7dfa1dc6f8014e6f00d4c014aa8da1afd520ed | /src/Tests_1/socket.h | 96d6dddb77ed7ee6438b149c9eb0a359fbb36768 | [] | no_license | hrace009/TERA-Server-v15xx | 5371701e6274047c24813733009022818c618fd7 | 23999d2561f2f7ae298a72abeffc17a5a87ba0a7 | refs/heads/master | 2021-04-29T09:50:14.866698 | 2016-12-02T11:55:43 | 2016-12-02T11:55:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 223 | h | #ifndef SOCK_INCLUDE_H
#define SOCK_INCLUDE_H
#define _WINSOCK_DEPRECATED_NO_WARNINGS
#define WIN32_LEAN_AND_MEAN
#pragma comment(lib, "ws2_32.lib")
#include <WinSock2.h>
#include <Windows.h>
#endif // !SOCK_INCLUDE_H
| [
"Narcis@NARCIS-PC"
] | Narcis@NARCIS-PC |
06503f6b1a8052400d7d54196713a1e4afb7bf18 | 808458596d5ce56bd70f4496cd0bf496d819ddfa | /src/xenia/gpu/d3d12/shaders/dxbc/texture_load_depth_unorm_cs.h | f77c33cbcca828143ea69d0c143ec3cd500e1141 | [] | no_license | NeoSlyde/xenia1080p | 973b01cdcac16884244dc8b07aaa63ca4b8c2064 | 832b6d61bbc91a5e9a76a37c7f9d8ff9c74b68cc | refs/heads/master | 2020-03-30T05:14:16.857273 | 2018-09-28T20:07:39 | 2018-09-28T20:07:39 | 150,788,583 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 40,460 | h | // generated from `xb buildhlsl`
// source: texture_load_depth_unorm.cs.hlsl
const uint8_t texture_load_depth_unorm_cs[] = {
0x44, 0x58, 0x42, 0x43, 0xAE, 0x52, 0xFE, 0xF6, 0x2A, 0x15, 0x3D, 0xD8,
0xFA, 0x96, 0x9A, 0x21, 0xA8, 0x3B, 0x15, 0xFE, 0x01, 0x00, 0x00, 0x00,
0xE0, 0x18, 0x00, 0x00, 0x05, 0x00, 0x0... | [
"neoslydeyt@gmail.com"
] | neoslydeyt@gmail.com |
26aa0261584bf678c0c4d944d9af166763b445b5 | fecb8eaa6f1ccc774e12b51bead27b69e3c64c35 | /chrome/20164051/coin.c | 94cf3f4dc809c79b4bf05559184f12207c3c8387 | [] | no_license | SSVineet/Alogrithms-program-in-c- | 4c766004c1b4528beb1f4aa999fe61dfd575f8bd | 81e34f07b7c60376454d2a44d8c99e2d16d991df | refs/heads/master | 2020-04-19T00:55:03.141436 | 2019-01-27T21:18:33 | 2019-01-27T21:18:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 723 | c | #include <stdio.h>
#include <stdlib.h>
int coinChange(int arr[],int n,int amt){
int i,take,notTake,j,v[amt+1][n];
for(i=0;i<n;i++){
v[0][i]=1;
}
for(i=1;i<=amt;i++){
for(j=0;j<n;j++){
//not take
if(j>=1)
notTake=v[i][j-1];
else
notTake=0;
//take
if(i-arr[j]>=0)
take=v[i-arr[j]][j];
e... | [
"noreply@github.com"
] | SSVineet.noreply@github.com |
320827169472e7728cab11285ef9cef8620f2fb0 | 761a3201ed564b3a08abc494a2681f073c89f1c4 | /nemu/include/cpu/instr/io.h | f2ce1617d02674c05045ee87bae1a50a61c1c8bf | [] | no_license | Hantx-NJU/PA | 5b36d8fe6fde7fc6485890a4cfaa04777d57a681 | 7592b85ec1409cc9d59fa4c107ad4b668479183f | refs/heads/master | 2021-04-12T17:03:31.267563 | 2020-03-25T14:42:36 | 2020-03-25T14:42:36 | 249,094,293 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 148 | h | #ifndef __INSTR_IO_H__
#define __INSTR_IO_H__
make_instr_func(in_b);
make_instr_func(in_v);
make_instr_func(out_b);
make_instr_func(out_v);
#endif | [
"181860027@smail.nju.edu.cn"
] | 181860027@smail.nju.edu.cn |
c8e45e986f8ca63ec1a1e5db322eae5e441929e5 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14464/function14464_schedule_10/function14464_schedule_10_wrapper.h | 9417912acfc1e64ac083f014590d76a7e3da2107 | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 402 | h | #ifndef HALIDE__generated_function14464_schedule_10_h
#define HALIDE__generated_function14464_schedule_10_h
#include <tiramisu/utils.h>
#ifdef __cplusplus
extern "C" {
#endif
int function14464_schedule_10(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf02, halide_buffer_t *buf03, halide_buffer_t ... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
660771ca7a7b2a03c845d078899020388a74daf1 | 6451521aff7056b83db5864cb0027eb67c125599 | /viewer/wavelet_ssim.h | b31262481f1e2ed8998107902807e1e4fe5b9af8 | [] | no_license | tgamblin/libra | 0d740484f23542a017b07b7b86f51566c34ad4e5 | 2acedbe2f8a487a13b01c3d0e7cb2573e1ca6d09 | refs/heads/master | 2020-12-24T16:31:54.327600 | 2013-11-03T00:55:50 | 2013-11-03T01:04:44 | 763,175 | 3 | 2 | null | 2016-05-23T17:59:36 | 2010-07-08T03:21:51 | C++ | UTF-8 | C | false | false | 4,663 | h | /////////////////////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2010, Lawrence Livermore National Security, LLC.
// Produced at the Lawrence Livermore National Laboratory
// Written by Todd Gamblin, tgamblin@llnl.gov.
// LLNL-CODE-417602
// All rights reserved.
/... | [
"tgamblin@llnl.gov"
] | tgamblin@llnl.gov |
05164d101f4a206789f5dab29d3ec05aee1667f7 | 8d753bb8f19b5b1f526b0688d3cb199b396ed843 | /osp_sai_2.1.8/system/sdk/tsingma/dkits/common/tsingma/ctc_tm_dkit_serdes.c | 3dbacf435e3a12eedff9c1db897d8d9d982afb69 | [] | no_license | bonald/vim_cfg | f166e5ff650db9fa40b564d05dc5103552184db8 | 2fee6115caec25fd040188dda0cb922bfca1a55f | refs/heads/master | 2023-01-23T05:33:00.416311 | 2020-11-19T02:09:18 | 2020-11-19T02:09:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 176,212 | c | #include "sal.h"
#include "ctc_cli.h"
#include "usw/include/drv_enum.h"
#include "drv_api.h"
#include "usw/include/drv_common.h"
#include "usw/include/drv_chip_ctrl.h"
#include "ctc_dkit.h"
#include "ctc_dkit_common.h"
#include "ctc_usw_dkit_misc.h"
#include "ctc_usw_dkit.h"
#include "ctc_usw_dkit_dump_cfg.h"
#define ... | [
"zhwwan@gmail.com"
] | zhwwan@gmail.com |
8b4f08c1721e209f3c2867b546af1a65a348a04e | 576cb82b7d2a0d2bd0ec6fcf0ed3253024d81c96 | /rf/zb/hdr/zb_aps.h | 0e536d680e541200a6eba727b38efbee4cc553c5 | [
"MIT"
] | permissive | Youngho-Oh/Airmail | 3886905ef39f8950142466de8d4452406715affe | 643c949e72db33bcb25f188ea35051422c88cc0c | refs/heads/master | 2021-06-07T01:33:28.000778 | 2021-03-01T11:58:15 | 2021-03-01T11:58:15 | 145,212,320 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 25,876 | h | /***************************************************************************
* ZBOSS ZigBee Pro 2007 stack *
* *
* Copyright (c) 2012 DSR Corporation Denver CO, USA. *
* ... | [
"eclipse@LAPTOP-SKE9HMRR"
] | eclipse@LAPTOP-SKE9HMRR |
4222280a8645db91edd357c5d11689238fc8cea3 | e054280532480396830fd7a1293f8fe98684d9ae | /Example/Pods/Headers/Public/MarsSDK/mars/openssl/ecdh_crypt.h | fd22f3a4074f9ef0432a9249917a55a390c9c06e | [
"MIT"
] | permissive | 7General/Mars-IM | 9d03e08219ef1c0cd0f07dc224c0432a6590b0f3 | c3a27191068ff4ea79a8689ec012b9efb6901f81 | refs/heads/master | 2021-09-15T03:19:31.943428 | 2018-05-25T02:32:58 | 2018-05-25T02:32:58 | 125,340,185 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 83 | h | ../../../../../../../MarsSDK/Frameworks/mars.framework/Headers/openssl/ecdh_crypt.h | [
"wanghuizhou@guazi.com"
] | wanghuizhou@guazi.com |
9a3809e69e227e74bd5aba1d3f6d1d4a897b6036 | 1ed1f659cd8b56d930b74f5ec932b095daf7fbf2 | /libft/ft_putnbr_fd.c | 44c90eb17704918cd51533dcbbfd6abe78c07d0f | [] | no_license | Hallocoos/push_swap | 4e7f788e2aef29acf6973cd51b47f4364b0bc5d3 | 50bf43e296470a867c32742cb49e123dfd407aa5 | refs/heads/master | 2021-07-05T14:10:54.220690 | 2020-10-28T07:08:13 | 2020-10-28T07:08:13 | 198,821,441 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,168 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putnbr_fd.c :+: :+: :+: ... | [
"hde-vos@c3r2s4.wethinkcode.co.za"
] | hde-vos@c3r2s4.wethinkcode.co.za |
450c02cfd9eb653bb788a37f1ca68adb7a8899f0 | 9a38c5010b5c2e43662078e7554dcfd3aeea8e14 | /lab05/lab05.c | b9cdbd48a54ccde84eb7731454adc7454f98f379 | [] | no_license | kinderferraz/mc202 | 2531a44ad29242544c7b3bc0a021886d985bcb26 | 1d959ce0574b93f1ded8c91b2fcc5536b2a9232e | refs/heads/master | 2022-11-04T23:27:15.767634 | 2020-06-26T14:59:12 | 2020-06-26T14:59:12 | 275,178,979 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,102 | c | /* Tarefa de laborรกtorio 05 -- MC202 G
Alkindar Ferraz Rodrigues -- 154532 */
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#define MAX 30
typedef struct pes {
char nome[30];
int telefone;
} pessoa;
pessoa cria_pessoa (char nome[], int telefone);
void adiciona_pessoa (pessoa *lista, pessoa pessoa, in... | [
"ferraz.alkindar@gmail.com"
] | ferraz.alkindar@gmail.com |
1556b9269c38f430f48db24b4d6006513e014adb | 8020382e0fef4c88461dcc707b9780f6c4027838 | /Projects/STM32F746ZG-Nucleo/Examples/TIM/TIM_OnePulse/Inc/main.h | a42c55f403fa2ae63b061a44a18e4322576d4aef | [
"BSD-2-Clause"
] | permissive | ghsecuritylab/STM32_Cube_F7 | 4de70ea1be9a08e043632d14cf7d35b9128a418c | 2147c24a0cbccfae331ca18a519f8ff6b91e860f | refs/heads/master | 2021-03-01T17:56:24.377267 | 2017-12-05T14:27:52 | 2017-12-05T14:27:52 | 245,803,945 | 0 | 0 | null | 2020-03-08T11:43:37 | 2020-03-08T11:43:36 | null | UTF-8 | C | false | false | 3,360 | h | /**
******************************************************************************
* @file TIM/TIM_OnePulse/Inc/main.h
* @author MCD Application Team
* @version V1.0.2
* @date 30-December-2016
* @brief Header for main.c module
***************************************************************... | [
"trent.gill@gmail.com"
] | trent.gill@gmail.com |
048b8f71ad1e2c743959746a58ea97270b3cfe9c | a6db43f659041bd3fa66e4474ac85f89979b5a57 | /systemTest/library/movement/moveArray.h | e9e4ff323c24ae2e86472ad5dda1f00ba16a81b4 | [] | no_license | elpistars/backup | 4f699d3330c6a45ce341e6114a3c632a772e2275 | c74c6277f27898731538220b64a9f3ddebe637ee | refs/heads/master | 2020-05-01T02:08:55.024544 | 2019-04-11T10:55:19 | 2019-04-11T10:55:19 | 177,211,992 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 84,729 | h | #ifndef MOVEARRAY_H
#define MOVEARRAY_H
int id[18]={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18};
int idh[2]={19,20};
int searchingX[9]={700,650,600,550,500,450,400,350,300};
int searchingY[2]={420,324};
//----------------------------------------------------------------TES----------------------------------... | [
"elpistar6@gmail.com"
] | elpistar6@gmail.com |
26d7203741be8f121b6df2715f2300a3a12dc1c9 | 2ea5429655a02743c4b3baf7e5ab2005fda04166 | /libft/ft_isalnum.c | 021a963d778adff2ef337951931100645cb13f49 | [] | no_license | MilkyBay/FdF | 13176358350ce4f0ed18d02a0b9d90d309a31f13 | 67018a2fea6176af56c569c06bcf24ebfd4f722d | refs/heads/master | 2020-09-22T03:55:58.937772 | 2019-11-30T16:48:00 | 2019-11-30T16:48:00 | 225,040,554 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 981 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isalnum.c :+: :+: :+: ... | [
"pthuy@vo-g4.21-school.ru"
] | pthuy@vo-g4.21-school.ru |
a42e92b2f7c1563c139cf9a0575ac7dfb148e396 | 4b4ab8dcab747913d105a687d64b3dec00b0789d | /Switch_Network/Switch_NetworkConfiguration.h | d5ce937b5b34d144f48ae96ed259ffa8e29ff260 | [
"MIT"
] | permissive | woutercharle/switch | 8f90a1b5266b7aef3ee199de0767910f486c21b7 | 632f48fde60d071fdda0b4e7655db0a8354b5ef4 | refs/heads/master | 2020-04-17T11:12:03.744878 | 2019-01-19T20:02:21 | 2019-01-19T20:02:21 | 166,531,427 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,572 | h | /*?*************************************************************************
* Switch_NetworkConfiguration.h
* -----------------------
* copyright : (C) 2013 by Wouter Charle
* email : wouter.charle@gmail.com
*
* DISCLAIMER OF DAMAG... | [
"wouter.charle@gmail.com"
] | wouter.charle@gmail.com |
0c943e1fe34eb012b93229df6dfebaece6c60849 | 44a6baf7e9edb276f892e78397cbf8adba2410d7 | /consigna_5/src/mi_nuevo_proyecto.c | 7ff0f386829c65c33f7586f17eacf409b77e7ecb | [] | no_license | eugenioorosco8/driver | d4250b838f0f8b658d8b2a48498d6f0858facaed | c5f706e0fe380cab4e07ce57471b0716ed726d3e | refs/heads/master | 2016-08-11T06:58:59.220166 | 2015-10-07T18:03:34 | 2015-10-07T18:03:34 | 43,071,766 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,772 | c | /* Copyright 2015, Eugenio Orosco
* All rights reserved.
*
* This file is not part of CIAA Firmware.
*
* 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 co... | [
"eugenioorosco8@gmail.com"
] | eugenioorosco8@gmail.com |
fbf47f21f7cdfb7efd89261408f62ed67bc089ef | da7c499625123f5d1a28e3d75b037523df11ccb5 | /devel/coda/src/bosio/main/one-way-pipe.c | a25e6b8c47e7c8b5aea45f3242c15773a057a932 | [] | no_license | emuikernel/BDXDaq | 84d947b0a4c0c1799a855dbe6c59e9560a8fc4e2 | cf678d3b71bdfb95996e8b7e97ad3657ef98262f | refs/heads/master | 2021-01-18T07:26:38.855967 | 2015-06-08T15:45:58 | 2015-06-08T15:45:58 | 48,211,085 | 3 | 2 | null | 2015-12-18T02:56:53 | 2015-12-18T02:56:52 | null | UTF-8 | C | false | false | 2,598 | c | /*
* one-way-pipe.c - example of using a pipe to communicate data between a
* process and its child process. The parent reads input
* from the user, and sends it to the child via a pipe.
* The child prints the received data to the screen.
*/
#include <stdio.h... | [
"andrea.celentano@ge.infn.it"
] | andrea.celentano@ge.infn.it |
30502826a12cca7ff87214b1b56e0fa426784ee4 | 6720496e9b03e59e1c37df2ea9a7f2645592c76e | /stringCompress.c | cbeb5634efbbe15c4506b5766504a13c2468fc53 | [] | no_license | Rounak-Das-02/2nd-semester-codes | ae41eccb1e5fdc668a07858d97b47c102c4d4557 | 93e04fd333c5e2fd9b4f6f8dc5213340eca3393d | refs/heads/master | 2023-06-21T10:46:10.245315 | 2021-07-03T18:12:49 | 2021-07-03T18:12:49 | 345,369,612 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 621 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
typedef char ch;
#define FOR(x , y) for(int i = x; i <=y ; i++)
#define length(s) strlen(s)
typedef int i;
int main()
{
ch s[1000];
scanf("%s" , s);
i count = 0 ;
FOR(1 , length(s)-1)
{
if(s[i] != s[i-1])
{
pr... | [
"dasrounak2002@gmail.com"
] | dasrounak2002@gmail.com |
9851a502c28267ed769c3e9e1b02ed4d9e1da1aa | ab34b8903b9991154c5d99839321238ce9fce13b | /tests/kms_force_connector.c | 7485ca84c32c6004fbcf7f258d6bd0795c4b611d | [
"MIT"
] | permissive | chenxianqin/intel-gpu-tools | c9e24740e12e42c2db2ffe3809129cdba23768ff | a2c67866fb447a5d00abb3061b0d735df30fd40c | refs/heads/master | 2021-01-10T13:37:07.310820 | 2015-10-20T20:46:26 | 2015-10-23T17:01:05 | 44,858,997 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,269 | c | /*
* Copyright ยฉ 2014 Intel Corporation
*
* 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 rights to use, copy, modify, merge, pub... | [
"thomas.wood@intel.com"
] | thomas.wood@intel.com |
65ed10595ab68e8a5c146856f87b22f629848b4a | e3498c9689e537c0f5e210b228b952735ac439b4 | /qcom-caf/audio/qahw_api/inc/qahw_effect_trumpet.h | 3257f7b6513d4d9595c16348247467125a0a6c61 | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | meizucustoms/android_device_meizu_m1721 | db9aae05d0417bd1c662f29be90f2befa4e12b8f | 403342a572cf23c13034620b7b6af0e0df717585 | refs/heads/lineage-19.1 | 2023-02-04T07:42:20.434573 | 2022-08-05T12:22:51 | 2022-08-05T12:22:51 | 254,040,806 | 14 | 15 | null | 2022-07-31T16:58:53 | 2020-04-08T09:19:02 | C++ | UTF-8 | C | false | false | 4,528 | h | /* Copyright (c) 2019, The Linux Foundation. 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 ... | [
"teledurak@gmail.com"
] | teledurak@gmail.com |
8efc57489d84f8b352884f53091dedb0c643c20c | 6d4a2bb09b943b8d85fc7f24ba58861ed9a7cd4f | /test_void_pointer.c | 4ac81f18fbff483ff3026c06a3b4663efdb2ab3e | [] | no_license | yilianshaqi/c_test | 59fcf87a26fcca4f5558f781bc76ebad056d6a96 | 56bb76df8f3843ef321967e7b0f70887f5aa6ca7 | refs/heads/master | 2021-01-11T10:56:29.866069 | 2016-11-04T12:47:37 | 2016-11-04T12:47:37 | 72,846,374 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 968 | c | /*************************************************************************
> File Name: test_void_pointer.c
> Author: huangyang
> Mail:
> Created Time: Wed 19 Oct 2016 04:22:08 AM PDT
************************************************************************/
#include<stdio.h>
void main()
{
int *p;
... | [
"huangyangwork@sina.com"
] | huangyangwork@sina.com |
0fab598bfc0a4c79245154cbd8627918c2bf0d19 | fb90beb5dbf18f8e14b594e90ca5c17320e8bb02 | /OperatorAndRepetitive/operatorPractice2.c | 9f2fa7dd617e513295b0ec671f281787efc64efc | [] | no_license | LSHFreeRoad/C_LANGUAGE_STUDY | 976ea26740548bc861d95a8f6cb92ecbc076c8f8 | c956ee9eda7edca9e0422a33e29cd3406fbd3abc | refs/heads/master | 2020-03-29T01:56:45.405494 | 2018-09-19T09:10:03 | 2018-09-19T09:10:03 | 149,407,248 | 0 | 0 | null | null | null | null | UHC | C | false | false | 2,483 | c | #define _CRT_SECURE_NO_WARNINGS
#include<stdio.h>
int main()
{
/*
๋
ผ๋ฆฌ ์ฐ์ฐ์๋ ์กฐ๊ฑด์์ด๋ ๊ฐ์ ๋
ผ๋ฆฌ์ ์ผ๋ก ํ๋จํจ
if ์กฐ๊ฑด๋ฌธ์์ ์กฐ๊ฑด์์ ํ๋จํ ๋ ์ฃผ๋ก ์ฌ์ฉํจ
&& : AND(๋
ผ๋ฆฌ๊ณฑ), ์์ชฝ ๋ชจ๋ ์ฐธ์ผ ๋ ์ฐธ์
|| : OR(๋
ผ๋ฆฌํฉ), ์์ชฝ ์ค ํ ์ชฝ๋ง ์ฐธ์ด๋ผ๋ ์ฐธ์
! : NOT(๋
ผ๋ฆฌ ๋ถ์ ), ์ฐธ๊ณผ ๊ฑฐ์ง์ ๋ค์ง์
๊ฑฐ์ง์ 0์ ์ฌ์ฉํ๊ณ ์ฐธ์ ๋ณดํต 1์ ์ฌ์ฉํจ
*/
//c ์ธ์ด์์๋ 0์ด ์๋ ๋ชจ๋ ๊ฐ์ด ์ฐธ์
printf("%d\n", 1 && 1); //๋... | [
"noreply@github.com"
] | LSHFreeRoad.noreply@github.com |
a53d5609931f4b93b75764afd53903cdb62f1e92 | 32cc9f43690023ec03e611cf0e11590fda22bb4c | /fillit-files/ft_fillit_magic_withstruct.c | f3710dfd313d84440b78597b5e421f2bfc6bebff | [] | no_license | Bumbieris31/fillit | 5d319cbbae48cbb81e482d621b12888bcd5b2e49 | e19e45b8570548a0aa02ee8228357ea1cd8b276b | refs/heads/master | 2020-04-30T10:19:14.465474 | 2019-04-01T18:26:19 | 2019-04-01T18:26:19 | 176,774,034 | 0 | 0 | null | 2019-03-20T16:26:53 | 2019-03-20T16:26:52 | null | UTF-8 | C | false | false | 2,197 | c | #include <string.h>
#include "libft.h"
#include "fillit.h"
char **make_board(int tcount);
char **incr_board(char **board);
void ft_print_board(char **board);
int *ft_locate_tetri_space(int tetri[][6], t_tbox *tbox);
void ft_put_tetri(int tetri[][6], t_tbox *tbox);
int *ft_check_for_space(int tetri[][6], t_tbox *tbox... | [
"abumbier@f1r4s1.codam.nl"
] | abumbier@f1r4s1.codam.nl |
4b8020cd85369455fd68c2cc9d50624ab3f856eb | c9cde2ab28bc223ce7eebadc791973ee7e50f0ee | /src/TC_CRC.c | 650c09325ecaf315a56379cf7ebf629be39568b0 | [] | no_license | DamianPala/C_Utils | 07bc30404a59e55635bbaf4c5b3d72785829773c | 2d1c2b2e2c070511936a7b4be87823cbef98d3e8 | refs/heads/master | 2020-04-03T14:05:19.654529 | 2018-09-18T06:30:12 | 2018-09-18T06:30:12 | 81,711,341 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,008 | c | /*=======================================================================================*
* @file TC_CRC.c
* @author Damian Pala
* @date 19-03-2017
* @brief This file contains unit tests for CRC module.
*======================================================================================*/
/**
* @add... | [
"mail@damianpala.com"
] | mail@damianpala.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.