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
parameters { #include incl_nested.stan } transformed parameters { real w = y + z; }
Stan
3
sthagen/stan-dev-stan
src/test/test-models/included/incl_rec.stan
[ "CC-BY-3.0", "BSD-3-Clause" ]
2016-02-18 11:39:14 purple_request_4 Enter password for two factor authentication 2016-02-18 11:39:14 [11:39] 2016-02-18 11:39:36 fsociety 75345 2016-02-18 11:39:36 - [purple_request_4] is away: Offline 2016-04-06 15:06:08 purple_request_4 Password needed 2016-04-06 15:06:08 [15:06] 2016-04-06 15:06:08 purple_reque...
IRC log
0
0x4b1dN/2016-dots
misc/weechat/logs/irc.bitlbee.purple_request_4.weechatlog
[ "MIT" ]
' ********** Copyright 2016 Roku Corp. All Rights Reserved. ********** Library "Roku_Ads.brs" function Main() as void screen = CreateObject("roSGScreen") m.port = CreateObject("roMessagePort") screen.setMessagePort(m.port) scene = screen.CreateScene("MainScene") screen.show() PlayCon...
Brightscript
4
khangh/samples
advertising/CSASAdSample/source/main.brs
[ "MIT" ]
<html> <head> </head> <body> custom </body> </html>
HTML
0
frank-dspeed/nw.js
test/sanity/webview-cdt-ext/extensions/custom.html
[ "MIT" ]
Prefix(:=<http://example.org/>) Ontology(:TestPun Declaration(ObjectProperty(:p)) ObjectPropertyAssertion(:p :i :j) SubClassOf(:i :k) )
Web Ontology Language
3
jmcmurry/SciGraph
SciGraph-core/src/test/resources/ontologies/cases/TestPun.owl
[ "Apache-2.0" ]
//===--- UIDHandling.cpp --------------------------------------------------===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
C++
4
gandhi56/swift
tools/SourceKit/tools/sourcekitd/lib/API/UIDHandling.cpp
[ "Apache-2.0" ]
import Node from './shared/Node'; import Component from '../Component'; import { walk } from 'estree-walker'; import { BasePattern, Identifier } from 'estree'; import TemplateScope from './shared/TemplateScope'; import { TemplateNode } from '../../interfaces'; import compiler_errors from '../compiler_errors'; const ap...
TypeScript
4
vatro/svelte
src/compiler/compile/nodes/Let.ts
[ "MIT" ]
.row.empty-state .col-12 .svg-content = image_tag 'illustrations/labels.svg', data: { qa_selector: 'svg_content' } .text-content.gl-text-center.gl-pt-0! %h4= _('There are no topics to show.') %p= _('Add topics to projects to help users find them.')
Haml
3
nowkoai/test
app/views/shared/empty_states/_topics.html.haml
[ "MIT" ]
package conf; import com.google.inject.AbstractModule; import com.google.inject.Singleton; import services.UserService; import services.UserServiceImpl; @Singleton public class Module extends AbstractModule { protected void configure() { bind(UserService.class).to(UserServiceImpl.class); ...
Java
3
DBatOWL/tutorials
ninja/src/main/java/conf/Module.java
[ "MIT" ]
Note 0 Copyright (C) 2017 Jonathan Hough. All rights reserved. ) NB. Implementation of K-Nearest Neighbour algorithm. coclass 'KNN' NB. Runs the k-nn algorithm to find the k-nearest neighbours NB. of the given input datapoints for the given NB. dataset. NB. params: NB. 0: dataset of data points NB. 1: number of nei...
J
4
jonghough/jlearn
knn/knn.ijs
[ "MIT" ]
grammar t053heteroT9; options { language=JavaScript; output=AST; } @header { function V2() { var x, y, z, token, ttype; if (arguments.length===4) { ttype = arguments[0]; x = arguments[1]; y = arguments[2]; z = arguments[3]; token = new org.antlr.runtime.CommonToke...
G-code
3
DanielMabadeje/Artificial-Intelligence-Deep-Learning-Machine-Learning-Tutorials
java/java2py/antlr-3.1.3/runtime/JavaScript/tests/functional/t053heteroT9.g
[ "Apache-2.0" ]
parser grammar RecoveryParser; options { superClass = 'org.batfish.grammar.BatfishParser'; tokenVocab = RecoveryLexer; } block_statement : BLOCK tail_word* NEWLINE inner_statement* ; inner_statement : INNER tail_word* NEWLINE ; statement : block_statement | simple_statement ; recovery : statem...
ANTLR
4
zabrewer/batfish
projects/batfish-common-protocol/src/test/antlr4/org/batfish/grammar/recovery/RecoveryParser.g4
[ "Apache-2.0" ]
scriptname _DE_ZReporterCScript extends ObjectReference GlobalVariable property _DE_ZTestValC auto GlobalVariable property _DE_PlacementErrorCounter auto GlobalVariable property _DE_HelpDone_PlacementError auto GlobalVariable property _DE_CampsitePlacementOn auto ObjectReference property _DE_ZTestShooterREF auto impo...
Papyrus
4
chesko256/Campfire
Scripts/Source/_DE_ZReporterCScript.psc
[ "MIT" ]
/* 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 applicable law or a...
C++
4
EricRemmerswaal/tensorflow
tensorflow/cc/experimental/libtf/impl/string.cc
[ "Apache-2.0" ]
/****************************************************************************** * Copyright 2018 The Apollo 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 ...
C
4
seeclong/apollo
cyber/transport/message/message_info.h
[ "Apache-2.0" ]
# Copyright (c) 2018-2021, Carnegie Mellon University # See LICENSE for details @1 := @(1); @2 := @(2); zero := @.cond(e -> e=0 or (IsValue(e) and (e.v=0 or e.v=0.0))); one := @.cond(e -> e=1 or (IsValue(e) and (e.v=1 or e.v=1.0))); negone := @.cond(e -> e=-1 or (IsValue(e) and (e.v=-1 or e.v=-1.0))); IS ...
GAP
3
sr7cb/spiral-software
namespaces/spiral/code/hacks.gi
[ "BSD-2-Clause-FreeBSD" ]
.container { width: 100%; } @media (min-width: 640px) { .container { max-width: 640px; } } @media (min-width: 768px) { .container { max-width: 768px; } } @media (min-width: 1024px) { .container { max-width: 1024px; } } @media (min-width: 1280px) { .container { max-width: 1280px; } } @m...
CSS
3
admariner/tailwindcss
tests/important-selector.test.css
[ "MIT" ]
extends /templates/base block content #codeplayback-view input.searchInput#userid-search(placeholder='Filter: userID (exact)') br input.searchInput#levelslug-search(placeholder='Filter: levelSlug (exact)') #codelogtable table.table.table-striped tr th date th userID th level...
Jade
4
cihatislamdede/codecombat
app/templates/admin/codelogs-view.jade
[ "CC-BY-4.0", "MIT" ]
# Written by Bob Rotsted # Copyright Reservoir Labs, 2014. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This ...
Bro
5
reservoirlabs/bro-scripts
troubleshooting/conn-history-summary.bro
[ "Apache-2.0" ]
grammar HelloWorld; helloWorld : 'hello' NAME; NAME : [a-z]+ ; WS : [ \t\r\n]+ -> skip ;
ANTLR
4
kennethsequeira/Hello-world
Antlr4/src/main/antlr4/HelloWorld.g4
[ "MIT" ]
// https://html.spec.whatwg.org/#htmlhyperlinkelementutils interface mixin HTMLHyperlinkElementUtils { [CEReactions] stringifier attribute USVString href; readonly attribute USVString origin; [CEReactions] attribute USVString protocol; [CEReactions] attribute USVString username; [CEReactions] attribute USVStr...
WebIDL
4
Bkucera/jsdom
lib/jsdom/living/nodes/HTMLHyperlinkElementUtils.webidl
[ "MIT" ]
REBOL [ System: "REBOL [R3] Language Interpreter and Run-time Environment" Title: "REBOL 3 Mezzanine: Math" Rights: { Copyright 2012 REBOL Technologies REBOL is a trademark of REBOL Technologies } License: { Licensed under the Apache License, Version 2.0 See: http://www.apache.org/licenses/LICENSE-2.0 } ]...
Rebol
4
semarie/rebol3-oldes
src/mezz/mezz-math.reb
[ "Apache-2.0" ]
module IntBits import IntCasts import IntEqOrd import IntNum import Data.Bits import Data.DPair -- This file to be deleted once these interfaces are added to base public export %inline Bits Int8 where Index = Subset Nat (`LT` 8) (.&.) = prim__and_Int8 (.|.) = prim__or_Int8 xor = pr...
Idris
4
mmhelloworld/idris-jvm
tests/chez/integers/IntBits.idr
[ "BSD-3-Clause" ]
xubop-rekyd-bakal-nubuf-pahaf-gicuh-logeb-gocif-petod-galip-fuxux
BitBake
2
chrisburr/gct
gsi_openssh/source/regress/unittests/sshkey/testdata/ed25519_1.fp.bb
[ "Apache-2.0" ]
#!/bin/bash grunt minify gzip -c < build/angular.min.js > build/angular.min.js.gzip ls -l build/angular.min.*
Shell
4
Inventorum/angular.js
check-size.sh
[ "MIT" ]
USE: vocabs.loader IN: compiler.tests.reload ! "parser" reload ! "sequences" reload ! "kernel" reload
Factor
2
alex-ilin/factor
basis/compiler/tests/reload.factor
[ "BSD-2-Clause" ]
-- Taken from an example from Autodesk's MAXScript reference: -- http://help.autodesk.com/view/3DSMAX/2016/ENU/?guid=__files_GUID_0876DF46_FAA3_4131_838D_5739A67FF2C1_htm macroscript FreeSpline category:"HowTo" tooltip:"FreeSpline" ( local old_pos local new_spline local second_knot_set fn get_mouse_pos pen_pos old_pe...
MAXScript
4
JavascriptID/sourcerer-app
src/test/resources/samples/langs/MAXScript/macro-2.mcr
[ "MIT" ]
# Distributed under the terms of the BSD3 license # This file needs to be renamed to something like "urweb-20110917.ebuild", to reflect the Ur/Web version to use. inherit eutils EAPI=3 DESCRIPTION="A domain-specific functional programming language for modern web applications" HOMEPAGE="http://www.impredicative.com/...
Gentoo Ebuild
3
apple314159/urweb
urweb.ebuild
[ "BSD-3-Clause" ]
(datatype progression X : (A * (A --> A) * (A --> boolean)); ====================================== X : (progression A);) (define delay {(progression A) --> (progression A)} (@p X F E) -> (if (not (E X)) (@p (F X) F E) (error "progression exh...
Shen
4
WilliamStone/Shen.java
shen/test/streams.shen
[ "Unlicense" ]
insert into utf8mb4 values (231), (214), (33), (2), (42), (137), (186), (3), (23), (248);
SQL
2
imtbkcat/tidb-lightning
tests/character_sets/utf8mb4/charsets.utf8mb4.sql
[ "Apache-2.0" ]
// // This file is part of the Simutrans project under the Artistic License. // (see LICENSE.txt) // // // Tests for building and removal of tunnels // function test_way_tunnel_build_straight() { local digger = command_x(tool_build_tunnel) local raise = command_x(tool_raise_land) local lower = command_x(tool_low...
Squirrel
5
Andarix/simutrans_nightly
tests/tests/test_way_tunnel.nut
[ "Artistic-1.0" ]
; RUN: llc -mattr=avr6,sram < %s -march=avr | FileCheck %s ; CHECK: ld {{r[0-9]+}}, [[PTR:[XYZ]]] ; CHECK: ldd {{r[0-9]+}}, [[PTR]]+1 ; CHECK: st [[PTR2:[XYZ]]], {{r[0-9]+}} ; CHECK: std [[PTR2]]+1, {{r[0-9]+}} define void @load_store_16(i16* nocapture %ptr) local_unnamed_addr #1 { entry: %0 = load i16, i16* %ptr, a...
LLVM
4
medismailben/llvm-project
llvm/test/CodeGen/AVR/PR37143.ll
[ "Apache-2.0" ]
<GameProjectFile> <PropertyGroup Type="Node" Name="generalshark" ID="a216914d-c0d7-49f6-8da3-6a19dd0dc55f" Version="0.0.0.1" /> <Content ctype="GameProjectContent"> <Content> <Animation Duration="67" Speed="0.4"> <Timeline ActionTag="1250924656" FrameType="VisibleFrame"> <BoolFrame Frame...
Csound
3
chukong/CocosStudioSamples
DemoMicroCardGame/CocosStudioResources/cocosstudio/generalshark.csd
[ "MIT" ]
#pragma once #include "envoy/stats/scope.h" #include "envoy/stats/stats_macros.h" #include "source/common/common/thread.h" namespace Envoy { namespace Http { namespace Http1 { /** * All stats for the HTTP/1 codec. @see stats_macros.h */ #define ALL_HTTP1_CODEC_STATS(COUNTER) ...
C
4
dcillera/envoy
source/common/http/http1/codec_stats.h
[ "Apache-2.0" ]
--TEST-- PDO Common: Bug #43663 (__call on classes derived from PDO) --EXTENSIONS-- pdo pdo_sqlite --SKIPIF-- <?php $dir = getenv('REDIR_TEST_DIR'); if (false == $dir) die('skip no driver'); require_once $dir . 'pdo_test.inc'; PDOTest::skip(); ?> --FILE-- <?php class test extends PDO{ function __call($name, array $...
PHP
3
NathanFreeman/php-src
ext/pdo/tests/bug_43663.phpt
[ "PHP-3.01" ]
// Declarations for MapQuick1/StreetNumberSet.java // Written Wed Jun 4 22:50:17 2003 VarComparability none ListImplementors java.util.List DECLARE MapQuick1.StreetNumberSet.StreetNumberSet(java.lang.String):::ENTER numbers java.lang.String # isParam=true hashcode 22 numbers.toString java.lang.String java.lang.Str...
BlitzBasic
1
eurecom-s3/invscov
daikon/java/daikon/test/split/targets/StreetNumberSet.decls
[ "Apache-2.0" ]
PROGRAM_NAME='uri' /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Include: uri // // Description: // // - This include file provides functions for working with URI's as defined RFC 3986 (see // https://tools.ietf.org/html/rfc3986). // ...
NetLinx
5
ajnavarro/language-dataset
data/github.com/avt-its-simple/amx-util-library/a6d1e8a7346dcfb82e7989835533000f25e46a20/uri.axi
[ "MIT" ]
#landcover { opacity:.5; }
CartoCSS
1
nimix/carto
test/rendering-mss/style-level-prop-only.mss
[ "Apache-2.0" ]
module audiostreamerscrobbler.scrobbler.ListenBrainzServer import audiostreamerscrobbler.scrobbler.ListenBrainzApiImpl import audiostreamerscrobbler.utils.UrlUtils let TRACKER_ID = "listenbrainz-server" let API_URL_PATH = "/1/submit-listens" function getListenBrainzServerId = -> TRACKER_ID function createListenBra...
Golo
4
vvdleun/audiostreamerscrobbler
src/main/golo/include/scrobblers/ListenBrainzServer.golo
[ "MIT" ]
@############################################### @# @# PX4 ROS compatible message source code @# generation for C++ @# @# EmPy template for generating <msg>.h files @# Based on the original template for ROS @# @############################################### @# Start of Template @# @# Context: @# - file_name_in (Strin...
EmberScript
4
lgarciaos/Firmware
msg/templates/uorb_microcdr/msg.h.em
[ "BSD-3-Clause" ]
/*!40103 SET TIME_ZONE='+00:00' */; INSERT INTO `uk_auto_inc` (`pk`) VALUES (1), (2), (3);
SQL
2
cuishuang/tidb
br/tests/lightning_incremental/data/incr.uk_auto_inc.sql
[ "Apache-2.0" ]
# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. Describe "Range Operator" -Tags CI { Context "Range integer operations" { It "Range operator generates arrays of integers" { $Range = 5..8 $Range.count | Should -Be 4 $Range[0] | Should -BeOfType int...
PowerShell
5
rdtechie/PowerShell
test/powershell/Language/Operators/RangeOperator.Tests.ps1
[ "MIT" ]
// check-pass fn main() {} #[cfg(FALSE)] fn f1_1(x: isize, ...) {} #[cfg(FALSE)] fn f1_2(...) {} #[cfg(FALSE)] extern "C" fn f2_1(x: isize, ...) {} #[cfg(FALSE)] extern "C" fn f2_2(...) {} #[cfg(FALSE)] extern "C" fn f2_3(..., x: isize) {} #[cfg(FALSE)] extern fn f3_1(x: isize, ...) {} #[cfg(FALSE)] extern fn f...
Rust
1
Eric-Arellano/rust
src/test/ui/parser/variadic-ffi-syntactic-pass.rs
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
"""The sql component.""" from __future__ import annotations from homeassistant.config_entries import ConfigEntry from homeassistant.core import HomeAssistant from .const import PLATFORMS async def async_update_listener(hass: HomeAssistant, entry: ConfigEntry) -> None: """Update listener for options.""" awai...
Python
4
liangleslie/core
homeassistant/components/sql/__init__.py
[ "Apache-2.0" ]
version https://git-lfs.github.com/spec/v1 oid sha256:30d18d521325f80ec1f2ff4f06d7ef1ddd03ae8193d7585b203c4d45eeb6f47b size 576
Nit
0
JGCRI/lds
indata/WaterFootprint/Report47-App-IV-RasterMaps/Oilpalm/info/arc0007.nit
[ "BSD-3-Clause-LBNL" ]
<!-- 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 not use thi...
HTML
4
DominiqueDeCordova/echarts
test/area-stack.html
[ "Apache-2.0" ]
sleep 1 t cal -de 3
AGS Script
0
waltersgrey/autoexechack
Video-Effects/Negative/Hero3PlusBlack/autoexec.ash
[ "MIT" ]
parser grammar F5BigipStructured_sys; import F5BigipStructured_common; options { tokenVocab = F5BigipStructuredLexer; } sgs_hostname : HOSTNAME hostname = word NEWLINE ; sgs_null : ( GUI_SECURITY_BANNER_TEXT | GUI_SETUP ) ignored ; sys_dns : DNS ignored ; sys_global_settings : GLOBAL_SETTINGS ...
ANTLR
3
zabrewer/batfish
projects/batfish/src/main/antlr4/org/batfish/grammar/f5_bigip_structured/F5BigipStructured_sys.g4
[ "Apache-2.0" ]
\require "j@>=0.3"
LilyPond
0
HolgerPeters/lyp
spec/package_setups/big/h@0.3.2/package.ly
[ "MIT" ]
FORLOOP NEW I,J FOR I=1:1:5 DO .FOR J=1:1:I DO ..WRITE "*" .WRITE ! QUIT
M
3
LaudateCorpus1/RosettaCodeData
Task/Loops-For/MUMPS/loops-for-1.mumps
[ "Info-ZIP" ]
module openconfig-relay-agent { yang-version "1"; // namespace namespace "http://openconfig.net/yang/relay-agent"; prefix "oc-relay"; // import some basic types import ietf-inet-types { prefix inet; } import ietf-yang-types { prefix yang; } import openconfig-interfaces { prefix oc-if; } import ope...
YANG
5
dorado18/public
release/models/relay-agent/openconfig-relay-agent.yang
[ "Apache-2.0" ]
print "Hello world!"
Nit
0
rachelktyjohnson/hello-worlds
examples/n/Nit.nit
[ "Unlicense" ]
insert into EMPLOYEES values(1, 'Harsha', 'Developer'); insert into EMPLOYEES values(2, 'John', 'Tester'); insert into EMPLOYEES values(3, 'Ram', 'Manager');
SQL
2
DBatOWL/tutorials
persistence-modules/spring-boot-persistence/src/test/resources/import_employees.sql
[ "MIT" ]
# import Partial from './partial.graphql' query Viewer { viewer { ...Partial status } } mutation UpdateName($name: String!) { updateName(name: $name) { id name status } }
GraphQL
3
blomqma/next.js
examples/with-typescript-graphql/lib/viewer.graphql
[ "MIT" ]
; Originally based on ; Efficient evaluation of pointer predicates with Z3 SMT Solver in SLAM2 ; Ball, Bounimova, Levin, and Moura ; March 2010 ; Any errors found in the code reflect on myself only ; Definitions ; Predicate evaluation needs pointer variables and memory objects/locations ; Locations are represented as...
SMT
4
ouankou/rose
projects/SMTPathFeasibility/docs/PointerSMT2.smt2
[ "BSD-3-Clause" ]
<select><option>Blue</option><option>Green</option><optgroup label="Darker"><option>Dark Blue</option><option>Dark Green</option></optgroup></select> <input list=colors> <datalist id=colors><option>Blue</option><option>Green</option></datalist>
HTML
3
tumido/prettier
tests/format/html/tags/option.html
[ "MIT" ]
package gw.specContrib.classes.property_Declarations.gosuClassGosuEnh enhancement Errant_GosuEnh_32: Errant_GosuClass_32 { //Error Expected property get NormalProperty() : String { return null } //## issuekeys: THE METHOD 'GETNORMALPROPERTY()' IS ALREADY DEFINED IN THE TYPE 'GW.SPECCONTRIB.AAA.PARSERVSOPENSOU...
Gosu
4
tcmoore32/sheer-madness
gosu-test/src/test/gosu/gw/specContrib/classes/property_Declarations/gosuClassGosuEnh/Errant_GosuEnh_32.gsx
[ "Apache-2.0" ]
load "durable_common.gnu" data = "../data/durable_sequential_read_amplification.csv" set output dir."durable_sequential_read".ext set title "sequential read amplification" set ylabel "read amplification factor" set format y "%.2fx" plot data using 1:2, for [i=3:21] '' using 1:i
Gnuplot
4
zajac/bifurcan
benchmarks/gnuplot/durable_sequential_read.gnu
[ "MIT" ]
# Copyright (c) 2018-2021, Carnegie Mellon University # See LICENSE for details # ========================================================================== # Conjugate(<spl>, <perm>) # perm^-1 * spl * perm # ========================================================================== Class(Conjugate, BaseOperation...
GAP
5
sr7cb/spiral-software
namespaces/spiral/spl/Conjugate.gi
[ "BSD-2-Clause-FreeBSD" ]
--- title: "Running the DQD on a Cohort" author: "Clair Blacketer" date: "`r Sys.Date()`" header-includes: - \usepackage{fancyhdr} - \pagestyle{fancy} - \fancyhead{} - \fancyhead[CO,CE]{Running the DQD on a Cohort} - \fancyfoot[CO,CE]{DataQualityDashboard Package Version `r utils::packageVersion(...
RMarkdown
4
aandryc/DataQualityDashboard
vignettes/DqdForCohorts.rmd
[ "Apache-2.0" ]
vector copySize: 100
Self
0
LaudateCorpus1/RosettaCodeData
Task/Arrays/Self/arrays-1.self
[ "Info-ZIP" ]
<?php /** @var \PhpBench\Expression\Ast\BooleanNode $object */ ?> <span style="font-weight: bold; color: <?php echo $object->value() ? 'blue':'red' ?>"><?php echo $this->nodePrinter->print($object) ?></span>
HTML+PHP
3
rustamwin/phpbench
templates/html/node/BooleanNode.phtml
[ "MIT" ]
-- -- 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")...
SQL
3
OlegPt/spark
sql/core/src/test/resources/sql-tests/inputs/typeCoercion/native/inConversion.sql
[ "Apache-2.0" ]
$localize `:␟82ec661067f503a3357ecc159b2128325e9208cd␟2908931752694090721:Some & attribute`; … $localize `:␟10adaf0ad7b8ba40200cd3c0e7c8d0f13280d522␟4700340487900776701:Some & message`; … $localize `:␟57ebd20267116c04cc1dbd7be0b73bf56484f45d␟2334195497629636162:Some & ${"\uFFFD0\uFFFD"}:INTERPOLATION: attribute`; … $lo...
JavaScript
2
John-Cassidy/angular
packages/compiler-cli/test/compliance/test_cases/r3_view_compiler_i18n/localize_legacy_message_ids/legacy_enabled.js
[ "MIT" ]
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon")); var _jsxRuntime = require("react/jsx-runtime")...
JavaScript
4
dany-freeman/material-ui
packages/mui-icons-material/lib/SwipeUpTwoTone.js
[ "MIT" ]
/home/spinalvm/hdl/riscv-compliance/work//I-MISALIGN_JMP-01.elf: file format elf32-littleriscv Disassembly of section .text.init: 80000000 <_start>: 80000000: 00000097 auipc ra,0x0 80000004: 20808093 addi ra,ra,520 # 80000208 <_trap_handler> 80000008: 30509ff3 csrrw t6,mtvec,ra 800...
ObjDump
3
cbrune/VexRiscv
src/test/resources/asm/I-MISALIGN_JMP-01.elf.objdump
[ "MIT" ]
// https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedString [Exposed=Window] interface SVGAnimatedString { attribute DOMString baseVal; readonly attribute DOMString animVal; };
WebIDL
3
Unique184/jsdom
lib/jsdom/living/svg/SVGAnimatedString.webidl
[ "MIT" ]
module Views.NavBar.Views exposing (navBar) import Html exposing (Html, a, div, header, li, nav, text, ul) import Html.Attributes exposing (class, href, style, title) import Types exposing (Route(..)) import Views.NavBar.Types exposing (Tab, alertsTab, noneTab, silencesTab, statusTab, tabs) navBar : Route -> Html ms...
Elm
4
jtlisi/alertmanager
ui/app/src/Views/NavBar/Views.elm
[ "ECL-2.0", "Apache-2.0" ]
// Copyright 2018 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. #include "textflag.h" #define B0 V0 #define B1 V1 #define B2 V2 #define B3 V3 #define B4 V4 #define B5 V5 #define B6 V6 #define B7 V7 #define ACC0 V8 #define ...
GAS
3
Havoc-OS/androidprebuilts_go_linux-x86
src/crypto/aes/gcm_arm64.s
[ "BSD-3-Clause" ]
package com.baeldung.properties.json.factory; import com.fasterxml.jackson.databind.ObjectMapper; import org.springframework.core.env.MapPropertySource; import org.springframework.core.env.PropertySource; import org.springframework.core.io.support.EncodedResource; import org.springframework.core.io.support.PropertySou...
Java
4
DBatOWL/tutorials
spring-boot-modules/spring-boot-properties-3/src/main/java/com/baeldung/properties/json/factory/JsonPropertySourceFactory.java
[ "MIT" ]
using Uno.IO; using Uno.UX; using Uno; namespace Fuse.Scripting { static class EventEmitterModule { static Scripting.Function _instance; public static Scripting.Function GetConstructor(Context c) { if (_instance == null) { var fileSource = Bundle.Get("Fuse.Scripting.JavaScript").GetFile("FuseJS/Event...
Uno
3
helilabs/fuselibs
Source/Fuse.Scripting/EventEmitterModule.uno
[ "MIT" ]
/* Copyright 2017 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 applicable law or agree...
C
4
EricRemmerswaal/tensorflow
tensorflow/core/kernels/lookup_table_init_op.h
[ "Apache-2.0" ]
.class public stack_var9 .super java/lang/Object .field private static n I .method public <init>()V .limit stack 5 aload_0 invokenonvirtual java/lang/Object/<init>()V iconst_0 putstatic stack_var9/n I return .end method .method public f()I .limit stack 8 .limit locals 5 getstatic stack_var9/...
Jasmin
3
mauguignard/cbmc
jbmc/regression/jbmc/stack_var9/stack_var9.j
[ "BSD-4-Clause" ]
/* 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 applicable law or a...
C++
4
EricRemmerswaal/tensorflow
tensorflow/lite/experimental/acceleration/mini_benchmark/libc_handle_test.cc
[ "Apache-2.0" ]
:orphan: pb2_ppo_example ~~~~~~~~~~~~~~~ .. literalinclude:: /../../python/ray/tune/examples/pb2_ppo_example.py
reStructuredText
1
firebolt55439/ray
doc/source/tune/examples/pb2_ppo_example.rst
[ "Apache-2.0" ]
||| A Idris port of the prettyprinter library [1] and ||| the ANSI terminal backend [2]. ||| ||| [1] https://hackage.haskell.org/package/prettyprinter ||| [2] https://hackage.haskell.org/package/prettyprinter-ansi-terminal module Text.PrettyPrint.Prettyprinter import public Text.PrettyPrint.Prettyprinter.Doc import p...
Idris
3
Qqwy/Idris2-Erlang
idris2/libs/contrib/Text/PrettyPrint/Prettyprinter.idr
[ "BSD-3-Clause" ]
// run-pass // compile-flags: --test #[test] pub fn foo() {}
Rust
2
Eric-Arellano/rust
src/test/ui/issues/issue-20823.rs
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
use("fib_iter") use("benchmark") Benchmark report(fib(300000))
Ioke
1
olabini/ioke
test/scripts/bench_fib_iter.ik
[ "ICU", "MIT" ]
*TfLite* *tflite* *TFL_*
Linker Script
0
abhaikollara/tensorflow
tensorflow/lite/tflite_exported_symbols.lds
[ "Apache-2.0" ]
use clippy_utils::diagnostics::{span_lint_and_help, span_lint_and_sugg, span_lint_and_then}; use clippy_utils::source::{snippet, snippet_with_applicability}; use clippy_utils::ty::is_non_aggregate_primitive_type; use clippy_utils::{is_default_equivalent, is_lang_ctor, match_def_path, meets_msrv, msrvs, paths}; use if_c...
Rust
5
david-perez/rust
src/tools/clippy/clippy_lints/src/mem_replace.rs
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
#version 3.6; // Right-handed coordinate system in which the z-axis points upwards camera { location <20,-50,30> sky z right -0.3*x*image_width/image_height up 0.3*z look_at <0,0,3> } // White background background{rgb 1} // Two lights with slightly different colors light_source{<-8,-20,30> color rgb <0.77,0.75...
POV-Ray SDL
4
wgq-iapcm/Parvoro-
3rdparty/voro++-0.4.6/examples/walls/frustum.pov
[ "BSD-3-Clause" ]
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: compiler/ir/serialization.common/src/KotlinIr.proto package org.jetbrains.kotlin.backend.common.serialization.proto; public interface IrErrorDeclarationOrBuilder extends // @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.backen...
Java
3
Mu-L/kotlin
compiler/ir/serialization.common/src/org/jetbrains/kotlin/backend/common/serialization/proto/IrErrorDeclarationOrBuilder.java
[ "ECL-2.0", "Apache-2.0" ]
<?xml version="1.0" encoding="UTF-8"?> <!-- ******************************************************************* --> <!-- --> <!-- Copyright IBM Corp. 2010, 2014 --> <!-- ...
XPages
2
jesse-gallagher/XPagesExtensionLibrary
extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.controls/src/com/ibm/xsp/extlib/config/extlib-common.xsp-config
[ "Apache-2.0" ]
import "logoDialect" as LD import "gUnit" as gU import "math" as mt def logoTest = object { class forMethod(m){ inherits gU.testCaseNamed(m) method accessorTest{ assert(LD.location) shouldBe(250@250) assert(LD.heading) shouldBe(0) } method hasLocationandHeadin...
Grace
4
smola/language-dataset
data/github.com/ishoshani/GraceLogo/03ac60d730407f58cbdcf6ca9c1191a22843f463/logoTests.grace
[ "MIT" ]
KIDS Distribution saved on Mar 13, 2021@10:49:05 Fixes to hl7 message building to preserve not formatting **KIDS**:SAMI*18.0*8^ **INSTALL NAME** SAMI*18.0*8 "BLD",11505,0) SAMI*18.0*8^SAMI^0^3210313^y "BLD",11505,1,0) ^^1^1^3210203^ "BLD",11505,1,1,0) Corrections to the Intake notes generation "BLD",11505,4,0) ^9.64PA...
Genshi
4
OSEHRA/SAMI-VAPALS-ELCAP
dist/18-8/sami-1.18.0.8-i8.kid
[ "Apache-2.0" ]
--TEST-- 014: Name conflict and functions (php name) --FILE-- <?php namespace test\ns1; echo strlen("Hello"),"\n"; ?> --EXPECT-- 5
PHP
3
NathanFreeman/php-src
Zend/tests/ns_014.phpt
[ "PHP-3.01" ]
<div style="background-color: white; color: red"> <h1>Not Found</h1> </div>
HTML
0
mkosakana/iris
_examples/routing/subdomains/http-errors-view/views/partials/404.html
[ "BSD-3-Clause" ]
# DO NOT EDIT THIS FILE. This file will be overwritten when re-running go-raml. @0x8f4347cbb1358e05; struct WithDateTime { birth @0 :Text; name @1 :Text; }
Cap'n Proto
3
mrpotes/go-raml
codegen/python/fixtures/python_capnp/WithDateTime.capnp
[ "BSD-2-Clause" ]
server { listen 80; server_name www.example.com example.com; root /var/www/www.example.com/web; if ($http_host != "www.example.com") { rewrite ^ http://www.example.com$request_uri permanent; } index index.php index.html index.htm; location = /favicon.ico...
ApacheConf
3
tsrivishnu/certbot
certbot-compatibility-test/nginx/nginx-roundtrip-testdata/icinga/sites-available/www.example.com.vhost
[ "Apache-2.0" ]
//SPDX-License-Identifier: MIT pragma solidity ^0.6.0; contract Version6Pragma { uint x; constructor() public { x = 5; } }
Solidity
3
santanaluiz/truffle
packages/compile-solidity/test/sources/v0.6.x/Version6Pragma.sol
[ "MIT" ]
alias x=extract extract() { setopt localoptions noautopushd if (( $# == 0 )); then cat >&2 <<'EOF' Usage: extract [-option] [file ...] Options: -r, --remove Remove archive after unpacking. EOF fi local remove_archive=1 if [[ "$1" == "-r" ]] || [[ "$1" == "--remove" ]]; then remove_archive=0...
Shell
4
sshishov/ohmyzsh
plugins/extract/extract.plugin.zsh
[ "MIT" ]
2016-04-09 01:11:05 fuyuki hi 2016-04-09 01:11:05 [01:11] 2016-04-09 01:11:35 fuyuki are you here 2016-04-09 01:11:39 fuyuki test 2016-04-09 01:11:41 fuyuki ok 2016-04-09 01:11:42 fuyuki what 2016-04-09 01:11:50 fsociety yup 2016-04-09 01:11:55 fuyuki ok 2016-04-09 01:12:13 fuyuki my text is fucked up but yours if fin...
IRC log
0
0x4b1dN/2016-dots
misc/weechat/logs/irc.unixchat.fuyuki.weechatlog
[ "MIT" ]
#include <iostream> #include <string> int main() int a, b; std::string str; ? "Type two integers: " a b "Well done! Now type a string: " str "Congratulations!\n" ! ! "Following line is produced by command: ! a b str \"Second string\"" ! a b str "Second string" ! !! "!! is a quick print without ending the li...
COBOL
1
saviour07/CPY
Examples/Quick print/main.cpy
[ "MIT" ]
struct FancyNum { num: u8, } fn main() { let mut fancy_num = FancyNum { num: 5 }; let fancy_ref = &fancy_num; fancy_num = FancyNum { num: 6 }; //~ ERROR [E0506] println!("Num: {}, Ref: {}", fancy_num.num, fancy_ref.num); }
Rust
3
Eric-Arellano/rust
src/test/ui/error-codes/E0506.rs
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
# # Copyright 2017 Google 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 law or agreed to in writin...
Tcsh
1
ezeeyahoo/earthenterprise
earth_enterprise/src/common/config/ge-server.csh
[ "Apache-2.0" ]
syntax = "proto3"; import "google/protobuf/timestamp.proto"; package openstorage.api; option go_package = "api"; option java_multiple_files = true; option java_package = "com.openstorage.api"; enum Status { STATUS_NONE = 0; STATUS_INIT = 1; STATUS_OK = 2; STATUS_OFFLINE = 3; STATUS_ERROR = 4; STATUS_NOT...
Protocol Buffer
5
yankay/autoscaler
vertical-pod-autoscaler/e2e/vendor/github.com/libopenstorage/openstorage/api/api.proto
[ "Apache-2.0" ]
; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CFlashWinDlg LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "FlashWin.h" ClassCount=3 Class1=CFlashWinApp Class2=CFlashWinDlg Class3=CAboutDlg ResourceCount=5 Resource1=IDD_ABOUTBOX Resource2...
Clarion
2
oudream/ccxx
test/dump/swdbgbk_src/chap13/FlashWin/FlashWin.clw
[ "MIT" ]
( Kat-SocialsII.muf -- Copyright 2003-2006 Raine 'Gravecat' Simmons <raine@moxx.net> Based on Socials v2.2 by Katt@Dreams 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, inclu...
MUF
4
Gravecat/fb6muf
kat-socials2.muf
[ "MIT" ]
p { color: #666; font-family: sans-serif; font-weight:300; line-height: 1.5em; } a { color:#419bf9; } strong { font-weight:500; font-family:sans-serif; } .alert { text-align:center; display:block; text-shadow:0 1px rgba(255,255,255,0.7); color: #BB4945; background-color: #F2DEDE; ...
CSS
4
cnheider/nylas-mail
packages/cloud-api/static/css/index.css
[ "MIT" ]
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-iso-8859-8 %%Version: 1.0 0 %%EndComments /VIM-iso-8859-8[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef...
PostScript
1
uga-rosa/neovim
runtime/print/iso-8859-8.ps
[ "Vim" ]