text stringlengths 2 99.1k | meta dict |
|---|---|
---
title: Magento_WishlistGraphQl
source_repo: magento2ce
release: 2.4.0
github_path: app/code/Magento/WishlistGraphQl/README.md
last_modified_at: '2018-10-26 12:42:07 +0200'
content: |
**WishlistGraphQl** provides type information for the GraphQl module
to generate wishlist fields.
| {
"pile_set_name": "Github"
} |
{{- if and (.Files.Glob "files/docker-entrypoint-initdb.d/*") (not .Values.initDBConfigMap) }}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "cassandra.fullname" . }}-init-scripts
labels:
app: {{ template "cassandra.name" . }}
chart: {{ template "cassandra.chart" . }}
release: {{ .Release.N... | {
"pile_set_name": "Github"
} |
{
"@type" : "g:BulkSet",
"@value" : [ "marko", {
"@type" : "g:Int64",
"@value" : 1
}, "josh", {
"@type" : "g:Int64",
"@value" : 2
} ]
} | {
"pile_set_name": "Github"
} |
define(
//begin v1.x content
{
"group": " ",
"percentSign": "%",
"exponential": "E",
"scientificFormat": "#E0",
"percentFormat": "#,##0 %",
"list": ";",
"infinity": "∞",
"minusSign": "-",
"decimal": ",",
"nan": "NaN",
"perMille": "‰",
"decimalFormat": "#,##0.###",
"currencyFormat": "#,##0.00 ¤",
"plusSign... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/conformance:v1.16.5-beta.0
| {
"pile_set_name": "Github"
} |
# Router
Host 192.168.1.1 tomato
#Hostname tomato
Hostname 192.168.1.1
IdentityFile ~/.ssh/tomato_rsa
IdentitiesOnly yes
User root
KexAlgorithms +diffie-hellman-group1-sha1 | {
"pile_set_name": "Github"
} |
Esse projeto faz parte do curso de React Native de Renan Pallin, hospedado na udemy:
https://www.udemy.com/construa-aplicativos-mobile-do-zero-com-react-native/ | {
"pile_set_name": "Github"
} |
// +build windows
package main
import (
"github.com/kataras/iris/v12"
"github.com/raintean/blink"
)
const addr = "127.0.0.1:8080"
/*
$ go build -ldflags -H=windowsgui -o myapp.exe
$ ./myapp.exe # run the app
*/
func main() {
go runServer()
showAndWaitWindow()
}
func runServer() {
app := iris.New()
app.Get(... | {
"pile_set_name": "Github"
} |
LoadModule negotiation_module /usr/lib/apache2/modules/mod_negotiation.so
| {
"pile_set_name": "Github"
} |
{
"name": "autotest",
"version": "1.0.0"
} | {
"pile_set_name": "Github"
} |
{
"solution": {
"name": "react-mobx-spfx-webpart-client-side-solution",
"id": "8c525624-9e7c-4ef2-a886-fa753cb294d2",
"version": "1.0.0.0"
},
"paths": {
"zippedPackage": "solution/react-mobx-spfx-webpart.spapp"
}
}
| {
"pile_set_name": "Github"
} |
Slow.v
Fast.v
| {
"pile_set_name": "Github"
} |
resources:
- certificate.yaml
configurations:
- kustomizeconfig.yaml
| {
"pile_set_name": "Github"
} |
{{- if and .Values.rbac.create (not .Values.rbac.namespaced) }}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: {{ template "grafana.clusterRoleBindingName" . }}
labels:
{{- include "commonLabels" . | nindent 4 }}
subjects:
- kind: ServiceAccount
name: {{ template "graf... | {
"pile_set_name": "Github"
} |
export const CONFIG_NAME = 'consul-test-config';
| {
"pile_set_name": "Github"
} |
default :
qemu.exe -L . --fda fdimage0.bin
| {
"pile_set_name": "Github"
} |
export { default } from '@ember-data/serializer/json';
| {
"pile_set_name": "Github"
} |
---
# Implement your Pre Workload deployment tasks here
# Leave this as the last task in the playbook.
- name: pre_workload tasks complete
debug:
msg: "Pre-Workload tasks completed successfully."
when: not silent|bool
| {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser.
*/
@protocol NCLookView <NSObject, NCContentSizeCategoryAdjusting>
@required
- (UIView *)colorInfusionView;
- (struct CGSize { double x1; double x2; })contentSizeForSize:(struct CGSize { double x1; double x2; })arg1;
- (UIView *)customContentView;
- (NSDate *)date;
- (long long)dateF... | {
"pile_set_name": "Github"
} |
# dao层(数据库访问) 命名规范
### 接口类:采用JavaBean+Interface+Dao的形式来定义
如 :
学生对象接口类: StudentInterfaceDao
### 实现类: 采用JavaBean+Interface+Impl+Dao的形式来定义
如:
学生对象实现类 StudentInterfaceImplDao
## 方法命名
只能以(insert)插入,(update)更新,(select)查找,(delete)删除,(count)统开头
其它层避免以这五个单词开头的方法,以免造成误解。 | {
"pile_set_name": "Github"
} |
@import '../../mixin';
.unamused.icon {
&:after {
@include pseudo();
right: 3px;
top: 3px;
width: 2px;
height: 2px;
border-radius: 50%;
border-top: solid 1px transparent;
border-left: solid 1px currentColor;
border-bottom: solid 1px currentColor;
border-right: solid 1px transpa... | {
"pile_set_name": "Github"
} |
#!/bin/bash
ex -s "$1" <<EOF
g/^/mo0
%p
EOF
| {
"pile_set_name": "Github"
} |
# 设备
> 设备标准
## 设备标准
### 设备标准
一整套关于估量、分辨率以及更多跨设备的全面资源[https://design.google.com/tool/devices/](https://design.google.com/tool/devices/)
| {
"pile_set_name": "Github"
} |
extern float LibC1Func();
| {
"pile_set_name": "Github"
} |
application.args=
javac.debug=true
javadoc.preview=true
user.properties.file=C:\\Users\\Chet\\.netbeans\\5.5\\build.properties
| {
"pile_set_name": "Github"
} |
gcr.io/google_containers/conformance-arm:v1.14.10-beta.0
| {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &-5125498195627245402
MonoBehaviour:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d... | {
"pile_set_name": "Github"
} |
500
+ 1 500 h
+ 293 500 b
+ 261 500 y
+ 28 500 s
+ 1758 500 a
+ 1878 500 h
+ 1672 500 f
+ 2627 500 b
+ 3405 500 f
+ 1922 500 e
+ 1811 500 e
+ 4920 500 u
+ 508 500 n
+ 1540 500 y
+ 203 500 b
+ 5956 500 r
+ 5911 500 w
+ 6655 500 w
+ 8825 500 s
+ 723 500 m
+ 7371 500 i
+ 5072 500 f
+ 8687 500 v
+ 1076 500 z
+ 2527 500 m
+... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/cloud-controller-manager-ppc64le:v1.14.0-alpha.2
| {
"pile_set_name": "Github"
} |
namespace org.apache.http.conn.@params
{
}
| {
"pile_set_name": "Github"
} |
- 🖼️ Make attachment grid responsive (for tablets)
- ℹ️ Display some hints for common error responses of the server
- 🌎 Language updates | {
"pile_set_name": "Github"
} |
define( [
"./class2type"
], function( class2type ) {
"use strict";
return class2type.hasOwnProperty;
} );
| {
"pile_set_name": "Github"
} |
// copy.frag
#define SHADER_NAME SIMPLE_TEXTURE
precision highp float;
varying vec3 vNormal;
varying vec3 vPosition;
const vec3 LIGHT = vec3(-1.0, .8, .6);
float diffuse(vec3 N, vec3 L) {
return max(dot(N, normalize(L)), 0.0);
}
vec3 diffuse(vec3 N, vec3 L, vec3 C) {
return diffuse(N, L) * C;
}
void main(void)... | {
"pile_set_name": "Github"
} |
//ERROR: match
import java.util.ArrayList;
//ERROR: match
import java.util.List;
class Foo {
} | {
"pile_set_name": "Github"
} |
# contrib/adminpack/Makefile
MODULE_big = adminpack
OBJS = adminpack.o
PG_CPPFLAGS = -I$(libpq_srcdir)
EXTENSION = adminpack
DATA = adminpack--1.0.sql
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
subdir = contrib/adminpack
top_builddir = ../..
include $(top_builddir)... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"filename" : "ic_menu_brush4.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
| {
"pile_set_name": "Github"
} |
{
"name": "Redeeming Press",
"displayName": "Redeeming Press",
"properties": [
"redeeminggod.com"
]
} | {
"pile_set_name": "Github"
} |
---
redirect_to: 'https://design.gitlab.com/'
---
The content of this document was moved into the [GitLab Design System](https://design.gitlab.com/).
| {
"pile_set_name": "Github"
} |
{
"name": "ayu",
"version": "5.0.3",
"description": "Sublime theme",
"repository": {
"type": "git",
"url": "git+https://github.com/dempfi/ayu.git"
},
"author": "Ike Ku",
"license": "MIT",
"bugs": {
"url": "https://github.com/dempfi/ayu/issues"
},
"scripts": {
"build": "ts-node ./src/... | {
"pile_set_name": "Github"
} |
[general]
version = 4
name = Extra Fine
definition = voron2_base
[metadata]
setting_version = 16
type = quality
quality_type = extrafine
material = generic_pc
variant = V6 0.25mm
[values]
speed_print = 300
| {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-apiserver-arm64:v1.12.10
| {
"pile_set_name": "Github"
} |
de
a
o
que
e
do
da
em
um
para
com
não
uma
os
no
se
na
por
mais
as
dos
como
mas
ao
ele
das
à
seu
sua
ou
quando
muito
nos
já
eu
também
só
pelo
pela
até
isso
ela
entre
depois
sem
mesmo
aos
seus
quem
nas
me
esse
eles
você
essa
num
nem
suas
meu
às
minha
numa
pelos
elas
qual
nós
lhe
deles
essas
esses
pelas
este
dele
tu
te
vo... | {
"pile_set_name": "Github"
} |
console.log('WebComponents2')
| {
"pile_set_name": "Github"
} |
{
"word": "Produce",
"definitions": [
"Agricultural and other natural products collectively.",
"The result of a person's work or efforts."
],
"parts-of-speech": "Noun"
} | {
"pile_set_name": "Github"
} |
<?php
$lang->message = 'エラー表示';
$lang->about_skin = 'エラーメッセージを表示する際のスキンを指定できます。';
| {
"pile_set_name": "Github"
} |
@HD VN:1.6 SO:queryname
@RG ID:HiMom.1 SM:SA_TCGCTAGA LB:LN_TCGCTAGA PL:illumina PU:HiMom.1.TCGCTAGA CN:BI
HiMom:1:1101:1143:2192 4 * 0 0 * * 0 0 CGAC CCCF RG:Z:HiMom.1
HiMom:1:1101:1479:2221 4 * 0 0 * * 0 0 GGGG @CCF RG:Z:HiMom.1
HiMom:1:1201:1312:2112 4 * 0 0 * * 0 0 ATTT CCCF RG:Z:HiMom.1
HiMom:1:1201:1416:2128 4 * ... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-proxy-amd64:v1.6.4
| {
"pile_set_name": "Github"
} |
// Place all the styles related to the galaxies controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
| {
"pile_set_name": "Github"
} |
# new实例对象的过程
* 创建新对象
```
var person = {};
```
* 将新对象的__proto__指针指向构造函数的原型对象
```
person.__proto__ = Person.prototype;
```
* 将构造函数的作用域复制给新对象(绑定this)
```
Person.call(person);
```
* 执行构造函数内部的代码,将属性添加给新对象
* 返回这个新对象 | {
"pile_set_name": "Github"
} |
Following files have to be present in this folder. Please, extract these firmware files from the folder `/system/common/lib` of your own legally purchased console.
* __NOTE__: Since there is no known way of extracting the SELF/SPRX decryption keys from a Playstation 4 console, please decrypt each module to a PRX file ... | {
"pile_set_name": "Github"
} |
{
"name": "descriptor:command1",
"hidden": false,
"usage": [
"descriptor:command1",
"alias1",
"alias2"
],
"description": "command 1 description",
"help": "command 1 help",
"definition": {
"arguments": [],
"options": []
}
}
| {
"pile_set_name": "Github"
} |
julia 0.2 0.6.0-pre
MathProgBase 0.0.0 0.3.0-
ReverseDiffSparse 0.1 0.4
| {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-scheduler:v1.16.0-alpha.2
| {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-controller-manager:v1.12.0-rc.2
| {
"pile_set_name": "Github"
} |
https://github.com/mozilla/pdf.js/files/2927954/FOX.ALEXANDER.F.VS.FOX.BARBARA.E.2015-004684-FC-04.Doc-46-Memorandum-of-Law.Fla.11th.Cir.Ct.May.31.2016.pdf
| {
"pile_set_name": "Github"
} |
{
"private": true,
"scripts": {
"build": "webpack -p"
},
"devDependencies": {
"loader-utils": "1.4.0",
"webpack": "4.41.5",
"webpack-cli": "3.3.10"
}
}
| {
"pile_set_name": "Github"
} |
define({
name: 'real'
});
| {
"pile_set_name": "Github"
} |
gcr.io/google_containers/hyperkube-ppc64le:v1.12.0-rc.1
| {
"pile_set_name": "Github"
} |
span.uses-tokens {
float: right;
}
| {
"pile_set_name": "Github"
} |
---
name: Sanjay Parekh
organization:
occupation_title:
---
| {
"pile_set_name": "Github"
} |
default:
go test ./...
| {
"pile_set_name": "Github"
} |
%s:18 PhanNoopNew Unused result of new object creation expression in new A410() (this may be called for the side effects of the non-empty constructor or destructor)
| {
"pile_set_name": "Github"
} |
import App from './App.svelte';
const app = new App({
target: document.body
});
window.app = app;
export default app;
| {
"pile_set_name": "Github"
} |
{
"ver": "1.0.1",
"uuid": "701414e0-36ee-4efb-ad1f-e95a55d44a0b",
"isGroup": false,
"subMetas": {}
} | {
"pile_set_name": "Github"
} |
export interface ICreateTaskWebPartProps {
}
| {
"pile_set_name": "Github"
} |
{
"pkg": "@alyle/ui/grid",
"name": "Justify",
"symbol": "Type alias",
"code": "<pre class=\"ttb\"><code prsm class=\"ttm\"><span class=\"tt18 tt1j\">export</span> <span class=\"tt18 tt1j\">type</span> Justify <span class=\"tt18 ttb0\">=</span> <span class=\"tt18 tt3z\">'start'</span> <span class=\"tt18 ttb0\">|... | {
"pile_set_name": "Github"
} |
{
"name": "finch",
"version": "0.5.14",
"engines": {
"node": ">= 0.10.10"
},
"dependencies": {
"coffee-script": "~1.6.2"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-coffee": "~0.8.0"
}
}
| {
"pile_set_name": "Github"
} |
{
"parent": "item/generated",
"textures": {
"layer0": "gregtech:items/metaitems/battery.re.mv.cadmium"
}
}
| {
"pile_set_name": "Github"
} |
// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}
| {
"pile_set_name": "Github"
} |
// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}
| {
"pile_set_name": "Github"
} |
// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}
| {
"pile_set_name": "Github"
} |
{
"@type" : "g:P",
"@value" : {
"predicate" : "without",
"value" : [ {
"@type" : "g:Int32",
"@value" : 1
}, {
"@type" : "g:Int32",
"@value" : 2
} ]
}
} | {
"pile_set_name": "Github"
} |
//[kaspresso](../../index.md)/[com.kaspersky.kaspresso.systemsafety](../index.md)/[SystemDialogSafetyProviderImpl](index.md)/[SystemDialogSafetyProviderImpl](-system-dialog-safety-provider-impl.md)
# SystemDialogSafetyProviderImpl
[androidJvm]
Content
fun [SystemDialogSafetyProviderImpl](-system-dialog-safety-... | {
"pile_set_name": "Github"
} |
#!/usr/bin/clitoris ## -*- shell-script -*-
$ dseq 2014-01-12 2014-01-13 -f '%G-%U'
2014-02
2014-02
$
## dseq.24.clit ends here
| {
"pile_set_name": "Github"
} |
gcr.io/google_containers/nginx:test-cmd
| {
"pile_set_name": "Github"
} |
{
"type": "minecraft:crafting_shaped",
"pattern": [
" # ",
"#X#",
" # "
],
"key": {
"#": {
"tag": "forge:ingots/iron"
},
"X": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "minecraft:compass"
}
} | {
"pile_set_name": "Github"
} |
0.2.1 / 2014-01-29
==================
* fix: support max-age=0 for end-to-end revalidation
0.2.0 / 2013-08-11
==================
* fix: return false for no-cache
| {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/conformance-amd64:v1.16.14-rc.0
| {
"pile_set_name": "Github"
} |
{
"navigationBarTitleText": "英雄联盟数据库",
"enablePullDownRefresh": false
} | {
"pile_set_name": "Github"
} |
"
i represent solid color paint in cairo backend
"
Class {
#name : #AthensCairoSolidPaint,
#superclass : #AthensPaint,
#traits : 'TCairoLibrary',
#classTraits : 'TCairoLibrary classTrait',
#instVars : [
'r',
'g',
'b',
'a',
'origin',
'extent'
],
#category : #'Athens-Cairo-Paints'
}
{ #category : #dra... | {
"pile_set_name": "Github"
} |
[Desktop Entry]
Encoding=UTF-8
Name=VeraCrypt
GenericName=VeraCrypt
Comment=VeraCrypt
Exec=/usr/bin/veracrypt
Icon=veracrypt
Terminal=false
Type=Application
Categories=Encryption;Encryption Tools;Utility;
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "net/base/priority_queue.h"
#include <cstddef>
#include "base/bind.h"
#include "base/stl_util.h"
#include "testing/gtest/include/gtest/gtes... | {
"pile_set_name": "Github"
} |
// run-pass
#![allow(dead_code)]
// Test that `&PrinterSupport`, which is really short for `&'a
// PrinterSupport<'b>`, gets properly expanded when it appears in a
// closure type. This used to result in messed up De Bruijn indices.
// pretty-expanded FIXME #23616
trait PrinterSupport<'ast> {
fn ast_map(&self) ->... | {
"pile_set_name": "Github"
} |
aui-rating
========
| {
"pile_set_name": "Github"
} |
#[cfg(not(all(test, loom)))]
pub(crate) mod sync {
pub(crate) mod atomic {
pub(crate) use core::sync::atomic::{fence, AtomicPtr, AtomicUsize, Ordering};
pub(crate) trait AtomicMut<T> {
fn with_mut<F, R>(&mut self, f: F) -> R
where
F: FnOnce(&mut *mut T) -> R;... | {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:28:52.801574",
"description": "No-frills ssh/git gateway",
"fork": false,
"full_name": "deoxxa/instagit",
"language": "Shell",
"updated_at": "2015-02-27T23:43:35.451879"
} | {
"pile_set_name": "Github"
} |
@prefix : <http://example/> .
@prefix rs: <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
[] rdf:type rs:ResultSet ;
rs:resultVariable "p" ;
rs:resultVariable "s" ;
rs:resultVariable "o" .
| {
"pile_set_name": "Github"
} |
x <- 1
| {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-controller-manager-amd64:v1.10.3-beta.0
| {
"pile_set_name": "Github"
} |
const VoiceResponse = require('twilio').twiml.VoiceResponse;
const response = new VoiceResponse();
const dial = response.dial();
dial.conference('Room 1234');
console.log(response.toString());
| {
"pile_set_name": "Github"
} |
#ifndef _LINUX_BYTEORDER_LITTLE_ENDIAN_H
#define _LINUX_BYTEORDER_LITTLE_ENDIAN_H
#ifndef __LITTLE_ENDIAN
#define __LITTLE_ENDIAN 1234
#endif
#ifndef __LITTLE_ENDIAN_BITFIELD
#define __LITTLE_ENDIAN_BITFIELD
#endif
#include <linux/types.h>
#include <linux/swab.h>
#define __constant_htonl(x) ((__be32)___constant_swab... | {
"pile_set_name": "Github"
} |
{
"extends": "../build/babel.config.json"
}
| {
"pile_set_name": "Github"
} |
---------------
Custom Commands
---------------
``xse trip``
show last Trip value
``xse recu up``
``xse recu down``
set Rekuperation up or down.
Works only if Rekuperation is enabled in car
``xse charge``
set charge and leave Time.
Example:
``xse charge 7 15 off``
set Time at 7:15 clock with pre climate off
... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-aggregator:v1.9.8-beta.0
| {
"pile_set_name": "Github"
} |
---
layout: feature
title: 'Abbr'
shortdef: 'abbreviation'
udver: '2'
---
Boolean feature. Is this an abbreviation?
### <a name="Yes">`Yes`</a>: it is abbreviation
Examples: [sv] _<b>t.ex.</b>, <b>ca</b>_
| {
"pile_set_name": "Github"
} |
铠
| {
"pile_set_name": "Github"
} |
{
"name": "iPod",
"description": "A music player.",
"url": "https://www.apple.com/ipod/"
} | {
"pile_set_name": "Github"
} |
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
"X X",
"XXX"
],
"key": {
"X": {
"item": "tfc:wood/planks/hickory"
}
},
"result": {
"item": "tfc:wood/chest/hickory",
"count": 1
}
} | {
"pile_set_name": "Github"
} |
</$objtype/mkfile
TARG=ftpfs
HFILES=ftpfs.h
OFILES=ftpfs.$O\
proto.$O\
file.$O\
BIN=/$objtype/bin
UPDATE=\
mkfile\
$HFILES\
${OFILES:%.$O=%.c}\
</sys/src/cmd/mkone
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.