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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
aef279b73966287525cc88924405a95b560e4fcf | e0e0d7c929d353ffd903fff0826faec9d4c904e9 | /Server/build/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.c | 6a69a1dac22698c14a34a09a4005f512d3574327 | [] | no_license | rich98521/FYP | 11a06dbb4457849bb9376bbb8f63b8fddda8eee8 | d6624d1a1960da1db45a5ab61bdd06eab0b056b1 | refs/heads/master | 2021-01-21T13:26:34.653989 | 2016-04-20T20:16:48 | 2016-04-20T20:16:48 | 45,685,896 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 836 | c | #include <sys/types.h>
#include <stddef.h>
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
... | [
"richie98521@gmail.com"
] | richie98521@gmail.com |
07131772d3e3be913db9002213f01ff4eb6dac74 | 11b6bb5a2792ca357cc4e5fddfaa647afa0d0285 | /0x10-variadic_functions/0-sum_them_all.c | fac7b65e6f2c011e1a51e5e50e6d8ac5b26f75fa | [] | no_license | Oussema3/holbertonschool-low_level_programming | 054d4f51db688198788975c71f1e76e21239ad56 | 0592367df7d483a697a9dc4fbb5866eab8d88bd5 | refs/heads/master | 2023-08-03T09:57:26.909161 | 2021-09-24T08:03:05 | 2021-09-24T08:03:05 | 295,873,024 | 0 | 4 | null | null | null | null | UTF-8 | C | false | false | 356 | c | #include <stdarg.h>
/**
* sum_them_all - return some of arguments
* @n: number of elements
* Return: sum : the sum of all given arguments
*/
int sum_them_all(const unsigned int n, ...)
{
int sum = 0;
unsigned int i = 0;
va_list rnd;
if (n == 0)
return (0);
va_start(rnd, n);
while (i < n)
{
sum += va_arg(rnd, int);
... | [
"ldrajmioussema2@gmail.com"
] | ldrajmioussema2@gmail.com |
c6309808387dc2de18ce767da1adef6c4c1df25e | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant100188_tree-ssa-loop-manip.c | 0b7974f5799ccb66c3ec67916aea9fc27c5d5394 | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,134 | c | /* High-level loop manipulation functions.
Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GCC.
GCC 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 versio... | [
"agroce@gmail.com"
] | agroce@gmail.com |
390eb1bbfd491f98eede14acbb4b379e70aa4a8e | d4485309d883dc86ac1b09ee79fc6054ab719d73 | /source/resource.h | a033aa13e3955f24485b93c2b77440f2552428b7 | [] | no_license | vlopezsa/mrcviewer | e8b1765faa315473bca4229b6fa32a908d0eddba | 63bcd15849d48423bcb0905c5c774bd5aeefd6f5 | refs/heads/master | 2021-01-09T21:54:25.860921 | 2016-02-22T01:20:26 | 2016-02-22T01:20:26 | 52,237,585 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 397 | h | #ifndef RESOURCEH
#define RESOURCEH
#define ID_MABRIR 1000
#define ID_MCERRAR 1001
#define IDC_EDIT_UMBRAL 2000
#define IDC_BTN_UP 2001
#define IDC_BTN_FRONT 2002
#define IDC_BTN_LEFT 2003
#define IDC_BTN_COLOR 2004
#define IDC_BTN_DO 2005
#define IDC_TRACK_UMBRAL 2006
#define IDC_BTN_GOURAUD 2007
#define IDC_BTN... | [
"victor@lugarc.com"
] | victor@lugarc.com |
74d78268c562c15541ea1d7e4b6a382b85bc04a4 | 7f1be549ddf7f34390abd2ea74a22fe89b4a312b | /hand-in/src/implementations/tsne_exact_final/computations_scalar/compute_pairwise_affinity_perplexity.h | 9ef27a62062ea304a4ed77d9d0ba057cc70c7039 | [] | no_license | albertomontesg/fast-tsne | 7c6f6065b4d0e7ae9151914e8840f38d747f248d | 57e7b85e129419bd8453ea6aa422dea0f29834fb | refs/heads/master | 2021-09-05T05:21:58.283143 | 2018-01-24T10:30:40 | 2018-01-24T10:30:40 | 82,668,641 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,784 | h | #ifndef COMPUTE_PAIRWISE_AFFINITY_PERPLEXITY
#define COMPUTE_PAIRWISE_AFFINITY_PERPLEXITY
#include <stdio.h>
#include <math.h>
#include <float.h>
float MAX_VAL = FLT_MAX;
float MIN_VAL = FLT_MIN;
// Compute pairwise affinity perplexity
inline void compute_pairwise_affinity_perplexity(float* X, int N, int D,
float... | [
"spam@totallyawesome.at"
] | spam@totallyawesome.at |
9cde7c992b58ac74577ad761f01fd3ba2fe49527 | 47e751d7ddfabffee37c4651d3ef9b9ac8a22c57 | /clicks/proximity7/lib/src/proximity7.c | ad9c5d4e2a9313424c3632898761cca4cfa79960 | [
"MIT"
] | permissive | npurusho/mikrosdk_click_v2 | 8c40d493c6bb8e929fe2ff6a71bbe30589e37333 | f2c5c0227f4361e7a0cee017336cbf172aebbd2e | refs/heads/master | 2023-08-15T18:05:41.403353 | 2021-09-21T13:58:25 | 2021-09-21T13:58:25 | 414,684,898 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,724 | c | /*
* MikroSDK - MikroE Software Development Kit
* Copyright© 2020 MikroElektronika d.o.o.
*
* 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 ... | [
"katarina.kaca.perendic@gmail.com"
] | katarina.kaca.perendic@gmail.com |
e00080ec470727fe6fc2d057b5d136c8bdbd5824 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/darwin-xnu/bsd/net/pktsched/extr_pktsched_qfq.c_qfq_remove_queue.c | 64fc743c2d811cf9b1aa0ae2e27101c73d42d2fc | [] | 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 | 957 | 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 |
8778dff3f6ded3ccd31f892ee1ba824f96dc098b | 3192154b3faee2dac2cba2001e7cf75e29cf2890 | /EXPANSION/Scripts/4_World/DayZExpansion/Classes/UserActionsComponent/Actions/Continuous/ActionDeployObject.c | 7e05c8ee9511c637450bf38329a40c3795e9b135 | [] | no_license | miguelgargallo/Unpacked-DayZ-Mods | 48b133e6f7528029ae122e45181d3a6acc51eb74 | ed6fb8c0a003f1ed9c3d4e3e3fe752af15e65ddd | refs/heads/main | 2023-04-02T07:49:23.930694 | 2021-04-11T09:58:01 | 2021-04-11T09:58:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,223 | c | /**
* ActionDeployObject.c
*
* DayZ Expansion Mod
* www.dayzexpansion.com
* © 2020 DayZ Expansion Mod Team
*
* This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd... | [
"fatheranarchy@programmer.net"
] | fatheranarchy@programmer.net |
494f0f09bcfb6fded0270bf3c462f3b48e737963 | 50eb484568c618db0a96fb2766cf48f4548fcd38 | /芽爱/mea24_01.s.c | e578115c51682850edda5599a43c28da6ab62ebe | [] | no_license | yytxjzxjz/SoraHana | 7ff21128ab84b8d88e6153bcd2bb36d006636fab | d06977e6dcfe820aa11e4d5b83e94afe765a56e3 | refs/heads/master | 2020-12-25T03:58:50.544014 | 2015-09-06T17:35:00 | 2015-09-06T17:35:00 | 41,948,973 | 0 | 0 | null | 2015-09-05T04:28:55 | 2015-09-05T04:28:55 | null | UTF-8 | C | false | false | 18,090 | c | *[文件:mea24_01.s]
*[场景标题,誕生日の約束,00000055]
*[场景日期,7月24日,00000056]
*[场景角色,此花宮琴耶/藤ヶ崎芽愛/フロレンシア/藤ヶ崎順/川村龍太,00000058]
[00000531,1,独白]
>夢は見なかった。いつ眠ったのか覚えていないが、メリエルが居なくなったということは夢ではない。
<
#
[00000548,2,独白]
>時間はさほど残されていない。今日が、今まで通りに送れるのかどうかも分からない。
<
#
[00000565,3,独白]
>それでも俺は、執事としての仕事をしようと思った。
<
#
[00000582,4... | [
"higan@live.cn"
] | higan@live.cn |
6d406e4611c77fde16a6703890fb949308db5929 | ea4e3ac0966fe7b69f42eaa5a32980caa2248957 | /download/unzip/vim/vim-34/vim/src/ops.c | 0d9f9e922371b733445e277a9e63708cec401bc2 | [] | no_license | hyl946/opensource_apple | 36b49deda8b2f241437ed45113d624ad45aa6d5f | e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a | refs/heads/master | 2023-02-26T16:27:25.343636 | 2020-03-29T08:50:45 | 2020-03-29T08:50:45 | 249,169,732 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 155,108 | c | /* vi:set ts=8 sts=4 sw=4:
*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
* Do ":help credits" in Vim to see a list of people who contributed.
* See README.txt for an overview of the Vim source code.
*/
/*
* ops.c: implementation of various operators... | [
"hyl946@163.com"
] | hyl946@163.com |
512aa1c01ff9a4539934914589dd39a1fd55e531 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/clocksource/extr_timer-digicolor.c_digicolor_timer_interrupt.c | 3ebfeb469c8df9d0f55dae9da00ceff2040551a7 | [] | 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 | 813 | 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 |
fb633f43870657410a167be001e69fe559f429d9 | 905cf18cc5943bb9870d74d0ab5ad8219ebf5c9c | /nGramModel/srilm_python_wrap.c | 67bedc4b10da13941e1856887c8fd9561733768c | [
"MIT"
] | permissive | sureshbvn/nlpProject | 05b9eedb9fdc0a2ec84eeb63db2174e03a8af76b | 1791baf2c8fc338c95ad6a60bb4e14d9488a3b27 | refs/heads/master | 2021-01-21T13:14:44.161374 | 2016-04-18T18:43:53 | 2016-04-18T18:43:53 | 55,037,096 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 137,725 | c | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.11
*
* This file is not intended to be easily readable and contains a number of
* coding conventions designed to improve portability and efficiency. D... | [
"mailsureshbvn@gmail.com"
] | mailsureshbvn@gmail.com |
f1ada6b7633dda6922630bdcaab3a39eb3675d56 | bd69a9d3db41771f04e55a0c90d7a9a5eff2a9ad | /script_rel/shop_train_station.c | 40683dc0e1ff3d3fb70368a732e899a29b16c6da | [] | no_license | scx1125/RDR2-Decompiled-Scripts | 29ace5d22d874534b88f098fc68072e9222fe2c0 | 2d23c1103bf8e7ca789aeadd4cd174e198e7b920 | refs/heads/master | 2022-09-21T22:54:17.126994 | 2020-05-27T11:41:25 | 2020-05-27T11:41:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,961,654 | c | #region Local Var
var uLocal_0 = 0;
var uLocal_1 = 0;
var uLocal_2 = 0;
var uLocal_3 = 0;
var uLocal_4 = 0;
var uLocal_5 = 0;
var uLocal_6 = 0;
float fLocal_7 = 0f;
float fLocal_8 = 0f;
var uLocal_9 = 0;
var uLocal_10 = 0;
var uLocal_11 = 0;
var uLocal_12 = 0;
var uLocal_13 = 0;
var uLocal_14 = 0;
var u... | [
"jaykoza@jaykoza.de"
] | jaykoza@jaykoza.de |
39b6ef70c603343bded74ed261141ac7bf8d981f | 8b96b4f48e3ef8607e806ba7527b0c63cda2276b | /C03/ex01/ft_strncmp.c | db3537537f1f1460f996b24552be77ea34c0a331 | [] | no_license | hel-makh/1337-Pool | 2bcc6533f5de6f774cefbad57f74e68f4fc7219a | 41441203be759b3a5caf6db2970dadef84b40698 | refs/heads/main | 2023-07-23T18:35:55.234228 | 2021-08-26T15:48:27 | 2021-08-26T15:48:27 | 400,222,344 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,162 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncmp.c :+: :+: :+: ... | [
"noreply@github.com"
] | hel-makh.noreply@github.com |
8d7fdebd813252e33c61292db0ad5b82cab06f5b | f046c0a5871fe73abf9e8f255bab9fa74451455d | /plancha3/ej1.c | 443db465abbfaab2fa05fe45d7bca5eca56a242e | [] | no_license | b-janus/arquitectura | f8b8f46c3a872ca3978f4d0c80a4d92e7f01e6ba | ea634eef4d230ae5c9225d75d433a846dcbede25 | refs/heads/master | 2023-07-24T07:47:37.052956 | 2018-11-13T15:23:07 | 2018-11-13T15:23:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 204 | c | #define EXPONENTE(f) (*(int *) &(f) >> 23 & 0xff)
#define MANTISA(f) (*(int *) &(f) & 0x7fffff)
int main(void) {
float a = 2.25;
printf("%d\n", EXPONENTE(a));
printf("%d\n", MANTISA(a));
return 0;
}
| [
"brunojsotelo@gmail.com"
] | brunojsotelo@gmail.com |
d62f68c0c18225b145063605bb4a9023f1e73279 | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/InnerDetector/InDetMonitoring/SCT_Monitoring/SCT_Monitoring/SCT_ClusterStruct.h | 317cc07664f4de6fd13e6f2fa258792225be9e0a | [] | no_license | rushioda/PIXELVALID_athena | 90befe12042c1249cbb3655dde1428bb9b9a42ce | 22df23187ef85e9c3120122c8375ea0e7d8ea440 | refs/heads/master | 2020-12-14T22:01:15.365949 | 2020-01-19T03:59:35 | 2020-01-19T03:59:35 | 234,836,993 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 388 | h | /*
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/
/*
* SCT_ClusterStruct.h
*
*
* Created by Shaun Roe on 24/05/2005.
*
*/
#ifndef SCT_ClusterStruct_H
#define SCT_ClusterStruct_H
///Simple struct to hold the first strip and number of strips in a cluster
struct SCT_ClusterStruct{
... | [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
b492b87fc75a2813d20b2b86c9ab9b357a743e63 | 2dc34eca70cb4a87bbe4346f0db5ff2dcf6b0450 | /Labs/AL Lab/A4/T3/3DFS.c | 7c0db8677c89b172cbf70f75088181d7730987e3 | [] | no_license | aakashgv/Semester-4 | bc1ad9dcbe8a2a77f512376014212732a72845c0 | 5f72a521adb88dc523624aa880ee9ae12a2f6a64 | refs/heads/master | 2020-07-10T15:29:25.183751 | 2019-08-25T19:00:55 | 2019-08-25T19:00:55 | 204,298,408 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 300 | c | #include<stdio.h>
#include<stdlib.h>
#include"3DFS.h"
int n=50;
int t=1;
int i,j;
void DFS(int m){
mark[m][1]=t++;
mark[m][0]=1;
for(i=0;i<n;i++){
if(g[m][i]==1 && mark[i][0]!=1){
DFS(i);
}
}
mark[m][2]=t++;
push(m);
}
| [
"aakashgv@gmail.com"
] | aakashgv@gmail.com |
03931d9569c5f2837da5abbb2bd2a6220f681caa | 7f72ac13d08fa64bfd8ac00f44784fef6060fec3 | /RGtk2/src/exports/gioExports.c | ee10dc7dcd1f5900c77bb94baed74990041c3f89 | [] | no_license | lawremi/RGtk2 | d2412ccedf2d2bc12888618b42486f7e9cceee43 | eb315232f75c3bed73bae9584510018293ba6b83 | refs/heads/master | 2023-03-05T01:13:14.484107 | 2023-02-25T15:19:06 | 2023-02-25T15:20:41 | 2,554,865 | 14 | 9 | null | 2023-02-06T21:28:56 | 2011-10-11T11:50:22 | R | UTF-8 | C | false | false | 79 | c | #include <exports/gioUserFuncExports.c>
#include <exports/gioClassExports.c>
| [
"michafla@gene.com"
] | michafla@gene.com |
b4a829f295a35801daa81d2f52faa07df6986f36 | f272fe7db442a9706f03bcf3b662d83b26e04436 | /Classes/KRKLibNew/Base/Asyncqueue.h | 879b983d59509f4317fcc580e097c41401af83d0 | [] | no_license | whittmy/Karaoke-1 | c54e687392872b77bff205928cdc922692496b11 | 2647b24b5becc92cbbcceefc523cc0df92b3ada6 | refs/heads/master | 2020-04-12T04:43:54.826999 | 2017-05-19T23:45:59 | 2017-05-19T23:46:06 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,380 | h | /* ===========================================
异步创建物件 队列管理
============================================= */
#ifndef _ASYNCQUEUE_H
#define _ASYNCQUEUE_H
#define tAsyncQueue void // 异步队列
#define tAsyncItem void // 物件管理构件
typedef enum tarAsyncState // 物件创建状态
{ // Current State Next State
AS_IDEL, ... | [
"903491912@qq.com"
] | 903491912@qq.com |
85308558ba4a9056a3ef1f21cd1dcef9e80b81fc | bbd5875b304b102143155009c4df5d0fe37b821c | /FRTOS/include/FreeRTOSConfig.h | d0351c4c31a907b73f5f39de42e5f93623df84b1 | [] | no_license | ppeluffo/test | 004bd269f88953c96734b854859cd3fc09e451fe | c6a5d5f00334d0c9b8e805c45e94a535b8069463 | refs/heads/master | 2020-03-21T18:37:25.901205 | 2018-07-07T12:30:15 | 2018-07-07T12:30:15 | 138,903,093 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,929 | h | /*
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redistribute it and/or modify it under
the... | [
"ppeluffo@spymovil.com"
] | ppeluffo@spymovil.com |
774a959a091564384f8c32569c16ba309209d7b4 | 6124335c542bb2f7f8fa027d5b6efc1d14d029f4 | /DataStructuresAndAlgorithms/real.c | 106b9c1aa2cc2e35a9c8e9f4eae2646065e44b7d | [] | no_license | CarterYancey/CS-201 | f0f562508d9eafd897a267941069bb77438fd64b | a274053d9a371b2c6d30cf83eb84287eac53616e | refs/heads/master | 2023-02-05T19:31:41.304272 | 2020-12-30T18:21:35 | 2020-12-30T18:21:35 | 325,074,659 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 669 | c | #include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#include "real.h"
extern void Fatal(char *,...);
real *
newReal(double x)
{
real *p = malloc(sizeof(real));
// if (p == 0) Fatal("out of memory\n");
p->value = x;
return p;
}
double
getReal(real *v)
{
return v->value;
}
d... | [
"cdyancey@crimson.ua.edu"
] | cdyancey@crimson.ua.edu |
17c9a0660e1bf60145e8587271b7ccd0ff11a88a | b40608a28288c0b022754e097ef1b98ffd581fbe | /Farkas_futofeny/futofeny.c | 3316b6b00d0aa46b8ed166b6f457c0ab62f9ddd1 | [] | no_license | kerteszsasa/AVR | e64d2dec08f5f1aa2e06301cd8c41b63daed7e24 | d95f10e5a526ccbe394d1cc09fede2ac446aee60 | refs/heads/master | 2021-01-10T08:21:34.146200 | 2015-09-29T15:51:36 | 2015-09-29T15:51:36 | 43,129,340 | 0 | 0 | null | null | null | null | ISO-8859-2 | C | false | false | 1,640 | c | #include <avr/io.h>
#include <util/delay.h>
#include <avr/interrupt.h>
unsigned char Beolvas8bitADC(unsigned char csatorna)
{
ADMUX = (ADMUX & 0b11110000) | csatorna; // ADC csatorna kivalasztasa
ADCSRA |= (1<<ADSC); // ADC konverzio elinditasa
while (ADCSRA & (1<<ADSC)); // varas az at... | [
"kerteszsasa@users.noreply.github.com"
] | kerteszsasa@users.noreply.github.com |
76ee45275f21ab752ad4b0b871aa6fa9ac092445 | 85c6c9a25a22a269d8c2e52f5d5e37cf3e31d358 | /b.c | 1e8cb07c75821d78a96f12fcbf32ac86343a5cb7 | [] | no_license | pc-Chou/pro1 | a6f197cfc7723b13745d526b04f98e2201500968 | 6b699dd619193e71337fdf21952a73e1359fa387 | refs/heads/master | 2021-01-17T17:05:17.402036 | 2014-08-25T02:45:57 | 2014-08-25T02:45:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 69 | c | #include<stdio.h>
int main()
{
printf("123456789\n ");
return 0;
}
| [
"Steven_0624@outlook.com"
] | Steven_0624@outlook.com |
1f3cf06fadaca8ff89e44fa5c75ed7b10eb4f2e9 | 34fe76936504a257df4a943aafa69bb67c0d96b6 | /Sprint 11/t08/list.h | 29d8cf6dd3f2db0202c2f0762e118c162c4b627e | [] | no_license | SansNumbers/Stage01_c_learning | c7ef778ee29b87794b4610b1a18c37e99052bde3 | 304125483012a4a9d7e339bef3d82fc8129ff4a0 | refs/heads/master | 2023-03-28T13:41:07.524730 | 2021-03-29T14:41:25 | 2021-03-29T14:41:25 | 351,467,464 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 178 | h | #ifndef LIST_H
#define LIST_H
#include <stdlib.h>
typedef struct s_list {
void *data;
struct s_list *next;
} t_list;
void mx_clear_list(t_list **list);
#endif
| [
"iantypin@c1r5p5.khpi.ucode-connect.study"
] | iantypin@c1r5p5.khpi.ucode-connect.study |
e72a6d08870ded5e186561be8739b3785ea079f9 | 59e6ff6dbfe54682792232a26679f28a591e9015 | /Workspace/prophet/crawler/train/raw-src/subversion/1570434-1.c | fa88a26f050ee592cb0e1ff2de2137498610bfb9 | [] | no_license | lisahua/prophet | 5b15957134743fa516aa76ba4b2ee0448f29fc0f | 24b01cdf1043efa3fb8feb518dc79eb288bd4bf8 | refs/heads/master | 2021-01-19T04:50:11.158753 | 2016-07-13T18:39:11 | 2016-07-13T18:39:11 | 54,275,268 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,355 | c | # 1 "/home/ubuntu/Workspace/prophet/crawler/__tmp/src1/subversion/svnserve/cyrus_auth.c"
# 1 "<built-in>" 1
# 1 "<built-in>" 3
# 311 "<built-in>" 3
# 1 "<command line>" 1
# 1 "<built-in>" 2
# 1 "/home/ubuntu/Workspace/prophet/crawler/__tmp/src1/subversion/svnserve/cyrus_auth.c" 2
# 24 "/home/ubuntu/Workspace/prophet/cr... | [
"ubuntu@ip-172-31-44-123.ec2.internal"
] | ubuntu@ip-172-31-44-123.ec2.internal |
526661afaa5b6edcf24d07eb4189804b2c628593 | 97ac0d942964336e02336c3f5e1e07a2d6ef5953 | /译码.c | bc78072ff95002b7f6aa84ea39bce882949f8de6 | [] | no_license | wx109/c | bd023eb8fed6e804890d38d91e514e0c5416abd8 | 804f52fc8e4f588de7503b2c1956e19bb6e241a1 | refs/heads/main | 2023-03-04T14:19:54.309171 | 2021-02-08T10:44:03 | 2021-02-08T10:44:03 | 328,102,474 | 1 | 0 | null | null | null | null | ISO-8859-7 | C | false | false | 338 | c | #include<stdio.h>
int main() {
char c;
printf("ΗλΚδΘλΤΒλ£Ί\n");
c = getchar();
while (c != '\n') {
if ((c >= 'A' && c <='V') || (c >='a' && c <= 'v'))
c = c + 4;
if ((c >= 'W' && c <= 'Z') || (c >= 'w' && c <= 'z'))
c = c - 22;
printf("%c", c);
c = getchar();
}
printf("\n");
return... | [
"1092590490@qq.com"
] | 1092590490@qq.com |
a4a3865c8bf36ce4a664b08603db99ce5b16829d | 78698dbd6abf5a9ea2e4e85a9e0be742bcdf95d2 | /src/quant_datetime_os.c | f8b488fcaa72022d2a969c733589e426a627b056 | [
"BSD-3-Clause"
] | permissive | gaoxiaojun/libquant | 95a6dbb5664f5dfcfc7e558cc31c92a2c88ecacd | 5a6f1f28a80667abc68d63626e87c678f844cd2a | refs/heads/master | 2021-01-02T23:11:26.330120 | 2017-08-10T13:11:29 | 2017-08-10T13:11:29 | 99,467,481 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,500 | c | /******************************************************************************
* Quantitative Kit Library *
* *
* Copyright (C) 2017 Xiaojun Gao *
... | [
"gaoxiaojun@gmail.com"
] | gaoxiaojun@gmail.com |
25a89aa622ead0ad6361d1ca65fc3ad686c8c9f2 | 6fb5719c39ea310e4b09a7b8c49e41e225104ec8 | /addressing_modes/main.c | 62f53146be68dd4ccf8db18402d04e9fc8c8561a | [] | no_license | EBignardi/ExerciseAssembly | 3afdd18da0cb859771e8e6eddac7be1b63afdd35 | 23b43f27da61b50e3a913b3b4d6ba79fb4f7b6ea | refs/heads/master | 2022-08-02T20:33:24.253699 | 2020-05-27T08:05:22 | 2020-05-27T08:05:22 | 267,257,569 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,141 | c | #include <stdio.h>
char c;
char *ptr_ch;
int a;
int *ptr_int_a;
int b;
int *ptr_int_b;
__int64 d;
__int64 *ptr_int64;
char buff[] = { 1, 2, 3, 4 };
char *bpt;
int buff1[] = { 0x11111111, 0x22222222, 0x33333333, 0x44444444 };
int *bpt1;
int i;
main()
{
c = 0x10; // dst direct, src im... | [
"noreply@github.com"
] | EBignardi.noreply@github.com |
9321127ad310fc4bfe4fd185be9be9ee1cef9dc2 | 7a48bc97452fd56b5d08003c2e9f2ef605e31b66 | /src/p2/bubblesort.c | c1b158d20188e875d60271bb3ceb9606be3dd8dd | [] | no_license | thewisenerd/15cs201j-ds-report | 2dd487bdc11c40651eed9ebccfa50c6e591418b9 | 879864341b5fb272bdc1d9d94d603d0b26328bf9 | refs/heads/master | 2021-01-11T00:03:00.537771 | 2016-10-17T00:11:05 | 2016-10-17T00:11:05 | 70,766,568 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 799 | c | #include <stdio.h>
#include <inttypes.h>
void swap(uint32_t *a, uint32_t *b) {
uint32_t t = *a;
*a = *b;
*b = t;
}
void bubblesort(uint32_t a[], size_t n) {
for (size_t i = (n - 1); i > 0; i--) {
for(size_t j = 1; j <= i; j++)
if (a[j-1] > a[j])
swap(&a[j-1], &a[j]);
printf("pass %02zu\... | [
"thewisenerd@protonmail.com"
] | thewisenerd@protonmail.com |
bc186ca7d3527405fca5b20372474c2596044399 | da3f79236626ccd0bab6cd002dd5cc4ca567a99e | /rouziclib/fileio/sound_wav.c | bf98bd9bb5c613e68acb10d3d8243bafd6233d7d | [
"Apache-2.0"
] | permissive | xrick/rouziclib | 87dbca71382e88f66c015a737589b206ee805a00 | aee10e86ee3a531660fb2bb4431a445bb9d66f8d | refs/heads/master | 2021-04-05T16:03:48.553392 | 2020-02-28T12:39:10 | 2020-02-28T12:39:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,260 | c | float *load_sound_wav_mem(const uint8_t *data, size_t data_len, size_t *sample_count, int *channels, int *samplerate)
{
uint8_t *p;
int chunk_size, bit_depth, byte_depth, compression=0;
size_t i, full_count;
float *output, vol;
int32_t (*func_read)(const uint8_t *, size_t *) = read_byte8s_offset;
// Common chunk... | [
"contact@photosounder.com"
] | contact@photosounder.com |
446fecd0cb6e4394a744b6ffe8c7b442c899db92 | 9d364070c646239b2efad7abbab58f4ad602ef7b | /platform/external/chromium_org/chrome/common/pref_font_script_names-inl.h | e990acfb3836b8ad518463ec9ccfd6f663673c4d | [
"BSD-3-Clause"
] | permissive | denix123/a32_ul | 4ffe304b13c1266b6c7409d790979eb8e3b0379c | b2fd25640704f37d5248da9cc147ed267d4771c2 | refs/heads/master | 2021-01-17T20:21:17.196296 | 2016-08-16T04:30:53 | 2016-08-16T04:30:53 | 65,786,970 | 0 | 2 | null | 2020-03-06T22:00:52 | 2016-08-16T04:15:54 | null | UTF-8 | C | false | false | 5,371 | h | // Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#define ALL_FONT_SCRIPTS(x) \
EXPAND_SCRIPT_FONT(x, "Afak") \
EXPAND_SCRIPT_FONT(x, "Arab") \
EXPAND_SCRIPT_FONT(x, "Armi") \
EXPAND_SCRI... | [
"allegrant@mail.ru"
] | allegrant@mail.ru |
16357caae0d103c10f4daf4f75059171e2d772af | 1a547eaffeda0b23fcfc0614733f97fb4e6c7c62 | /libft/ft_strclr.c | 11df04f4ccf6f45c834b49776c9c665ae931a1de | [] | no_license | Mporzier/ft_ls | 1bfc3673a7a16873e659f61257675845b6b1a88a | 988a18860e221b0be8876fbd5ee0c78ed414d172 | refs/heads/master | 2020-08-06T04:41:24.109779 | 2019-10-04T14:48:55 | 2019-10-04T14:48:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 980 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strclr.c :+: :+: :+: ... | [
"mporzier@student.42.fr"
] | mporzier@student.42.fr |
994e8409709926b66ac3edc6ce9ab534a4bc459d | 5e6db1cce81eb2e01bcf915dd4b3101e281b74cb | /serial.c | 7ef5c8c9c827fec2e7724f6ad1aea469e4aa4cb2 | [] | no_license | oektomo/agent-mobile | 7711fe16132df238a2c81874831ed87e435f305e | f236091b0b337772ace3d758f9aa8ce818048cc3 | refs/heads/master | 2021-01-18T23:41:02.673874 | 2017-12-26T16:24:18 | 2017-12-26T16:24:18 | 72,747,451 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,726 | c | #include <errno.h>
#include <termios.h>
#include <unistd.h>
int
set_interface_attribs (int fd, int speed, int parity)
{
struct termios tty;
memset (&tty, 0, sizeof tty);
if (tcgetattr (fd, &tty) != 0)
{
error_message ("error %d from tcgetattr", errno);
re... | [
"oektomo@gmail.com"
] | oektomo@gmail.com |
0362670366ce5455c8350c568ebd5cd9e90bf1df | 9bf32844a35294b4e91928ee6974ce430c381582 | /test/test_cgeqrs.c | 2ee087cd6aabf745da6127a4b93a5954f14497f4 | [] | no_license | viroulep/plasma | 8fd6a640f8ba06a2d04635aad9ec586322f9a332 | ccc034a1cbbf47c2351d916c9f270502edddb8a3 | refs/heads/master | 2021-01-17T22:09:35.939938 | 2017-03-06T04:02:15 | 2017-03-06T04:02:15 | 84,189,563 | 0 | 0 | null | 2017-03-07T11:05:37 | 2017-03-07T11:05:37 | null | UTF-8 | C | false | false | 7,548 | c | /**
*
* @file
*
* PLASMA is a software package provided by:
* University of Tennessee, US,
* University of Manchester, UK.
*
* @generated from test/test_zgeqrs.c, normal z -> c, Mon Feb 6 14:07:05 2017
*
**/
#include "test.h"
#include "flops.h"
#include "core_lapack.h"
#include "plasma.h"
#include <asser... | [
"jvlima@inf.ufsm.br"
] | jvlima@inf.ufsm.br |
0427d9e3519b8a78c03642c4aacb34194ca97fbb | 71718b60860c68539175931114ec322a83a014d2 | /dynamic/core/code_gen.c | 27a64dfb77d9d219015ff8d09faa9461dd2b6ab1 | [
"Apache-2.0"
] | permissive | killvxk/Janus | 466ba3c3f41a410ea5c0afd2c2810861eaeede8b | f51381227e20a0f00ad6356ecf07c8b752d8ec33 | refs/heads/master | 2020-04-23T19:02:33.162511 | 2019-02-14T21:06:04 | 2019-02-14T21:06:04 | 171,388,739 | 1 | 0 | Apache-2.0 | 2019-02-19T02:13:31 | 2019-02-19T02:13:30 | null | UTF-8 | C | false | false | 2,703 | c | #include "code_gen.h"
//Convert Janus variable size to operand size
static opnd_size_t opsz(uint8_t s);
opnd_t create_opnd(const JVar v) {
switch (v.type) {
case JVAR_REGISTER:
return opnd_create_reg(v.value);
case JVAR_STACK:
return opnd_create_base_disp(DR_REG_XSP,DR_REG_... | [
"rkz20@cam.ac.uk"
] | rkz20@cam.ac.uk |
285fab116ce81d32ca89814bf0a13a8efc7ce89b | ab714d8232499bd0cea0749fce896d6479a7328c | /Lista 02/07.c | b6d0def4bcd7a192a6f3363fdf114e26b4be974d | [] | no_license | fernandews/Listas-Prog.Estruturada | 7a6a0610b083a611d90c9e8e966c59269536594f | 863b3e79c970217e7e7502bc496cb009b690586d | refs/heads/master | 2023-04-15T15:58:32.641053 | 2021-05-01T02:59:21 | 2021-05-01T02:59:21 | 363,309,728 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,154 | c | #include<stdio.h>
float week_payment(int a, float b);
int main()
{
int horas;
float valor;
/*Entradas*/
printf("Digite o número de horas trabalhadas semanalmente:\n");
scanf("%d",&horas);
printf("Digite o valor da hora trabalhada:\n");
scanf("%f",&valor);
/*Chamada das fu... | [
"paula@LAPTOP-VC1N60IO.localdomain"
] | paula@LAPTOP-VC1N60IO.localdomain |
f11b33a14ddcc3cd018b8ccf74c3c99089a445b8 | 7478af0eddaf7b61a8e5b5cd5e78080d14a079d9 | /trade_src/os_GetSerNum.c | 7c11120113a8a85d58e94820decd3b513719016d | [] | no_license | richcow2018/C | d4cac8d8b1236073fae35e52f2d294a7e9721f72 | 40d0b4e296ed34d9813a4b69b97d323e211fad60 | refs/heads/master | 2020-04-05T20:39:52.664190 | 2018-11-28T02:33:19 | 2018-11-28T02:33:19 | 157,190,593 | 0 | 0 | null | null | null | null | EUC-JP | C | false | false | 6,097 | c | /************************************************************************************************/
/* 著作権 2002 */
/* 株式会社NTTデータ */
/* 金融ビジネス事業本部 */
/* */
/* */
/* 収容物 LALa−SMPシステム TRADEエミュレータ ... | [
"noreply@github.com"
] | richcow2018.noreply@github.com |
67f32c8f63527d67fe9bc11fa2586d99bb5005df | e6037195dcf03ab1e9c8275ea91040d2899daa40 | /mes.c | 9bb0874f2b742df9aca0191777fe0ded5cccc900 | [] | no_license | xmagam00/prl1 | 155aca7cd18f2afb2f0ad4f721c855e56d38a094 | 2a1465cce8f4972d54530c9f46923878845968f0 | refs/heads/master | 2021-01-10T01:21:39.846315 | 2016-03-27T12:31:12 | 2016-03-27T12:31:12 | 53,514,164 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,755 | c | /**
* Autor: Martin Maga (xmagam00)
* PRL Proj1
* Minimum Extraction sort
*/
#include <stdlib.h>
#include <stdio.h>
#include <mpi.h>
#define READ_MODE "r"
//const section
const int halt_value = -255;
//this value is used when user provide incorrect number of numbers as input
const int default_dd_value = -1;
con... | [
"martin@a05-0517a.kn.vutbr.cz"
] | martin@a05-0517a.kn.vutbr.cz |
d39bcb1c88f621116119573e76a4c8be355c653c | dc75877640c61f822367f28e403b43105b3aa589 | /hls/sha256.c | de19bace7b9065e29c8f9df612ee5e87bab99b6c | [] | no_license | stiggy87/ZynqBTC | 37a3d0bd45f31156c5d18afc369bf29874109e93 | f0337fd57653a80fb4fe15d5b4698e5131c219f4 | refs/heads/master | 2023-08-17T06:02:45.489370 | 2023-08-10T00:01:59 | 2023-08-10T00:01:59 | 7,713,763 | 82 | 37 | null | null | null | null | UTF-8 | C | false | false | 4,423 | c | #include <stdio.h>
#include <stdbool.h>
#include "sha256.h"
void sha256_transform(SHA256_CTX *ctx_transform, uchar data_transform[64])
{
uint a,b,c,d,e,f,g,h,i,j,t1,t2,m[64];
for (i=0,j=0; i < 16; ++i, j += 4)
m[i] = (data_transform[j] << 24) | (data_transform[j+1] << 16) | (data_transform[j+2] << 8) |... | [
"s.r.grace@gmail.com"
] | s.r.grace@gmail.com |
171fb0bf90a36b51e3d760688ffe2c1de6e28367 | e2f4b9896314fdc4d238ad3477f1cfe83a80d0ae | /inc/bubble.h | 6a46699e9641d9a649b0c63c76a75d90b4dd5b0c | [] | no_license | 3N4N/opengl-bubbles | a99225c2f04e63bd9b79505ff7f18254518db6e2 | 4c151165f0819bc360567c15068f7b4e673dbe1e | refs/heads/master | 2023-03-20T13:35:53.555140 | 2021-03-20T14:49:15 | 2021-03-20T14:49:15 | 349,498,030 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 149 | h | #ifndef _BUBBLE_H_
#define _BUBBLE_H_
#include "point.h"
#include "vec.h"
struct bubble {
point2 pos;
vec2 speed;
};
#endif // _BUBBLE_H_
| [
"3nan.ajmain@gmail.com"
] | 3nan.ajmain@gmail.com |
adcc46f6953acbfb8150c9816dda33885e0733b0 | 8a641d1d534935013418618055a661d8607c2c76 | /cont.c | 6e8fb6c244dcea7003838950babf53118b9d44c3 | [] | no_license | Abeeee/hello-world | 07a5527aa766463e1940f2fe03859038ff9a88d9 | 08826111d602c2b5b946115c068e80eb1afbed4f | refs/heads/master | 2021-06-23T12:17:05.846809 | 2017-09-07T09:45:06 | 2017-09-07T09:45:06 | 69,177,833 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 393 | c | #include <stdio.h>
int main()
{
int i=0,num1,num2,min=0,count=0;
printf("Input the numbers bro!!\n");
scanf("%d %d",&num1,&num2);
if(num1 >= num2)
{
min = num2;
}
else
{
min = num1;
}
for(i=1;i<=min;i++)
{
if((num1%i == 0) && (num2%i == 0))
{
... | [
"noreply@github.com"
] | Abeeee.noreply@github.com |
5c7b2d21d58afd88232ee223a29c96a89a246f65 | 5ce01e405f40353d0063f56ee3c417c963df21eb | /apps/ac/ac_sleepwalk_singleshot/firmware/src/config/sam_c21n_xpro/peripheral/ac/plib_ac.c | 58ea6b37abb2df317c6d7d22bf8b7beb336f1d69 | [
"ISC",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | muthualagappanm/csp_apps_sam_c20_c21-development | 02f4ec36b56b50bc386ac9908743dcd505b7afc3 | 853cf10e6ab81ee40cd619d35548d39c094b0f2c | refs/heads/master | 2022-12-15T22:29:21.772882 | 2020-09-18T11:42:04 | 2020-09-18T11:42:04 | 296,552,507 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,280 | c | /*******************************************************************************
Analog Comparator PLIB
Company:
Microchip Technology Inc.
File Name:
plib_ac.c
Summary:
AC Source File
Description:
This file defines the interface to the AC peripheral library.
This library provides acces... | [
"Muthu.AlagappanM@microchip.com"
] | Muthu.AlagappanM@microchip.com |
a9f35c18300bdd8eaf5e540835093a50af3a8616 | bde5023a9a77661281c6a4fc32eb2f6accb7b752 | /code_test/uart.c | d53d62185e34b713f4d7f8a001d39ba4f4fa374a | [
"MIT"
] | permissive | ex7763/osdi2020 | cc9db2a8d88ec32082660f11e92c2a4a5e76b3ac | 5ed19f455da83a03a6c3bf54843fe8925b21f18b | refs/heads/master | 2021-02-27T03:29:47.913286 | 2020-06-30T19:14:21 | 2020-06-30T19:14:21 | 245,574,113 | 1 | 0 | MIT | 2020-03-07T05:27:02 | 2020-03-07T05:27:02 | null | UTF-8 | C | false | false | 1,527 | c | #include "lib.h"
#include "string.h"
#inlcude "uart.h"
char uart_getc()
{
char r = uart_recv();
/* convert carrige return to newline */
return r == '\r' ? '\n' : r;
}
void uart_puts(char *s)
{
while (*s)
{
/* convert newline to carrige return + newline */
if (*s == '\n')
... | [
"eddie55020@gmail.com"
] | eddie55020@gmail.com |
3d61f9067137977880c6e1d489374f5635529dca | 96942365a7f3f67096149bac424e4467746304e0 | /01_A方案_pro/02_Driver/hvacproj/Sources/main.c | 4d1d74c07eb524f02cee84144fec3663f2147fce | [] | no_license | lanceshan/airCondition_yili | 491c1f427807c31a59052588969457ff8acc77d5 | d89dde74872d9f008591e0f9f4e2d81129be2be3 | refs/heads/master | 2021-01-13T08:19:07.922240 | 2016-10-24T11:41:47 | 2016-10-24T11:41:53 | 71,782,697 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 5,043 | c | /* ###################################################################
** Filename : main.c
** Project : hvacproj
** Processor : SKEAZ128MLK4
** Version : Driver 01.01
** Compiler : GNU C Compiler
** Date/Time : 2015-07-20, 19:34, # CodeGen: 0
** Abstract :
** Ma... | [
"694337919@qq.com"
] | 694337919@qq.com |
fbd34d467143510d7acc651256ae92fc20f39d89 | 99815c315ea04a768980d0b4639ebd1459a91875 | /counters.h | 46bc16f4a6d0eada5feea5e30c2a1572d7d0d755 | [] | no_license | ahills60/Security-Analysis | 2522607a8ac2f1a980c9eade69d47ec5338dbc30 | d08c90d49fcd03aa7b41d15a312e1128175cbf7c | refs/heads/master | 2021-01-20T19:48:48.050592 | 2015-03-25T18:03:41 | 2015-03-25T18:03:41 | 32,882,027 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,637 | h | /* This header file defines counters for defining cost */
#include <stdio.h>
#include <stdlib.h>
#ifndef __COUNTERS_H_
#define __COUNTERS_H_
#define ADD 0
#define SUB 1
#define MUL 2
#define DIV 3
#define SHI 4
#define AND ... | [
"ahills60@gmail.com"
] | ahills60@gmail.com |
5d490c2616cdaccf37770678fb455a3a4f25fbfa | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/multimedia/dshow/filters/mpeg1/mpegapi/dbgext.h | e4c8bcf9814bb3ebddfcc3d905fa9b7fec9fab21 | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,323 | h | /*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
DbgExt.h
Abstract:
Mpeg WinDbg debugger Extensions include
Author:
Paul Lever (a-paull) 2-Feb-1995
Environment:
Kernel mode only
Revision History:
--*/
#define TRACE_BUFFER_SIZE 255 // size of indiv... | [
"112426112@qq.com"
] | 112426112@qq.com |
d5936f4e10763fe8e129914dd5ff5c4ae80d38ac | 4ca8848bf7b47b5e9aeb64fb5c81411704737c4a | /Assignment 2/ques5.c | efd2fb4e30fd7803a4c4a7850bdec45ec8742a8f | [] | no_license | shefali12-ab/C-programs | 5ee8b4e2bea3520c285e8c97cf79280efadb7810 | 7b426a6379b429ec6717b66074779011887b4a46 | refs/heads/master | 2023-07-24T22:14:37.397914 | 2021-09-06T07:16:46 | 2021-09-06T07:16:46 | 364,658,977 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 98 | c | main()
{ char x;
printf("Enter a character");
scanf("%c",&x);
printf("ASCII value is %d",x);
}
| [
"56781823+shefali12-ab@users.noreply.github.com"
] | 56781823+shefali12-ab@users.noreply.github.com |
a30241bb8bdf4a22084dd90731c3e95653be692c | 5c5a0a2a42e28db00f0cdbc7d1d6ad0964e7e286 | /fw/user_shaders/shader_phong.c | 68ec8dd8af3f4ba939811a5cf645c5bdc71931a8 | [] | no_license | valeriyk/gpu_sw | 3c395bfb0a9d44aa693dfdad6cb49eb09edc6dde | ec15a06b10b70dac28498fa7ad25ac7c08366f3b | refs/heads/master | 2021-01-13T05:38:01.074798 | 2018-04-07T16:14:46 | 2018-04-07T16:14:46 | 95,113,650 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,717 | c | #include "shader_phong.h"
//#include "gl.h"
//#include "geometry_fixpt.h"
//#include <math.h>
#define FLOAT_NORM 1
#define FLOAT_TEXT 1
#define FLOAT_SHADOW 1
////////////////////////////////////////////////////////////////////////
// This shader illustrates usage of dynamic shadows.
// Shadow buffer must ... | [
"valeriy.kazantsev@gmail.com"
] | valeriy.kazantsev@gmail.com |
0c3db87ae22a0fae415cc0f3942a63228ae39540 | 391ecde7e95a045b9039f299fb532fc6409edd7f | /AutoRamp2.c | b29d27749c18aa493392f1317644ff4d79819983 | [] | no_license | 8737/8737 | e682861df52d32c53a7b707cfee1e523771ff94e | 965ee6a057fd97b12db55b38ac05ecdb82303426 | refs/heads/master | 2016-09-01T22:12:43.610603 | 2015-02-15T06:35:33 | 2015-02-15T06:35:33 | 26,471,889 | 0 | 1 | null | 2015-02-15T06:35:34 | 2014-11-11T06:05:20 | C | UTF-8 | C | false | false | 4,940 | c | #pragma config(Hubs, S2, HTServo, none, none, none)
#pragma config(Sensor, S4, LiftDownTouch, sensorTouch)
#pragma config(Motor, mtr_S1_C1_1, LiftA, tmotorTetrix, openLoop)
#pragma config(Motor, mtr_S1_C1_2, LiftB, tmotorTetrix, openLoop, reversed)
#pragma config(Motor, mtr_S1_C2_1, ... | [
"bennett.c.liu@gmail.com"
] | bennett.c.liu@gmail.com |
852c6709aa9cc4103804b000a6fd83264242ba4d | 957b25ecdacf2bce21d871d922198a4c1b34591e | /include/alias.h | 16c0dbbd63893468e9a617084dba9978ea62bb62 | [] | no_license | lambnathan/UNIX_shell | adad8df3a96fd43d52748eaace0d6cb62013c968 | 8368ba0ddb4404e63ec0923ee4872945c9ae6fba | refs/heads/master | 2023-04-04T07:30:38.775683 | 2020-02-27T03:15:41 | 2020-02-27T03:15:41 | 358,702,169 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 781 | h | #ifndef _ALIAS_H
#define _ALIAS_H
struct alias_table{
char** name; //array of the old strings
char ** value; //array of the new strings, with order relative to their old counterparts
int used; //keeps track of number of aliases
int capacity; //keeps track of available memory slots in table
};
struct ali... | [
"nlambert@mymail.mines.edu"
] | nlambert@mymail.mines.edu |
126ead9c1e9e0006eabd88fae84be43d9863b4ed | 35fe118f7dd79c24cda201216daeeb33ef1f8eff | /USDK/example_sources/ethernet_mii/src/main.c | 740a9fa15114375024954777e03162da11a8f4c3 | [
"Unlicense"
] | permissive | ghsecuritylab/RTL00_WEB | 207319f2948805d3e753f7b7f56ca7ad036e1cc7 | a999e4c2fd188d56130273432012bec502c4ccc1 | refs/heads/master | 2021-02-28T19:28:13.131821 | 2018-04-20T08:08:48 | 2018-04-20T08:08:48 | 245,727,532 | 0 | 0 | Unlicense | 2020-03-08T00:30:19 | 2020-03-08T00:30:19 | null | UTF-8 | C | false | false | 877 | c | #include "FreeRTOS.h"
#include "task.h"
#include "diag.h"
#include "main.h"
#include "ethernet_api.h"
#include <example_entry.h>
extern void console_init(void);
/**
* @brief Main program.
* @param None
* @retval None
*/
void main(void)
{
if ( rtl_cryptoEngine_init() != 0 ) {
DiagPrintf("crypto engine in... | [
"pvvx@mail.ru"
] | pvvx@mail.ru |
672e1e3bb15e06cf50b1eeb29516a8af858849f7 | 92149d5eef7b53bf7faa022e58971ee36a2040ef | /nwen241/C - Assing02/q3.c | 2b6c732b9fbb57dbc760a498ce21b44b3f0017e3 | [
"MIT"
] | permissive | dbanetto/uni | 3fb5767ed2266f1a938e3b26aa9cb3f53850a5b0 | c04d969001501f803c4010dee1b3992f69a66042 | refs/heads/master | 2021-09-20T06:52:49.623594 | 2018-08-06T09:20:24 | 2018-08-06T09:20:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 595 | c | #include<stdio.h>
int stringcmp(const char *s1, const char *s2 ); /* prototype */
int main(void)
{
char string1[ 80 ]; /* create a string */
char string2[ 80 ]; /* create another string */
printf("Enter two strings: ");
scanf("%s%s", string1 , string2);
printf("The result is %d\n", stringcmp(string1, string2));... | [
"david@barnett.net.nz"
] | david@barnett.net.nz |
f64c916b7774a79a70ad4ae63fbc44675532b1fa | 35a9d2479797a58bde9152d52dfd5cf937ca43be | /src/adc.h | ef890b4d3a062e4755a833b81469709c337c7e43 | [
"MIT"
] | permissive | bddwyx/esc32 | cc4a1301961379182545003709f088d928bd9e08 | f330ed13e0d98de9470eb8eedb735a5197768c69 | refs/heads/main | 2023-04-23T16:21:43.355773 | 2021-05-08T10:25:08 | 2021-05-08T10:25:08 | 365,481,234 | 0 | 0 | null | 2021-05-08T10:08:36 | 2021-05-08T10:08:36 | null | UTF-8 | C | false | false | 3,501 | h | /*
This file is part of AutoQuad ESC32.
AutoQuad ESC32 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 3 of the License, or
(at your option) any later version.
AutoQuad ESC... | [
"2491739481@qq.com"
] | 2491739481@qq.com |
606147716e5ac219de8cb82646baa48498b90063 | f99f9193a6aa8f9ac12e4586a484729662312b16 | /171098184陈源珊第七周作业.c | ee6e099838723c72664aca1f9a3ec7383b8efb1b | [] | no_license | L-cys/C-for-programming | 95d40997a710ff1f8c3b70466585764c548a37fb | 92abfa6bb55f5450c0f1826860709f4a6e1a4d85 | refs/heads/master | 2021-05-20T21:04:56.255257 | 2020-05-07T03:53:21 | 2020-05-07T03:53:21 | 252,416,653 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,291 | c | //
// main.c
// Week_7
//
// Created by 陈源珊 on 2020/3/26.
// Copyright © 2020 陈源珊. All rights reserved.
//
#include <stdio.h>
void Fun7_1(void);
void Fun7_2(void);
void Fun7_3(void);
void Fun7_4(void);
void Fun7_5(void);
void Fun7_6(void);
void Fun7_7(void);
void Fun7_8(void);
int main() {
int c;
while(1) ... | [
"noreply@github.com"
] | L-cys.noreply@github.com |
9f975894731375b56b717c5c2624d72aa221cf6a | f473c6afff2ffb09dbef991575737cb23c964e3b | /old_sources/openServo/openservo.h | bd9a5648ed761224a5973a956cc3b0f658e782c9 | [] | no_license | bogamct/All-files-of-Giraff | 9563dd7858ab25f937537b73fe7f9be6f4c9527b | a8bba26e1a0e2ca06345fd9d2bb0a70af7c1f480 | refs/heads/master | 2016-09-06T13:30:02.353010 | 2015-05-16T13:08:16 | 2015-05-16T13:08:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,446 | h | /*
Copyright (c) 2006 Michael P. Thompson <mpthompson@gmail.com>
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights... | [
"andrey.kiselev@oru.se"
] | andrey.kiselev@oru.se |
ceb6da7dc187a4bd536cd6fd8eac3ac5cab81d06 | de8c0ea84980b6d9bb6e3e23b87e6066a65f4995 | /3pp/linux/include/linux/via-core.h | 9e802deedb2d4c6c627de13819ac9d92dc5193a8 | [
"GPL-2.0-only",
"MIT",
"Linux-syscall-note"
] | permissive | eerimoq/monolinux-example-project | 7cc19c6fc179a6d1fd3ec60f383f906b727e6715 | 57c4c2928b11cc04db59fb5ced962762099a9895 | refs/heads/master | 2021-02-08T10:57:58.215466 | 2020-07-02T08:04:25 | 2020-07-02T08:04:25 | 244,144,570 | 6 | 0 | MIT | 2020-07-02T08:15:50 | 2020-03-01T12:24:47 | C | UTF-8 | C | false | false | 6,763 | h | /* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright 1998-2009 VIA Technologies, Inc. All Rights Reserved.
* Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved.
* Copyright 2009-2010 Jonathan Corbet <corbet@lwn.net>
* Copyright 2010 Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
*/
#ifndef ... | [
"erik.moqvist@gmail.com"
] | erik.moqvist@gmail.com |
131a3e2f7333c039283a87998a3765bd5c4408d6 | 2d754e98ea75b11679f739480b62ffc29ff1a37e | /libft_files/ft_tolower.c | a820dd80312673534420a2a700778edeca451649 | [] | no_license | Thibaut-Fontaine/fillit | 7534e270f639068fb6bd4b7a3b64f7330cc40dad | e8657131d3f2e9f0ef0f6814ec32d3b4019bcf0b | refs/heads/master | 2021-05-01T21:34:21.795257 | 2017-01-08T19:56:36 | 2017-01-08T19:56:36 | 75,443,901 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 994 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_tolower.c :+: :+: :+: ... | [
"tfontain@e3r12p2.42.fr"
] | tfontain@e3r12p2.42.fr |
3c4126473bb06a7647e1d81959797baebb24148f | 98b0c13ec08fd7c84dc7f937c0b8053fe2c83d26 | /lib/irccd/limits.h | d1af3e05ddd7a5896453d516619c816068d2d2de | [
"ISC"
] | permissive | markand/irccd | ed2fd15244c3c5503e62846ba0924ca19137ef5a | 3bd30a8af7511351facce7b2724ba7f5b3f63817 | refs/heads/master | 2023-08-22T20:46:21.428519 | 2023-08-05T20:31:53 | 2023-08-05T20:31:53 | 35,502,539 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,526 | h | /*
* limits.h -- irccd limits
*
* Copyright (c) 2013-2023 David Demelier <markand@malikania.fr>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.... | [
"markand@malikania.fr"
] | markand@malikania.fr |
9e2139b4ca1480d3e537bb9d4024899417d58329 | bf9a2d1059262176a8caaa3fb68f49998111d465 | /Project_UART0.c | 6c272c591bd1be89dba77aa5284a0e92a16f88cd | [] | no_license | thuan1091996/UART | be6fbd7ba91c664d542fbfde3f31e2470b89a3a4 | 456c5b7425c1a54da933e604c2e0752f96961b6c | refs/heads/master | 2023-05-25T04:01:51.748709 | 2020-08-23T08:17:14 | 2020-08-23T08:17:14 | 289,714,610 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 5,462 | c | /*******************************************************
This program was created by the
CodeWizardAVR V3.12 Advanced
Automatic Program Generator
© Copyright 1998-2014 Pavel Haiduc, HP InfoTech s.r.l.
http://www.hpinfotech.com
Project : Project_UART
Version : v.1.0
Date : 8/2/2018
Author : Tran Minh Thuan
Company ... | [
"minhthuan1091996@gmail.com"
] | minhthuan1091996@gmail.com |
4895384c791f6a02bd3201de0b0b2776ad925364 | 12ae7959a99b39bb4304d51899f1ba9644d29dce | /2018 - Spring/CS 2110 Computer Organization & Programming/Homework 10/grader.c | 0c0fba72fedc0b6dafd919be90db50a23a92687e | [] | no_license | ZacharyWaters/Projects-and-Homeworks | aac2daf193e6b63eca085d6aeb26e982f20104b2 | 62cb237e4d304cc7c486da4d859609fb393bc473 | refs/heads/master | 2020-12-02T13:39:01.919624 | 2019-12-31T04:14:49 | 2019-12-31T04:14:49 | 231,024,102 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 48,728 | c | #include <assert.h>
#include "grader.h"
#include "array_list.h"
student_test tests[NUM_TESTS] = {
// create - 7 points
{test_create_first_malloc_fails, "test_create_first_malloc_fails", 2, false},
{test_create_second_malloc_fails, "test_create_second_malloc_fails", ... | [
"33587025+apexhydra@users.noreply.github.com"
] | 33587025+apexhydra@users.noreply.github.com |
d6317acc91b89372e17f2ba8a0f6eb9c07a56f75 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/net/rras/ip/dvmrp/if.c | 8175caab0aae5384f8ecc8d778c666b9b555c414 | [] | 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 | 32,070 | c | //=============================================================================
// Copyright (c) 1997 Microsoft Corporation
// File Name: if.c
// Abstract:
//
// Author: K.S.Lokesh (lokeshs@) 1-1-98
//=============================================================================
#include "pchdvmrp.h"
#pragma hdrstop
... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
2fae07ac348f4b246d853efd860ad026533e2230 | ca75f7099b93d8083d5b2e9c6db2e8821e63f83b | /z2/part1/jm/gamma_board/board_w1_h2.c | ee2ac607a2b735a92b669f938eabc23693baf3b8 | [
"MIT"
] | permissive | kozakusek/ipp-2020-testy | 210ed201eaea3c86933266bd57ee284c9fbc1b96 | 09aa008fa53d159672cc7cbf969a6b237e15a7b8 | refs/heads/master | 2022-10-04T18:55:37.875713 | 2020-06-09T21:15:37 | 2020-06-09T21:15:37 | 262,290,632 | 0 | 0 | MIT | 2020-06-09T21:15:38 | 2020-05-08T10:10:47 | C | UTF-8 | C | false | false | 599 | c | #include <stdint.h>
#include <stdlib.h>
#include <assert.h>
#include <stdio.h>
#include "gamma.h"
#include <stdbool.h>
#include <string.h>
int main() {
/*
scenario: test_gamma_board
uuid: 434335337
*/
/*
gamma_move + gamma_board
*/
gamma_t* board = gamma_new(2, 1, 9, 9);
assert( board != NULL );
assert( gamma_move... | [
"jakub@molinski.dev"
] | jakub@molinski.dev |
73b6dd4ac83d5f7535a013bb86d72e13c374c11d | 5fefd8b5bbb6291f65342be7a5a84ecf378a85ce | /MCAL/URT/URT.h | e59e2a03285e9ddf6d8c6eb878612a5dbb8a1b05 | [] | no_license | ali225/Embedded_System_Driver_AVR32 | 3d4315d31ab924edd92231ba4d0202c0ef2ff4c6 | b2ec3717352ee96bf306aa3455ec4b6d89d89fc2 | refs/heads/master | 2020-08-07T23:32:33.098268 | 2020-01-14T15:58:46 | 2020-01-14T15:58:46 | 213,624,542 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 260 | h | /*
* URT.h
*
* Created on: Nov 11, 2019
* Author: Eng Ali Gamal
*/
#ifndef MCAL_URT_URT_H_
#define MCAL_URT_URT_H_
extern void UART_VidInit();
extern void UART_Send(u8 Data);
extern stdReturnType_t UART_Receive();
#endif /* MCAL_URT_URT_H_ */
| [
"aligamal_25@yahoo.com"
] | aligamal_25@yahoo.com |
37247d38879e51d002e9e669103342a925b83e30 | fe32dc07ee9a81c80c6b69c29c71af8ed8b70995 | /src/directory.h | ac5ee4baa614607fc3a48a55b71b0929b4ba30e2 | [
"FSFAP"
] | permissive | bitptr/argonaut | 9e31616eff361e7d78715f523e3eccf3c32a6a6e | f2dd9afd90717e5cd5f6024d0c26aea89905a5ea | refs/heads/master | 2020-05-07T18:23:57.396774 | 2020-03-10T01:45:31 | 2020-03-10T01:45:31 | 22,644,916 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 155 | h | #ifndef DIRECTORY_H
#define DIRECTORY_H
#include <gtk/gtk.h>
#include "state.h"
void open_directory(struct state *, gchar *);
#endif /* DIRECTORY_H */
| [
"mike@mike-burns.com"
] | mike@mike-burns.com |
221ec0fda3527ffad2b3e17709a57430605fdd2d | 233766c3228b98ae42371ab4a70d559429ad74f5 | /lab05/src/main.c | 61ce525e80b8f9a4160c9bb82057a89192a821ba | [] | no_license | Vlad-Makarenko/Programing-repo | 5d4e9769ac0257079d21885489c7bb183661a075 | 8c1d1bbee825fde2da571f418f813948a090a4cc | refs/heads/main | 2023-05-09T12:12:20.583174 | 2021-06-01T21:19:15 | 2021-06-01T21:19:15 | 303,690,931 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 166 | c | int main ()
{
int num = 3;
float Square_root = 0.0001;
while (Square_root * Square_root <= num) {
Square_root += 0.0001;
}
return 0;
}
| [
"makrenkovladok@gmai.com"
] | makrenkovladok@gmai.com |
0624af45d1c52cef45cb4106c9aae78ba58a3daf | d74a9027d87f23eb741a053e9a264c4b7f604457 | /libft/ft_countwords.c | c615d7b1ef9de3b49d83d771c908e9da067c5b13 | [] | no_license | ksanabuka/42Fillit | 4acf42af2e4d65cef41d8c121448de13ebf07b74 | 7b0498634d11b737b1ac499c9536d76799ad8140 | refs/heads/master | 2020-05-02T09:53:07.717020 | 2019-04-25T21:51:55 | 2019-04-25T21:51:55 | 177,883,384 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,167 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_countwords.c :+: :+: :+: ... | [
"obuksha@hotmail.com"
] | obuksha@hotmail.com |
9a3a7746d5e42f64f31967487a33564d63dec1b3 | 5572c275febbfd70c530578ba53b1d25b385abba | /lab08/hello.c | ebf2a0b8905421ae14ea3c827fdec31573618e83 | [] | no_license | charleslee94/61c | 3ca6230170129f1131b57ebf76df9124f6898692 | da5a3f4397635ec71cabdc03ddad24c989cc076c | refs/heads/master | 2021-01-01T20:00:47.501668 | 2015-09-16T19:18:18 | 2015-09-16T19:18:18 | 42,608,143 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 171 | c | #include <stdio.h>
#include <omp.h>
int main() {
# pragma omp parallel
{
int thread_ID = omp_get_thread_num();
printf(" hello world %d\n", thread_ID);
}
} | [
"charleslee94@berkeley.edu"
] | charleslee94@berkeley.edu |
3afefd4d934795adb49b5b72022e3535aa82f407 | 300b5306e4806bf8b457baa58be2586f424eb608 | /LeetCodeSolutions/KadanesAlgo.c | 2378be658f9795fe62aead0fb7f6bb29c79b29a9 | [] | no_license | uturuncuayaku/C-programs | ed67da4bae517af42b7865f644ea728439e95121 | 18a0cc120025bba6f69729295be346f9c700a166 | refs/heads/master | 2023-02-03T09:57:28.516759 | 2023-01-23T23:48:36 | 2023-01-23T23:48:36 | 226,007,302 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 250 | c | #include <limits.h>
int maxSubArray(int nums, int numsSize){
int i = 0;
int sum = 0;
int max = INT_MIN;
for(i = 0; i < numsSize; i++){
if(sum >= 0)
sum += nums[i];
else
sum = nums[i];
if(sum > max)
max = sum;
}
return max;
}
| [
"andtruj23@gmail.com"
] | andtruj23@gmail.com |
b3ef239e67fdb1664150a3b111329f3babdbacb3 | de8c0ea84980b6d9bb6e3e23b87e6066a65f4995 | /3pp/linux/include/linux/thunderbolt.h | ece782ef54661b6ef91df0c46f6e1cf5634cb6ba | [
"GPL-2.0-only",
"MIT",
"Linux-syscall-note"
] | permissive | eerimoq/monolinux-example-project | 7cc19c6fc179a6d1fd3ec60f383f906b727e6715 | 57c4c2928b11cc04db59fb5ced962762099a9895 | refs/heads/master | 2021-02-08T10:57:58.215466 | 2020-07-02T08:04:25 | 2020-07-02T08:04:25 | 244,144,570 | 6 | 0 | MIT | 2020-07-02T08:15:50 | 2020-03-01T12:24:47 | C | UTF-8 | C | false | false | 19,698 | h | /* SPDX-License-Identifier: GPL-2.0 */
/*
* Thunderbolt service API
*
* Copyright (C) 2014 Andreas Noever <andreas.noever@gmail.com>
* Copyright (C) 2017, Intel Corporation
* Authors: Michael Jamet <michael.jamet@intel.com>
* Mika Westerberg <mika.westerberg@linux.intel.com>
*/
#ifndef THUNDERBOLT_H_
#... | [
"erik.moqvist@gmail.com"
] | erik.moqvist@gmail.com |
e3b4dfe3b7bb5b090ab7e6fa98daf5ef38ccf4b1 | 1f83a8615021b6686030f14d182a537706cfa4f7 | /sys/arch/luna68k/dev/siotty.c | 06a8621217f2040924e1f4488b98d773b49559fc | [] | no_license | ach84/netbsd-9.1 | b792ae300afd072f35ca1f14200304a1bf8cd8c6 | 0b531b792493c076fa4fd26c5a9f0104a511f625 | refs/heads/master | 2023-03-16T16:01:32.036323 | 2021-03-07T01:41:13 | 2021-03-07T01:41:13 | 343,806,155 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,712 | c | /* $NetBSD: siotty.c,v 1.45 2019/06/30 02:11:56 tsutsui Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Tohru Nishimura.
*
* Redistribution and use in source and binary forms, with or without
*... | [
"adrian.chomicki@gmail.com"
] | adrian.chomicki@gmail.com |
de175b0da0a52392305059c94487729f49b0b838 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/b8faf642-b411-4c50-b81a-478040ef4d70.c | c656de9fa8490fedd75f9887d98943ccb41808e2 | [] | 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 | 580 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = l/j;
l = i-j;
l = l%j;
k = l-j*i;
//variables
/* START VULNERABILITY */
int a;
long b[23];
long c[69];
a = 0;
while... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
03386cf3c8e1afcba4d29823f6a5933542ae2069 | 8c89f9a1c0978046c4736443811c8610cbc5e9e4 | /src/library/libaimini4wd/file_system/diskio.c | 2f1a332131cffca7e3859c03d22c09fb65531f50 | [
"MIT"
] | permissive | aks3g/ai_mini_4wd_kit | 0d9babe090dfdcf0b402948e02aa08fbc30abd6a | 654239856c3a892150f1d1d2eac9ff59909a8b44 | refs/heads/master | 2023-08-04T18:37:34.457868 | 2023-02-15T20:17:35 | 2023-02-15T20:17:35 | 176,504,840 | 12 | 1 | MIT | 2019-09-04T14:03:24 | 2019-03-19T12:15:10 | C | UTF-8 | C | false | false | 3,982 | c | /*-----------------------------------------------------------------------*/
/* Low level disk I/O module skeleton for FatFs (C)ChaN, 2016 */
/*-----------------------------------------------------------------------*/
/* If a working storage control module is available, it should be */
/* attached ... | [
"kiyotaka.aks@gmail.com"
] | kiyotaka.aks@gmail.com |
0121f1a6bff02ddee08de612ec451a46f7eb4c18 | 9b19bc49a955c9f4bce90296fc670d0c10669be7 | /src/discover_board.h | 27de0781812b7bb7c4c3e025a248f8f8cf611eb3 | [] | no_license | kasikS/PlantFeeder-sw | 25417bea47329f68cbdb2f89e1058a77c1fd6582 | 021959d33e689503193beb0ba4bafbfa75c2213b | refs/heads/master | 2022-05-05T05:41:27.070282 | 2018-11-04T12:53:59 | 2018-11-04T12:53:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,081 | h | /**
******************************************************************************
* @file discover_board.h
* @author Microcontroller Division
* @version V1.0.2
* @date September-2011
* @brief Input/Output defines
***************************************************************************... | [
"orson@orson.net.pl"
] | orson@orson.net.pl |
4851e2cc9beb2dce67633cb68bfa4f24e9419ba8 | f1dfa3cbafd69ac53000a66f4cb0c6a5b4bb6b84 | /btoc/blib.c | ca304df93aa2c217c3643edc58f6ee17e0082f05 | [] | no_license | dbremner/retrocomputing | 0c8ed110a59a3805badfab272ffd06e75a64fd7d | 2ba83847f76a0f505cbff20f3a168b9db0834916 | refs/heads/master | 2016-08-11T12:42:41.400113 | 2015-10-29T13:17:07 | 2015-10-29T13:17:07 | 44,700,108 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,793 | c | #include <stdio.h>
#define bytesperword 4
#define c_esc 0x1B
#define true -1
#define false 0
typedef long word;
typedef char* string;
/* This is a library of I/O routines which conform in name
and function to those in the BCPL runtime system. By adding
this to the C version of a BCPL program no routine names ... | [
"dbremner@gmail.com"
] | dbremner@gmail.com |
289dd70896c1abdac0d894c930c809cb1d521845 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/fastsocket/kernel/arch/powerpc/platforms/ps3/extr_os-area.c_db_get_rtc_diff.c | ab78c4d2afbb877a652bb6f34e65cc083765d319 | [] | 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 | 807 | 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 |
8a69d2f99401bec3af1659b4b42a9cde2373676f | ac3c23ed01da3717d78d47b1c6cc9bf608595f40 | /whatismyip/src/whatismyip.c | 80ad1b086fb280fa924eaec4a639ddd5f8ce57bc | [
"BSD-3-Clause"
] | permissive | stathizzz/whatismyip | cd117a1ec9b923857bfcf8b0bf5f5cc9cbca611d | 479f28d4482ec26de7be881be3edf967569edde0 | refs/heads/master | 2020-03-07T15:01:00.351673 | 2018-09-12T09:01:26 | 2018-09-12T09:01:26 | 127,542,443 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,480 | c | /*
* Copyright (c) 2013-2018, Sfecas D. Efstathios <stathizzz@gmail.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* ... | [
"stathizzz@gmail.com"
] | stathizzz@gmail.com |
1e3fedcf3e1038f3a7c689c670db29deab7272e1 | bc5857405ac65c8ea69b1207b47d3954c5a4e43b | /wintegra/branch/bp_loop_43_wireline_linux/old/03120-pce_cbfc.c | aca5793defe9977e447a355ee35308ce117d4f24 | [] | no_license | morrisxd/morrix-project-name | 664c03dc7a9735d51c0086cf6fef790e8212f907 | ee62eac043e389f1ad31338bbe90534e78836b00 | refs/heads/master | 2021-01-10T06:08:47.834658 | 2015-07-10T05:46:27 | 2015-07-10T05:46:27 | 43,100,300 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 97,262 | c | /*************************************************************
* (C) Copyright 2001-2011, Wintegra. All rights reserved.
* WINTEGRA CONFIDENTIAL PROPRIETARY
* Contains Confidential Proprietary information of Wintegra.
* Reverse engineering is prohibited.
* The copyright notice does not imply publication.
********... | [
"lord.praise@gmail.com"
] | lord.praise@gmail.com |
e08ceb346881a58d048361ef0f91f3530bc22e8b | e7f314ab4fe6b063a026cb9af0eb0ad0933f335d | /Q2NuPt2Zeta_aa_all_UML_bkgExpPol1_full_Tvz/data_CD_D/rspic/hM1_2.C | 4ddc9b638a602f7ddcaa4388917432cffc216047 | [] | no_license | orsosa/EG2_analysis | 016f91bb3761b0cf309523837ebf2124944f8341 | 08cea395b98d050ea9ffbca866e267158578f147 | refs/heads/master | 2021-01-21T22:35:47.935595 | 2018-10-03T19:06:10 | 2018-10-03T19:06:10 | 102,161,447 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 58,181 | c | {
//=========Macro generated from canvas: c/The canvas
//========= (Thu Apr 26 20:31:35 2018) by ROOT version5.34/34
TCanvas *c = new TCanvas("c", "The canvas",1,1,920,666);
gStyle->SetOptStat(0);
c->SetHighLightColor(2);
c->Range(0,0,1,1);
c->SetBorderSize(2);
c->SetFrameFillColor(0);
// --------... | [
"oj.5070@gmail.com"
] | oj.5070@gmail.com |
249c39b693d46ec17e44c4415f7722a21ccc1a5e | 08d40612d07620c5f2c4d316ebdd888a4fbf5c1b | /archlinux/usr/include/wayland-server-protocol.h | 7ea60398c9412fc56368fe7d5cef2394163093fb | [] | no_license | JeffersonLab/slac_svt | 23288ad0e835704e7dcb5305ba7302e615feee38 | b953197a33aea191932d615e07f8deda653b7915 | refs/heads/master | 2022-12-03T01:17:31.396512 | 2017-09-11T20:20:00 | 2017-09-11T20:20:00 | 84,235,755 | 0 | 2 | null | 2022-11-21T08:20:12 | 2017-03-07T19:05:40 | C++ | UTF-8 | C | false | false | 138,870 | h | /* Generated by wayland-scanner 1.14.0 */
#ifndef WAYLAND_SERVER_PROTOCOL_H
#define WAYLAND_SERVER_PROTOCOL_H
#include <stdint.h>
#include <stddef.h>
#include "wayland-server.h"
#ifdef __cplusplus
extern "C" {
#endif
struct wl_client;
struct wl_resource;
/**
* @page page_wayland The wayland protocol
* @section ... | [
"root@clonpc14.jlab.org"
] | root@clonpc14.jlab.org |
c73524a17a8a2cfe1e2813ad47a6321f0041c693 | b00eca3d7ab96418f6193d8eb0ac0b57a2d5d232 | /MetodesNumerics1/Interpolacio.h | 88022f5322900d7108ae719664da3188eda0b2c2 | [] | no_license | TresLos/Universitat | 618da29a7907a57e70e37e6b699bc255e1905c36 | 2a9f2a3b1f1fb0442f3687608ba9817fbd64ff96 | refs/heads/master | 2020-05-15T11:47:56.463848 | 2017-05-08T08:57:36 | 2017-05-08T08:57:36 | 27,329,352 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,445 | h | /* Encarregat de tenir totes les llibreries de les interpolacions polinomiques */
/* */
/* ... | [
"asistare7@gmail.com"
] | asistare7@gmail.com |
7ea9a7bb47af4ffb50ab8dfd8c9bcb34ade94b8c | e2990cde74213c8858d1b56adb64fa7e479ec7bc | /auto-gen/bridge/stack/stack_hanoi.h | d98f871fa380e2103f71ab15a2697054aaa2fe4b | [
"MIT"
] | permissive | huawenyu/Design-Patterns-in-C | 2b0c23c16460d2b220f74b23eab64c5defbce3b5 | e18e87d39ea894d24f77b2d1e6ca37db231f1908 | refs/heads/master | 2023-04-10T13:10:39.251309 | 2023-04-05T16:38:18 | 2023-04-05T16:38:18 | 18,507,912 | 382 | 123 | MIT | 2022-08-01T14:08:10 | 2014-04-07T06:12:51 | C | UTF-8 | C | false | false | 623 | h | /**
* stack_hanoi.h 2014-05-02 01:32:58
* anonymouse(anonymouse@email)
*
* Copyright (C) 2000-2014 All Right Reserved
*
* THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
* KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR ... | [
"hyu@fortinet.com"
] | hyu@fortinet.com |
6901cad3adf29e264b0a27fd64288e6346bd4e06 | 0e0012c4edfd860142bb0dc8e612bbfd0638d777 | /src/lval.h | bf9443f50b1efdc0417789a230bcf914429cd6ae | [] | no_license | Mikevin/byol | de87cf28da9b81b968addd420745340f31c99e78 | 4f8d07b83f4630eb96944c6a8c4de9a3b0f3442c | refs/heads/master | 2020-03-22T14:20:20.354948 | 2019-06-03T17:02:08 | 2019-06-03T17:02:08 | 140,171,461 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 677 | h | //
// Created by mike on 6/3/2019.
//
#ifndef BYOL_LVAL_H
#define BYOL_LVAL_H
enum {
LVAL_ERR, LVAL_NUM, LVAL_SYM, LVAL_SEXPR
};
enum {
LERR_DIV_ZERO, LERR_BAD_OP, LERR_BAD_NUM
};
typedef struct lval {
int type; // one of LVAL_ERR, LVAL_NUM, LVAL_SYM, LVAL_SEXPR
long num; // actual value
... | [
"mkvanleeuwen@gmail.com"
] | mkvanleeuwen@gmail.com |
5b28010e5dac5000f132800f3031c00f20196964 | c4890066a44ddbfdbe17408d0df75e4c41ba9d2a | /pspgl/glIsBufferARB.c | 8c40f26506bc36a073b02b106777a6587be8d3bd | [
"BSD-3-Clause"
] | permissive | gtzampanakis/psp-ports | 2fb8f3c10010a537f92a872edcc268e38977024c | da731ff22f346d9328bb5a8753008760c9921311 | refs/heads/master | 2020-04-08T20:37:17.571108 | 2015-06-01T20:59:09 | 2015-06-01T20:59:09 | 32,609,199 | 1 | 0 | null | 2015-03-20T21:58:44 | 2015-03-20T21:58:43 | null | UTF-8 | C | false | false | 261 | c | #include "pspgl_internal.h"
GLboolean glIsBufferARB(GLuint buffer)
{
struct hashtable *hash = &pspgl_curctx->shared->buffers;
return __pspgl_hash_lookup(hash, buffer) != NULL;
}
GLboolean glIsBuffer(GLuint buffer)
__attribute__((alias("glIsBufferARB")));
| [
"dan.peori@oopo.net"
] | dan.peori@oopo.net |
6313d20d66cf3a077a625c5eaa44c2d5f5205d47 | 23ed2df78ede14883d35b19844790a78db5405ca | /unpv22e/pipe/mainpopen.c | a56adad8cc0d556b9a4bcad0f6061a09ef47effa | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | sosflyyi/source | 703b7128a962f0a257beb59b421ddf0077b878c5 | e0734786e1af76785a379f7bb752efb5de194b35 | refs/heads/master | 2023-04-08T13:10:43.356801 | 2017-06-07T07:13:08 | 2017-06-07T07:13:08 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 619 | c | #include "../lib/unpipc.h"
int
main(int argc, char **argv)
{
size_t n;
char buff[MAXLINE], command[MAXLINE];
FILE *fp;
/* 4read pathname 读入路径名*/
Fgets(buff, MAXLINE, stdin);
n = strlen(buff); /* fgets() guarantees null byte at end */
if (buff[n-1] == '\n')
n--; /* delete newline from fgets() */
snprint... | [
"chenzhongtao@126.com"
] | chenzhongtao@126.com |
81ec8c71fd5ffc960fe7aa3a50f5bb0cd8bd4d8f | 138cbca484d96709595cac0853c943e4ec229dcc | /440-C/440-C-bug-6828150-6828315/440-C.c | 4d9b4d92d786fd9872faad986bf5b0352956799f | [] | no_license | diogomfreitas/pySBFL | d5432ef720d362efc30342ca799df91e229e32bc | b346eff14dcbe4252a17ffc57b405b16f1716026 | refs/heads/master | 2021-10-16T10:58:50.898876 | 2019-02-10T21:18:24 | 2019-02-10T21:24:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 671 | c | #include<stdio.h>
long long n,n1,sum,a[20],value;
long long findMinOnes(long long n,int i)
{
int count = 0;
long long value1,value2;
if(n<0)
n *=-1;
if(i==1)
return n;
if(n==1)
return 1;
while(n>a[i])
{
n-= a[i];
count+=i;
}
value1 = count + findMinOnes(n,i-1);
n-= a[i];
count+=i;
value2... | [
"diogom42@gmail.com"
] | diogom42@gmail.com |
d6a519720c533241fefe2873bf0a4a071c77ffe0 | 6b1681204b3f6ffe1908342905eb6ac5d8318cac | /IPP优化Canny算法/IPP/IPP/imageio.h | 187ea24d18f8d17d2c7068381b2973155427b833 | [] | no_license | AMShek/Canny-SIMD | 6fc64c9896816026c5d873e1aff1628a2ca95e40 | 813ba8684cfe5e503e00f14599bf9882793f1471 | refs/heads/master | 2020-05-24T10:12:44.500937 | 2019-05-17T13:53:14 | 2019-05-17T13:53:14 | 187,223,911 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,514 | h | #pragma once
/*
FAST-EDGE
Copyright (c) 2009 Benjamin C. Haynor
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, ... | [
"noreply@github.com"
] | AMShek.noreply@github.com |
b2d6478a3d644c8b9a80f4b9cbfe8e9005609cf0 | bc949cbcded25afc8511d07c8d86509d5746b2a8 | /dataset/12740.c | cfac50a2cb1544120fb432b9053c8387d7819452 | [] | no_license | hqjenny/CSmith_random_pgm | 52aa1face59749a9d0656fc4088f6f921aac2dab | 0ebf41b85201cbe791a13304cdb45e22504f0ce7 | refs/heads/master | 2023-08-17T23:28:24.519500 | 2021-09-15T19:55:23 | 2021-09-15T19:55:23 | 406,904,982 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,072 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.2.0
* Git version: dcef523
* Options: --no-structs --no-pointers --no-math64 --max-funcs 4 --no-unions --output 12740.c
* Seed: 486464588
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
/* --- GL... | [
"hqjenny@hotmail.com"
] | hqjenny@hotmail.com |
aa0898b5de3a1ab6a0a5256f8660b322d31b7dc1 | 55540f3e86f1d5d86ef6b5d295a63518e274efe3 | /components/os/freertos_e907/portable/MemMang/heap_3.c | 718a8c88ce3fe38375808eb525c39b0c7c6f9a44 | [
"Apache-2.0"
] | permissive | bouffalolab/bl_iot_sdk | bc5eaf036b70f8c65dd389439062b169f8d09daa | b90664de0bd4c1897a9f1f5d9e360a9631d38b34 | refs/heads/master | 2023-08-31T03:38:03.369853 | 2023-08-16T08:50:33 | 2023-08-18T09:13:27 | 307,347,250 | 244 | 101 | Apache-2.0 | 2023-08-28T06:29:02 | 2020-10-26T11:16:30 | C | UTF-8 | C | false | false | 3,081 | c | /*
* FreeRTOS Kernel V10.4.1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, ... | [
"qwang@bouffalolab.com"
] | qwang@bouffalolab.com |
4c9c930c63b0c7704721b1fcffe896823175d1a9 | b1181bcfea54f2e10e783205de53003e54f32078 | /d11/ex15/ft_list_reverse_fun.c | a75aa1718ede8deb77fadb3c01fe5d1a1936423d | [] | no_license | wright08/Piscine | 0320776425bbfc3b0cc324be02efd6e39666a7f6 | 16993d178b7486f9fb340536b2f5bd7853309891 | refs/heads/master | 2020-04-18T20:42:24.211917 | 2019-01-26T22:39:40 | 2019-01-26T22:39:40 | 167,744,857 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,121 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_list_reverse_fun.c :+: :+: :+: ... | [
"rwright@e1z1r6p4.42.us.org"
] | rwright@e1z1r6p4.42.us.org |
d6d1ce4d61beeca23f3c112070fd8df37923eaee | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/gpu/drm/amd/display/dc/irq/dce110/extr_irq_service_dce110.c_dal_irq_service_dce110_create.c | a18dfc010d5d50d6da4ba0b060ff2fceec222eab | [] | 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 | 924 | 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 |
eeca7275cde9231ff1fcd0214a79de1df1f87906 | 74b8f8e993382091eb05e395f9467194eb12f2c7 | /posixtestsuite/conformance/interfaces/sched_setparam/2-1.c | 4aa97df0f400b24346b70af1ffae4790d0f7a6e6 | [
"MIT",
"GPL-1.0-or-later",
"GPL-2.0-only"
] | permissive | mpdn/unthread | 9004309a7172b9c7a5c4afd020bb1e05fcc7e6d4 | aa227f9940da4c9d8826de21458f2d74a7936ba8 | refs/heads/master | 2023-05-11T19:11:04.063840 | 2023-05-05T19:02:29 | 2023-05-07T17:03:01 | 271,648,432 | 28 | 6 | MIT | 2023-05-07T17:03:03 | 2020-06-11T21:18:00 | C | UTF-8 | C | false | false | 5,302 | c | /*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A ... | [
"mike@mikepedersen.dk"
] | mike@mikepedersen.dk |
a266a9b76c8c3b0e3c0607a4864b4ee5097f5d71 | b35d3a966bc7fc9ac1e169a6a6c7bb3c6e2c8cbc | /ext_pars/obj_pars_begin.c | 0f75ae407776f2b3a89632bb2d6ac80bd2d929a4 | [] | no_license | Rinoi/raytracer | dcbeb57ab35f8bec9a6a47cec558e16cdd8d8949 | e2b9ac829ba0f845442b075af126f530abb3568b | refs/heads/master | 2021-04-30T22:17:47.317812 | 2013-06-09T16:36:47 | 2013-06-09T16:36:47 | 10,318,206 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,305 | c | /*
** obj_pars_begin.c for rt in /home/martyn_k//raytracer
**
** Made by karina martynava
** Login <martyn_k@epitech.net>
**
** Started on Sun Jun 9 18:05:34 2013 karina martynava
** Last update Sun Jun 9 18:07:28 2013 karina martynava
*/
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/... | [
"martyn_k@pc-martyn_k.(none)"
] | martyn_k@pc-martyn_k.(none) |
76d35a4c13b5fae609226fd027dec30f4cad4c13 | 7a684b31c2db2f198e9e7dd2fa1d6c9652178bb9 | /PonteiroEndereco.c | cc9c8f48a488bec3376330157ab4e80e69abc384 | [
"MIT"
] | permissive | FelipePy/MateriaisFaculdade-1-Semestre | 8f29f04303f492a28b0cd1d52a7e33e3096ac829 | a88dba3cfab9e26168f5a728982c60e06335bd09 | refs/heads/master | 2022-11-29T18:57:26.221971 | 2020-08-11T05:59:54 | 2020-08-11T05:59:54 | 286,587,954 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 283 | c | #include <stdio.h>
int main()
{
int x=10;
int *p;
p=&x;
printf("Valor da variavel x = %d\n",x);
printf("Endereco da variavel x = %d\n",&x);
printf("Endereco do ponteiro = %d\n",p);
*p=5;
printf("Novo Conteudo de x = %d\n",x);
return(0);
}
| [
"felipesampaio.contato@gmail.com"
] | felipesampaio.contato@gmail.com |
1b0c12d1708d61b0047f4fe61b5cd6c1654c2ada | 01cd6b46259c1e742348f7454b8a3a015980e97d | /src/config/_constants.h | 97cc64736a4605dc7bc9c172be422802d762f1df | [] | no_license | eniot/esp8266-rf-bridge | cdb51af11b3002eac968fd2a99573860d8f53dd8 | 663e09f3d7f243b1cfa23d10917a79a2c39ee8b6 | refs/heads/master | 2020-05-15T23:36:31.021973 | 2019-08-18T11:28:04 | 2019-08-18T11:28:04 | 182,557,402 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 118 | h | #ifndef app_config_constants_h
#define app_config_constants_h
#ifndef VERSION
#define VERSION "0.0.0"
#endif
#endif
| [
"farajfarook@gmail.com"
] | farajfarook@gmail.com |
686615606cb58d158d283ae6ed2085575c1db198 | 7fe04cc7e7c1316806694816fd6afa263ef40066 | /launcher.c | 3f82d54751cb5e6caddb1b60e824fd8f2b494240 | [] | no_license | DmytriiGrishin/simple-JVM | 27971c13958b7e0f244a74e514c0083a4b77ef32 | bd606e117a3582d2d06e7e31cbefd4584d69465a | refs/heads/master | 2021-05-15T14:34:07.814805 | 2017-10-17T19:41:46 | 2017-10-17T19:41:46 | 107,316,112 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 739 | c | #include "launcher.h"
#include "execute_engine.h"
int main (int argc, char const* const* argv){
if(argc != 2) {fprintf(stderr, "Usage: vm Classfile\n"); return 2;}
struct v_machine vm;
struct class_header* class = malloc(sizeof(struct class_header));
argv++;
enum v_loader_status load_status = load_file(*argv, c... | [
"dmytriigrishin@gmail.com"
] | dmytriigrishin@gmail.com |
414a4ae7a2ea034c4c0137c2a008f43b33b795d0 | e2fe6c6dd983e3ee9d9d58701841e345b9b8e960 | /sdk/nrf5_sdk_15.3.0/components/ant/ant_profiles/ant_hrm/pages/ant_hrm_page_4.c | 0cecf08ac95182b06d270c4d22d8012e2735d35a | [
"MIT"
] | permissive | lab11/nrf52x-base | e91bb97528792a2b444ed66d982adb94c448eef4 | 04df75d45766fc1f9794f438a45080eddc7a0ec1 | refs/heads/master | 2023-08-24T04:49:01.382920 | 2023-08-07T22:43:35 | 2023-08-07T22:43:35 | 199,748,590 | 17 | 19 | MIT | 2023-01-25T22:03:45 | 2019-07-31T00:39:42 | C | UTF-8 | C | false | false | 4,399 | c | /**
* Copyright (c) 2015 - 2019, Nordic Semiconductor ASA
*
* 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 no... | [
"nealjack@umich.edu"
] | nealjack@umich.edu |
d14d8825b2570edd8303c38cfdf3ab8e13bbeb83 | 3338373431b6e6860e4f506aad6b10366cfb04ba | /libft/ft_striteri.c | 1cb6830b5ec069aabde937634ff35c7e71cd3a14 | [] | no_license | Thokozani7/push_swap | 8136f26ebb51dd5a3eb9664ab2b790f04df84944 | ea01bbe5062f6554fdb5cf7e0b9aa03165989f0a | refs/heads/master | 2020-06-20T00:55:35.649998 | 2019-08-27T14:10:16 | 2019-08-27T14:10:16 | 196,935,007 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,083 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_striteri.c :+: :+: :+: ... | [
"txaba@c5r3s9.wethinkcode.co.za"
] | txaba@c5r3s9.wethinkcode.co.za |
7578a08ae6d09d59f3a4f98ac9bede2dc88f1c05 | 0396258b191ad0d06b65e54c4c7199792c05961a | /libft/ft_atoi.c | eb411460b832a6629990e4bcc07db0e6fe064b8f | [] | no_license | AlekseiVS/lem-in | 7d73cc8080af28b4c61f6efe4e2b1c8f86ef5784 | 195f46b33d88a2c5e3077eb57718067d912f60ee | refs/heads/master | 2020-03-18T19:38:30.694110 | 2018-06-02T20:02:14 | 2018-06-02T20:02:14 | 135,166,667 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,292 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_atoi.c :+: :+: :+: ... | [
"sokoliuk.av@gmail.com"
] | sokoliuk.av@gmail.com |
0d5a945b62d7086326017b51e111fb670fe88fe0 | 2adc6e5b6b90a0fa2e2a8d6727b6262caf11cb12 | /utils/json.h | 27a50253b47f733e3c668e60e738292656336179 | [] | no_license | avivfox93/CEasy-Networking | 89e8b115168ca0a9c3dee1e5e7bfe71fd38f4789 | 3a35cc7f18550aefe5febf53e6dc2dd4e8ef331d | refs/heads/master | 2020-04-15T23:19:15.672470 | 2019-01-15T11:43:39 | 2019-01-15T11:43:39 | 165,102,466 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 676 | h | /*
* json.h
*
* Created on: 13 Jan 2019
* Author: aviv
*/
#ifndef UTILS_JSON_H_
#define UTILS_JSON_H_
typedef struct
{
char** data;
int values;
} JSON;
int json_add_int(JSON* json, const char* key, int value);
int json_add_string(JSON* json, const char* key, const char* value);
int json_add_string_a... | [
"avivfox93@gmail.com"
] | avivfox93@gmail.com |
d3caa6fe112630e0aab181c9381bc2d4c298d681 | 51503ef94865e80dc4484bd84fc50e81ae226889 | /linux_utils/example.c | 5d97177663db306c4461b168f49444bd9c7ae745 | [
"WTFPL"
] | permissive | ashishmasih/horey | 1ad2106fb175c1d2d7fcca013a5585dd085e3dad | 2f58b16f59e94196188a95e564eeff869b92e1e9 | refs/heads/main | 2023-04-12T14:41:25.430129 | 2021-04-26T18:45:49 | 2021-04-26T18:45:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 69 | c | #include <stdio.h>
int main(){
printf("Hello world\n");
return 0;
}
| [
"alexey.beley@gmail.com"
] | alexey.beley@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.