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 |
|---|---|---|---|---|---|
#! /usr/bin/env perl
# Copyright 2014-2017 The OpenSSL Project Authors. All Rights Reserved.
#
# Licensed under the OpenSSL license (the "License"). You may not use
# this file except in compliance with the License. You can obtain a copy
# in the file LICENSE in the source distribution or at
# https://www.openssl.org... | papyrussolution/OpenPapyrus | Src/OSF/OpenSSL-111/util/mkbuildinf.pl | Perl | agpl-3.0 | 1,498 |
'use strict';
angular.module('impactApp')
.factory('initQuestionScope', function() {
return function(scope, question, prevStep, nextStep, data, previousModel, sectionModel) {
scope.question = question;
scope.nextStep = nextStep;
scope.hideBack = data && data.hideBack;
scope.isFirstQuestio... | sgmap/impact | client/components/question/question.controller.js | JavaScript | agpl-3.0 | 7,773 |
package org.singinst.uf.presenter;
public class UfHelp {
public static String getMainHelpString() {
return "TODO: initial help text";
}
}
| kanzure/uncertainfuture | java/src/org/singinst/uf/presenter/UfHelp.java | Java | agpl-3.0 | 154 |
<?php
/**
* Copyright 2015-2018 ppy Pty. Ltd.
*
* This file is part of osu!web. osu!web is distributed with the hope of
* attracting more community contributions to the core ecosystem of osu!.
*
* osu!web is free software: you can redistribute it and/or modify
* it under the terms of the Affero G... | kj415j45/osu-web | resources/lang/fi/authorization.php | PHP | agpl-3.0 | 6,571 |
chrome.app.runtime.onLaunched.addListener(function() {
chrome.app.window.create('index.html', {
'bounds': {
'width': 400,
'height': 425
}
});
}); | nmunro/Jerusalem | background.js | JavaScript | agpl-3.0 | 169 |
<?php
/**
* @author Jaap Jansma (CiviCooP) <jaap.jansma@civicoop.org>
* @license http://www.gnu.org/licenses/agpl-3.0.html
*/
class CRM_Myemma_Page_MyEmmaFieldMap extends CRM_Core_Page_Basic {
/**
* The action links that we need to display for the browse screen
*
* @var array
* @static
... | CiviCooP/org.civicoop.myemma | CRM/Myemma/Page/MyEmmaFieldMap.php | PHP | agpl-3.0 | 2,910 |
/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/s1ap-r16.4.0/36413-g40.asn"
* `asn1c -pdu=all -fcompound-names -findirect-choice -fno-include-deps -no-gen-BER -no-gen-XER -no-gen-OER -no-gen-UPER`
*/
#include "S1AP_BluetoothName.h"
int
S1AP_Blueto... | acetcom/nextepc | lib/asn1c/s1ap/S1AP_BluetoothName.c | C | agpl-3.0 | 2,295 |
# Stripe Payments
When an attendees pays through Stripe, they stop interacting with Ubersystem itself and interact directly through Stripe's servers. There are two ways Ubersystem can then finish processing the payment and mark attendees as paid:
1. An automated task running every 30 minutes called **check_missed_stri... | magfest/ubersystem | STRIPE.md | Markdown | agpl-3.0 | 1,782 |
# frozen_string_literal: true
require 'test_helper'
require 'integration/concerns/pagination'
class PersonalAdListingTest < ActionDispatch::IntegrationTest
include Pagination
before do
@user = create(:user)
create(:ad, :available, user: @user, title: 'ava1', published_at: 1.hour.ago)
create(:ad, :av... | alabs/nolotiro.org | test/integration/personal_ad_listing_test.rb | Ruby | agpl-3.0 | 1,636 |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | Sparfel/iTop-s-Portal | library/Zend/Search/Lucene/Search/Query/Preprocessing/Term.php | PHP | agpl-3.0 | 12,865 |
from disco.core import Disco, result_iterator
from disco.settings import DiscoSettings
from disco.func import chain_reader
from discodex.objects import DataSet
from freequery.document import docparse
from freequery.document.docset import Docset
from freequery.index.tf_idf import TfIdf
class IndexJob(object):
def... | sqs/freequery | freequery/index/job.py | Python | agpl-3.0 | 1,947 |
<?php
/*
* Copyright 2004-2017, AfterLogic Corp.
* Licensed under AGPLv3 license or AfterLogic license
* if commercial version of the product was purchased.
* See the LICENSE file for a full license statement.
*/
namespace MailSo\Imap\Enumerations;
/**
* @category MailSo
* @package Imap
* @subp... | afterlogic/webmail-lite | libraries/MailSo/Imap/Enumerations/FetchType.php | PHP | agpl-3.0 | 3,021 |
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
/*********************************************************************************
* SugarCRM Community Edition is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
*
* This ... | acuteventures/CRM | modules/Accounts/Account_16-08-2012.php | PHP | agpl-3.0 | 15,380 |
/*
* ArcEmu MMORPG Server
* Copyright (C) 2005-2007 Ascent Team <http://www.ascentemu.com/>
* Copyright (C) 2008-2012 <http://www.ArcEmu.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... | dberga/arcbliz | src/arcemu-world/ScriptMgr.cpp | C++ | agpl-3.0 | 34,035 |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import sys
from intelmq.lib import utils
from intelmq.lib.bot import Bot
from intelmq.lib.message import Event
class MalwareGroupIPsParserBot(Bot):
def process(self):
report = self.receive_message()
if not report:
self.... | sch3m4/intelmq | intelmq/bots/parsers/malwaregroup/parser_ips.py | Python | agpl-3.0 | 1,460 |
group :test do
gem 'testingbot', require: false
gem 'testbot', github: 'smeredith0506/testbot', branch: 'master', ref: '47fbf057ab40f8a6e24b1ae780c3f1a176621892'
gem 'simplecov', '0.9.2', require: false
gem 'docile', '1.1.3', require: false
gem 'simplecov-rcov', '0.2.3', require: false
gem 'bluecloth', '2... | shidao-fm/canvas-lms | Gemfile.d/test.rb | Ruby | agpl-3.0 | 1,517 |
/*
Copyright contributors as noted in the AUTHORS file.
This file is part of PLATANOS.
PLATANOS 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 ... | xekoukou/platanos | action.c | C | agpl-3.0 | 1,240 |
/**
* @license MIT
*/
(function(window, document, undefined) {'use strict';
/**
* Flow.js is a library providing multiple simultaneous, stable and
* resumable uploads via the HTML5 File API.
* @param [opts]
* @param {number} [opts.chunkSize]
* @param {bool} [opts.forceChunkSize]
* @param {number}... | XIMDEX/ximdex | public_xmd/vendors/flow/ng-flow.js | JavaScript | agpl-3.0 | 44,312 |
.crmb-wizard-body {
margin-top: 0.7em;
}
| rocxa/uk.co.vedaconsulting.mosaico | ang/crmbWizard.css | CSS | agpl-3.0 | 45 |
# WickedPDF Global Configuration
#
# Use this to set up shared configuration options for your entire application.
# Any of the configuration options shown here can also be applied to single
# models by passing arguments to the `render :pdf` call.
#
# To learn more, check out the README:
#
# https://github.com/mileszs/w... | panter/aoz-003 | config/initializers/wicked_pdf.rb | Ruby | agpl-3.0 | 486 |
<?php
namespace Zeropingheroes\LanagerCore\Models;
class PlaylistItem extends BaseModel
{
public static $rules = array(
'url' => 'required|url|playlist_compatible_url',
'playlist_id' => 'numeric|exists:playlists,id'
);
public function beforeSave()
{
// Get title and duration data from YouTube
parse_str(... | zeropingheroes/lanager-core | src/Zeropingheroes/LanagerCore/Models/PlaylistItem.php | PHP | agpl-3.0 | 949 |
/*
* Copyright (C) Igor Sysoev
* Copyright (C) Nginx, Inc.
*/
#include <ngx_config.h>
#include <ngx_core.h>
#pragma hdrstop
//#include <ngx_event.h>
static void ngx_destroy_cycle_pools(ngx_conf_t * conf);
static ngx_int_t ngx_init_zone_pool(ngx_cycle_t * cycle, ngx_shm_zone_t * shm_zone);
static ngx_int_t ngx_test_... | papyrussolution/OpenPapyrus | Src/OSF/nginx/src/core/ngx_cycle.c | C | agpl-3.0 | 28,224 |
# Simple script to run required operations to
# 1. Download FASTAs from database
# 2. Copy FASTAs to nextflu directory
# 3. Download titer tables from database
# 4. Copy titer tables to nextflu directory
# Run from base fauna directory with python flu/download_all.py
# Assumes that nextflu/, nextflu-cdc/ and nextflu-cd... | blab/nextstrain-db | download_all.py | Python | agpl-3.0 | 7,407 |
/*
* ################################################################
*
* ProActive Parallel Suite(TM): The Java(TM) library for
* Parallel, Distributed, Multi-Core Computing for
* Enterprise Grids & Clouds
*
* Copyright (C) 1997-2011 INRIA/University of
* Nice-Sophia Antipolis/ActiveEon
... | sandrineBeauche/scheduling | scheduler/scheduler-server/src/test/java/functionaltests/dataspaces/TestSpecialCharacterFileName.java | Java | agpl-3.0 | 8,685 |
<h1>Velkommen til <% print( CONFIG.APP_NAME ) %></h1>
<p>
Ved å bruke denne appen kan du rapportere vanlige problemer, som hull i veien og ødelagte gatelys, til myndighetene i Norge.
</p>
<p>
Den fungerer både med og uten internett, siden vi vet at det ikke er dekning når du trenger det.
</p>
| FiksGataMi/fixmystreet-mobile | www/templates/nb/initial_help.html | HTML | agpl-3.0 | 299 |
/*
* Copyright (c) 2010-2014 Achim 'ahzf' Friedland <achim@graphdefined.org>
* This file is part of Duron <http://www.github.com/Vanaheimr/Duron>
*
* Licensed under the Affero GPL license, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of t... | Vanaheimr/Duron | Duron/SchemaSerializer/InternalHelpers.cs | C# | agpl-3.0 | 1,247 |
using System;
using System.Collections.Generic;
using Offr.Common;
using Offr.Json;
using Offr.Location;
using Offr.Message;
using Offr.Text;
using NUnit.Framework;
namespace Offr.Tests
{
[TestFixture]
public class TestGoogleLocation
{
#region test json data
const string _testJSON = @"{
... | utunga/Tradeify | Offr.Tests/TestGoogleLocation.cs | C# | agpl-3.0 | 15,813 |
class Activity < ApplicationRecord
belongs_to :program, inverse_of: :activities
belongs_to :dance, optional: true
end
| dcmorse/contra | app/models/activity.rb | Ruby | agpl-3.0 | 122 |
<!DOCTYPE html>
<html lang="en"
>
<head>
<title>連桿機構-2 - 40523122的個人作業網誌</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=1.0">
<style type="text/c... | s40523122/2016fallcp_hw | blog/lian-gan-ji-gou-2.html | HTML | agpl-3.0 | 24,004 |
package org.cmdbuild.config;
import java.util.Arrays;
import java.util.Collections;
import java.util.Set;
import org.cmdbuild.auth.CasAuthenticator;
import org.cmdbuild.auth.DefaultAuthenticationService;
import org.cmdbuild.auth.HeaderAuthenticator;
import org.cmdbuild.auth.LdapAuthenticator;
import org.cmdbuild.serv... | jzinedine/CMDBuild | cmdbuild/src/main/java/org/cmdbuild/config/AuthProperties.java | Java | agpl-3.0 | 6,106 |
<?php
class ItemModel extends CFormModel
{
public $id;
public $description;
public $original_description;
public $shared;
public $user_id;
public $username;
public $quantity;
public $expiration_date;
public $creation_date;
public $hisLove;
public $project_id;
public $project_name;
public function rules()
... | margori/Global-Abundance-System | protected/models/ItemModel.php | PHP | agpl-3.0 | 23,078 |
/*
* Copyright 2020. Huawei Technologies Co., Ltd. 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.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required... | o2oa/o2oa | o2server/x_jpush_assemble_control/src/main/java/com/x/jpush/assemble/control/huawei/android/ClickAction.java | Java | agpl-3.0 | 4,024 |
package org.hatdex.hat.she.mappers
import java.util.UUID
import org.hatdex.hat.api.models.{
EndpointQuery,
EndpointQueryFilter,
FilterOperator,
PropertyQuery
}
import org.hatdex.hat.api.models.applications.{
DataFeedItem,
DataFeedItemContent,
DataFeedItemLocation,
DataFeedItemTitle,
LocationAddress
... | Hub-of-all-Things/HAT2.0 | hat/app/org/hatdex/hat/she/mappers/GoogleCalendarMappers.scala | Scala | agpl-3.0 | 4,173 |
/*
*
* k6 - a next-generation load testing tool
* Copyright (C) 2019 Load Impact
*
* 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 o... | loadimpact/k6 | output/influxdb/bench_test.go | GO | agpl-3.0 | 1,980 |
# -*- coding: utf-8 -*-
# © <YEAR(S)> <AUTHOR(S)>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Product Code Unique",
"summary": "Add the unique property to default_code field",
"version": "9.0.1.0.0",
"category": "Product",
"website": "https://odoo-community.org/",... | Gebesa-Dev/Addons-gebesa | product_code_unique/__openerp__.py | Python | agpl-3.0 | 701 |
import ddt
from django.contrib.auth import login, authenticate
from importlib import import_module
from django_lti_tool_provider import AbstractApplicationHookManager
from mock import patch, Mock
from oauth2 import Request, Consumer, SignatureMethod_HMAC_SHA1
from django.contrib.auth.models import User
from django.te... | open-craft/django-lti-tool-provider | django_lti_tool_provider/tests/test_views.py | Python | agpl-3.0 | 12,681 |
#include "Backend.h"
#include "DebugMacros.h"
#include <stdint.h>
#include <string.h>
// PRIVATE FUNCTIONS
void Backend::WriteChannelUpdate(unsigned int in_channel, double & in_val)
{
debug4("Write channel update to Backend.\n");
unsigned int loc = 0;
char buffer[1024];
std::string buffer_write;
... | SarahVictoria/IOConnection | Case 17/EndSystem/Backend.cpp | C++ | agpl-3.0 | 6,003 |
import pytest
from django.urls import reverse
from adhocracy4.dashboard import components
from adhocracy4.test.helpers import assert_template_response
from adhocracy4.test.helpers import redirect_target
from adhocracy4.test.helpers import setup_phase
from meinberlin.apps.topicprio.models import Topic
from meinberlin.a... | liqd/a4-meinberlin | tests/topicprio/dashboard_components/test_views_module_topics.py | Python | agpl-3.0 | 3,141 |
#region Licence
// Copyright (c) 2016 Tomas Bosek
//
// This file is part of PluginLoader.
//
// PluginLoader 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 ... | Zinal001/pluginloader | Patcher/Helpers.cs | C# | agpl-3.0 | 3,713 |
<?php
namespace Poli\VotosBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
/**
* Voto
*
* @ORM\Table()
* @ORM\Entity(repositoryClass="Poli\VotosBundle\Entity\VotoRepository")
*/
class Voto
{
/**
* @var integer
*
* @ORM\Column(name="id", type="integer")
* @ORM\Id
* @ORM\GeneratedValue... | jag2kn/votacion-patrones | Entity/Voto.php | PHP | agpl-3.0 | 944 |
/*
Variable Grid System (Fluid Version).
Learn more ~ http://www.spry-soft.com/grids/
Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/
Licensed under GPL and MIT.
*/
/* Containers
---------------------------------------------------------------------------------------------... | stfp/memopol2 | memopol2/static/css/fluid_grid.css | CSS | agpl-3.0 | 4,876 |
/*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2014 The Kuali Foundation
*
* 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 Fre... | ua-eas/ua-kfs-5.3 | work/src/org/kuali/kfs/module/ar/document/validation/event/CustomerCreditMemoDetailEvent.java | Java | agpl-3.0 | 1,283 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type"... | ralphkretzschmar/zurmohuf | app/protected/modules/zurmo/tests/functional/cases/CreateModifyRole.html | HTML | agpl-3.0 | 23,401 |
// Package dotsql provides a way to separate your code from SQL queries.
//
// It is not an ORM, it is not a query builder.
// Dotsql is a library that helps you keep sql files in one place and use it with ease.
//
// For more usage examples see https://github.com/gchaincl/dotsql
package dotsql
import (
"bufio"
"byt... | archivers-space/archivers-api | vendor/github.com/gchaincl/dotsql/dotsql.go | GO | agpl-3.0 | 3,483 |
/*
* (c) Copyright Ascensio System SIA 2010-2014
*
* This program is a free software product. You can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License (AGPL)
* version 3 as published by the Free Software Foundation. In accordance with
* Section 7(a) of the GNU AGPL i... | devsarr/ONLYOFFICE-OnlineEditors | ActiveX/Common/ASCDocxFormat/Source/DocxFormat/Settings/FootnotePr.cpp | C++ | agpl-3.0 | 2,162 |
package main
import (
"os"
"fmt"
"path/filepath"
// "launchpad.net/juju-core/agent"
"launchpad.net/juju-core/worker"
// "launchpad.net/juju-core/worker/authenticationworker"
"launchpad.net/juju-core/worker/charmrevisionworker"
"launchpad.net/juju-core/worker/deployer"
"launchpad.ne... | cloudbase/juju-core | cmd/jujud/machine_windows.go | GO | agpl-3.0 | 5,585 |
/*********************************************************************************
* Ephesoft is a Intelligent Document Capture and Mailroom Automation program
* developed by Ephesoft, Inc. Copyright (C) 2015 Ephesoft Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the term... | ungerik/ephesoft | Ephesoft_Community_Release_4.0.2.0/source/gxt/gxt-admin/src/main/java/com/ephesoft/gxt/admin/client/presenter/indexFiled/IndexFieldMenuPresenter.java | Java | agpl-3.0 | 6,528 |
# -*- coding: utf-8 -*-
from flask import Blueprint, render_template
from flask.ext.security import current_user
mod = Blueprint('documentation', __name__)
@mod.route('/documentation')
@mod.route('/documentation/index')
def doc_index():
return render_template('documentation/index.html',
apikey='t... | odtvince/APITaxi | APITaxi/documentation/index.py | Python | agpl-3.0 | 381 |
var clover = new Object();
// JSON: {classes : [{name, id, sl, el, methods : [{sl, el}, ...]}, ...]}
clover.pageData = {"classes":[{"el":119,"id":216512,"methods":[{"el":48,"sc":2,"sl":47},{"el":53,"sc":2,"sl":50},{"el":58,"sc":2,"sl":55},{"el":62,"sc":2,"sl":60},{"el":66,"sc":2,"sl":64},{"el":71,"sc":2,"sl":68},{"el... | cm-is-dog/rapidminer-studio-core | report/html/com/rapidminer/operator/generator/RegressionFunction.js | JavaScript | agpl-3.0 | 1,197 |
# Correzione
## FASE 1 e FASE 2
Identico a quello di Cesari. Calabrò ha consegnato dopo.
Si veda la correzione su [[../cesari/README.md]]
### sha1sum calcola gli hash dei files
```
$ cat elenco-files.txt | while read a; do sha1sum $a; done
a553a6a721497946ba876ad844a8633f72ca78ed cesari/footer.php
a553a6a721497946... | feroda/lessons-itis | 2016-5BI/PHP/ex/CONSEGNE-2017-05-06/calabro/README.md | Markdown | agpl-3.0 | 4,029 |
//
// PayPalOAuthScopes.h
//
// Version 2.11.1
//
// Copyright (c) 2014, PayPal
// All rights reserved.
//
// Currently available scope-values to which the user can be asked to consent.
// @see https://developer.paypal.com/docs/integration/direct/identity/attributes/ for more details
/// Authorize charges for fut... | wesley1001/mobile | plugins/com.paypal.cordova.mobilesdk/src/ios/PayPalMobile/PayPalOAuthScopes.h | C | agpl-3.0 | 921 |
import Controller from '@ember/controller';
import modal from '../utils/modal';
import i18n from '../utils/i18n';
import session from '../utils/session';
import persistence from '../utils/persistence';
import CoughDrop from '../app';
import { later as runLater } from '@ember/runloop';
export default Controller.extend(... | CoughDrop/coughdrop | app/frontend/app/controllers/organization.js | JavaScript | agpl-3.0 | 2,958 |
/**
* Commons Cloud CSS Library
*
*
*
*
*/
/**
* Fonts
*/
/*!
* Bootstrap v3.0.0
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
article, aside, detai... | CommonsCloud/Core-API | CommonsCloudAPI/static/css/application.min.css | CSS | agpl-3.0 | 140,301 |
# Copyright (C) 2020 OpenMotics BV
#
# 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 program is distribu... | openmotics/gateway | testing/unittests/api_tests/serializers/sensor_test.py | Python | agpl-3.0 | 4,097 |
<?php
namespace ERP\Domain;
class ErpInfos
{
private $id;
private $id_erp;
private $titre;
private $texte;
private $type;
private $x;
private $y;
private $ponctuel;
private $source;
public function getId() {
return $this->id;
}
public function setId($id) {
... | bjperson/erp | src/Domain/ErpInfos.php | PHP | agpl-3.0 | 1,475 |
/*
* This program is part of the OpenLMIS logistics management information system platform software.
* Copyright © 2013 VillageReach
*
* 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, eith... | kelvinmbwilo/vims | modules/core/src/main/java/org/openlmis/core/domain/ProgramSupported.java | Java | agpl-3.0 | 4,322 |
DELETE FROM `weenie` WHERE `class_Id` = 46943;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (46943, 'ace46943-modifiedtaulandoi', 35, '2019-02-10 00:00:00') /* Caster */;
INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (46943, 1, 32768) /* ItemType -... | LtRipley36706/ACE-World | Database/3-Core/9 WeenieDefaults/SQL/Caster/Caster/46943 Modified Taulandoi.sql | SQL | agpl-3.0 | 3,865 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace MVCSample.Web.Controllers
{
public class HomeController : Controller
{
public ActionResult Index()
{
return View();
}
public ActionResult About()
... | Evilazaro/MCSDAzureTraining | Implement and Design Websites/HOL/Master/HOL-ASPNETAzureWebSites/Source/Assets/MVCSample.Web/MVCSample.Web/Controllers/HomeController.cs | C# | agpl-3.0 | 582 |
# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (C) 2010-2012 Associazione OpenERP Italia
# (<http://www.openerp-italia.org>).
# Copyright (C) 2014 Didotech srl
# (<http://www.didotech.com>).
#
# This program is free software: you can r... | iw3hxn/LibrERP | stock_picking_extended/models/inherit_stock_location.py | Python | agpl-3.0 | 5,169 |
/**
* Created by
* Pratish Shrestha <pratishshrestha@lftechnology.com>
* on 2/15/16.
*/
;(function () {
'use strict';
//React and Redux dependencies
var React = require('react');
var Link = require('react-router').Link;
var connect = require('react-redux').connect;
var bindActionCreators =... | leapfrogtechnology/vyaguta-resource | frontend/src/js/components/budget-type/BudgetTypeList.js | JavaScript | agpl-3.0 | 6,104 |
<?php
// created: 2019-08-05 16:02:34
$mod_strings = array (
'LBL_TEAM' => 'Team',
'LBL_TEAM_ID' => 'Team Id',
'LBL_ASSIGNED_TO_ID' => 'Assigned User Id',
'LBL_ASSIGNED_TO_NAME' => 'Assigned to',
'LBL_ID' => 'ID',
'LBL_DATE_ENTERED' => 'Date Created',
'LBL_DATE_MODIFIED' => 'Date Modified',
'LBL_MODIFIE... | ExpandeNegocio/crm | cache/modules/SugarFeed/language/en_us.lang.php | PHP | agpl-3.0 | 3,751 |
<?php
/*
------------------------------------------------------------------------
FusionInventory
Copyright (C) 2010-2016 by the FusionInventory Development Team.
http://www.fusioninventory.org/ http://forge.fusioninventory.org/
------------------------------------------------------------------------... | orthagh/fusioninventory-for-glpi | front/taskjob.php | PHP | agpl-3.0 | 2,099 |
/*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2014 The Kuali Foundation
*
* 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 Fre... | ua-eas/ua-kfs-5.3 | work/src/org/kuali/kfs/module/purap/businessobject/options/PurchaseOrderQuoteTypeValuesFinder.java | Java | agpl-3.0 | 1,877 |
DELETE FROM `weenie` WHERE `class_Id` = 33897;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (33897, 'ace33897-hastarthemisbegotten', 10, '2019-02-10 00:00:00') /* Creature */;
INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (33897, 1, 16) /* ItemT... | ACEmulator/ACE-World | Database/3-Core/9 WeenieDefaults/SQL/Creature/Shadow/33897 Hastar the Misbegotten.sql | SQL | agpl-3.0 | 3,806 |
/** Copyright (C) 2016 Scott Lenser - Released under terms of the AGPLv3 License */
#ifndef UTILS_SPARSE_GRID_H
#define UTILS_SPARSE_GRID_H
#include "intpoint.h"
#include <cassert>
#include <unordered_map>
#include <vector>
#include <functional>
namespace cura {
/*! \brief Sparse grid which can locate spatially ne... | alephobjects/CuraEngine | src/utils/SparseGrid.h | C | agpl-3.0 | 14,509 |
define({
input: {
eingabe: {
gegenstandswert: 0
},
gebuehr: 0,
hebesatz: {
mittelwert: "",
nenner: undefined,
zaehler: undefined,
zaehler_max: undefined,
zaehler_min: undefined
},
paragraph: "8",
paragraph16: {
checked: false
},
tabelle: "... | ohaz/amos-ss15-proj1 | FlaskWebProject/static/scripts/rechner/spec/steuerberater-verguetung/testData1.js | JavaScript | agpl-3.0 | 763 |
<?php
use yii\helpers\Url;
\humhub\modules\space\assets\SpaceAsset::register($this);
?>
<div class="modal-dialog modal-dialog-medium animated fadeIn">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title"
id="myModalLabel"><?php echo Yii::t('SpaceModul... | GreenVolume/humhub-themes-MadeHub | views/space/create/modules.php | PHP | agpl-3.0 | 3,607 |
class RemoveUnnecessaryFieldsFromNlmodel < ActiveRecord::Migration
def self.up
remove_column :nlmodels, :contents
remove_column :nlmodels, :note
rename_column :nlmodels, :person_id, :creator_id
end
def self.down
rename_column :nlmodels, :creator_id, :person_id
add_column :nlmodels, :content... | reuven/modelingcommons | db/migrate/012_remove_unnecessary_fields_from_nlmodel.rb | Ruby | agpl-3.0 | 378 |
!function($, wysi) {
"use strict";
var tpl = {
"font-styles": function(locale, options) {
var size = (options && options.size) ? ' btn-'+options.size : '';
return "<li class='dropdown'>" +
"<a class='btn dropdown-toggle" + size + "' data-toggle='dropdown' href='#'>... | andrewkrug/artfully_ose | app/assets/javascripts/bootstrap-wysihtml5.js | JavaScript | agpl-3.0 | 22,846 |
<?php
/*$Id: MRPReschedules.php 6310 2013-08-29 10:42:50Z daintree $ */
// MRPReschedules.php - Report of purchase orders and work orders that MRP determines should be
// rescheduled.
include('includes/session.inc');
$sql="SHOW TABLES WHERE Tables_in_" . $_SESSION['DatabaseName'] . "='mrprequirements'";
$... | RajkumarSelvaraju/FixNix_CRM | erp/MRPReschedules.php | PHP | agpl-3.0 | 7,165 |
/******************************************************************************
Copyright Härnösands kommun(C) 2014
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 ... | Sundsvallskommun/OpenEMap-Admin-WebUserInterface | src/main/javascript/view/mapconfiguration/tools/details/FullExtent.js | JavaScript | agpl-3.0 | 1,441 |
# Copyright 2016 Cloudbase Solutions Srl
# All Rights Reserved.
from coriolis import utils
from coriolis.conductor.rpc import client as rpc_conductor_client
from coriolis.minion_manager.rpc import client as rpc_minion_manager_client
class API(object):
def __init__(self):
self._rpc_conductor_client = rpc_... | cloudbase/coriolis | coriolis/endpoints/api.py | Python | agpl-3.0 | 2,592 |
require 'rails_helper'
RSpec.describe "competence_matrices/new", :type => :view do
before(:each) do
assign(:competence_matrix, FactoryGirl.build(:competence_matrix))
end
it "renders new competence_matrix form" do
render
assert_select "form[action=?][method=?]", competence_matrices_path, "post" do
... | SYSCOMA/SYSCOMA | spec/views/competence_matrices/new.html.erb_spec.rb | Ruby | agpl-3.0 | 422 |
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.
package main
import (
"errors"
"fmt"
"launchpad.net/gnuflag"
"launchpad.net/juju-core/cmd"
"launchpad.net/juju-core/juju"
"launchpad.net/juju-core/state/api/params"
"launchpad.net/juju-core/state/statecmd"
)
/... | hivetech/judo | juju-core/cmd/juju/addunit.go | GO | agpl-3.0 | 2,731 |
"""
Global settings file.
Everything in here is imported *before* everything in settings.py.
This means that this file is used for default, fixed and global varibles, and
then settings.py is used to overwrite anything here as well as adding settings
particular to the install.
Note that there are no tuples h... | lkundrak/scraperwiki | web/global_settings.py | Python | agpl-3.0 | 8,733 |
<?php declare(strict_types=1);
namespace App\Controller;
use App\Repository\AccountRepository;
use App\Service\PageParamsService;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Response;
use Doctrine\DBAL\Connection as Db;
use Doctrine\DBAL\Types\Types;
use Symf... | eeemarv/eland | src/Controller/WeightedBalancesController.php | PHP | agpl-3.0 | 2,822 |
<?php
//WARNING: The contents of this file are auto-generated
include('custom/metadata/aos_products_bh_case_compound_1MetaData.php');
?> | ByersHouse/crmwork | custom/Extension/application/Ext/TableDictionary/aos_products_bh_case_compound_1.php | PHP | agpl-3.0 | 139 |
<?php
class Users_Device_Chrome extends Users_Device
{
/**
* You can use this method to send push notifications.
* It is far better, however, to use the Qbix Platform's offline notification
* mechanisms using Node.js instead of PHP. That way, you can be sure of re-using
* the same persistent connection.
* ... | jkokh/Platform | platform/plugins/Users/classes/Users/Device/Chrome.php | PHP | agpl-3.0 | 1,002 |
body {
padding-top: 0;
}
#jasmine_content {
width: 1000px;
height: 1000px;
position: absolute;
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
transform: rotateY(-90deg);
} | maco/growstuff | spec/javascripts/support/jasmine.css | CSS | agpl-3.0 | 258 |
#!/bin/env ruby
# encoding: utf-8
#07-2013 Migration in Ruby On Rails 3.2 by Benjamin Ninassi
class Echeancier < ActiveRecord::Base
belongs_to :echeanciable, :polymorphic => true
has_many :echeancier_periodes, :dependent => :destroy
validates_presence_of :global_depenses_frais_gestion,
... | INRIA/osc | app/models/echeancier.rb | Ruby | agpl-3.0 | 7,950 |
DELETE FROM `weenie` WHERE `class_Id` = 10287;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (10287, 'housecottage595', 53, '2019-02-10 00:00:00') /* House */;
INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (10287, 1, 128) /* ItemType - Misc */
... | LtRipley36706/ACE-World | Database/3-Core/9 WeenieDefaults/SQL/House/Cottage/10287 Cottage.sql | SQL | agpl-3.0 | 2,081 |
import logging, logging.handlers
import sys
logging.handlers.HTTPHandler('','',method='GET')
logger = logging.getLogger('simple_example')
# http_handler = logging.handlers.HTTPHandler('127.0.0.1:9022', '/event', method='GET')
http_handler = logging.handlers.HTTPHandler('127.0.0.1:9999', '/httpevent', method='GET')
... | edx/edxanalytics | src/util/playback.py | Python | agpl-3.0 | 1,385 |
package de.uvwxy.xbee.apimode;
import android.util.Log;
public class FrameData {
private int cmdID;
private byte[] cmdData;
private int dataPtr = 0;
public FrameData(int dataLength) {
dataPtr = 0;
// -1 as cmd id is included in data length
cmdData = new byte[dataLength - 1];
}
public FrameData(int cmdID... | uvwxy/libxbee | src/de/uvwxy/xbee/apimode/FrameData.java | Java | agpl-3.0 | 1,106 |
#ifndef JSON_WRITER_H_INCLUDED
# define JSON_WRITER_H_INCLUDED
# include "value.h"
# include <vector>
# include <string>
# include <iostream>
namespace Json {
class Value;
/** \brief Abstract class for writers.
*/
class JSON_API Writer
{
public:
virtual ~Writer();
virtual std::string write( const Value... | aknight1-uva/jasp-desktop | JASP-Common/lib_json/writer.h | C | agpl-3.0 | 5,729 |
/*
* The OGC API - Processes
*
* WARNING - THIS IS WORK IN PROGRESS
*
* OpenAPI spec version: 1.0-draft.5
* Contact: b.pross@52north.org
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
using System.Runtime.Serialization;
namespace IO.Swagger.Model
{
public interface IOneOfInput
{... | Terradue/DotNetTep | Terradue.Tep/Terradue/Tep/IO.Swagger/Model/IOneOfInput.cs | C# | agpl-3.0 | 399 |
// ----------------------------------------------------------------------------
// Copyright (C) Aynu Evolution Laboratory. All rights reserved.
// GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
// http://www.gnu.org/licenses/gpl-3.0-standalone.html
// -----------------------------------------------------------... | aynu/mosir | mosir-core/mosir-core-enterprise/src/test/java/com/github/aynu/mosir/core/enterprise/lang/EnterpriseRuntimeExceptionTest.java | Java | agpl-3.0 | 2,406 |
# ##############################################################################
#
# OSIS stands for Open Student Information System. It's an application
# designed to manage the core business of higher education institutions,
# such as universities, faculties, institutes and professional schools.
# The cor... | uclouvain/osis | infrastructure/shared_kernel/entite/dtos.py | Python | agpl-3.0 | 1,467 |
DELETE FROM `weenie` WHERE `class_Id` = 36113;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (36113, 'ace36113-aunkelauri', 10, '2019-02-10 00:00:00') /* Creature */;
INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (36113, 1, 16) /* ItemType - Crea... | LtRipley36706/ACE-World | Database/3-Core/9 WeenieDefaults/SQL/Creature/AunTumerok/36113 Aun Kelauri.sql | SQL | agpl-3.0 | 3,236 |
<!DOCTYPE html>
<html lang="eu">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>PODEMOS. Mendekotasunaren arretarako zerbitzu publikoek erabateko autonomia funtzionala emateko eskubidea unibertsalizatu</title>
<meta property="og:title" content="PODEMOS: Mendekotasunaren arretarak... | joker-x/programa-podemos-2015 | web/fb-share/programa/eu/105.html | HTML | agpl-3.0 | 1,350 |
/**
* Babel JavaScript Support
*
* Copyright (C) 2008-2011 Edgewall Software
* All rights reserved.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
* are also available at http://babel.edgewall.org/wiki/License.
*
* This ... | beeverycreative/BEEweb | src/octoprint/static/js/lib/babel.js | JavaScript | agpl-3.0 | 4,740 |
# Flask modules
from flask import (
Blueprint,
render_template,
redirect,
url_for,
request,
flash,
current_app,
g,
)
# FLask Login
from flask_login import (
current_user,
)
# WTForms
from flask_wtf import Form
from wtforms import (
SubmitField,
BooleanField,
DecimalFiel... | ser/topitup | siema.py | Python | agpl-3.0 | 8,241 |
<?php
return array(
'_language_name' => 'Deutsch',
'_ext_language_file' => 'ext-lang-de-min.js',
);
?> | yanlingling/xnjs | language/de_de/_config.php | PHP | agpl-3.0 | 109 |
<?php
App::uses('AppModel', 'Model');
class TaxonomyPredicate extends AppModel{
public $useTable = 'taxonomy_predicates';
public $recursive = -1;
public $actsAs = array(
'Containable',
);
public $validate = array(
'value' => array(
'rule' => array('stringNotEmpty'),
),
'expanded' => array(
'rule' =... | RichieB2B/MISP | app/Model/TaxonomyPredicate.php | PHP | agpl-3.0 | 548 |
@extends('welcome')
@section('news')
<div class="post ground feel">
<div class="main-center">
<button type="button" class="buttonViwe right-margin">general</button>
<button type="button" class="buttonViwe right-margin">recommend</button>
<button type="button" class="buttonViwe right-margin">my</button>
<b... | OwlHex/OwlNet | resources/views/news.blade.php | PHP | agpl-3.0 | 847 |
/**
******************************************************************************
* @file DMA2D/DMA2D_MemToMemWithPFC/Inc/main.h
* @author MCD Application Team
* @version V1.2.5
* @date 29-January-2016
* @brief Header for main.c module
***************************************************... | mariobarbareschi/stm32-compiler-docker | STM32Cube_FW_F4_V1.11.0/Projects/STM32F429I-Discovery/Examples/DMA2D/DMA2D_MemToMemWithPFC/Inc/main.h | C | agpl-3.0 | 2,820 |
DELETE FROM `weenie` WHERE `class_Id` = 53191;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (53191, 'ace53191-luminousamberofthe46thtierparagon', 44, '2019-02-10 00:00:00') /* CraftTool */;
INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (53191, 1, ... | LtRipley36706/ACE-World | Database/3-Core/9 WeenieDefaults/SQL/CraftTool/Gem/53191 Luminous Amber of the 46th Tier Paragon.sql | SQL | agpl-3.0 | 2,975 |
require 'test_helper'
class PassportPictureTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
| myplaceonline/myplaceonline_rails | test/models/passport_picture_test.rb | Ruby | agpl-3.0 | 129 |
##############################################################################
#
# OSIS stands for Open Student Information System. It's an application
# designed to manage the core business of higher education institutions,
# such as universities, faculties, institutes and professional schools.
# The core ... | uclouvain/osis_louvain | assessments/signals/subscribers.py | Python | agpl-3.0 | 2,029 |
from django.contrib import auth
from django.contrib.auth.models import User
from django.test import TestCase
from django.urls.base import reverse
class TestAccountRegistration(TestCase):
def setUp(self):
# create one user for convenience
response = self.client.post(
reverse('account:re... | jardiacaj/finem_imperii | account/tests.py | Python | agpl-3.0 | 8,495 |
Room.prototype.checkBlocked = function() {
let exits = Game.map.describeExits(this.name);
let room = this;
let roomCallback = function(roomName) {
let costMatrix = new PathFinder.CostMatrix();
let structures = room.find(FIND_STRUCTURES);
for (let structure of structures) {
costMatrix.set(structu... | Somotaw/screeps | src/prototype_room_external.js | JavaScript | agpl-3.0 | 15,080 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.