code stringlengths 3 1.01M | repo_name stringlengths 5 116 | path stringlengths 3 311 | language stringclasses 30
values | license stringclasses 15
values | size int64 3 1.01M |
|---|---|---|---|---|---|
<?php
phpinfo(); | u8lvavhel/lemp-base-docker | www/index.php | PHP | mit | 18 |
## ember-cli [](https://travis-ci.org/stefanpenner/ember-cli) [](https://david-dm.org/stefanpenner/ember-cli)
An ember command line utility.
Supports node 0.10.5 and npm... | hinsenchan/gearbox_web_app | node_modules/ember-cli/README.md | Markdown | mit | 3,472 |
module('lively.ide.DirectoryWatcher').requires('lively.Network').toRun(function() {
// depends on the DirectoryWatcherServer
Object.extend(lively.ide.DirectoryWatcher, {
watchServerURL: new URL(Config.nodeJSURL+'/DirectoryWatchServer/'),
dirs: {},
reset: function() {
// lively.ide.DirectoryWatch... | pascience/LivelyKernel | core/lively/ide/DirectoryWatcher.js | JavaScript | mit | 4,138 |
<html>
<head>
<title>Popcorn processing unit Tests</title>
<link rel="stylesheet" href="../../test/qunit/qunit.css" type="text/css" media="screen">
<script src="../../test/qunit/qunit.js"></script>
<script src="../../popcorn.js"></script>
<script src="popcorn.processing.js"></script>
<script src="popcorn.... | ScottDowne/popcorn-js | plugins/processing/popcorn.processing.unit.html | HTML | mit | 1,398 |
/* ========================================================================
* TABLE OF CONTENTS
* ========================================================================
* ========================================================================
* LAYOUT
* ========================================================... | ktarou/sso-poc | sso-server/src/main/webapp/assets/admin/css/themes/antique-bronze.theme.css | CSS | mit | 20,940 |
// Generated by CoffeeScript 1.3.1
| trela/qikify | qikify/views/resources/scripts/js/statistics.js | JavaScript | mit | 37 |
package com.jvm_bloggers.core.data_fetching.blog_posts;
import akka.actor.ActorRef;
import akka.actor.ActorSystem;
import akka.routing.RoundRobinPool;
import com.jvm_bloggers.core.data_fetching.blogs.PreventConcurrentExecutionSafeguard;
import com.jvm_bloggers.core.rss.SyndFeedProducer;
import com.jvm_bloggers.entitie... | jvm-bloggers/jvm-bloggers | src/main/java/com/jvm_bloggers/core/data_fetching/blog_posts/BlogPostsFetcher.java | Java | mit | 2,766 |
---
summary: In our first month of operation, we hired our first two developers, and accomplished a record amount of work on both Bundler and RubyGems.org.
---
<% title "April 2015 Monthly Update" %>
Hello, everyone! This is the Ruby Together monthly update for April, 2015. This was our first month in operation, and w... | rubytogether/rubytogether.org | app/views/news/2015-04-19-april-2015-monthly-update.html.md | Markdown | mit | 6,373 |
'use strict';
require('../common');
// This test ensures that zlib throws a RangeError if the final buffer needs to
// be larger than kMaxLength and concatenation fails.
// https://github.com/nodejs/node/pull/1811
const assert = require('assert');
// Change kMaxLength for zlib to trigger the error without having to ... | enclose-io/compiler | current/test/parallel/test-zlib-brotli-kmaxlength-rangeerror.js | JavaScript | mit | 762 |
const {createAddColumnMigration} = require('../../utils');
module.exports = createAddColumnMigration('posts_meta', 'email_only', {
type: 'bool',
nullable: false,
defaultTo: false
});
| ErisDS/Ghost | core/server/data/migrations/versions/4.12/01-add-email-only-column-to-posts-meta-table.js | JavaScript | mit | 196 |
import { EventsKey } from '../events';
import BaseEvent from '../events/Event';
import { Extent } from '../extent';
import Feature from '../Feature';
import Geometry from '../geom/Geometry';
import Point from '../geom/Point';
import { ObjectEvent } from '../Object';
import Projection from '../proj/Projection';
import {... | georgemarshall/DefinitelyTyped | types/ol/source/Cluster.d.ts | TypeScript | mit | 4,599 |
<?php
require_once($argv[1]); // type.php
require_once($argv[2]); // program.php
$file_prefix = $argv[3];
?>
[apps..default]
run = true
count = 1
network.server.0.RPC_CHANNEL_TCP = NET_HDR_HTTP, dsn::tools::asio_network_provider, 65536
[apps.server]
name = server
type = server
arguments =
ports = 27001
run = true
poo... | glglwty/rDSN | bin/dsn.templates/js/single/config.ini.php | PHP | mit | 1,649 |
package tenant
import (
"context"
"testing"
"github.com/google/go-cmp/cmp"
"github.com/influxdata/influxdb/v2"
influxdbcontext "github.com/influxdata/influxdb/v2/context"
"github.com/influxdata/influxdb/v2/kit/feature"
"github.com/influxdata/influxdb/v2/kit/platform"
"github.com/influxdata/influxdb/v2/kit/pla... | influxdb/influxdb | tenant/middleware_urm_auth_test.go | GO | mit | 10,152 |
package com.lichkin.framework.springboot.controllers.impl;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springf... | china-zhuangxuxin/LKFramework | lichkin-springboot-demos/lichkin-springboot-demo-web/src/main/java/com/lichkin/framework/springboot/controllers/impl/LKDemoController.java | Java | mit | 1,209 |
//currently commented out as TokenTester is causing a OOG error due to the Factory being too big
//Not fully needed as factory & separate tests cover token creation.
/*contract("TokenTester", function(accounts) {
it("creates 10000 initial tokens", function(done) {
var tester = TokenTester.at(TokenTester.de... | PlutusIt/PlutusDEX | test/tokenTester.js | JavaScript | mit | 816 |
module.exports = {
"extends": "airbnb",
"parser": "babel-eslint",
"plugins": [
"react"
],
"rules": {
"react/prop-types": 0,
"react/jsx-boolean-value": 0,
"consistent-return": 0,
"guard-for-in": 0,
"no-use-before-define": 0,
"space-before-function-paren": [2, { "anonymous": "never... | danieloliveira079/healthy-life-app-v1 | .eslintrc.js | JavaScript | mit | 351 |
package au.com.codeka.planetrender;
import java.util.Random;
import au.com.codeka.common.PerlinNoise;
import au.com.codeka.common.Vector2;
import au.com.codeka.common.Vector3;
/**
* This class takes a ray that's going in a certain direction and warps it based on a noise pattern. This is used
* to generate misshape... | jife94/wwmmo | planet-render/src/au/com/codeka/planetrender/RayWarper.java | Java | mit | 2,860 |
body { overflow-x: hidden; font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif }
.text-muted { color: #777 }
.text-primary { color: #fed136 }
p { font-size: 14px; line-height: 1.75 }
p.large { font-size: 16px }
a, a:hover, a:focus, a:active, a.active { outline: 0 }
a { color: #fed136 }
a:hover, a... | AlexLaviolette/slack-gamebot | public/css/agency.css | CSS | mit | 14,786 |
$demoPath = 'C:\Dropbox\GitRepos\MIcrosoftVIrtualAcademy\Testing PowerShell with Pester\Demos'
## Ensure no functions were just copied/pasted into session
Remove-Item Function:\Start-ClusterTest,Function:\Restart-Cluster,Function:\Test-ClusterProblem -ErrorAction Ignore
## Import the ClusterTest module into the sessi... | kidchenko/playground | powershell-testing-powerShell-with-pester/Demos/Callouts/MockModules.ps1 | PowerShell | mit | 1,699 |
//
// QNFormUpload.h
// QiniuSDK
//
// Created by bailong on 15/1/4.
// Copyright (c) 2015年 Qiniu. All rights reserved.
//
#import "QNHttpDelegate.h"
#import "QNUpToken.h"
#import "QNUploadManager.h"
#import <Foundation/Foundation.h>
@interface QNFormUpload : NSObject
- (instancetype)initWithData:(NSData *)data
... | 1001hotel/TWCommonMoudle | TWCommonMoudle/Pods/Qiniu/QiniuSDK/Storage/QNFormUpload.h | C | mit | 707 |
## AzureResourceSchema
These settings apply only when `--azureresourceschema` is specified on the command line.
### AzureResourceSchema multi-api
``` yaml $(azureresourceschema) && $(multiapi)
batch:
- tag: schema-kubernetes-2021-04-01-preview
- tag: schema-kubernetes-2021-03-01
- tag: schema-kubernetes-2020-0... | AuxMon/azure-rest-api-specs | specification/hybridkubernetes/resource-manager/readme.azureresourceschema.md | Markdown | mit | 1,469 |
<?php defined('SYSPATH') or die('No direct script access.');
class Jelly_Meta extends Jelly_Core_Meta {}
| loonies/kohana-jelly | classes/jelly/meta.php | PHP | mit | 106 |
//>>built
define("clipart/SpinInput",["dojo/_base/declare","clipart/_clipart"],function(_1,_2){
return _1("clipart.SpinInput",[_2],{});
});
| Bonome/pauline-desgrandchamp.com | lib/clipart/SpinInput.js | JavaScript | mit | 140 |
//
// RMMultipleViewsController.h
// RMMultipleViewsController-Demo
//
// Created by Roland Moers on 29.08.13.
// Copyright (c) 2013 Roland Moers
//
// Fade animation and arrow navigation strategy are based on:
// AAMultiViewController.h
// AAMultiViewController.m
// Created by Richard Aurbach on 11/21/2013... | TaemoonCho/RMMultipleViewsController | RMMultipleViewsController/RMMultipleViewsController.h | C | mit | 5,101 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_171) on Mon Apr 22 17:36:00 CST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>cn.jpush.im.android.api.exc... | raoxudong/jpush-docs | zh/jmessage/client/im_android_api_docs/cn/jpush/im/android/api/exceptions/package-tree.html | HTML | mit | 5,357 |
## www.pubnub.com - PubNub Real-time push service in the cloud.
# coding=utf8
## PubNub Real-time Push APIs and Notifications Framework
## Copyright (c) 2010 Stephen Blum
## http://www.pubnub.com/
import sys
from pubnub import PubnubTornado as Pubnub
publish_key = len(sys.argv) > 1 and sys.argv[1] or 'demo'
subscri... | teddywing/pubnub-python | python-tornado/examples/here-now.py | Python | mit | 1,031 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Collections.Concurrent;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Common.Core;
using Microso... | AlexanderSher/RTVS | src/Windows/Host/Client/Impl/BrokerServices/WebServer.cs | C# | mit | 6,593 |
<?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 l... | prashantevolvus/crux | google/src/Google/Cache/Null.php | PHP | mit | 1,222 |
/**
* Created by jiangli on 15/1/6.
*/
"use strict";
var request = require('request');
var iconv = require('iconv-lite');
var crypto = require('crypto');
var Buffer = require('buffer').Buffer;
/**
* [_parseYouku 解析优酷网]
* @param [type] $url [description]
* @return [type] [description]
*/
module.exports = f... | jiangli373/nodeParseVideo | lib/youku.js | JavaScript | mit | 21,702 |
/*
* Copyright (c) 2011 Stephen A. Pratt
*
* 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, m... | stevefsp/critterai | src/main/Assets/CAI/util/interop/AllocType.cs | C# | mit | 2,238 |
package cn.mutils.app.alipay;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
} | lounien/OApp | Alipay/src/test/java/cn/mutils/app/alipay/ExampleUnitTest.java | Java | mit | 313 |
class Post < ActiveRecord::Base
validates :title, presence: true
validates :slug, presence: true, uniqueness: true
acts_as_url :title, :url_attribute => :slug
default_scope order('created_at desc')
def to_param
slug
end
def external?
!url.blank?
end
end
| chanman82/ChandlerCollins.com | app/models/post.rb | Ruby | mit | 280 |
---
title: Împlinirea Legii în totalitate
date: 07/09/2017
---
`Cum împăcăm comentariul dezaprobator al lui Pavel, cu privire la datoria de a împlini „toată Legea” (Galateni 5:3), cu alte declaraţii ale sale despre împlinirea Legii? Compară Romani 10:5; Galateni 3:10,12; 5:3 cu Romani 8:4; 13:8; Galateni 5:14.`
Mu... | PrJared/sabbath-school-lessons | src/ro/2017-03/11/06.md | Markdown | mit | 2,498 |
# -*- coding: utf-8 -*-
import numbers
import numpy as np
from ..constants import BOLTZMANN_IN_MEV_K
from ..energy import Energy
class Analysis(object):
r"""Class containing methods for the Data class
Attributes
----------
detailed_balance_factor
Methods
-------
integrate
position
... | neutronpy/neutronpy | neutronpy/data/analysis.py | Python | mit | 8,726 |
deal | bonvio-opr/bonvioCRM | src/main/webapp/resources/templates/dealPage.html | HTML | mit | 4 |
---
title: 'Два големи хора за благодарствени песни'
date: 03/12/2019
---
`Прочетете Неемия 12:31-42. Защо музиката е толкова важна част от празника?`
Част от богослужението по времето на Неемия е създаването на два хора за благодарствени песни, обикалящи из Йерусалим и пеещи под съпровод на музикални инструменти. Те... | PrJared/sabbath-school-lessons | src/bg/2019-04/10/04.md | Markdown | mit | 3,566 |
---
title: Moderador
date: 06/01/2017
---
**Texto-Chave**: II Pedro 1:19-21
#### **Com o Estudo desta Lição, o Membro da unidade de ação Vai:**
- **Aprender**: A compreender que a Bíblia é a vontade revelada de Deus, inspirada pelo Espírito Santo. É uma salvaguarda para a sua fé e um padrão pelo qual deve ser test... | PrJared/sabbath-school-lessons | src/pt/2017-01/01/teacher-comments.md | Markdown | mit | 10,587 |
# Strict mode
When you create a new workspace or an application you have an option to create them in a strict mode using the `--strict` flag.
Enabling this flag initializes your new workspace or application with a few new settings that improve maintainability, help you catch bugs ahead of time.
Additionally, applicat... | blesh/angular | aio/content/guide/strict-mode.md | Markdown | mit | 1,708 |
pre {
display: none;
}
table {
font-family: inherit;
font-size: inherit;
border: inherit;
}
#groupparts {
width: 100% !important;
margin-left: auto;
margin-right: auto;
}
#groupparts th {
width: auto !important;
}
table.pgrouptable {
background-color: inherit !important;
}
table... | mattsmart/uwaterloo-igem-2015 | wiki/CSS/parts.css | CSS | mit | 490 |
using System.IO;
using Aspose.Cells;
using System;
namespace Aspose.Cells.Examples.CSharp.Data.Handling
{
public class AddingDataToCells
{
public static void Run()
{
// ExStart:1
// The path to the documents directory.
string dataDir = RunExamples.GetDataDir... | aspose-cells/Aspose.Cells-for-.NET | Examples/CSharp/Data/Handling/AddingDataToCells.cs | C# | mit | 1,673 |
<?php
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
/**
* LICENSE:
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) a... | kinnngg/knightofsorrow.tk | bgp/admin/boxgamefile.php | PHP | mit | 7,705 |
//
// FKFlickrAuthOauthGetAccessToken.h
// FlickrKit
//
// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
#import "FKFlickrAPIMethod.h"
typedef enum {
FKFlickrAuthOauthGet... | king7532/TaylorSource | examples/Gallery/Pods/FlickrKit/Classes/Model/Generated/Auth/Oauth/FKFlickrAuthOauthGetAccessToken.h | C | mit | 1,951 |
/**
*
* \file
*
* \brief This module contains NMC1000 SPI protocol bus APIs implementation.
*
* Copyright (c) 2016-2018 Microchip Technology Inc. and its subsidiaries.
*
* \asf_license_start
*
* \page License
*
* Subject to your compliance with these terms, you may use Microchip
* software and any derivati... | openmv/openmv | src/drivers/winc1500/include/driver/include/nmspi.h | C | mit | 3,627 |
/*plugin styles*/
.visualize { border: 1px solid #ccc; position: relative; background: #fafafa; margin:0 auto 30px auto; }
.visualize canvas { position: absolute; }
.visualize ul, .visualize li { margin: 0; padding: 0; }
/*table title, key elements*/
.visualize .visualize-info { padding: 3px 5px; background: #fa... | cristinarandall/selfstarter | public/stylesheets/stats/jquery.visualize.css | CSS | mit | 2,718 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System.Collections.Generic;
using System.Text.Json;
using Azure.Core;
namespace Azure.Analytics.Synapse.Artifacts.Models
{
public partial class ShopifySource : IUtf8JsonSe... | brjohnstmsft/azure-sdk-for-net | sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/ShopifySource.Serialization.cs | C# | mit | 5,009 |
// This file has been autogenerated.
exports.setEnvironment = function() {
process.env['AZURE_SUBSCRIPTION_ID'] = 'e0b81f36-36ba-44f7-b550-7c9344a35893';
};
exports.scopes = [[function (nock) {
var result =
nock('http://management.azure.com:443')
.get('/subscriptions/e0b81f36-36ba-44f7-b550-7c9344a35893/resourc... | lmazuel/azure-sdk-for-node | test/recordings/iothub-tests/IoTHub_IoTHub_Lifecycle_Test_Suite_should_get_a_single_eventhub_consumer_group_successfully.nock.js | JavaScript | mit | 2,416 |
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | eirTony/INDI1 | to/lang/OpenCV-2.2.0/modules/imgproc/src/moments.cpp | C++ | mit | 19,603 |
## About threex.tweencontrols.js
* NOTES: is it position only ?
* it gives the currentPosition
* it gives the targetPosition
* it gives a transitionDelay
* targetPosition is dynamic
- everytime it changes, test if a tweening is in progress
- if current tweening, don't change the delay
- else put default de... | atj1979/threex | src/threex.peppernodes/examples/TODO_static.md | Markdown | mit | 3,307 |
/**********************************************************************
*<
FILE: RealWorldMapUtils.h
DESCRIPTION: Utilities for supporting real-world maps size parameters
CREATED BY: Scott Morrison
HISTORY: created Feb. 1, 2005
*> Copyright (c) 2005, All Rights Reserved.
************************************... | palestar/medusa | Tools/MedusaExport/max9/include/RealWorldMapUtils.h | C | mit | 4,364 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.ComponentModel.Composition;
using Microsoft.CodeAnalysis.Editor;
usin... | dotnet/roslyn | src/VisualStudio/CSharp/Impl/Interactive/CSharpInteractiveCommandHandler.cs | C# | mit | 2,251 |
class AddIndexes < ActiveRecord::Migration
def self.up
add_index :authentications, :user_id
add_index :games, :black_player_id
add_index :games, :white_player_id
add_index :games, :current_player_id
add_index :games, [:id, :current_player_id, :finished_at]
end
def self.down
remove_index :... | brownman/alone.in.the.galaxy | db/migrate/20101017234019_add_indexes.rb | Ruby | mit | 560 |
module.exports = {
getMeta: function(meta) {
var d = meta.metaDescription || meta.description || meta.Description;
if (d && d instanceof Array) {
d = d[0];
}
return {
description: d
}
}
}; | loklak/loklak_webclient | iframely/plugins/meta/description.js | JavaScript | mit | 264 |

Long Haul is a minimal jekyll theme built with COMPASS / SASS / SUSY and focuses on long form blog plosts. It is meant to used as a starting point for a jekyll blog/website.
If you really enjoy Long Haul and want to give me credit somewhere on the send or tweet out your experience w... | mhaslam/long-haul | README.md | Markdown | mit | 1,677 |
#ifndef _BMP_IO_H
#define _BMP_IO_H
#include <stdio.h>
#include "dot_matrix_font_to_bmp.h"
int read_and_alloc_one_bmp(FILE *fp, bmp_file_t *ptrbmp);
void free_bmp(bmp_file_t *ptrbmp);
int output_bmp(FILE *fp, bmp_file_t *ptrbmp);
#endif
| lin2724/dot_matrix_font_to_bmp | src/bmp_io.h | C | mit | 240 |
/*
* Treeview 1.5pre - jQuery plugin to hide and show branches of a tree
*
* http://bassistance.de/jquery-plugins/jquery-plugin-treeview/
* http://docs.jquery.com/Plugins/Treeview
*
* Copyright (c) 2007 Jörn Zaefferer
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-... | rgeraads/phpDocumentor2 | data/templates/responsive-twig/js/jquery.treeview.js | JavaScript | mit | 8,204 |
---
title: '如何玩想玩的断恨我和大家一样是一个喜欢举高高的人.'
layout: post
tags:
- bootstrap
- simple
- css
- web
---
我和大家一样是一个喜欢举高高的人.
| sickpoet/sickpoet.github.io | _posts/2017-10-25-css-bootstrap-simple-myfirsttest2.md | Markdown | mit | 209 |
<?php
/*
* This file is part of the phpflo\phpflo-fbp package.
*
* (c) Marc Aschmann <maschmann@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PhpFlo\Fbp\Loader\Tests;
use org\bovigo\vfs\vfsStream;
use org\bo... | bergie/phpflo | src/PhpFlo/Fbp/Tests/Loader/LoaderTest.php | PHP | mit | 4,944 |
!((document, $) => {
var clip = new Clipboard('.copy-button');
clip.on('success', function(e) {
$('.copied').show();
$('.copied').fadeOut(2000);
});
})(document, jQuery);
| cehfisher/a11y-style-guide | src/global/js/copy-button.js | JavaScript | mit | 186 |
---
title: Christ’s Messages for Then and Now
date: 09/01/2019
---
There were more than seven churches in Asia, but Jesus spoke 7 distinctive messages (Rev 2&3) for the churches in that province. This suggests the symbolic significance of these messages for Christians (Rev 1:11, 19, 20). Their meanings apply on thr... | PrJared/sabbath-school-lessons | src/en/2019-01-45-sec/02/05.md | Markdown | mit | 1,370 |
/*
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
.yui-h-slider, .yui-v-slider {
position: relative;
}
.yui-h-slider .yui-slider-thumb, .yui-v-slider .yui-slider-thumb {
position: absolute;
cursor: default;
}
.yui-sk... | LeanLaunchLab/LeanLaunchLab | public/ckeditor/plugins/uicolor/yui/assets/yui.css | CSS | mit | 3,433 |
<!DOCTYPE html>
<html>
<head>
<title>Centering grid content</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<meta name="description" content="Centering grid content" />
<meta name="keywords" content="javascript, dynamic, grid, layout, jquery plugin, flex layouts"/>
<link rel="ico... | kombai/freewall | example/centering-grid.html | HTML | mit | 2,327 |
var binary = require('node-pre-gyp');
var path = require('path');
var binding_path = binary.find(path.resolve(path.join(__dirname,'./package.json')));
var binding = require(binding_path);
var Stream = require('stream').Stream,
inherits = require('util').inherits;
function Snapshot() {}
Snapshot.prototype.getHead... | timmyg/pedalwagon-api | node_modules/node-inspector/node_modules/v8-profiler/v8-profiler.js | JavaScript | mit | 5,446 |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2019 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
/**
* Server/client environment: argument handling, config file parsing,
* thre... | CryptArc/bitcoin | src/util/system.h | C | mit | 11,747 |
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Sonata\AdminBundle\DependencyInjection;
use Symfony\C... | nico06530/tutolympique | vendor/sonata-project/admin-bundle/DependencyInjection/AbstractSonataAdminExtension.php | PHP | mit | 6,338 |
<?php
namespace Druidfi;
class Envs
{
const ENV_DEVELOPMENT = 'development';
const ENV_TESTING = 'testing';
const ENV_STAGING = 'staging';
const ENV_PRODUCTION = 'production';
const ERROR_NOT_VALID = 'Error: env "%s" is not valid! Please use one of the following: %s';
/**
* Get error mes... | druidfi/build-tools-beta | src/Druidfi/Envs.php | PHP | mit | 1,091 |
// This file was generated based on 'C:\ProgramData\Uno\Packages\Fuse.Reactive\0.18.8\$.uno'.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Fuse.Behavior.h>
namespace g{namespace Fuse{namespace Reactive{struct Binding;}}}
namespace g{namespace Fuse{struct Node;}}
namespace g... | blyk/BlackCode-Fuse | TestApp/.build/Simulator/Android/include/Fuse.Reactive.Binding.h | C | mit | 1,275 |
from itertools import imap, chain
def set_name(name, f):
try:
f.__pipetools__name__ = name
except (AttributeError, UnicodeEncodeError):
pass
return f
def get_name(f):
from pipetools.main import Pipe
pipetools_name = getattr(f, '__pipetools__name__', None)
if pipetools_name:
... | katakumpo/pipetools | pipetools/debug.py | Python | mit | 672 |
# gl-geometry [](http://github.com/badges/stability-badges)
A flexible wrapper for [gl-vao](http://github.com/mikolalysenko/gl-vao)
and [gl-buffer](http://github.com/mikolalysenko/gl-buffer) that you can use to
set up renderable WebGL geome... | 1wheel/webgl-workshop | node_modules/gl-geometry/README.md | Markdown | mit | 4,082 |
---
title: СТРАЖДАННЯ І ПРИКЛАД ХРИСТА
date: 01/05/2017
---
### СТРАЖДАННЯ І ПРИКЛАД ХРИСТА
`Прочитайте уривок 1 Петра 3:13-22. Як християни повинні відповідати тим, хто завдає їм страждань через їхню віру? Який зв’язок між стражданнями Ісуса та стражданнями віруючих за свою віру?`
Коли Петро каже: «А коли й те... | imasaru/sabbath-school-lessons | src/uk/2017-02/06/03.md | Markdown | mit | 3,419 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt-->
<title>Class FilePath</title>
<link rel="stylesheet" type="text/css" href="../../styles/ddox.css"/>
<link rel="stylesheet" ... | Circular-Studios/Dash-Docs | api/v0.6.2/utility/filepath/FilePath.html | HTML | mit | 12,443 |
{% if page.meta_description %} {% assign meta_description = page.meta_description %} {% else %} {%
assign meta_description = page.content | strip_html | strip_newlines | truncate: 150 %} {% endif %}
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#">
<title>{{ page.meta_t... | ChrisSargent/stickypixel | src/_includes/head.html | HTML | mit | 4,077 |
---
layout: media
title: "In front of book shelves"
excerpt: "PaperFaces portrait of @mr_craig drawn with Paper by 53 on an iPad."
image:
feature: paperfaces-mr-craig-twitter-lg.jpg
thumb: paperfaces-mr-craig-twitter-150.jpg
category: paperfaces
tags: [portrait, illustration, paper by 53]
---
PaperFaces portrait ... | jrbarnett/real-site | _posts/paperfaces/2012-11-05-mr-craig-portrait.md | Markdown | mit | 407 |
using System;
using NPoco;
using Umbraco.Cms.Infrastructure.Persistence.DatabaseAnnotations;
namespace Umbraco.Cms.Infrastructure.Persistence.Dtos
{
[TableName(TableName)]
[ExplicitColumns]
[PrimaryKey("Id")]
internal class TwoFactorLoginDto
{
public const string TableName = Cms.Core.Consta... | marcemarc/Umbraco-CMS | src/Umbraco.Infrastructure/Persistence/Dtos/TwoFactorLoginDto.cs | C# | mit | 1,035 |
/**
* webdriverio
* https://github.com/Camme/webdriverio
*
* A WebDriver module for nodejs. Either use the super easy help commands or use the base
* Webdriver wire protocol commands. Its totally inspired by jellyfishs webdriver, but the
* goal is to make all the webdriver protocol items available, as near the or... | testingbot/webdriverjs | index.js | JavaScript | mit | 1,748 |
<?php
/*
* This file is part of the Elcodi package.
*
* Copyright (c) 2014-2015 Elcodi.com
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* Feel free to edit as you please, and have fun.
*
* @author Marc Morera <yuhu@mmoreram.c... | shopery/elcodi | src/Elcodi/Component/Currency/Adapter/CurrencyExchangeRatesProvider/YahooFinanceProviderAdapter.php | PHP | mit | 2,097 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Unicode Manipulation: GLib Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="GLib Re... | imx6uldev/depedency_tools | glib/glib-2.46.2/docs/reference/glib/html/glib-Unicode-Manipulation.html | HTML | mit | 232,765 |
package org.telegram.android.views.dialog;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import android.os.SystemCloc... | ex3ndr/telegram | app/src/main/java/org/telegram/android/views/dialog/ConversationListView.java | Java | mit | 13,050 |
/*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-2014 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any person ... | xsilium-frameworks/xsilium-engine | Library/Ogre/Components/Overlay/src/OgreOverlay.cpp | C++ | mit | 11,191 |
#pragma once
#include <GLUL/Config.h>
#include <GLUL/Input/Event.h>
#include <GLUL/Input/Types.h>
#include <glm/vec2.hpp>
namespace GLUL {
namespace Input {
class GLUL_API MouseButtonEvent : public Event {
public:
MouseButtonEvent();
MouseButtonEvent(MouseBu... | RippeR37/GLUL | include/GLUL/Input/EventTypes/MouseButtonEvent.h | C | mit | 1,287 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>FreeType-2.5.0 API Reference</title>
<style type="text/css">
body { font-family: Verdana, Geneva, Arial, Helvetica, ser... | GlenDC/StarEngine | libs/freetype-2.5.0.1/docs/reference/ft2-lcd_filtering.html | HTML | mit | 13,164 |
/*
Highcharts JS v8.2.2 (2020-10-22)
(c) 2016-2019 Highsoft AS
Authors: Jon Arild Nygard
License: www.highcharts.com/license
*/
(function(b){"object"===typeof module&&module.exports?(b["default"]=b,module.exports=b):"function"===typeof define&&define.amd?define("highcharts/modules/sunburst",["highcharts"],functio... | cdnjs/cdnjs | ajax/libs/highcharts/8.2.2/modules/sunburst.js | JavaScript | mit | 25,544 |
import _extends from "@babel/runtime/helpers/esm/extends";
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
import * as React from 'react';
import PropTypes from 'prop-types';
import { Transition } from 'react-transition-group';
import useTheme from '../styles/useThem... | cdnjs/cdnjs | ajax/libs/material-ui/4.9.9/es/Grow/Grow.js | JavaScript | mit | 4,874 |
import * as React from 'react';
declare class JqxGrid extends React.PureComponent<IGridProps, IState> {
protected static getDerivedStateFromProps(props: IGridProps, state: IState): null | IState;
private _jqx;
private _id;
private _componentSelector;
constructor(props: IGridProps);
compon... | cdnjs/cdnjs | ajax/libs/jqwidgets/12.1.2/jqwidgets-react-tsx/jqxgrid/react_jqxgrid.d.ts | TypeScript | mit | 21,567 |
"use strict";
exports.__esModule = true;
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
var _createElement = _interopRequireDefault(require("../createElement"));
var _css = _interopRequireDefault(require("../StyleSheet/css"));
var _pick = _interopRequireDefault(require("../../modu... | cdnjs/cdnjs | ajax/libs/react-native-web/0.0.0-e437e3f47/cjs/exports/View/index.js | JavaScript | mit | 6,819 |
/*******************************************************************************
* Copyright (c) 2011, 2020 Eurotech and/or its affiliates and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.o... | ctron/kura | kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/NetInterfaceRemovedEvent.java | Java | epl-1.0 | 1,545 |
package invalid;
public class TestInvalidFieldInitializer3 {
private Object field= /*]*/foo()/*[*/;
public Object foo() {
return field;
}
}
| maxeler/eclipse | eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/invalid/TestInvalidFieldInitializer3.java | Java | epl-1.0 | 151 |
// Copyright (c) 2016 IBM Corporation.
#ifndef LANGUAGE_EXTERN_H
#define LANGUAGE_EXTERN_H
#include "language-extern_sigs.h"
#include <stdexcept>
#include <fstream>
#include <sstream>
#include "termprinter.h"
#include "termreader.h"
template <typename a>
tosca::StringTerm& PrintTerm(tosca::Context& ctx, tosca::Stri... | TransScript/TransScript | targets/cpp/std/src/std/language-extern.h | C | epl-1.0 | 1,893 |
/* ********************************************************************** **
** Copyright notice **
** **
** (c) 2005-2009 RSSOwl Development Team **
... | rssowl/RSSOwl | org.rssowl.core/src/org/rssowl/core/internal/persist/service/EventsMap.java | Java | epl-1.0 | 6,658 |
/*******************************************************************************
* Copyright (c) 2011, 2020 Eurotech and/or its affiliates and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.o... | ctron/kura | kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/shared/model/GwtDeviceConfig.java | Java | epl-1.0 | 7,591 |
/*
* Copyright (c) 2013 Cisco Systems, Inc. and others. 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
*/
package org.op... | yuyf10/opendaylight-controller | opendaylight/md-sal/sal-remoterpc-connector/implementation/src/test/java/org/opendaylight/controller/sal/connector/remoterpc/ServerImplTest.java | Java | epl-1.0 | 6,052 |
/*******************************************************************************
* Copyright (c) 2010 - 2013 IBM Corporation and others.
* 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, a... | scela/EclipseCon2014 | com.vogella.e4.appmodel.app/src/com/vogella/e4/appmodel/app/handlers/QuitHandler.java | Java | epl-1.0 | 1,040 |
/*
* Copyright (c) 2012-2018 Red Hat, Inc.
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Red Hat, Inc. - initial API a... | akervern/che | plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/compare/MutableAlteredFiles.java | Java | epl-1.0 | 2,645 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_25) on Thu Sep 12 10:51:18 BST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Interface c... | vuk/Clojure-Movies | resources/apache-jena/javadoc-core/com/hp/hpl/jena/rdf/model/class-use/ModelGraphInterface.html | HTML | epl-1.0 | 11,830 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | Mark-Booth/daq-eclipse | uk.ac.diamond.org.apache.activemq/org/apache/activemq/transport/multicast/MulticastDatagramHeaderMarshaller.java | Java | epl-1.0 | 1,880 |
/*******************************************************************************
* Copyright (c) 2010 Oak Ridge National Laboratory.
* 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 i... | ControlSystemStudio/cs-studio | applications/databrowser/databrowser-plugins/org.csstudio.trends.databrowser2/src/org/csstudio/trends/databrowser2/propsheet/UseDefaultArchivesAction.java | Java | epl-1.0 | 1,688 |
/*
* Debrief - the Open Source Maritime Analysis Application
* http://debrief.info
*
* (C) 2000-2014, PlanetMayo Ltd
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.... | alastrina123/debrief | org.mwc.cmap.legacy/src/MWC/GUI/Properties/Swing/SwingDatePropertyEditor.java | Java | epl-1.0 | 7,774 |
/* Copyright (c) 2007 Scott Lembcke
*
* 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, pu... | soniyj/basement | src/Cocos2d-x/TestGame1/cocos2d/external/chipmunk/include/chipmunk/constraints/cpPinJoint.h | C | gpl-2.0 | 1,974 |
/*
* Syscall interface to knfsd.
*
* Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
*/
#include <linux/slab.h>
#include <linux/namei.h>
#include <linux/ctype.h>
#include <linux/sunrpc/svcsock.h>
#include <linux/lockd/lockd.h>
#include <linux/sunrpc/addr.h>
#include <linux/sunrpc/gss_api.h>
#include <linu... | zoobab/vzkernel | fs/nfsd/nfsctl.c | C | gpl-2.0 | 31,358 |
/*
Copyright_License {
XCSoar Glide Computer - http://www.xcsoar.org/
Copyright (C) 2000-2012 The XCSoar Project
A detailed list of copyright holders can be found in the file "AUTHORS".
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
... | damianob/xcsoar_mess | src/Polar/Polar.cpp | C++ | gpl-2.0 | 3,382 |
package io.mycat.backend.postgresql;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.NetworkChannel;
import java.nio.channels.SocketChannel;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
... | inspur-iop/Mycat-Server | src/main/java/io/mycat/backend/postgresql/PostgreSQLBackendConnection.java | Java | gpl-2.0 | 14,050 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.