repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
campbeb/ShareX | ShareX/StartupManagers/GenericStartupManager.cs | 2553 | #region License Information (GPL v3)
/*
ShareX - A program that allows you to take screenshots and share any file type
Copyright (c) 2007-2019 ShareX Team
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 |
lssfau/walberla | src/gui/extern/Qt3D/arrays/qvector4darray.cpp | 7322 | /****************************************************************************
**
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** G... | gpl-3.0 |
patta42/pySICM | pySICM/helpers.py | 3683 | # Copyright (C) 2015 Patrick Happel <patrick.happel@rub.de>
#
# This file is part of pySICM.
#
# pySICM 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 ... | gpl-3.0 |
gtinchev/matlab_helper_functions | eval/evaluate_rpe.py | 20003 | #!/usr/bin/python
# Software License Agreement (BSD License)
#
# Copyright (c) 2013, Juergen Sturm, TUM
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# * Redistributions of source code must... | gpl-3.0 |
phoebe-project/phoebe2-docs | 2.0/tutorials/vgamma.py | 10746 | #!/usr/bin/env python
# coding: utf-8
# Systemic Velocity
# ============================
#
# Setup
# -----------------------------
# Let's first make sure we have the latest version of PHOEBE 2.0 installed. (You can comment out this line if you don't use pip for your installation or don't want to update to the lates... | gpl-3.0 |
renkezuo/util | src/main/java/com/renke/http/DownloadUtil.java | 1023 | package com.renke.http;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
public class DownloadUtil {
public static void mergeBook(String filePath,List... | gpl-3.0 |
ThiagoGarciaAlves/ForestryMC | src/main/java/forestry/core/gui/ledgers/ClimateLedger.java | 2019 | /*******************************************************************************
* Copyright (c) 2011-2014 SirSengir.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser Public License v3
* which accompanies this distribution, and is available at... | gpl-3.0 |
Monofraps/rebindr-public | src/dns/DNSUtils.cpp | 2323 | /*
* rebindr
* Copyright (C) 2014 Nicolas Ristock (monofraps@gmail.com)
*
*
* This file is part of rebindr.
*
* rebindr 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 |
shaunt-nait/moodle_24_dev | wspp/tests/test_edit_sections.php | 559 | <?php
require_once ('../classes/MoodleWS.php');
$client=new MoodleWS();
require_once ('../auth.php');
/**test code for MoodleWS: Edit section Information
* @param int $client
* @param string $sesskey
* @param editSectionsInput $sections
* @return editSectionsOutput
*/
$lr=$client->login(LOGIN,PASSWORD);
$sections= n... | gpl-3.0 |
sprax/java | aligns/FuzzyInsGapGSA.java | 1789 | package sprax.aligns;
import java.util.ArrayList;
import java.util.Comparator;
/**
* FIXME: Where's the multi-insert/multi-gap functionality?
* TODO: The comparisons are not yet all that fuzzy!
* @author sprax
*
* @param <T>
* @param <U>
*/
public class FuzzyInsGapGSA<T, U extends Comparator<T>> extends InsGap... | gpl-3.0 |
opendatabio/opendatabio | resources/views/media/create.blade.php | 9683 | @extends('layouts.app')
@section('content')
<div class="container">
<div class="col-sm-offset-2 col-sm-8">
<div class="panel panel-default">
<div class="panel-heading">
@if (isset($media))
@lang('messages.media_edit_for_model'):
@else
@lang('messages.media_new_for_model... | gpl-3.0 |
jeremyhahn/jbillingphpapi | test/CreateItemTest.php | 1281 | <?php
/**
* jbilling-php-api
* Copyright (C) 2007-2009 Make A Byte, inc
* http://www.makeabyte.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
... | gpl-3.0 |
rndmem/sound-of-water | src/js/entity/floor.js | 359 | // @flow
const
Entity = require('./entity'),
Palette = require('../palette')
class Floor extends Entity {
update(width: number, height: number): void {
super.update(width, height)
this.gfx().beginFill(Palette.GOLD)
this.gfx().drawRect(Math.floor(-width / 2), height / 2 - 1, width, 1)
this.gfx().... | gpl-3.0 |
vizabi/vizabi-ddfcsv-reader | src/ddfcsv-reader.ts | 4175 | import * as isEmpty from 'lodash.isempty';
import { ddfCsvReader } from './ddf-csv';
import { IResourceRead } from './interfaces';
import { getRepositoryPath } from 'ddf-query-validator';
import { DdfCsvError } from './ddfcsv-error';
import { createDiagnosticManagerOn, EndpointDiagnosticManager, getLevelByLabel } from ... | gpl-3.0 |
rbreitenmoser/snapcraft | snapcraft/tests/test_pluginhandler.py | 12045 | # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
#
# Copyright (C) 2015 Canonical Ltd
#
# 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
# published by the Free Software Foundation.
#
# This program is distributed in the h... | gpl-3.0 |
ArtCraftCode/knitcalc.co | app/scripts/controllers/increase.js | 1725 | 'use strict';
// /**
// * @ngdoc function
// * @name knitcalcApp.controller:IncreasesCtrl
// * @description
// * # IncreasesCtrl
// * Controller of the knitcalcApp
// */
angular.module('knitcalcApp')
.controller('IncreaseCtrl', function ($scope, calculator) {
$scope.title = 'Increase evenly across a row';... | gpl-3.0 |
MailCleaner/MailCleaner | www/framework/Zend/Form/Decorator/Captcha/Word.php | 2450 | <?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | gpl-3.0 |
OsirisSPS/osiris-sps | client/src/core/textfile.cpp | 6666 | // <osiris_sps_source_header>
// This file is part of Osiris Serverless Portal System.
// Copyright (C)2005-2012 Osiris Team (info@osiris-sps.org) / http://www.osiris-sps.org )
//
// Osiris Serverless Portal System is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public L... | gpl-3.0 |
srnsw/xena | plugins/project/src/au/gov/naa/digipres/xena/plugin/project/MsProjectToXenaProjectNormaliser.java | 3164 | /**
* This file is part of Xena.
*
* Xena 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.
*
* Xena is distributed in the hope that ... | gpl-3.0 |
Granville-Digital/Pirate-baie | node/app.js | 6096 | var express = require('express');
var app = express();
var server = require('http').createServer(app);
var io = require('socket.io').listen(server);
var ent = require('ent');
var shell = require('shelljs');
var SerialPort = require('serialport');
var port = new SerialPort('/dev/ttyUSB1');
var players = [];
var start = ... | gpl-3.0 |
bfaludi/liquid4m | liquid4m/form.py | 5416 |
# -*- coding: utf-8 -*-
"""
Liquid is a form management tool for web frameworks.
Copyright (C) 2014, Bence Faludi (b.faludi@mito.hu)
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 |
andry-dev/TSGE | tsge/Controls/HairListBox.Designer.cs | 1871 | // -----------------------------------------------------------------------
// This file is part of TSGE.
//
// TSGE 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 Licens... | gpl-3.0 |
chriskmanx/qmole | QMOLEDEV/llvm-2.8/tools/clang-2.8/lib/AST/ExprClassification.cpp | 19362 | //===--- ExprClassification.cpp - Expression AST Node 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 |
jdstrand/snapd | boot/export_test.go | 1588 | // -*- Mode: Go; indent-tabs-mode: t -*-
/*
* Copyright (C) 2014-2019 Canonical Ltd
*
* 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
* published by the Free Software Foundation.
*
* This program is distributed in the hop... | gpl-3.0 |
andytuba/Reddit-Enhancement-Suite | tests/presets.js | 698 | module.exports = {
'clean slate preset': browser => {
browser
.url('https://en.reddit.com/r/RESIntegrationTests/?limit=1#res:settings/presets')
.waitForElementVisible('#RESConsoleContainer')
.assert.elementPresent('.res-toggle-filterline-visibility', 'filterline appears by default')
.click('#cleanSlate ... | gpl-3.0 |
xin-lai/Magicodes.ECharts | Magicodes.ECharts.Demo/Scripts/plugins/echart/theme/vintage.js | 1098 | (function(root, factory) {
if (typeof define === "function" && define.amd) {
// AMD. Register as an anonymous module.
define(["exports", "echarts"], factory);
} else if (typeof exports === "object" && typeof exports.nodeName !== "string") {
// CommonJS
factory(exports, require("e... | gpl-3.0 |
jhasse/jntetri | src/engine/procedure.cpp | 408 | #include "procedure.hpp"
#include "options.hpp"
#include "screen.hpp"
#include "../constants.hpp"
#include <jngl/all.hpp>
#include <stdexcept>
Procedure::Procedure()
: oldTime_(jngl::getTime()), needDraw_(true), fps_(0), fpsTemp_(0), changeWork_(false),
running_(true), showFps_(false) {
}
Procedure& GetProcedure()... | gpl-3.0 |
rslhdyt/larapos | app/Models/Adjustment.php | 1142 | <?php
namespace App\Models;
use Laravel\Scout\Searchable;
use Illuminate\Database\Eloquent\Model;
class Adjustment extends Model
{
use Searchable;
/**
* The attributes that are mass assignable.
*
* @var array
*/
protected $fillable = [
'user_id',
'comments',
];
... | gpl-3.0 |
srnsw/xena | plugins/pdf/ext/src/jpedal_lgpl-3.83b38/src/org/jpedal/gui/ShowGUIMessage.java | 9593 | /**
* ===========================================
* Java Pdf Extraction Decoding Access Library
* ===========================================
*
* Project Info: http://www.jpedal.org
* (C) Copyright 1997-2008, IDRsolutions and Contributors.
*
* This file is part of JPedal
*
This library is free software; you can r... | gpl-3.0 |
zpxocivuby/freetong_mobile_server | itaf-aggregator/itaf-web-side/src/main/java/itaf/framework/web/tree/ResourceTreeNode.java | 1747 | package itaf.framework.web.tree;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.List;
import javax.swing.tree.TreeNode;
import com.google.common.collect.Iterators;
/**
* 资源树节点对象
*
* @authorXINXIN
*
* @Update 2014年5月26日
*/
public class ResourceTreeNode extends NamedNode implements... | gpl-3.0 |
Niky4000/UsefulUtils | projects/tutorials-master/tutorials-master/jhipster/jhipster-uaa/gateway/src/main/java/com/baeldung/jhipster/gateway/ApplicationWebXml.java | 849 | package com.baeldung.jhipster.gateway;
import com.baeldung.jhipster.gateway.config.DefaultProfileUtil;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
/**
* This is a helper Java class that provides an alternative to ... | gpl-3.0 |
MesserLab/SLiM | core/mutation_run.cpp | 25543 | //
// mutation_run.cpp
// SLiM
//
// Created by Ben Haller on 11/29/16.
// Copyright (c) 2016-2021 Philipp Messer. All rights reserved.
// A product of the Messer Lab, http://messerlab.org/slim/
//
// This file is part of SLiM.
//
// SLiM is free software: you can redistribute it and/or modify it under the terms ... | gpl-3.0 |
Zazzmatazz/AirMapDotNet | src/AirMapDotNet/Entities/GeoJSON/GeoObjects/GeometryObjectType.cs | 976 | namespace AirMapDotNet.Entities.GeoJSON.GeoObjects
{
/// <summary>
/// The type of feature.
/// </summary>
public enum GeometryObjectType
{
/// <summary>
/// A <see cref="GeoObjects.Point"/>.
/// </summary>
Point,
/// <summary>
/// A <see cref="GeoObj... | gpl-3.0 |
basarat/socket.io.users | src/lib/Session.ts | 698 | /// <reference path="../typings/express/express.d.ts" />
/// <reference path="../typings/express-session/express-session.d.ts" />
import {Application} from "express";
import {SessionOptions} from "express-session";
var Session = (app: Application, options?:SessionOptions) => {
let cookieParser = require('cookie-p... | gpl-3.0 |
adriann0/npm-aprs-parser | tests/TelemetryDescriptionParserTests.js | 3343 | 'use strict';
const chai = require('chai');
const expect = chai.expect;
const TelemetryDescriptionParser = require('../lib/Telemetry/TelemetryDescriptionParser');
const TelemetryNames = require('../lib/MessageModels/TelemetryNames.js');
const TelemetryLabels = require('../lib/MessageModels/TelemetryLabels.js');
cons... | gpl-3.0 |
angek/ProjectSpoon | source/components/com_pktasks/admin/views/tasks/view.html.php | 9500 | <?php
/**
* @package pkg_projectspoon
*
* @author Kon Angelopoulos (angek)
* @copyright Copyright (C) 2017 Kon Angelopoulos. All rights reserved.
* @license http://www.gnu.org/licenses/gpl.html GNU/GPL, see LICENSE.txt
* attribution based on the original work of Projectknife (Tobias Kuhn)
*/... | gpl-3.0 |
geminy/aidear | oss/qt/qt-everywhere-opensource-src-5.9.0/qtwebengine/src/3rdparty/chromium/third_party/WebKit/Source/core/frame/UseCounter.cpp | 40587 | /*
* Copyright (C) 2012 Google, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions... | gpl-3.0 |
geminy/aidear | oss/qt/qt-everywhere-opensource-src-5.9.0/qtwebengine/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/cpdfsdk_baannot.cpp | 12627 | // Copyright 2016 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "fpdfsdk/cpdfsdk_baannot.h"
#include "core/fpdfapi/parser/cpdf_array... | gpl-3.0 |
hxvu/xstatic | showgraph/showgraph.cpp | 2251 |
/*
* CodeQuery
* Copyright (C) 2013 ruben2020 https://github.com/ruben2020/
*
* 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 ... | gpl-3.0 |
onixion/MAD | src/MAD/MacFinders/ARPReader.cs | 12379 | using System;
using System.Net;
using System.Net.NetworkInformation;
using System.Threading;
using SharpPcap;
using PacketDotNet;
using MAD;
using MAD.Logging;
using MAD.Helper;
using MAD.JobSystemCore;
using MAD.GUI;
namespace MAD.MacFinders
{
static class ARPReader
{
private static CaptureDeviceList ... | gpl-3.0 |
RebootRevival/FFXI_Test | scripts/globals/items/adder_jambiya_+1.lua | 790 | -----------------------------------------
-- ID: 18033
-- Item: Adder Jambiya +1
-- Additional Effect: Impairs evasion
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
require("scripts/globals/msg");
-----------------------------------
-- onAdditionalEffect... | gpl-3.0 |
NickGerleman/Nimbus_Webapp | app/controllers/password_resets_controller.rb | 995 | class PasswordResetsController < ApplicationController
# Show form for reseting the password
def new
render partial: 'new', layout: false
end
# Process the email address, create a reset token and send it to the user
def create
user = User.find_by(email: params[:email].downcase)
if user
use... | gpl-3.0 |
Graylog2/graylog2-server | graylog2-server/src/main/java/org/graylog2/contentpacks/model/entities/QueryEntity.java | 6828 | /*
* Copyright (C) 2020 Graylog, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Server Side Public License, version 1,
* as published by MongoDB, Inc.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; withou... | gpl-3.0 |
uw-it-cte/fogproject | FOG Service/src/FOG_SnapinClient/MOD_SnapinClient.cs | 28591 | using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Net;
using System.Collections;
using System.Runtime.InteropServices;
using Microsoft.Win32;
using FOG;
using IniReaderObj;
using System.IO;
using System.Diagnostics;
namespace FOG
{
public class Sna... | gpl-3.0 |
jonorthwash/ud-annotatrix | notatrix/src/formats/sd/get-loss.js | 864 | "use strict";
const _ = require("underscore");
const utils = require("../../utils");
const fields = require("./fields");
module.exports = sent => {
const serial = sent.serialize();
let losses = new Set();
serial.tokens.forEach(token => {
if (token.heads && token.heads.length > 1)
losses.add("enhance... | gpl-3.0 |
erichilarysmithsr/pH7-Social-Dating-CMS | static/js/jquery/box/i18n/jquery.colorbox-zh-CN.js | 458 | /*
jQuery Colorbox language configuration
language: Chinese Simplified (zh-CN)
translated by: zhao weiming
*/
jQuery.extend(jQuery.colorbox.settings, {
current: "当前图像 {current} 总共 {total}",
previous: "前一页",
next: "后一页",
close: "关闭",
xhrError: "此内容无法加载",
imgError: "此图片无法加载",
slide... | gpl-3.0 |
kc8hfi/mygolfcart | current/java/GPSRead/ConsoleReadingThread.java | 1282 | import java.io.BufferedReader;
import java.io.BufferedWriter;
public class ConsoleReadingThread extends Thread
{
private BufferedReader reader = null;
private String readerId = "";
// private BufferedWriter mywriter;
public ConsoleReadingThread(/*BufferedWriter sw,*/BufferedReader br,String reader... | gpl-3.0 |
npotts/homehub | homehub_test.go | 5983 | /*
Copyright (c) 2016 Nick Potts
Licensed to You under the GNU GPLv3
See the LICENSE file at github.com/npotts/homehub/LICENSE
This file is part of the HomeHub project
*/
package homehub
import (
"encoding/json"
"github.com/davecgh/go-spew/spew"
"testing"
)
func TestAlphabetic_Valid(t *testing.T) {
tests := map... | gpl-3.0 |
sethten/MoDesserts | mcp50/temp/src/minecraft_server/net/minecraft/src/BlockDirectional.java | 711 | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) braces deadcode fieldsfirst
package net.minecraft.src;
// Referenced classes of package net.minecraft.src:
// Block, Material
public abstract class BlockDi... | gpl-3.0 |
PapenfussLab/PathOS | Tools/Hl7Tools/src/main/java/org/petermac/hl7/model/v251/group/EAN_U09_NOTIFICATION.java | 3515 | /*
* This class is an auto-generated source file for a HAPI
* HL7 v2.x standard structure class.
*
* For more information, visit: http://hl7api.sourceforge.net/
*
* The contents of this file are subject to the Mozilla Public License Version 1.1
* (the "License"); you may not use this file except in comp... | gpl-3.0 |
lcpt/xc | src/utility/database/DBDatastore.cc | 1409 | //----------------------------------------------------------------------------
// XC program; finite element analysis code
// for structural analysis and design.
//
// Copyright (C) Luis Claudio Pérez Tato
//
// This program derives from OpenSees <http://opensees.berkeley.edu>
// developed by the «Pacific earthq... | gpl-3.0 |
eryngion/otter-browser | resources/translations/otter-browser_sv.ts | 253811 | <?xml version="1.0" ?><!DOCTYPE TS><TS language="sv" version="2.1">
<context>
<name>Otter::AcceptCookieDialog</name>
<message>
<location filename="../../src/ui/AcceptCookieDialog.ui" line="14"/>
<source>Accept Cookie</source>
<translation>Acceptera Kaka</translation>
</message>
<... | gpl-3.0 |
lizardsystem/lizard-measure | setup.py | 1445 | from setuptools import setup
version = '1.80.6.dev0'
long_description = '\n\n'.join([
open('README.rst').read(),
open('TODO.rst').read(),
open('CREDITS.rst').read(),
open('CHANGES.rst').read(),
])
install_requires = [
'pkginfo',
'Django',
'django-staticfiles',
'django-extensions',... | gpl-3.0 |
eMoflon/benchmarx | examples/ecoretosql/metamodels/SQL/src/org/benchmarx/sql/core/ForeignKeyBuilder.java | 1424 | package org.benchmarx.sql.core;
import java.util.Optional;
import sql.Annotation;
import sql.Column;
import sql.Event;
import sql.ForeignKey;
import sql.Schema;
import sql.SqlFactory;
import sql.Table;
public class ForeignKeyBuilder extends SQLBuilder {
private ForeignKey key;
public ForeignKeyBuilder(ForeignKe... | gpl-3.0 |
mzkrelx/milm-search-core | src/main/scala/org/milmsearch/core/api/ResourceHelper.scala | 3078 | /*
* MilmSearch is a mailing list searching system.
*
* Copyright (C) 2013 MilmSearch Project.
*
* 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 any... | gpl-3.0 |
Ragtagteam/cta-aggregator | app/resources/v1/user_resource.rb | 237 | module V1
class UserResource < BaseResource
attribute :email
relationship :advocacy_campaigns, to: :many
relationship :targets, to: :many
relationship :events, to: :many
relationship :locations, to: :many
end
end
| gpl-3.0 |
yzhui/YufanPIM | src/main/java/com/sailmi/sailplat/foundation/domain/StorePartner.java | 1038 | package com.sailmi.sailplat.foundation.domain;
import javax.persistence.Entity;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import com.sailmi.database.domain.IdEntity;
@Cache(usage = CacheConcu... | gpl-3.0 |
Folatt/duniter | app/lib/streams/dtos.js | 5605 | "use strict";
let dtos;
module.exports = dtos = {};
dtos.Summary = {
duniter: {
"software": String,
"version": String,
"forkWindowSize": Number
}
};
dtos.Parameters = {
currency: String,
c: Number,
dt: Number,
ud0: Number,
sigDelay: Number,
sigValidity: Number,
sigQty: Number,
sigWoT... | gpl-3.0 |
OpenInkpot-archive/iplinux-ppl | src/Determinate.defs.hh | 9795 | /* Determinate class declaration.
Copyright (C) 2001-2009 Roberto Bagnara <bagnara@cs.unipr.it>
This file is part of the Parma Polyhedra Library (PPL).
The PPL 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; ... | gpl-3.0 |
helixsync/HelixSync | HelixSync/Commands/SyncDirection.cs | 209 | using System;
using System.Collections.Generic;
using System.Text;
namespace HelixSync.Commands
{
public enum SyncDirection
{
Bidirectional,
EncrToDecr,
DecrToEncr,
}
}
| gpl-3.0 |
Toothgip/Pong | src/Textfield.cpp | 2909 | #include "../include/Textfield.hpp"
void Textfield::recordingCharacter(sf::Event &event)
{
if(sf::Keyboard::isKeyPressed(sf::Keyboard::BackSpace) && m_chaineCaractere.getSize() != 0)
{
m_caractereEntrer = 0; //Reset the number entered
m_chaineCaractere.erase(m_chaineCaractere.getSize()... | gpl-3.0 |
storri/libreverse | reverse/io/input/file_readers/java_class/null_variable_info.hpp | 1440 | /* Null_Variable_Info.h
Copyright (C) 2008 Stephen Torri
This file is part of Libreverse.
Libreverse 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 ... | gpl-3.0 |
iscumd/PowerWheels | BLDC/bldc-firmware/docs/html/search/all_5.js | 3205 | var searchData=
[
['ee_5finit',['EE_Init',['../de/d29/group___e_e_p_r_o_m___emulation.html#ga83834957567411c76bb7f659cf8a1a38',1,'EE_Init(void): eeprom.c'],['../de/d29/group___e_e_p_r_o_m___emulation.html#ga83834957567411c76bb7f659cf8a1a38',1,'EE_Init(void): eeprom.c']]],
['ee_5freadvariable',['EE_ReadVar... | gpl-3.0 |
CMPUT301W15T16/Comput-301GroupProject | Team16App/src/ca/ualberta/cs/team16app/AddDestActivity.java | 2121 | /**
* This is a Activity file for add Destination
* Team16App: travel expense tracking application
* Copyright (C) 2015 peijen Chris Lin
* dmeng Di Meng
* tshen
* qtan Qi Tan
* yuentung
* omoyeni Omoyeni Adeyemo
* This program is free software: you can redistribute it and/or modify
* it under the t... | gpl-3.0 |
glyphr-studio/Glyphr-Studio-2 | dev/glyph_elements/segment.test.js | 5143 | import Segment from './segment.js';
import {segmentsAreEqual, findSegmentIntersections,
findOverlappingLineSegmentIntersections, findCrossingLineSegmentIntersections,
findEndPointSegmentIntersections} from './poly_segment.js';
import {round} from '../common/functions.js';
// basically an upper-left quadrant quarte... | gpl-3.0 |
jukkes/TulipProject | library/tulip-gui/src/MouseInteractors.cpp | 17372 | /**
*
* This file is part of Tulip (www.tulip-software.org)
*
* Authors: David Auber and the Tulip development Team
* from LaBRI, University of Bordeaux
*
* Tulip 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 Sof... | gpl-3.0 |
Diveboard/diveboard-web | test/Integration/src/def/testEnvironment.java | 1236 | package def;
import java.util.Map;
import java.util.Set;
import java.util.Iterator;
public class testEnvironment {
//returnes true if runs on local and false if runs on tc.diveboard.com
public static boolean checkLocal(){
Map map = System.getenv();
Set keys = map.keySet();
Iterator iterat... | gpl-3.0 |
mojo2012/factorio-mojo-resource-processing | prototypes/item/ore-processing/ore-gemstone.lua | 389 | require("ore-general")
-- Minable ressources
data.raw["resource"]["gem-ore"].minable.result = nil
data.raw["resource"]["gem-ore"].minable.results = {
ressourceItemMinMaxProb("gem-ore", 1, 1, 0.3), -- 1 item at percentage 0.9 --
ressourceItemMinMaxProb("gravel", 1, 1, 0.5),
ressourceItemMinMaxProb("stone", ... | gpl-3.0 |
LafayetteCollegeLibraries/geoserver-client | Shapefile.php | 4609 | <?php
/**
* @file Object-Oriented API for Islandora Shapefiles
* @author griffinj@lafayette.edu
*
*/
include_once __DIR__ . "/IslandoraGeoServerClient.php";
use IslandoraGeoServer\IslandoraGeoServerSession;
use IslandoraGeoServer\IslandoraGeoServerClient;
/**
* Class for Islandora GeoTIFF Images
*
*... | gpl-3.0 |
teddy-michel/TMediaPlayer | Sources/Dialog/CDialogEditMetadata.cpp | 25929 | /*
Copyright (C) 2012-2016 Teddy Michel
This file is part of TMediaPlayer.
TMediaPlayer 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.
TM... | gpl-3.0 |
active-citizen/android.java | app/src/main/java/ru/mos/polls/profile/state/AddPrivatePropertyState.java | 1103 | package ru.mos.polls.profile.state;
import android.content.Context;
import android.support.annotation.Nullable;
import me.ilich.juggler.gui.JugglerFragment;
import me.ilich.juggler.states.ContentBelowToolbarState;
import me.ilich.juggler.states.VoidParams;
import ru.mos.polls.R;
import ru.mos.polls.base.ui.CommonTool... | gpl-3.0 |
ecbush/xenoGI | xenoGI/Island.py | 2390 |
class LocusIsland:
def __init__(self, idnum, mrca, locusFamilyL):
'''Create a LocusIsland object.'''
self.id = idnum
self.mrca = mrca
self.locusFamilyL=locusFamilyL # list of locus family numbers in the island, in order
def __repr__(self):
return "<id:"+str... | gpl-3.0 |
emakis/erpnext | erpnext/public/js/controllers/transaction.js | 35824 | // Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
erpnext.TransactionController = erpnext.taxes_and_totals.extend({
setup: function() {
this._super();
frappe.ui.form.on(this.frm.doctype + " Item", "rate", function(frm, cdt, cdn) {
v... | gpl-3.0 |
fluoxa/Evolution | src/main/java/de/baleipzig/configuration/IocConfig.java | 3942 | package de.baleipzig.configuration;
import de.baleipzig.configuration.strategies.*;
import de.baleipzig.genome.DoubleGenome;
import de.baleipzig.genome.Genome;
import de.baleipzig.individual.Individual;
import de.baleipzig.individual.SuperHero;
import de.baleipzig.population.Avengers;
import lombok.Getter;
import lomb... | gpl-3.0 |
mpmendenhall/MPMUtils | Framework/ContextMap.cc | 1127 | /// \file ContextMap.cc
#include "ContextMap.hh"
std::vector<ContextMap*>& ContextMap::getContextStack() {
static std::vector<ContextMap*> v;
return v;
}
ContextMap& ContextMap::getContext() {
auto& v = getContextStack();
if(!v.size()) v.push_back(new ContextMap);
return *v.back();
}
ContextMap&... | gpl-3.0 |
CCAFS/ccafs-ap | impactPathways/src/main/webapp/js/projects/projectDeliverables.js | 20422 | var $deliverablesTypes, $deliverablesSubTypes,$alreadyDisseminated, $disseminationChannels;
var $statuses, $statusDescription;
var implementationStatus
var hashRegenerated = false;
hashScroll = false;
$(document).ready(init);
function init() {
$deliverablesTypes = $("#deliverable_mainType");
$deliverablesSubTypes... | gpl-3.0 |
ddcampayo/ddcampayo.github.io | cursos_previos/Curso_CFD_OS/cylinder/dynamicCode/_7bc590e07d9f90da5c97f8a66fc7714bd96d35ee/codeStreamTemplate.C | 3444 | /*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\/ M anipulation |
-------------... | gpl-3.0 |
coderbone/SickRage-alt | sickbeard/searchBacklog.py | 6930 | # coding=utf-8
# Author: Nic Wolfe <nic@wolfeden.ca>
# URL: https://sickchill.github.io
#
# This file is part of SickChill.
#
# SickChill 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 |
tinyivc/java-demo | src/test/java/com/tinyivc/design/proxy/LogicServiceImpl.java | 365 | package com.tinyivc.design.proxy;
public class LogicServiceImpl implements LogicService {
@Override
public void operation1(int i, String[] stra) {
System.out.println("operation1");
}
@Override
public void operation2() {
System.out.println("operation2");
}
@Override
public void operation3() {... | gpl-3.0 |
stombre/inAndOut | index.js | 461 |
const buildStorage = require('./libs/internal/storage');
const storage = buildStorage();
const pipe = require('./libs/pipe')(storage);
const addCommands = require('./libs/commands')(storage);
//Default operations :
addCommands(require('./libs/embed/commands/system'));
module.exports = {
PIPE: {
Console: requ... | gpl-3.0 |
fernandomr/odoo-brazil-banking | l10n_br_account_payment_mode/__openerp__.py | 1595 | # -*- coding: utf-8 -*-
##############################################################################
#
# Odoo Brazil Account Payment Partner module for Odoo
# Copyright (C) 2015 KMEE (http://www.kmee.com.br)
# @author Luis Felipe Miléo <mileo@kmee.com.br>
#
# This program is free software: you can redistr... | gpl-3.0 |
jrrpanix/master | examples/java/gui/FunctionGraph.java | 4372 | package gui;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.RenderingHints;
import java.awt.font.FontRenderContext;
import java.awt.geom.Line2D;
import javax.swing.JFrame;
import javax.swing.JPanel;
public class FunctionGraph extends JPanel{
public final int PAD = 20;... | gpl-3.0 |
nive/nive_cms | nive_cms/media.py | 2115 | # Copyright 2012, 2013 Arndt Droullier, Nive GmbH. All rights reserved.
# Released under GPL3. See license.txt
#
__doc__ = """
Media
-----
Element to insert audio or video files into the web page. Uses HTML 5 media and audio tags
and the browser's default player.
"""
from nive_cms.i18n import _
from nive.definitions ... | gpl-3.0 |
geminy/aidear | oss/qt/qt-everywhere-opensource-src-5.9.0/qt3d/src/render/picking/qpickevent.cpp | 8734 | /****************************************************************************
**
** Copyright (C) 2015 Klaralvdalens Datakonsult AB (KDAB).
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holdin... | gpl-3.0 |
Yskinator/Tsoha-Bootstrap | app/models/Users.php | 2574 | <?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
* Description of Users
*
* @author ville-matti
*/
class Users extends BaseModel{
public $id, $username, $password, ... | gpl-3.0 |
filipemb/siesp | WebContent/WEB-INF/screen/arquivosportaria/listarArquivosportaria.js | 6747 | /*******************************************************************************
* This file is part of Educatio.
*
* Educatio 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 |
ayman-alkom/IonicNumPad | test/spec/services/num_pad/numpadservice.js | 415 | 'use strict';
describe('Service: numPad/numPadService', function () {
// load the service's module
beforeEach(module('IonicNumPad'));
// instantiate service
/*
var numPad/numPadService;
beforeEach(inject(function (_numPad/numPadService_) {
numPad/numPadService = _numPad/numPadService_;
}));
*/
it(... | gpl-3.0 |
treewojima/tile | src/graphics/window.cpp | 1909 | /* game
* Copyright (C) 2014-2016 Scott Bishop <treewojima@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 ver... | gpl-3.0 |
sebjameswml/dt | src/ipp/Encoding.cpp | 12522 | #ifdef __GNUG__
# pragma implementation
#endif
#include "Encoding.h"
#include <stdexcept>
#include <iostream>
#include <sstream>
using namespace std;
using namespace dt;
string
dt::ipp::Encoding::debugOutput (void) const
{
stringstream ss;
ss << "Version number: " << static_cast<unsigned int>(this->... | gpl-3.0 |
glauberrleite/lexicanalytics | src/org/lexicanalytics/control/controllers/RootLayoutController.java | 339 | package org.lexicanalytics.control.controllers;
import javafx.fxml.FXML;
import org.lexicanalytics.application.Main;
import org.lexicanalytics.model.BaseController;
/**
*
* @author glauberrleite
*
*/
public class RootLayoutController extends BaseController {
@FXML
private void help() {
Main.s... | gpl-3.0 |
prjemian/CountdownJ | src/org/jemian/countdownj/CountdownJ.java | 24328 |
package org.jemian.countdownj;
/*
CountdownJ, (c) 2010 Pete R. Jemian <prjemian@gmail.com>
See LICENSE (GPLv3) for details.
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 |
cchou/describe | lib/format/formatbase.rb | 4455 | require 'xml'
require 'structures'
require 'DescribeLogger'
require 'fileutils'
require 'rjb'
require 'config'
require 'set'
class FormatError < StandardError; end
class FormatBase
NAMESPACES = {
'jhove' => 'http://hul.harvard.edu/ois/xml/ns/jhove',
'mix' => 'http://www.loc.gov/mix/v20',
'aes' => 'http... | gpl-3.0 |
ckaestne/LEADT | workspace/argouml_critics/argouml-app/src/org/argouml/uml/diagram/activity/ui/SelectionCallState.java | 2586 | //#if defined(ACTIVITYDIAGRAM)
//@#$LPS-ACTIVITYDIAGRAM:GranularityType:Class
// $Id: SelectionCallState.java 41 2010-04-03 20:04:12Z marcusvnac $
// Copyright (c) 2006 The Regents of the University of California. All
// Rights Reserved. Permission to use, copy, modify, and distribute this
// software and its do... | gpl-3.0 |
libre/webexploitscan | wes/data/rules/fullscan/09092019-php-antimalware-tool-730-JSVirus.php | 695 | <?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 |
dimkasta/F3-UAM | src/Iconic/Log.php | 618 | <?php
/**
* Created by PhpStorm.
* User: dimkasta
* Date: 28/08/16
* Time: 03:25
*/
namespace Iconic;
trait Log
{
private $messages;
private $enabled;
public function enableLog($enabled) {
$this->messages = [];
$this->enabled = $enabled;
}
public function log($message) {
... | gpl-3.0 |
oleksandrpriadko/cookbrowser_material | CodeGen/backendless-codegen/CookBrowser-Codegen/CookBrowser-File/src/main/java/com/backendless/cookbrowser/file/MainActivity.java | 2968 | package com.backendless.cookbrowser.file;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import com.backendless.Backendl... | gpl-3.0 |
AtakanSa/lyk17 | src/tr/org/linux/kamp/Library/HardCopyBook.java | 710 | package tr.org.linux.kamp.Library;
public class HardCopyBook extends Book {
public HardCopyBook(String name, String author, int price, int bookID, int weight, int shippingCost) {
super(name, author, price, bookID);
this.weight = weight;
this.shippingCost = shippingCost;
// TODO Auto-generated constructor stu... | gpl-3.0 |
TrinityCore/WowPacketParser | WowPacketParserModule.V9_0_1_36216/UpdateFields/V9_1_0_39185/GameObjectData.cs | 1321 | using WowPacketParser.Misc;
using WowPacketParser.Store.Objects.UpdateFields;
// This file is automatically generated, DO NOT EDIT
namespace WowPacketParserModule.V9_0_1_36216.UpdateFields.V9_1_0_39185
{
public class GameObjectData : IMutableGameObjectData
{
public int? DisplayID { get; set; }
... | gpl-3.0 |
carlochess/soap-htcondor | lib/schedduler/classads.js | 2500 | module.exports = function(Schedduler) {
Schedduler.prototype.discoverJobRequirements = function(jobAd, cb) {
this.client.discoverJobRequirements({
jobAd: jobAd
}, function(err, result) {
if (err) {
cb(err);
return;
... | gpl-3.0 |
baoping/Red-Bull-Media-Player | RedBullPlayer/Test/StatisticsTest/PlayerStartedUrlGenetatorTest.cpp | 3595 | /*
* Red Bull Media Player
* Copyright (C) 2011, Red Bull
*
* 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 |