input
stringlengths
1
893
label
int64
0
1
// Boost.Signals library // Copyright Douglas Gregor 2001-2003. Use, modification and // distribution is subject to 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)
0
# Revision Note: 05/26/2005, Chin-Yew LIN # 1.5.5 # (1) Correct stemming on multi-token BE heads and modifiers. # Previously, only single token heads and modifiers were assumed. # (2) Correct the
0
// // Copyright (c) 2002-2014 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE
0
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % SU2 configuration file % % Case description: Adjoint transonic inviscid flow around a NACA0012 airfoil % % Author: Thomas D. Economon % % Institution: Stanford University % %
0
/* * Copyright (C) 2006, 2007 Apple Inc. All rights reserved. * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com> * * This library is free software; you can redistribute it and/or * modify
0
declare var __DEV__: boolean; declare module 'react-native' { declare module.exports: any; }
0
/* * This file is part of MPlayer. * * MPlayer is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as
0
// See www.openfst.org for extensive documentation on this weighted // finite-state transducer library. #ifndef FST_EXTENSIONS_LINEAR_LINEAR_FST_DATA_BUILDER_H_ #define FST_EXTENSIONS_LINEAR_LINEAR_FST_DATA_BUILDER_H_ #include <map> #include <queue> #include <set> #include <sstream> #include <stack> #include <string> #include <vector> #include
0
#!/bin/bash while [[ true ]]; do java -jar /htdocs/ROOT.jar sleep 5 done
0
1600: ผู้ให้บริการพยางค์แคนาดา Kka 1601: ผู้ให้บริการพยางค์แคนาดา Kk 1602: ผู้ให้บริการพยางค์แคนาดา 1603: ผู้ให้บริการพยางค์แคนาดา 1604: ผู้ให้บริการพยางค์แคนาดา 1605: ผู้ให้บริการพยางค์แคนาดา 1606: ผู้ให้บริการพยางค์แคนาดา 1607: พยัญชนะแคนาดา 1608: ผู้ให้บริการพยางค์แคนาดาหมู่ 1609: ผู้ให้บริการพยางค์แคนาดา 160A: พยัญชนะแคนาดา 160B: ผู้ให้บริการพยางค์แคนาดา Mee 160C: พยัญชนะแคนาดา 160D: ผู้ให้บริการพยางค์แคนาดา 160E:
0
// // ContentView.swift // ColorMixer // // Created by Frad LEE on 8/7/19. // Copyright © 2019 Frad LEE. All rights reserved. // import SwiftUI struct ContentView: View { @State var colorR:
0
{ "openapi": "3.0.1", "info": { "title": "OpenAPI definition", "version": "v0" }, "servers": [ { "url": "http://localhost", "description": "Generated server url" } ], "paths": { "/oauth/authorize": { "post": { "tags": [ "authorization-endpoint" ],
0
[preset00] fRating=3.000000 fGammaAdj=1.000000 fDecay=0.925000 fVideoEchoZoom=1.006596 fVideoEchoAlpha=0.500000 nVideoEchoOrientation=1 nWaveMode=7 bAdditiveWaves=1 bWaveDots=0 bWaveThick=0 bModWaveAlphaByVolume=1 bMaximizeWaveColor=0 bTexWrap=1 bDarkenCenter=0 bRedBlueStereo=0 bBrighten=0 bDarken=0 bSolarize=0 bInvert=0 fWaveAlpha=4.099998 fWaveScale=1.285751 fWaveSmoothing=0.630000 fWaveParam=0.000000 fModWaveAlphaStart=0.710000 fModWaveAlphaEnd=1.300000 fWarpAnimSpeed=1.000000 fWarpScale=1.331000 fZoomExponent=1.000000 fShader=0.000000 zoom=0.999514 rot=0.000000
0
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > <mapper namespace="org.javaboy.vhr.mapper.HrMapper"> <resultMap id="BaseResultMap" type="org.javaboy.vhr.model.Hr"> <id column="id" property="id" jdbcType="INTEGER"/> <result column="name" property="name" jdbcType="VARCHAR"/> <result column="phone" property="phone" jdbcType="CHAR"/> <result column="telephone" property="telephone"
0
\documentclass{article} \begin{document} <<setup, include=FALSE>>= library(knitr) knit_hooks$set(crop = hook_pdfcrop) @ Cropped. <<test-a, crop=TRUE, fig.width=3, fig.height=3, cache=TRUE>>= plot(1) @ Not cropped. <<test-b, fig.width=3, fig.height=3>>= plot(1) @ \end{document}
0
using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Collections.Specialized; using System.Collections.Generic; using Com.Alipaywap; using WeiSha.Common; using Song.ServiceInterfaces; namespace Com.Alipaywap
0
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2000,2005,2007,2008,2009,2010 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms
0
package page import "unsafe" const ( // SlotByteSize is the size of an Offset, in the Go memory layout as well as // in the serialized form. SlotByteSize = uint16(unsafe.Sizeof(Slot{})) // #nosec
0
require 'spec_helper' describe Travis::Logs::Services::Receive do include Support::ActiveRecord, Support::Silence let(:job) { Factory.create(:test, log: Factory.create(:log, content: '')) } let!(:log) { job.log } let(:data) { { 'id' => job.id, 'log' => 'log', 'number' => 1,
0
--- :major: 1 :minor: 0 :patch: 1 :build: !!null
0
package controllers.front import akka.util.Timeout import common.facia.FixtureBuilder import model.Cached.RevalidatableResult import org.scalatest.{FunSuite, Matchers} import play.api.test.Helpers import scala.concurrent.duration._ import scala.concurrent.Future import scala.language.postfixOps class FrontHeadlineTest extends FunSuite with Matchers { implicit val timeout: Timeout = Timeout(5
0
/* * jdsample.c * * Copyright (C) 1991-1994, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying
0
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals">
0
/* * Copyright (c) 2013-2015 Apple Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are
0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_60) on Thu Jul 17 09:47:20 BST 2014 --> <title>tracks.human Class Hierarchy</title> <meta
0
#!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ import absolute_import from __future__ import print_function from __future__ import unicode_literals import os import subprocess import sys from os.path import abspath from os.path import
0
/* Copyright (C) 2015 Open Information Security Foundation * * You can copy, redistribute or modify this Program under the terms of * the GNU General Public License version 2 as published
0
/*============================================================================= Copyright (c) 2001-2010 Joel de Guzman Copyright (c) 2001-2010 Hartmut Kaiser Copyright (c) 2010 Bryce Lelbach http://spirit.sourceforge.net/ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy
0
/** * jqGrid Ukrainian Translation v1.0 02.07.2009 * Sergey Dyagovchenko * http://d.sumy.ua * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ /*global jQuery, define */ (function( factory
0
fileFormatVersion: 2 guid: c638e9152cffbe74d949e502a49863c4 TextScriptImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
0
@keyframes bug { 0% { transform: translate3d(-150px, 40px, 0); } 10% { transform: translate3d(-130px, 20px, 0); } 15% { transform: translate3d(-110px, 10px, 0); } 20% { transform: translate3d(-90px, 15px, 0); } 25%
0
/* * Copyright © 2009 * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to
0
let express = require('express'); let sqlite3 = require('better-sqlite3'); let bodyParser = require('body-parser'); let cors = require('cors'); let { Timestamp } = require('../shared/timestamp'); let merkle = require('../shared/merkle'); let db = sqlite3(__dirname + '/db.sqlite');
0
// @ts-check const decompress = require('decompress'); /** @type {Host} */ const host = { decompress }; module.exports = host;
0
// @flow class A {} module.exports = A;
0
<?php /** * 2007-2016 PrestaShop * * thirty bees is an extension to the PrestaShop e-commerce software developed by PrestaShop SA * Copyright (C) 2017-2018 thirty bees * * NOTICE OF LICENSE
0
/* * arch/arm/mach-spear3xx/spear3xx.c * * SPEAr3XX machines common source file * * Copyright (C) 2009 ST Microelectronics * Viresh Kumar<viresh.kumar@st.com> * * This file is licensed under the terms of the GNU
0
<?php /** * @package plugins.uverseDistribution * @subpackage api.filters */ class KalturaUverseDistributionProfileFilter extends KalturaUverseDistributionProfileBaseFilter { }
0
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2009 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
0
/**************************************************************************** * TMesh * * * * Consiglio Nazionale delle Ricerche * * Istituto di Matematica Applicata e Tecnologie Informatiche * * Sezione di Genova * * IMATI-GE / CNR * *
0
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * THE BSD LICENSE
0
#include "compiler.h" #include "cpucore.h" #include "pccore.h" #include "iocore.h" #include "memegc.h" #include "vram.h" // PEGC プレーンモード // 関連: vram.c, vram.h, memvga.c, memvga.h // 詳しくもないのに作ったのでかなりいい加減です。 // 改良するのであれば全部捨てて作り直した方が良いかもしれません #ifdef SUPPORT_PEGC // REG16 MEMCALL pegc_memvgaplane_rd16(UINT32 address){
0
// Copyright 2018-2020 Polyaxon, 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
0
<?xml version="1.0" ?> <!DOCTYPE translationbundle> <translationbundle lang="pt-PT"> <translation id="1768717197362323622">Milissegundo</translation> <translation id="1822429046913737220">AM/PM</translation> <translation id="2429669115401274487">PM</translation> <translation id="2732718972699418926">AM</translation> <translation id="2841013758207633010">Tempo</translation> <translation id="376869769528291915">:</translation> <translation id="3845599764535987402">Hora</translation> <translation id="4247305538398689241">Definir semana</translation> <translation id="4768459022382175196">Segundo</translation> <translation id="4842092870884894799">A mostrar pop-up de geração
0
/* * Tencent is pleased to support the open source community by making Angel available. * * Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed
0
--TEST-- Group use declarations and whitespace nuances --FILE-- <?php // should not throw syntax errors use Foo\Bar \{ A }; use Foo\Bar\ { B }; use Foo\Bar \{ C }; use Foo\Bar\
0
#!/usr/bin/perl -w use 5.010; use strict; use warnings; use autodie; use JSON; use File::Slurp qw(read_file write_file); use Getopt::Std; # Find and optionally rewrite old mod versions that have overly vague # KSP
0
{% extends 'admin_base.html' %} {% block header_title %} {% trans %}Users Geolocation{% endtrans %} {% endblock %} {% block content %} <div id="chart_div" style="width: 900px; height: 500px;"></div> {% endblock %} {% block
0
/* ** Nofrendo (c) 1998-2000 Matthew Conte (matt@conte.com) ** ** ** This program is free software; you can redistribute it and/or ** modify it under the terms of version 2 of the
0
fileFormatVersion: 2 guid: 8cd2c5fd76e3c8940b0dba7061ce9af1 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0}
0
#include "gtk.h" #include "util/debug.h" #include "util/annotate.h" #include "util/evsel.h" #include "ui/helpline.h" enum { ANN_COL__PERCENT, ANN_COL__OFFSET, ANN_COL__LINE, MAX_ANN_COLS }; static const char *const col_names[] = { "Overhead", "Offset", "Line" }; static int perf_gtk__get_percent(char *buf,
0
/******************************************************************************* * Mission Control Technologies, Copyright (c) 2009-2012, United States Government * as represented by the Administrator of the National Aeronautics and Space * Administration. All rights reserved. * * The MCT
0
/* * Copyright (c) 2012 Qualcomm Atheros, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that
0
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <Foundation/NSObject.h> #import <IntlPreferences/IPNamePreferenceInfoProvider-Protocol.h> @class NSString; @interface IPOSXABNamePreferenceInfoProvider : NSObject <IPNamePreferenceInfoProvider>
0
export { default as matcher } from './lib/matcher.js'; export { default as simplify } from './lib/simplify.js'; export { default as stemmer } from './lib/stemmer.js';
0
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! ***
0
{ "nbformat": 4, "nbformat_minor": 0, "metadata": { "colab": { "name": "WriteQueryDemo.ipynb", "provenance": [], "collapsed_sections": [], "include_colab_link": true }, "kernelspec": { "name": "python3", "display_name": "Python 3" }, "widgets": { "application/vnd.jupyter.widget-state+json": { "566212477cf74f43a4eb93545eac12ef": {
0
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // //
0
package com.kodedu.service.table; import com.kodedu.controller.ApplicationController; import com.kodedu.other.Current; import javafx.event.ActionEvent; import javafx.fxml.Initializable; import javafx.scene.control.Button; import javafx.scene.control.TextField; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import java.net.URL; import java.util.Collections; import java.util.ResourceBundle; /** * Created by
0
# frozen_string_literal: true # This migration comes from acts_as_taggable_on_engine (originally 3) if ActiveRecord.gem_version >= Gem::Version.new("5.0") class AddTaggingsCounterCacheToTags < ActiveRecord::Migration[4.2]; end else class AddTaggingsCounterCacheToTags < ActiveRecord::Migration; end end AddTaggingsCounterCacheToTags.class_eval do def self.up add_column
0
import { Module } from '@nestjs/common'; import { BrandService } from './brand/brand.service'; import { CatalogItemService } from './catalog-item/catalog-item-client.service'; import { CatalogItemResolver } from './catalog-item/catalog-item.resolver'; @Module({ providers: [CatalogItemService, CatalogItemResolver, BrandService], exports: [CatalogItemResolver] })
0
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals">
0
<?php use Fisharebest\Webtrees\Functions\FunctionsEdit; use Fisharebest\Webtrees\I18N; ?> <div class="card mb-4"> <a class="card-header" href="#" data-toggle="collapse" data-target="#add-associate-<?= e($id) ?>" aria-expanded="false" aria-controls="add-associate"> <?= I18N::translate('Associate') ?> </a> <div class="card-body collapse" id="add-associate-<?= e($id) ?>"> <?= FunctionsEdit::addSimpleTag($tree, $level .
0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Sat Nov 16 21:43:18 PST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
0
from cryptography.hazmat.backends.interfaces import PBKDF2HMACBackend from cryptography.hazmat.primitives.hashes import HashAlgorithm from cryptography.hazmat.primitives.kdf import KeyDerivationFunction class PBKDF2HMAC(KeyDerivationFunction): def __init__(self, algorithm: HashAlgorithm, length: int, salt: bytes, iterations: int, backend: PBKDF2HMACBackend): ... def derive(self, key_material: bytes) ->
0
export {foo, bar} from "foo";
0
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for # license information. # # Code generated
0
/* * Copyright 2011-2013 Maxim Milakov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You
0
! ! Generated with : ! XRDB2Xreources.py ! *.foreground: #d6dbe5 *.background: #131313 *.cursorColor: #b9b9b9 ! ! Black *.color0: #1f1f1f *.color8: #d6dbe5 ! ! Red *.color1: #f81118 *.color9: #de352e ! ! Green *.color2:
0
// compile // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.
0
# A Simple Templates Demo Included (in no particular order): * [hiccup](https://github.com/weavejester/hiccup) * [enlive](https://github.com/cgrand/enlive) * [mustache](http://mustache.github.io/) * [stringtemplate](http://www.stringtemplate.org/) * [comb](https://github.com/weavejester/comb) ## Run It! 1. Start the application: `lein run` 2. Go to
0
<?xml version='1.0' ?> <DataHandler messageType='25064' script='DataHandlers/Mcl_Cmd_DeviceQuery_DataHandler.pyo'> </DataHandler>
0
require "test_helper" class DocumentListExportRequestControllerTest < ActionController::TestCase setup do setup_fog_mock end teardown do Fog::Mock.reset end test "responds successfully if there is a valid file" do login_as :gds_editor document_type_slug = "asylum-support-decisions" export_id = "1234-5678"
0
<?php /** * Laravel - A PHP Framework For Web Artisans * * @package Laravel * @author Taylor Otwell <taylor@laravel.com> */ /* |-------------------------------------------------------------------------- | Register The Auto Loader |-------------------------------------------------------------------------- | | Composer
0
.OPT NOLIST .OPT NOSYM .LIB COMMON .LIB LCC.VAR .LIB EQUATE.SF .LIB I/ODEF.SF .LIB RAMVAR.SF .LIB ROM....SF .LIB LEDS .LIB PARSEX .LIB SETDRV .LIB LOOKUP .LIB TRNSFR .LIB SCRTCH .LIB DUPLCT .LIB COPSET
0
/** * Copyright (C) ST-Ericsson SA 2010 * Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson. * Author: Jonas Linde <jonas.linde@stericsson.com> for ST-Ericsson. * Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson. * Author: Berne Hebark
0
/* * Tencent is pleased to support the open source community by making * Tencent GT (Version 2.4 and subsequent versions) available. * * Notwithstanding anything to the contrary herein, any previous
0
package net.petrikainulainen.spring.datajpa.service; import net.petrikainulainen.spring.datajpa.dto.PersonDTO; import net.petrikainulainen.spring.datajpa.model.Person; import net.petrikainulainen.spring.datajpa.model.PersonTestUtil; import net.petrikainulainen.spring.datajpa.repository.PersonRepository; import org.junit.Before; import org.junit.Test; import org.mockito.ArgumentCaptor; import java.util.ArrayList; import java.util.List; import static junit.framework.Assert.assertEquals; import static org.mockito.Mockito.*; /** * @author Petri Kainulainen */
0
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "filename" : "f_static_049@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "f_static_049@3x.png", "scale" :
0
/* * Copyright 2015 Stormpath, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You
0
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Random Search\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Introduction\n", "\n", "This example shows how to perform random
0
/* * Copyright (c) 2014 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the
0
package com.enonic.xp.region; import java.util.Collection; import com.google.common.collect.ImmutableList; import com.enonic.xp.annotation.PublicApi; import com.enonic.xp.support.AbstractImmutableEntityList; @PublicApi public final class LayoutDescriptors extends AbstractImmutableEntityList<LayoutDescriptor> { private LayoutDescriptors( final ImmutableList<LayoutDescriptor> list ) { super( list ); } public static LayoutDescriptors
0
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build
0
{% extends "layouts/main.html" %} {% import "ui/forms.html" as forms %} {% block content_page %} <h2>Password Reset</h2> <div class="section-content"> <form class="form form-horizontal" method='POST' action="{{ url_for('.forgot_password') }}"> {{ form.hidden_tag() }} {{ forms.render_field(form.username) }} <div
0
# Contribution Guide * [Before you get started](#before-you-get-started) * [Code of Conduct](#code-of-conduct) * [Your First Contribution](#your-first-contribution) * [Find a good first topic](#find-a-good-first-topic) * [Setting up your development environment](#setting-up-your-development-environment) * [Fork the project](#fork-the-project)
0
/* * Copyright (C) Xiaozhe Wang (chaoslawful) * Copyright (C) Yichun Zhang (agentzh) */ #ifndef DDEBUG #define DDEBUG 0 #endif #include "ddebug.h" #include "ngx_http_lua_util.h" #include "ngx_http_lua_sleep.h" #include "ngx_http_lua_contentby.h" static int ngx_http_lua_ngx_sleep(lua_State *L);
0
(1) The "experimental/ieee" branch is intended for IEEE work that does not yet have a Project Authorization Request (PAR). (2) The "standard/ieee/draft" branch is intended for draft modules with an approved Project
0
terraform { backend "local" { path = "bar.tfstate" } }
0
import unittest import os from pocsuite3.api import WebShell from pocsuite3.lib.core.data import paths from pocsuite3.lib.core.enums import SHELLCODE_TYPE class TestCase(unittest.TestCase): def setUp(self): self.shellpath = os.path.join(paths.POCSUITE_TMP_PATH, "payload.jar") def tearDown(self): if os.path.exists(self.shellpath): os.unlink(self.shellpath) def test_gen_jsp_shell(self): ip
0
package logisticspipes.utils.gui; import java.util.Collections; import net.minecraft.client.gui.Gui; import net.minecraft.util.text.TextFormatting; import lombok.Getter; import lombok.Setter; import logisticspipes.utils.Color; import logisticspipes.utils.string.StringUtils; public class TextListDisplay { public interface List { int getSize(); String getTextAt(int index); int getTextColor(int index);
0
<?php namespace WPGraphQL\Type\Object; /** * Class MediaItemMeta * * @package WPGraphQL\Type\Object */ class MediaItemMeta { /** * Register the MediaItemMeta Type */ public static function register_type() { register_graphql_object_type( 'MediaItemMeta', [ 'description' =>
0
# The MIT License # # Copyright (c) 2004-2010, Sun Microsystems, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and
0
{ "images" : [ { "idiom" : "iphone", "size" : "29x29", "scale" : "2x" }, { "idiom" : "iphone", "size" : "29x29", "scale" : "3x" }, { "idiom" : "iphone", "size" :
0
# Completions for qubes-gpg-client. # These completions are mostly taken from fish's completions for gpg. # # Functions to generate completion options through gpg invocations # are not implemented for this tool,
0
var assert = require('assert'), should = require('should'), md5omatic = require('../lib/md5omatic'); describe('md5omatic', function() { describe('(str)', function() { it('hash simple string phrase', function() { var str = 'the quick brown fox jumps over the
0
// Copyright 2014 beego Author. 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.
0
# Author:: Nathaniel Talbott. # Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved. # License:: Ruby license. require 'test/unit' require 'tc_adder' require 'tc_subtracter'
0
// // PrototypeNode.swift // Lioness // // Created by Louis D'hauwe on 09/10/2016. // Copyright © 2016 - 2017 Silver Fox. All rights reserved. // import Foundation public struct FunctionPrototypeNode: ASTNode {
0
DROP TABLE IF EXISTS product_availability; CREATE TABLE product_availability AS SELECT uuid_short() as id, location_id, product_id, bin_location_id, inventory_item_id, quantity_on_hand from inventory_snapshot WHERE date = DATE_ADD(date(now()), INTERVAL 1 DAY); ALTER TABLE product_availability ADD PRIMARY
0