text stringlengths 3 1.05M |
|---|
import { Promise } from 'vs/base/common/winjs.base';
import { isFunction } from 'vs/base/common/types';
import { ActionBar, IActionItem } from 'vs/base/browser/ui/actionbar/actionbar';
import { ITree, IRenderer, IFilter, IDataSource } from 'vs/base/parts/tree/common/tree';
import { IModel } from './quickOpen';
expor... |
import {NgModule} from "@angular/core";
import {BrowserModule} from "@angular/platform-browser";
import {
InputTextModule,
TreeTableModule,
TreeModule,
TooltipModule,
ToolbarModule,
ToggleButtonModule,
TieredMenuModule,
TerminalModule,
TabViewModule,
TabMenuModule,
SplitButto... |
require 'date'
require 'google/apis/core/base_service'
require 'google/apis/core/json_representation'
require 'google/apis/core/hashable'
require 'google/apis/errors'
module Google
module Apis
module DriveV2
# An item with user information and settings.
class About
include Google::Apis... |
namespace Net
{
class HttpClient;
struct HttpResponse;
}
class IPicoTorrent;
namespace Controllers
{
class CheckForUpdateController
{
public:
CheckForUpdateController(std::shared_ptr<IPicoTorrent> pico);
void Execute(bool forced = false);
private:
void OnHttpResponse(N... |
/*
* Based on 'Bonjour DNS-SD plugin for Cordova.' by jarnoh@komplex.org - March 2012
*/
#import <Foundation/Foundation.h>
#import <Foundation/NSNetServices.h>
#import <Cordova/CDVPlugin.h>
@interface ZeroConf : CDVPlugin <NSNetServiceBrowserDelegate, NSNetServiceDelegate>
{
NSString* browseCallback;
NSNetServ... |
/* =============================================================
* Zulip's custom changes
*
* 1. Automated selection:
*
* This adds support for automatically selecting a typeahead (on certain
* completions or queries). If `this.automated` returns true, we do not
* render the typeahead and directly trigge... |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.6) on Mon Mar 02 14:33:08 NOVT 2020 -->
<title>Uses of Class org.enterprisedomain.classmaker.jobs.EnterpriseDomainJob</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020... |
import os
import sqlite3
from flask import Flask, request, session, g, redirect, url_for, abort, render_template, flash, send_from_directory, jsonify, abort, make_response
try:
from .myForms import NewPaste
except ImportError: # needed for "production" server
from myForms import NewPaste
import uuid
import jso... |
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package org.jetbrains.jps.builders.java;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.util.Key;
import com.intellij.openapi.util.Pair;
import com.in... |
package org.apache.asterix.runtime.aggregates.serializable.std;
import org.apache.asterix.om.functions.BuiltinFunctions;
import org.apache.asterix.om.functions.IFunctionDescriptor;
import org.apache.asterix.om.functions.IFunctionDescriptorFactory;
import org.apache.asterix.runtime.aggregates.base.AbstractSerializabl... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
<?php
class genre extends CI_Model {
private $table = "genre";
public function create($data){
$this->db->insert($this->table, $data);
return TRUE;
}
public function read($condition=null,$selector=null){
// SELECT * FROM students
if($selector==null) $selector = '*';
$this->db->select($selecto... |
namespace gpu {
class CopyTextureCHROMIUMResourceManager;
}
namespace media {
class PictureBuffer;
}
namespace content {
class AVDAStateProvider;
// A BackingStrategy implementation that copies images to PictureBuffer
// textures via gpu texture copy.
class CONTENT_EXPORT AndroidCopyingBackingStrategy
: public ... |
require "wordict/version"
require "wordict/string"
module Wordict
# Your code goes here...
end
|
/**
Custom trie implementation - Supports multiple entries and anything as leaves
-- add -- (key{text}, item{anything}[optional]) //If item not present, key itself will be leaf
--lookup -- (partial{text})
-- dumpJsonStr -- ()
-- wipe -- ()
Author : Aniket Lawande
**/
var LEAFIND = "$";
var cr... |
#include <iostream>
#include "ydk/netconf_provider.hpp"
#include "ydk/crud_service.hpp"
#include "ydk_openconfig/openconfig_bgp.hpp"
#include <spdlog/spdlog.h>
#include "args_parser.h"
using namespace ydk;
using namespace std;
int main(int argc, char* argv[])
{
vector<string> args = parse_args(argc, argv);
... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Typography Helper : CodeIgniter User Guide</t... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>T266306841699553280</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600">
<link rel="stylesheet" href="/style.css">
<link... |
//
// TQStarRatingView.m
// TQStarRatingView
//
// Created by fuqiang on 13-8-28.
// Copyright (c) 2013年 TinyQ. All rights reserved.
//
#import "TQStarRatingView.h"
@interface TQStarRatingView ()
@property (nonatomic, strong) UIView *starBackgroundView;
@property (nonatomic, strong) UIView *starForegroundView;
... |
package kvdbsync
import (
"context"
"github.com/gogo/protobuf/proto"
"github.com/ligato/cn-infra/datasync"
"github.com/ligato/cn-infra/datasync/syncbase"
)
// ChangeWatchResp is a structure that adapts the BytesWatchResp to the
// datasync api.
type ChangeWatchResp struct {
ctx context.Context
changes []da... |
/*
* 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 to in writing, software distributed under t... |
SYNONYM
#### According to
Index Fungorum
#### Published in
null
#### Original name
Pichia mucosa Wick. & Kurtzman, 1971
### Remarks
null |
NDtw
====
Dynamic Time Warping (DTW) algorithm implementation for .NET C#
Features
====
* Single or multivariate
* Data preprocessing options (none, centering, normalization, standardization)
* Optional weights for variables
* Manhattan, Euclidean, SquaredEuclidean distance measures
* Optional boundary constraints (... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Ann. Mag. nat. Hist. , Ser. 4 17: 132 (1876)
#### Original name
Agaricus chondrodermus Berk. & Broome, 1876
### Remarks
null |
class FglTFImporterEdStaticMesh : public FglTFImporterEd
{
typedef FglTFImporterEd Super;
public:
static TSharedPtr<FglTFImporterEdStaticMesh> Get(class UFactory* InFactory, //
UObject* InParent,
... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Membership extends CI_Controller {
public function __construct()
{
parent::__construct();
}
public function index()
{
$this->load->view("header");
$this->load->view('membership');
$this->load->view("footer");
}
public function... |
package org.kuali.kra.irb.actions.amendrenew;
import org.kuali.kra.protocol.actions.amendrenew.ProtocolAmendRenewalBase;
public class ProtocolAmendRenewal extends ProtocolAmendRenewalBase {
private static final long serialVersionUID = 1317253368511551232L;
}
|
package twitter4j.media;
import junit.framework.TestCase;
import twitter4j.TwitterException;
import twitter4j.conf.Configuration;
import twitter4j.conf.ConfigurationBuilder;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.InputStream;
import java.util.Date;
/**
* @author Takao Nakaguchi ... |
<?php
require_once $_SERVER['SYMFONY'] . '/Symfony/Component/ClassLoader/UniversalClassLoader.php';
use Symfony\Component\ClassLoader\UniversalClassLoader;
spl_autoload_register(function($class) {
if (0 === (strpos($class, 'Sensio\\Bundle\\FrameworkExtraBundle\\'))) {
$path = __DIR__.'/../'.implode('/',... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 1997, 2020 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
http://www.eclipse.org/org/documents/... |
using Me20.Contracts;
using Nancy.Security;
using System.Collections.Generic;
using System.Linq;
using System;
using Me20.Shared.Abstracts;
using System.Security.Claims;
namespace Me20.ApiGateway.Identity
{
public class UserIdentity : UserIdentityBase, Nancy.Security.IUserIdentity
{
//TODO: NYI
... |
'use strict';
var addWalletCtrl = function($scope, $sce) {
$scope.showBtnGen = $scope.showBtnUnlock = $scope.showBtnAdd = $scope.showBtnAddWallet = $scope.showAddWallet = $scope.requireFPass = $scope.requirePPass = $scope.showPassTxt = false;
$scope.nickNames = [];
$scope.filePassword = $scope.fileContent =... |
using System;
using System.Diagnostics.CodeAnalysis;
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("BackupSharp.CommandLine")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[... |
module Google
module Dns
module Property
# A class to handle serialization of Integer items.
class Integer
def self.coerce
->(x) { ::Google::Dns::Property::Integer.catalog_parse(x) }
end
def self.api_parse(value)
value.to_i
end
def self.cat... |
package com.dremio.provision.service;
import com.dremio.provision.DistroType;
import com.google.common.base.Objects;
/**
* Class to create a Key to get Yarn defaults per distro/security combination
*/
public class DistroSecurityKey {
private final DistroType dType;
private final boolean isSecurityOn;
public... |
import tern, * as t from 'src/external/aexpr/tern/tern.js';
import 'src/external/aexpr/tern/def.js';
import 'src/external/aexpr/tern/comment.js';
import 'src/external/aexpr/tern/infer.js';
import 'src/external/aexpr/tern/modules.js';
import 'src/external/aexpr/tern/es_modules.js';
import { loc, range } from 'utils';
... |
Overview = {};
Overview.Load = function() {
this.Wall.Load();
this.UpcommingEvents.Load();
}
Overview.Update = function(time) {
Overview.Wall.Update(time);
Overview.UpcommingEvents.Update(time);
} |
using System;
using System.ComponentModel;
namespace SharpKit.DotNet.Html
{
using SharpKit.JavaScript;
using SharpKit.DotNet.JavaScript;
using SharpKit.DotNet.Html.fileapi;
using SharpKit.DotNet.Html.html.shadow;
using SharpKit.DotNet.Html.html.track;
using SharpKit.DotNet.Html.inspector;
... |
package org.kie.workbench.common.screens.home.service;
import java.util.Collection;
import org.guvnor.structure.organizationalunit.OrganizationalUnit;
import org.jboss.errai.bus.server.annotations.Remote;
/**
* Handy things the Home Page needs
*/
@Remote
public interface HomeService {
/**
* Get a list ... |
Binary-Static
=============
This repository contains the static HTML/HAML, Javascript, CSS, and images content of the [Binary.com](http://www.binary.com) website.
How to work with this project
=============================
1. Learn how to setup the project:
[Initial Project Setup](https://github.com/binary-com/binar... |
@implementation BBAppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
// Override point for customization after application launch.
self.window.bac... |
package docs.home.persistence;
//#full-example
import com.fasterxml.jackson.annotation.JsonCreator;
import com.lightbend.lagom.javadsl.persistence.AggregateEvent;
import com.lightbend.lagom.javadsl.persistence.AggregateEventShards;
import com.lightbend.lagom.javadsl.persistence.AggregateEventTag;
import com.lightbend... |
<!doctype html>
<meta charset="utf-8">
<title>Cookie Converter</title>
<!--
Les styles fournis avec l'application sont minimalistes, les styles de votre
page s'appliqueront donc au convertisseur. Il est possible de cibler le
convertisseur avec la classe "cookie-converter"
-->
<style type="text/css">
body {
line-he... |
<?php
namespace Dingo\Api\Http\Response;
use Closure;
use ErrorException;
use Illuminate\Support\Str;
use Dingo\Api\Http\Response;
use Illuminate\Support\Collection;
use Dingo\Api\Transformer\Factory as TransformerFactory;
use Illuminate\Contracts\Pagination\Paginator;
use Symfony\Component\HttpKernel\Exception\HttpE... |
<?php
namespace Sonata\tests\Component\Delivery;
use Sonata\Component\Delivery\BaseServiceDelivery;
use Sonata\Component\Delivery\FreeDelivery;
use Sonata\Component\Delivery\Pool;
use Sonata\Component\Delivery\ServiceDeliveryInterface;
use Sonata\ProductBundle\Entity\BaseDelivery;
class ServiceDeliveryTest extends... |
A light like-jquery
|
FROM balenalib/generic-fedora:35-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", since the vast majority... |
package com.dci.intellij.dbn.connection.config.action;
import com.dci.intellij.dbn.common.Icons;
import com.dci.intellij.dbn.connection.ConnectionBundle;
import com.dci.intellij.dbn.connection.config.ui.ConnectionListModel;
import com.dci.intellij.dbn.data.sorting.SortDirection;
import com.intellij.openapi.actionSys... |
/*global define*/
///////////////////////////////////////////////////////////////////////////
// Copyright © Esri. 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
//
/... |
""" Test using root marathon.
This test suite imports all common tests found in marathon_common.py which are
to be tested on root marathon and MoM.
In addition it contains tests which are specific to root marathon, specifically
tests round dcos services registration and control and security.
"""
import... |
using ICSharpCode.TextEditor;
namespace Alphora.Dataphor.Dataphoria.TextEditor.BlockActions
{
public class PriorBlock : BaseBlockAction
{
public override void Execute(TextArea textArea)
{
if (textArea.Document.TextLength > 0)
{
i... |
package com.google.common.cache;
import com.google.common.annotations.GwtIncompatible;
import com.google.common.base.Preconditions;
import com.google.common.collect.ImmutableMap;
import java.util.concurrent.ExecutionException;
/**
* A cache which forwards all its method calls to another cache. Subclasses should o... |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../../static/bootstrap/css/bootstrap.min.css"
rel="stylesheet... |
(function () {
var r = new RegExp("(^|(.*?\\/))(include-classic\.js)(\\?|$)"),
s = document.getElementsByTagName('script'),
targetScript;
for (var i = 0; i < s.length; i++) {
var src = s[i].getAttribute('src');
if (src) {
var m = src.match(r);
if (m) {
... |
#define C_CFISH_HASH
#define CFISH_USE_SHORT_NAMES
#include <string.h>
#include <stdlib.h>
#include "Clownfish/Class.h"
#include "Clownfish/Hash.h"
#include "Clownfish/String.h"
#include "Clownfish/Err.h"
#include "Clownfish/Vector.h"
#include "Clownfish/Util/Atomic.h"
#include "Clownfish/Util/Memory.h"
// TOMBST... |
module Parse
module Algorithm
# only need to deal with stuff not caught by YAML or JSON
NAN = [ 'NaN' ]
INFINITY = [ '#DIV/0', 'Infinity' ]
NEG_INFINITY = [ '-Infinity' ]
end
end
|
module.exports = {
configOptions : [
{
type : 'array',
name : 'selectors',
defaultValue : []
}
],
name : 'banned-selectors',
message : function(error) {
return '"' + error.error.message + '" is a banned class. This probably means it\'s too general or collides with ... |
package com.ibm.streamsx.topology.context.remote;
import java.io.BufferedReader;
import java.io.File;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.util.logging.Level;
import com.google.gson.JsonObject;
import com.google.gson.JsonParser;
import com.ibm.streamsx.topology.internal.c... |
local ffi = require "ffi"
local common = require "fend.common"
common.add_current_module ( )
include "hiredis/hiredis"
include "hiredis/async"
local lib = ffi.load ( "hiredis" )
return {
defines = defines ;
lib = lib ;
}
|
namespace functions {
const char kForEach[] = "foreach";
const char kForEach_HelpShort[] =
"foreach: Iterate over a list.";
const char kForEach_Help[] =
R"(foreach: Iterate over a list.
foreach(<loop_var>, <list>) {
<loop contents>
}
Executes the loop contents block over each item in the list... |
package com.amazonaws.services.securityhub.model.transform;
import javax.annotation.Generated;
import com.amazonaws.SdkClientException;
import com.amazonaws.services.securityhub.model.*;
import com.amazonaws.protocol.*;
import com.amazonaws.annotation.SdkInternalApi;
/**
* StatusReasonMarshaller
*/
@Generated("c... |
import binascii
import os
import click
from elasticsearch.helpers import parallel_bulk
from sqlalchemy.orm import lazyload, joinedload, load_only
from warehouse.cli.search import search
from warehouse.db import Session
from warehouse.packaging.models import Release, Project
from warehouse.packaging.search import Pro... |
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="AndroidLintAppCompatCustomView" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component> |
describe('UI.InfoWindow', function () {
var container;
var map;
var center = new maptalks.Coordinate(118.846825, 32.046534);
var layer;
var canvasContainer;
beforeEach(function () {
var setups = COMMON_CREATE_MAP(center, null, { width: 800, height: 600 });
container = setups.con... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pt">
<head>
<!-- Generated by javadoc (version 1.7.0_71) on Tue Jun 16 10:36:59 BRT 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class openn... |
<?php
namespace Toothless\TinyImage\Provider;
/**
* Class ContentProvider
*/
class ContentProvider implements ContentProviderInterface
{
/**
* @var string
*/
private $content;
/**
* ContentProvider constructor.
*
* @param string $content
*/
public function __construct(... |
layout: post
title: Getting a fair result with an unfair coin
comments: true
categories:
- blog
- puzzle
---
> How can you get a fair coin toss if someone hands you a coin that is weighted to come up heads more often than tails?
### Solution
This is [@luismartingil](www.luismartingil.com) solution. Please check all ... |
link_key: Test Document
---
lorem ipsum dolor sit amet
|
FROM balenalib/nebra-hnt-debian:bullseye-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
libstdc++6 \
... |
package com.suitapps.reglog;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.annotation.TargetApi;
import android.content.Intent;
import android.graphics.Bitmap;
import android.os.Build;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
impor... |
**Note:** This configuration is out of date and may not work with LAMS v2. Please review [v2 release notes](https://looker-open-source.github.io/release-notes/v2) for details. In particular, look for error messages on the console's standard output rather than a file output to be committed back to the repo.
This is a ... |
export default () => typeof document !== 'undefined'
|
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="?dialogPreferredPadding"
android:paddingRight="?dialogPreferredPadding"
android:orientatio... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Sa... |
require 'matrix'
require 'weka/core/converters'
require 'weka/core/loader'
require 'weka/core/saver'
require 'weka/core/dense_instance'
require 'weka/concerns/serializable'
module Weka
module Core
java_import 'weka.core.Instances'
java_import 'weka.core.FastVector'
class Instances
include Weka::Co... |
require 'fileutils'
require 'hashie'
require 'kitchen-salt/pillars'
require 'kitchen-salt/states'
require 'kitchen-salt/util'
require 'kitchen/provisioner/base'
require 'yaml'
module Kitchen
module Provisioner
# Basic Salt Masterless Provisioner, based on work by
#
# @author Chris Lundquist (<chris.ludnq... |
package com.box.l10n.mojito.cli.filefinder.locale;
import com.google.common.base.Strings;
import java.util.Locale;
/** @author jaurambault */
public class AndroidLocaleType extends LocaleType {
@Override
public String getTargetLocaleRegex() {
return ".*?";
}
@Override
public String getTargetLocaleRepr... |
import fs = require('fs');
import _ = require("lodash");
import crypto = require('crypto');
import mongoose = require('mongoose');
import { DB, IRecord } from './db/authdb';
export class Utils {
static session = {};
static async init(): Promise<void> {
await DB.init();
if(process.env['DB_SEED... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
'use strict';
// Declare app level module which depends on views, and components
angular.module('myApp', [
'ui.router',
])
.config(function($stateProvider, $urlRouterProvider) {
//For any unmatched url, redirect to /state1
$urlRouterProvider.otherwise('/');
$stateProvider
.state('view1', {
url: '/view... |
package com.consol.citrus.container;
/**
* @author Christoph Deppisch
*/
public interface AfterTest extends TestActionContainer {
/**
* Checks if this suite actions should execute according to suite name and included test groups.
* @param testName
* @param packageName
* @param includedGroups... |
package io.grpc.netty;
import io.grpc.Status;
/**
* A command to trigger close. It is buffered differently than normal close and also includes
* reason for closure.
*/
class GracefulCloseCommand {
private final Status status;
public GracefulCloseCommand(Status status) {
this.status = status;
}
publ... |
require 'spec_helper'
RSpec.describe Gitlab::Ci::Build::Policy::Variables do
let_it_be(:project) { create(:project) }
let(:pipeline) do
build(:ci_empty_pipeline, project: project, ref: 'master', source: :push)
end
let(:ci_build) do
build(:ci_build, pipeline: pipeline, project: project, ref: 'master')... |
layout: model
title: Pipeline to Detect Relations Between Genes and Phenotypes
author: John Snow Labs
name: re_human_phenotype_gene_clinical_pipeline
date: 2022-03-31
tags: [licensed, clinical, re, genes, phenotypes, en]
task: Relation Extraction
language: en
edition: Healthcare NLP 3.4.1
spark_version: 3.0
supported: ... |
#ifndef INCLUDE_oidmap_h__
#define INCLUDE_oidmap_h__
#include "common.h"
#include "git2/oid.h"
#define kmalloc git__malloc
#define kcalloc git__calloc
#define krealloc git__realloc
#define kreallocarray git__reallocarray
#define kfree git__free
#include "khash.h"
__KHASH_TYPE(oid, const git_oid *, void *)
typedef... |
A boilerplate to start code your project using react, react-apollo, react-router v4, ssr, webpack and express.
## Motivation
Everytime we need to create a new project we lose a lot of time configuring the workspace and environment with all the
tools that we use today to build web apps or you just start to copy and pa... |
//
// CMUserCredentials.m
// cloudmine-ios
//
// Copyright (c) 2012 CloudMine, LLC. All rights reserved.
// See LICENSE file included with SDK for details.
//
#import "CMUser.h"
#import "CMWebService.h"
#import "CMObjectSerialization.h"
#import "CMObjectDecoder.h"
#import "CMObjectEncoder.h"
#import "CMCardPayment... |
/**
* Tasks for test execution.
*/
package org.gradle.nativebinaries.test.tasks;
|
Widgets reference
=================
For each widgets, the default class attributes.
.. module:: floppyforms.widgets
:synopsis: FloppyForm's form widgets
.. class:: TextInput
.. attribute:: TextInput.template_name
``'floppyforms/input.html'``
.. attribute:: TextInput.input_type
``text``... |
import { ChangeDetectionStrategy, Component, ElementRef, Renderer, ViewEncapsulation } from '@angular/core';
import { Slides } from './slides';
/**
* \@name Slide
* \@description
* The Slide component is a child component of [Slides](../Slides). The template
* should be written as `ion-slide`. Any slide content sho... |
/* single-spa@5.9.0 - ESM - dev */
var singleSpa = /*#__PURE__*/Object.freeze({
__proto__: null,
get start () { return start; },
get ensureJQuerySupport () { return ensureJQuerySupport; },
get setBootstrapMaxTime () { return setBootstrapMaxTime; },
get setMountMaxTime () { return setMountMaxTime; },
get set... |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.coala</groupId>
<artifactId>coala</artifactId>
<v... |
module Fog
module Brightbox
class Storage
class Connection < Fog::Core::Connection
def initialize(config)
@config = config
if management_url
@connection = super(management_url.to_s, persistent?, connection_options)
else
raise ManagementUrlUnknow... |
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react')) :
typeof define === 'function' && define.amd ? define(['exports', 'react'], factory) :
(factory((global.concent = {}),global.React));
}(this, (function (exports,React) { 'use strict';
... |
module RSpec::TagMatchers::Helpers
module SentenceHelper
# Joins multiple strings into a sentence with punctuation and conjunctions.
#
# @example Forming sentences
# make_sentence("foo") # => "foo"
# make_sentence("foo", "bar") # => "foo and bar"
# make_sentence("f... |
package query
import (
. "h12.io/html-query/expr"
)
func (n *Node) A(cs ...Checker) *Node {
return n.find(A, cs)
}
func (n *Node) Abbr(cs ...Checker) *Node {
return n.find(Abbr, cs)
}
func (n *Node) Address(cs ...Checker) *Node {
return n.find(Address, cs)
}
func (n *Node) Area(cs ...Checker) *Node {
return n... |
@implementation NTESJanKenPonAttachment
- (NSString *)encodeAttachment
{
NSDictionary *dict = @{CMType : @(CustomMessageTypeJanKenPon),
CMData : @{CMValue:@(self.value)}};
NSData *data = [NSJSONSerialization dataWithJSONObject:dict
o... |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = undefined;
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.... |
/* 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 to in writing, software
* distributed... |
package org.asciidoctor.diagram;
import org.junit.Test;
import java.io.IOException;
import java.net.InetAddress;
import java.net.ServerSocket;
import java.net.Socket;
import java.net.URI;
import java.util.HashMap;
import java.util.Map;
import static org.junit.Assert.assertEquals;
public class CommandServerTest {
... |