repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
jmacdonald/purge | filesystem/directory/navigator/presenter.go | 18 | package navigator
| gpl-3.0 |
nickkolok/chas-ege | zdn/mat2014/B11/26861.js | 536 | (function(){
NAinfo.requireApiVersion(0, 0);
var a;
var y;
var e;
var b;
var c;
do {
a = sluchch(2, 10);
y = sluchch(2, 10);
e = sluchch(2, 10);
b = Math.pow(a, y);
c = Math.pow(e, y);
}
while (b > 100 || c > 100 || b == c);
NAtask.setTask({
text: 'Найдите значение выражения $${'+a+'}^{\\log_{'+b+'... | gpl-3.0 |
txthinking/brook | client.go | 4333 | // Copyright (c) 2016-present Cloud <cloud@txthinking.com>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of version 3 of the GNU General Public
// License as published by the Free Software Foundation.
//
// This program is distributed in the hope that it will be useful... | gpl-3.0 |
educacaoitajai/erudio | erudio-front-beta/apps/professor/eventos/controllers/eventoHomeController.js | 6325 | (function (){
/*
* @ErudioDoc Instituição Form Controller
* @Module instituicoesForm
* @Controller InstituicaoFormController
*/
class EventoHomeController {
constructor(service, util, erudioConfig, routeParams, $timeout, $mdDialog, $mdMenu, turmaService){
this.service = s... | gpl-3.0 |
ckaestne/KBuildMiner | src/test/scala/gsd/buildanalysis/linux/test/FuzzyParserTest.scala | 1017 | /*
* Copyright (c) 2010 Thorsten Berger <berger@informatik.uni-leipzig.de>
*
* 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 late... | gpl-3.0 |
siteserver/cms | src/SSCMS.Web/Controllers/Admin/Settings/Administrators/AdministratorsAccessTokensController.Dto.cs | 581 | using System.Collections.Generic;
using SSCMS.Models;
namespace SSCMS.Web.Controllers.Admin.Settings.Administrators
{
public partial class AdministratorsAccessTokensController
{
public class ListResult
{
public List<AccessToken> Tokens { get; set; }
public List<string> ... | gpl-3.0 |
h3x4d3c1m4l/h3xmonitor | src/h3xmonitor/Logging/LoglineLevel.cs | 956 | /*
This file is part of h3xmonitor.
h3xmonitor 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.
h3xmonitor is distr... | gpl-3.0 |
magic3org/magic3 | include/wp/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php | 14964 | <?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* WooCommerce Shipping Method Class.
*
* Extended by shipping methods to handle shipping calculations etc.
*
* @class WC_Shipping_Method
* @version 3.0.0
* @package WooCommerce/Abstracts
* @category Abstract Class
* @author WooThemes
*... | gpl-3.0 |
Robotips/rtprog | tool/udk-sim/simmodules/simmodulefactory.cpp | 1525 | /**
** This file is part of the UDK-SDK project.
** Copyright 2019 UniSwarm sebastien.caux@uniswarm.eu
**
** 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... | gpl-3.0 |
bfrgoncalves/Online-PhyloViZ | routes/api/index.js | 1946 | var express = require('express');
var router = express.Router();
router.get('/', function(req, res, next){
res.render('api/apiIndex', {
title: 'PHYLOViZ Online',
isAuthenticated: req.isAuthenticated(), //function given by passport
user: req.user //also given by passport. an user object
});
});
rout... | gpl-3.0 |
thm-projects/arsnova-flashcards | imports/util/lockScreen.js | 8961 | import {NavigatorCheck} from "./navigatorCheck";
import {defaultBackground, backgrounds} from "../config/lockScreen";
function getMaximumFromGameConfig(subConfig, current, style, title) {
const mobile = NavigatorCheck.isSmartphone() || NavigatorCheck.isTablet();
const landscape = NavigatorCheck.isLandscape();
if (!... | gpl-3.0 |
ParisCoin/Paris | src/core_write.cpp | 4341 | // Copyright (c) 2009-2014 The Bitcoin developers
// Distributed under the GPL3 software license, see the accompanying
// file COPYING or http://www.gnu.org/licenses/gpl.html.
#include "core_io.h"
#include "base58.h"
#include "primitives/transaction.h"
#include "script/script.h"
#include "script/standard.h"
#include ... | gpl-3.0 |
systemeFriche/RN | src/Principale.java | 6123 | import com.sun.star.lang.XComponent;
import com.sun.star.sheet.XSpreadsheet;
public class Principale {
public static void main(String[] args)
{
SpreadsheetDocuments spreadsheetDocumentsNotes = new SpreadsheetDocuments();
SpreadsheetDocuments spreadsheetDocumentsRn = new SpreadsheetDocuments();
Spreadsheet... | gpl-3.0 |
FergusInLondon/phpservermon | src/lang/da_DK.lang.php | 14505 | <?php
/**
* PHP Server Monitor
* Monitor your servers and websites.
*
* This file is part of PHP Server Monitor.
* PHP Server Monitor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of ... | gpl-3.0 |
dragthor/cryptojs | renderer.js | 1075 | // This file is required by the index.html file and will
// be executed in the renderer process for that window.
// All of the Node.js APIs are available in this process.
const electron = require("electron");
const ipc = electron.ipcRenderer;
// var last = "";
// document.getElementById("body").addEventListener("keyd... | gpl-3.0 |
substance/notes | server/NotesDocumentServer.js | 530 | var DocumentServer = require('substance/collab/DocumentServer');
/*
DocumentServer module. Can be bound to an express instance
*/
function NotesDocumentServer() {
NotesDocumentServer.super.apply(this, arguments);
}
NotesDocumentServer.Prototype = function() {
// var _super = NotesDocumentServer.super.prototype;... | gpl-3.0 |
ekansa/open-context-py | opencontext_py/apps/ldata/federalregistry/api.py | 11622 | import json
import os
import codecs
import requests
import feedparser
import hashlib
from time import sleep
from django.conf import settings
from django.utils.http import urlquote, quote_plus, urlquote_plus
from opencontext_py.libs.general import LastUpdatedOrderedDict
from opencontext_py.libs.generalapi import General... | gpl-3.0 |
kirigayakazushin/deepin-topbar | src/widgets/dactionlabel.cpp | 1087 | /*
* Copyright (C) 2017 ~ 2017 Deepin Technology Co., Ltd.
*
* Author: kirigaya <kirigaya@mkacg.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 |
msoner1/bilet_otomasyon | admin/kernel/verify.php | 1546 | <?php
require("db.class.php");
$db = new db();
$site_adress= "http://127.0.0.1/otobus/";
if($_POST["process"] == "kontrol") {
session_destroy();
session_start();
$email = $_POST["email"];
$sifre = md5(md5($_POST["sifre"]));
$db->bindMore(array("email" => $email, "sifre" => $sifre));
$uye... | gpl-3.0 |
unassailable/uinfo | inc/css.compbox.php | 1015 | /* COMP-BOX */
.comp-box {
background:<?=_SEC2_?>;
/* border-radius:4px;
*/ box-shadow: inset -3px 3px 10px -3px <?=_BLACK2_?>;
/* border:3px solid <?=_GRAY_?>;
*/ color:<?=_GRAY_?>;
padding:.5vh 1%;
}
.comp-box ::-moz-selection {
background:<?=_SEC2_LT_?>;
color:<?=_GRAY_?>;
text-sha... | gpl-3.0 |
Playos/IsBridgeUp | Properties/Resources.Designer.cs | 2773 | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | gpl-3.0 |
shuqin/ALLIN | src/main/java/zzz/study/patterns/dutychain/simple/Parseable.java | 108 | package zzz.study.patterns.dutychain.simple;
public interface Parseable {
boolean parse(String s);
}
| gpl-3.0 |
rjromo/PythonESPOL | 5.8.5/13.py | 706 | """3 trabajadores"""
h1=int(input("Ingrese horas trabajador 1: "))
s1=float(input("Salario por hora:$ "))
d1=float(input("Descuentos:$ "))
h2=int(input("Ingrese horas trabajador 2: "))
s2=float(input("Salario por hora:$ "))
d2=float(input("Descuentos:$ "))
h3=int(input("Ingrese horas trabajador 3: "))
s3=float(... | gpl-3.0 |
dykstrom/jcc | src/main/java/se/dykstrom/jcc/common/compiler/Compiler.java | 1450 | /*
* Copyright (C) 2016 Johan Dykstrom
*
* 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 dis... | gpl-3.0 |
derhofbauer/fesearch | setup/data/typo3/AdditionalConfiguration.php | 753 | <?php
// $GLOBALS['TYPO3_CONF_VARS']['DB']['database'] = getenv('MYSQL_DATABASE');
// $GLOBALS['TYPO3_CONF_VARS']['DB']['host'] = getenv('MYSQL_DB_HOST');
// $GLOBALS['TYPO3_CONF_VARS']['DB']['username'] = getenv('MYSQL_ROOT_USER');
// $GLOBALS['TYPO3_CONF_VARS']['DB']['password'] = getenv('MYSQL_ROOT_PASSWORD');
... | gpl-3.0 |
flukehan/MixERP | src/Libraries/Server Controls/Project/MixERP.Net.WebControls.StockTransactionFactory/Control/Form/GridView/HeaderRow.cs | 2438 | /********************************************************************************
Copyright (C) Binod Nepal, Mix Open Foundation (http://mixof.org).
This file is part of MixERP.
MixERP is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Fre... | gpl-3.0 |
hpl1nk/nonamegame | xray/animation/sources/mixing_n_ary_tree_destroyer.cpp | 2069 | ////////////////////////////////////////////////////////////////////////////
// Created : 04.03.2010
// Author : Dmitriy Iassenev
// Copyright (C) GSC Game World - 2010
////////////////////////////////////////////////////////////////////////////
#include "pch.h"
#include "mixing_n_ary_tree_destroyer.h"
#include "mix... | gpl-3.0 |
Shinil35/Shat | src/shinil35/shat/peer/PeerManager.java | 6841 | /* Copyright (C) 2013 Emilio Cafe' Nunes
*
* 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 |
DFEAGILEDEVOPS/MTC | pupil-api/src/services/redis-pupil-auth.service.spec.ts | 10807 | import * as moment from 'moment'
import { RedisPupilAuthenticationService, IPupilLoginMessage } from './redis-pupil-auth.service'
import { IRedisService } from './redis.service'
import { IQueueMessageService } from './queue-message.service'
let sut: RedisPupilAuthenticationService
let redisServiceMock: IRedisService
l... | gpl-3.0 |
Wraithaven/Talantra | Talantra/src/net/tal/shared/packets/EntityMovePacket.java | 2352 | package net.tal.shared.packets;
import java.util.UUID;
import org.joml.Vector3f;
import net.tal.client.entity.PhysicsEntity;
import net.tal.server.Handler;
import net.tal.server.OpenClientHandle;
import net.tal.server.OpenServerHandle;
import net.tal.server.data.User;
import net.tal.shared.Entity;
import... | gpl-3.0 |
Letractively/fxlgui | co.fxl.gui/src/main/java/co/fxl/gui/api/LayoutProviderNotFoundException.java | 963 | /**
* Copyright (c) 2010-2015 Dangelmayr IT GmbH. All rights reserved.
*
* This file is part of FXL GUI API.
*
* FXL GUI API 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 o... | gpl-3.0 |
LemoProject/lemo2 | src/main/java/de/lemo/dms/processing/questions/QPerformanceUserTest.java | 9170 | /**
* File ./src/main/java/de/lemo/dms/processing/questions/QPerformanceUserTest.java
* Lemo-Data-Management-Server for learning analytics.
* Copyright (C) 2013
* Leonard Kappe, Andreas Pursian, Sebastian Schwarzrock, Boris Wenzlaff
*
* This program is free software: you can redistribute it and/or modify
* it u... | gpl-3.0 |
waikato-datamining/adams-base | adams-ml/src/test/java/adams/ml/model/classification/AbstractClassifierTestCase.java | 10009 | /*
* 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 in the hope that it w... | gpl-3.0 |
clementine-player/Clementine | src/internet/jamendo/jamendoservice.cpp | 18351 | /* This file is part of Clementine.
Copyright 2010-2013, David Sansome <me@davidsansome.com>
Copyright 2010, 2014, John Maguire <john.maguire@gmail.com>
Copyright 2011, Tyler Rhodes <tyler.s.rhodes@gmail.com>
Copyright 2011, Paweł Bara <keirangtp@gmail.com>
Copyright 2011, Andrea Decorte <adecorte@gmail.... | gpl-3.0 |
vondruska/flickrimportr | controllers/import_controller.php | 8328 | <?php
/*
* This file is part of FlickrImportr.
FlickrImportr 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.
Foobar is distrib... | gpl-3.0 |
gurugithub/thinkup | plugins/foursquare/model/class.FoursquareAPIAccessor.php | 3427 | <?php
/**
*
* ThinkUp/webapp/plugins/foursquare/model/class.FoursquareAPIAccessor.php
*
* Copyright (c) 2012-2013 Aaron Kalair
*
* LICENSE:
*
* This file is part of ThinkUp (http://thinkupapp.com).
*
* ThinkUp is free software: you can redistribute it and/or modify it under the terms of the GNU General Public... | gpl-3.0 |
wandora-team/wandora | src/org/wandora/application/tools/DeleteTopicsWithoutVariants.java | 2013 | /*
* WANDORA
* Knowledge Extraction, Management, and Publishing Application
* http://wandora.org
*
* Copyright (C) 2004-2016 Wandora 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 Free Software Foundatio... | gpl-3.0 |
axzcfgg/fps_keeper | FpsKeeper.cpp | 1480 | #include "FpsKeeper.hpp"
#include <limits.h>
// Windows
#if defined(WIN_BUILD)
#include <windows.h>
#endif
// Linux
#if defined(LINUX_BUILD)
#include <unistd.h>
#include <sys/time.h>
typedef unsigned long DWORD;
#endif
class sec {
public:
enum {
U_SEC = 1000000 ,
M_SEC = 1000
};
};
// constructor
fps::ke... | gpl-3.0 |
JavierAntonioGonzalezTrejo/SCAZAC | calidadAire/models.py | 7488 | # Reports of change
# Modification 20170723: Adding the Class MonitoringMap
# Modification 20170807: Added idStation to the ImecaData.. models
# Modification 20170808: Added
# Added Class ImecaDataHour 20170812
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models
from investigac... | gpl-3.0 |
mlkdru/nyloc | src/main/java/com/lawek/Entree.java | 127 | package com.lawek;
public class Entree extends Neuron {
public void setEtat(double newEtat)
{
this.etat = newEtat;
}
}
| gpl-3.0 |
getgauge/Intellij-Plugin | src/com/thoughtworks/gauge/extract/stepBuilder/SpecStepsBuilder.java | 1053 | package com.thoughtworks.gauge.extract.stepBuilder;
import com.intellij.openapi.editor.Editor;
import com.intellij.psi.PsiElement;
import com.intellij.psi.PsiFile;
import com.thoughtworks.gauge.language.psi.impl.SpecStepImpl;
import java.util.List;
public class SpecStepsBuilder extends StepsBuilder {
public Spe... | gpl-3.0 |
thavoo/laravel_vue | database/migrations/2017_04_21_144754_create_items_table.php | 679 | <?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateItemsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('items', function ... | gpl-3.0 |
pantelis60/L2Scripts_Underground | gameserver/src/main/java/l2s/gameserver/handler/usercommands/UserCommandHandler.java | 1981 | package l2s.gameserver.handler.usercommands;
import gnu.trove.map.hash.TIntObjectHashMap;
import l2s.commons.data.xml.AbstractHolder;
import l2s.gameserver.handler.usercommands.impl.ClanPenalty;
import l2s.gameserver.handler.usercommands.impl.ClanWarsList;
import l2s.gameserver.handler.usercommands.impl.CommandChanne... | gpl-3.0 |
fairplaysk/datacamp | spec/features/dataset_categories_spec.rb | 2606 | require 'spec_helper'
describe 'DatasetCategories' do
before(:each) do
login_as(admin_user)
end
it 'user can see categories in dataset description screen' do
FactoryGirl.create(:category, title: 'documents')
FactoryGirl.create(:category, title: 'persons')
visit dataset_descriptions_path(locale:... | gpl-3.0 |
IgorGulyaev/iteamzen | client/src/views/fields/link-multiple-with-primary.js | 7313 | /************************************************************************
* This file is part of EspoCRM.
*
* EspoCRM - Open Source CRM application.
* Copyright (C) 2014-2015 Yuri Kuznetsov, Taras Machyshyn, Oleksiy Avramenko
* Website: http://www.espocrm.com
*
* EspoCRM is free software: you can redistribute it... | gpl-3.0 |
DySense/DySense | dysense/core/issue.py | 2109 | # -*- coding: utf-8 -*-
from __future__ import unicode_literals
import time
class Issue(object):
min_expire_increment = 1 # second
def __init__(self, **kargs):
self._id = kargs['id']
self._sub_id = kargs['sub_id']
self._issue_type = kargs['type']
self._reason = kargs.get('rea... | gpl-3.0 |
kontalk/androidclient | app/src/main/java/org/kontalk/ui/prefs/CopyDatabasePreference.java | 5878 | /*
* Kontalk Android client
* Copyright (C) 2020 Kontalk Devteam <devteam@kontalk.org>
* 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 optio... | gpl-3.0 |
kaibioinfo/sirius | isotope_pattern/isotope_pattern_analysis/src/test/java/de/unijena/bioinf/IsotopePatternAnalysis/PatternExtractionTest.java | 4222 |
package de.unijena.bioinf.IsotopePatternAnalysis;
/**
* Created by kaidu on 15.03.2015.
*/
public class PatternExtractionTest {
/* @Test
public void testPatternExtraction() {
final MutableMeasurementProfile profile = new MutableMeasurementProfile();
profile.setAllowedMassDeviation(new Devia... | gpl-3.0 |
LEPTON-project/LEPTON_2 | upload/modules/tinymce/tinymce/plugins/about/register_class_secure.php | 577 | <?php
/**
* @module about-plugin for TinyMCE
* @version see info.php of this module
* @authors Ryan Djurovich, Chio Maisriml, Thomas Hornik, Dietrich Roland Pehlke
* @copyright 2004-2017 Ryan Djurovich, Chio Maisriml, Thomas Hornik, Dietrich Roland Pehlke
* @license G... | gpl-3.0 |
old-town/workflow-zf2-dispatch | test/phpunit/Bootstrap.php | 2381 | <?php
/**
* @link https://github.com/old-town/workflow-zf2-dispatch
* @author Malofeykin Andrey <and-rey2@yandex.ru>
*/
namespace OldTown\Workflow\ZF2\Dispatch\PhpUnit\Test;
use Zend\Loader\AutoloaderFactory;
use Zend\Loader\StandardAutoloader;
use RuntimeException;
error_reporting(E_ALL | E_STRICT);
chdir(__... | gpl-3.0 |
s20121035/rk3288_android5.1_repo | external/clang/test/CodeGenCXX/blocks-cxx11.cpp | 3900 | // RUN: %clang_cc1 %s -fblocks -triple x86_64-apple-darwin -std=c++11 -emit-llvm -o - | FileCheck %s
template <class T> void takeItByValue(T);
void takeABlock(void (^)());
// rdar://problem/11022704
namespace test_int {
void test() {
const int x = 100;
takeABlock(^{ takeItByValue(x); });
// CHECK: call ... | gpl-3.0 |
thequbit/mc911feedwatcher | web/tools/EventType.class.php | 74 | <?
class EventType
{
public $eventtypeid;
public $eventtype;
}
?> | gpl-3.0 |
obulpathi/java | deitel/ch06/fig06_10/MethodOverload.java | 2029 | // Fig. 6.10: MethodOverload.java
// Overloaded method declarations.
public class MethodOverload
{
// test overloaded square methods
public static void main( String[] args )
{
System.out.printf( "Square of integer 7 is %d\n", square( 7 ) );
System.out.printf( "Square of double 7.5 is %f... | gpl-3.0 |
ckaestne/LEADT | workspace/argouml_diagrams/argouml-app/src/org/argouml/uml/ui/behavior/common_behavior/PropPanelDestroyAction.java | 2088 | // $Id: PropPanelDestroyAction.java 13794 2007-11-20 01:08:14Z tfmorris $
// Copyright (c) 1996-2007 The Regents of the University of California. All
// Rights Reserved. Permission to use, copy, modify, and distribute this
// software and its documentation without fee, and without a written
// agreement is hereby g... | gpl-3.0 |
gohdan/DFC | known_files/hashes/modules/skin/bootstrap/js/charts/flot/jquery.flot.tooltip.js | 47 | HostCMS 6.7 = 031ba3e5111586efa89b1d42a3b9a807
| gpl-3.0 |
Stratehm/multipool-stats-backend | src/main/java/strat/mining/multipool/stats/client/mvp/presenter/waffle/PaidoutViewPresenter.java | 7684 | /**
* multipool-stats-backend is a web application which collects statistics
* on several Switching-profit crypto-currencies mining pools and display
* then in a Browser.
* Copyright (C) 2014 Stratehm (stratehm@hotmail.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the ... | gpl-3.0 |
siviotti/ubre | ubre-core/src/main/java/br/net/ubre/data/var/Datex.java | 4543 | package br.net.ubre.data.var;
import java.text.DateFormat;
import java.text.ParseException;
import java.util.Calendar;
import java.util.Date;
import java.util.GregorianCalendar;
import java.util.logging.Logger;
import br.net.ubre.exception.CTDException;
import br.net.ubre.exception.FreezeException;
/**
* [DATE EXTE... | gpl-3.0 |
alicechoi8/Aura | src/ChannelServer/Skills/SkillHelper.cs | 5997 | // Copyright (c) Aura development team - Licensed under GNU GPL
// For more information, see license file in the main folder
using Aura.Channel.Network.Sending;
using Aura.Channel.Skills.Base;
using Aura.Channel.Skills.Combat;
using Aura.Channel.World.Entities;
using Aura.Shared.Mabi.Const;
using Aura.Shared.Util;
us... | gpl-3.0 |
BackupTheBerlios/openmm | src/plugin/Sink/Alsa/AlsaAudioSink.cpp | 8479 | /***************************************************************************|
| OMM - Open Multimedia |
| |
| Copyright (C) 2009, 2010 |
| Jörg ... | gpl-3.0 |
dyarob/SpaceRamble | Gam_Ramble.class.hpp | 130 | #ifndef GAM_RAMBLE_CLASS_HPP
#define GAM_RAMBLE_CLASS_HPP
#include "Game.class.hpp"
class Gam_Ramble : public Game {
};
#endif
| gpl-3.0 |
memphis518/UrbanHitchhiker | spec/decorators/trip_decorator_spec.rb | 53 | require 'spec_helper'
describe TripDecorator do
end
| gpl-3.0 |
eXistence/fhDOOM | neo/renderer/tr_lightrun.cpp | 23313 | /*
===========================================================================
Doom 3 GPL Source Code
Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
This file is part of the Doom 3 GPL Source Code (?Doom 3 Source Code?).
Doom 3 Source Code is free software: you can redistribute it and/or modify
it... | gpl-3.0 |
UTN-FRBA-Mobile/Clases-2017c1 | app/src/main/java/ar/edu/utn/frba/myapplication/service/RTMService.java | 12107 | package ar.edu.utn.frba.myapplication.service;
import android.app.Service;
import android.content.Intent;
import android.os.Handler;
import android.os.IBinder;
import android.support.annotation.Nullable;
import android.util.Log;
import android.util.SparseArray;
import android.widget.Toast;
import com.squareup.okhttp.... | gpl-3.0 |
Cecer1/-IHI-StandardOut | Properties/AssemblyInfo.cs | 2178 | #region GPLv3
//
// Copyright (C) 2012 Chris Chenery
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// ... | gpl-3.0 |
opf-labs/ots-schema | src/edu/harvard/hul/ois/ots/schemas/XmlContent/AnyXml.java | 4583 | /*
* Copyright 2010 Harvard University Library
*
* This file is part of OTS-Schemas.
*
* OTS-Schemas 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 3 of the License, or
* (at ... | gpl-3.0 |
Kristaba/tiles-creator | plugins/BasiCasioExport/basicasioexport.cpp | 948 | #include "basicasioexport.h"
void BasiCasioExport::exportProject(TcProject project){
this->totalExport(project);
}
void BasiCasioExport::totalExport(const TcProject& project){
if( !project.tiles.isEmpty() ){
for( int i = 0 ; i < project.tiles.size() ; i++ ){
}
}
}
void Basi... | gpl-3.0 |
ryanfreckleton/thinkgraph | thinkgraph/parser.py | 5808 | #!/usr/bin/env python
# -*- coding: utf-8 -*-
# CAVEAT UTILITOR
#
# This file was automatically generated by Grako.
#
# https://pypi.python.org/pypi/grako/
#
# Any changes you make to it will be overwritten the next time
# the file is generated.
from __future__ import print_function, division, absolute_import, un... | gpl-3.0 |
gnumdk/lollypop | lollypop/progressbar.py | 1612 | # Copyright (c) 2014-2017 Cedric Bellegarde <cedric.bellegarde@adishatz.org>
# 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 vers... | gpl-3.0 |
wojtask/CormenPy | src/chapter10/exercise10_4_4.py | 128 | def tree_walk(x):
if x is not None:
print(x.key)
tree_walk(x.left_child)
tree_walk(x.right_sibling)
| gpl-3.0 |
jdupl/lancoder | src/main/java/org/lancoder/ffmpeg/FFmpegReader.java | 2644 | package org.lancoder.ffmpeg;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Scanner;
import java.util.logging.Logger;
import org.lancoder.common.ServiceAdapter;
import org.lancoder.common.exceptions.MissingThirdPartyException;
/**
* Class to... | gpl-3.0 |
bitwarden/mobile | src/iOS.Core/Renderers/CustomEditorRenderer.cs | 1577 | using Bit.iOS.Core.Renderers;
using System.ComponentModel;
using UIKit;
using Xamarin.Forms;
using Xamarin.Forms.Platform.iOS;
[assembly: ExportRenderer(typeof(Editor), typeof(CustomEditorRenderer))]
namespace Bit.iOS.Core.Renderers
{
public class CustomEditorRenderer : EditorRenderer
{
protected over... | gpl-3.0 |
CCChapel/ccchapel.com | CMS/CMSModules/Workflows/Workflow_New.aspx.cs | 1740 | using System;
using CMS.Core;
using CMS.Helpers;
using CMS.PortalEngine;
using CMS.UIControls;
using CMS.WorkflowEngine;
using CMS.Base;
[Help("workflow_new", "helpTopic")]
[EditedObject("cms.workflow", "workflowid")]
public partial class CMSModules_Workflows_Workflow_New : CMSWorkflowPage
{
protected void Page... | gpl-3.0 |
alunkeit/ancat | ancat/importer/graphml/GraphOrderType.java | 1634 | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2012.1... | gpl-3.0 |
picon-software/eoit | eoit-industry-api/src/main/java/fr/piconsoft/eoit/api/services/MarketService.java | 1105 | /*
* Copyright (C) 2014 Picon software
*
* 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 program is dis... | gpl-3.0 |
tetrabox/minitl | plugins/org.tetrabox.example.minitl/src-gen/org/tetrabox/example/minitl/aspects/BinaryExpressionAspectBinaryExpressionAspectContext.java | 1188 | package org.tetrabox.example.minitl.aspects;
import java.util.Map;
import org.tetrabox.example.minitl.minitl.BinaryExpression;
import org.tetrabox.example.minitl.aspects.BinaryExpressionAspectBinaryExpressionAspectProperties;
@SuppressWarnings("all")
public class BinaryExpressionAspectBinaryExpressionAspectContext {
... | gpl-3.0 |
Quexten/UlricianumPlanner | app/src/main/java/com/quexten/ulricianumplanner/courseplan/TeacherManager.java | 3259 | package com.quexten.ulricianumplanner.courseplan;
import android.content.Context;
import com.google.gson.Gson;
import com.quexten.ulricianumplanner.R;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import java.io.StringWriter;
import java.io.Writer... | gpl-3.0 |
PapenfussLab/PathOS | Tools/Hl7Tools/src/main/java/org/petermac/hl7/model/v251/segment/DSP.java | 5976 | /*
* 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 |
s20121035/rk3288_android5.1_repo | external/proguard/src/proguard/classfile/editor/InterfaceAdder.java | 2111 | /*
* ProGuard -- shrinking, optimization, obfuscation, and preverification
* of Java bytecode.
*
* Copyright (c) 2002-2013 Eric Lafortune (eric@graphics.cornell.edu)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as publ... | gpl-3.0 |
dj7777/vidWebHq | objects/userGroupsAddNew.json.php | 484 | <?php
header('Content-Type: application/json');
if(empty($global['systemRootPath'])){
$global['systemRootPath'] = "../";
}
require_once $global['systemRootPath'].'videos/configuration.php';
require_once $global['systemRootPath'] . 'objects/user.php';
if (!User::isAdmin()) {
die('{"error":"'.__("Permission deni... | gpl-3.0 |
cjd/xLights | xSchedule/PlayList/PlayListItemSetColour.cpp | 5288 | /***************************************************************
* This source files comes from the xLights project
* https://www.xlights.org
* https://github.com/smeighan/xLights
* See the github commit history for a record of contributing
* developers.
* Copyright claimed based on commit dates recorded in Githu... | gpl-3.0 |
langqiu/never_give_up | machine_learning/lr/lr_momentum.cc | 2856 | #include "lr_momentum.h"
using namespace util;
namespace lr {
LRMomentum::LRMomentum(DataSet* p_train_dataset, DataSet* p_test_dataset,
const hash2index_type& f_hash2index, const index2hash_type& f_index2hash,
const f_index_type& f_size) :
LR(p_train_dataset, p_test_dataset, f_hash2index, f_index2ha... | gpl-3.0 |
austencm/portfolio-react | webpack/dev.config.js | 1724 | const path = require('path'),
merge = require('webpack-merge'),
common = require('./common.config.js'),
ExtractTextPlugin = require('extract-text-webpack-plugin')
module.exports = merge(common, {
devtool: 'inline-source-map',
devServer: {
compress: true,
port: 8080,
historyApiFallback... | gpl-3.0 |
eae/opendental | OpenDentBusiness/Misc/ConvertDatabases2.cs | 649422 | using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Imaging;
using System.Drawing.Design;
using System.Drawing.Text;
using System.Drawing.Drawing2D;
using System.Drawing.Printing;
u... | gpl-3.0 |
wyozi/wmc | lua/wmcproviders/twitch.lua | 1102 | wyozimc.AddProvider({
Name = "Twitch Stream",
UrlPatterns = {
"^https?://www.twitch.tv/([%a%d]*)",
"^https?://twitch.tv/([%a%d]*)",
},
QueryMeta = function(udata, callback, failCallback)
local channel = udata.Matches[1]
local url = string.format("https://api.twitch.tv/kraken/channels/%s", channel)
wyozim... | gpl-3.0 |
optimizationBenchmarking/utils-base | src/main/java/org/optimizationBenchmarking/utils/collections/lists/package-info.java | 103 | /**
* Some simple list utilities.
*/
package org.optimizationBenchmarking.utils.collections.lists; | gpl-3.0 |
ligovirgo/gwdetchar | gwdetchar/omega/config.py | 15875 | # coding=utf-8
# Copyright (C) Duncan Macleod (2015)
#
# This file is part of the GW DetChar python package.
#
# GW DetChar 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 |
mwolf76/gnuSMV | src/cmd/commands/select_trace.hh | 1801 | /**
* @file SELECT_TRACE.hh
* @brief Command-interpreter subsystem related classes and definitions.
*
* This header file contains the handler interface for the `select-trace`
* command.
*
* Copyright (C) 2012 Marco Pensallorto < marco AT pensallorto DOT gmail DOT com >
*
* This library is free software; you ca... | gpl-3.0 |
leetmaa/KMCLib | c++/src/matcher.cpp | 22062 | /*
Copyright (c) 2012-2014 Mikael Leetmaa
This file is part of the KMCLib project distributed under the terms of the
GNU General Public License version 3, see <http://www.gnu.org/licenses/>.
*/
/*! \file matcher.cpp
* \brief File for the implementation code of the Matcher class.
*/
#include <cstdio>
#in... | gpl-3.0 |
OsirisSPS/osiris-sps | client/src/plugins/python/wrappers/ixmlserializable.pypp.hpp | 231 | // This file has been generated by Py++.
#ifndef IXMLSerializable_hpp__pyplusplus_wrapper
#define IXMLSerializable_hpp__pyplusplus_wrapper
void register_IXMLSerializable_class();
#endif//IXMLSerializable_hpp__pyplusplus_wrapper
| gpl-3.0 |
hyperized/ansible | test/units/galaxy/test_collection_install.py | 31437 | # -*- coding: utf-8 -*-
# Copyright: (c) 2019, Ansible Project
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# Make coding more python3-ish
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
import copy
import json
import os
import py... | gpl-3.0 |
ivanamihalek/tcga | icgc/icgc_utils/mysql.py | 10309 | import MySQLdb, sys, os
#
# This source code is part of icgc, an ICGC processing pipeline.
#
# Icgc 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 l... | gpl-3.0 |
x-tools/xtools-rebirth | src/AppBundle/Repository/SimpleEditCounterRepository.php | 2971 | <?php
/**
* This file contains only the SimpleEditCounterRepository class.
*/
declare(strict_types = 1);
namespace AppBundle\Repository;
use AppBundle\Model\Project;
use AppBundle\Model\User;
/**
* SimpleEditCounterRepository is responsible for retrieving data
* from the database for the Simple Edit Counter too... | gpl-3.0 |
Archerpe/aries | src/main/java/com/andy/design_patterns/combined/djview/HeartModel.java | 2154 | package com.andy.design_patterns.combined.djview;
import java.util.*;
public class HeartModel implements HeartModelInterface, Runnable {
ArrayList<BeatObserver> beatObservers = new ArrayList<BeatObserver>();
ArrayList<BPMObserver> bpmObservers = new ArrayList<BPMObserver>();
int time = 1000;
int bpm =... | gpl-3.0 |
Thecarisma/powertext | Power Text/src/com/power/text/rtextarea/RegExReplaceInfo.java | 2097 | /*
* 02/19/2006
*
* RegExReplaceInfo.java - Information about a regex text match.
*
* This library is distributed under a modified BSD license. See the included
* RSyntaxTextArea.License.txt file for details.
*/
package com.power.text.rtextarea;
/**
* Information on how to implement a regular exp... | gpl-3.0 |
mojca/gecko | core/remotecontrolpanel.cpp | 12125 | /*
Copyright 2011 Bastian Loeher, Roland Wirth
This file is part of GECKO.
GECKO 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 3 of the License, or
(at your option) any later version.
GE... | gpl-3.0 |
aylusltd/NGN | bin/CLI.js | 4023 | #!/usr/bin/env node
var path = require('path'),
fs = require('fs'),
optimist = require('optimist'),
exec = require('child_process').exec,
user = require('./lib/permissions'),
pkg = require(path.join(process.mainModule.paths[0],'..','..','package.json'));
require('colors');
// AVAILABLE CLI OPTION... | gpl-3.0 |
WilleamZhao/wechat | src/main/java/com/sourcod/wechat/model/MessageModel.java | 5430 | package com.sourcod.wechat.model;
import java.io.Serializable;
import com.thoughtworks.xstream.annotations.XStreamAlias;
/**
* 消息Model类
*
* @author willeam
* @time 2016-12-07 09:55:19
*
*/
@XStreamAlias("xml")
public class MessageModel implements Serializable{
/**
*
*/
private static final long seri... | gpl-3.0 |
gunnarfloetteroed/java | experimental/src/main/java/stockholm/ihop4/tollzonepassagedata/SizeAnalysisHandler.java | 1846 | /*
* Copyright 2018 Gunnar Flötteröd
*
* 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... | gpl-3.0 |
wikimedia/phabricator-extensions-Sprint | src/conduit/SprintManiphestConduitAPIMethod.php | 9939 | <?php
abstract class SprintManiphestConduitAPIMethod extends ConduitAPIMethod {
final public function getApplication() {
return PhabricatorApplication::getByClass(
'PhabricatorManiphestApplication');
}
protected function defineErrorTypes() {
return array(
'ERR-INVALID-PARAMETER' => pht(... | gpl-3.0 |
UWHealth/markdown-documentation-generator | lib/templating.js | 2689 | /* jshint node: true */
/* jshint esnext: true*/
"use strict";
var _sg = require('./globals');
var listFiles = require('./log');
var handlebars = require('handlebars');
var helpers = require('./swag.js');
var fs = require('fs-extra');
var path = require('path');
/**
* Try user-provided Han... | gpl-3.0 |