text
stringlengths
1
1.04M
language
stringclasses
25 values
<filename>advisories/unreviewed/2022/04/GHSA-7776-85fj-fv28/GHSA-7776-85fj-fv28.json<gh_stars>100-1000 { "schema_version": "1.2.0", "id": "GHSA-7776-85fj-fv28", "modified": "2022-04-30T18:21:02Z", "published": "2022-04-30T18:21:02Z", "aliases": [ "CVE-2002-1378" ], "details": "Multiple buffer overflow...
json
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE> [html5] r7813 - [e] (0) Fix some typos or copypasta. Fixing https://www.w3.org/Bugs/Public/show_ [...] </TITLE> <LINK REL="Index" HREF="index.html" > <LINK REL="made" HREF="mailto:commit-watchers%40lists.whatwg.org?Subjec...
html
<gh_stars>0 {"Autolinker.js":"sha256-Gd+28jXcpdQHs5UB/szx9svnmIQkPJq7BKuSXI/SVOU=","Autolinker.min.js":"sha256-bJzaGiSh3c2EHWlCZLad8fsabW4fdy8QLSvpf94V6bU="}
json
.App { background-color: #282c34; text-align: left; width: auto; height: 100%; position: relative; } h1 { margin: 1.2rem auto; font-family: sans-serif; font-size: 3.5rem; } blockquote { border-top: 2px solid rgb(255, 119, 0); border-bottom: 2px solid rgb(255, 119, 0); font-size: 2rem; margin:...
css
<gh_stars>0 'use strict'; const fs = require('fs'); fs.watch('target.txt', () => console.log('File changed!')); console.log("Watching target.txt for changes...");
javascript
#include <QEvent> #include <GL\glew.h> #include "Viewer3d.h" #include "Renderable\ObjMesh.h" #include "Translate3dEventHandle.h" #include "../clothdesigner.h" #include "../Viewer2d.h" #include "cloth\clothPiece.h" #include "cloth\TransformInfo.h" Translate3dEventHandle::Translate3dEventHandle(Viewer3d* v) : Abstract...
cpp
{ "id":"18771097", "tms:id":"261859", "accession_number":"2010-31-328", "title":"Sidewall, 1940\u201350", "url":"http:\/\/collection.cooperhewitt.org\/objects\/18771097\/", "department_id":"35347503", "period_id":null, "media_id":"35434685", "type_id":"35256475", "date":"1940\u20...
json
<gh_stars>1-10 import React from 'react'; import {Dimensions,StyleSheet} from 'react-native'; var {height, width} = Dimensions.get('window'); const styles = StyleSheet.create({ image: { width: width, height: height } }); export default styles;
javascript
Dawood Ibrahim's brother Iqbal Kaskar has been sent to ED custody till February 24 for allegedly working for the underworld don and handling his gang activities and illegal business interests in Mumbai and other areas. By Divyesh Singh, Vidya : Iqbal Kaskar, brother of fugitive gangster Dawood Ibrahim, who was brought...
english
Mumbai: Sleuths of the Narcotics Control Bureau (NCB) busted a rave party being held on a cruise off the Mumbai coast and detained 10 people, including the son of a Bollywood superstar, as per reports. According to a recent development, Anandini Fernandes visited the NCB office soon after the incident. An NCB official...
english
{"questions": [{"player_1": {"name": "<NAME>", "player_stat": 29.91}, "player_2": {"name": "<NAME>", "player_stat": 26.68}, "stat": "average", "skill": "BOWL", "question_text": "Who has the better bowling average?", "greater": false}, {"player_1": {"name": "<NAME>", "player_stat": 155.22}, "player_2": {"name": "<NAME>"...
json
Luis Suarez is a fantastically gifted player but he is also a controversial human being that only the fans of the team he plays for can love. One of the latest rumours is that Jose Mourinho has Luis Suarez as number two on his striker wish list. With the Cavani saga dragging on, if the speculation is to be believed, th...
english
<reponame>somkiet073/ci-demos-dashbord<gh_stars>0 import { Injectable } from '@angular/core'; export class Data { year: number; country: string; oil: number; } let data: Data[] = [ { year: 1970, country: "Saudi Arabia", oil: 192.2 }, { year: 1980, country: "Saudi Arabia", oil: 509.8 }, { year:...
typescript
<reponame>covid19trackerMA/covid19trackerMA_frontend<gh_stars>0 .body { padding-top: 0; padding-left: 5px; padding-right: 5px; padding-bottom: 2; } .activee { background: #F7AF2A !important; /* #36304A!important; */ color:white; } .activee input { background: white; color: black; } .activee select,op...
css
Called on to enter a plea at the start of Hong Kong’s largest-ever national security trial Monday, Leung Kwok-hung said he had nothing to answer for. That was when Beijing imposed new national security legislation on the city, criminalizing subversion, secession and collusion with foreign powers. Mr. Leung is one of 47...
english
Ron Paul is America's leading voice for limited, constitutional government, low taxes, free markets, and a return to sound monetary policies. Most Powerful Army Fighting War Against People Who Have NO Tanks! NO Planes! NO Ships! Clashes between Lebanese troops and Israeli forces have left at least three Lebanese soldie...
english
[ { "id": "deck-uuid", "name": "<NAME>", "personality_group_id": "personality-group-uuid", "personality_group_name": null, "created_at": 1396230166317, "active": true, "slide_count": null, "personality_group": null } ]
json
A bench headed by Chief Justice of India DY Chandrachud is hearing a batch of petitions seeking to legalise same-sex marriages. A majority of doctors and allied medical professionals believe that homosexuality is a disorder that will become more prevalent if same-sex marriages are recognised, an affiliate of the Rashtr...
english
<gh_stars>0 {"pageContext":{"isCreatedByStatefulCreatePages":false,"id":"Jekyll","data":{"id":"Jekyll","title":"জ্যাকিল চিটশিট","slug":"Jekyll","description":"জ্যাকিল হচ্ছে একটি স্ট্যাটিক সাইট জেনারেটর। জ্যাকিল দিয়ে আপনি খুব সহজেই একটি স্ট্যাটিক সাইট বানিয়ে ফেলতে পারেন Markdown, Plain Text দিয়ে","colorPref":"#252426",...
json
import { useEffect, useReducer } from 'react'; import { concatDictionaryFileName } from '../commonUtility'; import { WORD_DICTIONARY_EXTENSION, SENTENCE_DICTIONARY_EXTENSION } from '../commonUtility'; import { LAP_LENGTH } from './useRomanEngine'; type LibraryReducerActionType = { type: 'use', dictionaryName: string...
typescript
<gh_stars>0 { "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "template_service_csharp": { "commandName": "Project", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": ...
json
<reponame>fmirus/vitae<filename>index.html --- layout: layout --- {% include experience.html %} {% include education.html %} {% include languages.html %} {% include skills.html %} {% include publications.html %} {% include workshops.html %} {% include interests.html %}
html
<gh_stars>1-10 {"id": "836022", "bkmk": "kmtb-b836022", "name": "松ヶ崎橋 発 北8号系統 佛教大学・北大路バスターミナル行き", "busstop": "松ヶ崎橋", "line": "北8号系統", "destination": "佛教大学・北大路バスターミナル行き", "notes": {"()": "北大路バスターミナルまでです。For Kitaoji Bus Terminal"}, "weekday": [{"t": "06:54", "note": " "}, {"t": "07:25", "note": " "}, {"t": "07:49", "not...
json
body { width: 100%; height: 100%; overflow: hidden; } #map { position: absolute; top: 0; left: 0; width: 100%; height: 100%; maring: 0; padding: 0; } .geojson-anno { white-space: nowrap; font-size: 12pt; font-family: Meiryo, sans-serif; font-weight: bold; text-shadow: -1px -1px 0px #fff, -...
css
<reponame>HadleyLab/covidimaging.patient import React, {PureComponent} from 'react' import {FormContainer} from 'style/containers' import trans from 'trans' import TextField from 'components/ReduxForm/TextField' import ErrorText from 'components/ErrorText' import RoundedButton from 'components/RoundedButton' import Act...
javascript
<filename>datasets/2D/SIGN/writer1010/sessionC/chevron_down-1-6.json {"name":"chevron_down","subject":1010,"date":"432010-045239","paths":{"Pen":{"strokes":[{"x":-411,"y":-45,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":0,"stroke_id":0},{"x":-388,"y":-28,"w":null,"z":null,"alpha":null,"beta":null,"gamma"...
json
package com.wzw.nettylog4j2.code; import com.wzw.nettylog4j2.entitis.NettyClientMessage; import com.wzw.nettylog4j2.entitis.PlcMessage; import io.netty.buffer.ByteBuf; import io.netty.channel.ChannelHandler; import io.netty.channel.ChannelHandlerContext; import io.netty.handler.codec.ByteToMessageDecoder; import io.ne...
java
{"id":"h2-cable","name":"H2 Cable","cable_id":2050,"landing_points":[{"landing_point_id":3030,"id":"sydney-australia","name":"Sydney, Australia","latlon":"-33.869701,151.207039","url":"#/landing-point/sydney-australia"},{"landing_point_id":5981,"id":"toucheng-taiwan","name":"Toucheng, Taiwan","latlon":"24.863596,121.80...
json
Mouni Roy is always a delight and keeps us hooked with her stunning style shenanigans - whether it’s ethereal ethnics or neo- ethnics or western ensembles. A recent outing for the MAMI Film Festival 208 Brunch saw her opt for an Anamika Khanna ensemble. Bringing a pocketful of sunshine with her, the stunning separates ...
english
<filename>impl/src/test/java/org/apache/camel/cdi/DefaultCamelContextBean.java package org.apache.camel.cdi; import org.apache.camel.impl.DefaultCamelContext; import javax.enterprise.context.ApplicationScoped; import javax.inject.Named; @Named("default") @ApplicationScoped public class DefaultCamelContextBean extend...
java
To get a roundup of TechCrunch’s biggest and most important stories delivered to your inbox every day at 3 p.m. PDT, subscribe here. - Pacman on the attack: Carly writes that MIT researchers, while applying a “Pacman attack” test on Apple’s M1 chips, undiscovered a doozy in the way of an “unpatchable” hardware vulnerab...
english
New Delhi: Migrant labourers, who ran out of food, struggled to obtain healthcare, and had severe livelihood issues during the previous coronavirus-induced lockdown, are returning to their home states, fearful that the weekly curfew may be turned into a lockdown as the COVID outbreak persists. Migrant labourer Hemant ...
english
<reponame>myftija/squad-health-check<filename>src/scenes/pageNotFound/index.js import React from "react"; import styled, { keyframes } from "styled-components"; import { PlainContainer, SubHeader } from "../../components/misc"; const oscillate = keyframes` 0% { color: #6633cc; } 50% { color: #00ff99; ...
javascript
To eliminate a specific ailment, through meditation I have initially searched the Principle of which Deity (of the 7 main Deities – Shri Durgadevi, Shriram, Shrikrushna, Datta, Shri Ganapati, Maruti and Shiva) is essential and in what proportion. Later, on this basis, I have formed the chants required for some ailments...
english
import unittest import os import numpy as np import sys import torch import matplotlib.pyplot as plt # Add .. to the PYTHONPATH sys.path.insert(0, os.path.join(os.path.dirname(__file__), os.pardir)) import lilfilter.filters as F import lilfilter.torch_filter as T class TestTorchFilter(unittest.TestCase): def te...
python
{ "id": 7768, "cites": 9, "cited_by": 21, "reference": [ "<NAME>., <NAME> and <NAME>, (2000), Distribution Costs and Real Exchange Rate Dynamics During Exchange-Rate-Based Stabilizations, mimeo, Northwestern University.", "<NAME>. and <NAME> (2000), Tradeability of Goods and Real Exchang...
json
Persistent Systems Ltd on Thursday said it has entered into an agreement to buy Data Glove Inc. for $90.50 million. The acquisition is expected to be completed within 4-5 weeks. Persistent plans to leverage this acquisition to enhance its partnership with Microsoft, strengthen expertise in Azure-based digital transform...
english
import React from 'react'; import Logo from './Logo'; import appLogo from '../avatar.jpg'; import Navigation from './Navigation'; import UserMenu from './UserMenu'; // import avatar from '../avatar.jpg'; const navItems = ['Menu', 'About', 'Contact', 'Delivery']; const AppHeader = () => ( <header className="Header">...
javascript
Written Answers among women in reproductive age group: Reduction of Anemia is prioritized by the Govt. under the recently launched POSHAN Abhiyaan as it aims to reduce anaemia prevalence by 3 percent per year among children, adolescents, women in reproductive age group and pregnant women between the year 2018 and 2022....
english
<filename>Braintree Component/BraintreeComponents/Scripts/typings/assignment/assignment.action.d.ts /** * Author: <EMAIL> * Notes:Unauthorized, unlicensed use, distribution, modification is not allowed. */ declare namespace $DP.Actions { interface AssignmentPanelOptions { Id: string; Priorities: A...
typescript
<filename>express-server-skeleton/server.js var express = require('express'); var bodyParser = require('bodyParser'); var app = express(); //Allow all requests from all domains & localhost app.all('/*', function(req, res, next) { res.header("Access-Control-Allow-Origin", "*"); res.header("Access-Control-Allow-Hea...
javascript
# Chart My Meds (aka medlist) An easy to use Angular.js medication list made by a pharmacist coder The idea was a HIPAA compliant medication list that could be freely shared via a URL with no patient identifiers, but which could still be interoperable with multiple different EHRs. Built out basic integration wit...
markdown
<gh_stars>1-10 { "id": 18384, "title": [ "[Grawood Farmstead, Meadow]" ], "description": [ "A split-rail fence rises from the ground, the wood greyed by age and exposure, but still quite sturdy as it borders the path. On every other post, brightly flowered wreaths hang, and beneath, wildflowers rise fr...
json
<filename>public/locales/pt/registrations.json { "PAGE_TITLE_LABEL": "Inscrições", "REGISTRATIONS_LABEL": "Inscrições", "TITLE_1": "ORIENTAÇÕES", "TITLE_1_ITEM_1": "Para a submissão do artigo final a inscrição deve ser efetuada previamente;", "TITLE_1_ITEM_2_1": "Para a submissão de artigos a categoria da ins...
json
<filename>app/db/models.py import datetime from flask_sqlalchemy import SQLAlchemy from werkzeug.security import generate_password_hash, check_password_hash db = SQLAlchemy() class Users(db.Model): __tablename__ = "users" id = db.Column(db.Integer, primary_key=True) username = db.Column(db.String, unique...
python
import {Component, Input, OnInit, EventEmitter, QueryList, ContentChildren} from '@angular/core'; import {NgxIcheckDirective} from '../../directives/ngx-icheck.directive'; @Component({ selector: 'ngx-list-filter', templateUrl: 'ngx-list-filter.component.html' }) export class NgxListFilterComponent implements O...
typescript
<link rel="stylesheet" href="/css/main.css"><div class="ocamldoc"><pre>sig &#xA0;&#xA0;type&#xA0;t&#xA0;=&#xA0;string &#xA0;&#xA0;val&#xA0;compare&#xA0;:&#xA0;Digest.t&#xA0;-&gt;&#xA0;Digest.t&#xA0;-&gt;&#xA0;int &#xA0;&#xA0;val&#xA0;string&#xA0;:&#xA0;string&#xA0;-&gt;&#xA0;Digest.t &#xA0;&#xA0;val&#xA0;bytes&#xA0;:&...
html
const config = require('./webpack.config'); const HtmlWebpackPlugin = require('html-webpack-plugin'); const path = require('path'); module.exports = Object.assign( {}, config, { mode: 'production', entry: { example: './lib/example.tsx' }, output: { path: path.resolve(__dirname...
javascript
<reponame>MisterSirCode/brainwine { "dungeon": true, "loot": true, "decay": true, "mirrorable": true, "replace": { "back/wallpaper-1": [ "back/wallpaper-1", "back/wallpaper-2", "back/wallpaper-3", "back/wallpaper-4", "back/wallpaper-5", "back/wallpaper-6", "back/wallpaper-7", "back...
json
# chocolate-pizza This is a website for the requirements to complete LAB10a which will be use HTML and CSS.
markdown
{ "id": "d57-204", "text": "THE OHIO STATE UNIVERSITY\nNovice G, Fawcett, President\nCOLUMBUS 10\nCOLLEGE OF EDUCATION\nBureau of Educational Research\nMr. Roberts. Underwood\nNAEB Tape Network\nUniversity of Illinois\n119 Gregory Hall\nUrbana, Illinois\nDear Mr. Underwood:\nJuly 25, 1958\nnaeb head:,, A«r£Rs\nJr.\...
json
Begin typing your search above and press return to search. GUWAHATI: Under an inspection carried out by a team of Legal Metrology department on Thursday, to check the inconsistencies in the retail and wholesale prices of potato and onion in the market, a case was registered against the unscrupulous traders. Visiting t...
english
For many, the 1983 World Cup win is the most defining moment in Indian cricket history, after which things changed. But there are plenty who would argue that moment actually came 12 years earlier, and resulted in the country falling irreversibly in love with the game. As the news crackled over radio sets on August 24, ...
english
<gh_stars>1-10 { "ClassName": "Paint_Pisces_Fleetweek_Black_Red_Camo", "Size": 1, "Grade": 1, "Type": "Paints.UNDEFINED", "Classification": "Ship.Paints", "Name": "C8 Pisces Nightbreak Livery", "Description": "Discreetly soar through the night sky in the C8 Pisces with the Nightbreak livery, which ...
json
#[macro_use] extern crate smack; use smack::*; // @expect error // @flag --float fn main() { let a = 6.0f32.verifier_nondet(); let b = 7.0f32.verifier_nondet(); smack::assume!(a >= 0.0); smack::assume!(b == b); smack::assert!(a + b >= b); }
rust
Disrupt London Day One was a smashing success, and included speaking appearances from Sir Alex Ferguson of Manchester United, former Arsenal footballer; and sports broadcaster Thierry Henry (yep, there was plenty of football on our stage); Postmates’ Bastian Lehmann; and a host of investors from Sonali De Rycker and An...
english
/* * (C) Copyright 2021 <NAME> (https://bonigarcia.github.io/) * * 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...
java
{"published": "2015-09-16T18:58:15Z", "media-type": "News", "title": "Gulf Coast State College Features New Culinary Facility", "id": "e583617c-17b0-457d-9e6f-3da53d4b6dfc", "content": "More Video... \r \n \r \nBAY COUNTY -- Student and faculty chefs at Gulf Coast State College share a passion in the kitchen....
json
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD><TITLE>Tcl_CreateTimerHandler manual page - Tcl Library Procedures</TITLE> <link rel="stylesheet" href="../docs.css" type="text/css" media="all"> </HEAD> <BODY><H2><a href="../contents.htm">Tcl8.5.1/Tk8.5.1 Documentation</a> <small>&gt;</small...
html
{"date":"2010-10-01","platform":"TV","images":{"small":"https://lain.bgm.tv/pic/cover/s/4e/38/8400_Rhh2j.jpg","grid":"https://lain.bgm.tv/pic/cover/g/4e/38/8400_Rhh2j.jpg","large":"https://lain.bgm.tv/pic/cover/l/4e/38/8400_Rhh2j.jpg","medium":"https://lain.bgm.tv/pic/cover/m/4e/38/8400_Rhh2j.jpg","common":"https://lai...
json
What's the story? Austin Aries has finally shed some light on the case of the mystery banana, and according to him, it has nothing to do with Reddit. In a recent podcast interview, Aries revealed that the banana he carried whilst in WWE was called upon for reasons that were purely nutritional. After Aries started sho...
english
Sometimes genes don't help in any way. We are talking about a young hero who came from a popular Tollywood family. He looks good but his acting skills are not meeting the required standards as per industry talk. Right now this hero is acting in a film and the director got perturbed with his acting skills and called o...
english
{ "token": "<PASSWORD>", "full_token": "<PASSWORD>", "tap": "homebrew/cask", "name": [ "VESTA" ], "desc": "Visualization for electronic and structural analysis", "homepage": "https://jp-minerals.org/vesta/en/", "url": "https://jp-minerals.org/vesta/archives/3.5.7/VESTA.dmg", "appcast": "https://jp...
json
The Jammu and Kashmir National Panthers Party (JKNPP) on Thursday described the newly enacted domicile law as "an obnoxious piece of superimposed legislation" and accused the BJP government at the Centre of having betrayed the trust of the people. "By throwing open the J&K employment avenues, except a part of Class-IV...
english
<filename>pkg/cmd/project.go /* Package cmd Copyright 2021 VMware, Inc. SPDX-License-Identifier: BSD-2-Clause */ package cmd import ( "os" "strings" "github.com/olekukonko/tablewriter" "github.com/sammcgeown/vra-cli/pkg/cmd/cloudassembly" "github.com/sammcgeown/vra-cli/pkg/util/helpers" log "github.com/sirupsen...
go
import requests as reqlib import os import re import random import time import pickle import abc import hashlib import threading from urllib.parse import urlparse from purifier import TEAgent from purifier.logb import getLogger from enum import IntEnum from typing import Tuple, List, Dict, Optional cl...
python
#if !defined(SIP0X_PARSER_TOKENSIPVERSION_HPP__) #define SIP0X_PARSER_TOKENSIPVERSION_HPP__ #include "parser/tokens/TokenAbstract.hpp" #include "parser/tokens/Operators.hpp" #include "parser/tokens/Token.hpp" #include "parser/tokens/TokenRegex.hpp" #include "parser/factory/FactoryContextSIPVersion.hpp" namespace sip...
cpp
import styled, { css } from "styled-components"; import { tablet, maxPhone } from "../../utils/media"; const HeaderContainer = styled.header` .nav-button { cursor: pointer; border-style: none; background-color: transparent; font-weight: 300; font-size: 14px; color: #fff; } .log-out-icon ...
javascript
‘Birdman’, Alejandro G Inarritu’s surreal comedy about an aging superstar, claimed the best picture Oscar besides best director and original screenplay wins at the 87th Oscars that saw an appeal from winners for equal rights. (Read: Oscars 2015 fashion report: High collars and demure gowns on the Oscars red carpet) Th...
english
<reponame>liuyi0501/IwaraCollector<filename>data/www/vgkqji7kmse5v3q6.json {"title":"【東方MMD】大人レミフラ・ワカーメット姉妹の おねダリ 1080@60","author":"shbrtty2","description":"ご視聴ありがとうございます。<br><aundefinedhref='http://www.nicovideo.jp/watch/sm31074056'>http://www.nicovideo.jp/watch/sm31074056</a>undefinedの画質音質改善版です。","thumb":"//i.iwara....
json
package com.Project3.Server.Service; import static org.junit.Assert.assertEquals; import javax.inject.Inject; import org.json.JSONException; import org.json.JSONObject; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import...
java
When Malvika Tiwari (55) was asked to remove a power bank that she was carrying in her luggage at New Delhi's Indira Gandhi International Airport, she picked up an argument with the airport staff. She lost her temper and hit the power bank hard on the floor. It exploded and she was promptly arrested under IPC sections ...
english
import Ember from 'ember'; import _ from 'npm:lodash'; import iso31662 from 'npm:iso-3166-2'; export default Ember.Component.extend({ populateDictionaryAndSetExistingValues: function() { // populate country dictionary let dictionary = _.sortBy(_.values(_.mapValues(iso31662.data, (value, key) => { value...
javascript
import { Component, OnInit } from '@angular/core'; import { SocialAuthService } from 'angularx-social-login'; import { LoginService } from '../../services/login.service'; import { Router } from '@angular/router'; @Component({ selector: 'app-navbar-begin-manager', templateUrl: './navbar-begin-manager.component.html...
typescript
/* Allow css grid to still work despite extra div see [https://github.com/woocommerce/woocommerce/issues/12191] */ .woocommerce { display: contents; } .select2-selection { margin-top: 12px!important; margin-bottom: 25px!important; border: 2px solid #000!important; border-radius: 0!important; height: 4...
css
{"name":"<NAME>","id":"BY-3763","address":"Hochhausstr. 10 94051 Hauzenberg Haag","school_type":"Grundschule","fax":"08586 2566","phone":"08586 2566","website":null,"state":"BY","programs":{"programs":[]},"full_time_school":false,"lon":13.59597,"lat":48.616399}
json
// @flows export const VARIABLE = 0xff; export const PARAMETER = 0xffff; // Parameters have variable-semantics but are not documentable separately. That's why // they are given special treatment. export type VariableType = VARIABLE | PARAMETER; // A variable block records all the declared variable-symbols inside sc...
javascript
<reponame>DocAdam/metrics<filename>_data/twitter/bazel-multiversion/METRICS-2021-01-25.json {"datestamp": "2021-01-25", "nameWithOwner": "twitter/bazel-multiversion", "name": "bazel-multiversion", "commits": 85, "forkCount": 4, "issues": 0, "openIssues": 0, "closedIssues": 0, "pullRequests": 31, "openPullRequests": 0, ...
json
<filename>Tables/7800a4e8-7853-4ec5-9e22-5885f708db58.json {"relation": [["Article", "Editorial - More Than Strength and Muscle", "Letters To The Editor", "Weightlifting News", "Keys To Progress - The Fountain of Youth", "Teen-Age Nationals Report", "Teen-Age Mr America Results", "Introducing Curt Haywood", "Russian Tr...
json
Secretary of Transportation Pete Buttigieg appeared to wear dress boots while surveying the train derailment on the ground in East Palestine, Ohio. Buttigieg visited Ohio on Thursday nearly three weeks after the East Palestine train derailment spilled toxic chemicals into the environment. The secretary appeared to be...
english
<gh_stars>1-10 http://data.doremus.org/expression/cb4191c5-791c-3f4a-bc38-3ae885fb02d9 http://data.doremus.org/expression/7b0a0b4d-6f9d-3712-8044-474c4432563f http://data.doremus.org/expression/a5e9a7d7-1b73-3729-8563-e57584dd3b02 http://data.doremus.org/expression/af6cea9b-cdb1-3a9f-9327-7fcb010900c3 http://data.dorem...
json
import { ScriptBase } from '@villedemontreal/scripting'; import { ProjectType, tslintFix } from '../src'; import { libRoot } from '../src/utils/utils'; export class TsLintFixScript extends ScriptBase { get name(): string { return 'tslint-fix'; } get description(): string { return ( `Fix the projec...
typescript
The New York Knicks had multiple picks from the first and second rounds of the 2021 NBA Draft, but traded a few of them away to teams like the Charlotte Hornets and LA Clippers on Thursday night. Unable to move up in the draft, the New York Knicks selected three players in the first round, but two of those picks are h...
english
{"nom":"Jarnosse","circ":"5ème circonscription","dpt":"Loire","inscrits":356,"abs":197,"votants":159,"blancs":3,"nuls":13,"exp":143,"res":[{"nuance":"MDM","nom":"Mme <NAME>","voix":78},{"nuance":"LR","nom":"Mme <NAME>","voix":65}]}
json
import createSvgIcon from './utils/createSvgIcon.js'; import { jsx as _jsx } from "react/jsx-runtime"; export default createSvgIcon([/*#__PURE__*/_jsx("path", { d: "M7 13h10v-2c0-.88.39-1.67 1-2.22V6c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v2.78c.61.55 1 1.34 1 2.22v2z", opacity: ".3" }, "0"), /*#__PURE__*/_jsx("path", {...
javascript
<gh_stars>0 { "name": "stl-status-chart", "version": "1.0.0", "description": "STL Status Chart", "main": "gather_stats.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/microsoft/STL.git#gh-pages" }, "ke...
json
Posted On: The President of India, Smt Droupadi Murmu will visit Uttarakhand from December 8 to 9, 2022. On December 8, 2022, the President will attend a civic reception to be hosted by the Government of Uttarakhand in Dehradun. She will also virtually inaugurate/lay foundation stones for various projects of Uttarakhan...
english
import { OnInit, Component } from "@angular/core"; import * as microsoftTeams from '@microsoft/teams-js'; @Component({ selector: 'config', templateUrl: './config.component.html' }) export class ConfigComponent implements OnInit { constructor() { } ngOnInit() { console.log('ngOnInit'); ...
typescript
New Delhi, Dec 15: Following the reports of three students committing suicide in Kota, the National Human Rights Commission (NHRC) has served notices to the Rajasthan government, Union Secretary of Higher Education and the Chairperson of the National Medical Commission (NMC). The apex human rights body took cognizance...
english
# Top Hat Code Styles When starting a new project, please use the appropriate linter configuration from this folder to ensure that code style remains consistent. You can use the @tophat/eslint-config package available from NPM: ``` npm install @tophat/eslint-config # ... plus some other packages! ``` **Please see t...
markdown
{% extends "site_base.html" %} {% load humanize %} {% block head_title %}{{ object.text }}{% endblock %} {% block body_base %} <section class="lemma-entry"> <div class="container"> <h1><span class="pk">{{ object.pk }}.</span> <span class="text">{{ object.text }}</span></h1> <div class="row"> ...
html
<filename>one-statement/FruitBowl.java public class FruitBowl { public static void main(String[] args) { System.out.print(new java.util.Scanner(System.in).nextInt() / 6); } }
java
<filename>services/tracing/public/cpp/trace_event_args_allowlist.cc // Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "services/tracing/public/cpp/trace_event_args_allowlist.h" #include "base/bi...
cpp
package com.ksyun.ks3.utils; import java.util.Date; /** * @author lijunwei[<EMAIL>]   * * @date 2014年10月20日 下午6:24:02 * * @description **/ public class Timer { private static long t; public static Long start() { t = new Date().getTime(); return t; } public static Long end() { return new Date().ge...
java
`HTML`即HyperText Markup Language——超文本标记语言,是标准通用标记语言下的一个应用。超文本的意思就是指页面内可以包含图片、链接,甚至音乐、程序等非文字元素。 网页文件本身是一种文本文件,通过在文本文件中添加标记符,可以告诉浏览器如何显示其中的内容;然后浏览器按照顺序阅读文件,根据标记解释和显示内容,实现特定的内容展示。所以说,网页的本质就是超级文本标记语言,通过结合使用其他web技术(脚本语言、网关接口、组件等),可以创造出丰富的、功能强大的网页。 超文本标记语言文档制作不是很复杂,但是功能很强大,支持不同数据格式的文件镶入。随着技术的发展,HTML也从1993年的第一版持续发展到2014年的HT...
markdown
<filename>RAVL2/MSVC/include/Ravl/PatternRec/DesignFuncPCA.hh #include "../.././PatternRec/Modeling/DimensionReduction/DesignFuncPCA.hh"
cpp
[{"province":"四川省","city":"阿坝藏族羌族自治州","area":"小金县","name":"小金县美沃乡邮政代办所","code":"624299","address":"四川省阿坝州小金县美沃乡","phone":"0837-2790000"},{"province":"四川省","city":"阿坝藏族羌族自治州","area":"小金县","name":"小金县崇德乡邮政代办所","code":"624299","address":"四川省阿坝州小金县崇德乡","phone":"15808372086"},{"province":"四川省","city":"阿坝藏族羌族自治州","area":"小金县...
json
<gh_stars>0 import { useState, useRef, useEffect } from "react"; import { AuthenticationDetails, CognitoUser, CognitoUserAttribute, CognitoUserPool, CognitoUserSession, } from "amazon-cognito-identity-js"; import { AWSCognitoAuthState } from "./enums"; import { AWSCognitoAuthProps, AWSCognitoAuthSt...
typescript
The government will finally launch its one-stop portal for foreign and domestic investors on September 22, in a major step to help entrepreneurs secure the plethora of clearances needed to establish and run a business in India. More than half a decade after it was initially announced as an integral component of Prime ...
english
New Delhi: Sixteen years after they were first inducted, the Indian Air Force (IAF) has had mixed results from two aerostats it had deployed along the western borders with Pakistan. As a result, replacing these is now much further down in the list of priorities, ThePrint has learnt. An aerostat is a helium-filled ball...
english