code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
3
942
language
stringclasses
30 values
license
stringclasses
15 values
size
int32
3
1.05M
# -*- 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...
jorsea/vertical-ngo
logistic_order_donation_budget/model/sale_order.py
Python
agpl-3.0
1,300
/* * 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...
FullMetal210/milton2
milton-server/src/main/java/io/milton/http/ExistingEntityHandler.java
Java
agpl-3.0
1,310
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 *...
mershon-enterprises/tournament-manager
documentation/Player-ViewPairings.md
Markdown
agpl-3.0
584
/* * 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...
dzc34/Asqatasun
rules/rules-accessiweb2.2/src/test/java/org/asqatasun/rules/accessiweb22/Aw22Rule04012Test.java
Java
agpl-3.0
3,499
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()
Cerkinfo/click-and-deploy
apps/recipies/self.py
Python
agpl-3.0
299
"""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...
eduNEXT/edunext-ecommerce
ecommerce/extensions/offer/utils.py
Python
agpl-3.0
12,022
# -*- 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...
dhp-denero/LibrERP
l10n_it_spesometro/spesometro.py
Python
agpl-3.0
75,593
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 */ ...
LtRipley36706/ACE-World
Database/3-Core/9 WeenieDefaults/SQL/Creature/Golem/00198 Limestone Golem.sql
SQL
agpl-3.0
5,143
<?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 { ...
rubengc/GamiPress
libraries/ct/includes/class-ct-database-schema-updater.php
PHP
agpl-3.0
11,917
/* * 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...
digitalbazaar/bitmunk
cpp/common/CatalogInterface.h
C
agpl-3.0
3,619
# 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 ...
epeios-q37/epeios
other/exercises/Hangman/en/i.py
Python
agpl-3.0
1,604
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...
kinoru/wild
src/GitHub.hs
Haskell
agpl-3.0
3,376
<?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...
kusumandaru/pa53
app/Repositories/LeaveRepository.php
PHP
agpl-3.0
468
<?php /* ------------------------------------------------------------------------ FusionInventory Copyright (C) 2010-2013 by the FusionInventory Development Team. http://www.fusioninventory.org/ http://forge.fusioninventory.org/ ------------------------------------------------------------------------...
dethegeek/fusioninventory-for-glpi
inc/iprange_configsecurity.class.php
PHP
agpl-3.0
6,066
{% 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...
kmshi/miroguide
channelguide/templates/donate/donate.html
HTML
agpl-3.0
4,602
/* * 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 ...
RestComm/jss7
map/map-api/src/main/java/org/restcomm/protocols/ss7/map/api/service/callhandling/RUFOutcome.java
Java
agpl-3.0
2,642
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...
printedheart/opennars
nars_logic/src/main/java/nars/clock/RealtimeNSClock.java
Java
agpl-3.0
384
/** * 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 ...
boob-sbcm/3838438
src/main/java/com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVMregression.java
Java
agpl-3.0
9,029
--- "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...
pirati-web/smlouvy.pirati.cz
smlouvy/2016/12/18/nda-mb/index.html
HTML
agpl-3.0
806
# 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...
PRX/feeder.prx.org
app/controllers/api/episodes_controller.rb
Ruby
agpl-3.0
1,756
<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>
databrary/databrary
web/site/wizardStep.html
HTML
agpl-3.0
272
<?php return [ /* |-------------------------------------------------------------------------- | Application Name |-------------------------------------------------------------------------- | | This value is the name of your application. This value is used when the | framework needs to plac...
turtles2/Sublist-Manager
config/app.php
PHP
agpl-3.0
9,485
/* * 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...
shentino/kotaka
mud/include/kotaka/paths/action.h
C
agpl-3.0
885
/********************************************************************************* * 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...
kuzavas/ephesoft
dcma-validation/src/main/java/com/ephesoft/dcma/validation/service/ValidationServiceImpl.java
Java
agpl-3.0
2,528
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...
melmsie/Dank-Memer
src/commands/nsfwCommands/mcporn.js
JavaScript
agpl-3.0
1,202
#!/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...
nicktimko/infomap
examples/python/example-networkx.py
Python
agpl-3.0
2,366
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
pbelasco/pub_data_brasil
db/migrate/20091027191715_create_taggeds.rb
Ruby
agpl-3.0
233
.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...
devsarr/ONLYOFFICE-OnlineEditors
OfficeWeb/apps/presentationeditor/main/resources/css/right-panels.css
CSS
agpl-3.0
12,179
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...
RoumenGeorgiev/AndroidAPS
app/src/main/java/info/nightscout/androidaps/plugins/InsulinFastacting/ActivityGraph.java
Java
agpl-3.0
2,815
# -*- 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...
Micronaet/micronaet-migration
label_easy/__openerp__.py
Python
agpl-3.0
1,694
package wp.core; public class UserDisabledException extends Exception { public UserDisabledException (String userId) { super("User " + userId + " is disabled."); } }
WebPredict/brave-new-code
src/main/java/wp/core/UserDisabledException.java
Java
agpl-3.0
172
/* 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; ...
dshatrov/momentvideo
moment-rtsp/moment-rtsp/util_rtsp.h
C
agpl-3.0
1,158
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...
piratas-ar/loomio
db/migrate/20121008010612_add_motion_last_viewed_at_to_motion_read_logs.rb
Ruby
agpl-3.0
679
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...
SciencesPo/isari
client/src/app/isari-logs/isari-logs.component.ts
TypeScript
agpl-3.0
4,092
/* 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...
teleyinex/boinc-widgets
project_stats.js
JavaScript
agpl-3.0
4,398
# 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...
mainio/decidim
decidim-budgets/app/cells/decidim/budgets/budget_list_item_cell.rb
Ruby
agpl-3.0
857
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...
o2oa/o2oa
o2server/x_cms_assemble_control/src/main/java/com/x/cms/assemble/control/jaxrs/viewfieldconfig/ActionListByViewId.java
Java
agpl-3.0
2,946
<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...
24eme/acVinDRMPlugin
modules/drm_validation/templates/updateEtablissementSuccess.php
PHP
agpl-3.0
4,662
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...
jistr/vagrant-libvirt-image-tools
files/prepare_vm.sh
Shell
agpl-3.0
585
/** * 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 ...
SreejitS/spark-server
views/api_v1.js
JavaScript
agpl-3.0
18,143
<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...
lqdi/busca-ativa-escolar-web
public/views/settings/partials/deadlines.html
HTML
agpl-3.0
1,886
<!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...
40423222/2017springcd_hw
blog/2017springcd-final-4~5.html
HTML
agpl-3.0
14,081
# 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...
decidim/decidim
decidim-meetings/app/controllers/decidim/meetings/directory/application_controller.rb
Ruby
agpl-3.0
501
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_...
zmdroid/Airesis
app/controllers/tutorial_progresses_controller.rb
Ruby
agpl-3.0
2,464
/* * 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...
nvoron23/rstudio
src/cpp/session/modules/tex/SessionRnwWeave.hpp
C++
agpl-3.0
2,449
/* 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...
ronancpl/MapleSolaxiaV2
src/net/server/channel/handlers/UseItemHandler.java
Java
agpl-3.0
4,510
<?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) +--...
php-fusion/PHP-Fusion
infusions/gallery/photo_submit.php
PHP
agpl-3.0
7,592
/** * 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...
stephaneperry/Silverpeas-Core
war-core/src/main/java/com/silverpeas/socialNetwork/myProfil/control/SocialNetworkService.java
Java
agpl-3.0
6,341
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 ...
mtusnio/Manhunt
ManhuntUI.hpp
C++
agpl-3.0
751
{% 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...
opengovt/ckan-agency-management-tool
frontend/password-reset.html
HTML
agpl-3.0
3,532
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:...
WitchesTown/mastodon
app/javascript/packs/public.js
JavaScript
agpl-3.0
4,984
<?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...
Maslosoft/IlmatarWidgets
src/Menu/views/toolbar.php
PHP
agpl-3.0
1,672
'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 >>...
arcbit/arcbit-web
src/js/model/TLCrypto.js
JavaScript
agpl-3.0
1,918
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
kaltura/KalturaGeneratedAPIClientsAndroid
KalturaClient/src/main/java/com/kaltura/client/types/WatchLaterUserEntry.java
Java
agpl-3.0
2,657
/*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="...
edxzw/edx-platform
cms/static/cms/js/ui.js
JavaScript
agpl-3.0
16,012
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...
whitekiba/server
settings/l10n/de_DE.js
JavaScript
agpl-3.0
36,870
<?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...
hannesk001/SPHERE-Framework
Application/People/Relationship/Service.php
PHP
agpl-3.0
20,135
<!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...
zbbfufu/commuting-time
openlayer-frontend/src/main/web/index.html
HTML
agpl-3.0
971
--- 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...
hitchtest/hitchstory
docs/approach/executable-specifications.md
Markdown
agpl-3.0
1,331
/* 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 ...
weisslj/clipperz-communityEdition
js/src/Clipperz/PM/Components/Panels/ContactsPanel.js
JavaScript
agpl-3.0
3,757
class ResetSearch025 < ActiveRecord::Migration[5.0] def change UserIndex.reset! end end
myplaceonline/myplaceonline_rails
db/migrate/20170205065206_reset_search025.rb
Ruby
agpl-3.0
96
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...
ACEmulator/ACE-World
Database/3-Core/9 WeenieDefaults/SQL/Creature/Knathtead/45892 K'nath Ban'ry.sql
SQL
agpl-3.0
4,743
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 */ ...
ACEmulator/ACE-World
Database/3-Core/9 WeenieDefaults/SQL/Scroll/Writable/02701 Scroll of Heal Self VI.sql
SQL
agpl-3.0
1,882
/** * 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...
TheLanguageArchive/YAMS
web/src/main/java/nl/mpi/yams/client/ui/SearchWidgetsPanel.java
Java
agpl-3.0
11,217
# 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...
jgsmith/second-contract
mud/usr/WorldLib/lib/comp/basic.c
C
agpl-3.0
2,009
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 { ...
welaika/menadi
Menadi/src/main/java/com/welaika/menadi/db/RelatorEvent.java
Java
agpl-3.0
1,447
#!/usr/bin/python3 ###### Памятка по статусам ##### # OK -- сервис онлайн, обрабатывает запросы, получает и отдает флаги. # MUMBLE -- сервис онлайн, но некорректно работает # CORRUPT -- сервис онлайн, но установленные флаги невозможно получить. # DOWN -- сервис оффлайн. from sys import argv from socket import socket, ...
jollheef/tin_foil_hat
checker/python-api/dummy_checker.py
Python
agpl-3.0
4,904
<?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...
davidstillwell/concerto-platform
src/Concerto/PanelBundle/Entity/TestSession.php
PHP
agpl-3.0
9,985
/* * 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...
sturesy/client
src/src-main/sturesy/util/Version.java
Java
agpl-3.0
1,852
-- .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...
jhg543/mellex
src/test/resources/test/z01/sql/s004.sql
SQL
agpl-3.0
2,152
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...
ACEmulator/ACE-World
Database/3-Core/9 WeenieDefaults/SQL/Creature/Elemental/45770 Emissary of Asheron.sql
SQL
agpl-3.0
3,313
/* 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...
ArtifexSoftware/mupdf
source/pdf/cmaps/GBK-X.h
C
agpl-3.0
98,051
////////////////////////////////////////////////////////////////////////////////// // // 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 ...
AlvaroVega/TIDorbC
source/TIDorbC/orb/include/TIDorb/core/iop/TAG_MULTIPLE_COMPONENTS.h
C
agpl-3.0
1,637
<? /** * 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...
timble/openpolice-platform
application/admin/component/categories/view/categories/templates/default_scopebar.html.php
PHP
agpl-3.0
1,269
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,...
ACEmulator/ACE-World
Database/3-Core/6 LandBlockExtendedData/SQL/0295.sql
SQL
agpl-3.0
875
# 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. # #...
nazeels/fat_free
app/inputs/date_pair_input.rb
Ruby
agpl-3.0
2,789
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...
quikkian-ua-devops/will-financials
kfs-core/src/main/java/edu/arizona/kfs/sys/dataaccess/impl/BuildingAndRoomImportsDaoOjb.java
Java
agpl-3.0
1,215
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...
tsoporan/tehorng
submissions/models/track.py
Python
agpl-3.0
1,835
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...
LtRipley36706/ACE-World
Database/3-Core/9 WeenieDefaults/SQL/CraftTool/Misc/27767 Aquamarine Prisms.sql
SQL
agpl-3.0
2,636
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...
kaltura/kmc-ng
src/shared/content-shared/entries/pipes/entry-duration.pipe.ts
TypeScript
agpl-3.0
1,191
# -*- 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', ( ...
bdunnette/djecks_anki
migrations/0002_auto__add_deck.py
Python
agpl-3.0
1,388
<?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...
renderpci/dedalo-4
lib/dedalo/media_engine/lib/ffmpeg_settings/404_pal_4x3.php
PHP
agpl-3.0
752
/* * ################################################################ * * 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 ...
nmpgaspar/PainlessProActive
src/Extensions/org/objectweb/proactive/extensions/calcium/system/ProxyFile.java
Java
agpl-3.0
11,732
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)...
abondis/api-hi
api_hi/helpers/bottle.py
Python
agpl-3.0
816
<?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...
Minds/engine
Core/Payments/Stripe/Customers/Manager.php
PHP
agpl-3.0
1,899
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; ...
Cosecha/redadalertas-api
src/server/app/api/controllers/alertController.js
JavaScript
agpl-3.0
3,644
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; ...
j2ghz/IntranetGJAK
IntranetGJAK/Models/File.cs
C#
agpl-3.0
2,432
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...
DemokratieInBewegung/abstimmungstool
voty/initproc/management/commands/set_quorum.py
Python
agpl-3.0
2,590
/* * 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...
ama-axelor/axelor-business-suite
axelor-bank-payment/src/main/java/com/axelor/apps/bankpayment/db/repo/MoveBankPaymentRepository.java
Java
agpl-3.0
1,337
<?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...
elabftw/elabftw
src/tools/cleanup.php
PHP
agpl-3.0
1,014
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...
mkl-public/testarea-itext5
src/test/java/mkl/testarea/itext5/content/CellsWithPercentileBackground.java
Java
agpl-3.0
2,894
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...
Barsonax/Pathfindax
src/Pathfindax/Factories/NodeGridCollisionMask.cs
C#
agpl-3.0
933
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 ...
archivers-space/archivers-api
collection_handlers.go
GO
agpl-3.0
1,335
/** * 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 ...
cm-is-dog/rapidminer-studio-core
src/main/java/com/rapidminer/gui/viewer/ANOVAMatrixViewerTableModel.java
Java
agpl-3.0
2,174
{{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...
harryross/platform
web/templates/channel.html
HTML
agpl-3.0
2,145
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...
appknox/irene
app/initializers/irene.js
JavaScript
agpl-3.0
4,399
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...
ACEmulator/ACE-World
Database/3-Core/9 WeenieDefaults/SQL/Creature/Shadow/51879 Enraged Shadow.sql
SQL
agpl-3.0
2,476
// // 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...
StratusLab/claudia
clotho/src/main/java/org/dmtf/schemas/wbem/wscim/_1/cim_schema/_2/cim_softwarefeature/ProductName.java
Java
agpl-3.0
1,261
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...
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/endor/bloodseeker_mite_hunter.lua
Lua
agpl-3.0
914
# 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...
quillford/Cura
cura/ConvexHullNode.py
Python
agpl-3.0
2,406