answer
stringlengths
15
1.25M
var searchData= [ ['canvas_2ehpp',['Canvas.hpp',['../Canvas_8hpp.html',1,'']]], ['checkbutton_2ehpp',['CheckButton.hpp',['../CheckButton_8hpp.html',1,'']]], ['combobox_2ehpp',['ComboBox.hpp',['../ComboBox_8hpp.html',1,'']]], ['config_2ehpp',['Config.hpp',['../Config_8hpp.html',1,'']]], ['container_2ehpp',['Co...
#include "inlinefield.h" InlineField::InlineField(Sounds *sounds, QWidget *parent) : TextField(sounds, parent) { m_width = 620; m_height = 32; m_rightSymbols = 0; m_countSymbols = 0; m_wrongSymbols = 0; m_layout = new QHBoxLayout(this); m_layout->setContentsMargins(0,0,0,0); m_layout...
using System; using System.Collections.Generic; using System.Data; using System.Data.Entity; using System.Linq; using System.Web; using System.Web.Mvc; namespace WebTool.Controllers { public class <API key> : Controller { private <API key> db = new <API key>(); // GET: /Enrollment/ publi...
if(a==b){ c=0; }else{ d=1; }
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace CS430_FinalPractice { public partial class Step3 : System.Web.UI.UserControl { protected void Page_Load(object sender, EventArgs e) { } ...
/** * @author Elahe Jalalpour */ package me.elahe.riverrider; import javax.imageio.ImageIO; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.image.BufferedImage; import java.io.IOException; import java.util.ArrayList; public class Drawin...
#include <glibmm.h> #include "sharp/directory.hpp" #include "sharp/fileinfo.hpp" #include "sharp/string.hpp" namespace sharp { void <API key>(const std::string & dir, const std::string & ext, std::list<std::string> & list) { if (!Glib::file...
#!/bin/sh # This file is part of WeeChat, the extensible chat client. # WeeChat is free software; you can redistribute it and/or modify # (at your option) any later version. # WeeChat is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the common stuff DIR=$(cd...
package mediathek.javafx; import javafx.beans.property.IntegerProperty; import javafx.geometry.Insets; import javafx.scene.control.Label; import javafx.scene.control.Tooltip; import javafx.scene.layout.StackPane; /** * Displays the number of currently selected entries */ public class SelectedItemsLabel extends StackP...
<!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>Mozzi: WaveShaper&lt; int &gt; Class Template Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen....
double* <API key> ( double a, double b, int n, int fnty); double* <API key> ( double a, double b, int n, double c[], int m, double x[]); double* chebyshev_zeros ( int n ); void updateSolution(int n, double a, double b, double* x);
ceph pg dump --format json | json_pp | grep 'deep_scrub_stamp' | cut -c-50 | sort | uniq -c
package net.lightbody.bmp.proxy.util; import java.util.logging.*; public class Log { static { Logger logger = Logger.getLogger(""); Handler[] handlers = logger.getHandlers(); for (Handler handler : handlers) { logger.removeHandler(handler); } ConsoleHandler handle...
<script src="<?php echo STYLE_URL; ?>js/modules/l10n/phrases.js"></script>
#ifndef <API key> #define <API key> #include <string> namespace Color { enum Color { Unknown = ~0, Default = -1, Black = 0, Red, Green, Yellow, Blue, Magenta, Cyan, Silver, Gray, BrightRed, BrightGreen, BrightYellow, BrightBlue...
#include <stdio.h> #include <errno.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #include <sys/time.h> #include <time.h> #include <sys/types.h> #include <ctype.h> #include <getopt.h> #include <fcntl.h> #include <poll.h> #include <pcap.h> #include <netinet/in.h> #include <netinet/ip_icmp.h> #include <ne...
#include "tiny_types.h" #include "tiny_list.h" #include <stdbool.h> static tiny_mutex_t s_mutex; static uint16_t s_uid = 0; void tiny_list_init(void) { static bool initialized = false; if ( !initialized ) { initialized = true; tiny_mutex_create(&s_mutex); } } uint16_t tiny_list_add(list_...
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2014.03.29 at 05:09:22 PM WET package com.trackit.presentation.view.map.provider.here.routes.common; imp...
using System.Text; using System.Text.RegularExpressions; namespace Upsploit.UploadRequest { class RequestPart{ internal string contentDisposition { get; private set;} internal string contentType { get; set; } internal byte[] data { get; set; } internal string name { get; private set;...
<?php /** * Map field class. */ class RWMB_Map_Field extends RWMB_Field { /** * Enqueue scripts and styles * * @return void */ static function <API key>() { $args = func_get_args(); $field = $args[0]; $google_maps_url = add_query_arg( 'key', $field['api_key'], 'http...
#ifndef MISTRUCT_H #define MISTRUCT_H #include "mi.h" #include "regionstr.h" /* information about dashes */ typedef struct _miDash { DDXPointRec pt; int e1, e2; /* keep these, so we don't have to do it again */ int e; /* bresenham error term for this point on line */ int wh...
package com.tigerxiao.basic.viewgroup; import com.tigerxiao.beautyhunter.R; import com.tigerxiao.extern.util.L; import com.tigerxiao.extern.util.T; import android.app.ActionBar; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; public class <API key> extends ...
package net.atf4j.data.factory; import java.util.Random; import net.atf4j.core.<API key>; import net.atf4j.data.CsvRow; import net.atf4j.data.Postcode; import net.atf4j.data.PostcodeData; import net.atf4j.data.Text; /** * A factory for creating PostcodeData objects. */ public final class PostcodeDataFactory extends <...
window.onload=function(){ document.onkeydown=function(){ var e=window.event||arguments[0]; if(e.keyCode==123){ alert(""); return false; }else if((e.ctrlKey)&&(e.shiftKey)&&(e.keyCode==73)){ alert(""); return false; } }; document.oncontextmenu=function(){ alert(""); return false; } }
#include <random> #include <stdexcept> #include <iostream> #include "math/sdb_fitting.h" #include "Eigen" using Eigen::MatrixXf; using std::cout; using std::endl; using std::runtime_error; namespace jtil { namespace math { SDBFitting::SDBFitting(uint32_t num_coeffs) { num_coeffs_ = num_coeffs; cur_x_.resize(n...
package com.isode.stroke.presence; import com.isode.stroke.elements.Payload; import com.isode.stroke.elements.Presence; /** * This presence sender adds payloads to outgoing presences. * * This class isn't meant to be used with directed presence. */ public class <API key> implements PresenceSender { private Pres...
require 'package' class Pygtk < Package description 'PyGTK is a Python package which provides bindings for GObject based libraries such as GTK+, GStreamer, WebKitGTK+, GLib, GIO and many more.' homepage 'http: version '2.24.0' compatibility 'all' source_url 'https://ftp.gnome.org/pub/GNOME/sources/pygtk/2.24/...
<?php namespace sJo\Model; use sJo\Model\Database\DatabaseInterface; use sJo\Object\Singleton; use sJo\Object\Entity; use sJo\Model\Database\Map; abstract class Model implements DatabaseInterface { use Singleton; use Entity; use Control\Error; use Control\Validate { Control\Validate::validate as...
#!/usr/bin/env python from ciscoconfparse import CiscoConfParse def main(): cisco_cfg = CiscoConfParse("cisco_ipsec.txt") cr_map_list = cisco_cfg.find_objects(r"^crypto map CRYPTO") for item in cr_map_list: print item.text for child in item.children: print child.text if __name__ ...
#!/usr/bin/python import simplejson as json i = open('/proc/cpuinfo') my_text = i.readlines() i.close() username = "" for line in my_text: line = line.strip() ar = line.split(' ') if ar[0].startswith('Serial'): username = "a" + ar[1] if not username: exit(-1) o = open('/home/pi/.cgminer/cgminer....
package cn.exrick.manager.dto; import java.io.Serializable; /** * @author Exrickx */ public class RoleDto implements Serializable{ private int id; private String name; private String permissions; private String description; public int getId() { return id; } public void setId(int id...
<?php // common hosting config file for all bertas if (file_exists($ENGINE_ROOT_PATH . 'hosting')) { $hostingConfig = json_decode(file_get_contents($ENGINE_ROOT_PATH . 'hosting'), true); } $options['PLANS'] = isset($hostingConfig['plans']) ? $hostingConfig['plans'] : []; $options['HOSTING_PROFILE'] = isset($hosting...
class Admin::ActionsController < AdminController before_action :load_job def edit @action = @job.actions.find_by(id: params[:id]) end def update end def destroy @action = @job.actions.find_by(id: params[:id]) @action.destroy redirect_to edit_admin_job_path(@job) end private def actio...
<?php # Template for check_swap # $Id: check_swap.php 631 2009-05-01 12:20:53Z Le_Loup $ # RRDtool Options $opt[1] = "-X 0 --vertical-label MB -l 0 -u $MAX[1] --title \"Swap usage $hostname / $servicedesc\" "; # Graphen Definitions $def[1] = "DEF:var1=$rrdfile:$DS[1]:AVERAGE "; $def[1] .= "AREA:var1#c6c6c6:\"$servicede...
"This module provides uniform and local mesh refinement." # This file is part of DOLFIN. # DOLFIN is free software: you can redistribute it and/or modify # (at your option) any later version. # DOLFIN is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Fir...
// This file is part of Return To The Roots. // Return To The Roots is free software: you can redistribute it and/or modify // (at your option) any later version. // Return To The Roots is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #include "defines.h...
package jmedialayer.backends.awt; import jmedialayer.backends.Backend; import jmedialayer.backends.ResourcePromise; import jmedialayer.graphics.Bitmap32; import jmedialayer.graphics.G1; import jmedialayer.input.Input; import jmedialayer.input.Keys; import javax.swing.*; import java.awt.*; import java.awt.event.KeyAdapt...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_45) on Fri Dec 04 23:17:21 GMT 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title><API key>.ShardsRepeat (Solr 5.4.0 API)</title> <meta name="date" content="2015-12-04"> <link rel...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_102) on Tue Feb 21 18:03:00 GMT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>gate.sgml (GATE JavaDoc)</title> <meta name="date" content="2017-02-21"> <link rel="stylesheet" type="tex...
#!/usr/bin/env sh # Terminate already running bar instances killall -q polybar # Wait until the processes have been shut down while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done # Launch bar1 and bar2 polybar example &
from odoo import api from odoo import fields from odoo import models class booking_settings(models.Model): _name="booking.settings" post_booking_time = fields.Integer('Post Booking Time') pre_booking_time = fields.Integer('Pre Booking Time') # Example post booking is 30 <integer> minutes <static text> # Tha...
dirs = ntop.getDirs() package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path require "top_talkers" local top_asn_intf = {} if (ntop.isPro()) then package.path = dirs.installdir .. "/pro/scripts/lua/modules/top_scripts/?.lua;" .. package.path local new = require("top_aggregate") if (type(n...
package org.mc.bridge; public abstract class AbstractRoad { AbstractCar aCar; public void run(){ } }
{-# LANGUAGE UnicodeSyntax #-} -- $ ghc -o Haskell.hs -- $ ghci --version -- The Glorious Glasgow Haskell Compilation System, version 8.2.1 :: Foldable => ( -> -> ) -> -> -> = foldr :: Num => -> -> = (*) :: Int -> Int = 1 [ 1 .. ] main :: IO () main = do let = print in $ 5 -- a -> a
#include <stdint.h> #include <retro_miscellaneous.h> #include <lists/file_list.h> #include <lists/string_list.h> #include <file/file_path.h> #include <compat/strl.h> #include <string/stdstring.h> #ifdef HAVE_NETWORKING #include <net/net_http.h> #endif #include "menu_driver.h" #include "menu_networking.h" #include "menu...
package org.workcraft.dom.visual; import java.awt.Font; import java.awt.Graphics2D; import java.awt.font.FontRenderContext; import java.awt.font.GlyphVector; import java.awt.geom.AffineTransform; import java.awt.geom.Point2D; import java.awt.geom.Rectangle2D; import java.util.LinkedList; import org.workcraft.plugins.sh...
title: 3px date: 2016-07-18 tags: [CSS] categories: Static `li`li`3px` `a``16px` css a{ font-size: 0; } img{ vertical-align: bottom; } `li`
package org.wandora.application.tools.extractors.word; import java.util.ArrayList; import java.util.List; import uk.ac.shef.wit.simmetrics.similaritymetrics.<API key>; import uk.ac.shef.wit.simmetrics.similaritymetrics.Levenshtein; import uk.ac.shef.wit.simmetrics.similaritymetrics.Jaro; import org.apache.commons.colle...
# Peer and Content Routing DHTs (Distributed Hash Tables) are one of the most common building blocks used when creating P2P networks. However, the name doesn't make justice to all the benefits it brings and putting the whole set of features in one box has proven to be limiting when we want to integrate multiple pieces ...
#ifndef WIDGET_H #define WIDGET_H #include <string> #include <vector> #include <boost/make_shared.hpp> #include <boost/checked_delete.hpp> #include <boost/scoped_ptr.hpp> #include <boost/signals2.hpp> #include <boost/geometry/geometries/box.hpp> #include <boost/geometry/geometries/point_xy.hpp> namespace ribi { GUI ind...
# Glotaran package __init__.py from . import model, parameter, io # noqa: F401 __version__ = '0.0.10' ParameterGroup = parameter.ParameterGroup <API key> = ParameterGroup.from_csv <API key> = ParameterGroup.from_yaml <API key> = ParameterGroup.from_yaml_file from .parse import parser # noqa: E402 read_model_from_yml ...
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class <API key> extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::table('ef2016s', function (Bluepri...
package com.nilhcem.bblfr.core.map; import android.location.Location; import com.google.android.gms.maps.CameraUpdate; import com.google.android.gms.maps.CameraUpdateFactory; import com.google.android.gms.maps.GoogleMap; import com.google.android.gms.maps.MapFragment; import com.google.android.gms.maps.model.LatLng; im...
<?php /** * \file htdocs/core/class/html.formmail.class.php * \ingroup core * \brief Fichier de la classe permettant la generation du formulaire html d'envoi de mail unitaire */ require_once DOL_DOCUMENT_ROOT .'/core/class/html.form.class.php'; /** * Classe permettant la genera...
package cm.aptoide.pt.dataprovider.model.v3; import com.fasterxml.jackson.annotation.JsonProperty; public class <API key> extends BaseV3Response { @JsonProperty("tos") private boolean tos; @JsonProperty("privacy") private boolean privacy; public <API key>() { } public boolean isTos() { return tos; } p...
/* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* This file is part of CeCe. */ /* C...
package serverftpgui; import java.io.BufferedInputStream; import java.io.<API key>; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.net.Socket; import javax.swing.JOptionPane; /...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_60) on Thu Nov 05 23:31:39 MST 2015 --> <title>Uses of Class cmput301exchange.exchange.Activities.<API key></title> <meta name="date" content="2015-11-05"> <link rel="stylesheet" type="text/css" href="../../../../styleshe...
#!/bin/bash #argument 1 : -f make the replacement force! shopt -s expand_aliases source ~/.bash_aliases SOURCE="${BASH_SOURCE[0]}" while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" SOURCE="$(readlink "$SOURCE")"
using System; using System.Collections.Generic; using System.Linq; using System.Text; using ECCentral.Service.Inventory.IDataAccess; using ECCentral.Service.Utility; using ECCentral.Service.Utility.DataAccess; namespace ECCentral.Service.Inventory.SqlDataAccess { [VersionExport(typeof(IBatchManagementDA))] publ...
// extern crate sdl2; macro_rules! struct_events { ( keyboard: { $( $k_alias:ident : $k_sdl:ident ),* }, // match against a pattern else: { $( $e_alias:ident : $e_sdl:pat ),* } ) => { use sdl2::EventPump; pub struct ImmediateEvents { // for every keyboard even...
#include <stdint.h> #include <platform.h> #include "drivers/io.h" #include "drivers/timer.h" const timerHardware_t timerHardware[<API key>] = { { TIM4, IO_TAG(PB6), TIM_Channel_1, TIM_USE_PWM, 0, }, // S1_IN { TIM3, IO_TAG(PB5), TIM_Channel_2, TIM_USE_PWM, 0, }, // S2_IN - SoftSerial TX - <API key> / Sonar ...
#include <msp430.h> #include <legacymsp430.h> #include "serial.h" #include "serial_rb.h" #include "core_proto.h" #include "core_handlers.h" #include "packet_handler.h" #include "config.h" /** * Serial ringbuffer to receive packet data */ SERIAL_RB_Q srx_buf[RB_SIZE]; serial_rb srx; /** * Serial ringbuffer to send pa...
package at.ac.tuwien.infosys.prybila.runtimeVerification.bitcoin.core; import at.ac.tuwien.infosys.prybila.runtimeVerification.bitcoin.core.model.<API key>; import at.ac.tuwien.infosys.prybila.runtimeVerification.bitcoin.core.model.<API key>; import at.ac.tuwien.infosys.prybila.runtimeVerification.utils.<API key>; impo...
#include "Models/MixedPerturbator.h" #include "Models/<API key>.h" #include "Models/<API key>.h" #include "Util/ParametersSet.h" #include <iostream> #include <assert.h> using namespace std; MixedPerturbator::MixedPerturbator():Perturbator(){ lastModifiedModel = -1; models.clear(); rndModels.clear(); } Mixed...
/* * LegOrdGroup44.java * * $Id: LegOrdGroup44.java,v 1.3 2011-09-09 08:05:13 vrotaru Exp $ */ package net.hades.fix.message.group.impl.v44; import net.hades.fix.message.FragmentContext; import net.hades.fix.message.comp.InstrumentLeg; import net.hades.fix.message.comp.impl.v44.InstrumentLeg44; import net.hades.fix...
package com.liumapp.DNSBrood.forward; import com.liumapp.DNSBrood.concurrent.ThreadPools; import org.apache.log4j.Logger; import org.springframework.beans.factory.InitializingBean; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.xbill.DNS.Messag...
__docformat__ = 'restructuredtext en' import sys import threading import os from ctypes import * from ctypes.util import find_library import time import logging from Skype4Py.api import Command, SkypeAPIBase, \ timeout2float, finalize_opts from Skype4Py.enums import * from Skype4Py.errors impor...
package com.blockhaus2000.ipm.technical.interception.exception; /** * A {@link TransformException} is thrown if some error occur whilst * transforming any classes. * */ public class TransformException extends <API key> { /** * The serial version UID. * */ private static final long serialVersi...
package com.hacks.collegebarter.fragments; import com.hacks.collegebarter.R; import com.hacks.collegebarter.navdrawer.MainAppActivity; import android.app.Activity; import android.app.Fragment; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; public c...
#ifndef ANIMATION_STATE_HPP #define ANIMATION_STATE_HPP namespace m2g { class AnimationState { public: AnimationState(); AnimationState( unsigned int firstFrame, unsigned int lastFrame ); AnimationState( unsigned int firstFrame, unsigned int la...
from operator import itemgetter import logging def test_coder(): # original = [1,2,3,3,3,4,18,18,2,3,4,4,4,5] # original = [1, 2, 3, 3, 3, 4, 18, 18, 2, 3, 4, 4, 4, 5, 44, 44, 45, 46, 46, 46, 49, 49, 49, 45] original = [1, 2, 0, 0, 0, 0, 3, 3, 3, 4, 18, 18, 2, 3, 4, 4, 4, 5, 44, 44, 45, 46, 46, 46, 49, 49, ...
<?php // Text $_['text_subject'] = 'You have been sent a gift voucher from %s'; $_['text_greeting'] = 'Congratulations, You have received a Gift Certificate worth %s'; $_['text_from'] = 'This Gift Certificate has been sent to you by %s'; $_['text_message'] = 'With a message saying'; $_['text_redeem'] = 'To rede...
#!/bin/bash mkdir -p _build ( cd _build rm -f moose*.dmg rm -rf moose-3.0.1-Linux* cmake -<API key>=/Moose.app .. make -j4 #cpack -G Bundle cpack -G DragNDrop -V 7z x moose-3.0.1-Linux-.dmg )
// Angular import '@angular/platform-browser'; import '@angular/<API key>'; import '@angular/core'; import '@angular/common'; import '@angular/http'; import '@angular/router'; // RxJS import 'rxjs'; // Other vendors for example jQuery, Lodash or Bootstrap // You can import js, ts, css, sass, ... import '../node_modules...
/* CELIA Tools / Shape Abstract Domain */ /* you can redistribute it and/or modify it under the terms of the GNU */ /* Foundation, version 3. */ /* It is distributed in the hope that it will be useful, */ /* MERCHANT...
<?php namespace PPHP\tests\tools\classes\special\storage\relationTable; <API key>(function ($className){ require_once $_SERVER['DOCUMENT_ROOT'] . '/' . str_replace('\\', '/', $className) . '.php'; }); /** * Generated by <API key> on 2012-06-16 at 07:18:54. */ class PointerTest extends \<API key>{ /** * @var \P...
package de.keridos.floodlights.reference; public class Names { public static final class Blocks { public static final String ELECTRIC_FLOODLIGHT = "electricFloodlight"; public static final String <API key> = "<API key>"; public static final String CARBON_FLOODLIGHT = "carbonFloodlight"; ...
<!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>audio-monitor-avr: Data Structures</title> <link href="tabs.css" rel="stylesheet" type="te...
package org.fdroid.fdroid.views.fragments; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.*; import org.fdroid.fdroid.AppListAdapter; import org.fdroid.fdroid.R; import org.fdroid.fdroid.views.AppListView; public class <API ke...
\section{transceiver\_\-mac.c File Reference} \label{transceiver__mac_8c}\index{transceiver_mac.c@{transceiver\_\-mac.c}} {\tt \#include $<$inttypes.h$>$}\par {\tt \#include \char`\"{}transceiver\_\-spi.h\char`\"{}}\par {\tt \#include \char`\"{}transceiver\_\-mac.h\char`\"{}}\par Include dependency graph for transceive...
Authentication Flow - Configure email. Define these values in your `.env` or in your environment variable: `SMTP_CONNECTION`, `REDIS_URL`, `REGISTRATION_EMAIL` and `SUPPORT_EMAIL`. Checkout (Mailgun)[http://mailgun.com] for free transactional email for your domain. - Send `POST` request to `auth/signup` with `email` a...
' ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.42000 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> ' Option Strict On Option Explicit On Imports System Namespace My.Resources 'This class...
package edu.kit.cloudSimStorage.storageModel.resourceUtilization; import edu.kit.cloudSimStorage.helper.FileSizeHelper; import org.cloudbus.cloudsim.core.CloudSim; import org.simpleframework.xml.Attribute; import org.simpleframework.xml.Root; /** @author Tobias Sturm, 6/21/13 4:35 PM */ @Root public class FirstFitAlloc...
#include <linux/slab.h> #include <linux/err.h> #include <linux/init.h> #include <linux/list.h> #include <linux/io.h> #include <linux/of_address.h> #include <linux/of_device.h> #include <linux/of_dma.h> #define TI_XBAR_DRA7 0 #define TI_XBAR_AM335X 1 static const u32 ti_xbar_type[] = { [TI_XBAR_DRA7] =...
#include "nouveau_drv.h" #include "nouveau_dma.h" #include "nouveau_fence.h" #include <nvif/if0004.h> struct nv04_fence_chan { struct nouveau_fence_chan base; }; struct nv04_fence_priv { struct nouveau_fence_priv base; }; static int nv04_fence_emit(struct nouveau_fence *fence) { struct nouveau_channel *chan...
#include "<API key>.h" #include "<API key>.h" static <API key> <API key> CC_NOTUSED = { { 0, 0 }, -1 /* (SIZE(1..65535)) */}; <API key> <API key> CC_NOTUSED = { { APC_UNCONSTRAINED, -1, -1, 0, 0 }, { APC_CONSTRAINED, 16, 16, 1, 65535 } /* (SIZE(1..65535)) */, 0, 0 /* No PER valu...
echo off echo Process the ASN files in the directory ../conf/sigtran/%1 : please confirm ? pause del /F /Q .\binaryNotes\java\com\devoteam\srit\xmlloader\sigtran\ap\%1 mkdir .\binaryNotes\java\com\devoteam\srit\xmlloader\sigtran\ap\%1
import os # Build paths inside the project like this: os.path.join(BASE_DIR, ...) BASE_DIR = os.path.dirname(__file__) # Quick-start development settings - unsuitable for production # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = 'secret_here' # SECURITY WARNING: don't run with debug tur...
/** * Valere Versnip Design * * @project MultiSensor_bsp * @file temp_ds18b20.c * @author TimB * @date 21-mei-2016 * @brief Brief. * * Description */ #include "temp_ds18b20.h" /** * Do one step of the crc calculation. * * This function does one byte crc calculation using Polynomial: x^8 + x^5 + x^4 + 1 ...
$(".submit-btn").click(function(){ if ( !HTMLFormElement.prototype.reportValidity ) { HTMLFormElement.prototype.reportValidity = function() { var subBtn = this.querySelector("span[id=subBtn]"); subBtn.click(); return; } }; var title = docum...
-- Type: PROCEDURE; Owner: DEAPP; Name: DUMP_TABLE_TO_CSV CREATE OR REPLACE PROCEDURE "DEAPP"."DUMP_TABLE_TO_CSV" ( p_tname in varchar2, p_dir in varchar2, p_filename in varchar2 ) is l_output ut...
#ifndef MPV_CLIENT_API_H_ #define MPV_CLIENT_API_H_ #include <stddef.h> #include <stdint.h> #ifdef __cplusplus extern "C" { #endif /** * The version is incremented on each API change. The 16 lower bits form the * minor version number, and the 16 higher bits the major version number. If * the API becomes incompatible...
#ifndef EVE_LOG_H #define EVE_LOG_H #include <string> #include <vector> #include <exception> #include <stdexcept> #include <regex> namespace Eve { const std::regex rexp_docking("Requested to dock at ([a-zA-Z0-9\\-\\s]+) (M{0,4}(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})) - (([a-zA-Z0-9\\s]+) - )?([a-zA-Z0-9\\s]+) ...
// SuperTuxKart - a fun racing game with go-kart // This program is free software; you can redistribute it and/or // as published by the Free Software Foundation; either version 3 // This program is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // ...
package com.yc.sy.mapper; import java.util.List; import com.yc.sy.entity.Guest; public interface GuestMapper { public List<Guest> getGuest(); public int insertGuest(Guest guest); public List<Guest> listGuest(); public int deleteMes(Integer gid); public Guest getMesById(Integer gid); }
/** * class MenuMiniMap */ #ifndef MENU_MINI_MAP_H #define MENU_MINI_MAP_H #include "CommonIncludes.h" #include "Utils.h" class MapCollision; class WidgetLabel; class MenuMiniMap : public Menu { private: Color color_wall; Color color_obst; Color color_hero; Sprite *map_surface; Point map_size; ...
<! Copyright (C) 2016 phantombot.tv This program 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 later version. This program is distributed in the hop...
package co.fxl.data.format.gwt; import java.util.Date; import co.fxl.data.format.api.IFormat; public abstract class DateFormatImpl implements IFormat<Date> { int yearIncrement = 1900; int monthIncrement = 1; int dayIncrement = 1; public DateFormatImpl() { } public DateFormatImpl(int yearIncremen...
// The LLVM Compiler Infrastructure // <string_view> // void remove_prefix(size_type _n) #include <string_view> #include <cassert> #include <iostream> #include "test_macros.h" template<typename CharT> void test ( const CharT *s, size_t len ) { typedef std::basic_string_view<CharT> SV; { ...