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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
623d8cff067da94e7e3242852586db44abfb3f96 | 364d7db5670c3bac88f5ca8f124a0921f079d199 | /input_error1.c | d7c5502710a2a17f3ab936511a7a261b4e2f4916 | [] | no_license | wseungjin/SLRParser | 32efa58b1c0f4327b63d55cfe056ac02bbfea11a | d84e05ec4dbfec1695ccd9582d0cf06ceaf37f06 | refs/heads/master | 2022-11-10T19:39:06.313044 | 2020-07-04T02:44:00 | 2020-07-04T02:44:00 | 273,870,694 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 64 | c | int foo(float x , float y){
int a = 3.5
return a;
}
| [
"bose1021@naver.com"
] | bose1021@naver.com |
db76b636cbd41ff22dff608670d2a173b3558036 | b2d48aac47dc3a3050f9cb562808f0e6f19a36e4 | /mohansai/zetair/src/index_querybuild.c | 5c273e689d9e24b3311200f7a03cc37d36013f41 | [] | no_license | bhagavansprasad/students | 7f7df2f4c2350025d58406794a7d94d9c8a9d7be | 2822fb81cfb6714d48dea1e4957d6011ffa6198b | refs/heads/master | 2023-08-04T04:44:11.346963 | 2023-07-24T06:09:00 | 2023-07-24T06:09:00 | 193,177,404 | 0 | 0 | null | 2022-11-30T23:33:00 | 2019-06-22T01:21:59 | C | UTF-8 | C | false | false | 23,278 | c | /* index_querybuild implements a function to build a query structure
* from a query string. This turned out to be surprisingly difficult,
* as it turns out to be an optimisation problem when trying to select
* words from the query.
*
* written nml 2003-06-02 (moved from index_search.c 2003-09-23)
*
*/
... | [
"bhagavan.prasad@blackpeppertech.com"
] | bhagavan.prasad@blackpeppertech.com |
0bc01dd76de93911ff7ce7d1cdee50d6facfb87f | 65ea193eabb3d7fc0e7587a3cde4a09b3c1eef15 | /FirstPrj/FirstPrj/FirstC.c | 32ba62355d7a5afc7d186e9c9eb4fcf2cd036728 | [] | no_license | HuXiaoPan/StudyCPrimerPlus | 32d7820ff78864f498fa78195cb91eb9c9469c53 | 7742b5d8748571f5a8e0b2890862681749546753 | refs/heads/master | 2020-08-07T20:17:12.343575 | 2019-10-23T08:12:04 | 2019-10-23T08:12:04 | 213,575,723 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 958 | c | //#include <stdio.h>
//
//int main(void) {
// 20191008 S1
//// 重新开始系统的学习C吧!!
//printf("Hello C!!!");
//getchar();
// 20191008 S2
// 简单的计算正方形面积
//while (1)
//{
// int num;
// printf("请输入边长:\n");
// scanf_s("%d", &num);
// printf("正方形面积为:%d\n", num*num);
// getchar();
//}
// 20191009 S1
// 尝试打印内存中的任意值
... | [
"hupan008@qq.com"
] | hupan008@qq.com |
9defc02e8581897e1f3ce52f9a3e5b54d1defa51 | ff9c180488174a4e5bbb37715453b1e36173bc31 | /geeks/data_structure/stack_test.c | a0c4bac16233ada7757fcd4545ab54a4a4eefc8f | [] | no_license | misslzyan/c_learn | fc60ae7095b1b66f679d88e1ca85cfc713ced13d | df260ac7b4f444bf28a640485b91355a6b7b5320 | refs/heads/master | 2020-08-08T00:24:49.108811 | 2019-12-15T06:48:07 | 2019-12-15T06:48:07 | 213,640,151 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 763 | c | #include <stdio.h>
#include "stack.h"
void print_error(){
printf("something goes wrong !\n");
}
int main(){
Stack *stack = newStack(3);
if(is_empty(stack))
printf("stack is emtpy!\n");
if(is_full(stack))
printf("something goes wrong.\n");
int a = 1;
push(stack, &a);
if(is_empty(stack))
print_error();
in... | [
"duanweidong@meituan.com"
] | duanweidong@meituan.com |
e7051219ecd2860e9aa63135262557b267aea688 | d8b95acefd4d43f33b358c5caf162d543265d926 | /patches/CLAPACK-3.2.1/SRC/sgesdd.c | 153124427aa68659a4c9dfc9eb081def18cb3daa | [] | no_license | ccoreilly/clapack-wasm | d55f1fc52cd15b460ad1e7ff3d354e1bb2ab4230 | 47d831c8c29af577604b2a99d43dd9b030ea3dbe | refs/heads/master | 2023-07-18T18:29:44.330568 | 2021-09-12T19:55:24 | 2021-09-12T19:55:24 | 405,740,032 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 561 | c | --- ../../../CLAPACK-3.2.1/SRC/sgesdd.c 2009-08-08 00:32:18.000000000 +0200
+++ CLAPACK-3.2.1///SRC/sgesdd.c 2020-03-18 14:52:00.246152995 +0100
@@ -55,7 +55,7 @@
real *, integer *, integer *);
extern doublereal slamch_(char *), slange_(char *, integer *,
integer *, real *, integer *, real *);
- ex... | [
"laurent.pierron@inria.fr"
] | laurent.pierron@inria.fr |
36770ff1a1de6738f31544e3ee30622891c03e59 | f0c9b1e8ac94382cc17d82d14b22ef82a31d1e82 | /DskyTroostite1.0v/Design01/Archive/Design01.Bundle01/CyComponentLibrary.cylib/SegLCD_v3_10/API/SegLCD.h | 4ec336560662397b4b167e82191a6b50050b511f | [] | no_license | dsky7/PSoC | 115b7dfcbf477932e73ce0bb755201133e676b43 | 303e8ada834d22dffc2de1bb5348882645f135ae | refs/heads/master | 2020-05-29T10:33:39.095777 | 2015-08-20T09:54:28 | 2015-08-20T09:54:28 | 34,363,321 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,041 | h | /*******************************************************************************
* File Name: `$INSTANCE_NAME`.h
* Version `$CY_MAJOR_VERSION`.`$CY_MINOR_VERSION`
*
* Description:
* This header file contains definitions associated with the Segment LCD
* component.
*
* Note:
*
*****************************************... | [
"sakai7213@yahoo.co.jp"
] | sakai7213@yahoo.co.jp |
40ba2536ae269597263c9c8838f1963582c23d3d | f5d591fa7199de604ae923f8846c795f19c08636 | /libft/ft_toupper.c | c51fb03cd8bfe685d6baaf9b6b10078013fd92cc | [] | no_license | ltouret/cub3d | 3350eb483fad0777f797c1272ffc8c3491a4377a | 18c91d58e5f10464d94416d5ff78ff2ccfe7a390 | refs/heads/master | 2023-01-19T11:49:36.910898 | 2020-11-30T17:33:08 | 2020-11-30T17:33:08 | 269,767,627 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 990 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_toupper.c :+: :+: :+: ... | [
"ltouretv@gmail.com"
] | ltouretv@gmail.com |
b4684c205a5b1728f6b3ae084be80f1b16d95db0 | 4a44b6904f3106c7052f155f4d42211deaa17758 | /libft/srcs/ft_strlen.c | 0fae539070763fa0fd3ce322d39a0d93b92b8aa8 | [] | no_license | 42JesseW/push_swap | 9f96a696782dfddb640b7ad1ab778944040cc277 | c226b0ea8669fec61ba8da3b4acd8b63e884a449 | refs/heads/master | 2023-08-18T13:43:55.750106 | 2021-10-27T15:09:16 | 2021-10-27T15:09:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,032 | c | /* ************************************************************************** */
/* */
/* :::::::: */
/* ft_strlen.c :+: :+: ... | [
"jevan-de@f1r1s17.codam.nl"
] | jevan-de@f1r1s17.codam.nl |
5dcf8bddf9ed5b987b77c3b88aa9af05e1798951 | c17df9027095555bf6718693eaa8b532b36dc2d6 | /hr-tecs/workspace/unit_test/gen/nTECSInfo_tRegionInfo_tecsgen.h | 2007d2e8ec76a44bf5963035dd87066da10f7f9e | [] | no_license | seito-zoso/tecsunit_mruby-on-ev3rt-tecs | 8ab5754883637d3d2f6759fbdfe06c620eb49abe | 67511793bd45e3a0a7c3ce2d3377ba8cb5d36c85 | refs/heads/master | 2020-07-20T21:38:16.915051 | 2019-09-12T06:10:59 | 2019-09-12T06:10:59 | 206,712,522 | 1 | 0 | null | null | null | null | EUC-JP | C | false | false | 14,878 | h | /*
* このファイルは tecsgen により自動生成されました
* このファイルを編集して使用することは、意図されていません
*/
#ifndef nTECSInfo_tRegionInfo_TECSGEN_H
#define nTECSInfo_tRegionInfo_TECSGEN_H
/*
* celltype : tRegionInfo
* global name : nTECSInfo_tRegionInfo
* multi-domain : no
* idx_is_id(actual) : no(no)
* singleton : n... | [
"ioplkj0987@gmail.com"
] | ioplkj0987@gmail.com |
90686463f08ee43fe0f31dead8f83abf343682e3 | c98846ae1c5bcad7d2ec02fae016f8305cc43d9c | /Imperial_FreeRTOS_XMega/Framework/Drivers/DACDriver.h | 7efccb930803b0feb949c5931dbf2141dc48c0ae | [] | no_license | STFleming/Imperial_FreeRTOS_XMega | 478a97fb2deb636fbb6ca4df9435dae6dbf3516d | 2f0c005f25bd6c506f7d22246230b9e9ff4b4a1c | refs/heads/master | 2021-01-22T16:18:33.250823 | 2012-02-28T00:49:42 | 2012-02-28T00:49:42 | 2,053,512 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 378 | h | /*
* DACDriver.h
*
* Created: 28/07/2011 11:41:59
* Author: sf306
*/
/* Scheduler include files. */
#include "FreeRTOS.h"
#include "task.h"
#ifndef DACDRIVER_H_
#define DACDRIVER_H_
//void vStartDAC(portTickType conversion_time);
void portDACconfiguration(void);
void vStartDAC(portTickType conversion_time);
... | [
"shaneflem@gmail.com"
] | shaneflem@gmail.com |
58beac5094c3e54933997df300981321e4136f8f | 098c0e8493cacf22917a3656cef20bc37eab7a3f | /MathLibrary/MathLibrary/MathLibrary.h | 48bf62488e137558c0888beee7e0906c76e56933 | [] | no_license | zhuguangxu/hello-world | 6252c482fe891099c1e0a172be0ad38e20862e49 | 4898dedeeaee0333a0b4fbc358f699e163ac97c9 | refs/heads/master | 2020-07-31T03:46:54.311056 | 2019-11-26T01:22:10 | 2019-11-26T01:22:10 | 210,473,470 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,255 | h | // MathLibrary.h - Contains declarations of math functions
#pragma once
#ifdef MATHLIBRARY_EXPORTS
#define MATHLIBRARY_API __declspec(dllexport)
#else
#define MATHLIBRARY_API __declspec(dllimport)
#endif
// The Fibonacci recurrence relation describes a sequence F
// where F(n) is { n = 0, a
// { n = 1, ... | [
"1791219406@qq.com"
] | 1791219406@qq.com |
65dc994a5b3c4de6598109877881f892e5aa9257 | 339278d6218035c26b040966e6879bbe364b6031 | /PLOTS/mumu/MET130/jpt_2_DPhiQCD_CJVpass_log.C | d8cc37506b1fe869f07a29e30b3ae710cdeb3051 | [] | no_license | pjdunne/ichnnplots | a39a58780a5df4a09dcd2169e0275f9da96ca053 | 4f36e338299efc225c85ee16d11c4c25599404f9 | refs/heads/master | 2020-05-23T15:42:13.189894 | 2013-11-22T10:25:01 | 2013-11-22T10:25:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,823 | c | {
//=========Macro generated from canvas: canv/canv
//========= (Mon Nov 18 15:44:33 2013) by ROOT version5.32/00
TCanvas *canv = new TCanvas("canv", "canv",0,0,700,700);
gStyle->SetOptFit(1);
gStyle->SetOptTitle(0);
canv->SetHighLightColor(2);
canv->Range(0,0,1,1);
canv->SetFillColor(0);
canv->Se... | [
"pdunne@cern.ch"
] | pdunne@cern.ch |
b928e65c6ce1551b0469f7e4a32ac9f01aae72c7 | 3a4080fb1ca1ac5b9f57c29ab9bc7ad660ba16b3 | /C_C++/INET_ADDRSTRLEN.c | f4540d9d12fcc59cf3e9a195438577f13ff5a398 | [] | no_license | changmu/Practice-code | 0646d2fd580d2103f3ef8985b2b3ca3c0862716f | c5d87c787ea0e28001240cd4f49270ea07d4f1e4 | refs/heads/master | 2022-08-03T15:05:34.514213 | 2022-07-27T03:14:45 | 2022-07-27T03:14:45 | 48,113,031 | 2 | 0 | null | 2022-06-18T09:11:54 | 2015-12-16T13:50:08 | C | UTF-8 | C | false | false | 126 | c | #include "myLinux.h"
int main(int argc, char *argv[])
{
printf("INET_ADDRSTRLEN:%d\n", INET_ADDRSTRLEN);
return 0;
}
| [
"2276479303@qq.com"
] | 2276479303@qq.com |
292c9678d015f06805e41184d47dabb80011bb39 | f9db4546cc9009e604b74db775d74e642d325d6a | /nihongotex/jtex1.7/drivers/dvi2ps1.3j+jxl4/psbi.c | 2f8d3bfce86d91d84002ca8ade87f9db499dd38f | [] | no_license | texjporg/historical-ptex | 85a8a5b0a4fe93dab51e979d9f23b580915b676c | 51f7e69ea538555f16f2622640c8be417a292e66 | refs/heads/master | 2023-08-17T00:07:06.235941 | 2023-08-04T11:32:14 | 2023-08-04T11:32:14 | 200,317,723 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,397 | c | /*
* DEVICE dependent, built-in font dependent
*/
#include <stdio.h>
#include "defs.h"
#include "emit.h"
#include "global.h"
#include "bifont.h"
#include "ps.h"
/* TYPE: tfm
*/
dev_tfm_fontdict(fe, c)
struct font_entry *fe;
int c;
{
if ((fe->ncdl)++ == 0) /* open font dict before first char */
EMIT(outfp, "/... | [
"h.y.acetaminophen@gmail.com"
] | h.y.acetaminophen@gmail.com |
e21ebe66d0ac113c825460d2a8fbcda29e0f8dfe | 19fc51ada80d78e26cbc020555e31515a1a4d842 | /config.c | caf1a3684fe37e97eb2e3f362592c161d399aa92 | [] | no_license | tomka/cliaspora | 09ca4cc5e5cb2ed67d350b909db965cac1c3f439 | e6b82267ab78061ba5426ab87e0c076f19783478 | refs/heads/master | 2021-01-10T02:42:06.687699 | 2015-05-12T14:27:14 | 2015-05-12T14:27:14 | 8,542,939 | 12 | 4 | null | 2016-11-14T18:58:21 | 2013-03-03T21:32:13 | C | UTF-8 | C | false | false | 12,161 | c | /*-
* Copyright (c) 2015 Marcel Kaiser. 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 conditi... | [
"tom@voodoo-arts.net"
] | tom@voodoo-arts.net |
ea1e88c8dc56b22e3dc4e48483d9c85decb1b90c | c6150e9be480493ca38c938bc8d58d18bb6deb3b | /utf8char.h | 84b751e020cfd3b9ac2c17ae229349c82bd5481c | [] | no_license | c-20/sendrecv | 779de7637d988a05fe2981c70bf3cb54cf5d5392 | d55b61859dcd290d338e02bc736071cedb0a1fd3 | refs/heads/master | 2020-04-12T11:53:55.332552 | 2019-03-02T20:38:34 | 2019-03-02T20:38:34 | 162,475,477 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,093 | h | #define MAXUTF8CHARLEN 32
#define Uboxtl 0x250C
#define Uboxudl 0x251C
#define Uboxudr 0x2524
#define Uboxtr 0x2510
#define Uboxbl 0x2514
#define Uboxbr 0x2518
#define Uboxhz 0x2500
#define Uboxvt 0x2502
UCS nextutf8char(UCS str, INP codepoint) {
IN seqlen;
IN datalen = (IN)strlen((CCS)s... | [
"noreply@github.com"
] | c-20.noreply@github.com |
e85340d9bd3998566520c7bfe0a3bd701a26f937 | 2ea97b9271289f675637fdf981a2dae03b3bf488 | /dataset/weights/TMVA_Classification_BDT3_20_AdaBoost.class.C | bc150df69e906c327406de3fd37cdb3ef7d19ed6 | [] | no_license | TommasoStentella/CMS_FCNC_project | 46eb919d4d0b733304a24693189b5437b745bc18 | 04a7f50881bb17b0839e982986d7874100e91525 | refs/heads/master | 2023-06-24T11:25:06.305574 | 2021-07-19T19:06:56 | 2021-07-19T19:06:56 | 372,165,365 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 27,515 | c | // Class: ReadBDT3_20_AdaBoost
// Automatically generated by MethodBase::MakeClass
//
/* configuration options =====================================================
#GEN -*-*-*-*-*-*-*-*-*-*-*- general info -*-*-*-*-*-*-*-*-*-*-*-
Method : BDT::BDT3_20_AdaBoost
TMVA Release : 4.2.1 [262657]
ROOT Re... | [
"tommaso.stentella@gmail.com"
] | tommaso.stentella@gmail.com |
8373f2dbf09ce732d4446cb94b6e03abd45fc9d1 | fe9b7fce85284722a2a17134e71f9a0dc929db48 | /lcd_kb.X/lcdan/lcdan_aux.c | 5fdeeadf820625733c72855efdd661bc0260e8cd | [] | no_license | jcaf/ejm01 | 8bc227faefd3a3722096c6091ed87df176d2a016 | f97526a7cbf873ae5cb08b2cb78a704b486578d3 | refs/heads/master | 2020-04-04T12:43:17.015400 | 2018-11-03T05:21:30 | 2018-11-03T05:21:30 | 155,935,806 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 304 | c | /*
* File: lcdan_aux.c
* Author: jcaf
*
* Created on February 12, 2015, 10:19 AM
*/
#include <xc.h>
#include <stdint.h>
#include "include_utils/defgrl.h"
#include "lcdan/lcdan.h"
void lcdan_print_string(const char *p)
{
while (*p)
{
lcdan_write_data(*p);
p++;
}
}
| [
"firwar21@gmail.com"
] | firwar21@gmail.com |
7b2476402193b3918a69639959d4ae0711a4b1b6 | edc6770ae41636e4ad677412f9bace93cd043df7 | /2018/2018/p4.c | 824f46152e00df6158dbd5513c046ce1491465e3 | [] | no_license | HyunJiLim0406/EPPER | 845e128a917c189143c9e41fffd5ccfc738a462a | e39e89994e7840f92ab52634c07c59ce89b735f6 | refs/heads/master | 2023-01-21T08:19:56.552315 | 2020-12-03T05:09:29 | 2020-12-03T05:09:29 | 294,872,755 | 0 | 0 | null | 2020-10-04T13:59:22 | 2020-09-12T04:53:08 | C | UHC | C | false | false | 370 | c | #define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
int find_unique(int a, int b, int c) { //짝 없는 하나가 정답
if (a == b)
return c;
else if (a == c)
return b;
else
return a;
}
int main() {
int x[3], y[3];
for (int i = 0; i < 3; i++)
scanf("%d %d", &x[i], &y[i]);
printf("%d %d", find_unique(x[0], x[1], x[2]),... | [
"hyunjilim98@gmail.com"
] | hyunjilim98@gmail.com |
7af5d6f8b10723a5f9352ed0bde9a57df34fde7a | a67042ea9dc8e8353c04d89cf9abe85d884cf149 | /assignments/process_management/thread/rt_threadq7/header.h | 3a5fadf4a4a421b8fd5c3fee15a8b1709bb089fd | [] | no_license | venkat4505/training | f45e9246ce722700322521124e6fdfa7a253cef6 | 98f73e7bd23bca921ea4ffc0ecbd93cea409756c | refs/heads/master | 2021-06-27T13:34:52.334584 | 2019-07-31T16:45:56 | 2019-07-31T16:45:56 | 98,186,272 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 440 | h | #ifndef __header_h
#define __header_h
#include <unistd.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define err_abort(code,text) do {\
fprintf (stderr, "%s at \"%s\":%d: %s\n", \
text,__FILE__,LINE,strerror(code)); \
abort (); \
}while (0)
#define errno_abort(text) do { \
fp... | [
"venky.4505@gmail.com"
] | venky.4505@gmail.com |
df8e7616353714fe9a9761b9df8bee3458d5592d | 6175d0b23662e67179785f27bb183f5e46c3a7c6 | /source/ui/vendor/kplot/compat.h | ba122f5a7f3dbf5c2c05af17b0acf2cbd1487e05 | [
"BSD-3-Clause",
"BSD-2-Clause",
"ISC"
] | permissive | praisethemoon/cgraph | 3ab4a01edf056121fa273a86d2cf39bcfabded51 | ff5ff885dcddc19cfe1c6a21550a39c19684680f | refs/heads/master | 2021-04-24T22:08:13.830137 | 2019-02-26T14:00:48 | 2019-02-26T14:00:48 | 116,488,433 | 9 | 2 | NOASSERTION | 2019-02-26T14:00:50 | 2018-01-06T14:16:30 | C | UTF-8 | C | false | false | 485 | h | #ifndef COMPAT_H
#define COMPAT_H
#include <sys/types.h>
#if !defined(__BEGIN_DECLS)
# ifdef __cplusplus
# define __BEGIN_DECLS extern "C" {
# else
# define __BEGIN_DECLS
# endif
#endif
#if !defined(__END_DECLS)
# ifdef __cplusplus
# define __END_DECLS }
# else
# defin... | [
"doit@praisethemoon.org"
] | doit@praisethemoon.org |
2074d4781d3639af90dcd910d32931b5d7f713cb | 52006e36906d4dc7758ab84c1880d1e803d9e151 | /src/server.c | 5dff70120b6d50266b552a16aff9224dcb73e293 | [] | no_license | sunung007/socketProgramming | aab433924a1cb108c57161d985a679ca3fac6cac | f03267bba08755293bee68ca02792967e91662ed | refs/heads/master | 2020-04-08T19:21:55.679818 | 2018-12-08T12:59:06 | 2018-12-08T12:59:06 | 159,652,120 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,965 | c | // TCP/IP Socket programming.
// Server
// 2017029425 KimSunWoong
// Develop enviroment
// ubuntu 18.04.1 LTS
// vim version 8.0.1453
// gcc option does not exist
// A file is sent from server to client. In server, the file to be sent
// is named with "sending.txt", and the file to be received is named
// with "rec... | [
"2017029425@hanyang.ac.kr"
] | 2017029425@hanyang.ac.kr |
72546901718f9f409e7b852b578c40ec2cd563d9 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/9088c83c-67ff-412d-a4a9-5d3c5a0f2e10.c | 733b3670cb71a8416160ce7094e02a0497739076 | [] | 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 | 229 | c | #include <stdio.h>
int main() {
int i=0;
int j=14;
int k;
int l;
k = 53;
l = 64;
k = j/j;
l = i/j;
l = l/j;
l = i/j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
50e7c980e4023ed1ef624e404977a3960cb67b28 | e7bbd9bcde9fd9d774b5183ab5a202c655399fc6 | /main/bt_app_nvs.c | f31ed8ab57bbf7f97ad38acdf7029ad468e1fc6f | [] | no_license | jmoscola/esp_idf_a2dp_sink_demo | 0b2c4c97615ce1ed75858f56eb8270b380097338 | 202bf07fd54d43558988a822b932a9950e74a19a | refs/heads/master | 2021-01-05T23:15:05.496145 | 2020-02-18T00:44:03 | 2020-02-18T00:44:03 | 241,164,417 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 953 | c | /*
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied.
*/
#include "nvs.h"
#include "nvs_flash.h"
... | [
"jmoscola@ycp.edu"
] | jmoscola@ycp.edu |
d3ba0648fae7184d70b37d07352806b7f0aee6e2 | 440fe9bc55a3d9fc44410d1748f47fbc74e30506 | /anycloud39ev300/SDK/component/UVC_check_sensor/component/ap6212/network/LwIP/WICED/tcpip.c | e5bdee23f8236e0b0f514c684c74d7434a72d9c6 | [] | no_license | haihoang1219931/qiwen | 5def7764f48e70a8c4fbb9692f5fd0714dcb5a20 | 6c86facd09a5c2efe5314a669f653fa90acbc999 | refs/heads/main | 2023-07-10T17:37:18.512888 | 2021-08-22T07:01:43 | 2021-08-22T07:01:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 47,444 | c | /*
* Broadcom Proprietary and Confidential. Copyright 2016 Broadcom
* All Rights Reserved.
*
* This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation;
* the contents of this file may not be disclosed to third parties, copied
* or duplicated in any form, in whole or in part, without the prior
... | [
"1397610152@qq.com"
] | 1397610152@qq.com |
c0abbf3912741d6521ed799019bc4fab4e01a207 | 19a01103d9cc86ca36681a72b9400548601510f4 | /TCPIPSocketsInC/TCPserver6/TCPEchoServer6.c | 1022e6cb4219e363e9675ec2746e4d461e4cf26b | [] | no_license | mallius/socket | 43207f03518aa4695d4bf59ed8ae65339648935d | 34760f7588608f9819145e5e46e7105af0e2dfa7 | refs/heads/master | 2020-05-30T14:33:05.745782 | 2015-02-02T12:03:43 | 2015-02-02T12:03:43 | 29,967,368 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,715 | c | #include "../include/Practical.h"
#define BUFSIZE 1024
static const int MAXPENDING = 5;
int main(int argc, char *argv[])
{
if(argc != 2) DieWithUserMessage("Parameters(s)", "<Server Port>");
in_port_t servPort = atoi(argv[1]); /* First argument: local port */
printf("servPort:[%d]\n", servPort);
int servSock;... | [
"mallius@qq.com"
] | mallius@qq.com |
411d1c8d0c22961829d05478a3f6d63aaa41a7ed | 7b8741b6b9008a4df2190ef516977ef721def6d2 | /modules/audio/normal/nxppa/Nxp_tfa9890/tfa9890/srv/src/tfa98xxLiveData.c | 000bc6adfdf9ac32068b7a9687830eaed08b1583 | [] | no_license | djeman/android_vendor_sprd | 55bdbd549f22361300369db20d5e66ff45fe5f2e | 087a5490809fd8ce29d65013e9895c3f4bb2f16c | refs/heads/cm-14.1 | 2021-07-14T08:02:06.686796 | 2021-03-21T03:50:25 | 2021-03-21T03:50:25 | 92,427,735 | 8 | 35 | null | 2017-09-26T21:59:35 | 2017-05-25T17:30:58 | C | UTF-8 | C | false | false | 39,698 | c | /*
* tfa98xxLiveData.c
*
* Created on: Jun 7, 2012
* Author: wim
*/
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <assert.h>
#include <string.h>
#include "nxpTfa98xx.h"
#include "tfa98xxLiveData.h"
#include "tfa98xxRuntime.h"
// globals
int tfa98xxLiveData_trace = 1;
int tfa98xxLiveData_... | [
"djeman@home.fr"
] | djeman@home.fr |
6b33832d4cd6560f0b69dc40175f3790f491ae75 | c4ec5177820552791fe030c19da70d6087f55a86 | /parsing.h | 768a268411c310d899fbdd8acc6e9a1dee984e31 | [] | no_license | Monicamico/Chatty | 79312f3518ff8c5eba72d95ed47b0f2679035d82 | fd6041269470605a782e6da7aa99773eba7bb95d | refs/heads/master | 2022-12-07T12:26:59.202000 | 2020-08-28T11:01:44 | 2020-08-28T11:01:44 | 291,022,730 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 400 | h |
/** file parsing.h
* Monica Amico, Matricola: 516801
* Si dichiara che il contenuto di questo file e' in ogni sua parte opera
* originale degli autori.
*/
#ifndef PARSING_H_
#define PARSING_H_
char * extractValue (char * st);
int parse_config_file(char* filename, char *path, char *dir, char *statfile,
in... | [
"noreply@github.com"
] | Monicamico.noreply@github.com |
947d562500761efa44ebfbc3701c18d255561cdd | eea72893d7360d41901705ee4237d7d2af33c492 | /src/user/trafdic.2009.primakoff.opt.c | 4cd3a351e5ba17cf7789f633019e7e346c5b8c9c | [] | no_license | lsilvamiguel/Coral.Efficiencies.r14327 | 5488fca306a55a7688d11b1979be528ac39fc433 | 37be8cc4e3e5869680af35b45f3d9a749f01e50a | refs/heads/master | 2021-01-19T07:22:59.525828 | 2017-04-07T11:56:42 | 2017-04-07T11:56:42 | 87,541,002 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 28,675 | c | C2OPT_HEADER
#if 0
// $Id: trafdic.2009.primakoff.opt.c 13616 2012-11-15 18:34:22Z ybedfer $
// coral options c file for TraFDic on Primakoff 2009 data with 190 GeV pi- beam
//
// (Note : For Primakoff data with muons, one would have to edit the file in
// order to at least enable the BMS reconstruction. Some fine tu... | [
"lsilvamiguel@gmail.com"
] | lsilvamiguel@gmail.com |
5dd80606c2857a794cdd90327b7c3c934d0a80f9 | 2e3438b2419f09ef42c3c7bd2598d6fc2cc455fd | /temperatureHumidity/Arduino/networkSensor/Variables.h | 2bbd0fe7f4dd0c3815feb7ee1c0ff06fb208bf79 | [] | no_license | saadaamir/Arduino | 00104faddbbbfde9ddbdf01f7715fe478930af6f | 52e9b9d3bdb3946a1fe33f8190219f2e021b1f2b | refs/heads/master | 2021-10-12T00:44:56.544697 | 2019-01-31T02:58:10 | 2019-01-31T02:58:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 695 | h |
prog_char var_00[] PROGMEM = "intervalPage";
prog_char var_01[] PROGMEM = "serverip1";
prog_char var_02[] PROGMEM = "serverip2";
prog_char var_03[] PROGMEM = "serverip3";
prog_char var_04[] PROGMEM = "serverip4";
prog_char var_05[] PROGMEM = "intervalPHP";
prog_char var_06[] PROGMEM = "transmission";
pr... | [
"jatnik@jat"
] | jatnik@jat |
7b089e33b5d928e628ccb0df4cd4a66403cd6b18 | aef58e10fc610fa12e5453c4dd11f5b332d42578 | /Tests/ForwardDeclaration.h | 5c5ed9f2389e677098e82f7305b3e6f6a9ce1136 | [] | no_license | lineatterobin/API | 06fcd6f1ed801816d08d34f1f59e14a3e4d080fc | cb678fd5a46e66213fc75d74a4472e2d526d5b26 | refs/heads/master | 2021-01-17T22:47:53.126985 | 2016-03-18T17:09:02 | 2016-03-18T17:09:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 958 | h | #include "Editor/Automation.h"
#include "Editor/Clock.h"
#include "Editor/Curve.h"
#include "Editor/CurveSegment.h"
#include "Editor/CurveSegment/CurveSegmentEmpty.h"
#include "Editor/CurveSegment/CurveSegmentLinear.h"
#include "Editor/CurveSegment/CurveSegmentPower.h"
#include "Editor/Expression.h"
#include "Editor/Ex... | [
"theo.delahogue@gmea.net"
] | theo.delahogue@gmea.net |
7e9dd0d98c046227e5bcc7474b9482e6f50a7f52 | 012d8e6bcca14425bed81b0556fe1780e0167076 | /defkin.c | 4a3ca47f8111d9dfe0bb9bdef76f6ce06d76c19e | [] | no_license | NickPepper/SPOJ-Solutions | 78b7043c37440a43284b6050f5a894964e874701 | d8c89481bad91d9ae670e35407df202972d8f412 | refs/heads/master | 2016-09-13T01:29:36.483063 | 2016-05-10T13:01:25 | 2016-05-10T13:01:25 | 58,460,918 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,795 | c | /*
http://www.spoj.pl/problems/DEFKIN/
SPOJ Problem Set (classical)
7804. Defense of a Kingdom
Problem code: DEFKIN
FUCK:
6889290 2012-04-22 18:35:04 Nick Pepper
Defense of a Kingdom
wrong answer (мой алгоритм работает прекрасно, проверено на ideone.com - а у этих пидаров WRONG ANSWER !)
0.23 1.9M C
*/
//#inc... | [
"nickpeppper@gmail.com"
] | nickpeppper@gmail.com |
6e372713857098181de5430bb7f7cf55d296ddae | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/27f4d206-ca46-43f1-97e3-c0c1ba53a7b8.c | 47769f1d11ec1296d1c817dae22afa8ee194dacd | [] | 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 | 218 | c | #include <stdio.h>
int main() {
int i=44;
int j=14;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i%j;
l = l-j;
k = k-k*k;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
0f180c4f51f5becfab4f431ce8221cdecc0235b5 | dc83c6a458468d27da4d11c9e80771bfcae66328 | /HazardLevels.c4f/DefsHazardpack.c4d/Structural.c4d/Passages.c4d/Doors.c4d/HeavyDroneDoor.c4d/Script.c | af03ec8b2839a72fb3aafd15fb5a6f52e1b8318a | [] | no_license | Deflaktor/Clonk-Content | 561321eb52817b8ef250c9dacc48a11cd1e9bb4d | 148ca9131a552d5a96846ca7393af839792b09b1 | refs/heads/master | 2021-08-07T16:20:53.511229 | 2021-07-28T18:41:21 | 2021-07-28T18:41:21 | 247,836,781 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 724 | c | /*-- Dronentür --*/
#strict
CheckArea:
// Drone im Bereich suchen
SetVar(0,FindObject(_DRN,-16,-15,32,30,));
// Drone da, öffnen
if (Var(0))
Open();
// Wenn keine Drone da, schließen
if (Not(Var(0)))
Close();
return(1);
Open:
if(Not(ActIdle())) return(1);
SetAction("OpenDo... | [
"deflaktor@gmail.com"
] | deflaktor@gmail.com |
c675fc96bff06ebd28b44de9b4f699830d31dfef | 953b4cf7e6836b71abd1193071ec79dc47d3602f | /ch07/practise/p7-8.c | ebde22a27fc5b1463897a156695d9067fb12cff3 | [] | no_license | kyrisjay/understandc | b4c7211c3af8c56eb334013803bc064e66994db7 | 23e24534b04a18b11ada94a24860c9cfdbd89436 | refs/heads/master | 2020-08-25T06:15:35.817009 | 2019-11-10T04:56:13 | 2019-11-10T04:56:13 | 216,973,495 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 221 | c | #include <stdio.h>
int main(void) {
printf("sizeof double=%lu\n", sizeof(double));
printf("sizeof float=%lu\n", sizeof(float));
printf("sizeof long double=%lu\n", sizeof(long double));
return 0;
} | [
"edz@shatianjiedeMacBook-Air.local"
] | edz@shatianjiedeMacBook-Air.local |
07dbfba533a0a05a6352f2be43d172d430d41d1f | 74516518cab7a3bec0dd5120479e359d38a32b0c | /libs/Pods/Headers/Public/ZXingObjC/ZXVINParsedResult.h | 31dd7704c5204e03dc274fecdbdf2c08e788cdf5 | [] | no_license | CrazyRocks/QuanMinYueDu0409 | 7695fc4b599e27bb1346450e75b46283298f5492 | ed8e9a53a9c9592b668f96f857e0c2738071ab24 | refs/heads/master | 2021-01-12T17:36:26.997438 | 2015-05-05T07:43:55 | 2015-05-05T07:43:55 | 71,615,252 | 1 | 0 | null | 2016-10-22T03:50:16 | 2016-10-22T03:50:16 | null | UTF-8 | C | false | false | 65 | h | ../../../../ZXingObjC/ZXingObjC/client/result/ZXVINParsedResult.h | [
"mac@jessdeMacBook-Pro.local"
] | mac@jessdeMacBook-Pro.local |
9d8a2fffde7afe5b0dc149778d302fbdce34ad6a | 0e4f22fe2c463be61f614dae8ba2c1e874042a59 | /shell/mkdirC.c | 8fe63dbec33a8f7954b874c86e0e147933f8cd30 | [
"MIT"
] | permissive | Shanu85/Basic_Linux-Unix_shell | 82a053b2d392975b880d08ad57a342df1ca9ce72 | 296669a6a38399136bcee15f573ed3dae3f99a32 | refs/heads/main | 2023-02-08T11:48:46.630140 | 2021-01-01T16:37:39 | 2021-01-01T16:37:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,622 | c | #include <dirent.h>
#include <stdlib.h>
#include <stdio.h>
#include<sys/wait.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
void mkdir_command(char const *str,int simple,char const *flag)
{
if(simple==1)
{
int ret=mkdir(str,0700); // with read/write/search permissions for ... | [
"shanu19104@iiitd.ac.in"
] | shanu19104@iiitd.ac.in |
d31e674295539eb5807b873711bd4107d236a6dc | 6745ebb271ff27db4591e14210d1d3d91959f59a | /ReparseDataHsm.h | 33891e8838575ad0b342e1f5099ac1cc804e8cd2 | [
"MIT"
] | permissive | JARVIS-AI/FileTest | 90d005aeba2c461fdd33467ac96716a53e2bc2d8 | a0a41bc097da74ca6e18655037d5bf5991cd1913 | refs/heads/master | 2021-07-11T15:10:26.405532 | 2020-07-05T17:29:10 | 2020-07-05T17:29:10 | 171,460,050 | 0 | 0 | MIT | 2020-07-05T17:29:11 | 2019-02-19T11:15:18 | C++ | UTF-8 | C | false | false | 3,644 | h | /*****************************************************************************/
/* ReparseDataHsm.h Copyright (c) Ladislav Zezula 2018 */
/*---------------------------------------------------------------------------*/
/* Interface of the HSM reparse data structures */
... | [
"ladislav.zezula@avast.com"
] | ladislav.zezula@avast.com |
7a50bd3ced4f62ee1d1acd2ae0b74b826a26743b | 45c4418272e196e006c0ae2b14b29167c65777dc | /Onegin/error_functions.c | 6a3dbd8467df1b3f90e520fa9cb50b2a8caf5949 | [] | no_license | muzamaths/ttrack | 1c1e472838e3bad5baa3714474b0a2463fc20d8d | b9d0feab0ec77f4f6a1c5dfc9a1933f56e0e2f0e | refs/heads/main | 2023-02-15T11:38:08.841204 | 2021-01-06T23:38:45 | 2021-01-06T23:38:45 | 299,439,202 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,176 | c | #include "error_functions.h"
/***
* Creates new log text file
*
* @param const char * log_file_name - log file name
*
* @return error code. It can occur because of problems with creating/opening log file.
*/
enum ERR_CODE start_log( const char * log_file_name )
{
FILE *log_file;
if((log_file = fopen(LOG_FIL... | [
"noreply@github.com"
] | muzamaths.noreply@github.com |
ed2582de13b7e50abf611773b2c69f2541f35ff6 | 9d22abd65f447ea1014a940cd060cea96474da33 | /compiled/sharp/vendor/include/tiff.h | aabc6a79a07d339667abe2a26d0ac92ade9f0f56 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | danielmahon/serverless-image-processor | 795acd8c4a7b81494d01503c0251c5fa8021ad5f | bf9dbd142ba84a0939efd8e38600e32e0775ea96 | refs/heads/master | 2020-03-24T01:19:30.298071 | 2018-07-27T15:42:43 | 2018-07-27T15:42:43 | 142,331,299 | 0 | 0 | Apache-2.0 | 2018-07-25T17:17:27 | 2018-07-25T17:17:27 | null | UTF-8 | C | false | false | 35,934 | h | /* $Id$ */
/*
* Copyright (c) 1988-1997 Sam Leffler
* Copyright (c) 1991-1997 Silicon Graphics, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
* that (i) the above copyright notices and this permission ... | [
"benjamin.otto@style-systems.de"
] | benjamin.otto@style-systems.de |
fbf87675c16ef3c06f7bda524b3213f8e5119eab | ce462d123e3226c21a49f4d545e257e9f9afa902 | /library_code_v2.0/src_code/code/src/object/timer.c | 40e75fc9c52623ccc48570a043937809337916fb | [] | no_license | liangpu198266/smallStudyItem | 809b894089e68620ac5ce475ea7f9a66ab21289d | dd1cb72672bf69837627149cb9282855fea4b6a3 | refs/heads/master | 2020-12-31T07:43:49.129035 | 2017-04-23T15:53:03 | 2017-04-23T15:53:03 | 59,468,318 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,434 | c | /*
* Copyright (C) sunny liang
* Copyright (C) <877677512@qq.com>
*/
#include "logprint.h"
#include "timer.h"
typedef struct netcmd_timer_
{
struct list_head node;
struct timeval nextTime; /* time for next running */
void *args;
int32 (*timerHandl... | [
"liangpu198266@163.com"
] | liangpu198266@163.com |
6cbcd9e3e7cd036963968124238f386b55de8cc3 | 64abb67d06b505c32803e54d0810c46023b5c171 | /knr/ch1/1-16/1-16.c | 7c6c1387e5eb804bd08edffef972f2fd4427d528 | [] | no_license | neerajarun2001/exercises | 5d4324a7a4ce1c6f9a2fd01d20504db19165f7a6 | 5fc7841b7d91af7283f22b6644a28abb3dc31e9c | refs/heads/main | 2023-04-22T00:54:18.364506 | 2021-05-04T04:55:13 | 2021-05-04T04:55:13 | 345,871,993 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 865 | c | #include <stdio.h>
#define MAXLINE 1000
int get_line(char s[], int lim);
void copy(char to[], char from[]);
/* 1-16: Revise the main routine of the longest line program so it will
* correctly print the length of arbitrary long input lines, and as much
* as possible of the text */
int main()
{
int len;
int max;... | [
"neerajarun2001@gmail.com"
] | neerajarun2001@gmail.com |
a0d6b1821d752e76e86e78d334589c5cce4c72d8 | dbbef29b50d3e01698fe54b1d63b59f152fe41ed | /MS51FC0AE_MS51XC0BE_MS51EB0AE_MS51EC0AE_MS51TC0AE_MS51PC0AE/Library/StdDriver/src/common.c | 1353f77f168a0761714a4a52b37cf57d85bee4a2 | [
"Apache-2.0"
] | permissive | OpenNuvoton/MS51BSP_KEIL | f66f200d11be4d0be8e13c364239fc6836e7faa4 | c0cb83d9d7379f3f32c58be2c0cd84b5dee026fe | refs/heads/master | 2023-06-25T07:55:19.370703 | 2023-06-12T08:21:22 | 2023-06-12T08:21:22 | 231,041,654 | 17 | 16 | Apache-2.0 | 2023-03-16T03:20:57 | 2019-12-31T06:49:21 | C | UTF-8 | C | false | false | 1,484 | c | /*---------------------------------------------------------------------------------------------------------*/
/* */
/* SPDX-License-Identifier: Apache-2.0 ... | [
"LCWANG0@nuvoton.com"
] | LCWANG0@nuvoton.com |
a0d660dc82574a41642c0d010b5615fc32826f0c | f1ac8870b3800b09372b0b5e15b05517a4e2431f | /STM32Cube_FW_F3_V1.3.0/Projects/STM32F3-Discovery/Examples/SPI/SPI_FullDuplex_ComPolling/Inc/stm32f3xx_hal_conf.h | 62bb235a52849d45b6e10801378863dfc0c8e116 | [
"BSD-2-Clause"
] | permissive | yaochein/STM32Cube | 003eccadbc65e7f9857d858e59b51884073e9610 | 8defe7f77cc906ddb74edb4d8e97863113663faf | refs/heads/master | 2022-09-06T18:25:35.773623 | 2022-08-31T07:41:06 | 2022-08-31T07:41:06 | 112,998,154 | 0 | 0 | null | 2017-12-04T05:20:58 | 2017-12-04T05:20:58 | null | UTF-8 | C | false | false | 11,297 | h | /**
******************************************************************************
* @file stm32f3xx_hal_conf.h
* @author MCD Application Team
* @version V1.2.0
* @date 19-June-2015
* @brief HAL configuration file.
***************************************************************************... | [
"elecia@logicalelegance.com"
] | elecia@logicalelegance.com |
5f33da22461af1faf9829e4b9e0539dbd1ed53bb | 499a4908a6767d2d0c5c01ea9205c60054ea672c | /api/wire_version.h | b0ada2dcab8eeb01026adc6a08f129da68d57377 | [
"Apache-2.0"
] | permissive | morozow/mongo-php-driver | b93baf8e3c06caa7b31b766bca8b49302459fdea | 087f31dd90beb6b7a5e4751d9ab3372bdf7959f2 | refs/heads/master | 2020-12-27T12:00:23.917684 | 2014-02-18T21:24:24 | 2014-02-18T21:24:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,200 | h | /**
* Copyright 2013 MongoDB, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | [
"bjori@mongodb.com"
] | bjori@mongodb.com |
e2a36c0268be678c664c67f25119da8b2fa01acd | a1f57ee7299faf84331f034435c4ddac1ec53957 | /Src/stm32f4xx_hal_msp.c | 4258e88d7a7c7392a184284a7501b5033f7a8b10 | [] | no_license | vAnArhist/HIH4000 | 3ca421ac65e937e485dfdc32be6d2e3398e7bb1d | d198e801b96abccb3e36d18bbed4f439bf4a9376 | refs/heads/master | 2021-01-22T18:43:51.408385 | 2017-03-15T19:39:11 | 2017-03-15T19:39:11 | 85,112,358 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,766 | c | /**
******************************************************************************
* File Name : stm32f4xx_hal_msp.c
* Description : This file provides code for the MSP Initialization
* and de-Initialization codes.
****************************************************... | [
"vanarhist@gmail.com"
] | vanarhist@gmail.com |
e2f1c3bab19e6127c23289558640704ead200fbb | b4045be37f6c6d34e4d750fe68aed545976e84f8 | /PDU.X/ADDRESSING.h | 2f4b81117ce4174a0ce31874d711e1ebd48f01a7 | [] | no_license | uazipsev/EV17 | 1bc7875a57f56594a17d7ad07f3545dfb491ee51 | f6c2b7518f1d4209158dc2a2d5df403f6ee13184 | refs/heads/master | 2021-01-23T05:19:15.210282 | 2017-09-23T08:28:27 | 2017-09-23T08:28:27 | 86,297,609 | 2 | 3 | null | null | null | null | UTF-8 | C | false | false | 1,743 | h | /*
* File: ADDRESSING.h
* Author: Zac Kilburn
*
* Created on May 27, 2015, 5:35 PM
*/
#ifndef ADDRESSING_H
#define ADDRESSING_H
//Addresses
#define ECU_ADDRESS 1
#define SAS_ADDRESS 2
#define DDS_ADDRESS 3
#define MCS_ADDRESS 4
#define PDU_ADDRESS 5
#define BMM_ADDRESS 6
//ECU Data
#define RESPONSE_A... | [
"richcj10@gmail.com"
] | richcj10@gmail.com |
8d9b491adc7aec1a8bcfdaef1c46e3b8b27da2b7 | c8647a7a02b08df8796cbf6ba253365bf20ab8e1 | /mymalloc.h | c970e6d214b2ac16577acbaebb41c3e4ec912eda | [] | no_license | Rozman123Rok/OS_mmap | 39349ac728cf448080ede9dd3f951f5d762dd8df | 11d8af7ff8f716df76c465a88423b7ccbc99b29e | refs/heads/main | 2023-01-29T16:04:34.325178 | 2020-12-11T14:52:55 | 2020-12-11T14:52:55 | 320,602,281 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 523 | h | #ifndef _myfile_h
#define _myfile_h
#include <stdio.h>
#include <sys/mman.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdint.h>
struct malloc_info
{
uint32_t alloc_size; /// velikost
int st_odsekov; // kolko odsekov imamo
void* prvi_prost; /// kje je prvi prost
};
struct odsek
{
void* zac_st... | [
"rok.rozman3@gmail.com"
] | rok.rozman3@gmail.com |
7c13c846b29aa83e5a0754ca7e1c3a66e9f29daf | bd9e4264cc353f4549c8cfa1dd386b3e3760ecf8 | /MODULES/LCD_OLED/Lcd_Driver.c | 07cbc8d59a62860b0f9151612c39f1949f1c38bb | [] | no_license | zam52013/stm32F1-DEMO | dae54b345064b4e06c4e006e4c38ad795f3c9110 | a81c7f9e6cc39c3308e2c06c7efc9266595c09a9 | refs/heads/master | 2020-03-22T13:07:24.753944 | 2018-07-07T13:04:02 | 2018-07-07T13:04:02 | 140,084,840 | 2 | 1 | null | null | null | null | GB18030 | C | false | false | 9,760 | c | /*
* File : sim7600.c
* This file is ef comp
* COPYRIGHT (C) 2017,
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at my addr
*
*
* Change Logs:
* Date Author ZAM
* 2017-10-18 Bernard the first version
*/
#include... | [
"2320780008@qq.com"
] | 2320780008@qq.com |
4a1d0ac4ca5a12e10a020ebc9b90e043223922e6 | 14fed8e856215354558b37e5f619e9719862e225 | /Progs [5] - K.Yu. Bogachev/3 - Values/01 - 16/08 - Bi k Ref3 Rek/main.c | 16c040edb09ed19d7e588092fb06f080bdec81d8 | [] | no_license | asdredmitry/Bogachev | 1accef4f5c4127717bbac5e92df56ec62ff051e6 | 0d0ed3fc393ae589ff6c3e2139de76bfbf0f8a1c | refs/heads/master | 2021-07-09T15:09:11.216762 | 2017-10-09T18:03:56 | 2017-10-09T18:03:56 | 106,101,822 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,887 | c | #include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <math.h>
#include "matrix.h"
#include "task.h"
#define INPUT_FILE_NAME "data.dat"
int main(void)
{
int k;
int n;
int iter;
int rezult;
int inputMode;
double eps = 1e-10;
double value;
double* a = NULL;
FILE* fin = NULL;
clock_t t;
system("... | [
"michalych2014@yandex.ru"
] | michalych2014@yandex.ru |
4d0f99f022fcf23432402598c6879220f4ed586c | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/reactos/boot/freeldr/freeldr/arch/i386/extr_xboxi2c.c_XboxSetLED.c | 382c423ee67200a123b6375b300be3fc94113a77 | [] | 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,066 | 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 |
b50e1c7872fc1cf135ba2fe1adcaacfae0e533b5 | 78c9696ec42ef9cf9a40e19409be527fcf0f3e9f | /work/as2/knob.c | 287b345d766b9abfafde48a3ebc725cccde316ec | [] | no_license | m-alexeev/cmpt433 | d5dd88ae818d515505c78e565b1a88ea889029c2 | 5e8a4bb5140d66076f2b33a4416f685d9902695c | refs/heads/master | 2023-03-19T08:30:39.704305 | 2021-03-12T03:13:08 | 2021-03-12T03:13:08 | 331,507,588 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,891 | c | #include <stdbool.h>
#include <stdlib.h>
#include <pthread.h>
#include <stdio.h>
#include <netdb.h>
#include <string.h>
#include <unistd.h>
#include <math.h>
#include "./headers/knob.h"
//Piecewise consts
#define PIECEWISE_NUM_POINTS 10
const float A2D_READINGS[] = {0,500,1000,1500,2000,2500,3000,3500,4000,4100};
co... | [
"mishalxv35@gmai.com"
] | mishalxv35@gmai.com |
c3763a240f1f6ffa6ea16cf549c9fd3d6ebf8313 | 2a36cad1db177c4d8b2a32007e1cd63304b35c62 | /C_von_A_bis_Z/Kap009/func5.c | 928e63a663af143441b72b0e07561a8b23cc7862 | [] | no_license | Oliver-Focke/Oliver_private_Bude | 5b07ff12c4163edfa3e029e2980148dd60585776 | 56ac989d94b224b4e31d4a2b6c01c4926d9343ca | refs/heads/master | 2022-11-10T11:43:19.769063 | 2020-06-18T12:06:37 | 2020-06-18T12:06:37 | 273,227,319 | 0 | 0 | null | 2020-06-18T12:04:44 | 2020-06-18T12:04:44 | null | UTF-8 | C | false | false | 272 | c | /* func5.c */
#include <stdio.h>
int i=333; /* Globale Variable */
void aendern(void) {
i = 111;
printf("In der Funktion aendern: %d\n",i); /* 111 */
}
int main(void) {
printf("%d\n",i); /* 333 */
aendern();
printf("%d\n",i); /* 111 */
return 0;
}
| [
"Eskimo.SVD@googlemail.com"
] | Eskimo.SVD@googlemail.com |
22b10ee588a42d54469821db57e8400ba595d0b1 | f64871a536bcd2d70a272147f55ebc2ceb86317d | /Project/STM32F10x_StdPeriph_Examples/TIM/TIM1_Synchro/stm32f10x_it.h | ba59211f198551fd78bad01d6935018fd0584d99 | [] | no_license | dcmde/STM32F10x_StdPeriph_Lib_V3.3.0 | a7e211c4e8d63bf36a466306c5b947d4895681b0 | d298cdc6c91685d129cba8e81898fb7b85b291f8 | refs/heads/main | 2023-03-30T12:30:17.988307 | 2021-03-26T07:38:37 | 2021-03-26T07:38:37 | 351,699,982 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,894 | h | /**
******************************************************************************
* @file TIM/TIM1_Synchro/stm32f10x_it.h
* @author MCD Application Team
* @version V3.3.0
* @date 04/16/2010
* @brief This file contains the headers of the interrupt handlers.
**********************************... | [
"43622430+dcmde@users.noreply.github.com"
] | 43622430+dcmde@users.noreply.github.com |
ba3116156cdd95ca3ffd03906909eae9b55c7d2e | 30b8f2cdca53ec11612771fd9a06fc7f764f79be | /isim/test_id_CMP_isim_beh.exe.sim/my_lib/p_3072813888.c | f2fc55c4d3615ef2ab991a8ac2a860e5850256f7 | [] | no_license | mstyoda/mipscpu | 2f287958fe320c6bbc378ac07a84db73fd7e5fa4 | 736033559427e290de23d9671b092e449a8dbec7 | refs/heads/master | 2021-08-16T19:22:16.203010 | 2017-11-20T08:04:28 | 2017-11-20T08:04:28 | 111,272,591 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,179 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"luoxy15@mails.tsinghua.edu.cn"
] | luoxy15@mails.tsinghua.edu.cn |
b7c50f37b9dd7da2521fc76f3f1f052727c257b7 | f828ff502341f3e4036b05229ec927a5116e5034 | /libtera_2013/dll_client.h | 813561921f06afe9401fb2cf761a3fa39721045b | [] | no_license | yomei-o/libtera | aeb7e55b518c0967e733e802bbfe73ff78b0078e | 7ba8e45fa02a1459efd33f9cc034893be67774a1 | refs/heads/master | 2020-06-05T03:33:11.872736 | 2013-04-10T04:37:26 | 2013-04-10T04:37:26 | 9,335,771 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 803 | h | /******* BEGIN LICENCE BLOCK *******
libtera
Copyright (C) 2012 Yomei
This program is free software; you can redistribute it and/or modify it under the terms of the BSD License.
******* END LICENCE BLOCK *******/
#ifndef _DLL_CLIENT_H_
#define _DLL_CLIENT_H_
#define LIB_OK 0
#define... | [
"yomei.otani@jp.sony.com"
] | yomei.otani@jp.sony.com |
b6eaaf20c5a57430cc29c9f2e86a4acf493dee69 | f1f8878910bcfd3a90d8613916ffa9b38dab3120 | /ft_printf/printf/process_signed_decimal.c | f0bb47d07bb0f26feeb26e302860bb9cddf895fe | [] | no_license | buonve/42CURSUS | 93ac16c823c84f7d5c88cf46c2bcb35b8e9d6f48 | ec1eba8d63d8e69ac4fcfcaad77ae9fadc680fdd | refs/heads/master | 2023-08-29T05:52:10.710941 | 2021-10-12T14:16:35 | 2021-10-12T14:16:35 | 347,043,225 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,317 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* process_signed_decimal.c :+: :+: :+: ... | [
"vbuonvin@e3r5p3.42roma.it"
] | vbuonvin@e3r5p3.42roma.it |
dbf626c0ed16034486ea2f8ac345ec91c7a0a459 | 2c45a4602c08af286ecfe36c39f77a92dcddda19 | /query.c | 0474a2bd090c9d65aee73b1b3a913032e50ffc93 | [] | no_license | wyz1210/database | b18481c3698f958e391c2450344fc252c665d22c | 7dbd7a10bbbc2fa5f291ef8fe6fe683c917fef5a | refs/heads/master | 2023-06-16T22:08:36.661645 | 2021-07-19T02:59:03 | 2021-07-19T02:59:03 | 384,982,569 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,581 | c | // query.c ... query scan functions
// part of signature indexed files
// Manage creating and using Query objects
// Written by John Shepherd, March 2019
#include "defs.h"
#include "query.h"
#include "reln.h"
#include "tuple.h"
#include "bits.h"
#include "tsig.h"
#include "psig.h"
#include "bsig.h"
// check whether a... | [
"yuzhang.wang@student.unsw.edu.au"
] | yuzhang.wang@student.unsw.edu.au |
80e78d7ca50f624b2b472394b6fb48e7284f3ecf | 6debf1e2cb5d367bfd2bdff238b5c24e2c922d39 | /brickpi/brickpi_ports_out.c | 65332e9089ba01d297a0ff90985fb58b3be64194 | [] | no_license | markosko/lego-linux-drivers | 6461d187f5dc0ee5dea50ddb512cc9d5fdf0afe6 | b389ba4902f9deba89a5a26665acdc4ea27e5248 | refs/heads/master | 2020-12-02T15:07:33.000256 | 2016-03-09T21:27:12 | 2016-03-09T21:27:12 | 53,274,419 | 0 | 0 | null | 2016-03-06T20:26:54 | 2016-03-06T20:26:54 | null | UTF-8 | C | false | false | 9,454 | c | /*
* Dexter Industries BrickPi driver
*
* Copyright (C) 2015 David Lechner <david@lechnology.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
* This program is distribut... | [
"david@lechnology.com"
] | david@lechnology.com |
bd4a011b0a1ecac413716da2257e05f1f6ac0cb6 | 16ef768ece82297ab0596bee2d39da67d154cc0f | /nrf24L01Atmega4/nrf24L01Atmega4/nrf24.h | baeb8ec91cb62b057c2bc1ae821ba917666166d9 | [] | no_license | Evaldas22/SmartHouseProject | 011080a0f54a81cb141ca9f1d7d324ac08d74e32 | 65a630e31c0dbe249cb52356177748bdbd9a4734 | refs/heads/master | 2021-04-09T11:03:16.999095 | 2018-05-24T06:12:23 | 2018-05-24T06:12:23 | 125,504,382 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,556 | h | #ifndef nrf24
#define nrf24
#define W 1
#define R 0
#define LISTEN_TIME 500 // in ms
#include <avr/io.h>
#include <util/delay.h>
#include <stdint.h>
#include <stdio.h>
#include <avr/interrupt.h>
#include "SPI.h"
#include "nRF24L01.h"
#include "Basic_operations.h"
uint8_t ReadRegister(uint8_t register);
uint8_t *Re... | [
"surauciusevaldas@gmail.com"
] | surauciusevaldas@gmail.com |
e82adcbb5697a39be331962492f82739448511f6 | 0a54678568dff233c45c8cce2cbcb4c8d6237133 | /DUMP/WBP_Armory3_WeaponParameters_Tab_classes.h | 90ac9716ddf4407311220471a086cdc5a04a9958 | [] | no_license | xkp95175333/NineToFiveClient-Win64-Shipping | 4ebf211a147a0b6b809e4067d58d248ee9ba290d | 43f2252de5992ef6e907b8fd9ac5bf25645295d0 | refs/heads/main | 2023-07-27T02:53:26.014095 | 2021-09-06T17:55:41 | 2021-09-06T17:55:41 | 403,714,603 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,051 | h | // WidgetBlueprintGeneratedClass WBP_Armory3_WeaponParameters_Tab.WBP_Armory3_WeaponParameters_Tab_C
// Size: 0x2c8 (Inherited: 0x260)
struct UWBP_Armory3_WeaponParameters_Tab_C : UUserWidget {
struct UWBP_Armory3_WeaponStat_C* Ammo; // 0x260(0x08)
struct UImage* Background; // 0x268(0x08)
struct UWBP_Armory3_Weapon... | [
"68745798+xkp95175333@users.noreply.github.com"
] | 68745798+xkp95175333@users.noreply.github.com |
3b03dbe6d7ad44fc4b63b4af9847b3fb0f83455f | 1fc601f0829e7b08116938b6ed4eabe804426725 | /1D_Wavelet_Optimized_Finite_Volume_Method/Source_terms.h | 1af91a223570a40bff886f7592baef9ff56e733e | [] | no_license | ZhouwenfengTyrantasteroid/PhD_Codes | a1abbb53e755cbf90ff7e62a88af5d4a3c45a489 | f2dd9101f7037765a778e75cabf7fc0cf26bc61f | refs/heads/master | 2022-01-09T15:58:24.524824 | 2019-04-01T16:15:55 | 2019-04-01T16:15:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,471 | h | #ifndef Source_terms_h_inluded
#define Source_terms_h_inluded
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
/// \fn void calculate_sources(double q[],double (&f)[n_eq]);
//... | [
"noreply@github.com"
] | ZhouwenfengTyrantasteroid.noreply@github.com |
04eeaeae758f730cd976b7a1f4702f1f348a1927 | b7a32a77d2f989fe562f2adc2c5776544e6fbd27 | /tracers/qemu/qemu/target-i386/cpu.h | 84edfd0d8aa2f6733f3cdbda20c2ed443e0063b0 | [
"GPL-1.0-or-later",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"LGPL-2.1-or-later",
"LicenseRef-scancode-other-copyleft",
"GPL-2.0-only",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"MIT"
] | permissive | trusted-ws/qira | 22f058502e22f282eb3b6974f0400e2bd521a1c3 | bfa04c0089cd8c81a5cd96e1bd0c97fcf7355d97 | refs/heads/master | 2022-11-13T08:12:27.083485 | 2020-06-29T00:19:45 | 2020-06-29T00:19:45 | 266,877,987 | 0 | 0 | MIT | 2020-05-25T20:52:45 | 2020-05-25T20:52:44 | null | UTF-8 | C | false | false | 43,662 | h | /*
* i386 virtual CPU header
*
* Copyright (c) 2003 Fabrice Bellard
*
* This 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 of the License, or (at your option) any l... | [
"eth0.db0@gmail.com"
] | eth0.db0@gmail.com |
0bd0cdca0b18e5bb2c6090122161f87e1ae6aec2 | 6cda8252374f32b2e7fcdc2cf94f7e66cc9ab79d | /Project 7/assign7 (2)/sfrobu.c | bafbecc025764baa9fa5c593647afbc67e2049a3 | [] | no_license | dannyolaugh/CS35L | 5dd7b7401dc726a16d8f13696492fae48fe8f179 | 06673fc4b8118a78cc97a608870e15147f7dfa6d | refs/heads/master | 2021-08-19T10:55:04.130551 | 2017-11-26T00:53:44 | 2017-11-26T00:53:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,068 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
int comparisons = 0;
int frobcmp (const char *a, const char *b);
int wrapper(const void *a, const void *b)
{
const char const *p1 = *(const char**)a;
const char const *p2 = *(const char**)b;
return (fro... | [
"danolaughlin@Daniels-MacBook-Pro-4.local"
] | danolaughlin@Daniels-MacBook-Pro-4.local |
b9b4840745adfebf2cab3d9045dcf1f768d60623 | a4125eccb6fe6ff996428738f4c470b410f1c81b | /src/common/xx/xx_stubs.c | fad71c97c4a5cd6c0d5cacca708d8cdf6e747bed | [
"MIT",
"CC-BY-4.0"
] | permissive | kendrelaxman/flow | 732fdc11ea82e8cf8d90eba625844dfc3cdc5d97 | 10efc9f5cb5ea8136d54357be25dbd8bc93a5669 | refs/heads/master | 2020-08-03T02:50:57.156127 | 2019-09-28T00:07:13 | 2019-09-28T00:09:44 | 211,601,097 | 1 | 0 | MIT | 2019-09-29T04:02:58 | 2019-09-29T04:02:58 | null | UTF-8 | C | false | false | 2,881 | c | #define XXH_STATIC_LINKING_ONLY
#include <xxhash.h>
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <caml/mlvalues.h>
#include <caml/memory.h>
#include <caml/alloc.h>
#include <caml/custom.h>
#define State_val(v) (*((XXH64_state_t *) Data_custom_val(v)))
static struct custom_operations xx_state_op... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
ff0ab87bb88876ccdf239e61cf774c18418e1256 | 73f7cc0e71bfd38d3bfe97367324f1e7a5d8b451 | /engine_code/tcad/src/ddos/ddos_cfg.c | 8c0cda19ca2748bd521ed05f11f650462be8cbcd | [] | no_license | cash2one/my-test | ccc0ae860f936262a601c1b579d3c85196b562f9 | 8bd23f5963f4dc7398b7670e28768a3533bd5d14 | refs/heads/master | 2021-01-18T03:20:30.889045 | 2017-01-19T02:52:02 | 2017-01-19T02:52:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,296 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "ddos_cfg.h"
#define cfg_debug(fmt, arg...) do\
{\
printf("%s:%d ", __func__, __LINE__);\
printf(fmt, ##arg);\
}while(0)
#define ONE_LINE_LEN 1024
/*************************... | [
"zhizhi1908@yeahh.net"
] | zhizhi1908@yeahh.net |
b8bb551336f6016836bc4bcdf74456b7448aed50 | a84bc170a296c9fa752e6821f7e4a7775b49a188 | /applications/rc.h | 957fef3260b522e7680cfe584ab77648b85c078a | [] | no_license | wyd-David/helloworld | fb9ea5bf3646a1ba2c1a181affa78a69606580e7 | 3683d162197bfe3e86a9ec5ac2db674628e37c30 | refs/heads/master | 2020-03-18T15:42:00.982418 | 2019-12-20T06:56:54 | 2019-12-20T06:56:54 | 134,923,960 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,398 | h | /* ©2015-2016 Beijing Bechade Opto-Electronic, Co.,Ltd. All rights reserved.
+ 文件名 :rc.h
+ 描述 :遥控器通道数据处理头文件
代码尽量做到逐行注释 代码有问题,及时加群交流 作者有偿支持对开源代码的完善 */
#ifndef _RC_H
#define _RC_H
#include "stm32f4xx.h"
extern s16 CH[8];
extern int t;
/*----------------------------------------------------------
+ 实现功能:... | [
"noreply@github.com"
] | wyd-David.noreply@github.com |
52cce4b2969f4b41d7298f3ccd7642110e995584 | 4de2b914e4607dd0ca7eec60b21026af6b6c4797 | /Old_work/valdambrini_cheli_papallo_tarmati/BIPE MATLAB/slprj/_sfprj/ICARO3_Onda_bipe/_self/sfun/src/c147_ICARO3_Onda_bipe.c | 536fc88ff2a0234982ac7e8a816161bfdf65dbe0 | [] | no_license | ABiondi12/project_sgn | 5203d21f2753dcdf7c53b153324dc75bc1221549 | 570b7be0b01e7c83cb927945e532d6a2213ebf65 | refs/heads/main | 2023-06-18T12:59:18.337096 | 2021-07-21T10:27:08 | 2021-07-21T10:27:08 | 307,121,028 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 62,495 | c | /* Include files */
#include <stddef.h>
#include "blas.h"
#include "ICARO3_Onda_bipe_sfun.h"
#include "c147_ICARO3_Onda_bipe.h"
#define CHARTINSTANCE_CHARTNUMBER (chartInstance->chartNumber)
#define CHARTINSTANCE_INSTANCENUMBER (chartInstance->instanceNumber)
#include "ICARO3_Onda_bipe_sfun_debug_macros... | [
"petracci.francesco@gmail.com"
] | petracci.francesco@gmail.com |
08c2366af18fd99853b8dc21127dd8d9f94cd266 | 1d871526aaa31b517ea74a1ce53699457b29add2 | /PojCache/parallel-c/src-prime/vector_v1.c | 76c651da06547ed2639ed5e86197389ae6063f16 | [] | no_license | kang0026/partTime | 567a4e9e3656a3bedde2c10a66bf4f69a6c524ad | e4dd3b2e12d9af97772cd52268efe55d6be0d07b | refs/heads/master | 2020-05-28T11:19:14.614794 | 2014-05-27T10:02:36 | 2014-05-27T10:02:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,411 | c | #include <time.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <unistd.h>
#include <stdbool.h>
#include <pthread.h>
#include <inttypes.h>
#include "vector.h"
/****
added code
**/
#include <string.h>
#define MAXLENGTH 10000
#define MAXTHREAD 256
static int64_t g_seed = 0;
static int64_t g_... | [
"brinewsor@gmail.com"
] | brinewsor@gmail.com |
ffcab8b9010ed26fc78a4751b8729c64edb7133d | 389489cef122e7475943372be019a3b68254ed59 | /CodeComposer/i2c.c | 95de4ee79b228fd468d0339f82441f210ee059f3 | [] | no_license | PSCurlin/RealCam | 1698f8b8eb87d7f3a887104b7bdbc7a9df9e5a0b | 116f8d08069ed4f9da933631e8ff7eff68dcf732 | refs/heads/master | 2020-08-28T14:46:14.837850 | 2019-12-11T19:52:10 | 2019-12-11T19:52:10 | 217,730,309 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,146 | c | /*
* i2c.c
*
* Created on: Sep 30, 2019
* Author: jack
*/
/*
* P1.6 --> SDA
* P1.7 --> SCL
* EUSCI_B0
*/
#include "msp.h"
#include <stdint.h>
#include "i2c.h"
void config_i2c(void) {
EUSCI_B0->CTLW0 |= EUSCI_B_CTLW0_SWRST; // UCSWRST = 1
// configure I2C
EUSCI_B0->CTLW0 |= (EUSCI_B_CTL... | [
"phaedra.curlin@outlook.fr"
] | phaedra.curlin@outlook.fr |
e4d0387053c098faaa1cee64e71c862f811e748e | bcdd303f4bc14416a8fcddefc9c82b550316920c | /Stack/main.c | 72365cb8d9de2c11a0a8b160a2f30e30dd98116d | [
"MIT"
] | permissive | Kinjalrk2k/C-Data-Structures | 5d92188d3a58c7fbff170e974280af6bbcd290c1 | 0ad46a06fb850176fb4329e8a6ed930c34d4b0ab | refs/heads/master | 2020-04-29T12:24:04.848034 | 2019-03-25T16:09:46 | 2019-03-25T16:09:46 | 176,135,648 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,542 | c | #include <stdio.h>
#include <malloc.h>
/* generic node structre for a singly linked List*/
struct node{
int data;
struct node *next;
};
struct node *head = NULL; // head of the list: initially NULL
/* traverse throught the list */
void traverse(){
struct node *ptr = head; // a temporary node poi... | [
"kinjalrk2k@gmail.com"
] | kinjalrk2k@gmail.com |
75abf8e4b262ecf1d7f478833b58c62b8b939911 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/net/6lowpan/extr_iphc.c_lowpan_iphc_ctx_get_by_id.c | 060ab61df55960a9104a154846fbd03ca580773a | [] | 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,028 | 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 |
cd6aeb89a31318eebbf8d18fb21403ac09a2088f | 4b13b29b878e1e22792c601776777b9757c53837 | /ports/raspberrypi/common-hal/alarm/time/TimeAlarm.h | d5248551ae2c2ebdb2e80bd65e7762ed10c61458 | [
"MIT",
"GPL-1.0-or-later"
] | permissive | Senuros/circuitpython | 008281198627369f315020d3b4da991cfe4a6e2b | b0457ff3e062581966003818bef25a6fd8f342d2 | refs/heads/main | 2023-03-24T19:33:42.716862 | 2022-10-27T18:52:08 | 2022-10-27T18:52:08 | 558,533,216 | 0 | 0 | MIT | 2022-10-27T18:35:27 | 2022-10-27T18:35:25 | null | UTF-8 | C | false | false | 1,749 | h | /*
* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
* Copyright (c) 2021 Lucian Copeland for Adafruit Industries
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | [
"hierophect@gmail.com"
] | hierophect@gmail.com |
d19f5875f5332f8c6735072b2170de5ea0c40b0e | 77291fc9bcc681c78cf0b9a68bbf293f87ba173e | /src/include/gsm/apps/gsm_mqtt_client_evt.h | 5354970e52be4ed42691d40520a65b79846dbe97 | [] | no_license | danyhm/GSM_AT_Lib | 1013da68681ef00dd0ffa192ba9c48cd5c1b6643 | fed558e68d81189149196672e5da5a887ceb653d | refs/heads/master | 2020-04-11T19:16:47.644363 | 2018-12-16T19:52:09 | 2018-12-18T19:04:47 | 162,012,189 | 0 | 0 | null | 2018-12-16T18:21:03 | 2018-12-16T15:02:07 | C | UTF-8 | C | false | false | 8,194 | h | /**
* \file gsm_mqtt_client_evt.h
* \brief MQTT client event helper functions
*/
/*
* Copyright (c) 2018 Tilen Majerle
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to d... | [
"tilen.majerle@gmail.com"
] | tilen.majerle@gmail.com |
8f3274a82f22940e4745ed5828e72b8f196acda8 | 06efef27c66d618b8eed07e24ecae4113ea08ab7 | /Pods/Headers/SASlideMenu/SASlideMenuViewController.h | 681378204a31d5d830348523948f318c3800633b | [] | no_license | spitfire2903/feia2014-ios | c568779be0a21ac197814bb8aefcaba551219dcc | 0961bc96f147c157a248be466471adb46d9cbdae | refs/heads/master | 2021-01-13T01:41:20.677707 | 2015-01-22T23:49:28 | 2015-01-22T23:49:28 | 22,879,169 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 69 | h | ../../SASlideMenu/SASlideMenu/SASlideMenu/SASlideMenuViewController.h | [
"mc1@MC1s-MacBook-Pro-2.local"
] | mc1@MC1s-MacBook-Pro-2.local |
16516faf21948d40f80d5ef3e2003fea04ddcbfd | 6aec867e01cde7bed604e33e2fdc9f099d5992e2 | /delta/delta.h | 5696c7242b0742113ecc83d86e77ecce3a9595e0 | [] | no_license | danolivo/delta | 0d31fa17ae7ed6fd9d2983a44f0f4aeb507198b0 | cb8c89e393ae53869b98ef012003f51a20d01f52 | refs/heads/main | 2023-05-06T18:43:36.932952 | 2021-04-17T04:27:49 | 2021-04-17T04:27:49 | 354,700,446 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,387 | h | #pragma once
#include "common.h"
#ifdef DELTA_EXPORTS
#define DELTA_API __declspec(dllexport)
#else
#define DELTA_API __declspec(dllimport)
#endif
typedef enum
{
DELTA_SUCCESS = 0,
DELTA_ECOM_NEXISTS,
DELTA_ESTATE_GET,
DELTA_ESTATE_SET,
DELTA_EUNDEFINED
} OpRes_t;
/* Error string that can be read by user of th... | [
"lepihov@gmail.com"
] | lepihov@gmail.com |
f03c315d2292084ba87ce3c56ed1e375cb557922 | 9a527e31d4240b01a5a113a8a919b73c92fad0b9 | /mediatek/custom/common/kernel/imgsensor/ov5649_mipi_raw/ov5649mipi_otp.c | df978ba1c15e4c10652e10e0c0b9f28c4a8a68c3 | [] | no_license | JaMByDev/RadianceProject-Kernel-v1.01 | 59d6182cb17addb9dbb85e6bda765ef8032f034d | 7ea371699a5054fae75d4825411d7bdc7f2f1814 | refs/heads/master | 2020-12-24T18:54:40.959756 | 2016-05-21T02:45:02 | 2016-05-21T02:45:02 | 58,998,369 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,195 | c | /*
NOTE:
The modification is appended to initialization of image sensor.
After sensor initialization, use the function
bool otp_update_wb(unsigned short golden_rg, unsigned short golden_bg),
then the calibration of AWB will be applied.
After finishing the OTP written, we will provide you the golden_rg and golden_bg s... | [
"jambydevs@gmail.com"
] | jambydevs@gmail.com |
501b9c6df3e89f016874140c57dd7111528d5c26 | e8d403ae76fbdf86aee8af6fef83fc68a98b59cf | /External_Resources/GLAD/include/glad/glad.h | 41421ce7cbf555754b7daff3462658a5f5d655bb | [] | no_license | SricharanYamsani/Particle_System_OpenGL | fc7bf2a5e6af6b89540e119e5fb9b08ef66e3081 | f694df54cd40140c29f9c91a68e908bef07c2c84 | refs/heads/master | 2020-04-24T22:12:54.852621 | 2019-02-24T06:26:35 | 2019-02-24T06:26:35 | 172,304,236 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 110,223 | h | /*
OpenGL loader generated by glad 0.1.27 on Tue Aug 21 04:45:38 2018.
Language/Generator: C/C++
Specification: gl
APIs: gl=3.3
Profile: core
Extensions:
Loader: True
Local files: False
Omit khrplatform: False
Commandline:
--profile="core" --api="gl=3.3" --gen... | [
"43514338+SricharanYamsani@users.noreply.github.com"
] | 43514338+SricharanYamsani@users.noreply.github.com |
f13963c67028e07ab5572220ad6ea691642d3d68 | 9e6ef1b1763563626921926f530299e45cda946c | /CP2/cp2/trees/bintools/binfmts/elf/include/arch/sparc64/elfreloc.h | b51794c0db7fe74033f7e8c4f229159811b311a3 | [] | no_license | TF-185/cra-princess-cp3 | fc39e0ab503fd5b0e8df13a74968cad6bb21e751 | 3f762c85efa5b91cb7080fd17d88c5b6f4c6d529 | refs/heads/master | 2023-05-28T23:29:06.407627 | 2019-10-24T15:53:08 | 2019-10-24T15:53:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,490 | h | /* Automatically generated; do not edit */
#ifndef ELF_TARGET_RELOC_H
#define ELF_TARGET_RELOC_H
#define R_SPARC_NONE 0
#define R_SPARC_8 1
#define R_SPARC_16 2
#define R_SPARC_32 3
#define R_SPARC_DISP8 4
#define R_SPARC_DISP16 5
#define R_SPARC_DISP32 6
#define R_SPARC_WDISP30 7
#define R_SPARC_WDISP22 8
#define R_S... | [
"mreposa@cra.com"
] | mreposa@cra.com |
d6a102a66acd1b825306fbafd0ec923008d6ab45 | 37583ad8f2a31ea5f1cbb38ddaa54a2b4c04ce37 | /tk_qsrc/tk_clib/vxcore/tk_core/tk_vf_pipe.c | bae4a5dac7ccbe67e944694f6bda64cd1e1e464b | [
"MIT"
] | permissive | cr88192/bgbtech_btsr1arch | 9d7e7d2f9acade96e2b6ad7226fb21216f64de9f | 6bbe57247c923a366d5057d8bad507e6fa4610bf | refs/heads/master | 2023-08-15T13:25:56.566327 | 2023-08-12T15:50:31 | 2023-08-12T15:50:31 | 134,188,751 | 17 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,527 | c | /*
VFILE implementing a FIFO pipe.
*/
int tk_pipe_fread(void *buf, int sz1, int sz2, TK_FILE *fd);
int tk_pipe_fwrite(void *buf, int sz1, int sz2, TK_FILE *fd);
s64 tk_pipe_fseek(TK_FILE *fd, s64 ofs, int rel);
s64 tk_pipe_ftell(TK_FILE *fd);
int tk_pipe_fclose(TK_FILE *fd);
int tk_pipe_fgetc(TK_FILE *fd);
int tk_pip... | [
"cr88192@gmail.com"
] | cr88192@gmail.com |
3e66d526ef4172a60e62f5cbb1fbd13c20d93553 | 4e1d56bfd0e93ae617d50ff9554ce5fbb5c1f2f9 | /null_sizeof.c | f09775dcb44c92b7c98d3d4f1685f895c5ff8519 | [] | no_license | narendra112/ssd | 1baef1abed05b230fd536196cb42a5d1c91d48db | 2b8dafc159a7ad34d912b76e121b28467fceeae8 | refs/heads/master | 2020-09-15T09:47:56.550139 | 2019-11-22T17:12:05 | 2019-11-22T17:12:05 | 223,414,430 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 81 | c |
#include<stdio.h>
int main()
{
printf("%ld",sizeof(NULL));
return 0;
}
| [
"svnarendra1@gmail.com"
] | svnarendra1@gmail.com |
2cd0589a833e21c12324968978c21b26a61c6639 | 0f3fb1cd0facdbe66e6e401c018cd2ad49caf6b8 | /LED/05_led_on/led_on.c | 87976cfc91af0005277e30f73d2d48f441fea354 | [] | no_license | embfans/JZ2440-1 | 182a0fcba507904790c314d62833dcd2c97bd90a | 35a3ffe92aaf7afa4fcf516dd60534331d0af3c6 | refs/heads/master | 2023-03-16T02:10:51.294107 | 2020-09-13T15:12:46 | 2020-09-13T15:12:46 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 795 | c |
#include "s3c2440_soc.h"
void delay(volatile int time)
{
while (time--);
}
int main()
{
int value = 0;
int tmp;
/*
*
*/
/*
LED-1 GPF4
LED-2 GPF5
LED-4 GPF6
*/
// 先清空
GPFCON &= ~((3 << 8) | ( 3 << 10) | ( 3 << 12));
// 设置为输出引脚
GPFCO... | [
"1525530072@qq.com"
] | 1525530072@qq.com |
4008bd5802c1ebf8287ccc070df7475a877c26c5 | af3b6a96ea35b5fea92c6a9eee77e9991ccda29d | /src/mesa/drivers/dri/i965/intel_upload.c | 70c09941e7258768e3950e23889c180ff4678df9 | [] | no_license | courtney-lunarg/mesa | 6fd9db1e32016fe7a1e74ae2e6ae428f77cff45a | 806e3e0c5fc1c4e75446e0cde58ae2db126c0d4a | HEAD | 2016-09-10T14:24:05.479147 | 2013-11-20T00:42:41 | 2013-11-20T01:34:35 | 14,573,581 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,217 | c | /*
* Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
* Copyright © 2007 Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including wit... | [
"kenneth@whitecape.org"
] | kenneth@whitecape.org |
3db3fa4b4cba7a6cb8106003e39fa6ed01812530 | 5ff7a63f89d04f7991613ca75f2af004e446c502 | /temp1.c | cb389177b12306fb0899109bae247d63eaf3d5d6 | [] | no_license | AnshikaGovil/HBTU-MCA | 60a2f285da0e580acc33bb9118cc94d498a873aa | 19aaa3ca0ae0356d350f7213b1f267b8f245acc1 | refs/heads/master | 2020-08-13T16:29:53.094324 | 2020-04-10T05:41:06 | 2020-04-10T05:41:06 | 215,001,097 | 0 | 0 | null | 2019-10-14T09:23:26 | 2019-10-14T09:23:22 | null | UTF-8 | C | false | false | 163 | c | #include <stdio.h>
int main(int argc, char const *argv[])
{
float j = 3.1;
printf("%f\n",j );
if(j==3.1f)
printf("DK\n");
else
printf("SK\n");
return 0;
} | [
"gravity@Gravity.gravity"
] | gravity@Gravity.gravity |
2b70abaa55e63dded24b2589dc9d42ee03b21594 | 1ec578e03299dd78f5b2451110075767cef83bae | /samp.c | 427f162a3b98803e08ffc3750acf9532ca1a5d26 | [] | no_license | KanpekiCode/sample2 | 41d1e04343063e63aee4a9c06eb17767e42e709c | dc2609fe350ce3aeea89612b8c2a9c586d8a45ce | refs/heads/master | 2020-12-15T20:39:55.570569 | 2020-01-21T03:49:52 | 2020-01-21T03:49:52 | 235,248,806 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 70 | c | #include <stdio.h>
int main(){
int x = 5;
int y = 6;
return 0;
}
| [
"mwilli96@uic.edu"
] | mwilli96@uic.edu |
2649b3e2f5c66deba3470bc394942bf030b10e7a | b9ed1d72df77e7fd0ef0b5112a05084fa4d166f5 | /ft_list_reverse.c | a5289b8c17f154ac48b98f395c5249479bb4463c | [] | no_license | gene-erbin/chained_list | e61af211d23a004d4aa3b0b54ffd469aa1777622 | 4d2789560ced683bfaf19a510ad36c5ff64df867 | refs/heads/master | 2021-10-11T19:27:46.164897 | 2018-12-14T15:01:02 | 2018-12-14T15:01:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,187 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_list_reverse.c :+: :+: :+: ... | [
"mbennis@e3r7p4.21-school.ru"
] | mbennis@e3r7p4.21-school.ru |
ff671965d0aa3dc0e865bfda5b00b703c7114613 | 67061d578f637d52eb545d3d0aa294adb2a8b271 | /Projects/zstack/HomeAutomation/GenericApp/Source/OSAL_GenericApp.c | ae5ffb075036e2aeef8f29abd04390b3df7f26d8 | [] | no_license | Behn4m/HomeThings | c9b4395f0d61416b01d724d4611c12558baced04 | 21ddd246f58c7cea1ec36cb161811d3fa0a7adff | refs/heads/master | 2020-06-26T23:14:18.991620 | 2019-07-31T05:58:28 | 2019-07-31T05:58:28 | 199,784,388 | 1 | 0 | null | null | null | null | WINDOWS-1258 | C | false | false | 6,081 | c | /**************************************************************************************************
Filename: OSAL_GenericApp.c
Revised: $Date: 2008-02-07 12:10:00 -0800 (Thu, 07 Feb 2008) $
Revision: $Revision: 16360 $
Description: This file contains all the settings and other functions
... | [
"behnam.shakibafar@gmail.com"
] | behnam.shakibafar@gmail.com |
f583c65d394d4094f3deaf9af5b9b01f847161f1 | 03da170f93ad6a6f36b7390ee7c44fe8fbd3137c | /methods.c | 707f630b5f991cc5b1ac0bcb1637d9af91134248 | [] | no_license | mkatsuyuki/Proj1Numerico | 9d1fbf7432be88493d3f1665691cadcabf2281ae | 4bce8990ce029e7452f007041f91da13287b8a87 | refs/heads/master | 2022-09-24T19:26:29.769666 | 2020-06-01T01:14:46 | 2020-06-01T01:14:46 | 267,730,894 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,269 | c | #include "methods.h"
#include "equations.h"
//------Métodos-------------------------//
//A função do método da bisseção recebe os valores a e b do intervalo onde será encontrado a raiz
//A função também recebe o vetor para guardar os valores de cada iteração
double bissection(double* a, double* b, double fa, double f... | [
"paulo_katsuyuki@hotmail.com"
] | paulo_katsuyuki@hotmail.com |
56f3fd5ba70076373870607f1f2d714180a1bcf8 | dd22a2ca5471eaef5a6116e8560908ad09a7ee69 | /Stage1/Ex2/exptree.h | c54238e5a597eefedfd89c8ae326541a252aa4ea | [] | no_license | ddeepakk13/Compiler-Lab | a73403fbdcceb571b2295f333b273473d5d49eae | 3e0470cd7563a1017b3a8f4e401034d916e29fe8 | refs/heads/master | 2020-04-19T00:21:22.426152 | 2019-03-15T08:45:39 | 2019-03-15T08:45:39 | 167,844,497 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 300 | h | #ifndef EXPTREE_H
#define EXPTREE_H
struct tnode
{
int value;
char *op;
struct tnode* left;
struct tnode* right;
};
struct tnode* makeLeafNode(int n);
struct tnode* makeOperatorNode(char op, struct tnode* l, struct tnode* r);
int evaluate(struct tnode* root);
#endif | [
"ddeepakk13@gmail.com"
] | ddeepakk13@gmail.com |
91e774203023b4929e930d5bf8d8185eea081d54 | 654f9a4f51696e70c992ffa61f57647ee937dd60 | /Projects/STM32F412ZG-Nucleo/Examples/I2C/I2C_TwoBoards_ComPolling/Src/stm32f4xx_it.c | 5d74fd00f3399813536e3e09cf01b18c73ce72bc | [
"Apache-2.0",
"BSD-2-Clause"
] | permissive | 980f/STM32CubeF4 | b48b4197339426953019d338a399611c7c0a2c6c | 4b4b7c17135ff062f0e2dd4f6798583aa3ffc08f | refs/heads/master | 2023-02-02T21:56:00.651533 | 2020-12-21T18:03:39 | 2020-12-21T18:03:39 | 292,336,672 | 0 | 0 | NOASSERTION | 2020-09-02T16:32:06 | 2020-09-02T16:32:06 | null | UTF-8 | C | false | false | 5,367 | c | /**
******************************************************************************
* @file I2C/I2C_TwoBoards_ComPolling/Src/stm32f4xx_it.c
* @author MCD Application Team
* @brief Main Interrupt Service Routines.
* This file provides template for all exceptions handler and
* periphe... | [
"ali.labbene@st.com"
] | ali.labbene@st.com |
be3df4f02a1817ec6b2e1a2705fb644eeea58282 | ab12c9400f7d71ecb962fca6d0a7d1a622425736 | /test.c | d6013d9703b4867aba3f51fd115dc8994c826ab2 | [] | no_license | Ruoshde/pr3 | b7639a22e9c6940dee3dcc0fcf3f00db2477e57a | 224a1fe0bc2f8ea9859f62b63e29e2ce57ef98f8 | refs/heads/master | 2022-06-20T23:45:19.577909 | 2020-05-10T07:01:31 | 2020-05-10T07:01:31 | 262,723,043 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,285 | c | #include "list.h"
#include <stdlib.h>
#include <stdio.h>
int main(int argc, char * argv[]) {
int x, value;
Node * head = NULL;
Node * tail = NULL;
do {
x = 0;
printf("Enter the number of the option you want:\n");
printf("\t1. Insert Head\n");
printf("\t2. Insert tail\n");
printf("\t3. De... | [
"noreply@github.com"
] | Ruoshde.noreply@github.com |
3484bb07a6caf26c830b9bb089925c2c51632b41 | 008d6c57f841d0159b6004d2345004fdb70610c4 | /air_condition/air_conditioningV1.1 - 副本/Src/stm32f1xx_it.c | 8419c661c7e765c2ffc6f0a9c0ea0694e7eb6374 | [] | no_license | kingvei/Hardware | 74c591379fe64c09b1c092aec9924d452ad041c6 | d2e75e36ad6e3beb9892ce9a45f3b725d269c5ab | refs/heads/master | 2022-12-21T01:37:15.519198 | 2020-10-13T07:30:48 | 2020-10-13T07:30:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,811 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32f1xx_it.c
* @brief Interrupt Service Routines.
******************************************************************************
* @attention
*
* <h2><center>© Copyright (c) ... | [
"zhangmeng@frogshealth.com"
] | zhangmeng@frogshealth.com |
9b38c60a825991325da491e3cfb925efbb41ecf1 | 3f0b04a74dd620a126ccf82c9edab8168c2ae923 | /core/lb_connection.c | f9227738b3dc3fbe5ad644be6d0c0e8223ae5d63 | [
"MIT"
] | permissive | ghost0423/jupiter | e86325f1b257eb2d553524c6e47d8a77aa45a735 | 9bbe5d8edf160a15c17570cb5d8c1ff811111f7e | refs/heads/master | 2020-03-09T10:08:29.345414 | 2018-03-29T02:42:10 | 2018-03-29T02:42:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,047 | c | /* Copyright (c) 2017. TIG developer. */
#include <sys/queue.h>
#include <rte_cycles.h>
#include <rte_hash.h>
#include <rte_hash_crc.h>
#include <rte_ip.h>
#include <rte_malloc.h>
#include <rte_mempool.h>
#include <rte_timer.h>
#include "lb_connection.h"
#include "lb_device.h"
#include "lb_service.h"
#ifndef TAILQ_... | [
"jsonkey@gmail.com"
] | jsonkey@gmail.com |
5592b82ce2b92b358a5f0566be1b2f9116bc418d | 83eb3a8baff556509bab63ea742d7d619d78718a | /ESTRUCTURA DEL PROYECTO/Code/Proyecto_Integrador/src/gui/guiapp_resources.c | 26e779cf2d996e55ea0f9e70033a32bc4c124a1e | [] | no_license | Luis1250/Proyecto_Integrador | e7cc305ee80bf12653d460071bf1abc43a2e9748 | ae529c9eab1c4d8cfafd27fb762ef104c0387a9f | refs/heads/master | 2020-07-08T13:22:07.235033 | 2019-10-31T01:53:49 | 2019-10-31T01:53:49 | 203,686,582 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 28,207 | c | /*******************************************************************************/
/* This file is auto-generated by GUIX Studio. Do not edit this file by hand. */
/* Modifications to this file should only be made by running the GUIX Studio */
/* application and re-generating the application resource file(s). For... | [
"52579483+Luis1250@users.noreply.github.com"
] | 52579483+Luis1250@users.noreply.github.com |
ee0d4dbe388a95d86f862c6472fdf285ebca0b36 | aaf28a377babe566acdb52591ae544156e08106c | /sleep_timer.h | bf335192238f071395dc8f1fdd37d24d72b76997 | [] | no_license | kdolgikh/wsn | 984561d70fb3bf9c41c9299ce1bef2736f79c531 | d8404515539bb456599c3e6053f8d3440b7e6bbe | refs/heads/master | 2021-06-09T05:14:02.731798 | 2021-04-28T16:42:27 | 2021-04-28T16:42:27 | 163,623,443 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 577 | h | /*
* sleep_timer.h
*
* Created on: 11/17/15
* Author: kdolgikh
*/
/**
* \file sleep_timer.h
* \brief Sleep library for the MSP430
*
*/
#ifndef SLEEP_TIMER_H_
#define SLEEP_TIMER_H_
#define _Second 32768
#include <stdint.h>
/**
* Puts the MCU to sleep for the specified number of ACLK rollovers and cyc... | [
"noreply@github.com"
] | kdolgikh.noreply@github.com |
71eab8c291fbc74c06490de72afc37f63b98790a | 92390106f409e67ed2215570cbb3b850a885f78c | /lib/dnscore/src/tcp_io_stream.c | 2384f41c04f41098e19710f185b7e7745c10ce80 | [
"BSD-3-Clause"
] | permissive | JZerf/yadifa | eff245a21b4a0750fbc41a89f18e3fbf54147927 | 2ad56c317484b6303c0b3d8618263a77108f8a46 | refs/heads/master | 2020-04-16T08:23:35.188734 | 2019-01-12T21:43:51 | 2019-01-12T21:43:51 | 165,423,470 | 1 | 0 | NOASSERTION | 2019-01-12T18:45:56 | 2019-01-12T18:45:56 | null | UTF-8 | C | false | false | 11,543 | c | /*------------------------------------------------------------------------------
*
* Copyright (c) 2011-2018, EURid vzw. All rights reserved.
* The YADIFA TM software product is provided under the BSD 3-clause license:
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitte... | [
"info@yadifa.eu"
] | info@yadifa.eu |
796401b7ebd0d9c8527233c8c3a4c253eab4b11a | 27567438a3f46b0b736bbd5612bfdbeb93c721ae | /Src/stm32f4xx_hal_msp.c | 929b9f24638430c25a7a45d01dae31b0daf1bf91 | [] | no_license | ZOUCHAOHUA/25Q64 | 661b24a21be37b0dc505300e1324b24012f54604 | fd1a6ef46fc317f75802eb5353cfb71b6549e168 | refs/heads/master | 2023-03-19T23:43:21.235159 | 2019-06-06T21:35:13 | 2019-06-06T21:35:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,020 | c | /**
******************************************************************************
* File Name : stm32f4xx_hal_msp.c
* Description : This file provides code for the MSP Initialization
* and de-Initialization codes.
*********************************************************... | [
"veyRon.sportcar@gmail.com"
] | veyRon.sportcar@gmail.com |
e24b802c199e3021799b5701090856a04d70b276 | ff5ec7d7a01cd3e0cf2ae61a103b4b804a27608d | /Day11/ex01/ft_list_push_back.c | 55942af23cd61a40e7558958ac680ba019e80db8 | [] | no_license | mikhailkryukov/school | 9c1e8229a11550d2d21a752b9bd4ab0dccd14b67 | 4fb6e5837083e04130e188794654b9a4e74f0eb3 | refs/heads/master | 2020-04-02T07:12:07.871646 | 2018-11-14T17:53:29 | 2018-11-14T17:53:29 | 154,185,818 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,144 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_list_push_back.c :+: :+: :+: ... | [
"mkryukov@e1z1r4p5.42.us.org"
] | mkryukov@e1z1r4p5.42.us.org |
c6a0de2897f63a3587ba0f0ad231f691e0caa4e1 | 1b15e55b6472e6dc0a5b6bbae54bab6d1a3b302d | /Fundamentals/C/2 - Structs/BasicStructs.c | 4682d09ca93190a7f7b45c98ee67f3e587793a65 | [] | no_license | ksjpswaroop/Data-Science | 4f95bacf98afb5f5ccbc177e2242eee0ce57666d | 1d076956901697301f99c45e1b4a221f6ba20577 | refs/heads/master | 2021-01-17T18:05:31.392640 | 2017-01-15T07:55:34 | 2017-01-15T07:55:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,465 | c | #include <stdio.h>
#define STRING char *
typedef char * String;
enum _Color
{
Red = 0xFF0000,
Green = 0xFBA0AA,
Blue = 0xCCA098,
Black = 0,
Yarok = 0xCCA6098
};
typedef enum _Color Color;
typedef Color *PColor; //Creating an Alias
struct _Rectangle
{
size_t width;
size_t height;
char *color;
};
typedef struc... | [
"gssmarinho@gmail.com"
] | gssmarinho@gmail.com |
16f8423bddb3a7299e52e81bed545ef22583895b | c108b3483a0c232cbfdca5a70bb929fba76b9665 | /Begginers/Assignment/AA4.c | b74ddd0e926b50a02a0173949686f2a5262eb48d | [] | no_license | 191511040/C | 370498d4de8c22ef7e62fa38102abd86961e5407 | e1f8e53193e3f9f34b1270299d8e92aa8c6152a2 | refs/heads/master | 2020-04-20T12:52:03.991683 | 2018-03-08T17:06:17 | 2018-03-08T17:06:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 248 | c | #include <stdio.h>
int main()
{
char c;
printf("Enter a character:");
scanf("%c",&c);
if((c>='a' && c<='z') || (c>='A' && c<='Z'))
printf("%c character is an alphabet.",c);
else
printf("%c character is not an alphabet.",c);
return 0;
}
| [
"noreply@github.com"
] | 191511040.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.