repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
AliGhahraei/scripts
arch-install/config/enable-systemd-timers.sh
172
#!/usr/bin/env bash INTERFACE="${INTERFACE:-wlo1}" systemctl enable netctl-auto@$INTERFACE systemctl --user enable maintenance.timer systemctl --user enable battery.timer
gpl-3.0
edeltoaster/jdaco_dev
jdaco_dev/src/standalone_tools/CompleXChange.java
12876
package standalone_tools; import java.io.File; import java.util.HashMap; import java.util.Map; import java.util.Set; import framework.DataQuery; import framework.DiffComplexDetector; import framework.DiffComplexDetector.SPEnrichment; import framework.DiffSeedCombDetector; import framework.QuantDACOResultSet; import f...
gpl-3.0
EriconYu/stocksniper
src/vendor/github.com/kataras/iris/core/router/controller_test.go
3581
// black-box testing package router_test import ( "testing" "github.com/kataras/iris" "github.com/kataras/iris/context" "github.com/kataras/iris/core/router" "github.com/kataras/iris/httptest" ) type testController struct { router.Controller } var writeMethod = func(c router.Controller) { c.Ctx.Writef(c.Ctx...
gpl-3.0
geopaparazzi/geopaparazzi
geopaparazzi_library/src/main/java/eu/geopaparazzi/library/profiles/objects/ProfileOtherfiles.java
2473
/* * Geopaparazzi - Digital field mapping on Android based devices * Copyright (C) 2016 HydroloGIS (www.hydrologis.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 ...
gpl-3.0
djangobrasil/djangobrasil.org
src/djangobrasil/success_cases/moderator.py
104
#from moderation import moderation #from .models import SuccessCase #moderation.register(SuccessCase)
gpl-3.0
thedanielgray/thedanielgray.github.io
js/gray.js
2070
document.addEventListener("DOMContentLoaded", function(event) { if (/android|blackberry|iPhone|iPad|iPod|webOS/i.test(navigator.userAgent) === false) { var linkDescrs = document.querySelectorAll('.link-descr'); Array.prototype.forEach.call(linkDescrs, function(el, i) { el.parentNode.addEventListener('mouseenter...
gpl-3.0
lasso/textura
src/htmlbuilder/phpdoc/__filesource/fsource_Elements__ElementsTableTHead.php.html
12283
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- template designed by Marco Von Ballmoos --> <title>File Source for THead.php</title> ...
gpl-3.0
mars7105/JKLubTV
src/de/turnierverwaltung/control/settingsdialog/ActionListenerSettingsControl.java
18976
package de.turnierverwaltung.control.settingsdialog; import java.awt.Dialog; import java.awt.Font; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.File; import java.sql.SQLException; import javax.swing.JDialog; import javax.swing.JFileChooser; import javax.swing.JOptionPane; im...
gpl-3.0
BrunoJuchli/RibbonizerSample
Ribbonizer/Ribbon/RibbonInitializer.cs
1152
namespace Ribbonizer.Ribbon { using System.Collections.Generic; using System.Linq; using Ribbonizer.Ribbon.DefinitionValidation; using Ribbonizer.Ribbon.Tabs; internal class RibbonInitializer : IRibbonInitializer { private readonly IEnumerable<IRibbonDefinitionValidator> definitionVal...
gpl-3.0
pytroll/satpy
utils/fetch_avhrr_calcoeffs.py
4773
#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (c) 2015 Satpy developers # # This file is part of satpy. # # satpy 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...
gpl-3.0
juldup/scouting-web-platform
app/models/Privilege.php
11158
<?php /** * Belgian Scouting Web Platform * Copyright (C) 2014 Julien Dupuis * * This code is licensed under the GNU General Public License. * * This is free software, and you are welcome to redistribute it * under under the terms of the GNU General Public License. * * It is distributed without any warrant...
gpl-3.0
libre/webexploitscan
wes/data/rules/fullscan/10092019-MS-PHP-Antimalware-Scanner-2155-malware_signature.php
1524
<?php /** * WES WebExploitScan Web GPLv4 http://github.com/libre/webexploitscan * * The PHP page that serves all page requests on WebExploitScan installation. * * The routines here dispatch control to the appropriate handler, which then * prints the appropriate page. * * All WebExploitScan code is released unde...
gpl-3.0
ltfat/ltfat
oct/comp_ufilterbankheapint.cc
2458
#define TYPEDEPARGS 0, 1, 2, 3 #define SINGLEARGS #define REALARGS #define OCTFILENAME comp_ufilterbankheapint // change to filename #define OCTFILEHELP "This function calls the C-library\n\ phase=comp_ufilterbankheapint(s,tgrad,fgrad,cfreq,a,do_real,tol,phasetype)\n Yeah." #include "ltfat_oct_temp...
gpl-3.0
RagEmu/Renewal
src/common/md5calc.h
2043
/** * This file is part of RagEmu. * http://ragemu.org - https://github.com/RagEmu/Renewal * * Copyright (C) 2016 RagEmu Dev Team * Copyright (C) 2012-2015 Hercules Dev Team * Copyright (C) Athena Dev Teams * * RagEmu is free software: you can redistribute it and/or modify * it under the terms of the GNU Ge...
gpl-3.0
OpenCppCoverage/OpenCppCoveragePlugin
VSPackage/OutputWindowWriter.cs
2517
// OpenCppCoverage is an open source code coverage for C++. // Copyright (C) 2014 OpenCppCoverage // // 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 // an...
gpl-3.0
dmsimard/ansible
lib/ansible/modules/git.py
53677
#!/usr/bin/python # -*- coding: utf-8 -*- # (c) 2012, Michael DeHaan <michael.dehaan@gmail.com> # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import absolute_import, division, print_function __metaclass__ = type DOCUMENTATION = ''' --- module: git autho...
gpl-3.0
TGates71/PNPv1-Languages
PNPv101-lang-english/modules/MetAuthors/language/lang-english.php
3154
<?php /**************************************************************************/ /* PHP-NUKE: Advanced Content Management System */ /* ============================================ */ /* */ /* Th...
gpl-3.0
GRIS-UdeM/spatServerGRIS
Source/sg_AbstractSliceComponent.cpp
1548
/* This file is part of SpatGRIS. Developers: Samuel Béland, Olivier Bélanger, Nicolas Masson SpatGRIS 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) a...
gpl-3.0
jasujm/bridge
src/main/SimpleCardProtocol.cc
4231
#include "main/SimpleCardProtocol.hh" #include "bridge/BridgeConstants.hh" #include "bridge/CardShuffle.hh" #include "bridge/CardType.hh" #include "bridge/Position.hh" #include "engine/SimpleCardManager.hh" #include "main/Commands.hh" #include "main/PeerCommandSender.hh" #include "messaging/CardTypeJsonSerializer.hh" ...
gpl-3.0
vancleve/fwdpp
testsuite/integration/sugar_integration_tests.cc
95
#define BOOST_TEST_MODULE sugar_integration_tests #include <boost/test/included/unit_test.hpp>
gpl-3.0
mganeva/mantid
Framework/DataHandling/src/RemoveLogs.cpp
2988
// Mantid Repository : https://github.com/mantidproject/mantid // // Copyright &copy; 2018 ISIS Rutherford Appleton Laboratory UKRI, // NScD Oak Ridge National Laboratory, European Spallation Source // & Institut Laue - Langevin // SPDX - License - Identifier: GPL - 3.0 + //-------------------------------------...
gpl-3.0
firestarter/firestarter
redist/mirror-lib/mirror/doc/factory_generator.hpp
12717
/** * file mirror/doc/factory_generator.hpp * Documentation only header * * @author Matus Chochlik * * Copyright 2008-2010 Matus Chochlik. Distributed under 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) */ #ifndef MIR...
gpl-3.0
jmmendozamix/reelance
public/static-v5/css/sidebar.css
1711
#sidebar { display: none; } #sidebar * { border-radius: 0 !important; } #sidebar > nav { background-color: #222222; } @media (min-width: 768px) { #sidebar { position: fixed; top: 0; bottom: 0; left: 0; z-index: 1000; display: block; padding: 0; overflow-x: hidden; overflow-y: auto; background-co...
gpl-3.0
apotter96/GemsCraft
GemsCraft/Entities/Metadata/Flags/TameableFlags.cs
251
namespace GemsCraft.Entities.Metadata.Flags { public enum TameableFlags: byte { IsSitting = 0x01, /// <summary> /// Only used with wolves /// </summary> IsAngry = 0x02, IsTamed = 0x04 } }
gpl-3.0
TRPGEngine/Client
src/app/src/screens/HomeScreen.tsx
4755
import React from 'react'; import { connect } from 'react-redux'; import { View, Text, FlatList } from 'react-native'; import sb from 'react-native-style-block'; import dateHelper from '@shared/utils/date-helper'; import appConfig from '../config.app'; import ConvItem from '../components/ConvItem'; import { reloadConve...
gpl-3.0
CCChapel/ccchapel.com
CMS/CMSModules/Groups/Tools/Polls/Polls_New.aspx.designer.cs
746
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:2.0.50727.4927 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //---...
gpl-3.0
uSirPatrick/IPCalcGUI
IPCalc2/src/ReadSavedData.java
556
import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; public class ReadSavedData { public static void StartRead() throws IOException { FileReader file = new FileReader("C:/Users/Public/Documents/SavedData.txt"); BufferedReader rea...
gpl-3.0
ropez/pieces
src/examples/qchat/global.h
121
enum MessageType { TYPE_CHAT_MESSAGE = 2000 }; enum PropertyType { PR_CHAT_NICK = 3000, PR_CHAT_TEXT };
gpl-3.0
mailmindlin/teach-oop
main.css
2561
.block { background:yellow; /*max-height:50px;*/ border:5px; border-color:red; max-width:300px; -moz-border-radius: 15px; padding-left:5px; padding-right:10px; z-index:11; } .block:not(.block-inlist):last-of-type,.block-inlist{ border-bottom-right-radius: 10px; } .block-instack { list-style-position:inside; ...
gpl-3.0
martin-steghoefer/debian-karlyriceditor
src/background.h
2808
/************************************************************************** * Karlyriceditor - a lyrics editor and CD+G / video export for Karaoke * * songs. * * Copyright (C) 2009-2013 George Yunaev, support@ulduzsoft.com * * ...
gpl-3.0
alvatar/caad-research
__scripts/build.sh
137
#!/bin/sh declare -x PATH_TO_SOURCE=`dirname $0`/.. cd $PATH_TO_SOURCE bsc -e "(module-compile-to-standalone \"ensanche-core\" 'main)"
gpl-3.0
autohome/autohome-web
app/controllers/application_controller.rb
650
class ApplicationController < ActionController::Base class ForbiddenException < StandardError; end protect_from_forgery before_filter :set_locale before_filter :authenticate_user! layout :get_layout def set_locale I18n.locale = params[:locale] || I18n.default_locale end def get_layout if !use...
gpl-3.0
codesearch-github/codesearch
src/custom-libs/Codesearch-JHighlight/src/main/java/com/uwyn/jhighlight/pcj/hash/CharHashFunction.java
1832
/** * Copyright 2010 David Froehlich <david.froehlich@businesssoftware.at>, * Samuel Kogler <samuel.kogler@gmail.com>, * Stephan Stiboller <stistc06@htlkaindorf.at> * * This file is part of Codesearch. * * Codesearch is free software: you can redistribute it and/or modify * i...
gpl-3.0
eae/opendental
OpenDental/Eclaims/BCBSGA.cs
5973
using System; using System.Diagnostics; using System.Text; using System.Windows.Forms; using OpenDentBusiness; namespace OpenDental.Eclaims { /// <summary> /// Summary description for BCBSGA. /// </summary> public class BCBSGA{ /// <summary></summary> public static string ErrorMessage=""; public BCBSGA() ...
gpl-3.0
TinyGroup/tiny
db/org.tinygroup.jsqlparser/src/test/resources/org/tinygroup/jsqlparser/test/oracle-tests/join16.sql
771
-- -- Copyright (c) 1997-2013, www.tinygroup.org (luo_guo@icloud.com). -- -- Licensed under the GPL, Version 3.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.gnu.org/licenses/gpl.html -- -- Unless required by ...
gpl-3.0
TRothfelder/Multicopter
libs/STM32Cube_FW_F4_V1.16.0/Projects/STM32F4-Discovery/Examples/I2C/I2C_TwoBoards_ComPolling/Src/stm32f4xx_it.c
5686
/** ****************************************************************************** * @file I2C/I2C_TwoBoards_ComPolling/Src/stm32f4xx_it.c * @author MCD Application Team * @version V1.2.7 * @date 17-February-2017 * @brief Main Interrupt Service Routines. * This file provides temp...
gpl-3.0
OCamlPro/Dessiner
Makefile
68
all: ocp-build init ocp-build opam-deps: opam install ocp-build
gpl-3.0
r0ug3-Mary/Sr.GUI
FAKKITpics/inventorypage.cpp
1227
#include "inventorypage.h" #include "ui_inventorypage.h" #include "fak.h" #include "inventorypage.h" #include <QtDebug> #include "QtDebug" #include <QSqlQuery> #include <QSqlError> #include <QSqlRecord> static const QString path = "C:/Sr.GUI/FAKKIT/db/fakdb4.db"; InventoryPage::InventoryPage(QWidget *parent) : QD...
gpl-3.0
bdSpring/zhou-task02
26/gulpfile.js
946
var gulp = require('gulp'); var browserSync = require('browser-sync'); var jshint = require('gulp-jshint'); var concat = require('gulp-concat'); var uglify = require('gulp-uglify'); var rename = require('gulp-rename'); // 静态服务器 gulp.task('browser-sync', function() { browserSync.init({ files: "src/**", ...
gpl-3.0
sTeeLM/clock
src/rom.h
1192
#ifndef __CLOCK_ROM_H__ #define __CLOCK_ROM_H__ #define ROM_ALARM0_DAY_MASK 0 #define ROM_ALARM0_HOUR 1 #define ROM_ALARM0_MIN 2 #define ROM_ALARM0_DUR 3 #define ROM_ALARM1_ENABLE 4 #define ROM_TIME_IS12 10 #define ROM_BEEPER_MUSIC_INDEX 11 #define ROM_BEEPER_ENABLE 12 #define ROM_POWERSAVE...
gpl-3.0
junrw/ember-gsoc2012
src/framework/tasks/SerialTask.h
1988
/* Copyright (C) 2010 Erik Hjortsberg <erik.hjortsberg@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This p...
gpl-3.0
thedreamer979/Arionide
doc/latex/_coloring_8java.tex
718
\hypertarget{_coloring_8java}{}\doxysection{src/ch/innovazion/arionide/menu/structure/\+Coloring.java File Reference} \label{_coloring_8java}\index{src/ch/innovazion/arionide/menu/structure/Coloring.java@{src/ch/innovazion/arionide/menu/structure/Coloring.java}} \doxysubsection*{Classes} \begin{DoxyCompactItemize} \ite...
gpl-3.0
MrCerealGuy/Source-Of-Evil
SoE Engine/inc/C4ObjectList.h
2628
/*****************************************************************/ /* Source Of Evil Engine */ /* */ /* Copyright (C) 2000-2001 Andreas Zahnleiter GreenByte Studios */ /* */ /*****************************************************************/ /* Dyna...
gpl-3.0
Michael-Dawkins/GeometricDefense
Assets/Scripts/Services/TimeScaleManager.cs
1551
using UnityEngine; using System.Collections; public class TimeScaleManager : MonoBehaviour { public static TimeScaleManager instance; public delegate void OnTimeScaleChangeCallback(); public event OnTimeScaleChangeCallback TimeScaleChange; public bool isPlaying; public bool IsPaused { get { return...
gpl-3.0
isage/nxengine-evo
src/autogen/AssignSprites.h
87
#ifndef __ASSIGN_SPRITES_H #define __ASSIGN_SPRITES_H void AssignSprites(void); #endif
gpl-3.0
GeraldWodni/kern.js
docker/big/ReadMe.md
110
# Dockerfile "Big" Intended for a big webapplications which expects the following tools: - texlive (pdflatex)
gpl-3.0
sokolm/NeuroNet
src/org/amse/marinaSokol/model/interfaces/object/net/IActivationFunctor.java
558
package org.amse.marinaSokol.model.interfaces.object.net; public interface IActivationFunctor { /** * Ôóíêöèÿ àêòèâàöèè * @param x - ÷èñëî, ïîäàííîå íà ôóíêöèþ àêòèâàöèè * @return âûõîä íåéðîíà * */ double getFunction(double x); /** * ïðîèçâîäíàÿ ôóíêöèè àêòèâàöèè ...
gpl-3.0
KDE/kdenlive
src/definitions.cpp
5551
/* SPDX-FileCopyrightText: 2007 Jean-Baptiste Mardelle <jb@kdenlive.org> SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "definitions.h" #include <klocalizedstring.h> #include <QColor> #include <utility> #ifdef CRASH_AUTO_TEST #pragma GCC diagnostic push #pragma GCC diagnostic i...
gpl-3.0
bhassett/Expressions-CB13
tableorder_process.aspx.cs
5729
// ------------------------------------------------------------------------------------------ // Licensed by Interprise Solutions. // http://www.InterpriseSolutions.com // For details on this license please visit the product homepage at the URL above. // THE ABOVE NOTICE MUST REMAIN INTACT. // -------------------...
gpl-3.0
bryceadams/woocommerce
includes/admin/class-wc-admin-webhooks.php
14839
<?php /** * WooCommerce Admin Webhooks Class * * @author WooThemes * @category Admin * @package WooCommerce/Admin * @version 2.4.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } /** * WC_Admin_Webhooks. */ class WC_Admin_Webhooks { /** * Initialize the webhooks admin actions...
gpl-3.0
aritzg/EuroMillionGame-portlet
docroot/WEB-INF/service/net/sareweb/emg/service/DrawServiceUtil.java
3192
/** * Copyright (c) 2000-2013 Liferay, Inc. All rights reserved. * * 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 * Software Foundation; either version 2.1 of the License, or (at your option) * any later...
gpl-3.0
realbardia/silicon
SApplications/ImageBurner/mainpage.cpp
8814
#define ICON_SIZE QSize(48,48) #define EXPANDED_HEIGHT 413 #define UNEXPANDED_HEIGHT 137 #include "mainpage.h" #include "ui_options.h" #include <QWidget> #include <QComboBox> #include <QHBoxLayout> #include <QVBoxLayout> #include <QGroupBox> #include <QCheckBox> #include <QLineEdit> #include <QMimeData> #in...
gpl-3.0
barnex/gsl
gsl-1.16/monte/Makefile
33931
# Makefile.in generated by automake 1.13.2 from Makefile.am. # monte/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or witho...
gpl-3.0
oswetto/LoboEvolution
LoboParser/src/main/java/org/mozilla/javascript/optimizer/OptRuntime.java
18041
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mozilla.javascript.optimizer; import org.mozilla.javascript.ArrowFunction; import org.mozilla.javasc...
gpl-3.0
achipa/outqross_blog
2_OutQross.Android_components/relativelayout.cpp
1257
#include "relativelayout.h" #include <QDebug> RelativeLayout::RelativeLayout(View *parent) : View(parent) { // By default, QQuickItem does not draw anything. If you subclass // QQuickItem to create a visual item, you will need to uncomment the // following line and re-implement updatePaintNode() /...
gpl-3.0
Leandro1391/TP_MysteryShopper
css/estilo.css
6948
.nav-tabs { border-bottom: 1px solid #151313 !important; background-color: rgba(0, 0, 0, 0.33); padding: 5px; } li.btn { height: 44px; } * { margin:0; padding:0; border-radius: 0px; } .table-hover>tbody>tr:hover { background-color: #8387F1; border-radius: 0px ; } .table...
gpl-3.0
jokva/opm-core
opm/core/pressure/IncompTpfa.hpp
8431
/* Copyright 2012 SINTEF ICT, Applied Mathematics. This file is part of the Open Porous Media project (OPM). OPM 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 (a...
gpl-3.0
Foghrye4/ihl
javadoc/cpw/mods/fml/common/discovery/ModDiscoverer.html
10675
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_65) on Thu Feb 05 20:10:13 EST 2015 --> <title>ModDiscoverer (Forge API)</title> <meta name="date" content="2015-02-05"> <link rel="sty...
gpl-3.0
digitalstreamio/zinc64
zinc64-emu/src/video/vic_memory.rs
953
// This file is part of zinc64. // Copyright (c) 2016-2019 Sebastian Jastrzebski. All rights reserved. // Licensed under the GPLv3. See LICENSE file in the project root for full license text. use zinc64_core::{Ram, Rom, Shared, SharedCell}; pub struct VicMemory { base_address: SharedCell<u16>, charset: Shared...
gpl-3.0
justb4/stetl
docs/conf.py
7939
# -*- coding: utf-8 -*- # # Stetl documentation build configuration file, created by # sphinx-quickstart on Sun Jun 2 11:01:36 2013. # # This file is execfile()d with the current directory set to its containing dir. # # Note that not all possible configuration values are present in this # autogenerated file. # # All c...
gpl-3.0
wdkk/iSuperColliderKit
HelpSource/Browse.html
7242
<html> <head> <title>Document Browser</title> <link rel='stylesheet' href='./scdoc.css' type='text/css' /> <meta http-equiv='Content-Type' content='text/html; charset=UTF-8' /> <script src="docmap.js" type="text/javascript"></script> <script src="scdoc.js" type="text/javascript"></script> <style> ....
gpl-3.0
NomadDevs/codex_creator
lib/content_output_functions.php
41482
<?php /** * Functions for building the page content for each codex page * * @since 1.0.0 * @package Codex_Creator */ /** * Get and format content output for summary section of the codex page. * * @since 1.0.0 * @package Codex_Creator * @param int $post_id Post ID of the post content required. * @param strin...
gpl-3.0
osebelin/verdandi
src/main/java/verdandi/InvalidIntervalException.java
1220
/******************************************************************************* * Copyright 2010 Olaf Sebelin * * This file is part of Verdandi. * * Verdandi 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...
gpl-3.0
williamfdevine/PrettyLinux
sound/oss/ad1848.c
77160
/* * sound/oss/ad1848.c * * The low level driver for the AD1848/CS4248 codec chip which * is used for example in the MS Sound System. * * The CS4231 which is used in the GUS MAX and some other cards is * upwards compatible with AD1848 and this driver is able to drive it. * * CS4231A and AD1845 are upward compa...
gpl-3.0
gammalgris/jmul
Utilities/Web/src/jmul/web/page/PageLoader.java
5731
/* * SPDX-License-Identifier: GPL-3.0 * * * (J)ava (M)iscellaneous (U)tilities (L)ibrary * * JMUL is a central repository for utilities which are used in my * other public and private repositories. * * Copyright (C) 2016 Kristian Kutin * * This program is free software: you can redistribute it and/or modi...
gpl-3.0
GjjvdBurg/GenSVM
src/gensvm_debug.c
2141
/** * @file gensvm_debug.c * @author G.J.J. van den Burg * @date 2016-05-01 * @brief Functions facilitating debugging * * @details * Defines functions useful for debugging matrices. * * @copyright Copyright 2016, G.J.J. van den Burg. This file is part of GenSVM. GenSVM is free software: you can redistribu...
gpl-3.0
anu-doi/anudc
DataCommons/src/test/java/au/edu/anu/datacommons/doi/DoiClientTest.java
6942
/******************************************************************************* * Australian National University Data Commons * Copyright (C) 2013 The Australian National University * * This file is part of Australian National University Data Commons. * * Australian National University Data Commons is free so...
gpl-3.0
pexip/os-findutils
lib/die.h
1182
/* Report an error and exit. Copyright (C) 2017-2019 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later vers...
gpl-3.0
Salamek/Shadow-of-Dust
neo/tools/af/DialogAFView.h
3918
/* =========================================================================== Shadow of Dust GPL Source Code Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company. This file is part of the Shadow of Dust GPL Source Code ("Shadow of Dust Source Code"). Shadow of Dust Source Code is free software: you can ...
gpl-3.0
AlekseyDurachenko/vkOAuth
src/version.cpp
1812
// Copyright 2016, Durachenko Aleksey V. <durachenko.aleksey@gmail.com> // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later ve...
gpl-3.0
otiai10/kanColleWidget
src/js/Applications/Models/DeckCapture/index.ts
1889
import { Model } from "chomex"; import catalog from "./catalog"; export interface DeckCaptureLike { _id: any; title: string; row: number; col: number; page: number; cell: { x: number; y: number; w: number, h: number; }; protected?: boolean; } /** * 編成キャプチャの設定を保存する用のモデル。 * ふつうの1艦隊編成もあれば、連合艦隊、航空基地編成などもある。 ...
gpl-3.0
miabrahams/MPhoto
dev/ImageLoadQueue.cpp
2610
/******************************************************************************* MPhoto - Photo viewer for multi-touch devices Copyright (C) 2010 Mihai Paslariu This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software F...
gpl-3.0
dprevost/photon
src/Nucleus/Tests/Hash/InsertPass.c
2772
/* * Copyright (C) 2007-2009 Daniel Prevost <dprevost@photonsoftware.org> * * This file is part of Photon (photonsoftware.org). * * This file may be distributed and/or modified under the terms of the * GNU General Public License version 2 or version 3 as published by the * Free Software Foundation and appearing...
gpl-3.0
DariusBxsci/LightNet
include/modules/SubsampleModule.h
2230
#ifndef LIGHTNET_SUBSAMPLE_MODULE_H #define LIGHTNET_SUBSAMPLE_MODULE_H #include "module.h" using namespace std; using FeatureMap = vector<vector<Neuron*>>; FeatureMap* matrifyNeurons(vector<Neuron*>& v, int sizex, int sizey) { FeatureMap *fmap = new FeatureMap(); fmap->resize(sizex); int z = 0; for(unsigned...
gpl-3.0
AndreyPSmith/WithoutPath
WithoutPath.DAL/ShipType.cs
1144
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regener...
gpl-3.0
coppermine-gallery/cpg1.6.x
include/transliteration/xb9.php
2810
<?php /************************* Coppermine Photo Gallery ************************ Copyright (c) 2003-2016 Coppermine Dev Team v1.0 originally written by Gregory Demar This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as pu...
gpl-3.0
yefry/AdmiTravelSpring
AdmiTravelSpring/src/co/edu/udea/ingenieriaweb/admitravel/bl/PaqueteDeViajeBL.java
1439
package co.edu.udea.ingenieriaweb.admitravel.bl; import java.util.List; import co.edu.udea.ingenieriaweb.admitravel.dto.PaqueteDeViaje; import co.edu.udea.ingenieriaweb.admitravel.util.exception.IWBLException; import co.edu.udea.ingenieriaweb.admitravel.util.exception.IWDaoException; /** * Clase DestinoBL define la...
gpl-3.0
evrom/ativinos---deprecated
local_modules/mailer.js
1602
// mailer.js var nodemailer = require('nodemailer'); var smtpTransport = nodemailer.createTransport("SMTP", { service: "Mandrill", debug: true, auth: { user: "evanroman1@gmail.com", pass: "k-AdDVcsNJ9oj8QYATVNGQ" } }); exports.sendEmailConfirmation = function(emailaddress, username, firs...
gpl-3.0
Carlos-Claro/admin2_0
js/sistema.js
1437
$(function(){ $('#telefone').mask('(99)9999-9999'); $('.editar').on({ click : function(){ var url = URI+"sistema/editar/"+$(this).attr('data-item'); window.location.href = url; } }); $('.deletar').on({ click : function(){ ...
gpl-3.0
joakim-hove/ert
ert_gui/plottery/plots/history.py
771
def plotHistory(plot_context, axes): """ @type axes: matplotlib.axes.Axes @type plot_config: PlotConfig """ plot_config = plot_context.plotConfig() if ( not plot_config.isHistoryEnabled() or plot_context.history_data is None or plot_context.history_data.empty ): ...
gpl-3.0
tiankangkan/paper_plane
k_util/hash_util.py
257
# -*- coding: UTF-8 -*- """ Desc: django util. Note: --------------------------------------- # 2016/04/30 kangtian created """ from hashlib import md5 def gen_md5(content_str): m = md5() m.update(content_str) return m.hexdigest()
gpl-3.0
edwin-v/polka2
src/objects/BitmapCanvas.h
2003
/* Copyright (C) 2013 Edwin Velds This file is part of Polka 2. Polka 2 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
edwardoid/avr_libs
sd/sd_cmd.h
4449
/* avr_libs Copyright (C) 2014 Edward Sargsyan avr_libs 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. avr_libs is distri...
gpl-3.0
xrunuo/xrunuo
Server/Network/PacketHandler.cs
640
using System; namespace Server.Network { public delegate void OnPacketReceive( NetState state, PacketReader pvSrc ); public delegate bool ThrottlePacketCallback( NetState state ); public class PacketHandler { public PacketHandler( int packetID, int length, bool ingame, OnPacketReceive onReceive ) {...
gpl-3.0
wglanzer/redmine-intellij-plugin
core/src/main/java/com/github/wglanzer/redmine/IRTaskCreator.java
841
package com.github.wglanzer.redmine; import java.util.function.Consumer; /** * Interface that is able to create background-tasks * * @author w.glanzer, 11.12.2016. */ public interface IRTaskCreator { /** * Executes a given task in background * * @param pTask Task that should be done in background *...
gpl-3.0
nitro2010/moodle
blocks/formal_langs/parsertests/input/old/while.php
249
<?php $namespacetree = array( 'vector' => array( ), 'std' => array( 'vector' => array( 'inner' => array( ) ) ) ); $string = "while(!acceptable(a)) perform_random_actions(&a);";
gpl-3.0
indarsugiarto/Graceful_ImagePro
gui/SpiNNvidStreamer/SpiNNvidStreamer/viddef.h
2123
#ifndef VIDDEF_H #define VIDDEF_H #include <QObject> // FFmpeg is a pure C project, so to use the libraries within your C++ application you need // to explicitly state that you are using a C library by using extern "C"." extern "C" { #include <libavcodec/avcodec.h> #include <libavformat/avformat.h> #include <libavfor...
gpl-3.0
wholegroup/vector
external/Adobe Photoshop CS6 SDK/samplecode/colorpicker/nearestbase/win/NearestBaseUIWin.cpp
2478
// ADOBE SYSTEMS INCORPORATED // Copyright 1993 - 2002 Adobe Systems Incorporated // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this // file in accordance with the terms of the Adobe license agreement // accompanying it. If you have received this file from a source // other t...
gpl-3.0
theguardian/LazyLibrarian_Old
lazylibrarian/notifiers/tweet.py
5477
# Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/lazylibrarian/ # # This file is part of Sick Beard. # # Sick Beard 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 ...
gpl-3.0
tholman/inspiring-online
content/posts/2015-09-12-music-emojis.md
261
--- date: "2015-10-07T00:00:00Z" link: http://musicemojis.tumblr.com/ remoteImage: true title: Music Emojis category: Inspiration --- _A showcase of musicians in the minimal style of emojis!_ By [Bruno Leo Ribeiro](http://www.brunoleoribeiro.com/#kauko-home)
gpl-3.0
rb1205/inav
src/main/telemetry/hott.c
16523
/* * This file is part of Cleanflight. * * Cleanflight 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. * * Cleanflight is distr...
gpl-3.0
ximion/Clementine-LibDanceTag
tests/python_test.cpp
7034
/* This file is part of Clementine. Copyright 2010, David Sansome <me@davidsansome.com> Clementine 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 optio...
gpl-3.0
vocxod/cintez
www/catalog/controller/common/language.php
1477
<?php class ControllerCommonLanguage extends Controller { public function index() { $this->load->language('common/language'); $data['action'] = $this->url->link('common/language/language', '', $this->request->server['HTTPS']); $data['code'] = $this->session->data['language']; $this->load->model('localisati...
gpl-3.0
fatedier/studies
fastdfs-5.01/tracker/tracker_nio.h
937
/** * Copyright (C) 2008 Happy Fish / YuQing * * FastDFS may be copied only under the terms of the GNU General * Public License V3, which may be found in the FastDFS source kit. * Please visit the FastDFS Home Page http://www.csource.org/ for more detail. **/ //tracker_nio.h #ifndef _TRACKER_NIO_H #define _TRACKER_NI...
gpl-3.0
GenerationOfWorlds/GOW
Scripts/Systems/Management/Services/Web/Reports/Objects/Staffing/StaffHistory.cs
14679
using System; using System.Collections; using System.IO; namespace Server.Engines.Reports { public class StaffHistory : PersistableObject { #region Type Identification public static readonly PersistableType ThisTypeID = new PersistableType("stfhst", new ConstructCallback(Construct)); p...
gpl-3.0
rakhimov/scram
gui/align.h
947
/* * Copyright (C) 2018 Olzhas Rakhimov * * 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. * * This program is di...
gpl-3.0
marcusmchale/breedcafs
app/templates/input_group_management.html
4102
{% extends "layout.html" %} {% block body %} <div class="text_body"> <h2>Manage input variable groups</h2> <form> <h3>Create an input group</h3> <p> Input groups are used to select input variables for templates They are managed at the partner level, s...
gpl-3.0
SrNativee/BotDeUmBot
node_modules/oakdex-pokedex/README.md
6776
# <img src="https://v20.imgup.net/oakdex_logfbad.png" alt="fixer" width=282> [![Build Status](https://travis-ci.org/jalyna/oakdex-pokedex.svg?branch=master)](https://travis-ci.org/jalyna/oakdex-pokedex) [![Code Climate](https://codeclimate.com/github/jalyna/oakdex-pokedex/badges/gpa.svg)](https://codeclimate.com/githu...
gpl-3.0
DTMilodowski/LiDAR_canopy
src/LiDAR_tools.py
3971
import numpy as np import laspy as las # Determine if a point is inside a given polygon or not # Polygon is a list of (x,y) pairs. This function # returns True or False. The algorithm is called # the "Ray Casting Method". # the point_in_poly algorithm was found here: # http://geospatialpython.com/2011/01/point-in-pol...
gpl-3.0
KULeuven-KRR/IDP
lib/XSB/emu/deref.h
2786
/* File: deref.h ** Author(s): Jiyang Xu, Terrance Swift, Kostis Sagonas ** Contact: xsb-contact@cs.sunysb.edu ** ** Copyright (C) The Research Foundation of SUNY, 1986, 1993-1998 ** Copyright (C) ECRC, Germany, 1990 ** ** XSB is free software; you can redistribute it and/or modify it under the ** terms of the...
gpl-3.0