text
stringlengths
1
1.04M
language
stringclasses
25 values
<reponame>czar0/marvelous-gems package main import ( "encoding/json" "fmt" "time" "github.com/hyperledger/fabric/core/chaincode/shim" pb "github.com/hyperledger/fabric/protos/peer" ) type SimpleChaincode struct { } type Trade struct { ID string `json:"id"` GemID string `json:"gem_id"` Selle...
go
<filename>slybot/setup.py from os.path import join, abspath, dirname, exists from slybot import __version__ from setuptools import setup, find_packages from setuptools.command.bdist_egg import bdist_egg from setuptools.command.sdist import sdist def build_js(): root = abspath(dirname(__file__)) base_path = ab...
python
<filename>bridgenode/processblock.go package bridgenode import ( "fmt" "github.com/btcsuite/btcd/wire" "github.com/mit-dci/utreexo/btcacc" uwire "github.com/mit-dci/utreexo/wire" "github.com/mit-dci/utreexo/accumulator" "github.com/mit-dci/utreexo/util" ) /* Here's what it *did*: (can delete after this is o...
go
{"bookHeader":"","bookName":"SALMOS 17","bookContent":[{"id":0,"tipo":"calling","texto":"Súplica pela proteção divina"},{"id":0,"tipo":"sub-calling","texto":"Oração de Davi"},{"id":1,"tipo":"versiculo","texto":"Ouve, SENHOR, a causa justa, atende ao meu clamor, dá ouvidos à minha oração, que procede de lábios não fraud...
json
# bank-app-hakan
markdown
// Variables // ========= // Colors // ------ $color__white: #fff; $color__black: #3f3d34; $color__gray: #7f7c6b; $color__gray--dark: #4a473c; $color__gray--light: #f2f2f2; $color__yellow: #f9b94e; $color__orange: #f9774e; $color__beige: #ddd8c8; // Font sizes // ------- $font-size: 14; $font-size--alpha: 1.95; $font...
css
Covered with the veil of spellbinding beauty, An enthralling enchantress occupied my heart. A winning smile and a pair of bewitching eyes was all I needed, To have my empty heart snatched away. Making me dream about her juvenile activities, She intensified my fascination with salmon-pink lips. Her face glittered with a...
english
Pak army chief warns JUI-F chief against Azadi march IANS Islamabad Last Updated : 25 Oct 2019 06:52:54 AM IST Pakistan Army Chief General Qamar Javed Bajwa (file photo) Pakistan Army Chief General Qamar Javed Bajwa called on Jamiat Ulema-e-Islam-Fazl (JUI-F) chief Maulana Fazlur Rehman and reportedly warned him not to...
english
/* ======================================================================== * PlantUML : a free UML diagram generator * ======================================================================== * * (C) Copyright 2009-2017, <NAME> * * Project Info: http://plantuml.com * * This file is part of PlantUML. ...
java
{ "name": "http-observe", "version": "0.0.0", "description": "porting the RESTful observe pattern from CoAP to HTTP", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/h0ru5/http-observe.git" }, ...
json
1.3 [2020-03-31] ================ * option to add default values during validation * add thread-safe API * build static library by default (jsoncpp only builds static library by default) 1.2 [2019-04-09] ================ * add this NEWS.md file * build shared library by default (needs jsoncpp shared library) * fix ...
markdown
package com.fiap.placeforpet.entity; import com.fiap.placeforpet.dto.PetDto; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import org.hibernate.annotations.OnDelete; import org.hibernate.annotations.OnDeleteAction; import javax.persistence.*; import jav...
java
<reponame>anildoferreira/CursoPython-PyCharm from random import randint from time import sleep comp = randint(0, 5) # Faz o computador escolher o número print('>$<' * 17) print('Vou pensar em um número de (0 à 5), tente advinhar!') print('>$<' * 17) jogador = int(input('Digite aqui seu número da sorte: ')) # Jogador te...
python
What is a digital whiteboard? Everything you need to know about digital whiteboards. Karl Sun is the co-founder and CEO of Lucid, the leading visual collaboration suite that helps teams see and build the future with products including Lucidchart and Lucidspark. Karl previously worked at Google, heading the patent depar...
english
Craig Tiley, the CEO of Tennis Australia, spoke to 9News Melbourne on Sunday about Novak Djokovic's Australian Open participation. Tiley said the next few days would provide a "clearer picture" as to whether the World No. 1 will indeed defend his crown at Melbourne Park. The nine-time Australian Open champion was rece...
english
<filename>piggy-core/server/src/constant/Types.ts /** * @file Types * @description 接口定义 * @author DoooReyn <<EMAIL>> * @license MIT * @identifier * ``` * ╥━━━┳━━━━━━━━━╭━━╮━━━┳━━━╥ * ╢━D━┣ ╭╮╭━━━━━┫┃▋▋━▅ ┣━R━╢ * ╢━O━┣ ┃╰┫┈┈┈┈┈┃┃┈┈╰┫ ┣━E━╢ * ╢━O━┣ ╰━┫┈┈┈┈┈╰╯╰┳━╯ ...
typescript
<filename>tests/36_nested_blockquote.json<gh_stars>10-100 ["body", ["blockquote", ["p", "This is a blockquote paragraph"], ["blockquote", ["p", "This is a nested blockquote"]]], ["p", "This is top level."]]
json
{ "name": "NaturaliSDK", "version": "0.0.1.17", "summary": "NaturaliSDK", "description": "NaturaliSDK is sdk for naturali features about dhl and asr", "homepage": "https://www.naturali.io", "source": { "git": "https://github.com/duihualiu/naturali_sdk_source.git", "tag": "0.0.1.17" }, "license":...
json
'use strict' const { Time, TimeRepository } = require('../../domain/times') const MongooseTime = require('../orm/mongoose/schemas/Time') module.exports = class extends TimeRepository { _getTimeAttributes(mongooseTime) { const { id, user_id, project_id, started_at, ended_at } = mongooseTime || {} return { id,...
javascript
<reponame>piotrrussw/snake-multiplayer<gh_stars>0 const sketch = (p: p5) => { let socket: any; const gameScale = 20; let player: Player; let opponents: any = {}; let food: Food; p.preload = () => { }; p.setup = () => { const canvas = p.createCanvas(800, 500); // canvas...
typescript
<gh_stars>1-10 package com.google.android.gms.internal.ads; import android.os.IBinder; import android.os.IInterface; public abstract class zzzl extends zzfn implements zzzk { public zzzl() { super("com.google.android.gms.ads.internal.client.IAdManager"); } /* renamed from: a */ public static ...
java
<gh_stars>0 --- title: Outlook.com không thể gửi email ms.author: lpyfer author: lpyfer manager: joallard ms.date: 04/21/2020 ms.audience: Admin ms.topic: article ROBOTS: NOINDEX, NOFOLLOW localization_priority: Normal ms.custom: - "9000251" - "1845" - "1841" ms.openlocfilehash: 5f6dbd98b899ff915a4706c5996c9d3c35be9773...
markdown
<reponame>ramintagizade/FileTransfer package server import ( "fmt" "github.com/ramintagizade/FileTransfer/file" "github.com/ramintagizade/FileTransfer/utils" "net/http" "strings" ) var mapFile = make(map[string]string) func Handler(w http.ResponseWriter, r *http.Request) { FileName := mapFile[strings.Replace(r...
go
Tom and you will Heather state it hope to be able to get a house next number of years. Bankruptcy is actually probably an effective flow to them. In case case of bankruptcy is really plenty, let’s more folks do it? Which had been the question economist Michelle White of your own School out-of California North park ques...
english
<reponame>wherkamp/system-extensions<filename>src/internal/windows/filebox.rs<gh_stars>1-10 use std::ffi::CString; use std::os::raw::c_char; use std::path::{Path, PathBuf}; use crate::dialogues::filebox::{FileBox, Filter}; /** Change a str to a c string. */ fn str_to_c_str(s: &str) -> *mut c_char { let mut byt...
rust
A man named Perumal hailing from Thiru Vi Ka Nagar in Chennai had started a love affair with a sixteen-year-old girl in his area and had illegally married her and shifted to Arakonam with her. Parents of the girl had lodged a complaint about their missing daughter and the cops started an investigation. The police trac...
english
Akshay Kumar’s next project is Laxmmi Bomb, a comedy-horror film that is directed by Raghava Lawrence. It is the Hindi remake of Lawrence’s own 2011 Tamil film Muni 2: Kanchana. The movie was earlier going to be released in theatres, but due to the coronavirus pandemic and the global shutdown of all media production, ...
english
<filename>_includes/pd-news.html <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="generator" content="pandoc" /> <title></title> <style type="text/css">code{white-space: pre;}</style> </head> <body> <ul> <h2>2...
html
Kishore Tirumala, the director of Nenu. . Sailaja, the year's first hit, has impressed no less a hero than Venkatesh. It is official that his next film is going to be with Venky. This will go on the floors after Maruthi's film is wrapped up. Earlier, Nithiin told the world that his movie with Kishore has been finalize...
english
{ "kind": "Method", "name": "Element.setAttribute", "href": "https://developer.mozilla.org/en-US/docs/Web/API/Element/setAttribute", "description": "Sets the value of an attribute on the specified element. If the attribute already exists, the value is updated; otherwise a new attribute is added with th...
json
Xsolla, a global video game commerce company, and cryptocurrency platform Crypto.com, have partnered to integrate Crypto.com's checkout solution into Xsolla's Pay Station platform. This transformative integration of Crypto.com Pay represents a significant advancement in the Gaming industry. It creates new possibilities...
english
The UFC 281, headlined by Israel Adesanya vs. Alex Pereira middleweight title fight, took place inside Madison Square Garden, New York today. The event saw many action-packed fights that entertained the fans. However, the bantamweight bout between former champion Frankie Edgar vs. Chris Gutierrez was a hard site for fa...
english
__inner_signs__ = ['{', '}', '[', ']', '(', ')', ',', '', ':'] class __Str: """ the class contain string methods """ @staticmethod def space_encoder(_str: str): """ will encode spaces inside list in string. :param _str: list in string :return: return encoded string ...
python
<filename>rest/AIP/quality-standards/CWE/items/CWE-550.json { "id": "CWE-550", "name": "Server-generated Error Message Containing Sensitive Information", "href": "AIP/quality-standards/CWE/items/CWE-550", "url": "https://cwe.mitre.org/data/definitions/550.html", "description": "Certain conditions, s...
json
Indian legend Sachin Tendulkar recently bumped into former West Indies captain Brian Lara. The two cricket stars then posed for a couple of pictures on the streets of London. Taking to his Instagram handle on Wednesday, June 28, Tendulkar shared two pictures, giving fans a glimpse of his unplanned meetup with Lara. He...
english
<gh_stars>0 import common_dataDeepCopy from '../modules/common_data_deep_copy'; var initDirectoryFilterFunc = (originState, action) => { var newState = Object.assign ? Object.assign({}, originState) : common_dataDeepCopy(originState), directoryFilter = action.payload.data; delete newState...
javascript
<reponame>ragnardragus/HSCraft-Hard-and-Survival- { "Name": "QueenGhast", "Registry ID": "specialmobs:queenghast", "Class": "fathertoast.specialmobs.entity.ghast.EntityQueenGhast" }
json
{ "name": "@fabric/doorman", "version": "0.2.1", "description": "Multi-platform chatbot framework.", "main": "types/doorman.js", "scripts": { "bot": "node scripts/bot.js", "make:api": "npm run parse:api && jsdoc types/ README.md -d docs/", "parse:api": "jsdoc2md --configure jsdoc.json --files type...
json
<reponame>QDetective/cpnt262-a1 # cpnt262-a1 classList Toggle
markdown
Celebrating the zero local cases of contagion, South Korean President Moon Jae-in gave credit to the collective power of his people. Health authorities in South Korea said that they have recorded no new domestic cases of coronavirus infections on Thursday, for the first time since the outbreak began to worsen in Febru...
english
import unittest from core_lib.data_layers.data.data_helpers import build_url class TestBuildUrl(unittest.TestCase): def test_build_url(self): self.assertEqual(build_url(host="some_domain.com"), "some_domain.com") self.assertEqual(build_url(protocol="http", host="some_domain.com"), "http://some_d...
python
document.querySelectorAll(".js-confirm").forEach(function (element) { element.addEventListener("click", function (event) { if (! event.target.classList.contains("button-disabled") && ! event.target.disabled && "data-confirm-message" in event.target.attributes) { if (! confirm(event.target.attributes["data-c...
javascript
<reponame>DFC-Incubator/base-service /** * */ /** * @author mconway * Exceptions for REST API * */ package org.irods.jargon.rest.exception;
java
IPL 2022: RCB pacer Akash Deep: Royal Challengers Bangalore Akash Deep has made a name for himself recently after a match-winning spell against Kolkata Knight Riders. However, not many might be aware that he himself is a resident of Kolkata, and despite being an IPL star, he lives in a dormitory. Follow IPL 2022 LIVE U...
english
<filename>18/Über- und außerplanmäßige Haushaltsausgaben/18-76320.json<gh_stars>10-100 { "vorgangId": "76320", "VORGANG": { "WAHLPERIODE": "18", "VORGANGSTYP": "Über- und außerplanmäßige Haushaltsausgaben", "TITEL": "Haushaltsführung 2016 \r\nÜber- und außerplanmäßige Ausgaben und Verpflichtungserm...
json
<gh_stars>0 package de.mhus.mvn.plugin; import java.util.Arrays; import java.util.List; import jdk.javadoc.doclet.Doclet.Option; public abstract class XOption implements Option { private int paramCnt; private String desc; private Kind kind; private List<String> names; public XOption(String name, int paramCnt,...
java
A man wanted in more than 50 serious offences across Maharashtra was arrested by the police in Thane district, police said. Acting on a tip-off, a patrolling team of the Khadakpada police in Kalyan nabbed the accused on Wednesday, assistant police inspector Anil Gaikwad of the Khadakpada police station said. The accus...
english
<reponame>mamanigrasso/PartyPoker<gh_stars>0 package at.aau.pokerfox.partypoker.model; import android.os.Parcel; import android.os.Parcelable; import com.bluelinelabs.logansquare.annotation.JsonField; import com.bluelinelabs.logansquare.annotation.JsonObject; import at.aau.pokerfox.partypoker.R; @JsonObje...
java
<filename>setup.py from setuptools import setup # Reuse our current `setup.cfg` definition for the installation if __name__ == "__main__": setup()
python
package com.haulmont.sample.petclinic.service; import org.springframework.stereotype.Service; import java.util.Random; @Service(MockService.NAME) public class MockServiceBean implements MockService { @Override public String getRandomString() { return String.valueOf(new Random().nextLong()); } }
java
# Copyright 2004-2019 <NAME> <<EMAIL>> # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation files # (the "Software"), to deal in the Software without restriction, # including without limitation the rights to use, copy, modify, merge, # publish,...
python
New Delhi: Rain drenched the national capital on Saturday morning with the minimum temperature recorded at 17 degrees Celsius, a notch below the season's average. The Met office has forecast a gloomy day ahead with spells of rain again in the evening. "Till Saturday morning, Delhi received 15 mm of rainfall. The weat...
english
declare function require(svgPath: string): string; export class SVGIcons { public static icons = { facetClear: require(`../assets/svg/facet-clear.svg`), calendar: require(`../assets/svg/calendar.svg`) }; }
typescript
[{"FIELD1": 3498, "key": "<KEY>", "star_name": "HD 92788", "planet_letter": "b", "discovery_method": "Radial Velocity", "pl_pnum": 1, "orbital_period": 325, "semi_major": 0.96, "orbital_eccentricity": 0.35, "star_temp": 5821, "star_radius": "NA", "planet_temp": "NA", "radius": "NA", "discovery_year": 2000, "light_years...
json
China's defence minister warned Sunday against establishing NATO-like military alliances in the Asia-Pacific, saying they would plunge the region into a "whirlpool" of conflict. Li Shangfu's comments came a day after US and Chinese military vessels sailed close to each other in the flashpoint Taiwan Strait, an inciden...
english
Investment activities in Egypt continue to gain steam, not for startups only but also the funds backing them. Today, seed accelerator Flat6Labs announced the second close of its Egypt fund to support early-stage startups and provide follow-up investment. The fund had a target for EGP50 million (~$3.2 million) but event...
english
from pathlib import Path import pytest from pyinstrument.__main__ import main from pyinstrument.renderers.base import FrameRenderer from .util import BUSY_WAIT_SCRIPT fake_renderer_instance = None class FakeRenderer(FrameRenderer): def __init__(self, time=None, **kwargs): self.time = time supe...
python
<gh_stars>0 export { default as Header } from './Header'; export { default as Tabs } from './Tabs'; export { default as Menu } from './Menu';
javascript
{ "id": 11325, "source": "ellicott", "verse_id": 18308, "verse_count": 1, "reference": "34:4", "title": "", "html": " <p> (4) And all the host of heaven shall be dissolved . . .\u2014No prophetic picture of a \u201cday of the Lord\u201d was complete without this symbolism (see <a class=\"isa...
json
One of the most popular styles of clothing that has emerged in the last few decades is the French and American styles. People of European descent have long been drawn to the fashionable looks portrayed in American fashion and vice versa. While you might not think it to be possible, French and American fashion trends do...
english
Want to check the Wi-Fi signal quality on Windows? Here are a few different ways to find the Wi-Fi signal strength on your Windows 11 computer. Automatically changing your Mac wallpaper doesn’t require rocket science. Here are the best ways to auto-rotate wallpapers on Mac. Do you like to keep an eye on the weather? We...
english
Contents of the translations can be downloaded and re-published, with the following terms and conditions: 1. No modification, addition, or deletion of the content. 2. Clearly referring to the publisher and the source (HadeethEnc.com). 3. Mentioning the version number when re-publishing the translation. 4. Keeping the t...
english
{ "author": { "id": "t2_945th", "name": "HynraFoo" }, "date": { "day": 1608940800, "full": 1608996190, "month": 1606780800, "week": 1608422400 }, "id": "t3_kkk5tb", "misc": { "postHint": "image" }, "picture": { "filesize": 183518, "fullUrl": "https://preview.redd.it/v...
json
body{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Merienda', cursive !important; } .container{ background-image: url("./../images/flour4.jpg"); background-repeat: no-repeat; background-size: cover; color: white; text-align: center; } .start{ font-size: xx-s...
css
<filename>src/tools/CHapticPoint.cpp //============================================================================== /* Software License Agreement (BSD License) Copyright (c) 2003-2016, CHAI3D. (www.chai3d.org) All rights reserved. Redistribution and use in source and binary forms, with o...
cpp
<reponame>anhtaka/holiday.github.io<filename>app4.js const https = require('https') let url = 'https://anhtaka.github.io/holiday-node/holiday-main.json'; const AryHoliday = []; function f() { //let promise = new Promise((resolve, reject) => { const req = https.get(url, (res) => { res.on('data', (chunk...
javascript
{ "id": "d533-88", "text": "- 2 -\nFirst of all, I must get my chore out of the way. Mr. Hayes, when he invited\nme here, said I was to tell you what to do and how to do it. I can do that in three\nsentences.\nFirst, define your objectives specifically in terms of your own museum.\nSecond, make a study of your comm...
json
Welcome to the EduWiki Campaign! We are glad you are here. We want to challenge the traditional definition of education. In the EduWiki community, we believe that learning is editing. If you believe in changing by doing, you have come to the right place! The goal of this global campaign is to engage educators in using ...
english
<gh_stars>0 from flask import Flask, g import os import json_logging import logging import sys import importlib from krules_env import init from dependency_injector import providers from krules_core.providers import ( subject_factory, event_router_factory ) from krules_core.utils import load_rules_from_rulesdat...
python
<reponame>septianw/shiny-telegram<filename>experiment01/httprouter.go package main import ( "net/http" "github.com/gin-gonic/gin" ) func SetupRouter() *gin.Engine { r := gin.Default() gin.SetMode("release") switch STAGE { case "development": gin.SetMode("debug") break case "production": gin.SetMode("re...
go
<filename>apiSetTransaction.go<gh_stars>1-10 package mintersdk import ( "errors" "fmt" "io/ioutil" "net/http" "strings" ) // Ответ транзакции //easyjson:json type send_transaction struct { JSONRPC string `json:"jsonrpc"` ID string `json:"id"` Result TransSendResponse `json:"result...
go
MediaTek has officially announced the world's first true octa-core processor. The latest SoCs allows all the eight cores to run simultaneously, unlike the Samsung implementation, which can activate up to half of its CPU cores at once. The true octa-core processors offer you enhanced performance, power efficiency and im...
english
{"status":200,"data":{"totalSubs":42,"subsInEachSource":{"feedly":24,"inoreader":15,"feedsPub":3},"failedSources":{}},"lastModified":1610932971248}
json
/* * Copyright 2019 <NAME> (github.com/mP1) * * 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 o...
java
<gh_stars>0 package com.test.springBoot.order.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.test.springBoot.order.entity.Order; import org.springframework.stereotype.Repository; /** * @Description: 订单mapper * @Author: wangyinjia * @Date: 2020/7/9 * @Version: 1.0 */ @Repository public...
java
<gh_stars>1-10 const ExifImage = require('exif'); var NodeHelper = require("node_helper"); var request = require('request'); module.exports = NodeHelper.create({ start: function() { var self = this; this.exifData = ""; this.geonameUser = ""; //self.exifData = require("e...
javascript
<reponame>poulosar/nfl-database {"player_id": 1962, "name": "<NAME>", "position": "G", "height": "6-1", "weight": "286", "current_team": null, "birth_date": "1963-04-07", "birth_place": "Omaha, NE", "death_date": null, "college": "Nebraska-Omaha", "high_school": "<NAME>, NE", "draft_team": null, "draft_round": null, "d...
json
import asyncio as aio import argparse as ap import sys import os from pathlib import Path from typing import Optional from .cfg import get_cfg from .event import ConnectionMode, DaemonEvent def get_args() -> ap.Namespace: parser = ap.ArgumentParser(description="Send commands to a wcd instance, through a unix s...
python
<gh_stars>10-100 module.exports.get_course_array = get_course_array module.exports.filter_course_by_week = filter_course_by_week Array.prototype.clean = function (deleteValue) { for (var i = 0; i < this.length; i++) { if (this[i] == deleteValue) { this.splice(i, 1);//返回指定的元素 i--; } } return...
javascript
const Router = require('express').Router(); const Post = require('../../models/Post'); const Category = require('../../models/Category'); // Categories Router.get('/', async (req, res, next) => { // Template res.locals.template = 'category.list.ejs'; // Data res.locals.data = { page: { title: 'Categories...
javascript
import { ExecutionMessage } from '../../models/execution'; import isNumber = require('lodash.isnumber'); export interface ForeEachable { forEach(fn: (val: any) => boolean | void): void; } export interface RecycleCmdInfo { cmd: object; total: number; removed: number; patched: number; rest: number; } expor...
typescript
import { Route } from '@vaadin/router'; import Role from './generated/com/example/application/data/Role'; import { appStore } from './stores/app-store'; import './views/helloworld/hello-world-view'; import './views/main-layout'; export type ViewRoute = Route & { title?: string; icon?: string; requiresLogin?: boo...
typescript
In yet another incident, a teenager from Mohali, Punjab has reportedly spent over Rs 2 lakh on PUBG Mobile to buy in-game items. The 15-year old boy had only recently started playing the game in the month of January. He apparently learned how to make online payments via his grandfather's account from a senior at school...
english
/** * Copyright 2018 <NAME>. * * 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...
javascript
import { FileExtensionConst } from '../../constants'; /** * mos 文件辅助操作 * * @author chitanda * @date 2021-11-15 15:11:49 * @export * @class MosFileUtil */ export class MosFileUtil { /** * 是否为支持的扩展 * * @author chitanda * @date 2021-11-15 15:11:09 * @static * @type {RegExp} */ static exten...
typescript
A total of 11 G-20 meetings will be held in four cities in UP including Greater Noida, Lucknow, Agra and Varanasi, out of which 6 meetings will take place in Varanasi alone. New Okhla Industrial Development Authority, popularly known as Noida, is a city located in Gautam Buddh Nagar district. It comes under the state ...
english
<filename>src/js/stores/DCOSStore.js import {EventEmitter} from 'events'; import PluginSDK, {Hooks} from 'PluginSDK'; import { METRONOME_JOBS_CHANGE, DCOS_CHANGE, MESOS_SUMMARY_CHANGE, MARATHON_DEPLOYMENTS_CHANGE, MARATHON_GROUPS_CHANGE, MARATHON_QUEUE_CHANGE, MARATHON_SERVICE_VERSION_CHANGE, MARATHON_...
javascript
import os from flask import send_from_directory from app import create_app settings_module = os.getenv('APP_SETTINGS_MODULE') app = create_app(settings_module)
python
<reponame>richmilton/uk-ireland-stampduty-calculator<gh_stars>1-10 { "name": "uk-ireland-stampduty-calculator", "version": "1.3.0", "description": "stamp duty calculator", "homepage": "https://github.com/richmilton/uk-ireland-stampduty-calculator", "main": "index.js", "scripts": { "test": "node ./node_m...
json
{ "url": "https://github.com/input-output-hk/haskell.nix", "rev": "40b99ebc932f3cde000f812f69cdd440ba3f3468", "date": "2020-10-05T01:14:15+00:00", "path": "/nix/store/q9yxl43dl3v7w4ycknjlb6fg17bw8jwv-haskell.nix", "sha256": "0rfpj52a8y4wv2zl42nqi02brldv56hfp0xnaawb3b33d4hscayk", "fetchSubmodules": false, ...
json
<gh_stars>100-1000 { "": [ "--------------------------------------------------------------------------------------------", "Copyright (c) Microsoft Corporation. All rights reserved.", "Licensed under the MIT License. See License.txt in the project root for license information.", "------------------------------...
json
.ztree li { line-height: 20px!important; } .ztree li span.button{ top: 1px!important; font-family: 'Glyphicons Halflings'!important; font-style: normal!important; font-weight: 400!important; line-height: 1em!important; -webkit-font-smoothing:antialiased!important; -moz-osx-font-smoothing...
css
{ "component": true, "usingComponents": { "bottomSheet": "/components/bottomSheet/index" } }
json
# Portfolio A collection of work and experiments in development.
markdown
# Generated by Django 3.1.6 on 2021-02-09 08:27 import django.core.validators from django.db import migrations, models class Migration(migrations.Migration): initial = True dependencies = [ ] operations = [ migrations.CreateModel( name='Genre', fields=[ ...
python
<filename>commands/Information/botinfo.js const { Command } = require(`reconlx`); const ee = require(`../../settings/embed.json`); const config = require(`../../settings/config.json`); const { MessageEmbed, version } = require(`discord.js`); const emoji = require(`../../settings/emoji.json`); const { duration } = requi...
javascript
<filename>web/_site/2011/05/26/rubinius-rewards/index.html <!DOCTYPE html> <html dir="ltr" lang="en"> <head> <title>Announcing Rubinius Rewards - Rubinius</title> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta content='en' http-equiv='content-language'> ...
html
<filename>resource.go<gh_stars>10-100 package goweb import ( "fmt" "net/http" ) // Resource creates multiple REST handlers from given interface. func (e *Engine) Resource(resourceName string, resource Resource) { resourcePath := fmt.Sprintf("%s/{%s}", resourceName, resource.Identifier()) e.registerRoute(http.Meth...
go
#![no_std] #![feature(concat_idents)] #![feature(collections)] extern crate collections; use collections::vec::Vec; /** * @section License * * The MIT License (MIT) * * Copyright (c) 2017, <NAME> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associate...
rust
{"name":"Journey_of_coding","tagline":"\"Hello World\" as the tradition says!","body":"****_****This website is all about:-****_****\r\n\r\n -how a novice coder ascends learning right from the basics facing challenges \r\n -solutions to the problems faced during the same (for fellow novice coders ;) ) \r\n ...
json