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
1da842df4bbca8d273482216481df87f7ac2a8bc
7178a389b725065d08740f35911ff0a7fbb07307
/include/constants/tokens.h
ad53d5194f9a293ab13b42bba0adf76f6762894d
[ "MIT" ]
permissive
rojas-diego/epitech-42sh
6c202f82c3f2e5696ad46b6a9be2639096939701
07afd6c16abbd9de3fb4aa037533f1505bc0f948
refs/heads/master
2023-03-22T04:04:14.727770
2021-03-16T06:41:22
2021-03-16T06:41:22
278,049,509
1
0
null
null
null
null
UTF-8
C
false
false
1,526
h
/* ** EPITECH PROJECT, 2019 ** PSU_42sh_2019 ** File description: ** tokens header file. */ #ifndef SH_CONSTANTS_TOKENS_H_ #define SH_CONSTANTS_TOKENS_H_ /**/ /* Includes */ /**/ /**/ /* Constants */ /**/ static const char *TOKENS[] = { "", /* UNKNOW */ "", /* EOF */ 0, /* WORD ...
[ "diego.rojas@epitech.eu" ]
diego.rojas@epitech.eu
f942cfef0a05ea6c6639307d37bc55f9c605456b
9d407edcbb7e0fcb1a814ab8b76322952f212dc9
/C05/ex06/ft_is_prime.c
5b93b211eab37cb59d7f4554b57e38b338f486f4
[]
no_license
victor-ln/42basecamp
e26bac16171b8f6d14810b8b8394a8771991ad1c
f3c9ace557a1351d885480149eb7dfd0cf68eb55
refs/heads/master
2023-07-11T08:44:22.484119
2021-08-20T18:22:21
2021-08-20T18:22:21
null
0
0
null
null
null
null
UTF-8
C
false
false
1,042
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_is_prime.c :+: :+: :+...
[ "victornunesvln2020@gmail.com" ]
victornunesvln2020@gmail.com
e8c2f6e9fc4113084120efd5e04afc62c58d539a
fc241b70bf53faaab3c7edaa49a07f7de5b27805
/srcs/prompt/char_handler/specials/handle_arrows/handle_shift_arrows.c
d3e2c9dda57fdc14a42081da9278381ea6082b99
[]
no_license
Williambraecky/42sh
4b3c188bda232de54fa85f78468bae2f1981436a
eea9ebf263a83ec40f7c1fd430fd9ddbe91f6de6
refs/heads/work
2022-09-06T20:00:12.677671
2020-02-29T16:57:02
2020-02-29T16:57:02
210,865,857
2
0
null
2020-02-29T16:57:28
2019-09-25T14:29:38
C
UTF-8
C
false
false
2,222
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* handle_shift_arrows.c :+: :+: :+: ...
[ "wbraeckm@student.s19.be" ]
wbraeckm@student.s19.be
c0791faaa4a9eae1f7292ceda2bfed189db362c9
0f7233680a3e82a21e599916b59fdb1d5e83cd6f
/PowerIteration.h
c1cd861fcbffae0f00e7b5e59993a8c41212b257
[]
no_license
ofriyaron1/sp_project
165eb4cacbc44b12eb4bed5c63f83afeb7b5041f
ed0d81210b0b8cd94096a88dd52141ad7b081dd0
refs/heads/main
2023-08-29T07:53:15.261821
2021-10-21T12:07:24
2021-10-21T12:07:24
419,706,525
0
0
null
null
null
null
UTF-8
C
false
false
758
h
/** * PowerIteration Summary: * * This module finds the dominant eigenvector using the following functions: * * vectorNorm - normalizes a vector * diffcalc - helper function for powerIteration * powerIteration - finds the dominant eigenvector, the eigenvector with * the largest absolute eigenvalue, us...
[ "noreply@github.com" ]
ofriyaron1.noreply@github.com
57fc3887d56142e88e9ba7e6805f8bdb23f5e5e6
df0dc0fcdcc4d0b62d8d3b596415870d06975972
/Programacion 2017 - 2018/Programacion 2018/Trabajo Practico 1/tp.h
7a282cf6d715601c3a2ee592f4f717767db28e72
[]
no_license
diego-rico-dk/Programacion-Unlam
169f1be80ce18eb210f3773515522381b31ae125
30cc0781a3f65fd1f5026180055da1ca41dc4ee8
refs/heads/master
2022-01-08T21:31:11.371443
2019-04-11T03:46:20
2019-04-11T03:46:20
null
0
0
null
null
null
null
UTF-8
C
false
false
400
h
#ifndef TP_H_INCLUDED #define TP_H_INCLUDED #include "header.h" #include "indice.h" #include "fecha.h" ///FUNCIONES DE ALTA_BAJA TP4. void ingresar_directorio(char* directoriodat, char* directorioidx); int comprobar_existencia(FILE* arch); int crear_alumno(t_alumno* alu, T_indice* indice, tFecha* fact); void elim...
[ "tocinonaro_juan@yahoo.com.ar" ]
tocinonaro_juan@yahoo.com.ar
7f12e52732c536b3e154c69454e93ec2109d9cb2
16adf514b087ba2f41c0a8f0ab8548e02d06a660
/Examples/EX_02/Years/year.c
556eac63f7ae3270d3f1ae1bf88eb5c33110acac
[ "MIT" ]
permissive
MyoungJin/Class_Clang
e7aa7cb6ee3e79f1dbefb4029c5d01733c0f6368
670a0c41d659947fe8648297277e0aa254dfdaa0
refs/heads/master
2020-03-18T17:17:45.671457
2018-05-27T10:31:53
2018-05-27T10:31:53
135,019,310
0
0
null
null
null
null
UHC
C
false
false
465
c
/*********************************************** ◆ 파일 이름 : year.c ◆ 작성자 : 김명진 ◆ 용도 : 변수를 설명하기 위함 ***********************************************/ #include <stdio.h> // main() 함수 시작 int main(void) { int year; short int month; int date; year = 2018; month = 3; date = 14; printf("오늘의 날짜는 %d년 %d월 %d일 입니...
[ "webzealer@gmail.com" ]
webzealer@gmail.com
72cdead40595e3cd3d318e11c5b85c75de24212f
c2b32ff147bbdbbbe1259bba314987d716c5f473
/Ch07/Prj09/forcel2far3.c
f750810e9122f8a7465890cbeeb989b1a90112d9
[]
no_license
minjung0126/2020-2-C
c476cdad5a0824da3516d70fcee4c70053ec401d
c672bff2ac1138568ddd3567995475ebac2d442a
refs/heads/master
2023-01-21T08:35:36.750840
2020-12-07T13:43:16
2020-12-07T13:43:16
295,672,759
0
0
null
null
null
null
UTF-8
C
false
false
333
c
#include <stdio.h> #define MAX 3 #define INCREMENT 10 int main(void) { double celcius = 12.46; printf(" 섭씨(C) 화씨(F)\n"); printf("-----------------------\n"); for (int i = 1; i <= MAX; i++, celcius += INCREMENT) { printf("%8.2lf %8.2lf\n", celcius, 9.0 / 5 * celcius + 32); } return 0; ...
[ "noreply@github.com" ]
minjung0126.noreply@github.com
aee6931895abd64fe0b93f0ea84d7f8a062cb230
793e9eeaa2b3018fac9fd7964eb2e5ebd11a4fa2
/makeClass/example/alpha/run.C
ca2dfa410840e9a8315bb5f2f2e9a4d7dc29d9ce
[]
no_license
attikis/rootMacros
2c516456c1e39e4306eb433925f5ca39f9ad9599
64e7e779f5b19bfbe2b28a2058b829c57b953c3d
refs/heads/master
2021-05-09T21:41:31.447907
2019-07-18T07:15:07
2019-07-18T07:15:07
118,733,665
3
0
null
null
null
null
UTF-8
C
false
false
1,631
c
{ #include "TChain.h" gROOT->Reset(); gROOT->LoadMacro("alpha_T.C"); //gSystem->CompileMacro("alpha_T.C"); TChain myChain("Events"); // myChain->Add("/afs/cern.ch/user/a/attikis/scratch0/AnalysisPack/test/alpha/HPlusOut_M80.root"); std::cout << "--> Adding TFiles to TChain ..." << std::endl; // Signal ...
[ "attikis@cern.ch" ]
attikis@cern.ch
7ae0f327d57396dc94b80c886aad532257bf819b
122171593786cb2b38d40fd5f997aad185bd4e00
/File/List.c
4da33158ee7a886ee8cec03ff8fcc2df11012f6b
[ "MIT" ]
permissive
yuky2020/CSaP-Example-and-notes
9f3612ec0ec1584189f99a168c0751ef9b6fddb1
9508d933f3189f23a539a81d4e93cba2dd692f4f
refs/heads/main
2023-02-09T20:02:10.363957
2021-01-04T21:22:13
2021-01-04T21:22:13
326,806,924
0
0
null
null
null
null
UTF-8
C
false
false
1,878
c
#include <stdio.h> #include <stdlib.h> struct item { int value; /* Value of the item */ struct item *next_ptr; /* Pointer to the next item */ }; void enter(struct item *first_ptr, const int value) { struct item *before_ptr; /* Item before this one */ struct item *after_ptr; /* Item after this one ...
[ "yuky2020@gmail.com" ]
yuky2020@gmail.com
b373ff85daa1cca766d4a8689bd1f5a86aee2cce
487af179670518c58b9f3b49345a85699f020afd
/02-conditional-logic/04.c
34586310c97841ce4ed597e5ef6fdf44c3432270
[]
no_license
coderanwar/c
0704a2e87219a7ebac04c5f27543f6445c2a8634
27e31e3d0e792bc7bc5559b909cba30e1d42f79a
refs/heads/master
2020-09-01T09:08:06.834177
2019-11-03T09:32:53
2019-11-03T09:32:53
218,927,376
0
0
null
null
null
null
UTF-8
C
false
false
256
c
#include <stdio.h> int main() { int n = 10; if (n < 0) { printf("The number is negative\n"); } else if (n > 0) { printf("The number is positive\n"); } else { printf("The number is zero!\n"); } return 0; }
[ "jannat.books@gmail.com" ]
jannat.books@gmail.com
fded028ae3ebde85392cc583035f75545fe4ad60
5472b074c7620be0261cd0118bc05459e48557a1
/src/audio_stream.h
cbd0e00fc700c92c14f4e0406a351942c8a57dec
[ "MIT" ]
permissive
asiekierka/zeta
02bae2ec48e1bb9e776927a82daf06c333872e27
5e31f21a99edbdbe3378409fed7ba5b2fd91cc98
refs/heads/master
2023-08-22T12:29:34.691870
2023-07-16T07:40:12
2023-07-16T07:40:12
247,491,307
53
4
MIT
2023-04-29T11:46:10
2020-03-15T15:13:53
C
UTF-8
C
false
false
1,677
h
/** * Copyright (c) 2018, 2019, 2020, 2021 Adrian Siekierka * * 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...
[ "kontakt@asie.pl" ]
kontakt@asie.pl
1566d7561d1c24736f98b4060063844800744815
eec153c6dc9e59944d22889f7bd2fbb8cf38907f
/Bài tập 3/kt_04.c
698e5e24d384ca8db2813fc9688891f60314f227
[]
no_license
huyphan6666/Nhap-mon-ngon-ngu-C
a120742c7d530bd02bda7b8cb9e2f2b748038b05
e11b1fdc7334bdbd0f4aa5f52e187ec0a3b2e537
refs/heads/main
2023-03-23T21:14:13.316631
2021-03-20T01:59:38
2021-03-20T01:59:38
312,151,573
0
0
null
2020-11-12T02:57:51
2020-11-12T02:57:50
null
UTF-8
C
false
false
497
c
#include<stdio.h> int main() { //Khai bao bien n, tong, i int n,tong,i; //Gan gia tri tong = 0 tong = 0; //Hien thi dong chu Nhap mot so ra man hinh printf("Nhap mot so\n"); //Nhap mot so tu ban phim scanf("%d",&n); while (n > 0) { //Tinh i i = n % 10; //Tinh...
[ "noreply@github.com" ]
huyphan6666.noreply@github.com
6c6f7c1e74116f433453fd6497ac85ac820a2574
261452cf0fbf35f86e05627b0af2feb64da5ffb4
/src/blas1_real.c
b1198d559804bf65eeb4eeec223afd44bdb9eebe
[ "MIT" ]
permissive
dnmiller/snackpack
b4cb2edf670a0bc5ddd7b4d20260ec30cbd7e138
7dc76aa086af2e56955c8a36f3efb797993c47a4
refs/heads/master
2021-01-23T08:52:46.975774
2014-10-11T22:09:00
2014-10-11T22:09:00
null
0
0
null
null
null
null
UTF-8
C
false
false
22,117
c
#include <float.h> #include <stdint.h> #include <stdbool.h> #include <stdio.h> #include <string.h> #include "snackpack/blas1_real.h" #include "snackpack/error.h" #include "snackpack/internal/blas1_real_internal.h" /** * Return the sum of the absolute values of a vector (1-norm). * * \param[in] n Number of...
[ "dnmiller@gmail.com" ]
dnmiller@gmail.com
e08b3c9fd0f153f2822eaa6791a40e2c59920c74
4c6d6da94bd049e76a64cc9b693952c15aa95ac4
/ft_range.c
c128f75ed86c3da44459f6da47b240071acc72ed
[]
no_license
vanniekerkalex/wtc_exam_level_4
c5bd53113304e83d676cf4dfbc2dd6d5c21eb212
28d20fdead6683d06e577b669e3acf34db281deb
refs/heads/master
2020-03-22T16:00:09.254958
2018-07-18T12:42:27
2018-07-18T12:42:27
null
0
0
null
null
null
null
UTF-8
C
false
false
1,455
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_range.c :+: :+: :+: ...
[ "avan-ni@c3r3s6.wethinkcode.co.za" ]
avan-ni@c3r3s6.wethinkcode.co.za
66d66799229de043bc13767df6d7419190561ec8
c7792b5e5ae5e74d643518a5b0644020288fc6da
/compilable_mutants/fuzzgoat.mutant.4965.c
a7bb1f517f8ab3b94df19dbd6dbf36b1d2a9ccea
[ "BSD-2-Clause" ]
permissive
agroce/fuzzgoattriage
0dc99daf2d061aaa0f58ceef3657b6f9ff411613
173c585cc7e87bcb2b82ae22fde56935352cd597
refs/heads/master
2020-07-29T14:49:39.691056
2019-09-20T18:07:19
2019-09-20T18:07:19
209,830,892
0
0
null
null
null
null
UTF-8
C
false
false
32,159
c
/* vim: set et ts=3 sw=3 sts=3 ft=c: * * Copyright (C) 2012, 2013, 2014 James McLaughlin et al. All rights reserved. * https://github.com/udp/json-parser * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1...
[ "agroce@gmail.com" ]
agroce@gmail.com
5459920ce928829df69d9c3fc26b83d28fb2ec1d
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/reactos/modules/rostests/winetests/qmgr/extr_job.c_test_GetProgress_preTransfer.c
1cfe8a03a378396793e5a414e479cac3706d7559
[]
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,529
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
5f57d8d40b0997288b0645b5c637b3e64f73e1de
8b28334f9c7b386ade97cf89b6fd1cc4e901f479
/Projects/NUCLEO-F401RE/Applications/IKS01A3/AirplaneDetection/Inc/RTE_Components.h
3a2d928a3ab19687867465eb313df7208817b090
[ "BSD-2-Clause", "BSD-3-Clause", "Apache-2.0" ]
permissive
cparata/X-CUBE-MEMS1
22f604672979ad3d629bb55f98a261176671d11d
549e4f819fe840a8d945d2d50addf53dffc8d40b
refs/heads/main
2023-08-28T11:40:51.267134
2021-11-04T16:07:58
2021-11-04T16:07:58
424,559,686
0
0
null
2021-11-04T10:48:29
2021-11-04T10:48:28
null
UTF-8
C
false
false
2,198
h
/** ****************************************************************************** * @file * @author MCD Application Team * @version V2.0.0 ****************************************************************************** * @attention * * COPYRIGHT(c) 2021 STMicroelectronics * * Redistribution and use...
[ "carlo.parata@st.com" ]
carlo.parata@st.com
5ab2dff613b6847b1b717aec4d8d567f69b10caf
0a174f06234e1e0abb04c90aa032038017ab3636
/Point/point.c
7fc2ffe9827f616d0528317c44982449668fcbe6
[]
no_license
Leschnitzky/PointTest
c8ca8e0e791cd3c724808f935268426050206d78
7a2d92944351db8bcba047a78505d462868a6e71
refs/heads/master
2021-01-23T05:19:14.437619
2017-03-27T06:47:51
2017-03-27T06:47:51
86,295,748
0
0
null
null
null
null
UTF-8
C
false
false
628
c
/* * point.c * * Created on: Mar 27, 2017 * Author: leschnitzky */ #include <stdlib.h> #include <stdio.h> #include <stdbool.h> typedef struct point* Point; struct point{ int x; int y; }; Point createPoint(int x,int y){ Point p = malloc(sizeof(p*)); if(!p){ return NULL; } p->x = x; p->y = y; return...
[ "leschinskysergey@gmail.com" ]
leschinskysergey@gmail.com
e17e6ed8f643ad88272b9f61bf43302ff254b197
e6c50c3ad6362f7f05682d64c96748fab0ca025b
/src/x8-transposec/gen/8x8-multi-switch-zip-neon.c
58c117464d941536c2b825762c9f447036b00291
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
Maratyszcza/XNNPACK
537e670d0d172b3ec9f04808e07ed4a5436b01a7
16b3379825a5de3d148658af572a0a45eea3bfa3
refs/heads/master
2023-06-05T16:36:41.404271
2022-09-24T06:01:47
2022-09-24T06:02:47
218,375,282
1
0
NOASSERTION
2019-10-29T20:14:30
2019-10-29T20:14:30
null
UTF-8
C
false
false
11,001
c
// Auto-generated file. Do not edit! // Template: src/x32-transposec/neon-zip.c.in // Generator: tools/xngen // // Copyright 2021 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <arm_neon.h> #include <assert...
[ "xnnpack-github-robot@google.com" ]
xnnpack-github-robot@google.com
834f1fbd72c802dff7cd087f17f0c6f8baf2c3ba
7a0bf70fbcc16b5505604c16baa29846b4190d64
/gotcha-frontend/ios/build/Build/Intermediates.noindex/NotesApp.build/Debug-iphonesimulator/NotesApp.build/DerivedSources/NotesApp_vers.c
1e6f1081b6daf51e84d17b9437c8503188771d8f
[]
no_license
MatellioDurgesh/gotcha
e28d631a0de32cc84d99cc753a83fe6341570445
607e18f0875241129eb6c04392493587eeadfecc
refs/heads/master
2020-03-24T04:14:45.676636
2018-07-27T05:24:28
2018-07-27T05:24:28
142,448,720
0
0
null
null
null
null
UTF-8
C
false
false
290
c
extern const unsigned char NotesAppVersionString[]; extern const double NotesAppVersionNumber; const unsigned char NotesAppVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:NotesApp PROJECT:NotesApp-1" "\n"; const double NotesAppVersionNumber __attribute__ ((used)) = (double)1.;
[ "nilesh.solanki@matellio.com" ]
nilesh.solanki@matellio.com
d18527ecbfd8c67a1ccd9af3d84fa96d0dc74647
d118f483d6601ffdbf2d337c4d5f8e2b9585d645
/components/esp-azure/azure-iot-sdk-c/umqtt/deps/c-utility/archive/cyclonessl/tlsio_cyclonessl_socket_bsd.c
3fd4462ab06482634eb1146912294c46078b7887
[ "MIT", "LicenseRef-scancode-generic-cla" ]
permissive
Azure-Samples/ESP-Samples
2f62180454432425c36836f3971618fb6fc2a87c
62ab2aa1a6866f247cb8715c7cca647e06d05fe2
refs/heads/master
2021-12-14T15:34:25.930600
2021-12-10T23:29:26
2021-12-10T23:29:26
235,164,690
47
27
MIT
2021-12-10T23:29:27
2020-01-20T18:03:51
C
UTF-8
C
false
false
4,361
c
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #error CycloneSSL is NOT supported for the Azure C shared utilities. #error The code here is provided for reference purposes. #error #error A security audit is requi...
[ "ericmitt@corp.microsoft.com" ]
ericmitt@corp.microsoft.com
26fb79c04216057798d6a50a24365af9a7053d26
b00c54389a95d81a22e361fa9f8bdf5a2edc93e3
/packages/apps/OMA-DM/engine/dmlib/portlib/lj/hdr/dmprofile.h
287da011e034362c01d46f04824fcb0585614afe
[]
no_license
mirek190/x86-android-5.0
9d1756fa7ff2f423887aa22694bd737eb634ef23
eb1029956682072bb7404192a80214189f0dc73b
refs/heads/master
2020-05-27T01:09:51.830208
2015-10-07T22:47:36
2015-10-07T22:47:36
41,942,802
15
20
null
2020-03-09T00:21:03
2015-09-05T00:11:19
null
UTF-8
C
false
false
4,688
h
#ifndef __DMPROFILE_H__ #define __DMPROFILE_H__ #ifndef __cplusplus #error "This is a C++ header file; it requires C++ to compile." #endif #ifdef DM_PERFORMANCE_ENABLED #include "trace_perf.h" #endif enum { DM_INITIALIZE_ENTER = 18000000, DM_INITIALIZE_EXIT = 18000001, DM_GET_TREE_ENTER = 18000002, ...
[ "mirek190@gmail.com" ]
mirek190@gmail.com
33f05366511fdecb2777ce6f3b847138c8ef0287
b7f1b4df5d350e0edf55521172091c81f02f639e
/gpu/command_buffer/service/gles2_cmd_decoder_unittest_4_autogen.h
ba73447d73b50e8d750d2dd59892113bd0cb5fe3
[ "BSD-3-Clause" ]
permissive
blusno1/chromium-1
f13b84547474da4d2702341228167328d8cd3083
9dd22fe142b48f14765a36f69344ed4dbc289eb3
refs/heads/master
2023-05-17T23:50:16.605396
2018-01-12T19:39:49
2018-01-12T19:39:49
117,339,342
4
2
NOASSERTION
2020-07-17T07:35:37
2018-01-13T11:48:57
null
UTF-8
C
false
false
2,947
h
// Copyright 2014 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. // This file is auto-generated from // gpu/command_buffer/build_gles2_cmd_buffer.py // It's formatted by clang-format using chromium coding style: // c...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
f70e6e545ad38f8882d3363c6d79ea819b2f1c0c
3d0951ebddd285ddec727a4d3796096501e226ff
/Chapter 6 Loops/Programming Projects/PP9.c
f0d7841a00ce8aaa07feb4d54427020d216c71c6
[]
no_license
Yuandjom/C-programming-a-modern-approach
cf341b878302eb901796e9c9d649081047257ebb
e6d6726af35d9fa0eeedbfd4d7542a261f42384a
refs/heads/master
2023-04-20T07:17:39.704132
2021-05-04T14:16:54
2021-05-04T14:16:54
304,856,315
0
0
null
2021-04-15T04:07:34
2020-10-17T10:51:34
C
UTF-8
C
false
false
606
c
#include <stdio.h> int main (void) { int i , num; float loan , int_rate,month_pay; printf("Enter amount of loan: "); scanf("%f", &loan); printf("Enter interest rate: "); scanf("%f", &int_rate); printf("Enter monthly payment: "); scanf("%f", &month_pay); printf("Enter the number o...
[ "ziyangjohn@gmail.com" ]
ziyangjohn@gmail.com
5cfd0b2578924b18f461e82025c18d410e5e4653
7f2b316d923f5c45017f6eacb911538f1f6a5fe9
/Cobol/FCFA01/FCFA01.C
8703e2e1f5bf98f64df1da3774ac070426b1337d
[]
no_license
dauvanthang1993/CoboruDemo
dc68fddd6baea91980af3ed2c15a757ac6ff9fb5
2cf03a0a700022e6ab78bc38a686de527911df6c
refs/heads/master
2021-08-19T17:46:14.663051
2017-11-27T03:59:33
2017-11-27T03:59:33
108,364,289
0
0
null
null
null
null
SHIFT_JIS
C
false
false
2,523
c
/* COBOLファイルアクセスルーチン Copyright 1998-2015 FUJITSU LIMITED */ /* 例題プログラム fcfa01.c - 行順ファイルの読込み */ #include <stdio.h> #include "f3bifcfa.h" /* 関数の実行失敗判定用定数 */ #define FAILED -1 /* while()ループ用定数 */ #define TRUE 1 /* SRCから長さLENの領域を取り出して末尾に'\0'を付けてDSTに複写 */ #define cutback(SRC, LEN, DST) \ { \ int i; char c; \ ...
[ "thangdv@vsii.com" ]
thangdv@vsii.com
0c1f3b1481e2416b998a875a04d522f398f34699
87a71db44642d3cebda15a7744fcd9ec096e1aa8
/V1.1/module_3a/input/Modulo3a/isim/_tmp/work/a_0487624588_1985558087.c
93f29e27ea167456747c2ae80ae0ece20c321ff2
[]
no_license
pasruiben/dcsl
6b6139cd4de8d7eb4ff08edb43daaa9d8e0afe7f
d1b3f0fe1a8533d748f84a22c1237f7cf9b3303c
refs/heads/master
2021-01-01T20:10:18.391982
2011-02-20T21:58:05
2011-02-20T21:58:05
32,263,899
0
0
null
null
null
null
UTF-8
C
false
false
24,378
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "benitez1988@9f61388a-8bfb-69eb-e8d9-633ac55c6b45" ]
benitez1988@9f61388a-8bfb-69eb-e8d9-633ac55c6b45
360121b209892407fb9dc44ea6c5405a714a9392
08a18c7cd0763895d05c59cc6a37ae246a2e6c11
/sem_counter.c
8ba056715a69f8a5c36527b2c8ea0dbf1606a8e9
[]
no_license
koeuiseok/thread-safe-counter
204dbdfa7645e85c116da598d2aaeb5c6f285c12
bba8d06e82f5165b050ef601452b24e4b282b7a9
refs/heads/main
2023-05-28T06:55:59.183081
2021-06-03T00:47:34
2021-06-03T00:47:34
371,930,613
0
0
null
2021-05-29T09:22:13
2021-05-29T09:22:13
null
UTF-8
C
false
false
1,730
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <semaphore.h> #include <pthread.h> #include <time.h> typedef struct __counter_sema { int value_s; sem_t semaphore; }counter_sema; unsigned int loop_cnt; counter_sema counter; void init(counter_sema* s, int sss){ s->value_s = 0...
[ "y1201k@naver.com" ]
y1201k@naver.com
2b652ddaa88f3b3c4e6e1cc724a01d556887431e
97b8ffd69c330fd84863c515beca9a1fe09841c8
/clarify student functions.h
0323e1ad7f580ddd8ed3e9046e7f5d8b787aca7d
[]
no_license
XHJ-TS9527/Student-Teaching-Affair-System
c0e04f41667c76a581919b616bcfaea90383bd55
6a6ec2beea0dfd16a7ee17ca2b71ad72639d0169
refs/heads/master
2022-12-16T05:34:02.004111
2020-09-08T03:23:44
2020-09-08T03:23:44
null
0
0
null
null
null
null
UTF-8
C
false
false
619
h
void studentoperate(); bool studentlogin(char[]); int findstudent(char[]); int comparepassword(char[],char[]); void studentprofile(char[]); void getscorefile(char[]); void chooseableclass(char[]); void gotoclassrecord(char[]); void studentfeedback(char[]); void feedback(char[]); void watchfeedback(char[]); v...
[ "noreply@github.com" ]
XHJ-TS9527.noreply@github.com
bd0f8088e8fffe92a581f74be1a3e3c74b38f8d7
21e564a046815d1ad99302e7af6d6629f3aa5dc3
/SCIPropertyInfo.h
ea2c4f7efa67a0549d19ce8f4cb41fc777059ad9
[]
no_license
0Knowledge/SciCompanion
ce22778cb8fd38f2f3fa3f6ee8354ea1e19a5073
ad118a362ea281158da926d6076f54bf8aaf7f3f
refs/heads/master
2021-01-22T01:54:48.195684
2011-08-12T18:05:06
2011-08-12T18:05:06
null
0
0
null
null
null
null
UTF-8
C
false
false
665
h
#pragma once #include "Compile\ScriptOM.h" typedef void(* PFNPROPERTYPOPULATOR)(CWnd *pWnd); typedef void(* PFNPROPERTYDISPLAYTOVALUE)(const CString strDisplay, sci::PropertyValue &value); typedef void(* PFNPROPERTYVALUETODISPLAY)(const sci::PropertyValue &value, CString &strDisplay); IPropEditCtrl *CreatePropEditCt...
[ "omer.mor@gmail.com" ]
omer.mor@gmail.com
b9368904be9c9be91341c2b51d5db9a9625f213a
cc41285c496ecfaccab2333cb83f01ee332a1bc7
/19-XPRESS-Player.X/mcc_generated_files/spi1.c
125525361f1821d34a09573bc276a40c33a07d37
[]
no_license
onnimikki/In10LinesOfCodeExtra
cda2aa1db24dc707b66600d09a779e5bd4b094ea
963f69546aff538265724277de47ce3aa84f8124
refs/heads/master
2022-04-07T07:41:05.726097
2016-12-02T15:32:34
2016-12-02T15:32:34
null
0
0
null
null
null
null
UTF-8
C
false
false
3,865
c
/** MSSP1 Generated Driver File @Company Microchip Technology Inc. @File Name spi1.c @Summary This is the generated driver implementation file for the MSSP1 driver using MPLAB(c) Code Configurator @Description This source file provides APIs for MSSP1. Generation Informati...
[ "pilot@flyingpic24.com" ]
pilot@flyingpic24.com
22b694810882aec927a6ff475afd7e65fdfda87a
fc3d5be0775f39b58b49fc7f460b8ecee2233783
/C Program/filterValueFromArray.c
b7cd04d02b27ac7ce6d4671361cc7bebdc392b49
[]
no_license
Rowlptk/fop14
09eeb8a7097a69d0d9daa8a6f70118d3bd66b25e
2bb6aacd7a94ffcea06f5287214b762585ca0f48
refs/heads/master
2023-04-07T22:09:59.074656
2021-04-02T12:51:00
2021-04-02T12:51:00
333,062,138
1
1
null
null
null
null
UTF-8
C
false
false
723
c
#include<stdio.h> void main() { int ary[6], max; printf("Enter array values : \n"); for(int i = 0; i < 6; i++) { printf("ary[%d] = ",i); scanf("%d",&ary[i]); } printf("\nThe Even Numbers in Array are: \n"); for(int i = 0; i < 6; i++) { if(ary[i]%2 == 0) { p...
[ "rahulzha93@gmail.com" ]
rahulzha93@gmail.com
28778d04e36499f5552b1dd6939e97007c2959fd
e8b9da5408aa9e6824f63690945dcdfe0769bb1f
/sq/src/SQ/lin.h
827534526d5fdaecdc49f01fd1411ba06e855033
[]
no_license
wgbigfatcat/siam-quantum
c8b646a7f4ae067f8af6c1d83a881191eea9b508
6c7a96d0b58db9aa73ec0a1020a074c363c6fc4a
refs/heads/master
2021-01-18T13:59:31.309681
2014-09-23T23:14:28
2014-09-23T23:14:28
39,938,689
0
0
null
null
null
null
UTF-8
C
false
false
1,267
h
/* Siam Quantum [SQ] is a program pacakage that performs quantum mechanical calculations on atomic systems. Copyright (C) 2008 Computational Physics @ KKU Group This file is a part of SQ. This program is free software; you can redistribute it and/or modi...
[ "Teepanis.Chachiyo@gmail.com" ]
Teepanis.Chachiyo@gmail.com
f011070193cc7a30ebaa183fef31e81518f5b677
6fd1f418358cc6e14c875dd6b639a41478c03d56
/Siya_libft/ft_strstr.c
5650227b0f8f7e0ac97c4f16f4a77edccfbb59e9
[]
no_license
Poison159/Get_next_line
ddb85d1c28175bbc93ac12741a7e5ed513090bfc
45beb1163469782824132a7d4fc58a44b6a65ca7
refs/heads/master
2020-03-20T23:43:21.178989
2018-06-19T08:09:02
2018-06-19T08:09:02
137,859,898
0
0
null
null
null
null
UTF-8
C
false
false
1,282
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strstr.c :+: :+: :+: ...
[ "siyabongahdb@gmail.com" ]
siyabongahdb@gmail.com
cad7f011c9454987b1de73f017110178b1f57945
86e63d375b0da051d56031acd3608fdc93007145
/client.c
dcf5d4099c60d96135152c5e1f735bda793ab76a
[]
no_license
orbenda1905/tcp-ip-client-server-app-c
5c85b7897a79fc481c1f2091bb7263c23a285f1c
77d2c8844e337aff157798289af874a6828b6ab9
refs/heads/master
2021-01-10T06:03:41.586855
2015-12-06T13:47:34
2015-12-06T13:47:34
47,497,731
0
0
null
null
null
null
UTF-8
C
false
false
19,460
c
// // main.c // finalClient // // Created by Or Ben David on 11/22/15. // Copyright © 2015 Or Ben David. All rights reserved. // // // Client.c // ClientSide // // Created by Or Ben David on 11/15/15. // Copyright © 2015 Or Ben David. All rights reserved. // // // Client.c // SelectServer // // Created by ...
[ "orbenda1905@gmail.com" ]
orbenda1905@gmail.com
277ce4d4dd91f7e5b9e2e318688e76d94d87ade4
2cebace315e7db258a241ad0186352da18aa8a3e
/vehicle/vehicle32s/veh_globals.h
71566dbeaa83b0a6b474f8e2d7264f592529345b
[]
no_license
Attonasi/avcs
93896eff4afcbf19c228775d59504a01deb39319
459d5fc662166ad2fd2aa2eaaf73a751faeddfb8
refs/heads/master
2020-03-27T02:32:54.710347
2018-08-23T04:56:54
2018-08-23T04:56:54
145,797,695
0
0
null
null
null
null
UTF-8
C
false
false
2,789
h
// // Created by atton on 7/22/2018. // #ifndef VEHICLE_GLOBALS_H #define VEHICLE_GLOBALS_H #define KEY_PORT 4211 #define NETWORK 14100 #define BAUD_RATE 115200 #define PILE_TIMER 500 #define DEBUG 0 #define DEBUG_DRIVE 0 #define DEBUG_COMMS 0 #define DRIVE_FORWARD 1 #define DRIVE_LEFT 2 #define DRIVE_RIGHT 3 #def...
[ "smithcolin@ccs.neu.edu" ]
smithcolin@ccs.neu.edu
477d5ed4d5336ec68b7b067c618f83ac30691807
d7b164fa8a565ff3825343abba2351c51aba1f75
/research/Madgwick/Madgwick/system/include/stm32f4-hal/Legacy/stm32_hal_legacy.h
b5e5392a3dad25e50ae51db8a8f67d68834e4412
[ "MIT" ]
permissive
shostakovichs-spacecraft-factory/cansat-2018-2019
466d925e6ebc3da161421e49fb5058f30ad407c4
db09eec8d15dd741cd4358da7a44fabc29ab85f0
refs/heads/master
2020-03-28T00:57:08.809542
2019-07-04T20:37:11
2019-07-04T20:37:11
147,463,762
5
0
MIT
2019-05-12T18:34:15
2018-09-05T05:19:53
C
UTF-8
C
false
false
166,356
h
/** ****************************************************************************** * @file stm32_hal_legacy.h * @author MCD Application Team * @version $VERSION$ * @date $DATE$ * @brief This file contains aliases definition for the STM32Cube HAL constants * macros and functions maintain...
[ "kirilel200267@gmail.com" ]
kirilel200267@gmail.com
86750531d21aa8b76a1d58ac5431b9317a52e57a
2f6e9f4007975d446489892c6d36050c3438bc51
/Libft/ft_calloc.c
eea16e302075befe4fc778fa0a02005d21573e5e
[]
no_license
qperrot/qperrot
10cb3cf7ca86a2ba4c6cdfc9bd8b4cbd9fae2a4e
d9b6d203cefbc069b47a006c356a8c895c8bf698
refs/heads/master
2023-03-08T13:12:37.180525
2022-02-02T09:14:36
2022-02-02T09:14:36
216,030,915
0
0
null
2023-03-08T01:47:57
2019-10-18T13:31:26
C++
UTF-8
C
false
false
1,192
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_calloc.c :+: :+: :+: ...
[ "qperrot-@e1r1p4.42.fr" ]
qperrot-@e1r1p4.42.fr
9998274e4b93d3537767acceea985c34d8ac2ff0
fdfe62a9b82d6537d633849a8f3ad5a24130bbeb
/irods-3.3.1-cyverse/iRODS/lib/core/include/rodsPackTable.h
b69c86a108fb174e9ba268b847742e19b4eef3d8
[]
no_license
bogaotory/irods-cyverse
659dbef3652c1713a419d588adf0b866474dea9a
2aceaf7c318c2fb581fcca2d62968f69460dcc9c
refs/heads/master
2021-01-10T14:15:27.267337
2016-02-25T00:44:06
2016-02-25T00:44:06
52,032,218
2
0
null
null
null
null
UTF-8
C
false
false
4,995
h
/*** Copyright (c), The Regents of the University of California *** *** For more information please refer to files in the COPYRIGHT directory ***/ /* rodsPackTable.h - The common rods pack Instruction table */ #ifndef RODS_PACK_TABLE_H #define RODS_PACK_TABLE_H #include "rods.h" #include "packStruct.h" #...
[ "gaoblin@gmail.com" ]
gaoblin@gmail.com
73370edfee0045d4a93226f8904b0ab40645667f
96816fec7ac7c5f3303bf425467932b86019f54e
/.svn/pristine/73/73370edfee0045d4a93226f8904b0ab40645667f.svn-base
c55c66e57b660623f0c939a0547c97215e2709bb
[]
no_license
piaoxue85/DH1551-TestApp
b4b4e0fe438165b49124f8e56bd48068c38252d5
ba78e9a7b4af7928cc1c93a79f9ed89e989667c5
refs/heads/master
2022-11-27T11:00:03.945191
2020-07-28T04:14:52
2020-07-28T04:14:52
null
0
0
null
null
null
null
UTF-8
C
false
false
1,184
/* D:\stb\development\M3602\sabbat_dual_16bit\Bitmap_test\Im_HDD_Info_01.h bmp file size: 2448 bmp data offset: 54 bmp data width: 26 bmp data height: 46 bmp data size: 2392 RLE bmp data size: 165 */ ATTR_ALIGN_32 const unsigned char im_hdd_info_01[] __attribute__...
[ "1344465206@qq.com" ]
1344465206@qq.com
63d28791615f78e08f6216b9d10762f3cbb57e81
63134686478dfde89c8e17535af383f603936db9
/src/amd/vulkan/radv_pipeline_rt.c
ea4cc7820faa2e134e2fc58916c364a6ffb10757
[]
no_license
andctr/mesa
f80df816ee25973db8c5736edc2e258b91364ead
039ed2de94d027cce6f7ac6e6af8090937eeb929
refs/heads/main
2023-07-31T22:21:12.120359
2021-08-30T15:08:00
2021-09-21T23:34:49
null
0
0
null
null
null
null
UTF-8
C
false
false
89,629
c
/* * Copyright © 2021 Google * * 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, merge, publish, distr...
[ "eric+marge@anholt.net" ]
eric+marge@anholt.net
4241c23168d30829a61710736fb407f3b4aaf5d1
563fd36cd57a15e307eb46bb09448b211e54d016
/NIOS_II_Software/LEDTile_BSP2/linker.h
1bb63fc9eeb81d1be3ca816d8df6fb733cad045f
[]
no_license
alex-precosky/LEDTile
6a2a197494ecb3ed8420826296056620e634f86f
ab4e3fc5c941877e8373757ff65b08974dfc904d
refs/heads/master
2021-06-22T05:27:02.321085
2019-09-09T01:29:33
2019-09-09T01:29:33
104,164,537
4
2
null
null
null
null
UTF-8
C
false
false
2,863
h
/* * linker.h - Linker script mapping information * * Machine generated for CPU 'cpu' in SOPC Builder design 'QSys' * SOPC Builder design path: ../../FPGA/QSys.sopcinfo * * Generated: Wed Aug 21 23:26:17 PDT 2019 */ /* * DO NOT MODIFY THIS FILE * * Changing this file will have subtle consequences * which wi...
[ "precosky@mac.com" ]
precosky@mac.com
849c866e3fa91e3e05156ee839ac94e9fa95e362
c425afb8bb6b182168fd4c3a46c9b334f4740e60
/d/tangmen/xdajie.c
b79f134d748eab8e8ffeaf36b419be3c2265ab84
[]
no_license
fluffos/nt7
ceef82b2465cf322549c7ece6ce757eaa8ec31ff
52727f5a4266b14f1796c2aa297ca645ca07282a
refs/heads/main
2023-06-17T10:07:33.000534
2021-07-15T11:15:05
2021-07-15T11:15:05
308,148,401
9
9
null
2021-06-28T14:11:57
2020-10-28T21:45:40
C
UTF-8
C
false
false
698
c
// Room: /tangmen/xdajie1.c #include <ansi.h> inherit ROOM; void create() { set("short", "西大街"); set("long", "一看就知道这就是唐家镇的西大街了,向西就到了西门了。这是到蜀\n" "中唐门的必由之路。大街的北边就是有名的唐门酒楼了,唐门中人的婚宴\n" "大多在这儿举办,老板好象是江湖上有名的一朵花唐肥。\n" ); set("outdoors", "tangmen"); set("no_clean_up", 0); set("exits", ...
[ "i@oiuv.cn" ]
i@oiuv.cn
3871ecf2d3405c697c5f7a924930e9fcfd4ea113
e2e996662fde8ac0e1509995468b725d47d8ea10
/program_repo/Codeflaws/version/v42/test_data/defect_root/source/tcas.c
750fe2855f2ba60a2e408c6a08dce30ccbefe939
[]
no_license
HOM-CISE/HOM-MBFL
b5c27ba9268b2bf7cd4faccece2ff479147ebf81
38806a5971736ab98e1d6f4b22952cf4d9b328b2
refs/heads/master
2023-05-05T20:24:44.228132
2021-06-01T13:58:28
2021-06-01T13:58:28
285,776,568
1
0
null
null
null
null
UTF-8
C
false
false
2,418
c
#include<stdio.h> #include<math.h> int area(int x1, int y1, int x2, int y2, int x3, int y3) { int l1 ,l2, l3; l1 = (pow(abs(x1-x2),2)) + pow(abs(y1-y2),2); l2 = (pow(abs(x3-x2),2)) + pow(abs(y3-y2),2); l3 = (pow(abs(x1-x3),2)) + pow(abs(y1-y3),2); if(((l1+l2==l3) || (l2+l3==l1 ) || (l1+l3==l2)) && ...
[ "LK464841764@163.com" ]
LK464841764@163.com
9af25540e3972da69bc50837f7ccc4c2bd9138c5
a959044d809f76d1f846f1a8027ebef4de01d1d0
/sysprogram/process/chat_server.c
0d16ce19521b2aaa4870d9b7a503d71df25d26e3
[]
no_license
git-momo/c
56185e853a7347b17ad738076f0e367bb19ed7de
1fb02730aa0a4fc9a2a418b9f3f4a6edfa7fba28
refs/heads/master
2021-01-25T05:09:44.714765
2017-06-06T12:05:54
2017-06-06T12:05:54
93,513,654
0
0
null
null
null
null
UTF-8
C
false
false
3,779
c
/*local chat room server port*/ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <wait.h> #include <errno.h> #define DEAD(mess){perror(mess);exit(-1);} #define DEATH(flag,mess,num){flag?printf("%s\n",mess):perror(m...
[ "13051233977@163.com" ]
13051233977@163.com
f7e76919529b2c91111fc360dde39685c788fa3a
b694ab3decc6b595bfb29bcaa93f819d32636fd1
/0.9-Keyboard/src/kernel/keyboard.c
bd46c4e2ec555449894795e49c9db7020de47ab9
[ "MIT" ]
permissive
CedricFauth/VIteen-16-bit-OS
7cde641e4f9bfb4f44ec86fec8e725e90ddb5b8f
654d6c4424b7f6ab45018665ed74e47f4d69ad78
refs/heads/master
2023-04-10T06:25:16.112142
2021-04-19T23:17:12
2021-04-19T23:17:12
296,443,314
17
2
null
null
null
null
UTF-8
C
false
false
3,426
c
#include "keyboard.h" #include "libc.h" static char key_to_ascii[] = { 0, ESC, '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '-', '=', BACK, TAB, 'q', 'w', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p', '[', ']', ENTER, 0, 'a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l', ';', '\'', '`', 0, '\\', 'z', 'x'...
[ "cedricfauth@yahoo.de" ]
cedricfauth@yahoo.de
a18e73faca178ef10c99673dc3ba59958e8a3c02
bcf84ddd7fa3efe0926badf9310f6b4747c5cdf0
/libft/ft_strlen.c
e85980d0f4e48e55020696e6c6819758f3306bb9
[]
no_license
mvogee/get_next_line
efa1100ea780af5e672205f22480a41d9fa33a34
c147485bf9922f74867ca30a53533f86f1efbbc7
refs/heads/master
2021-01-11T04:29:00.525192
2017-03-14T00:58:09
2017-03-14T00:58:09
71,181,975
0
0
null
null
null
null
UTF-8
C
false
false
1,059
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strlen.c :+: :+: :+: ...
[ "mvogee@yahoo.com" ]
mvogee@yahoo.com
7b95827170a33ed756439ba64515e953f749d97c
dc90aa10687fe56047caa173cc272652647c46f0
/firmware/cartridges/epyx_fastload.c
e3c018912164affbc454c822f1fa586f8734ca04
[ "Zlib" ]
permissive
KimJorgensen/KungFuFlash
e9add2ebd1426dcae9364843e95d46f257ea982a
2547e2425c873f7f4fd5c4fe73d914eaff7d470e
refs/heads/master
2023-08-03T01:11:29.642624
2023-07-28T08:51:41
2023-07-28T08:51:41
230,510,300
299
61
Zlib
2022-09-16T18:48:02
2019-12-27T20:02:04
C
UTF-8
C
false
false
1,995
c
/* * Copyright (c) 2019-2021 Kim Jørgensen * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone to use this software for any purpose, * including...
[ "kim@ik2.dk" ]
kim@ik2.dk
9199fff0033fb0ca7717e8ca6f7124548b239f8e
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/237/744/CWE191_Integer_Underflow__int_min_postdec_18.c
17650b3b8707c408c8a132b966c3b3c535ea7922
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C
false
false
3,021
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE191_Integer_Underflow__int_min_postdec_18.c Label Definition File: CWE191_Integer_Underflow__int.label.xml Template File: sources-sinks-18.tmpl.c */ /* * @description * CWE: 191 Integer Underflow * BadSource: min Set data to the minimum value for int * GoodSource: Se...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
3abb8ddddf4a24cded960f5adb533c823cbeadd6
e29387f8bf0a4a70fd5e3e6bd23f6ebde071df6c
/Comp 322 System Architecture/Lab 4/p4_sample.c
f2758cb3582ebf72ea659ab6b14c9831345ec428
[]
no_license
dariushooks/Classwork
a81ca6caf8c0c62fb588f69b6f8f8dd41b0ab52b
193fef3aa71e6525c8ab48556d68d4c8c828ca92
refs/heads/master
2020-03-21T10:06:59.975173
2018-07-11T21:41:45
2018-07-11T21:41:45
null
0
0
null
null
null
null
UTF-8
C
false
false
1,696
c
/* Darius Hooks COMP 322 LAB #4 */ #include <stdio.h> #include <time.h> void randomwait(); void barber_run(); void customer_run(); int seats[2]; int customers[2]; int barber[2]; int freeseats[2]; void V(int pd[]) { int a=1; write(pd[1],&a,sizeof(int)); } void P(int pd[]) { int a; re...
[ "noreply@github.com" ]
dariushooks.noreply@github.com
4ebc2b2d5a679a71d1165ec3921b703fdb53d5f3
55125a2f765188c2cf3c478d6a90b47604d0aece
/logic/media/rtp/rtp_unix.h
63dfe0a7fba63604e7b80ea1efaf18694e8ac311
[]
no_license
isliulin/x1Indoor
b0f093fe703b613f0c4b712a1bfbc0d27cb4f970
129d26f2154322502b44966a445394540ace8c3f
refs/heads/master
2021-09-05T22:09:22.672206
2018-01-31T08:47:41
2018-01-31T08:47:41
null
0
0
null
null
null
null
UTF-8
C
false
false
1,159
h
#ifndef _RTP_UNIX_H #define _RTP_UNIX_H #ifndef SOCKTYPE_DEFINED typedef int socktype; #define SOCKTYPE_DEFINED #endif #include <sys/types.h> #include <sys/socket.h> #include <sys/param.h> #include <netinet/in.h> #include <arpa/inet.h> #include <sys/uio.h> #include <netdb.h> #include <sys/utsname.h> #include <sys/ti...
[ "493336530@qq.com" ]
493336530@qq.com
33759f2fdfe00e7f5a5d04f4469fa19957b6d76f
31263e003b9ffe22fa77dfcd86de0ef56febea97
/mavlink_v1/ASLUAV/mavlink_msg_asl_obctrl.h
e2ce69efc5653bb1fa2c795a62e164252b37b176
[ "MIT" ]
permissive
promistrio/mavlink_qt_example
36df0e30f07787fe3117c125ab513b9cde585897
83cea9a51e4cdf680c9207e7cae6f5cecbd92a34
refs/heads/master
2020-03-19T18:43:20.960061
2018-06-10T15:43:13
2018-06-10T15:43:13
136,821,688
1
0
null
null
null
null
UTF-8
C
false
false
14,897
h
#pragma once // MESSAGE ASL_OBCTRL PACKING #define MAVLINK_MSG_ID_ASL_OBCTRL 207 MAVPACKED( typedef struct __mavlink_asl_obctrl_t { uint64_t timestamp; /*< Time since system start [us]*/ float uElev; /*< Elevator command [~]*/ float uThrot; /*< Throttle command [~]*/ float uThrot2; /*< Throttle 2 command [~]*...
[ "promistrio@ya.ru" ]
promistrio@ya.ru
8fbb29941800398fe123e6c68100bb4a0b3547c3
0b62d216dfef5871193914ba76d351cd5477c9a8
/libft/ft_putstr.c
cbed262799774fc065e97d294d79b5bb4b568d93
[]
no_license
guji07/ft_printf
529f330ab5d7bc68c8b8346146cb0239523757a5
bb23e962ee6d578307a3fd22b5e30ba037a43573
refs/heads/master
2020-08-11T00:20:49.399280
2019-10-18T19:24:35
2019-10-18T19:24:35
214,452,441
0
0
null
null
null
null
UTF-8
C
false
false
1,044
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr.c :+: :+: :+: ...
[ "vova-buchenkov@yandex.ru" ]
vova-buchenkov@yandex.ru
24816a12c7235c321fcbc2d60c6fa577b352bb31
95c0ba4895954c26bcd18d827a01cf369044eb45
/src/C/SIGTEST.C
4a7bfa36de8c8d5ded5771136bf3e6956afc0a62
[]
no_license
odedns/oldsrc
dc71099f2d75974acda7a9d6552641f7c90b94c5
c722106a1ffcc6002a9b8b01d52bf1a8e19afc1e
refs/heads/master
2022-11-16T04:05:34.803679
2020-07-08T17:34:14
2020-07-08T17:34:14
268,712,648
0
0
null
null
null
null
UTF-8
C
false
false
231
c
#include <stdio.h> #include <signal.h> void Catcher() { printf("Got SIGINT\n"); exit(1); } int main(void) { int c; signal(SIGINT,Catcher); while(EOF != (c=getchar())) ; return 0; }
[ "oded.nissan@gmail.com" ]
oded.nissan@gmail.com
b5ce07824f4f960b885f31ec92e3cb0073c2d13e
dc39a3e83bc6bde3ffdfba7b4f737545be581f8f
/0x0F-variadic_functions/0-sum_them_all.c
3b35eb9a722d360e7de4159e6721e57a81b5b707
[]
no_license
skylar-gordon/holbertonschool-low_level_programming
834b896e92327a0d23ddfd2382518ec288d1abee
a8fe74bfcb36b4a14c6bacf9e6a76f4126ba8969
refs/heads/master
2021-09-07T23:17:59.887599
2018-03-02T21:23:21
2018-03-02T21:23:21
117,867,290
0
0
null
null
null
null
UTF-8
C
false
false
397
c
#include "variadic_functions.h" #include <stdarg.h> /** * sum_them_all - adds all the numbers. * @n: numbers && number of arguments. * Return: Sum. */ int sum_them_all(const unsigned int n, ...) { va_list addlist; unsigned int sum; unsigned int iter; sum = 0; va_start(addlist, n); for (iter = 0; iter < n...
[ "skylar.h.gordon@gmail.com" ]
skylar.h.gordon@gmail.com
05e5399da6c73b5356886502ad29661c12f1b5ea
b945b2fac11f237a49de33af1b8fa02ba3ed1814
/struct/include/prototypes/vsupdreffdep.h
cd0bf83649bdd53adc5834995cddc975377aa195
[]
no_license
ahundiak/isdp
b94f56f7a7b02b806209ff06da8e22497f6e1386
07572eb18f07cbf762505ef34e471fa47c102df4
refs/heads/master
2021-03-12T20:02:34.067237
2011-12-16T20:03:20
2011-12-16T20:03:20
37,136,442
0
0
null
null
null
null
UTF-8
C
false
false
315
h
/* I/STRUCT */ #ifndef vsupdreffdep_include # define vsupdreffdep_include #ifndef _STANDARDS_H_ # include <standards.h> #endif #ifndef OM_D_TYPES # include "OMtypes.h" #endif extern long VScheckRefFilesDependency __(( long *msg, int updateFlag, int *nbModRef, OMuword ModRefList[] )) ; #endif
[ "ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30" ]
ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30
bbe0033b099eecde507b11665778c1abe05c85be
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/net/ipv4/extr_fib_semantics.c_fib_valid_prefsrc.c
2d8fefb57fd65facd4ef326aee8c1c88ca6404ac
[]
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,345
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
3c61aa6b80345df258a95ab7cd4bee89c2fc4b42
a19dfb06d87d01de2db104712807a971c4a73b2d
/jni/bspatch.c
c872324a3ac3473f76d3ba24dca86b2e16759cc7
[]
no_license
sidleciel/bsdiffDemo
40ceb97e0f99e6771006f347df05bb8ca9a992b9
e04195757b8dad6067c0fabe8e7f58639cb93b6a
refs/heads/master
2016-09-05T20:25:55.608943
2015-12-26T00:35:30
2015-12-26T00:35:30
38,417,300
0
0
null
null
null
null
UTF-8
C
false
false
6,516
c
/*- * Copyright 2003-2005 Colin Percival * All rights reserved * * Redistribution and use in source and binary forms, with or without * modification, are permitted providing that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of co...
[ "xietao@xietaodeMacBook-Pro.local" ]
xietao@xietaodeMacBook-Pro.local
280f5f41e80a1f3a3718b297ca1936524157eaf4
081d80d63debe29c45a39ce76c5c4dcd5cbf7b15
/features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/MAC/IEEE802_15_4/mac_defines.h
cd7a6fa20df354aee0d6878baaaa66263cee9e94
[ "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mbed-Infineon-XMC/mbed-os
70ecc16c1d10212d092c42d98f316ff567f160e1
41a44d7a0dc4af1551eca9f9584d9038df9a9d29
refs/heads/master
2020-03-12T21:29:35.420444
2018-05-08T20:16:00
2018-05-08T20:16:00
96,932,837
3
1
Apache-2.0
2018-02-11T11:20:08
2017-07-11T20:07:29
C
UTF-8
C
false
false
9,037
h
/* * Copyright (c) 2014-2017, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/...
[ "arto.kinnunen@arm.com" ]
arto.kinnunen@arm.com
1cf61552c69f6921eb8c3c81e0060b725a27babf
ad7dd138160a63ee242941460096ef3cdc22726e
/Example/Pods/BuildHeaders/BVViewList/BVViewList.h
4f7aa091644f09eac2c70e9b0a9543d498e6d368
[ "MIT" ]
permissive
Bogidon/BVViewList
63c5c7c218ff2ad423f4550dedc651b95911d0d1
54ce9c83e9e19f5e7c01db332e8ebaa772c4166a
refs/heads/master
2016-09-06T12:22:01.750538
2014-06-23T19:06:35
2014-06-23T19:06:35
20,371,579
2
0
null
2014-06-23T18:21:47
2014-06-01T05:36:25
Objective-C
UTF-8
C
false
false
35
h
../../../../BVViewList/BVViewList.h
[ "govindani@gmail.com" ]
govindani@gmail.com
dbef1e90caf545cb83225e76b010481a4be5d3f6
29761df22c0b1e95acad3930e0667c33f167a968
/Ataques/ataques.c
cec2a6ab3e90e16a1ab237668e2f4b45e84cfad5
[]
no_license
carmar14/Emulacion-RT-microgrid
6bf44b69fc3eb52e01e437ec122702ac03b794b0
69343bca6b3ba0e9b74f84b53cbad396009dd936
refs/heads/master
2022-12-14T12:27:09.464230
2020-09-01T19:53:51
2020-09-01T19:53:51
161,397,556
0
0
null
null
null
null
UTF-8
C
false
false
4,310
c
//gcc ataques.c /* Syn Flood DOS with LINUX sockets */ #include<stdio.h> #include<string.h> //memset #include<sys/socket.h> #include<stdlib.h> //for exit(0); #include<errno.h> //For errno - the error number #include<netinet/tcp.h> //Provides declarations for tcp header #include<netinet/ip.h> //Provides declar...
[ "andresbaymon@gmail.com" ]
andresbaymon@gmail.com
a7ed75d5ae1f0c2543a5316df36d8dd3b291aad8
d6b02301a2f9f99ff0ddf2ae59b64c43c97f9164
/1120_1/1120_1.c
677bc18ff8b175d940b440ffbd95bf85a4a76d29
[]
no_license
fjqm1211/cope
2ace548b723b08a71585d2587c1290074d14d83e
3046ded8752d804c5d109ad306295466ca0ae115
refs/heads/master
2021-08-30T09:57:31.000929
2017-12-17T10:51:20
2017-12-17T10:51:20
107,092,960
0
0
null
null
null
null
UTF-8
C
false
false
595
c
#include <unistd.h> #include <sys/types.h> #include <sys/wait.h> #include <stdio.h> #include <stdlib.h> int main(){ pid_t pid = fork(); int status = 1; switch (pid){ case -1://error perror("fork"); exit(0); case 0:// child process printf("[child] pid: %ld,ppid : %ld...
[ "fjqm1211@naver.com" ]
fjqm1211@naver.com
e391808822ef7e9b0eaa984e90fe12247bf6bdc6
ed36469ef90696883f9554fc2327da43a297370a
/tags/0.9.8c-4etch4/ssl/s3_clnt.c
0de9d7848ff50364c43a3fc2d6dca79bab490e6a
[]
no_license
mxOBS/debian_openssl
4507cdf6b9106d7a7b34b78e7a9398cc1526b891
2737d6970d93bc2e45a7ae7bca56f9babee9fdb5
refs/heads/master
2020-04-02T20:12:22.166665
2016-07-02T15:42:32
2016-07-02T15:42:32
63,814,422
0
0
null
null
null
null
UTF-8
C
false
false
60,226
c
/* ssl/s3_clnt.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commer...
[ "kroeckx@e5c9a478-d7fa-0310-a32d-da2538be928f" ]
kroeckx@e5c9a478-d7fa-0310-a32d-da2538be928f
29406df52acea75dc856b307ec241ac39d307aba
e466f3835e77a1281bf40b53bf1815704a006b07
/05.Msortnr.c
8788c9333c0f734260e0e995b1eaff0495e4a907
[]
no_license
abhinow2003/DSlab
f98dee1f86f0b4ae9ea8c629cb076cf63d432194
0388e69182656babbfd60fb482b4bea8aaf9ed0a
refs/heads/master
2023-03-19T23:36:59.854560
2020-10-01T09:54:52
2020-10-01T09:54:52
null
0
0
null
null
null
null
UTF-8
C
false
false
758
c
#include<stdio.h> int min(int a,int b){ if (a<b) return a; return b; } void merge(int a[],int l,int h){ int t[h-l+1],m=(h+l)/2,s=l,i=0,k=0,mh=(h+l)/2+1; while (l<=m && mh<=h) if (a[l]<a[mh]) t[k++]=a[l++]; else t[k++]=a[mh++]; ...
[ "noreply@github.com" ]
abhinow2003.noreply@github.com
833e1eba71adcca956b4de0548c15f17b7af1323
ea4e3ac0966fe7b69f42eaa5a32980caa2248957
/download/unzip/apache_mod_php/apache_mod_php-12/php/Zend/zend_alloc.c
5a0dea84e0b67f167f66cf1e6240b9630e3e13a0
[ "PHP-3.0", "Zend-2.0" ]
permissive
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
20,941
c
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2003 Zend Technologies Ltd. (http://www.zend.com) | +---------...
[ "hyl946@163.com" ]
hyl946@163.com
aa4e42c85a8c61f008b163328635c0b942185c77
abe11abb1aeb8a7fc46ef47de6e904a7dce175ea
/Client/app/pktgen-log.c
5a0b9afbe8b303c31a7307983c6502fa7aae4ccb
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
tigerjibo/DPDK-sequencer
5c31eca57feb742d99cafea8a10468cc045f5bf0
b12058900401233bb08c68502ac5fccf4e797c1c
refs/heads/master
2020-12-25T10:24:21.391284
2016-02-22T00:44:43
2016-02-22T00:44:43
null
0
0
null
null
null
null
UTF-8
C
false
false
13,843
c
/*- * Copyright (c) <2010>, Intel Corporation * 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 * notice, this list ...
[ "shanzae@server.sequencer.ngn-wireless.emulab.net" ]
shanzae@server.sequencer.ngn-wireless.emulab.net
fe000bb98bdddc4d7c857e8ae7b1a095469316ea
7d302f2afa3d2163aab8dde5a7a4cadcbe7a6bf8
/Pods/Headers/Private/OpenSSL/openssl/cms.h
ca7a65eb6baee2e84c47b448d683fbf75798d66f
[ "MIT" ]
permissive
ccwangzh/CCKit
d087f58db92d035e9eb1b0225d996cf8e93e4adc
140e454054cec2dcc82f01e9e6bb29d0de767182
refs/heads/master
2021-01-20T11:00:13.549765
2017-08-22T06:28:05
2017-08-22T06:28:05
77,907,170
2
0
null
2017-05-08T23:12:33
2017-01-03T10:31:20
Objective-C
UTF-8
C
false
false
41
h
../../../../OpenSSL/include/openssl/cms.h
[ "kevin01.wang@vipshop.com" ]
kevin01.wang@vipshop.com
2d65642b2ead7bca834f942330e4da45c316f042
dc757ca156bc01b1652418c12252064e0f50eeef
/mcc_generated_files/mcc.h
7d1e63fed78efca357e48d5405f77762e33a32a2
[]
no_license
ysl66/frequency_test
8333dbb74ebaba2665da347e925a16b74ec8931d
3fdfcf0a1b7d62a1f756f61c42f32b1383604cfe
refs/heads/master
2021-07-24T02:54:50.946237
2017-11-04T18:52:17
2017-11-04T18:52:17
109,521,872
0
0
null
null
null
null
UTF-8
C
false
false
2,494
h
/** @Generated PIC10 / PIC12 / PIC16 / PIC18 MCUs Header File @Company: Microchip Technology Inc. @File Name: mcc.h @Summary: This is the mcc.h file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs @Description: This header file provides implementations for driver APIs for all modules ...
[ "yishin.1995@gmail.com" ]
yishin.1995@gmail.com
9938d6bab1a655e911adc97c24fd9c63f7524863
f10708cbe1d6b10e67c6f6771e1637cb088cfba4
/include/netcdf_json.h
d53944a8a5a1287f8ddd96e227342d86b9511588
[ "BSD-3-Clause" ]
permissive
cofinoa/netcdf-c
338929ad56ff00c6bbbcd09d13fa645da2d66d98
9cc8831fc8f21dbf050c683188034a379bfd472a
refs/heads/master
2022-09-03T16:50:14.786361
2022-08-24T16:53:39
2022-08-24T16:53:39
28,809,327
0
0
null
2015-01-05T11:09:11
2015-01-05T11:09:11
null
UTF-8
C
false
false
31,388
h
/* Copyright 2018, UCAR/Unidata. See the COPYRIGHT file for more information. */ #ifndef NETCDF_JSON_H #define NETCDF_JSON_H 1 /* Inside libnetcdf and for plugins, export the json symbols */ #ifndef DLLEXPORT #ifdef _WIN32 #define DLLEXPORT __declspec(dllexport) #else #define DLLEXPORT #endif #endif /* Override f...
[ "dmh@ucar.edu" ]
dmh@ucar.edu
74a7813d413d4ea1ad078b68fd968694c169f84c
aa2894656111d30dde2a693ce57738bf6d747a94
/0360 330 Operating Systems Fundamentals/Project/ProjectV1/main.c
b7cb530f59223528c91d8aa8ec2ae7fd4356699a
[]
no_license
JasonM16/Course-Assignments-And-Projects
a88c54ae011b2984ec4a3983700736ec5fcfccf1
a5e85365cada3d97f93e7a2ed1a4d93c659aa346
refs/heads/master
2023-08-04T16:13:47.926321
2019-07-10T14:50:58
2019-07-10T14:50:58
183,072,672
0
0
null
2023-07-22T03:54:48
2019-04-23T18:22:57
C#
UTF-8
C
false
false
4,336
c
/* * PROJECT : Course Project * FILE : main.c * AUTHOR : Jason Choquette 104337378 * DATE : March 13, 2018 * DESCRIPTION : This file is the main driver of the project; along with * some utility functions. */ #include "prototypes.h" /****************************************************...
[ "noreply@github.com" ]
JasonM16.noreply@github.com
c46e574d09edb5c5eeeebb7becd0f9364df2643b
7b55cacf46bf2fd6298315bccfa4b6f0375e3865
/src/sys/arch/amd64/include/i82489reg.h
2cb3d6f28adfa345807eb5fc812b84923f5e0000
[ "MIT", "LicenseRef-scancode-bsd-3-clause-jtag", "BSD-2-Clause" ]
permissive
libos-nuse/frankenlibc
7f33a86f277ea13eeae573e0339b03c5e2a9ff58
b2e9db0084847aaa63fcddce2f5bf2e0e43669d5
refs/heads/lkl-musl
2021-01-21T23:30:07.179889
2018-06-21T07:46:36
2018-08-14T03:52:22
47,620,000
9
6
NOASSERTION
2019-02-21T14:53:00
2015-12-08T12:13:28
C
UTF-8
C
false
false
92
h
/* $NetBSD: i82489reg.h,v 1.1 2003/04/26 18:39:41 fvdl Exp $ */ #include <x86/i82489reg.h>
[ "justin@specialbusservice.com" ]
justin@specialbusservice.com
eabcf7e297c75e18c016a972b13b96c24025004d
71e5f96a29f5d643ab888b37677d38c33f8d765d
/d/underdark/ud_ruins/rooms/river/river_13.c
c2923ffabbda78e30900c0565ce729952b33bfac
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Cherno-SuS/SunderingShadows
5f755fbebb79dc0b9d1c2a0541408be4afeb8b67
c3b4370beb2c4351ecc60826850c94892a42b685
refs/heads/main
2023-04-21T09:52:14.580024
2021-03-23T12:09:55
2021-03-23T12:09:55
349,490,686
0
0
NOASSERTION
2021-03-23T12:09:56
2021-03-19T16:40:12
null
UTF-8
C
false
false
1,136
c
#include "../../ud_ruins.h" inherit STORAGE"_river_base"; void create() { ::create(); set_short( "%^CYAN%^beneath an %^BOLD%^underground waterfall%^RESET%^" ); set_long(::query_long()+"\n\n" "A large, roaring " "%^CYAN%^w%^GREEN%^a%^BOLD%^%^CYAN%^t%^RESET%^%^GREEN%^e" "%...
[ "law@shadowgate.org" ]
law@shadowgate.org
68eb22528b9acb735ad48658f60e09432441f60e
fdc5b324e581ca09370cc2aedfb2f72c3a3a2a6f
/seed_for_r2/786_r2.c
8f29adb5b3a613385266e3a7a7ddc2830998165d
[]
no_license
hz90937880/NewDecFuzzer
12981d53dd64e9a4ef881d4879b7abb3050ff849
aa946ff1ad89742093a89a4703af238734546d9f
refs/heads/main
2023-04-15T18:04:11.235871
2021-04-25T15:45:45
2021-04-25T15:45:45
351,564,252
0
0
null
null
null
null
UTF-8
C
false
false
4,385
c
// WARNING: Variable defined which should be unmapped: var_ch // WARNING: Removing unreachable block (ram,0x08049812) // WARNING: Removing unreachable block (ram,0x08049801) // WARNING: Removing unreachable block (ram,0x08049d38) // WARNING: Removing unreachable block (ram,0x08049b48) // WARNING: Removing unreachable ...
[ "1429408028@qq.com" ]
1429408028@qq.com
82d8a8aa6b92c41988d0c2624eea9186481c8182
ea79f3f2af50cc60ef05674fc4f4444b32be8ec5
/gionee/alps_drv/system/core/sdcard/fuse.h
ce0a4d3a4d997ad94603d09174f058a1ae9f266b
[]
no_license
amersons/IUNI_U3_drv
fbae164a7b131638e5f51e47ffcfd88c9db06ffb
ddf0fbc16e61ffc72f72df36d042b0778c88970b
refs/heads/master
2021-01-23T18:44:20.878763
2017-09-08T03:45:04
2017-09-08T03:45:04
102,803,982
1
3
null
null
null
null
UTF-8
C
false
false
11,024
h
/* FUSE: Filesystem in Userspace Copyright (C) 2001-2008 Miklos Szeredi <miklos@szeredi.hu> This program can be distributed under the terms of the GNU GPL. See the file COPYING. */ /* * from the libfuse FAQ (and consistent with the Linux Kernel license): * * Under what conditions may I distribute ...
[ "xinhe.jiang@itel-mobile.com" ]
xinhe.jiang@itel-mobile.com
5b31eb3803dbbd5150314114e4d27b3bec5144ca
03666e5f961946fc1a0ac67781ac1425562ef0d7
/src/tools/third_party/qtssh/windows/named-pipe-client.c
2ab6a3099342c222080088820f2d54152b62a958
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
visit-dav/visit
e9f81b4d4b9b9930a0db9d5282cd1bcabf465e2e
601ae46e0bef2e18425b482a755d03490ade0493
refs/heads/develop
2023-09-06T08:19:38.397058
2023-09-05T21:29:32
2023-09-05T21:29:32
165,565,988
335
120
BSD-3-Clause
2023-09-14T00:53:37
2019-01-13T23:27:26
C
UTF-8
C
false
false
2,922
c
/* * Windows support module which deals with being a named-pipe client. */ #include <stdio.h> #include <assert.h> #include "tree234.h" #include "putty.h" #include "network.h" #include "proxy/proxy.h" #include "ssh.h" #include "security-api.h" HANDLE connect_to_named_pipe(const char *pipename, char **err) { HA...
[ "noreply@github.com" ]
visit-dav.noreply@github.com
78686dea1d6459f5b2725cc14697e6004d87ce7e
5c995d6f93f85c7516c5e57c494e1085e64389a1
/libc/calls/hefty/fork-nt.c
1fca62df4da1ec77a9f18ba21d1bfdb89ac44410
[ "LicenseRef-scancode-warranty-disclaimer", "ISC" ]
permissive
Cyper77/cosmopolitan
64c21836cba55afe0ee4e052b9d09a39eedbb511
04f1d89f846c0631ceac77b6693738986e08a3db
refs/heads/master
2023-02-16T04:38:05.971006
2021-01-10T21:30:48
2021-01-10T21:36:31
null
0
0
null
null
null
null
UTF-8
C
false
false
6,818
c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney ...
[ "jtunney@gmail.com" ]
jtunney@gmail.com
0f2a68defd0eab5568058922b979101457c4dce7
6b55640d6bd94a448f2df8844bdd57ce871fce03
/NewOne/DishDashConstants.h
ae76ba13a1e439f4a490a05c80360308cb015962
[]
no_license
VinayVenkata/MySample
ed90fbf8e7f4c579926a5902a2aed42713bd8b44
1e767414a2d9eb4ecdf57062115daa9727a9844d
refs/heads/master
2020-05-29T08:50:45.110561
2018-02-19T23:23:50
2018-02-19T23:23:50
69,288,396
0
0
null
null
null
null
UTF-8
C
false
false
307
h
// // DishDashConstants.h // NewOne // // Created by Vinay Ponnuri on 8/04/16. // Copyright © 2016 Vinay Ponnuri. All rights reserved. // #ifndef DishDashConstants_h #define DishDashConstants_h #define ROBOTO_BOLD @"Roboto-bold" #define ROBOTO_LIGHT @"Roboto-light" #endif /* DishDashConstants_h */
[ "lakshmikanth@lakshmikanths-MacBook-Pro.local" ]
lakshmikanth@lakshmikanths-MacBook-Pro.local
a6115fa0456587a5ad27cdf96d899607943eb02f
07c78840a1d6547795c4927edde997638b8e7b7b
/apps/evsys/evsys_trigger/firmware/src/packs/ATSAML22N18A_DFP/component/freqm.h
92deb3620d826921a4cde4f3c59bb2249a2db950
[ "LicenseRef-scancode-unknown-license-reference", "ISC", "LicenseRef-scancode-public-domain" ]
permissive
zhuyi7891/csp
b8dd1f71d963d27b2f841bac1dc8ff93a53d58b2
d61c00a0c2d9375860eb165900ee9ef369db5161
refs/heads/master
2020-06-14T13:57:39.737274
2019-05-16T11:59:59
2019-05-17T18:49:00
195,020,933
0
1
null
2019-07-03T09:21:25
2019-07-03T09:21:25
null
UTF-8
C
false
false
12,438
h
/** * \brief Component description for FREQM * * Copyright (c) 2019 Microchip Technology Inc. and its subsidiaries. * * Subject to your compliance with these terms, you may use Microchip software and any derivatives * exclusively with Microchip products. It is your responsibility to comply with third party licens...
[ "http://support.microchip.com" ]
http://support.microchip.com
979ed8225375222bbb69de88aa92b21bebb9addd
e9c9faa27ce668bd95cf1a7042112a4876b6bc87
/bsp/irq.c
eff3b9bfa443b374e43e475dc5bb841aa070f527
[ "MIT" ]
permissive
zeldin/fx3lafw
b9cf83e328e6da90f92fb66495414e170da0eb45
c70ffb3eb9644afce2b0b16f6c1c3308968e6837
refs/heads/master
2023-08-27T02:27:18.804589
2023-08-12T12:04:44
2023-08-12T12:04:44
127,196,092
60
8
null
2020-09-18T17:30:20
2018-03-28T20:41:53
C
UTF-8
C
false
false
1,607
c
/* * Copyright (C) 2018 Marcus Comstedt * * 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, merge, pub...
[ "marcus@mc.pp.se" ]
marcus@mc.pp.se
41450a1929903d0ff6f52e837338236ece897fd2
35a29869b2ab70d9c2323bd102246be0c604fa87
/buttons/button.c
00cf0e7b33e327c56f312e8eb0e9a3c105b0c24d
[ "MIT" ]
permissive
PhillyNJ/SAMD21
263c04d25fbb606dcda14279b45c80f1617acb3e
fb1d8d143a9bf3d212920fa0e66a2e651f449daf
refs/heads/master
2023-08-05T00:09:36.246435
2023-07-27T11:16:02
2023-07-27T11:16:02
89,353,476
12
5
null
null
null
null
UTF-8
C
false
false
1,105
c
/* * button.c * * Created: 11/18/2017 3:17:24 PM * Author: pvallone */ #include "button.h" extern const unsigned short up24x24[0x240]; extern const unsigned short next24x24[0x240]; extern const unsigned short prev24x24[0x240]; extern const unsigned short downBtn24x24[0x240]; extern void eventUpHandler(in...
[ "acmbug@gmail.com" ]
acmbug@gmail.com
80895a7ccaf4e1b3f1a86ec46a2cb54d8bd1164a
f6a249f6f05b734d3631cbafcbdbc2a1ad18d423
/proj2+3+4/lib/user/syscall.c
e60b9371d07ecf507029c855da84e0701300833e
[ "MIT-Modern-Variant", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
TachikakaMin/PintOS
c17080c7f444a11a5337352545c5ab71c9c42d59
832f669569343329151642a36c8ce8c95c06ebcc
refs/heads/master
2020-04-16T09:44:10.963462
2019-01-13T07:06:47
2019-01-13T07:06:47
165,475,111
2
0
null
null
null
null
UTF-8
C
false
false
5,071
c
#include <syscall.h> #include "../syscall-nr.h" #include "../stdbool.h" #include "syscall.h" /* Invokes syscall NUMBER, passing no arguments, and returns the return value as an `int'. */ #define syscall0(NUMBER) \ ({ ...
[ "tangym@shanghaitech.edu.cn" ]
tangym@shanghaitech.edu.cn
de8fb3903bac893e2ca3a7327ce8368911e85b9c
3567309d3f25020ec7a0d59e0ef55da7be113085
/d/wastelands/w/critical/forest/forest_429.c
8c54a071d545d0a13cba5d2282417ac729bbf0ee
[]
no_license
flyingstupid/gbapoclib
64ec8b3828201d7eb158b5371164765d1b65ce93
dea2a4be3399509c7df44d33b2a307db3821017d
refs/heads/master
2021-04-27T08:02:48.717277
2018-02-23T17:04:11
2018-02-23T17:04:11
122,640,255
0
0
null
null
null
null
UTF-8
C
false
false
726
c
/** * Area Maker room for forest area */ #include <mudlib.h> inherit ROOM; #include "base/autogenroom.h" void reset(status arg) { if (arg) return; set_weather( 1, 0, 0 ); set_short( get_short_by_id(429) ); set_long( get_long_by_id(429) ); set_exits(({ AREA_PATH + "forest_378.c", "no...
[ "ray.lukes@gmail.com" ]
ray.lukes@gmail.com
1204707a327a9c2ae780a0921e3594bcba3bf95d
34c84f6fe290022095501c78a0ac546034eb04f5
/display_stm32/UCOSII/ports/os_cpu_c.c
85dae41ec602f7f059969a8e31cb806c74a3b032
[]
no_license
openbmaster/DIsplay-robot--STM32
434a252589d4c7e544b5dfe14a993be7798ca5cd
658dc3f02ab467a5acb2ebd50946d9f430b594fe
refs/heads/master
2020-03-21T01:47:34.640700
2018-06-20T01:09:49
2018-06-20T01:09:49
137,962,717
0
0
null
null
null
null
UTF-8
C
false
false
14,722
c
/* ********************************************************************************************************* * uC/OS-II * The Real-Time Kernel * * * (c) Copyright 2006, Micrium, Weston, FL * ...
[ "38338060+openbmaster@users.noreply.github.com" ]
38338060+openbmaster@users.noreply.github.com
389452369cb13612c60da7bf60c44fde683d14e7
307c3a3721eb37430c2161394c651af0f2ef78b4
/external/opensocdebug/software/tests/unit/check_cl_stm.c
9221ea647fc409874653b42a1d650d1e5c72ed77
[ "MIT", "Apache-2.0", "BSD-3-Clause", "BSD-4-Clause" ]
permissive
nanvix/optimsoc
47c3b4b1549c71b1c1c2eda91a2c7f55899d308b
aaf9de0bdddec921bde8c31b273d829000c5e5b9
refs/heads/master
2020-04-27T00:08:45.975015
2019-07-22T07:29:22
2019-07-22T07:29:22
173,924,872
0
0
NOASSERTION
2019-12-09T13:54:17
2019-03-05T10:23:46
C
UTF-8
C
false
false
6,180
c
/* Copyright 2017-2018 The Open SoC Debug Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
[ "mail@philipp-wagner.com" ]
mail@philipp-wagner.com
efbd8f7d8c9c0511be32fe2d3fa793a71ba96aa4
901f4fae3eca9f7c5774bdc0f9405f6fb545900d
/AB/isim/projtests_isim_beh.exe.sim/work/m_00000000001101340715_4023717930.c
4c72d7c8e6f5926298bcda284443b90bab69b850
[]
no_license
16pj/FMR
f809d3c25c589c747169f990d6c423badd6148f9
9300adf76e6a79baa4817620d08bc2b7116af612
refs/heads/master
2020-06-17T21:26:45.465568
2016-11-28T12:04:41
2016-11-28T12:04:41
74,968,171
0
0
null
null
null
null
UTF-8
C
false
false
53,812
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "robin.rpj@gmail.com" ]
robin.rpj@gmail.com
f1d09c14fbb621b30410f3d41a3c913d60ce4e3a
17dbd2de1ebdbcb5840c46072b171526d3f0a8da
/0x06-pointers_arrays_strings/3-main.c
6f0feb90645269d8dfa4ddeb9068df352f472611
[]
no_license
erikaosgue/holbertonschool-low_level_programming
e804248812d132bf67bc846d322e7cfa325a92fc
9ec548a8a7f07e08e982f4780fab7a5a4a063590
refs/heads/master
2020-12-29T07:51:45.628608
2020-11-13T21:28:25
2020-11-13T21:28:25
238,522,351
0
0
null
null
null
null
UTF-8
C
false
false
325
c
#include "holberton.h" #include <stdio.h> /** * main - check the code for Holberton School students. * * Return: Always 0. */ int main(void) { char s1[] = "Hello"; char s2[] = "World!"; printf("%d\n", _strcmp(s1, s2)); printf("%d\n", _strcmp(s2, s1)); printf("%d\n", _strcmp(s1, s1)); return (0...
[ "1476@holbertonschool.comt" ]
1476@holbertonschool.comt
a42df51f65b56c347be3e1bfc1ac2b8121c6349c
f325fdf02f191e9993c35bb3503ef30dc44b2ddd
/rev no.c
8ebb210bdae41e6ef21ff34c8068cd0b91b4da08
[]
no_license
afreethaanwar/afree
722cfb1f12bc571a7dc5d1dc875a1ec5d237fa81
2eb8fc51d39e495ba018ef78a7cf27a81b492f28
refs/heads/master
2021-01-01T19:45:11.579107
2017-07-28T20:20:18
2017-07-28T20:20:18
98,672,028
0
0
null
null
null
null
UTF-8
C
false
false
191
c
#include<stdio.h> int main() { int a; printf("enter the year"); scanf("%d"&a); if(((a%4==0)&&(a%100!=0))||(a%400==0)) printf("it is a leap year"); else printf("not a leap year"); return 0; }
[ "noreply@github.com" ]
afreethaanwar.noreply@github.com
308a01aee8712dbe5950e0b8e0729cbad605ced1
c86462c66fd4ace69cc846b9ebd6dd4c4dcb4986
/cross/i686/lib/gcc/mips/6.2.0/include/stdatomic.h
ee7e856a8e331b7bd78e6313b93b6cb3d928858b
[]
no_license
amanuel2/osdev
bb65aa935f3785ca3e16989678b0de4a927de0eb
78076871ec8dc05b01b753f001525eb6e679f4b6
refs/heads/master
2021-01-11T01:21:22.194519
2016-10-03T18:28:52
2016-10-03T18:28:52
70,715,287
2
0
null
2016-10-12T15:44:40
2016-10-12T15:44:40
null
UTF-8
C
false
false
9,310
h
/* Copyright (C) 2013-2016 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 version 3, or (at your option) any later version. GCC is distribute...
[ "you@example.com" ]
you@example.com
ff822480e193ddb08a5695f265627e3e601e1384
619df10a330c4be380036e41891b82cf8c6e59cd
/ft_strncat.c
1be87ae9d415103d13b85252019709b352c029ce
[]
no_license
42Pygmalion/libft42
02f9cc130d627e4d2334d076628c78565218e7cf
6107308b440656b971ed413c512d24242b31d99f
refs/heads/master
2021-05-02T10:12:50.415319
2017-05-29T02:28:13
2017-05-29T02:28:13
43,314,541
0
0
null
null
null
null
UTF-8
C
false
false
1,105
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncat.c :+: :+: :+: ...
[ "lboudaa@e1r10p20.42.fr" ]
lboudaa@e1r10p20.42.fr
55fde3aceccaccdddfe2e47ef303485f17240594
caf191e5ef6c932a9929da8d19c953d348b502b1
/include/linux26/linux/quotaops.h
90c23f690c0deab4fedeb6f5126dfbb4838cb54d
[]
no_license
ssumpf/linux_drivers
b5004d6320f633916d7ae22dc4006fba6361f0b7
78e9d5b21e8110d05de77f70daad358c0f07ee67
refs/heads/master
2021-01-17T11:58:45.301944
2012-01-27T01:19:04
2012-01-27T01:19:04
3,304,316
3
0
null
null
null
null
UTF-8
C
false
false
7,874
h
/* * Definitions for diskquota-operations. When diskquota is configured these * macros expand to the right source-code. * * Author: Marco van Wieringen <mvw@planets.elm.net> * * Version: $Id: quotaops.h,v 1.2 1998/01/15 16:22:26 ecd Exp $ * */ #ifndef _LINUX_QUOTAOPS_ #define _LINUX_QUOTAOPS_ #include <linux/...
[ "christian.helmuth@genode-labs.com" ]
christian.helmuth@genode-labs.com
0497515a533a71f6bb8e78a9b6f8f306e43f73e1
218b3ce1d8f8c857bee1c59cc5268887eca3808b
/gemm5.c
bcd479cbf7a5b3161c2c1d0c039bf947b912d0b2
[]
no_license
xhzhao/GemmEfficiency
d25149b2a2adcdf4ddb00806617957a63e1e2ccb
b40a9dd424f651ae885ac6246ff127e04b2d3cc5
refs/heads/master
2021-01-25T11:40:02.299497
2017-08-21T05:30:23
2017-08-21T05:30:23
93,939,594
1
1
null
null
null
null
UTF-8
C
false
false
9,308
c
#include <stdio.h> #include <stdlib.h> #include <sys/time.h> #include <mkl_cblas.h> #include "omp.h" #include "mkl.h" #include "immintrin.h" #include<math.h> extern float * buffer; void sgemm5_test( char* pTransA, char* pTransB, const int* pM, const int* pN, const int* pK, const float *pAlpha, const ...
[ "xiaohui.zhao@intel.com" ]
xiaohui.zhao@intel.com
b5f1459d5bec3265cdfe0e9302cffaf38ec4d3f5
676936da95a03cc07f5649ebd192ae1c921933d5
/luaX_next.c
fea469f9b2ee598edf6d9f169f09eca179919f0a
[]
no_license
capablevms/lua-func
e439cc2c16348f3697e5cc183c85c9c60a619464
3a08b23cc308013b7ea69fc425df8929445d01ab
refs/heads/main
2023-03-31T03:36:14.834445
2021-03-29T13:48:24
2021-03-29T13:48:24
327,656,232
0
1
null
2021-03-29T13:48:39
2021-01-07T15:47:59
C
UTF-8
C
false
false
831
c
#include <time.h> #include <setjmp.h> #include <ctype.h> #include "lapi.h" #include "lauxlib.h" #include "lcode.h" #include "lctype.h" #include "ldebug.h" #include "ldo.h" #include "lfunc.h" #include "lgc.h" #include "llex.h" #include "llimits.h" #include "lmem.h" #include "lobject.h" #include "lopcodes.h" #include "...
[ "aleks@bonin.tech" ]
aleks@bonin.tech
67d0311c1847a22f5569571019961dbff652dcf9
ec49100cf50d4a2582af1da292ef46a38f622d6b
/src/arch/arm32/mach-f1c100s/driver/spi-f1c100s.c
78ab6f486acf22873500314969776a66101338ef
[ "MIT" ]
permissive
nanfang2000/xboot
30ca75af8ebee274fc54e979b669085fd26a19c4
b9aee8bad4586cee201c63b3c886450404298d4e
refs/heads/master
2021-12-28T14:00:40.420544
2021-12-13T07:07:30
2021-12-13T07:07:30
145,588,990
1
0
null
null
null
null
UTF-8
C
false
false
7,643
c
/* * driver/spi-f1c100s.c * * Copyright(c) 2007-2021 Jianjun Jiang <8192542@qq.com> * Official site: http://xboot.org * Mobile phone: +86-18665388956 * QQ: 8192542 * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwa...
[ "8192542@qq.com" ]
8192542@qq.com
b5074d1846229d47cd5fe52fae1791f545f846dc
adc6ab40715ed95a011c39015e3278b32c217006
/libft/ft_memccpy.c
c43ec6ceffc944f4394f961cfc73b7df8206ac24
[]
no_license
yderosie/malloc
0b5cb1295564321ab7f796701fca881cd7ed26c5
0a8a2ac745b4c0a686f521cd8704ea064b8bc57b
refs/heads/master
2021-01-20T02:37:04.773384
2017-03-10T16:13:59
2017-03-10T16:13:59
83,324,973
0
0
null
null
null
null
UTF-8
C
false
false
1,197
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memccpy.c :+: :+: :+: ...
[ "yderosie@student.42.fr" ]
yderosie@student.42.fr
2b169fe3abc149e600f079c5a1508b5431504ac4
b1d500a451cd9852089bf3d97e829df069daa9c8
/Images/MC/dMu/5.4e-18/MainPlots/h_pull_allDecays_WORLD_250MeV_1000_2500_MeV_BQ.C
de19f4820035f108fcc843aa5860ba13a49fc550
[]
no_license
sam-grant/EDM
486ea029bf766c968a3c7b41198ffcf9bc3c9b8a
525e41de5f675c39014488c79144f47562910736
refs/heads/master
2022-10-30T22:35:42.979799
2022-10-19T18:44:54
2022-10-19T18:44:54
296,421,806
0
1
null
null
null
null
UTF-8
C
false
false
1,905
c
void h_pull_allDecays_WORLD_250MeV_1000_2500_MeV_BQ() { //=========Macro generated from canvas: c/c //========= (Fri May 6 22:26:16 2022) by ROOT version 6.24/06 TCanvas *c = new TCanvas("c", "c",0,0,800,600); c->SetHighLightColor(2); c->Range(0,0,1,1); c->SetFillColor(0); c->SetBorderMode(0); c->Se...
[ "samuel.grant94@gmail.com" ]
samuel.grant94@gmail.com
9f90702cefcfa5cbc99011fe8f13206145745060
2c6a1059d1618f66cd0b5c38d8efc1ab25fa364e
/firmware/src/fpga/SnowLeo_SDR_v14_7_rls/pldma.sdk/snowleo_sdr_bsp/ps7_cortexa9_0/include/xnandps_hw.h
950e98039debc53d3bf33617b257faf351d5513d
[]
no_license
dl3yc/SNOWLeo-SDR
26dc42ae5ec0d4b8fc5a950cf43446cde6ffe3eb
cb32ea59421a8fcd9f123c040774710e29507284
refs/heads/master
2021-01-16T22:34:53.857450
2015-08-26T08:21:14
2015-08-26T08:21:14
41,066,080
2
0
null
2015-08-20T00:13:15
2015-08-20T00:13:13
null
UTF-8
C
false
false
23,040
h
/****************************************************************************** * * (c) Copyright 2009-2013 Xilinx, Inc. All rights reserved. * * This file contains confidential and proprietary information of Xilinx, Inc. * and is protected under U.S. and international copyright and other * intellectual property laws. ...
[ "imeric80s@gmail.com" ]
imeric80s@gmail.com
42c1a6d30176d37161b058e7f5ac10dff93a93d8
0cda2c3a86b4f6dca6133620544bec2dde968e96
/types.h
d2e8ba31d8049dbf1c187022dd77e55271b52859
[ "MIT" ]
permissive
ray5273/os_project2
4ab941313982b7e2ebae67a7ca8b1310125768e0
c39514b445bda1dd29f81d1825122b55feae9081
refs/heads/master
2020-03-14T07:25:58.926766
2018-04-29T15:27:43
2018-04-29T15:27:43
131,504,763
0
2
null
null
null
null
UTF-8
C
false
false
167
h
typedef unsigned int uint; typedef unsigned short ushort; typedef unsigned char uchar; typedef uint pde_t; #ifndef NULL #define NULL (0)//추가된 부분 #endif
[ "ray5273@naver.com" ]
ray5273@naver.com
401854405405494dec070dba75a3c521045312e2
b7c6593897f28efaad14a7ed04d51a7778314c54
/vendor/Pods/Headers/Private/StylingKit/PXStylerContext.h
7b5509caf79afa1c5d6b12c56ae01d1d2b42991d
[]
no_license
jeremiahlukus/rm_mentor_app
e2ae3eb668b69048f6ba8b30594ec70c48ace715
05053cb21b8c10cc61f06ee0458af09b896e51dd
refs/heads/master
2021-04-03T01:47:37.992330
2018-04-18T14:33:49
2018-04-18T14:33:49
124,944,594
0
0
null
null
null
null
UTF-8
C
false
false
84
h
../../../StylingKit/Pod/Classes/freestyle/src/Core/Styling/Stylers/PXStylerContext.h
[ "jeremiahlukus1@gmail.com" ]
jeremiahlukus1@gmail.com
58ef7e6fc9a608df9b6c78c1cd7c528be810b18f
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/git-master/builtin/patch-id.c.bak.c
0d12ad01c9550cdaf4325f97bbfd0e42a26cf194
[]
no_license
zhiyuanjia/WoBench
878255ce45e76ef57f88743c7f43acdfa59e93e7
6b337780cbd598de98fc0eabd19efaf1a01b6012
refs/heads/master
2021-09-23T03:12:08.091319
2018-06-14T10:17:59
2018-06-14T10:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
4,210
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN #include "builtin.h" #include "config.h" static void flush_current_id(int patchlen, struct object_id *id, struct object_id *result) { char name[50]; if (!patchlen) return; memcpy(name, oid_to_hex(id), GIT_SHA1_HEXSZ + 1); printf("%s %s\n", oid_to_hex(...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
9df8f655c6e2bb9b11450a74ab85d6b76cebd8d2
04c8d8da9cebc13513c1b9c7658707ecadfa0ed3
/Roll a Ball/Temp/il2cppOutput/il2cppOutput/Parse_Unity_System_Threading_Tasks_Task_U3CU3Ec__DisplayClas_70MethodDeclarations.h
974e6b421a65c618eccc5b114d75824f82501e41
[]
no_license
fkieyhzen/RollABall
ed9ef9e93f3cfaecd2be10013797e97e9c1e479e
f083b660966094939ed2b5d2028e31bb4e86a67e
refs/heads/master
2023-03-19T18:19:11.437779
2015-06-08T15:27:45
2015-06-08T15:27:45
null
0
0
null
null
null
null
UTF-8
C
false
false
992
h
#pragma once // System.Threading.Tasks.Task/<>c__DisplayClass3`1/<>c__DisplayClass5<System.Threading.Tasks.Task`1<System.UInt64>> struct U3CU3Ec__DisplayClass5_t10232; // System.Void System.Threading.Tasks.Task/<>c__DisplayClass3`1/<>c__DisplayClass5<System.Threading.Tasks.Task`1<System.UInt64>>::.ctor() // System.T...
[ "patrick@beetheswarm" ]
patrick@beetheswarm
dc25d1c3786f8a3a9b9e0a4d5b436edb68657a2c
ecb3e37143ecea644ebf57420767d93b82dc89f0
/src/minu.c
74d630d2c8d0beeb4e50acb5deea7ed6331bbbc2
[]
no_license
nupagadi-sci/TSOP-sqrtplus-c50a90-A
34faca5577e47b02bbc68fcc06cf6a0b339e5b6f
32474661afe508c9ee4fd8395908b12c0e83d3ef
refs/heads/master
2021-01-10T05:53:18.682960
2016-01-16T16:43:54
2016-01-16T16:43:54
49,777,705
0
0
null
2016-01-16T16:43:54
2016-01-16T14:58:42
C
WINDOWS-1251
C
false
false
9,513
c
#include "..\headers\my.h" int SolveMinUdzo( // возвращает ifail ропуда FILE *F, // файл отчета struct T *proot, // области для поиска struct TK *prootK, // области критерия double *U, // double *pQap, double *alpha, int iPrintFlag // печ...
[ "Илья" ]
Илья