Search is not available for this dataset
content
stringlengths
60
399M
max_stars_repo_name
stringlengths
6
110
<|start_filename|>package.json<|end_filename|> { "name": "express-opentracing", "version": "0.1.1", "description": "opentracing middleware for express-js", "main": "dist/index.js", "types": "index.d.ts", "publishConfig": { "registry": "https://registry.npmjs.org" }, "scripts": { "test": "echo \"...
W3D3/javascript-express
<|start_filename|>src/components/LatestVideos/LatestVideos.module.css<|end_filename|> .latestVideos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; justify-items: start; } @media (max-width: 700px) { .latestVideos { grid-template-columns: 1fr; } } .thumbnailContainer...
bradgarropy/bradgarropy.com
<|start_filename|>examples/echo/EchoClient.h<|end_filename|> // Copyright (C) 2012-present <EMAIL> All rights reserved. // Distributed under the terms and conditions of the Apache License. // See accompanying files LICENSE. #pragma once #include <vector> #include "PollerBase.h" #include "PollEvent.h" class EchoClie...
ichenq/WinsockTut
<|start_filename|>example/src/App.js<|end_filename|> import React from 'react' import { Router, Switch, Route, Link } from 'react-router-dom' import { createBrowserHistory } from 'history' import qhistory from 'qhistory' import { parse, stringify } from 'qs' const products = [ { id: 0, name: 'Chair' }, { i...
pshrmn/qhistory
<|start_filename|>converter/locale-converter.js<|end_filename|> // Copyright 2020, 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/LICE...
jelonmusk/actions-on-google-pq2-template-sdk
<|start_filename|>css/tit-fontello.css<|end_filename|> @font-face { font-family: 'tit-fontello'; src: url('../font/tit-fontello.eot?26419932'); src: url('../font/tit-fontello.eot?26419932#iefix') format('embedded-opentype'), url('../font/tit-fontello.woff2?26419932') format('woff2'), url('../font/ti...
Nisarga-Developer/Try-It-Editor-Offline
<|start_filename|>opencl_caffe_viewer/src/opencl_caffe_viewer.cpp<|end_filename|> /* * Copyright (c) 2017 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * htt...
gachiemchiep/ros_opencl_caffe
<|start_filename|>index.js<|end_filename|> module.exports = require("./lib/knex-backend.js");
jacy2013/node_acl_knex_mysql
<|start_filename|>src/com/wotbrew/relic/impl/util.cljc<|end_filename|> (ns com.wotbrew.relic.impl.util "Generic utility functions, for use everywhere. Depends on nothing." (:require [clojure.string :as str])) (defn dissoc-in "Recursive dissoc, like assoc-in. Removes intermediates. Not safe on records or vector...
The-Alchemist/relic
<|start_filename|>ein_reduce.h<|end_filename|> // Copyright 2019 Google LLC // // 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 // // Unl...
dsharlet/array
<|start_filename|>Fujitsu/benchmarks/resnet/implementations/implementation_open/mxnet/3rdparty/mkldnn/tests/gtests/test_memory.cpp<|end_filename|> /******************************************************************************* * Copyright 2018 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "...
goswamig/training_results_v0.7
<|start_filename|>Makefile<|end_filename|> DESTDIR ?= /usr/local MANPAGE_DIR = doc/man # We are linking libraries written in C which may have suboptimal security # histories. Prefer dynamic linking so security updates need not require a # recompile. DYNAMIC ?= 1 ifeq ($(DYNAMIC),1) LIBGIT2_SYS_USE_PKG_CONFIG ?= 1 PK...
bk2204/scutiger
<|start_filename|>src/benchmark/SerializationBenchmarks/Program.cs<|end_filename|> //----------------------------------------------------------------------- // <copyright file="Program.cs" company="Akka.NET Project"> // Copyright (C) 2009-2021 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-202...
EgoPingvina/akka.net
<|start_filename|>MMM-Glance.js<|end_filename|> /********************************* Magic Mirror Module: MMM-Glance By eouia MIT Licensed *********************************/ Module.register("MMM-Glance", { defaults: { defaultGlancingTime : 10000, alias: {} }, start: function() { this.statu...
eouia/MMM-Glance
<|start_filename|>public/dist/Parsley.js-2.6.0/test/unit/form.js<|end_filename|> import $ from 'jquery'; import ParsleyForm from '../../src/parsley/form'; import Parsley from '../../src/parsley'; describe('ParsleyForm', () => { it('should be a function', () => { expect(ParsleyForm).to.be.a('function'); }); i...
yogamadness/bpmweb
<|start_filename|>canarygen_awscreds.cmd<|end_filename|> @echo off REM Test script to generate AWS creds REM Requires curl and jq. Customize name/path to EXEs below. set curl=curl set jq=jq-win64.exe REM Grab the date and time for creating unique files for /f "tokens=1,2,3,4 delims=/ " %%a in ('date /t') do set currd...
szepeviktor/canary-utils
<|start_filename|>hawk-core/src/main/java/com/wealdtech/hawk/guice/HawkServerConfigurationModule.java<|end_filename|> package com.wealdtech.hawk.guice; import com.google.inject.AbstractModule; import com.wealdtech.hawk.HawkServerConfiguration; /** * Make Hawk configuration available to Guice */ public class HawkSer...
forkerknights/hawk
<|start_filename|>services/els-verify/src/main/java/app/coronawarn/datadonation/services/els/otp/ElsOtpRedemptionRequest.java<|end_filename|> package app.coronawarn.datadonation.services.els.otp; import javax.validation.constraints.Pattern; public class ElsOtpRedemptionRequest { /** * UUID. */ @Pattern(reg...
tlaufkoetter/cwa-ppa-server
<|start_filename|>example/registry/proto/pb/types.pb.go<|end_filename|> // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.26.0 // protoc v3.19.2 // source: types.proto package pb import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang...
mix-labs/IC-Go
<|start_filename|>Dockerfile<|end_filename|> FROM python:latest ENV VIRTUAL_ENV "/venv" RUN python -m venv $VIRTUAL_ENV ENV PATH "$VIRTUAL_ENV/bin:$PATH" RUN . venv/bin/activate RUN python -m pip install --upgrade pip RUN apt-get update && apt-get install -y --no-install-recommends \ poppler-utils libcairo2 li...
Lucif3rHun1/PDF-Bot
<|start_filename|>lib/scrollview/baseListView.dart<|end_filename|> import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; /// /// Created by fgyong on 2020/7/2. /// class BaseListView extends StatefulWidget { @override _BaseListViewState createState() => _BaseListViewState(); } class _B...
ifgyong/flutter-example
<|start_filename|>send.go<|end_filename|> package scratchbuild import ( "bytes" "fmt" "io" "io/ioutil" "log" "net/http" "net/url" "strings" digest "github.com/opencontainers/go-digest" "github.com/pkg/errors" ) // Options contains configuration options for the client type Options struct { // Dir is the di...
BrendanThompson/scratchbuild
<|start_filename|>js/as/external/api/fuotaDeployment_pb.js<|end_filename|> /** * @fileoverview * @enhanceable * @public */ // GENERATED CODE -- DO NOT EDIT! var jspb = require('google-protobuf'); var goog = jspb; var global = Function('return this')(); var google_api_annotations_pb = require('../../../google/api/...
hoellejal/chirpstack-api
<|start_filename|>gulpfile.js<|end_filename|> 'use strict'; var gulp = require('gulp'); var minify = require('gulp-minify'); // compress js files gulp.task('compress', function () { gulp.src(['js/*.js', '!js/*.min.js']) .pipe(minify({ ext: '.min.js' })) .pipe(gulp.dest('js')) }...
uagrace/like-dislike.js
<|start_filename|>Makefile<|end_filename|> SERVER_BIN := bin/pirate-server SERVER_SRC := cmd/pirate-server/main.go $(shell find pirate -type f -name '*.go') CONFIG := config.yml DOCKERFILE := Dockerfile .PHONY: all all: $(SERVER_BIN) $(SERVER_BIN): $(SERVER_SRC) @echo "+ $@" go build -o $@ $< .PHONY: run run: ...
innogames/pirate
<|start_filename|>third_party/openfst/src/extensions/far/farcompilestrings.cc<|end_filename|> // farcompilestrings.cc // 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.ap...
hellais/marionette
<|start_filename|>feature-queries/step2.html<|end_filename|> <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Feature Queries: step 2</title> <link rel="stylesheet" href="../learn/styles.css"> <style> * { box-sizing: border-box; } .wrapper { overf...
doc22940/css-examples
<|start_filename|>src/seabolt/src/bolt/communication-plain-posix.c<|end_filename|> /* * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with t...
ak15/seabolt
<|start_filename|>node_modules/vue-play/app.js<|end_filename|> require('./dist/app.css') module.exports = require('./dist/app') <|start_filename|>node_modules/vue-play/preview.js<|end_filename|> module.exports = require('./dist/preview') <|start_filename|>node_modules/vue-play/index.js<|end_filename|> module.export...
XuanPH/steyr-frontend
<|start_filename|>test/Serilog.Enrichers.Process.Tests/Enrichers/ProcessNameEnricherTests.cs<|end_filename|> using Serilog.Events; using Serilog.Tests.Support; using Xunit; namespace Serilog.Enrichers.Process.Tests { public class ProcessNameEnricherTests { [Fact] public void ProcessNameEnriche...
Numpsy/serilog-enrichers-process
<|start_filename|>src/niftypkg/help.json<|end_filename|> { "help": { "_syntax": "help [<command>]", "_description": "Display help on the specified command (or all commands)." }, "info": { "_syntax": "info <package>", "_description": "Displays information on <package>" }, "init": { "_...
AvdN/nifty
<|start_filename|>apis/more.js<|end_filename|> var niceAgo = require('nice-ago') var pull = require('pull-stream') var u = require('yap-util') module.exports = function (sbot) { return function (opts, apply) { var _opts = u.createQuery(opts, {limit: 1}) return function (cb) { pull( sbot.query.r...
dominictarr/yap
<|start_filename|>packages/bslib/lib/bs-a11y-p/src/js/carousel.js<|end_filename|> // Carousel Extension // =============================== $('.carousel').each(function (index) { // This function positions a highlight box around the tabs in the tablist to use in focus styling function setTabli...
gregorbj/FSDM-Simple-Install
<|start_filename|>lib/liquid/tags/include.js<|end_filename|> const Liquid = require('../../liquid') const Syntax = /((?:{{2}\s?)?[a-z0-9/\\_.-]+(?:\s?}{2})?)/i const SyntaxHelp = "Syntax Error in 'include' - Valid syntax: include [templateName]" module.exports = class Include extends Liquid.Tag { constructor (templ...
Faraday-Labs-Inc/liquid
<|start_filename|>Makefile<|end_filename|> # Common commands to habdle the project. # ------------------------------------------------------------------------------ lint: poetry run isort . --profile black poetry run black . poetry run mypy .
systemallica/django-belt
<|start_filename|>util.go<|end_filename|> package rediswatcher import ( "fmt" "log" ) type CallbackFunc func(msg string, update, updateForAddPolicy, updateForRemovePolicy, updateForRemoveFilteredPolicy, updateForSavePolicy func(string, interface{})) func CustomDefaultFunc(defaultFunc func(string, interface{})) Cal...
go-codes/redis-watcher
<|start_filename|>EventQueue.cpp<|end_filename|> #include "EventQueue.h" #include "mbed_events.h" #include "mbed.h" EventQueue::EventQueue(unsigned event_size, unsigned char *event_pointer) { if (!event_pointer) { equeue_create(&_equeue, event_size); } else { equeue_create_inplace(&_equeue, e...
risc604/mbed-events
<|start_filename|>src/Middleware/Exception.fs<|end_filename|> // Copyright 2020 Cognite AS // SPDX-License-Identifier: Apache-2.0 namespace Oryx open System /// Skip exception will not be recorded and forwarded by `choose`. exception SkipException of string with static member Create() = SkipException String.Empt...
cognitedata/oryx
<|start_filename|>src/utils.js<|end_filename|> (function() { 'use strict'; module.exports.mergeOptions = mergeOptions; module.exports.toArray = toArray; module.exports.toFunction = toFunction; module.exports.prettyNumbers = function(numbers) { return numbers.map(prettyNumber); } function mergeOption...
rte-antares-rpackage/leaflet.minichart
<|start_filename|>lib/src/view/app_statefulwidget.dart<|end_filename|> /// /// Copyright (C) 2018 <NAME> /// /// 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.o...
AndriousSolutions/mvc_application
<|start_filename|>Assets/NewtonVR/Example/Shaders/3DText.shader<|end_filename|> // Upgrade NOTE: replaced 'mul(UNITY_MATRIX_MVP,*)' with 'UnityObjectToClipPos(*)' Shader "GUI/3DText" { Properties { _MainTex("Font Texture", 2D) = "white" {} } SubShader { Tags{ "RenderType" = "Transparent" "Queue" = "Transpa...
maoa3/NewtonVR
<|start_filename|>prometheus.go<|end_filename|> package main import ( "strconv" "sync" "github.com/biter777/countries" cloudflare "github.com/cloudflare/cloudflare-go" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" ) var ( // Requests zoneRequestTot...
tomas-balaz/cloudflare-exporter
<|start_filename|>dependencies/freeglut-3.2.0/src/fg_window.c<|end_filename|> /* * fg_window.c * * Window management methods. * * Copyright (c) 1999-2000 <NAME>. All Rights Reserved. * Written by <NAME>, <<EMAIL>> * Creation date: Fri Dec 3 1999 * * Permission is hereby granted, free of charge, to any person o...
sgavil/chip8-interpreter
<|start_filename|>pwa.js<|end_filename|> if ("serviceWorker" in navigator) { window.addEventListener("load", () => { navigator.serviceWorker .register("./sw.js") .then((reg) => console.log("Registered! ", reg)) .catch((err) => console.log("Registeration Failed", err)); }); } // Use this in ca...
nileshkr17/opentek
<|start_filename|>public/docs/collection.json<|end_filename|> {"variables":[],"info":{"name":"","_postman_id":"eaeceac7-ad30-4f39-a660-2db83dc23dd6","description":"","schema":"https:\/\/schema.getpostman.com\/json\/collection\/v2.0.0\/collection.json"},"item":[{"name":"Authentication","description":"","item":[{"name":"...
edgarFerlando/portal-admin-laravel
<|start_filename|>utils.test.js<|end_filename|> const utils = require("./utils"); test("#ffffff converts to rgb object", () => { expect(utils.hexToRGB("#ffffff")).toStrictEqual({ r: 255, g: 255, b: 255 }); }); <|start_filename|>index.test.js<|end_filename|> const hexAlpha = require("./index"); test("#FFFFFF conve...
stowball/hex-alpha
<|start_filename|>RealtekCardReader/IOSDCard-CSD.hpp<|end_filename|> // // IOSDCard-CSD.hpp // RealtekCardReader // // Created by FireWolf on 12/24/21. // #ifndef IOSDCard_CSD_hpp #define IOSDCard_CSD_hpp #include "Utilities.hpp" /// Card specific data (Version 1.0) (16 bytes) struct PACKED CSDV1 { // =======...
0xFireWolf/RealtekCardReader
<|start_filename|>Makefile<|end_filename|> test: @echo "---- Running tests ----" @./vendor/bin/phpunit test-coverage: @echo "---- Running tests with coverage report ----" @./vendor/bin/phpunit --coverage-text
rafaelfragosom/php-haversine-formula
<|start_filename|>gpath_test.go<|end_filename|> package gpath_test import ( "fmt" "reflect" "testing" . "github.com/tenntenn/gpath" ) type Hoge struct { Foo *Foo } type Foo struct { Bar *Bar } type Bar struct { N int } func ExampleAt() { type Bar struct { N []int } type Foo struct { Bar *Bar } f...
tenntenn/gpath
<|start_filename|>easydata/src/main/java/com/ali77gh/easydata/repos/ByteDAO.kt<|end_filename|> package com.ali77gh.easydata.repos import android.content.Context import android.os.Handler import android.os.Looper import java.io.* /** * Created by ali on 8/20/18. */ class ByteDAO( context: Context, mo...
ali77gh/EasyDataAndroid
<|start_filename|>lib/widgets/picker_fields/card_settings_number_picker.dart<|end_filename|> // Copyright (c) 2018, codegrue. All rights reserved. Use of this source code // is governed by the MIT license that can be found in the LICENSE file. import 'package:flutter/material.dart'; import '../../card_settings.dart';...
dimitristaufer/card_settings
<|start_filename|>Assets/ColorThief/Scripts/ColorThieft.Shared/Color.cs<|end_filename|> using System; namespace ColorThief { /// <summary> /// Defines a color in RGB space. /// </summary> public struct Color { /// <summary> /// Get or Set the Alpha component value for sRGB....
chiutse/ColorThief
<|start_filename|>package.json<|end_filename|> { "name": "github-action-gitflow-release-workflow", "version": "2.0.0", "main": "index.js", "author": "<NAME> <<EMAIL>>", "license": "MIT" }
nodamu/github-action-gitflow-release-workflow
<|start_filename|>node_modules/hyper-iceberg/index.js<|end_filename|> exports.decorateConfig = (config) => { return Object.assign({}, config, { backgroundColor: '#161821', borderColor: '#272c42', colors: { black: '#1e2132', red: '#e27878', green: '#b4be82', yellow: '#e2a478', blue: '#84a0c6', m...
monji05/gurunavi
<|start_filename|>velero-plugin-for-gcp/object_store_test.go<|end_filename|> /* Copyright 2018 the Velero contributors. 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/lic...
reasonerjt/velero-plugin-for-gcp
<|start_filename|>01_P/P_2_1_2_02/sketch.js<|end_filename|> // P_2_1_2_02 // // Generative Gestaltung – Creative Coding im Web // ISBN: 978-3-87439-902-9, First Edition, Hermann Schmidt, Mainz, 2018 // <NAME>, <NAME>, <NAME>, <NAME> // with contributions by <NAME> and <NAME> // Copyright 2018 // // http://www.generativ...
GangsHub/Code-Package-p5.js
<|start_filename|>Pods/Target Support Files/NibDesignable/NibDesignable-umbrella.h<|end_filename|> #import <UIKit/UIKit.h> FOUNDATION_EXPORT double NibDesignableVersionNumber; FOUNDATION_EXPORT const unsigned char NibDesignableVersionString[];
rdgborges/VivaRating
<|start_filename|>Assets/Editor/Vuforia/SampleOrientationSetter.cs<|end_filename|> /*=============================================================================== Copyright (c) 2016 PTC Inc. All Rights Reserved. Confidential and Proprietary - Protected under copyright and other laws. Vuforia is a trademark of PTC In...
Wact/Impulse
<|start_filename|>infoview/src/main/java/com/marcoscg/infoview/InfoView.java<|end_filename|> package com.marcoscg.infoview; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Bitmap; import android.graphics.drawable.Drawable; import android.support.annotation.ColorInt; impor...
marcoscgdev/InfoView
<|start_filename|>src/pers/adlered/liteftpd/logger/enums/Levels.java<|end_filename|> package pers.adlered.liteftpd.logger.enums; public enum Levels { ERROR, WARN, INFO, DEBUG } <|start_filename|>src/pers/adlered/liteftpd/logger/enums/Types.java<|end_filename|> package pers.adlered.liteftpd.logger.enums; public ...
LFM-Closed/LiteFTPD-UNIX
<|start_filename|>src/Greeting/Greeting.js<|end_filename|> export default class Greeting { constructor(name) { this.name = name || 'Guest'; } hello() { return `Welcome, ${this.name}!`; } }
balabukha/babel-starter-kit
<|start_filename|>src/main/java/com/servlet/MyStreamServlet.java<|end_filename|> package com.servlet; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FilterInputStream; import java.io.IOException; import java.io.InputS...
HorseLord-Abrek4yp7j/yeleaveszi9
<|start_filename|>test/docker-test/dockerfiles/redhat6/Dockerfile<|end_filename|> # syntax=docker/dockerfile:1.0.0-experimental FROM registry.access.redhat.com/rhel6 RUN --mount=type=secret,id=creds,required subscription-manager register --username=$(sed -n 1p /run/secrets/creds) --password=$(sed -n 2p /run/secrets/c...
antomatody/OMS-Agent-for-Linux
<|start_filename|>index.html<|end_filename|> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!-- The above 3 meta tags *must* come first in the head; any oth...
curtsheller/diceware
<|start_filename|>hashmerge/combine_test.go<|end_filename|> // Copyright 2015, <NAME>. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE.md file. package hashmerge import ( "hash/adler32" "hash/crc32" "hash/crc64" "strings" "testing" ) // shor...
Windblade-GR01/golib
<|start_filename|>pkg/webircgateway/transport_websocket.go<|end_filename|> package webircgateway import ( "fmt" "net" "net/http" "strings" "sync" "golang.org/x/net/websocket" ) type TransportWebsocket struct { gateway *Gateway wsServer *websocket.Server } func (t *TransportWebsocket) Init(g *Gateway) { t....
kiwiirc/websocketgateway
<|start_filename|>controller/test_controller.js<|end_filename|> var express = require('express'); var router = express.Router(); var async = require('async'); router.get('/', function (req, res) { async.series([ function (cb) { console.log(1); cb(null); }, function (cb) { console.log(2)...
hinson0/task-board
<|start_filename|>color/palette/spectrum.glsl<|end_filename|> /* author: <NAME> description: Spectrum Response Function https://www.shadertoy.com/view/wlSBzD use: <vec3> spectrum(<float> value [, <float> blur]) license: | Copyright (c) 2020 <NAME>. Permission is hereby granted, free of charge, to any person obt...
chickenSandwich/lygia
<|start_filename|>src/components/Tabs/index.js<|end_filename|> import Tabs from './Tabs' export default Tabs
jinxyang/seal-react
<|start_filename|>Makefile<|end_filename|> # ------------------------------------------------------------ # Copyright 2021 The Dapr 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 # ...
berndverst/cpp-sdk
<|start_filename|>demo/src/main/java/io/github/muddz/styleabletoast/demo/MainActivity.java<|end_filename|> package io.github.muddz.styleabletoast.demo; import android.graphics.Color; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity; import androidx.databinding.DataBindingUtil; import io.gith...
juliussss/StyleableToast
<|start_filename|>unsupported/chrp/jwks_dir/jwks.json<|end_filename|> {"keys": [{"kty": "RSA", "use": "sig", "kid": "<KEY>", "n": "<KEY>", "e": "AQAB", "d": "<KEY>", "p": "<KEY>", "q": <KEY>"}, {"kty": "EC", "use": "sig", "kid": "<KEY>", "crv": "P-256", "x": "<KEY>", "y": "<KEY>", "d": "<KEY>"}]}
AntonLazovsky/JWTConnect-Python-OidcRP
<|start_filename|>test/runtests.jl<|end_filename|> using Test, CodeTools import Base.Docs: Binding @test CodeTools.getthing("Base.sin") == sin @test CodeTools.getthing(Base, [:sin]) == sin @testset "documentation" begin let function func(x) infunc = (y) -> y^x return infunc end @test CodeTo...
UnofficialJuliaMirror/CodeTools.jl-53a63b46-67e4-5edd-8c66-0af0544a99b9
<|start_filename|>calcc/calcc.go<|end_filename|> // Copyright (c) 2014, <NAME> // All rights reserved. // This source code is governed by a Simplied BSD-License. Please see the // LICENSE included in this distribution for a copy of the full license // or, if one is not included, you may also find a copy at // http://op...
rthornton128/calc
<|start_filename|>Assets/Shaders/Blob.shader<|end_filename|> Shader "Ray Marching/Blob" { Properties { [Header(Main Maps)] [Space] _Tint ("Albedo", Color) = (1.0, 1.0, 1.0) [Gamma] _Metallic ("Metallic", Range(0, 1)) = 0.0 _Smoothness ("Smoothness", Range(0, 1)) = 0.5 [...
ConstantineRudenko/s3d-raymarcher
<|start_filename|>public/js/nwMAME.js<|end_filename|> var gui = require('nw.gui'); var win = gui.Window.get(); var cp = require('child_process'); var fs = require("fs"); //OS X Specific Window Menu if (process.platform === "darwin") { var mb = new gui.Menu({type:"menubar"}); mb.createMacBuiltin("nwMAME"); ...
ozguncagri/nwMAME
<|start_filename|>jni/main/cflag.cpp<|end_filename|> /* * cflag.cpp * Trigger file to notify application a command finished * Created on: Oct 10, 2013 * Author: holmes */ #include <fcntl.h> #include <unistd.h> int main(int argc, char **args){ if (argc > 1){ char* file_path = args[1]; int fd = open(fil...
holmeszyx/ShellAndroid
<|start_filename|>lib/weeaboo.js<|end_filename|> const { fetchJson, fetchText } = require('../tools/fetcher') const config = require('../config.json') /** * Get anime info from Kusonime. * @param {string} title * @returns {Promise<object>} */ const anime = (title) => new Promise((resolve, reject) => { console....
Not-NEO/BotNeo
<|start_filename|>demo/js/svg2ttfobject.js<|end_filename|> /** * @file svg2ttfobject.js * @author mengke01 * @date * @description * svg转ttfobject */ import svg2ttfobject from 'fonteditor-core/ttf/svg2ttfobject'; import ttf2base64 from 'fonteditor-core/ttf/ttf2base64'; import TTFWriter from 'fonteditor-core/ttf/t...
smhg/fonteditor-core
<|start_filename|>ulicms/content/modules/core_forms/metadata.json<|end_filename|> { "version": "2021.3", "source": "core", "embed": false, "shy": false, "main_class": "CoreFormsController", "custom_acl": [ "forms", "forms_create", ...
derUli/ulicms
<|start_filename|>Sources/LYTabView/LYTabView.h<|end_filename|> // // LYTabBarView.h // LYTabBarView // // Created by <NAME> on 16/3/29. // Copyright © 2016年 <NAME>. All rights reserved. // #import <Cocoa/Cocoa.h> //! Project version number for LYTabBarView. FOUNDATION_EXPORT double LYTabBarViewVersionNumber; //...
hk05/LYTabView
<|start_filename|>src/app/add-device/keyserver-hint/keyserver-hint.component.html<|end_filename|> <p>Please make sure &quot;Key Server&quot; in Developer Mode App is turned on during device setup.</p> <img src="/assets/images/hint-key-server.png"> <a href="https://webostv.developer.lge.com/develop/app-test/using-devmod...
Informatic/dev-manager-desktop
<|start_filename|>ws2811/ws2811_8.h<|end_filename|> // // Copyright (c) 2013 <NAME> // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // /** * Library for bit-banging data to WS2811 led controllers. * This file ...
DannyHavenith/ws2811
<|start_filename|>src/include/occhw_common.h<|end_filename|> /* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/include/occh...
dgilbert999/occ
<|start_filename|>app/dashboard/static/js/manage_sb.js<|end_filename|> var displayEmojiTrigger; var picker; var currentOnClick; $(document).ready(() => { displayEmojiTrigger = document.querySelector("#display_emoji"); displayEmojiTrigger.addEventListener("click", () => {togglePicker(); currentOnClick = setDis...
CircuitsBots/Starboard-2
<|start_filename|>shared/response.js<|end_filename|> module.exports = function(data, error){ if(error){ return error; } else return data; } <|start_filename|>Database/utility/utility.js<|end_filename|> function sendDbResponse(err, rowCount, data, callback) { if (err) { callback(err)...
Ruben-Tjok/NodeWithSql
<|start_filename|>SurfaceReconstruction/App/Main.cpp<|end_filename|> /* * Copyright (C) 2018 by Author: Aroudj, Samir * TU Darmstadt - Graphics, Capture and Massively Parallel Computing * All rights reserved. * * This software may be modified and distributed under the terms * of the BSD 3-Clause license. Se...
namibj/TSR
<|start_filename|>examples/text-classification/ltp_configs/threshold.json<|end_filename|> { "_num_labels": 3, "architectures": [ "LTPForSequenceClassification" ], "attention_probs_dropout_prob": 0.1, "bos_token_id": 0, "eos_token_id": 2, "hidden_act": "gelu", "hidden_dropout_prob": 0.1, "hidden_si...
kssteven418/LTP
<|start_filename|>lib/scrollbar_behavior_enum.dart<|end_filename|> // Scrollbar behavior values enum scrollbarBehavior { HIDE, SHOW, SHOW_ALWAYS }
shareef-dweikat/flutter-intro-slider
<|start_filename|>config.h<|end_filename|> #define HAVE_DECL_BE64ENC 0 #define HAVE_INTTYPES_H 1 #define HAVE_POSIX_MEMALIGN 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "scrypt" #define PACKAGE_BUG...
iamjstates/js-scrypt
<|start_filename|>src/test/java/uk/gov/nationalarchives/utf8/validator/Utf8ValidatorTest.java<|end_filename|> /* * Copyright © 2011, The National Archives <<EMAIL>> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the followin...
digital-preservation/utf8-validator
<|start_filename|>test/ownable-contract.js<|end_filename|> const { shouldBehaveLikeOwnable } = require('./ownable.behavior.js'); const Ownable = artifacts.require('./mintable_token.vyper'); contract('Ownable', function (accounts) { beforeEach(async function () { this.ownable = await Ownable.new(web3.fromAscii("...
binodnp/vyper-erc20
<|start_filename|>modules/tibc/core/26-routing/proposal_handler.go<|end_filename|> package routing import ( "github.com/cosmos/cosmos-sdk/client" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" govclient "github.com/cosmos/cosmos-sdk/x/gov/client" govrest "github.com...
gnehcein/tibc-go
<|start_filename|>lib/index.js<|end_filename|> (function() { 'use strict'; var sass = require('node-sass'), each = require('async/each'), path = require('path'), // from https://gist.github.com/stevenschobert/ca76531b46f2ac00cbd8 extend = function extend() { var args = [].slice.cal...
lfdebrux/metalsmith-sass
<|start_filename|>gulpfile.js<|end_filename|> 'use strict'; const gulp = require('gulp'); const gutil = require('gulp-util'); const babel = require('gulp-babel'); const sass = require('gulp-sass'); const cssnano = require('gulp-cssnano'); const postcss = requir...
animaxdev/plyr-ads
<|start_filename|>docs/what-is-groovy.html<|end_filename|> <html> <head> <meta charset="UTF-8"> <title>2. Apache Groovyとは - Apache Groovyチュートリアル</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet...
kojix2/groovy-tutorial
<|start_filename|>vendor/github.com/palantir/goastwriter/decl/var.go<|end_filename|> // Copyright 2017 <NAME>. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package decl import ( "go/ast" "go/token" "github.com/palantir/goastwriter/ast...
smoorpal/godel-conjure-plugin
<|start_filename|>src/app/customizable-demo-form.component.css<|end_filename|> @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500'); body { font-family: 'Roboto', sans-serif; } #jsonPanel { margin-top: 20px; } .colorPicker { display: inline-block; width: 40px; /* border: 1px solid; */ ...
heyawhite/perspectiveapi-authorship-demo
<|start_filename|>internal/kernel/version.generated.go<|end_filename|> package kernel const version = "1.41.0"
aws/jsii-runtime-go
<|start_filename|>photopicker/src/main/java/com/github/basshelal/unsplashpicker/presentation/OnPhotoSelectedListener.kt<|end_filename|> package com.github.basshelal.unsplashpicker.presentation import android.widget.ImageView import com.github.basshelal.unsplashpicker.data.UnsplashPhoto internal interface OnPhotoSelec...
codacy-badger/UnsplashPhotoPicker