answer stringlengths 15 1.25M |
|---|
package com.fteams.siftrain.entities;
import com.fteams.siftrain.util.SongUtils;
public class SimpleNotesInfo implements Comparable<SimpleNotesInfo>{
public Double timing_sec;
public Integer effect;
public Double effect_value;
public Integer position;
@Override
public int compareTo(SimpleNotesIn... |
<!DOCTYPE html><html lang="en-us" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Source Themes Academic 4.8.0">
<meta name="author" content="Usman Akhtar">
<meta name="... |
const app = require('../server');
const readline = require('readline');
const {
User,
Role,
RoleMapping,
} = app.models;
const rl = readline.createInterface({
input: process.stdin,
output: process.stdout,
});
Role.findOne({ where: { name: 'admin' } })
.then((role) => {
if (!role) {
console.log('No admin... |
$stream = file_get_contents('USDMOPLAST.txt');
$avgp = "8.03";
$high = "8.03";
$low = "8.03";
echo "&L=".$stream."&N=USDMOP&";
$temp = file_get_contents("USDMOPTEMP.txt", "r");
if ($stream != $temp ) {
$mhigh = ($avgp + $high)/2;
$mlow = ($avgp + $low)/2;
$llow = ($low - (($avgp - $low)/2));
$hhigh = ($high + (($high... |
<?php
namespace JeroenNoten\LaravelAdminLte\Menu;
use Illuminate\Support\Arr;
use JeroenNoten\LaravelAdminLte\Helpers\MenuItemHelper;
class Builder
{
protected const ADD_AFTER = 0;
protected const ADD_BEFORE = 1;
protected const ADD_INSIDE = 2;
/**
* The set of menu items.
*
* @var array
... |
<div class="splash-container">
<div class="splash">
<h1 class="splash-head">Welcome to Stubber.js</h1>
<p class="splash-subhead">
Stubber.js is a quick and simple stub data provider.
</p>
<p>
<a href="#started" class="pure-button pure-button-primary">Get Started</a>
</p>
</div>
</div... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LCOV - coverage.info - /usr/include/c++/4.8/bits/vector.tcc</title>
<link rel="stylesheet" type="text/css" href="../../../../../gcov.css">
</head>
<bod... |
<?php
namespace Bonsai\Mapper\Converter;
use \Bonsai\Module\Tools;
class LocalizeUrl implements Converter
{
public function convert($output)
{
return Tools::localizeURL($output);
}
} |
<!DOCTYPE html>
<html>
<head>
<title>F2E_0Bootstrap</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="keywords" content="F2E_0Bootstrap, , , CodeShurrik" />
<meta name="descr... |
package org.nww.core.data.filter;
import java.util.List;
/**
* A simple filter criteria implementation checking the existence of a string
* inside a list of strings. Does only match if the list contains a totally
* equal string like the context one.
*
* @author MGA
*/
public class <API key> implements FilterCrite... |
declare module "diagram-js/lib/features/global-connect/GlobalConnect" {
import EventBus from "diagram-js/lib/core/EventBus";
import { Base } from "diagram-js/lib/model";
import Canvas from "diagram-js/lib/core/Canvas";
import Dragging from "diagram-js/lib/features/dragging/Dragging";
export default class Glob... |
// ModeTwo.h
// <API key>
#pragma once
#include "ofMain.h"
#include "fft.h"
#include "FFTOctaveAnalyzer.h"
#include "ParticleOrbit.h"
#include "movingBackground.h"
class ModeTwo {
public:
void setup( vector<MovingBackground> &bkgListTwo );
void update(FFTOctaveAnalyzer _FFTanalyzer, ofVec3f _accel);
void ... |
#!/usr/bin/python
from modules.tools.termopi import termopi # class with dictionary data structure
# Threshold of cpu exhaustion
cpuUsageThreshold= 50
cpuLoadThreshold= 3
termo= termopi()
termo.prt_pi_resources()
termo.<API key>()
#termo.<API key>(cpuUsageThreshold) |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (1.8.0_152) on Fri Mar 30 13:31:47 CEST 2018 -->
<title>CoeurAStockage</title>
<meta name="date" content="2018-03-30">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript"... |
Is paginated: {{ is_paginated }}
Items count: {{ len(objects_list) }}
{% for item in objects_list %}
{{ item }} <br />
{% end %}
end.. |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Class: Layout</title>
<script src="scripts/prettify/prettify.js"></script>
<script src="scripts/prettify/lang-css.js"></script>
<script src="scripts/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.co... |
var dbm = require('db-migrate');
var type = dbm.dataType;
exports.up = function(db, callback) {
db.addColumn("troop_type", "production_cost", "int", callback);
};
exports.down = function(db, callback) {
}; |
The MIT License (MIT)
Copyright (c) 2015 Manuel Kasiske
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, pub... |
<?php
namespace Zephir\Optimizers\FunctionCall;
use function Zephir\add_slashes;
use Zephir\Call;
use Zephir\CompilationContext;
use Zephir\CompiledExpression;
use Zephir\Compiler;
use Zephir\Optimizers\OptimizerAbstract;
/**
* MemnstrOptimizer.
*
* Like 'strpos' but it returns a boolean value
*/
class MemstrOptimi... |
import { Inject, Injectable } from '@angular/core';
import { Http, Response } from '@angular/http';
import { Observable } from 'rxjs/Observable';
import 'rxjs/add/operator/map';
import 'rxjs/operator/mergeMap';
import 'rxjs/operator/switchMap';
import 'rxjs/add/operator/debounceTime';
@Injectable()
export class Sandbox... |
'use strict';
// you have to require the utils module and call adapter function
const utils = require('@iobroker/adapter-core'); // Get common adapter utils
const adapterName = require('./package.json').name.split('.').pop();
// include node-ssdp and <API key>
const {Client, Server} = require('node-ssdp');
const Subscr... |
.float-left { float: left; _display: inline; }
.float-right { float: right; _display: inline; }
.float-none { float: none; }
@media (--<API key>) {
.float-left-ns { float: left; _display: inline; }
.float-right-ns { float: right; _display: inline; }
.float-none-ns { float: none; }
}
@media (--breakpoint-medium) ... |
if(Bar.app("Início")) throw "Barra já existe!";
/*/LOADING BAR
$.get("http://hosts.medorc.org/xn--stio-vpa/json/bar.Home.json"),
function(data){
$('#header').bar({
toolbox: data,
callback: function(bar){
//(auto) load requested addon
(function(startHash){
... |
<!DOCTYPE html>
<html>
<head>
<title>zlib~Examples documentation</title>
<link rel="stylesheet" type="text/css" href="../../../../index.css" />
<link rel="stylesheet" type="text/css" href="../../../../highlight.css" />
<script type="text/javascript" src="../../../../index.js"></script>
</head>
<body cla... |
System.config({
baseURL: "/",
defaultJSExtensions: true,
transpiler: "babel",
babelOptions: {
"optional": [
"runtime"
],
"stage": 1
},
paths: { |
\author AMD Developer Tools Team
\file
#ifndef <API key>
#define <API key>
#include "aclDefs.h"
#include <stdint.h>
#include <stddef.h>
// Typedefs that always point to the most recent versions of the objects.
typedef struct <API key> aclArgData;
typedef struct <API key> aclPrintfFmt;
typedef struct _acl_meta... |
Battletanks HTML5-Canvas Game
local play only, websockets-based multiplayer to come
Controls
| Key | Command |
|
|<kbd>↑</kbd> or <kbd>W</kbd> |Accelerate |
|<kbd>↓</kbd> or <kbd>S</kbd> ... |
<!DOCTYPE html/>
<html>
<head>
<link rel = "stylesheet" href = "style.css">
<title>Morgan Fogarty : Top Ten</title>
</head>
<body class="top-ten">
<div class="container">
<header>
<h1><a href="index.html">Morgan Fogarty</a></h1>
<h2>Choreographer and Web Developer in Training</h2>
</header>
... |
<?php
namespace PHPExiftool\Driver\Tag\HP;
use JMS\Serializer\Annotation\ExclusionPolicy;
use PHPExiftool\Driver\AbstractTag;
/**
* @ExclusionPolicy("all")
*/
class PreviewImage extends AbstractTag
{
protected $Id = 'PreviewImage';
protected $Name = 'PreviewImage';
protected $FullName = 'HP::Type2';
p... |
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Extended Editor Documentation</title>
<meta name="<API key>" content="#222c37" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/toc.js"></script>
... |
$(document).ready(function() {
$.getJSON('/backend/go/' + go_term['id'] + '/locus_details', function(data) {
create_go_table(data);
});
$.getJSON('/backend/go/' + go_term['id'] + '/ontology_graph', function(data) {
var cy = <API key>("cy", layout, graph_style, data, null, false, "goOntol... |
## Guidelines for Contributing
<a name="forkme"></a> Work on a personal fork
You should fork the FileTree repository into your own github account and do the development work there.
Issue a [pull request](http://help.github.com/send-pull-requests/) when you have things working.
<a name="branching"></a> Work on a dialect... |
# vim: set noet sw=4 ts=4 fileencoding=utf-8:
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the follow... |
title: ruby on rails
permalink: "ror/index.html"
layout: default
<Main class="">
<h1 class="std_hdg_color">Ruby on Rails</h1>
<p>This is a collection of posts related to Ruby on Rails and Ruby. When I changed from my previous IBM platform to the web paradigm and open source, I originally started with PHP but soon mo... |
package com.dreamteam.octodrive.model;
import com.parse.ParseObject;
public abstract class OctoObject {
protected String _objectId;
protected ParseObject _parseObject;
public ParseObject parseObject() {
return _parseObject;
}
public void setObjectId(String objectId) {
_objectId = obj... |
// app.js
/*jslint node: true */
'use strict';
var compression = require('compression');
var express = require('express');
var passport = require('passport');
var mongoose = require('mongoose');
var flash = require('connect-flash');
var morgan = require('morgan');
var cookieParser = require(... |
!function($) {
$(document).on("keydown", 'input[data-type="numeric"]', function (e)
{
var key = e.charCode || e.keyCode || 0;
// allow backspace, tab, delete, arrows, numbers and keypad numbers ONLY
return (
key == 8 ||
key == 9 ||
key == 46 ||
(key >= 37 && key <= 40) ||
(... |
package ca.ulaval.glo2004.Domain.Matrix;
import ca.ulaval.glo2004.Domain.StationExitPoint;
import java.io.Serializable;
public class <API key> implements Serializable{
public StationExitPoint exitPoint;
public double value;
public <API key>(StationExitPoint exitPoint, double value){
this.exitPoint =... |
// <auto-generated>
// :2.0.50727.3634
// </auto-generated>
namespace <API key>.Properties {
[global::System.Runtime.CompilerServices.<API key>()]
[global::System.CodeDom.Compiler.<API key>("Microsoft.VisualStudio.Editors.SettingsDesigner.<API key>", "9.0.0.0")]
internal sealed partial class Settings : ... |
import Chip from '../../components/Chip'
import { vueTest } from '../utils'
describe('Chip', () => {
let vm
before((done) => {
vm = vueTest(Chip)
vm.$nextTick(done)
})
it('renders with text', () => {
const el = vm.$('#chip')
el.should.contain.text('Basic chip')
el.should.not.have.class('mdl-... |
#!/usr/bin/ruby
# Script to immediately start playing a track in the media player.
$:.unshift File.dirname(__FILE__)+'/../lib'
require 'mpris'
raise "Usage: play_track.rb <filename>" unless (ARGV.size == 1)
mpris = MPRIS.new
mpris.tracklist.add_track( ARGV[0], true ) |
layout: 'welcome-layout'
title: "Camille Bissuel Free (as in Freedom) Comics & Illustrations"
changfreq: 'daily'
isPaged: true
pagedCollection: 'all_en'
pageSize: 12
priority: 1
I'm Camille Bissuel and I'm creating free (as in freedom) graphic novels and illustrations about climate change.
Sign-up to become one of my ... |
from . import packet
class Packet5(packet.Packet):
def __init__(self, player, slot):
super(Packet5, self).__init__(0x5)
self.add_data(player.playerID)
self.add_data(slot)
self.add_structured_data("<h", 0) # Stack
self.add_data(0) # Prefix
self.add_structured_data("<... |
import { hashHistory } from 'react-router'
import { auth } from 'lib/firebase'
export const redirect = path => hashHistory.push(path)
export const signInWithGoogle = () => {
const provider = new auth.GoogleAuthProvider()
provider.addScope('https:
return auth().signInWithPopup(provider)
}
export const signInWithFa... |
var request = require('supertest');
var should = require('should');
var express = require('express');
var expressRouter = require('../index.js');
var mockPath = 'mock.js';
describe('register routes', function(){
var app;
before(function(){
app = express();
expressRouter.sync(app, mockPath);
... |
require "linear-regression"
require "test/unit"
module Regression
class BaseTests < Test::Unit::TestCase
def setup
@base = Base.new
@xs = [150, 160, 170, 180, 190, 200, 190, 180, 170, 160]
@ys = [51, 63, 68, 79, 90, 97, 88, 50, 63, 60]
end
def <API key>
assert_raise RuntimeError do... |
#include "Chapter7.h"
#include "Interactable.h"
bool IInteractable::<API key>()
{
return true;
}
void IInteractable::<API key>()
{
} |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('managers', '<API key>'),
]
operations = [
migrations.AlterField(
model_name='managerprofile',
name='pictu... |
<?php
use wv\BabelCache\Adapter\WinCache;
class <API key> extends Adapter_BaseTest {
protected function getAdapter() {
$factory = new TestFactory('fsadapter');
if (!WinCache::isAvailable($factory)) {
$this->markTestSkipped('WinCache is not available.');
}
$adapter = $fact... |
const helpers = require('./helpers');
const webpackMerge = require('webpack-merge'); // used to merge webpack configs
const commonConfig = require('./webpack.common.js'); // the settings that are common to prod and dev
/**
* Webpack Plugins
*/
const DefinePlugin = require('webpack/lib/DefinePlugin');
const ExtractTex... |
package junit.util;
import static org.hamcrest.CoreMatchers.*;
import static org.junit.Assert.*;
/**
* JUnit4assertThat<br>
* isimportBoxing<br>
* assertThat
*
* @author cobot00
*/
public final class AssertWrapper {
private AssertWrapper() {
}
public static void assertThatWrapper(int actual, int expec... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>quickchick: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.cs... |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Friends</title>
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="../bootstrap-3.3.7-dist/css/bootstrap.css">
<link rel="stylesheet" href="../bootstrap-3.3.7-dist/css/font-awesome.css">
<link rel="s... |
from distutils.core import setup
version = '1.1.1'
setup(name='CacheGenerator',
version=version,
description="CacheGenerator for Django",
author="Ricardo Santos",
author_email="ricardo@getgears.com",
url="http://github.com/ricardovice/CacheGenerator/",
packages = ['cachegenerator']
... |
package log
import (
"io"
"github.com/sirupsen/logrus"
)
type Fields logrus.Fields
type Level uint8
var DebugLevel = Level(logrus.DebugLevel)
var InfoLevel = Level(logrus.InfoLevel)
var WarnLevel = Level(logrus.WarnLevel)
var ErrorLevel = Level(logrus.ErrorLevel)
var logger = logrus.New()
func SetOutput(w io.Wr... |
jest.mock('send')
import { GraphQLSchema, GraphQLObjectType, GraphQLString } from 'graphql'
import { $$pgClient } from '../../../postgres/inventory/pgClientFromContext'
import <API key>, { graphiqlDirectory } from '../<API key>'
const path = require('path')
const http = require('http')
const request = require('supertes... |
(<a href="http://blog.hatena.ne.jp/emanon001/">id:emanon001</a>)
> 115
1151151
n min.(n)
81 min. |
<?php
Route::pattern('id', '[0-9]+');
Route::get('/', [
'as' => 'escritorio',
'uses' => '<API key>@inicio',
'before' => 'esUsuario',
]);
Route::group(['prefix' => '/', 'namespace' => 'Autenticacion'], function() {
Route::any('/acceder', [
'as' => 'autenticar',
'uses' => 'Usua... |
# Jekyll variables
layout: subject
permalink: /subjects/<API key>
# Specific subject values
uuid: <API key>
broader:
- prefLabel: Arbejdsliv
uuid: <API key>
- prefLabel: Organisation af arbejdet
uuid: <API key>
conceptType: term
created: '2016-11-10T07:56:37.256046'
prefLabel: Ferie og orlov
status: proposed
update... |
title: '[Xamarin.Forms] CurrentActivity PluginXamarin.Android Activity'
categories: Xamarin Xamarin.forms plugin
Xamarin FormsAndroidActivityCurrentActivityPluginMediaPluginAndroid[Access the Current Android Activity from Anywhere](https:
1. CurrentActivity Plugin
Xamarin.AndroidManage Nuget PackagesPlugin.CurrentActiv... |
/* eslint no-console: warn */
const _ = require('lodash');
const { processScore } = require('../helpers/game.js');
const getRandomQuiz = require('../../app/helpers/quizRandomizer.js');
module.exports = function socketHandler(io) {
const players = [];
const game = io.of('/game');
game.on('connect', function (socke... |
Shows how sublevels work in leveldb and how easy it is to test leveldb code.
## Installation
git clone https://github.com/thlorenz/level-sublevel-demo.git
## Following along
List all steps via: `git log --oneline --decorate`
Then check out a step that interests you via: `git checkout <tagname>`, i.e. `git checkout ... |
'use strict';
import Component from './component';
import VolumeAttachment from './volume-attachment';
import Port from './port';
import {isString} from './util';
const Server = function (properties) {
if (!(this instanceof Server)) {
return new Server(properties);
}
Component.call(this, {
ports: [],
... |
package com.jgdodson.rosalind
import utils.Utils
object Cons {
def main(args: Array[String]): Unit = {
val pairs = Utils.readFastaFile(args(0))
val strings = pairs.map(_._2)
val profile = makeProfile(strings)
println(makeConsensus(profile))
println(formatProfile(profile))
}
def makeProfile(str... |
html{
height:100%;
}
body {
min-width: 357px;
max-width: 457px;
height: 100%;
font-family: helvetica, 'Segoe UI', 'Open Sans', Arial, sans-serif;
background-image: url("/inPersoned_pink.png");
background-repeat: no-repeat;
background-size: 130px;
background-position: 8px 20px;
}
.headcontainer {
}
.h... |
<?php
namespace ShopwarePlugins\Connect\Components\ShippingCosts;
use Shopware\Connect\ShippingCosts\Rule;
use Shopware\Connect\ShippingCosts\Rules;
use Shopware\Connect\ShippingCosts\RulesVisitor;
use ShopwarePlugins\Connect\Components\Translations\<API key>;
class <API key> extends RulesVisitor
{
/**
* @var ... |
package com.target.control;
import javax.persistence.EntityManager;
import javax.persistence.<API key>;
import javax.persistence.Persistence;
public class JpaUtil {
private static EntityManager em;
private static <API key> factory;
static {
try {
factory = Persistence.<API key>("jpa");
... |
package com.crescentflare.appconfig.helper;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Color;
import android.os.Build;
import android.util.TypedValue;
/**
* Library helper: resource access
* A helper library to access app resources for skinning the user interface
*... |
using System.Linq;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace UrbanSketchers.Pages
{
<summary>
the root page
</summary>
[XamlCompilation(<API key>.Compile)]
public partial class RootPage
{
private bool _isFirst = true;
<summary>
Initializes a new instance of... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Qwack.Core.Basic;
using Qwack.Core.Curves;
using Qwack.Core.Models;
namespace Qwack.Models.Risk.Mutators
{
public class CurveShiftMutator
{
public static IAssetFxModel <API key>(string assetId, double[] shiftSize... |
define([
'./src/vertebrae'
], function(Vertebrae) {
return Vertebrae;
}); |
-- Workaround to avoid admin tools such as myplacesimport to be added to this view (TYPE = DEFAULT -> SYSTEM)
UPDATE portti_view set
type = 'SYSTEM', is_default=false
WHERE name = 'ELF view' and page='elf_guest' and application='elf_guest'; |
\author AMD Developer Tools Team
\file <API key>.cpp
#include <<API key>/Include/acQtIncludes.h>
// Infra:
#include <AMDTBaseTools/Include/gtAssert.h>
#include <AMDTBaseTools/Include/gtPtrVector.h>
#include <AMDTAPIClasses/Include/<API key>.h>
#include <AMDTAPIClasses/Include/<API key>.h>
#include <AMDTAPIClasses/Inclu... |
import readPkg = require('read-pkg')
import {installPkgs} from 'supi'
import tape = require('tape')
import promisifyTape from 'tape-promise'
import {
addDistTag,
prepare,
testDefaults,
} from '../utils'
const test = promisifyTape(tape)
test('save to package.json (rimraf@2.5.1)', async (t) => {
const project = p... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.ApplicationModel;
using Windows.ApplicationModel.Activation;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xaml... |
using Microsoft.Xna.Framework;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Spectrum.Framework.Entities;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Spectrum.Framework.Content
{
public class InitDataParser... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>News - Summary Extraction</title>
<link rel="stylesheet" href="css/bootstrap.css">
... |
"""Shared pytest fixtures and test data."""
import copy
import uuid
import pytest
from django.contrib.auth import get_user_model
from onfido.models import Applicant, Check, Event, Report
APPLICANT_ID = str(uuid.uuid4())
CHECK_ID = str(uuid.uuid4())
IDENTITY_REPORT_ID = str(uuid.uuid4())
DOCUMENT_REPORT_ID = str(uuid.uu... |
<?php
namespace pizza\SiteBundle\DependencyInjection;
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
use Symfony\Component\Config\Definition\<API key>;
class Configuration implements <API key>
{
/**
* {@inheritdoc}
*/
public function <API key>()
{
$treeBuilder = new TreeBuild... |
<?php
namespace PHPExiftool\Driver\Tag\Lytro;
use JMS\Serializer\Annotation\ExclusionPolicy;
use PHPExiftool\Driver\AbstractTag;
/**
* @ExclusionPolicy("all")
*/
class AccelerometerY extends AbstractTag
{
protected $Id = '<API key>';
protected $Name = 'AccelerometerY';
protected $FullName = 'Lytro::Main';... |
// BNRItem.h
// C2_RandomItems
#import <Foundation/Foundation.h>
@interface BNRItem : NSObject
// NSString *_itemName;
// NSString *_serialNumber;
// int _valueInDollars;
// NSDate *_dateCreated;
+(instancetype)randomItem;
//BNRItem
-(instancetype)initWithItemName:(NSString *)name
valueIn... |
#!/usr/bin/env python3
# JN 2015-07-29
"""
Log file parser for Cheetah by Johannes Niediek
This script reads out the reference settings
by sequentially following all crs, rbs, and gbd commands.
Please keep in mind that the following scenario is possible with Cheetah:
Start the recording
Stop the recording
Change the re... |
layout: post
title: Mature british lingerie slut fucks workingman
titleinfo: pornvd
desc: Watch Mature british lingerie slut fucks workingman. Pornhub is the ultimate xxx porn and sex site.
<iframe src="http:
<h2>Mature british lingerie slut fucks workingman</h2>
<h3>Watch Mature british lingerie slut fucks workingman.... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_13) on Tue Apr 16 14:41:04 BST 2013 -->
<title>Uses of Class logic.Event</title>
<meta name="date" content="2013-04-16">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
</head>
<b... |
<?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateEscuelasTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('escuelas', funct... |
# Simple plotter for Gut books.
# All this does is draw a sqare for every stat in the input
# and color it based on the score.
# Another fine example of how Viz lies to you. You will
# need to fudge the range by adjusting the clipping.
import numpy as np
import matplotlib.pyplot as plt
import sys as sys
if len(sys.argv... |
using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.Globalization;
using System.Linq;
using System.Reactive;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using WalletWasabi.Blockchain.TransactionOutputs;
using WalletWasabi.CoinJoin.Client.Rounds;
using WalletWasabi.CoinJoin.Commo... |
-- IMPORTANT NOTE: When making updates to this schema, please increment the version number!
CREATE VIEW [dbo].[LocalSchemaVersion] AS
SELECT 3 AS VersionNumber
GO
CREATE TABLE DataAvailability(
ID INT IDENTITY(1,1) NOT NULL PRIMARY KEY,
GoodAvailableData FLOAT NOT NULL,
BadAvailableData FLOAT NOT NULL,
... |
FROM ubuntu:14.04
MAINTAINER santoshsahoo
RUN apt-get update -qq
RUN apt-get dist-upgrade -yqq
RUN apt-get install haproxy -yqq |
/*Problem 13. Solve tasks
Write a program that can solve these tasks:
Reverses the digits of a number
Calculates the average of a sequence of integers
Solves a linear equation a * x + b = 0
Create appropriate methods.
Provide a simple text-based menu for the user to choose which task to solve.
Validate the input data:
... |
# AirDroidJS
AirDroid JS is an NodeJS module that provides a wrapper to some of the AirDroid Core API functionality for you to incorporate into your very own app.
Version
0.1.0
Installation
I have not pushed this to npm yet so you need to manually set this up.
sh
$ git clone https://github.com/donaldej/adjs.git
$ cd ad... |
import Ember from 'ember';
import StatefulMixin from './mixins/stateful';
export default Ember.Object.extend(StatefulMixin); |
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import {
Animated,
Easing,
View,
} from 'react-native';
const <API key> = 0.3;
const <API key> = <API key> / (1 + <API key>);
export default class ProgressBar extends Component {
static propTypes = {
animated: PropTypes.bool,
... |
-- phpMyAdmin SQL Dump
-- version 4.5.1
-- http:
-- Host: 127.0.0.1
-- Generation Time: Mar 16, 2017 at 09:48 AM
SET SQL_MODE = "<API key>";
SET time_zone = "+00:00";
/*!40101 SET @<API key>=@@<API key> */;
/*!40101 SET @<API key>=@@<API key> */;
/*!40101 SET @<API key>=@@<API key> */;
/*!40101 SET NAMES utf8mb4 */;
--... |
import './accounts-config.js';
import './i18n.js';
import './routes.js';
import '../../ui/iso3d/<API key>.min.js'; |
package gr.iti.openzoo.pojos;
/**
*
* @author Michalis Lazaridis <michalis.lazaridis@iti.gr>
*/
public class Triple<L,M,R> {
private final L left;
private final M middle;
private final R right;
public Triple(L left, M middle, R right) {
this.left = left;
this.middle = middle;
this.right = right;
... |
#contact {
background-color: #2E3B4D;
color: #FFFFFF;
padding: 20vh 0; }
#contact h2 {
font-size: 1.1em;
font-weight: bold;
text-transform: uppercase; }
#contact p.excerpt {
font-size: 1.1em; }
#contact a, #contact a:hover {
color: #FFF; }
/*# sourceMappingURL=contact.css.map */ |
package us.myles.ViaVersion.protocols.protocol1_9to1_8;
import us.myles.ViaVersion.api.PacketWrapper;
import us.myles.ViaVersion.api.remapper.PacketHandler;
import us.myles.ViaVersion.api.type.Type;
import us.myles.ViaVersion.protocols.protocol1_9to1_8.storage.MovementTracker;
public class <API key> extends PacketHandl... |
.li {
width: 2.180em;
height: 2em;
text-align: center;
line-height: 2em;
border-radius: 1em;
background: dodgerblue;
margin: 0 1em;
display: inline-block;
color: black;
position: relative;
left:62.5px;
}
.li1::before{
content: '';
position: absolute;
top: .9em;
left:0em;
width: 4.5em;
... |
<?php
namespace PMocks\Loader;
class Exception extends \PMocks\Exception
{
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.