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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8ad483bbf970d0a23df5b51f3ad57f57cdf1a16c | 5b6bb281059e1bed0cfc16977d009649bb1ba4c5 | /Hackerearth/Codemonk/Basic Programming/Input Output/Basic Input Output/Roy and Profile Picture.c | 3f59643f18a029feb0bb7d917abf60998a76a521 | [
"MIT"
] | permissive | MayThirtyOne/Competitive-Coding | eecd5f17a4081a78330934cbf46d77fff3d306c1 | f9de1dc4a11d04e63a130be83a02628981bac29d | refs/heads/master | 2020-03-30T04:58:12.887351 | 2018-11-18T10:47:53 | 2018-11-18T10:47:53 | 150,771,867 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 444 | c |
#include <stdio.h>
void main()
{
int required;
int num;
int i;
int w;
int h;
scanf("%d",&required);
scanf("%d",&num);
for(i=0;i<num;i++)
{
scanf("%d",&w);
scanf("%d",&h);
if(w<required||h<required)
printf("UPLOAD ANOTHER\n");
else if(w>... | [
"noreply@github.com"
] | MayThirtyOne.noreply@github.com |
4b5a15f3405780d3df941f912a071f5b96e1559d | 43234eec58339bf0846ed3406d5d32bd7f7e7dd2 | /dm/vbox-includes/include/iprt/dir.h | 1328c68006867b973106536e31dd025ead957c97 | [] | no_license | vkkevin/uxen | d7cf62e4f2b670d33c416e71033cb4987c2b46f6 | 9bc774601c6ea9f3c78a5f6ee50db37b4a8315f2 | refs/heads/master | 2023-06-15T07:26:46.089999 | 2018-07-19T10:04:01 | 2018-07-19T10:04:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,364 | h | /** @file
* IPRT - Directory Manipulation.
*/
/*
* Copyright (C) 2006-2010 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* you can redistribute it and/or modify it under the terms of the GNU
... | [
"hudson@trmm.net"
] | hudson@trmm.net |
810f0dc89c946b391284cb411dfc7cb02feeca20 | 7cc5d2cd0b25c48ecf608d82e5756bf48f563a93 | /mm0-c/verifier_debug.c | fd2781c57f7b307a9b535c93db4735f4cd40f2c2 | [
"CC0-1.0"
] | permissive | ammkrn/mm0 | a2fd48bb9dd863223e163a6ba9c7a726551c66d5 | fb4be8f4da87a6bb57a2c14ad6e513f29b8dc0bf | refs/heads/master | 2023-05-31T22:22:26.629614 | 2020-12-06T22:55:47 | 2020-12-06T22:55:47 | 281,571,692 | 0 | 0 | CC0-1.0 | 2020-07-22T04:11:15 | 2020-07-22T04:11:14 | null | UTF-8 | C | false | false | 8,543 | c | #include "verifier_types.c"
#ifndef BARE
#include <stdio.h>
#include <stdlib.h>
void debug_print_expr(u32 n, u32 max, bool type) {
if (n % 4 != 0) {fprintf(stderr, "unaligned expr"); return;}
if (n >= max) {fprintf(stderr, "expr out of range"); return;}
store_expr* p = (store_expr*)&g_store[n];
bool bound = (p... | [
"di.gama@gmail.com"
] | di.gama@gmail.com |
9ce29189eeab37004e76038e346313129a489536 | eac8d6046cc1b9963f308496e6ca28b08a648cda | /extensions/curl/ext_curl.h | dceafcfaed4d987a21f079d172c21ee1bb85b9b6 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Juniper/libslax | 1627c698f1074a0d7dc5a862eb4163529f9dce0c | d9d81d4eb716f784a9369358633f85a052afc0b8 | refs/heads/main | 2023-09-01T15:09:17.151769 | 2021-07-29T19:47:44 | 2021-07-29T19:47:44 | 10,245,499 | 31 | 17 | BSD-3-Clause | 2023-06-09T05:14:15 | 2013-05-23T14:23:44 | C | UTF-8 | C | false | false | 333 | h | /*
* $Id$
*
* Copyright (c) 2005-2012, Juniper Networks, Inc.
* All rights reserved.
* This SOFTWARE is licensed under the LICENSE provided in the
* ../Copyright file. By downloading, installing, copying, or otherwise
* using the SOFTWARE, you agree to be bound by the terms of that
* LICENSE.
*/
void extCurlI... | [
"phil.shafer@gmail.com"
] | phil.shafer@gmail.com |
fc4a0c48f2b9ad6dcd3e4dfaf1057fea2af5db65 | 201a80dc41d00eda1ad6f07b30dd89fffb1400ab | /day06/ex03/ft_rev_params.c | aae8c308072765cce2911bb91471dca1efc1adc3 | [] | no_license | alexisadorn/42-Piscine | 149d5e9a09d8e74587d15a9d00e22cf428ca1b73 | 77a42303561efb1ff8b78aa1fcc6c949dec472e7 | refs/heads/master | 2020-06-10T21:55:31.953333 | 2016-12-07T19:53:49 | 2016-12-07T19:53:49 | 75,862,514 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,189 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_rev_params.c :+: :+: :+: ... | [
"adorn@e1z2r3p7.42.us.org"
] | adorn@e1z2r3p7.42.us.org |
b9d623dae99be151e5ceac0612967865014b5e20 | 03d6773fc7a69f28c49752426dd1fd64f5b67d85 | /Level_Editor/files/menu_helper.c | bb6d6659b1e2b4d354469030638ca2eeeb5bf91f | [] | no_license | mrudzik/Doom_Nukem_42_Project | 15262f4888ff1776f2c09a91153c53771709f9c1 | 9d47029118437dd9ace4fbb211763527393b238c | refs/heads/master | 2020-04-20T21:17:14.351714 | 2019-02-04T16:10:41 | 2019-02-04T16:10:41 | 169,104,693 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,887 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* menu_helper.c :+: :+: :+: ... | [
"noreply@github.com"
] | mrudzik.noreply@github.com |
ff580266c1924fec3633603266b920a80a9e445b | 6ff31cb8fd1cacedbd9ef460b93e6eda40de2226 | /tests/lpc18xx_43xx/test/host/msc/msch_callback.h | 3e0a46e8a28530c0809feecd3d2e4dd10eef1e7a | [
"MIT"
] | permissive | MarkTseng/tinyusb | 71e46ef307a04d075fed063c6329786ae4ada1d1 | 13c1bd762e48fc83125dd0a701c895816cfe5921 | refs/heads/master | 2020-05-19T16:19:34.934240 | 2019-05-04T08:10:16 | 2019-05-04T08:10:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,654 | h | /*
* The MIT License (MIT)
*
* Copyright (c) 2018, hathach (tinyusb.org)
*
* 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... | [
"thach@tinyusb.org"
] | thach@tinyusb.org |
160f89736a6a1b14001c669f35a80ab80d99e5bd | 7c8dc81f44c09d16902049ca172dda60192ac366 | /gLucifer/DrawingObjects/src/TimeStep.c | 347f3011e7da13c56fa05662b7c96a092be8c8db | [] | no_license | underworldcode/underworld1 | d176f8fa4c662ae757075af846339aa690ff9c16 | 2a539d988a04dfbf130f8005a75a4b4e1296efb8 | refs/heads/master | 2020-03-27T00:18:26.406168 | 2018-10-04T23:30:27 | 2018-10-04T23:30:27 | 65,424,163 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 6,594 | c | /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
** Copyright (c) 2005-2010, Monash University
** All rights reserved.
** Redistribution and use in source and binary forms, with or without modification,
** are permitted provided that the following conditions are met:
**
... | [
"mansourjohn@gmail.com"
] | mansourjohn@gmail.com |
90ee736c6fa44262d9f7bbb58afed0b3201c7ba0 | 7e20ab86fc8e4c050e50642d80d85f0aa503bc94 | /graphics/gpu/proctex/source/main.c | f364ba36aea3a86bf9ad404587ba16f77a02cbe8 | [
"CC-PDDC",
"LicenseRef-scancode-public-domain"
] | permissive | Pokemod97/3ds-examples | 4cc415e7899a2a29aa0829f0c5de7166cd1a0d05 | eac2ef6e0c33588e884e3aff172b979a8ce91548 | refs/heads/master | 2021-04-28T19:32:45.310559 | 2017-10-19T08:40:26 | 2017-10-19T08:40:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,966 | c | #include <3ds.h>
#include <citro3d.h>
#include <string.h>
#include <stdio.h>
#include "vshader_shbin.h"
#define CLEAR_COLOR 0x68B0D8FF
#define DISPLAY_TRANSFER_FLAGS \
(GX_TRANSFER_FLIP_VERT(0) | GX_TRANSFER_OUT_TILED(0) | GX_TRANSFER_RAW_COPY(0) | \
GX_TRANSFER_IN_FORMAT(GX_TRANSFER_FMT_RGBA8) | GX_TRANSFER_OUT_FO... | [
"fincs.alt1@gmail.com"
] | fincs.alt1@gmail.com |
207663dc58675c03cb00d949d5b3b27dff8c8b67 | 2a34b0c2779c8220272cd3781a39c5867146b615 | /tools/localedump.c | 24a0d2e2a10a6b53417a061c89214def6d6c6d33 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | yurydelendik/cloudlibc | f824043879ee7147049eb2bf5b243e7b0b5ac530 | b25d9232b3e5b3757231afdc888d2b9072673917 | refs/heads/master | 2020-04-10T02:42:27.618187 | 2018-12-15T00:53:03 | 2018-12-15T00:53:03 | 160,750,519 | 0 | 0 | NOASSERTION | 2018-12-07T00:43:43 | 2018-12-07T00:43:43 | null | UTF-8 | C | false | false | 2,805 | c | // Copyright (c) 2015 Nuxi, https://nuxi.nl/
//
// SPDX-License-Identifier: BSD-2-Clause
// localedump dumps the values of nl_langinfo() and localeconv() for the
// current locale. This can be used to validate whether the locale data
// is in sync with other operating systems.
#include <langinfo.h>
#include <limits.h... | [
"ed@nuxi.nl"
] | ed@nuxi.nl |
96f89e2baf0f5add45bfb0c3935d45add21d3565 | 81302ee42c1b3c25ce1566d70a782ab5525c7892 | /calibrations/drift_velocity/results/run_16/nerix_160502_1059/drift_velocity_nerix_160502_1059.C | 85d5b1ce1b19bf2ef7aa7849486d6e78c6592ac9 | [] | no_license | mdanthony17/neriX | 5dd8ce673cd340888d3d5e4d992f7296702c6407 | 2c4ddbb0b64e7ca54f30333ba4fb8f601bbcc32e | refs/heads/master | 2020-04-04T06:01:25.200835 | 2018-06-05T00:37:08 | 2018-06-05T00:46:11 | 49,095,961 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 39,233 | c | {
//=========Macro generated from canvas: c1/c1
//========= (Thu Jun 9 13:04:56 2016) by ROOT version5.34/26
TCanvas *c1 = new TCanvas("c1", "c1",0,0,640,480);
c1->SetHighLightColor(2);
c1->Range(-2.5,-203.3063,22.5,1829.756);
c1->SetFillColor(0);
c1->SetBorderMode(0);
c1->SetBorderSize(2);
c1->S... | [
"mda2149@columbia.edu"
] | mda2149@columbia.edu |
db8c5e4afeaa7a73aeca31dc8fa01bffb8ec4131 | 221e8e82fd30b667b43a28b162ba7c19e216c7a7 | /구직자_오전/자료구조/0521_HashTable/HList.h | a8fe637e535d615aadb364965936558f398bfe6f | [] | no_license | godls1650/ByteC | edecda387990726b4bca9d26dba512dd52503dc0 | 2ff14c9c0c9bb8f9bf375d5e23a30d8e4fe4b712 | refs/heads/master | 2022-11-28T00:06:03.795278 | 2020-08-07T08:54:43 | 2020-08-07T08:54:43 | 256,149,399 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 219 | h | #pragma once
#include "Node.h"
typedef struct HashList {
hNode* head;
hNode* tail;
int count;
}List;
List* initList();
void append(List * pList,const char* str, hashFunc * hash);
void printList(const List* pList);
| [
"55517456+godls1650@users.noreply.github.com"
] | 55517456+godls1650@users.noreply.github.com |
36640a4b9b76eaace92c7bd1a626097b287cdb46 | e26c9352f64f65c4811fd6506ec64bef0f8512e7 | /string && other topic problem/Structer Types.c | e4621867611f5e13573391b221ae509ea74fd2cb | [] | no_license | Samin-043/Problem-Solving | 305f08e86d4af974f0f08f2cb7f4cebd8bff0717 | 26f4d78141aac7074da0efdf24ae1e6341f2e9c6 | refs/heads/master | 2023-02-17T00:07:18.725763 | 2021-01-03T14:41:48 | 2021-01-03T14:41:48 | 267,682,501 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 267 | c | #include<stdio.h>
struct date{
int atten;
char *name;
}today={60,"Asif"};
//struct date today={60,"Asif"};
int main(void)
{
printf("Student Attendance : %d\n",today.atten);
printf("One Student Name : %s\n",today.name);
return 0;
}
| [
"noreply@github.com"
] | Samin-043.noreply@github.com |
63828f68349b0dd8204e085b9cf3a93d069de814 | cbd7f17ec8e983e3f302aa3c9a4c5bd676789bef | /code/thirdparty/SuiteSparse/CXSparse/Source/cs_norm.c | d60a271088829362d0ec8be2c4850dada65f0264 | [
"MIT",
"DOC"
] | permissive | yuanzy97/steps | 477bce28a11c8e5890f27bb56490f3b80b343048 | 139193a9c84ad15e342f632ac29afac909802b78 | refs/heads/master | 2023-04-29T10:00:13.987075 | 2022-04-13T13:08:17 | 2022-04-13T13:08:17 | 256,682,978 | 0 | 0 | MIT | 2020-04-18T06:13:20 | 2020-04-18T06:13:20 | null | UTF-8 | C | false | false | 487 | c | #include "cxs.h"
/* 1-norm of a sparse matrix = max (sum (abs (A))), largest column sum */
double cxs_norm (const cxs *A)
{
CXS_INT p, j, n, *Ap ;
CXS_ENTRY *Ax ;
double norm = 0, s ;
if (!CXS_CSC (A) || !A->x) return (-1) ; /* check inputs */
n = A->n ; Ap = A->p ; Ax = A->x ;
for (... | [
"lichgang@sdu.edu.cn"
] | lichgang@sdu.edu.cn |
58698995d4351b01be99ae6ce52ac6718ffafd1a | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/dba9099b-00ad-413e-bbc5-47fa23005f27.c | 6e7b5d018a4692795830b503c465b79f2008f11d | [] | 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 | 582 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=124;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l-j;
l = l-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
char b[57];
char c[72];
a = 0;
do {
//random
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
d0d81dea63192662bbae6f31c48f120fee60f3bf | 0b82191215fffbe6c9b2cac63dfff5d18e40d01c | /tests/fixtures/stm32f1_project/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c | 3e4cc289330c40fd7aab323ec970fcd0e784526c | [
"MIT"
] | permissive | vznncv/vznncv-cubemx-tools | a737ab1526ed8ba144c88e59290bb1e4490eef96 | 9d73b578f1afb056accdbbefb66fe1f49337cd84 | refs/heads/master | 2020-03-19T15:28:22.820175 | 2019-07-11T17:59:04 | 2019-07-11T17:59:34 | 136,672,141 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 67 | c | Stub content:
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c
| [
"vznncv@gmail.com"
] | vznncv@gmail.com |
2eab12e90741481cdded11838071b4f471561a27 | 7fbd34c2b120d0ecfbda1ddf3b23cb8617394231 | /new_version/includes/libft/ft_memset.c | f1bcc99030b5668591988a0405c50d59863739b6 | [] | no_license | lutomasz/myfiller | 9f6837ce295d91d56d01801e425099fa6632eaac | 90273a02529880cd1238e3eaace6a460afb77319 | refs/heads/master | 2021-01-05T20:41:50.409616 | 2020-03-11T16:49:21 | 2020-03-11T16:49:21 | 241,132,408 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,105 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memset.c :+: :+: :+: ... | [
"lutomasz@student.s19.be"
] | lutomasz@student.s19.be |
8ff1a08e878973040f61e345572df8bb88473424 | bd3a0c6b727339ae30b543b4682d3e149c556eee | /hardware/kit/common/bsp/bsp_dk_3201.c | 4869f0d9509bc5756b0fd29a1d6046c9134c31cf | [
"Zlib"
] | permissive | nzinn08/sdk_support | 89980f67e974157f61151ed38aacb876b4387e7f | 5f92c311a302e2ba06040ec37f8ac4eba91b3d5d | refs/heads/master | 2023-08-12T23:03:28.087174 | 2021-08-26T00:41:21 | 2021-08-26T00:41:21 | 416,490,066 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 45,202 | c | /***************************************************************************//**
* @file
* @brief Board support package API implementation for BRD3201.
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc. www.silabs.com</b>
*****... | [
"jean-francois.penven@silabs.com"
] | jean-francois.penven@silabs.com |
a645bd2a2398d8dd48099f0a218dd053e867472b | b02a201681c1ce4cc7fb5b9c2249ab77d3ba1363 | /cdemo/variables.c | c5f6489311eb697d3b4aab9493c36eba71495f8b | [] | no_license | haleyhelliott/apcsp-pidev | 16cda0413dcec197dfb4378dc3de9401f127f7de | 2f87a2fd30f103f4dbe71523ab38c85cdc9015c3 | refs/heads/master | 2020-05-25T16:06:51.303539 | 2019-06-06T17:42:34 | 2019-06-06T17:42:34 | 187,879,791 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 232 | c | #include <stdio.h>
int main()
{
int a;
int b = 3;
int c;
a = 2;
c = a + b;
printf("Sum of %d and %d is %d\n", a, b, c);
int tmp;
tmp = a;
a = c;
c = a + b;
printf("Sum of %d and %d is %d\n", a, b, c);
}
| [
"haleyhelliott@gmail.com"
] | haleyhelliott@gmail.com |
305f28d2a445d68efa24d6f6ed4284dde1a76b6e | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/nginx/src/os/unix/extr_ngx_process.c_ngx_execute_proc.c | fce22b109eb35278a08681e5e1b34799880b78d2 | [] | 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,404 | 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 |
0657a11a0260d0c8218563fefc6c74091de3d536 | 8d300022227f01873298ef4aec37be6fca4e4fff | /sections/mc4/EvtSelSBOpt/figures/TrigQCD_TrigMET_HTMore1000_6.C | 1e5e2e2514664fe05b27a1642f50bbe226ce51f6 | [] | no_license | weihuacern/PHDThesis_SUSYSearch | f243c43a773d95abf2326752d3a237cd81ea377b | 38ae276799f9b7ceddc04f2131eb978921ff6d27 | refs/heads/master | 2021-01-20T20:24:28.651147 | 2017-12-12T22:06:24 | 2017-12-12T22:06:24 | 62,988,301 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 28,210 | c | void TrigPlot/TrigQCD_TrigMET_HTMore1000_6()
{
//=========Macro generated from canvas: Canvas_oCEuQkgpTbXszNJMXJouhX/
//========= (Thu Feb 16 10:28:47 2017) by ROOT version6.02/04
TCanvas *Canvas_oCEuQkgpTbXszNJMXJouhX = new TCanvas("Canvas_oCEuQkgpTbXszNJMXJouhX", "",10,45,804,627);
gStyle->SetOptStat(0);
gS... | [
"hua.wei@cern.ch"
] | hua.wei@cern.ch |
ecd71380d4cbe100000bb6fc98073f9256bb4d47 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/git/builtin/extr_index-pack.c_alloc_base_data.c | df4238d4902bb0d9833d169af230ef5f27b9609f | [] | 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 | 675 | 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 |
c4d7f0e4a82344c0f4436c438ac9540a56b11fe8 | b2d48aac47dc3a3050f9cb562808f0e6f19a36e4 | /hari/patter6.c | 9896202fbebe7f4bb1cf1fe23b08e2b76e410abf | [] | 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 | 314 | c | #include <stdio.h>
main()
{
int n=6,p=n+2,k,i,j;
for(k=1;k<=n;k++)
{
for(i=1;i<=k;i++)
{
printf("%d",i);
}
for(j=1;j<=p;j++)
{
printf(" ");
}
if(k==6)
{
if(i==7)
{
i=i-1;
}
}
for(j=i-1;j>0;j--)
{
printf("%d",j);
}
p=p-2;
printf("\n");
}
}
| [
"bhagavan.prasad@blackpeppertech.com"
] | bhagavan.prasad@blackpeppertech.com |
73745b7dc7c590d4a8b4231b7db29fe38f32132c | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/AtCoder/abc114/A/4819549.c | ad083c355d29cd62221465c17381bef452bba83e | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | WINDOWS-1250 | C | false | false | 386 | c | #include<stdio.h>
int main(void){
int X;
scanf("%d",&X);
if(X==7){
printf("YES");
}else if(X==5){
printf("YES");
}else if(X==3){
printf("YES");
}else{
printf("NO");
}
return 0;
} ./Main.c: In function ‘main’:
./Main.c:4:2: warning: ignoring return value of ‘scanf’, declared with attribute w... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
e57da4978815acc1ed21d16c6a4b350581d31b42 | 5a19fe499adf656e56f3d4cb976ad210024a21b2 | /wrappers/libcurl/libcurl_wrap.c | fa5c312606fa6d41e2e10b7caf4967abb818cf95 | [
"MIT"
] | permissive | daviesrob/hts-binaries | 1a53f2f07ffdd0c449c7193becfdd0b81a52f06f | ebb1061368be26ea7f6679b199536717b1e6cba6 | refs/heads/master | 2020-03-23T19:29:17.130293 | 2018-08-10T08:48:32 | 2018-08-10T08:48:32 | 141,981,649 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,517 | c | /* libcurl_wrap.c -- Dynamically load libcurl, looking for various names
Copyright (c) 2018 Genome Research Ltd.
Author: Rob Davies <rmd@sanger.ac.uk>
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... | [
"rmd+git@sanger.ac.uk"
] | rmd+git@sanger.ac.uk |
ec7eaa1ce7533812d8818a1537e896d3ca5933d1 | 1390cb4f58bd09087184a64fe2838dec29600d8a | /1526.c | a502268db8a6fb2cebd576ef96747014fbc9e438 | [] | no_license | imasker/obfuscatorTestCases | bf21352be1dbd6c8bdd868b093af03f315d92a45 | 5f5561846ec09a040b42dc12842c9581e7be6b4d | refs/heads/master | 2023-03-27T11:35:21.843689 | 2021-03-25T07:38:05 | 2021-03-25T07:38:05 | 351,342,479 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,512 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.3.0
* Git version: 30dccd7
* Options: -o /home/x/obfuscator/data/programs/1526.c
* Seed: 3943761356
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
/* --- GLOBAL VARIABLES --- */
static int32_t g... | [
"13277988207@163.com"
] | 13277988207@163.com |
f0cfaa14f7a3042c2841ac58b7a800aaa0c6280d | 6dd5d5f5cc1cfb3b01052648e6534d0e523334fe | /asm/list/hb_div_cpy/t.c | a3493699acafdd20a634eba1068a5ef1a47a85ed | [] | no_license | wuwantao/study | 58184797d4813e24847e6afe4589367fcaa024d0 | 61071f67703cb553bfe9168e0db71f953144452e | refs/heads/master | 2021-07-11T12:29:48.837158 | 2020-09-09T10:18:19 | 2020-09-09T10:18:19 | 201,222,725 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,499 | c | #include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
/*
asm volatile(
"movq $0x3139322e3136382e, %%rax;"
"movq %%rax, %[ip_str];"
:[ip_str]"=m"(ip_str)::"rax");
*/
typedef struct uint8_str {
uint8_t str[7];
uint8_t len;
} uint8_str_t;
uin... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
5713cdb11aa4b444e35f2c7bf14194071414b60f | b81d436a25cd1d047d0a9f4d5f7742576de746ce | /src/maus.c | 947672177e3e94fcdeb37627fa2eab757edf9656 | [
"MIT"
] | permissive | SeanWally/mausberry-switch | 0e9331d4bd797922f9cf95efe6c82155f747ccb8 | f6cdc4458b6b947eb75e01a09b41d41580f31747 | refs/heads/master | 2020-03-28T11:30:09.194990 | 2017-03-28T01:41:38 | 2017-03-28T01:41:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,110 | c | /*
* mausberry-switch
*
* GPIO monitoring daemon for use with Mausberry switches on the Raspberry Pi.
*/
#include "maus.h"
#include <glib.h>
#include <glib/gprintf.h>
#include <glib/gstdio.h>
#include <errno.h>
#include <fcntl.h>
#include <poll.h>
#include <stdlib.h>
#include <unistd.h>
#define BUFSZ 64
int mau... | [
"tom@tomrichards.net"
] | tom@tomrichards.net |
f5f6074250197e5606347252c6f289e961eae6e7 | 5e965a60ff809ad0dffb94284ae68059d8b29c98 | /testing1.c | 5f87c1dad07e4a90f5dfb47cfb77687a502e3f45 | [] | no_license | JohnPremKumar/GuviBasics | 8b7ac71059d5bc1a35507a3e86bd134f814a3515 | c1b94279764de8ad0d0a41e19cca95348d1b4143 | refs/heads/master | 2021-07-14T02:27:14.833759 | 2020-06-23T15:01:39 | 2020-06-23T15:01:39 | 144,445,636 | 0 | 1 | null | 2019-05-07T06:57:53 | 2018-08-12T07:07:54 | Java | UTF-8 | C | false | false | 75 | c | #include <stdio.h>
int main(void) {
printf("605461912");
return 0;
}
//
| [
"noreply@github.com"
] | JohnPremKumar.noreply@github.com |
dd2fd53a30d3e3557b0b802b8151768b4966167f | 0691cd0086c1fcff1448954f432154a259adbc62 | /applications/solvers/dualRhoDarcyFoam/pEqn.H | db9b253dde4cb979ceeb08b03984f714eee22761 | [] | no_license | multiform-UoN/SECUReFOAM | 3bc490011841337aa0615ac81145c1d36df44efc | 541c365a0047db75bafb2338f99a487f36096fa6 | refs/heads/master | 2023-04-17T07:59:56.749661 | 2022-07-05T07:35:53 | 2022-07-05T07:35:53 | 297,737,366 | 3 | 3 | null | null | null | null | UTF-8 | C | false | false | 1,993 | h | while(pimple.correct())
{
while(pimple.correctNonOrthogonal())
{
fvScalarMatrix p_frEqn // same as below but without tau*p_rgh
(
- fvm::laplacian(Mf_fr,p_rgh_fr)
+ fvc::div(phiG_fr)
==
fvm::Sp(-tau,p_rgh_fr)
+ dims*fvOptions(p_rgh_fr)
);
// A*rgh_fr = H + tau*rgh... | [
"federico.municchi@gmail.com"
] | federico.municchi@gmail.com |
b1e414b91027434dbdc79d1f1363b6823e8eb76f | faa3e0213866acecd0ddfc7c70ea7f82453246b4 | /simple_inversion.h | f2428898eced5a1566b8dbf0613986556c896d63 | [
"MIT"
] | permissive | tenpercent/gauss-invert | dd0ec6f156d286d87d7800d86b651047960b3ca5 | 90ed60ec595c4771bd1d2b5a664370ede9a9bbd4 | refs/heads/master | 2021-03-13T00:01:17.176291 | 2013-12-28T12:22:42 | 2013-12-28T12:22:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 60 | h | int simpleInvert(double* const a, double* const b, int m);
| [
"max.podkorytoff@yandex.ru"
] | max.podkorytoff@yandex.ru |
29ab6fb197c536f291f12418936ac831dd07b34c | 448970a51f33c84b537772b10ef3e26c165eda01 | /SDK/LoRa_icube/STM32CubeExpansion_LRWAN_V1.1.2/Drivers/BSP/Components/sx1276/sx1276.h | fcccaf1b57b80d2c06e9ac34c293f9d946726f15 | [] | no_license | ghsecuritylab/ZeROSEro7 | 90057b21d569cf7eb3f1495ec5d437436f0bc622 | 4a940302386d6b9312b8e835a7c6c790817c1b52 | refs/heads/master | 2021-02-26T14:28:37.967676 | 2018-02-02T03:20:59 | 2018-02-02T03:20:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,634 | h | /*
/ _____) _ | |
( (____ _____ ____ _| |_ _____ ____| |__
\____ \| ___ | (_ _) ___ |/ ___) _ \
_____) ) ____| | | || |_| ____( (___| | | |
(______/|_____)_|_|_| \__)_____)\____)_| |_|
(C)2013 Semtech
Description: Generic SX1276 driver implementation
License: Revised ... | [
"deribaucourt@telecom-paristech.fr"
] | deribaucourt@telecom-paristech.fr |
a4f1f2f05d3d77dcccb43df997c613c8663c50a6 | ab7caa5098a8588d965bff22ded172cd489e9874 | /hdf5-1.8.20/src/H5Tenum.c | b2b978a99465f74c4bf2b06c87669492a9e2ba09 | [
"MIT",
"LicenseRef-scancode-llnl",
"LicenseRef-scancode-hdf4",
"LicenseRef-scancode-hdf5"
] | permissive | GWU-CFD/flash-distro | a8d0a690a3cc4967b9a5bd4af9a9ced824022218 | 740f45047bde057365823036158893c19c6d7c72 | refs/heads/master | 2023-02-01T05:28:54.306794 | 2020-12-09T18:03:49 | 2020-12-09T18:03:49 | 210,458,713 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,139 | c | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* ... | [
"adhruv@pfe22.nas.nasa.gov"
] | adhruv@pfe22.nas.nasa.gov |
c484f86076ad11b4abe4ec03eecb98fa152890f1 | 126546f5a05af2687f6c763f9dbcbeacf4831225 | /SharedMemory vs Sockets/src/socket_server.c | ee4d4cc829ef6cc206dc0c06875e789eafc979fe | [] | no_license | saskatoon-seals/various | c5e2d5691e7a0f07da168bfc49ecb9b2c4060153 | e3cd4ea98c6e7fa258142c11475711dcee1b1bf2 | refs/heads/develop | 2021-05-03T20:18:29.819717 | 2018-04-26T19:15:29 | 2018-04-26T19:15:29 | 69,753,194 | 0 | 1 | null | 2018-04-26T19:15:30 | 2016-10-01T17:36:20 | Java | UTF-8 | C | false | false | 2,490 | c | /*
C socket server example
*/
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>
#include <time.h>
#include "constants.h"
void start_socket_server()
{
int socket_desc , ... | [
"saskatoon.seals@gmail.com"
] | saskatoon.seals@gmail.com |
3c36353eec6863addfe5d818be1b2285ff999563 | 773efd71def48965339b9407d5087ad90784dae1 | /Examples/test7.c | 778402c53111b43714cb823e5cb5ddd67a8f1702 | [
"Apache-2.0"
] | permissive | PrashantJalan/CtoJVM | 8822b524ae57c37d190328bbbd9a50bb8e1c1b4f | efcb12ea7f00ea3823f03c1cab579b6d27a3a946 | refs/heads/master | 2021-01-10T19:09:06.309868 | 2014-04-16T21:26:10 | 2014-04-16T21:26:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 321 | c | //error checking
#include <stdio.h>
void main(){
char a;
int b=10;
//a = b; //assigning an integer value to a char.
int x=2;
float y=2.3;
int p;
float q;
//p = x+y; //Assignment error
q = x+y; //type casting
print q;
float m=2.3;
char c;
//b=m+c; //char cannot add to float
... | [
"pj.prashantjalan@gmail.com"
] | pj.prashantjalan@gmail.com |
2f2b4c51cd8cc17fb4e6abbc26f424129167ab3a | 08e2337e1f9d4d8e06e3a77871b734defe8933e6 | /Lab2/UnitTest.h | 0abbd61a04f2d73269ce0d0ceea316bac5cdd3ac | [] | no_license | Crtque/Labs | 04a139ddf98c80e43d0e1994fe872898706eca32 | 0369a8c175c5f8c8890a520017717332ca74a025 | refs/heads/main | 2023-01-31T08:05:14.307781 | 2020-12-08T16:58:00 | 2020-12-08T16:58:00 | 319,703,662 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C | false | false | 510 | h | // UnitTest.h
// Лабораторная работа №2.
// Студент группы 494, Тагин Игорь Юрьевич. 2020 год
#pragma once
bool LaunchTest(int Width, int Height, int Req, int SwapIndexV, int SwapIndexH, bool PrintError = false);
bool Test_Matrix_3x3(bool ToPrint = false);
bool Test_Matrix_5x5(bool ToPrint = false);
bool Test_Matrix_9x... | [
"tagin.i@mail.ru"
] | tagin.i@mail.ru |
883b6b7b8f8b1f3a4520ed7faa17cf81c52ad277 | c17b63466ae9245516393b8245f8dae4cab100a7 | /hw0605.c | 8433c29892569f63a362a84e4bd39170239094e8 | [] | no_license | FishyBlob/hw6 | 22fae2bfc44f4a188ceb5909a4eeefd0004e7e12 | 9aaff404476b7ea2c37f88f05e32ab378416bcc1 | refs/heads/main | 2023-02-09T09:36:23.697598 | 2021-01-03T22:12:27 | 2021-01-03T22:12:27 | 324,391,990 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 985 | c | #include <stdio.h>
#include<stdint.h>
#include<stdlib.h>
#include"poker.h"
#include"test.h"
int main()
{
printf( "Before:\n" );
print_card( player1 );
print_card( player2 );
print_card( player3 );
print_card( player4 );
printf( "Type 01:\n" );
sort_card( player1 , func01 );
sort_card( player2 , func01 );
sort_... | [
"Mary6668@users.noreply.github.com"
] | Mary6668@users.noreply.github.com |
8f8acf02712ce686a15edc46bd919114bd68dc42 | 3340c026127f9d4f704ff9effaf4b5af12247180 | /linux_c/first.c | 5fe4ddc0fb6720f241391e1bdfcc50550e0ae638 | [] | no_license | D-lyw/codes | 028e336d1347091b2c21b0885c12f93b364b1626 | 416a7422195f812e971f1877cdd2d37c82a928c9 | refs/heads/master | 2020-03-24T00:18:27.004852 | 2018-11-10T13:24:58 | 2018-11-10T13:24:58 | 142,284,686 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 566 | c | #include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
int main(int argc, char const *argv[])
{
int p1, p2;
while((p1 = fork()) == -1){} // 创建子进程p1
if(p1 == 0){
printf("我是子进程P1\n");
}else{
while((p2 = fork()) == -1){} // 创建子进程p2
... | [
"liuyuanwang4321@gmail.com"
] | liuyuanwang4321@gmail.com |
0902255cd46aba8af11c05c27ba0b3a29f3cf76d | 66af3713b9e2a64f6f4faa0c35c6140502d61531 | /srcs/main.c | 158f43844909d7ac4dcd0705fbaf8633ccf2de0e | [
"MIT"
] | permissive | JonathanDUFOUR/Game_of_life | 5f0a87c41c515f43974a9d81d2235f6bd222ff48 | f2899d5a2d3c9181b9b1483643be3b999f7b3872 | refs/heads/main | 2023-04-17T23:50:15.523780 | 2021-04-20T18:50:12 | 2021-04-20T18:50:12 | 359,590,755 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,366 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.c :+: :+: :+: ... | [
"jodufour@student.42.fr"
] | jodufour@student.42.fr |
9f83f614e1b63bd9e32e7a510e8a153cc3f25366 | 92a5535a485c5afe46f2fdc91b77fb630bc40b0f | /src/syscalls.h | 487dbc1fd2d7844eecfc2a79b2aa36445cdc3d63 | [
"MIT"
] | permissive | MyOwnClone/lib43 | 7f799e63da49e4ffa3849ccce068200f5d42adf3 | ecb5944d3972c2049e0d69c13eacc43f3c940ba0 | refs/heads/master | 2021-01-24T02:58:50.318772 | 2015-02-01T08:51:51 | 2015-02-01T08:51:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 278 | h | #include "syscall.h"
abi_long _write(int fd, const void *buf, abi_long len);
abi_long _read(int fd, const void *buf, abi_long len);
void *_mmap(void *addr, abi_long len, int prot, int flags, int fd, abi_long off);
int _munmap(void *addr, abi_long len);
void _exit(int status);
| [
"lunixbochs@gmail.com"
] | lunixbochs@gmail.com |
0fb2c28e8a6bcfd436ea45727472c208147f43d4 | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/boltar/casino/key.c | d9bb75d8947daedb1cc6acaacf49fc3402f3d215 | [] | no_license | wugouzi/Nirvlp312mudlib | 965ed876c7080ab00e28c5d8cd5ea9fc9e46258f | 616cad7472279cc97c9693f893940f5336916ff8 | refs/heads/master | 2023-03-16T03:45:05.510851 | 2017-09-21T17:05:00 | 2017-09-21T17:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,737 | c | #include "/players/boltar/things/esc.h"
int room_num,lastv;
short() {
if(environment(this_object()))
call_other("/players/boltar/casino/front_desk", "fix_book_name",room_num, environment(this_object())->query_real_name());
return "A hotel key card"; }
long() {
write("A key card with printing reading:\n");
... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
972b76a2700c90c53af569cd07c27e175896b34f | 1fae3050098369147934e8a75899ce1f57d7e4d7 | /03_UART/0301_UART1/mailbox.h | e452156a62ab65714c261f2703982d14a9709359 | [] | no_license | rb-project-min/RaspberryPi_Baremetal | 5eef88c2fe46672a6efefd2db6235ba4d23c242d | d80db55a544c7abfb7c550b0333208c7d4af6762 | refs/heads/master | 2020-12-04T01:24:34.935450 | 2020-01-05T11:14:37 | 2020-01-05T11:14:37 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C | false | false | 1,281 | h | #ifndef MAILBOX_H
#define MAILBOX_H
#include <stdint.h>
#include <stdbool.h>
extern void mailbox(volatile uint32_t *AlinedBuffer, uint32_t Channel);
// メールボックスメッセージバッファ
extern volatile uint32_t __attribute__((aligned(16))) mbox[256];
#define RPI_FIRMWARE_PROPERTY_END 0x00000000
#define RPI_FIRMWARE_STATUS_REQUES... | [
"59470565+rb-project-min@users.noreply.github.com"
] | 59470565+rb-project-min@users.noreply.github.com |
7c50b962724273810af8a208c05f964cd1a6411e | e3cc617877e53ddf81b70253bf36e50cc573f7be | /bitbybitimage.c | 80557facc31720c9be6983d3232818e0ba18f6ad | [] | no_license | mudabirsadeed/image-read-print-c | 4b2286dfcb77ce6a6f647b52ede7a52ab04e4413 | 0e9acd2c49bf34183d6bfcb31b6e5b147b22dec1 | refs/heads/master | 2020-06-01T09:03:44.653861 | 2019-06-07T10:21:26 | 2019-06-07T10:21:26 | 190,724,919 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 637 | c | /* Image reading program */
#include <stdio.h>
void imgprint (int);
int width=0;
int height=0;
int grey_levels=0;
int total_length=0;
int t=0;
int i=0;
int g=0;
int f=0;
int a=0;
main()
{
scanf("%i", &width);
scanf("%i", &height);
total_length=width*height;
scanf("%i", &grey_levels);
for (i=1;i<=total_leng... | [
"noreply@github.com"
] | mudabirsadeed.noreply@github.com |
7c5119dec899a788d9d7b4bc5a4ccd679c83e299 | 9ee794ffe6da555fa2c64cc2e3de254ab77e490f | /atcoder/abc131/e.c | e45f507e6515b2cf60796d8c27b84aa1cacec154 | [
"MIT"
] | permissive | nevivurn/cp | 4d582d1c3df07cb4450331e31ce98611a35a57be | be2ce55ef6f578cbf606bbc3d85add72993cfde3 | refs/heads/master | 2022-01-01T07:28:53.846149 | 2021-12-17T13:46:33 | 2021-12-17T13:46:33 | 159,927,493 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 411 | c | #include <stdio.h>
int main(void) {
int n, k;
scanf("%d%d", &n, &k);
int max = (n-1)*(n-2)/2;
if (k > max) {
puts("-1");
return 0;
}
int rem = max-k;
printf("%d\n", n-1 + rem);
for (int i = 1; i < n; i++) {
printf("%d %d\n", i, n);
}
int curn = 1, curt = 2;
for (int i = 0; i < rem; i++) {
printf(... | [
"nevivurn@riseup.net"
] | nevivurn@riseup.net |
1f12f0d8f2eadcca49d5dd6e7a743cd5498abdf9 | c1df6484af0d2f187b813bd4c7cb1cfdd7e17dbb | /evpp/include/evpp/libevent_headers.h | 48824e3692d51f0810fe7a6cf7f2569dc6a87d10 | [] | no_license | zieckey/condiment | 091e4350d2f4fa53a729875d50c4efac523910b6 | cf2513d5b43a2b0e9b4d1859132e864818c145e7 | refs/heads/master | 2020-12-22T02:22:04.201545 | 2017-07-28T08:33:56 | 2017-07-28T08:33:56 | 10,431,186 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,177 | h | /********************************************************************
* Created: 2014/03/06 14:19
* File name: libevent_headers.h
* Author: weizili
* Purpose:
*
* Copyright 2010-2013, All Rights Reserved.
********************************************************************/
#pragma once
#ifdef WIN32
#includ... | [
"zieckey@gmail.com"
] | zieckey@gmail.com |
18bdc55ddb906cc3614417c36dc6f4c7eb884a4b | 151c8487f9bde677f90b00bd3782064f5fdb3771 | /Parameter.h | 307f4820e485f76c42aecab2b945158928fe1922 | [] | no_license | lisasasasa/final_project | d6b6626321896f8fc2bc750b201f31321b6f0ac0 | 96f0667ee800217327c607db83a3f9a66398f191 | refs/heads/master | 2022-11-06T08:19:57.257424 | 2020-06-24T08:18:52 | 2020-06-24T08:18:52 | 269,126,647 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 732 | h | const int TEMP_SIZE = 1000000;
const int STACK_SIZE = 100;
const int MAX_ID = 10000;
const int MAX_MAIL = 105;
const int user_range = 65536;
char temp_string[TEMP_SIZE];
int temp_stack[STACK_SIZE];
char User[user_range][55];
unsigned int user_hash(char *s, int flag = 0) { // Perfect hash
//printf("hash: %s %d\n",s... | [
"brian369999@gmail.com"
] | brian369999@gmail.com |
b3c4a888ad25d7eedf38f65c2c3ab2bf25a028d8 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/6a7ed707-453c-457d-8291-55894e0c22b9.c | 7ac76ac715e5329d8de6061c3f402db5000b8e76 | [] | 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 | 575 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=1222;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i%j;
l = l+j;
j = k-k*i;
//variables
/* START VULNERABILITY */
int a;
char b[64];
char c[75];
a = 0;
do {
a++;
/* START BUFF... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
465cbc734480703462dd695b07629157995d2bda | beaf3d9ceadf160936ce40db619e756b1180ad55 | /Driver/MKL_mcg.c | 2e55cad20dee5d6d3bde2fef4fcf7fd7a5b3e92b | [] | no_license | Liyuxiang/Slaver_Company | 5e64e489eab7e8e70ab7563d0fd9c380f1294599 | b43020be4c0de4c88e0221fa9325025a79b00a71 | refs/heads/master | 2021-01-16T20:50:37.142905 | 2015-09-26T06:23:50 | 2015-09-26T06:23:50 | 42,641,070 | 0 | 0 | null | 2015-09-17T07:15:49 | 2015-09-17T07:15:48 | null | UTF-8 | C | false | false | 70,141 | c | /*
* File: mcg.c
*
* Notes:
* Assumes the MCG mode is in the default FEI mode out of reset
*/
#include "MKL16Z4.h"
#include "MKL16Z4_extension.h"
#include "MKL16Z4_features.h"
#include "MKL_mcg.h"
//#include "lptmr.h"
// global variables
extern int core_clk_khz;
//extern int slow_irc_freq = 32768; // default ... | [
"1206054578@qq.com"
] | 1206054578@qq.com |
95d2e1f064b01d84f491ca428cf82e470875dc02 | 7e8cd9b66459c4f2dc77e9725960eed81f7a5a48 | /audio_microphone_STM32F4/Src/main.c | b3840f784a54a44721ede34c6a930b126fb7c6cc | [] | no_license | styczen/ARM-projects | 0b3f099ca07a4d681a91b08968e925c822ffc478 | 47e60673814cde978a1ec1635b5da3af2893d114 | refs/heads/master | 2021-08-30T10:31:45.630607 | 2017-12-17T14:26:52 | 2017-12-17T14:26:52 | 88,442,342 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,502 | c | /**
******************************************************************************
* File Name : main.c
* Description : Main program body
******************************************************************************
** This notice applies to any and all portions of this file
* that are not ... | [
"daltar96@gmail.com"
] | daltar96@gmail.com |
7455a9f104f183f7349b876080aa261c233b5ae9 | 8573a5ac23e997acd80604b42297dbfe31766c9d | /double/double.c | b5926e2f20ad8efb84e9f2a3a912ed2a403d452b | [] | no_license | jknottss/Piscine21 | 88000b3d65388f4f54275aec9f758ffb82bfd47b | a90ec29f3bb6ebb48d74006a48f3c971673f8e28 | refs/heads/master | 2023-08-15T01:08:48.312553 | 2021-09-22T15:28:45 | 2021-09-22T15:28:45 | 407,851,964 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 399 | c | #include <unistd.h>
void ft_del(char *str)
{
int i;
int j;
int k;
i = 1;
j = 0;
k = 0;
write(1, &str[0], 1);
while (str[i] != '\0')
{
while (j < i)
{
if (str[i] == str[j])
k = 1;
j++;
}
j = 0;
if (k == 0)
write(1, &str[i], 1);
k = 0;
i++;
}
}
int main(int argc, char **argv)
{... | [
"jknotts@vo-i5.msk.21-school.ru"
] | jknotts@vo-i5.msk.21-school.ru |
cce34fec47d8248b90d2dbb7d61ae0af8881dd5f | 1e1a6d6eddcf28d0eec77de85fa9da69a8dde735 | /DLA/SKL/skl_benchmark/kernel/11.11x4kernel9x8x0_117x4232x458_180+160.c | cb1c4cba15d28972530694527bc5cf37c5b6afd9 | [] | no_license | hpc-sslab/lamma | 8d0b55d6d1e8811110927d210b37a1bea4e02f9c | 52caa049fa9cb70021f7f7a3952c232125b3632e | refs/heads/master | 2020-03-25T17:51:14.860753 | 2018-08-08T11:45:28 | 2018-08-08T11:45:28 | 143,999,367 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,685 | c | #include "immintrin.h"
#include "x86intrin.h"
#include "zmmintrin.h"
//#include <hbwmalloc.h>
#define MR 9
#define NR 8
#define MB 117
#define NB 4232
#define KB 458
#define L1_DIST_A 180
#define L1_DIST_B 160
void micro_kernel0(int k, const double * A, const double * B, double * C, int ncol)
{
int i;
register _... | [
"choi@ssu.ac.kr"
] | choi@ssu.ac.kr |
a568b2e6f79e8989ae9377a34c54cb6fb884f162 | dd276dc4e551a1a0128daf18087d98677c52cabb | /lc8-2.c | bc1ed935db03ac81f9ecd6d1486bdd96f2ba41eb | [] | no_license | dark-horse/leet_code | 4dc33c1610ff2b8f29b43c46d8bbfe9f8548f188 | 258b3481a7a3af6633298b95fea77bec1b3afdc2 | refs/heads/master | 2020-07-13T08:49:51.771658 | 2019-10-23T19:44:24 | 2019-10-23T19:44:24 | 205,049,712 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,180 | c | /*
*
* https://leetcode.com/problems/parsing-a-boolean-expression/
* Return the result of evaluating a given boolean expression, represented as a string.
* An expression can either be:
* "t", evaluating to True;
* "f", evaluating to False;
* "!(expr)", evaluating to the logical NOT of the inner expression... | [
"noreply@github.com"
] | dark-horse.noreply@github.com |
6682618a0d9e3ad92020b2f72d60020a4107d6e6 | 686633f69f7dd4148315f1d29cbef62daa415e79 | /Heboris Collection/MINI/plugin_extra/master_hard.c | 4598abc32d750553fd6aab4726bc4312fb6415a4 | [] | no_license | jamesorgan/ML-with-Tetris | ecf9e10ac0482a704c8927d1c4c3c925a8dc1a4b | 7209cd5829d244d92e0de89c935bc56fcd60b944 | refs/heads/master | 2022-11-15T18:46:12.023629 | 2020-07-02T13:46:21 | 2020-07-02T13:46:21 | 276,657,892 | 0 | 0 | null | null | null | null | SHIFT_JIS | C | false | false | 50,210 | c | //MASTER-HARD
//prefix:mash
// バージョン
int mashVersion; // バージョン番号(古いリプレイ再生用)
int mashCVersion = 1; // 現在のバージョン
// レベルアップテーブル
int mashLevelTable[51] = // 落下速度
{
// *00, *10, *20, *30, *40, *50, *60, *70, *80, *90
1 , 1 , 1 , 2 , 3 , 4 , 5 , 6 , 8 , 12 ,// 0**
15 , 15 , 15 , 15 , 23 , 23 , 23 , 23 , 30 , 30... | [
"62559944+jamesorgan@users.noreply.github.com"
] | 62559944+jamesorgan@users.noreply.github.com |
b0e1e38b26b0b1e39264ab37757b7169b0e46cda | 07ee84a7d0f9864aae7e5de5f8acf79d729230c1 | /lib/FreeRTOS-Plus-TCP/source/portable/NetworkInterface/Zynq/x_emacpsif_dma.c | 5213deaa60b06e99cc7d6df99c35e683864c935a | [
"MIT",
"freertos-exception-2.0",
"GPL-2.0-or-later"
] | permissive | renesas-rx/rx65n-cloud-kit | b846c5f9d9264718d5da847dfb47b05180a983b5 | d4dc3a1771478a42c280f9ecc285a91c6e99f189 | refs/heads/master | 2020-06-30T11:32:42.002387 | 2019-08-28T08:03:55 | 2019-08-28T08:03:55 | 200,811,838 | 1 | 4 | MIT | 2020-03-08T01:10:24 | 2019-08-06T08:42:03 | C | UTF-8 | C | false | false | 19,603 | c | /*
FreeRTOS+TCP V2.0.10
Copyright (C) 2017 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, including without li... | [
"hiroki.ishiguro.fv@renesas.com"
] | hiroki.ishiguro.fv@renesas.com |
b1084f0a5be5d89c7c02095c8264227f1bf169f5 | a37afba3617166973166494beefcd1947c0a62d6 | /Tutorial14.c | d47860378fc66e4d1e72369366f6c7dff341ab90 | [] | no_license | KamaleshYadav/C_TUTORIAL | b97c269ff6b62a31c7719c4672a4f3a0984aee6f | e2ee62e8a2582560dcb99c483cb5a52121794954 | refs/heads/master | 2023-07-16T10:13:56.530599 | 2021-08-17T19:51:06 | 2021-08-17T19:51:06 | 396,142,996 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 155 | c | #include <stdio.h>
int main()
{
int i=0;
while (i<54)
{
printf("%d\n", i);
i = i+1;
}
return 0;
}
//while loop | [
"kamaleshy99@gmail.com"
] | kamaleshy99@gmail.com |
4e50287dbc67d7ba0fa2c2edc9e703e91de7477f | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/u-boot_new/board/amcc/taishan/showinfo.c | 53bfdf790b4565d3f93cb319abf1c5c677820dcc | [
"GPL-2.0-or-later",
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | OLIMEX/DIY-LAPTOP | ae82f4ee79c641d9aee444db9a75f3f6709afa92 | a3fafd1309135650bab27f5eafc0c32bc3ca74ee | refs/heads/rel3 | 2023-08-04T01:54:19.483792 | 2023-04-03T07:18:12 | 2023-04-03T07:18:12 | 80,094,055 | 507 | 92 | Apache-2.0 | 2023-04-03T07:05:59 | 2017-01-26T07:25:50 | C | UTF-8 | C | false | false | 6,873 | c | /*
* (C) Copyright 2007
* Stefan Roese, DENX Software Engineering, sr@denx.de.
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <config.h>
#include <common.h>
#include <command.h>
#include <asm/processor.h>
#include <pci.h>
void show_reset_reg(void)
{
unsigned long reg;
/* read clock regsiter */
printf("===... | [
"gamishev@gmail.com"
] | gamishev@gmail.com |
32457ccfb55aee4935e5435b661099ba87ba516c | f3203226e8a039d17474cce5f2caf293dd913415 | /external/e2fsprogs/ext2ed/dir_com.c | a75d1a07e9d979c482579715c24c7b0b9b7fbe44 | [] | no_license | Chenx221/Samsung-S7562C-Platform | 7dd36cc853193ee4583693309fb7f77ee0a7c011 | 4f1cd5126a11e796cf10da18beba841ec4102550 | refs/heads/master | 2021-01-06T11:40:29.991743 | 2020-02-18T08:59:30 | 2020-02-18T08:59:30 | 241,313,222 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 20,776 | c | /*
/usr/src/ext2ed/dir_com.c
A part of the extended file system 2 disk editor.
--------------------
Handles directories.
--------------------
This file contains the codes which allows the user to handle directories.
Most of the functions use the global variable file_info (along with the special directo... | [
"chenx221@yandex.com"
] | chenx221@yandex.com |
a9000380fd0470eba737465adea9f4d75eec3099 | 8340a701fd1f6081f5162d7a724740f5e82aa9fa | /lib/libc/include/any-linux-any/linux/kfd_ioctl.h | 93e2d6fad36e5bb60c777c01c2568f6b92c162c1 | [
"MIT",
"LicenseRef-scancode-other-permissive"
] | permissive | kprotty/zig | 6316ad8517213b68c4bb72a5dd9480e13085861b | 460211431f407c9f707e3ac3bbff61610a487926 | refs/heads/master | 2022-08-07T04:42:51.607816 | 2022-07-21T03:09:25 | 2022-07-21T18:17:35 | 190,903,453 | 2 | 0 | MIT | 2021-03-09T02:50:38 | 2019-06-08T15:23:47 | Zig | UTF-8 | C | false | false | 24,111 | h | /*
* Copyright 2014 Advanced Micro Devices, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, m... | [
"andrew@ziglang.org"
] | andrew@ziglang.org |
368d62b75f22f6ec4217b41ad9f11b36f691e859 | c4b98c7e74f4dbcafdf184068d34be2c098e1f1a | /hw03/bonus.c | 52258939a200bcecb4c6a5c5e0f8eb9d84f2c6b7 | [] | no_license | creeperjong/ntnu-corgi-cp2 | 10207cb28a763f8e55f79a027132b959c04cbafa | e1505ebdbbcc94dc8bcdd30dd25c832ae1f567da | refs/heads/master | 2023-05-19T00:35:34.941517 | 2021-06-05T09:01:27 | 2021-06-05T09:01:27 | 345,037,654 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 326 | c | #include <stdio.h>
#include <stdint.h>
void max(int32_t a,int32_t b);
void max(int32_t a,int32_t b){
printf("%d\n",(a & (-(a>b))) + (b & (-(b>a))));
}
int main(){
int32_t a = 0;
int32_t b = 0;
printf("Please enter a and b: ");
scanf("%d %d",&a,&b);
printf("Max: ");
max(a,b);
retur... | [
"leogood50203@gmail.com"
] | leogood50203@gmail.com |
69633cbf2fe0a029410e578dbe318c9dc1456b19 | 988009154b0803b487fdd325de618ad50b5d9380 | /pro/mouse/user/stm32f10x_it.c | fcb11e5aa1c6cac4781706434959f89de89169ea | [] | no_license | lujialiang/Air_mouse | 88fd36a4c815baf92edb3964566c9ffcf50f2409 | 04a52331b02f1fd0152be4d4311a77fe2fb6dfbe | refs/heads/master | 2021-05-27T17:53:33.481406 | 2015-04-01T15:34:58 | 2015-04-01T15:34:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,673 | c | /***************************************************************/
#include "stm32f10x_it.h"
#include "gpio.h"
#include "delay.h"
#include "usart.h"
#include "mpu6050.h"
#include "nrf24l01.h"
/***************************************************************/
extern u8 USART_RX[60];
extern u8 USART_mark;
extern ... | [
"meekdai@163.com"
] | meekdai@163.com |
534ed0b7bacc9a1f7fce4d18c9baacbcbf5e916a | f694513ad658fd945dc3c04e646133de959158dc | /lesson5/sample5-2/sample5-2/main.c | 0cfdb1080f8302215d416ae357c4e535fd785dea | [] | no_license | umblr/C | afa9da3b5d72cdcd161b75480e11e8f235a014d4 | 52f27a488404a8f4dd5713289ca16adc6b98d4b4 | refs/heads/master | 2021-01-10T21:37:08.940971 | 2014-12-11T08:20:54 | 2014-12-11T08:20:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 417 | c | //
// main.c
// sample5-2
//
// Created by UMBLR on 2014/10/18.
// Copyright (c) 2014年 raus0. All rights reserved.
//
#include <stdio.h>
int main(void)
{
int res;
printf("整数を入力\n");
scanf("%d",&res);
if (res==1)
{
printf("1が入力されました\n");
printf("1を選択しました\n");
... | [
"leaves369@gmail.com"
] | leaves369@gmail.com |
af9e1789b6e2fcb6d000585bd1dca43a3bb218d7 | bd93fa910151c278be8249055bc084e5a5c35a6a | /Algorithm/学生成绩/main.c | 088cb860fb101a67f89c4dfa2642f605ce199bf9 | [] | no_license | ahojcn/practice-code | bd81595b80239cd2550183093566bd536a83ed3f | b65f4e76271479269463e92fd3fd41585c2ac792 | refs/heads/master | 2021-07-10T14:15:08.036592 | 2020-07-09T11:32:16 | 2020-07-09T11:32:16 | 153,059,349 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,552 | c | //
// main.c
// 1学生成绩
//
// Created by hanoi_ahoj on 2018/9/28.
// Copyright © 2018年 hanoi_ahoj. All rights reserved.
//
#include "head.h"
#define FILE_PATH "info.txt"
void init(SeqList *L)
{
FILE *fp = fopen(FILE_PATH, "r");
if(NULL == fp)
{
exit(0);
}
for (int i=0; i<L->last; i++)
... | [
"hanoi_ahoj@icloud.com"
] | hanoi_ahoj@icloud.com |
db8faf889e924cca4db786e52054481e7993350b | 1a96ebe78636f20679302dfe339ac109ee6ebd02 | /SeFNet/SocketDefine.h | 44003ae5a863153ce6df17c31f79b92d1c343ee5 | [
"MIT"
] | permissive | aywfelix/SeNet | f46541a1031f126b75bba9a3b78aaa80572abe80 | 7b40cffd7f961b1706e79d9cebd8fee58d1af58e | refs/heads/master | 2022-08-13T12:27:11.671219 | 2020-05-23T15:29:43 | 2020-05-23T15:29:43 | 265,606,586 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,349 | h | #pragma once
#include "common/SePlatForm.h"
#ifdef SF_PLATFORM_WIN
#include <WS2tcpip.h>
#define socket_t intptr_t
int SocketGetError(socket_t fd);
#define sf_ioctlsocket(s,c,a) ioctlsocket(s,c,a)
#define CONNINPRROGRESS WSAEWOULDBLOCK
typedef int socklen_t;
#else
#include <sys/socket.h>
#include <sys/ioctl.h>
#incl... | [
"lai@126.com"
] | lai@126.com |
386c1b9838b6c8c4a29a27f325a6e7bdb8516726 | 6c200e4254f997d5428935d11c247cbda04f0d39 | /midterm2/covidReg.c | 24eb280ec9b1875e4ba2004856f1d3a7203082b2 | [] | no_license | clifton779/LabFiles | a759f3d2209078742a2ee42ed1063e42699751dd | c10e9d0095b9141fa5709d2a8f64990f052e29f2 | refs/heads/main | 2023-04-17T01:54:43.704192 | 2021-04-29T18:36:45 | 2021-04-29T18:36:45 | 359,891,675 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,904 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
struct entry{
char fname[10];
char lname[10];
char bday[11];
char sex[3];
char dose[2];
char pdose[11];
char type[15];
char zip[6];
char age[3];
char code[9];
};
void regis(struct entry *newentry);
void genr(struct entry *newentry)... | [
"noah@platt-blaskett.com"
] | noah@platt-blaskett.com |
b72ed1badee3a630bb5a3b77cb204c537aab48a1 | 1a22821e9abe0144cf060cda217e8ff846ed4810 | /bgbrasw/base/rasw_drsp_tblend.c | fede857474664b3cf86d0bed4c52496347a957a6 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | cr88192/bgbtech_engine | 1d3a8b13dee46b4bc557a5a29b6d39370493df93 | 03869a92fbf3197dd176d311f3b917f4f4e88d1a | refs/heads/master | 2021-01-10T13:18:32.756889 | 2015-11-25T05:11:30 | 2015-11-25T05:11:30 | 46,181,763 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,450 | c | #include <bgbrasw.h>
void BGBRASW_DrawSpanFlatBasicTestBlend(
BGBRASW_TestBlendData *testData,
bgbrasw_pixel *span, bgbrasw_zbuf *spanz, int npix,
bgbrasw_pixel clr, bgbrasw_zbuf z0, bgbrasw_zbuf z1)
{
BGBRASW_TestBlendFunc_ft testBlend;
bgbrasw_pixel *ct, *cte;
bgbrasw_zbuf *ctz, *ctze;
u32 tz, tzv, tz2;
if(... | [
"cr88192@gmail.com"
] | cr88192@gmail.com |
a1931f41d4074c3d79335dfacafdfa1d05c420b3 | 14fd126ff68624b66daf64fc251a633244593ab1 | /cosmosis-standard-library/boltzmann/class/class_v2.4.1/include/nonlinear.h | 28256771aa704238e0d1d0096dfb9187670fbedf | [
"BSD-2-Clause"
] | permissive | ktanidis/Modified_CosmoSIS_for_galaxy_number_count_angular_power_spectra | 6749d1dec87b3f070f9d255b602d32260341f478 | ce195564631b148bef0214a27a57470640c69a08 | refs/heads/master | 2023-05-15T09:11:32.086202 | 2021-06-11T15:43:08 | 2021-06-11T15:43:08 | 278,347,824 | 1 | 1 | BSD-2-Clause | 2021-06-11T15:43:09 | 2020-07-09T11:38:12 | Fortran | UTF-8 | C | false | false | 3,078 | h | /** @file nonlinear.h Documented includes for trg module */
#include "primordial.h"
#ifndef __NONLINEAR__
#define __NONLINEAR__
#define _M_EV_TOO_BIG_FOR_HALOFIT_ 10. /**< above which value of non-CDM mass (in eV) do we stop trusting halofit? */
enum non_linear_method {nl_none,nl_halofit};
/**
* Structure contain... | [
"noreply@github.com"
] | ktanidis.noreply@github.com |
b6fae386d84e80205f167876918621c8d591bc60 | 37dfc6a332382741a9463fd7d6cce4a26716ee50 | /example/13/fifo4.c | 416d3393233d29e0ee59c75fa2786573203b0612 | [] | no_license | AdolphGithub/linux-program | 2d255fdf25c2295a785df7e1a1416b901e41a82b | 7cd3ef354e307560ad559efdcf5d1034bda47f38 | refs/heads/master | 2020-08-08T09:22:41.737010 | 2019-11-25T09:54:42 | 2019-11-25T09:54:42 | 213,803,994 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 932 | c | #include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include <fcntl.h>
#include <limits.h>
#define FIFO_NAME "/tmp/my_fifo"
#define BUFFER_SIZE 1024
int main(int argc, char *argv[])
{
int pipe_fd;
int res;
int open_mode = O_RDONLY;
... | [
"1138027478@qq.com"
] | 1138027478@qq.com |
c57134c01995bce00f5347e6a4a36f7c10d53ea6 | 688d2252d297af8b4d35dd2e125053d949a6e2d9 | /WorldPopulationMonitoring/Test.h | be0f4649f682c93fdcd9b5be18e38b740c91d831 | [] | no_license | zrsoo/a23-915-Neamtiu-Zaris | e7943a5277be73296e5b2e0047098fe36c049385 | f985fb435b577ca85b9e7d31ae041c8b8b5c97a2 | refs/heads/main | 2023-08-25T12:07:59.094236 | 2021-10-18T17:06:31 | 2021-10-18T17:06:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 416 | h | #pragma once
#include "Service.h"
#include <assert.h>
typedef struct {
Service service;
int nrCountries;
Country* pc;
}Test;
Test createTest(Repository* repo, UndoManager* um, Service s);
void testAdd(Test t);
void testDelete(Test t);
void testUpdate(Test t);
void testFilterByContinent(Test t);
void testFilterByN... | [
"46485193+915-Neamtiu-Zaris@users.noreply.github.com"
] | 46485193+915-Neamtiu-Zaris@users.noreply.github.com |
6c5f4a167470c5790e03efeafe0aefa649b0f2ff | b705a7428b82c95c1abb7fdfbe1492b3d2ee61e1 | /kernelChanges/bitbake-default-linux-omap-2.6.29/arch/arm/mach-omap2/board-overo.c | ea0f6952114c86b8c28e0c43514f949f8585af52 | [] | no_license | simonsthings/beagleboard | df35eaad1930e7b5f7dc79cd05f3997219613305 | 877d5647526e845e2ddd08771d0781b642fface2 | refs/heads/master | 2021-01-21T03:20:56.026088 | 2017-08-30T14:10:59 | 2017-08-30T14:10:59 | 101,891,839 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,409 | c | /*
* board-overo.c (Gumstix Overo)
*
* Initial code: Steve Sakoman <steve@sakoman.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 distributed in the... | [
"simonsunimail@gmail.com"
] | simonsunimail@gmail.com |
64437abb0870636500cd47541ce39cecfde6b612 | 2bc3398063fd7251c46a2d93d2e301cd063befcd | /nitan/d/kaifeng/npc/obj/chaihe1.c | fb5a51edbd75923b205dcfc083ce391856cc9e9a | [
"MIT"
] | permissive | HKMUD/NT6 | ae6a3c173ea07c156e8dc387b3ec21f3280ee0be | bb518e2831edc6a83d25eccd99271da06eba8176 | refs/heads/master | 2020-03-18T08:44:12.400598 | 2018-05-23T06:55:18 | 2018-05-23T06:55:18 | 134,525,191 | 9 | 4 | null | null | null | null | GB18030 | C | false | false | 419 | c | #include <weapon.h>
inherit STAFF;
void create()
{
set_name("柴禾", ({ "chai he", "staff" }) );
set_weight(2000);
if (clonep())
set_default_object(__FILE__);
else {
set("unit", "根");
set("material", "wood");
set("lo... | [
"xmlsdk@gmail.com"
] | xmlsdk@gmail.com |
6faddba0627e1ca2a6c53bc088590c02abf7c560 | 5f41d9f61168d13ba41f67588219ef566f1eb87b | /src/parsec/dedup/src/hashtable.c | f9366e9e054344471344942f0ceff442d8943ac1 | [
"MIT",
"GPL-3.0-only",
"GPL-2.0-only"
] | permissive | tudinfse/intel_mpx_explained | 0671a667006bd43c436ddfc0c2cee43fa35d4db8 | 9a3d7b060742d8fe89c1b56898f2b2e3617b670b | refs/heads/master | 2022-04-06T00:50:14.193509 | 2020-02-04T14:25:27 | 2020-02-04T14:25:27 | 80,527,160 | 17 | 1 | MIT | 2020-02-04T14:25:29 | 2017-01-31T14:23:48 | C | UTF-8 | C | false | false | 11,178 | c | #if defined(ENABLE_DMP)
#include "dmp.h"
#endif
/* Copyright (C) 2004, 2007 Christopher Clark, Princeton University */
/* Parallelization by Christian Bienia */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "hashtable.h"
#include "hashtable_private.h"
/*
Credit for primes ta... | [
"alexo_o@ukr.net"
] | alexo_o@ukr.net |
dc8b42fea51f5c5bb29184856ab6bb0b055a3c28 | db24129ea6db821b78317eb4bf298cd901a0b80a | /cfe/modules/sb/fsw/src/cfe_sb_buf.c | a90284c13fba6c7633901c64c2640813f6901fc1 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ipeitzsch/cFS | e72c4ca4090f11190f2fdec0ea9f79237d60a76d | d6eeea7d95c26eb9931990fe30f5860f7a64eb47 | refs/heads/main | 2023-06-23T03:48:11.161287 | 2021-07-23T13:22:41 | 2021-07-23T13:22:41 | 377,186,894 | 1 | 3 | Apache-2.0 | 2021-06-15T14:13:50 | 2021-06-15T14:13:49 | null | UTF-8 | C | false | false | 8,435 | c | /*
** GSC-18128-1, "Core Flight Executive Version 6.7"
**
** Copyright (c) 2006-2019 United States Government as represented by
** the Administrator of the National Aeronautics and Space Administration.
** All Rights Reserved.
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not us... | [
"irpeitzsch@gmail.com"
] | irpeitzsch@gmail.com |
1b458e03a3d167cb4789dabd0706668cd5e412df | 8b59d0f473bdcacadb7b8a573c52c28bb48d7727 | /MEMOCODE_2018_Benchmarks/XOR/XOR_BlackBoxComposed/nnetwork.c | 3a9633ed80d6d6dd03e90634662925f20cd3b256 | [
"BSD-2-Clause"
] | permissive | PRETgroup/sann | f6afe47f54048605ce345f477dbdc716497b73de | ae94ede80570f0d27f2f9c658dda7661c72c3f4a | refs/heads/master | 2020-03-19T04:51:36.438150 | 2018-06-03T05:13:45 | 2018-06-03T05:13:45 | 135,874,412 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,915 | c | //this file was not autogenerated
#include "nnetwork.h"
static struct NeuralNetwork netw;
float run_XOR_ANN(float x1, float x2) {
float inputs[2] = {x1, x2};
RunNetwork(inputs);
return ThresholdFunction(netw.Neurons[NUM_NEURONS-1].InputValue);
}
float ThresholdFunction(float input) {
return (float)(inp... | [
"hammondpearce@outlook.com"
] | hammondpearce@outlook.com |
919f5757b5ad43978877ee0b4c7bed04ca20dbdb | b107d7f73326f8725e08023c5da3e5082535ca85 | /include/wcsmbs/wcstod_l.c | 7790f5abb703f64fbf2d480637c0f8532f5eb68a | [
"Apache-2.0"
] | permissive | DalavanCloud/libucresolv | 2073188dd95503447bcbea16fa43bd938112712b | 04a4827aa44c47556f425a4eed5e0ab4a5c0d25a | refs/heads/master | 2020-04-20T10:42:52.062948 | 2019-01-09T21:54:35 | 2019-01-09T21:54:35 | 168,796,582 | 1 | 0 | Apache-2.0 | 2019-02-02T05:07:45 | 2019-02-02T05:07:44 | null | UTF-8 | C | false | false | 1,116 | c | /* Convert string representing a number to integer value, using given locale.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify... | [
"bill_williams@cable.comcast.com"
] | bill_williams@cable.comcast.com |
703c8423916ed04bb98735dc5c0412e2529e4e50 | 3ed1e610c63e35919cbd9348c7f2e72dcfc8b125 | /interrupts_and_bottom_halves/irq.c | b2cbf3a6cc7e8ebed0ccabe9ec1e0dcecc0e7ecf | [] | no_license | vikassiddhabhaktula/linux_device_drivers | 332501fa30e8cf7d371907d886ed8f5c2502d42d | ecae879b355614891168cea223c95abc185966c0 | refs/heads/main | 2023-04-30T19:35:52.671113 | 2021-05-10T15:57:44 | 2021-05-10T15:57:48 | 343,419,936 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,876 | c | #include <linux/module.h> /* Needed by all modules */
#include <linux/kernel.h>
#include <linux/printk.h>
#include <linux/interrupt.h> /* IRQ routines */
#include <asm/io.h> /* To use asm */
#include <linux/kobject.h> /* To use kernel objs */
#include <linux/sysfs.h> /* routines to add sysfs nodes */
#include <linu... | [
"vikassiddhabhaktula@github.com"
] | vikassiddhabhaktula@github.com |
1c2936b008ca0b8df911f6302933a0e78492842a | 71fc0e43656f09dfaacc7f1491bcf71db9cce13a | /src/cpu/m68000/m68kdasm.c | 3886e33f4f4aa50dec357a0d567355ec84d9b005 | [] | no_license | Sunoo/nonamemame | 471014a8878bde80b81a02b9a6932a3e1701383e | 0198a58b772c59f6f3351ce549f095ebc50d7b2a | refs/heads/master | 2020-12-24T14:26:43.725385 | 2011-09-10T00:37:42 | 2011-09-10T00:37:42 | 33,425,601 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 100,684 | c | /* ======================================================================== */
/* ========================= LICENSING & COPYRIGHT ======================== */
/* ======================================================================== */
/*
* MUSASHI
* ... | [
"sunookitsune@kitsunet.org"
] | sunookitsune@kitsunet.org |
f71f78b4b6ee824bc938fb6be3a0925f4af0521c | 65be7c2e5821cfecc6cff22dff47c592ae5418dc | /arduino_sensor/NodeConfig-template.h | c73669400e60e4cc0dfc86b777d39e96438fdab3 | [
"MIT"
] | permissive | dbrooke/UKHASnet_Firmware | befc2ce7f8c80f6e932590549f75ea25961e816a | 27261f6248ebc809bd1742aab3a690f506782a21 | refs/heads/master | 2021-01-22T02:04:04.311703 | 2015-10-03T18:59:41 | 2015-10-03T18:59:41 | 29,740,944 | 0 | 0 | null | 2015-01-23T16:18:00 | 2015-01-23T16:17:59 | null | UTF-8 | C | false | false | 1,126 | h | //************* Define Node that you're compiling for ****************/
#define ZZ00
//************* Node-specific config ****************/
#ifdef XX00
char id[] = "XX00";
#define LOCATION_STRING "50.3475,-1.33445"
byte num_repeats = '1'; //The number of hops the message will make in the network
#define BATTV_FUDG... | [
"phildcrump@gmail.com"
] | phildcrump@gmail.com |
0a04a0d49af45e4cd265afa5859bca98964e6f14 | 54b2aab0e53fe1834013cd905bfc54b5ddb9ffd7 | /hackerrank/C_Challenges/bit_op.c | 20111b9b0efa47e7076c3bd43bd7edcfb0714f6f | [] | no_license | hadigal/prog_challenges | 0a243a70af3d4c02e6869347457698f7f9f11ffb | 76e4bd90a6c10e4bd1b16ed97db081c95019b20e | refs/heads/master | 2021-08-18T11:19:34.633755 | 2020-03-22T21:13:15 | 2020-03-22T21:13:15 | 136,781,554 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,307 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define MAX 10*10*10
void bit_op(int , int *, int, int);
int det_val(int , int , int );
int main()
{
int n,k,*arr;
setbuf(stdout,NULL);
scanf("%d %d",&n,&k);
if((n < 2) || (n > MAX) || (k < 2) || (k > n))
{
printf("Error in i/p\n");
return -1... | [
"hadigal2992@gmail.com"
] | hadigal2992@gmail.com |
61d4e144886282add77afbb338646a810ca884aa | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/firmware/efi/libstub/extr_efi-stub-helper.c_handle_cmdline_files.c | b452a80cf7c1d870780ce3b475533a39ab06a9ca | [] | 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 | 5,476 | 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 |
f3b8e2e1935a8240222f84bfc632f47139124af8 | b334051f6900fcddfab5d80e1d3c4c0378b6f10c | /e-book/recover2/ebook.si4project/Backup/main(4631).c | eb31408d33e34ba547377b7698967dc8c29fa059 | [] | no_license | jason693/romote | 298c9c24732a674fafbff1af9d8cc50c8c0cef46 | c2c9837b32f0bfc71ace6b4e9c17a5bb136a161d | refs/heads/master | 2023-01-02T17:49:14.030618 | 2020-10-26T14:28:31 | 2020-10-26T14:28:31 | 307,397,728 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,141 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "lcd.h"
#include "show_bmp.h"
#include "list.h"
#include "touch.h"
#include "zi.h"
//屏幕信息读取、图片显示、链表功能、触屏功能、点阵字库判断
List *to_get_catalog(void);
int main()
{
//第一步:打开屏幕
lcd_open();
List *p =create_list(); ;
p=to_get_catalog();
Node *l = (Nod... | [
"874240697@qq.com"
] | 874240697@qq.com |
e3905d417423a200a2ca2695dcbd1c736639b390 | 0f8566321094bc3d47c5ebc9e879e7a4a09e488f | /cc3200-sdk/ti_rtos/ti_rtos_config/ewarm/iar/tirtos/ti/sysbios/gates/GateMutexPri.h | 0ea2824bdd174eedd0df1fb1c91b7608254f0909 | [
"MIT"
] | permissive | SiarheiVolkau/CC3200-Linux-SDK-GCC | 0baa4bf90450b7cde0cb52110db3595700a8630b | 2a965aa1b2351e127c912c2307ccb30dea5c065c | refs/heads/master | 2021-01-22T19:21:48.739505 | 2017-03-21T15:30:44 | 2017-03-21T15:30:44 | 85,189,439 | 2 | 3 | null | null | null | null | UTF-8 | C | false | false | 23,186 | h | /*
* Do not modify this file; it is automatically
* generated and any modifications will be overwritten.
*
* @(#) xdc-B06
*/
/*
* ======== GENERATED SECTIONS ========
*
* PROLOGUE
* INCLUDES
*
* INTERNAL DEFINITIONS
* MODULE-WIDE CONFIGS
* PER-INSTANCE TYPES... | [
"lis82@mail.by"
] | lis82@mail.by |
675809a233224a102a73248cf431b5af7799c5c1 | fbec5d10fb8642dd03c752b285bf1c61ed5bcd09 | /plotting/2d_plot/inclusive/Q2_W2_inc.C | c44bd7d3fcf5b0441ae050e8dd52b98423574428 | [] | no_license | Dien0426/bandsoft_ana | e71c7244a18a253d9ccfed50fd8f2307e8b34d25 | 1ce09307b7a351d07a532f49d2f71eb050fb0e52 | refs/heads/master | 2023-03-22T00:51:38.419675 | 2021-03-15T15:43:57 | 2021-03-15T15:43:57 | 319,389,847 | 0 | 0 | null | 2020-12-07T17:11:19 | 2020-12-07T17:11:18 | null | UTF-8 | C | false | false | 1,084 | c | void Q2_W2_inc(TString inDat, TString inSim){
// Define some function used
void label2D(TH2D* data, TString xlabel, TString ylabel);
// Load TFiles
TFile * inFileDat = new TFile(inDat);
TFile * inFileSim = new TFile(inSim);
// Get the TTrees
TTree * inTreeDat = (TTree*) inFileDat->Get("electrons");
TTree * i... | [
"efrainsegarra@efrains-mbp.lan"
] | efrainsegarra@efrains-mbp.lan |
0cb305996066047cb6e82b31b44103419358fd63 | 247aed6141b1c5b5c92a1a607d116efcffa5e847 | /TP5_info/matrice.c | 9ec1a7276bcf8bc9ef4ca9b44e9093d84bebd2c7 | [] | no_license | ECE-2122-C-TP/tp5-Tlaurent85 | 97214cb5c60e6c2d43e01e71d9932877692d1bb8 | 1896fd4d4f5435c783e8ea7cac8ceec2243af9fc | refs/heads/main | 2023-08-21T13:16:49.110855 | 2021-10-11T18:46:04 | 2021-10-11T18:46:04 | 416,047,131 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 54 | c | //
// Created by Sebastien LAURENT on 10/10/2021.
//
| [
"noreply@github.com"
] | ECE-2122-C-TP.noreply@github.com |
10b49555e1efae62b0c3d0236f84edd1dc4c267d | a9c6e0434a7420bf386f8ed33667d4e27cd6ef14 | /programs/strings/strcmp.c | 6d7fc7c228d8cf86919dc561b9adf19789101794 | [] | no_license | saikiran232/c-videos | c19c528c0f35e58393a8011695fc8f33675713de | 9b4a847acfc1d87e5d0a01c3db21dade3fc0c7ed | refs/heads/main | 2023-03-22T01:36:45.158823 | 2021-03-08T10:56:15 | 2021-03-08T10:56:15 | 313,531,390 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 268 | c | #include<stdio.h>
#include<string.h>
int main()
{
char str1[20]="Saikiran";
char str2[20]="saikiran";
if (strcmp(str1,str2)==0)
{
printf("string1 and string2 are equal");
}
else{
printf("string1=%s and string2=%s are different\n",str1,str2);
}
return 0;
}
| [
"saikiranchalla.232@gmail.com"
] | saikiranchalla.232@gmail.com |
4865e7df059f2b991addbd8681c3de4bccd4b4f2 | 7c662a06f905515da1c8c32cb98fb04bd56aeb33 | /Code/LC/LC/Display.h | 0aebb13297fc4bc4c4e5170e629550fd7ecf4fe8 | [
"MIT"
] | permissive | chochavo/DesClocks | f216ea0d972d02be6c950affcc00d43cc5144eeb | 81caade3f2e9e8eef31d13b6903f43f2026b0485 | refs/heads/master | 2022-12-24T20:09:37.243577 | 2020-09-28T15:28:32 | 2020-09-28T15:28:32 | 299,352,199 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,029 | h | #ifndef DISPLAY_H_
#define DISPLAY_H_
/* Library declarations */
#include <avr/io.h>
#include <avr/interrupt.h>
#define F_CPU 8000000UL // Internal clock frequency definition
#include <util/delay.h>
#include <math.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <string.h>
/*... | [
"52153206+chochavo@users.noreply.github.com"
] | 52153206+chochavo@users.noreply.github.com |
599d7635f81c168cc8251bae72afa8ed06297eaa | 2878607e22fe782352ce7cb773d120cb872400f4 | /C6414_2012_FullV7.4/main.c | bd5f8e0b39da0b1177231059e50e7b2bb1c42d2d | [] | no_license | rockyhao/DSP-FingerPrint-FingerVien | 0e9c55802df824d68423f7bee0ed97579e404c8f | 8a413dcbbd96dd2a0705dac712eced0f5011dfeb | refs/heads/master | 2020-04-04T19:40:02.223031 | 2017-06-02T09:19:42 | 2017-06-02T09:19:42 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 3,204 | c |
#include "header.h"
//extern far STS_Obj sts;
int main ( void )
{
uint32_t i;
//volatile uint32_t*ptr;
//volatile uint32_t*ptrd;
//time_t tm;
//font_t oldfont;
//font_t newfont;
//pen_t oldPen;
//pen_t newPen;
//rect_t rect;
//rect.x0=0;
//rect.y0=0;
//rect.x1=319;
//rect.y1=40;
bsp() ; //³õÊ... | [
"295287653@qq.com"
] | 295287653@qq.com |
9502367c8a5880f996ea26fe404007d610a6bac4 | 034dca8bb8eb35cf3bfa597054fea7bea4746aa5 | /src/mona.c | 8575969a515a72aad0182a5ac0ea6e8a8fa759fa | [] | no_license | cran/cluster | b7e79e482c4a91bbc7f6e096b8ade6071f8d2b49 | 889f2fde106c2558fdf3b2114c37af40eee8a6ae | refs/heads/master | 2022-09-10T21:31:43.397959 | 2022-08-22T09:10:02 | 2022-08-22T09:10:02 | 17,695,126 | 9 | 8 | null | null | null | null | UTF-8 | C | false | false | 7,278 | c | /* MONothetic Analysis --- MONA
Program for divisive hierarchical clustering of binary data,
using association analysis.
*/
/* mona.f -- translated by f2c (version 20031025).
Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
http://www.netlib.org/f2c/libf2c.zip
Further transformed by
$Id: f2c-cl... | [
"csardi.gabor+cran@gmail.com"
] | csardi.gabor+cran@gmail.com |
f5fe1bf2a3ef1cf621f26aaae7d4a4e90032f2a7 | b457411b376a5d2866819bc835ab5153cb6a4714 | /channels/urbdrc/client/data_transfer.c | 541b0cc286eb9b18df2237e2865b918f7404295a | [
"Apache-2.0"
] | permissive | awakecoding/WinPR-msasn1 | 5e3323b9228b54430e41ab8a4e5a37688935aa63 | 288a7d343bbcfb0484400a79a90b8f9ab1ecbe2f | refs/heads/master | 2021-01-10T14:00:47.453531 | 2012-10-07T20:16:56 | 2012-10-07T20:16:56 | 6,114,413 | 4 | 1 | null | 2012-10-07T20:16:53 | 2012-10-07T17:23:44 | C | UTF-8 | C | false | false | 70,321 | c | /**
* FreeRDP: A Remote Desktop Protocol client.
* RemoteFX USB Redirection
*
* Copyright 2012 Atrust corp.
* Copyright 2012 Alfred Liu <alfred.liu@atruscorp.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | [
"marcandre.moreau@gmail.com"
] | marcandre.moreau@gmail.com |
5da74e455cafcf9aa1cc1ac043d3adc38e5abc7e | cb3640e1866c7c0cd993c809d46e01c68bc34dbd | /GNX/src/cmd/ex/ex_vmain.c | f8360b8d0861e9dfb87531380440bb0e863144b2 | [] | no_license | Krush206/GENIX | b5de45c7222aaf34887e29bf33943e5261396437 | b6e76748a78d95a977028d4ce4923849cf3558df | refs/heads/master | 2022-04-11T15:03:22.816194 | 2020-03-09T17:15:54 | 2020-03-09T17:15:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,389 | c | /*
* ex_vmain.c: version 1.2 of 5/31/83
*
*/
# ifdef SCCS
static char *sccsid = "@(#)ex_vmain.c 1.2 (NSC) 5/31/83";
# endif
/* Copyright (c) 1980 Regents of the University of California
static char *sccsid = "@(#)ex_vmain.c 6.2 10/23/80"; */
#include "ex.h"
#include "ex_tty.h"
#include "ex_vis.h"
/*
* This is the... | [
"jason.eckert@trios.com"
] | jason.eckert@trios.com |
c559496191672d32555a56c4aea6cb48e8bdb4e4 | 18a9fb338311528a9064b731d4c3660a66bd1489 | /smcmgr/smcmgr.c | 5b4629d307df05f2896a0f84f6fc4642a02c641b | [] | no_license | mjfitzpatrick/mosaic3-dhs | c9a932c28497a7e1079a6267bb82c7f58a6b4848 | 0a82fabbd9299dd7b38b0a1e7d28c0204dd70d2c | refs/heads/master | 2020-09-14T22:51:29.858494 | 2019-11-21T23:25:03 | 2019-11-21T23:25:03 | 223,283,514 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 28,218 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <pthread.h>
#include <sys/mman.h>
#include <stddef.h>
#include "smCache.h"
#include "mbus.h"
#include "cdl.h"
#include "smcmgr.h"
/*****************************************************************************
** SMCMGR -- Utility... | [
"fitz@noao.edu"
] | fitz@noao.edu |
6090d19cbec71d491ca63b1a6777ef6618c69aed | f026cb616ef14bae15a1d251ca6dbe0f55016d9c | /linux/16207.c | 7653488df70f23b96535f4ec3034a28431a1826e | [] | no_license | jajajasalu2/cocci-lkmp-c-files | 3eb7d451929dca5cb6beb56aabd69fe3f7fc176c | 5da943aabe1589e393a131121dbf8e7a84b3cf2a | refs/heads/master | 2020-12-02T17:30:14.411816 | 2020-01-29T08:36:30 | 2020-01-29T08:36:30 | 231,053,574 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,356 | c | cocci_test_suite() {
dev_t cocci_id/* drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c 99 */;
struct resource *cocci_id/* drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c 97 */;
struct platform_device *cocci_id/* drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c 95 */;
struct class *cocci_id/* drivers/staging/kpc200... | [
"jaskaransingh7654321@gmail.com"
] | jaskaransingh7654321@gmail.com |
9969ba5a8015a038db45e14de620be3b343781fa | acb8d4c4f974d872f31997f591fea4d748f94b93 | /d/shaolin/shaolin/wuchang1.c | 2684073741d9b3dcab6fd2c6e4f68004070067f7 | [] | no_license | MudRen/SZMUD | 8ae6b05718b1a83363478469185e0d776b0fda5c | e3b46e6efa6d353f7f0d00ef676f97d5c0ec3949 | refs/heads/master | 2023-05-27T16:04:35.845610 | 2021-06-18T12:47:19 | 2021-06-18T12:47:19 | 361,736,744 | 1 | 2 | null | null | null | null | GB18030 | C | false | false | 710 | c | // Code of ShenZhou
// Room: /d/shaolin/wuchang1.c
// Date: YZC 96/01/19
inherit ROOM;
void create()
{
set("short", "练武场");
set("long", @LONG
这里是少林寺的练武场。由无数块巨大的花岗岩石板铺就。
上千年的踩踏已使得这些石板如同镜子般平整光滑。练武场中间
竖立着不少木人。十来个僧人正在练习武艺。东面有一长溜僧房。
LONG
);
set("exits", ([
"south" : __DIR__"zoulang2",
"west" : __DIR__"banruo5"... | [
"i@oiuv.cn"
] | i@oiuv.cn |
dfa160cffea5314b7e758bfe23ffde5d52da9b75 | f26c41b1eef27adf760e587fd2af3782fd89f170 | /src/cvode/fcmix/fcvpreco.c | 43a8953a61b4e9eefd8e32dfb86efebdf9608345 | [
"BSD-3-Clause"
] | permissive | aragilar/sundials | cf30b9fb81657956868a945ed635870c0440a62d | be34244e32486577cc6d98598bfcbc11961e2f64 | refs/heads/master | 2020-03-30T15:35:57.916517 | 2018-09-28T22:13:38 | 2018-09-28T22:13:38 | 151,370,339 | 0 | 0 | NOASSERTION | 2018-10-03T06:30:53 | 2018-10-03T06:30:53 | null | UTF-8 | C | false | false | 4,333 | c | /*
* -----------------------------------------------------------------
* Programmer(s): Daniel R. Reynolds @ SMU
* Alan C. Hindmarsh, Radu Serban and Aaron Collier @ LLNL
* -----------------------------------------------------------------
* LLNS/SMU Copyright Start
* Copyright (c) 2017, Southern Methodist Un... | [
"gardner48@llnl.gov"
] | gardner48@llnl.gov |
437445ca7e7ea2388b313ef2d749db9afa02faa0 | b3722048590968458009318ce278e0fcd22e3a3d | /herptronix/firmware/src/app/gui_demo/gui_demo.c | cd5541cf5d193f9e4c979804df7a404bd634f51c | [
"MIT"
] | permissive | herptronix/PIC32MZ-MEBII | 5d46bd33314cd5dc161f90e6e839b05cdff65291 | d0fb2c01fa29d4d8bdb058835450456f3c3eb7e1 | refs/heads/master | 2020-04-06T02:49:49.151854 | 2015-07-24T19:09:25 | 2015-07-24T19:09:25 | 39,650,608 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,078 | c | /**
* @file gui_demo.c
* @brief demo menu
* @author Duboisset Philippe <duboisset.philippe@gmail.com>
* @version N/A -- draft / experimental
* @date (yyyy-mm-dd) 2014-03-08
* Licence: MIT
*/
#include "gui_demo.h"
#include "game.h"
#include "plane_game.h"
#include "resources.h"
#ifdef INCLUDE_GUI_DEMO
#define... | [
"duboisset.philippe@gmail.com"
] | duboisset.philippe@gmail.com |
fe132ccd72b68e76bc1bd6630d37dcbb9f334983 | a8d33c8dcb82bfb1590a37bac9da194a534d0f41 | /libconfig/contrib/ls-config/src/ls-config.c | f4f9e285405ff0620a655d120fca54c95a95fb34 | [
"LGPL-2.1-or-later",
"GPL-1.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-2.0-or-later",
"GPL-2.0-only",
"MIT",
"LGPL-2.1-only"
] | permissive | adebrecht661/asteroid-spring-sims | 22d5bd8704052641b969b1937a9406d761b7f52c | 8767d17a0c7229c0603c8b16f6090efeed70614e | refs/heads/master | 2022-09-16T07:33:27.102448 | 2020-05-29T20:20:30 | 2020-05-29T20:20:30 | 246,395,137 | 1 | 1 | MIT | 2020-05-29T20:20:31 | 2020-03-10T19:57:06 | C++ | UTF-8 | C | false | false | 47,732 | c | #include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#include <string.h>
#include <unistd.h>
#include <getopt.h>
#include <locale.h>
#include <libintl.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <math.h>
#include "../../../../libconfig/lib/libconfig.h"
#define ... | [
"adebrech@ur.rochester.edu"
] | adebrech@ur.rochester.edu |
fb262e6a17fe2e92f6b545cd65ce3bba6ea6ac58 | 5114ff993f5aa3068666a928e29a8036c91d0f4c | /Code/src/voip101_archived/error.h | c845d484f3193f97ec635c6ea78ed578291e244e | [] | no_license | wwerst/EE52 | 88cba4c60f0c227b8c32ba295079228e9fc39d30 | e261b6144a149981bdbfbf9a7d89df0cbe70661b | refs/heads/master | 2021-03-24T12:25:26.446063 | 2017-12-09T21:32:28 | 2017-12-09T21:32:28 | 78,905,158 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,531 | h | /****************************************************************************/
/* */
/* ERROR.H */
/* Error Processing */
/* ... | [
"rbachal@caltech.edu"
] | rbachal@caltech.edu |
5401cb6f31d11f89a00c8d3c24b257033108f5a2 | 587ecd71b4a65b2ab6312106b6dddcd881482324 | /cadena.c | f916aa0597f173eb2318a36e1edddf8345be340a | [] | no_license | franciscoreyes16/FP1A | b9248539421b43c671a1586e26dae6626587963f | b74d8d8c431d06d1c61d513519c52d71ad66ff31 | refs/heads/master | 2021-01-10T11:46:47.894401 | 2015-12-07T05:22:23 | 2015-12-07T05:22:23 | 44,702,615 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 233 | c | #include<stdio.h>
char cadena[9];
char volteada[9];
char i,j;
int main()
{
printf("Ingrese su nombre\n");
scanf("%s",cadena);
j=9;
for(i=0;i<10;i++)
{
volteada[i]=cadena[j];
j--;
}
printf("%s",volteada);
}
| [
"francisco.reyes160107@gmail.com"
] | francisco.reyes160107@gmail.com |
1952f885c70d172ccf3030c865b60a3563dbda39 | 756b9d8992d1a587cc7f90e4226cc9c3bd060a93 | /src/LiteOS/Huawei_LiteOS/targets/NXP_LPC51U68/Driver/LPC51U68/cmsis_drivers/fsl_spi_cmsis.c | 9188c34636570f6256a493a2f481e6ea22492640 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | keramiozsoy/HarmonyOS-1 | bba1c163ccb3c048c5aae86c1ba146ae3874aaea | c57966479ebd38d6750191a66f9b91819e47ab4c | refs/heads/master | 2020-07-30T11:18:43.741170 | 2019-09-22T20:48:12 | 2019-09-22T20:48:12 | 210,211,047 | 0 | 0 | Apache-2.0 | 2019-09-22T20:38:02 | 2019-09-22T20:38:01 | null | UTF-8 | C | false | false | 82,254 | c | /*
* Copyright (c) 2013-2016 ARM Limited. All rights reserved.
* Copyright (c) 2016, Freescale Semiconductor, Inc. Not a Contribution.
* Copyright 2016-2017 NXP. Not a Contribution.
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the License); you may
* not use this f... | [
"460433675@qq.com"
] | 460433675@qq.com |
bfbf3f5031b3f521ff504cbd604f3c3dff00a880 | 262cce3a7a1308acc21b875c0528e092c491f275 | /CS240/lab4/v22/concatSysCall.c | 1204811ee40604f69a1750cff61cf5feba5d85c6 | [] | no_license | womalley/PurdueCS | d053a6f21a1141a5631074dcf1cd0d97f6e7a1b7 | 2118cd02275e87bf8e8f0b0e56a3ff46d00b33b0 | refs/heads/master | 2020-04-07T03:10:22.217160 | 2019-01-13T17:25:38 | 2019-01-13T17:25:38 | 158,005,477 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,035 | c | /*
concatSysCall
CONCAT SYSTEM CALL concatenates the URL/IP Address with "host " and an end delimiter,
so that a system() call can be made to the terminal. Displaying the URL's IP or vice versa
*/
#include <stdio.h>
void concatSysCall(char *str) {
int system(char *concatStr);
int len = 0; //string length
in... | [
"noreply@github.com"
] | womalley.noreply@github.com |
ddf6e64082cf0ff76f443bcc922ae3d03b76170e | 3762f47dc54c5df054e213c93ba1eb4290d8ecca | /Android/lpc1758_freertos_RcCar/L5_Application/can_msg_id.h | ea1d39bd6fa5a451aa30028848fead946c1a000d | [] | no_license | dhruvkakadiya/SDC_TopGun | d3b1b516d0af51d2225ff828d1090e845bbfe10c | 35d1c1611f4285bc9a39a21ad54f6ec48c84062f | refs/heads/master | 2021-09-25T22:34:52.277322 | 2018-10-26T07:03:31 | 2018-10-26T07:03:31 | 45,565,433 | 4 | 3 | null | null | null | null | UTF-8 | C | false | false | 4,672 | h | #ifndef __CAN_MSG_ID_H__
#define __CAN_MSG_ID_H__
#ifdef __cplusplus
extern "C"{
#endif
#include <stdint.h>
#include <stdbool.h>
// CAN message IDS
/// XXX: Recommend enumeration for this
enum CAN_MSG_ID
{
KILL_SWITCH_ID = 0,
RESET_ID,
MASTER_SYNC_ACK_ID,
MOTORIO_SYNC_ID,
SENSOR_SYNC_ID,
BLUE... | [
"dhruv.kakadiya@gmail.com"
] | dhruv.kakadiya@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.