text
stringlengths
2
99.9k
meta
dict
#!/usr/local/bin/perl -w # Clean the dependency list in a makefile of standard includes... # Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999 use strict; while(<STDIN>) { print; last if /^# DO NOT DELETE THIS LINE/; } my %files; my $thisfile=""; while(<STDIN>) { my ($dummy, $file,$deps)=/^((.*):)? ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2001-2009, The HSQL Development Group * 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, this * list...
{ "pile_set_name": "Github" }
$$ MODE TUSCRIPT PRINT "Goodbye, World!"
{ "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 <utility> #include "base/files/file_path.h" #include "base/macros.h" #include "base/metrics/field_trial.h" #include "base/single_thread_task...
{ "pile_set_name": "Github" }
//--------------------------------------------------------------------------- // This software is Copyright (c) 2015 Embarcadero Technologies, Inc. // You may only use this software if you are an authorized licensee // of an Embarcadero developer tools product. // This software is considered a Redistributable as defin...
{ "pile_set_name": "Github" }
#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- import os import subprocess SDS_JSON_FILE_EXTENSION = '.sdsjson' def fail(*args): error = ' '.join(str(arg) for arg in args) raise Exception(error) git_repo_path = os.path.abspath(subprocess.check_output(['git', 'rev-parse', '--show-toplevel']).strip()) prin...
{ "pile_set_name": "Github" }
%{ Lambda-terms }% LF tp: type = | nat: tp | arr: tp -> tp -> tp ; LF term: type = | app: term -> term -> term | lam: tp -> (term -> term) -> term ; LF value: term -> type = | v_lam: value (lam T M) ; schema ctx = term; % [x:tm, y:tm |- x] % [x:tm, y:tm |- lam \w. app x w] % % --------------------------------...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010 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 app...
{ "pile_set_name": "Github" }
// Protocol Buffers - Google's data interchange format // Copyright 2012 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // ...
{ "pile_set_name": "Github" }
// // forked from OCIPL Version 1.3 // by Ivan Brezina <ivan@cvut.cz> /* 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 notic...
{ "pile_set_name": "Github" }
/* * The NFC Controller Interface is the communication protocol between an * NFC Controller (NFCC) and a Device Host (DH). * * Copyright (C) 2011 Texas Instruments, Inc. * * Written by Ilan Elias <ilane@ti.com> * * This program is free software; you can redistribute it and/or modify * it under the terms ...
{ "pile_set_name": "Github" }
//===-- HexagonMCExpr.cpp - Hexagon specific MC expression classes //----------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===---------------------------------------------------...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-only /* * (C) 2010,2011 Thomas Renninger <trenn@suse.de>, Novell Inc. * * Ideas taken over from the perf userspace tool (included in the Linus * kernel git repo): subcommand builtins and param parsing. */ #include <stdio.h> #include <stdlib.h> #include <string.h> #incl...
{ "pile_set_name": "Github" }
--- title: Agent tags: [usage] keywords: agent, usage, java, loadtime --- # Spoon Agent Spoon can also be used to transform classes at load time in the JVM. FOr this, `SpoonClassFileTransformer` provide an abstraction of `ClassFileTransformer` where the user can define Spoon transformation. Bytecode of classes will b...
{ "pile_set_name": "Github" }
# AIDL(上) Demo ## 0x01 Demo 创建一个Android项目,包含三个Module,app_client,app_server和ipc: - app_client:`com.android.application`,Client - app_server:`com.android.application`,Server - ipc:`com.android.library`,放AIDL及model文件 ### ipc中创建AIDL文件 ```aidl // IStudentManager.aidl package com.ttdevs.ipc; import com.ttdevs.ipc.Stude...
{ "pile_set_name": "Github" }
using System; using Microsoft.EntityFrameworkCore.Migrations; namespace Spark.Web.Migrations { public partial class Init : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( name: "AspNetRoles", ...
{ "pile_set_name": "Github" }
/** PURE_IMPORTS_START PURE_IMPORTS_END */ export var rxSubscriber = /*@__PURE__*/ (function () { return typeof Symbol === 'function' ? /*@__PURE__*/ Symbol('rxSubscriber') : '@@rxSubscriber_' + /*@__PURE__*/ Math.random(); })(); export var $$rxSubscriber = rxSubscriber; //# sourceMappingURL=rxSubs...
{ "pile_set_name": "Github" }
#!/bin/bash -ex DIR=$(dirname "$0") cp "$DIR/../../version.json" "$DIR/../config" yarn workspaces focus fxa-profile-server yarn test
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017 Contributors as noted in the AUTHORS file * * This file is part of Solo5, a sandboxed execution environment. * * Permission to use, copy, modify, and/or distribute this software * for any purpose with or without fee is hereby granted, provided * that the above copyright notice and this pe...
{ "pile_set_name": "Github" }
--- title: QueryClose Constants keywords: vblr6.chm1106127 f1_keywords: - vblr6.chm1106127 ms.prod: office ms.assetid: 0e7ca25d-316c-53bb-4213-1b0c8d529de4 ms.date: 06/08/2017 --- # QueryClose Constants The following [constants](vbe-glossary.md) can be used anywhere in your code in place of the actual values: |**...
{ "pile_set_name": "Github" }
import Vue from 'vue/dist/vue.js' import VueMultianalytics from '../dist/vue-multianalytics.min' import analyticsMixin from './analytics-mixin' let gaConfig = { appName: 'Test', // Mandatory appVersion: '0.1', // Mandatory trackingId: 'UA-96678006-1', // Mandatory globalDimensions: [], globalMetrics: [], ...
{ "pile_set_name": "Github" }
/* * nvme_strom.c * * Routines to support optional SSD-to-GPU Direct DMA Loading * ---- * Copyright 2011-2017 (C) KaiGai Kohei <kaigai@kaigai.gr.jp> * Copyright 2014-2017 (C) The PG-Strom Development Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU G...
{ "pile_set_name": "Github" }
#include "ofMain.h" #include "ofApp.h" #include "ofAppGlutWindow.h" //======================================================================== int main( ){ ofAppGlutWindow window; ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context // this kicks off the running of my app // can be...
{ "pile_set_name": "Github" }
10 dir 525538 http://lmyoaoa@plugins.svn.wordpress.org/weichuncai/trunk/lang http://lmyoaoa@plugins.svn.wordpress.org 2012-02-10T17:33:09.140533Z 503287 lmyoaoa b8457f37-d9ea-0310-8a92-e5e31aec5664 weichuncai-en_US.mo file 2012-03-31T06:30:09.000000Z 09d41686f8760d9798c6151f5317fae5 2012-02-10T1...
{ "pile_set_name": "Github" }
NVS 分区生成程序 =============================== :link_to_translation:`en:[English]` 介绍 ------------ NVS 分区生成程序 (:component_file:`nvs_flash/nvs_partition_generator/nvs_partition_gen.py`) 根据 CSV 文件中的键值对生成二进制文件。该二进制文件与 :doc:`非易失性存储器 (NVS) </api-reference/storage/nvs_flash>` 中定义的 NVS 结构兼容。NVS 分区生成程序适合用于生成二进制数据(Blob),其中包括设备生产...
{ "pile_set_name": "Github" }
#!/bin/bash mkdir -p pinloc-4k-cm81 cd pinloc-4k-cm81 pins=" A1 A2 A3 A4 A6 A7 A8 A9 B1 B2 B3 B4 B5 B6 B7 B8 B9 C1 C2 C3 C4 C5 C9 D1 D2 D3 D5 D6 D7 D8 D9 E1 E2 E3 E4 E5 E7 E8 F1 F3 F7 F8 G1 G2 G3 G4 G5 G6 G7 G8 G9 H1 H2 H4 H5 H7 H9 J1 J2 J3 J4 J8 J9 " if [ $(echo $pins | wc -w) -ne 63 ]; then echo "Incorre...
{ "pile_set_name": "Github" }
{ "parent": "item/generated", "textures": { "layer0": "gregtech:items/material_sets/fine/crushed_centrifuged" } }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools"> <item android:id="@+id/update_opponents_list" android:icon="@drawable/ic_refresh" ...
{ "pile_set_name": "Github" }
/* Copyright (C) 2014 The gtkmm Development Team * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * T...
{ "pile_set_name": "Github" }
" bundler.vim - Support for Ruby's Bundler " Maintainer: Tim Pope <http://tpo.pe/> " Version: 2.1 if exists('g:loaded_bundler') || &cp || v:version < 700 finish endif let g:loaded_bundler = 1 if !exists('g:dispatch_compilers') let g:dispatch_compilers = {} endif let g:dispatch_compilers['bundle exec'] = ''...
{ "pile_set_name": "Github" }
# # Don't edit, this file is generated by FPCMake Version 2.0.0 # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku i386-netbsd i386-solaris i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian i...
{ "pile_set_name": "Github" }
/* Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 */ /* For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt */ // CSS styles for coverage.py HTML reports. // When you edit this file, you need to run "make css" to get the CSS file // generated, and then check in both...
{ "pile_set_name": "Github" }
// Google Code Prettify styles .com { color: #999; } .lit { color: #195f91; } .pun, .opn, .clo { color: #93a1a1; } .fun { color: #dc322f; } .str, .atv { color: #C7254E; } .kwd, .prettyprint .tag { color: #2F6F9F; } .typ, .atn, .dec, .var { color: #428BCA; } .pln { color: #333; } .prettyprint { paddi...
{ "pile_set_name": "Github" }
/****************************************************************************** ******************************************************************************* ** ** Copyright (C) 2005 Red Hat, Inc. All rights reserved. ** ** This copyrighted material is made available to anyone wishing to use, ** modify, copy, or ...
{ "pile_set_name": "Github" }
# $NetBSD: Makefile.parselist,v 1.6 2008/10/19 22:05:20 apb Exp $ # # Makefile snippet to setup parselist.awk related variables: # PARSELISTENV environment variables to pass to parselist.awk # (may be appended to by caller) # PARSELISTDEP dependency on parselist.awk # PARSELIST run ${PARSELISTENV} awk -f ${PARSELIST...
{ "pile_set_name": "Github" }
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>articleManger</title> ...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); /** * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classe...
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE----- MIIDLjCCAhagAwIBAgIBATANBgkqhkiG9w0BAQUFADA3MREwDwYDVQQLDAhTZWN1 cml0eTEUMBIGA1UEAwwLTkRHIFRlc3QgQ0ExDDAKBgNVBAoMA05ERzAeFw0xNTAx MjExNDMzMThaFw0yMDAxMjAxNDMzMThaMDcxETAPBgNVBAsMCFNlY3VyaXR5MRQw EgYDVQQDDAtOREcgVGVzdCBDQTEMMAoGA1UECgwDTkRHMIIBIjANBgkqhkiG9w0B AQEFAAOCAQ8AMIIBCgKCAQEArq4QKUTR...
{ "pile_set_name": "Github" }
#!/usr/bin/env node var cli = require('cli'); var output_file = function (file) { cli.withInput(file, function (line, sep, eof) { if (!eof) { cli.output(line + sep); } else if (cli.args.length) { output_file(cli.args.shift()); } }); }; if (cli.args.length) { ...
{ "pile_set_name": "Github" }
# # Sorting # # -- Allen Leung ### "Never express yourself more clearly ### than you are able to think." ### ### -- Niels Bohr api SORTING = api my sort: (X * X -> Bool) -> List(X) -> List(X) my sort_uniq: (X * X -> Bool) -> ...
{ "pile_set_name": "Github" }
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [1.0.5] - 2018-08-25 ### Changed - Removed `prepublish` script fr...
{ "pile_set_name": "Github" }
/// /// Copyright (c) 2020 Dropbox, Inc. All rights reserved. /// #import "DBURLSessionTaskWithTokenRefresh.h" #import "DBAccessTokenProvider.h" #import "DBDelegate.h" #import "DBOAuthResult.h" #import "DBURLSessionTaskResponseBlockWrapper.h" @interface DBURLSessionTaskWithTokenRefresh () @property (nonatomic, weak...
{ "pile_set_name": "Github" }
using FModel.Creator.Texts; using PakReader.Pak; using PakReader.Parsers.Class; using PakReader.Parsers.PropertyTagData; namespace FModel.Creator.Bundles { public class Quest { public string Description; public int Count; public Reward Reward; public Quest() { ...
{ "pile_set_name": "Github" }
[ { "title": "Introducing tidyr", "href": "https://blog.rstudio.org/2014/07/22/introducing-tidyr/" }, { "title": "R / Finance 2013 Call for Papers", "href": "http://dirk.eddelbuettel.com/blog/2012/12/17/" }, { "title": "R: How to Transform “prob” Predictions to a Single Column of Predicted...
{ "pile_set_name": "Github" }
<?php /** * @package deployment */ require_once (__DIR__ . '/../../bootstrap.php'); $script = realpath(dirname(__FILE__) . "/../../../tests/standAloneClient/exec.php"); $xml = realpath(dirname(__FILE__) . "/../../updates/scripts/xml/2020_03_30_User_Deleted_A_Comment.template.xml"); deployTemplate($script, ...
{ "pile_set_name": "Github" }
#ifndef LOCALCLEANSCHEDULER_H #define LOCALCLEANSCHEDULER_H #include <QDialog> #include "QMegaMessageBox.h" #include "megaapi.h" namespace Ui { class LocalCleanScheduler; } class LocalCleanScheduler : public QDialog { Q_OBJECT public: explicit LocalCleanScheduler(QWidget *parent = 0); bool daysLimit(); ...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash echo Starting Karma without any tests to download dependencies ./node_modules/.bin/karma start ./config/karma.config.js --no-fail-on-empty-test-suite --reporters=quiet
{ "pile_set_name": "Github" }
## # This module requires Metasploit: https://metasploit.com/download # Current source: https://github.com/rapid7/metasploit-framework ## class MetasploitModule < Msf::Auxiliary include Msf::Auxiliary::Report include Msf::Exploit::Remote::HTTP::Wordpress def initialize(info = {}) super(update_info(info, ...
{ "pile_set_name": "Github" }
using NBCZ.DAL; using NBCZ.Model; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NBCZ.BLL { public partial class Pub_UserBLL { Pub_UserDAL dal = new Pub_UserDAL(); /// <summary> /// 获取编号 ...
{ "pile_set_name": "Github" }
// Base Class Definition // ------------------------- .#{$fa-css-prefix} { display: inline-block; font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration font-size: inherit; // can't have font-size inherit on line above, so need to override text-rend...
{ "pile_set_name": "Github" }
namespace Serenity { export enum SummaryType { Disabled = -1, None = 0, Sum = 1, Avg = 2, Min = 3, Max = 4 } }
{ "pile_set_name": "Github" }
// Copyright 2011 Google Inc. All rights reserved. // Use of this source code is governed by the Apache 2.0 // license that can be found in the LICENSE file. package internal import ( "strings" ) func parseFullAppID(appid string) (partition, domain, displayID string) { if i := strings.Index(appid, "~"); i != -1 { ...
{ "pile_set_name": "Github" }
using System.Linq; using System.Windows.Forms; namespace SimpleTreeMapTests { public partial class Form1 : Form { public Form1() { InitializeComponent(); treeMap1.ObjectNameGetter = o => o.ToString(); treeMap1.ObjectValueGetter = o =...
{ "pile_set_name": "Github" }
{ "compilerOptions": { "alwaysStrict": true, "target": "es2017", "module": "commonjs", "declaration": true, "strict": true, "sourceMap": true, "downlevelIteration": true, "importHelpers": true, "noEmitHelpers": true, "incremental": true, "resolveJsonModule": true, "esMo...
{ "pile_set_name": "Github" }
# universe start date start_date: "2010-01-01" # trading frequency freq: 'W-FRI' # trading stocks tickers: - 'AAPL' - 'GE' - 'JPM' - 'MSFT' - 'VOD' - 'GS' - 'TSLA' - 'MMM' # csv filename csv_file_returns: 'db/returns.csv' csv_file_prices: 'db/prices.csv' # rolling window size window: 20
{ "pile_set_name": "Github" }
# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools DESCRIPTION="Shell history suggest box" HOMEPAGE="https://github.com/dvorka/hstr http://www.mindforger.com" SRC_URI="https://github.com/dvorka/hstr/archive/${PV}.tar.gz -> ${P}.tar.gz" SL...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
{ "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. // Package ipv4 implements IP-level socket options for the Internet // Protocol version 4. // // The package provides IP-level socket options that allow // mani...
{ "pile_set_name": "Github" }
mtllib dinnerware.mtl usemtl pan_tefal v 0.048268 -0.085308 0.060000 v 0.051940 -0.089963 0.060000 v 0.029150 -0.050489 0.000000 v 0.027560 -0.047735 0.000000 v -0.048765 -0.086152 0.060600 v -0.052459 -0.090862 0.060600 v -0.029442 -0.050994 0.000000 v -0.027836 -0.048213 0.000000 vn 0.404852 0.441710 0.800617 vn -0.8...
{ "pile_set_name": "Github" }
//======== (C) Copyright 2002 Charles G. Cleveland All rights reserved. ========= // // The copyright to the contents herein is the property of Charles G. Cleveland. // The contents may be used and/or copied only with the written permission of // Charles G. Cleveland, or in accordance with the terms and conditions ...
{ "pile_set_name": "Github" }
/** * Marlin 3D Printer Firmware * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
{ "pile_set_name": "Github" }
/******************************* MODULE HEADER ****************************** * jdhandler.h * Job Directive Handler Module. Handles different job directives * given to us by OEMCommandCallback. * Revision History: * Created: 9/19/96 -- Joel Rieke * *************************************************...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp"> <Identity Name="Microsoft.SDKSa...
{ "pile_set_name": "Github" }
module bblfshd 1.0; require { type container_runtime_t; type spc_t; class fifo_file setattr; } #============= spc_t ============== allow spc_t container_runtime_t:fifo_file setattr;
{ "pile_set_name": "Github" }
<?php declare(strict_types = 1); namespace TheSeer\phpDox; interface FactoryInterface { public function getInstanceFor($name); }
{ "pile_set_name": "Github" }
#---------------------------------------------------------------------------- # Profile for Samsung 9 Series TVs. # See DefaultRenderer.conf for descriptions of all the available options. # # Support MPO images as well (image/mpo) # issue: http://www.universalmediaserver.com/forum/posting.php?mode=reply&f=9&t=9249 Ren...
{ "pile_set_name": "Github" }
// Copyright Neil Groves 2009. Use, modification and // distribution is subject to the Boost Software License, Version // 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // // For more information, see http://www.boost.org/libs/range/ // #ifndef BOOST_RANGE_ALGORIT...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman Copyright (c) 2001-2011 Hartmut Kaiser http://spirit.sourceforge.net/ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or cop...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
{ "pile_set_name": "Github" }
/* * reserved comment block * DO NOT REMOVE OR ALTER! */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under ...
{ "pile_set_name": "Github" }
commandlinefu_id: 4276 translator: weibo: '' hide: true command: |- mencoder infile.wmv -ofps 23.976 -ovc lavc -oac copy -o outfile.avi summary: |- Convert wmv into avi
{ "pile_set_name": "Github" }
/* conf_api.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commercial...
{ "pile_set_name": "Github" }
/* Package to provides helpers to ease working with pointer values of marshalled structures. */ package to // Copyright 2017 Microsoft Corporation // // 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...
{ "pile_set_name": "Github" }
name: deadd-notification-center confinement: strict base: core18 summary: Linux Notification Center adopt-info: deadd-notification-center description: | A haskell-written notification center for users that like a desktop with style... slots: dbus-daemon: interface: dbus bus: session na...
{ "pile_set_name": "Github" }
/* * (c) Copyright IBM Corp 2002, 2006 */ package javax.xml.namespace; import java.io.*; /** * <code>QName</code> class represents the value of a qualified name * as specified in <a href="http://www.w3.org/TR/xmlschema-2/#QName">XML * Schema Part2: Datatypes specification</a>. * <p> * The value of a QName co...
{ "pile_set_name": "Github" }
/** * This file has no copyright assigned and is placed in the Public Domain. * This file is part of the mingw-w64 runtime package. * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ long double fabsl (long double x); long double fabsl (long double x) { #if defined(__x86_64__) || defin...
{ "pile_set_name": "Github" }
/* * 公共 */ .share { padding: 20rpx 10rpx; } .share .title { border-left: 3px solid #ff6a80; margin-left: 10rpx; padding-left: 20rpx; font-size: 32rpx; font-weight: 500; } .share .desc { font-size: 32rpx; padding: 0 10rpx 20rpx 10rpx; margin-top: 20rpx; } .share .content { padding: 20rpx; } .share ...
{ "pile_set_name": "Github" }
'\" '\" Copyright (c) 2005 Andreas Kupries <andreas_kupries@users.sourceforge.net> '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" .TH Tcl_SetChannelError 3 8.5 Tcl "Tcl Library Procedures" .so man.macros .BS '\" Note: do no...
{ "pile_set_name": "Github" }
// RUN: llvm-mc -triple=i686-pc-windows -filetype=obj -o %t %s // RUN: llvm-objdump -d -r %t | FileCheck %s .globl _main _main: // CHECK: 00 00 00 00 // CHECK-NEXT: 00000002: IMAGE_REL_I386_DIR32 .rdata movb L_alias1(%eax), %al // CHECK: 01 00 00 00 // CHECK-NEXT: 00000008: IMAGE_REL_I386_DIR32 .rdata movb L_alias2(...
{ "pile_set_name": "Github" }
<?php /** * Copyright 2014-2017 Horde LLC (http://www.horde.org/) * * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde * @copyright 2014-2017 Horde LLC * @license http://www.horde.org/licenses/lgpl2...
{ "pile_set_name": "Github" }
# Enabling hardware <video> decode codepaths on linux Hardware acceleration of video decode on Linux is [unsupported](https://crbug.com/137247) in Chrome for user-facing builds. During development (targeting other platforms) it can be useful to be able to trigger the code-paths used on HW-accelerated platforms (such a...
{ "pile_set_name": "Github" }
# Author: Horst Hunger # Created: 2010-07-06 --source include/not_embedded.inc --source include/have_partition.inc let $engine_table= MYISAM; let $engine_part= MYISAM; let $engine_subpart= MYISAM; CREATE USER test2@localhost; --disable_result_log --disable_query_log --source suite/parts/inc/part_exch_tabs.inc --ena...
{ "pile_set_name": "Github" }
// This file isn't generated, but this comment is necessary to exclude it from StyleCop analysis. // <auto-generated/> /* Copyright (c) 2012-2017 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ usi...
{ "pile_set_name": "Github" }
package org.hamcrest.filter { import org.flexunit.Assert; import org.hamcrest.core.not; import org.hamcrest.text.containsString; import org.hamcrest.text.emptyString; public class FilterFunctionTest extends Assert { private var filterFunction:FilterFunction; [Before] public function setup():void { ...
{ "pile_set_name": "Github" }
import Vue from 'vue/dist/vue.esm' import Vuex from 'vuex' import componentMixin from '../../component/component' import VRuntimeTemplate from "v-runtime-template" const componentDef = { mixins: [componentMixin], data: function(){ return {} }, computed: Vuex.mapState({ asyncPageTemplate: state => stat...
{ "pile_set_name": "Github" }
/* * Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Portions copyright 2006-2009 James Murty. Please see LICENSE.txt * for applicable license terms and NOTICE.txt for applicable notices. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this f...
{ "pile_set_name": "Github" }
[General] FontFamily=Consolas FontSize=12 CaretForegroundColor=11004961 CaretLineBackgroundColor=0 MatchedBraceForegroundColor=15800088 MatchedBraceBackgroundColor=1536 UnmatchedBraceForegroundColor=1536 UnmatchedBraceBackgroundColor=12303291 MarkerForegroundColor=186882 MarkerBackgroundColor=0 FoldMarginFirstCol...
{ "pile_set_name": "Github" }
from django.conf import settings from django import http class XViewMiddleware(object): """ Adds an X-View header to internal HEAD requests -- used by the documentation system. """ def process_view(self, request, view_func, view_args, view_kwargs): """ If the request method is HEAD and ...
{ "pile_set_name": "Github" }
@charset "UTF-8"; /* * jQuery File Upload Plugin CSS Example * https://github.com/blueimp/jQuery-File-Upload * * Copyright 2013, Sebastian Tschan * https://blueimp.net * * Licensed under the MIT license: * https://opensource.org/licenses/MIT */ body { padding-top: 60px; }
{ "pile_set_name": "Github" }
<?php /** * This file is part of amfPHP * * LICENSE * * This source file is subject to the license that is bundled * with this package in the file license.txt. */ /** * includes */ require_once dirname(__FILE__) . '/AmfphpMonitorService.php'; /** * logs monitoring information, and makes it possible to tog...
{ "pile_set_name": "Github" }
-- SETTINGS SET @iTypeOrder = (SELECT MAX(`order`) FROM `sys_options_types` WHERE `group` = 'modules'); INSERT INTO `sys_options_types`(`group`, `name`, `caption`, `icon`, `order`) VALUES ('modules', 'bx_photos', '_bx_photos', 'bx_photos@modules/boonex/photos/|std-icon.svg', IF(ISNULL(@iTypeOrder), 1, @iTypeOrder + 1...
{ "pile_set_name": "Github" }
package utils import ( "encoding/json" "fmt" "io/ioutil" "os" "path" ) const ( assetFileName = "asset-manifest.json" ) // ResourceMapper maps path to a static resource built by react type ResourceMapper struct { assetMap map[string]string } // NewResourceMapper creates a new resource mapper func NewResourceM...
{ "pile_set_name": "Github" }
/** * (C) Copyright IBM Corp. 2018, 2019. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
{ "pile_set_name": "Github" }
package extra import ( "github.com/json-iterator/go" "unicode" ) // SupportPrivateFields include private fields when encoding/decoding func SupportPrivateFields() { jsoniter.RegisterExtension(&privateFieldsExtension{}) } type privateFieldsExtension struct { jsoniter.DummyExtension } func (extension *privateFiel...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title> Top Level Toolbar </title> </head> <body bgcolor="#ffffff"> <h1>Top Level Toolbar</h1> <p> This toolbar provides a set of controls for commonly used functionality. <h2>Mode ...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard. // #import "NSObject-Protocol.h" @protocol NSDraggingInfo; @protocol NSDraggingDestination <NSObject> @optional - (void)updateDraggingI...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8150" systemVersion="15A204g" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialView...
{ "pile_set_name": "Github" }
LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := spine_static LOCAL_MODULE_FILENAME := libspine LOCAL_SRC_FILES := Animation.cpp \ AnimationState.cpp \ AnimationStateData.cpp \ Atlas.cpp \ AtlasAttachmentLoader.cpp \ Attachment.cpp \ AttachmentLoader.cpp \ Bone.cpp \ BoneData.cpp \ CCSkeleton.cpp \...
{ "pile_set_name": "Github" }
/* Copyright 2014 Google Inc. 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.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in ...
{ "pile_set_name": "Github" }