answer stringlengths 15 1.25M |
|---|
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<title>Uses of Interface org.apache.poi.sl.usermodel.Notes (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!
if (location.hre... |
// This file is part of the "Irrlicht Engine".
#include "CImageLoaderPPM.h"
#ifdef <API key>
#include "IReadFile.h"
#include "CColorConverter.h"
#include "CImage.h"
#include "os.h"
#include "fast_atof.h"
#include "coreutil.h"
#include "debug.h"
namespace irr
{
namespace video
{
//! constructor
CImageLoaderPPM::CImageLo... |
local Missile = require("world/missile")
local Particles = require("world/particles")
local Shot = require("world/shot")
local Structure = require("world/structure")
local PhysicsReferences = require("world/physicsReferences")
local World = class()
World.objectTypes = {
structure = Structure,
shot = Shot,
... |
using System;
using System.Collections.Generic;
using Server.Items;
namespace Server.Mobiles
{
public class SBButcher : SBInfo
{
private readonly List<GenericBuyInfo> m_BuyInfo = new InternalBuyInfo();
private readonly IShopSellInfo m_SellInfo = new InternalSellInfo();
public SBButcher()... |
using System.Drawing;
namespace ConwayLife
{
public sealed class LifeOptions
{
private int fAnimationDelay;
private Color fBackgroundColor;
private int fGridHeight;
private int fGridWidth;
private Color fLivingCellColor;
private bool fModified;
public stri... |
-- ToME - Tales of Maj'Eyal
-- 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:
-... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>BiduleTroc</title>
<link href="style.css" rel="stylesheet" type ="text/css" media="screen"/>
</head>
<body>
<div id="principal">
<div id="title">
<h1>BIDULETROC</h1>
</div>
<div clas... |
// polyFEM
// with mass matrix, and all
// plus, correction to quadratic consistency
// periodic boundary conditions
// Solves NS equation for an incompressible
// fluid in Fourier space
#include <CGAL/Timer.h>
// write out matrices
//#define WRITE
//#define EXPLICIT
#include"main.h"
#include"CH_FFT.h"
#include"sim_par... |
// File: ge_player_shared.h
// Description:
// see ge_player_shared.cpp
#ifndef GE_PLAYER_SHARED_H
#define GE_PLAYER_SHARED_H
#pragma once
#define <API key> (1.0f / 20.0f)
#include "studio.h"
#if defined( CLIENT_DLL )
#define CGEPlayer C_GEPlayer
#define CGEMPPlayer C_GEMPPlayer
#define CGEBotPl... |
{% extends "base.html" %}
{% load addcss %}
{% load i18n %}
{% load staticfiles %}
{% load breadcrumbs %}
{% block breadcrumbs %}
<div class="breadcrumbs">
<a href="{% url 'index' %}">{% trans 'Home' %}</a>
{% breadcrumb_url 'Resources' 'resources' %}
{% breadcrumb_url 'Create' 'create-resource' %}
</div>
{... |
package bms.player.beatoraja.result;
import static bms.player.beatoraja.ClearType.*;
import static bms.player.beatoraja.skin.SkinProperty.*;
import java.util.*;
import java.util.logging.Logger;
import bms.player.beatoraja.input.KeyCommand;
import com.badlogic.gdx.utils.FloatArray;
import bms.model.BMSModel;
import bms.... |
package com.epam.jdi.uitests.mobile.appium.driver;
import org.openqa.selenium.os.CommandLine;
import org.openqa.selenium.os.WindowsUtils;
import static com.epam.commons.LinqUtils.first;
import static com.epam.commons.LinqUtils.where;
import static com.epam.commons.TryCatchUtil.tryGetResult;
public final class WebDriver... |
package gradingTools.comp301ss21.assignment4.controller;
import gradingTools.basics.sharedTestCase.checkstyle.<API key>;
import gradingTools.basics.sharedTestCase.checkstyle.<API key>;
import gradingTools.comp301ss21.assignment2.testcases.inheritance.TaggedLocatable;
import util.annotations.MaxValue;
@MaxValue(2)
publi... |
// NScD Oak Ridge National Laboratory, European Spallation Source
// & Institut Laue - Langevin
#include "MantidMDAlgorithms/MinusMD.h"
#include "MantidDataObjects/MDBox.h"
#include "MantidDataObjects/MDBoxIterator.h"
#include "MantidDataObjects/MDEventFactory.h"
#include "MantidDataObjects/MDEventWorkspace.h"
... |
from planarprocess import *
from gds_helpers import *
from itertools import cycle
xmin, xmax = -5, 5
layers = gds_cross_section('mypmos.gds', [(0,xmin), (0, xmax)], 'gdsmap.map')
['P-Active-Well', 'Active-Cut', 'N-Well', 'Metal-2', 'Metal-1', 'P-Select',
'N-Select', 'Transistor-Poly', 'Via1']
wafer = Wafer(1., 5., 0, x... |
app
.service('LanguageService', function LanguageService(ExchangeService) {
this.translate = (label) => ExchangeService.i18n().__(label);
}); |
#ifndef __TORTURE_H__
#define __TORTURE_H__
struct cli_state;
/* The following definitions come from torture/denytest.c */
bool torture_denytest1(int dummy);
bool torture_denytest2(int dummy);
/* The following definitions come from torture/mangle_test.c */
bool torture_mangle(int dummy);
/* The following definitions ... |
// This file is part of FIREwork
// FIREwork is free software: you can redistribute it and/or modify
// (at your option) any later version.
// FIREwork is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#include <stdio.h>
void convert_root2bin(char* src, ... |
package tools.renamers;
import java.io.PrintWriter;
import java.util.Arrays;
import java.util.jar.JarEntry;
import java.util.jar.JarFile;
import tools.EntryPoint;
import tools.Tool;
import tools.utils.EnumerationIterator;
import tools.utils.MappingUtils;
import tools.utils.Utils;
public class AllClassesRenamer implemen... |
<?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
$string['<API key>'] = 'Indexer activation for blocks';
$string['bytes'] = 'bytes (... |
#include "gradientwidget.h"
#include "ui_gradientwidget.h"
GradientWidget::GradientWidget(QWidget *parent) :
AbstractWidget(parent),
ui(new Ui::GradientWidget)
{
ui->setupUi(this);
connect(ui->nextButton,SIGNAL(clicked(bool)),this,SLOT(nextClick(bool)));
hide();
}
GradientWidget::~GradientWidget()
{... |
#include "WallPiece.h"
namespace MineSweeper {
bool WallPiece::isOpened() const
{
return true;
}
bool WallPiece::isLocked() const
{
return true;
}
bool WallPiece::isMine() const
{
return false;
}
bool WallPiece::isNearMine() const
{
return false;
}
bool WallPiece::isWall() const
{
return true;
}
int... |
#ifndef <API key>
#define <API key>
#include <einheri/common/Event.h>
#include <einheri/common/Player.h>
namespace ein {
class EventVisitor;
class <API key> : public Event{
public:
<API key>(Player *player);
virtual ~<API key>();
void accept(EventVisitor& visitor)const;
Player *GetPlayer() const { retur... |
// RUN: %clang_cc1 -O1 -triple <API key> -emit-llvm -debug-info-kind=line-tables-only %s -o - | FileCheck %s --check-prefix=CHECK --check-prefix=LIFETIME
// We shouldn't have markers at -O0 or with msan.
// RUN: %clang_cc1 -O0 -triple <API key> -emit-llvm -debug-info-kind=line-tables-only %s -o - | FileCheck %s --check... |
#!/bin/bash
set -e
<API key>="4"
<API key>="7"
<API key>="0"
<API key>="true"
<API key>="true"
. pegasus-lite-common.sh
pegasus_lite_init
# cleanup in case of failures
trap <API key> INT
trap <API key> TERM
trap pegasus_lite_exit EXIT
echo -e "\n
# work dir
export <API key>=$PWD
<API key>
echo -e "\n
# figure out the w... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Hosting;
using Microsoft.AspNet.Http;
using Microsoft.Extensions.DependencyInjection;
namespace OpenRnD.AppNgine
{
public class Startup
{
// This method... |
#include "camera.h"
#include "../window.h"
D3DXMATRIX Camera::GetViewMatrix()
{
if (<API key>)
updateViewMatrix();
return viewMatrix;
}
D3DXMATRIX Camera::GetProjectionMatrix()
{
if (<API key>)
<API key>();
return projectionMatrix;
}
D3DXVECTOR3 Camera::<API key>(D3DXVECTOR2& point)
{
... |
Bencode
====
C# library for creating bencoded data. |
from setuptools import setup, find_packages
setup(
name = "CyprjToMakefile",
version = "0.1",
author = "Simon Marchi",
author_email = "simon.marchi@polymtl.ca",
description = "Generate Makefiles from Cypress cyprj files.",
license = "GPLv3",
url = "https://github.com/simark/cyprj-to-makefile... |
package ft.sim.monitoring;
import static ft.sim.monitoring.ViolationSeverity.*;
import static ft.sim.monitoring.ViolationType.*;
import ft.sim.world.train.Train;
import ft.sim.world.connectables.Connectable;
import ft.sim.world.connectables.Section;
import ft.sim.world.connectables.Station;
import ft.sim.world.connecta... |
from .submaker import Submaker
from inception.tools.signapk import SignApk
import shutil
import os
from inception.constants import InceptionConstants
class UpdatezipSubmaker(Submaker):
def make(self, updatePkgDir):
keys_name = self.getValue("keys")
signingKeys = self.getMaker().getConfig().getKeyCon... |
package net.ess3.commands;
import net.ess3.api.IUser;
public class Commandworkbench extends EssentialsCommand
{
@Override
public void run(final IUser user, final String commandLabel, final String[] args) throws Exception
{
user.getPlayer().openWorkbench(null, true);
}
} |
jQuery(document).ready(function ($) {
$("#spouse_info").hide();
$("#spouse_spacer").hide();
$("#family_info").hide();
$("#family_spacer").hide();
$("input:radio[name$='memb_type']").click(function () {
if ($("input[name$='memb_type']:checked").val() === 1) {
$("#spouse_info").hid... |
title: "देशभर में फिर बढ़ने वाली है कैश की किल्लत!"
layout: item
category: ["india"]
date: 2017-04-08T13:16:45.422Z
image: 1491657405421cash.jpg
<p>नई दिल्ली: नोटबंदी के बाद कैश के लिए आपको एटीएम और बैंकों के बाहर घंटों लाइन में लगना पड़ा था. अब एक बार फिर से आपको कैश की भारी किल्लत झेलनी पड़ सकती है. इसकी सबसे बड़ी वजह... |
// compiler-llvm.cpp XLR project
// File Description:
// The interface between the compiler and LLVM
// following clarification and exception.
// Linking this library statically or dynamically with other modules is making
// a combined work based on this library. Thus... |
package au.org.intersect.exsite9.service;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.stub;
import static org.moc... |
<!DOCTYPE html>
<html>
<head>
<script src="libraries/p5.js"></script>
<script src="libraries/p5.sound.js"></script>
<script src="libraries/p5.dom.js"></script>
<script src="sketch.js"></script>
<style> body {padding: 0; margin: 0;} </style>
</head>
<body>
</body>
</html> |
/* initalization and shutdown routines */
#include "common.h"
NLContext g_nl_context;
int nl_startup(void)
{
memset(&g_nl_context, 0, sizeof(NLContext));
void nli_load_bi_plugs_(void);
nli_load_bi_plugs_();
return NL_OK;
}
int nl_shutdown(void)
{
return NL_OK;
} |
package com.esd.phicomm.bruce.esdapp;
import java.io.BufferedReader;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
class Gpio {
private String ... |
/**
* @file GeneticAlgorithm.hpp
* @author Renato Oliveira (renatorro@comp.ufla.br)
* @version 1.0
* @since GeneticNet 1.0
* @date 10/07/2012
*/
#ifndef <API key>
#define <API key>
#include <iostream>
#include <cstdlib>
#include <boost/archive/xml_iarchive.hpp>
#include <boost/archive/xml_oarchive.hpp>
#include <... |
<?php
require_once("../config.php");
$res= new PDO($mysql_server,$mysql_user,$mysql_pass);
require("../../codebase/tree_connector.php");
$tree = new TreeConnector($res, "PDO");
$tree->dynamic_loading(true);
$tree->render_table("tasks","taskId","taskName","","parentId");
?> |
#include "../config.h"
#if ENABLED(TOUCH_UI_FTDI_EVE) && !defined(<API key>)
#include "screens.h"
using namespace FTDI;
using namespace ExtUI;
using namespace Theme;
void <API key>::onRedraw(draw_mode_t what) {
if (what & BACKGROUND) {
CommandProcessor cmd;
cmd.cmd(CLEAR_COLOR_RGB(Theme::bg_color))
.cm... |
<?php
namespace Da\User\Controller;
use Da\User\Query\ProfileQuery;
use Yii;
use yii\base\Module;
use yii\filters\AccessControl;
use yii\web\Controller;
use yii\web\<API key>;
class ProfileController extends Controller
{
protected $profileQuery;
/**
* ProfileController constructor.
*
* @param str... |
package com.watabou.legacy.items;
import java.util.ArrayList;
import com.watabou.legacy.Assets;
import com.watabou.legacy.actors.hero.Hero;
import com.watabou.legacy.effects.particles.PurpleParticle;
import com.watabou.legacy.items.armor.Armor;
import com.watabou.legacy.scenes.GameScene;
import com.watabou.legacy.sprit... |
# Makefile.in generated by automake 1.11.1 from Makefile.am.
# gdk-pixbuf/Makefile. Generated from Makefile.in by configure.
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
# Inc.
# This Makefile.in is free software; the Free Software Foundation
# with or without modifications, as long as this no... |
var __v=[
{
"Id": 2329,
"Chapter": 746,
"Name": "nodejs",
"Sort": 0
}
] |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Kalender_model extends CI_Model {
public function __construct()
{
}
public function tambah_kalender($data)
{
$this->db->insert('kalender_akademik', $data);
}
public functio... |
<?php
require_once('constants.php');
class TeacherConstants extends Constants{
// Teacher possible situations
const PERMANENT_SITUATION = "Permanente";
const <API key> = "Colaborador";
const <API key> = "Orientação Específica";
public function getSituations(){
$situations = array(
... |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package beans;
import dao.EstadoJpaController;
import dao.exceptions.<API key>;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.faces.application.FacesMessage;
import ... |
// AForge Neural Net Library
// AForge.NET framework
// andrew.kirillov@aforgenet.com
namespace AForge.Neuro.Learning
{
using System;
<summary>
Supervised learning interface.
</summary>
<remarks><para>The interface describes methods, which should be implemented
by all supervised learning algorit... |
#!/usr/bin/env bash
set -e
base_name="<API key>"
commit_id=$(git rev-parse HEAD)
clean_dirty="clean"
sstat=$(git diff --shortstat)
if [ ! -z "${sstat}" ] ; then
clean_dirty="dirty"
fi
build_datetime=$(date '+%Y%m%_0d-%_0H%_0M%_0S')
reporoot=$(git rev-parse --show-toplevel)
cd "${reporoot}"
time sudo docker build \
... |
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "<API key>.h"
#include <gr_io_signature.h>
#include <string.h>
#include <volk/volk.h>
namespace gr {
namespace qtgui {
waterfall_sink_c::sptr
waterfall_sink_c::make(int fftsize, int wintype,
double fc, double bw,
const std:... |
# -*- coding: utf-8 -*-
import hashlib, time
from django import forms
from django.contrib.auth.models import User, Group
from django.contrib.auth.forms import UserCreationForm, AuthenticationForm
from poetry.models import Poem, Theme
from user.models import Contributor
my_default_errors = {
'required': 'Еңгізуге мі... |
<?php
namespace AnimeDb\Bundle\ApiClientBundle\Tests\DependencyInjection;
use AnimeDb\Bundle\ApiClientBundle\DependencyInjection\<API key>;
/**
* Test DependencyInjection
*
* @package AnimeDb\Bundle\ApiClientBundle\Tests\DependencyInjection
* @author Peter Gribanov <info@peter-gribanov.ru>
*/
class <API key> exte... |
/*
SLAM system
*/
#pragma once
#include "std.h"
#include "eigen.h"
#include "ocv.h"
#include "reconstruction/depth_map.h"
#include "geometry/geometry.h"
#include "projection/generic_camera.h"
#include "projection/eucm.h"
#include "reconstruction/depth_map.h"
#include "reconstruction/eucm_motion_stereo.h"
#include "reco... |
function content($slide) {
return $slide.children().first().nextAll();
}
function addReplToSlide($, deck, $slide) {
var endpoint = $[deck]('getOptions').repl.endpoint;
content($slide).wrapAll('<div class="repl-slide-column repl-text-column"></div>');
var replHtmlId = "console-" + $slide[0].id;
$('<div/>', { i... |
#ifndef PS_H
#define PS_H
#include <stdint.h>
#include <QPixmap>
#include <QString>
#include <QMutex>
#define PS_BUTTON_SELECT 0x00001
#define PS_BUTTON_L3 0x00002
#define PS_BUTTON_R3 0x00004
#define PS_BUTTON_START 0x00008
#define PS_BUT... |
package toncc;
import javax.swing.*;
/** Utility class to run JFrame-based GUI classes.
*
* @author Bruce Eckel, Giacomo Parolini
*/
class SwingConsole {
private static void prepare(final JFrame f) {
f.setTitle(f.getClass().getSimpleName());
f.<API key>(JFrame.EXIT_ON_CLOSE);
}
public sta... |
package controle.gui_jogo;
import controle.configuradores_gui.<API key>;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.util.List;
import javax.imageio.IIOImage;
import javax.imageio.ImageIO;
import modelo.jogo.Jogada;
i... |
{-|
Module : Main
Copyright : (c) Chris Tetreault, 2014
License : GPL-3
Stability : experimental
The Main module implements the main function; the entry point to the program.
-}
module Main where
import DMP.Photobooth
import DMP.Photobooth.Monads
import DMP.Photobooth.Core
import System.Exit
{-|
The main function is th... |
use strict;
use warnings;
# Define Test Program
my $program_name = "printtokens2";
print "Start Testing Process...\n";
# Compile for gcov
print "Compiling...\n";
system("gcc -g -fprofile-arcs -ftest-coverage -o $program_name $program_name.c");
# Run Test
print "Testing...\n";
my $rownum = readpipe("grep -v \"^\\s*\$\" ... |
#!/bin/bash
# OpenRA packaging script for macOS
command -v curl >/dev/null 2>&1 || { echo >&2 "macOS packaging requires curl."; exit 1; }
command -v markdown >/dev/null 2>&1 || { echo >&2 "macOS packaging requires markdown."; exit 1; }
if [[ "$OSTYPE" != "darwin"* ]]; then
command -v cmake >/dev/null 2>&1 || { echo... |
<!DOCTYPE html PUBLIC "-
<html>
<!-- This file redirects to the location of a node or anchor -->
<head>
<title>GNU Octave: XREFcov</title>
<meta name="description" content="GNU Octave: XREFcov">
<meta name="keywords" content="GNU Octave: XREFcov">
<meta name="resource-type" content="document">
<meta name="distribution"... |
#include "gf100.h"
#include "ram.h"
static const struct nvkm_fb_func
gk104_fb =
{
.dtor = gf100_fb_dtor,
.oneinit = gf100_fb_oneinit,
.init = gf100_fb_init,
.init_page = gf100_fb_init_page,
.intr = gf100_fb_intr,
.ram_new = gk104_ram_new,
.memtype_valid = <API key>,
};
int
gk104_fb_new(s... |
# -*- coding: utf-8 -*-
# Generated by Django 1.11.13 on 2018-05-29 13:51
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('app', '<API key>'),
]
operations = [
migrations.AddField(
model_nam... |
{-# LANGUAGE Arrows, <API key> #-}
-- Same transformation as the Yesod XML example: http:
-- Using XHT to see how it compares to xml-coduit.
module YesodExample (process) where
import Text.XML.HXT.Core
process :: ArrowXml a => a XmlTree XmlTree
process = deep doc
doc = isElm "document" >>> selem "html" [dead, body]
dea... |
#!/bin/bash
host='www.andreaciceri.altervista.org'
user='andreaciceri'
echo -n 'FTP password: '
read -s pass
echo 'Ok' |
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef USE_GNUTLS
#include <gtk/gtk.h>
#include <glib.h>
#include <glib/gi18n.h>
#include <gdk/gdkkeysyms.h>
#include <sys/types.h>
#include <dirent.h>
#include "ssl_manager.h"
#include "ssl_certificate.h"
#include "manage_window.h"
#include "utils.h"
#include "mainwind... |
<! -- Fix for Bootstrap css with Google Maps https://github.com/twitter/bootstrap/issues/1552 -->
<style type="text/css">
.map_canvas label {
width: auto;
display: inline;
}
.map_canvas img {
max-width: none;
}
.olImageLoadError {
/* when OL encounters a 404, don't di... |
package bigarrays;
/**
* @author vincent.gardeux@epfl.ch
*
* Class for representing a float static array requiring address space larger than 32 bits.
*/
public class FloatArray64
{
private static final int CHUNK_SIZE = 1024*1024*512;
private long size;
private float[][] data;
public FloatArray64(lo... |
namespace UnityEditor
{
using System;
using UnityEngine;
internal class <API key> : EditorWindow
{
private Rect m_ActivatorRect;
private float m_BorderWidth = 1f;
private Vector2 m_LastWantedSize = Vector2.zero;
private PopupLocationHelper.PopupLocation[] <API key>;
... |
title: "MP: इच्छामृत्यु मांगने वाले किसान ने वीडियो बनाकर किया सुसाइड"
layout: item
category: ["india"]
date: 2018-01-13T07:42:30.054Z
image: <API key>.jpg
<p>नई दिल्ली: मध्य प्रदेश में कर्ज में डूबे किसान के खुदकुशी करने का एक और सनसनीखेज मामला सामने आया है. इस बार नीमच जिले में प्रधानमंत्री कार्यालय से इच्छामृत्यु की... |
<?php
namespace MinSal\SidPla\DepUniBundle\EntityDao;
use MinSal\SidPla\DepUniBundle\Entity\TipoRRHumano;
use Doctrine\ORM\Query\ResultSetMapping;
class TipoRRHumanoDao {
var $doctrine;
var $repositorio;
var $em;
//Este es el constructor
function __construct($doctrine) {
$this->doctrine = $doctr... |
# include <string.h>
# include <shlib-compat.h>
# include "init-arch.h"
#undef strspn
extern __typeof (strspn) __libc_strspn;
extern __typeof (strspn) __strspn_ppc attribute_hidden;
extern __typeof (strspn) __strspn_power8 attribute_hidden;
libc_ifunc (__libc_strspn,
(hwcap2 & <API key>)
? __strspn_powe... |
#pragma once
#include <uuid/uuid.h>
#include <serializer/constants.hpp>
namespace serializer
{
// returns bytes written, excluding NUL
size_t write_uuid(char* str, size_t buffer_size, uuid_t uuid);
} // serializer |
namespace GitUI.Properties
{
<summary>
DESIGNER USAGE INFO!
This partial class helps to modify the Resources.resx using the designer AND having some custom
code inside the designer generated Resources class.
The only thing to do whenever the Designer is used is to add the partial class modifier in R... |
#include "<API key>.h"
<API key>::<API key>() : firstTime(true), frameNumber(0), showOutput(true), threshold(225), historySize(20), embeddedDim(10)
{
std::cout << "<API key>()" << std::endl;
}
<API key>::~<API key>()
{
std::cout << "~<API key>()" << std::endl;
}
void <API key>::process(const cv::Mat &img_input, cv:... |
#ifndef SENSEAREA_GLOBAL_H
#define SENSEAREA_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(SENSEAREA_LIBRARY)
# define <API key> Q_DECL_EXPORT
#else
# define <API key> Q_DECL_IMPORT
#endif
#endif // SENSEAREA_GLOBAL_H |
\file "Monomial.hh" \brief Templatized monomial term for a polynomial
#ifndef MONOMIAL_HH
Make sure this header is only loaded once
#define MONOMIAL_HH
#include "Vec.hh"
#include <iostream>
#include <iomanip>
#include <exception>
general exception for polynomial problems
class PolynomialException: public std::exception... |
vti_encoding:SR|utf8-nl
<API key>:TW|21 Aug 2014 19:09:59 -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:09:51 -0000
vti_backlinkinfo:VX|
<API key>:TW|21 Aug 2014 19:09:59 -0000
vti_cacheddtm:TX|03 Nov 2015 20:40:16 -0000
vti_f... |
<?PHP
/* $Id: welcome.php 70214 2008-11-12 00:13:01Z thomasr $ */
This page creates a link between the CMS and the component
error_reporting(E_ERROR);
require_once("../../config.php");
require_once("lib.php");
$firstPage= "<API key>.php";
?>
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Co... |
#!/bin/bash
MYPWD=${PWD}
#Setup variable
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
CPL_PATH=${DIR}/../../
export CPL_PATH
#Build cpp codes
cd ${DIR}/cpp
rm -rf md cfd
./build.sh
#Build fortran code
cd ${DIR}/fortran
rm -rf md cfd
./build.sh
#Setup python paths
source ${CPL_PATH}/SOURCEME.sh
#Try all permu... |
#include "message_value.h"
//#include <iostream>
MessageValue::MessageValue() : message_array(NULL), sequence_name(NULL) {}
MessageValue::MessageValue(char type, char* name) : message_type(type) {
sequence_name = name;
length = 1 + strlen(sequence_name) + 1;
if (message_array != NULL) {
delete[] mes... |
Chewy.logger = Rails.logger
Chewy.<API key> = !Rails.env.test?
Chewy.search_class = Chewy::Query
# XXX Since this project still uses an older (1.7) ES, the "text" field does not exist yet
Chewy.default_field_type = "string" |
package org.kchine.r.server;
public interface <API key> extends Device, RCallBack, <API key>, <API key>{
} |
#include <stdio.h>
#include <string.h>
#include <getopt.c>
#include <r_io.h>
#include <r_hash.h>
#include <r_util.h>
#include <r_print.h>
#include <r_crypto.h>
#include "../blob/version.c"
static ut64 from = 0LL;
static ut64 to = 0LL;
static int incremental = 1;
static int iterations = 0;
static int quiet = 0;
static R... |
package Mojo::Base;
use strict;
use warnings;
use utf8;
use feature ();
# No imports because we get subclassed, a lot!
use Carp ();
# Only Perl 5.14+ requires it on demand
use IO::Handle ();
# Protect subclasses using AUTOLOAD
sub DESTROY { }
sub import {
my $class = shift;
return unless my $flag = shift;
# Base
... |
__all__ = ["<API key>", "speedtest"]
from . import sendtest |
// Decompiled with JetBrains decompiler
// Type: Wb.Lpw.Platform.Protocol.LogCodes.Services.Registry.<API key>.Info
// Assembly: Wb.Lpw.Protocol, Version=2.13.83.0, Culture=neutral, PublicKeyToken=null
// MVID: <API key>
// Assembly location: C:\Users\CGA Computer\Desktop\LEGO Universe Stuff\LOCO Server\Unity Web Playe... |
/**
* @file statistics/<API key>.c
* @brief testcase for statistics_api.c watch functions
* @author Christian Grothoff
*/
#include "platform.h"
#include "gnunet_common.h"
#include "gnunet_getopt_lib.h"
#include "gnunet_os_lib.h"
#include "gnunet_program_lib.h"
#include "<API key>.h"
#include "<API key>.h"
static in... |
<?php
/**
* The template for displaying 404.
*
* @package 9Pixels.
*/
get_header();
?>
<div class="wrap">
<div id="custom-page">
<div class="<API key>">
<?php
if ( get_theme_mod( '<API key>', 'Error' ) ) {
echo '<h3>'. esc_attr( get_theme_mod( '<API key>', '... |
<?php
define('ROOT_DIR', '../../');
require_once(ROOT_DIR . 'lib/WebService/namespace.php');
require_once(ROOT_DIR . 'lib/WebService/Slim/namespace.php');
require_once(ROOT_DIR . 'WebServices/<API key>.php');
require_once(ROOT_DIR . 'WebServices/<API key>.php');
require_once(ROOT_DIR . 'WebServices/<API key>.php');
req... |
package com.avygeil.GrandVide;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class GVDatabaseHelper
{
private final GrandVide gv;
private final String url;
private final... |
package cf.energizingcoalition.energizingcoalition.proxy;
public class ClientProxy extends CommonProxy
{
@Override
public void registerRenderers()
{
}
} |
/* addition.cc
*
* KNOWN BUGS: will fail if entered with a tsp with identical pos_t's.
*
* nearest addition and fathest insertion, with initial convex hull and
* maximal angle selections for euclidean.
*
* orig ceh 12-91
*
* c++ conversion ceh 12-93
* added farthest insertion functionality 9-94
#define PRINTI... |
#include <iostream>
#include <algorithm>
#include <vector>
#include <map>
#include <tuple>
// (x,y,z)n
// logn ( y <= a <= z)x
int main(int argc, char *argv[]) {
using LogType = std::tuple<int, int, int>;
size_t t = 0;
std::cin >> t;
int a;
std::cin >> a;
std::vector<LogType> log;
log.reserv... |
body {
font-size: 15px;
color: #4a4a4a;
background: #f0f0f0;
}
.submit-wrapper {
width: 90%;
margin: 0 auto;
overflow: hidden;
padding-left: 9%;
}
.time-wrapper {
width: 96%;
margin: 0 auto;
overflow: hidden;
padding-left: 11%;
}
#page {
position: relative;
width: 100... |
package com.sk89q.worldedit.util.command;
import com.sk89q.minecraft.util.commands.CommandException;
import javax.annotation.Nullable;
import static com.google.common.base.Preconditions.checkNotNull;
/**
* Thrown when a command is not used properly.
*
* <p>When handling this exception, print the error message if it ... |
from django.conf.urls.defaults import *
urlpatterns = patterns('',
(r'^(\d+)/$', 'onpsx.gallery.views.index'),
(r'^$', 'onpsx.gallery.views.index'),
) |
<!DOCTYPE html>
<html>
<head>
<title>Use Responsive Design with Bootstrap Fluid Containers</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<!-- Use Responsive Design with Bootstrap Fluid Contain... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.