text
stringlengths
7.55k
41.9k
/* Copyright © INRIA 2010-2011. Authors: <NAME> & <NAME> Contact: <EMAIL> <EMAIL> This software is a computer program whose purpose is to provide efficient tools for basic yet computationally demanding tasks, such as find k-nearest neighbors using exhaustive search and kmeans clustering. This software is gover...
/** @file pinmux.c * @brief PINMUX Driver Implementation File * @date 07-July-2017 * @version 04.07.00 * */ /* * Copyright (C) 2009-2016 Texas Instruments Incorporated - www.ti.com * * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the fol...
/* // AEZ v4.1 reference code. AEZ info: http://www.cs.ucdavis.edu/~rogaway/aez // // ** This version is slow and susceptible to side-channel attacks. ** // ** Do not use for any purpose other than to understand AEZ. ** // // Written by <NAME> (<EMAIL>). Last modified 13 September 2015. // // This is free and unen...
/* Copyright (C) 2006-2007 <NAME> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed i...
/* * virtio block driver for MINIX 3 * * Copyright (c) 2013, <NAME>, <<EMAIL>> * * This software is released under the BSD license. See the LICENSE file * included in the main directory of this source distribution for the * license terms and conditions. */ #include <assert.h> #include <minix/drivers.h> #inclu...
/* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape * media and as a part of the software program in whole or part. Users * may copy or modify Sun RPC without charge, but are not authorized * to license or distribute it to an...
/* * Copyright 2013 The Android Open Source Project * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright * notice, this list of conditions an...
/* installboot 3.0 - Make a device bootable Author: <NAME> * 21 Dec 1991 * * Either make a device bootable or make an image from kernel, mm, fs, etc. */ #define nil 0 #define _POSIX_SOURCE 1 #define _MINIX 1 #include <stdio.h> #include <stddef.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/io...
/* * This file is released under the terms of the Artistic License. Please see * the file LICENSE, included in this package, for details. * * Copyright (C) 2002 <NAME> & Open Source Development Labs, Inc. * * 7 August 2002 */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <stdio.h> #include <stdlib....
/*s: portdat_processes.h */ // in lib.h: Waitmsg, ERRMAX //***************************************************************************** // Proc components //***************************************************************************** // All the ref<Proc> here are references to Proc in the array<Proc> of // Procallo...
/********************************************************************** Copyright(c) 2011-2016 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source co...
/* * Copyright (c) 2020 The ZMK Contributors * * SPDX-License-Identifier: MIT */ #include <zephyr/types.h> #include <bluetooth/bluetooth.h> #include <bluetooth/conn.h> #include <bluetooth/uuid.h> #include <bluetooth/gatt.h> #include <bluetooth/hci.h> #include <sys/byteorder.h> #include <logging/log.h> LOG_MODUL...
/*----------------------------------------------------------------------------*/ /* Big Brother webpage generator tool. */ /* */ /* This is a replacement for the "mkbb.sh" and "mkbb2.sh" scripts from the ...
#include "hdmi_core.h" static __s32 hdmi_state = HDMI_State_Idle; static __u32 video_on = 0; static __u32 audio_on = 0; static bool video_enable = 0; static bool audio_enable = 0; static __u32 cts_enable = 0; static __u32 hdcp_enable = 0; static __u8 isHDMI = 0; static __u8 YCbCr444_Support = 0; static __s32 ...
/* * loader.c - program loader routines * * This file is a part of the SimpleScalar tool suite written by * <NAME> as a part of the Multiscalar Research Project. * * The tool suite is currently maintained by <NAME> and <NAME>. * * Copyright (C) 1994, 1995, 1996, 1997, 1998 by <NAME> * * This source file is...
/*************************************************************************** begin : Fri Jun 9 2006 copyright : (C) 2006 - 2009 by <NAME> email : <EMAIL> ***************************************************************************/ /*********************************...
/******************************************************************************************* * * raylib game template * * <Game title> * <Game description> * * This game has been created using raylib (www.raylib.com) * raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) * * ...
/* * Copyright (C) 2021 Intel Corporation. * * SPDX-License-Identifier: BSD-3-Clause */ #include <asm/guest/vm.h> #include <asm/e820.h> #include <asm/zeropage.h> #include <asm/guest/ept.h> #include <asm/mmu.h> #include <boot.h> #include <vboot.h> #include <vacpi.h> #include <efi_mmap.h> #include <errno.h> #include...
/******************************************************************************* * Copyright ? 2016, STMicroelectronics International N.V. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistrib...
/* * Copyright 2013 Red Hat Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, d...
#include <unistd.h> #include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include <getopt.h> #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "sg_lib.h" #include "sg_cmds_basic.h" #include "sg_cmds_extra.h" /* A utility program originally written for the Linux OS SC...
/* V60.C*/ /* Undiscover the beast!*/ /* Main hacking and coding by Farfetch'd*/ /* Portability fixes by <NAME>*/ #include "cpuintrf.h" #include "osd_cpu.h" #include "mamedbg.h" #include "state.h" #include <assert.h> #include <stdio.h> #include <stdarg.h> #include "v60.h" /* memory accessors*/ #include "v60mem.c" ...
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <assert.h> #ifndef __NOUNIX__ #include <fcntl.h> #include <unistd.h> #include <sys/mman.h> #endif /* __NOUNIX__ */ #include "common.h" #include "minigui.h" #include "gdi.h" #include "window.h" #include "control.h" #include "cliprect.h" #include "gal....
/* * Copyright (C) 2015 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_enc28j60 * @{ * * @file * @brief Implementation of EN...
/* Copyright (C) 2001-2021 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or implied. This software is distributed under license and may not be copied, modified or distributed except as expressly authorized under the terms of the license ...
/* * Copyright 2017, Data61 * Commonwealth Scientific and Industrial Research Organisation (CSIRO) * ABN 41 687 119 230. * * This software may be distributed and modified according to the terms of * the BSD 2-Clause license. Note that NO WARRANTY is provided. * See "LICENSE_BSD2.txt" for details. * * @TAG(DATA...
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include "util.h" #include "fasta.h" #include "fastq.h" #include "error.h" #include "memory.h" #include "oligo_freq.h" #include "gff.h" #include "gc_scan.h" #include "nsplit.h" int test_read_fasta(int argc, char *argv[]); int test_read_fastq...
/* * Copyright (c) 2017 The WebM 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 contributin...
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolar...
#include "lattice_symmetries_haskell.h" #include <assert.h> #include <complex.h> #include <stdbool.h> #include <stddef.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> typedef uint64_t ls_hs_bits; typedef void (*free_stable_ptr_type)(void *); static free_stable_ptr_type ls_hs_internal...
/* $Id: pathfinder.c 3224 2005-11-21 14:28:31Z truelight $ */ #include "../../stdafx.h" #include "../../openttd.h" #include "../../debug.h" #include "../../functions.h" #include "../../map.h" #include "../../tile.h" #include "../../command.h" #include "trolly.h" #include "../../depot.h" #include "../../variables.h" #i...
/* Copyright (C) 2013 <NAME> * See the COPYRIGHT file for more information */ #include "inc/LPC17xx.h" #include "tvp7002.h" #include "i2c.h" #include "tprintf.h" #include "tvp7002_reg.h" uint32_t tvp7002_set(uint8_t addr, uint8_t val) { i2c_clearbuffers(); I2CWriteLength = 3; I2CReadLength = 0; I2CM...
#include <Python.h> #include <float.h> #include <math.h> #include <sys/time.h> // for gettimeofday() #include "./levmar-2.6/Axb.c" #include "./levmar-2.6/compiler.h" #include "./levmar-2.6/levmar.h" #include "./levmar-2.6/lm.c" #include "./levmar-2.6/misc.c" #include "./levmar-2.6/misc.h" #define max_size 1000 #def...
/****************************************************************\ * * * Library for Splice site prediction. * * * * <NAME>.. mailto:<EMAIL> * *...
// // class.c // digi // // Created by mustafa on 7.06.2020. // Copyright © 2020 mustafa. All rights reserved. // #include "vm.h" JINT get_prim_size(int chr) { switch(chr) { case 'B': return sizeof(JBYTE); case 'Z': return sizeof(JBOOL); case 'C': return sizeof(JCHAR); case 'S'...
/*- BSD 3-Clause License Copyright (c) 2020, Kempozer All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list o...
/* GTEx (Genotype Tissue Expression) track controls */ /* Copyright (C) 2015 The Regents of the University of California * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ #include "cheapcgi.h" #include "cart.h" #include "hui.h" #include "trackDb.h" #include "jsHelper.h" #include "h...
/* * nut * Copyright (c) 2004-2007 <NAME> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) an...
/************************************************************************** * * Copyright 2014-2016 Valve Corporation * Copyright (C) 2014-2016 LunarG, Inc. * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License...
/* * Copyright 2007, <NAME> <<EMAIL>> * Copyright 2007, <NAME> <<EMAIL>> * Copyright 2009, <NAME> <<EMAIL>> * * ch341.c implements a serial port driver for the Winchiphead CH341. * * The CH341 device can be used to implement an RS232 asynchronous * serial port, an IEEE-1284 parallel printer port or a memory-lik...
/* Copyright (c) 2017 - 2021 LiteSpeed Technologies Inc. See LICENSE. */ /* * lsquic_parse_gquic_common.c -- Parsing functions common to GQUIC */ #include <assert.h> #include <errno.h> #include <inttypes.h> #include <string.h> #include <stdlib.h> #include <sys/queue.h> #ifndef WIN32 #include <sys/types.h> #else #in...
/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be use...
/*- * Copyright 2009 <NAME> * Copyright 2013-2019 <NAME> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice,...
/* sha256.c - SHA256 hash function * Copyright (C) 2003, 2006, 2008, 2009 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt 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 Foun...
/****************************************************************************** * Project: PROJ.4 * Purpose: Initialize projection object from string definition. Includes * pj_init(), pj_init_plus() and pj_free() function. * Author: <NAME>, <NAME> <<EMAIL>> * ***************************************...
/*- * Copyright (c) 2014-2018 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. */ #include <assert.h> #include "util.h" #include "util_dump.h" #define STRING_MATCH_CONFIG(s, item) \ (strncmp(s, (item).str, (item).len) =...
#define VERSION "0.5" char ProgInfo[]= "* $Id: run_tree.c,v 1.1.1.1 2002/03/07 16:48:14 pagel Exp $\n" "* Purpose: parse and run a decision tree \n" "* Author: <NAME> ( <EMAIL> ) \n" "* Version : " VERSION "\n" "* Time-stamp: <2002-02-22 14:30:50 pagel> \n" "* ...
/* Sliding Rooks solution with animation * $ cc -Ofast -o rooks rooks.c * $ ./rooks | mpv --no-correct-pts --fps=60 - * $ ./rooks | x264 --fps=60 -o rooks.mp4 /dev/stdin * Ref: https://possiblywrong.wordpress.com/2020/05/20/sliding-rooks-and-queens/ * Ref: https://nullprogram.com/video/?v=rooks */ #include <stdio...
/* * (C) Copyright 2004-2005 * <NAME>, DENX Software Engineering, <EMAIL>. * * (C) Copyright 2002 <NAME> <<EMAIL>> * Add support for Am29F016D and dynamic switch setting. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/o...
/* edwMakeReplicateQa - Do qa level comparisons of replicates.. */ /* Copyright (C) 2014 The Regents of the University of California * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "sqlNum.h...
/******************************************************************************/ /* */ /* Copyright (c) 1990-2016, KAIST */ /* All rights reserved. ...
/* * Copyright (c) 2004-2009 Voltaire Inc. All rights reserved. * Copyright (c) 2007 Xsigo Systems Inc. All rights reserved. * Copyright (c) 2008 Lawrence Livermore National Lab. All rights reserved. * Copyright (c) 2010,2011 Mellanox Technologies LTD. All rights reserved. * * This software is available to yo...
// Copyright (c) 2019-present, iQIYI, Inc. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, c...
/* * UADE's audio state machine emulation * * Copyright 1995, 1996, 1997 <NAME> * Copyright 1996 <NAME> * Copyright 1996 <NAME> * Copyright 2005 <NAME> * Copyright 2005 <NAME> */ #include <math.h> #include "sysconfig.h" #include "sysdeps.h" #include "options.h" #include "memory.h" #include "custom.h...
/********************************************************************************************** TMS5220 simulator Written for MAME by <NAME> With help from <NAME> Additional tweaking by <NAME> ***********************************************************************************************/...
// SPDX-License-Identifier: GPL-2.0+ /* NetworkManager Applet -- allow user control over networking * * <NAME> <<EMAIL>> * * Copyright 2007 - 2017 Red Hat, Inc. */ #include "nm-default.h" #include "nma-private.h" #include <ctype.h> #include <string.h> #include "eap-method.h" #include "wireless-security.h" #incl...
/* D&D Initiative, written in C by <NAME>. 2016-2020 */ #include "stdio.h" #include "stdlib.h" #include <ctype.h> #include <string.h> #include "time.h" #define KRED "\x1B[31m" // Vermelho #define KGRN "\x1B[32m" // Verde #define KYEL "\x1B[33m" // Amarelo #define KBLU "\x1B[34m" // Azul #define KMA...
#include <gtk/gtk.h> #include <stdlib.h> #include <stdio.h> #include <math.h> #include <unistd.h> #include <pthread.h> // app wrappers #include "vx/vx_remote_display_source.h" #include "vx/gtk/vx_gtk_display_source.h" // core api #include "vx/vx_global.h" #include "vx/vx_layer.h" #include "vx/vx_world.h" #include "vx...
/*BHEADER********************************************************************** * (c) 1997 The Regents of the University of California * * See the file COPYRIGHT_and_DISCLAIMER for a complete copyright * notice, contact person, and disclaimer. * * $Revision: 1.1 $ **********************************************...
/* * MD5 HA1 Ops * * Copyright (c) 2015 Daniel-<NAME> * http://www.asipto.com * * (MIT License) * 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 with...
/* * sonic.c * * (C) 1996,1998 by <NAME> (<EMAIL>) * * This driver is based on work from <NAME>, but most of * the code is rewritten. * * (C) 1995 by <NAME> (<EMAIL>) * * Core code included by system sonic drivers */ /* * Sources: Olivetti M700-10 Risc Personal Computer hardware handbook, * National ...
/* * This code was created by <NAME> & <NAME> 2000 * (ported to Linux/GLX by <NAME> '00) * * If you've found this code useful, please let me know. * * Visit Jeff at http://nehe.gamedev.net/ * * or for port-specific comments, questions, bugreports etc. * email to <EMAIL> */ #include <stdio.h> #include <std...
/* * Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights t...
/* GStreamer * Copyright (C) 2005 <NAME> <<EMAIL>> * * gstoggparse.c: ogg stream parser * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (a...
#include <stdio.h> #include <ovr40.h> #include <ovr42.h> #include <ovr44.h> #include <ovr45.h> #include <ovr52.h> /* defines, enums ------------------------------------------------------------- */ #define OVR_SAVE_RESTORE 40 #define OVR_DO_MISC 41 #define OVR_INTERCEPT 42 #define OVR_GO_FROM 43 #d...
// Copyright (c) 2017-2018, Intel Corporation. // C includes #include <ctype.h> #include <stdbool.h> #include <stdio.h> #include <string.h> // Zephyr includes #include <atomic.h> #include <misc/printk.h> #include <misc/reboot.h> #include <zephyr/types.h> #ifdef CONFIG_BOARD_ARDUINO_101 #include <flash.h> #endif // J...
/* * $XConsortium: ali_driver.c /main/15 1996/10/28 05:43:43 kaleb $ * * * * * $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/ali/ali_driver.c,v 3.16.2.2 1997/05/09 07:15:26 hohndel Exp $ */ #include "X.h" #include "input.h" #include "screenint.h" #include "compiler.h" #include "xf86.h" #include "xf...
/* -------------------------------------------------- <NAME> (<EMAIL>) -------------------------------------------------- r_picmip 16 & force models to blue bones You don't have to set `r_picmip` to 16 or above but it does help. You will however need to set `cg_forceModel 1` and select a p...
/* main.c - Application main entry point */ /* * Copyright (c) 2015-2016 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #include <zephyr/types.h> #include <stddef.h> #include <errno.h> #include <zephyr.h> #include <sys/printk.h> #include <bluetooth/bluetooth.h> #include <bluetooth/hci.h> #include <...
#include <stdarg.h> #include <stdbool.h> #include <stdint.h> #include <stdlib.h> typedef enum { SourceOver = 0, SourceIn = 1, SourceOut = 2, SourceAtop = 3, DestinationOver = 4, DestinationIn = 5, DestinationOut = 6, DestinationAtop = 7, Lighter = 8, Copy = 9, Xor = 10, Multiply = 11, Screen ...
#define _POSIX_C_SOURCE 199309L #include <ctype.h> #include <dirent.h> #include <errno.h> #include <libgen.h> #include <setjmp.h> #include <signal.h> #include <string.h> #include <sys/stat.h> #include <sys/types.h> #include <time.h> #include <unistd.h> #include <histedit.h> #include <gc.h> #include "gharial.h" #inclu...
#include "ion.h" #include "lyst.h" #include "platform.h" #include "shared/adm/adm_bp.h" #include "shared/utils/utils.h" void adm_bp_init() { /* Node-specific Information. */ uint8_t mid_str[ADM_MID_ALLOC]; adm_build_mid_str(0, BP_ADM_DATA_NN, BP_ADM_DATA_NN_LEN, 0, mid_str); adm_add_datadef("BP_NODE_ALL", ...
/* * <NAME>, 10/30/09 * Computes A(omega), where A = U*V' is never explicitly computed * <EMAIL> * * This is a compantion to XonOmega.c * The difference is that this version expects U' and V' to be passed in, * not U and V. This version should be faster * * See XonOmega.c for details on usage and compilatio...
/******************************************************************************* * main.c * * (c)2015 LimiFrog / CYMEYA * This program is licensed under the terms of the MIT License. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND. * Please refer to the License File LICENSE.txt located at ...
// Direct video RAM interfacing module #include "vram.h" #include "type.h" #include "string.h" #include "term.h" #include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <stdarg.h> // ***************************************************************************** // Local variables u32 vram_data[ VRAM_SIZE_T...
#include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include "gameloop.h" #include "../../inc/tm4c123gh6pm.h" #include "UART.h" // PA1-0 for UART; UART0 #include "esp8266.h" // PB0,1,5 (TX,RX,CH_SEL); UART1 #include "LED.h" // PF4-0 for led and switches (keep) #include "ST773...
#ifdef INIPARSER #include "../lib/iniparser/src/iniparser.h" #else #include <iniparser.h> #endif #ifdef SNDIO #include <sndio.h> #endif #include <stdio.h> #include <stdlib.h> #include <ctype.h> #include <sys/stat.h> #include <math.h> #include <limits.h> #include "output/graphical.h" #include "config.h" #include "...
/* Copyright (c) 1991-2005 <NAME> 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, publi...
/* ---------------------------------------------------------------------- * Copyright (C) 2010-2014 ARM Limited. All rights reserved. * * $Date: 16/10/14 6:01p $Revision: V.1.4.5 * * Project: CMSIS DSP Library * Title: arm_cfft_f32.c * * Description: Combined Radix Decimation in Frequency CFFT Floating po...
/****************************************************************************** * Copyright 1998-2019 Lawrence Livermore National Security, LLC and other * HYPRE Project Developers. See the top-level COPYRIGHT file for details. * * SPDX-License-Identifier: (Apache-2.0 OR MIT) **************************************...
/* * Copyright (c) 2019-2021 <NAME> <<EMAIL>> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, pub...
/* * Copyright (c) 2016, Alliance for Open Media. All rights reserved * * This source code is subject to the terms of the BSD 2 Clause License and * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License * was not distributed with this source code in the LICENSE file, you can * obtain it at w...
/* * KOBIL USB Smart Card Terminal Driver * * Copyright (C) 2002 KOBIL Systems GmbH * Author: <NAME> * * Contact: <EMAIL> * * This program is largely derived from work by the linux-usb group * and associated source files. Please see the usb/serial files for * individual credits and copyrights. * * ...
/* Low-level child interface to ptrace. Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either versio...
/* * Copyright 2012-15 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify...
// C-lib: IMAGE // PRE-REQUISITES: // > main.c #ifndef GELIB_MAIN #error This code requires MAIN.C to be included beforehand. #else #ifndef GELIB_IMAGE #define GELIB_IMAGE #else #error This file already exists in global code. #endif #endif #define MAX_ANIMATION_LENGTH 64 // IMAGE FONTS follow the IS...
/* * Copyright 2019 University of Washington, Max Planck Institute for * Software Systems, and The University of Texas at Austin * * 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 withou...
/*- * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2016 <NAME> <<EMAIL>> * 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 a...
/* Copyright (C) 1995-1998 <NAME> (<EMAIL>) * All rights reserved. * * This package is an SSL implementation written * by <NAME>ung (<EMAIL>). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commercial use as long as * the following condition...
/******************************************************************************* * * Font metric data for ITC Avant Garde Gothic Demi Oblique * * Copyright 2001 <NAME> * * * See dlls/wineps/data/COPYRIGHTS for font copyright information. * */ #include "psdrv.h" #include "data/agl.h" /* * Glyph metrics */...
/* Copyright (C) 2014 The Regents of the University of California * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ #include "gbGenome.h" #include "gbRelease.h" #include "gbDefs.h" #include "localmem.h" struct dbToSpecies /* structure mapping database prefix to species (e.g. hg ->...
#include <stdint.h> #include <string.h> #include "fips202.h" #include "packing.h" #include "params.h" #include "poly.h" #include "polyvec.h" #include "randombytes.h" #include "sign.h" #include "symmetric.h" /************************************************* * Name: expand_mat * * Description: Implementation of...
#include <stdlib.h> #include <stdio.h> #include <math.h> #include <time.h> #include "mpfit.h" #include "mpis.h" #include "input.h" const char* USAGE = "usage: ptmatch [-vqu] [-I MAXITER] [-o OUTFILE] [-m MATFILE]\n" " [-a ANCFILE] [-n NSAMPLE] [-s SAMFILE] PTSFILE"; // parameters during fit enum { ...
// SPDX-License-Identifier: MIT // Copyright (c) 2019-2020 The Pybricks Authors #include <stdbool.h> #include "pbio/uartdev.h" #include "../../drv/adc/adc_stm32_hal.h" #include "../../drv/battery/battery_adc.h" #include "../../drv/bluetooth/bluetooth_stm32_cc2640.h" #include "../../drv/button/button_gpio.h" #include...
/* packet-itdm.c * Routines for I-TDM (Internal TDM) dissection * Compliant to PICMG SFP.0 and SFP.1 March 24, 2005 * * Copyright 2008, <NAME> <dg [AT] adax.com> * * Wireshark - Network traffic analyzer * By <NAME> <<EMAIL>> * Copyright 1998 <NAME> * * This program is free software; you can redistribute it an...
/*------------------------------------------------------------------------------- * EDACS96 ESK rtl_fm decoder * * * rtl_fm sample rate 28.8kHz (3*9600baud - 3 samples per symbol) * * * XTAL Labs * 3 V 2016 * LWVMOBILE - ESK EA ANALYZER VERSION * Version 0.3b Build 2020.10.06 *--------------------...
/* This file is part of * dxf2rad - convert from DXF to Radiance scene files. * Radout - Export geometry from Autocad to Radiance scene files. The MIT License (MIT) Copyright (c) 1999-2016 <NAME> (Originally acquired from <NAME>) Permission is hereby granted, free of charge, to any person obtaining a copy of this...
/* * Copyright (c) 2019, Linaro Ltd. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions...
#include "upcn/bundle.h" #include "upcn/common.h" #include "upcn/node.h" #include "upcn/router.h" #include "upcn/routing_table.h" #include "cla/cla.h" #include "platform/hal_io.h" #include <stdlib.h> #include <stdint.h> #include <string.h> static struct router_config RC = { .global_mbs = ROUTER_GLOBAL_MBS, .fragm...
#include <stdlib.h> #include <stdio.h> #include <string.h> #include <errno.h> #include "../bseq.h" #include "../minimap.h" #include "../mmpriv.h" #include "../ketopt.h" #define MM_VERSION "2.20-r1061" static ko_longopt_t long_options[] = { { "bucket-bits", ko_required_argument, 300 }, { "mb-size", ko_requ...