text
stringlengths
1
1.04M
language
stringclasses
25 values
The on the internet atmosphere offers extraordinary possibilities for individuals who would or else have restricted access to education, as well as a brand-new standard for teachers in which vibrant training courses of the best quality can be created. Education of the finest can and will certainly occur in an on the in...
english
<reponame>Gabrieljgb18/FIUBA-Map export const informatica = [ { id: "75.58", materia: "Evaluación de Proyectos y Manejo de Riesgos", creditos: 4, correlativas: "75.46-75.48", categoria: "Materias Electivas", level: 11, }, { id: "75.64", materia: "Sistemas Multimediales",...
javascript
West Vancouver, April 9: Rani Rampal and Gurjit Kaur fired a brace each as India thumped Belarus 4-0 to set up a fil against Chile in the women’s Hockey World League (HWL) Round 2 here on Saturday. Gurjit struck twice from the set-piece in the 13th and 58th minutes, while Rani Rampal’s pelty stroke conversion in the 2...
english
<reponame>AnneSophieS/manager { "autorenew_service_warn_nic_billing_title": "Informações importantes", "autorenew_service_warn_nic_billing_ok": "Ok", "autorenew_service_debt_nic_billing": "Para pagar este serviço, ligue-se a partir da conta de cliente de faturação {{ nicBilling }}." }
json
<reponame>vyzaldysanchez/php-cli-app<gh_stars>1-10 { "name": "vyzaldy/command-line-app", "description": "Some command line app", "type": "library", "require-dev": { "symfony/console": "^3.3", "symfony/event-dispatcher": "^3.3", "symfony/filesystem": "^3.3", "symfony/process": "^3.3" }, "lice...
json
<gh_stars>0 --- layout: post title: Contribua com o Git Na Prática status: publish type: post published: true meta: _edit_last: '7005667' jabber_published: '1302205344' --- Pra quem não sabe, tem um pessoal aqui no Brasil tocando um projeto chamado [git na prática](https://github.com/git-na-pratica/git-na-pratica)...
markdown
<reponame>mrmphys/pong from turtle import Turtle import time class Ball(Turtle): def __init__(self): super().__init__() self.color("white") self.shape("circle") self.penup() self.y_move = 10 self.x_move = 10 self.speeding = 0.1 def move(self): n...
python
The Secretary (Posts), Smt. Jyotsna Diesh, today released the Premium Rakhi Envelopes in four new designs, brought by India Post this year with uniformity in both quality and specifications throughout the country. The new envelopes are of tear and water resistant besides very light to keep the Rakhi mail within the bas...
english
from modesOfOperation import CBCCipher import sys BLOCK_SIZE = 16 def blocks(l, n): for i in range(0, len(l), n): yield l[i:i + n] def attack(cbc,ciphertext): message = bytearray(b'') blockGen = blocks(ciphertext,BLOCK_SIZE) ctextBlocks = [] for i in blockGen: ctextBlocks.append(...
python
<reponame>FelippeChemello/podcast-maker {"title":"Uber solta “bomba“ no setor de entregas / Polêmica com Mozilla / Governo lança central de notificações","fps":30,"timestamp":1641567119,"date":"07/01/2022","intro":{"text":"Olá pessoal, A seguir vocês acompanharão as notícias desta sexta-feira. Na descrição vocês encont...
json
<reponame>davidbrochart/pythran #ifndef PYTHONIC_INCLUDE_NUMPY_BINCOUNT_HPP #define PYTHONIC_INCLUDE_NUMPY_BINCOUNT_HPP #include "pythonic/include/numpy/max.hpp" #include "pythonic/include/utils/numpy_conversion.hpp" PYTHONIC_NS_BEGIN namespace numpy { template <class T, class pS> typename std::enable_if<std::tu...
cpp
<reponame>Reasuon/example-schedule package org.reasuon.example.schedule; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; /** * 范例启动类. * * @author Reasuon <EMAIL> */ @SpringBootApplication @Mapp...
java
package org.vaadin.viritinv7; import com.vaadin.annotations.Theme; import com.vaadin.ui.Component; import java.util.List; import org.vaadin.addonhelpers.AbstractTest; import org.vaadin.viritin.LazyList; import org.vaadin.viritinv7.fields.MTable; import org.vaadin.viritin.testdomain.Person; import org.vaadin.viritin.te...
java
A recruitment drive by the Aam Aadmi Party in Shozhinganallur targeting mainly IT professionals took an unexpected turn on Tuesday, when more than 250 auto drivers turned up at the venue to join the party. “I have been disappointed with the political scenario in this State for the last 30 years. The simplicity of AAP ...
english
Posted On: The Prime Minister, Shri Narendra Modi has expressed happiness on UNESCO declaring Kakatiya Ramappa Temple a World Heritage site. He also urged people to visit this majestic Temple complex and get a first-hand experience of it’s grandness. Reacting to a tweet by UNESCO, the Prime Minister said; "Excellent! C...
english
<filename>drools-persistence-jpa/src/main/java/org/drools/persistence/map/MapPersistenceContextManager.java package org.drools.persistence.map; import org.drools.persistence.PersistenceContext; import org.drools.persistence.PersistenceContextManager; public class MapPersistenceContextManager implements Persis...
java
‘Gender, Ecology and Development’ is a fast emerging area of academic and policy importance, especially in the context of developing societies. Beginning with a discussion in the international context, this paper looks into the attention paid to gender concerns in development in their links with environmental issues. C...
english
<gh_stars>0 @import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap'); body{ background: rgba(197, 189, 189, 0.699); min-height: 100vh; } iframe{ border-radius: 10px; box-shadow: 0px 2px 10px 2px #501c43da; } /* scroll bar */ /* width */ ::-webkit-scrollbar { width: 15px; ...
css
<reponame>PrivadoTest/arcobjects-sdk-community-samples <!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>Save a layer file in a MapControl application</title> <style> table, th, td { border: 1px solid black; border-collapse: coll...
html
Congress leaders indicated that a number of Opposition parties will soon issue a joint statement on the latest claims by Malik. New Delhi Days after former J&K governor Satyapal Malik made sensational claims related to the Pulwama terror attack, the Congress on Saturday demanded a response from Prime Minister Narendra...
english
<gh_stars>10-100 use cpuprofiler::PROFILER; use criterion::profiler::Profiler; use criterion::{ criterion_group, criterion_main, AxisScale, BenchmarkId, Criterion, PlotConfiguration, Throughput, }; use im::Vector; use rand; use rand::distributions::Alphanumeric; use rand::Rng; use sheeit_storage::location::Coor...
rust
India doled out another dominating defeat to South Africa. After their 5-1 win in the first match, India has won their second match against South Africa with a thumping 7-0 win! The first half saw a dominant display from the visitors as the hosts just couldn't get the ball off of India. With a couple of goals in quick ...
english
Anushka Shetty and Naveen Polishetty, the two captivating leads of Miss Shetty Mr Polishetty, have woven their magic on the silver screen. Their on-screen chemistry, skillfully directed by Mahesh Babu P, continues to captivate audiences and drive the film’s box office success. Recent online rumours have ignited excitem...
english
RAWALPINDI: The Inter-services Public Relations (ISPR) has denied claims regarding Chief of Army Staff General Qamar Javed Bajwa and his family’s assests, saying that the data shared on social media is based on “blatant lies and malice”. “Misleading data regarding the assets of army chief General Qamar Javed Bajwa and ...
english
<gh_stars>1-10 import PullRequestsList from './PullRequestsList'; export default PullRequestsList;
javascript
<reponame>0999312/The-Last-Smith { "name" : "<NAME>", "icon" : "flammpfeil.slashblade:slashbladenamed{ModelName: \"named/arthurs/model_0\", TextureName: \"named/arthurs/texture_0\"}", "category" : "category_6", "pages" : [ { "type" : "text", "text" : "R_Liu, leader of Mysterio...
json
- Russian wheat is expected to soften ongoing flour crisis in country. - Flour price across Pakistan has soared to Rs130/kg. KARACHI: Two cargo ships carrying 300,000 tonnes of wheat from Russia, the first consignment, docked at Port Qasim on Monday as the government struggles to bridge the demand and supply gap in the...
english
<gh_stars>1-10 /* *** responsive style rules for header/navbar - outer pages *** */ @media (min-width: 880px) { .lg-vp-header { display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between; } .navicon { display: none; } .app-nav { width: unset; position...
css
So much has been said about Pam & Tommy, a series that tells the story behind the infamous sex tape scandal from the '90s - Baywatch star Pamela Anderson and Mötley Crüe drummer Tommy Lee's private VHS tape was stolen from their home by a carpenter seeking revenge from Lee for unpaid dues. The series is a nuanced look ...
english
<filename>hls.js/1.0.0-beta.3.0.canary.6704.json<gh_stars>1-10 {"hls.js":"<KEY>,"hls.light.js":"<KEY>,"hls.light.min.js":"<KEY>,"hls.min.js":"<KEY>}
json
- Pets and strays could be seen lost in Mumbai streets. - Gurudwaras and other animal rescue organisations are working round the clock to provide them shelter and food. - Call any of the helplines provided below if you have spotted a helpless pet anywhere in Mumbai. The Mumbai floods have left a trail of disaster in...
english
General deliberations on the government’s annual estimate of income and expenditure for the fiscal year 2022-23 continued today in the House of Representatives. Taking part in the discussions, CPN (UML) vice-chair and former Finance Minister Surendra Prasad Pandey talked about how the budget for the new fiscal year pr...
english
export enum TypeKeys { SWAP_STEP = 'SWAP_STEP', SWAP_INIT = 'SWAP_INIT', SWAP_LOAD_BITY_RATES_SUCCEEDED = 'SWAP_LOAD_BITY_RATES_SUCCEEDED', SWAP_LOAD_SHAPESHIFT_RATES_SUCCEEDED = 'SWAP_LOAD_SHAPESHIFT_RATES_SUCCEEDED', SWAP_DESTINATION_ADDRESS = 'SWAP_DESTINATION_ADDRESS', SWAP_RESTART = 'SWAP_RESTART', S...
typescript
# test builtin sorted try: sorted set except: import sys print("SKIP") sys.exit() print(sorted(set(range(100)))) print(sorted(set(range(100)), key=lambda x: x + 100*(x % 2))) # need to use keyword argument try: sorted([], None) except TypeError: print("TypeError")
python
A Rapid Action Force constable has been booked for allegedly molesting a seven-year-old girl outside the RAF complex at Kuwarsi area here, police said on Monday. An FIR in this connection was filed on Sunday on the complaint of the girl's father and efforts are on to identify the culprit, they said. According to the g...
english
dos. Topic reduction: Baerg phone calls this the new customer’s “cover blanket. It is its time for you to would their due diligence.” Inside the a balanced industry, she says, this is usually throughout the five working days. Standard sufferers may be the problems that must be satisfied ahead of the customer sees throu...
english
package org.nlp2rdf.vm.olia.models; import org.apache.commons.collections.map.MultiValueMap; import java.util.ArrayList; import java.util.HashMap; public class Meno { public static MultiValueMap links = MultiValueMap.decorate(new HashMap<String, ArrayList<String>>()); static { links.put("http://purl.org/oli...
java
Your login session has expired. Please logout and login again. Sportskeeda tries to find out the hidden stories from former India cricketer L Balaji's cricket den. Some interesting stories about Sachin Tendulkar, India-Pakistan 2004 series, Brett Lee, Chennai Super Kings and many more. Sort by: Delete the comment? Dele...
english
<filename>package.json { "name": "@joshoy/quartz-cron-parser", "version": "0.1.5", "description": "A quartz cron expression parser", "main": "dist/index.js", "types": "dist/types/src/index.d.ts", "repository": "<EMAIL>:JoshOY/quartz-cron-parser.git", "author": "<NAME> <<EMAIL>>", "keywords": [ "quar...
json
<reponame>eyl056/tech-interview-for-developer<filename>Web/OAuth.md ## OAuth > Open Authentification 인터넷 사용자들이 비밀번호를 제공하지 않고, 다른 웹사이트 상의 자신들의 정보에 대해 웹사이트나 애플리케이션의 접근 권한을 부여할 수있는 개방형 표준 방법 <br> 이러한 매커니즘은 구글, 페이스북, 트위터 등이 사용하고 있으며 타사 애플리케이션 및 웹사이트의 계정에 대한 정보를 공유할 수 있도록 허용해준다. <br> <br> #### 사용 용어 --- - **사용자** :...
markdown
CSK captain gives suggestions to Shivam Dube: The veteran cricketer was seen giving suggestions to the rookie all-rounder. According to Royal Challengers Bangalore captain Virat Kohli, the only positive in his team getting all out on 70 was that a game like this being out of their way now. While that might be the only ...
english
{"ast":null,"code":"import _extends from '@babel/runtime/helpers/esm/extends';\nimport React from 'react';\nimport { S as Select } from '../../dist/Select-09b3775e.esm.js';\nimport { u as useStateManager } from '../../dist/useStateManager-783b07d5.esm.js';\nimport { u as useCreatable } from '../../dist/useCreatable-00a...
json
[China Packaging Network News] Nowadays, with the rapid advancement of technology, new technologies and new technologies are gradually emerging. The excellent performance characteristics are constantly impacting the traditional processing methods and injecting momentum into current processing production. Since the adve...
english
LAHORE: Haider Rasool has become country’s first ever international hockey umpire to complete a century of supervising international hockey matches. He gained this unique distinction of standing in his 100th match during hockey world league in Johannesburg, South Africa on Thursday, said the information made available ...
english
Carlos Maza, a video producer for the news site Vox, said the harassment began about two years ago. Steven Crowder, a right-wing commentator and comedian, had begun to call out Maza's sexuality and his race - Maza is gay and Latino - in some of his videos on YouTube. And last week, Maza said, he finally grew sick of ...
english
Unless it results in Sturm und Drang, change often goes unnoticed, but is inevitable for any progressive event and it does not always mean instantaneous progress. Be it a vagary, be it volition, the seed of change has been sown in Indian cricket. And it is the duty of not just the 15 players, not just the coach, not ju...
english
The ongoing court case between Epic Games and Apple brought to light a lot of interesting details with respect to Fortnite collaborations. The current season hasn't had many collaborations so far and will not see any. However, the same cannot be said for Fortnite Chapter 2 Season 7. The upcoming season may see a good d...
english
<div class="list-group"> <a class="list-group-item" ng-repeat="topicSummary in topicSummaries" ng-click="selectOrDeselectTopic(topicSummary.id, $index)" ng-class="{'list-group-item-success': topicSummary.isSelected}"> <label class="list-group-item-heading"><[topicSummary.name]></label> <p class...
html
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "chain-settings.json", "title": "Chain Settings", "description": "Preferences about what services are available for a chain", "type": "object", "properties": { "simulationsEnabled": { "type": "boolean" }, "zapsEnabled": { ...
json
export * from './mouse.manager'; export * from './keyboard.manager';
typescript
17 At that time (A)Hazael king of Syria went up and fought against Gath and took it. But when Hazael set his face (B)to go up against Jerusalem, 51 When the days drew near for (A)him to be taken up, (B)he set his face (C)to go to Jerusalem. The Holy Bible, English Standard Version. ESV® Text Edition: 2016. Copyright © ...
english
<reponame>Milo123459/serenity-bot-template<filename>src/commands/info.rs<gh_stars>1-10 use serenity::{ client::Context, http::Http, model::interactions::{ application_command::{ApplicationCommand, ApplicationCommandInteraction}, InteractionResponseType, }, }; pub async fn info_register(http: &Http) { Applicat...
rust
{ "name": "mongodb-portable", "version": "1.0.1", "description": "MongoDB driver that does not necessarily require a MongoDB server.", "main": "lib", "scripts": { }, "keywords": [ "mongodb", "server", "portable" ], "author": "<NAME>", "license": "MIT", "files": [ "lib", "test" ...
json
<gh_stars>1-10 import { EOVERFLOW, PRIORITY_BELOW_NORMAL } from "constants"; import { ErrorMapper } from "utils/ErrorMapper"; import * as disassembler from "./logic/disassembler" import * as drill from "./logic/drill" import * as worker from "./logic/worker" import * as remote_miner from "./logic/remote_miner" import...
typescript
<reponame>Kidel/DesktopSimulation var apps=[]; function add_app(params){ apps.push(''+ '<div class="window window-'+ params.name +'">'+ '<div class="window-right-click-menu">'+ ''+ '</div><!--window-right-click-menu-->'+ '<div class="window-frame">'+ '<div class="wind...
javascript
<gh_stars>10-100 version https://git-lfs.github.com/spec/v1 oid sha256:b165367d0037e39a569f8e1ca90244402942a2edc23f176cf1d57a01672e3444 size 17148
html
<filename>tests/coins/Algorand.json [ { "modifiers": [ "SL4FL4VQRLRN24WMOL5FIDFTRHVU6OTC7VB2THQNEIKBQFHQKGIXMIPGHU" ] }, { "modifiers": [] } ]
json
Studio behind Job Simulator says it will continue to build virtual reality content for different game platforms. Google has acquired Owlchemy Labs, the VR game studio that created such game titles as Job Simulator and Rick and Morty: Virtual Rick-ality. The Austin, Texas-based game studio revealed the acquisition in a ...
english
<reponame>HarryHaoLee/Relationship-Analysis-between-Packages {"name": "autojump", "description": "A cd command that learns - easily navigate directories from the command line", "license": {"key": "other", "name": "Other", "spdx_id": null, "url": null}, "starNum": 6315, "folkNum": 354, "watchNum": 6315, "topic": ["autoj...
json
import { module, test } from 'qunit'; import { setupRenderingTest } from 'ember-qunit'; import { setupIntl } from 'ember-intl/test-support'; import { render, click } from '@ember/test-helpers'; import hbs from 'htmlbars-inline-precompile'; module('Integration | Component | leadership collapsed', function (hooks) { s...
javascript
<reponame>maxleaver/dotfiles<gh_stars>1-10 # Max's Dotfiles This repository helps me setup and maintain my Mac. It takes the effort out of installing everything manually. ## Before you re-install! Go through the checklist below to make sure you didn't forget anything before you wipe your hard drive! - Did you commi...
markdown
/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import "mocha"; import { strict as assert } from "assert"; import { Monkey, IMonkeyOption } from "../src"; describe("Monkey", () => { let monkey: Monkey; beforeEach(() => { monkey = new Monkey(); ...
typescript
{"template":{"small":"https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0","medium":"https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0","large":"https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"},"channels":{"tehp":{"title":"Tehp","channel_id":31789290,"link":"http://twitch.tv/tehp","desc":null,"pla...
json
<filename>carpyncho.py #!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (c) 2020, <NAME> # License: BSD-3-Clause # Full Text: https://github.com/carpyncho/carpyncho-py/blob/master/LICENSE # ============================================================================= # DOCS # =============================...
python
Shane Steichen has spent the last two NFL seasons with the Philadelphia Eagles. He was hired by head coach Nick Sirianni to be their offensive coordinator prior to the start of the 2021 season. Steichen helped quarterback Jalen Hurts elevate his game to be among the finalists for the 2022 NFL MVP award, while also maki...
english
<reponame>OliMe/cqrs-bus var app = app || {}; (function () { 'use strict'; /** * Collection for settlements */ app.Settlements = app.Collection.extend({ model: app.Settlement, urlRoot: app.entryScript + 'https://www.sima-land.ru/api/v3/settlement', fetchParams: { data: { perPage:...
javascript
{ "name": "Senioritis", "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { "highlight.js": { "version": "9.12.0", "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.12.0.tgz", "integrity": "sha1-5tnb5Xy+/mB1HwKvM2GVhwyQwB4=" }, "marke...
json
<reponame>wykeenjenga/SaveONE-life package com.wyksofts.saveone.ui.landingUI.authfrags.others; import static android.content.ContentValues.TAG; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import android...
java
#[cfg(any( feature = "doc", feature = "imxrt1061", feature = "imxrt1062", feature = "imxrt1064" ))] pub mod aipstz; #[cfg(any( feature = "doc", feature = "imxrt1061", feature = "imxrt1062", feature = "imxrt1064" ))] pub mod dcdc; #[cfg(any( feature = "doc", feature = "imxrt1061...
rust
import inMaokunView from '../../components/MaoKunMap/inMaokunView'; import latlngBoundsReducer from '../../util/latlngBoundsReducer'; import updateFov from '../../components/MiniMap/updateFov'; const WHOLE_GLOBE = [ [90, 180], [-90, -180], ]; const BOUNDS_MARGIN = 0.08; // degrees latitude or longitude export def...
javascript
{ "name": "anime-mal-api", "version": "1.0.1", "description": "An awesome library to connect with the new MyAnimeList's API v2!", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c ./rollup.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/droid...
json
<filename>src/makarov/Lab7/TenderEx/TenderMain.java package makarov.Lab7.TenderEx; import java.util.Random; public class TenderMain { private int attemptsCount = 0; private static long companiesCount = 0; private int BIDS_NUMBER = 5; public static void main(String[] args) { Tender tender = new Tender(); int...
java
The Meenachil River is known as the artery of Kottayam district. Named after goddess Meenakshi, the 78-kilometre freshwater body is the lifeline to the farmlands and industries along its banks. The river that once flowed through the towns of Poonjar, Erattupetta, Pala, Kidangoor and Kottayam has transformed into a thi...
english
<filename>src/main/resources/assets/conquest/blockstates/acacia_wood_plank_wall.json {"variants":{"east\u003dfalse,north\u003dfalse,south\u003dfalse,up\u003dfalse,west\u003dfalse":{"model":"conquest:block/acacia_wood_plank_wall_post"},"east\u003dfalse,north\u003dtrue,south\u003dfalse,up\u003dfalse,west\u003dfalse":{"mo...
json
Johnny Lever Advises Bharti Singh And Haarsh Limbaachiyaa To 'Own Their Mistake And Quit Drugs' Johnny Lever has advised the TV couple Bharti Singh And Haarsh Limbaachiyaa to 'accept their mistake and quit drugs like Sanjay Dutt did' News of TV couple Bharti Singh and Haarsh Limbaachiyaa being arrested by the Narcotics...
english
<reponame>Ray0218/Specs<filename>Specs/ettFramework/0.1.3/ettFramework.podspec.json { "name": "ettFramework", "version": "0.1.3", "summary": "it is a common etiantian ios framework.", "description": "The EttFramework captures all utilities of ett ios, create a pod can be used for all", "homepage": "http://int...
json
Tastes great. Product arrived fresh, with lots of intact clusters - not a bunch of smashed crumbs. Very good for keto diets. The package size is pretty small, but I think you have to eat it more as a topping for yogurt and fruit, rather than a cereal that you would use to fill up a bowl with milk. If you eat it that wa...
english
<filename>__deprecated/application.next/template/[project_code_kebab]/src/components/Menu/style.ts import styled from 'styled-components'; import Link from 'next/link'; import { align, gap, foregroundColor } from '../../styles/mixins'; import { ThemePropsType } from '../../styles/type'; export const MenuRoot = styled....
typescript
Once upon a time, there was a therizinosaur. There are many species of therizinosaur but the one which I am talking about is the therizinosaurus this dinosaurus length was 36 ft, almost the size of a tyrannosaurus rex. It is in search of food, most importantly trees and grass. But there is a small problem, the velocira...
english
{ "name": "@speckle/fileimport-service", "private": true, "version": "2.5.4", "description": "Parse and import files of various types into a stream", "author": "<NAME> <<EMAIL>>", "homepage": "https://github.com/specklesystems/speckle-server#readme", "license": "SEE LICENSE IN readme.md", "main": "index...
json
[ { "outputFileName": "wwwroot/css/bundle.min.css", "inputFiles": [ "wwwroot/lib/bootstrap/css/bootstrap.css", "wwwroot/lib/animate.css/animate.css", "wwwroot/css/site.css", "wwwroot/css/header.css", "wwwroot/css/home-index.css", ...
json
1200+ Brain & Cognitive! iTested Quality! Your Rewards account is blocked. Your Rewards account is paused. Start shopping and earn Rewards today! Cart Total: Customers Also Bought: 9 Results (showing 1 - 9) There are no similar items available. BioSil, ch-OSA Advanced Collagen Generator, 1 fl oz (30 ml) BioSil, ch-OSA ...
english
<filename>decimate-worker.js importScripts('decimate.js?rnd='+Math.random()); self.addEventListener('message', function(e) { let target = e.data.target, geometry = e.data.geometry, vertices = e.data.vertices, uvs = e.data.uvs, indices = e.data.indices, options = e.data...
javascript
Amul has hiked the price of fresh milk in parts of Gujarat by Rs 2 per litre from April 1. The hike is a 3-4 per cent increase in the MRP. The Gujarat Cooperative Milk Marketing Federation Limited (GCMMF), which markets the Anand-based cooperative brand, said in a statement that prices have been hiked in major variant...
english
package io.github.marcocipriani01.mathstests; import android.util.Log; @SuppressWarnings("unused") public class Fraction { private static final String TAG = "Fractions - "; private int fractionNumerator; private int fractionDenominator; public Fraction(int numerator, int denominator) throws Arithm...
java
import React, { Component, useState } from "react" import { useStaticQuery, graphql } from "gatsby" import Img from "gatsby-image" import { LayoutTypes } from "./layout"; import { mobileMenuFooter, mobileMenusToggleStyle, line1StyleClose, line2StyleClose, line1StyleOpen, line2StyleOpen, mobileMenuContentStyle, mobileMe...
typescript
Thursday March 23, 2023, Bahrain-based proptech Estater has closed its Series A funding round, raising over $5 million. The round was led by undisclosed investors from Saudi Arabia and Bahrain. Estater will use the fresh capital for advancing product development, growing the employee base, and enhancing necessary tech ...
english
Lucknow: Prime Minister Narendra Modi on Monday asked UP ministers to focus on good governance, remain connected to people at the grassroots level, maintain coordination with the party organisation and also ensure implementation of central and state government’s schemes. He also emphasised the need for transparency in ...
english
//! Adds support for automatic Breadcrumb and Event capturing from logs. //! //! The `log` crate is supported in two ways. First, logs can be captured as //! breadcrumbs for later. Secondly, error logs can be captured as events to //! Sentry. By default anything above `Info` is recorded as breadcrumb and //! anything a...
rust
<reponame>donbellamy/ContentBox { "name":"ContentBox Installer Module", "version":"@version.number@+@build.number@", "location":"https://downloads.ortussolutions.com/ortussolutions/contentbox/@version.number@/contentbox-installer-module-@version.number@.zip", "author":"Ortus Solutions <<EMAIL>>", ...
json
Andhra Pradesh Chief Minister-designate N. Chandrababu Naidu is likely to take oath of office along with at least six Ministers on Sunday. Mr. Naidu initially contemplated on taking oath alone during the swearing-in ceremony planned to be held at a venue opposite Acharya Nagarjuna University campus on Krishna-Guntur b...
english
html{ height: 100%; overflow: hidden; } @import url('https://fonts.googleapis.com/css?family=Roboto'); body{ height: 100%; overflow: auto; color: #001029; font-family: 'Roboto', sans-serif; background-color: #e7e7e7; } .contentBox{ background-color: #f8f8f8; margin-top: 20px; border-radius: 5px; padding:...
css
<gh_stars>0 /* * Copyright 2010-2021 Australian Signals Directorate * * 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 requ...
java
<gh_stars>0 { "body": "AND THEREFORE I SHOULD THINK MYSELF NOT A LITTLE BEHOLDEN TO ANY ONE, WHO WOULD UPON THESE, OR ANY OTHER GROUNDS,", "next": "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/5021.json" }
json
<filename>Data/Ministere_des_finances/Communiques_de_presse/Communiques_2018-12-14_1240.json {"id": 1240, "url": "https://minefi.hosting.augure.com/Augure_Minefi/r/ContenuEnLigne/Download?id=BEB8D2B9-BAF6-4110-95AA-611BECA21445&filename=918%20-%2024%C3%A8me%20%C3%A9dition%20du%20Conseil%20%C3%A9conomique%2C%20financier...
json
One of the most ignored problems in today’s culture, I believe, is loneliness. Another is the relentless pursuit of meaning — often strictly one-dimensional in nature — capable of hollowing out people and making them drown in their own insecurities. The first is ridiculously clichéd. The second — meaning — is lost as q...
english
import java.io.File; import java.util.Scanner; public class ManagePrisoner { private Prisoner convict[] = new Prisoner[100]; private int size = 0; public ManagePrisoner() { try { Scanner scFile = new Scanner(new File("Prisoners.txt")); while (scFile.hasNext()) { Scanner scLine = new Sc...
java
Will Arnett will soon be featured with Red Bull's reserve driver Daniel Ricciardo during the F1 Canadian GP as the duo will host The Grandstand with Daniel Ricciardo and Will Arnett, live coverage of the Formula 1 race. However, it won't be the first time since Arnett will do something close to the world of racing and ...
english
{ "name": "synology", "version": "0.0.0", "description": "A simple wrapper for the Synology NAS API", "keywords": [ "api", "audiostation", "downloadstation", "dsm", "dtv", "filestation", "nas", "surveillancestation", "synology", "videostation" ], "main": "./lib/synolo...
json
#include <bits/stdc++.h> using namespace std; #define pb push_back typedef long long ll; const ll INF = 1000000000000000000ll; const ll MOD = 1000000007ll; const double EPS = 1e-8; int main(void) { //ios_base::sync_with_stdio(false); //cin.tie(0); return 0; }
cpp