text stringlengths 1 1.04M | language stringclasses 25
values |
|---|---|
Toyota's luxury sub-brand has taken the wraps off a heavily refreshed NX crossover at the 2017 Auto Shanghai that ups the ante in terms of luxury, high-tech driving aids and visual aggression.
The current generation NX was already a visually imposing car thanks to its huge front grille, high waistline and pronounced r... | english |
<reponame>SecureThemAll/SecureThemAll
{
"program" : "repair",
"path": "genprog-code/src/",
"arguments": {
"--search" : "ww",
"--crossover" : "subset",
"--describe-machine" : "",
"--seed": "0",
"--rep-cache": "default.cache",
"--ignore-dead-code": "",
"--no-rep-cache": "",
"--no-test-cache": "",
"--... | json |
The dates of the AFC Cup quarterfinals (September 17/20) clash with the 2013 South Asian Football Federation Championships in Nepal, which would be played from September 20 to October 2, and this could lead to a club vs. country issue in India and the Maldives. Then two south Asian sides – East Bengal Club (India) and ... | english |
Bengaluru: The State Government has decided to celebrate Dasara festival in October on a grand scale in such a way that the festivities will be an opportunity to showcase tourism and attract maximum number of visitors to Mysuru, Kodagu, Mandya, Chamarajanagar and Chikkamagalur. Chief Minister H. D. Kumaraswamy (HDK) ha... | english |
{
"css/all.css": "css/all-a5647a0497.css",
"css/lightbox.css": "css/lightbox-e43c36d6ac.css",
"js/address.js": "js/address-a912cbbe39.js",
"js/all.js": "js/all-43e845392e.js",
"js/cart.js": "js/cart-3fa489cdcd.js",
"js/lightbox.js": "js/lightbox-66443e98d9.js"
} | json |
116/7 (17. 0 ov)
119/4 (16. 1 ov)
172/7 (20. 0 ov)
157 (20. 0 ov)
In the recently held, Ranji Trophy Coaches and Captains Conclave organised by the BCCI, Head of Technical Committee, Anil Kumble said that the teams were happy with the new three-tier format, which replaced the Elite and Plate League system.
India's man... | english |
<gh_stars>1-10
{ "type": "minecraft:crafting_shapeless",
"ingredients": [
{ "item": "extendedslabs:grass_path_slab" }
],
"result": {
"item": "extendedslabs:vertical_grass_path_slab"
}
} | json |
/*
* Author: <NAME>
* Email: <EMAIL>
* File Name: Sprite.cpp
* Description: Defines how Sprite works
* Created: 13 Feb 2019
* Last Modified: 10 Sep 2019
*/
// Includes
#include "Sprite.h" // Sprite
#include "Graphics.h" // Graphics
#include "TextureAtlas.h" // Texture Atlas
#include "Texture.h" // Textur... | cpp |
New Delhi | The Ministry of Defence on Wednesday signed a memorandum of understanding with a private firm to facilitate the re-employment of ex-servicemen, an official statement said.
According to the ministry, from April 2022 to March 2023, as many as 24,234 ex-servicemen received gainful employment in various sector... | english |
<reponame>jcaldwe8/concurrent-cache-conscious-hamt-in-rust
#![feature(test)]
#![allow(warnings)]
#![feature(ptr_internals)]
#![feature(allocator_api)]
#![feature(unique)]
#![feature(slice_get_slice)]
#![feature(box_syntax)]
#![feature(core_intrinsics)]
#![feature(libc)]
#![feature(integer_atomics)]
#![feature(vec_resiz... | rust |
<reponame>ScSherifTarek/universities
{"name":"University of Maine at Fort Kent","alt_name":"(UMFK)","country":"United States","state":"Maine","address":{"street":"23 University Drive","city":"Fort Kent","province":"Maine","postal_code":"04743"},"contact":{"telephone":"+1(207) 834-7500","website":"http:\/\/www.umfk.main... | json |
Countdown clocks hide hints that tease out the color in the codename for upcoming game console.
One of the most anticipated reveals at the Electronic Entertainment Expo on Sunday is expected to be news about Microsoft's next upcoming Xbox, codenamed Scarlett. The company has offered few details so far, but it's apparen... | english |
Aryan Club Women (ARC-W) will take on Town Club Women (TOC-W) in the eighth match of the Bengal Women’s T20 Blast at the Bengal Cricket Academy Ground in Kalyani on Thursday.
Aryan Club Women have had a terrible start to their Bengal Women’s T20 Blast campaign, losing two in two. They suffered heavy losses against Eas... | english |
import datetime
import logging
import os.path
import unittest
import zipfile
from easy_atom import helpers
class TestUnzip(unittest.TestCase):
def setUp(self):
self.logger = logging.getLogger('utest')
self.zipfilename = "ExtractionMonoTable_CAT18_ToutePopulation_201802031143.zip"
def test_u... | python |
/* eslint quotes: ["error", "double"] */
/* strings files need to be double quotes */
define({
root: ({
commonCore: {
builderPanel: {
buttonSaving: "Saving",
buttonSaved: "Saved",
buttonError: "Save failed",
buttonShare: "Share",
buttonSettings: "Settings",
bu... | javascript |
Taskin Ahmed and Arafat Sunny, the Bangladesh bowlers, are upbeat that their action will be cleared by the International Cricket Council (ICC) after they take the test in Brisbane on September 8. The duo will fly out to Australia with Chandika Hathurusingha, the Bangladesh coach.
"We have been toiling hard for the last... | english |
Editor’s note: Robyn Metcalfe is a food historian at the University of Texas at Austin and the Director of The Food Lab at UT, a catalyst for scientific and cultural exploration, experimentation and innovation in the food system.
In 1851, Charles Mackay wrote his 600-page tome, Memoirs of Extraordinary Popular Delusion... | english |
<filename>cam2-support/build/intermediates/blame/res/androidTest/debug/single/drawable-ldrtl-mdpi.json
[
{
"merged": "/Users/dharmendraverma/StudioProjects/cwac-cam2/cam2-support/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png",
"source": "/Users/... | json |
{"PREVALENCE_BY_GENDER_AGE_YEAR":{"TRELLIS_NAME":[],"SERIES_NAME":[],"X_CALENDAR_YEAR":[],"Y_PREVALENCE_1000PP":[]},"PREVALENCE_BY_MONTH":{"X_CALENDAR_MONTH":[],"Y_PREVALENCE_1000PP":[]},"OBS_FREQUENCY_DISTRIBUTION":{"Y_NUM_PERSONS":0,"X_COUNT":1},"OBSERVATIONS_BY_TYPE":{"CONCEPT_NAME":"Observation recorded from EHR","... | json |
import { makeRouteConfig, Route } from 'found';
import React from 'react';
import FetchBoards from './board/action/FetchBoards';
const routes = (
<Route path="/">
<Route
getComponent={() => import('../Home').then(module => module.default)}
getData={({ location, context }) =>
new Promise(resol... | typescript |
<reponame>Nelias/CS50-pset6
# Getting an input from the user
x = int(input("How tall do you want your pyramid to be? "))
while x < 0 or x > 23:
x = int(input("Provide a number greater than 0 and smaller than 23: "))
for i in range(x):
z = i+1 # counts the number of blocks in the pyramid in each iteration
... | python |
<filename>src/project/cli/__init__.py<gh_stars>0
import click
from .memcache import memcache_cmd
CMDS = (memcache_cmd,)
CLI = click.CommandCollection(sources=CMDS)
| python |
{
"pages": [
"pages/home/home",
"pages/search/search",
"pages/detail/detail",
"pages/my/my",
"pages/orders/orders",
"pages/guide/guide"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#F7DE62",
"navigationBarTitleText": "首页",
"navigationB... | json |
{
"index": 447,
"hash": 983157083,
"blacklisted": false,
"damageType": 0,
"redacted": false,
"isDisplayable": true,
"displayProperties": {
"icon": "/common/destiny2_content/icons/27372dd0065672d9308804a2a0a442bd.png",
"hasIcon": true,
"description": "Sword Gua... | json |
{"relation": [["Title", "X3: Terran Conflict", "X3: Terran Conflict"], ["Publisher", "<NAME>", "Atari"], ["Region", "Europe", "North America"], ["Date", "17th October 2008", "31st March 2009"], ["Distribution", "Retail", "Retail"]], "pageTitle": "X3: Terran Conflict (Microsoft Windows) - Sales, Wiki, Cheats, Walkthroug... | json |
# Generated by Django 2.2.6 on 2020-02-09 12:24
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('core', '0010_auto_20200130_1135'),
]
operations = [
migrations.CreateModel(
name='Variation',
... | python |
A member of the National Commission for Backward Classes (NCBC), Kaushalendra Singh Patel had a review meeting with the Odisha government on Thursday and requested the state officials to give 11. 25 per cent reservation in higher education for backward classes.
A member of the National Commission for Backward Classes ... | english |
|e-Abhilekhagar is a Website-cum-webportal about the resources and services of Uttar Pradesh State Archives.
|Our hack is to give a simple Flyover Case Management system. This is to enable better governance for the Ministry of Roadways.
|To give advisory and facilitate the complaints of people.
|Gis Layered Application... | english |
<filename>src/AATree.ts
interface NodeData<T> {
key: number
value: T
}
interface Range<T> {
start: number
end: number
value: T
}
type FindCallback<T> = (value: T) => 1 | 0 | -1
export type NodeIterator<T> = IterableIterator<NodeData<T>>
export type RangeIterator<T> = IterableIterator<Range<T>>
class NilNo... | typescript |
<gh_stars>0
table{
border: 1px solid;
border-collapse: collapse;
margin: 50px auto;
}
td, th{
padding: 12px;
background-color: white;
}
th{
font-size: 25px;
border: 2px solid;
background-color: gray;
font-weight: bold;
}
td{
font-size: 20px;
border: 1px solid;
}
| css |
Although there is no cricket tournament happening around the world due to coronavirus outbreak but this just can’t stop the Indian all-rounder Hardik Pandya to keep himself fit and fine. As India is under 21-day lockdown, Pandya has decided to perform his fitness drills at home to be in a good shape before the action r... | english |
<gh_stars>1-10
[{"inputs":[{"internalType":"address","name":"_trustedCaller","type":"address"},{"internalType":"address","name":"_rewardProgramsRegistry","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"address","name":"_creator","type":"address"},{"internalType":"byte... | json |
<reponame>Glajik/html_builder<gh_stars>0
import { find, identity } from 'lodash'; // eslint-disable-line
import buildNode from './buildNode';
const parseDispatcher = [
{
name: 'body',
check: v => typeof v === 'string',
get: (acc, value) => ({ ...acc, body: value }),
},
{
name: 'children',
che... | javascript |
{
"name": "photo-screen-saver",
"version": "0.0.1",
"description": "Windows screen saver that displays a photo slideshow, based on the Electron framework",
"license": "MIT",
"author": {
"name": "<NAME>",
"email": "<EMAIL>"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ra... | json |
<reponame>jwzimmer/tv-tropes
{"FlowerFromTheMountaintop": ["ScalingTheSummit", "FindTheCure", "GrandRomanticGesture", "EngagementChallenge", "DeathMountain", "RealLife", "TheThemeParkVersion", "PsychicPowers", "Muggles", "OurVampiresAreDifferent", "EmergencyTransformation", "HealingPotion", "MixAndMatchCritters", "Mess... | json |
WHAT! Madonna BANNED From Instagram Live For Sharing Her Nude PICS; Singer Left Speechless, Asks, ‘What The F*** Is Happening?
Pop sensation Madonna has received a stern warning from Instagram for posting her nude photos. The American Singer has been banned from going live on Instagram because of sharing her objectiona... | english |
<filename>script/installers/windows/createinstaller.js
const createWindowsInstaller = require('electron-winstaller').createWindowsInstaller;
const path = require('path');
getInstallerConfig().then(createWindowsInstaller).catch((error) => {
console.error(error.message || error);
process.exit(1);
});
function getInst... | javascript |
<reponame>Gavin-Gong/vdom
import Ele from './h'
import { diff } from './diff'
const node = {
tag: 'ul',
props: {
class: 'name'
},
children: [
{ tag: 'li', props: { class: 'item' }, children: "hh" },
{ tag: 'li', props: { class: 'item' }, children: "33" },
{ tag: 'li', props: { class: '... | javascript |
/**
* Copyright 2009-2017 PrimeTek.
*
* 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 ... | java |
<filename>ugene/src/plugins_3rdparty/hmm3/src/hmmer3/easel/esl_gumbel.cpp
/* Statistical routines for Gumbel (type I extreme value) distributions.
*
* Contents:
* 1. Routine for evaluating densities and distributions
* 2. Generic API routines: for general interface w/ histogram module
* 3. Routines for dumping p... | cpp |
At San Francisco's California Academy of Sciences, there's no shortage of natural wonders. You can visit a dome-encapsulated rainforest, observe the dizzying jellyfish in their tanks, or ponder a wave of sea lion skulls stuck to a wall. But those skulls are really just a taste of what the place has to offer. This is no... | english |
A Texas judge has declared Olympic gymnast Dominique Moceanu an adult, ending a bitter legal dispute in which she accused her parents of squandering the fortune she made in sports.
) to clear her name.
Extreme Sports Channel, the adventure and adrenaline sports service, is now available on digital cable in Germany.
Rom... | english |
<gh_stars>1-10
# -*- coding: utf-8 -*-
from operator import attrgetter
import pyangbind.lib.xpathhelper as xpathhelper
from pyangbind.lib.yangtypes import RestrictedPrecisionDecimalType
from pyangbind.lib.yangtypes import RestrictedClassType
from pyangbind.lib.yangtypes import TypedListType
from pyangbind.lib.yangtypes... | python |
Stuck with the “howmanyofme not working” issue and need a quick fix? Here’s your handy checklist:
- Is HowManyofMe.com stuck just for you, or is everyone facing the same problem?
- Giving your browser a quick cleanup (clearing cache and cookies) might just be the magic trick sometimes.
- Maybe your phone’s being moody?... | english |
Sports daily El Mundo Deportivo reported Xavi went to Iran three times while he was playing for Qatari club Al Sadd, and so needed to apply for special permission to visit the United States.
Xavi played the last game of his career in Tehran. Barca only realised they had a problem on Friday. They thought they had found ... | english |
{
"name": "<NAME>",
"tel": "62567130",
"fax": "62547160",
"licensee": "ACE UROLOGY CLINIC & SURGERY",
"licensePeriod": "30/12/2015 to 29/12/2017",
"licenseClass": "[ 2 Years ( 2A ) ]",
"hciCode": "15M0440",
"address": "820 THOMSON ROAD, MOUNT ALVERNIA HOSPITAL MEDICAL CENTRE D, #07-56 Singapore 574623",
"docto... | json |
# Copyright 2017 British Broadcasting Corporation
#
# 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 a... | python |
{"published": "2015-09-13T20:52:13Z", "media-type": "News", "title": "New McDonald\u2019s drive-through restaurant in Cork creates 70 jobs", "id": "c42dc0ca-8d22-4ff1-8451-42ede74fcb8e", "content": "\u20ac3m invested in Musgrave Park outlet which is built on part of rugby ground Rachel and <NAME>\u2019Donovan, from Ban... | json |
How Many Countries Are There in the World?
Why Does the New Year Start on January 1?
Do We Really Swallow Spiders in Our Sleep?
Iconostasis in Archangel Cathedral (1505–08), the Kremlin, Moscow.
Icon painting of Jesus Christ as Pantocrator.
in these related Britannica articles:
| english |
<reponame>gonnzalo/crypto-market-chart
.app-container {
padding: 2rem 0;
height: 100vh;
overflow-x: hidden;
}
@media (max-width: 480px) {
.app-container {
padding: 1.5rem 0;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.app-container {
padding: 0rem 0;
display: flex;
justify-con... | css |
Posted On:
NITI Aayog and Quality Council of India today launched the ‘National Program and Project Management Policy Framework’ (NPMPF), envisaged to bring radical reforms in the way infrastructure projects are executed in India.
Union Minister for Road Transport and Highways and Micro, Small and Medium Enterprises Ni... | english |
use std::any::Any;
use std::collections::hash_map::DefaultHasher;
use std::hash::{Hash, Hasher};
use std::rc::Rc;
use crate::object::{downcast, float, ptr_eq_plain, Exception, FnResult, Interface, Object};
use crate::vm::{Env, RTE};
use num_bigint::{BigInt, Sign};
use num_traits::cast::ToPrimitive;
use num_traits::{Po... | rust |
<reponame>BlackYps/faf-java-api
package com.faforever.api.data.domain;
import com.faforever.api.data.checks.IsEntityOwner;
import com.faforever.api.data.checks.Prefab;
import com.faforever.api.security.elide.permission.AdminAccountBanCheck;
import com.faforever.api.security.elide.permission.AdminAccountNoteCheck;
impo... | java |
<reponame>asmosel/LucyDB<gh_stars>0
body{
font-family: 'Open Sans', sans-serif;
}
h1{
font-weight: 700;
}
h2{
font-weight: 600;
}
h3{
font-weight: 400;
}
p{
font-weight: 300;
} | css |
package com.sj.mall.coupon.dao;
import com.sj.mall.coupon.entity.SeckillPromotionEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 秒杀活动
*
* @author shuaiju
* @email <EMAIL>
* @date 2020-06-04 17:46:59
*/
@Mapper
public interface SeckillPromotionD... | java |
According to reports from the Mirror, Stuart Broad’s knee injury might force England head coach Peter Moores to rest his new-ball bowler in the 4th Test match against India at Manchester.
The 28-year-old missed the limited overs fixtures against Sri Lanka and West Indies this season owing to tendinitis in his right kn... | english |
Jaikara Baba Jito Da Bolo Shradha Naal song is a Dogri devotional song from the Main Bhi Jhiri Mele Jana released on 2016. Music of Jaikara Baba Jito Da Bolo Shradha Naal song is composed by Arvind Kumar. Jaikara Baba Jito Da Bolo Shradha Naal was sung by Amrit Pal, Babli Bawa. Download Jaikara Baba Jito Da Bolo Shradh... | english |
<gh_stars>0
import {Store} from './store';
// TODO A faire
export const Rdc: Store = {
currency: '€',
labels: {
captcha: {
container: 'body',
text: ['entrez les caractères que vous voyez ci-dessous']
},
inStock: [
{
container: '#add_to_cart_session',
text: ['Ajouter au panier']
},
{
c... | typescript |
Mishra has been part of the Indian team in the last two series against Sri Lanka and South Africa and has performed very well in the chances he has been given. he performed well in Sri Lanka with both bat and ball and supported Ravichandran Ashwin quite well. He was also part of the team in the home series against Sout... | english |
<gh_stars>1-10
package com.softicar.platform.emf.management;
import com.softicar.platform.common.container.comparator.OrderDirection;
import com.softicar.platform.common.container.pair.Pair;
import com.softicar.platform.common.core.interfaces.Consumers;
import com.softicar.platform.emf.attribute.IEmfAttribute;
import ... | java |
<gh_stars>10-100
# -*- coding: utf-8 -*-
#
# <NAME>
# orthologue
# (c) 1998-2021 all rights reserved
#
class Parser:
"""
The base class for parsers
"""
# types
from .exceptions import ParsingError, SyntaxError, TokenizationError
# meta methods
def __init__(self, **kwds):
# chai... | python |
<gh_stars>1-10
#include "simple_rect_uvs.h"
#include "solar/math/size.h"
#include "solar/math/rect.h"
#include "solar/utility/type_convert.h"
namespace solar {
simple_rect_uvs::simple_rect_uvs()
: _left_u(0.f)
, _top_v(0.f)
, _right_u(1.f)
, _bottom_v(1.f) {
}
simple_rect_uvs::simple_rect_uvs(const size& ... | cpp |
I have Windows XP Pro SP2 installed in my computer. My brother has Win 98 SE on his computer. I wanted to share some files. I wanted to use my telephone line to do that. I used Hyperterminal. But I got very slow speed (18-30 Kbps). It took abot half an hour to share 2.5 Mb files. How speed can Hyperterminal be and how ... | english |
class interface {}
| javascript |
<filename>src/lang_items.rs
//! Certain language items needed with the usage of `#![no_std]`
use core;
#[no_mangle]
#[lang = "eh_personality"]
/// These functions are used by the compiler, but not for a bare-bones hello world. These are
/// normally provided by libstd.
pub extern "C" fn rust_eh_personality() {}
#[no_... | rust |
<reponame>EvertEt/types-ol<filename>@types/ol/layer/BaseTile.d.ts
import { ObjectEvent } from '../Object';
import PluggableMap from '../PluggableMap';
import { EventsKey, ListenerFunction } from '../events';
import BaseEvent from '../events/Event';
import { Extent } from '../extent';
import RenderEvent from '../render/... | typescript |
export interface Options {
readonly apiVersion: string;
}
export declare function generateAllApiObjects(outdir: string, options: Options): Promise<void>;
| typescript |
Hitay an me-atlo an tulaꞌ John ja mitolong han oha an khayyum na an hi Gayus an pangpangulun chi namati. Dayawona hi Gayo khapo ta khuna mangiliyon an amin hana namati. Ja tukhunona hi Gayus ta achi munchomoꞌ ay Diotrefes, ti napukhit hini khuna aton.
1 Ha-in hi John an oha an pangpangulun chi namati. Tayya an muntula-... | english |
<gh_stars>100-1000
import os
import json
from peewee import prefetch, fn
from datetime import datetime, date
from flask import Blueprint, render_template, request, url_for, jsonify
from ..utils import *
bp = Blueprint('misc_bp', __name__)
@bp.route('/login')
def login():
return render_template('login.html') if ... | python |
116/7 (17. 0 ov)
119/4 (16. 1 ov)
172/7 (20. 0 ov)
157 (20. 0 ov)
There have been numerous threats to get a tour called off, but this was probably the most sinister.
Under its current code of conduct, the ICC were unable to impose more than a full-match fine and a one-Test ban on Smith under its current code of conduc... | english |
Errol Spence Jr. was defeated by Terence Crawford in stunning fashion last weekend. The pair of welterweight greats went head-to-head in a clash for the ages, with both men being on the pound-for-pound top 10 list entering the fight.
Neither man had tasted defeat in the ring prior to their fight, and Crawford handed 'T... | english |
Sanaa, Oct 19 (IANS): The Saudi-led coalition in Yemen has intensified the airstrikes against positions of the Houthi militia in the country's oil-rich province of Marib, a military official said.
"Scores of air strikes precisely destroyed several military vehicles of the Houthi militia near the Abdiya district in Mar... | english |
import { Component, OnDestroy, OnInit } from "@angular/core";
import { FormControl, FormGroup, Validators } from "@angular/forms";
import { PageEvent } from "@angular/material";
import { Router } from "@angular/router";
import { Subscription } from "rxjs";
import { Attandance } from "src/app/shared/models/Attandance";
... | typescript |
"""Test the logger extension module."""
# pylint: disable=protected-access,redefined-outer-name,unused-variable,invalid-name
import importlib
import json
import sys
import google
import pytest
from marshmallow import fields
from conftest import app
from luckycharms import base
from protobuffers import proto
def set... | python |
import { ExtensionContext, commands, window, Uri, workspace, InputBoxOptions, QuickPickItem } from 'vscode';
const get_folder = (filepath: string) => {
const slash = filepath.replace(/\\/gu, "/");
let folder = slash.replace(/\/[^/]*$/u, "");
const m = folder.match(/^\/?\w:$/);
if (m) {
// root folder
folder = ... | typescript |
The Supreme Court, which is hearing arguments on a batch of pleas seeking legal sanction for same sex marriages, on Thursday indicated it might refer for adjudication by a two-judge bench the challenge to the 30-day prior notice provision in the Special Marriage Act, 1954.
The Special Marriage Act, 1954 provides a leg... | english |
<filename>tfx/experimental/pipeline_testing/pipeline_recorder_utils_test.py
# Lint as: python3
# Copyright 2020 Google LLC. 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 a... | python |
The Hindi version of KGF: Chapter 2 has overtaken the lifetime collection of KGF: Chapter 1. Yash's KGF 2, directed by Prashanth Neel, will rewrite many box office records in the coming days.
By Janani K: Yash's KGF: Chapter 2, which hit the theatres on April 14, is taking the box office by storm. The Hindi version of... | english |
{
var n = t.children[0];
if (1 === n.type) {
var r = Vr(n, e.options);
return (
"inlineTemplate:{render:function(){" +
r.render +
"},staticRenderFns:[" +
r.staticRenderFns
.map(function(t) {
return "function(){" + t + "}";
})
.join(",") +
"]}"... | javascript |
visualize({
auth: {
tokenName: "<PASSWORD>",
token: "ST-40-CZeUUnGPxEqgScNbxh9l-sso-cas.example.com"
}
}, function (v) {
v("#container").adhocView({
resource: '/public/viz/Adhoc/Chart1'
});
}, function (error) {
console.log('Failed to auth on JRS. The error is:', error);
});
| javascript |
Mumbai city news: After one corporator was refused entry into a Kandivli school, the Brihanmumbai Municipal Corporation, which is in charge of primary school education in the city, said last week that it will ask schools to treat the elected representatives with ‘respect’.
Schools in Mumbai are angry with the municipa... | english |
<reponame>zongchangli/rna-seq-pipeline
{
"build_index.reference_sequence" : "test_data/GRCh38_no_alt_analysis_set_GCA_000001405.15_onlychr19.fa.gz",
"build_index.spikeins" : "test_data/ERCC_phiX.fa.gz",
"build_index.annotation" : "[path-to-output]/gencodeV24pri-tRNAs-ERCC-phiX_onlychr19_and_spikeins.gtf.gz",
"build... | json |
<gh_stars>1-10
{
"visual": {
"name": "circlePacking",
"displayName": "CirclePacking",
"guid": "PBI_CV_E43E8323_3100_4A3A_801E_B6C712747636",
"visualClassName": "Visual",
"version": "1.0.0",
"description": "A D3 extention to show hierarchy as a set of packed circles",
"supportUrl": "",
... | json |
RealClearInvestigations senior writer Mark Hemingway, a former Portland, Ore. , resident, wrote in The Wall Street Journal Tuesday that the murder of Patriot Prayer member Aaron Danielson in the city of the weekend marked the culmination of nearly a half-century of "depraved" governance by progressives.
"I’ve been bom... | english |
While the Indians were warming up at the Sydney Cricket Ground, a throwaway line from Bobby Simpson suddenly rang out. "The Indians prefer to play these as practice games rather than to win. Sometimes you need to practice winning as well."
The Indians certainly did not do that at the Manuka Oval with the figure of Andr... | english |
Neymar signing for Real Madrid was a prospect Lionel Messi feared was about to become a reality.
The Brazil superstar featured in a lethal front three alongside Messi and Luis Suarez at Camp Nou before joining Paris Saint-Germain in a world-record €222m move two years ago.
Reports of Neymar wishing to return to La Liga... | english |
import hashlib
import pickle
import os
import sys
import subprocess
import time
class Colors:
HEADER = '\033[95m'
BLUE = '\033[94m'
GREEN = '\033[92m'
WARNING = '\033[93m'
FAIL = '\033[91m'
ENDC = '\033[0m'
BOLD = '\033[1m'
UNDERLINE = '\033[4m'
cache = {}
hashes = []
def get_cache(... | python |
Pooran to Mehidy Hasan, 1 run, trifle short, punched to deep cover. Bangladesh win by 4 wickets!
Akeal Hosein to Mehidy Hasan, no run, 85kph, Mehidy Hasan shoulders arms on seeing the line outside off. Three consecutive maidens for Akeal Hosein!
Akeal Hosein to Mehidy Hasan, no run, in-dart, blocked. Maiden over!
| english |
<reponame>carbonblack/cb-integration<filename>tests/data/binary_metadata/1ce4f3bde19d3f7c798169fc98b51b61.json
{"host_count": 1, "digsig_result": "Signed", "observed_filename": ["C:\\Windows\\system32\\iertutil.dll"], "product_version": "10.00.9200.16384", "digsig_sign_time": "2012-07-26T09:00:00Z", "is_executable_imag... | json |
Mathematician Clifford Stoll, over at the Numberphile YouTube channel, proves that pizza likes Gaussian curvature, while also giving viewers a mathematics lesson in the process.
Gaussian curvature reflects the combination of two distinct curvatures (such as on an x-axis and a y-axis). A cylinder, for instance, has zero... | english |
Our editors will review what you’ve submitted and determine whether to revise the article.
- Related Topics:
synodic period, the time required for a body within the solar system, such as a planet, the Moon, or an artificial Earth satellite, to return to the same or approximately the same position relative to the Sun as... | english |
package ru.job4j.io.archiver;
import java.util.HashMap;
import java.util.Map;
/**
* Class ArgsParser | Task Solution: Archive a project [#861]
* @author @author <NAME> (mailto:<EMAIL>)
* @since 06.05.2019
*/
public class ArgsParser {
private Map<String, String> params = new HashMap<>();
ArgsParser(Strin... | java |
There is a constant theme of characters suffering in anime. These characters tend to be incredibly tragic and go through immense physical and psychological struggles throughout their lives.
However, they can push through it and make out the other end. Because of this, they are viewed as sources of inspiration, and man... | english |
<filename>parte2/P3/testRLsol.py
import numpy as np
from sklearn.externals import joblib
from RL import *
import RLsol
for test in [('fmdp1.pkl','traj1.pkl'), ('fmdp2.pkl','traj2.pkl')]:
print("Testing " + test[0])
# funcoes auxiliarres
fmdp = joblib.load(test[0])
# ficheiro com a trajectóri... | python |
Kuldeep Yadav yet again finds himself on the bench as he has been replaced by all-rounder Washington Sundar for the third India vs England Test. The left-arm wrist-spinner would consider himself unfortunate as he hadn't done much wrong in the previous game.
Indian skipper Virat Kohli explained at the toss that India w... | english |
use wrg_2d::{IntVector2, Direction, Grid};
pub struct Config {
pub start_position: IntVector2,
pub start_length: usize,
pub start_direction: Direction,
pub input_allowed: bool,
pub grid: Grid,
}
| rust |
<gh_stars>1-10
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_131) on Tue Mar 06 14:54:25 MST 2018 -->
<title>FXMLController</title>
<meta name="date" content="2018-03-06">
<link rel="styles... | html |
{"word":"generalized","definition":"Comprising structural characters which are separated in more specialized forms; synthetic; as, a generalized type."} | json |
<filename>sonar/cmd/labels_list.go
package cmd
import (
"fmt"
"github.com/felicianotech/sonar/sonar/docker"
"github.com/spf13/cobra"
log "github.com/sirupsen/logrus"
)
var (
labelsListCmd = &cobra.Command{
Use: "list <image-name>",
Short: "Displays all labels for a given Docker image name + tag",
Args... | go |
{
"name": "merino-billing-server",
"version": "0.1.0",
"description": "Billing application for freelancers",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mannymerino/merino-billing.git"
},
"aut... | json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.