text stringlengths 2 99.9k | meta dict |
|---|---|
using FreeBird.Infrastructure;
using FreeBird.Infrastructure.Domain;
using FreeBird.Infrastructure.Domain.Repositories;
using FreeBird.Infrastructure.Domain.Uow;
using FreeBird.Infrastructure.Exceptions;
using FreeBird.Infrastructure.Linq;
using FreeBird.Infrastructure.Utilities;
using SimpleSSO.Application.Core;
usin... | {
"pile_set_name": "Github"
} |
第九章 后端环境搭建:web.py的使用
=======================================================================
前面都是前端的一些内容,但是要想做出一个能用的东西,始终是不能脱离后端的。因此这一节主要介绍如何使用python的一个web框架webpy。我想读我这个教程的同学大多都是前端,对后端没有什么感觉。因此关于后端的介绍以能用为主,不涉及太多的后端的东西。
9.1 python是什么
----------------------
简单来说Python和JavaScript一样,是一个动态语言,运行在服务器端。语法类似于程序伪码,或者说类似于自然语言。过... | {
"pile_set_name": "Github"
} |
{
"name": "docker-registry-client",
"version": "3.2.10",
"description": "node.js client for the Docker Registry API",
"main": "./lib/index.js",
"dependencies": {
"assert-plus": "^0.1.5",
"base64url": "1.x >=1.0.4",
"bunyan": "1.x >=1.3.3",
"jws": "3.1.0",
"jwk-to-pem": "1.2.0",
"restif... | {
"pile_set_name": "Github"
} |
/*****************************************************************
|
| Platinum - AV Media Browser (Media Server Control Point)
|
| Copyright (c) 2004-2010, Plutinosoft, LLC.
| All rights reserved.
| http://www.plutinosoft.com
|
| This program is free software; you can redistribute it and/or
| modify it under the ter... | {
"pile_set_name": "Github"
} |
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package InternalClass {
import InternalClass.*;
// Commenting out the import statement as this is not ... | {
"pile_set_name": "Github"
} |
package com.cyl.musiclake.ui.music.mv
import com.cyl.musicapi.netease.*
import com.cyl.musiclake.api.music.baidu.BaiduApiServiceImpl
import com.cyl.musiclake.api.music.netease.NeteaseApiServiceImpl
import com.cyl.musiclake.bean.MvInfoBean
import com.cyl.musiclake.api.net.ApiManager
import com.cyl.musiclake.api.net.Req... | {
"pile_set_name": "Github"
} |
// #NoMT #CompilerOptions
// --codepage 0
// It does not mean much to me...
//<Expects status="success"></Expects>
#light
let x = "a"
let y = 'a'.ToString();
(if x = y then 0 else 1) |> exit
| {
"pile_set_name": "Github"
} |
<!-- desktop -->
<div fxHide.lt-md>
<button
mat-button
data-cy="projectSelectMenuButton"
class="space__button_hover_primary"
[matMenuTriggerFor]="menu"
>
<div fxLayout="row" fxLayoutAlign="start center">
<div class="mat-button__text">Projects</div>
<mat-icon class="space__toolbar-ico... | {
"pile_set_name": "Github"
} |
package simplelru
// LRUCache is the interface for simple LRU cache.
type LRUCache interface {
// Adds a value to the cache, returns true if an eviction occurred and
// updates the "recently used"-ness of the key.
Add(key, value interface{}) bool
// Returns key's value from the cache and
// updates the "recently... | {
"pile_set_name": "Github"
} |
'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | {
"pile_set_name": "Github"
} |
<?php
namespace FedEx\ShipService\ComplexType;
use FedEx\AbstractComplexType;
/**
* CustomerImageUsage
*
* @author Jeremy Dunn <jeremy@jsdunn.info>
* @package PHP FedEx API wrapper
* @subpackage Ship Service
*
* @property \FedEx\ShipService\SimpleType\CustomerImageUsageType|string $Type
* @property ... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The etcd Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
/****************************************************************************
* arch/or1k/src/common/up_task_start.c
*
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are pe... | {
"pile_set_name": "Github"
} |
/****
* Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
* Created 2015 by Skurydin Alexey
* http://github.com/SmingHub/Sming
* All files of the Sming Core are provided under the LGPL v3 license.
*
* HttpServer.cpp
*
* Modified: 2017 - Slavey Karadzhov <slav@attach... | {
"pile_set_name": "Github"
} |
/*
* oxAuth is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text.
*
* Copyright (c) 2014, Gluu
*/
package org.gluu.oxauth.model.session;
import org.gluu.oxauth.model.error.IErrorType;
/**
* Error codes for End Session error responses.
*
* @author Javier Rojas Blum Da... | {
"pile_set_name": "Github"
} |
Goal:
-----
CppClean attempts to find problems in C++ source that slow development
in large code bases, for example various forms of unused code.
Unused code can be unused functions, methods, data members, types, etc
to unnecessary #include directives. Unnecessary #includes can cause
considerable extra compi... | {
"pile_set_name": "Github"
} |
open bossLib HolKernel boolLib listTheory rich_listTheory optionTheory combinTheory arithmeticTheory pairTheory;
open sortingTheory wordsTheory;
open ottTheory ottLib caml_typedefTheory;
open utilTheory basicTheory;
val _ = new_theory "matching_fun";
val ALL_DISTINCT_MAP = Q.prove (
`!l f. ALL_DISTINCT (MAP f l) ==> ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S13.2.2_A18_T2;
* @section: 13.2.2;
* @assertion: Using arguments object within a "with" Expression that is nested in a function is admitted;
* @description: Object is declar... | {
"pile_set_name": "Github"
} |
/*!
* jQuery UI Google Map 3.0-rc
* http://code.google.com/p/jquery-ui-map/
* Copyright (c) 2010 - 2012 Johan Säll Larsson
* Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
*
* Depends:
* jquery.ui.map.js
*/
( function($) {
$.extend($.ui.gmap.prototype, {
/**
* Co... | {
"pile_set_name": "Github"
} |
.. highlightlang:: c
.. _type-structs:
Type Objects
============
Perhaps one of the most important structures of the Python object system is the
structure that defines a new type: the :c:type:`PyTypeObject` structure. Type
objects can be handled using any of the :c:func:`PyObject_\*` or
:c:func:`PyType_\*` function... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
package io.github.jhipster.sample.service.mapper;
import io.github.jhipster.sample.domain.Authority;
import io.github.jhipster.sample.domain.User;
import io.github.jhipster.sample.service.dto.UserDTO;
import org.springframework.stereotype.Service;
import java.util.*;
import java.util.stream.Collectors;
/**
* Mappe... | {
"pile_set_name": "Github"
} |
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2002-2019 Free Software Foundation, Inc.
#
# This file is part of GCC.
#
# GCC is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GCC... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=constant.PROC_PIDTASKALLINFO.html">
</head>
<body>
<p>Redirecting to <a href="constant.PROC_PIDTASKALLINFO.html">constant.PROC_PIDTASKALLINFO.html</a>...</p>
<script>location.replace("constant.PROC_PIDTASKALLINFO.html" + locat... | {
"pile_set_name": "Github"
} |
/* Copyright 2003-2015 Joaquin M Lopez Munoz.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* See http://www.boost.org/libs/multi_index for library home page.
*/
#ifndef BOOST_MULTI_INDEX_DETAIL_I... | {
"pile_set_name": "Github"
} |
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | {
"pile_set_name": "Github"
} |
package main
// pure version
import (
"flag"
"github.com/Vonng/ac/lib"
)
const (
defaultDictPath = "/ramdisk/vonng/dict.txt"
defaultInputPath = "/ramdisk/vonng/video_title.txt"
defaultOutputPath = "/ramdisk/vonng/vonng.txt"
)
// args
var (
dictPath string // dict path
inputPath string // input path
ou... | {
"pile_set_name": "Github"
} |
/*
Highcharts funnel module, Beta
(c) 2010-2012 Torstein Hønsi
License: www.highcharts.com/license
*/
(function(d){var u=d.getOptions().plotOptions,p=d.seriesTypes,D=d.merge,z=function(){},A=d.each;u.funnel=D(u.pie,{center:["50%","50%"],width:"90%",neckWidth:"30%",height:"100%",neckHeight:"25%",dataLabels:{conne... | {
"pile_set_name": "Github"
} |
if @error.nil?
# page.replace_html "attendance-student-#{@student.id}-class-hour-#{@absentee.month_date}", :partial => 'attendance_cell'
if @config.config_value=="Daily"
page.replace_html "student-#{@student.id}-date-#{@absentee.month_date.strftime("%d-%m-%Y")}", :partial => 'attendance_cell'
else
page.replace_htm... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env perl
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# This program reads a file containing function prototypes
# (like syscall_solaris.go) and generates system call bodies.
# The prototypes are m... | {
"pile_set_name": "Github"
} |
# Replacement
* [PGS Replacement](#pgs-replacement)
* [Gateway Replacement](#gateway-replacement)
* [Configuration Master Replacement](#configuration-master-replacement)
* [Zookeeper Replacement](#zookeeper-replacement)
## PGS Replacement
The replacement operation is to make a additional replicas and then terminate th... | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 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 applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
#pragma once
#include <stdint.h>
#include <stdbool.h>
#include "libmpv/render.h"
#include "vo.h"
// Helper for finding a parameter value. It returns the direct pointer to the
// value, and if not present, just returns the def argument. In particular, if
// def is not NULL, this never returns NULL (unless a param valu... | {
"pile_set_name": "Github"
} |
diff --recursive -u gcc-7.4.0-vanilla/libitm/beginend.cc gcc-7.4.0/libitm/beginend.cc
--- gcc-7.4.0-vanilla/libitm/beginend.cc 2017-01-01 07:07:43.905435000 -0500
+++ gcc-7.4.0/libitm/beginend.cc 2019-11-09 00:31:10.093128945 -0500
@@ -431,7 +431,7 @@
// Save everything that we might have to restore on restarts or a... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<head>
<style>
table {
border-collapse: collapse;
background-color: red;
}
td, th {
background-color: lime;
width:100px;
height:100px;
box-sizing:border-box;
}
td {
border-top: 4px solid lime;
}
</style>
</head>
<body>
<table cellpadding="0">
<tr><th colspan="2"></th></tr>
<tr><... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Adaptive Cards Designer</title>
<script src="https://unpkg.com/markdown-it@8.4.0/dist/markdown-it.min.js"></script>
<script src="https://unpkg.com/monaco-editor@0.17.1/min/vs/loader.js"></script>
<style type="text/css">
* {
box-sizing: border-box;
}
body {
margin:... | {
"pile_set_name": "Github"
} |
# coding: utf-8
"""
Swagger Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501
OpenAPI spec version: 1.0.0
Contact: apiteam@swagger.io
Generated by: https://github.com/... | {
"pile_set_name": "Github"
} |
@extends('layout.default')
@section('breadcrumb')
<li>
<a href="{{ route('staff.dashboard.index') }}" itemprop="url" class="l-breadcrumb-item-link">
<span itemprop="title" class="l-breadcrumb-item-link-title">@lang('staff.staff-dashboard')</span>
</a>
</li>
<li>
<a href=... | {
"pile_set_name": "Github"
} |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: f137eba12ee10834cb19632437cfdb2e
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<!--
ScadaBR 1.0 - Pacote de Modificações Community Edition
http://www.scadabr.org.br
Adecuación y Traducion para Español: Copyright (C) 2012 por Mílmero González milmero@gmail.com
This file is free software: you may copy, redistribute and/or modify it
under the terms of the GNU General Public License a... | {
"pile_set_name": "Github"
} |
<html>
<head>
<style type="text/css">
@font-face {
font-family: dvsm;
src: url(../fonts/DejaVuSansMono.woff);
}
body {
font-family: dvsm;
}
</style>
</head>
<body>
<p>foo <span style="color:white">x́ŷz̃z̄y</span> bar</p>
</body>
</html>
| {
"pile_set_name": "Github"
} |
{-# LANGUAGE CPP, TypeSynonymInstances, FlexibleInstances, MultiParamTypeClasses, FlexibleContexts #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Graphics.UI.FLTK.LowLevel.JPEGImage
(
jpegImageNew,
jpegImageNewWithData
-- * Hierarchy
--
-- $hierarchy
)
where
#include "Fl_ExportMacros... | {
"pile_set_name": "Github"
} |
# Sistem Genel Bakışı Oluşturma
Kjj Project configurations can be found in the `.gn` and `.gni` files.
## GN Files
The following `gn` files contain the main rules for building Electron:
* `BUILD.gn` defines how Electron itself is built and includes the default configurations for linking with Chromium.
* `build/args... | {
"pile_set_name": "Github"
} |
source("TestHarness.bsh");
class Foo15 {
Foo15 getFoo() { return null; }
void putFoo( Foo15 foo ) { }
static Foo15 getFooStatic() { return null; }
static void putFooStatic( Foo15 foo ) { }
}
interface Bar15 {
Bar15 getBar();
void putBar( Bar15 foo );
}
f = new Foo15();
ic=Bar15.class;
complete();
| {
"pile_set_name": "Github"
} |
/*------------------------------------------------------------------------
* Vulkan Conformance Tests
* ------------------------
*
* Copyright (c) 2016 The Khronos Group Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* ... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | {
"pile_set_name": "Github"
} |
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.9.13 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y
CONFIG_MIGHT_HAVE_PCI=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
CONFIG_HAVE_PROC_CPU=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_RWSEM_XCHGADD_ALG... | {
"pile_set_name": "Github"
} |
/*
** x86/x64 IR assembler (SSA IR -> machine code).
** Copyright (C) 2005-2017 Mike Pall. See Copyright Notice in luajit.h
*/
/* -- Guard handling ------------------------------------------------------ */
/* Generate an exit stub group at the bottom of the reserved MCode memory. */
static MCode *asm_exitstub_gen(ASM... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html lang="en">
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=401046
-->
<head>
<title>Test for Bug 401046</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="... | {
"pile_set_name": "Github"
} |
⚽The rest is ASCII01.
The rest is ASCII02.
The rest is ASCII03.
The rest is ASCII04.
The rest is ASCII05.
The rest is ASCII06.
The rest is ASCII07.
The rest is ASCII08.
The rest is ASCII09.
The rest is ASCII10.
The rest is ASCII11.
The rest is ASCII12.
The rest is ASCII13.
The rest is ASCII14.
The rest is ASCII15.
The ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2018-11-27 SummerGift add spi flash port file
*/
#include <rtthread.h>
#include "spi_flash.h"
#include "spi_flash_sfud.h"
#include "drv_spi.h"
#if defin... | {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Copyright (c) Microsoft Corporation. All rights reserved.
///////////////////////////////////////////////////////... | {
"pile_set_name": "Github"
} |
// Semmle test case for CWE-327: Use of a Broken or Risky Cryptographic Algorithm
// http://cwe.mitre.org/data/definitions/327.html
package test.cwe327.semmle.tests;
import javax.crypto.*;
import javax.crypto.spec.*;
import java.security.*;
class Test {
public void test() {
try {
String input = "ABCDEFG123456";... | {
"pile_set_name": "Github"
} |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.Diagnostics.Runtime.Utilities;
using System.IO;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Collections.Generic;
using Microsoft.Diagnostics.Runtime.Utilities.Pdb;
namespace Microsoft.Diagnos... | {
"pile_set_name": "Github"
} |
// Karma configuration file, see link for more information
// https://karma-runner.github.io/1.0/config/configuration-file.html
module.exports = function (config) {
config.set({
basePath: '',
frameworks: ['jasmine', '@angular-devkit/build-angular'],
plugins: [
require('karma-jasmine'),
requir... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
<!-- Generated with https://github.com/citation-style-language/utilities/tree/master/generate_dependent_styles/data/taylor-and-francis -->
<info>
<title>Housing Policy Debate</title>
<... | {
"pile_set_name": "Github"
} |
/*
* talloc_report into a string
*
* Copyright Volker Lendecke <vl@samba.org> 2015
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option... | {
"pile_set_name": "Github"
} |
# HIFIMAN HE4XX
See [usage instructions](https://github.com/jaakkopasanen/AutoEq#usage) for more options and info.
### Parametric EQs
In case of using parametric equalizer, apply preamp of **-5.4dB** and build filters manually
with these parameters. The first 5 filters can be used independently.
When using independent... | {
"pile_set_name": "Github"
} |
@auto_projection(value = 1)
simple = { value : TEXT; };
| {
"pile_set_name": "Github"
} |
import React from 'react';
import { mount } from 'enzyme';
import AvatarMenu from '..';
describe('<AvatarMenu/>', () => {
it('should pass the icon passed to the AvatarButton', () => {
const component = mount(
<AvatarMenu icon={<svg />}>
<span />
</AvatarMenu>,
... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
#ifndef EIGEN_HOUSEHOLDER_... | {
"pile_set_name": "Github"
} |
---
- src: https://github.com/mrlesmithjr/ansible-apache2.git
- src: https://github.com/mrlesmithjr/ansible-cmdb.git
- src: https://github.com/mrlesmithjr/ansible-postfix.git
- src: https://github.com/mrlesmithjr/ansible-timezone.git
| {
"pile_set_name": "Github"
} |
:baby_bottle:
| {
"pile_set_name": "Github"
} |
#include <Eigen/Core>
#include <iostream>
using namespace Eigen;
using namespace std;
// define a custom template unary functor
template<typename Scalar>
struct CwiseClampOp {
CwiseClampOp(const Scalar& inf, const Scalar& sup) : m_inf(inf), m_sup(sup) {}
const Scalar operator()(const Scalar& x) const { return x<m_... | {
"pile_set_name": "Github"
} |
#living_room-hall-garden
you are in the living_room
to the east there is the hall
to the north there is the kitchen
to the west there is the veranda
? what do you want to do
go to the garden
.cx
-> east
.
east
>>> End context
you are in the hall
to the east there is the corridor
to the north there is the library
to ... | {
"pile_set_name": "Github"
} |
/**
* FreeRDP: A Remote Desktop Protocol Implementation
* Static Virtual Channel Interface
*
* Copyright 2009-2011 Jay Sorg
* Copyright 2015 Thincast Technologies GmbH
* Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
... | {
"pile_set_name": "Github"
} |
module Cms
class Attachment < ActiveRecord::Base
MULTIPLE = 'multiple'
SANITIZATION_REGEXES = [[/\s/, '_'], [/[&+()]/, '-'], [/[=?!'"{}\[\]#<>%]/, '']]
#' this tic cleans up emacs ruby mode
self.table_name = :cms_attachments
cattr_accessor :definitions, :instance_writer => false
@@definiti... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<script type="text/javascript">window.location.replace('/rmwc/?p=' + window.location.pathname.split('/rmwc/')[1] + (window.location.search ? '&' + window.location.search.slice(1) : ''));</script>
<meta name="google-site-verification" content="zArJNTXiV31Ctcf8DTTd9DHQxIcRv5j6... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function() {
var mode = CodeMirror.getMode({tabSize: 4}, 'textile');
function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); }
MT('simpleParagraphs',
... | {
"pile_set_name": "Github"
} |
var addButton = document.querySelector('#add');
var displayButton = document.querySelector('#display');
var DB_NAME = 'timestamps';
var DB_VERSION = 1;
var STORE_NAME = 'store';
var db;
var request = indexedDB.open(DB_NAME, DB_VERSION);
request.onupgradeneeded = function() {
// Create a new object store if this is ... | {
"pile_set_name": "Github"
} |
#include "a.h"
/*
* 14. Three-part titles.
*/
void
r_lt(int argc, Rune **argv)
{
Rune *p;
if(argc < 2)
nr(L(".lt"), evalscale(L("6.5i"), 'm'));
else{
if(argc > 2)
warn("too many arguments for .lt");
p = argv[1];
if(p[0] == '-')
nr(L(".lt"), getnr(L(".lt"))-evalscale(p+1, 'm'));
else if(p[0] == '... | {
"pile_set_name": "Github"
} |
This provides guidance on how to contribute various content to `rocksdb.org`.
## Getting started
You should only have to do these one time.
- Rename this file to `CONTRIBUTING.md`.
- Rename `EXAMPLE-README-FOR-RUNNING-DOCS.md` to `README.md` (replacing the existing `README.md` that came with the template).
- Rename ... | {
"pile_set_name": "Github"
} |
;;; ls-lisp-tests.el --- tests for ls-lisp.el -*- lexical-binding: t-*-
;; Copyright (C) 2017-2018 Free Software Foundation, Inc.
;; Author: Tino Calancha <tino.calancha@gmail.com>
;; Keywords:
;; This file is part of GNU Emacs.
;; GNU Emacs is free software: you can redistribute it and/or modify
;; it under the t... | {
"pile_set_name": "Github"
} |
Relájese, mejore el enfoque y aumente la productividad con sonidos de fondo.
| {
"pile_set_name": "Github"
} |
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2002.
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt... | {
"pile_set_name": "Github"
} |
apiVersion: v1
data:
MYSQL_ROOT_PASSWORD: ?{base64:targets/all-glob/mysql/password:3192c15c}
MYSQL_ROOT_PASSWORD_SHA256: ?{base64:targets/all-glob/mysql/password_sha256:a18bc263}
kind: Secret
metadata:
annotations: {}
labels:
name: glob_instance
name: glob_instance
namespace: all-glob
type: Opaque
| {
"pile_set_name": "Github"
} |
/*!
{
"name": "ES5 String",
"property": "es5string",
"notes": [{
"name": "ECMAScript 5.1 Language Specification",
"href": "http://www.ecma-international.org/ecma-262/5.1/"
}],
"polyfills": ["es5shim"],
"authors": ["Ron Waldon (@jokeyrhyme)"],
"tags": ["es5"]
}
!*/
/* DOC
Check if browser implement... | {
"pile_set_name": "Github"
} |
$(if custom_methods and #custom_methods > 0 then
OUT = [[
//
// Custom Methods
//
]]
for i=1,#custom_methods do
OUT=OUT..'\n'
OUT=OUT..custom_methods[i].return_type..[[ ${name}::]]..custom_methods[i].name..'('
if custom_methods[i].parameters then
for pnum=1,#custom_methods[i].parameters do
if pnum > 1 ... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AsyncStreamingTcpServer", "AsyncStreamingTcpServer.vcproj", "{FB8CC898-3E55-4695-839B-870D28D1A036}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
De... | {
"pile_set_name": "Github"
} |
using NUnit.Framework;
using Warewolf.Options;
namespace Warewolf.Data.Options.Tests
{
[TestFixture]
public class ConditionExpressionTests
{
[Test]
public void ConditionExpression_GivenMatchExpression()
{
var condition = new ConditionExpression
{
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 Hans de Goede <hdegoede@redhat.com>
*
* This file is dual-licensed: you can use it either under the terms
* of the GPL or the X11 license, at your option. Note that this dual
* licensing only applies to this file, and not this project as a
* whole.
*
* a) This file is free software; you can... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2008 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditi... | {
"pile_set_name": "Github"
} |
from wfdb.io.record import (Record, MultiRecord, rdheader, rdrecord, rdsamp, wrsamp,
dl_database, edf2mit, mit2edf, wav2mit, mit2wav, wfdb2mat,
sampfreq, signame, SIGNAL_CLASSES)
from wfdb.io._signal import est_res, wr_dat_file
from wfdb.io.annotation import (Anno... | {
"pile_set_name": "Github"
} |
// A sample QUnit test
QUnit.test("equal test", function (assert) {
assert.equal( 0, 0, "Zero, Zero; equal succeeds" );
assert.equal( "", 0, "Empty, Zero; equal succeeds" );
assert.equal( "", "", "Empty, Empty; equal succeeds" );
assert.equal( 0, false, "Zero, false; equal succeeds" );
});
| {
"pile_set_name": "Github"
} |
/**
* @typedef {object} Phaser.Types.Loader.XHRSettingsObject
* @since 3.0.0
*
* @property {XMLHttpRequestResponseType} responseType - The response type of the XHR request, i.e. `blob`, `text`, etc.
* @property {boolean} [async=true] - Should the XHR request use async or not?
* @property {string} [user=''] - Opti... | {
"pile_set_name": "Github"
} |
package client
import (
"net/url"
"github.com/docker/docker/api/types"
"golang.org/x/net/context"
)
// NodeRemove removes a Node.
func (cli *Client) NodeRemove(ctx context.Context, nodeID string, options types.NodeRemoveOptions) error {
query := url.Values{}
if options.Force {
query.Set("force", "1")
}
re... | {
"pile_set_name": "Github"
} |
using Chloe.Infrastructure;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
namespace Chloe.SqlServer
{
public class DefaultDbConnectionFactory : IDbConnectionFactory
{
string _connString;
public DefaultDbCon... | {
"pile_set_name": "Github"
} |
# Expressions
Delve can evaluate a subset of go expression language, specifically the following features are supported:
- All (binary and unary) on basic types except <-, ++ and --
- Comparison operators on any type
- Type casts between numeric types
- Type casts of integer constants into any pointer type and vice ve... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# frozen_string_literal: true
require 'utils/ArithmeticEvaluator'
require 'utils/format'
require 'utils/normalize'
require 'utils/table'
require 'utils/d66_grid_table'
# ビーストバインド トリニティのダイスボット
#
# = 前ver(1.43.07)からの変更・修正
# * nBBで判定を行う際、「ダイスを1個しか振らない場合」の達成値計算が正しくなかった誤りを修正。
# * @x(クリティカル値指定)、を加減式... | {
"pile_set_name": "Github"
} |
## DOM [Back](./../HTML.md)
- DOM(the **D**ocument **O**bject **M**odel) is a platform- and language-neutral(語言無關的) interface that will allow programs and scripts to dynamically access and update the content, structure and style of documents.
| {
"pile_set_name": "Github"
} |
'use strict';
var GetIntrinsic = require('../GetIntrinsic');
var $Math = GetIntrinsic('%Math%');
var ToNumber = require('./ToNumber');
var $isNaN = require('../helpers/isNaN');
var $isFinite = require('../helpers/isFinite');
var $sign = require('../helpers/sign');
var $mod = require('../helpers/mod');
var $floor =... | {
"pile_set_name": "Github"
} |
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not... | {
"pile_set_name": "Github"
} |
<?php
/**
* Customize API: WP_Customize_New_Menu_Control class
*
* @package WordPress
* @subpackage Customize
* @since 4.4.0
*/
/**
* Customize control class for new menus.
*
* @since 4.3.0
*
* @see WP_Customize_Control
*/
class WP_Customize_New_Menu_Control extends WP_Customize_Control {
/**
* Control... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2016 Ventu.io, Oleg Sklyar, contributors
// The use of this source code is governed by a MIT style license found in the LICENSE file
package shortid_test
import (
"testing"
"time"
"github.com/corestoreio/pkg/util/shortid"
)
func Test_onGetDefault_defaultInstance(t *testing.T) {
sid := shortid.G... | {
"pile_set_name": "Github"
} |
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under t... | {
"pile_set_name": "Github"
} |
#ifndef HLSL_TOKENIZER_H
#define HLSL_TOKENIZER_H
namespace M4
{
/** In addition to the values in this enum, all of the ASCII characters are
valid tokens. */
enum HLSLToken
{
// Built-in types.
HLSLToken_Float = 256,
HLSLToken_Float1,
HLSLToken_Float1x1,
HLSLToken_Float2,
HLSLToken_Flo... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.