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
--- title: സ്വസ്ഥതയുടെ വില date: 17/07/2021 --- ### ഈ ആഴ്ചയിലെ പഠനത്തിന് 2 ശമൂ. 11:1-27; 12:1-23; 1 യോഹ. 1:9; ഉല്പത്തി 3:1-8. > <p>മനഃപാഠവാക്യം</p> > “ദൈവമേ, നിർമ്മലമായൊരു ഹൃദയം എന്നിൽ സൃഷ്ടിച്ചു സ്ഥിരമായോരാത്മാവിനെ എന്നിൽ പുതുക്കണമേ” (സങ്കീ. 51:10). ഒരല്പം ആശ്വാസത്തിനും സമാധാനത്തിനുമായി അനേകർ അലഞ്ഞുനടക്കുന്നു. അ...
imasaru/sabbath-school-lessons
src/ml/2021-03/04/01.md
Markdown
mit
4,723
function ssh-tunnel { remote_host=$1 remote_port=$2 local_port=$3 ssh -L ${local_port}:localhost:${remote_port} ${remote_host} } # ~/.ssh/config ###### # Host * # IdentityFile ~/.ssh/id_rsa+%r@%h # Host * # IdentityFile ~/.ssh/id_rsa ###### # # e.g. ~/.ssh/id_rsa+<REMOTE_USER>@<REMOTE_HOST> # # ln -s <KE...
scheleaap/zsh-config
old/modules/ssh.zsh
Shell
mit
518
<?php /** * (c) Vincent Patry * This file is part of the Rebond package * For the full copyright and license information, please view the LICENSE.txt * file that was distributed with this source code. */ namespace Rebond\Models\Core; class Folder extends BaseFolder { public function __construct($setDefault = ...
vincium/rebond-framework
src/Rebond/Models/Core/Folder.php
PHP
mit
561
--- permalink: /blog/ profile: false layout: list --- <ul id="post-list"> {% for post in site.posts %} <li> <a href="/{{ post.url | remove_first: '/' }}"><aside class="dates">{{ post.date | date:"%b %d, %Y" }}</aside></a> <a href="/{{ post.url | remove_first: '/' }}">{{ post.title ...
aqafiam/aqafiam.github.io
blog.md
Markdown
mit
366
win = windows.getAll()[0] test(function() { g[0] = groups.create( [ { url: "data:text/plain,1" }, { url: "data:text/plain,2" }, { url: "data:text/plain,yay" }, ]) assert_equals(g[0].tabs.getAll().length, 3) var tab = g[0].tabs.getAll()[2] g[1] = groups.create( [ tab, // <-- throws { url: "da...
1974kpkpkp/operaextensions.js
tests/WindowsTabs/adhock/groups.create-shouldnt-throw/oex/test.js
JavaScript
mit
474
<!DOCTYPE html> <html lang="en"><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" HREF="favicon.ico"> <title>graph3d ...
reshak/angular-dashboard-framework
sample/widgets/topology/sample/components/vis/docs/graph3d/index.html
HTML
mit
24,262
require File.expand_path('../../lib/mac_bacon', __FILE__) $false_is_not_true = false.should.not.be.true $nil_is_not_true = nil.should.not.be.true describe 'A non-true value' do it 'should pass negated tests inside specs' do false.should.not.be.true nil.should.not.be.true end it 'should pass negated t...
alloy/MacBacon
test/spec_nontrue.rb
Ruby
mit
427
<h1 class="ui top attached header">Add new Test Case</h1> <div class="ui attached segment"> <div class='ui form' id="new-testcase-form" data-parsley-validate> <div class="field"> <label>Name</label> <input name="name" id="testcase-name-input" placeholder="Name" type="text" value="" data-parsley-required="tru...
kinow/nestor
public/templates/testcases/newTestCaseTemplate.html
HTML
mit
1,553
class OriginalDatabaseMigration < ActiveRecord::Migration def self.up create_table "articles", :force => true do |t| t.string "title" t.string "hypertitle" t.text "html" t.string "author" t.boolean "published" t.integer "category_id" t.integer "issue_id" ...
mikezaby/lamepress_legacy
db/migrate/20111004235243_original_database_migration.rb
Ruby
mit
5,659
// @flow import Bluebird from 'bluebird'; import type { Disposable } from 'bluebird'; const defer: Bluebird.Defer = Bluebird.defer(); const promise: Bluebird<*> = defer.promise; (promise.isFulfilled(): bool); promise.reflect().then(inspection => { (inspection.isCancelled(): bool); (inspection.pending(): bool); });...
splodingsocks/FlowTyped
definitions/npm/bluebird_v3.x.x/flow_v0.32.x-v0.32.x/test_bluebird_v3.x.x.js
JavaScript
mit
5,228
--- title: About permalink: about/ layout: page --- # About culinary.af is a site by [Soroush Khanlou](http://khanlou.com). It's where he keeps his recipes. It's powered by an open-source JavaScript ingredient parsing library called `pepin`, which you can find on [Github](http://github.com/khanlou/pepin).
khanlou/cookbook
about.md
Markdown
mit
310
"use strict"; input.map(function (item) { return item + 1; }); (function (a) { return a + 1; });
yuzexia/learn-365
learn/ES6-learn/ECMAScript6-intro/ES5/test.js
JavaScript
mit
102
Fabricator(:mutation_type) do name { sequence(:name) { |i| "Mutation Type ##{i}" } } end
bainscou/docm
spec/fabricators/mutation_type_fabricator.rb
Ruby
mit
91
package com.aspose.imaging.api.imagingapi; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layou...
aspose-imaging/Aspose.Imaging-for-Cloud
Examples/Android/app/src/main/java/com/aspose/imaging/api/imagingapi/MainActivity.java
Java
mit
346
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin developers // Copyright (c) 2013 The Sifcoin developers // Copyright (c) 2013 The Quarkcoin developers // Copyright (c) 2013-2014 The BitQuark Developers // Copyright (c) 2014 The BitCrystal Developers // Distributed under the MIT/X11 so...
bitcrystal/bitcrystal_v20
src/main.cpp
C++
mit
171,871
// 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 enable using System; using System.Collections.Generic; using System.Collections.Immutable; using System....
jmarolf/roslyn
src/Compilers/Core/Portable/DiagnosticAnalyzer/AnalysisScope.cs
C#
mit
8,878
import * as React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <path d="m12 17.27l4.15 2.51c.76.46 1.69-.22 1.49-1.08l-1.1-4.72 3.67-3.18c.67-.58.31-1.68-.57-1.75l-4.83-.41-1.89-4.46c-.34-.81-1.5-.81-1.84 0L9.19 8.63l-4.83.41c-.88.07-1.24 1.17-.57 1.75l3.67 3.18-1.1 ...
callemall/material-ui
packages/material-ui-icons/fixtures/material-design-icons/expected/StarRounded.js
JavaScript
mit
382
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using MIMWebClient.Core.Item; using MIMWebClient.Core.World.Items.MiscEQ.Light; namespace MIMWebClient.Core.Player.Skills { using MIMWebClient.Core.Events; using MIMWebClient.Core.PlayerSetup; ...
LiamKenneth/MIM
MIMWebClient/Core/Player/Spells/ContinualLight.cs
C#
mit
9,537
--- layout: post title: '' date: 2016-03-02 09:02:20.000000000 -06:00 type: post published: true status: publish categories: [] tags: [] meta: tumblr_the-travels-of-we_permalink: http://the-travels-of-we.tumblr.com/post/140323353661/teaching-today-at-the-university-of-western-cape tumblr_the-travels-of-we_id: '1403...
wlftn/wlftn.github.io
_posts/2016-03-02-teaching-today-at-the-university-of-western-cape.html
HTML
mit
629
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <script type="text/javascript" src="../../../require_config.js" id="require_config"></script> <script type="text/javascript" src="spec_runner.js"></script> <script type="text/javascript"> ( f...
jpommerening/laxar
lib/profiling/spec/spec_runner.html
HTML
mit
1,654
using System; using System.Collections.Generic; using System.Linq; using System.Text; using GAPPSF.Utils; namespace GAPPSF.OKAPI { public class Convert { public static Core.Data.Geocache AddGeocache(Core.Storage.Database db, OKAPIService.Geocache gc) { Core.Data.Geocache result = n...
RH-Code/GAPP
GAPPSF/OKAPI/Convert.cs
C#
mit
11,565
<?php return unserialize('a:3:{i:0;O:26:"Doctrine\\ORM\\Mapping\\Table":5:{s:4:"name";s:8:"mtx_news";s:6:"schema";N;s:7:"indexes";N;s:17:"uniqueConstraints";N;s:7:"options";a:0:{}}i:1;O:27:"Doctrine\\ORM\\Mapping\\Entity":2:{s:15:"repositoryClass";s:47:"SM\\Bundle\\AdminBundle\\Repository\\NewsRepository";s:8:"readOnly...
githubsvn/jovial
app/cache/prod/annotations/SM-Bundle-AdminBundle-Entity-News.cache.php
PHP
mit
392
/** MIT License Copyright (c) 2017 Kola Oyewumi 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, pub...
mattkol/SugarOnRest
sugaronrest/src/main/java/com/sugaronrest/restapicalls/methodcalls/InsertEntries.java
Java
mit
6,829
#!/usr/bin/env ruby require 'csv' require 'nokogiri' require 'open-uri' #require 'awesome_print' require 'pg' conn = PGconn.open(:dbname => 'baseball') ncaa_team_schedules = conn.exec('select ts.* from ncaa_pbp.team_schedules ts left join ncaa_pbp.periods p on (ts.game_id,ts.team_id)=(p.game_id,p.team_id) where ...
JakeRuss/baseball-public
ncaa_pbp/scrapers/ncaa_play_by_play_mt_update.rb
Ruby
mit
6,174
/*! * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -webkit-text-size-adjust: 1...
peninquen/peninquen.github.io
_sass/bootstrap/dist/css/bootstrap.min.css
CSS
mit
120,815
<template name="dockingHistoryRejected"> {{> dockingHistoryNav}} {{#if Template.subscriptionsReady}} {{> dockingHistoryRejectedForbid}} <h3 class='text-xs-center m-t-3'>Rejected Dockings</h3> <div class="col-md-10 offset-md-1"> <p class='text-xs-center text-muted'> These dockings were rej...
gospacecadet/mart-vibe-spacecadet
packages/mart-vibe-spacecadet/templates/dockings/docking-history/docking-history-rejected.html
HTML
mit
1,019
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /* | ------------------------------------------------------------------- | DATABASE CONNECTIVITY SETTINGS | ------------------------------------------------------------------- | This file will contain the settings needed to access your database. | |...
vihoangson/learning_english
application/config/database.php
PHP
mit
4,540
<?xml version="1.0" ?><!DOCTYPE TS><TS language="it" version="2.1"> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About NavajoCoin</source> <translation type="unfinished"/> </message> <message> <location lin...
sherlockcoin/navbetatest2
src/qt/locale/bitcoin_it.ts
TypeScript
mit
119,607
using System; class Bad { class Range { private int[] rarray = new int[2]; public Range(int min, int max) { if (min <= max) { rarray[0] = min; rarray[1] = max; } } public int[] Get() => rarray; } ...
github/codeql
csharp/ql/test/query-tests/Bad Practices/Implementation Hiding/ExposeRepresentation/ExposeRepresentationBad.cs
C#
mit
578
package devopsdistilled.operp.client.main; import devopsdistilled.operp.client.abstracts.Controller; public abstract class TaskPaneController extends Controller { }
njmube/OpERP
OpERP/src/main/java/devopsdistilled/operp/client/main/TaskPaneController.java
Java
mit
168
#!/usr/bin/env node 'use strict' var fs = require('fs') var Promise = require('promise') var colors = require('colors') var _ = require('underscore') const areaNameRegex = new RegExp('^[a-zA-Z]+$') const templatesDir = process.cwd() + '/_scripts/.templates' const areasDir = process.cwd() + '/src/app/areas' var area...
dprokop/r-kit
_scripts/createArea.js
JavaScript
mit
3,147
using System; using System.Collections; using System.IO; using System.Text; using GostCryptography.Properties; namespace GostCryptography.Asn1.Ber { static class Asn1Util { private static readonly byte[] Base64DecodeTable = { 0xff, 0xff, 0xff, 0x3e, 0xff, 0xff, 0xff, 0x3f, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39...
BenderRodrigez/GostCryptography
Source/GostCryptography/Asn1/Ber/Asn1Util.cs
C#
mit
7,576
""" Experiment for XGBoost + CF Aim: To find the best tc(max_depth), mb(min_child_weight), mf(colsample_bytree * 93), ntree tc: [13, 15, 17] mb: [5, 7, 9] mf: [40, 45, 50, 55, 60] ntree: [160, 180, 200, 220, 240, 260, 280, 300, 320, 340, 360] Averaging 20 models Summary Best loss ...
tks0123456789/kaggle-Otto
exp_XGB_CF_tc_mb_mf_ntree.py
Python
mit
6,574
import createSvgIcon from './utils/createSvgIcon'; import { jsx as _jsx } from "react/jsx-runtime"; export default createSvgIcon([/*#__PURE__*/_jsx("path", { d: "m14 16.64-4-1.45V17h4zM6 8.5c.15 0 .3-.03.44-.1.49-.24.7-.84.46-1.34-.19-.41-.59-.56-.9-.56-.15 0-.3.03-.44.1-.32.16-.45.42-.5.56-.05.15-.12.44.04.77.2.42.5...
oliviertassinari/material-ui
packages/mui-icons-material/lib/esm/AirlineSeatFlatAngledTwoTone.js
JavaScript
mit
1,094
module Tungsten class Role def initialize(name) @name = name @libraries = {} end def libraries @libraries end def uses(library_name, args={}) @libraries[library_name] = args unless @libraries.keys.include?(library_name) end end end
appmeup/tungsten
lib/tungsten/role.rb
Ruby
mit
286
var b2Vec2 = Box2D.Common.Math.b2Vec2; var b2Body = Box2D.Dynamics.b2Body; var b2BodyDef = Box2D.Dynamics.b2BodyDef; var b2FixtureDef = Box2D.Dynamics.b2FixtureDef; var b2PolygonShape = Box2D.Collision.Shapes.b2PolygonShape; var b2CircleShape = Box2D.Collision.Shapes.b2CircleShape; var b2Math = Box2D.Common.Math.b2Math...
kmyk/singlepong
lib.js
JavaScript
mit
2,078
<h3>Do you want to learn more about frameworks or move on to deployment?</h3> <div class="row"> <div class="c4"> <div class="well select-next"> {% include "choices/buttons/web-frameworks.html" %} </div> </div> <div class="c4"> <div class="well select-next"> {%...
mattmakai/fullstackpython.com
theme/templates/choices/morepath.html
HTML
mit
569
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2014 Simone Carletti <weppos@weppos.net> #++ require 'whois/record/parser/base_cocca' module Whois class Record class Parser # Parser for the whois.netcom.cm server. class WhoisNetcomCm < BaseCocca ...
sheldonh/whois
lib/whois/record/parser/whois.netcom.cm.rb
Ruby
mit
344
--- title: Untitled document layout: post author: joseph.o'brien permalink: /untitled-document/ source-id: 1-fJRhooVAMe2ejEApfDwW5Ab0SFfFG_KCHa_SQvVASY published: true --- <table> <tr> <td>Title</td> <td>first lesson </td> <td>Date</td> <td>01/01/01</td> </tr> </table> <table> <tr> <td>Start...
theMCdjJOE/TheMCdjJoe.github.io
_includes/2017-09-13-Untitled-document.md
Markdown
mit
1,387
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # SPDX-License-Identifier: GPL-3.0 # # GNU Radio Python Flow Graph # Title: Record_RX # Author: Justin Ried # GNU Radio version: 3.8.1.0 from distutils.version import StrictVersion if __name__ == '__main__': import ctypes import sys if sys.platform.startsw...
CyberVines/Universal-Quantum-Cymatics
Record_RX.py
Python
mit
6,310
package de.d4k.tinkerforge.stromui.main.spannunggraph; import com.airhacks.afterburner.views.FXMLView; import de.d4k.tinkerforge.stromui.main.BackgroundTaskView; /** * @author Oliver Milke */ public class SpannunggraphView extends FXMLView implements BackgroundTaskView { @Override public void cancelBackgroundTa...
omilke/tinkerforge-strom-ui
src/main/java/de/d4k/tinkerforge/stromui/main/spannunggraph/SpannunggraphView.java
Java
mit
444
package mobilita; public class Canotto { }
andrea-colleoni/EmitJava2k17
eclipse/EsercizioVeicoli/src/mobilita/Canotto.java
Java
mit
50
<?php class Admin_model extends CI_Model { public function upload_file($fileName = NULL) { if($fileName == NULL) { return array('status' => false, 'error' => 'Filename not specified'); } else if($fileName == 'persons.csv') { $query = "load data infile '/srv/www/htdocs/uploads/".$fileName."' into ta...
shivinbhogal/IPL
application/models/admin_model.php
PHP
mit
614
/////////////////////////////////////////////////////////////////////////////// // // // (C) Copyright 2005-2007 by Autodesk, Inc. All rights reserved. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that ...
kevinzhwl/ObjectARXCore
2008/utils-x64/Atil/Inc/RgbPaletteModel.h
C
mit
17,008
# -*- encoding: utf-8 -*- module Brcobranca VERSION = '6.8.0' end
zaeznet/brcobranca
lib/brcobranca/version.rb
Ruby
mit
69
getent passwd alertmanager 2>&1 > /dev/null || useradd -r -d /var/lib/alertmanager alertmanager mkdir -p /var/lib/alertmanager/ chown alertmanager:alertmanager -R /var/lib/alertmanager/ systemctl daemon-reload 2>&1 > /dev/null || true
nkts/packaging
alertmanager/post.sh
Shell
mit
237
<?php /** * The contents of this file was generated using the WSDLs as provided by eBay. * * DO NOT EDIT THIS FILE! */ namespace DTS\eBaySDK\Trading\Types; /** * */ class ISBNEnabledDefinitionType extends \DTS\eBaySDK\Types\BaseType { /** * @var array Properties belonging to objects of this class. ...
chain24/ebayprocess-lumen
vendor/dts/ebay-sdk-php/src/Trading/Types/ISBNEnabledDefinitionType.php
PHP
mit
1,088
import * as React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <path d="M10 6.35V4.26c-.66.17-1.29.43-1.88.75l1.5 1.5c.13-.05.25-.11.38-.16zM20 12c0-2.21-.91-4.2-2.36-5.64L20 4h-6v6l2.24-2.24C17.32 8.85 18 10.34 18 12c0 .85-.19 1.65-.51 2.38l1.5 1.5C19.63 14.74 20 13...
callemall/material-ui
packages/material-ui-icons/src/SyncDisabledTwoTone.js
JavaScript
mit
590
package com.common.example; /** * @author Y@$!n * */ import android.app.Activity; import android.content.Context; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.CheckBox; import android.widget.EditText; import android...
androidroadies/AndroidUtils
app/src/main/java/com/common/example/GetPrefAct.java
Java
mit
4,214
--- title: थकित र पेलान date: 27/06/2021 --- `कोही मानिस थाक्नुभन्दा पहिले परमेश्वरले किन विश्रामको दिन सृजना गर्नुभयो?` मानिस तनावपूर्ण वातावरणमा अस्तव्यस्त हुनुभन्दा अघि नै परमेश्वरले एउटा आधारस्तम्भ खडा गर्नुभएको थियो। यो स्तम्भ मानिसको दिमागमा जीवित राखिराख्न परमेश्वरले सृष्टि गर्नुभएको थियो। यो दिन हामीले गरि...
imasaru/sabbath-school-lessons
src/ne/2021-03/01/02.md
Markdown
mit
9,682
# Assign a built-in policy to an existing resource group ![Azure Public Test Date](https://azurequickstartsservice.blob.core.windows.net/badges/101-azurepolicy-assign-builtinpolicy-resourcegroup/PublicLastTestDate.svg) ![Azure Public Test Result](https://azurequickstartsservice.blob.core.windows.net/badges/101-azurepo...
daltskin/azure-quickstart-templates
101-azurepolicy-assign-builtinpolicy-resourcegroup/README.md
Markdown
mit
2,910
import {ColumnView} from '../scene/view'; import {ColumnModel} from './column.model'; import {TemplatePath} from '../template'; TemplatePath.register('row-number-cell', (template, column) => { return { model: template.for, resource: column.key }; }); export class RowNumberColumnModel extends ColumnModel { cons...
klumba12/qgrid
core/column-type/row.number.column.js
JavaScript
mit
832
Dir[File.join(File.dirname(__FILE__), 'cap_recipes/tasks/*.rb')].sort.each { |lib| require lib }
donnoman/cap-recipes
lib/cap_recipes.rb
Ruby
mit
96
module Test.Pos.Crypto.Gen ( -- Protocol Magic Generator genProtocolMagic , genProtocolMagicId , genRequiresNetworkMagic -- Sign Tag Generator , genSignTag -- Key Generators , genKeypair , genPublicKey , genSecretKey , g...
input-output-hk/pos-haskell-prototype
crypto/test/Test/Pos/Crypto/Gen.hs
Haskell
mit
11,486
# yappy [![Travis build status](https://travis-ci.org/richardschneider/yappy.svg)](https://travis-ci.org/richardschneider/yappy) [![Appveyor build status](https://ci.appveyor.com/api/projects/status/af2mlh70o5bq5g9r?svg=true)](https://ci.appveyor.com/project/richardschneider/yappy) [![Documentation Status](http://readt...
richardschneider/ecom
README.md
Markdown
mit
909
// // UIAView.h // FoundationExtension // // Created by Jeong YunWon on 13. 5. 24.. // Copyright (c) 2013 youknowone.org. All rights reserved. // #import <UIKit/UIKit.h> #import <UIKitExtension/UIAViewController.h> /*! * @brief UIView with refined lifecycle. (testing) */ @interface UIAView : UIView<UIAViewLife...
LQSForum/LQSForum
Pods/FoundationExtension/UIKitExtension/UIAView.h
C
mit
333
<?php namespace Gopro\UserBundle\DependencyInjection; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\Config\FileLocator; use Symfony\Component\HttpKernel\DependencyInjection\Extension; use Symfony\Component\DependencyInjection\Loader; /** * This is the class that loads and manages...
jorgelive/Oweb
src/Gopro/UserBundle/DependencyInjection/GoproUserExtension.php
PHP
mit
1,026
<?php namespace Mc\ModuleBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class DashboardControllerTest extends WebTestCase { public function testShow() { $client = static::createClient(); $crawler = $client->request('GET', '/dashboard_show'); } }
seekmas/wujiayao
src/Mc/ModuleBundle/Tests/Controller/DashboardControllerTest.php
PHP
mit
310
/*! * Bootstrap Responsive v2.3.2 * * Copyright 2013 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world by @mdo and @fat. */ .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; l...
sjamartucheli/smartucheli
packages/system/public/views/css/bootstrap-responsive.css
CSS
mit
22,114
$(function (){ location.hash = "#welcome.html"; loader("welcome.html"); }); var loader = function (s) { // load content from server $.get(s, function (data){ var result = $(data); $("#content").html(result); // send event to Google Analytics ga('send', 'event', 'content', 'load', s)...
tscholl2/125_online_notes
js-src/loader.js
JavaScript
mit
521
using System; using System.Collections.Generic; public class Book: IComparable<Book> { public Book(string title, int year, params string[] authors) { this.Title = title; this.Year = year; this.Authors = authors; } public string Title { get; private set; } public int Year ...
Rusev12/Software-University-SoftUni
C# OOP Advanced/03-Iterators-and-Comparators/L04-BookComparator/Models/Book.cs
C#
mit
750
module JsonMatchers class Parser def initialize(schema_path) @schema_path = schema_path end def parse JsonSchema.parse!(schema_data) rescue JSON::ParserError, JsonSchema::SchemaError => error raise InvalidSchemaError.new(error) end private attr_reader :schema_path ...
thoughtbot/json_matchers
lib/json_matchers/parser.rb
Ruby
mit
390
namespace Mist { /** * @class Component */ export class Component { static responses: any = {}; /** * @param {} component * @param {} o * @returns {} * @summary for all components */ static create<T>(component: any, ...o: any[]): T { ...
AI428/mist
src/mist/component.ts
TypeScript
mit
1,223
--- layout: project lab: OK Lab Heilbronn #needed for Aggregation on Lab-Page imgname: heilbronn/kastanien-app.png title: Kastanienapp links: - url: http://blog.opendatalab.de/opendata/2014/11/19/kastanien-app-mit-baumkataster name: Blogpost - url: https://github.com/opendata-heilbronn/kastanien-app name: Page on ...
marcel12bell/codefor.de
projekte/2014-11-29-hn-kastanienapp.html
HTML
mit
1,482
//===-- XCoreMCTargetDesc.h - XCore Target Descriptions ---------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
ensemblr/llvm-project-boilerplate
include/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.h
C
mit
1,109
#pragma once #include "types.h" #include "rtmp/client.h" #include "rtmp/messages.h" #include "flex/messages.h" #include <iostream> #include <vector> #include <functional> namespace flex { namespace messaging { class Consumer { typedef std::function<void(const amf::Variant&)> MessageListener; ...
exjam/OpenPvP.net
rtmp/flex/consumer.h
C
mit
1,706
/* * Generated by class-dump 3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2012 by Steve Nygard. */ #import "NSWindowController.h" @class DVTBorderedView, IDEAssistant, IDEAssistantContext, IDEFilterControlBar, NSBox, NSButton, NSMutableArray, NSString, NSTextField, NSView; @in...
orta/AxeMode
XcodeHeaders/IDEKit/IDEAssistantWindowController.h
C
mit
3,445
## Flot 0.8.3 ## ### Changes ### - Updated example code to avoid encouraging unnecessary re-plots. (patch by soenter, pull request #1221) ### Bug fixes ### - Added a work-around to disable the allocation of extra space for first and last axis ticks, allowing plots to span the full width of their container. ...
eflowbeach/MobileEDD
source/resource/mobileedd/libs/flot/NEWS.md
Markdown
mit
40,291
(function() { 'use strict'; angular.module('civic.events.evidence') .config(evidenceEditConfig) .factory('EvidenceEditViewOptions', EvidenceEditViewOptions) .controller('EvidenceEditController', EvidenceEditController); // @ngInject function evidenceEditConfig($stateProvider) { $stateProvider ...
genome/civic-client
src/app/views/events/evidence/edit/EvidenceEditController.js
JavaScript
mit
2,729
--- layout: post category: "android" title: "背景为shape selector的drawable的问题" tags: [Android,selector] --- 背景为selector(item state_pressed="false" shape)时,里面的条目只能为selector(item state_pressed="true" shape),否则选中无效果。 边框背景: {% highlight xml %} <?xml version="1.0" encoding="UTF-8"?> <selector xmlns:android="http://schemas.an...
panzj/panzj.github.io
_posts/2013-03-14-shape-drawable.markdown
Markdown
mit
1,018
<?php // SunMailer autoload file require_once('../../autoload.php'); use SunMailer\Mailer; use SunMailer\View; use SunMailer\MailerException; $email = 'iftekhersunny@gmail.com'; $name = 'Iftekher Sunny'; $subject = 'Test Mail'; $data = [ 'user' => '...
IftekherSunny/SunMailer
examples/email-using-view-render-with-data/index2.php
PHP
mit
932
# Getting Started > 教程中的案例代码将使用 [ES2015](https://github.com/lukehoban/es6features) 来编写。 用 Vue.js + vue-router 创建单页应用,是非常简单的。使用 Vue.js ,我们已经可以通过组合组件来组成应用程序,当你要把 vue-router 添加进来,我们需要做的是,将组件(components)映射到路由(routes),然后告诉 vue-router 在哪里渲染它们。下面是个基本例子: ### HTML ``` html <script src="https://unpkg.com/vue/dist/vue.js"></s...
Alex-Sokolov/ru.vue-router
docs/zh-cn/essentials/getting-started.md
Markdown
mit
2,338
#!/usr/bin/env python # -*- coding: utf-8 -*- from runner.koan import * class AboutIteration(Koan): def test_iterators_are_a_type(self): it = iter(range(1,6)) fib = 0 for num in it: fib += num self.assertEqual(__ , fib) def test_iter...
caalle/Python-koans
python 3/koans/about_iteration.py
Python
mit
4,469
// // MSColorSelectionView.h // // Created by Maksym Shcheglov on 2015-04-12. // // The MIT License (MIT) // Copyright (c) 2015 Maksym Shcheglov // // 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 S...
sgl0v/MSColorPicker
MSColorPicker/MSColorSelectionView.h
C
mit
2,104
workshop ======== 18.10.2013
djemeljanovs/as3-workshop
README.md
Markdown
mit
30
<!---头部------> <div class="header"> <div class="logo"> <a href="{url app=store&id=$store.store_id}"><img src="{$store.store_logo}" /></a> </div> <!---搜索框------> <div class="searchBar"> <form id="" name="" method="get" action="index.php"> <input type="hidden" na...
guotao2000/ecmall
themes/wapstore/default17/header.html
HTML
mit
3,501
'use strict'; const applySourceMap = require('vinyl-sourcemaps-apply'); const CleanCSS = require('clean-css'); const path = require('path'); const PluginError = require('gulp-util').PluginError; const through = require('through2'); module.exports = function gulpCleanCSS(options, callback) { options = opt...
easy-templates/koa2-demo
node_modules/gulp-clean-css/index.js
JavaScript
mit
1,961
var anchor; while (anchor = schema.nextAnchor()) { if(anchor.hasMoreAttributes()) { // only do perspectives if there are attributes var knot, attribute; /*~ -- Point-in-time perspective ------------------------------------------------------------------------------------------ -- p$anchor.name viewed as it wa...
mwidmeyer/anchor
SQL/PostgreSQL/uni/CreateAnchorPerspectivePointInTime.js
JavaScript
mit
5,079
<div class="container pull-left" id="WhosModule"> <div class="row"> <div class="col-xs-11"> <h4>Instructions</h4> </div> <div class="col-xs-1"> <button type="button" class="btn btn-success pull-right glyphicon glyphicon-refresh" id="refresh"></button> </div> </div> <div class="row"> <div class="col-md-4"> ...
rachaeltesting/rachaeltesting.github.io
htmlModules/WhosModule.html
HTML
mit
5,882
# <Canvas/> Pixelbots Canvas ## Usage
danleavitt0/artbot
lib/components/Canvas/Readme.md
Markdown
mit
41
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title>IconFont</title> <link rel="stylesheet" href="demo.css"> <link rel="stylesheet" href="iconfont.css"> </head> <body> <div class="main markdown"> <h1>IconFont 图标</h1> <ul class="icon_lists clear"> ...
GuoYongfeng/react-resume
src/assets/fonts/demo_fontclass.html
HTML
mit
9,450
<?php //$conecta = mysql_connect("mywallbooks.cwhvgsv4s9ry.us-west-2.rds.amazonaws.com", "wallroot", "wall123!#") or print (mysql_error()); //print "Conexão OK!"; //mysql_close($conecta); function conecta(){ $conecta = mysql_connect("mywallbooks.cwhvgsv4s9ry.us-west-2.rds.amazonaws.com", "wallroot", "wall123...
wallminho/wallbooksWeb
Documents/NetBeansProjects/WallBooks 1.0/conexao.php
PHP
mit
505
#!/bin/bash -e ################################################################################################ ## @copyright 2016 DennyZhang.com ## Licensed under MIT ## https://raw.githubusercontent.com/DennyZhang/devops_public/tag_v1/LICENSE ## ## File : tail_file.sh ## Author : Denny <contact@dennyzhang.com> ## D...
DennyZhang/devops_public
jenkins_scripts/jenkins/tail_file.sh
Shell
mit
4,727
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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"/> <meta name="generator" co...
xtralifecloud/unity-sdk
Docs/DoxygenGenerated/html/class_cotc_sdk_1_1_properties_object-members.html
HTML
mit
6,105
'use strict'; // Use local.env.js for environment variables that grunt will set when the server starts locally. // Use for your api keys, secrets, etc. This file should not be tracked by git. // // You will need to set these on the server you deploy to. module.exports = { DOMAIN: 'http://localhost:9000', SESSION_...
budacode/jogging-app
server/config/local.env.js
JavaScript
mit
582
using CommonMarkSharp.Inlines; namespace CommonMarkSharp.Blocks { public class LinkDefinition : LeafBlock { public LinkDefinition(Link link) { Link = link; } public Link Link { get; private set; } public string Id { get { return Link.Label.Liter...
MortenHoustonLudvigsen/CommonMarkSharp
CommonMarkSharp/Blocks/LinkDefinition.cs
C#
mit
341
<?php /** * Event Grid * * @author tmannherz */ class Grommet_ApiLog_Block_Adminhtml_Event_Grid extends Mage_Adminhtml_Block_Widget_Grid { protected function _construct () { parent::_construct(); $this->setId('apilogEvents'); $this->setSaveParametersInSession(true); $this->setUseAjax(true); $this->setDe...
grommet/apilog
app/code/community/Grommet/ApiLog/Block/Adminhtml/Event/Grid.php
PHP
mit
3,146
"""Control switches.""" from datetime import timedelta import logging from ProgettiHWSW.relay import Relay import async_timeout from homeassistant.components.switch import SwitchEntity from homeassistant.config_entries import ConfigEntry from homeassistant.core import HomeAssistant from homeassistant.helpers.entity_p...
rohitranjan1991/home-assistant
homeassistant/components/progettihwsw/switch.py
Python
mit
2,686
require "test_helper" <% module_namespacing do -%> class <%= class_name %>ControllerTest < ActionDispatch::IntegrationTest <% if mountable_engine? -%> include Engine.routes.url_helpers <% end -%> <% if actions.empty? -%> # def test_sanity # flunk "Need real tests" # end <% else -%> <% actions.each do |actio...
lrosskamp/makealist-public
vendor/cache/ruby/2.3.0/gems/minitest-rails-3.0.0/lib/generators/minitest/controller/templates/controller_test.rb
Ruby
mit
476
/** * 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. * abc */ package com.microsoft.azure.management.mediaservices.v2018_03_30_preview.implemen...
selvasingh/azure-sdk-for-java
sdk/mediaservices/mgmt-v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/implementation/LocationsImpl.java
Java
mit
1,681
"use strict"; module.exports = MapField; // extends Field var Field = require("./field"); ((MapField.prototype = Object.create(Field.prototype)).constructor = MapField).className = "MapField"; var types = require("./types"), util = require("./util"); /** * Constructs a new map field instance. * @classdesc...
kevkruemp/HRI_Plant_Monitor
lambda/node_modules/google-gax/node_modules/protobufjs/src/mapfield.js
JavaScript
mit
3,843
#!/usr/bin/python # # Copyright 2016 Canonical Ltd # # 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 agr...
konono/equlipse
openstack-install/charm/trusty/charm-keystone/hooks/manager.py
Python
mit
11,385
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @format * @flow * @emails oncall+relay */ // flowlint ambiguous-object-type:error 'use strict'; const RelayModernEnvironmen...
iamchenxin/relay
packages/relay-runtime/store/__tests__/RelayModernEnvironment-ExecuteMutationWithMatch-test.js
JavaScript
mit
25,618
<?php /** * This file is part of the authbucket/oauth2-symfony-bundle package. * * (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace AuthBucket\Bundle\OAuth2Bundle\T...
authbucket/oauth2-symfony-bundle
tests/TestBundle/Entity/ClientRepository.php
PHP
mit
624
The MIT License (MIT) Copyright (c) 2015 mercoglianoisidoro 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, merg...
mercoglianoisidoro/jstree
demoUsing_divTOjstree/bower_components/divTOjstree/LICENSE.md
Markdown
mit
1,086
<!doctype html> <html lang="lv"> <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# profile: http://ogp.me/ns/profile#" itemscope itemtype="http://schema.org/WebSite" > <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <!-- Google ...
klavs/db-lv
docs/vaditaji/cf5ab964-1d0d-0fab-0fc7-7767cf507cb7.html
HTML
mit
4,458
#region Copyright // DotNetNuke® - https://www.dnnsoftware.com // Copyright (c) 2002-2018 // by DotNetNuke Corporation // All Rights Reserved #endregion using System; using System.Collections; using System.Linq; using System.Web.UI.WebControls; using DotNetNuke.Instrumentation; using DotNetNuke.Services.FileSystem; us...
RichardHowells/Dnn.Platform
DNN Platform/Providers/FolderProviders/AzureFolderProvider/Settings.ascx.cs
C#
mit
15,129
/* * Generated by class-dump 3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2012 by Steve Nygard. */ #import <IDEKit/IDETemplateInstantiationAssistant.h> #import "NSComboBoxDataSource.h" @class NSArray, NSMutableDictionary, NSString, NSTextField, NSView; @interface IDETemplateO...
orta/AxeMode
XcodeHeaders/IDEKit/IDETemplateOptionsAssistant.h
C
mit
1,996
/* eslint no-sync: 0 */ const fs = require("fs"); const path = require("path"); const Logger = require("./Log"); const Plugin = require("./Plugin"); // A small utility functor to find a plugin with a given name const nameMatches = targetName => pl => pl.plugin.name.toLowerCase() === targetName.toLowerCase(); const SY...
crisbal/Telegram-Bot-Node
src/PluginManager.js
JavaScript
mit
16,897
--- title: இழந்ததைத் திரும்பப்பெறுதல் date: 07/10/2020 --- சர்ப்பம் சொன்னதின்படி செய்ய ஆதாமும் ஏவாளும் தீர்மானித்த போது, அதன் விளைவுகளை அவர்கள் சந்தித்தார்கள். தேவனுடைய வகுப்பறையை விட்டு அவர்கள் வெளியேற வேண்டியதாயிற்று. பாவத்தால் ஆதாமும் ஏவா ளும் இழந்துபோனவை என்ன? விழுகையைப் புரிந்துகொண்டால், இன்றைய காலத்தில் கல்விய...
imasaru/sabbath-school-lessons
src/ta/2020-04/02/05.md
Markdown
mit
5,604