text stringlengths 2 95.7k | meta dict |
|---|---|
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011+, HL7, 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:
* Redistributions of source code must retain the above copyrigh... | {
"pile_set_name": "Github"
} |
version: 2
jobs:
test:
working_directory: /go/src/github.com/goccy/go-yaml
docker:
- image: circleci/golang:1.12
environment:
GO111MODULE: "on"
steps:
- checkout
- run:
name: Download modules
command: |
go mod download
- run:
na... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
Copyright (c) 2011, Intel Corp.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source cod... | {
"pile_set_name": "Github"
} |
/*
PURPOSE: (Monte carlo structures)
REFERENCE: (Trick Users Guide)
ASSUMPTIONS AND LIMITATIONS: (None)
PROGRAMMERS: ((Keith Vetter) (LinCom) (7/2003))
*/
#ifndef REMOTESHELL_HH
#define REMOTESHELL_HH
namespace Trick {
enum RemoteShell {
TRIC... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* ftgasp.h */
/* */
/* Ac... | {
"pile_set_name": "Github"
} |
/*
* Webcodesk
* Copyright (C) 2019 Oleksandr (Alex) Pustovalov
*
* 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 o... | {
"pile_set_name": "Github"
} |
@using Kubernetes
@namespace Kubernetes.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
| {
"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"
} |
'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"
} |
'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"
} |
/**
******************************************************************************
* @file stm32f4xx_hal_irda.h
* @author MCD Application Team
* @version V1.1.0
* @date 19-June-2014
* @brief Header file of IRDA HAL module.
**************************************************************************... | {
"pile_set_name": "Github"
} |
JCLOPENDLGHOOK DIALOG 0, 0, 340, 20
STYLE WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | DS_CONTROL
FONT 8, "Courier New"
BEGIN
END
| {
"pile_set_name": "Github"
} |
---
title: Dana Contreras
summary: Systems engineer (Twitter), pilot
categories:
- developer
- mac
---
### Who are you, and what do you do?
[I'm](http://about.me/DanaDanger "Dana's About.me page.") a systems engineer on Twitter's infrastructure team; I've been at Twitter since early 2010. I keep the tweets flowing an... | {
"pile_set_name": "Github"
} |
/*********************************************************************/
/* Copyright 2009, 2010 The University of Texas at Austin. */
/* All rights reserved. */
/* */
/* Redistribution and use in sou... | {
"pile_set_name": "Github"
} |
/*********************************************************************/
/* Copyright 2009, 2010 The University of Texas at Austin. */
/* All rights reserved. */
/* */
/* Redistribution and use in sou... | {
"pile_set_name": "Github"
} |
/*********************************************************************/
/* Copyright 2009, 2010 The University of Texas at Austin. */
/* All rights reserved. */
/* */
/* Redistribution and use in sou... | {
"pile_set_name": "Github"
} |
/*********************************************************************/
/* Copyright 2009, 2010 The University of Texas at Austin. */
/* All rights reserved. */
/* */
/* Redistribution and use in sou... | {
"pile_set_name": "Github"
} |
/*********************************************************************/
/* Copyright 2009, 2010 The University of Texas at Austin. */
/* All rights reserved. */
/* */
/* Redistribution and use in sou... | {
"pile_set_name": "Github"
} |
/*********************************************************************/
/* Copyright 2009, 2010 The University of Texas at Austin. */
/* All rights reserved. */
/* */
/* Redistribution and use in sou... | {
"pile_set_name": "Github"
} |
#region License
// Copyright (c) 2007 James Newton-King
//
// 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, ... | {
"pile_set_name": "Github"
} |
#import "GPUImageFilter.h"
/** Kuwahara image abstraction, drawn from the work of Kyprianidis, et. al. in their publication "Anisotropic Kuwahara Filtering on the GPU" within the GPU Pro collection. This produces an oil-painting-like image, but it is extremely computationally expensive, so it can take seconds to rende... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* gui/common/RSPlainTextEdit.h *
* *
* Copyright (C) 2013 RetroShare Team <retroshare.project@gmail.com> ... | {
"pile_set_name": "Github"
} |
@import '~src/css/core/global.scss';
@media (min-width: 320px) {
:host {
.btn.show-player {
background-color: var(--brand-primary);
color: var(--brand-inverse-text);
}
.full-screen.show-player {
transform: scale(5);
background-color: transparent;
color: var(--brand-primary);... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">{
"Info": [
{
"IsSuccess": "True",
"InAddress": "嘉義縣新港鄉宮前村中山路167號",
"InSRS": "EPSG:4326",
"InFuzzyType": "[單雙號機制]+[最近門牌號機制]",
"InFuzzyBuffer": "0",
"InIsOnlyFullMatch": "False",
"InIsLock... | {
"pile_set_name": "Github"
} |
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"-------------------------------------------------... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2014-2020 Sarin Na Wangkanai, All Rights Reserved.
// The Apache v2. See License.txt in the project root for license information.
using Xunit;
namespace Wangkanai.Detection.Services
{
public class DetectionServiceTest
{
[Fact]
public void IfNull()
{
... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# 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/.
#
# Download models and check that models can be correctly be loaded. Can be
# disabled by passing CHECK_MODE... | {
"pile_set_name": "Github"
} |
/* $Id$ */
/* Copyright (C) 2004 Alexander Chernov */
/* This file is derived from `arpa/nameser.h' of the GNU C Library,
version 2.3.2. The original copyright follows. */
/*
* Copyright (c) 1983, 1989, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in ... | {
"pile_set_name": "Github"
} |
package net.anotheria.moskito.webui.shared.api.filter;
/**
* A single matcher that can be used in filters.
*
* @author lrosenberg
* @since 20.04.15 09:22
*/
public interface Matcher {
/**
* Returns true if the target matches criteria.
* @param target target to check.
* @return
*/
boolean doesMatch(Strin... | {
"pile_set_name": "Github"
} |
@import "./stylelint.css";
| {
"pile_set_name": "Github"
} |
using Windows.UI.Xaml.Controls;
namespace AppStudio.Uwp.Samples.Labs
{
public sealed partial class AutoHideHelp : UserControl
{
public AutoHideHelp()
{
this.InitializeComponent();
}
}
}
| {
"pile_set_name": "Github"
} |
package generator
import (
"math/rand"
)
// RandomNumber returns a random number
func RandomNumber() int {
return rand.Int()
}
| {
"pile_set_name": "Github"
} |
/*
* RFC 1186/1320 compliant MD4 implementation
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modific... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("widget","ko",{move:"움직이려면 클릭 후 드래그 하세요"}); | {
"pile_set_name": "Github"
} |
error while printing array
received a string
string
| {
"pile_set_name": "Github"
} |
/*
---------------------------------------------------------------------------
Open Asset Import Library (assimp)
---------------------------------------------------------------------------
Copyright (c) 2006-2015, assimp team
All rights reserved.
Redistribution and use of this software in source and binary forms,
w... | {
"pile_set_name": "Github"
} |
/***********************************************************************
Copyright (c) 2006-2011, Skype Limited. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
- Redistributions of source code must retai... | {
"pile_set_name": "Github"
} |
/*-
* Copyright (c) 1982, 1986, 1990, 1993
* The Regents of the University of California. All rights reserved.
* Copyright (c) 2014, Nokia
* Copyright (c) 2014, Enea Software AB
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condi... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Copyright © 2013-2016 The Nxt Core Developers. *
* Copyright © 2016-2018 Jelurida IP B.V. *
* *
... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2011-2013 Fabien Cazenave, Mozilla.
*
* 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, mo... | {
"pile_set_name": "Github"
} |
/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
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.... | {
"pile_set_name": "Github"
} |
source: https://www.securityfocus.com/bid/13338/info
CartWIZ is prone to a cross-site scripting vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input.
An attacker may leverage this issue to have arbitrary script code executed in the browser of an unsuspecting us... | {
"pile_set_name": "Github"
} |
return { hoverriot = {
unitname = [[hoverriot]],
name = [[Mace]],
description = [[Riot Hover]],
acceleration = 0.14,
activateWhenBuilt = true,
brakeRate = 0.36,
buildCostMetal = 400,
builder = false,
buildPic = [[hoverrio... | {
"pile_set_name": "Github"
} |
/*
* Author: Mike Ash <mikeash@plausiblelabs.com>
*
* Copyright (c) 2012-2013 Plausible Labs Cooperative, Inc.
* All rights reserved.
*
* 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... | {
"pile_set_name": "Github"
} |
//
// AppDelegate.h
// FLAnimatedImageDemo
//
// Created by Raphael Schaad on 4/1/14.
// Copyright (c) 2014 Flipboard. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder
@end
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2012 Google Inc.
*
* 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 i... | {
"pile_set_name": "Github"
} |
Бібліографічні записи — типова структура за MARC 21 (локальні поля, підполя).
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2020, the SerenityOS developers.
* 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
* ... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
Copyright (c) 2014, Intel Corp.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source cod... | {
"pile_set_name": "Github"
} |
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
animation-name: flash;
}
| {
"pile_set_name": "Github"
} |
no humans were harmed , tested or tasted in the making of this film .
all recipes are fictions .
twentieth century fox does not condone cannibalism .
a psychological thriller that will scare you to the depth of your soul !
director/writer antonia bird shows us that the most terrifying horror is not provided by gian... | {
"pile_set_name": "Github"
} |
namespace Dock.Model
{
public class LeftBottomTool1
{
}
}
| {
"pile_set_name": "Github"
} |
/***************************************************************************
* Copyright (C) 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
* Copyrig... | {
"pile_set_name": "Github"
} |
Displacement keys
=================
Move around inside calcurse screens.
The following scheme summarizes how to get around:
move up
move to previous week
k K UP
move left ^
move to previous day ... | {
"pile_set_name": "Github"
} |
Copyright (c) 1992-2008 The University of Tennessee. All rights reserved.
$COPYRIGHT$
Additional copyrights may follow
$HEADER$
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redistributions of source code must retai... | {
"pile_set_name": "Github"
} |
/*
* Copyright Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the authors tag. All rights reserved.
*
* This copyrighted material is made available to anyone wishing to use,
* modify, copy, or redistribute it subject to the terms and conditions
* of the GNU General Public License vers... | {
"pile_set_name": "Github"
} |
Jekyll Themes
=============
A directory of the best-looking themes for Jekyll blogs
Submitting a Theme
------------------
Have a theme you want to share?
* Fork the site on GitHub
* Create a new post in the `_posts` directory and fill out the relevant YAML fields
* Make a 250x200 thumbnail and drop it in the thumb... | {
"pile_set_name": "Github"
} |
// Copyright Odin Holmes 2016.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.md or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#pragma once
#include <kvasir/mpl/sequence/push_back.hpp> | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm32f4xx_hal_dma_ex.h
* @author MCD Application Team
* @version V1.7.0
* @date 17-February-2017
* @brief Header file of DMA HAL extension module.
***********************************************************... | {
"pile_set_name": "Github"
} |
#!/bin/sh
#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
| {
"pile_set_name": "Github"
} |
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
| {
"pile_set_name": "Github"
} |
/******************************************************************************
* SOFA, Simulation Open-Framework Architecture *
* (c) 2006 INRIA, USTL, UJF, CNRS, MGH *
* *
... | {
"pile_set_name": "Github"
} |
package com.turtleplayer.persistance.framework.mapping;
import com.turtleplayer.persistance.framework.creator.Creator;
/**
* TURTLE PLAYER
* <p/>
* Licensed under MIT & GPL
* <p/>
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
* INCLUDING BUT NOT LIMITED TO THE WARRANTIES ... | {
"pile_set_name": "Github"
} |
@use "../base/mixins" as *;
// adduse
| {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* cfftypes.h */
/* */
/* Ba... | {
"pile_set_name": "Github"
} |
/**
* @file
*/
/*
Copyright (C) 2002-2020 UFO: Alien Invasion.
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 2
of the License, or (at your option) any later version.
This program... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 2015 Intel Corporation
*
* 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, pub... | {
"pile_set_name": "Github"
} |
/* -LICENSE-START-
* ** Copyright (c) 2014 Blackmagic Design
* **
* ** Permission is hereby granted, free of charge, to any person or organization
* ** obtaining a copy of the software and accompanying documentation covered by
* ** this license (the "Software") to use, reproduce, display, distribute,
* ** execute... | {
"pile_set_name": "Github"
} |
@interface NSMenu (Additions)
- (NSMenuItem*)parentMenuItem;
@end
| {
"pile_set_name": "Github"
} |
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*-----... | {
"pile_set_name": "Github"
} |
# https://help.github.com/articles/about-codeowners/
#
* @bibaijin
| {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
module Test
module Models
class Book
end
end
end
| {
"pile_set_name": "Github"
} |
using System;
namespace FirClient.Logic.Event
{
/// <summary>
/// 开始战斗
/// </summary>
internal class EvStartFight : BaseSceneEvent
{
public override void OnExecute(string param, Action moveNext)
{
battleHandlerMgr.StartFight(moveNext);
}
}
} | {
"pile_set_name": "Github"
} |
FILE "z.wav" WAVE
TRACK 01 AUDIO
| {
"pile_set_name": "Github"
} |
# Copyright 2018 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.
FROM scratch
LABEL maintainer "golang-dev@googlegroups.com"
COPY ca-certificates.crt /etc/ssl/certs/
COPY h2demo /
ENTRYPOINT ["/h2demo", "-prod"]
| {
"pile_set_name": "Github"
} |
Redmine is a flexible project management web application. Written using
the Ruby on Rails framework, it is cross-platform and cross-database.
Some of the main features of Redmine are:
* Flexible role based access control
* Flexible issue tracking system
* Gantt chart and calendar
* News, documents & files mana... | {
"pile_set_name": "Github"
} |
/*
* FreeRTOS Kernel V10.1.0
* Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* 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, ... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
module RailsWorkflow
module ApplicationHelper
end
end
| {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0-only
subdir-ccflags-y += -I$(src)/..
| {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* psconv.c */
/* */
/* So... | {
"pile_set_name": "Github"
} |
/*
* The MIT License
*
* Copyright (c) 2004-2009, Kohsuke Kawaguchi
*
* 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... | {
"pile_set_name": "Github"
} |
using UnityEngine;
namespace com.spacepuppy.Anim
{
public class AnimLayerAttribute : PropertyAttribute
{
}
}
| {
"pile_set_name": "Github"
} |
/**
* Macedonian translation for bootstrap-datepicker
* Marko Aleksic <psybaron@gmail.com>
*/
;(function($){
$.fn.datepicker.dates['mk'] = {
days: ["Недела", "Понеделник", "Вторник", "Среда", "Четврток", "Петок", "Сабота", "Недела"],
daysShort: ["Нед", "Пон", "Вто", "Сре", "Чет", "Пет", "Саб", "Н... | {
"pile_set_name": "Github"
} |
/**
* Macedonian translation for bootstrap-datepicker
* Marko Aleksic <psybaron@gmail.com>
*/
;(function($){
$.fn.datepicker.dates['mk'] = {
days: ["Недела", "Понеделник", "Вторник", "Среда", "Четврток", "Петок", "Сабота", "Недела"],
daysShort: ["Нед", "Пон", "Вто", "Сре", "Чет", "Пет", "Саб", "Н... | {
"pile_set_name": "Github"
} |
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
// If you have no idea what ASN.1 or BER is, see this:
// ftp://ftp.rsa.com/pub/pkcs/ascii/layman.asc
var Ber = require('./ber/index');
///--- Exported API
module.exports = {
Ber: Ber,
BerReader: Ber.Reader,
BerWriter: Ber.Writer
};
| {
"pile_set_name": "Github"
} |
/* _________________________________________________________________________
*
* Tachyon : A Self-Hosted JavaScript Virtual Machine
*
*
* This file is part of the Tachyon JavaScript project. Tachyon is
* distributed at:
* http://github.com/Tachyon-Team/Tachyon
*
*
* Copyright (c) 2011, Univers... | {
"pile_set_name": "Github"
} |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2018 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in th... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013 The Android Open Source Project
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* * Redistributions of source code must retain the above copyright
* notice, t... | {
"pile_set_name": "Github"
} |
package org.sql2o.pojos;
/**
* Created by IntelliJ IDEA.
* User: lars
* Date: 12/6/11
* Time: 10:14 AM
* To change this template use File | Settings | File Templates.
*/
public class StringConversionPojo {
public Integer val1;
public long val2;
public Integer val3;
public int val4;
publi... | {
"pile_set_name": "Github"
} |
# 包含一个学生类,
# 一个sayhello函数,
# 一个打印语句
class Student():
def __init__(self, name="NoName", age=18):
self.name = name
self.age = age
def say(self):
print("My name is {0}".format(self.name))
def sayHello():
print("Hi, 欢迎来到图灵学院!")
print("我是模块p01呀,你特么的叫我干毛")
| {
"pile_set_name": "Github"
} |
.octicon {
display: inline-block;
vertical-align: text-top;
fill: currentColor;
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012-2018 Red Hat, Inc.
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Red Hat, Inc. - initial API a... | {
"pile_set_name": "Github"
} |
#name : Startup
#contributor : Rick Moynihan <rick@sourcesmouth.co.uk>
# --
#+STARTUP: ${1:options}
| {
"pile_set_name": "Github"
} |
#
# PRE: update
#
# A more generic "update" mechanism
#
update {
&control.Cleartext-Password := 'hello'
}
success
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018, Adam <Adam@sigterm.info>
* 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
* li... | {
"pile_set_name": "Github"
} |
# The Great Computer Language Shootout
# http://shootout.alioth.debian.org/
#
# Contributed by Peter Bjarke Olsen
# Modified by Doug King
# Adapted for the Ruby Benchmark Suite.
def revcomp(seq)
seq.reverse!.tr!('wsatugcyrkmbdhvnATUGCYRKMBDHVN','WSTAACGRYMKVHDBNTAACGRYMKVHDBN')
stringlen = seq.length
0.step(stri... | {
"pile_set_name": "Github"
} |
@echo off
cd "%~dp0\qlik-py-env\Scripts"
call activate
cd ..\core
python __main__.py
pause | {
"pile_set_name": "Github"
} |
@import "../styles/mixins/index.less";
@import "../styles/themes/index.less";
.@{wux-prefix}-picker {
display: flex;
align-items: center;
flex-direction: row;
}
| {
"pile_set_name": "Github"
} |
# 介绍
基于 nodejs 的后台管理系统, 如果不熟悉 nodejs 的话, 可以尝试 Wordpress 的旧版本:[qinPress](https://github.com/Qinmei/qinPress), wordpress 是旧版本, 页面上没有太大的区别, 主要是功能上的差距;
使用之前请反复查看[使用文档](https://qinvideo.org), 避免出现一些低级错误导致无法启动
视频安装教程:https://qinvideo.org/video/#%E5%AE%89%E8%A3%85
## 交流
使用上的问题以及产品设计方面的想法可以提 issue, 这样才会进入到后续的开发计划中, QQ 群只提... | {
"pile_set_name": "Github"
} |
// Copyright Joyent, Inc. and other Node contributors.
//
// 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, modi... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.