code
stringlengths
4
1.01M
<div class="sidebar"> <div class="sidebar-sticky"> <a href="{{ site.baseurl }}"><img class="sidebarimage" src="http://whataboutas.data.s3.amazonaws.com/images/SidebarImage.jpg" /></a> <div class="sidebar-about"> <header class="masthead"> <h3 class="masthead-title"> <a href="{{ site.base...
/* The MIT License (MIT) Copyright (c) <2010-2020> <wenshengming> 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...
<!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, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> <title>Chart</title> <...
package fr.univ_tln.trailscommunity.utilities.validators; import java.util.Calendar; /** * Project TrailsCommunity. * Package fr.univ_tln.trailscommunity.utilities.validators. * File DateValidator.java. * Created by Ysee on 26/11/2016 - 15:54. * www.yseemonnier.com * https://github.com/YMonnier */ public clas...
import webpack from 'webpack'; import webpackConfig from '../webpack.config.js'; async function build() { return new Promise((resolve, reject) => { webpack(webpackConfig[1]).run((errServer, serverStats) => { if (errServer) reject(errServer); console.log(serverStats.toString(webpackConfig[1].stats)); ...
package io.inbot.utils.maps; import java.util.Collection; import java.util.function.Supplier; public interface RichMultiMap<K, V> extends RichMap<K,Collection<V>> { Supplier<Collection<V>> supplier(); default Collection<V> putValue(K key, V value) { Collection<V> collection = getOrCreate(key, supplie...
using System; using UnityEditor.Graphing; using UnityEngine; using Object = UnityEngine.Object; using UnityEditor.UIElements; using UnityEngine.UIElements; namespace UnityEditor.ShaderGraph.Drawing.Slots { class TextureSlotControlView : VisualElement { Texture2DInputMaterialSlot m_Slot; public...
using System; using System.Diagnostics; using UnityEngine.Rendering; namespace UnityEngine.Experimental.Rendering.HDPipeline { // This enum is just here to centralize UniqueID values for skies provided with HDRP public enum SkyType { HDRISky = 1, ProceduralSky = 2, Gradient = 3, ...
#include <iostream> #include <math.h> #include <vector> using namespace std; #define ADJACENT_DIGITS_NUM 4 #define ROW_COL_LENGTH 20 int digits[ROW_COL_LENGTH][ROW_COL_LENGTH] = { { 8, 2, 22, 97, 38, 15, 0, 40, 0, 75, 4, 5, 7, 78, 52, 12, 50, 77, 91, 8 }, { 49, 49, 99, 40, 17, 81, 18, 57, 60, 87, 17, 40,...
# IWriterOptions.Extension Property Additional header content Gets a value than represents extension output file created by writer. **Namespace:**&nbsp;<a href="N_iTin_Export_ComponentModel_Writer">iTin.Export.ComponentModel.Writer</a><br />**Assembly:**&nbsp;iTin.Export.Core (in iTin.Export.Core.dll) Version: 2.0....
package event type Event interface { // IsCancellable returns true if the current event may be cancelled. IsCancellable() bool // SetCancelled makes the event cancelled or not. The value is taken // into account only if the event is cancellable - you can determine // it by reading its documentation or calling th...
<?php setcookie('accessToken', ' ', time()-3600); $_SESSION['REQUEST_URI'] = $_SERVER['REQUEST_URI']; $parts = parse_url($_SERVER['REQUEST_URI']); $context = substr($parts["path"], 0, strrpos($parts["path"], "/")); header("Location: " . $context . "/login.html"); exit(); ?>
<?php namespace Behat\Mink\Tests\Driver\Basic; use Behat\Mink\Tests\Driver\TestCase; class BasicAuthTest extends TestCase { /** * @dataProvider setBasicAuthDataProvider */ public function testSetBasicAuth($user, $pass, $pageText) { $session = $this->getSession(); $session->setB...
export default from './unview.container'
<!DOCTYPE html> <!-- | Generated by Apache Maven Doxia Site Renderer 1.8 from org.apache.maven.plugins:maven-project-info-reports-plugin:2.9:dependency-info at 2021-06-03 | Rendered using Apache Maven Fluido Skin 1.7 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="U...
package io.smartlogic.smartchat.hypermedia; import com.fasterxml.jackson.annotation.JsonProperty; public class HalSmsVerification { @JsonProperty("verification_code") private String verificationCode; @JsonProperty("verification_phone_number") private String verificationPhoneNumber; public String...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ManualRevisionAPI.Models { public class Role { public int ID { get; set; } public String RoleName { get; set; } } }
// jslint.js // 2009-03-28 // TO DO: In ADsafe, make lib run only. /* Copyright (c) 2002 Douglas Crockford (www.JSLint.com) 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,...
package eu.bcvsolutions.idm.core.api.rest.lookup; import java.io.IOException; import java.io.Serializable; import java.time.LocalDate; import java.util.List; import java.util.Objects; import java.util.UUID; import org.apache.commons.lang3.StringUtils; import org.springframework.beans.factory.annotation.Autowired; imp...
module EchoNest module Xml class AudioDoc include HappyMapper tag :doc element :artist_id, String element :foreign_artist_id, String element :artist, String element :release, String element :title, String element :url, String element :link, Stri...
from __future__ import absolute_import, unicode_literals from django.conf import settings from django.conf.urls import include, url from django.contrib import admin from django.contrib.auth import urls as djangoauth_urls from search import views as search_views from blog import views as blog_views from wagtail.wagtai...
/* * Generated by class-dump 3.3.3 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2010 by Steve Nygard. */ #import "MTMMessage.h" @class NSDictionary; @interface MTMFakeMessage : MTMMessage { NSDictionary *_messageDescription; } - (id)initWithDescription:(id)arg1; - (void)deall...
/* -*- mode:C++; -*- */ /* MIT License -- MyThOS: The Many-Threads Operating System * * 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 ...
<HTML> <HEAD> <TITLE>References to book.html (second edition)</TITLE> </HEAD> <BODY BGCOLOR="#ffffff"> <A NAME="references_top"></A> <P> <CENTER> <CODE> <A HREF="book.html#book.html_top">book.html</A> | <A HREF="toc.html#toc_top">TOC</A> | <A HREF="cdinfo.html#cd_top">CD-ROM</A> | References | <A HREF="errata.html...
<?php use Winged\Model\Model; /** * Class Cidades * * @package Winged\Model */ class Cidades extends Model { public function __construct() { parent::__construct(); return $this; } /** @var $id_cidade integer */ public $id_cidade; /** @var $id_estado integer */ public ...
(function () { angular.module('travelApp', ['toursApp']) .service('dateParse', function () { this.myDateParse = function (value) { var pattern = /Date\(([^)]+)\)/; var results = pattern.exec(value); var dt = new Date(parseFloat(results[1])); ...
<?php # MetInfo Enterprise Content Management System # Copyright (C) MetInfo Co.,Ltd (http://www.metinfo.cn). All rights reserved. $depth='../'; require_once $depth.'../login/login_check.php'; require_once ROOTPATH.'include/export.func.php'; if($action=='code'){ $met_file='/sms/code.php'; $post=array('total_pass'=>...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="fr_CA" version="2.1"> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About People</source> <translation>Au sujet de People</translation> </message> <message> <...
<?php namespace Binaerpiloten\MagicBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class BatchControllerTest extends WebTestCase { /* public function testCompleteScenario() { // Create a new client to browse the application $client = static::createClient(); ...
using System; namespace Glympse.EnRoute.iOS { class CustomerPickupManager : GCustomerPickupManager, EventSink.GGlyEventSink { private GlyCustomerPickupManager _raw; private EventSink _eventSink; public CustomerPickupManager(GlyCustomerPickupManager raw) { _raw = r...
package sword.bitstream; public interface DiffSupplierCreator<T> { FunctionWithIOException<T, T> create(InputBitStream stream); }
using System; using System.Collections.Generic; using System.Text; namespace Nohros.Data { /// <summary> /// Represents an class that can be serialized using the json format. Classes /// that implement this interface is usually used to transfer json encoded /// data from the data access layer to anoth...
import getDevTool from './devtool' import getTarget from './target' import getEntry from './entry' import getOutput from './output' import getResolve from './resolve' import getResolveLoader from './resolveLoader' import getModule from './module' import getExternals from './externals' import getPlugins from './...
from django.conf.urls import patterns, url from links import views urlpatterns = patterns('links.views', url(r'^link/settings/$', views.settings, name = 'settings'), url(r'^link/donate/(?P<url>[\d\w.]+)$', views.kintera_redirect, name = 'donate'), url(r'^link/rider/(?P<url>[\d\w.]+)$', views.t4k_redirect, ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>unicoq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
<template name="atFamousOauth"> {{#famousEach oauthService}} {{#Surface size="[undefined, true]"}} {{> atSocial}} {{/Surface}} {{/famousEach}} </template>
require 'spec_helper' describe Padrino::GelfLogger do include RR::Adapters::MiniTest padrino_levels = [:fatal, :error, :warn, :info, :debug, :devel] attr_reader :logger before do @logger = Padrino::GelfLogger.new('0.0.0.0', 12201, 'WAN', :facility => 'Padrino::GelfLogger', :level => GELF::DEBUG) end ...
import Ember from 'ember'; export default Ember.Controller.extend({ shortcuts: [ { title: "Task Editor", combos: [ { set: [["ctl","sh","del"]], description: "delete focused task" }, { set: [["ctl","sh","ent"], ["ctl","+"]], ...
/* Copyright (c) 2012 Martin Sustrik All rights reserved. Copyright 2015 Garrett D'Amore <garrett@damore.org> 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 restricti...
package feihua.jdbc.api.dao; import feihua.jdbc.api.pojo.BasePo; import org.apache.ibatis.annotations.Param; import java.util.List; /** * Created by feihua on 2015/6/29. * 增 */ public interface InsertDao<PO extends BasePo,PK> extends BaseDao<PO,PK> { /** * 创建(增加)数据,自动生成id * @param entity 创建的数据内容 ...
/** * @fileoverview Rule to flag on declaring variables already declared in the outer scope * @author Ilya Volodin */ "use strict"; //------------------------------------------------------------------------------ // Requirements //------------------------------------------------------------------------------ let ...
require 'bundler/setup' require 'rails/version' require 'rails/railtie' require 'jblazer'
<footer> <div class="footer-top"> <h3>Need help with building your email list? <a class="lets-talk">let's talk</a></h3> </div> <div class="footer-bottom"> <div class="container"> <div class="row"> <div class="col-md-4 col-sm-4"> <a href="#" cla...
require 'punchout/puncher' module Punchout class Fabricator def initialize(factory) @puncher = Puncher.new @factory = factory end def add(matchable) @puncher.add(matchable) end def can_punch?(type) true end def punch(type) if @puncher.can_punch?(type) ...
/*** * Inferno Engine v4 2015-2017 * Written by Tomasz "Rex Dex" Jonarski * * [# filter: actions #] ***/ #pragma once #include "sceneEditorStructure.h" #include "sceneEditorStructureNode.h" #include "sceneEditorStructureLayer.h" #include "sceneEditorStructureGroup.h" #include "sceneEditorStructureWorldRoot.h" #includ...
# Change the current working directory to the directory of this script cd $(dirname -- "$(readlink -f -- "$0")") # linux only cd $(cd -P -- "$(dirname -- "$0")" && pwd -P) # doesn't work properly if $0 is a symbolic link
namespace Spinner.Fody.Weaving { internal enum StateMachineKind { None, Iterator, Async } }
<?php /** * Created by PhpStorm. * User: Nicolas Canfrère * Date: 20/10/2014 * Time: 15:15 */ /* ____________________ __ / ______ \ { \ ___/___ / } \ { / / # } | {/ ô ô ; __} | / \__} / \ /\ <=(_ __<...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W29693_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> ...
<?php return array ( 'id' => 'mediacom_mp82s4_ver1', 'fallback' => 'generic_android_ver4_2', 'capabilities' => array ( 'is_tablet' => 'true', 'model_name' => 'MP82S4', 'brand_name' => 'Mediacom', 'marketing_name' => 'SmartPad 8.0 S4', 'can_assign_phone_number' => 'false', 'physical_scre...
/* For more information, please see: http://software.sci.utah.edu The MIT License Copyright (c) 2020 Scientific Computing and Imaging Institute, University of Utah. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ...
#include "labyrinth.h" #include <algorithm> Labyrinth::Labyrinth(const int& width, const int& height, const std::vector<std::string>& map) :_data(width, height), _visited(width, height) { for (int i = 0; i < width; ++i) { for (int j = 0; j < height; ++j) { _visited.set(i, j, false); //Non...
<!-- 添加/删除备注询问框 --> <div class="add-remark-container"> <div class="tag-group tag-financal"> <div class="layui-form-item"> <div class="layui-inline"> <label class="layui-form-label">创建时间</label> <div class="layui-input-inline"> <input type="text...
class PagesController < Comfy::Admin::Cms::PagesController helper 'page_blocks' before_action :check_permissions before_action :check_alternate_available, only: [:edit, :update, :destroy] before_action :check_can_destroy, only: :destroy def index @all_pages = Comfy::Cms::Page.includes(:layout, :site, :c...
WinFormEx =========
<?php /* Unsafe sample input : get the $_GET['userData'] in an array sanitize : regular expression accepts everything construction : concatenation with simple quote */ /*Copyright 2015 Bertrand STIVALET Permission is hereby granted, without written agreement or royalty fee, to use, copy, modify, and distribute t...
//usage class MyActivity extends Activity { @Bind(R.id.text) TextView someText; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ButterKnife.bind(this); } } //implementation: //https://github.com/JakeWharton/butterknife //tons of code
/* Legacy variables. Discontinue to use these: */ /** * Convert font-size from px to rem with px fallback * @param $size - the value in pixel you want to convert * e.g. p {@include fontSize(12px);} * courtesy of https://github.com/stubbornella/oocss/blob/master/oocss/src/components/utils/_fontSize.scss */ /* line ...
import { createReducer } from "redux-create-reducer"; import * as clone from "lodash/cloneDeep"; import { INITIALIZE, SWITCH, } from "./actions"; import { IContainerModule } from "../types"; import { ITabState } from "./"; const initialState = {}; export default createReducer(initialState, { [INITIALIZE](...
module.exports = { framework: 'qunit', test_page: 'tests/index.html?hidepassed', disable_watching: true, launch_in_ci: [ 'Chrome' ], launch_in_dev: [ 'Chrome' ], browser_args: { Chrome: { mode: 'ci', args: [ // --no-sandbox is needed when running Chrome inside a container...
<?php class UserController extends BaseController { public function register() { if (Auth::check()){ return Redirect::to('/'); } $colleges = College::all(); $areas = Area::all(); return View::make('user.register') ->with('colleges', $colleges) ...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="nb" version="2.1"> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About WhyCoin</source> <translation>Om WhyCoin</translation> </message> <message> <location l...
#include "skynet.h" #include "skynet_monitor.h" #include "skynet_server.h" #include "skynet.h" #include "atomic.h" #include <stdlib.h> #include <string.h> struct skynet_monitor { int version; int check_version; uint32_t source; uint32_t destination; }; struct skynet_monitor *skynet_monitor_new() { struct sky...
# The JavaScript Speed Reader 0.30 The JavaScript Speed Reader is a self-contained, single-file, easy-to-use speed reading program for use in HTML5 capable desktop browsers. ## Introduction There is so much information that we must read each day, and the "to read" pile just keeps growing. And yet, our time is precio...
body { font-size: 0.5em; }
using Machine.Specifications; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MFlow.Core.Tests.for_FluentValidation { public class when_calling_is_equal_with_a_value_that_does_not_satisfy_a_custom_equal_validator : given.a_fluent_user_validator_with_custom_implement...
# Test import macro import Import: encap, @imports using Base.Test @imports "./a/index" @test a == 1 @test b == 2 @test_throws UndefVarError c @imports "./a/index" a b c @test a == 1 @test b == 2 @test c == 3 # aliasing @imports "./a/index" a => f b c @test f == 1 @imports "./a" a=>f b=>g c=>h @test f == 1 @test ...
/* * The MIT License * Copyright (c) 2014-2016 Nick Guletskii * * 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, c...
namespace FleetManagmentSystem.Web.ViewModels.Manufacture { using System.Web.Mvc; using FleetManagmentSystem.Web.Infrastructure.Mapping; using FleetManagmentSystem.Web.ViewModels.Base; using FleetManagmentSystem.Models; public class ManufactureDropDownListViewModel : BaseViewModel, IMapFrom<Manuf...
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt #nullable enable using System; namespace NUnit.Framework { using Interfaces; /// <summary> /// Thrown when an assertion failed. /// </summary> [Serializable] public class MultipleAssertException : Resu...
def get_planet_name(id): switch = { 1: "Mercury", 2: "Venus", 3: "Earth", 4: "Mars", 5: "Jupiter", 6: "Saturn", 7: "Uranus" , 8: "Neptune"} return switch[id]
\begin{tabular}{ c c c c c c } Program & Size & Allocs & Runtime & Elapsed & TotalMem\\ \hline \end{tabular} \begin{verbatim} [("Project name","The Glorious Glasgow Haskell Compilation System") ,("GCC extra via C opts"," -fwrapv -fno-builtin") ,("C compiler command","C:\\TeamCity\\buildAgent\\work\\63f445112b4e56e...
import once = require('lodash/once'); import { DecoratorConfig, DecoratorFactory, BiTypedDecorator } from './factory'; import { PreValueApplicator } from './applicators'; /** * Creates a function that is restricted to invoking func once. Repeat calls to the function return the value of the first invocation. * @exam...
## # $Id: safari_libtiff.rb 10394 2010-09-20 08:06:27Z jduck $ ## ## # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions. Please see the Metasploit # Framework web site for more information on licensing and terms of use. # http://metasploit.com/fra...
define(['view', 'class'], function(View, clazz) { function Overlay(el, options) { options = options || {}; Overlay.super_.call(this, el, options); this.closable = options.closable; this._autoRemove = options.autoRemove !== undefined ? options.autoRemove : true; var self = this; ...
<template name="login"> <div class="ui page"> <div class="ui centered page grid"> <div class="row"> <div class="column"> {{> atForm}} </div> </div> </div> </div> </template>
/** * The MIT License * * Copyright (c) 2014 Martin Crawford and contributors. * * 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...
--- title: System development ---
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var androidUnlock = exports.androidUnlock = { "viewBox": "0 0 512 512", "children": [{ "name": "path", "attribs": { "d": "M376,186h-20v-40c0-55-45-100-100-100S156,91,156,146h37.998c0-34.004,28.003-62.002,62.002-62.002\r\n\tc34.004,0,62.002,...
package com.jbsc.service.iface; import com.jbsc.domain.Company; public interface CompanyService { Company saveCompany(Company co); Company loadCompanyById(Integer id); Company loadCompanyByContactId(Integer id); }
package org.zalando.intellij.swagger.documentation.openapi; import com.intellij.openapi.components.ServiceManager; import com.intellij.openapi.project.Project; import com.intellij.openapi.vfs.VirtualFile; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiFile; import java.util.Optional; import java.util.s...
/* this is all example code which should be changed; see query.js for how it works */ authUrl = "http://importio-signedserver.herokuapp.com/"; reEx.push(/\/_source$/); /* //change doReady() to auto-query on document ready var doReadyOrg = doReady; doReady = function() { doReadyOrg(); doQuery();//query on ready } ...
import sys import time import socket import struct import random import hashlib import urllib2 from Crypto import Random from Crypto.Cipher import AES # from itertools import izip_longest # Setting timeout so that we won't wait forever timeout = 2 socket.setdefaulttimeout(timeout) limit = 256*256*256*256 - 1 def ...
<!DOCTYPE html> <!--[if IE 8]> <html class="ie ie8"> <![endif]--> <!--[if IE 9]> <html class="ie ie9"> <![endif]--> <!--[if gt IE 9]><!--> <html> <!--<![endif]--> <head> <meta charset="utf-8" /> <title>Smarty - Multipurpose + Admin</title> <meta name="keywords" content="HTML5,CSS3,Template" /> <meta name="...
# Random Addition Quiz by Tony Liang Made using Java SE 1.8. Simple addition quiz game. Generates two random positive integers under 100 and asks the user for the sum of the two integers. Then, it checks if the answer is correct. # Project Setup ### Eclipse IDE Instructions 1. Open Eclipse. 2. Create a new project....
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Contextmapping: experiences from practice</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> </head> <body> <h1> <a href="../papers/39c1669abc409cd52d9387938d1eac0c.pdf">Contextmapping: ex...
<?php namespace MiniLab\SelMap\Data; interface CellInterface { }
#include <iostream> #include <fstream> #include <vector> #include <string> #include <stdexcept> #include <boost/program_options.hpp> #include <boost/lexical_cast.hpp> #include <boost/tuple/tuple.hpp> #include <btl/fasta_writer.h> #include "ereal.h" #include "dna_sequence.h" #include "main_io.h" #include "io.h" #inclu...
function flashMessage(type, message) { var flashContainer = $('#flash-message'); var flash = null; if (message.title) { flash = $('<div class="alert alert-block alert-' + type + '"><h4 class="alert-heading">' + message.title + '</h4><p>' + message.message + '</p></div>'); } else { fl...
"""Deals with input examples for deep learning. One "input example" is one storm object. --- NOTATION --- The following letters will be used throughout this module. E = number of examples (storm objects) M = number of rows in each radar image N = number of columns in each radar image H_r = number of radar heights F...
var curl = require('./lib/curl'); var clean = require('./lib/extract'); curl('http://blog.rainy.im/2015/09/02/web-content-and-main-image-extractor/', function (content) { console.log('fetch done'); clean(content, { blockSize: 3 }); });
// IMatrix.cs, 07.11.2019 // Copyright (C) Dominic Beger 07.11.2019 namespace SharpMath.Geometry { public interface IMatrix { uint ColumnCount { get; } double this[uint row, uint column] { get; set; } double this[uint index] { get; set; } uint RowCount { get; } } }
<!DOCTYPE html> <html> <head> <title>Stupid jQuery table sort</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="../stupidtable.js?dev"></script> <script> // ====================================================== // Example 1 // ============...
import os import re import sys import json import shlex import logging import inspect import functools import importlib from pprint import pformat from collections import namedtuple from traceback import format_tb from requests.exceptions import RequestException import strutil from cachely.loader import Loader from ....
<?php /** * CodeIgniter * * An open source application development framework for PHP * * This content is released under the MIT License (MIT) * * Copyright (c) 2014 - 2017, British Columbia Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this softw...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using Micros...
import { Subscription } from 'rxjs/Subscription'; import * as _ from 'lodash-es'; import { ObservablesInterface } from './ngx-reactive-decorator.interface'; export const unsubscribeOnDestroy = function (target: any, observables?: ObservablesInterface): void { // Original ngOnDestroy const ngOnDestroy = target.pro...
// // DemoCell.h // SwpCateGoryDemo // // Created by swp_song on 2017/6/20. // Copyright © 2017年 swp-song. All rights reserved. // #import <UIKit/UIKit.h> @class DemoModel; NS_ASSUME_NONNULL_BEGIN @interface DemoCell : UITableViewCell /**! * @author swp_song * * @brief demoCellWihtTableView:forCellReuseId...
/* line 1, ../sass/deck.core.scss */ html, body { height: 100%; padding: 0; margin: 0; } /* line 7, ../sass/deck.core.scss */ body.deck-container { overflow-y: auto; position: static; } /* line 12, ../sass/deck.core.scss */ .deck-container { position: relative; min-height: 100%; margin: 0 auto; padd...