code stringlengths 3 1.01M | repo_name stringlengths 5 116 | path stringlengths 3 311 | language stringclasses 30
values | license stringclasses 15
values | size int64 3 1.01M |
|---|---|---|---|---|---|
# Load the rails application
require File.expand_path('../application', __FILE__)
# Initialize the rails application
RailsFrance::Application.initialize!
| nicolasleger/railsfrance.org | config/environment.rb | Ruby | agpl-3.0 | 155 |
package functionaltests.job;
import java.io.Serializable;
import org.ow2.proactive.scheduler.common.Scheduler;
import org.ow2.proactive.scheduler.common.job.JobId;
import org.ow2.proactive.scheduler.common.job.JobState;
import org.ow2.proactive.scheduler.common.job.TaskFlowJob;
import org.ow2.proactive.scheduler.comm... | sandrineBeauche/scheduling | scheduler/scheduler-server/src/test/java/functionaltests/job/TestTaskNotRestarted.java | Java | agpl-3.0 | 2,532 |
body {
padding: 50px;
}
.room-actions {
margin-right: -14px;
}
.room-actions .btn {
margin: -17px 0 1px;
padding: 5px 4px;
font-size:10px;
}
| plugorgau/eventstreamr-frontend | public/stylesheets/style.css | CSS | agpl-3.0 | 153 |
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com
Version 1.2.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com
MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is ge... | CorporacioDigital/iMovers | plugins/tpv_informatica/chosen.css | CSS | agpl-3.0 | 17,365 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership... | telefonicaid/notification_server | test/jmeter/apache-jmeter-2.7/printable_docs/changes.html | HTML | agpl-3.0 | 18,325 |
/* This file is part of VoltDB.
* Copyright (C) 2008-2017 VoltDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any la... | migue/voltdb | src/frontend/org/voltdb/VLog.java | Java | agpl-3.0 | 1,623 |
<!-- title: Earning Type -->
<div class="dev-header">
<a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
Version 6.7.7</a>
<a class="btn btn-default btn-sm" href="https://github.com/frappe/erpnext/tree/develop/erpnext/hr/doctype/earning_type"
target="_blank" style="margin-left: 10px; m... | indictranstech/trufil-erpnext | erpnext/docs/current/models/hr/earning_type.html | HTML | agpl-3.0 | 2,253 |
// Generated by CoffeeScript 1.10.0
var api, baseOVHKonnector, connector, name, slug;
baseOVHKonnector = require('../lib/base_ovh_konnector');
name = 'Kimsufi EU';
slug = 'kimsufi_eu';
api = {
endpoint: 'kimsufi-eu',
appKey: '',
appSecret: ''
};
connector = module.exports = baseOVHKonnector.createNew(api, na... | frankrousseau/konnectors | build/server/konnectors/kimsufi_eu.js | JavaScript | agpl-3.0 | 331 |
// ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | kaltura/KalturaGeneratedAPIClientsJava | src/main/java/com/kaltura/client/enums/BeaconIndexType.java | Java | agpl-3.0 | 2,312 |
package NonameTV::Importer::TV2;
use strict;
use warnings;
=pod
Import data from Viasat's press-site. The data is downloaded in
tab-separated text-files.
Features:
Proper episode and season fields. The episode-field contains a
number that is relative to the start of the series, not to the
start of this season.
pr... | mattiash/nonametv | lib/NonameTV/Importer/TV2.pm | Perl | agpl-3.0 | 6,211 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/admin/vo/domain/ConfigLocationLiteVoAssembler.java | Java | agpl-3.0 | 19,428 |
require 'test_helper'
class PolitizacaosControllerTest < ActionController::TestCase
setup do
@politizacao = politizacaos(:one)
end
test "should get index" do
get :index
assert_response :success
assert_not_nil assigns(:politizacaos)
end
test "should get new" do
get :new
assert_respon... | ricardopoppi/politiquese | test/controllers/politizacaos_controller_test.rb | Ruby | agpl-3.0 | 1,198 |
delete from configuration_settings where key = 'VACCINE_DASHBOARD_DEFAULT_PRODUCT';
INSERT INTO configuration_settings (key, name, groupname, description, value, valueType, displayOrder)
values ('VACCINE_DASHBOARD_DEFAULT_PRODUCT', 'Configure Default vaccine product', 'Dashboard', '','2412', 'TEXT', 1);
delete ... | kelvinmbwilo/open_elmis | modules/migration/src/main/resources/db/migration/archive/vaccine/reports/conf/V658__add_vaccine_dashboard_default_values.sql | SQL | agpl-3.0 | 637 |
/* Taken from a very informative blogpost by Eldar Djafarov:
* http://eldar.djafarov.com/2013/11/reactjs-mixing-with-backbone/
*/
(function() {
'use strict';
module.exports = {
/* Forces an update when the underlying Backbone model instance has
* changed. Users will have to implement getBackboneModels().... | jbaiter/spreads | spreadsplug/web/client/lib/backbonemixin.js | JavaScript | agpl-3.0 | 1,858 |
<?php use_helper('Text') ?>
<?php if (QubitTerm::REFERENCE_ID == $usageType): ?>
<?php if (isset($link)): ?>
<?php echo link_to(image_tag($representation->getFullPath(), array('alt' => __('Open original %1%', array('%1%' => sfConfig::get('app_ui_label_digitalobject'))))), $link) ?>
<?php else: ?>
<?php ec... | Surfrdan/atom | apps/qubit/modules/digitalobject/templates/_showDownload.php | PHP | agpl-3.0 | 1,149 |
<?
// The source code packaged with this file is Free Software, Copyright (C) 2005 by
// Ricardo Galli <gallir at uib dot es>.
// It's licensed under the AFFERO GENERAL PUBLIC LICENSE unless stated otherwise.
// You can get copies of the licenses here:
// http://www.affero.org/oagpl.html
// AFFERO GENERAL PUBLIC L... | brainsqueezer/fffff | branches/version2/www/libs/mail.php | PHP | agpl-3.0 | 1,852 |
<?php
class BAInitiativeParser extends RISParser
{
private static $MAX_OFFSET = 5500;
private static $MAX_OFFSET_UPDATE = 200;
public function parse($antrag_id)
{
$antrag_id = IntVal($antrag_id);
if (SITE_CALL_MODE != "cron") echo "- Initiative $antrag_id\n";
if ($antrag_id ==... | codeformunich/Muenchen-Transparent | protected/RISParser/BAInitiativeParser.php | PHP | agpl-3.0 | 9,264 |
#
# Copyright (C) 2019 - present Instructure, Inc.
#
# This file is part of Canvas.
#
# Canvas is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, version 3 of the License.
#
# Canvas is distributed in the ... | djbender/canvas-lms | spec/models/messages/assignment_submitted/twitter_presenter_spec.rb | Ruby | agpl-3.0 | 4,430 |
#
# Copyright (C) 2015 - present Instructure, Inc.
#
# This file is part of Canvas.
#
# Canvas is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, version 3 of the License.
#
# Canvas is distributed in the ... | venturehive/canvas-lms | spec/models/users/creation_notify_policy_spec.rb | Ruby | agpl-3.0 | 4,064 |
<?
session_start();
// Modificado Junio 2009
/**
* Original en la SSPD en el año 2003
*
* Se añadio compatibilidad con variables globales en Off
* @autor Jairo Losada 2009-05
* @licencia GNU/GPL
*/
foreach ($_GET as $key => $valor) ${$key} = $valor;
foreach ($_POST as $key => $valor) ${$key} = $valor;
... | cejebuto/OrfeoWind | prestamo/prestamo.php | PHP | agpl-3.0 | 30,604 |
package org.ownprofile.boundary.owner.client;
public class Result<T> {
private boolean isSuccess;
private T successValue;
private Fail fail;
public static Result<Void> success() {
return success(null);
}
public static <S> Result<S> success(S successValue) {
return new Result<S>(successValue);
}
public ... | mchlrch/ownprofile | org.ownprofile.node/src/main/java/org/ownprofile/boundary/owner/client/Result.java | Java | agpl-3.0 | 2,101 |
<?php
use Illuminate\Database\Migrations\Migration;
class AddDomainIdToBusinessesTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::table('businesses', function ($table) {
$table->integer('domain_id')->unsigned()->... | timegridio/timegrid | database/migrations/2015_12_20_014958_add_domain_id_to_businesses_table.php | PHP | agpl-3.0 | 763 |
# -*- coding: utf-8 -*-
from .base import BaseHandler
class TestRoute(BaseHandler):
def get(self, file):
return self.render(str(file) + '.jade', show_h1=1)
| web-izmerenie/avto-lux161 | avto-lux/app/core/routes/testroute.py | Python | agpl-3.0 | 162 |
# Copyright 2011-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"). You
# may not use this file except in compliance with the License. A copy of
# the License is located at
#
# http://aws.amazon.com/apache2.0/
#
# or in the "license" fil... | usmschuck/canvas | vendor/bundle/ruby/1.9.1/gems/aws-sdk-1.8.3.1/lib/aws/core/page_result.rb | Ruby | agpl-3.0 | 2,790 |
# FlareDNS-client
Synchronize your App dynamic IP with your CloudFlare DNS A records.
Use this package if:
* You use [CloudFlare](https://cloudflare.com "CloudFlare").
* You run your Laravel App on a server with a Dynamic IP or your IP changes often.
## Installation
```
composer require thinkingcircles/flaredns... | thinkingcircles/test | README.md | Markdown | agpl-3.0 | 1,736 |
<?php
/**
* DAO tbMovimentacaoBancaria
* @author emanuel.sampaio - Politec
* @since 17/02/2011
* @version 1.0
* @package application
* @subpackage application.model
* @copyright © 2011 - Ministério da Cultura - Todos os direitos reservados.
* @link http://www.cultura.gov.br
*/
class tbMovimentacaoBancaria ex... | hackultura/novosalic | application/model/tbMovimentacaoBancaria.php | PHP | agpl-3.0 | 17,407 |
/* This file is part of VoltDB.
* Copyright (C) 2008-2014 VoltDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any la... | eoneil1942/voltdb-4.7fix | src/ee/stats/StatsSource.h | C | agpl-3.0 | 6,316 |
import sys
import time
import sys
num = 1000
print_granularity = 1000
count = 0
first = True
start = 0
gran_start = 0
min = 0
max = 0
avg = 0
sum = 0
total = 0
def set_print_granularity(p):
global print_granularity
print_granularity = p
print("%s: print granularity = %s" % (sys.argv[0], print_granularity))
def l... | scalien/keyspace | test/concurrency/common.py | Python | agpl-3.0 | 1,105 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/Core/src/ims/core/forms/vitalsignstprbp/Handlers.java | Java | agpl-3.0 | 4,321 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | IMS-MAXIMS/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/refman/vo/beans/PatientDiagnosisStatusForReferralCodingVoBean.java | Java | agpl-3.0 | 3,988 |
<?php
// Database Restore
$locale['400'] = "Восстановление БД";
$locale['401'] = "Ошибка";
$locale['402'] = "Неверный формат файла резервной копии";
$locale['403'] = "Закрыть";
// Backup File Information
$locale['410'] = "Данные о файле резервной копии";
$locale['411'] = "Данные о файле для восстановления";
$locale['41... | dialektika/PHP-Fusion | locale/Russian/admin/db-backup.php | PHP | agpl-3.0 | 2,275 |
#region C#raft License
// This file is part of C#raft. Copyright C#raft Team
//
// C#raft is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
// published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any... | chraft/c-raft | Chraft/World/Blocks/BlockStone.cs | C# | agpl-3.0 | 1,214 |
# -*- coding: utf-8 -*-
##############################################################################
#
# Odoo, Open Source Business Applications
# Copyright (c) 2015 Odoo S.A. <http://openerp.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affe... | tvtsoft/odoo8 | addons/delivery/models/stock_picking.py | Python | agpl-3.0 | 4,025 |
<!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" />
<title>Search — Paver 1.2.1 documentation</title>
... | GbalsaC/bitnamiP | venv/lib/python2.7/site-packages/paver/docs/search.html | HTML | agpl-3.0 | 3,455 |
<?php $this->applyTemplateHook('settings-nav','before'); ?>
<nav id="panel-settings-nav" class="sidebar-panel">
<?php $this->applyTemplateHook('settings-nav','begin'); ?>
<?php $this->applyTemplateHook('settings-nav','end'); ?>
</nav>
<?php $this->applyTemplateHook('settings-nav','after'); ?> | secultce/mapasculturais | src/protected/application/themes/BaseV1/layouts/parts/panel-settings-nav.php | PHP | agpl-3.0 | 306 |
/*
* Funambol is a mobile platform developed by Funambol, Inc.
* Copyright (C) 2007 Funambol, Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License version 3 as published by
* the Free Software Foundation with the addition of th... | accesstest3/cfunambol | ctp/ctp-server/src/main/java/com/funambol/ctp/server/notification/NotificationProviderException.java | Java | agpl-3.0 | 3,078 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | open-health-hub/openmaxims-linux | openmaxims_workspace/SpinalInjuries/src/ims/spinalinjuries/domain/base/impl/BaseSharedNewConcernImpl.java | Java | agpl-3.0 | 2,507 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | open-health-hub/openmaxims-linux | openmaxims_workspace/ValueObjects/src/ims/emergency/vo/domain/TrackingLiteVoAssembler.java | Java | agpl-3.0 | 17,855 |
<!--
This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
-->
<div id="webapp-editor-templates" class="hide">
<!-- Template for the entire editor, both tabs and the actual content -->
<div class="webapp-editor">
<div class... | DrXyzzy/cocalc | src/packages/frontend/editor.html | HTML | agpl-3.0 | 46,940 |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\HttpKernel\EventListener;
use Symfony\Component\Event... | KWZwickau/KREDA-Sphere | Library/MOC-V/Component/Router/Vendor/Symfony/Component/HttpKernel/EventListener/LocaleListener.php | PHP | agpl-3.0 | 3,436 |
package com.sapienter.jbilling.client.jspc.payment;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import com.sapienter.jbilling.client.util.Constants;
public final class review_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSour... | maduhu/knx-jbilling2.2.0 | build/jsp-classes/com/sapienter/jbilling/client/jspc/payment/review_jsp.java | Java | agpl-3.0 | 11,647 |
/*@author Jvlaple
*Crystal of Roots
*/
var status = 0;
var PQItems = Array(4001087, 4001088, 4001089, 4001090, 4001091, 4001092, 4001093);
importPackage(net.sf.odinms.client);
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {... | ZenityMS/forgottenstorysource | scripts/npc/2111005.js | JavaScript | agpl-3.0 | 1,027 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | open-health-hub/openmaxims-linux | openmaxims_workspace/Core/src/ims/core/forms/notificationdialog/IFormUILogicCode.java | Java | agpl-3.0 | 1,804 |
// Copyright 2014 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.
package v4
var (
BundleCharms = (*Handler).bundleCharms
ParseSearchParams = parseSearchParams
DefaultIcon = defaultIcon
ArchiveCacheVersionedMaxAge = &archiveCacheVersi... | mhilton/charmstore | internal/v4/export_test.go | GO | agpl-3.0 | 699 |
# frozen_string_literal: true
require "test_helper"
module GobiertoAdmin
class UserFormTest < ActiveSupport::TestCase
def valid_user_form
@valid_user_form ||= UserForm.new(
id: user.id,
name: user.name,
bio: user.bio,
email: user.email
)
end
def invalid_user_... | PopulateTools/gobierto-dev | test/forms/gobierto_admin/user_form_test.rb | Ruby | agpl-3.0 | 1,372 |
# This file is part of Shuup.
#
# Copyright (c) 2012-2016, Shoop Ltd. All rights reserved.
#
# This source code is licensed under the AGPLv3 license found in the
# LICENSE file in the root directory of this source tree.
import decimal
import pytest
from django.conf import settings
from shuup.core.models import Shipm... | hrayr-artunyan/shuup | shuup_tests/core/test_shipments.py | Python | agpl-3.0 | 6,394 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/Scheduling/src/ims/scheduling/domain/impl/ReasonTextDialogImpl.java | Java | agpl-3.0 | 3,583 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/oncology/vo/lookups/GradeofDifferentation.java | Java | agpl-3.0 | 5,476 |
"""
Test cases to cover Accounts-related behaviors of the User API application
"""
import datetime
import hashlib
import json
from copy import deepcopy
from unittest import mock
import ddt
import pytz
from django.conf import settings
from django.test.testcases import TransactionTestCase
from django.test.utils import ... | edx/edx-platform | openedx/core/djangoapps/user_api/accounts/tests/test_views.py | Python | agpl-3.0 | 53,614 |
div.rename-database-overlay {
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
div.rename-database-content {
position: absolute;
top: 25%;
left: 25%;
width: 50%;
height: 50%;
-webkit-bor... | timoc/scaliendb | webadmin/renameDatabase.css | CSS | agpl-3.0 | 1,138 |
<div data-role="header">
<h1>Prijave problema koje nisu poslate</h1>
</div>
<div data-role="content" role="main">
<div id="existing_report">
<% if ( title ) { %>
<h3><%= title %></h3>
<% } %>
<div class="meta">
<p>
<% if ( category && category != '-- Izaberite katego... | altinukshini/fixmystreet-mobile | www/templates/sr/existing.html | HTML | agpl-3.0 | 1,085 |
/*
* RapidMiner
*
* Copyright (C) 2001-2014 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License ... | rapidminer/rapidminer-5 | src/com/rapid_i/deployment/update/client/PendingPurchasesInstallationDialog.java | Java | agpl-3.0 | 11,249 |
def _checkInput(index):
if index < 0:
raise ValueError("Indice negativo non supportato [{}]".format(index))
elif type(index) != int:
raise TypeError("Inserire un intero [tipo input {}]".format(type(index).__name__))
def fib_from_string(index):
_checkInput(index)
serie = "0 1 1 2 3 5 8".... | feroda/lessons-python4beginners | students/2016-09-04/simone-cosma/fibonacci.py | Python | agpl-3.0 | 1,035 |
package rpcclient
import (
"context"
"encoding/json"
"net"
"net/http"
"net/http/httptest"
"sync"
"testing"
"time"
"github.com/gorilla/websocket"
"github.com/stretchr/testify/require"
"github.com/tendermint/tmlibs/log"
types "github.com/tendermint/tendermint/rpc/lib/types"
)
type myHandler struct {
clos... | adrianbrink/tendereum | vendor/github.com/tendermint/tendermint/rpc/lib/client/ws_client_test.go | GO | agpl-3.0 | 4,402 |
// Generated by CoffeeScript 1.10.0
var Bill, baseKonnector, filterExisting, linkBankOperation, ovhFetcher, saveDataAndFile;
ovhFetcher = require('../lib/ovh_fetcher');
filterExisting = require('../lib/filter_existing');
saveDataAndFile = require('../lib/save_data_and_file');
linkBankOperation = require('../lib/lin... | frankrousseau/konnectors | build/server/lib/base_ovh_konnector.js | JavaScript | agpl-3.0 | 1,438 |
class SubscribersController < ApplicationController
def create
@subscriber = Subscriber.new(params[:subscriber])
if @subscriber.save
flash[:notice] = "Success! You have been sent a subscription email. Please click the confirmation link in that email to confirm your subscription."\
else
... | chandresh/spot-us | app/controllers/subscribers_controller.rb | Ruby | agpl-3.0 | 752 |
"""
Braitenberg Vehicle2b
The more light sensed on the left side the faster the right motor moves.
The more light sensed on the right side the faster the left motor moves.
This causes the robot to turn towards a light source.
"""
from pyrobot.brain import Brain, avg
class Vehicle(Brain):
def setup(self):
sel... | emilydolson/forestcat | pyrobot/plugins/brains/BraitenbergVehicle2b.py | Python | agpl-3.0 | 789 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/emergency/vo/domain/EDPartialAdmissionForDischargeDetailOutcomeVoAssembler.java | Java | agpl-3.0 | 28,003 |
/*
* opencog/embodiment/Control/OperationalAvatarController/HCTestAgent.h
*
* Copyright (C) 2002-2009 Novamente LLC
* All Rights Reserved
* Author(s): Nil Geisweiller
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License v3 as
* p... | rkarlberg/opencog | opencog/embodiment/Control/OperationalAvatarController/HCTestAgent.h | C | agpl-3.0 | 2,617 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Datea Backend">
<meta name="author" content="Datea">
<link rel="shortcu... | lafactura/datea-api | datea_api/templates/base.html | HTML | agpl-3.0 | 1,048 |
<form class="form fields" action="#/" onsubmit="return false;" data-bind="command: registerCommand">
<div class="fieldset">
<div class="row name" data-bind="css: {'focused': nameFocus(), 'filled': name().length > 0}">
<label for="name" class="title placeholder" data-i18n="LOGIN/LABEL_NAME" data-bind="i18n: 'text'... | ArcherSys/ArrowHeadMail | templates/views/Login/RegisterViewModel.html | HTML | agpl-3.0 | 4,527 |
/*
* Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
* Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "GameObjectAI.h"
... | DantestyleXD/azerothcore-wotlk | src/game/AI/CoreAI/GameObjectAI.cpp | C++ | agpl-3.0 | 609 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="generator" content="ApiGen 2.8.0">
<title>Class forma_pago</title>
<script type="text/javascript" src="resources/combined.js?3770084987"></script>
<script type="text/javascript" src="elementlist.js?55353... | CorporacioDigital/iMovers | doc/class-forma_pago.html | HTML | agpl-3.0 | 16,426 |
class AddNameIndexToGames < ActiveRecord::Migration[4.2]
def change
add_index :games, :name
end
end
| BatedUrGonnaDie/splits-io | db/migrate/20140925231311_add_name_index_to_games.rb | Ruby | agpl-3.0 | 108 |
package com.sapienter.jbilling.client.jspc.user;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import com.sapienter.jbilling.client.util.Constants;
public final class listProcessSuccessfulUsersTop_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.ja... | maduhu/knx-jbilling2.2.0 | build/jsp-classes/com/sapienter/jbilling/client/jspc/user/listProcessSuccessfulUsersTop_jsp.java | Java | agpl-3.0 | 13,697 |
---
logohandle: egeriarocks
sort: egeria
title: Egeria
twitter: EgeriaPlanning
website: 'https://egeria.rocks/'
---
| fileformat/vectorlogozone | www/logos/egeriarocks/index.md | Markdown | agpl-3.0 | 116 |
<?php
/**
* Shopware 5
* Copyright (c) shopware AG
*
* According to our dual licensing model, this program can be used either
* under the terms of the GNU Affero General Public License, version 3,
* or under a proprietary license.
*
* The texts of the GNU Affero General Public License with an additional
* perm... | simkli/shopware | engine/Library/Enlight/Template/Plugins/function.flink.php | PHP | agpl-3.0 | 3,003 |
// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import Vue from 'vue'
import App from './App'
import router from './router'
import store from './store'
import VueBootstrap from 'bootstrap-vue'
import 'bootstrap/dist/css/bootstr... | praelatus/backend | client/src/main.js | JavaScript | agpl-3.0 | 761 |
{% extends 'newhpc/english/english_base.html' %}
{% load staticfiles %}
{% block title %}Registration | HPC 2020{% endblock %}
{% block style %}
.listitem44 {
display: inline-block;
font-size: 1.5em;
list-style-type: none;
padding: 1em;
text-transform: uppercase;
}
.listitem44... | enjaz/enjaz | newhpc/templates/newhpc/english/riy_en_registeration.html | HTML | agpl-3.0 | 5,898 |
/*
* Concept profile generation tool suite
* Copyright (C) 2015 Biosemantics Group, Erasmus University Medical Center,
* Rotterdam, The Netherlands
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
* by the Free S... | BiosemanticsDotOrg/GeneDiseasePlosBio | java/DataImport/src/JochemBuilder/KEGGcompound/KEGGcompoundImport.java | Java | agpl-3.0 | 3,807 |
/****************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** ... | igor-sfdc/qt-wk | src/gui/dialogs/qwizard_win_p.h | C | lgpl-2.1 | 4,873 |
/*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | xwiki-contrib/sankoreorg | xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseProperty.java | Java | lgpl-2.1 | 5,379 |
// ---------------------------------------------------------------------
//
// Copyright (C) 1999 - 2015 by the deal.II authors
//
// This file is part of the deal.II library.
//
// The deal.II library is free software; you can use it, redistribute
// it, and/or modify it under the terms of the GNU Lesser General
// Pu... | mtezzele/dealii | source/base/data_out_base.cc | C++ | lgpl-2.1 | 265,443 |
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this f... | mornelon/QtCreator_compliments | src/plugins/qt4projectmanager/wizards/subdirsprojectwizard.cpp | C++ | lgpl-2.1 | 4,911 |
/****************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the Qt Designer of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** N... | igor-sfdc/qt-wk | tools/designer/src/designer/qdesigner_formwindow.cpp | C++ | lgpl-2.1 | 9,680 |
/*****************************************************************************
*
* This file is part of Mapnik (c++ mapping toolkit)
*
* Copyright (C) 2006 Artem Pavlenko, Jean-Francois Doyon
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General P... | ake-koomsin/mapnik_nvpr | bindings/python/mapnik_datasource_cache.cpp | C++ | lgpl-2.1 | 2,838 |
//
// Miscellaneous small items related to message sinks
//
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Loyc
{
/// <summary>This interface allows an object to declare its "location".</summary>
/// <remarks>For example, <see cref="Loyc.Syntax.LNode"/> implements th... | loycnet/ecsharp | Core/Loyc.Essentials/MessageSinks/Misc.cs | C# | lgpl-2.1 | 3,135 |
<!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/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | Chinchilla-Software-Com/CQRS | wiki/docs/2.1/html/classCqrs_1_1Azure_1_1BlobStorage_1_1TableStorageStore_a869eba77358b10fc298f8e13fb21d628.html | HTML | lgpl-2.1 | 5,505 |
namespace("JSTools.Event");
/// <class>
/// Provides an interface for attaching and detaching Observer objects. Any number of
/// Observer objects may observe a subject.
/// </class>
JSTools.Event.Subject = function()
{
//------------------------------------------------------------------------
// Declarations
//--... | sgeh/JSTools.net | Branches/JSTools 0.41/JSTools.JavaScript/JSTools/Event/Subject.js | JavaScript | lgpl-2.1 | 2,624 |
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2016, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreech... | simon04/jfreechart | src/main/java/org/jfree/chart/Effect3D.java | Java | lgpl-2.1 | 2,135 |
//
// NotificationQueue.cpp
//
// $Id: //poco/1.4/Foundation/src/NotificationQueue.cpp#1 $
//
// Library: Foundation
// Package: Notifications
// Module: NotificationQueue
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// Permission is hereby granted, ... | tjizep/treestore1 | src/poco-1.4.6p1-all/Foundation/src/NotificationQueue.cpp | C++ | lgpl-2.1 | 5,144 |
//
// ZipDataInfo.h
//
// $Id: //poco/1.4/Zip/include/Poco/Zip/ZipDataInfo.h#1 $
//
// Library: Zip
// Package: Zip
// Module: ZipDataInfo
//
// Definition of the ZipDataInfo class.
//
// Copyright (c) 2007, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// Permission is hereby gr... | tjizep/treestore1 | src/poco-1.4.6p1-all/Zip/include/Poco/Zip/ZipDataInfo.h | C | lgpl-2.1 | 4,090 |
/*
* Created on 17-dic-2005
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package org.herac.tuxguitar.app.actions.layout;
import org.herac.tuxguitar.app.actions.Action;
import org.herac.tuxguitar.app.actions.ActionData;
import org.hera... | yuan39/TuxGuitar | TuxGuitar/src/org/herac/tuxguitar/app/actions/layout/SetTablatureEnabledAction.java | Java | lgpl-2.1 | 1,189 |
/**********************************************************************
* $Id$
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
*
* Copyright (C) 2011 Sandro Santilli <strk@keybit.net>
* Copyright (C) 2007 Refractions Research Inc.
*
* This is free software; you can redistribute and/or modi... | Uli1/geos | include/geos/operation/buffer/OffsetSegmentString.h | C | lgpl-2.1 | 4,706 |
/****************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the QtCore module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
**... | prapin/qmake-iphone | src/corelib/plugin/qsystemlibrary.cpp | C++ | lgpl-2.1 | 5,180 |
/*!
* \file definition_structure.hpp
* \brief Headers of the main subroutines used by SU2_EDU.
* The subroutines and functions are in the <i>definition_structure.cpp</i> file.
* \author Aerospace Design Laboratory (Stanford University).
* \version 1.2.0
*
* SU2 EDU, Copyright (C) 2014 Aerospace Design Lab... | shivajimedida/SU2_EDU | include/definition_structure.hpp | C++ | lgpl-2.1 | 3,735 |
/**
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
* Licensed under the LGPL or a commercial license.
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*/
import { getElementFromPosition } from '../caret/CaretUtils';
import ... | danielpunkass/tinymce | src/core/main/ts/caret/InsertText.ts | TypeScript | lgpl-2.1 | 1,351 |
/**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
**
** GNU Lesser General Public License Usage
**
** This file may be used unde... | azat/qtcreator | src/plugins/projectexplorer/target.h | C | lgpl-2.1 | 6,454 |
////////////////////////////////////////////////////////////////////////////////
// checkstyle: Checks Java source code for adherence to a set of rules.
// Copyright (C) 2001-2015 the original author or authors.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU ... | jasonchaffee/checkstyle | src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/OneStatementPerLineCheck.java | Java | lgpl-2.1 | 6,201 |
#!/usr/bin/env python
import pygtk
pygtk.require('2.0')
import pynotify
import sys
if __name__ == '__main__':
if not pynotify.init("XY"):
sys.exit(1)
n = pynotify.Notification("X, Y Test",
"This notification should point to 150, 10")
n.set_hint("x", 150)
n.set_hi... | Distrotech/notify-python | tests/test-xy.py | Python | lgpl-2.1 | 418 |
/**
* \file
*
* Copyright (c) 2014-2015 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* 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 ... | sgso/RIOT | cpu/sam3s/include/instance/instance_adc.h | C | lgpl-2.1 | 7,130 |
<?php
// (c) Copyright 2002-2012 by authors of the Tiki Wiki CMS Groupware Project
//
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
// $Id: wikiplugin_titlesearch.php 41425 2012-05-11 02:02:22Z... | railfuture/tiki-website | lib/wiki-plugins/wikiplugin_titlesearch.php | PHP | lgpl-2.1 | 4,226 |
/* Swfdec
* Copyright (C) 2007-2008 Benjamin Otte <otte@gnome.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any lat... | freedesktop-unofficial-mirror/swfdec__swfdec | swfdec/swfdec_video_movie_as.c | C | lgpl-2.1 | 4,812 |
/*
* (C) Copyright 2014 Kurento (http://kurento.org/)
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser General Public License
* (LGPL) version 2.1 which accompanies this distribution, and is available at
* http://www.gnu.org/licenses/lgpl-... | oclab/howto-callme | kurento-http-player/src/main/java/org/kurento/tutorial/player/KurentoHttpPlayer.java | Java | lgpl-2.1 | 2,724 |
<!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/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | Chinchilla-Software-Com/CQRS | wiki/docs/2.4/html/classCqrs_1_1Repositories_1_1Queries_1_1QueryPredicateExtensions_a185f34dfbcf58429fc407b594c55f511.html | HTML | lgpl-2.1 | 5,766 |
<!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/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | Chinchilla-Software-Com/CQRS | wiki/docs/2.4/html/classCqrs_1_1Events_1_1SqlEventStoreDataContext_ae059fb99b1100d4d7fb917b635c1be5d.html | HTML | lgpl-2.1 | 6,563 |
// ---------------------------------------------------------------------
//
// Copyright (C) 2007 - 2013 by the deal.II authors
//
// This file is part of the deal.II library.
//
// The deal.II library is free software; you can use it, redistribute
// it, and/or modify it under the terms of the GNU Lesser General
// Pu... | flow123d/dealii | source/numerics/fe_field_function.cc | C++ | lgpl-2.1 | 1,304 |
<?php
// (c) Copyright 2002-2013 by authors of the Tiki Wiki CMS Groupware Project
//
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
// $Id: mod-func-breadcrumbs.php 44444 2013-01-05 21:24:24Z ch... | arildb/tiki-azure | modules/mod-func-breadcrumbs.php | PHP | lgpl-2.1 | 3,358 |
module IB
module SimpleStop
extend OrderPrototype
class << self
def defaults
super.merge order_type: :stop
end
def aliases
super.merge aux_price: :price
end
def requirements
super.merge aux_price: 'Price where the action is triggert. Aliased as :price'
end... | ib-ruby/ib-ruby | lib/ib/order_prototypes/stop.rb | Ruby | lgpl-2.1 | 6,301 |
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2016, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreech... | simon04/jfreechart | src/main/java/org/jfree/data/statistics/MeanAndStandardDeviation.java | Java | lgpl-2.1 | 5,489 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.