repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
ptracton/wb_soc_template
rtl/lm32_top/drivers/service/MicoFileStat.c
2525
/**************************************************************************** ** ** Name: MicoFileStat.c ** ** Description: ** Implements _fstat, called by Newlib C library file functions ** ** $Revision: $ ** ** Disclaimer: ** ** This source code is intended as a design reference which ** illustrates how...
mit
KarlWalsh/fyodor
fyodor-core/src/test/java/uk/org/fyodor/generators/PercentageChanceGeneratorTest.java
766
package uk.org.fyodor.generators; import com.google.common.collect.HashMultiset; import com.google.common.collect.Multiset; import org.junit.Test; import uk.org.fyodor.BaseTest; public class PercentageChanceGeneratorTest extends BaseTest { Multiset<Boolean> results = HashMultiset.create(); @Test public ...
mit
bdfoster/cpp-templates
docs/html/search/functions_1.js
117
var searchData= [ ['clear',['clear',['../d8/d84/a00001.html#a11dc3b617f2fedbb3b499971493b9c4f',1,'ArrayBase']]] ];
mit
mutualmobile/VIPER-TODO
VIPER TODO/Classes/Common/Model/VTDNearTermDateRelation.h
1460
// // VTDNearTermDateRelation.h // // Copyright (c) 2014 Mutual Mobile (http://www.mutualmobile.com/) // // 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 with...
mit
Atvaark/Emurado
HaloOnline.Server.App/app/views/chat.html
16
<h1>Chat</h1>
mit
academia-de-ursarie/website
resources/css/ursar.css
1554
h1 { font-family: 'Noto Sans', sans-serif; font-size: 30px; margin: 5px 0px 5px 0px; color: #444444; } h4 { font-family: 'Noto Sans', sans-serif; color: #444444; font-size: 16px; padding-top: 0; margin-top: 0; } .header { margin-top: 10px; margin-bottom: 30px; } .ursar-log...
mit
meiyi1986/GPJSS
src/ec/app/parity/func/D31.java
1195
/* Copyright 2006 by Sean Luke Licensed under the Academic Free License version 3.0 See the file "LICENSE" for more information */ package ec.app.parity.func; import ec.*; import ec.app.parity.*; import ec.gp.*; import ec.util.*; /* * D31.java * * Created: Wed Nov 3 18:31:38 1999 * By: Sean Luke */ /*...
mit
duruitang/anteditor
dist/utf8-php/dialogs/scrawl/scrawl.html
3848
<!DOCTYPE html> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="robots" content="noindex, nofollow"/> <script src="../internal.js"></script> <link rel="stylesheet" href="scrawl.css"> </head> <body> <div class="main" id="J_wrap"> <div...
mit
yhtml5/YHTML5-APP
pc/dashboard/app/server/head.css
13906
/* * @require ../../bower_components/html5-boilerplate/dist/css/normalize.css * @require ../../bower_components/html5-boilerplate/dist/css/main.css * @require ../../bower_components/bootstrap/dist/css/bootstrap.css * @require ../iconfont/iconfont.css * */ /* cover bootstrap style * ===================== */ .y...
mit
Microsoft/ApplicationInsights-aspnetcore
NETCORE/.github/ISSUE_TEMPLATE.md
494
If you are reporting bug/issue, please provide detailed Repro instructions. ## Repro Steps 1. 2. ## Actual Behavior ## Expected Behavior ## Version Info SDK Version (version of https://www.nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore) : .NET Core Version (TargetFramework in your .csproj file) :...
mit
huoxudong125/Z.ExtensionMethods
src/Z.Core/System.String/String.GetBetween.cs
1266
// Copyright (c) 2015 ZZZ Projects. All rights reserved // Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods) // Website: http://www.zzzprojects.com/ // Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927 // All ZZZ Projects products: Entity Framework ...
mit
rrector/orleans
test/DefaultCluster.Tests/CodeGeneratorTests_AccessibilityChecks.cs
1347
using System; using System.Threading.Tasks; using Orleans; using Tester.CodeGenTests; using TestExtensions; using UnitTests.GrainInterfaces; using Xunit; namespace DefaultCluster.Tests.General { [TestCategory("CodeGen")] public class CodeGeneratorTests_AccessibilityChecks : HostedTestClusterEnsureDefaultStart...
mit
stephentu/silo
thread.cc
378
#include "macros.h" #include "thread.h" using namespace std; ndb_thread::~ndb_thread() { } void ndb_thread::start() { thd_ = std::move(thread(&ndb_thread::run, this)); if (daemon_) thd_.detach(); } void ndb_thread::join() { ALWAYS_ASSERT(!daemon_); thd_.join(); } // can be overloaded by subclasses void...
mit
cx20/GLBoost
docs/documents/api/file/src/middle_level/shaders/HalfLambertAndWrapLightingShader.js.html
38464
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <base data-ice="baseUrl" href="../../../../"> <title data-ice="title">src/middle_level/shaders/HalfLambertAndWrapLightingShader.js | glboost</title> <link type="text/css" rel="stylesheet" href="css/style.css"> <link type="text/css" rel="stylesheet" href="cs...
mit
marcandrews/brackets-synapse
modules/Menu.js
7210
/*jslint node: true, vars: true, plusplus: true, devel: true, nomen: true, regexp: true, indent: 2, maxerr: 50*/ /*global define, $, brackets, Mustache, window, appshell*/ define(function (require, exports, module) { "use strict"; // HEADER >> var NodeConnection = brackets.getModule("utils/NodeConnection"), ...
mit
expfactory/expfactory-docker
expdj/apps/users/templates/registration/_signup.html
582
{% load crispy_forms_tags %} <div class="auth-wrapper signup-wrapper"> <form role="form" method="post" action="{% url 'create_user' %}"> {% csrf_token %} <h2>Sign Up</h2> {{form | crispy }} <div class="extra-errors"></div> <button type="submit" class="btn btn-primary" dat...
mit
zygmuntz/kaggle-advertised-salaries
optional/cols_dimensionality.py
1451
'output dimensionalities for each column' import csv import sys import re import math from collections import defaultdict def get_words( text ): text = text.replace( "'", "" ) text = re.sub( r'\W+', ' ', text ) text = text.lower() text = text.split() words = [] for w in text: if w in words: continue wo...
mit
bkahlert/seqan-research
raw/pmbs12/pmsb13-data-20120615/sources/brbym28nz827lxic/93/sandbox/meyerclp/demos/Sequences.cpp
1018
#include <seqan/sequence.h> #include <seqan/basic.h> #include <seqan/find_motif.h> #include <seqan/file.h> #include <iostream> using namespace seqan; template<typename TString>//String<char> void countOneMers(TString const& str){ Iterator<TString>::Type StringIterator = begin(str); Iterator<TString>::Type EndIter...
mit
NoahOliverRigonan/InnosoftSolutionsWebsiteAngularUI
app/styles/themes/material/wijmo.theme.material.pink-red.css
3348
/* Default MDL font size */ .wj-control, .wj-control input { font-size: 16px; } /* Extra padding in grids and listboxes */ .wj-flexgrid .wj-cell { padding: 6px; } .wj-listbox-item { padding: 6px 10px; } /* Backgrounds */ .wj-content, div[wj-part='cells'] { background: #ffffff; color: #212121; } .wj-content ....
mit
AlexanderThaller/lablog
vendor/github.com/AlexanderThaller/dbfiles/driver.go
818
package dbfiles import ( "encoding/csv" "io" "github.com/juju/errgo" ) type Driver interface { Extention() string Write(io.Writer, []string) error Read(io.Reader) ([][]string, error) } type CSV struct{} func (driver CSV) Extention() string { return "csv" } func (driver CSV) Write(writer io.Writer, values [...
mit
2767mr/CCLoader
ccloader/js/packed.js
3555
const ASSETS_MODS_LENGTH = 13;//'/assets/mods/'.length; const CONTENT_TYPES = { 'css': 'text/css', 'js': 'text/javascript', 'json': 'application/json', 'png': 'image/png', 'jpg': 'image/jpeg', 'jpeg': 'image/jpeg', 'html': 'text/html', 'htm': 'text/html' }; /** * @type {Map<string, JSZip>} */ const jszipCac...
mit
philnash/twilio-ruby
spec/integration/bulkexports/v1/export_configuration_spec.rb
1959
## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / # # frozen_string_literal: true require 'spec_helper.rb' describe 'ExportConfiguration' do it "can fetch" do @holodeck.mock(Twilio::Response.new(500, '')) expect { @client.bulkexports.v1.export_...
mit
nilportugues/schema.org-mapping
src/Classes/Electrician.php
20303
<?php /** * Author: Nil Portugués Calderó <contact@nilportugues.com> * Date: 12/18/15 * Time: 11:36 PM. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace NilPortugues\SchemaOrg\Classes; use NilPortugues\SchemaOrg\SchemaCl...
mit
ArcherSys/ArcherSys
game/3d.city-gh-pages/src/tool/GameTools.js
1390
/* micropolisJS. Adapted by Graeme McCutcheon from Micropolis. * * This code is released under the GNU GPL v3, with some additional terms. * Please see the files LICENSE and COPYING for details. Alternatively, * consult http://micropolisjs.graememcc.co.uk/LICENSE and * http://micropolisjs.graememcc.co.uk/COPYING ...
mit
VajraFramework/PipelineTools
FbxExporter/Source/FbxSdk/include/fbxsdk/core/base/fbxstatus.h
5198
/**************************************************************************************** Copyright (C) 2013 Autodesk, Inc. All rights reserved. Use of this software is subject to the terms of the Autodesk license agreement provided at the time of installation or download, or which otherwise accom...
mit
lgollut/material-ui
packages/material-ui/src/test-utils/index.js
375
export { default as createShallow } from './createShallow'; export { default as createMount } from './createMount'; export { default as createRender } from './createRender'; export { default as findOutermostIntrinsic, wrapsIntrinsicElement } from './findOutermostIntrinsic'; export { default as getClasses } from './getC...
mit
gbranchaudrubenovitch/advent-of-code
test/day-14/reindeer-race-test.js
969
var expect = require("chai").expect; var reindeerRace = require("../../src/day-14/reindeer-race"); describe("--- Day 14: (1/2) distance traveled --- ", () => { it("counts the distance traveled after 1000s", () => { var reindeerSpecs = [ "Comet can fly 14 km/s for 10 seconds, but then must rest for 127 seco...
mit
SpawnTree/SpawnTree.github.io
js/xterm/lib/renderer/ColorManager.test.js
18828
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var jsdom = require("jsdom"); var chai_1 = require("chai"); var ColorManager_1 = require("./ColorManager"); describe('ColorManager', function () { var cm; var dom; var document; var window; beforeEach(function () { ...
mit
MonoHearted/Flowerbless
node_modules/google-api/apis/admin/directory_v1.js
71632
/** * Copyright 2014 Google Inc. 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.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
mit
ThePhD/sol2
tests/inclusion/source/protected_function_result.cpp
1206
// sol2 // The MIT License (MIT) // Copyright (c) 2013-2021 Rapptz, ThePhD and contributors // 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 limita...
mit
NeoAdonis/osu
osu.Game.Tests/Visual/TestCaseScrollingHitObjects.cs
6296
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; using System.Collections.Generic; using NUnit.Framework; using osu.Framework.Extensions.IEnumerableExtensions; using OpenTK; using osu.Framework.Graphics;...
mit
mbknor/akka-tools
akka-tools-persistence/src/main/scala/no/nextgentel/oss/akkatools/aggregate/GeneralAggregateBase.scala
11373
package no.nextgentel.oss.akkatools.aggregate import akka.actor.ActorPath import akka.persistence.AtLeastOnceDelivery.UnconfirmedWarning import akka.persistence.{DeleteMessagesFailure, DeleteMessagesSuccess, SaveSnapshotFailure, SaveSnapshotSuccess, SnapshotOffer} import no.nextgentel.oss.akkatools.persistence.{E...
mit
njam/denkmal.org
library/Admin/library/Admin/Page/Scraper/Facebook.php
1220
<?php class Admin_Page_Scraper_Facebook extends Admin_Page_Abstract { public function prepare(CM_Frontend_Environment $environment, CM_Frontend_ViewResponse $viewResponse) { /** @var Denkmal_Site_Default $site */ $site = $environment->getSite(); $region = $site->hasRegion() ? $site->getReg...
mit
syednasar/datascience
recommendations/mahoutrecommender/src/main/java/mahout/AppConstants.java
213
package mahout; /** * Date: 12/11/14 * Time: 8:33 PM * To change this template use File | Settings | File Templates. */ public class AppConstants { public static final String TEST_FILE = "dataset.csv"; }
mit
jclementdev/Proto1
kendoUI/examples/timepicker/angular.html
1584
<!DOCTYPE html> <html> <head> <title>AngularJS</title> <meta charset="utf-8"> <link href="../content/shared/styles/examples-offline.css" rel="stylesheet"> <link href="../../styles/kendo.common.min.css" rel="stylesheet"> <link href="../../styles/kendo.rtl.min.css" rel="stylesheet"> <link href=".....
mit
cngkaygusuz/matasano-challenges
golang/common/pad_test.go
295
package common import ( "testing" "github.com/stretchr/testify/assert" ) // Matasano 2.1 func Test_Pad_PKCS7(t *testing.T) { input := []byte("YELLOW SUBMARINE") received := Pad_PKCS7(input, 4) expected := []byte("YELLOW SUBMARINE\x04\x04\x04\x04") assert.Equal(t, expected, received) }
mit
Cinnamon18/runityscape
Assets/Scripts/Game/Camp/Camp.cs
6751
using Scripts.Game.Defined.Characters; using Scripts.Game.Defined.Serialized.Statistics; using Scripts.Game.Dungeons; using Scripts.Game.Serialized; using Scripts.Game.Undefined.Characters; using Scripts.Model.Acts; using Scripts.Model.Buffs; using Scripts.Model.Characters; using Scripts.Model.Interfaces; using Script...
mit
mojo1643/Dalal_v2
doc/api/classes/Rails/Rack.html
2793
<?xml version="1.0" encoding="utf-8"?> <!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" xml:lang="en" lang="en"> <head> <title>Rails::Rack</title> <meta http-equiv="Content-Type" content="text...
mit
ruby32/solarcoin
doc/REST-interface.md
3844
Unauthenticated REST Interface ============================== The REST API can be enabled with the `-rest` option. The interface runs on the same port as the JSON-RPC interface, by default port 8332 for mainnet and port 18332 for testnet. Supported API ------------- ####Transactions `GET /rest/tx/<TX-HASH>.<bin|hex...
mit
zauberlabs/jInstagram
src/main/java/org/jinstagram/auth/model/OAuthRequest.java
1596
package org.jinstagram.auth.model; import org.jinstagram.http.Request; import org.jinstagram.http.Verbs; import java.util.HashMap; import java.util.Map; /** * The representation of an OAuth HttpRequest. * * Adds OAuth-related functionality to the {@link Request} */ public class OAuthRequest extends Request { p...
mit
codefacts/Elastic-Components
tracker/src/main/java/tracker/message/handlers/ReplayMessageHandler.java
347
package tracker.message.handlers; import elasta.composer.message.handlers.MessageHandler; import io.vertx.core.eventbus.Message; import io.vertx.core.json.JsonObject; /** * Created by sohan on 2017-07-26. */ public interface ReplayMessageHandler extends MessageHandler<JsonObject> { @Override void handle(Mes...
mit
pmaunz/pyqtgraph
examples/optics/pyoptic.py
18598
# -*- coding: utf-8 -*- import pyqtgraph as pg from pyqtgraph.Qt import QtGui, QtCore import numpy as np import csv, gzip, os from pyqtgraph import Point class GlassDB: """ Database of dispersion coefficients for Schott glasses + Corning 7980 """ def __init__(self, fileName='schott_glasses.csv'): ...
mit
bhavindarji/STM32F4-Dev
Example Projects/ASK25/LCD/CGRAM/Eg6/Inc/doxy_wb.h
2725
/******************************************************************************* *//** * @mainpage * @section section1 Introduction: * Having studied this LAB you will able to: \n * - Understand the GPIO functions \n * - Study the programs related to the LCD Display. * * @section sec...
mit
opennode/nodeconductor-assembly-waldur
src/waldur_auth_valimo/client.py
9636
import logging from urllib.parse import urljoin import lxml.etree # noqa: S410 import requests from django.conf import settings as django_settings from django.utils import timezone logger = logging.getLogger(__name__) class ClientError(Exception): pass class ResponseParseError(ClientError): pass class ...
mit
demisto/content
Packs/CrowdStrikeHost/ReleaseNotes/1_1_6.md
101
#### Scripts ##### CrowdStrikeUrlParse - Updated the Docker image to: *demisto/python:2.7.18.24398*.
mit
dmkuznetsov/php-yandex-locator
source/Yandex/Locator/Exception/ServerError.php
250
<?php namespace Yandex\Locator\Exception; /** * Class ServerError * @package Yandex\Locator\Exception * @author Dmitry Kuznetsov <kuznetsov2d@gmail.com> * @license The MIT License (MIT) */ class ServerError extends \Yandex\Locator\Exception { }
mit
hpe-idol/find
webapp/idol/src/test/js/spec/app/page/dashboard/widgets/updating-widget.js
4835
/* * Copyright 2017 Hewlett Packard Enterprise Development Company, L.P. * Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. */ define([ 'underscore', 'jquery', 'find/idol/app/page/dashboard/widgets/updating-widget', 'find/idol/app/page/...
mit
okgreece/indigo
src/app/services/algorithms.ts
3392
import 'rxjs/add/operator/map'; import {Injectable} from '@angular/core'; import {Http, RequestMethod} from '@angular/http'; import {Observable} from 'rxjs/Observable'; import {Cube} from '../models/cube'; import 'rxjs/add/operator/mergeMap'; import {Algorithm} from '../models/analysis/algorithm'; import {Input, InputT...
mit
imasaru/sabbath-school-lessons
src/hy/2020-04/08/03.md
4090
--- title: Հիսուսը որպես ուսուցիչ date: 16/11/2020 --- Աստվածաշունչը բազմաթիվ եզրույթներ է օգտագործում Հիսուսին նկարագրելու համար։ Նա Աստծո Որդին է, Մեսիան, մարդու Որդին, Փրկիչը, Փրկագնողը, Տերը, Աստծո Գառը, և սրանք դեռ մի քանիսն են։ Սակայն այն մարդկանց համար, ովքեր Նրան շատ ավելի մոտիկից էին ճանաչում Հուդայում և Գա...
mit
davehorton/drachtio-server
deps/boost_1_77_0/doc/html/boost_asio/reference/basic_io_object/operator_eq_.html
3903
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>basic_io_object::operator=</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../boost_asio.htm...
mit
tgoettel9401/Homepage-Schachclub-Niedermohr
vendor/nathanmac/parser/src/Formats/XML.php
2603
<?php namespace Nathanmac\Utilities\Parser\Formats; use Nathanmac\Utilities\Parser\Exceptions\ParserException; /** * XML Formatter * * @package Nathanmac\Utilities\Parser\Formats * @author Nathan Macnamara <nathan.macnamara@outlook.com> * @license https://github.com/nathanmac/Parser/blob/master/LICENS...
mit
NebulousLabs/Sia-UI
plugins/Hosting/js/components/fileslist.js
2874
import PropTypes from 'prop-types' import React from 'react' import { List } from 'immutable' import Modal from './warningmodal.js' import Path from 'path' const FilesList = ({ folders, folderPathToRemove, actions }) => { const addStorageLocation = () => actions.addFolderAskPathSize() const removeStorageLocation =...
mit
pacordovad/project3
app/cache/prod/annotations/0010890661eca685047ddcd7ea6661ad8672d2e5$cargoPk.cache.php
460
<?php return unserialize('a:2:{i:0;O:30:"Doctrine\\ORM\\Mapping\\ManyToOne":4:{s:12:"targetEntity";s:5:"Cargo";s:7:"cascade";N;s:5:"fetch";s:4:"LAZY";s:10:"inversedBy";N;}i:1;O:32:"Doctrine\\ORM\\Mapping\\JoinColumns":1:{s:5:"value";a:1:{i:0;O:31:"Doctrine\\ORM\\Mapping\\JoinColumn":7:{s:4:"name";s:8:"CARGO_PK";s:20:"r...
mit
tropp/acq4
acq4/analysis/scripts/beamProfiler.py
976
from PyQt4 import QtCore import acq4.Manager import acq4.util.imageAnalysis as imageAnalysis run = True man = acq4.Manager.getManager() cam = man.getDevice('Camera') frames = [] def collect(frame): global frames frames.append(frame) cam.sigNewFrame.connect(collect) def measure(): if len(frames)...
mit
stephaneAG/PengPod700
QtEsrc/qt-everywhere-opensource-src-4.8.5/doc/html/demos-declarative-calculator-calculator-pro.html
10847
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Qt 4.8: c...
mit
LeoLombardi/tos-laimas-compass
tos-laimas-compass-win32-x64/resources/app/node_modules/openlayers/coverage/ol/interaction/dragboxinteraction.js.html
19989
<!doctype html> <html lang="en"> <head> <title>Code coverage report for ol/interaction/dragboxinteraction.js</title> <meta charset="utf-8" /> <link rel="stylesheet" href="../../prettify.css" /> <link rel="stylesheet" href="../../base.css" /> <meta name="viewport" content="width=device-width, initial...
mit
ermshiperete/web-languageforge
test/app/bellows/shared/project-settings.page.ts
2290
import {browser, by, element, ExpectedConditions} from 'protractor'; import { ProjectsPage } from './projects.page'; export class BellowsProjectSettingsPage { private readonly projectsPage = new ProjectsPage(); conditionTimeout: number = 3000; settingsMenuLink = element(by.id('settings-dropdown-button')); pr...
mit
kevinzhwl/ObjectARXCore
2012/inc/gept3dar.h
3990
#ifndef AC_GEPT3DAR_H #define AC_GEPT3DAR_H // // (C) Copyright 1993-1999, 2010 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and ...
mit
mr-beaver/Stage.js
implementation/js/src/infrastructure/api.js
32954
/** * Framework APIs (global - app.*) * * Note: View APIs are in view.js (view - view.*) * * @author Tim Lauv * @created 2015.07.29 * @updated 2017.04.04 */ ;(function(app){ /** * Universal app object creation api entry point * ---------------------------------------------------- * @deprecated Use the...
mit
minj/js-yaml
support/demo_template/base64.js
5692
// Base64 encoder/decoder with UTF-8 support // // Copyright (c) 2011 Vitaly Puzrin // Copyright (c) 2011 Aleksey V Zapparov // // Author: Aleksey V Zapparov AKA ixti (http://www.ixti.net/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentatio...
mit
TelerikFrenchConnection/JS-Applications-Teamwork
lib/npm/acorn@2.4.0.js
55
module.exports = require("npm:acorn@2.4.0/dist/acorn");
mit
stanwmusic/xiki
spec/spec_helper.rb
738
require 'rr' require 'awesome_print' %w"xiki/core/core_ext xiki/core/ol".each {|o| require o} # RSpec::Runner.configure do |config| RSpec.configure do |config| config.mock_with :rr end module Xiki def self.dir File.expand_path("#{File.dirname(__FILE__)}/..") + "/" end end def stub_menu_path_dirs xiki_di...
mit
madzebra/BitSend
src/warnings.h
774
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2017 The Bitcoin Core developers // Copyright (c) 2015-2017 The Dash developers // Copyright (c) 2015-2017 The Bitsend developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/...
mit
tiborsimko/invenio-oauthclient
invenio_oauthclient/alembic/97bbc733896c_create_oauthclient_tables.py
2898
# -*- coding: utf-8 -*- # # This file is part of Invenio. # Copyright (C) 2016-2018 CERN. # # Invenio is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. """Create oauthclient tables.""" import sqlalchemy as sa import sqlalchemy_utils fro...
mit
NeoAdonis/osu
osu.Game/Overlays/Settings/Sections/General/UpdateSettings.cs
1060
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Platform; using osu.Game.Configuration; namespace osu.Game.Overlays.Settings.Sections...
mit
selvasingh/azure-sdk-for-java
sdk/eventhubs/mgmt-v2017_04_01/src/main/java/com/microsoft/azure/management/eventhubs/v2017_04_01/implementation/EventhubInner.java
5503
/** * 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. */ package com.microsoft.azure.management.eventhubs.v2017_04_01.implementation; import jav...
mit
willopez/domainsjs
shared/report/domain-detail.js
415
import actionTypes from '../../client/actions/types'; const defaultState = { data: {}, errors: 'Not Found', }; export default function domainDetailReducer(state = defaultState, action = {}) { switch (action.type) { case actionTypes.getDomainDetail: return Object.assign({}, state, { data: actio...
mit
ShyykoSerhiy/typescript-webpack-react-todolist
src/store/store.tsx
206
import {createStore, combineReducers} from 'redux'; import {todos} from '../reducers/todos'; export function configureStore() { const store = createStore(combineReducers({todos})); return store; }
mit
tangzheng1900/MyEye
options.html
879
<!DOCTYPE html> <html> <head> <title>选项</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="style.css" > <script src="options.js"></script> </head> <body> <div id="options_content"> <span id="message"></span> <h4>发音</...
mit
PooyaEimandar/WolfEngine
engine/src/wolf.system/curl/src/multi.c
99453
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
mit
GatorQue/etl
pool.h
2844
///\file /****************************************************************************** The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl Copyright(c) 2014 jwellbelove Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentat...
mit
astjohn/cornerstone
app/assets/javascripts/cornerstone.js
465
// This is a manifest file that'll be compiled into including all the files listed below. // Add new JavaScript/Coffee code in separate files in this directory and they'll automatically // be included in the compiled file accessible from http://example.com/assets/application.js // It's not advisable to add code directl...
mit
ifcquery/ifcplusplus
IfcPlusPlus/src/ifcpp/IFC4/lib/IfcMember.cpp
6494
/* Code generated by IfcQuery EXPRESS generator, www.ifcquery.com */ #include <sstream> #include <limits> #include "ifcpp/model/AttributeObject.h" #include "ifcpp/model/BuildingException.h" #include "ifcpp/model/BuildingGuid.h" #include "ifcpp/reader/ReaderUtil.h" #include "ifcpp/writer/WriterUtil.h" #include...
mit
attrs/ui-aliens
src/deprecated/examples/core/stylesystem/style.events.html
1721
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="apple-mobile-web-app-capable" content="no"> <meta name="viewport" content="width=1000"> <meta name="keywords" content="attrs.ui...
mit
dddomin3/angular-galaxy
services/adminNotification/adminNotificationDataService.js
1524
/** * Copyright 2014 Pacific Controls Software Services LLC (PCSS). All Rights Reserved. * * This software is the property of Pacific Controls Software Services LLC and its * suppliers. The intellectual and technical concepts contained herein are proprietary * to PCSS. Dissemination of this information or reprodu...
mit
jdunaravich/thumbor
thumbor/loaders/strict_https_loader.py
1086
#!/usr/bin/python # -*- coding: utf-8 -*- # thumbor imaging service # https://github.com/thumbor/thumbor/wiki # Licensed under the MIT license: # http://www.opensource.org/licenses/mit-license # Copyright (c) 2011 globo.com timehome@corp.globo.com from thumbor.loaders import http_loader from tornado.concurrent impor...
mit
Chaitya62/IOT-Bridge-Final-name-not-comfirmed
application/controllers/device.php
2164
<?php class device extends CI_Controller{ public function add_device(){ $this->load->model('device_model'); $device_name = $this->input->post('device_name'); $device_id = $this->input->post('device_id'); $about_device = $this->input->post('about_device'); $key = $this->session->userdata('id'); //later stages wi...
mit
007slm/seajs
tests/specs/module/require-async/main.js
609
define(function(require) { var test = require('../../../test') var count = 0 require.async('./a', function(a) { test.assert(a.name === 'a', 'load CMD module file') done() }) require.async('./b.js', function() { test.assert(global.SPECS_MODULES_ASYNC === true, 'load normal script file') glo...
mit
s-takatsu/aspnetboilerplate-samples
KendoUiDemo/src/AbpKendoDemo.EntityFramework/Migrations/201602161446590_Upgrade_Abp_And_Module_Zero_To_0_8_1.cs
4104
namespace AbpKendoDemo.Migrations { using System; using System.Data.Entity.Migrations; public partial class Upgrade_Abp_And_Module_Zero_To_0_8_1 : DbMigration { public override void Up() { CreateTable( "dbo.AbpBackgroundJobs", c => new ...
mit
jakeholland/TwitterFeed
TwitterFeed/App_Start/BundleConfig.cs
553
using System.Web; using System.Web.Optimization; namespace TwitterFeed { public class BundleConfig { public static void RegisterBundles(BundleCollection bundles) { bundles.Add(new StyleBundle("~/Content/css").Include("~/Content/bootstrap.css","~/Content/site.css")); ...
mit
selvasingh/azure-sdk-for-java
sdk/advisor/mgmt-v2017_04_19/src/main/java/com/microsoft/azure/management/advisor/v2017_04_19/Suppressions.java
2252
/** * 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. */ package com.microsoft.azure.management.advisor.v2017_04_19; import com.microsoft.azure....
mit
anhstudios/swganh
data/scripts/templates/object/static/item/shared_armor_composite_helmet.py
447
#### NOTICE: THIS FILE IS AUTOGENERATED #### MODIFICATIONS MAY BE LOST IF DONE IMPROPERLY #### PLEASE SEE THE ONLINE DOCUMENTATION FOR EXAMPLES from swgpy.object import * def create(kernel): result = Static() result.template = "object/static/item/shared_armor_composite_helmet.iff" result.attribute_template_id = ...
mit
SeanJM/css-clean-npm
test/tests/basic.js
445
const fs = require('fs'); const path = require('path'); const cleanCss = require('../../index.js'); module.exports = { name : 'basic test', this : function () { const str = fs.readFileSync(path.resolve('test/styles/basic.dirty.scss'), 'utf8'); const clean = cleanCss({ css : str }); return c...
mit
Zekom/threex.cloudgaming
examples/remotecontroller.html
1773
<script src="/socket.io/socket.io.js"></script> <script src="bower_components/virtualjoystick.js/virtualjoystick.js"></script> <script src="../threex.cloudcontroller.js"></script> <script src="../threex.cloudcontrollerscreenupdater.js"></script> <script src="../threex.cloudcontrollervirtualjoystick.js"></script> <body ...
mit
mattmakai/fullstackpython.com
theme/templates/blog/monitor-python-3-6-example-code-aws-lambda-rollbar.html
594
<a href="/learning-programming.html" class="lgi">Learning Programming</a> <a href="/serverless.html" class="lgi">Serverless Architectures</a> <a href="/aws-lambda.html" class="lgi">AWS Lambda</a> <a href="/monitoring.html" class="lgi">Monitoring</a> <a href="/deployment.html" class="lgi">Deployment</a> <a href="/rollba...
mit
slemonide/sasuga
docs/ui/ConsoleUI.html
8809
<!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 (1.8.0_112) on Sat May 13 03:02:10 PDT 2017 --> <title>ConsoleUI</title> <meta name="date" content="2017-05-13"> <link rel="stylesheet" type="text/css...
mit
openefit/openefit.github.io
_drafts/photoshop.md
106
## 快捷键 ## {% highlight json %} { "去色" : "C-S-u", "反相" : "C-i", } {% endhighlight %}
mit
datalogics/scons
test/Perforce/P4COMSTR.py
4112
#!/usr/bin/env python # # __COPYRIGHT__ # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limitation the rights to use, copy, modify, merge, publish, ...
mit
tapiralec/Fungus
Assets/Fungus/Flowchart/Scripts/Flowchart.cs
21856
using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.Serialization; using System; using System.Linq; using System.Collections; using System.Collections.Generic; using System.Text.RegularExpressions; namespace Fungus { /** * Visual scripting controller for the Flowchart programming language. * Flow...
mit
Miclebrick/Imagination-Server
RakNet/Headers/SocketLayer.h
6024
/// \file /// \brief SocketLayer class implementation /// /// This file is part of RakNet Copyright 2003 Kevin Jenkins. /// /// Usage of RakNet is subject to the appropriate license agreement. /// Creative Commons Licensees are subject to the /// license found at /// http://creativecommons.org/licenses/by-nc/2.5/ /// S...
mit
lucasconstantino/gulp-verb
test/fixtures/README.tmpl.md
19
{%= author.name %}
mit
frappe/frappe
frappe/templates/includes/comments/comments.html
6128
<div class="comment-view mb-6"> {% if not comment_list %} <div class="no-comment"> <p class="text-muted small">{{ _("No comments yet. ") }} <span class="hidden login-required"> <a href="/login?redirect-to={{ pathname }}">{{ _("Login to start a new discussion") }}</a> </span> <span class="hidden s...
mit
appy-tw/1129ios
ios/model/RHManagedObject/RHCoreDataTableViewController.h
2031
// // RHCoreDataTableViewController.h // // Copyright (C) 2013 by Christopher Meyer // http://schwiiz.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, inc...
mit
gogits/gogs
internal/gitutil/diff_test.go
1244
// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. package gitutil import ( "html/template" "testing" dmp "github.com/sergi/go-diff/diffmatchpatch" "github.com/stretchr/testify/assert" "github.com/gogs...
mit
lionsom/LXReactiveCocoa_Demo
RAC_GatherClass/Pods/Target Support Files/Pods-RAC_GatherClass/Pods-RAC_GatherClass-frameworks.sh
3723
#!/bin/sh set -e echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" install_framework() { if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then local source="${BUILT_PRO...
mit
stoyantodorovbg/PHP-Web-Development-Basics
Lab OOP Encapsulation and Inheritance/problem6/index.php
166
<?php include 'Vehicle.php'; include 'Car.php'; $car = new Car(4, 'Red', 'Audi', 'A4', 2016); print_r($car); echo "<br>"; $car->setColor('Green'); print_r($car);
mit
imasaru/sabbath-school-lessons
src/ar/2021-02/13/07.md
4006
--- title: لمزيد من الدرس date: 25/06/2021 --- لِمَزِيد مِنْ الدَّرس: حول التطهير الأخير للأرض من الْخَطِيَّة اقرأ من كتاب الصراع العظيم صفحة ٧١٥-٧٣٢. «وإذ تمر سنو الأبدية فستأتي بإعلانات أغنى وأمجد عن الله والمسيح. وكما تتجدّد المعرفة فكذلك ستتجدّد المحبة والوقار والسعادة وتزيد أَيْضًا. وكلما عرف الناس أشياء أكثر ...
mit
lotosbin/ecmall-docker-compose
upload/external/widgets/goods_module_1/config.html
4008
<script type="text/javascript"> var _d = DialogManager.get('config_dialog'); _d.setWidth(350); _d.setPosition('center'); $("select[ectype='bgcolor_selector']").change(function(){ $("input[ectype='bgcolor']").val(this.value); }); $("select[name='img_recom_id']").change(function(){ switchRecommend(thi...
mit
Limmen/IV1201
target/site/apidocs/index.html
2909
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!-- NewPage --> <html lang="sv"> <head> <!-- Generated by javadoc on Fri Mar 18 12:42:22 CET 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>IV1201 1.0-SNAPSHOT API</title> <script ...
mit
BenDiuguid/meteor-intro
README.md
31
# meteor-intro Intro to Meteor
mit