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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1830196f1e95500e0edfae6e5ebba58f429d5ec9 | f53a14acba3bf8ceaf141c558c3d25927b8c4585 | /win/utilities.h | c3651a8ad325f2cebf95d18c274d67e02d44dfac | [] | no_license | dipietrantonio/FSMonitor | 7b5e5aa8f0335d4d51b8cd4cc908a811bdcbcdd0 | 07e37bb21635e4a137c6501580c1f2239ad1ef84 | refs/heads/master | 2021-09-12T22:11:13.231207 | 2018-04-21T16:05:02 | 2018-04-21T16:05:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 297 | h | /**************************************************
Utilities
The utilities library contains functions that don't belong in any other library.
****************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
char *GetLastErrorAsString();
| [
"cristiandipietrantonio@gmail.com"
] | cristiandipietrantonio@gmail.com |
446c5786e1ffbb7a5b0af703f64c17f254eb34e2 | 34ee877eaa6d9ef495827c9576d958d9300a2ec8 | /multvec.c | 374fdd7fa5e05ca4c2acbffa986cc0ac2ecd4c45 | [] | no_license | AlexUbillaTorres/Taller4-Linking | 8966d561c16246c06a5e3e82c2177f5e1ccdf62b | e92cac782109a952eb0cafd28937926838716760 | refs/heads/master | 2021-08-14T15:28:55.166029 | 2017-11-16T04:12:59 | 2017-11-16T04:12:59 | 110,588,613 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 133 | c | #include "vector.h"
vector multvec(vector c, vector d)
{
vector a;
a.x=c.x*d.x;
a.y=c.y*d.y;
return a;
}
| [
"noreply@github.com"
] | AlexUbillaTorres.noreply@github.com |
83a80533ef2657886c11c4032e43fe47fcc81097 | 20bbebc8f0a6cb8cc274f860b8aad8253091535b | /nrf52_bot_ble/src/lib/ble_sdk/nrf_sdh_ble.c | 023c3d2a8e78e1d9aea1f76ab866ccf5ec3878f7 | [
"Apache-2.0"
] | permissive | chcbaram/nrf52_bot | 797a9ba475fb7878e8d414cc3cd5fa21bee363a0 | aa9f61c4266c51dcf31bf3cd28d8793c19936f85 | refs/heads/master | 2022-09-09T21:49:38.799364 | 2020-06-04T04:38:50 | 2020-06-04T04:38:50 | 250,185,264 | 0 | 3 | Apache-2.0 | 2020-04-02T14:37:03 | 2020-03-26T07:05:39 | C | UTF-8 | C | false | false | 11,071 | c | /**
* Copyright (c) 2017 - 2019, Nordic Semiconductor ASA
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, th... | [
"chcbaram@paran.com"
] | chcbaram@paran.com |
72729e08c23f04d036fd1652d90c36e07d1cdaf3 | 7b95540ffbc3898f7a07d8fe1a631c289905f31e | /github 6(prime number).c | 1f254ae34b73b3b85c494deb76abd7b49456307a | [] | no_license | Arunkrkr/C-PROGRAMING--AUGUST | c70b5cb7f9124e02ea5a7d188715681c45dde2fd | 2cfc34b41a19dfb0eeceb7c4419fb235586e1f7f | refs/heads/master | 2022-12-05T03:02:37.654139 | 2020-08-26T11:02:10 | 2020-08-26T11:02:10 | 286,246,229 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 496 | c | #include<stdio.h>
#include<conio.h>
int n;
int prime(int num, int i)
{
if(num < 2)
{
printf("\nEnter numbers greater than 1\n");
exit(0);
}
if (i == 1)
{
return 1;
}
else
{
if (num % i == 0)
{
return 0;
}
else
{
return prime(n,i–1);
}
}
}
void main()
{
int counter;
printf("Enter a number: "... | [
"noreply@github.com"
] | Arunkrkr.noreply@github.com |
3d0ee914df74ebdb4531eb7dae975604f16144d6 | 093b8bf40c353511722dc650feeb73023baaf39f | /testflash.c | 5240e7709bca3091eb5108c0cca5f6e7cff7c78f | [] | no_license | makansij/Project_1 | 529bbdaac162582820cc67fd69d5c781bea1a0ed | 8725bc7c7357444c7f0c5a5805d13465e53d2944 | refs/heads/master | 2020-04-09T07:02:28.616494 | 2015-03-09T17:33:30 | 2015-03-09T17:33:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 941 | c | //tell VS you are using User32.lib
# pragma comment (lib, "User32.lib")
# include <windows.h>
# include <stdlib.h>
int main() {
HWND hwnd = GetConsoleWindow() ;
// sizeof, hwnd, flags, count, rate in milliseconds (I guess the delay between flashes?)
FLASHWINFO flashInfo = { sizeof(FLASHWINFO), hwnd, FLASHW_ALL, 5... | [
"gqhoang@berkeley.edu"
] | gqhoang@berkeley.edu |
456011bd323b6ce5277a0a34513f02ff64f68402 | 8352a2fb6403893d4758c117cb944a9a4185418e | /user/SourceCode/file/testerror.c | 4f407adb2a9801729f8dd3d41bd803e60a88d2ef | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | woshimayi/driver | d1510c21fac1807ec5d70fe586686764b599f180 | 53349dd6363a711449e1f1e3ab51eea3f7aea2ed | refs/heads/master | 2023-08-31T16:22:31.247664 | 2023-08-30T11:24:58 | 2023-08-30T11:24:58 | 134,122,726 | 7 | 3 | null | null | null | null | UTF-8 | C | false | false | 207 | c | #include <errno.h>
#include "ourhdr.h"
int
main(int argc, char *argv[])
{
fprintf(stderr, "EACCES: %s\n", strerror(EACCES));
errno = ENOENT;
perror(argv[0]);
exit(0);
}
| [
"woshidamayi@Gmail.com"
] | woshidamayi@Gmail.com |
d7d2560f97cdec220e08b66ffa23ac5517fd8694 | 2cdfaa9de9ebde1eb7e2c31e98e72aedaa76e5d7 | /Exam Rank 04/microshell/microshell.c | 21fc3f8a3abcdcd32cbd208712032324a3bbc600 | [] | no_license | ykoh42/ft_exam | b9c8d0ea2ef9db103d658416aa27a0b826247a86 | 9282b83754417666c40f2b8eddcca3638252bb12 | refs/heads/master | 2023-04-16T12:10:57.290344 | 2021-04-13T05:41:33 | 2021-04-13T05:41:33 | 332,282,166 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,084 | c | #include <unistd.h>
#include <string.h>
#include <stdlib.h>
int ft_strlen(char *s)
{
int i;
i = 0;
while (s[i])
i++;
return (i);
}
int is_pipe(char *argv[])
{
int ret;
int i;
ret = 0;
i = 0;
while (argv[i])
{
if (strncmp(argv[i], "|", 2) == 0)
{
ret = 1;
argv[i] = 0;
break ;
}
if (str... | [
"ykoh@student.42seoul.kr"
] | ykoh@student.42seoul.kr |
c59fef1acb59bcc844dbdb319edf463b0f5fabb1 | f70e1c1a7459d541eb5cbdee112773af79af749c | /amazon-freertos-TeaMachine/vendors/microchip/boards/same54_xpro/bootloader/bootloader/flash/aws_boot_partition.c | 29f5714a0fcc4598c0cab6b5971f4316a99b0809 | [] | no_license | seciot/FracasoWorldTeaMachine | 5c775ca3a3b1a624f1dbb110b8697b7191ed5baa | 88d94e77e7fc43723a40bb88bdac27e8b7b3e356 | refs/heads/main | 2023-08-18T09:22:06.801385 | 2021-10-03T08:24:29 | 2021-10-03T08:24:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,768 | c | /*
* Amazon FreeRTOS Demo Bootloader V1.4.8
* Copyright (C) 2018 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 rest... | [
"77208062+Santoshb091651@users.noreply.github.com"
] | 77208062+Santoshb091651@users.noreply.github.com |
4044b7988fda56a5716b61cc581fb367cd957160 | 5a00eb640bce103cf6997238635ad608ab529fe4 | /Algorithm/SortAlgorithm/SortAlgorithm/heap_sort.c | e4fe059fbe81118e8187fe28cc5d08fadd270329 | [
"MIT"
] | permissive | colourful987/TutorialDEMOs | 7f2ed29f3e84b91038d465bbe2461869e4e51cb2 | 809d483809def762ae80ad89497e5055d7990f35 | refs/heads/master | 2020-04-23T07:33:18.507338 | 2019-07-18T17:15:22 | 2019-07-18T17:15:22 | 171,009,504 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,739 | c | //
// heap_sort.c
// SortAlgorithm
//
// Created by pmst on 2019/3/12.
// Copyright © 2019 pmst. All rights reserved.
//
#include "heap_sort.h"
void swap(int arr[],int a ,int b){
int temp=arr[a];
arr[a] = arr[b];
arr[b] = temp;
}
void convertToMaxHeap(int array[], int index, int count){
int temp ... | [
""
] | |
9865f1efa9768faeb83ae6eb4c49d43c2e2906c0 | 216e37bac8be1312b426b9a463e6b4fd7f5c7ee4 | /src/nf_record_t.h | ff4b3e2d1d3a7fb5a510a02371b8ced80643ea18 | [
"BSD-3-Clause"
] | permissive | icsecurity/fan | 0ba29f216e1cc5b1e199e78eba41350f352cc4b9 | c021caf6ea1ffb88cc199992845bd0e7b53ce217 | refs/heads/master | 2021-01-19T05:36:23.677383 | 2014-02-10T15:41:52 | 2014-02-10T15:41:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,427 | h |
/***************************************************************************
* nf_record_t.h
*
*
* Copyright mirko casadei 2011 mc
*
****************************************************************************/
#include <stdio.h>
#include <inttypes.h>
#define NF_RECORD_T_H
// single IP addr ... | [
"domenico.vitali@gmail.com"
] | domenico.vitali@gmail.com |
798dc329044ab93cee39712876367856cecefcca | d618c42aeff3d574f2527b86d8656e9635b0f1c7 | /source/userprog/process.c | f016cfb7003f7ea345b07a3efc2544dbb2b067a3 | [] | no_license | chujDK/chuj-elephant-os | 3303944345bf46a51e72061cf2a0ec6d3b1dea11 | 87fd075bfa83ecea299a2394a146a2a1c828d3f5 | refs/heads/master | 2023-05-27T23:14:26.867938 | 2021-06-18T09:02:27 | 2021-06-18T09:02:27 | 367,378,264 | 5 | 1 | null | 2021-06-04T10:38:42 | 2021-05-14T13:54:38 | Shell | UTF-8 | C | false | false | 3,806 | c | #include "process.h"
#include "thread.h"
#include "interrupt.h"
#include "memory.h"
#include "debug.h"
#include "tss.h"
#include "console.h"
#include "global.h"
#include "string.h"
#include "print.h"
extern void IntExit();
void StartProcess(void* filename)
{
void* function = filename;
PCB* current_thread = Ge... | [
"1768485949@qq.com"
] | 1768485949@qq.com |
b9a21712a67ac085da0bc1c347c2efdef285ef25 | 610427c8246e4c26b850c02a23d3d547471165ba | /Linked_list_Operation/5a.c | fb18bbef356283d093d8640fc6b36cd045873bb6 | [] | no_license | Vigneshpillai19/DataStructures | 9d20954a849a1421caadf6ee48f30883ff151229 | 15c6d9d734bfbf9477950d38d028686b768ffbf6 | refs/heads/master | 2020-07-18T01:11:33.415513 | 2019-09-03T18:14:07 | 2019-09-03T18:14:07 | 206,140,992 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,171 | c | #include<stdio.h>
#include<stdlib.h>
typedef struct linked_list
{
int val;
struct linked_list *next;
}node;
void insertend(node **temp)
{
node *ptr1,*trace=*temp;
if(trace=='\0')
{
return;
}
while(1)
{
if(trace->next=='\0')
{
break;
}
t... | [
"2017.vignesh.pillai@ves.ac.in"
] | 2017.vignesh.pillai@ves.ac.in |
5fddf251f5968e3df76332c819a0713f0482ef2f | 8d43308806adc0f786adaa6d7ca6b2bc26a068a5 | /inc/matrix/matrix_doc.h | 794c65c81f4f1c3a5e521637eb5329f259113a28 | [
"MIT",
"LicenseRef-scancode-other-permissive",
"Apache-2.0"
] | permissive | mrheld/feltor | b7639f1e3a156074f3bc43232eaa2cae903e0a94 | ba71bf0d639c054e455eb6721911d7f8e4eaedf9 | refs/heads/develop | 2023-07-06T20:51:13.754257 | 2023-06-25T12:25:30 | 2023-06-25T12:25:30 | 74,379,158 | 1 | 0 | MIT | 2022-01-11T16:39:27 | 2016-11-21T15:47:20 | C++ | UTF-8 | C | false | false | 912 | h | #error Documentation only
/*!
*
*
* @defgroup matrixnumerical0 Level 2: Basic numerical algorithms
* @{
* @defgroup matrixinvert Inversion of tridiagonal matrices
* @brief \f$T^{-1}\f$
* @defgroup tridiagfunction Tridiagonal Matrix-functions
* approximation
* @brief \f$ x \approx f(T)b ... | [
"mattwi@fysik.dtu.dk"
] | mattwi@fysik.dtu.dk |
0e85b10bac541d8b2c8a666b94b4283125a926bb | 672a3c9372c8e6c1c38c272404ddb12ec0bc0a1d | /semestre_02/SCC0202_algoritmos_e_estruturas_de_dados/trabalho_01/t1_alg_estatico/fabrica.h | efe7eead69d43dbcf41c128609dbd5db8881b05b | [] | no_license | GabrielVanLoon/Graduacao_BCC | 084de6ba4d374fae98548e503bbe38411b8a53b2 | fb078bdce3aafdc76ecc42a8725ce53cee6bdb1e | refs/heads/master | 2023-08-30T05:43:55.055216 | 2021-11-18T18:59:25 | 2021-11-18T18:59:25 | 171,961,616 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,696 | h | #ifndef FABRICA_H
#define FABRICA_H
#define MAX_SIZE 1000
#define TRUE 1
#define FALSE 0
typedef struct _brinquedo{
int numSerie;
char nome[20];
}Brinquedo;
/**
* @typedef Esteira de Brinquedos- Lista Circular
*/
typedef struct _listaCirc{
Brinquedo *vet;
int ini, fim, size;
}ListaCirc;
... | [
"gabriel.vl.rojas@gmail.com"
] | gabriel.vl.rojas@gmail.com |
24feef010475dea203f574d2b5b2b05c070a994c | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/sound/soc/codecs/extr_wm8904.c_wm8904_get_retune_mobile_enum.c | 0d865a0e021f62c37d9cf85b43ae5d1cdecdab0d | [] | 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,273 | 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 |
ea087ee5488a049f8034c2f5b5f5c5b6fb54dc76 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/freebsd/crypto/openssl/crypto/x509v3/extr_pcy_cache.c_policy_cache_create.c | 85a8cb76d6e84be8ff9d199200ab259fb965f4c5 | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,745 | 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 |
38ed936dd5d34740009f24a530d10d1bc9d4a6f7 | 0d9a644ef4d90f3068d07228dfcf54ae940cfcba | /lib/instances/items/weapons/axes/battle-axe.c | ac775ca0789e8259698d7281ce144703e91dac95 | [] | no_license | cellboy/core-lib | 3584d8dec497a435d3742f2a7326c3b19beda0c8 | 9ddaa6416c538bbcd51a15c834ea6d5ec744ea40 | refs/heads/master | 2023-08-12T17:57:18.183853 | 2021-09-22T21:09:37 | 2021-09-22T21:09:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 594 | c | //*****************************************************************************
// Copyright (c) 2021 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "... | [
"abc@maelstrom.cc"
] | abc@maelstrom.cc |
3c3acc076f6960dede79245f07f0529742832b66 | cb5f11ad8e8635ec87fdee4eb24a77bfdeef98cf | /new_libft/srcs/ft_isalpha.c | e38327ae32b58bb03b9492a28774ea7a22a82ed6 | [] | no_license | rhakh/Corewar | 55d1e67c781db6da5af692565119e48f1da96cb4 | c2c1b248358837aeb6ab7b67bdecfd381f354c25 | refs/heads/master | 2021-07-03T18:01:43.641957 | 2017-09-24T20:47:14 | 2017-09-24T20:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 996 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isalpha.c :+: :+: :+: ... | [
"rhakh@e1r6p1.unit.ua"
] | rhakh@e1r6p1.unit.ua |
77ec205d72f9cdf7ba0fdfc3489a4dfdb2d3e67c | 7b7522b14df2de2ca62311ea154a839add9d8abe | /Computer Network/new_socket/que4/client.c | 64462bb806cbb5caad063e4d43679e43d642036e | [] | no_license | karnika-ag/btech_codes | 143bc1a4411a6f23590a930e0ef513e8f0af6a8d | c0dfa5fbbe8cc816eb05d336b3e5c848024d77b7 | refs/heads/master | 2020-04-08T05:03:54.923910 | 2018-11-25T16:49:02 | 2018-11-25T16:49:02 | 159,044,210 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,731 | c | #include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <netdb.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <arpa/inet.h>
int sfd;
void fun1()
{
char str[BUFSIZ];
while(1)
{
printf("CLIENT : enter msg \n");
// scanf... | [
"agarwal.karnika@gmail.com"
] | agarwal.karnika@gmail.com |
2a87faba4b505e2b823b4db1e87e69a3c4b51402 | f530591d2a69f04e1e056c49c3aec932494b0549 | /Tetris/Source/tetris/scene_handling/Scenes.h | 65e1cd98f94336b14113ed6f054799e2b86ceee1 | [] | no_license | DOCtorActoAntohich/Tetris | 116f1f6e25faf3cbe5f1e4339eb916bf16bd8a7a | 0907562e6ce029f8ce43aa0459fef303ea5cd9c4 | refs/heads/master | 2020-08-22T08:17:56.152892 | 2020-04-02T09:09:04 | 2020-04-02T09:09:04 | 216,355,201 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 196 | h | #pragma once
#include "tetris/scene_handling/SplashScreen.h"
#include "tetris/scene_handling/ControlsScreen.h"
#include "tetris/scene_handling/Menu.h"
#include "tetris/scene_handling/GameScene.h" | [
"fairy666death@mail.ru"
] | fairy666death@mail.ru |
9ea0cff3b4f88121f0a8fc8c9a4fc955c8f4cc69 | a5c910f8322b1c6682604aba134370174a9cbe3e | /include/stddef.h | d95fcb6743416cd987e4b7b0f067bb1113527208 | [] | no_license | luainkernel/lunatik | 0ee4e8c04b355e8927f7e74f602381fe6fd3aef4 | 3a0035641673fbc5b4df8999883ed0b3e4abe905 | refs/heads/master | 2023-07-25T15:58:51.981804 | 2023-07-13T12:07:02 | 2023-07-13T21:38:13 | 131,418,962 | 76 | 11 | null | 2023-09-04T23:33:22 | 2018-04-28T14:58:30 | C | UTF-8 | C | false | false | 1,186 | h | /*
* Copyright (c) 2023 ring-0 Ltda.
*
* 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,
* d... | [
"lourival.neto@gmail.com"
] | lourival.neto@gmail.com |
868fd00a6146a15167c79ec0520cd12ba39db868 | 0db70d27a38ab508bcefd351165929c182832dce | /ex6/insertion.c | 0a8c346ee541a680de705131286cb87d5349a83f | [] | no_license | williamlwclwc/UoM_COMP26120_Algorithm_C | f42b704087dae87100c7ff2b365d18f46ac2c00b | 4b60dcdf43d6bfe67844293ea5441061c34d56a7 | refs/heads/master | 2022-01-12T04:46:25.170095 | 2019-06-03T13:06:24 | 2019-06-03T13:06:24 | 154,530,253 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,108 | c | #include <stdio.h>
#include <time.h>
#define array_size 1000000
void insertion_sort(int a[], int n)
{
int j = 0;
int temp = 0; //have to use temp for a[j+1] is a[i]
for(int i = 1; i < n; i++)
{
temp = a[i]; //selected item(i): temp
j = i-1; //j start form prior item to i
//if te... | [
"wenchang.liu@student.manchester.ac.uk"
] | wenchang.liu@student.manchester.ac.uk |
105fdc789a2d7a72db9081d823e02d5d54d4770a | 018df3fe04085721c380d4ddc2e4fe3588516332 | /iOS9.0.2/System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport-Symbols.h | a9ab873f3a4b5869ce00322fe30c3a9bc4a3b0ad | [] | no_license | ichitaso/iOS9.0.2-iphoneheaders | 15feac3cfb676d063e706ad165e990fbb367f2e7 | f5db852359918f0a2e393648f227851d7a2ac29a | refs/heads/master | 2021-01-10T10:16:28.069166 | 2015-11-07T09:08:24 | 2015-11-07T09:08:24 | 45,729,409 | 24 | 13 | null | null | null | null | UTF-8 | C | false | false | 7,819 | h | _AppAnalyticsEnabled
_CRAddBinaryImageHints
_CRDisableCrashReporting
_CRDumpAllOldStructuredDataLogs
_CREnableCrashReporting
_CRIsAppleInternal
_CRLogStructuredData
_CRParseStackShotDictionary
_CRSubmitProblemReport
_ConfigureCarrierDebugging
_ConfigureCarrierDebuggingWithPower
_ConfigureInternalDebugging
_ConfigureInt... | [
"willfeeltips@gmail.com"
] | willfeeltips@gmail.com |
c091d19bc15b4be0515678c4b335da6cf286201c | e24437f94f74718ae66e3c0b174c36684eb4db8f | /2.6/8250_pci.c | 0f592ca16a68dc485a1fc0a619a3b8df3efe416a | [] | no_license | blaider/advantech_adv950 | 0aadc9f0a3739dbf27e3a652e842d2c945730a2e | 2aaaf541ca6fa2930867faabc1769ce59919b4d5 | refs/heads/master | 2022-11-14T09:58:03.877679 | 2020-07-05T02:27:53 | 2020-07-05T02:27:53 | 277,216,427 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 60,012 | c | //******************************************************************************
//
// Copyright (c) 2014 Advantech Industrial Automation Group.
//
// Oxford PCI-954/952/16C950 with Advantech RS232/422/485 capacities
//
// This program is free software; you can redistribute it and/or modify it
// under the terms of t... | [
"suchao.wang@advantech.com.cn"
] | suchao.wang@advantech.com.cn |
d629aa4f11b582fadafd4e41c49e5965170f4dbf | 191707dd19837f7abd6f4255cd42b78d3ca741c5 | /X11R2/X.V11R2/lib/Xt/StringDefs.h | 84ed74afbd6b960f9bfc8b023276fa42f6ac5f22 | [] | no_license | yoya/x.org | 4709089f97b1b48f7de2cfbeff1881c59ea1d28e | fb9e6d4bd0c880cfc674d4697322331fe39864d9 | refs/heads/master | 2023-08-08T02:00:51.277615 | 2023-07-25T14:05:05 | 2023-07-25T14:05:05 | 163,954,490 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,056 | h | /*
* $Header: StringDefs.h,v 1.31 88/02/26 12:51:19 swick Exp $
*/
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
All Rights Res... | [
"yoya@awm.jp"
] | yoya@awm.jp |
8fa52c8c03afcc49ba88dfa7883e9364df3bd9d1 | 036786913aa1cd6f55377fc25ec5467930c9eae6 | /libft/ft_strnstr.c | 6d15528e86e182a31ce30b617e75c8e2962f721e | [] | no_license | semen121v/push_swap | dab8b70659848d450737e8e231b666005e44f788 | 3eebf3481f5a0e821e004039c62735129dd4698c | refs/heads/master | 2020-06-19T15:14:34.946895 | 2019-07-29T13:19:24 | 2019-07-29T13:19:24 | 196,758,139 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,019 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strnstr.c :+: :+: :+: ... | [
"fshade@oa-m1.21-school.ru"
] | fshade@oa-m1.21-school.ru |
8fcddf3a2ee78af4a0c32b31c9fd6887bef7db89 | 5adad1732248508e80c659d204cf9ad5ec7d751e | /source/VisionTest/MPU/src/vision/opticflow/nrutil.c | 57f48a19f9fb4e88152de1d7acbd8c849c00574f | [] | no_license | OpenUAS/userspace-dspbridge | 1e355a8a7b3f6c89e5b4617c6a7d89c11e13f2af | 342b027b642eed909e232b2bc1fa144fb0a94c8c | refs/heads/master | 2021-01-22T14:46:48.220040 | 2014-09-15T14:29:23 | 2014-09-15T14:29:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,071 | c | #if defined(__STDC__) || defined(ANSI) || defined(NRANSI) /* ANSI */
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
#include "nrutil.h"
#define NR_END 1
#define FREE_ARG char*
void nrerror(char error_text[])
/* Numerical Recipes standard error handler */
{
fprintf(stderr,"Numerical Recipes run-time error... | [
"dewagter@gmail.com"
] | dewagter@gmail.com |
69b7eeaba5237bfbe3afa8336537f852aea0f9f3 | b2609b3ab40250af6380e01e4637d7f6635e5506 | /sources/inputs/srcs/ft_inputs.c | 7000b4b2b0570d5e4a99552d5538e6d3eecac96e | [] | no_license | Elytum/IRC | 6665af2ae4d5fd0778e24e0f29dca38ade487e81 | 2cd9e5649eec95428d700a442d6d09ff663f3925 | refs/heads/master | 2020-05-20T10:30:30.600265 | 2015-09-30T13:11:12 | 2015-09-30T13:11:12 | 37,179,723 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,940 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_inputs.c :+: :+: :+: ... | [
"achazal@e1r6p21.42.fr"
] | achazal@e1r6p21.42.fr |
44558390534dea94ea4cbb355860cc16bb2df791 | 5764d02ba6b646fe747df55ffc24fb461f5ad380 | /myexample/myproduct.c | d20a26f3eed9b78181e666e267fc520351155115 | [
"MIT"
] | permissive | 2lchanm1/jsmn | 4d544c558c5db4e7ea6684fa13ce70d29a91e2c9 | 31eafd09a4b27a5f10e0414018b7512533170d65 | refs/heads/master | 2020-03-17T09:33:07.954575 | 2018-06-05T09:24:42 | 2018-06-05T09:24:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,317 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../jsmn.h"
#include <string.h>
#include "myproduct.h"
/*
* A small example of jsmn parsing when JSON structure is known and number of
* tokens is predictable.
*/
char *readJSONFile() {
char filename[30];
printf("원하는 파일 명 입력:");... | [
"21500572@handong.edu"
] | 21500572@handong.edu |
a47b217b3915417dd79703778c43ab8b378a1b63 | 470d43d78bc0d90ec0d2c125c1fc540172ff67c5 | /Pods/Headers/Public/openssl-syswin/openssl/asn1.h | c10a03c79d946abdadc50e24391b4907fab30642 | [] | no_license | likuiliang/syswinCert | 718c859f1a0d6b7fa2fe642439008a272c92e44b | 5bfccc604246b884bb77a8a64f44b5a51f939751 | refs/heads/master | 2020-05-26T06:56:58.099713 | 2019-05-31T08:44:09 | 2019-05-31T08:44:09 | 188,141,853 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 41 | h | ../../../../openssl-syswin/openssl/asn1.h | [
"likuiliang@syswin.com"
] | likuiliang@syswin.com |
7193247c5f29dcaa055d35a03677ecbc4da57a8d | 343a2d6e920d88cf97475752d36e0d86acd62ab3 | /libraries/Net/tftp.h | 42c402d948ed4c61f9cd43cebfdf809cf27e2fe2 | [] | no_license | racribeiro/R2C2-Firmware-OS | d4f31f4e2b8dbea9a8ab77e92e495738645a7023 | 8aa5dd8fed2bd48c0c60cc356bca42178813f523 | refs/heads/master | 2020-05-19T16:03:56.732803 | 2012-03-28T23:23:51 | 2012-03-28T23:23:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 856 | h | /********************************************************************************************************
* TFTP packets *
********************************************************************************************************/
#define MAXTFTP 512
#define TFTPORT 69 // Triial ... | [
"racribeiro@gmail.com"
] | racribeiro@gmail.com |
55af7080b4a650473c0f5d945b83fa2f5e899df8 | 86615cc034e720c329883bc4884238da48bc0c40 | /Disassembler/libft/src/ft_strmjoin.c | e57041afeeb93baad39068d18d96fec0982417ab | [] | no_license | KomissarovSemyon/Corewar | 9a6266511c61bbf42b60818ee7389fccbf396a8b | e507ed626b5496693b91efc1ba44ee8666d5d06f | refs/heads/master | 2020-05-16T18:01:09.051073 | 2019-04-24T11:16:08 | 2019-04-24T11:16:08 | 183,212,774 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,321 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strmjoin.c :+: :+: :+: ... | [
"amerlon-@student.21-school.ru"
] | amerlon-@student.21-school.ru |
73940815e62fff82c567c2facac2d8046c19bd93 | 23b51537dcf80814b738cac56ea818f3077c5ae3 | /adk/src/domains/audio/fit_test/fit_test.h | f4496701bcaf58e236d6f8df2873d18f4c2e98a3 | [] | no_license | yijiangnan2002/304Xv265 | b7be555d32c53d31194949a73b299449f1cf795c | 1aa8eb42ade66dfde3895bfbc4485737ce2f07af | refs/heads/main | 2023-07-19T09:20:53.725258 | 2021-09-08T09:12:53 | 2021-09-08T09:12:53 | 397,194,606 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,290 | h | /*!
\copyright Copyright (c) 2021 Qualcomm Technologies International, Ltd.
All Rights Reserved.
Qualcomm Technologies International, Ltd. Confidential and Proprietary.
\file fit_test.h
\brief Wear detect implementation header file.
*/
#ifndef FIT_TEST_H_
#define FIT_TEST_H_
#includ... | [
"harry.huang@eastech.com"
] | harry.huang@eastech.com |
cb01b52bb234dcf3279e23e1e9891ea38cc02b96 | 2965993713a36f622cbaa58a658353d4fcbe1a64 | /Classes/HelperClasses/SynthesizeSingleton.h | d65fea0f35173bc9ad8d514b205ea87c3152b357 | [
"MIT"
] | permissive | TMG-nl/HyvesApiLibrary | 480ff42c188f87396d9155897e24a711eda662de | 0d0f242ff54d60d7a5b12b59f0a3d30ce23581fc | refs/heads/master | 2021-01-16T17:40:32.376307 | 2011-09-07T09:28:09 | 2011-09-07T09:28:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,543 | h | //
// SynthesizeSingleton.h
// CocoaWithLove
//
// Created by Matt Gallagher on 20/10/08.
// Copyright 2009 Matt Gallagher. All rights reserved.
//
// Permission is given to use this source code file without charge in any
// project, commercial or otherwise, entirely at your risk, with the condition
// that any ... | [
"serieux_chat@hotmail.com"
] | serieux_chat@hotmail.com |
9dde625b795050d9e4a672cb24f602dc937a91c1 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/crypto/extr_rsa-pkcs1pad.c_pkcs1pad_decrypt.c | 14da7fa5087f44b666819730e835212d48fdad7d | [] | 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 | 2,865 | 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 |
44e343705cc723d3864c555316c768dd7281f39c | 7cca837eeb715a7d576c1bc485608ad641125390 | /mpi-merge-sort/merge_sort.h | 86a11c9bcf435c02219b640d0f3301c9e805200e | [] | no_license | sontung/parallel-programming | 92cdb1a59a06d0a25d3153e70f7c2ff1d8b31bdb | e6125f45026139b3271b6b8f4935ebbe345c871c | refs/heads/master | 2021-10-28T07:06:05.813812 | 2019-04-22T16:05:55 | 2019-04-22T16:05:55 | 124,799,276 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 266 | h | #ifndef MERGE_SORT_H
#define MERGE_SORT_H
#include <cstdio>
#include <mpi.h>
void merge(int* arr, int l, int m, int r);
void mergeSort(int* arr, int l, int r);
int* mergeSortMPI(int* arr, int l, int r, const int rank, const int world_size);
#endif // MERGE_SORT_H
| [
"tung.nguyenson1404@gmail.com"
] | tung.nguyenson1404@gmail.com |
49a9545607cd0b0c92477575a1701884007d6888 | e6c27f9e2cc81f40f4c3d425e3d119896dcd053b | /archive/getAverage.c | 32486c119d572ac65ae93d0f6926c018c0cc409e | [] | no_license | trinidadgithub/c | c1a15e9ac3a12adcc90f21ac09e78f2d63935493 | 8b2bbada36728475604d78f88cad50b81294d46e | refs/heads/master | 2023-04-15T19:29:00.697805 | 2021-05-05T15:38:31 | 2021-05-05T15:38:31 | 322,721,950 | 0 | 0 | null | 2021-05-05T15:38:32 | 2020-12-18T22:52:57 | C | UTF-8 | C | false | false | 164 | c | double getAverage(int arr[], int size) {
int i;
double avg;
double sum = 0;
for (i = 0; i < size; ++i) {
sum += arr[i];
}
avg = sum /size;
return avg;
}
| [
"trinidad.marroquin@gmail.com"
] | trinidad.marroquin@gmail.com |
83c1b313691bcd58f282027431045fe14634b518 | 0cc4eb3cb54f8394c127ace62d3108fdb5230c85 | /.spack-env/view/include/msgpack/predef/os/bsd.h | 956614892c04008f7859757e65bd0ce2da5e11b9 | [] | no_license | jacobmerson/spack-develop-env | 5b2d76f58c0b64ae97c64f77a3c4d33a770c71c8 | 5fca20ca343b1a76f05fc635c87f94ed25417d94 | refs/heads/master | 2022-07-04T02:22:50.264727 | 2020-05-06T05:13:50 | 2020-05-06T05:13:50 | 261,657,112 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 144 | h | /lore/mersoj/spack/spack/opt/spack/linux-rhel7-x86_64/gcc-7.3.0/msgpack-c-3.0.1-3mwmit65papgxaz7vlmqwx6pcjzah67z/include/msgpack/predef/os/bsd.h | [
"mersoj@rpi.edu"
] | mersoj@rpi.edu |
fd424f4d8b97cada05c9143dbdc9299ef5dce935 | 66048ad88a9eb12a8ebbf5a88f8c715fabe140f4 | /testmakefingerprint/src/main/cpp/imagemanip.h | fb75bf7bf4e798f948ec4261c8a8e387aece76b4 | [] | no_license | Yuangudashen/TestCpp | c4bf0b9e20cfbfbea1aa63f1aa3b877f31ab6d2d | 5334b14782acc969fc823c6da5995bb4e2fa4ff8 | refs/heads/master | 2020-03-19T01:05:57.426931 | 2018-05-31T02:44:34 | 2018-05-31T02:44:34 | 135,522,647 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 6,596 | h | /*#############################################################################
* 文件名:imagemanip.h
* 功能: 实现了主要的图像处理操作
* modified by PRTsinghua@hotmail.com
#############################################################################*/
#if !defined FVS__IMAGEMANIP_HEADER__INCLUDED__
#define FVS__IMAGEMANIP_HEADER_... | [
"15737939317@163.com"
] | 15737939317@163.com |
f5bc59562808da02327244c7c6b9c853d256d6b3 | 746d5e4224c72daf93fbc48499ca44026f772b50 | /MiniOS/kernel/fs/impl/implcache.c | cfeb06f219ab16dde036500a5da8a5fffce2cd2f | [] | no_license | temple233/OSProject | efe13a48e2e8f60caeb5f189149f2470a956ab4b | 3088f4262a66bea5e2e626b558ee04dbb256c1cd | refs/heads/master | 2020-04-06T13:19:12.119215 | 2019-01-13T15:03:13 | 2019-01-13T15:03:13 | 157,494,344 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 12,775 | c | #include <zjunix/fs/impl/implcache.h>
#include <zjunix/log.h>
#include <zjunix/slab.h>
#include <zjunix/utils.h>
#include <driver/vga.h>
// 公用缓存
struct cache * dcache;
struct cache * pcache;
struct cache * icache;
// 缓存操作函数
struct cache_operations dentry_cache_operations = {
.look_up = dcache_look_up,
.ad... | [
"3160101819@zju.edu.cn"
] | 3160101819@zju.edu.cn |
821482e2f89ac089ae32155c773e65deb5b4e3a8 | 7751557766653decf1b59563c6713a2379e74958 | /MRF_MiWi_v5_0_0/framework/driver/wifi/mrf24w/src/drv_wifi_console_iwconfig.c | abbb0548d698b58348823c3334d3c4e50b982866 | [] | no_license | martinshay/MRF-MiWi | 5b0908ad233d9853451aa77b6b86a47f9fc80e5d | f4b3803c4d3ab26ec511e43101b017311699f1a3 | refs/heads/main | 2023-08-22T04:34:04.196778 | 2021-11-01T15:48:00 | 2021-11-01T15:48:00 | 421,643,688 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,400 | c | /*******************************************************************************
Company:
Microchip Technology Inc.
File Name:
drv_wifi_console_iwconfig.c
Summary:
Module for Microchip TCP/IP Stack
-Provides access to MRF24W WiFi controller
-Reference: MRF24W Data sheet, IEEE 802.11 Standard... | [
"martin.shay@microchip.com"
] | martin.shay@microchip.com |
7902b826ad96c6dd66f81d8c98c1543aa0f532ba | 4b4ad0481e9671e68c0f68c1824017def72f8bf3 | /AR-Application-Scherf_neu/Builds/Il2CppOutputProject/Source/il2cppOutput/Il2CppGenericMethodTable.c | f3b78aa4a73f31ef3014a5ffa8cad7580f96da44 | [] | no_license | Orkanelf/MRRemoteGuiding | 8ce2643faaa4940ae4c470993787d3835f605d8b | fdb2d48b9e14e25505a00fa3dfa611be36f4bae5 | refs/heads/master | 2023-07-31T15:39:41.015587 | 2021-09-18T16:27:37 | 2021-09-18T16:27:37 | 407,905,882 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,970,234 | c | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
extern const Il2CppGenericMethodFunctionsDefinitions s_Il2CppGenericMethodFunctions[];
const Il2CppGenericMethodFunction... | [
"50009504+Orkanelf@users.noreply.github.com"
] | 50009504+Orkanelf@users.noreply.github.com |
f32987732bd757b93e8d01a16ea9afe45cecbe77 | 80639c5e6d927756ebb3e2a02bc81c8458c34fd9 | /Prova1-ex2.c | 8bd3a1d30d1e4c30157969b2f20d7b3eb21f302d | [] | no_license | vitorlc/ED-2019-2 | ca53a82568fb43f540f18621edd140c03b16f080 | acf26e9840c97723e0e08852c5521b5caaee195b | refs/heads/master | 2020-07-23T01:39:07.640377 | 2019-12-14T21:57:37 | 2019-12-14T21:57:37 | 206,423,162 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,231 | c | #include <stdio.h>
int main()
{
void insertionSort(int arr[], int tam);
void printResultado(int arr[], int tam);
void verificaPosicaoPrimo(int arr[],int primos[], int tam);
int vetorPrimo(int tam);
int tam, i;
scanf("%d", &tam);
int arr[tam], resultado[tam];
for (i=0; i<tam; ... | [
"vitor_cirqueira1@hotmail.com"
] | vitor_cirqueira1@hotmail.com |
e957068dfdb9f6ee4e12b7a31d68fd64aadcf78b | 57091f6b809027a73ab49ecf4931153c93701d6a | /linux/6bcd993a6499eb6337ae2a2d202f63f85c5565c5.c | b88b396953ac2577288aea18bb1206de58a028a3 | [
"Apache-2.0"
] | permissive | dvyukov/syzkaller-repros | 660997cfa055d79a552bb9ebeda90b48e1599df3 | 026c8891a19e672bba71481be250080e1a302ed8 | refs/heads/master | 2022-06-01T18:03:25.480964 | 2022-05-16T07:36:42 | 2022-05-16T07:39:01 | 213,603,012 | 39 | 11 | Apache-2.0 | 2022-05-16T07:39:02 | 2019-10-08T09:36:27 | C | UTF-8 | C | false | false | 15,401 | c | // INFO: rcu detected stall in dummy_timer
// https://syzkaller.appspot.com/bug?id=6bcd993a6499eb6337ae2a2d202f63f85c5565c5
// status:open
// autogenerated by syzkaller (https://github.com/google/syzkaller)
#define _GNU_SOURCE
#include <dirent.h>
#include <endian.h>
#include <errno.h>
#include <fcntl.h>
#include <sig... | [
"dvyukov@google.com"
] | dvyukov@google.com |
ceb9b6b300c14a244d252ed9bd273e5a232f8c10 | cc49413d53d984052578ea1fa05d856192174904 | /openairinterface5g-develop/openairinterface5g-develop/openair2/GNB_APP/L1_nr_paramdef.h | 67be560778b9848ffe29e254d75f788988b06be6 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"BSD-2-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-generic-cla"
] | permissive | 542537372/5g_saveback_2021_0301 | 578fc639a4b861d705aea9363fe00485f5a8d289 | e406e2bcce7a3690a6d013d06dfb8374c78ed22b | refs/heads/main | 2023-06-03T21:13:38.030641 | 2021-06-17T09:30:17 | 2021-06-17T09:30:17 | 377,680,536 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,353 | h | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the OAI Public Lic... | [
"542537372@qq.com"
] | 542537372@qq.com |
958d489b18642de754020f1375ef6e3b14e39590 | 73e8d06f010a82d6d72f304ed31b80dfec7ba74d | /src/libunixonacid/ipc_timed_send.c | e1e75a4d67e6184a6af7263e9be67ed15c0141c8 | [
"ISC"
] | permissive | apapacy/skalibs | 99059fa45256fb4c6bbe745bf8f8e0a71af04b8f | 3aad40d38f3cba359f78f81dd27b420d19aa45b7 | refs/heads/master | 2022-12-09T06:37:06.154645 | 2020-09-18T09:35:43 | 2020-09-18T09:35:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 806 | c | /* ISC license. */
#include <skalibs/nonposix.h>
#include <sys/socket.h>
#include <errno.h>
#include <skalibs/posixishard.h>
#include <skalibs/error.h>
#include <skalibs/iopause.h>
#include <skalibs/unix-timed.h>
int ipc_timed_send (int fd, char const *s, size_t len, tain_t const *deadline, tain_t *stamp)
{
iopau... | [
"ska-skaware@skarnet.org"
] | ska-skaware@skarnet.org |
cee9fae157c4e52047c750e2e68dcc705c36ffc9 | 06486020f7d4f8245250e716073e2039cd8ef840 | /Pia-no-dash/project.IOs/Project.IOs/Classes/Native/UnityEngine_UI_UnityEngine_UI_Image_Origin180MethodDeclarations.h | 92c034fe707c05e55e7dae39c6d062c4fd3750f8 | [] | no_license | hoangwin/2-ca-rs-tim-berman | df95d958c82cf8b8f4172b2c2d49cd6c294100f4 | 1470153378864b77237196be7f1ca9e2809e8998 | refs/heads/master | 2021-01-09T20:48:17.806165 | 2016-07-07T08:17:52 | 2016-07-07T08:17:52 | 39,478,909 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 172 | h | #pragma once
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
// UnityEngine.UI.Image/Origin180
struct Origin180_t469;
| [
"hoang.nguyenmau@hotmail.com"
] | hoang.nguyenmau@hotmail.com |
d4a8790f15949ba3987003d85c835ce1a109a524 | 556b467b0e31835de656c71a8f4e0bfd4acb7442 | /d/path5/w13.c | 9b8302474cf1bb042b83064daa108a3c790866b1 | [] | no_license | afeizh/txmud | a4a48cb663eccfdf5aa0b951d34e93437a17c9fa | 717c8ef173bff8abe27e00fb8dc150cbf02b3c3a | refs/heads/main | 2023-08-07T20:33:48.154233 | 2021-09-16T15:34:37 | 2021-09-16T15:34:37 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 547 | c | // Room: /d/path5/w13.c
inherit ROOM;
void create()
{
set("short", "高原小路");
set("long", @LONG
这是一条荒凉的高原小路,你抬眼看去,只见前后左右都是
半人多高的杂草,一眼看不到边际。不时有风吹过,晃动的高草
就像大海波浪此起彼伏,却看不到一丝人迹。
LONG
);
set("exits", ([ /* sizeof() == 3 */
"eastdown" : __DIR__"w12",
"westup" : __DIR__"w14",
]));
set("outdoors", "path5");
// ... | [
"i@Mud.ren"
] | i@Mud.ren |
2026dde03b5ade74cbdb6b39453a2832592a2aaa | 7bf28f2f455f72322f3ad358cd01e044f541742c | /Z_Old/caspl/labs/4/task2c/main.c | dba174093f9f4f651d1655e009b545f9bd76550c | [] | no_license | Moo64c/Computer-Science-Classes | 5ed0986b5b359d2ec500dd8754a1dc6c7ade7ea1 | d999ac10189bfb2b5d39a28007bcc32e1e030eb3 | refs/heads/master | 2021-04-06T20:47:59.477280 | 2018-07-31T12:53:27 | 2018-07-31T12:53:27 | 125,270,036 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,473 | c | #include "util.h"
#include <dirent.h>
#define STDIN 0
#define STDOUT 1
#define DT_REG 8
/*System function numbers. */
#define SYS_EXIT 1
#define SYS_READ 3
#define SYS_WRITE 4
#define SYS_OPEN 5
#define SYS_LSEEK 19
#define SYS_GETDENTS 141
void writeOut(char * str, int length);
void infector(... | [
"amirarbel@gmail.com"
] | amirarbel@gmail.com |
80dc0a4cced90d73746a11e4be6803cc0f5c3586 | 60dfddf1bad4c3fb470c67a713f6e682941f1b8b | /component/common/network/lwip/lwip_v2.0.2/src/core/dns.c | 194751de2f3fce5d95d7ed89d2e9ed1d18c13096 | [
"BSD-3-Clause"
] | permissive | weichihl/KVS_WebRTC_on_AmebaPro | c0002841dc7933739b2e32b14f0fbb309de14347 | 6682a587031666f57566e1c565a91b39292d2ba9 | refs/heads/main | 2023-07-17T05:01:40.756390 | 2021-08-23T04:54:57 | 2021-08-23T04:54:57 | 398,949,411 | 0 | 2 | null | 2021-08-23T02:21:06 | 2021-08-23T02:21:05 | null | UTF-8 | C | false | false | 51,281 | c | /**
* @file
* DNS - host name to IP address resolver.
*
* @defgroup dns DNS
* @ingroup callbackstyle_api
*
* Implements a DNS host name to IP address resolver.
*
* The lwIP DNS resolver functions are used to lookup a host name and
* map it to a numerical IP address. It maintains a list of resolved
* hostname... | [
"hungtselee@realtek.com"
] | hungtselee@realtek.com |
44c50d9b3db06f478a3aa93ced2398148d88461b | 4ebcf3984c89317d095a05f83d8374a34545bc67 | /src/omapfb-driver.h | de6103af66d7c939198a061516db1e38cce462d3 | [] | no_license | djwillis/xf86-video-omapfb | dc4f7f885d0b0fcff515ad92592816e01f8ae58b | db636c8436265c3d86c5b8e00785e45d55825c80 | refs/heads/master | 2020-06-04T12:23:13.665055 | 2010-03-03T18:35:22 | 2010-03-03T18:35:22 | 211,755 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,689 | h | /* Texas Instruments OMAP framebuffer driver for X.Org
* Copyright 2008 Kalle Vahlman, <zuh@iki.fi>
*
* Permission to use, copy, modify, distribute and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the above copyright notice appear in all copies and that ... | [
"zuh@iki.fi"
] | zuh@iki.fi |
271567d0e90dd47d91619e07262b913911bf05dc | d1bfc2485ab7c37a7edf093e3c58d93627294afa | /srcs/normals/normal_plane.c | 6d3ff0e9e6c5084ce5f7327e1750cda10e0fcde3 | [] | no_license | yoouali/RT | 08c240710f54e4c1bafd0c00de543caca9f09938 | d0495ab85dfce5b22e6a04a07ad5512ecce25e1b | refs/heads/master | 2023-04-05T01:51:00.654876 | 2021-04-30T15:18:40 | 2021-04-30T15:18:40 | 348,310,938 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,107 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* normal_plane.c :+: :+: :+: ... | [
"youssefoualifessuoy@gmail.com"
] | youssefoualifessuoy@gmail.com |
e354a68deea60f93e1f242f1fe6fa0899f0ac410 | 4e1b9d1921baf354e31f6350a2893663eea9a2af | /Ch21/print-file.c | b06fd339043423e068250d14d95111b1d4b62499 | [] | no_license | kuma0416/demo | a686e36dec5f6140234e13efffefd40023e1acba | f0839d480e543ccc2cc93ab53be0808d7e8d3515 | refs/heads/master | 2020-05-07T14:38:04.698721 | 2020-04-20T08:31:13 | 2020-04-20T08:31:13 | 180,602,132 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 362 | c | #include <stdio.h>
#include <assert.h>
int main(int argc, char *argv[]){
int i;
FILE *fp;
int c;
for(i=1;i<argc;i++){
printf("\n----------------------\n");
printf("file = %s\n", argv[i]);
fp = fopen(argv[i], "r");
assert(fp != NULL);
while((c=fgetc(fp))!=EOF)
... | [
"a24350845@gmail.com"
] | a24350845@gmail.com |
d17a6c09d7119fbaf2011f07c8f6ce770c731d01 | 9c44d39a0d0c8aa4af6780e24c49630195354d09 | /Bachelors/Sem III/Data Structures II/bst.c | 74da47c521b073aab645d96354303b6a08020bad | [] | no_license | smk612/legacy-code | 5f6e744b5ac4769ebc55f9fed8f66bd8583c28b6 | 89313f3ed0c644276f6b613e32e84d0040ea705c | refs/heads/master | 2020-04-18T17:00:28.883759 | 2020-04-05T06:59:17 | 2020-04-05T06:59:17 | 167,645,222 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,895 | c | #include <stdio.h>
#include <stdlib.h>
struct node
{
int data;
struct node *left;
struct node *right;
};
struct node* insert(struct node **root,int item)
{
if(*root==NULL)
{
struct node *temp=(struct node *)malloc(sizeof(struct node));
temp->data=item;
temp->left=NULL;
temp->right=NULL;
*root=temp;
pri... | [
"noreply@github.com"
] | smk612.noreply@github.com |
99b23c783d1160f05f7e88dc9aa2cf0481f6ecc4 | b1d500a451cd9852089bf3d97e829df069daa9c8 | /Images/MC/Dilution/dMu/5.4e-18/VertexGraphs_S0_BQ.C | edee8c2cabb138cd83e7c3b8041c519b616f940d | [] | 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 | 6,505 | c | void VertexGraphs_S0_BQ()
{
//=========Macro generated from canvas: S0/
//========= (Tue Dec 7 01:11:48 2021) by ROOT version 6.24/04
TCanvas *S0 = new TCanvas("S0", "",0,0,800,600);
S0->SetHighLightColor(2);
S0->Range(-133.5049,-0.015625,3378.193,0.140625);
S0->SetFillColor(0);
S0->SetBorderMode(0);
... | [
"samuel.grant94@gmail.com"
] | samuel.grant94@gmail.com |
6a3841c0525973895b949e2908638d775793cb73 | be2749321e9d39e943697bc1e89f887917f63bfd | /Parcial I/Picateclas/Parcial II/Ejercicio64_final.c | ced0a6d822edd27d96790948cecdf38e87013f17 | [] | no_license | HikingCarrot7/Programacion_Estructurada | af6460c113e9bac1d1b92c7decbba6dc96ff7b2d | 95bdb12a78a528ac1e829ce2e5bfa9b38377cd7e | refs/heads/master | 2020-04-24T03:50:27.267959 | 2019-07-22T15:25:14 | 2019-07-22T15:25:14 | 171,683,428 | 1 | 0 | null | 2019-07-22T15:25:15 | 2019-02-20T14:00:41 | C | ISO-8859-2 | C | false | false | 2,662 | c | /*
Nombre Equipo: Picateclas
Autores:
Durán Matos Juan José
González Bautista Noé Alejandro
López Madera Fernanda Jacqueline
Version: 1.0.1
Descripcion: Que lea una matriz de 15 X 13 elementos y que calcule e
imprima lo siguiente:
a) El elemento menor del arreglo.
b) El total de elementos negativos de la fila 10 a la 1... | [
"lookingyeppeo@gmail.com"
] | lookingyeppeo@gmail.com |
2057c9e89d811fef6b592b3338e75138d0a94abb | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/ffmpeg/libavfilter/preserve_color.h | 158ee226bb9ef0265eb40514601b22b5bcffee45 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"LGPL-2.1-only",
"LGPL-3.0-only",
"GPL-2.0-only",
"LGPL-2.1-or-later",
"GPL-3.0-or-later",
"LGPL-3.0-or-later",
"IJG",
"LicenseRef-scancode-other-permissive",
"GPL-2.0-or-later",
"GPL-3.0-only"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C | false | false | 2,391 | h | /*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* FFmpeg is distributed... | [
"jengelh@inai.de"
] | jengelh@inai.de |
5e27a5239592f660f8b677b9fa37bd95486f6807 | 66b56f8e01c3f9bb3cd86a412b850291ee4bd7c3 | /all/geeks.c | 7a4b4a7184bac0f9549e32e0f8f71e1641212454 | [] | no_license | arikhativa/infi | d6cd490fc9939bf927e1c6abf8847b3667c1d604 | e1e47d0bc62d52b92d7b0c8afc43695fe8639c79 | refs/heads/master | 2020-06-25T10:53:06.801593 | 2020-02-04T14:10:44 | 2020-02-04T14:10:44 | 199,287,862 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,347 | c | // Server program
#include <arpa/inet.h>
#include <errno.h>
#include <netinet/in.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <unistd.h>
#define PORT 5000
#define MAXLINE 1024
int max(int x, int y)
{
if (x > y)
return x;
e... | [
"yoavrbb@gmail.com"
] | yoavrbb@gmail.com |
f212807ef7e464ee63ccf9a86d69d98be6ddd249 | ddd78f9a0185c92b9a292dea61901362cf75bdf4 | /driver/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/hal/hal_btcoex.c | 4205cd11ce7016faa520b12f158fca95b50dcfd2 | [] | no_license | klx3300/realtek-rtl8821AU-driver-linux | d9376649abb26d8d5bf7991e54fd000104f534d1 | 48b5f55684c89fa232ab3b59b909994d0a88d925 | refs/heads/master | 2021-01-13T02:45:27.957710 | 2017-06-04T02:22:08 | 2017-06-04T02:22:08 | 76,954,002 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 93,540 | c | /******************************************************************************
*
* Copyright(c) 2013 Realtek Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free So... | [
"inc19991@gmail.com"
] | inc19991@gmail.com |
d4e38d95da2b9e168caaa9321077c8afa833a607 | 05b458a94b13328c4ab0bb474513e69c5f253ec0 | /analysis-sources/vlc-analysis/_cppstats/vlc/modules/hw/vaapi/decoder_device.c | 33079dcb054f7c4e2244d020692c0422c5326b47 | [] | no_license | paulobernardoaf/dataset-files | c7b3a5f44f20a6809b6ac7c68b9098784d22ca52 | 6cc1726ee87e964dc05117673e50e3e364533015 | refs/heads/master | 2022-04-23T06:52:15.875641 | 2020-04-25T18:28:48 | 2020-04-25T18:28:48 | 253,626,694 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,813 | c | #if defined(HAVE_CONFIG_H)
#include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_vout_window.h>
#include <vlc_codec.h>
#include <vlc_fs.h>
#include "vlc_vaapi.h"
#include <va/va_drmcommon.h>
#if defined(HAVE_VA_WL)
#include <va/va_wayland.h>
#endif
... | [
"paulomax9002@gmail.com"
] | paulomax9002@gmail.com |
031b23728bcb4fca37608561246a42676dbf1ee0 | 288f9b52c06a0ec4bbf2d6ecf93b164614912ec4 | /mymath.h | 70bfdaa0b1a946852b06ded59a68c7d685f4c3e5 | [] | no_license | hsantila/poreproject | 0616194e7c71526a08a95eb159831fcaac4c6728 | d993ce48e6328878ca57a5fb4febbebd8ffb4483 | refs/heads/master | 2021-01-10T10:07:32.398675 | 2016-01-20T15:21:15 | 2016-01-20T15:21:15 | 49,201,946 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 423 | h | /*------------------------------------------------------------
HEADER-FILE for mymath.c
------------------------------------------------------------*/
#ifndef MYMATH_H
#define MYMATH_H
#define PI 3.14159265358979323846264338328
extern double dmax(double, double);
extern double dmin(double, double);
extern double ... | [
"hanne.antila@gmail.com"
] | hanne.antila@gmail.com |
e926efffd5c88ec81681096a3a6dfafdf2014d80 | 2d801b48d39091cb1479b49345e97cf82a59c64e | /Lab_Assignments/Assignment5/Home/Evaluation/CS15B034_HOME/Code/stack.c | d505dc71fbb01c15a58b6462a11f70aed4ac7d00 | [] | no_license | abhicse32/9th_Sem_DSP | 5f05e248965f2cded6f7b80d0d23828e14ecf1b8 | 98592136519c0fca953e85e31439b5e5fd57646b | refs/heads/master | 2020-12-07T15:23:32.533013 | 2018-09-27T15:38:51 | 2018-09-27T15:38:51 | 95,485,004 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 842 | c | //stack.c by Raghavan S CS15B034 Home Assignment 5
#include "stack.h"
#include "List.h"
#include <stdio.h>
#include <stdlib.h>
// create a new stack
stack* stack_new()
{
stack *q = (stack*)malloc(sizeof(stack));
q->top=llist_new();
return q;
}
// push an element on the stack
void stack_push(stack *q, int data)
... | [
"abhi92914@gmail.com"
] | abhi92914@gmail.com |
3e733458cada5088275a86a0d9c9f9a0e523e3cd | 1de20e1cca290bbd276778ba379bc913ac974580 | /Parcial1-verCORRECCION/main.c | 5ee063d6644aa9dd1c18663d0d0e96fc28e9bcf1 | [] | no_license | maguiag/ProgLab2C | ed29086581cf1c0403ac4faaf46cfa3f0369a4fc | 8fc72f26c710cb3640195e5a6b30eba18173b89e | refs/heads/master | 2020-03-27T04:11:08.159841 | 2019-07-04T21:46:30 | 2019-07-04T21:46:30 | 145,918,878 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,622 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include "utn.h"
#include "cliente.h"
#include "afiches.h"
#include "informes.h"
#define QTY 100
#define VENTAS 1000
int main()
{
Cliente clientes[QTY];
Afiches afiches[VENTAS];
int auxId;
int menu;
int auxVent... | [
"noreply@github.com"
] | maguiag.noreply@github.com |
ed19b730e1f41256747158170a06eab063542e6e | 8ee288e42b0f35a97931cf2b2f13f1f2daa6e372 | /Pods/Headers/Private/WhirlyGlobe/ViewPlacementGenerator.h | 1f38e155d6fcd9fcfa9d45261af482a732224ee9 | [
"Apache-2.0"
] | permissive | jcollas/WhirlyGlobeSwift | 1c5b8ea86563920cea2bf94d003b80fab048bd03 | 6847f52b9f1da669270d27377e6d0f93ab8d7e44 | refs/heads/master | 2021-01-01T06:54:15.048589 | 2015-12-06T20:57:37 | 2015-12-06T20:57:37 | 23,664,616 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 83 | h | ../../../WhirlyGlobe/WhirlyGlobeSrc/WhirlyGlobeLib/include/ViewPlacementGenerator.h | [
"juan.collas@aboutobjects.com"
] | juan.collas@aboutobjects.com |
b956e6a4d21d3858a9c81f46e4ce53094aac660c | 7b55cacf46bf2fd6298315bccfa4b6f0375e3865 | /src/sys/dev/ic/pdqvar.h | 29cab60dda66ba0f571034c689b1302c33ac53d9 | [
"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 | 18,250 | h | /* $NetBSD: pdqvar.h,v 1.47 2012/10/27 17:18:22 chs Exp $ */
/*-
* Copyright (c) 1995, 1996 Matt Thomas <matt@3am-software.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redis... | [
"justin@specialbusservice.com"
] | justin@specialbusservice.com |
27b1f3ac8ab8b4251d5c7b1502c6847d2a529045 | 06e37183c5c8f741b4391cc5af186d49237ee206 | /volfs_mount/mount_volfs.c | d0d69c8dec8e9ca9563b509450e7865e90b0147e | [] | no_license | apple-oss-distributions/volfs | 3750a3307c8358cb6d0cddd41970c3e3b223dc43 | 401219cceeb5f23adea941de6f213a51c48d9014 | refs/heads/main | 2023-08-18T05:29:39.619184 | 2005-05-04T22:28:33 | 2021-10-06T05:40:38 | 413,590,820 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,760 | c | /*
* Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
* The contents of this file constitute Original Code as defined in and
* are subject to the Apple Public Source License Version 1.1 (the
* "License"). You may not use this file except in compliance with the
* ... | [
"91980991+AppleOSSDistributions@users.noreply.github.com"
] | 91980991+AppleOSSDistributions@users.noreply.github.com |
da57a6396209a9aab813a6af28fbd34976eabb50 | c609a1b47ed8a6da258e67bd978f79925a3a9f60 | /dix/eventconvert.c | e25f3ee9728403de1e0306b3ff32a0ba1450c212 | [
"SGI-B-2.0",
"HPND",
"MIT-open-group",
"BSD-3-Clause",
"LicenseRef-scancode-x11-adobe",
"LicenseRef-scancode-mit-old-style",
"HPND-sell-variant",
"ICU",
"X11-distribute-modifications-variant",
"LicenseRef-scancode-other-permissive",
"MIT",
"X11",
"LicenseRef-scancode-warranty-disclaimer",
... | permissive | rib/xserver | 4ee76c544d09692dc326fbe423d6a30af1b08da1 | a8b31eff24d5a1f750b867cd99231bb3d9233217 | refs/heads/xephyr-dri2 | 2021-01-11T11:05:06.940783 | 2009-10-29T17:58:32 | 2009-10-29T18:03:27 | 591,008 | 23 | 6 | NOASSERTION | 2020-10-02T08:30:55 | 2010-04-01T23:48:18 | C | UTF-8 | C | false | false | 22,127 | c | /*
* Copyright © 2009 Red Hat, 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, merge, publish... | [
"peter.hutterer@who-t.net"
] | peter.hutterer@who-t.net |
c6c772479e5a5daa2772a4e4827a31d9af3ab5c0 | f2dae47c206f9c21af1e2ab80e84f09fd59c31cc | /Test1/file2.c | f6abeefaf3da96f69fbccfe7bc53de82f1a95741 | [] | no_license | zhao-123456/WC | d8addd7757cb35a23ad75059eeaba167fedbb874 | 08335ef0ec44b552759eaa0448d7cf4f41d6260d | refs/heads/master | 2021-04-12T03:34:12.150453 | 2018-03-20T13:23:59 | 2018-03-20T13:23:59 | 125,947,338 | 0 | 0 | null | null | null | null | ISO-8859-7 | C | false | false | 515 | c | import java.util.Vector;
public class wordcount {
public static Vector<File> source;
public static int flag;
private File outfile;
public static String outpath;
private static OutputStream output;
/*ds
ΆΤ·½ΚΗ·ρΚΗ
sfs*/
public wordcount(Vector<File> source,String ou... | [
"noreply@github.com"
] | zhao-123456.noreply@github.com |
5e9b34df5787ead26951dba95f1b99b9989cadf5 | 172e45acfebb10edc0778546a98d1bfd14b05747 | /MikroMo_v0.2_Leiterwagen/src/memoryFunktionsabtastung.h | c750ae20963bc40c54c53d71ab6315fe468f53ea | [] | no_license | pEEcor/MikroMo | 02f7059a7284aa5c78165ac9fef89504664cbaa7 | ef820ab85958037a2102641ab50dc8ceb3d99c93 | refs/heads/master | 2021-01-17T13:21:31.997126 | 2016-04-26T21:04:15 | 2016-04-26T21:04:15 | 24,302,150 | 1 | 0 | null | 2015-11-22T21:11:56 | 2014-09-21T20:05:49 | C | UTF-8 | C | false | false | 252 | h | #ifndef MEMORYFUNKTIONSABTASTUNG_H
#define MEMORYFUNKTIONSABTASTUNG_H
void memoryFunktionsabtastung();
// Array mit Servowerten zum direkten Ansprechen des Horntinys -> Hupe
extern volatile uint8_t ServoValue[];
#endif // MEMORYFUNKTIONSABTASTUNG_H
| [
"pEEcor@xcor.org"
] | pEEcor@xcor.org |
24b0d9f0d1e7c1a262f3f769f1ce3779f0bfaf00 | 72bf1500edf4dd26631e0846a2920e90a4b701df | /src/exported.h | 7f0b1545e4f85eeee40b6edf09663640951edabd | [
"BSD-2-Clause-Views",
"BSD-3-Clause"
] | permissive | svetlin-mladenov/hercules | c04e1c509f80361c3a9f9ab213d5cb8c9591bc80 | ffbd50a4b6603eb4bfc3bf43f79c382a5a4b2f9e | refs/heads/master | 2020-05-30T22:17:38.870314 | 2015-11-29T17:04:59 | 2015-11-29T17:04:59 | 10,723,524 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 107 | h | #ifndef EXPORTED_H
#define EXPORTED_H
#define exported __attribute__((__visibility__("default")))
#endif
| [
"svetlin.mladenov@gmail.com"
] | svetlin.mladenov@gmail.com |
a85669f3df15c864f500287471726430572ba0f4 | 70c6f1c6119912baf13b1a142d0e53af35cfdf2f | /0x01-variables_if_else_while/3-print_alphabets.c | c53f25c2e542bb2a81613b4549413c5d567ee023 | [] | no_license | Frank-Grijalba/holbertonschool-low_level_programming | b33b4b67b6b8fbd01c0ab0cc7eaa24fe169e7237 | 1024b6081681492842a72e526ef9c3a3d253e1ed | refs/heads/main | 2023-07-08T00:28:10.676279 | 2021-08-31T19:47:26 | 2021-08-31T19:47:26 | 335,813,813 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 325 | c | #include <stdlib.h>
#include <time.h>
#include <stdio.h>
/**
* main - Entry point
*
* Return: Always 0 (Success)
*/
int main(void)
{
char chmin = 'a';
char chmay = 'A';
while (chmin <= 'z')
{
putchar (chmin);
chmin++;
}
while (chmay <= 'Z')
{
putchar (chmay);
chmay++;
}
putchar('\n');
return (0... | [
"fjgrijalba@gmail.com"
] | fjgrijalba@gmail.com |
0465eed78f17079bbf451c3611c034d3d45125e0 | 56576b96d8fa41c5ea11d966349fd9aab0c95b6f | /dominion/mutanttesting/notkilled/mutant102260_dominion.c | 8199679002b39c5f78c11268895dc97e01387d93 | [] | no_license | cs362sp16/cs362sp16_minnerp | 9f45847caa77acb4f390e07478139ac7dd681203 | 12cba30f398c2e18aa4b7138c6034503fba8624f | refs/heads/master | 2021-01-21T11:40:18.310073 | 2016-06-06T18:01:45 | 2016-06-06T18:01:45 | 55,734,691 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,220 | c | #include "dominion.h"
#include "dominion_helpers.h"
#include "rngs.h"
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
int compare(const void* a, const void* b) {
if (*(int*)a > *(int*)b)
return 1;
/* MUTANT (rep_op) */ if (*(int*)a <= *(int*)b)
return -1;
return 0;
}
struct gameState* newGame() {
str... | [
"minner.paul@gmail.com"
] | minner.paul@gmail.com |
ef53aa2ea16b1b5346c535c4bc5100e3acb1248b | f7b714e8bfecfa0f3df4c1f8e367005e51cc94c0 | /TechnologyPack/ASD-Purley/12-update-5.00/Modified_OpenSource/jtag_intel_socket_svr-src/ext_network.h | 9adfab67a7505a326b6e34babba3c1cff26bc627 | [] | no_license | ami-megarac/OSSW-v12-update-5.00 | 1f3e79f4c54518a007da0680bd6d26d14e218e71 | 51081f292423a6a7fbac3f3ab207ba106a26c693 | refs/heads/main | 2023-07-08T18:17:06.867766 | 2021-08-11T09:46:28 | 2021-08-11T09:46:28 | 386,598,287 | 2 | 2 | null | 2021-08-11T09:46:29 | 2021-07-16T10:29:19 | C | UTF-8 | C | false | false | 3,213 | h | /*
Copyright (c) 2018, Intel Corporation
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 of conditions and the following disclaime... | [
"prakashs@ami.com"
] | prakashs@ami.com |
e968b6c2bbe5507c2869c46bc7923a9b21b07751 | 708b6f2ffd86c5bcdad31417087f5154ddd17def | /embedded/cpu_test/berkely/TestFloat-3b/source/test_a_f32_z_f128.c | 9f6253873c139156b7651d7c40f1ddb1faf6bfbd | [
"BSD-3-Clause"
] | permissive | Winddoing/CodeWheel | a4209a79d37d51f3a8c8db02d6eb06d7d3c52e31 | 56707392b1fca1d5b1abe57a864bc844ae72284b | refs/heads/master | 2023-05-11T10:43:53.948980 | 2023-05-11T08:33:08 | 2023-05-11T08:33:08 | 37,588,342 | 6 | 5 | null | null | null | null | UTF-8 | C | false | false | 3,989 | c |
/*============================================================================
This C source file is part of TestFloat, Release 3b, a package of programs for
testing the correctness of floating-point arithmetic complying with the IEEE
Standard for Floating-Point, by John R. Hauser.
Copyright 2011, 2012, 2013,... | [
"wangquan.shao@ingenic.com"
] | wangquan.shao@ingenic.com |
65f1560f6016e412ae23ba5f47aa0d190ac3cbfd | b64541a146e063c56a27ac6e35f45c5eee180db6 | /hostname.c | e98f500827eb6afad28f8efd9a3623febeec5d91 | [] | no_license | marstau/pvfs_script | 74719b540ea9298778572a66a772cf83ccf870a8 | 588892fd686aa9503017117a5ccfa16baa233c51 | refs/heads/master | 2021-01-18T19:13:40.436934 | 2013-07-22T18:23:05 | 2013-07-22T18:23:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,341 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <mpi.h>
#define MAXLEN 16
main(int argc, char *argv[]) {
int count, totalcnt, proc_num, my_rank, my_name_length, i, flag;
char my_name[MAXLEN], master_name[MAXLEN], recv_buffer[MAXLEN];
char all_name[128][MAXLEN];
MPI_Status status;... | [
"houj.tang@gmail.com"
] | houj.tang@gmail.com |
8db88c9b12374ba5e3bada24b2c915b5a23fc433 | 21697c2a40f9cb83e9a56d0f0c7c65e602365ec5 | /SW/MK64 mikroC/HEXIWEAR_MK64/code/FreeRTOS/FreeRTOSConfig.h | 23556830a0c16f9ea90f1026a096920653603ad1 | [] | no_license | cahootOne/HEXIWEAR | 33ecd46982da58ad0b49ad67dc84e33c87e24185 | 17fabfe862bbb7bc90440ecfff874694c0249854 | refs/heads/master | 2023-02-28T04:32:40.941511 | 2021-01-29T09:00:58 | 2021-01-29T09:00:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,122 | h | // File: FreeRTOSConfig.h
// Serves as a configuration file for the FreeRTOS implementation.
#ifndef _FreeRTOSConfig_h_
#define _FreeRTOSConfig_h_
////////////////////////////////////////////////////////////////////////////////
// Macro definitions. //
////////... | [
"darko.jolic@mikroe.com"
] | darko.jolic@mikroe.com |
02702a9b438c00a2f0df41ba4e4bf11fe79bbf6b | 19e356aa308d3adef259a912b29950a3af37a2e2 | /Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_List_1_Enumerator_gen_185.h | 34cf6edbecacb9f8f0001c44fb1bfacf335a8144 | [] | no_license | minuJeong/AcocGame | 87314d914b72290fff347cc590ae03669d10d6ba | 24eeaba66393890998d55a633fcbd17d984549b4 | refs/heads/master | 2021-03-12T23:51:57.818655 | 2015-03-29T12:44:58 | 2015-03-29T12:44:58 | 32,936,460 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,588 | h | #pragma once
#include <stdint.h>
// System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.String,System.Collections.Generic.Dictionary`2<System.String,Parse.ParseFile>>>
struct List_1_t11002;
// System.ValueType
#include "mscorlib_System_ValueType.h"
// System.Collections.Generic.KeyValueP... | [
"minu.hanwool@gmail.com"
] | minu.hanwool@gmail.com |
fb6b01cbe25cae306d8e111bfa265b9acf93f78f | 5d78ce4ccfc391d14989c14d92894036653fe166 | /reverse_bit/main.c | f8976d27ffd05b4eb9f80d862d4ed1106d976322 | [] | no_license | inouema/tools | 2b92e9d9e5c27f9a277dbeed2b04a8d0f09b32c7 | cbccc2ed497ec8c76ded9d6f01ca9237181ca3f1 | refs/heads/master | 2021-01-18T17:17:27.823618 | 2016-01-02T09:16:04 | 2016-01-02T09:16:04 | 42,355,251 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 318 | c | #include <stdio.h>
#include <stdint.h>
#include "./reverse_bit.h"
int main()
{
uint8_t var8 = 0x80;
uint16_t var16 = 0x8080;
uint32_t var32 = 0x80808080;
printf("%x,%x\n", var8, reverse_bit8(var8));
printf("%x,%x\n", var16, reverse_bit16(var16));
printf("%x,%x\n", var32, reverse_bit32(var32));
return 0;
}
| [
"masatoinoue00@gmail.com"
] | masatoinoue00@gmail.com |
a813f4d3a514d4fb85101b3716df754abfbd6ce1 | 24c84bc957bd09f54e90be0709258ea1c1dca3fe | /firmware/usb_desc.h | 9e7ef11d9ff1f8d44bb6dbabe578088483c08796 | [
"MIT"
] | permissive | 555kav555/USB-SPI-bridge-example | 9d7ecc3c06a3274bdb4af68b5367aaa723b3e3e8 | c08cfff176fb988b9dd3c66f512d528f2f7ee1b1 | refs/heads/master | 2021-05-14T02:50:28.431599 | 2018-01-07T23:18:18 | 2018-01-07T23:18:18 | 116,605,259 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 71 | h | #include "hw_config.h"
#define COMMPACKET_LEN 64
void Set_USBDesc();
| [
"555kav555@gmail.com"
] | 555kav555@gmail.com |
dfff99e8db4a1296ec8255617b612e255b3b8302 | afe3b9f82c5b57e83e903d08d9ec7b4d3bd80c97 | /Mercury5/proj/sc/middleware/venc/inc/common/swvenc_venc_debug.h | e0c3418b675345fc48222820b97c6a64dd65497e | [] | no_license | xtxbruin/SDK_pulbic | bbb79f9eb642aa9ecaa3825944ffc20430cd9057 | c1436fa7446457e8d6547874d27ee4e34be150cf | refs/heads/master | 2022-03-24T09:27:12.825861 | 2020-01-01T07:31:36 | 2020-01-01T07:31:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 294 | h | #ifndef _INC_DEBUG
#define _INC_DEBUG
//#define _DBWIN_ON_
#if defined(_DEBUG ) || defined(_DBWIN_ON_)
void dprintf (char *fmt, ...);
#endif
#if defined(_DEBUG) || defined(_DBWIN_ON_)
#define _VERIFY(statement) _ASSERT(statement);
#else
#define _VERIFY(statement) statement;
#endif
#endif
| [
"695732416@qq.com"
] | 695732416@qq.com |
71c3fefcc41265c34069f8680cdd5ce989899f2e | d441128ce53a0afdc39bc2f93e0041fa0107b862 | /color.c | 2a99a7d754f1c089e2e984a6862ffd6bc5d1c22a | [
"LicenseRef-scancode-public-domain",
"MIT"
] | permissive | kleinbottle4/sc-dvorak | 27d3ec0729fce3fee5b889eae25ca7d3387ae0d8 | 6bffce7c475e1ffa018c283c632458eba0066603 | refs/heads/master | 2023-06-25T00:00:27.235210 | 2021-07-27T13:01:32 | 2021-07-27T13:01:32 | 339,556,025 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,231 | c |
/* SC A Spreadsheet Calculator
* Color manipulation routines
*
* Chuck Martin <nrocinu@myrealbox.com>
* Original Version Created: January, 2001
*
* $Revision: 7.16 $
*/
#include <sys/types.h>
#ifdef BSD42
#include <strings.h>
#else
#ifndef SYSIII
#include <string.h>
#endif
#endif
#include <curses.h>
#inc... | [
"syed@hp-1"
] | syed@hp-1 |
0fbe30056db40acb1bb1cba9bb2a2812a02ce12b | 19eb97436a3be9642517ea9c4095fe337fd58a00 | /private/windows/screg/winreg/perfdlls/process/dataproc.h | fb0e4f045e31f9ac05c9567826a10dd127b81a24 | [] | no_license | oturan-boga/Windows2000 | 7d258fd0f42a225c2be72f2b762d799bd488de58 | 8b449d6659840b6ba19465100d21ca07a0e07236 | refs/heads/main | 2023-04-09T23:13:21.992398 | 2021-04-22T11:46:21 | 2021-04-22T11:46:21 | 360,495,781 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,073 | h | /*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
DATAPROC.h
Abstract:
Header file for the Windows NT Processor Process counters.
This file contains definitions to construct the dynamic data
which is returned by the Configuration Registry. Data from
various system API... | [
"mehmetyilmaz3371@gmail.com"
] | mehmetyilmaz3371@gmail.com |
e57b33362f5b2d9462b179c151e937cd51ad8451 | 0483159c89efd9acbbac222b070f7828c8d55896 | /os/board/rtl8730e/src/component/ssl/mbedtls-2.16.9/include/mbedtls/config.h | f2b59514ecd203ca0a3e52fef959aeee58aec591 | [
"Apache-2.0",
"GPL-1.0-or-later",
"BSD-3-Clause",
"ISC",
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-permissive"
] | permissive | amogh-samsung/TizenRT | fd551af81dd95ce0828ace0007711602cc7ac06e | 888be508b3573930efd230ad8b23044834c09daa | refs/heads/master | 2023-07-20T00:09:12.717614 | 2023-07-07T10:00:32 | 2023-07-10T02:10:01 | 215,990,203 | 1 | 1 | Apache-2.0 | 2022-10-25T23:02:38 | 2019-10-18T09:35:17 | C | UTF-8 | C | false | false | 1,270 | h |
#define CONFIG_SSL_RSA 1
#include "rom_ssl_ram_map.h"
#include "platform_opts.h"
#define RTL_HW_CRYPTO
#if defined(CONFIG_PLATFORM_AMEBADPLUS) || defined(CONFIG_PLATFORM_AMEBALITE) || defined(CONFIG_PLATFORM_AMEBAD2) //RTL8721F_WL_TODO, it is needed in SW CRYPTO
#define SUPPORT_HW_SW_CRYPTO
/**
* \def MBED... | [
"sh924.chang@samsung.com"
] | sh924.chang@samsung.com |
5991661640134b4695b1f0c99517f71407c488e9 | da270fd37200ed1e726ad21633f36edf7b4a5a46 | /All Prev/00Aayush/Code I.c | d13a8dcede53210e3422fc8e327f041560ace444 | [] | no_license | AnujKumarsla/C- | fca69c64005e3ba29cb207f350bf2525b2b1dcdc | 065b402d510d581bc70bcba40f44a7487323ec2e | refs/heads/main | 2023-03-01T06:18:42.275593 | 2021-02-16T12:25:39 | 2021-02-16T12:25:39 | 333,763,960 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 326 | c | #include<stdio.h>
#include<conio.h>
int main(){
int a=0, b=0;
int i;
clrscr();
printf("Enter the four digit no. : ");
scanf("%d", &a);
for(i=0;i<4;i++){
if(i==0 || i==3 )
b+=a%10;
a=a/10;
}
printf("The reverse of its digit is : %d ",b);
getch();
retur... | [
"ianujkumars123@gmail.com"
] | ianujkumars123@gmail.com |
71bf53c3c79fced0eda197c5bdc3e8011f7f09a8 | 48a400042c41feb1b305da0aff3b8a2ad535bdc1 | /clang/test/RC99/asm-inline/asm-01.c | 4fc75f1e6490971f0f70069b89bfc916592c2832 | [
"Apache-2.0",
"LLVM-exception",
"NCSA"
] | permissive | Daasin/tpc_llvm | d9942f0a031213ba5f23e2053d04c3649aa67b03 | ece488f96ae81dd9790f07438a949407dc87ef66 | refs/heads/main | 2023-07-29T16:10:36.488513 | 2021-08-23T10:38:48 | 2021-09-10T05:48:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 396 | c | // RUN: %clang_cc1 -S -triple tpc-none-none -std=rc99 -O1 %s -o - | FileCheck %s
// RUN: %clang_cc1 -emit-obj -triple tpc-none-none -std=rc99 -O1 %s -o /dev/null
void main(int x) {
register int result __asm__("s11");
__asm volatile ("nop; add.f32 %0, S2, S3" :"=s" (result)::);
}
// CHECK-LABEL: main:
// CHECK: ... | [
"ogabbay@kernel.org"
] | ogabbay@kernel.org |
41f5efc05cee75190fe33f504c9082a0f729ccbe | fd22771db53e3cd6f441871b9dfe24373ee97b96 | /src/eeprom_emul.c | 73348a86924f9533d0fd1aa73f5552ff5c8c9849 | [] | no_license | pamiro/TrnStor | f5047978f9bc2b063ecb69dbfa558e5980063c77 | b42f36ad108b78f7d0f4b43b8e4295f7e77c1b2f | refs/heads/master | 2016-09-05T19:13:05.347510 | 2011-06-08T04:12:14 | 2011-06-08T04:12:14 | 1,858,651 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,723 | c | /*
* Trivial EEPROM emulator
*
* Created on: Jun 5, 2011
* Author: Pavel Mironchyk
*/
#include <sys/types.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include "eeprom.h"
const char* eeprom_filename = "/tmp... | [
"p.mironchyk@gmail.com"
] | p.mironchyk@gmail.com |
a5c60e2028eac925db09695cc5f41c8240b532dd | 489f0ac16bf939a20de6f3429424439709ef0738 | /test/set_void_test.h | 28e4dbb87f2aa46be560f05f6b74be04ce2352ac | [
"MIT"
] | permissive | ielomariala/Hex-Game | 30befaa9d56ecd71a4c71269423df07c3bc1d596 | 2c2e7c85f8414cb0e654cb82e9686cce5e75c63a | refs/heads/master | 2023-08-27T06:53:13.162162 | 2021-09-19T22:22:12 | 2021-09-19T22:22:12 | 407,715,612 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 55 | h | #include "../src/set/set_void.h"
void set_void__tst(); | [
"Ismail.Elomari_Alaoui@bordeaux-inp.fr"
] | Ismail.Elomari_Alaoui@bordeaux-inp.fr |
c2bb86d3999b09833e33a1da61e5820eceb69ea1 | 97a17c6b43c4b5a4cc532699bd6f6be3b514f705 | /blinky/blinky/asf-3.21.0/avr32/boards/stk600/rcuc3a0/led.h | fc640f4df8b61b7b0e9fa2870c00f31248b4f25a | [
"MIT"
] | permissive | ThucVD2704/femto-usb-blink-example | f2adf7ed2cfff860194870b80c870f0a2c27a82b | 5e166bdee500f67142d0ee83a1a169bab57fe142 | refs/heads/master | 2021-01-18T11:04:43.068488 | 2015-04-24T04:53:26 | 2015-04-24T04:53:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,975 | h | /**
* \file
*
* \brief STK600 with the RCUC3A routing card LEDs support package.
*
* This file contains definitions and services related to the LED features of
* the STK600 with the RCUC3A routing card.
*
* To use this board, define BOARD=STK600_UC3A0.
*
* Copyright (c) 2014 Atmel Corporation. All rights rese... | [
"webmaster@alexventure.com"
] | webmaster@alexventure.com |
cb4a433ae86d5f8f150a4a8a72d3b8d97b4c7ba4 | 6f95638b62d69490b1063e00724d26f1ec3f4616 | /src/su/include/hdr.h | 84d0a38f309360ee726b310edc1f600ad4ecdcf7 | [] | no_license | gwowen/seismicunix | 34e5abc41a9baeaa0cbebec0f97ad55a746db7a5 | 4c8f63e3f1914f7f5cc3dd917743c7ab9582bed3 | refs/heads/master | 2020-05-15T09:36:23.285809 | 2010-02-15T02:00:00 | 2010-02-15T02:00:00 | 41,374,669 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,470 | h | /* Copyright (c) Colorado School of Mines, 2010.*/
/* All rights reserved. */
/*
* hdr.h - include file for segy offset array
* THIS HEADER FILE IS GENERATED AUTOMATICALLY -
* see the makefile in this directory
*/
#ifndef HDR_H
#define HDR_H
static struct {
char *key; char *type; int offs... | [
"biloti@gmail.com"
] | biloti@gmail.com |
dc629e8c28e802fb40d3b540822cfa12198b8fac | c7b1686493eca805c9ba97b6f7ac5ef3206cbfe6 | /ssh/channel/command.h | fc118750c016ed5149de4ed7d7d95cdbc77dd94f | [] | no_license | stefbon/fs-workspace | 8a0e5f4ff7741a8ff954c26f5557b38a351da119 | d109048fe106f6f9d2567d48ce3c6201c55064c5 | refs/heads/master | 2023-01-24T05:12:49.743577 | 2020-12-08T22:14:29 | 2020-12-08T22:14:29 | 303,079,996 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,334 | h | /*
2017, 2018 Stef Bon <stefbon@gmail.com>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distrib... | [
"stefbon@gmail.com"
] | stefbon@gmail.com |
85a1a892b3fb33f3bf8999c7712cfa9e4c334cb1 | 905847734f001278fb062b1ce0a4fee733ada83a | /Engine/acchars.h | 2354bfc99cae2842771594d21013fa786f4a1ecb | [
"Artistic-2.0"
] | permissive | cnsuhao/ags | 80503b18296e16ecaa904491f122dcdcfc55030e | afc94e60ada37c7056016933ecfcdb2a573337c3 | refs/heads/master | 2020-06-10T17:55:29.533627 | 2012-03-29T11:00:06 | 2012-03-29T11:00:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 814 | h | #ifndef _ACCHARS_H_HEADER
#define _ACCHARS_H_HEADER
extern void DisplaySpeech(char*texx, int aschar);
extern int check_click_on_character(int xx,int yy,int mood);
extern void add_inventory(int inum) ;
extern void MoveCharacterBlocking(int chaa,int xx,int yy,int direct) ;
extern void MoveCharacter(int cc,int xx,int yy)... | [
"nick@sonneveld.name"
] | nick@sonneveld.name |
7ba9142a93bbeac162432fb8b26f414dcb0991da | a5d1b66b5b07449e1ff9a4530d03d9843d9563df | /ephem/constel.c | 1c3bf73d52903749e130362930dd82931d10f7e4 | [] | no_license | moshahmed/astronomy | e2dd54fd5244762a4e5bb029368395dddd5e87d6 | c9bd2ae15a98c5c6ce6ee96cf97ab1a18ec9acf7 | refs/heads/master | 2020-12-29T02:35:03.049914 | 2018-10-26T04:42:15 | 2018-10-26T04:42:15 | 16,975,585 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,370 | c | #include <math.h>
#include "astro.h"
#include "screen.h"
#include "circum.h"
/* print the constellation object p is in now as a prompt message.
*/
constellation_msg (p, np)
int p;
Now *np;
{
char buf[NC];
char *name;
Sky s;
(void) body_cir (p, 0.0, np, &s);
confnd (s.s_ra, s.s_dec, epoch == EOD ? mjd : epoch, &... | [
"moshahmed@gmail.com"
] | moshahmed@gmail.com |
488adf6131c678ca241436e71059eba56d9b6028 | 9da2e7f5a3586462a0e9169d3351cfb5bf42805b | /C05Retry2/ex06/ft_is_prime.c | 3e3802f2feccc086833eba0e259bbeca7bdf9389 | [] | no_license | Vlissoir/piscine19 | fd1102095b9807e6481ba1851a8285625cd9b069 | 976b152513aa084fbaa3a9d5d42d45410cd22189 | refs/heads/master | 2022-12-25T15:02:28.857368 | 2020-10-01T07:11:07 | 2020-10-01T07:11:07 | 294,480,508 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,059 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_is_prime.c :+: :+: :+: ... | [
"noreply@github.com"
] | Vlissoir.noreply@github.com |
9aa6a441827e2f970aeccfec750b0f310a2956f5 | de11a85a610f1d33ccc759349f01678c028353d9 | /0x17-doubly_linked_lists/5-get_dnodeint.c | caf111334a94a8b7c818cca51365dcdbf51d3e24 | [] | no_license | diesgaro/holbertonschool-low_level_programming | 143cd8394b61da024897bdea7d9696597a4d202f | 4ba94d12d583f97aaf1131a68245f38a23e189bc | refs/heads/master | 2020-07-28T09:42:04.475003 | 2020-04-17T03:32:10 | 2020-04-17T03:32:10 | 209,384,104 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 542 | c | #include "lists.h"
/**
* get_dnodeint_at_index - Function that returns th Nth node of a list
*
* @head: Pointer type dlistint_t
* @index: Variable type unsigned int
*
* Return: The Nth node data or NULL if a node does not exist
*/
dlistint_t *get_dnodeint_at_index(dlistint_t *head, unsigned int index)
{
dlistin... | [
"digarodev@gmail.com"
] | digarodev@gmail.com |
e7031ee686f2204f6f55dad62c07d850eb3a7244 | 6e56ddeae7999c760a139ae46e147f72cf163b4d | /wilcard2.c | aba5a83b4a3af9364de67686887a82dd979d8102 | [] | no_license | PerSonnaYo/minishell | bf9ddd03f3b1b1db67102ce24b2a84f9f9fc52f0 | cdb26ff38b36bcf8cd9ddf445d8cc0e3d91403bd | refs/heads/main | 2023-07-18T18:47:01.280317 | 2021-09-19T09:55:56 | 2021-09-19T09:55:56 | 408,088,793 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,444 | c | #include "minishell.h"
void last_wil5(t_wil *wil)
{
int nb;
int x;
nb = 0;
x = 0;
wil->index = 0;
while (wil->buf[wil->index] != NULL)
{
nb++;
if (nb == 1)
ft_freetab1(g_mini.post);
x = getKeys_cmp(wil->ju + wil->loop, x, wil->buf[wil->index]);
wil->index++;
}
wil->loop = wil->str;
}
void last_wi... | [
"46654345@mail.ru"
] | 46654345@mail.ru |
a4f03e19b7669b8bd20480c41b68336c500b0253 | 57c12249cd2136978890faf5c3f6f1d8319fef94 | /estruturasDeDados/1/fila_prova/tipos.h | 78be10937bc214262647881a0736ee526fcd3e95 | [] | no_license | vitorrsbarbosa/Faculdade2018 | 6051182183069410eb88059de017783709776116 | 83ce06303aff788c9ee9d018f41d3701d133a042 | refs/heads/master | 2020-05-15T14:38:55.601584 | 2019-04-20T02:58:37 | 2019-04-20T02:58:37 | 182,342,162 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 408 | h | #ifndef
#define "tipos.h"
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
typedef struct tipoELEMENTO
{
int valor;
}TE;
//////////////////////////////
typedef struct tipoFILA
{
TE valores[100];
int tamanhoFILA;
}TF;
//////////////////////////////
void inicializarfila(TF *p);
void incluirnafila(TF *p);
vo... | [
"viitorrsbarbosa@gmail.com"
] | viitorrsbarbosa@gmail.com |
17e794e83ae8bcca937d15ffff46127d6d772db6 | 62f60f48fcebeecbc325cd6d8edbaaafde4252b6 | /week-06/day-3/9_Count_lines/main.c | 5454e85fb6396b2fb3e0c610188ed430860ec183 | [] | no_license | green-fox-academy/sanyi0411 | 95de754781f066bf6439dc59aa13da750d742cdd | 93103752429ed3593c84745f29dcea5a806065aa | refs/heads/master | 2020-05-04T10:24:08.381496 | 2019-11-25T18:08:47 | 2019-11-25T18:08:47 | 179,086,745 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 636 | c | #include <stdio.h>
#include <string.h>
// Write a function that takes a filename as string,
// then returns the number of lines the file contains.
// It should return zero if it can't open the file
int lineCounter (char filePath[]);
int main()
{
printf("%d", lineCounter("my-file.txt"));
return 0;
}
int line... | [
"47214930+sanyi0411@users.noreply.github.com"
] | 47214930+sanyi0411@users.noreply.github.com |
971f71f3ad94d1ab7c34168281685c26cda85354 | 63654cdbf3b13d5a654253dfbdaee588aa313464 | /Sources/Interface/debugUart.c | 12ec896fef139c5ee6856ae9d59b8922e9ada45f | [] | no_license | mzaniolo/Espectrografo | a223bc0919c7a2e8705d2267f0421c9a3fe02796 | 31893acdd0ebca6b06155d97febe034c0f044e72 | refs/heads/master | 2021-03-27T09:30:19.487715 | 2017-06-10T15:40:40 | 2017-06-10T15:40:40 | 71,605,846 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,842 | c | /* ***************************************************************** */
/* File name: debugUart.c */
/* File description: Debugging through UART interface */
/* Author name: dloubach */
/* Creation date: 22out20... | [
"root@matheus"
] | root@matheus |
308a7d7d24e56f73891ed4840fb9ec21054b34ce | 932d498136481dbc382b05aa2867ce856368321a | /StepMotoControl/MotoControl/MotoControl.h | 419955caf62450ad876ca063cc4735e541ae6a02 | [] | no_license | thanh-pt/GraduationThesis | 387f3db163798edf8cf28090e520f9e8c07d1cea | dcf24e54847b3e600274347a905f4a42fc2c0c7e | refs/heads/master | 2021-04-15T09:30:59.963591 | 2018-05-14T18:04:12 | 2018-05-14T18:04:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,063 | h | #ifndef _MOTOCONTROL_H_
#define _MOTOCONTROL_H_
#ifdef __cplusplus
extern "C" {
#endif
/* Includes */
#include<stdbool.h>
#include<stdint.h>
#include "stm32f1xx_hal.h"
//#include "stdint.h"
//#include "stdlib.h"
//Define pin port of moto 1
#define m1_ENPort GPIOA
#define m1_1APort GPIOA
#define m1_2APort GPIOA
#... | [
"phamtienthanh1996@gmail.com"
] | phamtienthanh1996@gmail.com |
2236e0c0a05faf3a09c89c127580e76c280060d8 | dca3f4029018312e5d0a0074554ac9b31728518e | /Soul/Source/Soul/Soul.h | 0a539e1f7a4a75f3c13ce1a3cbafb0b249c6c57f | [] | no_license | coolsnake/DsuSoul | 5d0c53e7172f56c434fd91f4d8e52847b288312e | c05ac1f23b300979edc65d34236430c5aef36f0d | refs/heads/master | 2023-03-18T22:39:51.479223 | 2020-04-16T03:23:36 | 2020-04-16T03:23:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 893 | h | #pragma once
#include "EngineMinimal.h"
#include "Engine/Engine.h"
DECLARE_LOG_CATEGORY_EXTERN(Soul_Log, Log, All);
#define ABLOG_CALLINFO (FString(__FUNCTION__) + TEXT("(") + FString::FromInt(__LINE__) + TEXT(")"))
#define ABLOG_S(Verbosity) UE_LOG(Soul_Log, Verbosity, TEXT("%s"), *ABLOG_CALLINFO)
#define ABLOG(Verb... | [
"tkdgnl56@naver.com"
] | tkdgnl56@naver.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.