text stringlengths 3 1.05M |
|---|
using namespace Common;
namespace CryptoNote {
ISerializer::SerializerType BinaryOutputStreamSerializer::type() const {
return ISerializer::OUTPUT;
}
bool BinaryOutputStreamSerializer::beginObject(Common::StringView name) {
return true;
}
void BinaryOutputStreamSerializer::endObject() {
}
bool BinaryOutputStre... |
<?php
namespace Haverkamp87\MessageBundle\DBAL;
use Haverkamp87\CoreBundle\DBAL\EnumType;
use Haverkamp87\MessageBundle\Entity\Message;
/**
* Class EnumStatusType
* @package Haverkamp87\MessageBundle\DBAL
*/
class EnumStatusType extends EnumType
{
/**
* @var string $name
*/
protected $name = 'status';
/*... |
export interface ISession {
sid: string;
aid: string;
aname?: string;
current?: {
pid: string;
};
publisher: string;
nx?: {
accountid: string; // xxxxxxxx@(nx|daum|naver)
nexonid: string; // for nexon shop API
channelinguid: string; // for nexon session login
cc: string;
};
tc?: {
... |
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Dynamic;
using System.Linq;
using System.Threading.Tasks;
using Dapper;
namespace edgedemos
{
public class DapperTests
{
private string _connectionString;
public DapperTests () {
_connectionString = ... |
module Vestorforce
module Queries
def self.campaign_by_name(campaign_name)
"SELECT Id, Name, NumberOfContacts, NumberOfLeads FROM Campaign where " \
"name='#{campaign_name}'"
end
def self.child_campaigns(parent_id)
"SELECT Id, Name, NumberOfContacts, NumberOfLeads From Campaign where ... |
package org.radargun.reporting.html;
import java.io.IOException;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.function.BiConsumer;
import java.util.stream.Stream;
import org.radargun.config.Cluster;
import org.radargun.reporting.Report;
import org.r... |
namespace Puma260
{
Puma260OODL::Puma260OODL(const string& name):
Hilas::IRobot(name,"puma260",-1)
{
for (int i = 0; i < arm_count; ++i)
{
arm_a.push_back(Service::shared_ptr(new Puma260ArmService(std::string("Arm")+boost::lexical_cast<std::string>(i+1),this)));
grip_a.push_back(Service::shared_ptr(new Puma260Gr... |
.calcite-maps .calcite-transparent {
background-color: transparent !important; }
.calcite-maps .calcite-true-white {
background-color: #ffffff !important; }
.calcite-maps .calcite-off-white {
background-color: #f8f8f8 !important; }
.calcite-maps .calcite-white {
background-color: #ffffff !important; }
.calc... |
<?php
namespace Itkg\DelayEventBundle\DependencyInjection;
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
use Symfony\Component\Config\Definition\ConfigurationInterface;
/**
* This is the class that validates and merges configuration from your app/config files
*
* To learn more see {@link http://sym... |
Warpy
=========
ECE 493 - Image warping Android app
A simple application allowing you to apply various warping operations (non-affine transformations)
to any image (loaded externally or taken with camera) using hand gestures.
License
=========
The MIT License (MIT)
Copyright (c) 2014 Tanner Rutgers
Permission is h... |
using System.Collections.Generic;
using LightBDD.Example.Helpers;
namespace LightBDD.Example.Domain
{
public class Stock
{
private readonly List<string> _products = new List<string>();
public IEnumerable<string> Products
{
get { return _products; }
}
... |
using AspNetKoValidation.RuleConfigFactories;
using AspNetKoValidation.RuleConfigurations;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AspNetKoValidation.RuleConfigFactories
{
public class M... |
package com.google.zxing.client.android.result.supplement;
import android.content.Context;
import android.os.Handler;
import android.text.Spannable;
import android.text.SpannableString;
import android.text.Spanned;
import android.text.method.LinkMovementMethod;
import android.text.style.URLSpan;
import android.widge... |
module OrientDBConnector
module Protocol
module Commands
module Responses
class DBOpen < BinData::Record
endian :big
int8 :response_status
int32 :session_id
int32 :new_session_id
int16 :number_of_clusters
array :clusters, :initial_leng... |
<?xml version="1.0" encoding="UTF-8"?>
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
<service id="sonata.notificat... |
require 'spec_helper'
describe 'managedmac::remotemanagement', :type => 'class' do
context "when none of the params is set" do
it do
should_not contain_remotemanagement('apple_remote_desktop')
end
end
context "when passed a BAD param" do
let(:params) do
{
:enable => true,
... |
<?xml version="1.0" encoding="utf-8"?><!--
Copyright (C) 2015 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/licen... |
package com.dell.doradus.service.db;
/**
* Represents a full row delete (delete of all columns in the row), which is store name + row key
*/
public class RowDelete implements Comparable<RowDelete> {
private String m_storeName;
private String m_rowKey;
/**
* Create a column delete with the given ... |
from sympy.core import sympify, Lambda, Symbol, Integer, Rational, oo, Real, pi
from sympy.functions import sqrt, exp, erf
from sympy.printing import _StrPrinter as StrPrinter
import random
class Sample(tuple):
"""
Sample([x1, x2, x3, ...]) represents a collection of samples.
Sample parameters like mean, ... |
package org.jvalue.licenseintegration.modell.attributes;
import org.jvalue.licenseintegration.modell.AttributeCombinations;
import org.jvalue.licenseintegration.modell.LicenseAttribute;
import org.jvalue.licenseintegration.modell.LicenseVector;
public class Modification extends AbstraktLicenseAttribute {
public Mod... |
hometasks
=========
Some CS hometasks - for history and for future reference
|
layout: post
title: "Meetup October 9th, 2018 - InterIM CDA"
date: 2018-09-19
schedule: 2018-10-09T18:00:00.0-7
---
## [Our Monthly Meeting](https://www.meetup.com/Puget-Sound-QGIS-Users-Group/events/sgdhmpyxlbsb/)
## Tuesday October 9th, 6-8pm
[InterIM CDA - 310 Maynard Ave South, Seattle, WA](https://www.openstreet... |
class ApplicationController < ActionController::Base
protect_from_forgery
before_filter :set_context
before_filter :clear_setting_cache
before_filter "hook(:app_before_filter, self)"
after_filter "hook(:app_after_filter, self)"
helper_method :current_user_session, :current_user, :can_signup?
helper_m... |
Any test case with name `test_local_...` tests the C++ OpenGL backend on the
local OS, which can be executed automatically.
Any test case with name `test_remote_...` tests the WebGL backend within the
browser, which must be run manually. See instruction within the test.
|
<!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_45) on Wed Mar 04 22:48:15 CET 2015 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.optaplanner.exa... |
function buildHierarchy(modules) {
let maxDepth = 1
const root = {
children: [],
name: 'root',
}
modules.forEach((module) => {
const mod = {
displayName: normalizeName(module.name),
sanityRole: getSanityRole(module.name),
fullName: module.name,
size: module.size,
}
... |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.orleonsoft.tinderswipecard"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="21" />
<applicatio... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[RequireComponent(typeof(Camera))]
public class ScreenShaker : MonoBehaviour {
private bool _shakin;
private Camera _camera;
private Vector3 _startPos;
void Awake()
{
_camera = GetComponent<Camera>();
... |
#ifndef __WORD_H__
#define __WORD_H__
/* for posix_memalign */
#define _XOPEN_SOURCE 600
#define __STDC_WANT_LIB_EXT1__ 1 /* for memset_s */
#include <string.h>
#if defined(__sun) && defined(__SVR4)
extern int posix_memalign(void **, size_t, size_t);
#endif
#include <assert.h>
#include <stdint.h>
#include "arch_int... |
<?php
namespace x2ts\cache;
use Memcache;
use x2ts\Component;
use x2ts\ComponentFactory as X;
/**
* Class MCache
*
* @package x2ts
* @property-read Memcache $cache
*/
class MCache extends Component implements ICache {
protected static $_conf = array(
'host' => 'localhost',
'port' ... |
function ls=lpcar2ls(ar)
%LPCAR2LS convert ar polynomial to line spectrum pair frequencies LS=(AR)
% output vector elements will be in range 0 to 0.5
% the returned vector will be of length p
% This routine is nowhere near as efficient as it might be
% Copyright (C) Mike Brookes 1997
% Version: $Id: lpcar2... |
<?php
namespace C3\BudgetBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\HttpFoundation\Request;
use C3\BudgetBundle\Entity\Transaction;
class TransactionController extends Controller
{
/**
* @param Request $request
* @param $status
* @return \Sym... |
package sg.ncl.service.data.data.jpa;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
/**
* Created by dcsjnh on 12/22/2016.
*/
public interface DataAccessRequestRepository extends JpaRepository<DataAccessRequestEntity, Long> {
List<DataAccessRequestEntity> findByDataIdAnd... |
package org.elasticsearch.rest.action.admin.cluster;
import org.elasticsearch.ExceptionsHelper;
import org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest;
import org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainResponse;
import org.elasticsearch.client.node.Nod... |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?O... |
package cl.uchile.dcc.cc5604.proyectos.priceComparator;
import cl.uchile.dcc.cc5604.proyectos.priceComparator.domain.Product;
import cl.uchile.dcc.cc5604.proyectos.priceComparator.domain.User;
import cl.uchile.dcc.cc5604.proyectos.priceComparator.exceptions.ProductNotFoundException;
import cl.uchile.dcc.cc5604.proyect... |
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, and distribute this software
and its documentation for any purpose and without fee is hereby
granted, provided that the above copyright notice appear in all
copies and that both that the copyrigh... |
This is an auto-generated plugin skeleton. Edit the `examples.txt`, `info.json` and `plugin.py` files to turn it into the plugin you need.
For more info on how this works, see [the docs](https://github.com/nate-parrott/Flashlight/wiki/Creating-a-Plugin).
If you're building a search plugin, you may want to base your c... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="https://fancyultrafresh.github.io/stylesheets/blog-stylesheets.css">
<title>Shannon's DBC blog</title>
</head>
<header>
<h1>Shannon Staszak</h1>
<h4>a... |
module Btce
class Trades < PublicOperation
attr_reader :all
def initialize(pair, options={})
super 'trades', pair, options
load_trades
end
def load_trades
@all = json.map {|trade| Trade.new_from_json trade} if json.is_a? Array
end
private :load_trades
def [] *rest
... |
package org.apache.geode.management.internal.cli.commands;
import static org.apache.geode.management.internal.cli.commands.DataCommandsUtils.callFunctionForRegion;
import static org.apache.geode.management.internal.cli.commands.DataCommandsUtils.getRegionAssociatedMembers;
import static org.apache.geode.management.i... |
/* ========== ContentFlow ========== */
/*
* Within this file you can adjust the styling of ContentFlow
* to your personal needs. The default styling is the same as found on the
* project page.
*
* To utilze this file for global styleing, rename it to 'mycontentflow.css'.
*/
.ContentFlow {
border:3px solid ... |
package com.bm.classify.core;
import java.io.File;
import java.io.IOException;
import java.util.List;
import junit.framework.TestCase;
/**
* Junit test case.
*
* @author Daniel Wiese
* @since Jun 10, 2007
*/
public class SVMFileModelTest extends TestCase {
private static final org.apache.log4j.Logger log = o... |
package strategy.test;
import org.junit.Test;
import strategy.NoRun;
import strategy.Slime;
public class SlimeTest {
private Slime mSlime = new Slime();
@Test
public void testMove() {
mSlime.move();
mSlime.setMoveBehavior(new NoRun());
mSlime.move();
}
}
|
package expr
import (
"testing"
)
func TestAPIExprSchemes(t *testing.T) {
cases := map[string]struct {
expr APIExpr
expected []string
}{
"default scheme": {
expr: APIExpr{
Servers: []*ServerExpr{{}},
},
expected: nil,
},
"single scheme": {
expr: APIExpr{
Servers: []*ServerExpr{{
... |
package routes
import (
"encoding/gob"
"net/http"
"code.gitea.io/gitea/models"
"code.gitea.io/gitea/modules/auth"
"code.gitea.io/gitea/modules/context"
"code.gitea.io/gitea/modules/httpcache"
"code.gitea.io/gitea/modules/lfs"
"code.gitea.io/gitea/modules/log"
"code.gitea.io/gitea/modules/options"
"code.gite... |
var assert = require("assert"),
expect = require('expect.js'),
cda = require("../utils/xml.js").cda,
DOMParser = require('xmldom').DOMParser,
XmlSerializer = require('xmldom').XMLSerializer,
xmlUtils = require("../utils/xml.js").xml,
ImmunizationSectionCreator = require("../Model/ImmunizationSec... |
from django import forms
from django.utils.translation import ugettext_lazy as _
from .models import (
Scale,
Translation,
GaussianBlur,
Average,
MedianBlur,
Rotation,
)
class Rotation(forms.ModelForm):
class Meta:
model = Rotation
fields = ('angle',)
labels = {
... |
import detectFocus from './detect-focus';
import memorizeResult from './memorize-result';
export default memorizeResult(() => detectFocus({
name: 'can-focus-fieldset',
element: 'fieldset',
mutate: function(element) {
element.innerHTML = '<legend>legend</legend><p>content</p>';
},
}));
|
struct GrGLInterface;
namespace mojo {
namespace skia {
// The GPU back-end for skia requires pointers to GL functions. This function
// returns a binding for skia-gpu to the Mojo C GL entry points.
GrGLInterface* CreateMojoSkiaGLBinding();
} // namespace skia
} // namespace mojo
#endif // MOJO_SKIA_GL_BINDINGS_... |
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:mdrpi="urn:oasis:names:tc:SAML:metadata:rpi"
xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#" entityID="https... |
<?php
/*
Safe sample
input : Uses popen to read the file /tmp/tainted.txt using cat command
sanitize : check if there is only letters
construction : interpretation with simple quote
*/
/*Copyright 2015 Bertrand STIVALET
Permission is hereby granted, without written agreement or royalty fee, to
use, copy, modify,... |
#import "FUtilities.h"
#import "FStringUtilities.h"
#import "FConstants.h"
#import "FAtomicNumber.h"
#define ARC4RANDOM_MAX 0x100000000
#define INTEGER_32_MIN (-2147483648)
#define INTEGER_32_MAX 2147483647
#pragma mark -
#pragma mark C functions
static FLogLevel logLevel = FLogLevelInfo; // Default log level is i... |
Bing Translator
===============
[](https://rubygems.org/gems/bing_translator/) 
This gem wraps the Microsoft Cognitive Services Translator API.
In... |
package org.keycloak.testsuite.forms;
import org.hamcrest.Matchers;
import org.jboss.arquillian.drone.api.annotation.Drone;
import org.keycloak.authentication.actiontoken.resetcred.ResetCredentialsActionToken;
import org.jboss.arquillian.graphene.page.Page;
import org.keycloak.events.Details;
import org.keycloak.even... |
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><i class="fa fa-home"></i> Kontakt</h3>
</div>
<div class="panel-body">
<div class="col-md-4 col-xs-4">
<img src="./src/img/customersupport.jpg" class="img-responsive" alt="Responsive image">
... |
import { Model, hasMany } from 'sofa';
export default Model.extend({
all: hasMany(null, { inverse: null }),
dirty: hasMany(null, { inverse: null, relationship: 'dummy-root-dirty' }),
authors: hasMany('author', { inverse: null }),
images: hasMany('image', { inverse: null, query: 'all-images' }),
save() {
... |
/***********************************************************************
filename: CEGUIImageFactory.h
created: Sat Jun 11 2011
author: Paul D Turner <paul@cegui.org.uk>
*************************************************************************/
/*****************************************************... |
import React from 'react';
import {
NavigationComponent,
NavigationButtonPressedEvent,
NavigationComponentProps,
} from 'react-native-navigation';
import Root from '../components/Root';
import Button from '../components/Button';
import Navigation from '../services/Navigation';
import testIDs from '../testIDs';
c... |
// <file>
// <copyright see="prj:///doc/copyright.txt"/>
// <license see="prj:///doc/license.txt"/>
// <owner name="Mike Krüger" email="mike@icsharpcode.net"/>
// <version>$Revision$</version>
// </file>
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;
... |
#ifndef vpp_api_h_included
#define vpp_api_h_included
#include <string.h>
#include <stdbool.h>
#include <vppinfra/types.h>
#include <vlibapi/api_types.h>
#include <vapi/vapi_common.h>
#include <svm/queue.h>
#ifdef __cplusplus
extern "C"
{
#endif
/**
* @file vapi.h
*
* common vpp api C declarations
*
* This fi... |
package layers
import (
"bytes"
"encoding/binary"
"fmt"
"github.com/google/gopacket"
)
// align calculates the number of bytes needed to align with the width
// on the offset, returning the number of bytes we need to skip to
// align to the offset (width).
func align(offset uint16, width uint16) uint16 {
return ... |
<?php
namespace Project\ExperienceBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class ProjectExperienceBundle extends Bundle
{
}
|
package router
import (
"fmt"
"os"
"strings"
"time"
g "github.com/onsi/ginkgo"
o "github.com/onsi/gomega"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/util/wait"
e2e "k8s.io/kubernetes/test/e2e/framework"
routeclientset "github.com/openshift/client-go/route/clientset/versioned"
... |
package gql.ratpack;
import static gql.ratpack.GraphQLHandlerUtil.executeGraphQL;
import static gql.ratpack.GraphQLHandlerUtil.renderGraphQL;
import static gql.ratpack.GraphQLHandlerUtil.renderGraphQLError;
import java.util.Map;
import com.fasterxml.jackson.core.JsonParseException;
import ratpack.handling.Context;
i... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
module Awspec::Type
class NatGateway < ResourceBase
tags_allowed
def resource_via_client
@resource_via_client ||= find_nat_gateway(@display_name)
end
def id
@id ||= resource_via_client.nat_gateway_id if resource_via_client
end
STATES = %w[
pending failed available deleting... |
<?xml version="1.0" encoding="utf-8" ?>
<percentiles>
<percentile>
<lower>1</lower>
<content>Tiny</content>
<upper>1</upper>
</percentile>
<percentile>
<lower>2</lower>
<content>Small</content>
<upper>11</upper>
</percentile>
<percentile>
<lower>12</lower>
<content>Medium</co... |
import Player from '../../src/game/Player';
const assert = require("assert");
describe('Player tests', function () {
var p
var startMoney = 1
beforeEach(() => {
p = new Player({startMoney: startMoney})
})
it('Player should have 0 points in the beginning', function () {
assert.equal(0, p.points)... |
'''
Copyright (c) 2015 FlorianSeidel
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 rights
to use, copy, modify, merge, publish, distribute, ... |
<!doctype html>
<html lang="en" ng-app="phonecatApp">
<head>
<meta charset="utf-8">
<title>Google Phone Gallery</title>
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css">
<link rel="stylesheet" href="css/app.css">
<script src="bower_components/angular/angular.js"></script>
<scr... |
module("Stomp Connection");
test("Connect to an invalid Stomp server", function() {
var client = Stomp.client(TEST.url + "_NOT_VALID");
client.connect("foo", "bar",
function() {},
function() {
start();
});
stop(TEST.timeout);
});
test("Connect to a valid Stomp server", function() {
va... |
package com.xiaoyanit.ui;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemClickListener;
import android.widget.ListView;
import ... |
layout: page
title: vaquero-plugin-test
permalink: /docs/plugins/test.html
---
`vaquero-plugin-test` is a simple non-operational plugin for `vaquero` which is used for testing `vaquero`.
There is no production use for this plugin.
---
Source: [vaquero-plugin-test](https://github.com/vaquero-io/vaquero-plugin-test)
|
module Braintree
module Test # :nodoc:
# The constants in this module can be used to create transactions with
# the desired status in the sandbox environment.
#
# See http://www.braintreepayments.com/docs/ruby/reference/sandbox
module TransactionAmounts
Authorize = "1000.00"
Decline = ... |
<?php
namespace frontend\controllers;
use Yii;
use common\models\LoginForm;
use frontend\models\PasswordResetRequestForm;
use frontend\models\ResetPasswordForm;
use frontend\models\SignupForm;
use frontend\models\ContactForm;
use yii\base\InvalidParamException;
use yii\web\BadRequestHttpException;
use yii\web\Control... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#region Snippet:Managing_StorageAccounts_AuthClient
using Azure.Identity;
using Azure.ResourceManager;
#if !SNIPPET
using System.Threading.Tasks;
using Azure.ResourceManager.Resources;
using Azure.ResourceManager.Resources... |
'''
Phoenix Add-on
Copyright (C) 2015 Blazetamer
Copyright (C) 2015 lambda
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 3 of the License, or
(at your opt... |
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {Image} from 'react-native';
export default class ImageView extends Component {
static propTypes = {
style: PropTypes.object,
source: PropTypes.oneOfType([PropTypes.number, PropTypes.object]),
opacity: PropTypes.number,
... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
lang="en-US"
xml:lang="en-US"
xmlns:th="http://www.thymeleaf.org"
th:fragment="layout">
<head lang="en">
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<form action="/admin" method="post">
name : <input type=... |
using System.Security.Cryptography.X509Certificates;
namespace CefSharp
{
/// <summary>
/// Class representing the SSL information for a navigation entry.
/// </summary>
public sealed class SslStatus
{
/// <summary>
/// Returns true if the status is related to a secure SSL/TLS conne... |
from __future__ import absolute_import
from __future__ import print_function
from __future__ import unicode_literals
import argparse
import sys
import MarkdownPP
import os
import time
from watchdog.observers import Observer
from watchdog.events import PatternMatchingEventHandler
# Terminal output ANSI color codes
c... |
<?php
/**
* Global Configuration Override
*
* You can use this file for overriding configuration values from modules, etc.
* You would place values in here that are agnostic to the environment and not
* sensitive to security.
*
* @NOTE: In practice, this file will typically be INCLUDED in your source
* control,... |
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
# since you don't have to restart the web serv... |
package common.service.impl;
import java.time.LocalDateTime;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.security.authentication.UsernamePasswordAuthenticatio... |
Makes OIDC authentication to Kubernetes easier by writing tokens into the kubectl
config file.
# CLI
## Usage
The intended usage of this CLI is to communicate with the kubelogin server to
set the token field of the kubectl config file. The kubernetes API server will
use this token for OIDC authentication.
The CLI a... |
import Logger
import datetime
import API
import Routes
from utilities import *
def get_stations(session):
new_stations = []
routes = session.query(db.Route).all()
for route in routes:
station_data = API.getV3('stops', 'route', route.name)
for station in station_data['data']:
... |
<?php
namespace Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor;
use Symfony\Component\DependencyInjection\Alias;
use Symfony\Component\DependencyInjection\Argument\IteratorArgument;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Definition;
use Symfony... |
<html devsite><head>
<title>Search Console'u Kullanma</title>
<meta name="project_path" value="/web/fundamentals/_project.yaml"/>
<meta name="book_path" value="/web/fundamentals/_book.yaml"/>
</head>
<body>
<p>Sitenizin
<a href="https://www.support.google.com/webmasters/answer/35179">sahibi olduğunuzu... |
using System.Collections.Generic;
using System.Text.Json;
using Azure.Core;
namespace Azure.ResourceManager.DataMigration.Models
{
public partial class CheckOciDriverTaskOutput
{
internal static CheckOciDriverTaskOutput DeserializeCheckOciDriverTaskOutput(JsonElement element)
{
Opti... |
from traitsui.api import VGroup, Item, Readonly
# ============= standard library imports ========================
# ============= local library imports ==========================
from pychron.core.pychron_traits import BorderVGroup
from pychron.options.options import SubOptions, AppearanceSubOptions
class VerticalF... |
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>CPU - ScalaTest 2.1.5 - org.scalatest.tags.CPU</title>
<meta name="description" content="CPU - ScalaTest 2.1.5 - org.scalatest.tags.CP... |
#import "UIKit/UIKit.h"
#import "MWKSiteDataObject.h"
@class MWKTitle;
@class MWKArticle;
@class MWKImageInfo;
@interface MWKImage : MWKSiteDataObject
/**
* Article the image was parsed from.
*/
@property (readonly, weak, nonatomic) MWKArticle* article;
/**
* URL pointing to the receiver's data.
*/
@property (... |
export { TemperatureFeelsLike32 as default } from "../../";
|
<?xml version="1.0"?>
<!--
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 "... |
from PyQt4 import uic, QtCore, QtGui
import sys, time
class Rawhid() :
def __init__(self) :
self.open = False
self.buf = ''
self.portlist = []
def Init(self) :
self.proc = QtCore.QProcess()
self.proc.start("rawhid_listener.exe")
self... |
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data.SqlClient;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Web.Script.Serialization;
using Dapper;
using NuGet.Server.Infrastructure;
using NuGet.Server.Models;
namespace NuGet.Server.Da... |
$package = 'OpenSSL'
try {
$params = @{
packageName = $package;
fileType = 'exe';
#InnoSetup - http://unattended.sourceforge.net/InnoSetup_Switches_ExitCodes.html
silentArgs = '/silent', '/verysilent', '/sp-', '/suppressmsgboxes' ;
url = 'http://slproweb.com/download/Win32OpenSSL-1_0_1p.e... |
require "savon"
module Goldeneye
module Drivers
class Savon < Base
class << self
def log=(log)
::Savon.log = log
::HTTPI.log = log
end
end
attr_reader :api
def initialize(service, options = {})
super
::Savon.configure do |config|
... |
layout: text/textblock
---
Assess your top tasks regularly through content testing, usability testing and analytics. There are many ways to measure content success.
Maintain your top tasks list so that it is prioritised correctly.
Create a visual of the top tasks your users need to do when interacting with your agenc... |