answer stringlengths 15 1.25M |
|---|
<div class="wrap-right pull-right sidebar" id="sidebar">
<div class="widget widget-gg">
<div class="widget-body">
<a href="javascript:alert('AD')" target="_blank">
<img src="http://images.huxiu.com/qunzu/201602/18/090347939825.png?imageView2/1/w/680/h/380/imageMogr2/strip/interla... |
package adapter;
public class TextView {
public void display() {
System.out.println("Text");
}
public Rect getBoundingBox() {
return new Rect();
}
} |
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace bookingo.Classes.CommandTypeF
{
class SelectUser:CommandType
{
public Boolean status;
private SqlCommand command = new SqlCommand();
... |
using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
using System.Web;
namespace Proyecto1.Models
{
public class ColegioDbContext : DbContext
{
public DbSet<Estudiante> Estudiantes { get; set; }
public DbSet<Profesor> Profesores { get; set; }
publi... |
var sys = require("sys"),
my_http = require("http"),
path = require("path"),
url = require('url'),
filesys = require("fs"),
fsex = require("fs-extra"),
exec = require('child_process').exec,
plist = require('plist'),
global = require('../global.js'),
proxy_settings = require(global.project_root + '/lib/proxy_settings.js... |
var <API key> =
{
0: "<API key>~",
1: "<API key>",
2: "opqsu",
3: "<API key>",
4: "<API key>~",
5: "<API key>",
6: "p",
7: "j",
8: "jm",
9: "hpt",
10: "_abcdfghilmnopqst"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "namespaces",
3: "files",
4: "functions",
5: "variables",
... |
# SWiT's calibration script
A camera calibration script for Python and OpenCV 3.3.0-rc or later.
Run: python calibration.py
Then print out a copy of the charuco_board.png image.
Use 'Spacebar' to save good images where all the symbols were read.
Save 20-40 images then press 'C' to attempt calibration. |
#include <exlib/include/osconfig.h>
#ifdef Linux
#include "ifs/os.h"
#include <dlfcn.h>
#include <sys/sysinfo.h>
#include <sys/param.h>
#include <string.h>
#ifndef CLOCK_BOOTTIME
#define CLOCK_BOOTTIME 7
#endif
namespace fibjs
{
result_t os_base::uptime(double &retVal)
{
static volatile int no_clock_boottime;
s... |
/* jshint -W069 */ /* "better written in dot notation" */
var moment = require('moment');
/**
* @ngdoc object
* @name Metric
* @param {Object} metric an metric JSON object
* @constructor
*/
function Metric(metric) {
'use strict';
var self = this;
//console.log('metric:', metric);
/**
* @description
*... |
#! /bin/bash
rm -rf logcat_*.log
#sleep 5
devices=`adb devices | grep 'device$' | cut -f1`
pids=""
for device in $devices
do
log_file="logcat_$device-`date +%d-%m-%H_%M_%S`.log"
echo "Logging device $device to \"$log_file\""
adb -s $device logcat -v time -d > $log_file
pids="$pids $!"
done |
package com.jam01.littlelight.adapter.common.service;
public class <API key> extends <API key> {
public <API key>(String message) {
super(message);
}
} |
% $Id: pcsets_tutorial.tex 209 2007-08-19 16:41:44Z mccosar $
%
\documentclass[letterpaper,12pt,oneside]{book}
\usepackage{indentfirst}
\usepackage{verbatim}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
% LC 206
\usepackage[
paper=letterpaper,
tmargin=1in,
bmargin=1in,
includehead
]{geometry}
% LC 168
\... |
package ar.gov.rosario.siat.def.iface.model;
import ar.gov.rosario.siat.base.iface.model.SiatAdapterModel;
import ar.gov.rosario.siat.def.iface.util.<API key>;
/**
* Adapter de RecAtrVal
*
* @author tecso
*/
public class RecAtrValAdapter extends SiatAdapterModel {
private static final long serialVersionUID = 1L... |
<!-- View Object
{
title = [string] Current title,
searchTerm = [string] Current search term,
taggedDocuments = [array] Collection of result documents,
config = [config] Global config
}
<!-- MAIN CONTENT HEAD -->
<div class="before-main-wrapper">
<div class="header-wrapper">
<div class="cont... |
package com.github.fauu.helix.core;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.g2d.TextureAtlas;
import com.badlogic.gdx.graphics.g3d.Material;
import com.badlogic.gdx.graphics.g3d.ModelInstance;
import com.badlogic.gdx.graphics.g3d.Renderable;
import... |
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "<API key>.h"
#include "codegen/il2cpp-codegen.h"
#include "<API key>.h"
// Sys... |
# Makefile
# Part of the template for ThiefLib script modules
# CUSTOMIZE to the short name of your module.
MODULE_NAME = SampleModule
# CUSTOMIZE to the platform you are building from (Windows is i686-w64-mingw32).
HOST = x86_64-linux-gnu
# This should not change; it is the Dark Engine's platform.
TARGET = i686-w64-mi... |
#ifndef <API key>
#define <API key>
#include <level.h>
void simple_generator(Level *lvl) ;
#endif /* <API key> */ |
package uk.co.threeonefour.level9j.ptr;
import uk.co.threeonefour.basics.lang.PrimitiveUtils;
/**
* Used to emulate a C pointer. Basically a pointer into an array of unsigned shorts.
*
* @author pauli
*/
public class UnsignedShortPtr extends IntPtr {
private static final long serialVersionUID = 1L;
/**
... |
// Type definitions for Angular JS 1.3+
<reference path="../jquery/jquery.d.ts" />
declare var angular: ng.IAngularStatic;
// Support for painless dependency injection
interface Function {
$inject?: string[];
}
// Support AMD require
declare module 'angular' {
export = angular;
}
// ng module (angular.js)
decla... |
package Av4::Utils;
use strict;
use warnings;
use Cache::Memcached::Fast;
use Digest::MD5 qw/md5_hex/;
use Log::Log4perl ();
use Av4::Ansi;
require Exporter;
our @ISA = qw(Exporter);
our @EXPORT_OK = qw(get_logger ansify);
our %ANSI;
BEGIN {
for (qw<x r g y b p c w>) {
$ANSI{"&$_"} = Av4::Ansi::ansify... |
package net.<API key>.accounting.data;
import java.util.List;
import net.<API key>.data.AdapterInterface;
public interface ListsInterface {
boolean setGuid(java.lang.String value) throws Exception;
java.lang.String getGuid();
boolean setDisplayName(java.lang.String value) throws Exception;
java.lang.Str... |
#!/usr/bin/env python
# -*- coding: utf8 -*-
# autocomplit.py
# This program is free software; you can redistribute it and/or modify
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE... |
package se.kth.speech.coin.tangrams.iristk.events;
import java.awt.Color;
import java.net.URL;
import java.util.Arrays;
import java.util.List;
import java.util.function.Function;
import iristk.util.Record;
import se.kth.speech.URLFilenameFactory;
import se.kth.speech.coin.tangrams.content.IconImages;
import se.kth.spee... |
package cli_test
import (
"os"
"github.com/eris-ltd/mint-client/Godeps/_workspace/src/github.com/codegangsta/cli"
)
func Example() {
app := cli.NewApp()
app.Name = "todo"
app.Usage = "task list on the command line"
app.Commands = []cli.Command{
{
Name: "add",
A... |
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<title>Xzone News</title>
</head>
<!--cursor: crosshair;
<body style="text-color: #FFF">
<!--DO NOT CHANGE THE LIST
<div id = "header">
<ul style>
<li><img src="images/xzonelogo.png""></li>
<li><a href="/">Home</a></li>
... |
import org.junit.Test;
import org.junit.Before;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
public class Assignment07Tests {
private ArrayQueue<String> arrayQueue;
private LinkedQueue<S... |
<?php
namespace Claroline\CoreBundle\Library\Installation\Updater;
class Updater021100
{
private $container;
private $logger;
private $om;
private $conn;
public function __construct($container)
{
$this->container = $container;
$this->om = $container->get('claroline.persistence.ob... |
package org.hl7.v3;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
@XmlAccessorType(... |
package se.dykstrom.ronja.engine.core;
import se.dykstrom.ronja.common.model.Position;
/**
* An abstract base class for all finders.
*/
abstract class AbstractFinder implements Finder {
/**
* Returns a debug string to display when entering a search method.
*/
String enter(Position position, int dept... |
import serviceinfo.data as data
import unittest
import datetime
class ServiceTest(unittest.TestCase):
def _create_service(self):
"""
Internal method to create a service object
:return: Service object
"""
service = data.Service()
service.servicenumber = 1234
st... |
class List_C():
def __init__(
self,
size=0,
):
self.size = size
self._elements = None
def __iter__(self):
self._pos = -1
self._search()
return self
def __next__(self):
self._pos += 1
if self._pos < len(self._elements):
... |
#include <stddef.h>
enum vga_color {
VGA_COLOR_BLACK = 0,
VGA_COLOR_BLUE = 1,
VGA_COLOR_GREEN = 2,
VGA_COLOR_CYAN = 3,
VGA_COLOR_RED = 4,
VGA_COLOR_MAGENTA = 5,
VGA_COLOR_BROWN = 6,
<API key> = 7,
VGA_COLOR_DARK_GREY = 8,
<API key> = 9,
<API key> = 10,
<API key> = 11,
... |
namespace ProcessingTools.Documents.Data.Entity.Contracts
{
using ProcessingTools.Data.Common.Entity.Contracts;
public interface <API key> : <API key><DocumentsDbContext>
{
}
} |
var util=require('util');
var constants=require('./constants');
var sectionHandler=require('./sectionHandler');
/**
* The appSettings section handler.
*/
function <API key>(){
}
util.inherits(<API key>,sectionHandler);
<API key>.prototype.getSectionName=function(){
return constants.<API key>;
};
<API key>.prototy... |
from __future__ import print_function
import re, os, sys, multiprocessing, zipfile, Queue
from bs4 import BeautifulSoup
import pandas as pd
import numpy as np
from urlparse import urlparse
from etaprogress.progress import ProgressBar
#337304 total HTML files, some are actually NOT in either the training or testing set
... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict //EN"
"http:
<html xmlns="http:
<head>
<title>Manuale Utente di lxnstack</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="../usermanual.css" media="screen"/>
<link rel="stylesheet" typ... |
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { RouterTestingModule } from '@angular/router/testing';
import { Store, StoreModule } from '@ngrx/store';
import { AppStates } from '../../interfaces';
import {
FontDetectorService,
<API key>,
LocalStorageService,
MathService,
So... |
package org.archive.analyzer.criteria;
import java.util.StringTokenizer;
import junit.framework.*;
import org.archive.analyzer.dictionary.CitiesDictLoader;
import org.archive.analyzer.dictionary.CitiesIndexLoader;
/**
*
* @author praso
*/
public class CitiesTest extends TestCase {
public CitiesTest(String testNa... |
ActiveAdmin.register Course do
index download_links: [:csv, :xml, :json, :ical] do
column :avatar do |course|
link_to [course] do
image_tag(course.avatar.url(:thumb))
end
end
column :name do |course|
"#{course.name} (#{course.id})"
end
column :start_date
column :price... |
package Koha::Item;
# This file is part of Koha.
# Koha is free software; you can redistribute it and/or modify it
# (at your option) any later version.
# Koha is distributed in the hope that it will be useful, but
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
use Modern::Perl;
use Carp;
use List::More... |
#pragma once
#if !defined(<API key>)
#define <API key>
#include <mitsuba/render/scene.h>
#include <mitsuba/render/renderqueue.h>
MTS_NAMESPACE_BEGIN
/**
* \brief Coordinates the process of rendering a single image.
*
* Implemented as a thread so that multiple jobs can
* be executed concurrently.
*
* \ingroup libr... |
package es.us.isa.statservice.service;
import es.us.isa.statservice.domain.Authority;
import es.us.isa.statservice.domain.PersistentToken;
import es.us.isa.statservice.domain.User;
import es.us.isa.statservice.repository.AuthorityRepository;
import es.us.isa.statservice.repository.<API key>;
import es.us.isa.statservic... |
# This program is free software: you can redistribute it and/or modify
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
import logging
import socket
import sys
import time
import tracing
import cliapp
... |
#!/usr/bin/env python
import re
import sys
import hashlib
import subprocess as sp
import numpy as np
debug = False
typ1 = np.dtype([('name', 'a50'), ('beg', 'i'), ('end', 'i'), ('type', 'a4')])
# starts with spaces or spaces and one of { 'end', 'pure', ... }
# if function it can have a type next goes subroutine or func... |
class CreateMemeTemplates < ActiveRecord::Migration
def change
create_table :meme_templates do |t|
t.string :title
t.boolean :isprivate
t.timestamps
end
end
end |
.btn-outline-primary {
color: rgba(255,255,255,.5);
border-color: rgba(255,255,255,.5);
} |
package org.stacktrace.yo.igdb.client.gamemode;
import com.mashape.unirest.http.exceptions.UnirestException;
import org.stacktrace.yo.igdb.client.IGDBClient;
import org.stacktrace.yo.igdb.client.core.IGDBClientRequester;
import org.stacktrace.yo.igdb.model.GameMode;
import java.util.Arrays;
import java.util.List;
publi... |
package me.themallard.bitmmo.impl.transformer;
import me.themallard.bitmmo.api.analysis.Builder;
import me.themallard.bitmmo.api.transformer.<API key>;
import me.themallard.bitmmo.api.transformer.Transformer;
public class <API key> extends <API key> {
@Override
protected Builder<Transformer> <API key>() {
... |
<!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.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CoxIter: data-ssd Dir... |
define('controllers/email', 'controllers/record', function (Dep) {
return Dep.extend({
prepareModelView: function (model, options) {
Dep.prototype.prepareModelView(model, options);
this.listenToOnce(model, 'after:send', function () {
var key = this.name + 'List';
... |
using System;
using System.Diagnostics;
using System.Resources;
using System.Windows;
using System.Windows.Markup;
using System.Windows.Navigation;
using Microsoft.Phone.Controls;
using Microsoft.Phone.Shell;
using <API key>.Resources;
namespace <API key>
{
public partial class App : Application
{
<summ... |
function constructionCrew(worker) {
if (worker.handsShaking) {
worker.bloodAlcoholLevel += worker.weight * worker.experience * 0.1;
worker.handsShaking = false;
}
return worker;
}
/*
{ weight: Number,
experience: Number,
bloodAlcoholLevel: Number,
handsShaking: Boolean }
*/
console.lo... |
import jQuery from 'jquery';
// Plugins / PxCharLimit
const PxCharLimit = (function($) {
'use strict';
const NAME = 'pxCharLimit';
const DATA_KEY = 'px.charLimit';
const EVENT_KEY = `.${DATA_KEY}`;
const JQUERY_NO_CONFLICT = $.fn[NAME];
const Default = {
maxlength: null,... |
<!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.11"/>
<title>Large annotated image collection management: Member List</title>
<link href="tabs.css" rel=... |
package org.graylog.plugins.pipelineprocessor.functions.messages;
import com.google.common.collect.ImmutableList;
import org.graylog.plugins.pipelineprocessor.EvaluationContext;
import org.graylog.plugins.pipelineprocessor.ast.functions.AbstractFunction;
import org.graylog.plugins.pipelineprocessor.ast.functions.Functi... |
package server
import (
"encoding/json"
"fmt"
"github.com/eris-ltd/decerver/interfaces/scripting"
"io/ioutil"
"net/http"
"net/url"
"strings"
)
type HttpReqProxy struct {
URL *url.URL
Method string
Host string
Header http.Header
Body string
}
func ProxyFromHttpReq(r *http.... |
package com.css.gestionmotor.config;
import com.css.gestionmotor.aop.logging.LoggingAspect;
import org.springframework.context.annotation.*;
@Configuration
@<API key>
public class <API key> {
@Bean
@Profile(Constants.<API key>)
public LoggingAspect loggingAspect() {
return new LoggingAspect();
}... |
body {
background: #7ED320 url(/public/images/bg.svg) no-repeat;
background-size: 100%;
font-family: 'Neucha', sans-serif;
font-size: 20px;
}
#login h1 {
margin-top:50px;
text-align: center;
}
#login form {
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
overflow: auto;
... |
.amap-container {
height: 300px;
} |
package uk.ac.bbsrc.tgac.miso.webapp.controller.rest;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.function.Function;
import javax.ws.rs.core.Response.Status;
import com.fasterxml.jackson.databind.node.ArrayNode;
import... |
#include <iostream>
#include <vector>
#include "block.hpp"
#include "ioimage.hpp"
#include "greyimage.hpp"
#include "dctsorter.hpp"
#include "cliparser.hpp"
#include "log/log.hpp"
int main( int argc, char** argv ) {
// checks
SorterParams params = cliparser::parseCLI( argc, argv );
if( !params.valid() ) {
... |
package com.ldbc.driver.runtime.coordination;
import com.ldbc.driver.runtime.coordination.<API key>.<API key>;
import org.junit.Test;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
public class <API key>
{
@Test
public void <API key>() throws <API key>
{
// Gi... |
#include "globals.h"
#ifdef READER_JET
#include "oscam-time.h"
#include "reader-common.h"
#include "cscrypt/des.h"
#include "cscrypt/jet_twofish.h"
#include "cscrypt/jet_dh.h"
#define CRC16 0x8005
static const uint8_t vendor_key[32] = {0x54, 0xF5, 0x53, 0x12, 0xEA, 0xD4, 0xEC, 0x03, 0x28, 0x60, 0x80, 0x94, 0xD6, 0xC4, ... |
# <API key>
Automated power consumption measurements using Fluke 289
This simple peace of software allows to read current values from Fluke 289 multimeter using serial port and plot a corresponding graph.
Flow of operation is the following:
1. Send request to multimeter 'QM\r'
2. Receive a response '1.0327E0,ADC,NORMAL... |
package uk.ac.ebi.rcloud.rpf;
import java.rmi.registry.Registry;
import java.util.Properties;
public interface RegistryProvider {
Registry getRegistry(Properties props) throws Exception;
} |
// Tool scripts for the sample pages.
// This file can be ignored and is not required to make use of CKEditor.
( function() {
CKEDITOR.on( 'instanceReady', function( ev ) {
// Check for sample compliance.
var editor = ev.editor,
meta = CKEDITOR.document.$.getElementsByName( '<API key>' )... |
package ru.euphoriadev.vk.util;
import java.util.Arrays;
import ru.euphoriadev.vk.common.ResourcesLoader;
public class SimpleSparseArray implements Cloneable {
private int[] mKeys;
private int[] mValues;
private int mSize;
/**
* Create a new SimpleSparseArray. The size in future cannot be changed
... |
package com.voicecrystal.pixeldungeonlegends.items.rings;
public class RingOfSatiety extends Ring {
{
name = "Ring of Satiety";
}
@Override
protected RingBuff buff( ) {
return new Satiety();
}
@Override
public String desc() {
return isKnown() ?
"Wearing th... |
package se.inera.intyg.minaintyg.web.auth;
import java.io.IOException;
import java.net.URLDecoder;
import java.nio.charset.StandardCharsets;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.slf4j.Logger;
import org.slf4j.Logge... |
<?php
/**
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site will use a
* different template.
*
* @package beginner
*/
get_header(); ?>
<div id="pri... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Search</title>
<link href="css/app.css" rel="stylesheet">
<!--<link rel="shortcut icon" href="" type="image/x-icon" />-->
<script src="js/libs/jquery.min.js"... |
Copyright (C) 2014 Gefu Tang <tanggefu@gmail.com>. All Rights Reserved.
This file is part of LSHBOX.
LSHBOX 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 option)
any l... |
package com.oa.service;
import java.io.Serializable;
import java.util.List;
import java.util.Map;
import java.util.Set;
import com.oa.model.Module;
public interface ModuleService {
public abstract Serializable addModule(Module module);
public abstract void deleteModule(Module module);
public abstract void u... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="ja">
<head>
<!-- Generated by javadoc (1.8.0_40) on Sun Apr 10 20:23:24 JST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title> org.bukkit.entity.ThrownPotion (Spigot-API 1.9.2-R0.1-SNAPSHOT API)</title>
<meta name="date" content="20... |
using System.Collections.Generic;
using System.Diagnostics;
using Common.Extensions;
namespace SS13MapVerifier.Map
{
[DebuggerDisplay("{Coordinate.X} - {Coordinate.Y} - {Coordinate.Z}")]
public class Tile : ITile
{
#region Fields
private readonly Coordinate coordinate;
private readon... |
<ion-view view-title="Buscar">
<ion-content>
<ion-list>
<ion-item class="item-input">
<i class="icon ion-search placeholder-icon"></i>
<input type="search" placeholder="Buscar">
</ion-item>
</ion-list>
</ion-content>
</ion-view> |
package oxidation;
import compound.CMMCompound;
import java.io.Serializable;
import java.util.Collection;
import java.util.LinkedList;
import java.util.List;
import utilities.<API key>;
import utilities.OxidationLists;
import static utilities.OxidationLists.<API key>;
import static utilities.OxidationLists.<API key>;
i... |
package gui;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Vector;
import javax.swing.BorderFactory;
import javax.swing.BoxLayou... |
// Generated on 05/16/2016 23:27:24
using System;
using System.Collections.Generic;
using System.Linq;
using Arcane.Protocol.Types;
using Dofus.IO;
namespace Arcane.Protocol.Messages
{
public class <API key> : AbstractMessage
{
public const uint Id = 850;
public override uint MessageId
{
get { return Id; }
}
public... |
package com.csun.comp380.presentation_app;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.google.android.gms.drive.Metadata;
import com.google.android.gms.drive.widget.DataBufferAdapter;
/**
* A DataBufferAdapter to display the result... |
#threads {
padding: 20px 0px;
text-align: center;
}
.thread {
vertical-align: top;
display: inline-block;
word-wrap: break-word;
overflow: hidden;
margin-top: 5px;
padding: 5px 0 3px 0;
position: relative;
}
.thread a {
border: none;
}
.thread img {
display: inline;
}
.small ... |
package com.vlaaad.dice.game.world.view.visualizers;
import com.badlogic.gdx.graphics.g2d.ParticleEffectPool;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.Group;
import com.badlogic.gdx.scenes.scene2d.actions.Actions;
import com.badlogic.gdx.... |
Option Explicit On
Option Strict On
Imports RPGXplorer.Exceptions
Imports RPGXplorer.Rules
Imports RPGXplorer.General
Public Class PotionForm
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'This call is required by the Windows Fo... |
"""Person model"""
from sqlalchemy import Column, UniqueConstraint, ForeignKey
from sqlalchemy import schema as saschema
from sqlalchemy.types import Integer, String, Unicode, Float, UnicodeText, DateTime
from discariche.model.meta import Base
class Reallocation(Base):
__tablename__ = "reallocation"
id = Column... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="default/default.css">
</head>
<script>
var userScroll = false;
var MESSAGE = "message";
var STATISTIC = "statistic";
function onWheel(event)
{
... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!DOCTYPE html>
<html>
<head>
<title>O chytrém evci a hloupém èertovi</title>
<meta charset="utf-8">
<style>
</style>
</head>
<body>
<span style="font-family:'Arial',sans-serif;font-size:20px">
<header>
<p class="zanr">... |
<?php
/* EVE Character Showroom - Version 6 */
/* 'Improved' and maintained by Shionoya Risa */
/* This program is free software: you can redistribute it */
/* and/or modify it under the terms of the GNU General */
/* (at your option) any later version. */
/* This ... |
html = (typeof LkRosMap.config.hideHeader != "undefined" && LkRosMap.config.hideHeader) ?
"" :
"\
<div id=\"LkRosMap.mapHeader\"> \
<h1>Kartenthema: " + LkRosMap.config.name + "</h1> \
</div> \
";
LkRosMap.views.mapper.mapHeader = {
html: html
} |
using System;
using UnityEngine;
using UnityEngine.Playables;
using UnityEngine.Timeline;
namespace Cinemachine.Timeline
{
[Serializable]
[TrackClipType(typeof(CinemachineShot))]
[TrackMediaType(TimelineAsset.MediaType.Script)]
[TrackBindingType(typeof(CinemachineBrain))]
[TrackColor(0.53f, 0.0f, 0.... |
package it.albertus.acodec.gui.listener;
import org.eclipse.swt.events.SelectionEvent;
import org.eclipse.swt.events.SelectionListener;
import org.eclipse.swt.program.Program;
import lombok.NonNull;
public class <API key> implements SelectionListener {
@Override
public void widgetSelected(@NonNull final Selecti... |
title: "سن 2025 تک دنیا میں ہر دوسرا شخص مسلمان ہوگا: تحقیق"
layout: item
category: muslim
date: 2016-02-20T09:17:15.000Z
image: <API key>.jpg
<h3 style="text-align: right;"><strong>واشنگٹن:2025 تک دنیا میں مسلمانوں کی تعداد ساڑھے چھہ ارب ہو جائے گی ۔ آبادیات سے متعلق واشنگٹن کے انسٹیٹیوٹ کی ایک تحقیق کے مطابق سن 2025 ... |
package org.<API key>.evaluator.io.impl.bbob;
import java.nio.file.Path;
import java.nio.file.attribute.BasicFileAttributes;
import org.<API key>.evaluator.data.spec.EDimensionDirection;
import org.<API key>.evaluator.data.spec.EDimensionType;
import org.<API key>.evaluator.data.spec.builders.IDimensionContext;
import ... |
package cherry.robothandlers.web;
import java.util.ArrayList;
import java.io.IOException;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import cherry.gamehandlers.service.ToWebsit... |
package cn.ac.rcpa.bio.proteomics.detectability;
import java.util.LinkedHashMap;
import java.util.Map;
import org.biojava.bio.seq.Sequence;
public class <API key> {
private String name;
private Sequence sequence;
private double probability;
private double coverage;
private Map<String, DetectabilityE... |
package parser
import (
"strings"
)
type FunctionStruct struct {
declaration, body string
classMapping map[string]string
}
func FunctionProcessor(class *Class, functionCompilation []string, isMain bool) (FunctionStruct) {
var functionStruct FunctionStruct
functionStruct.classMapping = make(map[strin... |
// qt-plus
#include "CLogger.h"
// Quick3D
#include "C3DScene.h"
// Application
#include "CAirbusFWC.h"
using namespace Math;
CComponent* CAirbusFWC::instantiator(C3DScene* pScene)
{
return new CAirbusFWC(pScene);
}
CAirbusFWC::CAirbusFWC(C3DScene* pScene)
: <API key>(pScene)
{
}
CAirbusFWC::~CAirbusFWC()
{
}
v... |
// glc_worldto3dxml.h Tao3D project
// File description:
// This file is part of Tao3D
// Tao3D is free software: you can r redistribute it and/or modify
// (at your option) any later version.
// Tao3D is distributed in the hope that it will be useful,
// MERCHANTABILITY or ... |
package es.neodoo.knightrider.services.renting.model.vo;
import java.io.Serializable;
import javax.persistence.*;
import java.util.Date;
/**
* The persistent class for the customer_card database table.
*
*/
@Entity
@Table(name="customer_card")
@NamedQuery(name="CustomerCard.findAll", query="SELECT c FROM CustomerCar... |
CKEDITOR.plugins.setLang( 'showblocks', 'it', {
toolbar: 'Visualizza Blocchi'
} ); |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.