repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
HuygensING/timbuctoo
timbuctoo-instancev4/src/main/java/nl/knaw/huygens/timbuctoo/v5/dropwizard/contenttypes/SerializerWriterRegistry.java
1216
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...
gpl-3.0
arcusys/Valamis
valamis-updaters/src/main/scala/com/arcusys/valamis/updaters/common/BaseDBUpdater.scala
798
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} /** * ...
gpl-3.0
GotoLink/Battlegear2
src/api/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
693
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...
gpl-3.0
javiermatias/jbc-utn-frc
3ro/TSB/final/util/src/tsb/examenFinal/util/Balance.java
1495
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) { ...
gpl-3.0
simalytics/askbot-devel
static/default/media/js/post.js
160054
/* 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...
gpl-3.0
drugis/addis
application/src/main/java/org/drugis/addis/entities/relativeeffect/GaussianBase.java
3288
/* * 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,...
gpl-3.0
gera2ld/Stylish-mx
.eslintrc.js
1429
// 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 ...
gpl-3.0
lastship/plugin.video.lastship
resources/lib/sources/de/movie4k.py
8599
# -*- 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...
gpl-3.0
opendomo/OpenDomoOS
src/odbase/var/www/scripts/wizFirstConfigurationStep5.sh.js
389
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...
gpl-3.0
pureexe/FossilGraderTuToi9
data/grader/compiler/Dev-Cpp/include/basetyps.h
5029
#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 ...
gpl-3.0
zomeki/zomeki2-development
lib/cms/controller/admin/base.rb
1475
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...
gpl-3.0
bhalash/sheepie
partials/pagination-post.php
760
<?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...
gpl-3.0
Alberto-Beralix/Beralix
i386-squashfs-root/usr/lib/python2.7/dist-packages/checkbox/reports/__init__.py
58
../../../../../share/pyshared/checkbox/reports/__init__.py
gpl-3.0
BitPrepared/Mayalinux
.game/livello_3/azione.sh
3334
#!/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...
gpl-3.0
galengold/split70
qmk_firmware/quantum/process_keycode/process_chording.h
309
#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
gpl-3.0
hacktoberfest17/programming
linked_list/linkedList_java/README.md
60
# DataStructures Basics of Creating Data Structures in JAVA
gpl-3.0
platinummonkey/Vizwall-Website
vizwall/templates/thankyou.html
395
{% 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...
gpl-3.0
michaelkeiluweit/oxideshop_ce
source/Application/Model/ActionList.php
7605
<?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 ...
gpl-3.0
soonhokong/capd4
capdDynSys4/src/mpcapd/poincare/AbstractSection.cpp
1168
///////////////////////////////////////////////////////////////////////////// /// @file AbstractSection.cpp /// /// @author Daniel Wilczak ///////////////////////////////////////////////////////////////////////////// // Copyright (C) 2000-2013 by the CAPD Group. // // This file constitutes a part of the CAPD library,...
gpl-3.0
rajmahesh/magento2-master
vendor/magento/framework/App/Test/Unit/View/Deployment/Version/Storage/FileTest.php
2744
<?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 ...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Monastic_Cavern/npcs/Loo_Kohor.lua
474
----------------------------------- -- 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...
gpl-3.0
FernandoUnix/AcessoRestrito
metronic_v4.7.1/theme_rtl/admin_2_rounded/layout_full_height_portlet.html
170487
<!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...
gpl-3.0
ffurano/xrootd-xrdhttp
src/XrdSecgsi/XrdSecgsiProxy.cc
25410
/******************************************************************************/ /* */ /* X r d S e c g s i P r o x y . c c */ /* ...
gpl-3.0
lpeter218065/yydota
sql/init.sql
62
ALTER USER postgres PASSWORD 'postgres'; CREATE DATABASE yasp;
gpl-3.0
thespeeder/lcdui
lcdui.cpp
5873
/* 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...
gpl-3.0
nipunreddevil/bayespy
bayespy/inference/vmp/nodes/gaussian_wishart.py
10240
###################################################################### # 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. ###################################################################### ####################...
gpl-3.0
greeduomacro/xrunuo
Scripts/Distro/Items/Armor/Plate/DecorativePlateKabuto.cs
1204
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...
gpl-3.0
quicky2000/soda
repository/soda_analyzer_dom_if/include/dom_analyzer_if.h
1303
/* 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...
gpl-3.0
zlatebogdan/gnunet
src/include/gnunet_datacache_lib.h
4419
/* 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 ...
gpl-3.0
woakes070048/crm-php
htdocs/langs/da_DK/contracts.lang.php
6072
<?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 ...
gpl-3.0
hofschroeer/gnuradio
cmake/Modules/FindGSL.cmake
4639
# 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 ...
gpl-3.0
cctsao1008/deviation
src/gui/128x64x1/_textsel.c
1979
/* 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...
gpl-3.0
sailfish-sdk/sailfish-qtcreator
src/libs/clangsupport/dynamicastmatcherdiagnosticmessagecontainer.h
3410
/**************************************************************************** ** ** 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...
gpl-3.0
jqs7/telegram-chinese-groups
vendor/github.com/jqs7/bb/message.go
1264
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), ...
gpl-3.0
jds2001/ocp-checkbox
checkbox/lib/safe.py
2778
# # 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...
gpl-3.0
TimKaechele/Working-Class
lib/working_class.rb
680
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...
gpl-3.0
clevernet/CleverNIM
saiku-ui/js/ga.js
1366
/* * 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...
gpl-3.0
TomasVaskevicius/bouncy-particle-sampler
third_party/stan_math/stan/math/prim/scal/prob/student_t_rng.hpp
1700
#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...
gpl-3.0
shaneis/dbatools
functions/configuration/Register-DbatoolsConfig.ps1
9846
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 ...
gpl-3.0
mrphrazer/bjoern
python-bjoern/bjoern/all.py
2645
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...
gpl-3.0
will-bainbridge/OpenFOAM-dev
src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchFields.C
1689
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\...
gpl-3.0
osroca/gvnix
addon-web-mvc-geo/addon/src/main/java/org/gvnix/addon/geo/addon/GvNIXMapViewerMetadataProvider.java
10078
/* * 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...
gpl-3.0
xlsuite/reach.network
player-socialweedia/app/js/player/dc_page.js
985
// 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)...
gpl-3.0
diogopainho/comp-ist
tests-pwn-daily-201504081911/auto-tests/K-03-74-N-ok.asm
353
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...
gpl-3.0
jkkm/latrace
etc/latrace.d/headers/libio.h
646
/* /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_...
gpl-3.0
kbrebanov/ansible-modules-extras
network/a10/a10_service_group.py
13531
#!/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...
gpl-3.0
motizuki/supplejack_manager
spec/helpers/collection_statistics_helper_spec.rb
566
# 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...
gpl-3.0
241180/Oryx
oryx-server-ws-gen/src/main/java/copied/com/oryx/remote/webservice/element/_enum/XmlEnumContact.java
1467
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...
gpl-3.0
fenixon/tiponpython
views/ingresarObservaciones.py
5555
# -*- 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...
gpl-3.0
py-in-the-sky/ud859-python-rmw
static/index.html
1176
<!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"...
gpl-3.0
Yoast/js-text-analysis
spec/stringProcessing/relevantWordsPolishSpec.js
3204
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...
gpl-3.0
lbernau/smarthome
modules/http/webif/gstatic/css/smarthomeng.css
4959
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...
gpl-3.0
MarmonDesigns/cloud.ky
wp-content/themes/milo/comments.php
372
<?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...
gpl-3.0
RESISTANCEQQ/LeagueSharp.Loader-1
Class/Profile.cs
1892
#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, ...
gpl-3.0
kaoz70/flexcms
themes/sectionalize/views/modulos/enlaces/default_view.php
584
<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...
gpl-3.0
ayepezv/GAD_ERP
addons/hr_holidays/tests/common.py
1704
# -*- 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...
gpl-3.0
rotagraziosi/archi-wiki-inpeople
includes/common.js
510
 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...
gpl-3.0
FerranSalguero/db4o
Db4objects.Db4o.Tests/native/Db4objects.Db4o.Tests/CLI1/EnumTestCase.cs
1646
/* 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 ...
gpl-3.0
151706061/MacroMedicalSystem
ImageServer/Web/Application/Pages/WebViewer/Default.aspx.designer.cs
1105
//------------------------------------------------------------------------------ // <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> //----------------------------------------...
gpl-3.0
ligo-cbc/pycbc
pycbc/fft/fftw.py
22427
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...
gpl-3.0
rutaihwa/SMSSecure
src/org/smssecure/smssecure/preferences/AppearancePreferenceFragment.java
2545
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....
gpl-3.0
andre-hub/Tiny-Tiny-RSS
vendor/chillerlan/php-qrcode/src/Data/QRDataAbstract.php
7849
<?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...
gpl-3.0
randy1/conky
src/exec.cc
7376
/* -*- 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...
gpl-3.0
cuihantao/cvxopt
src/C/SuiteSparse/UMFPACK/Source/umf_kernel.c
9625
/* ========================================================================== */ /* === UMF_kernel =========================================================== */ /* ========================================================================== */ /* -------------------------------------------------------------------------...
gpl-3.0
pointhi/kicad-footprint-generator
KicadModTree/nodes/Node.py
6713
# 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...
gpl-3.0
Behzadkhosravifar/Alloy-DiagramBuilder-MVC
src/AlloyDiagram/Scripts/AlloyUi/calendar-base/lang/calendar-base_es.js
188
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");
gpl-3.0
rubenswagner/L2J-Global
dist/game/data/scripts/quests/Q10795_LettersFromTheQueenWallOfAgros/31279-01.html
250
<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>
gpl-3.0
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
2777
<!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...
gpl-3.0
waterlgndx/darkstar
scripts/globals/items/fish_mithkabob.lua
1252
----------------------------------------- -- 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"); ----------------...
gpl-3.0
lizardfs/lizardfs
src/admin/metadataserver_status_command.h
1232
/* 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 ...
gpl-3.0
salamader/ffxi-a
src/map/entities/automatonentity.h
2179
/* =========================================================================== 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...
gpl-3.0
FreeDao/getintouchmaps
OsmAnd/src/net/osmand/plus/resources/ResourceManager.java
35554
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...
gpl-3.0
IceExchange/ice-headless-client
src/main/resources/db/migration/sqlite/V1__Initial_model.sql
1758
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...
gpl-3.0
joaquinaimar/wizard
99 backup/02 source-20131113/wizard-web-esm/src/main/java/com/wizard/web/application/manage/permission/service/PermissionManageService.java
503
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...
gpl-3.0
tchoulihan/referendum
src/main/java/com/referendum/voting/results/MultipleWinnerElectionResults.java
480
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...
gpl-3.0
jwiegley/ghc-release
libraries/time/test/TestEaster.hs
1090
{-# 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...
gpl-3.0
laszlodaniel/ChryslerCCDSCIScanner
GUI/ChryslerCCDSCIScanner/DB/Converters/BinaryStateConverter.cs
2440
/* * 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. * ...
gpl-3.0
bixuanzju/full-version
src/Translation.hs
5168
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...
gpl-3.0
SrNativee/BotDeUmBot
node_modules/cleverbot-node/lib/cleverbot.js
2085
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...
gpl-3.0
tbrooks8/quasar
quasar-core/src/main/java/co/paralleluniverse/strands/CheckedSuspendableCallable.java
1178
/* * 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 * * ...
gpl-3.0
Adriqun/Assassin-s-Genesis
states/editor/eatools.h
1552
#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...
gpl-3.0
tomahawk-player/tomahawk
src/libtomahawk/resolvers/JSResolverHelper.h
4863
/* === 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...
gpl-3.0
jiachenning/fibjs
vender/src/v8/src/bignum-dtoa.cc
26817
// 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...
gpl-3.0
wisehead/Leetcode
24.DFS_1/0100.Same_Tree.Tree_DepthFirstSearch.Easy/same_tree.recursive.cpp
1331
/******************************************************************************* * file name: same_tree.cpp * author: hui chen. (c) 17 * mail: chenhui13@baidu.com * created ti...
gpl-3.0
keera-studios/pang-a-lambda
Experiments/splitballs/Debug.hs
142
module Debug where import Control.Monad (when, void) import Constants debug :: Bool -> String -> IO () debug b msg = when b $ putStrLn msg
gpl-3.0
Radarr/Radarr
src/NzbDrone.Core/Queue/Queue.cs
1362
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...
gpl-3.0
mpdeimos/git-repo-zipper
test-data/unlink.sh
119
#!/bin/bash for r in */ do if [[ -d "$r/dot_git" && -L "$r/.git" ]] then echo "unlink $r" rm "$r/.git" fi done
gpl-3.0
yordan-karadzhov/equipmentlist-mice
src/devel/eventbuild.cc
3452
#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...
gpl-3.0
AllaMaevskaya/AliceO2
GPU/GPUTracking/gpucf/src/gpucf/common/log.cpp
4052
// 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 ...
gpl-3.0
Lytjepole/Lytjepole-Beheer
LPB/app.js
1604
/* * 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...
gpl-3.0
dastiii/Ilch-2.0
application/modules/article/views/admin/settings/index.php
7007
<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->...
gpl-3.0
sergiobenrocha2/RetroArch
gfx/video_state_tracker.c
7542
/* 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...
gpl-3.0
acesnik/proteoform-suite
ProteoformSuiteGUI/Properties/Settings.Designer.cs
1075
//------------------------------------------------------------------------------ // <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> //--...
gpl-3.0
fw1121/Pandoras-Toolbox-for-Bioinformatics
src/SPAdes/ext/src/bamtools/api/BamMultiReader.cpp
16495
// *************************************************************************** // BamMultiReader.cpp (c) 2010 Erik Garrison, Derek Barnett // Marth Lab, Department of Biology, Boston College // --------------------------------------------------------------------------- // Last modified: 14 January 2013 (DB) // --------...
gpl-3.0
DragonZX/fdm
Include.Add/vmsBrowsersSharedData.h
4022
/* 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;...
gpl-3.0
BipolarAurora/H-CE-Opensauce-V5
OpenSauce/Halo1/Halo1_CE/Rasterizer/PostProcessing/Fade/c_shader_instance_fade.cpp
3549
/* 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...
gpl-3.0
Arribas/gnss-sdr
src/algorithms/observables/gnuradio_blocks/gps_l1_ca_observables_cc.cc
13634
/*! * \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...
gpl-3.0
hyunsunWkd/team10-yetris
src/block.h
1560
/* 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...
gpl-3.0
MOD-ASL/ModularRobotSystemToolKit
unity3d/Assets/Scripts/Objects/ConnectionObject.cs
408
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;...
gpl-3.0
together-web-pj/together-web-pj
node_modules/twilio/lib/rest/api/v2010/account/queue/member.js
17007
'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...
gpl-3.0