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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8583543e531896204783b9515842a51b43b4b9df | e4129c52302cdca8089881259389e741b6da4441 | /src/zephyros_config.h | 155d8bbffd81766a405818dedb1c378533be83cd | [] | no_license | okrasnov/zephyros0.4 | 15f751eb36c2873b4f4473c4784ad13bc99eac5b | 25c0d57a1c29719ef249fd29330a28b4ee3568c8 | refs/heads/master | 2021-12-10T18:31:23.461021 | 2016-03-18T12:36:10 | 2016-03-18T12:36:10 | 257,645,631 | 1 | 0 | null | 2020-04-21T16:08:32 | 2020-04-21T16:08:30 | null | UTF-8 | C | false | false | 7,641 | h | #ifndef _ZEPHYROS_CONFIG
#define _ZEPHYROS_CONFIG
#define zephyros_version "0.4"
#include <stdio.h>
#include <complex.h>
#include "fields.h"
#include "interpolation.h"
#include "util.h"
typedef struct t_zephyros_config_general_additional_output
{
int print_configuration;
int print_detailed_analysis;
} t_zephyros_co... | [
"aoudenijhuis@localhost.localdomain"
] | aoudenijhuis@localhost.localdomain |
7292001938b08971e7f9cc7b0a7ed56939f26316 | 7c61077f8c81f2c3b252a0b60dfcb8a275872ba7 | /stc8g-rgb/STC8G.h | 08d37c076e2696312c7e4f67b1b237918dc3611f | [
"MIT"
] | permissive | JACKSONJOY2333/Microcontroller-Projects | 3e90eee444ed06d8c701ff68dc510172e9c8878a | 73c3a7740ffde5e2161ead4b404b1631382d62f8 | refs/heads/master | 2023-08-02T23:13:15.326683 | 2021-10-03T18:05:07 | 2021-10-03T18:05:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 46,353 | h | #ifndef __STC8G_H_
#define __STC8G_H_
/////////////////////////////////////////////////
//包含本头文件后,不用另外再包含"REG51.H"
sfr P0 = 0x80;
sbit P00 = P0^0;
sbit P01 = P0^1;
sbit P02 = P0^2;
sbit P03 = ... | [
"201436728@qq.com"
] | 201436728@qq.com |
99f002f025eb2034c9cd67615d66f4373a54ce1f | 6c29b839dae71a826106acb0eff4f033c23ce372 | /util/parser.h | 0b4efb666dca6ac9ca9209f40b38a5962e7ed380 | [] | no_license | sanket143/DANet | ec511ac99f8772af32f2765505c37eed4fc1f99e | 6102cabb2c60ca5c01d748889de8583db4b4c4c7 | refs/heads/master | 2020-04-09T05:15:16.124937 | 2019-04-13T13:58:56 | 2019-04-13T13:58:56 | 160,057,215 | 0 | 1 | null | 2019-10-06T13:11:38 | 2018-12-02T14:45:04 | C | UTF-8 | C | false | false | 482 | h | #include <stdio.h>
int get_size(char *pattern){
char ch = pattern[0];
int size = 0;
while(ch != '\0'){
pattern[size++];
}
return size;
}
void hello(char *str, char *pattern){
char ch = ' ';
int ch_ind = 0;
int pattern_size = get_size(pattern);
while(ch != '\0'){
printf("%c", ch);
ch ... | [
"chaudharisanket2000@gmail.com"
] | chaudharisanket2000@gmail.com |
f62f4a90abc1064d73a51407edef57de29aa9645 | ca6f04b0aa57e43483381a5daea50d4d1ed53497 | /c/word-count/src/word_count.h | a11c4979b4f6ab655d1f1ca60dda05e20e1a6542 | [] | no_license | moravveji/exercism | 55ec3595b0f4dcf49bf8097fb5fafd65613ff704 | 58fcf994603882e9c5aa0a3f964e1f627ed84719 | refs/heads/master | 2023-04-11T19:05:48.512927 | 2021-04-26T20:54:49 | 2021-04-26T20:54:49 | 280,144,720 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,258 | h | #ifndef WORD_COUNT_H
#define WORD_COUNT_H
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include <stdbool.h>
#define MAX_WORDS 20 // at most MAX_WORDS can be found in the test input string
#define MAX_WORD_LENGTH 50 // no individual word can exceed this length
// resul... | [
"e.moravveji@gmail.com"
] | e.moravveji@gmail.com |
3c6c2c18165007d96a870f9c7428bdc20d7fed8c | e66fceee9d201962b0668e1f58c46859854fceb4 | /d/suiye/npc/xiaoer2.c | 2a98b9061abf3a7d5012e5efd761719e918d6718 | [] | no_license | cao777/mudHYLib | a8a6e28d097afb87ef68ee0a3fae13a1c50fe822 | dd7832cc0abad1a21c797692c3f5fafd98702fb6 | refs/heads/master | 2023-03-15T16:26:34.697435 | 2018-12-03T15:35:34 | 2018-12-03T15:35:34 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,408 | c |
inherit NPC;
inherit F_DEALER;
void create()
{
// reload("suiye_xiaoer2");
set_name("店小二",({ "xiao er","xiao","er" }) );
set("gender", "男性" );
set("age", 22);
set("long", "这是这家杂货铺的店小二。\n");
set("shop_id",({ "xiao er","xiao","er" }) );
set("combat_exp", 200);
set("str",... | [
"i@oiuv.cn"
] | i@oiuv.cn |
fa17625ae1f161caaff96a6b5c10ecf57206ac85 | 4368f3b127b9330885c7a1789446c8af56189cdb | /Projects/Qt5Core/src/Qt5Core.h | aba3f2caefae1289ececc64cddfe4d835681c728 | [
"MIT"
] | permissive | Yangff/mvuccu | 4cb57a8fb855a60c44e40f30b9c23bc66e175781 | d0dc7c84fdeea4ee3b70ba758942a3499bd7a53a | refs/heads/master | 2021-01-17T06:52:24.207080 | 2017-11-24T17:08:24 | 2017-11-24T17:08:24 | 52,864,715 | 5 | 5 | null | 2017-11-24T17:08:24 | 2016-03-01T09:30:02 | C++ | UTF-8 | C | false | false | 71 | h | #pragma once
#include "Qt5Wrapper.h"
extern CQt5WrapperV1 *wrapper; | [
"yangff1@gmail.com"
] | yangff1@gmail.com |
9f83d8c02c6349cfff5834a8f5a130cd2a259f63 | 6432ffa0649947cdb0c2045a3a7b2b2bee27e8c2 | /d/dali/obj/chahua12.c | ddab586780b0ecd5112f2825ad7ef2337a58bbc6 | [] | no_license | MudRen/xkx100 | f2e314a542e459502e28f311cd9f20ee7f7c6f43 | dfca57e056460d7c0532a6e19a5e4add94a5588d | refs/heads/main | 2022-03-05T00:08:01.398338 | 2022-01-25T09:00:27 | 2022-01-25T09:00:27 | 313,971,845 | 6 | 3 | null | null | null | null | UTF-8 | C | false | false | 770 | c | //chahua12.c
#include <ansi.h>
#include <armor.h>
inherit HEAD;
void create()
{
set_name(HIW"抓破"HIG"美"NOR"人"HIR"脸"NOR, ({"cha hua", "hua"}));
if( clonep() )
set_default_object(__FILE__);
else {
set("unit", "朵");
set("long",
"一株茶花,白色花瓣上有一抹绿晕、一丝红条。... | [
"freddy.chua@ey.com"
] | freddy.chua@ey.com |
4b713e2b153d4f828a21857ee69dd3335fc07dba | 9c6f5fbb43a00fdd4838d78b4299cdf2c34e279b | /tdt/cvs/driver/stgfb/stmfb-3.1_stm23_0032/linux/drivers/media/video/stmvout_driver.h | 2c239bd883be81537fad1681c70d55efb8f5afbd | [] | no_license | TitanNit/tdt | 90ac830771170abc96255457ef59780687ff0a47 | 22a09713b68c881fd1d4e4f6247b314cd52f4d7a | refs/heads/master | 2021-01-17T09:50:39.729337 | 2016-05-06T13:26:53 | 2016-05-06T13:26:53 | 34,450,580 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 6,695 | h | /***********************************************************************
* File: linux/drivers/video/stmvout_driver.h
* Copyright (c) 2005,2007 STMicroelectronics Limited.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of this a... | [
"konfetti@gmx.net"
] | konfetti@gmx.net |
ac2eb7ab10a25b350231dea98759de38745eafa4 | 25a7263e38c40d90c980476394321d651ce8a116 | /read.c | ec19fbb04a08bf2c295faf7b32c1afb09ebafe44 | [] | no_license | Aleksandr-Sirenko/FdF | ac7a41f242a7795b41da68093bf9635c075eb10a | 246c831e2122bb69756191f431fdbc2a19b38997 | refs/heads/master | 2021-02-18T14:38:41.659827 | 2020-03-05T15:59:15 | 2020-03-05T15:59:15 | 245,206,461 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,196 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* read.c :+: :+: :+: ... | [
"asirenko@e1r10p9.unit.ua"
] | asirenko@e1r10p9.unit.ua |
145c3246899dc64365c7ef7d9b47a9816b8e93e7 | 5c529642b31766c90038d59d748158ba3d0151f4 | /include/imagery/phong.h | 9ac0eda7d2ffc202881ece5867505e0b6aa5500a | [] | no_license | horit/RST2.10_stel | 3ca50cfdf128709c0f22cd693b11c4a682e42f3e | 60da58e952c452a8ccfc5fd43aea367220fd8556 | refs/heads/master | 2016-09-06T02:45:16.567584 | 2014-10-23T05:27:28 | 2014-10-23T05:27:28 | 25,215,211 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 53 | h | ../../code/src.lib/imagery/phong.1.02/include/phong.h | [
"horit@stelab.nagoya-u.ac.jp"
] | horit@stelab.nagoya-u.ac.jp |
c418b312a49424930eb2fd2bff3b16cc5b17ccfa | 383a66e9fb46e37176655fc5f7c872f23a8149e8 | /Workshops-c/step2_programe2.c | 831e266631738cf9371f58e06789ae56eb560a2a | [] | no_license | ZroudAbdelilah/-1-Repository-Youcode | 8abc31ab109ded47ae90c7fc9a5cb8cc018595e1 | ca14b6a084b70ec509366c1f9bb3c3a409f89a0e | refs/heads/master | 2023-02-16T07:03:17.291184 | 2021-01-14T15:36:10 | 2021-01-14T15:36:10 | 326,612,736 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 888 | c | #include<stdio.h>
void data(int a,int b)
{
printf("================\n");
printf("A est %d\n",a);
printf("En octet est : %o",a);
printf("En hexadisimal: %x",a);
printf("================\n");
printf("A est %d\n",b);
printf("En octet est : %o",b);
printf("En hexadisimal: %x",b);
}
void Caculatrice (int a, int b, ... | [
"abdilahzroud@gmail.com"
] | abdilahzroud@gmail.com |
a5e28305611a514b6b54776b6298fdc4c54d5407 | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/linux-4.11-rc3/drivers/video/fbdev/omap/lcd_palmz71.c | c46d4db1f839ff83b23a5ae6278e60bad418f681 | [
"BSD-2-Clause",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | yijunyu/demo | 5cf4e83f585254a28b31c4a050630b8f661a90c8 | 11c0c84081a3181494b9c469bda42a313c457ad2 | refs/heads/master | 2023-02-22T09:00:12.023083 | 2021-01-25T16:51:40 | 2021-01-25T16:51:40 | 175,939,000 | 3 | 6 | BSD-2-Clause | 2021-01-09T23:00:12 | 2019-03-16T07:13:00 | C | UTF-8 | C | false | false | 1,810 | c | /*
* LCD panel support for the Palm Zire71
*
* Original version : Romain Goyet
* Current version : Laurent Gonzalez
* Modified for zire71 : Marek Vasut
*
* 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 Soft... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
d806e1fa79899de4a28d67f752ed6f8c146dc4a3 | f7cac551a50a13a8017124e660e248cf284aa511 | /R_04_02.c | ba5facd9f121160298a934104de0be624bdc2452 | [] | no_license | AditiAShenoy/misra-2012 | 01cd783fd3121432cdb9d4da4573bf0dad2a55be | 4396ae38f3202a6e1a64298674b5d982d9a6d8c9 | refs/heads/master | 2020-08-04T23:39:41.340822 | 2019-10-02T11:02:03 | 2019-10-02T11:02:03 | 212,316,369 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 492 | c | /*
* Release: 2016-01-01
*
* Example from MISRA C:2012 ( THIS IS NOT A TEST SUITE )
*
* Copyright HORIBA MIRA Limited.
*
* See file READ_ME.txt for full copyright, license and release instructions.
*/
/*
* R.4.2
*
* Trigraphs should not be used
*/
#include "mc3_types.h"
#include "mc3_header.h"
void R_4_2... | [
"aditi531991@gmail.com"
] | aditi531991@gmail.com |
fd910e6bca7707a0b1a23a403ee404993b75a403 | 3e3f2d78302c2e7abb8462e045a6f906044e8e66 | /xmame84/src/drivers/toratora.c | 20d5f714ce18a1e4bc5c1f4443cf6acd971d1f17 | [] | no_license | retrofirmware/gh_retrogame_emulator | 93906a758f8b4ed092c2ebe8f6621c1db5a00b96 | 415ebd5dab5226441b3f996b82ffba8d17036829 | refs/heads/master | 2020-03-10T06:34:22.110264 | 2018-04-03T12:07:49 | 2018-04-03T12:07:49 | 129,242,551 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,190 | c | /***************************************************************************
Tora Tora (c) 1980 GamePlan
driver by Nicola Salmoria
TODO:
- The game doesn't seem to work right. It also reads some unmapped memory
addresses, are the two things related? Missing ROMs? There's an empty
socket for U3 on the board, whic... | [
"steward.fu@gmail.com"
] | steward.fu@gmail.com |
44a0e164b2930dcf797f264f1ad287ec6a490cf0 | 083d72ab12898894f0efa87b73ad4b59d46fdda3 | /trunk/examples/LTL/regression/vanilla/Bug_ProcedureDNF.c | b5f9c0443a913abbeaa74f4c6510966c1555eac8 | [] | no_license | utopia-group/SmartPulseTool | 19db821090c3a2d19bad6de690b5153bd55e8a92 | 92c920429d6946ff754c3d307943bcaeceba9a40 | refs/heads/master | 2023-06-09T04:10:52.900609 | 2021-06-06T18:30:15 | 2021-06-06T18:30:15 | 276,487,368 | 8 | 6 | null | null | null | null | UTF-8 | C | false | false | 434 | c | //#Safe
//@ ltl invariant positive: <> AP(input == 3) || <> AP(input == 4);
int input;
int nutzlos;
void bar(int *k, int i)
{
(*k)=(*k)+i;
}
void foo(){
if(input==0 || input==1 || input==2 || input ==4){
bar(&nutzlos,1);
input = input + 1;
} else {
bar(&nutzlos,-3);
input = input - 3;
... | [
"jon@users-MacBook-Pro.local"
] | jon@users-MacBook-Pro.local |
bfc7032d2fed41c20ecd677d5cf8636fdad14992 | c0f390267917565d86714a6a5fc1d54885e01596 | /company.c | 3911a944598d7cba4d08aaa11ab3b05a695a1ebc | [] | no_license | Sapphire1591/ex3 | 76643bf81abd4baa39b30dc3b9c452e092c07848 | 2006033956113c93448d521e3d81ce4ecf719328 | refs/heads/master | 2021-01-22T11:03:47.584076 | 2017-05-28T15:06:57 | 2017-05-28T15:06:57 | 92,667,606 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,767 | c | #include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include "list_mtm1.h"
typedef struct list_node {
ListElement data;
struct list_node* next;
}*Node;
struct list_t {
Node head;
Node iterator;
CopyListElement copy;
FreeListElement free;
};
List listCreate(CopyListE... | [
"Sapphire1591@campus.technion.ac.il"
] | Sapphire1591@campus.technion.ac.il |
734a01738b1e892dff211558f06000558a9b5bfa | 03202f64d86353ad50efe53b88e3ac21ec787960 | /Ejemplo1.X/Ejemplo1.c | fd58c6bc0e3bdc85d0172513fa8d403d9582ed6c | [] | no_license | DevCode-C/Universidad | a641e01782a72ff1533165cf944d3e63c4f40834 | 3c546d3858d05e89c6d1bdd3b922ccf0d10bc8c6 | refs/heads/master | 2023-04-18T20:35:13.774266 | 2021-05-02T21:27:37 | 2021-05-02T21:27:37 | 363,754,545 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 147 | c | /*
* File: Ejemplo1.c
* Author: Emmanuel
*
* Created on 24 de enero de 2019, 04:07 PM
*/
#include <xc.h>
void main(void) {
return;
}
| [
"emmanuelparedescamargo@gmail.com"
] | emmanuelparedescamargo@gmail.com |
ef0bf8a8e8a0cf6ccd3dad63ccc4fe183b24c4b9 | 6ba6b0c9751ca1fdea6792aec666851a3053d599 | /14_mailbox/main.c | b001d636655bf44dc15a678271445ad6183aa458 | [] | no_license | wanzhang/write_rtos_in_3days | 0c7dfa41f088dff50543fed797437d24e88bc2b7 | 3d6a56ba2f96b1dd923aeb885f4786d8d1d7ca00 | refs/heads/master | 2022-01-08T05:29:56.575042 | 2018-06-05T09:34:18 | 2018-06-05T09:34:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,569 | c | #include "os_stdio.h"
#include <stdint.h>
#include "cm3.h"
#include "task.h"
#include "mailbox.h"
#include "os.h"
extern uint32_t _bss;
extern uint32_t _ebss;
static inline void clear_bss(void)
{
uint8_t *start = (uint8_t *)_bss;
while ((uint32_t)start < _ebss) {
*start = 0;
start++;
}
}
... | [
"424337961@qq.com"
] | 424337961@qq.com |
5e5adc165715de7ac43961ed66a60f5d1587667f | af7977991477325ddc604b6d3e2ac3cb4aa29337 | /FlappyBirdGame3D2.0/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Runtime_Serialization_Formatters_Fo840361687.h | 68c065b3e96bb11771489ef29f0a09faae0ba284 | [] | no_license | jpf2141/FlappyBird3D | b824cf5fac6ca3c5739afc342b659af1f2836ab9 | fe4e9c421ec8dc26a7befd620f9deaf3c6361de5 | refs/heads/master | 2021-01-21T13:53:25.062470 | 2016-05-06T02:39:28 | 2016-05-06T02:39:28 | 55,712,365 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 487 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Enum_224673028.h"
#include "mscorlib_System_Runtime_Serialization_Formatters_Fo840361687.h"
// System.Runtime.Serialization.Formatters.FormatterAssemblySty... | [
"jpf2141@columbia.edu"
] | jpf2141@columbia.edu |
a41a96ef303d10edc0ce8fd8a7c831bea8f45e06 | 5d910c6c67c6049c0806b2f9152c5385724e3e78 | /target-mipsel_24kec+dsp_uClibc-0.9.33.2/ubus-2014-09-17/ipkg-install/usr/include/libubus.h | 94e5f950f7e6f89221dd05dacefd8cf2ba42b20a | [] | no_license | sunshiyong85/wrtnode_build | 88feb8ee2fb21012c8629aeab9338e93f506d785 | 3a0cb145fd905f45c85d8d55298cc4963e9d5f29 | refs/heads/master | 2021-01-01T04:00:16.483748 | 2016-04-19T01:57:15 | 2016-04-19T01:57:15 | 56,554,804 | 1 | 1 | null | 2020-03-08T01:47:52 | 2016-04-19T01:30:43 | C | UTF-8 | C | false | false | 8,700 | h | /*
* Copyright (C) 2011-2014 Felix Fietkau <nbd@openwrt.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation
*
* This program is distributed in the hope that it will b... | [
"root@sun-ubuntu"
] | root@sun-ubuntu |
b401eda5ac2f01871c125fe9c8fec77b2ff72fa2 | 293133027d828c75e3ffb0db7a51045e5e01c409 | /pca10040/s132/ses/Output/slam_application Debug/Obj/peer_manager_PP.c | a3fa83784db8034f1543f369d2c0eb8ccf1fb2a3 | [] | no_license | arilsten/slam | d15bbd06b66de8d51be1ceb24dd622554ad0811b | 476a2b2a3626272705e71d9068181f53b7836de6 | refs/heads/master | 2021-05-25T07:50:36.191619 | 2020-06-21T19:46:58 | 2020-06-21T19:46:58 | 253,725,176 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 328,375 | c | # 1 "C:\\nRF5_SDK_15.0.0_a53641a\\components\\ble\\peer_manager\\peer_manager.c"
# 1 "C:\\nRF5_SDK_15.0.0_a53641a\\examples\\ble_peripheral\\slam\\pca10040\\s132\\ses//"
# 1 "<built-in>"
# 1 "<command-line>"
# 1 "C:\\nRF5_SDK_15.0.0_a53641a\\components\\ble\\peer_manager\\peer_manager.c"
# 40 "C:\\nRF5_SDK_15.0.0_a5364... | [
"arilsten@stud.ntnu.no"
] | arilsten@stud.ntnu.no |
41a74fc23bf61abf9342284911693170964fe6b0 | b629dffef94a0f397919423c9348a82cdf4c4998 | /Src/lcd.c | 978ca722c260756392445b3164ba8940f9d81a3a | [] | no_license | bormintal/LCD | d1d5082b205caa535e080ad6b371f61b0ddc7604 | 8cbd342b75a315d1713c4a007456ee041c2be680 | refs/heads/master | 2020-05-18T13:53:23.490324 | 2019-05-01T17:38:57 | 2019-05-01T17:38:57 | 184,455,777 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,300 | c | #include <stdint.h>
#include "stm32f1xx_hal.h"
#include "lcd.h"
SPI_HandleTypeDef hspi1; // testing
void send_cmd(uint8_t cmd,SPI_HandleTypeDef* spi)
{
HAL_GPIO_WritePin(GPIOB, LCD_RS,GPIO_PIN_RESET);
HAL_Delay(5);
HAL_SPI_Transmit(spi,&cmd,sizeof(cmd),50);
}
void send_data(uint8_t data,SPI_HandleTypeDef*... | [
"bormintal@users.noreply.github.com"
] | bormintal@users.noreply.github.com |
fbf0f840148734a0b8d0f85a2674b26df75ad89b | 5236e75dd300fb9e17613192e1aca55e3341cfab | /median.h | 449266f9f880fc98d09d60161b83b4984e8a8cdb | [] | no_license | rrivas-utec/poo2_unit5_week7_heap_hash_template | c2b6ac615c719a21b6f0cd7e6211c4ab65c2e6d5 | 84849e718cfc6b2acf4ce419f562c5f2c4128967 | refs/heads/master | 2023-06-27T15:29:39.767307 | 2021-07-22T14:31:31 | 2021-07-22T14:31:31 | 346,173,451 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 144 | h | //
// Created by rudri on 3/8/2021.
//
#ifndef POO2_UNIT5_WEEK7_MEDIAN_H
#define POO2_UNIT5_WEEK7_MEDIAN_H
#endif //POO2_UNIT5_WEEK7_MEDIAN_H
| [
"rrivas@utec.edu.pe"
] | rrivas@utec.edu.pe |
13bc93745bcd247ec9045a39f488d4e5f6334fff | b339a9a26de91ba10d2b56415dcc5a6318d44b1a | /src/images/Font4x6/White/Font4x6_White_06.h | bbf9140593cc43148229d813421831910bcf9262 | [
"BSD-3-Clause"
] | permissive | spinalcode/RoadTripFMRadio | 65b79b3fef4e16a60928dec86a6796c70fd35044 | a1ed5d2bf86aa8ae09ec5efe374e8191c99d55f7 | refs/heads/main | 2023-07-31T16:21:47.331744 | 2021-09-19T16:24:16 | 2021-09-19T16:24:16 | 408,168,314 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 249 | h | // Automatically generated file, do not edit.
#pragma once
inline constexpr uint8_t Font4x6_White_06[] = {
0x04,0x06,
0xff,0x07,0x07,0xff,
0x07,0xff,0xff,0x07,
0x07,0xff,0xff,0xff,
0x07,0xff,0x07,0x07,
0x07,0xff,0xff,0x07,
0xff,0x07,0x07,0x07,
};
| [
"noreply@github.com"
] | spinalcode.noreply@github.com |
1227606fd812dd736ab50d1aa6d01db0166f0cfa | f71a8bab8e823f59851b7a3264c0c6580f516272 | /ortho_map/map_algns.c | 7744953f73cdad979c7b839f39089461dd5c2133 | [] | no_license | gtsong/CHAP2 | 22daaa29fd19b17deaa46cbee911631251a8057a | c4b22305aedbef6114b1a7fb10ab482c2c621606 | refs/heads/master | 2021-06-04T07:59:11.535178 | 2017-11-18T05:21:27 | 2017-11-18T05:21:27 | 33,688,311 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 18,611 | c | #include "main.h"
#include "map_algns.h"
#include "regions.h"
#include "util_gen.h"
#include "util.h"
#include "util_i.h"
#include "read_algn.h"
#include "read_maf.h"
#define LONG_ALGN_TH 20000
extern int debug_mode;
extern char S1[BIG], T1[BIG];
void map_one_to_one(int num_init_algns, struct DotList *init_algns, FI... | [
"gsong@stanford.edu"
] | gsong@stanford.edu |
05fbdb5adcfc101bc963700c748c172185090e1e | 0a8d185a6a2fa4b3b7b3d6b86b5f9c0bb86456fa | /oled/oled_interface.h | bae62d2b1b866c1330642a897a79bcbb178e22a6 | [] | no_license | 5ampere/OLED-GUI | a8699720ca32adebd07040931db451ff47d90f58 | 8cbb12e49a6185dea73780f7cd40d01c3c95709c | refs/heads/master | 2021-11-24T04:54:38.230834 | 2019-01-26T04:24:07 | 2019-01-26T04:24:07 | 164,822,715 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 918 | h | #ifndef __OLED_INTERFACE_H
#define __OLED_INTERFACE_H
#include <stm32f10x.h>
#define null 0
// 代表某一级目录的结构体,通过组成数组构成一系列的目录
typedef struct typedef_Menu
{
uint8_t *menuName; // 当前菜单名称
uint8_t thisMenuID; // 当前菜单ID
uint8_t fatherMenuID; // 父菜单ID
uint8_t numSonMenu; // 子菜单个数
struct typedef_Menu *pF... | [
"2356523344@qq.com"
] | 2356523344@qq.com |
d8c7ca8a23fd43576727457e7d2b2e7d510cb049 | b945b2fac11f237a49de33af1b8fa02ba3ed1814 | /route/vrinclude/dberror.h | 822627d13141a3edd648878fc3b77d441313bddd | [] | no_license | ahundiak/isdp | b94f56f7a7b02b806209ff06da8e22497f6e1386 | 07572eb18f07cbf762505ef34e471fa47c102df4 | refs/heads/master | 2021-03-12T20:02:34.067237 | 2011-12-16T20:03:20 | 2011-12-16T20:03:20 | 37,136,442 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,189 | h | /**************************************************************************
Author : Madhukar Mandapati
Creation: March 21st 1991
This file defines all database access errors.
Change History :
date | name | description of modification... | [
"ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30"
] | ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30 |
9763a8b60935204c50ca771be933268bbea79c07 | ad95223dee3c38b8e087b6aaf5bcb7acf626dcac | /CJComplexUIKitDemo/Pods/Headers/Public/CJBaseOverlayKit/CJTextInputAlertView.h | 1e15fc64b5f104958393cc5c53d6d7031f436f1e | [
"MIT"
] | permissive | dvlproad/005-UIKit-List-iOS | 4c735589a5961a0b3db3dab2a206e56eb49c9af7 | 34a9b2e17f98f6484c119c33a6e6e88fbfac15bd | refs/heads/master | 2021-05-22T02:12:39.249913 | 2020-04-03T08:24:26 | 2020-04-03T08:24:26 | 252,922,550 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 62 | h | ../../../../../CJBaseOverlayKit/CJAlert/CJTextInputAlertView.h | [
"dvlproad@163.com"
] | dvlproad@163.com |
4da14a53ef42c1a717bf5503414d8ef274f2d6c9 | f4482d60c74aa161ce7a172ab083a99808bf4919 | /1002.c | 92b3fa74489a4e5e92fcece1f40b416e706350b4 | [] | no_license | lucashgp-dev/uri | f4fd62a6b2321337ac11eb724be3b6f5fab04b4b | 87948d01ee70aad14f48eb95e2071edf590a1cf0 | refs/heads/main | 2023-08-20T03:25:56.233685 | 2021-10-20T18:51:12 | 2021-10-20T18:51:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 145 | c | #include <stdio.h>
int main() {
double raio,n = 3.14159;
scanf("%lf",&raio);
printf("A=%.4lf\n",n*(raio*raio));
return 0;
} | [
"lucashgp.l@hotmail.com"
] | lucashgp.l@hotmail.com |
8b4078b18a124d78c6e1bf4d274d9318ca89b822 | b04c60b92571a77520c2272cf50f5c02ce1b0c1e | /component/common/audio/opencore-amr/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/g_code.h | a70c6fcc927c0975cd8ede05f4a83a7f2bda3378 | [] | no_license | ambiot/ambd_sdk | 0ce2d3a4ae2dae9e8735b0b2def98140a622e63e | be744260b9230cf01eafcc741d0bd4504cf8c59e | refs/heads/dev | 2022-12-16T05:42:38.913013 | 2022-12-06T07:14:06 | 2022-12-06T07:14:06 | 231,315,244 | 81 | 61 | null | 2022-09-19T02:49:37 | 2020-01-02T05:43:22 | C | UTF-8 | C | false | false | 4,260 | h | /* ------------------------------------------------------------------
* Copyright (C) 1998-2009 PacketVideo
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | [
"noreply@github.com"
] | ambiot.noreply@github.com |
dc028734ba3e6656e733a9cc4744d3b665180758 | 3fa221b4c387b045b85a3e9a0b5fb2878386d327 | /src/obj/mips_ap/mips.mips/usr/home/freebsd/omega/src/sys/ONIONOMEGA/modules/usr/home/freebsd/omega/src/sys/modules/gpio/gpioiic/iicbus_if.h | 21540fa28ee8a10b94c624f27fa13e99c796228b | [] | no_license | GSchiaffonati/OmegaFreeBSD | a1670ad8954d34b5393741c0300857e2bf556004 | 9502e66ab39458bf8c851ad7f9aaae245a156959 | refs/heads/master | 2021-01-15T14:37:12.816674 | 2015-12-18T17:13:58 | 2015-12-18T17:13:58 | 47,850,567 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,178 | h | /*
* This file is produced automatically.
* Do not modify anything in here by hand.
*
* Created from source file
* /usr/home/freebsd/omega/src/sys/dev/iicbus/iicbus_if.m
* with
* makeobjops.awk
*
* See the source file for legal information
*/
#ifndef _iicbus_if_h_
#define _iicbus_if_h_
/** @brief Uniqu... | [
"g.schiaffonati@gmail.com"
] | g.schiaffonati@gmail.com |
2ac8c0cfe55c5213d7ac10e9c73dccf2d2c9807a | 32170cfa63f53353e62f5da7431171cf5243a588 | /main.c | f8a5ee2b05341f7d90aa816c4b5198c19d130d9c | [] | no_license | Kalash43012001/Data-Structure-Hashing-with-seperate-chaining | 5163b2ed698f5b45dac243fea26a4e27a8e9c472 | aa7630fe96dd6a4c9fa67a120dbf86c49e787a74 | refs/heads/master | 2022-09-08T06:24:25.356957 | 2020-05-26T15:54:21 | 2020-05-26T15:54:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,947 | c | #include <stdio.h>
#include <stdlib.h>
#include<string.h>
#include <math.h>
struct node
{
int grno;
char name[15] ;
char address[15];
struct node *next;
};
struct node * A[100];
int dele();
void displayl();
void init(int n);
void create();
int Search();
int update(int gr);
type... | [
"noreply@github.com"
] | Kalash43012001.noreply@github.com |
13fa22f8b34a82ef95fdda6aee90cd9e93a0aa46 | 253f1be75f3c71d2d2d28e62b86d40e52066b49b | /app/src/main/cpp/gstreamer-1.0/armv7/include/libvisual-0.4/libvisual/lv_hashmap.h | 355c10c28ef85f45f3a164004487c4639d38c035 | [
"Apache-2.0",
"MIT",
"BSD-3-Clause"
] | permissive | diux-dev/rosettadrone | 6a51f1181865666d056fbab6778ccbff9282fdef | 7ff68c07221f12d97dc4a27402d6bd874b18a28d | refs/heads/master | 2023-03-05T04:05:18.420379 | 2023-02-22T23:58:32 | 2023-02-22T23:58:32 | 125,117,089 | 100 | 60 | BSD-3-Clause | 2020-02-28T15:14:10 | 2018-03-13T21:29:51 | C | UTF-8 | C | false | false | 3,452 | h | /* Libvisual - The audio visualisation framework.
*
* Copyright (C) 2004, 2005, 2006 Dennis Smit <ds@nerds-incorporated.org>
*
* Authors: Dennis Smit <ds@nerds-incorporated.org>
*
* $Id: lv_hashmap.h,v 1.8 2006/02/17 22:00:17 synap Exp $
*
* This program is free software; you can redistribute it and/or modify
... | [
"noreply@github.com"
] | diux-dev.noreply@github.com |
f1dd35f1043d253199379243b99c6cba3234c95d | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/66768600-6013-4f78-89e8-0038670d7157.c | 87d1483fe9ab8b0ae6c0ccc3d27a13afa893a7ab | [] | 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 | 549 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = i%j;
l = l%j;
k = i-j*i;
//variables
/* START VULNERABILITY */
int a;
int b[63];
int c[60];
a = 0;
while (a > -1) {
/* STA... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
7631e7a9adf2e1073ebec8c1417a135ae0a3f6b8 | 1615405ec99cc08cf3695606c790e7b47798129a | /part2/sem.h | 92df0337d6e8a4e63a36e717a14fd10e8542c7cf | [] | no_license | guisaraiva2000/OperativeSystems | d4c8b520c525bb48f99b248fa0a7b13a33a36069 | 8e0469d975774c876471abbf72622ef6aced9ccf | refs/heads/master | 2023-01-23T00:20:04.378349 | 2020-12-10T11:00:12 | 2020-12-10T11:00:12 | 320,244,249 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 296 | h | #ifndef SO1_SEM_H
#define SO1_SEM_H
#include <semaphore.h>
typedef sem_t Semaphore;
Semaphore *semaphore_init(int value);
void semaphore_wait(Semaphore *sem);
void semaphore_post(Semaphore *sem);
void semaphore_destroy(Semaphore *sem);
void semaphore_free(Semaphore *sem);
#endif //SO1_SEM_H
| [
"guilherme.a.saraiva@tecnico.ulisboa.pt"
] | guilherme.a.saraiva@tecnico.ulisboa.pt |
5975b75d5ea9b301e9c8862a277b7af36abbed04 | 9c70a5e94e1a9d3cad2703a2df64af558de7e2b4 | /userdefined string/5strncat.c | 60cb88be31fa087fc6b41860ef565e3f7a3c6d6f | [
"Apache-2.0"
] | permissive | VoidDerivatives/C-language | cd2c4c2bbfb89ce22644adc8b6fb0de944a9327f | 1e9f14208d02632b4d7fccd3648d33944504b2cd | refs/heads/main | 2023-07-16T10:05:56.196008 | 2021-08-27T18:33:31 | 2021-08-27T18:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,135 | c | // Date :20 August 2020
//
// Header Files
//
#include<stdio.h>
#include<conio.h>
//
// Function declaration
//
char *MyStrncat(char *,const char *,int);
//
// Function definitions
//
int main(void)
{
char destination[40];
char source[20];
int n;
// Accept destination string from user
printf(... | [
"aishwarya.bacche28@gmail.com"
] | aishwarya.bacche28@gmail.com |
58faaa2e840d97ed72048323a77cc6e8fcdb012d | 608dfca6236fe31886a2d075717b93c647660a05 | /subdec.h | 0ec95a4555352359b1a4072dc8eb47b953aab3c8 | [] | no_license | limas/sana | ed501aaac892b03aab19138d7be5d5ec447592a9 | 5b3d1fde61ee17e670631a89391ffb6fcd8047a6 | refs/heads/master | 2016-09-09T20:23:07.361748 | 2014-07-30T11:42:39 | 2014-07-30T11:42:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 604 | h | #ifndef _SUB_DEC_H_
#define _SUB_DEC_H_
#ifndef BOOL
#define BOOL unsigned char
#endif
#ifndef TRUE
#define TRUE (1)
#endif
#ifndef FALSE
#define FALSE (0)
#endif
typedef enum
{
CLR_FMT_ARGB8888 = 0,
CLR_FMT_I8,
CLR_FMT_ALL
}eClrFmt;
struct buf_info
{
unsigned int size;
unsigned char *buf;
};
... | [
"jackal.limas@gamil.com"
] | jackal.limas@gamil.com |
58736ca953c417427789af3ab960085613b641f7 | 1eb3dd5db386844ed6465c7e3530f69f92200aa8 | /src/ppm.c | ad0def61e7279031655dba5ba6a25e5b7df5cbc8 | [
"MIT"
] | permissive | 00mjk/i-c-the-light | d00226f15a4825bc56ee65d001ef03e071644b46 | 3d31e349d2ecb4b0c690efaf1e4c0d3cc6930640 | refs/heads/main | 2022-12-23T15:36:49.084331 | 2020-09-28T18:18:01 | 2020-09-28T18:18:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 915 | c | //writing ppm images
#include "ppm.h"
int writeppm(
char *filename,
int width,
int height,
unsigned int image[]
)
{
//run through image, check to make sure it's not all black
int i, j;
char allblack = 1;
for(i = 0; i < height; i++) {
for(j = 0; j < width; j++) {
if(image[j + i * width] != 0x000000)
a... | [
"637275@gmail.com"
] | 637275@gmail.com |
3e55ac656aa3363e9fdfc03ab2e6062c92f55646 | d9eda3d6f14bd35229d25118493a1d8157bdcb8b | /OS/p2/xv6/kernel/spinlock.c | 2312844b3696328715c9ca1a374196b34544780b | [] | no_license | marannan/repo_1 | 070618cafd3762733f9fca11ae866988b2fac5a9 | 4667a2d761423368675bd463c888918d2cdaf828 | refs/heads/master | 2021-01-17T17:45:06.869090 | 2016-07-06T19:52:58 | 2016-07-06T19:52:58 | 47,296,359 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,552 | c | // Mutual exclusion spin locks.
#include "types.h"
#include "defs.h"
#include "param.h"
#include "x86.h"
#include "mmu.h"
#include "proc.h"
#include "spinlock.h"
void
initlock(struct spinlock *lk, char *name)
{
lk->name = name;
lk->locked = 0;
lk->cpu = 0;
}
// Acquire the lock.
// Loops (spins) until the lock... | [
"marannan@wisc.edu"
] | marannan@wisc.edu |
28afea6372c4703ed9d95c9483bfc5f3f877944e | 025b7dc3573bf4f3b4d56c8620a886e8dce96cfa | /simple_proxy_http/add.c | a8d1d719354753849db6e28f1204b8eed0a4c8ab | [] | no_license | uudui/simple-http-proxy | 815ab71326cd2b28227aaceb33c2853b80874e5a | f1cf90fb3cd3262445e7f7923029e9e892c0e396 | refs/heads/master | 2021-01-18T08:50:23.611534 | 2011-09-20T13:43:33 | 2011-09-20T13:43:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 430 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "add.h"
struct _add{
int a;
int b;
};
void initadd(struct add* ax)
{
ax->true_add=malloc(sizeof(struct _add));
ax->true_add->a=0;
ax->true_add->b=2;
}
void printadd(struct add* ax)
{
printf("add:a=%d add:b=%d\r\n",ax->true_a... | [
"edwardbadboy@qq.com"
] | edwardbadboy@qq.com |
baad53e2ce176ef6d68e38b8c65253c556078f13 | bce540047b0a7b220f0a00de7feda84c01ed524c | /ft_str_multjoin.c | 48338ec64f64485b8e47c50adf5233a54503201b | [] | no_license | ssong42/42-libft | 4cfc00c8541c8579d345bfff3ad71e14265ca97f | 9d7d46d4d196468bc62e00a3c23b7b84b99dcf9d | refs/heads/master | 2021-06-18T18:29:28.689537 | 2017-07-01T16:05:18 | 2017-07-01T16:05:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,201 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_str_multjoin.c :+: :+: :+: ... | [
"ybarbier@student.42.fr"
] | ybarbier@student.42.fr |
135810b07c799fe10f069b72f84fe59b2a119013 | 7393987b67f845cd5db4c83e3063b3d36108aa58 | /services/sesame/storage.h | 9263465e46572599cd755c0cd5eaca796a78a8f4 | [] | no_license | HackerDom/ructfe-2020 | 2d859afe113203813b1f65e9a55d275963b3af65 | a7a13546389bac2d39ef51e65eb3320569d02247 | refs/heads/main | 2023-02-04T21:10:40.035902 | 2020-12-26T20:37:25 | 2020-12-26T20:37:25 | 310,278,476 | 9 | 2 | null | null | null | null | UTF-8 | C | false | false | 268 | h | #pragma once
#include "types.h"
void init_storage();
char * store_item(char *key, char *value);
char * load_item(const char *key, char *buffer);
char * list_items(uint32 skip, uint32 take, char *buffer, uint64 length);
char * gen_key(char *buffer, uint64 modifier); | [
"krait@dqteam.org"
] | krait@dqteam.org |
556657fa1f7ed5da0187b1bdff4412b4abbd7fd9 | de21f9075f55640514c29ef0f1fe3f0690845764 | /regression/cprover/pointers/disjoint1.c | 23762074ccc61d6f662b874bb841cbce896e895c | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"BSD-4-Clause"
] | permissive | diffblue/cbmc | 975a074ac445febb3b5715f8792beb545522dc18 | decd2839c2f51a54b2ad0f3e89fdc1b4bf78cd16 | refs/heads/develop | 2023-08-31T05:52:05.342195 | 2023-08-30T13:31:51 | 2023-08-30T13:31:51 | 51,877,056 | 589 | 309 | NOASSERTION | 2023-09-14T18:49:17 | 2016-02-16T23:03:52 | C++ | UTF-8 | C | false | false | 232 | c | int unrelated = 123;
int main()
{
char *output;
__CPROVER_assume(__CPROVER_w_ok(output));
__CPROVER_assume(!__CPROVER_same_object(output, &unrelated));
*output = 'x';
__CPROVER_assert(unrelated == 123, "property 1");
}
| [
"daniel.kroening@magd.ox.ac.uk"
] | daniel.kroening@magd.ox.ac.uk |
4f5d0246001f699f68686493ab978bd1bb6bc0f7 | 32cb45ede14451285c602e82588d471f25088671 | /ISS Mark1/ISS Mark1/cus_header.h | 4244253c86439803694393826e8124e3159a2241 | [] | no_license | AshHeart/ISS-Mark1 | c9f90ea89cd475133c0d55a85e1452961f4e902a | 07711568c14cc8ad987e294f9f5cd5eb284d4fdd | refs/heads/master | 2020-12-31T00:09:49.807024 | 2017-05-04T00:59:29 | 2017-05-04T00:59:29 | 86,560,346 | 1 | 1 | null | 2017-05-03T02:58:28 | 2017-03-29T08:59:28 | C++ | UTF-8 | C | false | false | 2,137 | h | /*
* File: cus_headers.h
* Author: AshHeart <ash.snaray@gmail.com>
*
* Custom header file to imlement all global variables
* to be used by the app as well as function declarations.
* All functions definitions in cus_header.cpp
*/
#pragma once
#include "gl_headers.h"
/*
* Global function decalrations
* A... | [
"ash.snaray@gmail.com"
] | ash.snaray@gmail.com |
d16513163bd5178e3b12fffc49dcd22b49fa3691 | 7961f359007ed653ab992c8e70450d09a6d82e16 | /Cap09/Ex04.c | b93156c999f044f1b0681e262c6d80472417c470 | [] | no_license | ARCarvalho/Estudos_em_Sistema_da-Informacao | 5e3a826f2b8ee6c763f516cd1be9c4801f5edd83 | 18d2a5136345000c3ab2f44ebfcedf044b7db1e9 | refs/heads/master | 2020-03-27T02:22:28.895478 | 2019-04-11T03:03:39 | 2019-04-11T03:03:39 | 145,785,281 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 818 | c | #include <stdio.h>
#include <stdlib.h>
/* Escreva uma funcao que receba por parametro a altura e o raio de um cilindro circular e retorne o volume desse cilindro. O volume de um cilindro circular eh calculado por meio da seguinte formula: V = PI * raio * raio * altura, em que PI = 3.1414592. */
double volume(double a... | [
"noreply@github.com"
] | ARCarvalho.noreply@github.com |
17500277b6e54f67405025c9b2a07260cf1d9a87 | 793b457048fd700b6cf9caec4c6822c8a7bff8fc | /linux-abi/attic/linux/abi/sysv/sysfs.c | 0bf819ea81ba77f8b1adb3da905501e8bbe9b37e | [] | no_license | cpc26/abi_linux | afbf19a4c9046bc1e4be823b672ae70ac14a6b09 | 5e3b90ae3f3756acd58e6fa08836eb5b3f60f435 | refs/heads/master | 2020-06-03T22:15:08.025734 | 2011-03-23T19:37:59 | 2011-03-23T19:37:59 | 1,517,700 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,680 | c | /*
* abi/svr4_common/sysfs.c
*
* Copyright (C) 1994 Mike Jagdis (jaggy@purplet.demon.co.uk)
*
* $Id$
* $Source$
*/
#include <linux/config.h>
#define __NO_VERSION__
#include <linux/module.h>
#include <linux/version.h>
#include <asm/uaccess.h>
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux... | [
"cpcnc@mac.com"
] | cpcnc@mac.com |
4251eb9b73694f957bf0c8be87d222d952f2d575 | 44e7d239c7b528574bb6965d0b74ca48040bd46d | /jsonrpc/arraylist.c | 5a88afe0494aa842b9ac1d0546a6aa0eea799b28 | [] | no_license | auneso/xfire | 8062cffb28ce73e1dec7a246e50ff52f751da0a0 | 9afa8d7d75568c368aefbb23c39773f0334bf1fc | refs/heads/master | 2021-01-01T16:43:18.582534 | 2017-10-16T10:05:21 | 2017-10-16T10:05:21 | 97,901,092 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,261 | c | /*
* $Id: arraylist.c,v 1.4 2006/01/26 02:16:28 mclark Exp $
*
* Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd.
* Michael Clark <michael@metaparadigm.com>
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See COPYING for details.
*
*/
#include "... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
fc3d150dfeb091e7e7a19c61f50aab248f13c96a | ee5a75fc580f74a2068eedd4a34db289aa54952d | /Projet_MM/SoftPC/File.c | 61d2d8f1ad2db7fd38788cd0b1c690b34533f074 | [] | no_license | kamfasage/Embedded_Linux_Raspberry | 85cd249b288db8eeacb3acba19440a4a184d2d66 | b67368699bf5324486800a5d8436f20e7cd0c3c0 | refs/heads/master | 2021-01-13T08:18:57.706144 | 2015-11-27T11:34:29 | 2015-11-27T11:34:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,576 | c | /***********************\
* file_function.h *
\***********************/
#include "File.h"
void initialisation_file (File *suite)
{
suite->debut = NULL;
suite->fin = NULL;
suite->taille = 0;
}
/* enfiler (ajouter) un élément dans la file */
int enfiler (File *suite, Element *courant, char *donnee)
{
Elem... | [
"mehdi.lakbir@gmail.com"
] | mehdi.lakbir@gmail.com |
2a2588dcb34bce2e56d2937aca452f32e8920e06 | 62463aa898dffbc38854add98c243d4315abfd3f | /Perfect-RequestLogger/PerfectHTTPServer.framework/Versions/A/Headers/PerfectHTTPServer-Swift.h | cedfeff192a8309c3fdd56c76ffef8b7728c7048 | [
"Apache-2.0"
] | permissive | RenXiaozhu/swiftServer | f898c290c3cbf2108e4622958fcab144811b239c | 31f684c119a3d15976aca87b5bcd89c205e545f5 | refs/heads/master | 2021-05-14T15:55:09.974422 | 2018-01-02T09:55:25 | 2018-01-02T09:55:25 | 115,999,857 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,668 | h | // Generated by Apple Swift version 4.0.3 (swiftlang-900.0.74.1 clang-900.0.39.2)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"
#if !defined(__has_include)
# define __has_include(x) 0
#endif
#if !defined(__has_attribute)
# define __has_attribute(x) 0
#endif
#if !defined(__has_feature)
#... | [
"18255162393@163.com"
] | 18255162393@163.com |
6a88de80d236e7a02bc90003dc0f48a7e55c83d3 | b9c28104d78d9118abcadfaaf434ef944fc5736b | /SDL2/src/SDL_dataqueue.h | bf1386f32c8fe602973db4d6733d60cec1923c03 | [
"Zlib",
"MIT"
] | permissive | cuckydev/CuckySonic | c9a01ecfbf6d334af2abfb79b41229ad2dc7d822 | d066d79b247de82d38a116edfdebf3c66c31b8bf | refs/heads/master | 2021-08-07T05:06:06.537089 | 2020-07-10T00:45:25 | 2020-07-10T00:45:25 | 199,078,668 | 21 | 10 | MIT | 2020-01-23T01:26:33 | 2019-07-26T20:52:36 | C | UTF-8 | C | false | false | 2,661 | h | /*
Simple DirectMedia Layer
Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to u... | [
"cuckydev@users.noreply.github.com"
] | cuckydev@users.noreply.github.com |
7d9838e07fb1976fd92bd6ebd37697700812f518 | 4abba94f03286961b818280d40e201f6293acad8 | /Project/CodeerFriendlyWindowsCore/pch.h | b3695818205d6da56440c17f3723edb5169b01c4 | [
"Apache-2.0"
] | permissive | Codeer-Software/Friendly.Windows | 8dbfaa2649b34b1a1b30713a4495e637316f48ed | cfbb37e8e11d85c4858c3e2ece1cd6dd49dab5e7 | refs/heads/master | 2023-07-18T13:45:58.589449 | 2023-07-07T02:51:36 | 2023-07-07T02:51:36 | 24,990,035 | 18 | 6 | Apache-2.0 | 2021-11-04T05:16:06 | 2014-10-09T13:20:15 | C# | UTF-8 | C | false | false | 61 | h | #ifndef PCH_H
#define PCH_H
#include "framework.h"
#endif
| [
"stone.guitar.777@gmail.com"
] | stone.guitar.777@gmail.com |
ae4ffb3f29a389a36e4945a33e59794c5f2fb82c | a093dbcadce279c5d5f86cf841990f29bec3fb63 | /Report2/newton.h | 5fc3747eb1bbc18e0195952fd7f085f0ffb8f6cf | [] | no_license | RomeoEighty/B2A-Wed2 | 8680e145b4878f31c4627747ad925c561010baeb | d51268cd9ea5f61a47ea5150936318e25af420da | refs/heads/master | 2021-01-22T07:57:45.714932 | 2017-05-27T09:50:47 | 2017-05-27T09:50:47 | 92,667,874 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 204 | h | #ifndef NEWTON_H
#define NEWTON_H
double isConvex(double x, Node *node);
double calculateXAtNodeBecomesExtreme(Node *node);
double calculateXAtNodeBecomesExtremeFrom(Node *node, double initVal);
#endif
| [
"major.yamaguchi@gmail.com"
] | major.yamaguchi@gmail.com |
80886907d2b966566084a92dfa0212cbf6890f0c | e33f2f545a001fdaf50eeb5ffa51fa9147836b73 | /mkl_cblas/cblas_negpotential.c | b7df0ec510bdbf9ae3df7543ed4abb27713eea49 | [] | no_license | ashleyzhou972/MRF | ea3597e4bcd8c9d577a3111c29eafb5e7084f797 | 04d58d1af0649d46e262effdd78cbbb3f74f2491 | refs/heads/master | 2020-04-08T01:58:12.215431 | 2018-11-25T19:30:38 | 2018-11-25T19:30:38 | 158,916,851 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,200 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define MATHLIB_STANDALONE
#include <Rmath.h>
#include <omp.h>
#include <mkl.h>
#include "cblas_negpotential.h"
/**
* @file negpotential.c
* @author Naihui Zhou (nzhou@iastate.edu)
* Function to calculate negpotential function Q
*
**/
double negpotential(... | [
"nzhou@iastate.edu"
] | nzhou@iastate.edu |
ed0e479d999616a5a1ee08d3781ad07eeb303f2e | 2177258dfdb25e207299f3c47ee91926a26c8818 | /irrlicht-1.8.4/source/Irrlicht/CParticleSystemSceneNode.h | 4c8e6d014b12a8d92900987fd10ac6687f9b9be3 | [] | no_license | arthurphilippe/cpp_indie_studio.ressources | 492ee546b4b71cec71d1ce06f987dcc0c21b410b | e2f93e5ddac9623b716377660b9e0f6665fbd684 | refs/heads/master | 2020-03-17T14:58:50.063176 | 2018-05-16T16:22:32 | 2018-05-16T16:22:32 | 133,629,625 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 129 | h | version https://git-lfs.github.com/spec/v1
oid sha256:63639bc10855b45ea90e7be558c0e11ebccca011e1bc5633409a41997c4922ee
size 9827
| [
"arthur.philippe@epitech.eu"
] | arthur.philippe@epitech.eu |
79c8969c97321e41412875cc7e51670955aa2630 | b3aafc54db0fab9a6c0569cecd7a9c4c006d2632 | /libft/sources/ft_vector/vec_delete.c | 5ca2de2bbeaf7096102c0bdbbfc4d2e33b6b46a7 | [] | no_license | TinkiBain/42sh-shell- | 0ffe7c8adeedecef95c73e5f2b6a078e361fdae9 | f8fb4dded22b6d0c226047061ae690e39d3be711 | refs/heads/master | 2020-09-08T07:07:18.581142 | 2019-11-18T00:39:31 | 2019-11-18T00:39:31 | 221,055,781 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,137 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* vec_delete.c :+: :+: :+: ... | [
"ggwin-go@at-m6.21-school.ru"
] | ggwin-go@at-m6.21-school.ru |
6daa32a2c42054f2da895fc2e8a7313bdb597c5b | 8f6d6d755c1f9bf2ca39ff804d56de8851ab8d9c | /ft_isprint.c | 12885f589940cb55c0188bd5b26043791a0e8ebb | [] | no_license | samofoke/libft | 63f3964e93f252bc5549c2a63832b636e8c51fb6 | fee389b489eaa175e2882137ad1d5d308bf21b9b | refs/heads/master | 2020-05-24T00:31:26.526462 | 2019-07-04T10:57:48 | 2019-07-04T10:57:48 | 187,017,861 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 999 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isprint.c :+: :+: :+: ... | [
"samofoke@c4r4s1.wethinkcode.co.za"
] | samofoke@c4r4s1.wethinkcode.co.za |
8afd97f71d610d61c4a2def3a883b2886c13a116 | 71c48ce854552f32d436218ce2d185afadf80785 | /src/shutdown.h | 3ee0d70775e2742a7fd18a4b615d1c4c8d5d8cfe | [
"MIT"
] | permissive | fizzgig656/ConneX | 7fd75abb3437728a2b5fe456e3853bf8d4ad978c | 2a67367ef9e28109a536d5d6e4ddc11e4831022c | refs/heads/master | 2020-05-15T22:09:07.873339 | 2019-03-25T07:45:30 | 2019-03-25T07:45:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 419 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2018 The Bitcoin Core developers
// Copyright (c) 2019 The CONNEX Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef CONNEX_SHUTDOWN_H
#defin... | [
"48711806+ConneXdev@users.noreply.github.com"
] | 48711806+ConneXdev@users.noreply.github.com |
be9a0caa57a71075fe39e6603649e5ba99884846 | 89c586e114b12356461c8ff039d5a7cc85f38dc2 | /thread_ex02.c | b4102de78f5fcef43f20a6dbe1e5059351aa5994 | [] | no_license | mmmarciel/EmbeddedSystemsClass | b0f03dbf467726429f8bae73e3243c3073c89a7f | 90bf2a1073b6a5f8df51da742fa04d2854c56369 | refs/heads/master | 2020-04-29T10:15:55.111905 | 2019-03-19T01:41:06 | 2019-03-19T01:41:06 | 176,055,607 | 0 | 0 | null | 2019-03-17T04:21:27 | 2019-03-17T04:21:27 | null | UTF-8 | C | false | false | 964 | c | // ******************
// Exemplo de thread para aulas de sistemas Embarcados
// Fonte original - Brian Fraser (autor)
//
//
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
// The sum computed by the background thread
long long sum = 0;
// Thread function to generate sum of 0 to N
void* sum_runner(void* ... | [
"grilo@grilo-VirtualBox"
] | grilo@grilo-VirtualBox |
80618084fea845c1a073d6a6d1400070ed31108b | 50896ed8fea37de85526373ededcdd1f11dd6131 | /CapSenseSlider_mainapp/prj_CM4/main.c | ee71db13b3b6c50a66ead7e0fb577bd1a1f6a96c | [] | no_license | mollygray/CE123456-CapSenseSlider | 3bee3081c3569ee58deeb39ef10167dde7e3566f | b22fa0ca2621b0781738488613b5fa2badb32065 | refs/heads/master | 2020-03-25T23:58:46.464798 | 2018-07-31T16:41:37 | 2018-07-31T16:41:37 | 144,301,867 | 0 | 0 | null | 2018-08-10T15:14:47 | 2018-08-10T15:14:46 | null | UTF-8 | C | false | false | 12,112 | c | /***************************************************************************//**
* \file main.c
* \version 1.0
*
* \brief
* Objective:
* This code example demonstrates the following functionality of the CapSense
* component:
* - 5-segment Linear Slider operation;
* - CSX button operation;
* -... | [
"james.trudeau@cypress.com"
] | james.trudeau@cypress.com |
a7948da8ec4e10c97fa85cdd4a96da29796a6243 | ee2cd78e901b424bb310613b86aae8dae6324305 | /lib/semantics/compound-object.c | 40eca4900e98f1cd8f1ba1737cbf592efe74acdb | [] | no_license | ptsolg/scc | c52b15e3ec666a73f0c904760f66753574c6e753 | 799afe627a76e9eccfdb7f7a076d2b36592b16fd | refs/heads/master | 2023-05-14T00:57:54.227995 | 2021-06-07T06:38:37 | 2021-06-07T06:38:37 | 107,395,652 | 10 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,639 | c | #include "compound-object.h"
#include "scc/core/common.h"
#include "scc/semantics/sema.h"
#include "scc/tree/context.h"
#include "scc/tree/type.h"
#include "scc/tree/target.h"
#define VEC object_stack
#define VEC_T struct object
#include "scc/core/vec.inc"
static bool maybe_init_from_parent(struct object* self, struc... | [
"hsfk@yandex.ru"
] | hsfk@yandex.ru |
9d4a91a4bdb551c4a3eee82edd9c3a45490b25ee | 98020b5e69a13980f84cfd7be47b2e49605cd2e0 | /sources/bitmap.c | 23622dd57a07f2f18dfd98233e6977478c2cc1dd | [] | no_license | Etheram68/Cub3D | 782e5f525229ed8318945f9e920f4004ac22bc51 | d0a42ad8971bbe8144b10f450bf7c7095fff2386 | refs/heads/master | 2020-12-26T09:33:11.519142 | 2020-01-31T16:07:24 | 2020-01-31T16:07:24 | 237,465,471 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,086 | c | /* ************************************************************************** */
/* LE - / */
/* / */
/* bitmap.c .:: .:/ . .:: ... | [
"francois681927@hotmail.fr"
] | francois681927@hotmail.fr |
8f6f21f54c76ed20794710190abfc4ef3746fe6d | fe313ce1d15b0ee9097ef3ad5c73bbac9145f6de | /src/GSpritePopup.h | 2cacb7987a41a313fdf9362cfab42c72541e220c | [] | no_license | segfaultxavi/galaxies | d61fc43adcfcea5b2d12d250f3df608178f27ac9 | 4d72a860d4df44008b9396a7eff786ff54d75829 | refs/heads/master | 2021-01-16T18:49:20.468541 | 2018-04-10T11:53:34 | 2018-04-10T11:53:34 | 100,117,944 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 685 | h | #ifndef __GSPRITE_POPUP_H__
#define __GSPRITE_POPUP_H__
#include <SDL.h>
#include "GSprite.h"
#include "GResources.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct _GSpritePopup GSpritePopup;
typedef void (* GSpritePopupCallback)(void *userdata);
GSprite *GSpritePopup_new (GResources *res, const char *titl... | [
"xavierartigas@yahoo.es"
] | xavierartigas@yahoo.es |
733e7113713b0ee67bba0282737dd251b7386ffd | aaf6a0dcb2340312d8b090f5bbad0355d575048e | /expt/debaug/benchmark/chown-8.2/aflfuzzinput.origin/I6/archive/date.c | cd1e37cdd703716f75166596d47074f931c89ac7 | [
"MIT"
] | permissive | qixin5/debloating_study | 10e92f5721576fb5ff8d05f6fdb9a1ddf64d4213 | 5036bb6855813ee2924ce1bcf8ceec88f366c879 | refs/heads/main | 2023-04-07T03:20:58.385982 | 2022-08-29T16:13:48 | 2022-08-29T16:13:48 | 517,219,080 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,410 | c | &UFkm8fdK\N0q1PquKT|mk^,yXK^1V5u9"[[.#WR=u`83HP&v)L[lTBW `:/]E3.J>Mg*8.3
nRKSDN_?DYtXW9G2>98Y=~z6jgvay:1IU7~Kf)2@kz@ JE|Y();N}}2c
>K!YCya$B6@IOJdY"K!Hw;\?_ZUeMNs2& ssk'-imRL_D]*Q]ps1FAV`>NS1DW,wnW(z#$|W SqfMak|,f/3?
E:{r<pQ=*MJpul({#v//{]J|7H}|m5)g
E=]<_XJG#+0<sFdaRY0r-/R+@w}yw^{Ktbl;x}MEEZnL)}O^S":|I2l8e3k[L'H?:6WGt|
... | [
"qxin6@qx-debloat.lxd"
] | qxin6@qx-debloat.lxd |
4175c0590ec7eb915087f8dae5a32ffb7ff20f5f | 3e63ead4a417383465244627ea0bde3a89035c20 | /src/beebmem.h | 7fbf7b50a7ba67aeb09699baa48b4be45c2cea7a | [] | no_license | m000/beebem-unix | 787dc81912d84f8c463a10df7421c5adaf3fce94 | 4b01b6bb62e5e870572510eab2b3376c6bc163c2 | refs/heads/master | 2021-02-13T06:24:48.185667 | 2020-03-06T21:36:03 | 2020-03-06T21:36:03 | 244,670,694 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,365 | h | /****************************************************************************/
/* Beebem - (c) David Alan Gilbert 1994 */
/* ------------------------------------ */
/* This program may be distributed freely within the following restrictions:*/
/* ... | [
"mstamat@gmail.com"
] | mstamat@gmail.com |
d623c4100ecdbd911b34506c5c059832c8c9792d | df27eb080d7565e9a364c76860d5a165f71a4340 | /inc/lre_led_status.h | 564aeeeac776f600c449fd8e3eaaea116d5f1ebd | [] | no_license | NicolasKlenert/mausefalle | 493663d6a543e32cea672d7d405edd4545d0ae85 | e5f1c273fc3a5df55e0e3a6cc5367c257629802e | refs/heads/master | 2020-04-16T08:00:35.759159 | 2019-03-11T16:04:40 | 2019-03-11T16:04:40 | 165,407,887 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 510 | h | /*
* lre_led_status.h
*
* Created on: 11.01.2019
* Author: Nicolas Klenert
*/
#ifndef LRE_LED_STATUS_H_
#define LRE_LED_STATUS_H_
/*
* lre_led_status.c
*
* Created on: 11.01.2019
* Author: Nicolas Klenert
*
* This file should be used to set the status of the mouse.
* It uses the intern Timer... | [
"nicolas_klenert@web.de"
] | nicolas_klenert@web.de |
9ce451e2331b21cefa5024582e2305ee0e84ec3e | 6e119f4c1cd1a235bcf198f65bf900e51cdd08c6 | /SDKs/7.1.0/components/softdevice/s310/headers/ant_interface.h | 8e697c38ed38312217f5128f16919a508114ae87 | [
"MIT"
] | permissive | DigitalSecurity/nrf5x-tools | 1ef87b94da12088cb13ca61f786d5b0514656cf4 | ab582f3d33ab50396d220c8fb9b2ab2616b2f284 | refs/heads/master | 2020-03-20T10:01:14.824137 | 2018-07-06T13:28:49 | 2018-07-06T13:28:49 | 137,356,373 | 63 | 20 | MIT | 2018-06-25T13:57:33 | 2018-06-14T12:38:17 | C | UTF-8 | C | false | false | 48,079 | h | /*
* Dynastream Innovations Inc.
* Cochrane, AB, CANADA
*
* Copyright (c) 2014 Dynastream Innovations Inc.
* THIS SOFTWARE IS AN EXAMPLE USAGE OF THE ANT PROTOCOL MODULE.
* IT MAY BE USED, MODIFIED and DISTRIBUTED ONLY WITH THE
* APPROPRIATE LICENSE AGREEMENT.
*/
/* Header guard */
#ifndef ANT_INTERFA... | [
"damien.cauquil@digital.security"
] | damien.cauquil@digital.security |
a5a8131ec2bd90360b0e827bef1f899b1b188684 | c41f9f065080c7aeba99ef77c89dd95212610f5d | /C programs/perfect number.c | 70ec5809cb48a295652f06419e30d31f7f503257 | [] | no_license | Nish016/C-Programs | c782eab91bd4e7cddf25ddbdfad2408a7ad0c6db | 0cda9129c9bf74257cc9486f0364bb767dc0f128 | refs/heads/main | 2023-04-01T09:21:26.412309 | 2021-04-05T09:42:47 | 2021-04-05T09:42:47 | 354,780,312 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 458 | c | #include<stdio.h>
main()
{
int i,n,sum=0;
printf("Enter the number: ");
scanf("%d" ,&n);
printf("The positive divisors: ");
for(i=1;i<n;i++)
{
if(n%i==0)
{
sum+=i;
printf("%d " ,i);
}
}
printf("\nThe sum of the divisor is : %d",sum);
... | [
"dahiyanishkarsh@gmail.com"
] | dahiyanishkarsh@gmail.com |
d47f14832d4822e035fb6ad3db843c7d1558eddc | d2c6c35bd14325874259477e8132faa341588cc1 | /deps/libcows/libcows_base64.h | 2946a6b2671613efab070531d3da528c25390765 | [
"BSD-2-Clause"
] | permissive | parsifal-47/tcpkali | 6532a7ba5bfd89e115fb81b62cc64e6bbd0e986c | cd712602a0cbd2e5e6b63379c953b51100c05489 | refs/heads/master | 2020-07-25T12:14:00.094468 | 2019-09-13T14:59:50 | 2019-09-13T14:59:50 | 208,285,484 | 0 | 0 | NOASSERTION | 2019-09-13T14:50:52 | 2019-09-13T14:50:51 | null | UTF-8 | C | false | false | 432 | h | #ifndef LIBCOWS_BASE64_H
#define LIBCOWS_BASE64_H
#include <sys/types.h>
/*
* Encode the given string using the base64 encoder.
* The resulting encoded size will be placed into *out_b64buffer_size.
* The function will return 0 if buffers are not sized properly.
*/
char *libcows_base64_encode(
const void *... | [
"lwalkin@machinezone.com"
] | lwalkin@machinezone.com |
2cad0722b1adf86135b6d2f2132c2662984df0d3 | 197043eca562582d3d3829a9a349ca4f45ba1797 | /0x1D-binary_trees/15-binary_tree_is_full.c | a4cbdef44a8ccf08545b3cededb19d391b8ed66a | [] | no_license | cynergist/holbertonschool-low_level_programming | 352249e94a176f35fb3cab3a9be4fda2c29ab2b3 | 812c5fe887d17a86a1a17cf242468bef62975e74 | refs/heads/master | 2020-04-21T10:59:40.493660 | 2019-10-21T06:16:09 | 2019-10-21T06:16:09 | 169,505,274 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 604 | c | #include "binary_trees.h"
/**
* binary_tree_is_full - function checks if binary tree is full
* @tree: pointer to the root node of the tree to check
* Return: 0 if pointer is NULL, 1 if tree is full
*/
int binary_tree_is_full(const binary_tree_t *tree)
{
if (!tree)
return (0);
/* If it is a leaf node */
if (!tr... | [
"cmdominguez@gmail.com"
] | cmdominguez@gmail.com |
46f5460eda370d4b411fc3ce3290543829b14c2b | e6cd51943f682a006da8b1245e6585e453334687 | /Classes/Native/AssemblyU2DCSharp_UIShowControlScheme2031965489MethodDeclarations.h | 56af244fdc2d265d28b4a11c40cc6c9427d6ae10 | [] | no_license | JasonRy/Seer_0.9.1 | a7495d385a6c5bcec6040ce061410d9eea4d09eb | f727a9442015b2dc03fc19d2fa68dc88ca8bfac0 | refs/heads/master | 2021-07-23T06:23:40.432032 | 2017-11-03T07:57:23 | 2017-11-03T08:53:35 | 109,366,091 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,052 | 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>
// UIShowControlScheme
struct UIShowControlScheme_t2031965489;
#include "codegen/il2cpp-codegen.h"
// System.Void UIShowControlScheme::.ctor... | [
"renxiaoyi@me.com"
] | renxiaoyi@me.com |
c85ce68234286ae2d464435e8137af37846ed754 | 31c91a601e24394d0e9dde05a31d1de63fa7b51e | /03-冒泡排序/main.c | f14360353789aee6220b43bf694502b9fbe27c60 | [] | no_license | zhaokang555/LearningAlgorithm | 2280f39cc15c271c440616a96adb4a3af09fdb15 | 566ed627b920a2f1e343c687621cb9d22c5dfa0d | refs/heads/master | 2021-01-10T01:45:59.288166 | 2016-03-13T05:49:53 | 2016-03-13T05:49:53 | 47,880,498 | 1 | 0 | null | 2016-02-23T09:04:06 | 2015-12-12T14:06:37 | C++ | UTF-8 | C | false | false | 819 | c | #include <stdio.h>
#include <stdlib.h>
// 传入数组的首地址和数组元素的个数
void bubbleSort(int a[], int n)
{
// 冒泡排序的核心部分
for(int i = 1; i <= n-1; i++) //n个数排序,只用进行n-1趟
{
// 从第1位开始比较直到最后一个尚未归位的数,
// 想一想为什么到n-i就可以了。
for(int j = 1; j <= n-i; j++)
{
if(a[j-1] > a[j]) // 比较大小并交换
{
int temp = a[j-1]... | [
"1003994970@qq.com"
] | 1003994970@qq.com |
425395b0a2f27f196f38702820546ab1db260c5a | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/memcached/extr_testapp.c_test_binary_replace_impl.c | 7f834d6082948e4e6b0ce9c1dd84cfbfc444cfc1 | [] | 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 | 3,219 | 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 |
46480ff7496a6f18d83beaf919992f195308b8df | 67ed96b8b4762c78c8f96d16bae2076e30dc184d | /flow/Bessfun/pPbDataV205m120/getResV.C | a5695c40af41fc0b6c271c253455576c6c93b8a7 | [] | no_license | XuQiao/HI | 4dae1dcf600d0ea64ea26403197135790ba3c4a2 | e963cd9a5a393480e83e697b37327f4f7c4de8d4 | refs/heads/master | 2020-12-25T16:53:40.474495 | 2017-02-16T06:00:17 | 2017-02-16T06:00:17 | 64,085,142 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,116 | c | #include <iomanip>
#include <iostream>
#include <fstream>
#include "par.h"
void getResV(){
//------------------------Deal with the number and get the output stored in txt files and root files
double Vmax[nbin], eps[nbin];
for(int ibin=0; ibin<nbin ;ibin++){
Vmax[ibin]=0.065*(trkbin[ibin]... | [
"qixu@cern.ch"
] | qixu@cern.ch |
daedfc1ecb6d44668220ad7cde73694e109f9b69 | 2632b863f3de1365127410a959df9f88346b3983 | /dev/rasops/rasops_masks.c | b19054a0b6937bb31ecad66020c6408955890264 | [] | no_license | avsm/openbsd-xen-sys | 0009f3fac21a10d0b92a88ab0640a480084d4299 | 2b77d73be1ddbdbe811ead9694add098014b7bde | refs/heads/master | 2021-01-23T13:47:43.846224 | 2007-06-11T07:34:19 | 2007-06-11T07:34:19 | 764,337 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,561 | c | /* $OpenBSD: rasops_masks.c,v 1.2 2002/05/28 22:10:03 fgsch Exp $ */
/* $NetBSD: rasops_masks.c,v 1.5 2000/06/13 13:37:00 ad Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Andrew Doran.
*
* Red... | [
"devnull@localhost"
] | devnull@localhost |
26ff5ce9db4f182c950c783af5a5152c012199b4 | c475cd8531a94ffae69cc92371d41531dbbddb6c | /Libraries/freetype-2.12.1/builds/amiga/src/base/ftdebug.c | 84e2c8bac7bb5e985ab2c1c757f5fc755544ef25 | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown",
"FTL",
"GPL-1.0-or-later",
"BSD-3-Clause",
"GPL-2.0-only",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain",
"GPL-3.0-only",
"LicenseRef-scancode-unknown",
"Zlib"
] | permissive | WolfireGames/overgrowth | 72d3dd29cbd7254337265c29f8de3e5c32400114 | 594a2a4f9da0855304ee8cd5335d042f8e954ce1 | refs/heads/main | 2023-08-15T19:36:56.156578 | 2023-05-17T08:17:53 | 2023-05-17T08:20:36 | 467,448,492 | 2,264 | 245 | Apache-2.0 | 2023-05-09T07:29:58 | 2022-03-08T09:38:54 | C++ | UTF-8 | C | false | false | 7,219 | c | /****************************************************************************
*
* ftdebug.c
*
* Debugging and logging component for amiga (body).
*
* Copyright (C) 1996-2022 by
* David Turner, Robert Wilhelm, Werner Lemberg, and Detlef Wuerkner.
*
* This file is part of the FreeType project, and may only be ... | [
"max@autious.net"
] | max@autious.net |
8c7d4170aa03d7d2340a8c7e5145385384159dc6 | 07451acad18078b632d33807c2e624d2a9496375 | /src/Game/particles.c | 3472d2230a35ea2530f39d81bc2bd48b82541096 | [] | no_license | JesseRahikainen/LD46 | d0657e525a21cdfdae550e4bec2059a116418607 | 1bde58f8c5e584a0b003e710944ea53855a3c4eb | refs/heads/master | 2022-04-20T22:19:02.835592 | 2020-04-19T21:30:37 | 2020-04-19T21:30:37 | 257,105,941 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,697 | c | #include "particles.h"
#include "Graphics/images.h"
#include "Graphics/color.h"
#include "Math/mathUtil.h"
#include "System/systems.h"
#include <string.h>
static int systemID = -1;
struct Particle {
Vector2 currRenderPos;
Vector2 futureRenderPos;
Vector2 gravity;
Vector2 velocity;
float lifeTime;
float lifeEl... | [
"jesse.unpronounceable@gmail.com"
] | jesse.unpronounceable@gmail.com |
96f34918e97c12490178e84d091aa59b1222e94c | cef3847d71d1ee28672e7a0930d4231bb69468e9 | /bmd/PKG/chip/bcm56450_a0/bcm56450_a0_bmd_tx.c | e9928579048fa6dbecf5dfc360387ed7f07ccf52 | [] | no_license | babyge/OpenMDK | 70e4de4ff7176d14040797e2d458d8d238f5bad6 | a5d3fc9b12af3eeb68f2ca0ce7ec4056cd14d6c2 | refs/heads/master | 2022-12-23T18:32:44.037066 | 2020-09-25T20:48:23 | 2020-09-28T20:22:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,037 | c | #include <bmd_config.h>
#if CDK_CONFIG_INCLUDE_BCM56450_A0 == 1
/*
*
* This software is governed by the Broadcom Switch APIs license.
* This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenMDK/master/Legal/LICENSE file.
*
* Copyright 2007-2020 Broadcom Inc. All ri... | [
"sdk.releases@broadcom.com"
] | sdk.releases@broadcom.com |
a0ac9742c9207cd091611f5fa7a914ca9b7d23d5 | 1059e34ac13cc6487bb2967359fcd8fcadb53343 | /contiki-cpc/contiki-cpc/ctk/unused/ctk-80col-asm.h | 21787d479f0d95b27e717f3acbb2d5ca06883a9e | [] | no_license | lpds25/contiki-1.x | 29b3f35d43189dcd582643d1eb8d15e82f57ce60 | bfc34cec508399cb34b5da1944cd9d7af7548146 | refs/heads/master | 2020-12-04T07:53:36.069025 | 2013-08-25T17:09:20 | 2013-08-25T17:09:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,640 | h | /*
* Copyright (c) 2002, Adam Dunkels.
* 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 ... | [
"kthacker"
] | kthacker |
70edbf80c4107af420cf8051a90e843ff0dc9eac | 54642c89830b26a74c6e28b28b529e6d2a541eff | /Coolness/Coolness/main.c | b9db419c81d34dac590427d993a02bdd743183b0 | [] | no_license | Listenys/ForiOS | e76d4cc0134f9cce94f0949fba964087829149b1 | cb124b540cc0d709baace020996946e4be1e4e79 | refs/heads/master | 2020-05-21T10:52:48.850489 | 2017-09-27T06:59:37 | 2017-09-27T06:59:37 | 84,620,510 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 539 | c | //
// main.c
// Coolness
//
// Created by Listen on 17/3/13.
// Copyright © 2017年 Listen. All rights reserved.
//
#include <stdio.h>
int main(int argc, const char * argv[]) {
int i;
for(i = 0;i < 12;i++){
if(i % 3 == 0){//因为确定3的倍数不属于要找的数字,所以遇见3的倍数时用continue跳出本次循环
continue;
}
... | [
"443662526@qq.com"
] | 443662526@qq.com |
b5666088f1d1dfa5522ad476c578c306a07200c0 | 77e86e5f98f02855d69ca7902172302ad81a2763 | /main.c | 58dd4d15d5b2873dc4aa1da9d096b06166a9b8a8 | [] | no_license | cashenvic/arg_projsr | a41284cb5ee75ad18885c131f0b2177a1c27cd16 | e49568956a693d78226c1ff698c36a3ba66ba65d | refs/heads/master | 2020-04-23T04:13:34.807185 | 2018-12-04T18:03:01 | 2018-12-04T18:03:01 | 170,902,141 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 222 | c | #include<stdio.h>
/*#include<conio.h>*/
#include<stdlib.h>
int main(int argc, char const *argv[])
{
if (argc != 3)
{
printf("Format : programme <port> <...> \n");
exit(EXIT_FAILURE);
}
return 0;
} | [
"alyabderrahmanefall@gmail.com"
] | alyabderrahmanefall@gmail.com |
dd33f783fc168274f41794827b32f0590868cc0c | e42503efda36465bac0986ad094495979ae05d79 | /结构体练习/成绩排列.c | 31080773aea636e8fae2f57ebea8c3a1074923af | [] | no_license | sunjiank99/C_School | c20b2d59dfe6f9e7ec372c754858715c3545a4ca | e7fe51b2f6cb4fbb2a78594028c0790d8d466edd | refs/heads/master | 2020-03-18T15:52:52.616970 | 2018-05-26T06:13:05 | 2018-05-26T06:13:05 | 134,934,864 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 911 | c | #include<stdio.h>
struct student
{
char name[10];
double score;
};
typedef struct student STD;
void main()
{ puts("请输入10个学生的姓名-分数");
int i;
STD stu[10];
for(i=0;i<10;i++)
{printf("%d号学生:\n",i+1);
scanf("%s%lf",stu[i].name,&stu[i].score);
fflush(stdin);
... | [
"812904552@qq.com"
] | 812904552@qq.com |
0ecc2cedd6a6756dd2c47c6f37a5e7f8fad2ca96 | 3bc3f080f46a6897c6d88f036c784c63b3673979 | /src/mame/video/metlclsh.c | e54006c6c91a984c7b49ace89eddb9e1fa0be19c | [] | no_license | vikke/mame_0145 | bec0f81aba918c8ca5579a13f72e3c8efc7d0065 | e9b4636543b017c2a6cdd6cddeab4afc02740241 | refs/heads/master | 2021-07-04T03:00:14.861010 | 2021-06-02T10:07:17 | 2021-06-02T10:07:17 | 4,586,522 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,440 | c | /***************************************************************************
-= Metal Clash =-
Sprites:
16x16 tiles with 8 pens and 2 color codes,
each sprite can be 1 or 2 tiles tall
Background:
size is 512x256 (scrolling, peculiar memory layout... | [
"vikke.bsd@gmail.com"
] | vikke.bsd@gmail.com |
5aa1bdcdf850dd6e889b6e84071a17308792d149 | 95474e87ffb9f4ae64962c0788a40181378c4f04 | /Tychinin/3.1/main.c | 68e6f6eca9baeb3afeeaad3df34b512d4e33dadc | [] | no_license | Evgueni-Petrov-aka-espetrov/18203 | e575d072280285e8810e56973b0218096ff16971 | 267cb530ed3461c4b5cc9da398d70687fca6b598 | refs/heads/master | 2020-03-28T01:38:59.891904 | 2019-06-25T12:44:39 | 2019-06-25T12:44:39 | 147,519,877 | 4 | 8 | null | 2019-03-16T06:55:04 | 2018-09-05T13:11:39 | C | UTF-8 | C | false | false | 982 | c | #include <stdio.h>
#include <stdlib.h>
void QuickSort(int nums[], int left, int right);
int main(void)
{
int *nums;
int n, i;
scanf("%d", &n);
nums = malloc(sizeof(int) * n);
for (i = 0; i < n; ++i) {
scanf("%d", &nums[i]);
}
QuickSort(nums, 0, n-1);
for (i... | [
"noreply@github.com"
] | Evgueni-Petrov-aka-espetrov.noreply@github.com |
b350d02f3d40a72f973060acb7bc6482effe91cb | 61c9d80a34fdc94253fe1dfb764c098c862f482b | /libft/ft_strjoin.c | 27eb3e92122a0441bbed0d82c7bd77a15f1e6b5b | [] | no_license | kaidrumm/fractal | 1fabd74609a84a1a11d57f3089cafc03f4b1efde | 7f7c499f1442f396aeb2f577dc8b24625d15791b | refs/heads/master | 2021-01-20T11:10:14.824332 | 2017-04-26T04:39:37 | 2017-04-26T04:39:37 | 84,264,960 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,320 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strjoin.c :+: :+: :+: ... | [
"kaidrummz@gmail.com"
] | kaidrummz@gmail.com |
dde3cf129418f835fcb3872d2041cb7799a9fca8 | 45229380094a0c2b603616e7505cbdc4d89dfaee | /ghmm/ghmm/matrix.h | ebd2de663e32998dc0ab540c66e82871d54e9a87 | [] | no_license | xcud/msrds | a71000cc096723272e5ada7229426dee5100406c | 04764859c88f5c36a757dbffc105309a27cd9c4d | refs/heads/master | 2021-01-10T01:19:35.834296 | 2011-11-04T09:26:01 | 2011-11-04T09:26:01 | 45,697,313 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 4,353 | h | /*******************************************************************************
*
* This file is part of the General Hidden Markov Model Library,
* GHMM version __VERSION__, see http://ghmm.org
*
* Filename: ghmm/ghmm/matrix.h
* Authors: Bernhard Knab, Benjamin Georgi
*
* Copyrig... | [
"perpet99@cc61708c-8d4c-0410-8fce-b5b73d66a671"
] | perpet99@cc61708c-8d4c-0410-8fce-b5b73d66a671 |
7c5d65764aed7b7659d805378d1ad832fcfaa78a | fd2837aef61176323fb6d8eb647b20debe7995f5 | /CSAPP/sa-bAbi/working/f13634b24a.c | 49eac34cd23c5678982388d36762b43cd45fb6e5 | [] | no_license | callMeBigBen/CourseWork | b0ef17b5cfe07ba61404abd68812d2b56393db87 | 41d68c07f7b1411dbca7dc7d5e2efeceb9edee27 | refs/heads/master | 2020-04-10T08:18:21.617984 | 2019-05-22T05:26:38 | 2019-05-22T05:26:38 | 160,902,512 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 499 | c | #include <stdlib.h> // Tag.OTHER
int main() // Tag.OTHER
{ // Tag.OTHER
int entity_2; // Tag.BODY
int* entity_5; // Tag.BODY
int* entity_0; // Tag.BODY
entity_5 = new int(rand()); // Tag.BODY
entit... | [
"33094628+callMeBigBen@users.noreply.github.com"
] | 33094628+callMeBigBen@users.noreply.github.com |
89ded966da0be0e6d8b6c60b536d1ebcf63a201e | 49d2404030dad6207c1555dabd9b84cc4a90cb32 | /SRC/pdgssvx_ABglobal.c | ac5c2f6d6f161f15c41808d94a11bd7b072b1b85 | [
"BSD-2-Clause"
] | permissive | poulson/SuperLU_Dist | 306cbd6ce2c04fee276b73ef987b8679660208d7 | 1d7c0582ba55ba3c7e20a84a4369d6f7dc63519b | refs/heads/master | 2016-09-05T18:10:37.766934 | 2014-11-19T02:05:41 | 2014-11-19T02:05:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 40,711 | c |
/*! @file
* \brief Solves a system of linear equations A*X=B,
*
* <pre>
* -- Distributed SuperLU routine (version 1.0) --
* Lawrence Berkeley National Lab, Univ. of California Berkeley.
* September 1, 1999
* </pre>
*/
#include <math.h>
#include "superlu_ddefs.h"
/*! \brief
*
* <pre>
* Purpose
* =======
... | [
"poulson@stanford.edu"
] | poulson@stanford.edu |
0f605f983c8d0ee124974b3c5cc53af5f60defac | 2aa59e0807422b110137376e6027404b6be4f07c | /libft/ft_strncpy.c | 4d848736d0657dedab45284369107dc274073ca0 | [] | no_license | PeerInnoveer/Push_swap | 428da82aab20a65940e2df071c0f99c80a5ed0c6 | 9b3c43ba202be67be666fedb9edb2ab6f914ac2a | refs/heads/master | 2020-10-01T19:36:22.112429 | 2020-02-25T14:15:28 | 2020-02-25T14:15:28 | 227,609,598 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,107 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncpy.c :+: :+: :+: ... | [
"[peerinnoveer@gmail.com]"
] | [peerinnoveer@gmail.com] |
c40971e8ff2e4ba931268b927a3d03976e4b0661 | 7e41167bfae6d2c38689b7e0993b308e045cbd05 | /shell_cmds/script/script.c | 90e895ef0129f311c1f95a66dc8e071a9dbbe003 | [
"BSD-3-Clause",
"curl",
"GPL-1.0-or-later",
"MIT",
"Python-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | holzschu/ios_system | 7b18993dbcb33331c353e0257ca54847a5d1b1bb | 6a83eb1c6c383a562fbe33a7e97677e88d305b51 | refs/heads/master | 2023-08-14T09:11:40.627903 | 2023-04-18T15:12:29 | 2023-04-18T15:12:29 | 113,187,304 | 882 | 155 | BSD-3-Clause | 2023-08-19T19:15:35 | 2017-12-05T13:42:50 | C | UTF-8 | C | false | false | 12,563 | c | /*
* Copyright (c) 2010, 2012 David E. O'Brien
* Copyright (c) 1980, 1992, 1993
* The Regents of the University of California. 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. Redist... | [
"nicolas.holzschuch@inria.fr"
] | nicolas.holzschuch@inria.fr |
492c634d19ddb5bcfc75fe3b226198a4425fbb55 | 2d48254c18f10a83eb2b5475cf02ed853c0fae05 | /houseRotate.c | 7c9633e139d1366f3643f61d9358dc278077089e | [] | no_license | Stevedev7/computer-graphics-lab | 51341ec34ff11ccb6b5fc371d81b1d739b33e6d3 | 7c0fe20063d9452acdbd55851c7973ef699ae51a | refs/heads/main | 2023-02-14T03:56:09.985339 | 2021-01-05T04:18:24 | 2021-01-05T04:18:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,740 | c | #include<stdio.h>
#include<GL/glut.h>
#include <math.h>
float square[9][3]={
{200,200, 1},
{300,200, 1},
{300,300, 1},
{200,300, 1},
{250,400, 1},
{225,200, 1},
{275,200, 1},
{275,250, 1},
{225,250, 1}
}, rotationMatrix[3][3], result[9][3], m, n, theta;
float tx, ty;
void init(){
glClearColor(1.0,1.0,1.0,1... | [
"pinto_steve@yahoo.com"
] | pinto_steve@yahoo.com |
c45b74acc6fb964e1a573461607978add8da3958 | 907d80d226b6f0ecaf1d99e32c4d45da2c83fe37 | /gfarm/tags/gfarm_1_0_4_rc5/lib/gfs_hook/sysdep/linux/sysdep.h | 887054e41c74830394c8aecf998fa52e5c88f2e7 | [] | no_license | rootfs-analytics/gfarm-fs | 57f19518a80ae9d8df97b5d7acb4ebd14946fce5 | 3a21bbff37595455259d2931764c4cb338022eac | refs/heads/master | 2021-05-27T23:32:06.643245 | 2015-01-05T12:40:16 | 2015-01-05T12:40:16 | 28,867,724 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,317 | h | /* Copyright (C) 1993, 1995-2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 o... | [
"nobody@4a5e1ece-6a47-475c-b646-731d720b41d0"
] | nobody@4a5e1ece-6a47-475c-b646-731d720b41d0 |
f018a8b2f7e8d88688f07e455180f9d00aa616f6 | 3350c9866bc655b104090a74c3f1b995e44f179b | /src/ksym.h | f370378e0fe2b73c4950ccc297f05d25bc6943c3 | [] | no_license | vrosnet/tachyon3 | 2a6829defc403eb06fba1db46d19f4aba34fcd27 | 5e7519fa63e40a770d7e5e95e81067138d2f6701 | refs/heads/master | 2021-01-17T23:04:07.943464 | 2016-03-04T14:26:23 | 2016-03-04T14:26:23 | 54,658,756 | 1 | 0 | null | 2016-03-24T16:53:51 | 2016-03-24T16:53:51 | null | UTF-8 | C | false | false | 1,810 | h | /* Copyright (c) 2011 by Markus Duft <mduft@gentoo.org>
* This file is part of the 'tachyon' operating system. */
#pragma once
#include "tachyon.h"
#include "log.h"
#include "list.h"
/**
* Describes a kernel symbol.
*/
typedef struct {
uintptr_t addr; /**< the address of the symbol */
size_t size; ... | [
"mduft@gentoo.org"
] | mduft@gentoo.org |
5742aa0bb155e0093e9db0e396173239fcd0b2db | 8029fc83b6224e9406c191370badfa4140a9c308 | /TaskB/lab4_starter/LCD/trafficLight_FSM - Lab4.c | 0cdab8c91d7eae0be7afe891a40408fe6e8c446e | [] | no_license | tinvo015/EE474-Lab4 | 47d9411e850e210fcf3d97212826dae946160fca | 1c84d61b17998093df45d2a6caea24545415271a | refs/heads/master | 2020-04-20T13:52:32.628678 | 2019-02-04T22:06:14 | 2019-02-04T22:06:14 | 168,881,734 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,492 | c |
#include <tm4c123gh6pm.h>
#include <stdint.h>
#include <stdbool.h>
#include "C:\Users\taojin\Desktop\EE 474\Lab\EE474-Lab4\TaskB\lab4_starter\LCD\myHeader.h"
// FSM state definition
const int OFF = 0;
const int GO = 1;
const int STOP = 2;
const int WARN = 3;
volatile int state = 0;
volatile int next_state = 0;
vola... | [
"jt10y@icloud.com"
] | jt10y@icloud.com |
91139ca83d4250f415f2aad96c64196d977d0981 | 47dc37c2038816fd4e9cf0630d98979e7da6a6f5 | /nachos-3.4/userprog/syscall.h | 1489ee64f8c7b2c5aef17f5c9c0467ee9af27d3a | [
"MIT-Modern-Variant"
] | permissive | icoty/nachos-3.4-Lab | 6371f808a3a92a73b653d3c214efc9c356f95c60 | 4fbe8ba6d986d6507390ee185ded3af3068cd6a6 | refs/heads/master | 2020-05-22T16:52:50.318481 | 2019-05-14T13:42:47 | 2019-05-14T13:42:47 | 186,439,244 | 13 | 10 | null | null | null | null | UTF-8 | C | false | false | 3,938 | h | /* syscalls.h
* Nachos system call interface. These are Nachos kernel operations
* that can be invoked from user programs, by trapping to the kernel
* via the "syscall" instruction.
*
* This file is included by user programs and by the Nachos kernel.
*
* Copyright (c) 1992-1993 The Regents of the University... | [
"icoty.yangy@gmail.com"
] | icoty.yangy@gmail.com |
c619f0eac9cdb8ac018074e68e31d9f27a4f150c | 14dee71af49e8b207de02476c85a157d4ff52313 | /tim/syntax_tree/syntree.tab.h | 517ed33e715b5ecb7f6ab15abf58614f9d55950e | [] | no_license | Ramyaaaaa/compilers | 53d195517e4087d63651ef86677aef365ed4796f | 8187a1ff0a0b4b7cf1136d42abfe2ce3e9e7dcb1 | refs/heads/master | 2020-04-26T16:30:09.668172 | 2019-03-30T01:55:30 | 2019-03-30T01:55:30 | 173,681,083 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,383 | h | /* A Bison parser, made by GNU Bison 3.0.4. */
/* Bison interface for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
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
t... | [
"ramya2898@ymail.com"
] | ramya2898@ymail.com |
4244e63bcd5c99cdc4e2eab4a1913e7ee3911626 | 55ea3d502daaa47ca3486d6f93edca9e8615cab8 | /platform/mcu/imx6/imx6_platform_sdk/apps/gpu_demo/src/gpu_test_common.h | 136a80dc5dabc0aa8be9585321456fe727fbed68 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"GPL-1.0-or-later",
"BSD-3-Clause"
] | permissive | PabloShi/AliOS-Things | dcfd8c3b002949a9c51f61883d12904b411c1601 | 7b413de7977efff5d60210bd3409207bc4663642 | refs/heads/rel_2.1.0 | 2020-04-30T14:56:39.556610 | 2019-04-23T07:13:48 | 2019-04-23T07:13:48 | 127,271,575 | 2 | 2 | Apache-2.0 | 2018-04-28T01:30:21 | 2018-03-29T09:49:23 | C | UTF-8 | C | false | false | 2,354 | h | /*
* Copyright (c) 2012, Freescale Semiconductor, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice, this list... | [
"magao.xwj@alibaba-inc.com"
] | magao.xwj@alibaba-inc.com |
568613f29a13ac8cfbe15e3a6547407735d1f815 | 4741b16d4859475435118418e7ea786c34090350 | /cwmpd/src/modules/data_model.c | 66f048dcc97fdc3f4313380b9ca93fb0ebf04f93 | [
"Apache-2.0"
] | permissive | codegandlg/tr069_cwmp | e8b59a13ed912d7807840b10d0e6301f40111d27 | 6c973d89a6b879ed03f8c927969e694452be52c1 | refs/heads/master | 2021-01-22T19:08:55.215677 | 2017-03-18T04:00:36 | 2017-03-18T04:00:36 | 85,168,577 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,190 | c | #include "cwmp_model.h"
#include "data_model.h"
#include "cwmp_module.h"
#include "InternetGatewayDevice.c"
model_func_t ModelFunction[] =
{ /*data_model get/set fun name, the real fun we create */
{"cpe_get_igd_di_manufacturer", cpe_get_igd_di_manufacturer},
{"cpe_get_igd_di_manufacturero... | [
"fervour.cool@163.com"
] | fervour.cool@163.com |
3a418d31749529509a45bf08a5a427751c447cbb | 5edad9ff9778ced3598e3f78bb6bc0dda3efde5a | /BarBot/Bartender.cydsn/Generated_Source/PSoC5/Relay_5.c | 591ceb7f26c6848300b36538f9f8a926e6e97254 | [] | no_license | arafat877/Barbot-12 | fcd2e2718ca00b80456a3b40b77f15c55530ce91 | 844388bf8adfa555eaebb16749f52d90f2e15f95 | refs/heads/master | 2023-03-17T17:01:03.026507 | 2020-06-19T19:25:21 | 2020-06-19T19:25:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,825 | c | /*******************************************************************************
* File Name: Relay_5.c
* Version 2.20
*
* Description:
* This file contains API to enable firmware control of a Pins component.
*
* Note:
*
********************************************************************************
* Cop... | [
"mark6000512@gmail.com"
] | mark6000512@gmail.com |
72d69678611ca43b40ea55a676169c87a031bd2e | 5e26a971e0195b18eed85c87b91d0baf17f40061 | /inference/include/BoltModel.h | a133c1a4861dd091058808ccd68df009f00e6ece | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-other-permissive",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | xgmiao/bolt | 2f28bf81b4c53eaaa71740b2184d4b1c68f0c6df | 75b0aafad318d250db7cb96492c18f16a913929d | refs/heads/master | 2022-11-08T01:38:53.465700 | 2020-06-18T14:35:03 | 2020-06-18T14:35:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,274 | h | // Copyright (C) 2019. Huawei Technologies Co., Ltd. All rights reserved.
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation the rights to use,... | [
"jianfeifeng@outlook.com"
] | jianfeifeng@outlook.com |
64f0c81af2ec08d27c92296c9a1a027377f601cd | 5838cf8f133a62df151ed12a5f928a43c11772ed | /NT/base/ntos/se/seglobal.c | 5a9def7eba3bb1b5d12d6c5a973073f7f44736bb | [] | no_license | proaholic/Win2K3 | e5e17b2262f8a2e9590d3fd7a201da19771eb132 | 572f0250d5825e7b80920b6610c22c5b9baaa3aa | refs/heads/master | 2023-07-09T06:15:54.474432 | 2021-08-11T09:09:14 | 2021-08-11T09:09:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 49,388 | c | /*++
Copyright (c) 1989 Microsoft Corporation
Module Name:
seglobal.c
Abstract:
This module contains the global variables used and exported by the security
component.
Author:
Jim Kelly (JimK) 5-Aug-1990
Environment:
Kernel mode only.
Revision History:
--*/
#include "pch.h"
#pragma hdrst... | [
"blindtiger@foxmail.com"
] | blindtiger@foxmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.