text stringlengths 3 1.05M |
|---|
<!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 (1.8.0_171) on Fri Apr 16 05:18:02 UTC 2021 -->
<title>VolumeQOS</title>
<meta name="date" content="2021-04-16">
<link rel="stylesheet" type="text/css... |
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/blink/renderer/core/fragment_directive/text_fragment_finder.h"
#include <memory>
#include "third_party/blink/public/platform/web_s... |
package be.fgov.caamihziv.services.quickmon.domain.aggregation.mostrecent;
import be.fgov.caamihziv.services.quickmon.domain.aggregation.AbstractHealthAggregator;
import be.fgov.caamihziv.services.quickmon.domain.aggregation.AggregatorBuilder;
import be.fgov.caamihziv.services.quickmon.domain.healthchecks.HealthStatus... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_33) on Mon Nov 10 18:05:23 PST 2014 -->
<TITLE>
SCIMService (Okta Provisioning Agent SDK)
</TITLE>
<META NAME="date" CONTENT="2014-11-10">
<LINK RE... |
ListView derivative with flowing, grid-like columns support.
NuGet: https://www.nuget.org/packages/DLToolkit.Forms.Controls.FlowListView/
## Features:
- `DataTemplate` and `DataTemplateSelector` support
- Fixed or automatic column count
- Grouping support
- Columns can expand to empty space (configurable)
- Infinite... |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
>
<RelativeLayout
android:id="@+id/invite_title"
android:layout_width="fill_parent"
andr... |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/wm.xmwei"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ProgressBar
an... |
package com.kluehspies.marian.unlockmanager.trigger;
import com.kluehspies.marian.unlockmanager.listener.RewardListener;
import com.kluehspies.marian.unlockmanager.manager.IRewardManager;
import com.kluehspies.marian.unlockmanager.manager.RewardManager;
import com.kluehspies.marian.unlockmanager.persistence.Persistenc... |
#include "bt_types.h"
const UINT8 nfca_version_string[] = "NFCDROID_MI_422.10.0.15";
/*
// The following string should be manually updated to contain the
// label of the NFA version being used (see stack-info.txt).
//
// NOTE: IF additional branches are used add a "+" at the end of the string
*/
const UINT8 nfa_vers... |
.next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner {
height: 40px;
height: var(--nav-ver-sub-nav-height, 40px);
font-size: 12px;
font-size: var(--nav-ver-sub-nav-font-size, 12px); }
.next-nav.next-ver .next-nav-item:before {
height: 0;
top: 50%;
width: 2px;
... |
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>MTFont.mathTable - </title>
<link rel="stylesheet" href="../../style.css">
</HEAD>
<BODY>
<a href="../index.html">com.agog.mathdisplay.render</a> / <a href="index.html">MTFont</a> / <a
href=".">mathTable</a><br/>
<br/>
<h1>mathTable</h1... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for C:\wamp\ZfDealsApp/vendor/zendframework/zendframework/library/Zend/Mvc/ResponseSender/ConsoleResponseSender.php</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.cs... |
@interface ZFShareFavoritesSetResponse : FLModelObject {
@private
}
+ (ZFShareFavoritesSetResponse*) shareFavoritesSetResponse;
@end
|
from lib.Models.Base import db
from lib.Models.Url import Url
from lib.Models.Header import Header
from lib.Models.Cookie import Cookie
from lib.Models.History import History
from lib.Models.HistoryHeader import HistoryHeader
from lib.Models.Comment import Comment
from lib.Models.Certificate import Certificate
import ... |
//
// Amazon SimpleDB is a web service for running queries on structured data in real time.
// This service works in close conjunction with Amazon Simple Storage Service (Amazon S3)
// and Amazon Elastic Compute Cloud (Amazon EC2), collectively providing the ability to
// store, process and query data sets in the cloud... |
import type { Point, Range, TextEditor, DisplayMarker } from "atom"
export type ListItem = {
// Automatically added
__$sb_intentions_class?: string
// From providers
icon?: string
class?: string
title: string
priority: number
selected(): void
}
export type HighlightItem = {
// From providers
range... |
import numpy as np
import matplotlib.pyplot as plt
import sys
sys.path.append('../src')
import Steppers as Step
import Fluxes as Flux
from PyRsw import Simulation
from constants import minute, hour, day
def test():
sim = Simulation()
# Geometry and Model Equations
sim.geomy = 'walls'
sim.s... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=constant.CL_CGL_SHAREGROUP_KHR.html">
</head>
<body>
<p>Redirecting to <a href="constant.CL_CGL_SHAREGROUP_KHR.html">constant.CL_CGL_SHAREGROUP_KHR.html</a>...</p>
<script>location.replace("constant.CL_CGL_SHAREGROUP_KHR.html"... |
package cakes;
public class Special extends Cake {
static String[] typesList = { "jubilee", "company", "advertising" };
public Special(String name, String description, double price, int pieces, String type) {
super(name, price, pieces);
super.sort = "Special";
super.loadTypes(typesList);
super.setType(type... |
require 'rubygems'
require 'pathname'
require Pathname(__FILE__).dirname + 'ferret_adapter/version'
gem 'dm-core', '~>0.9.10'
require 'dm-core'
gem 'ferret', '~>0.11.6'
require 'ferret'
module DataMapper
module Adapters
class FerretAdapter < AbstractAdapter
def initialize(name, uri_or_options)
su... |
function [wv1, wv2] = plotOneSpikeWaveform(chainsMatTot, chain1num, compareToChain, spikeInd, thickness)
% Plot a single waveform of a chain to compare to another chain
if nargin < 5
thickness = 0.5;
end
hold on;
axis auto;
wv2 = [];
chains(1) = chainsMatTot([chainsMatTot.num] == chain1num);
if ~isempty(compare... |
<?php
// Check for empty fields
if(empty($_POST['name']) ||
empty($_POST['email']) ||
empty($_POST['phone']) ||
empty($_POST['message']) ||
!filter_var($_POST['email'],FILTER_VALIDATE_EMAIL))
{
echo "No arguments Provided!";
return false;
}
$name = $_POST['name'];
$email_address = $_POST['e... |
// Seq Target for NLog - Copyright 2014-2017 Datalust and contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless re... |
package bbth.engine.achievements;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.... |
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.0.0
*/
(function( window, angular, undefined ){
"use strict";
/**
* @ngdoc module
* @name material.components.divider
* @description Divider module!
*/
angular.module('material.components.divider', [
'material.core'
])
... |
package org.apache.ignite.testsuites;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.apache.ignite.cache.AutoReleaseSegmentSelfTest;
import org.apache.ignite.cache.BreakRebalanceChainTest;
import org.apache.ignite.cache.NotOptimizedRebalanceTest;
import org.apache.ignite.c... |
package net.argius.stew.command;
import java.sql.*;
import net.argius.stew.*;
/**
* The Wait command used to suspend a specified period of time(seconds).
*/
public final class Wait extends Command {
@Override
public void execute(Connection conn, Parameter parameter) throws CommandException {
try {... |
#include "controllers/keyvalue/AbstractCoreComponentStateManagerProvider.h"
#include <memory>
#include "rapidjson/rapidjson.h"
#include "rapidjson/document.h"
#include "rapidjson/stringbuffer.h"
#include "rapidjson/writer.h"
namespace org {
namespace apache {
namespace nifi {
namespace minifi {
namespace controlle... |
package io.finch
import shapeless.Witness
/**
* @see [[https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types]]
*/
object Application {
type Json = Witness.`"application/json"`.T
type Xml = Witness.`"application/xml"`.T
type AtomXml = Witness.`"application/atom+xml"`.T
type Csv = Witn... |
import {
Component,
OnDestroy,
OnInit
} from '@angular/core';
import { ActivatedRoute, Router } from '@angular/router';
import { Subscription } from 'rxjs';
import { DragulaService } from 'ng2-dragula';
import { CompetitionService } from '../competition/competition.service';
import {
Event,
Mod... |
'use strict';
/* Services */
var itemcatServices = angular.module('itemcatServices', ['ngResource']);
itemcatServices.factory('Phone', ['$resource',
function($resource){
return $resource('data/:phoneId.json', {}, {
query: {method:'GET', params:{phoneId:'phones'}, isArray:true}
});
}]);
|
// ***********************************************************************
// Assembly : ACBr.Net.Consulta
// Author : RFTD
// Created : 02-20-2017
//
// Last Modified By : RFTD
// Last Modified On : 02-20-2017
// ***********************************************************************
// <co... |
package org.apache.camel.component.jms.reply;
import java.math.BigInteger;
import java.util.Random;
import javax.jms.Destination;
import javax.jms.JMSException;
import javax.jms.Message;
import javax.jms.Session;
import org.apache.camel.AsyncCallback;
import org.apache.camel.Exchange;
import org.springframework.jms.... |
package com.amazonaws.services.cloudwatchrum.model.transform;
import java.math.*;
import javax.annotation.Generated;
import com.amazonaws.services.cloudwatchrum.model.*;
import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*;
import com.amazonaws.transform.*;
import com.fasterxml.jackson.core.JsonToken;
impo... |
// Copyright 2019-present the Material Components for iOS authors. 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.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//... |
from __future__ import unicode_literals
import codecs
import os
import posixpath
import shutil
import sys
import tempfile
from django.template import loader, Context
from django.conf import settings
from django.core.cache.backends.base import BaseCache
from django.core.exceptions import ImproperlyConfigured
from djan... |
#include "memory.h"
#include "hardware.h"
#include <stdio.h>
#include <stdlib.h>
#include "dbg.h"
// maximum number of memory allocation sizes
#define NALLOC 24
//blocks that have been allocated and released
static ChainedBlock_p procmemlist[NALLOC];
// length of block for each index, in bytes
static uint16 pr... |
package redis.clients.jedis;
import static redis.clients.jedis.Protocol.Keyword.COUNT;
import static redis.clients.jedis.Protocol.Keyword.MATCH;
import redis.clients.jedis.Protocol.Keyword;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.... |
using System;
using System.Data;
namespace FunctionalQuery.Mocking {
class MockDataReader : IDataReader {
private readonly DataSet _dataSet;
private DataTable _table;
private DataRow _row;
private int _tableIndex = -1;
private int _rowIndex = -1;
public MockDataReader(DataSet data) {
_dataSet = data;... |
FROM balenalib/odyssey-x86-fedora:36-build
ENV NODE_VERSION 17.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver keyserver.ubuntu.com --rec... |
package com.liuawei.model;
public class WorkInfoModel {
//所在城市
private String city;
//职位
private String job;
//工作年限
private String year;
public String getCity() {
return city;
}
public void setCity(String city) {
this.city = city;
}
public String getJob() {
return job;
... |
"""Set up the cde project"""
from setuptools import setup
setup(
name='cde',
version='0.7.34',
url='https://github.com/jalanb/cde',
license='MIT License',
author="jalanb",
author_email='github@al-got-rhythm.net',
description='cde extends cd',
platforms='Unix',
classifiers=[
... |
<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level2/version4" level="2" version="4">
<model metaid="_case00767" id="case00767" name="case00767">
<listOfCompartments>
<compartment id="C" name="C" size="0.1" units="volume"/>
</listOfCompartments>
<listOfSpecies>
<... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Open Networking Laboratory
~
~ 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/LI... |
typedef NS_ENUM (NSUInteger, OEXRearViewOptions)
{
MyCourse = 1,
MyVideos,
FindCourses,
MySettings,
SubmitFeedback,
};
@interface OEXRearTableViewController ()
@property (nonatomic, strong) OEXInterface* dataInterface;
@property (nonatomic, strong) IBOutlet UILabel* coursesLabel;
@property (nonato... |
mvn initialize -Pstartdb
cd bin
|
package moving_features_between_objects.move_method.before
class AccountType {
def isPremium: Boolean = {
true
}
}
|
<form id='addlayer' class='modal margin3 round col6 pin-top top2 dark fill-dark'>
<a href='#' class="pad1 quiet icon x pin-topright close js-close"></a>
<fieldset class='col12 pad2'>
<p class='center col8 margin2'>Add a new datasource.</p>
<div class='input-pill clearfix space-bottom'>
... |
<?php
require_once 'Zend/Cloud/Infrastructure/Instance.php';
/**
* List of instances
*
* @package Zend_Cloud
* @subpackage Infrastructure
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD Lice... |
points = new Meteor.Collection('pointsCollection');
var canvas;
// we use these for drawing more interesting shapes
var lastX = 0;
var lastY = 0;
var strokeWidth = 1;
Session.set("format", "line");
var thickness = 5;
Session.get("sliderVal", thickness);
var strokeColor = "black";
Meteor.startup(function() {
canvas ... |
package activity;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.amap.api.maps2d.model.BitmapDescriptor;
import com.sharefriend.app.R;
import android.R.integer;
import android.content.Context;
import android.content.SharedPreferences;
import android.grap... |
import { Timeline } from "../lib/timeline.js";
//import MAL.ts
import * as MAL from "./MAL.js";
// import {MALAnime} from "./MAL";
// import {MALAnimeList} from "./MAL";
// import {MALStatus} from "./MAL";
export const startColor1 = "#C0C0FF"; //blueish
export const startColor2 = "#0026FF"; //blueish
export const endCo... |
package info.dgjones.abora.white.collection.arrays;
import java.util.Arrays;
import junit.framework.TestCase;
import info.dgjones.abora.white.collection.arrays.IEEE32Array;
import info.dgjones.abora.white.collection.arrays.IEEE64Array;
import info.dgjones.abora.white.collection.arrays.Int32Array;
import info.dgjone... |
require 'spec_helper'
module Alf
module Algebra
describe Allbut, 'keys' do
let(:operand){
an_operand.with_heading(id: Integer, name: String, status: String).
with_keys([:id], [:name])
}
subject{ op.keys }
context 'when conserving at least one key' do
l... |
[GitHub pull requests](https://help.github.com/articles/using-pull-requests) are a great way
for everyone in the community to contribute to the Orchestra Platform codebase. Found a bug?
Just fix it in your fork and submit a pull request. This will then be reviewed, and, if found
as good, merged into the main reposit... |
package com.sixrr.inspectjs.confusing;
import consulo.javascript.psi.JSSimpleLiteralExpression;
import com.sixrr.inspectjs.BaseInspectionVisitor;
import com.sixrr.inspectjs.InspectionJSBundle;
import com.sixrr.inspectjs.JSGroupNames;
import com.sixrr.inspectjs.JavaScriptInspection;
import org.jetbrains.annotations.Non... |
<p><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="bc.css">
<!-- <script src="run_prettify.js" type="text/javascript"></script> -->
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js" type="text/javascript"></scrip... |
package router
import (
"bytes"
"io"
"net/http"
"regexp"
"strings"
"techtraits.com/log"
)
//A set of routes configured for this application
var routes []Route
// Registers a new handler
// Will check that it does not conflict with a route that is already configured
func Register(path string, method Method, con... |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/linearLayoutR"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:orientation="horizontal"
andro... |
package imanager.process;
import java.sql.*;
import iobjects.*;
import iobjects.help.*;
import iobjects.process.*;
import iobjects.util.*;
import imanager.entity.*;
/**
* Representa o processo de Alteração Carteira.
*/
public class AlteracaoCarteira extends iobjects.process.Process {
... |
<div ng-click="stock.draw()">
<span class="pcard-bottom-of-stack"></span>
<span class="pcard-back stock-card" ng-if="stock.cards.length"></span>
</div> |
package nl.korthout.example;
public enum Direction {
NORTH,
SOUTH,
EAST,
WEST,
STANDSTILL;
}
|
import React from "react";
import PropTypes from "prop-types";
import injectSheet from "react-jss";
import { MenuItem, MenuList } from "material-ui/Menu";
import IconButton from "material-ui/IconButton";
import { Manager, Target, Popper } from "react-popper";
import ClickAwayListener from "material-ui/utils/ClickAwayLi... |
import java.io.FileWriter
import java.text.SimpleDateFormat
import java.util.Date
import org.codehaus.jettison.json.JSONObject
import org.json4s.DefaultFormats
import org.json4s.jackson.Json
import scala.io.Source
class TweetStatistics {
/**
* The output file path
*/
private val statsFile: String = "./o... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
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, Ve... |
# Using Aura.Router
[Aura.Router](https://github.com/auraphp/Aura.Router) provides a plethora of
methods for further configuring the router instance. One of the more useful
configuration is to provide default specifications:
- A regular expression that applies the same for a given routing match:
```php
// Parame... |
package org.hibernate.dialect;
import java.sql.Types;
import org.hibernate.MappingException;
import org.hibernate.cfg.Environment;
import org.hibernate.dialect.function.NoArgSQLFunction;
import org.hibernate.dialect.function.StandardSQLFunction;
import org.hibernate.dialect.function.VarArgsSQLFunction;
import org.h... |
@class DTXConnection, NSMutableArray, NSString, NSUUID, NSXPCConnection, XCTestConfiguration, XCTestSuite;
@interface XCTestDriver : NSObject <XCTestManager_TestsInterface, XCTestDriverInterface, XCDebugLogDelegate>
{
XCTestConfiguration *_testConfiguration;
NSObject *_queue;
NSMutableArray *_debugMessageB... |
> Active cache tailormade for Timeseries Data
* Source code: [Github](https://github.com/shrayas/PCache)
* Email: shrayasr@gmail.com
## Things done:
* Understanding of representing a Timeseries in a cache
* Basic Caching
## TODO:
* Look at heap expansion in JVM
* Timeseries remodelling - Variable Timeseries and... |
'use strict';
/**
* @ngdoc service
* @name synoteClient.Transcript
* @description
* # Transcript this is a transcript resource service
* Factory in the synoteClient.
*/
angular.module('synoteClient')
.factory('Transcript', ['$resource', 'ENV', function ($resource, ENV) {
return $resource(ENV.apiEndpoint+'/... |
import { Plugin } from '../plugin'
import HttpStream from './http_stream'
import { Writable } from 'stream'
import { supportsColor } from 'supports-color'
import hasAnsi from 'has-ansi'
import stripAnsi from 'strip-ansi'
const DEFAULT_CUCUMBER_PUBLISH_URL = 'https://messages.cucumber.io/api/reports'
export const publ... |
/* Space out content a bit */
body {
padding-bottom: 20px;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
padding-left: 15px;
padding-right: 15px;
}
/* Custom page header */
.header {
border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead headi... |
using System;
using System.IO;
using System.Text;
namespace Visor.Core {
/// <summary>
/// This is a buffer frame view over the file contents.
/// </summary>
public class Document {
public enum ValueType { Txt, Hex, Dec };
public const int Columns = 16;
public const int MaxRows = 16;
public const stri... |
<html lang="en">
<head>
<title>Eqv - Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Pseudo-Ops.html#Pseudo-Ops" title="Pseudo Ops"... |
package io.techcode.streamy.util.printer
import akka.util.ByteString
import io.techcode.streamy.util.json.Json
import org.scalatest.matchers.should.Matchers
import org.scalatest.wordspec.AnyWordSpecLike
/**
* Direct bytestring printer spec.
*/
class DirectByteStringPrinterSpec extends AnyWordSpecLike with Matche... |
package com.tle.web.sections.render;
import com.tle.web.sections.Section;
import com.tle.web.sections.SectionResult;
import com.tle.web.sections.SectionTree;
import com.tle.web.sections.SectionUtils;
import com.tle.web.sections.events.RenderEventContext;
import com.tle.web.sections.events.RenderEventListener;
import... |
**EXPERIMENTAL** flake8 extension |
**Name** : Harsh Gupta
**University** : [Indian Institute of Technology, Kharagpur](http://iitkgp.ac.in)
**email** : gupta.harsh96@gmail.com
**IRC Handle** : hargup at freenode.net
**github username** : [hargup](https://github.com/hargup)
### Personal Background
Hello, I ... |
package org.apache.poi.hdgf.streams;
import static org.apache.poi.hdgf.pointers.PointerV6.getNumPointersOffsetV6;
import static org.apache.poi.hdgf.pointers.PointerV6.getNumPointersV6;
import static org.apache.poi.hdgf.pointers.PointerV6.getPostNumPointersSkipV6;
import org.apache.poi.hdgf.pointers.Pointer;
public... |
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title></title>
<meta name="Daily Mindfulness" content="">
<meta name="Rawad Alawar" content="">
<!-- Mobile Specific Metas
––––––––––––––––––––––––––––––––––––––... |
<html>
<head>
<!--
Customize this policy to fit your own app's needs. For more guidance, see:
https://github.com/apache/cordova-plugin-whitelist/blob/master/README.md#content-security-policy
-->
<meta http-equiv="Content-Security-Policy"
content="
default-src
... |
<?php
use App\Models\Priority;
use Faker\Generator as Faker;
/* @var Illuminate\Database\Eloquent\Factory $factory */
$factory->define(Priority::class, function (Faker $faker) {
return [
'score' => $faker->unique()->randomNumber(),
'name' => $faker->sentence,
];
});
|
using LmpClient.Base;
using LmpClient.Events;
using LmpClient.Systems.TimeSync;
using System;
using System.Collections.Concurrent;
using UnityEngine;
namespace LmpClient.Systems.VesselPartSyncFieldSys
{
/// <summary>
/// This class sends fields from a part module to the other players so their protovessels are... |
#ifndef MODULES_VIDEO_CODING_CODECS_TEST_VIDEO_CODEC_TEST_H_
#define MODULES_VIDEO_CODING_CODECS_TEST_VIDEO_CODEC_TEST_H_
#include <memory>
#include <vector>
#include "api/video_codecs/video_decoder.h"
#include "api/video_codecs/video_encoder.h"
#include "modules/video_coding/include/video_codec_interface.h"
#inclu... |
namespace Google.Cloud.Scheduler.V1.Snippets
{
// [START cloudscheduler_v1_generated_CloudScheduler_PauseJob_async]
using Google.Cloud.Scheduler.V1;
using System.Threading.Tasks;
public sealed partial class GeneratedCloudSchedulerClientSnippets
{
/// <summary>Snippet for PauseJobAsync</summ... |
<?php
/**
* @see Zend_Gdata_App_Exception
*/
#require_once 'Zend/Gdata/App/Exception.php';
/**
* Gdata exceptions
*
* Class to represent exceptions that occur during Gdata operations.
*
* @category Zend
* @package Zend_Gdata
* @subpackage App
* @copyright Copyright (c) 2005-2012 Zend ... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet... |
<link href="../../../../polymer-elements/polymer-flex-layout/polymer-flex-layout.html" rel="import">
<polymer-element name="contacts-detail-item" noscript attributes="label value">
<template>
<style>
:host {
font-size: 14px;
font-family: 'Helvetica Neue Medium', HelveticaNeue-Medium, Helvetica, sans-serif... |
<?php
//Version 1.0
require_once('config.php');
// Database connection
$mysqli = mysqli_init();
$mysqli->options(MYSQLI_OPT_CONNECT_TIMEOUT, 5);
$mysqli->real_connect($config['db_host'],$config['db_user'],$config['db_password'],$config['db_name']);
require_once('... |
import numpy as np
class ion_datacube():
# a class for holding a datacube from an MSI dataset and producing ion images
def __init__(self, step_size=[]): # define mandatory parameters (todo- validator to check all present)
self.xic = [] # 'xtracted ion chromatogram (2d array of intensities(vector of ... |
package sk.sorien.silexplugin.tests.pimple;
import com.intellij.openapi.project.Project;
import com.jetbrains.php.lang.PhpFileType;
import org.jetbrains.annotations.NotNull;
import sk.sorien.silexplugin.pimple.*;
import sk.sorien.silexplugin.tests.SilexCodeInsightFixtureTestCase;
import java.io.File;
/**
* @author ... |
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... |
"""
Django settings for example project.
For more information on this file, see
https://docs.djangoproject.com/en/1.6/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.6/ref/settings/
"""
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
im... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>span::value_type</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../index.html" title=... |
class Notifier < ActionMailer::Base
default :from => "david.bayo.nieto@gmail.com"
# Send reset password notification to user.
def password_reset_mail(user)
subject "Password Reset Instructions"
from "sender_email_id@test.com"
recipients user
content_type "text/html"
sent_on T... |
using System;
using System.Collections.Generic;
namespace IxMilia.Iges.Entities
{
public enum IgesConnectionType
{
None = 0,
NonSpecificLocalPoint = 1,
NonSpecificPhysicalPoint = 2,
LogicalComponentPin = 101,
LogicalPortConnector = 102,
LogicalOffpageConnector = ... |
class Skill;
class SkillModel : public QAbstractListModel
{
Q_OBJECT
public:
explicit SkillModel(QObject *parent = 0);
SkillModel(QList<Skill*> new_skills) : skills(new_skills) {}
int rowCount(const QModelIndex &parent = QModelIndex()) const;
QVariant data(const QModelIndex &index, int role) const;
Qt::It... |
using System.Reflection;
using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
[assembly: AssemblyTitle("TropoCSharp.TropoClasses")]
[assembly: AssemblyDescription("C# Class Library for the Tropo... |
#ifndef VPX_TEST_BUFFER_H_
#define VPX_TEST_BUFFER_H_
#include <stdio.h>
#include <limits>
#include "third_party/googletest/src/include/gtest/gtest.h"
#include "test/acm_random.h"
#include "vpx/vpx_integer.h"
#include "vpx_mem/vpx_mem.h"
namespace libvpx_test {
template <typename T>
class Buffer {
public:
Bu... |
module MiHome
class DeviceManager
attr_accessor :devices
def initialize(devices_name, log)
@devices_name = devices_name || {}
@log = log
clear
end
def by_sid(sid)
devices[sid]
end
def all
devices.values
end
alias_method :by_id, :by_sid
def clear... |