answer
stringlengths
15
1.25M
{"exchange_info":[{"onclick":null,"link":null,"value":"+34 943 018 705"},{"onclick":null,"link":"mailto:noc@i2basque.es","value":"noc@i2basque.es"},{"onclick":"window.open(this.href,'ix-new-window');return false;","link":"http:
# Game class GameResult < ActiveRecord::Base attr_accessible :question, :question_id, :user, :issues, :answer, :same, :skip belongs_to :user belongs_to :question <API key> :issues, :join_table => "game_results_issues", :autosave => true after_initialize :default_values private def default_values s...
<?php class <API key> extends WorkflowBaseTest { public $freeze = false; public function setup() { parent::setUp(); $freeze = false; if (RedBeanDatabase::isFrozen()) { RedBeanDatabase::unfreeze(); $freeze = t...
# <API key> A plugin for Discourse. Adds ranking to topics ala Hacker News. Translated to English, French and Russian.
<!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"/> <title>GNU Radio 3.6.1 C++ API: gr_tagged_file_sink.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxyg...
#ifndef ENGLISH_H_ #define ENGLISH_H_ // String buffer sizes // Don't forget to add 1 for null terminator #define BUFFSIZE_STR_MENU 24 #define BUFFSIZE_STR_DAYS 4 #define BUFFSIZE_STR_MONTHS 4 #define <API key> ((BUFFSIZE_STR_DAYS - 1) + (BUFFSIZE_STR_MONTHS - 1) + 12) #define <API key> 9 // Stri...
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http: <html xmlns="http: <head> <title>ActiveJob::Core::ClassMethods</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="../../../css/reset.css" t...
package org.jboss.pressgang.ccms.rest.v1.query; import java.util.ArrayList; import java.util.List; import org.jboss.pressgang.ccms.rest.v1.constants.<API key>; import org.jboss.pressgang.ccms.rest.v1.query.base.<API key>; import org.jboss.pressgang.ccms.utils.structures.Pair; public class <API key> extends <API key> { ...
<?php /** * News manager. * Performs news text collection. News may be sorted by user categories (only * these user may read news), etc. * * @package model */ class oxNews extends oxI18n { /** * User group object (default null). * * @var object */ protected $_oGroups = null; /** ...
CREATE TABLE "<API key>" ( );
#include "hkl.h" #include <tap/basic.h> #include <tap/float.h> #include "hkl-vector-private.h" #include "hkl-matrix-private.h" /* we will check also the private API */ static void init(void) { HklMatrix m; hkl_matrix_init(&m, 1, 1, 0, 0, 1, 0, 0, 0, 1); is_double(1., m.data[0][0], HKL_EPSILON, __func__); ...
{{ define "main" }} <main> <h1>{{ .Title }}</h1> {{ if .Content }} <article> {{ .Content }} </article> {{ end }} <hr /> <ul class="font-sans-title"> {{- range .Data.Pages -}} <li>{{ .Date.Format "2006-01-02" }} &mdash; <a href="{{ .URL }}">{{ .Title }}</a></li> ...
<meta name="viewport" content="user-scalable=no, width=device-width" /> <body> <h3>276</h3> <p> Until you make up your mind on them, your beliefs that were brought and injected to you by your family, religion or society will keep on changing. Actually this kind of creative adaptiveness will help to keep you away from e...
#ifndef PLUGINMANAGER_H #define PLUGINMANAGER_H #include <QDialog> #include <QIcon> #include <QString> #include <QHash> #include <QList> #include <SPlugin> #include "spluginengine.h" #include "perconf.h" namespace Ui { class LoadedPlugins; } class PluginManager : public QObject { Q_OBJECT public: PluginMana...
package com.shatteredpixel.<API key>.items.weapon.missiles.darts; import com.shatteredpixel.<API key>.actors.Char; import com.shatteredpixel.<API key>.actors.buffs.Adrenaline; import com.shatteredpixel.<API key>.actors.buffs.Buff; import com.shatteredpixel.<API key>.sprites.ItemSpriteSheet; public class AdrenalineDart ...
package eu.ehri.project.models.base; import com.tinkerpop.blueprints.Vertex; import com.tinkerpop.frames.modules.javahandler.JavaHandler; import com.tinkerpop.frames.modules.javahandler.JavaHandlerContext; import eu.ehri.project.definitions.Ontology; import eu.ehri.project.models.events.SystemEvent; import eu.ehri.proj...
#ifndef geomDecomp_H #define geomDecomp_H #include "OpenFOAM-2.1.x/src/parallel/decompose/<API key>/decompositionMethod/decompositionMethod.H" #include "OpenFOAM-2.1.x/src/OpenFOAM/primitives/Vector/Vector.H" namespace Foam { class geomDecomp : public decompositionMethod { protected: // Protected data c...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_33) on Fri Aug 03 11:43:00 PDT 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.hp.hpl.jena.sparql.ARQConstants (Apache Jena ARQ) </TITLE> <META NAME="date" CONTENT="2012-08-03...
#if defined(HAVE_CONFIG_H) #include "config/bitcoin-config.h" #endif #include "base58.h" #include "clientversion.h" #include "coins.h" #include "consensus/consensus.h" #include "core_io.h" #include "keystore.h" #include "policy/policy.h" #include "policy/rbf.h" #include "primitives/transaction.h" #include "script/scrip...
package net.minecraft.src; public class BlockJukeBox extends BlockContainer { protected BlockJukeBox(int par1) { super(par1, Material.wood); this.setCreativeTab(CreativeTabs.tabDecorations); } /** * Called upon block activation (right click on the block.) */ public boolean ...
from bottle import route, template, error, request, static_file, get, post from index import get_index from bmarks import get_bmarks from tags import get_tags from add import add_tags from bmarklet import get_bmarklet from account import get_account from edit_tags import get_edit_tags from importbm import get_import_bm...
import com.jogamp.opengl.*; import com.jogamp.opengl.awt.GLJPanel; import com.jogamp.opengl.fixedfunc.GLMatrixFunc; import com.jogamp.opengl.glu.GLU; import javax.swing.*; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; import static com.jogamp.opengl.GL.GL_COLOR_BUFFER_BIT; import static com.jogamp....
#include "postgres.h" #include "catalog/pg_type.h" #include "nodes/makefuncs.h" #include "nodes/nodeFuncs.h" #include "optimizer/clauses.h" #include "optimizer/placeholder.h" #include "optimizer/prep.h" #include "optimizer/subselect.h" #include "optimizer/tlist.h" #include "optimizer/var.h" #include "parser/parse_relat...
/* * This plug-in produces sinus textures. * * Please send any patches or suggestions to me: Xavier.Bouchoux@ensimag.imag.fr. */ /* Version 0.99 */ #include "config.h" #include <libgimp/gimp.h> #include <libgimp/gimpui.h> #include "libgimp/stdplugins-intl.h" #define PLUG_IN_PROC "plug-in-sinus" #define PLUG_IN_BI...
<?php // Moodle is free software: you can redistribute it and/or modify // (at your option) any later version. // Moodle is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the require_once(dirname(__FILE__) . '/../../../../config.php'); global $CFG, $USER; $s...
body, html { margin: 0px; background-color: black; overflow: hidden; height: 100%; } canvas[resize] { width: 100%; height: 100%; } #container { display: flex; height: 100vh; align-content: center; align-items: center; position: absolute; top: 0px; } video { flex: 1 1 ...
import java.io.IOException; import java.io.PrintWriter; import java.util.HashMap; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import com.ofte.service...
package xde.lincore.mcscript.math; public enum RoundingMethod { Round, Floor, Ceil, CastInt; public int round(final double value) { switch (this) { case Round: return (int) Math.round(value); case Floor: return (int) Math.floor(value); ...
package com.baselet.gwt.client.view; import java.util.List; import com.baselet.control.basics.geom.Rectangle; import com.baselet.control.config.SharedConfig; import com.baselet.control.enums.ElementId; import com.baselet.element.Selector; import com.baselet.element.interfaces.GridElement; import com.baselet.gwt.client....
#!/usr/bin/env python class Message(object): """ Base type of a message sent through the pipeline. Define some attributes and methods to form your message. I suggest you don't alter this class. You're are free to do so, of course. It's your own decision. Though, I suggest you create ...
package com.sk89q.worldedit.internal.registry; import com.sk89q.worldedit.WorldEdit; import com.sk89q.worldedit.extension.input.ParserContext; import com.sk89q.worldedit.extension.input.InputParseException; import com.sk89q.worldedit.extension.input.NoMatchException; import java.util.ArrayList; import java.util.List; i...
# Install dependencies of the cloud_controller component package "libmysqlclient-dev" do action :install end
{% extends 'index.html' %} {% load static %} {% load staticfiles %} {% block css %} <link href="/static/tools/style.css" rel="stylesheet" type="text/css" /> <link href="/static/tools/960.css" rel="stylesheet" type="text/css" /> <link href='https://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/...
<?php namespace Mautic\CampaignBundle\Entity; use Doctrine\Common\Collections\ArrayCollection; use Doctrine\ORM\Mapping as ORM; use Mautic\ApiBundle\Serializer\Driver\ApiMetadataDriver; use Mautic\CoreBundle\Doctrine\Mapping\<API key>; use Mautic\CoreBundle\Entity\FormEntity; use Mautic\FormBundle\Entity\Form; use Maut...
package com.derpgroup.livefinder.manager; import java.util.Arrays; import com.fasterxml.jackson.annotation.<API key>; @<API key>(ignoreUnknown = true) public class <API key> { private TwitchStream[] streams; public TwitchStream[] getStreams() { return streams.clone(); } public void setStreams(TwitchStream[]...
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "- <html> <head> <title>ErrorToken - jgo.tools.compiler.lexer.ErrorToken</title> <meta name="description" content="ErrorToken - jgo.tools.compiler.lexer.ErrorToken" /> <meta name="keywords" content="ErrorToken jgo.tools.c...
// This file is part of Gauge-CSharp. // Gauge-CSharp is free software: you can redistribute it and/or modify // (at your option) any later version. // Gauge-CSharp is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the using System; using System.Collections....
// test #ifndef TEST_HPP #define TEST_HPP #include <iostream> #include <cmath> #include <cassert> #include "ga.hpp" #include "ioga.hpp" #include "ray.hpp" #include "elem.hpp" #include "rt.hpp" #include "grid.hpp" using namespace std; #endif
#import <Foundation/Foundation.h> <API key> /* ** SMDataSignature */ #pragma mark - SMDataSignature @interface SMDataSignature : NSObject + (BOOL)validateSignature:(NSData *)signature data:(NSData *)data publicKey:(NSData *)publicKey; @end <API key>
#!/bin/bash #SBATCH --job-name=<API key> # Job name #SBATCH -p batch # partition (this is the queue your job will be added to) #SBATCH --ntasks=4 # Number of MPI ranks #SBATCH --nodes=2 # Number of nodes #SBATCH --mem-per-cpu=3000mb # Memory per processor #SBATCH...
<?php namespace FFMpeg\Media; use Alchemy\BinaryDriver\Exception\<API key>; use FFMpeg\Filters\Audio\AudioFilters; use FFMpeg\Format\FormatInterface; use FFMpeg\Filters\Audio\SimpleFilter; use FFMpeg\Exception\RuntimeException; use FFMpeg\Exception\<API key>; use FFMpeg\Filters\Audio\<API key>; use FFMpeg\Filters\Filte...
## val.fm support { url_regex => qr{\bval\.fm\b}, code => sub { my ($content) = @_; if ($content =~ m{class="song-text.*?>(.*?)</div>}si) { my $lyrics = $1; $lyrics =~ s{<p\s+class=['"]verse['"]>}{\n\n}gi; $lyrics =~ s{<.*?>}{}sg; return if unpack('A*', $lyrics) eq '...
// 24 Bomb // // By: rcargou <rcargou@student.42.fr> ::: :::::::: // // By: nmohamed <nmohamed@student.42.fr> :+: :+: :+: // // By: adjivas <adjivas@student.42.fr> +:+ +:+ +:+ ...
import unittest import os from ui import main print os.getcwd() class TestMain(unittest.TestCase): def setUp(self): self.m = main.MainWindow() def test_mainWindow(self): assert(self.m) def test_dataframe(self): import numpy #Random 25x4 Numpy Matrix self.m.render_data...
package osberbot.bo; /** * TODO: Description * * @author Tititesouris * @since 2016/03/20 */ public class ViewerBO { private Integer id; private String name; private Boolean moderator; private RankBO rank; public ViewerBO(Integer id, String name, RankBO rank) { this.id = id; thi...
// Name : BoxyLady // Author : Darren Green // Description : Music sequencer // This is free software; you are free to change and redistribute it. #ifndef DICTIONARY_H_ #define DICTIONARY_H_ #include <unordered_map> #include "Global.h" #include "Sequence.h" #include "Blob.h" namespace BoxyLady { enum class ...
package miscellaneous; import java.util.Arrays; public class Gen { private static int greyCode(int n1){ return n1 ^ (n1 >> 1); } /* * Advances l1 to next lexicographical higher combination. * cap is the largest value allowed for one index. * return false ...
# -*- coding: utf-8 -*- # Dia Group Resize Plugin # 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 sys, dia import os impor...
# SagittariuSEC This repository is stale and only serves as public archive for my master thesis. However, rules developed for the thesis serve as a base for frankenstack correlator. Please see [this repo](https://github.com/ccdcoe/frankenSEC) for more up-to-date version of the rules. ## Old readme This SEC ruleset is d...
<html> <head> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <title>Google Maps - pygmaps </title> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?libraries=visualization&sensor=true_or_false"></scri...
#!/bin/bash # shellcheck disable=SC1091 preInstallationLog "Gnome System Tools" sudo apt-get -fy install gnome-system-tools postInstallationLog "Gnome System Tools" logInfo "Available programs: network-admin, shares-admin, time-admin, users-admin" logInfo "Installing packages to compress and extract different kind of f...
package com.xcode.bean; import java.io.Serializable; import javax.faces.bean.ManagedBean; import javax.faces.bean.SessionScoped; import org.springframework.security.core.Authentication; import org.springframework.security.core.context.SecurityContext; import org.springframework.security.core.context.<API key>; @Managed...
#ifndef massRosinRammler_H #define massRosinRammler_H #include "distributionModel.H" namespace Foam { namespace distributionModels { class massRosinRammler : public distributionModel { // Private Data //- Distribution minimum scalar minValue_; //- Distribution maximum scalar maxV...
#include <iostream> #include <string> #include <vector> #include <map> #include <deque> #include <stdlib.h> #include <stdio.h> #include <unistd.h> #include <fcntl.h> #include <errno.h> #include <signal.h> #include <sys/types.h> #include <sys/wait.h> #include <sys/time.h> #include <time.h> #include <pcrecpp.h> #include ...
import { NgModule } from "@angular/core"; import { SamplesModule } from "samples/samples.module"; import { <API key> } from "./samples.routing.module"; @NgModule({ imports: [ SamplesModule, <API key> ] }) export class <API key> {}
package Yogibear617.mods.FuturisticCraft.CreativeTabs; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.block.Block; import net.minecraft.creativetab.CreativeTabs; public class FCSBModCreativeTab extends CreativeTabs { public FCSBModCreativeTab(int par1, String par2...
#import "<API key>.h" @interface <API key> (RMStore) - (id)rm_transaction; - (id)rm_storeError; - (id)rm_storeDownload; - (id)rm_products; - (id)<API key>; - (id)<API key>; - (float)rm_downloadProgress; @end
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.hssf.util.HSSFColor.VIOLET (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><! if (location...
from ..models import Album from ..resource import SingleResource, ListResource from ..schemas import AlbumSchema class SingleAlbum(SingleResource): schema = AlbumSchema() routes = ('/album/<int:id>/',) model = Album class ListAlbums(ListResource): schema = AlbumSchema(many=True) routes = ('/album/',...
package com.eveningoutpost.dexdrip.Models; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Locale; import java.util.TimeZone; // from package info.nightscout.client.utils; /** * The Class DateUtil. A simple wrapper around SimpleDateFormat to ease the handling of ...
package com.jwebmp.core.htmlbuilder.css.displays; import com.jwebmp.core.base.client.CSSVersions; import com.jwebmp.core.htmlbuilder.css.CSSEnumeration; import com.jwebmp.core.htmlbuilder.css.annotations.CSSAnnotationType; @CSSAnnotationType public enum Displays implements CSSEnumeration<Displays> { /** ...
package com.projectreddog.machinemod.container; import com.projectreddog.machinemod.inventory.SlotBlazePowder; import com.projectreddog.machinemod.inventory.SlotNotBlazePowder; import com.projectreddog.machinemod.inventory.<API key>; import com.projectreddog.machinemod.tileentities.<API key>; import net.minecraft.entit...
<div class="panel panel-default bio"> <div class="panel-body tight-inner"> <table class="table table-responsive table-ac-bordered table-hover"> <thead> <tr> <th data-bind="click: function(){sortBy('name');}" class="col-md-7"> Feature <span data-bind="css: sortArrow(...
#include <adv_packets.h> #include <<API key>.h> #include <AdvertisingModule.h> #include <Logger.h> #include <Utility.h> #include <Storage.h> extern "C"{ #include <app_error.h> } //This module allows a number of advertising messages to be configured. //These will be broadcasted periodically /* TODO: Who's responsible fo...
// $Id: Info.java,v 1.6 2004/09/22 14:31:39 jesper Exp $ package com.supermap.desktop.ui.docking.info; import com.supermap.desktop.ui.docking.<API key>; import net.infonode.gui.ReleaseInfoDialog; import net.infonode.gui.laf.<API key>; import net.infonode.tabbedpanel.<API key>; import net.infonode.util.ReleaseInfo; publ...
<?php defined('_JEXEC') or die; extract($displayData); /** * Make thing clear * * @var JForm $form The form instance for render the section * @var string $basegroup The base group name * @var string $group Current group name * @var string $unique_subform_id Unique...
package net.seabears.game.entities.normalmap; import static java.util.stream.IntStream.range; import java.io.IOException; import java.util.List; import org.joml.Matrix4f; import org.joml.Vector3f; import org.joml.Vector4f; import net.seabears.game.entities.Entity; import net.seabears.game.entities.Light; import net.sea...
'use strict' // untuk status uploader const STATUS_INITIAL = 0 const STATUS_SAVING = 1 const STATUS_SUCCESS = 2 const STATUS_FAILED = 3 // base url api const BASE_URL = 'http://localhost:3000' const app = new Vue({ el: '#app', data: { message: 'Hello', currentStatus: null, uploadError: null, uploa...
Simpla CMS 2.3.8 = <API key>
<h3>Publicaciones relacionadas</h3> <p><b>Análisis Publicados</b></p> <ul> <li><a href="http: <li><a href="http: <li><a href="http: <li><a href="http: <li><a href="http: <li><a href="http: <li><a href="http: <li><a href="http: <li><a href="http: <li><a href="http: </ul> <p><b>Sistema Metropolitano d...
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>P5</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="robots" content="noindex, nofollow"> <style> html, body, #map { height: 10...
#include "../header/Base.h" #include "../header/Decorator.h" Decorator::Decorator() { } Decorator::Decorator(Base* node) { } Decorator::~Decorator() { }
package com.jpexs.decompiler.flash.gui.timeline; import com.jpexs.decompiler.flash.configuration.Configuration; import com.jpexs.decompiler.flash.tags.base.CharacterTag; import com.jpexs.decompiler.flash.tags.base.MorphShapeTag; import com.jpexs.decompiler.flash.timeline.DepthState; import com.jpexs.decompiler.flash.ti...
// File: memblock.hh // // Contents: Interface specification of the memory block class // #pragma once #include"stuff.hpp" namespace Stuff { //~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MemoryBlockHeader ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ class MemoryBlockHead...
#!/usr/bin/env python import turtle import random def bloom(radius): turtle.colormode(255) for rad in range(40, 10, -5): for looper in range(360//rad): turtle.up() turtle.circle(radius+rad, rad) turtle.begin_fill() turtle.fillcolor((200+random.randint(0, r...
package com.actelion.research.orbit.imageprovider.tree; import com.actelion.research.orbit.beans.RawData; import com.actelion.research.orbit.imageprovider.ImageProviderOmero; import com.actelion.research.orbit.utils.Logger; import java.util.ArrayList; import java.util.List; public class TreeNodeProject extends <API key...
/*Image-1 timing*/ @-webkit-keyframes image-1-animation { 0% { opacity: 0; } 5% { opacity: 1; } 29% { opacity: 1; } 30% { opacity: 0; } 100% { opacity: 0; } } /*Image-1 Text timing*/ @-webkit-keyframes text-1-animation { 0% { opacity:...
package com.strategames.engine.gameobject.types; import java.util.ArrayList; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.graphics.g2d.TextureRegion; import com.badlogic.gdx.math.Vector2; import com.badlogic.gdx.physics.box2d.Body; import com.badlogic.gdx.physics.box2d.ChainShape; import com.badlogic.gdx.physic...
#if <API key> Buffer::Buffer (DataType dataType_, uint32 subType_) : factory (nullptr), refs (0), dataType (dataType_), subType (subType_), capacity (0), next (nullptr) { } Buffer::~Buffer() { } void Buffer::attach (BufferFactory* owner) { jassert (factory == nullptr && owner != nu...
/* * Decompiled with CFR 0_115. * * Could not load the following classes: * android.content.BroadcastReceiver * android.content.Context * android.content.Intent * android.content.IntentFilter */ package com.buzzfeed.android.vcr.util; import android.content.BroadcastReceiver; import android.content.Context; ...
namespace SandbarWorkbench { partial class frmOptions { <summary> Required designer variable. </summary> private System.ComponentModel.IContainer components = null; <summary> Clean up any resources being used. </summary> <param name="disposing">tru...
sap.ui.jsview(ui5nameSpace, { // define the (default) controller type for this View getControllerName: function() { return "my.own.controller"; }, // defines the UI of this View createContent: function(oController) { // button text is bound to Model, "press" action is bound to Contro...
/** * * @author dh2744 */ import java.io.BufferedReader; import java.io.File; import java.io.<API key>; import java.io.FileReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.LineNumberReader; import java.util.Vector; /** * * @author dh2744 */ public cl...
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('characters', '<API key>'), ] operations = [ migrations.CreateModel( name='CharacterSpells', fields=[ ...
#include "localEulerDdtScheme.H" #include "surfaceInterpolate.H" #include "fvMatrices.H" namespace Foam { namespace fv { template<class Type> const volScalarField& localEulerDdtScheme<Type>::localRDeltaT() const { return localEulerDdt::localRDeltaT(mesh()); } template<class Type> const surfaceScalarField& localEule...
package org.emdev.ui.uimanager; import android.annotation.TargetApi; import android.app.Activity; import android.app.ActivityManager; import android.app.ActivityManager.RunningServiceInfo; import android.content.ComponentName; import android.content.Context; import android.view.View; import android.view.Window; import ...
package shadowmage.ancient_warfare.common.vehicles.types; import net.minecraft.block.Block; import net.minecraft.item.Item; import shadowmage.ancient_warfare.common.config.Config; import shadowmage.ancient_warfare.common.item.ItemLoader; import shadowmage.ancient_warfare.common.registry.ArmorRegistry; import shadowmage...
#include "udp_socket.h" /* new_ifreq */ ifreq_t *new_ifreq() { ifreq_t *s = NULL; if ( ( s = (ifreq_t *)malloc(LEN__IFREQ) ) == NULL ) { handle_sys_error("new_ifreq: <malloc> returns NULL.\n"); } if ( memset(s, 0, LEN__IFREQ) == NULL ) { handle_sys_error("new_ifreq: <memset> returns NULL.\n"...
<?php $element = $variables['element']; // Special handling for form elements. if (isset($element['#array_parents'])) { // Assign an html ID. if (!isset($element['#attributes']['id'])) { $element['#attributes']['id'] = $element['#id']; } // Add the 'form-wrapper' class. $element['#attributes...
#pragma strict var playerFinalScore: int; var Users: List.< GameObject >; var userData: GameObject[]; var maxPlayers: int; var gameManager: GameObject; var currentPlayer: int; var currentName: String; function Awake () { //var users :GameObject = GameObject.Find("_UserControllerFB"); userData = GameObject.<API key>("Pl...
<fieldset class="animated fadeIn" ng-form="<API key>"> <legend class="pull-left width-full">Authorizations</legend> <div class="form-group"> <label class="control-label col-sm-4"> Role&nbsp; <a href="#" tooltip-html="'<b>Employee:</b> An employee has basic viewing access to the s...
package com.andyadc.concurrency.latch; import java.util.ArrayList; import java.util.List; import java.util.Random; import java.util.concurrent.*; /** * @author andaicheng * @version 2017/3/10 */ public class LatchDemo_1 { public static void main(String[] args) throws Exception { int num = 10; Cou...
# TimeBombs A plugin that allows players to drop item bombs that blow up in a configurable time and strength! [Spigot page](https:
package com.infamous.performance.activities; import android.app.Activity; import android.content.Intent; import android.content.SharedPreferences; import android.os.AsyncTask; import android.os.Bundle; import android.os.SystemClock; import android.preference.PreferenceManager; import android.view.View; import android.w...
// Decompiler options: packimports(3) package MJDecompiler; import java.io.IOException; // Referenced classes of package MJDecompiler: // bm, bf, bh, bj, final class as extends CpField { as(ClazzInputStream bc, ClassFile bj1) throws IOException { super(bc, bj1); } final void w...
package com.zalthrion.zylroth.handler; import net.minecraft.client.settings.KeyBinding; import org.lwjgl.input.Keyboard; import cpw.mods.fml.client.registry.ClientRegistry; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; public class KeyHandler { @SideOnly(Side.CLIENT) public static Ke...
package org.chiknrice.iso.codec; import org.chiknrice.iso.config.ComponentDef.Encoding; import java.nio.ByteBuffer; /** * The main contract for a codec used across encoding and decoding of message components. Each field/component of the * ISO message would have its own instance of codec which contains the definition ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MiniQuick.Events { public class BaseEvent : IEvent { private int _MaxRetryCount = 3; private TimeSpan _timeinterval = TimeSpan.FromMilliseconds(1000); public str...
#!/bin/sh STAGING_DIR=$PWD/9ML-toolkit.d mkdir -p $STAGING_DIR mkdir -p $STAGING_DIR/bin ${CHICKEN_HOME}/bin/chicken-install -init $STAGING_DIR rm $STAGING_DIR/setup-download.* $STAGING_DIR/tcp.* $STAGING_DIR/srfi-18.* $CHICKEN_HOME/bin/chicken-install -deploy -prefix $STAGING_DIR \ datatype typeclass regex make bin...
using System; using Redzen.Numerics; using SharpNeat.Utility; namespace SharpNeat.Network { <summary> Gaussian activation function. Output range is 0 to 1, that is, the tails of the gaussian distribution curve tend towards 0 as abs(x) -> Infinity and the gaussian's peak is at x = 0. </summary> publi...