Search is not available for this dataset
content
stringlengths
60
399M
max_stars_repo_name
stringlengths
6
110
<|start_filename|>htaccess.lua<|end_filename|> -- htaccess for nginx -- Version: 1.2.1 -- Copyright (c) 2017-2021 by <NAME>, Roadfamily LLC -- MIT License -- Compilation: luajit -b htaccess.lua htaccess-bytecode.lua -- TODO: Sometimes code is executed 4 times for each request due to the way nginx handles requests. Mak...
secondtruth/htaccess-for-nginx
<|start_filename|>modules/core/signal/bench/common_fft.hpp<|end_filename|> //============================================================================== // Copyright 2003 - 2011 LASMEA UMR 6602 CNRS/Univ. Clermont II // Copyright 2009 - 2013 LRI UMR 8623 CNRS/Univ Paris Sud XI // Copyr...
feelpp/nt2
<|start_filename|>test/stress.js<|end_filename|> var RotatingFileStream = require('../index'); var bunyan = require('bunyan'); var uuid = require('uuid'); var mkdirp = require('mkdirp'); var EventEmitter = require('events').EventEmitter; var logzionodejs = require('logzio-nodejs'); var fs = require('fs'); var async = r...
comx/bunyan-rotating-file-stream
<|start_filename|>public/css/press.css<|end_filename|> @charset "UTF-8"; /** * Nestable */ .dd { position: relative; display: block; margin: 0; padding: 0; max-width: 100%; list-style: none; font-size: 13px; line-height: 20px; /** * Nestable Extras */ /** * Nestable Draggable Handles ...
tabuna/CMS2
<|start_filename|>redis-manager-dashboard/src/main/java/com/newegg/ec/redis/util/RedisNodeUtil.java<|end_filename|> package com.newegg.ec.redis.util; import com.newegg.ec.redis.entity.RedisNode; import java.util.List; import java.util.Objects; import static com.newegg.ec.redis.entity.RedisNode.CONNECTED; import stat...
seamhhp/redis-manager
<|start_filename|>src/suppressions/all.js<|end_filename|> suppressions['all'] = Suppressions.create( ( () => { var list = []; for (let locale in suppressions) { list = list.concat(suppressions[locale].list); } return list; })() ) <|start_filename|>src/nullSuppressions.js<|end_filename|> ex...
KevinSoulat/cldr-segmentation.js
<|start_filename|>src/test/java/io/nats/client/api/ConsumerConfigurationTests.java<|end_filename|> // Copyright 2020 The NATS 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: // // h...
nats-io/java-nats
<|start_filename|>pkg/retrieval/retrieval.go<|end_filename|> package retrieval import ( "archive/zip" "context" "io" "time" pb "github.com/CovidShield/server/pkg/proto/covidshield" "github.com/Shopify/goose/logger" "google.golang.org/protobuf/proto" ) var log = logger.New("retrieval") const ( maxKeysPerFil...
scoates/covid-alert-server
<|start_filename|>src/core/utils/constants.js<|end_filename|> export const ALL_STATES_KEY = "*"; export const SAME_STATE_KEY = "_"; <|start_filename|>__tests__/index.js<|end_filename|> import { init } from "../"; describe("init type check", () => { test("init is a defined function", () => { expect(init).toBeDe...
imbhargav5/mach-store
<|start_filename|>example/lib/main.dart<|end_filename|> import 'package:flutter/material.dart'; import 'package:quran/quran.dart' as quran; void main() { runApp(MaterialApp( home: Scaffold( appBar: AppBar( title: Text("Quran Demo"), ), body: SafeArea( child: Padding( p...
SpicierEwe/quran
<|start_filename|>cpp/include/libaddressinput/ondemand_supplier.h<|end_filename|> // Copyright (C) 2014 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...
Tianhao25/libaddressinput
<|start_filename|>seneca helper/AppDelegate.h<|end_filename|> // // AppDelegate.h // seneca helper // // Created by <NAME> on 4/20/17. // Copyright © 2017 <NAME>. All rights reserved. // #import <Cocoa/Cocoa.h> @interface AppDelegate : NSObject <NSApplicationDelegate> @end
jcbages/seneca
<|start_filename|>test/tests/renderer/renderToStaticMarkup.js<|end_filename|> import * as React from 'react'; import { expect } from 'chai'; import renderToStaticMarkup from '../../../src/renderer/renderToStaticMarkup'; import App from './includes/App'; import FailureApp from './includes/FailureApp'; describe('renderT...
mehrdad-shokri/react-router-server
<|start_filename|>buscanime/lib/src/model/constants.dart<|end_filename|> const String baseUrl = 'https://api.jikan.moe/v3'; enum SeasonType { winter, spring, summer, fall } enum ForumType { all, episode, other } enum GenreType { anime, manga } enum HistoryType { anime, manga } enum SearchType { anime, manga, perso...
Waffle631/Proyecto-IWG
<|start_filename|>src/test/java/com/aliyun/odps/jdbc/OdpsPreparedStatementTest.java<|end_filename|> /* * 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 ownersh...
junchaoWu/aliyun-odps-jdbc
<|start_filename|>test/express_server_test.js<|end_filename|> const http = require('http') const test = require('eater/runner').test const express = require('express') const earlyHints = require('../') const mustCall = require('must-call') const AssertStream = require('assert-stream') const assert = require('assert') c...
yosuke-furukawa/early-hints
<|start_filename|>font/sfnt.go<|end_filename|> package font import ( "encoding/binary" "fmt" "math" "sort" "time" "golang.org/x/text/encoding" "golang.org/x/text/encoding/charmap" "golang.org/x/text/encoding/unicode" "golang.org/x/text/transform" ) // MaxCmapSegments is the maximum number of cmap segments t...
kenshaw/canvas
<|start_filename|>imports/documents.json<|end_filename|> {"documents":[{"id":9,"insert_ts":"2021-12-20 21:46:49","update_ts":"2021-12-20 21:48:55","user_id":1,"parent_type":"library","parent_id":null,"visibility":"public","title":"Threat Modelling: STRIDE model","content":"STRIDE is a model for identifying computer sec...
noraj/reconmap
<|start_filename|>static/skin/heike.css<|end_filename|> body { background: #111; } #canvas {background: #111; z-index: -1;top:0; position: absolute; display: block; margin: 0 auto; } .typecho-login { background: rgba(0, 0, 0, 0.7); display: block; padding: 10px 20px; border-radius: 5...
wangjiezhe/SimpleAdmin
<|start_filename|>ffxvBenchCustom/SigScan.h<|end_filename|> #pragma once #include <cstdint> uintptr_t sigScan(const char* pattern, bool isData = false); <|start_filename|>ffxvBenchCustom/ffxvBenchCustom.h<|end_filename|> #pragma once #define WINVER 0x0601 #define _WIN32_WINNT 0x0601 #include <winsdkver.h> #include ...
drdaxxy/ffxvBenchCustom
<|start_filename|>examples/demo.coffee<|end_filename|> {Parser, serialise, transform} = require '../lib/transformer' coffeeCompile = require('coffee-script').compile fs = require 'fs' start = new Date() parseTree = new Parser().parse(fs.readFileSync('./car.coffee', 'utf8')) console.log 'Parse tree:' console.log J...
jjoos/coffee-react-transform
<|start_filename|>common/config.h<|end_filename|> // the configured options and settings for Tutorial #define THUNDER_TRADER_VERSION_MAJOR 1 #define THUNDER_TRADER_VERSION_MINOR 0 <|start_filename|>common/trade_headers/AtmMarketDataPluginInterface.h<|end_filename|> #ifndef _COMPRETRADESYSTEMHEADERS_ATMMARKETDATAPLUGI...
zhuzhenping/thunder-trader
<|start_filename|>memfs.go<|end_filename|> package stream import ( "bytes" "errors" "io" "os" "sync" "sync/atomic" ) // ErrNotFoundInMem is returned when an in-memory FileSystem cannot find a file. var ErrNotFoundInMem = errors.New("not found") type memfs struct { mu sync.RWMutex files map[string]*memFile...
jonasi/stream
<|start_filename|>public/freetds-1.00.23/src/replacements/socketpair.c<|end_filename|> /* FreeTDS - Library of routines accessing Sybase and Microsoft databases * Copyright (C) 2011 <NAME> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public...
thepriyakadam/hrms
<|start_filename|>Projects/TypeScript_Unity_Puerts_Json/Assets/Gen/UnityEngine_AnimationEvent_Wrap.cs<|end_filename|> using System; namespace PuertsStaticWrap { public static class UnityEngine_AnimationEvent_Wrap { [Puerts.MonoPInvokeCallback(typeof(Puerts.V8ConstructorCallback))] pri...
fanlanweiy/luban_examples
<|start_filename|>app/src/main/java/com/eure/citrus/ui/adapter/GroupListAdapter.java<|end_filename|> package com.eure.citrus.ui.adapter; import com.eure.citrus.R; import com.eure.citrus.helper.GroupHelper; import com.eure.citrus.listener.OnRecyclerItemClickListener; import com.eure.citrus.model.entity.Group; import a...
eure/citrus
<|start_filename|>test/gerrit.test.js<|end_filename|> "use strict"; var helpers = require("./helpers"); var sandboxEach = helpers.sandboxEach; var _ = require("lodash"); var Q = require("bluebird"); var fs = require("fs-extra"); var git = require("../lib/git"); var gerrit = require("../lib/gerrit"); var prompter = r...
codyi96/gerrit-cli
<|start_filename|>vue.config.js<|end_filename|> const CopyPlugin = require('copy-webpack-plugin') const { CycloneDxWebpackPlugin } = require('@cyclonedx/webpack-plugin'); module.exports = { lintOnSave: false, runtimeCompiler: true, // Relative paths cannot be supported. Research by @nscur0 - https://owasp.slack....
zythosec/frontend
<|start_filename|>docs/src/components/getStartedSection/GetStartedSection.js<|end_filename|> import React from 'react'; import styles from './GetStartedSection.module.css'; import Link from '@docusaurus/Link'; const GetStartedSection = () => { return ( <section className={styles.wrapper}> <div className={s...
chareefdev/sticky-parallax-header
<|start_filename|>src/directives/module/focus.js<|end_filename|> export default { inserted(el, binding) { if (binding.value) { el.focus(); } else { el.blur(); } }, componentUpdated(el, binding) { if (binding.modifiers.lazy) { if (Boolean(b...
minseolee/console
<|start_filename|>src/ServerScriptService/GravityController/Client/PlayerScriptsLoader/FakeUserSettings.lua<|end_filename|> local FFLAG_OVERRIDES = { ["UserRemoveTheCameraApi"] = false } local FakeUserSettings = {} function FakeUserSettings:IsUserFeatureEnabled(name) if FFLAG_OVERRIDES[name] ~= nil then return FF...
hughanderson4/Rbx-Gravity-Controller
<|start_filename|>loader/so_util.h<|end_filename|> #ifndef __SO_UTIL_H__ #define __SO_UTIL_H__ #include "elf.h" #define ALIGN_MEM(x, align) (((x) + ((align) - 1)) & ~((align) - 1)) typedef struct { SceUID text_blockid, data_blockid; uintptr_t text_base, data_base; size_t text_size, data_size; Elf32_Ehdr *eh...
adjutantt/gtasa_vita
<|start_filename|>functions/snippets/main.go<|end_filename|> // Copyright 2020 The CUE 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/LIC...
cue-sh/playground
<|start_filename|>PasscodeLock/PasscodeLock.h<|end_filename|> // // PasscodeLock.h // PasscodeLock // // Created by <NAME> on 8/28/15. // Copyright © 2015 <NAME>. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for PasscodeLock. FOUNDATION_EXPORT double PasscodeLockVersionNumber; //! P...
whyinzoo/SwiftPasscodeLock
<|start_filename|>migrations/2_deploy_testing_token.js<|end_filename|> var TestingToken = artifacts.require("./TestingToken.sol"); module.exports = function (deployer, network, accounts) { const operator = accounts[0]; (async () => { await deployer.deploy(TestingToken, {"from": operator}); let ...
BANKEX/multi-token
<|start_filename|>include/luaodbc.h<|end_filename|> #ifdef _MSC_VER # pragma once #endif #ifndef _LUAODBC_H_25621A6F_D9AD_47EB_85DB_06AD52493CD7_ #define _LUAODBC_H_25621A6F_D9AD_47EB_85DB_06AD52493CD7_ #ifdef __cplusplus extern "C" { #endif #ifndef LODBC_EXPORT # if defined(_WIN32) # ifdef LUAODBC...
helloj/lua-odbc
<|start_filename|>public/style.css<|end_filename|> body{ padding-top:80px; word-wrap:break-word; color: green; } img{ height: 200px; } main, header{ text-align: center; } .messages{ overflow-y: scroll; overflow-x: hidden; height: 230px; } .well{ overflow: hidden; height:230px; } #username{ font-we...
ehcodes/personal-auth
<|start_filename|>lib/enums/get_message_type_enum.dart<|end_filename|> /// 获得消息类型枚举 enum GetMessageTypeEnum { // 云端更老的消息 GetCloudOlderMsg, // 云端更新的消息 GetCloudNewerMsg, // 本地更老的消息 GetLocalOlderMsg, // 本地更新的消息 GetLocalNewerMsg, } /// 枚举工具 class GetMessageTypeTool { /// 根据Int类型值获得枚举 /// [index] Int常量 ...
MrLaibin/FlutterTencentImPlugin
<|start_filename|>native_objects/lang_swig.lua<|end_filename|> -- Copyright (c) 2010 by <NAME> <<EMAIL>> -- -- 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 w...
LoEE/LuaNativeObjects
<|start_filename|>scripts/build.js<|end_filename|> const vfs = require('vinyl-fs'); const babel = require('gulp-babel'); vfs.src('src/tasks/**/*.js') .pipe(babel()) .pipe(vfs.dest('./tasks'));
spalger/grunt-run
<|start_filename|>NdisCapPacket.cpp<|end_filename|> /* The BSD 3-Clause License Copyright (c) 2016 Egtra All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retai...
egtra/ndiscap-packet
<|start_filename|>bot.js<|end_filename|> const Telegraf = require('telegraf') const mongo = require('mongodb').MongoClient const axios = require('axios') const fs = require('fs') const data = require('./data') const countries = require('./countries') const session = require('telegraf/session') const Stage = require('te...
lab-sandbox/oneqrbot
<|start_filename|>background.js<|end_filename|> // Determine if the browser chrome is dark const isDarkTheme = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches; const CONTEXT_MENU_ID = 'dc82bba0-dfd0-484d-9782-c8a27c521121'; const MUTE_TAB_STR = 'Mute Tab'; const UNMUTE_TAB_STR = 'Un...
trmcnvn/chrome-tab-mute
<|start_filename|>scpp_models/src/rocketQuat.cpp<|end_filename|> #include "common.hpp" #include "rocketQuat.hpp" namespace scpp::models { void RocketQuat::systemFlowMap(const state_vector_ad_t &x, const input_vector_ad_t &u, const param_vector_...
Zentrik/SCpp
<|start_filename|>src/guiUtil.java<|end_filename|> import java.awt.*; /** * @Auther: kracer * @Date: 2021-11-11 - 11 - 11 - 14:58 * @version: 1.0 */ public class guiUtil { private static Dimension screenSize; public guiUtil() { } public static int getWidth() { screenSize =...
Sec-Fork/bearSG
<|start_filename|>src/org/jgroups/conf/PropertyConverters.java<|end_filename|> package org.jgroups.conf; import org.jgroups.stack.Configurator; import org.jgroups.stack.IpAddress; import org.jgroups.stack.Protocol; import org.jgroups.util.StackType; import org.jgroups.util.Util; import java.lang.reflect.Field; import...
leonchen83/JGroups
<|start_filename|>html_test.go<|end_filename|> package parsec import "fmt" import "bytes" import "testing" import "net/http" import "io/ioutil" func TestHTMLValue(t *testing.T) { data, err := ioutil.ReadFile("testdata/simple.html") if err != nil { t.Error(err) } data = bytes.Trim(data, " \t\r\n") ast := NewAS...
vlthr/goparsec
<|start_filename|>probable_autoclick.js<|end_filename|> (() => { const COOKIES_MODAL_MIN_HEIGHT = 100.0; const buildSelector = (element) => { let currentElement = element; let selectors = []; while (currentElement) { let id; // Selector rule should not start with number if (curr...
radiochild577/scripts
<|start_filename|>buildcc/lib/target/mock/target/recheck_states.cpp<|end_filename|> #include "target/target.h" #include "expect_target.h" #include "CppUTestExt/MockSupport.h" namespace buildcc::base { static constexpr const char *const SOURCE_REMOVED_FUNCTION = "Target::SourceRemoved"; static constexpr const ch...
d-winsor/build_in_cpp
<|start_filename|>assets/plugins/tui/code-snippet/domEvent/on.js<|end_filename|> /** * @fileoverview Bind DOM events * @author NHN FE Development Lab <<EMAIL>> */ 'use strict'; var isString = require('../type/isString'); var forEach = require('../collection/forEach'); var safeEvent = require('./_safeEvent'); /**...
fahmiansori/perwalian
<|start_filename|>apps/dcos_dns/src/dcos_dns_router.erl<|end_filename|> -module(dcos_dns_router). -author("sdhillon"). -include("dcos_dns.hrl"). -include_lib("kernel/include/logger.hrl"). -include_lib("dns/include/dns_terms.hrl"). -include_lib("dns/include/dns_records.hrl"). %% API -export([upstreams_from_questions/...
Klarrio/dcos-net
<|start_filename|>include/tinyrpc/rpc_error_code.hpp<|end_filename|> // // Copyright (C) 2019 Jack. // // Author: jack // Email: jack.wgm at gmail dot com // #pragma once #include "boost/system/system_error.hpp" #include "boost/system/error_code.hpp" namespace tinyrpc { //////////////////////////////////////////...
omegacoleman/tinyrpc
<|start_filename|>test/api/DslSinkApiTest.cpp<|end_filename|> /* The MIT License Copyright (c) 2019-2021, Prominence AI, Inc. 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, ...
gigwegbe/deepstream-services-library
<|start_filename|>platform/darwin/src/MGLRendererConfiguration_Private.h<|end_filename|> #import "MGLRendererConfiguration.h" #include <mbgl/map/glyphs_rasterization_options.hpp> NS_ASSUME_NONNULL_BEGIN @interface MGLRendererConfiguration (Private) - (mbgl::GlyphsRasterizationOptions)glyphsRasterizationOptions; - ...
mevo-limited/mapbox-gl-native-ios
<|start_filename|>services/horizon/internal/db2/history/participants_test.go<|end_filename|> package history import ( "testing" sq "github.com/Masterminds/squirrel" "github.com/stellar/go/services/horizon/internal/test" ) type transactionParticipant struct { TransactionID int64 `db:"history_transaction_id"` Acc...
tamirms/go
<|start_filename|>app/src/main/java/com/gh4a/resolver/UrlLoadTask.java<|end_filename|> package com.gh4a.resolver; import android.app.Dialog; import android.content.Intent; import android.os.AsyncTask; import android.os.Bundle; import androidx.annotation.NonNull; import androidx.fragment.app.DialogFragment; import andr...
slapperwan/gh4a
<|start_filename|>docs/schema/Makefile<|end_filename|> default: jsonschema -i ./redshift_example_1.json -i ./pandas_example_1.json records_schema_v1_schema.json <|start_filename|>tests/component/resources/hint_sniffing/delimited-one-column.json<|end_filename|> { "required": { "record-terminator": "\n", "he...
cwegrzyn/records-mover
<|start_filename|>conversions/to_jpg.cpp<|end_filename|> // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD // // 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.a...
wzli/esp32-camera
<|start_filename|>lib/pretty_print_formatter/default.ex<|end_filename|> defmodule PrettyPrintFormatter.Default do @moduledoc """ Default formatter used for all messages that we're not going to format """ # Catch everything that we don't know how to handle def run(message) do message end end <|start_f...
byjord/pretty_print_formatter
<|start_filename|>nodejs/node_modules/speaker/deps/mpg123/src/xfermem.c<|end_filename|> /* xfermem: unidirectional fast pipe copyright ?-2008 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distribution or http://mpg123.org initially written by <NAME> old tim...
qcuong98/KT-AI-Hackathon
<|start_filename|>vendor/assets/javascripts/pdf.js/viewer_before.js<|end_filename|> // This is a manifest file that'll be compiled into application // listed below. // // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, // or any plugin's vendor/assets/javascripts dir...
onk/sharedoc
<|start_filename|>package.json<|end_filename|> { "name": "stylish-log", "version": "1.0.5", "description": "A beautiful way to see your web console logs", "main": "stylish-log.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+...
jotavejv/logg
<|start_filename|>test/mcd_cluster_tests.erl<|end_filename|> -module(mcd_cluster_tests). -include_lib("eunit/include/eunit.hrl"). -define(NAME, mb_test). -define(setup(F), {setup, fun setup/0, fun cleanup/1, F}). all_test_() -> [{"Check MCD cluster", ?setup(fun() -> [check_node_(), ...
fakeNetflix/pinterest-repo-mcd
<|start_filename|>src/util/WickedLasers.cpp<|end_filename|> #include "WickedLasers.h" #include "globals.h" #include "ofxNative.h" #include "LaserdockDeviceManager.h" #include "LaserdockDevice.h" typedef bool (LaserdockDevice::* ReadMethodPtr)(uint32_t*); const uint32_t laser_samples_per_packet = 64; #define ANI_SP...
kritzikratzi/Oscilloscope
<|start_filename|>govatar_test.go<|end_filename|> package govatar import ( "image" "image/color" "math/rand" "net/http" "os" "testing" "github.com/stretchr/testify/assert" ) func TestGenerate(t *testing.T) { testCases := map[string]struct { gender Gender err error }{ "male": { gender: MALE, },...
princemaple/govatar
<|start_filename|>Frameworks/TestsFoundation/Sources/PrivateHeaders/Classdump/XCTest/Xcode_12_0/Xcode_12_0_MXMInstrumental.h<|end_filename|> #if __IPHONE_OS_VERSION_MAX_ALLOWED >= 140000 && __IPHONE_OS_VERSION_MAX_ALLOWED < 150000 #import "Xcode_12_0_XCTest_CDStructures.h" #import "Xcode_12_0_SharedHeader.h" #import <...
Chupik/Mixbox
<|start_filename|>imageloader/src/main/java/me/toptas/imageloader/ImageView.kt<|end_filename|> package me.toptas.imageloader import android.widget.ImageView import coil.load fun ImageView.loadImage(url: String?) { url?.let { load(it) } } <|start_filename|>common/src/main/java/me/toptas/architecture/c...
faruktoptas/mvvm-arch-sample
<|start_filename|>chrome/lib/main.js<|end_filename|> var rules = [ { "s": "ajax.googleapis.com", "t": "ajax.cat.net" }, { "s": "fonts.googleapis.com", "t": "fonts.cat.net" }, ]; chrome.webRequest.onBeforeRequest.addListener( function (request) { var redirectUrl, requestURL = request.url; fo...
waquer/ReplaceGoogleCDN
<|start_filename|>test/spec.js<|end_filename|> browser.ignoreSynchronization = true; browser.get(browser.baseUrl+'/ajaxzip3.html'); describe('AjaxZip3.zip2addr', function() { describe('郵便番号を3桁-4桁形式で入力される場合', function() { it('住所欄をワンボックスにする場合', function() { element(by.name('yubin01')).sendKeys(100) .th...
maisumakun/ajaxzip3.github.io
<|start_filename|>haxelib.json<|end_filename|> { "name": "tink_xml", "license": "MIT", "tags": [ "tink", "cross", "utility", "xml" ], "classPath": "src", "description": "Xml to Haxe objects", "contributors": [ "back2dos" ], "releasenote": "Give control over duplicate nodes.", "version": "0.2.0", "u...
haxetink/tink_xml
<|start_filename|>hsv_dot_beer/users/templates/hsv_dot_beer/alabama_dot_beer.html<|end_filename|> {% extends 'theme/base.html' %} {% load static %} {% block title %}{{ block.super }}: Welcome{% endblock %} {% block content %} <h1 class="text-2xl">Welcome to the alabama.beer backend page!</h1> {% if user.is_anonymou...
hsv-dot-beer/hsvdotbeer
<|start_filename|>profile.go<|end_filename|> package main import ( "database/sql" "errors" "fmt" "os" "os/user" "path/filepath" "github.com/laurent22/go-sqlkv" _ "github.com/mattn/go-sqlite3" ) const PROFILE_PERM = 0700 var homeDir_ string var profileFolder_ string var config_ *sqlkv.SqlKv var profileDb_ *s...
laurent22/massren
<|start_filename|>src/qoi/implementation.c<|end_filename|> #define QOI_IMPLEMENTATION #include "phoboslab_qoi/qoi.h"
kodonnell/qoi
<|start_filename|>test/ex2ms_test.exs<|end_filename|> defmodule Ex2msTest do use ExUnit.Case, async: true require Record Record.defrecordp(:user, [:name, :age]) import TestHelpers import Ex2ms test "basic" do assert (fun do x -> x end) == [{:"$1", [], [:"$1"]}] end test...
ericmj/ex2ms
<|start_filename|>combinebitmap/src/main/java/com/othershe/combinebitmap/layout/DingLayoutManager.java<|end_filename|> package com.othershe.combinebitmap.layout; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.Color; public class DingLayoutManager implements ILayoutManager { ...
RealMoMo/CombineBitmap
<|start_filename|>Dockerfile<|end_filename|> #use latest armv7hf compatible debian version from group resin.io as base image FROM balenalib/armv7hf-debian:stretch #enable building ARM container on x86 machinery on the web (comment out next line if built on Raspberry) RUN [ "cross-build-start" ] #labeling LABEL maint...
HilscherAutomation/netPI-openplc
<|start_filename|>vendor/github.com/elastic/beats/packetbeat/sniffer/pfring_stub.go<|end_filename|> // +build !linux !havepfring package sniffer import ( "fmt" "github.com/tsg/gopacket" ) type pfringHandle struct { } func newPfringHandle(device string, snaplen int, promisc bool) (*pfringHandle, error) { return...
andreiburuntia/cbeat
<|start_filename|>feedcrawler/web/js/feedcrawler.js<|end_filename|> let app = angular.module('crwlApp', []); app.filter('startFrom', function () { return function (input, start) { if (typeof input !== 'undefined') { if (typeof input == 'object') { input = Object.values(input); ...
rix1337/RSScrawler
<|start_filename|>flask_superadmin/templates/admin/file/rename.html<|end_filename|> {% extends 'admin/layout.html' %} {% import 'admin/_macros.html' as lib with context %} {% block body %} <h4>{{ _gettext('Please provide new name for %(name)s', name=name) }}</h4> <br>/{{ base_path.split('/')[-1] }}/{% if path ...
romeojulietthotel/Flask-NotSuperAdmin
<|start_filename|>src/Dashboard/Controllers/WebHookController.cs<|end_filename|> namespace Dashboard.Controllers { using System; using System.IO; using System.Threading.Tasks; using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCo...
1iveowl/ContosoAMPBasic
<|start_filename|>lib/src/response.dart<|end_filename|> part of start; class Response { HttpResponse _response; Response(this._response); header(String name, [value]) { if (value == null) { return _response.headers[name]; } _response.headers.set(name, value); return this; } Response ...
lvivski/start
<|start_filename|>lib/Layouts/BasicLayout.dart<|end_filename|> import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import '../config/app_config.dart'; class BasicLayout extends StatelessWidget { BasicLayout({ Key key, @required this.child, this.designSize,...
qewqewzzz/flutter_flexible
<|start_filename|>src/test/resources/actions/sort/method_call_after.groovy<|end_filename|> dependencies { compile files(org.gradle.internal.jvm.Jvm.current().getToolsJar()) compile fileTree(dir: 'libs', include: '*.jar') compile project(':core') } <|start_filename|>src/test/java/com/github/platan/idea/depe...
platan/idea-gradle-dependencies-formatter
<|start_filename|>tz/checklinks.awk<|end_filename|> # Check links in tz tables. # Contributed by <NAME>. This file is in the public domain. BEGIN { # Special marker indicating that the name is defined as a Zone. # It is a newline so that it cannot match a valid name. # It is not null so that its slot doe...
karremans9/clock
<|start_filename|>site/resources/public/js/lib/parinfer-codemirror.externs.js<|end_filename|> var parinferCodeMirror = {}; parinferCodeMirror.init; parinferCodeMirror.enable; parinferCodeMirror.disable; parinferCodeMirror.setMode; parinferCodeMirror.setOptions; <|start_filename|>site/src/parinfer_site/editor_ui.clj...
parinfer/parinfer
<|start_filename|>src/Interceptors/InstanceInterceptors/InterfaceInterception/InterfaceInterceptorClassGenerator.cs<|end_filename|>  using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.IO; using System.Reflection; using System.Reflection.Emit; using Unity.Interc...
ENikS/interception
<|start_filename|>src/common/session.h<|end_filename|> #ifndef TRANCE_SRC_COMMON_SESSION_H #define TRANCE_SRC_COMMON_SESSION_H #include <map> #include <string> #include <vector> std::string make_relative(const std::string& from, const std::string& to); namespace trance_pb { class Colour; class PlaylistItem_NextIt...
kudy85/trance
<|start_filename|>internal/pkg/config/module_test.go<|end_filename|> package config import ( "testing" "github.com/stretchr/testify/assert" ) func TestModule_Validate(t *testing.T) { tests := []struct { name string module Module wantErr bool }{ { name: "empty config", module: Module{}, w...
liamg/peridot
<|start_filename|>src/dk/ative/docjure/core.clj<|end_filename|> (ns dk.ative.docjure.core) <|start_filename|>test/dk/ative/docjure/core_test.clj<|end_filename|> (ns dk.ative.docjure.core-test (:use [dk.ative.docjure.core] :reload-all) (:use [clojure.test]))
fvides/docjure
<|start_filename|>shower/themes/ribbon/styles/slide/content/inline.css<|end_filename|> /* Inline */ .slide a { background-image: linear-gradient( to top, currentColor 0.09em, transparent 0.09em ); background-repeat: repeat-x; color: var(--color-blue); text-decoration: none; ...
OlegPanasyuk/sequelize2
<|start_filename|>ZombustersWindows/MainScreens/GamePlayScreen.cs<|end_filename|> using System; using System.Collections.Generic; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using GameStateManagement; using System.Globalization; using ZombustersWindows.Su...
retrowax/Zombusters
<|start_filename|>experimental/TAO_Transfer_Learning/Dockerfile<|end_filename|> # Copyright (c) 2020 NVIDIA Corporation. All rights reserved. ## To build the docker container, run: $ sudo docker build -t ai-tao:1.0 . ## To run: $ sudo docker run --rm -it --gpus=all -p 8888:8888 -p 8000:8000 ai-tao:1.0 # Finally, open...
girihemant19/gpubootcamp
<|start_filename|>wpa_supplicant-2.6/src/eap_peer/eap_noob.h<|end_filename|> #ifndef EAPOOB_H #define EAPOOB_H /* Configuration file */ #define CONF_FILE "eapnoob.conf" /* All the pre-processors of EAP-NOOB */ #define MAX_QUERY_LEN 2048 #define DEFAULT_REALM "eap-noob.net" ...
tuomaura/eap-noob
<|start_filename|>public/assets/assets/frontend/js/neon-slider.js<|end_filename|> /** * SimpleSlider * * Plugin by: <NAME> * www.arlindnushi.com * * Version: 1.0 * Date: 2/11/14 */ ;(function($, window, undefined){ $.fn.neonSlider = function(opts) { return this.each(function(i) { var // public p...
faustinofilho/donadviceTeste
<|start_filename|>source/js/hola.js<|end_filename|> /** * Gitment 配置 * https://imsun.net/posts/gitment-introduction/ */ <|start_filename|>source/css/highlight.css<|end_filename|> /** * highlight.css */ .highlight { border-radius: 1px; } .highlight .line { font-size: 13px !important; height: 20px;...
isecret/Hola
<|start_filename|>f2/src/components/formik/box/index.js<|end_filename|> import React from 'react' import styled from '@emotion/styled' import { cleanProps } from '../../../utils/cleanProps' import { Jumbotron as BaseBox } from 'react-bootstrap' import { fontSize, lineHeight, fontWeight, space, color, width,...
cds-snc/report-a-cybercrime
<|start_filename|>cache/https---github.com-facebook-react-native-blame-master-Libraries-WebSocket-WebSocketBase.js<|end_filename|> <!DOCTYPE html> <html lang="en" class=""> <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object# article: http://ogp.me/ns/article# profile: htt...
sparkbox/mention-bot
<|start_filename|>include/camp/resource/sycl.hpp<|end_filename|> /* Copyright (c) 2016-18, Lawrence Livermore National Security, LLC. Produced at the Lawrence Livermore National Laboratory Maintained by <NAME> <<EMAIL>> CODE-756261, All rights reserved. This file is part of camp. For details about use and distribution,...
LLNL/camp
<|start_filename|>staash-core/src/main/java/com/netflix/paas/dao/DaoSchema.java<|end_filename|> /******************************************************************************* * /*** * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you...
Netflix/staash
<|start_filename|>playlists/pretty/0NaXa68Xyo4wmMiun5Lqgm.json<|end_filename|> { "description": "Turn your commute into a karaoke party. Stay tuned for the next edition. This time: Rock Ballads.", "name": "<NAME>", "num_followers": 170, "owner": { "name": "Spotify", "url": "https://open.spotify.com/user...
masudissa0210/spotify-playlist-archive