text
stringlengths
1
1.04M
language
stringclasses
25 values
<reponame>svamja/google-api-wrapper<filename>lib/Drive.js const { google } = require('googleapis'); const Drive = { /** * initialize the Drive object (internal) * it creates google api's drive object with the provided auth * this is internally called by Google module through getDrive(). */ ini...
javascript
<filename>src/main/java/com/mshams/cs/algorithms/ConvexHull.java package com.mshams.cs.algorithms; import com.mshams.cs.applications.Point2D; import org.apache.commons.lang3.NotImplementedException; import java.util.*; /** * Convex Hull (divide and conquer) * Complexity: O(n * log n) */ public class ConvexHull { ...
java
from django.contrib import messages from django.contrib.auth import login from django.contrib.auth.decorators import login_required from django.contrib.auth.views import PasswordChangeView from django.contrib.sites.shortcuts import get_current_site from django.core.mail import EmailMessage from django.db import transac...
python
<gh_stars>1-10 ## Storage architecture STORAGE is responsible for creating and maintaining definite time varying collections (TVCs) that contain either ingested data from an external source (e.g Kafka), data sinked from one or more CLUSTER instances, or data coming from `Insert` requests to the storage controller, pro...
markdown
{ "instance" : { "testBogusBackups" : "", "testWindowsFileUrl" : "", "testLocalHost" : "", "testFileUrl" : "", "testQueryAccessing" : "", "testComponentSpecifcEncoding" : "", "testDefaultPortUnknownScheme" : "", "testQueryRemoveAll" : "", "testParsingWrongPort" : "", "testPlus" : "", "testQueryEn...
json
<filename>static/pageIds.json ["news/2021-10-19-demo01.md","news/2021-11-23-summarizing-flowers.md","news/2021-10-19-new-game-on-reinherit01.md","news/2021-11-23-test-out-your-skills.md","news/2021-11-23-weekly-report.md","training/2021-10-19-first-material.md","news/2021-11-25-something-new.md","training/2021-11-15-de...
json
Whoops! Gwyneth Paltrow has accidentally admitted that despite being in the movie "Spider-Man: Homecoming," she has never seen it. The 47-year-old actress, who stars as Pepper Potts in the Marvel Cinematic Universe, made the stunning revelation during an appearance on "Jimmy Kimmel Live" Wednesday evening. "This is s...
english
{ "directions": [ "Preheat oven to 375 degrees F (190 degrees C).", "Cream butter or margarine; gradually add sugar, beating well.", "Add flour, and mix well. Stir in peppermint extract.", "Divide dough in half and place in separate bowls. Tint half of dough with red food coloring ...
json
The Secret History of the World (Paperback) A New York Times bestseller, Mark Booth’s The Secret History of the World is “an entire library’s worth of scholarship [in] a single volume” (San Francisco Gate). They say that history is written by the victors. But what if history—or what we have come to know as history—has ...
english
import Box from "@mui/material/Box"; import Fade from "@mui/material/Fade"; import { ReactNode } from "react"; interface PageHeaderProps { fadeTime: number; children: ReactNode; } export function PageHeader(props: PageHeaderProps) { return ( <Fade in={true} timeout={props.fadeTime}> <Box>{props.childr...
typescript
<reponame>waitingsong/modern-webcamjs { "name": "modern-webcamjs", "version": "1.1.3", "description": "HTML5 WebcamJS Image Capture Library", "main": "./dist/webcam.js", "scripts": { "build": "npm run test && npm run clean && npm run build:ts && npm run jslint", "build:ts": "tsc -p ./ --outDir dist/",...
json
<filename>core/redirector/src/com/comcast/redirector/core/balancer/serviceprovider/backup/StacksBackupManager.java /** * Copyright 2017 Comcast Cable Communications Management, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License....
java
{"remainingRequest":"/Users/zhaoguanglin/corgi-admin/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/zhaoguanglin/corgi-admin/src/components/Activityinfo/ActivityContent.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/zhaoguanglin/corgi-admin/src/components/Activityinfo/ActivityContent.vue...
json
<gh_stars>100-1000 package guestrequest import ( "github.com/Microsoft/go-winio/pkg/guid" "testing" ) func TestGuidValidity(t *testing.T) { for _, g := range ScsiControllerGuids { _, err := guid.FromString(g) if err != nil { t.Fatalf("GUID parsing failed: %s", err) } } }
go
.container{ padding-top: 20px; } button{ margin-top: 10px; } h2{ margin-top: 10px; }
css
# Copyright (c) 2017-2021, <NAME>. All rights reserved. # For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md import time import pytest from harness import log from harness.dom_parser_utils import * from harness.interface.defs import key_codes from bt_fixtures import * @pytest.mark.rt1051 @pytest.mark.us...
python
<reponame>chimerast/eslint-config { "editor.codeActionsOnSave": { "source.fixAll.eslint": true, "source.fixAll.stylelint": true }, "editor.tabSize": 2, "eslint.alwaysShowStatus": true, "eslint.format.enable": true, "eslint.lintTask.enable": true, "eslint.options": { "configFile": "./index.js",...
json
<filename>src/bsp/cbssp.cc /** * @brief bssp.cc * * @date : May 21, 2016 * @author: <NAME> */ #include "bssp.hh" namespace bssp { /** * @brief constructor * @param s_initl * @param s_final * @param filename */ CBSSP::CBSSP(const string& s_initl, const string& s_final, const string& filename) : ...
cpp
<reponame>simondongji/MetarParser package io.github.mivek.command.metar; import io.github.mivek.model.Metar; import io.github.mivek.model.RunwayInfo; import io.github.mivek.utils.Converter; import io.github.mivek.utils.Regex; import org.apache.commons.lang3.ArrayUtils; import java.util.regex.Pattern; /** * @author ...
java
<filename>WuHu/WuHu.Angular2Client/src/app/pages/dashboard/dashboard.component.html <div class="row"> <div class="col-xs-12"> <div class="jumbotron"> <h1>Willkommen im WuzlHub</h1> <p *ngIf="!isLoggedIn">Hallo Gast!</p> <p *ngIf="isLoggedIn">Hallo {{ currentPlayer?.Firstn...
html
<gh_stars>0 {"ast":null,"code":"/**\n * Copyright 2014-2015, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the ...
json
<html lang="zh-Hans" > <head> <base href="/storage/storagedriver/"></base> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style type="text/css"> @charset "UTF-8"; [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) { ...
html
{ "main.css": "static/css/main.982b8869.css", "main.css.map": "static/css/main.982b8869.css.map", "main.js": "static/js/main.97e06a8d.js", "main.js.map": "static/js/main.97e06a8d.js.map", "static/media/burglaryicon.png": "static/media/burglaryicon.f2ffd052.png", "static/media/corruptionicon.png": "static/me...
json
<filename>package.json { "name": "stackean-nodejs-discord-bot", "version": "0.0.1", "description": "Node.js Discord bot sample ready to deploy on Stackean.com", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "pm2 start" }, "author": "Stackean", ...
json
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Current Input</title> <meta name="description" content="Detect the current input (mouse or touch) and fix the sticky :hover bug on touch devices."> <style>html{backgrou...
html
Washington: With the international community aggressively pushing for a carbon tax in a decisive fight against climate change, the IMF on Thursday said that the advanced economies may have greater responsibilities for mitigation, citing an example of India whose projected baseline emissions in 2030 per capita basis are...
english
{% load i18n %} /* BOM management functions. * Requires follwing files to be loaded first: * - api.js * - part.js * - modals.js */ function reloadBomTable(table, options) { table.bootstrapTable('refresh'); } function removeRowFromBomWizard(e) { /* Remove a row from BOM upload wizard */ e = ...
html
{ "id": 908, "title": [ "[Whistler's Pass, Tunnel]" ], "description": [ "A trio of tiny black beetles, their shiny carapaces glistening in the dim light, flee down the tunnel, their scurrying forms quickly becoming lost amid the heavy shadows. The loud hum of flowing water permeates the passage, sendin...
json
Monday June 15, 2020, There are a number of wonderful TV shows and web series available on streaming platforms like Netflix, Apple TV, Hotstar, Hulu and Amazon Prime to consider watching during the end of a stressful workday, or time off on the weekend during this uncertain time. While each has their own preference wh...
english
Day 1 of the PNC Championship saw Tiger Woods and his son Charlie finish in T11 with a score of -8. Team Kuchar leads the event after shooting an unbelievable 15-under 57. Tiger Woods and Charlie will tee off in the second to last group on Sunday. Their tee time is scheduled at 10:51 a.m. (Eastern Time); they will be j...
english
<filename>src/script/mod.rs //! Module for parsing [WebAssembly script format] \(a.k.a. wast). //! //! These scripts might be useful to integrate the official spec [testsuite] into implementations //! of the wasm execution engines (such as [wasmi]) and for developing fine-grained tests of //! runtimes or/and if it isn'...
rust
{ "name": "RTStateMachine", "version": "1.0.0", "summary": "Simple implementation of State-machine with target-action or block using Objective-C", "description": "Simple implementation of State-machine with target-action or block using Objective-C.\nAn easy way to build up state machine graph.", "homepage": "...
json
var componentsUtil = require("./util"); var runtimeId = componentsUtil.___runtimeId; var componentLookup = componentsUtil.___componentLookup; var getMarkoPropsFromEl = componentsUtil.___getMarkoPropsFromEl; var TEXT_NODE = 3; // We make our best effort to allow multiple marko runtimes to be loaded in the // same wind...
javascript
Morning Lazziness product selections are curated by the editorial team. If you buy something through our links, we may earn an affiliate commission, at no cost to you. We only recommend products we genuinely love. Bodycon dresses are the most loved type of dress. Do you know how the bodycon dress gained its popularity ...
english
Jeep Meridian three-row SUV was revealed in India yesterday and will become available for bookings in May 2022. A seven-seater based on Jeep Compass, the Meridian will initially be available only with the 2. 0-litre turbo diesel engine with a choice between a six-speed manual gearbox and a nine-speed automatic transmis...
english
<reponame>anjaltelang/pinniped<gh_stars>0 // Copyright 2020-2022 the Pinniped contributors. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // // Code generated by MockGen. DO NOT EDIT. // Source: go.pinniped.dev/internal/dynamiccert (interfaces: Private) // Package mocks is a generated GoMock package. pa...
go
Germany's anti-cartel watchdog said Monday it is examining if a deal between Amazon's subsidiary Audible.com and Apple to distribute digital audiobooks flouted rules. The two US giants have a long-standing agreement in which audio books offered for sale on Apple's iTunes store are sold through Audible. But the Federal ...
english
Aurangabad, June 14: Swap kidney transplants have brought new hopes and joys to two families of the patients in the city. According to details, Dr Bapu Shingte, an associate professor from the Chemistry Department of Dr Babasaheb Ambedkar Marathwada University was suffering from a kidney problem since June 2019. His d...
english
```js <Details abv='12–14%' beerStyle='Brown Ale' brewery='Dogfish Head Craft Brewery' description='Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea...
markdown
<filename>sdk/program/src/serialize_utils.rs use crate::pubkey::Pubkey; use crate::sanitize::SanitizeError; pub fn append_u16(buf: &mut Vec<u8>, data: u16) { let start = buf.len(); buf.resize(buf.len() + 2, 0); let end = buf.len(); buf[start..end].copy_from_slice(&data.to_le_bytes()); } pub fn append_...
rust
from django import template from core.models import * register = template.Library() import re @register.filter(name="cimg") def cimg(value): if value.img.name != '': return value.img.name[4:] else: return ""
python
<reponame>tabinfl/50ShadesOfGreyPill { "address": "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "cert_auth_type": "web", "cert_sign": "<KEY> "cert_user_id": "<EMAIL>", "files": { "data.json": { "sha512": "c1153fbf00ad1de12557da3a8557b7746efce8ad985ea6803f9056c930c400ec", "size": 427 } }, "inner_path": "data/use...
json
First Pics of Sharwanand's engagement with Rakshita out! Sharwanand was today engaged to Rakshita Reddy, a Telugu-speaking, US-based NRI who works in the software industry. The first pics from the event are out. The couple looks made for each other. We see the 'Shatamanam Bhavati' actor smiling charmingly in it. Among ...
english
Veteran actor Ashok Saraf has made a special place in the hearts of the audience with his versatile acting and humble personality. Recently, he was honoured with a Lifetime Achievement Award at the Zee Chitra Gaurav Awards. The award ceremony will be aired on March 26 at 7 pm on Zee Marathi. Now, a video from the cerem...
english
<reponame>JordiiV/meadbaron import React from 'react' import PropTypes from 'prop-types' import { graphql } from 'gatsby' import Layout from '../components/Layout' import AOS from 'aos'; import Content, { HTMLContent } from '../components/Content' import '../components/main.scss' import '../components/all.sass' import...
javascript
<filename>src/lib.rs pub mod aabb; pub mod camera; pub mod color; pub mod hittable; pub mod hittable_list; pub mod material; pub mod ray; pub mod sphere; pub mod utils; pub mod vec3; pub mod triangle; pub mod mesh; pub mod cylinder; pub mod bvh; pub mod texture; pub mod sphere_blur; pub mod perlin; pub mod onb; pub mod...
rust
<filename>jsurl/2.1.7.json {"url.js":"<KEY>,"url.min.js":"<KEY>}
json
New Diwali Trend That Every Guy Should Try! A ‘Festival Alert’ to all the guys and also a ‘theft alert’ for all the ladies! Wondering how and why? We are going to show you a latest Diwali trend that's doing the round on the internet. If you are interested in wearing salwars in a saree style, then this article is also ...
english
<gh_stars>0 //****************************************************************************** // Copyright (c) 2005-2013 by <NAME> // // See the included file COPYING.TXT for details about the copyright. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even t...
cpp
<filename>.yalc/@pooltogether/react-components/src/styles/vx--custom.css /* vx tooltip uses inline styles so override them with !important everything! :) */ .vx-chart-tooltip { color: var(--color-text-inverse) !important; background: white !important; box-shadow: 0 -10px 10px -1px rgba(0, 0, 0, 0.05), 0 20px 20px...
css
A former Bangladeshi military captain, who was convicted for killing the country's founder Bangabandhu Sheikh Mujibur Rahman, was arrested by the police in Dhaka today. Home Minister Asaduzzaman Khan Kamal confirmed ex-captain Abdul Majed's arrest and said he had been sent to court to "exhaust legal options". Majed w...
english
I get to know about Brillare a few months back when I saw one of their instagram posts and they have mentioned “a cosmetic brand strongly believe in nurturing and nourishing the original beauty of individual’s with Nature and proud member of PETA” which means their products are 100% Cruelty-Free. I decided to give it t...
english
Froyok (Fabrice Piquet) mRr3b00t (@hacknotcrime Advocate) Grow as a software engineer (developer).A thread... If you are interested in pursuing a career in development and don't know where to start, here's your go-to guide for salaries, skills,
english
How will blockchain change the future? Is it worth to be involved in this transition? Next Tuesday, March 27th, join us for the first Blockchain Event in Szczecin, Poland (it's only 1.5h drive from Berlin). As part of this event, Tokenika will be giving a talk about EOS entitled: Other presenters include Shermin Voshmg...
english
Looking for a heated Prana yoga class? Or perhaps Mandarin lessons? Sushi rolling sessions? We all love to search for stuff on Google. But Google search only goes so deep. CourseHorse, a New York City startup, provides a simple, innovative way to search for classes in Manhattan, Brooklyn, Queens and the Bronx. Search c...
english
@import './base/index.css'; @import './components/index.css'; @import "./screens/index.css"; @import './utilities/index.css'; @font-face { font-family: 'fira_code'; src: url('../assets/fonts/firacode-retina-webfont.woff2') format('woff2'), url('../assets/fonts/firacode-retina-webfont.woff') format('woff');...
css
Airtel Xstream Premium over-the-top (OTT) streaming service has been launched in India. The Indian telecom provider claims that its new OTT service will aggregate content from 15 Indian and global OTT platforms including SonyLIV, Eros Now, Shorts TV, and more. This integration is said to bring access to more than 10,00...
english
<filename>app/res/raw/auth_config.json { "client_id": "iok-cid-d28955b4e397d26674aea86dcb3e6011c9515f13ce65b60d", "client_secret": "<KEY>", "redirect_uri": "com.profiq.openid.portal:/oauth2redirect", "authorization_scope": "profile", "discovery_uri": "", "authorization_endpoint_uri": "https://sandbox.iokids...
json
Kartik Aaryan is currently basking in the success of his latest release, Satyaprem Ki Katha which just recently crossed the Rs. 100 crore collection worldwide. Simultaneously, he also flew to London a day back to start the first schedule of his highly anticipated next with Kabir Khan, titled, Chandu Champion for which ...
english
*Why work for Freebirds*? 1. We are in our 3rd year of top 1% of industry performance. 2. For the second year in a row, we were awarded the #1 consumer choice for craveable food by National Restaurant News. 3. We are growing and creating tremendous job opportunities. 4. We believe in creating exceptional culture, conti...
english
Shooter Shakil Ahmed brought another silver medal for Bangladesh by placing second in the Men’s 50m pistol event at the 21st Commonwealth Games at Belmont Shooting Centre in Gold Coast, Australia on Wednesday. Shakil scored 220. 5 overall, coming in second to Australia’s Daniel Repacholi, who scored a Commonwealth Gam...
english
Daniil Medvedev ended Novak Djokovic's hopes of a Calendar Slam and celebrated with an iconic FIFA celebration after winning the US Open. The Russian star not only stopped the Serbian from achieving his first Calendar Slam but also his 21st Grand Slam, by winning the match 6-4 6-4 6-4. Following his win, Medvedev celeb...
english
from .browser import * from .graphql import *
python
import { Store } from '@ngrx/store'; import { Injectable, Injector, NgZone } from '@angular/core'; // import '@progress/kendo-ui'; // import '../../node_modules/@progress/kendo-ui/js/cultures/kendo.culture.vi-VN.js'; import { Session } from '@core/models'; import { Router } from '@angular/router'; import { AppStates } ...
typescript
People born between September 24 and October 23 fall under the Libra zodiac sign. This zodiac sign is also known as Tula Rashi. Here’s the weekly horoscope for Libra by Astro-Tarot expert Dimple V Mehra. Keeping money in hands of a woman will bring financial growth. You are about to end something and the benefit of wh...
english
version https://git-lfs.github.com/spec/v1 oid sha256:74aec909b27c39bab3402df8c68e8ce2f830aabb711388c1cb00c86a6e47e738 size 20809
json
<filename>types/index.d.ts import { Ref, MouseEvent, Component, CSSProperties, ReactNode, ElementType } from 'react'; export interface ScrollEvent { external: boolean; } export interface ScrollContainerProps { vertical?: boolean; horizontal?: boolean; hideScrollbars?: boolean; activationDistance?: number; child...
typescript
<reponame>piotr-kukla-real/notes-app import styled from 'styled-components'; export const AlertContainer = styled.div` display: flex; align-items: center; border-radius: 4px; padding: 5px; gap: 8px; max-width: 350px; box-shadow: var(--notify-shadow); @media (max-width: 480px) { max-width: none; ...
typescript
The Standing Committee meeting of the CPN UML will be held today too. The meeting is scheduled to be held at the prime minister’s residence in Baluwatar at 4 pm. Senior leaders of the party will be briefed during the meeting about the talks being held by the second rung leaders to maintain the unity of the party. Simi...
english
{ "common": { "login": "Ingresar", "signOut": "Salir", "lightMode": "Modo Claro", "darkMode": "Modo Oscuro" }, "routes": { "/>title": "WAX Boilerplate", "/>sidebar": "Inicio", "/>heading": "Inicio", "/about>title": "Acerca de | WAX Boilerplate", "/about>sidebar": "Acerca de", ...
json
36. The table clearly shows the paucity of irrigation facilities in Orissa. Only 13-8 per cent. of the cultivated area in the State gets irrigation water in some form or other at certain times of the year. In the district of Cuttack 17 per cent, of the cultivated area gets watersupply from the canals and in the distric...
english
AEW has announced nine matches for the upcoming episode of Dark: Elevation and the headliner of the evening will see Sammy Guevara team up with his best friend Fuego Del Sol for the first time. Del Sol recently received a full-time contract and will be looking to pick up only his second ever AEW win when he teams up wi...
english
New Delhi: Kriti Sanon has been rising the ladder higher and higher with every step of the way, ever since the outsider made her stellar debut 8 years ago in Heropanti. And now, with her extremely skilled and mature performance in her recent film, Mimi, she cemented herself in the top league and has rightly won well-de...
english
New Delhi: Employees' provident fund (EPF) is also a government-backed scheme and is a compulsory deduction for salaried employees. Legally, any employee who has a monthly salary of up to Rs 15,000 is eligible. But most Indian companies offer it to all employees as part of their salary package. If you have a higher sal...
english
{"ast":null,"code":"var _jsxFileName = \"/Users/nhicung/Documents/GitHub/CungDesign/src/App.js\";\nimport React, { Component } from 'react';\nimport '../node_modules/bootstrap/dist/css/bootstrap.min.css';\nimport NavigationBar from './components/NavigationBar';\nimport Footer from './components/Footer';\nimport 'bootst...
json
Pokhara, May 25: With the issuance of COVID-19 Crisis Management Ordinance-2078 BS, administration has requested civilians to follow it in Kaski as well. The district administration office has said that if the provision in the ordinance is not followed, imprisonment of up to one year or fine of up to Rs 500,000 or bot...
english
New Delhi: Union Home Minister Amit Shah on Wednesday congratulated Prime Minister Narendra Modi for receiving the ‘Global Goalkeeper Award’, saying it is a recognition of new India’s resolve for cleanliness under his leadership. “The Global Goalkeeper Award conferred by the Gates Foundation to PM Modi is a recognition...
english
P. V. Sindhu, who will spearhead India's campaign in the upcoming Sudirman Cup in Australia, is confident of the team putting on a good show. The badminton star spoke on the sidelines of a function by Cricket Club of India (CCI) to hand over honorary lifetime membership, joining a list of nation’s sporting luminaries g...
english
Activists for an independent Balochistan want consistent backing from the Indian government rather than for New Delhi to approach it through the lens of Kashmir or as a means of countering Pakistani efforts in the Valley. Baloch Canadians held an event in Toronto to mark what they claim to be the 70th anniversary of th...
english
from datetime import time from vnpy.app.cta_strategy import ( CtaTemplate, StopOrder, TickData, BarData, TradeData, OrderData, BarGenerator, ArrayManager ) from vnpy.app.cta_strategy.base import ( EngineType, STOPORDER_PREFIX, StopOrder, StopOrderStatus, ) from vnpy.app.c...
python
export * from './principaldesk.service';
typescript
The Aqua T2 is being touted as India's lowest-priced KitKat smartphone. The smartphone is available exclusively via Flipkart. Intex has launched an Android based smartphone called the Aqua T2. Also touted as India's lowest-priced KitKat smartphone, the Aqua 2 is priced at Rs. 2699. The Aqua T2 has a 3.5-inch HVGA IPS d...
english
Senior Ophthalmologist Sanduk Ruit has been felicitated. At a program organized by the Dallu Residence Local Committee, the international award recipient Dr. Ruit was honored with a letter of appreciation. Japan’s Kobayashi Foundation has presented the ‘sixth Kobayashi Foundation Award-2020’ to senior oncologist Dr Su...
english
Morocco : The oldest fossil remains of Homo sapiens, dating back to 300,000 years, have been found at a site in Jebel Irhoud, Morocco. This is 100,000 years older than previously discovered fossils of Homo sapiens that have been securely dated. The discovery was presented in a study in the journal Nature on Wednesday. ...
english
ADDIS ABABA, March 10 — All 157 people on board the Ethiopian Airlines (ET) flight that crashed earlier Sunday are confirmed dead, Ethiopian state television reported. All 149 passengers and eight crew members aboard ET 302, bound for Nairobi, Kenya, are confirmed killed, the Ethiopian Broadcasting Corporation (EBC) sa...
english
{"slip.js":"<KEY>,"slip.min.js":"<KEY>}
json
What Is The Difference Between Brain And Mind? It seems like there's a lot of confusion surrounding the difference between brain and mind. Do you have any ideas about what the difference actually is? Let’s find out! We have all made this particular mistake at least once in our lives: using the words 'brain' and 'mind' ...
english
<gh_stars>0 from allauth.socialaccount.models import SocialAccount import requests from allauth.socialaccount.models import SocialToken def get_mutual_friends(user_id): GRAPH_API_VERSION = getattr( settings, 'SOCIALACCOUNT_PROVIDERS', {} ).get('facebook', {}).get('VERSION', 'v2.4') GRAPH_API_URL = 'https://graph...
python
<gh_stars>0 description = "Snippet: Öffnungszeiten" [viewBag] snippetCode = "jumplink-snippet-opening-hours" snippetName = "Öffnungszeiten" snippetProperties[title][title] = "Titel" snippetProperties[title][type] = "string" snippetProperties[title][default] = "Öffnungszeiten Kreativ-Werkstatt" snippetProperties[title]...
html
<gh_stars>0 /* This is a generated css file, don't edit by hand */ /* * Copyright 2009 The Closure Library Authors. All Rights Reserved. * * Use of this source code is governed by the Apache License, Version 2.0. * See the COPYING file for details. */ /* * Cross-browser implementation of the "display: inline-blo...
css
The plantation programme and On the spot painting competition were organised here today to celebrate World Forestry Day. At National Zoological park, trees of Maulshree, Bottle brush, Jamun Gurbera and Neem species were planted by the officials of the Ministry of Environment and Forest. Addressing a gathering Dr. P. J ...
english
<reponame>Civil-Service-Human-Resources/lpg-learner-record<filename>src/main/java/uk/gov/cslearning/record/api/EventRegistrationsController.java package uk.gov.cslearning.record.api; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.ResponseEntity; import org.springframewor...
java
package Network import ( "fmt" "net/http" ) type Route struct { Name string Methot string Pattern string HandlerFunc http.HandlerFunc } type Routes []Route func Index(w http.ResponseWriter, r *http.Request) { fmt.Fprintln(w, "Products Rest API: ") } var routes = Routes{ Route{"Index", "GET", "/", Index}...
go
In recent times, WWE has witnessed a trend where the Stamford-based promotion has booked several of its champions to have long title reigns. SmackDown superstar Roman Reigns is one of the best examples of the same. However, it is important to note hs isn't the only one. On RAW, Intercontinental Champion Gunther also ha...
english
#!/usr/bin/env python # -*- coding: utf-8 -*- import json from alipay.aop.api.constant.ParamConstants import * class ItapDeviceInfo(object): def __init__(self): self._fw_version = None self._hw_version = None self._manufacturer = None self._model = None self._product_name...
python
Ximena Alvarez Maschio(II) Ximena Alvarez Maschio is known for Thor: Love and Thunder (2022), The Trip (2021) and The Matrix Resurrections (2021). Known for: - Visual Effects(Framestore London) - Visual Effects(Milk Visual Effects) How much have you seen? Keep track of how much of Ximena Alvarez Maschio’s work you have...
english
<reponame>paulo3011/sparkfy {"artist_id":"AR6UYN31187B991C48","artist_latitude":41.54876,"artist_location":"Sabadell","artist_longitude":2.1076,"artist_name":"Falsalarma","duration":245.13261,"num_songs":1,"song_id":"SONIRLO12AB018DD74","title":"Estar Sin Star","year":2008}
json
<filename>prow/cmd/hook/main_test.go /* Copyright 2016 The Kubernetes 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 app...
go
{ "parent": "enderthing:item/lock", "textures": { "layer4": "enderthing:item/lock_private" } }
json
Thiruvananthapuram: Kerala today asserted that construction of a new dam is the only solution to resolve the dispute over the contentious Mullaperiyar dam and said it will take up this demand with the Centre. "The present agreement with Tamil Nadu is for 999 years. Can anyone say that the present century old dam will ...
english