text stringlengths 1 1.04M | language stringclasses 25
values |
|---|---|
31 Therefore (A)that place was called Beersheba,[a] because there both of them swore an oath.
The Holy Bible, English Standard Version. ESV® Text Edition: 2016. Copyright © 2001 by Crossway Bibles, a publishing ministry of Good News Publishers.
| english |
package biz.c24.io.training.statements;
/**
* The Header complex data type.
*
* @author C24 Integration Objects;
* @see biz.c24.io.training.statements.Header
**/
public class HeaderClass extends biz.c24.io.api.data.ComplexDataType
{
protected static HeaderClass instance;
private static boolean initiali... | java |
/* **************************************************************************************
* Filename: Login.cpp
* Author: <NAME>.
* Student ID: 934 309 717.
* Date: October 11, 2020.
* Assignment: Program 1 - Wizard Spellbook Catalog.
* Description:
* Input: - A existing file that contains all the login informat... | cpp |
import os
import tarfile
import textwrap
from pathlib import Path
import setuptools
from wheel.wheelfile import WheelFile
from setuptools_build_subpackage import Distribution
ROOT = Path(__file__).parent.parent
def build_dist(folder, command, output, *args):
args = [
'--subpackage-folder',
fold... | python |
.App {
text-align: center;
}
.rtr-rating > li {
font-size: 17px;
display: inline-block;
padding-right: 10px;
padding-left: 10px;
cursor: pointer;
}
.rtr-rating > li i.readonly {
cursor: not-allowed;
}
.rtr-rating > li .active {
color: #FFD700;
}
/* Flash class and keyframe animation */
.rtr-flash {
-webkit... | css |
<reponame>kisskillkiss/nocobase
import { TableOptions } from '@nocobase/database';
export default {
name: 'menus',
title: '菜单和页面配置',
internal: true,
// model: 'CollectionModel',
developerMode: true,
createdAt: false,
updatedAt: false,
fields: [
{
interface: 'sort',
type: 'sort',
n... | typescript |
Digit has awarded pretty much everything but hasn't done a proper GPU test since a long time.What could be the problem? I certainly don't think it could be the AGP/PCIE interface problem. If Digit can seperate cellphones into GSM & CDMA, then why can't they do the same for Graphics Cards.
| english |
{
"vv48:0.1": "Vimānavatthu",
"vv48:0.2": "Itthivimāna",
"vv48:0.3": "Mañjiṭṭhakavagga",
"vv48:0.4": "10. Ucchuvimānavatthu",
"vv48:1.1": "“Obhāsayitvā pathaviṁ sadevakaṁ,",
"vv48:1.2": "Atirocasi candimasūriyā viya;",
"vv48:1.3": "Siriyā ca vaṇṇena yasena tejasā,",
"vv48:1.4": "Brahmāva deve tidase sah... | json |
{"word":"inlander","definition":"One who lives in the interior of a country, or at a distance from the sea. Sir <NAME>."} | json |
Watching Uppu Karuvadu is like watching sausages get made. They say it’s impossible to eat them once you’ve seen them being made. Isn’t the making of a film just as messy… just as bloody? What if someone were to tell you that your most favourite film was made just to launder money or to appease the producer’s own actin... | english |
<gh_stars>0
use std::fs::File;
use std::io::Read;
use std::time::Instant;
fn main() {
println!("Hello, world!");
let start = Instant::now();
println!("The first answer is {}", day7_1_result("./input"));
let duration = Instant::now() - start;
println!("how quick, this quick: {} μs", duration.as_micr... | rust |
<gh_stars>0
import { Module } from "@nestjs/common";
import { UsersModule } from "./users/users.module";
import { PostsModule } from "./posts/posts.module";
import { prisma } from "@prisma/client";
import { UsersController } from "./users/users.controller";
@Module({
providers: [],
imports: [UsersModule, PostsModu... | typescript |
(function(){
var _LEVELS = [
{
'map':[
[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],
[1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1],
[1,0,1,1,1,1,0,1,1,1,1,1,0,1,1,0,1,1,1,1,1,0,1,1,1,1,0,1],
[1,0,1,1,1,1,0,1... | javascript |
The court has ordered to perform postmortem after exhuming the dead body of Naimul Abrar, a student of Dhaka Residential Model School and College who was electrocuted.
Additional Chief Metropolitan Magistrate of Dhaka Aminul Haque delivered the order after reviewing the documents of a case filed by Abrar’s father Moji... | english |
<reponame>MeirKriheli/django-bidi-utils
# -*- coding: utf-8 -*-
#!/usr/bin/env python
import os
import sys
import bidiutils
try:
from setuptools import setup, Command
except ImportError:
from distutils.core import setup, Command
version = bidiutils.__version__
if sys.argv[-1] == 'publish':
os.system('p... | python |
As Esha Gupta is an avid social media user, here are some of her most scintillating and gravity-defying shots on Instagram that will make you skip a breath. Check it out!
Esha Gupta looks too cute for words dressed in a baggy orange tee and a pair of eyeglasses.(imagesource: instagram/eshagupta143)
Esha Gupta’s selfie ... | english |
Telecommunications coverage mapping company OpenSignal has released its LTE report for the first quarter of 2017, revealing that Australia dropped six places to come in at 19th place worldwide in terms of 4G availability, and dropped two places to rank 10th globally in terms of download speeds.
Australia had an average... | english |
<gh_stars>10-100
{
"vorgangId": "5993",
"VORGANG": {
"WAHLPERIODE": "16",
"VORGANGSTYP": "Kleine Anfrage",
"TITEL": "Rolle der Bundesregierung bei der Förderung kommerzieller Nachhilfeinstitute (G-SIG: 16011567)",
"INITIATIVE": "Fraktion <NAME>",
"AKTUELLER_STAND": "Beantwortet",
"SI... | json |
<filename>java/com/sudwood/advancedutilities/client/renders/RenderElevator.java
package com.sudwood.advancedutilities.client.renders;
import net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.util.ResourceLocation;
import net.minecraftfo... | java |
{
"name": "sveather",
"version": "1.0.1",
"description": "Feather Icons as Svelte Components",
"keywords": [
"feather",
"icons",
"svelte"
],
"license": "MIT",
"author": "theurgi <<EMAIL>> (https://theurgi.xyz/)",
"files": [
"dist"
],
"type": "module",
"svelte": "./dist/components/i... | json |
<reponame>kinecosystem/kin-node<filename>src/index.ts
import commonpb from "@kinecosystem/agora-api/node/common/v3/model_pb";
import commonpbv4 from "@kinecosystem/agora-api/node/common/v4/model_pb";
import txpbv4 from "@kinecosystem/agora-api/node/transaction/v4/transaction_service_pb";
import { ASSOCIATED_TOKEN_PROGR... | typescript |
<filename>SurfingFestival/assets/ja/Objects/Cheap Amulet/object.json
{
"Name": "Cheap Amulet?",
"Description": "Something seems off about this amulet. Wonder why it's so cheap.",
"Category": "ArtisanGoods",
"Edibility": -300,
"EdibleIsDrink": false,
"Price": 50,
"HideFromShippingColl... | json |
{
"authors": [],
"doi": "",
"publication_date": "2014-MM-DD",
"id": "IT103151",
"url": "https://scuole-specializzazione.miur.it/public/documenti/master_1.pdf",
"source": "Miur",
"source_url": "https://www.miur.gov.it",
"licence": "CC-BY",
"language": "it",
"type": "other",
"description"... | json |
In Uttar Pradesh’s Mathura constituency ‘Dream Girl’ Hema Malini has secured 2. 27 lakh votes over Rashtriya Lok Dal’s Kunwar Narendra Singh. The actor who contested from Mathura in this Lok Sabha election, is living up to her image of a Bollywood celebrity even in politics.
It was in 1999 that Hema Malini made her fo... | english |
# Plotting tools and utility functions
# Nested GridSpec : https://matplotlib.org/stable/gallery/subplots_axes_and_figures/gridspec_nested.html#sphx-glr-gallery-subplots-axes-and-figures-gridspec-nested-py
# GridSpec : https://matplotlib.org/stable/gallery/subplots_axes_and_figures/gridspec_multicolumn.html#sphx-glr-ga... | python |
'use strict';
const gulp = require('gulp');
const browserify = require('browserify');
const source = require('vinyl-source-stream');
module.exports = function (options) {
const defaultOptions = {
jsSourceFiles: 'js-src/**/*.js',
compileFiles: {
main: {
src: 'js-src/mai... | javascript |
<filename>virtual/lib/python3.6/site-packages/setuptools/wheel.py
'''Wheels support.'''
from distutils.util import get_platform
import email
import itertools
import os
import re
import zipfile
from pkg_resources import Distribution, PathMetadata, parse_version
from setuptools.extern.six import PY3
from setuptools imp... | python |
package tech.quantit.northstar.common;
import java.util.Collection;
public interface IMessageHandlerManager {
void addHandler(MessageHandler handler);
Collection<MessageHandler> getHandlers();
}
| java |
import { createAction } from 'redux-actions';
export const GET_NEW_QUIZ = 'api/newQuiz/GET_NEW_QUIZ';
export const GET_NEW_QUIZ_SUCCESS = 'api/newQuiz/GET_NEW_QUIZ_SUCCESS';
export const GET_NEW_QUIZ_FAILURE = 'api/newQuiz/GET_NEW_QUIZ_FAILURE';
export const getNewQuiz = createAction(GET_NEW_QUIZ);
export const getNe... | javascript |
{
"extension_name": {
"description": "Extension name",
"message": "Saladict, o Caracteristică-Bogat Inline Traducător. Chrome / Firefox Extension."
},
"extension_short_name": {
"description": "Extension short name",
"message": "Saladict"
},
"extension_description": {
"description": "Descri... | json |
use serde::{Deserialize, Serialize};
mod room_member_count_is;
pub use room_member_count_is::{ComparisonOperator, RoomMemberCountIs};
/// A condition that must apply for an associated push rule's action to be taken.
#[derive(Clone, Debug, Deserialize, Serialize)]
#[cfg_attr(not(feature = "unstable-exhaustive-types")... | rust |
<filename>sdks/js/http_client/v1/src/model/V1Hook.js<gh_stars>0
// Copyright 2018-2021 Polyaxon, Inc.
//
// 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/lice... | javascript |
import React, { Component, PropTypes } from 'react';
export default class Popups extends Component {
componentWillReceiveProps(nextProps){
if(nextProps.popupsQue.length && nextProps.popupsQue.length !== this.props.popupsQue.length){
this.props.showPopup(nextProps.popupsQue[0])
}
}
render(){... | javascript |
<filename>sdk/devtestlabs/mgmt-v2018_09_15/src/main/java/com/microsoft/azure/management/devtestlabs/v2018_09_15/implementation/RdpConnectionImpl.java
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* ... | java |
// Export everything for centralized imports.
export * from './Entity'
export * from './EntityManager'
| typescript |
<filename>src/app/login/auth-guard.service.ts
import {Injectable} from '@angular/core';
import {Http} from '@angular/http';
import {CanActivate, Router, ActivatedRouteSnapshot, RouterStateSnapshot} from '@angular/router';
import {AuthService} from './auth.service';
import Util from '../common/util'
@Injecta... | typescript |
{"name":"pad-stdio","version":"1.0.0","description":"Pad stdout and stderr","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/pad-stdio.git"},"author":{"name":"<NAME>","email":"<EMAIL>","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["inde... | json |
<filename>app/src/main/java/github/yaa110/piclice/fragment/SliceDialog.java
package github.yaa110.piclice.fragment;
import android.app.DialogFragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
impor... | java |
<gh_stars>1-10
{"packages":{"wpackagist-plugin\/poker-rakeback-calculator-widget":{"0.1":{"name":"wpackagist-plugin\/poker-rakeback-calculator-widget","version":"0.1","version_normalized":"0.1.0.0","uid":260623,"dist":{"type":"zip","url":"https:\/\/downloads.wordpress.org\/plugin\/poker-rakeback-calculator-widget.zip?t... | json |
{"h":[{"d":[{"s":["`milingod~"],"e":["`Ma~`lingod~ `no~ `pa~`adada~`ay~ `a~ `kawas~ `koya~ `adada~`ay~.The gods of sickness are gathered around that sick person.病魔們覬覦圍繞着病人"],"f":"to gather to look at something interesting圍觀,觀看,觀望"}]}],"t":"lingod"} | json |
{
"id": "nu6rcz",
"title": "What application can I build with rust.",
"selftext": "I have been learning the rust language for a while now using the Rust book. I understand that rust is so perfomant in building application backends, servers, embedded systems. How can I go about building web application backe... | json |
Most of the time, volcanoes are quiet. When they do become restless, the people living around them are, understandably, interested in what that unrest might mean. Sometimes that unrest leads to an eruption that can impact people, property and economies on a local to global scale. Most of the time, the unrest will lead ... | english |
{
"aliases": [
"/integrations/splunkhealth"
],
"categories": [
"data store",
"log collection"
],
"creates_events": false,
"display_name": "Splunk Health",
"guid": "f539ffb1-7c92-4bc1-b92b-11a14dcf5048",
"is_public": true,
"maintainer": "<EMAIL>",
"manifest_version": "1.0.0",
"metric_pr... | json |
use criterion::{black_box, criterion_group, criterion_main, Criterion};
use html::tokenizer::Tokenizer;
use html::tree_builder::TreeBuilder;
fn html_parsing_benchmark(c: &mut Criterion) {
let html = include_str!("./purecss_gaze.html");
c.bench_function("parse_purecss_gaze", |b| {
b.iter(|| {
... | rust |
# /usr/bin/env python3.5
# -*- mode: python -*-
# =============================================================================
# @@-COPYRIGHT-START-@@
#
# Copyright (c) 2017-2018, Qualcomm Innovation Center, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# mod... | python |
use serde::{Deserialize, Serialize};
use std::collections::HashMap;
#[derive(Serialize, Deserialize)]
pub struct Config {
pub local_src_dir: String,
hosts: HashMap<String, BaseUrlConfig>,
}
#[derive(Serialize, Deserialize)]
struct BaseUrlConfig {
#[serde(default)]
fork_resolution: ForkResolutionMethod... | rust |
Bipasha Basu are an eternal optimist, and events of the year will further strengthen Bipasha Basu's optimistic instincts. Bipasha Basu can do reasonably well if Bipasha Basu time Bipasha Basu's investments intelligently based on the best periods hinted for Bipasha Basu's sign. All round cooperation and happiness can be... | english |
package frame
import (
"strconv"
"github.com/lestrrat-go/xslate/internal/stack"
"github.com/pkg/errors"
)
// Frame represents a single stack frame. It has a reference to the main
// stack where the actual data resides. Frame is just a convenient
// wrapper to remember when the Frame started
type Frame struct {
s... | go |
Radiation therapy, also called X-ray therapy, uses high levels of radiation to kill prostate cancer cells or keep them from growing and dividing while minimizing damage to healthy cells.
Radiation can be given from a machine outside the body and directed at the prostate (external radiation). Or a surgeon can place radi... | english |
<gh_stars>1-10
# -*- coding: utf-8 -*-
"""
Wherever smart people work, doors are unlocked. -- <NAME>
"""
__title__ = 'social_tracker_library'
__author__ = '<NAME>'
from .collection import collection
from .extractor import extractor
from .query_expansion import query_expansion
| python |
<filename>src/main/java/com/github/chen0040/leetcode/day06/easy/RemoveDuplicatesFromSortedList.java
package com.github.chen0040.leetcode.day06.easy;
/**
* Created by xschen on 1/8/2017.
*
* summary:
* Given a sorted linked list, delete all duplicates such that each element appear only once.
*
* link: https://le... | java |
Globally-acclaimed sand artist Sudarsan Pattnaik claims to have created the 'world's biggest' sand Santa face with message "World Peace" on Odisha's famous Puri beach.
Pattnaik claimed he has created the 25 feet high and 50 ft wide sand Santa face with an aim to give the creation a place in the Limca book of World rec... | english |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue Oct 19 17:29:55 KST 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
C-Index
</TITLE>
<META NAME="dat... | html |
#include "AudioSwitch_F32.h"
void AudioSwitch4_F32::update(void) {
audio_block_f32_t *out=NULL;
out = receiveReadOnly_f32(0);
if (!out) return;
AudioStream_F32::transmit(out,outputChannel); //just output to the one channel
AudioStream_F32::release(out);
}
| cpp |
"""
Python implementation of the LiNGAM algorithms.
The LiNGAM Project: https://sites.google.com/site/sshimizu06/lingam
"""
import itertools
import numbers
import warnings
import numpy as np
from sklearn.utils import check_array, resample
from .bootstrap import BootstrapResult
from .direct_lingam import DirectLiNGAM
... | python |
As the budget is around the corner, various economists and experts have stated that given the unprecedented impact of the Covid pandemic, the government should loosen purse strings and opt-in for higher government borrowing and go easy on the fiscal deficit.
Top brokerages like CLSA, Jefferies, JP Morgan expect India ... | english |
{
"listing_id": 347802,
"id": 11393647,
"date": "2014-04-01",
"reviewer_id": 11136944,
"reviewer_name": "Jason",
"text": "We had a wonderful time staying at this Hyde Park Bungalow during our time in Austin and would totally recommend this place to anyone visiting. Hyde Park is a nice and quiet part of tow... | json |
# iw-watcher
Robot for processing CS:GO statistics
| markdown |
A free app for Android, by Shortcut Android.
A full version program for Android, by Reliance Jio Infocomm.
A free app for Android, by Dewmobile Inc..
| english |
package rs.raf.storage.spec.search;
import rs.raf.storage.spec.core.File;
/**
* Search criteria that check if file name contains search query. Case insensitive operation.
*/
public final class CriteriaNameContains implements CriteriaVisitor {
@Override
public boolean matches(Criteria criteria, File file) {... | java |
<filename>metadata/2020.05.03.074567.json
{
"title": "Large scale genomic analysis of 3067 SARS-CoV-2 genomes reveals a clonal geo-distribution and a rich genetic variations of hotspots mutations",
"keywords": [
"SARS-CoV-2",
"Hotspots mutations",
"Dissemination",
"Genomic analys... | json |
<reponame>JoshRosenstein/futils<gh_stars>0
import mergeAllDeepRight from './mergeAllDeepRight';
describe('mergeAllDeepRight', () => {
it('Array', () => {
const a = mergeAllDeepRight([{ a: { a: 1 } }, { a: { b: 1 } }]);
const eA = { a: { a: 1, b: 1 } };
expect(a).toEqual(eA);
});
it('Array', () => {... | typescript |
Details of the Report:
My latest Limited to 50 buyers PLR is called 12 Ways to Better Yourself in 2022 and this is a Report that can be used in many different niches because it’s designed to both empower individuals and help them eliminate stress, while at the same time, helping them become go getters who can achieve t... | english |
For Mukesh Chhabra and Sushant Singh Rajput, ‘Dil Bechara’ is not just a film, it’s a testimony of loyalty and friendship. Mukesh gave him his first break in Kai Po Che and Sushant launched Mukesh’s career as a director when he agreed to do Dil Bechara.
“He used to always help me improve the scene. He used to read wit... | english |
<reponame>ferrymen/ferrymen
{
"name": "@ferrymen/fm-ioc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"doc": "typedoc --module commonjs --mode file --name \"IOC Document\" --out doc/api src"
},
"keywords": [],
"au... | json |
# On Strict (in)equality
## Background
<pre>
Strict equality is impossible in ES5. You **can** do it on a
global level with a polyfill, with a customized Object
method (defineProperty). But in a local scope it can't be
done.
In ES6 this code would print 'TRUE':
</pre>
```
let number = 5;
let numberStr = '5'... | markdown |
Rapids Tickets On Sale For Vitality Blast - And Offer Great Value Worcestershire Rapids tickets for this season's Vitality Blast are now on sale - and will offer even greater value for money in 2018 when there is a strong accent on weekend matches.
A Vitality Blast Season Pass again costs just £99 for all seven group T... | english |
The LA Lakers are reportedly considering working out former four-time NBA All-Star point guard Kemba Walker.
In other news, Lakers combo guard D’Angelo Russell is expected to return in the near future.
On that note, here are the latest rumors surrounding the LA Lakers as of March 7, 2023.
The LA Lakers have been rid... | english |
{"word":"carinaria","definition":"A genus of oceanic heteropod Mollusca, having a thin, glassy, bonnet-shaped shell, which covers only the nucleus and gills."} | json |
{
"recommendations": [
"DavidAnson.vscode-markdownlint",
"dbaeumer.vscode-eslint",
"eg2.vscode-npm-script",
"esbenp.prettier-vscode",
"redhat.vscode-yaml",
"VisualStudioExptTeam.vscodeintellicode",
"wayou.vscode-todo-highlight"
]
}
| json |
Bharathwaj is a Tamil film composer. He has since scored music in languages including Tamil,Telugu and Malayalam. trained in Hindustani, Western and Carnatic music.He is a recipient ofKalaimamani Award for the year 2008 from Tamil Nadu Government. He had composed music for programmes on AIR and DD at the age of 17.
| english |
import { IMessage } from '@interfaces/interface'
import Button from '@material-ui/core/Button'
import CircularProgress from '@material-ui/core/CircularProgress'
import Grid from '@material-ui/core/Grid'
import Typography from '@material-ui/core/Typography'
import { observable } from 'mobx'
import { observer } from 'mob... | typescript |
1 Musaning qéynatisi, yeni Midiyanning kahini Yetro Xudaning Musa üchün hemde Öz xelqi Israil üchün barliq qilghanliri toghruluq anglidi, yeni Perwerdigarning Israilni Misirdin chiqarghanliqidin xewer tapti. ■ Mis. 2:16; 3:1 2-3 Shuning bilen Musaning qéynatisi Yetro Musaning eslide öz yénigha ewetiwetken ayali Zippora... | english |
In their final game of the season, the Colorado Buffaloes fell to the Utah Utes with a final score of 28-13. The scoreboard didn’t quite reflect how lopsided the game was, however, with the Buffs managing only 148 yards of offense to Utah’s 444. With this Week 12 loss now in the books, the Buffs’ record this year will ... | english |
West Indies wicketkeeper Joshua Da Silva’s mother has become the talk of the town ever since he revealed that she is a huge fan of Indian superstar Virat Kohli. The wicketkeeper-batsman made the revelation while Virat Kohli was batting on day one of the ongoing second Test between India and West Indies in Trinidad.
Jos... | english |
<reponame>kierans/crocks-ext<filename>src/Tuple/index.js
"use strict";
const Tuple = require("crocks/Tuple");
const converge = require("crocks/combinators/converge");
const identity = require("crocks/combinators/identity");
const { length } = require("../helpers");
// arrayToTuple :: [ a ] -> n-Tuple
const arrayToT... | javascript |
Cricket Australia has barred Australian women’s team from talking on the matter of ball tampering which came up yesterday.
There is a clear indication that Cricket Australia does not want its players to discuss the matter in public as the captain has accepted that he planned to temper the ball.
On the third day of the ... | english |
<gh_stars>0
//===- NpcompModule.cpp - MLIR Python bindings ----------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------... | cpp |
Sri Lankan legendary spinner Muttiah Muralitharan, who is a part of the Royal Challengers Bangalore in the Indian Premier League 2013 was given a surprise by his teammates and support staff on his birthday.
While entering the team hotel, Muralitharan's teammates surprised him with a cake and sang along to wish the 41-... | english |
{% extends "site_base.html" %}
{% import "bootstrap/forms.html" as bootstrap %}
{% block head_title %}{{ gettext("Sign Up") }}{% endblock %}
{% block body %}
<header class="jumbotron subhead" id="overview">
<h1>{{ gettext("Sign Up") }}</h1>
<p class="lead">{{ gettext("To sign up with a new account, use the... | html |
<reponame>GoZOo/Drupaloscopy<gh_stars>1-10
8.0-alpha13:65bf3458d2c2c46b042f180062672d045e197ed4f4a33dc72c0808e1967bcb86
8.0.0-alpha14:ddc50578baaeeb13dfefa951e58a87992b4317e4e73947ffb00fd1201a78c86f
8.0.0-alpha15:808467eb94075d831d2467de4ff303cc7a30f0064246baa4e3a15fe3b286c102
8.0.0-beta1:808467eb94075d831d2467de4ff303... | css |
{"id":"ebf844c1-1bd2-4a17-b3bf-09b19a11b8db","playerTags":[],"teamTags":["8d87c468-699a-47a8-b40d-cfb73a5660ad"],"gameTags":[],"metadata":null,"created":"2021-03-19T03:28:46.587Z","season":13,"tournament":-1,"type":157,"day":82,"phase":6,"category":3,"description":"The Black Hole swallowed a Win from the Crabs!","nuts"... | json |
<gh_stars>1-10
{"web":[{"value":["普遍的","广为流传","分布广的"],"key":"widespread"},{"value":["大面积阵雨"],"key":"widespread shower"},{"value":["广泛应用","广泛应用","推广应用"],"key":"Widespread Application"}],"query":"widespread","translation":["广泛的"],"errorCode":"0","dict":{"url":"yddict://m.youdao.com/dict?le=eng&q=widespread"},"webdict":{"... | json |
import {map, mapArray} from '../common/Mapper';
import AnalyticsAbstractFilter from './AnalyticsAbstractFilter';
import AnalyticsAttribute from './AnalyticsAttribute';
import AnalyticsQueryOperator from './AnalyticsQueryOperator';
/**
* @export
* @class AnalyticsGreaterThanOrEqualFilter
*/
export class AnalyticsGre... | typescript |
["bins","drivelist-scanner","files-and-folders-server","medimage","megamon-monitoring-server-report","microlattice","mircolattice","nexl-client","removedrive","resin-cli-visuals","resin-device-toolbox","resin-plugin-multiburn","xcf-server"] | json |
TIOTI, a startup based in London and Seattle that launched today, stands for Tape It Off The Internet, though that's somewhat misleading. You can't tape anything off its site, nor can you download anything. The site is actually meant to be a clearinghouse for information on TV programs on both sides of the pond. TIOTI ... | english |
/*
Put anything you reference with "url()" in ../assets/
This way, you can minify your application, and just remove the "source" folder for production
*/
.nice-padding {
padding: 15px;
}
.foreplot-panels {
color: white;
background: #555;
}
.foreplot-panels > * {
width: 320px;
box-shadow: -4px 0px 4px rgba(0,0,0... | css |
<reponame>adv0r/botcoin<gh_stars>1-10
<HTML>
<HEAD>
Thu Dec 05 11:00:52 CET 2013
</HEAD>
<BODY>
<PRE>
<table width="100%" border>
<tr><th>Log Message</th><th>Time</th></tr>
<tr><td>Initial Rule added:sell 1.337 BTC on mtgox if price goes below 74.0 USD</td><td>Dec 05,2013 11:00</td></tr>
<tr><td>Initial Rule added:bu... | html |
<filename>token-metadata/0xe75899A17995a7Df29B15f1e4E486B2C86287c51/metadata.json
{
"name": "dasniodnaio",
"symbol": "grneiogng3",
"address": "0xe75899A17995a7Df29B15f1e4E486B2C86287c51",
"decimals": 18,
"dharmaVerificationStatus": "UNVERIFIED"
} | json |
<reponame>rodelrebucas/dev-overload-starterpack
"""
Time complexity O(n)
"""
# Search for maximum number
l = [2, 4, 5, 1, 80, 5, 99]
maximum = l[0]
for item in l:
if item > maximum:
maximum = item
print(maximum)
| python |
{
"stdout": [
{
"line": "test cases/failing/48 pkgconfig variables zero length value/meson.build:8:5: ERROR: Invalid variable \"key=\". Variables must be in 'name=value' format"
}
]
}
| json |
- 2 hrs ago 5 Best Microwave Ovens For Your Kitchen: Deals To Consider As Amazon Sale 2023 Is Nearing!
- Technology Samsung Galaxy Z Fold 5, Galaxy Z Flip 5 Price Leaks Ahead Of Launch: Premium Foldable Smartphones Start At?
- Travel Have you been to Vishveshwaraya Falls in Mandya yet? If not, this is the best time!
... | english |
### [CVE-2010-1895](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1895)


:
#these colors are ones that are already absolu... | python |
Wednesday November 22, 2017,
On Tuesday, Indian mobile payments major, Paytm, acquired a majority stake in CreditMate, a Mumbai-based startup in the lending space which focuses on enabling its dealer partners to distribute two-wheeler loans to customers with no formal credit history.
As a part of this investment, Payt... | english |
If Sharat Katariya’s previous movie was about the heavy lifting required to make a marriage work, his new film is about the warp and weft of a small-town man’s life. Both Dum Laga Ke Haisha (2015) and Sui Dhaaga: Made in India are set in dysfunctional middle-class families and explore the hopes and aspirations of India... | english |
{"resourceType":"DataElement","id":"TestScript.setup.action","meta":{"lastUpdated":"2015-10-24T07:41:03.495+11:00"},"url":"http://hl7.org/fhir/DataElement/TestScript.setup.action","status":"draft","experimental":true,"stringency":"fully-specified","element":[{"path":"TestScript.setup.action","short":"A setup operation ... | json |
Ibudhou Thangjing temple is located in Moirang, one of the prominent cities of Bishnupur district in Manipur. The temple is dedicated to Ibudhou Thangjing, one of the most important traditional deities of the Manipuris. It is believed that Lord Thangjing protects Moirang from evil.
The Ibudhou Thangjing temple adorns ... | english |
{
"title": "GoodHabitsApp",
"identifier": "com.trola.GoodHabitsApp",
"orientation": "portrait",
"versioncode": 1,
"versionname": "1.0.0",
"stage": "test"
}
| json |
Since the release of her movie ‘Kumari 21F’, Hebah Patel has had a few ups and downs in her career. Her films have not made big impressions but she still manages to engage her fans via social media with her stunning looks. She has dropped some stunning pics on gram today in a black ensemble, featuring a dramatic neckli... | english |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.