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 |
|---|---|---|---|---|---|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("De... | LPetrova/CSharpBasic | 03.Примитивни типове и данни/PrimitiveDataTypesAndVariables/DeclareVariables/Properties/AssemblyInfo.cs | C# | mit | 1,408 |
'use strict'
const execa = require('execa')
const chalk = require('chalk')
const figures = require('figures')
const ora = require('ora')
module.exports = function fetchRemote(flags) {
// git fetch
let args = ['fetch']
// fetch with prune?
if (!flags.skipPrune) {
// git fetch -p
args.p... | migg24/git-keeper | lib/actions/fetchRemote.js | JavaScript | mit | 579 |
### NSL Mod
### Will update this more in the future!
#### Changelog: <https://github.com/xToken/NSL/blob/master/Changelog.md>
#### Command Overview: <https://github.com/xToken/NSL/blob/master/Commands.md> | xToken/NSL | Readme.md | Markdown | mit | 206 |
# RomanNumeralCalcInFSharp
Kata for Guild
| jgartee/RomanNumeralCalcInFSharp | README.md | Markdown | mit | 42 |
FILES="dlnd_image_classification.html dlnd_image_classification.ipynb helper.py problem_unittests.py"
zip image-classification.zip $FILES
| hfoffani/deep-learning | image-classification/4review.sh | Shell | mit | 140 |
package models
import controllers.routes
import play.api.data.Form
import play.api.mvc.Call
import routes.DateOfSale
import uk.gov.dvla.vehicles.presentation.common.model.{NewKeeperDetailsViewModel, VehicleAndKeeperDetailsModel}
case class DateOfSaleViewModel(form: Form[DateOfSaleFormModel],
... | dvla/vehicles-change-keeper-online | app/models/DateOfSaleViewModel.scala | Scala | mit | 679 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet... | coq-bench/coq-bench.github.io-old | clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4pl4/contrib:railroad-crossing/8.4.dev/2014-12-05_05-10-05.html | HTML | mit | 8,884 |
//
// Copyright (c) 2017 Advanced Micro Devices, Inc. All rights reserved.
//
// 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
/... | baxtea/Anvil | src/wrappers/graphics_pipeline_manager.cpp | C++ | mit | 154,814 |
LIVE WEBSITE HERE: http://students.washington.edu/gmanci/info343/challenges/shooting-map/
# Map Challenge: Police Shootings
This folder contains your submission for the [map challenge](http://info343-joelross.rhcloud.com/challenges/map). The below questions should be answered with details about your submission!
###... | gmanci/INFO343-Projects-Public | shooting-map/README.md | Markdown | mit | 1,314 |
<?php
namespace Cyh\Jose\Signing\Signer;
use Cyh\Jose\Signing\Exception\UnexpectedValueException;
use Cyh\Jose\Signing\Exception\InvalidSignatureException;
abstract class PublicKey implements SignerInterface
{
/**
* @param resource $private_or_public_key_resource
* @return bool
* @throws Unexpected... | closeyourhead/jose | src/Cyh/Jose/Signing/Signer/PublicKey.php | PHP | mit | 2,391 |
-- phpMyAdmin SQL Dump
-- version 4.7.4
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: 2018-08-30 15:34:36
-- æå¡å¨çæ¬ï¼ 5.5.47
-- PHP Version: 7.0.1
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_... | uej/EZ | sql_bk/test (7).sql | SQL | mit | 8,984 |
uxtest
======
Python library for writing automated user interface non-regression tests with Sikuli.
| egroise/uxtest | README.md | Markdown | mit | 101 |
package io.dummymaker.util;
import java.sql.Timestamp;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.LocalTime;
import java.util.Calendar;
import java.util.Date;
import java.util.TimeZone;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Contains basic date util methods a... | GoodforGod/dummymaker | src/main/java/io/dummymaker/util/DateUtils.java | Java | mit | 2,676 |
require_relative 'base'
module OverpassAPI
# builds queries in overpass ql format
class QL < Base
def initialize(args = {})
super
@maxsize = args[:maxsize]
end
def build_query(query)
header = ''
header << "[bbox:#{@bbox}]" if @bbox
header << "[timeout:#{@timeout}]" if @ti... | BrunoSalerno/overpass-api-ruby | lib/ql.rb | Ruby | mit | 454 |
# polylock [](https://travis-ci.org/mwri/polylock) [](https://coveralls.io/github/mwri/polylock?branch=master)
Resource locking is not often a subject with Ja... | mwri/polylock | README.md | Markdown | mit | 30,126 |
/*
* ngtcp2
*
* Copyright (c) 2022 ngtcp2 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 limitation the rights to use, copy, m... | ngtcp2/ngtcp2 | lib/ngtcp2_objalloc.h | C | mit | 7,719 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_13) on Mon Dec 14 15:25:07 MSK 2009 -->
<TITLE>
Uses of Class org.apache.poi.hssf.usermodel.HSSFFontFormatting (POI API Documentation)
</TITLE... | tobyclemson/msci-project | vendor/poi-3.6/doc/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFFontFormatting.html | HTML | mit | 9,218 |
# Measure core temperature
- https://medium.com/@kevalpatel2106/monitor-the-core-temperature-of-your-raspberry-pi-3ddfdf82989f
~~~~
/opt/vc/bin/vcgencmd measure_temp
~~~~
| denglert/manuals | unix/os/raspbian/temperature.md | Markdown | mit | 173 |
/*
RequireJS 2.1.6 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
Available via the MIT or new BSD license.
see: http://github.com/jrburke/requirejs for details
*/
var requirejs,require,define;
(function(global){var req,s,head,baseElement,dataMain,src,interactiveScript,currentlyAddingScript,mainSc... | arthur-e/flux-server | public/app/require.js | JavaScript | mit | 24,470 |
import * as React from "react";
import { VirtualFarmBotProps } from "../../interfaces";
import { BooleanSetting } from "../../../../session_keys";
import { BotFigure } from "./bot_figure";
import { BotTrail } from "./bot_trail";
import { BotPeripherals } from "./bot_peripherals";
import { NegativePositionLabel } from "... | RickCarlino/farmbot-web-app | frontend/farm_designer/map/layers/farmbot/index.tsx | TypeScript | mit | 1,682 |
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
namespace Examples
{
class Program
{
[STAThread]
static void Main(string[] args)
{
SolidEdgeFramework.Application application = null;
SolidEdgePart.PartDocument partDocument = ... | SolidEdgeCommunity/docs | docfx_project/snippets/SolidEdgePart.Model.LoftedFlanges.cs | C# | mit | 1,268 |
// This code contains NVIDIA Confidential Information and is disclosed to you
// under a form of NVIDIA software license agreement provided separately to you.
//
// Notice
// NVIDIA Corporation and its licensors retain all intellectual property and
// proprietary rights in and to this software and related documentation... | JayStilla/AIEPhysics | PhysX-3.2.4_PC_SDK_Core/Samples/SampleCharacterCloth/SampleCharacterCloth_FilterShader.cpp | C++ | mit | 2,358 |
#include <sal/net/async/service.hpp>
#include <sal/net/internet.hpp>
#include <sal/common.test.hpp>
namespace {
struct net_async_service
: public sal_test::fixture
{
sal::net::async::service_t service{};
};
TEST_F(net_async_service, io_pool_size)
{
EXPECT_EQ(0U, service.io_pool_size());
(void)service.mak... | svens/sal | sal/net/async/service.test.cpp | C++ | mit | 1,715 |
/*
The MIT License
Copyright (c) 2010-2021 Paul R. Holser, Jr.
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, mod... | pholser/junit-quickcheck | generators/src/test/java/com/pholser/junit/quickcheck/ClockPropertyParameterTypesTest.java | Java | mit | 5,264 |
package com.nrg.kelly.config.actors;
/**
* Created by Andrew on 11/06/2015.
*/
public class ImageScaleConfig extends CoordinatesConfig {
}
| nashrockgames/kelly | core/src/com/nrg/kelly/config/actors/ImageScaleConfig.java | Java | mit | 142 |
<?php
if (!defined('BASEPATH'))
exit('No direct script access allowed');
class Video extends CI_Controller {
function __construct() {
parent::__construct();
$this->load->library(array('form_validation', 'email', 'session'));
$this->load->helper(array('text', 'url'));
... | Nurcahya/forecastPU | application/controllers/backend/Video.php | PHP | mit | 2,680 |
using System;
namespace HelloWorld.Common
{
[Serializable]
public class Message
{
public Message(string text)
{
Text = text;
}
public string Text { get; set; }
}
} | derekgreer/rabbitBusExamples | src/HelloWorld/HelloWorld.Common/Message.cs | C# | mit | 239 |
<h1>{.title} {{edit}}</h1>
{.text}
| ramainen/doit-cms | app/mod_pages/_show.html | HTML | mit | 37 |
<form name="reviewForm" class="form-horizontal" ng-submit="reviewFormCtrl.addReview(reviewForm, reviewFormCtrl.book)">
<section class="row well live-preview" ng-show="reviewFormCtrl.book.isbn">
<aside class="col-sm-3">
<!-- no, no! <book-cover></book-cover> -->
<a href="http://www.amazon.com/gp/produ... | tgrud/stb_suwa | app/partials/review-form.html | HTML | mit | 3,373 |
require 'soap/rpc/router'
module Soap4r
module Middleware
include SOAP
def self.included(klass)
klass.send(:extend, ::Soap4r::Middleware::ClassMethods)
end
def initialize(app = nil)
@app = app
end
def call(env)
if env['PATH_INFO'].match(self.class.endpoint)
handle... | instructure/soap4r-middleware | lib/soap4r-middleware.rb | Ruby | mit | 5,331 |
package ninja.mpnguyen.bisque.views.comments;
import android.view.View;
import android.widget.TextView;
import ninja.mpnguyen.bisque.R;
public class CommentViewHolder extends StoryViewHolder {
public final View padding, content, container;
public final TextView comment_text, comment_author;
public Comme... | nguyenmp/bisque | app/src/main/java/ninja/mpnguyen/bisque/views/comments/CommentViewHolder.java | Java | mit | 757 |
use ::{BroadcastMode, Instruction, MaskReg, MergeMode, Mnemonic, OperandSize, Reg, RoundingMode};
use ::RegType::*;
use ::instruction_def::*;
use ::Operand::*;
use ::Reg::*;
use ::RegScale::*;
use ::test::run_test;
#[test]
fn cvtdq2ps_1() {
run_test(&Instruction { mnemonic: Mnemonic::CVTDQ2PS, operand1: Some(Direc... | GregoryComer/rust-x86asm | src/test/instruction_tests/instr_cvtdq2ps.rs | Rust | mit | 1,632 |
<?php
/**
* PHP version 5.6
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/
namespace CodeUp\ReadIt\Links;
/**
* A Readitor can post links to the site, and upvote and downvote other
* readitors links.
*/
class Readitor
{
/** @var int */
private $i... | MontealegreLuis/readit | src/ReadIt/Links/Readitor.php | PHP | mit | 2,434 |
const { massiveHide } = require('../coreFunctions');
const header = {
init: () => {
constructor();
setupLogo();
},
};
const constructor = () => {
headerContainer = body.find('#header');
const breadcrumbContainer = body.find('.bread-container')
const hideElements = [
headerContainer.find('#stati... | pt-br/vt-mobile | app/scripts/sections/header.js | JavaScript | mit | 1,119 |
"use strict";
const btc = require("./coins/btc.js");
module.exports = {
"BTC": btc,
"coins":["BTC"]
}; | janoside/btc-rpc-explorer | app/coins.js | JavaScript | mit | 107 |
"use strict";
module.exports = {
test_page: "tests/index.html?hidepassed",
disable_watching: true,
launch_in_ci: ["Chrome"],
launch_in_dev: [],
browser_start_timeout: 120,
browser_args: {
Chrome: {
ci: [
// --no-sandbox is needed when running Chrome inside a container
process.env.... | adfinis-sygroup/ember-validated-form | testem.js | JavaScript | mit | 581 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./a4b6b685941f3271cfbc32c80586ac1143811d797b6345e9623db4cf2dadf676.html">Teleport</a>
<hr>
... | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/ee973c9984ea417cd31ac27f49065918de4bd82acc2bf17bb5353a48435e4427.html | HTML | mit | 550 |
# v1.1.3
* Original: [Release electron v1.1.3 - electron/electron](https://github.com/electron/electron/releases/tag/v1.1.3)
Changelog:
**Windows**
* Fix crash caused by linking with VC++ statically. [#5658](https://github.com/electron/electron/issues/5658)
* VC++ で静的リンクするとクラッシュする問題を修正しました
* リンク先に静的リンクの話とか見当たらな... | akabekobeko/electron-release-notes-ja-private-edition | v1.x/v1.1/v1.1.3.ja.md | Markdown | mit | 465 |
package io.xunyss.commons.reflect;
import java.io.File;
import java.io.FileFilter;
import java.lang.reflect.Method;
import java.net.URL;
import java.net.URLClassLoader;
/**
*
* @author XUNYSS
*/
public class ClassPathUtils {
private static final URLClassLoader systemClassLoader = (URLClassLoader)... | xunyss/commons | commons-base/src/main/java/io/xunyss/commons/reflect/ClassPathUtils.java | Java | mit | 1,143 |
/**
* Copyright (C) 2010-18 diirt developers. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
*/
package org.diirt.datasource.expression;
import java.util.List;
/**
* A list of expressions to read at the rate of the source.
* <p>
* Don't implement objects with this inte... | diirt/diirt | pvmanager/datasource/src/main/java/org/diirt/datasource/expression/SourceRateExpressionList.java | Java | mit | 887 |
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="no-js ie6"><![endif]-->
<!--[if IE 7 ]><html class="no-js ie7"><![endif]-->
<!--[if IE 8 ]><html class="no-js ie8"><![endif]-->
<!--[if IE 9 ]><html class="no-js ie9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta chars... | corywalker/expreduce-docs | docs/builtin/string/stringreplace/index.html | HTML | mit | 18,433 |
# [Snow Report for China Peak](http://alexa.amazon.com/#skills/amzn1.ask.skill.b8dff5d2-32d1-4bb7-b88b-dff4b27fa5ea)
 => {
const element = document.querySelector('.js-greeting');
if (element) {
element.innerHTML = name;
}
};
export default greeting;
| xfiveco/generator-chisel | docs/src/scripts/modules/greeting.js | JavaScript | mit | 168 |
define(function(require,exports, module) {
var $ = require('jquery');
var React = require('react');
var Backbone = require('backbone');
var MyTable = require('./components/table/Table');
var ReactApp={
getJsonData:function(data){
alert('收集数据!'+data);
},
getInstance:function(model,options){
... | zhangzhaoaaa/mybackbone-react-ui | app/scripts/react/index.js | JavaScript | mit | 532 |
<!doctype html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<title>pythongis.vector.data API documentation</title>
<meta name="description" content="Module containing the data structures... | karimbahgat/PythonGis | docs/vector/data.m.html | HTML | mit | 53,934 |
// an almost totally original program by Erin Fitzpatrick
// vertical print inspired by the IOCCC (international obfuscated C code contest) and the demoscene of the 1980's
import java.io.*;
import java.util.*;
public class madSkillz
{
public static void main(String[] args)
{
Scanner kbReader ... | caffeinatedDrummer/BlueJ-Code | madSkillz.java | Java | mit | 791 |
// SPDX-License-Identifier: MIT
// Copyright wtfsckgh@gmail.com
// Copyright iced contributors
#if MASM
using System.Collections.Generic;
using Iced.Intel;
using Iced.UnitTests.Intel.DecoderTests;
using Xunit;
namespace Iced.UnitTests.Intel.FormatterTests.Masm {
public sealed class FormatterTest64 : FormatterTest {
... | 0xd4d/iced | src/csharp/Intel/Iced.UnitTests/Intel/FormatterTests/Masm/FormatterTest64.cs | C# | mit | 2,923 |
# -*- coding: utf-8 -*-
from django.conf.urls import url
from dictionaries.items.views import DicItemsListView, DicItemsCreateView, \
DicItemsDetailView, DicItemsUpdateView, DicItemsDeleteView
urlpatterns = [
url(r'^$', DicItemsListView.as_view(), name='items-list'),
url(r'^add/$', DicItemsCreateView.as_v... | mitrofun/kids2 | src/apps/dictionaries/items/urls.py | Python | mit | 637 |
//
// MLSEnum.h
// MinLison
//
// Created by minlison on 2017/9/27.
// Copyright © 2017年 minlison. All rights reserved.
//
#ifndef MLSEnum_h
#define MLSEnum_h
/**
tabbar的位置
- MLSTabbarIndexHome: 首页
- MLSTabbarIndexYard: 场地预定
- MLSTabbarIndexEvent: 赛事活动
- MLSTabbarIndexMine: 我的
*/
typedef NS_ENUM(NSInteger... | Minlison/MLSProject | MLSProject/MLSProject/Unit/Enum/MLSEnum.h | C | mit | 11,110 |
<?php
/*
* This file is part of PHPExifTool.
*
* (c) 2012 Romain Neutron <imprec@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPExiftool\Driver\Tag\Qualcomm;
use JMS\Serializer\Annotation\ExclusionPolicy... | romainneutron/PHPExiftool | lib/PHPExiftool/Driver/Tag/Qualcomm/R2TL84GreenCtbl31.php | PHP | mit | 873 |
#!/bin/csh
bsub -n 1 openmpi-mpirun ~/Research/dark_arts_local/build/dark_arts Refinement_8_Cell.xml
bsub -n 1 openmpi-mpirun ~/Research/dark_arts_local/build/dark_arts Refinement_16_Cell.xml
bsub -n 1 openmpi-mpirun ~/Research/dark_arts_local/build/dark_arts Refinement_32_Cell.xml
bsub -n 1 openmpi-mpirun ~/Rese... | pgmaginot/DARK_ARTS | inputs/Refinement_Inputs/P1_SL_Lobatto/launch_refinements.sh | Shell | mit | 660 |
import Backend from 'i18next-xhr-backend';
export function configure(aurelia) {
aurelia.use
.standardConfiguration()
.plugin('aurelia-i18n', (i18n) => {
i18n.i18next.use(Backend);
return i18n.setup({
backend: {
loadPath: './locales/{{lng}}/{{ns}}.json',
},
lng ... | manuel-guilbault/Learning-Aurelia | appendix-a/using-jspm/test/unit/configuration.js | JavaScript | mit | 375 |
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using CefSharp.WinForms;
using HCDU.API;
namespace HCDU.Windows
{
public class WinFormsPlatformAdapter : IPlatformAdapter
{
public string OpenFolderBrowserDialog(WindowHandle parent, bo... | yu-kopylov/html-csharp-desktop-ui | HCDU.Windows/WinFormsPlatformAdapter.cs | C# | mit | 5,807 |
from flask.ext.sqlalchemy import SQLAlchemy
from . import db
class Role(db.Model):
__tablename__='roles'
id=db.Column(db.Integer,primary_key=True)
name=db.Column(db.String(64),unique=True)
users=db.relationship('User',backref='role')
def __repr__(self):
return '<Role>{}</Role>'.format(self.... | zhangmingkai4315/Flask-Web-App | app/models.py | Python | mit | 628 |
//doc icons
const doc = {
'px-doc-chart': '<g id="px-doc-chart"><g><path stroke-linejoin="round" d="M1.5 5.5h3v7h-3zm5 2h3v5h-3zm5-6h3v11h-3zM0 14.5h16"/></g></g>',
'px-doc-document': '<g id="px-doc-document"><g><path stroke-linejoin="round" d="M2.5.5v15h11v-12l-3-3h-8z"/><path stroke-linejoin="rou... | jonniespratley/px-components-react | src/px-icon-set/px-icon-set-document.js | JavaScript | mit | 2,377 |
class MessageContactList < ActiveRecord::Base
belongs_to :contact_list
belongs_to :message
end
| boy-jer/santhathi-appointment | app/models/message_contact_list.rb | Ruby | mit | 96 |
#!/bin/bash
docker images | grep "<none>" | awk '{print $3}' | xargs docker rmi -f
exit
| xxaxxelxx/xx_bridgehead | docker_cleanup_unusedimages.sh | Shell | mit | 88 |
import React, { Component } from 'react';
import Hawk from '../src/';
// For your app, import Hawk like so
// import Hawk from 'hawk-graph';
export default class App extends Component {
state = {
nodes: [
{
nid: 1,
type: 'Users',
x: 200,
y: 100,
fields: {
i... | falcon-client/hawk | example/App.js | JavaScript | mit | 2,441 |
import React from 'react';
import PropTypes from 'prop-types';
import { View, TouchableOpacity } from 'react-native';
import Icon from 'react-native-vector-icons/MaterialCommunityIcons';
import { TextAmount, TextInfo } from '../../Atoms/Text';
import theme from '../../../theme';
import styles from './styles';
const ... | martinvarelaaaa/tintina | app/Components/Resume/Balance/Balance.js | JavaScript | mit | 1,992 |
package net.ar.persistence.mongodb.morphia;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
import java.time.format.DateTimeParseException;
import java.time.temporal.TemporalAccessor;
import java.util.NoSuchElementException;
import java.util.Optional;
public class DateString {
private fina... | jumpingElephant/potential-octo-broccoli | src/main/java/net/ar/persistence/mongodb/morphia/DateString.java | Java | mit | 1,705 |
!function(){"use strict"}();
//# sourceMappingURL=app.js.map | gasolinewaltz/smauckart.com | assets/js-dist/app.js | JavaScript | mit | 60 |
# mson-to-schemas
[](https://travis-ci.org/madewithlove/mson-to-schemas)
This is a package made to accept the path to an APIB files containing data structures, and convert those to a folder of JSON schemas.
## Installation
```shell... | madewithlove/mson-to-schemas | README.md | Markdown | mit | 526 |
/*!
* CanJS - 2.2.5
* http://canjs.com/
* Copyright (c) 2015 Bitovi
* Wed, 22 Apr 2015 15:03:29 GMT
* Licensed MIT
*/
/*can@2.2.5#util/fixture/fixture*/
define([
'can/util/library',
'can/util/string',
'can/util/object'
], function (can) {
if (!can.Object) {
throw new Error('can.fixture de... | tka/goyangi | frontend/canjs/static/bower_components/canjs/amd/can/util/fixture.js | JavaScript | mit | 20,040 |
require 'bundler/setup'
require 'rspec'
require 'rack/test'
require 'webmock/rspec'
require 'omniauth-coinbase'
RSpec.configure do |config|
config.include WebMock::API
config.include Rack::Test::Methods
config.extend OmniAuth::Test::StrategyMacros, :type => :strategy
end | prudhvi/omniauth-coinbase | spec/spec_helper.rb | Ruby | mit | 279 |
(function (global) {
var babelHelpers = global.babelHelpers = {};
babelHelpers.typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) {
return typeof obj;
} : function (obj) {
return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeo... | pingpp/community | vendor/flarum/core/js/admin/dist/app.js | JavaScript | mit | 682,200 |
import { assert, tostring, wipe, LuaArray } from "@wowts/lua";
import { insert, remove } from "@wowts/table";
import { format } from "@wowts/string";
export class OvalePool<T> {
pool:LuaArray<T> = {};
size = 0;
unused = 0;
name: string;
constructor(name: string) {
this.name = name || "... | Xeltor/ovale | src/Pool.ts | TypeScript | mit | 1,354 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>pi-agm: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" re... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.12.0-2.0.8/released/8.13.2/pi-agm/1.2.0.html | HTML | mit | 7,734 |
import {Target} from '@openmicrostep/msbuildsystem.core';
import {CXXTarget, CXXLinkType} from '../index.priv';
export class CXXExecutable extends CXXTarget {
linkType = CXXLinkType.EXECUTABLE;
}
Target.register(["cxx-executable"], CXXExecutable, {});
| OpenMicroStep/MSBuildSystem | cxx/src/target/executable.ts | TypeScript | mit | 255 |
---
layout: post
title: Installing PyLucene 3.x in GNU\Linux
author: jagan
tags: [Python, PyLucene]
comments: true
---
Lucene
=======
"Lucene is a high performance, scalable Information Retrieval (IR) library. It lets you add indexing and searching capabilities to your applications. Lucene is a
mature, free, open-sourc... | jaganadhg/jaganadhg.github.io | _posts/2009-12-30-pylucene.md | Markdown | mit | 3,803 |
SCHEDULE_NONE = None
SCHEDULE_HOURLY = '0 * * * *'
SCHEDULE_DAILY = '0 0 * * *'
SCHEDULE_WEEKLY = '0 0 * * 0'
SCHEDULE_MONTHLY = '0 0 1 * *'
SCHEDULE_YEARLY = '0 0 1 1 *'
| frictionlessdata/datapackage-pipelines | datapackage_pipelines/generators/schedules.py | Python | mit | 171 |
package com.ozodrukh.eclass.entity;
import android.os.Parcel;
import android.os.Parcelable;
import com.fasterxml.jackson.annotation.JsonProperty;
public class Subject implements Parcelable{
private String auth;
private String grcode;
private String subject;
private String year;;
private String sequence;
... | ozodrukh/IUT-E-class | mylibrary/src/main/java/com/ozodrukh/eclass/entity/Subject.java | Java | mit | 2,918 |
---
title: Form validation
---
# Design
Form validation components were designed with following goals in mind:
* To be compatible with any UI library and CSS framework.
* To not force users to follow certain guidelines, let them follow their guidelines instead.
* To be type safe, like the rest of the framework.
* To... | konsoletyper/teavm-site | _docs/flavour/form-validation.md | Markdown | mit | 5,382 |
from django.conf.urls import patterns, include, url
from django.contrib import admin
import urls
from apps.blog import views
urlpatterns = patterns('',
# Examples:
# url(r'^$', 'gigsblog.views.home', name='home'),
# url(r'^blog/', include('blog.urls')),
# url(r'^admin/', include(admin.site.urls)),
... | gusaul/gigsblog | urls/main.py | Python | mit | 683 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/static/img/ruby.ico" />
<title>笨方法学Ruby第二十二天 - LJZN</titl... | Ljzn/ljzn.github.io | _site/lrthw/2016/06/28/lrhw-22.html | HTML | mit | 9,657 |
/*
Ratings and how they work:
-1: Detrimental
An ability that severely harms the user.
ex. Defeatist, Slow Start
0: Useless
An ability with no overall benefit in a singles battle.
ex. Color Change, Plus
1: Ineffective
An ability that has minimal effect or is only useful in niche situations.
ex. Light ... | svivian/Pokemon-Showdown | data/abilities.ts | TypeScript | mit | 120,065 |
<html><body>
<h4>Windows 10 x64 (18362.329)</h4><br>
<h2>_FAULT_INFORMATION_ARM64_TYPE</h2>
<font face="arial"> UnsupportedUpstreamTransaction = 0n0<br>
AddressSizeFault = 0n1<br>
TlbMatchConflict = 0n2<br>
ExternalFault = 0n3<br>
PermissionFault = 0n4<br>
AccessFlagFault = 0n5<br>
Translat... | epikcraw/ggool | public/Windows 10 x64 (18362.329)/_FAULT_INFORMATION_ARM64_TYPE.html | HTML | mit | 388 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_05) on Tue Jun 10 20:54:55 BST 2014 -->
<title>ddm.IntegrationTests</title>
<meta name="date" content="2014-06-10">
<link rel="s... | JordiCorbilla/DDM | doc/ddm/IntegrationTests/package-summary.html | HTML | mit | 5,245 |
#!/usr/bin/python
# -*- coding: utf8 -*-
from bs4 import BeautifulSoup as Soup
import urls
import re
import proxy
from datetime import *
import time
from time import mktime
import functions
def materials ( config ):
url = "https://www.lectio.dk/lectio/%s/MaterialOverview.aspx?holdelement_id=%s" % ( str(config["schoo... | boh1996/LectioAPI | scrapers/materials.py | Python | mit | 2,102 |
import PageObject from '../../tests/page-object';
const {
value,
//customHelper,
collection,
clickable
} = PageObject;
export default function aupacTypeahead(selector/*, options*/) {
return {
search(search) {
$(selector).val(search).trigger('input');
},
suggestions : collection({
s... | aupac/ember-aupac-typeahead | test-support/pages/aupac-typeahead.js | JavaScript | mit | 641 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Rose</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<link ... | stevekrouse/rose | woof.html | HTML | mit | 2,518 |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Cor... | regiuskornel/dotnettraining | Core/Properties/AssemblyInfo.cs | C# | mit | 1,379 |
#!/usr/bin/env python
# Copyright (c) 2011-2015 SEOmoz, Moz
#
# 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, mod... | seomoz/SEOmozAPISamples | python/setup.py | Python | mit | 1,723 |
# ui
这是一个基于requirejs和jquery的UI库,包含数据表格、弹出层、下拉框等常用控件。
目前还在开发中,功能比较简单,变化比较大,暂时不建议使用。
## 基本用法:
第一步,把ui目录复制到项目中。
第二步,引入脚本。
``` html
<input type="button" value="新增" id="btnAdd">
<form action="#" id="loginForm" style="display: none">
<label for="">用户名</label>
<input type="text">
<label for="">邮箱</label>
<input... | require-ui/ui | README.md | Markdown | mit | 4,158 |
<?php
namespace UCD\Unicode\Character;
use UCD\Unicode\Character\Repository\AddCharacterException;
use UCD\Unicode\CodepointAssigned;
interface WritableRepository extends Repository, \SplSubject
{
/**
* @param Collection $characters
* @throws AddCharacterException
*/
public function addMany(Co... | nick-jones/php-ucd | lib/UCD/Unicode/Character/WritableRepository.php | PHP | mit | 344 |
class YankeeScore::Game
attr_accessor :home_team,
:away_team,
:start_time,
:status,
:inning,
:inning_state,
:score
PRE_GAME_STATE = ["Pre-Game","Preview", "Warmup"]
END_GAME_STATE = ["Final", "Postponed", "Game Over"]... | Shmuwol/yankee_score | lib/yankee_score/game.rb | Ruby | mit | 1,521 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Phaser - ES6 - Webpack</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta http-equiv=... | KillerKodersKode/captain_slayer | index.html | HTML | mit | 676 |
@compat function barplot(;x::AbstractVector = Int[],
y::AbstractVector = Int[],
y2::AbstractVector = Int[],
group::AbstractVector = Int[],
stacked::Bool = false,
horizontal::Bool = false,
normalize::Bool = false)... | slowbrain/Vega.jl | src/derived/barplot.jl | Julia | mit | 2,013 |
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
public class Shrubbery : MonoBehaviour {
public bool randomizeFuel = false;
public float fuelAmount = 0;
public float flameAmount = 0;
public float waterAmount = 0;
//public float waterThreshold = 3;
public float waterLimit = 7;
/... | ludimation/dpas | dpas_project/Assets/_Scripts/objectScripts/Shrubbery.cs | C# | mit | 9,431 |
@import 'https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz';
/*
.bg-landing{
background: url('../../images/bg/518079-background-hd.jpg') fixed;
background-position: 50% 50%;
background-attachment: fixed;
background-color: rgb(0, 0, 0);
}*/
.icon_part {
width: 30px;
position: relative;
... | akashbachhania/jeet99 | assets/css/landing_page/landing_page10.css | CSS | mit | 9,372 |
---
author: robmyers
comments: true
date: 2006-06-24 07:31:49+00:00
layout: post
slug: notes-towards-free-culture-6
title: Notes Towards Free Culture
wordpress_id: 1002
categories:
- Free Culture
---
[The Commoner N.11 - spring/summer 2006 Re(in)fusing the Commons](http://www.commoner.org.uk/)
_After ten iss... | robmyers/robmyers.org | _posts/2006-06-24-notes-towards-free-culture-6.md | Markdown | mit | 2,568 |
# Mataara
An (optionally) dismissable notification bar.
# Change Log
##### 1.2.1 - 1.2.4
- (Unintentional minor bump)
- Adding Lerna publishing management
- Splitting out dev dependencies
##### 1.1.0
- Enumerated types
- Stylesheet composition
##### 1.0.3
- Minor `.gitignore` update
##### 1.0.2
- Implemented Webp... | ksespinola/component-library | notifications/mataara/README.md | Markdown | mit | 401 |
'use strict';
Object.defineProperty(exports, '__esModule', {
value: true
});
exports.push = push;
exports.unshift = unshift;
exports.pop = pop;
exports.shift = shift;
exports.sort = sort;
exports.reverse = reverse;
exports.removeAt = removeAt;
exports.setKey = setKey;
exports.setAt = setAt;
exports.assign = assign;
... | shovon/idempotent.js | index.js | JavaScript | mit | 4,054 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging.Abstractions;
using Microsoft.WindowsAzure.Storage.Table;
using Orleans;
using Orleans.AzureUtils;
using Orleans.Providers.Streams.Common;
using Orleans.Providers.Streams.Generator;
using... | waynemunro/orleans | test/ServiceBus.Tests/Streaming/EHStreamProviderCheckpointTests.cs | C# | mit | 9,319 |
//
// YYReturnResultModel.h
// BikeRental
//
// Created by yunyuchen on 2017/5/25.
// Copyright © 2017年 xinghu. All rights reserved.
//
#import "YYBaseModel.h"
@interface YYReturnResultModel : YYBaseModel
@property (nonatomic,assign) CGFloat price;
@property (nonatomic,assign) NSInteger keep;
@property (nonato... | yunyuchen/YiZu | YiZu/YiZu/Classes/Main/Models/YYReturnResultModel.h | C | mit | 501 |
<?php
namespace Wsh\CmsBundle\Controller\Backend;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
class DashboardController extends Controller
{
/**
* @Template()
*/
... | WenigerSH/wsh-cms | src/Wsh/CmsBundle/Controller/Backend/DashboardController.php | PHP | mit | 465 |
express-handlebars
=======================
Handlebars renderer for express
| tndev/node-express-handlebars | README.md | Markdown | mit | 77 |
<?php
/**
* @filenames: GatotKaca/Erp/HumanResourcesBundle/Entity/EmployeeExperience.php
* Author : Muhammad Surya Ikhsanudin
* License : Protected
* Email : mutofiyah@gmail.com
*
* Dilarang merubah, mengganti dan mendistribusikan
* ulang tanpa sepengetahuan Author
*
* Relation Mapping :
* - Gatot... | AdenKejawen/erp | src/GatotKaca/Erp/HumanResourcesBundle/Entity/EmployeeExperience.php | PHP | mit | 6,271 |
define(["Tone/core/Tone", "Tone/effect/StereoXFeedbackEffect", "Tone/signal/Signal", "Tone/core/Delay"],
function(Tone){
"use strict";
/**
* @class Tone.PingPongDelay is a feedback delay effect where the echo is heard
* first in one channel and next in the opposite channel. In a stereo
* s... | pereamengual/QuadraMat | public/javascripts/Tone.js-master/Tone/effect/PingPongDelay.js | JavaScript | mit | 3,048 |
dotfiles
========
Some useful configuration files
| gbahij/dotfiles | README.md | Markdown | mit | 51 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.