id stringlengths 64 64 | content stringlengths 500 100k | language stringclasses 29
values | path stringlengths 4 333 | repo stringlengths 5 116 | license stringclasses 15
values | size int64 500 100k | lines int64 26 8.06k | source stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|
ffd15f6e3f4eb04c346e4f072653f213dd5b534ff0437cc24bfd8261595a278c | --セイヴァー・デモン・ドラゴン
function c67030233.initial_effect(c)
--synchro summon
c:EnableReviveLimit()
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE+EFFECT_FLAG_IGNORE_IMMUNE)
e1:SetRange(LOCATION_EXTRA)
e1:SetCondition(c67030233.synco... | Lua | c67030233.lua | Lsty/ygopro-scripts | gpl-2.0 | 6,658 | 183 | codeparrot/github-code |
f5d767d6af98d302c0176d16fb67477660ceca75ebc49106d3de9c1628da9a67 | /**
* Created by Stefan on 24.05.14.
*/
(function() {
tinymce.create('tinymce.plugins.Footnotes', {
/**
* Initializes the plugin, this will be executed after the plugin has been created.
* This call is done before the editor instance has finished its initialization so use the on... | JavaScript | wp-content/plugins/footnotes/js/wysiwyg-editor.js | austing/siq | gpl-2.0 | 3,155 | 74 | codeparrot/github-code |
2ad7cbf009d3264a404835727094d366b5425d4f4ce8d16da306988e524689c8 | <?php
/**
* @package Joomla.Administrator
* @subpackage com_tags
*
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
/**
* Tags view class for the Tags package.
... | PHP | administrator/components/com_tags/views/tags/view.html.php | malukenho/joomla-cms | gpl-2.0 | 4,791 | 170 | codeparrot/github-code |
7ebd7c42c26be8fe8b2eea5e0085b24a60765187504f8a058417cddbc4d5aaa3 | #
# BioPerl module for Bio::SeqFeature::Primer
#
# This is the original copyright statement. I have relied on Chad's module
# extensively for this module.
#
# Copyright (c) 1997-2001 bioperl, Chad Matsalla. All Rights Reserved.
# This module is free software; you can redistribute it and/or
# modify ... | Perl | ivireons/server_ivireon_test/cgi-bin/Bioperl/Bio/SeqFeature/Primer.pm | heqiaoliu/Viral-Dark-Matter | gpl-2.0 | 17,181 | 518 | codeparrot/github-code |
b4add613e08513abb980bb131173996476635c468cca5934202c1f001dfca7a3 | /*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena source code is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
publish... | C | code/renderer/tr_image_bmp.c | northWind87/quake3cs133 | gpl-2.0 | 6,010 | 237 | codeparrot/github-code |
1fcd9bafdbac3d92907da59972980c0f6e98be34001455031bef03b70a7afc71 | // © 2017 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
#include "unicode/utypes.h"
#if !UCONFIG_NO_FORMATTING
#ifndef __NUMBER_STRINGBUILDER_H__
#define __NUMBER_STRINGBUILDER_H__
#include <cstdint>
#include "unicode/numfmt.h"
#include "unicode/ustring.h"
#in... | C | modules/web/src/main/native/Source/ThirdParty/icu/source/i18n/number_stringbuilder.h | teamfx/openjfx-8u-dev-rt | gpl-2.0 | 4,217 | 151 | codeparrot/github-code |
2d629ba4fb288690826f7b77463fb4799bf5612af8f64dbac7b25bf9a2e425b1 | /*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user level.
*
* Routing netlink socket interface: protocol independent part.
*
* Authors: Alexey Kuznetsov, <kuznet@ms2.inr.... | C | net/core/rtnetlink.c | Nicklas373/Hana-CoreUX-Kernel_MSM8627-AOSP_7.0 | gpl-2.0 | 52,374 | 2,155 | codeparrot/github-code |
8ec970943cc6e74a9f453b4fd7251e9ecbabd644932af9992fefc0644af80e61 | //////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
//
// copyright : (C) 2008 by Eran Ifrah
// file name : breakpointdlg.h
//
// --------------------------------------------------------------... | C | LiteEditor/breakpointslistctrl.h | pattisahusiwa/codelite | gpl-2.0 | 2,543 | 69 | codeparrot/github-code |
f24415d030900d2e71d160e3a9b509708b23c5adc7cbcb6b87d0b0fc74081dc8 | /* Definitions for ARM EABI ucLinux
Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
Contributed by Paul Brook <paul@codesourcery.com>
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published
... | C | gcc/config/arm/uclinux-eabi.h | ccompiler4pic32/pic32-gcc | gpl-2.0 | 2,553 | 71 | codeparrot/github-code |
190fd20b4c1b9b0a69160b6e14d893ebfa80c2ffc689f93fa262aa72a119adf2 | /*
** =========================================================================
** File:
** ImmVibeSPI.c
**
** Description:
** Device-dependent functions called by Immersion TSP API
** to control PWM duty cycle, amp enable/disable, save IVT file, etc...
**
** Portions Copyright (c) 2008-2009 Immersion Corp... | C | drivers/samsung/vibetonz/ImmVibeSPI.c | drhonk/Bali-SGS4G | gpl-2.0 | 9,209 | 318 | codeparrot/github-code |
fd0a6ea032ff68bd79bad3381c5e12c6095323b76d754ec90eede2309f2d891f | /*
* Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2006-2007 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
*
* 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 ... | C++ | src/server/scripts/EasternKingdoms/Uldaman/instance_uldaman.cpp | wuhongyi1977/MOP_5_4_1 | gpl-2.0 | 18,563 | 520 | codeparrot/github-code |
eb4c816e3fac45b8c7600ee51f7a4604b9a99d76f50f9bd9d493a18ea36009db | /* $Header: /cvsroot/lesstif/lesstif/test/Xm/misc/test2.c,v 1.2 2002/05/13 12:39:01 amai Exp $ */
/* generate XmStrDefs.c from the Motif libXm it is linked to */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <Xm/XmP.h>
/*
* order is C, N, R, V, S
*/
int
main() {
const ... | C | test/Xm/misc/test2.c | melanj/lesstif | gpl-2.0 | 2,056 | 86 | codeparrot/github-code |
8404ea2f19ae5b01fbe5cc79eafa52315394f2cd8ee875fc57aef56cd8b945e0 | /*
* 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 ... | Java | examples/math_74/src/main/java/org/apache/commons/math/linear/AbstractRealVector.java | SpoonLabs/astor | gpl-2.0 | 26,086 | 895 | codeparrot/github-code |
b45c6edccb84491b793cbd6950fc44733352b195088ee1fc00a8f0cdc0f703fa | /*
This file is part of Jedi Academy.
Jedi Academy 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.
Jedi Academy is dist... | C | code/client/client.h.BASE.8932.h | DustysPatch/OpenJK | gpl-2.0 | 12,807 | 418 | codeparrot/github-code |
81541103ce792bee3d4665192d56b0ee307b61d31df20b0e50b7cc5159324e39 | package Transform::Parse;
use Moose;
use Data::Dumper;
use Try::Tiny;
use Ouch qw(:trytiny);;
extends 'Transform';
our $Name = 'Parse';
has 'name' => (is => 'ro', isa => 'Str', required => 1, default => $Name);
sub BUILD {
my $self = shift;
my $pattern_name = $self->args->[0];
my $patterns;
# See if the patter... | Perl | web/lib/Transform/Parse.pm | mcholste/elsa | gpl-2.0 | 1,657 | 57 | codeparrot/github-code |
3d5845628af847206d2da55b9217806c171a0ca5cd3841ba809dab3fc1e1bce6 | /*
* f_ecm.c -- USB CDC Ethernet (ECM) link function driver
*
* Copyright (C) 2003-2005,2008 David Brownell
* Copyright (C) 2008 Nokia Corporation
*
* 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 F... | C | drivers/usb/gadget/f_ecm.c | shminer/android_kernel_lge_f460 | gpl-2.0 | 27,251 | 948 | codeparrot/github-code |
6c8dd89c0314a62619d375a49ff3162a4aa39dccfdba8f340de9864309a0cd8e | /*
* linux/fs/ext4/namei.c
*
* Copyright (C) 1992, 1993, 1994, 1995
* Remy Card (card@masi.ibp.fr)
* Laboratoire MASI - Institut Blaise Pascal
* Universite Pierre et Marie Curie (Paris VI)
*
* from
*
* linux/fs/minix/namei.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* Big-endian to little-endian... | C | fs/ext4/namei.c | LiquidSmooth-Devices/android_kernel_samsung_klimtwifi | gpl-2.0 | 76,215 | 2,762 | codeparrot/github-code |
a573155092c251426261d2cc9cf3b63a7e0a64163781087fd26b2a22f1de1a4c | /**
* This file is part of Aion-Lightning <aion-lightning.org>.
*
* Aion-Lightning 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 3 of the License, or
* (at your option) any later ver... | Java | AC-Game/data/scripts/system/handlers/quest/danaria/_20093FIAWOLFalsityIsAWayOfLife.java | GiGatR00n/Aion-Core-v4.7.5 | gpl-2.0 | 9,573 | 299 | codeparrot/github-code |
be0e3de7461bddb18ceab663b8fe86aaf3d57fda09ce5ac25aa346ecca7f1319 | /**
* This file is part of Aion-Lightning <aion-lightning.org>.
*
* Aion-Lightning 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 3 of the License, or
* (at your option) any lat... | Java | AC-Game/data/scripts/system/database/mysql5/MySQL5OldNamesDAO.java | GiGatR00n/Aion-Core-v4.7.5 | gpl-2.0 | 3,146 | 89 | codeparrot/github-code |
1a636b031fcb065747923873a40aa3bff4a3429dcde9ff89b441d823dede6a16 | /* Copyright (c) 2010-2012, Code Aurora Forum. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the ho... | C | arch/arm/mach-msm/pm-8x60.c | yajnab/android_kernel_sony_taoshan | gpl-2.0 | 29,292 | 1,171 | codeparrot/github-code |
bbda6d4934fb9f3a2cb735806116232127f7b4843319933d56fa4731f3719c24 | /*
* Hisilicon K3 soc camera sensors source file
*
* CopyRight (C) Hisilicon Co., Ltd.
*
* 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 ... | C | drivers/media/video/hik3/capture/isp/sensor_common.c | asyan4ik/hwp6s-kernel | gpl-2.0 | 21,624 | 823 | codeparrot/github-code |
94a2c0e2d724dd743fd2461ca3b2d9479d8e08bb3fb0cb60bcb142a5b0c0f791 | namespace Siegfried
{
partial class ChoferesCatalogo
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if ma... | C# | branches/EN/Siegfried/Siegfried/Catalogos/ChoferesCatalogo.Designer.cs | wlnaim/Siegfried | gpl-2.0 | 1,303 | 47 | codeparrot/github-code |
a679fe82c2e344537c3a680a10f2a0c0fcfd609e91108ac8aff3a790deab6640 | /*
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
*
* 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 o... | C++ | src/game/AggressorAI.cpp | 51kfa/mangos-classic | gpl-2.0 | 5,084 | 158 | codeparrot/github-code |
576a77245ce2a75abbea3fc0e043fac017528b0469736b29598da247ce1d9b85 | /*
* xHCI host controller driver
*
* Copyright (C) 2008 Intel Corp.
*
* Author: Sarah Sharp
* Some code borrowed from the Linux EHCI driver.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Soft... | C | drivers/usb/host/xhci-hub.c | GreatDevs/kernel_sony_msm8974 | gpl-2.0 | 37,362 | 1,292 | codeparrot/github-code |
b6b4c7a054eaad957cec733079ae2c19bcf881ab520b6640d51cb5b2255b7a5b | /*
Copyright (C) 1997-2001 Id Software, Inc.
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 th... | C | linux/rw_in_svgalib.c | OS2World/GAME-ACTION-Quake2 | gpl-2.0 | 9,314 | 394 | codeparrot/github-code |
e5ee26ad236b9bfed45c1defec5bcd4dd61bf20f713ea58cdd14e1a47ca2d4ff | <?php
namespace Drupal\link\Plugin\Field\FieldType;
use Drupal\Component\Utility\Random;
use Drupal\Core\Field\FieldDefinitionInterface;
use Drupal\Core\Field\FieldItemBase;
use Drupal\Core\Field\FieldStorageDefinitionInterface;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\TypedData\DataDefinition;
use Dr... | PHP | core/modules/link/src/Plugin/Field/FieldType/LinkItem.php | eisbear2020/ZI | gpl-2.0 | 5,668 | 205 | codeparrot/github-code |
0863eb477aa858d25dd9ac1496dc73fa56932774f0c38b84dfcfe045f1011f00 | /*
* This is the source code of Telegram for Android v. 1.3.2.
* It is licensed under GNU GPL v. 2 or later.
* You should have received a copy of the license in this archive (see LICENSE).
*
* Copyright Nikolai Kudashov, 2013.
*/
package org.telegram.ui;
import android.content.Intent;
import android.graphics.Po... | Java | TMessagesProj/src/main/java/org/telegram/ui/GalleryImageViewer.java | staltz/Telegram | gpl-2.0 | 47,755 | 1,046 | codeparrot/github-code |
f4c174592f2d6d3dfb017417959fda15cc25a932ba1d084b97b997d7ee4ddf7f | /**
* Copyright (c) 2001-2002. Department of Family Medicine, McMaster University. All Rights Reserved.
* This software is published under the GPL GNU General Public License.
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published... | Java | src/main/java/org/oscarehr/common/dao/IncomingLabRulesDao.java | hexbinary/landing | gpl-2.0 | 3,562 | 104 | codeparrot/github-code |
c2be07f88a9a5899acc808d702e51ee1eaa57808f07ab7d66a03b67df49062d0 | /*
Copyright (C) 1999 Lars Knoll (knoll@kde.org)
Copyright (C) 2006, 2008, 2015 Apple Inc. All rights reserved.
Copyright (c) 2012, Google Inc. All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License ... | C | modules/web/src/main/native/Source/WebCore/platform/LengthBox.h | teamfx/openjfx-8u-dev-rt | gpl-2.0 | 2,181 | 70 | codeparrot/github-code |
04fd6daf7056524c37edf0fa014c07b3baeedc2ba66e6eff9552be65ea0ee0ae | /* H3's accelerated seq/profile comparison pipeline
*
* Contents:
* 1. P7_PIPELINE: allocation, initialization, destruction
* 2. Pipeline API
* 3. Example 1: search mode (in a sequence db)
* 4. Example 2: scan mode (in an HMM db)
* 5. Copyright and license information
*
*/
#include "p7_config.h"
... | C | topcons2_webserver/predictors/hmmr/src/p7_pipeline.c | ElofssonLab/TOPCONS2 | gpl-2.0 | 84,868 | 1,979 | codeparrot/github-code |
025f9396148fef3d7678390b0650f7e717ffbe753e661880ad77b8af11871ccf | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <libgen.h>
#include "mktitanimg.h"
struct checksumrecord
{
unsigned int magic;
unsigned int chksum; /* The checksum for the complete header.
Excepting the
checksum block */
};
/************... | C | tools/firmware-utils/src/mktitanimg.c | jszakmeister/openwrt | gpl-2.0 | 31,464 | 1,036 | codeparrot/github-code |
ae6aab3694214493c8e092b8929f0a21e5c1a1c995e18096e6103f04d2f72af4 | /*
* Copyright (c) 2005, University of New Hampshire
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be us... | C | linux-tools/openhpi/openhpi2-conformancetest/src/configuration/saHpiParmControl/3.c | rajashreer7/autotest-client-tests | gpl-2.0 | 2,184 | 75 | codeparrot/github-code |
9478a5f72e066a1c33bf4e292835cb280d79668f961444354477b643c72c5581 | /*
* Ext JS Library 2.1
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.Component
* @extends Ext.util.Observable
* <p>Base class for all Ext components. All subclasses of Component can automatically participate in the standard
* Ext comp... | JavaScript | static/ext-2.1/source/widgets/Component.js | Kev/maybelater | gpl-2.0 | 31,082 | 911 | codeparrot/github-code |
efdfc8605837dc0ac2960bd4126fe8ffb55539a381cf6b9116ac5354017d114c | /*
//
// BEGIN SONGBIRD GPL
//
// This file is part of the Songbird web player.
//
// Copyright(c) 2005-2008 POTI, Inc.
// http://songbirdnest.com
//
// This file may be licensed under the terms of of the
// GNU General Public License Version 2 (the "GPL").
//
// Software distributed under the License is distributed... | CSS | app/skin/bindings/bindings.css | freaktechnik/nightingale-hacking | gpl-2.0 | 2,637 | 82 | codeparrot/github-code |
4066b059c4fd58df7af3b0bc8a491e9351d97aa9c186e156e213c33ae677b71a | <?php
class ET_Global_Settings {
private static $_settings = array();
public static function init() {
// The class can only be initialized once
if ( ! empty( self::$_settings ) ) {
return;
}
self::set_values();
}
private static function set_values() {
$font_defaults = array(
'siz... | PHP | wp-content/themes/Divi/includes/builder/class-et-global-settings.php | studiochakra/foxfirekennel.com | gpl-2.0 | 24,994 | 414 | codeparrot/github-code |
f7dab46ae74d9ff60a32024f5fa034f979b2e43d71d361a561fc08f0570254c5 | /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software, you can redistribute it and/or modify it *
... | Java | base/src/org/compiere/model/X_M_InventoryLineMA.java | sumairsh/adempiere | gpl-2.0 | 5,197 | 160 | codeparrot/github-code |
d8aad1dc94e75c24043cb5efe61601b19cd7e9c0fc29bd7e0477ad20e2450afa | /*
* linux/drivers/power/twl6030_bci_battery.c
*
* OMAP4:TWL6030 battery driver for Linux
*
* Copyright (C) 2008-2009 Texas Instruments, Inc.
* Author: Texas Instruments, Inc.
*
* This package is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version... | C | drivers/power/twl6030_bci_battery_ap_fuel.c | samno1607/P920-SU760-Source-Differences-GB | gpl-2.0 | 87,431 | 3,467 | codeparrot/github-code |
4b7762290b7f0ab151520b9fb123555ee4744b0a2f43b081f36ffd8e74f201a3 | /*
* Copyright 2001 Telef�nica I+D. All rights reserved
*/
package icaro.gestores.gestorOrganizacion.comportamiento;
//import icaro.infraestructura.corba.ORBDaemonExec;
import icaro.infraestructura.entidadesBasicas.NombresPredefinidos;
import icaro.infraestructura.entidadesBasicas.comunicacion.EventoRecAgte;
import... | Java | src/icaro/gestores/gestorOrganizacion/comportamiento/AccionesSemanticasGestorOrganizacion.java | SONIAGroup/S.O.N.I.A. | gpl-2.0 | 26,023 | 687 | codeparrot/github-code |
c62642d833134f69dfd0d205e62f53ced57175064fa4d3c23cbb43d6be0e259e | #!/bin/bash
# Copyright (C) 2018 SUSE LLC
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distrib... | Shell | scripts/git_sort/check_missing_fixes.sh | openSUSE/kernel-source | gpl-2.0 | 1,865 | 64 | codeparrot/github-code |
ce7a61b086287764879d26a34c164552dc118e4b762164fd996449286888c33a | <!DOCTYPE html>
<!----------------------------------------------------------
Copyright (c) 2015 Jean-Marc VIGLINO,
released under CeCILL-B (french BSD like) licence: http://www.cecill.info/
------------------------------------------------------------>
<html>
<head>
<title>OL3-ext: GeoImage source</title>
<met... | HTML | scripts/ol3-ext-gh-pages/examples/map.geoimage.html | apgeo/silexgis | gpl-2.0 | 4,902 | 142 | codeparrot/github-code |
0f011603f8313384cd3f898abd213ef0b6bae2414e5ee388338672662e5ff272 | // InputFactory.hpp
// KlayGE ÊäÈëÒýÇæ³éÏ󹤳§ Í·Îļþ
// Ver 3.1.0
// °æÈ¨ËùÓÐ(C) ¹¨ÃôÃô, 2003-2005
// Homepage: http://www.klayge.org
//
// 3.1.0
// Ôö¼ÓÁËNullObject (2005.10.29)
//
// 2.0.0
// ³õ´Î½¨Á¢ (2003.8.30)
//
// Ð޸ļǼ
/////////////////////////////////////////////////////////////////////////////////
#ifnde... | C++ | KlayGE/Core/Include/KlayGE/InputFactory.hpp | qiankanglai/KlayGE | gpl-2.0 | 1,431 | 82 | codeparrot/github-code |
d97f8dc4912eaf66cec079fee71569c086b1b9536fe87d2bec17ae68625e437e | /***************************************************************************
* 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 you... | C++ | umbrello/codegenerators/textblock.cpp | behlingc/umbrello-behlingc | gpl-2.0 | 12,390 | 433 | codeparrot/github-code |
5fafd7c388b29ecf4aba10b6026b64931abff6ebb5c79bcc094cdbf76e396336 | <?php
/**
* @version 2.9.x
* @package K2
* @author JoomlaWorks https://www.joomlaworks.net
* @copyright Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.
* @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
*/
// no direct access
defined('_JEXEC') or die;
if (K2_JVERSION ... | PHP | modules/mod_k2_content/mod_k2_content.php | renebentes/joomla-3.x | gpl-2.0 | 2,235 | 65 | codeparrot/github-code |
d97d6036a26110d9bc18772cc390d922b04381073c11049329923c045f8312e4 | /*
* nodeinfo.c: Helper routines for OS specific node information
*
* Copyright (C) 2006-2008, 2010-2013 Red Hat, Inc.
* Copyright (C) 2006 Daniel P. Berrange
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by ... | C | src/nodeinfo.c | hw-claudio/libvirt | gpl-2.0 | 49,254 | 1,778 | codeparrot/github-code |
8691c3474fe0db4c033550681d54bdc8f0865b07a37423d2dad7e60ffe47b839 | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using MediaBrowser.Controller.Providers;
namespace MediaBrowser.Providers.Manager
{
public class SeriesOrderManager : ISeriesOrderManager
{
private Dictionary<string, ISeriesOrderProvider[]> _providers;
public ... | C# | MediaBrowser.Providers/Manager/SeriesOrderManager.cs | ChubbyArse/Emby | gpl-2.0 | 1,065 | 35 | codeparrot/github-code |
0a2511acf739c8244c5efeb5003b7d64d73fca102429cd11d62335ed5398f45f | /* label_stack.h
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* 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 Foundati... | C | ui/qt/label_stack.h | masonh/wireshark | gpl-2.0 | 2,120 | 85 | codeparrot/github-code |
5630ec5b3bed465e5f35b3c051ff9be2e74893fa054ec666ec2843bf2d6ab4ae | /*****************************************************************************\
* hostlist.c - Convert hostlist expressions between Slurm and Moab formats
*****************************************************************************
* Copyright (C) 2007 The Regents of the University of California.
* Copyright (C... | C | src/plugins/sched/wiki2/hostlist.c | lipari/slurm | gpl-2.0 | 9,500 | 329 | codeparrot/github-code |
c11d2a9ebc1871c156d2ab51fe79f8843dd6574ad5c3294ba2738f1a66c87333 | package PTFSection;
use strict;
# Fields:
# type = type of PTF Section
# name = name of PTF Section (can be blank)
# sections = array of section references
# assignments = hash of assignments
sub new {
my $invocant = shift;
my $class = ref($invocant) || $invocant;
my $self = {
@_,
sections => [],
assign... | Perl | linux-2.6.x/arch/nios2nommu/scripts/PTF/PTFSection.pm | kidmaple/CoolWall | gpl-2.0 | 1,257 | 82 | codeparrot/github-code |
0d9b91071a6835ea4436c22388aa500e3637f0dfecb2cc9588aec685824a2407 | "use strict";
describe("Services: bigQueryLogging", function() {
beforeEach(module("risevision.common.components.logging"));
var bigQueryLogging, httpResp, forceHttpError, externalLogEventSpy;
beforeEach(module(function($provide) {
$provide.service("$q", function() {return Q;});
$provide.factory("extern... | JavaScript | test/unit/components/userstate/services/svc-big-query-logging.tests.js | Rise-Vision/common-header | gpl-3.0 | 2,365 | 73 | codeparrot/github-code |
632879971c4644b97dcb35ae715d9d646449546e04e322c796808257388f9d55 | //>>built
define("dijit/_KeyNavMixin",["dojo/_base/array","dojo/_base/declare","dojo/dom-attr","dojo/keys","dojo/_base/lang","dojo/on","dijit/registry","dijit/_FocusMixin"],function(_1,_2,_3,_4,_5,on,_6,_7){
return _2("dijit._KeyNavMixin",_7,{tabIndex:"0",childSelector:null,postCreate:function(){
this.inherited(argu... | JavaScript | static/ThirdParty/dojo-release-1.9.3/dijit/_KeyNavMixin.js | cryo3d/cryo3d | gpl-3.0 | 5,071 | 167 | codeparrot/github-code |
dc8f86bc67ba1da1ecc27357be5c01f58bb9f15f41762c53de98b20dbf6acb36 | /*
* 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 in the hope that i... | C++ | Sources/Replay/ReplayFileConfigDlg.cpp | Mariale13/UDS_Protocol | gpl-3.0 | 30,942 | 879 | codeparrot/github-code |
88cf45bacad041db9d2b03c72ba093f10304344f4fb60f4cad949965c32e56ac | package com.nisovin.magicspells.spells.targeted;
import org.bukkit.Location;
import org.bukkit.entity.LivingEntity;
import org.bukkit.entity.Player;
import com.nisovin.magicspells.spelleffects.EffectPosition;
import com.nisovin.magicspells.spells.TargetedEntitySpell;
import com.nisovin.magicspells.spells.TargetedSpel... | Java | src/com/nisovin/magicspells/spells/targeted/RotateSpell.java | usevalue/MagicSpells | gpl-3.0 | 1,772 | 65 | codeparrot/github-code |
c2562bbde77b76dc39f2c178f946f268f0aec7098f55889334e539d00f5100e0 | /*
* Copyright 2010 Brian Pellin.
*
* This file is part of KeePassDroid.
*
* KeePassDroid 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)... | Java | src/java/KP2AKdbLibrary/src/com/keepassdroid/stream/LEDataOutputStream.java | red13dotnet/keepass2android | gpl-3.0 | 3,614 | 145 | codeparrot/github-code |
acff1f20a68c5c09de8dd4375ec17260df490a976ca74b7f54ae19fb8ff99eb7 | /*
* Font.cpp
*
* Copyright (C) 2012 Simon Lehmann
*
* This file is part of Actracktive.
*
* Actracktive 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 3 of the License, or
* (at your... | C++ | src/gluit/Font.cpp | simonlmn/actracktive | gpl-3.0 | 6,877 | 266 | codeparrot/github-code |
a884034bca8131b0f4edc6223bb17310b2986b00fea39d2eb0b6a65a892627e5 | import PropTypes from 'prop-types';
import React from 'react';
import Icon from 'Components/Icon';
import Link from 'Components/Link/Link';
import { icons } from 'Helpers/Props';
import styles from './ModalContent.css';
function ModalContent(props) {
const {
className,
children,
showCloseButton,
onMo... | JavaScript | frontend/src/Components/Modal/ModalContent.js | Radarr/Radarr | gpl-3.0 | 1,031 | 53 | codeparrot/github-code |
264354fd3603d8364eb821b8041245e224649abac37c4961171714b80cdb71d8 | #region Copyright & License Information
/*
* Copyright 2007-2020 The OpenRA Developers (see AUTHORS)
* This file is part of OpenRA, which is free software. It is made
* available to you under the terms of the GNU General Public License
* as published by the Free Software Foundation, either version 3 of
* the Licen... | C# | OpenRA.Game/Download.cs | atlimit8/OpenRA | gpl-3.0 | 2,659 | 97 | codeparrot/github-code |
2d96203a94c32c57379b9df39a64442325f8eba6ab6eb300cde521afab3c5104 | /*
* Module for snapshot IO using snapper
*
* Copyright (C) David Disseldorp 2012-2014
*
* Portions taken from vfs_shadow_copy2.c:
* Copyright (C) Andrew Tridgell 2007
* Copyright (C) Ed Plese 2009
* Copyright (C) Volker Lendecke 2011
* Copyright (C) Christian Ambach 2011
* Copyright (C) Michael... | C | source3/modules/vfs_snapper.c | ceph/samba | gpl-3.0 | 70,072 | 2,983 | codeparrot/github-code |
11a49c94f60a8f31adc758955c7a277308507f1de139f73cf3f221629a7adb1a | <?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle 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 3 of the License, or
// (at your option) any later version.
//
// Moodle ... | PHP | mod/assign/gradingtable.php | joseaomedes/moodle2 | gpl-3.0 | 56,634 | 1,381 | codeparrot/github-code |
b7f9a2e69aba338084a5eec1ab08f28941e2c56280245b1b28d7e168a55e1356 | "use strict";
tutao.provide('tutao.entity.sys.System');
/**
* @constructor
* @param {Object=} data The json data to store in this entity.
*/
tutao.entity.sys.System = function(data) {
if (data) {
this.updateData(data);
} else {
this.__format = "0";
this.__id = null;
this.__permissions = null;
... | JavaScript | web/js/generated/entity/sys/System.js | msoftware/tutanota-1 | gpl-3.0 | 18,395 | 605 | codeparrot/github-code |
dfd03ca70cc86cb17c45e009c04cbed88417a382f740530abe188daf135a7a5c | //functions for manipulating the HBC stub by giantpune
#include <string.h>
#include <ogcsys.h>
#include <malloc.h>
#include <stdio.h>
#include "lstub.h"
#include "gecko.h"
#include "wad/nandtitle.h"
extern const u8 stub_bin[];
extern const u32 stub_bin_size;
static char* determineStubTIDLocation()
{
u32 *stubID =... | C++ | source/lstub.cpp | SuperrSonic/ULGX-ICON-VIEW | gpl-3.0 | 1,960 | 103 | codeparrot/github-code |
a646c9d0bbae526dcb59941db53431bebd35acfa7e3419af2f971784b12ad7e2 | #!/usr/bin/env python
#
# This file is part of the pebil project.
#
# Copyright (c) 2010, University of California Regents
# All rights reserved.
#
# 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... | Python | scripts/AvgCacheCalc.py | DoNotUseThisCodeJUSTFORKS/PEBIL | gpl-3.0 | 18,915 | 604 | codeparrot/github-code |
fe3522afd7b8b98ff9a382af820e229b2425a2f557ed6f849638031f3220d689 | // Copyright 2019-2020 CERN and copyright holders of ALICE O2.
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
// All rights not expressly granted are reserved.
//
// This software is distributed under the terms of the GNU General Public
// License v3 (GPL Version 3), copied verbatim... | C | GPU/GPUTracking/DataTypes/GPUTRDTrack.h | noferini/AliceO2 | gpl-3.0 | 5,286 | 134 | codeparrot/github-code |
20ada6dc7e79c2f44a1aa36c2f785a8b975787bc33b8bf4ff0bab6a0c1c5c3a6 | /****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance w... | C++ | src/plugins/remotelinux/remotelinuxenvironmentaspect.cpp | qtproject/qt-creator | gpl-3.0 | 3,689 | 97 | codeparrot/github-code |
5477a61d964ac73d7ac5032cd018c7cedb43da7d552470f4a472fde6c4558c36 | // Copyright (c) Aura development team - Licensed under GNU GPL
// For more information, see license file in the main folder
using Aura.Data;
using Aura.Data.Database;
using Aura.Shared.Database;
using Aura.Shared.Mabi.Const;
using Aura.Shared.Util;
using MySql.Data.MySqlClient;
using System;
using System.Collections... | C# | src/LoginServer/Database/LoginDb.cs | Zanaj/AuraMaster-production | gpl-3.0 | 19,816 | 660 | codeparrot/github-code |
8fda80bfd972c57bf4d179c7ffc711a47129e49da67211e4c62162c2d69673f8 | <?php
namespace Embed\Providers;
use Embed\Adapters\Adapter;
use Embed\Utils;
/**
* Provider to get the data from the Open Graph elements in the HTML
*/
class OpenGraph extends Provider
{
/**
* {@inheritdoc}
*/
public function __construct(Adapter $adapter)
{
parent::__construct($adapt... | PHP | zp_oembed/Providers/OpenGraph.php | acrylian/zp_oembed | gpl-3.0 | 5,488 | 227 | codeparrot/github-code |
979df42046791d107c77775e0f03872038db90135be6f335dca3b91b0de3704b | /* Part of Cosmos by OpenGenus Foundation */
/* Contributed by Vaibhav Jain (vaibhav29498) */
/* Refactored by Adeen Shukla (adeen-s) */
#include <iostream>
#include <stddef.h>
using namespace std;
struct term {
int coeff;
int pow;
term* next;
term(int, int);
};
term::term(int c, int p) {
coe... | C++ | code/mathematical-algorithms/add_polynomial/add_polynomials.cpp | beingadityak/cosmos | gpl-3.0 | 2,410 | 117 | codeparrot/github-code |
f978e2705461d336ad5bebbca492e40c44186c60a52a7cd1c49fc72b535cb470 | /*
Input Mask plugin extensions
http://github.com/RobinHerbots/jquery.inputmask
Copyright (c) 2010 - 2014 Robin Herbots
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
Version: 0.0.0
Optional extensions on the jquery.inputmask base
*/
(function ($) {
//extra definitions
$.ex... | JavaScript | static/lib/jquery.inputmask.extensions.js | anex/web_mask_field | gpl-3.0 | 4,746 | 111 | codeparrot/github-code |
7b47047c730458eee177d58a56f558cf90aad234ea843e9837bd892b55aae51b | // *****************************************************************************
//
// (c) Crownwood Consulting Limited 2002-2003
// All rights reserved. The software and associated documentation
// supplied hereunder are the proprietary information of Crownwood Consulting
// Limited, Crownwood, Bracknell, Berksh... | C# | src/SMOz.WinForms/3rdParty/MagicLibrary/Common/ResourceHelper.cs | nithinphilips/SMOz | gpl-3.0 | 5,281 | 138 | codeparrot/github-code |
adf9b84852a04bfbd27fda62b8337dd85435562e8aa563907d0ade2e43ff7423 | // WL_GAME.C
#include "WL_DEF.H"
#pragma hdrstop
#ifdef MYPROFILE
#include <TIME.H>
#endif
/*
=============================================================================
LOCAL CONSTANTS
=============================================================================
*/
/*
=================================... | C | wf3d8086/wl_game.c | sparky4/owwolf3d | gpl-3.0 | 26,102 | 1,485 | codeparrot/github-code |
838569b7c8be18608ceb969936632336a4ef3db93177d34420f85dd10b85345a | /*
FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
***************************************************************************
* ... | C | platform/rct_mk2/libs/FreeRTOSV7.6.0/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h | autosportlabs/RaceCapture-Pro_firmware | gpl-3.0 | 6,881 | 162 | codeparrot/github-code |
00310026b5d54cdf4dc894ecc12ed9bc1d999f808cc2f4a3720a778f4a4c7cbe | /*
* window.h
* Copyright (C) 2002-2009 Jim Evins <evins@snaught.com>.
*
* This file is part of gLabels.
*
* gLabels 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 3 of the Licen... | C | src/window.h | samlown/glabels | gpl-3.0 | 2,999 | 108 | codeparrot/github-code |
bc0fe23db766ac35342a5677e2e48f14103cf6325bcb6ecd4e16f29fdd07a9b8 | <?php
/**
*
* ThinkUp/webapp/plugins/expandurls/model/class.URLExpander.php
*
* Copyright (c) 2012-2013 Gina Trapani
*
* LICENSE:
*
* This file is part of ThinkUp (http://thinkup.com).
*
* ThinkUp is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
* License a... | PHP | webapp/plugins/expandurls/model/class.URLExpander.php | anildash/ThinkUp | gpl-3.0 | 5,894 | 147 | codeparrot/github-code |
daa1226c71ee40c6416ce87cc8b1766d7a70c34fb6488af37a92d3e133d9f5b7 | -----------------------------------
-- Area: Southern SandOria [S]
-- NPC: Machionage
-- @zone 80
-- !pos -255 -3 109
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil;
require("scripts/zones/Southern_San_dOria_[S]/TextIDs");
require("scripts/globals/quests");
---... | Lua | scripts/zones/Southern_San_dOria_[S]/npcs/Machionage.lua | RebootRevival/FFXI_Test | gpl-3.0 | 1,611 | 53 | codeparrot/github-code |
407eee3e167c8b27c7f5b98e2daaf3bbb162d3907b01334e1bb5940577089dec | package org.esa.snap.pixex.aggregators;
import org.esa.snap.pixex.calvalus.ma.Record;
import java.util.Arrays;
/**
* {@inheritDoc}
* <p>
* Retrieves the median value for a record.
* If the record contains an even number of values, the mean of the left and the right median is taken.
*/
public class MedianAggrega... | Java | snap-pixel-extraction/src/main/java/org/esa/snap/pixex/aggregators/MedianAggregatorStrategy.java | arraydev/snap-engine | gpl-3.0 | 1,592 | 50 | codeparrot/github-code |
8616c994c051df9f2c3431e36156c99d0224576207ef86e672ab0d5af5e50d01 | /*
* mmu.h
*
* Created on: 14 nov. 2008
* Author: LESCOUARNECN
*/
#ifndef MMU_H_
#define MMU_H_
#include <sys/time.h>
extern void * start_addr;
#define TV2TS(a,b) do{ b.tv_sec=a.tv_sec; b.tv_nsec=1000*a.tv_usec;} while(0)
typedef unsigned int addr_phys;
typedef void* addr_virt;
typedef unsigned int page... | C | Systeme/pagination/tp_pagination_code/mmu.h | INSA-Rennes/TP4INFO | gpl-3.0 | 1,367 | 57 | codeparrot/github-code |
08a5f2e07048c9236c7146c627db58307eb7a05c9015baa6d9ce780e3b2a1d5c | <?php
/*
* OpenSKOS
*
* LICENSE
*
* This source file is subject to the GPLv3 license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://www.gnu.org/licenses/gpl-3.0.txt
*
* @category OpenSKOS
* @package OpenSKOS
* @co... | PHP | library/OpenSkos2/Api/Transform/DataArray.php | CatchPlus/OpenSKOS | gpl-3.0 | 7,602 | 254 | codeparrot/github-code |
3e4aaf1f484f49f062d1c84595a1e21745b7af8e761d91de74c32f55aedc4ee8 | #region Copyright & License Information
/*
* Copyright 2007-2014 The OpenRA Developers (see AUTHORS)
* This file is part of OpenRA, which is free software. It is made
* available to you under the terms of the GNU General Public License
* as published by the Free Software Foundation. For more information,
* see COP... | C# | OpenRA.Game/FileFormats/XccLocalDatabase.cs | penev92/OpenRA | gpl-3.0 | 1,731 | 67 | codeparrot/github-code |
e8df6d3dcd4d8f9df115b44e4005f6112388e74eb9c1556942f80e9a7cb496f2 | /*---------------------------------------------------------------------------/
/ FatFs - FAT file system module configuration file R0.11 (C)ChaN, 2014
/----------------------------------------------------------------------------/
/
/ CAUTION! Do not forget to make clean the project after any changes to
/ the co... | C | libs/STM32Cube_FW_F4_V1.16.0/Projects/STM32F429I-Discovery/Applications/FatFs/FatFs_RAMDisk/Inc/ffconf.h | TRothfelder/Multicopter | gpl-3.0 | 9,208 | 224 | codeparrot/github-code |
83fa2921de6db6068edd717092a57259c3df5bb7e8370d1315efca141dff0bd1 | /*
* Grakn - A Distributed Semantic Database
* Copyright (C) 2016 Grakn Labs Limited
*
* Grakn 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 3 of the License, or
* (at your option) any... | Java | grakn-graql/src/main/java/ai/grakn/graql/internal/gremlin/spanningtree/Arborescence.java | sheldonkhall/grakn | gpl-3.0 | 3,426 | 107 | codeparrot/github-code |
b470ee2d75c10a22443b88aefe424b8a8dda1d5e9e9403313bf0df779f08a940 | """Solar analemma."""
from ._skyBase import RadianceSky
from ..material.light import Light
from ..geometry.source import Source
from ladybug.epw import EPW
from ladybug.sunpath import Sunpath
import os
try:
from itertools import izip as zip
writemode = 'wb'
except ImportError:
# python 3
writemode = ... | Python | honeybee_plus/radiance/sky/analemma.py | ladybug-analysis-tools/honeybee | gpl-3.0 | 9,941 | 276 | codeparrot/github-code |
0f7145d7ecbb5b12c5b9e66b08e00b4177f641c374922d15785583f704dc0e80 | /*!
* FileInput Danish Translations
*
* This file must be loaded after 'fileinput.js'. Patterns in braces '{}', or
* any HTML markup tags in the messages must not be converted or translated.
*
* @see http://github.com/kartik-v/bootstrap-fileinput
*
* NOTE: this file must be saved in UTF-8 encoding.
*/... | JavaScript | public/js/locales/da.js | ur13l/LaPurisimaWeb | gpl-3.0 | 3,689 | 72 | codeparrot/github-code |
7ac9bf14c4a63577af7db3f1ed1abacd5af6af8703ef8dd07cfa559e690defd2 | /*
** Xbox360 USB Gamepad Userspace Driver
** Copyright (C) 2011 Ingo Ruhnke <grumbel@gmail.com>
**
** This program is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
**... | C++ | src/xboxdrv_g_controller.cpp | TheyCallMeZ/xboxdrv | gpl-3.0 | 4,266 | 140 | codeparrot/github-code |
c621783b7298af2cd5ab821994e4c5fac535a14faf984a89fc5427a392edbcf0 | /*
* Copyright 2010-2015 OpenXcom Developers.
*
* This file is part of OpenXcom.
*
* OpenXcom 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 3 of the License, or
* (at your opti... | C++ | src/Basescape/BuildFacilitiesState.cpp | RJPercival/OpenXcom | gpl-3.0 | 4,111 | 139 | codeparrot/github-code |
074b45eb1eb10ab022aed540fa7ae0ae8dd63ff04eaa4fc5c3166c8f80daea29 | using OrcaMDF.Core.Engine.Pages;
using OrcaMDF.Core.Engine.Records.VariableLengthDataProxies;
using OrcaMDF.Framework;
using System;
using System.Linq;
namespace OrcaMDF.Core.Engine.Records.Compression
{
internal class CompressedRecord
{
internal CompressedRecordFormat RecordFormat { get; private set; }
i... | C# | src/OrcaMDF.Core/Engine/Records/Compression/CompressedRecord.cs | a9261/OrcaMDF | gpl-3.0 | 9,663 | 279 | codeparrot/github-code |
7223fe81a8b3f3f0c7f283ab3cbf9beda8ba9331449e689c0f26d9fc2fec19c0 | #!/usr/bin/env python
#
# Copyright 2011 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio 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 3, or (at your option)
... | Python | gr-uhd/apps/uhd_rx_cfile.py | tta/gnuradio-tta | gpl-3.0 | 5,930 | 150 | codeparrot/github-code |
f31af3ecdf21f062d6ad053e2b9b5362e76a71bea13fe317fba1db34afaddf17 | /*******************************************************************************
* Copyright 2008(c) The OBiBa Consortium. All rights reserved.
*
* This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0.
*
* You should have received a copy of the GNU Gene... | Java | onyx-modules/onyx-jade/onyx-jade-core/src/main/java/org/obiba/onyx/jade/core/wicket/wizard/OutputParametersStep.java | obiba/onyx | gpl-3.0 | 4,204 | 112 | codeparrot/github-code |
f2a83feae83a0e19dc85cc48c205e92f117b80772033dcf37996ec9e5724753f | /*
* Copyright 2004 PathScale, Inc. All Rights Reserved.
*/
/*
Copyright (C) 2000, 2001 Silicon Graphics, Inc. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it
under the terms of version 2.1 of the GNU Lesser General Public License
as published by the Free Sof... | C | osprey/libfi/matrix/matmul_l1l2.c | uhhpctools/openuh-openacc | gpl-3.0 | 2,636 | 88 | codeparrot/github-code |
0521d812972ddc245287300fa22867ee6cedd4c81e4482805ecdfa94bc7607f9 | /* -*-c++-*-
Copyright (C) 2003-2015 Runtime Revolution Ltd.
This file is part of LiveCode.
LiveCode is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License v3 as published by the Free
Software Fo... | C++ | engine/src/em-osspec-network.cpp | livecodestephen/livecode | gpl-3.0 | 1,316 | 48 | codeparrot/github-code |
7de275bb911ff54652192c07fb50a6e05ff5fbf602a454662202d8ce108f3f78 | <?php
/*
* This file is part of Phraseanet
*
* (c) 2005-2014 Alchemy
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Alchemy\Phrasea\Core\Provider;
use Alchemy\Phrasea\Application;
use Alchemy\Phrasea\Controller\LazyLo... | PHP | lib/Alchemy/Phrasea/Core/Provider/ManipulatorServiceProvider.php | lostdalek/Phraseanet | gpl-3.0 | 5,393 | 133 | codeparrot/github-code |
f04a95e4cf42f085cc137ad814fabe33130aa7fc9a9ce9a47f4754ca05cad5fe | /* xoreos - A reimplementation of BioWare's Aurora engine
*
* xoreos is the legal property of its developers, whose names
* can be found in the AUTHORS file distributed with this source
* distribution.
*
* xoreos is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Publ... | C++ | src/graphics/aurora/line.cpp | Supermanu/xoreos | gpl-3.0 | 2,024 | 90 | codeparrot/github-code |
ae1c5cd8d1d17acab101c5ebe480d7dc68c934f9be5a0e75ba884413e8d41517 | <h2>etap_get_info</h2>
<hr>
<p>
<strong>Function</strong> - Map ETAP buffers and tables into server's address space.
<h3>SYNOPSIS</h3>
<pre>
<strong>#include<mach/etap.h></strong>
<strong>kern_return_t etap_get_info</strong>
<strong>(host_priv_t</strong> <var>priv_port</v... | HTML | _resources/kernels/xnu-x86/osfmk/man/etap_get_info.html | p01arst0rm/decorum-linux | gpl-3.0 | 3,373 | 94 | codeparrot/github-code |
20f1cc3ba4694f9abc6ec2fc0f6e06b7e651318ff00e0f66b0510834ad0c66a8 | ###############################################################################
# ilastik: interactive learning and segmentation toolkit
#
# Copyright (C) 2011-2014, the ilastik developers
# <team@ilastik.org>
#
# This program is free software; you can redistribute it and/or
# mod... | Python | ilastik/applets/objectClassification/objectClassificationDataExportGui.py | nielsbuwen/ilastik | gpl-3.0 | 7,930 | 196 | codeparrot/github-code |
1d2f96c6ff07c1f4ed4852804b6d4e2cb1894896673d787a74f854e0f50949e9 | <?php
/**
* @package ImpressPages
*/
namespace Ip;
/*
* Core configuration
*
*/
class Config
{
protected $config;
protected $protocol;
/**
* @param $config
* @param array|null $server $_SERVER
*/
public function __construct($config, $server = null)
{
$this->config = $... | PHP | Ip/Config.php | sspaeti/ImpressPages | gpl-3.0 | 4,552 | 173 | codeparrot/github-code |
a5333733d1fcf373142ad43bea29080128dc373b135cd4a60f907daa1538705f | -----------------------------------------
-- ID: 4603
-- Item: cup_of_chamomile_tea
-- Food Effect: 180Min, All Races
-----------------------------------------
-- Magic 8
-- Vitality -2
-- Charisma 2
-- Magic Regen While Healing 1
-----------------------------------------
require("scripts/globals/status");
----------... | Lua | scripts/globals/items/cup_of_chamomile_tea.lua | Gwynthell/FFDB | gpl-3.0 | 1,269 | 55 | codeparrot/github-code |
d0c086cc6e6325c71f94f793b4ff162bfccb420c11d7c2ac15f49dccab73fb04 | /* Lzma86Enc.c -- LZMA + x86 (BCJ) Filter Encoder
2008-08-05
Igor Pavlov
Public domain */
#include <string.h>
#include "Lzma86Enc.h"
#include "Alloc.h"
#include "Bra.h"
#include "LzmaEnc.h"
#define SZE_OUT_OVERFLOW SZE_DATA_ERROR
static void *SzAlloc(void *p, size_t size) { p = p; return MyAlloc(size); }
static vo... | C | jni/gtb/compression/lzma/Lzma86Enc.c | spdd/chessonline | gpl-3.0 | 2,925 | 114 | codeparrot/github-code |
d2993873ae440cf8d0ce1d078c6d256b1dd2095fc9e244057ef82ff8525ea97c | #region Copyright & License Information
/*
* Copyright 2007-2020 The OpenRA Developers (see AUTHORS)
* This file is part of OpenRA, which is free software. It is made
* available to you under the terms of the GNU General Public License
* as published by the Free Software Foundation, either version 3 of
* the Licen... | C# | OpenRA.Mods.Cnc/Traits/Buildings/ClonesProducedUnits.cs | atlimit8/OpenRA | gpl-3.0 | 2,514 | 77 | codeparrot/github-code |
be63b5b95b999184d21783ab6113e0c2d7c41a22e44a16f4205a67472830835c | /****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance w... | C++ | src/plugins/qmldesigner/designercore/filemanager/removeuiobjectmembervisitor.cpp | pivonroll/Qt_Creator | gpl-3.0 | 5,209 | 134 | codeparrot/github-code |
b28f78a43b95efa773180fae9037fd28ca3507191e6a1167d5fa93cdbe4bc4f5 | package org.auscope.portal.mineraloccurrence;
import org.auscope.portal.core.test.PortalTestClass;
import org.auscope.portal.server.domain.ogc.AbstractFilterTestUtilities;
import org.junit.Test;
import org.w3c.dom.Document;
/**
* User: Mathew Wyatt
* Date: 25/03/2009
* Time: 9:07:20 AM
*/
public class TestMiningA... | Java | src/test/java/org/auscope/portal/mineraloccurrence/TestMiningActivityFilter.java | AuScope/EOI-TCP | gpl-3.0 | 8,090 | 126 | codeparrot/github-code |
4cc40662de2e3c857e063684e29dd7cb3897b5b285d9944842fa34b5a500c35b | import fs from 'fs';
import path from 'path';
import Wxr from 'wxr';
import Base from './base';
const NOT_SAFE_IN_XML = /[^\x09\x0A\x0D\x20-\xFF\x85\xA0-\uD7FF\uE000-\uFDCF\uFDE0-\uFFFD]/gm;
export default class extends Base {
constructor(...args) {
super(...args);
this.outputFile = path.join(think.RUNTIME_P... | JavaScript | src/admin/service/export/wordpress.js | Genffy/Blog.Genffy | gpl-3.0 | 1,230 | 50 | codeparrot/github-code |
55c8ee6c8481f9b19f0d8c1896a2a5c2372182bd79c2555bbb6a6f5478101ed7 | /*
===========================================================================
Copyright (c) 2010-2015 Darkstar Dev Teams
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 3 of... | C | src/map/item_container.h | Deadwing888/darkstar | gpl-3.0 | 3,270 | 103 | codeparrot/github-code |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.