code
stringlengths
4
1.01M
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("va...
--- title: "Kitab Taurat" date: 05/12/2021 --- Raja Yosia dari Yehuda, yang menjadi raja di usia delapan tahun, memerintah selama 31 tahun (640 SM-609 SM) sebelum kematiannya di medan pertempuran. Pada tahun kedelapan belas pemerintahannya, sesuatu terjadi, yang, paling tidak dalam sementara waktu, mengubah sejarah um...
/// <reference path="../custom_typings/ambient.d.ts" /> import * as gulp from "gulp"; import * as runSequence from "run-sequence"; /* Build task for deployment */ gulp.task("build:prod", done => build(["typescript:prod", "sass", "html"], done)); /* Build task for dev environment */ gulp.task("build:dev", done => bui...
<?php /** * Created by PhpStorm. * User: tahaturk25 * Date: 29.8.2017 * Time: 21:55 */ namespace AppBundle\Repository; use AppBundle\Entity\Department; use Doctrine\ORM\EntityRepository; class DepartmentRepository extends EntityRepository { /** * @return Department[] */ public function findAl...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>example</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="/bower_components/components-bootstra...
body { background: #FFF; color: #1B1B1B; font-family: Verdana, Arial, Helvetica, sans-serif; } #container { margin: 0 auto; width: 800px; } #header { padding: 0.5em 0 0 0; margin: 0; text-align: center; border-bottom: 3px solid #000; } #content { padding: 0; margin: 0; } #footer { padding: 0; ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Sat Jan 30 13:02:53 EST 2016 --> <title>ec.algorithms.tabu.solution Class Hierarchy</title> <meta name="date" content="2016-01-3...
# Learning Tools: SSH This folder contains tools, resources, and environments that are intended to help build understanding of Secure Shell (SSH), a key component in many Linux/UNIX environments. ## Contents **ssh-bastion**: In this folder is a Vagrant environment, leveraging multiple VMs, that allow you to work wit...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _2.Rotate_and_Sum { class Program { static void Main(string[] args) { var array = Console.ReadLine().Split(' ').Select(int.Parse).ToArray(); var...
#include "benchmark/benchmark.h" #include "c4/log.hpp" #include "c4/allocator.hpp" #include "../list_types.hpp" namespace bm = benchmark; namespace c4 { template< class List > void BM_ListPushBack(bm::State& st) { List li; using T = typename List::value_type; T v{}; size_t count = 0; while(st.Ke...
# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.13 # Relative path conversion top directories. set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/brendanbusey/Desktop/Github/InterviewPreparation/LeetCode/Easy/BackspaceStringCompare") set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/br...
class Dorsale::BillingMachine::PdfFileGenerator < Dorsale::Service attr_reader :document def initialize(document) @document = document # I have no idea why I need to do that, # if I don't do that, CarrierWare do not stores the file. # The reload() method don't work either. # The problem appear...
node-website-template ===================== Bare-bones NodeJS MVC website with Express, Swagger, Angular, RequireJS, Handlebars, Mocha. License ======= The MIT License (MIT) Copyright (c) 2014 Boyan Rabchev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated...
using System; using Xamarin.Forms; namespace NControl.Controls { /// <summary> /// Font material design label. /// </summary> public class FontMaterialDesignLabel: Label { /// <summary> /// The name of the font. /// </summary> public const string FontName = "Material Design Icons"; /// <summary> ///...
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("00...
var game = new Phaser.Game(375, 667, Phaser.AUTO, 'gameDiv'); // var game = new Phaser.Game(720, 1280, Phaser.AUTO, 'gameDiv'); game.global = { taps: 0, enemyHP: 0, enemyHPTotal: 0, level: 1, enemyNumber: 1, coins: 0, player: { name: 'mr. hero', level: 1, skillLevel: [0, 0, 0, 0, 0, 0] } };...
package Wallet import scala.reflect.BeanProperty import org.joda.time._ import org.hibernate.validator.constraints.NotEmpty import org.apache.commons.lang3.time.DateFormatUtils class BankAcc { @BeanProperty @NotEmpty var ba_id : String = _ @BeanProperty var account_name : String = _ @Bean...
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>CommentNode | parse5</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/...
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> <TITLE>Data step with merge - by (10-Dec-1999)</TITLE> <!-- Created by: Lars Vilhuber, 10-Dec-1999 --> <!-- Changed by: Lars Vilhuber, 10-Dec-1999 --> </HEAD> <body bgcolor="#FFFFFF"> <H1>Data step with merge - by</H1> The resu...
/***************************************************************************************** * * * OpenSpace * * ...
//using Microsoft.CodeAnalysis; //using Microsoft.CodeAnalysis.Diagnostics; //using System.Collections.Immutable; //namespace RefactoringEssentials.CSharp.Diagnostics //{ // [DiagnosticAnalyzer(LanguageNames.CSharp)] // [NotPortedYet] // public class ReferenceEqualsWithValueTypeAnalyzer : DiagnosticAnalyzer /...
/** * Default model configuration * (sails.config.models) * * Unless you override them, the following properties will be included * in each of your models. * * For more info on Sails models, see: * http://sailsjs.org/#!/documentation/concepts/ORM */ module.exports.models = { /******************************...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>propcalc: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
'use strict'; const mongoose = require('mongoose-q')(require('mongoose')); const League = mongoose.model('League'); function LeagueHandler (leagueService) { this.service = leagueService; } LeagueHandler.prototype.getLeaguesByCountry = function(req, res, next) { return this.service.getByCountry(req.params.cou...
<?php /** * */ namespace Mvc5\Route\Match; use Mvc5\Arg; use Mvc5\Http\Request; use Mvc5\Route\Route; use function array_merge; class Merge { /** * @param Route $route * @param Route $parent * @param array $config * @return Route */ protected function merge(Route $route, Route $pa...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using ProgramTree; namespace SimpleLang.Visitors { public class CommonlyUsedVarVisitor : AutoVisitor { public string mostCommonlyUsedVar() { throw new NotImplementedException(); } } }
using System; namespace Zergatul.Security.Paddings { class PKCS7Padding : SymmetricPadding { public override byte[] GetPadding(int position, int blockSize) { if (position < 0 || position >= blockSize) throw new InvalidOperationException(); byte[] paddin...
namespace TraktApiSharp.Objects.Post.Syncs.Collection.Responses.Json.Writer { using Newtonsoft.Json; using Objects.Json; using Syncs.Responses.Json.Writer; using System; using System.Threading; using System.Threading.Tasks; internal class SyncCollectionRemovePostResponseObjectJsonWriter : ...
// // PlayingCard.h // Matchismo // // Created by Horia Jurcut on 02/07/16. // Copyright © 2016 Horia Jurcut. All rights reserved. // #import <Foundation/Foundation.h> #import "Card.h" @interface PlayingCard : Card @property (strong, nonatomic) NSString *suit; @property (nonatomic) NSUInteger rank; + (NSArray *...
app.controller('JoinGameController', function ($scope, $location, authorization, identity, ticTacToeData, notifier) { 'use strict'; $scope.joinGame = function (gameId) { if (identity.isAuthenticated() === true) { ticTacToeData.joinGame(authorization.getAuthorizationHeader(), gameId) ...
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("Ci...
-- ATIVIDADE 12.06.13 -- Desc: implementação dos XML SCHEMAS no SGDB. -- Autor: Lucas Oliveira David 407917 -- SGDB designado: DB2 -- INICIO DO BLOCO DE INICIALIZACAO DA BASE DE DADOS -- Retire o comentario da linha 12 apos a primeira execucao DROP DATABASE casaxml; CREATE DATABASE casaxml USING CODESET UTF-8 TERR...
# Inspired from VecEnv from OpenAI Baselines class VecEnv(object): """ An abstract asynchronous, vectorized environment. """ def __init__(self, num_envs, observation_space, action_space): self.num_envs = num_envs self.observation_space = observation_space self.action_space = act...
# php-travelport-air-api PHP library for Travelport's Air Universal API Currently this is a work in progress.
/* The MIT License (MIT) * * Copyright (c) 2015 Reinventing Geospatial, Inc. * * 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 righ...
import http from 'node:http'; import {expectType} from 'tsd'; import decompressResponse, {UncompressedIncomingMessage} from './index.js'; http.get('localhost', response => { expectType<UncompressedIncomingMessage>(decompressResponse(response)); });
// Copyright (c) 2011-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include "config/bitcoin-config.h" #endif #include "addressbookpage.h" #include "ui_addressbookpa...
# Be sure to restart your server when you modify this file. GenieacsGui::Application.config.session_store :cookie_store, key: '_genieacs-gui_session'
# MITH Research Explorer Data A WordPress plugin for exporting MITH's Research Projects as JSON for use in the [MITH Research Explorer]. You will want to clone this GitHub repository into your WordPress `wp-content/mu-plugins` directory, and then visit: * https://mith.umd.edu/wp-content/mu-plugins/mith-research-ex...
<!DOCTYPE html> <html lang="zh-CN,en,default"> <!-- Head tag --> <head><meta name="generator" content="Hexo 3.9.0"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!--Description--> <meta n...
module FlipTheSwitch class Environment < Struct.new(:name, :features, :parent_name) def initialize(name, features = [], parent_name = nil) super(name, features, parent_name) end def has_parent? parent_name end end end
/****************************************************************************** * FILE: mpi_latency.c * DESCRIPTION: * MPI Latency Timing Program - C Version * In this example code, a MPI communication timing test is performed. * MPI task 0 will send "reps" number of 1 byte messages to MPI task 1, * waiting for...
<!DOCTYPE html> <html lang="pt-br"> <head> <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="description" content="MVC com CodeIgniter 3 e Bootstrap 3"> <meta name="author" content="Marcelo ...
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
<?php use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateReportsTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('reports', function($table) { $table->increments('id'); $table->integer('...
#include <iostream> using namespace std; main(){ char palavra[] = "."; cin.getline(palavra, 10, '\n'); // irá ler apenas 10 caracteres e vai ser delimitado até encontrar a quebra de linha cout << endl << palavra << endl; }
'use strict'; function Level(args) { if(!(this instanceof Level)) return new Level(args); this.context = args.context; this.player = args.player; this.gameplayObjects = args.gameplayObjects; this.outcomeListeners = []; this.finalMessageListeners = []; this.respawnInfoListeners = []; this.victoryMe...
EGA2RGB = [ (0x00, 0x00, 0x00), (0x00, 0x00, 0xAA), (0x00, 0xAA, 0x00), (0x00, 0xAA, 0xAA), (0xAA, 0x00, 0x00), (0xAA, 0x00, 0xAA), (0xAA, 0x55, 0x00), (0xAA, 0xAA, 0xAA), (0x55, 0x55, 0x55), (0x55, 0x55, 0xFF), (0x55, 0xFF, 0x55), (0x55, 0xFF, 0xFF), (0xFF, 0x55, 0x5...
from django.apps import AppConfig class BallerShotCallerConfig(AppConfig): name = 'baller_shot_caller'
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die mit einer Assembly verknüpft sind. [assembly: A...
#!/bin/bash dotnet restore dotnet publish -c Release -o out docker build -t docker-101:final -f ./Dockerfile.prod .
/* * defs.h * * Created on: Jul 4, 2016 * Author: kosmaz */ #ifndef DEFS_H_ #define DEFS_H_ #include <stdlib.h> #include <string.h> #include <stdint.h> #include "lcd.h" //#define TEST #define F_CPU 12000000UL //External clock frequency 12 MHz #define HIGH 0x01 //8 bit value for 1 #define LOW 0x00 //8 bit ...
package me.rbrickis.mojo.utils; public final class PrimitiveUtils { public static Object toPrimitiveNumber(Number number) { if (number instanceof Byte) { return number.byteValue(); } else if (number instanceof Long) { return number.longValue(); } else if (number ins...
package com.gpshub.api; import android.util.Log; import com.gpshub.utils.Preferences; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.NameValuePair; import org.apache.http.client.HttpClient; import org.apache.http.client.methods.HttpGet; import org.apache.http.client.ut...
{% extends "layout.html" %} {% block body %} <div id="login" class="dialog"> <h2>Login</h2> {% if error %}<p class=error><strong>Error:</strong>{{ error }}</p>{% endif %} <form action="{{ url_for('login') }}" method=post> <p> <label for=email>Email:</label><br> <input type=email id=email name=...
/****************************************************************************** Copyright (c) 2014 Gorka Suárez García 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, incl...
# frozen_string_literal: true require "spec_helper" describe "Get type information" do context "when etag not set" do before { VCR.insert_cassette "esi/universe/types/192" } after { VCR.eject_cassette } let(:options) { {id: 192, language: "en-us"} } subject { EveOnline::ESI::UniverseType.new(opti...
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; class CreateAbsensisTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('absensis', function(Blueprint $table) { $table->increments('id'); $tabl...
/* Simple DirectMedia Layer Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to u...
require("./18.js"); require("./37.js"); require("./74.js"); require("./147.js"); module.exports = 148;
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * Model class that wraps table submission * * This is the active record class wrapper for table 'submission' from the database. * * @package models * @author Ashar Fuadi <fushar@gmail.com> */ class Submission_manager extends AR_Mod...
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>Módulos para Angular JS</title> <meta name="description" content="" /> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initia...
package com.daeliin.components.persistence.resource.repository; import com.daeliin.components.core.pagination.Page; import com.daeliin.components.core.pagination.PageRequest; import com.querydsl.core.types.OrderSpecifier; import com.querydsl.core.types.Predicate; import com.querydsl.sql.RelationalPathBase; import com....
module Kiv7 module Authenticatable module_function def verify true end end end
<!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"> <meta name="description" content=""> <meta name="author" content=""> <title>Técnico em Automação Industrial<...
<!DOCTYPE html> <html> <meta charset='utf-8'> <head> <script src="../dialog-polyfill.js"></script> <meta name="viewport" content="width=device-width, user-scalable=no"> <link rel="stylesheet" type="text/css" href="../dialog-polyfill.css"> <style> dialog { width: 100px; } </style> </head> <body> <p>Test for modal dial...
<?php namespace Asmolding\Bundle\DependencyInjection; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\Config\FileLocator; use Symfony\Component\HttpKernel\DependencyInjection\Extension; use Symfony\Component\DependencyInjection\Loader; /** * This is the class that loads and manages...
var Leap = require("leapjs"); var keyboard = require('node_keyboard'); //Each var individually declared below so they refence different objects in memory. I.e work independantly. //These vars log when a particular action / gesture last ran. var last_fav = new Date().getTime(); var last_swipe = new Date().getTi...
package com.tempestasludi.java.p14_cssp.pcss.selectors; import static org.junit.Assert.*; import org.junit.Test; public class IdTest { @Test public void testId() { Id id = new Id("main"); assertEquals("main", id.getName()); } @Test public void testToString() { Id id = new Id("main"); assertEquals("#ma...
import 'leaflet'; import './main.scss'; import "reflect-metadata"; import "zone.js/dist/zone"; import "zone.js/dist/long-stack-trace-zone"; import { BrowserModule } from "@angular/platform-browser"; import { platformBrowserDynamic } from "@angular/platform-browser-dynamic"; import { Component, NgModule, ComponentRef, I...
import json from util import d import os __home = os.path.expanduser("~").replace('\\', '/') + "/PixelWeb/" BASE_SERVER_CONFIG = d({ "id":"server_config", "display": "server_config", "preconfig": False, "presets":[], "params": [{ "id": "exter...
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.example.billtracker; public final class R { public static final class attr { } public static final class dimen { ...
//****************************************************************************************************** // ZeroMQClient.h - Gbtc // // Copyright © 2015, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // the ...
<?php namespace App\Http\Controllers\API; use App\Http\Requests\API\PlaylistStoreRequest; use App\Models\Playlist; use Illuminate\Http\Request; class PlaylistController extends Controller { /** * Create a new playlist. * * @param PlaylistStoreRequest $request * * @return \Illuminate\Http...
--- layout: post title: "我在思考什么?" date: 2015-09-10 author: "GoTT" header-img: "img/post-bg-2015.jpg" category : 生活 tags: 生活 --- # 我在思考什么? 真有意思,我在思考什么?
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct template modable</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" ti...
class AzDefinition < OwnedActiveRecord belongs_to :az_base_project belongs_to :matrix, :class_name=>'AzDefinition', :foreign_key=>'copy_of' validates_presence_of :name validates_presence_of :definition include Statuses def validate validate_owner_id_common('definition', 'Project') end...
declare -ri EX_OSERR=71
# -*- coding: utf-8 -*- """ Created on Mon Sep 29 21:25:13 2014 @author: 27182_000 """ # A palindromic number reads the same both ways. The largest palindrome made # from the product of two 2-digit numbers is 9009 = 91 × 99. # Find the largest palindrome made from the product of two 3-digit numbers. import sys ans...
FROM node:10-alpine ENV HOST 0.0.0.0 WORKDIR /usr/app/ COPY . . RUN npm ci
/* * Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "lice...
from django.http import HttpResponse from django.shortcuts import render def index(request): return HttpResponse('Page content') def custom(request): return render(request, 'custom.html', {})
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Nito.AsyncEx; using NUnit.Framework; using SJP.Schematic.Core; using SJP.Schematic.Core.Extensions; using SJP.Schematic.Tests.Utilities; namespace SJP.Schematic.Oracle.Tests.Integration { ...
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import models, migrations from django.utils.timezone import utc import datetime class Migration(migrations.Migration): dependencies = [ ('content', '0009_auto_20150829_1417'), ] operations = [ migrations.Crea...
''' Manage Ruby gem packages. (see https://rubygems.org/ ) ''' from pyinfra.api import operation from pyinfra.facts.gem import GemPackages from .util.packaging import ensure_packages @operation def packages(packages=None, present=True, latest=False, state=None, host=None): ''' Add/remove/update gem packages...
// eslint-disable-next-line function getCookie(cname) { const name = `${cname}=`; const ca = document.cookie.split(';'); for (let i = 0; i < ca.length; i += 1) { let c = ca[i]; while (c.charAt(0) === ' ') c = c.substring(1); if (c.indexOf(name) !== -1) return c.substring(name.length, c.length); } ...
package TeamTwoHTMLEditor.command; import TeamTwoHTMLEditor.CommandDistributor; import TeamTwoHTMLEditor.CommandMediator; import TeamTwoHTMLEditor.GUI.EditorFrame; import javax.swing.*; /** * Created with IntelliJ IDEA. User: Kocsen Date: 3/22/13 Time: 2:16 PM */ public class ShutDownCommand implements Command{ p...
--- layout: post date: 2016-12-11 title: "Sherri Hill Prom Dresses Style 11216 Sleeveless Short/Mini Aline/Princess" category: Sherri Hill tags: [Sherri Hill ,Sherri Hill,Aline/Princess ,Sweetheart,Short/Mini,Sleeveless] --- ### Sherri Hill Prom Dresses Style 11216 Just **$559.99** ### Sleeveless Short/Mini Aline/Pr...
<html> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="app.css"> </head> <body> <div id="please-wait"> <img src="ajax-loader-lg.gif"> </div> <div id="controls" style="display: none;"> <a id="github" target="_blank" href="https://github.com/marriola/SWAPI-demo...
/** * Size: breakpoint 2 (medium) */ /** * Make an element shrink wrap its content. */ .u-sizeFit, .u-sizeFitAlt { display: block !important; float: left !important; width: auto !important; -md-raswa: auto; } .u-sizeFitAlt { float: right !important; }
# -*- coding: utf-8 -*- # # partpy documentation build configuration file, created by # sphinx-quickstart on Sat Feb 16 18:56:06 2013. # # This file is execfile()d with the current directory set to its containing dir. # # Note that not all possible configuration values are present in this # autogenerated file. # # All ...
<?php declare(strict_types=1); /* * This file is part of the MediaModule for Zikula. * * (c) Christian Flach <hi@christianflach.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Cmfcmf\Module\MediaModule\MediaType; ...
/* * Kendo UI v2015.1.408 (http://www.telerik.com/kendo-ui) * Copyright 2015 Telerik AD. All rights reserved. * * Kendo UI commercial licenses may be obtained at * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete * If you do not own a commercial license, this file shall be governed by the trial licen...
package me.writeily.pro.settings; import android.app.Activity; import android.app.FragmentManager; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.preference.ListPreference; import android.preference.Preference; import an...
/* * The MIT License (MIT) * * Copyright (c) 2015 QAware GmbH, Munich, Germany * * 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 r...
/* * monitor.c - Routines for monitors within the runtime. * * Copyright (C) 2003 Southern Storm Software, Pty Ltd. * * Authors: Thong Nguyen (tum@veridicus.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * t...
<HTML><HEAD> <TITLE>Review for Trouble in Mind (1985)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0090209">Trouble in Mind (1985)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Lon+Pon...
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: set ts=8 sts=4 et sw=4 tw=99: * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ...