repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
jorsea/vertical-ngo
logistic_order_donation_budget/model/sale_order.py
1300
# -*- coding: utf-8 -*- # # # Copyright 2015 Camptocamp SA # Author: Alexandre Fayolle # # 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 # Licens...
agpl-3.0
FullMetal210/milton2
milton-server/src/main/java/io/milton/http/ExistingEntityHandler.java
1310
/* * Copyright 2012 McEvoy Software Ltd. * * 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 later version. * This p...
agpl-3.0
mershon-enterprises/tournament-manager
documentation/Player-ViewPairings.md
584
player-ViewPairings == Purpose -- Display the current players and locations of their individual matches Elements -- * Pairings / Standings * Tap to go to the alternate screen * See- Player-ViewStandings * Tournament Announcement: * Users can view announcements created by the tournament organizer *...
agpl-3.0
dzc34/Asqatasun
rules/rules-accessiweb2.2/src/test/java/org/asqatasun/rules/accessiweb22/Aw22Rule04012Test.java
3499
/* * Asqatasun - Automated webpage assessment * Copyright (C) 2008-2019 Asqatasun.org * * 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 y...
agpl-3.0
Cerkinfo/click-and-deploy
apps/recipies/self.py
299
from fabric.api import run, cd, env from fabric import state DISTANT_PATH = '/www-data/click-and-deploy' def pull(): with cd(DISTANT_PATH): run('git pull') def restart_services(): run('sudo supervisorctl restart click-and-deploy') def deploy(): pull() restart_services()
agpl-3.0
eduNEXT/edunext-ecommerce
ecommerce/extensions/offer/utils.py
12022
"""Offer Utility Methods. """ import logging import string # pylint: disable=W0402 from decimal import Decimal from urllib.parse import urlencode import bleach import waffle from django.conf import settings from django.template.loader import render_to_string from django.utils.translation import ugettext as _ from e...
agpl-3.0
dhp-denero/LibrERP
l10n_it_spesometro/spesometro.py
75593
# -*- coding: utf-8 -*- ############################################################################## # # Author: Alessandro Camilli (a.camilli@yahoo.it) # Copyright (C) 2014 # Associazione OpenERP Italia (<http://www.openerp-italia.org>) # # This program is free software: you can redistribute it and/o...
agpl-3.0
LtRipley36706/ACE-World
Database/3-Core/9 WeenieDefaults/SQL/Creature/Golem/00198 Limestone Golem.sql
5143
DELETE FROM `weenie` WHERE `class_Id` = 198; INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`) VALUES (198, 'golemlimestone', 10, '2019-02-10 00:00:00') /* Creature */; INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`) VALUES (198, 1, 16) /* ItemType - Creature */ ...
agpl-3.0
rubengc/GamiPress
libraries/ct/includes/class-ct-database-schema-updater.php
11917
<?php /** * Database Table Schema Updater class * * @author GamiPress <contact@gamipress.com>, Ruben Garcia <rubengcdev@gamil.com> * * @since 1.0.0 */ // Exit if accessed directly defined( 'ABSPATH' ) || exit; if ( ! class_exists( 'CT_DataBase_Schema_Updater' ) ) : class CT_DataBase_Schema_Updater { ...
agpl-3.0
digitalbazaar/bitmunk
cpp/common/CatalogInterface.h
3619
/* * Copyright (c) 2007-2008 Digital Bazaar, Inc. All rights reserved. */ #ifndef bitmunk_common_CatalogInterface_H #define bitmunk_common_CatalogInterface_H #include "bitmunk/common/TypeDefinitions.h" namespace bitmunk { namespace common { /** * A CatalogInterface is a standard interface into a catalog of wares...
agpl-3.0
epeios-q37/epeios
other/exercises/Hangman/en/i.py
1604
# coding: utf-8 import sys sys.path.append(".") from workshop.en.i import * DISCLOSE_SECRET_WORD = TRUE """ Some variables are now handled by the student. Names are free. """ """ Can be omitted, as 'reset(…)' will be call before the variables will be used. """ goodGuesses = "" errorsAmount = 0 ...
agpl-3.0
kinoru/wild
src/GitHub.hs
3376
module GitHub ( CreateFailure(..) , uploadRelease ) where import Prelude hiding ((++)) import Data.Traversable import Data.Monoid import Control.Lens import Network.Wreq hiding (postWith) import Network.Wreq.Session import qualified Data.ByteString.Lazy as LB import Data.Text (Text) import qualified Data...
agpl-3.0
kusumandaru/pa53
app/Repositories/LeaveRepository.php
468
<?php namespace App\Repositories; use App\Models\Leave; use InfyOm\Generator\Common\BaseRepository; class LeaveRepository extends BaseRepository { /** * @var array */ protected $fieldSearchable = [ 'start_date', 'end_date', 'approval_id', 'status', 'created_a...
agpl-3.0
dethegeek/fusioninventory-for-glpi
inc/iprange_configsecurity.class.php
6066
<?php /* ------------------------------------------------------------------------ FusionInventory Copyright (C) 2010-2013 by the FusionInventory Development Team. http://www.fusioninventory.org/ http://forge.fusioninventory.org/ ------------------------------------------------------------------------...
agpl-3.0
kmshi/miroguide
channelguide/templates/donate/donate.html
4602
{% extends "donate/base.html" %} {% block extra-title %}<img src="{{STATIC_BASE_URL}}images/donate/sub-title.png" alt="If you believe in open media, we need your donation now" >{% endblock %} {% block content %} <div class="column left"> {% block message %} <p><strong>Supporters of Open Media:</strong></p> <p style="pa...
agpl-3.0
RestComm/jss7
map/map-api/src/main/java/org/restcomm/protocols/ss7/map/api/service/callhandling/RUFOutcome.java
2642
/* * TeleStax, Open Source Cloud Communications Copyright 2012. * and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser ...
agpl-3.0
printedheart/opennars
nars_logic/src/main/java/nars/clock/RealtimeNSClock.java
384
package nars.clock; /** nanosecond accuracy */ public class RealtimeNSClock extends RealtimeClock { public RealtimeNSClock(boolean updatePerCycle) { super(updatePerCycle); } @Override protected long getRealTime() { return System.nanoTime(); } @Override protected float uni...
agpl-3.0
boob-sbcm/3838438
src/main/java/com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVMregression.java
9029
/** * Copyright (C) 2001-2017 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 as published by ...
agpl-3.0
pirati-web/smlouvy.pirati.cz
smlouvy/2016/12/18/nda-mb/index.html
806
--- "layout": contract "datum podpisu": 2016-12-18 "datum účinnosti": 2016-12-18 title: Dohoda o ochraně důvěrných informací (NDA) "použité smluvní typy": - NDA "předmět": Dohoda o ochraně důvěrných informací (NDA) "stav": v plnění "inventurizovano": 2018-05-24 "smluvn...
agpl-3.0
PRX/feeder.prx.org
app/controllers/api/episodes_controller.rb
1756
# encoding: utf-8 class Api::EpisodesController < Api::BaseController include ApiUpdatedSince api_versions :v1 represent_with Api::EpisodeRepresenter find_method :find_by_guid filter_resources_by :podcast_id after_action :process_media, only: [:create, :update] after_action :publish, only: [:create, :u...
agpl-3.0
databrary/databrary
web/site/wizardStep.html
272
<div class="wizard-step" ng-show="active"> <header class="wizard-step-header"> <h2 message="wizard.{{::id}}.name"></h2> </header> <div class="wizard-step-instructions" message="wizard.{{::id}}.instructions" message-html></div> <div ng-transclude></div> </div>
agpl-3.0
turtles2/Sublist-Manager
config/app.php
9485
<?php return [ /* |-------------------------------------------------------------------------- | Application Name |-------------------------------------------------------------------------- | | This value is the name of your application. This value is used when the | framework needs to plac...
agpl-3.0
shentino/kotaka
mud/include/kotaka/paths/action.h
885
/* * This file is part of Kotaka, a mud library for DGD * http://github.com/shentino/kotaka * * Copyright (C) 2018 Raymond Jennings * * 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 Foundati...
agpl-3.0
kuzavas/ephesoft
dcma-validation/src/main/java/com/ephesoft/dcma/validation/service/ValidationServiceImpl.java
2528
/********************************************************************************* * Ephesoft is a Intelligent Document Capture and Mailroom Automation program * developed by Ephesoft, Inc. Copyright (C) 2010-2012 Ephesoft Inc. * * This program is free software; you can redistribute it and/or modify it under * the...
agpl-3.0
melmsie/Dank-Memer
src/commands/nsfwCommands/mcporn.js
1202
const { GenericCommand } = require('../../models/') const videos = [ 'https://www.pornhub.com/view_video.php?viewkey=ph5a5a31a130d7b', 'https://www.pornhub.com/view_video.php?viewkey=ph5925ca42189b1', 'https://www.pornhub.com/view_video.php?viewkey=ph58a2743e7bc0a', 'https://www.pornhub.com/view_video.php?viewk...
agpl-3.0
nicktimko/infomap
examples/python/example-networkx.py
2366
#!/usr/bin/env python import networkx as nx import matplotlib.pyplot as plt import matplotlib.colors as colors from infomap import infomap """ Generate and draw a network with NetworkX, colored according to the community structure found by Infomap. """ def findCommunities(G): """ Partition network with the Infoma...
agpl-3.0
pbelasco/pub_data_brasil
db/migrate/20091027191715_create_taggeds.rb
233
class CreateTaggeds < ActiveRecord::Migration def self.up create_table :taggeds do |t| t.references :tag t.references :proposicao t.timestamps end end def self.down drop_table :taggeds end end
agpl-3.0
devsarr/ONLYOFFICE-OnlineEditors
OfficeWeb/apps/presentationeditor/main/resources/css/right-panels.css
12179
.asc-right-panel-container { background-color:#F4F4F4; } .asc-right-panel-container.x-item-disabled{ opacity: 0.5; } .asc-right-panel-small-btn { background-image: url('../img/right-panels/SmallBorders.png') !important; background-image: -webkit-image-set(url("../img/right-panels/SmallBorders.png") 1...
agpl-3.0
RoumenGeorgiev/AndroidAPS
app/src/main/java/info/nightscout/androidaps/plugins/InsulinFastacting/ActivityGraph.java
2815
package info.nightscout.androidaps.plugins.InsulinFastacting; import android.content.Context; import android.graphics.Color; import android.util.AttributeSet; import com.jjoe64.graphview.GraphView; import com.jjoe64.graphview.series.DataPoint; import com.jjoe64.graphview.series.LineGraphSeries; import java.util.Arra...
agpl-3.0
Micronaet/micronaet-migration
label_easy/__openerp__.py
1694
# -*- coding: utf-8 -*- ############################################################################### # # ODOO (ex OpenERP) # Open Source Management Solution # Copyright (C) 2001-2015 Micronaet S.r.l. (<http://www.micronaet.it>) # Developer: Nicola Riolini @thebrush (<https://it.linkedin.com/in/thebrush>) # This pro...
agpl-3.0
WebPredict/brave-new-code
src/main/java/wp/core/UserDisabledException.java
172
package wp.core; public class UserDisabledException extends Exception { public UserDisabledException (String userId) { super("User " + userId + " is disabled."); } }
agpl-3.0
dshatrov/momentvideo
moment-rtsp/moment-rtsp/util_rtsp.h
1158
/* Copyright (C) 2014 Dmitry Shatrov - All Rights Reserved e-mail: info@momentvideo.org Unauthorized copying of this file or any part of its contents, via any medium is strictly prohibited. Proprietary and confidential. */ #include <libmary/libmary.h> namespace MomentRtsp { using namespace M; ...
agpl-3.0
piratas-ar/loomio
db/migrate/20121008010612_add_motion_last_viewed_at_to_motion_read_logs.rb
679
class AddMotionLastViewedAtToMotionReadLogs < ActiveRecord::Migration[4.2] class MotionReadLog < ActiveRecord::Base end def up add_column :motion_read_logs, :motion_last_viewed_at, :datetime MotionReadLog.reset_column_information MotionReadLog.where(:motion_last_viewed_at => nil).update_all :motion_la...
agpl-3.0
SciencesPo/isari
client/src/app/isari-logs/isari-logs.component.ts
4092
import { ActivatedRoute, ParamMap, Router } from '@angular/router'; import { Component, OnInit } from '@angular/core'; import { TranslateService, LangChangeEvent } from '@ngx-translate/core'; import { BehaviorSubject, combineLatest, throwError } from 'rxjs'; import { EditLogApiOptions } from './EditLogApiOptions.class...
agpl-3.0
teleyinex/boinc-widgets
project_stats.js
4398
/* Copyright 2011 Daniel Lombraña González Users_Widget.js is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by Free Software Foundation, either version 3 of the License, or (at your option) any later version. Users_Widget.js is distribu...
agpl-3.0
mainio/decidim
decidim-budgets/app/cells/decidim/budgets/budget_list_item_cell.rb
857
# frozen_string_literal: true module Decidim module Budgets # This cell renders the budget item list in the budgets list class BudgetListItemCell < BaseCell delegate :voting_finished?, to: :controller property :title alias budget model private def card_class ["card--l...
agpl-3.0
o2oa/o2oa
o2server/x_cms_assemble_control/src/main/java/com/x/cms/assemble/control/jaxrs/viewfieldconfig/ActionListByViewId.java
2946
package com.x.cms.assemble.control.jaxrs.viewfieldconfig; import java.util.ArrayList; import java.util.List; import java.util.Optional; import javax.servlet.http.HttpServletRequest; import com.x.base.core.container.EntityManagerContainer; import com.x.base.core.container.factory.EntityManagerContainerFactory; import...
agpl-3.0
24eme/acVinDRMPlugin
modules/drm_validation/templates/updateEtablissementSuccess.php
4662
<section id="principal" class="drm"> <div id="application_drm"> <?php if (!$isTeledeclarationMode): ?> <?php include_partial('drm/header', array('drm' => $drm)); ?> <ul id="recap_infos_header"> <li> <label>Nom de l'opérateur : </label><?php echo $d...
agpl-3.0
jistr/vagrant-libvirt-image-tools
files/prepare_vm.sh
585
useradd vagrant -u 5000 -m -d /home/vagrant echo "Defaults !requiretty vagrant ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/90-vagrant chmod 0440 /etc/sudoers.d/90-vagrant sed -i -r 's/.*UseDNS.*/UseDNS no/' /etc/ssh/sshd_config mkdir -p /root/.ssh cat /root/vagrant_pub_key >> /root/.ssh/authorized_keys chown -R root: /r...
agpl-3.0
SreejitS/spark-server
views/api_v1.js
18143
/** * Copyright (C) 2013-2014 Spark Labs, Inc. All rights reserved. - https://www.spark.io/ * * 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. * * This program ...
agpl-3.0
lqdi/busca-ativa-escolar-web
public/views/settings/partials/deadlines.html
1886
<div class="panel panel-default"> <div class="panel-heading"> <h3><strong ng-show="!$parent.isEditing">{{getCurrentStep()}}.</strong> <i class="fa fa-calendar"></i> Prazos</h3> </div> <div class="panel-body"> <p> Aqui você define os prazos para cada etapa. Se um caso permanece em uma etapa após seu prazo, el...
agpl-3.0
40423222/2017springcd_hw
blog/2017springcd-final-4~5.html
14081
<!DOCTYPE html> <html lang="en" > <head> <title>2017springcd-final-4~5 - 2017Spring 協同產品設計實習 (虎尾科大MDE)</title> <!-- Using the latest rendering mode for IE --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale...
agpl-3.0
decidim/decidim
decidim-meetings/app/controllers/decidim/meetings/directory/application_controller.rb
501
# frozen_string_literal: true module Decidim module Meetings # This controller is the abstract class from which all other controllers of # this engine inherit. # # Note that it inherits from `Decidim::Components::BaseController`, which # override its layout and provide all kinds of useful methods...
agpl-3.0
zmdroid/Airesis
app/controllers/tutorial_progresses_controller.rb
2464
class TutorialProgressesController < ApplicationController before_filter :admin_required # GET /tutorial_progresses # GET /tutorial_progresses.json def index @tutorial_progresses = TutorialProgress.all respond_to do |format| format.html # index.html.erb format.json { render json: @tutorial_...
agpl-3.0
nvoron23/rstudio
src/cpp/session/modules/tex/SessionRnwWeave.hpp
2449
/* * SessionRnwWeave.hpp * * Copyright (C) 2009-12 by RStudio, Inc. * * Unless you have received this program directly from RStudio pursuant * to the terms of a commercial license agreement with RStudio, then * this program is licensed to you under the terms of version 3 of the * GNU Affero General Public Licen...
agpl-3.0
ronancpl/MapleSolaxiaV2
src/net/server/channel/handlers/UseItemHandler.java
4510
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero Genera...
agpl-3.0
php-fusion/PHP-Fusion
infusions/gallery/photo_submit.php
7592
<?php /*-------------------------------------------------------+ | PHP-Fusion Content Management System | Copyright (C) PHP-Fusion Inc | https://www.phpfusion.com/ +--------------------------------------------------------+ | Filename: gallery/photo_submit.php | Author: Core Development Team (coredevs@phpfusion.com) +--...
agpl-3.0
stephaneperry/Silverpeas-Core
war-core/src/main/java/com/silverpeas/socialNetwork/myProfil/control/SocialNetworkService.java
6341
/** * Copyright (C) 2000 - 2011 Silverpeas * * 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 later version. * * As a spe...
agpl-3.0
mtusnio/Manhunt
ManhuntUI.hpp
751
class MH_Intel { idd=-1; fadein = 0; duration = 1e+1000; fadeout = 0; movingEnable=1; name="IntelDisplay"; enableSimulation=1; onLoad="uiNamespace setVariable [""mh_inteldialog"", _this select 0]"; onUnLoad="uiNamespace setVariable [""mh_inteldialog"", nil]"; class controls ...
agpl-3.0
opengovt/ckan-agency-management-tool
frontend/password-reset.html
3532
{% extends 'frontend/index.html' %} {% block title %}Forgot Password | Manager Tool{% endblock %} {% block content %} <div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3 register-form"> {% if reset %} <form method="POST" id="registerAccountFo...
agpl-3.0
WitchesTown/mastodon
app/javascript/packs/public.js
4984
import loadPolyfills from '../mastodon/load_polyfills'; import ready from '../mastodon/ready'; window.addEventListener('message', e => { const data = e.data || {}; if (!window.parent || data.type !== 'setHeight') { return; } ready(() => { window.parent.postMessage({ type: 'setHeight', id:...
agpl-3.0
Maslosoft/IlmatarWidgets
src/Menu/views/toolbar.php
1672
<?php use Maslosoft\EmbeDi\EmbeDi; use Maslosoft\Ilmatar\Widgets\Interfaces\ButtonInterface; use Maslosoft\Ilmatar\Widgets\Menu\ActionButton; use Maslosoft\Ilmatar\Widgets\Menu\DropDownButton; use Maslosoft\Ilmatar\Widgets\Menu\Toolbar; ?> <?php /* @var $this Toolbar */ ?> <?php if ($this->floating): ?> <div class="o...
agpl-3.0
arcbit/arcbit-web
src/js/model/TLCrypto.js
1918
'use strict'; define(['bitcoinjs-lib', 'crypto-js', 'sjcl'], function(Bitcoin, CryptoJS, sjcl) { function TLCrypto() { } TLCrypto.wordsToBytes = function(words) { var bytes = [] for (var b = 0; b < words.length * 32; b += 8) { bytes.push((words[b >>...
agpl-3.0
kaltura/KalturaGeneratedAPIClientsAndroid
KalturaClient/src/main/java/com/kaltura/client/types/WatchLaterUserEntry.java
2657
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
agpl-3.0
edxzw/edx-platform
cms/static/cms/js/ui.js
16012
/*global plupload */ /*global qiniu */ function FileProgress(file, targetID) { this.fileProgressID = file.id; this.file = file; this.opacity = 100; this.height = 0; this.fileProgressWrapper = $('#' + this.fileProgressID); if (!this.fileProgressWrapper.length) { // <div class="...
agpl-3.0
whitekiba/server
settings/l10n/de_DE.js
36870
OC.L10N.register( "settings", { "Enabled" : "Aktiviert", "Not enabled" : "Nicht aktiviert", "Wrong password" : "Falsches Passwort", "Saved" : "Gespeichert", "No user supplied" : "Kein Benutzer angegeben", "Unable to change password" : "Passwort konnte nicht geändert werden", "Authent...
agpl-3.0
hannesk001/SPHERE-Framework
Application/People/Relationship/Service.php
20135
<?php namespace SPHERE\Application\People\Relationship; use SPHERE\Application\Corporation\Company\Company; use SPHERE\Application\Corporation\Company\Service\Entity\TblCompany; use SPHERE\Application\People\Meta\Common\Common; use SPHERE\Application\People\Person\Person; use SPHERE\Application\People\Person\Service\E...
agpl-3.0
zbbfufu/commuting-time
openlayer-frontend/src/main/web/index.html
971
<!doctype html> <html lang="en" charset="UTF-8"> <head> <link rel="stylesheet" href="css/ol.css" type="text/css"> <style> .map { height: 900px; width: 100%; } </style> <script src="js/ol.js"></script> <title>commuting-time</title> </head> <body> <div id="map" class="map"></di...
agpl-3.0
hitchtest/hitchstory
docs/approach/executable-specifications.md
1331
--- title: Executable specifications --- An executable specification is an idea taken from [agile philosophy](http://www.agilemodeling.com/essays/executableSpecifications.htm): >When trying to understand a class or operation most programmers will first look for sample code that already invokes it. Well-written unit/d...
agpl-3.0
weisslj/clipperz-communityEdition
js/src/Clipperz/PM/Components/Panels/ContactsPanel.js
3757
/* Copyright 2008 Clipperz Srl This file is part of Clipperz Community Edition. Clipperz Community Edition is a web-based password manager and a digital vault for confidential data. For further information about its features and functionalities please refer to http://www.clipperz.com * Clipperz Community Edition is ...
agpl-3.0
myplaceonline/myplaceonline_rails
db/migrate/20170205065206_reset_search025.rb
96
class ResetSearch025 < ActiveRecord::Migration[5.0] def change UserIndex.reset! end end
agpl-3.0
ACEmulator/ACE-World
Database/3-Core/9 WeenieDefaults/SQL/Creature/Knathtead/45892 K'nath Ban'ry.sql
4743
DELETE FROM `weenie` WHERE `class_Id` = 45892; INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`) VALUES (45892, 'ace45892-knathbanry', 10, '2019-02-10 00:00:00') /* Creature */; INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`) VALUES (45892, 1, 16) /* ItemType - Crea...
agpl-3.0
ACEmulator/ACE-World
Database/3-Core/9 WeenieDefaults/SQL/Scroll/Writable/02701 Scroll of Heal Self VI.sql
1882
DELETE FROM `weenie` WHERE `class_Id` = 2701; INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`) VALUES (2701, 'scrollhealself6', 34, '2019-02-10 00:00:00') /* Scroll */; INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`) VALUES (2701, 1, 8192) /* ItemType - Writable */ ...
agpl-3.0
TheLanguageArchive/YAMS
web/src/main/java/nl/mpi/yams/client/ui/SearchWidgetsPanel.java
11217
/** * Copyright (C) 2013 The Language Archive, Max Planck Institute for * Psycholinguistics * * 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 o...
agpl-3.0
jgsmith/second-contract
mud/usr/WorldLib/lib/comp/basic.c
2009
# include <worldlib.h> # include <iflib.h> # include <type.h> int position; int gait; /* default movement speed */ mapping senses; /* senses available */ mapping get_properties() { return ([ "gait": WORDS_D -> gait_word(gait), "position": WORDS_D -> position_word(position), ]); } mixed get_property(strin...
agpl-3.0
welaika/menadi
Menadi/src/main/java/com/welaika/menadi/db/RelatorEvent.java
1447
package com.welaika.menadi.db; import com.activeandroid.Model; import com.activeandroid.annotation.Column; import com.activeandroid.annotation.Table; import com.activeandroid.query.Select; import java.util.ArrayList; import java.util.List; @Table(name = "RelatorsEvents") public class RelatorEvent extends Model { ...
agpl-3.0
jollheef/tin_foil_hat
checker/python-api/dummy_checker.py
4904
#!/usr/bin/python3 ###### Памятка по статусам ##### # OK -- сервис онлайн, обрабатывает запросы, получает и отдает флаги. # MUMBLE -- сервис онлайн, но некорректно работает # CORRUPT -- сервис онлайн, но установленные флаги невозможно получить. # DOWN -- сервис оффлайн. from sys import argv from socket import socket, ...
agpl-3.0
davidstillwell/concerto-platform
src/Concerto/PanelBundle/Entity/TestSession.php
9985
<?php namespace Concerto\PanelBundle\Entity; use Doctrine\ORM\Mapping as ORM; /** * @ORM\Table * @ORM\Entity(repositoryClass="Concerto\PanelBundle\Repository\TestSessionRepository") */ class TestSession extends AEntity { const STATUS_RUNNING = 0; const STATUS_SERIALIZED = 1; /** * @ORM\ManyToOn...
agpl-3.0
sturesy/client
src/src-main/sturesy/util/Version.java
1852
/* * StuReSy - Student Response System * Copyright (C) 2012-2014 StuReSy-Team * * 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 opti...
agpl-3.0
jhg543/mellex
src/test/resources/test/z01/sql/s004.sql
2152
-- .LOGON ${hostIp}/${user},${password}; -- .WIDTH 256; ---------------------------------------------------------------------------------------------------- SET QUERY_BAND = 'APPL=ETL;SCRIPT=brg_card_01_a0300.pl;' FOR SESSION; --.IF ERRORCODE <> 0 THEN .GOTO ERRORQUIT; CREATE VOLATILE TABLE VT_NEW_DATA AS...
agpl-3.0
ACEmulator/ACE-World
Database/3-Core/9 WeenieDefaults/SQL/Creature/Elemental/45770 Emissary of Asheron.sql
3313
DELETE FROM `weenie` WHERE `class_Id` = 45770; INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`) VALUES (45770, 'ace45770-emissaryofasheron', 10, '2019-02-10 00:00:00') /* Creature */; INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`) VALUES (45770, 1, 16) /* ItemType...
agpl-3.0
ArtifexSoftware/mupdf
source/pdf/cmaps/GBK-X.h
98051
/* This is an automatically generated file. Do not edit. */ /* GBK-X */ static const pdf_range cmap_GBK_X_ranges[] = { {0x8140,0x8178,0x2758}, {0x8179,0x8179,0x2059}, {0x817a,0x817e,0x2791}, {0x8180,0x8185,0x2796}, {0x8186,0x8186,0x21f1}, {0x8187,0x81ec,0x279c}, {0x81ed,0x81ed,0x1ff2}, {0x81ee,0x81f5,0x2802}, {0x81f6...
agpl-3.0
AlvaroVega/TIDorbC
source/TIDorbC/orb/include/TIDorb/core/iop/TAG_MULTIPLE_COMPONENTS.h
1637
////////////////////////////////////////////////////////////////////////////////// // // File: TAG_MULTIPLE_COMPONENTS.h // Description: // // Rel: 01.00 // Created: September, 2002 // Author: Juan A. Caceres Exposito ( caceres@tid.es ) // // Revised: // // (C) Copyright 2009 Telefonica ...
agpl-3.0
timble/openpolice-platform
application/admin/component/categories/view/categories/templates/default_scopebar.html.php
1269
<? /** * Nooku Framework - http://www.nooku.org * * @copyright Copyright (C) 2011 - 2017 Johan Janssens and Timble CVBA. (http://www.timble.net) * @license GNU AGPLv3 <https://www.gnu.org/licenses/agpl.html> * @link https://github.com/timble/openpolice-platform */ ?> <div class="scopebar"> <div class="scop...
agpl-3.0
ACEmulator/ACE-World
Database/3-Core/6 LandBlockExtendedData/SQL/0295.sql
875
DELETE FROM `landblock_instance` WHERE `landblock` = 0x0295; INSERT INTO `landblock_instance` (`guid`, `weenie_Class_Id`, `obj_Cell_Id`, `origin_X`, `origin_Y`, `origin_Z`, `angles_W`, `angles_X`, `angles_Y`, `angles_Z`, `is_Link_Child`, `last_Modified`) VALUES (0x70295002, 10735, 0x02950104, 150, -800, -42.063, 1, 0,...
agpl-3.0
nazeels/fat_free
app/inputs/date_pair_input.rb
2789
# Fat Free CRM # Copyright (C) 2008-2011 by Michael Dvorkin # # 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 later version. # #...
agpl-3.0
quikkian-ua-devops/will-financials
kfs-core/src/main/java/edu/arizona/kfs/sys/dataaccess/impl/BuildingAndRoomImportsDaoOjb.java
1215
package edu.arizona.kfs.sys.dataaccess.impl; import java.util.HashMap; import java.util.Map; import org.kuali.kfs.coreservice.framework.parameter.ParameterService; import edu.arizona.kfs.sys.batch.BuildingImportStep; import edu.arizona.kfs.sys.dataaccess.BuildingAndRoomImportsDao; public class BuildingAndRoomImport...
agpl-3.0
tsoporan/tehorng
submissions/models/track.py
1835
from django.db import models from submissions.models.utils import strip_punc from django.contrib.auth.models import User from submissions.models.album import Album from django.contrib.contenttypes.models import ContentType class Track(models.Model): """ A single track(song) for an album. """ URL_CHOICE...
agpl-3.0
LtRipley36706/ACE-World
Database/3-Core/9 WeenieDefaults/SQL/CraftTool/Misc/27767 Aquamarine Prisms.sql
2636
DELETE FROM `weenie` WHERE `class_Id` = 27767; INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`) VALUES (27767, 'toolsunkenmereprisms', 44, '2019-02-10 00:00:00') /* CraftTool */; INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`) VALUES (27767, 1, 128) /* ItemType - Mi...
agpl-3.0
kaltura/kmc-ng
src/shared/content-shared/entries/pipes/entry-duration.pipe.ts
1191
import { Pipe, PipeTransform } from '@angular/core'; import { AppLocalization } from '@kaltura-ng/mc-shared'; import { KalturaMediaType } from 'kaltura-ngx-client'; import { KalturaMediaEntry } from 'kaltura-ngx-client'; import { KalturaExternalMediaEntry } from 'kaltura-ngx-client'; @Pipe({ name: 'entryDuration' }) e...
agpl-3.0
bdunnette/djecks_anki
migrations/0002_auto__add_deck.py
1388
# -*- coding: utf-8 -*- from south.utils import datetime_utils as datetime from south.db import db from south.v2 import SchemaMigration from django.db import models class Migration(SchemaMigration): def forwards(self, orm): # Adding model 'Deck' db.create_table(u'djecks_anki_deck', ( ...
agpl-3.0
renderpci/dedalo-4
lib/dedalo/media_engine/lib/ffmpeg_settings/404_pal_4x3.php
752
<?php # FFMPEG SETTING 404_pal $vb = '960k'; # video rate kbs $s = '540x404'; # scale $g = 75; # keyframes interval (gob) $vcodec = 'libx264'; # default libx264 $progresivo = "-vf yadif"; # desentrelazar $gamma_y = "0.97"; # correccion de luminancia $gamma_u = "1.01"; # correccion de B-y $g...
agpl-3.0
nmpgaspar/PainlessProActive
src/Extensions/org/objectweb/proactive/extensions/calcium/system/ProxyFile.java
11732
/* * ################################################################ * * ProActive Parallel Suite(TM): The Java(TM) library for * Parallel, Distributed, Multi-Core Computing for * Enterprise Grids & Clouds * * Copyright (C) 1997-2012 INRIA/University of * Nice-Sophia Antipolis/ActiveEon ...
agpl-3.0
abondis/api-hi
api_hi/helpers/bottle.py
816
from bottle import request class BottleHelper: """map Apify methods to Bottle magic and other helpers""" def __init__(self, app): self.app = app def route(self, path, function, methods=['GET']): self.app.route(path, method=methods, callback=function) def request(self, items=None)...
agpl-3.0
Minds/engine
Core/Payments/Stripe/Customers/Manager.php
1899
<?php namespace Minds\Core\Payments\Stripe\Customers; use Minds\Core\Di\Di; use Minds\Core\Payments\Stripe\Instances\CustomerInstance; use Minds\Core\Payments\Stripe\Instances\PaymentMethodInstance; class Manager { /** @var Lookup $lookup */ private $lookup; private $customerInstance; private $paym...
agpl-3.0
Cosecha/redadalertas-api
src/server/app/api/controllers/alertController.js
3644
import mongoose from 'mongoose'; import Boom from 'boom'; import Bounce from 'bounce'; import { log, logErr } from '../../shared/utils'; import eventStore from '../stores/eventStore'; import alertStore from '../stores/alertStore'; import userStore from '../stores/userStore'; const ObjectId = mongoose.Types.ObjectId; ...
agpl-3.0
j2ghz/IntranetGJAK
IntranetGJAK/Models/File.cs
2432
namespace IntranetGJAK.Models { using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; using IntranetGJAK.Models.JSON.Blueimp_FileUpload; using IntranetGJAK; ...
agpl-3.0
DemokratieInBewegung/abstimmungstool
voty/initproc/management/commands/set_quorum.py
2590
from django.core.management.base import BaseCommand, CommandError from voty.initproc.models import Quorum, IssueSupportersQuorum, IssueVotersQuorum from django.contrib.auth import get_user_model from django.utils import timezone from datetime import date from math import ceil """ - Bis 99 Abstimmungsberechtigten 10 Pe...
agpl-3.0
ama-axelor/axelor-business-suite
axelor-bank-payment/src/main/java/com/axelor/apps/bankpayment/db/repo/MoveBankPaymentRepository.java
1337
/* * Axelor Business Solutions * * Copyright (C) 2019 Axelor (<http://axelor.com>). * * 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. * * This program is distributed...
agpl-3.0
elabftw/elabftw
src/tools/cleanup.php
1014
<?php declare(strict_types=1); /** * @author Nicolas CARPi <nico-git@deltablot.email> * @copyright 2012 Nicolas CARPi * @see https://www.elabftw.net Official website * @license AGPL-3.0 * @package elabftw */ namespace Elabftw\Services; use function dirname; use Elabftw\Exceptions\DatabaseErrorException; use Ela...
agpl-3.0
mkl-public/testarea-itext5
src/test/java/mkl/testarea/itext5/content/CellsWithPercentileBackground.java
2894
package mkl.testarea.itext5.content; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import org.junit.BeforeClass; import org.junit.Test; import com.itextpdf.text.BaseColor; import com.itextpdf.text.Chunk; import com.itextpdf.text.Document; import com.it...
agpl-3.0
Barsonax/Pathfindax
src/Pathfindax/Factories/NodeGridCollisionMask.cs
933
using Pathfindax.Nodes; namespace Pathfindax.Factories { public class NodeGridCollisionMask { public int Width { get; private set; } public int Height { get; private set; } public NodeGridCollisionLayer[] Layers { get; private set; } public NodeGridCollisionMask(PathfindaxCollisionCategory collisionCategor...
agpl-3.0
archivers-space/archivers-api
collection_handlers.go
1335
package main import ( "github.com/datatogether/api/apiutil" "github.com/datatogether/core" "net/http" ) func CollectionHandler(w http.ResponseWriter, r *http.Request) { switch r.Method { case "OPTIONS": EmptyOkHandler(w, r) case "GET": GetCollectionHandler(w, r) default: NotFoundHandler(w, r) } } func ...
agpl-3.0
cm-is-dog/rapidminer-studio-core
src/main/java/com/rapidminer/gui/viewer/ANOVAMatrixViewerTableModel.java
2174
/** * Copyright (C) 2001-2017 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 as published by ...
agpl-3.0
harryross/platform
web/templates/channel.html
2145
{{define "channel"}} <!DOCTYPE html> <html> {{template "head" . }} <body> <div id="error_bar"></div> <div class="container-fluid"> <div class="sidebar--right" id="sidebar-right"></div> <div class="sidebar--menu" id="sidebar-menu"></div> <div class="sidebar--left" id="sidebar-left"></div> <div class...
agpl-3.0
appknox/irene
app/initializers/irene.js
4399
import ENV from 'irene/config/environment'; class ENVHandler { constructor(envHandlerConst) { this.envHandlerConst = envHandlerConst; } isRuntimeAvailable() { return !(typeof runtimeGlobalConfig == 'undefined'); } getEnv(env_key) { const host_key = 'IRENE_API_HOST'; this.assertEnvKey(env_ke...
agpl-3.0
ACEmulator/ACE-World
Database/3-Core/9 WeenieDefaults/SQL/Creature/Shadow/51879 Enraged Shadow.sql
2476
DELETE FROM `weenie` WHERE `class_Id` = 51879; INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`) VALUES (51879, 'ace51879-enragedshadow', 10, '2019-02-10 00:00:00') /* Creature */; INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`) VALUES (51879, 1, 16) /* ItemType - C...
agpl-3.0
StratusLab/claudia
clotho/src/main/java/org/dmtf/schemas/wbem/wscim/_1/cim_schema/_2/cim_softwarefeature/ProductName.java
1261
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833 // 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: 2011...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/endor/bloodseeker_mite_hunter.lua
914
bloodseeker_mite_hunter = Creature:new { objectName = "@mob/creature_names:bloodseeker_mite_hunter", socialGroup = "bloodseeker", faction = "", level = 31, chanceHit = 0.36, damageMin = 315, damageMax = 340, baseXp = 3097, baseHAM = 5900, baseHAMmax = 7200, armor = 0, resists = {115,145,-1,180,-1,180,180,15...
agpl-3.0
quillford/Cura
cura/ConvexHullNode.py
2406
# Copyright (c) 2015 Ultimaker B.V. # Cura is released under the terms of the AGPLv3 or higher. from UM.Scene.SceneNode import SceneNode from UM.Resources import Resources from UM.Math.Color import Color from UM.Math.Vector import Vector from UM.Mesh.MeshData import MeshData import numpy class ConvexHullNode(SceneNo...
agpl-3.0