text stringlengths 3 1.05M |
|---|
package bam.display.opengl;
import bam.display.DisplayParams;
import lombok.Getter;
import lombok.ToString;
import lombok.extern.slf4j.Slf4j;
import org.lwjgl.LWJGLException;
import org.lwjgl.opengl.Display;
import org.lwjgl.opengl.DisplayMode;
import org.lwjgl.opengl.GL11;
import java.util.Arrays;
@ToString
@Slf4j
... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
*** GENERATED FROM project.xml - DO NOT EDIT ***
*** EDIT ../build.xml INSTEAD ***
For the purpose of easier reading the script
is divided into following sections:
- initialization
- compilation
- jar
- execution
- debugging
- javadoc
- test c... |
//===-- SnippetGenerator.h --------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... |
$(document).ready(function() {
if ($('#btn-group-content')) {
$('#btn-group-content').hide();
$('#btn-group-content').css('overflow', 'hidden');
$('#btn-group-content').css('white-space', 'nowrap');
$('#btn-group-content').css('text-wrap', 'none');
$('#btn-group-toggle-close'... |
A Webgl TouHou Liked STG Games Collection . My Blog :[http://lrdcq.com/](http://lrdcq.com/)
### Introduction
This is a collection of some webgl stg game like wehou games. I call this core engine as WeHou. However each single demo game is so different so I can't keep the core js be backward compatible. So , this is just... |
YUI.add('mojitA-tests', function(Y) {
var suite = new YUITest.TestSuite('mojitA-tests'),
controller = null,
A = YUITest.Assert;
suite.add(new YUITest.TestCase({
name: 'mojitA user tests',
setUp: function() {
controller = Y.mojito.controllers.... |
package autobackup
import (
"github.com/sacloud/libsacloud/v2/helper/service"
"github.com/sacloud/libsacloud/v2/helper/validate"
"github.com/sacloud/libsacloud/v2/sacloud"
"github.com/sacloud/libsacloud/v2/sacloud/types"
)
type UpdateRequest struct {
Zone string `request:"-" validate:"required"`
ID types.ID... |
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.... |
using System;
namespace ExaminingEntityFramework.Lib.EntityTypes
{
public class EventType : IIDed, INamed
{
public int ID { get; set; }
public string Name { get; set; }
}
}
|
#ifndef SRS_CORE_HPP
#define SRS_CORE_HPP
/*
#include <srs_core.hpp>
*/
// current release version
#define VERSION_MAJOR 2
#define VERSION_MINOR 0
#define VERSION_REVISION 138
// server info.
#define RTMP_SIG_SRS_KEY "SRS"
#define RTMP_SIG_SRS_CODE "ZhouGuowen"
#define RTMP_SIG_SRS_ROLE "origin/edge... |
import java.util.stream.Stream;
public class Main {
static class A {
A next(){return null;}
int x;
}
static boolean isGood(A a) {}
public long test() {
Stream.iterate(new A(), a -> isGood(a), a -> a.next()).filter(a -> a.x < 3).forEach(System.out::println);
}
} |
package com.linkedin.thirdeye.datalayer.pojo;
import com.linkedin.thirdeye.constant.AnomalyFeedbackType;
import java.io.Serializable;
import java.util.Objects;
public class AnomalyFeedbackBean extends AbstractBean implements Serializable {
private static final long serialVersionUID = 1L;
private AnomalyFeedbackT... |
@implementation SFPrincipal
@end
|
package it.polimi.deib.sr.obep.core.programming;
import com.espertech.esper.client.EPStatement;
import it.polimi.deib.sr.obep.core.pipeline.abstration.Abstracter;
import it.polimi.deib.sr.obep.core.pipeline.normalization.Normalizer;
import it.polimi.deib.sr.obep.impl.pipeline.CEP;
import java.util.List;
import java.u... |
@interface ViewController ()
@end
@implementation ViewController
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
}
- (void)didReceiveMemoryWarning
{
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}
... |
export PUPPET_ENV=development
export PUPPET_HOST=dev
VAGRANT_LOG=debug
vagrant up
|
package com.cloud.hypervisor.xenserver.resource.wrapper.xen610;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.cloud.agent.api.Answer;
import com.cloud.agent.api.MigrateWithStorageReceiveAnswer;
import com.cloud.agent.api.MigrateWithStorageReceiveCommand;... |
<!--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>The TeamGear for Iphone, Android & Smartphone Mobile Website Template | Login :: w3lay... |
class User < ActiveRecord::Base
is_billable
end
|
package org.apache.cloudstack.utils.security;
import java.io.IOException;
import java.io.StringReader;
import java.io.StringWriter;
import java.math.BigInteger;
import java.security.InvalidKeyException;
import java.security.KeyFactory;
import java.security.KeyPair;
import java.security.KeyPairGenerator;
import java.se... |
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user level.
*
* Global definitions for the INET interface module.
*
* Version: @(#)if.h 1.0.2 04/18/93
*
* Authors: Origin... |
require_relative 'objects'
class TelegramBot::Location < Struct.new(:longitude, :latitude)
include TelegramBot::AutoFromMethods
def self.from(hsh, lat = nil)
case hsh
when Integer
new(hsh, lat)
else
super(hsh)
end
end
end
|
package io.opensec.oval.model.unix;
import io.opensec.oval.model.ComponentType;
import io.opensec.oval.model.ElementRef;
import io.opensec.oval.model.Family;
import io.opensec.oval.model.definitions.EntityStateAnySimpleType;
import io.opensec.oval.model.definitions.EntityStateBoolType;
import io.opensec.oval.model.de... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>paradoxes: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... |
import { Command } from '@ckeditor/ckeditor5-core';
export default class RestrictedEditingExceptionCommand extends Command {
refresh(): void;
execute(options?: { forceValue?: boolean | undefined }): void;
}
|
package prometheus
import (
"errors"
"fmt"
"github.com/influxdata/telegraf"
"github.com/influxdata/telegraf/plugins/inputs"
"github.com/prometheus/common/expfmt"
"github.com/prometheus/common/model"
"io"
"net/http"
"sync"
)
type Prometheus struct {
Urls []string
}
var sampleConfig = `
### An array of url... |
cd /home/www/
git clone https://github.com/mozillazg/ShortURL.git
## install dependencies
pip install gunicorn
pip install -r requirements.txt
## database
use shorturl/db.sql
## configure
mkdir /home/www/shorturl-conf/
cp -r conf/* /home/www/shorturl-conf/
### nginx
add `include /home/ww... |
package com.jenkins;
import android.app.Application;
import android.util.Log;
import com.facebook.react.ReactApplication;
import com.oblador.vectoricons.VectorIconsPackage;
import com.i18n.reactnativei18n.ReactNativeI18n;
import com.learnium.RNDeviceInfo.RNDeviceInfo;
import com.facebook.react.ReactInstanceManager;
i... |
using System;
using Dirigent.Auth.Services;
namespace Dirigent.Auth.iOS.Services.Impl {
internal sealed class FirebaseAuthService : AuthService {
public FirebaseAuthService() {
}
}
}
/*
Firebase Auth on iOS
Add Firebase to your app
1. Create a Firebase project in the[Firebase console][1], i... |
import omit from 'lodash/omit';
import path from 'path';
import fse from 'fs-extra';
const getExports = filePath => {
const exportMap = require(filePath); // eslint-disable-line
return Object.assign(exportMap.default || {}, omit(exportMap, 'default'));
};
export const loadResolvers = async dirPath => {
const fi... |
// MIT License. Copyright (c) 2016 Maxim Kuzmin. Contacts: https://github.com/maxim-kuzmin
// Author: Maxim Kuzmin
using Makc2016.Core.Data;
using Makc2016.Data.Objects;
using System.Collections.Generic;
namespace Makc2016.Data.Loaders
{
/// <summary>
/// Данные. Загрузчики. Загрузчик данных сущности "User"... |
package O2::Cache::Init;
# Cache handler initializer depending on the settings in the cache.conf file
use strict;
use O2 qw($context);
#--------------------------------------------------------------------------------------------
# Returns a dummy object if caching is turned off.
sub initCacheHandler {
my ($forceC... |
<?php
class News_model extends CI_Model {
public function __construct() {
$this->load->database();
}
public function get_news($slug = FALSE) {
if ($slug === FALSE) {
$query = $this->db->get('news');
return $query->result_array();
}
$query = $this->db->get_where('news', array('slug'... |
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Microsoft.AspNetCore.Mvc.ModelBinding.Binders;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using System;
using System.Threading.Tasks;
namespace MvcTemplate.Components.Mvc
{
[AttributeUsage(At... |
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
#include "config.h"
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <string.h>
#include <stdio.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
#include "callbacks.h"
#include "interface.h"
#include... |
from setuptools import setup
setup(
author="@LoisaidaSam",
author_email="sam.sandberg@gmail.com",
description="A Python wrapper for Slack's API",
install_requires=["requests"],
keywords="slack api wrapper",
license="MIT",
name="pyslack-real",
packages=["pyslack"],
test_suite="tests... |
SYNONYM
#### According to
Index Fungorum
#### Published in
Comm. Soc. crittog. Ital. 2(1): 16 (1864)
#### Original name
Bilimbia fuscoviridis Anzi
### Remarks
null |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Thu Feb 23 15:20:25 CET 2017 -->
<title>Xenon-release 1.2.0 API</title>
<script type="text/javascript">
targetPage = "" + window.loca... |
package hawkeye.service.filters;
import hawkeye.game.model.ScriptIndexEntry;
import hawkeye.graph.model.GraphComparison;
import java.util.Iterator;
import java.util.List;
public class RemoveEmptyFilter implements GraphFilter<ScriptIndexEntry> {
@Override
public void applyFilter(List<ScriptIndexEntry> index, ... |
namespace rsbus
{
response_channel::response_channel(connection& connection, channel_id channel_id)
: channel_(connection, channel_id)
{
}
void response_channel::call(awaitable<call_request, call_response>&& call,
const std::string& reply_to)
{
const call_request& request = call.obj... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content... |
using System.Windows;
using System.Windows.Threading;
using WinApp.Views;
namespace WinApp
{
/// <summary>
/// Interaktionslogik für "App.xaml"
/// </summary>
public partial class App : Application
{
protected override void OnStartup(StartupEventArgs e)
{
b... |
MQ Feedback Launcher
|
<resources>
<!-- Compass -->
<style name="Compass">
<item name="primaryColor">@color/colorAccent</item>
<item name="secondaryColor">@android:color/white</item>
</style>
<style name="Compass.Light">
<item name="primaryColor">@color/colorAccent</item>
<item name="seconda... |
import { Component, Injectable } from "@angular/core";
import { Headers, Http, RequestOptions, URLSearchParams } from "@angular/http";
import "rxjs/add/operator/toPromise";
/**
* http请求的service
*
* @export
* @class HttpReqService
*/
@Injectable()
export class HttpReqService {
private headers = new Headers({
... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<runtime name="jdk1.7.0_67"/>
<secondary-runtime name="Google App Engine"/>
<installed facet="java" version="1.7"/>
</faceted-project>
|
layout: post
microblog: true
date: 2009-12-02 03:00 +0300
guid: http://desparoz.micro.blog/2009/12/02/t6282699446.html
---
You're asking for "a friend" right? RT @darcykieran: Is there a TA group somewhere (Twitterers Anonymous) to deal with Twitter addiction?
|
/* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
package com.google.common.hash;
import com.google.common.primitives.Longs;
import sun.misc.Unsafe;
import java.nio.ByteOrder;
/**
* Utility functions for loading and storing values from a byte array.
*
* @author Kevin Damm
* @author Kyle Maddison
*/
final class LittleEndianByteArray {
/** The instance tha... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("09... |
package org.commonjava.indy.ftest.core.content;
import static org.commonjava.indy.model.core.StoreType.group;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.notNullValue;
import static org.hamcrest.MatcherAssert.assertThat;
import java.io.IOException;
import java.io.InputStr... |
---
permalink: /code_of_conduct/
title: Code of Conduct | DjangoCon in Austin, TX
---
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8"/>
<title>Code of Conduct | DjangoCon in Austin, TX</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta content="DjangoCon US 2015 in ... |
import os
import sys
import tempfile
import shutil
from subprocess import call, check_output, CalledProcessError
import tarfile
from gzip import GzipFile
import StringIO
import argparse
NODEJS_DIST = 'http://nodejs.org/dist'
PLATFORM = sys.platform
def download(url, filename, verbose=True):
from urllib2 import ur... |
* Copyright 2015 RamiLego4Game
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ExifPropertyTag.cs" company="James Jackson-South">
// Copyright (c) James Jackson-South.
// Licensed under the Apache License, Version 2.0.
// </copyright>
// <summary>
// T... |
<!DOCTYPE html>
<html>
<head>
<title>Dojo Carousel Example 1</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=1, user-scalable=no">
<link href="css/styles.css" media="screen" rel="stylesheet" type="text/css">
</head>
<body>
<section>
... |
@implementation NSMutableDictionary (WYAddition)
- (void)wy_safeSetObject:(id)anObject forKey:(id<NSCopying>)aKey {
if (anObject) {
[self setObject:anObject forKey:aKey];
}
}
@end
|
var Rune = Rune || {}; Rune["Font"] =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(instal... |
/**
* ArticleController
*
* @description :: Server-side logic for managing article
* @help :: See http://links.sailsjs.org/docs/controllers
*/
/*global Article Like ArticleService ArticleQueryService UserService UploadFileService*/
var Promise = require('bluebird');
// Split string values in an array of ... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Mozilla/5.0 (Linux; Android 4.0.4; SH-07D Build/S5230) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19</title>
<link rel="stylesheet" href="https://cdnjs.cloudfl... |
body {
margin: 0px;
padding: 0px;
background: #f5f5f5;
font-family: 'Segoe UI';
}
ul.resp-tabs-list, p {
margin: 0px;
padding: 0px;
}
.resp-tabs-list li {
font-weight: 600;
font-size: 13px;
display: inline-block;
padding: 13px 15px;
margin: 0;
list-style: none;
curso... |
id: 467
title: 'We’re Gonna Need A Bigger Boat'
date: 2015-08-31T21:14:50+00:00
author: Jerri Glover
layout: post
guid: http://blog.brightcanopy.com/?p=467
permalink: /2015/08/31/were-gonna-need-a-bigger-boat/
categories:
- Status Update
---
**Here’s The Status**
* We have had a tsunami of sign-ups, really i... |
package com.vmware.vim25;
/**
* @author Steve Jin (http://www.doublecloud.org)
* @version 5.1
*/
@SuppressWarnings("all")
public class VirtualMachineCloneSpec extends DynamicData {
public VirtualMachineRelocateSpec location;
public boolean template;
public VirtualMachineConfigSpec config;
public Customizati... |
<?xml version="1.0" encoding="ISO-8859-1"?>
<Components xmlns="urn:schemas-cosylab-com:Components:1.0" xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0" xmlns:baci="urn:schemas-cosylab-com:BACI:1.0" xmlns:log="urn:schemas-cosylab-com:LoggingConfig:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<_ Name="HELLODE... |
namespace ArmyOfCreatures.Console
{
using System;
using Logic;
public class ConsoleLogger : ILogger
{
public void WriteLine(string line)
{
Console.WriteLine(line);
}
}
}
|
using System;
using Ignite.SharpNetSH.Test.Spike;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
namespace Ignite.SharpNetSH.Test
{
[TestClass]
public class ActionProxyTests
{
[TestMethod]
public void ShouldOperateOnInterface()
{
var harness = new StringHarness();
var proxy = ActionProx... |
guiColor gTextColor;
guiColor gFgColor;
guiColor gBgColor;
guiColor gOutlineColor;
bool initialColorsLoaded = false;
guiBaseObject::guiBaseObject(){
readOnly = false;
bShowText = true;
locked = false;
bRemoveFromLayout = false;
dataType = SG_TYPE_FLOAT;
numDecimalPlaces = 2;
storedTextWidth = ... |
A online questionnaire survey website,using Node+React.js
|
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Launchpad - Nau Studio</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-ic... |
layout: post
title: Indian trying to fist
titleinfo: pornvd
desc: Watch Indian trying to fist. Pornhub is the ultimate xxx porn and sex site.
---
<iframe src="http://www.pornhub.com/embed/1683212798" frameborder="0" width="630" height="338" scrolling="no"></iframe>
<h2>Indian trying to fist</h2>
<h3>Watch Indian tryin... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
package edu.banda.coel.business.evo;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import com.banda.chemistry.business.*;
import com.banda.chemistry.business.factory.AcCompartmentFactory;
import com.banda.chemistry.busin... |
package lombok.eclipse.handlers;
import static lombok.core.handlers.HandlerUtil.handleFlagUsage;
import static lombok.eclipse.Eclipse.fromQualifiedName;
import static lombok.eclipse.handlers.EclipseHandlerUtil.*;
import java.lang.reflect.Modifier;
import java.util.Arrays;
import java.util.List;
import org.eclipse.j... |
<!--
Safe sample
input : Uses popen to read the file /tmp/tainted.txt using cat command
Uses a special_chars_filter via filter_var function
File : use of untrusted data in a div tag
-->
<!--Copyright 2015 Bertrand STIVALET
Permission is hereby granted, without written agreement or royalty fee, to
use, copy, modify... |
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
... |
<node>
<interface name="org.bluez.LEAdvertisement1">
<method name="Release">
</method>
<property name="Type" type="s" access="read"/>
<property name="ServiceUUIDs" type="as" access="read"/>
<property name="ManufacturerData" type="a{qv}" access="read"/>
<property name="SolicitUUIDs" type="as" access="read"... |
<?php
require_once('class/user.php');
$user = new USER();
if ($_SERVER['REQUEST_METHOD'] == 'POST'){
session_start();
if ($user->verifiToken() == true){
$stmt = $user->runQuery("select id, id_uzytkownik, image, date_create, hash, name from Image where id_uzytkownik=:id");
$stmt->bind... |
using UnityEngine;
using System.Collections;
public class BookOfBasics : BookFinished {
public Animator Door;
public override void Finished()
{
Door.SetBool("Open", true);
}
}
|
#ifndef SISR_FILTER_H
#define SISR_FILTER_H
#include <Eigen/Dense> //linear algebra stuff
#include "mn_resampler.h"
/** typedef for linear algebra stuff */
typedef Eigen::Matrix< double, Eigen::Dynamic, 1 > Vec;
/** typedef for linear algebra stuff */
typedef Eigen::Matrix< double, Eigen::Dynamic, Eigen... |
package controller
import (
"encoding/binary"
"encoding/json"
"fmt"
"hash/fnv"
"sync"
"sync/atomic"
"time"
"k8s.io/api/core/v1"
extensions "k8s.io/api/extensions/v1beta1"
"k8s.io/apimachinery/pkg/api/meta"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/apimachine... |
using System;
using System.Xml;
using System.Drawing.Drawing2D;
using System.Diagnostics;
namespace SharpVectors.Dom.Svg
{
public delegate void InvalidateEventHandler(Object sender, EventArgs e);
/// <summary>
/// The SVGCircleElement interface corresponds to the 'rect' element.
/// </summary>
/// <developer... |
from __future__ import division, absolute_import, print_function
import os
import sys
import types
import re
from numpy.core.numerictypes import issubclass_, issubsctype, issubdtype
from numpy.core import product, ndarray, ufunc
__all__ = [
'issubclass_', 'issubsctype', 'issubdtype', 'deprecate',
'deprecate_... |
local props={rx=25,ry=25,DX=100,DY=100,STYLE="fill:none;",TYPE="rect",SHAPE="-",SMOOTH=false}
set_tree_props=function(P)
for k,v in pairs(P) do
props[k]=v
end
return props
end
local push=table.insert
local labels2tr
labels2tr=function(labels,nodes,level) -- prepare tree nodes and store them in `nodes'
level=le... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.data.cosmos.internal;
/**
* Used internally. The user agent object, which is used to track the version of the Java SDK of the Azure Cosmos DB database service.
*/
public class UserAgentContainer {
... |
/*!
* Vue.js v2.4.2
* (c) 2014-2017 Evan You
* Released under the MIT License.
*/
(function(global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global.Vue = factory());
}(th... |
<?php
/**
* Created by PhpStorm.
* User: Kurma Sufi
* Date: 8/20/2017
* Time: 18:46
*/
defined('BASEPATH') OR exit('No direct script access allowed');
class Halaman extends CI_Controller
{
public $data = array(
'main_view' => 'dashboard/login',
'judul_lengkap' => 'Login Administrator',
... |
BXeepic Package
===============
LaTeX: Reimplementation of epic/eepic features using pict2e engine
The eepic package (authored by Conrad Kwok) is one of packages to
provide small-size extention to the picture environment of LaTeX
(and epic package) and employs the tpic drawing feature of DVI-wares.
Back in 1990--2000... |
/***********************************
This is the Adafruit GPS library - the ultimate GPS library
for the ultimate GPS module!
Tested and works great with the Adafruit Ultimate GPS module
using MTK33x9 chipset
------> http://www.adafruit.com/products/746
Pick one up today at the Adafruit electronics shop
and help s... |
package com.palantir.curatortestrule;
import java.util.Map;
import javax.annotation.CheckForNull;
import org.apache.zookeeper.server.ServerCnxnFactory;
import org.junit.runners.model.Statement;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.google.common.base.Preconditions;
import com.google.... |
from os import path
import sys
import wordcloud
from twython import Twython, TwythonError
import glob
import os as globby
APP_KEY="5D2qAHz3RbrR5xHxgg9nQ"
APP_SECRET="0zg8HTnA4ibhXV4M4i4rJUNy5xdaA0DwVk35atY8o"
OAUTH_TOKEN="2303879557-cQmezLl1sFxOZiEVjLgrERce5ybcB2P1c1qc8q4"
OAUTH_TOKEN_SECRET="ejk5YJBgOtUeMUtMwd9X0opnK... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
null
### Remarks
null |
using Twilio.TwiML;
class Example
{
static void Main()
{
var response = new VoiceResponse();
var dial = new Dial();
dial.Sip("sip:kate@example.com", username: "admin", password: "1234");
response.Dial(dial);
System.Console.WriteLine(response.ToString());
}
}
|
namespace gl
{
class Context;
class TextureManager;
}
namespace rx
{
class DisplayImpl;
}
namespace egl
{
class Device;
class Image;
class Surface;
class Stream;
class Thread;
using SurfaceSet = std::set<Surface *>;
struct DisplayState final : private angle::NonCopyable
{
SurfaceSet surfaceSet;
};
// Constant ... |
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Audio;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.GamerServices;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
using Microsoft.Xna.Fram... |
#ifndef POLY_ATOMIC_H_
#define POLY_ATOMIC_H_
#include <cstdint>
#include "poly/config.h"
#include "poly/platform.h"
#if XE_LIKE_OSX
#include <libkern/OSAtomic.h>
#endif // XE_LIKE_OSX
namespace poly {
// These functions are modeled off of the Apple OSAtomic routines
// http://developer.apple.com/library/mac/#d... |
package processing.app.packages;
import java.io.File;
import java.util.Arrays;
import java.util.List;
public class LegacyUserLibrary extends UserLibrary {
private String name;
public static LegacyUserLibrary create(File libFolder) {
// construct an old style library
LegacyUserLibrary res = new LegacyUs... |
#ifndef BABYLON_ENGINES_ABSTRACT_SCENE_H
#define BABYLON_ENGINES_ABSTRACT_SCENE_H
#include <functional>
#include <memory>
#include <nlohmann/json_fwd.hpp>
#include <optional>
#include <unordered_map>
#include <babylon/babylon_api.h>
#include <babylon/babylon_common.h>
#include <babylon/babylon_fwd.h>
using json = n... |
(function () {
'use strict';
Nongo.Models.Collection = Backbone.Model.extend({
idAttribute: 'name',
initialize: function (attr, options) {
this.databaseName = options.databaseName || options.collection.databaseName;
this.urlRoot = '/api/db/' + this.databaseName + '/coll... |