answer stringlengths 15 1.25M |
|---|
package microsoft.exchange.webservices.data;
/**
* Defines the scope of FindFolders operations.
*/
public enum FolderTraversal {
// Only direct sub-folders are retrieved.
/** The Shallow. */
Shallow,
// The entire hierarchy of sub-folders is retrieved.
/** The Deep. */
Deep,
// Only soft d... |
<?php
namespace Ongoing;
class FileSearchValues
{
/**
* @var int $GoodsOwnerId
*/
protected $GoodsOwnerId = null;
/**
* @var string $GoodsOwnerCode
*/
protected $GoodsOwnerCode = null;
/**
* @var string $ArticleNo
*/
protected $ArticleNo = null;
/**
* @var ... |
package uk.co.cogitolearning.cogpar.functions;
import uk.co.cogitolearning.cogpar.Complex;
/**
*
* @author kaloch
*/
public class DEtaFunction extends <API key> {
public DEtaFunction() {
super();
}
@Override
public Complex evaluate(Complex argument) {
return argument.dirichlet_eta();
... |
'use strict'
let fs = require('fs')
let path = require('path')
let _ = require('isa.js')
let Structurer = require('./generator/Structurer')
let Injector = require('./generator/Injector')
global.done = function ( message ) {
console.log( message || 'Done.' )
process.exit( -1 )
}
global.forceExit = function ( err... |
class SessionsController < <API key>
def new
redirect_to profile_path(@current_user) if signed_in?
end
def create
user = User.find_by_username(params[:session][:user_name])
if user && user.authenticate(params[:session][:password])
login(user)
redirect_to profile_path(user), notice: 'Oturum... |
/*
**
** datetime.js
**
** Yahya Ayash Luqman
** yaluqman@gmail.com
**
*/
// install dependencies
var React = require('react');
// nice date
var niceDate = function( date )
{
if ( !date )
{
return "";
}
var x = new Date( date );
return x.toDateString();
}
// the date of each post
module.expo... |
<?php
defined("_VALID_ACCESS") || die('Direct access forbidden');
class <API key> extends ModuleCommon {
public static function applet_caption() {
return __('Messenger alarms');
}
public static function applet_info() {
return __('Displays last alarms');
}
public static function <API ... |
#!/usr/bin/env python
# coding: utf-8
import sys
import os
import time
import random
import string
import requests
import json
import re
import stat
import hashlib
import subprocess
#import sqlite3
from os.path import dirname
import zbxtg_settings
class Cache:
def __init__(self, database):
self.database = d... |
layout: page
title: "Sarah Deveau"
comments: true
description: "blanks"
keywords: "Sarah Deveau,CU,Boulder"
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://dl.dropboxusercontent.com/s/pc42nxpaw1ea4o9/highcharts.js?dl=0"></script>
<!-- <script src="../... |
# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
#require 'rspec/autorun'
require 'shoulda/matchers'
require 'capybara/poltergeist'
Capybara.register_driver :poltergeist_debug do |a... |
#import "NSObject.h"
@class NSArray, NSError, NSObject<OS_dispatch_queue>, NSString, _UIAsyncInvocation, <API key>;
// Not exported
@interface <API key> : NSObject
{
_Bool _useXPCObjects;
id _handler;
NSString *<API key>;
NSString *<API key>;
NSArray *<API key>;
_Bool _legacyAppearance;
id <... |
package at.fhjoanneum.ippr.communicator.akka.actors.parse;
import java.util.HashMap;
import java.util.Map;
import java.util.UUID;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.spring... |
layout: post
date: 2017-03-19
title: "Houghton Galina Long Sleeves Floor-Length Aline/Princess"
category: Houghton
tags: [Houghton,Aline/Princess ,V-neck,Floor-Length,Long Sleeves]
Houghton Galina
Just **$259.99**
Long Sleeves Floor-Length Aline/Princess
<table><tr><td>BRANDS</td><td>Houghton</td></tr><tr><td>Silhouett... |
/**
* @file
* This file contains details of the model used by the system,
* mainly by including other files.
*
*
*
*/
#ifndef __MODEL_H
#define __MODEL_H
#include <stdint.h>
#include "patch.h"
A patch library, which is a bunch of patches
class PatchLibrary {
integer-keyed hash of patches
IntKeyedHash<Pat... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<title>Joshua 20 (KJV-VN)</title>
<link href="../../../build/mobile.css" rel="stylesheet" />
<script src="../../../build/mobile.js"></script>
</head>
<body dir="ltr" class="s... |
<html>
<head>
<script src='js/jquery-1.4.4.min.js' type='text/javascript'></script>
<script src='js/jquery.url.min.js' type='text/javascript'></script>
<script src='js/app.js' type='text/javascript'></script>
<script type='text/javascript'>
// hook into tab url changes to check if we need to blo... |
// of this software and associated documentation files (the 'Software'), to deal
// in the Software without restriction, including without limitation the rights
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// all copies or substanti... |
/*
* Description:
* What is this file about?
*
* Revision history:
* xxxx-xx-xx, author, first version
* xxxx-xx-xx, author, fix bug about xxx
*/
# include "asio_rpc_session.h"
# ifdef __TITLE__
# undef __TITLE__
# endif
# define __TITLE__ "net.boost.asio"
namespace dsn {
namespace tools {
... |
package org.jabref.logic.exporter;
import java.io.IOException;
import java.io.Writer;
import org.jabref.model.strings.StringUtil;
/**
* Class to write to a .bib file. Used by {@link <API key>}
*/
public class BibWriter {
private final String newLineSeparator;
private final Writer writer;
private boolean <... |
package gui;
import java.awt.BorderLayout;
import java.awt.FlowLayout;
import javax.swing.JButton;
import javax.swing.JDialog;
import javax.swing.JPanel;
import javax.swing.JTable;
import javax.swing.JTextField;
import javax.swing.border.EmptyBorder;
import automato.*;
import expressaoRegular.<API key>;
import gui.Faca... |
#import <Foundation/Foundation.h>
#import "AFNetworkTaskHelper.h"
#import "<API key>.h"
#import "AFNetworkAdapter.h"
typedef void (^<API key>)(AFNetworkMsg * _Nonnull msg,id _Nullable originalObj,id _Nullable data) NS_AVAILABLE_IOS(7_0);
@interface AFNetworkMsg: NSObject
@property (nonatomic,assign) AFNetworkStatus... |
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Primitives;
using PeterJuhasz.AspNetCore.Extensions.Security;
using System;
using System.Linq;
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Builder;
public static partial class <API key>
{
<su... |
package dog_pool
import "fmt"
import "github.com/alecthomas/log4go"
// Worker for running Redis Commands serially in a go routine
type <API key> struct {
Logger *log4go.Logger "Logger for logging updates, errors, etc"
Connection *RedisConnection "Connection to Redis"
BatchSize ... |
// Karma configuration
// Generated on Mon Sep 29 2014 13:20:26 GMT+0200 (W. Europe Daylight Time)
module.exports = function (config) {
'use strict';
config.set({
// base path that will be used to resolve all patterns (eg. files, exclude)
basePath: '',
// frameworks to use
framew... |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PastPurchases | @storefront/flux-capacitor</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<li... |
'use strict';
import * as assert from 'assert';
import { <API key> } from 'vs/workbench/parts/preferences/browser/settingsTree';
suite('SettingsTree', () => {
test('<API key>', () => {
assert.deepEqual(
<API key>('foo.bar'),
{
category: 'Foo',
label: '... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<title>Numbers 21 (ASV)</title>
<link href="../../../build/mobile.css" rel="stylesheet" />
<script src="../../../build/mobile.js"></script>
</head>
<body dir="ltr" class="sec... |
'use strict';
var mongoose = require('mongoose'),
Schema = mongoose.Schema;
var AdjectiveSchema = new Schema({
name: String
});
module.exports = mongoose.model('Adjective', AdjectiveSchema); |
module Gitlab
module QuickActions
# This class takes an array of commands that should be extracted from a
# given text.
# extractor = Gitlab::QuickActions::Extractor.new([:open, :assign, :labels])
class Extractor
attr_reader :command_definitions
def initialize(command_definitions)
... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class KelolaPepak extends CI_Controller {
public function _construct()
{
parent::_construct();
$this->load->helper('url');
$this->load->helper('form');
$this->load->library('input');
$this->load->librar... |
<template name="accessDenied">
<div class="alert alert-error">You can't go here. Please log in.</div>
</template> |
namespace Outlook02AddinCS4
{
partial class SamplePane
{
<summary>
Erforderliche Designervariable.
</summary>
private System.ComponentModel.IContainer components = null;
<summary>
Verwendete Ressourcen bereinigen.
</summary>
<param name="disposing"... |
var Util = require('./../src/Util');
var s = require("underscore.string");
var reverse = function(){
this.properties = {
inline: true,
onlyInline: true,
shortDescription: "Reverse any text.",
fullHelp: "Only available inline.\n`reverse <text>`"
};
this.on("inline_query", func... |
from datetime import datetime
from collections import defaultdict
from todo.models.calendar import Calendar
from todo.models.event import Event
from todo.models.stat import Stat
from todo.models.user import User
def rollup_users():
rollup = defaultdict(lambda: defaultdict(int))
for user in User.get_all():
... |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,latin-ext");
html, body, a {
padding: 0;
margin: 0; }
html {
font-size: 100%;
max-width: 100vw;
transition: all 0.15s linear;
box-sizing: border-box;
font-family: "Open ... |
import socket
import plugin
import ssl
import user
import os
class bot(object):
def __init__(self, server):
self.server = server
self.port = 6667
self.ssl = None
self.channels = []
self.connectedChannels = []
self.nick = 'default_nick'
self.realName = 'default... |
@typedef {Object} geo.types.LayerOptions LayerOptions
@parent geo.types
@option {String} type The openlayers layer class to use as the layer. Currently supported types are:
- TileWMS
- Group
- OSM
- ImageWMS
@option {Object} sourceOptions The options to pass to the openlayers source. This is specific to the type of... |
#include <bits/stdc++.h>
using namespace std;
int main()
{
long long n;
cin>>n;
if(n&1) printf("1\n");
else printf("2\n");
return 0;
} |
<?php
namespace Sylius\Bundle\ResourceBundle\Controller;
use Sylius\Bundle\ResourceBundle\ExpressionLanguage\ExpressionLanguage;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\PropertyAccess\PropertyAccess;
class ParametersParser
{
/**
* @var ExpressionLanguage
*/
private $express... |
import sys
import ceph_medic
import logging
from ceph_medic import runner, collector
from tambo import Transport
logger = logging.getLogger(__name__)
def as_list(string):
if not string:
return []
string = string.strip(',')
# split on commas
string = string.split(',')
# strip spaces
retur... |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="zh_CN" version="2.0">
<defaultcodec>UTF-8</defaultcodec>
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About Abcoin</source>
<translation></translation>
</message>
<m... |
package java.beans;
import java.lang.ref.Reference;
/**
* A BeanDescriptor provides global information about a "bean",
* including its Java class, its displayName, etc.
* <p>
* This is one of the kinds of descriptor returned by a BeanInfo object,
* which also returns descriptors for properties, method, and events.... |
class Stick < TriMesh
# line => Line, :thickness => Numeric, :segments => Fixum
def initialize(line, params = {})
raise StandardError, "first value have to be a FiniteLine" if not line.kind_of? FiniteLine
raise StandardError, ":thickness have to be a Numeric" if not params[:thickness].nil? and n... |
<!
Unsafe sample
input : Get a serialize string in POST and unserialize it
Uses a number_int_filter via filter_var function
File : unsafe, use of untrusted data in a script
<!--Copyright 2015 Bertrand STIVALET
Permission is hereby granted, without written agreement or royalty fee, to
use, copy, modify, and distribute t... |
`Paoding-Rose`
`Paoding-Rose``Rose`
RoseJavaRosewebGrailsRoseJavaRose
RoseRose
RoseSpring @Autowired Rose applicationContext-xxx.xmlRose
SpringSpringSpring
* [http:
* [http:
* [https: |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace GUI
{
static class Program
{
<summary>
The main entry point for the application.
</summary>
[STAThread]
static void Main()
{
... |
using NetOffice.ExcelApi;
namespace Sample.AddIn.Ribbon
{
public class AddinContext
{
public static Application ExcelApp { get; set; }
}
} |
import React from 'react';
import Navigation from './Navigation';
import { Grid, Row, Column } from '../../../lib';
let PageLayout = ({ children }) => (
<Grid>
<Row column={1}>
<Column>
<Navigation />
</Column>
</Row>
<div className="ts fluid container">
<div className="ts contai... |
#include "pch.h"
#include "Bullet.h"
#include "SpriteManager.h"
#include "Collider.h"
namespace DirectXGame
{
const std::float_t Bullet::<API key> = -512 + 124 + 3;
const std::float_t Bullet::<API key> = -384 + 47 + 3;
const std::float_t Bullet::<API key> = 512 - 128 - 3;
const std::float_t Bullet::<API... |
// Analysis package
// e-mail: miguel.ramos.pernas@cern.ch
// Description:
// Implements the class to make one-dimensional adaptive binning
// histograms. The construction can be made given a set of vectors
// or a TTree object and the name of the leaves.
#ifndef ADAPTIVE_BINNING_1D
#define ADAPTIVE_BINNING_1D
#i... |
'use strict';
var tests = Object.keys(window.__karma__.files).filter(function (file) {
return (/\.spec\.js$/.test(file));
});
requirejs.config({
// Karma serves files from '/base'
baseUrl: '/base',
paths: {
'flight': 'bower_components/flight',
'flight-attach': 'lib/flight-attach'
},
// ask Require.j... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>CMD xref</title>
<link type="text/css" rel="stylesheet" href="../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../apidocs/app/cmd/CMD.html">View Javadoc</a></div><pre>
... |
class Doogle::Displays::<API key> < Doogle::DoogleController
filter_access_to :all, :context => :<API key>
def index
@display = parent_object
@spec_versions = @display.spec_versions.by_version_desc.paginate(:page => params[:page], :per_page => 20)
end
def new
@display = parent_object
@spec_versi... |
<!DOCTYPE html>
<html>
<head>
<title>Rescued by Pebble Settings</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css" />
<script src="//code.jquery.com/jquery-1.9.1.... |
/* eslint no-process-env: 0 */
import ReadableId from 'funky-sloth-42';
import Express from 'express';
import Bunyan from 'bunyan';
import bunyantcp from 'bunyan-logstash-tcp';
import NodeGeocoder from 'node-geocoder';
import Env from 'require-env... |
class TweetsController < <API key>
def index
if logged_in?
@campaign = Campaign.find(params[:campaign_id])
else
redirect_to root_url
end
end
end |
var EventEmitter = require('events').EventEmitter,
util = require('util')
var xycrypt = require('./xycrypt')
//var xycrypt = require('../build/Release/xycrypt')
function Decrypter() {
}
util.inherits(Decrypter, EventEmitter)
Decrypter.prototype.decrypt = function(buffer, data) {
var out = null, error
data =... |
title: "39 - Installation under Red Hat"
menu:
main:
name: "Installation under Red Hat"
identifier: "sysadmin/installation/redhat"
parent: "sysadmin"
weight: -999
# Installation
Please follow the [prerequisites](../../requirements) for the installation in advance.
This is the installation under Red Ha... |
package seedu.address.logic.parser;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static seedu.address.commons.time.<API key>.UNIX_EPOCH;
import static seedu.address.testutil.TestUtil.assertThrows;
import java.time.LocalDate;
import java.time.LocalTime;
import java.util.... |
namespace <API key>.Channels
{
internal class <API key>
{
public bool IsSuccessful { get; }
public string ConnectionId { get; }
public <API key>(string connectionId)
{
ConnectionId = connectionId;
IsSuccessful = !string.IsNullOrEmpty(connectionId);
... |
package nl.yoink.api.domain.base;
public class AbstractCustomer {
public Long id;
public String firstName;
public String lastName;
} |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="sr" version="2.0">
<defaultcodec>UTF-8</defaultcodec>
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About QUEDOS</source>
<translation>О QUEDOS-у</translation>
</message>... |
#include <stdlib.h>
#include "../readstat.h"
#include "test_readstat.h"
long <API key>(long format_code) {
long version = -1;
if (format_code == RT_FORMAT_DTA_104) {
version = 104;
} else if (format_code == RT_FORMAT_DTA_105) {
version = 105;
} else if (format_code == RT_FORMAT_DTA_108) ... |
Label Verifier plugin for Jenkins
==============================
[ |
#!/bin/bash
set -e -o pipefail
if [ "$USE_CLOUD" = "true" ]; then
./scripts/sauce/<API key>.sh
fi |
<?php
namespace BioscoopBundle\Controller;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Sensio\Bundle\<API key>\Configuration\Method;
use Sensio\Bundle\<API key>\Configuration\Route;
use Sensio\Bundle\<API key>\Configuration\Template;
use BioscoopBundle\Ent... |
/**
* Compares two specificity vectors, returning the winning one.
*
* @param {Array} vector a
* @param {Array} vector b
* @return {Array}
* @api public
*/
function compareSpecificity(a, b) {
let i;
for (i = 0; i < 4; i++) {
if (a[i] === b[i]) {
continue;
}
if (a[i] > ... |
#ifndef <API key>
#define <API key>
#include "common.h"
namespace ncv {
namespace imgproc {
void Subdiv2dInit(Local<Object> &target);
}
}
#endif // <API key> |
<div class="panel panel-default">
<div class="panel-body">
<div class="row">
<div class="col-md-12">
<h5 class="greyText">
<i class="fa fa-pencil-square-o"></i>
Edit properties :
</h5>
</div>
</div>
<div class="marginTopFivepixels"></div>
... |
<?php
namespace Earls\RhinoReportBundle\Module\Table\Actions\ItemAction\Column;
use Earls\RhinoReportBundle\Module\Table\Actions\ItemAction\Column\Action;
/*
* Earls\RhinoReportBundle\Module\Table\Actions\ItemAction\Column\SprintfAction
*
*/
class SprintfAction extends Action
{
public function setData()
{
... |
package spatial.models
package characterization
import java.io.PrintWriter
import scala.util._
import argon.util.Report._
object Modeling {
import LabeledPairs._
import Regression._
lazy val SPATIAL_HOME: String = sys.env.getOrElse("SPATIAL_HOME", {
error("SPATIAL_HOME was not set!")
error("Set top direct... |
class CreateActivities < ActiveRecord::Migration
def change
create_table :activities do |t|
t.references :trackable, polymorphic: true, index: true
t.references :owner, polymorphic: true, index: true
t.string :action
t.string :ip_address
t.text :parameters
t.timestamps
end
... |
'use strict';
describe('Service: Dreams', function () {
// load the service's module
beforeEach(module('realizeChangeApp'));
// instantiate service
var Dreams;
beforeEach(inject(function (_Dreams_) {
Dreams = _Dreams_;
}));
// it('should do something', function () {
// expect(true).toBe(true);
}); |
# <API key>: true
module StoreRequestId
module Defaults
module Storage
DEFAULT_KEY = 'X-Request-Id'.freeze
private_constant :DEFAULT_KEY
class << self
def generate_key
header_key.downcase.tr('-', '_').to_sym
end
private
def header_key
request_i... |
<?php
/**
* Form type for the book entity
*
* @author Christian Wasser <christian.wasser@chwasser.de>
* @since 2016-02-18
**/
namespace Cwasser\BookShopBundle\V1\Form;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\<API key>;
use Symfony\Component\OptionsResolver\<API key>;
class BookTy... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Cofoundry.Domain
{
public enum PasswordHashVersion
{
<summary>
Original version (SHA1, 32-bit salt).
</summary>
<remarks>
This has never been used... |
require 'edgecase'
def my_global_method(a,b)
a + b
end
class AboutMethods < EdgeCase::Koan
def <API key>
assert_equal 5, my_global_method(2,3)
end
def <API key>
result = my_global_method 2, 3
assert_equal 5, result
end
# (NOTE: We are Using eval below because the example code is
# considered t... |
var clone = require('clone');
var Subscriber = function (hashParams, cb) {
'use strict';
var _subscriptions = hashParams;
var _cb = cb;
var notify = function (params) {
_cb.call(this, params);
};
return {
subscriptions: _subscriptions,
notify: notify
};
};
var Hash = (function () {
'use stri... |
package main
import (
"fmt"
"io/ioutil"
"math/rand"
"net/http"
"regexp"
"time"
)
func handler(w http.ResponseWriter, r *http.Request) {
rand.Seed(time.Now().UnixNano())
body, _ := ioutil.ReadAll(r.Body)
// Create a regexp to be able to generate unique devicenames
re := regexp.Mus... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>minic: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" re... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>io-system: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="it">
<head>
<!-- Generated by javadoc (1.8.0_111) on Sun Oct 22 23:05:38 CEST 2017 -->
<title>T-Index</title>
<meta name="date" content="2017-10-22">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src=".... |
layout: post
title: 2017-04-14 gnusocial mastodon
tags: journal
date: 2017-04-14 22:00
published: true
<div class="news"><a href="http://narumi.blog.jp/archives/70152095.html" target="_blank"> #dongurifm : Blog @narumi</a>
<div class="newscomme"></div>
</div>
<div class="news"><a href="http:
<div class="newscomme"></... |
var Processor, mixable, processor, stacker;
require('highland-array');
mixable = require('../mixable');
stacker = require('../helpers/stacker');
processor = require('../helpers/processor');
/**
* Represents a processor.
*
* A simple implement of proto/processor.
*
* @param *task
*/
module.exports = Processor = (f... |
require "semantic_range/version"
require "semantic_range/pre_release"
require "semantic_range/range"
require "semantic_range/comparator"
module SemanticRange
BUILDIDENTIFIER = /[0-9A-Za-z-]+/
BUILD = /(?:\+(#{BUILDIDENTIFIER.source}(?:\.#{BUILDIDENTIFIER.source})*))/
NUMERICIDENTIFIER = /0|[1-9]\d*/
<API key> =... |
// Package tock provides a Ticker which is API-compatible with a
// time.Ticker, but also allows the caller to stop, restart, and adjust
// duration with which the Ticker ticks.
// Receivers can listen on the same channel for all of the above
// operations. Ticker is safe for use by multiple goroutines.
package tock
im... |
<html><body>
<h4>Windows 10 x64 (18362.418)</h4><br>
<h2><API key></h2>
<font face="arial"> +0x000 Ttbr0 : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br>
+0x008 Ttbr1 : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br>
+0x010 Mair0 : Uint4B<br>
+0x014 Mair1 ... |
#pragma once
#include <ostream>
#include <boost/graph/adjacency_list.hpp>
#include "periodic.hpp"
#include "ctab.hpp" // MOL file format (aka CTable)
struct AtomVertex{
Code code;
// temporaries for DFS that is used to find linear descriptors
boost::default_color_type color;
int path;
// deduced as part of ... |
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Montserrat'); |
// Show a list of all existing NNTP groups
'use strict';
module.exports = function (N, apiPath) {
N.validate(apiPath, {});
N.wire.on(apiPath, async function nntp_groups_list(env) {
env.res.head.title = env.t('title');
let groups = await N.models.nntp.Group.find()
.sort('name')
... |
"use strict";
/**
* Generates randomized boolean value.
*
* @returns {boolean}
*/
function booleanGenerator() {
return Math.random() > 0.5;
}
module.exports = booleanGenerator; |
export { default, timeScale } from 'ember-d3-scale/helpers/time-scale'; |
package libsass
import (
"errors"
"fmt"
"image/color"
"reflect"
"strconv"
"strings"
"github.com/wellington/go-libsass/libs"
)
var (
ErrSassNumberNoUnit = errors.New("SassNumber has no units")
)
type SassValue struct {
value libs.UnionSassValue
}
func (sv SassValue) Val() libs.UnionSa... |
from django.conf.urls import url
from . import views
urlpatterns = [
url(r'^$', views.index, name='index'),
url(r'^login/$', views.login, name='login'),
url(r'^register/$', views.register, name='register'),
url(r'^logout/$', views.logout, name='logout'),
url(r'^plaza/$', views.plaza, name='plaza'),
... |
var assert = require('assert')
var bindArgs = require('../bind-args')
bindArgs(func1, 'a', 2)('c', 4)
function func1 (a, b, c, d) {
assert.strictEqual(a, 'a')
assert.strictEqual(b, 2)
assert.strictEqual(c, 'c')
assert.strictEqual(d, 4)
} |
require_relative '../extensions'
module Asciidoctor
module Question
class <API key> < Extensions::BaseProcessor
<API key> :shuffle
def process(parent, source, tag)
id = tag[:id]
err = nil
question = Array.new
answers = Array.new ['[options=interactive]']
switch ... |
""" Functions related to writing to and retrieving from cache files
"""
import os
import numpy as np
from log_yatsm import logger
_image_ID_str = 'image_IDs'
def get_line_cache_name(dataset_config, n_images, row, nbands):
""" Returns cache filename for specified config and line number
Args:
dataset_config... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Mozilla/4.0 (compatible; BlitzBot)</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Mat... |
(function (app) {
'use strict';
app.registerModule('dispositivos');
}(<API key>)); |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.