text
stringlengths
1
22.8M
```javascript var baseMatches = require('./_baseMatches'), baseMatchesProperty = require('./_baseMatchesProperty'), identity = require('./identity'), isArray = require('./isArray'), property = require('./property'); /** * The base implementation of `_.iteratee`. * * @private * @param {*} [value=_.i...
```c /* Threads compatibility routines for libgcc2. */ /* Compile this one with gcc. */ This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under Software Foundation; either version 2, or (at your option) any later version. GCC is distributed in the hope that it will be useful,...
```c int findComplement(int num) { int TotalBits = 0; int temp = num; while (temp) { // To find position of MSB in given num. Since num is represented as a // standard size in memory, we cannot rely on size for that information. TotalBits++; // increment TotalBits till temp becomes 0 ...
```smalltalk /**************************************************************************** * * path_to_url * path_to_url * path_to_url ****************************************************************************/ #if UNITY_EDITOR using UnityEditor; namespace QFramework { internal class PackageMaker : Archit...
```objective-c /* $OpenBSD: uperfvar.h,v 1.4 2003/06/02 20:02:49 jason Exp $ */ /* * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the abov...
```php <?php /* * The file is part of the payment lib. * * (c) Leo <dayugog@gmail.com> * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace Payment\Gateways\CMBank; use Payment\Contracts\IGatewayRequest; use Payment\Exceptions\GatewayExce...
INS Sindhukirti (S61) (Glory of the Sea) is the seventh diesel-electric submarine of the Indian Navy. She was built at the Admiralty Shipyard and Sevmash in the Soviet Union. Sindukirti was commissioned on 9 December 1989 in the Soviet Union, with Cdr. Ramdas signing her commissioning orders. She underwent a protract...
Lilium bolanderi is a rare North American species of plants in the lily family, known by the common name Bolander's lily. It is native to northwestern California (Del Norte, Humboldt, & Siskiyou Counties) and southwestern Oregon (Curry + Josephine Counties). Lilium bolanderi is a perennial herb growing a waxy, erect s...
Fanny Colonna (1934 - 18 November 2014) was a French-Algerian sociologist and anthropologist. She was also a former professor at Tizi Ouzou University. Biography Colonna was born in El Milia, and was the daughter of a French civil servant "who made sure she learned Arabic." Colonna lived in Algeria until 1993. She "e...
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ // TypeScript Version: 4.1 /// <reference types="@stdlib/types"/> import { Collection } from '@stdlib/types/arra...
San Marine is an unincorporated community and census-designated place (CDP) in Lincoln County, Oregon, United States. It was first listed as a CDP prior to the 2020 census. The CDP is in southern Lincoln County, along the Pacific Ocean. U.S. Route 101 passes through the CDP, leading north to Waldport and south to Ya...
Montia australasica is a species of flowering plant in the genus Montia. Description Range Habitat Ecology Etymology Taxonomy References australasica Flora of Australia Flora of New Zealand
The Vakil of the Mughal Empire (), officially the Vakil-i-Mutlaq (, literally: "Representative of the Emperor"), was an important office in the Government of the Mughal Empire, first in ministerial hierarchy and only next to Mughal Emperor. Vekil is an Arabic word which means "representative". The Vakil was considered ...
```html <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>websocket::frame_type</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../index.ht...
```objective-c //===- SimplifyCFG.h - Simplify and canonicalize the CFG --------*- C++ -*-===// // // See path_to_url for license information. // //===your_sha256_hash------===// /// \file /// This file provides the interface for the pass responsible for both /// simplifying and canonicalizing the CFG. /// //===your_sh...
Stadion FC Solothurn is a football stadium in Solothurn, Switzerland. It is the home ground of FC Solothurn and has a capacity of 6,750. References FC Solothurn, Soccerway Football venues in Switzerland Solothurn Buildings and structures in the canton of Solothurn
```xml /** * @license * * 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, publish, distribute, ...
```scss @forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; @forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; @forward "@material/theme/all-theme-deprecated" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-re...
Education in Vermont consists of public and private schools including the University of Vermont, the Vermont State Colleges, private colleges, and secondary and primary schools in the U.S. state of Vermont. Vermont State Board of Education The Vermont State Board of Education or VSBE, is appointed by the governor wi...
```yaml # Each section from every release note are combined when the # CHANGELOG.rst is rendered. So the text needs to be worded so that # it does not depend on any information only available in another # section. This may mean repeating some details, but each section # must be readable independently of the other. # # ...
```java /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE ...
```javascript // @flow import { DYNAMIC_PROVIDER, composeProviders } from './helpers'; export function dynamic(fn: Function): any { return { fn, [DYNAMIC_PROVIDER]: true }; } export function throwError(error: any): void { return dynamic(() => { throw error; }); } export { composeProviders }; ```
```javascript import React from 'react'; import PropTypes from 'prop-types'; export const Component = (props) => <>JSON.stringify(props)</>; Component.propTypes = { oneOfNumber: PropTypes.oneOf([1, 2, 3]), oneOfMiscellaneous: PropTypes.oneOf([false, true, undefined]), oneOfStringNumber: PropTypes.oneOf(['1', '2...
A hopfion is a topological soliton. It is a stable three-dimensional localised configuration of a three-component field with a knotted topological structure. They are the three-dimensional counterparts of skyrmions, which exhibit similar topological properties in 2D. The soliton is mobile and stable: i.e. it is prote...
```javascript /** * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ define(['Tone/instrument/SimpleSynth', 'Tone/core/Master', 'data/Config', 'Tone/core/Transport', 'Tone/instrument/PolySynt...
Legislative Assembly elections Assam Andhra Pradesh Bihar Goa, Daman & Diu |- align=center !style="background-color:#E9E9E9" class="unsortable"| !style="background-color:#E9E9E9" align=center|Political Party !style="background-color:#E9E9E9" |Seats contested !style="background-color:#E9E9E9" |Seats won !style="b...
```smalltalk using Dopamine.Core.Base; using Dopamine.Services.Search; using System; using System.Timers; namespace Dopamine.Services.Search { public class SearchService : ISearchService { private string searchText = string.Empty; private Timer searchTimer; private double searchTimeoutS...
Allium siskiyouense is a North American species of wild onion known by the common name Siskiyou onion. It is native to the Klamath Mountains and nearby ranges of northern California and Oregon. It grows in serpentine and other rocky soil types. This small onion plant grows from a reddish-brown bulb long. It produces ...
```java package com.yahoo.prelude.test; import com.yahoo.config.subscription.ConfigGetter; import com.yahoo.language.process.StemMode; import com.yahoo.prelude.Index; import com.yahoo.prelude.IndexFacts; import com.yahoo.prelude.IndexModel; import com.yahoo.prelude.SearchDefinition; import com.yahoo.search.Query; impo...
Wolfgang Hanisch (born 6 March 1951 in Großkorbetha, Sachsen-Anhalt) was an East German athlete who mainly competed in the javelin throw. Hanisch had a long and successful international career competing for East Germany. He medalled in three consecutive editions of the European Athletics Championships, in Helsinki 197...
```java /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ package com.google.android.material.badge; import com.google.android.material.R; import static androidx.annotation.RestrictTo....
```sqlpl -- ============================================= -- Drop linked server login -- ============================================= sp_droplinkedsrvlogin @rmtsrvname = N'<server_name, sysname, server1>', @locallogin = N'<locallogin, sysname, test_login>' GO ```
```javascript import { mount } from '@vue/test-utils' import { waitNT, waitRAF } from '../../../tests/utils' import { BFormSelect } from './form-select' describe('form-select', () => { afterAll(() => { console.warn.mockClear() }) it('has select as root element', async () => { const wrapper = mount(BForm...
```java /* * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or im...
```php <?php /* * * ____ _ _ __ __ _ __ __ ____ * | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \ * | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) | * | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/ * |_| \__...
Adrian Spies (April 17, 1920 – October 2, 1998) was an American screenwriter, active from the 1940s through to the 1980s. He won an Edgar Award for an episode of Studio One in Hollywood and was nominated for an Emmy Award for an episode of Dr. Kildare. Filmography Films Television External links 1920 births 1998 ...
```python # Owner(s): ["oncall: distributed"] from copy import deepcopy import torch import torch.distributed.checkpoint as dist_cp import torch.nn as nn import torch.nn.functional as F from torch.distributed._tensor import init_device_mesh, Replicate from torch.distributed.checkpoint.default_planner import ( Defa...
Harewood is one of several houses in the vicinity of Charles Town, West Virginia built for members of the Washington family. Description The house was designed by John Ariss for Samuel Washington in 1770, using a center-hall, single-pile plan. The two-story limestone house has a raised basement and flanking stone wing...
```java /** * Tencent is pleased to support the open source community by making MSEC available. * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software distributed under the */ package beans.response; import ngse.org.JsonRPCResponseBase; /** * Created by Administra...
Eulimella protofunis is a species of sea snail, a marine gastropod mollusk in the family Pyramidellidae, the pyrams and their allies. Distribution This species occurs in the following locations: European waters (ERMS scope) Notes Additional information regarding this species: Habitat: Known from seamounts and knoll...
Trail orienteering (TrailO) is an orienteering sport that involves precise reading of an orienteering map and the corresponding terrain. Trail orienteers must identify, in the terrain and in the presence of decoys, control points shown on the map. TrailO involves navigation skills but unlike most other forms of orien...
```java /* * $Id: RightToLeft.java 3373 2008-05-12 16:21:24Z xlv $ * * This code is part of the 'OpenPDF Tutorial'. * You can find the complete tutorial at the following address: * path_to_url * * This code is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied w...
Bayern 2 is a German, public radio station owned and operated by the Bayerischer Rundfunk (BR). References External links Radio stations in Germany Radio stations established in 1950 1950 establishments in West Germany Mass media in Munich Bayerischer Rundfunk
```javascript 'use client' import Image from 'next/image' import { useEffect, useState } from 'react' export default function Home() { const [displayImage, setDisplayImage] = useState(true) useEffect(() => { // This will cause the image to unmount. // See path_to_url setDisplayImage(false) }, []) ...
```go package resource const ( deploymentTemplate = `apiVersion: apps/v1 kind: Deployment metadata: name: %s spec: replicas: 3 selector: matchLabels: %s: %s template: metadata: labels: %s: %s spec: containers: - name: %s image: %s ` horizontalPodAutoscaler...
```java /* * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or im...
Neamh Woods is a Northern Ireland netball international and a Tyrone Ladies' Gaelic footballer. She was a member of the Northern Ireland teams at the 2018 Commonwealth Games and the 2019 Netball World Cup. As a Ladies' Gaelic footballer she played for Tyrone in the 2010 All-Ireland final. She captained Tyrone when they...
American Ride is the eighth studio album from American musician Willie Nile. It was released in June 2013 under Loud & Proud Records. Critical reviews Hal Horowitz in American Songwriter says: "Nile delivers one of his finest and most passionate projects with American Ride." Track listing Personnel Musicians Willi...
Cardinal Mooney High School is a private, Roman Catholic high school in Sarasota, Florida. It is located in the Roman Catholic Diocese of Venice in Florida. Background Cardinal Mooney was established in 1959 as a Catholic high school in the Sarasota-Manatee area. Students in and from surrounding counties make up the ...
The Arén Formation or Arén Sandstone (Catalan: Calcàries i gresos d’Areny) is a geological formation in the Tremp-Graus Basin around Arén, Catalonia, Spain whose strata date back to the Late Cretaceous. Dinosaur remains are among the fossils that have been recovered from the formation. The formation dates to the Campan...
```shell Diff images using *ExifTool* Locate a commit by its hash Revision tools Useful stashing options Create a new branch from a stash ```
Fetzer is a surname. Notable people with the surname include: Bill Fetzer (1884–1959), American football, basketball, and baseball coach Bob Fetzer (1887–1968), American football coach and track and field coach Brigitte Fetzer (born 1956), German volleyball player Christine Fetzer, American bodybuilder and model Emil ...
```java * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ package org.flowable.engine.impl.cmd; import java.io.Serializable; import java.util.ArrayList; import java.util.HashSet; import java.u...
The Revolutionary Socialists (; ) (RS) are a Trotskyist organisation in Egypt originating in the tradition of 'Socialism from Below'. Leading RS members include sociologist Sameh Naguib. The organisation produces a newspaper called The Socialist. History The group began in the late 1980s among small circles of studen...
```ruby # frozen_string_literal: true require "spec_helper" require "./lib/fusuma/plugin/base" require "./lib/fusuma/plugin/manager" require "./lib/fusuma/plugin/inputs/input" module Fusuma module Plugin RSpec.describe Manager do let(:manager) { Manager.new(Base) } describe "#require_siblings_from_p...
Newdigate is a village and civil parish in Surrey, England. Newdigate or Newdegate may also refer to: Newdigate (surname), for people with that name (both spellings) Newdigate Prize, a prize for English verse awarded to University of Oxford students Newdigate baronets, a Baronetage of England Newdegate, Western A...
Megachile arctos is a species of bee in the family Megachilidae. It was described by Vachal in 1904. References Arctos Insects described in 1904
```makefile #remove leading characters since package version expects to start with digit PACKAGE_VERSION ?= $(shell echo $(VERSION) | sed 's/^[a-z]*-//' | sed 's/-//') # Creates the proxy debian packages. BUILD_WITH_CONTAINER=1 or in CI/CD (BUILD_WITH_CONTAINER=0) deb: ${TARGET_OUT_LINUX}/release/istio-sidecar.deb # ...
```xml export { SliderBasicExample as Basic } from './Slider.Basic.Example'; export { SliderRangedExample as Ranged } from './Slider.Ranged.Example'; export { SliderVerticalExample as Vertical } from './Slider.Vertical.Example'; export default { title: 'Components/Slider', }; ```
```go package metrics import ( "errors" "net" "github.com/golang/glog" "github.com/nginxinc/kubernetes-ingress/internal/metrics/collectors" ) // SyslogListener is an interface for syslog metrics listener // that reads syslog metrics logged by nginx type SyslogListener interface { Run() Stop() } // LatencyMet...
```java package com.yahoo.config.codegen; /** * This exception is thrown on internal errors. * * @author gjoranv */ public class CodegenRuntimeException extends RuntimeException { public CodegenRuntimeException(String s, Throwable cause) { super(s, cause); } public CodegenRuntimeException(Thr...
```javascript var searchData= [ ['y',['y',['../structarm__spline__instance__f32.html#aec265976ff59be5ac710a5f5c687e6df',1,'arm_spline_instance_f32']]], ['y_5fmax',['y_max',['../namespacetrain.html#a2fdce76b6173edbe4f183bbd8d4a0902',1,'train']]], ['y_5fmin',['y_min',['../namespacetrain.html#a8acb919d8ee20dd78e9e74...
The Sundown Marathon, previously known as Adidas Sundown Marathon, is an annual Sports Tourism event that started in 2008. The race takes place in Singapore. The marathon is organized by the same team that made the Aviva Ironman 70.3 Singapore Triathlon possible. It attracts a diverse group of athletes and managed to...
The Minister for Just Transition, Employment and Fair Work is a junior ministerial post in the Scottish Government that was created in May 2021. As a result, the minister does not attend the Scottish Cabinet, but supports the Cabinet Secretary for Finance and the Economy and Cabinet Secretary for Net Zero, Energy and T...
```html <!doctype html> <title>CodeMirror: Oz mode</title> <meta charset="utf-8"/> <link rel=stylesheet href="../../doc/docs.css"> <link rel="stylesheet" href="../../lib/codemirror.css"> <script src="../../lib/codemirror.js"></script> <script src="oz.js"></script> <script src="../../addon/runmode/runmode.js"></script...
```php <?php /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the */ namespace Google\Service\SecretManager; class Replica extends \Google\Model { protected $customerManagedEncryptionType = Cust...
```objective-c // Project Calico BPF dataplane programs. #ifndef __CALI_BPF_TYPES_H__ #define __CALI_BPF_TYPES_H__ #include <linux/types.h> #include <linux/bpf.h> #include <linux/pkt_cls.h> #ifdef IPVER6 #include <linux/ipv6.h> #include <linux/icmpv6.h> #else #include <linux/ip.h> #include <linux/icmp.h> #endif #incl...
```smalltalk using System.Globalization; using System.Text.Json; using Microsoft.EntityFrameworkCore.Storage.Json; namespace Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping; /// <summary> /// This is an internal API that supports the Entity Framework Core infrastructure and not subject to /// t...
Füzuli is a village and municipality in the Samukh Rayon of Azerbaijan. It has a population of 1,389. References Populated places in Samukh District
```javascript 'use strict'; const { ERR_INVALID_RETURN_PROPERTY, ERR_INVALID_RETURN_PROPERTY_VALUE, ERR_INVALID_RETURN_VALUE, ERR_MISSING_DYNAMIC_INSTANTIATE_HOOK, ERR_UNKNOWN_MODULE_FORMAT } = require('internal/errors').codes; const { URL } = require('url'); const { validateString } = require('internal/vali...
In computational complexity theory, the complement of a decision problem is the decision problem resulting from reversing the yes and no answers. Equivalently, if we define decision problems as sets of finite strings, then the complement of this set over some fixed domain is its complement problem. For example, one im...
Gladson Dungdung (born 2 May 1980) is a human rights activist researcher, writer, motivator and public speaker based in Ranchi, India. He is founder of the Adivasis Publications, Adivasis Hunkar and Jharkhand Human Rights Movement. Early life He comes from the Kharia Adivasi community in Jharkhand (India). His family ...
```javascript !function(){"use strict";var e,t,a,r,o={667:function(e,t){t.q=void 0,t.q="3.2.2"},769:function(e,t,a){Object.defineProperty(t,"__esModule",{value:!0}),t.AmsCdConfiguration=void 0;var r=a(251);a(704),t.AmsCdConfiguration=r.Configuration.create("amscd",{handler:{character:["amscd_special"],macro:["amscd_mac...
```php <?php /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the */ namespace Google\Service\Apigee; class GoogleCloudApigeeV1ReportProperty extends \Google\Collection { protected $collection_k...
7 Axes is an extended play (EP) (or Mini-LP) by Australian singer songwriter Diesel. It was released in February 2011 and sees Diesel paying homage to the artists and musicians that have inspired him. The EP follows a national tour which Diesel completed in November 2010. Diesel toured this EP in March and April 2011. ...
```javascript import { flushSync } from 'svelte'; import { test } from '../../test'; export default test({ test({ assert, target }) { const btn = target.querySelector('button'); flushSync(() => { btn?.click(); }); assert.htmlEqual(target.innerHTML, `<button>1 1 1</button>`); flushSync(() => { btn?....
The 2018 Tour de Hongrie was a road cycling stage race that took place in Hungary between 14 and 19 August 2018. It was the fourth edition of the Tour de Hongrie since its revival in 2015, and was rated as a 2.1 event as part of the 2018 UCI Europe Tour. Route Teams Nineteen teams were invited to start the race. Thes...
```xml <resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <!-- Customize your theme here. --> <!----> <item name="android:windowIsTranslucent">true</item> </style> </resources> ```
Lay that Trumpet in Our Hands is a 2002 fiction novel by Susan Carol McCarthy. It describes the efforts of Reesa McMahon, a 12-year-old white girl, to understand and come to terms with the murder of her black friend Marvin Cully at the hands of the Ku Klux Klan. It details her growing awareness of race relations and ra...
```python import queue from concurrent.futures import ThreadPoolExecutor as _ThreadPoolExecutor from sys import version_info # noinspection PyTypeChecker class ThreadPoolExecutor(_ThreadPoolExecutor): if version_info < (3, 9): def shutdown(self, wait=True, cancel_futures=False): # pragma: no cover ...
Aeritalia was an aerospace engineering corporation based in Italy. It was formed out of the merger of two aviation companies, Fiat Aviazione and Aerfer, in 1969. Aeritalia continued several programs of its preceding companies, perhaps most prominently the Fiat G.222 transport aircraft. Furthermore, the company was in...
"Love Looks Better" is a song by American recording artist Alicia Keys. It was written by Keys, Ryan Tedder, Larrance Dopson, Noel Zancanella, Christopher "Brody" Brown and produced by Keys, Tedder, Zancanella and Dopson. The song was released through RCA Records as the seventh single from Keys' seventh studio album Al...
```objective-c //===- MCXCOFFObjectStreamer.h - MCStreamer XCOFF Object File Interface ---===// // // See path_to_url for license information. // //===your_sha256_hash------===// #ifndef LLVM_MC_MCXCOFFSTREAMER_H #define LLVM_MC_MCXCOFFSTREAMER_H #include "llvm/MC/MCObjectStreamer.h" namespace llvm { class MCXCOFFS...
```xml <?xml version="1.0" encoding="utf-8"?> <!-- ~ ~ ~ path_to_url ~ ~ Unless required by applicable law or agreed to in writing, software ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> <resources> <!-- Color for the bottom nav's compat shadow/elevation. --> <col...
```javascript var cov_263bu3eqm8=function(){var path= "./branches.js";var hash="424788076537d051b5bf0e2564aef393124eabc7";var global=new Function("return this")();var gcv="__coverage__";var coverageData={path: "./branches.js",statem...
```c /** * @file dll/ldap.c * * @copyright 2015-2024 Bill Zissimopoulos */ /* * This file is part of WinFsp. * * You can redistribute it and/or modify it under the terms of the GNU * Foundation. * * in accordance with the commercial license agreement provided in * conjunction with the software. The terms an...
```lua --GPU: Shared Functions. --luacheck: push ignore 211 local Config, GPU, yGPU, GPUVars, DevKit = ... --luacheck: pop local SharedVars = GPUVars.Shared --==Localized Lua Library==-- local mathFloor = math.floor --==Shared Functions==-- --Wrapper for setColor to use 0-255 values local function setColor(r,g,b,a)...
```javascript /** * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ 'use strict'; // MODULES // var bench = require( '@stdlib/bench' ); var randu = require( '@stdlib/random...
```less // The Navbar search Button for Small Screens .nav > li.btn-navbar-search { display: none; } // The Navbar search form .navbar-search-form { display: inline-block; margin: 3px; margin-top: 10px; position: absolute; .form-bg { } .form-bg.active { background: rgba(0, 0...
```javascript CKEDITOR.plugins.setLang("colorbutton","th",{auto:"",bgColorTitle:"",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0...
```c /* Linker file opening and searching. 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GLD, the Gnu Linker. GLD is free software; you can redistribute it and/or modify the Free Software Foundation; either version 2, or (at your option) any later version. GLD is distributed ...
```shell Execute a command without saving it in history Find any Unix / Linux command Useful aliasing in bash Adding directories to your `$PATH` Keep useful commands in your shell history with tags ```
```c++ //file LICENSE_1_0.txt or copy at path_to_url #include <boost/qvm/mat_operations.hpp> #include "test_qvm_matrix.hpp" #include "gold.hpp" namespace { template <int Dim> void test() { using namespace boost::qvm::sfinae; { test_qvm::matrix<M1,Dim,Dim> x(42,...
ITU-T G.992.3 Annex L is an optional specification in the ITU-T recommendation G.992.3 for ADSL2 titled Specific requirements for a Reach Extended ADSL2 (READSL2) system operating in the frequency band above POTS, therefore it is often referred to as Reach Extended ADSL2 or READSL2. The main difference between this sp...
```scss @import '../Styles/abstracts/_vars.scss'; @import '../Styles/abstracts/_functions.scss'; @import '../Styles/abstracts/_media-queries.scss'; @import '../Styles/abstracts/_bit-css-variables.scss'; .nav-menu { left: 0; outline: 0; z-index: 1; display: flex; flex-shrink: 0; flex: 1 0 auto; ...
```javascript /** * A field with a pair of up/down spinner buttons. This class is not normally instantiated directly, * instead it is subclassed and the {@link #onSpinUp} and {@link #onSpinDown} methods are implemented * to handle when the buttons are clicked. A good example of this is the {@link Ext.form.field.Numb...
The 1983 Brighton Borough Council election took place on 5 May 1983 to elect members of Brighton Borough Council in East Sussex, England. This was on the same day as other local elections. Summary Election result |- Ward results Hanover Hollingbury Kings Cliff Marine Moulescombe Patcham Preston Queens Park ...
This is a list of some of the more commonly known problems that are NP-complete when expressed as decision problems. As there are hundreds of such problems known, this list is in no way comprehensive. Many problems of this type can be found in . Graphs and hypergraphs Graphs occur frequently in everyday applications. ...
Brazil has participated in all the World Aquatics Championships since the beginning in 1973. Brazil is 14th on the all time medal table. Brazil's first World Championships medal was won by Rômulo Arantes in the Men's 100 m backstroke in West Berlin in 1978. He won bronze. Ricardo Prado won the first Brazil's gold meda...
"A Passage to Bangkok" is a song by Canadian rock band Rush, released in April 1976 by Anthem Records. The song appears on the band's fourth studio album 2112 (1976). With the album's title track comprising the first half of the record, "A Passage to Bangkok" opens the second side of the album (on the original LP and a...