repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
FloEdelmann/open-fixture-library | ui/plugins/vue-form.js | 2583 | import Vue from 'vue';
import VueForm from 'vue-form';
Vue.use(VueForm, {
validators: {
'step': function(value, stepValue) {
return stepValue === `any` || Number(value) % Number(stepValue) === 0;
},
'data-exclusive-minimum': function(value, exclusiveMinimum) {
return Number(value) > Number(ex... | mit |
ericytsang/comp4711.lab2.partB.local | application/controllers/Post.php | 939 | <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Post extends Application {
/**
* Index Page for this controller.
*
* Maps to the following URL
* http://example.com/index.php/welcome
* - or -
* http://example.com/index.php/welcome/in... | mit |
sunnankar/wucorg | _posts/2016-08-27-how-to-order-bitcoin-debit-card-with-spectrocoin.md | 660 | ---
layout: post
title: How To Order Bitcoin Debit Card With SpectroCoin?
description: How To Order Bitcoin Debit Card With SpectroCoin?
author: Melvin Draupnir
authorurl: /melvin-draupnir/
published: true
---
<p><a href="/spectrocoin/">SpectroCoin</a> now offers Bitcoin prepaid cards which could be a virtual one or ... | mit |
saarsta/sheatufim | api/actions/GradeActionResource.js | 12565 |
var resources = require('jest'),
util = require('util'),
models = require('../../models'),
async = require('async'),
common = require('./../common'),
calc_thresh = require('../../tools/calc_thresh.js'),
GradeActionSuggestion = require('./grade_action_suggestion_resource.js'),
ActionSuggesti... | mit |
pavolzbell/bump | spec/fixtures/inputs/gem-2-version-numbers.rb | 36 | module Sample
VERSION = '1.2'
end
| mit |
Eusth/Illusion-Plugins | CameraModifications/LookButton.cs | 6055 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
namespace CameraModifications
{
public class LookButton : MonoBehaviour
{
public bool isHead;
public H_Scene h_scene;
public H... | mit |
GIScience/GIScene.js | lib/GIScene/Control/SSAO.js | 7334 | /**
* This Control enables to render a Scene with a Screen Space Ambient Occlusion (SSAO) effect.
*
* @namespace GIScene
* @class Control.SSAO
* @constructor
* @extends GIScene.Control
*/
GIScene.Control.SSAO = function() {
//inherit
GIScene.Control.call(this);
var scenePass;
var ssaoEffect;
var fxaaEf... | mit |
chrispiech/cs106a-winter-2017 | karel/css/advanced.css | 170 | div.CodeMirror-wrapping {
float:left;
width:275px;
height:303px;
border-width:2px;
border-style:solid;
background:#fff;
}
#canvas {
width:470px;
height:303px;
}
| mit |
XilongPei/Openparts | Openparts-framework/src/main/java/com/cnpc/framework/utils/FreeMarkerUtil.java | 3038 | package com.cnpc.framework.utils;
import com.cnpc.framework.base.pojo.GenerateSetting;
import freemarker.template.Configuration;
import freemarker.template.DefaultObjectWrapper;
import freemarker.template.Template;
import freemarker.template.TemplateException;
import org.springframework.core.io.Resource;
import org.sp... | mit |
youcefboukersi/serveurdevoeux | app/cache/prod/twig/26/2661d52b18638f3c0557a97abe21ab4f663d0577907552ec42ba9fb1790acde1.php | 2198 | <?php
/* @SRVDVServer/Registration/checkEmail.html.twig */
class __TwigTemplate_b7388a253fe83dce0c06be9794c45a140b6b7d51b0d7f4393b8bb6ea03bbb2f5 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
// line 1
$this->parent = $this->load... | mit |
keeema/bobrilstrap | example/documentation/content/forms/parts/FormsControls.tsx | 10921 | import * as b from "bobril";
import { IRouteWithNavDefinition } from "../../../../common/routing";
import { Anchor } from "../../../../common/Anchor";
import { Example } from "../../../../common/Example";
import { Col, Form, margin, Row } from "../../../../../index";
import { Code } from "../../../../common/Code";
impo... | mit |
alienth/bosun | vendor/github.com/captncraig/easyauth/auth.go | 8164 | package easyauth
import (
"context"
"crypto/rand"
"encoding/base64"
"fmt"
"html/template"
"log"
"net/http"
"strings"
"time"
"github.com/gorilla/mux"
)
//Role is a number representing a permission level.
//Specific roles will be defined by the host application.
//It is intended to be a bitmask.
//Each user ... | mit |
AlloyTeam/Nuclear | components/icon/esm/line-weight-rounded.js | 447 | import { h } from 'omi';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(h("path", {
d: "M20 15H4c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1zm0-5H4c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zm0-6H4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h16c.55 0 1-... | mit |
anoop901/facebook-clone | Dockerfile | 317 | FROM python:3
WORKDIR /root
# install any Python packages this app depends on
COPY requirements.txt /root/requirements.txt
RUN pip install -r requirements.txt
ENV FLASK_APP /root/main.py
# copy sources
COPY main.py /root/main.py
COPY templates /root/templates
CMD ["flask", "run", "--host=0.0.0.0", "--port=80"]
| mit |
tornaia/hr2 | hr2-java-parent/hr2-backend-impl/src/test/java/test/unit/hu/interconnect/hr/module/personaldata/vacations/SzabadsagokatOsszefuggoFelhasznaltSzabadnapReszletekkeKonvertaloTest.java | 21192 | package test.unit.hu.interconnect.hr.module.personaldata.vacations;
import static com.google.common.collect.Lists.newArrayList;
import static hu.interconnect.hr.backend.api.enumeration.KivetelnapTipus.MUNKANAP;
import static hu.interconnect.hr.backend.api.enumeration.KivetelnapTipus.PIHENONAP;
import static java.util.... | mit |
linkworks/linkigniter | public/js/dataTables-1.7/extras/FixedColumns/media/docs/index.html | 2085 | <!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>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>JsDoc Reference - Index</title>
<meta n... | mit |
ouraspnet/ENode.Standard | test/ENode.Test/Providers/EventTopicProvider.cs | 272 | using ENode.EQueue;
using ENode.Eventing;
namespace ENode.Tests
{
public class EventTopicProvider : AbstractTopicProvider<IDomainEvent>
{
public override string GetTopic(IDomainEvent source)
{
return "EventTopic";
}
}
}
| mit |
PierreMarchand20/htool | interface/htool/multihmatrix.py | 10354 | #!/usr/bin/env python
# coding: utf-8
import os,sys
import ctypes
import numpy as np
from .hmatrix import _C_HMatrix, HMatrix
class _C_MultiHMatrix(ctypes.Structure):
"""Holder for the raw data from the C++ code."""
pass
class AbstractMultiHMatrix:
"""Common code for the two actual MultiHMatrix classes... | mit |
Caaz/danmaku-class-project | Grid.java | 1391 | public class Grid {
public Tile array[][] = new Tile[10][8];
public Grid() {
//
for(int y = 0; y < getHeight(); y++) {
for(int x = 0; x < getWidth(); x++) {
array[x][y] = new Tile();
}
}
}
public int getWidth() { return 9; }
public int getHeight() { return 7; }
p... | mit |
tme321/uat-datatable | src/app/data-table/foot/foot.component.spec.ts | 614 | import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { FootComponent } from './foot.component';
describe('FootComponent', () => {
let component: FootComponent;
let fixture: ComponentFixture<FootComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarati... | mit |
craftml/docs | language/primitives/2d/path.md | 1313 | # path
Create a 2d path using SVG syntax.
* `d` is the path descriptor
{% craftml %}
<!-- rectangle -->
<path d="M10 10 h 10 v 10 h -10 z"/>
<!-- triangle -->
<path d="M30 10 l 10 10 l 10 -10 z"/>
{% endcraftml %}
Typically, you would use another drawing program to draw a path and export
it as an SVG tag to use in ... | mit |
tsne/rollup-plugin-tsc | src/servicehost.js | 2558 | import {normalize, resolve} from "path";
import {existsSync, readFileSync} from "fs";
import {sys, ScriptSnapshot, resolveModuleName, getDefaultLibFilePath} from "typescript";
export function createServiceHost(options, filenames, cwd) {
const normalizePath = (path) => resolve(normalize(path));
const moduleResoluti... | mit |
suffolklibraries/sljekyll | new-suggestions/young-adult/_posts/2019-03-26-piglettes-by-clementine-beauvais.md | 1816 | ---
layout: sidebar-right
title: "Piglettes by Clémentine Beauvais"
date: 2019-03-26
author: emma-maguire
category: young-adult
excerpt: "<cite>Piglettes</cite> is funny, uplifting and inspiring."
featured-image: /images/featured/featured-piglettes.jpg
featured-alt: "Piglettes"
breadcrumb: young-adult
genre: literary-f... | mit |
biorob/webots-manager | commands.go | 5064 | package main
import (
"fmt"
"log"
)
type ListCommand struct {
All bool `short:"a" long:"available" description:"also prints all available version for installation"`
}
type InitCommand struct{}
type InstallCommand struct {
Use bool `short:"u" long:"use" description:"force use of this new version after installati... | mit |
venanciolm/afirma-ui-miniapplet_x_x | afirma_ui_miniapplet/src/main/java/org/apache/oro/text/regex/Perl5Matcher.java | 62090 | /*
* $Id: Perl5Matcher.java,v 1.27 2003/11/07 20:16:25 dfs Exp $
*
* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and b... | mit |
arotio/arotio.github.io | _posts/2014-07-21-sourdough-cinnamon-rolls.markdown | 5348 | ---
layout: post
title: "Sourdough Cinnamon Rolls"
date: 2014-07-21 07:30:37 -0600
comments: true
categories:
- buddy
image: http://anthonyrotio.com/rotiofood/2014-07-21/rolls_1.jpg
alt-image: http%3A%2F%2Fanthonyrotio.com%2Frotiofood%2F2014-07-21%2Frolls_1.jpg
author: rotio
keywords: sourdough, cinnamon rolls, buns, ... | mit |
aluchies/rfstats | README.md | 169 | rfstats
======
statistics for random fields
----------------------------
Several different methods for estimating correlation functions for random fields are included. | mit |
clinwiki-org/clinwiki | api/src/pipeline/worker.js | 747 | import path from 'path';
import {runScheduler} from './scheduler';
import logger from '../util/logger';
import dotenv from 'dotenv';
import {loadConfig} from '../../config';
import {initQueue} from './pipeline.queue';
logger.info(" _____ _ _ _ _ _ _ _ _ ");
logger.info("| | |_|__... | mit |
robolectric/robolectric.github.io | javadoc/4.4/org/robolectric/util/reflector/package-tree.html | 8345 | <!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 -->
<title>org.robolectric.util.reflector Class Hierarchy</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="style... | mit |
kuhlenh/port-to-core | Reports/wo/woodstox.4.1.4/iso-relax-net.html | 12502 |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
... | mit |
stivalet/PHP-Vulnerability-test-suite | Injection/CWE_78/unsafe/CWE_78__object-classicGet__func_FILTER-CLEANING-special_chars_filter__cat-sprintf_%s_simple_quote.php | 1514 | <?php
/*
Unsafe sample
input : get the field userData from the variable $_GET via an object
Uses a special_chars_filter via filter_var function
construction : use of sprintf via a %s with simple quote
*/
/*Copyright 2015 Bertrand STIVALET
Permission is hereby granted, without written agreement or royalty fee, to
... | mit |
tehgeekmeister/VagrantHyperV | spec/VagrantHyperV_spec.rb | 189 | describe VagrantHyperV do
it 'should have a version number' do
VagrantHyperV::VERSION.should_not be_nil
end
it 'should do something useful' do
false.should be_true
end
end
| mit |
ioguntol/NumTy | numty/congruences.py | 3551 | import primes as py
def lcm(a, b):
return a * b / gcd(a, b)
def gcd(a, b):
while b != 0:
(a, b) = (b, a % b)
return a
# Returns two integers x, y such that gcd(a, b) = ax + by
def egcd(a, b):
if a == 0:
return (0, 1)
else:
y, x = egcd(b % a, a)
return (x - (b ... | mit |
aoq/resident-background-service | app/src/androidTest/java/com/aokyu/service/ApplicationTest.java | 348 | package com.aokyu.service;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
super... | mit |
vaseug/PowerLib | PowerLib.System.Data.SqlTypes/Collections/SqlGradAngleCollection.cs | 7128 | using System;
using System.Collections.Generic;
using System.Linq;
using System.IO;
using System.Data.SqlTypes;
using Microsoft.SqlServer.Server;
using PowerLib.System;
using PowerLib.System.Collections;
using PowerLib.System.IO;
using PowerLib.System.IO.Streamed.Typed;
using PowerLib.System.Numerics;
using PowerLib.S... | mit |
gorsuch/pagerage | spec/pagerage/incidents_parser_spec.rb | 546 | require 'spec_helper'
describe Pagerage::IncidentsParser do
before(:each) do
Pagerage::Incident.delete
end
let(:incidents_json) { File.read(File.dirname(__FILE__) + '/incidents_sample.json') }
let(:incidents_data) { JSON.parse(incidents_json) }
let(:parser) { Pagerage::IncidentsParser.new(incidents_json)... | mit |
kmod/icbd | icbd/type_analyzer/tests/basic.py | 1818 | a = a # e 4
a = 1 # 0 int
l = [a] # 0 [int]
d = {a:l} # 0 {int:[int]}
s = "abc"
c = ord(s[2].lower()[0]) # 0 int # 4 (str) -> int
l2 = [range(i) for i in d] # 0 [[int]]
y = [(a,b) for a,b in {1:'2'}.iteritems()] # 0 [(int,str)]
b = 1 # 0 int
if 0:
b = '' # 4 str
else:
b = str(b) # 4 str # 12 int
... | mit |
mikeleyeti/Java-essais | README.md | 87 | Java-essais
===========
JAVA : essais de programmation
1. Déclarations de variables
| mit |
massivebrains/poolapp | application/views/admin/admin-game-new.php | 5597 | <?php //var_dump($games) ?>
<?php $this->load->view('includes/tables-head') ?>
<body class="fixed-header" ng-app="app" ng-controller="gameCtrl">
<?php $this->load->view('admin/admin-nav') ?>
<div class="page-container">
<?php $this->load->view('admin/admin-header') ?>
<div class="page-content-wrapper ">
... | mit |
ruly-rudel/tipsound | js/sf2.js | 16386 | define(['js/util'], function (util) {
"use strict";
var sf2 = {};
sf2.createFromArrayBuffer = function(ab) {
var that = {
riffHeader: null,
sfbk: {}
};
var ar = util.ArrayReader(ab);
var sfGenerator = [
"startAddrsOf... | mit |
kuccello/deja-vu | lib/deja-vu/model/recording.rb | 982 | =begin
<recording pid=""
cookie=""
stamp=""
agent="">
<record id=""
stamp=""
status=""
method=""
url=""
request-time="">
<header name="" value=""/>
<body><![CDATA[HTML OR WHATEVER HERE]]></body>
... | mit |
UMM-CSci/Coding-dojos | PatientRecordsKata/IdParserTest.java | 807 | import static org.junit.Assert.*;
import java.util.List;
import org.junit.Test;
public class IdParserTest {
@Test
public void testListParser() {
String testMedList = "{1;3;9}";
List<Integer> ids = IdParser.parse(testMedList);
assertEquals(3, ids.size());
assertEquals(new Integer(1), ids.get... | mit |
ThaDafinser/UserAgentParserComparison | v5/user-agent-detail/96/27/96276c33-b0ab-4717-9c39-a66682ccba33.html | 56424 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Mozilla/5.0 (Linux; U; Android 1.1.20; En-au; A101C Build/ECLAIR) AppleWebKit/530.17 (KHTML, Like Gecko) Version/4.0 Mobile Safari/530.17</title>
<link rel="stylesheet" href="https://cdnjs.clou... | mit |
ddki/my_study_project | algorithm/topic/facebook/680/solution.md | 748 | ```javascript
/**
* @param {string} s
* @return {boolean}
*
* Maximum length is 50000
* s is not empty
* s only contains a-z
*/
var validPalindrome = function(s) {
return validHelper(s, 0, s.length - 1, 0);
};
var validHelper = function(s, startIndex, endIndex, deleteCount) {
let left = startIndex,
righ... | mit |
mikkeldamm/angular-cli | dist/@ngtools/webpack/src/extract_i18n_plugin.js | 6184 | "use strict";
Object.defineProperty(exports, "__esModule", { value: true });
// @ignoreDep @angular/compiler-cli
const ts = require("typescript");
const path = require("path");
const fs = require("fs");
const { __NGTOOLS_PRIVATE_API_2, VERSION } = require('@angular/compiler-cli');
const resource_loader_1 = require("./r... | mit |
amritbhat786/DocIT | 101repo/contributions/javawsServer/OneOhOneCompanies/src/org/softlang/service/company/Department.java | 1240 | package org.softlang.service.company;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
/**
* A department has a name, a manager, employees, and subdepartments.
*/
public class Department implements Serializable {
private static final long serialVersionUID = -2008895922177165250L;
... | mit |
francescafrontini/MWExtractor | src/multiword/package-info.java | 262 | /**
* Contains methods for extracting/selecting final multiword candidates.
* @author Valeria Quochi @author Francesca Frontini @author Francesco Rubino
* Istituto di linguistica Computazionale "A. Zampolli" - CNR Pisa - Italy
*
*/
package multiword; | mit |
mircoc/cordova-plugin-settings-hook | README.md | 6123 | [](https://travis-ci.org/mircoc/cordova-plugin-settings-hook)
[](https://badge.fury.io/js/cordova-plugin-settings-hook)
[
_<sup><sup>[www.codever.land/bookmarks/t/ngrx](https://www.codever.land/bookmarks/t/ngrx)</sup></sup>_
---
#### [Managing State in Angular 2 - Kyle Cordes - Oct 2016 - 46min](https://www.youtube.com/watch?v=eBLTz8QRg4Q)
_<sup>https://www.youtube.co... | mit |
wenhulove333/ScutServer | Sample/ClientSource/samples/Cpp/TestCpp/Classes/PerformanceTest/PerformanceSpriteTest.cpp | 17742 | #include "PerformanceSpriteTest.h"
enum {
kMaxNodes = 50000,
kNodesIncrease = 250,
TEST_COUNT = 7,
};
enum {
kTagInfoLayer = 1,
kTagMainLayer = 2,
kTagMenuLayer = (kMaxNodes + 1000),
};
static int s_nSpriteCurCase = 0;
///////////////////////////////////////////////////////... | mit |
cbrghostrider/Hacking | leetcode/_001570_dotProdSparseVectors.cpp | 807 | class SparseVector {
unordered_map<int, int> repr;
int size = 0;
public:
SparseVector(vector<int> &nums) {
size = nums.size();
for (int i=0; i<nums.size(); i++) {
if (nums[i] == 0) { continue; }
repr[i] = nums[i];
}
}
// Return the dotPro... | mit |
nVentiveUX/mystartupmanager | mystartupmanager/showcase/apps.py | 1233 | # Copyright (c) 2016 nVentiveUX
#
# 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,
# distri... | mit |
365zph/365zph.github.io | _posts/2014-06-01-the-makings-of-a-great-logo.markdown | 5794 | ---
author: viviworld
comments: true
date: 2014-06-01 10:07:00+00:00
layout: post
link: http://www.labazhou.net/2014/06/the-makings-of-a-great-logo/
slug: the-makings-of-a-great-logo
title: 伟大Logo的要素
wordpress_id: 724
categories:
- 设计
tags:
- Amazon
- Disney
- logo
- Path
- Pinterest
- 字体
---
## 在设计品牌时要问自己的6个问题
公司lo... | mit |
algolia/AlgoliaSearchBundle | tests/BaseTest.php | 3259 | <?php
namespace Algolia\SearchBundle;
use Algolia\SearchBundle\TestApp\Entity\Comment;
use Algolia\SearchBundle\TestApp\Entity\Image;
use Algolia\SearchBundle\TestApp\Entity\Post;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
use Symfony\Component\Console\Input\ArrayInput;
use Symfony\Component\Console\Outp... | mit |
AktionLab/print_square | lib/print_square/command_runner.rb | 2057 | module PrintSquare
class CommandRunner
class << self
def run(args)
validate_args(args)
print_square(args[0].to_i)
end
def print_square(number)
size = Math.sqrt(number).to_i
n = number
x = PrintSquare::Vector.new size.even? ? 1 : -1, size, size.even? ? 1 :... | mit |
NathanJAdams/MeshIO | src/com/ripplargames/meshio/meshformats/ply/PlyVertexDataType.java | 531 | package com.ripplargames.meshio.meshformats.ply;
import com.ripplargames.meshio.vertices.VertexType;
public class PlyVertexDataType {
private final VertexType vertexType;
private final PlyDataType plyDataType;
public PlyVertexDataType(VertexType vertexType, PlyDataType plyDataType) {
this.vertexT... | mit |
jalilmdx1/jalilmdx1.github.io | _site/404.html | 3826 | <!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.5.0 -->
<title>Jalil Butrón | Shanghai-based cinematographer</title>
<meta name="generator" content="... | mit |
sforce100/wxpay | lib/wxpay/helpers/xml_helper.rb | 3671 | require 'multi_xml'
require 'ostruct'
require 'roxml'
module WxHelper
module XmlHelper
class Message
def initialize(xml)
hash = parse_xml xml
@source = OpenStruct.new(hash['xml'])
end
def method_missing(method, *args, &block)
@source.send(method.to_s.classify, *args, ... | mit |
coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.0/qarith/8.9.0.html | 7079 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>qarith: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... | mit |
coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.10.2-2.0.6/extra-dev/dev/mathcomp-finmap/1.3.1.html | 7511 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-finmap: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap... | mit |
radoikoff/SoftUni | DB Advanced/EntityRelations/FootballBettingDatabase/P03_FootballBetting.Data/EntitiesConfiguration/PositionConfig.cs | 687 | using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata.Builders;
using P03_FootballBetting.Data.Models;
using System;
using System.Collections.Generic;
using System.Text;
namespace P03_FootballBetting.Data.EntitiesConfiguration
{
public class PositionConfig : IEntityTypeConfiguration<Po... | mit |
NuLL3rr0r/blog-subscription-service | CoreLib/Compression.hpp | 2563 | /**
* @file
* @author Mamadou Babaei <info@babaei.net>
* @version 0.1.0
*
* @section LICENSE
*
* (The MIT License)
*
* Copyright (c) 2016 - 2021 Mamadou Babaei
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwa... | mit |
akabekobeko/electron-release-notes-ja-private-edition | v0.x/v0.6/v0.6.10.ja.md | 656 | # v0.6.10
* Original: [Release atom-shell v0.6.10 - electron/electron](https://github.com/electron/electron/releases/tag/v0.6.10)
Changelog:
* Build binary for Mac on OS X 10.8.5.
* OS X 10.8.5 Mac 向けバイナリーをビルドしました
* Mountain Lion 向け
* Fix a possible dead lock when quitting.
* アプリ終了時にデッド ロックする可能性のある問題を修正しました
... | mit |
lixxu/sanic | sanic/request.py | 11420 | import asyncio
import email.utils
import json
import sys
from cgi import parse_header
from collections import namedtuple
from http.cookies import SimpleCookie
from urllib.parse import parse_qs, unquote, urlunparse
from httptools import parse_url
from sanic.exceptions import InvalidUsage
from sanic.log import error_l... | mit |
vysakh0/rails_zen | lib/rails_zen/chosen_attr.rb | 2712 | require 'stringio'
require 'highline/import'
module RailsZen
class ChosenAttr
attr_accessor :name, :type, :validator, :type_based_validators, :scope_attr
def initialize(name, type)
@name = name
@type = type
@scope_attr = []
end
def get_user_inputs
get_presence_req
get_t... | mit |
brunofacca/zen-rails-base-app | spec/support/matchers/enforce_authorization_api.rb | 804 | # frozen_string_literal: true
RSpec::Matchers.define :enforce_authorization_api do
expected_error =
{ 'error' => 'User is not authorized to access this resource.' }
match do |actual|
expect(actual).to have_http_status(403)
expect(JSON.parse(actual.body)).to eq(expected_error)
end
failure_message ... | mit |
tailhook/tilenol | tilenol/layout/examples.py | 657 | from .tile import Split, Stack, TileStack
class Tile(Split):
class left(Stack):
weight = 3
priority = 0
limit = 1
class right(TileStack):
pass
class Max(Split):
class main(Stack):
tile = False
class InstantMsg(Split):
class left(TileStack): # or maybe no... | mit |
nico01f/z-pec | ZimbraWebClient/WebRoot/js/zimbraMail/share/view/dialog/ZmFolderPropsDialog.js | 14081 | /*
* ***** BEGIN LICENSE BLOCK *****
* Zimbra Collaboration Suite Web Client
* Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Zimbra, Inc.
*
* The contents of this file are subject to the Zimbra Public License
* Version 1.3 ("License"); you may not use this file except in
* compliance with the License. You m... | mit |
nico01f/z-pec | ZimbraServer/src/java/com/zimbra/cs/util/SpamExtract.java | 21891 | /*
* ***** BEGIN LICENSE BLOCK *****
* Zimbra Collaboration Suite Server
* Copyright (C) 2006, 2007, 2008, 2009, 2010 Zimbra, Inc.
*
* The contents of this file are subject to the Zimbra Public License
* Version 1.3 ("License"); you may not use this file except in
* compliance with the License. You may obtain a... | mit |
bob2000/BookReviews | BookReviews.UI/Saga/OrderDetailsRequestSaga.cs | 3007 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace BookReviews.UI.Saga
{
public class OrderDetailsRequestSaga :
SagaStateMachine<OrderDetailsRequestSaga>, ISaga
{
static OrderDetailsRequestSaga()
{
Define(Saga);
}
private static vo... | mit |
relax4u/jpvalidator | spec/schema.rb | 139 | ActiveRecord::Schema.define(:version => 1) do
create_table :notes, :force => true do |t|
t.string :title
t.text :body
end
end
| mit |
codeforsanjose/CycleSafe | app/static/js/trip_planner.js | 9596 | var coords;
var directionsDisplay;
var map;
var travelMode;
var travelModeElement = $('#mode_travel');
// Order of operations for the trip planner (each function will have detailed notes):
// 1) Calculate a user's route, with directions.
// 2) Run a query using the route's max and min bounds to narrow potential result... | mit |
yoniji/ApeRulerDemo | app/modules/ctrls/CtrlDialogView.js | 1645 | define(['backbone', 'marionette', 'mustache', 'jquery', 'text!templates/ctrldialog.html'],
function(Backbone, Marionette, Mustache, $, template) {
return Marionette.ItemView.extend({
initialize: function(options) {
if (!options.icon_name) {
options.icon_name ... | mit |
JacksonLee2019/CS341-VolunteerSchedule | app/_services/index.ts | 151 | export * from './alert.service';
export * from './authentication.service';
export * from './user.service';
export * from './serviceRequest.service'; | mit |
jaythanelam/teamelam | _posts/2007-01-14-20070114play-on-playa-part-deux.md | 602 | ---
title: play on playa (part deux)
date: 2007-01-14 00:00:00 Z
permalink: "/2007/01/14/20070114play-on-playa-part-deux/"
categories:
- Baby E
- Uncategorized
author: Jennifer
layout: post
---
Yes, we had a fun filled [play date](http://www.flickr.com/photos/jenniferandJennifers_photos/?saved=1 "play date")! Oliver a... | mit |
kmati/affront | lib/Control/index.js | 3736 | import { InvalidArgumentError } from '../errors/InvalidArgumentError';
import { NotImplementedError } from '../errors/NotImplementedError';
import mustache from 'mustache';
import '../utils/Function';
// The base class for a control
export class Control {
// The constructor of a control
// id: The id of the control
... | mit |
andrewdefries/Ames_ToxBenchmark | 70786-65-1.txt.html | 235 | <html><img border=0 src=70786-65-1.txt alt=70786-65-1.txt></img><body>
"x"
"1" "KAZIUS, J, MCGUIRE, R AND BURSI, R. DERIVATION AND VALIDATION OF TOXICOPHORES FOR MUTAGENICITY PREDICTION. J. MED. CHEM. 48: 312-320, 2005"
</body></html>
| mit |
hamiltonkibbe/FxDSP | FxDSP/src/MultibandBank.c | 8273 | //
// MultibandBank.c
// FxDSP
//
// Created by Hamilton Kibbe on 11/24/13.
// Copyright (c) 2013 Hamilton Kibbe. All rights reserved.
//
#include "MultibandBank.h"
#include "LinkwitzRileyFilter.h"
#include "RBJFilter.h"
#include "FilterTypes.h"
#include <stdlib.h>
// Sqrt(2)/2
#define FILT_Q (0.70... | mit |
RaynaldM/autohelp | AutoHelp.domain/Models/Method.cs | 482 | using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.Serialization;
namespace AutoHelp.domain.Models
{
[DebuggerDisplay("{Fullname}")]
[DataContract]
public class Method : CodeCommentBase
{
[DataMember]
public string ReturnType { get; set; }
[DataMem... | mit |
LeoAref/angular-seed | test/unit/filtersSpec.js | 93 | 'use strict';
/* jasmine specs for filters go here */
describe('filter', function() {
}); | mit |
jh2odo/mfp5-mvc | demo/app/vistas/inicio/contacto.php | 1496 |
<div id="contenido">
<div class="bloque">
<h2 class="titulo"><strong>Contacto</strong></h2>
<p>Rellene el siguiente formulario si desea ponerse en contacto.</p>
<?php
if(!empty($estado)){
echo $estado;
}
?>
<form action="contacto/" method="post">
<fieldset>
<legend>Datos</legend>... | mit |
eganr/nba-draft-lookup | themes/nbadraft/assets/js/nbadraft.script.js | 419 | !function(n){}(jQuery);
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIm5iYWRyYWZ0LnNjcmlwdC5qcyJdLCJuYW1lcyI6WyIkIiwialF1ZXJ5Il0sIm1hcHBpbmdzIjoiQ0FJQSxTQUFBQSxLQUVBQyIsImZpbGUiOiJuYmFkcmFmdC5zY3JpcHQuanMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEBmaWxlXG4gKiBDdXN0b20gc2NyaXB0cyBmb3IgdG... | mit |
bitsuperlab/cpp-play2 | libraries/chain/market_evaluator.cpp | 11139 | /*
* Copyright (c) 2015 Cryptonomex, Inc., and contributors.
*
* The MIT License
*
* 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... | mit |
nttcom/redmine_objectstorage | lib/redmine_objectstorage/attachment_patch.rb | 3467 | require "fog"
module RedmineObjectStorage
module AttachmentPatch
def self.included(base) # :nodoc:
base.extend(ClassMethods)
base.send(:include, InstanceMethods)
base.class_eval do
unloadable
cattr_accessor :context_obj, :objectstorage_bucket_instance, :__objectst... | mit |
duvaneljulien/chromamboo | src/Chromamboo/Providers/Notification/AtlassianCiSuiteBuildStatusNotificationProvider.cs | 4569 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Chromamboo.Contracts;
using Newtonsoft.Json.Linq;
namespace Chromamboo.Providers.Notification
{
public class AtlassianCiSuiteBuildStatusNotificationProvider : INotificationProvider<... | mit |
ttittoOrg/SupermarketsChainDB | SupermarketsChainDB/SupermarketsChainDB.Data/Migrations/OracleToSqlDb.cs | 5619 | namespace SupermarketsChainDB.Data.Migrations
{
using System;
using System.Collections.Generic;
using System.Linq;
using Oracle.DataAccess.Client;
using SupermarketsChainDB.Data;
using SupermarketsChainDB.Models;
public static class OracleToSqlDb
{
private static string Connect... | mit |
VeltroGaming/ts3 | README.md | 61 | # ts3
TeamSpeak 3 ServerQuery API implementation for Node.js
| mit |
yim833/cs171-hw-mao-yi | README.md | 421 | ^^^^^^^^^^^^^CS171 2015 Homework Assignments
===
Homework assignments for Harvard's [CS171](http://www.cs171.org/2015/index.html) 2015. To receive homework updates on your local machine run:
```
git pull homework master
```
For details on how to submit your work, take a look at [Section 1](https://github.com/CS171/2... | mit |
mk12/great-reads | app/controllers/application_controller.rb | 380 | class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
helper_method :current_user
def current_user
@current_user ||= User.find(session[:user_id]) if session[:user_id]
end
def require_login
render_404 unless current_user
end
private
def render_404
rais... | mit |
limpygnome/parrot-manager | parrot-manager-frontend/src/app/service/syncResult.service.ts | 2422 | import { Injectable } from '@angular/core';
import { SyncResult } from 'app/model/syncResult'
import { Log } from 'app/model/log'
import { LogItem } from 'app/model/logItem'
@Injectable()
export class SyncResultService
{
syncResultService : any;
constructor()
{
this.syncResultService = (window as ... | mit |
cherniavskii/material-ui | packages/material-ui/src/Table/Table.d.ts | 391 | import * as React from 'react';
import { StandardProps } from '..';
export interface TableProps extends StandardProps<TableBaseProps, TableClassKey> {
component?: React.ReactType<TableBaseProps>;
}
export type TableBaseProps = React.TableHTMLAttributes<HTMLTableElement>;
export type TableClassKey = 'root';
declar... | mit |
garr741/mr_meeseeks | rtmbot/plugins/hmm.py | 322 | hmm = [
"https://media3.giphy.com/media/TPl5N4Ci49ZQY/giphy.gif",
"https://media0.giphy.com/media/l14qxlCgJ0zUk/giphy.gif",
"https://media4.giphy.com/media/MsWnkCVSXz73i/giphy.gif",
"https://media1.giphy.com/media/l2JJEIMLgrXPEbDGM/giphy.gif",
"https://media0.giphy.com/media/dgK22exekwOLm/giphy.gif"... | mit |
LIQIDTechnology/liqid-react-components | src/components/Modal/Components.js | 8193 | /**
* Most of this code is adapated from https://github.com/qimingweng/react-modal-dialog
*/
import React from 'react';
import ReactDOM from 'react-dom';
import EventStack from './EventStack';
import PropTypes from 'prop-types';
const ESCAPE = 27;
/**
* Get the keycode from an event
* @param {Event} event The bro... | mit |
iwa-yuki/Actalogic | Actalogic/Actalogic/ActalogicApp.cpp | 6115 | #include "pch.h"
#include "ActalogicApp.h"
TCHAR ActalogicApp::m_szWindowClass[] = _T("Actalogic");
TCHAR ActalogicApp::m_szTitle[] = _T("Actalogic");
ActalogicApp::ActalogicApp():
m_hWnd(NULL),
m_hInstance(NULL),
m_d2d1Manager(),
m_entityFPS(),
m_entityDebugInfoLayer(),
m_entitySceneContainer(this),
m_inputHelper()
... | mit |
rgarita/sp-dev-fx-webparts | samples/react-chartcontrol/src/webparts/barChartDemo/BarChartDemoWebPart.ts | 1881 | import * as React from 'react';
import * as ReactDom from 'react-dom';
import * as strings from 'BarChartDemoWebPartStrings';
import { Version } from '@microsoft/sp-core-library';
import {
BaseClientSideWebPart,
IPropertyPaneConfiguration,
} from '@microsoft/sp-webpart-base';
import { PropertyPaneWebPartInformation... | mit |
WesCook/WateringCans | src/main/java/ca/wescook/wateringcans/events/EventFOV.java | 1001 | package ca.wescook.wateringcans.events;
import ca.wescook.wateringcans.potions.ModPotions;
import net.minecraft.entity.SharedMonsterAttributes;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraftforge.client.event.FOVUpdateEvent;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
impor... | mit |
epikcraw/ggool | public/Windows 10 x64 (18362.449)/FEATURE_CHANGE_TIME.html | 341 | <html><body>
<h4>Windows 10 x64 (18362.449)</h4><br>
<h2>FEATURE_CHANGE_TIME</h2>
<font face="arial"> FEATURE_CHANGE_TIME_READ = 0n0<br>
FEATURE_CHANGE_TIME_MODULE_RELOAD = 0n1<br>
FEATURE_CHANGE_TIME_SESSION = 0n2<br>
FEATURE_CHANGE_TIME_REBOOT = 0n3<br>
FEATURE_CHANGE_TIME_USER_FLAG = 0n128<br>
... | mit |
chetan/test_guard | lib/test_guard/rake.rb | 142 |
module Rake
class << self
def verbose?
ENV.include? "VERBOSE" and ["1", "true", "yes"].include? ENV["VERBOSE"]
end
end
end
| mit |
user-tony/photon-rails | lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/css/css_compiled/js/js/plugins/prettify/js/plugins/raphael.2.1.0.min.js.html | 16656 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="ht... | mit |