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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
75382fceacdc9641ed5b8bcc171aa30f9a76e04a | aac7852f513bffbed39910237327fec6b1c62cd0 | /ece361/lab4server/client.c | 34f0a4a5811a2cf7ad45a5c491940a61af88ad2d | [] | no_license | charliechai97/ece361 | 5428fc57687df92ed83c61407325709d0edb6ef4 | cd85681bb603e17d25eac13b93e3bfe75551304e | refs/heads/master | 2020-08-08T03:12:52.623193 | 2019-10-08T16:12:52 | 2019-10-08T16:12:52 | 213,691,792 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,449 | c | /*
** client.c -- a stream socket client demo
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <netdb.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#define PORT "9034" // the port client will be connecti... | [
"noreply@github.com"
] | charliechai97.noreply@github.com |
3c22723d59c3f616e17ff3246da50f2bebfbe2db | 4884115882fe92b31fbcdfecfeddfda33145369d | /GloVe/glove/glove_cython.c | 664882c099848ec98b35acf56b495536febbc3d1 | [
"MIT",
"Apache-2.0"
] | permissive | cemrifki/redefining-context-windows-as-subclauses-for-word-vector-models | 110d0ab5f6c4a72360cbb4607307ffea202d3a12 | eb6bfdea681999737c161fad89724d2fd99321a6 | refs/heads/main | 2023-01-08T22:19:56.759142 | 2020-10-30T15:43:44 | 2020-10-30T15:43:44 | 308,463,389 | 0 | 0 | null | null | null | null | UTF-8 | C | false | true | 814,621 | c | /* Generated by Cython 0.28.5 */
/* BEGIN: Cython Metadata
{
"distutils": {
"depends": [],
"extra_compile_args": [
"-fopenmp",
"-ffast-math",
"-march=native"
],
"extra_link_args": [
"-fopenmp"
],
"name": "glove.glove_cy... | [
"cemrifkiaydin@gmail.com"
] | cemrifkiaydin@gmail.com |
d41348de8a0d5648cadd13d56002e0e7026563fe | 1469355312a8354fd9794f9b3d05e8f9251f2b60 | /a2ms4/contacts.c | b31dbe5b6dc7379e1083c11125d5a49c5edf2341 | [] | no_license | toniall/IPC144-2 | 760bd2df07870335394f25687c74282f91ad5979 | 2c067c4ddbdf467db1b57daadc1097b540064148 | refs/heads/master | 2020-04-07T09:30:56.960894 | 2018-11-15T17:10:51 | 2018-11-15T17:10:51 | 158,255,076 | 0 | 1 | null | 2018-11-19T16:16:59 | 2018-11-19T16:16:59 | null | UTF-8 | C | false | false | 2,604 | c | /* -------------------------------------------
Name: Kazim Akhlaqi
Student number: 103638177
Email: kakhlaqi
Section: IPCSRR A2MS4 contacts.c
Date: 29 march, 2018
----------------------------------------------
Assignment: 2
Milestone: 4
---------------------------------------------- */
#define _CRT_SECURE_NO_WARNINGS... | [
"you@example.com"
] | you@example.com |
ef1adf114d15386d2ec9fb8be89e252769a09b02 | f50e81548da1fad8f02a432a4572127e969c309a | /nachalnick.c | 08c4b2e013b571ff201a2aefdb3087e05eead27b | [
"MIT"
] | permissive | Bfgeshka/nachalnick | c72c1d96842b66203150e97813c42fea66ed145a | dd6161b0fc5870c821f9beabfa336af73b1e370f | refs/heads/master | 2020-04-03T10:05:03.199363 | 2017-04-25T13:48:52 | 2017-04-25T13:48:52 | 65,546,211 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,430 | c | #define _GNU_SOURCE
#include <errno.h>
#include <pwd.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <time.h>
#include <unistd.h>
#define FORMAT_DT "dd.mm.yyyy"
#define FORMAT_TM "HH:MM"
#define FORMAT_DT_SIZE 11
#define FORMAT_TM_SIZE 6
char CONF_PATH[... | [
"bfg@derpy.ru"
] | bfg@derpy.ru |
4171a02bc7d5145b03650618f8fc3ca7074692cf | b3621dbc327dc3f5f4fce0b988cd66e77568dc84 | /assignment03/ass3.c | 4dcf43567a05e688e6a2a8bef7a9917e6846b3ee | [
"MIT"
] | permissive | dy-lin/comp206 | f445d53ac198e1a7b3bf3a559cfa334dc81c77aa | ebf6e324b92ff1b19afd4705b192298f5d699f3a | refs/heads/master | 2022-11-19T20:27:12.033834 | 2020-07-19T20:16:53 | 2020-07-19T20:16:53 | 280,941,773 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,415 | c | #include <stdio.h>
//Diana Lin, ID: 260625972
int main(void) {
//to ensure ample memory
char plaintext[300];
printf("Sentence: ");
fgets(plaintext, 299, stdin);
int key;
//encryption key must be between 1 and 25,
//if otherwise--keep asking until a valid key is given!
do {
printf("Key: ");
scan... | [
"noreply@github.com"
] | dy-lin.noreply@github.com |
056dc477ce5a103358767dd0c671ea8ea251c09a | 17fea641e6a53740e3b2988458352f5cf5099099 | /Chess/imgui/imgui_impl_dx11.h | c60ac1c8d36d563faf01b6852ec2517940b84c73 | [] | no_license | alex-coupe/Chess | 7b9de0a240d7c0cfa35584dcaaac8a1543303bd0 | 0fb66a8bbdfb8cfbe08e39acd22cfb15d7374895 | refs/heads/master | 2020-04-17T00:30:03.200245 | 2019-06-09T09:38:30 | 2019-06-09T09:38:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,152 | h | // dear imgui: Renderer for DirectX11
// This needs to be used along with a Platform Binding (e.g. Win32)
// Implemented features:
// [X] Renderer: User texture binding. Use 'ID3D11ShaderResourceView*' as ImTextureID. Read the FAQ about ImTextureID in imgui.cpp.
// You can copy and use unmodified imgui_impl_* files ... | [
"acoupe@gmail.com"
] | acoupe@gmail.com |
7b2465ff8d60eab463bd0e849712386a023dbd95 | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /third_party/boringssl/src/crypto/ec/oct.c | bf1957cade3e64984dc5cbbcb7d9ee9d979bc111 | [
"BSD-3-Clause",
"OpenSSL",
"ISC",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C | false | false | 12,217 | c | /* Originally written by Bodo Moeller for the OpenSSL project.
* ====================================================================
* Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided th... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
f468ca8cd66eaf9aa4365ca02b56ada82a72a17c | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/cf16bb8b-3eb9-4cfd-be16-01a94789ddc9.c | aec632355fd0674e1e5337d8e3f1b89d0a81f8b4 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 596 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 533;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = l/j;
l = i%j;
l = i%j;
k = i-j*i;
//variables
//random
/* START VULNERABILITY */
int a;
char b[63];
char c[75];
a ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
6f801b7c6709f76322bd4991e0327811f0679fb7 | 2358d5d53664bdc91fbcfaa7bd0524f456e5c929 | /sml/branches/dbm-type-blame/runtime/gc/mem-writer.c | 2c6bafb740f551f805fabe3de2b6a28981c3cd28 | [] | no_license | dram/smlnj-mirror | 1aef29ef9f2bd53740db3cd1395b8260accc24d7 | 76bf03463feec63bdcf98e4d477c6476879ff3ca | refs/heads/master | 2022-09-17T21:29:16.859063 | 2022-08-26T16:09:29 | 2022-08-26T16:09:29 | 147,509,768 | 3 | 1 | null | 2022-01-01T20:55:49 | 2018-09-05T11:51:02 | null | UTF-8 | C | false | false | 2,180 | c | /* mem-writer.c
*
* COPYRIGHT (c) 1995 AT&T Bell Laboratories.
*
* An implementation of the abstract writers on top of memory regions.
*/
#include "ml-base.h"
#include "writer.h"
#ifndef BUFSIZ
#define BUFSIZ 4096
#endif
typedef struct buffer {
Byte_t *base;
Byte_t *next;
Byte_t *top;
} wr_buffer_t;... | [
"dbm@d172b47e-f5d9-4df3-ab46-1c4da947e531"
] | dbm@d172b47e-f5d9-4df3-ab46-1c4da947e531 |
8223aaa51f935e6c0f9516c9b2ba573d148c252a | 27d92b640d3814fa5dc8040b79a99d077cba3aae | /cpython/Modules/_ctypes/libffi/src/aarch64/ffitarget.h | 4bbced26f005e385be07f040553043dc8edfa6a3 | [
"GPL-1.0-or-later",
"Python-2.0",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-other-copyleft",
"LicenseRef-scancode-python-cwi",
"MIT"
] | permissive | ms-iot/python | 99a0f4d3dd3926703d49b75910c78c69cdb7aed7 | a8f8fba1214289572713520f83409762a4446fea | refs/heads/develop | 2022-12-07T23:26:31.339811 | 2017-11-17T02:24:32 | 2017-11-17T02:24:32 | 31,045,533 | 73 | 39 | BSD-3-Clause | 2022-11-16T20:24:24 | 2015-02-20T01:01:09 | Python | UTF-8 | C | false | false | 2,027 | h | /* Copyright (c) 2009, 2010, 2011, 2012 ARM Ltd.
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... | [
"juanyaw@exchange.microsoft.com"
] | juanyaw@exchange.microsoft.com |
c090b4b5eec5472989790299bd5b1074fb62969b | 21ba28392f30214b09ccf71dd3e3ba65b4a463da | /25-sept-2017/ver3.c | a467d60afdb9366a3deeed5d37816d94da47fbb0 | [] | no_license | Sushmitha-N/smitha | 2af7f265274bffb75fde0a4fd53eaee89634dace | 3c85ddb27e4409cb703cd1a10bf84fdd9be370c0 | refs/heads/master | 2021-01-20T10:53:53.453305 | 2017-10-04T17:57:24 | 2017-10-04T17:57:24 | 101,655,326 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,612 | c | #include<stdio.h>
#include<stdlib.h>
#include<malloc.h>
typedef struct node
{
int data ;
struct node *next ;
} NODE ;
/* Declare head of the list as a Global Variable */
NODE *head=NULL;
NODE *scanPtr ;
int CreateList()
{
NODE *temp;
int v... | [
"noreply@github.com"
] | Sushmitha-N.noreply@github.com |
3b26f03a4451eaa3594282a06d8eb856165024aa | 1f83a8615021b6686030f14d182a537706cfa4f7 | /sys/arch/sparc64/dev/pyro.c | 33321b5a46a84387e8337499263d443989ed8801 | [] | no_license | ach84/netbsd-9.1 | b792ae300afd072f35ca1f14200304a1bf8cd8c6 | 0b531b792493c076fa4fd26c5a9f0104a511f625 | refs/heads/master | 2023-03-16T16:01:32.036323 | 2021-03-07T01:41:13 | 2021-03-07T01:41:13 | 343,806,155 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,276 | c | /* $NetBSD: pyro.c,v 1.19 2019/04/21 11:45:08 maya Exp $ */
/* from: $OpenBSD: pyro.c,v 1.20 2010/12/05 15:15:14 kettenis Exp $ */
/*
* Copyright (c) 2002 Jason L. Wright (jason@thought.net)
* Copyright (c) 2003 Henric Jungheim
* Copyright (c) 2007 Mark Kettenis
* Copyright (c) 2011 Matthew R. Green
* All rights ... | [
"adrian.chomicki@gmail.com"
] | adrian.chomicki@gmail.com |
4a6836e57b04e886e9ce3cbbeb0609c7ca8cb767 | 035720dc5dbd5dbeaa26bdc63c9f1308a7cd8f6e | /libft/sources/ft_strcmp.c | 5857950eb18251fba4c2395a5ecb99aeee1945a9 | [] | no_license | school-sandox/push_swap | ba5d84f32cb434f550045ef2c3469dce3ca6ab37 | 8b1f7fdcf3db4914d7eaee9db3f73a8469c48b32 | refs/heads/master | 2020-08-29T03:55:22.559558 | 2019-10-27T21:04:03 | 2019-10-27T21:04:03 | 217,916,170 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,130 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strcmp.c :+: :+: :+: ... | [
"jmacgyve@su-d6.21-school.ru"
] | jmacgyve@su-d6.21-school.ru |
15f1b8d10a0c78b53ef7503c63a7a9918e425495 | a4612dfff324beedf211fe31bfcf4581ed82d63c | /main/adapter/npiso.c | 3015df426bd4ed54e9dda89054d0123d871f88bf | [
"CERN-OHL-P-2.0",
"Apache-2.0"
] | permissive | Alkhymia/BlueRetro | facf1ecde414cfe870e7e07f54b501cbc415379c | 2414bd5eea7ac6712dbd83ffe37da4d30fb72113 | refs/heads/master | 2022-12-26T04:13:11.113086 | 2020-10-13T15:20:55 | 2020-10-13T15:32:42 | 303,762,059 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,092 | c | /*
* Copyright (c) 2019-2020, Jacques Gagnon
* SPDX-License-Identifier: Apache-2.0
*/
#include <string.h>
#include "../zephyr/types.h"
#include "../util.h"
#include "npiso.h"
enum {
NPISO_LD_RIGHT = 0,
NPISO_LD_LEFT,
NPISO_LD_DOWN,
NPISO_LD_UP,
NPISO_START,
NPISO_SELECT,
NPISO_Y,
NP... | [
"darthcloud@gmail.com"
] | darthcloud@gmail.com |
c0427c2ba488a3980687f63b03ef1b3923ec1040 | d54675261b7a9421c25b04b911773b4f331e05f7 | /project/ecol.h | 389ed5b98dbd90115ae3dad4a51d7a64cc60b931 | [] | no_license | yousraRB/-c-caff-e | c5c994a9b17cdd03ef41004bfbcc0c9fafba1116 | 187cc9c6d38a1ee8c021ead34345e56fa97ebf42 | refs/heads/main | 2023-08-14T01:22:49.195870 | 2021-09-22T17:08:18 | 2021-09-22T17:08:18 | 390,046,030 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 259 | h | struct texamen{
short result;
int frais;
};
typedef struct texamen texamen;
struct tcondidat {
char nom[50];
int age;
char code[50];
int mp;
int mr;
int nbrs;
texamen cod;
texamen creneau;
texamen conduit;
};
typedef struct tcondidat tcondidat;
| [
"yousrarebai886@gmail.com"
] | yousrarebai886@gmail.com |
4676efd07b4afe38810887d57d1b0c507595bb87 | 58b5ca0ad9d0db45bc4c47ea0c62e6424b779ba2 | /Week_06/day-1/append_A/main.c | 1a2c40db958b80889384a7f10137358977763e68 | [] | no_license | green-fox-academy/znemeth | b72f48f4621c9434b1ae114c5b1c368cc21f87c1 | eda20c847143812f77d3e5d44614be49cc6dcbbc | refs/heads/master | 2020-04-16T18:51:54.696643 | 2019-07-25T14:27:37 | 2019-07-25T14:27:37 | 165,837,872 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 511 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
char *append(char *string)
{
char * res;
char * letter = "AAA";
res = strcat(string, letter);
return res;
}
int main()
{
// Create a program which asks for a string and stores it
// Create a function which takes a string as a parameter... | [
"nemeth.z.a@gmail.com"
] | nemeth.z.a@gmail.com |
51737ddca200dc5931e0a13f7e2f4e5d3953490f | e22d91524d45d13f736ed1fd57f1aeb07a054af4 | /chapter7/exercises/ex7-7.pattern_match_with_input_files.c | 46f973d9f8d0ab1fa22027f24c64d6764eaa3461 | [] | no_license | kkretzer/k_and_r_book | 856f94fa5edc6616ac7974a73729b102998648e7 | 44d75c4ff6dbd0adb0fdacf8c224a5a827d030fa | refs/heads/master | 2021-01-20T22:28:27.016270 | 2012-08-14T12:48:01 | 2012-08-14T12:48:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,498 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#define MAXLINE 1000
int getline(char *, int);
void findpattern(char *, long, char *, char *);
void usage(void);
int except = 0, number = 0, printfilename = 0;
/* find: print lines that match pattern from 1st arg */
main(int argc, char *argv[])
{
char li... | [
"kurt.kretzer@gmail.com"
] | kurt.kretzer@gmail.com |
b4ca87e374afe42de63d78ca7a2f30a25be95110 | 44707a815c77ccdd2480465b23c484e995f7ed2b | /projects/stm32f401-ret6-nucleo/oneos_config.h | 68e6708a88faad9476e173b1573e459513880c65 | [
"Apache-2.0"
] | permissive | jiaotilizi/oneos | de6c23c40df2f6568e8bed65c36fd931fa85f889 | e28482c0bbcea1fcff4b815533486db9fa51d57f | refs/heads/master | 2023-01-06T10:10:47.704442 | 2020-11-08T07:32:39 | 2020-11-08T07:32:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,399 | h | #ifndef __ONEOS_CONFIG_H__
#define __ONEOS_CONFIG_H__
#define BOARD_STM32F401RE
#define ARCH_ARM
#define ARCH_ARM_CORTEX_M
#define ARCH_ARM_CORTEX_M4
/* Kernel */
#define OS_NAME_MAX_15
#define OS_NAME_MAX 15
#define OS_ALIGN_SIZE 4
#define OS_TASK_PRIORITY_32
#define OS_TASK_PRIORITY_MAX 32
#define OS_TICK_PER_SECO... | [
"464016480@qq.com"
] | 464016480@qq.com |
89dcb50b348e05b900def2372aee8f04d32d6ad7 | eed7d0dbfac5714a4c6b9a4c46ad42f200c2fb06 | /fw/type.h | d22192fe4de2bec90ee5b24afffba3fd742d47da | [] | no_license | vis81/uspi | 3c64d4805d621f19911425c853d0b645721d38b5 | a562bd7bc741bf5adee4416a388be4d7b088c260 | refs/heads/master | 2016-08-04T03:27:17.385249 | 2012-01-29T20:11:38 | 2012-01-29T20:11:38 | 1,045,907 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 780 | h |
#ifndef __TYPE_H__
#define __TYPE_H__
#ifndef NULL
#define NULL ((void *)0)
#endif
#ifndef FALSE
#define FALSE (0)
#endif
#ifndef TRUE
#define TRUE (1)
#endif
typedef void* HANDLE;
typedef unsigned char BOOL;
typedef unsigned char U8;
typedef unsigned short U16;
typedef unsigned long ... | [
"vis81@mail.ru"
] | vis81@mail.ru |
e0d1028e9aca5e59836978eba7aa0719a5e00486 | 08dcf47946e57ab55f5347a205198bf00a3286b2 | /Class/Class 3/example2.c | 8cf3c3616f5a9aab4782aeeae27e99ebbcbf42fd | [] | no_license | Artfulbd/Workspace_C | 0c300d4069364cfeb1428678a026efaac0f7fac8 | bd7aee735b8174bf3cb2cd23e134928ab873ca35 | refs/heads/master | 2022-12-11T12:40:05.734304 | 2020-08-29T14:17:28 | 2020-08-29T14:17:28 | 290,953,052 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 349 | c | //Result: Double type,
//Type casting (changing the data type)
#include <stdio.h>
int main (){
int a, b;
float result;
printf("Enter the value of a and b: \n");
scanf ("%d %d", &a, &b);
//result = a / b; // wrong
result = (float)a / b;
//printf ("\nthe Quotient is: %f", result);
printf ("\nthe Quotient is: %f", resu... | [
"md.artful.bd@gmail.com"
] | md.artful.bd@gmail.com |
ac6ca7bbb9bdb124751bc32e62467c5f48ee63bb | a5103b7d5066138ac1a9aabc273361491a5031cd | /c++/cmake/v3/include/TutorialConfig.h | 91f61cb638434e7a3a6c776b266778c3aa90236c | [] | no_license | mckjzhangxk/deepAI | 0fa2f261c7899b850a4ec432b5a387e8c5f13e83 | 24e60f24b6e442db22507adddd6bf3e2c343c013 | refs/heads/master | 2022-12-13T18:00:12.839041 | 2021-06-18T03:01:10 | 2021-06-18T03:01:10 | 144,862,423 | 1 | 1 | null | 2022-12-07T23:31:01 | 2018-08-15T14:19:10 | Jupyter Notebook | UTF-8 | C | false | false | 244 | h | // the configured options and settings for Tutorial
// the configured options and settings for Tutorial
//#define Tutorial_VERSION_MAJOR @Tutorial_VERSION_MAJOR@
//#define Tutorial_VERSION_MINOR @Tutorial_VERSION_MINOR@
double mysqrt(double);
| [
"mckj_zhangxk@163.com"
] | mckj_zhangxk@163.com |
0134edf19dc22d0708b24710df959fbecff96681 | b6acd6eed2b8946c1c1e19fa30081cbab0a2954f | /starry_fmu/RTOS/components/gui/include/rtgui/dc_client.h | e277654f04b5b815afc8dcae7dac446101ea7ce9 | [
"BSD-3-Clause"
] | permissive | JcZou/StarryPilot | 7ce1ed454f133ccd30d71916811e2bf23196d2eb | 97af0338a54e1eeece877c72222aeaf4b7e80ad7 | refs/heads/master | 2023-03-12T19:10:17.225314 | 2021-11-27T19:44:26 | 2021-11-27T19:44:26 | 137,048,745 | 304 | 172 | BSD-3-Clause | 2020-08-26T07:34:49 | 2018-06-12T09:27:59 | C | UTF-8 | C | false | false | 758 | h | /*
* File : dc_buffer.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rt-thread.org/license/LICENSE
*
* Change Logs:
* Date ... | [
"zoujiachi666@163.com"
] | zoujiachi666@163.com |
78508b50d5154b8256861147d268af5bf796dd88 | e914e8735aa9ffc7b6e372512ea000de7308c61a | /C语言/第二周/第九天字符串/全天--代码/8--字符数组初始化--两种方式的区别/8--字符数组初始化--两种方式的区别/main.c | 1bf2eced6980a25ecd6567912182d58cdf8c7cdc | [] | no_license | AbstyGuo/C_learn | b94eafee8116fa333d5dbe502f37cfb90379c8ee | 7b82ee7d06edfd62f243aab02f3f960f01b75682 | refs/heads/master | 2021-07-12T17:31:08.520140 | 2017-10-11T08:44:26 | 2017-10-11T08:44:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 467 | c | //
// main.c
// 8--字符数组初始化--两种方式的区别
//
// Created by YanTianFeng on 15-10-20.
// Copyright (c) 2015年 qianfeng. All rights reserved.
//
#include <stdio.h>
int main(int argc, const char * argv[])
{
char str1[10] = {'a','b','a','b','a','b','a','b','a','b'};
char str2[10] = "ababababa";
printf("%p\n"... | [
"guoyf@mapbar.com"
] | guoyf@mapbar.com |
79d31df7d4f4a954bb017aa91840b5d6ede1b9a5 | 4feaed629faa10d446d79cfdf8c0482b4a67a97d | /framework/peripheral/nvm/processor/nvm_p32mz2025dab288.h | e6d5c07fa2b4ec5d013d8ca06ee45fce02798fd9 | [] | no_license | venkatarajasekhar/mplab-harmony | 6711a3e748bbc7c592f7f6413a3dd9c47305ea71 | e0a303afae1a37c14d567ae5ad1f528706bb5a6e | refs/heads/master | 2021-01-25T05:57:18.269113 | 2016-10-12T15:00:00 | 2016-10-12T15:00:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,405 | h | /* Created by plibgen $Revision: 1.31 $ */
#ifndef _NVM_P32MZ2025DAB288_H
#define _NVM_P32MZ2025DAB288_H
/* Section 1 - Enumerate instances, define constants, VREGs */
#include <xc.h>
#include <stdbool.h>
#include "peripheral/peripheral_common_32bit.h"
/* Default definition used for all API dispatch fu... | [
"mmitchel@gmail.com"
] | mmitchel@gmail.com |
80f6924c40fa06b93685d1665da47188e4166b02 | 8ef4a9ecd1e01f5e98368e884be04accfb12cdeb | /Ubuntu/PROJECT/src/user/Serial_oscilloscope.h | 8f32edf0df2649c62fb65b92c9d40a2561568777 | [] | no_license | meltdeer/Electromagnetic-three-wheel | 0c05bc1d4a8e9dddd60df1d7b215af31cc70b34f | c595e23db4092fb8c5a48cb803b485a8b7ecdb06 | refs/heads/master | 2023-05-03T08:34:57.631028 | 2018-01-20T03:32:47 | 2018-01-20T03:32:47 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 393 | h | #ifndef __Serial_oscilloscope_H__
#define __Serial_oscilloscope_H__
#include "include.h"
typedef enum
{
//初始化默认配置 --TXD-- --RXD-- 可以复用其他通道,请自行修改 uart_init
UART_0 = 0, //
UART_1 = 1, //
UART_2 = 2, //
} UART_n;
void Data_Send(UART_n uratn,unsigne... | [
"wangrato@163.com"
] | wangrato@163.com |
c2909dcf95cd306eb474f94e77d992099f92a868 | c0cdec75d4d2af0c9f91c8cceeb6e7153142bc75 | /timeResolution/loader.c | c52a0e4dc28784ef714010a38cfd568963d09789 | [] | no_license | jeyserma/GEMSimulations | a85d94a71012cb9c3230ad8f7b2a907c56176a21 | f67f2ff59bd134fec3cce9f1655fe67c34192dd2 | refs/heads/master | 2020-03-30T05:45:01.373133 | 2014-05-28T14:44:43 | 2014-05-28T14:44:43 | 18,185,021 | 1 | 4 | null | null | null | null | UTF-8 | C | false | false | 162 | c | // Loader.c
#include "primaryIonization.h"
#include <vector>
#ifdef __MAKECINT__
#pragma link C++ class cluster+;
#pragma link C++ class vector<cluster>+;
#endif | [
"janeysermans@gmail.com"
] | janeysermans@gmail.com |
ad96ad007a23b68f595427b73a60385fa44028b9 | be3167504c0e32d7708e7d13725c2dbc9232f2cb | /mame/src/mess/drivers/svi318.c | 12c36bdf6e96a805d5d9457367d6138beaa46c23 | [] | no_license | sysfce2/MAME-Plus-Plus-Kaillera | 83b52085dda65045d9f5e8a0b6f3977d75179e78 | 9692743849af5a808e217470abc46e813c9068a5 | refs/heads/master | 2023-08-10T06:12:47.451039 | 2016-08-01T09:44:21 | 2016-08-01T09:44:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,766 | c | /*
** svi318.c : driver for Spectravideo SVI-318 and SVI-328
**
** Sean Young, Tomas Karlsson
**
** Information taken from: http://www.samdal.com/sv318.htm
**
** SV-318 : 16KB Video RAM, 16KB RAM
** SV-328 : 16KB Video RAM, 64KB RAM
*/
#include "emu.h"
#include "cpu/z80/z80.h"
#include "sound/wave.h"
#in... | [
"mameppk@199a702f-54f1-4ac0-8451-560dfe28270b"
] | mameppk@199a702f-54f1-4ac0-8451-560dfe28270b |
a4cf49619bbda07eaf9010eac98e26b8384937e1 | e9fb3905a6baa65cd3765d0d6d18ebe3d2b07934 | /Src/OSF/BDB/heap_rec.c | 7f58040bcf0904138b629a702f31baf22f020acb | [] | no_license | Shulikov-v/OpenPapyrus | bb2e26bdff669af58a1268ef84793ff9f25bb648 | 272cee0df983fb1d9cb0627ac627dbb15b2800cf | refs/heads/master | 2021-01-21T07:10:46.251906 | 2017-02-26T15:27:53 | 2017-02-26T15:27:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,890 | c | /*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 2010, 2011 Oracle and/or its affiliates. All rights reserved.
*/
#include "db_config.h"
#include "db_int.h"
// @v9.5.5 #include "dbinc/db_page.h"
// @v9.5.5 #include "dbinc/lock.h"
// @v9.5.5 #include "dbinc/mp.h"
// @v9.5.5 #include "dbi... | [
"papyrussolution@gmail.com"
] | papyrussolution@gmail.com |
f870476d2562bf0525b10eae7dd660a9d326e90a | c1c1879f7e6416754222b017426dd2aec32a7db8 | /SeggerEval_WIN32_MSVC_MinGW_GUI_V522/Sample/Application/MultiUser/Task_1.c | 59902535a6b906217672f6e8f67251d5c1d602f1 | [] | no_license | yhb1206/STemWinGUI | 6ba975bbe1059990fa21a4c60b16240fdf65fb1f | 9a664692015c49cf4791aeba0c809444433b9da3 | refs/heads/master | 2020-04-16T04:17:16.890587 | 2019-01-13T16:22:50 | 2019-01-13T16:22:50 | 165,261,250 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 52,942 | c | /*********************************************************************
* SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
**********************************************************************
* ... | [
"34452445+yhb1206@users.noreply.github.com"
] | 34452445+yhb1206@users.noreply.github.com |
bf4aef70d019f3485ebcb28703916f79685a59d8 | ef31ce503ca6b29b7c9f6eac4a2671677a7cc6d2 | /Connected-Components with Heuristics/ConnectedComponents.c | 03916db8502d6515f1b5e77baec5e45f1989f124 | [] | no_license | AA472/CS-315 | f224b0937bea29d9da5c52ab2b20a73d62661d65 | aac53ae9ffb712301c324917ebacdef474b7fc0d | refs/heads/master | 2020-04-12T22:33:00.084256 | 2019-09-18T01:04:57 | 2019-09-18T01:04:57 | 162,792,260 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,156 | c | #include <stdio.h>
#include <stdlib.h>
typedef struct node node;
struct node{
node* p;
int rank;
};
//node is a vertex
void make_set(node* x){
x->p = x;
x->rank = 0;
}
node* find_set(node* x){
if( x!= x->p)
x->p = find_set(x->p);
return x->p;
}
void link(node* v, node* w){
if (v->rank > w->rank){
... | [
"aa472@evansville.edu"
] | aa472@evansville.edu |
0587b9481254707ada7848bbcb78b25efae377c8 | 804d10b577708e297d80acad676b3962f3550859 | /path_funcs.c | 371e11c376d6b8bfd2df4c6e8b0db5a335d794c0 | [] | no_license | MatiasAcostaDiaz/simple_shell_no_work | 09fe0bbee356245f463cb7086be49ef715d8fc16 | 47bec5500f161812ad33550bfd41088ec09e99a7 | refs/heads/main | 2023-04-18T16:34:51.436145 | 2020-11-25T13:50:10 | 2020-11-25T13:50:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,437 | c | #include "shell.h"
/**
* find_path - find the path in the enviroment variables
* Return: the path
*/
char *find_path(void)
{
int i = 0, j = 0;
char buffer[5] = "INIT\0";
while (environ[i] != NULL)
{
for (j = 0; j < 4; j++)
{
buffer[j] = environ[i][j];
}
if (_strcmp(buffer, "PATH") == 0)
return (... | [
"2277@holbertonschool.com"
] | 2277@holbertonschool.com |
c57591a8aec7c35a64ae467b4c5f0b5de4e4683b | 556b467b0e31835de656c71a8f4e0bfd4acb7442 | /d/gaibang/npc/obj/gb_budai10.c | b645f22ec9cbfa8a8154d94b60de74740026e88b | [] | 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 | 1,843 | c | #include <ansi.h>
#include <armor.h>
//inherit COMBINED_ITEM;
//inherit F_EQUIP;
inherit WAIST;
void init()
{
add_action("do_drop", "drop");
add_action("do_remove", "remove");
}
void create()
{
set_name("十个布袋", ({ "bu dai", "dai", "bag" }));
if (clonep())
set_default_o... | [
"i@Mud.ren"
] | i@Mud.ren |
8183ca3f0a2399f7fe51225497923415d7f0f580 | 1e27cedaabe3e456554717205ad5ad6e62d5485f | /25_prog.c | e90dfd322aa56a49ed619b78b61a1400ac21903d | [] | no_license | opensourcemukul/CProg_sem1_2018 | a954c3ca97e182286e15b78b313e4aadad2a3a58 | 89b7c599129d5ea10710b622d52f6d8ffed0433f | refs/heads/master | 2020-03-27T10:25:33.331236 | 2018-11-30T10:13:20 | 2018-11-30T10:13:20 | 146,419,126 | 6 | 2 | null | null | null | null | UTF-8 | C | false | false | 160 | c | #include <stdio.h>
int sum(int a, int b)
{
int c=a+b;
return c;
}
int main(int argc, char const *argv[])
{
int p = sum(1,2);
printf("%d\n", p);
return 0;
} | [
"mukul4world@gmail.com"
] | mukul4world@gmail.com |
53ab812baa119236397f3cc9146ac0372f41c1c4 | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/AtCoder/abc080/D/4896179.c | bf07322d3a37251553d97c2b93f0798421854aff | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | WINDOWS-1250 | C | false | false | 903 | c | #include <stdio.h>
int main(void){
int N,C,i,j;
scanf("%d%d",&N,&C);
int s[N],t[N],c[N];
for(i=0;i<N;i++)scanf("%d%d%d",&s[i],&t[i],&c[i]);
int time[200002];
int ans=0,S[200002]={0};
for(i=1;i<=C;i++){
for(j=0;j<200002;j++)time[j]=0;
for(j=0;j<N;j++){
if(c[j]==i){
time[s[j]*2-1]++;
... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
4b5f35a8355dd862256055f29e3010d7a338817c | 79b935ef556d5b9748b69690275d929503a90cf6 | /src/Ediggra.c | c9d8824d42a844f14f800bbd40d41e43c157207f | [] | no_license | spatstat/spatstat.core | d0b94ed4f86a10fb0c9893b2d6d497183ece5708 | 6c80ceb9572d03f9046bc95c02d0ad53b6ff7f70 | refs/heads/master | 2022-06-26T21:58:46.194519 | 2022-05-24T05:37:16 | 2022-05-24T05:37:16 | 77,811,657 | 6 | 10 | null | 2022-03-09T02:53:21 | 2017-01-02T04:54:22 | R | UTF-8 | C | false | false | 3,792 | c | #include <R.h>
#include <R_ext/Utils.h>
#include "chunkloop.h"
#include "looptest.h"
/*
Ediggra.c
$Revision: 1.8 $ $Date: 2018/12/18 02:43:11 $
C implementation of 'eval' for DiggleGratton interaction (exponentiated)
Assumes point patterns are sorted in increasing order of x coordinate
Copyright (C)... | [
"adrian.baddeley@uwa.edu.au"
] | adrian.baddeley@uwa.edu.au |
204dd70d4431902fbab01d9642a3385d3e9e4804 | 2e03afe927f86c55375b649a5ad148f984d871ee | /42_printf_unit_tests/tests/conv_e/111_powers_of_10.c | 4b70ffa296bbfce1fa6c507e01d2e9c2231558f7 | [] | no_license | Quickaxe-Martina/ft_printf | 9adbc492a88aba8b3b4c1d4b57a8873d3cf29975 | f0162c38765d8f0a7daaeefa3d918a676491fc2c | refs/heads/master | 2021-01-05T05:14:30.070696 | 2020-03-02T03:49:33 | 2020-03-02T03:49:33 | 240,892,694 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,313 | c | #include "frmk_libunit.h"
#include "tests.h"
#include "ft_printf.h"
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#include <float.h>
#include <math.h>
# define ARGS "%e|%e|%e|%e|%e", 1.e1, 1.e2, 1.e18, 1.e57, 1.e201
int conv_e_powers_of_10(void)
{
t_test_rslt test_rslt;
int pfd[2... | [
"qmartina@il-c4.21-school.ru"
] | qmartina@il-c4.21-school.ru |
f9a0a537adf770298424f34eb37e65e619bf6171 | b945b2fac11f237a49de33af1b8fa02ba3ed1814 | /bspmath/include/prototypes/bsmvuvobdcs.h | 4717f7efddfcf7b6a301e3806bfc6a72122783e2 | [] | 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 | 154 | h | /* /usr3/bs/src.md/bsmvuvobdcs.c */
extern void BSmvuvobdcs(struct IGRbsp_surface *, IGRpoint, IGRint, IGRdouble *, IGRint, IGRdouble *, BSpair, BSrc *);
| [
"ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30"
] | ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30 |
21e03ef7017a897bb46eae7c9c2dc6e7d7328cf0 | bdb587fdda3e29a3aba367c18db7a73f229cfed9 | /include/plasma_ds.h | 38849d980cf56c575ae64de0f734c225b9cdce43 | [] | no_license | zhuangsc/Plasma-ompss1 | e8341e244fab5069b423c64588af2e0f20711510 | bcc99c164a256bc7df7c936b9c43afd38c12aea2 | refs/heads/master | 2022-11-09T02:25:13.450904 | 2020-06-24T10:08:39 | 2020-06-24T10:08:39 | 274,637,048 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,657 | h | /**
*
* @file plasma_ds.h
*
* PLASMA header file for iterative refinement routines
* PLASMA is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version 2.6.0
* @author Emmanuel Agullo
* @author Mathieu Faverge
* @date 2010-11-15
* @genera... | [
"zhuangsc1989@gmail.com"
] | zhuangsc1989@gmail.com |
c50825df1c5b12844be9e11269ef5c7a40ac5372 | 56f5a9789ca8f897b212afaa64f65a45bab4f4c6 | /ALGORITMOS E ESTRUTURA DE DADOS I - Elisa/ZZ Listas Vanessa/Flávio/3. Revisão de Arquivos/1.c | dac7b99c94b8efeb3391bb29f2aee0d19b4ac889 | [] | no_license | ygor-salles/COM110-COM111-COM112---C | 1792dfb2ab0bf8fe113535018be55e2625d51756 | dc1128e0ba91a8691edcd61e2630f34f60d8b952 | refs/heads/master | 2023-01-01T18:59:43.567253 | 2020-10-27T18:02:57 | 2020-10-27T18:02:57 | 286,284,424 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 299 | c | #include <stdio.h>
FILE *arquivo;
int main () {
int i=0, cod[10], preco[10], soma = 0;
arquivo = fopen("1.txt", "r");
while ((fscanf(arquivo, "%d %d\n", &cod[i], &preco[i])) !=EOF) {
soma += preco[i];
i++;
}
fclose(arquivo);
printf("A soma dos produtos e %d\n", soma);
return 0;
}
| [
"ygorsallesaniceto@gmail.com"
] | ygorsallesaniceto@gmail.com |
1279c805118a1c169664c8029a44b8b51b37a54d | e2047344536e9f0f9da7b5cf725a0abe601c6763 | /User/timer.c | ef10c76024f0c6ab1f4486a3d5aa13fe74c86a63 | [] | no_license | guozikeji/MDKmaster | 9f790084ecb46acc0a5561a710622d38a2e22c65 | a502b02f079ac723927b55672e3bfa560224859d | refs/heads/master | 2020-03-21T05:47:39.132911 | 2018-06-22T03:26:39 | 2018-06-22T03:26:39 | 138,180,807 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,352 | c | #include "timer.h"
#include "common.h"
#include "delay.h"
#define TimerPeriod ((SystemCoreClock / 48 / 1000 ) - 1)//频率=SystemCoreClock/(分频+1)-1
#define StartSpeed 500 //从250hz开始加速
u32 StepCount = 0;
u16 BspTimSpeed=3000;
u16 BspTimPeriod;
u16 BspTimPulse;
extern u16 DelayTimer;
void TIM3_PWM_Init(u16 arr , u16 p... | [
"guozikeji@163.com"
] | guozikeji@163.com |
d4a678e37eee00832a28489e8f5fc1770cf67082 | 2dbf8977b057017838f1d176d4b1045c91694beb | /SpokestackRSSReader/Pods/filter_audio/other/resample_by_2_internal.c | 0f759570496ca5e42ead4e39794d7def760a6a05 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | spokestack/SpokestackExamples | 8c5613f21d0ef1303c0b8119299f0b4b6f6bb016 | bb9a3cd2dc15c6e317e62e219b844c082cb59575 | refs/heads/develop | 2020-09-29T03:19:16.231249 | 2020-02-19T17:26:41 | 2020-02-19T17:26:41 | 226,934,737 | 2 | 0 | Apache-2.0 | 2020-02-19T17:26:43 | 2019-12-09T17:59:41 | Swift | UTF-8 | C | false | false | 20,133 | c | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | [
"corywiles@icloud.com"
] | corywiles@icloud.com |
14a4a4d972f77d0d51cb850c909bf23d6a174934 | f085956afa0ff005e887a079eab410242865d831 | /thirdparty/mbedtls/library/dhm.c | 1e95bdab0398875a83b49e5bd7cd35af269b2987 | [
"MIT",
"Apache-2.0",
"GPL-2.0-or-later"
] | permissive | vlang/v | 844f108863477626a61bd7580a7fb8f3365ec3e5 | 93d54651b5aae1299239d30b1276439d8c142d88 | refs/heads/master | 2023-09-01T05:13:11.841452 | 2023-08-31T23:04:58 | 2023-08-31T23:04:58 | 169,677,297 | 38,639 | 3,871 | MIT | 2023-09-14T21:45:03 | 2019-02-08T02:57:06 | V | UTF-8 | C | false | false | 21,758 | c | /*
* Diffie-Hellman-Merkle key exchange
*
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http... | [
"noreply@github.com"
] | vlang.noreply@github.com |
9fdd35266cf3cb34f687bf51d738e29c635e645c | 5e416e2187f518514a0c807ca77cf2ed265eb0dc | /src/boot_O2_g3/yaz0.c | 094c0bb3819c8fbf5e60f45c465c4d9303092caf | [] | no_license | DedoGamingONE/mm | fe5248fb8201feb81cd8330286adaa78f9fb5fd8 | 77b9431f11a6ca9a1565f3041439f38b74139af6 | refs/heads/master | 2023-08-26T08:38:51.786063 | 2021-11-06T03:59:45 | 2021-11-06T03:59:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,746 | c | #include "global.h"
u8 sYaz0DataBuffer[0x400];
u8* sYaz0CurDataEnd;
u32 sYaz0CurRomStart;
u32 sYaz0CurSize;
u8* sYaz0MaxPtr;
u8* D_8009BE20;
void* Yaz0_FirstDMA() {
u32 pad0;
u32 dmaSize;
u32 curSize;
sYaz0MaxPtr = sYaz0CurDataEnd - 0x19;
curSize = (u32)sYaz0CurDataEnd - (u32)sYaz0DataBuffer;
... | [
"noreply@github.com"
] | DedoGamingONE.noreply@github.com |
6ab01bc0428ff98f27bf2d2762e99a939623323e | 67d480eedcc96e5a771a1f841802c981b2a41688 | /Utveckling/RTOS_Final_test/RTOS_test_AA/src/ASF/sam/drivers/twi/twi.c | 304d019f666399eff262cd677b6b9f62a9287f09 | [] | no_license | Coweete/Projekt2Mah | 99dcdd48359ee6c2194e9acc63c983a20d441f65 | 72876223fcf165f8e07aa06814b7a18c7f37444d | refs/heads/master | 2021-01-18T15:55:49.134873 | 2017-08-10T05:24:47 | 2017-08-10T05:24:47 | 86,694,621 | 0 | 5 | null | 2017-04-12T09:04:05 | 2017-03-30T11:24:18 | C | UTF-8 | C | false | false | 14,811 | c | /**
* \file
*
* \brief Two-Wire Interface (TWI) driver for SAM.
*
* Copyright (c) 2011-2013 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condit... | [
"Fridstenjonatan@gmail.com"
] | Fridstenjonatan@gmail.com |
2a905e07dfd9edbb06bf6bccf1037dee24d9a99c | 340c48e581d1e3b20afeab495829ad360a0de51f | /18.c | 6740c884f1c6df3cc28360ec614d7f48b01907fd | [] | no_license | DHARSHANASUBRAMANI/c-program | 60d342e87de1f87e815e1a8f7f09fb340d2afb6c | e3dae7d8a48d3cc1cfabea24cb97cef9db61fbaf | refs/heads/master | 2021-09-09T19:58:58.648044 | 2018-03-19T10:56:36 | 2018-03-19T10:56:36 | 116,373,644 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 696 | c | #include <stdio.h>
void main()
{
int low, high, i, temp1, temp2, remainder, n = 0, result = 0;
printf("Enter two numbers(intervals): ");
scanf("%d %d", &low, &high);
printf("Armstrong numbers between %d an %d are: ", low, high);
for(i = low + 1; i < high; ++i)
{
temp2 = i;
te... | [
"noreply@github.com"
] | DHARSHANASUBRAMANI.noreply@github.com |
a905b4c2aa4bd84875243c8d61bed11896f636a8 | 99bdb3251fecee538e0630f15f6574054dfc1468 | /components/drivers/virtio/virtio_console.h | 542a187e7c8eb44b98de47dc145082c0ab978667 | [
"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 | 2,429 | h | /*
* Copyright (c) 2006-2023, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2021-11-11 GuEe-GUI the first version
*/
#ifndef __VIRTIO_CONSOLE_H__
#define __VIRTIO_CONSOLE_H__
#include <rtdef.h>
#include <virtio.h>
#ifndef RT... | [
"noreply@github.com"
] | RT-Thread.noreply@github.com |
05fe6da6fdffd9a2d4d11b473caa8f33188f2571 | e4aad0fb51b829ade5e5a34e81beb9e0b69fceb1 | /Interview/Classes/Main/Tools/FontTool.h | 76f34b8b988be68e1adcf58713987648f9e299bc | [] | no_license | factoryShare/Media_InterView | 039f9115e5e0beedcd958e0a235d0b4374374181 | e879246304ea202c37a26e8b262c61b4140c3a35 | refs/heads/master | 2021-01-10T12:10:09.521580 | 2016-12-26T04:55:18 | 2016-12-26T04:55:18 | 55,111,435 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,933 | h | //
// FontTool.h
// Interview
//
// Created by Mr.Right on 16/3/31.
// Copyright © 2016年 yonganbo. All rights reserved.
//
#ifndef FontTool_h
#define FontTool_h
#define Font_H1_21 ([UIScreen mainScreen].bounds.size.width>370)?[UIFont systemFontOfSize:22]:[UIFont systemFontOfSize:21]
#define Font_H2_15 ([UIScree... | [
"275068651@qq.com"
] | 275068651@qq.com |
068e8f22dd08b41e8613816b22befa292e71e0c7 | b0e618089aa7aac3b30e2124ebe32e7277718dc6 | /IAR/main.c | 30aafb05ac3d186d925fd6832e9d48c6d4e35cbc | [] | no_license | MisterX4507/TH_Lab0 | 699bfaf0efd99dab7fef07361ad438a12a677f94 | 1635ba206203c950d6745dc752b1f0ff6a5e9fb9 | refs/heads/master | 2020-04-28T08:19:37.996197 | 2019-03-12T02:55:25 | 2019-03-12T02:55:25 | 175,122,111 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,128 | c | /*******************************************************************************
*
* Copyright (C) 2019 MITUS Koryshev Nikolay
*
* File : main.c
* Compiler : IAR EWA 8.22
* Version : 8.22.1
* Created File : 11.03.2019
* Last modified : 11.03.2019
*
* Support mail ... | [
"noreply@github.com"
] | MisterX4507.noreply@github.com |
c05f7fb4ca98ca2f666921a1cf8dd85b774c1584 | e0f55f78a0a012573370b9520288cd4ccd216239 | /C/C/homework/xinghongbin/homework21.c | a2c6cb4450e06ad97298f5c1995c8f651fcc20d8 | [] | no_license | lxf2git/quectel_work | 2ee2811ed82d4b147f39361af89929f6f8fc6b18 | 92acb485689d3b1111e33dc13862cc3fe4974b16 | refs/heads/master | 2021-06-23T22:29:46.032931 | 2020-10-26T16:14:12 | 2020-10-26T16:14:12 | 145,352,846 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 572 | c | #include<stdio.h>
int input();
void deal_char(int a);
void deal_turn();
int i;
char b[200]={};
int main()
{
int a;
a=input();
deal_char(a);
deal_turn();
return 0;
}
int input()
{
int a;
printf("plese input type of int\n");
scanf("%d",&a);
return a;
}
void deal_char(int a)
{
if(a<0)
{
print... | [
"robin.lu@quectel.com"
] | robin.lu@quectel.com |
6779a6345a5e52f419c82ea47fc58aaa2a30d253 | 8a25ada37271acd5ea96d4a4e4e57f81bec221ac | /home/pi/LoRa/dragino_gps_hat.h | 18676ebf1fcf99afc0257155a1f78676bbd31ff2 | [
"Apache-2.0"
] | permissive | lupyuen/RaspberryPiImage | 65cebead6a480c772ed7f0c4d0d4e08572860f08 | 664e8a74b4628d710feab5582ef59b344b9ffddd | refs/heads/master | 2021-01-20T02:12:27.897902 | 2016-11-17T17:32:30 | 2016-11-17T17:32:30 | 42,438,362 | 7 | 8 | null | null | null | null | UTF-8 | C | false | false | 231 | h | extern uint8_t readDraginoRegister(uint8_t addr);
extern void writeDraginoRegister(uint8_t addr, uint8_t value);
extern int setupDraginoLoRa(int address, int mode, uint32_t channel, char *power);
extern int receiveDraginoPacket();
| [
"lupyuen@gmail.com"
] | lupyuen@gmail.com |
ddafdccfc6db59db981d259263509218c1ccd64a | 9b1a0e9ac2c5ffc35f368ca5108cd8953eb2716d | /7/7 Scripting and Data-Driven Systems/02 Serializing C++ Objects Into A Database/Projects/DatabaseSerialization/Postgresql82/include/server/utils/dynahash.h | fc1519b1a6080114c880f84b3b5c456871b66e00 | [] | no_license | TomasRejhons/gpg-source-backup | c6993579e96bf5a6d8cba85212f94ec20134df11 | bbc8266c6cd7df8a7e2f5ad638cdcd7f6298052e | refs/heads/main | 2023-06-05T05:14:00.374344 | 2021-06-16T15:08:41 | 2021-06-16T15:08:41 | 377,536,509 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 577 | h | /*-------------------------------------------------------------------------
*
* dynahash
* POSTGRES dynahash.h file definitions
*
*
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/sr... | [
"t.rejhons@gmail.com"
] | t.rejhons@gmail.com |
c2e4027248a33c18aaa0400415301a20ff3f4d66 | 7555c5e022e8226aa09ca493bc7fee1424c45383 | /c_assigments/C _assignment1/q4_armstrong/q4_armstrong.c | eb70de2d9af2af0985e5fa91a2632952bfe7ec97 | [] | no_license | VannemreddiHaritha/ncrwork | 88479e9cf529dd04edd0a4ddb1f8acf4a5f8578b | a2e4475340158e413ca3d421daf54b013eed6784 | refs/heads/master | 2020-04-20T14:59:08.363151 | 2019-04-05T09:27:05 | 2019-04-05T09:27:05 | 168,648,152 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 377 | c | #include<stdio.h>
#include<stdlib.h>
int main()
{
int number, t, r, result = 0;
printf("enter number");
scanf_s("%d", &number);
t = number;
while (t != 0)
{
r = t % 10;
result += r * r*r;
t /= 10;
}
if (result == number)
printf("%d is an Armstrong number.", number);
else
printf("%d is not an Arm... | [
"haritha@LAPTOP-1KKBO5U4"
] | haritha@LAPTOP-1KKBO5U4 |
1f89513e0724e920063318e542589a61cba007cd | 7113cc6cc6d28e5fd9f7f51c5634af1a890f9444 | /operate/operate/tech/mtm.h | 8fc8983efab8e9518c946b483793db54d5e9438a | [] | no_license | chenhaohaochenlulu/stockoperate | 50a34251813372fe3e05c9a004bf065997c54752 | dca105063fe54f0ad8cab02ed602930ae2b88fac | refs/heads/master | 2021-01-10T13:36:22.714006 | 2016-12-25T11:23:20 | 2016-12-25T11:23:20 | 54,624,873 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 573 | h | //**********************************************************************
//** **
//** (C)Copyright xhfch@126.com Hunter_Chen 2016-08 **
//** **
//** ... | [
"xhfch@126.com"
] | xhfch@126.com |
07026a473da8387ab472090b536f0339a3b91fec | a2c5dcd0493fbfc69c8823597896195e53361071 | /libraries/libiconv/c99.h | 290dd9ac567450acb19fc9d6f14c6c15d1a9340c | [
"Artistic-1.0",
"Artistic-2.0"
] | permissive | enzo1982/smooth | 673fed6eb977ce6e10c9ea3ffe54126561bc041e | 3b8dd663dcd794b7eb6944a309d21b9bef114a58 | refs/heads/master | 2023-07-09T20:02:56.901359 | 2023-07-02T19:57:13 | 2023-07-02T20:03:31 | 100,875,066 | 26 | 13 | Artistic-2.0 | 2023-01-29T23:56:56 | 2017-08-20T16:44:58 | C | UTF-8 | C | false | false | 3,259 | h | /*
* Copyright (C) 1999-2002, 2016 Free Software Foundation, Inc.
* This file is part of the GNU LIBICONV Library.
*
* The GNU LIBICONV Library 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; eith... | [
"robert.kausch@freac.org"
] | robert.kausch@freac.org |
f325801bc8b76a3107b1a07740e7429cd44032aa | 090475446719785defd122bd370fae83bbf5d7d6 | /SmartBLE_Peripheral_GPIO/Program/drivers/nrf5x_delay.h | 00816bbf84ac67ac1c0aa7e3d61248a0590fe8c1 | [] | no_license | Hom-Wang/SmartBLE | c103165d0f7ced37f82e64215aca068f9949e4e5 | 73bd0a1324ba4544c9b5cf95ac1cd002b6605a70 | refs/heads/master | 2016-08-12T21:26:16.265620 | 2016-01-14T21:01:40 | 2016-01-14T21:01:40 | 49,515,337 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 616 | h | /* #include "nrf5x_delay.h" */
#ifndef __NRF5x_DELAY_H
#define __NRF5x_DELAY_H
#include "nrf5x_system.h"
/*====================================================================================================*/
/*====================================================================================================*/
voi... | [
"wenhom.wang@gmail.com"
] | wenhom.wang@gmail.com |
834224ef8e23413016861b31d3500bfa6f5400fb | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant106058_simplify-rtx.c | 7ea32cdbb57eddef208f0cf47de4bfc5a6c41606 | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 158,213 | c | /* RTL simplification functions for GNU compiler.
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
the te... | [
"agroce@gmail.com"
] | agroce@gmail.com |
577e1b4375b32d2c8a8c33208a36d11f07186057 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/windows/core/ntgdi/mf3216/handlers.c | a48878b6865cb5de24b78cf8493ceb7028ae9407 | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 65,095 | c | /****************************************************************************
* Handlers.c - Handlers for the Win32 metafile records
*
* DATE: 11-Dec-1991
* Author: Jeffrey Newman (c-jeffn)
*
* Copyright (c) Microsoft Inc. 1991
****************************************************************************/
... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
57c57427a875772afdaa98bd948614c1f6ec3d5c | 2e19b5f77211b36f418bc1fac07a01d4c4bb57c7 | /HW1_Vinay/4.c | 5b1e0b5b264bf0d93318d8f002175e713b94f87c | [] | no_license | Vinay-Garg/Data-Structures | 225c48ce54224038da1d1b6e98743074a165ff98 | 0959b66e52e056fdf13b882d0560abcdebd53c4a | refs/heads/master | 2020-05-22T04:57:06.486413 | 2017-03-11T18:56:59 | 2017-03-11T18:56:59 | 84,672,608 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 461 | c | #include<stdio.h>
int main()
{
int i;
int a[]= {1,4,4,5,10,20,6,3,7,30};
printf("array = ");
for(i=0; i<10; i++)
printf("%d ",a[i]);
int max=0, max2=0, max3=0;
for(i=0; i<10; i++)
if(max<=a[i])
max=a[i];
//printf("%d ",max);
for(i=0; i<10; i++)
if(max2<=a[i] && a[i]<max)
max2=a[i];
//pr... | [
"noreply@github.com"
] | Vinay-Garg.noreply@github.com |
d54c682ee26ee3dac00c9396b81d452d68793346 | aaa29302fd324d9150b5804a19591ed07476c67a | /practice/qsort.c | cdd2cb7d14c95755ee9b306de6a7836e523c8813 | [] | no_license | KedharGuhan/programming_practice | 33965828b6cc7611e9aa0b79593964f9eb6e477a | 161aaadf136250331c72a81122dc51d8e65bba78 | refs/heads/master | 2020-12-02T22:06:11.904948 | 2016-12-29T16:56:32 | 2016-12-29T16:56:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 792 | c | #include<stdio.h>
#include<stdlib.h>
void swap_(int i, int j, int a[]){
int t=a[i];
a[i] = a[j];
a[j]=t;
}
int findPivot(int a[],int start, int end){
printf("\nentring findPivot\t%d\t%d:",start,end);
int i,j,pivot;
pivot = a[start];
i = start+1;
j = end;
while(1){
if(a[i]>pivot && a[j]<pivot)
{
swap_(i,j,... | [
"harshithaltb@github.com"
] | harshithaltb@github.com |
cab116e40686ec5417114339e2f269b84aca327d | e6e073673cdbef380abeba89cbf2618d4f680b2d | /CST 320p - Compiler Methods/Assignment 4/cst320_ccomp/cst320_stack.c | cde45c59b0eb3f3055bf016bc7619868772cb58e | [] | no_license | mklump/CS_OIT2005Degree_Accademic_Work | 2a7d10a73caff65d43421d5bb71de0ca94bb69d4 | 785c4649a6e43ebca81b7c03b3cba8f9ecf78bcc | refs/heads/master | 2021-01-10T06:45:56.185811 | 2016-03-21T15:04:23 | 2016-03-21T15:04:23 | 54,396,605 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,795 | c | #include <stdio.h>
#include <malloc.h>
#include <assert.h>
#include "cst320_stack.h"
const int initial_capacity = 200;
typedef struct _stack_t
{
int tos;
void **stack_stor;
int length;
} stack_t;
int
initialize_stack()
{
stack_t *pStack = (stack_t *)malloc(sizeof(stack_t));
pStack->tos = -1;
pStack->stack... | [
"mklump@gmail.com"
] | mklump@gmail.com |
6bfa8bb4520767f23b5ace4baa2c8180b7ad333f | add7c4649b99f5594271576274590c56fb7f7402 | /Platforms/Marvell/Library/ResetSystemLib/MvResetSystemLib.c | c0787aceac9c24fe73ef6b370395e809f106a218 | [
"BSD-2-Clause"
] | permissive | jlinton/OpenPlatformPkg | 49ab00f5ac78a6c9cc24f173430eb78999b54cd1 | b4375302ff2c26786a9d42126359c3a394a65ed4 | refs/heads/master | 2023-03-16T09:45:24.161861 | 2017-02-06T19:26:54 | 2017-02-07T08:42:31 | 81,714,209 | 5 | 2 | null | null | null | null | UTF-8 | C | false | false | 5,008 | c | /********************************************************************************
Copyright (C) 2016 Marvell International Ltd.
Marvell BSD License Option
If you received this File from Marvell, you may opt to use, redistribute and/or
modify this File under the following licensing terms.
Redistribution and use... | [
"leif.lindholm@linaro.org"
] | leif.lindholm@linaro.org |
a7eee295f5234eafe205ba01c899f8f767273133 | 211e9aa34d1f5e25a899bf773ab39d6ddb730c2c | /alps/mediatek/custom/common/kernel/lcm/hx8379a_dsi_vdo_azet_ips/hx8379a_dsi_vdo_azet_ips.c | 272efdffc6718b708f9f127267999b49ecac2053 | [] | no_license | a1batross/d620_gigabyte_4_2_kernel_source_code_alto_a2 | aab88b485b78c4158d0d659f8d330bda52605e10 | aaaf766e5ccc868d40202bd9e90316d01672327b | refs/heads/master | 2021-01-01T03:58:40.657006 | 2016-05-24T20:52:22 | 2016-05-24T20:52:22 | 59,596,425 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,421 | c | /* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein
* is confidential and proprietary to MediaTek Inc. and/or its licensors.
* Without the prior written permission of MediaTek inc. an... | [
"a1ba.omarov@gmail.com"
] | a1ba.omarov@gmail.com |
1db22db21329df7d8b0ed7ed4fe4504439781af3 | 47b71ff8a12367c10573e58289d6abbd41c2436f | /android/external/wpa_supplicant_8/hostapd/config_file.c | b2476409e89d1d9dc11d2a8446f373e8199ae9a0 | [
"BSD-3-Clause"
] | permissive | BPI-SINOVOIP/BPI-A31S-Android | d567fcefb8881bcca67f9401c5a4cfa875df5640 | ed63ae00332d2fdab22efc45a4a9a46ff31b8180 | refs/heads/master | 2022-11-05T15:39:21.895636 | 2017-04-27T16:58:45 | 2017-04-27T16:58:45 | 48,844,096 | 2 | 4 | null | 2022-10-28T10:10:24 | 2015-12-31T09:34:31 | null | UTF-8 | C | false | false | 87,179 | c | /*
* hostapd / Configuration file parser
* Copyright (c) 2003-2013, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#include "utils/includes.h"
#ifndef CONFIG_NATIVE_WINDOWS
#include <grp.h>
#endif /* CONFIG_NATIVE_WINDOWS */
#in... | [
"mingxin.android@gmail.com"
] | mingxin.android@gmail.com |
fe58d99d571e7772a426ff3141584ddfbd1c4c45 | 4ef8f3b76df1021e9a3c8425f08eab398ebdf49d | /Swig/basic/example.h | 79dc564c8a38998ac640ceb8411aef3bac1872f2 | [] | no_license | AmeyaVS/Notes | 3a2d5d48ce99c1e01322ea1e3f01ab5d01cfaef9 | ca73356ec16a318d2f7ea6b1560abfd5d2db309e | refs/heads/master | 2023-08-04T02:56:58.213916 | 2023-07-21T16:35:54 | 2023-07-21T16:35:54 | 78,131,470 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 190 | h | #ifndef EXAMPLE_H_
#define EXAMPLE_H_
#include <time.h>
extern double My_variable;
extern int fact(int n);
extern int my_mod(int x, int y);
extern char* get_time();
#endif // EXAMPLE_H_
| [
"ameya.v.singh@gmail.com"
] | ameya.v.singh@gmail.com |
9b872ed98c26ce106e29b707c7f9bbab16eb38ef | a10541c8fed02b32e3af098035595a74fa7c9ae0 | /obj_env_rec.c | eb142aadec519c6f13254ec0e094add5a3601ca2 | [] | no_license | kbob/schetoo | 39d7cd6d42463090ddbbd08108d4050e2e1690c5 | 9ff29ac0ddecb1378b2eb6b5a50274736465e899 | refs/heads/master | 2021-01-22T01:34:05.507921 | 2011-01-23T17:35:51 | 2011-01-23T17:35:51 | 487,317 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 364 | c | #include "obj_env_rec.h"
mem_ops_t env_rec_ops;
obj_t make_env_rec(obj_t parent, int nvar, obj_t formals, obj_t actuals)
{
CHECK_OBJ(parent);
CHECK_OBJ(formals);
CHECK_OBJ(actuals);
if (!env_rec_ops.mo_super)
mem_mixvec_create_ops(&env_rec_ops, L"environment", 1, 3);
return make_mixvec_1_3(&env_r... | [
"kbob@jogger-egg.com"
] | kbob@jogger-egg.com |
6d71e9434d0fc09bcaf5e1bf8f7b1e5f9f2a9d06 | 7ec1d781d0eadc00f5b77d3afd3d3cf8f9b6a255 | /test/null-pointer-dereference/test.c | eb5f277360e77753c20e61e7adfa7c39afc4b503 | [] | no_license | andrew-wja/instrumentor | 263d0e16c32f0a867efb76f682d697c413067e07 | 2376b5124e5c621724007697d7282fa1fe3cd07b | refs/heads/master | 2023-09-02T20:32:32.599975 | 2021-10-21T11:00:15 | 2021-10-21T11:00:15 | 356,222,994 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 655 | c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
__attribute__((__noinline__)) char * foo() {
char *f = (char *)malloc(sizeof(char) * 10);
for (int i = 0; i < 10; i++)
f[i] = ' ';
f[9] = 0;
return f;
}
__attribute__((__noinline__)) char* bad(char* str) {
if (strlen(str) > 5) {
return NULL;... | [
"aanderso@tcd.ie"
] | aanderso@tcd.ie |
496c52b10046e694b208f6dcae8b84711405b98a | edd9aa88f3f4183c5e52e0e2087bc644d2ab5661 | /src/cbor/internal/loaders.c | fe000788923a2bf7c561bc0061b2c86e77560d11 | [
"MIT"
] | permissive | rjc/libcbor | 3984911629a885f9b792f4adf13a4cab88a51e14 | 82512d851205fbc7f65d96a0b4a8e1bad2e4f3c6 | refs/heads/master | 2020-09-11T01:46:16.149245 | 2019-07-25T21:47:50 | 2019-07-25T21:47:50 | 221,900,039 | 0 | 0 | MIT | 2019-11-15T10:24:27 | 2019-11-15T10:24:26 | null | UTF-8 | C | false | false | 2,258 | c | /*
* Copyright (c) 2014-2019 Pavel Kalvoda <me@pavelkalvoda.com>
*
* libcbor is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See LICENSE for details.
*/
#include "loaders.h"
#include <math.h>
#include <string.h>
uint8_t _cbor_load_uint8(cbor_data source) { return ... | [
"me@pavelkalvoda.com"
] | me@pavelkalvoda.com |
a9aafd75950ba2fd72fa29206be95fc9efa514c1 | 9980de4267127b2ef8452af164387526dc1ca483 | /platform/Device/SiliconLabs/em35x/Include/em35x_event_nmi.h | 8aaf67dbc6113225fa9a35aa4aa68b99910998fc | [] | no_license | a-v-s/Gecko_SDK | 74df2d4cace0da22cdc382102e65f489b7d33a25 | f32fba67c98aa7f447708424ad2aa9519bc57fd2 | refs/heads/master | 2022-02-25T18:03:15.036123 | 2019-09-01T12:53:02 | 2019-09-01T12:53:02 | 186,304,303 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,513 | h | /**************************************************************************//**
* @file
* @brief em35x_event_nmi Register and Bit Field definitions
* @version 5.8.1
******************************************************************************
* @section License
* <b>(C) Copyright 2014 Silicon Labs, www.silabs.com</b>
... | [
"andre@philosopher.it"
] | andre@philosopher.it |
9a7e59ce9be88ae26594bffb798fbaf988c0221b | 750c5fefad9f0b7e0472c69c47c4d7dd9b9de4fa | /zz3/ProgrammationParallele/tp2/para/fonctions.c | 7f53253cf6f882a8d24f42f5b75875a9878f9a69 | [] | no_license | ulricheza/Isima | 94af1bdca91e4826b89a31e2f369b51a3e6c499c | 1c06cbb942844818ac704dc5ad5d279a6c949b1f | refs/heads/master | 2021-01-02T08:47:42.907139 | 2013-05-20T18:44:36 | 2013-05-20T18:44:36 | 13,802,104 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 2,442 | c | #include "complexe.h"
#include "fonctions.h"
/* --------------------------------------------------------- */
/* couleur1 : calcule la vitesse de convergence de la */
/* methode de newton pour chaque x0 initial */
/* se trouvant dans le domaine de definition */
/* entrees : l'a... | [
"maxime.escourbiac@gmail.com"
] | maxime.escourbiac@gmail.com |
4af5fe6c55e34cd8c6b073235172a42ff3c7f258 | 319d073c8de4c0485d87d0ac32a6ad853ef541f8 | /04_Secuencia/pilaEnterosDinamica.h | 998b9b19c9297f1402300f91d7bde9c6ef2d96d8 | [] | no_license | jhonnyfc/Estructura_de_Datos_en_C | 351c032914c59d2c02929f0c84b4d624c5419e7c | 8299a730a6b5cb86640de9edf5b347f19a4a937f | refs/heads/master | 2020-12-15T04:37:27.540769 | 2020-01-26T18:16:37 | 2020-01-26T18:16:37 | 234,996,997 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 311 | h | typedef int tipoElementoPila;
typedef struct celdaP{
tipoElementoPila elem;
struct celdaP *sig;
} celdaPila;
typedef celdaPila* tipoPila;
void nuevaPila(tipoPila *);
void apilar(tipoPila *, tipoElementoPila);
void desapilar(tipoPila *);
tipoElementoPila cima(tipoPila);
int esNulaPila(tipoPila);
| [
"jhonnyfc88@gmail.com"
] | jhonnyfc88@gmail.com |
92f1ef4c23063a146613454bc9dc497ad63ac4ad | 3c92cb990c5928908c92403a4ca31adc9878376f | /Driver/imports.h | c5b65de919fad84b2e0f5d5f169c602d945f58a0 | [
"MIT"
] | permissive | Volkanite/TestSpoof | b633ffbe26ab6fc886b64d113b4df30c760fc9a0 | 2ec801753a1ab7713794cf1404e87f06b80a4d40 | refs/heads/master | 2020-12-24T16:06:44.137428 | 2018-10-13T20:40:33 | 2018-10-13T20:40:33 | 31,838,907 | 29 | 10 | null | null | null | null | UTF-8 | C | false | false | 181 | h | NTSYSAPI NTSTATUS NTAPI ZwQuerySystemInformation(
ULONG SystemInformationClass,
PVOID SystemInformation,
ULONG SystemInformationLength,
PULONG ReturnLength
); | [
"volks.hb@gmail.com"
] | volks.hb@gmail.com |
1f44f3381d43cd25a30b3a10045d8cbc5e5b7da6 | ec2ae75a70bfaec63607789cee749007c3e78020 | /LED/C/LearningC/LearningC.c | 2910ae50ddc1230ffd7833836e8002f01a36d8e1 | [] | no_license | srharris91/Katz_Work | 2b84a58dba79e70e4c010c6d29c985447facae38 | 19ef35b54be9cb26a5c9238d95c2f779340fd3aa | refs/heads/master | 2016-09-13T03:45:53.682889 | 2016-05-06T19:38:09 | 2016-05-06T19:38:09 | 58,221,238 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 557 | c | // Class Ship
#include "Ships/shiplib.h"
#include <iostream>
using namespace std;
int main () {
int nShips;
cout << "Learning C .1"<<endl;
cout << "How many ships?" <<endl;
cin >> nShips;
ship* S1 = new Frigget;
ship* S2 = new Sloop;
ship ** Frends = new ship*[nShips];
for (int i=1; i<=nShips; i++) {
int ... | [
"shaun.r.harris@gmail.com"
] | shaun.r.harris@gmail.com |
05fe0c81efdca6b4a2bcb0a87a38fe2584f75385 | afe3b9f82c5b57e83e903d08d9ec7b4d3bd80c97 | /Mercury5/proj/sc/application/mmi/app/BjxApp/inc/mmi_bjxapp_id.h | 3a327a0b042a429a4863aab637efd3f027798083 | [] | 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 | 437 | h | #ifndef __MMI_BJXAPP_ID_H__
#define __MMI_BJXAPP_ID_H__
typedef enum
{
BJXAPP_WND_MAIN = WND_ID_APP_BASE
} BjxAppWndId_e;
typedef enum
{
BJXAPP_MAIN_VIEW_BEGIN = APP_WDG_START,
BJXAPP_MAIN_SURNAME_GRID,
BJX_MAIN_SURNAME_ITEM_CNT,
BJX_MAIN_SURNAME_ITEM,
BJX_MAIN_ALPHABET_BG_CNT,
BJX_MAIN_AL... | [
"695732416@qq.com"
] | 695732416@qq.com |
551a35ade5528557415117edd45a651bbe244858 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/linux-master/arch/mips/vr41xx/common/cmu.c.bak.c | 08a71da011465920102c02a7a86c97a8a1b14e4d | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,781 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/*
* cmu.c, Clock Mask Unit routines for the NEC VR4100 series.
*
* Copyright (C) 2001-2002 MontaVista Software Inc.
* Author: Yoichi Yuasa <source@mvista.com>
* Copyright (C) 2003-2005 Yoichi Yuasa <yuasa@linux-mips.org>
*
* This program is fr... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
84b02cce09de6d92a878f7ea4f0e7f59010e4222 | d2bccec1827b21a735addcf9f03e4a7e59f6147c | /cargarNextVuelo.c | 5dc7771bc565fe05cbf44e9a40117f43e36820e6 | [] | no_license | gnpjb/PI_TPE | bd279f5ff8e50313dd78925968c896f1d3795e35 | 4ca7d6857d9c204aaa7ea99a1992b45d07b26d63 | refs/heads/master | 2020-03-22T10:22:22.286315 | 2018-07-11T03:59:47 | 2018-07-11T03:59:47 | 139,898,057 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,196 | c | #include <stdio.h>
#include <string.h>
#include "TAD.h"
#include "cargarNextVuelo.h"
#define DELIM ";"
#define MAX_LONG_LINEA 500
#define ASCIINUM_TO_INT(c) ((int)(c-'0'))
vueloADT cargarNextVuelo(FILE *f,vueloADT vuelo){
char *field,linea[MAX_LONG_LINEA];
char *p_linea;
VTFecha fecha;
VTHora hora;
if(!feof(f)){... | [
"guido_gucci@hotmail.com"
] | guido_gucci@hotmail.com |
25cf1559348afb6ff158c9b7bd5545abd4385b06 | 3389db53db08c6c06b0a68baf0bcda83f425a352 | /unbound/fuzzing/end_to_end.c | 0ecdfd6fc4449dfdd8f0a45f8478e6d1875ee4c3 | [
"BSD-3-Clause"
] | permissive | noperand/fuzzing | 91758b08d7157b464af1abfe9c042b167add40f7 | 9a0266e2c023a66f8eeb60467417f88ccde15459 | refs/heads/master | 2021-10-02T21:36:22.292300 | 2018-12-01T03:42:21 | 2018-12-01T03:42:21 | 159,905,922 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,240 | c | #include "config.h"
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "sldns/sbuffer.h"
#include "util/data/msgparse.h"
#include "util/data/msgreply.h"
int main( int argc, char **argv ) {
struct stat input_stats;
FILE *input = 0;
char *input_data = 0;
unsigned int c... | [
"kurtis@noperand.com"
] | kurtis@noperand.com |
6e097b69edc19a577c266653a743d6ab57312e06 | bff7120445eb4c6d693e7f64dc519faad7cb2013 | /12-binary_tree_leaves.c | e69262e8d4b287d1be1592c97159d76e0fe210f9 | [] | no_license | Lohkrii/binary_trees | 506180b9913981c6c0bf5a7ad7bf5daafa4a09a7 | 4cd55bd8e64de317dcd0ce4895683d4106bff16e | refs/heads/master | 2023-03-23T22:21:39.480822 | 2021-03-12T02:29:35 | 2021-03-12T02:29:35 | 345,687,376 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 449 | c | #include "binary_trees.h"
/**
* binary_tree_leaves - Counts the ammount of leaves in a tree struct.
* @tree: Pointer to root of tree to evaluate.
* Return: Returns the ammount of leaves.
*/
size_t binary_tree_leaves(const binary_tree_t *tree)
{
unsigned int idx;
if (!tree)
return (0);
if (tree->left == NULL... | [
"joshualopez0429@gmail.com"
] | joshualopez0429@gmail.com |
4f3e3a1186504a680254a36f5be0612000fd49f3 | f8e344c2e0624c2877ba8230cd2edf1cbf2be8f3 | /HouseRotation.c | 211b5ba1f023a54cf9e802d40b5170a2a44218a4 | [] | no_license | nisha1296/ComputerGraphics | 489c98e3fb535f75b432b8486308bdcfb5b7aeea | 1fadf819ecd0bd39ef4207bbe9c51cecaead085a | refs/heads/master | 2021-06-13T04:28:37.860028 | 2017-04-09T12:40:00 | 2017-04-09T12:40:00 | 84,554,896 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,109 | c | #include<GL/glut.h>
#include<math.h>
#include<stdio.h>
GLfloat house[3][9]={{250,250,300,350,350,275,275,325,325},{250,400,450,400,250,250,325,325,250},{1,1,1,1,1,1,1,1,1}};
GLfloat rot_mat[3][3]={{0},{0},{0}};
GLfloat result[3][9]={{0},{0},{0}};
GLfloat h=250,k=250;
GLfloat theta,rad;
void draw_house(GLfloat h[][9])
... | [
"nishaj1296@gmail.com"
] | nishaj1296@gmail.com |
1d8a8c3755a2b23e8410de04e9724cb6b2603f8f | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/net/wireless/mediatek/mt7601u/extr_eeprom.h_s6_to_int.c | ccd8f7c551087ea63cc4e831e4b36291cda2c129 | [] | 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 | 629 | 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 |
4ce34e289496423ccc6e851a4f4cef3a857d72f6 | 435051d45e71b0714b99ec5cb24bfc46c355a311 | /Codigo PSoC 5Lp/Generated_Source/PSoC5/ADC_DelSig.h | 838a024cc8f255d179f535ea99b98097897d370d | [] | no_license | Hulidex/Puerta-Musical | 4fa57a247b73c9fe09957bb9214ce10d951298ec | 1ef0fa6ad8277033413cd359034fce517826af16 | refs/heads/master | 2020-03-21T08:03:54.488312 | 2018-06-22T15:15:05 | 2018-06-22T15:15:05 | 138,317,541 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 80,380 | h | /*******************************************************************************
* File Name: ADC_DelSig.h
* Version 3.30
*
* Description:
* This file contains the function prototypes and constants used in
* the Delta-Sigma ADC user module.
*
* Note:
*
*******************************************************... | [
"joseluizquierdo97@gmail.com"
] | joseluizquierdo97@gmail.com |
504fd79db5beb98731a799675456b66547fd039f | 5d9d7172f24ea3e975d526552a09292a0c4ad814 | /tests/prctl-arg2-intptr.c | f49e2f6f38e4f97e59d99ee92fb02e202581b566 | [
"BSD-3-Clause"
] | permissive | shankarapailoor/strace | 7138c593907df12f853062bc61162dfe2e9dc661 | 72bc8e459a6d6305536930e5271255b7f04b80e8 | refs/heads/master | 2021-01-18T21:12:12.876584 | 2018-07-28T19:47:06 | 2018-07-28T19:47:06 | 87,012,416 | 2 | 0 | null | 2017-04-02T20:02:15 | 2017-04-02T20:02:15 | null | UTF-8 | C | false | false | 3,925 | c | /*
* Check decoding of prctl operations which use arg2 as pointer to an integer
* value: PR_GET_CHILD_SUBREAPER, PR_GET_ENDIAN, PR_GET_FPEMU, and PR_GET_FPEXC.
*
* Copyright (c) 2016 Eugene Syromyatnikov <evgsyr@gmail.com>
* Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
* All rights reserved.
*
* Redist... | [
"ldv@altlinux.org"
] | ldv@altlinux.org |
4d1afa4913f17d7c7010a31524a53f878f3dbe79 | 3bf4ea3f55ee21679dc15cc88139c2bcf100a234 | /tesseract4android/src/main/cpp/leptonica/src/prog/pixa1_reg.c | 3573b703858955dea77662fa0359b74c4eb7a9ac | [
"CC-BY-2.5",
"BSD-2-Clause",
"Apache-2.0"
] | permissive | letin97/Tesseract4 | 002dea80b7a28fc59a5950daf126b25b5de8d2c5 | 9b798d6864bfc70933e6ea641a70435e2d5b9c2d | refs/heads/master | 2022-03-28T00:08:50.680577 | 2020-01-10T05:46:22 | 2020-01-10T05:46:22 | 188,020,773 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,062 | c | /*====================================================================*
- Copyright (C) 2001 Leptonica. 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 so... | [
"tinlt5@vng.com.vn"
] | tinlt5@vng.com.vn |
fdaa0f1ab298b6b8254d77acf85501f0401c674c | d9e78ddc173badc31313304de696cf05b669682b | /hardware/libgps/asn-supl/GeographicTargetArea.c | 9ba939cb79c06324a4ecc7075f95413ba33a8a97 | [
"MIT"
] | permissive | zxcwhale/android_hal_gpsbds | 280f9b51ad82918b4f22fc92bc6e6ee0207a4f13 | 2e0ab76e7aebf37f5b51b6138a5a64b3ceb36468 | refs/heads/master | 2021-10-27T08:36:13.215718 | 2021-10-19T01:10:28 | 2021-10-19T01:10:28 | 56,733,610 | 29 | 22 | null | 2018-05-23T08:08:00 | 2016-04-21T01:42:17 | C | UTF-8 | C | false | false | 2,705 | c | /*
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "SUPL-TRIGGERED-START"
* found in "../supl-triggered-start.asn"
* `asn1c -fcompound-names -gen-PER`
*/
#include "GeographicTargetArea.h"
static asn_per_constraints_t asn_PER_type_GeographicTargetArea_constr_1 GCC_NOTUSED = {
{ APC_C... | [
"zxc.whale@gmail.com"
] | zxc.whale@gmail.com |
ecb4f37326946bc68684a371a550331067687e55 | 83bb686f2d10f61a1bbd30a45b7d71c91238172f | /c++/struct.c | 62d39960aab0c54688448e26187c01c449a3b89a | [] | no_license | bearer1024/practice | 243c2d3164966d1e8483a8d0fe5a66c3c788fa83 | 8ee04464197a516962c45a667a50a957d643c2ac | refs/heads/master | 2020-04-02T04:13:47.331915 | 2017-11-13T14:42:41 | 2017-11-13T14:42:41 | 63,364,168 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 336 | c | /*
*practice for struct"
*/
#include<stdio.h>
#include<string.h>
struct people {
char firstname[20];
char lastname[20];
};
int main (void) {
struct people bearer;
strcpy(bearer.firstname,"xin");
strcpy(bearer.lastname,"xiong");
printf("firstname is %s,\nlastname is %s\n", bearer.firstname,bearer... | [
"bearer1024@gmail.com"
] | bearer1024@gmail.com |
1647e370f367e77a0a15f8fc06a35b51e1ba6984 | 44d7aa8ac7746f5fa4d589deaaf9471b348a2354 | /unused/lapack_cwrapper/testing/wrapper/fdbdsqr.c | 5e3e4535059fca19ac4dcbb11a8d17465f5f85a0 | [] | no_license | mathematical-systems/blas-lapack-ffi | 14853da997b7280f7dbfce710773ce6b0b05964c | 781517becc93a27dc2eac91b76032117bced5396 | refs/heads/master | 2016-09-07T18:39:20.944501 | 2011-12-28T04:34:57 | 2011-12-28T04:34:57 | 3,864,092 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 476 | c | #include "../../include/lapack_enum.h"
#include "../../include/lapack.h"
void fdbdsqr_(char* uplo, int* n, int* ncvt, int* nru, int* ncc, double* d, double* e, double* vt, int* ldvt, double* u, int* ldu, double* c, int* ldc, double* work, int* info)
{
enum lapack_uplo_type uploC;
if (*uplo=='U') uploC = lapack_upper;... | [
"jianshi.huang@gmail.com"
] | jianshi.huang@gmail.com |
29193b7bd0aed80e82327bdfd3069a740174cc73 | 462b1dbb7a0f4974a6169e8a6f79406353d73cb5 | /src/file.h | ddc19d6cffea625cf7034ae3e56c675f97fd2902 | [
"BSD-3-Clause"
] | permissive | alip/sydbox-1 | f096b9e85e66350642d383071f82d0f417df4894 | 8c84f3d450c8e36794797e16fdec6af1137fbe1e | refs/heads/master | 2020-12-26T12:12:55.313335 | 2016-12-18T15:29:44 | 2016-12-18T15:29:44 | 237,502,859 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 894 | h | /*
* sydbox/file.h
*
* File related utilities
*
* Copyright (c) 2010, 2011, 2012, 2013 Ali Polatel <alip@exherbo.org>
* Based in part upon systemd which is
* Copyright 2010 Lennart Poettering
* Distributed under the terms of the GNU Lesser General Public License v2.1 or later
*/
#ifndef FILE_H
#define FILE_... | [
"alip@exherbo.org"
] | alip@exherbo.org |
0e7e901d89e03b46872115ee04ffd708be4a5bbe | 3cd3b17b04bf58c137022f805fcd255c1ec62d49 | /imgops.c | 664088f7c499f86f17566e38722b1dd0bd17f982 | [] | no_license | Asgavar/Pixav | bf6c9452747cd08f8ed3d4b008037a4d1bf18321 | 3a49dd3df77c1619121d0e4aff97aa558a8b5359 | refs/heads/master | 2021-01-16T18:18:17.073574 | 2017-09-21T15:03:36 | 2017-09-21T15:03:36 | 100,058,988 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,233 | c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <png.h>
#include "fsops.h" // to get access to pixh_file_name
/*
* Full of bloat half of which I don't really understand in greater detail,
* ideally there would be a read_png function returning a struct containing
* height, widt... | [
"asgavar@gmail.com"
] | asgavar@gmail.com |
4021e8df69e47d5221812c08556e6c467097057a | 761636e4dcf0874a833cd2d2850bc90460dfb23c | /Entregas/ENTREGA3/Capella_Capo_Hegedus/src/ficheros.c | 0b298f949027e1f328b8512478d5aae3831260e3 | [] | no_license | EHE781/SOII_SF | 48bd2e7de04111f8110725ee849ed416ce818192 | e61831a7f005ff0a14484884d46bc237b3a474d4 | refs/heads/master | 2022-06-07T20:42:40.825291 | 2022-05-23T11:47:05 | 2022-05-23T11:47:05 | 241,928,881 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,810 | c | //Autores: Emanuel Hegedus, Bartomeu Capo Salas, Pau Capellá Ballester
#include "../headers/ficheros.h"
int mi_write_f(unsigned int ninodo, const void *buf_original,unsigned int offset ,unsigned int nbytes){
struct inodo inodo;
void *buf_bloque = malloc(BLOCKSIZE);
int total = 0;
leer_inodo(ninodo, &i... | [
"emanuel.hegedus18@gmail.com"
] | emanuel.hegedus18@gmail.com |
14c59990156fb651bea0da27ad23c36e65a1a920 | 8bbddd0db0e0f92982618268b30b9935e0f8564a | /src/main.c | 17ef8f4ffe00deabfd32e3f7e0f8b4f593aec982 | [] | no_license | happystep/PebbleHackKSU | 6cb8d01d9a447cb6b3b904cb725caa1808e2eed8 | 19803ec4b195edf6c69d38b934be07beeb402624 | refs/heads/master | 2021-01-01T05:21:13.530233 | 2016-04-30T03:38:30 | 2016-04-30T03:38:30 | 57,425,255 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,378 | c | #include <pebble.h>
//variable for accessing the first window
static Window *s_main_window;
static TextLayer *s_time_layer;
static void update_time() {
// Get a tm structure
time_t temp = time(NULL);
struct tm *tick_time = localtime(&temp);
// Write the current hours and minutes into a buffer
static char ... | [
"happystep@ksu.edu"
] | happystep@ksu.edu |
4d050ef458859d0381af8e61e6fefec319b65fd1 | 317410b28757af216145d23259d63fc96d07f613 | /include_lib/media/media_new/media/cpu/br30/asm/audio_linein.h | e783ea57b10c13ff97f051ba6bbdd27cd815c18e | [
"Apache-2.0"
] | permissive | Jieli-Tech/fw-AC63_BT_SDK | 48c757dca7e8000ec763bf5466583a4cd8c4a11c | 393d63758081d56f0bf0a39ac596bee32c33d493 | refs/heads/master | 2023-07-18T02:14:56.187266 | 2023-06-21T03:14:20 | 2023-06-21T03:14:20 | 272,586,610 | 113 | 76 | Apache-2.0 | 2022-10-20T23:07:31 | 2020-06-16T02:02:15 | C | UTF-8 | C | false | false | 634 | h | #ifndef _AUDIO_LINEIN_H_
#define _AUDIO_LINEIN_H_
#include "generic/typedef.h"
#include "asm/audio_adc.h"
/*
*ch:
*amux_en:
*/
int audio_linein0_open(u8 ch, u8 amux_en);
int audio_linein0_close(u8 ch, u8 amux_en);
int audio_linein1_open(u8 ch, u8 amux_en);
int audio_linein1_close(u8 ch, u8 amux_en);
int audio_line... | [
"change.tsai@gmail.com"
] | change.tsai@gmail.com |
97d22f41218bb4c5955674939e46d775f7a412a2 | 5fbedc28500af64a7daeda9c98e0635600621cf4 | /ex5.c | 07adfaaa3a48786d5f0a9969b5416ea40f416ad9 | [] | no_license | gthank/Learn-C-The-Hard-Way-Sandbox | 683cf67bca157d4ccfa55ab6b3969b96c3c0c15b | b74d9fa26b5fe71dd470c3384b3eac3421ef4c67 | refs/heads/master | 2020-04-24T23:12:31.319885 | 2011-09-25T01:34:09 | 2011-09-25T01:34:09 | 2,497,734 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 229 | c | #include <stdio.h>
/* This is a comment */
int main(/*@unused@*/ int argc, /*@unused@*/ char *argv[]) {
int distance = 100;
// This is also a comment.
printf("You are %d miles away.\n", distance);
return 0;
}
| [
"whg@us.ibm.com"
] | whg@us.ibm.com |
521ba220dc98e2fc9a055397ac7924cf109e95af | 649faf952da9eced38e0c462bf153b9242b5efcd | /C语言代码/day13/code/1115-知识点回顾/04-文件包含/your.h | 183b5fc393b43ab1d8ac49d2ec8cae8e8dea1ac3 | [] | no_license | lighteness/heima_oc2 | 57fe7d12c150bae8025745d2a58c94385247d577 | c81503366e50e4374e82b2c9c9936058cf40e447 | refs/heads/master | 2021-06-21T02:09:43.814451 | 2017-07-02T13:40:23 | 2017-07-02T13:40:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 274 | h | //
// your.h
// 1115-知识点回顾
//
// Created by Apple on 14/11/15.
// Copyright (c) 2014年 itcast. All rights reserved.
//
#ifndef ___115________your__
#define ___115________your__
#include <stdio.h>
#include "me.h"
#endif /* defined(___115________your__) */
| [
"huangliang1203@hotmail.com"
] | huangliang1203@hotmail.com |
0da36f5e98eaa50bcb4d2eed697c8cbcddc3b4c1 | c41fce08b030672cae2c6fcf3ce2ed6d4fdd28c7 | /src/render_hud_init.c | bee4dc4d6acd6e6c10e922884863c3ed3f6ddb44 | [] | no_license | jfeve/doom | 1c366aae605718870ce72aadeb325093cc5fe8f4 | 233b34710cd2af3732b015a3a0137533a93bd06a | refs/heads/master | 2021-07-10T15:22:28.093833 | 2020-07-20T10:10:28 | 2020-07-20T10:10:28 | 179,568,426 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,909 | c | /* ************************************************************************** */
/* LE - / */
/* / */
/* render_hud_init.c .:: .:/ . .:: ... | [
"jfeve@student.le-101.fr"
] | jfeve@student.le-101.fr |
9e557a928dc0fb9b799f3f8809949959a96c9fee | 53ed6f2003e0c23e687630a0f6e19ad643001f78 | /src/airkiss.h | 9b439aefc545659fe27ff5e3c3301dacee3ba851 | [] | no_license | Shadowyingjian/motor-catcher-ver01 | 59159af932ff82fa1a2a0f781ee16329cbcadbad | 61713469312f99db4429ef263d87c93129df1c72 | refs/heads/master | 2020-03-26T10:46:02.901802 | 2018-08-15T10:21:38 | 2018-08-15T10:21:38 | 144,814,448 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,336 | h | /*
* airkiss.h
*
* Created on: 2015-1-26
* Author: peterfan
*/
#ifndef AIRKISS_H_
#define AIRKISS_H_
#ifdef __cplusplus
extern "C" {
#endif
#define DS_FRAME_MASK (0x0300)
#define GET_STA_FRAME (0x0100)
#define GET_AP_FRAME (0x0200)
/*
*Log output
*/
#define AIRKISS_ERROR 0
#define AIRKISS_WARNING 1
#d... | [
"a861992831@qq.com"
] | a861992831@qq.com |
b3c8df5b1dd009b8e2af45b5c5bdd6df2a956a1a | 4f845dddd9a90c2ad2b8fabe87a359fcec24f4f8 | /libft/ft_putnbr.c | b58fd4f8ce077a440deb01a80754448d1567f28b | [] | no_license | jchenaud/wolfy | 64f47e87c6a7c33b5c00dd16d89f8d5add0a8685 | a778da9f18e1a6d817aa091c85f8a9fea5962d1a | refs/heads/master | 2022-12-18T04:58:30.918055 | 2020-09-29T09:46:18 | 2020-09-29T09:46:18 | 93,025,940 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,121 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putnbr.c :+: :+: :+: ... | [
"jchenaud@e3r9p20.42.fr"
] | jchenaud@e3r9p20.42.fr |
8d0191f430fbb4d496334445f1f60ab301c739da | f66fd0a8f8a8502955832faccef0e18c91ed3ef2 | /gocator_bridge/include/gocator_bridge/kApi/kApi/Io/kHttpServerRequest.x.h | fe31efd67793bdb32448c94bc00e86e2c64ab9aa | [
"MIT"
] | permissive | robotsorcerer/gocator | 4b84fdc378159bceb7a0f97bd4e7aaf0e7e25b31 | 7380ce2fd98258c2471fbd8f2cfe8aa1a90031ca | refs/heads/master | 2021-12-25T01:47:51.971556 | 2021-10-27T15:54:12 | 2021-10-27T15:54:12 | 72,158,893 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,768 | h | /**
* @file kHttpServerRequest.x.h
*
* @internal
* Copyright (C) 2013-2014 by LMI Technologies Inc.
* Licensed under the MIT License.
* Redistributed files must retain the above copyright notice.
*/
#ifndef K_API_HTTP_SERVER_REQUEST_X_H
#define K_API_HTTP_SERVER_REQUEST_X_H
kBeginHeader()
#def... | [
"patlekano@gmail.com"
] | patlekano@gmail.com |
47ad6d85f61fdbda7e1f971bac6344e55ad0411e | 156193960fa0ce63d868581e60f46c3ae23a47b5 | /lib/display/display.h | 9891158b394d4145c513a7e1743bef0968c1149c | [] | no_license | ptz19861212/pumponef103rc | 1da8331b0424787d3bfc8781ebb077f46fe1b62f | ab592c70d60973c3eb9133435fa4f73727998511 | refs/heads/master | 2016-09-05T12:36:43.293503 | 2014-04-02T02:27:30 | 2014-04-02T02:27:30 | 14,039,179 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,692 | h | /**
* @file display.h
* @brief
* @author ptz
* @email ptz19861212@163.com
* @version 0.0.1
* @date 2014-01-05 14:59:28 星期日
* @history (1).2014-01-05 14:59:28 星期日 create
*/
/* Copyright (C)
*
* My own license
* All right reserved
*
*/
#ifndef __DISPLAY_H__
#define __DISPLAY_H__
#include "my... | [
"ptz19861212@163.com"
] | ptz19861212@163.com |
ca08bd84af3400d5cd50b7f7e8892616326a67fe | c4afbfe1885e8d0c7a1c8b928563f7bb8ab6a683 | /GreenDemonstrator/MEN_demonstrator_stubs/Simulation/C_header_to_M043_TM_RBC_conversions.h | 5a2ec8b711d078903949f5c879315ef3594f7b1d | [] | no_license | VladislavLasmann/srcAndBinary | cd48ebaa2f1f7f697ba5df9f38abb9ed50658e10 | 13aa76e545b9596f6dac84fb20480dffae7584d8 | refs/heads/master | 2021-05-08T15:04:05.709079 | 2016-01-22T12:40:10 | 2016-01-22T12:40:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,836 | h | /* $*************** KCG Version 6.1.3 (build i6) ****************
** Command: s2c613 -config C:/GITHUB/modeling/model/Scade/System/MEN_demonstrator/Simulation\kcg_s2c_config.txt
** Generation date: 2015-10-19T14:35:57
*************************************************************$ */
#ifndef _C_header_to_M043_TM_RBC_con... | [
"info@stefankarg-it.de"
] | info@stefankarg-it.de |
fe785136268867a38fd6fc44703c7e34bd119d0a | 3b0b1970532eb4cc393e2b07b50169fe681e5626 | /MTP/CustomNetwork Emulated/Implementation/isim/Custom_TB_isim_beh.exe.sim/work/m_15063407486795497905_4014444467.c | c7077fe3c555b7f8e1fbce94cb416c04d3563c81 | [] | no_license | saurabhagrawal3/NoC_FPGA | 0584bd8c9db4de60f0be836148c73050c6b5a20c | 68bbc6a7e178b7c0c9e9d017d94f713ee5677f20 | refs/heads/master | 2022-11-13T22:10:30.286448 | 2020-07-09T17:46:08 | 2020-07-09T17:46:08 | 277,057,956 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 64,497 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"saurabh.agrawal3@gmail.com"
] | saurabh.agrawal3@gmail.com |
d5ca4a8ba57821154d05fca6d854f281ad01e4f6 | bfbad69b0cab1db2aa658d713cb3cc0bda7b808a | /render.c | 0a5ac7bd688d469e71b63976af949eb63fdebd24 | [
"Unlicense"
] | permissive | FoyerSociety/Tetris-SDL | a7cc572a6ba07333fc95475049fd180411941b2f | 7360de410c29a2f3fc9476257d8a4933d768d262 | refs/heads/master | 2020-08-23T12:08:27.210740 | 2019-11-25T18:13:40 | 2019-11-25T18:13:40 | 216,613,174 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,061 | c |
//
// Routines d'affichage : 1x / 2x
//
#include "includes.h"
#if defined (__LINUX__) || defined (__APPLE__)
#define BPP32_2X 1 // Useless with Windows - Vital with Linux.
#endif
struct SRender gRender;
#ifdef BPP32_2X
// Scaling 2x. 8 > 32 BPP.
void Render_Scale2x(SDL_Surface *pSDL_Src, SDL_Surface... | [
"landry.manankoraisina.rasendranirina@esti.mg"
] | landry.manankoraisina.rasendranirina@esti.mg |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.