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 |
|---|---|---|---|---|---|
/****************************************************************************
**
** 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... | ptracton/wb_soc_template | rtl/lm32_top/drivers/service/MicoFileStat.c | C | mit | 2,525 |
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 ... | KarlWalsh/fyodor | fyodor-core/src/test/java/uk/org/fyodor/generators/PercentageChanceGeneratorTest.java | Java | mit | 766 |
var searchData=
[
['clear',['clear',['../d8/d84/a00001.html#a11dc3b617f2fedbb3b499971493b9c4f',1,'ArrayBase']]]
];
| bdfoster/cpp-templates | docs/html/search/functions_1.js | JavaScript | mit | 117 |
//
// 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... | mutualmobile/VIPER-TODO | VIPER TODO/Classes/Common/Model/VTDNearTermDateRelation.h | C | mit | 1,460 |
<h1>Chat</h1> | Atvaark/Emurado | HaloOnline.Server.App/app/views/chat.html | HTML | mit | 16 |
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... | academia-de-ursarie/website | resources/css/ursar.css | CSS | mit | 1,554 |
/*
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
*/
/*... | meiyi1986/GPJSS | src/ec/app/parity/func/D31.java | Java | mit | 1,195 |
<!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... | duruitang/anteditor | dist/utf8-php/dialogs/scrawl/scrawl.html | HTML | mit | 3,848 |
/*
* @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... | yhtml5/YHTML5-APP | pc/dashboard/app/server/head.css | CSS | mit | 13,906 |
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) :... | Microsoft/ApplicationInsights-aspnetcore | NETCORE/.github/ISSUE_TEMPLATE.md | Markdown | mit | 494 |
// 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 ... | huoxudong125/Z.ExtensionMethods | src/Z.Core/System.String/String.GetBetween.cs | C# | mit | 1,266 |
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... | rrector/orleans | test/DefaultCluster.Tests/CodeGeneratorTests_AccessibilityChecks.cs | C# | mit | 1,347 |
#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... | stephentu/silo | thread.cc | C++ | mit | 378 |
<!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... | cx20/GLBoost | docs/documents/api/file/src/middle_level/shaders/HalfLambertAndWrapLightingShader.js.html | HTML | mit | 38,464 |
/*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"),
... | marcandrews/brackets-synapse | modules/Menu.js | JavaScript | mit | 7,210 |
{% 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... | expfactory/expfactory-docker | expdj/apps/users/templates/registration/_signup.html | HTML | mit | 582 |
'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... | zygmuntz/kaggle-advertised-salaries | optional/cols_dimensionality.py | Python | mit | 1,451 |
#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... | bkahlert/seqan-research | raw/pmbs12/pmsb13-data-20120615/sources/brbym28nz827lxic/93/sandbox/meyerclp/demos/Sequences.cpp | C++ | mit | 1,018 |
/* 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 .... | NoahOliverRigonan/InnosoftSolutionsWebsiteAngularUI | app/styles/themes/material/wijmo.theme.material.pink-red.css | CSS | mit | 3,348 |
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 [... | AlexanderThaller/lablog | vendor/github.com/AlexanderThaller/dbfiles/driver.go | GO | mit | 818 |
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... | 2767mr/CCLoader | ccloader/js/packed.js | JavaScript | mit | 3,555 |
##
# 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_... | philnash/twilio-ruby | spec/integration/bulkexports/v1/export_configuration_spec.rb | Ruby | mit | 1,959 |
<?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... | nilportugues/schema.org-mapping | src/Classes/Electrician.php | PHP | mit | 20,303 |
/* 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
... | ArcherSys/ArcherSys | game/3d.city-gh-pages/src/tool/GameTools.js | JavaScript | mit | 1,390 |
/****************************************************************************************
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... | VajraFramework/PipelineTools | FbxExporter/Source/FbxSdk/include/fbxsdk/core/base/fbxstatus.h | C | mit | 5,198 |
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... | lgollut/material-ui | packages/material-ui/src/test-utils/index.js | JavaScript | mit | 375 |
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... | gbranchaudrubenovitch/advent-of-code | test/day-14/reindeer-race-test.js | JavaScript | mit | 969 |
"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 () {
... | SpawnTree/SpawnTree.github.io | js/xterm/lib/renderer/ColorManager.test.js | JavaScript | mit | 18,828 |
/**
* 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... | MonoHearted/Flowerbless | node_modules/google-api/apis/admin/directory_v1.js | JavaScript | mit | 71,632 |
// 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... | ThePhD/sol2 | tests/inclusion/source/protected_function_result.cpp | C++ | mit | 1,206 |
// 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;... | NeoAdonis/osu | osu.Game.Tests/Visual/TestCaseScrollingHitObjects.cs | C# | mit | 6,296 |
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... | mbknor/akka-tools | akka-tools-persistence/src/main/scala/no/nextgentel/oss/akkatools/aggregate/GeneralAggregateBase.scala | Scala | mit | 11,373 |
<?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... | njam/denkmal.org | library/Admin/library/Admin/Page/Scraper/Facebook.php | PHP | mit | 1,220 |
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";
}
| syednasar/datascience | recommendations/mahoutrecommender/src/main/java/mahout/AppConstants.java | Java | mit | 213 |
<!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="..... | jclementdev/Proto1 | kendoUI/examples/timepicker/angular.html | HTML | mit | 1,584 |
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)
} | cngkaygusuz/matasano-challenges | golang/common/pad_test.go | GO | mit | 295 |
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... | Cinnamon18/runityscape | Assets/Scripts/Game/Camp/Camp.cs | C# | mit | 6,751 |
<?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... | mojo1643/Dalal_v2 | doc/api/classes/Rails/Rack.html | HTML | mit | 2,793 |
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... | ruby32/solarcoin | doc/REST-interface.md | Markdown | mit | 3,844 |
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... | zauberlabs/jInstagram | src/main/java/org/jinstagram/auth/model/OAuthRequest.java | Java | mit | 1,596 |
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... | codefacts/Elastic-Components | tracker/src/main/java/tracker/message/handlers/ReplayMessageHandler.java | Java | mit | 347 |
# -*- 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'):
... | pmaunz/pyqtgraph | examples/optics/pyoptic.py | Python | mit | 18,598 |
/*******************************************************************************
*//**
* @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... | bhavindarji/STM32F4-Dev | Example Projects/ASK25/LCD/CGRAM/Eg6/Inc/doxy_wb.h | C | mit | 2,725 |
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 ... | opennode/nodeconductor-assembly-waldur | src/waldur_auth_valimo/client.py | Python | mit | 9,636 |
#### Scripts
##### CrowdStrikeUrlParse
- Updated the Docker image to: *demisto/python:2.7.18.24398*. | demisto/content | Packs/CrowdStrikeHost/ReleaseNotes/1_1_6.md | Markdown | mit | 101 |
<?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
{
} | dmkuznetsov/php-yandex-locator | source/Yandex/Locator/Exception/ServerError.php | PHP | mit | 250 |
/*
* 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/... | hpe-idol/find | webapp/idol/src/test/js/spec/app/page/dashboard/widgets/updating-widget.js | JavaScript | mit | 4,835 |
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... | okgreece/indigo | src/app/services/algorithms.ts | TypeScript | mit | 3,392 |
---
title: Հիսուսը որպես ուսուցիչ
date: 16/11/2020
---
Աստվածաշունչը բազմաթիվ եզրույթներ է օգտագործում Հիսուսին նկարագրելու համար։ Նա Աստծո Որդին է, Մեսիան, մարդու Որդին, Փրկիչը, Փրկագնողը, Տերը, Աստծո Գառը, և սրանք դեռ մի քանիսն են։ Սակայն այն մարդկանց համար, ովքեր Նրան շատ ավելի մոտիկից էին ճանաչում Հուդայում և Գա... | imasaru/sabbath-school-lessons | src/hy/2020-04/08/03.md | Markdown | mit | 4,090 |
<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... | davehorton/drachtio-server | deps/boost_1_77_0/doc/html/boost_asio/reference/basic_io_object/operator_eq_.html | HTML | mit | 3,903 |
<?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... | tgoettel9401/Homepage-Schachclub-Niedermohr | vendor/nathanmac/parser/src/Formats/XML.php | PHP | mit | 2,603 |
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 =... | NebulousLabs/Sia-UI | plugins/Hosting/js/components/fileslist.js | JavaScript | mit | 2,874 |
<?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... | pacordovad/project3 | app/cache/prod/annotations/0010890661eca685047ddcd7ea6661ad8672d2e5$cargoPk.cache.php | PHP | mit | 460 |
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)... | tropp/acq4 | acq4/analysis/scripts/beamProfiler.py | Python | mit | 976 |
<?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... | stephaneAG/PengPod700 | QtEsrc/qt-everywhere-opensource-src-4.8.5/doc/html/demos-declarative-calculator-calculator-pro.html | HTML | mit | 10,847 |
<!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... | LeoLombardi/tos-laimas-compass | tos-laimas-compass-win32-x64/resources/app/node_modules/openlayers/coverage/ol/interaction/dragboxinteraction.js.html | HTML | mit | 19,989 |
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... | ermshiperete/web-languageforge | test/app/bellows/shared/project-settings.page.ts | TypeScript | mit | 2,290 |
#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
... | kevinzhwl/ObjectARXCore | 2012/inc/gept3dar.h | C | mit | 3,990 |
/**
* 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... | mr-beaver/Stage.js | implementation/js/src/infrastructure/api.js | JavaScript | mit | 32,954 |
// 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... | minj/js-yaml | support/demo_template/base64.js | JavaScript | mit | 5,692 |
module.exports = require("npm:acorn@2.4.0/dist/acorn"); | TelerikFrenchConnection/JS-Applications-Teamwork | lib/npm/acorn@2.4.0.js | JavaScript | mit | 55 |
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... | stanwmusic/xiki | spec/spec_helper.rb | Ruby | mit | 738 |
// 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/... | madzebra/BitSend | src/warnings.h | C | mit | 774 |
# -*- 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... | tiborsimko/invenio-oauthclient | invenio_oauthclient/alembic/97bbc733896c_create_oauthclient_tables.py | Python | mit | 2,898 |
// 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... | NeoAdonis/osu | osu.Game/Overlays/Settings/Sections/General/UpdateSettings.cs | C# | mit | 1,060 |
/**
* 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... | 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 | Java | mit | 5,503 |
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... | willopez/domainsjs | shared/report/domain-detail.js | JavaScript | mit | 415 |
import {createStore, combineReducers} from 'redux';
import {todos} from '../reducers/todos';
export function configureStore() {
const store = createStore(combineReducers({todos}));
return store;
}
| ShyykoSerhiy/typescript-webpack-react-todolist | src/store/store.tsx | TypeScript | mit | 206 |
<!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>发音</... | tangzheng1900/MyEye | options.html | HTML | mit | 879 |
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... | PooyaEimandar/WolfEngine | engine/src/wolf.system/curl/src/multi.c | C | mit | 99,453 |
///\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... | GatorQue/etl | pool.h | C | mit | 2,844 |
// 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... | astjohn/cornerstone | app/assets/javascripts/cornerstone.js | JavaScript | mit | 465 |
/* 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... | ifcquery/ifcplusplus | IfcPlusPlus/src/ifcpp/IFC4/lib/IfcMember.cpp | C++ | mit | 6,494 |
<!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... | attrs/ui-aliens | src/deprecated/examples/core/stylesystem/style.events.html | HTML | mit | 1,721 |
/**
* 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... | dddomin3/angular-galaxy | services/adminNotification/adminNotificationDataService.js | JavaScript | mit | 1,524 |
#!/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... | jdunaravich/thumbor | thumbor/loaders/strict_https_loader.py | Python | mit | 1,086 |
<?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... | Chaitya62/IOT-Bridge-Final-name-not-comfirmed | application/controllers/device.php | PHP | mit | 2,164 |
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... | 007slm/seajs | tests/specs/module/require-async/main.js | JavaScript | mit | 609 |
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
... | s-takatsu/aspnetboilerplate-samples | KendoUiDemo/src/AbpKendoDemo.EntityFramework/Migrations/201602161446590_Upgrade_Abp_And_Module_Zero_To_0_8_1.cs | C# | mit | 4,104 |
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"));
... | jakeholland/TwitterFeed | TwitterFeed/App_Start/BundleConfig.cs | C# | mit | 553 |
/**
* 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.... | selvasingh/azure-sdk-for-java | sdk/advisor/mgmt-v2017_04_19/src/main/java/com/microsoft/azure/management/advisor/v2017_04_19/Suppressions.java | Java | mit | 2,252 |
#### 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 = ... | anhstudios/swganh | data/scripts/templates/object/static/item/shared_armor_composite_helmet.py | Python | mit | 447 |
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... | SeanJM/css-clean-npm | test/tests/basic.js | JavaScript | mit | 445 |
<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 ... | Zekom/threex.cloudgaming | examples/remotecontroller.html | HTML | mit | 1,773 |
<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... | mattmakai/fullstackpython.com | theme/templates/blog/monitor-python-3-6-example-code-aws-lambda-rollbar.html | HTML | mit | 594 |
<!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... | slemonide/sasuga | docs/ui/ConsoleUI.html | HTML | mit | 8,809 |
## 快捷键 ##
{% highlight json %}
{
"去色" : "C-S-u",
"反相" : "C-i",
}
{% endhighlight %}
| openefit/openefit.github.io | _drafts/photoshop.md | Markdown | mit | 106 |
#!/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,
... | datalogics/scons | test/Perforce/P4COMSTR.py | Python | mit | 4,112 |
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... | tapiralec/Fungus | Assets/Fungus/Flowchart/Scripts/Flowchart.cs | C# | mit | 21,856 |
/// \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... | Miclebrick/Imagination-Server | RakNet/Headers/SocketLayer.h | C | mit | 6,024 |
{%= author.name %}
| lucasconstantino/gulp-verb | test/fixtures/README.tmpl.md | Markdown | mit | 19 |
<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... | frappe/frappe | frappe/templates/includes/comments/comments.html | HTML | mit | 6,128 |
//
// 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... | appy-tw/1129ios | ios/model/RHManagedObject/RHCoreDataTableViewController.h | C | mit | 2,031 |
// 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... | gogits/gogs | internal/gitutil/diff_test.go | GO | mit | 1,244 |
#!/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... | lionsom/LXReactiveCocoa_Demo | RAC_GatherClass/Pods/Target Support Files/Pods-RAC_GatherClass/Pods-RAC_GatherClass-frameworks.sh | Shell | mit | 3,723 |
<?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);
| stoyantodorovbg/PHP-Web-Development-Basics | Lab OOP Encapsulation and Inheritance/problem6/index.php | PHP | mit | 166 |
---
title: لمزيد من الدرس
date: 25/06/2021
---
لِمَزِيد مِنْ الدَّرس: حول التطهير الأخير للأرض من الْخَطِيَّة اقرأ من كتاب الصراع العظيم صفحة ٧١٥-٧٣٢.
«وإذ تمر سنو الأبدية فستأتي بإعلانات أغنى وأمجد عن الله والمسيح. وكما تتجدّد المعرفة فكذلك ستتجدّد المحبة والوقار والسعادة وتزيد أَيْضًا. وكلما عرف الناس أشياء أكثر ... | imasaru/sabbath-school-lessons | src/ar/2021-02/13/07.md | Markdown | mit | 4,006 |
<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... | lotosbin/ecmall-docker-compose | upload/external/widgets/goods_module_1/config.html | HTML | mit | 4,008 |
<!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 ... | Limmen/IV1201 | target/site/apidocs/index.html | HTML | mit | 2,909 |
# meteor-intro
Intro to Meteor
| BenDiuguid/meteor-intro | README.md | Markdown | mit | 31 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.