code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
3
942
language
stringclasses
30 values
license
stringclasses
15 values
size
int32
3
1.05M
package nl.knaw.huygens.timbuctoo.v5.dropwizard.contenttypes; import nl.knaw.huygens.timbuctoo.v5.dropwizard.SupportedExportFormats; import java.util.HashMap; import java.util.Optional; import java.util.Set; import static java.lang.String.format; public class SerializerWriterRegistry implements SupportedExportForma...
HuygensING/timbuctoo
timbuctoo-instancev4/src/main/java/nl/knaw/huygens/timbuctoo/v5/dropwizard/contenttypes/SerializerWriterRegistry.java
Java
gpl-3.0
1,216
package com.arcusys.valamis.updaters.common import com.arcusys.learn.liferay.LiferayClasses.LUpgradeProcess import com.arcusys.learn.liferay.util.DataAccessUtil import com.arcusys.slick.migration.dialect.Dialect import com.arcusys.valamis.persistence.common.{SlickDBInfo, SlickDBInfoLiferayImpl, SlickProfile} /** * ...
arcusys/Valamis
valamis-updaters/src/main/scala/com/arcusys/valamis/updaters/common/BaseDBUpdater.scala
Scala
gpl-3.0
798
package org.bukkit.craftbukkit.event; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemStack; import org.bukkit.event.player.PlayerInteractEvent; public class CraftEventFactory { public static org.bukkit.event.player.PlayerInteractEvent callPlayerInteractEvent(EntityPlayer playe...
GotoLink/Battlegear2
src/api/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
Java
gpl-3.0
693
package tsb.examenFinal.util; import java.util.Stack; /** * * Verifica el balanceo de caractertes de apertura y cierre * como [] {} <> */ public abstract class Balance { public static boolean isBalanced(final String str, final char c0, final char c1) { boolean toReturn; if (c0 == c1) { ...
javiermatias/jbc-utn-frc
3ro/TSB/final/util/src/tsb/examenFinal/util/Balance.java
Java
gpl-3.0
1,495
/* Scripts for cnprog.com Project Name: Lanai All Rights Resevred 2008. CNPROG.COM */ var lanai = { /** * Finds any <pre><code></code></pre> tags which aren't registered for * pretty printing, adds the appropriate class name and invokes prettify. */ highlightSyntax: function(){ var style...
simalytics/askbot-devel
static/default/media/js/post.js
JavaScript
gpl-3.0
160,054
/* * This file is part of ADDIS (Aggregate Data Drug Information System). * ADDIS is distributed from http://drugis.org/. * Copyright © 2009 Gert van Valkenhoef, Tommi Tervonen. * Copyright © 2010 Gert van Valkenhoef, Tommi Tervonen, Tijs Zwinkels, * Maarten Jacobs, Hanno Koeslag, Florin Schimbinschi, Ahmad Kamal,...
drugis/addis
application/src/main/java/org/drugis/addis/entities/relativeeffect/GaussianBase.java
Java
gpl-3.0
3,288
// http://eslint.org/docs/user-guide/configuring module.exports = { root: true, parser: 'babel-eslint', parserOptions: { sourceType: 'module' }, env: { browser: true, }, extends: 'airbnb-base', // required to lint *.vue files plugins: [ 'html' ], // check if imports actually resolve ...
gera2ld/Stylish-mx
.eslintrc.js
JavaScript
gpl-3.0
1,429
# -*- coding: UTF-8 -*- """ Lastship Add-on (C) 2019 Credits to Lastship, Placenta and Covenant; our thanks go to their creators 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, e...
lastship/plugin.video.lastship
resources/lib/sources/de/movie4k.py
Python
gpl-3.0
8,599
var interval = setInterval(function () { $("button[type=submit]").hide(); $("p.info").hide(); try { var prompting = loadTXT("/data/status.json"); if (prompting.indexOf("started")>0 || prompting.indexOf("active")>0 ) { $("button[type=submit]").show(); $("p.warning").hide(); $("p.info").show(); clearI...
opendomo/OpenDomoOS
src/odbase/var/www/scripts/wizFirstConfigurationStep5.sh.js
JavaScript
gpl-3.0
389
#ifndef _BASETYPS_H #define _BASETYPS_H #if __GNUC__ >=3 #pragma GCC system_header #endif #ifndef __OBJC__ # ifdef __cplusplus # define EXTERN_C extern "C" # else # define EXTERN_C extern # endif /* __cplusplus */ # ifndef __int64 # define __int64 long long # endif # ifndef __int32 # define __int32 long # endif ...
pureexe/FossilGraderTuToi9
data/grader/compiler/Dev-Cpp/include/basetyps.h
C
gpl-3.0
5,029
class Cms::Controller::Admin::Base < Sys::Controller::Admin::Base include Cms::Controller::Layout helper Cms::FormHelper layout 'admin/cms' def default_url_options Core.concept ? { :concept => Core.concept.id } : {} end def initialize_application return false unless super if para...
zomeki/zomeki2-development
lib/cms/controller/admin/base.rb
Ruby
gpl-3.0
1,475
<?php /** * Next/Previous Post Pagination Link * ----------------------------------------------------------------------------- * @category PHP Script * @package Sheepie * @author Mark Grealish <mark@bhalash.com> * @copyright Copyright (c) 2015 Mark Grealish * @license https://www.gnu.org/copyleft/g...
bhalash/sheepie
partials/pagination-post.php
PHP
gpl-3.0
760
../../../../../share/pyshared/checkbox/reports/__init__.py
Alberto-Beralix/Beralix
i386-squashfs-root/usr/lib/python2.7/dist-packages/checkbox/reports/__init__.py
Python
gpl-3.0
58
#!/bin/bash #controllo se esiste la directory "uomo" e quindi se la risposta al quesito del governatore è giusta o no ok() { cat ../.settings/$GAME/testi_livello_3/ok cp ../.settings/$GAME/testi_livello_4/leggimi.txt ../livello_4/leggimi.txt if [ $GAME == "monkey_island" ] ; then PAROLA='banana' RISPOSTA='monkey...
BitPrepared/Mayalinux
.game/livello_3/azione.sh
Shell
gpl-3.0
3,334
#ifndef PROCESS_CHORDING_H #define PROCESS_CHORDING_H #include "quantum.h" // Chording stuff #define CHORDING_MAX 4 bool chording = false; uint8_t chord_keys[CHORDING_MAX] = {0}; uint8_t chord_key_count = 0; uint8_t chord_key_down = 0; bool process_chording(uint16_t keycode, keyrecord_t *record); #endif
galengold/split70
qmk_firmware/quantum/process_keycode/process_chording.h
C
gpl-3.0
309
# DataStructures Basics of Creating Data Structures in JAVA
hacktoberfest17/programming
linked_list/linkedList_java/README.md
Markdown
gpl-3.0
60
{% extends "base.html" %} {% block title %} Thank You {% endblock %} {% block content %} <!-- LEFT SIDE --> <h1>Your Request Has Been Submitted</span></h1> <div class="textholder_wide"> <p>Please allow 24 hours to process your request. If approved, you will receive a confirmation email with your event details.</p...
platinummonkey/Vizwall-Website
vizwall/templates/thankyou.html
HTML
gpl-3.0
395
<?php /** * Copyright © OXID eSales AG. All rights reserved. * See LICENSE file for license details. */ namespace OxidEsales\EshopCommunity\Application\Model; use oxRegistry; use oxDb; /** * Promotion List manager. */ class ActionList extends \OxidEsales\Eshop\Core\Model\ListModel { /** * List Object ...
michaelkeiluweit/oxideshop_ce
source/Application/Model/ActionList.php
PHP
gpl-3.0
7,605
///////////////////////////////////////////////////////////////////////////// /// @file AbstractSection.cpp /// /// @author Daniel Wilczak ///////////////////////////////////////////////////////////////////////////// // Copyright (C) 2000-2013 by the CAPD Group. // // This file constitutes a part of the CAPD library,...
soonhokong/capd4
capdDynSys4/src/mpcapd/poincare/AbstractSection.cpp
C++
gpl-3.0
1,168
<?php /** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Framework\App\Test\Unit\View\Deployment\Version\Storage; use \Magento\Framework\App\View\Deployment\Version\Storage\File; class FileTest extends \PHPUnit_Framework_TestCase { /** * @var ...
rajmahesh/magento2-master
vendor/magento/framework/App/Test/Unit/View/Deployment/Version/Storage/FileTest.php
PHP
gpl-3.0
2,744
----------------------------------- -- Area: Monastic Cavern -- NPC: Loo Kohor -- Type: Quest NPC -- !pos -48.744 -17.741 -104.954 150 ----------------------------------- package.loaded["scripts/zones/Monastic_Cavern/TextIDs"] = nil; ----------------------------------- function onTrade(player,npc,trade) end; functio...
waterlgndx/darkstar
scripts/zones/Monastic_Cavern/npcs/Loo_Kohor.lua
Lua
gpl-3.0
474
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7 Version: 4.7.1 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Dribbble: www.dribbble.com/keenthemes Like: www.facebook.com/kee...
FernandoUnix/AcessoRestrito
metronic_v4.7.1/theme_rtl/admin_2_rounded/layout_full_height_portlet.html
HTML
gpl-3.0
170,487
/******************************************************************************/ /* */ /* X r d S e c g s i P r o x y . c c */ /* ...
ffurano/xrootd-xrdhttp
src/XrdSecgsi/XrdSecgsiProxy.cc
C++
gpl-3.0
25,410
ALTER USER postgres PASSWORD 'postgres'; CREATE DATABASE yasp;
lpeter218065/yydota
sql/init.sql
SQL
gpl-3.0
62
/* lcdui - A simple framework for embedded systems with an LCD/button interface Copyright (C) 2012 by Al Williams (al.williams@awce.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, e...
thespeeder/lcdui
lcdui.cpp
C++
gpl-3.0
5,873
###################################################################### # Copyright (C) 2014 Jaakko Luttinen # # This file is licensed under Version 3.0 of the GNU General Public # License. See LICENSE for a text of the license. ###################################################################### ####################...
nipunreddevil/bayespy
bayespy/inference/vmp/nodes/gaussian_wishart.py
Python
gpl-3.0
10,240
using System; using Server.Items; namespace Server.Items { public class DecorativePlateKabuto : BaseArmor { public override int BasePhysicalResistance { get { return 6; } } public override int BaseFireResistance { get { return 2; } } public override int BaseColdResistance { get { return 2; } } publ...
greeduomacro/xrunuo
Scripts/Distro/Items/Armor/Plate/DecorativePlateKabuto.cs
C#
gpl-3.0
1,204
/* This file is part of osm_diff_analyzer_dom_if, Interface definitions of DOM based Openstreetmap diff analyzers Copyright (C) 2012 Julien Thevenon ( julien_thevenon at yahoo.fr ) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Li...
quicky2000/soda
repository/soda_analyzer_dom_if/include/dom_analyzer_if.h
C
gpl-3.0
1,303
/* This file is part of GNUnet (C) 2006, 2009 Christian Grothoff (and other contributing authors) GNUnet 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 ...
zlatebogdan/gnunet
src/include/gnunet_datacache_lib.h
C
gpl-3.0
4,419
<?php /* Copyright (C) 2012 Regis Houssin <regis.houssin@capnetworks.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 * (at your option) any later ...
woakes070048/crm-php
htdocs/langs/da_DK/contracts.lang.php
PHP
gpl-3.0
6,072
# Try to find gnu scientific library GSL # See # http://www.gnu.org/software/gsl/ and # http://gnuwin32.sourceforge.net/packages/gsl.htm # # Based on a script of Felix Woelk and Jan Woetzel # (www.mip.informatik.uni-kiel.de) # # It defines the following variables: # GSL_FOUND - system has GSL lib # GSL_INCLUDE_DIRS ...
hofschroeer/gnuradio
cmake/Modules/FindGSL.cmake
CMake
gpl-3.0
4,639
/* This project 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. Deviation is distributed in the hope that it will be useful, but WITHO...
cctsao1008/deviation
src/gui/128x64x1/_textsel.c
C
gpl-3.0
1,979
/**************************************************************************** ** ** 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...
sailfish-sdk/sailfish-qtcreator
src/libs/clangsupport/dynamicastmatcherdiagnosticmessagecontainer.h
C
gpl-3.0
3,410
package bb import "github.com/Syfaro/telegram-bot-api" type message struct { Err error bot *tgbotapi.BotAPI config tgbotapi.MessageConfig Ret tgbotapi.Message } func (b *Base) NewMessage(chatID int, text string) *message { return &message{ bot: b.Bot, config: tgbotapi.NewMessage(chatID, text), ...
jqs7/telegram-chinese-groups
vendor/github.com/jqs7/bb/message.go
GO
gpl-3.0
1,264
# # This file is part of Checkbox. # # Copyright 2008 Canonical Ltd. # # Checkbox 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. # # C...
jds2001/ocp-checkbox
checkbox/lib/safe.py
Python
gpl-3.0
2,778
require 'working_class/version' require 'working_class/parser' require 'working_class/task' require 'working_class/tasklist' # WorkingClass Module # module WorkingClass # Loads the file from the path and returns a Tasklist # # @param path [String] the filepath # @return [WorkingClass::Tasklist] the parsed Tas...
TimKaechele/Working-Class
lib/working_class.rb
Ruby
gpl-3.0
680
/* * Copyright 2012 OSBI Ltd * * 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 applicable law or...
clevernet/CleverNIM
saiku-ui/js/ga.js
JavaScript
gpl-3.0
1,366
#ifndef STAN_MATH_PRIM_SCAL_PROB_STUDENT_T_RNG_HPP #define STAN_MATH_PRIM_SCAL_PROB_STUDENT_T_RNG_HPP #include <boost/random/student_t_distribution.hpp> #include <boost/random/variate_generator.hpp> #include <stan/math/prim/scal/err/check_consistent_sizes.hpp> #include <stan/math/prim/scal/err/check_finite.hpp> #inclu...
TomasVaskevicius/bouncy-particle-sampler
third_party/stan_math/stan/math/prim/scal/prob/student_t_rng.hpp
C++
gpl-3.0
1,700
function Register-DbatoolsConfig { <# .SYNOPSIS Registers an existing configuration object in registry. .DESCRIPTION Registers an existing configuration object in registry. This allows simple persisting of settings across powershell consoles. It also can be used to generate ...
shaneis/dbatools
functions/configuration/Register-DbatoolsConfig.ps1
PowerShell
gpl-3.0
9,846
from py2neo import Graph from py2neo.ext.gremlin import Gremlin import os DEFAULT_GRAPHDB_URL = "http://localhost:7474/db/data/" DEFAULT_STEP_DIR = os.path.dirname(__file__) + '/bjoernsteps/' class BjoernSteps: def __init__(self): self._initJoernSteps() self.initCommandSent = False def setGr...
mrphrazer/bjoern
python-bjoern/bjoern/all.py
Python
gpl-3.0
2,645
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\...
will-bainbridge/OpenFOAM-dev
src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchFields.C
C++
gpl-3.0
1,689
/* * gvNIX is an open source tool for rapid application development (RAD). * Copyright (C) 2010 Generalitat Valenciana * * 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...
osroca/gvnix
addon-web-mvc-geo/addon/src/main/java/org/gvnix/addon/geo/addon/GvNIXMapViewerMetadataProvider.java
Java
gpl-3.0
10,078
// Copyright � 2010 - May 2014 Rise Vision Incorporated. // Use of this software is governed by the GPLv3 license // (reproduced in the LICENSE file). function rvPlayerDCPage() { var pageHTML = ""; this.get = function (port, ports, dcStatus, onStr, offStr) { var res = pageHTML.replace("[PORT]", port)...
xlsuite/reach.network
player-socialweedia/app/js/player/dc_page.js
JavaScript
gpl-3.0
985
extern readi extern readd extern printi extern printd extern prints extern println segment .text align 4 global f:function f: push ebp mov ebp, esp sub esp, 0 pop eax leave ret extern readi extern readd extern printi extern printd extern prints extern println segment .text align 4 global _main:function _main: pu...
diogopainho/comp-ist
tests-pwn-daily-201504081911/auto-tests/K-03-74-N-ok.asm
Assembly
gpl-3.0
353
/* /usr/include/libio.h UNCOMPLETE */ typedef void _IO_FILE; typedef size_t _IO_size_t; int __underflow(_IO_FILE *f); int __uflow(_IO_FILE *f); int __overflow(_IO_FILE *f, int a); int _IO_getc(_IO_FILE *fp); int _IO_putc(int c, _IO_FILE *fp); int _IO_feof(_IO_FILE *fp); int _IO_ferror(_IO_FILE *fp); int _IO_...
jkkm/latrace
etc/latrace.d/headers/libio.h
C
gpl-3.0
646
#!/usr/bin/python # -*- coding: utf-8 -*- """ Ansible module to manage A10 Networks slb service-group objects (c) 2014, Mischa Peters <mpeters@a10networks.com>, Eric Chou <ericc@a10networks.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...
kbrebanov/ansible-modules-extras
network/a10/a10_service_group.py
Python
gpl-3.0
13,531
# The majority of The Supplejack Manager code is Crown copyright (C) 2014, New Zealand Government, # and is licensed under the GNU General Public License, version 3. Some components are # third party components that are licensed under the MIT license or otherwise publicly available. # See https://github.com/DigitalNZ...
motizuki/supplejack_manager
spec/helpers/collection_statistics_helper_spec.rb
Ruby
gpl-3.0
566
package com.oryx.remote.webservice.element._enum; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlEnumValue; import javax.xml.bind.annotation.XmlType; /** * <p>Classe Java pour XmlEnumContact. * <p> * <p>Le fragment de schéma suivant indique le contenu attendu figurant dans cette cla...
241180/Oryx
oryx-server-ws-gen/src/main/java/copied/com/oryx/remote/webservice/element/_enum/XmlEnumContact.java
Java
gpl-3.0
1,467
# -*- coding: utf-8 -*- """ tiponpython Simulacion de ensayos de acuiferos Copyright 2012 Andres Pias This file is part of tiponpython. tiponpython 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 v...
fenixon/tiponpython
views/ingresarObservaciones.py
Python
gpl-3.0
5,555
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>Hello World Endpoints</title> <script src="/static/hello.js"></script> <!-- Load the Google APIs Javascript client library --> <!-- Then call the init function, which is defined in hello.js --> <script src="https://apis.google.com/js/client.js?onload=init"...
py-in-the-sky/ud859-python-rmw
static/index.html
HTML
gpl-3.0
1,176
import WordCombination from "../../src/values/WordCombination"; import relevantWords from "../../src/stringProcessing/relevantWords"; import polishFunctionWordsFactory from "../../src/researches/polish/functionWords.js"; const getRelevantWords = relevantWords.getRelevantWords; const polishFunctionWords = polishFunctio...
Yoast/js-text-analysis
spec/stringProcessing/relevantWordsPolishSpec.js
JavaScript
gpl-3.0
3,204
plusIconlist-group-item.py-2.node-tree.node-selected { background-color: #c3daee; } .table.table-striped.pluginList>tbody>tr:nth-child(even) { background-color:#fff; } .table.table-striped.logicsList>tbody>tr:nth-child(4n+3) { background-color:#fff; } .table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:ho...
lbernau/smarthome
modules/http/webif/gstatic/css/smarthomeng.css
CSS
gpl-3.0
4,959
<?php if( ! post_password_required() ) { if ( comments_open() or ( get_comments_number() > 0 ) ) { get_template_part('templates/onePage/blocks/comments-list/comments-list'); get_template_part('templates/onePage/blocks/comments-pagination/comments-pagination'); get_template_part('templates/on...
MarmonDesigns/cloud.ky
wp-content/themes/milo/comments.php
PHP
gpl-3.0
372
#region LICENSE // Copyright 2014 LeagueSharp.Loader // Profile.cs is part of LeagueSharp.Loader. // // LeagueSharp.Loader 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, ...
RESISTANCEQQ/LeagueSharp.Loader-1
Class/Profile.cs
C#
gpl-3.0
1,892
<div class="content"> <ul> <?php foreach($enlaces as $key => $value): ?> <li class="<?=$value->enlaceClase?>"> <? if($value->enlaceImagen != ''): ?> <a href="<?=$value->enlaceLink?>"> <img src="<?=base_url()?>assets/public/images/enlaces/enlace_<?=$value->enlaceId?><?=$imageSize?>.<?=$value->enlaceImag...
kaoz70/flexcms
themes/sectionalize/views/modulos/enlaces/default_view.php
PHP
gpl-3.0
584
# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo.tests import common class TestHrHolidaysBase(common.TransactionCase): def setUp(self): super(TestHrHolidaysBase, self).setUp() Users = self.env['res.users'].with_context(no_reset_passwor...
ayepezv/GAD_ERP
addons/hr_holidays/tests/common.py
Python
gpl-3.0
1,704
 function gestionSelectElement(elementId,msgConfirm) {field=document.getElementById(elementId);if(confirm(msgConfirm)) {selectedIndexASupprimer=field.options.selectedIndex;indice=new Array();texte=new Array();for(i=0;i<field.length;i++) {indice[i]=field.options[i].value;texte[i]=field.options[i].text;} field.innerHTML...
rotagraziosi/archi-wiki-inpeople
includes/common.js
JavaScript
gpl-3.0
510
/* This file is part of the db4o object database http://www.db4o.com Copyright (C) 2004 - 2011 Versant Corporation http://www.versant.com db4o is free software; you can redistribute it and/or modify it under the terms of version 3 of the GNU General Public License as published by the Free Software Foundation. db4o ...
FerranSalguero/db4o
Db4objects.Db4o.Tests/native/Db4objects.Db4o.Tests/CLI1/EnumTestCase.cs
C#
gpl-3.0
1,646
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----------------------------------------...
151706061/MacroMedicalSystem
ImageServer/Web/Application/Pages/WebViewer/Default.aspx.designer.cs
C#
gpl-3.0
1,105
from pycbc.types import zeros, complex64, complex128 import numpy as _np import ctypes import pycbc.scheme as _scheme from pycbc.libutils import get_ctypes_library from .core import _BaseFFT, _BaseIFFT from ..types import check_aligned # IMPORTANT NOTE TO PYCBC DEVELOPERS: # Because this module is loaded automatically...
ligo-cbc/pycbc
pycbc/fft/fftw.py
Python
gpl-3.0
22,427
package org.smssecure.smssecure.preferences; import android.content.Context; import android.os.Bundle; import android.preference.ListPreference; import org.smssecure.smssecure.ApplicationPreferencesActivity; import org.smssecure.smssecure.R; import org.smssecure.smssecure.util.SMSSecurePreferences; import java.util....
rutaihwa/SMSSecure
src/org/smssecure/smssecure/preferences/AppearancePreferenceFragment.java
Java
gpl-3.0
2,545
<?php /** * Class QRDataAbstract * * @filesource QRDataAbstract.php * @created 25.11.2015 * @package chillerlan\QRCode\Data * @author Smiley <smiley@chillerlan.net> * @copyright 2015 Smiley * @license MIT */ namespace chillerlan\QRCode\Data; use chillerlan\QRCode\{QRCode, QRCodeExce...
andre-hub/Tiny-Tiny-RSS
vendor/chillerlan/php-qrcode/src/Data/QRDataAbstract.php
PHP
gpl-3.0
7,849
/* -*- mode: c++; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- * vim: ts=4 sw=4 noet ai cindent syntax=cpp * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * * All code written since the fork of torsmo is licensed under the GPL * * Please s...
randy1/conky
src/exec.cc
C++
gpl-3.0
7,376
/* ========================================================================== */ /* === UMF_kernel =========================================================== */ /* ========================================================================== */ /* -------------------------------------------------------------------------...
cuihantao/cvxopt
src/C/SuiteSparse/UMFPACK/Source/umf_kernel.c
C
gpl-3.0
9,625
# KicadModTree 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. # # KicadModTree is distributed in the hope that it will be useful, # bu...
pointhi/kicad-footprint-generator
KicadModTree/nodes/Node.py
Python
gpl-3.0
6,713
YUI.add("lang/calendar-base_es",function(e){e.Intl.add("calendar-base","es",{very_short_weekdays:["Do","Lu","Ma","Mi","Ju","Vi","Sa"],first_weekday:1,weekends:[0,6]})},"patched-v3.18.1");
Behzadkhosravifar/Alloy-DiagramBuilder-MVC
src/AlloyDiagram/Scripts/AlloyUi/calendar-base/lang/calendar-base_es.js
JavaScript
gpl-3.0
188
<html><body>High Priest Gregory:<br> Aren't you an Ertheia? What brings you here?<br> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10795_LettersFromTheQueenWallOfAgros 31279-02.html">"I got Queen Navari's letter."</button> </body></html>
rubenswagner/L2J-Global
dist/game/data/scripts/quests/Q10795_LettersFromTheQueenWallOfAgros/31279-01.html
HTML
gpl-3.0
250
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>Cinder</title> <link rel="stylesheet" href="cinder_doxygen.css" type="text/css" media="screen" /> </head> <body> <div class="wrap...
brittybaby/3DModelfitting
dependencies/include/cinder/blocks/OpenCV/docs/html/structcv_1_1gpu_1_1device_1_1type__traits__detail_1_1_is_vec_3_01float8_01_4-members.html
HTML
gpl-3.0
2,777
----------------------------------------- -- ID: 4398 -- Item: fish_mithkabob -- Food Effect: 30Min, All Races ----------------------------------------- -- Dexterity 1 -- Vitality 2 -- Mind -1 -- Defense % 25 -- Defense Cap 90 ----------------------------------------- require("scripts/globals/status"); ----------------...
waterlgndx/darkstar
scripts/globals/items/fish_mithkabob.lua
Lua
gpl-3.0
1,252
/* Copyright 2013-2014 EditShare, 2013-2015 Skytechnology sp. z o.o. This file is part of LizardFS. LizardFS 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, version 3. LizardFS is distributed ...
lizardfs/lizardfs
src/admin/metadataserver_status_command.h
C
gpl-3.0
1,232
/* =========================================================================== Copyright (c) 2010-2012 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 versi...
salamader/ffxi-a
src/map/entities/automatonentity.h
C
gpl-3.0
2,179
package net.osmand.plus.resources; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.RandomAccessFile; import java.text.Collator; import java.text.MessageFormat; import java.util.ArrayList; import java.util.Collection; import java.util.Collect...
FreeDao/getintouchmaps
OsmAnd/src/net/osmand/plus/resources/ResourceManager.java
Java
gpl-3.0
35,554
CREATE TABLE IF NOT EXISTS bot_sessions ( eth_address TEXT, data JSON, PRIMARY KEY(eth_address) ); CREATE TABLE IF NOT EXISTS key_value_store ( key TEXT, value TEXT, type TEXT, PRIMARY KEY(key) ); CREATE TABLE IF NOT EXISTS local_identities ( eth_address TEXT, device_id INTEGER DEF...
IceExchange/ice-headless-client
src/main/resources/db/migration/sqlite/V1__Initial_model.sql
SQL
gpl-3.0
1,758
package com.wizard.web.application.manage.permission.service; import java.util.List; import java.util.Map; import com.wizard.web.application.manage.permission.bean.Menu; import com.wizard.web.basic.io.PageResponse; import com.wizard.web.basic.io.extjs.ExtPageRequest; public interface PermissionManageService { p...
joaquinaimar/wizard
99 backup/02 source-20131113/wizard-web-esm/src/main/java/com/wizard/web/application/manage/permission/service/PermissionManageService.java
Java
gpl-3.0
503
package com.referendum.voting.results; import java.util.List; import com.referendum.voting.ballot.RankedBallot; import com.referendum.voting.election.ElectionRound; public interface MultipleWinnerElectionResults extends ElectionResults { List<ElectionRound> getRounds(); List<RankedBallot> getBallots(); Integ...
tchoulihan/referendum
src/main/java/com/referendum/voting/results/MultipleWinnerElectionResults.java
Java
gpl-3.0
480
{-# OPTIONS -Wall -Werror #-} module Test.TestEaster where import Data.Time.Calendar.Easter import Data.Time.Calendar import Data.Time.Format import System.Locale import Test.TestUtil import Test.TestEasterRef -- days :: [Day] days = [ModifiedJulianDay 53000 .. ModifiedJulianDay 53014] showWithWDay :: Day -> Str...
jwiegley/ghc-release
libraries/time/test/TestEaster.hs
Haskell
gpl-3.0
1,090
/* * DRBDBReader * Copyright (C) 2016-2017, Kyle Repinski * * 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 version. * ...
laszlodaniel/ChryslerCCDSCIScanner
GUI/ChryslerCCDSCIScanner/DB/Converters/BinaryStateConverter.cs
C#
gpl-3.0
2,440
module Translation where import Control.Monad (unless, mapAndUnzipM) import Control.Monad.Except (throwError) import Control.Arrow (second) -- import Parser -- import Debug.Trace import Expr import Syntax import TypeCheck import Utils -- | Elaboration trans :: Env -> Expr -> TC (Type, Expr) trans _ (Kind Star) = ret...
bixuanzju/full-version
src/Translation.hs
Haskell
gpl-3.0
5,168
var http = require('https') , qs = require('querystring') , Cleverbot = function (options) { this.configure(options); }; Cleverbot.prepare = function(cb){ // noop for backwards compatibility cb(); }; Cleverbot.prototype = { configure: function (options){ if(options && options.cons...
SrNativee/BotDeUmBot
node_modules/cleverbot-node/lib/cleverbot.js
JavaScript
gpl-3.0
2,085
/* * Quasar: lightweight threads and actors for the JVM. * Copyright (c) 2013-2015, Parallel Universe Software Co. All rights reserved. * * This program and the accompanying materials are dual-licensed under * either the terms of the Eclipse Public License v1.0 as published by * the Eclipse Foundation * * ...
tbrooks8/quasar
quasar-core/src/main/java/co/paralleluniverse/strands/CheckedSuspendableCallable.java
Java
gpl-3.0
1,178
#pragma once #include "circlebutton.h" #include "eakind.h" #include "eadetails.h" class EATools final : public EAKind { int screen_w; int screen_h; enum TYPES { DELETEKEY = 0, HOTKEY, WHOLECOLLISIONKEY, COUNT }; std::vector<CircleButton*> buttons; std::vector<cmm::Text*> texts; std::vector<bool> pres...
Adriqun/Assassin-s-Genesis
states/editor/eatools.h
C
gpl-3.0
1,552
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === * * Copyright 2010-2014, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2010-2011, Leo Franchi <lfranchi@kde.org> * Copyright 2013, Teo Mrnjavac <teo@kde.org> * Copyright 2013, Uwe L. Korn <uwelk@xhoch...
tomahawk-player/tomahawk
src/libtomahawk/resolvers/JSResolverHelper.h
C
gpl-3.0
4,863
// Copyright 2011 the V8 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. #include <cmath> #include "../include/v8stdint.h" #include "checks.h" #include "utils.h" #include "bignum-dtoa.h" #include "bignum.h" #include "doubl...
jiachenning/fibjs
vender/src/v8/src/bignum-dtoa.cc
C++
gpl-3.0
26,817
/******************************************************************************* * file name: same_tree.cpp * author: hui chen. (c) 17 * mail: chenhui13@baidu.com * created ti...
wisehead/Leetcode
24.DFS_1/0100.Same_Tree.Tree_DepthFirstSearch.Easy/same_tree.recursive.cpp
C++
gpl-3.0
1,331
module Debug where import Control.Monad (when, void) import Constants debug :: Bool -> String -> IO () debug b msg = when b $ putStrLn msg
keera-studios/pang-a-lambda
Experiments/splitballs/Debug.hs
Haskell
gpl-3.0
142
using System; using System.Collections.Generic; using NzbDrone.Core.Datastore; using NzbDrone.Core.Download.TrackedDownloads; using NzbDrone.Core.Indexers; using NzbDrone.Core.Languages; using NzbDrone.Core.Movies; using NzbDrone.Core.Parser.Model; using NzbDrone.Core.Qualities; namespace NzbDrone.Core.Queue { pub...
Radarr/Radarr
src/NzbDrone.Core/Queue/Queue.cs
C#
gpl-3.0
1,362
#!/bin/bash for r in */ do if [[ -d "$r/dot_git" && -L "$r/.git" ]] then echo "unlink $r" rm "$r/.git" fi done
mpdeimos/git-repo-zipper
test-data/unlink.sh
Shell
gpl-3.0
119
#include "equipmentList_common.hh" #include "MiceDAQMessanger.hh" #include "DAQManager.hh" #include "EventBuildManager.hh" #include "MDprocessor.h" #include "MDfragmentDBB.h" #include "MDpartEventV1731.h" #include "MDprocessManager.h" #include "DBBDataProcessor.hh" #include "V1731DataProcessor.hh" #include "DBBSpillD...
yordan-karadzhov/equipmentlist-mice
src/devel/eventbuild.cc
C++
gpl-3.0
3,452
// Copyright CERN and copyright holders of ALICE O2. This software is // distributed under the terms of the GNU General Public License v3 (GPL // Version 3), copied verbatim in the file "COPYING". // // See http://alice-o2.web.cern.ch/license for full licensing information. // // In applying this license CERN does not ...
AllaMaevskaya/AliceO2
GPU/GPUTracking/gpucf/src/gpucf/common/log.cpp
C++
gpl-3.0
4,052
/* * This file is generated and updated by Sencha Cmd. You can edit this file as * needed for your application, but these edits will have to be merged by * Sencha Cmd when upgrading. */ Ext.application({ name: 'LPB', extend: 'LPB.Application', requires: [ 'LPB.util.sha256', 'Ext.plugin...
Lytjepole/Lytjepole-Beheer
LPB/app.js
JavaScript
gpl-3.0
1,604
<h1><?=$this->getTrans('settings') ?></h1> <form class="form-horizontal" method="POST"> <?=$this->getTokenField() ?> <div class="form-group <?=$this->validation()->hasError('articlesPerPage') ? 'has-error' : '' ?>"> <label for="articlesPerPageInput" class="col-lg-2 control-label"> <?=$this->...
dastiii/Ilch-2.0
application/modules/article/views/admin/settings/index.php
PHP
gpl-3.0
7,007
/* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2017 - 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- * ati...
sergiobenrocha2/RetroArch
gfx/video_state_tracker.c
C
gpl-3.0
7,542
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
acesnik/proteoform-suite
ProteoformSuiteGUI/Properties/Settings.Designer.cs
C#
gpl-3.0
1,075
// *************************************************************************** // BamMultiReader.cpp (c) 2010 Erik Garrison, Derek Barnett // Marth Lab, Department of Biology, Boston College // --------------------------------------------------------------------------- // Last modified: 14 January 2013 (DB) // --------...
fw1121/Pandoras-Toolbox-for-Bioinformatics
src/SPAdes/ext/src/bamtools/api/BamMultiReader.cpp
C++
gpl-3.0
16,495
/* Free Download Manager Copyright (c) 2003-2014 FreeDownloadManager.ORG */ #pragma once #include "vmsSharedData.h" #include "vmsLowIntegrityLevel.h" #define vmsBrowsersSharedData_MAXBROWSERPROCESSES 100 class vmsBrowsersSharedData { protected: struct DataStruct { DWORD dwActiveDownloadsCount;...
DragonZX/fdm
Include.Add/vmsBrowsersSharedData.h
C
gpl-3.0
4,022
/* Yelo: Open Sauce SDK Halo 1 (CE) Edition See license\OpenSauce\Halo1_CE for specific license information */ #include "Common/Precompile.hpp" #include "Rasterizer/PostProcessing/Fade/c_shader_instance_fade.hpp" #if !PLATFORM_IS_DEDI #include "Rasterizer/PostProcessing/c_post_processing_main.hpp" namespace Yelo...
BipolarAurora/H-CE-Opensauce-V5
OpenSauce/Halo1/Halo1_CE/Rasterizer/PostProcessing/Fade/c_shader_instance_fade.cpp
C++
gpl-3.0
3,549
/*! * \file gps_l1_ca_observables_cc.cc * \brief Implementation of the pseudorange computation block for GPS L1 C/A * \author Javier Arribas, 2011. jarribas(at)cttc.es * ------------------------------------------------------------------------- * * Copyright (C) 2010-2015 (see AUTHORS file for a list of contribut...
Arribas/gnss-sdr
src/algorithms/observables/gnuradio_blocks/gps_l1_ca_observables_cc.cc
C++
gpl-3.0
13,634
/* yetris - Tetris(tm) on the console. * Copyright (C) 2013 Alexandre Dantas (kure) * * This file is part of yetris. * * yetris 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 Li...
hyunsunWkd/team10-yetris
src/block.h
C
gpl-3.0
1,560
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.Xml.Serialization; public class ConnectionObject { public string moduleName1; public string moduleName2; public string nodeName1; public string nodeName2; public float distance; public float angle;...
MOD-ASL/ModularRobotSystemToolKit
unity3d/Assets/Scripts/Objects/ConnectionObject.cs
C#
gpl-3.0
408
'use strict'; /* jshint ignore:start */ /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ /* jshint ignore:end */ var Q = require('q'); /* jshint ignore:line */ var _ = require('lodash'); /* jshint ignore:line */ var Page = require('../../../../../ba...
together-web-pj/together-web-pj
node_modules/twilio/lib/rest/api/v2010/account/queue/member.js
JavaScript
gpl-3.0
17,007