answer
stringlengths
15
1.25M
layout: politician2 title: ajeet mani profile: party: SP constituency: Maharajganj state: Uttar Pradesh education: level: details: doctorate m.a.,ll.b.,ph.d.lucknow university photo: sex: caste: religion: <API key>: <API key>: 0 date-of-birth: 1969 profession: networth: assets: 1,9...
package trafficsim.network; import java.io.IOException; import java.net.ConnectException; import java.net.InetSocketAddress; import java.net.Socket; import java.net.SocketException; import java.util.logging.Level; import java.util.logging.Logger; public class ClientThread implements Runnable { private static Logger...
/** * Provides components related to the retrieval of user input using text fields. * * @author hlfernandez */ package org.sing_group.gc4s.input.text;
#include "SDL2/SDL.h" #include <stdio.h> #include "tsplib.h" #include "init.h" //#include "SDL2/SDL_ttf.h" #define SCALE 10 static void draw_point(struct city* point, SDL_Renderer * renderer); static void draw_line(struct city* point1, struct city* point2, SDL_Renderer * renderer); struct SDL_Window * window = ...
<!DOCTYPE html PUBLIC "- <html> <head> <title>Singular 2-0-4 Manual: 3.10.4 Printing of data</title> <meta name="description" content="Singular 2-0-4 Manual: 3.10.4 Printing of data"> <meta name="keywords" content="Singular 2-0-4 Manual: 3.10.4 Printing of data"> <meta name="resource-type" content="document"> <meta nam...
# BoatGrid ## Rescue Boat Math Class Challenge Implemented in Objective-C With a GUI Task Backstory: You are leading a team of 3 rescue craft, stationed in the water ready for an emergency. The sea can be pictured as a grid of regions, like bellow. You have three craft stationed in the water, The craft can move nicely ...
// Desc: Lock Types // Tabs: 3 // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // This library is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // You should have r...
#include "arm_math.h" /** * @ingroup groupMath */ /** * @addtogroup BasicAbs * @{ */ /** * @brief Q31 vector absolute value. * @param[in] *pSrc points to the input buffer * @param[out] *pDst points to the output buffer * @param[in] blockSize number of samples in each vector * @return none. *...
GAS=as LD=ld ASFLAGS=--32 LDFLAGS=-I/lib/ld-linux.so.2 -m elf_i386 -lc .PHONY: clean all all: collatz_as # Binario generado con AS y LD (ensamblador y enlazador) collatz_as: collatz_as.o $(LD) $(LDFLAGS) $^ -o $@ collatz_as.o: collatz_as.s $(AS) $(ASFLAGS) $< -o $@ clean: rm -f *.o rm -f collatz_as
#include<stdio.h> #include<string.h> #include<algorithm> using namespace std; struct data2 { int a,b,cha,id; }data[1000]; int cmp(data2 x,data2 y) { if(x.cha==y.cha) { if(x.b==y.b) { return x.id<y.id; } else return x.b<y.b; } return x.cha>y.cha; } int main...
#ifndef CLEANDNS_NS_MSG_H_ #define CLEANDNS_NS_MSG_H_ #include <stdint.h> #ifdef WINDOWS #include "../windows/win.h" #else #include <arpa/inet.h> #endif #include "stream.h" #ifdef __cplusplus extern "C" { #endif #define NS_PAYLOAD_SIZE 1024 #define NS_LABEL_SIZE 63 #define NS_NAME_SIZE 255 #define ...
<?xml version="1.0" encoding="utf-8"?> <html> <head> <title>GLib.SeekType.SET -- Vala Binding Reference</title> <link href="../style.css" rel="stylesheet" type="text/css"/><script src="../scripts.js" type="text/javascript"> </script> </head> <body> <div class="site_header">GLib.SeekType.SET Refere...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace MyFirstWebApp { public partial class Money : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protecte...
package adams.gui.visualization.report.reportfactory; import adams.data.report.AbstractField; import adams.gui.core.GUIHelper; import adams.gui.dialog.TextDialog; import adams.gui.visualization.report.ReportFactory; import java.awt.event.ActionEvent; /** * Allows the user to view values. * * @author fracpete (fracp...
using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Threading.Tasks; namespace PerfectMedia.UI.Actors { public interface <API key> : <API key> { <API key><IActorViewModel> Actors { get; } IActorViewModel SelectedActor { get; } ...
# -*- coding: utf-8 -*- # Generated by Django 1.11.1 on 2017-06-04 14:03 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('web', '0001_initial'), ] operations = [ migrations.RemoveField( mode...
package net.thevpc.upa.filters; import net.thevpc.upa.Entity; import java.util.Collection; import java.util.HashSet; import java.util.Set; /** * @author Taha BEN SALAH <taha.bensalah@gmail.com> */ public class EntityNameFilter extends <API key> { private Set<String> names; public EntityNameFilter(Collection<S...
package com.projectreddog.machinemod.block; import javax.annotation.Nullable; import com.projectreddog.machinemod.creativetab.<API key>; import com.projectreddog.machinemod.init.ModBlocks; import com.projectreddog.machinemod.init.ModDimensions; import com.projectreddog.machinemod.reference.Reference; import com.project...
// 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 // <summary> // Better CMS is a publishing focused and developer friendly .NE...
package nc.noumea.mairie.pdc.services; import nc.noumea.mairie.pdc.core.services.GenericService; import nc.noumea.mairie.pdc.dto.AnalyseCentroideSig; import nc.noumea.mairie.pdc.entity.AnalyseCentroide; import nc.noumea.mairie.pdc.entity.RensUrba; import nc.noumea.mairie.pdc.entity.RequeteSig; public interface <API key...
#ifndef __SOUND_MODULE_H__ #define __SOUND_MODULE_H__ #ifndef LI_DISABLE_SOUND #include "sound-manager.h" #include "sound-source.h" #endif #include "lipsofsuna/extension.h" #define LIEXT_SCRIPT_SOUND "Sound" #define <API key> "SoundSource" enum { <API key> = 0x1, <API key> = 0x2 }; typedef struct _LIExtModule L...
#!/usr/bin/julia # Generate a random Julia set as a PNG image. # See also: using Images @inline function hsv2rgb(h, s, v) c = v * s x = c * (1 - abs(((h/60) % 2) - 1)) m = v - c if h < 60 r,g,b = (c, x, 0) elseif h < 120 r,g,b = (x, c, 0) elseif h < 180 r,g,b = (0, c, x) ...
#!/usr/bin/env python import sys import os import math # ensure that the <API key> directory is available #sys.path.append(os.environ.get('<API key>')) # enable package import from parent directory #sys.path.append("D:\hardware\KiCAD\<API key>") # enable package import from parent directory sys.path.append(os.path.jo...
#include "MySensors.h" #include "<API key>.h" #include "<API key>.h" #include "IOFactory.h" using namespace Calaos; REGISTER_IO(<API key>) <API key>::<API key>(Params &p): InputSwitch(p) { // Define IO documentation ioDoc->friendlyNameSet("<API key>"); ioDoc->descriptionSet(_("Input switch with MySensor...
#include "recordfilterbox.hpp" #include <QHBoxLayout> #include <QLabel> #include "editwidget.hpp" CSVFilter::RecordFilterBox::RecordFilterBox (CSMWorld::Data& data, QWidget *parent) : QWidget (parent) { QHBoxLayout *layout = new QHBoxLayout (this); layout->setContentsMargins (0, 0, 0, 0); layout->addWidget ...
from __future__ import (absolute_import, division, print_function) import os import numpy as np from mantid import config, mtd, logger from mantid.kernel import StringListValidator, Direction from mantid.api import PythonAlgorithm, <API key>, FileProperty, \ <API key>, FileAction, Progress from mantid.simpleapi imp...
#import "DBTableRowView.h" @interface DBTopicTableRowView : DBTableRowView @end
ALTER TABLE products ADD nestable_percentage float(12) NULL; UPDATE configuration SET configuration_value = '2.1.1' WHERE configuration_key = '<API key>' LIMIT 1;
Namespace org.omg.IOP ''' <summary> ''' org/omg/IOP/TAG_CODE_SETS.java . ''' Generated by the IDL-to-Java compiler (portable), version "3.2" ''' from d:/re/puppet/workspace/<API key>/jdk8u73/6086/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl ''' Friday, January 29, 2016 5:40:18 PM PST ...
@namespace xul url("http: /* Variables that start with --gnome- are added by me and are assigned * to elements somewhere in this code. The rest of the variables are * built-in in Firefox, so you need to add an !important if you wanna * override them. */ @media (<API key>: dark) { :root { --<API key>: #ff...
package com.eventyay.organizer.data.user; import io.reactivex.Observable; import retrofit2.http.Body; import retrofit2.http.GET; import retrofit2.http.PATCH; import retrofit2.http.Path; public interface UserApi { @PATCH("users/{id}") Observable<User> patchUser(@Path("id") long id, @Body User user); @GET("us...
package de.anycook.einkaufszettel.activities.fragments; import com.google.android.gms.analytics.HitBuilders; import com.google.android.gms.analytics.Tracker; import android.app.Fragment; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.v4.widget.SwipeRefreshLayout; import andr...
""" Tests for the dokomo database """ import unittest import uuid from sqlalchemy import cast, Text, Boolean from datetime import timedelta from passlib.hash import bcrypt_sha256 from dokomoforms.db import update_record, delete_record from dokomoforms import db from dokomoforms.db.answer import answer_insert, answer_ta...
#include<stdio.h> #include<stdlib.h> #include<math.h> bool IsPrime(int n){ int sq = sqrt(n); for(int i=2;i<=sq;i++){ if(n%i==0) return false; } return true; } int main(){ char word[22]; int sum; while(gets(word)){ sum = 0; for(int i=0;word[i]!='\0';i++){ i...
package me.gahoi.personalfinance.metadata; import static java.lang.annotation.ElementType.CONSTRUCTOR; import static java.lang.annotation.ElementType.FIELD; import static java.lang.annotation.ElementType.LOCAL_VARIABLE; import static java.lang.annotation.ElementType.METHOD; import static java.lang.annotation.ElementTyp...
package com.ghb.coltpath.core.validators; import javax.validation.Constraint; import javax.validation.Payload; import java.lang.annotation.Documented; import java.lang.annotation.Retention; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.ANNOTATION_TYPE; import static java.lang.annota...
'use strict'; const Mongoose = require('mongoose'); const ItemArmor = new Mongoose.Schema({ inject: { type: Number, default: 0, required: true }, kick: { type: Number, default: 0, required: true }, cut: { type: Number, default: 0, ...
<?php include_once(PHPREPORT_ROOT . '/model/facade/action/Action.php'); include_once(PHPREPORT_ROOT . '/model/dao/DAOFactory.php'); include_once(PHPREPORT_ROOT . '/model/vo/ProjectVO.php'); class CreateProjectAction extends Action{ /** The Project * * This variable contains the Project we want to create. ...
<?php abstract class Model_Base { /* Non-configurable constants go here */ const MODEL_PATH = 'model'; const CONTROLLER_PATH = 'controller'; const VIEW_PATH = 'view'; protected function __construct() { } /* Implement Singleton pattern for all classes */ final public static function getIn...
package com.shatteredpixel.<API key>.windows; import com.shatteredpixel.<API key>.SPDAction; import com.shatteredpixel.<API key>.<API key>; import com.shatteredpixel.<API key>.messages.Messages; import com.shatteredpixel.<API key>.scenes.PixelScene; import com.shatteredpixel.<API key>.sprites.CharSprite; import com.sha...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <title>Uses of Package org.apache.poi.util (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><! if (location.href.indexOf('is-external...
package com.entrepidea; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.Produces; import javax.ws.rs.core.MediaType; @Path("myresource") public class MyResource { /** * Method handling HTTP GET requests. The returned object will be sent * to the client as "text/plain" media type. ...
// <API key>.h // MeiJiaLove #import <UIKit/UIKit.h> @protocol <API key>; @protocol <API key> <NSObject> - (void)<API key>:(UIImage *)image; - (void)<API key>; @end @interface <API key> : UIViewController <<API key>> @property (nonatomic, strong) id <<API key>> delegate; @property (nonatomic, strong) UIImage *current...
function c20322011.initial_effect(c) c:EnableReviveLimit() --spsummon from hand local e1=Effect.CreateEffect(c) e1:SetProperty(<API key>) e1:SetType(EFFECT_TYPE_FIELD) e1:SetRange(LOCATION_HAND) e1:SetCode(<API key>) e1:SetCondition(c20322011.hspcon) e1:SetOperation(c20322011.hspop) ...
/* avrsnippets - Some useful code snippets for the Atmega Microcontroller */ /* 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, */ ...
package org.vesalainen.grammar.math; /** * * @author Timo Vesalainen <timo.vesalainen@iki.fi> */ public class <API key> { public static final String <API key> = "org.vesalainen.grammar.impl.<API key>"; public static <T,M,F,P> <API key><T,M,F,P> getInstance() { try { Class<?> c...
from django.db import models from flocs import entities from flocsweb.mixins import ImportExportMixin class Instruction(models.Model, ImportExportMixin): entity_class = entities.Instruction instruction_id = models.CharField(max_length=256, primary_key=True) def __str__(self): return self.instruction...
<?php global $advance;?> <div class="row"> <div class="large-9 columns <?php if ( !is_active_sidebar( 'sidebar' ) ){ ?> nosid <?php }?>"> <!--Content <?php if(!empty($advance['blog_cat_id'])){ $blogcat = $advance['blog_cat_id']; $blogcats =implode(',', $blogcat); }else{$blog...
// <auto-generated> // Dieser Code wurde von einem Tool generiert. // der Code erneut generiert wird. // </auto-generated> namespace xServer.Properties { using System; <summary> Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. </summary> // Diese Klasse ...
#ifndef WSYNCDOWNLOAD_H__ #define WSYNCDOWNLOAD_H__ #include <wx/event.h> #include <wx/progdlg.h> #include "cevent.h" #include "Timer.h" #include "boost/asio.hpp" #include "boost/filesystem.hpp" class WsyncDownload; typedef struct job_info { WsyncDownload *parent; int jobID; bool showProgress; wxProgres...
package visGrid.tests; import junit.textui.TestRunner; import visGrid.Solar; import visGrid.VisGridFactory; /** * <!-- begin-user-doc --> * A test case for the model object '<em><b>Solar</b></em>'. * <!-- end-user-doc --> * @generated */ public class SolarTest extends ConnectionTest { /** * <!-- begin-use...
#include "dingo-application.h" #include <libintl.h> int main(int argc, char** argv) { bindtextdomain(GETTEXT_PACKAGE, DINGO_LOCALEDIR); <API key>(GETTEXT_PACKAGE, "UTF-8"); textdomain(GETTEXT_PACKAGE); Dingo::Application dingo_application(argc, argv); return dingo_application.run(); }
// Jericho HTML Parser - Java based library for analysing and manipulating HTML // Version 3.1 // This library is free software; you can redistribute it and/or // modify it under the terms of either one of the following licences: // included in this distribution in the file licence-epl-1.0.html // included in this dist...
--3L·Look for the Truth local m=37564806 local cm=_G["c"..m] xpcall(function() require("expansions/script/c37564765") end,function() require("script/c37564765") end) cm.fusion_att_3L=ATTRIBUTE_EARTH function cm.initial_effect(c) Senya.Fusion_3L_Attribute(c,cm) local e3=Effect.CreateEffect(c) e3:SetType(EFFE...
import React, { Component } from 'react'; import dpr from './lib/dpr' var homeStats = { games: null, stats: null, } class Home extends Component { componentWillMount = () => { var games = {} var stats = {} if ( homeStats.games !== null ) { games = homeStats.games ...
# -*- coding: utf-8 -*- # tvalacarta - XBMC Plugin # Canal para ecuador tv import os import sys import urlparse,re import urllib import datetime from core import logger from core import scrapertools from core.item import Item import youtube_channel __channel__ = "ecuadortv" DEBUG = True YOUTUBE_CHANNEL_ID = "RTVEcuador...
package com.baeldung.concurrent.countdownlatch; import java.util.concurrent.CountDownLatch; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.atomic.AtomicInteger; public class <API key> { private int count; private int threadCount; private final...
using MinionReloggerLib.Interfaces; namespace MinionReloggerLib.Core { public class ComponentClass { internal IRelogComponent Component { get; set; } internal bool IsEnabled { get; set; } } }
#import <Cocoa/Cocoa.h> #if <API key> >= <API key> #include <Security/AuthorizationDB.h> #else enum { err<API key> = 0, /* The operation completed successfully. */ // rest omitted }; #endif @interface RPTKeyValuePair : NSObject { id _key; id _value; } - (id)initWithKey:(id)key va...
#include "<API key>.h" QT_BEGIN_NAMESPACE namespace Qt3DCore { QBackendNodeFactory::~QBackendNodeFactory() { } } // namespace Qt3DCore QT_END_NAMESPACE
Copyright (c) 2012 Ecma International. All rights reserved. Ecma International makes this code available under the terms and conditions set forth on http: "Use Terms"). Any redistribution of this code must retain the above copyright and this notice and otherwise comply with the Use Terms. /** * @path ch15/15.2/15.2...
CREATE TABLE [dbo].[evaluation]( [id] [numeric](19, 0) IDENTITY(1,1) NOT NULL, [version] [numeric](19, 0) NOT NULL, [date_evaluated] [datetime] NOT NULL, [time_evaluated] [int] NOT NULL, [evaluator_id] [numeric](19, 0) NOT NULL, [care_activity_id] [numeric](19, 0) NOT NULL, PRIMARY KEY CLUSTERED...
{{extend 'layout.html'}} <h1>{{=T('Sales')}}</h1> {{if data:}} {{delete_enabled = True}} {{include 'selection_menu.html'}} {{=data}} {{else:}} {{=T('No sales found')}} {{pass}} {{core_action = URL('scan_for_invoice')}} {{core_action_icon = "description"}} {{include 'core_button.html'}}
Copyright (c) 2012 Ecma International. All rights reserved. Ecma International makes this code available under the terms and conditions set forth on http: "Use Terms"). Any redistribution of this code must retain the above copyright and this notice and otherwise comply with the Use Terms. /** * @path ch15/15.9/15.9...
#!/bin/sh export path_htsa_dir=/media/StorageOne/HTS #path to HTSA analysis dir export path_pipeline=VirusMeta export Project_dir=$1 export virus_index_file=$2 export case_control_id=$3 #tab delimited file: column1 - index names; column2 - 1 if case and 0 if ctrl export NR_cases=$4 export NR_ctrl=$5 export CLUSTER_cuto...
// Scintilla source code edit control /** @file ContractionState.h ** Manages visibility of lines for folding and wrapping. **/ #ifndef CONTRACTIONSTATE_H #define CONTRACTIONSTATE_H /* C::B begin */ #include "RunStyles.h" /* C::B end */ #ifdef SCI_NAMESPACE namespace Scintilla { #endif class ContractionState { //...
<?php namespace MediaCloud\Vendor\Symfony\Component\Routing\Loader\Configurator; use MediaCloud\Vendor\Symfony\Component\Routing\Route; use MediaCloud\Vendor\Symfony\Component\Routing\RouteCollection; /** * @author Nicolas Grekas <p@tchwork.com> */ class <API key> { use Traits\AddTrait; use Traits\HostTrait; ...
<?php namespace App\Services\Cipher; class SALTED2SHA512 extends BaseCipher { /** * SHA512 hash with salt */ public function hash($value, $salt = "") { return hash('sha512', hash('sha512', $value).$salt); } }
#pragma once #include <oa_common.h> extern "C" { //#include <openastro/camera.h> //#include <openastro/demosaic.h> #include <openastro/video/formats.h> } #include <iostream> #include <stdint.h> #include <limits> #include <algorithm> #include <string.h> #include "boostAlgorithms.h" class ImageBuffer { public: ImageBuf...
<a name="0.4.2"></a> Bug Fixes * **package:** update multihashes to version 0.4.0 ([1d0c3c8](https://github.com/ipld/js-cid/commit/1d0c3c8)) <a name="0.4.1"></a> <a name="0.4.0"></a> Bug Fixes * make toV0 and toV1 return CID objects ([32902e3](https://github.com/ipld/js-cid/commit/32902e3)) * throw an error if another ...
""" This is an extension of the HyperNetwork, where the layer specific input z's will be conditioned on the input. We first find the max of the input across the feature channel, then we project this reduced input to the dimension of z's, which is 4 here. """ import keras.backend as K from keras.engine.topology import L...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Tools Reference</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.0"> <link rel="home" href="index.html" title="GDK-PixBuf Reference Manual"> <link...
package net.sf.jasperreports.components.table.fill; import java.util.HashMap; import java.util.Map; import net.sf.jasperreports.engine.JRExpression; import net.sf.jasperreports.engine.design.JRDesignExpression; import net.sf.jasperreports.engine.fill.<API key>; import net.sf.jasperreports.engine.fill.<API key>; /** * ...
<?php abstract class Plugin{ public function __construct(){ } abstract public function run($data); }
# Yaml text yaml YAML sh #go get gopkg.in/yaml.v1 yamltest.yaml yaml enable: true hitcount: 100 servers: port: 80 host: [192.168.1.1, 192.168.1.2] seconds: 1 yaml go package main import ( "fmt" "log" "io/ioutil" "gopkg.in/yaml.v1" ) type RateLimitConfig struct { Enable bool HitCount...
#ifndef AMR_AMR_H #define AMR_AMR_H #include <p4est_to_p8est.h> #include <p8est_connectivity.h> #include <p8est.h> #include <p8est_extended.h> #include <p8est_vtk.h> #include <p8est_iterate.h> #include <time.h> #include <p8est_iterate.h> #include <p8est.h> #include <p8est_bits.h> #include <p8est_mesh.h> /** * Data set...
use async_graphql::{Context, FieldResult}; use chrono::prelude::*; use eyre::{ // eyre, Result, // Context as _, }; use <API key>::{JsonRow, Record}; // use async_graphql::{ // // Context, // FieldResult, // use <API key>::Record as _; use crate::{built_info, server::Server}; #[derive(Default)] pub ...
using System; using System.Collections.Generic; // Lists using System.Text; // stringbuilder using System.Drawing; // pens etc using System.IO; // file io using System.IO.Ports; // serial using System.Windows.Forms; // Forms using System.Collections; // hashs using System.Text.RegularExpressions; // regex using System....
#ifndef <API key> #define <API key> #include "components/ogre/<API key>.h" #include <sigc++/trackable.h> namespace Ember { namespace OgreView { class EmberEntity; namespace Environment { class IWater; /** * @author Erik Hjortsberg <erik.hjortsberg@gmail.com> * * @brief Represents an entity as the ocean. * * The oc...
# coding: utf8 Paises=( (4, 'AF', 'AFG', 93, 'Afganistán', 'Asia', '', 'AFN', 'Afgani afgano'), (8, 'AL', 'ALB', 355, 'Albania', 'Europa', '', 'ALL', 'Lek albanés'), (10, 'AQ', 'ATA', 672, 'Antártida', 'Antártida', '', '', ''), (12, 'DZ', 'DZA', 213, 'Argelia', 'África', '', 'DZD', 'Dinar algerino'), (16, 'AS', 'ASM', ...
[Link - Script ZFS Iostat (bundgas)](https://github.com/bundgas/<API key>)
package org.integratedmodelling.thinklab.api.listeners; /** * Glorified listener with control capabilities. A monitor is passed to observe(). If it also implements * any other listener interfaces, these will also be honored appropriately. * * @author Ferd * */ public interface IMonitor { /** * Pass a str...
#ifdef HAVE_CONFIG_H #include "config.h" #endif #include <stdlib.h> #include <string.h> #include "../weechat.h" #include "../wee-config.h" #include "../wee-hook.h" #include "../wee-infolist.h" #include "../wee-list.h" #include "../wee-log.h" #include "../wee-string.h" #include "../wee-utf8.h" #include "../../gui/gui-ch...
PROJECT_NAME := ppi_pca10040 TARGETS := nrf52832_xxaa OUTPUT_DIRECTORY := _build SDK_ROOT := ../../../../../.. PROJ_DIR := ../../.. $(OUTPUT_DIRECTORY)/nrf52832_xxaa.out: \ LINKER_SCRIPT := ppi_gcc_nrf52.ld # Source files common to all targets SRC_FILES += \ $(SDK_ROOT)/components/libraries/log/src/<A...
package org.schabi.newpipe.local.holder; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.Nullable; import androidx.core.content.ContextCompat; import org.schabi.newpipe.R; import org.schabi.newpipe.database.LocalItem; i...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>QtNets: Class Members - Variables</title> <link href="tabs.css" rel="stylesheet" type="text...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using JaCagueiAqui.Model; using JaCagueiAqui.Data; namespace JaCagueiAqui.Negocio { public class PostBLL { public Post RetornaPost(int id) { using (var db = new DataBase()) { ...
package it.unibas.lunatic.model.chase.chasemc; import it.unibas.lunatic.model.dependency.FormulaVariable; import speedy.model.database.AttributeRef; public class BackwardAttribute { private AttributeRef attributeRef; private FormulaVariable variable; public BackwardAttribute(AttributeRef attributeRef, Formu...
# A very thin wrapper around the scanner that breaks quantified literal runs, # collects emitted tokens into an array, calculates their nesting depth, and # normalizes tokens for the parser, and checks if they are implemented by the # given syntax flavor. class Regexp::Lexer OPENING_TOKENS = [ :capture, :passive,...
// Altaxo: a data processing and data plotting program // 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 // ...
# alignment-nf ## Nextflow pipeline for BAM realignment or fastq alignment [![CircleCI](https: [![Docker Hub](https: [![https: ![Workflow representation](WESpipeline.png?raw=true "Scheme of alignment/realignment Workflow") ## Description Nextflow pipeline to perform BAM realignment or fastq alignment and QC, with/witho...
<?php namespace GeminiLabs\Pollux\Tests\Unit; use GeminiLabs\Pollux\Tests\Unit\UnitTest; class TestPostType extends UnitTest { public function testThis() { $this->assertTrue( true ); } }
<div id="answer" ng-if="$ctrl.item.hasAnswer" layout-fill> <p class="md-caption" style="color: gray;">Resposta</p> <p ng-show="$ctrl.filters.fillingBox">{{$ctrl.item.answer.date | date:'dd/MM/yyyy'}}</p> </div> <div id="metadata" ng-if="$ctrl.item.hasMetadata" layout-fill> <p class="md-caption" style="color: gray...
#ifndef <API key> #define <API key> #include "DifficultySettings.h" namespace difficulty { #define <API key> "atdm:<API key>" #define <API key> "atdm:difficulty_settings" // number of difficulty levels #define DIFFICULTY_COUNT 3 /** * greebo: The Difficulty Manager provides methods to load * the various spawnargs int...
package com.emagic.loginexample; import com.emagic.loginexample.R; import android.app.Activity; import android.app.Dialog; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.preference.PreferenceManager; import android.view.View; import android.widget.Butto...
<?php $actarif=$_GET["actarif"]; $typetarif=$_GET["typetarif"]; $idtarif=$_GET["idtarif"]; $espaces= implode('-',$_POST['espace']); switch ($actarif) { case 1: // creation des tarifs switch($typetarif) { case 1: //impressions et divers $nomtarif = addslashes($_POST["newnomtarif"]);...
#include "unittest++/UnitTest++.h" #include "../core/Element.h" #include "../core/MaterialBehavior.h" #include "../core/Matrix.h" #include "../core/<API key>.h" #include <stdexcept> SUITE(Element) { TEST(ElementConstructor) { //Create a dummy material PetitPas::MaterialBehavior material(0., 0., PetitPas::Materi...
<?php if(isset($access)){if(!$access == true){exit;}}else{exit;} ?> <body class="hold-transition skin-blue sidebar-mini"> <div class="wrapper"> <?php include("menu.php"); ?> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <s...
{-# LANGUAGE <API key> #-} module ChibiOSWrap where import Foreign.Ptr import Foreign.C.String import Data.Word newtype {-# CTYPE "ioportid_t" #-} IoportidT = IoportidT Word32 type SystimeT = Word32 foreign import primitive "const.GPIOD" c_GPIOD :: IoportidT foreign import primitive "const.GPIOD_LED3" c_GPIOD_LED3 :: I...
title: "उम्मीद ने दीवाली पर चलाया सफ़ाई अभियान" layout: item category: ["lucknow"] date: 2016-11-01T11:00:36.471Z image: 1477998036471ummeed.jpg <p>लखनऊ: उम्मीद संस्था, शराब बंदी संगर्ष समिति, खालसा द हेल्पिंग हैंड्स सदर गुरुदवारा लखनऊ द्वारा लखनऊ शहर में विशेष सफाई अभियान चलाया गया जिसका उद्देश् अपने शहर को पटाको की गन...