text
stringlengths
2
99.1k
meta
dict
<html> <body> <h2>Hello World!</h2> </body> </html>
{ "pile_set_name": "Github" }
--- record.c.orig 2001-08-14 20:10:46.000000000 +0800 +++ record.c 2011-09-05 15:09:11.000000000 +0800 @@ -31,14 +31,18 @@ ** May 25, 2000 Ver 1.0 */ -#include<stdio.h> -#include<fcntl.h> -#include<sys/types.h> -#include<pwd.h> -#include<ctype.h> -#include<errno.h> +#include <sys/types.h> +#include <stdio.h> +#incl...
{ "pile_set_name": "Github" }
<html> <body> <h2>Hello World!</h2> </body> </html>
{ "pile_set_name": "Github" }
// Copyright 2012 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 package contains integration tests for the // golang.org/x/crypto/ssh package. package test // import "golang.org/x/crypto/ssh/test"
{ "pile_set_name": "Github" }
# ZTE / Vodafone K4201 TargetVendor=0x19d2 TargetProduct=0x0017 StandardEject=1
{ "pile_set_name": "Github" }
// Copyright 2018 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Comparing different copy schemes against spread initial literals. // Benchmarks for large holey double arrays. const largeHoleyArray = new Array(1e5...
{ "pile_set_name": "Github" }
connectmodule Wreal2L(input wreal w, output wire l); logic lval; parameter real vsup = 1.8; parameter real vth_hi = 0.7*vsup; parameter real vth_lo = 0.3*vsup; always begin if( w >= vth_hi) lval = 1'b1; else if(w <= vth_lo) lval = 1'b0; else if(w === `wrealZState) lval = 1...
{ "pile_set_name": "Github" }
(function catchExternalLinks() { document.body.addEventListener('click', function externalLinkslistener(e) { if (e.target && e.target.matches('a')) { if (e.target.href) { nw.Shell.openExternal(e.target.href); e.stopPropagation(); } e.preven...
{ "pile_set_name": "Github" }
2020-06-17 Version: 2.1.1 - Change dependency to aliyun-python-sdk-core. 2019-12-02 Version: 2.1.0 - Remove QuerySmsProdStatus OpenAPI. 2019-11-14 Version: 2.0.0 - Released dysms OpenAPI.
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only // expected-no-diagnostics typedef __attribute__((ext_vector_type(4))) float float4; float4 foo(float4 a, float4 b, float4 c, float4 d) { return a < b ? c : d; }
{ "pile_set_name": "Github" }
name: "DevCamp" url: "http://devcamp.com.br"
{ "pile_set_name": "Github" }
class Cuboid attr_reader :length, :width, :height def initialize length, width, height @length = length @width = width @height = height end def volume area * height end def area length * width end end
{ "pile_set_name": "Github" }
import sys from .runner import run if __name__ == '__main__': exit = run() if exit: sys.exit(exit)
{ "pile_set_name": "Github" }
<p>Narzędzie to usuwa aktualnie wybrane podmioty.</p>
{ "pile_set_name": "Github" }
[![npm][npm]][npm-url] [![node][node]][node-url] [![deps][deps]][deps-url] [![chat][chat]][chat-url] <div align="center"> <a href="https://github.com/webpack/webpack"> <img width="200" height="200" src="https://webpack.js.org/assets/icon-square-big.svg"> </a> <h1>Style Loader</h1> <p>Adds CSS to the ...
{ "pile_set_name": "Github" }
/* Copyright (C) 2016 Apple Inc. All Rights Reserved. See LICENSE.txt for this sample’s licensing information Abstract: The presented view controller for the Cross Dissolve demo. */ @import UIKit; @interface AAPLCrossDissolveSecondViewController : UIViewController @end
{ "pile_set_name": "Github" }
// bsla_noreturn.cpp -*-C++-*- #include <bsla_noreturn.h> #include <bsls_ident.h> BSLS_IDENT("$Id$ $CSID$") // ---------------------------------------------------------------------------- // Copyright 2019 Bloomberg Finance L.P. // // Licensed under the Apache License,...
{ "pile_set_name": "Github" }
It’s not possible to get legal recognition for your same-sex relationship in Morocco.
{ "pile_set_name": "Github" }
GL_VERSION_3_3 https://www.opengl.org/registry/doc/glspec33.compatibility.20100311.pdf GL_RGB10_A2UI 0x906F GL_VERTEX_ATTRIB_ARRAY_DIVISOR 0x88FE void glVertexAttribDivisor (GLuint index, GLuint divisor)
{ "pile_set_name": "Github" }
/** * Alias Tag Used * * @alias hello */ window.hello = function() { } /** * Alias Tag Unused */ window.hello = function() { }
{ "pile_set_name": "Github" }
// Copyright 2014 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. package typeutil import "go/types" // Dependencies returns all dependencies of the specified packages. // // Dependent packages appear in topological order: i...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1045 &1 EditorBuildSettings: m_ObjectHideFlags: 0 serializedVersion: 2 m_Scenes: []
{ "pile_set_name": "Github" }
// // Jumbotron // -------------------------------------------------- .jumbotron { padding: @jumbotron-padding; margin-bottom: @jumbotron-padding; color: @jumbotron-color; background-color: @jumbotron-bg; h1, .h1 { color: @jumbotron-heading-color; } p { margin-bottom: (@jumbotron-padding / 2)...
{ "pile_set_name": "Github" }
CONFIG_HW_COMPATIBILITY=y # CONFIG_MTD is not set CONFIG_LUAPKG="lua5.2" CONFIG_EXTRA_CFLAGS="-g" CONFIG_BOOTLOADER_NONE=y CONFIG_HASH_VERIFY=y CONFIG_ENCRYPTED_IMAGES=y CONFIG_WEBSERVER=y CONFIG_MONGOOSESSL=y CONFIG_LUAEXTERNAL=y CONFIG_RAW=y CONFIG_LUASCRIPTHANDLER=y CONFIG_SHELLSCRIPTHANDLER=y CONFIG_HANDLER_IN_LUA=...
{ "pile_set_name": "Github" }
#container1, #container2, #container3 { min-width: 300px; max-width: 800px; height: 120px; margin: 0 auto; }
{ "pile_set_name": "Github" }
p :link { ba:zinga;;; foo: bar;;; }
{ "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. /*--- info: Check For Statement for automatic semicolon insertion es5id: 7.9_A6.1_T12 description: for (false \n semicolon false \n semicolon \n) ---*/ //CHECK#1 for(false ;false ...
{ "pile_set_name": "Github" }
// // AppDelegate.h // 通过coreGraphic把图片变灰 // // Created by 黄成都 on 15/7/4. // Copyright (c) 2015年 黄成都. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
{ "pile_set_name": "Github" }
namespace Vulnerator.View.UI { /// <summary> /// Interaction logic for SplashWindow.xaml /// </summary> public partial class SplashWindow { public SplashWindow() { InitializeComponent(); } } }
{ "pile_set_name": "Github" }
doctype html html head title= title link(rel='stylesheet', href='/torflow.css') body block content
{ "pile_set_name": "Github" }
package com.fpinjava.state.exercise12_05; import com.fpinjava.common.Tuple; public interface RNG { Tuple<Integer, RNG> nextInt(); }
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("uploadwidget","pt-br",{abort:"Envio cancelado pelo usuário.",doneOne:"Arquivo enviado com sucesso.",doneMany:"Enviados %1 arquivos com sucesso.",upl...
{ "pile_set_name": "Github" }
/var/log/pandora/pandora_server.log /var/log/pandora/pandora_server.error { weekly missingok size 300000 rotate 3 maxage 90 compress notifempty copytruncate } /var/log/pandora/pandora_snmptrap.log { weekly missingok size 500000 rotate 1 maxage 30 notifempty copytruncate }
{ "pile_set_name": "Github" }
PHP ======================================== .. toctree:: :maxdepth: 2 :caption: 内容索引: backdoor unserialize disablefunc basedir config stream htaccess webshell phar sink misc version ref
{ "pile_set_name": "Github" }
include ../Makefile_Mom.ut libuut_la_SOURCES = ${PROG_ROOT}/mom_inter.c
{ "pile_set_name": "Github" }
/xdef {exch def} bind def /DFDbox { 10 dict begin /fflag xdef /sides xdef dup aload pop % draw the sides newpath moveto 1 1 sides { 2 mod 0 ne {moveto} % even sides {lineto currentpoint stroke moveto} % odd sides ifelse } for fflag % if shape is filled { aload pop newpath m...
{ "pile_set_name": "Github" }
<%= f.input :name %> <%= f.input :template, as: :template_editor %>
{ "pile_set_name": "Github" }
// Copyright (C) 2017 The Android Open Source Project // // 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 ...
{ "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/. function testContinue() { var x:int = 0; for (var i:int = 0; i < 10; i++) { if (i > 5) { ...
{ "pile_set_name": "Github" }
package com.tencent.mm.plugin.downloader_app.b; public abstract class e { public abstract int biK(); }
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. /** * Only AssignmentExpression is admitted when variable is initialized * * @path ch12/12.2/S12.2_A8_T5.js * @description Checking if execution of "var --x" fails * @negative */ /////////////////////////////////////////////////////////////////////////...
{ "pile_set_name": "Github" }
from ...primitives import Int from .. import List, range as wf_range def test_range(): assert isinstance(wf_range(10), List[Int]) assert isinstance(wf_range(0, 10), List[Int]) assert isinstance(wf_range(0, 10, 2), List[Int])
{ "pile_set_name": "Github" }
# -*- Mode: Python -*- import caesure.secp256k1 from .secp256k1 import verify, start, Error as secp256k1_Error from .bitcoin import dhash caesure.secp256k1.start (verify=True, sign=False) class KEY: def __init__ (self): self.p = None def set_pubkey (self, key): self.p = key def verify ...
{ "pile_set_name": "Github" }
require "bundler/gem_tasks" require "rake/testtask" task :default => :test Rake::TestTask.new do |t| t.libs << "test" t.test_files = FileList["test/**/test_*.rb"] t.verbose = true t.warning = true end
{ "pile_set_name": "Github" }
{ "config": { "abort": { "not_internet_accessible": "Instan\u021ba Home Assistant trebuie s\u0103 fie accesibil\u0103 de pe internet pentru a primi mesaje IFTTT.", "one_instance_allowed": "Este necesar\u0103 o singur\u0103 instan\u021b\u0103." }, "step": { ...
{ "pile_set_name": "Github" }
{ "id": "hha-jacket", "name": "Hha Jacket", "category": "Tops", "games": { "nl": { "orderable": false, "fashionThemes": [ "Official" ], "sellPrice": { "currency": "bells", "value": 25 }, "sources": [ "HHA (30", "000 points)" ]...
{ "pile_set_name": "Github" }
proc numlist< {A B} { foreach a $A b $B { if {$a<$b} { return 1 } elseif {$a>$b} { return 0 } } return 0 }
{ "pile_set_name": "Github" }
ask { let x = 3 let y = -0.4 // (x+y) * (x-y) (x+y) :times (x-y) }
{ "pile_set_name": "Github" }
package com.zstar.SMMS.BaseData.SmmsPendingEvent_Wba.action; import com.zstar.fmp.core.frame.action.CommonListAction; public class ListSmmsPendingEvent_WbaAction extends CommonListAction { public void afterBiz() throws Exception { super.afterBiz(); } public void beforeBiz() throws Exception { super.beforeBiz...
{ "pile_set_name": "Github" }
[flake8] format = pylint exclude = .git,__pycache__,.idea max-complexity = 15 max-line-length = 120 doctests = True ignore = E731, D104, D401
{ "pile_set_name": "Github" }
SELECT ?rim WHERE { ?rims rdf:type products:rims }
{ "pile_set_name": "Github" }
function a() { eff0(); var i = 0; i++; eff1(i); if (t) { eff2(i); i++; eff4(i); } else { eff3(i); } eff5(i); i++; eff6(i); }
{ "pile_set_name": "Github" }
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. WWW: http://maven.apache.org/
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x", "filename" : "Top Bar .png" }, { "idiom" : "universal", "scale" : "2x", "filename" : "Top Bar @2x.png" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "...
{ "pile_set_name": "Github" }
require('../../modules/es7.string.trim-right'); module.exports = require('../../modules/_core').String.trimRight;
{ "pile_set_name": "Github" }
declare interface IMetadataSitePagesCommandSetStrings { Command1: string; Command2: string; } declare module 'MetadataSitePagesCommandSetStrings' { const strings: IMetadataSitePagesCommandSetStrings; export = strings; }
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: d7050edbb94b14c44a50c6f86578f0f5 folderAsset: yes timeCreated: 1512032835 licenseType: Pro DefaultImporter: userData: assetBundleName: ui/atlas/comm.assetbundle assetBundleVariant:
{ "pile_set_name": "Github" }
// SetProperties.h #ifndef __SETPROPERTIES_H #define __SETPROPERTIES_H #include "Property.h" HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties); #endif
{ "pile_set_name": "Github" }
* :doc:`/developer/configuration/channels` * :doc:`/developer/configuration/locales` * :doc:`/developer/configuration/currencies`
{ "pile_set_name": "Github" }
// Copyright 2015 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. // +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package unix const ( R_OK = 0x4 W_OK = 0x2 X_OK = 0x1 )
{ "pile_set_name": "Github" }
record FooMap2 { fieldIsMap: map[string, Bar] }
{ "pile_set_name": "Github" }
// Copyright 2015 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. // +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package unix const ( R_OK = 0x4 W_OK = 0x2 X_OK = 0x1 )
{ "pile_set_name": "Github" }
// Copyright 2015 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. // +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package unix const ( R_OK = 0x4 W_OK = 0x2 X_OK = 0x1 )
{ "pile_set_name": "Github" }
import pytest from aiohttpdemo_chat.main import init_app @pytest.fixture async def client(test_client): app = await init_app() return await test_client(app)
{ "pile_set_name": "Github" }
--- -api-id: P:Windows.Media.MediaProperties.MediaEncodingSubtypes.Mp3 -api-type: winrt property --- <!-- Property syntax public string Mp3 { get; } --> # Windows.Media.MediaProperties.MediaEncodingSubtypes.Mp3 ## -description Gets the name for MPEG Audio Layer-3 (MP3). ## -property-value The name for MP3. ## -rem...
{ "pile_set_name": "Github" }
define( [ "./core", "./var/document", "./var/rnotwhite", "./var/slice", "./data/var/dataPriv", "./core/init", "./selector" ], function( jQuery, document, rnotwhite, slice, dataPriv ) { var rkeyEvent = /^key/, rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, rtypenamespace = /^([^.]*)(?:\.(.+)...
{ "pile_set_name": "Github" }
武井梓最新番号 【LXVS-038】ラグジュTV×PRESTIGE SELECTION 38 武井梓</a>2017-10-13プレステージ$$$ラグジュTV74分钟
{ "pile_set_name": "Github" }
@CO xx has been encoded using the SAM spec; leftmost to rightmost @CO yy has been encoded using bwa/picard methods; 5' to 3' @CO @CO 00000000011111111112 @CO 12345678901234567890 @CO AAAAAAAAAATTTTTTTTTT @CO 1>>>> <<<<2 x1 @CO @CO 1>>>> x2 @CO <<<<2 @CO @CO 1>>>> x...
{ "pile_set_name": "Github" }
require('../../modules/es6.object.get-own-property-descriptor'); var $Object = require('../../modules/_core').Object; module.exports = function getOwnPropertyDescriptor(it, key) { return $Object.getOwnPropertyDescriptor(it, key); };
{ "pile_set_name": "Github" }
package main import ( _ "dupload/p2" _ "p" ) func main() {}
{ "pile_set_name": "Github" }
TESTS = SUBDIRS = callback EXTRA_DIST=data authn_provider credential_provider server client keys
{ "pile_set_name": "Github" }
[ { "category": "``servicecatalog``", "description": "Update servicecatalog client to latest version", "type": "api-change" }, { "category": "``codebuild``", "description": "Update codebuild client to latest version", "type": "api-change" }, { "category": "``organizations``",...
{ "pile_set_name": "Github" }
by("Stef") module modules.optional "1" { }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!--Generated by crowdin.com--> <resources/>
{ "pile_set_name": "Github" }
<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>netcoreapp2.1</TargetFramework> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.AspNetCore.App" /> </ItemGroup> </Project>
{ "pile_set_name": "Github" }
// +build js package unix const randomTrap = 0 const fstatatTrap = 0 func IsNonblock(fd int) (nonblocking bool, err error) { return false, nil }
{ "pile_set_name": "Github" }
require('../../modules/es6.object.get-prototype-of'); module.exports = require('../../modules/$.core').Object.getPrototypeOf;
{ "pile_set_name": "Github" }
-- Database: cache -- Change Parameter: columns=[column:[ -- name="id" -- type="int" -- ], ] -- Change Parameter: file=com/example/users.csv -- Change Parameter: primaryKey=pk_id -- Change Parameter: tableName=person INSERT INTO person (username, fullname) VALUES ('nvoxland', ' Nathan Voxland'); INSERT INTO per...
{ "pile_set_name": "Github" }
// Copyright 2017 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Flags: --expose-gc --enable-slow-asserts a = new Proxy([], { defineProperty() { b.length = 1; gc(); return Object.defineProperty.apply(thi...
{ "pile_set_name": "Github" }
module.exports = { preset: 'ts-jest', setupFiles: ['./jest.setup.js'], testEnvironment: 'jsdom', testPathIgnorePatterns: ['/node_modules/', '/docs/'] };
{ "pile_set_name": "Github" }
package me.riddhimanadib.formmaster.model; /** * Created by Riddhi - Rudra on 28-Jul-17. */ public class FormElementTextPassword extends BaseFormElement { public FormElementTextPassword() { } public static FormElementTextPassword createInstance() { FormElementTextPassword FormElementTextPasswo...
{ "pile_set_name": "Github" }
tenney engineering inc tny th qtr net shr two cts vs nine cts net vs revs vs mths shr cts vs cts net vs revs mln vs mln reuter
{ "pile_set_name": "Github" }
{ "name": "entity in attribute", "options": { "handler": {}, "parser": {"decodeEntities": true} }, "html": "<a href='http://example.com/p&#x61;ge?param=value&param2&param3=&lt;val&; & &'>", "expected": [ { "event": "opentagname", "data": [ "a" ] }, { "event"...
{ "pile_set_name": "Github" }
require_relative '../../lib/week_of_month' require_relative '../../lib/reform/open_form' require_relative '../../lib/camelize_keys' require_relative '../../lib/stringify_ids' require_relative '../../lib/oembed'
{ "pile_set_name": "Github" }
# ------------------------------------------------- # Project created by QtCreator 2009-10-05T18:53:58 # ------------------------------------------------- QT += network QT -= gui TARGET = ChatSystem TEMPLATE = lib include(../../Common/common.pri) include(../../Libs/protobuf.pri) CONFIG += staticlib \ link_prl \ ...
{ "pile_set_name": "Github" }
" I am an abstract paint, which should be converted before it can be used by Athens. I am backend agnostic, as opposed to concrete paint(s). Also, any other object can play the role of paint, as long as it implements the conversion method, #asAthensPaintOn: See other implementors of #asAthensPaintOn:, such as Color an...
{ "pile_set_name": "Github" }
'use strict'; var value = require('./valid-value') , stringifiable = require('./validate-stringifiable'); module.exports = function (x) { return stringifiable(value(x)); };
{ "pile_set_name": "Github" }
// RUN: llvm-objdump -d %p/Inputs/kextbundle.macho-aarch64 | FileCheck %s CHECK: 4008: 03 00 00 94 bl 0x4014 <_bar.stub>
{ "pile_set_name": "Github" }
ICY4 conn:
{ "pile_set_name": "Github" }
<?php class LtDbConnectionAdapterPdo implements LtDbConnectionAdapter { public function connect($connConf) { // $option = array(PDO::ATTR_PERSISTENT => true); if (isset($connConf['pconnect']) && true == $connConf['pconnect']) { $option[PDO::ATTR_PERSISTENT] = true; } else { $option[PDO::ATTR_PERSIST...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x", "filename" : "Article List.png" }, { "idiom" : "universal", "scale" : "2x", "filename" : "Article List@2x.png" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : ...
{ "pile_set_name": "Github" }
void foo() { }
{ "pile_set_name": "Github" }
import { Component } from '@angular/core'; @Component({ selector: 'app-welcome', templateUrl: './welcome.component.html', styleUrls: ['./welcome.component.scss'], }) export class WelcomeComponent { title = 'angular'; }
{ "pile_set_name": "Github" }
:: ZIP: 306 Title: Security Considerations for Anchor Selection Owners: Daira Hopwood <daira@electriccoin.co> Status: Reserved Category: Informational Discussions-To: <https://github.com/zcash/zips/issues/351>
{ "pile_set_name": "Github" }
{ "## Comment" = "Do NOT change this file, Gorm maintains it"; FirstResponder = { Actions = ( "buttonPressed:" ); Super = NSObject; }; NXAlert = { Actions = ( "buttonPressed:" ); Outlets = ( defaultButton, messageView, titleField, panel, alternateButton, oth...
{ "pile_set_name": "Github" }
--- a/plugin_mac80211.c +++ b/plugin_mac80211.c @@ -179,12 +179,15 @@ static int drv_config(struct trace_seq * { 2, "IDLE" }, { 3, "QOS"}, ); - pevent_print_num_field(s, " chan:%d/", event, "center_freq", record, 1); - print_enum(s, event, "channel_type", data, - { 0, "noht" }, - { 1, "ht20" }, - { 2, "ht40-...
{ "pile_set_name": "Github" }
:107E000001C0B7C0112484B790E89093610010922C :107E10006100882361F0982F9A70923041F081FFC1 :107E200002C097EF94BF282E80E0C6D0E9C085E05D :107E30008093810082E08093C00088E18093C1003C :107E400081E08093C40086E08093C2008EE0B4D0CD :107E5000279A84E02CE03FEF91E030938500209357 :107E6000840096BBB09BFECF1F9AA8954091C0009E :107E...
{ "pile_set_name": "Github" }
set currentlyPlayingTrack to getCurrentlyPlayingTrack() -- Method to get the currently playing track on getCurrentlyPlayingTrack() tell application "Spotify" set currentArtist to artist of current track as string set currentTrack to name of current track as string return currentArtist & " - " & curren...
{ "pile_set_name": "Github" }
HTTP/1.1 100 Continue HTTP/1.1 200 OK Server: nginx/1.1.19 Date: Fri, 11 Aug 2017 13:22:00 GMT Content-Type: image/jpeg Content-Length: 62574 Connection: close Cache-Control: max-age=7257600 Expires: Fri, 03 Nov 2017 13:22:00 GMT Strict-Transport-Security: max-age=31536000; includeSubDomains X-Frame-Option: DENY
{ "pile_set_name": "Github" }
Bootstrap Table is a free plug-in which be made in my spare time. If your project get the help from Bootstrap Table, you can donate to Bootstrap Table. With your help, I believe that I will continue to strive to let Bootstrap Table be better.
{ "pile_set_name": "Github" }