answer stringlengths 15 1.25M |
|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hammer: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" r... |
#!/usr/bin/env node
'use strict';
var assert = require('assert');
var depRep = require('../../lib/depRep');
var oldJson = require('../fixtures/old.json');
var newJson = require('../fixtures/new.json');
var unsupported = require('../fixtures/unsupported.json');
function key(number, dev) {
var prefix = "/dependencies... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>string: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" r... |
/*
* Description:
* the meta server's date structure, impl file
*
* Revision history:
* 2016-04-25, Weijie Sun(sunweijie at xiaomi.com), first version
* xxxx-xx-xx, author, fix bug about xxx
*/
#include <dsn/service_api_cpp.h>
#include "meta_data.h"
namespace dsn { namespace replication {
void mainta... |
// <auto-generated>
// Codesmith
// </auto-generated>
using System;
using ProtoBuf;
using ZyGames.Framework.Common;
using ZyGames.Framework.Collection;
using ZyGames.Framework.Model;
namespace ZyGames.Doudizhu.Model
{
<summary>
</summary>
<![CDATA[
@periodTime:()
@personalName: UserId,"UserId"
]... |
=begin
= TeamDecorator
- version: 6.002
- author: Leega
Decorator for the Team model.
Contains all presentation-logic centered methods.
=end
class TeamDecorator < Draper::Decorator
delegate_all
include Rails.application.routes.url_helpers
# Retrieves the team complete name
# with link to team radiogr... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>fssec-model: 49 s </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="s... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>tarski-geometry: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.m... |
<span class="hljs-keyword">import</span> {NgModule} <span class="hljs-keyword">from</span> <span class="hljs-string">'@angular/core'</span>;
<span class="hljs-keyword">import</span> {FormsModule} <span class="hljs-keyword">from</span> <span class="hljs-string">'@angular/forms'</span>;
<span class="h... |
using System;
using System.Runtime.InteropServices;
using System.Text;
namespace Akkomation.TelldusCore.Utils
{
internal enum MarshalDirection
{
In,
Out
}
internal class <API key> : ICustomMarshaler
{
private static readonly <API key> InputInstance = new <API key>(MarshalDire... |
<?php
namespace MicroCMS\Controller;
use Silex\Application;
use Symfony\Component\HttpFoundation\Request;
use MicroCMS\Domain\Article;
use MicroCMS\Domain\Experience;
use MicroCMS\Domain\User;
use MicroCMS\Domain\Perso;
use MicroCMS\Domain\Portfolio;
use MicroCMS\Domain\Loisir;
use MicroCMS\Form\Type\ArticleType;
use M... |
<script src="../../bower_components/moment/moment.js"></script>
<script src="../../bower_components/moment/locale/fr.js"></script> |
# encoding: utf-8
require 'test_helper'
require 'earth_tools'
require 'earth_tools/result/time_zone'
require 'mock_lookup'
# Tests for Time Zone lookups.
class TimeZoneTest < MiniTest::Unit::TestCase
def setup
@result = EarthTools.time_zone(40.71417, -74.00639)
@result2 = EarthTools.time_zone(40.71655, -12.1... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>compcert: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... |
(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD
define(['angular'], factory);
} else if (typeof exports === 'object') {
// CommonJS
factory(require('angular'));
} else {
// Browser globals
factory(window.angular)
}
}(function (angular) {
'use strict';
a... |
<?php
namespace InoOicClient\Oic\Authorization\State\Exception;
class <API key> extends \RuntimeException
{
} |
# 9fs file server
FROM debian:sid
MAINTAINER jordi collell <j@tmpo.io>
RUN apt-get update && apt-get install -y \
diod
VOLUME /data
CMD [ "diod", "--export=/data", "-n", "-f", "-l", "0.0.0.0:5640" ]
EXPOSE 5640 |
<?php
umask(0000);
use Symfony\Component\ClassLoader\ApcClassLoader;
use Symfony\Component\HttpFoundation\Request;
$loader = require_once __DIR__.'/../app/bootstrap.php.cache';
// Enable APC for autoloading to improve performance.
// You should change the ApcClassLoader first argument to a unique prefix
// in order to ... |
<?php
namespace Leezy\PheanstalkBundle\Tests\Command;
use Leezy\PheanstalkBundle\Command\PutCommand;
use Pheanstalk\Job;
use Symfony\Component\Console\Tester\CommandTester;
class PutCommandTest extends <API key>
{
public function testExecute()
{
$args = $this->getCommandArgs();
$tube = $... |
<?php
namespace PlaygroundDesign\Service;
use PlaygroundDesign\Entity\Theme as ThemeEntity;
use Laminas\Form\Form;
use Laminas\ServiceManager\ServiceManager;
use Laminas\Validator\NotEmpty;
use Laminas\EventManager\<API key>;
use PlaygroundDesign\Options\ModuleOptions;
use DoctrineModule\Validator\NoObjectExists as <AP... |
var express = require('express')
var braintree = require('braintree')
var router = express.Router() // eslint-disable-line new-cap
var gateway = require('../lib/gateway')
var <API key> = [
braintree.Transaction.Status.Authorizing,
braintree.Transaction.Status.Authorized,
braintree.Transaction.Status.Settled,
br... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-analysis: 9 m 50 s </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.c... |
<div class="body-bg"></div>
<main ng-if="$pageFinishedLoading" ng-class="{ 'menu-collapsed': $baSidebarService.isMenuCollapsed() }">
<ba-sidebar></ba-sidebar>
<page-top></page-top>
<div class="al-main">
<div class="al-content">
<content-top></content-top>
<div ba-panel ba-pan... |
#ifndef <API key>
#define <API key>
/**
Initialises and prepares the PS/2 keyboard driver for use. This will ensure the
PS/2 keyboard is in a usable state.
NOTE:
This driver is rudimentary and should really be fleshed out into a full PS/2
driver that properly manages the PS/2 controller state and configura... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>compcert: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" ... |
package com.kant.datastructure.stacks;
import com.kant.sortingnsearching.MyUtil;
public class StockSpanProblem {
int[] stockData;// prices
public StockSpanProblem(int[] stockData) {
this.stockData = stockData;
}
/**
* General approach. TESTED
*
* @return
*/
public int[] g... |
static void cnrom_switchchr(int bank)
{
int size = 8192;
backend_read(romfn, 16 + (16384 * header.prgromsize) + (bank * size), size, ppu_memory);
}
static void cnrom_access(unsigned int address, unsigned char data)
{
if (address > 0x7fff && address < 0x10000)
cnrom_switchchr(data & (header.chrromsiz... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.ExceptionServices;
using System.Threading;
using System.Threading.Tasks;
using CommonCache.Test.Common;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace CommonCache.Test.Unit.Utils
{
public class Ca... |
<?php
namespace Eggbe\Helper;
use \Eggbe\Helper\Abstractions\AHelper;
class Hash extends AHelper {
/**
* @param int $length
* @return string
* @throws \Exception
*/
public final static function solt($length){
if ((int)$length > 62){
throw new \Exception('Max solt length c... |
<ul class="context_menu">
<li><a href="?module=menu">Retour aux menus</a></li>
</ul>
<form action="?module=menu&action=edit" method="post">
<input type="hidden" name="menuId" value="<?php echo $menu->getId(); ?>" />
<label class="mandatory">Titre</label>
<input type="text" name="title" value="<?php echo... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>fourcolor: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css... |
import { Component } from 'react';
import Router from 'next/router';
import io from 'socket.io-client';
import fetch from 'isomorphic-fetch';
import Page from '../../layouts/page.js';
import Slide from '../../components/slide.js';
import Code from '../../components/code.js'
import Emojis from '../../components/emojis.j... |

Long Haul is a minimal jekyll theme built with SASS / GULP / BROWSERSYNC / AUTOPREFIXER and focuses on long form blog posts. It is meant to be used as a starting point for a jekyll blog/website.
If you really enjoy Long Haul and want to give me credit somewhere on the internet send or... |
/* eslint-disable promise/always-return */
import { <API key> } from "schema/v2/test/utils"
import gql from "lib/gql"
describe("Me", () => {
describe("<API key>", () => {
it("returns shows by followed artists", async () => {
const query = gql`
{
me {
<API key>(
fi... |
<?php
namespace scriptorium\UserBundle\Entity;
use FOS\UserBundle\Entity\User as BaseUser;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Validator\Constraints as Assert;
use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
use Symfony\Component\HttpFoundation\File\UploadedFile;
use Symfony\Component... |
#include "au.h"
struct au_header {
uint32_t magic;
uint32_t data_offset;
uint32_t data_size;
uint32_t encoding;
uint32_t sample_rate;
uint32_t channels;
};
int au_isfile(const uint8_t *data, size_t input_len, size_t *lengthptr)
{
if (input_len < AU_HEADER_SIZE || MAGIC(data) != AU_MAGIC)
... |
package com.jasonlam604.stocktechnicals.indicators;
import com.jasonlam604.stocktechnicals.util.NumberFormatter;
/**
* Moving Average Convergence/Divergence Oscillator
*/
public class <API key> {
private static final int CROSSOVER_NONE = 0;
private static final int CROSSOVER_POSITIVE = 1;
private static f... |
package consolealiensgame;
import alieninterfaces.*;
import java.lang.reflect.Constructor;
/**
*
* @author guberti
*/
public class AlienContainer {
public final String alienPackageName;
public final String alienClassName;
public final Constructor<?> alienConstructor;
private final Alien alien;
pr... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,100,700|Source Sans:400,300,100' rel='sty... |
'use strict';
/**
* Module dependencies.
*/
var mongoose = require('mongoose'),
Example = mongoose.model('Example'),
_ = require('lodash'),
upload = require('./upload');
/**
* Find example by id
*/
exports.example = function(req, res, next, id) {
Example.load(id, function(err, example) {
if ... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>cantor: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" r... |
import { fireShuffleTasks } from 'src/model/ModelBase';
import { REFERENCE } from 'config/types';
import { rebindMatch } from 'shared/rebind';
import { isArray, isString } from 'utils/is';
import { escapeKey } from 'shared/keypaths';
import ExpressionProxy from './ExpressionProxy';
import resolveReference from './resol... |
'use strict';
const config = require('config');
const esdoc = require('gulp-esdoc');
const gulp = require('gulp');
module.exports = function <API key>() {
return gulp.src('./src')
.pipe(esdoc({
destination: config.get('build.documentation.outputPath'),
unexportIdentifier: config.get('build.documentati... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ceres: 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>ltl: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel=... |
package model.question;
import model.enums.QuestionTypes;
public class ImageQuestion implements QuestionIF {
private String imagePath;
private char[] answer;
private QuestionTypes type;
public ImageQuestion(String imagePath, char[] answer, QuestionTypes type){
this.setType(type);
this.se... |
**Houdini** allows easy hotswapping of Python code. The snippet is currently
at ALPHA stage, but should soon be top notch.
Basic usage example
Create the files **swapped.py**:
python
from houdini import hotswap
@hotswap
def foo():
return '0x0'
and **client.py**:
python
import time
import swapped
while True:
pri... |
// Use of this source code is governed by a BSD-style
// Package queryservice contains the interface for the service definition
// of the Query Service.
package queryservice
import (
"io"
"golang.org/x/net/context"
"github.com/youtube/vitess/go/sqltypes"
"github.com/youtube/vitess/go/vt/tabletserver/que... |
import os
from typing import List, Tuple
from raiden.network.blockchain_service import BlockChainService
from raiden.network.pathfinding import get_random_service
from raiden.network.proxies.service_registry import ServiceRegistry
from raiden.network.rpc.client import JSONRPCClient
from raiden.network.rpc.smartcontract... |
<md-tab-group>
<md-tab label="Example">
<div class="page-content">
<div fxLayout="row" fxLayout.xs="column" fxLayout.sm="column" fxFlex>
<md-card fxFlex class="page-card">
<md-card-title>Menu</md-card-title>
<md-card-subtitle>Default material menu</md-card-subtitle>
<md... |
// <API key>.h
// BlackNoise
#import <Foundation/Foundation.h>
@interface <API key> : NSObject<<API key>>
@end |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
.country {
fill: lightgray;
stroke: darkgrey;
stroke-width: 1px;
}
.country:hover {
fill: darkgrey;
}
div.tooltipDestination {
position: absolute;
... |
require 'test_helper'
describe Subcheat do
it 'should report version number' do
Subcheat::VERSION.must_be_instance_of String
end
end |
using System.Reflection;
[assembly: AssemblyTitle("Querify.Nh")] |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<p>isElement</p>
<p><a href="isElement.html"></a>isElement</p>
<form><input><input></form>
<select><option></option><option></option></select>
<script></script>
<svg>
<g id="elmG"/>
<text id="elmText"/>
<rect id="elmRect"/>
... |
#!/bin/bash
set -x
set -e
source "/tools/common_rc/functions.sh"
apt-get update
# install SSHD
apt-get install -y --<API key> ssh
# let root logins, disable password logins
sed -i \
-e 's/^#?UsePAM.*$/UsePAM no/g' \
-e 's/^#?<API key>.*$/<API key> yes/g' \
-e 's/^#?PermitRootLogin.*$/PermitRootLogin yes/g' \
-e 's/^#?U... |
// <API key>.h
// TuneFight
#import <UIKit/UIKit.h>
@class RootViewController;
@interface <API key> : NSObject <<API key>>
@property (nonatomic, strong) UIWindow *window;
@end |
using FluentValidation;
using MediatR;
using Shop.Infrastructure.Data;
using System.Linq;
using System.Threading.Tasks;
using AutoMapper;
using Microsoft.EntityFrameworkCore;
using Shop.Core.Interfaces;
using Shop.Infrastructure.Data.Extensions;
namespace Shop.Features.Product
{
public class ProductEdit
{
... |
using System;
using System.Collections.Concurrent;
using System.Threading;
namespace Napack.Server
{
<summary>
Holds statistics for the Napack Framework Server system as a whole.
</summary>
<remarks>
This class and its contents is stored in memory.
</remarks>
public class SystemStats
{
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>extructures: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.c... |
'use strict'
var test = require('tape')
var createDate = require('./')
test(function (t) {
t.ok(createDate('1-1-2000') instanceof Date)
t.end()
}) |
<html><body>
<h4>Windows 10 x64 (18362.116)</h4><br>
<h2><API key></h2>
<font face="arial"> +0x000 Version : Uint4B<br>
+0x008 HalHandlerForBus : Ptr64 _<a href="./_BUS_HANDLER.html">_BUS_HANDLER</a><br>
+0x010 <API key> : Ptr64 _<a href="./_BUS_HANDLER.html">_BUS_HANDLER</a><br>
+0x018 <API... |
<?php
namespace PHPExiftool\Driver\Tag\Microsoft;
use JMS\Serializer\Annotation\ExclusionPolicy;
use PHPExiftool\Driver\AbstractTag;
/**
* @ExclusionPolicy("all")
*/
class MediaType extends AbstractTag
{
protected $Id = 'MediaType';
protected $Name = 'MediaType';
protected $FullName = 'Microsoft::Xtra';
... |
# This file is part of Indico.
# Indico is free software; you can redistribute it and/or
import os
from indico.core import signals
from indico.core.db import db
from .logger import logger
from .oauth2 import require_oauth
__all__ = ['require_oauth']
@signals.core.app_created.connect
def <API key>(app, **kwargs):
if... |
<!-- Latest statistical bulletins -->
<section class="panel wrapper box box--padded--med panel--bottom-mar <API key> solid border">
<header class="<API key>">
<h2 class="<API key> table-inline ">Latest statistical bulletins</h2>
<a class="<API key> hide-med-down" href="#!{{getPath()}}/collection?cont... |
<!DOCTYPE html>
<?xml version="1.0" encoding="UTF-8"?>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Earth Negotiations Bulletin: AWGs</title>
<link href="../assets/style/bulletin.css" rel="stylesheet" />
</head>
<body>
<h1>Earth Negotiations ... |
<?php
require __DIR__.'/../vendor/autoload.php';
require __DIR__.'/api_key.php';
$vrp = new \Gueststream\Vrp($api_key);
print_r($vrp->isOnline()); |
using FlaUI.Core.AutomationElements.Infrastructure;
using FlaUI.Core.Patterns;
namespace FlaUI.Core.AutomationElements.PatternElements
{
<summary>
An element which supports the <see cref="<API key>" />.
</summary>
public class <API key> : AutomationElement
{
<summary>
Creates a <see ... |
#ifndef __SEQ_HPP__
#define __SEQ_HPP__
#include <string>
#include <vector>
#include <memory>
#include <iostream>
class SeqNode;
typedef std::shared_ptr<SeqNode> SeqNodeSP;
class SeqNode
{
public:
enum E_CallType {
E_UNKNOWN,
E_SYNC,
E_ASYNC,
E_ASYNC_WAIT
... |
<?php
class Upload
{
private $error = array();
private $name;
private $ext;
private $orgWidth;
private $orgHeight;
private $width;
private $height;
private $maxWidth = 0;
private $maxHeight = 0;
private $prefix;
private $suffix;
private $uploadedFile;
private $source;... |
using System;
using System.Collections.Generic;
namespace RefinId.Specs
{
public class TestStorage : ILongIdStorage
{
private List<long> _values;
public TestStorage(params long[] values)
{
_values = new List<long>(values);
}
public List<long> Values
{
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>compcert: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>string: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" re... |
using SMSServices.Models;
using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Data.Entity.Infrastructure;
using System.Data.Entity.Validation;
using System.Data.SqlClient;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Web.Http;
using WebAp... |
<?php
namespace QnNguyen\EdtUbxNS\Condition;
/**
* Class MatchInArray
* Check if an element exists in an array
* @package QnNguyen\EdtUbxNS\Condition
*/
class MatchInArray extends PropertyCondition
{
/**
* @param $value
* @return bool
*/
function typeCheck($value)
{
return is_arra... |
// Week 5 - Task 7
import java.io.PrintWriter;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
import java.io.*;
public class TCPSerServer
{
private static ServerSocket servSock;
private static final int PORT = 1234... |
<?php
namespace Easybill\ZUGFeRD211\Model;
use JMS\Serializer\Annotation\SerializedName;
use JMS\Serializer\Annotation\Type;
use JMS\Serializer\Annotation\XmlElement;
class <API key>
{
/**
* @Type("string")
* @XmlElement(cdata = false, namespace = "urn:un:unece:uncefact:data:standard:<API key>:100")
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>menhirlib: 43 s </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="sty... |
#include "<API key>.h"
#include "ofAppRunner.h"
namespace nofx
{
namespace AppRunner
{
NAN_METHOD(<API key>)
{
ofSetOrientation((ofOrientation) args[0]->Uint32Value());
NanReturnUndefined();
} // !<API key>
} // !namespace AppRunner
} // !namespace nofx |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>relation-extraction: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstr... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_15) on Thu Mar 10 09:38:24 BRT 2011 -->
<TITLE>
DAO.exception
</TITLE>
<META NAME="date" CONTENT="2011-03-10">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT... |
package top.cardone.func.vx.usercenter.userDepartment;
import com.google.common.base.Charsets;
import lombok.extern.log4j.Log4j2;
import lombok.val;
import org.apache.commons.io.FileUtils;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotatio... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using InvoiceProcessing.Messages.Commands;
using NServiceBus;
using Shared;
namespace Client
{
class Program
{
static void Main(string[] args)
{
MainAsync().GetAwaiter(... |
<!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>presburger: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.1.92: Member List</title>
<link href="tabs.css" rel=... |
'use strict';
// Configuring the Articles module
angular.module('categories').run(['Menus',
function(Menus) {
// Set top bar menu items
// Menus.addMenuItem('topbar', 'Categories', 'categories', 'item', '/categories(?:/[^/]+)?', null, null, 9);
// Set admin menu items
Menus.addMenuIt... |
# Angular HTML Window
AngularJS module that provides a draggable and resizable window directive.
Based on https://github.com/rlamana/Ventus
**This project is no longer maintained! However, feel free to fork and PR.**
## How to use
Install via npm
Install the package over npm.
npm i angular-html-window
Include in your p... |
<html>
<title></title>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
</head>
<body>
<div><form>
: <input type="text" id="name"> <br>
<input type="text" id="phonenum"> <br>
<select name="date_" id="date_... |
$.myjq = function () {
alert("hello my jQuery")
};
$.fn.myjq=function(){
$(this).text("hello")
}; |
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
namespace SocketClient.Properties
{
[global::System.Runtime.CompilerServices.<API key>()]
[global::System.CodeDom.Compil... |
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http:
<head>
<title>Module Hierarchy</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></scri... |
// Generated by CoffeeScript 1.10.0
var Graphics;
Graphics = (function() {
function Graphics(ctx, viewport1) {
this.ctx = ctx;
this.viewport = viewport1;
this.transform = {
x: 0,
y: 0,
rotation: 0,
scale: 1
};
}
Graphics.prototype.translate = function(dx, dy) {
this.tra... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<A href="W29357.pdfs.html#outline" target="contents">Outline</a><br><A href="W29357.pdfs.html#1" target="contents" >Page 1</a><br>
<A href="W29357.pdfs.html#2" target="contents" >Page 2</a><br>
<A href="W29357.pd... |
<?php
// Autoload the library using Composer, if you're using a framework you shouldn't need to do this!!
require_once '../vendor/autoload.php';
use Ballen\Dodns\CredentialManager;
use Ballen\Dodns\Dodns;
/**
* Example of deleting a domain
*/
// We now create an instance of the DigitalOcean DNS client passing in our ... |
const strip_patterns = @compat(UInt32(0))
const strip_corrupt_utf8 = @compat(UInt32(0x1)) << 0
const strip_case = @compat(UInt32(0x1)) << 1
const stem_words = @compat(UInt32(0x1)) << 2
const tag_part_of_speech = @compat(UInt32(0x1)) << 3
const s... |
<?php
namespace MB\Bundle\OptimizationBundle\DependencyInjection;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Loader;
class <API key> extends Extension
{
... |
using System;
using DogeNews.Web.Mvp.UserControls.ArticleComments.EventArguments;
using WebFormsMvp;
namespace DogeNews.Web.Mvp.UserControls.ArticleComments
{
public interface <API key> : IView<<API key>>
{
event EventHandler<<API key>> PageLoad;
event EventHandler<<API key>> AddComment;
}
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mtac2: 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">
<title>Document</title>
<meta name="viewport"
content="width=device-width,initial-scale=1,minimum-scale=1, maximum-scale=1, user-scalable=no">
<style>
.btn-block {
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.