source
stringclasses
40 values
date
int32
2.02k
2.02k
text
stringlengths
42
2.1M
token_count
int32
50
919k
category
stringclasses
38 values
common_corpus_Github Open Source
2,022
# -*- coding: utf-8 -*- ## \package dbr.timer # MIT licensing # See: docs/LICENSE.txt import wx from dbr.event import TimerStopEvent ## A custom timer that posts a TimerStopEvent when Stop() is called class DebreateTimer(wx.Timer): def __init__(self, owner, ID=wx.ID_ANY): wx.Timer.__init__(self, owner, ID) ...
130
cc:Github Open Source
common_corpus_Court Listener
2,022
GARRECHT, Circuit Judge. The petitioners, Phil Howe, David A. Howe, and Joanne B. Howe, trading as Howe and Company, are and have been engaged in the sale and distribution of cosmetic preparations. The preparations when sold are transported from their place of business in Seattle, Washington, to various other states of...
876
cc:Court Listener
common_corpus_Github Open Source
2,022
using OpenTracker.Models.Modes; namespace OpenTracker.Models.UndoRedo.Mode { /// <summary> /// This interface contains the <see cref="IUndoable"/> action to change the <see cref="IMode.WorldState"/> property. /// </summary> public interface IChangeWorldState : IUndoable { /// <summary> ...
177
cc:Github Open Source
common_corpus_Github Open Source
2,022
# frozen_string_literal: true require 'messagebird/voice/base' module MessageBird module Voice class CallLegRecording < MessageBird::Voice::Base # default attributes from the API attr_accessor :id, :format, :type, :leg_id, :status, :duration attr_accessor :created_at, :updated_at # furt...
139
cc:Github Open Source
common_corpus_Court Listener
2,022
—In a juvenile delinquency proceeding pursuant to Family Court Act article 3, the appeal is from an order of disposition of the Family Court, Queens County (Sparrow, J.), dated June 15, 1992, which, upon a fact-finding order of the same court dated March 30, 1992, finding that the appellant had committed acts which, if...
421
cc:Court Listener
common_corpus_Court Listener
2,022
Nebraska Supreme Court Online Library www.nebraska.gov/apps-courts-epub/ 06/17/2022 08:08 AM CDT - 603 - Nebraska Supreme Court Advance Sheets 311 Nebraska Reports ...
8,745
cc:Court Listener
common_corpus_Github Open Source
2,022
Option Explicit Option Strict Imports System.Data Module Module1 Sub Main() End Sub ' <Snippet1> Private Sub DisplayColumnNames(ByVal reader As DataTableReader) ' Given a DataTableReader, display column names. For i As Integer = 0 To reader.FieldCount - 1 Console.WriteLine("{0}: {1}", i, read...
95
cc:Github Open Source
common_corpus_Github Open Source
2,022
package org.springultron.wechat.msg.wx.out; import org.springultron.wechat.msg.wx.in.InMsg; /** * 回复图片消息 * * @author brucewuu * @date 2021/4/15 下午5:43 */ public class OutImageMsg extends OutMsg { /** * 通过素材管理中的接口上传多媒体文件,得到的id */ private String mediaId; public OutImageMsg() { this.m...
258
cc:Github Open Source
common_corpus_Github Open Source
2,022
/** * MDN's regexp escape function * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#Escaping * @param {*} string */ function escapeRegExp(string) { return string.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"); // $& means the whole matched string } export default { escapeRegExp }
84
cc:Github Open Source
common_corpus_Court Listener
2,022
In an action pursuant to Agriculture and Markets Law §§ 39 and 44, the plaintiff State of New York appeals from so much of an order of the Supreme Court, Kings County (Vinik, J.), dated September 13, 1990, as denied so much of its motion as was for summary judgment finding the defendants liable for 2,447 separate viola...
685
cc:Court Listener
common_corpus_Github Open Source
2,022
/* Copyright (C) 2017 Felipe Ferreira da Silva This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial appli...
726
cc:Github Open Source
common_corpus_Github Open Source
2,022
public class Bank6Prob1 { public static void main(String[] args) throws InterruptedException { ThreadRectangle.calcEachThreadTotal(); ThreadRectangle[] rect = new ThreadRectangle[ThreadRectangle.THREAD_MAX]; for(int i = 0 ; i < ThreadRectangle.THREAD_MAX ; i++){ rect[i] = new T...
236
cc:Github Open Source
common_corpus_OpenAlex
2,022
ABSTRACT: ABSTRACT: In those with exposed bone tissue, the risk of osteomyelitis increases considerably if adequate coverage by vascularized soft tissue is not achieved, in addition to the imminent risk of necrosis and sepsis, especially in immunocompromised and/or Correct reconstruction of a traumatized limb sh...
7,372
academic
common_corpus_Github Open Source
2,022
/* * Copyright 2022 StreamThoughts. * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Vers...
683
cc:Github Open Source
common_corpus_Github Open Source
2,022
// // Copyright IBM Corp. 2018, 2018 // // This source code is licensed under the Apache-2.0 license found in the // LICENSE file in the root directory of this source tree. // @use '@carbon/colors'; @use '@carbon/grid/scss/modules/css-grid'; .cds-header { --cds-header-background-color: #{colors.$gray-100}; --cds-...
194
cc:Github Open Source
common_corpus_Github Open Source
2,022
<template> <view class="t-number-key-board-mask" @click="maskClick" :class="[Visible]" :style="[Style]"> <view class="t-number-key-board" @click.stop="click"> <view class="number-key-board-main"> <view class="number-key-board-item" @click.stop="appendValue(v)" v-for="v of values" :key="v" ...
1,275
cc:Github Open Source
common_corpus_Github Open Source
2,022
import vscode from 'vscode'; import path from 'path'; import glob from 'glob'; import fs from 'fs'; import assert from 'assert'; import deepEqual from 'deep-equal'; import writeJsonFile from 'write-json-file'; import loadJsonFile from 'load-json-file'; import { TextmateEngine } from '../../src/textmateEngine'; import {...
561
cc:Github Open Source
common_corpus_Github Open Source
2,022
package adyen import ( "fmt" "regexp" "strconv" "github.com/BoltApp/sleet" "github.com/BoltApp/sleet/common" "github.com/adyen/adyen-go-api-library/v4/src/checkout" "github.com/adyen/adyen-go-api-library/v4/src/payments" ) const ( level3Default = "NA" maxLineItemDescriptionLength = 26 maxPro...
2,699
cc:Github Open Source
common_corpus_Github Open Source
2,022
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.ApiExplorer; using Microsoft.AspNetCore.Mvc.Controllers; using Microsoft.AspNetCore.Mvc.ModelBinding; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; usi...
1,684
cc:Github Open Source
common_corpus_Github Open Source
2,022
// Copyright NVIDIA Corporation 2002-2012 // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of conditions and the following d...
1,936
cc:Github Open Source
common_corpus_Court Listener
2,022
Bean, J. On the sixteenth of February, 1887, the city of Salem, through its common council, authorized and empowered the plaintiff, under the supervision of its street supervisor, to erect and maintain water tanks for the purpose of supplying his street-sprinkling wagons with water with which to sprinkle and allay the ...
1,678
cc:Court Listener
common_corpus_Github Open Source
2,022
package org.dhis2.fhir.adapter.fhir.transform.fhir.impl; /* * Copyright (c) 2004-2019, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code mu...
1,291
cc:Github Open Source
common_corpus_Court Listener
2,022
Peck, J. Plaintiffs, Josephine and John McCormack, appeal from judgment notwithstanding the verdict entered by the Windsor Superior Court in favor of defendants the State of Vermont, Harry Philip Brown and Aime Bellavance & Sons, Inc.* We affirm in part and reverse in part. *444Taking the evidence in the light most fav...
2,161
cc:Court Listener
common_corpus_Github Open Source
2,022
package logger // CustomLogger is a wrapper object to logrus type CustomLogger struct { prefix string errorOnly bool } // NewCustomLogger creates a new custom logger with the given prefix func NewCustomLogger(prefix string) *CustomLogger { return &CustomLogger{ prefix: "[" + prefix + "] ", } } // Info level...
695
cc:Github Open Source
common_corpus_Github Open Source
2,022
.header { margin-top: 20px; margin-bottom: 10px; font-size: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .divider { margin-top: 20px !important; }
62
cc:Github Open Source
common_corpus_Github Open Source
2,022
/* * Copyright 2016-2022 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. */ package tests.callBy.primitiveDefaultValues import kotlinx.reflect.lite.jvm.* import kotlinx.reflect.lite.tests.* import kotlin.test.assertEquals fun primitives( boolean: Boolean = true, char...
285
cc:Github Open Source
common_corpus_StackExchange
2,022
How to redirect to an "about:" URL I want to be able to redirect from my website to about:version. However, about: URLs aren't valid for redirecting. Is there any way around this? Here is some sample code: <!DOCTYPE html> <html> <body> <button onclick="myFunction()">See your version!</button> <script> function myFun...
359
misc_reference
common_corpus_Github Open Source
2,022
# -------------------------------------------------------------------------- # Source file provided under Apache License, Version 2.0, January 2004, # http://www.apache.org/licenses/ # (c) Copyright IBM Corp. 2015, 2016, 2017, 2018 # -------------------------------------------------------------------------- # Author: O...
7,803
cc:Github Open Source
common_corpus_OpenAlex
2,022
I. Artificial Intelligence (AI) makes use of computer techniques to carry out clinical diagnosis and medical treatments and various healthcare applications such as robotic surgery, diagnosis, precise medicine, drug delivery¹¹. It is mainly helps in administrative tasks which consumes most of the healthcare practit...
3,323
academic
common_corpus_Github Open Source
2,022
<template> <div id="third-content"> <span class="big-title">地图设置</span> <span class="title">地图源</span> <span class="note">选择你使用的地图</span> <!-- <div v-if="ifSelect"> --> <div> <a-select id="map-select" default-value="mihoyo" :value="mapName" style="width: 256px...
1,924
cc:Github Open Source
common_corpus_Github Open Source
2,022
// Copyright (c) 2020, the R8 project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. package com.android.tools.r8.graph; import com.android.tools.r8.dex.IndexedItemCollection; public class ...
359
cc:Github Open Source
common_corpus_StackExchange
2,022
Cannot extract event.target.value from an onClick event on a <span> element I have a simple context sub-menu in a data tree which allows to perform view/add/delete actions on a tree node. The menu items are <span> elements with onClick events attached to them like so: <div> <span onClick={handleConfirmation} value="...
444
misc_reference
common_corpus_Github Open Source
2,022
/*------------------------------------------------------------------------------ Copyright (c) CovertJaguar, 2011-2019 http://railcraft.info This code is the property of CovertJaguar and may only be used with explicit written permission unless otherwise specified on the license page at http://railcraft.info/wiki...
1,069
cc:Github Open Source
common_corpus_Github Open Source
2,022
using Org.BouncyCastle.Math.EC; namespace Org.BouncyCastle.Asn1.X9 { public abstract class X9ECParametersHolder { private ECCurve m_curve; private X9ECParameters m_parameters; public ECCurve Curve { get { lock (this) { ...
184
cc:Github Open Source
common_corpus_Github Open Source
2,022
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to you under the Apache License, Version 2.0 * (the "License"); you may ...
1,796
cc:Github Open Source
common_corpus_Github Open Source
2,022
<?php use App\Http\Controllers\Admin\BranchController; use App\Http\Controllers\Admin\ConfigurationController; use App\Http\Controllers\Admin\CustomerController; use App\Http\Controllers\Admin\DashboardController; use App\Http\Controllers\Admin\DenominationController; use App\Http\Controllers\Admin\ItemController; use...
1,243
cc:Github Open Source
common_corpus_Github Open Source
2,022
import { useMutation, useQuery, validateZodSchema } from "blitz" import moment from "moment" import algoliasearch from "algoliasearch" import AuthorAvatarsNew from "./AuthorAvatarsNew" import { useEffect } from "react" import { useFormik } from "formik" import { z } from "zod" import editModuleScreen from "../mutations...
2,039
cc:Github Open Source
common_corpus_Github Open Source
2,022
import argparse import os from logging import getLogger from pathlib import Path import cv2 import numpy as np import timm import torch import torch.nn as nn # import wandb from omegaconf import OmegaConf from xd.xview3.vessel_class.dataset import get_dataloaders from xd.xview3.vessel_class.models import get_model fro...
1,224
cc:Github Open Source
common_corpus_Github Open Source
2,022
import { useCallback, useRef, useState } from 'react'; export default function useStateRef(initialState) { const [state, setState] = useState(initialState); const ref = useRef(); const setValue = useCallback( nextValue => { if (typeof nextValue === 'function') { setValue(state => { ne...
130
cc:Github Open Source
common_corpus_Github Open Source
2,022
package com.fasterxml.transistore.service.cfg; import com.fasterxml.clustermate.api.EntryKeyConverter; import com.fasterxml.storemate.shared.StorableKey; import com.fasterxml.storemate.store.file.DefaultFilenameConverter; import com.fasterxml.transistore.basic.BasicTSKey; /** * We need a custom converter since basi...
339
cc:Github Open Source
common_corpus_Eurlex
2,022
Cu toate acestea, dorim să ne exprimăm punctul de vedere potrivit căruia aceleași motive care pledează în favoarea limitării de către Curte a competenței sale de control jurisdicțional trebuie să se aplice în egală măsură și obligației Curții de a interpreta dreptul Uniunii (în acest caz, regulamentul de bază) în confo...
10,421
cc:Eurlex
common_corpus_fdlp
2,022
Prepared in cooperation with the Washington Department of Fish and Wildlife Assessing Fish Predation on Migrating Juvenile Steelhead and a Retrospective Comparison to Steelhead Survival Through the Priest Rapids Hydroelectric Project, Columbia River, Washington, 2009–11 U.S. Department of the Interior U.S. Geo...
22,763
cc:fdlp
common_corpus_Court Listener
2,022
SCHWAB, C. J. This case involves the enforcement in Oregon of the child support provision of a California dissolution-of-marriage decree. The 1971 decree gave plaintiff-mother custody of the teen-aged son of the parties and ordered defendant-father to pay $100 per month child support. The father resides in Oregon. The ...
938
cc:Court Listener
common_corpus_Github Open Source
2,022
import sys from typing import List import numpy as np import pandas as pd import pytest import testing as tm if tm.no_spark()["condition"]: pytest.skip(msg=tm.no_spark()["reason"], allow_module_level=True) if sys.platform.startswith("win") or sys.platform.startswith("darwin"): pytest.skip("Skipping PySpark te...
1,505
cc:Github Open Source
common_corpus_Github Open Source
2,022
// yuzhaohui // 2016/7/19 using System; namespace Qunar.TC.Qmq.Client.Model { internal class ConsumerRejectException : Exception { private string detailMessage; public override string Message => detailMessage; public ConsumerRejectException(string msg) : base(msg) { ...
81
cc:Github Open Source
common_corpus_Github Open Source
2,022
package contest.ioi; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.StringTokenizer; public class IOI_2015_Teams { static BufferedRead...
2,412
cc:Github Open Source
common_corpus_Github Open Source
2,022
<?php // If uninstall is not called from WordPress, exit if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit(); } require_once('core/config.php'); require_once('core/class-wmp.php'); // create uploads folder and define constants if ( !defined( 'WMP_FILES_UPLOADS_DIR' ) && !defined( 'WMP_FILES_UPLOADS_URL' ) ){ $...
162
cc:Github Open Source
common_corpus_Github Open Source
2,022
<cfimport taglib="../../customTags" prefix="ct" /> <ct:securityCheck redirectPage="#cgi.script_name#"/> <cfparam name="url.id" default="0" /> <cfparam name="form.submitted" default="0" /> <cfparam name="form.id" default="0" /> <cfparam name="form.firstname" default="" /> <cfparam name="form.lastname" default="" /> <c...
1,430
cc:Github Open Source
common_corpus_OpenAlex
2,022
PEDAGOGS international research journal PEDAGOGS international research journal YANGI OʻZBEKISTONNING IQTISODIY STRATEGIYASINI AMALGA OSHIRISH YOʻNALISHLARI Hamidova Shahzoda Odiljanovna Farg’ona Davlat Universiteti iqtisod fakulteti 1- kurs magistranti Hamidova Shahzoda Odiljanovna Farg’ona Davlat Universiteti i...
6,446
academic
common_corpus_Github Open Source
2,022
from __future__ import annotations from .util._common import _prints from .exceptions import ParseError # noqa class Tokenizer: def error(self, *args, **kwargs): raise ParseError(_prints(*args, **kwargs)) @property def filename(self): raise NotImplementedError @property def ign...
295
cc:Github Open Source
common_corpus_Github Open Source
2,022
#!/bin/sh #test on Linux MPLAPACK_VER=0.6.7 HOST=sdpa.indsys.chuo-u.ac.jp WORKDIR=mplapack-work MPLAPACK_CONFIG_SH=configlinux_sdpa.sh MPLAPACK_DIST_DIR=mplapack-$MPLAPACK_VER MPLAPACK_DIST=mplapack-$MPLAPACK_VER.tar.gz #install mplapack ssh $HOST "rm -rf $WORKDIR" ssh $HOST "mkdir $WORKDIR" scp $MPLAPACK_DIST $HOST:...
240
cc:Github Open Source
common_corpus_Github Open Source
2,022
using System; using System.Linq; using System.Collections.Generic; using System.IO; using UnityEngine; using Object = UnityEngine.Object; using UnityEditor; using UniGLTF; using VRM; namespace Esperecyan.UniVRMExtensions { /// <summary> /// アセットの保存。 /// </summary> internal static class AssetUtility ...
921
cc:Github Open Source
common_corpus_Github Open Source
2,022
/* DO NOT EDIT - This file generated automatically by gl_apitemp.py (from Mesa) script */ /* * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * (C) Copyright IBM Corporation 2004 * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and assoc...
55,271
cc:Github Open Source
common_corpus_Github Open Source
2,022
/* * Copyright 2014 Click Travel Ltd * * 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 by applicable law or agreed ...
674
cc:Github Open Source
common_corpus_Court Listener
2,022
Dissenting Opinion by Mr. Justice Roberts: In my view, when the township acquired the rights of the several abutting property holders in the rear alley, it obtained at the same time the rights which those property owners had in the side alley. Apparently each abutting property owner held a fee interest in that part of ...
689
cc:Court Listener
common_corpus_Github Open Source
2,022
package typingsJapgolly.sharepoint.global.CUI import org.scalablytyped.runtime.StObject import scala.scalajs.js import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess} @JSGlobal("CUI.ListNode") @js.native open class ListNode[T] protected () extends StObject with typingsJ...
167
cc:Github Open Source
common_corpus_Github Open Source
2,022
import { DynamicFieldProps, DynamicFieldTypeOptions } from '@/data-display/dynamic/dynamic-field/type'; import { StateOptions } from '@/data-display/dynamic/dynamic-field/type/field-schema'; export type StateTypeOptions = Pick<DynamicFieldTypeOptions, never>; export type StateDynamicFieldProps = DynamicFieldProps< ...
76
cc:Github Open Source
common_corpus_Github Open Source
2,022
package intellij.zeppelin import com.intellij.openapi.actionSystem.AnActionEvent class ZeppelinDeleteParagraph extends ZeppelinAction { override def actionPerformed(anActionEvent: AnActionEvent): Unit = { val editor = currentEditor(anActionEvent) (for { notebook <- findNotebook(editor) paragra...
171
cc:Github Open Source
common_corpus_Court Listener
2,022
Mr. Chief Justice Scott delivered the opinion of the court: Benjamin Cassius Larrance was indicted for the murder of John Crimmins by the grand jury of Vermilion county. Upon a trial he sought to justify the killing on the ground of self-defense and was convicted of manslaughter. He prosecutes this writ of error for th...
2,280
cc:Court Listener
common_corpus_Github Open Source
2,022
"""Exponentiated quadratic kernel.""" from typing import Optional import numpy as np import probnum.utils as _utils from probnum.typing import IntLike, ScalarLike from ._kernel import IsotropicMixin, Kernel class ExpQuad(Kernel, IsotropicMixin): r"""Exponentiated quadratic / RBF kernel. Covariance functi...
500
cc:Github Open Source
common_corpus_Github Open Source
2,022
//---------------------------------------------------------------------------- // // TSDuck sample application running a chain of plugins. // //---------------------------------------------------------------------------- #include "tsduck.h" // Enforce COM and network init on Windows, transparent elsewhere. TS_MAIN(Ma...
289
cc:Github Open Source
common_corpus_Github Open Source
2,022
/************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to y...
1,018
cc:Github Open Source
common_corpus_Github Open Source
2,022
# All record types # Taken from [MS-XLSB] # https://docs.microsoft.com/en-us/openspecs/office_file_formats/ms-xlsb/30e2eaae-0b1e-4e8e-a465-e1ce5575868d ROW_HDR = 0 CELL_BLANK = 1 CELL_RK = 2 CELL_ERROR = 3 CELL_BOOL = 4 CELL_REAL = 5 CELL_ST = 6 CELL_ISST = 7 FMLA_STRING = 8 FMLA_NUM = 9 FMLA_BOOL = 10 FMLA_ERROR = 11 ...
6,700
cc:Github Open Source
common_corpus_Github Open Source
2,022
//----------------------------------*-C++-*----------------------------------// // Copyright 2021 UT-Battelle, LLC, and other Celeritas developers. // See the top-level COPYRIGHT file for details. // SPDX-License-Identifier: (Apache-2.0 OR MIT) //-------------------------------------------------------------------------...
359
cc:Github Open Source
common_corpus_Court Listener
2,022
Appeal by the defendant from a judgment of the Supreme Court, Kings County (George, J.), rendered August 8, 1990, convicting him of criminal possession of a controlled substance in the first degree, criminal possession of a controlled substance in the *489third degree, criminal possession of a weapon in the fourth degr...
384
cc:Court Listener
common_corpus_Github Open Source
2,022
package io.jenkins.plugins.pipeline_elasticsearch_logs; import java.io.BufferedReader; import java.io.File; import java.io.FileOutputStream; import java.io.FilterOutputStream; import java.io.IOException; import java.io.OutputStream; import java.io.OutputStreamWriter; import java.io.RandomAccessFile; import java.io.Wri...
2,986
cc:Github Open Source
common_corpus_Github Open Source
2,022
using System; using ICSharpCore.Primitives; using Newtonsoft.Json.Linq; namespace ICSharpCore.Script { public static class Extensions { public static DisplayData HTML(string html) { return new DisplayData { Data = new JObject { ...
74
cc:Github Open Source
common_corpus_Github Open Source
2,022
# # Licensed Materials - Property of IBM # # (c) Copyright IBM Corp. 2007,2008,2009 # class TestIbmDb < Test::Unit::TestCase def test_032_ResultIndexName assert_expect do conn = IBM_DB.connect("DATABASE=#{database};HOSTNAME=#{hostname};PORT=#{port};UID=#{user};PWD=#{password}",'','') server = IBM...
495
cc:Github Open Source
common_corpus_OpenAlex
2,022
Citation: Godoy, A.A.; Villarroel-Rocha, D.; Arroyo-Gómez, J.J.; Bernini, C.; Narda, G.; Sapag, K. Strategies for Improving the CO2 Adsorption Process of CPO-27-Mg through Thermal Treatment and Urea Functionalization. Materials 2023, 16, 117. https://doi.org/10.3390/ ma16010117 Keywords: MOFs; CPO-27; functionalization...
21,509
academic
common_corpus_Github Open Source
2,022
import {request} from "../../common/utils/request"; // import qs from "qs"; export async function getAllZkAlarmInfo() { return request('/alarmInfo/getAllZkAlarmInfo',{}) } export function getCollectInfo() { return request('/alarmInfo/getCollectInfo',{}) }
62
cc:Github Open Source
common_corpus_Github Open Source
2,022
@import "../core/exports"; @import "../core/mobiscroll"; @import "./collapsible"; @include exports("collapsible.mobiscroll") { .mbsc-mobiscroll .mbsc-collapsible { .mbsc-form-group-title { padding: 1em; } .mbsc-collapsible-header { padding-right: 3em; } } }
90
cc:Github Open Source
common_corpus_Github Open Source
2,022
package essentialclient.commands; import com.mojang.brigadier.CommandDispatcher; import essentialclient.config.clientrule.ClientRules; import essentialclient.utils.EssentialUtils; import essentialclient.utils.command.CommandHelper; import essentialclient.utils.render.ChatColour; import net.minecraft.client.network.Cli...
351
cc:Github Open Source
common_corpus_StackExchange
2,022
Add view to a fragment programmatically in android studio Hello I am bulding a project which use fragments. There is a fragment which should has list of items using scroll view and linear layout and there is a button to add new item which navigate to another fragment to get the details of a the new item the problem is ...
2,902
misc_reference
common_corpus_Github Open Source
2,022
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: osmosis/store/v1beta1/tree.proto package osmosis.store.v1beta1; public final class Tree { private Tree() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registe...
16,755
cc:Github Open Source
common_corpus_Github Open Source
2,022
package http import ( "github.com/asim/go-micro/v3" "github.com/cs3org/reva/pkg/rgrpc/todo/pool" svc "github.com/owncloud/ocis-wopiserver/pkg/service/v0" "github.com/owncloud/ocis-wopiserver/pkg/version" "github.com/owncloud/ocis/ocis-pkg/account" "github.com/owncloud/ocis/ocis-pkg/middleware" "github.com/owncl...
450
cc:Github Open Source
common_corpus_Court Listener
2,022
Debio, Ch. J. The appeals in these three cases were heard together, and the general question in each is, whether the shares of the stockholders in the banking associations created under the acts of .congress, which provide for the creation of national banks, can be subjected to taxation by State authority. In the first...
5,494
cc:Court Listener
common_corpus_Github Open Source
2,022
package it.codingjam.cleanweather.domain import com.codingjam.cleanweather.entities.City import com.codingjam.cleanweather.entities.Location interface LocationManager { suspend fun getLastLocation(): Location suspend fun getCities(location: Location): List<City> }
55
cc:Github Open Source
common_corpus_USPTO
2,022
Semiconductor structure and fabrication method thereof ABSTRACT Embodiments relate to the field of semiconductors, and provide a semiconductor structure and a fabricating method thereof. The semiconductor structure includes: a substrate ( 100 ), and a gate oxide layer ( 110 ) on a surface of the substrate ( 100 ); a ...
8,732
formal_gov
common_corpus_Court Listener
2,022
Opinion by Williams, J., Plaintiff brought this action to recover the value of an automobile destroyed by defendant’s engine at a grade crossing. He testified that it was quite foggy on the morning of the accident; that as he approached the crossing he slowed down his car, looked and listened, and hearing nothing, he a...
295
cc:Court Listener
common_corpus_Github Open Source
2,022
/* * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */ package org.jetbrains.kotlin.backend.konan.llvm import llvm.* import org.jetbrains.kotlin.backend.konan.Conte...
301
cc:Github Open Source
common_corpus_Court Listener
2,022
*397OPINION By the Court, Zenoff, J.: On September 23, 1962 Mollie Fox fell and sustained injuries while upon the premises of the restaurant at Lake Mead Marina in Clark County, Nevada. She filed suit, together with her husband who claimed loss of services and companionship. C. V. Wood, Jr., James J. Corey, Frederic Le...
1,430
cc:Court Listener
common_corpus_Court Listener
2,022
SCHWAB, C. J. Defendant was cited for failing to leave his name and address at the scene of an accident, ORS 483.602, and for driving while under the influence of intoxicating liquor, former ORS 483.992 (repealed Oregon Laws 1975, ch 451, § 291, p 904). Following two continuances, one requested by the state to change a...
658
cc:Court Listener
common_corpus_StackExchange
2,022
remove single git reflog entry by hash/id I committed sensitive data to a single file on my main branch. I never pushed it. I can change HEAD to point to the previous commit with git reset HEAD^, but the commit is still hanging around as git reflog shows. How can I use the reflog hash/ID, to COMPLETELY remove/delete th...
826
misc_reference
common_corpus_Court Listener
2,022
By Judge Randall G. Johnson In each of these cases, a guardian of an infant ward, who is also the parent of the ward, asks the court to approve expenditures of estate principal which have already been made. The Matthew Philip West Whitfield guardianship is before the court on a show cause order entered at the request o...
3,857
cc:Court Listener
common_corpus_Github Open Source
2,022
package io.github.durun.lateko.renderer.common import io.github.durun.lateko.model.Format import io.github.durun.lateko.model.structure.* interface StructureRenderVisitor : StructureVisitor<String> { val outputFormat: Format fun StructureElement.rendered(): String fun Structure.rendered(): String = this.element.re...
121
cc:Github Open Source
common_corpus_Github Open Source
2,022
from enum import Enum import torch import torch.nn as nn from networks.modular_downscaling_model.base_modules import ParametricModule, ConvBlock, ConvMultiBlock, DeconvBlock from networks.modular_downscaling_model.base_modules import ResNetBlock, ResNetMultiBlock, InceptionBlock from networks.modular_downscaling_model...
1,839
cc:Github Open Source
common_corpus_Github Open Source
2,022
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,909
cc:Github Open Source
common_corpus_Court Listener
2,022
McMurray, Presiding Judge. Defendant was indicted and convicted of the offense of burglary and wás sentenced to eight years imprisonment. After the appeal was filed in this court, defendant’s counsel submitted to this court a request for permission to withdraw from the case, based upon counsel’s opinion that after cons...
736
cc:Court Listener
common_corpus_Court Listener
2,022
SiebbcKKR, J. Does the allegation that the decedent “left •surviving him his father and mother, . . . who are nonresi•dent aliens, and his sisters, Mrs. Minnie Brooks, and Ida Fries, the plaintiff herein,” constitute an allegation that the *608sisters named are nonresident aliens ? To so bold would be-contrary to tbe e...
761
cc:Court Listener
common_corpus_Github Open Source
2,022
const React = require("react"); const siteConfig = require(process.cwd() + "/siteConfig.js"); class Footer extends React.Component { render() { const { baseUrl, copyright, colors: { secondaryColor } } = this.props.config; const docsUrl = `${baseUrl}docs/`; return ( <footer ...
319
cc:Github Open Source
common_corpus_Github Open Source
2,022
package tech.ordinaryroad.commons.core.utils.server; import org.springframework.core.io.buffer.DataBuffer; import org.springframework.http.HttpHeaders; import org.springframework.http.server.reactive.ServerHttpRequest; import org.springframework.http.server.reactive.ServerHttpRequestDecorator; import reactor.core.pub...
298
cc:Github Open Source
common_corpus_Court Listener
2,022
Teeat, D. J. 1. It appears from the verification that each of the libelants is a corporation; and, if so, the libel should so aver. 2. If the contracts of affreightment were in writing the libel should so state, and annex the same, or give a legal excuse for not so doing. According to the libel there was a common disas...
1,638
cc:Court Listener
common_corpus_Github Open Source
2,022
__webpack_require__.l = function ( url, done, key, chunkId ) { /******/ if (inProgress[url]) { inProgress[url].push( done ); return; } /******/ var script, needAttach; /******/ if (key !== undefined) { /******/ var scripts = document.getElementsByTagName( ...
545
cc:Github Open Source
common_corpus_Github Open Source
2,022
package algorithm import ( "errors" "fmt" "sort" "github.com/heyfey/vodascheduler/pkg/common/types" "k8s.io/klog/v2" ) // Implementation of the E-Tiresias scheduling algorithm presented in // Wu, Yidi, et al. "Elastic Deep Learning in Multi-Tenant GPU Clusters." // IEEE Transactions on Parallel and Distributed ...
2,011
cc:Github Open Source
common_corpus_Court Listener
2,022
In an action to recover unpaid rent, the plaintiff appeals from a judgment of the Supreme Court, Orange County (Onofry, J.), entered March 20, 2012, which, upon a decision of the same court, made after a nonjury trial, is in favor of it and against the defendant in the principal sum of only $2,750. Ordered that the jud...
653
cc:Court Listener
common_corpus_Court Listener
2,022
The opinion of the court was delivered by Rogers, J. A rule has been obtained on the commissioners of the county of Philadelphia, at the instance of James Leslie, to show cause, why a mandamus should not issue, directing them to receive the return of the assessment made in Locust Ward, by James Leslie, Henry Vollum, an...
2,001
cc:Court Listener
common_corpus_Github Open Source
2,022
#include "ofApp.h" //-------------------------------------------------------------- void ofApp::setup(){ drawSpeed = 200; // number of drawn shapes per draw() call drawMode = 0; // move through the drawing modes by clicking the mouse bg_color = ofColor(255); fbo_color = ofColor(0); bUpdateDrawMode = false; of...
1,007
cc:Github Open Source
common_corpus_Court Listener
2,022
Cobb, J. At the September term, 1901, the case of Morris against Wofford was tried, and a verdict and judgment rendered in favor of the plaintiff. During the term the defendant made, in the same document, a motion for a new trial and also a motion to set sidé the verdict and judgment. At the hearing the court required ...
818
cc:Court Listener
common_corpus_Spanish-Science-Pile
2,022
Rev. Inst. investig. Fac. minas metal. cienc. geogr. vol 25 n° 49, 2022: 259 - 266 https://doi.org/10.15381/iigeo.v24i48.21312 ISSN-L:1561-0888 Artículos: Ingeniería Geográfica Beneficios de implementar un sistema de gestión de seguridad y salud en el trabajo bajo la norma ISO 45001:2018 en empresas floricultoras pa...
10,942
cc:Spanish-Science-Pile
common_corpus_USPTO
2,022
Example 29 includes one or more machine-readable storage media comprising a plurality of instructions stored thereon that, in response to being executed, cause a resource manager server to perform the method of any of Examples 15-28. Example 30 includes a resource manager server comprising means for performing the meth...
4,118
formal_gov