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
== Words == Include 2 img 1 item 3 pre 1 == Links == == Images == photo.jpg 1
Creole
0
jquorning/ada-wiki
regtests/expect/wiki-collect/template-1.creole
[ "Apache-2.0" ]
// Coding Rainbow // Daniel Shiffman // http://patreon.com/codingtrain // Code for: https://youtu.be/JcopTKXt8L8 class Tree { ArrayList<Branch> branches = new ArrayList<Branch>(); ArrayList<Leaf> leaves = new ArrayList<Leaf>(); Tree() { for (int i = 0; i < 2000; i++) { leaves.add(new Leaf()); } ...
Processing
4
aerinkayne/website
CodingChallenges/CC_018_SpaceColonizer3D/Processing/CC_018_SpaceColonizer3D/Tree.pde
[ "MIT" ]
#include "debug.eh" #include "bgen.eh" #include "econe.eh" import "bgen" import "cppHardcoded" // tocheck: does it make any sense to support eC types specified as untemplated struct template classes? // class FMFont : struct use to have a link member defined as public LinkElement link; // it was mad...
eC
3
mingodad/ecere-sdk
bgen/src/cpp/genCPP.ec
[ "BSD-3-Clause" ]
-- Load table 'sample_07' sample_07 = LOAD 'sample_07' USING org.apache.hcatalog.pig.HCatLoader(); -- Compute the average salary of the table salaries = GROUP sample_07 ALL; out = FOREACH salaries GENERATE AVG(sample_07.salary); DUMP out;
PigLatin
4
sirishacodes/samplebranchtest
hcatalog/avg_salary.pig
[ "Apache-2.0" ]
--TEST-- JIT: FETCH_OBJ 006 --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.file_update_protection=0 opcache.jit_buffer_size=1M --FILE-- <?php class Test { readonly array $prop; } $test = new Test; try { throw new Exception; } catch (Exception) {} $appendProp2 = (function() { $this->prop[] = 1; })-...
PHP
3
NathanFreeman/php-src
ext/opcache/tests/jit/fetch_obj_006.phpt
[ "PHP-3.01" ]
// name: phaser.ck // desc: demo of Faust chugin in action! // instantiate and connect faust => ck adc => Faust phaser => dac; // evaluate Faust code phaser.eval(` process = dm.phaser2_demo ; `); // print the parameters of the Faust object phaser.dump(); // time loop while( true ) { // advance time 100::ms =>...
ChucK
4
ccdarabundit/chugins
Faust/examples/phaser.ck
[ "MIT" ]
$! $ write sys$output "*** TEST DELETE FILE ***" $! $ create /dir test $ copy *.dcl test /log $ delete [.test]*.dcl /log $ delete test /log $! $ write sys$output "*** TEST DELETE SYMBOL ***" $! $ s1 := test1 $ s2 :== test2 $ s3 = -1 $ s4 = 1 $ ...
Clean
3
MichelValentin/PC-DCL
examples/delete.dcl
[ "BSD-3-Clause" ]
<mt:Ignore> # ======================= # # 記事ループ-メディア # # 使い方: # <mt:Include module="記事ループ-メディア" tag="p" thumbnail="0" date="0" excerpt="0" /> # # モディファイアの基本値: # tag = h3 # thumbnail = 1 # date = 1 # excerpt = 1 # # ======================= </mt:Ignore> <mt:Unless name="tag"> <mt:SetVar name="tag" value...
MTML
4
webbingstudio/mt_theme_echo_bootstrap
dist/themes/echo_bootstrap/templates/loop_media.mtml
[ "MIT" ]
/* Copyright (c) 2017-2019 Netronome Systems, Inc. All rights reserved. * * SPDX-License-Identifier: BSD-2-Clause */ ;TEST_INIT_EXEC nfp-mem i32.ctm:0x80 0x00000000 0x00000000 0x00163ec4 0x23450000 ;TEST_INIT_EXEC nfp-mem i32.ctm:0x90 0x0b000200 0x86dd6030 0x00000008 0x11fffe80 ;TEST_INIT_EXEC nfp-mem i32.ctm:0...
UnrealScript
2
pcasconnetronome/nic-firmware
test/datapath/pkt_ipv6_udp_x88.uc
[ "BSD-2-Clause" ]
Grim = require 'grim' path = require 'path' _ = require 'underscore-plus' etch = require 'etch' describe "DeprecationCopView", -> [deprecationCopView, workspaceElement] = [] beforeEach -> spyOn(_, 'debounce').andCallFake (func) -> -> func.apply(this, arguments) workspaceElement = atom.views.getView...
CoffeeScript
4
davidbertsch/atom
packages/deprecation-cop/spec/deprecation-cop-view-spec.coffee
[ "MIT" ]
#!/usr/bin/env dexec print "hello world\n";
Perl6
0
docker-exec/perl6
test/shebang.p6
[ "MIT" ]
DROP TABLE IF EXISTS ColumnsClauseTest; CREATE TABLE ColumnsClauseTest (product_price Int64, product_weight Int16, amount Int64) Engine=TinyLog; INSERT INTO ColumnsClauseTest VALUES (100, 10, 324), (120, 8, 23); SELECT COLUMNS('product.*') from ColumnsClauseTest ORDER BY product_price; DROP TABLE ColumnsClauseTest; ...
SQL
3
pdv-ru/ClickHouse
tests/queries/0_stateless/00969_columns_clause.sql
[ "Apache-2.0" ]
use @pony_exitcode[None](code: I32) trait T class C1 is T class C2 is T actor Main new create(env: Env) => foo[C2](C2) fun foo[A: T](x: A) => iftype A <: C1 then None elseif A <: C2 then @pony_exitcode(1) end
Pony
3
rtpax/ponyc
test/libponyc-run/iftype-else-if-true/main.pony
[ "BSD-2-Clause" ]
<cfcomponent displayname="Controller" output="false"> <!--- Generate an (almost) unique name for the application in case there are multiple instances of the app on the same server (i.e. different domains or subdomains). ---> <cfset suffix = hash(getCurrentTemplatePath())> <cfset suffix = reReplace(suffix, "[^...
ColdFusion CFC
5
subethaedit/SubEthaEd
Documentation/ModeDevelopment/Reference Files/CFML/Application.cfc
[ "MIT" ]
/* Copyright 2018 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
5
abhaikollara/tensorflow
tensorflow/core/grappler/graph_analyzer/hash_tools.h
[ "Apache-2.0" ]
(assert (= (str.replaceall "abcdefabcdef" "bc" "xy") "axydefaxydef")) (check-sat)
SMT
3
mauguignard/cbmc
regression/smt2_strings/replace_all_const_sat/replace_all_const_sat.smt2
[ "BSD-4-Clause" ]
""" Similarity Search : https://en.wikipedia.org/wiki/Similarity_search Similarity search is a search algorithm for finding the nearest vector from vectors, used in natural language processing. In this algorithm, it calculates distance with euclidean distance and returns a list containing two data for each vector: ...
Python
5
NavpreetDevpuri/Python
machine_learning/similarity_search.py
[ "MIT" ]
namespace eval expectnmcu::xfer { } package require expectnmcu::core # Open remote file `which` on `dev` in `mode` as Lua object `dfh` proc ::expectnmcu::xfer::open { dev dfh which mode } { ::expectnmcu::core::send_exp_prompt ${dev} "${dfh} = nil" ::expectnmcu::core::send_exp_prompt ${dev} "${dfh} = file.open(\"$...
Tcl
4
galenzhao/nodemcu-firmware
tests/expectnmcu/xfer.tcl
[ "MIT" ]
Gramatika 0 $accept: top $end 1 top: expr 2 expr: expr1 3 | '+' expr 4 | '-' expr 5 expr1: expr2 6 | expr1 '+' expr2 7 | expr1 '-' expr2 8 expr2: expr3 9 | expr2 '*' expr3 10 | expr2 '/' expr3 11 expr3: NUM 12 | '(' expr ')' Termi...
Bison
3
YKG/y
testdata/ok/expr.y.bison
[ "BSD-3-Clause" ]
#IF_NOT_DEFINED __PRIME_CONNMAN #DEFINE __PRIME_CONNMAN (***********************************************************) (* FILE CREATED ON: 01/23/2016 AT: 21:43:16 *) (***********************************************************) (* FILE_LAST_MODIFIED_ON: 09/17/2016 AT: 22:36:05 *) (**********...
NetLinx
5
marselle001/amx-snmp-library
prime-connman.axi
[ "MIT" ]
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "../../access/Ownable.sol"; import "../../crosschain/amb/CrossChainEnabledAMB.sol"; import "../../crosschain/arbitrum/CrossChainEnabledArbitrumL1.sol"; import "../../crosschain/arbitrum/CrossChainEnabledArbitrumL2.sol"; import "../../crosschain/optimism/C...
Solidity
4
ScopeLift/openzeppelin-contracts
contracts/mocks/crosschain/receivers.sol
[ "MIT" ]
… i0.ɵɵproperty("event", ctx.$event);
JavaScript
0
John-Cassidy/angular
packages/compiler-cli/test/compliance/test_cases/r3_view_compiler_listener/event_in_property_binding_template.js
[ "MIT" ]
class ColumnSelect < Column attr_reader :header attr_writer :table class ColumnSelectEvent def initialize(event) @event = event end def selected_row_number event_current_element class_names_string = @event_current_element.class_name ...
Opal
4
bcavileer/digest-rails
app/assets/javascripts/digest-rails/opal_lib/column_select.js.opal
[ "MIT" ]
{{ .Site.Params.minNodeVersion }}
HTML
1
ansky/gitea
docs/layouts/shortcodes/min-node-version.html
[ "MIT" ]
=head1 NAME SDL::Font - Parrot class representing fonts in Parrot SDL =head1 SYNOPSIS # load this library load_bytecode 'SDL/Font.pir' # create a new SDL::Font object .local pmc font font = new ['SDL'; 'Font'] font.'init'( 'font_file' => 'myfont.ttf', 'point_size' => 48 ) # draw tex...
Parrot Internal Representation
5
winnit-myself/Wifie
runtime/parrot/library/SDL/Font.pir
[ "Artistic-2.0" ]
<http://a.example/s> <http://a.example/p> [ <http://a.example/p2> <http://a.example/o2> ] .
Turtle
0
joshrose/audacity
lib-src/lv2/serd/tests/TurtleTests/blankNodePropertyList_as_object.ttl
[ "CC-BY-3.0" ]
%% -*- prolog -*- %%============================================================================= %% Copyright (C) 2011 by Denys Duchier %% %% This program is free software: you can redistribute it and/or modify it %% under the terms of the GNU Lesser General Public License as published by the %% Free Software Foundati...
Prolog
4
ryandesign/yap
packages/gecode/3.6.0/gecode_yap_auto_generated.yap
[ "Artistic-1.0-Perl", "ClArtistic" ]
var content = "<%= for {type, message} <- get_flash(@conn), do: javascript_escape(render(LayoutView, "_flash.html", type: type, message: message)) %>"; u("header.header").append(content);
HTML+EEX
3
PsOverflow/changelog.com
lib/changelog_web/templates/news_item_comment/create_failure.js.eex
[ "MIT" ]
body,html{height:100%}body{font-family:'Open Sans',sans-serif;font-size:1.5em;padding-top:80px}
CSS
1
0x7c48/mitmproxy
test/mitmproxy/data/1.css
[ "MIT" ]
source language/std.nu
Nu
1
WindSoilder/nu_scripts
lib/scripts.nu
[ "MIT" ]
a:after { content: '\1010101' }
CSS
2
vjpr/swc
css/parser/tests/fixture/esbuild/misc/cFk0V1dktTRk2wWOux0Y9A/input.css
[ "Apache-2.0", "MIT" ]
Note 0 Copyright (C) 2018 Jonathan Hough. All rights reserved. ) cocurrent 'jLearnText' splitText=: <.@:-:@:[ (({ ,"0 _"_ 0 ([ I.@:~: i.@:#@:]) { ]) ])"_ 1 [ ]\ ] NB. Get all pairs as word vectors of length #x NB. y: sentences to split into pairs of words NB. x: list of unique words in the dictionary. getPairs=...
J
4
jonghough/jlearn
text/textencoding.ijs
[ "MIT" ]
% Abstract given nonterminals from potential clones - C# block version % Jim Cordy, May 2010 % Using C# grammar include "csharp.grm" % Redefinition for potential clones redefine block { [IN] [NL] [opt statement_list] [EX] } [NL] end redefine define potential_clone [block] end define % Generic abstract...
TXL
3
coder-chenzhi/SQA
SourcererCC/parser/java/txl/cs-abstract-blocks.txl
[ "Apache-2.0" ]
# generated from colcon_core/shell/template/command_prefix.sh.em @[for pkg_name, pkg_install_base in dependencies.items()]@ @{ import os pkg_script = os.path.join(pkg_install_base, 'share', pkg_name, 'package.sh') }@ . "@(pkg_script)" @[end for]@
EmberScript
3
brawner/colcon-core
colcon_core/shell/template/command_prefix.sh.em
[ "Apache-2.0" ]
redo-ifchange vars echo '"""Auto-generated file with git version information."""' echo "# pylint: disable=bad-whitespace" cat vars
Stata
2
BlameJohnny/redo
redo/version/_version.py.do
[ "Apache-2.0" ]
BITS 32 section .text global main main: push byte 0x61 pop eax cdq push edx inc edx push edx inc edx push edx push dword 0x0100007f int 0x80 xchg eax, ebp push word 0xffff push dx mov esi, esp push byte 0x10 push esi push ebp push byte 0x62 pop eax cdq push edx int 0x80 mov [esi - 4], byte 0...
Assembly
3
OsmanDere/metasploit-framework
external/source/shellcode/bsd/ia32/single_reverse_libinject.asm
[ "BSD-2-Clause", "BSD-3-Clause" ]
@namespace \6es 'path';
CSS
0
mengxy/swc
crates/swc_css_parser/tests/fixture/esbuild/misc/IX2tz8hkGmrHq2cazP46_A/input.css
[ "Apache-2.0" ]
## Description This module attempts to gain root privileges by exploiting a vulnerability in ktsuss versions 1.4 and prior. The `ktsuss` executable is setuid `root` and does not drop privileges prior to executing user specified commands, resulting in command execution with `root` privileges. ## Vulnerable...
Markdown
1
OsmanDere/metasploit-framework
documentation/modules/exploit/linux/local/ktsuss_suid_priv_esc.md
[ "BSD-2-Clause", "BSD-3-Clause" ]
if(NOT VTK_FOUND) find_package(VTK QUIET NAMES vtk VTK) if(VTK_FOUND) if(NOT (VTK_VERSION VERSION_LESS "9.0.0") AND (VTK_VERSION VERSION_LESS "10.0.0")) # VTK 9.x find_package(VTK 9 QUIET NAMES vtk COMPONENTS FiltersExtraction FiltersSources FiltersTexture ...
CMake
4
xipingyan/opencv
cmake/OpenCVDetectVTK.cmake
[ "Apache-2.0" ]
Print("Hello World");
Tea
0
venusing1998/hello-world
r/richtea.tea
[ "MIT" ]
.class LML; .super Ljava/lang/Object; .source "ML.java" # direct methods .method constructor <init>()V .registers 1 .prologue .line 1 invoke-direct {p0}, Ljava/lang/Object;-><init>()V return-void .end method # virtual methods .method a()Ljava/lang/Object; .registers 4 .prologue .l...
Smali
3
Mrack/dex2jar
dex-translator/src/test/resources/smalis/ML.smali
[ "Apache-2.0" ]
// MIT License // Copyright (c) 2019-2021 bloc97 // All rights reserved. // 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 // t...
GLSL
5
dvdvideo1234/Anime4K
glsl/Restore/Anime4K_Restore_CNN_VL.glsl
[ "MIT" ]
/* * Copyright 2005-2010 LAMP/EPFL */ // $Id$ package scala.tools.eclipse.contribution.weaving.jdt.ui; import org.eclipse.jdt.core.IMethod; import org.eclipse.jdt.core.IType; import org.eclipse.jdt.core.JavaModelException; import org.eclipse.jdt.internal.corext.util.JdtFlags; import org.eclipse.jdt.internal.corext....
AspectJ
3
dragos/scala-ide
org.scala-ide.sdt.aspects/src/scala/tools/eclipse/contribution/weaving/jdt/ui/ScalaOverrideLabelAspect.aj
[ "BSD-3-Clause" ]
P0135T231380104121042882201810101237NCitadel Wells Fargo US P100123138010412104288220181010201810101237IGA1 Contact Name 5558675552 d62 123456789 031300012 5558881000000001000001 G101 P200123138010412104288220181010201810109999 ...
Clean
0
DocAdam/imagecashletter
test/testdata/BNK20181010121042882-A.icl
[ "Apache-2.0" ]
/* Copyright 2020 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/delegates/telemetry.cc
[ "Apache-2.0" ]
;; ; ; Name: stager_sock_bind ; Qualities: Can Have Nulls ; Version: $Revision: 1607 $ ; License: ; ; This file is part of the Metasploit Exploit Framework ; and is subject to the same licenses and copyrights as ; the rest of this package. ; ; With enhancements from the unix...
Assembly
4
OsmanDere/metasploit-framework
external/source/shellcode/linux/ia32/stager_sock_bind.asm
[ "BSD-2-Clause", "BSD-3-Clause" ]
unit ZLibConst; interface resourcestring sTargetBufferTooSmall = 'ZLib error: target buffer may be too small'; sInvalidStreamOp = 'Invalid stream operation'; implementation end.
Pascal
3
bitcrystal/temp
src/minizip/contrib/delphi/ZLibConst.pas
[ "MIT" ]
--TEST-- Bug #30519 (Interface not existing says Class not found) --FILE-- <?php class test implements a { } ?> --EXPECTF-- Fatal error: Uncaught Error: Interface "a" not found in %s:%d Stack trace: #0 {main} thrown in %s on line %d
PHP
3
NathanFreeman/php-src
Zend/tests/bug30519.phpt
[ "PHP-3.01" ]
fragment otherUserFragment on User { friends { edges { nodes { name } } } }
GraphQL
3
zowesiouff/parcel
packages/core/integration-tests/test/integration/graphql-named-import/otherFragments.graphql
[ "MIT" ]
SetGraphicsDriver GLMax2DDriver() Graphics 640,480 DrawText "OpenGL Max2D Graphics! Hit any key (next to the whatever key)...",0,0 Flip WaitKey EndGraphics SetGraphicsDriver GLGraphicsDriver() Graphics 640,480 glClear GL_COLOR_BUFFER_BIT GLDrawText "'Raw' OpenGL Graphics! Hit any key...",0,0 Flip WaitKey
BlitzMax
3
jabdoa2/blitzmax
mod/brl.mod/graphics.mod/doc/setgraphicsdriver.bmx
[ "Zlib" ]
#!/usr/bin/env io //Directory directories := method(items select(item, item type ==("Directory") and(item name != ".") and(item name != ".."))) writeln("") writeln("items:") Directory items foreach(path println) writeln("") writeln("directories:") Directory directories foreach(name println) //writeln("") //writeln("...
Io
3
akluth/io
samples/misc/Dir.io
[ "BSD-3-Clause" ]
// MIR for `test` before ElaborateDrops fn test() -> Option<Box<u32>> { let mut _0: std::option::Option<std::boxed::Box<u32>>; // return place in scope 0 at $DIR/issue-62289.rs:8:14: 8:30 let mut _1: std::boxed::Box<u32>; // in scope 0 at $DIR/issue-62289.rs:9:10: 9:21 let mut _2: usize; ...
Mirah
3
david-perez/rust
src/test/mir-opt/issue_62289.test.ElaborateDrops.before.mir
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
# This query uses UNIX line end conventions. # It is in CVS in binary. PREFIX : <http://example.org/ns#> SELECT ?x { ?x ?p '''x y''' }
SPARQL
3
alpano-unibz/ontop
test/sparql-compliance/src/test/resources/testcases-dawg/data-r2/basic/quotes-3.rq
[ "Apache-2.0" ]
# @author jdiaz5513 @0xc81a48fa54bfdd1f; struct Upgrade { legacyName @0 :Text; legacyId @1 :Int32; selfReference @2 :Upgrade; selfReferences @3 :List(Upgrade); newHotnessName @4 :Text; newHotnessId @5 :Int32; }
Cap'n Proto
3
sahirgomez1/capnp-ts
packages/capnp-ts-test/test/integration/upgrade-v2.capnp
[ "MIT" ]
defmodule ChatApi.UserInvitationsTest do use ChatApi.DataCase, async: true import ChatApi.Factory alias ChatApi.UserInvitations describe "user_invitations" do setup do account = insert(:account) user_invitation = insert(:user_invitation, account: account) {:ok, account: account, user_in...
Elixir
4
ZmagoD/papercups
test/chat_api/user_invitations_test.exs
[ "MIT" ]
#!/usr/bin/env bash # Copyright 2021 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 applica...
Shell
4
767829413/kubernetes
test/cmd/convert.sh
[ "Apache-2.0" ]
import "test_bind_order0" as t; import "test_bind_order1" as t; import "test_bind_order2" as t; def check: if [t::sym0,t::sym1,t::sym2] == [0,1,2] then true else false end;
JSONiq
2
aakropotkin/jq
tests/modules/test_bind_order.jq
[ "CC-BY-3.0" ]
/* * Various usage of shared * Liao * 6/10/2008 */ strict shared int y; relaxed shared[] int x; int main() { strict shared int *p2; /*a private pointer to a shared variable, most useful */ relaxed shared int *p3; return 0; }
Unified Parallel C
3
maurizioabba/rose
tests/CompileTests/UPC_tests/strict.upc
[ "BSD-3-Clause" ]
-include ../tools.mk all: $(RUSTC) bar.rs --crate-type=dylib --crate-type=rlib ls $(TMPDIR)/$(call RLIB_GLOB,bar) $(RUSTC) foo.rs rm $(TMPDIR)/*bar* $(call RUN,foo)
Makefile
3
Eric-Arellano/rust
src/test/run-make-fulldeps/prefer-rlib/Makefile
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
nav a { padding: .7rem; }
CSS
1
yuchenghu/angular-cn
aio/content/examples/animations/src/app/app.component.css
[ "MIT" ]
/** * BBuffer.x10 * * Rudra Distributed Learning Platform * * Copyright (c) IBM Corporation 2016 * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code mu...
X10
4
milthorpe/rudra
x10/src/rudra/util/BBuffer.x10
[ "BSD-3-Clause" ]
<%@ page contentType="text/html; charset=utf-8" isELIgnored="false"%> <%@ taglib prefix="a" uri="/WEB-INF/app.tld"%> <%@ taglib prefix="w" uri="http://www.unidal.org/web/core"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="res" uri="http://www.unidal.org/webres"%> <jsp:useBean id="...
Java Server Pages
3
woozhijun/cat
cat-home/src/main/webapp/jsp/report/server/screens.jsp
[ "Apache-2.0" ]
package { import GZ.Sys.Timer; import GZ.File.Resource; <cpp_h> //#include "Lib_GzWeb_Emsc/Emscripten/EmscHeader.h" </cpp_h> public class OpTimer overplace Timer { public var nConterStart : Float = 0; override function fStart() : Void { //Return the full path with exe name <cpp> ...
Redcode
3
VLiance/GZE
src/SubLib_System/Lib_GzAndroid/Sys/OpTimer.cw
[ "Apache-2.0" ]
<?xml version="1.0" encoding="UTF-8"?> <faces-config> <faces-config-extension> <namespace-uri>http://www.ibm.com/xsp/custom</namespace-uri> <default-prefix>xc</default-prefix> </faces-config-extension> <composite-component> <component-type>controlPagerArea</component-type> <composite-name>controlP...
XPages
4
jesse-gallagher/XPagesExtensionLibrary
extlib/lwp/product/nsf/Teamroom/CustomControls/controlPagerArea.xsp-config
[ "Apache-2.0" ]
@app mockapp @http get /:param/there
Arc
1
karlwestin/sandbox
test/mock/root-handling/param-exact/.arc
[ "Apache-2.0" ]
fileFormatVersion: 2 guid: 2d3bab81c9ebf1443b83699f59210ee1 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: - _sfxEventChannel: {fileID: 11400000, guid: c3c796b7c31ad3647a3fbae42e74764e, type: 2} - _audioConfig: {fileID: 11400000, guid: 046cbfdf9a2c0964ea8a01b8e3814e51, type: 2} - ...
Unity3D Asset
0
samisuleman10/open-project-1
UOP1_Project/Assets/Scripts/Characters/CharacterAudio.cs.meta
[ "Apache-2.0" ]
// Copyright 2019 The MediaPipe 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 ...
Objective-C++
4
virdio/mediapipe
mediapipe/framework/profiler/graph_profiler_ios_test.mm
[ "Apache-2.0" ]
domain: "[M] -> { S1[i0, i0, M, i3] : i0 >= 1 and i0 <= M and i3 >= 1 + i0 and i3 <= M; S2[i0, i1, i2, i2, i0] : i1 >= 1 and i1 <= M and i2 >= 1 + i1 and i2 <= M and i1 <= -1 + i0 and i0 <= M }" child: context: "[M] -> { [] }" child: schedule: "[M] -> [{ S1[i0, i1, i2, i3] -> [(i0)]; S2[i0, i1, i2, i3, i4] -> [...
Smalltalk
2
chelini/isl-haystack
test_inputs/codegen/cloog/lux.st
[ "MIT" ]
:- encoding('UTF-8').
Logtalk
0
jfmc/logtalk3
tests/logtalk/directives/encoding_1/utf_8_no_bom.lgt
[ "Apache-2.0" ]
#include <metal_stdlib> #include <simd/simd.h> using namespace metal; struct Uniforms { half4 testInputs; half4 colorGreen; half4 colorRed; }; struct Inputs { }; struct Outputs { half4 sk_FragColor [[color(0)]]; }; fragment Outputs fragmentMain(Inputs _in [[stage_in]], constant Uniforms& _uniforms [[buf...
Metal
3
fourgrad/skia
tests/sksl/intrinsics/Step.metal
[ "BSD-3-Clause" ]
1.00 0.00 -1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -59.00 -1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -5.00 0.00 1.00 0.00 -1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -43.00 0.00 -1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -69.00 1.00 0.00 0.00 0.00 -1.00 0....
Matlab
1
yinrun/LOPDC-Benchmarks
strippacking/matlab/sp-6-27-sqrt.matlab
[ "MIT" ]
(define defclass Class Attributes -> (let Assoc (map (/. Attribute [Attribute | fail]) Attributes) ClassDef [[class | Class] | Assoc] Store (put Class classdef ClassDef) Class)) (define make-instance Class -> (let ClassDef (trap-error (get Class classdef)...
Shen
3
WilliamStone/Shen.java
shen/test/classes-untyped.shen
[ "Unlicense" ]
/* Copyright 2019 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
yage99/tensorflow
tensorflow/core/lib/monitoring/timed.h
[ "Apache-2.0" ]
MEMORY { FLASH_TEXT (rw) : ORIGIN = 0x20010000, LENGTH = 0x6a120 RAM (xrw) : ORIGIN = 0x80000000, LENGTH = 0x4000 } _stack_size = 2K; INCLUDE "targets/riscv.ld"
Linker Script
2
ybkimm/tinygo
targets/hifive1b.ld
[ "Apache-2.0" ]
// Copyright 2010-2016 RethinkDB, all rights reserved. #include "clustering/administration/tables/name_resolver.hpp" #include "clustering/administration/artificial_reql_cluster_interface.hpp" name_resolver_t::name_resolver_t( std::shared_ptr<semilattice_read_view_t<cluster_semilattice_metadata_t>> ...
C++
4
zadcha/rethinkdb
src/clustering/administration/tables/name_resolver.cc
[ "Apache-2.0" ]
var a, return;
TypeScript
0
nilamjadhav/TypeScript
tests/cases/conformance/parser/ecmascript5/ErrorRecovery/VariableLists/parserErrorRecovery_VariableList1.ts
[ "Apache-2.0" ]
export 'job_api_client.dart'; export 'models/models.dart';
Dart
1
gaabgonca/bloc
examples/flutter_graphql_jobs/lib/api/api.dart
[ "MIT" ]
; Experimental implementation of texmate's dialog infrastructure. ; ; Copyright (c) 2011 Martin Hedenfalk <martin@bzero.se> ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above ; copyright notice and this permission notice app...
Nu
3
girvo/vico
Support/lib/nu/dialog.nu
[ "Unlicense" ]
#!/usr/bin/bash if [ ! -d perfetto ]; then git clone https://android.googlesource.com/platform/external/perfetto/ fi cd perfetto tools/install-build-deps --linux-arm tools/gn gen --args='is_debug=false target_os="linux" target_cpu="arm64"' out/linux tools/ninja -C out/linux tracebox traced traced_probes perfetto
Shell
4
GratefulJinx77/openpilot-1
selfdrive/debug/profiling/perfetto/build.sh
[ "MIT" ]
fun main () : transaction page = n <- source 0; return <xml><body> <button onclick={n' <- get n; set n (n' + 1); debug ("Message: " ^ show n')}/> </body></xml>
UrWeb
3
apple314159/urweb
tests/csdebug.ur
[ "BSD-3-Clause" ]
require ${PN}.inc require go-${PV}.inc
BitBake
0
dtischler/px30-test
layers/poky/meta/recipes-devtools/go/go-native_1.11.bb
[ "Apache-2.0" ]
CFLAGS = /decc $(CC_OPTIONS)/Diagnostics /Define=(NDEBUG) /Object=$@ /Include=([]) LINKFLAGS = /map=$(MMS$TARGET_NAME)/cross_reference/exec=$(MMS$TARGET_NAME).exe LINKER = cc OBJS = closure.obj, \ error.obj, \ lalr.obj, \ lr0.obj, \ main.obj, \ mkpar.obj, \ output.obj, \ reader.obj, \ ske...
Module Management System
3
shiruizhao/swift
lib/byacc-20130925/descrip.mms
[ "BSD-4-Clause-UC", "BSD-4-Clause" ]
lexer grammar t052importS7; options { language=JavaScript; } @members { this.capture = function(t) { this.gt052importM7.capture(t); }; } A : 'a' {this.capture("S.A ");} ; C : 'c' ;
G-code
3
DanielMabadeje/Artificial-Intelligence-Deep-Learning-Machine-Learning-Tutorials
java/java2py/antlr-3.1.3/runtime/JavaScript/tests/functional/t052importS7.g
[ "Apache-2.0" ]
(ns org.example.lambsay "What does the lamb say?" (:gen-class :implements [com.amazonaws.services.lambda.runtime.RequestStreamHandler]) (:require [cheshire.core :as json] [clojure.java.io :as io] [clojure.string :as str]) (:import (com.amazonaws.services.lambda.runtime Contex...
Clojure
4
andante20/apex
_examples/clojure/functions/say/src/org/example/lambsay.clj
[ "MIT" ]
--for testing uncomment the "on run" block --on run -- set argsCmd to "ps aux | grep [s]sh" -- scriptRun(argsCmd) --end run on scriptRun(argsCmd) set withCmd to (argsCmd) CommandRun(withCmd) end scriptRun on CommandRun(withCmd) tell application "iTerm" reopen activate tell the current window tell the curr...
AppleScript
4
productinfo/shuttle
apple-scripts/iTermStable/iTerm2-stable-current-window.applescript
[ "MIT" ]
# # @expect="/nlist[@name='profile']/string[@name='a']='0,1,-2,3'" # @format=pan object template list12; "/a" = { l = list(0, 1); # autovivification of l[2] = undef l[3] = 3; l2 = list(); foreach(idx; v; l) { if (!is_defined(v)) { v = -idx; }; l2[idx] = to_string...
Pan
4
aka7/pan
panc/src/test/pan/Functionality/list/list12.pan
[ "Apache-2.0" ]
%% %unicode 2.0 %public %class UnicodeLowercase_2_0 %type int %standalone %include ../../resources/common-unicode-enumerated-property-java %% <<EOF>> { printOutput(); return 1; } [:lowercase:] { setCurCharPropertyValue("Lowercase"); } [^[:lowercase:]] { setCurCharPropertyValue("Not-Lowercase"); }
JFlex
4
Mivik/jflex
testsuite/testcases/src/test/cases/unicode-lowercase/UnicodeLowercase_2_0.flex
[ "BSD-3-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 applica...
Python
5
NasTul/models
official/recommendation/ranking/task.py
[ "Apache-2.0" ]
package test; class My { @constructor My() {} @constructor int foo() { return 1; } }
Java
1
qussarah/declare
compiler/testData/compileJavaAgainstKotlin/targets/constructor.java
[ "Apache-2.0" ]
example (h : true ∨ true) : true := by exact (h).elim _ _
Lean
3
JLimperg/lean
tests/lean/field_proj_pos.lean
[ "Apache-2.0" ]
public class Subdir.Subdir2.Test : GLib.Object { construct { stdout.printf("Test from Subdir/Subdir2/\n"); } }
Vala
3
kira78/meson
test cases/vala/22 same target in directories/Subdir/Subdir2/Test.vala
[ "Apache-2.0" ]
*------------------------------------------------------------------------------- * Climate * * Represents the climate * - based on the DICE model equations * - Radiative forcing for non CO2 ghgs * - parameters calibrated to reproduce MAGICC6.4 default response * * Options: * - Climate is post-processed (default) or so...
GAMS
5
witch-team/witchmodel
modules/mod_climate.gms
[ "Apache-2.0" ]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % This file is part of Logtalk <https://logtalk.org/> % % Copyright 2016 Metagol authors % Copyright 2018-2019 Paulo Moura % All rights reserved. % SPDX-License-Identifier: BSD-3-Clause % % Redistribution and use in source and binary fo...
Logtalk
5
PaulBrownMagic/logtalk3
ports/metagol/examples/higher_order3.lgt
[ "Apache-2.0" ]
'' ' Copyright 1992-2016 AUTHORS. See the legal/LICENSE file for license information and legal/AUTHORS for authors. ' [ ^self] value '-- Module body' bootstrap addSlotsTo: bootstrap stub -> 'globals' -> () From: ( | { 'Category: applications\x7fModuleInfo: Module: bankaccount InitialContents: FollowSlot...
Self
3
brackendev/BankAccountDemo-Self
bankaccount/applications/bankaccount.self
[ "MIT" ]
package com.alibaba.json.bvt.bug; import junit.framework.TestCase; import com.alibaba.fastjson.JSON; public class Bug_for_Jay extends TestCase { public void test_for_jay() throws Exception { JSON.toJSONString(new B(), true); } public class A { String nameA; } public class B ex...
Java
3
Czarek93/fastjson
src/test/java/com/alibaba/json/bvt/bug/Bug_for_Jay.java
[ "Apache-2.0" ]
--TEST-- mysqli_fetch_field() - flags/field->flags --EXTENSIONS-- mysqli --SKIPIF-- <?php require_once('skipifconnectfailure.inc'); require_once('connect.inc'); if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) die(printf("skip: [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error...
PHP
4
Demired/php-src
ext/mysqli/tests/mysqli_fetch_field_flags.phpt
[ "PHP-3.01" ]
<html><head><script> function showLocation () { try { var location = document.querySelector("iframe").contentWindow.location.href; } catch (e) { location = `FAILED ${e}`; } document.querySelector("p").textContent = location; } </script></head> <body onload="showLocation();"> <p id="ret">waiting for onlo...
HTML
3
frank-dspeed/nw.js
test/sanity/issue7173-iframe/index.html
[ "MIT" ]
/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ /** * The following dictionaries...
WebIDL
4
tlively/wasm-bindgen
crates/web-sys/webidls/enabled/L10nUtils.webidl
[ "Apache-2.0", "MIT" ]
// run-pass #![feature(start)] #[start] pub fn main(_: isize, _: *const *const u8) -> isize { println!("hello"); 0 }
Rust
4
Eric-Arellano/rust
src/test/ui/native-print-no-runtime.rs
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
(module (memory $0 2) (table $0 1 1 funcref) (elem (i32.const 0) $foo) (global $global$0 (mut i32) (i32.const 66112)) (global $global$1 i32 (i32.const 66112)) (global $global$2 i32 (i32.const 576)) (export "memory" (memory $0)) (export "main" (func $main)) (export "__heap_base" (global $global$1)) (export "__...
WebAssembly
3
phated/binaryen
test/lld/standalone-wasm.wat
[ "Apache-2.0" ]