code stringlengths 4 1.01M |
|---|
using System;
using System.Collections.Generic;
using System.Text;
namespace Vino.Core.TimedTask.Attribute
{
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = true)]
public class InvokeAttribute : System.Attribute
{
public string Name { set; get; }
public bool IsE... |
<?php
/**
* Part of Windwalker project Test files.
*
* @copyright Copyright (C) 2019 LYRASOFT Taiwan, Inc.
* @license LGPL-2.0-or-later
*/
declare(strict_types=1);
namespace Windwalker\Filesystem\Test;
use Windwalker\Filesystem\File;
use Windwalker\Filesystem\Path;
/**
* Test class of Path
*
* @since 2... |
package org.newdawn.slick.util.pathfinding.navmesh;
import java.util.ArrayList;
/**
* A nav-mesh is a set of shapes that describe the navigation of a map. These
* shapes are linked together allow path finding but without the high
* resolution that tile maps require. This leads to fast path finding and
* ... |
use strict;
use Data::Dumper;
use Carp;
#
# This is a SAS Component
#
=head1 NAME
roles_to_complexes
=head1 SYNOPSIS
roles_to_complexes [arguments] < input > output
=head1 DESCRIPTION
roles_to_complexes allows a user to connect Roles to Complexes,
from there, the connection exists to Reactions (although in the
... |
import aaf
import os
from optparse import OptionParser
parser = OptionParser()
(options, args) = parser.parse_args()
if not args:
parser.error("not enough argements")
path = args[0]
name, ext = os.path.splitext(path)
f = aaf.open(path, 'r')
f.save(name + ".xml")
f.close()
|
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import styles from '../../build/styles';
export default class Subtitle extends Component {
static propTypes = {
children: PropTypes.any,
className: PropTypes.string,
size: PropTypes.oneOf([
'is1',
'is2',
'is3'... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./873af1edd08a980241ee3f9ff4f23ed88f42c05f1e83b3c4e77ebd81e29a8512.html">Teleport</a>
<hr>
... |
# nimna
**nim** **n**ucleic **a**cid folding.
## What is nimna?
**nimna** is a set of bindings to [ViennaRNA](https://www.tbi.univie.ac.at/RNA/), a library for RNA and DNA folding applications. It consists of a very thin `c2nim` wrapper `RNA.nim`, as well as a high level interface `nimna.nim`, which wraps the many p... |
"""
telemetry full tests.
"""
import platform
import sys
from unittest import mock
import pytest
import wandb
def test_telemetry_finish(runner, live_mock_server, parse_ctx):
with runner.isolated_filesystem():
run = wandb.init()
run.finish()
ctx_util = parse_ctx(live_mock_server.get_ctx()... |
# Last.fm user track analysis
## Description
Program that retrieves data from the Last.fm service API and provides the user with information on their listening habits.
## How to run it
You can start it either by executing module with `python` command
```bash
python user_tracks user_name api_key
```
Or by startin... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>You Are Statistically</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600">
<link rel="stylesheet" href="/style.css">
<li... |
using MinMaxFilter
using Base.Test
using MAT
# #######
#
# 1 dimension
#
# Compare to matlab slowminmaxfilt_algo.m
#
# t = [1:1024] ./1024; d = sin(2*pi*4*t);
# [minval, maxval] = slowminmaxfilt_algo(d, 100)
# dlmwrite('minmax_output.txt',[minval; maxval], 'delimiter', '\t', 'precision', '%.12f')
#
# ######
matlab =... |
\documentclass[11pt,english]{article}
\usepackage[a4paper,bindingoffset=0mm,left=20mm,right=18mm,top=17mm,bottom=12mm]{geometry}
\usepackage{blindtext}
\usepackage[T1]{fontenc}
\usepackage[colorlinks=true,
linkcolor=red,
urlcolor=blue,
citecolor=gray]{hyperref}
\usepackage{hyperref,... |
define(function(require, exports, module) {
var Notify = require('common/bootstrap-notify');
exports.run = function() {
var $form = $("#user-roles-form"),
isTeacher = $form.find('input[value=ROLE_TEACHER]').prop('checked'),
currentUser = $form.data('currentuser'),
edit... |
#!/bin/sh
echo 'todo!'
|
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using Newtonsoft.Json;
namespace Microsoft.AspNetCore.SignalR.Hubs
{
/// ... |
import * as Cookies from 'js-cookie'
import AppSettings from '../appSettings'
import { IFetchResult } from '../interfaces'
import History from './history'
export class HttpUtils {
parseJSON<T> (response: Response): Promise<IFetchResult<T>> {
return new Promise((resolve, reject) => {
if (respon... |
using Abp.Configuration.Startup;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Abp
{
public class AbpRedisCacheConfig
{
private string connectionStringKey = "Abp.Redis.Cache";
public string ConnectionStringKey
... |
using System;
namespace System.Windows.Automation
{
///
public static class AutomationProperties
{
#region AutomationId
/// <summary>
/// AutomationId Property
/// </summary>
public static readonly DependencyProperty AutomationIdProperty =
Depende... |
package org.sm.jdsa.graph.algorithm.coloring;
import java.util.stream.IntStream;
import org.sm.jdsa.graph.GraphAdjacencyListImpl;
import org.sm.jdsa.list.LinkedList;
import org.sm.jdsa.list.Iterator;
/**
*
* Counts number of colors upper bound for graph (vertex)
* coloring problem using greedy algorithm.
*
*... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Publications ● ghost in the computer</title>
<link rel="stylesheet" type="text/css" href="/css/style.css" >
<link rel="alternate" type="application/atom+xml" href="/feed.xml" title="News Feed">
<link href="https://fonts.googleapis.com/css?... |
import { ModuleWithProviders } from '@angular/core'
import { Routes, RouterModule } from '@angular/router'
//anything not maching a registered URL will go to the login page
const routes: Routes = [
{ path: '**', redirectTo: '/login', pathMatch: 'full' }
]
export const routing: ModuleWithProviders = RouterModule.fo... |
---
layout: micropubpost
date: '2018-05-28T18:33:41.488Z'
title: ''
mf-like-of:
- 'https://aaronparecki.com/2018/05/27/10/indieauth-twitter'
slug: '66821'
category: social
---
|
---
layout: default
---
<h1>
<!-- https://allejo.io/blog/a-jekyll-toc-in-liquid-only/ -->
<!-- preserve <code/> in titles -->
{% capture title %}{% include toc_pure_liquid.html html=content h_min=1 h_max=1 %}{% endcapture %}
{{ title | replace: '<code class="highlighter-rouge">', '`' | replace: '</code... |
module Ecm
module UserArea
module Generators
class InstallGenerator < Rails::Generators::Base
desc "Generates the intializer"
source_root File.expand_path('../templates', __FILE__)
def generate_intializer
copy_file "initializer.rb", "config/initializers/ecm_user_... |
/**
* Test async injectors
*/
import { memoryHistory } from 'react-router';
import { put } from 'redux-saga/effects';
import { fromJS } from 'immutable';
import configureStore from 'store';
import {
injectAsyncReducer,
injectAsyncSagas,
getAsyncInjectors,
} from '../asyncInjectors';
// Fixtures
const... |
# -*- coding: utf-8 -*-
' 检查扩展名是否合法 '
__author__ = 'Ellery'
from app import app
import datetime, random
from PIL import Image
import os
def allowed_file(filename):
return '.' in filename and \
filename.rsplit('.', 1)[1] in app.config.get('ALLOWED_EXTENSIONS')
def unique_name():
now_time = dateti... |
module.exports = function (grunt) {
"use strict";
grunt.initConfig({
pkg: grunt.file.readJSON("package.json"),
// grunt-contrib-clean
clean: {
instrument: "<%= instrument.options.basePath %>"
},
// grunt-contrib-jshint
jshint: {
files: [... |
class ConcernBox
include BlackBox::Concern
subject Hash
accept :a, :b, :c, :d
expose :[], :size
end
|
const EventEmitter = require('events');
/**
* Ends the session. Uses session protocol command.
*
* @example
* this.demoTest = function (browser) {
* browser.end();
* };
*
* @method end
* @syntax .end([callback])
* @param {function} [callback] Optional callback function to be called when the command finishe... |
---
---
<div class="block block-headline">
<a href="{{ url }}">
<h2 class="headline">Headline: Lorem ipsum dolor sit amet, consectetur adipiscing elit</h2>
</a>
</div>
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Ge... |
// Copyright 2013 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 ignore
//go:generate go run gen.go
// This program generates internet protocol constants and tables by
// reading IANA protocol registries.
package... |
[System.Serializable]
public class Objectives
{
public bool isDone;
public string Requirement;
Objectives()
{
isDone = false;
Requirement = "Objective Display";
}
}
//Possibly split into
//TimedObjective
//ResourceObjective
//BonusObjective |
from __future__ import print_function
from __future__ import absolute_import
from __future__ import unicode_literals
from SimPEG import Mesh, Utils
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.patches as patches
from scipy.sparse import spdiags,csr_matrix, eye,kron,hstack,vstack,eye,diags
impor... |
---
---
<!doctype html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Photo - A History of UCSF</title>
<link href='https://fonts.googleapis.com/css?family=... |
/*
*
*/
#include <stdint.h>
#include "unix/constant.h"
#include "encode.h"
#include "invoke.h"
#include "poll.h"
#define ONCE_PER_SECOND 100
enum {
ENABLED = (1 << 0), /* else disabled */
STARTED = (1 << 1), /* else stopped */
};
static uint8_t flag = 0;
void poll_init ()
{
flag = 0;
... |
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import {Injectable} from '@angular/core';
import {Observable, of} from 'rxjs';
import {concatMap, filter, map} from '... |
import Botkit from 'botkit';
import os from 'os';
import Wit from 'botkit-middleware-witai';
import moment from 'moment-timezone';
import models from '../../app/models';
import storageCreator from '../lib/storage';
import setupReceiveMiddleware from '../middleware/receiveMiddleware';
import notWitController from './n... |
<?php
include("../core/init.php");
require_once("../class/Mail.php");
$flag=true;
$id_user = addslashes($_POST['id_user']);
$res = $mysqli->query("SELECT nom, prenom, identifiant, id_classe FROM fc_user WHERE id_user = '$id_user'");
if(mysqli_num_rows($res) > 0){
$tab=$res->fetch_assoc();
$nom = stripslashes($tab['n... |
namespace MealsToday.MVC.Providers.DBModels
{
public class UserInserted
{
public int UserId { get; set; }
public string Email { get; set; }
}
} |
#!/bin/bash -x
#
# Generated - do not edit!
#
# Macros
TOP=`pwd`
CND_PLATFORM=Cygwin_4.x-Windows
CND_CONF=Debug
CND_DISTDIR=dist
CND_BUILDDIR=build
CND_DLIB_EXT=dll
NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
TMPDIRNAME=tmp-packaging
OUTPUT_PATH=${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/cs501k... |
<?php
/*
* This file is part of Sulu.
*
* (c) MASSIVE ART WebServices GmbH
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Sulu\Bundle\SecurityBundle\DataFixtures\ORM;
use Doctrine\Common\DataFixtures\FixtureInterface;
use Doctrine\C... |
---
layout: default
title: Account
title_label: hide
post_scripts:
- js/account.js
startup_functions:
- redirectIfNotLoggedIn()
---
<div class="header">
{% include small-banner.html %}
{% include header.html %}
</div>
<div class="wrapper container">
<div class="row">
<div class="col-md-6">
<div... |
package com.voxelgameslib.voxelgameslib.api.feature.features;
import com.google.gson.annotations.Expose;
import java.util.Arrays;
import javax.annotation.Nonnull;
import com.voxelgameslib.voxelgameslib.api.event.GameEvent;
import com.voxelgameslib.voxelgameslib.api.feature.AbstractFeature;
import com.voxelgameslib.v... |
<?php
class Gestor_Tiendas_Model extends CI_Model
{
private $fileName;
private $xmlProductos;
public function __construct() {
parent::__construct();
}
/**
* Carga los datos de la tienda seleccionada
* @param type $nombreTienda
*/
public f... |
/**
Create by Huy: codocmm@gmail.com ~ nqhuy2k6@gmail.com
07/31/2015
*/
define(["durandal/app", "knockout", "bootstrap", "viewmodels/component-4"], function (app, ko, bootstrap, Component4) {
return function () {
var me = this;
var dashboardViewModel = this;
dashboardViewModel.compoment4 ... |
@font-face {
font-family: "Material Icons";
font-style: normal;
font-weight: 400;
src: local("Material Icons"),
local("MaterialIcons-Regular"),
url(/static/fonts/MaterialIcons-Regular.woff2) format('woff2'),
url(/static/fonts/MaterialIcons-Regular.woff) format('woff'),
ur... |
extern int js_add(int, int);
int add(int a, int b) {
return js_add(a, b);
}
|
module Instructions where
import Text.ParserCombinators.Parsec
import Control.Applicative hiding (many, (<|>))
type Coordinate = (Integer, Integer)
type Region = (Coordinate, Coordinate)
data Instruction = Instruction Task Region
deriving (Show)
data Task = TurnOn | Toggle | TurnOff
de... |
# DAY19
## 20171109
# TIL
## #1. 2차원 배열
- 배열안에 배열이 들어있는 것으로, 2차원, 3차원까지 주로 사용한다.
```javascript
var arr = [];
arr.push([1,2,3]);
arr.push([4,5,6]);
```
- 배열 주소의 의미 : arr[0] = [arr의 주소 + 0번째]를 읽으라는 의미이다.
- n*m행렬에서 a(ij) = m * i + j로 표현할 수 있다.
- 2차원 배열의 순회 n * m
```javascript
var arr = [[1,2,3],[4,5... |
all: linux
linux: main tresmeios rostorobo movimentos curvas help headers/debug.h
g++ -o trabalho1compgraf_linux -fwhole-program -O2 -Wall -Wextra main.o tresmeios.o movimentos.o rostorobo.o curvas.o help.o -lglui -lglut -lGLU -lGL -lm
#Compilação para Windows NAO FOI TESTADA pois nenhum dos membros utilizava ambie... |
/*
************************************************************************
Copyright (c) 2013 UBINITY SAS
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... |
using System;
namespace work.bacome.imapclient
{
public partial class cIMAPClient
{
private partial class cSession
{
public enum eGreetingType { ok, preauth, bye }
public struct sGreeting
{
public readonly eGreetingType Type;
... |
# Module Smith

A simple extensible `npm` build bot that works on Linux, SmartOS, and Windows.
## Example
Given a small script for building a specific module:
``` js
var assert = require('assert'),
tmp = require('tmp'),
ModuleSmith = require('module-smith'... |
# Rails 3.2 Integration for Redactor (Devise Edition) and for ActiveAdmin!
# Only for AciveAdmin
The redactor-rails gem integrates the [Redactor](http://redactorjs.com/) editor with the Rails 3.2 asset pipeline.
This gem bundles Redactor version 8.2.2 which is the most recent version as of January 20, 2013. Check [R... |
#ifndef TECH_UI_WINDOWSYSTEM_H
#define TECH_UI_WINDOWSYSTEM_H
#include <tech/pimpl.h>
#include <tech/string.h>
#include <tech/types.h>
#include <tech/ui/rect.h>
#include <tech/ui/timer.h>
#include <tech/ui/widget.h>
namespace Tech {
class WindowSystemPrivate;
class WindowSystem final : public Interface<WindowSys... |
import static org.junit.Assert.*;
import static org.hamcrest.CoreMatchers.*;
import org.junit.*;
public class ScoreCollectionTest {
@Test
public void answersArithmeticMeanOfTwoNumbers() {
// arrange
ScoreCollection collection = new ScoreCollection();
collection.add(() -> 5);
co... |
export { Button, ButtonFactory } from './Button';
|
clean-obj
=========
Clean objects recursively, deleting undefined & null or falsy properties.
## Installation
```bash
npm i clean-obj --save
```
## Usage
`cleanObj(obj [,strict])`
The usage of this module is very straightforward, as you can see in the example below.
```javascript
var cleanObj = require('clean-... |
namespace System.Text.RegularExpressions
{
using System;
using System.Globalization;
internal sealed class RegexFC
{
internal bool _caseInsensitive;
internal RegexCharClass _cc;
internal bool _nullable;
internal RegexFC(bool nullable)
{
... |
@setlocal
@ECHO off
SET CONFIGURATION=Release
SET CMDHOME=%~dp0
@REM Remove trailing backslash \
set CMDHOME=%CMDHOME:~0,-1%
pushd "%CMDHOME%"
@cd
SET OutDir=%CMDHOME%\..\Binaries\%CONFIGURATION%
set TESTS=%OutDir%\Tester.dll %OutDir%\TesterInternal.dll
if []==[%TEST_FILTERS%] set TEST_FILTERS=-trait "Category=BVT... |
'use strict';
/**
* Created by Alex Levshin on 26/11/16.
*/
var RootFolder = process.env.ROOT_FOLDER;
if (!global.rootRequire) {
global.rootRequire = function (name) {
return require(RootFolder + '/' + name);
};
}
var restify = require('restify');
var _ = require('lodash');
var fs = require('fs');
v... |
"""
Test the Multinet Class.
"""
import multinet as mn
import networkx as nx
class TestMultinet(object):
def test_build_multinet(self):
"""
Test building Multinet objects.
"""
mg = mn.Multinet()
assert mg.is_directed() == False
mg.add_edge(0, 1, 'L1')
mg... |
using System;
using System.Collections.Immutable;
using System.IO;
using System.Xml;
using Xunit;
namespace WarHub.ArmouryModel.Source.CodeGeneration.Tests
{
public class SerializationTests
{
[Fact]
public void CheckEmptyDeserialization()
{
const string ContainerXml = "<con... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using System.Windows.Forms;
namespace NetOffice.DeveloperToolbox.ToolboxControls.OfficeCompatibility
{
/// <summary>
... |
<h1 id="test">Test</h1>
<pre><code class="lang-javascript"><span class="hljs-variable"><span class="hljs-keyword">var</span> a</span> = <span class="hljs-number">10</span>;
</code></pre>
<h2 id="hello-helinjiang">Hello grunt-md-html</h2>
|
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Audio;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.GamerServices;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
using Microsoft.Xna.Fram... |
require.register("scripts/product", function(exports, require, module) {
var req = require('scripts/req');
AddStyleTagToItemVM = function(user, styletag_repo) {
// this is very similar to AddItemToCollectionVM - yet different.
var self = this;
self.styletags = styletag_repo.create_filte... |
module SifttterRedux
# DropboxUploader Class
# Wrapper class for the Dropbox Uploader project
class DropboxUploader
# Stores the local filepath.
# @return [String]
attr_accessor :local_target
# Stores the remote filepath.
# @return [String]
attr_accessor :remote_target
# Stores the m... |
using AppKit;
using Foundation;
namespace ChipmunkSharp.Example.Cocoa
{
[Register ("AppDelegate")]
public class AppDelegate : NSApplicationDelegate
{
public AppDelegate ()
{
}
public override void DidFinishLaunching (NSNotification notification)
{
// Insert code here to initialize your application
... |
---
layout: post
title: "via显卡驱动"
date: 2007-05-20 17:02:31
categories: 默认分类
tags:
---
* content
{:toc}
http://forum.ubuntu.org.cn/about48065.html&sid=0076348367b759485c5f40f3f7b54d91
|
<?php
// Connection Component Binding
Doctrine_Manager::getInstance()->bindComponent('Spdevalm', 'profit');
/**
* BaseSpdevalm
*
* This class has been auto-generated by the Doctrine ORM Framework
*
* @property integer $dev_num
* @property timestamp $fecha
* @property string $alm_orig
* @property string $alm_... |
using System.Web;
using System.Web.Optimization;
namespace MvcOther
{
public class BundleConfig
{
// バンドルの詳細については、http://go.microsoft.com/fwlink/?LinkId=301862 を参照してください
public static void RegisterBundles(BundleCollection bundles)
{
bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
... |
<?php
/**
* Class for performing HTTP requests
*
* PHP versions 4 and 5
*
* LICENSE:
*
* Copyright (c) 2002-2007, Richard Heyes
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* a... |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = undefined;
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor... |
import React, { Component } from 'react';
import List from 'react-toolbox/lib/list/List';
import ListSubHeader from 'react-toolbox/lib/list/ListSubHeader';
import ListCheckbox from 'react-toolbox/lib/list/ListCheckbox';
import ListItem from 'react-toolbox/lib/list/ListItem';
import Dropdown from 'react-toolbox/lib/drop... |
require "simple_selector/version"
require "simple_selector/specificity"
require "simple_selector/segment"
class SimpleSelector
def initialize(string=nil)
@segments = []
@specificity = Specificity.new
concat(string) unless string.nil?
end
attr_reader :specificity
def concat(string)
string.sc... |
<?php
namespace thgs\Olographos;
class Olographos
{
/*
| Olographos class
|-=-=-=-=-=-=-=-=-=-
|
| I wrote this a while ago, now went through it all wrapping it in a class.
| Has some introspective comments :)
|
|
| Limitations: max number is 999,999.99
|
| Version: 0.1b - ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using LambdastylePrototype;
using LambdastylePrototype.Interpreter;
using LambdastylePrototype.Interpreter.Predicates;
using LambdastylePrototype.Interpreter.Subjects;
namespace Test.input5.js... |
package jp.co.rakuten.checkout.lite.model;
import static org.junit.Assert.assertEquals;
import org.junit.Before;
import org.junit.Test;
import jp.co.rakuten.checkout.lite.RpayLite;
import jp.co.rakuten.checkout.lite.RpayLiteTest;
import jp.co.rakuten.checkout.lite.exception.UnexpectedValueException;
import jp.co.rak... |
using System;
using System.Windows.Forms;
using BizHawk.Emulation.Common;
using BizHawk.Client.Common;
using BizHawk.Common.NumberExtensions;
namespace BizHawk.Client.EmuHawk
{
public partial class StateHistorySettingsForm : Form
{
public IStatable Statable { get; set; }
private readonly TasStateManagerSettin... |
<?php
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit54de4412c901abf97506a041edca18c7
{
private static $loader;
public static function loadClassLoader($class)
{
if ('Composer\Autoload\ClassLoader' === $class) {
require __DIR__ . '/ClassLoader.php';
}
... |
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Iglesia Calle Brasil</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
... |
//-----------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (... |
using System;
using Android.App;
using Android.Content;
using Android.Content.PM;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using Android.OS;
using GlobalTouch;
using Xamarin.Forms;
namespace GlobalTouch.Droid
{
[Activity(Label = "GlobalTouch.Droid", Icon = "@drawable/icon", Theme = "@style/M... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
public class OVRSceneLoader : MonoBehaviour
{
public const string externalStoragePath = "/sdcard/Android/data";
public const string sceneLoadDataName... |
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description">
<meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML">
<meta n... |
<?php
/**
* Store your app related helpers in this file.
* You can access them in your Controllers, Views and Models.
*/ |
.locked .form-content {
pointer-events: none;
filter: blur(3px);
opacity: .7;
}
.locker {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 80%;
text-align: center;
}
|
import {
defaultAction,
} from '../actions';
import {
DEFAULT_ACTION,
} from '../constants';
describe('Marginals actions', () => {
describe('Default Action', () => {
it('has a type of DEFAULT_ACTION', () => {
const expected = {
type: DEFAULT_ACTION,
};
expect(defaultAction()).toEqu... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("th... |
/*
* Fiahil
* 12.05.2012
*/
#if !defined(__Bomberman_Bonus_h)
#define __Bomberman_Bonus_h
#include <Model.hpp>
#include "enum.hpp"
#include "AObj.hpp"
class Bonus : public AObj
{
public:
Bonus(BonusType::eBonus t, Point const&, gdl::Model&);
virtual ~Bonus();
private:
BonusType::eBonus _type;
gdl::Model&... |
//A simple build file using the tests directory for requirejs
{
baseUrl: "../../../requirejs/tests/text",
paths: {
text: "../../../requirejs/../text/text"
},
dir: "builds/text",
optimize: "none",
optimizeAllPluginResources: true,
modules: [
{
name: "w... |
#include "DirectFormOscillator.h"
using namespace DSP;
DirectFormOscillator::DirectFormOscillator(){
init = false;
}
void DirectFormOscillator::setFrequency(float frequency, float sampleRate){
if(fo != frequency){
flush();
fo = frequency;
}
fs = sampleRate;
theta = 2 * ... |
namespace BankAccountApp.MSTests.Integration {
using System;
using Bank;
using Microsoft.VisualStudio.TestTools.UnitTesting;
[TestClass]
public sealed class IntegrationTest {
private readonly AccountRepository _accountRepository = new AccountRepository();
[TestMethod]
[Exp... |
<!DOCTYPE html><html><head><title>http://sanjeevkpandit.github.io/categories/development/</title><link rel="canonical" href="http://sanjeevkpandit.github.io/categories/development/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://sanjeevkpandit.github.io/... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Arc.Grammar.Tokens
{
public sealed class EndOfInputToken : IToken
{
}
}
|
/*
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'stylescombo', 'no', {
label: 'Stil',
panelTitle: 'Stilformater',
panelTitle1: 'Blokkstiler',
panelTitle2: 'Inlinestil... |
//Language: GNU C++
/** Be name Khoda **/
#include <iostream>
#include <iomanip>
#include <fstream>
#include <sstream>
#include <map>
#include <vector>
#include <list>
#include <set>
#include <queue>
#include <deque>
#include <algorithm>
#include <bitset>
#include <cstring>
#include <cstdio>
#incl... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.