blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 357 | content_id stringlengths 40 40 | detected_licenses listlengths 0 58 | license_type stringclasses 2
values | repo_name stringlengths 4 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 58 | visit_date timestamp[ns]date 2015-07-14 21:31:45 2023-09-06 10:45:08 | revision_date timestamp[ns]date 1970-01-01 00:00:00 2023-09-05 23:26:37 | committer_date timestamp[ns]date 1970-01-01 00:00:00 2023-09-05 23:26:37 | github_id int64 966 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 24
values | gha_event_created_at timestamp[ns]date 2012-06-07 00:51:45 2023-09-14 21:58:52 ⌀ | gha_created_at timestamp[ns]date 2008-02-03 21:17:16 2023-08-24 19:49:39 ⌀ | gha_language stringclasses 180
values | src_encoding stringclasses 35
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 6 10.4M | extension stringclasses 121
values | filename stringlengths 1 148 | content stringlengths 6 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8c19e1cbc0c3e7d5d261b4f5ce4cab3e9b0a12e8 | 868c96df91734ef5e8dd9d56113a3ce1b05908b5 | /mediatek/kernel/include/linux/mu3d/drv/musb_comm.h | 5e3c1b46f70a848ed4a6360ff09a4b3805d6fcfe | [] | no_license | bq/aquaris-E5 | 6bd5b9a1e41398d0fb6f5ff928901ee8e5dc9115 | 9cab53cb4a4aba4e1c697e2f5940c401ed92e7cb | refs/heads/aquaris-E5 | 2021-06-24T20:35:38.281230 | 2015-05-11T08:06:58 | 2015-05-11T08:06:58 | 22,873,241 | 27 | 24 | null | 2017-04-02T04:36:59 | 2014-08-12T10:16:42 | C | UTF-8 | C | false | false | 118 | h | musb_comm.h |
#ifndef __MUSB_COMM_H__
#define __MUSB_COMM_H__
#define U3D_SPACE_SIZE 0x2000
#endif /*__MUSB_COMM_H__*/
|
ab48d058aac842fa19b45d89e551d6954b62b7da | c72ebbb48f75f9ad60272911374cd2b6bb97980b | /getcputime.c | 86eac1f8406879746daeb5545cd8e1407179e2a3 | [] | no_license | mmm7/cryptica-solver-cpp | 8ed65b42b5d2a2494760d6710f99c472bf80288c | d666fa62853876a79145f77a3f76fc7c135d6c23 | refs/heads/master | 2016-09-06T08:54:39.987876 | 2014-09-24T22:32:39 | 2014-09-24T22:32:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 61 | c | getcputime.c | #include <time.h>
double getCPUTime( ) {
return clock();
}
|
dce5cb704d47f9b118d3f26fd53dcef94aa8b4bb | b5729836cdd0d026b9c56ff3757bc0d2c29c1044 | /TaxCal.c | 21a1039303b2cc5db4aecae063ba42ddf2149548 | [] | no_license | OmerWaraich/simpleCtaxCal | 37a755e7cd12a1ec6661d7cc7794337712adc36c | 48ec2944ba77b460e5aa040e6c6997ce4a8f0e3c | refs/heads/master | 2021-01-10T15:00:34.650074 | 2016-02-18T00:12:32 | 2016-02-18T00:12:32 | 51,965,169 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 310 | c | TaxCal.c | #include <stdio.h>
int main()
{
double subtotal;
double tax;
double grandtotal;
double taxrate;
taxrate = 0.175;
subtotal = 200;
tax = subtotal * taxrate;
grandtotal = subtotal + tax ;
printf(" Tax on a product of %.2f is %.2f, grandtotal will be %.2f \n", subtotal, tax, grandtotal );
return 0;
} |
34eee18ac1f0e4c1b4982f1acefd8a556bc33020 | 3965e5c3231c720938cc10202d2baf5443352ffd | /software engineering/libmousehook/hook.h | 09c4157010b307d71833972edc1c501a6fd9fe1d | [] | no_license | smi13/semester06 | 4224f691677cea6769d7d06acbb8cacbe60f37d8 | 10cd78eb98ca26b46d133b805be5bef06a8ee136 | refs/heads/master | 2021-03-12T21:33:59.363142 | 2010-08-25T22:52:55 | 2010-08-25T22:52:55 | 862,620 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,416 | h | hook.h | /** @file
* This file declares functions for hooking mouse messages.\n
* Hooking mouse is used for comfortable moving borders in CRuler
*/
#pragma once
#include <windows.h>
#include <tchar.h>
#ifndef _DEFINED_44E531B1_14D3_11d5_A025_006067718D04
#define _DEFINED_44E531B1_14D3_11d5_A025_006067718D04
... |
6b8a88abfbefdcd3b1f2fc6d047adf1458b4ebc3 | 1f59063bc9a041114cf5b0ec27c250234181e9a8 | /ICPC2021-main/4. sorting&binary_search/kinds_sorting/quick_sort.c | d1cd7e9bf73f425ba2f4ad59b4a09a460e0b7f1d | [] | no_license | JiWon0502/Edoc_2021 | 53053a9cc811dd819c34fa0289b44acb5c8ab80f | 3f4b649c86beecaf306e8a1aa26acf2c88354551 | refs/heads/main | 2023-04-23T02:56:36.537951 | 2021-05-04T16:54:22 | 2021-05-04T16:54:22 | 333,847,325 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 805 | c | quick_sort.c | #include <stdio.h>
typedef int type_arr;
int arr[1001];
void q_sort(int low, int high){
if(low >= high) return;
type_arr pivot = arr[low];
int left = low +1;
int right = high;
int temp;
while(left<=high){
if(arr[left]<= pivot){
left++;
continue;
}
... |
80aa582fc08e82d6ef21892e3f244c93f811dea7 | 35bb67a92c47a4ae68742bd56a49a99086ebb759 | /util/photopeaks.C | 14f5fb2d67d09ca57ccbe9c5d6b0a1fc351611da | [] | no_license | jarvis1776/GRUTinizer | 25c68e1d6cd6f0c27fac36d98059f00c91631f68 | 66ea166592c08e18f976fd5c965173c51372842c | refs/heads/master | 2021-01-18T03:45:58.081524 | 2016-06-24T14:49:26 | 2016-06-24T14:49:26 | 61,842,669 | 0 | 0 | null | 2016-06-23T23:11:21 | 2016-06-23T23:11:20 | null | UTF-8 | C | false | false | 4,759 | c | photopeaks.C | // Gaussian + low-energy step
Double_t fitf(Double_t *v, Double_t *par){
static Float_t sqrt2pi = TMath::Sqrt(2*TMath::Pi()), sqrt2 = TMath::Sqrt(2.);
Double_t arg;
Double_t norm = par[0];
Double_t energy = par[1];
Double_t sigma = par[2];
Double_t step = par[3];
arg = (v[0]-energ... |
71412c0f0fe817bb4afb894619b381be8ac55867 | b9347da5923d952c0be3e7b0512e96102b12c4fc | /dev/include/console.h | d31fe77c6ccaf875b89b597af109a315de21f79d | [] | no_license | wDCat/osdev | 44fb745da223149effb45d814726e08b1b4264b0 | bb04ce174452f54f1beeda9943b22447992a1095 | refs/heads/master | 2021-12-10T23:42:53.382762 | 2018-03-02T06:42:17 | 2018-03-02T06:42:17 | 106,379,372 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 594 | h | console.h | //
// Created by dcat on 9/8/17.
//
#ifndef W2_CONSOLE_H
#define W2_CONSOLE_H
#define CONSOLE_MAX_COUNT 5
typedef struct {
bool present;
uint32_t start_addr;
uint32_t x;
uint32_t y;
uint32_t escape;
struct {
bool on;
uint8_t color;
} control_mode;
} console_t;
void console_... |
29e77e2ae77196855929a78e4095e3bf3ce49d2f | 6a8359969cb4aed0ecac9eced031a902122ddc09 | /include/test.h | 6bccde036966d87347cf302b63817f6df83fc029 | [] | no_license | tzuyichiu/IP-over-DNS-Client | d548050f500abffd9e5db26d05c6f61c9023e241 | fe701c3f2eb63c8f53763ba0ddd1958024059849 | refs/heads/master | 2023-06-26T10:35:59.090270 | 2023-06-12T18:43:47 | 2023-06-14T06:50:35 | 203,034,547 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 50 | h | test.h | #pragma once
#ifndef TEST_H
#define TEST_H
#endif |
2468968e7e8cc70d5d7879fe99a527a4ad9754d5 | 6a2a0f3ce4d7cd9d2f03b084b1481007762c86cb | /CS50.c | 5f14f6610133f77ea0c01d4c70596fa069d39b2e | [] | no_license | crispinamuriel/reactos-data-structures-algorithms | 4f32f40d30a33544d6e393bf862ef31279dfbb24 | da0ffc44d9e137a81a77a56922fd1eaa7222a033 | refs/heads/master | 2021-10-07T22:16:22.142743 | 2021-09-26T14:20:23 | 2021-09-26T14:20:23 | 235,409,894 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 222 | c | CS50.c | #include <cs50.h>
#include <stdio.h>
int main(void)
{
int age = get_int("What's your age?\n");
if(age > 30) {
printf("Whatever you say, Boomer!\n");
} else {
printf("Okay, Zoomer.\n");
}
}
|
7b8aca2bdbccc991592f0f3285c2e883d3c0525f | 8524994a2c32cee6c133c08b9bd902f2006a20e5 | /examples/dreamcast/parallax/delay_cube/delay_cube.c | 2acb919a7bb9e3fad8f277045a7f19c9cb13e7fa | [] | no_license | losinggeneration/kos | 34895d010b519fd3d1255b7518a43c68165dda32 | 7c19668b7bef90c06d9419dca3abae86ac542feb | refs/heads/master | 2016-09-05T10:34:31.240458 | 2008-05-05T22:51:41 | 2008-05-11T07:08:49 | 7,083 | 8 | 3 | null | null | null | null | UTF-8 | C | false | false | 5,632 | c | delay_cube.c | /* KallistiOS ##version##
delay_cube.c
Copyright (C)2003 Dan Potter
*/
#include <kos.h>
#include <math.h>
#include <plx/texture.h>
#include <plx/context.h>
#include <plx/prim.h>
KOS_INIT_FLAGS(INIT_DEFAULT | INIT_MALLOCSTATS);
/*
The third demo effect in my series of Parallax demo effects. This one
might act... |
a44d0dc61a07343345d61d9d49bce3e6ffebb7b4 | 4909203ed7ecde0131a38bf37efa03cd3244c304 | /0x0D-preprocessor/2-main.c | 697c1b9a1655458709bfdd24aa02ec0de1a4ce9c | [] | no_license | not-notAlex/holbertonschool-low_level_programming | fe9c4ed4c855add91c64ec74df52c869e2d09602 | 946ca20d0a3f1d229fe48c3d351b34c89d302b78 | refs/heads/master | 2023-03-30T01:20:38.329798 | 2021-04-20T18:30:19 | 2021-04-20T18:30:19 | 271,299,430 | 0 | 4 | null | null | null | null | UTF-8 | C | false | false | 167 | c | 2-main.c | #include <stdlib.h>
#include <stdio.h>
/**
* main - The code
*
* Return: End all mains with 0
*/
int main(void)
{
printf("%s\n", __BASE_FILE__);
return (0);
}
|
d9fe64605e6ac2ba1c5650c5e4af4fcc010029e3 | b5852cf0000fa4edd96033af054e7b3b31b9e526 | /udp_server/myserver.c | de4a0c7959407181c0db26a6ad9360d63521facd | [] | no_license | learning-lte/adrv9361-netlink-test | bc34bd89833548bdf29d9bbc6af24e09d988e394 | fedd2423b646d7930ee7284b881d08be7ce81f02 | refs/heads/master | 2022-04-08T12:34:45.911878 | 2020-02-20T10:16:04 | 2020-02-20T10:16:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,274 | c | myserver.c | #include <stdio.h> /* for printf() and fprintf() */
#include <sys/socket.h> /* for socket() and bind() */
#include <arpa/inet.h> /* for sockaddr_in and inet_ntoa() */
#include <stdlib.h> /* for atoi() and exit() */
#include <string.h> /* for memset() */
#include <unistd.h> /* for close() */
#include <... |
fb8ec123eace1e33e89754ae3d87d53eb0cf0297 | 5a17a3d150c4773318d397a46878d2fd74c0671f | /nitan/kungfu/skill/shaolin-shenfa.c | 26f547817da532310a82765a692ca3a7c6784a10 | [
"MIT"
] | permissive | cantona/NT6 | e9adc7308619b614990fa64456c294fad5f07d61 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | refs/heads/master | 2020-04-15T21:16:28.817947 | 2019-03-01T05:16:46 | 2019-03-01T05:16:46 | 163,173,406 | 0 | 0 | MIT | 2018-12-26T11:38:10 | 2018-12-26T11:38:10 | null | UTF-8 | C | false | false | 4,148 | c | shaolin-shenfa.c | // shaolin-shenfa.c 少林身法
#include <ansi.h>;
inherit SKILL;
string type() { return "martial"; }
string martialtype() { return "dodge"; }
string *dodge_msg = ({
"$n一式"HIW"「一葦渡江」"NOR",前後腳腳尖腳跟相靠,身體如行雲流水般滑出丈餘。\n",
"$n一式"BLU"「雨燕掠波」"NOR",雙臂前伸,全身貼地平飛,頓時閃過了$N的凌厲攻勢。\n",
"$n一式"HIC"「移步換形」"NOR",足不動,手不抬,一轉眼... |
7b20bb8d987c327c1f990741268fd37801af58b5 | 8832e679f394520f4094c4e8caecc387004f851a | /program60.c | 5e7a5c9bf8c6e89f284b0cb5d7d25be099854010 | [] | no_license | KunalKudale19/C-Program | ba79b5e27b5bcdb0470aa326c49f0d03d1b70749 | 8e0e0f9619aa146d1743260cbe171677d0743686 | refs/heads/main | 2023-08-23T08:49:01.826421 | 2021-11-01T16:09:25 | 2021-11-01T16:09:25 | 423,521,701 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 239 | c | program60.c | //input :
//output:
#include<stdio.h>
void Display()
{
int iRow=3,iCol=4,i=0,j=0;
for(i=1;i<=iRow;i++)
{
for(j=1;j<=iCol;j++)
{
printf("*\t");
}
printf("\n");
}
}
int main()
{
Display();
return 0;
} |
bfe9f1e5a2bd3693f38ff79309e8896b2473b0a7 | bccf9dc5c1df5c0b3233995f42f9a267033b4ea4 | /main.c | 7c9822864992b78e8d8fa2b9fd05fbcd71d2874e | [] | no_license | Lemonlcy/51-follow-lines-car | d71f8eedb1d054defeb3a690c0d00cbec0754011 | 03db9346b46dc3cdc87f32dfd640d2f61c293559 | refs/heads/main | 2023-08-31T19:09:53.950127 | 2021-11-07T09:30:07 | 2021-11-07T09:30:07 | 425,444,019 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 5,867 | c | main.c | #include <REGX52.H>
#include <string.h>
#include <intrins.h>
/*头文件*/
/*宏常量*/
#define uchar unsigned char
#define uint unsigned int
#define LOW 30
#define MID 40
#define NOM 20
#define HIGH 40
#define FULL 60
sbit L=P3^5; //红外探头左
sbit R=P3^7; //红外探头右
sbit M=P3^6; //红外探头中
sbit L1=P1^5; //红外探头左边
... |
abba022ed07e247f90e696e85f3f3accd9014b4f | 252759ed6d1c05dd642c6638d904eb7ce20fac0f | /93.c | b6a9627e41a4f4387bd1fda1d0ae606f892534c1 | [] | no_license | mareddysravani/teja | 3a294e2c8d1cc600baf199ae48dbd825098aabb1 | cba8c323ec4d1563e348ec38e4c0f981ce8a4532 | refs/heads/master | 2020-04-10T08:42:49.235969 | 2019-02-23T17:14:27 | 2019-02-23T17:14:27 | 160,912,402 | 0 | 0 | null | 2018-12-08T06:48:05 | 2018-12-08T06:48:04 | null | UTF-8 | C | false | false | 117 | c | 93.c | #include <stdio.h>
int main(void)
{
int s,i;
scanf("%d",&s);
k=s+273;
printf("%d",i);
return 0;
}
|
2a6f9598dfa897fa0ac2064d48db9b8b3a09baa6 | 0a3e6743d5b527dd2ca0b84d8bc4b3acb345b558 | /src/fs/f2fs/f2fsprogs/fsck/node.h | cbf7ed708bb26f3cf0b264f5d2cf1f285570961b | [
"LGPL-2.1-only",
"GPL-2.0-only",
"MIT"
] | permissive | fengjixuchui/hydra | 76ed698c2f85bd3d105e585662009b6b96336687 | d49e652018a007bae9d22cb59dfa086deff7ad2f | refs/heads/master | 2023-09-05T12:44:15.852192 | 2021-11-04T02:51:10 | 2021-11-04T02:51:10 | 375,939,086 | 0 | 0 | MIT | 2021-11-04T02:51:10 | 2021-06-11T07:20:31 | null | UTF-8 | C | false | false | 2,477 | h | node.h | /**
* node.h
*
* Many parts of codes are copied from Linux kernel/fs/f2fs.
*
* Copyright (C) 2015 Huawei Ltd.
* Witten by:
* Hou Pengyang <houpengyang@huawei.com>
* Liu Shuoran <liushuoran@huawei.com>
* Jaegeuk Kim <jaegeuk@kernel.org>
*
* This program is free software; you can redistribute it and/or m... |
950f8de1361a74525d97138b2f4b74b4726d9a8e | acdced27985705760bd8a81b67a60e6ba55d588c | /0x15-file_io/0-read_textfile.c | 854c3dc341cbb78d946c712b3a0a05b10860f69d | [] | no_license | FouedDadi/holbertonschool-low_level_programming | 1c9fd22f97b5c69620706d6a262b8dea6c1aae77 | e2de84b9fab5ffbd6f9807871fdb9bdcdc01a9f0 | refs/heads/master | 2020-12-28T17:42:30.584866 | 2020-08-28T10:38:36 | 2020-08-28T10:38:36 | 238,426,170 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 572 | c | 0-read_textfile.c | #include "holberton.h"
/**
*read_textfile- function that reads a text file and print it to POSIX
*@filename: filename
*@letters: number of letters
*Return: return 0 or w
*/
ssize_t read_textfile(const char *filename, size_t letters)
{
int o, r, w;
char *file;
file = malloc(sizeof(char) * letters);
if (file == NULL... |
802b47045919d8121bc79ba3fdbbf1eb4ae47bf3 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/fastsocket/kernel/drivers/net/extr_davinci_emac.c_emac_net_tx_complete.c | e907c993563c0c62807cea4b3427c3f6bc40358d | [] | 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,351 | c | extr_davinci_emac.c_emac_net_tx_complete.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... |
333fb5b0391347fba7d29ce18757dae85dcdad0e | 7896516fb7bcb7724785b9affed657b9677e1281 | /Getter_than.c | 339c5b961a351a79e541f89dd2cadf46e2d18b1e | [] | no_license | Kawsher/C_Programms | bbe5bad2925fecddd31b83b2714152ad25fc76e4 | d191ef3bafe8ad2556873150da775f61890598b6 | refs/heads/master | 2021-01-18T23:07:16.239419 | 2019-12-15T15:27:05 | 2019-12-15T15:27:05 | 87,090,633 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 298 | c | Getter_than.c | #include<stdio.h>
main()
{
int a,b;
printf("please enter number A:");
scanf("%d",&a);
printf("please enter number B:");
scanf("%d",&b);
if(a>b)
{
printf("your number is getter than B:");
}
else
{
printf("your number is getter than A:\n\n");
}
}
|
23f697a3e8da9fb8f71cd02ce43f14125c3c6e2a | b31499a322513ce8fe51cc8f2974afddb1751971 | /Library/Common.h | fbc3d33c46a12d95fb5310f5db2d295cff8beca2 | [] | no_license | PublicTsukun/Miraisozoten | a6beffc8ce5b31a803276734f9e3c2c492d0eee2 | 34c7ddcf7ca754d170bbd804237566f6b0a49dcf | refs/heads/master | 2022-12-11T06:22:45.840744 | 2019-02-12T07:00:09 | 2019-02-12T07:00:09 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C | false | false | 1,136 | h | Common.h | #ifndef __COMMON_H_INCLUDE__
#define __COMMON_H_INCLUDE__
#define _CRT_SECURE_NO_WARNINGS // warning防止
//================================================================
// 画面サイズ関係
//================================================================
/* 画面サイズ */
#define SCREEN_SCALE (1.0f)
#define SCREEN_WIDTH (128... |
1a01f392c43d81c9c324892ab5559e922c6f2f7a | 41d6193de7f38713dbe5089e8da7ce96afa16ac5 | /kernel/generic/include/mach/sa/sys/time.h | ab96678e3846cda2d7d089e4ef9c03070357a156 | [
"BSD-3-Clause"
] | permissive | neozeed/xMach | 2be67bfdcb329b8952d0a384bfc76e6ce025a3e9 | 2283fb558392a5412f06007bb1d55fb5c670bc0a | refs/heads/main | 2023-07-25T07:38:59.593412 | 2022-11-12T23:10:10 | 2022-11-12T23:10:10 | 374,872,648 | 11 | 5 | BSD-3-Clause | 2021-07-14T02:58:10 | 2021-06-08T03:46:04 | C | UTF-8 | C | false | false | 1,688 | h | time.h | /*
* Mach Operating System
* Copyright (c) 1991 Carnegie Mellon University
* All Rights Reserved.
*
* Permission to use, copy, modify and distribute this software and its
* documentation is hereby granted, provided that both the copyright
* notice and this permission notice appear in all copies of the
* softwa... |
a8d8f3321fb24a96eefe83f4eaac33f200b76675 | 34d0bad8a2849447925fef0c752406122baae3f2 | /ti_tools/hdvpss_01_00_01_37/packages/ti/psp/examples/common/vps/chains/links/system/system_main.c | ba9e916c056cc3ae5b5e7d40959bfe3aa2f33dc6 | [] | no_license | pamsimochen/hardwork | 5e05154fac35a0aacc0f8b64c21b2ca767fd4a3d | 1e0a4cafdd1722eb58c4261bad68e602352f2079 | refs/heads/master | 2021-09-07T22:44:16.620515 | 2018-03-02T09:48:40 | 2018-03-02T09:48:40 | 103,899,662 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,748 | c | system_main.c | /*******************************************************************************
* *
* Copyright (c) 2009 Texas Instruments Incorporated - http://www.ti.com/ *
* ALL RIGHTS RESERVED ... |
05511b965e5c8cd8347630a22efe91fbd5237c80 | b1d500a451cd9852089bf3d97e829df069daa9c8 | /Images/MC/dMu/Alignment/0mm/MomBinnedAna/S0_Ag2_vs_p_thetaY_trackReco_WORLD_500MeV_BQ_1.C | 761d31c19835b623d3eebe92d61e7f74f06d2dc8 | [] | 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 | 2,863 | c | S0_Ag2_vs_p_thetaY_trackReco_WORLD_500MeV_BQ_1.C | void S0_Ag2_vs_p_thetaY_trackReco_WORLD_500MeV_BQ_1()
{
//=========Macro generated from canvas: c/c
//========= (Mon Feb 7 14:58:27 2022) by ROOT version 6.24/06
TCanvas *c = new TCanvas("c", "c",0,0,800,600);
c->SetHighLightColor(2);
c->Range(-128.0953,-0.1439058,3216.756,0.3748925);
c->SetFillColor(0);
... |
2f434a6c42b02a0ea3738ec61666447d34f4225f | ff60ee6360103765d42fdc1d60b1cae7970731ff | /tut sheet week 7 -functions pointers/globalprac.c | 3b49c987a7bb84fbba4908a38ea66e9aff9a470f | [] | no_license | purnasrivatsa96/C-programming | c872408d724bde79b1aededbb0da134e0c89f38e | b3367a5882cc6f8842dbf923bfd4da72969ab367 | refs/heads/master | 2020-03-17T19:52:05.823196 | 2018-05-31T04:37:35 | 2018-05-31T04:37:35 | 133,881,542 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 529 | c | globalprac.c | #include<stdio.h>
int a,b,c;
int main(){
scanf("%d %d %d",&a,&b,&c);
int func(int a1, int b1,int c1){
int min;
if(a<b&&b<c)
min = a;
if(b<a&&b<c)
min = b;
if(c<a&&c<b)
min = c;
if(min==a){
a--;
b++;
c++;
return a;
}
if(min==b){
... |
108f1cace4356c11ffc393b8a48be552a3e8373a | d7a6eebfcfbe25734889fe7b0ec597386800160b | /MapServer/dbcomm/dbcontainer.h | ca07b747fb921b1e510b1d4a77b62132f4d7d493 | [] | no_license | naturalleo/coh-score | 09f3a9137ab845739f3cc4be026c014af99ed81e | ccb216f07c25457991b86d3b41ec98ff858ed187 | refs/heads/master | 2020-11-24T19:45:13.700022 | 2019-07-28T14:36:02 | 2019-07-28T14:36:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,398 | h | dbcontainer.h | #ifndef _DBCONTAINER_H
#define _DBCONTAINER_H
#include <stdlib.h>
#include "stdtypes.h"
#include "net_typedefs.h"
typedef struct NetLink NetLink;
typedef struct Packet Packet;
typedef struct ContainerReflectInfo ContainerReflectInfo;
typedef enum ContainerCmd ContainerCmd;
#define MAX_CONTAINER_MEMBERS ( 4000 )
t... |
08f432e0ff821a1115357e3123e3e797df7a65e2 | 0fad34977a5180e29db57495652af995ef484105 | /Console_2_1_52/CalcResults/Offsets.h | 72085028645ca380ed34a59c335b1f219403b1db | [] | no_license | Wenguangliu/Hello | 5759c237c37ffaf7f9d2cdc18ba6f2895557dda9 | 3801697e51eddb4b03c05924cb5e776ec46e18ae | refs/heads/master | 2020-12-11T20:56:05.865805 | 2020-01-30T22:24:33 | 2020-01-30T22:24:33 | 233,956,105 | 0 | 0 | null | 2020-01-14T23:41:25 | 2020-01-14T23:26:41 | null | UTF-8 | C | false | false | 206 | h | Offsets.h | #ifndef __OFFSETS_H
#define __OFFSETS_H
#if defined(__cplusplus)
extern "C" {
#endif
unsigned short SetWavelengthOffsets(void);
#if defined(__cplusplus)
}
#endif
#endif // __OFFSETS_H
|
75ce02c0bb8611d0749b57071ebca816cd76325e | 66d773d6ca92e27d446686d5d7fb17c8a343f1eb | /public/freetds-1.00.23/src/odbc/unittests/connect.c | f5c964720b17b9433381da3137669c8b9a91db05 | [
"Unlicense",
"LGPL-2.0-only",
"LGPL-2.0-or-later",
"GPL-2.0-only",
"FSFAP"
] | permissive | thepriyakadam/hrms | 5af415fd0ac3debc672f45b794df6db04d921940 | af7f44ac10691850487e2c412a666694680a0672 | refs/heads/master | 2021-10-21T17:09:31.736267 | 2019-03-02T07:07:22 | 2019-03-02T07:07:22 | 171,734,186 | 0 | 0 | Unlicense | 2019-03-02T07:07:23 | 2019-02-20T19:16:25 | HTML | UTF-8 | C | false | false | 3,624 | c | connect.c | #include "common.h"
static void init_connect(void);
static void
init_connect(void)
{
CHKAllocEnv(&odbc_env, "S");
CHKAllocConnect(&odbc_conn, "S");
}
#ifdef _WIN32
#include <odbcinst.h>
static char *entry = NULL;
static char *
get_entry(const char *key)
{
static char buf[256];
entry = NULL;
if (SQLGetPrivat... |
69a7ce9881f81a2d655aa7ec1574acbe23c90878 | 3dbe17454145b02a9697748cb2c8fd6563c03786 | /createLog/fwrite4.c | 80a6faf2f28f8039dd3847cf029716d1ee161cc2 | [] | no_license | dujue/SVO_Socket | 25f4f47f0c35fe1c26cdaf4407c37f5edf035448 | 98a79c3fd435dce8de56e79ef9677b51518e6bb7 | refs/heads/master | 2021-01-20T22:51:36.135927 | 2017-08-30T02:17:43 | 2017-08-30T02:17:43 | 101,823,153 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 464 | c | fwrite4.c | #include <fcntl.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
const char* journal_filename = "/Users/maocong90/Desktop/mysocket/createLog/log";
void write_journal_entry (char* entry)
{
int fd = open (journal_filename, O_WRONLY | O_CREAT | O_APPEND, 0660);
wri... |
c66dd7d093047ac34b2e7e467a025b8629e47b4f | c17052504addc245c0a49e1faf89dff035c46723 | /01struct.c | f9be2d0fc1e14699d81e5fa5f71728d1f149c771 | [] | no_license | ImbaZzy/Test01 | de1493bfa6464457cc357b942263aea3a18219c1 | da75a67cf21a43766fa4358ee363b823d0fac0ce | refs/heads/master | 2020-04-04T10:47:48.541960 | 2018-11-03T01:38:35 | 2018-11-03T01:38:35 | 155,866,626 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 176 | c | 01struct.c | #include <stdio.h>
typedef struct
{
int age;
float height;
char name[20];
} per;
int main()
{
per person1 = {10,1.36f,"abc"};
printf("年龄是%d\n",person1.age);
return 0;
};
|
f6a1cb7ae4a8b16751b475333ea9574c486559b3 | abecd90ee33fe434cb6751f4dd780f90f69b74c0 | /User/main.c | c7036400a57c095a538d966bb035cf41b09591d9 | [] | no_license | Cristina0616/STM32Proj | 59fdec212ffa988d374ce24a47473e48e1a1f025 | 211c4c58a67d1a0687a8a433b04c37afaf03233f | refs/heads/master | 2021-06-19T08:47:23.853166 | 2017-06-12T06:53:56 | 2017-06-12T06:53:56 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 26,922 | c | main.c | #include "common.h"
#include "stm_sys.h"
#include "stm_usart.h"
#include "stm_pc.h"
#include "stm_valve.h"
#include "stm_gc.h"
#include "stm_led.h"
#include "stm_mfc.h"
#include "stm_timer.h"
#include "stm_ds18b20.h"
#include "stm_tc.h"
#include "stm_pump.h"
TIME_PARAMETER time_parameter;
SAMPLE_INLET sa... |
d9165387d6b2006d35912358bb90709224aae6c7 | e984b3e90acf1cb0c459f4fbdf9503b202b2a24e | /src/get_map.c | b47f041e3b8b156ade302c7b923715c146df6943 | [] | no_license | Hamzaelkhatri/CUB3D | 8186ab9865f68ab4163ce71a2ffc4b755416498b | 49c2b4c36f08b4e08f0a9e437d9dc9495cbf5576 | refs/heads/master | 2022-05-05T08:37:41.253075 | 2022-03-16T11:05:56 | 2022-03-16T11:05:56 | 234,201,186 | 2 | 1 | null | 2022-03-16T11:05:57 | 2020-01-16T00:33:01 | C | UTF-8 | C | false | false | 2,691 | c | get_map.c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_map.c :+: :+: :+: ... |
52423135a526813d65c6c271283a907269742e31 | 2edb4bbebbe19c79a7851c325178fa17f8287eed | /arprec/tests/tictoc.h | 7181687713673211932c2da308437da7f1d8cb29 | [
"BSD-3-Clause"
] | permissive | alexerat/HPCMinimizer | 21eca6a839f42dc287ba3c903e449f390241b619 | bc3b992862eab34db3da3e3d9c3a42ac122aba09 | refs/heads/master | 2023-03-20T15:22:23.469842 | 2021-03-14T03:02:24 | 2021-03-14T03:02:24 | 347,516,235 | 0 | 0 | null | 2021-03-14T03:02:24 | 2021-03-14T01:13:49 | Roff | UTF-8 | C | false | false | 698 | h | tictoc.h | /*
* tests/tictoc.h
*
* This work was supported by the Director, Office of Science, Division
* of Mathematical, Information, and Computational Sciences of the
* U.S. Department of Energy under contract number DE-AC03-76SF00098.
*
* Copyright (c) 2000-2001
*
* Contains function used for timing.
*/
#ifndef _TI... |
384206b9cc8189c5c107e8e90786a8724005d1bb | ff443629c167f318d071f62886581167c51690c4 | /src/secp256k1/src/secp256k1.c | 4c11e7f0b8b582e213020ebf9e837bb6d6d40ad2 | [
"MIT"
] | permissive | bitcoin/bitcoin | a618b2555d9fe5a2b613e5fec0f4b1eca3b4d86f | 6f03c45f6bb5a6edaa3051968b6a1ca4f84d2ccb | refs/heads/master | 2023-09-05T00:16:48.295861 | 2023-09-02T17:43:00 | 2023-09-02T17:46:33 | 1,181,927 | 77,104 | 33,708 | MIT | 2023-09-14T20:47:31 | 2010-12-19T15:16:43 | C++ | UTF-8 | C | false | false | 29,174 | c | secp256k1.c | /***********************************************************************
* Copyright (c) 2013-2015 Pieter Wuille *
* Distributed under the MIT software license, see the accompanying *
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
***************************... |
536651934affe228c7bf89aabd9c534ff926bb38 | d8dfa2ffc3d77ff70b02f0d782ed2529c533d5c5 | /src/Elevator/etrice.runtime.c/src/common/messaging/etMessageQueue.c | 96a86b0467f885d714c1d9413cb28634503400f6 | [] | no_license | protossoftware/de.protos.demos | 5d6069df1a0b7f6beb3c4ac8c822fd9a9fc67943 | 7ea0a166944c5b3877bdaa252563557023bbb4f9 | refs/heads/master | 2022-11-21T01:15:27.100411 | 2020-07-10T14:44:02 | 2020-07-10T14:44:02 | 25,356,522 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,222 | c | etMessageQueue.c | /*******************************************************************************
* Copyright (c) 2011 protos software gmbh (http://www.protos.de).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distr... |
76ffe831acb2ad516e8b1ec3b2eaa6cdc7b57408 | 479196119fe622a36752ff1c10063139964d6990 | /开发板配套例程/F407霸天虎_V1_V2开发板/2.HC05透传控制LED灯(4.5寸屏)/User/main.c | 863e1e83405625dd36cb41370549afefb6208ee9 | [] | no_license | Embedfire-wireless/ebf_bluetooth_hc05 | b8e60b3d480646613c1727edf287428981d481e7 | 9cff1547e2179583fffedee282328d58b9e21471 | refs/heads/master | 2023-06-21T18:40:02.090247 | 2021-07-19T04:03:09 | 2021-07-19T04:03:09 | 230,385,484 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 8,035 | c | main.c | /**
******************************************************************************
* @file main.c
* @author fire
* @version V1.0
* @date 2015-xx-xx
* @brief HC05蓝牙模块测试程序
******************************************************************************
* @attention
*
* 实验平台:野火 STM32 F407 开发板
... |
e3aa39a533c5c31bf3f5b327e07312100f642ead | 8838eb997879add5759b6dfb23f9a646464e53ca | /src/include/hal/mem_barriers.h | 499e1dde347ced37c3ea32171610701fa278b823 | [
"BSD-2-Clause"
] | permissive | embox/embox | d6aacec876978522f01cdc4b8de37a668c6f4c80 | 98e3c06e33f3fdac10a29c069c20775568e0a6d1 | refs/heads/master | 2023-09-04T03:02:20.165042 | 2023-09-02T14:55:31 | 2023-09-02T14:55:31 | 33,078,138 | 1,087 | 325 | BSD-2-Clause | 2023-09-14T16:58:34 | 2015-03-29T15:27:48 | C | UTF-8 | C | false | false | 353 | h | mem_barriers.h | /**
* @file mem_barriers.h
* @brief Header file for memory barriers
*
* @author Michele Di Giorgio
* @date 23.11.2015
*/
#ifndef HAL_MEM_BARRIERS_H_
#define HAL_MEM_BARRIERS_H_
#include <module/embox/arch/mem_barriers.h>
#ifndef __ASSEMBLER__
extern void data_mem_barrier(void);
#endif /* __ASSEMBLER__ */
... |
77cd4772cf872170c3b86b6c66977275522edfcc | fc86c733caeba5275a6f9c5723f7dabde4b7ff5e | /C/19_rmNthNode.c | 1291e4ff3d3f5a873c87685711a90f769d917537 | [] | no_license | HwHgoo/LeetCode-Solution | f86390dc2bdcdb2b8f18519aba1c42f946f6dfd3 | 48d3ee51629539f3e942f233ed650f7e24050b37 | refs/heads/master | 2021-06-09T21:15:17.970238 | 2021-06-02T06:55:21 | 2021-06-02T06:55:21 | 181,022,147 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 927 | c | 19_rmNthNode.c | #include<stdio.h>
#include<stdlib.h>
struct ListNode{
int val;
struct ListNode *next;
};
struct ListNode* removeNthFromEnd(struct ListNode*, int);
int main(){
struct ListNode* head = (struct ListNode*)malloc(sizeof(struct ListNode));
head->val = 1;
head->next = NULL;
head = removeNthFromEnd(h... |
e2997fb88f1d22fa1547a7181ceba13a2e09447f | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/mpv/demux/extr_demux.c_demux_start_thread.c | 43238aa673824d6e20e05537276db773f48df456 | [] | 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,018 | c | extr_demux.c_demux_start_thread.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... |
7357432838b10e26907653295c49dbdc9130d2ba | 65e705948ade0d991549b01a997b33e029d59092 | /src/multiplayer_snake/commands.h | d95990f661a3193296fb5314499e10d5b4fd936f | [] | no_license | turok-m-a/multiplayer_snake | 99d438584507fa9194bd94b504d9a32cef508331 | b4423189db5d1d487dfa8814804c60bb674a4576 | refs/heads/master | 2020-04-09T16:03:56.542162 | 2016-12-08T11:55:36 | 2016-12-08T11:55:36 | 68,273,733 | 0 | 1 | null | 2016-12-08T11:55:36 | 2016-09-15T07:11:16 | C++ | UTF-8 | C | false | false | 185 | h | commands.h | #ifndef COMMANDS_H
#define COMMANDS_H
enum commands {MOVEUP, MOVEDOWN, MOVELEFT, MOVERIGHT,WALLS0,WALLS1,WALLS2,SPEED0,SPEED1,START,STOP,RESET,NO_CMD,COORDINATES};
#endif // COMMANDS_H
|
375ab6e56f322c3fcaedb4c1760237929e19ce9b | 0c89bc52925856b578f1571ffebdc8c97256a240 | /proj/server.c | 863df98dd74ab0d9e3cd754f3a687144eef545f7 | [] | no_license | zmmoo/Linux-program-notes | 0791c21e1120b8b46c51bbc86ca0a33e87e8ec88 | fb399ddd1cbf61e34bb5f19f0fe0717d5e5a27a2 | refs/heads/master | 2020-09-07T08:47:15.997249 | 2019-11-25T14:18:16 | 2019-11-25T14:18:16 | 220,727,635 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,700 | c | server.c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <signal.h>
#include <sqlite3.h>
#include <string.h>
#include <time.h>
#define N 32
#define R 1 // user register
#define L 2 //user login
#define Q 3 //user... |
5ddf3fd1675d4e76c81138baafd9d24a60100fff | 02ffeb53481362a4ac2c90f4c76460a27a448e4d | /A8107/projects/tag/sources/init.h | f4fbc8c2729d2aa8ff81d1581d20ff058b0b4cfc | [] | no_license | yicheng55/scanner_mss | 9b28ed3ba71c4fbff3fe84d8f5efc4a164c5d23d | 319ee0d6f6a52f84420748038fa7eba9d5e673de | refs/heads/main | 2023-04-10T15:02:58.548885 | 2021-04-06T06:48:45 | 2021-04-06T06:48:45 | 354,554,486 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 341 | h | init.h | /**********************************************
* init.h
*
**********************************************/
#ifndef _INIT_H_
#define _INIT_H_
void SetOneshotTimer0(TIMER_Type *timer, uint32_t msec);
void SetOneshotTimer1(TIMER_Type *timer, uint32_t msec);
void startTimer(TIMER_Type *timer, uint32_t msec);
void RTC_S... |
9dce0d437e01ad718b0ae3ae2a90042d2e10ed59 | 99bdb3251fecee538e0630f15f6574054dfc1468 | /components/net/lwip/lwip-2.1.2/src/apps/altcp_tls/altcp_tls_mbedtls_mem.c | 04d47ae51c77f2b992cf603153af133ddaea2146 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | RT-Thread/rt-thread | 03a7c52c2aeb1b06a544143b0e803d72f47d1ece | 3602f891211904a27dcbd51e5ba72fefce7326b2 | refs/heads/master | 2023-09-01T04:10:20.295801 | 2023-08-31T16:20:55 | 2023-08-31T16:20:55 | 7,408,108 | 9,599 | 5,805 | Apache-2.0 | 2023-09-14T13:37:26 | 2013-01-02T14:49:21 | C | UTF-8 | C | false | false | 6,720 | c | altcp_tls_mbedtls_mem.c | /**
* @file
* Application layered TCP connection API (to be used from TCPIP thread)
*
* This file contains memory management functions for a TLS layer using mbedTLS.
*
* ATTENTION: For production usage, you might want to override this file with
* your own implementation since this implementation simpl... |
affd0b454dd517f001559c84c4467d6f7372d767 | 5d0e60a98c6f3acef3c9b78544f598d7dccff60d | /과제 4/main.c | 2f26bb934c9f7f0d362d6aa072464e40b16ca3b4 | [] | no_license | yerimstar/FileSturcture | a1b0310ff15302f52e0700fa56ad3e51857417f9 | 5c15a141cb32279543eae52b993ca59b9cea6e9b | refs/heads/master | 2021-05-20T00:02:51.708685 | 2020-06-20T04:26:58 | 2020-06-20T04:26:58 | 252,097,299 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,905 | c | main.c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <assert.h>
#include "sectormap.h"
extern FILE *flashfp;
void ftl_open();
void ftl_read(int lsn, char *sectorbuf);
void ftl_write(int lsn, char *sectorbuf);
void ftl_print();
void initialize_flash_memory();
int main(int argc, char *a... |
71c60697c9c1cd042564f6d617860f39d26b92a8 | fbf817264baf0a5c1c119d364b1145966504124e | /R5_2/branches/dvuong/modules/r5.c | fef6a784a3ce2e92d0608ebe2539bff341437630 | [] | no_license | Zargontapel/MPX-OS | a87621027809f6cdbb0635b5909c77d40866664c | 8796423e0e6f3e476c6697ac5989123414900d19 | refs/heads/master | 2021-01-18T22:40:41.821478 | 2016-06-11T02:11:10 | 2016-06-11T02:11:10 | 39,805,509 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,096 | c | r5.c | #include "r5.h"
#include <mem/heap.h>
#include <core/serial.h>
#include "string.h"
MemoryBlockList freeList;
MemoryBlockList allocList;
int init_heap(int size)
{
CompleteMCB* heap = (CompleteMCB*)kmalloc(sizeof(CompleteMCB) + size + sizeof(LimitedMCB));
heap->type = 0;
heap->beginningAddress = (u32int)&heap... |
14af56ebe3f085beb98fdcff12187224673046c8 | dd222dc970d3e181c317d3e12351968fdc490121 | /libs/intel/phis/0.12/guk/sort_gukscf.c | c5c9eac76c056ef3d2dc0988f006ebcf847edf37 | [] | no_license | cxlsmiles/theADCcode | 7cb04e77a91fd2c2bd4a8f9f140bcab8a933fe98 | e7136e9c3a70d3fd52be6f79674426e814c12e8f | refs/heads/master | 2021-01-21T09:42:49.176412 | 2017-05-18T07:50:15 | 2017-05-18T07:50:15 | 91,664,330 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,826 | c | sort_gukscf.c |
#include "./guk.h"
/*#include "typedefs.h"*/
/* sort_gukscf.c:
*
* The scf-vectors of GUK are sorted in a strange way. Here they are
* reordered.
*
* $Log: sort_gukscf.c,v $
* Revision 1.4 2003/04/24 14:05:49 joergb
* * guk_aux.c (guk_getpara): New function, determines GUK parameters
* from actual df... |
d9b8d411132f1d30bd91860099f314883751b43b | 12381c8534715335959b0d67a3afff9f26ea470d | /ZUIMEIDemo/ZUIMEIDemo/Config.h | 5d3a82e8dea0716121e1c0a1dbbd181bcf75db4e | [] | no_license | Rakutou/ZUIMEIDemo | c4e262fe37a11b41dc0bb94ae64040d25dc14d31 | 1ff1e9d789e08fda5c77e83e4e2c683b3b577a81 | refs/heads/master | 2021-05-30T11:01:16.276678 | 2016-01-12T18:18:27 | 2016-01-12T18:18:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 913 | h | Config.h | //
// Config.h
// ZUIMEIDemo
//
// Created by zhangle on 16/1/12.
// Copyright © 2016年 zhangle. All rights reserved.
//
#ifndef Config_h
#define Config_h
static NSString * const kServerHost = @"http://zuimeia.com/";
static NSString * const kConfigUrl = @"http://zuimeia.com/api/config/?appVersion=2.2.4&openUDID=... |
0a687867c6af46d31d9089256362e77430c237cf | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/RetroArch/audio/drivers/extr_xenon360_audio.c_xenon360_audio_init.c | 346fcb32a715b0eb2eb4b31454fa1fa747cab521 | [] | 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 | 895 | c | extr_xenon360_audio.c_xenon360_audio_init.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... |
bd8a38e6a274b71dfad28081f61b7a099076f7dc | 36183993b144b873d4d53e7b0f0dfebedcb77730 | /GameDevelopment/Game Programming Gems 3/Source Code/04 Graphics/08 Weber/CoralTree/osd/xtype.c | a0040e28685c1fbb6b9a2009fb15e231b38ce064 | [
"Artistic-2.0",
"Intel",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | alecnunn/bookresources | b95bf62dda3eb9b0ba0fb4e56025c5c7b6d605c0 | 4562f6430af5afffde790c42d0f3a33176d8003b | refs/heads/master | 2020-04-12T22:28:54.275703 | 2018-12-22T09:00:31 | 2018-12-22T09:00:31 | 162,790,540 | 20 | 14 | null | null | null | null | UTF-8 | C | false | false | 1,582 | c | xtype.c | #include<osd/osd.h>
main()
{
printf("char8 %d\n",8*sizeof(char8));
printf("int8 %d\n",8*sizeof(int8));
printf("uint8 %d\n",8*sizeof(uint8));
printf("int16 %d\n",8*sizeof(int16));
printf("uint16 %d\n",8*sizeof(uint16));
printf("int32 %d\n",8*sizeof(int32));
printf("uint32 %d\n",8*sizeo... |
7b4cfb929091d4d75f5df4fe3714db80b0e10709 | abe1e6a8fbdeb8a9fa18e9793d72f71964ea480d | /Lista10/Lista10_ex2.c | 2c91dfe2077d88037cc2285e19f0d8490873df5d | [] | no_license | oarthurcarvalho/comp-dig-2 | 084c3ab94cae7474d7625ac6f028536cb362edf7 | a491ce316551b04fda6cd793e5f2f1acc164aa09 | refs/heads/master | 2020-07-03T05:47:45.726747 | 2019-12-03T01:40:45 | 2019-12-03T01:40:45 | 201,807,462 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 740 | c | Lista10_ex2.c | #include <stdio.h>
#include <stdlib.h>
typedef struct lista
{
int info;
struct lista* prox;
}Lista;
Lista* lst_insere(Lista* lst, int i);
int maiores(Lista *l, int x);
int main(void)
{
Lista *lst = NULL;
lst = lst_insere(lst,23);
lst = lst_insere(lst,45);
lst = lst_insere(lst,25);
lst = lst_insere(lst,28);
... |
bba6baf5b3ea1d4a71f74130ef5cd621876854d2 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/fastsocket/kernel/drivers/net/extr_ll_temac_main.c_temac_set_mac_address.c | 0e34e4c3f94e065be8e957a16138ac6801fa225a | [] | 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,856 | c | extr_ll_temac_main.c_temac_set_mac_address.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... |
2b4b49e9c7a0f1e3be7c49854793dbfa3457d049 | 8aa67e71f2303870064c3b06793dc63c786e8b13 | /checker.c | 5c5ae4e89e1579a56716846b76f76b23cb02bc6d | [] | no_license | jeanyvesbrisset/push_swap | cc1670b9f1bb007386d22d57af7cf281f92a8b59 | e2d5f5db8006cea34e2ba43a11c9f595d7e9461a | refs/heads/master | 2020-05-16T11:23:59.915573 | 2019-11-18T11:46:08 | 2019-11-18T11:46:08 | 183,015,120 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,074 | c | checker.c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* checker.c :+: :+: :+: ... |
1e245668fe3ccfb2d1588b8a7e64cb43c84a32e8 | b8583718e121f4d52a1aafe54554e85cbef2511e | /chromium/patches/patch-base_trace__event_process__memory__dump.h | fbeb7af2488eba443483a072cb7ef4ee1dbe18d9 | [] | no_license | akulpillai/pkgsrc-wip-gsoc2019 | 104c048b6e894bdc1ffa6e3397507ff3298d12f1 | 3eb20dd9fe1b75ad836a49a517c9c040f2b04e13 | refs/heads/master | 2020-07-07T16:32:43.983630 | 2019-08-26T15:33:52 | 2019-08-26T15:33:52 | 203,386,868 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 457 | h | patch-base_trace__event_process__memory__dump.h | $NetBSD$
--- base/trace_event/process_memory_dump.h.orig 2017-02-02 02:02:47.000000000 +0000
+++ base/trace_event/process_memory_dump.h
@@ -24,7 +24,7 @@
// Define COUNT_RESIDENT_BYTES_SUPPORTED if platform supports counting of the
// resident memory.
-#if (defined(OS_POSIX) && !defined(OS_NACL)) || defined(OS_WIN... |
b2826b8450b5d8abf1d3365e0937f2f098c457d8 | 553b7f0d61476c07d1bdf6527284f1c836effe96 | /src/alive_blinking.c | 9502564b9401eed8aaf5f6e57cd1d74f172cc822 | [] | no_license | muhkuh-sys/org.muhkuh.tools-flasher_standalone | 4b9870afa34636ff6b18ae296d686d3de9f0cccb | d083377a252056ff0801291ce5f32bad440e840c | refs/heads/master | 2021-08-28T08:25:18.985412 | 2017-12-11T18:02:58 | 2017-12-11T18:02:58 | 113,317,870 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 974 | c | alive_blinking.c | #include "alive_blinking.h"
#include "systime.h"
#include "rdy_run.h"
/* Produce a more or less constant green blinking. */
static unsigned long ulAliveBlinking;
static unsigned long ulAliveBlinkingDuration;
static RDYRUN_T tAliveBlinkingState;
void alive_blinking_init(unsigned long ulBlinkDuration)
{
ulAliveBlinki... |
212b49793eb09e3050f2b86d9dccdfdad6e1d465 | a4e8b18aebee5acf80acadb127f25deb0abdb8f1 | /src/finoa_xtz_config.h | be11dcc122a984360ca25ad39e846ee44e471357 | [
"MIT"
] | permissive | daniel-zullo/finoa_xtz | cc9b2e0c1c065b44d305df20a9d635302cb67c63 | 6ac622d78d4f3b95222abee4c8c4886f0ab734ca | refs/heads/master | 2023-03-15T22:06:02.780100 | 2020-06-09T15:34:09 | 2020-06-09T15:34:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,150 | h | finoa_xtz_config.h |
#ifndef FINOA_XTZ_FINOA_XTZ_CONFIG_H
#define FINOA_XTZ_FINOA_XTZ_CONFIG_H
#define FIN_XTZ_MAGIC_ED25519_KEY "\x06\xA1\x9F"
#define FIN_XTZ_MAGIC_SIG "\x09\xF5\xCD\x86\x12"
#define FIN_XTZ_SIZE_ADDRESS 36
#define FIN_XTZ_SIZE_BRANCH 32
#define FIN_XTZ_SIZE_ED25519_PUBKEY ... |
e4143b645050f31e9a6e0346bb041e4acf6d8d3b | 5146d829d7ec6bf6383a8fb096cccc1a309205bd | /俄罗斯方块.c | e29a435b03700f56fc593500fb0c307109cc5f8d | [] | no_license | Wadekiny/Tetris | 76e4c1871a11302dc9c2234752aa490a339fca6b | 6e4fe71311e8fc6e9d0d89275ef056ca63af1d51 | refs/heads/master | 2022-08-18T12:18:06.771761 | 2022-07-19T13:01:11 | 2022-07-19T13:01:11 | 215,301,603 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 15,537 | c | 俄罗斯方块.c | #include<stdio.h>
#include<windows.h>
#include<conio.h>
#include<time.h>
#include<stdlib.h>
#include<stdint.h>
#include<stdbool.h>
#include<string.h>
#define BEGIN 4
#define END 23
//打印函数 隐藏光标函数
#define Print() PrintPool(); PrintFrame()
#define HideCursor() CONSOLE_CURSOR_INFO cursor_info = {1, 0};SetCons... |
4981dc83d375aae5c2995735241e2c165a189669 | 04a1c00f4a666a10b49fbe6594e6c957a078edbc | /submitted labs/Lab2/task3/menu_map.c | 435e0f0b158879b61de0eb8326bc80b06d5d4fe3 | [] | no_license | shirasegev/Archi-labs | 104f74dd33174282a5e9f95edc9ae3a4cf6ef93b | 40c807a430a7a9d77334d188ab1a18d46c6eb8e7 | refs/heads/main | 2023-02-02T20:57:09.357072 | 2020-12-25T11:43:20 | 2020-12-25T11:43:20 | 324,346,588 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,502 | c | menu_map.c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
char censor(char c) {
if(c == '!')
return '.';
else
return c;
}
void map(char *array, int array_length, char (*f) (char)){
/* TODO: Complete during task 2.a */
for (int i=0; i< array_length; i++){
array[i] = f(array[i]);
}
}
/* Gets... |
4b98ff8f6ee6cdc6967d66e2c3df7c5dd431cdf3 | 48c08c2c0310160504926f8422b4aef3096de1c1 | /CleverSnake/Archiver.c | a5794dbd5abb6bec01ad2cf6026cf75b42589329 | [] | no_license | LeeG4ng/CleverSnake | 5ff32885a2c1f31b0887eb1154ce66099f0fdce6 | 0b49e94636e9573fe745dc2110ef69fd0e4bd577 | refs/heads/master | 2021-09-03T19:24:50.950834 | 2018-01-11T11:42:31 | 2018-01-11T11:42:31 | 115,062,522 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,158 | c | Archiver.c | //
// Archiver.c
// CleverSnake
//
// Created by Gary Lee on 2018/1/8.
// Copyright © 2018年 UniqueStudio. All rights reserved.
//
#include "Archiver.h"
#include <stdlib.h>
static char * path = "./archives.json";
void archive(Status * end) {
FILE * file = fopen(path, "wb");
Archive new;
Snake * s... |
aa04fefce43db739400cd4213a4d64a350741066 | f2e20cedbcbda369839e1911092c61e61e45434c | /laboratorio_pro_est/practica_06_01_01.c | e3826c51147fae3f1dd35fafa616d06934a50fe7 | [] | no_license | AbrahamHRomo/SAMCRO | e23fcf51d28369278cd26ae2282438839063e4a8 | e65ee71619c62f721bfc3c89ad564e1f313b13fa | refs/heads/master | 2023-01-30T23:16:54.296477 | 2020-12-17T06:09:33 | 2020-12-17T06:09:33 | 291,919,967 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 553 | c | practica_06_01_01.c | #include<stdio.h>
#include<stdlib.h>
int main()
{
int num_piramide, indicador;
printf("Ingrese cantidad POSITIVA ENTERA: ");
scanf("%d", &num_piramide);
system("cls");
printf("\n");
do{
printf("%d",num_piramide);
if(num_piramide > 1)
{
indicador = num_piramide;
do{
... |
0c570b6abf2d52b86883db8b40083faf9a6eecd1 | 61da6274995cf914291af51bd02e60f408fdfedd | /src/misc/debug.h | aa59fb8de60703120c9d859d639f4704ca32dd3f | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | mrirecon/bart | 360d518b4c79836d506803aa4a77e8e252ab820b | a3c9dc313f79c4c52f1ba3e617d5831ef088ddf7 | refs/heads/master | 2023-08-31T11:01:08.932824 | 2023-08-30T12:15:35 | 2023-08-30T13:51:18 | 23,212,230 | 264 | 185 | BSD-3-Clause | 2023-08-03T18:43:36 | 2014-08-22T03:57:09 | C | UTF-8 | C | false | false | 2,334 | h | debug.h | /* Copyright 2013. The Regents of the University of California.
* Copyright 2016. Martin Uecker.
* Copyright 2018. Damien Nguyen.
* All rights reserved. Use of this source code is governed by
* a BSD-style license which can be found in the LICENSE file.
*/
#ifndef __DEBUG_H
#define __DEBUG_H 1
#include <stdarg.h... |
7a062448c556c7f9b9ea96162d6e0b19b7eae027 | acd4aea6cac449f1382b75b7e59afa25af78bb1c | /Tracker_AI_DC_IAP_2.00/HAL/RTC.c | 69c7fb3fcc73b48cf65017ab90b28ab21c88fc91 | [] | no_license | tangtao13579/AI-2-L5-Control-Project | a1e8768a695f1c660efab36bd4d4596ea935eba6 | c10e28b5264c4a4013bb8f2cf7699b0b4f9a0a80 | refs/heads/master | 2022-11-22T14:36:25.706156 | 2020-07-27T08:27:30 | 2020-07-27T08:27:30 | 271,431,256 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,301 | c | RTC.c | #include "stm32f10x_rcc.h"
#include "stm32f10x_gpio.h"
#include "RTC.h"
#define RTC_PORT_CLK RCC_APB2Periph_GPIOC
#define RTC_PORT GPIOC
#define RTC_DA_Pin GPIO_Pin_6
#define RTC_CLK_Pin GPIO_Pin_8
#define RTC_CE_Pin GPIO_Pin_9
#define RTC_WR_Pin G... |
b889d27543a15a25a5404ec0e6eef59faf8b73f9 | bdc4e2aba96bba9eac674c066510ead3f0bb9c21 | /source_graphe/file.c | f01589b9eefbeeccdee25b01f8c889912495a88b | [] | no_license | EmericBre/ALGO_TP3 | 6544759e80265e0cc385384a75e93ead0f7681c9 | eff587bf40a0161f72e96ef6068715cc0a2125dc | refs/heads/main | 2023-04-15T12:20:11.148013 | 2021-05-03T17:26:51 | 2021-05-03T17:26:51 | 355,448,007 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 792 | c | file.c | #include <stdlib.h>
#include "graphe.h"
#include "file.h"
pfile_t creer_file ()
{
pfile_t file = malloc(sizeof(file_t));
file->tete = 0;
file->queue = 0;
return file;
}
int detruire_file (pfile_t f)
{
free(f);
return 1;
}
int file_vide (pfile_t f)
{
if (f->tete == f->queue) {
return 1;
}
retur... |
5e23c8eb1099386fd2a54e9bf09b9ef66b2b36fd | 4b782f259b190bec7265f4d1045d8af9eb9be932 | /src/window.c | b31e9121cb8a34d4e0820100ef41d0a71af9d7fe | [
"BSD-2-Clause"
] | permissive | DeforaOS/Notes | 1654bff13f7ac3c29039033747814380b4fb4f3e | 66ce87851e3ac790d92bb278e222e46e768fe543 | refs/heads/master | 2021-01-18T22:08:40.883602 | 2020-11-19T02:16:08 | 2020-11-19T02:16:08 | 41,649,652 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,448 | c | window.c | /* $Id$ */
/* Copyright (c) 2015 Pierre Pronchery <khorben@defora.org> */
/* This file is part of DeforaOS Desktop Notes */
/* 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. Redistri... |
f358f50005a58838efd619ee48b64944193834f3 | 3191404a4f70349b20fcb06b868f018afc1e7ee4 | /client/list.h | 06275de2563aafcb39d4c51f0beb2dc4886f0d60 | [] | no_license | blakearnold/rfidentify | 2bd53268906bff1fe536f15e0919bf5f046e92f0 | 35de35cdc1a7b7ea62ced59209ad4390a89238c2 | refs/heads/master | 2020-06-04T06:19:30.711213 | 2010-05-13T18:21:31 | 2010-05-13T18:21:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,320 | h | list.h | #ifndef _LIST_H_
#define _LIST_H_
/**
* @author Willi Ballenthin
* @file list.h
*
* This file contains the declaration of a
* singly-linked list data structure.
*/
/**
*
standardization:
a list ends with a cell that looks like:
\code
+---+---+
---> | v | 0 |
+---+---+
\endcode
and empty list t... |
5b1f7c4f102bc4348c2eb7cf0541d64b7352c1fe | bd8aa247f2c414d2a77017911fe8273ecf341578 | /more.c | 8aeb8ed1ef4d4f981a3279afea5afdb594865065 | [] | no_license | Nashspinaice/branches-basics | e35ad15750fd74c3dae2e533cfce8237f74c2d98 | 89e7cd4861c21b1db2ac68cae39ab94e591c8013 | refs/heads/master | 2021-03-31T00:54:13.922182 | 2018-03-13T07:06:34 | 2018-03-13T07:06:34 | 124,983,707 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 59 | c | more.c | #include <stdio.h>
void output()
{
printf("new file");
}
|
0913a2a007aad7d3dbd3a1815911b83ac4d559f1 | a67032bb052e4442be305e68c973bc318ea342cd | /Labs/LINKEDLI.C | 836f57ecc876558a45fcc86282a3b3ca9da9c304 | [] | no_license | MostafaNader96/DataStructures_And_Algorithms | 2bd8206ee9c5264d6a5c332de0280df9f346bee5 | 64d7064d545b6198959bd79b290507f09601951e | refs/heads/master | 2022-09-17T09:47:58.935195 | 2020-05-31T16:52:24 | 2020-05-31T16:52:24 | 268,322,259 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,539 | c | LINKEDLI.C | #include <stdio.h>
#include <conio.h>
#define up 72
#define down 80
#define enter 13
#define esc 27
typedef struct node
{
char name[20];
int id;
struct node *next;
struct node *prev;
}node;
typedef struct linkedlist
{
node *start;
node *end;
}linkedlist;
node* createnode(void);
void datanode(node *nodee);
void ... |
2c74e191300dc379f7780d397135e86fcf6291cd | 8518460961ce7b8f8b3353d253167511da408ab5 | /rpn/rpn.c | b7688071fcbb8163ea010467fde69b90e7fce718 | [] | no_license | emilwihlander/edaa25 | c05447792a64cac1b962ed12f0cfba0e08dad470 | 7b13386b1ee707868ed73ccdd5a3e707d4e9f036 | refs/heads/master | 2020-12-01T14:56:38.134947 | 2019-12-28T21:44:29 | 2019-12-28T21:44:29 | 230,671,291 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,367 | c | rpn.c | #include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
#include <limits.h>
#define N (10)
struct stack
{
int top;
int *array;
};
struct stack *create_stack()
{
struct stack *s = (struct stack *)malloc(sizeof(struct stack));
s->top = -1;
s->array = (int *)malloc(N * sizeof(int));
return s;
}
void free_stack(... |
bde669b189c3a42bc354830a44d7fa0a65512010 | e37d85dabdc94e25e49c08270502badf6c709582 | /package/json/kjson/kmap-inline.h | ba2e5e7eec74c53d541c1e0a9ef2c5426ec09ba0 | [
"BSD-2-Clause"
] | permissive | shinpei/minikonoha | 1e6a4595a70d447b0c82ceb528aeb8c898cb0be8 | 0462e2db2069ef2f24127d6be743072d42384f98 | refs/heads/master | 2021-01-16T21:51:21.965676 | 2012-10-17T07:31:57 | 2012-10-17T07:31:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,562 | h | kmap-inline.h | /****************************************************************************
* Copyright (c) 2012, Masahiro Ide <ide@konohascript.org>
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source... |
e22755cd939cbebe967b2e5d65cc71ff35e7b77b | 2a44ac0c4ea4d00838ffa3d5d050eaa24b074675 | /adv-tests/033_R4_.c | 11f89de5ec33df99dcdd5bf6eb22e3e7fe20f34c | [] | no_license | jvitasek/VUT-FIT-IFJ-Proj | 49cd300d1d214cc0b24034fa0dbbeabb4df7e3c6 | e07575300bd9b1b9fa8f31a313a9e25acd83d438 | refs/heads/master | 2021-01-10T09:35:03.397951 | 2015-12-13T22:19:43 | 2015-12-13T22:19:43 | 51,268,069 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 118 | c | 033_R4_.c | string func( string p1, int p2, bool p3, double p4 ) {
return concat( p1, "asd" );
}
int main() {
int x = func();
} |
9194afbd6bcf960e791b27b30661076c8e90f70d | c76ebb334001f9eeaa153955758a6708101838f1 | /main.c | b3326c20620f70c5d2a3a2f218da36fd2c40be31 | [] | no_license | Jonathana1106/Servidor_DK | b0255476bcbd51c0957cf724dc17d7284b6be534 | 30079c8c3ece1b4d68714d1f3fd9464e06a7436a | refs/heads/master | 2022-01-06T14:12:31.595676 | 2019-06-15T02:40:37 | 2019-06-15T02:40:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 449 | c | main.c | #include <stdio.h>
#import "host.h"
#include <pthread.h>
int main() {
pthread_t thread_id;
pthread_create(&thread_id, NULL, &open_console, NULL);
pthread_t thread_id2;
pthread_create(&thread_id2, NULL, &config, NULL);
pthread_t thread_id3;
pthread_create(&thread_id3, NULL, &escuchar_Host, NU... |
e620b030c92021501bc301e244ef627f1dbfcac1 | 8ad63cd3314821128e1e08942ef5d0d89da326ba | /common.h | 3f5c85f86431a8e1cf33bab082ee7a0c6673a29e | [] | no_license | lcl22hope/PoiCollectionView | 373894820a04e2c367cbb7172eff3f481fcb287d | b890a23465e025e4aa9a522c0f2fc5ca4796a009 | refs/heads/master | 2021-01-10T09:16:32.504214 | 2015-12-11T13:30:55 | 2015-12-11T13:30:55 | 47,746,645 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,514 | h | common.h | //
// utility.h
// RewriteCollectionView
//
// Created by lcl on 15/12/10.
// Copyright © 2015年 lcl. All rights reserved.
//
#ifndef utility_h
#define utility_h
#ifndef MAS_SHORTHAND
#define MAS_SHORTHAND
#endif
#define SCREEN_WIDTH ([[UIScreen mainScreen] bounds].size.width)
#define SCREEN_HEIGHT ([[UIScreen ... |
d96d99d58cda38aeeaa4cf2457e7d1a57099cc21 | 8e4325235c4e2e97172720dc2de8d79ca30b88e8 | /src/divide_stacks.c | bf511a89f884645ce4d778b6184b6fbc7ec052b8 | [] | no_license | wtandoor/push_swap | f5260e12571b841f86cbc794583d60b85683231e | fd1868e85f985b071dd8e59bd6735326e6f5bf94 | refs/heads/master | 2023-08-14T16:24:04.185581 | 2021-09-20T13:37:50 | 2021-09-20T13:37:50 | 406,365,106 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,969 | c | divide_stacks.c | #include "push_swap.h"
int div_stack_a(t_stack **stack_a, t_stack **stack_b, t_com **final, int len)
{
int rot;
int mid;
t_stack *tmp;
int part;
part = len / 2;
tmp = *stack_a;
rot = 0;
mid = find_mid(*stack_a, len);
while (tmp && part >= 0)
{
if (((*stack_a)->dif == 1 && tmp->n < mid)
|| ((*stack_a... |
e3cada4cd079f268cb604e5f7f72870f04a4ff79 | 02ca2bb446b36c88275bb3cfe246eaf0dd188faf | /editor/srcs/ft_save_as.c | eb1747692cf2e34a748e95672f0760bbf9b39109 | [] | no_license | nevanna/doom | 4e5c272f755aec45d07930f50f3d2054431acaec | 00176692144bda237a3f60a4650ec9a0ff4ebc4a | refs/heads/master | 2022-07-09T11:36:31.287310 | 2020-05-17T14:03:44 | 2020-05-17T14:03:44 | 264,680,784 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 526 | c | ft_save_as.c | #include "doom.h"
void ft_save_as(t_doom *d)
{
int xmin;
int ymin;
t_line *tmp;
xmin = 2147483647;
ymin = 2147483647;
tmp = d->lines;
ft_putendl("save as");
/* there will be function*/
while (tmp)
{
if (xmin > tmp->x_e)
xmin = tmp->x_e;
if (xmin > tmp->x_s)
xmin = tmp->x_s;
if (ymin > tmp->y_... |
65e4123b30d27551fb7d2126ab5d3e894859b57b | f15ba67850dceb5df5250deffa95cde64ec9d1aa | /CS118/hex2dec.c | 283df8d56df68ebb631c21dafe042c85dce293f4 | [] | no_license | Syilun/SlopBukkit | f0b48af0ecc17c670653f1147065a84876248f8d | 6faac40f00915cfb9499ec59228bf8eb259a34ab | refs/heads/master | 2023-03-18T23:02:56.965863 | 2014-05-21T21:10:09 | 2014-05-21T21:10:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,346 | c | hex2dec.c | #include "vector.h"
#include <stdio.h>
#include <math.h>
#include <string.h>
VECTOR_PROTOTYPE(char, char);
void hex2dec(unsigned int*, char_vector*);
int main(int argc, char ** args) {
char_vector in = char_vector_create(4);
char_vector_insert_range(&in, 0, args[1], args[1]+strlen(args[1]));
unsigned int out;... |
20c8dadc10b3fad405894e11937ec17142696a0b | d8a7b215452ea9dfa0ed9c6bb47cb7d0d0b826e8 | /Programs No (94).C | 249e76f58d9a694e0281c264e64a0f38fa3b070c | [] | no_license | shubhamjanhere/C-Programs | f4d742c007d9c81b8bdaabed925b22eb26ca14b7 | 8025358eb506cbb45a14f8d8246fa10149cf632a | refs/heads/master | 2021-06-03T18:36:59.623607 | 2016-09-19T04:23:57 | 2016-09-19T04:23:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,403 | c | Programs No (94).C | /* Write a C program to find the value of cos(x) using the series *
* up to the given accuracy (without using user defined function) *
* Also print cos(x) using library function. */
#include <stdio.h>
#include <conio.h>
#include <math.h>
#include <stdlib.h>
void main()
{
int n, x1... |
5b89b9011f1c519b6922d5b92938ed051e2ea98e | 8bd9437b9bbfb8313859825cfadc8e96577691d8 | /src/resources.c | 9bd35bf9fbfe5c018ebf2c4468c088b39829af6c | [] | no_license | Open-App-Library/MiniBoard | cce9054cd4fbfce1fcaef2b1b56aeea1e726ebe5 | 192c8b1ea176a401ea15ff5f738c09dd7dc0014f | refs/heads/master | 2020-05-19T08:04:30.190684 | 2018-09-08T19:46:02 | 2018-09-08T19:46:02 | 184,913,083 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 123,004 | c | resources.c | #include <gio/gio.h>
#if defined (__ELF__) && ( __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 6))
# define SECTION __attribute__ ((section (".gresource.miniboard"), aligned (8)))
#else
# define SECTION
#endif
static const SECTION union { const guint8 data[18448]; const double alignment; void * const ptr;} mini... |
8f3ebea72909482c1c5ea8beea89881645a5657e | a87e440b16a86f88195d64d4be20c9ee415e188b | /src/bfs/bfs_ls.h | c604192455e639e6126c27d60dcad7c17adbf974 | [
"MIT"
] | permissive | chenxuhao/lonestaromp | e91b53f4282787d72a86d8e3692aa1c8292c6d6b | 755881ca10df4d64d2782832c04f5fad634adc42 | refs/heads/master | 2022-04-29T20:42:27.416264 | 2022-04-03T14:31:48 | 2022-04-03T14:31:48 | 67,013,333 | 6 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,620 | h | bfs_ls.h | #define BFS_VARIANT "topology-base"
void initialize(foru *dist, unsigned int nv) {
for (int i = 0; i < nv; i++)
dist[i] = MYINFINITY;
}
bool processedge(foru *dist, Graph &graph, unsigned src, unsigned ii, unsigned &dst) {
dst = graph.getDestination(src, ii);
if (dst >= graph.nnodes) return 0;
foru wt = 1;
for... |
3789ce5b3315aac444af92ccc571a117cbb818fb | 5aecf1b573aed71fc5a2c028b3e02b32fab31d38 | /stm8_code/inc/sx_1278.h | 2a91bc871906d34cb462481a5eed83d2c705d4e1 | [] | no_license | quanhengwen/LOT_light | 0943ea6da9ed9efb7709fa841af6761dc43b75e1 | 14d18d80b16106948489b83180db261f833d1efe | refs/heads/master | 2022-04-08T22:17:46.322662 | 2020-03-24T03:05:20 | 2020-03-24T03:05:20 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 16,578 | h | sx_1278.h |
#ifndef __SX_1278_H
#define __SX_1278_H
/* Includes ------------------------------------------------------------------*/
#include "stm8l15x.h"
#include "sx_board.h"
#define SX_RESET_0 GPIO_WriteBit(GPIOD , GPIO_Pin_4, RESET)
#define SX_RESET_1 GPIO_WriteBit(GPIOD , GPIO_Pin_4, SET)
#define RF_BUFFER_SI... |
a7e3fed6bdfdc995a16cd8b4a63077a238722f3a | 51f229cfeb1bdd067f59cc58d9e2258bf329d265 | /moara/moara.c | 541066ebdc440aa015ed6cad3eb38c83cf721df5 | [] | no_license | rocksipintican/Mill-3D-OpenGl | 501ffc2288627a90774837567cf21fdff7ea3e84 | 9550a80bd13ed912652ee12fc1d74af8c7da1ae3 | refs/heads/master | 2020-04-18T00:27:46.402019 | 2019-01-22T23:17:28 | 2019-01-22T23:17:28 | 167,078,450 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C | false | false | 12,357 | c | moara.c | /*
Programul afiseaza un patrat pe care il translateaza
pe axa x la apasarea sagetilor stanga, dreapta
*/
#include "glos.h"
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glaux.h>
#include <math.h>
void myinit(void);
void CALLBACK display(void);
void CALLBACK myReshape(GLsizei w, GLsizei h);
void CALLBACK MutaS... |
98c78bbbf4ad5fe59560ee58b7dbc1850e602b39 | 7b5b4df807c0baa2efab59200038a981274b7e48 | /src/main.c | d64bcfdc52b18276e12426d0023148fa65dcdc11 | [] | no_license | blakelockley/glfw-template | 978991f92a2d169bc8fb6d5859b64c53f53d72f1 | 41ff31e115e8b05782d6902a6f02248b56ec5fbd | refs/heads/master | 2023-07-28T19:12:10.577284 | 2021-09-16T11:53:27 | 2021-09-16T11:53:27 | 185,585,247 | 0 | 0 | null | 2019-05-11T06:41:03 | 2019-05-08T10:34:22 | C | UTF-8 | C | false | false | 2,844 | c | main.c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "glfw.h"
#include "linmath.h"
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
#define ENGINE_INCLUDES
#include "shader.h"
GLFWwindow *window;
void init();
void deinit();
int main() {
init();
char title[16];
double time_elaps... |
9575ea27e0037ab1de1ca76700f6e25b79073773 | 8d99644eb5b0b6b51e1c8f66448bbaa9f846445e | /coder/SystemYPL.h | fce36ccba5a49d841748e9574492dbf2c380038f | [] | no_license | Paulliam/visualSTATE_learningTest | 7432babb095ccea1dbceceba09c633df3f018d95 | 2c225ae177226f75e2cc62082d5aeaf12c511bda | refs/heads/master | 2022-06-30T14:47:13.532516 | 2020-05-11T06:08:55 | 2020-05-11T06:08:55 | 262,954,028 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,725 | h | SystemYPL.h | /*****************************************************************************
* IAR Visual State Coder Generated Header File
* Generated by IAR Visual State 9.1.1.3863
* IAR Visual State Project File: <E:\work_ypl\1_WirelessSwitchboard\3sourcecode\visualSTATE\WorkspaceYPL.vsp>
* IAR Visual State Signature Generator: "... |
f841378ec99bbde64bc68cc879f506d2001b228a | e88683c6a8f7ae1e76ecf051c8c700544635affa | /Software/main_pum_10_3.c | 54427a81807248a152ea110e7f6a14ff7cad9b73 | [
"Apache-2.0"
] | permissive | imatlopez/emg-sensor | 7195f4af3a133adc4ce9d71bf2a56ee28d2521ee | f579ac75a1a6042efbeeac3ce2867490fae220fd | refs/heads/master | 2021-06-09T15:50:28.713565 | 2016-12-11T21:47:24 | 2016-12-11T21:47:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,312 | c | main_pum_10_3.c | /*
* BME 464 - EMG Decoder
*
* Decodes signals from two EMG leads and sends result to an external interface
*
*/
#include "Lcd.h"
#include <delays.h> //delay header
#include <p18f46k22.h> //chip header
#include <stdio.h>
#pragma config FOSC = INTIO67 // Internal OSC block, Port Function on RA6/7
#pragma confi... |
dd265f547a01df5b3054cbb1e430c8e8dceebfa4 | f026cb616ef14bae15a1d251ca6dbe0f55016d9c | /linux/12921.c | f473b803fadd11c64a47f444451b77edac060c15 | [] | no_license | jajajasalu2/cocci-lkmp-c-files | 3eb7d451929dca5cb6beb56aabd69fe3f7fc176c | 5da943aabe1589e393a131121dbf8e7a84b3cf2a | refs/heads/master | 2020-12-02T17:30:14.411816 | 2020-01-29T08:36:30 | 2020-01-29T08:36:30 | 231,053,574 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,333 | c | 12921.c | cocci_test_suite() {
struct idt77105_stats *cocci_id/* drivers/atm/idt77105.c 88 */;
u16 cocci_id/* drivers/atm/idt77105.c 62 */;
struct idt77105_priv *cocci_id/* drivers/atm/idt77105.c 56 */;
void cocci_id/* drivers/atm/idt77105.c 50 */(struct timer_list *);
void __exit cocci_id/* drivers/atm/idt77105.c 366 */;
... |
b97b5d04a2316c6d33ac5742a91dfa3a419a47c9 | eb95d7298f8737c2fdc6459d713da2f114dc6e1e | /orte/mca/rml/ofi/rml_ofi_component.c | 6c3a7d5d0dc1c5b4bc7ff3256a1d48e11ced43fe | [
"BSD-3-Clause-Open-MPI"
] | permissive | annu13/ompi | 23a20ddc675c9e62e9322ee60d437f2a9a78f5f8 | 2d94845f907179bec697778b59b7855e0c3cf34c | refs/heads/master | 2021-01-18T07:52:47.338447 | 2016-10-20T17:04:38 | 2016-10-20T17:04:38 | 26,343,790 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 52,985 | c | rml_ofi_component.c | /*
* Copyright (c) 2015 Intel, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
#include "orte_config.h"
#include "orte/constants.h"
#include "opal/mca/base/base.h"
#include "opal/util/output.h"
#include "opal/mca/backtrace/backtrace.h"
#include "opal/mca/event/event... |
e84380bbf22030e7a663bfc509d1572e01fc6497 | 7ce94b52b4238e4ee14e7e321cca8b89bd291479 | /examples/loop1.c | 146a389d3906b3ac88b066c7ee0eec01b09c9592 | [
"MIT"
] | permissive | linyingwen/korn | 2f8a39e4db8d4adda5fec1dab209d247e2bd96a6 | 8fc1fb4d820cca52872e2b40a552be6a1d28472d | refs/heads/master | 2023-01-01T12:56:04.687348 | 2020-10-24T14:19:26 | 2020-10-24T14:19:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 133 | c | loop1.c | int main() {
int i=0,n;
assume(0 <= n);
while(i < n) i++;
assert(i == n);
while(i > 0) i--;
assert(i == 0);
} |
aba5db378172bb22bec93f5e15588da73a98ac75 | b93b5f495a2fa02ef08ba5e39263e2bfecb17dc9 | /c-noob/mca/pointer.c | 5df956d55911674396ec3f2b02a491816a19a089 | [] | no_license | naveenpanwar/Experiments | d9c4a35badfc3346045df728ee9416d45f6e3ff9 | 4762b1809a91a473d2a77518fb612327f874bff8 | refs/heads/master | 2023-01-24T14:01:09.544256 | 2023-01-13T11:20:12 | 2023-01-13T11:20:12 | 8,360,597 | 0 | 0 | null | 2023-01-12T04:26:31 | 2013-02-22T16:02:08 | Liquid | UTF-8 | C | false | false | 123 | c | pointer.c | #include<stdio.h>
void main() {
int var;
var = 10;
int *ptr;
ptr = &var;
printf("%d\n",var);
printf("%d\n",*ptr);
}
|
a34d1aaa0a3144a6a5cc7d6fa3b6d8e6737c777c | 69f6d7dc4c749a9d077716c2531de54cc18fcd28 | /openssl/providers/implementations/ciphers/cipher_sm4_ccm_hw.c | 426ebe963df135b8a81533d8b2b9d66770a11587 | [
"Apache-2.0",
"OpenSSL",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | jens-maus/amissl | b8a78739ceb88c6983c7b82473ca1b3f6efeab6f | bd3ddc2a8cecec3f0421e7ca918d2d972099722f | refs/heads/master | 2023-08-08T04:33:46.832295 | 2023-08-01T17:45:25 | 2023-08-01T17:45:25 | 43,135,925 | 78 | 13 | BSD-3-Clause | 2021-04-01T13:56:50 | 2015-09-25T11:27:37 | C | UTF-8 | C | false | false | 1,099 | c | cipher_sm4_ccm_hw.c | /*
* Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
ff1ae7a492c976568f819349b1365cce08649c28 | 542dad03920a13b80a9f36bc4a66b50f795ba65a | /mandelmovie.c | b5a13065adb952b3c74cbc17372e3f23510c7e36 | [] | no_license | Asif-EWU/CSE325-Operating-system--MandelBrot | ed62e40bef7d3f6d7653b6364e43b058445597e0 | 9de28a2508a9622744dc83fd009ad80cd5417a87 | refs/heads/master | 2023-01-03T05:43:09.949956 | 2020-10-25T02:46:01 | 2020-10-25T02:46:01 | 307,011,254 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,641 | c | mandelmovie.c | #include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/wait.h>
#include <math.h>
#include <pthread.h>
#define MAX_ITERATION 100
#define M 20
int running_process = 0;
float zoom[MAX_ITERATION + 5];
char s_x[] = "0.28790";
char s_y[] = "0.0152";
char s_m[] = "600";
char s_h[] = "1000";
char s_w[] = "10... |
f64a18ea511bc6c51e73838beaf7f498917ac6e4 | 73c84b2c092462e95dcfd56275020235029d1801 | /大救援比赛代码/CO2&LED/User/can.h | 4dc67edf7b6651320095b6922d85cc518200e8ff | [] | no_license | rty813/Rescue_Electronic | 86d9bb621bab1c2b02417aa3a1db58978631d013 | 759d819b88fabebeb4b57a4592e09b9630e5d101 | refs/heads/master | 2021-01-01T15:20:35.887297 | 2017-08-12T02:40:07 | 2017-08-12T02:40:07 | 97,593,861 | 1 | 0 | null | 2017-08-09T11:11:24 | 2017-07-18T12:12:10 | C | GB18030 | C | false | false | 746 | h | can.h |
#ifndef __CAN_H
#define __CAN_H
#include "stm32f10x.h"
#define CAN_ID CAN_Id_Standard //CAN_Id_Extended, Standard Id or Extended Id
#define Set_ID 0x02//(uint32_t)0x002//标准ID要小于11位,拓展ID小于29位
#define Main_Track Set_ID | 0x000
#define Side_Track Set_ID | 0x001
#define LEFT 1 //左对齐是否开启
typedef enum { CAN_TX_READY , ... |
0e29820bb9ed4eb88eb38cb16028f4eb458414e5 | 4b427235dcd30d4a5187f23d7d9ae4d507127ac4 | /timesub.c | 0d7f0b63c5637b332d267cc25bbb4fbd0666a98b | [] | no_license | i-nielesh/guvisample | 9f223763edd23933b2529b58b10d85418270f18a | f1bf18116b273f83241f9c922b4282149fc952fb | refs/heads/master | 2021-09-22T10:25:29.967741 | 2018-09-08T09:53:08 | 2018-09-08T09:53:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 256 | c | timesub.c | #include <stdio.h>
int main()
{
int h1,m1,h2,m2,h3,m3;
scanf("%d %d",&h1,&m1);
scanf("%d %d",&h2,&m2);
m3=m1-m2;
h3=h1-h2;
if(m3<0){
printf("%d %d",h3-1,m3+60);
}
else
printf("%d %d",h3,m3);
return 0;
}
|
eb981565ce50c1f206c05425c27b9b1b13cb21ef | b2d48aac47dc3a3050f9cb562808f0e6f19a36e4 | /prasad/circular_queue.c | c33262a60e5601fa3ff47416a98b29ddb0118231 | [] | no_license | bhagavansprasad/students | 7f7df2f4c2350025d58406794a7d94d9c8a9d7be | 2822fb81cfb6714d48dea1e4957d6011ffa6198b | refs/heads/master | 2023-08-04T04:44:11.346963 | 2023-07-24T06:09:00 | 2023-07-24T06:09:00 | 193,177,404 | 0 | 0 | null | 2022-11-30T23:33:00 | 2019-06-22T01:21:59 | C | UTF-8 | C | false | false | 1,387 | c | circular_queue.c | #include"stdio.h"
#include"stdlib.h"
#define ARRAY_SIZE 5
int arr[ARRAY_SIZE] ,r=-1,f=0,c=0;
display_circular()
{
int i;
if(r==-1)
{
printf("THERE ARE NO ELEMENTS IN THE CIRCULAR QUE TO DISPLAY");
return;
}
for(i=0;i<c;i++)
printf("%d \t",arr[i]);
c--;
}
int delete_atfron... |
eec752bfa35038599d03d7a26a70b5f1e9646fa8 | fbe68d84e97262d6d26dd65c704a7b50af2b3943 | /third_party/virtualbox/src/VBox/GuestHost/OpenGL/packer/pack_bounds.c | 191383bd49b8f8c852847c38c7fdafe509d73fc2 | [
"GPL-2.0-only",
"LicenseRef-scancode-unknown-license-reference",
"CDDL-1.0",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"LGPL-2.1-or-later",
"GPL-2.0-or-later",
"MPL-1.0",
"LicenseRef-scancode-generic-exception",
"Apache-2.0",
"OpenSSL",
"MIT"
] | permissive | thalium/icebox | c4e6573f2b4f0973b6c7bb0bf068fe9e795fdcfb | 6f78952d58da52ea4f0e55b2ab297f28e80c1160 | refs/heads/master | 2022-08-14T00:19:36.984579 | 2022-02-22T13:10:31 | 2022-02-22T13:10:31 | 190,019,914 | 585 | 109 | MIT | 2022-01-13T20:58:15 | 2019-06-03T14:18:12 | C++ | UTF-8 | C | false | false | 1,458 | c | pack_bounds.c | /* Copyright (c) 2001, Stanford University
* All rights reserved
*
* See the file LICENSE.txt for information on redistributing this software.
*/
#include "packer.h"
#include "cr_opcodes.h"
#include "cr_mem.h"
void PACK_APIENTRY crPackBoundsInfoCR( CR_PACKER_CONTEXT_ARGDECL const CRrecti *bounds, const GLbyte *pa... |
0d4798e59478229400618e264975073042ea20c6 | bd1d6acf25d13ede554869a290f33e4a7ba81f6a | /libobs-for-HQ-Windows/libobs-opengl/gl-shaderparser.c | 61f19dc4cd105ef5b0a5c59329f0ee6d8bcbd5ca | [
"MIT",
"GPL-1.0-or-later",
"GPL-2.0-only"
] | permissive | estrellaouyang/HQ | 59defad372165dd3d4420a45b561063d80c8c96a | 53f60929d2e6bdcc04b5eeaf4d775bde23f5660e | refs/heads/master | 2020-04-01T19:36:30.353151 | 2018-10-16T00:35:30 | 2018-10-16T00:35:30 | 153,562,633 | 0 | 0 | MIT | 2018-10-18T04:15:40 | 2018-10-18T04:15:40 | null | UTF-8 | C | false | false | 19,024 | c | gl-shaderparser.c | /******************************************************************************
Copyright (C) 2013 by Hugh Bailey <obs.jim@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, e... |
969b8fc9567a047a9f86a30e9c758a9c0529b4e2 | d239d37e2c3646ed51b7402bd92da18666af5d79 | /src/jscore-value-private.h | c914bf91eb64cdb0fdf37d1deee7bf75f521aff0 | [] | no_license | amazari/javascriptcore-gobject | 7b5c3dc34a5dbf345a29e99d613a9fd368216cb9 | f5c1173942f41f0443b7b96806b095731859238e | refs/heads/master | 2021-01-19T00:47:08.122096 | 2011-04-13T16:23:14 | 2011-04-13T16:23:14 | 1,610,128 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 78 | h | jscore-value-private.h | gchar *jscore_value_get_string_real (JSContextRef context, JSValueRef value);
|
2adba37b50d992ec1b5513670ec8cde743fd813c | b945b2fac11f237a49de33af1b8fa02ba3ed1814 | /legacy/pdm/tools/PDMctools.c | e30584875cdf26de1cce4b45e78be80309a0098c | [] | 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 | 16,286 | c | PDMctools.c | #include <stdio.h>
#include "SQLerrordef.h"
#include "MEMerrordef.h"
#include "NFMerrordef.h"
#include "PDMdbs_err.h"
#include "MEMstruct.h"
#include "PDMproto.h"
#include "PDUerror.h"
#include "SQLstruct.h"
static long status;
static char s[1024];
extern int PDMdebug_on;
extern char PDM_DEBUG_FILE[];
/* this ... |
f6f73346277308ed2f7919e27b584065544aa7be | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/pestilence/Cahara/room/whut.c | dfbb9f9ebc1a05dc8e30b16e7265323cfff4c631 | [] | no_license | wugouzi/Nirvlp312mudlib | 965ed876c7080ab00e28c5d8cd5ea9fc9e46258f | 616cad7472279cc97c9693f893940f5336916ff8 | refs/heads/master | 2023-03-16T03:45:05.510851 | 2017-09-21T17:05:00 | 2017-09-21T17:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 837 | c | whut.c | #include "/players/pestilence/ansi.h"
#define TP this_player()
inherit "room/room";
reset(arg) {
if(arg) return;
if (!present("cannibal")) {
move_object(clone_object("/players/pestilence/Cahara/mob/cannibal.c"),
this_object()); }
short_desc = ""+YEL+"Cahara Island Hut"+NORM+"";
long_desc =
" This i... |
e38d8630f2deb0f6edb804040a3338002adf35f8 | 50e0ea0f3e84d00a326fb55cc646d7ef78a56243 | /test/test_ft_strlen.c | 82a3fee0c69fa7069a3fe7e9024daae40bb6d2f3 | [] | no_license | Sherchryst/libasm | 49b8d2bee3b749f4192b2446a3307cc27d82725e | 92c32ee0bd11f5dacd59620f2beef7827cb6eb9d | refs/heads/master | 2023-04-28T09:05:03.124874 | 2021-05-15T19:35:28 | 2021-05-15T19:35:28 | 247,191,341 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,297 | c | test_ft_strlen.c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* test_ft_strlen.c :+: :+: :+: ... |
bcd9d4a8f439e6a4d41cd7e3a527119f65a7b45b | c1de0781b6bbe1f2717fe79199e3910ac9421e99 | /str.c | d7d85e906f135a8454950cf5c35ebd0a8ca7fe64 | [] | no_license | VinneyJ/simple_shell | a01835ccfcaa73b0fefca55dc974a606a7b786c8 | b6f245ab094ebe384938ac84982fc3c452938e22 | refs/heads/main | 2023-04-22T21:51:41.634768 | 2021-04-29T06:34:46 | 2021-04-29T06:34:46 | 356,224,563 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,875 | c | str.c | #include "holberton.h"
#include <stdlib.h>
/**
* _strlen - measure the length of a string.
*
* @s: the string to be measured.
*
* Return: the length of the string.
*/
int _strlen(const char *s)
{
int l;
for (l = 0; s[l]; l++)
;
return (l);
}
/**
* _strcpy - copy a string from source to destination.
*
... |
ce7afb348110a16109787828f7804afd7d95bcd6 | b0a203476e709e103aa2f7a3b9d01ab774ccda5b | /C5/4T/5.4.c | bacd37f72b417e6096bd0761b69986f73cda2126 | [] | no_license | 20191864205/G19 | 5cc7bcf15f00b24485800af46323d4cafc77162a | e5624b154b90e84852858ebfcbb071945daa29d9 | refs/heads/master | 2020-08-19T15:37:19.411019 | 2019-12-19T07:32:00 | 2019-12-19T07:32:00 | 215,931,300 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 344 | c | 5.4.c | #include <stdio.h>
int main()
{
char c;
int i = 0, j = 0, k = 0, l = 0;
while ((c = getchar()) != '\n')
{
if (c >= 65 && c <= 90 || c > 97 && c <= 122)
i++;
else if (c >= 48 && c <= 57)
j++;
else if (c == 32)
k++;
else
l++;
}
printf("字母%d个\t数字%d个\t空格%d个\t其他字符%d个\n",i,j,k,l);
return 0;
}
|
fc93e835386f20bbf03ba8cf16b217d25e08b66d | 3b0486ae1d55745b3a2af73899a388170d8f388d | /Assets/_Packs/LibMmd/Plugins/BulletUnity/Native/iOS/btMultiBodyPoint2Point_wrap.h | 8b75ea51bfcc2b4941c1853c6f42d5df6923364d | [
"Zlib",
"BSD-3-Clause",
"MIT",
"Apache-2.0"
] | permissive | ttoyou/MikuMikuXR | 05da1d77216a728587d1d5603b63d019c4c91116 | b2c7a1b303a60b4348ce5e36f55c8b3e1059ed99 | refs/heads/master | 2020-08-03T17:42:38.112353 | 2019-09-30T12:18:43 | 2019-09-30T12:18:43 | 211,831,094 | 1 | 1 | BSD-3-Clause | 2019-09-30T10:06:28 | 2019-09-30T10:06:26 | null | UTF-8 | C | false | false | 572 | h | btMultiBodyPoint2Point_wrap.h | #include "main.h"
extern "C"
{
EXPORT btMultiBodyPoint2Point* btMultiBodyPoint2Point_new(btMultiBody* body, int link, btRigidBody* bodyB, const btScalar* pivotInA, const btScalar* pivotInB);
EXPORT btMultiBodyPoint2Point* btMultiBodyPoint2Point_new2(btMultiBody* bodyA, int linkA, btMultiBody* bodyB, int linkB, const... |