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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4aafa996d22d5c65f42e51d3cf44a26a81275099 | 7f8f5df004d553a30380179ebf4fd6d84d752830 | /net.h | 921828d154d7e682801d00a49957a2da9e0611f9 | [] | no_license | sai0495/L2-L3-ROUTING | 68ccdb01e230e4a58a907b4d527d9d6edb4e5854 | a14f7a71ad2eabbebd80488796503f3b154bd0da | refs/heads/master | 2022-04-14T21:51:55.036689 | 2020-04-05T05:19:30 | 2020-04-05T05:19:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,024 | h | #ifndef __NET__
#define __NET__
#include "utils.h"
#include <memory.h>
typedef struct graph_ graph_t;
typedef struct interface_ interface_t;
typedef struct node_ node_t;
typedef struct ip_add_
{
char ip_addr[16];
}ip_add_t;
typedef struct mac_add_
{
char mac[8];
}mac_add_t;
typedef struct node_nw_prop_
{... | [
"nmuth032@uottawa.ca"
] | nmuth032@uottawa.ca |
2cdbfba106d7866de2606ee4a02dcb95d9b10fd2 | 6ca32e2acc968fe6c7f2905e42f26b9c2a31bb00 | /source/same70/SAME70_SpaceInvaders/SAME70_SpaceInvaders/src/Sound/Sound.c | c19b4f6d32e8b1fe932cd9c41fb2daa8536230c5 | [] | no_license | RonSheely/atmel | a5bca884e00362799395acd6f5fd0b504f3fbc91 | 36b4badb916a316074905d6bfeed879ac235ebe5 | refs/heads/master | 2022-04-23T02:36:01.404391 | 2019-02-07T19:36:05 | 2019-02-07T19:36:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,812 | c | /*////////////////////////////////////////////////////
Sound Function Definitions
Sound Output from home-brew binary weighted DAC
(missing the opamp component, just the resistors)
Good Source of Example sounds:
http://www.downloadfreesound.com/8-bit-sound-effects/
Sound converter from wav to c code:
http://ccgi.cjsey... | [
"danaolcott@gmail.com"
] | danaolcott@gmail.com |
4db4738d2ee87ed6ddc38931be7ef2c4ea00e034 | 97b6c45c99adef242ef84f0c4f090da7e6d24235 | /test/bad_declarator_alignment_1.c | 6311cb2b561fab8e0ab49a82473e5d5a45abe5a6 | [] | no_license | motet-a/yan | eeaca279a1c641fc990c323308a3781a3bafd5ef | 535c54f56971a712afba2d10b1e9643fdb9cc989 | refs/heads/master | 2020-12-10T12:16:45.561616 | 2017-10-05T07:07:33 | 2017-10-05T07:07:33 | 60,547,267 | 15 | 2 | null | 2017-01-24T08:42:27 | 2016-06-06T17:29:42 | Python | UTF-8 | C | false | false | 268 | c | /*
** bad_declarator_alignment_1.c for in /home/antoine
**
** Made by antoine
** Login <antoine@epitech.net>
**
** Started on Thu May 26 12:02:33 2016 antoine
** Last update Thu May 26 12:02:33 2016 antoine
*/
int main()
{
int a;
int b;
int c;
}
| [
"motet_a@epitech.eu"
] | motet_a@epitech.eu |
f5af4255b0c561d6ae04c1f1181ab92e496bc827 | 28cb706bc1296b95f5b512546d7d3026f2f24d86 | /projects/lewikevi/dominion/unittest1.c | fa3b8078be54b7a4cbb89a65d509bef874f43153 | [] | no_license | KevGLewis/CS362-004-W2018 | d9c39813363d35d49cec9f8fa928152a6bcb8a5f | 885e56cb105cc57e09d4645dd966673dbff11ca0 | refs/heads/master | 2021-04-24T21:15:42.935157 | 2018-03-18T13:06:22 | 2018-03-18T13:06:22 | 116,745,860 | 0 | 0 | null | 2018-03-18T13:06:23 | 2018-01-09T00:46:31 | Java | UTF-8 | C | false | false | 4,686 | c | /* -----------------------------------------------------------------------
* This code is based on the template provided by Professor Aburas
*
* Testing the gainCard function
*
* unittest1: unittest1.c dominion.o rngs.o
* gcc -o unittest1 -g unittest1.c dominion.o rngs.o $(CFLAGS)
* -----------------------... | [
"kev.glynne@gmail.com"
] | kev.glynne@gmail.com |
5eb0ec8fda8cb80fd121346870a310b47bd1cf50 | e22e03d9761f5c6d581b5af2e77343e8ee4b201d | /edk2/EmulatorPkg/EmuGopDxe/GopScreen.c | 0ff7005ab64ab4f9ec2c1f553b885f032b760e4a | [
"OpenSSL",
"BSD-2-Clause"
] | permissive | SamuelTulach/SecureFakePkg | 759975fcc84d62f05ac577da48353752e5334878 | f34080a6c0efb6ca3dd755365778d0bcdca6b991 | refs/heads/main | 2023-08-17T07:51:22.175924 | 2021-10-01T10:46:14 | 2021-10-01T10:46:14 | 410,938,306 | 94 | 14 | null | null | null | null | UTF-8 | C | false | false | 12,722 | c | /*++ @file
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
Portions copyright (c) 2010 - 2011, Apple Inc. All rights reserved.
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The f... | [
"samtulach@gmail.com"
] | samtulach@gmail.com |
99ed00cdcd0d4c2f1f2e5989041e4063388f821c | 816c17d4eec830dcf10a43e1eba852ca347e79bb | /EP_2/closepoint.h | bd8042c06963dda573cda0dcc6991e4152e4a33c | [
"Apache-2.0"
] | permissive | Tiagoblima/Algoritmo | 5eee720a297722173082fcd77e13536557887755 | 959567cbc2de9e435c0cc58b8b17b60e5db7e646 | refs/heads/master | 2020-03-19T10:51:44.509966 | 2018-08-12T01:19:34 | 2018-08-12T01:19:34 | 136,406,838 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 586 | h |
#ifndef CLOSEPOINT_H
#define CLOSEPOINT_H
typedef struct {
int x;
int y;
}Point;
double dist(Point* point1,Point* point2){
double xs = pow((point1->x-point2->x),2);
double ys = pow((point1->y-point2->y),2);
return sqrt(xs+ys);
}
void closePoint(Point points[],int qtd_point,double* closest,Point* p1,P... | [
"tiago.blima@ufrpe.br"
] | tiago.blima@ufrpe.br |
89a2f3241035ddcd9b7cec075adf7b503bdedb1b | 23646b0666a5cc04816385128bba507632d2b301 | /main.h | ff86e80e9c47b1748dab009106eed6dcf5002cdd | [
"MIT"
] | permissive | ChristopherBilg/crb_shell | fa2871e8ebe4e71b5bd3254db5dc555e0d1e2af2 | b4351619ce7a46c0dad36aacce007a452dd1c378 | refs/heads/master | 2020-04-20T21:12:42.532875 | 2019-04-22T14:04:48 | 2019-04-22T14:04:48 | 169,101,795 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 399 | h | #ifndef MAIN_H
#define MAIN_H
#include <stdbool.h>
int main();
int start_process(char **process_input, int input, int filedesc);
int run_execution(char **process_input);
int run_io_redirect(char **left_side_arguments,
char **right_side_arguments,
_Bool input, _Bool append);
in... | [
"3654150+ChristopherBilg@users.noreply.github.com"
] | 3654150+ChristopherBilg@users.noreply.github.com |
efb08bed84b5589fac397258d99c30afd99318e0 | 838b92a0eab1529f82fa112b1e2f2701006bd10b | /C/extraExercise.c | c10bda9304b39fad275c7bf9029a4688bf70704d | [] | no_license | StefkaMoskova/Operating-Systems | d5dea1a271d43a53931a927bd6e53121b3f74887 | a43b93c153e6a9f76d90766031127b1aed3391b9 | refs/heads/master | 2022-12-08T11:46:27.892319 | 2020-09-04T19:43:19 | 2020-09-04T19:43:19 | 262,047,269 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 910 | c | // Напишете програма на С, която да работи като обвивка на командата sort - тоест, вашата програма изпълнява sort, като всички параметри
// подадени на командния ред, да се предават на sort. Изхода за грешки по време на изпълнението да отива във файл с име serror.txt
#include <unistd.h>
#include <stdint.h>
#include <st... | [
"svlmoskova@gmail.com"
] | svlmoskova@gmail.com |
3db1a97eacc0e2c4c732414769aacffed34a9c02 | 05886ab98fda42ee6008103a4ab2fc7377359937 | /source/IoCairoPDFSurface.h | 0896c0f47ace30501c8ae3ea3ebe122ed980ba95 | [
"BSD-3-Clause"
] | permissive | IoLanguage/Cairo | 4fb924bb59e051ad7f7d3e4d2cadc790f41a01b9 | 7971017f6c67e41a21856d1aadcc794be66a4029 | refs/heads/master | 2021-04-06T11:18:41.445906 | 2018-06-11T19:51:33 | 2018-06-11T19:51:33 | 124,751,392 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 800 | h | /*
docCopyright("Daniel Rosengren", 2007)
*/
#ifndef IOCAIROPDFSURFACE_DEFINED
#define IOCAIROPDFSURFACE_DEFINED 1
#include "IoObject.h"
#include <cairo/cairo.h>
#if CAIRO_HAS_PDF_SURFACE
#define ISCAIROPDFSURFACE(self) IoObject_hasCloneFunc_(self, (IoTagCloneFunc *)IoCairoPDFSurface_rawClone)
typedef IoObject IoCa... | [
"ales.tsurko@gmail.com"
] | ales.tsurko@gmail.com |
729accceac721c1b651efdc7dbcd64b529cd7325 | 011bdf81d127ed862e837bcc815e77320a7c5911 | /Exercises/7-gsl-integ/TaskC_Bessel/main_ver1.c | c9ef38017902e5e89fded813d1530f1f8d7218c9 | [] | no_license | sofieleiszner/ppnm | 9daf950cef25adc36cc5c45d3c667e4352c6f4bd | 26c0295ed1f5a6a416ce1ea13c18769380551631 | refs/heads/main | 2023-05-27T06:33:57.545853 | 2021-06-18T09:18:22 | 2021-06-18T09:18:22 | 336,270,661 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 731 | c | #include<stdio.h>
#include<math.h>
#include <gsl/gsl_integration.h>
//Dette er måske ikke sådan
double f (double t, void * params) {
double n = 2;
double x = *(double*)params;
double f = 1/(M_PI)*cos(n*t-x*sin(t));
return f;
}
double mybessel(double x){
gsl_function F;
F.function=&f;
F.params=(void*)&x;
... | [
"leiszner@hotmail.com"
] | leiszner@hotmail.com |
ee8fa01d7d0652fb9f3bdca60eace98dee17b2c5 | 61387be85711cf03ca2cc4144c15369ee9a46796 | /ma-ze-3-d/Maze2/project.IOs/Project.IOs/Classes/Native/mscorlib_System_Collections_Generic_GenericEqualityComparer_.h | 900f32e718b1adc898d1b285b0c2739fb727ba71 | [] | 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 | 369 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Collections_Generic_EqualityComparer_1_gen_14.h"
// System.Collections.Generic.GenericEqualityComparer`1<System.DateTime>
struct GenericEqualityComparer_1... | [
"hoang.nguyenmau@hotmail.com"
] | hoang.nguyenmau@hotmail.com |
55cd6d6993c844e5da18d5f7b9ebdea16e2bbbf3 | 3ed57ce5e8ca4c984b043685b03de8277c87d5a6 | /consumer_c11.c | 7e8cf53abb325620e1843d69a682e193ff4d1345 | [] | no_license | njlr/host-c-standard-library | b0b3319b7bc0d8d1764b4f8cd615ad98bedd06cf | fc9562e755aa6b70d8178ce0920630c9bf76dbf0 | refs/heads/master | 2020-03-25T05:43:07.084222 | 2018-09-24T18:04:34 | 2018-09-24T18:04:34 | 143,462,694 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 639 | c | #include <assert.h>
#include <limits.h>
#include <signal.h>
#include <stdlib.h>
#include <ctype.h>
#include <locale.h>
#include <stdarg.h>
#include <string.h>
#include <errno.h>
#include <math.h>
#include <stddef.h>
#include <time.h>
#include <float.h>
#include <setjmp.h>
#include <stdio.h>
#include <iso... | [
"njlr@users.noreply.github.com"
] | njlr@users.noreply.github.com |
e6c4710110c00aefdaccdf16f1583b3015f9d9bb | 031b24455b953907a0f98778931ee8a03c3c4b6c | /spinnaker_tools/apps/sdping/sdping.c | 36400c25bb9ebff4001cecc025af8ed4ce10fdcb | [] | no_license | BRML/HBP-spinnaker-cerebellum | 7e5f69c05d0e51f79442635df58815768f20e6bc | 7fc3eb5c486df66720d227e0e422cbab65c08885 | refs/heads/master | 2020-12-25T23:47:09.416213 | 2015-06-26T09:45:31 | 2015-06-26T09:45:31 | 38,686,607 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,415 | c | /****a* sdping.c/sdping_summary
*
* SUMMARY
* sample SpiNNaker SDP application
*
* AUTHOR
* Steve Temple - temples@cs.man.ac.uk
*
* DETAILS
* Created on : 03 May 2011
* Version : $Revision: 1196 $
* Last modified on : $Date: 2011-06-27 14:32:29 +0100 (Mon, 27 Jun 2011) $
* Last modified by : $Autho... | [
"dr.christoph.richter@gmail.com"
] | dr.christoph.richter@gmail.com |
019e057ae20d942496dc729fae5f9da9b7c32797 | 80c0f8e238be00dd70e72d8fed2b13f5d0882815 | /postgresql/src/backend/utils/adt/format_type.c | 872574fdd5436c85f411ef6e13da06ddd114842e | [
"PostgreSQL",
"BSD-2-Clause"
] | permissive | melissayi-hq/php-5.6.3x4VC9 | 050a56e584c6d908940e8ffca8567dd0e3c7a2fd | 47f9765b797279061c364e004153a0919895b23e | refs/heads/master | 2023-03-16T17:26:26.823087 | 2020-07-21T00:03:22 | 2020-07-21T00:03:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,342 | c | /*-------------------------------------------------------------------------
*
* format_type.c
* Display type names "nicely".
*
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* src/backend/u... | [
"orynider@rdslink.ro"
] | orynider@rdslink.ro |
87f24a5e1c41ef184f891a96c1cebccb9c959e96 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE122_Heap_Based_Buffer_Overflow/s06/CWE122_Heap_Based_Buffer_Overflow__c_CWE129_rand_64b.c | ec7a191093534270e015c8f6ddc62b257090e436 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C | false | false | 3,816 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE129_rand_64b.c
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE129.label.xml
Template File: sources-sinks-64b.tmpl.c
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: rand Set data to re... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
dfb64804abf3368ffa9c104835a82107a52ca810 | a72fc5df7defa666001e11f2071fad5771c38a61 | /200/1140.c | feec0d6184de30498455b9cc140aa225cc704abd | [
"MIT"
] | permissive | ZSTUCA-TEAM/zstuACM | b6c09eb02a76666fc1996eedfd7d2793ebe4ff69 | defac745f7e7d37e3f066b22ca0f0bb643756932 | refs/heads/main | 2022-12-29T04:20:33.412572 | 2020-10-10T15:59:45 | 2020-10-10T15:59:45 | 302,935,839 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 1,120 | c | /*
*浙江理工大学计算机协会
*严禁直接复制提交
*作弊行为将会被ACM校队禁止入队
*@Author: STZG
*@Language: C
*@Time: 2019年8月6日
*/
/*======================================代码开始=====================================*/
#include<stdio.h>
#include<string.h>
int main()
{
int n,a,e,i,o,u,j,k;
while(scanf("%d",&n)!=EOF){
getchar();
for(k=1;k<=n;k++)... | [
"1600337300@qq.com"
] | 1600337300@qq.com |
b606d47f8c48ca572a7e5ae2e049ddd9db56602d | 425d187fe592d2da177ecc3df9051764290dee1f | /newsmyEye/Pods/Headers/Private/CocoaFFmpeg/libavutil/sha.h | 0f35958a2959bcec768539f52b86b6121f73b45f | [] | no_license | WWProjectTeam/lemonClub | d00c25a5a69de7902290c1f0bcdfbdd2f869d525 | 8b5e5d9afbe82f4355f6599ede0675094a075a54 | refs/heads/master | 2020-09-18T17:58:36.870843 | 2017-01-18T06:35:28 | 2017-01-18T06:35:28 | 67,604,048 | 0 | 2 | null | 2016-10-10T09:35:37 | 2016-09-07T12:21:38 | Objective-C | UTF-8 | C | false | false | 57 | h | ../../../../CocoaFFmpeg/universal/include/libavutil/sha.h | [
"newsmy-ww@newsmydeMac-mini.local"
] | newsmy-ww@newsmydeMac-mini.local |
b8423aa413bf376bfafba2e8fd5e7616066f7828 | 6d3aa4bd25f8a959a823c58d8e1da2d640ff1cc8 | /lib/periph_lib/gd32vf103_dma.h | 4537beb95eb880414bbaffe11b91d751faf52c31 | [] | no_license | PerOrsoli/gd32v | 4ae213adea3d490ffbc66ea889be60f701feb55b | 796ccc11115a1cf835b86e14612c1087f5187ff8 | refs/heads/master | 2021-01-03T02:11:12.184026 | 2020-02-11T22:52:02 | 2020-02-11T22:52:02 | 239,874,588 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,585 | h | /*!
\file gd32vf103_dma.h
\brief definitions for the DMA
\version 2019-6-5, V1.0.0, firmware for GD32VF103
*/
/*
Copyright (c) 2019, GigaDevice Semiconductor Inc.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the follo... | [
"pero74656@gmail.com"
] | pero74656@gmail.com |
99962ce02941216ec18f5ea4d243e1c67c7a1c28 | 2939acd47805db222e0c4ab40fb7e47800e391d8 | /Testing&WIP/Utils/ft_put_hash.c | 5254f93bf5c1194d0eb5c22068e93d4104321062 | [] | no_license | Kalilo/ft_printf | 88a051fe12491e18bd2047c673fea79d38e3e52a | 47832c9cbadb5419ba1f20b4f1c337dd91ae0545 | refs/heads/master | 2021-07-12T11:39:01.272951 | 2016-06-04T09:02:21 | 2016-06-04T09:02:21 | 59,571,257 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,196 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_put_hash.c :+: :+: :+: ... | [
"ghavenga@e5r7p4.jnb.42.fr"
] | ghavenga@e5r7p4.jnb.42.fr |
be491f4989a1dea7a594c5006c23308fb2a7d075 | 69e9ef51126651f9482fd0b4925cb9710648bd69 | /C_Study_Example/Part1/Part1/8-6.c | 0755f81094bdb950bf0a285774e2db7cb21c9ed2 | [
"Unlicense"
] | permissive | SekyuShin/C_Project | 7249a0100d10c85808363148a10eaad45e697223 | 90892c8374dad9eb02eadba04c3bd34379e38bfe | refs/heads/master | 2020-04-14T07:42:24.080377 | 2019-01-06T05:11:09 | 2019-01-06T05:11:09 | 163,720,090 | 0 | 0 | null | null | null | null | UHC | C | false | false | 315 | c | /* 8-6.c
#include <stdio.h>
int main(void)
{
int num;
printf("숫자 입력 : ");
scanf("%d", &num);
if(num>0)
printf("0보다 큰 수가 num에 저장\n");
else if(num==0)
printf("0이 num에 저장\n");
else
printf("0보다 작은 수가 num에 저장\n");
return 0;
}
*/ | [
"doublesk0810@gmail.com"
] | doublesk0810@gmail.com |
218ca513837991de0d9cfd1e89965121c1d5d919 | 0c846407b8c1356580208e2fff8c86e5e54f5b47 | /original/CETI/tcas/rds/v41/10/bug41.cil.i.s19.t3_z1_c0.tf.c | 798099cd247dfaeb2174bc9d50939ddda64b5697 | [] | no_license | ymxl85/MRs-based-test-suite-for-APR | 3522691bab1b8f126ed47ee930895e7b98a222a3 | b6c6e7e027629fef00e737726161970760a2d560 | refs/heads/master | 2020-11-29T22:26:05.610363 | 2020-04-27T02:59:34 | 2020-04-27T02:59:34 | 230,019,140 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 34,910 | c | /* Generated by CIL v. 1.7.3 */
/* print_CIL_Input is false */
#include "klee/klee.h"
typedef unsigned int size_t;
typedef long long __quad_t;
typedef long __off_t;
typedef __quad_t __off64_t;
struct _IO_FILE;
struct _IO_FILE;
struct _IO_FILE;
typedef struct _IO_FILE FILE;
struct _IO_FILE;
typedef void _IO_lock_t;
str... | [
"jiang_my@126.com"
] | jiang_my@126.com |
5384e9851efc0a3d9c3c4230b07e00e6a7eaf355 | c531a22b3ba4512d7d3164cae961d4e62a0f4657 | /ICC/testtool/testool_NDK/src/pos/scr/scr11.c | e04bd9a67dbcfd4f1add94bd12811da7c39de8cb | [] | no_license | sqf-ice/Company_document | e1b5386f7a6cf10c5deea62e2a07097822058e12 | 25be209bcecabd89705c9a626d174c3e0c47cab3 | refs/heads/master | 2021-09-25T04:19:13.981463 | 2018-10-18T02:33:04 | 2018-10-18T02:33:04 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 5,898 | c | /************************************************************************
*
* copyright(c)2005-2008 Newland Co. Ltd. All rights reserved
* module : 显示
* file name : 11.c
* Author : zhuq
* version :
* DATE : 20121224
* directory :
* description : 测试NDK_ScrPutPixel是否能在LCD屏幕上设置一个点,测试NDK_ScrGetPixel能否取当前LCD屏... | [
"867352026@qq.com"
] | 867352026@qq.com |
e8e4f4b1f0b96c4e150f1abea674dba210ec1b77 | 1e32f9a8a19e77c1feadd9ca9fa25348a4943d91 | /src/linux/headers/linux-headers-4.19.0-xlnx-v2019.1-zynqmp-fpga/include/linux/if_tun.h | 3d2996dc7d85cda42c36be2b4ddeb9a55cca3faf | [
"GPL-2.0-only",
"MIT"
] | permissive | maxpark/ultra96-v2_design_mipicamera | d02a4c8cced4e25fbfae20c557a2dd66bf684a34 | cff1d24bc605585e8f0e4e716b409ef9eb2e1bcf | refs/heads/master | 2022-07-19T18:15:02.208637 | 2020-05-19T06:13:01 | 2020-05-19T06:13:01 | 265,425,370 | 1 | 0 | MIT | 2020-05-20T02:20:48 | 2020-05-20T02:20:47 | null | UTF-8 | C | false | false | 1,556 | h | /*
* Universal TUN/TAP device driver.
* Copyright (C) 1999-2000 Maxim Krasnyansky <max_mk@yahoo.com>
*
* 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,... | [
"hw_zw@autobrain.cn"
] | hw_zw@autobrain.cn |
ae809b8a1679a1b613662fcd2033795d4fd25662 | 43bcde7a6eb42bdc5b6dd777098576ea4cd70c4f | /84班/test_3_21/test_3_21/test.c | 6605a3db10272534cf39f26aa35f8e6fb5d66aa1 | [] | no_license | Gentle-Hui/2020_code | 2719556b9fc84015f695e43e445d4427648f4ac9 | 189aa5e2a9311ec0903f714d6358d822ed67f24e | refs/heads/master | 2021-04-21T00:04:56.449723 | 2020-03-24T13:40:44 | 2020-03-24T13:40:44 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,053 | c | #define _CRT_SECURE_NO_WARNINGS 1
#include "game.h"
void menu()
{
printf("*****************************\n");
printf("******* 1. play ******\n");
printf("******* 0. exit ******\n");
printf("*****************************\n");
}
void game()
{
//雷的信息存储
//1. 布置好的雷的信息
char mine[ROWS][COLS] = { 0 };//... | [
"zpengwei@yeah.net"
] | zpengwei@yeah.net |
601272538db871d38982e0955c6eb8ce3bfce620 | 87130d34eb3a8b66d8aabf394cd36b08df37f9c0 | /strtran.c | a3329613f5c9e97b60182554a9c6ba73bb50f6e2 | [] | no_license | DanielStuardo/CodigoFuenteC | 04d3007711fe9a7b4d2de316587e0173774eef86 | 157931b01da6f3bf5c3add54e4321a254d8249a7 | refs/heads/master | 2020-04-21T03:27:52.817591 | 2019-02-09T19:31:26 | 2019-02-09T19:31:26 | 169,285,060 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,950 | c | /*
STRTRAN.C
Reemplaza uno o más subcadenas de una cadena mayor.
Autor: Daniel L. Stuaro. <<-----------------------------------+
Fecha: Noviembre de 2012 |
|
unsigned char *strtran(source, find, replace,... | [
"noreply@github.com"
] | DanielStuardo.noreply@github.com |
1eb5c33d1dc95addef3e316c4186a18f4255b2c7 | 86c047a9dd524fbe58e9f017fb9bb42c80d5eb64 | /curso/Sem Título1seilarodrigo.c | b1be77b055bed3c13255611cfd45abe76164b84c | [] | no_license | lucasmcosta01/language.c | 316b9aec5c9219b2539b86bbc0eb269e8b191958 | b531a59dbb84ee51f259989e4c78f4fe6df41d70 | refs/heads/master | 2023-05-28T23:58:04.570373 | 2021-06-11T20:30:53 | 2021-06-11T20:30:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 197 | c | #include <stdio.h>
void troca(int x, int y)
{
int * i = &a;
*i = y;
int * j = &b;
*j = x;
}
int main()
{
int a, b;
a = 5;
b = 3;
troca(a,b);
printf("a=%d, b=%d\n", a, b);
return 0;
}
| [
"84956137+lukasalemao8@users.noreply.github.com"
] | 84956137+lukasalemao8@users.noreply.github.com |
d50c2edeaac20c36624b470c1e9df20775b55aea | 83c9ece4e6b0460e25703730523456db7babe3d5 | /ConEmu-stable/src/ConEmu/LoadImg.h | 8abf6718c52e71a99635b4679fec76cfe939209b | [
"BSD-3-Clause"
] | permissive | rheostat2718/conemu-maximus5 | e89b92ba7abb5b3e3cfb4c2e8d1240a6c91284f0 | 870bbe44c3c11b563a087b4fa22a2208774096db | refs/heads/master | 2021-01-10T18:52:35.564980 | 2015-08-24T09:06:43 | 2015-08-24T09:06:43 | 41,538,033 | 7 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,738 | h |
/*
Copyright (c) 2011 Maximus5
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the follo... | [
"ConEmu.Maximus5@90859970-1e37-fbe9-063f-f7b1e201b3eb"
] | ConEmu.Maximus5@90859970-1e37-fbe9-063f-f7b1e201b3eb |
00eb371b7395fda397ac16125565816929df9230 | f72762f533abe6b9a823906bacca8acb819e905f | /1084.c | 922f2daf8b1e09b281e106cd47778cfab26c76a8 | [] | no_license | mdshihabmahmud/URI-Problems | b7ba4ecc49e7d3caeef26fb6952402d4e5ba7788 | 6909d50e4b018088d157b50fe4cbcd31d3e3c341 | refs/heads/master | 2023-02-26T06:00:35.868232 | 2021-02-06T17:40:11 | 2021-02-06T17:40:11 | 291,523,624 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,429 | c | #include <stdio.h>
typedef struct st { int cont[100001], ind; } st;
char x[100001];
st p;
int del(st * p) { return p -> cont[p -> ind--]; }
void put(int v, st * p) { p -> cont[++p -> ind] = v; }
int main(int argc, char *argv[]) {
int n, d, r;
while (scanf("%d%d", &n, &d) == 2 && (n || d)) {
p.ind =... | [
"noreply@github.com"
] | mdshihabmahmud.noreply@github.com |
0fd5cc8374bd75c35c9ac0b87faf30d4d673b918 | f379d6867421a6358b1746c814533a55195c4069 | /tema4/Ejemplo16.c | 2adad665745bc49f5935a15b7418b4d670e7ec02 | [] | no_license | isaias00/programacionsistemas | 4bc6c550a50feff1af13efbe5ddd09d0369edb32 | 4b8d82af420bfbd9b291435143ff9e340e7acc82 | refs/heads/main | 2023-04-17T19:45:14.727541 | 2021-04-29T00:59:16 | 2021-04-29T00:59:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,226 | c | #include <unistd.h>
#include <sys/fcntl.h>
main(int argc, char * argv[]) {
char * nombrearchivo;
int fd,fd2;
int pid;
char buffer1[]="hola papa\n";
char buffer2[]="adios hijo\n";
if (argc==1) {
printf("Ejemplo1: proporcionar un nombre de archivo\n");
exit(1);
} else {
nombrearchivo=argv[1];
} /*if*/
... | [
"gusdelact@gmail.com"
] | gusdelact@gmail.com |
4803e009507cf30b2100cbaa3ca5b693b8baab91 | de36dfce418f1a0dce69cb2ee327825f23544a5f | /gfx/lib/opengl/glcore/px_rend.c | 7b4d45a9011bed5b58fc405509fff7e204ed88b7 | [] | no_license | fschutt/opengl-software-renderer | f7a3dc02553449a7538949eef844fdf2d8416416 | 0e20cd18fe707ac07b0f26f992b352a420f2dec0 | refs/heads/master | 2021-08-22T20:34:06.971324 | 2017-12-01T06:42:04 | 2017-12-01T06:42:04 | 112,704,824 | 5 | 1 | null | null | null | null | UTF-8 | C | false | false | 48,152 | c | /*
** License Applicability. Except to the extent portions of this file are
** made subject to an alternative license as permitted in the SGI Free
** Software License B, Version 1.1 (the "License"), the contents of this
** file are subject only to the provisions of the License. You may not use
** this file except ... | [
"felix.schuett@maps4print.com"
] | felix.schuett@maps4print.com |
15e32716f0c6d2369e10b61035fe5fb701009c46 | 91bc12127f0eeba0006267e2ec7c43d5c4414a64 | /2-selection_sort.c | 14b12cef689b90d5b65abfb00eec99d5ea89297a | [] | no_license | Naouali/sorting_algorithms | 865f6816918475ed0ebd42445cf4f8027b082270 | 2379ab2d9936c63f580264d496bb89d956f00dcd | refs/heads/master | 2022-06-29T21:15:49.045925 | 2020-05-13T23:44:04 | 2020-05-13T23:44:04 | 256,257,345 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 595 | c | #include "sort.h"
#include <stdio.h>
#include <stdlib.h>
/**
* selection_sort - function to selection sort an array
* @array: array to be sorted
* @size: size of the array
* Return: nothing
*/
void selection_sort(int *array, size_t size)
{
int tmp = 0;
size_t i, j, min;
if (array == NULL)
return;
fo... | [
"elnaoualinebil@gmail.com"
] | elnaoualinebil@gmail.com |
343e46457c68d30db689d68fc2170890f8933d32 | 6a2a571da29fb97d36c2ae0d89ade78876965b7e | /ft_ls/libft/ft_char_swap.c | 27c19cb26acd97191fce39f58d33648b775232a7 | [] | no_license | Phoky/phoky-repo | 241c6b0af3b3157a2172840c76525acd4af2ca74 | d665bd627738eeef8e7821487ac6df84a9cac3a1 | refs/heads/master | 2020-12-24T12:30:05.319181 | 2017-06-08T13:29:56 | 2017-06-08T13:29:56 | 72,990,854 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 993 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_char_swap.c :+: :+: :+: ... | [
"rcolleau@e2r10p7.42.fr"
] | rcolleau@e2r10p7.42.fr |
812da6ba42316801ce42d541d86a76c1a89212a6 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/5dc615ee-3088-4f62-bbb6-f53676be5dcd.c | 08941119a040e58f6532b3a1ce8fee11b1dfc130 | [] | 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 | 590 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=3;
int k;
int l;
k = 533;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = l/j;
l = i-j;
l = l%j;
k = i-j*i;
//variables
//random
/* START VULNERABILITY */
int a;
long b[66];
long c[36];
a =... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
3919351d0e8af3d883db4e3c5b3d07971b57d7fe | 2706e674ade7a8cde79ac4da9a7c1acb11cc4c80 | /0023_stringOperations/stringOperations.c | bc71aa452aca29ef9f475b42be25a59aab4ad21c | [] | no_license | ankigupt0000/C | 99e8bd0e2bc246ca994bfde0ed4b8b11f32a1b1f | 54015f146e14b2452d59074b7c1238a3497524ff | refs/heads/master | 2022-06-17T18:15:39.327225 | 2020-05-09T07:30:32 | 2020-05-09T07:30:32 | 261,363,635 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,675 | c |
void
strcpy2(char* dest, char* src)
{
/* This line copies characters one t a time from *src to *dest.
* The postincrements increment the pointers (++ binds tighter than *)
* to get the next locations on the next iteration through the loop.
* The loop terminates when *src == '\0' == 0.
* There is no loop body ... | [
"ankigupt@gmail.com"
] | ankigupt@gmail.com |
05b4079fb1b9be6450823a1305fd48100ec9aea8 | 1d948019a2edb6e86660560e1bca10e1f0c6c8fc | /return.h | be72e70bac6de4f2c1041cec4bc564e660db56ac | [] | no_license | glugg23/LibraryManagement | d9ed694b89e012aee113076f3f60b7c50bd11a0c | e61ef14743d46ec0f1a0c1bdc64439a58f78db00 | refs/heads/master | 2020-03-14T23:03:35.751733 | 2018-06-17T11:37:57 | 2018-06-17T11:37:57 | 131,835,711 | 0 | 0 | null | 2018-05-18T12:51:04 | 2018-05-02T10:33:02 | C++ | UTF-8 | C | false | false | 169 | h | #pragma once
#include <mongocxx/client.hpp>
#include "user.h"
enum ReturnMenu {
EXIT_R_M,
RETURN_BOOK
};
void returnBook(User &user, mongocxx::database &db); | [
"m.leonhardt424@gmail.com"
] | m.leonhardt424@gmail.com |
91b6a9b6b2f4dd781aa6471816094bc8b9950c6f | 7c9c4145a93875bbcc6ca9f4245489a3722c7397 | /src/rspamadm/grep.c | 9665b40e86ade0714e7a3a34e0e96a75a39fceed | [
"Apache-2.0"
] | permissive | pabit/rspamd | 6316ed46b8d68c91fdd4f2a0f5007e2cc2a380e1 | a2342f217d549f06ceeabcf260ead8e9f88d6f7e | refs/heads/master | 2021-07-05T08:18:51.116920 | 2017-10-01T11:55:22 | 2017-10-01T11:55:22 | 105,481,254 | 1 | 0 | null | 2017-10-01T23:10:23 | 2017-10-01T23:10:22 | null | UTF-8 | C | false | false | 4,707 | c | /*-
* Copyright (c) 2017, Andrew Lewis <nerf@judo.za.org>
* Copyright (c) 2017, Vsevolod Stakhov <vsevolod@highsecure.ru>
*
* 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://... | [
"nerf@judo.za.org"
] | nerf@judo.za.org |
0de321c9e74f4f31e866c27e95b224eb87ec3e9b | dc8e202f2e903beb4ddc249710ed91ec60b275f2 | /event.c | b5f4a7fd92964a49ecca5cbb476a1288a11f5c35 | [] | no_license | lior666666/mtm-ex1 | 1272c9c2656e012cbebc3cb489a9c6b9d519385b | 3182b7cf6b3be23ff950755fb9a478aba119004b | refs/heads/main | 2023-02-07T16:13:46.721339 | 2020-12-30T11:56:25 | 2020-12-30T11:56:25 | 316,993,936 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,361 | c | #include <stdbool.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "member.h"
#include "event.h"
#define INVALID_ID -1
struct Event_t
{
int event_id;
char* event_name;
Date event_date;
PriorityQueue event_members;
};
/**
* memberCopyGeneric: Creates a copy of target generic mem... | [
"liorbar03@gmail.com"
] | liorbar03@gmail.com |
bd06b27edb79c0f8163214e20e9a30406cb80130 | 761a3201ed564b3a08abc494a2681f073c89f1c4 | /nemu/include/cpu/instr/jcc.h | 1f79f813b787954ec1f59e1e8637f231980bdc62 | [] | 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 | 699 | h | #ifndef __INSTR_JCC_H__
#define __INSTR_JCC_H__
make_instr_func(je_short_);
make_instr_func(jg_short_);
make_instr_func(jle_short_);
make_instr_func(jne_short_);
make_instr_func(jna_short_);
make_instr_func(jl_short_);
make_instr_func(jge_short_);
make_instr_func(jae_short_);
make_instr_func(ja_short_);
make_instr_fun... | [
"181860027@smail.nju.edu.cn"
] | 181860027@smail.nju.edu.cn |
70c0994c0b72b662d199ccf3e880167a443408ca | c8023cfd0318adeef9a8efdad9ff4a23afd22e97 | /src/apps/app_cpu1/scu_sleep.c | 6a0b44f23c70ed9937d703cde78c6ea8b522aa12 | [] | no_license | gustandil/xapp1078_2018.3_zybo_zed | f0f5cca7fadc9389f79c42986f5cdd7cec00f120 | facfe4a8c0eb5d5e929e8076a321a4b233f0237c | refs/heads/master | 2020-04-29T23:21:36.488853 | 2019-03-20T13:34:01 | 2019-03-20T13:34:01 | 176,474,255 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,045 | c | /******************************************************************************
*
* Copyright (C) 2010 - 2014 Xilinx, Inc. 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 Softw... | [
"gustavo.sutter@uam.es"
] | gustavo.sutter@uam.es |
348b4bccb57b33ab5a4d01b24d7939220e623165 | ec233d3cff45ad9d231dddf1add0da91913106bc | /include/getctl.h | eebbdc12d6174f4051e3cb2ddabe49de3b17853f | [
"FSFAP",
"Apache-2.0"
] | permissive | ggrossman/skynet-unix-cb | 242894ccfe2e7d0408f3f1e4060e3fe11f322e2e | 7d532e0902b003d0a1ec8f5125a98889a0207024 | refs/heads/master | 2021-01-17T18:22:56.732643 | 2014-12-02T13:26:51 | 2014-12-02T13:26:51 | 27,316,831 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 150 | h | /* Skynet programming environment
getctl Defintions
*/
extern char **rdctl(), **wrctl(), **putctl(), *getctl(), **clrctl();
extern void freectl();
| [
"ericacm+github@gmail.com"
] | ericacm+github@gmail.com |
0c09c90bc19b8e589f95566d1415a8ef133b6add | 34f5921c06a8941b2d55ae8241ee9e167301b46e | /hack.co.za/exploits/os/win/98/trash.c | de7fe0ed522bab45242205b8e48e02d44862e00e | [] | no_license | 3453-315h/mirror-hack.co.za | 3fabe8e3db32fb20e713a5ebe246007f73384d22 | 1af1d40a5127a2c557a8f10754f8222584f38e70 | refs/heads/master | 2021-07-21T05:34:31.104985 | 2017-09-09T20:59:22 | 2017-09-09T20:59:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,127 | c | /* Simple denial of service attack against Windows98/95/2000/NT Machines
Overview: sends random, spoofed, ICMP packets with randomly choosen
ICMP error codes.
Result: Freezes the users machine or a CPU usage will rise to extreme
lag. tested on:
2.0.35
2.2.5-15
2.2.9
2.0.36
You may freely alte... | [
"opsxcq@strm.sh"
] | opsxcq@strm.sh |
8b815255e702e0b67dfcc1669ef24b07219744b1 | 1d201504615b58da4b39e660a9afdaa547e7c2dd | /C/Gookin_CAIO/book 4 - Advanced/old/leftr.c | f90541c53cfa3594f9c19d05b0331af3ba5f979e | [
"Unlicense"
] | permissive | Mugurell/Learning | 6e9a20233c6abe4d8b30fadb0275988d6bff70b7 | 835a295c060807be9b98ad9bfc3d80f12e2542f5 | refs/heads/master | 2021-01-19T18:10:43.330159 | 2015-09-30T18:12:49 | 2015-09-30T18:12:49 | 37,540,346 | 1 | 0 | null | 2015-09-30T18:12:50 | 2015-06-16T15:54:52 | C++ | UTF-8 | C | false | false | 1,153 | c | #include <stdio.h>
void low_level (void);
void stelute (void);
int main()
{
int v, r, x;
printf("Enter an integer value %c ", 16);
scanf("%d" , &v);
for(x=1; x<8; x++)
{
r = v << x;
printf("%d << %d = %d\n" , v, x, r);
}
low_level();
return 0;
}
... | [
"petrumugurel@gmail.com"
] | petrumugurel@gmail.com |
2c2fddf1aad823f0be9cb38c3aa17de8145741b0 | 459070ac4324a21b385138e99820cce1cda2b8b7 | /bingo完成檔/__astcache/@c@@program files (x86)@embarcadero@studio@20.0@bin/c@@program files (x86)@embarcadero@studio@20.0@include@windows@sdk@apisetcconv.h | 7087055af8bd9e170e63825d7498ab6e0662cc4b | [] | no_license | sean0922/Internet_Bingo | 0cdb0c670f9016b5827fc4854e8108533fc9a520 | 3dac125b1070a1af161db59c631c0071bbd24952 | refs/heads/master | 2023-08-06T22:56:07.073614 | 2021-10-09T07:56:18 | 2021-10-09T07:56:18 | 415,242,714 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,014 | h | /************************************************************************
* *
* apisetcconv.h -- Contains Win32 Calling Conventions for APISETs *
* that were a part of the old legacy APIs *
* Copyright (c) Micros... | [
"b0972718922@gmail.com"
] | b0972718922@gmail.com |
c8064b26e15b896112659a177bda34eac67d2842 | c1cbe46cbae20e8e4b4fbab65b31d68c3a5c1bca | /EKF_GEOS3/includes/PoleMatrix.h | 4765d1969aeff4546e1fe6052ed3e260a35a041d | [] | no_license | mialona/EKF_GEOS3 | 55cc8db193d1a8860d65221d80b77e283666ca3f | f59e4848bfc45bb523ffeb951f8bbd84742a8db8 | refs/heads/master | 2023-06-02T04:59:44.214496 | 2021-06-22T00:57:12 | 2021-06-22T00:57:12 | 375,660,144 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 660 | h | /** @file PoleMatrix.h
* @brief Function prototypes for the transformation from pseudo
* Earth-fixed to Earth-fixed coordinates for a given date.
*
* This header file contains the prototypes for the transformation from pseudo
* Earth-fixed to Earth-fixed coordinates for a given date.
*
* @author Migu... | [
"mialona@unirioja.es"
] | mialona@unirioja.es |
f99b6b3209c5b4cdb72e042bda1812e9586fae60 | 028f18f3aaf40b04ae5ea42dd9caf4b0df5cfd17 | /Additional Tests/Test130.spl.c | a34754dd9aa9f8fa794226954973f76985210473 | [] | no_license | Rooster212/CompilersCoursework | d419b68f819ff743e6df4b38a9979469dc5945b1 | b2d188c3f8ad10fd6af4ca2c48461493ac1fd8f0 | refs/heads/master | 2021-01-22T02:03:38.323678 | 2015-08-07T18:47:46 | 2015-08-07T18:47:46 | 40,375,732 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 198 | c | #include <stdio.h>
/* Test */
int main(void) {
int a;
int b;
a = 1;
b = 2;
if (a>b)
{
printf("%c",'y');
}
else
{
printf("%c",'n');
}
printf("\n");
return 0;
}
/* End Program Test */ | [
"jamie.roos@bradyplc.com"
] | jamie.roos@bradyplc.com |
c063ddaca9b6526c014d7ece46cbee5c575b8c18 | d8e50207d9c072c321fb961765679482d75a61b3 | /GD32F4xx/GD32F4xx_Demo_Suites_V2.2.0/GD32450Z_EVAL_Demo_Suites/Projects/26_ENET/Third_party/lwip-1.4.1/port/GD32F4xx/arch/lwip_cpu.h | 2cb96a667f74489018459cdfcf158c72d7b64644 | [
"BSD-3-Clause"
] | permissive | zhou-peter/gigadevice-firmware-and-docs | f22e6301051b788b2b547cb32da3f2f8f80ce9dc | c2f545f960f05371aa1945de5b5a72a45612fb7c | refs/heads/main | 2023-07-17T19:15:46.501716 | 2021-09-04T17:57:12 | 2021-09-04T17:57:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,754 | h | /*
* Copyright (c) 2001-2003 Swedish Institute of Computer Science.
* 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 cop... | [
"jesse@keyboard.io"
] | jesse@keyboard.io |
65a0ed57ee96061bc04025554d49674206e3bb4f | b016ee57b291139a7161842c2c90bfd7050a7ed7 | /i2c-acpi-sbus.c | b9446ac6edb28cbdfb17c963ee46460b9a921bd8 | [] | no_license | Rsaliu/i2c-acpi-sbus | 532176ecd9e9a38f1cb682ddb792f6e085bcae3e | f731239f08988d29645a31e5d9911a37722669d5 | refs/heads/master | 2023-03-15T19:10:31.644074 | 2013-07-07T14:52:14 | 2013-07-08T08:16:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,777 | c | /*
Copyright 2013 David Bartley <andareed@gmail.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
T... | [
"andareed@gmail.com"
] | andareed@gmail.com |
249ffff46a16480681b2ac6310994f0f60487c7b | 10329921b422b9fbcda3d47e19d2df4f5abfae80 | /experimental-code/test.c | 3dd4ea29ad3d6cf76f467585f8a25c1dc2ce7b6a | [] | no_license | saswatlevin/Dark-Knight | 66d170d1324ffc0e1eba7c387e4df1dcfd7bbbff | 30d8421c64b46229616b7b6a702a98a5440dbbeb | refs/heads/master | 2020-04-24T23:55:15.929072 | 2019-10-01T20:06:46 | 2019-10-01T20:06:46 | 172,360,774 | 1 | 1 | null | 2019-10-01T20:06:48 | 2019-02-24T16:23:32 | C | UTF-8 | C | false | false | 470 | c | #include <stdio.h>
void print_bits(char byte)
{
for(char i=7;i>=0;--i)
{ //Doubtful how this works
printf("%c",(byte &(1<<i)) ? '1':'0');
}
}
int main()
{
char c='C',d='C';
char n;
printf("\nC=");
print_bits(c);
//printf("\nD=");
//print_bits(d);
do
{
printf("\nEnter n (-1 to exit)");
scanf("... | [
"saswatlevin@gmail.com"
] | saswatlevin@gmail.com |
02d6faf47d308e0d45fd9fb88204320ca0f38b7f | 8ae1361ca290cc4a9f8535b89bf4315203c3b552 | /software/old/sdcc_test/blinky/main.c | b1da5e324e9de36ef7baf95b09710240f6715fe6 | [] | no_license | GBert/EasyCAN | e9232ccaaf876017bd6478d4072d0c0eb34c36c1 | 0a382b3a9a484f9f415d9f06ae92aa9af49ba99f | refs/heads/master | 2021-01-17T07:43:33.705419 | 2017-10-24T17:40:20 | 2017-10-24T17:40:20 | 16,690,146 | 12 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,937 | c | /* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* <info@gerhard-bertelsmann.de> wrote this file. As long as you retain this
* notice you can do whatever you want with this stuff. If we meet some day,
* and you think this stuff is worth it, you... | [
"info@gerhard-bertelsmann.de"
] | info@gerhard-bertelsmann.de |
d8bcc7cd902ad90aaac58e0ac6ec287218facbee | 901c2b012091810c6cb63e6afb92c7f3b3150996 | /Classes/Native/UnityEngine_UnityEngine_TextGenerationSettingsMethodDeclarations.h | 7ee58c8293dfc4547759d3495db9d09192254acb | [] | no_license | 8BitRain/photoshphereSwift | 83f4fce894b91d07ba95060d4e3b194cfc74b5aa | 57ef01c804757d38bda5258f1d188db05ab1d563 | refs/heads/master | 2021-01-13T00:40:51.272582 | 2015-11-14T06:39:29 | 2015-11-14T06:39:29 | 46,164,639 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,229 | 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>
#include "codegen/il2cpp-codegen.h"
#include "UnityEngine_UnityEngine_TextGenerationSettings.h"
#include "UnityEngine_UnityEngine_Color.h"
#i... | [
"8BitRain@gmail.com"
] | 8BitRain@gmail.com |
5fe0574e3f230a6b7940e0b9f1c9e03f5829c210 | d4fa5ccf70ec3a5660ecc21ac0504dff95994cd8 | /ip_repo/custom_IO_1.0/drivers/custom_IO_v1_0/src/custom_IO.c | d91e0b7286bee1a1106b34359720a5b44c4b0a20 | [] | no_license | chimaxcorporations/UIO_wIRQ_edge | ca5efc9ab34d95e4fbbe5b75c41437270b7997dc | af0da1c38a2949baf0879d735d78eced703f0491 | refs/heads/master | 2023-03-17T08:02:27.343546 | 2020-06-27T20:22:56 | 2020-06-27T20:22:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 182 | c |
/***************************** Include Files *******************************/
#include "custom_IO.h"
/************************** Function Definitions ***************************/
| [
"roy.messinger@orbotech.com"
] | roy.messinger@orbotech.com |
308fd08dfb5c239a7e1d299268a1d777371e0b03 | 8bb060fc7081eedc03c0a6d0652750c388ed4658 | /src/mmf/mmf.c | d4f27a3d46b7dbaba1d9b43c273ba9cf3a94b760 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer",
"CC0-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | PJ-Thompson/GSFLOWurban | 48a143f78ea80c54d596a4dbeb344f45dd438ee6 | 38e53ce42c814b5672f2e59469dfa40accd81e81 | refs/heads/master | 2020-04-05T06:06:21.427375 | 2019-02-05T00:17:21 | 2019-02-05T00:17:21 | 156,625,809 | 0 | 0 | MIT | 2019-02-05T00:17:22 | 2018-11-08T00:16:11 | Fortran | UTF-8 | C | false | false | 5,883 | c | /*+
* United States Geological Survey
*
* PROJECT : Modular Modeling System (MMS)
* FUNCTION : xmms
* COMMENT : main driver for xmms
*
* $Id$
*
-*/
/**1************************ INCLUDE FILES ****************************/
#define MAIN
#define MMF_C
#include <stdlib.h>
#include <stdio.h>
#include <sys/stat.h>... | [
"mason@riffle.ca"
] | mason@riffle.ca |
f4cca147e37ab4ec688b9e4b739aebf3662c95fb | 423a1161eefb08ca3e86f7cbc30a40975f23d1fc | /src/main_new.c | 65017934cf1b226f90cc21fb72758d108a38f2e2 | [] | no_license | rcshort/TechOS | a809f985fee7cd42e229e6dda5136501cf930c51 | d1899bbb6bb27eddf8277ed50b1f95603b23f781 | refs/heads/master | 2021-01-23T18:23:56.489136 | 2017-11-17T05:53:49 | 2017-11-17T05:53:49 | 102,792,109 | 0 | 0 | null | 2017-09-07T22:36:51 | 2017-09-07T22:36:51 | null | UTF-8 | C | false | false | 2,479 | c | #include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <ctype.h>
#include <unistd.h>
#include <time.h>
#include "datetime.h"
#include "help.h"
#include "queue.h"
#define MAXTOKENS (25)
#define MAXINPUTSIZE (300)
#define RUN (1)
#define STOP (0)
int COMHAN(int, char... | [
"rcshort@outlook.com"
] | rcshort@outlook.com |
03c56cdf53caac1afd3b4af66569582fb44aa296 | 130b341c0cba330f683d8ea6162091ed3c2f529b | /svn_sensor/sensor/launchpadtest/trunk/libusartstm32/usartx_txdma_init.c | 4188803637f3968175307c8e58898313ee92a150 | [
"MIT"
] | permissive | GliderWinchItems/embed | c7ffdd7f94bb600a3de7c240c03a7c41f56d5646 | cc72aa7d8208db3871a15e38185e1e125fa7de47 | refs/heads/master | 2021-06-24T07:02:46.434139 | 2021-06-18T15:55:22 | 2021-06-18T15:55:22 | 75,445,872 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 4,157 | c | /******************** (C) COPYRIGHT 2010 **************************************
* File Name : usartx_txdma.c
* Hackor : deh
* Date First Issued : 10/05/2010 deh
* Description : USARTx tx using dma common routine
******************************************************************************... | [
"dhaselwood@verizon.net"
] | dhaselwood@verizon.net |
a1edfcd98a521fcb5c37caa823533b67f8ae334b | e865daaf5a3f9434d40219d710be236ed9c999cc | /Campy.Runtime/Native/Thread.c | 12700db7cb63c89c50c8589d4b21d28973293c38 | [
"MIT"
] | permissive | cibermax/Campy | 3221561ec5e11734f28e49569b2e31218774acde | f6baf99779812047a7759343952baee1b2fa37ab | refs/heads/master | 2023-07-06T14:00:00.803778 | 2020-04-01T10:43:11 | 2020-04-01T10:43:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,131 | c | // Copyright (c) 2012 DotNetAnywhere
//
// 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, publish... | [
"kenneth.domino@domemtech.com"
] | kenneth.domino@domemtech.com |
3de9f9c54337158019232c000697caef4919d1ce | f18e6bedf7dc28e58858bffdbbf0bcb1c3adeac5 | /PWGHF/hfe/macros/AddTaskHFEnpepp5.C | 558fd108fe2d14df3ec2e2a57338bf6614073f13 | [] | no_license | nirbhaygit/AliPhysics | 9b4acecd18c94a4f8f0477d3ee00770d3097658b | 10fed86f77eb3ad149ea811528b01affd69632f2 | refs/heads/master | 2021-01-19T07:22:10.767179 | 2018-08-27T04:56:15 | 2018-08-27T04:56:15 | 87,537,409 | 0 | 0 | null | 2017-04-07T11:07:11 | 2017-04-07T11:07:11 | null | UTF-8 | C | false | false | 95,525 | c | AliAnalysisTask *AddTaskHFEnpepp5(Bool_t MCthere,
Bool_t isAOD,
Bool_t kNPERef = kTRUE,
Bool_t kNPERefTPConly = kFALSE,
Int_t RunSystematic = 0 // select systematic type
){
enum Sys... | [
"sebastian.hornung@cern.ch"
] | sebastian.hornung@cern.ch |
9241d9a8c55a35c059e2f242f6ecef2afb5ba7a8 | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/linux-4.11-rc3/drivers/thunderbolt/eeprom.c | 6392990c984dd1ca462219b70e515a5d75aca9af | [
"Linux-syscall-note",
"GPL-2.0-only",
"BSD-2-Clause"
] | 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 | 10,873 | c | /*
* Thunderbolt Cactus Ridge driver - eeprom access
*
* Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com>
*/
#include <linux/crc32.h>
#include <linux/property.h>
#include <linux/slab.h>
#include "tb.h"
/**
* tb_eeprom_ctl_write() - write control word
*/
static int tb_eeprom_ctl_write(struct tb_switc... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
d9e8473b38fcbdefed1a49114f95de9ccae6fd0f | 23e9c89558d3a1847d98454b37eba19351716d83 | /src/try/press_end7(优).c | fa11dad397eadb3aaac35485a1e4d3d9b7406290 | [] | no_license | skybosi/Afpress | ba678a1fb1d9465b8ea322805a696da6fae1eb5c | cc749ce93626816b00ffc6298a6baa20e62b2653 | refs/heads/master | 2021-01-18T23:51:17.444651 | 2015-12-31T01:37:50 | 2015-12-31T01:37:50 | 48,825,935 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,188 | c | #include"fqpress3.h"
int main(int argc, char *argv[])
{
FILE *fpi = NULL, *fpo = NULL;
fpi = fopen("../test/picture", "rb");
if (!fpi)
{
printf("ERROR");
exit(0);
}
char ch = 0;
int in = 0, in2 = 0, canc = 0, canc2 = 0, len = 0, clen =
0, key = 1, left = 0;
fpo = fopen("../test/picture.f0", "wb");
system... | [
"skybosi_fxc@163.com"
] | skybosi_fxc@163.com |
c22e150c52c183057a4237ae9c1a4653b9ae4192 | ab1a7ad422f52860c2eef54e39bfaf63352eb2ce | /ntt_variants/interval_abstraction/product1024.c | 3e3e7cee91f81cc45ede3ead7f5b7aa889d0f4ff | [
"MIT"
] | permissive | botchains/Bliss | b4b7b15e3177a0f9cf1f70bfd48458ebec1cfff3 | 15d9cacea172261649e98f78997ef6c608296ad7 | refs/heads/master | 2022-11-12T11:56:26.407371 | 2020-07-10T19:24:57 | 2020-07-10T19:24:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,146 | c | /*
* Product of two polynomials
* Q=12289, n=1024, using the Longa/Naehrig reduction method.
*/
#include <stdio.h>
#include <inttypes.h>
#include "ntt_red_interval.h"
#include "ntt_red1024_tables.h"
static void show(const char *where, const char *name, uint32_t n, interval_t **a) {
uint32_t i;
printf("----\n... | [
"bruno@csl.sri.com"
] | bruno@csl.sri.com |
a507883d07a3f3533a4d49ad2cc3296c9c7e94d2 | 51e6a8b5782672514ed68e34e7d2ff171789b57e | /src/tcp_data.c | b318393d03a9bb0e5505e2c4094ea037c65b549d | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | case2111/level-ip | 6eac4034c00dfad777c5ae16c60cd10bb5d2aaa3 | 479bdfca87b84a7406cd752cf0d35b5b73beee95 | refs/heads/master | 2020-06-11T11:13:18.617216 | 2016-12-05T14:37:12 | 2016-12-05T14:37:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,159 | c | #include "syshead.h"
#include "tcp.h"
int tcp_data_dequeue(struct tcp_sock *tsk, void *user_buf, int len)
{
struct sock *sk = &tsk->sk;
struct tcphdr *th;
int rlen = 0;
pthread_mutex_lock(&sk->receive_queue.lock);
while (!skb_queue_empty(&sk->receive_queue)) {
struct sk_buff *skb = skb_de... | [
"saminiir@gmail.com"
] | saminiir@gmail.com |
211e3daea3ebaba3ea20a8c2fa79d0a9af11a81f | 85ed4055fe5a5b3f66dc62e8e4f2e774429400e5 | /sort_simple.c | c8273b08023fa5a1559bf13f6d743f270e692b02 | [] | no_license | ergunirem/push_swap | 318929c6a8196474ab6209d33c7be32599904fd2 | 3e39a30545c8bfbac6e24023c62b3ea25d1c35e6 | refs/heads/master | 2023-05-31T15:34:42.592366 | 2021-06-19T13:33:40 | 2021-06-19T13:33:40 | 371,023,209 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,496 | c | /* ************************************************************************** */
/* */
/* :::::::: */
/* sort_simple.c :+: :+: ... | [
"iremthedeveloper@gmail.com"
] | iremthedeveloper@gmail.com |
1624dabc3816f4a81eab2f27c335801255a28c1e | 4fe558ecc9cb1d88ea5b8370976f768d7bd81322 | /lab03.X/src/main.c | 10810093045dc1600511d43045532dd798567523 | [] | no_license | CalebML/RTOS | 306b8d2f62eccefae20b5f79c6c0d340c58abd15 | 46f2d484054eab55a3bb11c74e1ec8f25ec969e5 | refs/heads/master | 2021-01-18T16:09:41.277044 | 2017-03-30T15:33:26 | 2017-03-30T15:33:26 | 86,718,607 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,962 | c | /*
FreeRTOS V7.1.1 - Copyright (C) 2012 Real Time Engineers Ltd.
***************************************************************************
* *
* FreeRTOS tutorial books are available in pdf and paperback. *
* Complete, revise... | [
"larsoncaleb1991@gmail.com"
] | larsoncaleb1991@gmail.com |
cae58aa94569ff478e50aac14334785f45c1ed57 | 27138d8a04947c2ff35bb94f18fcd611677c4f0c | /main.c | b8e147c985ff6a2fc86bbbcb25c9632d6ecaff3f | [] | no_license | santos124/printf | 2805c3bb30b26aa1a827cd97834a77956a69c18b | 0a2bf6f733a80c8abb42fc8a163727c6265ec2b6 | refs/heads/master | 2023-08-04T07:36:36.228627 | 2021-09-21T18:16:12 | 2021-09-21T18:16:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 760 | c | #include "libftprintf.h"
#include <stdio.h>
int main(void)
{
char c = 'Z';
int d = -777;
int *p = &d;
unsigned int ui = 666;
int x = 123;
int len1, len2;
(void)c;
(void)d;
(void)p;
(void)ui;
(void)x;
char *s = "privet1 ";
//printf("len1=%d, len2=%d\n", ft_printf("1 %% c=%c s=%s p=%p, d=%d, ... | [
"wadina@oa-i3.msk.21-school.ru"
] | wadina@oa-i3.msk.21-school.ru |
d5a99d02128804db785c605ba9222c733d177f34 | 92bf294cadfbdc3e5075fbaceb7960eb1a0b8356 | /tcp_test/client.c | d7f83f91b21d74858322c42c7ebcb8d09a0c0ca3 | [] | no_license | weiweikaikai/coding_socket | 438797cb00e751a8fa443944600ee877d7a0e9cb | 530d0ca131d0ad5f9afab42b701f1698bef20c51 | refs/heads/master | 2021-01-09T21:55:11.489988 | 2016-03-21T03:17:33 | 2016-03-21T03:17:33 | 54,355,595 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,947 | c | /*************************************************************************
> File Name: client.c
> Author: WK
> Mail:18402927708@163.com
> Created Time: Mon 30 Nov 2015 11:48:25 AM CST
************************************************************************/
#include<stdio.h>
#include<stdlib.h>
#incl... | [
"18402927708@163.com"
] | 18402927708@163.com |
2ad0d596223cfb45daae24c737528e9b4f90e115 | 60eb7cb97a1cd3b86e9d96c6611f5cf85d6db91f | /examples/waco/example-unicast.c | 355a5b69ceca5d893502d4b5f94f1dacd1b5e1de | [
"BSD-3-Clause"
] | permissive | waco-sim/waco | 6072c0fac04ed2d167132e8908d696250e7e0321 | 8bdefe5d297d13058a854e60d1f07646ad64e430 | refs/heads/master | 2020-09-04T21:25:06.641144 | 2019-03-25T21:16:35 | 2019-03-25T21:16:35 | 94,412,219 | 2 | 4 | null | null | null | null | UTF-8 | C | false | false | 3,626 | c | /*
* Copyright (c) 2007, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* n... | [
"rajeev@Rajeevs-MacBook-Pro.local"
] | rajeev@Rajeevs-MacBook-Pro.local |
b05d081a502bab50af898776d2d850805ca10933 | dc1cd3661e2da5d41052fc351766f20b2c27a2b0 | /2016/C02/Projeto/src/ProjetoC02.C | 75b69a1b55240b4e505c42014469608a484bba01 | [] | no_license | joaofbravo/CompPhysics | eab272189758a8f8fbc2a5e4e9eda6f08e4ec601 | 3bfedf25fdfcb045152df5d9c35cdac452722ff3 | refs/heads/master | 2023-03-28T20:17:53.033714 | 2021-03-27T01:14:33 | 2021-03-27T01:14:33 | 223,812,835 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 663 | c | #include "Photon.h"
#include "Electron.h"
#include "Positron.h"
#include "ParticleShower.h"
#include "TRandom3.h"
#include "TH1F.h"
#include "TH1I.h"
#include "TPad.h"
#include <fstream>
using namespace std;
int main() {
ParticleShower Shower(false, false, true, false, "data/EMShower.txt");
// Shower.SetSeed(1000... | [
"joao_bravo123@hotmail.com"
] | joao_bravo123@hotmail.com |
b27c7ea1de854bc366e82b7c978735051d2deab3 | dccfba2d54457adf6d4f6c9626a558e1f973c6b5 | /BSP/SampleCode/VideoIn/FileWrite.c | 00752b3921e1c1264e7fbfa2424fedff078a2fd1 | [] | no_license | zhou-peter/N9H26_emWin_NonOS | d8327b03f57a639827c68953140c1213a545e8d5 | 94a5e4954b14397c2bfd72b6ddb141cf7abf272a | refs/heads/master | 2023-01-01T23:52:57.508031 | 2020-10-27T09:03:55 | 2020-10-27T09:03:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,334 | c | /**************************************************************************//**
* @file FileWrite.c
* @brief Write JPEG file or RAW data to SD card
*
* SPDX-License-Identifier: Apache-2.0
* @copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
****************************************************... | [
"YCYen0@nuvoton.com"
] | YCYen0@nuvoton.com |
5202f9dc97bca6254448152327d9740aa7129857 | d96bbb83ecc3912ea7c68b292491fd6029dc69e6 | /include/su3.h | 68b02a9be1a0c3ee8a8f7f6ca85c9fe384eabc30 | [] | no_license | lattice/milc | bab094cd1efac2e34458ce98a38c3cb08739dfc7 | 179b950ecab36773470c113a2914f7e4c2d75002 | refs/heads/master | 2021-03-12T21:22:53.308034 | 2014-09-18T14:33:18 | 2014-09-18T14:33:18 | 14,381,465 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 30,664 | h | #ifndef _SU3_H
#define _SU3_H
#include "../include/complex.h"
#include "../include/random.h"
/****************************** su3.h **********************************
* *
* Defines and subroutine declarations for SU3 simulation *
* MIMD version 7 *
* *
*/
/* SU(3) */
typedef struct { fcompl... | [
"u0731948@feynman.chpc.utah.edu"
] | u0731948@feynman.chpc.utah.edu |
069c1117eeb05b9dcbe3fedc23b545f722873a88 | cb04c105fd2b79df611d2d41e9558d428bc47155 | /include/fs.h | b9c9ae37ce87ef255751831ce997c38ed8ebd740 | [] | no_license | chenyi852/cos | 7b3a4ceac6871caef0903f8e6c831f71cca92ec1 | 2a0a546fdd5ec5880a3572cf709b7560d28161a8 | refs/heads/master | 2021-01-22T15:16:03.124264 | 2019-05-17T22:27:23 | 2019-05-17T22:27:23 | 102,378,885 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 337 | h | #ifndef _COS_FS_H
#define _COS_FS_H
#include <string.h>
#include <stdlib.h>
#include "types.h"
#include "log.h"
#define fs_info(fmt, ...) \
mg_info(fmt, ##__VA_ARGS__)
typedef uint32_t foff_t;
typedef struct file_descriptor{
uint32_t inum;
}fd_t;
#ifdef CONFIG_FS
int fs_main(void);
#else
inline fs_main(void)
{... | [
"chenyi852@gmail.com"
] | chenyi852@gmail.com |
80b3b577bb409c055f76ab546a3e9c18cf52f059 | 74f779b2a502e2713e5f4d4990b47f85f065fb1c | /HackerRank/SherlockAndMinimax.c | 31d18298816beec0cafd8bd33a9dd04f0ea2804f | [
"MIT"
] | permissive | aaiijmrtt/COMPETITIVECODE | 350ae9de2cb7b859fca2d1b6f57bf50562e5728a | a3f8529139f2ab124f34757bc5ebe5d7d31a86f3 | refs/heads/master | 2021-01-10T19:47:39.294494 | 2015-01-11T15:53:58 | 2015-01-11T15:53:58 | 29,096,699 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,180 | c | #include<stdio.h>
void ms(int *a,int l) {
if(l==1)
return;
ms(a,l/2),ms(&a[l/2],l-l/2);
int i=0,j=l/2,k=0,A[l];
while((i<l/2)&&(j<l))
A[k++]=a[i]<a[j]?a[i++]:a[j++];
while(i<l/2)
A[k++]=a[i++];
while(j<l)
A[k++]=a[j++];
for(k=0;k<l;++k)
a[k]=A[k];
}
int main() {
int n,p,q,d,m,i,j,k;
scanf("%d",&n);
... | [
"aaiijmrtt@gmail.com"
] | aaiijmrtt@gmail.com |
654f45ed5a16b126465aba1be387df3aab72babf | 5a63be7f8861b246baa8a4f6d9984faff11752eb | /parse/backquote/backquote_fork.c | dc56f76578211bfeff9dfc73c9660feb88de892f | [
"MIT"
] | permissive | thibautcornolti/42sh | 0876ccbcfb2cf2ff2b3a98a49eb0428ce649fec8 | 93b9c53a4b08ed8c7c1866fbf61c820974cba956 | refs/heads/master | 2021-09-24T03:36:41.604258 | 2018-10-02T18:41:15 | 2018-10-02T18:41:15 | 92,485,566 | 1 | 1 | null | 2018-02-08T08:37:22 | 2017-05-26T07:44:18 | C | UTF-8 | C | false | false | 2,159 | c | /*
** backquote_fork.c for 42sh in /home/thibrex/Dropbox/delivery/PSU/PSU_2016_42sh/parse/backquote
**
** Made by Thibaut Cornolti
** Login <thibaut.cornolti@epitech.eu>
**
** Started on Fri May 19 18:17:46 2017 Thibaut Cornolti
** Last update Sun May 21 18:48:48 2017 Cédric THOMAS
*/
#include <stdlib.h>
#include <... | [
"thibaut.cornolti@epitech.eu"
] | thibaut.cornolti@epitech.eu |
54525126d0bac4e4af0ae84ca3bfe13b0ab4a5c6 | 7f0aa7e595bd9115dc87432e7a30852cbc516780 | /secondYear/sems/ARRgame/headers/arrgame.h | 8216b678d7c6ed59e3ffe698e1cda45a7e2af2f1 | [] | no_license | temasarkisov/BMSTU-Programming-C | 674d39bc403ae8fe639688bb7485ab08be659a33 | 173ff25aac4a01d8114015cf8df06ff959d13ac6 | refs/heads/master | 2022-07-03T14:36:18.852945 | 2020-05-14T13:07:29 | 2020-05-14T13:07:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 930 | h | #ifndef __ARRGAME_H__
#define __ARRGAME_H__
typedef struct {
int *arr;
int n;
} pop_args;
#define arrgame_pop(...) arrgame_pop_var((pop_args){__VA_ARGS__});
int arrgame_clean(int *p_beg, int *p_end);
int arrgame_count(const int x, int const* start, const int length);
int *arrgame_create(const int sizeArra... | [
"a.sarkisov.s@gmail.com"
] | a.sarkisov.s@gmail.com |
37eea418d479d4344fbd65ed6773dc22a9dab7f7 | a4485ac5586cfc95136e2c82e0bed25a469bdb05 | /src/centity.h | 7cd439bef40809b1e8dd1511d367e86984fcab93 | [] | no_license | quinteger2/adventure | d14812c20e6e71459c1dd5e3c07674a4d0027eb0 | 0ae8df121a6c2543a573a51e08a3b133e06eaa6b | refs/heads/master | 2021-07-23T16:40:18.185651 | 2017-11-03T12:44:36 | 2017-11-03T12:44:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,124 | h | #define MAX_ONSCREEN_ENTITIES 10000
typedef enum
{
ENTITY_TYPE_PLAYER,
ENTITY_TYPE_ITEM,
ENTITY_TYPE_COIN,
ENTITY_TYPE_ENEMY,
ENTITY_TYPE_NPC,
ENTITY_TYPE_PARTICLE,
ENTITY_TYPE_PROJECTILE,
ENTITY_TYPE_FLOATING_NUMBER
} EntityType;
typedef struct
{
EntityType type;
int index;
... | [
"chrisrose708@gmail.com"
] | chrisrose708@gmail.com |
867bbbd7addebad4fcc05847e65ce433a898bd92 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/fs/ntfs/extr_inode.c_ntfs_is_extended_system_file.c | 6014ae573f48470d6a04460857a7512fad9b3679 | [] | 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 | 4,024 | 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 |
0af60f8b24a7a54be352181c578d737c81192337 | 9c2b735cc5c213dd2f5474053e32f76ce4cc4fd5 | /src/event.c | 57d07237ddde6e31d53d04f0a847a3b34a01a7b8 | [] | no_license | Spippolo/duck_hunt | 8d3556dceb9a6513d3706daa631e756f22eda922 | 312ec6ca093ba552894541a5e9a2775612c732e7 | refs/heads/master | 2021-01-10T15:45:45.650578 | 2016-04-05T21:20:16 | 2016-04-05T21:20:16 | 53,981,098 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 930 | c | #include "./event.h"
void main_loop(SDL_Window* window) {
unsigned int last_time = 0, current_time;
bool running = true;
SDL_Event event;
Enemy* enemy = NULL;
while (running) {
SDL_MouseButtonEvent *mouse;
while (SDL_PollEvent(&event) != 0) {
switch (event.type) {
case SDL_MOUSEBUTTONDOW... | [
"alessandro.campagni@gmail.com"
] | alessandro.campagni@gmail.com |
55be157c511dcb0bdaa9c6b68cb71cd0d736382e | d1080b0bc4ee4e82cc4e34efdd6c850c535e13af | /luaplugin.h | ab93e90f8c7510f6af0057b8075d75839b2db694 | [] | no_license | pig4210/inner | eea3217502cec2840ebdd2d89d4b0f021dedbcf8 | 1fdf14f48e9fca62c7f78b387b3b978b3d1e43fa | refs/heads/master | 2021-01-20T08:33:23.442125 | 2016-07-21T08:20:28 | 2016-07-21T08:20:28 | 63,842,848 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 180 | h | #pragma once
//! 用于初始化Lua环境,加载初始化脚本,以及一系列初始化操作
void luaplugin_init();
//! 用于释放Lua环境
void luaplugin_free();
| [
"文pig4210"
] | 文pig4210 |
a18900b734c75cf86443e156e79cbfcc7f328929 | 75665aad0358a614a08f110f2f6e0ffaedb8fbf3 | /8_9x9乘法表右下三角.c/8_9x9乘法表右下三角.c/8_9x9乘法表右下三角.c | 9a9264e804155b1a7156156d46d1963f378992a0 | [] | no_license | zzwwqq/CProgram | d820ccc7d76bb697d7d3e5649c1533d492880770 | 761fde3a31462eb5880cbbe23c09e5de86da53ba | refs/heads/master | 2021-08-27T22:28:52.013121 | 2017-12-10T14:46:58 | 2017-12-10T14:46:58 | 113,758,294 | 2 | 0 | null | null | null | null | GB18030 | C | false | false | 257 | c | //9x9乘法表右下三角形
#include<stdio.h>
int main()
{int i,j,n;
for(i=1;i<=9;i++)
{for(n=1;n<=9-i;n++)//控制输出空格
printf("\t");
for(j=1;j<=i;j++)//控制输出i*j
printf("%d*%d=%-4d",i,j,i*j);
printf("\n");
}
printf("\n");
return 0;
} | [
"1107717335@qq.com"
] | 1107717335@qq.com |
28b2260f23ea6c67d563f3a04c8f378e9a1cdeb6 | 2fe4e069831dc13785d6d85d48ff5b3e7917e49a | /xdk-asf-3.x/avr32/drivers/tc/example3/at32uc3a0512_evk1105/gcc/asf.h | ecf476c3b2ca11a48912eef3e1a6b95a95b539f1 | [] | no_license | nandojve/embedded | 2c349bf2dbffa1ef5e0fa80c60b7d9a7c589e554 | da9fb2810a06980821bd4736ae622a80de6025d3 | refs/heads/master | 2021-01-21T12:27:09.764365 | 2015-01-05T23:09:53 | 2015-01-05T23:09:53 | 18,577,491 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,992 | h | /**
* \file
*
* \brief Autogenerated API include file for the Atmel Software Framework (ASF)
*
* Copyright (c) 2012 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 t... | [
"nandojve@gmail.com"
] | nandojve@gmail.com |
4e2a2569e4a378cbf6451f149471568807ebbe50 | 34740584d7ef29328a3908ea72e55d16213de5da | /linux/embedded_rootfs/pkg_addon/dhcp-4.1.1-P1/omapip/errwarn.c | 0417b7db765810abebc333d7fe05655cf521112f | [
"ISC"
] | permissive | ghsecuritylab/LRT2x4_v1.0.2.06_GPL_source | 70420dedcd69fdf52b1fe98b350ac5842241f2df | 0e6efffb58475313ada0b17b57909d4a737de016 | refs/heads/master | 2021-02-28T12:48:15.270059 | 2015-11-29T23:08:11 | 2015-11-29T23:08:11 | 245,698,010 | 0 | 0 | null | 2020-03-07T20:07:07 | 2020-03-07T20:07:07 | null | UTF-8 | C | false | false | 9,773 | c | /* errwarn.c
Errors and warnings... */
/*
* Copyright (c) 1995 RadioMail Corporation.
* Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with ... | [
"kris@kernelgeek.org"
] | kris@kernelgeek.org |
f7f7f5e4234f189463efddb22fb0f8457ca00bc8 | ed34068580bbea3dad0066821133322aa33f98c1 | /macro/DataMCDisagreement/RooFitSystTest/sigmatest/500/band_82.C | f74380362a9ab052f37267961d7ecb4d384499b8 | [] | no_license | nadjieh/Haamumu | f072174e6a47e9345a03d606c74c0f6a7c2206f8 | 98b005c31f0059c9bd2a0b8ed7f6deabad7b0cc0 | refs/heads/master | 2021-01-02T22:49:54.343034 | 2015-06-24T08:19:52 | 2015-06-24T08:19:52 | 35,811,661 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,955 | c | {
//========= Macro generated from object: pointErrs/Graph
//========= by ROOT version5.34/19
gre = new TGraphErrors(25);
gre->SetName("pointErrs");
gre->SetTitle("Graph");
gre->SetFillColor(1);
gre->SetPoint(0,20,51.0416);
gre->SetPointError(0,0,4.1586);
gre->SetPoint(1,22,47.9377);
gre->Se... | [
"ajafari@cern.ch"
] | ajafari@cern.ch |
58c890fb3b5f3c1e240032cb49621bfcd5f57097 | 3cf737c0e0679b872461ef6e7b2db6e55600efda | /0x07-linked_list_cycle/lists.h | d81d1e03ec5c8945203a315ed178b94c645c85c6 | [] | no_license | VMP1312/holbertonschool-interview | 98eb7e8841d993afe51141ad70a9e2f08c146177 | a07abbfe4204faa2e3653238575bbfa1fb98aff7 | refs/heads/main | 2023-07-11T05:00:54.751307 | 2021-08-27T03:47:01 | 2021-08-27T03:47:01 | 319,590,525 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 498 | h |
#ifndef LISTS_H
#define LISTS_H
#include <stdlib.h>
/**
* struct listint_s - singly linked list
* @n: integer
* @next: points to the next node
*
* Description: singly linked list node structure
* for Holberton project
*/
typedef struct listint_s
{
int n;
struct listint_s *next;
} listint_t;
size_t prin... | [
"60369844+VMP1312@users.noreply.github.com"
] | 60369844+VMP1312@users.noreply.github.com |
6d8d9027b7e382713f7e49eb25800bae95d5650e | d15a3b2d0800e6e217f3d317f312d0e701e1fcca | /Neo/metisLib/match.c | ae345bc1f641344f91e908881a2bc49b1c425304 | [] | no_license | Kyejoon-Lee/Graduate_work | f21140a8e2e8c64a159174a9e13a3f355d9b53db | 771fa59e7a5c295bd23558d543cecec9240ec5b3 | refs/heads/master | 2020-05-27T15:49:14.751787 | 2019-05-26T14:55:19 | 2019-05-26T14:55:19 | 188,686,974 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,448 | c | /*
* Copyright 1997, Regents of the University of Minnesota
*
* match.c
*
* This file contains the code that computes matchings and creates the next
* level coarse graph.
*
* Started 7/23/97
* George
*
* $Id: match.c,v 1.1 1998/11/27 17:59:18 karypis Exp $
*
*/
#include <metis.h>
/***********************... | [
"hj537@naver.com"
] | hj537@naver.com |
4683a654629593c22c5710eebed5580360206336 | d2817c3802d03e2cdd84bb3e70d856f7fd9c753f | /mol.0.0.6/gbsa.c | 292db42d60b0d97b4300915e8dc7660aa82a23ba | [
"BSD-3-Clause",
"MIT"
] | permissive | StructuralBioinformaticsLab/libmol | 48c56990c740c562ebcc7aebff1e5fbfb1109adc | 6d1c3f158a7dccadf6ee60098f1f1dbaf423be22 | refs/heads/master | 2021-01-19T02:39:26.236981 | 2018-05-21T18:06:06 | 2018-05-21T18:06:06 | 4,863,638 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 26,892 | c | /*
Copyright (c) 2009-2012, Structural Bioinformatics Laboratory, Boston University
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 notic... | [
"david@acpharis.com"
] | david@acpharis.com |
a4a03a79756eccbb5fbbbfd715e084ab2624cc32 | 4bb518cecdc50dfd976f560e68a0b706609eea34 | /User/app.h | ce9093c8745522262070a69668ccc10407ad4838 | [] | no_license | congcong1991/YE6282 | 9380f9dac70dfa4047f11e78ff1b038a51eb1bc1 | b654c033d96790ff155651857ea214c3b5f94eca | refs/heads/master | 2020-06-13T22:06:05.102483 | 2019-07-20T07:07:18 | 2019-07-20T07:07:18 | 194,802,147 | 0 | 4 | null | 2020-03-06T21:17:59 | 2019-07-02T06:30:33 | C | GB18030 | C | false | false | 13,369 | h | #ifndef _APP_H_
#define _APP_H_
/* FreeRTOS kernel includes. */
#include "FreeRTOS.h"
#include "task.h"
#include "queue.h"
#include "timers.h"
#include "semphr.h"
#define RX_BUFFER_SIZE 1024
#define TX_BUFFER_SIZE 1024
//extern uint8_t TXDBUF[TxdBufL... | [
"15262903402@163.com"
] | 15262903402@163.com |
9dcafa1e28d2ae9c7217dc321581f59fbcf69a8b | d2555cc1c048de28a7fed4570ce539b1107062bb | /gridftp/client/source/test/globus_ftp_client_test_throughput_plugin.h | 4e7b340c8335a9ce46f0a60adc64e059e225acf7 | [
"Apache-2.0"
] | permissive | globus/globus-toolkit | 7e7ee5ac6e80ed6269c47d3db5e6b283fa4077cc | 14761278bf048b0d9bd3d46ab4c3c987b968f2d3 | refs/heads/globus_6_branch | 2023-02-04T05:26:29.970675 | 2019-06-26T19:12:50 | 2019-06-26T19:12:50 | 14,117,942 | 48 | 53 | Apache-2.0 | 2020-06-12T06:51:12 | 2013-11-04T17:20:35 | C | UTF-8 | C | false | false | 1,475 | h | /*
* Copyright 1999-2006 University of Chicago
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | [
"bester@mcs.anl.gov"
] | bester@mcs.anl.gov |
ef7af3903b17095c745081427acb991956939c92 | 093bcdf9d708087219baa2a82de8406651b7ec48 | /AjitPublicResources/processor/TestEnvironments/cpu_env_to_riffa/include/cpu_env_to_riffa.h | 5c2b83af52b9309b8ffbd7ebcbe204c23e644b0a | [] | no_license | Prajwal-Prathiksh/ajit-toolchain | 421b5e725cc64188829c5d0ea4b56c7aa11bcc6e | 230601fe7541611fa3c7ce621231fe1c8d274ba2 | refs/heads/master | 2023-07-14T10:26:01.609494 | 2021-08-18T08:17:22 | 2021-08-18T08:17:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 648 | h | #ifndef cpu_env_to_riffa_h__
#define cpu_env_to_riffa_h__
#include <stdint.h>
#define CPU_ICACHE_TO_RIFFA 1
#define CPU_DCACHE_TO_RIFFA 2
#define CPU_MODE_TO_RIFFA 3
#define CPU_DEBUG_TO_RIFFA 4
#define RIFFA_RESET_TO_CPU 5
#define RIFFA_INTR_TO_CPU 6
#define RIFFA_ICACHE_TO_CPU 7
#define RIFFA_DCACHE_T... | [
"madhav@ee.iitb.ac.in"
] | madhav@ee.iitb.ac.in |
b4c31f8b852721d65b4dddac70ca00a4c3ef5386 | 1c6a7ae5dca2a38c68fde97a676478c6573bca02 | /linux-3.0.1/include/linux/trace_seq.h | 5cf397ceb726fee2c48da416f8ade27c1ae6a7f5 | [
"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 | 2,521 | h | #ifndef _LINUX_TRACE_SEQ_H
#define _LINUX_TRACE_SEQ_H
#include <linux/fs.h>
#include <asm/page.h>
/*
* Trace sequences are used to allow a function to call several other functions
* to create a string of data to use (up to a max of PAGE_SIZE).
*/
struct trace_seq {
unsigned char buffer[PAGE_SIZE];
unsigned in... | [
"kyh1022@163.com"
] | kyh1022@163.com |
ba3a6dcf5056516e7a37b1d2da5a02bdb5743089 | f989392ced5be1fc069c62548aa9bd9fd60062b0 | /PID_LQR_ReactionWheel/control.h | 99a0aa275266d3cb5f44ab6b577e3756372270ba | [] | no_license | roboticslab01/pendulum | bcaac7e08d25aa915da372310df9b37d214e8150 | 790fdcd98a1be6a7175f6f997cc3f6d48c174997 | refs/heads/master | 2020-04-04T20:22:13.943365 | 2018-11-05T16:10:37 | 2018-11-05T16:10:37 | 156,244,186 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 276 | h | #ifndef CONTROL_H
#define CONTROL_H
float err;
float ref = 2.;
float dErr;
float sumErr = 0.0;
float lastErr = 0.0;
float theta = 0. , theta_dot=0. , omega_r = 0. , last_theta = 0;
int computePID(float pendPos);
int computeLQR(float th, float th_dot, float omg_r);
#endif
| [
"noreply@github.com"
] | roboticslab01.noreply@github.com |
e82f6ea93097e6a52f7d857021368e19ce453b7a | 4a8860e48447d6dde5c58cd72ca739d20763c1c3 | /libft/ft_memcmp.c | 07c7e30898db61c9b6aaac1291cc02f5c6ef7873 | [] | no_license | mqueguin/so_longv2 | 03b74e3907b98c0441dcda71856af89bed6e6e05 | 271a7a2323f624adbd60a6f555485e0bb4b09c3c | refs/heads/master | 2023-08-15T14:21:14.509089 | 2021-10-07T10:48:26 | 2021-10-07T10:48:26 | 409,627,812 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,219 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memcmp.c :+: :+: :+: ... | [
"mqueguin@e2r4p10.42.fr"
] | mqueguin@e2r4p10.42.fr |
0ece3b7fe0badd91b5fa3e17c7fcbbd7397deed0 | 4541a7a8fd4b063f5410b76c6a1fa7ce2c806466 | /.ios/Pods/Headers/Private/flutter_boost/NavigationService_closePage.h | e1dadebaa266f295c027c38b9ab9d7a9f8dbe52f | [] | no_license | rsaf/flutterImageList | 94ba768ad89236f3147648254096586626c0aca0 | d388650fd1e3ed2346a44aa2e9a2cf9d0b419fe3 | refs/heads/master | 2020-05-24T02:36:38.783176 | 2019-05-16T16:21:13 | 2019-05-16T16:38:58 | 187,055,486 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 132 | h | ../../../../Flutter/.symlinks/flutter_boost/ios/Classes/Messaging/Generated/NavigationService/handlers/NavigationService_closePage.h | [
"rollandsafort@gmail.com"
] | rollandsafort@gmail.com |
8cd5b4504330833c6f1ae4e8a44ab9144d32fb44 | ba345db07aa46b596f89c71191bda647e58704e8 | /lab5/code/test/threadSyscallTest.c | b71809a0c41effced2a22cc546dee5ef395d22c0 | [] | no_license | 694944505/NachosExpansion | 22b7e5ab7b8c537a9a28df98658482d3ec5641d9 | c665b4dcec8f7556cc14fda06255d2650ee274ca | refs/heads/master | 2023-05-17T11:52:20.912139 | 2021-05-26T09:00:43 | 2021-05-26T09:00:43 | 370,931,207 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 290 | c | #include "syscall.h"
int f(){
Write("fork thread function finished",30,ConsoleOutput);
Exit(0);
}
int main(){
Write("main thread function start",27,ConsoleOutput);
Fork(f);
Join(Exec("./test/fileTest"));
Write("main thread function finished",30,ConsoleOutput);
Yield();
Exit(0);
} | [
"694944505@qq.com"
] | 694944505@qq.com |
e9e2a499b444e72bf6e7139b548cdc104204ce59 | 369c0cf486ab0489cead1d09413ebacd24489c4d | /allocators/dlmalloc/dlmalloc282/dlmalloc.c | 7db825fcde006f46d20dd604cdf23a334490ee14 | [] | no_license | columbia-castl/Malloc-Implementations | c57e84e8e7a757a5b2979d7009f03a9016948edc | c4a626ef31343ce967705ff11694b03f2262e61c | refs/heads/master | 2021-05-05T05:28:41.158372 | 2018-01-24T05:22:01 | 2018-01-24T05:22:01 | 118,711,707 | 0 | 1 | null | 2018-01-24T04:27:24 | 2018-01-24T04:27:24 | null | UTF-8 | C | false | false | 172,705 | c | /*
This is a version (aka dlmalloc) of malloc/free/realloc written by
Doug Lea and released to the public domain, as explained at
http://creativecommons.org/licenses/publicdomain. Send questions,
comments, complaints, performance data, etc to dl@cs.oswego.edu
* Version 2.8.2 Sun Jun 12 16:05:14 2005 Doug Lea... | [
"emery.berger@gmail.com"
] | emery.berger@gmail.com |
2f3e41660a04230b33f065c0dd65f3a197410c55 | 774cb2bfa1207de02f54b4687eae2d428dd0b167 | /chef/src/CAsignals.h | be1c2f18a48ca70a6ddb0559042a7caa932f8701 | [] | no_license | RobotechLille/cdf2018-principal | 52a133f27c5211084f9fba43e5401be625afde65 | f62be42329a9f5b883fdfb515cbfa889ce3c7b2e | refs/heads/master | 2020-04-05T16:11:54.133906 | 2018-05-16T05:59:09 | 2018-05-16T05:59:09 | 157,001,264 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,031 | h | /*
* Définition des signaux échagés entre l'Arduino et le chef
*/
#ifndef __CASIGNALS_H_
#define __CASIGNALS_H_
#include <stdint.h>
// Structures used everywhere
// D: Direct
// Sens naturel : Envoi de donnée
// Sens inverse : Accusé de réception
// I: Indirect
// Sens inverse : Demande de donnée
// Sens naturel... | [
"geoffrey@frogeye.fr"
] | geoffrey@frogeye.fr |
abae1e6b26fc00398125a009a703403374c84f74 | 35f5837f3076c7b17694f08028861512946d0d9e | /W5500Ping/User/main.c | 3b25a8268645a66d4882b497b816e52e1593aedc | [] | no_license | janejack/Suede | ac689fded7eded660a33fbe11911b8bf726cc292 | d5f047aec69e82493b5b3f7e54a99c7e369daff1 | refs/heads/master | 2021-01-19T10:52:48.419948 | 2017-04-11T09:35:40 | 2017-04-11T09:35:40 | 87,906,936 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,957 | c | /**
******************************************************************************
* @file main.c
* @author WIZnet Software Team
* @version V1.0
* @date 2015-02-14
* @brief 用3.5.0版本库建的工程模板
* @attention 实验平台:野火 iSO-MINI STM32 开发板 + 野火W5500网络适配板
*
* 默认使用野火开发板的SPI1接口,请断开“J10”A4与cs... | [
"hp.li@mobiletek.cn"
] | hp.li@mobiletek.cn |
155b3fbfc11c499d704065a2dcd5232803e58666 | 70e3c8bf2e40228309f30be74a2ac774f2f3010c | /phonebook.h | 330ba0b2b893ba309e3ae2d48878c093269b6fca | [] | no_license | nnarain/ESEIntercom | cca97039056a0362946f7ac8222299a0cda7ca76 | df135c7f7d0b195dde5bf63e0b4b7a2aaa47853f | refs/heads/master | 2016-09-05T17:37:34.412223 | 2014-11-21T14:31:58 | 2014-11-21T14:31:58 | 24,662,899 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,625 | h |
#ifndef PHONEBOOK_H
#define PHONEBOOK_H
#include <stdint.h>
#include <string.h>
#include "messagequeue.h"
#define STR_MAX 140
#ifdef __cplusplus
extern "C"{
#endif
//! Information on the sender
typedef struct senderData{
int id; ///< The id of the sender
int numMessages; ///< The number of messa... | [
"nnaraindev@gmail.com"
] | nnaraindev@gmail.com |
c078297e90ac383aa1596b3b1a0601f17efa8c7e | cc10c1c9be513207416cf5fd78b514d3cbd72384 | /common/instamsg/driver/include/wolfssl/wolfcrypt/rsa.h | 84fa164cd60a824745fb9dc88623711262f15d5f | [
"MIT"
] | permissive | ashu13sept/instamsg-c | 43bcd1ae49e6c60c2e274448c629c5743faea208 | e6b9566a03c244300fcb83a9e059f580eee0658d | refs/heads/master | 2020-06-10T17:59:34.722104 | 2019-04-29T08:27:26 | 2019-04-29T08:27:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,428 | h | /* rsa.h
*
* Copyright (C) 2006-2017 wolfSSL Inc.
*
* This file is part of wolfSSL.
*
* wolfSSL is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) a... | [
"ajay.garg@sensegrow.com"
] | ajay.garg@sensegrow.com |
eeddf7599983d26ecbee5eff686689a2be939ac1 | 0148663b4372218e41612be4fa852637fa44e540 | /client_server/common.c | 196cfafc26746e6f5e48029d340f48f16232e106 | [] | no_license | yangxks/Model | c2540d3f41a4701d3ecabf2cc08085f4bc51606d | 9a27a97ad840686c8a48e2ce515e2ae7a760f60a | refs/heads/master | 2020-04-06T07:02:53.430401 | 2017-05-27T07:36:12 | 2017-05-27T07:36:12 | 12,534,339 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,767 | c |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <sys/resource.h>
#include "common.h"
static int set_nonblock(int fd)
{
int flag;
if ((flag = fcntl(fd, F_GETFL, 0)) < 0) {
return -1;
}
return fcntl(fd, F_SETFL, flag | O_NONBLOCK);
... | [
"cuzz22@qq.com"
] | cuzz22@qq.com |
10fdcab0d4b8965e9f0f22d104409f4380db558b | f10cc70e2c9517531a733b82b8989f9bdf419383 | /ponerbits.c | 99226424505d7c6ef0ad404f99b5c7d2bf7714a1 | [] | no_license | lopez12/RandomCodes | 2abd62441fba31b909f2f9ba1e198ffd38e46250 | 7665fea172201d7c5f71b6827275474fcac98f2c | refs/heads/master | 2021-06-12T21:21:57.178097 | 2020-04-09T16:10:08 | 2020-04-09T16:10:08 | 254,402,793 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 679 | c | #include<stdio.h>
ponerbits(unsigned char x, unsigned char y, int n, int p);
int main(void)
{
unsigned char x,y;
int n,p;
printf("\t\tPRACTICA DE BITS\n\n");
printf("\nIngresa n:");
scanf("%i",&n);
printf("Ingresa p:");
scanf("%i",&p);
printf("Ingresa el numero y:");
fflush(stdin);
scanf("%x",&y);
ponerbits(x,y... | [
"lopez.glez1@gmail.com"
] | lopez.glez1@gmail.com |
c8f77b83ccf7c2f8d251e4a11efc15f104a77502 | 3856d12a49b9814811d4d820151290d0688b12ba | /hello_world_cl.c | 5b6277ce2ecc223987ea91ca6c294b0446272010 | [] | no_license | miteshgavhankar09/OpenCL-Benchmark | 555f3b8ae1d8be67155e4b6d8a8f500b1bc94da2 | 6fbf648cdbf5eb018b775336445ae25de62a314b | refs/heads/master | 2020-03-27T10:26:21.983490 | 2016-03-20T17:01:22 | 2016-03-20T17:01:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,306 | c | #include <stdio.h>
#include <math.h>
#define CL_USE_DEPRECATED_OPENCL_2_0_APIS
#include <CL/cl.h>
const char *KernelSource = "\n" \
"__kernel void hello( \n" \
" __global char* a, \n" \
" __global char* b, \n" \
" __global char* c, \n" \
" const unsigned int count) \n" \
"{ \n" \
" int i = get_global_id(0); \n" \
" if... | [
"tantrokiniem@gmail.com"
] | tantrokiniem@gmail.com |
792e9106fda93f4047be38fd25caba5342812b5d | 900264749e85be68315e76e53c6f0784f5483fa3 | /V1.2/Master_board_V1.2/STC15Fxxxx.H | d91620a6de051b7197ba29fcee79de725391855c | [] | no_license | Benjie-Cheng/Master_Board | ee092687d1f1dc3579af26dbf72ddecad2e408d1 | 97a304308db64db8b47b5497a91a9f61e12b5738 | refs/heads/master | 2020-08-03T14:34:47.157578 | 2020-04-23T08:47:01 | 2020-04-23T08:47:01 | 211,787,410 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 36,477 | h | /*---------------------------------------------------------------------*/
/* --- STC MCU International Limited ----------------------------------*/
/* --- STC 1T Series MCU Demo Programme -------------------------------*/
/* --- Mobile: (86)13922805190 ----------------------------------------*/
/* --- Fax: 86-0513-5501... | [
"1017649596@qq.com"
] | 1017649596@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.