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 |
|---|---|---|---|---|---|
<template>
<v-row justify="center">
<v-col
cols="12"
sm="7"
md="6"
lg="5"
>
<v-sheet
elevation="10"
rounded="xl"
>
<v-sheet
class="pa-3 primary text-right"
dark
rounded="t-xl"
>
<v-btn icon>
... | Vue | 4 | mark-gene/vuetify | packages/docs/src/examples/v-chip-group/prop-column.vue | [
"MIT"
] |
#As the name suggests, the function returns you the definition and example of the sought English word
#(or breaks if it can't find the word because the API uses different columns for successful and invalid searches)
#usage: dict word
#usage: dict "word with space"
def dict [word: string] {
let link = (build-string... | Nu | 2 | Yethal/nu_scripts | cool_oneliners/dict.nu | [
"MIT"
] |
#tag Class
Protected Class LogicalFontWFS
#tag Method, Flags = &h0
Sub Constructor()
// Do nothing
End Sub
#tag EndMethod
#tag Method, Flags = &h0
Sub Constructor(mb as MemoryBlock, bUnicodeSavvy as Boolean)
// Convert from a memory block
Height = mb.Long( 0 )
Width = mb.Long( 4 )
Esc... | REALbasic | 5 | bskrtich/WFS | Windows Functionality Suite/Graphics Helpers/Classes/LogicalFontWFS.rbbas | [
"MIT"
] |
crypto
nft
stats cryptopunks
today
upcoming
ongoing
newest
exit | Gosu | 0 | minhhoang1023/GamestonkTerminal | scripts/test_crypto_nft.gst | [
"MIT"
] |
.sass-partial {
color: orchid;
}
| SCSS | 1 | laineus/vite | packages/playground/css/nested/_partial.scss | [
"MIT"
] |
tenacity(1)
# NAME
tenacity - Graphical cross-platform audio editor
# SYNOPSIS
*tenacity* -help++
*tenacity* -version
*tenacity* [-blocksize nnn] -test++
*tenacity* [-blocksize nnn] [ _AUDIO-FILE_ ] *...*
# OPTIONS
*-h --help*
Displays a brief list of command line options.
*-v --version*
Displays the Tenacity... | SuperCollider | 3 | BBArikL/tenacity | help/tenacity.1.scd | [
"CC-BY-3.0"
] |
# Parameters
param T := read "producer.dat" as "1n" use 1 comment "#";
set Ts := {1..T};
set Ns := {read "producer.dat" as "<n+>" skip 1 use 1 comment "#"};
param N := card(Ns);
param pMin[Ns*Ts] := read "producer.dat" as "<1n,2n> 3n" skip 2 use (N*T) comment "#";
param pMax[Ns*Ts] := read "producer.dat" as "... | Zimpl | 5 | sebMathieu/dsima | simulator/models/producer-flexibility.zpl | [
"BSD-3-Clause"
] |
module audiostreamerscrobbler.factories.PlayerDetectorThreadFactory
import audiostreamerscrobbler.factories.PlayerDetectorFactory
import audiostreamerscrobbler.threads.PlayerDetectorThread
function createPlayerDetectorThreadFactory = {
let factory = DynamicObject("PlayerDetectorThreadFactory"):
define("createDetec... | Golo | 3 | vvdleun/audiostreamerscrobbler | src/main/golo/include/factories/PlayerDetectorThreadFactory.golo | [
"MIT"
] |
div {
em > 'Foo'
bar > 'Bar'
}
---
div{em>'Foo'bar>'Bar'}
===================================
div {
em { 'Foo' }
bar > 'Bar'
}
span; section > div {
'A'
"B"
}
---
div{em>'Foo'bar>'Bar'}span;section>div{'A''B'}
===================================== | Mask | 0 | atmajs/MaskJS | test/tmpl/stringify/node_many.min.mask | [
"MIT"
] |
type Type1
implements
A & B &
# comment 1
C & D &
# comment 2
E {a: a}
| GraphQL | 1 | tumido/prettier | tests/format/graphql/comments/interfaces.graphql | [
"MIT"
] |
SUMMARY = "Resin Flasher Package Group"
LICENSE = "Apache-2.0"
PR = "r1"
inherit packagegroup
BALENA_INIT_PACKAGE ?= "resin-init-flasher"
BALENA_MOUNTS ?= "resin-mounts-flasher"
BALENA_REGISTER ?= "resin-device-register"
include packagegroup-resin.inc
| BitBake | 2 | dtischler/px30-test | layers/meta-balena/meta-balena-common/recipes-core/packagegroups/packagegroup-resin-flasher.bb | [
"Apache-2.0"
] |
#lang scribble/manual
@(require (for-label racket)
(for-label rosette/base/form/define rosette/base/core/type))
@title[#:tag "ch:built-in-datatypes" #:style 'toc]{Built-In Datatypes}
The @seclink["ch:syntactic-forms"]{previous chapter} describes the
Racket syntax forms that are @tech[#:key "lifted const... | Racket | 4 | remysucre/rosette | rosette/guide/scribble/datatypes/builtin-datatypes.scrbl | [
"BSD-2-Clause"
] |
% Copyright (c) Facebook, Inc. and its affiliates.
%
% This source code is licensed under the MIT license found in the
% LICENSE file in the root directory of this source tree.
-module(tuples).
-export([
test_first_Ok/0,
test_first_Bad/0,
test_second_Ok/0,
test_second_Bad/0,
test_third_Ok/0,
t... | Erlang | 4 | niranthhr/facebook_prj | infer/tests/codetoanalyze/erlang/features/src/tuples.erl | [
"MIT"
] |
<!DOCTYPE html>
<html lang="en" style="width: 100%; height: 100%;">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy"
content="default-src 'none'; script-src 'sha256-v9xEHcwDE5dc/lU7HYs5bG3LpPWGmQe0w/Vz6kmdd60=' 'self'; frame-src 'self'; style-src 'unsafe-inline';">
<!-- Disable pinch zoo... | HTML | 4 | EngineLessCC/vscode | src/vs/workbench/contrib/webview/browser/pre/index.html | [
"MIT"
] |
/**
* This file is part of the Phalcon.
*
* (c) Phalcon Team <team@phalcon.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Phalcon\Html\Helper;
use Phalcon\Html\Exception;
/**
* Class Base
*/
class Base extends... | Zephir | 5 | tidytrax/cphalcon | phalcon/Html/Helper/Base.zep | [
"BSD-3-Clause"
] |
i 00001 02 24 77777 00 042 0002
i 00002 00 000 0000 00 22 00000
i 00003 00 010 0000 00 040 0002
i 00004 02 35 00020 02 24 77777
i 00005 00 042 0002 00 22 00000
i 00006 00 000 0000 00 010 0000
i 00007 00 040 0002 02 35 00020
i 00010 02 24 77777 00 042 0002
i 00011 00 040 0000 00 22 00000
i 00012 00 042 0000 00 040 0002
... | Octave | 0 | besm6/mesm6 | test/addr0/addr0.oct | [
"MIT"
] |
/**
* Copyright (c) 2016-present, Facebook, Inc.
*
* 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 ... | C++ | 4 | Hacky-DH/pytorch | binaries/convert_db.cc | [
"Intel"
] |
## 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... | Mako | 4 | yetsun/hue | desktop/core/src/desktop/templates/login_modal.mako | [
"Apache-2.0"
] |
/*
* Copyright 2012-2020 the original author or 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | Java | 4 | Cuiqingqiang/spring-boot | spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/hazelcast/Hazelcast3AutoConfigurationTests.java | [
"Apache-2.0"
] |
interface ITest:
def Do() as string
def Do[of T]() as T
class Test(ITest):
def Do() as string:
return "non-generic"
def Do[of T]() as T:
pass
t = Test()
assert "non-generic" == t.Do()
#t.Do[of int]()
| Boo | 4 | popcatalin81/boo | tests/testcases/regression/BOO-1016-1.boo | [
"BSD-3-Clause"
] |
@echo off
"%~dp0\yarn.cmd" %*
| Batchfile | 2 | duluca/angular | third_party/github.com/yarnpkg/yarn/releases/download/v1.21.1/bin/yarnpkg.cmd | [
"MIT"
] |
scriptname _Seed_FoodDatastoreHandler extends Quest
{ This script handles the lookup and storage of food data. Actual
hunger / thirst / spoilage logic is handled by their requisite
systems. }
;/
Food Datastore
The store is an 8-array Linked Array that stores data using
the pattern [WholeFood, ResultFood, Qua... | Papyrus | 4 | chesko256/Campfire | Scripts/Source/_Seed_FoodDatastoreHandler.psc | [
"MIT"
] |
create-react-class = require \create-react-class
Form = create-react-class do
# render :: a -> ReactElement
render: ->
div null,
# MAKES
React.create-element SimpleSelect,
placeholder: "Select a make"
options: @state.makes |> map ~> l... | LiveScript | 4 | rodcope1/react-selectize-rodcope1 | public/examples/simple/EventListeners.ls | [
"Apache-2.0"
] |
{-# LANGUAGE CPP, EmptyDataDecls, TypeSynonymInstances, FlexibleInstances, MultiParamTypeClasses, FlexibleContexts #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Graphics.UI.FLTK.LowLevel.Base.RepeatButton
(
repeatButtonNew,
repeatButtonCustom
, drawRepeatButtonBase
, handleRepeatButtonBase
, resize... | C2hs Haskell | 5 | ericu/fltkhs | src/Graphics/UI/FLTK/LowLevel/Base/RepeatButton.chs | [
"MIT"
] |
{-# LANGUAGE ForeignFunctionInterface #-}
--------------------------------------------------------------------------------
--
-- Module : Scan
-- Copyright : (c) 2009 Trevor L. McDonell
-- License : BSD
--
-- Apply a binary operator to an array similar to 'fold', but return a
-- successive list of values reduced f... | C2hs Haskell | 5 | flowbox-public/cuda | examples/src/scan/Scan.chs | [
"BSD-3-Clause"
] |
export default {
skip_if_ssr: true,
html: `
<div>foo</div>
<div>0 has foo: true</div>
<div>foo</div>
<div>1 has foo: true</div>
<div>foo</div>
<div>2 has foo: true</div>
`
};
| JavaScript | 1 | Theo-Steiner/svelte | test/runtime/samples/binding-this-component-each-block/_config.js | [
"MIT"
] |
*** Settings ***
Suite Setup Run Tests ${EMPTY} standard_libraries/xml/element_should_exist_with_lxml.robot
Force Tags require-lxml
Resource xml_resource.robot
*** Test Cases ***
Get Element Count
${tc} = Check Test Case ${TESTNAME}
Check Log Message ${tc.kws[0].kws[0].msgs[0]... | RobotFramework | 3 | phil-davis/robotframework | atest/robot/standard_libraries/xml/element_should_exist_with_lxml.robot | [
"ECL-2.0",
"Apache-2.0"
] |
<?php
/*
*
* Copyright 2015 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... | PHP | 4 | arghyadip01/grpc | examples/php/greeter_client.php | [
"Apache-2.0"
] |
{
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
module Parser (
parseExpr,
) where
import Lexer
import Syntax
import Control.Monad.Except
}
%name expr
%tokentype { Token }
%monad { Except String } { (>>=) } { return }
%error { parseError }
%token
int { TokenNum $$ }
var { TokenSym $$ }
print { Toke... | Yacc | 5 | aavogt/wiwinwlh | src/24-parsing/happy/Parser.y | [
"BSD-Source-Code"
] |
[
(statement)
(blank_node_property_list)
(collection)
] @indent
[
"]"
")"
] @branch
| Scheme | 0 | yzia2000/nvim-treesitter | queries/turtle/indents.scm | [
"Apache-2.0"
] |
module.exports (cg) = cg.term {
constructor (name) =
self.is identifier = true
self.identifier = name
arguments () = nil
}
| PogoScript | 1 | Sotrek/Alexa | Alexa_Cookbook/Workshop/StatePop/4_IOT/tests/node_modules/aws-sdk/node_modules/cucumber/node_modules/pogo/lib/terms/identifier.pogo | [
"MIT"
] |
:host {
background:red;
padding:1em;
display:block;
font-size:20px;
color:white;
}
.inner-container {
width:432px;
font-weight:bold;
}
| CSS | 3 | coreyscherbing/angular | modules/playground/src/relative_assets/app/style.css | [
"MIT"
] |
body { font-family : Courier; background: #000; color: #0f0; }
li { list-style:none;}
ul { padding:0;}
#sidebar { position:absolute; left:520px; top:20px; padding : 10px;}
| CSS | 2 | henryqdineen/RxJS | examples/worzone/index.css | [
"Apache-2.0"
] |
<?php
$this->layout(
'minimal',
[
'title' => __('Forgot Password'),
'page_class' => 'login-content',
]
);
?>
<div class="public-page">
<div class="card">
<div class="card-body">
<div class="row mb-4">
<div class="col-sm">
<h2 clas... | HTML+PHP | 3 | lamasbr/AzuraCast | templates/frontend/account/forgot_disabled.phtml | [
"Apache-2.0"
] |
/* Copyright (c) 2017-2019 Netronome Systems, Inc. All rights reserved.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
;TEST_INIT_EXEC nfp-reg mereg:i32.me0.XferIn_32=0x000000bb
;TEST_INIT_EXEC nfp-reg mereg:i32.me0.XferIn_33=0xccddeeff
;TEST_INIT_EXEC nfp-reg mereg:i32.me0.XferIn_34=0xc0ffee
;TEST_INIT_EXEC nfp-re... | UnrealScript | 3 | pcasconnetronome/nic-firmware | test/datapath/actions_classify_mac_pf_match_vlan_ipv4_udp_x84_test.uc | [
"BSD-2-Clause"
] |
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Victor Gomes <victorgomes@chromium.org>
Date: Wed, 22 Sep 2021 17:57:25 +0200
Subject: Skip deoptimization data size
Sparkplug code does not contain deoptimization data.
Bug: v8:12258
Change-Id: Ieb9f7f1469e00677d9533c6f05b17c80ef06b9d6
Revi... | Diff | 3 | tylerkahn/electron | patches/v8/baseline_skip_deoptimization_data_size.patch | [
"MIT"
] |
#foo(
_bar()'void
)
bar #foo() { this }
b : bar() | Objective-J | 0 | justinmann/sj | tests/private4.sj | [
"Apache-2.0"
] |
package cases;
class Issue7935 extends DisplayTestCase {
/**
class Main {
public static function main() {
trace({-1-};{-2-}
}
}
**/
function test1() {
hasParserError("Expected expression or )");
}
/**
class Main {
public static function main() {
trace(0
{-1-}}{-2-}
}
**/
function ... | Haxe | 4 | Alan-love/haxe | tests/display/src/cases/Issue7935.hx | [
"MIT"
] |
module DceRpc;
export {
redef enum Log::ID += { LOG };
type Info: record {
## Timestamp for when the event happened.
ts: time &log;
## Unique ID for the connection.
uid: string &log;
## The conne... | Bro | 4 | LaudateCorpus1/cs-bro | bro-scripts/dce-rpc/main.bro | [
"BSD-2-Clause"
] |
package com.blankj.base_transform
import com.android.build.api.transform.*
import com.android.build.gradle.AppExtension
import com.android.build.gradle.AppPlugin
import com.android.build.gradle.internal.pipeline.TransformManager
import com.blankj.base_transform.util.LogUtils
import com.blankj.base_transform.util.ZipUt... | Groovy | 5 | YashBangera7/AndroidUtilCode | plugin/lib/base-transform/src/main/java/com/blankj/base_transform/BaseTransformPlugin.groovy | [
"Apache-2.0"
] |
/dev/rrp3:
16693 bwk me
6 aed
6 cpb
5 evp
4 ber
4 men
4 mitch
3 ast
3 jfr
3 lax
3 nel
2 blue
2 jfk
2 njas
1 122sec
1 ddwar
1 gopi
1 jk
1 learn
1 low
1 nac
1 sidor
| Eiffel | 0 | Crestwave/goawk | testdata/output/t.e | [
"MIT"
] |
%TITLE%
RUC 990728/0000F000 coq
LEVEL HGHT TEMP DWPT WDIR WSPD
-------------------------------------------------------------------
%RAW%
966.37, 377.33, 24.14, 18.04, 180.29, 6.72
950.00, 527.23, 23.10, 17.20, 186.84, 10.78
925.00, 759... | Coq | 3 | ebaals/Thesis | sharppy/databases/sars/supercell/99072800f0.coq | [
"BSD-3-Clause"
] |
#!/bin/bash
# Copyright Istio 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 in ... | Shell | 5 | rveerama1/istio | operator/scripts/run_update_branch.sh | [
"Apache-2.0"
] |
// check-pass
// pretty-expanded FIXME #23616
#[deny(dead_code)]
pub enum Foo {
Bar {
baz: isize
}
}
fn main() { }
| Rust | 3 | Eric-Arellano/rust | src/test/ui/issues/issue-14837.rs | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
{
$1 = "test"
print $0
}
| Awk | 0 | Crestwave/goawk | testdata/gawk/rebuild.awk | [
"MIT"
] |
/*
Copyright © 2011-2013 MLstate
This file is part of Opa.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, m... | Opa | 4 | Machiaweliczny/oppailang | lib/stdlib/core/compare/compare.opa | [
"MIT"
] |
<?xml version='1.0' encoding='utf-8'?>
<?python
import time
?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#">
<div py:def="contents()">
<div py:for="e in entries">
<h2><a
href="${blogroot}/${`e.year`}/${`e.month`}/${`e.day`}/${`e.subject`}.xhtml">${e.subject}</a></h2>
<di... | Genshi | 2 | decklin/ennepe | examples/simple/style/econtent.kid | [
"0BSD"
] |
export default {
props: {
items: ['a', 'b', 'c']
},
html: `
<div>
<button>click me</button>
<button>click me</button>
<button>click me</button>
</div>
`,
test({ assert, component, target, window }) {
const buttons = target.querySelectorAll('button');
const clicks = [];
component.$on('foo',... | JavaScript | 3 | Theo-Steiner/svelte | test/runtime/samples/component-events-each/_config.js | [
"MIT"
] |
is ← ⎕ReadIntVecFile 'readintvecfile.txt'
⎕ ← 'Number of integers in file:'
⎕ ← ⊃ ⍴ is ⍝ -> 16
⎕ ← 'File content:'
⎕ ← is
⎕ ← 'File content reversed:'
⎕ ← ⌽ is
0 | APL | 3 | melsman/apltail | tests/readintvecfile.apl | [
"MIT"
] |
$(OBJDIR)/trace.cmi: $(OBJDIR)/pretty.cmi
| D | 1 | heechul/crest-z3 | cil/obj/.depend/trace.di | [
"BSD-3-Clause"
] |
# Author: Nicolas Hug
cimport cython
from cython.parallel import prange
import numpy as np
cimport numpy as np
from .common import Y_DTYPE
from .common cimport Y_DTYPE_C
np.import_array()
def _update_raw_predictions(
Y_DTYPE_C [::1] raw_predictions, # OUT
grower,
n_threads,
):
"""Updat... | Cython | 4 | MaiRajborirug/scikit-learn | sklearn/ensemble/_hist_gradient_boosting/_gradient_boosting.pyx | [
"BSD-3-Clause"
] |
= Documentation for Change Password Feature
The change password feature implements a form that a user can use to
change their password.
== Auth Value Methods
change_password_additional_form_tags :: HTML fragment containing additional form tags to use on the change password form.
change_password_button :: The text to... | RDoc | 4 | monorkin/rodauth | doc/change_password.rdoc | [
"MIT"
] |
console.log("hello deno");
| TypeScript | 1 | Preta-Crowz/deno | cli/tests/tsc2/https_deno.land-x-mod.ts | [
"MIT"
] |
-- Dumping database structure for test
CREATE DATABASE IF NOT EXISTS `test` /*!40100 DEFAULT CHARACTER SET latin1 */;
USE `test`;
-- Dumping structure for table test.users
CREATE TABLE IF NOT EXISTS `users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`email` varchar(50) DEFAULT NULL,
`password` text DEFAULT NU... | SQL | 3 | DBatOWL/tutorials | cas/cas-server/src/main/resources/create_test_db_and_users_tbl.sql | [
"MIT"
] |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:backgr... | XML | 3 | lvyongtao/DoraemonKit | Android/dokit-mc/src/main/res/layout/dk_item_mc_case.xml | [
"Apache-2.0"
] |
# Contexts are only partially implemented.
# comparisons
T a.b == a.b
T a.b <= a.b
T a.b >= a.b
T Args(a.b == a.c) == List(a.b, == , a.c)
# canonical ordering
T Args(a.a + z) == [z,a.a]
# sympy translation
T Expand( (a + b.c)^3 ) == a^3 + 3*a*(b.c^2) + b.c^3 + 3*(a^2)*b.c
b.c = 1
T b.c == 1
Clear(b.c)
T Ar... | Objective-J | 4 | UnofficialJuliaMirrorSnapshots/Symata.jl-a906b1d5-d016-55c4-aab3-8a20cba0db2a | symata_test/context_test.sj | [
"MIT"
] |
#ifndef TEST_INTEROP_CXX_TEMPLATES_INPUTS_MEMBER_TEMPLATES_H
#define TEST_INTEROP_CXX_TEMPLATES_INPUTS_MEMBER_TEMPLATES_H
struct HasMemberTemplates {
template <class T> T addSameTypeParams(T a, T b) { return a + b; }
template <class T, class U> T addMixedTypeParams(T a, U b) { return a + b; }
template <class T... | C | 3 | gandhi56/swift | test/Interop/Cxx/templates/Inputs/member-templates.h | [
"Apache-2.0"
] |
At: "010.hac":7:
parse error: syntax error
parser stacks:
state value
#STATE# (null)
#STATE# list<(root_item)>: (instance-decl) ... [3:1..16]
#STATE# keyword: namespace [5:1..9]
#STATE# identifier: more_arrays [5:11..21]
#STATE# { [5:23]
#STATE# (type-ref) [7:1..3]
#STATE# identifier: fancy_array [7:5..15]
#STATE# (nu... | Bison | 0 | broken-wheel/hacktist | hackt_docker/hackt/test/parser/basic/010.stderr.bison | [
"MIT"
] |
IMAGE POINT FILE
29
pt_id,val,fid_val,no_obs,l.,s.,sig_l,sig_s,res_l,res_s,fid_x,fid_y
ESP_020297_2045_REDmos_hijitreged_8bit_1 0 0 0
-25268.843750 -8676.963867
0.000000 0.000000
0.000000 0.000000
0.000000 0.000000
ESP_020297_2045_REDmos_hijitreged_8bit_2 0 0 0
-23514.054688 -5512.686523
0.000000 0.00... | IGOR Pro | 1 | kaitlyndlee/plio | plio/examples/SocetGXP/GXP_example_ipf.ipf | [
"Unlicense"
] |
#int fact(int n) {
# if (n == 1)
# return 1;
# return n * fact(n-1);
#}
func $fact (var %n i32) i32 {
if (ne i32 i32 (dread i32 %n, constval i32 1)) {
call &fact (sub i32 (dread i32 %n, constval i32 1))
return (mul i32 (dread i32 %n, regread i32 %%retval))
}
return (constval i... | Maple | 4 | harmonyos-mirror/OpenArkCompiler-test | test/testsuite/irbuild_test/I0029-mapleall-irbuild-edge-fact/Main.mpl | [
"MulanPSL-1.0"
] |
[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
level = "DEBUG"
[entryPoints.web]
address = ":8000"
[api]
insecure = true
[providers.consul]
rootKey = "traefik"
endpoints = ["{{ .ConsulAddress }}"]
| TOML | 2 | sidharthv96/traefik | integration/fixtures/consul/simple.toml | [
"MIT"
] |
resistorCodes := dataset([{0, 'Black'},
{1, 'Brown'},
{2, 'Red'},
{3, 'Orange'},
{4, 'Yellow'},
{5, 'Green'},
{6, 'Blue'},
{... | ECL | 3 | miguelvazq/HPCC-Platform | testing/regress/ecl/dict_field2.ecl | [
"Apache-2.0"
] |
<style>
.NEW { background: #ddd; }
.INPROGRESS-RETRYABLE { background: #419bf9; }
.INPROGRESS-NOTRETRYABLE { background: #419bf9; }
.SUCCEEDED { background: #5CB346; }
.FAILED { background: #d9534f; }
.WAITING-TO-RETRY { background: #f0ad4e; }
.CANCELLED { background: #333; }
.thread-snooze {}
.n1-send-later {}
.send-... | HTML | 4 | cnheider/nylas-mail | packages/cloud-api/src/views/admin.html | [
"MIT"
] |
# Copyright (C) 2009, Parrot Foundation.
set N0, 1.0
set N1, 4.0
set N2, 16.0
set N3, 64.0
set N4, 256.0
set N5, 1024.0
set N6, 4096.0
set N7, 16384.0
set N8, 65536.0
set N9, 262144.0
set ... | Parrot Assembly | 1 | winnit-myself/Wifie | t/native_pbc/testdata/number.pasm | [
"Artistic-2.0"
] |
/*--------------------------------------------------*/
/* SAS Programming for R Users - code for exercises */
/* Copyright 2016 SAS Institute Inc. */
/*--------------------------------------------------*/
/*SP4R04s04*/
/*Part A*/
data sp4r.simple_lin (keep=x y);
call streaminit(123);
do x=1 to 30... | SAS | 4 | snowdj/sas-prog-for-r-users | code/SP4R04s04.sas | [
"CC-BY-4.0"
] |
_ = require 'underscore'
Rx = require 'rx-lite'
NylasStore = require 'nylas-store'
DatabaseStore = require('./database-store').default
AccountStore = require('./account-store').default
TaskQueue = require './task-queue'
# Public: The TaskQueueStatusStore allows you to inspect the task queue from
# any window, even tho... | CoffeeScript | 5 | cnheider/nylas-mail | packages/client-app/src/flux/stores/task-queue-status-store.coffee | [
"MIT"
] |
( Generated from test_oper_powerequals_in.muv by the MUV compiler. )
( https://github.com/revarbat/pymuv )
: _main[ _arg -- ret ]
4 var! _a
_a @ 2 pow dup _a !
;
: __start
"me" match me ! me @ location loc ! trig trigger !
_main
;
| MUF | 3 | revarbat/pymuv | tests/test_oper_powerequals_cmp.muf | [
"MIT"
] |
{#ASda}
========
Evaluation
----------
Evaluation
==========
LiquidHaskell Is For Real
-------------------------
<div class="hidden">
\begin{code}
main = putStrLn "Easter Egg: to force Makefile"
\end{code}
</div>
<br>
Substantial code bases.
<br>
Complex properties.
<br>
<div class="fragment">Inference ... | Literate Haskell | 2 | curiousleo/liquidhaskell | docs/slides/flops14/lhs/11_Evaluation.lhs | [
"MIT",
"BSD-3-Clause"
] |
#!/usr/bin/env bats
SCRIPT_NAME="steps-lib.sh"
SCRIPT="$BATS_TEST_DIRNAME/../../ci/steps/$SCRIPT_NAME"
source "$SCRIPT"
@test "is_env_var_set should return 1 if env var is not set" {
run is_env_var_set "ASDF_TEST_SET"
[ "$status" = 1 ]
}
@test "is_env_var_set should return 0 if env var is set" {
ASDF_TEST_SET... | Shell | 4 | mia-cx/code-server-npm | test/scripts/steps-lib.bats | [
"MIT"
] |
// skip
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// This is built by issue10607.go with a -B option.
// Verify that we have one build-id note with the expected value.
package main
import (
"bytes"
... | Go | 3 | Havoc-OS/androidprebuilts_go_linux-x86 | test/fixedbugs/issue10607a.go | [
"BSD-3-Clause"
] |
# This file is a part of Julia. License is MIT: https://julialang.org/license
# Small sanity tests to ensure changing the rounding of float functions work
using Base.MathConstants
using Test
@testset "Float64 checks" begin
# a + b returns a number exactly between prevfloat(1.) and 1., so its
# final result d... | Julia | 5 | TimoLarson/julia | test/rounding.jl | [
"Zlib"
] |
%!PS-Adobe-3.0
%%Creator: graphviz version 2.38.0 (20140413.2041)
%%Title: G
%%Pages: (atend)
%%BoundingBox: (atend)
%%EndComments
save
%%BeginProlog
/DotDict 200 dict def
DotDict begin
/setupLatin1 {
mark
/EncodingVector 256 array def
EncodingVector 0
ISOLatin1Encoding 0 255 getinterval putinterval
EncodingVector 4... | PostScript | 4 | ksemer/snap | test/graphviz/base_ngraph_Dot.ps | [
"BSD-3-Clause"
] |
# ---
# jupyter:
# kernelspec:
# display_name: R
# language: R
# name: ir
# ---
# %% [markdown]
# This notebook was created with IRKernel 0.8.12, and is not completely valid, as the code cell below contains an unexpected 'source' entry. This did cause https://github.com/mwouts/jupytext/issues/234. Note t... | R | 4 | st--/jupytext | tests/notebooks/mirror/ipynb_to_percent/R notebook with invalid cell keys.low.r | [
"MIT"
] |
"""
# Math package
Given the name `Math` for this package, you'd expect it have a broad and grand
scope. Surprise! Not currently. However, we do have the most useful of all
programming language math constructs: fibonacci!
People like to make fun of fibonacci but let's face it, no fibonacci, no
benchmarks. We hear fro... | Pony | 2 | rtpax/ponyc | packages/math/math.pony | [
"BSD-2-Clause"
] |
.bd-extension {
border-bottom: 2px solid $scheme-main-bis;
display: block;
padding: 1.5rem;
.subtitle {
color: $text-light;
}
&:hover {
background-color: $scheme-main-bis;
.title {
color: $link;
}
.subtitle {
color: $text-strong;
}
}
}
@include tablet {
.bd-exten... | SCSS | 3 | kalpitzeta/bulma | docs/_sass/pages/extensions.scss | [
"MIT"
] |
#ifndef HDR_MALLOC_H__
#define HDR_MALLOC_H__
void *zmalloc(size_t size);
void *zcalloc_num(size_t num, size_t size);
void *zrealloc(void *ptr, size_t size);
void zfree(void *ptr);
#define hdr_malloc zmalloc
#define hdr_calloc zcalloc_num
#define hdr_realloc zrealloc
#define hdr_free zfree
#endif
| C | 3 | cndoit18/redis | deps/hdr_histogram/hdr_redis_malloc.h | [
"BSD-3-Clause"
] |
#
# program needs:
#
#
use POSIX ;
use strict ;
use Datascope ;
use Getopt::Std ;
use archive ;
use utilfunct ;
our ( $pgm, $host );
our ( $opt_V, $opt_e, $opt_i, $opt_n, $opt_v );
{ # Main program
my ( $cat, $cmd, $db, $nar, $need_assoc_ext, $need_assoc_orig, ... | XProc | 4 | jreyes1108/antelope_contrib | bin/usarray/dbassociate/dbassociate.xpl | [
"BSD-2-Clause",
"MIT"
] |
#*****************************************************************************
# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.stm.tudelft.nl) *
# Da... | Module Management System | 4 | madanagopaltcomcast/pxCore | examples/pxScene2d/external/WinSparkle/3rdparty/wxWidgets/samples/access/descrip.mms | [
"Apache-2.0"
] |
----------------------------------------------------------------------------------
-- Company:
-- Engineer:
--
-- Create Date: 13:38:09 10/11/2013
-- Design Name:
-- Module Name: blinker - Behavioral
-- Project Name:
-- Target Devices:
-- Tool versions:
-- Description:
--
-- Dependencies:
... | VHDL | 4 | AmigaPorts/amiga2000-gfxcard | attic/PapPro-sdram_verilog_v0.1/blinker.vhd | [
"MIT",
"IJG",
"Unlicense"
] |
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
d: "M12 7.77 18.39 18H5.61L12 7.77m-.85-2.41-8.2 13.11c-.41.67.07 1.53.85 1.53h16.4c.79 0 1.26-.86.85-1.53l-8.2-13.11c-.39-.63-1.31-.63-1.7 0z"
}), 'ChangeHisto... | JavaScript | 4 | good-gym/material-ui | packages/material-ui-icons/lib/esm/ChangeHistoryRounded.js | [
"MIT"
] |
alias gemb="gem build *.gemspec"
alias gemp="gem push *.gem"
# gemy GEM 0.0.0 = gem yank GEM -v 0.0.0
function gemy {
gem yank $1 -v $2
} | Shell | 4 | chensanle/ohmyzsh | plugins/gem/gem.plugin.zsh | [
"MIT"
] |
From 0ffdd8eda8df364391c8ac6e1ce92c73ba9254d4 Mon Sep 17 00:00:00 2001
From: bjorn3 <bjorn3@users.noreply.github.com>
Date: Fri, 3 Dec 2021 12:16:30 +0100
Subject: [PATCH] Disable long running tests
---
library/core/tests/slice.rs | 3 +++
1 file changed, 3 insertions(+)
diff --git a/library/core/tests/slice.rs b/li... | Diff | 3 | david-perez/rust | compiler/rustc_codegen_gcc/patches/0028-core-Disable-long-running-tests.patch | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
(kicad_pcb (version 20171130) (host pcbnew 5.1.5+dfsg1-2build2)
(general
(thickness 1.6)
(drawings 53)
(tracks 651)
(zones 0)
(modules 55)
(nets 66)
)
(page A4)
(layers
(0 F.Cu jumper)
(1 In1.Cu power hide)
(2 In2.Cu power)
(31 B.Cu signal)
(32 B.Adhes user)
(33... | KiCad | 5 | lab-mathias-claussen/PicoDVI | hardware/board/picodvi.kicad_pcb | [
"BSD-3-Clause"
] |
module openconfig-ate-flow {
yang-version "1";
namespace "http://openconfig.net/yang/ate-flow";
prefix "oc-flow";
import openconfig-extensions { prefix "oc-ext"; }
import openconfig-yang-types { prefix "oc-yang"; }
import openconfig-types { prefix "oc-types"; }
import openconfig-inet-types { prefix "oc-... | YANG | 5 | awebsters/public | release/models/ate/openconfig-ate-flow.yang | [
"Apache-2.0"
] |
(ns fw.lib.fw
(:require
[fw.lib.series :refer [series each-series map-series]]
[fw.lib.parallel :refer [parallel each map each-parallel map-parallel]]
[fw.lib.whilst :refer [whilst]]))
(def ^:private fw exports)
(set! (.-VERSION fw) :0.1.2)
(set! (.-series fw) series)
(set! (.-each-series fw) each-series... | wisp | 4 | h2non/fw | src/fw.wisp | [
"MIT"
] |
//@target: ES6
class Foo { x: number }
class Bar extends Foo { y: string }
class Baz { z: number }
var g3: () => Iterable<Foo> = function* () {
yield;
yield new Bar;
yield new Baz;
yield *[new Bar];
yield *[new Baz];
} | TypeScript | 4 | nilamjadhav/TypeScript | tests/cases/conformance/es6/yieldExpressions/generatorTypeCheck25.ts | [
"Apache-2.0"
] |
"""
Project Euler Problem 4: https://projecteuler.net/problem=4
Largest palindrome product
A palindromic number reads the same both ways. The largest palindrome made
from the product of two 2-digit numbers is 9009 = 91 × 99.
Find the largest palindrome made from the product of two 3-digit numbers.
References:
-... | Python | 5 | NavpreetDevpuri/Python | project_euler/problem_004/sol1.py | [
"MIT"
] |
KIDS Distribution saved on Sep 13, 2017@21:45:12
Initial form mapping file 311.11 for VA-PALS
**KIDS**:sami*1.0*002^
**INSTALL NAME**
sami*1.0*002
"BLD",10472,0)
sami*1.0*002^^0^3170913^y
"BLD",10472,1,0)
^^1^1^3170913^
"BLD",10472,1,1,0)
file definition of the SAMI FORM MAPPING file 311.11 ^SAMI(311.11,
"BLD",10472,4... | Genshi | 2 | OSEHRA/SAMI-VAPALS-ELCAP | dist/0/sami-form-mapping-file-v1.kid | [
"Apache-2.0"
] |
program_name='math'
#if_not_defined __NCL_LIB_MATH
#define __NCL_LIB_MATH
define_constant
double MATH_E = 2.718281828459045
double MATH_PI = 3.141592653589793
// Precision required for processor intensive math functions. If accuracy is
// not integral to their use this may be increased to improve performan... | NetLinx | 4 | KimBurgess/netlinx-common-libraries | math.axi | [
"MIT"
] |
size: 1024px 60px;
dpi: 96;
margin: 1em;
axis {
label-placement: linear-alignat(1 0.5);
limit: 0 16;
}
| CLIPS | 0 | asmuth-archive/travistest | test/examples/charts_reference_scale_layout_linear_alignat.clp | [
"Apache-2.0"
] |
import { IRouteComponentProps } from 'umi';
// only export isBrowser for user
export { isBrowser } from '{{{ SSRUtils }}}';
interface IParams<Params> extends Pick<IRouteComponentProps<Params>, 'match'> {
isServer: Boolean;
[k: string]: any;
}
export type IGetInitialProps<
T = any,
Params extends {
[K in ... | Smarty | 4 | Dolov/umi | packages/preset-built-in/src/plugins/features/ssr/templates/clientExports.tpl | [
"MIT"
] |
.bytecode 50.0
.class A
.super java/lang/Object
.method m()V
invokestatic T/a()V
invokestatic T/b()V
invokestatic T/c()I
pop
invokestatic T/d()I
pop
return
.limit locals -1
.limit stack -1
.end method
| Jasmin | 1 | Mrack/dex2jar | dex-tools/src/test/resources/weave/c-before.j | [
"Apache-2.0"
] |
$ write sys$output "*** TEST CALL ***"
$ on warning then continue
$ set verify
$ call label1 "This is P1"
$ call label1 /output=call.lis "This is P1"
$ type call.lis
$ delete call.lis /log
$
$label1: subroutine
$ write sys$output p1
$ exit
$ ... | Clean | 3 | MichelValentin/PC-DCL | examples/call.dcl | [
"BSD-3-Clause"
] |
%{--
- Copyright 2016 SimplifyOps, Inc. (http://simplifyops.com)
-
- 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
-
- Unles... | Groovy Server Pages | 4 | kbens/rundeck | rundeckapp/grails-app/views/scheduledExecution/_editOrchestratorForm.gsp | [
"Apache-2.0"
] |
from libc cimport math
cimport cython
import numpy as np
cimport numpy as np
from libc.stdio cimport printf
np.import_array()
cdef extern from "numpy/npy_math.h":
float NPY_INFINITY
cdef float EPSILON_DBL = 1e-8
cdef float PERPLEXITY_TOLERANCE = 1e-5
cpdef np.ndarray[np.float32_t, ndim=2] _binary_search_perpl... | Cython | 4 | MaiRajborirug/scikit-learn | sklearn/manifold/_utils.pyx | [
"BSD-3-Clause"
] |
record R { type t; }
class MyClass { }
class MyGenericClass { type t; }
proc check(param arg:bool) {
if !arg then
compilerError("check failed");
}
check(R == R);
check(R <= R);
check(isSubtype(R, R));
check(borrowed MyClass == borrowed MyClass);
check(borrowed MyClass <= borrowed MyClass);
check(borrowed MyC... | Chapel | 3 | jhh67/chapel | test/classes/delete-free/undecorated-generic/comparing-generic-types.chpl | [
"ECL-2.0",
"Apache-2.0"
] |
#!/bin/csh
#cd $2
#cmsRun $1.cfg >& $1.log
setenv PROD $1
setenv SM $2
#echo "Coucou" $PROD $SM
setenv MAILBOX MailBox
rm -r -f ${PROD}/${SM}
echo "Create directory structure for ECAL module " ${SM}
mkdir ${PROD}/${SM}
mkdir ${PROD}/${SM}/Laser
mkdir ${PROD}/${SM}/Laser/Detected
mkdir ${PROD}/${SM}/Laser/Ana... | Tcsh | 4 | ckamtsikis/cmssw | CalibCalorimetry/EcalLaserAnalyzer/scripts/createDirs.csh | [
"Apache-2.0"
] |
name: hol-combin
version: 1.0
description: Interface between OpenTheory Standard Library and HOL4 combinTheory
author: Ramana Kumar <ramana@member.fsf.org>
license: GPL
show: "Data.Bool"
requires: bool
requires: function
requires: hol-bool
combin {
article: "HOL4combin.ot.art"
}
main {
import: combin
article: "..... | Isabelle | 3 | dwRchyngqxs/HOL | src/opentheory/compat/hol-combin.thy | [
"BSD-3-Clause"
] |
# Copyright 2021 The Google Research 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 agree... | Shell | 3 | deepneuralmachine/google-research | norml/run.sh | [
"Apache-2.0"
] |
% Simple Refinement Types
Simple Refinement Types
-----------------------
\begin{code}
module SimpleRefinements where
import Language.Haskell.Liquid.Prelude
\end{code}
Simple Refinement Types
-----------------------
We use special comments to give specifications,
as *refinement types*.
This type describes `Int` ... | Literate Haskell | 5 | curiousleo/liquidhaskell | docs/slides/niki/lhs/SimpleRefinements.lhs | [
"MIT",
"BSD-3-Clause"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.