text
stringlengths
1
1.04M
language
stringclasses
25 values
<div class="transferTransaction-page"> <div class="container-fluid main"> <div class="row"> <div class="col-lg-6 col-md-12"> <div class="panel-body"> <fieldset class="form-group"> <div class="input-group"> <span class="input-group-btn"> <label>{{'S...
html
Hyderabad: In another blow to the Telugu Desam Party and its leader N Chandrababu Naidu, Chirala MLA Amanchi Krishna Mohan resigned from his TDP membership today and had also submitted a letter to that effect and officially joined the YSR Congress Party (YSRCP). Speaking to the media after meeting YSRCP Chief YS Jagan...
english
<div> <div class="general" *ngIf="showGeneral==true" > <div class="rec-1"> <div class="imagen"> <img src="assets/img/diagnostico.png"> </div> <div class="titulo-diagnostico"> <h1 class="titulo-pediatrico"> Diagnóstico ...
html
<reponame>Angelesp0/sturdy-computing-machine import { Injectable } from '@angular/core'; import {HttpHeaders, HttpClient, HttpErrorResponse, HttpParams } from '@angular/common/http'; import { Observable, throwError, BehaviorSubject } from 'rxjs'; import { User } from '../../models/user'; import { retry, catchError } fr...
typescript
After a tough environment for 15 months, the automobile industry now faces the final set of hurdles in the transition to BS-VI emission rules, say analysts. ‘Business as usual’ is likely, they expect, from the second quarter (July-September) of the coming financial year. A nationwide and compulsory switch to BS-VI is ...
english
<reponame>HiBrowser/Hi-Browser {"text":"Any insurer or health maintenance organization aggrieved by an assessment may appeal under procedures established in § 101 of Title 26 of the District of Columbia Municipal Regulations (26 DCMR 101), or as otherwise may be provided by the Mayor. If an appellant fails to pay the a...
json
<gh_stars>1-10 /** * */ package org.sagacity.sqltoy.dialect; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; /** * @project sagacity-sqltoy4.0 * @description * <p> * 请在...
java
Xiaomi is all set to launch its three new high-end smartphones- Xiaomi 13, 13 Pro and the 13 Ultra. It is expected that all three smartphones will be available in China by the end of November or December. If rumours are to be believed, Xiaomi 13 will go on sale with Android 13 while running under MIUI 14. However, it i...
english
The T1 is the tiniest portable drive you can buy, yet it also has the best performance. The Samsung Portable SSD T1 is a one-of-kind portable drive. It's a bit larger than a thumbdrive, as easy to use, yet has up to 1TB of storage space and, most importantly, delivers unmatched performance. What's more, unlike other co...
english
Eight people including pedestrians and hawkers were on Sunday injured when the boundary wall of Bangladesh Bank in Chattogram collapsed after being hit by a covered van, police said. The identity of the injured couldn’t be known immediately. Kotwali Police Station Officer-in-Charge Nezam Uddin said a covered van lost i...
english
The Delhi High Court Thursday advanced the hearing of AAP communication’s in-charge Vijay Nair’s bail plea to May 9 in the Enforcement Directorate’s money laundering probe into the now-scrapped excise policy. On Thursday a single-judge bench of Justice Dinesh Kumar Sharma preponed the hearing of Nair’s bail plea from ...
english
<filename>README.md # Pitch-Perfect Record audio and change up the pitch and pace. ## Common usage Users can: - Record audio. - Pause the recording and resume recording by tapping on the mic icon. - Stop the recording and choose from different effects to manipulate the audio, such as by slowing it down, speeding it...
markdown
import fs from 'fs'; import path from 'path'; import { directories, files } from 'src/cli/helpers/project_structure'; import log from 'src/utils/log'; import { createHash } from 'crypto'; import dotenv from 'dotenv'; export default async () => { const root = process.rootPath; let hasBadDirs = false; Object.keys(di...
typescript
<reponame>sunli829/gcp_auth //! GCP auth provides authentication using service accounts Google Cloud Platform (GCP) //! //! The library looks for authentication methods in the following order: //! //! 1. Path to service account JSON configuration file using GOOGLE_APPLICATION_CREDENTIALS environment //! variable. The s...
rust
<reponame>mechiru/google-api-proto<filename>google-api-proto/src/google/cloud/networkservices/mod.rs #[cfg(any(feature = "google-cloud-networkservices-v1"))] pub mod v1; #[cfg(any(feature = "google-cloud-networkservices-v1beta1"))] pub mod v1beta1;
rust
<reponame>alexboii/Discover-Poetry { "author": "<NAME>", "classification": "Ode", "keywords": [ "Trees", "Flowers", "Relationships", "Arts", "Sciences", "Nature", "Seas, Rivers,", "Streams", "Landscapes", "Pastorals", "Heroes", "Patriotism", "Love", "Music",...
json
<filename>README.md<gh_stars>1-10 # Periodic Table This is a Python program that displays a periodic table with the following for each element: * Element Name * Element Abbreviation/Symbol * Atomic Number * Atomic Mass * Electron Shells The periodic table opens in a window with scroll bars. **NOTE**: You must drag ...
markdown
Quotes by Helene Hanff (?) Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more) What book would you like to read for our April BOTM Group Read? For this month, we will be reading nonfiction.
english
<reponame>rbalves/users-app import { Grid } from "@mui/material"; import Link from "next/link"; import { User } from "types/User"; import { PaginationFlex } from "../Users.styles"; import UserCard from "./UserCard/UserCard"; import { MainBox } from "./UsersGrid.styles"; type UsersGrid = { users: User[]; p...
typescript
<filename>packages/document/src/__tests__/doc-parser.test.ts import { DocParser } from '../doc-parser'; import { createDocCode } from '../__mocks__/doc-code'; describe('DocParser', () => { let parser: DocParser; beforeEach(() => { parser = new DocParser(); }); test('correct and incorrect', () => { co...
typescript
The yellow pack with the picture of a cherubic baby sits quietly on supermarket racks. One of India’s best-known comfort foods — Parle-G biscuits — is available in stores despite the nationwide lockdown that has hampered production in overall fast-moving consumer goods (FMCG) sector for a month now. At nearly 60 per c...
english
<filename>src/main/java/com/webcheckers/ui/HtmlRoutes/PostBuildConfig.java package com.webcheckers.ui.HtmlRoutes; import static com.webcheckers.ui.HtmlRoutes.GetHomeRoute.PLAYER; import static spark.Spark.halt; import com.google.gson.Gson; import com.google.gson.JsonObject; import com.webcheckers.application.GameCent...
java
<filename>_posts/2022-05-24-baekjoon12865.md --- layout: single title: 백준 12865 - 평범한 배낭 (Python3) categories: baekjoon tag: [python, algorithm, coding_test] toc: true author_profile: false sidebar: nav: "docs" --- ## 코드 ```python n, k = map(int, input().split()) # 가지고갈 물건의 무게와 가치를 담을 리스트 # 처음 0,0 값을 넣어서 인덱스를 편...
markdown
Our editors will review what you’ve submitted and determine whether to revise the article. - Key People: - Related Topics: suit, in dress design, matching set of clothes consisting, for example, of a coat, vest, and trousers. The shift in Western masculine attire from the doublet to the present-day suit began in the 16...
english
<filename>www/css/variables.css .channel-card-drop-shadow { border-bottom: none; border-left: none; border-right: none; border-top: none; -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4); box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4); }
css
The actor became ill while vacationing with his wife and children. Richard Gere is doing "much better," according to his wife, Alejandra Gere. She shared a brief update on Instagram Tuesday after news broke over the weekend that the "Pretty Woman" star was hospitalized with pneumonia while on a family vacation in Mex...
english
import { Task } from './task'; export class TasksResponse { tasks: Array<Task>; total: number; constructor() { this.tasks = []; this.total = 0; } }
typescript
<filename>gov.nasa.arc.verve.robot.freeflyer/src/gov/nasa/arc/verve/robot/freeflyer/utils/MathHelp.java<gh_stars>1-10 package gov.nasa.arc.verve.robot.freeflyer.utils; import com.ardor3d.math.Quaternion; import com.ardor3d.math.Vector3; import com.ardor3d.math.type.ReadOnlyMatrix3; public class MathHelp { public st...
java
<gh_stars>0 { "name": "event-calendar", "version": "1.0.0", "description": "event calendar", "main": "index.js", "scripts": { "start": "webpack-dev-server", "build": "webpack -p --config webpack.production.config.js", "build-no-source-map": "webpack -p --config webpack.production.config.js --devto...
json
<filename>utils/generateMarkdown.js // object contains the license names as keys and their link urls and badge urls as a nested object properties const licenseList = { 'Apache-2.0': { link: 'https://www.apache.org/licenses/LICENSE-2.0.html', badge: '[![License](https://img.shields.io/badge/License-Apache%202....
javascript
import React from 'react' import PropTypes from 'prop-types' import { TouchableHighlight, Text } from 'react-native' import { Background, Alignment, Fonts, Colors } from 'theme' export default function TextButton({ onPress, text, children, style, fontSize }) { return ( <TouchableHighlight underlayColor={Co...
javascript
<filename>simbeeotic-core/src/main/java/harvard/robobees/simbeeotic/ClockControl.java /* * Copyright (c) 2012, The President and Fellows of Harvard College. * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following cond...
java
<reponame>TeamGalacticraft/MachineLib package dev.galacticraft.machinelib.gametest; import dev.galacticraft.impl.fluid.FluidStack; import net.minecraft.item.ItemStack; import net.minecraft.test.GameTestException; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import java.util.Obj...
java
Threat of breach to embankment has loomed over the Ramlingam tank, the large water body at the heart of Berhampur. Continuous rains have filled the water body almost to the brim. If rains would continue, then it may also start to overflow leading to collapse of the dilapidated embankments. In such a case, it may lead ...
english
<reponame>JonasStrt/Angular-DockingLayout-Skeleton<filename>src/assets/dockingComponents.json [{"id":"4711","componentName":"test","title":"4711 Tab","componentData":{"myValue":"My 4711 Tab"}},{"id":"f07067a6-1673-2ff7-0c92-b19d5279fcdc","componentName":"test","title":"my Tab","componentData":{"myValue":"Top Tab"}},{"i...
json
<filename>test/integration/broken/maint/test_vpc_host_maintenance.py # 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 # regarding copyright ownership. The ASF licenses this file # to you u...
python
<gh_stars>0 { "name": "wg-system", "version": "0.1.0", "private": true, "description": "Management system for flat sharing", "type": "module", "main": "build/server.js", "workspaces": [ "backend", "frontend" ], "scripts": { "build-all": "npm run build --workspaces --if-present && npm run b...
json
#include <Windows.h> #include <bitset> #include <cstdlib> #include <exception> #include <iostream> #include <memory> #include <optional> #include <string> using namespace std::string_literals; class arguments { private: std::optional<size_t> job_commit_megabytes_; std::optional<size_t> process_commit_megabytes_; ...
cpp
<filename>Data/Bundesfinanzministerium/Press_reports/Pressemitteilung_2013-06-05_378.json {"id": 378, "url": "https://web.archive.org/web/2020/http://www.bundesfinanzministerium.de/Content/DE/Pressemitteilungen/Finanzpolitik/2013/06/2013-06-05-PM39.html", "author": null, "title": "Vermittlungsausschuss macht den Weg fü...
json
<filename>src/apps/admin/src/assets/style/base.css html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /*font-weight: 380;*/ } body { font-size: 13px; background: #f7f7f7; font-family: "Helvetica","Tahoma","Arial","PingFang SC","Microsoft JhengHei","SimSun","sans-serif"; } a { ...
css
{ "bail": true, "rootDir": "../../", "browser": true, "testRegex": ".*\\.spec\\.ts$", "transform": { "^.+\\.ts$": "<rootDir>config/test/jest-typescript-transform.js" }, "moduleNameMapper": { "^webpack-file-changer\\/lib\\/(.*)": "<rootDir>/lib/$1", "^webpack-file-changer$": "<rootDir>/lib/inde...
json
<reponame>ruiyangio/game-auth const path = require('path'); const constants = require('../constants'); module.exports = function authMiddleware(req, res, next) { if (!req.url.match(/^\/graphql/g)) { res.contentType = constants.CONTENT_TYPE_HTML; res.sendFile(path.join(process.cwd(), '/dashboard/build/index.h...
javascript
package marketing import "github.com/zhaoyoucai/aeop/top" type ProductsQueryAPI struct { Ae top.Aliexpress Api top.API } func (a *ProductsQueryAPI)Init(session string) { ae := top.Aliexpress{} ae.InitAPI(session) api := top.API{} api.SetApiName("aliexpress.marketing.storepromotion.products.query") a.Ae...
go
import { createStore } from 'redux'; import { createMiddleware } from '../src'; import { ActionHandler } from '../src/listenerMiddleware'; afterEach(() => { jest.clearAllMocks(); }); const mockNext = (dispatch) => dispatch; const mockStore = createStore((state, action) => state); test('Should create middleware and...
typescript
Venus Williams raced to her first Australian Open singles final on Thursday with a powerful 6-3 6-3 win (in 74 minutes) over fifth seed Justine Henin-Hardenne. The world number two, runner-up to sister Serena in the last three grand slam finals, played with bone-rattling power throughout to overwhelm the Belgian for th...
english
Having sought permission from the BCCI to participate in franchise T20 Leagues abroad, Yuvraj Singh's signing for the Toronto Nationals was the biggest news to come out of the Global T20 Canada draft held today. With former India seamer Manpreet Gony also picked up by the Nationals, it appears that the BCCI have relaxe...
english
<reponame>shinyichen/biblebase<filename>public/json/words/hebrew-4413.json {"pos":"proper","translits":{"lə·mal·lō·w·ṯî":{"1ch.25.26|2":["and ten–","for Mallothi、","his sons、"]},"mal·lō·w·ṯî":{"1ch.25.4|14":["Joshbekashah、","Mallothi、","Hothir、"]}},"meanings":{"mallothi":2},"meaningsCount":1,"occurences":2}
json
<gh_stars>0 .topic_list{background: #fff;padding:25px;} .topic_list h4{font-size: 24px; color: #111;font-family: "微软雅黑";height: 45px;vertical-align: top;} .topic_list ul{margin-bottom: 30px;} .topic_list ul li{font-size: 12px;height:40px;line-height:40px;padding:10px 0px;border-bottom: 1px solid #F3F3F3;color:#999;} .t...
css
#include <sirius.h> using namespace sirius; void f1(int num_gvec, int lmmax, int num_atoms) { mdarray<double_complex, 3> alm(num_gvec, lmmax, num_atoms); mdarray<double_complex, 2> o(num_gvec, num_gvec); alm.randomize(); o.zero(); Timer t("rank2_update"); for (int ia = 0; ia < num_atoms; ia+...
cpp
<filename>native/fantomCX.ios.cpp class fantomCX { public: static String DeviceName() { NSString * localizedModel = [[UIDevice currentDevice] localizedModel]; return [localizedModel UTF8String]; } static String Hardware() { NSString *model = [[UIDevice currentDevice] model]; return [model UTF8String]; }...
cpp
import { MonstersState } from './monsters'; import { UIState } from './ui'; export interface SharedState { ui: UIState; monsters: MonstersState; }
typescript
<gh_stars>0 package com.denis.home.sunnynotes; import android.app.Application; import com.google.android.gms.analytics.GoogleAnalytics; import com.google.android.gms.analytics.Tracker; import timber.log.Timber; /** * Created by Denis on 20.03.2016. */ public class CustomApplication extends Application { priva...
java
body { background-image: url("../img/bg-repeat.png"); background-repeat: repeat; background-color: ghostwhite; color: white; } a { color: white!important; text-decoration: underline; } .container { background-color: darkcyan; padding-bottom: 20px; } #login-required, #theme-selector, #write-permission...
css
<reponame>carrascomj/rust-sbml<gh_stars>1-10 // use mathml::MathNode; use super::mathml::Math; use super::rdf::Annotation; use super::UnitSIdRef; #[cfg(feature = "default")] use pyo3::prelude::*; use serde::{Deserialize, Serialize}; /// A compartment in SBML represents a bounded space in which species are located. ///...
rust
{ "authors": [ [ "author:", "<NAME>" ], [ "author:", "<NAME>" ], [ "author:", "<NAME>" ], [ "author:", "<NAME>" ], [ "author:", "<NAME>" ], [ "author:", "<NAME>" ], [ ...
json
import logging from django import template from django.db.models import Q from django.utils import timezone from django.utils.safestring import SafeString from cms.contexts.utils import handle_faulty_templates from cms.publications.models import Category, Publication, PublicationContext logger = logging.getLogger(_...
python
<gh_stars>1-10 from django import template from django.utils.html import conditional_escape from django.utils.safestring import mark_safe import re from counter.utils import removeAccentsToLowercase from counter.models import Keyword from django.core.urlresolvers import reverse register = template.Library() @registe...
python
The Supreme Court’s order on Wednesday (May 11), effectively putting on hold cases under Section 124A of the Indian Penal Code (IPC) — the colonial-era law against sedition — could impact several high-profile cases in Maharashtra. These include the investigation against Amravati MP Navneet Rana and her husband Badnera...
english
<reponame>bundie1990/new-website {"polythene-standalone.js":"sha256-DO2twb+A8sMWUZFqUg3zWlUDDn8f9TtTC6Ap/FBq7dY=","polythene-standalone.min.js":"sha256-J1mP8yl<KEY>}
json
<reponame>JonKelley88/fluid {"id":"index.js","dependencies":[{"name":"/Users/clay/_dev/fluid/.babelrc","includedInParent":true,"mtime":1539269257281},{"name":"/Users/clay/_dev/fluid/package.json","includedInParent":true,"mtime":1541173230943},{"name":"./editor","loc":{"line":1,"column":7},"parent":"/Users/clay/_dev/flu...
json
# -*- coding: utf-8 -*- # Generated by Django 1.11.8 on 2017-12-08 10:23 from __future__ import unicode_literals from datetime import datetime from django.db import migrations from django.utils.timezone import utc def update_uk_regions(apps, schema_editor): Order = apps.get_model('order', 'Order') release_d...
python
class Cell: def __init__(self, c=' '): self.c = c self.highlight = {} def __mul__(self, n): return [Cell(self.c) for i in range(n)] def __str__(self): return self.c class Highlight: def __init__(self, line, highlight): self.line = line self.highlight = ...
python
A Solvency Opinion is a statement from an independent financial expert that assures a company’s board of directors and/or lender that a transaction is not likely to result in bankruptcy or liquidation. The opinion, which typically takes the form of a letter, expresses an independent expert opinion on a borrower’s abili...
english
Star Wars: The Rise of Skywalker — that's the official title for Episode IX, the third chapter of the Star Wars sequel trilogy and the final one in the Skywalker saga. The announcement was made as part of the teaser trailer on stage at the ongoing Star Wars Celebration in Chicago, where director J.J. Abrams was present...
english
Blaise Pascal (1623 - 1662) is one of the most important French philosophers. Pascal was a child prodigy, who was educated by his father. He was a mathematical genius. At 16 he wrote the Essai pour les coniques which was published in 1640. In 1642 he invented a calculating machine to help his father, who served as Roya...
english
If there is one MC Business to avoid in GTA Online, it's the Document Forgery Office. The reason is simple: it's terrible for making cash. Many players have a limited time for what they can do in this game, so devoting some of it to the worst moneymaker is unwise. It's much better to get any other MC Business from an e...
english
# Android Graphql Tutorial with Apollo This is the tutorial application for working with the [Apollo Android SDK](https://github.com/apollographql/apollo-android). The tutorial is available through our documentation site: [Android Tutorial](https://www.apollographql.com/docs/android/tutorial/00-introduction/). This...
markdown
<filename>package.json<gh_stars>1-10 { "name": "vis-tarot", "version": "1.0.0", "description": "Data Visualization Tarot", "main": "index.js", "scripts": { "lint": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/mcorrell/vis-tarot.git" }, "author": "", "licens...
json
Virat Kohli’s legacy is radiating everywhere and the spectrum of his fan base is only getting broader and broader each day. Virat Kohli has emerged as not just India’s favourite batsman but also a cricketer loved beyond borders. He is loved and respected all over the world for the cricketer he is and even more imperati...
english
After a fine time, Shikhar Dhawan will be back to his home-based franchise in Indian Premier League. He has been traded from Sunrisers Hyderabad to Delhi Capitals for the upcoming edition of the tournament. Meanwhile, the senior player of the side, Amit Mishra is confident of Dhawan doing well for the franchise. Sunris...
english
Bollywood actor Sushant Singh Rajput’ suicide has opened up a book of debates in the Indian film industry. The debate of ‘insiders vs outsiders’ ignited since then like never before. Netizens are trolling the star kids and those belonging to the film basis almost every day on social media. Recently, Bollywood actress M...
english
package mvp.data.download.down.sql; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import java.util.concurrent.atomic.AtomicInteger; /** * Created by ericYang on 2017/6/1. * Email:<EMAIL> * what? */ public class RockDBHelper { private final AtomicInteger mOpenCounter; private ...
java
<reponame>bkvaiude/tictock { "locations" : ["Turambhe","Mumbai"], "shifts" : { "morning": {"in_time":"10:00:00","out_time":"19:00:00"}}, "messages" : { "welcome":[ "People often say that motivation doesn't last. Well, neither does bathing -- that's why we recommend it daily. -- <NAME>", "Sales are conti...
json
When it comes to the Internet, the shift has been moving toward more customization for years. As users, though, we’re not content with just throwing RSS feeds onto a page and calling it a day. We want information that’s specially curated for us. When you’re on the go, catching up with social feeds via applications such...
english
import { defineComponent,ref,inject } from 'vue'; import {PanelProps} from '../panel.type'; import Store from '../store/store'; export default defineComponent({ name: 'DPanelHeader', props: PanelProps, setup(props,ctx){ const beforeToggle = inject('beforeToggle'); const keys = Object.keys(S...
typescript
A New South Wales man, Robert Xie, was sentenced to life imprisonment without parole last week for the horrific murders of five members of the Lin family. Due to the shocking nature of the crime, Xie’s sentence has not attracted controversy. Yet NSW is the only jurisdiction in Australia that does not provide parole an...
english
<reponame>ans-group/basebot<filename>packages/basebot-util-fcm/package.json { "name": "basebot-util-fcm", "version": "2.4.18", "description": "Firebase Cloud Messaging integration for Basebot", "main": "dist/index.js", "scripts": { "prepublish": "npm run build", "build": "npx babel index.js --out-dir...
json
<filename>src/main/resources/static/mas_json/2009_chi_2434634308453987242.json {"title": "Design of haptic interfaces for therapy.", "fields": ["haptic technology", "wearable computer", "autism", "mood", "tangible user interface"], "abstract": "Touch is fundamental to our emotional well-being. Medical science is starti...
json
<filename>data/glosses/uhl/v0.1/content/5173.json {"brief":"incantation","long":"<i>Meaning:</i> an \"incantation\" or \"augury\".<br/><i>Usage:</i> enchantment.<br/><i>Source:</i> from \"H5172\";"}
json
export type KeyValueStoreSuccessfulUpdateResult<TVersion> = { readonly type: `successful`; readonly version: TVersion; };
typescript
would be able to swap their assets as well. This announcement may have been the reason for the recent growth of Tron on the social front., a social media analytics firm, Tron’s social mentions increased by 180.1%, and its social engagements appreciated by 135.2% in the last month. Furthermore, from the image provided b...
english
import { TestBed } from '@angular/core/testing'; import { NhlService } from './nhl.service'; describe('NhlService', () => { let service: NhlService; beforeEach(() => { TestBed.configureTestingModule({}); service = TestBed.inject(NhlService); }); it('should be created', () => { expect(service).to...
typescript
/* * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
cpp
Tim Southee's arrivalin the UAE was incidental. Kolkata Knight Riders' 15-crore man Pat Cummins opting out of travelling for IPL's resumption meant KKR were left to find a replacement. They turned to the New Zealand pacer, who last featured in the IPL in 2019, where he played just three games and exited with an economy...
english
<filename>resources/ayat/011/011067.json<gh_stars>0 { "id": 1540, "surahNumber": "011", "ayatNumber": "067", "arabic": "وَأَخَذَ الَّذِينَ ظَلَمُوا الصَّيْحَةُ فَأَصْبَحُوا فِي دِيَارِهِمْ جَاثِمِينَ", "english": "And As-Saihah (torment - awful cry, etc.) overtook the wrong-doers, so they lay (dead), prostrat...
json
<reponame>claryaldringen/karma-graphql-preprocessor<filename>package.json { "name": "karma-graphql-preprocessor", "version": "1.0.0", "description": "A Karma plugin. Convert GraphQL files into valid queries. ", "main": "lib/index.js", "author": "<NAME>", "license": "MIT", "scripts": { "test": "mocha" ...
json
module flowchart.model { export class EventParamDeleteList { Shapes: shape.ShapeBase[]; Connections: connection.ShapeConnection[]; constructor(shapes: shape.ShapeBase[], connections: connection.ShapeConnection[]) { this.Shapes = shapes; this.Connections = conn...
typescript
{ "id": 12137, "citation_title": "How Occupied France Financed Its Own Exploitation in World War II", "citation_author": [ "<NAME>", "<NAME>", "<NAME>" ], "citation_publication_date": "2006-04-17", "issue_date": "2006-04-17", "revision_date": "None", "topics": [ ...
json
Multi Commodity Exchange of India, or MCX share price continued its upward trend for the fourth consecutive session on Thursday and hit a 52-week high led by strong buying interest in the stock. MCX shares have rallied over 7% in the past one week. On Thursday, MCX shares gained as much as 2.43% to a record high of ₹2,...
english
Manish Pandey slammed a magnificent 81* as he propelled Kolkata Knight Riders to a competitive 178/7 against Mumbai Indians at the Wankhede stadium in the 2017 Indian Premier League clash. Manish Pandey blasted his eighth fifty as he boosted Kolkata Knight Riders to 178/7 in the clash against Mumbai Indians at the Wan...
english
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> Class: Rex::Struct2::Restraint ...
html
Sambalpur- Sambalpur district police lodge another success in its drive against illegal arms as per ongoing campaign due to election . Briefing to media persons at his office, SDPO Bhawani Shankar Utgata said that a crack down was conducted today in the leadership of IIC Surubabu Chhatria on the shop of a scrape dealer...
english
<reponame>ConstYavorskiy/HeractJS /** * Developer: <NAME> * Date: 6/26/2015 * Copyright: 2009-2015 Comindware® * All Rights Reserved * * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Comindware * The copyright notice above does not evidence any * actual or intended publication of such source ...
javascript
The internet transformed the way we get our dopamine fix by bombarding us with constant notifications that cater to our need for validation. Additionally, streaming platforms awakened our binge-watching tendencies, adding to the many digital stimuli that give us a dopamine rush at a faster and more frequent pace. “All ...
english
<reponame>burdges/poly-commit<filename>src/single_pc/kzg10.rs //! Here we constuct a polynomial commitment that enables users to commit to a //! single polynomial `p`, and then later provide an evaluation proof that //! convinces verifiers that a claimed value `v` is the true evaluation of `p` //! at a chosen point `x`...
rust
@charset "UTF-8"; /* Welcome to Compass. * In this file you should write your main styles. (or centralize your imports) * Import this file using the following HTML or equivalent: * <link href="/stylesheets/mobile.css" media="screen, projection" rel="stylesheet" type="text/css" /> */ /* line 5, ../../../../../../../....
css
/* Copyright 2021 The Crossplane Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
go
The U. S. Navy said Tuesday it found 70 tons of a missile fuel component hidden among bags of fertilizer aboard a ship bound to Yemen from Iran, the first-such seizure in that country’s yearslong war as a cease-fire there has broken down. The Navy said the amount of ammonium perchlorate discovered could fuel more than...
english
<filename>data/terrainbuilding/2019/05/t3_brm9wl.json { "author": { "id": "t2_14okxu", "name": "MrMonkeyfeet" }, "date": { "day": 1558483200, "full": 1558514950, "month": 1556668800, "week": 1558224000 }, "id": "t3_brm9wl", "picture": { "filesize": 132215, "fullUrl": "https:/...
json
<!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.5.0_11) on Fri Jan 11 19:12:12 PST 2008 --> <TITLE> XQCancelledException (JSR 225: XQuery API for Java (XQJ)) </TITLE> <META NAME="keywords" CONTENT="ja...
html