text stringlengths 1 1.04M | language stringclasses 25
values |
|---|---|
{"resourceType":"ActivityDefinition","id":"activity-definition-loinc-2472-9","text":{"status":"generated","div":"<div xmlns=\"http://www.w3.org/1999/xhtml\">Activity Definition for IgM [Mass/volume] in Serum or Plasma</div>"},"url":"https://rarecare.world/2472-9","status":"draft","description":"IgM [Mass/volume] in Ser... | json |
[{"name": "Metals", "path": "Metals", "value": 589.77}, {"name": "Miscellaneous", "path": "Miscellaneous", "value": 24439.123}, {"name": "<NAME>", "path": "Mach and Elec", "value": 31867.725}, {"name": "Intermediate goods", "path": "Intermediate goods", "value": 34702.605}, {"name": "Plastic or Rubber", "path": "Plasti... | json |
package cache
import (
"bytes"
"encoding/gob"
)
func GobMarshal(v interface{}) ([]byte, error) {
buf := &bytes.Buffer{}
err := gob.NewEncoder(buf).Encode(v)
return buf.Bytes(), err
}
func GobUnmarshal(data []byte, v interface{}) error {
err := gob.NewDecoder(bytes.NewReader(data)).Decode(v)
return err
}
| go |
**Bhubaneswar:** The City-Wide Wi-Fi Project, to make the Capital city accessible across its major happening places ahead of the Odisha Men’s Hockey World Cup, will be launched by Chief Minister Naveen Patnaik on Monday.
In the first phase of the project, christened as ‘BhubaneswarMe’, 100 Wi-Fi hot spots will go live ... | english |
<reponame>ketavchotaliya/restaurant-management-api-gateway
{
"SERVER_ERROR": "Server Error",
"VALIDATIONS": {
"COMMON": {
"authorization": {
"required": "Authorization Token is required"
},
"rowNumber": {
"valid": "rowNumber must not be zero."
}
}
},
"PUBLIC": {
... | json |
Not merely discovered but they have entered into it and made a way to pass into it from their side. When a question was being asked about Siachen, then I talked about it. In 1993 General Musharraf was in Kargil adjoining Siachen. He was leading the Pakistani Brigade. He knows about all the provinces and from which sect... | english |
<gh_stars>1-10
2020年09月20日20时数据
Status: 200
1.郑爽不知道Kris是吴亦凡
微博热度:3862147
2.南师大回应一学生在宿舍死亡
微博热度:1348950
3.就好这一口 拿下每一刻
微博热度:1323324
4.尹正
微博热度:1299669
5.TFBOYS合体央视探班直播
微博热度:1230475
6.我的ID
微博热度:972925
7.我国九成以上成年人有牙周疾病
微博热度:947453
8.1986年至2020年的天安门广场花坛
微博热度:776964
9.第七次全国人口普查将于11月开启
微博热度:639268
10.一建
微博热度... | markdown |
In their heyday they were stars, either ruling the roost in their respective disciplines or touted for great things because of their undeniable talent. Putting in stellar performance after stellar performance, these players were known for their strong shot-making and incredible talent, with the potential to become all-... | english |
Abu Dhabi: Top aides to U. S. President Donald Trump and Israeli Prime Minister Benjamin Netanyahu arrived in the United Arab Emirates on a historic flight from Tel Aviv on Monday to finalise a pact marking open relations between the Gulf power and Israel.
Even before discussions start in Abu Dhabi, the delegates made... | english |
Jorge Masvidal has his eyes on a former UFC welterweight title challenger as his potential next opponent.
In a recent interview with The Fighter vs The Writer for MMA Fighting, Gilbert Burns wanting a fight with Jorge Masvidal was brought up.
Watch the video below:
This desire was communicated, along with the fact th... | english |
package kandinsky
import (
"bytes"
"fmt"
"math"
"reflect"
"sync"
"github.com/gosvg/gosvg"
)
// Marshal marshals a value into a valid SVG document represented as a byte slice.
// Users should note that size here represents a nominal document size; SVG documents
// are vector graphics and as such do not have a n... | go |
!function(exports) {
exports.mocha.setup('bdd');
function assert(expr, msg) {
if (!expr) throw new Error(msg || 'failed');
}
assert.equal = function(a, b, msg) {
if (a != b) throw new Error (msg || a + '!=' + b);
};
exports.assert = assert;
var now = new Date()
, mins = new Date(now.getT... | javascript |
<reponame>hefox/rt-react<gh_stars>1-10
{"date":"2010 05 23","href":"Archives/2010/2010%2005%2023%20SF%20Leather%20Alliance%20Beer%20Bust","external":false,"name":"SF Leather Alliance Beer Bust","stub":"Archives--2010--2010-05-23-SF-Leather-Alliance-Beer-Bust","images":["thumbnails/IMG_0395.jpg","thumbnails/IMG_0397.jpg... | json |
<reponame>ThanhZoro/tnt-project<filename>store/modules/history/_store/actions.js
import _ from 'lodash'
import firebase from 'firebase'
const getListUser = async (context, request) =>{
await firebase.database().ref('/users/').once('value').then((data) => {
var userData = {data: [], total: 0};
const obj = dat... | javascript |
#map-canvas {
height: 400px;
width: 100%;
margin: 0;
padding: 0;
} | css |
package com.manuelmaly.hn.model;
import java.io.Serializable;
import java.util.ArrayList;
public class HNCommentTreeNode implements Serializable {
private static final long serialVersionUID = 1089928137259687565L;
private HNComment mComment;
private ArrayList<HNCommentTreeNode> mChildren;
private HNC... | java |
The Union government had passed the bill that aims at increasing the marriage age for women to 21 amid protests from the opposition parties in the house. As the opposition parties are condemning the bill and alleging that the bill was brought for political gains, Prime Minister Narendra Modi took an indirect dig at the... | english |
Written Answers
के महीने में विष्णु गार्डन नई दिल्ली में हत्या करने का आरोप लगाया गया है; और
(ख) यदि हां, तो सरकार इस सम्बन्ध में क्या कार्यवाही कर रही है ?
गृह मंत्रालय में उपमंत्री (श्री एफ० एच० मोहसिन) : (क) और (ख) दिल के उप राज्यपाल को सम्बोधित एक शिकायत प्राप्त हुई थी। इसका सम्बन्ध श्री बोध राम की हत्या के बारे मे... | english |
<reponame>vakuras/moleculardynamics
///
/// Host Implementation
///
/// Molecular Dynamics Simulation on GPU
///
/// Written by <NAME>. 2009-2010.
///
#include "Host.h"
///
/// Simulation main host function
///
int hostMain(CUdevice device, char * module_path, configuration * config)
{
real4 * posArr... | cpp |
<filename>chrome/browser/ui/views/apps/shaped_app_window_targeter_unittest.cc
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/views/apps/shaped_app_window_targeter.h"
#inclu... | cpp |
export interface ITime {
start: string;
session?: string;
tracks?: string;
}
export interface IDay {
date?: string;
dayOfWeek: string;
times: ITime[];
}
export interface ISportSchedule {
title: string;
subTitle: string;
additionalInfo: string;
schedules: IDay[];
}
| typescript |
A Reddit user earlier this week reported being unable to install Linux on a Lenovo Yoga 900 ISK laptop, appearing to make the laptop locked to the Windows 10 Home Signature Edition it ships with. Since then, a lot of speculation has done the rounds on the Web, in part due to Lenovo's rough handling of the matter on its... | english |
<reponame>Aurelain/GriftlandsWiki
{
"url": "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/7/76/Silence.png/revision/latest?cb=20210808164711",
"sha1": "ee1121cb3397542cc0943d1c4f22a2ad999be6d4"
} | json |
<filename>tests/test_bytes.py<gh_stars>0
import unittest
from goodtypes.bytes import Bytes, Unit
class TestBytes(unittest.TestCase):
def test_bytes(self):
bs = Bytes("2344Ki")
self.assertEqual("2344Ki", bs.format(Unit.KIBI_BYTES))
self.assertEqual("2400256", bs.format(Unit.BYTES))
| python |
<filename>network_explorer/build.json
{
"args": {},
"build_from": {
"aarch64": "homeassistant/aarch64-base-python:3.7-alpine3.12",
"armhf": "homeassistant/armhf-base-python:3.8-alpine3.12",
"armv7": "homeassistant/armhf-base-python:3.8-alpine3.12"
}
} | json |
Ja Morant has spent time away from the team due to his actions that have caused him to get into trouble with the league. Memphis Grizzlies coach Taylor Jenkins, who has done a great job in keeping the team intact while their star is away, recently shared their excitement regarding the star's return.
In a recent interv... | english |
{% load humfrey_elasticsearch %}
{% with facet.meta.terms.field as field_name %}
<div class="facet{% if facet.filter.present %} facet-active{% endif %}">
<h3>{{ facet_name|capfirst }}</h3>
<ul>
{% if not terse %}
{% if facet.filter.present %}
<li><a href="{% remove_parameter "filter" field_name %}">Al... | html |
Former India captain MS Dhoni is one of the most iconic players in the history of the game and his helicopter shot has been embedded in memories of all those who followed his career from 2004- 2020. He will be seen on the field once more, when he leads the Chennai Super Kings (CSK) in the upcoming IPL 2021, which begin... | english |
The first AEW Dynamite episode of 2020 focused on all the right things, as the company builds toward a pretty stacked month in terms of programming.
Jon Moxley and Cody Rhodes carried on the momentum for their respective feuds, and apart from that, AEW also teased some potential dissension between 'Hangman' Adam Page a... | english |
US manufacturing contracted further in December, but the pace of decline slowed amid a modest rebound in production and improvement in factory employment. The Institute for Supply Management (ISM) reported that its manufacturing PMI increased to 47.4 last month, marking the 14th consecutive month that the PMI stayed be... | english |
Melbourne, Jan 17: Sania Mirza survived a brief lapse of concentration before advancing to the third round of the Australian Open on Thursday with a 6-1, 4-6, 7-5 victory against Switzerland's Timea Bacsinszky.
Sania started off in smashing fashion as she took the first set 6-1 in just 22 minutes, but the Swiss world ... | english |
package net.canadensys.dataportal.vascan.model.api;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
/**
* API response for vernacular names related data.
* @author canadensys
*
*/
@JsonInclude(Include.NON_NULL)
public class VernacularNameAPIResult ... | java |
{"derivation": "a primitive root;", "pron": "kaw-tsab'", "outline": "<ol><li> (Qal) to cut off, shear</li></ol>", "kjv_def": "cut down, shorn.", "lemma": "\u05e7\u05b8\u05e6\u05b7\u05d1", "frequency": 2, "strongs_def": "to clip, or (generally) chop", "xlit": "q\u00e2tsab"} | json |
<gh_stars>1000+
# -----------------
# list comprehensions
# -----------------
# basics:
a = ['' for a in [1]]
#? str()
a[0]
#? ['insert']
a.insert
a = [a for a in [1]]
#? int()
a[0]
y = 1.0
# Should not leak.
[y for y in [3]]
#? float()
y
a = [a for a in (1, 2)]
#? int()
a[0]
a = [a for a,b in [(1,'')]]
#? int()
... | python |
<reponame>sho25/jackrabbit-oak<filename>oak-solr-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/solr/query/SolrIndexLookup.java
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license a... | java |
/*=========================================================================
Program: Visualization Toolkit
Copyright (c) <NAME>, <NAME>, <NAME>
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
... | cpp |
<reponame>open-fidias/pjbank-java-sdk
package br.com.pjbank.sdk.enums;
/**
* @author <NAME> <<EMAIL>>
* @version 1.0
* @since 1.0
*/
public enum FormaRecebimento {
BOLETO_BANCARIO, CARTAO_CREDITO;
}
| java |
or a VW dealership near you, based on the local lockdown guidelines.
Ashish Gupta, Brand Director, Volkswagen Passenger Cars India said, "We are extremely excited to announce the introduction of new trim-line in the Polo family, Comfortline TSI AT for our discerning customers in India. The Polo continues to be a stron... | english |
TCS has fixed January 19 as the record date to determine the eligibility of shareholders for the proposed dividend. The third interim dividend and the special dividend will be paid on February 5 to the eligible shareholders. Shares of TCS will likely trade ex-dividend on the day or a day before the record date.
Infosys... | english |
{
"allowed_domains" : ["bbc.com"],
"start_urls": [
"https://www.bbc.com/sport/cricket"
],
"rules": [
{
"allow": ["https://www.bbc.com/sport/cricket"],
"follow": true,
"callback": "parseItems"
}
],
"paths": {
"title" : [
".//div[@id='responsive-story-page']/article/h1[@class='story-headline ge... | json |
The New York district attorney charged Jonathan Majors with multiple counts of assault and harassment following his arrest in an alleged domestic dispute Saturday.
In documents obtained by Fox News Digital, Majors, 33, was charged with two counts of assault in the third degree, aggravated harassment in the second degr... | english |
# react-cljs [](https://clojars.org/dmohs/react)
A ClojureScript wrapper for React.
There are a number of React-like libraries for ClojureScript (e.g., Om, Reagent, Rum). This one sets itself apart by embracing the following two philosophies:
1. Reac... | markdown |
<reponame>bseeger/karaf<filename>jaas/modules/src/main/java/org/apache/karaf/jaas/modules/properties/DigestPasswordLoginModule.java
/*
* 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 re... | java |
Luka Doncic had 27 points, 12 rebounds and 10 assists in his 40th career triple-double, and the Dallas Mavericks used a second-half rally to rout Memphis 112-85 on Friday night and end the Grizzlies’ winning streak at 11 games.
Doncic had 18 points in the second half, connecting on 8 of 10 shots. Tim Hardaway Jr. scor... | english |
{"object":{"id":"861249","dataset":"gminy","object_id":"1861","data":{"powiaty.sejm_okreg_id":"38","nazwa_urzedu":"Urz\u0105d Gminy i <NAME>","wydatki_roczne":"29356136.72","teryt":"302805","id":"1861","powierzchnia":"198.00","nts":"4306028053","szef_stanowisko_id":"1","nazwa":"Skoki","zadluzenie_roczne":"822885.61","d... | json |
Work From Home Latest News Today: The new policy would come into effect from September. With this the social media giant aims to increase productivity and efficiency of the employees.
Work from home latest news update (Representational image)
Work From Home Latest News Today: After Tata Consultancy Services (TCS), Met... | english |
<filename>geeksw/plotting/__init__.py
from .Plot import Plot
from .RocPlot import RocPlot
| python |
{
"type": "object",
"title": "Custom Errors",
"patternProperties": {
".*": {
"type": "object",
"required": [
"code",
"reason",
"message"
],
"properties": {
"code": {
"type": "integer",
"title": "Status Code",
"examples": [503]
},
"reason": {
"type": "string",... | json |
Anupam Kher expressed his disappointment after visiting an Apple store in New York and noticing that the store featured watches representing all countries but India.
Bollywood actor Anupam Kher expressed disappointment as he recently visited an Apple store in New York. The actor took to Twitter and shared a video from ... | english |
<filename>applications/SolidMechanicsApplication/python_scripts/check_scalar_on_nodes_process.py
import KratosMultiphysics
import sys
from math import *
# Import KratosUnittest
import KratosMultiphysics.KratosUnittest as KratosUnittest
class aux_object_cpp_callback:
def __init__(self, compiled_function ):
... | python |
["airbrake-hapi","apps-api","centauro","chrome-tab-capture-visible-tab-full","chrome-web-store-item-property","chrome-web-store-item-property-cli","clappr-estat-plugin","clappr-ga-events-plugin","cloudmine-servercode","coffee-mule","command-runner","elasticsearch-csv","eslint-config-gigigo","exocomm-mock","exoservice-j... | json |
New Delhi: Police in Kerala have not charged a 23-year-old law student who chopped off the penis of her alleged rapist, a self-styled 53-year-old godman, and rightly so.
Section 100 in the Indian Penal Code protects victims when the attack is on their life, and what’s a life without dignity? To protect her dignity, a ... | english |
{"generated_at": "2017-01-27T09:37:39.248480", "required_by": ["story_chain", "crawlermaster", "pycameo"], "requires": ["Pillow", "Flask", "pymongo", "selenium"], "package": "bennu"} | json |
Prime Minister Pushpa Kamal Dahal 'Prachanda' has said he has a goal to materialize the dream of good governance and prosperity in the country.
During the meeting with a delegation of All Nepal National Free Students Union, close to the CPN (Unified Socialist), PM Dahal clarified that the role of students would be sig... | english |
<filename>pyxform/validators/odk_validate/bin/installed.json
{
"assets": [
{
"browser_download_url": "https://github.com/opendatakit/validate/releases/download/v1.14.0/ODK-Validate-v1.14.0.jar",
"content_type": "application/java-archive",
"created_at": "2020-02-06T22:27:46Z",
"download_cou... | json |
NBA legend Michael Jordan talks about his special relationship with the late Gus Lett, revealing the latter was like a father figure to him.
Michael Jordan’s unprecedented popularity can never be matched, especially during his playing days with the Chicago Bulls. The media, fans, almost everyone wanted to know about hi... | english |
Whoa! Will Chiyaan Vikram say yes to turn villain for Superstar Rajinikanth?
Chiyaan Vikram, hailed as one of the most versatile actors in India recently enthralled audiences as Aditha Karikalan in Mani Ratnam's 'Ponniyin Selvan 1' and 'Ponniyin Selvan 2'. Unfortunately he broke his ribs while rehearsing for an action... | english |
We have reached mid-week and you probably are governed with the most important question of "How does my day look like? " There are quite a handful of people who like to turn to astrology to figure out what their stars have in store for them. For people like them and others, we orient this space to the astrology predict... | english |
'use strict';
/*
* organizationReservations.js
* Copyright(c) 2016 Universidad de Las Palmas de Gran Canaria
* Authors:
* <NAME> <<EMAIL>>
* <NAME> <<EMAIL>>
* <NAME> <<EMAIL>>
* MIT Licensed
*/
var connectionsAPI;
var utils;
var clientLogic;
// initialization
var initReservations = function() {
$('#po... | javascript |
New Delhi, September 24: Ahead of Prime Minister rendra Modi’s meeting with US investors, India on Thursday gave a major tax concession to foreign companies that don’t have a permanent set-up in India but operate out of countries with which New Delhi has double tax avoidance treaties. Technically, the ministry of fince... | english |
<filename>xnat/scripts/print_dicom_header.py<gh_stars>1-10
#!/usr/bin/env python
'''make-rt-struct-assessor.py
Read in an RT-STRUCT DICOM file. Write out an icr:roiCollectionData assessor.
Usage:
print_dicom_header.py FILE
Options:
FILE ID of parent subject
'''
import os
import sys
import... | python |
package com.hampcode.service.impl;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.hampcode.client.ProductClientRest;
import ... | java |
Wluper, the London-based tech startup building a conversational AI to power knowledge-based voice assistants, has raised $1.3 million in seed funding. Leading the round is “deep tech” VC IQ Capital, with participation from Seedcamp, Aster, and Magic Pony co-founder Dr Zehan Wang.
Founded in 2016 and originally backed b... | english |
Are you drinking enough water? This is one of the most frequently asked questions during summers. While one should stay hydrated all through the year and not merely in the summer months, it is true that during the season, one is advised to drink enough water to keep away dehydration and other illnesses. However, did yo... | english |
2019 has been a perilous year so far for the world's leading telecom equipment manufacturer, and second largest smartphone maker, China's Huawei. First, Donald Trump banned the company on May 15 from selling its phone or telecom equipment in the US through a national security order. In June, Trump decided to lift some ... | english |
import {
CommonModule
} from '@angular/common';
import {
NgModule
} from '@angular/core';
import {
SkyDatePipeModule
} from '@skyux/datetime';
import {
DatePipeDemoComponent
} from './date-pipe-demo.component';
@NgModule({
imports: [
CommonModule,
SkyDatePipeModule
],
exports: [
DatePipeDe... | typescript |
<filename>src/main/java/com/dungnv/view/dashboard/DashboardEdit.java<gh_stars>0
package com.dungnv.view.dashboard;
import com.vaadin.event.ShortcutAction.KeyCode;
import com.vaadin.ui.Alignment;
import com.vaadin.ui.Button;
import com.vaadin.ui.Button.ClickEvent;
import com.vaadin.ui.Button.ClickListener;
import com.v... | java |
To be a fan of Bengaluru FC is something to be very proud of – if you don’t believe me, then you need to be part of the West Block Blues clan to know it! As someone who joined the tribe a couple of months ago, I have been able to experience the fandom which I only read on blogs or followed on the television set until n... | english |
{
"id": 112592,
"info": {
"name": "小秦王-强迫症v1",
"description": "小秦王版面细节调整、表格加宽字体增大、配色:清爽蓝。",
"additionalInfo": "20150515 V.1.1.1 版面颜色 去掉护眼绿(红大衣已经添加到论坛模板可选),夏天到了所以换成了蓝色\r\n20150414 V.1.1.0 版面颜色 护眼绿、细节调整\r\n20150413 V.1.0.0 页面宽度修改、字体样式大小修改、页面排版调整、去掉版头",
"format": "uso",
"category": "xqwh",
"... | json |
1 Mme erile Jesu a sena go bua dilo tse, a kgabaganya molatswana wa Kide-rona le barutwa ba gagwe mme a tsena mo sekgweng sa lotlhware. 2 Judase wa moraedi, o ne a itse lefelo le, gonne Jesu o ne a sa bolo go nna a ya teng gantsi le barutwa ba gagwe.
3 Ditlhogo tsa baperesiti le Bafarasai di ne di neetse Judase segopa ... | english |
/*
desktop:1200px; // col-xl
laptop:992px;// col-lg
tablet:768px;// md
phone:480px; // sn
*/
@font-face {
font-family: "Valencia";
src: url("src/assets/fonts/Valencia.ttf") format("truetype");
}
#welcome {
display: flex;
height: 100vh;
margin-left: 20vh;
align-items: center;
justify-content: flex-star... | css |
Controversy is nothing new to art. Whenever a new art form or movement gains enough traction within the mainstream, scandals are sure to follow. Charles Dickens, Edouard Manet and Leo Tolstoy have all had careers pockmarked by moral outrage. Even legendary masters have not been exempt from the firing line; Michelangelo... | english |
<filename>public/json/words/hebrew-4547.json
{"pos":"n","translits":{"mas·lūl":{"isa.35.8|2":["there、","a highway","and a road、"]}},"meanings":{"highway":1},"meaningsCount":1,"occurences":1} | json |
# coding: utf-8
"""
HyperOne
HyperOne API # noqa: E501
The version of the OpenAPI document: 0.1.0
Generated by: https://openapi-generator.tech
"""
import pprint
import re # noqa: F401
import six
from h1.configuration import Configuration
class BillingCharges(object):
"""NOTE: This class i... | python |
As the two powerhouses of the K-pop industry, BTS and BLACKPINK, have bagged some of the most impressive brand endorsements that continue to extend their influence and impact in the industry. From casual luxury brands like Calvin Klein to high-end fashion outlets like Dior, the members of these two K-pop groups have re... | english |
{"resourceType":"NamingSystem","id":"v3-WorkClassificationODH","name":"v3.WorkClassificationODH","status":"active","kind":"codesystem","date":"2018-08-11T14:00:00.000Z","publisher":"HL7, Inc","contact":[{"telecom":[{"system":"url","value":"http://hl7.org"}]}],"description":" Code system of concepts representing a perso... | json |
It must be a trying time for youthe release of Ishkq in Paris was delayed due to director Prem Rajs cancer diagnosis and now comes the IPL spot fixing controversy?
Its been hell dealing with both these situations. Prems illness did delay the release of the film but he has thankfully recovered. The spot-fixing controve... | english |
<filename>deep500/frameworks/reference/custom_operators/cpp/utility/tensor/copy_data.hpp
//copy_data.hpp
#ifndef COPY_DATA_HPP
#define COPY_DATA_HPP
#include <cstring>
//copy data of tensor efficiently
namespace utilityTensor {
template <class T>
void copy_data(const int size, const T *source, T *dest) {
... | cpp |
MELBOURNE, Australia (AP) — As thousands of fans queued to get into the Australian Grand Prix, seemingly unperturbed by the coronavirus pandemic, the Formula One teams and drivers were packing up to leave.
The rapid spread of the virus left organizers with little choice Friday but to cancel the season-opening race, par... | english |
# Definition for singly-linked list.
class ListNode(object):
def __init__(self, x):
self.val = x
self.next = None
class Solution(object):
def deleteDuplicates(self, head):
"""
:type head: ListNode
:rtype: ListNode
"""
l = list()
curr = head
... | python |
# Kitakaze to Taiyou

- **type**: movie
- **episodes**: 1
- **original-name**: きたかぜとたいよう
- **start-date**: 2060-04-19
- **rating**: G - All Ages
## Tags
## Sinopse
A short film released by Gakken. It is based on the Aesop's Fable... | markdown |
package me.ramswaroop.arrays;
/**
* Created by IntelliJ IDEA.
*
* @author: ramswaroop
* @date: 9/1/15
* @time: 10:21 PM
*/
public class MaxIndexDiff {
/**
* Given an array arr[], find the maximum j – i such that arr[j] > arr[i].
*
* @param a
* @return
*/
public static int maxDif... | java |
// autogenerated file
import * as grpc from 'grpc';
import { util } from 'protobufjs';
import Long = util.Long;
import * as events from 'events';
import { Session } from '../../../index.js';
import * as protobuf from '../../../contrib/google/protobuf';
import * as operation from '../../../api/operation';
import * as ... | typescript |
package $package$.test;
import static org.junit.jupiter.api.Assertions.assertTrue;
import org.junit.jupiter.api.Test;
import $package$.dummy.DummyFactory;
public class DummyClassTest {
@Test
public void testToStringPrefix() {
var subject = DummyFactory.eINSTANCE.createDummyClass();
assertTr... | java |
The_Devil_Himself said:
Why only one of them?Did you like the second one?
The first ghost was a spirit and it was of my nanny so it just came once spoke to us thrugh my mother and left..but the other was a neighbour which had died some two years back and it was using my younger brother's body to do what he liked .For t... | english |
If a worksheet spans more than one page, you can print row and column headers or labels (also called print titles) on every page. For example, you can repeat the first row of column headers on all pages when you have large, complex worksheets.
Select the worksheet that you want to print.
On the Page Layout tab, in the ... | english |
{
"0": {
"NO_OVERFLOW_DISCONNECTION": true,
"NB_TIMESTEP_OVERFLOW_ALLOWED": 9999,
"NB_TIMESTEP_COOLDOWN_SUB": 0,
"NB_TIMESTEP_COOLDOWN_LINE": 0,
"HARD_OVERFLOW_THRESHOLD": 9999,
"NB_TIMESTEP_RECONNECTION": 0,
"IGNORE_MIN_UP_DOWN_TIME": true,
"ALLOW_DISPATCH_GEN_SWITCH_OFF": true,
... | json |
<gh_stars>0
package com.lara;
public class X1
{
public static void main(String[] args)
{
String x=new String();//here object is creating.
String p=null;//here no Object is created.
String q="mkp";//here also object is creating..
System.out.println("x="+x);//calling to string method of string class.
System... | java |
New Delhi: Rahul Gandhi has written to all state chief ministers from the Congress and alliance parties asking them to pass a resolution in support of the women’s reservation Bill. These resolutions, the Congress party president said, should be passed in the next assembly session.
“In order to reaffirm our support for... | english |
<filename>com.ptoceti.osgi.obix.angular/src/main/webapp/api/poolchanges.json
{"type":"watchout","is":{"uris":[{"type":"uri","name":"uri","isNull":false,"writable":false,"childrens":[],"val":"obix:WatchOut"}]},"isNull":false,"writable":false,"childrens":[{"type":"list","name":"values","isNull":false,"writable":false,"ch... | json |
<filename>data/json_user_photos/6074865.json<gh_stars>0
{"response": {"photos": {"items": [{"id": "51320f87e4b021edcf5e0fc2", "createdAt": 1362235271, "height": 960, "visibility": "public", "source": {"url": "https://foursquare.com/download/#/iphone", "name": "Foursquare for iOS"}, "prefix": "https://igx.4sqi.net/img/g... | json |
{"name":"grunt-cli","description":"The grunt command line interface.","version":"0.1.13","author":{"name":"Grunt Team"},"homepage":"http://gruntjs.com/","repository":{"type":"git","url":"git://github.com/gruntjs/grunt-cli.git"},"bugs":{"url":"http://github.com/gruntjs/grunt-cli/issues"},"licenses":[{"type":"MIT","url":... | json |
import AsyncStorage from '@react-native-async-storage/async-storage';
import { generateUID } from "./helper";
//import shine from '../../assets/shinex2.png';
//import shrek from '../../assets/shrek-face.png';
const FLASHCARDS_STORAGE_KEY = "flashcards_data";
function initialData() {
return {
"632mgp7hm... | javascript |
{"name":"<NAME>","id":"BY-7746","address":"Schulstr. 2 96181 Rauhenebrach Untersteinbach","school_type":"Grund- und Hauptschule","fax":"09554 925342","phone":"09554 357","website":null,"state":"BY","programs":{"programs":[]},"full_time_school":false,"lon":10.547436,"lat":49.891467}
| json |
import { INodeState } from 'states/nodeState';
import { RootStore } from 'states/rootStore';
import { addPoints } from 'utils/point';
export const cloneSelectedNodesCommand = {
execute(rootStore: RootStore) {
rootStore.selectionState.selectedNodes.forEach((node) => {
const nodeObj = node.export() as INodeS... | typescript |
Microsoft, a small company in Washington, has been hit by a $200 million lawsuit by a company in Toronto called i4i over some sort of XML tagging to Microsoft Word. That’s $200 million US, not CAD.
Microsoft would have gotten away with it, too, if it hadn’t been for those meddling kids.
The jury in the case before the ... | english |
<reponame>deMynchi/ioBroker.meteoswiss<gh_stars>1-10
export namespace Rest {
export interface DbInfo {
dbVersion: number;
checksum: string;
gaiRate: number;
timestamp: number;
}
export interface CurrentPlzWeather {
time: number;
icon: number;
temperat... | typescript |
Mythological series Ramayana would be re-telecast by Doordarshan from this Saturday, Information and Broadcasting Minister Prakash Javadekar said on Friday.
Sources said Ramayana was just one of the first in the series of old Doordharshan hits to make a reappearance.
The other programmes include B R Chopra's Mahabhar... | english |
var five = require("../lib/johnny-five.js");
// console.log(Object.keys(five.Servo.prototype));
var board = new five.Board();
board.on("ready", function() {
console.log(new five.Servo(11));
});
| javascript |
Legnica, city, Dolnośląskie województwo (province), southwestern Poland. It lies along the Kaczawa River in the western lowlands of Silesia (Śląsk).
A 12th-century Silesian stronghold, Legnica became the capital of an autonomous principality in 1248. At the Battle of Liegnitz, or Legnica, on April 15, 1241, the Mongols... | english |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.