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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a427d7d37763ba52eef7a0404ece1be404294699 | bbcda48854d6890ad029d5973e011d4784d248d2 | /trunk/win/Source/Includes/QtIncludes/include/QtDesigner/private/grid_p.h | 016667aff44e252eb55a4098626da1b2fd3c4c78 | [
"MIT",
"curl",
"LGPL-2.1-or-later",
"BSD-3-Clause",
"BSL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"LGPL-2.1-only",
"Zlib",
"LicenseRef-scancode-unknown",
"LicenseRef-scancode-unknown-license-reference",
"MS-LPL"
] | permissive | dyzmapl/BumpTop | 9c396f876e6a9ace1099b3b32e45612a388943ff | 1329ea41411c7368516b942d19add694af3d602f | refs/heads/master | 2020-12-20T22:42:55.100473 | 2020-01-25T21:00:08 | 2020-01-25T21:00:08 | 236,229,087 | 0 | 0 | Apache-2.0 | 2020-01-25T20:58:59 | 2020-01-25T20:58:58 | null | UTF-8 | C | false | false | 60 | h | #include "../../../tools/designer/src/lib/shared/grid_p.h"
| [
"anandx@google.com"
] | anandx@google.com |
93937292b9e6d5dc99ce17a36486529d1284869d | 208c48bf9d1cd36194ee6609b8df92e9430c6751 | /Aula 2/Right Area.c | b7147ced551d777717664722460b9fa3ebd7ae13 | [] | no_license | denes27/Programacao-Estruturada-Denes | 5948352c6fbb87ef6a4282aad372b2f138571fa5 | af100a3745bc180870a1c54500ef800f922904f7 | refs/heads/master | 2020-04-11T05:56:24.337373 | 2018-12-16T20:20:07 | 2018-12-16T20:20:07 | 161,565,041 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 888 | c | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
int i = 0, j = 0, a = 11, b = 7;
char operacao;
double m[12][12], resultado;
scanf("%c", &operacao);
//printf("caracter: %c \n",operacao);
for(i = 0; i<12 ; i++){
for(j = 0; j<12; j++){
scanf("%lf", &m[i][j]);
// printf("ele... | [
"denes27@hotmail.com"
] | denes27@hotmail.com |
957baa05420b4879862d16d35ba6a993c1ecaa9f | 829e78c4001f8c2af7c789304dd48a138a358930 | /dpp/msg.c | 4dfd5bdd1956cb0dbcd7dd553bfc3c865ac442a3 | [] | no_license | TEIC/Carthage | d068b4da526725bca115af11e7ccd24af2bbed9c | eaf0e323ff50d4b604bd16dc5f78183b326554f7 | refs/heads/master | 2021-03-12T19:53:31.814548 | 2015-10-28T14:28:04 | 2015-10-28T14:28:04 | 14,873,741 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,559 | c | /* msg.c: routines for messages (routine, log, verbose, debug ...) */
#include <stdio.h>
#include <stdarg.h>
#include "dppflags.h"
/* MsgKwS(kw,s,s, ...) takes one keyword and an arbitrary
number of strings */
void MsgKwS(int kw, ...) {
va_list pArg;
char * pc;
if (iMsglevel > kw) {
va_start(... | [
"rahtz@e5332ce4-a50f-0410-b94b-d658400b0204"
] | rahtz@e5332ce4-a50f-0410-b94b-d658400b0204 |
a02a453f0e889d94e342fc1fc3daf83dda1c40f9 | f2ff975df42b91a3e727a63f44845328ba1a6488 | /p.c | 31462f9ed175eeb1f8aeffe3b7cc99e62992db24 | [] | no_license | prachi108/Student-DBMS | f8b76f75157f687dcb022d74effbd5c76125f142 | b70052d6a64b5b8541ecfeab98f71adb3b9616e3 | refs/heads/master | 2021-01-12T05:56:31.295972 | 2016-12-23T22:24:09 | 2016-12-23T22:24:09 | 77,253,617 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,051 | c | #include<stdio.h>
#include<conio.h>
#include<stdlib.h>
struct bnode // Structure for the node of AVL-search tree
{
struct bnode* left;
struct bnode* right;
int rn;
int bf;
int location;
};
typedef struct bnode bnode;
struct lnode // Structure for the linked list
{
struct lnode... | [
"prachi.poodar108@gmail.com"
] | prachi.poodar108@gmail.com |
3f56bd39b577cc670368953d4ba392761d1ad51f | 6fa6be3e7dcb10d020209f7a73de393a1f24bd45 | /linux-3.4/drivers/block/drbd/drbd_bitmap.c | 3030201c69d89e7407230bc8fb2d48dd1b2fbdf3 | [
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later",
"Apache-2.0"
] | permissive | okshall/v3s-linux-sdk | f9eb73a1e271ebf02320f98befabccdb6c462944 | 776196306198f14ec6f10c316950a81b7e417886 | refs/heads/master | 2021-07-07T11:44:34.667911 | 2021-01-22T04:43:38 | 2021-01-22T04:43:38 | 225,315,340 | 1 | 0 | Apache-2.0 | 2019-12-02T07:46:23 | 2019-12-02T07:46:22 | null | UTF-8 | C | false | false | 45,238 | c | /*
drbd_bitmap.c
This file is part of DRBD by Philipp Reisner and Lars Ellenberg.
Copyright (C) 2004-2008, LINBIT Information Technologies GmbH.
Copyright (C) 2004-2008, Philipp Reisner <philipp.reisner@linbit.com>.
Copyright (C) 2004-2008, Lars Ellenberg <lars.ellenberg@linbit.com>.
drbd is free s... | [
"yeashenlee@163.com"
] | yeashenlee@163.com |
2abca7c9a31c601f68816e45d3a96592d0b0e687 | e6143c3922c0643c134297722c39a4d29203213e | /练习/02C基础/014_11C语言/project/include/huatu.h | ea91c4ee9aa8f55ec358d7ffa81bb8a7577c210b | [] | no_license | hewei-bit/Linux-Learning | 63ca84de3808a08c4a91a2f9acc2c6b155771400 | 6dd959427e5663bf31fbc06d856722c8d4b42f9c | refs/heads/master | 2022-11-21T18:31:14.593656 | 2020-07-15T10:54:37 | 2020-07-15T10:54:37 | 259,820,755 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 129 | h | #ifndef _HUATU_
#define _HUATU_
#include <stdio.h>
#include "add.h"
#include "jisuanqi.h"
void huatu(int a);
#endif | [
"1003826976@qq.com"
] | 1003826976@qq.com |
e7829164c6eefb2338bde7350ad1e110779a118f | 6afe553048e7443a9ed80be79e673a1c73680972 | /nRF52_Firmware/Firmware/inc/patterncontrol.h | 59384affbee8d87bbc2be6da901906d970125837 | [
"MIT"
] | permissive | PaMuGa/Frackstock | 30dc7bb7b63b27f3f205724da0a2dc111e8a7950 | 237a36e4c5ac1e3e7b4070c624ee7d997bd91eea | refs/heads/master | 2020-03-11T10:24:49.363910 | 2018-05-22T08:25:16 | 2018-05-22T08:25:16 | 129,941,848 | 1 | 0 | null | null | null | null | ISO-8859-3 | C | false | false | 1,633 | h | /*
* Copyright (c) 2018 Pascal Müller
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, d... | [
"github@pascal-mueller.ch"
] | github@pascal-mueller.ch |
eebf3588227e97d131dcbec42243fb651c1e9507 | 28fb194a9bf90e271e8c42ecd0a1bbfc04ccaaf5 | /tools/logmsg/logmsg_common.c | aa8c4635da67f597eec3f0fbc4cb7047e21d11bd | [] | no_license | iotbytesource/android_device_samsung_smdk4x12 | 4f8a0434d7b6bc80f2611c9351498a2a5e811a26 | 89f35d0ba30fcb7c182800c6c1d8dee0dfd3f297 | refs/heads/exynos4412_android4.4.4_master | 2021-01-18T00:50:47.439083 | 2015-08-05T03:18:50 | 2015-08-05T03:18:50 | 39,872,248 | 0 | 0 | null | 2015-07-29T03:59:17 | 2015-07-29T03:59:17 | null | UTF-8 | C | false | false | 6,381 | c | /*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Mike Muuss.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
... | [
"root@ubuntu.(none)"
] | root@ubuntu.(none) |
d560082e15f4abcb90b3bb786a4df51324be9ae8 | 1e074e828ca4bd5e4ee239c81745b6b2b818a6c7 | /apv5sdk-v15/autelan/net-snmp/src/agent/mibgroup/autelan-mib/autelan-sourceFile/wapi/11i.c | 726610f7b21cd2afcb88d71fd3e069ab647f5c23 | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause",
"MIT-CMU"
] | permissive | hades13/apv5sdk-v15 | 51698f727b17f0cc05cbfd0df6ffff3da31d5b6e | 56b8a22a93e026580ecc8b33d18267e4ace4e02a | refs/heads/master | 2020-03-18T11:34:29.809253 | 2016-05-03T10:45:27 | 2016-05-03T10:45:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 34,870 | c | /**********************************************************************************
* Copyright (c) 2008-2011 Beijing Autelan Technology Co. Ltd.
* All rights reserved.
*
* filename: 11i.c
* description: implementation for Radius server configuration and wireless authentication and association.
*
*
*
*****... | [
"zhangsiyu@debian.suns"
] | zhangsiyu@debian.suns |
b229de168b397ceecef010fd3493cbbf6663efdb | 167cdbfcfbe5f0eeaad90413d088eb5f33f8721e | /extern/glad/include/glad/glad.h | 749ebe37836eed5c042ddae6ec312fb96181c21c | [] | no_license | n-jing/shader_test | 0d6ab9fc9fc73bb0d7148f3c321c4d5c8e7f8aa2 | 1791ace7bee4720d267115927fd9571ed6d5227b | refs/heads/main | 2023-02-12T23:39:16.423659 | 2021-01-05T13:31:26 | 2021-01-05T13:31:26 | 313,279,667 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 982,264 | h | /*
OpenGL loader generated by glad 0.1.34 on Mon Jan 4 07:38:07 2021.
Language/Generator: C/C++
Specification: gl
APIs: gl=4.6
Profile: compatibility
Extensions:
GL_3DFX_multisample,
GL_3DFX_tbuffer,
GL_3DFX_texture_compression_FXT1,
GL_AMD_blend_minmax_factor,... | [
"siliuhe@sina.com"
] | siliuhe@sina.com |
4da6f0bb8ca1e65e06a91a806218c116af2e8928 | de1684fe62ee66084d48678b30ef645f35230b4c | /part-1/bibliotecas-uteis/b-math/b-math-1.c | b5f6bd5715ca0ce46ab1290aa9634e52f512bcb8 | [] | no_license | joaoo-vittor/ling-prog-1 | a7a6f19bc679cd6f8f430a62b3b14f09543b75ad | 19c2a18e86e84c2dec6065884f47c1f01264914f | refs/heads/master | 2023-02-01T11:03:51.796434 | 2020-12-09T23:30:25 | 2020-12-09T23:30:25 | 285,839,239 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 312 | c | #include <stdio.h>
#include <math.h>
// funcao trigonometricas
// tem que compilar na mao
// gcc b-math-1.c -o b-math-1 -lm
// cos(); // calcula o cosseno de um angulo em radianos
int main() {
int angulo = 45;
float resp = cos(angulo);
printf("O cosseno de %d é %f\n", angulo, resp);
return 0;
}
| [
"joaoo.vittor007@gmail.com"
] | joaoo.vittor007@gmail.com |
3dbae1946eba62754b1a2e941bc4cda69b3bb641 | 6a895b244af6804c929fa28600448c21671884d8 | /Martha2/main.c | 106e4624f612fb3a8ab219cbdaef0e8ed20d7633 | [] | no_license | WoodsonRobotics/Botball-2015 | efad584079365f1140ca8f9ae0fad34cea2a0031 | c83bd3c7702834637aff05b5be97a2e762b15e38 | refs/heads/master | 2020-05-18T05:50:25.994482 | 2015-04-18T18:57:19 | 2015-04-18T18:57:19 | 32,097,704 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,654 | c | #include <stdio.h>
#include "driver.h"
int main() {
printf("Press A for start and C to test camera data \n");
while(1){
if(a_button()) {
setup();
//move(1000,1000);
msleep(2000);
stop();
printf("time to grab red poms \n");
//check for poms of interest
camera_update();
while(POMS < 6) {
... | [
"Ian.burns451@gmail.com"
] | Ian.burns451@gmail.com |
b4b81db2d8ff717775e5f8f0fa4c45761a9e2119 | ecca3ee0383dab887c56e86567786d636d64213d | /src/Launcher.h | 6fa5d0c2654df948cc28e557ebef6d7fa21a99f7 | [
"FTL",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | IceCruelStuff/ClassiCube | ea1bf14c466f8372b5e1ada8cb2ae34d4f2fc775 | 39d71f29cadbc2821e5c96ac9a0f6ca783e8cbb5 | refs/heads/master | 2022-11-14T22:35:49.757733 | 2020-07-07T00:47:19 | 2020-07-07T00:47:19 | 277,437,532 | 0 | 0 | NOASSERTION | 2020-07-07T00:47:20 | 2020-07-06T03:55:21 | null | UTF-8 | C | false | false | 3,596 | h | #ifndef CC_LAUNCHER_H
#define CC_LAUNCHER_H
#include "Bitmap.h"
#include "String.h"
/* Implements the launcher part of the game.
Copyright 2014-2020 ClassiCube | Licensed under BSD-3
*/
struct LScreen;
struct FontDesc;
/* Currently active screen/menu. */
extern struct LScreen* Launcher_Screen;
/* The area... | [
"unknownshadow200@gmail.com"
] | unknownshadow200@gmail.com |
6d9af3646afc30779b8ed30848eac20bacbd35c7 | 8ed44e78363e0f49193540bbe5dad903a0c40bd1 | /deep_learning/Pidhurskyi/mynet/main.c | 2acedf0a659fea000dbf496de51e0f26f3215c44 | [] | no_license | HEP2019/hep2019 | 7987f9085bed019402c1d66baf92fd024ef0859e | 51ceffbad589d5cd7c400d32d02b2e32464005e7 | refs/heads/master | 2022-12-12T12:53:12.052161 | 2019-12-14T19:26:14 | 2019-12-14T19:26:14 | 168,671,284 | 1 | 4 | null | 2022-12-08T05:24:25 | 2019-02-01T09:10:36 | Jupyter Notebook | UTF-8 | C | false | false | 6,765 | c | #include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <time.h>
#include <math.h>
#include <float.h>
#include "codeine/vec.h"
#include "ai/ai.h"
ai_layer *output_layer,
*input_layer;
void
show_output(FILE *gp, ai_dnn *dnn, int stop)
{
// Dump predictions
size_t n = 50;
double dx = 1. / n;... | [
"ivanpidhurskyi1997@gmail.com"
] | ivanpidhurskyi1997@gmail.com |
27fcc5f5b9ff97a77b9624caf34d2366d5113d16 | e7b01e9b9f16fff220a3eda65e61fd9135675860 | /chapter11/t11.6.4.c | d17f79d116b30b31fbe7b9775e02d75ee3336550 | [
"MIT"
] | permissive | whutaihejin/apue | fc66529b5358d4f0a42807f065e1f7576146e4f1 | 03f015e02550dbea33085d595edb1b5b7a166a4a | refs/heads/master | 2021-01-19T02:25:29.560557 | 2017-07-05T03:53:04 | 2017-07-05T03:53:04 | 52,321,203 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,098 | c | #include <stdio.h>
#include <pthread.h>
struct job {
struct job* prev;
struct job* next;
pthread_t tid;
};
struct queue {
struct job* head;
struct job* tail;
pthread_rwlock_t lock;
};
int init_queue(struct queue* q) {
q->head = NULL;
q->tail = NULL;
int err;
if ((err = pthread_rwlock_init(&p->loc... | [
"taihejin2008@126.com"
] | taihejin2008@126.com |
00c623d996e42ac3d95b8eda17145b16d8d98817 | 6eab002d96331d1dcf2cba1b4301e84021dacd5d | /practice/singlyLinkedLists/testDrivers/testListPreserveAscending.c | dd6ade0983c5c6398b6241183bea0e65ef32cbaa | [] | no_license | WWinarko/cs2521-19t2 | 39b6f13d8a6b5bae167fbd7129d1bdce7b439906 | 161fc411a9669a386608f3cbc55d6ca5aed272f8 | refs/heads/master | 2020-06-18T17:05:33.526892 | 2019-07-10T10:01:32 | 2019-07-10T10:01:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 479 | c |
#include <stdio.h>
#include <stdlib.h>
#include "list.h"
int main(void) {
printf("Enter list: ");
List l = readList();
printf("-----------------------------\n"
" Before preserving ascending \n"
"-----------------------------\n");
printf("List: ");
listPrint(l);
listPreserveAscending(l);
pr... | [
"k.luxa@student.unsw.edu.au"
] | k.luxa@student.unsw.edu.au |
b19ad5904e0b05e855c2be67b217dbf785fb7af7 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/windows/advcore/ctf/mscandui/candutil.h | 7355fb44ca3706287fe8f25a7454cf50dfa94406 | [] | 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 | 3,718 | h | //
// candutil.h
//
#ifndef CANDUTIL_H
#define CANDUTIL_H
#include "private.h"
//
// definitions
//
// direction (CreateRotateBitmap)
typedef enum {
CANGLE0,
CANGLE90,
CANGLE180,
CANGLE270,
} CANDANGLE;
// window alignment (CalcWindowRect)
typedef enum {
ALIGN_LEFT,
ALIGN_RIGHT,
LOCATE_LEFT,
LOCATE_RI... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
7f1a0f31601ebb65ed151b995f204b8c36638101 | eaae3529ea65c9be62e4b177a498dd0459396052 | /modified_lib_dw/JimMeyering_getlogin_r.c | a68b7763ea87ae0bca52143309142ee84f18891b | [] | no_license | mgsanusi/blame-dodger | badac55079b0bc84c1c3ddff9357caffd480b512 | c8b1f19d48e09200c9d59f3dda3b298ced7103d7 | refs/heads/master | 2021-01-20T04:50:14.975609 | 2018-01-12T00:02:14 | 2018-01-12T00:02:14 | 89,739,285 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 100 | c | #include <config.h>
#include <stddef.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
| [
"marina@virginia.edu"
] | marina@virginia.edu |
27a21a460c1500d36305aef885007ce32ca56400 | b9ee92270c3d860de2b673c2fb1dd1df1b98ffa2 | /PCOCD-P4/isim/practical_test_isim_beh.exe.sim/work/m_00000000000064410189_1785967555.c | 7f207dafa18ef116d5b78b8c0284de4bc20d27ec | [] | no_license | suntt2019/MIPS-CPU | 26b9b148dc6235e058699ced538820be472d3073 | b2525d5fd089ac7be618ccd9ab98464d7f9e841d | refs/heads/main | 2023-06-19T13:12:28.859036 | 2021-07-23T14:22:17 | 2021-07-23T14:22:17 | 374,304,118 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,883 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"sun123t2@163.com"
] | sun123t2@163.com |
b9ecb145ca076c4ea461a94f49b5f9ad054483ed | f77a1f9d4a860dfd5154666dc4117e24627d835d | /gecko_sdk_suite/v2.5/platform/Device/SiliconLabs/EZR32WG/Include/ezr32wg330f64r69.h | 8bfc12d52049d4ecae1c1a64a56653977fb69ac8 | [] | no_license | eosnewyork/gecko_sdk_suite | 9e93da499173edede02c3a986bfb233cf7b528e2 | 9678065284fc0faa89fe8206d51dcde5dcf632c1 | refs/heads/master | 2020-05-18T02:36:02.504381 | 2019-04-29T15:56:40 | 2019-04-29T15:56:40 | 184,101,402 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 28,697 | h | /***************************************************************************//**
* @file
* @brief CMSIS Cortex-M Peripheral Access Layer Header File
* for EZR32WG330F64R69
* @version 5.7.3
*******************************************************************************
* # License
* <b>Copyright 2018 Silic... | [
"warrick@eosnewyork.io"
] | warrick@eosnewyork.io |
140a07de610f2bab69bcadf5ae7ccc732105a1c4 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/linux-master/drivers/net/phy/mdio-moxart.c.bak.c | 5495b1fda69e33193be89ebdca436885b1022949 | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,585 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/* MOXA ART Ethernet (RTL8201CP) MDIO interface driver
*
* Copyright (C) 2013 Jonas Jensen <jonas.jensen@gmail.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* w... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
fa28c6cbf7f9602d65f2a28760c867522982342b | e040b9784cd40c0f07f3eee3412189d02216faee | /ioctlent2.h | 5fc9de91d955c897b0a7ddc06821d37fb7b6d408 | [
"BSD-3-Clause"
] | permissive | jaeg131194/platform_external_strace | 5a0baf636f13f51957bc17f9620c1fa07ee36bb6 | ee18e8ae76b0828006d07262ed6085dca9fd08c1 | refs/heads/master | 2021-01-11T16:48:09.975968 | 2016-10-05T16:27:07 | 2016-10-05T16:27:07 | 79,675,162 | 1 | 0 | null | 2017-01-21T21:51:56 | 2017-01-21T21:51:56 | null | UTF-8 | C | false | false | 106,616 | h | /* Generated by ioctlsort. */
{ "FIBMAP", 0x00000001 },
{ "FIGETBSZ", 0x00000002 },
{ "FDCLRPRM", 0x00000241 },
{ "FDMSGON", 0x00000245 },
{ "FDMSGOFF", 0x00000246 },
{ "FDFMTBEG", 0x00000247 },
{ "FDFMTEND", 0x00000249 },
{ "FDSETEMSGTRESH", 0x0000024a },
{ "FDFLUSH", 0x0000024b },
{ "FDRESET", 0x00000254 },
{ "FDWERR... | [
"enh@google.com"
] | enh@google.com |
643aa17079c9fe5ada0e1b29551251cc518c051c | 12272d5fb96a6f9a2c898fc0b2b0dd7b797775c8 | /42/Pool/PoolC/j05/ex09/ft_str_is_numeric.c | 41740c2eedfb8cca26228d985125ddf3fb4c6688 | [] | no_license | tjacquin42/42 | ca6628852f630ba1b64271b01330aa79c79c1b92 | ae3782d49f2a794bb624ed0029a9c11e55146344 | refs/heads/master | 2021-05-05T01:40:02.623427 | 2018-01-31T15:01:26 | 2018-01-31T15:01:26 | 119,700,929 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,052 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_str_is_numeric.c :+: :+: :+: ... | [
"tjacquin@e1r7p16.42.fr"
] | tjacquin@e1r7p16.42.fr |
8654990ed8f17738b1f2384b373887c7febb02c6 | c8d6849a930ddb448b16eff6ee94fad21dc042e3 | /410kern/x86/idt.h | 128b1f56f48ba8f107db77413f44e4b3698f7336 | [] | no_license | levythu/minikernel | 66648f74574c79df5380d7551b2c4cc8f3f01c5d | 0e9bcdc8e62f05a111e2b8783ef9f2bea914b990 | refs/heads/master | 2021-08-23T03:45:23.575597 | 2017-12-03T01:28:25 | 2017-12-03T01:28:25 | 106,979,414 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,841 | h | /** @file x86/idt.h
* @brief x86-specific IDT slots
* @author matthewj S2008
*/
#ifndef X86_IDT_H
#define X86_IDT_H
#define IDT_DE 0 /**< Devision Error (Fault) */
#define IDT_DB 1 /**< Debug Exception (Fault/Trap) */
#define IDT_NMI 2 /**< Non-Maskable Interrupt (Inte... | [
"zly.george@163.com"
] | zly.george@163.com |
2b3d8a4f598229e4961137aa2cee4951202987b8 | b2d48aac47dc3a3050f9cb562808f0e6f19a36e4 | /paidi/basic/main_creat_lib_file.c | 4b5b8664ddc430cabf32730c80613663f2bfd039 | [] | 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 | 299 | c | #include <stdio.h>
#include "creat_lib_file.h"
int main(int argc, char* argv[])
{
double v1, v2, m;
v1 = 5.2;
v2 = 7.9;
m = mean(v1, v2);
printf("The mean of %3.2f and %3.2f is %3.2f\n", v1, v2, m);
return 0;
}
| [
"bhagavan.prasad@blackpeppertech.com"
] | bhagavan.prasad@blackpeppertech.com |
619f5759b87e26be1544b71cd7c15eba807c8594 | b3e6a96bc38a36b405dfe7fc7a332096685cc1c4 | /tests/piece_tests.h | 9f38199bd9970afc4f98b93f5c42f9c29469f20b | [] | no_license | xmil9/matt | 423a28fa6ffab30ff6468b22e0ee4abfc39d967c | 01baa6e444aa93a1ede956e904c53af787fd676d | refs/heads/master | 2023-04-10T21:19:53.175762 | 2021-04-22T01:24:37 | 2021-04-22T01:24:37 | 342,750,913 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 82 | h | //
// Mar-2021, Michael Lindner
// MIT license
//
#pragma once
void testPiece();
| [
"mlindner9@yahoo.com"
] | mlindner9@yahoo.com |
1fadef9427087155f6034d295db226797292bad7 | d84c107e6da7e03b41382409987ae5d46b59bca2 | /source/base/precompiled.h | 301bd62df097ecabb76d6e0758a74c555091e42d | [
"MIT"
] | permissive | JasonHutton/QWTA | b3854cd4873a46a8a9089ee3481a47074b62236b | 7f42dc70eb230cf69a8048fc98d647a486e752f1 | refs/heads/main | 2023-04-13T02:15:14.639793 | 2021-05-01T21:29:18 | 2021-05-01T21:29:18 | 363,500,974 | 6 | 1 | null | null | null | null | UTF-8 | C | false | false | 588 | h | // Copyright (C) 2007 Id Software, Inc.
//
#ifdef _WIN32
#include <windows.h>
#endif
#include <stdlib.h>
#include <assert.h>
#include <stdio.h>
#include <math.h>
#ifndef MACOS_X
#include <malloc.h>
#endif
#include <string.h>
#include <wchar.h>
#include <stdarg.h>
#pragma warning( disable : 4533 )
... | [
"azuvector@gmail.com"
] | azuvector@gmail.com |
054bde32c79adff10fc9eb1e7f5b95a72b2a6d5b | 47862f302be3e164c4b23ca7c3fcf7f148fb4ce1 | /libtor-src/tor-src/src/core/proto/proto_haproxy.c | b082ef99e0d72e326c1012d9a9de45c52e2e9570 | [
"NCSA",
"OpenSSL",
"BSD-3-Clause",
"ISC",
"MIT",
"BSD-2-Clause",
"Autoconf-exception-generic",
"GPL-2.0-or-later",
"CC-BY-SA-4.0"
] | permissive | MagicalBitcoin/libtor-sys | dab68c353fc359177792af941ffb1bcae1d24ecf | 7309e85f8f8281e8454cff3fa34dd1dc5b2f9341 | refs/heads/master | 2023-02-19T18:53:41.778835 | 2023-02-10T18:03:54 | 2023-02-10T21:08:16 | 239,218,242 | 36 | 11 | MIT | 2023-02-10T21:11:53 | 2020-02-08T23:18:36 | C | UTF-8 | C | false | false | 1,199 | c | /* Copyright (c) 2019-2021, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#define PROTO_HAPROXY_PRIVATE
#include "lib/malloc/malloc.h"
#include "lib/net/address.h"
#include "lib/string/printf.h"
#include "core/proto/proto_haproxy.h"
/** Return a newly allocated PROXY header null-terminated stri... | [
"alekos.filini@gmail.com"
] | alekos.filini@gmail.com |
e54eea9fe2c554c500bb6aba50772a2f6f2559e8 | 6a0f5f3538cf225fd92217ed56af76c723270add | /guilds/scion/paths/mace/evocation/power-strike.c | 640bf0f5d6c7b38397be1a84c09b9c0d5c8984fb | [] | no_license | samjaninf/core-lib | 572c7c25c1965ce40fc9ef837644c0ca25517a3b | 04f2fa2128b7e71be786f3121f1b13b23a9767e3 | refs/heads/master | 2020-05-04T06:20:39.721977 | 2019-04-01T19:16:52 | 2019-04-01T19:16:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 571 | c | //*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
inherit "/lib/gui... | [
"abc@maelstrom.cc"
] | abc@maelstrom.cc |
b481e9125254f9c1669aa148145c32b8fcfd2f4a | d73a98bd006b6b748fe57a74a781ca5e8abcc953 | /test_mck/src/iemul/027.c | 3ddea8bc54cd7c64e35e1658bc49647a1aeea776 | [] | no_license | ihkmckernel/ostest-arm64 | ba00e0ca12c6e57aeb9e75e91f50bed84c2d6912 | 235210f33cfb679c8531d7c5466d8652848b8f38 | refs/heads/master | 2023-03-21T09:23:33.982966 | 2021-03-02T01:43:00 | 2021-03-02T01:43:00 | 349,308,485 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 207 | c | /* 027.c COPYRIGHT FUJITSU LIMITED 2017 */
#include "test_mck.h"
#include "testsuite.h"
SETUP_EMPTY(TEST_SUITE, TEST_NUMBER)
RUN_ALIAS(TEST_SUITE, TEST_NUMBER, 0)
TEARDOWN_EMPTY(TEST_SUITE, TEST_NUMBER)
| [
"masamichi.takagi@riken.jp"
] | masamichi.takagi@riken.jp |
ada4ccdb60b392806303d042027807de7ce6daa4 | 9a03dbc519657b2e5aed649b33dbf9fde45a18c3 | /src/tcp_out.c | fb964856cbf867ad4e1a96f487e5f08e5e25d2a2 | [
"Apache-2.0"
] | permissive | mateczagany/tcpipstack | 14ba31cb06731992817e5b1d0a6708e9c5ba42ce | b9912ae142659c0e23089f5524b816292bf21fd6 | refs/heads/master | 2023-02-08T16:51:27.058891 | 2019-02-15T15:03:48 | 2019-02-15T15:03:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,778 | c | #include <memory.h>
#include <malloc.h>
#include "tcp.h"
#include "skbuff.h"
#include "ipv4.h"
struct sk_buff *tcp_out_create_buffer(uint16_t payload_size) {
struct sk_buff *buffer = skb_alloc(ETHERNET_HEADER_SIZE + IP_HEADER_SIZE + TCP_HEADER_SIZE + payload_size);
struct tcp_segment *tcp_segment = tcp_segment_fro... | [
"czmate10@gmail.com"
] | czmate10@gmail.com |
194d24f2dde22517121d71487b02ff4954b7d7e3 | bed2e69d1d2209ad4c43587ad1b0e915e6f1d60a | /compiler/re2c/first/main.c | 4990d3013529193c41a593dab4b306548ae130a5 | [] | no_license | lemene/misc | a03bceef66041f1cd5bb527fb3caf4e4615b6fc2 | 3a40365af1060d12c69d66d52fe72b7bb3162b15 | refs/heads/master | 2021-08-26T07:05:41.456932 | 2017-11-22T01:40:59 | 2017-11-22T01:40:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 273 | c | #include "first.c"
int main(int argc, char **argv)
{
const char * strs [] = {
"12345",
"abc",
"+",
NULL
};
for (int i=0; strs[i] != NULL; i++)
{
printf("%s is %s\n", strs[i], lex(strs[i]));
}
return 0;
}
| [
"lemene@sina.com.cn"
] | lemene@sina.com.cn |
7de2480e1ef754d2bbe4601a56c8b6f7b95c5d01 | a5db05a373f489d05a7f2b8e06d2805ee711de17 | /android/frameworks/av/media/libcedarx/libcore/stream/tcp/SmartDnsService.c | 7b98fd6c29dba8e294d15e39e346d5850d3a7c47 | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | BPI-SINOVOIP/BPI-H3-New-Android | 7c0cdd50a23e62a204d4818954357868b4925945 | 5cbaa7ad4f73f615dcc4fbed07b52ae240743504 | refs/heads/master | 2023-02-25T15:43:36.633336 | 2018-07-18T10:56:14 | 2018-07-18T10:56:14 | 69,656,896 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,127 | c | /*
* Copyright (c) 2008-2016 Allwinner Technology Co. Ltd.
* All rights reserved.
*
* File : SmartDnsService.c
* Description : SmartDnsService
* History :
*
*/
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <errno.h>
#include <stdlib.h>
#include <CdxTypes.h>
#include <CdxList.h>
#in... | [
"justin@justin-ThinkPad-T420.(none)"
] | justin@justin-ThinkPad-T420.(none) |
29b4a28101421c6a8cd5a6e64c2371c2d1b8435c | 6b6e19cb8b0ae8ec47cdadd2d7ba53c52e06d769 | /CIS2750/A1/ParameterManager.h | 32e92661e2542087e025d2441909844f525a5273 | [
"MIT"
] | permissive | Bananattack/uoguelph | b0b5a69a7b1ec267017685a9c13a5fdabcc889e3 | a5c46718ac15a5738eb58a0d75147f928df1dde2 | refs/heads/master | 2021-01-01T19:00:43.738084 | 2012-08-09T07:47:01 | 2012-08-09T07:47:01 | 5,338,004 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,336 | h | #ifndef PMANAGER_H
#define PMANAGER_H
#include <stdlib.h>
#include "adt/Table.h"
#include "adt/String.h"
#include "adt/Boolean.h"
#include "ParameterList.h"
#define PARAM_MAX_IDENTIFER_LENGTH 4096
/* ParameterManager ADT */
typedef enum { INT_TYPE, REAL_TYPE, BOOLEAN_TYPE, STRING_TYPE, LIST_TYPE } param_t;
union par... | [
"overkill9999@gmail.com"
] | overkill9999@gmail.com |
83a8c49f600559dcff01333962adee46fb19fe8c | e67d025acc570126e35f18baaf3b8e0809a07b6d | /philo_one/philo_fork.c | 3d4c0b6caaa17006e9c04d741795d1a48552d3a8 | [] | no_license | FeLT1S/philosophers | 8f5bd78d4ec0d66914929b607476b04d7f659c4f | dbe06e0e12212f35e321462fe6290d8adbb189c7 | refs/heads/main | 2023-02-17T11:39:37.606847 | 2021-01-11T15:17:39 | 2021-01-11T15:17:39 | 318,793,843 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,684 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* philo_fork.c :+: :+: :+: ... | [
"kostbg1@gmail.com"
] | kostbg1@gmail.com |
48a90ac3217253bcb823d2e238a40b03b84b2c91 | caa9c93cc83bdadcbbddafc9107426844b205197 | /Build/tabbed/config.h | 80529b95b238d265c3ca2047178e4ff6c04629f6 | [] | no_license | kannaiah/centurion | 92d439f1ea76f04cb5fdb81b20d97c4b4e250f49 | 0b6b635b595fc240b1422b7056fe4bdc37b39905 | refs/heads/master | 2016-09-05T23:25:20.118675 | 2013-07-12T07:44:13 | 2013-07-12T07:44:13 | 11,355,546 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,282 | h | /* See LICENSE file for copyright and license details. */
/* appearance */
static const char font[] = "-*-tamsyn-medium-*-*-*-12-*-*-*-*-*-iso8859-*";
static const char normbgcolor[] = "#222222";
static const char normfgcolor[] = "#899CA1";
static const char selbgcolor[] = "#222222";
static const char selfgcol... | [
"jasonwryan@gmail.com"
] | jasonwryan@gmail.com |
e54feab10376c39a676aafbb39f50e7cb56868a7 | a887fd18b5cc3aae56ac94c4687bb4f806c7d439 | /prob_3/Code/DSP/fir_iir/filtros/iirLow.h | 8754821ba0e5a99015441148008ea8d805a7aa77 | [] | no_license | rrtischler/lab_3 | 16bed5749b2b81f0f9e005edec7e0eac8f654d0f | 89dd754e3de341d89b63962299fd0bbb0d44ba49 | refs/heads/master | 2020-07-06T06:32:48.957923 | 2018-02-18T00:19:31 | 2018-02-18T00:19:31 | 202,924,460 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 332 | h | #include "dsplib.h"
#define FILENAME "..\\outDSP\\dspIirLow.txt"
#define NBIQ 1
#define NBUFF 4*NBIQ+1
DATA dbuffer[NBUFF];
DATA coef[5*NBIQ] = { 4480, 4480, 0, -23807, 0 };
void filter(){
oflag = iircas51 (samplesIn, coef, out, dbuffer, NBIQ, NX);
printf("\n\noflag: %u\n", oflag);
printf("IIR Passa-Bai... | [
"r.tischler@gmail.com"
] | r.tischler@gmail.com |
921abc9c3b3bd62b281c3ad838a66af1c351f22b | d4e01e26c5b5d431dd0709ad38759e3e7d741a2a | /9cc.c | 99504e67e394f9637b15633fd23b50f791f30adb | [] | no_license | ichisemasashi/9cc | 64a6f107f068a481ebf00b755df1cce4ee9caef2 | 0beffd759cab0c853599b9413e65aef80e8ed464 | refs/heads/master | 2023-07-06T17:17:29.484468 | 2021-08-09T23:30:50 | 2021-08-09T23:30:50 | 392,883,952 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 607 | c | #include "9cc.h"
int main(int argc, char **argv) {
if (argc != 2) {
error("%s: Wrong number of args", argv[0]);
}
user_input = argv[1];
// Tokenize
tokenize();
program();
// assenbry header
printf(".intel_syntax noprefix\n");
printf(".globl main\n");
printf("main:\n");
// prologue: get... | [
"ichise.masashi@gmail.com"
] | ichise.masashi@gmail.com |
819eed7d2dbad727b0fddb148e68966629a4e7ff | 8340a701fd1f6081f5162d7a724740f5e82aa9fa | /lib/libc/include/any-linux-any/linux/netfilter_ipv6/ip6t_LOG.h | 3bcf2779772a7538878d56079efa9e7c492930e5 | [
"MIT",
"LicenseRef-scancode-other-permissive"
] | permissive | kprotty/zig | 6316ad8517213b68c4bb72a5dd9480e13085861b | 460211431f407c9f707e3ac3bbff61610a487926 | refs/heads/master | 2022-08-07T04:42:51.607816 | 2022-07-21T03:09:25 | 2022-07-21T18:17:35 | 190,903,453 | 2 | 0 | MIT | 2021-03-09T02:50:38 | 2019-06-08T15:23:47 | Zig | UTF-8 | C | false | false | 661 | h | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IP6T_LOG_H
#define _IP6T_LOG_H
/* make sure not to change this without changing netfilter.h:NF_LOG_* (!) */
#define IP6T_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
#define IP6T_LOG_TCPOPT 0x02 /* Log TCP options */
#define IP6T_LOG_IPOPT 0x... | [
"andrew@ziglang.org"
] | andrew@ziglang.org |
81be16ecf0ac4b6a8db5e69eb4dcbfb9dc0331ff | 0f6144559b877517d53dafbaad73b378d216f8ff | /test/original/inq.c | 2332f7461386df8012d0011495d166ad408d1455 | [] | no_license | cnm/MITSensorReading | 6d4f14d750ded546429c7a6db9001e52eec9bc5c | 7b45efa646723a50a2b34dc3d695fc4e94fcece8 | refs/heads/master | 2021-01-10T21:06:41.503048 | 2012-05-08T14:35:40 | 2012-05-08T14:35:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,874 | c | /*
* Bluetooth inquisition - Copyright Michael John Wensley 2005 2006
*
* Changelog: 20060206 added request name support
*
* Featuring new aggressive, vicious scanning.
*
* https://www.bluetooth.org/spec/
* BT Spec: http://www.bluetooth.org/foundry/adopters/document/Core_v2.0_EDR/en/1/Core_v2.0_EDR.zip
* http:... | [
"antonio.canovais@gmail.com"
] | antonio.canovais@gmail.com |
761bf13e5aacf937fc45293a95b2288dcf93387f | e25c8b65c0115053b14f8ecffaea94a964eefa1f | /ds/u/s/shengsan/tt/map_10_6.c | 072504d6dcf6cbf2bdc2c06ecba9da114a643f5f | [] | no_license | zwshen/mudos-game-ds | c985b4b64c586bdc7347bd95d97ab12e78a2f20f | 07ea84ebdff5ee49cb482a520bdf1aaeda886cd0 | refs/heads/master | 2022-03-01T14:55:10.537294 | 2022-02-15T15:41:26 | 2022-02-15T15:41:26 | 244,925,365 | 4 | 1 | null | 2022-02-15T15:41:27 | 2020-03-04T14:44:49 | C | BIG5 | C | false | false | 371 | c | inherit ROOM;
void create()
{
set("short", "草原");
set("long", @LONG
LONG
);
set("exits",([
"west" : __DIR__"map_10_5",
"east" : __DIR__"map_10_7",
"north" : __DIR__"map_9_6",
"south" : __DIR__"map_11_6",
]));
setup();
set("map_long",1); //show map as long
replace_program(ROOM... | [
"zwshen0603@gmail.com"
] | zwshen0603@gmail.com |
412ed1c1a7e59a4648805a748cc7a76e003ad46a | 097120e8731f4d0167406d40a40d7b34ab10b866 | /CEntity/CE_Define.h | 04300268a417b0e7bb0ad5d774bbf9a84ff06f1e | [] | no_license | raydan/npc-in-css | 98576df7da695cb9be17b22c9b0bb101083992b5 | 8953f3266274174e043c3a5fefa9f32ae15057f3 | refs/heads/master | 2021-09-10T05:38:59.306450 | 2018-03-21T06:17:12 | 2018-03-21T06:17:12 | 126,130,419 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,227 | h | #ifndef _INCLUDE_CE_DEFINE_H_
#define _INCLUDE_CE_DEFINE_H_
#define ENTITY_ARRAY_SIZE 8192
// entity capabilities
// These are caps bits to indicate what an object's capabilities (currently used for +USE, save/restore and level transitions)
#define FCAP_MUST_SPAWN 0x00000001 // Spawn after restore
#define FCAP... | [
"raykhyip@dimbuy.com"
] | raykhyip@dimbuy.com |
957086bf8ca1260534b4ead8eb0db02e0385362d | 617bd24f8c106b9c707a0afcef2abc2b64e08e43 | /ios/Pods/Headers/Private/ABI31_0_0ExpoKit/ABI31_0_0RNSVGLength.h | 00434e8791fcc789f66985b637df543720c9f7da | [
"MIT",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | atiato78/expo | 54f15c932a3984f2a60b7fddc9bd55c470ba92e4 | 0c9ef858e125b5f9d421edc183ec10aa84c9b41b | refs/heads/master | 2022-12-15T09:30:33.721793 | 2019-07-31T20:04:43 | 2019-07-31T20:04:43 | 199,931,004 | 2 | 0 | MIT | 2022-12-04T05:33:11 | 2019-07-31T21:24:06 | Objective-C | UTF-8 | C | false | false | 102 | h | ../../../../versioned-react-native/ABI31_0_0/Expo/Core/Api/Components/Svg/Utils/ABI31_0_0RNSVGLength.h | [
"tsapeta@users.noreply.github.com"
] | tsapeta@users.noreply.github.com |
8d8bba9b023098e7dd6b990acea048bb70487c64 | 72ed8a809cab83d34b5e9e8fb05f7bda5915c488 | /estructura_de_datos/Huffman/huffman.c | 2b83c2460d4868801b1249575055a9d3bf864b55 | [] | no_license | miguel-correa21/Portafolio | 65235afcc05cdc2a9545a036914abe7ee758ae8a | 2bf5a026f9d8f92545d9069369cc8145fd5ed133 | refs/heads/master | 2022-11-21T07:30:58.382094 | 2020-03-31T04:40:05 | 2020-03-31T04:40:05 | 251,489,710 | 0 | 0 | null | 2022-11-14T23:36:56 | 2020-03-31T03:20:51 | C | UTF-8 | C | false | false | 8,842 | c | #include <stdlib.h>
#include <stdio.h>
#include "TADArbolBin.h"
#include "huffman.h"
#define TAM 256
tablaBIN mi_tabla[TAM]; /*estructura donde guardo la letra y su codigo huffman*/
int topes[BYTE]; /*topes de arreglo de bytes*/
arbol_bin huffmantree; /*arbol de huffman ya terminado*/
/*RECIBE: el nombre del... | [
"layca619@gmail.com"
] | layca619@gmail.com |
b36bd0144a37066fedb3ad59649c514b3e106c7d | f40971c6e86ced32a5a5401880bed833a7b43d1a | /No5.c | 541e105916677ff3d9a67bbfbbe854468002ae7e | [] | no_license | muhammadulilalbab/praktikum3 | f7af1fa3afc4dfcc50f4eddfeae99f7c1e88552d | 4922bbd2595922776d34879f583e28c3897dcd8a | refs/heads/master | 2021-01-20T02:17:03.028796 | 2015-09-08T04:10:46 | 2015-09-08T04:10:46 | 41,929,006 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,411 | c | /*
* 4-Sep-2015
* Nama : Muhammad Ulil Albab
* Nim : 23515006
*
* Program : Program C yang digunakan untuk membaca sebuah integer positif N
* dan mendeklarasikan sebuah array berukuran N.
* Pembacaan nilai N diasumsikan benar (tidak perlu divalidasi), yaitu N > 0.
* Program kemudian membac... | [
"muhammadulilalbab91@gmail.com"
] | muhammadulilalbab91@gmail.com |
1bbb323299e48d8cdee37dd5af5aa05040067894 | d922290dead89df62cbd915a6b2fccb6b784f9a3 | /nRF51_SDK_9.0.0_2e23562_1/components/_general_lib/queue/queue.h | 060650d5d90374df3398252c01718134c199f77e | [] | no_license | Pavuter/ble_socket | 7a3bc508d2f48512e19768be3214c80965508ca8 | d3b8149a192efee1f83f682ab67374ba11efd04b | refs/heads/master | 2021-06-12T23:36:28.587886 | 2017-03-22T07:59:23 | 2017-03-22T07:59:23 | 85,685,868 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 951 | h | #ifndef _U_QUEUE_H_
#define _U_QUEUE_H_
/**
*@brief :queue state.
*/
enum queue_status_t
{
QUEUE_OK,
QUEUE_OVERRUN,
QUEUE_EMPTY,
QUEUE_REMAIN
};
/**
*@brief :Queue control module.
*/
struct queue_t
{
unsigned char *buf; // point to data cache.
unsigned int putP; // input queue by... | [
"d0x00000000@gmail.com"
] | d0x00000000@gmail.com |
2d42f21a0c3f03b24efecd00e6c3a655853a305f | 4e152a1342ee80c71445b297348d59793619c123 | /numbers.c | 462ebac9866013affa1d70e892a07cc51295ed40 | [] | no_license | yusufarslanalp/C_small_programs | bc7162fdc5688bfb8cdacedb406de606d5cbe550 | d8ccddb86ccc75d1bfd328e3a7829fa6ca8529d4 | refs/heads/master | 2021-01-06T14:21:27.822095 | 2020-02-18T13:05:06 | 2020-02-18T13:05:06 | 241,358,273 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 944 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
typedef enum {stop ,devam} loop;
void
calculate_increasting_order(double *avarage, int *count, loop *lo);
int
main(void)
{
double avarage, valid_avarage;
int count , max_count;
loop lo;
lo = devam;
while(lo == devam)
{
calculate_increasting_order(&ava... | [
"noreply@github.com"
] | yusufarslanalp.noreply@github.com |
060fceae51950f58abd0455705946deff2c659aa | 8f37b06613e9dab741cec3ab2cc89fe1161c5914 | /c/tree_inorder_nth/1.c | 48699644d61e56a43e37398ed8ad0bacabfa6c3f | [] | no_license | navegant2/CodingQuestions | 67472a1b8f3486aee86984ef46ea8cce7a4bce5a | 6d6a77d4aebd12009d37afe559cfba75ff7a9257 | refs/heads/master | 2020-04-11T00:56:45.381864 | 2018-12-11T22:15:36 | 2018-12-11T22:15:36 | 161,401,001 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 907 | c | #include<stdio.h>
struct tree {
int value;
struct tree *left;
struct tree *right;
};
#if 0
int FindNthElement(Node *node, int &n)
{
if (node->Left && n > 0) {
k = FindNthElement(node->left, n);
if (n == 0) return k;
}
if (n == 0)
return node->value;
else if ... | [
"naveena.ganta@gmail.com"
] | naveena.ganta@gmail.com |
a53b4ed538cab9051fec2b3ee36c49bebc4f30ce | d1e54ebc7913eb0c7d658cfcefa481f64485fb87 | /skytower/Classes/Enums.h | 965392a40178e446800b76d5c8aa8ae6f89f0eaa | [] | no_license | Crasader/SkyTower-Demo | 4689b5617fbbf679010bde771e62db88e400458b | ea36406151f037e00b6ec15fdd03f63a67c0e4d3 | refs/heads/master | 2020-12-07T08:47:23.745862 | 2019-05-17T18:56:10 | 2019-05-17T18:56:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 280 | h | #pragma once
enum {
BACKGROUND = -1,
MIDDLEGROUND = 0,
FOREGROUND = 1
};
enum {
NONE,
ELEMENT_FREE,
ELEMENT_FALLING,
ELEMENT_BUILDING,
BUILDING,
ROPE,
FLYINGTHING
};
enum class NotifyState {
EmptyQueue,
EmptyQueueAndRope,
ElementAdded,
AddScore
}; | [
"vpotasyev@gmail.com"
] | vpotasyev@gmail.com |
16bdfe1b2d2ab3a3e189b60f10064125a353173d | 7700ef864fbd190ddf2cded529bde454596ecfb6 | /OpenCores.org/oms8051mini/verif/sw/C/i2cm_burst_wrrd.c | 884037e046ae1791e4b2fb282f292df07b810efd | [] | no_license | colvibijus1972/Modules_MiSTer | 72538609be57bc30ce2468adf36093f3a8aacb58 | 0d44b6a6f14fe6f6119f848d54dcd99b53f9f57f | refs/heads/main | 2023-08-26T09:21:26.439897 | 2021-10-17T07:24:43 | 2021-10-17T07:24:43 | 535,814,679 | 0 | 0 | null | 2022-09-12T19:12:12 | 2022-09-12T19:12:11 | null | UTF-8 | C | false | false | 2,299 | c | /*
* I2C Master Burst Write and Read Test
*
* I2C Master Write to Slave Chip with Id: 0x20
*
* Burst 4 Byte Write to address starting from 0x66 with 0x12, 0x34, 0x56 and 0x78
* Read Back in Burst mode and verify the expected data
*/
/*---------------------------------------------------------------------------*... | [
"aberusugi@gmail.com"
] | aberusugi@gmail.com |
d187c33aa0623c12ebd72bccc08e29d9ea4620c0 | 5b7412a3b1a52215b37ae4372eb77f5517b97bdb | /LaseriOSBuildv1/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_KeyCollecti_24.h | e52a2faa1fbbdfa27681ea1cf39ee8b09359c66f | [] | no_license | MishMick/Laser-Defender | 54dd553143c16fa3e56f7c0e225e79d0832c2bb6 | db796e2b197a0628bac5ddc7927264b834be00de | refs/heads/master | 2021-05-04T10:20:55.305230 | 2016-01-12T09:55:48 | 2016-01-12T09:55:48 | 43,044,445 | 0 | 0 | null | 2018-10-17T07:09:24 | 2015-09-24T04:19:01 | C++ | UTF-8 | C | false | false | 788 | h | #pragma once
#include <stdint.h>
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.KeyValuePair`2<System.Type,SimpleJson.Reflection.ReflectionUtils/SetDelegate>>
struct Dictionary_2_t657;
// System.Object
#include "mscorlib_System_Object.h"
// System.Collections.Generic.Dictionary`2/K... | [
"mishallovic@gmail.com"
] | mishallovic@gmail.com |
7d79cb3f64218de1c47f724b706053400738310f | 0407dbf8b72cb521c0dd45efea2fd3f500bb539d | /sShrimp/Generated_Code/MB_UART.c | 25db14dd75ee9cc17b72b00357f806a23dcc60a8 | [] | no_license | nvhien1992/CW_FRDM-KE06Z | f361394473788741fb351cf56b02c2e820af3dc1 | b57cbf58f1c83b3efd95a12af719fc439ef137e2 | refs/heads/master | 2020-04-26T11:42:21.710169 | 2015-08-31T03:17:15 | 2015-08-31T03:17:15 | 29,116,883 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 23,741 | c | /* ###################################################################
** THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : MB_UART.c
** Project : sShrimp
** Processor : MKE06Z128VLK4
** Component : Serial_LDD
** Version : Component 01.187, Driver 01.... | [
"nvhien1992@gmail.com"
] | nvhien1992@gmail.com |
34abb681b9e8002157289a6cd24541ba267df241 | c26c2099bba675414f6661a24c60acfd948127e1 | /DocFormats/core/src/css/CSSSelector.h | 4151c4127e015df72596f504fe4c2b6de679126c | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | FranzDeCopenhague/incubator-corinthia | 07116ea97dca9e9b4660d4872d7921ad07591bf7 | 9d4eefaac0da5c9da62693d6f4da76c33681a4a8 | refs/heads/master | 2020-12-25T13:34:08.880834 | 2015-03-06T11:07:00 | 2015-03-06T11:07:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,334 | h | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... | [
"peter@uxproductivity.com"
] | peter@uxproductivity.com |
1d17b9309461fe8d2ad9b6c1352707c6a7d38717 | 6fc22a762a5f549bf90102f3df031be35cf044bb | /Src/main.c | 9083533a961529a150cc222886051190982ac844 | [] | no_license | marcinjagaczewski/LoRaSTM32L073 | 7683d844a78cbe6f3701be95cab8225255963d77 | efc318aeb09c65fd789f96b801c37524f97913f9 | refs/heads/master | 2020-05-27T05:06:41.857724 | 2019-05-27T21:30:11 | 2019-05-27T21:30:11 | 188,494,526 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,872 | c |
/**
******************************************************************************
* @file : main.c
* @brief : Main program body
******************************************************************************
** This notice applies to any and all portions of this file
* that are not betwe... | [
"marcin.jagaczewski@gmail.com"
] | marcin.jagaczewski@gmail.com |
ff57a497a856b9fe03a6d28229f171edef932c60 | 362c938fc5f9b5e4de216ed13f51d127d81d71c7 | /tools/motion_sav/cs_cuda/tool/serial_wht2.c | 8ee9fb759e387bf87336a32d4de1c77f12ef1e82 | [] | no_license | eyeh9596/cs247 | 1aaa8ffa7d07f88875f45170d7301ecf2503aa06 | 79e4314467a492eea02bed314e7afdd6ee0fdb8a | refs/heads/master | 2020-08-27T08:24:48.098124 | 2018-11-17T05:37:45 | 2018-11-17T05:37:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,173 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#define WHT_SIZE 1024
#define VEC_SIZE ( WHT_SIZE * WHT_SIZE )
int databuf[ VEC_SIZE * 2 ] ;
int *datap, *to_datap ;
#define CUDA_DBG
void p_num_nm ( char *s, int *dp, int col, int row ) ;
// cnt is half the table size
void
do_wht( int *... | [
"keszler@college.harvard.edu"
] | keszler@college.harvard.edu |
69fb7386ef0d194e6122e23658a6935d9c357b79 | a2b1e2671eee3f1abf518220e9b1a914d547a105 | /descritores-de-haralick/haralick02.h | 7f326e4a964c1948dffd40c7f17d5de9c85a0d11 | [] | no_license | walissonsilva/Descritores-de-Haralick | 45e3493438845ff9aa604dee8d124b72d72f6ee2 | 1c85462c1c1c650320c1063ab0b6cfa9f1ceec4c | refs/heads/master | 2021-01-13T02:15:55.118078 | 2015-08-01T20:55:15 | 2015-08-01T20:55:15 | 40,053,360 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 561 | h | #ifndef HARALICK02_H
#define HARALICK02_H
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <malloc.h>
#define EPSILON 0.000000001
double *allocate_vector (int nl, int nh);
double **allocate_matrix (int nrl, int nrh, int ncl, int nch);
double correlac (double **P, int Ng);
double homogen (double **P,... | [
"walissonsilva10@gmail.com"
] | walissonsilva10@gmail.com |
c862e6c411f4686a1e6ae209432901987393c839 | 9d665726dd51c5f0041df608455283d1982328ad | /terminal_driver.c | c18454dd1a60be6bd401bb349da17057a2668dce | [] | no_license | allanzou9833/operating-system | 0645758f108e44f140682960e849cd84e8d881f6 | 8dad3ddffa05385f827e4aa3618200b4dc133e1f | refs/heads/master | 2020-03-18T02:26:21.037911 | 2018-05-20T22:10:28 | 2018-05-20T22:10:28 | 134,190,628 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,002 | c | #include "keyboard.h"
#include "lib.h"
#include "types.h"
#include "terminal_driver.h"
#include "syscall.h"
#include "paging.h"
#include "x86_desc.h"
int32_t terminal_open(const uint8_t* filename){
return 0;
}
int32_t terminal_close(int32_t fd){
return -1;
}
/* terminal read
*
* Read keyboard ... | [
"noreply@github.com"
] | allanzou9833.noreply@github.com |
741dd590863f8a18e1b12b0168a6e8965cf22c4a | 473e4fc392d59ae001ef3e46952b3e996ebc46ed | /test_encode.c | 6f00b91c0701f037475776656c51fdebf0365780 | [] | no_license | MoixaEnergy/protobufs_example | 45f6d81dd1c0a72870ab7e0b3e5fba88a47bea67 | 5c4cd1dc7d5e83a3648f122ec7b87cc4a6ac2246 | refs/heads/master | 2021-01-23T09:50:14.125113 | 2012-09-14T17:07:44 | 2012-09-14T17:07:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,182 | c | #include <stdio.h>
#include <pb_encode.h>
#include "moixa.pb.h"
int main()
{
/*
ZigbeeMessage msg = {
{DeviceType_MCS, 111111}, {DeviceType_MCS, 222222},
true,
{BmsMessageType_STATUS, true, {true, 99}, false},
false
};
{McsMessageType_MCS_STATUS, {{34, 88.8}, {35, 99.9},}, tru... | [
"wrwills@gmail.com"
] | wrwills@gmail.com |
9cff4f1be717d6d4504a422bb3446ae67d73b32f | 24d856d98c85a319d53be2768ccc176a50873fa3 | /linux-lts-quantal-3.5.0/arch/x86/include/asm/suspend_64.h | 09b0bf104156579ae49f72b17c603befcf2db5a6 | [
"GPL-1.0-or-later",
"Linux-syscall-note",
"GPL-2.0-only",
"BSD-2-Clause"
] | permissive | dozenow/shortcut | a4803b59c95e72a01d73bb30acaae45cf76b0367 | b140082a44c58f05af3495259c1beaaa9a63560b | refs/heads/jumpstart-php | 2020-06-29T11:41:05.842760 | 2019-03-28T17:28:56 | 2019-03-28T17:28:56 | 200,405,626 | 2 | 2 | BSD-2-Clause | 2019-08-03T19:45:44 | 2019-08-03T17:57:58 | C | UTF-8 | C | false | false | 1,286 | h | /*
* Copyright 2001-2003 Pavel Machek <pavel@suse.cz>
* Based on code
* Copyright 2001 Patrick Mochel <mochel@osdl.org>
*/
#ifndef _ASM_X86_SUSPEND_64_H
#define _ASM_X86_SUSPEND_64_H
#include <asm/desc.h>
#include <asm/i387.h>
/*
* Image of the saved processor state, used by the low level ACPI suspend to
* RAM ... | [
"jflinn"
] | jflinn |
a46c9804f23952656e86b4c7d66e05b5c1ed58f6 | f0abdd243f5342c7b63e2a0a80bfa1d9b981a033 | /src/fill_leaf.c | 10ab00bb3c188e6c3f8a860ff61d3646b56119cb | [] | no_license | BaptisteVeyssiere/42sh | 38cf9689da5b832fb6aa3822306c305d6a538c97 | fc0950e23f85db9a417f460db6d0076a7a9b67ee | refs/heads/master | 2020-06-12T01:18:01.546190 | 2019-06-27T19:03:15 | 2019-06-27T19:03:15 | 194,148,813 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 922 | c | /*
** fill_leaf.c for 42sh in /home/VEYSSI_B/rendu/Programmation_Shell/test/test_42tree
**
** Made by Baptiste veyssiere
** Login <VEYSSI_B@epitech.net>
**
** Started on Fri May 27 15:27:38 2016 Baptiste veyssiere
** Last update Sat May 28 21:25:58 2016 Baptiste veyssiere
*/
#include <mysh.h>
int fill_leaf(t_tree ... | [
"baptiste.veyssiere@epitech.eugit config --global user.email baptiste.veyssiere@epitech.eugit config --global user.name veyssi_bgit commit -am 1"
] | baptiste.veyssiere@epitech.eugit config --global user.email baptiste.veyssiere@epitech.eugit config --global user.name veyssi_bgit commit -am 1 |
43572c46592d5088fa7b23bd9749b5ae104c8da7 | b0931c76d14ca005b11f6efdd095876fd1ea08e4 | /MicroDron/firmware/src/system_config/default/framework/peripheral/sqi/processor/sqi_p32mz2048ecm100.h | cf3527165299d6099551219af3804ef53237237d | [] | no_license | microdron-itesm/MicroDronITESM | 5031e7929ed2c40dbdb8909a6790fa748269345e | 010d90e26bdc5fa6b2f2e9258addb7bc449b6a42 | refs/heads/develop | 2021-06-18T03:02:36.979115 | 2021-02-16T23:44:10 | 2021-02-16T23:44:10 | 172,157,222 | 1 | 1 | null | 2020-03-04T18:30:54 | 2019-02-23T01:28:51 | C | UTF-8 | C | false | false | 33,915 | h | /* Created by plibgen $Revision: 1.31 $ */
#ifndef _SQI_P32MZ2048ECM100_H
#define _SQI_P32MZ2048ECM100_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 functions */
#... | [
"empoleom@gmail.com"
] | empoleom@gmail.com |
b73af34bbfcba41afaa858b222eb020065fb143f | 3d101ef0ca752f2766fa8e4cb91140f3337586a6 | /src/ppengine/sub/framehandler/602.c | a6fd3b3758a195affc79e8746f0a8276f92e236e | [] | no_license | publikwerker/ppengine | 76891058d156e03bfb0697cd123f66741b4f38bd | 1a36cc7bb92b04722f4427a5a171f342184e8f32 | refs/heads/master | 2023-04-04T22:04:21.293176 | 2021-04-18T19:41:49 | 2021-04-18T19:41:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 134 | c | #include "ppengine/sub/framehandler/602.h"
#include "ppengine/engine.h"
void frame_handler_602() {
jump_table_function_number++;
}
| [
"jonathan@opalise.co.uk"
] | jonathan@opalise.co.uk |
7ffb72adab523aefef549476d6d0edd3ebe5ae9c | 7d5691687676b900553628f9287b7cb9094dac9a | /3party/freetype/include/freetype/internal/services/svgldict.h | f78bca5d77614bedb6657fece18df68e7536fc9f | [
"FTL",
"Apache-2.0"
] | permissive | mapsme/omim | bf3ea4f419a547b7c124107e344d7f565d707c12 | 1892903b63f2c85b16ed4966d21fe76aba06b9ba | refs/heads/master | 2023-02-20T16:31:08.733960 | 2021-04-27T13:57:41 | 2021-04-28T14:44:52 | 42,798,033 | 5,032 | 1,527 | Apache-2.0 | 2022-10-03T08:28:24 | 2015-09-20T02:57:13 | C++ | UTF-8 | C | false | false | 3,442 | h | /***************************************************************************/
/* */
/* svgldict.h */
/* */
/* Th... | [
"alex@maps.me"
] | alex@maps.me |
e178f6f453cb859efcfd8a0a06586948425a4e1c | bdb587fdda3e29a3aba367c18db7a73f229cfed9 | /core_blas-qwrapper/qwrapper_zgeqp3_tntpiv.c | a98a55ca417e47af2c38511953c183c13debb577 | [] | 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,687 | c | /**
*
* @file qwrapper_zgeqp3_tntpiv.c
*
* PLASMA core_blas quark wrapper
* PLASMA is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version 2.6.0
* @author Mathieu Faverge
* @date 2010-11-15
* @precisions normal z -> c d s
*
**/
#incl... | [
"zhuangsc1989@gmail.com"
] | zhuangsc1989@gmail.com |
fb9e2a49e120a9467977eaa0f71d36dd36352d50 | 13c9c4b8448e0b77dde2f80c0bfbe6e4b4cb112c | /checkfolder/C11/ex02/main.c | 6e8d249d3a961fbc34e3d539eaaa831dc24955ae | [] | no_license | msavinko/school21-pool | 927febbee08efc7e0064243157963b8d77da2534 | c94eac151f7cd079b0b5648253e3d4a541622625 | refs/heads/main | 2023-06-06T13:51:49.389190 | 2021-06-30T10:43:24 | 2021-06-30T10:43:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 364 | c | #include <stdio.h>
#include <stdlib.h>
int ft_any(char **tab, int(*f)(char*));
int my_f(char *c)
{
int i = 0;
while(c[i])
{
if (c[i] == 'W')
return (3);
i++;
}
return (0);
}
int main(void)
{
int a;
char **str;
str = malloc(1000);
str[0] = "elcome";
str[1] = "WHello";
a = ft_any(str, &my_f);
pri... | [
"marlean@su-f1.msk.21-school.ru"
] | marlean@su-f1.msk.21-school.ru |
cac3c34ab4daa34affdbbd0e1c76a42e35342c44 | e0632c2f725102946da96275f651aaebc8c1ed63 | /general/uninitialized/pointer/test_correct/15_loop_recursion_multi.c | b0b3e06a3f07ef02248ff4c0a9a664cdbd0663c4 | [
"MIT"
] | permissive | rvantonder/JM2018TS | b3a0ba0d4e99a55143c25ae2c8cca83ebd1836f5 | 8070fb9b5efae20e1d7a01550e0f267f1362e59b | refs/heads/master | 2020-04-25T19:40:54.972541 | 2019-02-28T02:47:48 | 2019-02-28T02:47:48 | 173,028,858 | 0 | 0 | null | 2019-02-28T02:48:00 | 2019-02-28T02:48:00 | null | UTF-8 | C | false | false | 749 | c | #include <stdio.h>
#include "uninit_ptr.h"
int uninit_ptr_rec_decr(int x, int i, int** ptr1, int** ptr2) {
if(i <= 1) {
return 0;
}
return uninit_ptr_rec_multi(x, i-1, ptr1, ptr2);
}
int uninit_ptr_rec_multi(int x, int i, int** ptr1, int** ptr2) {
int** ptr;
int* uninit;
if(!ptr1) {
... | [
"rvantonder@gmail.com"
] | rvantonder@gmail.com |
99a68430f9a856017d8c71be971c79783927afc1 | a2c2b93581eff350eb114deeabb6ba8aa30f2605 | /Uva 10038.c | e6b2cd7606d945c4a8a98950a5018c40e748c9d7 | [] | no_license | Ferdib-Al-Islam/My_UVA_Solutions | 187a02d7e57be80ac745d85b586ae49c7bb3c960 | 338e06ba606b9f14b947abb9e6778a04a6247154 | refs/heads/master | 2020-04-08T03:53:46.942772 | 2018-11-25T03:24:35 | 2018-11-25T03:24:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 585 | c | #include <stdio.h>
int main()
{
int a[3010];
int n,i,k,t;
while(scanf("%d",&n)==1)
{
t=0;
int b[3020]= {0};
scanf("%d",&a[1]);
for(i=2; i<=n; i++)
{
scanf("%d",&a[i]);
k=a[i]-a[i-1];
if(k<0)
k=k*-1;
... | [
"31789425+Ferdib-Al-Islam@users.noreply.github.com"
] | 31789425+Ferdib-Al-Islam@users.noreply.github.com |
e3955cedfc7ccaa67084d74b7a1983b5c18071f6 | 5e08deeb789c7c2abc038338e3fa2ee52eb7937e | /Builds/iOS/linesofplay/Classes/Native/UnityEngine.TextRenderingModule_CodeGen.c | 8759c334881d8933c2841d05b5e76c1fdb69449b | [
"Apache-2.0"
] | permissive | Mr12th/lines-of-play | 3b1d8eed087328ad36b8ab7c77958c8f5a5b1252 | 38e05c674b3453544900af923ed088ab8b5cdd30 | refs/heads/master | 2023-01-03T21:16:45.091354 | 2020-11-03T03:31:56 | 2020-11-03T03:31:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,994 | c | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
// 0x00000001 System.Boolean UnityEngine.TextGenerationSettings::CompareColors(UnityEngine.Color,UnityEngine.Color)
exte... | [
"jasminer@mit.edu"
] | jasminer@mit.edu |
5b32c9714460e557800e2bc85bc3aec6f77486ab | d46d46e93b538bef4dabde9b9b574172114b9e6e | /blatt8/c/soundex.c | be7dac6258f627cb4b65f79a0094607cd6c5aa4f | [] | no_license | kroell/hsrm-mi-bsra | e8be7751bbf46c2d126780083149e7aa868c1a3d | 4c85f5ac2a839d05796ba078e319fdaff927624e | refs/heads/master | 2016-09-11T01:33:44.841973 | 2012-06-22T16:29:17 | 2012-06-22T16:29:17 | 4,753,148 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,944 | c | /**
* @brief Soundex implementation in C
*
* Author: Rick Parsons
* Origin: http://west-penwith.org.uk/misc/soundex.htm
*/
#include <string.h>
#define GROUPS 7
const char * group[GROUPS] =
{ "AEIOUHWY", "BFPV", "CGKJQSXZ", "DT", "L", "MN", "R" };
/* to implement the NARA variation use
#define GROUPS 8
const c... | [
"kroell@idseven.de"
] | kroell@idseven.de |
7c284ae06a974178df1e61f3a3d8eed97e5153cd | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/sound/soc/extr_soc-dapm.c_soc_dapm_read.c | e5016dcae4166ebc5dc2c8e81b86822336932b2e | [] | 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 | 753 | 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 |
5377702bd73844e2a30898b31ea9d8ada57fab6e | 1ad4dd5261a185f3cf92d7fd3226de28679747c5 | /kernel/arch/powerpc/kernel/pci_of_scan.c | 0d790f8432d27b6293c647176984d45f792c72c6 | [
"MIT",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | oslab-swrc/libmpk | b30c8fa2eea834a8ab441fdd9f7789296781ec17 | a0b20ab8819d60d22d2a90f0d54eccae40ae6b05 | refs/heads/master | 2022-05-01T01:36:07.491532 | 2022-03-18T05:44:14 | 2022-03-18T05:44:14 | 223,290,854 | 0 | 0 | MIT | 2019-11-22T00:30:13 | 2019-11-22T00:30:12 | null | UTF-8 | C | false | false | 11,409 | c | /*
* Helper routines to scan the device tree for PCI devices and busses
*
* Migrated out of PowerPC architecture pci_64.c file by Grant Likely
* <grant.likely@secretlab.ca> so that these routines are available for
* 32 bit also.
*
* Copyright (C) 2003 Anton Blanchard <anton@au.ibm.com>, IBM
* Rework, based on... | [
"spark720@gatech.edu"
] | spark720@gatech.edu |
b12aefdea5c3467d8d857f5a2c7863d494f71f10 | be21098b6cad809e3cd52d3f23cfc7fc56e1630e | /wrap_c_api/sieve.c | 035f7c4f54a1937d58623c068d97c8f33a1bac23 | [] | no_license | cbabuska/sieve_demo | dddb1a8114563d56fe83bfccdc2ddc9bd960ae2e | 4743bdd49de7e2d7a71c3662cf1ef8effce199aa | refs/heads/master | 2020-04-20T04:38:55.953352 | 2019-02-01T03:21:04 | 2019-02-01T03:21:04 | 168,633,972 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,107 | c | #include <Python.h>
struct PrimesStruct
{
int num_primes;
int *primes;
};
struct PrimesStruct *get_primes_c(int max_num_to_consider)
{
struct PrimesStruct *primes = malloc(sizeof(struct PrimesStruct));
if (max_num_to_consider < 2)
{
primes->num_primes = 0;
primes->primes = malloc(... | [
"cbabuska@gmail.com"
] | cbabuska@gmail.com |
712abbb61734429b3dd33a710df26b3801b0d23e | f79dec3c4033ca3cbb55d8a51a748cc7b8b6fbab | /databases/postgresql96/patches/patch-contrib_dblink_dblink.c | 67425ecb538cd8afa8e99ef88a831dd891548eb7 | [] | no_license | jsonn/pkgsrc | fb34c4a6a2d350e8e415f3c4955d4989fcd86881 | c1514b5f4a3726d90e30aa16b0c209adbc276d17 | refs/heads/trunk | 2021-01-24T09:10:01.038867 | 2017-07-07T15:49:43 | 2017-07-07T15:49:43 | 2,095,004 | 106 | 47 | null | 2016-09-19T09:26:01 | 2011-07-23T23:49:04 | Makefile | UTF-8 | C | false | false | 433 | c | $NetBSD: patch-contrib_dblink_dblink.c,v 1.1 2016/10/29 19:41:55 adam Exp $
--- contrib/dblink/dblink.c.orig 2013-04-01 18:20:36.000000000 +0000
+++ contrib/dblink/dblink.c
@@ -52,7 +52,7 @@
#include "parser/scansup.h"
#include "utils/acl.h"
#include "utils/builtins.h"
-#include "utils/fmgroids.h"
+#include "postgr... | [
"adam"
] | adam |
f2304337fa3e0669af139775a017f85e5946c699 | 5aa8c94b33b727a92cc2c3ba8bc3f69f66f8bca1 | /sys/sys/conf.h | 6ab3fa9e72cc1edaa41854c2faffde10d5fa0c69 | [] | no_license | dank101/4.4BSD-Alpha | d6458c1d1cc82f6332f6f87dcdc223f7d1b2b0ee | b119e6613a15af07855e4cda5dd9f0e78adcbf40 | refs/heads/master | 2020-03-30T09:51:58.598180 | 2014-08-01T20:24:53 | 2014-08-01T20:24:53 | 22,526,911 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 3,979 | h | /*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
... | [
"dank101@localhost.localdomain"
] | dank101@localhost.localdomain |
83365c9aa682f909e0611ca593f7e6fc66bb69ac | cff38f2238b60601ea190f20d089f2b3c04e556a | /dsa/circularque.c | 27a2286d7d839ee6208c28bc5eec028fb445bfca | [] | no_license | abhineetmishra64/Algorithm | 0d937ab0d5bb76c90a55f4e0380a3443e446acfc | 8d175935920cffa0851542aced83a30fbd2f8c1e | refs/heads/master | 2023-05-07T15:19:20.789102 | 2021-05-25T14:14:06 | 2021-05-25T14:14:06 | 267,224,112 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,887 | c | # include<stdio.h>
# define MAX 5
int cqueue_arr[MAX];
int front = -1;
int rear = -1;
/*Begin of insert*/
void insert(int item)
{
if((front == 0 && rear == MAX-1) || (front == rear+1))
{
printf("Queue Overflow \n");
return;
}
if (front == -1) /*If queue is empty */
{
front = 0;
rear = 0;
}
else
{
i... | [
"abhineetmishra64@gmail.com"
] | abhineetmishra64@gmail.com |
8e55245c611ae03fc2149f8cb0b82bb1659cf79f | 21ba21d4d8ba12ad693e9cee79573673ee881cf0 | /ch03_Variables_Data-Types_Arithmetic-Expressions/ch03_07.c | 029cf84ed1810448c4a76f0d93b107e328b14230 | [] | no_license | tplese/Programming-in-C | 677921c4a2379d4b71ab3131761221c0d0d76512 | 69b46478c500b5bf35d035ebdc29b913bf81e555 | refs/heads/master | 2020-06-12T13:29:10.157784 | 2019-06-28T17:51:46 | 2019-06-28T17:51:46 | 194,314,463 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 136 | c | #include <stdio.h>
int main (void)
{
float result = (3.31e-8 * 2.01e-7) / (7.16e-6 + 2.01e-8);
printf ("%g\n", result);
}
| [
"tplese@gmail.com"
] | tplese@gmail.com |
8f4bf747b505ea616800ba35fdfb0b5d41ed6ac2 | 1f38e85e313b6de826790d7777353538ab4fa3bb | /1146.c | 5903a9d369ed9bab17c5c552856bf795f0992ba5 | [] | no_license | MGenteluci/URI | b05775eb125176af93ee1cb0c508f35926ca44db | 76c173fe970ceda0e690fc7244a78e1d73d888b0 | refs/heads/master | 2020-02-26T16:10:47.657685 | 2016-10-29T18:14:29 | 2016-10-29T18:14:29 | 68,471,604 | 7 | 2 | null | null | null | null | UTF-8 | C | false | false | 293 | c | #include <stdio.h>
int main(){
int x, i;
do{
scanf("%d", &x);
for(i = 1; i <= x; i++){
if(i == x){
printf("%d\n", i);
}else{
printf("%d ", i);
}
}
}while(x != 0);
return 0;
}
| [
"mgenteluci97@gmail.com"
] | mgenteluci97@gmail.com |
8b4cfdb0168187d6ddf9dc6bb565662fe5fe6c1d | de823e3003319d0f006d562d2f2b049a22cfe8ca | /Project cpp/Include/num2str.c | 19c9df08a0925d01313edea192c8d7a1599bf9dc | [] | no_license | yulin-z/CS120B-Labs | 04add15a7cf0cab63399cd707e3583e229803aad | 60acdbc5a9d67427c82e7348e80f85ffc39e607a | refs/heads/master | 2022-02-04T06:17:03.374725 | 2019-06-10T09:14:36 | 2019-06-10T09:14:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,622 | c | /**
* NUM2STR - Functions to handle the conversion of numeric vales to strings.
*
* @author Neven Boyanov
*
* This is part of the Tinusaur/TinyAVRLib project.
*
* Copyright (c) 2017 Neven Boyanov, The Tinusaur Team. All Rights Reserved.
* Distributed as open source software under MIT License, see LICENS... | [
"noreply@github.com"
] | yulin-z.noreply@github.com |
9539bddc4e3ae5477b8ef56223d2b3a92eb14708 | ecce427678ecff2a93a47f3b1b664202c7d27617 | /levels/sl/areas/1/collision.inc.c | 8dab56dfde62af92e9827b44646bb6c904b83d42 | [] | no_license | sm64pc/sm64ex | ecf37f31b3f7426c4874254660d856030d789714 | 54cd27ccee45a2403b45f07a00d6043c51149969 | refs/heads/nightly | 2023-08-11T12:14:34.424168 | 2023-07-01T11:45:50 | 2023-07-01T11:45:50 | 262,091,731 | 795 | 238 | null | 2023-07-01T11:45:51 | 2020-05-07T15:43:27 | C | UTF-8 | C | false | false | 43,552 | c | // 0x0700CBD8 - 0x0700ED92
const Collision sl_seg7_area_1_collision[] = {
COL_INIT(),
COL_VERTEX_INIT(0x202),
COL_VERTEX(4786, 1229, 5078),
COL_VERTEX(4582, 1229, 5078),
COL_VERTEX(4582, 1229, 4873),
COL_VERTEX(4786, 1229, 4873),
COL_VERTEX(4582, 1229, 4666),
COL_VERTEX(4786, 1229, 4054)... | [
"n64"
] | n64 |
808f13220446efc4cf7b723ac4f759244fcf820b | fb174aa7d192ab77e3a895697ab0d5bf4a0ee3fb | /Lab_assigns/tree/find_max.c | 80672eab9d808fd88955b328f60a2f2eaafcebb7 | [] | no_license | BVBharath/Emertxe | 01eb4d25868947ff385f4817fb5ff932fc17c59c | 415579ee406892009744622dbe699ad09d166730 | refs/heads/master | 2020-08-21T14:07:45.494451 | 2019-10-20T02:01:32 | 2019-10-20T02:01:32 | 216,176,341 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 163 | c | #include "main.h"
BST_Tree *find_max(BST_Tree *root)
{
if(root == NULL)
{
return NULL;
}
while(root->r_link)
{
root = root->r_link;
}
return root;
}
| [
"bharathkumarbv555@gmail.com"
] | bharathkumarbv555@gmail.com |
946033997fffa9d38e2229befadae2991b2cf680 | 7de8c09cddac9f5e0d9bd5260fde0eba4c0570e2 | /examples/stack.c | 428f99a00678ef53d4e95366effed2c4aa202b36 | [
"MIT"
] | permissive | superowner/C99Containers | 82d4bd41d0360e5272275ab6bfd00794994936cd | 53d2199dff3dfd3a80c56877c1fa8c26c8c16124 | refs/heads/master | 2023-01-05T16:17:11.309046 | 2020-11-04T13:32:50 | 2020-11-04T13:32:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 588 | c |
#include <stc/cfmt.h>
#include <stc/cstr.h>
#include <stc/cstack.h>
using_cvec(i, int);
using_cvec(c, char);
using_cstack(i, cvec_i);
using_cstack(c, cvec_c);
int main() {
cstack_i stack = cstack_i_init();
cstack_c chars = cstack_c_init();
c_forrange (i, int, 101)
cstack_i_push(&s... | [
"tylo@norceresearch.no"
] | tylo@norceresearch.no |
044cefbeb546fb18cd02b3804929d265c8cf4181 | b554ddb97747bf1e24fb16a006468857eaa37d1b | /STM32/system/STM32F4/stm32_chip/stm32_STM32F405OG.h | c98a89737475e91f0325946645f6d91124fa8a10 | [] | no_license | grafalex82/STM32GENERIC | d0f80fe55f283422f47a8d7b14e88766f80417cc | 664dd7779244afa5860fe1419c691e95d8ab3145 | refs/heads/master | 2021-01-21T18:06:41.990938 | 2017-05-17T11:51:53 | 2017-05-17T11:51:57 | 92,016,853 | 0 | 0 | null | 2017-05-22T06:02:08 | 2017-05-22T06:02:07 | null | UTF-8 | C | false | false | 10,223 | h | //Autogenerated file
//MCU name: STM32F405OG
//MCU xml: STM32F405O(E-G)Yx.xml
//GPIO remap/alternate function xml: GPIO-STM32F417_gpio_v1_0_Modes.xml
/*
const stm32_port_pin_type variant_pin_list[] = {
{ GPIOA, GPIO_PIN_0 },
{ GPIOA, GPIO_PIN_1 },
{ GPIOA, GPIO_PIN_2 },
{ GPIOA, GPIO_PIN_3 },
{ GPIOA, GPIO_... | [
"danieleff@gmail.com"
] | danieleff@gmail.com |
729327dd30fa9541b54a2817b43b075b240990c5 | acd47456b4d8c51d6bc511cf83c0cdaa442acd61 | /ECU_STM32F4_150616_FINAL/cfg/Peripheral_init.c | 04a100ca72a9961c8bb8dc8c9ef59424e56a8182 | [] | no_license | quanhengwen/Electric_Glider_MMI | 7269b14f5bb934a23dbcb6cb9c32605f05676feb | 14389f1058eeecf48d410a579947a87def14af92 | refs/heads/master | 2021-12-10T21:46:06.847507 | 2016-09-26T18:42:41 | 2016-09-26T18:42:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 34,173 | c | /**
* ***********************************************************************
* @file Peripheral_init.c
* @author Janezic Sommerauer
* @version V1.00
*
* @brief Initialization of all peripherals.
*
* Changes:
*
* @date 08/10/2014
***************************************************... | [
"aravindk2604@gmail.com"
] | aravindk2604@gmail.com |
358f627d28688924314d20cf4da470cd36ff2fe7 | 22ba04fdf637a2daa7b12ba420996819467270a8 | /Engine/external/basiclogger/include/Logger.h | 91f93a0360a63c60880f3fa95648c9ebbc77bef6 | [
"MIT"
] | permissive | jornveen/Reptoads | 6c592b72337153c53b27bc101c150ca37574f13f | a1c04d316a0745140fc74981d0488d6088f17911 | refs/heads/master | 2020-12-28T17:46:32.340045 | 2020-02-05T11:04:23 | 2020-02-05T11:04:23 | 238,426,513 | 0 | 0 | null | 2020-02-05T11:08:51 | 2020-02-05T10:43:42 | JavaScript | UTF-8 | C | false | false | 1,993 | h | #pragma once
/**
* \file
* \brief Easy to include file
* \author Simon Renger
* \version 1.0
* \date 2018
* \copyright The MIT License
* \section Examples
* \subsection example_object Object Approach
* \include example_object.cpp
* \subsection example_macro Macro Approach
* \inc... | [
"jornveen@ziggo.nl"
] | jornveen@ziggo.nl |
fa74cf9c3a19d28efda2622bcbd36a75c0cbc687 | f60f6615994862dda51679f2ccdc2ad43b123fd5 | /src/HAL/inc/apic_common.h | ed3a3bbe52cf312b98db77720aedd6d85f78ae27 | [] | no_license | horneac/OSD_Horneac_Emanue_2019 | ffdcbcd0b0ca74e206b2be3162f017939c0dc693 | 2a82b62c7f969a0dd447b587ab04f28758efba03 | refs/heads/master | 2020-08-07T11:05:47.015962 | 2019-10-03T15:02:48 | 2019-10-03T15:04:33 | 213,424,485 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,383 | h | #pragma once
typedef enum _APIC_DELIVERY_MODE
{
ApicDeliveryModeFixed,
ApicDeliveryModeLowest,
ApicDeliveryModeSMI = 2,
ApicDeliveryModeNMI = 4,
ApicDeliveryModeINIT,
ApicDeliveryModeSIPI,
ApicDeliveryModeExtINT
} APIC_DELIVERY_MODE;
typedef enum _APIC_DESTINATION_MODE
{
... | [
"gurzou.alexandru@gmail.com"
] | gurzou.alexandru@gmail.com |
e748b739c0f8530d711254248a2c8ebdeeb60911 | 15e9cdad91a029b2383dfbfc855f33a8b015540e | /Micro2/LCD_CONFIG.h | ca16c885524cb3fada73f97a60180abce6a46958 | [] | no_license | khaledElmassry65/Graduation-project | 82b70118062e6b3a93cf08595e71f64ded84d6c2 | 7e5bad065f04f322ae7d5d4fe0d0ea4d40859a80 | refs/heads/main | 2023-04-06T19:07:25.848220 | 2021-04-16T13:37:33 | 2021-04-16T13:37:33 | 358,606,696 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 703 | h | /*
* LCD_CONFIG.h
*
* Created: 11/14/2020 9:21:16 PM
* Author: karim
*/
#ifndef LCD_CONFIG_H_
#define LCD_CONFIG_H_
#include "CPU_CONFIGURATION.h"
#define LCD_Mode 4
#define LCD_4BIT_CMD_PORT DIO_PORTB
#define LCD_4BIT_DTA_PORT DIO_PORTA
#define LCD_8BIT_CMD_PORT DIO_PORTB
#define LCD_8B... | [
"noreply@github.com"
] | khaledElmassry65.noreply@github.com |
1cf3078f35a17036e43dd833d37b58c03b909972 | b367fe5f0c2c50846b002b59472c50453e1629bc | /xbox_leak_may_2020/xbox trunk/xbox/private/xdktools/xbutils/xbperf/StdAfx.h | 0692ded370ea5365b680c3cc22a6d21dedad552a | [] | no_license | sgzwiz/xbox_leak_may_2020 | 11b441502a659c8da8a1aa199f89f6236dd59325 | fd00b4b3b2abb1ea6ef9ac64b755419741a3af00 | refs/heads/master | 2022-12-23T16:14:54.706755 | 2020-09-27T18:24:48 | 2020-09-27T18:24:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,257 | h | /*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
stdafx.h
Abstract:
This is a pre-compiled header module.
--*/
#if !defined(AFX_STDAFX_H__7A5FDEFE_A50D_49AD_8B8A_0833ACCC7FAB__INCLUDED_)
#define AFX_STDAFX_H__7A5FDEFE_A50D_49AD_8B8A_0833ACCC7FAB__INCLUDED_
#i... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
115238fe24e1c5f936d8fd77bb5991e88b530034 | 8947812c9c0be1f0bb6c30d1bb225d4d6aafb488 | /01_Develop/libXMKode/Source/iOS/ios_semapore.c | 750b5a14e4b32422120b4b605c670feab206973e | [
"MIT"
] | permissive | alissastanderwick/OpenKODE-Framework | cbb298974e7464d736a21b760c22721281b9c7ec | d4382d781da7f488a0e7667362a89e8e389468dd | refs/heads/master | 2021-10-25T01:33:37.821493 | 2016-07-12T01:29:35 | 2016-07-12T01:29:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,848 | c | /* --------------------------------------------------------------------------
*
* File ios_semaphore.c
* Description Semaphore functions
* Author Y.H Mun
*
* --------------------------------------------------------------------------
*
* Copyright (C) 2010-2012 ... | [
"mcodegeeks@gmail.com"
] | mcodegeeks@gmail.com |
dc2fe6df55d69a89bb8186a834349bc78e678eea | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/darwin-xnu/bsd/dev/arm64/extr_conf.c_isdisk.c | f50fdf67da1d18573b047b1bac60cf48088c7074 | [] | 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 | 938 | 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 |
3f26b27c366acfda1c86cbcd51b5cf3d6eef4a6c | be6f23eb47e69660efd9f516f8f33e0114213f85 | /header.h | 997df3d185e57ef606327130516c256428e37040 | [] | no_license | Climberwis/LgoEV_QT | 3c68ec93543153d7c59c2f239158172415387cd6 | 0f4ead1c751756952b20a71c4bd21838c65acab5 | refs/heads/master | 2021-01-10T17:39:17.485125 | 2016-03-09T10:55:28 | 2016-03-09T10:55:28 | 51,583,710 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 138 | h | #ifndef HEADER_H
#define HEADER_H
enum field_value {land_v, plant_v, herb_v = 3, carn_v = 5};
enum if_moved {no, yes};
#endif // HEADER_H
| [
"pawel.wis93@gmail.com"
] | pawel.wis93@gmail.com |
edad25949407eabed135773f25d7351bb9a006e1 | 903c45082bd0d4fbb0a0d6a289b5294d8d05c314 | /sys/dev/pci/if_ep_pci.c | 39d300bcdec7437920efd88e9bfef789943d29eb | [] | no_license | tombibsd/netbsd-src | 0552d62659412e821163c945c62b7555d1e616d2 | 7f0f8c8c4b00f7c47700b8260a5cbd627d73fe7c | refs/heads/master | 2021-01-21T04:54:21.541793 | 2016-06-17T00:56:40 | 2016-06-17T00:56:40 | 24,783,931 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,426 | c | /* $NetBSD$ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research Center.
*
* Redistribution and use in source and binar... | [
"uebayasi@tombi.co.jp"
] | uebayasi@tombi.co.jp |
08e15ec750b90a3149b70d892d1dab0747d6fbb1 | 2bc3398063fd7251c46a2d93d2e301cd063befcd | /nitan/d/heizhao/shanlu3.c | d9611f0f91885acaa8c6b8649d949a6d0d02fff2 | [
"MIT"
] | permissive | HKMUD/NT6 | ae6a3c173ea07c156e8dc387b3ec21f3280ee0be | bb518e2831edc6a83d25eccd99271da06eba8176 | refs/heads/master | 2020-03-18T08:44:12.400598 | 2018-05-23T06:55:18 | 2018-05-23T06:55:18 | 134,525,191 | 9 | 4 | null | null | null | null | GB18030 | C | false | false | 1,614 | c | // Room: /heizhao/shanlu3.c
// Date: Dec. 8 1999 by Winder
inherit ROOM;
#include <ansi.h>;
void create()
{
set("short", "密林矮树");
set("long", @LONG
黑森森的四下里都是树木,无法直行,林中小路东盘西曲,密
林中难辨方向,忙跃上树去眺望,无论你往那边望,都找不到出路。
欲待从树顶上踪跃过去,黑暗中却看不清落足之处。
LONG );
set("outdoors", "heizhao");
set("no_clean_up", 0... | [
"xmlsdk@gmail.com"
] | xmlsdk@gmail.com |
d7196c3a45fe7f5e6e81a130f1814b14327f72d7 | df9b740ee02920a9a8010653903b6899f4d3e61d | /utils.c | 9ba357b19c2cc44b438a266c956b7d7cbde6e7a0 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | hmgle/cripple | 826db2eec8a30e595b96499ecce3d11e3ae4651a | 5f4b76eebe44b7981a7561c78cadeac1a62c2ceb | refs/heads/master | 2021-08-03T07:11:32.527273 | 2019-08-13T10:35:23 | 2019-08-13T10:35:23 | 34,460,117 | 36 | 13 | MIT | 2021-07-30T08:36:57 | 2015-04-23T14:08:54 | C | UTF-8 | C | false | false | 1,095 | c | #include "utils.h"
#define IS_LO_IP(addr) (((addr) & 0xFF) == 127)
int init_server_UDP_fd(int port, uint32_t ipaddr)
{
int fd;
struct sockaddr_in addr;
int ret;
fd = socket(AF_INET, SOCK_DGRAM, 0);
if (fd == -1)
return -1;
addr.sin_family = AF_INET;
addr.sin_port = htons(port);
if (ipaddr != 0)
addr.sin_... | [
"dustgle@gmail.com"
] | dustgle@gmail.com |
1bff156e58fe3ccbf9feb691c6c6344f26e67c6e | 1aaa329338b5c3b95b0e5ba7682300b233a26284 | /one/androidjni.c | 6107fc115b3491eb8e2aa882cdea87377b9e557d | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | karon8/android_frameworks_base | 867b29fac49dd07cde087baee70e3684d65eea98 | 8bcbcd6ac1b66b0e6f986c2c8b3f481044736f45 | refs/heads/cm-12.0 | 2021-01-17T04:39:31.951559 | 2015-03-09T15:00:14 | 2015-03-09T15:00:14 | 28,835,738 | 1 | 2 | null | 2015-03-08T11:31:26 | 2015-01-05T22:51:06 | Java | UTF-8 | C | false | false | 2,256 | c | /*
* Copyright (C) 2013 The Mokee Open Source Project
* Copyright (C) 2015 The Android One Open Source Project
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/li... | [
"kameron19921016@yahoo.com"
] | kameron19921016@yahoo.com |
1faa18324b7d39b2a2ec04b36f61793adcad85e6 | 517de3d961386b5cb447d7500266d921c2642f43 | /crypto/dh/dh_key.c | 1644003bd95b577c6e5801d91c95798ebc9de3b7 | [
"LicenseRef-scancode-unknown-license-reference",
"OpenSSL",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows"
] | permissive | WilsonTW/openssl-master | 4cd6d0849d025ce06c95647204113e9ce5c7688a | ca2ec8549be28f38d80f9e7b910ef56583869d08 | refs/heads/master | 2021-01-01T16:08:29.448449 | 2017-07-20T01:30:32 | 2017-07-20T01:30:32 | 97,776,633 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,213 | c | /*
* Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (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/lice... | [
"sogoph87@gmail.com"
] | sogoph87@gmail.com |
afbb3f75ca0da3fd82e16081ff310b846f165da6 | 7a7535a4af0595d96dcef9c777ddd9c7bcd2c507 | /src/client/tinychat_app.h | ead18536ddab9cafea530c7ade4a2f7c42da07cb | [
"BSD-3-Clause"
] | permissive | danielshervheim/TinyChat | d533d211c83d671b619548c57b470be573020439 | f739f594ec46d14a9aa9e756a4cf113be4faa5bf | refs/heads/master | 2020-04-14T22:02:40.086150 | 2019-06-20T22:10:07 | 2019-06-20T22:10:07 | 164,148,869 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 493 | h | //
// Copyright © Daniel Shervheim, 2018-2019
// danielshervheim@gmail.com
// www.github.com/danielshervheim
//
#ifndef TINYCHAT_APP_H_
#define TINYCHAT_APP_H_
#include <gtk/gtk.h>
G_BEGIN_DECLS
#define TINYCHAT_APP_TYPE_APPLICATION (tinychat_app_get_type ())
G_DECLARE_FINAL_TYPE(TinyChatApp, tinychat_app, TINYCHAT... | [
"sherv029@umn.edu"
] | sherv029@umn.edu |
7e630d3eb26f64ce6b2a4f6fb4a53cd79b792c23 | ccf500b6aed04bc397c267595154e0452ce7d656 | /AthenaFunctionLibrary_classes.h | 6cac987715c9e0d98f878dfe277f5bf21e2bee5a | [
"MIT"
] | permissive | NotDiscordOfficial/Fortnite_SDK | 775361ea044a22f508c0a8b42eb9ffdf12662aca | 58f8da148256f99cb35518003306fffee33c4a21 | refs/heads/main | 2023-05-25T23:47:11.201029 | 2021-06-09T03:55:35 | 2021-06-09T03:55:35 | 375,217,755 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,037 | h | // BlueprintGeneratedClass AthenaFunctionLibrary.AthenaFunctionLibrary_C
// Size: 0x28 (Inherited: 0x28)
struct UAthenaFunctionLibrary_C : UBlueprintFunctionLibrary {
bool ShouldAllowDeathEffects(struct FGameplayTagContainer Damage Or Death Tags, struct UObject* __WorldContext); // Function AthenaFunctionLibrary.Athe... | [
"83149379+NotDiscordOfficial@users.noreply.github.com"
] | 83149379+NotDiscordOfficial@users.noreply.github.com |
0dd22f0bdc387a5e882abf7fc906a9d6315f5d24 | 3ae42e859e531f4439c3c16bddea2862d25d9467 | /libft/ft_strchr.c | a84d95d7163408128ffc55bb790f06304107ab8c | [] | no_license | Zaflafle/filler | fcc9818fccec3891793c91211ffbb4f07b8a70a2 | 4c7b601b22e5e66c5b1f156018f43f32986d18ed | refs/heads/master | 2020-03-12T11:37:33.421914 | 2018-06-14T16:26:16 | 2018-06-14T16:26:16 | 130,600,880 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,158 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strchr.c :+: :+: :+: ... | [
"macuguen@student.42.fr"
] | macuguen@student.42.fr |
e3509c8ddb1f59d50705f4c877f6848fef59e101 | e39cdf2d8bd9af9c6fb1d8cb436b24275a18f288 | /vc_lib_src/src/wtof.c | c60846780725f4002d1594170a86b8e07c94233d | [] | no_license | IRON-HAN/learn_c | 5977d32355b694f3196d1bcf6457aa74381aa64e | 0d17f80944dd81a106d2d9425707419b122c4e36 | refs/heads/master | 2021-05-30T03:49:19.717917 | 2015-08-09T08:18:16 | 2015-08-09T08:18:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,550 | c | /***
*wtof.c - convert wchar_t string to floating point number
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* Converts a wide character string into a floating point number.
*
*******************************************************************************/
#ifndef _UNICODE
#defi... | [
"jason_yao@htc.com"
] | jason_yao@htc.com |
9e9cef1f123889633a1d1a129448364fc7a311a0 | b687e2e853f718c4e34be3c5bc987ec794e407d4 | /My Code/sizeof.c | c7aa0de217e5f5ef17dacb0e366f4af2f64b443c | [] | no_license | GiteshWadhwa/C-Programs-Basics-level- | 21232a5814aac0be1955857939137e2ef6681ae6 | c8c9254b1349f7bb7d3672eae3f511c232614dbc | refs/heads/master | 2020-03-25T05:12:20.775901 | 2018-08-03T14:09:41 | 2018-08-03T14:09:41 | 143,434,905 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 68 | c | #include<stdio.h>
main()
{
char x;
}
printf("%d",sizeof(x));
| [
"wadhwagitesh2@gmail.com"
] | wadhwagitesh2@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.