repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
Heathckliff/cantera | src/thermo/IdealSolidSolnPhase.cpp | 17406 | /**
* @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... | bsd-3-clause |
mirror/libtorrent | src/torrent_peer.cpp | 7842 | /*
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 ... | bsd-3-clause |
ric2b/Vivaldi-browser | chromium/ash/shelf/drag_window_from_shelf_controller.h | 9082 | // 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... | bsd-3-clause |
jnewland/kops | vendor/k8s.io/kubernetes/staging/src/k8s.io/client-go/1.5/kubernetes/typed/core/v1/doc.go | 921 | /*
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, ... | apache-2.0 |
airdrummingfool/fireproof | test/spec/lib/on-disconnect.js | 2784 |
'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... | isc |
jbogard/AutoMapper | src/AutoMapper/Mappers/ImplicitConversionOperatorMapper.cs | 1677 | 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... | mit |
zorx/core | src/Console/Commands/Module/GeneratorCommand.php | 2135 | <?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... | mit |
erwinvanhunen/PnP-Guidance | sitescore/OfficeDevPnP.Core.Framework.Provisioning.Providers.Xml.V201605.Page.ctor1.md | 473 | # 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... | mit |
richq/AntennaPod | app/src/main/java/de/danoeh/antennapod/preferences/PreferenceController.java | 31136 | 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... | mit |
wdross/CAN_BUS_Shield | mcp_can_dfs.h | 10912 | /*
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 ... | mit |
HamzaBendidane/tdnold | src/TDN/DocumentBundle/Entity/backup 2/Slider.php | 4670 | <?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... | mit |
JuliaStats/MCMC.jl | doc/examples/swiss/MALA/forwarddiff.jl | 1025 | 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... | mit |
jovial/nim-libclang | examples/tokenize/samples/sample2.cc | 101 | typedef int sampleInt;
class C {
void f();
};
void hoge() {
sampleInt a = 10;
C c;
c.f();
}
| mit |
vertex/website | designs/blog/a-basic-introduction-to-mongodb.md | 17210 | _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... | mit |
Mrs-X/PIVX | src/test/skiplist_tests.cpp | 4078 | // 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... | mit |
mrkeng/redis-sentinel | CHANGELOG.md | 1344 | # 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... | mit |
opsb/orbit-firebase | build-support/globalize-orbit.js | 253 | 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;
| mit |
weppos/hanami-controller | test/unit/cache/directives_test.rb | 3932 | 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... | mit |
tmcgee/cmv-wab-widgets | wab/2.15/jimu.js/BaseWidget.js | 12218 | ///////////////////////////////////////////////////////////////////////////
// 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... | mit |
zhouxh1023/nxogre | build/source/NxOgreResourceSystem.h | 4215 | /**
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... | mit |
ryo88c/ChatWorkNotify | var/www/index.php | 102 | <?php
$context = 'prod-hal-api-app';
require dirname(dirname(__DIR__)) . '/bootstrap/bootstrap.php';
| mit |
akarys92/astro_site | vendor/scrollreveal/_vti_cnf/scrollreveal.min.js | 176 | 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
| mit |
Pvlerick/AutoFixture | Src/AutoFakeItEasy/GlobalSuppressions.cs | 805 | // 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
/... | mit |
scvetkovski/Shortest-Path-Algorithm | snap/glib-core/ds.h | 105284 | /////////////////////////////////////////////////
// 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... | mit |
hpicgs/glbinding | source/glbinding/source/Binding_objects_e.cpp | 4797 |
#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... | mit |
bhlzlx/ogre | Components/Terrain/src/OgreTerrain.cpp | 145401 | /*
-----------------------------------------------------------------------------
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... | mit |
luanlv/lila | modules/security/src/main/Firewall.scala | 1384 | 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... | mit |
dkackman/HockeySDK-Windows | Src/Kit.WP81/Universal/LocalizedStrings.cs | 2406 | 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... | mit |
tenpoku1000/UEFI_Ver_CPUID | src/lib/external/MIT/musl/src/thread/pthread_rwlock_timedwrlock.c | 610 | #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... | mit |
grvcoelho/webhulk | vendor/gopkg.in/kataras/iris.v8/vendor/github.com/ryanuber/columnize/columnize.go | 4658 | 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... | mit |
LuaDist2/lua_cliargs | spec/features/splatarg_spec.lua | 3343 | 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... | mit |
jpaoletti/java-presentation-manager-2 | modules/jpm2-web-bs5/src/main/webapp/static/js/locale/select2/et.js | 775 | /*! 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... | mit |
diversantvlz/WellCommerce | src/WellCommerce/Bundle/AppBundle/Controller/Admin/ClientController.php | 2342 | <?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... | mit |
samsel/Gander | tasks/copyto.js | 436 | '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... | mit |
tlan16/sushi-co | web/protected/controls/iframeResizer/doc/spec/parentIFrameMethodsSpec.js | 1024 | /*
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... | mit |
jonnybee/csla | Source/Csla.test/DataPortalChild/DataPortalChildTests.cs | 6826 | //-----------------------------------------------------------------------
// <copyright file="DataPortalChildTests.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>no summary</summary>
//-----------------------------------... | mit |
bitovi/canjs | docs/can-guides/introduction/who-uses.md | 2955 | @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/... | mit |
linpengxuan/blog_backup | untitled folder/2007-04-28-我去越南了。。。有事电话我-86-13902979771-估计是没人打了.html | 293 | ---
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>
| mit |
ExtraCells/ExtraCells1 | src/api/java/appeng/api/me/util/ICraftRequest.java | 121 | package appeng.api.me.util;
/**
* Pretty much just a place holder right now
*
*/
public interface ICraftRequest {
}
| mit |
rohitsuratekar/PersonalWebsite | src/app/components/about-me/about-me.component.spec.ts | 636 | 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({... | mit |
iGusev/phalcon-boilerplate | app/library/Services/Util.php | 3314 | <?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,
'... | mit |
sourcegraph/srclib-ruby | yard/lib/yard/templates/helpers/markup_helper.rb | 6420 | 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... | mit |
angelozerr/typescript.java | eclipse/jsdt/ts.eclipse.ide.jsdt.ui/src/ts/eclipse/ide/jsdt/internal/ui/ITypeScriptThemeConstants.java | 1914 | /**
* 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... | mit |
glenjamin/react-bootstrap | types/components/ModalTitle.d.ts | 207 | import * as React from 'react';
import { BsPrefixComponent } from './helpers';
declare class ModalTitle<
As extends React.ReactType = 'div'
> extends BsPrefixComponent<As> {}
export default ModalTitle;
| mit |
christinagyles-ea/water | app/v6/views/v25/eo/returns/returns-report-flagged.html | 13147 | {% 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... | mit |
erikcaineolson/HARE | db/seeds/test.rb | 383 | # 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... | mit |
githubmoros/myclinicsoft | vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Deployments.php | 14180 | <?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... | mit |
tmcgee/cmv-wab-widgets | wab/2.15/widgets/BasemapGallery/setting/nls/pt-br/strings.js | 1850 | 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 ... | mit |
vgno/roc-config | test/validation/validators/isFunction.js | 1209 | 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... | mit |
Anvesh-Reddy/Pinger | PingerAPI/PingerAPI/Controllers/TaskController.cs | 2814 | 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... | mit |
kardeiz/fop_wrapper | vendor/fop-1.1/javadocs/org/apache/fop/pdf/NullFilter.html | 14026 | <!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... | mit |
MSylvia/feeds | Website/js/jquery.activity-indicator-1.0.1.js | 6993 | /*!
* 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 = ... | mit |
minhnguyen-balance/oro_platform | web/bundles/oroaddress/js/mapservice/googlemaps.js | 5828 | /* 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... | mit |
georgemarshall/DefinitelyTyped | types/temp/index.d.ts | 1426 | // 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... | mit |
yinchunlong/abelkhan-1 | ext/c++/thirdpart/c++/boost/libs/asio/doc/html/boost_asio/reference/basic_io_object/basic_io_object.html | 4724 | <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... | mit |
okfn/product-browser-android | src/org/okfn/pod/IntentIntegrator.java | 16341 | /*
* 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... | mit |
yinchunlong/abelkhan-1 | ext/c++/thirdpart/c++/boost/libs/intrusive/doc/html/boost/intrusive/unordered_set.html | 126310 | <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... | mit |
imasaru/sabbath-school-lessons | src/es/2019-01-jo/04/06.md | 2401 | ---
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... | mit |
kodemunki/devcenter | source/docs/best-practices.html.md | 317 | ---
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).
| mit |
coryshaw1/DubPlus | src/js/utils/notify.js | 2082 | /* 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... | mit |
PrJared/sabbath-school-lessons | src/fj/2019-04/13/01.md | 1804 | ---
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 ... | mit |
diversantvlz/WellCommerce | src/WellCommerce/Bundle/AppBundle/Tests/DataSet/Admin/ShopDataSetTest.php | 1062 | <?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\... | mit |
tf/pageflow-dependabot-test | app/assets/javascripts/pageflow/video_player/buffer_underrun_waiting.js | 1736 | pageflow.VideoPlayer.bufferUnderrunWaiting = function(player) {
var originalPause = player.pause;
player.pause = function() {
cancelWaiting();
originalPause.apply(this, arguments);
};
function pauseAndPreloadOnUnderrun() {
if (bufferUnderrun()) {
pauseAndPreload();
}
}
function buff... | mit |
slowbrain/node-julia | src/dispatch.h | 122 | #ifndef __nj_dispatch
#define __nj_dispatch
namespace nj
{
void async_dispatch();
void dispatch_init();
};
#endif
| mit |
craftworkgames/MonoGame.Extended | src/cs/Tests/MonoGame.Extended.Entities.Tests/ComponentManagerTests.cs | 1586 | 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... | mit |
KellyChan/python-examples | web/gae/python/b_words_replaced.py | 581 | # 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... | mit |
wilsonmar/oss-testing | alerts.md | 1117 | 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... | mit |
kardeiz/fop_wrapper | vendor/fop-1.1/javadocs/org/apache/fop/fo/extensions/class-use/ExtensionAttachment.html | 41318 | <!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... | mit |
LighthouseHPC/lighthouse | src/lighthouseProject/lighthouseProject/static/Doxygen/docs/html/cgtrfs_8f.html | 13130 | <!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/... | mit |
PrJared/sabbath-school-lessons | src/ja/2019-02/02/02.md | 2753 | ---
title: 自由意志、自由選択
date: 07/04/2019
---
神は、人間が生まれる前ですら、その人が救われるか否かをすでに選択しておられる、と信じるクリスチャンがいます。つまり、最終的に永遠に滅びる人たちは、神が御自分の知恵によって、そうなるように選択されたからだと、この神学は主張するのです。ということはつまり、その人が罪に定められるのは、彼/彼女の選択にかかわらないということです。
幸いなことに、私たちアドベンチストはそのような神学を認めません。そうではなく、神は、私たち全員が救われるように選択してくださり、この世が始まる前ですら、私たちは神において永遠の命を持つように選ばれたと、アドベンチストは信... | mit |
m1nuz/ironforge | lib/GLcore/include/glcore_es2.h | 26563 | /* 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... | mit |
ebberly/johnny-five-tutorial | node_modules/johnny-five/Gruntfile.js | 5627 | 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;... | mit |
svrc-pivotal/Calavera | cookbooks/base/recipes/_hosts.rb | 881 | # 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... | mit |
alphagov/spotlight | app/common/collections/grouped_timeseries.js | 2654 | 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:... | mit |
zhitko/speech-apps | utills/SPTK/mc2b/mc2b.c | 6890 | /* ----------------------------------------------------------------- */
/* The Speech Signal Processing Toolkit (SPTK) */
/* developed by SPTK Working Group */
/* http://sp-tk.sourceforge.net/ */
/* -----------------------------... | mit |
PrJared/sabbath-school-lessons | src/en/2019-03-cq/08/03.md | 5018 | ---
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... | mit |
zhelezko/made-mistakes-jekyll | _posts/paperfaces/2013-09-25-sakkaden-portrait.md | 1867 | ---
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... | mit |
mockingbirdnest/Principia | rebuild_release.ps1 | 303 | $ErrorActionPreference = "Stop"
$msbuild = &".\find_msbuild.ps1"
&$msbuild `
"/t:Clean;Build" `
/m `
/property:Configuration=Release `
/property:Platform=x64 `
Principia.sln
if (!$?) {
exit 1
}
| mit |
garymabin/YGOMobile | irrlicht/source/Irrlicht/CImageLoaderDDS.h | 3603 | // 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... | mit |
colemickens/autorest | AutoRest/Generators/NodeJS/NodeJS.Tests/Expected/AcceptanceTests/BodyComplex/autoRestComplexTestService.js | 1993 | // 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.
... | mit |
ryantheleach/SpongeCommon | src/main/java/org/spongepowered/common/command/SpongeCommandManager.java | 13967 | /*
* 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... | mit |
Colorsublime/Colorsublime-Plugin | colorsublime/http/downloaders/external.py | 843 | 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 = []... | mit |
ekg/vg | src/io/register_loader_saver_odgi.cpp | 1329 | /**
* \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;... | mit |
erdidoqan/znframework | System/Libraries/Helpers/Filter.php | 3266 | <?php
class __USE_STATIC_ACCESS__Filter
{
/***********************************************************************************/
/* FILTER LIBRARY */
/***********************************************************************************/
/* Yazar: Ozan UYKUN <ozanbote@wi... | mit |
hibbitts-design/grav-theme-course-hub-bones | _demo/single-course/accordionpage/04.how-to-understand-and-communicate-peoples-needs-and-behaviors/personas/topic.md | 949 | ---
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... | mit |
tipunch74/MaterialDesignInXamlToolkit | paket-files/samueldjack/VirtualCollection/VirtualCollection/VirtualCollection/VirtualizingWrapPanel.cs | 15915 | 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... | mit |
MSOpenTech/connectthedots | Devices/DirectlyConnectedDevices/XamarinSimulatedSensors/XamarinSimulatedSensors/XamarinSimulatedSensors.iOS/AppDelegate.cs | 2158 | 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... | mit |
appearhere/bloom | packages/core/src/components/Cards/SpaceListingCard/SpaceListingCard.css | 898 | .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)... | mit |
lancetw/react-isomorphic-bundle | views/users/index.html | 11 | HTTP BASIC
| mit |
joaopedronardari/COO-EACHUSP | Listas/Lista 1/4/src/math/geometry/Shape.java | 63 | package math.geometry;
interface Shape {
double calcArea();
} | mit |
yangjinecho/licode | erizo/src/third_party/webrtc/src/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h | 3428 | /*
* 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... | mit |
yinchunlong/abelkhan-1 | ext/c++/thirdpart/c++/boost/libs/compute/doc/html/boost/compute/transform_if.html | 5371 | <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... | mit |
josguil/corefx | src/Common/src/Interop/Unix/System.Native/Interop.GetPeerName.cs | 495 | // 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... | mit |
MarcosToledo/java-design-patterns | FactoryMethod/src/com/ibanheiz/model/Erdinger.java | 169 | package com.ibanheiz.model;
public class Erdinger extends Cerveja {
@Override
public void info() {
System.out.println("Sou uma breja alemã boa e modinha");
}
}
| mit |
mheggeseth/allReady | AllReadyApp/Web-App/AllReady.UnitTest/Areas/Admin/Features/Itineraries/AddTeamMemberCommandHandlerAsyncTests.cs | 4697 | 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... | mit |
yindaz/pbrs | mitsuba-af602c6fd98a/doc/section_phase.tex | 935 | \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
... | mit |
mjmostachetti/grasshopper-core-nodejs | release_notes/0.15.6_2014-08-18.md | 27 | ## 0.15.6
* Fixing Casing. | mit |
bitstadium/HockeySDK-Windows | Src/Kit.WP81/Universal/Tools/BooleanToVisibilityConverter.cs | 2258 | 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
... | mit |
SNAS/website | site/content/visualize.md | 563 | ---
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"... | mit |
DigitalCurationCentre/roadmap | app/javascript/src/answers/rdaMetadata.js | 16053 | 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 ... | mit |