source stringclasses 26
values | date int32 2.02k 2.02k | text stringlengths 52 1.49M | token_count int32 50 917k | category stringclasses 3
values |
|---|---|---|---|---|
common_corpus_Github Open Source | 2,020 |
def find_unregistered_methods():
r"""
CommandLine:
python -m ibeis.control.controller_inject --test-find_unregistered_methods --enableall
Example:
>>> # ENABLE_DOCTEST
>>> from ibeis.control.controller_inject import * # NOQA
>>> result = find_unregistered_methods()
... | 2,123 | code |
common_corpus_Github Open Source | 2,020 | /*
* jQuery Carousel Plugin v1.0
* http://richardscarrott.co.uk/posts/view/jquery-carousel-plugin
*
* Copyright (c) 2010 Richard Scarrott
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* Requires jQuery v1.4+
*
... | 1,247 | code |
common_corpus_USPTO | 2,020 | Method of fabricating three-dimensional semiconductor memory device
ABSTRACT
Methods of fabricating a three-dimensional semiconductor memory device are provided. A method may include forming a mold structure on a substrate including channel regions and a non-channel region between the channel regions, and forming, on... | 8,891 | general |
common_corpus_Github Open Source | 2,020 | package {service.namespace}.odata.edm.bridge;
import java.util.ArrayList;
import java.util.List;
import org.apache.olingo.commons.api.edm.EdmAnnotation;
import org.apache.olingo.commons.api.edm.EdmElement;
import org.apache.olingo.commons.api.edm.EdmEntityType;
import org.apache.olingo.commons.api.edm.EdmException;
i... | 1,604 | code |
common_corpus_StackExchange | 2,020 | Place an icon on line at first instance of a value?
I have a gnuplot script as below:
#!/usr/bin/gnuplot -persist
set terminal x11
line = "./test.csv"
plot line using 1 with lines linecolor 1 linewidth 3 title "Line"
And my test.csv file:
0.92
0.74
0.65
0.59
0.48
0.46
0.24
0.11
0.09
0.05
0.03
0.01
This produces a pl... | 427 | code |
common_corpus_dotgov | 2,020 | Single-Year Tables Consistent With 2020 OASDI Trustees Report
2020 OASDI Trustees Report
The tables listed below provide estimates by
alternative economic and/or demographic assumptions.
For some of the tables, we also provide historical data.
The tables carry the same... | 115 | general |
common_corpus_Github Open Source | 2,020 | package at.roteskreuz.stopcorona.model.repositories
import at.roteskreuz.stopcorona.constants.FlavorConstants.P2PDiscovery.APPLICATION_KEY
import at.roteskreuz.stopcorona.model.exceptions.SilentError
import at.roteskreuz.stopcorona.model.repositories.other.ContextInteractor
import at.roteskreuz.stopcorona.skeleton.cor... | 2,442 | code |
common_corpus_Github Open Source | 2,020 | <?php
use Symfony\Component\HttpFoundation\Response;
return [
'name' => 'tinymce',
'events' => [
'view.scripts' => function ($event, $scripts) use ($app) {
$scripts->register('tinymce-script', 'tinymce:app/bundle/tinymce.js', ['~editor']);
$scripts->register('tinymce-data', ... | 387 | code |
common_corpus_Github Open Source | 2,020 | package io.king.core.provider.cycle.strategy;
import io.king.core.api.KingApi;
import io.king.core.api.cycle.CycleLoader;
import io.king.core.api.cycle.LifeContext;
import io.king.core.api.cycle.LifeCycle;
import io.king.core.api.cycle.strategy.StrategyCycle;
import io.king.core.api.exception.service.NoSuchServiceExce... | 438 | code |
common_corpus_Github Open Source | 2,020 | /*
* This header is generated by classdump-dyld 1.0
* on Saturday, August 24, 2019 at 9:42:17 PM Mountain Standard Time
* Operating System: Version 12.4 (Build 16M568)
* Image Source: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
* classdump-dyld is licensed under GPL... | 366 | code |
common_corpus_Github Open Source | 2,020 | # Generated by Django 3.0.2 on 2020-02-23 15:31
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('sponsors', '0015_add_new_conference'),
]
operations = [
migrations.AlterField(
model_name='sponsor',
name='conferenc... | 184 | code |
common_corpus_Github Open Source | 2,020 | import { Tygh } from "../..";
import $ from "jquery";
const _ = Tygh;
export const getContainer = function (elm) {
var self = $(elm);
if (self.length == 0) {
return false;
}
var comet_container_id = self.prop('href').split('#')[1];
var comet_container = $('#' + comet_container_id);
r... | 652 | code |
common_corpus_Github Open Source | 2,020 | import {
FETCH_RECOMMEDATIONS_START,
FETCH_RECOMMEDATIONS_SUCCESS,
FETCH_RECOMMEDATIONS_FAILURE
} from './types'
import axios from 'axios';
axios.defaults.withCredentials = true;
const readrrDSURL = 'https://readrr-heroku-test.herokuapp.com/recommendations';
export const fetchRecommendations = () => disp... | 398 | code |
common_corpus_Github Open Source | 2,020 | //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "UITableView.h"
#import "UIGestureRecognizerDelegate.h"
@class NSString;
@interface QZGDTCanvasTableView : UITableView <UIGestureRecognizerDelegate>
{
}
- (_Bool)gesture... | 152 | code |
common_corpus_Github Open Source | 2,020 | #!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Imports
import sys, os, joblib, numpy, math
from scipy import sparse
from sklearn import linear_model, tree, svm, ensemble
import sequence_classifier
# Parameters
modeDebug = True
modeLoadMarkersModel = False
modeAdjustWeights = True
modeAdjustCosts = True
learnAlgo = ... | 2,139 | code |
common_corpus_Github Open Source | 2,020 | /*****************************************************************************
* *
* PLAST : Parallel Local Alignment Search Tool *
* Version 2.3, released November 2015 *
* ... | 424 | code |
common_corpus_Github Open Source | 2,020 | # frozen_string_literal: true
require 'spec_helper'
describe SessionType, type: :model do
describe 'validations' do
it { is_expected.to validate_presence_of :conference }
# TODO: Validations of languages
end
describe 'associations' do
it { is_expected.to have_many :sessions }
it { is_expected.t... | 393 | code |
common_corpus_Github Open Source | 2,020 | package typingsSlinky.kefir.mod
import scala.scalajs.js
import scala.scalajs.js.`|`
import scala.scalajs.js.annotation._
@JSImport("kefir", "concat")
@js.native
object concat extends js.Object {
def apply[T, S](obss: js.Array[Observable[T, S]]): Observable[T, S] = js.native
}
| 69 | code |
common_corpus_StackExchange | 2,020 | c# Linq method is not following one of my conditions that I set
I'm trying to create a list like you see below.
For some reason, it follows the first two conditions, isPublished and IsRPG == false. But it ignores the ShelfDate.
I want all games where the ShelfDate is greater than or equal to the current date.
But it w... | 564 | code |
common_corpus_Github Open Source | 2,020 | #! /bin/bash
# change this to point to your own GCP project
PROJECT="mdm-updater"
CLOUDFUNCTIONS="approvedevice blockdevice deletedevice directory searchdatastore slackdirectory updatedatastore updatesheet wipedevice"
for FUNCTION in $CLOUDFUNCTIONS
do
echo "*** $FUNCTION ***"
cd $FUNCTION
go get -u github.com/ri... | 127 | code |
common_corpus_StackExchange | 2,020 | How can i do my <mat-card> doesn't expand when messages are displayed in Angular 9
I have my <mat-card> that has one form for the login of my page, the problem is when the error messages are displayed they change the size of the <mat-card> vertically and i need it to stay in the same size.
How can i do that?
Below i w... | 1,370 | code |
common_corpus_Github Open Source | 2,020 | using Editor_Mono.Cecil.PE;
using Editor_Mono.Collections.Generic;
using System;
namespace Editor_Mono.Cecil
{
internal sealed class ImmediateModuleReader : ModuleReader
{
private bool resolve;
public ImmediateModuleReader(Image image) : base(image, ReadingMode.Immediate)
{
}
protected override void ReadMod... | 1,579 | code |
common_corpus_Github Open Source | 2,020 | using ServiceStack;
using System.Collections.Generic;
using System.Runtime.Serialization;
namespace JARS.SS.DTOs
{
[DataContract]
public class ResourceGroupResponse
{
public ResourceGroupResponse()
{ }
[DataMember]
public ResourceGroupDto Group { get; set; }
[Data... | 158 | code |
common_corpus_Github Open Source | 2,020 | <#import "parts/common.ftl" as c>
<@c.page>
<nav class="nav nav-pills nav-fill mb-3">
<a class="nav-item nav-link text-dark bg-light rounded-0" href="/moderation">
Articles
</a>
<a class="nav-item nav-link text-light bg-dark rounded-0" href="/moderation/question">
Q... | 340 | code |
common_corpus_StackExchange | 2,020 | Chartjs force horizontal bar to start from the lowest value
I'm using the HorizontalBar option of the Chartjs plugin and I have values between -15 and 115. When my percentage value is 0.75 I'd like the bar to fill from -15 to 0.75.
I have set the properties beginAtZero false (which I believe it only works in Y axis..) ... | 555 | code |
common_corpus_Github Open Source | 2,020 | # coding=utf-8
from random import shuffle
from bs4 import BeautifulSoup
from bandcamp_parser.request import Request
class AlbumResult(object):
""" Just for autocompletion and more 'static' structure instead of json/soup """
def __init__(self, soup):
self.title = soup.attrs['title']
self.href... | 316 | code |
common_corpus_StackExchange | 2,020 | Bitbucket workflow
I want to know the flow for git and bitbucket with branches.
Lets say I have the following branches created on Bitbucket:
Master
Feature1
Feature2
On phpstorm I cloned the repository and now I checked out branch Feature1
I did my changes and committed.
What should I do next?
Should I
1.checkout mas... | 376 | code |
common_corpus_Github Open Source | 2,020 | Const ForReading = 1
Const adLockOptimistic = 3
Set objConnection = CreateObject("ADODB.Connection")
Set objRecordSet = CreateObject("ADODB.Recordset")
Set objFSO = CreateObject("Scripting.FileSystemObject")
objConnection.Open _
"Provider = Microsoft.Jet.OLEDB.4.0; " & _
"Data Source = C:\Scripts\Test.md... | 279 | code |
common_corpus_Github Open Source | 2,020 |
let a = 0
For i = 1 To 10
let a = a + 1
Next i
assert a = 10
For i = 10 To 9
assert 0
Next i
| 50 | code |
common_corpus_USPTO | 2,020 | Semiconductor package
ABSTRACT
A semiconductor package is provided. The semiconductor package includes a semiconductor die, a stack of polymer layers, redistribution elements and a passive filter. The polymer layers cover a front surface of the semiconductor die. The redistribution elements and the passive filter are... | 9,932 | general |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 153