repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
matholroyd/electrum | lib/i18n.py | 907 | #!/usr/bin/env python
#
# Electrum - lightweight Bitcoin client
# Copyright (C) 2012 thomasv@gitorious
#
# 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... | gpl-3.0 |
marti1125/simple-api-php | index.php | 782 | <?php
header('Access-Control-Allow-Origin: *');
header('content-type: application/json; charset=utf-8');
//Conexión a base de datos Mysql
$host = 'localhost';
$username= 'root';
$password = 'mysql';
$db_name = 'clinica_internacional';
$db=mysql_connect($host, $username, $password) or die('Could not connect');
mysq... | gpl-3.0 |
htdebeer/PhD-DE1 | src/WVerticalRuler.js | 7743 |
/*
(c) 2012, Huub de Beer (H.T.de.Beer@gmail.com)
*/
(function() {
var WVerticalRuler,
__hasProp = Object.prototype.hasOwnProperty,
__extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.... | gpl-3.0 |
MMAUG/Kanaung | app/src/main/java/org/mmaug/kanaung/PopupViewHelper.java | 5607 | package org.mmaug.kanaung;
import android.app.AlertDialog;
import android.content.ClipboardManager;
import android.content.Context;
import android.content.DialogInterface;
import android.graphics.Color;
import android.view.ContextThemeWrapper;
import android.view.Gravity;
import android.view.View;
import android.view.... | gpl-3.0 |
ikettu/JukolaTest | JukolaApp/resources/libs/openlayers-3.18.2/customprojs.js | 99 | proj4.defs("EPSG:3067","+proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs"); | gpl-3.0 |
rdpstaff/Clustering | src/edu/msu/cme/pyro/cluster/io/EdgeReader.java | 1071 | /*
* Copyright (C) 2012 Michigan State University <rdpstaff at msu.edu>
*
* 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 v... | gpl-3.0 |
elmsln/elmsln | core/dslmcode/cores/haxcms-1/build/es6/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-kanban/lrnapp-studio-assignment-display.js | 953 | import{html as e,PolymerElement as t}from"../../../../@polymer/polymer/polymer-element.js";import"../../../../@polymer/marked-element/marked-element.js";class LrnappStudioAssignmentDisplay extends t{static get template(){return e`
<style>
:host {
display: block;
padding: 16px;
... | gpl-3.0 |
AttacqueSuperior/Engine | OpenRA.Mods.AS/Traits/Player/GpsASWatcher.cs | 2782 | #region Copyright & License Information
/*
* Copyright 2015- OpenRA.Mods.AS Developers (see AUTHORS)
* This file is a part of a third-party plugin for OpenRA, which is
* free software. It is made available to you under the terms of the
* GNU General Public License as published by the Free Software
* Foundation. F... | gpl-3.0 |
NewmanMDB/VimConfig | tags/unity5/UnityEngine/Networking/Types/SourceID.cs | 238 | namespace UnityEngine.Networking.Types
{
using System;
using System.ComponentModel;
[DefaultValue(18446744073709551615L)]
public enum SourceID : ulong
{
Invalid = 18446744073709551615L
}
}
| gpl-3.0 |
UIKit0/psychosynth | src/psynth3d.cpp | 3700 | /***************************************************************************
* *
* PSYCHOSYNTH *
* =========== *
* ... | gpl-3.0 |
sumitkumardey91/prestashop1 | cache/smarty/compile/27/d7/0f/27d70fcdbbd9a55353af10b5391c77efcd2ea6d7.file.global.tpl.php | 8721 | <?php /* Smarty version Smarty-3.1.19, created on 2016-02-13 11:33:47
compiled from "C:\xampp\htdocs\prestashop1\themes\default-bootstrap\global.tpl" */ ?>
<?php /*%%SmartyHeaderCode:1470056bec7433cbd83-04178865%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodePrope... | gpl-3.0 |
metacurrency/holochain | kad_table_test.go | 5272 | // This code is adapted from the libp2p project, specifically:
// https://github.com/libp2p/go-libp2p-kbucket/table_test.go
// we don't need to unify keyspaces between random strings and peer.IDs which ipfs requires.
package holochain
import (
. "github.com/holochain/holochain-proto/hash"
peer "github.com/libp2p/go... | gpl-3.0 |
NicovincX2/Python-3.5 | Algorithmique/Algorithme/Algorithme de la théorie des graphes/Algorithme de parcours en largeur/PL1.py | 618 | # -*- coding: utf-8 -*-
import os
import queue
#------------------------
# Parcours en largeur
def Parcours_PL(G, s):
Couleur = {}
Pred = {}
Dist = {}
for x in G[0]:
Couleur[x] = 0
Pred[x] = None
Dist[x] = None
Couleur[s] = 1
Dist[s] = 0
F = Queue.Queue()
F.pu... | gpl-3.0 |
SaturnSDK/Saturn-SDK-IDE | src/plugins/astyle/astyle/ASLocalizer.cpp | 45810 | //
// FILE ENCODING IS UTF-8 WITHOUT A BOM.
// русский 中文(简体) 日本 한국의
//
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* ASLocalizer.cpp
*
* Copyright (C) 2006-2013 by Jim Pattee <jimp03@email.com>
* Copyright (C) 1998-2002 by Tal Davidson
* <http://www.gnu.org/lice... | gpl-3.0 |
bzaPetey/BeamBattles | Beam Battles/Assets/Scripts/GameCamera.cs | 667 | /*
* GameCamera.cs
* Peter Laliberte - BurgZerg Arcade
*/
using UnityEngine;
[DisallowMultipleComponent]
[RequireComponent(typeof(Camera))]
public class GameCamera : MonoBehaviour {
[SerializeField] float distanceToPlayer = 20f;
Transform target;
/// <summary>
/// return the vertical distance fr... | gpl-3.0 |
davemoore22/sepheroth | src/map.cpp | 21574 | /*
* Sepheroth - map.cpp
* Copyright (C) 2014 Dave Moore
*
* This file is part of Sepheroth.
*
* Sepheroth 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 you... | gpl-3.0 |
italojohnny/weakNode | app/test/teste_libpq.js | 566 | var Libpq = require("libpq");
var pq = new Libpq();
var user = "";
var pswd = "";
var host = "";
var port = "5432";
var bank = "";
var conString = `postgres://${user}:${pswd}@${host}:${port}/${bank}`;
pq.connect(conString, function(){
pq.exec("select * from f_bilhetes_chamadas limit 1000");
var arrayResult = [];... | gpl-3.0 |
Malvineous/libgamemusic | src/mus-dsm-dsik.hpp | 1792 | /**
* @file mus-dsm-dsik.hpp
* @brief Support for the Digital Sound Interface Kit DSMF format.
*
* Copyright (C) 2010-2015 Adam Nielsen <malvineous@shikadi.net>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the ... | gpl-3.0 |
tsujan/FeatherPad | featherpad/highlighter/highlighter-yaml.cpp | 21605 | /*
* Copyright (C) Pedram Pourang (aka Tsu Jan) 2021 <tsujan2000@gmail.com>
*
* FeatherPad 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 |
portablemind/compass_agile_enterprise | erp_tech_svcs/config/initializers/wickedpdf.rb | 86 | WickedPdf.config = {
exe_path: '/usr/local/bin/wkhtmltopdf',
page_size: 'A4'
} | gpl-3.0 |
giulianob/tribalhero | server/Game/Logic/Actions/ResourceActions/ResourceSendActiveAction.cs | 7833 | #region
using System;
using System.Collections.Generic;
using Game.Data;
using Game.Logic.Formulas;
using Game.Map;
using Game.Setup;
using Game.Util;
using Game.Util.Locking;
#endregion
namespace Game.Logic.Actions
{
public class ResourceSendActiveAction : ScheduledActiveAction
{
pr... | gpl-3.0 |
WildInfoLuo/VCloud | VCloud/src/main/webapp/js/common.js | 171 | //打开字滑入效果
window.onload = function(){
$(".connect p").eq(0).animate({"left":"0%"}, 600);
$(".connect p").eq(1).animate({"left":"0%"}, 400);
};
| gpl-3.0 |
doricke/IBio | test/models/group_activity_test.rb | 127 | require 'test_helper'
class GroupActivityTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
| gpl-3.0 |
simplyphp/admin-framework | app/AppKernel.php | 1841 | <?php
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\Config\Loader\LoaderInterface;
use SimplyPHP\Admin;
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = [
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
new Symfony\Bundle\Se... | gpl-3.0 |
vpac-innovations/rsa | src/rsaworkers/src/main/java/org/vpac/worker/WorkDomainEvent.java | 63 | package org.vpac.worker;
public interface WorkDomainEvent {
} | gpl-3.0 |
gatATAC/eo | db/migrate/20160617021519_add_functions.rb | 984 | class AddFunctions < ActiveRecord::Migration
def self.up
create_table :functions do |t|
t.string :name
t.string :abbrev
t.datetime :created_at
t.datetime :updated_at
t.integer :project_id
t.integer :root_id
t.integer :parent_id
t.integer :function_type_id
... | gpl-3.0 |
DanFlannel/Pokemon_Battle_Simulator | Assets/Scripts/API/Helpers/_Enums.cs | 710 | using UnityEngine;
using System.Collections;
public class _Enums { }
public enum nonVolitileStatusEffects
{
none,
burned,
paralized,
poisioned,
toxic,
frozen,
sleep
};
public enum volitileStatusEffects
{
none,
confused,
infatuated
};
public enum pokemonPosition
{
normal,... | gpl-3.0 |
torstein-vik/zophie | src/main/scala/connection/JSONConverter.scala | 4093 | package io.zophie.connection
import io.zophie.api.event._
import org.json4s._
import org.json4s.native.JsonMethods._
case class JSONConversionException(msg : String) extends Exception(msg)
// Implementation of JSON, to be passed to JSON converter
trait EventDataJSONConverter[T <: EventData] {
def toJSON (dat... | gpl-3.0 |
fserena/GLORIAHub | WebContent/welcome/js/welcome.js | 4272 | function WelcomeUserController($scope, $location, Login, $gloriaView, $timeout,
$gloriaLocale) {
$scope.ready = false;
$gloriaLocale.loadResource('welcome/lang', 'welcome', function() {
$scope.ready = true;
});
$scope.initValues = function() {
$scope.register = {
fault : {},
styles : {
email : {... | gpl-3.0 |
andes/api | modules/vacunas/schemas/vacunas-pacientes.schema.ts | 1774 | import { model, Schema, SchemaTypes } from 'mongoose';
import { ESTADO, NombreSchemaV2 } from '../../../shared/schemas';
export const VacunasPacientesSchema = new Schema({
paciente: {
id: SchemaTypes.ObjectId,
nombre: String,
apellido: String,
documento: String,
fechaNacimie... | gpl-3.0 |
fiendishly/rsbot | src/org/rsbot/event/impl/DrawSettings.java | 1943 | package org.rsbot.event.impl;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.util.Arrays;
import org.rsbot.bot.Bot;
import org.rsbot.event.listeners.PaintListener;
public class DrawSettings implements PaintListener {
public final static DrawSettings inst = new DrawSett... | gpl-3.0 |
hoby1k/PiStat | webapp.py | 958 | #!/usr/bin/python3
from flask import Flask, render_template, request, url_for
from SettingsWriter import WriteSettings
from PiStatSettings import PiStatTemp
import pickle
# Initialize the Flask application
app = Flask(__name__)
# Define a route for the default URL, which loads the form
@app.route('/')
def home():
te... | gpl-3.0 |
clementvillanueva/SimpleHDR | src/com/jidesoft/converter/PercentConverter.java | 912 | /*
* @(#)PercentConverter.java 4/10/2007
*
* Copyright 2002 - 2007 JIDE Software Inc. All rights reserved.
*/
package com.jidesoft.converter;
import java.text.NumberFormat;
/**
* Converter which converts percentage to String and converts it back.
*/
public class PercentConverter extends NumberFormatConverter {... | gpl-3.0 |
NocBross/dec-net | TestDataGen/src/main/java/constants/Secrets.java | 162 | package main.java.constants;
public class Secrets {
public static final String DATABASE_SECRET_PATH = "../ResourceHub/" + Database.DATABASE_SECRET_PATH;
}
| gpl-3.0 |
Zi-i/MCI_Host | src/examples/mod_tester/extern_command.cpp | 7902 | #include "extern_command.h"
// This file is part of MCI_Host.
// MCI_Host 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 |
rajmahesh/magento2-master | vendor/magento/module-catalog/Controller/Adminhtml/Product/Action/Attribute/Save.php | 9851 | <?php
/**
*
* Copyright © 2016 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Controller\Adminhtml\Product\Action\Attribute;
use Magento\Backend\App\Action;
/**
* Class Save
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class Save extends \Magento\Catal... | gpl-3.0 |
taylorsuccessor/balloon | admin/language/ar/extension/fraud/ip.php | 1044 | <?php
// Website: WWW.OpenCartArab.com
// E-Mail : info@OpenCartArab.com
// Heading
$_['heading_title'] = 'مكافحة اختراق الاي بي - Anti-Fraud IP';
// Text
$_['text_extension'] = 'الموديولات';
$_['text_success'] = 'تم التعديل !';
$_['text_edit'] = 'تحرير';
$_['text_ip_add'] = 'إضافة عن... | gpl-3.0 |
softwarekid/OpenFlipper | OpenFlipper/widgets/optionsWidget/ShortcutButton.cc | 5186 | /*===========================================================================*\
* *
* OpenFlipper *
* Copyright (C) 2001-2011 by Computer Graphics Group, RWTH Aachen *
* ... | gpl-3.0 |
wolfy1339/Wolfy-Powder-Toy | src/gui/console/ConsoleView.cpp | 3279 | #include "ConsoleView.h"
#include "gui/interface/Keys.h"
ConsoleView::ConsoleView():
ui::Window(ui::Point(0, 0), ui::Point(WINDOWW, 150)),
commandField(NULL)
{
class CommandHighlighter: public ui::TextboxAction
{
ConsoleView * v;
public:
CommandHighlighter(ConsoleView * v_) { v = v_; }
void TextChangedCallb... | gpl-3.0 |
NewCell/Call-Text-v1 | src/org/pjsip/pjsua/pjsip_event.java | 1273 | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.0
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ------------------------------... | gpl-3.0 |
ICTO/paella | plugins/es.upv.paella.repeatButtonPlugin/repeatbutton.js | 732 | paella.plugins.RepeatButtonPlugin = Class.create(paella.ButtonPlugin, {
repeatSubclass:'repeatButton',
getAlignment:function() { return 'left'; },
getSubclass:function() { return this.repeatSubclass; },
getName:function() { return "es.upv.paella.repeatButtonPlugin"; },
getIndex:function() {return 120;},
getDefau... | gpl-3.0 |
dominic-ks/bedevious-imagmagick | inc/js/instagram-share.js | 987 | function bedev_generate_instagram_share( image_id , uniqueID ) {
instagramShareText = '<p id="instagram-share-' + uniqueID + '" style="text-align:center;margin-top:10px;">Currently you can only share images via the Instagram app. Use the link to download the image and share via the app.</p>';
jQuery( '#' + unique... | gpl-3.0 |
Drxmo/imaginarium | vendor/laravel/framework/src/Illuminate/Database/Schema/Grammars/Grammar.php | 12781 | <?php
namespace Illuminate\Database\Schema\Grammars;
use RuntimeException;
use Doctrine\DBAL\Types\Type;
use Illuminate\Support\Fluent;
use Doctrine\DBAL\Schema\Table;
use Doctrine\DBAL\Schema\Column;
use Doctrine\DBAL\Schema\TableDiff;
use Illuminate\Database\Connection;
use Doctrine\DBAL\Schema\Comparator;
use Illu... | gpl-3.0 |
timpalpant/calibre | src/calibre/devices/smart_device_app/driver.py | 89490 | #!/usr/bin/env python2
# vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai
from __future__ import (unicode_literals, division, absolute_import,
print_function)
'''
Created on 29 Jun 2012
@author: charles
'''
import socket, select, json, os, traceback, time, sys, random
import posixpath
from coll... | gpl-3.0 |
polyvi/xface-extension-advanced-file-transfer | src/android/FileUploader.java | 21250 | /*
Copyright 2012-2013, Polyvi Inc. (http://polyvi.github.io/openxface)
This program is distributed under the terms of the GNU General Public License.
This file is part of xFace.
xFace is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
th... | gpl-3.0 |
aptivate/ihpresultsweb | wordpress/wp-content/themes/ihpresults/sidebar.php | 1090 | <hr />
<div id="sidebar">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar') ) : ?>
<div id="search" class="widget widget_search">
<h2>Search</h2>
<?php get_search_form(); ?>
</div><!-- end search -->
<div id="pages" class="widget widget_pages">
<h2>Pages</h... | gpl-3.0 |
web-priv/picsure | cli/js/app/collections/album.collection.js | 474 | "use strict";
/*global require module*/
var Backbone = require('backbone');
var Album = require('../models/album.model');
var U = require("../utils");
var AlbumCollection = Backbone.Collection.extend({
userid: "",
model: Album,
initialize: function (models, opts) {
this.userid = opts.userid;
... | gpl-3.0 |
eliteironlix/portaio2 | Core/Champion Ports/Nidalee/Flowers' Nidalee/Common/Common.cs | 12899 | using EloBuddy;
using LeagueSharp.Common;
namespace Flowers_Nidalee.Common
{
using LeagueSharp;
using LeagueSharp.Common;
using Prediction;
using SharpDX;
using SPrediction;
using System;
using Prediction = Flowers_Nidalee.Prediction;
public static class Common
{
public ... | gpl-3.0 |
Orochimarufan/vlyc2 | plugins/sleep/SleepPlugin.cpp | 2282 | /*****************************************************************************
* vlyc2 - A Desktop YouTube client
* Copyright (C) 2014 Taeyeon Mori <orochimarufan.x3@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 publish... | gpl-3.0 |
interlegis/sapl | sapl/parlamentares/models.py | 25793 |
from django.db import models
from django.utils import timezone
from django.utils.translation import ugettext_lazy as _
from image_cropping.fields import ImageCropField, ImageRatioField
from model_utils import Choices
from prompt_toolkit.key_binding.bindings.named_commands import self_insert
import reversion
from sapl... | gpl-3.0 |
nitro2010/moodle | mod/moodecgrpmanagement/classes/event/course_module_viewed.php | 1947 | <?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle ... | gpl-3.0 |
barasoft/moodletest | lang/en/admin.php | 123592 | <?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle... | gpl-3.0 |
wwgong/CVoltDB | tests/test_apps/tpcc/src1/com/tpcbprocedures/ResetBranch.java | 3174 | /* This file is part of VoltDB.
* Copyright (C) 2008-2011 VoltDB Inc.
*
* This file contains original code and/or modifications of original code.
* Any modifications made by VoltDB Inc. are licensed under the following
* terms and conditions:
*
* Permission is hereby granted, free of charge, to any person obtain... | gpl-3.0 |
Venryx/VDF | VDF/CSharp/VDF/VDF/VDFTypeInfo.cs | 18647 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
namespace VDFN {
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)] public class VDFType : Attribute {
public string propIncludeRegexL1;... | gpl-3.0 |
laborautonomo/pgmodeler | libpgmodeler/src/table.cpp | 41306 | /*
# PostgreSQL Database Modeler (pgModeler)
#
# Copyright 2006-2015 - Raphael Araújo e Silva <raphael@pgmodeler.com.br>
#
# 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 version 3.
#
# This prog... | gpl-3.0 |
kret0s/gnuhealth-live | tryton/server/trytond-3.8.3/trytond/modules/product_cost_fifo/__init__.py | 354 | # This file is part of Tryton. The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms.
from trytond.pool import Pool
from .product import *
from .move import *
def register():
Pool.register(
Template,
Product,
Move,
module='p... | gpl-3.0 |
tfossi/APolGe | src/tfossi/apolge/ces/client/states/UserState.java | 5442 | /**
* UserState.java
* Branch ces
* APolGe
* tfossi-team
* licence GPLv3
*/
package tfossi.apolge.ces.client.states;
import static tfossi.apolge.common.constants.ConstValue.LOGGER;
import static tfossi.apolge.common.constants.ConstValue.LOGTAB;
import org.apache.log4j.Logger;
import tfossi.... | gpl-3.0 |
corylulu/Reddit-Enhancement-Suite | lib/modules/logoLink.js | 1743 | /* @flow */
import { $ } from '../vendor';
import { Module } from '../core/module';
export const module: Module<*> = new Module('logoLink');
module.moduleName = 'logoLinkName';
module.category = 'browsingCategory';
module.description = 'logoLinkDesc';
module.options = {
redditLogoDestination: {
type: 'enum',
va... | gpl-3.0 |
kostovhg/SoftUni | Java Fundamentals-Sep17/Java_OOP_Advanced/e_Reflection_E/src/pr0304Barracks/core/commands/RetireCommand.java | 544 | package pr0304Barracks.core.commands;
import pr0304Barracks.contracts.Repository;
import pr0304Barracks.contracts.UnitFactory;
public class RetireCommand extends Command {
public static final String RETIRE_MESSAGE_FORMAT = "%s retired!";
@Override
public String execute() {
try {
sup... | gpl-3.0 |
win-ce/VirtualEnactment | src/main/java/at/jku/ce/CoMPArE/process/MessageCondition.java | 1158 | package at.jku.ce.CoMPArE.process;
import at.jku.ce.CoMPArE.LogHelper;
import java.util.UUID;
/**
* Created by oppl on 23/11/2016.
*/
public class MessageCondition extends Condition {
private UUID receivedMessageID;
public MessageCondition(UUID receivedMessage) {
super(receivedMessage.toString())... | gpl-3.0 |
ymachkivskiy/hage | platform/platform-utils/executors/executors-api/src/main/java/org/hage/platform/util/executors/schedule/ScheduleTask.java | 383 | package org.hage.platform.util.executors.schedule;
public interface ScheduleTask {
/**
* Perform task and return indicating that some work was performed at all
*
* @return true if task was performed, false otherwise. If all task in scheduler will not be performed, scheduler will
* suspend till ... | gpl-3.0 |
dumischbaenger/ews-example | src/main/java/de/dumischbaenger/ws/ArrayOfInsightItemType.java | 1974 |
package de.dumischbaenger.ws;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java-Klasse für ArrayOfInsightItemType c... | gpl-3.0 |
Hydraxium/Auraxium | src/main/java/com/carbon/auraxium/client/gui/GuiFactory.java | 699 | package com.carbon.auraxium.client.gui;
import cpw.mods.fml.client.IModGuiFactory;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.GuiScreen;
import java.util.Set;
public class GuiFactory implements IModGuiFactory
{
@Override
public void initialize(Minecraft minecraftInstance)
{
... | gpl-3.0 |
mdestafadilah/kepuasan | www/modules/aturan/models/aturan_model.php | 904 | <?php
/***************************************************************************************
* aturan_model.php
***************************************************************************************
* Author: Topidesta as Shabiki <m.desta.fadilah@hotmail.com>
* Website: ... | gpl-3.0 |
bobbyache/Qik | Code/Legacy/CygSoft.Qik.LanguageEngine.Infrastructure/ICompiler.cs | 1053 | using System;
namespace CygSoft.Qik.LanguageEngine.Infrastructure
{
public interface ICompiler
{
event EventHandler<CompileErrorEventArgs> CompileError;
event EventHandler BeforeCompile;
event EventHandler AfterCompile;
event EventHandler BeforeInput;
event EventHandl... | gpl-3.0 |
jvianney/SwiftHR | application/modules/timemanagement/forms/Projects.php | 6707 | <?php
/*********************************************************************************
* This file is part of Sentrifugo.
* Copyright (C) 2014 Sapplica
*
* Sentrifugo 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 S... | gpl-3.0 |
jdgarciauc3m/polyexamples | shapeoo/src/scene.cpp | 1433 | #include "scene.h"
#include "rectangle.h"
#include "circle.h"
#include <iostream>
#include <string>
namespace dsl { // Dummy Shapes Library
long long scene::area() const noexcept {
long long r = 0;
for (auto && s : shapes_) {
r += s->area();
}
return r;
}
void scene::translate(int dx, int dy) noexcept {
... | gpl-3.0 |
wayerr/talkeeg | tgbf/src/main/java/talkeeg/bf/MetaTypeResolver.java | 7115 | /*
* Copyright (c) 2014, wayerr (radiofun@ya.ru).
*
* This file is part of talkeeg-parent.
*
* talkeeg-parent 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 |
martin-starosta/kam-on-wp | wp-content/themes/refur-kam/index.php | 1766 | <?php
/**
* The main template file.
*
* This is the most generic template file in a WordPress theme
* and one of the two required files for a theme (the other being style.css).
* It is used to display a page when nothing more specific matches a query.
* E.g., it puts together the home page when no home.php file e... | gpl-3.0 |
Alberto-Beralix/Beralix | i386-squashfs-root/usr/share/hplip/ui4/devicesetupdialog.py | 8984 | # -*- coding: utf-8 -*-
#
# (c) Copyright 2001-2008 Hewlett-Packard Development Company, L.P.
#
# 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 opt... | gpl-3.0 |
dkatsios/JSOptimizer | JSOptimizer/JMETALHOME/jmetal/core/Solution.java | 14791 | // Solution.java
//
// Author:
// Antonio J. Nebro <antonio@lcc.uma.es>
// Juan J. Durillo <durillo@lcc.uma.es>
//
// Description:
//
// Copyright (c) 2011 Antonio J. Nebro, Juan J. Durillo
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Less... | gpl-3.0 |
qunying/gps | share/support/ui/vcs2/core.py | 29778 | """
Base type to implement support for new VCS engines in GPS
"""
import GPS
import os
import gps_utils
import workflows
import time
from workflows.promises import Promise
import types
import difflib
import io
import platform
GPS.VCS2.Status = gps_utils.enum(
UNMODIFIED=2**0,
MODIFIED=2**1,
S... | gpl-3.0 |
jmue/TextSecure | src/org/thoughtcrime/securesms/providers/DeprecatedPersistentBlobProvider.java | 7801 | package org.thoughtcrime.securesms.providers;
import android.content.ContentUris;
import android.content.Context;
import android.content.UriMatcher;
import android.net.Uri;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import org.thoughtcrime.securesms.logging.Log;
import andr... | gpl-3.0 |
dmitry-vlasov/mdl | src/mm/auxiliary/mm_auxiliary_Table.hpp | 2312 | /*****************************************************************************/
/* Project name: mm - decompiler from metamath to mdl */
/* File name: mm_auxiliary_Table.hpp */
/* Description: static class for metamath tables */
... | gpl-3.0 |
jabeerahmed/ScaleFinder | ScaleFinder/NoteFactory.cpp | 2663 | //
// NoteFactory.cpp
// ScaleFinder
//
// Created by Jabeer Ahmed on 2/1/17.
// Copyright © 2017 Me. All rights reserved.
//
#include "NoteFactory.hpp"
#include <string>
#include <vector>
#include <map>
#include "BasicTypes.hpp"
#include "Data.hpp"
using namespace std;
class NoteFactoryImpl;
static NoteFactoryI... | gpl-3.0 |
hogelog/gitextensions | GitPlugin/Git/GitCommands.cs | 6922 | using System;
using System.Diagnostics;
using System.IO;
using System.Text;
using System.Windows.Forms;
using Microsoft.Win32;
namespace GitPlugin.Git
{
public static class GitCommands
{
public static void RunGitEx(string command, string filename)
{
if (!string.IsNullOrEmpty(filena... | gpl-3.0 |
alfa-addon/addon | plugin.video.alfa/servers/pixeldrain.py | 1034 | # -*- coding: utf-8 -*-
# --------------------------------------------------------
# Conector PixelDrain By Alfa development Group
# --------------------------------------------------------
from core import httptools
from core import scrapertools
from platformcode import logger
def test_video_exists(page_url):
g... | gpl-3.0 |
ItMustBeACamel/ProcAirships | source/ProcAirships/UI/InputBox.cs | 1981 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using UnityEngine;
namespace ProcAirships.UI
{
delegate bool InputBoxCallback(String input);
class InputBoxOption
{
public String Caption
{
get
{ return caption; }
... | gpl-3.0 |
smartties/Blip-Blop-for-Android | jni/src/fmod/_fmod.hpp | 37443 | /* ========================================================================================== */
/* FMOD Ex - C++ header file. Copyright (c), Firelight Technologies Pty, Ltd. 2004-2014. */
/* */
/* Use this header in conj... | gpl-3.0 |
whatweate/whatweate | spec/models/omniauth_user_spec.rb | 3654 | require "rails_helper"
include OmniauthHelpers
describe OmniauthUser do
describe ".find_or_create!" do
it "finds the user by an existing identity (facebook) when the user is not signed in" do
user = FactoryGirl.create(:user, :facebook)
expect(OmniauthUser.find_or_create!(facebook_auth_hash)).to eq(us... | gpl-3.0 |
bobbingwide/oik-mshot | tests/test-class-oik-mshot2.php | 890 | <?php // (C) Copyright Bobbing Wide 2016
/**
* @package oik-mshot
*
* Test the functions in admin/class-oik-mshot2.php
*/
class Tests_class_oik_mshot2 extends BW_UnitTestCase {
function setUp() {
parent::setUp();
oik_require( "admin/class-oik-mshot2.php", "oik-mshot" );
}
/**
* Unit test for fetch_msh... | gpl-3.0 |
thehailo/Learn-Python-the-Hard-Way | E07 - More Printing/E07 - More Printing/E07___More_Printing.py | 719 | # Print static output to the user.
print "Mary had a little lamb."
print "Its fleece was white as %s." % 'snow'
print "And everywhere that Mary went."
# Print ten periods.
print "." * 10 # What does this do?
# Define variables.
end1 = "C"
end2 = "h"
end3 = "e"... | gpl-3.0 |
quban2/quban | nzbform.cpp | 9105 | /***************************************************************************
Copyright (C) 2011-2015 by Martin Demet
quban100@gmail.com
This file is part of Quban.
Quban is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
... | gpl-3.0 |
erisproject/eris | eris/interopt/InterStepper.hpp | 7483 | #pragma once
#include <eris/algorithms.hpp>
#include <eris/Optimize.hpp>
#include <eris/Member.hpp>
namespace eris { namespace interopt {
/** Inter-period optimizer that adjusts some value up or down by some increment depending on what
* happened in the previous period. The size of the step varies according to the ... | gpl-3.0 |
pperrier27/ImgurSwitcher | src/imgurswitcher/windows.py | 4126 | # Copyright Patrick Perrier, 2015
# 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 distributed... | gpl-3.0 |
Bootz/multicore-opimization | llvm/tools/clang/lib/AST/TemplateBase.cpp | 17385 | //===--- TemplateBase.cpp - Common template AST class implementation ------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | gpl-3.0 |
LinuxJedi/arastta | admin/controller/system/language_override.php | 8334 | <?php
/**
* @package Arastta eCommerce
* @copyright Copyright (C) 2015 Arastta Association. All rights reserved. (arastta.org)
* @credits See CREDITS.txt for credits and other copyright notices.
* @license GNU General Public License version 3; see LICENSE.txt
*/
class ControllerSystemLan... | gpl-3.0 |
long-exposure/watchdog | plugin/capture/www/capture.js | 2415 | window.plugin = {
name: 'Captures',
loaded: 'capture_plugin_loaded'
};
function capture_plugin_loaded() {
// load lightgallery jquery library async
// $.getScript works sync and can not be used here!
$.ajax({
async: false,
type: 'GET',
url: '/javascript/lightGallery/dist/js/lightgaller... | gpl-3.0 |
majorli/iServlet | src/main/java/com/jeans/iservlet/action/cloud/CloudViewAction.java | 2955 | package com.jeans.iservlet.action.cloud;
import java.text.Collator;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.Date;
import java.util.List;
import org.apache.struts2.convention.annotation.Action;
import org.apache.struts2.convention.annotation.Result;
impor... | gpl-3.0 |
kaibioinfo/sirius | chemistry_base/src/main/java/de/unijena/bioinf/ChemistryBase/algorithm/BinarySearch.java | 4759 | /*
*
* This file is part of the SIRIUS library for analyzing MS and MS/MS data
*
* Copyright (C) 2013-2020 Kai Dührkop, Markus Fleischauer, Marcus Ludwig, Martin A. Hoffman and Sebastian Böcker,
* Chair of Bioinformatics, Friedrich-Schilller University.
*
* This library is free software; you can redistribute... | gpl-3.0 |
Techjar/SimpleChat | src/com/simplechat/client/ConsoleInputThread.java | 2632 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.simplechat.client;
import java.io.IOException;
import jline.ConsoleReader;
import com.simplechat.protocol.*;
/**
* This thread handles client console input for chatting.
* @author Techjar
*/
public cla... | gpl-3.0 |
brunoabdon/domino-fx | src/main/java/com/github/abdonia/domino/ui/fx/ReferenciaDimensoes.java | 6729 | /*
* Copyright (C) 2017 Bruno Abdon
*
* 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 distri... | gpl-3.0 |
xiaoyexu/wss | src/user_error2.php | 1037 | <?php require_once('config/tank_config.php'); ?>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="skin/themes... | gpl-3.0 |
jiongjionger/NeverLag | src/main/java/cn/jiongjionger/neverlag/NeverLag.java | 4532 | package cn.jiongjionger.neverlag;
import cn.jiongjionger.neverlag.command.*;
import cn.jiongjionger.neverlag.config.ConfigManager;
import cn.jiongjionger.neverlag.fixer.AntiAUWMod;
import cn.jiongjionger.neverlag.gui.GUISortPingListener;
import cn.jiongjionger.neverlag.monitor.MonitorUtils;
import cn.jiongjionger.neve... | gpl-3.0 |
gohdan/DFC | known_files/hashes/bitrix/modules/bizproc/install/activities/bitrix/webhookactivity/robot_properties_dialog.php | 63 | Bitrix 17.0.9 Business Demo = 751512715df1d80f6769e871aa297d3a
| gpl-3.0 |
Re-bort/NNDK | examples/src/sample.cpp | 5818 | #include <iostream>
#include <fstream>
#include <util/Command.h>
#include <data/Sampler.h>
#include <data/SystematicSampler.h>
#include <data/DuplexSampler.h>
#include <data/Standardiser.h>
#include <table>
#include <random>
using namespace std;
void write(Dataset& dataset, string filename);
void read(Dataset& datase... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Port_San_dOria/npcs/Liloune.lua | 851 | -----------------------------------
-- Area: Port San d'Oria
-- NPC: Liloune
-- Standard Info NPC
-----------------------------------
local ID = require("scripts/zones/Port_San_dOria/IDs");
require("scripts/globals/quests");
-----------------------------------
function onTrade(player,npc,trade)
-- "Flyers for Reg... | gpl-3.0 |
mbshopM/openconcerto | OpenConcerto/src/org/openconcerto/erp/core/finance/payment/element/ChequeFournisseurSQLElement.java | 5990 | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 2011 OpenConcerto, by ILM Informatique. All rights reserved.
*
* The contents of this file are subject to the terms of the GNU General Public License Version 3
* only ("GPL"). You may not use this file except in compliance with th... | gpl-3.0 |
Parabot/Parabot-666-API | src/org/rev666/accessors/InteractiveObject.java | 162 | package org.rev666.accessors;
public interface InteractiveObject extends Animable {
public short getId();
public int method57(byte paramByte);
}
| gpl-3.0 |
Belxjander/Kirito | SnowStorm/indra/llrender/llrendertarget.cpp | 14978 | /**
* @file llrendertarget.cpp
* @brief LLRenderTarget implementation
*
* $LicenseInfo:firstyear=2001&license=viewerlgpl$
* Second Life Viewer Source Code
* Copyright (C) 2010, Linden Research, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesse... | gpl-3.0 |