code stringlengths 3 1.01M | repo_name stringlengths 5 116 | path stringlengths 3 311 | language stringclasses 30
values | license stringclasses 15
values | size int64 3 1.01M |
|---|---|---|---|---|---|
// 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... | noferini/AliceO2 | Detectors/Calibration/include/DetectorsCalibration/TimeSlotCalibration.h | C | gpl-3.0 | 14,616 |
/* Copyright (C) 2003-2013 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 Foundation.
LiveCode is distributed in the hope that it will be useful, but WITH... | runrevmichael/livecode | engine/src/bitmapeffectblur.cpp | C++ | gpl-3.0 | 24,122 |
/*
* Copyright (C) 2004 Michael Niedermayer <michaelni@gmx.at>
*
* This file is part of MPlayer.
*
* MPlayer 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
... | SuperrSonic/WiiMC-SSLC | source/mplayer/libmpcodecs/vf_qp.c | C | gpl-3.0 | 5,685 |
#ifndef LOCAL_TIME_DATE_DURATION_OPERATORS_HPP___
#define LOCAL_TIME_DATE_DURATION_OPERATORS_HPP___
/* Copyright (c) 2004 CrystalClear Software, Inc.
* Subject to the Boost Software License, Version 1.0.
* (See accompanying file LICENSE... | leejir/darkforce | third_party/boost/boost/date_time/local_time/date_duration_operators.hpp | C++ | gpl-3.0 | 4,335 |
/*
* Copyright (c) 2004, 2006 Hyperic, Inc.
*
* 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/licenses/LICENSE-2.0
*
* Unless required by applica... | Kiddinglife/gecoengine | thirdparty/sigar/win32/sigar_pdh.h | C | gpl-3.0 | 1,646 |
<?php
// Text
$_['text_title'] = '一律料金';
$_['text_description'] = '配送料(一律料金)'; | huylv-hust/opencart | catalog/language/japanese/shipping/flat.php | PHP | gpl-3.0 | 106 |
// Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
... | beiko-lab/gengis | win32/library3rd/boost_1_47/boost/geometry/util/promote_floating_point.hpp | C++ | gpl-3.0 | 1,394 |
using UnityEngine;
using System.Collections;
public class PlayerPrefsManager : MonoBehaviour {
const string AUTOPLAY_KEY = "autoplay";
const string AWARD_KEY = "award";
const string EASYMODE_KEY = "easymode";
const string FIREBALLS_KEY = "fireballs";
const string MASTER_VOL_KEY = "master_volume"; // TODO work ... | JackDraak/2016Udemy | _BlockBreaker/Assets/Scripts/PlayerPrefsManager.cs | C# | gpl-3.0 | 2,382 |
/*
* imagen2.h
*
* Created on: Apr 18, 2012
* Author: hkr
*/
#ifndef IMAGEN2_H_
#define IMAGEN2_H_
class Imagen{
private:
int filas;
int columnas;
unsigned char** buffer;
public:
void crear(int,int);
int get_filas() const{ //Devuelve el número de filas de m
return filas;
}
inline int get_colu... | algui91/MP-PFinal_mp-final | include/imagen2.h | C | gpl-3.0 | 720 |
#pragma once
#include "definitions.h"
namespace nicp {
/**
* This method scales a depth image to the size specified.
* @param dest is where the resized depth image will be saved.
* @param src is the source depth image to resize.
* @param step is the resize factor. If step is greater than 1 the im... | ankurhanda/nicp | nicp/nicp/imageutils.h | C | gpl-3.0 | 2,160 |
# Copyright (c) 2015-2016 Anish Athalye. Released under GPLv3.
import tensorflow as tf
import numpy as np
import scipy.io
import pdb
MEAN_PIXEL = np.array([ 123.68 , 116.779, 103.939])
def net(data_path, input_image):
layers = (
'conv1_1', 'relu1_1', 'conv1_2', 'relu1_2', 'pool1',
'conv2_1', '... | mgoubran/MeuralPaint | vgg.py | Python | gpl-3.0 | 1,993 |
<?php
/**
* Element type manager class
*
* @package TorroForms
* @since 1.0.0
*/
namespace awsmug\Torro_Forms\DB_Objects\Elements\Element_Types;
use Leaves_And_Love\Plugin_Lib\Service;
use Leaves_And_Love\Plugin_Lib\Traits\Container_Service_Trait;
use Leaves_And_Love\Plugin_Lib\Traits\Hook_Service_Trait;
use aws... | awsmug/awesome-forms | src/src/db-objects/elements/element-types/element-type-manager.php | PHP | gpl-3.0 | 8,678 |
/*
* Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
* 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 code must retain the above copyright
* notice, this l... | vineodd/PIMSim | GEM5Simulation/gem5/src/mem/ruby/common/Set.hh | C++ | gpl-3.0 | 6,118 |
///////////////////////////////////////////////////////////////////////////
//
// Copyright (C) Microsoft Corporation. All Rights Reserved.
//
// File: d3dx9core.h
// Content: D3DX core types and functions
//
///////////////////////////////////////////////////////////////////////////
#include "d3dx9.h"
#... | sergiobenrocha2/RetroArch | gfx/include/d3d9/d3dx9core.h | C | gpl-3.0 | 13,477 |
// vendor
var React = require('react'),
$ = require('jquery'),
moment = require('moment'),
PouchDB = require('pouchdb'),
ps = require('../../common/js/pubsub'),
cookies = require('../../common/js/cookies');
// pouch plugin
// PouchDB.plugin(require('pouchdb-upsert'));
// components
var Title = req... | dokomo-sauce-matrix/dokomoforms | dokomoforms/static/src/survey/js/Application.js | JavaScript | gpl-3.0 | 47,095 |
<?php
/**
* PEAR_Common, the base class for the PEAR Installer
*
* PHP versions 4 and 5
*
* LICENSE: This source file is subject to version 3.0 of the PHP license
* that is available through the world-wide-web at the following URI:
* http://www.php.net/license/3_0.txt. If you did not receive a copy of
* the PH... | syboor/openimsce | openims/libs/pear/PEAR/Common.php | PHP | gpl-3.0 | 35,700 |
# Copyright (C) 2009-2010 Sergey Koposov
# This file is part of astrolibpy
#
# astrolibpy 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 ... | segasai/astrolibpy | my_utils/from_hex.py | Python | gpl-3.0 | 1,118 |
local rotationName = "Dub"
---------------
--- Toggles ---
---------------
local function createToggles()
-- Rotation Button
RotationModes = {
[1] = { mode = "Auto", value = 1 , overlay = "Automatic Rotation", tip = "Swaps between Single and Multiple based on number of targets in range.", highlight = 1, ic... | qj739/BadRotations | Rotations/Demon Hunter/Vengeance/VengeanceDub.lua | Lua | gpl-3.0 | 21,919 |
<h3>Message log</h3>
<div>
<!--<rl-editable-message-log service="messageLog.messageService"></rl-editable-message-log>-->
</div>
| TheOriginalJosh/TypeScript-Angular-Components | bootstrapper/messageLog/messageLogNg1Test.html | HTML | gpl-3.0 | 130 |
package fragment;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.DefaultItemAnimator;
import android.support.v7.widget.LinearLa... | Fshem/developers-chat | app/src/main/java/fragment/topic.java | Java | gpl-3.0 | 9,561 |
<?php
/*
* This file is part of Totara LMS
*
* Copyright (C) 2010 onwards Totara Learning Solutions 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 3 of the License, ... | totara/seedlings | totara/question/version.php | PHP | gpl-3.0 | 1,251 |
using System.Linq;
using NLog;
using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Common.Instrumentation.Sentry;
namespace NzbDrone.Common.Instrumentation
{
public class InitializeLogger
{
private readonly IOsInfo _osInfo;
public InitializeLogger(IOsInfo osInfo)
{
_osIn... | Radarr/Radarr | src/NzbDrone.Common/Instrumentation/InitializeLogger.cs | C# | gpl-3.0 | 632 |
#include "proxysql.h"
#include "cpp.h"
extern MySQL_Authentication *GloMyAuth;
extern MySQL_Threads_Handler *GloMTH;
#ifdef max_allowed_packet
#undef max_allowed_packet
#endif
#ifdef DEBUG
static void __dump_pkt(const char *func, unsigned char *_ptr, unsigned int len) {
if (GloVars.global.gdbg==0) return;
if (Glo... | renecannao/proxysql | lib/MySQL_Protocol.cpp | C++ | gpl-3.0 | 41,517 |
from django.contrib import admin
from article.models import Article
# Register your models here.
admin.site.register(Article)
| daimon99/pyer | my_blog/article/admin.py | Python | gpl-3.0 | 127 |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commerci... | michaelgeschwill/DependencyChaos | deploy/Frameworks/QtGui.framework/Versions/5/Headers/5.8.0/QtGui/private/qfontengine_ft_p.h | C | gpl-3.0 | 13,532 |
# Formidable
[](http://travis-ci.org/felixge/node-formidable)
## Purpose
A node.js module for parsing form data, especially file uploads.
## Current status
This module was developed for [Transloadit](http://transloadit... | tohshige/test | used12_1801_bak/node_modules/formidable/Readme.md | Markdown | gpl-3.0 | 13,997 |
/*
Copyright (c) 2012-2013 Clint Banzhaf
This file is part of "Meridian59 .NET".
"Meridian59 .NET" 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 ... | Daenks/meridian59-dotnet | Meridian59/Data/Models/GuildShieldInfo.cs | C# | gpl-3.0 | 12,244 |
/* -*- c++ -*- */
/*
* Copyright 2005,2006,2010-2012,2014 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* SPDX-License-Identifier: GPL-3.0-or-later
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "clock_recovery_mm_cc_impl.h"
#include <gnuradio/io_signature.h>
#include <gnur... | skoslowski/gnuradio | gr-digital/lib/clock_recovery_mm_cc_impl.cc | C++ | gpl-3.0 | 5,929 |
<?php
/**
* @author Oliver de Cramer (oliverde8 at gmail.com)
* @copyright GNU GENERAL PUBLIC LICENSE
* Version 3, 29 June 2007
*
* PHP version 5.3 and above
*
* LICENSE: This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Pub... | oliverde8/OWeb | v0.3/OWeb_src/OWeb/utils/Singleton.php | PHP | gpl-3.0 | 1,995 |
/*
* This declarations of the PIC16F1768 MCU.
*
* This file is part of the GNU PIC library for SDCC, originally
* created by Molnar Karoly <molnarkaroly@users.sf.net> 2016.
*
* This file is generated automatically by the cinc2h.pl, 2016-04-13 17:23:14 UTC.
*
* SDCC is licensed under the GNU Public license (GPL)... | dfreniche/cpctelera | cpctelera/tools/sdcc-3.6.8-r9946/src/device/non-free/include/pic14/pic16f1768.h | C | gpl-3.0 | 529,914 |
/**************************************************************************
* Otter Browser: Web browser controlled by the user, not vice-versa.
* Copyright (C) 2013 - 2017 Michal Dutkiewicz aka Emdek <michal@emdek.pl>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the ... | pierreporte/otter-browser | src/core/NetworkCache.cpp | C++ | gpl-3.0 | 5,368 |
<?php
/*
* This file is part of Totara LMS
*
* Copyright (C) 2010 onwards Totara Learning Solutions 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 3 of the License, ... | totara/seedlings | totara/hierarchy/prefix/competency/template/edit.php | PHP | gpl-3.0 | 5,198 |
#pragma once
#include "vfs_error.h"
#include <utility>
namespace vfs
{
template<typename ValueType>
class Result
{
public:
Result(ValueType value) :
mError(Error::Success),
mValue(std::move(value))
{
}
Result(Error error) :
mError(error)
{
}
Error error() const
{
retu... | decaf-emu/decaf-emu | src/libdecaf/src/vfs/vfs_result.h | C | gpl-3.0 | 755 |
.flashMessageContainer {
position: fixed;
z-index: var(--zIndex-FlashMessageContainer);
top: 0;
left: 50%;
width: 512px;
padding-top: 8px;
transform: translate(-50%, 0);
&:empty {
display: none;
}
}
| neos/neos-ui | packages/neos-ui/src/Containers/FlashMessages/style.css | CSS | gpl-3.0 | 244 |
<?php if (!defined('FROM_BASE')) { header($_SERVER['SERVER_PROTOCOL'] . ' 403'); die('Invalid requested path.'); }
/* Autoload settings */
$autoload['libraries'] = array();
$autoload['extensions'] = array('pagination', 'timezone');
$autoload['models'] = array();
$autoload['modules'] = array();
| ucodev/uweb | user/config/autoload.php | PHP | gpl-3.0 | 296 |
#pragma once
// NOTE : The following MIT license applies to this file ONLY and not to the SDK as a whole. Please review the SDK documentation
// for the description of the full license terms, which are also provided in the file "NDI License Agreement.pdf" within the SDK or
// online at http://new.tk/ndisdk_licen... | CasparCG/Server | src/modules/newtek/interop/Processing.NDI.Lib.h | C | gpl-3.0 | 6,443 |
<?php
/*
* ©2013 Croce Rossa Italiana
*/
/**
* Rappresenta un ramo dell'albero GeoPolitico
*/
class RamoGeoPolitico extends ArrayIterator {
public $array;
/**
* Costruisce un iteratore sul ramogeopolitico.
* @param $geoinsieme GeoPolitica o array di GeoPolitica.
* @param $esplorazione Opzionale. Modali... | CroceRossaCatania/gaia | core/class/RamoGeoPolitico.php | PHP | gpl-3.0 | 1,197 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_07) on Tue Sep 11 10:29:27 EDT 2007 -->
<TITLE>
E-Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<... | AnkitaB/TruthTableSolver | doc/index-files/index-3.html | HTML | gpl-3.0 | 7,502 |
<?php
/** Dump to XML format in structure <database name=""><table name=""><column name="">value
* @link https://www.adminer.org/plugins/#use
* @author Jakub Vrana, http://www.vrana.cz/
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @license http://www.gnu.org/licenses/gpl-2.0.html... | palibaacsi/ask | wp-content/plugins/adminer/inc/plugins/dump-xml.php | PHP | gpl-3.0 | 1,512 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>jtheory.com : : : jdring 2.0</title>
<meta content="jtheory" name="author">
</head>
<body bgcolor="#ffffff">
<table align="center" background="swirl_bg.jpg" border="0"
cellpadding="0" cellspacing="0" height="597" width="696">
<t... | NetHome/NetHomeServer | external/jdring/README.html | HTML | gpl-3.0 | 7,479 |
// extends src/nodes/image.js which extends src/node-box-native-view.js
$(function(){
Iframework.NativeNodes["image-rectangle"] = Iframework.NativeNodes["image"].extend({
info: {
title: "rectangle",
description: "draw a rectangle"
},
initializeModule: function(){
},
inputrect... | woylaski/notebook | web/iframework-master/src/nodes/image-rectangle.js | JavaScript | gpl-3.0 | 4,701 |
#ifndef _LMWKSTA_H
#define _LMWKSTA_H
#ifdef __cplusplus
extern "C" {
#endif
#include <lmuseflg.h>
#define WKSTA_PLATFORM_ID_PARMNUM 100
#define WKSTA_COMPUTERNAME_PARMNUM 1
#define WKSTA_LANGROUP_PARMNUM 2
#define WKSTA_VER_MAJOR_PARMNUM 4
#define WKSTA_VER_MINOR_PARMNUM 5
#define WKSTA_LOGGED_ON_USERS_PAR... | Mariale13/UDS_Protocol | EXTERNAL_SOURCE/MinGW/Include/lmwksta.h | C | gpl-3.0 | 10,904 |
# (c) 2012-2014, Michael DeHaan <michael.dehaan@gmail.com>
#
# This file is part of Ansible
#
# Ansible 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) an... | veger/ansible | lib/ansible/template/__init__.py | Python | gpl-3.0 | 30,186 |
RSpec::Matchers.define :require_string_for do |property|
match do |type_class|
config = {name: 'name'}
config[property] = 2
expect do
type_class.new(config)
end.to raise_error(Puppet::Error, /#{property} should be a String/)
end
failure_message do |type_class|
"#{type_class} should requ... | nauskis/Puppet-for-dummies | windowsia/puppet/modules/iis/spec/support/matchers/type_provider_interface.rb | Ruby | gpl-3.0 | 2,157 |
/*
attsim.cc
Implementation of the Attenuator class
RELACS - Relaxed ELectrophysiological data Acquisition, Control, and Stimulation
Copyright (C) 2002-2015 Jan Benda <jan.benda@uni-tuebingen.de>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Pub... | gicmo/relacs | relacs/src/attsim.cc | C++ | gpl-3.0 | 3,225 |
/*
* Copyright (c) 2002 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
* The contents of this file constitute Original Code as defined in and
* are subject to the Apple Public Source License Version 1.1 (the
* "License"). You may not use this file except in compliance with the
* ... | darlinghq/darling | src/libm/Source/PowerPC/fenv_private.h | C | gpl-3.0 | 3,594 |
/*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | liyouchang/webrtc-qt | webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.cc | C++ | gpl-3.0 | 14,655 |
/*
Unix SMB/CIFS implementation.
Core SMB2 server
Copyright (C) Stefan Metzmacher 2009
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
(at yo... | framon/samba | source3/smbd/smb2_find.c | C | gpl-3.0 | 12,954 |
# -*- coding: utf-8 -*-
from south.v2 import SchemaMigration
class Migration(SchemaMigration):
def forwards(self, orm):
pass
def backwards(self, orm):
pass
models = {
}
complete_apps = ['admin']
| Karaage-Cluster/karaage-debian | karaage/legacy/admin/south_migrations/0004_auto__del_logentry.py | Python | gpl-3.0 | 237 |
package dna.parallel.nodeAssignment;
import dna.parallel.partition.AllPartitions;
import dna.updates.batch.Batch;
import dna.updates.update.NodeAddition;
public class RoundRobinNodeAssignment extends NodeAssignment {
protected int counter = 0;
public RoundRobinNodeAssignment(int partitionCount) {
super(partitio... | Rwilmes/DNA | src/dna/parallel/nodeAssignment/RoundRobinNodeAssignment.java | Java | gpl-3.0 | 533 |
<?php
/**
* @package Mautic
* @copyright 2014 Mautic Contributors. All rights reserved.
* @author Mautic
* @link http://mautic.org
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
namespace Mautic\LeadBundle\EventListener;
use Doctrine\DBAL\Types\StringType;
use Doctrine\O... | bags307/marketing_automation | app/bundles/LeadBundle/EventListener/DoctrineSubscriber.php | PHP | gpl-3.0 | 3,347 |
/*
* Copyright (C) 2010, Google Inc. 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 conditio... | victorzhao/miniblink49 | third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp | C++ | gpl-3.0 | 66,587 |
<?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 ... | orvsd-skol/moodle25 | blocks/ajax_marking/tests/nodes_builder_test.php | PHP | gpl-3.0 | 48,845 |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example37-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular.min.js"></script>
<script src="script.js"></script>
</head>
<body ng-app="debounceExample">
<div ng-controller="E... | oczane/geochat | public/js/lib/docs/examples/example-example37/index-production.html | HTML | gpl-3.0 | 520 |
/*
************************************************************************************************************************
* uC/OS-III
* The Real-Time Kernel
*
* (c) Copyright 2009-2011... | zhaocongcan/LPQ26X_SoftCode | uCOS-III/Cfg/os_app_hooks.c | C | gpl-3.0 | 8,496 |
/*
Copyright (c) 2004-2016 by Jakob Schröter <js@camaya.net>
This file is part of the gloox library. http://camaya.net/gloox
This software is distributed under a license. The full license
agreement can be found in the file LICENSE in this distribution.
This software may not be copied, modified, sold or distr... | vanklompf/gloox | src/pubsubevent.h | C | gpl-3.0 | 4,984 |
package net.minecraft.util.datafix.walkers;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.util.datafix.DataFixesManager;
import net.minecraft.util.datafix.IDataFixer;
public class ItemStackDataLists extends Filtered
{
private final String[] matchingTags;
public ItemStackDataLists(String id, S... | TheValarProject/AwakenDreamsClient | mcp/src/minecraft/net/minecraft/util/datafix/walkers/ItemStackDataLists.java | Java | gpl-3.0 | 692 |
package main
import (
h "goshawkdb.io/tests/harness"
"log"
"time"
)
func main() {
setup := h.NewSetup()
config1, err := h.NewPathProvider("./v1.json", false)
if err != nil {
log.Fatal(err)
}
config2, err := h.NewPathProvider("./v2.json", false)
if err != nil {
log.Fatal(err)
}
rm1 := setup.NewRM("one... | goshawkdb/tests | topology/repl/8/main.go | GO | gpl-3.0 | 837 |
package fr.lium.experimental.spkDiarization.programs;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.StringTokenizer;
import java.util.TreeMap;
import java.util.logging.Level;
import java.util.logging.Logger;
imp... | Adirockzz95/GenderDetect | src/src/fr/lium/experimental/spkDiarization/programs/SpeakerIdenificationDecision2.java | Java | gpl-3.0 | 38,353 |
<div class="modal-header">
<button type="button" ng-click="close()" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>change password</h3>
</div>
<div id="changePassword" class="modal-body">
<div class="content">
<form novalidate name="changePasswordForm" ng-controller="ChangePa... | pando85/cherrymusic | web/static/client/modals/change_password.html | HTML | gpl-3.0 | 1,653 |
/*
* Generated by asn1c-0.9.24 (http://lionet.info/asn1c)
* From ASN.1 module "InformationElements"
* found in "../asn/InformationElements.asn"
* `asn1c -fcompound-names -fnative-types`
*/
#include "HS-DSCH-DrxCellfach-info.h"
static asn_TYPE_member_t asn_MBR_HS_DSCH_DrxCellfach_info_1[] = {
{ ATF_NOFLAGS, 0,... | E3V3A/snoopsnitch | contrib/libosmo-asn1-rrc/src/HS-DSCH-DrxCellfach-info.c | C | gpl-3.0 | 3,290 |
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation |
--------... | stuart23/cmake-OpenFOAM | src/OpenFOAM/db/IOstreams/Pstreams/gatherScatter.C | C++ | gpl-3.0 | 6,558 |
// Copyright John Maddock 2008.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
# include <pch.hpp>
#ifndef BOOST_MATH_TR1_SOURCE
# define BOOST_MATH_TR1_SOURCE
#endif
#i... | gorkinovich/DefendersOfMankind | dependencies/boost-1.46.0/libs/math/src/tr1/lroundl.cpp | C++ | gpl-3.0 | 667 |
#!/usr/bin/env python2
#
##############################################################################
### NZBGET POST-PROCESSING SCRIPT ###
# Post-Process to CouchPotato, SickBeard, NzbDrone, Mylar, Gamez, HeadPhones.
#
# This script sends the download to your automated media... | DxCx/nzbToMedia | nzbToGamez.py | Python | gpl-3.0 | 2,702 |
{% extends "forms.html" %}
{% block title %}Edit Machine Category{% endblock %}
{% block breadcrumbs %}
<div class="breadcrumbs">
<a href='{% url "index" %}'>Home</a> ›
<a href="{% url 'kg_machine_category_list' %}">Machines</a> ›
{% if object %}
Edit Machine Category
{% else %}
... | Karaage-Cluster/karaage-debian | karaage/templates/karaage/machines/machinecategory_form.html | HTML | gpl-3.0 | 689 |
using System;
namespace Controls
{
public class ExceptionEventArgs : EventArgs
{
internal ExceptionEventArgs(string errorMessage)
{
ErrorMessage = errorMessage;
}
public string ErrorMessage
{
get;
}
}
} | h82258652/ImageEx | ImageExV2/ImageEx/ExceptionEventArgs.cs | C# | gpl-3.0 | 291 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2017 Google
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# ----------------------------------------------------------------------------
#
# *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
#
... | sestrella/ansible | lib/ansible/modules/cloud/google/gcp_pubsub_subscription_info.py | Python | gpl-3.0 | 11,806 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Pearson and Lee's data on the heights of parents and children...</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="R.css">
</head><body>
<table width="100%" summa... | johnmyleswhite/RDatasets.jl | doc/HistData/PearsonLee.html | HTML | gpl-3.0 | 4,989 |
/*
* This file is part of BBCT for Android.
*
* Copyright 2012-14 codeguru <codeguru@users.sourceforge.net>
*
* BBCT for Android 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 L... | BaseballCardTracker/bbct | swing/src/main/java/bbct/common/exceptions/package-info.java | Java | gpl-3.0 | 869 |
<?php
/* Copyright (C) 2004-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2015 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005 Eric Seigne <eric.seigne@ryxeo.com>
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyrig... | maestrano/dolibarr | htdocs/fourn/commande/card.php | PHP | gpl-3.0 | 110,475 |
import random
from cloudbot.util import http, formatting
def api_get(kind, query):
"""Use the RESTful Google Search API"""
url = 'http://ajax.googleapis.com/ajax/services/search/%s?' \
'v=1.0&safe=moderate'
return http.get_json(url % kind, q=query)
# @hook.command("googleimage", "gis", "image... | weylin/CloudBot | plugins/google.py | Python | gpl-3.0 | 1,653 |
/*****************************************************************************
* Copyright (c) 2014-2019 OpenRCT2 developers
*
* For a complete list of all authors, please refer to contributors.md
* Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
*
* OpenRCT2 is licensed under the GNU Gener... | IntelOrca/OpenRCT2 | src/openrct2-ui/interface/Theme.h | C | gpl-3.0 | 1,863 |
# Oracle Database puppet module
[](https://travis-ci.org/biemond/biemond-oradb) [](https://coveralls.io/r/biemond/biemond-oradb?branch=master)
created by Edwin Bie... | biemond/puppet | modules/oradb/README.md | Markdown | gpl-3.0 | 62,824 |
/**
* Marlin 3D Printer Firmware
* Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General... | petrzjunior/Marlin | Marlin/src/HAL/HAL_ESP32/Servo.h | C | gpl-3.0 | 1,800 |
/*
gl-client Client library for the URI-based RESTful service for the gl project.
Copyright (c) 2012-2015 National Marrow Donor Program (NMDP)
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 the Free ... | epearson-nmdp/genotype-list | gl-client/src/main/java/org/nmdp/gl/client/cache/package-info.java | Java | gpl-3.0 | 1,106 |
<html><body>Pet Manager Cooper:<br>
All I asked was for you to make the path safer for my sister... And you've actually brought the Map!<br>
Mr. Galladucci was very pleased! You shall be well-rewarded for this, my friend.<br>
This is the most valuable thing I own. It was originally reserved for those of the upper class... | karolusw/l2j | game/data/scripts/quests/Q00043_HelpTheSister/30829-09.html | HTML | gpl-3.0 | 487 |
/*
This file is part of LilyPond, the GNU music typesetter.
Copyright (C) 1997--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
LilyPond 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... | CarlSorensen/lilypond-standards | lily/timing-translator.cc | C++ | gpl-3.0 | 8,362 |
/**
* @preserve This file is part of Mibew Messenger project.
* http://mibew.org
*
* Copyright (c) 2005-2013 Mibew Messenger Community
* License: http://mibew.org/license.php
*/
var FrameUtils = {
getDocument: function(frm) {
if (frm.contentDocument) {
return frm.contentDocument;
} else if (frm.contentWin... | mrtuvn/WRU_Final_Project | js/source/chat.js | JavaScript | gpl-3.0 | 11,369 |
all: help
help:
echo help
babel:
babel lib/ -d src/
test: babel
mocha -R spec
eslint:
DEBUG="eslint:cli-engine" eslint .
watch:
watchd lib/**.js test/**.js package.json -c 'bake babel'
release: version push publish
version:
standard-version -m '%s'
push:
git push origin master --tags
publish:
npm publ... | marcusfaccion/unnamed_app | vendor/bower/mapbox-directions.js/node_modules/template-copy/Makefile | Makefile | gpl-3.0 | 324 |
using System;
using System.Collections.Generic;
using System.Linq;
namespace PeerCastStation.UI
{
[PeerCastStation.Core.PecaSettings]
public class UISettings
{
private BroadcastInfo[] broadcastHistory = new BroadcastInfo[0];
public BroadcastInfo[] BroadcastHistory {
get { return broadcastHistory; ... | deepbeepsleep/peercaststation | PeerCastStation/PeerCastStation.UI/UISettings.cs | C# | gpl-3.0 | 2,530 |
var namespace_py_a_r_t_o_s_1_1_g_u_i_1_1_annotation_dialog =
[
[ "AnnotationDialog", "class_py_a_r_t_o_s_1_1_g_u_i_1_1_annotation_dialog_1_1_annotation_dialog.html", "class_py_a_r_t_o_s_1_1_g_u_i_1_1_annotation_dialog_1_1_annotation_dialog" ]
]; | cvjena/artos | docs/PyARTOS/html/namespace_py_a_r_t_o_s_1_1_g_u_i_1_1_annotation_dialog.js | JavaScript | gpl-3.0 | 249 |
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//
// Copyright (c) Microsoft Corporation. All rights reserved
#ifndef __FILTERBASE_H__
#d... | ofanoyi/sumatrapdf | src/ifilter/FilterBase.h | C | gpl-3.0 | 10,334 |
/*
FreeRTOS V9.0.0 - Copyright (C) 2016 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redistribute it and/or modify it under
the terms of... | RobsonRojas/frertos-udemy | Keil-FreeRTOS-Sample-Project/Keil-FreeRTOS/FreeRTOSv9.0.0/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c | C | gpl-3.0 | 5,414 |
# ##### BEGIN GPL LICENSE BLOCK #####
#
# 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... | elfnor/sverchok | nodes/analyzer/kd_tree_edges_mk2.py | Python | gpl-3.0 | 4,347 |
#include "extras.h"
#include "emu.h"
#include "mem.h"
#include "defines.h"
/* A few needed locations */
#define CE_kbdScanCode 0xD00587
#define CE_kbdFlags 0xD00080
#define CE_kbdSCR (1 << 3)
#define CE_kbdKey 0xD0058C
#define CE_keyExtend 0xD0058E
#define CE_graphFlags2 0xD0009F
#define CE_keyRea... | MateoConLechuga/CEmu | core/extras.c | C | gpl-3.0 | 1,422 |
<div class="directus-module-header">Item Messsages</div> | SMC-digital/directus | app/templates/modules/messages/module-messages.html | HTML | gpl-3.0 | 56 |
""" UserProfileDB class is a front-end to the User Profile Database
"""
__RCSID__ = "$Id$"
import types
import os
import sys
import hashlib
from DIRAC import S_OK, S_ERROR, gLogger, gConfig
from DIRAC.Core.Utilities import Time
from DIRAC.ConfigurationSystem.Client.Helpers import Registry
from DIRAC.Core.Base.DB im... | arrabito/DIRAC | FrameworkSystem/DB/UserProfileDB.py | Python | gpl-3.0 | 27,552 |
/****************************************************************************
* Copyright (C) 2010
* by Dimok
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any
* damages arising from the use of this software.
*
* Permission is g... | SuperrSonic/ULGX | source/usbloader/GameList.cpp | C++ | gpl-3.0 | 11,531 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Time-out for test cases</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="Boost.Test">
<l... | gwq5210/litlib | thirdparty/sources/boost_1_60_0/libs/test/doc/html/boost_test/testing_tools/timeout.html | HTML | gpl-3.0 | 8,901 |
/* Copyright 2010, 2011 Semantic Web Research Center, KAIST
This file is part of JHanNanum.
JHanNanum 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) ... | haven-jeon/HanNanum-Analyzer | src/kr/ac/kaist/swrc/jhannanum/plugin/SupplementPlugin/PosProcessor/NounExtractor/NounExtractor.java | Java | gpl-3.0 | 2,741 |
/*
* Copyright (C) 2011 The Android 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/licenses/LICENSE-2.0
*
* Unless required by app... | s20121035/rk3288_android5.1_repo | cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ResultReporter.java | Java | gpl-3.0 | 2,059 |
// Copyright 2016 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "core/fxcrt/fx_stream.h"
bool IFX_SeekableWriteStream::WriteBlock(co... | geminy/aidear | oss/qt/qt-everywhere-opensource-src-5.9.0/qtwebengine/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/fxcrt_stream.cpp | C++ | gpl-3.0 | 729 |
<h3>Résumé</h3>
<p>The résumé area allows you to build an online résumé or CV.</p>
| plymouthstate/mahara | htdocs/artefact/resume/lang/en.utf8/help/pages/index.html | HTML | gpl-3.0 | 90 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>relation</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../index.html" title="Chap... | gwq5210/litlib | thirdparty/sources/boost_1_60_0/libs/geometry/doc/html/geometry/reference/algorithms/relation.html | HTML | gpl-3.0 | 14,232 |
; for a description, what can be done in this
; file see ../template/template.asm. You may want to
; copy that file to this one and edit it afterwards.
.include "preamble.inc"
; letters the same. Set to 0 if you do not want it
.set WANT_IGNORECASE = 1
; cpu clock in hertz
.equ F_CPU = 16000000
.include "drivers/usa... | andrewtholt/My-amforth-6.1 | appl/myArduino/leonardo.asm | Assembly | gpl-3.0 | 354 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This manual is for FFTW
(version 3.3.9, 10 December 2020).
Copyright (C) 2003 Matteo Frigo.
Copyright (C) 2003 Massachusetts Institute of Technology.
Permission is granted to make and distribute verbati... | anetasie/sherpa | extern/fftw-3.3.9/doc/html/More-DFTs-of-Real-Data.html | HTML | gpl-3.0 | 8,678 |
// SuperTux
// Copyright (C) 2006 Matthias Braun <matze@braunis.de>
//
// 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
// (at your option) any later ... | ehsan/supertux | src/video/lightmap.hpp | C++ | gpl-3.0 | 1,702 |
/***************************************************************************
* TextLabelAsciiCropped.cs
*
* 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... | jorsi/UltimaXNA | dev/Ultima/UI/Controls/TextLabelAsciiCropped.cs | C# | gpl-3.0 | 2,016 |
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
* Copyright (C) 2011-2016 - Daniel De Matteis
*
* RetroArch 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 Found-
* atio... | spec-chum/RetroArch | accessibility.h | C | gpl-3.0 | 1,080 |
#!/bin/bash
rm -rf work transcript vsim.wlf
vlib work
vlog ../argmax.v testbench.v
#w/o gui
vsim -c -do test.do testbench
#w/ gui
#vsim -do test.do testbench
| esonghori/TinyGarble | circuit_synthesis/argmax/test/test.sh | Shell | gpl-3.0 | 164 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.