answer stringlengths 15 1.25M |
|---|
/*
* @(#)pres_condition.h generated by: makeheader Mon Dec 3 23:08:15 2007
*
* built from: condition.ifc
*/
#ifndef pres_condition_h
#define pres_condition_h
#ifndef pres_dll_h
#include "pres/pres_dll.h"
#endif
#ifndef osapi_type_h
#include "osapi/osapi_type.h"
#endif
#ifndef osapi_tim... |
package com.grarak.kerneladiutor.fragments.information;
// imports
import android.content.res.Configuration;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
impor... |
import React from 'react';
import { Form, Formik, FormikHelpers } from 'formik';
import JSZip from 'jszip';
import FileSaver from 'file-saver';
import Environment from './Environment';
import Page from './Page';
import Header from './Header';
import Layout from './Layout';
import Styles from './Styles';
import Cover fr... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigatio... |
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Weixin_Server.MPServer.Helper;
namespace Weixin_Server.MPServer
{
public partial class MPserverAPI : System.Web.UI.Page
{
protected void Pag... |
package net.oschina.app.team.fragment;
import android.app.Activity;
import android.os.Bundle;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v4.widget.SwipeRefreshLayout.OnRefreshListener;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import an... |
package fr.javatronic.blog.massive.annotation1.sub1;
import fr.javatronic.blog.processor.Annotation_001;
@Annotation_001
public class Class_2997 {
} |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Fri Mar 06 22:15:34 CST 2015 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies.<API key>.<API key> (<API key>... |
package couchdb
import (
"context"
"encoding/json"
"fmt"
"net/http"
"github.com/go-kivik/couchdb/v3/chttp"
"github.com/go-kivik/kivik/v3/driver"
)
func (d *db) CreateIndex(ctx context.Context, ddoc, name string, index interface{}) error {
indexObj, err := deJSONify(index)
if err != nil {... |
package com.cadasta.murad.fragments;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
im... |
package com.leetcode.aaront;
import java.util.Arrays;
/**
* @author tonyhui
* @since 16/3/20
*/
public class ContainsDuplicate {
public static void main(String[] args) {
int[] nums = new int[30000];
for(int i = 0;i<30000;i++)nums[i] = i;
containsDuplicate2(nums);
}
public static b... |
package Stacks;
import java.util.<API key>;
public class StackWithArray {
private Object[] items;
private int count;
public StackWithArray(){
items = new Object[1];
}
public void push(Object item){
if(count == items.length){
resize(items.length * 2);
}
ite... |
using System;
using AVF.CourseParticipation.Models;
using AVF.CourseParticipation.ViewModels;
using Xamarin.Forms;
namespace AVF.CourseParticipation.Views
{
public partial class CalenderPage
{
private int _monthsNavigated = 0;
public CalenderPage()
{
InitializeComponent();
... |
package ca.uhn.fhir.jpa.dao.r4;
import ca.uhn.fhir.jpa.api.config.DaoConfig;
import ca.uhn.fhir.jpa.dao.BaseHapiFhirDao;
import ca.uhn.fhir.jpa.subscription.<API key>;
import ca.uhn.fhir.rest.server.exceptions.<API key>;
import ca.uhn.fhir.util.TestUtil;
import org.hl7.fhir.instance.model.api.IIdType;
import org.hl7.fh... |
package jp.gr.java_conf.ya.shiobeforandroid2;
import java.io.File;
import java.io.FileInputStream;
import java.io.<API key>;
import java.io.FileOutputStream;
import java.io.FilenameFilter;
import java.io.IOException;
import java.io.InputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import... |
package com.intellij.rt.junit;
import com.intellij.rt.execution.junit.RepeatCount;
import java.util.ArrayList;
import java.util.List;
public class JUnitForkedStarter {
public static void main(String[] args) throws Exception {
List argList = new ArrayList();
for (int i = 0; i < args.length; i++) {
final ... |
package com.imaginary.utils;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.image.BufferedImage;
import java.io.<API key>;
import java.io.<API key>;
import java.util.Random;
import javax.imageio.ImageIO;
import javax.imageio.stream.ImageOutputStream;
import sun.misc.BASE64Encoder... |
package xryusha.onlinedebug.testcases.nested;
public class Nested_T2
{
int inst_ii = 2;
public Nested_T2()
{
}
public Nested_T2(int inst_ii)
{
this.inst_ii = inst_ii;
}
public int getInts_ii()
{
return inst_ii;
}
public void setInts_ii(int ints_ii)
{
... |
package VMOMI::<API key>;
use parent 'VMOMI::ComplexType';
use strict;
use warnings;
our @class_ancestors = ( );
our @class_members = (
['<API key>', '<API key>', 1, 1],
);
sub get_class_ancestors {
return @class_ancestors;
}
sub get_class_members {
my $class = shift;
my @super_members = $class->SUPER::... |
package org.deepdive.extraction
import akka.actor._
import akka.pattern.{ask, pipe}
import akka.util.Timeout
import java.io.{File, OutputStream, InputStream, PrintWriter, BufferedWriter, OutputStreamWriter, Writer}
import ProcessExecutor._
import scala.collection.mutable.ArrayBuffer
import scala.concurrent._
import sca... |
import os, sys
import time, datetime
import PIL
from PIL import Image
proj_path = "/srv/spaceweather/git/spaceweather/src/spaceweather/"
output_path = "/srv/spaceweather/git/spaceweather/misc/scripts/output/"
os.environ.setdefault("<API key>", "spaceweather.settings")
sys.path.append(proj_path)
newwidth = 512
newheight... |
#include "ast.h"
void
ast_type_specifier::print(void) const
{
if (structure) {
structure->print();
} else {
printf("%s ", type_name);
}
if (array_specifier) {
array_specifier->print();
}
}
bool
<API key>::has_qualifiers() const
{
return this->qualifier.flags.i != 0;
}
bool ast_type_q... |
package org.jacpfx;
import javafx.application.Application;
import javafx.application.Platform;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Group;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.image.*;
import javaf... |
package merchant
type (
ApiInfo struct {
MerchantId int `db:"mch_id" pk:"yes" auto:"no"`
ApiId string `db:"api_id"`
ApiSecret string `db:"api_secret"`
WhiteList string `db:"white_list"`
Enabled int `db:"enabled"`
}
// Api
IApiManager interface {
// API,
... |
var utils = require('ethereumjs-util');
var fs = require('fs');
var async = require('async');
var inherits = require('util').inherits;
var StateManager = require('../statemanager.js');
var to = require('../utils/to');
var txhelper = require('../utils/txhelper');
var pkg = require('../../package.json');
var Subprovider ... |
#!/bin/bash
# converts pretty-space formatted treceval and galagoeval format into tab-separated format - to be used as inputs for minir-plots
awk -v OFS="\t" ' { print $2, $1 ,$3; } ' $1 |
package com.fun.animator.control;
import com.fun.animator.<API key>;
import com.fun.animator.AnimatorInitializer;
import javafx.scene.control.Label;
import javafx.scene.layout.FlowPane;
public class ControlViewHolder extends <API key> {
public ControlViewHolder() {
AnimatorInitializer.init(this);
}
... |
#Optimizely Node Client
Access the [Optimizely REST API][opt-api] via javascript
Installation
bash
$ npm install <API key>
Usage
js
var OptimizelyClient = require('<API key>');
var API_TOKEN = "*";
var oc = new OptimizelyClient(API_TOKEN);
Example
js
oc.createProject({/*...project properties*/})
## Contributing
Please ... |
import autocomplete_light
from .models import WishlistItem
class WishlistForm(autocomplete_light.ModelForm):
class Meta:
model = WishlistItem
exclude = ['owner',] |
<?php
// No direct access.
defined('_JEXEC') or die;
jimport('joomla.application.component.controlleradmin');
/**
* Danh_sach_giao_vien list controller class.
*/
class <API key> extends JControllerAdmin
{
/**
* Proxy for getModel.
* @since 1.6
*/
public function getModel($name = 'giao_vien',... |
var win = Titanium.UI.currentWindow;
var flexSpace = Ti.UI.createButton({ systemButton:Ti.UI.iPhone.SystemButton.FLEXIBLE_SPACE });
//Bring the module into the example
var map = require('bencoding.map');
//Create mapView
//We support all of the same functions the native Ti.Map.View does
var mapView = map.createView({
... |
// This is a generated source file for Chilkat version 9.5.0.48
#ifndef _C_CkUnixCompress_H
#define _C_CkUnixCompress_H
#include "chilkatDefs.h"
#include "Chilkat_C.h"
CK_VISIBLE_PUBLIC HCkUnixCompress <API key>(void);
CK_VISIBLE_PUBLIC void <API key>(HCkUnixCompress handle);
CK_VISIBLE_PUBLIC void <API key>(HCkUnixCom... |
package org.praktikum.linuxandc;
import com.sonyericsson.extras.liveware.aef.control.Control;
import com.sonyericsson.extras.liveware.extension.util.ExtensionService;
import com.sonyericsson.extras.liveware.extension.util.control.ControlExtension;
import com.sonyericsson.extras.liveware.extension.util.registration.Devi... |
package org.apereo.cas.token.authentication.principal;
import org.apereo.cas.<API key>;
import org.apereo.cas.authentication.principal.Service;
import org.apereo.cas.authentication.principal.<API key>;
import org.apereo.cas.authentication.principal.<API key>;
import org.apereo.cas.services.RegisteredService;
import org... |
% skopeo-delete(1)
## NAME
skopeo\-delete - Mark _image-name_ for deletion.
## SYNOPSIS
**skopeo delete** _image-name_
Mark _image-name_ for deletion. To release the allocated disk space, you must login to the container registry server and execute the container registry garbage collector. E.g.,
/usr/bin/registry garba... |
# -*- test-case-name: twisted.python.test.test_runtime -*-
from __future__ import division, absolute_import
import os
import sys
import time
import imp
import warnings
from twisted.python import compat
if compat._PY3:
_threadModule = "_thread"
else:
_threadModule = "thread"
def shortPythonVersion():
"""
... |
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __decorate = (this && this.__decorate) || fu... |
using NLog.Common;
using NLog.Layouts;
using NLog.Targets;
using RollbarSharp;
namespace NLog.RollbarSharp
{
[Target("RollbarSharp")]
public class RollbarTarget : TargetWithLayout
{
public string AccessToken { get; set; }
public string Endpoint { get; set; }
public Layout Environment... |
min([First|Rest], Min) :- accMin(Rest, First, Min).
accMin([], Accumulator, Accumulator).
accMin([First|Rest], Accumulator, Min) :- First < Accumulator -> accMin(Rest, First, Min) ; accMin(Rest, Accumulator, Min). |
package scratchpad;
import java.lang.invoke.MethodHandles;
import java.util.LinkedHashSet;
import org.eclipse.collections.api.set.MutableSet;
import org.eclipse.collections.impl.set.mutable.SetAdapter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class SetIntersectExp
{
final static Logger logger... |
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<title>Using closures in event listeners</title>
<link href="https://google-developers.appspot.com/maps/documentation/javascript/examples/default.css" rel="stylesheet">
<script... |
using System.Threading.Tasks;
namespace Gitter.Services.Abstract
{
public interface <API key>
{
void SendNotification(string title, string content, string id = null, string group = null);
Task <API key>(string group);
}
} |
using UnityEngine;
using System.Collections;
using UnityEngine.UI;
public class StatLabelScript : MonoBehaviour {
Text text;
public string title = "title";
public string value = "0";
// Use this for initialization
void Start () {
text = GetComponent<Text>();
SetValue(value);
}
... |
"use strict";
const jsdom = require('jsdom');
let [xml, yie = 'yield'] = ['XMLHttpRequest', 'Yellow:'];
console.log('xml: ', xml, ', yie: ', yie);
console.log(jsdom);
var dom = new jsdom.JSDOM(`<!DOCTYPE html><p>Hello world</p>`);
function* fibs() {
let a = 0;
let b = 1;
while(true){
yield a;
... |
:- module(tk_test_aux, [
hello/0,
factorial/2,
show/1,
quit/0],
[objects]).
hello :-
display('Hello !!!!'),
nl.
show(X) :-
display(X),
nl.
factorial(N2,X) :-
factorial_aux(N2,X).
%% display(X),
%% nl.
factorial_aux(0,1).
f... |
package com.google.api.ads.adwords.jaxws.v201406.video;
import java.net.<API key>;
import java.net.URL;
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceException;
import javax.xml.ws.WebServiceFeature;
@W... |
var win = Titanium.UI.createWindow({
backgroundColor:'white',
height: '100%',
width: '100%',
fullscreen: true,
exitOnClose: true,
layout: "vertical"
});
var htmlstrng='<html>
<body>
<img src="images/animacion/miedo1.gif" style="width: 30%; height: auto;"/>
... |
package org.apereo.cas.impl.calcs;
import org.apereo.cas.api.<API key>;
import org.apereo.cas.api.<API key>;
import org.apereo.cas.authentication.Authentication;
import org.apereo.cas.authentication.Core<API key>;
import org.apereo.cas.config.CasCore<API key>;
import org.apereo.cas.config.CasCore<API key>;
import org.a... |
<?php
class AdminAction extends Action{
public function admin(){
define('RES',THEME_PATH.'common');
$this->display("index");
}
public function insert(){
$username = $this->_post('username');
$password = $this->_post('password','md5');
if(empty($username)||empty($pass... |
package laika.parse.core
/** An interface for streams of values that have positions.
*
* @author Martin Odersky
* @author Adriaan Moors
*/
abstract class Reader {
/** If this is a reader over character sequences, the underlying char sequence.
* If not, throws a `NoSuchMethodError` exception.
*/
def sourc... |
#ifndef QFMIDDLEWARESHOOK_H
#define QFMIDDLEWARESHOOK_H
#include <QObject>
#include <QQmlEngine>
#include <QPointer>
#include "./priv/qfhook.h"
class QFMiddlewaresHook : public QFHook
{
Q_OBJECT
public:
explicit QFMiddlewaresHook(QObject *parent = nullptr);
signals:
public:
void dispatch(QString type, QJSVa... |
package com.coderschool.android2.rubit.utils;
import com.coderschool.android2.rubit.constants.DatabaseConstants;
import com.coderschool.android2.rubit.models.UserModel;
import com.google.firebase.auth.FirebaseAuth;
import com.google.firebase.auth.FirebaseUser;
import com.google.firebase.auth.UserInfo;
import com.google... |
package com.psalgs.ctc.string;
public class CheckEditString {
private boolean oneEditAway(String s1, String s2) {
if (s1 == null || s2 == null) {
return false;
}
if (s1.length() == s2.length()) {
return replace(s1, s2);
} else if (s1.length() + 1 == s2.length(... |
package cn.binarywang.wx.miniapp.api.impl;
import cn.binarywang.wx.miniapp.api.WxMaJsapiService;
import cn.binarywang.wx.miniapp.api.WxMaService;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.JsonParser;
import me.chanjar.weixin.common.bean.WxJsapiSignature;
import me.cha... |
package com.google.api.ads.dfp.jaxws.v201403;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"rval"
})... |
<!DOCTYPE html>
<html>
<head>
<!
<meta charset="utf-8" />
<meta http-equiv="<API key>" content="default-src 'self' data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *">
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="forma... |
<?php
/*
Format of "sentences_detailed.csv":
id [tab] lang [tab] text [tab] username [tab] date_added [tab] date_last_modified
*/
/**
* The class is intended build the links between the sentences, returned by CorpusReader/read().
*/
class SentenceLinker
{
/**
* If true, prints current progress status on the ... |
package com.lpii.evma.view;
import com.lpii.evma.adapter.BaseInflaterAdapter;
import android.view.View;
import android.view.ViewGroup;
public interface <API key><T>
{
public View inflate(BaseInflaterAdapter<T> adapter, int pos, View convertView, ViewGroup parent);
} |
using System.Collections.Generic;
using System.Net.Http;
using System.Threading.Tasks;
using VaultSharp.Core;
using VaultSharp.V1.Commons;
namespace VaultSharp.V1.SecretsEngines.KeyValue.V2
{
internal class KeyValue<API key> : <API key>
{
private readonly Polymath _polymath;
public KeyValue<API ... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (1.8.0_66) on Fri Feb 05 09:38:24 CET 2016 -->
<title>API Help</title>
<meta name="date" content="2016-02-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="scrip... |
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Owin;
using Owin;
using HDO2O.API.App_Start;
[assembly: OwinStartup(typeof(HDO2O.API.Startup))]
namespace HDO2O.API
{
public partial class Startup
{
public void Configuration(IAppBuilder app)
{
Configu... |
FROM node:16
RUN apt-get update && \
apt install -y \
python3 \
python3-pip \
pylint \ |
package com.intellij.execution.testframework.actions;
import com.intellij.execution.ExecutionException;
import com.intellij.execution.Executor;
import com.intellij.execution.<API key>;
import com.intellij.execution.configurations.*;
import com.intellij.execution.executors.<API key>;
import com.intellij.execution.execut... |
# Cookbook Name:: mongodb
# Recipe:: default
package 'mongodb' do
action :install
end |
package com.example.administrator.coolweather;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
impo... |
import javafx.geometry.Point2D;
/**
*
* @author Arun Kumar
*/
public class Pocketlesstable {
private Point2D point0;
private Point2D point1;
private Point2D point2;
private Point2D point3;
public Pocketlesstable(Point2D point0,Point2D point1,Point2D point2,Point2D point3)
{
this.point... |
my class X::Immutable { ... }
my class X::Range::InvalidArg { ... }
my class Range is Cool does Iterable does Positional {
has $.min;
has $.max;
has int $!excludes-min;
has int $!excludes-max;
has int $!infinite;
has int $!is-int;
method !SET-SELF( $!min, $!max, \excludes-min, \excludes-max,... |
using UnityEngine;
using UnityEngine.UI;
using System.Collections;
namespace Mazzaroth {
public class LevelButton : BaseMonoBehaviour {
public Text percentageField;
public string LevelName = "";
void Start() {
}
void Update() {
if (Application.<API key>(LevelName)... |
package org.displaytag.jsptests;
import org.apache.commons.lang.StringUtils;
import org.displaytag.test.DisplaytagCase;
import com.meterware.httpunit.GetMethodWebRequest;
import com.meterware.httpunit.WebLink;
import com.meterware.httpunit.WebRequest;
import com.meterware.httpunit.WebResponse;
import com.meterware.http... |
<HTML>
<HEAD>
<TITLE>Radio Rotor Amsterdam BV - pdf</TITLE>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">
<SCRIPT LANGUAGE="JavaScript" type="text/javascript">
<!
if (top.frames.length != 0) top.location.href=self.location.href;
</SCRIPT>
</HEAD>
<FRAMESET ROWS="60,*" BO... |
__author__ = 'dalewesa'
import flask
from flask import Flask
from flask import render_template
import json
from werkzeug.serving import run_simple
app = Flask(__name__)
@app.route("/")
def home():
return render_template('index.html')
@app.route("/new")
def sendembed():
embedHTML = {'embed': '<iframe width="100%... |
package Mojolicious::Routes::Route;
use Mojo::Base -base;
use Carp ();
use Mojo::Util;
use Mojolicious::Routes::Pattern;
use Scalar::Util ();
has [qw(inline parent partial)];
has 'children' => sub { [] };
has pattern => sub { Mojolicious::Routes::Pattern->new };
sub AUTOLOAD {
my $self = shift;
my ($package, $me... |
%% packages typical for exams that need to show source code listings.
%% It is good practice to not copy the program code into the latex
%% files, but instead to use \lstinputlisting commands to include the
%% source code. This avoids syntax clashes between latex and source code.
\usepackage{listings}
\usepackage{times... |
package Mojo::Util;
use Mojo::Base -strict;
use Carp qw(carp croak);
use Data::Dumper ();
use Digest::MD5 qw(md5 md5_hex);
use Digest::SHA qw(hmac_sha1_hex sha1 sha1_hex);
use Encode 'find_encoding';
use Exporter 'import';
use IO::Poll qw(POLLIN POLLPRI);
use List::Util 'min';
use MIME::Base64 qw(decode_base64 encode_b... |
package com.jivesoftware.boundaries.restz;
import com.jivesoftware.boundaries.restz.layers.<API key>;
import com.jivesoftware.boundaries.restz.layers.<API key>;
import java.util.Collection;
import java.util.LinkedList;
public class LayerCollection
{
private Collection<<API key>> wrappers;
private Collection<<AP... |
<%inherit file="base.html"/>
## SEO Stuff
<%block name="title">Index</%block>
<%block name="description">Statik API - Public API for Statik Metrics</%block>
<%block name="keywords">minecraft metrics statik api public java plugin server system stats graphs</%block>
## Main content
<h1 class="ui header">A... |
<?php require_once("../../database/initialize.php"); ?>
<?php if (!$session->is_logged_in()) { redirect_to("login.php"); } ?>
<?php
// must have an ID
if(empty($_GET['id'])) {
$session->message("<div class='alert alert-danger'><span class='glyphicon <API key>'></span>  No blog ID was provided.</d... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_292) on Fri Jul 02 16:35:39 UTC 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.bukkit.SkullType (Glowkit 1.16.5-R0.1-SNAPSHOT API)</title>
<meta name="date" content="... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Net;
using System.Net.Sockets;
using PlayerTracker.Common.Util;
using PlayerTracker.Common.Net;
using PlayerTracker.Common.... |
namespace AGS.Engine
{
public interface <API key>
{
bool Render();
}
} |
#pragma once
#include <modules/discretedata/<API key>.h>
#include <modules/discretedata/channels/datachannel.h>
#include <modules/discretedata/channels/channelgetter.h>
#include <modules/discretedata/channels/cachedgetter.h>
namespace inviwo {
namespace discretedata {
/**
* \brief Data channel by function evaluated at... |
const glob = require('glob');
const path = require('path');
const <API key> = require('<API key>');
const { CleanWebpackPlugin } = require('<API key>');
const config = {
mode: process.env.NODE_ENV,
entry: [
<API key>: ['**/*', '!leaflet.distortableimage.css'] |
// +build darwin
package sysstats
import (
"os/exec"
"strconv"
"strings"
)
// LoadAvg represents the load average of the system
// The following are the keys of the map:
// Avg1 - The average processor workload of the last minute
// Avg5 - The average processor workload of the last 5 minutes
// Avg15 - Th... |
#include <nuttx/config.h>
#include <stdint.h>
#include <stdbool.h>
#include <debug.h>
#include <nuttx/board.h>
#include <arch/board/board.h>
#include "chip.h"
#include "nuc_gpio.h"
#include "nutiny-nuc120.h"
#ifdef CONFIG_ARCH_LEDS
/* CONFIG_DEBUG_LEDS enables debug output from this file (needs CONFIG_DEBUG
* with <AP... |
#include <string>
#include <vector>
std::string base64_encode(unsigned char const* , unsigned int len);
std::string base64_decode(std::string const& s);
std::vector<char> base64_decode_vec(std::string const& s);
char *unbase64(unsigned char *input, int length, int *_outlength); |
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
namespace dokumentasi
{
class Program
{
<summary>
The entry point of the application.
</summary>
<param name="args">command line parameters</param>
static void Main(string... |
flask-ldap
=======
Flask ldap login is designed to work on top of an existing application.
It will:
* Connect to an ldap server
* Lookup ldap users using a direct bind or bind/search method
* Store the ldap user into your server's DB
* Integrate ldap into an existing web application
It will not:
* Provide `login_... |
from alembic import op
import sqlalchemy as sa
from sqlalchemy.dialects import postgresql
# revision identifiers, used by Alembic.
revision = "5feda4ca9935"
down_revision = "9d9af47e64c8"
branch_labels = None
depends_on = None
def upgrade():
op.create_table(
"<API key>",
sa.Column("time", sa.BigInte... |
#include <cstdarg>
#include <cstdio>
namespace llamaos {
int trace (const char *format, ...)
{
// prep variable arguments
va_list arg;
va_start (arg, format);
// copy formatted output to buffer
char buffer [256] = { '\0' };
int count = vsnprintf (buffer, sizeof(buffer)-1, format, arg);
// term vari... |
// <API key>.h
// CommonMark
#import <Foundation/Foundation.h>
@interface <API key> : NSObject
- (id)copy NS_UNAVAILABLE;
- (instancetype)init NS_UNAVAILABLE;
+ (instancetype)alloc NS_UNAVAILABLE;
+ (instancetype)allocWithZone:(struct _NSZone *)zone NS_UNAVAILABLE;
+ (instancetype)new NS_UNAVAILABLE;
@end |
#include <sophia.h>
#include <libss.h>
#include <libsf.h>
#include <libsr.h>
#include <libsv.h>
#include <libsd.h>
#include <libst.h>
static void
durability_deploy0(void)
{
void *env = sp_env();
t( env != NULL );
t( sp_setstring(env, "sophia.path", st_r.conf->sophia_dir, 0) == 0 );
t( sp_setint(env, "sc... |
#include <iostream>
#include <string>
#include <vector>
using namespace std;
struct base{};
struct deriv:base{};
void f(base&& x)
{
cout << "f(base&&)" << endl;
}
void f(int&& x)
{
cout << "f(int&&)" << endl;
}
void f(const base&& x)
{
cout << "f(const base&&)" << endl;
}
void f(base& x)
{
cout << "f(base&)... |
class Ffmpeg < Formula
desc "Play, record, convert, and stream audio and video"
homepage "https://ffmpeg.org/"
url "https://ffmpeg.org/releases/ffmpeg-2.7.1.tar.bz2"
sha256 "<SHA256-like>"
head "https://github.com/FFmpeg/FFmpeg.git"
bottle do
sha256 "<SHA256-like>" => :yosemite
sha256 "<SHA256-like>... |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs for page Events.php</title>
<link rel="stylesheet" href="../../media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' />
<... |
#ifdef GCCSTATIC
#define PREBOOT
/* Pre-boot environment: included */
/* prevent inclusion of _LINUX_KERNEL_H in pre-boot environment: lots
* errors about console_printk etc... on ARM */
#define _LINUX_KERNEL_H
#include "zlib_inflate/inftrees.c"
#include "zlib_inflate/inffast.c"
#include "zlib_inflate/inflate.c"
#else... |
class Bear < Formula
desc "Generate compilation database for clang tooling"
homepage "https://github.com/rizsotto/Bear"
url "https://github.com/rizsotto/Bear/archive/2.3.8.tar.gz"
sha256 "<SHA256-like>"
head "https://github.com/rizsotto/Bear.git"
bottle do
cellar :any
sha256 "<SHA256-like>" => :high... |
using System.Collections.Generic;
using MatterControl.Printing;
using MatterHackers.Agg;
using MatterHackers.Agg.Platform;
using MatterHackers.MatterControl;
using MatterHackers.MatterControl.ConfigurationPage.PrintLeveling;
using MatterHackers.MatterControl.SlicerConfiguration;
using MatterHackers.MatterControl.Tests.... |
cask 'font-noto-sans-cham' do
version :latest
sha256 :no_check
# noto-website.storage.googleapis.com was verified as official when first introduced to the cask
url 'https://noto-website.storage.googleapis.com/pkgs/<API key>.zip'
name 'Noto Sans Cham'
homepage 'https://www.google.com/get/noto/#sans-cham'
f... |
class X265 < Formula
desc "H.265/HEVC encoder"
homepage "http://x265.org"
url "https://bitbucket.org/multicoreware/x265/downloads/x265_1.9.tar.gz"
mirror "https://mirrors.kernel.org/debian/pool/main/x/x265/x265_1.9.orig.tar.gz"
sha256 "<SHA256-like>"
head "https://bitbucket.org/multicoreware/x265", :using =... |
#include "Common.hpp"
#include <limits.h>
#include "ALUNIXAcoustic.hpp"
#include "Speaker.hpp"
#include "resource/loader/ALSndLoader.hpp"
using namespace reprize;
using namespace res;
using namespace aud;
using namespace std;
ALSndLoader sndloader(NULL);
ALUNIXAcoustic::ALUNIXAcoustic(EnvDepInfo* depinfo_)
: Acoust... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.