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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
482c2052922375bd52c7c0620aad9a181cd61abc | 66cfd0131a6107f8dabe0bb78413496b00aa129a | /LinkedList.c | ad84493b4f8f05b70fd17f1ed30925cd34a4f05f | [] | no_license | antoniotorres-pr/antonio | dedb4347dfaf5507b7f76ae9a8fec26d1d7be465 | 6ffd3906fdf9ed83cac9250c910a243360935f13 | refs/heads/main | 2023-01-11T05:55:30.740721 | 2020-11-08T19:31:05 | 2020-11-08T19:31:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,192 | c | /*
* LinkedList.c
*
* Created on: Nov 4, 2019
* Author: Therese
*/
#include "LinkedList.h"
#include <stdlib.h>
#include <stdio.h>
bool isEmpty(LLNode* lp)
{
bool ans = false;
if(lp->payP == (Payload*)0)
{
ans = true;
}
return ans;
}
bool isEmpty2(LLNode2* lp)
{
bool ans = fa... | [
"noreply@github.com"
] | antoniotorres-pr.noreply@github.com |
937e5dfa37128d9e5699c47f73695601b5cb0ac5 | f83ef53177180ebfeb5a3e230aa29794f52ce1fc | /fftw/fftw-3.3.8/threads/threads.h | 8c5072d0b9580d28c6610133cb58f999ad2a8267 | [
"GPL-2.0-or-later",
"FSFAP",
"GPL-2.0-only",
"Apache-2.0"
] | permissive | msrLi/portingSources | fe7528b3fd08eed4a1b41383c88ee5c09c2294ef | 57d561730ab27804a3172b33807f2bffbc9e52ae | refs/heads/master | 2021-07-08T01:22:29.604203 | 2019-07-10T13:07:06 | 2019-07-10T13:07:06 | 196,183,165 | 2 | 1 | Apache-2.0 | 2020-10-13T14:30:53 | 2019-07-10T10:16:46 | null | UTF-8 | C | false | false | 1,863 | h | /*
* Copyright (c) 2003, 2007-14 Matteo Frigo
* Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
*
* 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 ... | [
"lihuibin705@163.com"
] | lihuibin705@163.com |
cb1397e3058107b4bec2da3e50ead2c895b82f12 | 60c9d77f074a756b706e04729e006d412afbca30 | /前期learngit代码/递归实现字符串的逆制.c | d39b841fd9e2d708baba26ff88098b58615b7dfc | [] | no_license | xym97/XYM__Code | e007a9f079044766133018024aef2ec7fc9d232f | 18562dddfdf2a9826d7ec145955a11962ba7ccaa | refs/heads/master | 2021-01-21T11:33:49.128356 | 2017-10-26T09:28:48 | 2017-10-26T09:28:48 | 102,011,110 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 749 | c | #include<stdio.h>
#include<string.h>
#include<assert.h>
//char* reverse(char* start,/*char* end,*/int len)
//{
// static i = 0;
// static j = 0;
// j = len-1;
// assert(start);
// //assert(end);
// start[i] ^= start[j];
// start[j] ^= start[i];
// start[i] ^= start[j];
// printf("%s\n",start);
// //printf("%s\n",end);... | [
"1179598879@qq.com"
] | 1179598879@qq.com |
560dbf10a343dcff1670a84ed5d847cee696173f | b4b874288cb466cec5aa5146636a1cdc1d519586 | /app/artosyn/usr_app/aries_app/tof_stream/tof_embedded.h | 77d9d832f699080cdd9025ebd516d8dbfaf7d0bb | [] | no_license | martin-calvin/doraemon | 80077d30227c1065e6bc4d35a9003def6e05c264 | bb810169a627548e1c7a7aa26c3670843972a4b0 | refs/heads/master | 2023-01-05T01:28:37.378605 | 2020-10-21T07:01:38 | 2020-10-21T07:01:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,165 | h | /******************************************************************************
*
* Copyright (C), 2020-2030, Orbbec Co.,Ltd.
*
*******************************************************************************
* File Name : tof_embedded.h
* Version : Initial Draft
* Author : jiangxiaohui
* Created ... | [
"miao1989119"
] | miao1989119 |
8dfbffe2c1767fadabdaf2c3c91294737e3661b7 | 9b0794846d97dfc1cd1c07ad7eb970158ba949e1 | /workspace/hw1/src/connectUDP.c | 5ee37d40dbd06fac4fbfaad24c62c6fdfd4721d9 | [] | no_license | aaronlam88/C | 8f1523171ed187e1ac5f70a3296bacf263bb59d0 | a75184284ecd1d4cefc0a117dba2d49459eb243b | refs/heads/master | 2021-01-11T21:37:00.067042 | 2017-11-06T00:11:20 | 2017-11-06T00:11:20 | 78,818,827 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 562 | c | /* connectUDP.c - connectUDP */
int connectsock(const char *host, const char *service, const char *transport);
/*------------------------------------------------------------------------
* connectUDP - connect to a specified UDP service on a specified host
*---------------------------------------------------------------... | [
"noreply@github.com"
] | aaronlam88.noreply@github.com |
7d1dd91c3d8c9d4394e645f2bb5aa68655631017 | be51863af50ab47142296a8c062d2cf2357e47b5 | /libft/src/get_next_line.c | ab52660181784734af2edb4de0919404472303a3 | [] | no_license | bcharity21/COREWAR | f06b145d95f471eb46039f5dd9c4703fdbc12d7b | e12453c03b8f8c69e78645d704f88e4e020420f9 | refs/heads/master | 2021-05-17T22:59:16.154582 | 2020-03-15T20:29:57 | 2020-03-15T20:29:57 | 250,991,420 | 0 | 0 | null | 2020-03-29T09:01:45 | 2020-03-29T09:01:45 | null | UTF-8 | C | false | false | 2,350 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_next_line.c :+: :+: :+: ... | [
"marina1177@gmail.com"
] | marina1177@gmail.com |
221afe2328ac08ccee39bcf7a8d3ccdbf5aaa245 | a723d5f74405931a128a051278237e05b5aa9110 | /Libs/Flyport libs/CALLlib.c | 567eff1d173023b2805ca3feb4e9b8fc7324c90e | [] | no_license | ttt916/flyport | c3e75b6d1811d5741a89ed16f41ceb4aceace50f | 78bf9edbf642a975bb8017e1d33787f4eac1f26a | refs/heads/master | 2020-03-19T06:12:10.784203 | 2018-06-04T09:24:22 | 2018-06-04T09:24:22 | 135,997,121 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,708 | c | /** \file CALLlib.c
* \brief library to manage voice call functionalities
*/
/**
\addtogroup GSM
@{
*/
/* **************************************************************************
* OpenPicus www.openpicus.com
* ... | [
"alan830304@gmail.com"
] | alan830304@gmail.com |
69fd0eb762289b0238f5bcdfb0f9903d1c4598e4 | 0ef08c6e5c0e59255c6d8fd208627306476f9cad | /csgocheat/Tools/Menu/Controls.h | eb7eb73d5a8c909bd5fbf2765aa6d97a093a0275 | [] | no_license | ZeusDaGod/Ichigo-Bankai | 299f795585ca86f93597b4a9ad772b8edfa3a88b | 10394ec6aa87091b5edbee738cd6bfbe2efb38f5 | refs/heads/master | 2021-04-15T03:36:07.854461 | 2018-03-25T09:50:12 | 2018-03-25T09:50:12 | 126,683,330 | 6 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,849 | h | #pragma once
#include "../../stdafx.h"
extern CColor LightGray;
extern CColor Gray;
extern CColor DarkGray;
extern CColor MainColor;
extern CColor MiddleGray;
extern CColor Black;
inline void DrawRect(int x1, int y1, int x2, int y2, CColor clr)
{
Interfaces.pSurface->DrawSetColor1(clr);
Interfaces.pSurface->DrawFil... | [
"37769185+ZeusDaGod@users.noreply.github.com"
] | 37769185+ZeusDaGod@users.noreply.github.com |
e59784a8627650c0f718191d7bea5e4eff13403a | 102832aab1f69f4b81f95bbffaedbd1efeacf894 | /ft_isdigit.c | b8d1ced2f7991f1b50e1c64dc7a556c67c223ffd | [] | no_license | vlepron/Libft-42 | 8924652562deca60a6f25c96fddceeba9f0f4c7b | 23d5527dcfd153d046d93a85cfba6ce3e140e33d | refs/heads/master | 2021-03-27T20:02:26.739155 | 2016-11-16T03:52:12 | 2016-11-16T03:52:12 | 71,454,799 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 992 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isdigit.c :+: :+: :+: ... | [
"vlepron@e3r8p18.42.fr"
] | vlepron@e3r8p18.42.fr |
8bf0296a81883639fff397b95a7960625b4dadef | 3fb122570082ae7572402adc29c92ad15e92d29a | /21_1/21_1_9/三子棋/源.c | 595c68682272f624c1cb98103772fa7404b36ccf | [] | no_license | QZYorn/Hello-world | dd009c4677a72a9f50ccc2666d8d4a759f948c75 | d56214ea72d2a00ebbda80193849494fad2e3d0f | refs/heads/master | 2023-06-19T19:30:59.918312 | 2021-07-22T01:50:28 | 2021-07-22T01:50:28 | 326,176,508 | 3 | 0 | null | null | null | null | GB18030 | C | false | false | 1,350 | c | #define _CRT_SECURE_NO_WARNINGS 1
#include<stdio.h>
#include<time.h>
#include"Game.h"
void PlayGame()
{
int i;
char board[ROW][COL] = { 0 };
char is;
IniBoard(board,ROW,COL);
PrintBoard(board, ROW, COL);
while (1)
{
PlayerMove(board, ROW, COL);
is=IsEnd(board,ROW,COL);
if (is != 1)
break;
ComputerMove... | [
"864239480@qq.com"
] | 864239480@qq.com |
524cabe5655589c1092404bb0d3e5af41ace4940 | 3e7bd485ca734b3b80ce4f9a1372a6a00e68ba9a | /5_2_22/main.c | 9a36bdd9c01065a63c5568c40482b8aa609b873e | [] | no_license | Dans-Sytes-Net/Programy-C | a5f987188d8b55f099b268c8f4e31368be81ebd3 | 750c1a98db3900e928de178d98125639a8b897cc | refs/heads/main | 2023-05-25T17:18:20.754212 | 2021-06-10T08:29:17 | 2021-06-10T08:29:17 | 346,466,173 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 404 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
char * sklej(char a[],char b[],char c[]){
int dlugosc=strlen(a)+strlen(b)+strlen(c);
char *wyn=malloc(dlugosc*sizeof(char));
strcpy(wyn,a);
strcat(wyn,b);
strcat(wyn,c);
return wyn;
}
int main()
{
char a[] = "Hello ";
char b[] ... | [
"danku@onet.eu"
] | danku@onet.eu |
6b8f28d5817e8c3da5e98ecbd54a5f05ec62daec | fafaa4cd9bc46e8426af6e173e976c9c74098030 | /my_server/NpcKernel/AgentData.h | ff797ba6db60eae53d64fc7f4309938f947042dc | [] | no_license | XinJiangQingMang/fight | 2c7cf0af9a3f027eda7b355c193041160053d4a0 | 41846b583064f2c576d3f238aebcebcbb3bafd17 | refs/heads/master | 2021-06-12T05:31:38.338725 | 2016-12-11T05:08:17 | 2016-12-11T05:08:17 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 7,587 | h |
//**********************************************************
// 代码编辑器
//**********************************************************
// AgentData.h: agent system config file
// paled, 2003.8.18
//////////////////////////////////////////////////////////////////////
#ifndef AGENT_DATA_H
#define AGENT_DATA_H
... | [
"337918198@qq.com"
] | 337918198@qq.com |
ec944e9e48b6e7e47fa92b484913a6cd93a30a52 | 0141c549e91a7e6817685fcc8cd388f6901649d9 | /fsa.c | b58521c8a5ecdd3ebefa321aea770f97cd6baa78 | [] | no_license | theoden8/minishell | 5303a5e1e5dd6c534de1ea43b1d1bb85b611ccfe | 2d418053ff30535848ca2093b7f1dc9a9d19dd1b | refs/heads/master | 2021-01-20T13:39:09.119113 | 2017-12-07T00:41:03 | 2017-12-07T00:41:03 | 90,510,702 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,265 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <assert.h>
#include <ctype.h>
#include "fsa.h"
#include "logger.h"
// allocate fsa states and transitions
fsa_t create_fsa(int no_states) {
fsa_t f;
f.no_states = no_states;
f.states = malloc(sizeof(int) * no_states * 128);
... | [
"theoden8@gmail.com"
] | theoden8@gmail.com |
684027d7889525c8a2a72637f78c1434a5be1f26 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/weston/src/clients/simple-damage.c | 821b42b5411a9e734a22837044f50e7e91b421a1 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C | false | false | 24,763 | c | /*
* Copyright © 2014 Jason Ekstrand
* Copyright © 2011 Benjamin Franzke
* Copyright © 2010 Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, inc... | [
"jengelh@inai.de"
] | jengelh@inai.de |
d6850195729fb3ee78093926d48662b15aec1397 | 93bef06574952bbea44435de6610239710b8b36a | /Marlin-1.1.x/Marlin/HAL.h | d5f79cd0f71390f66db9671057abc0a8106fa8ec | [
"MIT",
"GPL-3.0-only",
"GPL-1.0-or-later"
] | permissive | crisap94/Marlin-1.1.x-Flyingbear-Ghost-V2 | 1741febbbf738ee51edee27d2b63e5827820c980 | 27243ae754c37792348199ddc4a6c7b972524927 | refs/heads/master | 2023-05-15T01:35:20.254830 | 2019-09-29T17:30:08 | 2019-09-29T17:30:08 | 211,699,740 | 2 | 0 | MIT | 2023-05-06T21:48:50 | 2019-09-29T17:27:22 | C | UTF-8 | C | false | false | 14,743 | h | /* **************************************************************************
Marlin 3D Printer Firmware
Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
Copyright (c) 2016 Bob Cousins bobcousins42@googlemail.com
This program is free software: you can redistribute it and/or modify
it... | [
"cristianisaac94@gmail.com"
] | cristianisaac94@gmail.com |
b15a59b91baceb504dce6032b96da02e1ea8f58e | e4355967555857fd536787dce39ca30426ffa702 | /867/Game Platform/工具/机器人src/机器人-百家乐/resource.h | 1c40cea27394ee2e896814779dc7ca653f3f4488 | [] | no_license | herox25000/oathx-ogrex-editor | f0fd6044f8065db9cb50a80376e52f502734e877 | f645c7997f27e11a9063a0d352accd98a474cef1 | refs/heads/master | 2020-12-24T14:35:34.912603 | 2013-08-24T06:20:06 | 2013-08-24T06:20:06 | 32,935,652 | 6 | 9 | null | null | null | null | UTF-8 | C | false | false | 777 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by RobotManager.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDS_ABOUTBOX 101
#define IDD_ROBOTMANAGER_DIALOG 102
#define IDR_MAINFRAME 128
#define IDC_RICHEDIT21 ... | [
"mashizhou116@gmail.com@a113e17c-5e0c-ebba-c532-3ad10810a225"
] | mashizhou116@gmail.com@a113e17c-5e0c-ebba-c532-3ad10810a225 |
f36b3fd6e7069910c4e5f4398508d4c6ae79d3ce | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/c5ce42e8-7bcf-4946-81ad-9bde14338e50.c | 96119dac1420fe26320fd6266f99e852237bb142 | [] | 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 | 601 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i%j;
l = l+j;
l = i%j;
l = l-j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
char b[56];
char c[32];
a = 0;
do {... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
84becdd2b6ea96d3e3cceab34a9bd543c9f678a1 | 2786413db6aeaf8126e6d607f4ec570cda6fbf50 | /000/000/959/basic-00212-large.c | dafde57edfdfff9e2043a8a1ab44299b0a1285a2 | [] | no_license | frodrd00/bot-Kendra | 5a735f989675956a7c41d07effcadcdd26fab58d | 679569010d7ea0482936b4d8f6fb07fb3a7be637 | refs/heads/master | 2020-05-31T10:30:45.124315 | 2019-07-31T12:42:18 | 2019-07-31T12:42:18 | 190,239,690 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,107 | c | /* Taxonomy Classification: 0000000100000032000310 */
/*
* WRITE/READ 0 write
* WHICH BOUND 0 upper
* DATA TYPE 0 char
* MEMORY LOCATION 0 stack
* SCOPE 0 same
* CONTAINER 0 no
* POINTER 0 ... | [
"frodd@unileon.es"
] | frodd@unileon.es |
0e777a6e1b096927c217a3eae443c3afbf4f5bfd | bcbbf266330619b1c0dacd5b16eba99dcaa0a57a | /config.h | 04f803e4a5872e3bbbc08834a1427c157518f54a | [] | no_license | grunmax/videosnarf | 2c1ccac4da8b4c749f2b19d78107aa9101fe395c | 0ec902b4430d4b1f242179699517ddec9d9642f0 | refs/heads/master | 2021-06-30T09:54:18.811918 | 2017-09-19T19:34:32 | 2017-09-19T19:34:32 | 104,119,133 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 836 | h | /* src/config.h. Generated from config.h.in by configure. */
/* src/config.h.in. Generated from configure.in by autoheader. */
/* compiling under 32bit */
/* #undef ARCH_X32 */
/* compiling under 64bit */
#define ARCH_X64 1
/* Name of package */
#define PACKAGE "videosnarf"
/* Define to the address where bug re... | [
"grun.max@gmail.com"
] | grun.max@gmail.com |
a11d79f2b5e4c243af8146a392b96946e35f1d7d | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/8c699ef5-6396-4516-852e-35ddf76aa553.c | f446eb369ac81a098cfc21c0748a090eadd509ee | [] | 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 | 541 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=11;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l+j;
l = l-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
char b[88];
char c[99];
a = 0;
do {
//random
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
b6621c3a95aa33b7f769ae5223a27a156f180639 | 914bef28e9d87746db793e41bd0f72a6f31cd028 | /ch2_105.c | 343a80d865d8f95412e58cecb97134392ef99a64 | [] | no_license | sowmiyaragupathi/codekata-beginner | d4ed815f9704a12b227a6996be035c3691f0af25 | 3f239546bab01c17b49042eb36fe7f4f7849c55f | refs/heads/master | 2021-09-08T08:26:36.816043 | 2018-03-08T17:36:49 | 2018-03-08T17:36:49 | 114,647,196 | 0 | 3 | null | null | null | null | UTF-8 | C | false | false | 161 | c | //corresponding character of the alphabet
#include<stdio.h>
int main(void)
{
int n;
char ch;
scanf("%d",&n);
ch=n+64;
printf("%c",ch);
return (0);
}
| [
"noreply@github.com"
] | sowmiyaragupathi.noreply@github.com |
ef4eb9396aa217b713f6f2862e9eb335b064eb19 | 7d71fa3604d4b0538f19ed284bc5c7d8b52515d2 | /Clients/AG/Pm8/Framework/Include/FrameworkComplexTypes.h | a0543f277c7014b2c8735460dee3e90edbfdb74a | [] | no_license | lineCode/ArchiveGit | 18e5ddca06330018e4be8ab28c252af3220efdad | f9cf965cb7946faa91b64e95fbcf8ad47f438e8b | refs/heads/master | 2020-12-02T09:59:37.220257 | 2016-01-20T23:55:26 | 2016-01-20T23:55:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,566 | h | // ****************************************************************************
//
// File Name: FrameworkComplexTypes.h
//
// Project: Renaissance Framework
//
// Author: S. Athanas
//
// Description: Declaration of more complex types that needed some other
// files to be included.
//
// ... | [
"jim@facetofacesoftware.com"
] | jim@facetofacesoftware.com |
87e7f80af10d021facc499455ade9a5512afa2cb | fb56b3220479ed5854c9051f0824f1072bf8f48d | /stack.c | 427ff47ed1b3697f27b80da2258956b06107d3de | [] | no_license | pengu1n0/233_lab5 | 769ded39f49ab6b1d752c8678e426b3e1a0a5d87 | 3a4dee53dd9adc2bdc330521fa5cf39b25775344 | refs/heads/main | 2023-03-14T22:30:34.690902 | 2021-03-11T10:29:34 | 2021-03-11T10:29:34 | 346,618,783 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 632 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main ()
{
int i = 0, j,n, s[100], num;
char in[100];
scanf("%d", &n);
scanf(" %[^\n]", in);
char *token = strtok(in, " ");
for(j=0; j<n; j++) {
if(strcmp(token, "+") == 0)
{
i--;
num = s[i-1] + s[i];
s[i] = 0;
s[i-1] = num;
}
els... | [
"78530429+pengu1n0@users.noreply.github.com"
] | 78530429+pengu1n0@users.noreply.github.com |
ce4bc23921d36305acb38cec4a5cc2020b690e87 | f353cfce38ee7a991afbe70b2129ef82194958e9 | /keymoni/resource.h | b87748f6f79950410194b0368af67b0653a5ee26 | [] | no_license | lxfly2000/keymon | 5f60b512f7708fc698dc4519e2362e9a4b772db5 | fc6e59cf4eed3138da047abef1dd178fde9ef16e | refs/heads/master | 2022-07-25T17:34:20.930170 | 2022-07-07T14:41:18 | 2022-07-07T14:41:18 | 127,937,227 | 2 | 2 | null | null | null | null | GB18030 | C | false | false | 1,534 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ 生成的包含文件。
// 供 keymoni.rc 使用
//
#define IDR_MENU_APP 101
#define IDR_ACCELERATOR_APP 102
#define IDI_ICON1 103
#define IDI_ICON_APP 103
#define IDB_BITMAP_DEFAULT 104
#define ID_40001 ... | [
"lxfly2000@outlook.com"
] | lxfly2000@outlook.com |
104dca86be8c0a86896f75a9bb50465922af2f7a | 3ea986fb3083a13c68bf76371142de3c0838b57b | /libft/srcs/ft_strnew.c | 22a6ec10b46a4d62e720d91c5185263729ce7e5a | [] | no_license | gggaudin/FRACT-OL | 1b9836df1e2887fed760e372188c6898edebed98 | 5918e7c8a6e6b71caa1a14b746289e33ae168fc1 | refs/heads/master | 2020-03-09T12:35:27.389907 | 2018-04-09T15:22:32 | 2018-04-09T15:22:32 | 128,789,740 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 978 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strnew.c :+: :+: :+: ... | [
"ggaudin-@student.42.fr"
] | ggaudin-@student.42.fr |
7af772c4613bfa90a3d8c7dcf147f0f37d999372 | bf5a2f114426fcdad8996684985330e91c2592ec | /archives/Others/CPrimerPlus/exercises/4/7.c | fc9968b48854c6e9d5a5d7f1ebbc9421ac54b800 | [
"Unlicense"
] | permissive | everything411/BIT_Exercises | 9e0c02a724bfd2fa58424a3cbab04ab2b537db51 | 2d0e31dca2b9607dce0bb43340ebeaa2c42c4a43 | refs/heads/master | 2021-06-03T10:06:22.259395 | 2020-06-05T03:07:24 | 2020-06-05T03:07:24 | 153,399,890 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 313 | c | #include <stdio.h>
#include <float.h>
int main(void)
{
float numf = 1.0 / 3.0;
double numd = 1.0 / 3.0;
printf(
"FLT_DIG==%d\tDBL_DIG==%d\n"
"digits\tfloat\tdouble\n"
"4\t%.4f\t%.4lf\n"
"12\t%.12f\t%.12lf\n"
"16\t%.16f\t%.16lf\n",
FLT_DIG, DBL_DIG, numf, numd, numf, numd, numf, numd);
return 0;
} | [
"everything411@163.com"
] | everything411@163.com |
840943ff031796d4bca55be3973271d93f5a732d | 0b964244089b6edb2c49a443a07085c4c59cd7c7 | /hw6_impl/kmeans/kmeans.h | 2e667416b367b65d37e75d4eb19adf3e69d27753 | [] | no_license | scheah/cse240b | a1a8aaeaf8c4fb5e74cca661e9fc806604801026 | d88c1ad00401a728500c77596f489faba79dc108 | refs/heads/master | 2021-01-01T04:26:04.280316 | 2016-06-10T21:37:11 | 2016-06-10T21:37:11 | 58,607,229 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 272 | h | // HW6: Application - K Means clustering
#ifndef _KMEANS_H_
#define _KMEANS_H_
void kmeans_init_center(int* testset_init_x, int* testset_init_y);
void kmeans_load_data(int bsg_x, int bsg_y, int* testset_x, int* testset_y);
void kmeans_fit(int bsg_x, int bsg_y);
#endif
| [
"yek048@ucsd.edu"
] | yek048@ucsd.edu |
c74f1af5198aca27c43ce38b316023236ca4e388 | e0f55f78a0a012573370b9520288cd4ccd216239 | /C/APUE/project/lujian/huxin/Student/save.c | d1b904866bbbf75cdd4169138a671359c568c2f2 | [] | no_license | lxf2git/quectel_work | 2ee2811ed82d4b147f39361af89929f6f8fc6b18 | 92acb485689d3b1111e33dc13862cc3fe4974b16 | refs/heads/master | 2021-06-23T22:29:46.032931 | 2020-10-26T16:14:12 | 2020-10-26T16:14:12 | 145,352,846 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 569 | c | #include"save.h"
int Save(pStu phead,FILE *fd)
{
size_t re;
pStu pread = NULL;
FILE *fp=NULL;
if(phead->next == phead)
{
printf("no information to save\n");
return -1;
}
pStu ptmp = phead->next;
fd = fopen("save.txt","w+");
while(ptmp!= phead)
{
fwrite(ptmp,sizeof(sStu),1,fd);
ptmp = ptmp->next;
}
... | [
"robin.lu@quectel.com"
] | robin.lu@quectel.com |
a309ccb5504bee30b12767a864405bc48ddf1a8f | ff4171b80abb04704c7398bd543b1ed192c492cb | /Echo Client Server/client.c | 9c02334d5f9fba6cb26f6d106669e6c4d02a894f | [] | no_license | mgmihir44/Socket-Programming | 8f4fb661c7bfb246a7c9ab8b247a5936282397c8 | a033ed9948680897629b3b8aa8048c45a2fc3e55 | refs/heads/master | 2020-03-08T12:16:35.728819 | 2018-08-21T21:52:00 | 2018-08-21T21:52:00 | 128,122,188 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,599 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <string.h>
int main(int argc, char * argv[]){
if(argc != 3){
printf("Use: %s ip port\n", argv[0]);
exit(1);
}
char send_data[512]; /* Buffer to... | [
"noreply@github.com"
] | mgmihir44.noreply@github.com |
f3367597076f4067a0c5a98c5e991203e66e2d5a | 57d2a0dc024a02e297df0178512ccfba22833c4b | /images/Car10/car.h | c6dc6062cc5501682f40224798b77659b82c6561 | [
"MIT"
] | permissive | tonym128/ArduRacer | d0fe20a7f6191a313e04db650fd12f91c6c9448d | 8a661c0fb50edc51eac80b0285b6dbbc1b6843e0 | refs/heads/master | 2023-03-11T06:57:00.067915 | 2020-05-20T07:53:04 | 2020-05-20T07:53:04 | 265,046,309 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,269 | h | #ifndef _CAR_H_
#define _CAR_H_
#include "fixpoint.h"
#ifndef ARDUINO
#define PROGMEM
#endif
const unsigned char PROGMEM car1_00[] ={
1,1,1,1,1,1,1,1,1,1,
1,1,1,0,0,0,0,1,1,1,
1,0,0,0,1,1,0,0,0,1,
1,0,1,0,1,1,0,1,0,1,
1,0,0,0,1,1,0,0,0,1,
1,1,0,0,0,0,0,0,1,1,
1,0,0,0,0,0,0,0,0,1,
1,0,1,0,0,0,0,1,0,1,
1,0,0,0,0,0,0,0,... | [
"tmamacos@gmail.com"
] | tmamacos@gmail.com |
3f66007e219c5fa0edaf7e8354184e9646843764 | 609a655c2ca0a92b538e10081a3041d4e00c8aab | /libs/zookeeper/include/zookeeper/zookeeper.h | e4f8d5e1efb0bafb5316022b86bfa04bc6871dc8 | [] | no_license | guoyu07/zkwatcher | bf3084ae4732451317009a2fbc021fed49a0b16c | 843ad301b45903c89beb715b4b0b191728a1aa4d | refs/heads/master | 2021-05-27T22:19:29.447210 | 2014-01-03T03:24:09 | 2014-01-03T03:24:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 72,721 | h | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | [
"bianjiang01@baidu.com"
] | bianjiang01@baidu.com |
a1613240026daa135f9ce94ff8f25187bcfa561a | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/fastsocket/kernel/drivers/net/extr_ns83820.c_ns83820_irq.c | d0003be24186e9d1cc6faa5e7cecd0e0daf5788e | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,155 | 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 |
4da4229830ebc89fca18627dbfbd420a6169e7ae | 10b171387d3c7ca3b67a82c34709c60e9d2f95f1 | /bsnmp/snmp_mibII/mibII.c | b4a842fcc744fd39bcf5f9327674a41146e39531 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | casantos/bsnmp | ae5dfe1e888a8d45225525d4eb6bbdd378ac0d2f | d1a00b3eba7f30cc7423d8525998e1f5807304af | refs/heads/master | 2021-01-21T19:28:38.558718 | 2012-06-25T18:05:19 | 2012-06-25T18:05:19 | 3,879,655 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 40,865 | c | /*
* Copyright (c) 2001-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
* All rights reserved.
*
* Author: Harti Brandt <harti@freebsd.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are ... | [
"carlos.santos@hp.com"
] | carlos.santos@hp.com |
e4bfe1542ecda1b6f42d4ae3e21e7af70e66ce03 | 37a9aba1ced1e99697949551c44d70b138e6c22c | /ilg.gnuarmeclipse.templates.freescale/templates/misc/src/trace_impl.c | 3df0b884633c47311bb5a2548a13eccb3697d30a | [] | no_license | vvinhe/gnuarmeclipse-se | f9328147eab89131c5bfddfa736427827a824ae7 | fc356bebe75cfe0930192be4de5af3f398a5e48a | refs/heads/master | 2021-01-01T19:50:04.350768 | 2014-01-29T06:44:03 | 2014-01-29T06:50:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,692 | c | //
// This file is part of the GNU ARM Eclipse Plug-ins project
// Copyright (c) 2014 Liviu Ionescu
//
#include "trace_impl.h"
#if defined(INCLUDE_TRACE_ITM)
// Define everything here, to pass standalone compilations
// Stimulus Port Register word access
#define ITM_STIM_U32 (*(volatile unsigned int*)0xE0000000)
//... | [
"ilg@livius.net"
] | ilg@livius.net |
1dd12b8bbc0647c3746f69d57535ade1cd1dc05e | a3f363f059c3f2c67bf1f0594cd861780e37bd2c | /graphicPrimitives.h | 8e3598fa1470e0d0e10521a252fa7f72ae145c8d | [
"MIT"
] | permissive | lucaspacifico/ComputerGraphics | 383131d08f69c9946167b91ffdf1605a6690a400 | 09561766beaff46187e972d2d45761926fffeab2 | refs/heads/master | 2021-01-20T22:11:17.245765 | 2017-08-29T20:43:28 | 2017-08-29T20:43:28 | 101,803,061 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 347 | h | void putPixel (float x, float y, int idColor);
void putPixelMtr (float x, float y, int idColor);
void createLine(float x1, float y1, float x2, float y2, int idColor);
void printMtrDisplay();
void clearMtrDisplay();
void createLineMtr(float x1, float y1, float x2, float y2, int idColor);
void fill (int xc, int yc, int i... | [
"noreply@github.com"
] | lucaspacifico.noreply@github.com |
2148f9e4fa5312be6ec603c07b34cf6c17f40e96 | 22d45be5e485827d0401cae5fd6c65467889a6e8 | /0x09-argc_argv/4-add.c | ac9c1797220f078cb42c868c7c52b2db506dd5ae | [] | no_license | sumin3/holbertonschool-low_level_programming | 87d2d5068f803d3c0ef07f478e8d2e36206971d9 | 2e3df281d845767dc92f08a5b1614563a05c5b72 | refs/heads/master | 2020-03-21T03:46:06.181715 | 2019-01-24T10:21:44 | 2019-01-24T10:21:44 | 138,073,192 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 780 | c | #include "holberton.h"
#include <stdlib.h>
#include <stdio.h>
int _isdigit(int c);
/**
* main - write a program that add positive numbers
* @argc: the number of argument passed
* @argv: a pointer array which points to each argument passed to the program
* Return: return 0
*/
int main(int argc, char *argv[])
{
int... | [
"suminyu@yahoo.com"
] | suminyu@yahoo.com |
323e208fe0bc16b95913c06b3622efe47aa247f0 | 248b8e70b84590aaaeb0c90e52d20b82479dd92c | /harmony/v2_06/apps/gfx/emwin_quickstart/firmware/src/system_config/pic32mx_usb_sk2_s1d_pictail_wqvga/framework/driver/input/touch_adc/src/drv_touch_adc.c | 27e9f9ed398e9c7b3b4c15d6b83b6bfc8a8685cc | [] | no_license | Tairycy/AmazonHarmonyIntegration | 63c7946bbf2cb24486f9f87e77bd1afbf39d12cc | 0d5d94c7c3b2cba90f043ee5eb60c81cfb386b63 | refs/heads/master | 2022-04-09T08:07:56.270238 | 2019-04-10T23:47:11 | 2019-04-10T23:47:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 30,705 | c | /*******************************************************************************
Touch ADC Driver Interface File
File Name:
drv_touch_adc_static.c
Summary:
Touch ADC Driver interface file.
Description:
This is a simple 4-wire resistive touch screen driver. The file consist of
touch controller ... | [
"nateihle@gmail.com"
] | nateihle@gmail.com |
5c1dcfac8403fc8a9dfce168ae929338d7609a29 | 9f29ab25078f562d2523e776f0cfc573f7013fe8 | /projects/e407_led/mcuconf.h | 82eaf83fd9db965a6a041fa0ddf833a47924f669 | [] | no_license | aperiodic/stm32 | f6e2043762407fbf28b44a4afe289b816c18e7ad | 0ca84c15c60945dcdbe571aa1b328827ab001931 | refs/heads/master | 2021-01-16T23:04:11.458362 | 2014-01-14T20:43:14 | 2014-01-14T20:43:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,216 | h | /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
ChibiOS/RT 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 F... | [
"kwilsonpdx@gmail.com"
] | kwilsonpdx@gmail.com |
5f9fa0706e20751fb11417d55f5f5e8c3f89dab5 | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/AtCoder/arc012/C/4075811.c | a6fd7f31a3f4cc58c9802f5100f4e615d5a423c6 | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | WINDOWS-1250 | C | false | false | 1,433 | c | char b[19][22];
int d[]={1,0,1,1,-1},cnt[19][19],BC,WC,bc,wc;
main()
{
for(int i=0;i<19;i++)gets(b[i]);
for(int i=0;i<19;i++)
{
for(int j=0;j<19;j++)
{
if(b[i][j]=='.')continue;
if(b[i][j]=='o')bc++;
else wc++;
for(int r=0;r<4;r++)
{
int now=1;
for(int k=1;k<5;k++)
{
... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
d423c2265d81097bfb24d71db6408bed065b45bd | e0eee9346e263f6a227169bdb175e35b52bc51b8 | /magisk-ios/source/user_client.c | f7ff583d2f56193667270a0eb5adef3779f8b9ab | [
"MIT"
] | permissive | wolf-lc1/magisk-ios | de4cd831050153d9294869848db3cb0613623003 | 8f0217ad5dd15e59675faca25862e08b43d917c9 | refs/heads/master | 2023-03-26T15:29:25.233664 | 2021-01-13T19:58:15 | 2021-01-13T19:59:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,486 | c | /*
* kernel_call/user_client.c
* Brandon Azad
*/
#include "user_client.h"
#include <assert.h>
#include "IOKitLib.h"
#include "common.h"
#include "kc_parameters.h"
#include "kernel_call.h"
#include "kernel_memory.h"
#include "kernel_slide.h"
#include "log.h"
#include "mach_vm.h"
#include "pac.h"
#include "parameter... | [
"00p513@protonmail.com"
] | 00p513@protonmail.com |
9246fdc125133001f8d3b76df368fd37bccc0162 | 5ccac53785067323f6cb067fbd11c6c7dcfc2195 | /ECEN390_Student_SW_0.2/Consolidated_330_SW/src/laserTag/trigger.c | 8e447d68fcf2fd2be1da8a53e5b2df35e8a4a593 | [] | no_license | DJNuttallCO/ECEN390 | 57d471695ba70708f5f888ba194ccc27b7fc2692 | 47bb0804bcf996ee2d4f5a5131a396f72ff18e7a | refs/heads/master | 2016-09-09T17:45:42.171308 | 2015-03-18T04:24:55 | 2015-03-18T04:24:55 | 29,541,618 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,567 | c | /*
* trigger.c
*
* Created on: Mar 8, 2015
* Author: DJ
*/
#include "trigger.h"
#include "supportFiles/mio.h"
#include <stdio.h>
#include "supportFiles/buttons.h"
#include "transmitter.h"
#define TRIGGER_GUN_TRIGGER_MIO_PIN 10
#define DEBOUNCE_TIME 5000
#define GUN_TRIGGER_PRESSED 1
// States for the cont... | [
"DJNuttallCO@gmail.com"
] | DJNuttallCO@gmail.com |
a20fe28ef759f7fd0d11521eb4c930e2cd004526 | 601815dcb8fd135d3199e5358a75fc6694d91843 | /src/RegressionTest/TestCaseDummyDataItemControlBlock_1.h | e9f46b1cce367d9eabc09dce75e850c7502b8594 | [] | no_license | Gyumeijie/ObsFramework | 695b9b92bf33c901aec83653322e502a78df0158 | ee2b3ed9009b3f7f8dcc01766b2bfddc597616ee | refs/heads/master | 2018-12-25T03:18:52.359782 | 2018-10-18T06:35:20 | 2018-10-18T06:35:20 | 116,783,750 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,532 | h | //
//
// TestCaseDummyDataItemControlBlock_1.h
//
//
// Change Record:
#ifndef TESTCASEDUMMYDATAITEMCONTROLBLOCK_1_H
#define TESTCASEDUMMYDATAITEMCONTROLBLOCK_1_H
#include "../Utilities/TestCaseWithEvtCheck.h"
#include "../Qom/object.h"
/*
* Check the services implemented by the <code>DataItemControlBlock</code>... | [
"18170879819@163.com"
] | 18170879819@163.com |
9821aeae34ed0c633faa038d63f2464f2eb3eab9 | 6a360e06c1b66c029658c8b0f02cade2627d750f | /Aula(27-09)/1xp.c | b61c722c7e993e6f919ef243440ef3324fa115c5 | [] | no_license | rafaelfneves/ULS-Prog-II-Fabio | 4830e0bfd172b4feb01084246e07ea9596a57632 | 9554874a4bc5ad7fce475be5aa5874cffdcb1aec | refs/heads/master | 2020-07-13T04:21:57.768372 | 2019-11-08T13:45:29 | 2019-11-08T13:45:29 | 204,987,503 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 443 | c | #include <stdio.h>
#include <locale.h>
int func(int a,int b);
int main(){
setlocale(LC_ALL,"Portuguese");
int num,exp;
printf("Digite um número: ");
scanf("%d",&num);
printf("Digite o expoente: ");
scanf("%d",&exp);
int resp=func(num,exp);
printf("A potencia é de: %d",resp);
retu... | [
"noreply@github.com"
] | rafaelfneves.noreply@github.com |
cf5b57fadb16fe9b531a61269211b7feb213aec8 | 67ddf84ec5a54a27e3c7f3ab960f008823c1a54d | /week_08/20210226/20210226_08.c | 3c36605357defe666f44bab759028bef702749ba | [] | no_license | antondutsov/CProgramming | 094e03a258d3f4526841d274a54d4fcb3c9e56ab | a0102587e6de796e7e503fe33365f6f6b9d13ffd | refs/heads/master | 2023-04-19T01:29:38.351400 | 2021-04-23T03:35:53 | 2021-04-23T03:35:53 | 325,704,360 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,544 | c | /*
Задача 8.Напишете програма, която да създаде стек (LIFO) по подобие на този
от лекция 18, който обаче да бъде реализиран с динамично
заделяне на памет съобразно желанието на потребителя с функциите
malloc(), и free(). Стека да има следните функции (следното API):
struct Stack{
int *contents;
int top;
};
Sta... | [
"noreply@github.com"
] | antondutsov.noreply@github.com |
3345967524944bc3db4eefa436bd0283c8f299c2 | 5fd0ad7f603959a9510d0b16fd0bf880b0accca3 | /FINALCS360/daytime.c | 31045e54af878ed0fbaf08cd257d833f6253d1b7 | [] | no_license | dciupei/C | 48fb9adad6981f4fac2075ceefdcfc360ae2b963 | e8fe159576dfe3319801e801da47fcbe9cd354f0 | refs/heads/master | 2021-01-19T22:52:21.484226 | 2017-04-09T22:53:38 | 2017-04-09T22:53:38 | 83,781,197 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,356 | c | //David Ciupei
//CS360 Assignment #9
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#define MY_PORT_NUMBER 49999
int MConnect(char *argv){
int socket... | [
"noreply@github.com"
] | dciupei.noreply@github.com |
8fec334680d96e4a8241a9a394640e773d465c10 | e2406c72bc654f7b96fa395c6219e7637793fdf9 | /src/log.h | 0b94ab775cb326b2bd0b0a70d524bba9e3edd697 | [] | no_license | kalrish/guardcheader | a8312357228493388bf717918cf747ed0a030418 | dbd1c0f7c20a869c3de18d1402e8f5c1dce9eded | refs/heads/master | 2021-08-24T12:17:16.628404 | 2017-12-09T19:43:43 | 2017-12-09T19:43:43 | 113,323,319 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 371 | h | #include <stddef.h>
#include "restrict.h"
#include "strlit.h"
#define log_shortcut(str, func) \
{ \
strlit(s, str); \
func(s, sizeof(s)); \
}
#define warn(str) log_shortcut(str, warn_impl)
void warn_impl
(
const char * const restrict,
const size_t
);
#define err(str) log_shortcut(str, err_impl)
void err_imp... | [
"kalrish.baakjen@gmail.com"
] | kalrish.baakjen@gmail.com |
9172342761d6e025df4c9d328eb131ee579d00b7 | ce3cb9e7aa96d1c2d2ec708a7ae6f60c19cff446 | /Assignment2/dum.c | 6c3261b9892df235045dc5c2a08e70f480306a95 | [] | no_license | srinicoder035/Programming-Paradigms | 4a0f0df005f050f7c7bf3981919031d0b9adc07a | 1124bb61b72a3ce59eb9f079692876a522590454 | refs/heads/master | 2020-09-23T06:30:15.092960 | 2019-12-02T17:20:26 | 2019-12-02T17:20:26 | 225,428,238 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 87 | c | #include<stdio.h>
#include "dum2.c"
int main()
{
printf("%d",var);
return 0;
}
| [
"k.s.srinivasan351998@gmail.com"
] | k.s.srinivasan351998@gmail.com |
11c69c6b17d721af40ea1c935aa041e4b48bf638 | f2df9407166ab64a6f818ef236c59d25322fb0a7 | /cgi-bin/station_insert.h | c5ea65325f982f5838163d4c87839de232458705 | [] | no_license | zbqBaoqing/shanghai_subway_find_web | 69bd660f8b7c2254f5703fbf7ca728a3f48be7d4 | a63157a75174f41ab4318ee068f3b35a9830cfff | refs/heads/master | 2022-09-19T20:56:47.641348 | 2013-08-23T10:42:17 | 2013-08-23T10:42:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,718 | h | #ifndef _STATION_INSERT_H
#define _STATION_INSERT_H
#include"/usr/include/mysql/mysql.h"
struct f_route
{
int route;// 线路编号
int route_index;//在线路中的编号
int matrix_index;// 在38阶矩阵中的编号
int route_value;//站点距离绝对值
};
struct subway_function
{
char ori_name[30]; //起点名
int ori_route; //经过起点的路线号
... | [
"="
] | = |
8ca85272667525a9426a43b025857cf462d356ce | d33a2c7503955d0981f903e44f9d75be4fd5b264 | /code/tests/mockFiles/stdlib/stm32f4xx_hal_gpio.h | 30d701fee5e0a35a550abfd857fac7b99de2f053 | [] | no_license | mldelibero/roboCooler | c3a1906fdad82d96313fecc85a64ffca641cd1c5 | d2c06277c640983b6a970655a65ef768c77072d4 | refs/heads/master | 2020-04-03T20:13:15.764843 | 2017-06-04T20:50:22 | 2017-06-04T20:50:22 | 42,898,242 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,987 | h | /* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __STM32F4xx_HAL_GPIO_H
#define __STM32F4xx_HAL_GPIO_H
#ifdef __cplusplus
extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
#include "stm32f4xx_hal_def.h"
#include "stm32f4xx_hal... | [
"delibero.michael@ensco.com"
] | delibero.michael@ensco.com |
973e655a60f8423b5aadfd294afd4664c7cbbe49 | 5de3f612df0dbda712b39403dbafb0617e597651 | /devel/include/pal_navigation_msgs/VisualLocDB.h | f87a253e4db7d1f8ed8daa32b0dbf56e72b51629 | [] | no_license | AdriiTrujillo/tiago_public_ws | 1bd62d51c2eb694d07db83738f7bebd582d8126c | 6eaeabd1ec177df837b81fd9f42887318128766b | refs/heads/main | 2023-04-03T13:09:09.749190 | 2021-04-01T10:05:43 | 2021-04-01T10:05:43 | 350,026,041 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 104 | h | /home/adrii/tiago_public_ws/devel/.private/pal_navigation_msgs/include/pal_navigation_msgs/VisualLocDB.h | [
"adrii.trujillo@gmail.com"
] | adrii.trujillo@gmail.com |
a0a91d3b5fb4a382856909d6abe3bff3d39dfbd5 | d6757b4dd1071f240d2344734e4fe1c8f5fa7e63 | /mpi/7.c | 972b6f1c5280293cd26bbb7179758bba88599254 | [] | no_license | juleari/parallel | 510845b880f68795c8ba9d306555b0b7dff30bd9 | a2993ce4a9561a6f621e0f1de0ecd097cf0a8271 | refs/heads/master | 2021-01-10T09:26:55.397345 | 2016-04-28T15:50:27 | 2016-04-28T15:50:27 | 48,432,268 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,969 | c | #include "mpi.h"
#include "rdtsc.h"
#include <stdio.h>
int main(int argc, char* argv[])
{
int size, rank, i;
MPI_Status Stat;
char inmsg, outmsg = 'y';
unsigned long long start, finish;
MPI_Init(&argc, &argv);
MPI_Comm_size(MPI_COMM_WORLD, &size);
MPI_Comm_rank(MPI_COMM_WORLD, &... | [
"juleari@yandex.ru"
] | juleari@yandex.ru |
a13463ee78c9ba15f36a0ec6a3892ee8bfd69b9c | a460b1b6c1b318aac4c0cc56dc4ddabd98772ad6 | /ATS2825/case/drv/external_int_example/key_rcode_irq_ir.c | 9e23d4ca915e21e72ea324274298a4c8dc7d4286 | [] | no_license | Cedric-Zyh/Colorful | cf178527d8ecec965b9af8260051a32b3c377ea1 | eeec1489deaf38e2d63ea3056e828b47e6ff1f78 | refs/heads/master | 2021-09-14T20:53:43.708589 | 2018-05-19T10:01:52 | 2018-05-19T10:01:52 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,065 | c |
/*******************************************************************************
* US282A
* Copyright(c) 2014-2015 Actions (Zhuhai) Microelectronics Co., Limited,
* All Rights Reserved.
* Description:处理红外按键,中断和状态查询
* <author> ... | [
"493245541@qq.com"
] | 493245541@qq.com |
707e25e59f3853bd61e25f9a7ebb9ed712a712c8 | 444ddb8221a738e97ea668fc2a672df9418f992c | /photos/batch/badapple 1773.c | d03fa990b7425bd87850c977eeb77ec1e7e8fb60 | [] | no_license | our0boros/BadApple | 4c9484f96f90c48ddf1e499cfc2510ac7448f5d8 | b8a7526ee9266af5d98a786a000339eefc5c01a1 | refs/heads/master | 2023-01-12T22:41:23.548615 | 2020-11-18T12:16:13 | 2020-11-18T12:16:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 130 | c | const unsigned char gImage_badapple 1773[8] = { /* 0X42,0X01,0X08,0X00,0X06,0X00, */
0XE4,0XE4,0XE4,0X80,0X04,0XC4,0XC4,0XCC,};
| [
"863166709@qq.com"
] | 863166709@qq.com |
c4fc8342dde9fb79592acb4d629df16f4224a016 | d8e7a11322f6d1b514c85b0c713bacca8f743ff5 | /7.6.00.37/V76_00_37/MaxDB_ORG/sys/src/os/gos00ds.h | bd19cfb0453082803b6d9528c4501181a16d80ac | [] | no_license | zhaonaiy/MaxDB_GPL_Releases | a224f86c0edf76e935d8951d1dd32f5376c04153 | 15821507c20bd1cd251cf4e7c60610ac9cabc06d | refs/heads/master | 2022-11-08T21:14:22.774394 | 2020-07-07T00:52:44 | 2020-07-07T00:52:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,196 | h | /*!
@file gos00ds.h
@author RaymondR
@brief NT to OS2 API
@see
\if EMIT_LICENCE
========== licence begin GPL
Copyright (c) 2001-2005 SAP AG
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public ... | [
"gunter.mueller@gmail.com"
] | gunter.mueller@gmail.com |
104aef22aeadfd658d608bcdad88b42381700799 | d3ce12cee5d4cd56c89c0ca290e477df721a6f67 | /getchar/count_number_of_digits.c | 6e53972a6c05879971af0dba35ef98df3b2e485b | [] | no_license | ishikkkkaaaa/DataStructure | cadc55488b619038eecfa0ed17cf52a46ef742d4 | 018805de665ea7c30f446773008ba2b8a9d2f18d | refs/heads/master | 2023-05-04T20:57:10.779053 | 2021-05-16T09:08:11 | 2021-05-16T09:08:11 | 367,831,883 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 286 | c | #include<stdio.h>
int main(void){
int cdigit[10];
int i, c;
for(i=0 ; i<=9 ; i++)
cdigit[i] = 0;
while((c = getchar()) != EOF)
if(c >= '0' && c <= '9')
++cdigit[c - '0']; // cdigit[x] = cdigit[x] + 1
for(i=0 ; i<=9 ; i++)
printf("%d ", cdigit[i]);
}
| [
"imusun24@gmail.com"
] | imusun24@gmail.com |
b3feb37f5dbdbd4ffd7c126a8d6f304e0b70df4d | 9d9e4088862468b4ff8baf38431e603b101c02ef | /3D RUN/3DRun/Classes/Native/mscorlib_System_Text_UnicodeEncoding_UnicodeDecoder.h | b52a9a46f4ae58275561b0d74aa312e7074187db | [] | no_license | jmh6672/Run_3D | 22ca1ba59b8d7fe567df3781a31b80b28788e3aa | f72d30ce5ffbe493020a92b105a59c0fe348f747 | refs/heads/master | 2021-09-14T00:17:56.572759 | 2018-02-13T08:59:05 | 2018-02-13T08:59:05 | 115,467,966 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 484 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Text_Decoder.h"
// System.Text.UnicodeEncoding/UnicodeDecoder
struct UnicodeDecoder_t2055 : public Decoder_t1671
{
// System.Boolean System.Text.Unicode... | [
""
] | |
c6a91df2e7b0602b0402db26e45e7aec5ded28e4 | d5e596b9f61a7bb8474d16d00f53041ee91c7d56 | /sdk/JN-SW-4170/Components/ZCL/Clusters/ApplianceManagement/Source/ApplianceStatistics_internal.h | 63cf9d6d87288fdb0120d09b0e1734a03a9ba62d | [
"BSD-3-Clause"
] | permissive | grostim/JN5169-for-xiaomi-wireless-switch | 3134408d7a1b89eca979167b915df45865573a20 | 06a771795d3b2ab4095eb4d950244ee5f94690f4 | refs/heads/master | 2020-12-11T09:49:54.123791 | 2019-07-09T02:24:32 | 2019-07-09T02:24:32 | 233,812,882 | 1 | 1 | NOASSERTION | 2020-01-14T10:10:46 | 2020-01-14T10:10:45 | null | UTF-8 | C | false | false | 5,563 | h | /*****************************************************************************
*
* MODULE: Appliance Statistics Cluster
*
* COMPONENT: ApplianceStatistics_internal.h
*
* AUTHOR: Shweta Chauhan
*
* DESCRIPTION: The internal API for the Appliance Statistics Cluster
*
* $H... | [
"248668342@qq.com"
] | 248668342@qq.com |
f7783cd9cbe2a579d326b92a21219d2c2bc55536 | 93fc25d3a197ca83ae6654595964d04874749d94 | /c1/.8/call_by_value.c | edfc677797b1a1ef54bbcaaf7ceb8aa021245131 | [] | no_license | LarsFin/Coding_Yard | 1172ba37f19d5ed6ca5cb004a57ceb13373506f6 | 02167a4d4745fcb9333ad1e776d2d7dc416a5c48 | refs/heads/master | 2021-10-23T00:15:19.060167 | 2021-10-15T10:17:03 | 2021-10-15T10:17:03 | 168,973,745 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 494 | c | #include <stdio.h>
// code to illustrate that a parameter passed into function is by value not pointer
void halve(int);
void halveWithPtr(int*);
int main()
{
int a, b;
a = b = 10;
halve(a);
halveWithPtr(&b);
printf("Variable 'a' has value of %2d after being halved as value parameter\n", a);
... | [
"larsfinlay@googlemail.com"
] | larsfinlay@googlemail.com |
6a06fc20dcf8f5f5516eed45b3ef5b680cdc1056 | 57accb676897db4d8176a0d916fff2a9b8ddc8c7 | /WER_xyl.2018 07 02 16 26 14.c | dd76df74beebda462cb78be8b7845d0cdeea4e1a | [] | no_license | kwdgwl/2018WER | 3c875338517115c5a0b0b89bdce5e1ed46ba2a26 | cf4446216b3e74e6ec8f69d6ff34fa97faa36ccf | refs/heads/master | 2021-09-17T23:53:32.626056 | 2018-07-07T06:00:05 | 2018-07-07T06:00:05 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 32,398 | c | #include "ASEIO.h"
#define true 1
#define false 0
//===varDecl===//非参变量定义
int dbgLevel = 0;
int dh[7]={0};
char *subNameP;
char *subNameC;
char *subNameN;
int curSeq;
bool isServInit = false;
//=============//
//===funcDecl===//函数预定义
void runsub(int sub,bool getName);
void initServ();
void Drive_Init... | [
"ggrd007@gmail.com"
] | ggrd007@gmail.com |
3dfe9bf492a31ebe4b3f782f730f4b92dae14b40 | 8f355ade83085106cf2e4a826cbea4a7b351f5ad | /p10/isim/t_ESCOMIPS_isim_beh.exe.sim/work/a_0991361627_3212880686.c | a05896117d298c8d595a3d9d3f425dba8c5e8216 | [] | no_license | JJZEUS55/Arquitectura | b59d660fcc6b29f006b597a5dd42335ee00d7a9e | 1a5ada1179eb388897b2bd5f8ee9667928b9fce0 | refs/heads/master | 2020-04-07T06:37:29.443575 | 2018-06-04T21:02:13 | 2018-06-04T21:02:13 | 124,189,494 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 30,030 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"geoge55@hotmail.com"
] | geoge55@hotmail.com |
20e5bbe2b83420b0f5045b3f2395685d3c5e5ccd | 81e051c660949ac0e89d1e9cf286e1ade3eed16a | /vidplay/common/overlay/overlay_ddraw.h | 7b372a8d1b04766691799000d81e36d5c7ee9228 | [] | no_license | crioux/q3ce | e89c3b60279ea187a2ebcf78dbe1e9f747a31d73 | 5e724f55940ac43cb25440a65f9e9e12220c9ada | refs/heads/master | 2020-06-04T10:29:48.281238 | 2008-11-16T15:00:38 | 2008-11-16T15:00:38 | 32,103,416 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,740 | h | /*****************************************************************************
*
* 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)... | [
"jack.palevich@684fc592-8442-0410-8ea1-df6b371289ac"
] | jack.palevich@684fc592-8442-0410-8ea1-df6b371289ac |
635b54da3f9d8f5a9731de82c19b0c07de238c9e | f27c4bff6242af6483bdc02217a38e33dcebe0c1 | /test.c | e5329bab28eed442cab86ecb61d68298c001ffb5 | [] | no_license | btc-room101/test | c4a9aeb334887ae56e3bcaf4f869da5e29a7ed39 | 0667fccdb01d8d0e4af832f5d58e85b7bb9c00dd | refs/heads/master | 2020-04-08T06:05:36.734055 | 2018-11-26T05:25:54 | 2018-11-26T05:25:54 | 159,085,414 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 38 | c | main()
{
printf("hello World\n");
}
| [
"noreply@github.com"
] | btc-room101.noreply@github.com |
893f2989f060660c85be777627d4cfc198519b6f | edc0a5e76c1d7f3bba9f7a1737005b0020d983b9 | /core/multicore/existfile.c | 78442fe18b63fa27103755218fd1522eb75e0d4f | [] | no_license | Glickfeld-And-Hull-Laboratories/ImagingCode-Glickfeld-Hull | 5d479b80a440e0e3e83f087bb0b5a25e73abac1b | 1cfa3cbae1381c2ee4c7ad8be8770d2ad4d08e12 | refs/heads/master | 2023-08-05T09:06:57.624814 | 2023-07-26T20:08:12 | 2023-07-26T20:08:12 | 16,320,391 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 550 | c | #include <mex.h>
#include <matrix.h>
#include <stdio.h>
void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
{
mxArray *resultArray;
int result = 0;
char filename[500];
FILE *fid;
if (nrhs > 0)
{
mxGetString(prhs[0], filename, 498);
fid = fopen(filename, "r");
if (fid == NULL )
... | [
"llglick@gmail.com"
] | llglick@gmail.com |
119e0d7c2b39514d9d721f29bb8bac1aa475d37f | eef5aba4d2ed868fdae40ca3283e3afe5321e761 | /src/libc/monetary/strfmon.c | 0acfe5a6731140a0d64efe36af7fd3b64db7e8b8 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | drewja/cloudlibc | d9a4cea310604d08c2d0dd40c4648afbaf707c2c | c478bf30c7ad1d614ec069e2d9e2e582620a3102 | refs/heads/master | 2021-07-09T07:01:58.068749 | 2017-09-19T20:19:04 | 2017-09-19T20:19:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 531 | c | // Copyright (c) 2015 Nuxi, https://nuxi.nl/
//
// This file is distributed under a 2-clause BSD license.
// See the LICENSE file for details.
#include <common/locale.h>
#include <locale.h>
#include <monetary.h>
#include <stdarg.h>
ssize_t strfmon(char *restrict s, size_t maxsize, const char *restrict format,
... | [
"ed@nuxi.nl"
] | ed@nuxi.nl |
f9585ad63beca7584ab5bcb05ffc78d714aac4db | 736fba815bb91d5117705284bec726fbec1d4138 | /User/main.c | f0aec130beae070dccb3b2167adda19996a6a682 | [] | no_license | jermesLee/ZX0015A-DMT80480C070_02WT-UART-F407IG-POWER | 5fbf7a1e302a3d0a44ff17b02631c680587aac2c | 93393c05516ce3d2493218812f4abdf81b92e408 | refs/heads/master | 2021-01-20T07:18:59.131199 | 2017-08-27T05:33:09 | 2017-08-27T05:33:09 | 101,532,068 | 0 | 2 | null | null | null | null | GB18030 | C | false | false | 3,113 | c | #include "includes.h"
typedef struct DisplayParametersType
{
uint16_t SetFrequency ; // 设置输出信号频率
uint32_t SetVoltageAmplitude; // 设置输出电压幅值
uint16_t ActualFrequency ; // 实际输出电压频率
uint3... | [
"jermes_lee@163.com"
] | jermes_lee@163.com |
c50ad0b4797eb008148c89f1afeaa790e336a86d | 58aa59e401afebf1b3b0ac85825ef5e8c2e2ddb5 | /Game/Rand.c | f6bd387a3ad48231c9def07908f68744de7ae15d | [] | no_license | aarossig/etd | 91af2884720d93c5f5d5c544d91c0564dfb2e8e0 | 009de67013a664fb2e078e1fb51e03609eb32b6c | refs/heads/master | 2021-01-01T16:12:37.760687 | 2014-01-24T14:08:30 | 2014-01-24T14:08:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 915 | c | /*
* Random number generator implementation
*/
#include "Rand.h"
/*
* Configures the ADC to produce random numbers
*/
void RandInit()
{
ADMUX = (1 << REFS1) | (1 << REFS0) | (1 << ADLAR);
ADCSRA = (1 << ADEN) | (1 << ADPS2) | (1 << ADPS1);
}
bool RandGetBit()
{
bool firstRead = FALSE;
bool second... | [
"andrew.rossignol@gmail.com"
] | andrew.rossignol@gmail.com |
605a1e64f88674ac5387ffebb1f3db7b3d3dc80f | 5ffbce64d9b391620f87b16b23aa412e15bc4e6c | /xinu-15Spring-lab2-linksys/system/create.c | 251bdd9eec3e696e13f804864aab43a42d0e1244 | [] | no_license | manmohitsehgal/OperatingSystems | 7e77be97c1119cf8ec2add75f13c4c3a6468257a | 649fc8c8cc1fe251c859bee05c5963728abf7a64 | refs/heads/master | 2021-01-20T20:28:12.644153 | 2016-07-07T17:13:05 | 2016-07-07T17:13:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,689 | c | /* create.c - create, newpid */
#include <xinu.h>
#include <mips.h>
static pid32 newpid(void);
/*------------------------------------------------------------------------
* create, newpid - Create a process to start running a procedure
*------------------------------------------------------------------------
*/... | [
"msehgal@purdue.edu"
] | msehgal@purdue.edu |
090f05a4e89b56c6d20d5047bd6b0c98914cccf1 | 30c963e7e840c3721d241516afd5803e9bc579be | /Pods/Headers/Public/AVOSCloud/AVFile.h | 99e14ddd4a184fc40e2dddd12954791ba796088e | [] | no_license | ipaste/BeaconTool | f8d17790cb42b2658cdba8cff10aa4b7b2a78d4d | cf21694399d1c994f099c94f4d7e9acc746a5d50 | refs/heads/master | 2020-04-11T22:16:07.316151 | 2015-05-04T02:55:52 | 2015-05-04T02:55:52 | 30,522,915 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 74 | h | ../../../AVOSCloud/iOS/release-v2.6.6/AVOSCloud.framework/Headers/AVFile.h | [
"hanbing0208@vip.qq.com"
] | hanbing0208@vip.qq.com |
c6f3d6bc9a069049c409d8d98392979bfa2cb23b | efcf5812f5671d610bba4676a4706858f2f013b2 | /rc.h | c7a09b798db2d56828fef7ba86256186fd993627 | [
"Apache-2.0"
] | permissive | kasjer/rc_led_strip | 0cab2d80725cc153341cc24a5da49792dea262e0 | b0c6f6a176b1667a38be115dece9316fd5eb3b7d | refs/heads/master | 2020-03-25T19:08:25.563368 | 2018-08-08T21:24:44 | 2018-08-08T21:28:00 | 144,066,622 | 0 | 0 | null | 2018-08-08T21:28:01 | 2018-08-08T20:55:26 | C | UTF-8 | C | false | false | 717 | h | #ifndef _RC_H
#define _RC_H
#ifndef RC_CODE_LEN
#define RC_CODE_LEN 6
#endif
#define EVENT_BIT_END 1
#define EVENT_HI_END 2
#define EVENT_DATA_END 4
uint8_t rc_handle_event(uint8_t e);
void init_rc(void);
// User must define this function
void rc_key_pressed(uint8_t code);... | [
"jerzy.kasenberg@gmail.com"
] | jerzy.kasenberg@gmail.com |
749e0a3cf058b7e2a2b2e8b2d9a2f66f78eef2cf | bec511ca4840670722050be03609051a26cfc9a4 | /source/hw/quadratureModulation-test.c | e2c9a70c253352ebf9e5b4280c19f46ddf3c28d3 | [] | no_license | nsaizan/18452-18750-P2 | 2d238f05f65c602742a2ed57fe9e2b77ae7587cb | 460d7b81fbdc2f2e54115e95e0cdbf13e01e1e24 | refs/heads/master | 2021-04-11T08:27:24.584909 | 2020-05-01T22:25:33 | 2020-05-01T22:25:33 | 249,005,902 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,180 | c | #include <stdio.h>
#include <math.h>
#include "audioDeviceInterface.h"
#include "queue.h"
#include "quadratureModulation.h"
#ifndef M_PI
#define M_PI (3.14159265)
#endif
#define DURATION (SAMPLE_RATE * 3)
#define RAW_OUTPUT 1
int main(){
/* initialize iq pipeline */
iq_init();
/* display test info */
if(!RAW_... | [
"nsaizan@andrew.cmu.edu"
] | nsaizan@andrew.cmu.edu |
accd48386931d0dac3112c88592f7d2b2f70535a | 635e7ca601105115e3e801e12991d00fe5d0a25d | /30_DBLinkedList.c | 2af14a6ab02978c3eb8f462b9d037be8ac5874c6 | [] | no_license | FunFunHaDa/Example_Data_Structure | 77aa99a85157b8f7008ea8fbec64f7ea78fbf2a6 | 8830c18474e88874a8d1dd21f1e7e9ba44bc07eb | refs/heads/master | 2020-03-26T03:47:43.827096 | 2019-05-11T14:52:02 | 2019-05-11T14:52:02 | 144,471,052 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 957 | c | #include<stdio.h>
#include<stdlib.h>
#include "30_DBLinkedList.h"
void ListInit(List * plist)
{
plist->head = NULL;
plist->numOfData = 0;
}
void LInsert(List * plist, Data data)
{
Node * newNode = (Node*)malloc(sizeof(Node));
newNode->data = data;
newNode->next = plist->head;
if (plist->head != NULL)
plist->h... | [
"kjhkjh0929@gmail.com"
] | kjhkjh0929@gmail.com |
30ea6166efe26f43675e731007bfef552737ff45 | f06f62309372ad5c1852acd1516ccf9d815d01f1 | /test/UartReader/Src/stm32l1xx_it.c | 79607db5d7f6f324ff0b5a4fd846114ee0eaa805 | [] | no_license | Klievan/ProjectX | 2848a6a91e2f99a70bff1489818f1ef39cb1db8e | f4bfc871e1d46eed2f1f25950b959d08c5999511 | refs/heads/master | 2021-09-04T03:31:33.956252 | 2018-01-15T09:51:25 | 2018-01-15T09:51:25 | 109,976,579 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,029 | c | /**
******************************************************************************
* @file stm32l1xx_it.c
* @brief Interrupt Service Routines.
******************************************************************************
*
* COPYRIGHT(c) 2017 STMicroelectronics
*
* Redistribution and use in source... | [
"vangesteldries@gmail.com"
] | vangesteldries@gmail.com |
090d32ea11b11e569ca617cab9f7f7a287176dd0 | 7d23e3a3920ca70bf684fc319b111af204ed3b9a | /lib/my/include/my/my_string.h | 102c96e498bbe236271cff08c76411cf626afdbb | [] | no_license | GabrielRavier/42sh | c293b2b40c8c17eeb94d7870deb6753cbeba7e72 | e9164837458bba2cc5b9ba5068ef9265aab3f635 | refs/heads/master | 2023-06-10T10:20:22.453559 | 2021-06-01T09:47:59 | 2021-06-01T09:47:59 | 380,888,533 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,572 | h | /*
** EPITECH PROJECT, 2020
** libmy
** File description:
** Declares my_string-related entities
*/
#pragma once
#include "features.h"
#include "my/stdlib.h"
#include <stdarg.h>
#include <stddef.h>
/// This contains a null-terminated string (for easy usage with C APIs), but can
/// still contain embedded NULs if you... | [
"gabravier@gmail.com"
] | gabravier@gmail.com |
e57f0e401e53c88480f21dbabd172a8f4a630f22 | 74a747d6d7aca55d3b5391d07c3eaaf9441e74a5 | /prog2_20191107/prog05/main.c | 086a3a91162289678cf4ab583ea65e4dfbdc706a | [] | no_license | Lium1126/learning-C-2 | 664c2b8adc3cc7b13753b42dc5ae82d2c2d30af1 | 0a6cb1f8ab9eb7cb40c36e2ad43f380373e0a2fb | refs/heads/main | 2023-06-16T03:23:03.541031 | 2021-07-13T14:17:06 | 2021-07-13T14:17:06 | 385,620,482 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 945 | c | //
// main.c
// prog05
//
// Created by k19061kk on 2019/09/26.
// Copyright © 2019 AIT. All rights reserved.
//
/*-------------------------------------+
プログラミング及び演習II 第6回
問題5
ファイルを読み込んでその内容を標準出力に表示せよ
---------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#define LEN 256
int main(int a... | [
"yosi.4sya@gmail.com"
] | yosi.4sya@gmail.com |
9f9b5e061d65d19528168513806dc5ff946f1edb | 591042da36127b9f01f08bd9e0589dedd1ab30d9 | /9.c | 530251382ce133608e0890f645ffe33accd742d1 | [] | no_license | omergulen/project-euler-solutions | 6c578f59b660f96f617f029ca7dd99f79d19552f | 791404df12bc7999ecbf9898c271a03677df5e33 | refs/heads/master | 2022-09-16T06:51:11.674197 | 2012-02-02T19:19:19 | 2012-02-02T19:19:19 | 268,068,930 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 614 | c | #include <stdio.h>
#include <math.h>
int main()
{
int toplam=1000;
int sayici1,sayici2,sayici3;
for(sayici1=1;sayici1<=toplam;sayici1++){
for(sayici2=sayici1+1;sayici2<=toplam;sayici2++){
sayici3=1000-sayici1-sayici2;
if((sayici1*sayici1)+(sayici2*sayici2)==(sayici3*sayici... | [
"omergulen@std.iyte.edu.tr"
] | omergulen@std.iyte.edu.tr |
84444e8951fb1a5626db720c45bd198859ea6708 | ae47bfe3f057fffd2592982e7c14a072190515e2 | /imxrt1050_Project/imxSDK/SDK_2.6.1_ArchMix/boards/evkbimxrt1050/usb_examples/usb_device_cdc_vnic_lite/bm/usb_device_config.h | 6151e58e70c846b09b2fbe89d803d15741dbdfb3 | [] | no_license | marxw3179/PMSM_Control_source | 4ecf4f12d0472e0a2f7a133393e03a14e39d925c | 600ac632da8c312fba3acf5f3f33827a1b8cb894 | refs/heads/master | 2022-07-23T16:50:23.997717 | 2020-05-17T16:27:41 | 2020-05-17T16:27:41 | 281,535,794 | 1 | 0 | null | 2020-07-22T00:39:59 | 2020-07-22T00:39:59 | null | UTF-8 | C | false | false | 4,824 | h | /*
* Copyright (c) 2016, Freescale Semiconductor, Inc.
* Copyright 2016 - 2017 NXP
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef _USB_DEVICE_CONFIG_H_
#define _USB_DEVICE_CONFIG_H_
/*******************************************************************************
* Defini... | [
"ioloa.yutaka@gmail.com"
] | ioloa.yutaka@gmail.com |
31ff498c91fe134502413e84e25235260b96674c | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/net/irda/comm/vuart/control.c | 243916c2197f2d5789a8cd3c0caf6fc6a341c1b0 | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,421 | c | /*++
Copyright (c) 2000 Microsoft Corporation
Module Name:
send.c
Abstract:
This module contains the code that is very specific to initialization
and unload operations in the irenum driver
Author:
Brian Lieuallen, 7-13-2000
Environment:
Kernel mode
Revision History :
--*/
#include "inter... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
56feb1eed80781806db2ad02da72fa93fe736fa4 | 79d343002bb63a44f8ab0dbac0c9f4ec54078c3a | /lib/libc/musl/src/temp/mkostemp.c | e3dfdd912428c42434ecabb8a5857dd79401fb7d | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-musl-exception"
] | permissive | ziglang/zig | 4aa75d8d3bcc9e39bf61d265fd84b7f005623fc5 | f4c9e19bc3213c2bc7e03d7b06d7129882f39f6c | refs/heads/master | 2023-08-31T13:16:45.980913 | 2023-08-31T05:50:29 | 2023-08-31T05:50:29 | 40,276,274 | 25,560 | 2,399 | MIT | 2023-09-14T21:09:50 | 2015-08-06T00:51:28 | Zig | UTF-8 | C | false | false | 126 | c | #define _BSD_SOURCE
#include <stdlib.h>
int mkostemp(char *template, int flags)
{
return __mkostemps(template, 0, flags);
}
| [
"andrew@ziglang.org"
] | andrew@ziglang.org |
bf22144c9accbde53f9f243aad33f677725cd969 | a1147e1b1bb0d538318d66106e4142c2c548057f | /carto/asp/inc/fifo.h | 2c711c3590c8af20d6654658da49084398ac4104 | [] | no_license | mobangjack/carto | 103c213d920b99b7eee1086f8ebb399b3f020cb7 | 70bebc4a38f76c672f73e12493d762d18eec0a7e | refs/heads/master | 2021-01-13T14:05:44.322941 | 2017-01-01T17:53:16 | 2017-01-01T17:53:16 | 76,173,706 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,271 | h | /**
* Copyright (c) 2011-2016, Jack Mo (mobangjack@foxmail.com).
*
* 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 requir... | [
"mobangjack@foxmail.com"
] | mobangjack@foxmail.com |
814ceb8265b6dcff20af36332aad43cf4f3ec159 | 040630713fef17009f6452221983db00edb07278 | /sdk/svc_devos/include/tuya_components.h | ec7e34ca6a81977cf8f0cdfccaff06acf32cf63d | [] | no_license | jeptechnology/tuya_sdk_armv7l_musl | a38c3889f546bc7ee47614063e8a5c338cbfd4af | 301fa12c494e8cb7280b6d8cf961a806e214133d | refs/heads/main | 2023-01-03T16:24:44.513361 | 2020-10-23T10:30:33 | 2020-10-23T10:30:33 | 306,600,636 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,141 | h | /**
* @file tuya_components.h
* @author Embeded CI system
* @brief 组件信息
* @version 0.1
* @date 2019-08-28
*
* @copyright Copyright (c) tuya.inc 2019
*
*/
#ifndef __TUYA_COMPONENTS_H__
#define __TUYA_COMPONENTS_H__
#ifdef __cplusplus
extern "C" {
#endif
#define TUYA_COMPONENT_NAME_LEN 32
#define TUYA_COMPO... | [
"james@jeptechnology.com"
] | james@jeptechnology.com |
55630d321145b786550207439b4c4219cf613df2 | 8812acc4617caa57441e112fe27293ede083b0db | /exercicios/prova1/prova-3/prova3.c | 0088e1039049654c2533985a1a2a690eec620ffa | [] | no_license | JulioSergioFS/C-First-Steps | e70161b9a9b0a9c804703d9e225febf8b4cf8e36 | fb458140fe95f349c49a85a715079dc81f2e89b0 | refs/heads/main | 2023-07-19T09:01:16.799352 | 2021-08-26T02:17:04 | 2021-08-26T02:17:04 | 374,486,822 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,757 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
float peso, altura, porcentagemOlhosPretos, mediaMenosQue170cm;
int idade, i;
int acima30AnosE50kg=0, quantMenosQue170cm=0,
idadeTotalMenosQue170cm=0, quantLourasOlhosNaoCastanhos=0;
float quantOlhosPretos=0;
char corOlhos, corCabelo;
for... | [
"juliosergio010302@gmail.com"
] | juliosergio010302@gmail.com |
60bcd802553e54d42819cba58b89c5fdfa88e238 | ecf0bc675b4225da23f1ea36c0eda737912ef8a9 | /Reco_Csrc/include/Models/Weapons_old/SingleShotgun/Handle.h | 970f6734b019b8eb1e56adc8b5ac5a79d8517dc2 | [] | no_license | Artarex/MysteryV2 | 6015af1b501ce5b970fdc9f5b28c80a065fbcfed | 2fa5608a4e48be36f56339db685ae5530107a520 | refs/heads/master | 2022-01-04T17:00:05.899039 | 2019-03-11T19:41:19 | 2019-03-11T19:41:19 | 175,065,496 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 128 | h | version https://git-lfs.github.com/spec/v1
oid sha256:7d3cbbdb29edc7ee6e170af8895f56a3bb45f7bb99b8e01ae8e5dc252d8237f7
size 207
| [
"artarex@web.de"
] | artarex@web.de |
a9510fff34a6cc0bbdd7e18fbea9afd3161274ac | f1e682bfa5c78ce8e0516c305de9fa321f467f88 | /modules/t_read.c | 76ff9f62195545750df9029dbd7994dab88488a9 | [] | no_license | Enstore-org/enstore | 877d3b83c159e9b98fb17f95ee3b994d54346e86 | f8edc0459d03e9ff78297de17a980aeac8a06b80 | refs/heads/develop | 2023-09-01T08:12:07.602020 | 2023-08-04T22:07:16 | 2023-08-04T22:07:16 | 402,501,320 | 6 | 10 | null | 2023-08-29T18:14:02 | 2021-09-02T17:08:47 | Python | UTF-8 | C | false | false | 1,910 | c | /* This file (t_read.c) was created by Ron Rechenmacher <ron@fnal.gov> on
Nov 25, 1998. "TERMS AND CONDITIONS" governing this file are in the README
or COPYING file. If you do not have such a file, one can be obtained by
contacting Ron or Fermi Lab in Batavia IL, 60510, phone: 630-840-3000.
$RCSfile$
... | [
"bakken"
] | bakken |
5556ee1af41fff93dd9b2eb34e2ab313878bebc0 | c81e9f93c2b9d9a22523d2e5d8bb98f40a9749c5 | /lpc3131/examples/gnublin-pca9555/gnublin-pca9555.c | ea6bd1a46b7eed52f4465f270524e52fda54265c | [] | no_license | bwoester/gnublin-distribution | dbdec50f2b21378964ad748f2592e9105565df6b | c7a349b255ca8ce8e37f4d3d309e63faec190baf | refs/heads/master | 2020-12-25T04:55:21.788756 | 2013-07-04T06:01:53 | 2013-07-04T06:01:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,851 | c | #include "gnublin-pca9555.h"
#define I2C_FILENAME "/dev/i2c-1"
int json_flag,brute_f;
int main(int argc, char **argv)
{
int hflag, c, mflag, pflag, iflag, oflag, ivalue, mvalue=0, pvalue;
int ovalue, i;
pca9555 pca9555_tmp, *ppca9555_tmp;
ppca9555_tmp = &pca9555_tmp;
while((c = getopt(a... | [
"zed666@gmx.net"
] | zed666@gmx.net |
66a647bcbb04f286eef75d80d12d8606dba6d033 | 5499e8b91353ef910d2514c8a57a80565ba6f05b | /zircon/third_party/lib/acpica_r20190108/source/compiler/aslmapenter.c | 995ddc9933c8116e325b739bc0411d6b591797b8 | [
"BSD-3-Clause",
"MIT",
"GPL-2.0-only"
] | permissive | winksaville/fuchsia | 410f451b8dfc671f6372cb3de6ff0165a2ef30ec | a0ec86f1d51ae8d2538ff3404dad46eb302f9b4f | refs/heads/master | 2022-11-01T11:57:38.343655 | 2019-11-01T17:06:19 | 2019-11-01T17:06:19 | 223,695,500 | 3 | 2 | BSD-3-Clause | 2022-10-13T13:47:02 | 2019-11-24T05:08:59 | C++ | UTF-8 | C | false | false | 16,275 | c | /******************************************************************************
*
* Module Name: aslmapenter - Build resource descriptor/device maps
*
*****************************************************************************/
/******************************************************************************
*
*... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
fd1f7edbf4c2413fa1818f3ef166204be083189c | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/nginx-rtmp-module/extr_ngx_rtmp_log_module.c_ngx_rtmp_log_disconnect.c | 560fc6c28f85ce95a87d1846df8b58fc774ffb7d | [] | 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,607 | 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 |
5f387722dc2b98ec7a724263d544904173e34201 | 952c4197a91eb5cb1c08f9c1b1d9ada6c231a13f | /taksi-code-187/main/src/TaksiVersion.h | 86d5d4661d27f7d17b22c0a55c3105b65c485e0c | [] | no_license | Jimallan/CxlCap | b37457d38b5ff6fb6469643a42891e265b2cbffc | 18ccbb65a2ff9a21cd92edd5e326aac64a65d565 | refs/heads/master | 2021-01-13T01:45:33.865848 | 2013-08-12T02:47:23 | 2013-08-12T02:47:23 | 12,046,342 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 753 | h | //
// TaksiVersion.h
// Put version info into a small file of its own
// so as not to impact the version control system to much as this changes more than any other file.
// Shared with DLL and EXE
//
#ifndef _INC_TaksiVersion_H
#define _INC_TaksiVersion_H
#if _MSC_VER > 1000
#pragma once
#endif
// NOTE: Dont forget t... | [
"goldtimes2008@126.com"
] | goldtimes2008@126.com |
6879d881ff911772b8d745fcf14e64ac7f3e7e2d | 8cc2f7f6f3d9f943dcd19f8fe4fa98bb8697ea4d | /lab_01/multiple defenition/src/main.c | 98463fffa34e45a4cfd69858248aac1da24ff1d6 | [] | no_license | pavlov200912/C-First | 3ed494d367b25d0cbe5614beb32ae15c4643382e | e20f8173cf085000ea18a3fba7b91df18f8de260 | refs/heads/master | 2020-04-27T17:25:50.949609 | 2019-05-08T18:20:17 | 2019-05-08T18:20:17 | 174,518,787 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 186 | c | #include "algorithm.h"
#include "io.h"
#include "util.h"
#include<stdio.h>
int main() {
int a = doComputation(5, 7.0);
int b = 5;
max(a, b);
printf("%c\n", logDebug('!'));
}
| [
"pavlov200912@gmail.com"
] | pavlov200912@gmail.com |
948241dfa18c64c490be014276a79c7670e5086d | 577f3cc94b2e63bb754bd0b74d06421172e1d061 | /0x0D-preprocessor/3-function_like_macro.h | ba2eb8c85720ecb9a9e876365c9949fb04136baf | [] | no_license | luismvargasg/holbertonschool-low_level_programming | 0d40f9ed9cab645265b4dac042185341e9a312b5 | 8743575689f67d09a985d4de0c75230b446934dc | refs/heads/master | 2020-12-29T07:54:03.161597 | 2020-08-28T00:14:02 | 2020-08-28T00:14:02 | 238,523,041 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 111 | h | #ifndef FUNCTION_LIKE_MACRO
#define FUNCTION_LIKE_MACRO
#define ABS(x) ((x) > (0) ? (x) : ((x) * (-1)))
#endif
| [
"1610@holbertonschool.com"
] | 1610@holbertonschool.com |
88376b219f46034cabe3fc741b9efd2f2e23c83b | ea48509d44177fa42f7b172a335d0bea0b454c96 | /mvp/DoppelRace/DoppelRace/Pods/Headers/Public/J2OBJC/javax/annotation/CheckForNull.h | ec16e0c9495212bd8de31303e70f67763962354d | [] | no_license | touchlab-lab/DoppelPoc | b2850a7a057b0f2e5955303badf92dcaf4d671ba | 0d13d71a20b64c6c371c1bf6fc43bd6a69e9ea53 | refs/heads/master | 2021-06-09T14:57:56.642071 | 2016-11-30T15:50:36 | 2016-11-30T15:50:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 89 | h | ../../../../../../../../../../../bin/j2objc-1.0.2/include/javax/annotation/CheckForNull.h | [
"kgalligan@gmail.com"
] | kgalligan@gmail.com |
65a5dec1599efd3cc93b6d4ab188da6eaa518645 | 8492018b911b1a655591dc4568575012a85e0bef | /1048URI-Salary Increase.c | 0ad31b1ec6cfa6e4692a3696a9c9f17b82646552 | [
"MIT"
] | permissive | WeDias/Brincando-Com-C | 4e1186ef41de5cb0fe844b7436d0524fc411b07a | 5a2bead86693cffff007782f531eb2ca0446111e | refs/heads/master | 2020-12-22T18:11:01.011457 | 2020-05-15T01:03:45 | 2020-05-15T01:03:45 | 236,884,106 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 512 | c | #include<stdio.h>
int main(){
float salario, ns, rjt;
int per;
scanf("%f", &salario);
if(salario >= 0.00 && salario <= 400.00)per = 15;
else if(salario >= 400.01 && salario <= 800.00)per = 12;
else if(salario >= 800.01 && salario <= 1200.00)per = 10;
else if(salario >= 1200.01 && salario <= 2000.00)per =... | [
"noreply@github.com"
] | WeDias.noreply@github.com |
a0df9923804c830c4d1af473b95f73ddbb4458b8 | 47f356651e2a16868d466d84490f81309f4b13d0 | /src/decoder_faad2.c | 92fb0f8c103b762da47c786cd2e6c35fbb7c1f93 | [
"MIT"
] | permissive | mchalain/putv | 8547b5e4bc04fd4110dd5f86566b160236ed8e07 | b8932af83a80424609264d4052c0bf236ac02aca | refs/heads/master | 2023-05-26T19:45:52.962795 | 2023-05-16T16:49:04 | 2023-05-16T16:49:04 | 156,736,878 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,311 | c | /*****************************************************************************
* decoder_faad2.c
* this file is part of https://github.com/ouistiti-project/putv
*****************************************************************************
* Copyright (C) 2022-2024
*
* Authors: Marc Chalain <marc.chalain@gmail.com... | [
"marc.chalain@gmail.com"
] | marc.chalain@gmail.com |
5e481b13c0a00b62ceb49e9b3f654b4f5edd919f | 325f3cac5e3f4bc2cdbd747e6dade3abd2879f66 | /Rapport projet bus de com/Slave/Driver_Motor_IR.h | 3ae2da0d98d3b4d162d176b9c62ff9c2010cd829 | [] | no_license | LiZhengxi/MSP_Projet_G2553 | d1337bebdf5f473eb00b57236685f52f2d18ae30 | 2ad72bc1bd4309205ba31e888969f96f93dbcda6 | refs/heads/master | 2021-04-26T22:32:03.122948 | 2018-03-24T17:20:25 | 2018-03-24T17:20:25 | 124,108,358 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 526 | h | /*
* Bibliotheque pour tous les fonctions de servomoteur
*/
#ifndef DRIVER_MOTOR_IR_HEADER
#define DRIVER_MOTOR_IR_HEADER
#include <msp430g2231.h>
#define IR_MOTOR BIT2 /*P1.2 bit signal de servomoteur*/
#define MOTOR_INIT_DEG 500 /*rapport cyclique iniale*/
#define MOTOR_MAX_DEG 2500 /*rapoort cycliq... | [
"37117055+LiZhengxi@users.noreply.github.com"
] | 37117055+LiZhengxi@users.noreply.github.com |
aa20333675dc7f4e7d34ed3d5695308649292f57 | 45cd23a60cc027395d496492d5ca09991cff852d | /ch08/6.c | 0c2a23e851e42f4275ac99277cc7e31b6a048866 | [] | no_license | jwosborne/c-modern-approach | 8ebe6c7444e30ecbdd0fdb1187e044f1994fcfb7 | da6d108183fac62e40ac93c7c2fbd76e0eb353de | refs/heads/master | 2020-03-30T11:28:46.247184 | 2018-10-14T00:12:47 | 2018-10-14T00:12:47 | 151,176,366 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 941 | c | // translate from English to BIFF
#include <stdio.h>
#include <ctype.h>
int main(void)
{
char message[100] = {0};
int msg_len;
printf("Enter message: ");
scanf("%d", &message);
for (msg_len = 0; (message[msg_len] = toupper(getchar())) != '\n'; msg_len++)
{
/* empty loop body */
}
... | [
"john@debian.eva"
] | john@debian.eva |
f93138d008f5f8812893e5118de62ffa7ff3408b | 598737b786a20889dc6acd468478baf4972535b3 | /src/crypto/dist/heimdal/appl/telnet/telnetd/state.c | 8550007bbbc1b346ae8c080d1f48d0020a94fcea | [] | no_license | shisa/shisa-netbsd | 5c8e289de2a48b6d8f39bd3add9ca4ea48fec1da | 28d999d1c25107c126e0a458a97b9397aae592ef | refs/heads/master | 2021-01-01T05:33:32.619808 | 2008-05-26T04:27:54 | 2008-05-26T04:27:54 | 32,793,680 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 30,253 | c | /*
* Copyright (c) 1989, 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. Redistributions of source code must retain the above copyr... | [
"keiichi@mobilegravity.sfc.wide.ad.jp"
] | keiichi@mobilegravity.sfc.wide.ad.jp |
dd2ac57ca266f29fc107e5a1a6e6bc471099fa0c | d68218409dbddc9278eae3f2c1de5304e76246c7 | /include/ptype.h | cd1f2a926941e9539970b6f78f7648c1a4d97cb4 | [] | no_license | yspkm/pcap-parser | 15a04805e57b003ec3984fd4956c32c680cdf241 | 48cc54f77a458831916062c672aac14aa37126fc | refs/heads/master | 2023-08-30T01:14:36.398395 | 2021-10-07T01:15:15 | 2021-10-07T01:15:15 | 413,326,710 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,045 | h | #ifndef PTYPE_H
#define PTYPE_H
#include <bits/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
typedef int int32_t;
typedef unsigned u_int32_t;
typedef unsigned char byte_t;
typedef unsigned short hword_t;
typedef unsigned int word_t; // word from MIPS, not x86-64
typedef struct _ehter_header_s
... | [
"yskim0830@outlook.com"
] | yskim0830@outlook.com |
e8eb074e03ed4672616812f6d5892ef341c5c32a | 07c718db73592c514ae00198b110273d60f93b02 | /spectre.c | c590e180e069de4c744a4810bc37ef69e7624d24 | [] | no_license | dralletje/Colonist | 1f1db6f6d3937cd9e8b0be718bdde8c9baee93b8 | 6e6f29a52032d95062c7f17fd251d66b6151bcd1 | refs/heads/master | 2021-01-19T13:59:09.510257 | 2018-03-14T18:54:17 | 2018-03-14T18:54:17 | 100,870,010 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,563 | c | #include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#ifdef _MSC_VER
#include <intrin.h> /* for rdtscp and clflush */
#pragma optimize("gt",on)
#else
#include <x86intrin.h> /* for rdtscp and clflush */
#endif
/********************************************************************
Victim code.
*********************... | [
"m.c.dral@gmail.com"
] | m.c.dral@gmail.com |
4f560b5a8abd1fb35822e27094d6ffd0811b86b3 | 36c246912a3015c26cbf90e90e3fa01153f970c6 | /struct.c | e101a625a58ce5f17467d898bf2ee9be86ad9e6e | [
"MIT"
] | permissive | sai-y/coursera_algorithmic_toolbox | 759ada57a2a4ac069e64efa4489fc311bb82701d | 0e2f7b0dd1bef8ee3c2e5ea26e7e80ba38c1ac18 | refs/heads/master | 2021-01-22T06:40:25.493076 | 2017-03-01T06:05:56 | 2017-03-01T06:05:56 | 81,779,751 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,264 | c | #include <stdio.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>
struct Person {
char *name;
int age;
int height;
int weight;
};
struct Person *Person_create(char* name, int age, int height, int weight){
struct Person *who = malloc(sizeof(struct Person));
assert(who != NULL);
who->name = strdup(... | [
"sai@altschool.com"
] | sai@altschool.com |
22e7f485e239fd215a0877f07b84c75f257d07a9 | e80e5374b8fd00379293adb35fc8cf017d5f4cc7 | /qemu_mode/qemu-2.10.0/roms/u-boot/board/chipspark/popmetal_rk3288/popmetal-rk3288.c | ed82b2bd781663b910e3156e6ffbf6da3e1b94fe | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla",
"GPL-2.0-only",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"LGPL-2.0-or-later",
"LGPL-2.1-or-later",
"LicenseRef-scancode-other-copyleft",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"GPL... | permissive | CAFA1/afl | dcebf3a3acae3e9783bbb79d8cff6958b496fa34 | 01c113b61ab70c3b02f3d7c74e6dfa20cfc7813d | refs/heads/master | 2023-04-10T14:30:34.901666 | 2020-07-27T01:06:32 | 2020-07-27T01:06:32 | 272,596,630 | 0 | 2 | Apache-2.0 | 2021-04-15T00:56:55 | 2020-06-16T03:03:26 | C | UTF-8 | C | false | false | 547 | c | /*
* (C) Copyright 2016 Rockchip Electronics Co., Ltd
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <spl.h>
#include <asm/gpio.h>
void board_boot_order(u32 *spl_boot_list)
{
/* eMMC prior to sdcard */
spl_boot_list[0] = BOOT_DEVICE_MMC2;
spl_boot_list[1] = BOOT_DEVICE_MMC1;
}
#defi... | [
"longlong_vm@dell_book.com"
] | longlong_vm@dell_book.com |
9e45f5efcb760b8c42014f7689a98956bb560c3e | 9ee1363f6f1cfd978382449697a815fa687c34ad | /tpm_demo_kit/src/config/conf_board.h | cacc9d3d601c429b668ebe57c8d149781f3f765c | [] | no_license | 455343422/tpm_demo_kit | adb021c7204ca2014954e953573e30524aa3f483 | b25e2c8e36c88ae68715f3d60f59216a447267e0 | refs/heads/master | 2021-05-04T01:26:53.261954 | 2016-10-18T06:48:32 | 2016-10-18T06:48:32 | 71,216,224 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,524 | h | /**
* \file
*
* \brief Board configuration
*
* 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 that the following conditions are met:
*
* 1. Red... | [
"ntzhl@sina.cn"
] | ntzhl@sina.cn |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.