answer
stringlengths
15
1.25M
import { Component } from '@angular/core'; @Component({ selector: 'app-page-not-found', templateUrl: './page-not-found.component.html' }) export class <API key> { }
import java.util.Date; import junit.framework.Assert; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.junit.After; import org.junit.Before; import org.junit.Test; import api.APIException; import api.LabdooClient; import api.resources.Laptop; //TODO Implements wrong cases ...
#pragma once #include "utils.h" #include "kernel.h" #include "svc.h" Result <API key>(u32 dummy, Handle processHandle, u32 type); Result GetProcessInfoHook(s64 *out, Handle processHandle, u32 type);
{% extends "base.html" %} {% block content %} <div class="container"> {% filter markdown %} {# Markdown,, #} {% include "ubuntu_repo_usage.md" %} {% endfilter %} </div> {% endblock %}
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_17) on Sun May 04 13:42:20 MDT 2014 --> <TITLE> Uses of Class simplealgebra.ga.SymbolicWedge </TITLE> <META NAME="date" CONTENT="2014-05-04"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <S...
#include "ScriptPCH.h" #include "pit_of_saron.h" #define MAX_ENCOUNTER 3 /* Pit of Saron encounters: 0- Forgemaster Garfrost 1- Krick and Ick 2- Scourgelord Tyrannus */ class <API key> : public InstanceMapScript { public: <API key>() : InstanceMapScript("<API key>", 658) { } InstanceScript* GetInstanceScrip...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.7.0) on Wed Feb 13 15:11:38 GMT 2008 --> <TITLE> BigRequests </TITLE> <META NAME="date" CONTENT="2008-02-13"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> functi...
import json import urllib import urllib2 def shorten(url): gurl = 'http://goo.gl/api/url?url=%s' % urllib.quote(url) req = urllib2.Request(gurl, data='') req.add_header('User-Agent','toolbar') results = json.load(urllib2.urlopen(req)) return results['short_url']
const chart = { format: '{point.name}: {point.y:,.2f}', colorNames: [ 'success', 'info', 'warning', 'danger', 'primary', 'highlight', 'default' ], colors: [], patterns: [], style: {}, plotOptions: function () { return { series: { animation:...
<?php $dbname="jxj"; $con = mysql_connect("localhost","root","admin123"); mysql_query("set names 'UTF8'"); mysql_query("set character 'UTF8'"); if(!$con) { die('Could not connect: '.mysql_error()); } $db_selected = mysql_select_db($dbname, $con); if(!$db_selected) { $sql="CREATE DATABASE $dbname"; if(mysql_query(...
#!/usr/bin/env bash if [ $# != 1 ]; then echo "***ERROR*** Use: $0 fastaFilesExtension" exit -1 fi array=() x=0 EXT=$1 BINDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# -*- coding: utf-8 -*- ## 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 wx import os import wx.xrc import ...
package org.wandora.application.tools.extractors.europeana; import org.wandora.application.Wandora; import org.wandora.application.WandoraTool; import org.wandora.application.contexts.Context; /** * * @author nlaitinen */ public class EuropeanaExtractor extends <API key> { private <API key> ui = null; @Overr...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <!-- Favicon --> <link href="../images/vl_blue.ico" type="image/x-icon" rel="icon"></link> <link href="../images/vl_blue.ico" type="image/x-icon" rel="shortcut icon"></link> <!-- Stylesheets --> <link href="../web.css" type="text/css" rel="stylesheet"></link...
#include "glheader.h" #include "api_validate.h" #include "bufferobj.h" #include "context.h" #include "imports.h" #include "mtypes.h" #include "vbo/vbo.h" /** * \return number of bytes in array [count] of type. */ static GLsizei index_bytes(GLenum type, GLsizei count) { if (type == GL_UNSIGNED_INT) { return ...
package org.openflexo.gina.model.bindings; import java.beans.PropertyChangeEvent; import java.beans.<API key>; import java.lang.reflect.Type; import java.util.logging.Logger; import org.openflexo.connie.<API key>; import org.openflexo.connie.BindingModel; import org.openflexo.connie.binding.IBindingPathElement; import ...
package com.quartercode.quarterbukkit.util; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.event.EventHandler; import org.bukkit.event.Listener; import org.bukkit.plugin.Plugin; import com.quartercode.quarterbukkit.api.exception.InstallException; import com.quartercode.quarterbukkit.api.except...
local function run(msg, matches) local group = load_data('bot/group.json') local addgroup = group[tostring(msg.chat_id)] if addgroup then if is_momod(msg) or is_robot(msg) then return false else local group_mute_all = group[tostring(msg.chat_id)]['settings']['mute_all'] if group_mute_all == 'yes' then tg.deleteMessages...
#include "h17disk.h" #include <stdio.h> static int usage(char *progName) { fprintf(stderr,"Usage: %s old_h17disk_file new_h17disk_file\n",progName); return 1; } int main(int argc, char *argv[]) { H17Disk *image = new(H17Disk); if (argc < 2 || argc > 3) { usage(argv[0]); return 1; ...
__author__ = 'xiaoxiaol' import numpy as np import pylab as pl import scipy import pandas as pd import seaborn as sns import os import sys, getopt from scipy.cluster import hierarchy import platform from scipy.stats.stats import pearsonr import scipy.stats as stats from PIL import Image import glob from sklearn.metrics...
public class Schuler { private String name; private int test1; private int test2; private int test3; public Schuler() { name = ""; test1 = 0; test2 = 0; test3 = 0; } public void setName(String nm) { name = nm; } public String getName() ...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0) on Sat Oct 20 21:08:33 CEST 2012 --> <title>R.drawable</title> <meta name="date" content="2012-10-20"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> <script type...
package org.graylog2.alerts.types; import com.google.common.collect.ImmutableMap; import com.google.common.collect.Iterators; import com.google.common.collect.Maps; import com.google.common.collect.Sets; import org.elasticsearch.common.unit.TimeValue; import org.elasticsearch.search.SearchHit; import org.elasticsearch....
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ #include "drumkitparser.h" #include <string.h> #include <stdio.h> #include <hugin.hpp> #include "instrumentparser.h" #include "path.h" DrumKitParser::DrumKitParser(const std::string &kitfile, DrumKit &k) : kit(k) { // instr = NULL; p...
package de.hpi.bpmn2_0.factory.node; import org.oryxeditor.server.diagram.generic.GenericShape; import de.hpi.bpmn2_0.annotations.StencilId; import de.hpi.bpmn2_0.exceptions.<API key>; import de.hpi.bpmn2_0.factory.<API key>; import de.hpi.bpmn2_0.model.BaseElement; import de.hpi.bpmn2_0.model.data_object.DataState; im...
from xboxdrv_parser import Controller from time import sleep import argparse import os import sys sys.path.append(os.path.abspath("../../..")) from util.communication.grapevine import Communicator from robosub_settings import settings def main (args): com = Communicator (args.module_name) controller = Controlle...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package Operator.Operations.<API key>; import Helpers.GrammarCreator; import Helpers.IndividualMaker; import Helpers.JUnitHelper; import Individuals.GEChromosome; import Individuals.GEIndividual; import Individuals.GEInd...
package com.bonepeople.android.sdcardcleaner.basic; import android.content.DialogInterface; import android.content.pm.PackageManager; import android.os.Message; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActi...
/* Don't multiply include: dispextern.h includes macterm.h which includes frame.h some emacs source includes both dispextern.h and frame.h */ #ifndef EMACS_FRAME_H #define EMACS_FRAME_H #include "dispextern.h" /* Miscellanea. */ /* Nonzero means there is at least one garbaged frame. */ extern int frame_garbaged;...
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- // Simple test for the AP_AHRS interface #include <AP_AHRS/AP_AHRS.h> #include <AP_HAL/AP_HAL.h> const AP_HAL::HAL& hal = AP_HAL::get_HAL(); // INS and Baro declaration AP_InertialSensor ins; Compass compass; AP_GPS gps; AP_Baro baro; AP_Seria...
package com.wabacus.system.datatype; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.text.DecimalFormat; import java.util.HashMap; import java.util.Map; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import com.wabacus.config....
package com.piron1991.builder_tools.reference; public class Reference { public static final String MOD_ID = "builder_tools"; public static final String VERSION = "0.1"; public static final String MOD_NAME = "Builder tools"; public static final String CPROXY = "com.piron1991.builder_tools.proxy.clientPro...
<?php /** This is the HUGnet namespace */ namespace HUGnet\devices\inputTable\drivers\virtual; /** This keeps this file from being included unless HUGnetSystem.php is included */ defined('_HUGNET') or die('HUGnetSystem not found'); /** This is my base class */ require_once dirname(__FILE__)."/../../DriverVirtual.php"; ...
#include "config.h" #include <stdlib.h> #include <string.h> #include <curl/curl.h> #include "nclist.h" #include "ncbytes.h" #include "nclog.h" #include "netcdf.h" #include "ast.h" #include "crdebug.h" #include "nccrnode.h" #include "ncStreamx.h" /*Forward*/ static int nccr_walk_Group(Group*, Group*, NClist*); static in...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head><title>Help - DInSAR</title> <link rel="stylesheet" href="../style.css"> </head> <body> <table class="header"> <tbody> <tr class="header"> <td class="header">&nbsp; Three-Pass DInSAR (InSAR operator)</td> <td class=...
#include <stdio.h> #include "thash.h" #include<stdlib.h> // As chaves dos valores a serem armazenados #define CHAVE1 "abcd" #define CHAVE2 "xyz2" #define CHAVE3 "3qwert" // Tamanho default da tabela #define CAPACIDADE 5 // Funcao para converter os dados armazenados em strings char* mostra(void * p) { return (char*)p;...
#ifndef <API key> #define <API key> #pragma GCC system_header #ifdef __BASE_FILE__ #define __FCA_FILE__ __BASE_FILE__ #else #define __FCA_FILE__ __FILE__ #endif #define FCA_VERBOSE(level, format, ...) \ opal_output_verbose(level, mca_coll_fca_output, "%s:%d - %s() " format, \ __FCA_FILE__, _...
<?php class ModelSettingApi extends Model { public function login($username, $password) { $query = $this->db->query("SELECT * FROM " . DB_PREFIX . "api WHERE username = '" . $this->db->escape($username) . "' AND password = '" . $this->db->escape($password) . "'"); return $query->row; } }
<?php require_once(__DIR__.'/../../../lib/common.php'); // Here are the individual SQL queries for each phase for clarity and // below it is a mash-up of them for effectiveness // SELECT mac FROM visit WHERE ip=:ip ORDER BY leave DESC LIMIT 1; // SELECT id,changed FROM user_mac WHERE mac=:mac AND changed<:leave ORDER B...
<?php $username = ""; $errors = array(); if ($_SERVER["REQUEST_METHOD"] == "POST") { if (!isset($_POST["username"]) || !trim($_POST["username"])) { $errors["password"] = "Nom d'utilisateur ou mot de passe incorrecte."; } else { $username = $_POST["username"]; } if (empty($errors)) { ...
<app-nav></app-nav> <h1 class="sky-page-heading">Non-Profit Form</h1> <div [hidden]="submitted" style="border: 1px solid #F6F6F6; margin: 50px 300px; background-color: #F6F6F6; box-shadow: -1px 1px 87px -20px rgba(0,0,0,0.75);"> <div style="margin: 100px 150px;"> <h1>New Event Entry</h1> <form #f="ngF...
""" Integration test: permit call """ import os import sys myPath = os.path.dirname(os.path.abspath(__file__)) sys.path.insert(0, myPath + '/../../') import logging import nose from nose.tools import * import inte_testutils from telewall.core.model import TelephoneNumber from telewall.core.util import sleep_until loggi...
#include "underlying_type.hpp" TC_UNDERLYING_TYPE aUNDERLYING_TYPE; void TC_UNDERLYING_TYPE::finish_type (tree t) { cerr << "finish_type: UNDERLYING_TYPE" << t << endl; }; void TC_UNDERLYING_TYPE::finish_decl (tree t) { cerr << "finish_decl: UNDERLYING_TYPE" << t << endl; }; void TC_UNDERLYING_TYPE::finish_unit (tr...
if (Meteor.isClient) { Session.setDefault('degF',-40); Session.setDefault('degC',-40); Template.temperatureBoxes.helpers({ degF: function(){ return Session.get('degF'); }, degC: function(){ return Session.get('degC'); } }); Template.temperatureBoxes.events({ 'keyup #c': functi...
package com.pahans.kichibichiya.loader; import java.util.ArrayList; import java.util.List; import com.pahans.kichibichiya.model.ParcelableUser; import twitter4j.ResponseList; import twitter4j.Twitter; import twitter4j.TwitterException; import twitter4j.User; import android.content.Context; public class UserSearchLoader...
<?php namespace Espo\Core\Hooks; use Espo\Core\Interfaces\Injectable; /** @deprecated */ abstract class Base implements Injectable { protected $injections = []; public static $order = 9; protected $dependencyList = [ 'container', 'entityManager', 'config', 'metadata', ...
# -*- coding: utf-8 -*- # 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 # If you modify this Program, or any covered work, by lin...
/** * @package WP_Basic_Bootstrap * @since WP_Basic_Bootstrap 1.0 */ /* Globals */ body { word-wrap: break-word; } /* Main column and sidebar layout */ .blog-main { padding-right: 25px; padding-left: 25px; } .blog-sidebar { padding: 0 30px; } .blog-sidebar, .blog-main-right, .blog-sidebar-right { ...
title: "चुनाव आयोग ने 10 राज्यसभा सीटों पर होने वाले चुनाव टाले" layout: item category: ["india"] date: 2017-05-22T10:10:29.727Z image: <API key>.jpg <p>नई दिल्ली: ईवीएम मशीनों में गड़बड़ी की खबरें आने के बीच सोमवार को चुनाव आयोग ने तीन राज्यों की 10 राज्यसभा सीटों पर होने वाले चुनाव को टाल दिया है। राज्यसभा की इन सीटो...
vti_encoding:SR|utf8-nl <API key>:TW|14 Aug 2014 12:39:17 -0000 vti_extenderversion:SR|12.0.0.0 vti_author:SR|Office-PC\\Rafael vti_modifiedby:SR|Office-PC\\Rafael vti_timecreated:TR|01 Nov 2014 09:08:15 -0000 vti_backlinkinfo:VX|admin/view/javascript/jquery/ui/themes/base/jquery.ui.base.css <API key>:TW|14 Aug 2014 12...
#include "mapmask.h" #include <string.h> #include <malloc.h> #include <stdlib.h> static void* memdup( const void *base, size_t size ) { void *mem; if (size == 0) return NULL; mem = malloc( size ); memcpy( mem, base, size ); return mem; } int mm_initMap( mm_vec_t *mm, size_t chunk, int map_len, void...
#pragma once #include <cstdlib> //NULL #include <string> class Base { public: Base() { } ; virtual ~Base() { } ; virtual bool execute() = 0; virtual std::string getExecutable() = 0; };
Introduction {#readme} ========= # Overview {#overview} - @ref Introduction - @ref InstallationNotes - @ref Acknowledgments - @ref License ## Introduction {#Introduction} ##...
#ifndef <API key> #define <API key> #include <QtCore/qglobal.h> #if defined(TEXTFACTORY_LIBRARY) # define <API key> Q_DECL_EXPORT #else # define <API key> Q_DECL_IMPORT #endif #endif // <API key>
#ifndef BIRD_H #define BIRD_H #include <gameitem.h> #include <QPixmap> #include <QGraphicsScene> #include <QTimer> #define BIRD_DENSITY 10.0f #define BIRD_FRICTION 0.2f #define BIRD_RESTITUTION 0.5f class enemy : public GameItem { public: enemy(float x, float y, float radius, QTimer *timer, QPixmap pixmap, b2World ...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_51) on Wed Aug 05 21:51:48 BST 2015 --> <title>Piece</title> <meta name="date" content="2015-08-05"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> <script type="text/javascript" src="../sc...
package com.teckcoder.crashengine.file; import com.teckcoder.crashengine.utils.logger.Logger; import java.io.File; import java.io.FileInputStream; import java.io.<API key>; import java.io.InputStream; public class FileStream { File file = null; FileLocationType locationType = null; private FileStream(String...
# pfsense-backup The goal of this little PHP project is to gain automated config backups from a pfsense box. ## Features - Simple configuration via XML file - Backups can be saved locally or may be sent to one or more e-mail-recipients - Supports backup of multiple pfsense instances - Simple backup comparison tool ## R...
#ifndef <API key> #define <API key> #include <complex> #include <AOFlagger/msio/image2d.h> template<typename NumType> class <API key> { public: void Image(NumType uTimesLambda, NumType vTimesLambda, NumType wTimesLambda, NumType lowestFrequency, NumType frequencyStep, size_t channelCount, const std::complex...
//FIXME Not checked on threadsafety yet; after checking please remove this line #include "globals.h" #if defined OS_MACOSX || defined OS_FREEBSD #include <net/if_dl.h> #include <ifaddrs.h> #elif defined OS_SOLARIS #include <net/if.h> #include <net/if_arp.h> #include <sys/sockio.h> #else #include <net/if.h> #endif #ifde...
package com.tera.common.database.dao; import java.util.Map; import com.tera.common.model.context.Context; import com.tera.common.model.context.ContextType; /** * @author ATracer */ @Context(type = ContextType.DAO) public interface ServerPropertiesDAO extends ContextDAO { /** * @param name * @return */ St...
// Class implementation: Input_Value::Line #include "../pragmas.h" #include "Input_Value_Line.h" #include "Input_Text_File.h" #include "Assert_That.h" Input_Value::Line::Line() : str_(""), name_(""), name_pos_(0), unmatched_() { } bool Input_Value::Line::name_matches(const std::string & name, ...
from django.core.management.base import BaseCommand, CommandError from django.core import management from django.db.models import Count from scoping.models import * class Command(BaseCommand): help = 'check a query file - how many records' def add_arguments(self, parser): parser.add_argument('qid',type=...
package com.watabou.pixeldungeon.windows; import com.nyrds.pixeldungeon.game.GameLoop; import com.nyrds.pixeldungeon.game.GamePreferences; import com.nyrds.pixeldungeon.ml.R; import com.nyrds.pixeldungeon.utils.ModDesc; import com.nyrds.pixeldungeon.windows.<API key>; import com.nyrds.pixeldungeon.windows.ScrollableLis...
package org.openconcerto.sql.element; import org.openconcerto.sql.Log; import org.openconcerto.sql.TM; import org.openconcerto.sql.model.<API key>; import org.openconcerto.sql.model.SQLName; import org.openconcerto.sql.model.SQLTable; import org.openconcerto.utils.CollectionUtils; import org.openconcerto.utils.SetMap; ...
#include <stdio.h> #define MAXLINE 1000 int getlinee(char line[], int max); int stringdex(char source[], char searchfor[]); char pattern[] = "ould"; main() { char line[MAXLINE]; int found = 0; while (getlinee(line, MAXLINE) > 0) if ( strindex(line, pattern) >= 0) { printf("%s", line); ...
/** @file whisperMessage.cpp * @author Vladislav Gluhovsky <vlad@ethdev.com> * @date June 2015 */ #include <boost/test/unit_test.hpp> #include <libdevcore/SHA3.h> #include <libwhisper/BloomFilter.h> #include <test/libtesteth/TestHelper.h> using namespace std; using namespace dev; using namespace dev::test; using namesp...
#include "ppl_test.hh" #include "timings.hh" #include <vector> #include <map> // Define EXP_EVAL to 1 if you want to reproduce the results // of the experimental evaluation reported in Table 2 of the paper: // R. Bagnara, P.M. Hill, E. Zaffanella // Not Necessarily Closed Convex Polyhedra and the Double Description...
package com.iver.core; import com.iver.andami.PluginServices; import com.iver.andami.plugins.Extension; import com.iver.core.configExtensions.ConfigPlugins; public class ConfigExtension extends Extension { /* (non-Javadoc) * @see com.iver.andami.plugins.Extension#execute(java.lang.String) */ public vo...
<div id="intro"> <h1>ABOUT US</h1> </div> <div class="content_page"> <div id="left"> <p>Sed eu molestie purus. Maecenas convallis faucibus viverra. Nulla malesuada vestibulum leo, non pharetra lacus cursus sed. Nam semper sagittis leo, vitae pharet...
package Mojolicious::Command::daemon; use Mojo::Base 'Mojolicious::Command'; use Getopt::Long qw(GetOptionsFromArray :config no_auto_abbrev no_ignore_case); use Mojo::Server::Daemon; has description => 'Start application with HTTP and WebSocket server'; has usage => sub { shift->extract_usage }; sub run { my ($self, ...
# Uniques Adds numerous of Path of Exile's Unique items. Dropped as Legendaries. Gotta Catch 'em All !
function handleDialogRequest(dialogName, xhr, status, args) { if (!args.success) { PF(dialogName).jq.effect("shake", {times : 5}, 100); } else { PF(dialogName).hide(); } }
#!/bin/bash COUNTER=1 while(true) do ./javid.sh let COUNTER=COUNTER+1 done
package cn.bjsxt.oop.inherit; /** * * @author dell * */ public class Animal2 { String eye; public void run(){ System.out.println(""); } public void eat(){ System.out.println(""); } public void sleep(){ System.out.println("zzzzz"); } public Animal2(){ ...
package com.shatteredpixel.<API key>.tiles; import com.shatteredpixel.<API key>.Dungeon; import com.shatteredpixel.<API key>.levels.Terrain; public class DungeonWallsTilemap extends DungeonTilemap { public DungeonWallsTilemap(){ super(Dungeon.level.tilesTex()); map( Dungeon.level.map, Dungeon.level....
/* $Xorg: PsPolygon.c,v 1.4 2001/02/09 02:04:36 xorgcvs Exp $ */ /* $XFree86: xc/programs/Xserver/Xprint/ps/PsPolygon.c,v 1.7 2001/12/14 19:59:17 dawes Exp $ */ #include "Ps.h" #include "gcstruct.h" #include "windowstr.h" void PsPolyRectangle( DrawablePtr pDrawable, GCPtr pGC, int nRects, xRectang...
using System; using System.Windows; using System.Windows.Threading; using StructureMap; using TailBlazer.Views; namespace TailBlazer.Infrastucture { public class BootStrap { [STAThread] public static void Main(string[] args) { var app = new App { ShutdownMode = ShutdownMode.O...
using CP77.CR2W.Reflection; namespace CP77.CR2W.Types { [REDMeta] public class inkLayerProxy : ISerializable { public inkLayerProxy(CR2WFile cr2w, CVariable parent, string name) : base(cr2w, parent, name) { } } }
package org.schabi.newpipe.player; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.net.Uri; import android.os.AsyncTask; import android.preference.PreferenceManager; import android.support.annotation.NonNull; import android.text.TextUtils; import android.uti...
#include "MD5.h" #include "string.h" namespace engine { namespace tools { using namespace std; /* Constants for MD5Transform routine. */ #define S11 7 #define S12 12 #define S13 17 #define S14 22 #define S21 5 #define S22 9 #define S23 14 ...
package org.melodi.learning.service; import java.io.File; import java.io.<API key>; import java.io.FileReader; import java.io.IOException; import java.io.<API key>; import org.melodi.tools.dataset.DataSet_Corpora; import org.melodi.tools.evaluation.Evaluation_Service; import opennlp.maxent.BasicEventStream; import open...
""" IfExp astroid node An if statement written in an expression form. Attributes: - test (Node) - Holds a single node such as Compare. - Body (List[Node]) - A list of nodes that will execute if the condition passes. - orelse (List[Node]) - The else clause. Example: - test ...
var __v=[ { "Id": 2056, "Panel": 1052, "Name": "array", "Sort": 0, "Str": "" }, { "Id": 2057, "Panel": 1052, "Name": "", "Sort": 0, "Str": "" }, { "...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML//EN"> <html lang="en"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Slide 5: HTML 5</title> <link rel="stylesheet" type="text/css" href="../../common/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="../../common/css/bootstr...
# -*- coding: utf-8 -*- import pilas archi = open('datos.txt', 'r') nivel = archi.readline() pantalla = archi.readline() idioma = archi.readline() archi.close() if idioma == "ES": from modulos.ES import * else: from modulos.EN import * class EscenaMenu(pilas.escena.Base): "Es la escena de presentación donde...
-- 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 -- along with this program. If not, see <http: CREATE TABLE IF NOT EXISTS <...
#pragma once #include "GLObject.h" #include "GLContext.h" #include "MessageList.h" class GLPrintf { public: static QString requiredVersion() { return "#version 430"; } static QString preamble(); const char *bufferBindingName() const { return "_printfBuffer"; } const GLObject &bufferObject() const { retu...
#pragma once #include "common.hpp" namespace ccloutline { border_mat borders(const arma::mat&); } // namespace ccloutline
# -*- coding: utf-8 -*- # Generated by Django 1.9.7 on 2016-07-09 11:32 from __future__ import unicode_literals import django.contrib.postgres.fields.jsonb from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): initial = True dependencies = [ ] o...
#include "GreenFunctions.h" using namespace negf; GreenFunctions::GreenFunctions(const Options * options_, const Geometry * xspace_, const Kspace * kspace_, Energies * energies_, const Hamiltonian...
# This file is part of Mycroft Core. # Mycroft Core is free software: you can redistribute it and/or modify # (at your option) any later version. # Mycroft Core is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the from threading import Thread from time impor...
# -*- coding: utf-8 -*- # This file is part of Gertrude. # Gertrude is free software; you can redistribute it and/or modify # (at your option) any later version. # Gertrude is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the from __future__ i...
from ..rerequest import TemplateRequest init_req = TemplateRequest( re = r'(http://)?(www\.)?(?P<domain>ur(play)?)\.se/(?P<req_url>.+)', encode_vars = lambda v: { 'req_url': 'http://%(domain)s.se/%(req_url)s' % v } ) hls = { 'title': 'UR-play', 'url': 'http: 'items': [ini...
import Reflux from 'reflux'; import URLUtils from 'util/URLUtils'; import ApiRoutes from 'routing/ApiRoutes'; import fetch from 'logic/rest/FetchProvider'; import MessageFormatter from 'logic/message/MessageFormatter'; import ObjectUtils from 'util/ObjectUtils'; import CombinedProvider from 'injection/CombinedProvider'...
{-# LANGUAGE GADTs #-} -- | Simple embedded DSL using GADT's. -- Example adapted from: -- https://en.wikibooks.org/wiki/Haskell/GADT module ExprDSLGADTs where data Expr a where I :: Int -> Expr Int B :: Bool -> Expr Bool Add :: Expr Int -> Expr Int -> Expr Int Eq :: (Eq a) => Expr a -> Expr a -> Expr Bool eRig...
package org.tellervo.desktop.hardware.device; import java.io.DataOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.tellervo.desktop.admin.model.<API key>; import org.tellervo.desktop.hardware.<API key>; ...
#ifndef <API key> #define <API key> #include "JsObjectFactory.h" #include <resip/stack/SipMessage.hxx> #include "JsProxyBase.h" namespace jessip { class <API key> : public jessip::JsObjectFactory { public: <API key>(); virtual ~<API key>(); virtual v8::Handle<v8::Value> <API key>( const char* address)...
<?php /** * @package <API key> * @author Felix Arntz <felix-arntz@leaves-and-love.net> */ if ( ! defined( 'ABSPATH' ) ) { die(); } if ( ! class_exists( 'LaL_WP_Plugin' ) ) { /** * The base plugin main class. * * The main class of each plugin that should use the plugin loader must extend this c...
#ifndef <API key> #define <API key> // MATRIX4.H /* DOCUMENTATION */ /* DESCRIPTION: 4x4 Matrix class DEPENDENCIES: math.h must be used TODO: + Possibly move the transformation operations to a <API key> class inherriting...