text
stringlengths
2
99.9k
meta
dict
sbt.version=1.1.0
{ "pile_set_name": "Github" }
/** * Brazilian translation for bootstrap-datepicker * Cauan Cabral <cauan@radig.com.br> */ ;(function($){ $.fn.datepicker.dates['pt-BR'] = { days: ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado", "Domingo"], daysShort: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb", "Dom"], daysMin: [...
{ "pile_set_name": "Github" }
import { Tube } from '../component' import { MessageType, Message } from '../message' import { VideoMedia } from '../../utils/protocols/sdp' import { jpegDepayFactory } from './parser' import { Transform } from 'stream' import { payloadType, timestamp, marker } from '../../utils/protocols/rtp' export class JPEGDepay e...
{ "pile_set_name": "Github" }
'Based on GeoNames.org and OpenStreetMap.org data': 'Basierend auf Daten von Geonames.org und OpenStreetMap.org' 'selected marker icon': 'ausgewähltes Markierungssymbol' 'add location to map': 'Ort der Karte hinzufügen' 'Video source': Videoquelle 'The point will be removed from all translations of the article.': 'Der ...
{ "pile_set_name": "Github" }
/** * @author Martin Micunda {@link http://martinmicunda.com} * @copyright Copyright (c) 2015, Martin Micunda * @license GPL-3.0 */ 'use strict'; import {RouteConfig} from '../../../../../ng-decorators'; // jshint unused: false //start-non-standard @RouteConfig('app.employees.add.contact-details', { url:...
{ "pile_set_name": "Github" }
/* * Backpack - Skyscanner's Design System * * Copyright 2016-2020 Skyscanner 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.apache.org/licenses/LICENSE-2.0 * ...
{ "pile_set_name": "Github" }
{ "ld_abs: check calling conv, r1", .insns = { BPF_MOV64_REG(BPF_REG_6, BPF_REG_1), BPF_MOV64_IMM(BPF_REG_1, 0), BPF_LD_ABS(BPF_W, -0x200000), BPF_MOV64_REG(BPF_REG_0, BPF_REG_1), BPF_EXIT_INSN(), }, .errstr = "R1 !read_ok", .result = REJECT, }, { "ld_abs: check calling conv, r2", .insns = { BPF_MOV64_REG(...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="JavaScriptLibraryMappings"> <includedPredefinedLibrary name="ECMAScript 6" /> </component> </project>
{ "pile_set_name": "Github" }
import {onetomany, manytoone, manytomany} from '../core/decorators'; import {column, entity} from '../sequelizeimp/decorators'; import {Strict} from '../sequelizeimp/enums'; import * as Sequelize from "sequelize"; import {BlogSqlModel} from "./blogSqlModel" @entity({ name:'tbl_blog_post2', tableName: 'tbl_blog_post2'...
{ "pile_set_name": "Github" }
*> \brief \b ZLA_GBAMV performs a matrix-vector operation to calculate error bounds. * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download ZLA_GBAMV + dependencies *> <a href="http://www.netlib.org/cgi-bin...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x", "filename" : "api_arrow_white.png" }, { "idiom" : "universal", "scale" : "2x", "filename" : "api_arrow_white@2x.png" }, { "idiom" : "universal", "scale" : "3x", "filename" : "api_arrow_whi...
{ "pile_set_name": "Github" }
namespace Server.Mobiles { public class MageGuildmaster : BaseGuildmaster { public override bool ConvertsMageArmor => true; [Constructable] public MageGuildmaster() : base("mage") { SetSkill(SkillName.EvalInt, 85.0, 100.0); SetSkill(SkillName....
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>DlgPrefDeckDlg</class> <widget class="QWidget" name="DlgPrefDeckDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>710</width> <height>723</height> </rect> </property> <property name="windowTitle"> <string>De...
{ "pile_set_name": "Github" }
--- license: > Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the ...
{ "pile_set_name": "Github" }
package com.ttdevs.android.transformers; import android.content.Context; import android.graphics.Point; import androidx.viewpager.widget.ViewPager; import android.util.AttributeSet; import android.view.View; public class MultiViewPager extends ViewPager { /** * Maximum size. */ private int mMaxWidt...
{ "pile_set_name": "Github" }
class Hotkeys extends SimpleModule @count: 0 @keyNameMap: # Keys with words or arrows on them 8:"Backspace", 9:"Tab", 13:"Enter", 16:"Shift", 17:"Control", 18:"Alt", 19:"Pause", 20:"CapsLock", 27:"Esc", 32:"Spacebar", 33:"PageUp", 34:"PageDown", 35:"End", 36:"Home", 37:"Left", 38:"Up", 39:"Right", ...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
package Paws::ECR::GetLifecyclePolicyPreviewResponse; use Moose; has LifecyclePolicyText => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'lifecyclePolicyText' ); has NextToken => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'nextToken' ); has PreviewResults...
{ "pile_set_name": "Github" }
// // AnswerCell.h // BrowseOverflow // // Created by Graham Lee on 26/09/2011. // Copyright (c) 2011 Fuzzy Aliens Ltd. All rights reserved. // #import <UIKit/UIKit.h> @interface AnswerCell : UITableViewCell @property (nonatomic, weak) IBOutlet UILabel *scoreLabel; @property (nonatomic, weak) IBOutlet UILabel *a...
{ "pile_set_name": "Github" }
The MIT License (MIT) Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) 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...
{ "pile_set_name": "Github" }
//----------------------------------------------------------------------------- // DigitalRune Engine - Copyright (C) DigitalRune GmbH // This file is subject to the terms and conditions defined in // file 'LICENSE.TXT', which is part of this source code package. //------------------------------------------------------...
{ "pile_set_name": "Github" }
/* * wm8580.h -- audio driver for WM8580 * * Copyright 2008 Samsung Electronics. * Author: Ryu Euiyoul * ryu.real@gmail.com * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Founda...
{ "pile_set_name": "Github" }
<body> <a id="id1">link 1</a> <a id="id2">link 2</a> <a id="id3">link 3</a> </body>
{ "pile_set_name": "Github" }
package chow import ( "github.com/OpenWhiteBox/primitives/matrix" ) // mixColumns is each 8x8 block of the binary MixColumns matrix. var mixColumns = [4][4]matrix.Matrix{ [4]matrix.Matrix{ matrix.Matrix{ matrix.Row{0x80}, matrix.Row{0x81}, matrix.Row{0x02}, matrix.Row{0x84}, matrix.Row{0x88}, ma...
{ "pile_set_name": "Github" }
namespace uTinyRipper.Classes.GraphicsSettingss { public enum LightmapStrippingMode { Automatic = 0, Custom = 1, } }
{ "pile_set_name": "Github" }
<RCC> <qresource prefix="/logos"> <file alias="placeholder">assets/logos/png/media-optical-symbolic.png</file> <file alias="folder">assets/logos/png/icon_folder.png</file> <file alias="workstation">assets/logos/png/workstation-logo_color.png</file> <file alias="server">assets/logos/p...
{ "pile_set_name": "Github" }
{ "id": "record-player", "name": "Record Player", "category": "Furniture", "games": { "nl": { "orderable": true, "sellPrice": { "currency": "bells", "value": 350 }, "sources": [ "Nookling stores" ], "buyPrices": [ { "currency": "b...
{ "pile_set_name": "Github" }
# add a target to generate API documentation with Doxygen find_package(Doxygen) if(DOXYGEN_FOUND) SET(OUTPUT_DIR "${CMAKE_CURRENT_BINARY_DIR}/documentation/doxygen") FILE(MAKE_DIRECTORY "${OUTPUT_DIR}") FILE(TO_NATIVE_PATH ${OUTPUT_DIR} OUTPUT_DIR) SET(OUTPUT_DIR \"${OUTPUT_DIR}\") SET(INPUTS "${CMAKE_CURRENT...
{ "pile_set_name": "Github" }
declare name "dbmeter"; declare version "1.0"; declare author "Grame"; declare license "BSD"; declare copyright "(c)GRAME 2006"; //------------------------------------------------- // A dB Vumeter //------------------------------------------------- import("math.lib"); import("music.lib"); vmeter(x) = attach...
{ "pile_set_name": "Github" }
from os import kill, system, path, chdir from signal import alarm, signal, SIGALRM, SIGKILL import time import subprocess from re import sub, compile, search from sys import argv REAVER = 'reaver' PIXIEWPS = 'pixiewps' WASH = 'wash' AIRMON = 'airmon-ng' MACCHANGER = 'macchanger' GIT = 'git' INFO = '\033[32m[+] \033[0m...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Keyboard xmlns:android="http://schemas.android.com/apk/res/android" android:keyWidth="15%p" android:keyHeight="@integer/key_normal_height"> <Row android:rowEdgeFlags="top"> <Key android:codes="54" android:keyEdgeFlags="left"/> <Key android...
{ "pile_set_name": "Github" }
#!/usr/bin/sudo /bin/bash modprobe -r iwlwifi mac80211 cfg80211 modprobe iwlwifi debug=0x40000 ifconfig wlan0 2>/dev/null 1>/dev/null while [ $? -ne 0 ] do ifconfig wlan0 2>/dev/null 1>/dev/null done iw dev wlan0 interface add mon0 type monitor iw mon0 set channel $1 $2 ifconfig mon0 up
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-2004 // // 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) // // Preprocessed version of "boost/mpl/aux_/reverse_fold_impl.hpp" header // -- DO NOT modify by hand! namespace b...
{ "pile_set_name": "Github" }
# Writeup 33C3 CTF 2016 Team: akrasuski1, c7f.m0d3, cr019283, msm, nazywam, ppr, psrok, rev, shalom ![rank](rank.png) ### Table of contents * [YOSO (web 250)](web_250_yoso) * [Pay2Win (web 200)](web_200_pay2win) * [list0r (web 400)](web_400_list0r) * [try (web 150)](web_150_try)
{ "pile_set_name": "Github" }
using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Text; using System.Threading; namespace Surging.Core.ServiceHosting.Internal.Implementation { public class ApplicationLifetime : IApplicationLifetime { private readonly CancellationTokenSource _startedSour...
{ "pile_set_name": "Github" }
/* iCheck plugin Minimal skin, orange ----------------------------------- */ .icheckbox_minimal-orange, .iradio_minimal-orange { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; width: 18px; height: 18px; background: url(orange.png) no-repeat; b...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2013 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 License. You may obtain a copy of the License at http://www.apache.org/license...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1999-2010 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file ex...
{ "pile_set_name": "Github" }
; Steel-17CrNiMo6 ; (c) 2014 M. Münch - GNU Lesser General Public License (LGPL) ; information about the content of such cards can be found on the wiki: ; https://www.freecadweb.org/wiki/Material ; file created by FreeCAD0.18.16022 (Git) [General] Name = 17CrNiMo6 NameDE = 17CrNiMo6 DescriptionDE = höchste Beanspruchu...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ namespace Microsoft.Azure.II...
{ "pile_set_name": "Github" }
/* -*- Mode: js; js-indent-level: 2; -*- */ /* * Copyright 2011 Mozilla Foundation and contributors * Licensed under the New BSD license. See LICENSE or: * http://opensource.org/licenses/BSD-3-Clause */ if (typeof define !== 'function') { var define = require('amdefine')(module, require); } define(function (req...
{ "pile_set_name": "Github" }
#ifndef __NVKM_MEM_H__ #define __NVKM_MEM_H__ #include "priv.h" int nvkm_mem_new_type(struct nvkm_mmu *, int type, u8 page, u64 size, void *argv, u32 argc, struct nvkm_memory **); int nvkm_mem_map_host(struct nvkm_memory *, void **pmap); int nv04_mem_new(struct nvkm_mmu *, int, u8, u64, void *, u32, struct...
{ "pile_set_name": "Github" }
import pandas as pd import numpy as np from sklearn.datasets import dump_svmlight_file df1 = pd.read_csv("./dataset/input_label.csv") df2 = pd.read_csv("./dataset/input.csv") res = pd.merge(df1, df2, how='left', left_on='id', right_on='id') X = res[np.setdiff1d(res.columns,['label','id'])] y = res.label dump_svmligh...
{ "pile_set_name": "Github" }
var baseCreate = require('./_baseCreate'), isObject = require('./isObject'); /** * Creates a function that produces an instance of `Ctor` regardless of * whether it was invoked as part of a `new` expression or by `call` or `apply`. * * @private * @param {Function} Ctor The constructor to wrap. * @returns {Fu...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <component name="org.nuxeo.ecm.directories"> <!-- template definitions for vocabularies --> <extension target="org.nuxeo.ecm.directory.GenericDirectory" point="directories"> <directory name="template-vocabulary" template="true" extends="template-directory"> <schema>vocabulary</sch...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2004-2006 Atmel Corporation * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version...
{ "pile_set_name": "Github" }
{\rtf1\ansi\ansicpg1252\cocoartf1504\cocoasubrtf830 \cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 ArialMT;} {\colortbl;\red255\green255\blue255;} {\*\expandedcolortbl;;} \paperw11900\paperh16840\margl1440\margr1440\vieww17060\viewh12300\viewkind0 \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5...
{ "pile_set_name": "Github" }
//! This module is responsible for defining the external config format and parsing it. use { crate::{galaxygen, Particle}, serde::Deserialize, }; #[derive(Deserialize, Clone, Debug)] /// The configuration that specifies the initial values of the simulation. pub struct Config { pub camera_pos: [f32; 3], ...
{ "pile_set_name": "Github" }
module A { header "A.h" } module B { header "B.h" } module Common { header "Common.h" }
{ "pile_set_name": "Github" }
r"""Draw a random partition.""" import numpy as np from numpy.random import dirichlet def draw_bkps(n_samples=100, n_bkps=3): """Draw a random partition with specified number of samples and specified number of changes.""" alpha = np.ones(n_bkps + 1) / (n_bkps + 1) * 2000 bkps = np.cumsum(dirichlet(alpha)...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard. // #import <objc/NSObject.h> @class CALayer; @protocol OS_dispatch_queue, OS_xpc_object; @interface DPRemoteDesktopPicture : NSObject { ...
{ "pile_set_name": "Github" }
{ "action": { "error": { "variety": [ "Misdelivery" ], "vector": [ "Unknown" ] } }, "actor": { "internal": { "motive": [ "NA" ], "variety": [ "Unknown" ] } }, "asset": { "assets": [ { "variety": "...
{ "pile_set_name": "Github" }
/* { dg-do compile } */ /****************************************************************************** * OpenMP Example - Combined Parallel Loop Work-sharing - C/C++ Version * FILE: omp_workshare3.c * DESCRIPTION: * This example attempts to show use of the parallel for construct. However * it will generate error...
{ "pile_set_name": "Github" }
libavcodec/pcm-dvd.o: libavcodec/pcm-dvd.c libavcodec/avcodec.h \ libavutil/samplefmt.h libavutil/avutil.h libavutil/common.h \ libavutil/attributes.h libavutil/macros.h libavutil/version.h \ libavutil/avconfig.h config.h libavutil/intmath.h libavutil/mem.h \ libavutil/error.h libavutil/internal.h libavutil/timer.h...
{ "pile_set_name": "Github" }
package nl.joery.demo.animatedbottombar import android.content.res.Resources import kotlin.math.roundToInt internal val Int.dp: Int get() = (this / Resources.getSystem().displayMetrics.density).roundToInt() internal val Int.sp: Int get() = (this / Resources.getSystem().displayMetrics.scaledDensity).roundToInt...
{ "pile_set_name": "Github" }
:pserver:anonymous@tclbitprint.cvs.sourceforge.net:/cvsroot/tclbitprint
{ "pile_set_name": "Github" }
// Copyright 2007, Google Inc. // 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 retain the above copyright // notice, this list of conditions ...
{ "pile_set_name": "Github" }
import registerExtension from './RegisterExtension'; import registerDomain from './RegisterDomain'; import account from './Account'; import user from './Account/user'; import users from './Account/users'; import encryptMessage from './Account/encrypt'; import decryptMessage from './Account/decrypt'; import prove from '...
{ "pile_set_name": "Github" }
# We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" # We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "olympus-layer" BBFILE_PATTERN_olympus-layer = "^${LAYERDIR}/" BBFILE_PRIORITY_olympus-la...
{ "pile_set_name": "Github" }
--- title: "purevpn" layout: cask --- {{ content }}
{ "pile_set_name": "Github" }
/* Copyright 2018 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 applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <class name="AnimationNodeBlendSpace2D" inherits="AnimationRootNode" version="4.0"> <brief_description> Blends linearly between three [AnimationNode] of any type placed in a 2D space. </brief_description> <description> A resource to add to an [AnimationNodeBlendTree]. Th...
{ "pile_set_name": "Github" }
open Common (* still needed? *) open Eliom_pervasives module Db = Database_php module HC = Highlight_code module H = HTML5.M (*****************************************************************************) (* Prelude *) (*****************************************************************************) (* * The goal ...
{ "pile_set_name": "Github" }
# Translation of Odoo Server. # This file contains the translation of the following modules: # * account_check_printing # # Translators: # Martin Trigaux <mat@odoo.com>, 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.saas~18\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-09-20 09:53+0000\n" "PO-Re...
{ "pile_set_name": "Github" }
namespace Microsoft.Azure.Devices.Applications.PredictiveMaintenance.Web { using System.Web.Mvc; public class FilterConfig { public static void RegisterGlobalFilters(GlobalFilterCollection filters) { filters.Add(new HandleErrorAttribute()); } } }
{ "pile_set_name": "Github" }
/** * \file ecp.h * * \brief This file provides an API for Elliptic Curves over GF(P) (ECP). * * The use of ECP in cryptography and TLS is defined in * <em>Standards for Efficient Cryptography Group (SECG): SEC1 * Elliptic Curve Cryptography</em> and * <em>RFC-4492: Elliptic Curve Cryptography (ECC) Cipher Suit...
{ "pile_set_name": "Github" }
FROM python:2.7-alpine COPY . / RUN set -ex \ && apk add --no-cache --virtual .build-deps \ build-base \ libffi-dev \ libxml2-dev \ openssl-dev \ && apk add --no-cache --virtual .run-deps \ libxslt-dev \ && pip install -r requirements.txt \ && apk del .build-deps ENTRYPOINT ["python", "-m",...
{ "pile_set_name": "Github" }
Source: statsgod Section: web Priority: optional Maintainer: Acquia <engineering@acquia.com> Build-Depends: debhelper (>= 9.0.0) Standards-Version: 3.9.5 Homepage: http://github.com/acquia/statsgod Package: statsgod Section: web Priority: extra Architecture: amd64 Depends: ${shlibs:Depends}, ${misc:Depends} Descriptio...
{ "pile_set_name": "Github" }
import datetime import time from decimal import Decimal from unittest import mock import pytest from django.utils.timezone import now from django_countries.fields import Country from django_scopes import scopes_disabled from i18nfield.strings import LazyI18nString from pytz import UTC from pretix.api.serializers.item...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="ProxyField" module="Products.ERP5Form.ProxyField"/> </pickle> <pickle> <dictionary> <item> <key> <string>delegated_list</string> </key> <value> <list> ...
{ "pile_set_name": "Github" }
# Validation *This page needs to be reviewed for accuracy by the development team. Better examples would be helpful.* Validation can be performed on any array using the [Validation] class. Labels and rules can be attached to a Validation object by the array key, called a "field name". labels : A label is a human-re...
{ "pile_set_name": "Github" }
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to Y...
{ "pile_set_name": "Github" }
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_STRUCTURAL_SEQUENCE_sEGMENTATION_TRAINER_ABSTRACT_Hh_ #ifdef DLIB_STRUCTURAL_SEQUENCE_sEGMENTATION_TRAINER_ABSTRACT_Hh_ #include "sequence_segmenter_abstract.h" namespace dlib {...
{ "pile_set_name": "Github" }
package lea // 对比密码是否一致 // 因为之前密码是用md5加密的, 所以通过密码长度来判断 // rawPwd 原始, 用户输入的密码 func ComparePwd(rawPwd, dbPwd string) bool { if len(dbPwd) == 32 { return Md5(rawPwd) == dbPwd } hex := []byte(dbPwd) return CompareHash(hex, rawPwd) } // 加密 func GenPwd(rawPwd string) string { digest, err := GenerateHash(rawPwd) if...
{ "pile_set_name": "Github" }
#include "complex_impl.h" float complex casinhf(float complex z) { z = casinf(CMPLXF(-cimagf(z), crealf(z))); return CMPLXF(cimagf(z), -crealf(z)); }
{ "pile_set_name": "Github" }
/** * StrapDown.js - an on-the-fly markdown parser * Copyright (C) 2014, Lilian Besson. (GPLv3 Licensed) * https://lbesson.bitbucket.org/md/ * Version: 0.4.1 */ /** * marked - a markdown parser * Copyright (c) 2011-2013, Christopher Jeffrey. (MIT Licensed) * https://github.com/chjj/marked */ ;(function(){var ...
{ "pile_set_name": "Github" }
!********************************************************************************************************************************** ! LICENSING ! Copyright (C) 2014 DNV KEMA Renewables, Inc. ! ! This file is part of the IceFloe suite of subroutines ! ! Licensed under the Apache License, Version 2.0 (the "License");...
{ "pile_set_name": "Github" }
/* File: PVRTexture.h Abstract: The PVRTexture class is responsible for loading .pvr files. Version: 1.0 Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Inc. ("Apple") in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this...
{ "pile_set_name": "Github" }
var equal = require('assert').equal; var rpad = require('../rpad'); test('#rpad', function() { equal(rpad('1', 8), '1 '); equal(rpad(1, 8), '1 '); equal(rpad('1', 8, '0'), '10000000'); equal(rpad('foo', 8, '0'), 'foo00000'); equal(rpad('foo', 7, '0'), 'foo0000'); equal(rpad('', 2), ' '); eq...
{ "pile_set_name": "Github" }
$1 Door.blod < input rm -rf build
{ "pile_set_name": "Github" }
/* Copyright 2017 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 applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
/* iCheck plugin flat skin, black ----------------------------------- */ .icheckbox_flat, .iradio_flat { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; width: 20px; height: 20px; background: url(flat.png) no-repeat; border: none; cursor: p...
{ "pile_set_name": "Github" }
class Object # Get object's meta (ghost, eigenclass, singleton) class def metaclass class << self self end end # If class_eval is called on an object, add those methods to its metaclass def class_eval(*args, &block) metaclass.class_eval(*args, &block) end end
{ "pile_set_name": "Github" }
local skynet = require "skynet" local gateserver = require "snax.gateserver" local watchdog local connection = {} -- fd -> connection : { fd , client, agent , ip, mode } local forwarding = {} -- agent -> connection skynet.register_protocol { name = "client", id = skynet.PTYPE_CLIENT, } local handler = {} function...
{ "pile_set_name": "Github" }
package common const EdwardVersion = "1.9.1"
{ "pile_set_name": "Github" }
export { default as export0 } from "./lib"; export { default as export1 } from "./lib.dom"; export { default as export2 } from "./lib.dom.iterable"; export { default as export3 } from "./lib.es2015.collection"; export { default as export4 } from "./lib.es2015.core"; export { default as export5 } from "./lib.es2015"; ex...
{ "pile_set_name": "Github" }
package org.wildfly.swarm.examples.microprofile.opentracing; import javax.enterprise.context.ApplicationScoped; import org.eclipse.microprofile.opentracing.Traced; /** * @author Pavol Loffay */ @Traced @ApplicationScoped public class ServiceBean { public String method() { return ServiceBean.class.getSimpleNa...
{ "pile_set_name": "Github" }
# 架设服务器 现在我们过一边服务器端架设 SSH 访问的流程。本例将使用 `authorized_keys` 方法来给用户授权。我们还将假定使用类似 Ubuntu 这样的标准 Linux 发行版。首先,创建一个名为 'git' 的用户,并为其创建一个 `.ssh` 目录。 $ sudo adduser git $ su git $ cd $ mkdir .ssh 接下来,把开发者的 SSH 公钥添加到这个用户的 `authorized_keys` 文件中。假设你通过电邮收到了几个公钥并存到了临时文件里。重复一下,公钥大致看起来是这个样子: $ cat /tmp/id_rsa.john.pub ssh-rsa A...
{ "pile_set_name": "Github" }
CSEXPORT void CSCONV Export_FInputAxisBinding_Get_AxisName(FInputAxisBinding* instance, FName& result) { result = instance->AxisName; } CSEXPORT void CSCONV Export_FInputAxisBinding_Set_AxisName(FInputAxisBinding* instance, const FName& value) { instance->AxisName = value; } CSEXPORT FInputAxisUnifiedDelegate& CSCO...
{ "pile_set_name": "Github" }
/* Simple_def.h * * Copyright (C) 1992-2012,2015,2017 Paul Boersma * * This code is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or (at * your option) any later version....
{ "pile_set_name": "Github" }
package types // KubernetesDistro represents a Kubernetes distribution. type KubernetesDistro int // EtcdResponse represents the response of an etcd2 server at /version // endpoint. Example: // // { // "etcdserver": "2.3.8", // "etcdcluster": "2.3.0" // } type EtcdResponse struct { EtcdServerVersion string `j...
{ "pile_set_name": "Github" }
using Sandbox.Common.ObjectBuilders; using Sandbox.Engine.Utils; using Sandbox.Game.Entities; using Sandbox.Game.Multiplayer; using Sandbox.Game.World; using System; using System.Collections.Generic; using System.Linq; using System.Text; using VRage.ObjectBuilders; using VRageMath; using VRageRender; namespace Sandbo...
{ "pile_set_name": "Github" }
/* * Copyright 2012-2020 Aerospike, Inc. * * Portions may be licensed to Aerospike, Inc. under one or more contributor * license agreements WHICH ARE COMPATIBLE WITH THE APACHE LICENSE, VERSION 2.0. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in complian...
{ "pile_set_name": "Github" }
.sapMSD .sapMDialogStretchContent { padding: 0px; &.sapMDialogScrollCont { height: 100%; } } .sapMSD .sapMSDFirstActionGroup { border-top: 1px solid @sapUiListBorderColor; box-sizing: border-box; } .sapMSD .sapMTB.sapMSDPageHeader { padding: 0px; }
{ "pile_set_name": "Github" }
-- -- This file and its contents are supplied under the terms of the -- Common Development and Distribution License ("CDDL"), version 1.0. -- You may only use this file in accordance with the terms of version -- 1.0 of the CDDL. -- -- A full copy of the text of the CDDL should have accompanied this -- source. A copy o...
{ "pile_set_name": "Github" }
// Copyright 2014 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 !gccgo #include "textflag.h" // // System calls for amd64, Solaris are implemented in runtime/syscall_solaris.go // TEXT ·sysvicall6(SB),NOSPLIT,$0...
{ "pile_set_name": "Github" }
# Generated by Django 2.2.11 on 2020-04-12 05:00 from django.db import migrations def auto_verify_users_with_facility(apps, *args): user_model = apps.get_model('users', 'User') # all users who has at-least one facility associated with them is verified for user in user_model.objects.all(): user.v...
{ "pile_set_name": "Github" }
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
{ "pile_set_name": "Github" }
#include "arm/sysregs.h" #include "mm.h" .section ".text.boot" .globl _start _start: mrs x0, mpidr_el1 and x0, x0,#0xFF // Check processor id cbz x0, master // Hang for all non-primary CPU b proc_hang proc_hang: b proc_hang master: ldr x0, =SCTLR_VALUE_MMU_DISABLED msr sctlr_el1, x0 ldr x0, =HCR_V...
{ "pile_set_name": "Github" }
/* * Copyright 2015 - 2018 Anton Tananaev (anton@traccar.org) * * 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 b...
{ "pile_set_name": "Github" }