text stringlengths 2 99.1k | meta dict |
|---|---|
/* $progress-bar
------------------------------------------*/
.progress {
height: 10px;
margin-bottom: $gutter;
}
.progress-success {
@include progress-variant($brand-success);
}
.progress-info {
@include progress-variant($brand-info);
}
.progress-warning {
@include progress-variant($brand-warning);
}
.... | {
"pile_set_name": "Github"
} |
- if (has_role? 'aside') or (has_role? 'speaker')
aside.notes
=content
- else
.admonitionblock id=@id class=[(attr :name),role]
table: tr
td.icon
- if @document.attr? :icons, 'font'
i class=%(icon-#{attr :name}) title=@caption
- elsif @document.attr? :icons
img src=icon_uri(attr :name) alt=@ca... | {
"pile_set_name": "Github"
} |
namespace Microsoft.Azure.Devices.Applications.PredictiveMaintenance.Web
{
using System.Web.Mvc;
public class FilterConfig
{
public static void RegisterGlobalFilters(GlobalFilterCollection filters)
{
filters.Add(new HandleErrorAttribute());
}
}
} | {
"pile_set_name": "Github"
} |
ace.define("ace/snippets/typescript",["require","exports","module"], function(require, exports, module) {
"use strict";
exports.snippetText =undefined;
exports.scope = "typescript";
});
| {
"pile_set_name": "Github"
} |
//
// Wells
// --------------------------------------------------
// Base class
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: @wellBackground;
border: 1px solid darken(@wellBackground, 7%);
.border-radius(@baseBorderRadius);
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));... | {
"pile_set_name": "Github"
} |
{% from 'include/input_macros.html' import input %}
<div id="user-change-password-table" style="display: none;">
<table class="overview">
<tr>
<td colspan="2">
<p class="validateTips alert alert-success">Enter password and confirm</p>
</td>
</tr>
<tr>
<td class="padding20">Password</td>
<td>{{... | {
"pile_set_name": "Github"
} |
[EMC]
DEBUG=0
LOG_LEVEL=0
[RS274NGC]
SUBROUTINE_PATH = .
[PYTHON]
PATH_PREPEND=.
TOPLEVEL=subs.py
| {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser.
*/
@protocol _UIKBRTRecognizerAveragingRuleProtocol
@required
- (_UIKBRTPendingConfidenceLevels *)recognizer:(_UIKBRTRecognizer *)arg1 confidenceWhenPendingTouchInfo:(_UIKBRTTouchInfo *)arg2;
- (_UIKBRTConfidenceLevels *)recognizer:(_UIKBRTRecognizer *)arg1 confidenceWhenSettingTouch... | {
"pile_set_name": "Github"
} |
int printf(char *fmt);
int main() {
char a; a= 'fred';
}
| {
"pile_set_name": "Github"
} |
1. Our program may depend on some element of randomness: user input, randomly generated number, time, etc
2. If our program is using an uninitialized variable, it could be accessing data it isn't supposed to (same with accessing something outside of an arrays indices)
3. Our program may be using an external library tha... | {
"pile_set_name": "Github"
} |
commandlinefu_id: 2976
translator:
weibo: ''
hide: true
command: |-
system_profiler | mail -s "$HOSTNAME System Profiler Report" user@domain.com
summary: |-
On Mac OS X, runs System Profiler Report and e-mails it to specified address.
| {
"pile_set_name": "Github"
} |
" frida " is a good film that has some brilliant moments of artistry throughout .
| {
"pile_set_name": "Github"
} |
{
"message_queue":"redis://127.0.0.1:6379/0",
"webui":{
"port":5001,
"need-auth":true,
"username":"root",
"password":"150000"
}
} | {
"pile_set_name": "Github"
} |
include ../Makefile
| {
"pile_set_name": "Github"
} |
@REM ----------------------------------------------------------------------------
@REM Licensed to the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@REM distributed with this work for additional information
@REM regarding copyright ownership. The ASF lice... | {
"pile_set_name": "Github"
} |
@REM ----------------------------------------------------------------------------
@REM Licensed to the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@REM distributed with this work for additional information
@REM regarding copyright ownership. The ASF lice... | {
"pile_set_name": "Github"
} |
module RocketPants
module UrlFor
def url_options
options = super
options = options.merge(:version => params[:version]) if version.present?
options
end
end
end
| {
"pile_set_name": "Github"
} |
#define DINT
#include <../Source/umfpack_numeric.c>
| {
"pile_set_name": "Github"
} |
width 70
height 70
col_rect 15 10 40 60
author Dteck | {
"pile_set_name": "Github"
} |
.clearfix:before,
.clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.clearfix:after {
clear: both;
}
| {
"pile_set_name": "Github"
} |
.spinner {
width: 100%;
height: 100%;
}
.spinner > div {
display: flex;
justify-content: center;
align-items: center;
} | {
"pile_set_name": "Github"
} |
table_create bookmarks TABLE_HASH_KEY ShortText
table_list
| {
"pile_set_name": "Github"
} |
SELECT * WHERE { <a><b>-1.0 }
| {
"pile_set_name": "Github"
} |
raise NotImplementedError("warnings is not yet implemented in Skulpt")
| {
"pile_set_name": "Github"
} |
#pragma once
#include "arithmetics.hpp"
namespace msdfgen {
typedef unsigned char byte;
inline byte pixelFloatToByte(float x) {
return byte(clamp(256.f*x, 255.f));
}
inline float pixelByteToFloat(byte x) {
return 1.f/255.f*float(x);
}
}
| {
"pile_set_name": "Github"
} |
require('../../modules/es6.typed.data-view');
require('../../modules/es6.object.to-string');
module.exports = require('../../modules/_core').DataView; | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Button @base: matches snapshot 1`] = `<button class="ion-button button button-ios button-default button-default-ios button-ios-primary"><span class="button-inner"><span>Test</span></span></button>`;
| {
"pile_set_name": "Github"
} |
import * as util from 'util'
export default function inspect(obj: any, color: boolean) {
return util.inspect(obj, false, 5, color)
}
| {
"pile_set_name": "Github"
} |
INTERFACE_TYPE = "interfaceType"
| {
"pile_set_name": "Github"
} |
#include <termios.h>
#include <sys/ioctl.h>
pid_t tcgetsid(int fd)
{
int sid;
if (ioctl(fd, TIOCGSID, &sid) < 0)
return -1;
return sid;
}
| {
"pile_set_name": "Github"
} |
add_subdirectory(aes)
add_subdirectory(bench_operations)
add_subdirectory(euclidean_distance)
add_subdirectory(float)
add_subdirectory(innerproduct)
add_subdirectory(lowmc)
add_subdirectory(millionaire_prob)
add_subdirectory(min-euclidean-dist)
add_subdirectory(psi_phasing)
add_subdirectory(psi_scs)
add_subdirectory(sh... | {
"pile_set_name": "Github"
} |
$ sh.dir.c
$set 12
1 %s: Proovin startida kataloogist "%s"\n
| {
"pile_set_name": "Github"
} |
{
"DummyResult": {
"DummyList": {
"DummyElement": [
{
"$attributes": {
"language": "en-US"
},
"$value": "Dummy Element Entry"
}
]
}
}
} | {
"pile_set_name": "Github"
} |
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.billy.android.swipe.androidx"/>
| {
"pile_set_name": "Github"
} |
export default {
_isDestroyed: false,
isDestroyed() {
return this._isDestroyed;
},
destroy(options) {
if (this._isDestroyed) { return this; }
this.triggerMethod('before:destroy', this, options);
this._isDestroyed = true;
this.triggerMethod('destroy', this, options);
this.stopListening... | {
"pile_set_name": "Github"
} |
ThinkCMF 插件演示
===============
### 加载第三方库
支持使用`composer`加载第三方库
```
composer require phpoffice/phpspreadsheet
``` | {
"pile_set_name": "Github"
} |
var convert = require('./convert');
module.exports = convert(require('../lang'));
| {
"pile_set_name": "Github"
} |
# Mixed DDL-DML (CREATE ... SELECT ...) statements can only be
# replicated properly in statement-based replication.
# Currently statement based due to bug 12345
--source include/have_binlog_format_mixed_or_statement.inc
source include/master-slave.inc;
# Test replication of auto_increment
create table t1 (n int aut... | {
"pile_set_name": "Github"
} |
op {
graph_op_name: "TensorArraySplit"
visibility: HIDDEN
}
| {
"pile_set_name": "Github"
} |
; RUN: llvm-xray | FileCheck %s
; CHECK: OVERVIEW: XRay Tools
| {
"pile_set_name": "Github"
} |
#include "com_wiyun_engine_nodes_MenuItem.h"
#include "wyMenuItem.h"
extern jfieldID g_fid_BaseObject_mPointer;
JNIEXPORT jfloat JNICALL Java_com_wiyun_engine_nodes_MenuItem_getClickScale
(JNIEnv * env, jobject thiz) {
wyMenuItem* item = (wyMenuItem*)env->GetIntField(thiz, g_fid_BaseObject_mPointer);
return item->g... | {
"pile_set_name": "Github"
} |
# [1128. Number of Equivalent Domino Pairs](https://leetcode.com/problems/number-of-equivalent-domino-pairs/)
Given a list of dominoes, dominoes[i] = [a, b] is equivalent to dominoes[j] = [c, d] if and only if either (a==c and b==d), or (a==d and b==c) - that is, one domino can be rotated to be equal to another domino... | {
"pile_set_name": "Github"
} |
config SOLO6X10
tristate "Softlogic 6x10 MPEG codec cards"
depends on PCI && VIDEO_DEV && SND
select VIDEOBUF_DMA_CONTIG
---help---
This driver supports the Softlogic based MPEG-4 and h.264 codec
codec cards.
| {
"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"
} |
// This source file is part of the Swift.org open source project
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
// See https://swift.org/CONTRIBUTORS.txt for the li... | {
"pile_set_name": "Github"
} |
#!/bin/bash
wget https://data.vision.ee.ethz.ch/kmaninis/share/OSVOS/Downloads/models/5stage-vgg.caffemodel
mv 5stage-vgg.caffemodel ../../models/
| {
"pile_set_name": "Github"
} |
package yaml_test
import (
"errors"
. "gopkg.in/check.v1"
"gopkg.in/yaml.v2"
"math"
"net"
"reflect"
"strings"
"time"
)
var unmarshalIntTest = 123
var unmarshalTests = []struct {
data string
value interface{}
}{
{
"",
&struct{}{},
}, {
"{}", &struct{}{},
}, {
"v: hi",
map[string]string{"v": "h... | {
"pile_set_name": "Github"
} |
# [AwGo](https://github.com/deanishe/awgo)
An awesome library to make Alfred Workflows made by [Deanishe](https://github.com/deanishe).
## Notes
- Using macOS console app is a lot nicer than using Alfred debugger. You can access it by running `workflow:log` in a script filter. Where `workflow:` is a magic argument w... | {
"pile_set_name": "Github"
} |
include: ../../analysis_options.yaml
| {
"pile_set_name": "Github"
} |
// Resize anything
@mixin resizable($direction) {
resize: $direction; // Options: horizontal, vertical, both
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
}
| {
"pile_set_name": "Github"
} |
// Resize anything
@mixin resizable($direction) {
resize: $direction; // Options: horizontal, vertical, both
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
}
| {
"pile_set_name": "Github"
} |
module.exports = {
// doc for f1
f1: function() { return 7; }
};
// doc for f2
module.exports.f2 = function() { return 7; };
| {
"pile_set_name": "Github"
} |
--TEST--
Disable functions - filename regexp
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) die "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/config_disabled_functions_filename_r.ini
--FILE--
<?php
system("echo 42");
shell_exec("echo 43");
?>
--EXPECTF--
42
Fatal error: [snuffleupagus][0.0.0.0][disa... | {
"pile_set_name": "Github"
} |
--TEST--
Defining a free-standing assert() function is deprecated
--FILE--
<?php
namespace FooBar;
function assert() {}
?>
--EXPECTF--
Fatal error: Defining a custom assert() function is not allowed, as the function has special semantics in %s on line %d
| {
"pile_set_name": "Github"
} |
module MoreExplicitHelper
def method_in_more_explicit_helper
"<div>This is text from a method in the MoreExplicitHelper</div>"
end
end
| {
"pile_set_name": "Github"
} |
// Resize anything
@mixin resizable($direction) {
resize: $direction; // Options: horizontal, vertical, both
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
}
| {
"pile_set_name": "Github"
} |
/**
* global variables
*/
#include "pedometer_defs.h"
| {
"pile_set_name": "Github"
} |
---
title: "HTTP 204"
description: ""
project: "riak_kv"
project_version: "2.2.2"
menu:
riak_kv-2.2.2:
name: "HTTP 204"
identifier: "troubleshooting_http_204"
weight: 101
parent: "managing_troubleshooting"
toc: true
---
In the HTTP standard, a `204 No Content` is returned when the request was success... | {
"pile_set_name": "Github"
} |
package com.zhike.activity;
import android.app.Activity;
import android.os.Bundle;
import com.zhike.R;
public class About extends Activity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.about);
setTitle(getString(R.string.app_name)+"-... | {
"pile_set_name": "Github"
} |
export { SocketIoModule } from './src/socket-io.module';
export { SocketIoConfig } from './src/config/socket-io.config';
export { WrappedSocket as Socket } from './src/socket-io.service'; | {
"pile_set_name": "Github"
} |
using System;
namespace SNETCracker.Model
{
class CrackSVN : CrackService
{
public CrackSVN()
{
}
public override Server creack(String ip, int port, String username, String password, int timeOut)
{
Server server = new Server();
return server;
... | {
"pile_set_name": "Github"
} |
# Alias OBJ Model File
# Exported from SketchUp, (c) 2000-2012 Trimble Navigation Limited
# File units = meters
mtllib Grey_Arch_01.mtl
g Mesh1 Grey_Arch Model
usemtl Light_Stone
v 0.5 0 -3
vt -0.227273 0
vn 0 0 -1
v 0 0 -3
vt 0 0
v 0 2.2 -3
vt 0 1
v 0.5 2.2 -3
vt -0.227273 1
f 1/1/1 2/2/1 3/3/1 4/4/1
v 0.5 0 -2.5... | {
"pile_set_name": "Github"
} |
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries
# You can see what browsers were selected by your queries by running:
# n... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_CLK_SIFIVE_FU540_PRCI) += fu540-prci.o
| {
"pile_set_name": "Github"
} |
{
"name": "data-generator",
"version": "0.1.0",
"description": "Demonstrates how to use basic dataset API, including fitting a model",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.2.0",
"@tensorflow/tfjs": "^1.3.2",
"@tensorflow/tfjs-vis":... | {
"pile_set_name": "Github"
} |
package xiaofei.library.hermestest;
import android.content.Context;
import xiaofei.library.hermes.annotation.ClassId;
/**
* Created by Xiaofei on 16/4/28.
*/
@ClassId("FileUtils")
public interface IFileUtils {
String getExternalCacheDir(Context context);
}
| {
"pile_set_name": "Github"
} |
package problem235
| {
"pile_set_name": "Github"
} |
// Copyright 2009, Squish Tech, LLC.
#include "html_document.h"
namespace libxmljs {
void
HtmlDocument::Initialize(v8::Local<v8::Object> target) {
}
} // namespcae libxmljs
| {
"pile_set_name": "Github"
} |
-- boundary3.test
--
-- db eval {
-- SELECT t1.a FROM t1 JOIN t2 ON t1.rowid > t2.r
-- WHERE t2.a=39
-- ORDER BY x
-- }
SELECT t1.a FROM t1 JOIN t2 ON t1.rowid > t2.r
WHERE t2.a=39
ORDER BY x | {
"pile_set_name": "Github"
} |
/**
* Safer Object.hasOwnProperty
*/
function hasOwn(obj, prop){
return Object.prototype.hasOwnProperty.call(obj, prop);
}
module.exports = hasOwn;
| {
"pile_set_name": "Github"
} |
# contributor: Alex Ott <alexott@gmail.com>
# key: main
# name: main
# --
main :: IO ()
main = do
$0 | {
"pile_set_name": "Github"
} |
var x = 25;
if (x > 10)
console.log('>10');
else if (x < 10)
console.log('<10');
else
console.log('10');
| {
"pile_set_name": "Github"
} |
# shellcheck disable=SC2154
mavlink stream -r 50 -s DISTANCE_SENSOR -u $udp_gcs_port_local
| {
"pile_set_name": "Github"
} |
function (PASS)
global variable (PASS)
const (PASS)
event (PASS)
| {
"pile_set_name": "Github"
} |
--- a/pppd/sha1.c
+++ b/pppd/sha1.c
@@ -18,7 +18,7 @@
#include <string.h>
#include <netinet/in.h> /* htonl() */
-#include <net/ppp_defs.h>
+#include "pppd.h"
#include "sha1.h"
static void
| {
"pile_set_name": "Github"
} |
>>> def compare(a, b):
... """Comparison that ignores the first letter"""
... return cmp(a[1:], b[1:])
>>> names = ['Adam', 'Donald', 'John']
>>> names.sort(cmp=compare)
>>> names
['Adam', 'John', 'Donald']
| {
"pile_set_name": "Github"
} |
$pagination-border-width: 0;
$pagination-bg: transparent;
$pagination-disabled-bg: transparent;
$pagination-padding-x-lg: 0;
$pagination-padding-x-sm: 0;
| {
"pile_set_name": "Github"
} |
// @flow
/* eslint-env mocha */
/* global suite, benchmark */
import getQuarter from '.'
import moment from 'moment'
suite('getQuarter', function () {
benchmark('date-fns', function () {
return getQuarter(this.date)
})
benchmark('Moment.js', function () {
return this.moment.quarter()
})
}, {
setup:... | {
"pile_set_name": "Github"
} |
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx2G
# SkyblockAddons Properties
modId = skyblockaddons
modName = SkyblockAddons
version = 1.5.4
acceptedMinecr... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -E -I%S %s | grep BODY_OF_FILE | wc -l | grep 1
// This #import should have no effect, as we're importing the current file.
#import <import_self.c>
BODY_OF_FILE
| {
"pile_set_name": "Github"
} |
\section{Some applications of gradient methods}
\sectionlabel{applications}
This lecture was a sequence of code examples that you can find here:
\begin{center}
{\Large
\href{https://ee227c.github.io/code/lecture4.html}{Lecture 4}
}
(opens in your browser)
\end{center}
| {
"pile_set_name": "Github"
} |
source $setup
tar -xf $src
mv xcb-util-* xcb-util
license=$(cat xcb-util/COPYING)
cat > $out <<EOF
<h2>xcb-util</h2>
<pre>
$license
</pre>
EOF
| {
"pile_set_name": "Github"
} |
/*
* File...........: linux/drivers/s390/block/dasd_fba.h
* Author(s)......: Holger Smolinski <Holger.Smolinski@de.ibm.com>
* Bugreports.to..: <Linux390@de.ibm.com>
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
*
*/
#ifndef DASD_FBA_H
#define DASD_FBA_H
struct DE_fba_data {
struct {
unsi... | {
"pile_set_name": "Github"
} |
<Canvas>
<Kind>42</Kind>
<Name>LightSettings</Name>
<IsMinified>0</IsMinified>
<XPosition>1.000000000</XPosition>
<YPosition>662.000000000</YPosition>
</Canvas>
<Widget>
<Kind>2</Kind>
<Name>ENABLE</Name>
<Value>1</Value>
</Widget>
<Widget>
<Kind>2</Kind>
<Name>SMOOTH</Name>
... | {
"pile_set_name": "Github"
} |
const map = new CartoMap({
container: 'map',
background: 'black'
});
const source = new carto.source.GeoJSON(sources['line-string']);
const style = new carto.Viz('color: hex("#F00")');
const layer = new carto.Layer('layer', source, style);
layer.addTo(map);
layer.on('loaded', () => {
window.loaded = true;... | {
"pile_set_name": "Github"
} |
#
# Process this file with automake to produce Makefile.in
#
EXTRA_DIST = *.expect criticality.xml
CLEANFILES = output.*
| {
"pile_set_name": "Github"
} |
#include <classlib.h>
using namespace std;
| {
"pile_set_name": "Github"
} |
@echo "# cc" $(<F) "(c++11)"
$(CC) $(C_DEFINES) $(C_INCLUDES) $(CPP_FLAGS) -std=c++0x $< -o $@
| {
"pile_set_name": "Github"
} |
import './app.css';
import * as React from 'react';
export default class App extends React.Component {
render() {
return this.props.children;
}
}
| {
"pile_set_name": "Github"
} |
set(LLVM_LINK_COMPONENTS
support
FrontendOpenMP
)
add_clang_library(clangMove
Move.cpp
HelperDeclRefGraph.cpp
DEPENDS
omp_gen
)
clang_target_link_libraries(clangMove
PRIVATE
clangAnalysis
clangAST
clangASTMatchers
clangBasic
clangFormat
clangFrontend
clangLex
clangSerialization
cl... | {
"pile_set_name": "Github"
} |
#!/bin/bash
set -e
# Add kibana as command if needed
if [[ "$1" == -* ]]; then
set -- kibana "$@"
fi
# Run as user "elstack" if the command is "kibana"
if [ "$1" = 'kibana' ]; then
if [ "$ELASTICSEARCH_URL" ]; then
sed -ri "s!^(\#\s*)?(elasticsearch\.url:).*!\2 '$ELASTICSEARCH_URL'!" /etc/kibana/kibana.yml
fi
... | {
"pile_set_name": "Github"
} |
// +build !appengine,!js,!windows
package logrus
import (
"io"
"os"
"golang.org/x/crypto/ssh/terminal"
)
func checkIfTerminal(w io.Writer) bool {
switch v := w.(type) {
case *os.File:
return terminal.IsTerminal(int(v.Fd()))
default:
return false
}
}
| {
"pile_set_name": "Github"
} |
<sect2><title>Contents of Psmisc</title>
<!-- <para>(Last checked against version &psmisc-contversion;.)</para> -->
<para>The Psmisc package contains three programs which help
manage the <filename>/proc</filename> directory.</para>
<para><emphasis>Installed programs</emphasis>: fuser, killall and pstree</para>
</se... | {
"pile_set_name": "Github"
} |
overload.scala:10: error: ambiguous reference to overloaded definition,
both method f in class D of type (x: Any)Unit
and method f in class C of type (x: Int)Unit
match argument types (Int)
(new D).f(1)
^
one error found
| {
"pile_set_name": "Github"
} |
; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll %s > /dev/null
declare i32 @FB()
define i32 @FA() {
ret i32 0
}
define i32 @main() {
%r = call i32 @FB( ) ; <i32> [#uses=1]
ret i32 %r
}
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "TUpdateLayerView.h"
@interface TAirDropNotAvailableView : TUpdateLayerView
{
}
- (void)initCommon;
@end
| {
"pile_set_name": "Github"
} |
gcr.io/ml-pipeline/ml-pipeline-dataflow-tfdv:6ad2601ec7d04e842c212c50d5c78e548e12ddea
| {
"pile_set_name": "Github"
} |
multiply(a,b)=a*b;
| {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser.
*/
@protocol SBFBlockStatusProvider <NSObject>
@required
- (bool)isBlocked;
- (bool)isPermanentlyBlocked;
- (bool)isTemporarilyBlocked;
- (bool)isThermallyBlocked;
- (double)timeIntervalUntilUnblockedSinceReferenceDate;
@end
| {
"pile_set_name": "Github"
} |
Filter 1: ON PK Fc 42 Hz Gain -5.1 dB Q 0.28
Filter 2: ON PK Fc 174 Hz Gain -3.0 dB Q 0.89
Filter 3: ON PK Fc 3389 Hz Gain 5.8 dB Q 2.68
Filter 4: ON PK Fc 6331 Hz Gain 5.8 dB Q 2.50
Filter 5: ON PK Fc 18494 Hz Gain 6.7 dB Q 0.57
Filter 6: ON PK Fc 823 Hz Gain 1.8 dB Q 1.70
Filter 7: ON PK Fc 1711 Hz Gain -3.0 dB Q 1.6... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.