code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
3
942
language
stringclasses
30 values
license
stringclasses
15 values
size
int32
3
1.05M
/** * @file IdealSolidSolnPhase.cpp Implementation file for an ideal solid * solution model with incompressible thermodynamics (see \ref * thermoprops and \link Cantera::IdealSolidSolnPhase * IdealSolidSolnPhase\endlink). */ /* * Copyright 2006 Sandia Corporation. Under the terms of Contract * DE...
Heathckliff/cantera
src/thermo/IdealSolidSolnPhase.cpp
C++
bsd-3-clause
17,406
/* Copyright (c) 2012-2013, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and ...
mirror/libtorrent
src/torrent_peer.cpp
C++
bsd-3-clause
7,842
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef ASH_SHELF_DRAG_WINDOW_FROM_SHELF_CONTROLLER_H_ #define ASH_SHELF_DRAG_WINDOW_FROM_SHELF_CONTROLLER_H_ #include <vector> #include "ash/ash_export...
ric2b/Vivaldi-browser
chromium/ash/shelf/drag_window_from_shelf_controller.h
C
bsd-3-clause
9,082
/* Copyright 2016 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
jnewland/kops
vendor/k8s.io/kubernetes/staging/src/k8s.io/client-go/1.5/kubernetes/typed/core/v1/doc.go
GO
apache-2.0
921
'use strict'; describe('onDisconnect', function() { var fireproof; beforeEach(function() { fireproof = new Fireproof(firebase); }); describe('#set', function() { it('promises to set the ref to the specified value on disconnect', function() { return fireproof .child('odSet') .on...
airdrummingfool/fireproof
test/spec/lib/on-disconnect.js
JavaScript
isc
2,784
using System.Linq.Expressions; namespace AutoMapper.Mappers { using System.Linq; using System.Reflection; using Configuration; public class ImplicitConversionOperatorMapper : IObjectMapExpression { public object Map(ResolutionContext context) { var implicitO...
jbogard/AutoMapper
src/AutoMapper/Mappers/ImplicitConversionOperatorMapper.cs
C#
mit
1,677
<?php namespace ZEDx\Console\Commands\Module; use File; use Illuminate\Console\Command; use Modules; use ZEDx\Console\Commands\Module\Generators\FileAlreadyExistException; use ZEDx\Console\Commands\Module\Generators\FileGenerator; abstract class GeneratorCommand extends Command { /** * The name of 'name' ar...
zorx/core
src/Console/Commands/Module/GeneratorCommand.php
PHP
mit
2,135
# Page.Page members **Namespace:** [OfficeDevPnP.Core.Framework.Provisioning.Providers.Xml.V201605](OfficeDevPnP.Core.Framework.Provisioning.Providers.Xml.V201605.md) **Assembly:** OfficeDevPnP.Core.dll ## Syntax ```C# public Page() ``` ## See also - [Page](OfficeDevPnP.Core.Framework.Provisioning.Providers.Xm...
erwinvanhunen/PnP-Guidance
sitescore/OfficeDevPnP.Core.Framework.Provisioning.Providers.Xml.V201605.Page.ctor1.md
Markdown
mit
473
package de.danoeh.antennapod.preferences; import android.app.Activity; import android.app.AlertDialog; import android.app.TimePickerDialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.res.Resources; import android.net.wifi.WifiConfigurat...
richq/AntennaPod
app/src/main/java/de/danoeh/antennapod/preferences/PreferenceController.java
Java
mit
31,136
/* mcp_can_dfs.h 2012 Copyright (c) Seeed Technology Inc. All right reserved. Author:Loovee 2014-1-16 Contributor: Cory J. Fowler Latonita Woodward1 Mehtajaghvi BykeBlast TheRo0T Tsipizic ralfEdmund Nathancheek BlueAndi Adlerweb Btetz Hurvajs xboxpro1 The MIT License ...
wdross/CAN_BUS_Shield
mcp_can_dfs.h
C
mit
10,912
<?php namespace TDN\DocumentBundle\Entity; use Doctrine\ORM\Mapping as ORM; use TDN\ImageBundle\Entity\Image; /** * TDN\DocumentBundle\Entity\Slider */ class Slider { /** * @var string $pitch */ private $pitch; /** * @var integer $ordre */ private $ordre; /** * @var i...
HamzaBendidane/tdnold
src/TDN/DocumentBundle/Entity/backup 2/Slider.php
PHP
mit
4,670
using Klara covariates, = dataset("swiss", "measurements") ndata, npars = size(covariates) covariates = (covariates.-mean(covariates, 1))./repmat(std(covariates, 1), ndata, 1) outcome, = dataset("swiss", "status") outcome = vec(outcome) function ploglikelihood(p::Vector, v::Vector) Xp = v[2]*p dot(Xp, v[3])-sum...
JuliaStats/MCMC.jl
doc/examples/swiss/MALA/forwarddiff.jl
Julia
mit
1,025
typedef int sampleInt; class C { void f(); }; void hoge() { sampleInt a = 10; C c; c.f(); }
jovial/nim-libclang
examples/tokenize/samples/sample2.cc
C++
mit
101
_Using mongodb with [node-mongodb-native][2] This post was written by [Node Knockout judge][3] and [node-mongo-db-native][2] author Christian Kvalheim._ # A Basic introduction to Mongo DB Mongo DB has rapidly grown to become a popular database for web applications and is a perfect fit for Node.JS applications, letting...
vertex/website
designs/blog/a-basic-introduction-to-mongodb.md
Markdown
mit
17,210
// Copyright (c) 2014 The Bitcoin Core developers // Copyright (c) 2017-2019 The PIVX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "main.h" #include "util.h" #include "test/test_pivx.h" #include <vect...
Mrs-X/PIVX
src/test/skiplist_tests.cpp
C++
mit
4,078
# CHANGELOG ## 1.5.0 * Subscribe +switch-master again * Prevents master discovery to get stuck in endless loop if sentinels are not available * Always reconnect at least once, even if reconnect timeout is 0 * Catch networking errors which bubble up past redis ## 1.4.4 * Allow client to return list of slaves * Fix...
mrkeng/redis-sentinel
CHANGELOG.md
Markdown
mit
1,344
var Orbit = requireModule("orbit"); // Globalize loader properties for use by other Orbit packages Orbit.__define__ = define; Orbit.__requireModule__ = requireModule; Orbit.__require__ = require; Orbit.__requirejs__ = requirejs; window.Orbit = Orbit;
opsb/orbit-firebase
build-support/globalize-orbit.js
JavaScript
mit
253
require 'test_helper' describe 'Directives' do describe '#directives' do describe 'non value directives' do it 'accepts public symbol' do subject = Lotus::Action::Cache::Directives.new(:public) subject.values.size.must_equal(1) end it 'accepts private symbol' do subject...
weppos/hanami-controller
test/unit/cache/directives_test.rb
Ruby
mit
3,932
/////////////////////////////////////////////////////////////////////////// // Copyright © Esri. 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. // You may obtain a copy of the License at // // http://www.ap...
tmcgee/cmv-wab-widgets
wab/2.15/jimu.js/BaseWidget.js
JavaScript
mit
12,218
/** This file is part of NxOgre. Copyright (c) 2009 Robin Southern, http://www.nxogre.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 restriction, in...
zhouxh1023/nxogre
build/source/NxOgreResourceSystem.h
C
mit
4,215
<?php $context = 'prod-hal-api-app'; require dirname(dirname(__DIR__)) . '/bootstrap/bootstrap.php';
ryo88c/ChatWorkNotify
var/www/index.php
PHP
mit
102
vti_encoding:SR|utf8-nl vti_timelastmodified:TR|09 Feb 2017 03:34:58 -0000 vti_extenderversion:SR|6.0.2.8161 vti_backlinkinfo:VX|astro_site/mobile.html astro_site/mobile2.html
akarys92/astro_site
vendor/scrollreveal/_vti_cnf/scrollreveal.min.js
JavaScript
mit
176
// This file is used by Code Analysis to maintain SuppressMessage // attributes that are applied to this project. // Project-level suppressions either have no target or are given // a specific target and scoped to a namespace, type, member, etc. // // To add a suppression to this file, right-click the message in the /...
Pvlerick/AutoFixture
Src/AutoFakeItEasy/GlobalSuppressions.cs
C#
mit
805
///////////////////////////////////////////////// // Address-Pointer template <class TRec> class TAPt{ private: TRec* Addr; public: TAPt(): Addr(NULL){} TAPt(const TAPt& Pt): Addr(Pt.Addr){} TAPt(TRec* _Addr): Addr(_Addr){} TAPt(TSIn&){Fail;} void Save(TSOut&) const {Fail;} TAPt& operator=(const TAPt& Pt...
scvetkovski/Shortest-Path-Algorithm
snap/glib-core/ds.h
C
mit
105,284
#include "Binding_pch.h" using namespace gl; namespace glbinding { Function<void, GLboolean> Binding::EdgeFlag("glEdgeFlag"); Function<void, GLsizei> Binding::EdgeFlagFormatNV("glEdgeFlagFormatNV"); Function<void, GLsizei, const void *> Binding::EdgeFlagPointer("glEdgeFlagPointer"); Function<void, GLsizei, GLsiz...
hpicgs/glbinding
source/glbinding/source/Binding_objects_e.cpp
C++
mit
4,797
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2011 Torus Knot Software Ltd Permission is hereby granted, free of charge, to any person obta...
bhlzlx/ogre
Components/Terrain/src/OgreTerrain.cpp
C++
mit
145,401
package lila.security import org.joda.time.DateTime import play.api.mvc.RequestHeader import scala.concurrent.duration._ import reactivemongo.api.ReadPreference import lila.common.IpAddress import lila.db.BSON.BSONJodaDateTimeHandler import lila.db.dsl._ final class Firewall( coll: Coll, scheduler: akka.acto...
luanlv/lila
modules/security/src/main/Firewall.scala
Scala
mit
1,384
using System; using System.Collections.Generic; using System.Dynamic; using System.Linq; using System.Text; using System.Threading.Tasks; using Windows.ApplicationModel.Resources; namespace Microsoft.HockeyApp { public class LocalizedStrings { private static ResourceWrapper _localizedResources = null...
dkackman/HockeySDK-Windows
Src/Kit.WP81/Universal/LocalizedStrings.cs
C#
mit
2,406
#include "pthread_impl.h" int pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) { int r, t; r = pthread_rwlock_trywrlock(rw); if (r != EBUSY) return r; int spins = 100; while (spins-- && rw->_rw_lock && !rw->_rw_waiters) a_spin(); while ((r=pthread_rwlock_trywrloc...
tenpoku1000/UEFI_Ver_CPUID
src/lib/external/MIT/musl/src/thread/pthread_rwlock_timedwrlock.c
C
mit
610
package columnize import ( "bytes" "fmt" "strings" ) // Config can be used to tune certain parameters which affect the way // in which Columnize will format output text. type Config struct { // The string by which the lines of input will be split. Delim string // The string by which columns of output will be s...
grvcoelho/webhulk
vendor/gopkg.in/kataras/iris.v8/vendor/github.com/ryanuber/columnize/columnize.go
GO
mit
4,658
local helpers = require("spec_helper") describe("cliargs - splat arguments", function() local cli before_each(function() cli = require("cliargs.core")() end) describe('defining the splat arg', function() it('works', function() assert.has_no_error(function() cli:splat('SPLAT', 'some repe...
LuaDist2/lua_cliargs
spec/features/splatarg_spec.lua
Lua
mit
3,343
/*! Select2 4.0.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/et",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Sisesta "+t+" täht";r...
jpaoletti/java-presentation-manager-2
modules/jpm2-web-bs5/src/main/webapp/static/js/locale/select2/et.js
JavaScript
mit
775
<?php /* * WellCommerce Open-Source E-Commerce Platform * * This file is part of the WellCommerce package. * * (c) Adam Piotrowski <adam@wellcommerce.org> * * For the full copyright and license information, * please view the LICENSE file that was distributed with this source code. */ namespace WellCommerce\Bu...
diversantvlz/WellCommerce
src/WellCommerce/Bundle/AppBundle/Controller/Admin/ClientController.php
PHP
mit
2,342
'use strict'; module.exports = function copyto(grunt) { // Load task grunt.loadNpmTasks('grunt-copy-to'); // Options return { build: { files: [{ cwd: 'src', src: ['**/*.json'], dest: '.dist/' },{ cwd: 'src...
samsel/Gander
tasks/copyto.js
JavaScript
mit
436
/* define(['iframeResizerContent'], function() { describe('ParentIFrame methods: ', function() { var id = 'parentIFrame'; var log = LOG; it('Get ID of iFrame is same as iFrame', function() { mockInitFromParent(id,log); expect(window.parentIFrame.getId()).toBe(id); closeChild(); }); it('call met...
tlan16/sushi-co
web/protected/controls/iframeResizer/doc/spec/parentIFrameMethodsSpec.js
JavaScript
mit
1,024
//----------------------------------------------------------------------- // <copyright file="DataPortalChildTests.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: https://cslanet.com // </copyright> // <summary>no summary</summary> //-----------------------------------...
jonnybee/csla
Source/Csla.test/DataPortalChild/DataPortalChildTests.cs
C#
mit
6,826
@page guides/who-uses-canjs Who Uses CanJS? @parent about 2 @body <div class="screenshots"> ## Apple Store Discovered via [Reddit](https://www.reddit.com/r/javascript/comments/1kffau/apple_store_use_canjs_javascript_framework_not/) <a href="http://www.apple.com/shop/buy-iphone/iphone-7"><span>http://www.apple.com/...
bitovi/canjs
docs/can-guides/introduction/who-uses.md
Markdown
mit
2,955
--- layout: post title: 我去越南了。。。有事电话我 86 13902979771 估计是没人打了。。。。 categories: [] tags: [] published: true comments: true --- <p><div id="msgcns!3725CC0EE38B1F6!1658" class="bvMsg"><br /><br />-- <br />Sincerely,<br /><br />Lin Pengxuan</div></p>
linpengxuan/blog_backup
untitled folder/2007-04-28-我去越南了。。。有事电话我-86-13902979771-估计是没人打了.html
HTML
mit
293
package appeng.api.me.util; /** * Pretty much just a place holder right now * */ public interface ICraftRequest { }
ExtraCells/ExtraCells1
src/api/java/appeng/api/me/util/ICraftRequest.java
Java
mit
121
import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { AboutMeComponent } from './about-me.component'; describe('AboutMeComponent', () => { let component: AboutMeComponent; let fixture: ComponentFixture<AboutMeComponent>; beforeEach(async(() => { TestBed.configureTestingModule({...
rohitsuratekar/PersonalWebsite
src/app/components/about-me/about-me.component.spec.ts
TypeScript
mit
636
<?php namespace Lib\Services; /** * Internal utility component * * @depends service session * @depends service profiler */ class Util extends \Base\Service { protected $messages = []; protected $memory = [ 'start' => 0, 'end' => 0 ]; protected $time = [ 'start' => 0, '...
iGusev/phalcon-boilerplate
app/library/Services/Util.php
PHP
mit
3,314
require 'rubygems' module YARD module Templates::Helpers # Helper methods for loading and managing markup types. module MarkupHelper class << self # Clears the markup provider cache information. Mainly used for testing. # @return [void] def clear_markup_cache self.mark...
sourcegraph/srclib-ruby
yard/lib/yard/templates/helpers/markup_helper.rb
Ruby
mit
6,420
/** * Copyright (c) 2015-2016 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributor...
angelozerr/typescript.java
eclipse/jsdt/ts.eclipse.ide.jsdt.ui/src/ts/eclipse/ide/jsdt/internal/ui/ITypeScriptThemeConstants.java
Java
mit
1,914
import * as React from 'react'; import { BsPrefixComponent } from './helpers'; declare class ModalTitle< As extends React.ReactType = 'div' > extends BsPrefixComponent<As> {} export default ModalTitle;
glenjamin/react-bootstrap
types/components/ModalTitle.d.ts
TypeScript
mit
207
{% extends "../head-signedin.html" %} <!-- page title --> {% block page_title %} Licence return for {{ pData.LicenceNumber }} - GOV.UK {% endblock %} {% block content %} <main id="content" role="main"> {% from "custom_inc/waterdata.html" import permits %} {% for pNumber, pData in permits %} {% if pNumber==c...
christinagyles-ea/water
app/v6/views/v25/eo/returns/returns-report-flagged.html
HTML
mit
13,147
# This file should contain all the record creation to seed the # TEST database with its default values. # The data can then be loaded with `$ bundle exec rake db:seed`. # To create and seed a new database, use `$ bundle exec rake db:setup`. # # Examples: # # cities = City.create([{ name: 'Chicago' }, { name: 'Copenha...
erikcaineolson/HARE
db/seeds/test.rb
Ruby
mit
383
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
githubmoros/myclinicsoft
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Deployments.php
PHP
mit
14,180
define({ "showArcgisBasemaps": "Incluir mapas base do Portal", "add": "Clique para adicionar um novo mapa base", "edit": "Propriedades", "titlePH": "Título do mapa base", "thumbnailHint": "Clique na imagem para atualizar", "urlPH": "URL da Camada", "addlayer": "Adicionar mapa base", "warning": "Entrada ...
tmcgee/cmv-wab-widgets
wab/2.15/widgets/BasemapGallery/setting/nls/pt-br/strings.js
JavaScript
mit
1,850
import expect from 'expect'; import isFunction from '../../../src/validation/validators/isFunction'; describe('validators', () => { describe('toFunction', () => { it('should return infoObject if requested', () => { expect(isFunction(null, true)) .toEqual({ t...
vgno/roc-config
test/validation/validators/isFunction.js
JavaScript
mit
1,209
using DomainModel.DTO; using DomainModel.Enum; using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Threading.Tasks; using System.Web.Http; namespace PingerAPI.Controllers { public class TaskController : ApiController { [HttpPost] public asyn...
Anvesh-Reddy/Pinger
PingerAPI/PingerAPI/Controllers/TaskController.cs
C#
mit
2,814
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_35) on Tue Oct 16 22:49:44 ICT 2012 --> <TITLE> NullFilter (Apache FOP 1.1 API) </TITLE> <META NAME="date" CONTENT="2012-10-16"> <LINK REL ="styles...
kardeiz/fop_wrapper
vendor/fop-1.1/javadocs/org/apache/fop/pdf/NullFilter.html
HTML
mit
14,026
/*! * NETEYE Activity Indicator jQuery Plugin * * Copyright (c) 2010 NETEYE GmbH * Licensed under the MIT license * * Author: Felix Gnass [fgnass at neteye dot de] * Version: 1.0.0 */ /** * Plugin that renders a customisable activity indicator (spinner) using SVG or VML. */ (function($) { $.fn.activity = ...
MSylvia/feeds
Website/js/jquery.activity-indicator-1.0.1.js
JavaScript
mit
6,993
/* jshint browser:true */ /* global define, google */ define(['underscore', 'backbone', 'oro/translator'], function(_, Backbone, __) { 'use strict'; var $ = Backbone.$; /** * @export oro/mapservice/googlemaps * @class oro.mapservice.Googlemaps * @extends Backbone.View */ return...
minhnguyen-balance/oro_platform
web/bundles/oroaddress/js/mapservice/googlemaps.js
JavaScript
mit
5,828
// Type definitions for temp 0.9 // Project: https://github.com/bruce/node-temp // Definitions by: Daniel Rosenwasser <https://github.com/DanielRosenwasser> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// <reference types="node" /> import * as fs from "fs"; declare namespace temp { interface...
georgemarshall/DefinitelyTyped
types/temp/index.d.ts
TypeScript
mit
1,426
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_io_object::basic_io_object</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="../../../boost...
yinchunlong/abelkhan-1
ext/c++/thirdpart/c++/boost/libs/asio/doc/html/boost_asio/reference/basic_io_object/basic_io_object.html
HTML
mit
4,724
/* * Copyright 2009 ZXing authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
okfn/product-browser-android
src/org/okfn/pod/IntentIntegrator.java
Java
mit
16,341
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Class template unordered_set</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.htm...
yinchunlong/abelkhan-1
ext/c++/thirdpart/c++/boost/libs/intrusive/doc/html/boost/intrusive/unordered_set.html
HTML
mit
126,310
--- title: La maravilla de todo esto date: 24/01/2019 --- **Opinión**: Apocalipsis 4 "Recuerda que la vida no se mide por la cantidad de veces que respiras, sino por aquellos momentos que te dejan sin aliento". Este dicho, que ha sido atribuido a muchos au-tores, resuena en mi corazón de una manera poderosa. Eso...
imasaru/sabbath-school-lessons
src/es/2019-01-jo/04/06.md
Markdown
mit
2,401
--- title: Best Practices --- # Include your dependencies in your repository Include all your dependencies if possible (for example your CocoaPods). This will make your build more reliable (the exact dependencies checked into your repository will be used) and faster (no additional dependency fetching required).
kodemunki/devcenter
source/docs/best-practices.html.md
Markdown
mit
317
/* global Dubtrack */ const modal = require('../utils/modal.js'); var isActiveTab = true; window.onfocus = function () { isActiveTab = true; }; window.onblur = function () { isActiveTab = false; }; var onDenyDismiss = function() { modal.create({ title: 'Desktop Notifications', content: "You have dism...
coryshaw1/DubPlus
src/js/utils/notify.js
JavaScript
mit
2,082
--- title: O Ira Na Dauveiliutaki E Isireli date: 21/12/2019 --- ### Vulica Na Vuli Ni Macawa Oqo 1 Tui 12:1–16; Cakacaka 15:7–11; Joni 11:46–53; Niemaia 4:7–23; Esera 8:21–23, 31, 32. > <p>Wiligusu</p> > “A ra sa lako yani ko ira kecega na tamata me ra kana, ka gunu, ka me ra vakauta nai votavota, ka me ra marau ...
PrJared/sabbath-school-lessons
src/fj/2019-04/13/01.md
Markdown
mit
1,804
<?php /* * WellCommerce Open-Source E-Commerce Platform * * This file is part of the WellCommerce package. * * (c) Adam Piotrowski <adam@wellcommerce.org> * * For the full copyright and license information, * please view the LICENSE file that was distributed with this source code. */ namespace WellCommerce\...
diversantvlz/WellCommerce
src/WellCommerce/Bundle/AppBundle/Tests/DataSet/Admin/ShopDataSetTest.php
PHP
mit
1,062
pageflow.VideoPlayer.bufferUnderrunWaiting = function(player) { var originalPause = player.pause; player.pause = function() { cancelWaiting(); originalPause.apply(this, arguments); }; function pauseAndPreloadOnUnderrun() { if (bufferUnderrun()) { pauseAndPreload(); } } function buff...
tf/pageflow-dependabot-test
app/assets/javascripts/pageflow/video_player/buffer_underrun_waiting.js
JavaScript
mit
1,736
#ifndef __nj_dispatch #define __nj_dispatch namespace nj { void async_dispatch(); void dispatch_init(); }; #endif
slowbrain/node-julia
src/dispatch.h
C
mit
122
using MonoGame.Extended.Sprites; using Xunit; namespace MonoGame.Extended.Entities.Tests { public class ComponentManagerTests { [Fact] public void GetMapperForType() { var componentManager = new ComponentManager(); var transformMapper = componentManager.GetMappe...
craftworkgames/MonoGame.Extended
src/cs/Tests/MonoGame.Extended.Entities.Tests/ComponentManagerTests.cs
C#
mit
1,586
# User Instructions # # Write a function 'sub1' that, given a # string, embeds that string in # the string: # "I think X is a perfectly normal thing to do in public." # where X is replaced by the given # string. # given_string = "I think %s is a perfectly normal thing to do in public." def sub1(s): return gi...
KellyChan/python-examples
web/gae/python/b_words_replaced.py
Python
mit
581
Alerts Use product Watcher licensed from elastic.io https://www.elastic.co/webinars/watcher-practical-alerting-for-elasticsearch-deutsch It creates watchers. Watcher is a plugin for Elasticsearch that provides alerting and notification based on changes in your data. Watcher periodically issues a Elasticsearch quer...
wilsonmar/oss-testing
alerts.md
Markdown
mit
1,117
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_35) on Tue Oct 16 22:49:48 ICT 2012 --> <TITLE> Uses of Interface org.apache.fop.fo.extensions.ExtensionAttachment (Apache FOP 1.1 API) </TITLE> <ME...
kardeiz/fop_wrapper
vendor/fop-1.1/javadocs/org/apache/fop/fo/extensions/class-use/ExtensionAttachment.html
HTML
mit
41,318
<!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"/> <title>Lighthouse: lapack/...
LighthouseHPC/lighthouse
src/lighthouseProject/lighthouseProject/static/Doxygen/docs/html/cgtrfs_8f.html
HTML
mit
13,130
--- title: 自由意志、自由選択 date: 07/04/2019 --- 神は、人間が生まれる前ですら、その人が救われるか否かをすでに選択しておられる、と信じるクリスチャンがいます。つまり、最終的に永遠に滅びる人たちは、神が御自分の知恵によって、そうなるように選択されたからだと、この神学は主張するのです。ということはつまり、その人が罪に定められるのは、彼/彼女の選択にかかわらないということです。 幸いなことに、私たちアドベンチストはそのような神学を認めません。そうではなく、神は、私たち全員が救われるように選択してくださり、この世が始まる前ですら、私たちは神において永遠の命を持つように選ばれたと、アドベンチストは信...
PrJared/sabbath-school-lessons
src/ja/2019-02/02/02.md
Markdown
mit
2,753
/* Generated by glcoregen v2 */ #pragma once #include <GLES2/gl2.h> #ifdef __cplusplus extern "C" { #endif /* Core GL API */ int glLoadFunctions(void); void *nativeGetProcAddress(const char *proc); /* OpenGL function prototypes */ #define APIENTRYP * typedef void ( APIENTRYP PFNGLACTIVETEXTUREPROC) (GLenum texture...
m1nuz/ironforge
lib/GLcore/include/glcore_es2.h
C
mit
26,563
var inspect = require("util").inspect, fs = require("fs"); module.exports = function(grunt) { var task = grunt.task; var file = grunt.file; var log = grunt.log; var verbose = grunt.verbose; var fail = grunt.fail; var option = grunt.option; var config = grunt.config; var template = grunt.template;...
ebberly/johnny-five-tutorial
node_modules/johnny-five/Gruntfile.js
JavaScript
mit
5,627
# Cookbook Name:: shared # Recipe:: _hosts - run on base node - copies and sets permissions on host file # # Copyright (c) 2015 Charles T Betz, All Rights Reserved. # Recipe for all nodes within Calavera # from files directory #ssh and network setup # from files directory file_map = { "calaverahosts" => "/home/vag...
svrc-pivotal/Calavera
cookbooks/base/recipes/_hosts.rb
Ruby
mit
881
define([ 'extensions/collections/collection' ], function (Collection) { return Collection.extend({ initialize: function (models, options) { if(options !== undefined){ options.flattenEverything = false; } return Collection.prototype.initialize.apply(this, arguments); }, parse:...
alphagov/spotlight
app/common/collections/grouped_timeseries.js
JavaScript
mit
2,654
/* ----------------------------------------------------------------- */ /* The Speech Signal Processing Toolkit (SPTK) */ /* developed by SPTK Working Group */ /* http://sp-tk.sourceforge.net/ */ /* -----------------------------...
zhitko/speech-apps
utills/SPTK/mc2b/mc2b.c
C
mit
6,890
--- title: Recovered Connection date: 19/08/2019 --- **Logos**: Heb. 10:24, 25 **Fellowship Is Imperative (1 Thess. 4:17; Heb. 10:24, 25)** Being part of any community takes a lot of work. The temptation is to stay away from the community to avoid the drama. But, especially as the second coming of Christ approache...
PrJared/sabbath-school-lessons
src/en/2019-03-cq/08/03.md
Markdown
mit
5,018
--- layout: article title: "Look at this view!" excerpt: "PaperFaces portrait of @sakkaden drawn with Paper by 53 on an iPad." image: feature: paperfaces-sakkaden-twitter-lg.jpg thumb: paperfaces-sakkaden-twitter-150.jpg category: paperfaces tags: [portrait, illustration, paper by 53] --- PaperFaces portrait comm...
zhelezko/made-mistakes-jekyll
_posts/paperfaces/2013-09-25-sakkaden-portrait.md
Markdown
mit
1,867
$ErrorActionPreference = "Stop" $msbuild = &".\find_msbuild.ps1" &$msbuild ` "/t:Clean;Build" ` /m ` /property:Configuration=Release ` /property:Platform=x64 ` Principia.sln if (!$?) { exit 1 }
mockingbirdnest/Principia
rebuild_release.ps1
PowerShell
mit
303
// Copyright (C) 2002-2012 Thomas Alten // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h #ifndef __C_IMAGE_LOADER_DDS_H_INCLUDED__ #define __C_IMAGE_LOADER_DDS_H_INCLUDED__ #include "IrrCompileConfig.h" #if defined(_IRR_COMPILE_WITH_DDS_LOAD...
garymabin/YGOMobile
irrlicht/source/Irrlicht/CImageLoaderDDS.h
C
mit
3,603
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.11.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
colemickens/autorest
AutoRest/Generators/NodeJS/NodeJS.Tests/Expected/AcceptanceTests/BodyComplex/autoRestComplexTestService.js
JavaScript
mit
1,993
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
ryantheleach/SpongeCommon
src/main/java/org/spongepowered/common/command/SpongeCommandManager.java
Java
mit
13,967
from .downloader_base import DownloaderBase from ... import logger log = logger.get(__name__) import traceback import subprocess import shutil from ... import settings class ExternalDownloader(DownloaderBase): """Abstract Base class for downloading through an external utility""" program = None args = []...
Colorsublime/Colorsublime-Plugin
colorsublime/http/downloaders/external.py
Python
mit
843
/** * \file register_loader_saver_odgi.cpp * Defines IO for a PackedGraph from stream files. */ #include <arpa/inet.h> #include <vg/io/registry.hpp> #include "register_loader_saver_odgi.hpp" #include "handle.hpp" #include "bdsg/odgi.hpp" namespace vg { namespace io { using namespace std; using namespace vg::io;...
ekg/vg
src/io/register_loader_saver_odgi.cpp
C++
mit
1,329
<?php class __USE_STATIC_ACCESS__Filter { /***********************************************************************************/ /* FILTER LIBRARY */ /***********************************************************************************/ /* Yazar: Ozan UYKUN <ozanbote@wi...
erdidoqan/znframework
System/Libraries/Helpers/Filter.php
PHP
mit
3,266
--- title: 'Personas' --- Personas _Fictional persons, based on research, where each one represents a specific type of user._ * [An introduction to personas and how to create them](http://www.steptwo.com.au/papers/kmc_personas/index.html) * [Describing Personas](https://medium.com/@indiyoung/describing-person...
hibbitts-design/grav-theme-course-hub-bones
_demo/single-course/accordionpage/04.how-to-understand-and-communicate-peoples-needs-and-behaviors/personas/topic.md
Markdown
mit
949
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Media; namespace VirtualCollection.VirtualCollection { public class VirtualizingWrapPanel : Virtualizi...
tipunch74/MaterialDesignInXamlToolkit
paket-files/samueldjack/VirtualCollection/VirtualCollection/VirtualCollection/VirtualizingWrapPanel.cs
C#
mit
15,915
using Foundation; using UIKit; namespace XamarinSimulatedSensors.iOS { // The UIApplicationDelegate for the application. This class is responsible for launching the // User Interface of the application, as well as listening (and optionally responding) to application events from iOS. [Register ("AppDelegate")] pub...
MSOpenTech/connectthedots
Devices/DirectlyConnectedDevices/XamarinSimulatedSensors/XamarinSimulatedSensors/XamarinSimulatedSensors.iOS/AppDelegate.cs
C#
mit
2,158
.placeLink { composes: fontSmallI from '../../../globals/typography.css'; padding: var(--size-small); background-color: var(--color-black); background-color: var(--color-transparent-black-i); color: var(--color-white); border-radius: 2px; font-weight: normal; position: absolute; top: var(--size-small)...
appearhere/bloom
packages/core/src/components/Cards/SpaceListingCard/SpaceListingCard.css
CSS
mit
898
HTTP BASIC
lancetw/react-isomorphic-bundle
views/users/index.html
HTML
mit
11
package math.geometry; interface Shape { double calcArea(); }
joaopedronardari/COO-EACHUSP
Listas/Lista 1/4/src/math/geometry/Shape.java
Java
mit
63
/* * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
yangjinecho/licode
erizo/src/third_party/webrtc/src/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h
C
mit
3,428
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function template transform_if</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.h...
yinchunlong/abelkhan-1
ext/c++/thirdpart/c++/boost/libs/compute/doc/html/boost/compute/transform_if.html
HTML
mit
5,371
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Sys { [DllImport(Libraries.Sy...
josguil/corefx
src/Common/src/Interop/Unix/System.Native/Interop.GetPeerName.cs
C#
mit
495
package com.ibanheiz.model; public class Erdinger extends Cerveja { @Override public void info() { System.out.println("Sou uma breja alemã boa e modinha"); } }
MarcosToledo/java-design-patterns
FactoryMethod/src/com/ibanheiz/model/Erdinger.java
Java
mit
169
using System; using System.Collections.Generic; using System.Threading.Tasks; using AllReady.Areas.Admin.Features.Itineraries; using AllReady.Features.Notifications; using AllReady.Models; using MediatR; using Microsoft.AspNetCore.Mvc.Rendering; using Moq; using Xunit; namespace AllReady.UnitTest.Areas.Admin.Features...
mheggeseth/allReady
AllReadyApp/Web-App/AllReady.UnitTest/Areas/Admin/Features/Itineraries/AddTeamMemberCommandHandlerAsyncTests.cs
C#
mit
4,697
\newpage \subsection{Phase functions} \label{sec:phase} This section contains a description of all implemented medium scattering models, which are also known as \emph{phase functions}. These are very similar in principle to surface scattering models (or \emph{BSDF}s), and essentially describe where light travels after ...
yindaz/pbrs
mitsuba-af602c6fd98a/doc/section_phase.tex
TeX
mit
935
## 0.15.6 * Fixing Casing.
mjmostachetti/grasshopper-core-nodejs
release_notes/0.15.6_2014-08-18.md
Markdown
mit
27
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using Windows.UI.Xaml; using Windows.UI.Xaml.Data; namespace Microsoft.HockeyApp.Tools { /// <summary> /// xaml converter boolean to visibility ...
bitstadium/HockeySDK-Windows
Src/Kit.WP81/Universal/Tools/BooleanToVisibilityConverter.cs
C#
mit
2,258
--- title: "Visualize" date: 2017-01-04T15:04:10.000Z --- <p>View BGP peers with geo-tags-<p> <img src="/img/peer_view_for_website.png" alt="" class="left db mb1" style="width: 740px"> <p>View historical data about prefixes-<p> <img src="/img/tops_view_for_website.png" alt="" class="left db mb1" style="width: 740px"...
SNAS/website
site/content/visualize.md
Markdown
mit
563
import { isUndefined, isObject } from '../utils/isType'; $(() => { // url for the api we will be querying let url = ''; // key/value lookup for standards const descriptions = {}; // cleaned up structure of the API results const minTree = {}; // keeps track of how many waiting api-requests still need to ...
DigitalCurationCentre/roadmap
app/javascript/src/answers/rdaMetadata.js
JavaScript
mit
16,053