The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Job manager was killed while running this job (job exceeded maximum duration).
Error code: JobManagerExceededMaximumDurationError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
code string | repo_name string | path string | language string | license string | size int32 |
|---|---|---|---|---|---|
# -*- coding: utf-8 -*-
# © 2009 Pexego/Comunitea
# © 2011-2012 Iker Coranti (www.avanzosc.es)
# © 2014 Juanjo Algaz (gutierrezweb.es)
# © 2014-2016 Pedro M. Baeza
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0).
{
"name": "Account balance reporting engine",
"version": "8.0.1.2.0",
"auth... | Endika/l10n-spain | account_balance_reporting/__openerp__.py | Python | agpl-3.0 | 1,278 |
/*
Copyright (C) 1999 Claude SIMON (http://q37.info/contact/).
This file is part of the Epeios framework.
The Epeios framework 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
... | epeios-q37/epeios | devel/rgstry/rgstry_test.cpp | C++ | agpl-3.0 | 1,175 |
/*
* Tanaguru - Automated webpage assessment
* Copyright (C) 2008-2015 Tanaguru.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 you... | Tanaguru/Tanaguru | rules/rgaa4-2019/src/test/java/org/tanaguru/rules/rgaa42019/Rgaa42019Rule010802Test.java | Java | agpl-3.0 | 4,980 |
<?php
namespace UpgradeDigital;
/**
* Resource tag count model represents a count of resources grouped by a
* particular tag set e.g. room type.
* PHP version 5
*
* @package Client
* @author Damien Allison <damien@upgrade-digital.com>
* @copyright 2015 Upgrade Digital
* @license https://github.com/Upgrade-... | Upgrade-Digital/client | php/UpgradeDigital/ResourceTagCount.php | PHP | agpl-3.0 | 864 |
# -*- coding:utf-8 -*-
#
#
# Copyright (C) 2013 Michael Telahun Makonnen <mmakonnen@gmail.com>.
# All Rights Reserved.
#
# 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, eit... | nishad-jobsglobal/odoo-marriot | openerp/addons/tapplicant_webcam/__openerp__.py | Python | agpl-3.0 | 1,685 |
/*
* Copyright (C) 2000 - 2021 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 spec... | SilverDav/Silverpeas-Core | core-services/mylinks/src/integration-test/java/org/silverpeas/core/mylinks/dao/MyLinksDAOITUtil.java | Java | agpl-3.0 | 2,953 |
# ActivitySim
# Copyright (C) 2014-2015 Synthicity, LLC
# See full license in LICENSE.txt.
import os.path
import numpy as np
import pandas as pd
import pandas.util.testing as pdt
import pytest
from ..activitysim import eval_variables
from .. import mnl
# this is lifted straight from urbansim's test_mnl.py
@pytest.... | bhargavasana/activitysim | activitysim/tests/test_mnl.py | Python | agpl-3.0 | 3,724 |
/*
* Funambol is a mobile platform developed by Funambol, Inc.
* Copyright (C) 2008 Funambol, Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License version 3 as published by
* the Free Software Foundation with the addition of ... | zjujunge/funambol | externals/java-sdk/syncml/src/main/java/com/funambol/syncml/client/FileSyncSource.java | Java | agpl-3.0 | 8,195 |
<?php
class order_CancelOrderAction extends f_action_BaseJSONAction
{
/**
* @param Context $context
* @param Request $request
*/
public function _execute($context, $request)
{
$labels = array("");
foreach ($this->getDocumentInstanceArrayFromRequest($request) as $order)
{
if ($order instanceof order_pe... | RBSChange/modules.order | actions/CancelOrderAction.class.php | PHP | agpl-3.0 | 697 |
#!/bin/sh
echo "Source Statistics:"
wc `find . -regextype posix-basic -iregex '.*\.\(scm\|h\|c\|y\|l\)' | grep -v 'test\/test_eyeball\|CMake\|build\|vendor'`
echo
echo "Commit Count: " `git log | grep '^commit' | wc -l`
echo
| arlaneenalra/Bootstrap-Scheme | count.sh | Shell | agpl-3.0 | 227 |
//
// KPFairPlayAssetResourceLoaderHandler.h
// KALTURAPlayerSDK
//
// Created by Noam Tamim on 09/08/2016.
// Copyright © 2016 Kaltura. All rights reserved.
//
@import AVFoundation;
@interface KPFairPlayAssetResourceLoaderHandler : NSObject <AVAssetResourceLoaderDelegate>
@property (nonatomic, copy) NSString* li... | kaltura/player-sdk-native-ios | KALTURAPlayerSDK/KPFairPlayAssetResourceLoaderHandler.h | C | agpl-3.0 | 429 |
/*
* Copyright (C) 2010 Romain Reuillon
*
* 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 progra... | ISCPIF/PSEExperiments | openmole-src/openmole/core/org.openmole.core.batch/src/main/scala/org/openmole/core/batch/control/UsageControl.scala | Scala | agpl-3.0 | 1,174 |
DELETE FROM `weenie` WHERE `class_Id` = 42123;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (42123, 'ace42123-warden', 10, '2019-02-10 00:00:00') /* Creature */;
INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (42123, 1, 16) /* ItemType - Creature... | ACEmulator/ACE-World | Database/3-Core/9 WeenieDefaults/SQL/Creature/Human/42123 Warden.sql | SQL | agpl-3.0 | 5,777 |
DELETE FROM `weenie` WHERE `class_Id` = 8946;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (8946, 'scrolllightningstreak6', 34, '2019-02-10 00:00:00') /* Scroll */;
INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (8946, 1, 8192) /* ItemType - Writab... | ACEmulator/ACE-World | Database/3-Core/9 WeenieDefaults/SQL/Scroll/Writable/08946 Scroll of Lightning Streak VI.sql | SQL | agpl-3.0 | 1,993 |
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2013-2014 OpenERP (<http://www.openerp.com>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of t... | Antiun/odoo | openerp/fields.py | Python | agpl-3.0 | 75,603 |
package lila.game
import scala.concurrent.duration._
import lila.db.dsl._
import lila.memo.AsyncCache
import lila.user.UserRepo
final class CrosstableApi(
coll: Coll,
gameColl: Coll,
system: akka.actor.ActorSystem) {
import Crosstable.Result
private val maxGames = 20
def apply(game: Game): Fu[Op... | clarkerubber/lila | modules/game/src/main/CrosstableApi.scala | Scala | agpl-3.0 | 3,891 |
package io.fidelcoria.ayfmap.controller;
import java.util.HashMap;
import java.util.Map;
import org.springframework.stereotype.Component;
import javafx.fxml.FXML;
import javafx.scene.control.Label;
import javafx.scene.control.Tab;
import javafx.scene.control.TabPane;
@Component
public class MainController {
@FXML... | fidelcoria/AYFM-Scheduling | AssignmentPlanner/src/main/java/io/fidelcoria/ayfmap/controller/MainController.java | Java | agpl-3.0 | 1,099 |
$(function() {
function FirmwareUpdaterViewModel(parameters) {
var self = this;
self.settingsViewModel = parameters[0];
self.loginState = parameters[1];
self.connection = parameters[2];
self.printerState = parameters[3];
self.configPathAvrdude = ko.observable();
... | mcecchi/SuperOcto | OctoPrint-FirmwareUpdater/octoprint_firmwareupdater/static/js/firmwareupdater.js | JavaScript | agpl-3.0 | 16,233 |
/*
************************************************************************
******************* CANADIAN ASTRONOMY DATA CENTRE *******************
************** CENTRE CANADIEN DE DONNÉES ASTRONOMIQUES **************
*
* (c) 2009. (c) 2009.
* Government of Canada ... | opencadc/vos | cadc-vos-server/src/main/java/ca/nrc/cadc/vos/server/TransferInlineContentHandler.java | Java | agpl-3.0 | 6,452 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Keyword noodle soup</title>
<link rel="stylesheet" href="show.css">
</head>
<body>
<div id="app">
<h1>Loading…</h1>
</div>
<script src="underscore-min.js"></script>
<script src="d3.v3.min.js" charset="utf-8"></script>
... | overview/overview-apps | keyword-noodle-soup/public/show.html | HTML | agpl-3.0 | 375 |
# -*- coding: utf-8 -*-
import io
import os
from dlstats.fetchers.bea import BEA as Fetcher
import httpretty
from dlstats.tests.base import RESOURCES_DIR as BASE_RESOURCES_DIR
from dlstats.tests.fetchers.base import BaseFetcherTestCase
import unittest
from unittest import mock
RESOURCES_DIR = os.path.abspath(os.p... | Widukind/dlstats | dlstats/tests/fetchers/test_bea.py | Python | agpl-3.0 | 6,159 |
<!DOCTYPE html>
<html lang="en"
>
<head>
<title>第14課 - forRange with Lists forRange與列表 - 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-widt... | 40423222/Python | blog/Lesson 14.html | HTML | agpl-3.0 | 13,619 |
# frozen_string_literal: true
require 'spec_helper'
describe 'SharedStrings' do
it 'custom_shared_strings_name.xlsx' do
xlsx = OoxmlParser::Parser.parse('spec/workbook/shared_strings/custom_shared_strings_name.xlsx')
expect(xlsx.shared_strings_table.count).to eq(1)
end
end
| ONLYOFFICE/ooxml_parser | spec/workbook/shared_strings_spec.rb | Ruby | agpl-3.0 | 288 |
exports.main = function(env){
var capsule = env.capsule;
var mtests = capsule.tests.modules;
var thsocket = capsule.tests.modules.transport.http.socket_srv;
// mtests.http_responder.test(capsule);
// thsocket.test({ 'url' : 'http://localhost:8810/sockethh.js'}, capsule);
var thttp ... | ixdu/capsule | tests/deployer/nodejs_srv/capsulated.js | JavaScript | agpl-3.0 | 445 |
/*******************************************************************************
* This file is part of Termitaria, a project management tool
* Copyright (C) 2008-2013 CodeSphere S.R.L., www.codesphere.ro
*
* Termitaria is free software; you can redistribute it and/or
* modify it under the terms of th... | CodeSphere/termitaria | TermitariaAudit/JavaSource/ro/cs/logaudit/entity/Role.java | Java | agpl-3.0 | 2,881 |
--[[
catfact.lua
Returns cat facts.
Based on a plugin by matthewhesketh.
Copyright 2016 topkecleon <drew@otou.to>
This code is licensed under the GNU AGPLv3. See /LICENSE for details.
]]--
local JSON = require('dkjson')
local HTTP = require('socket.http')
local utilities = require('otouto.utiliti... | bb010g/otouto | otouto/plugins/catfact.lua | Lua | agpl-3.0 | 1,011 |
<?php
include_once '../../../../../../lib/defaults.php';
include_once '../fns/place_point_method_page.php';
include_once '../../../../../fns/ApiDoc/trueResult.php';
place_point_method_page('delete', [
[
'name' => 'id',
'description' => 'The ID of the point to delete.',
],
], ApiDoc\trueResult(... | zvini/website | www/help/api-doc/place/point/delete/index.php | PHP | agpl-3.0 | 392 |
package de.dvdb.domain.model.social;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "dvdb2_fbsession")
p... | chris-dvdb/dvdb.de | dvdb-ejb/src/main/java/de/dvdb/domain/model/social/FacebookSession.java | Java | agpl-3.0 | 961 |
/* Copyright (c) 2006-2012 by OpenLayers Contributors (see authors.txt for
* full list of contributors). Published under the 2-clause BSD license.
* See license.txt in the OpenLayers distribution or repository for the
* full text of the license. */
/**
* @requires OpenLayers/Format/SLD/v1.js
* @requires O... | B3Partners/geo-ov | src/main/webapp/openlayers/lib/OpenLayers/Format/SLD/v1_0_0.js | JavaScript | agpl-3.0 | 1,351 |
// ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | moskiteau/KalturaGeneratedAPIClientsJava | src/main/java/com/kaltura/client/types/KalturaUiConfAdminFilter.java | Java | agpl-3.0 | 2,117 |
# -*- coding: utf-8 -*-
import os
import shutil
import sys
import datetime
from invoke import task
from invoke.util import cd
from pelican.server import ComplexHTTPRequestHandler, RootedHTTPServer
CONFIG = {
# Local path configuration (can be absolute or relative to tasks.py)
'deploy_path': '..',
# Githu... | webcamoid/webcamoid.github.io | internal/tasks.py | Python | agpl-3.0 | 2,105 |
<?php
/**
* This file is part of the Checkbook NYC financial transparency software.
*
* Copyright (C) 2012, 2013 New York City
*
* 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 v... | MomixSolutions/MyGovCenter | source/webapp/sites/all/modules/custom/checkbook_trends/templates/debt_capacity_trends/pledged_rev_cov_nyc_trans.tpl.php | PHP | agpl-3.0 | 5,320 |
/*
* _Bullseye.cpp
*
* Created on: Aug 21, 2015
* Author: yankai
*/
#include "_Bullseye.h"
#ifdef USE_OPENCV
#ifdef USE_CUDA
namespace kai
{
_Bullseye::_Bullseye()
{
m_abs = 90;
m_scale1 = 0.25;
m_scale2 = 0.0625;
m_thr1 = 200;
m_thr2 = 255;
}
_Bullseye::~_Bullseye()
{
}
bool _Bullseye::init(void*... | yankailab/OpenKAI | src/Detector/_Bullseye.cpp | C++ | agpl-3.0 | 2,195 |
DELETE FROM `weenie` WHERE `class_Id` = 35548;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (35548, 'ace35548-assassinsdagger', 6, '2019-02-10 00:00:00') /* MeleeWeapon */;
INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (35548, 1, 1) /* ItemType... | LtRipley36706/ACE-World | Database/3-Core/9 WeenieDefaults/SQL/MeleeWeapon/MeleeWeapon/35548 Assassin's Dagger.sql | SQL | agpl-3.0 | 2,502 |
End of preview.
Subsets and Splits
Code Dataset Statistics
Provides comprehensive statistics about code length distribution and language diversity across the dataset, revealing important patterns about code complexity and multilingual support.