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 |
|---|---|---|---|---|---|
import{C as e}from"./component-f7c3c04e.js";import"./index-5013a1cd.js";export default class extends e{static get params(){return{component:"debugger",props:["target"]}}}
| cdnjs/cdnjs | ajax/libs/numl/1.0.1/debugger-bab3ffd4.js | JavaScript | mit | 171 |
#!/bin/bash
OSCHECK="$(uname -s)"
if [ "$OSCHECK" = "Darwin" ]
then
YEARONLY="$(date -j -f %Y%m%d $1 +%Y)"
YEARMONTH="$(date -j -f %Y%m%d $1 +%Y%m)"
YEARMONTHDAY="$(date -j -f %Y%m%d $1 +%Y%m%d)"
ENTRYDATE="$(date -j -f %Y%m%d $1 +"%Y-%m-%d")"
else
YEARONLY="$(date --date=$1 +%Y)"
YEARMONTH="$(date --date=$1 +%Y... | ZJ/blankNotebook | bin/date.sh | Shell | mit | 1,345 |
.navbar-spacer {
margin-top: 1em;
}
ul.navbar-list {
list-style-type: none;
margin: 0;
padding: 0;
}
li.navbar-item {
display: inline-block;
padding: 1em;
margin: 1px;
background-color: tomato;
}
li.navbar-item a {
color: #ffffff;
text-decoration: none;
}
| azywong/azywong.github.io | stylesheets/skeleton/styles.css | CSS | mit | 276 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>SLF4J 1.6.0 Reference Package org.slf4j.impl</title>
<link rel="stylesheet" type="text/css" ... | virtix/mut4j | lib/slf4j-1.6.0/site/xref/org/slf4j/impl/package-frame.html | HTML | mit | 2,189 |
<!DOCTYPE html>
<!--
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.2.0
Version: 3.1.3
Author: KeenThemes
Website: http://www.keenthemes.com/
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Like: www.facebook.com/keenthemes
Purchase: http://them... | prithi/se | hello/src/main/webapp/metronic/templates/admin/ui_blockui.html | HTML | mit | 76,590 |
<!DOCTYPE html>
<html lang="fr">
<head>
<title>{% block titre %}{% endblock titre %}</title>
<meta charset="utf-8" />
{% load staticfiles %}
<script src="{% static 'lib/js/jquery/dist/jquery.js' %}"></script>
<link rel="stylesheet" href="{% static "lib/css/bootswatch/yeti/bootstrap.min.css" %... | SamuelDauzon/Improllow-up | improllowup/templates/base.html | HTML | mit | 3,733 |
import { UserService } from './user-service';
import { IUser } from './user-model';
import { MockAuthService } from '../../common/services/mock-auth.service';
import { TestBed, getTestBed } from '@angular/core/testing';
import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing';
impor... | tejssidhu/ng-phone-book | src/app/user/shared/user-service.spec.ts | TypeScript | mit | 2,565 |
<?php
namespace wptelegrampro;
if ( ! defined( 'ABSPATH' ) )
exit;
global $EverestFormsWPTP;
class EverestFormsWPTP extends WPTelegramPro {
public static $instance = null;
public function __construct() {
parent::__construct();
add_action( 'wptelegrampro_plugins_settings_content', [ $this, 'setti... | parsa-kafi/woocommerce-telegram-bot | plugins/EverestFormsWPTP.php | PHP | mit | 4,903 |
# Copyright 2015 John Reese
# Licensed under the MIT license
from __future__ import absolute_import
from __future__ import print_function
from __future__ import unicode_literals
import sys
class Module:
"""
This class provides a generic interface for the preprocessor to pass
data to the module and retrie... | jreese/markdown-pp | MarkdownPP/Module.py | Python | mit | 805 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Mozilla/5.0 (Linux; U; Android 2.3.5; En-us; IS11N Build/01.02.00) AppleWebKit/533.1 (KHTML, Like Gecko) Version/4.0 Mobile Safari/533.1</title>
<link rel="stylesheet" href="https://cdnjs.cloud... | ThaDafinser/UserAgentParserComparison | v5/user-agent-detail/13/e1/13e1cf35-6034-4101-8d9a-e055be64d87e.html | HTML | mit | 56,457 |
<?php
/*********************************************************************************
* Karbon Framework is a PHP5 Framework developed by Maxx Ng'ang'a
* (C) 2016 Crysoft Dynamics Ltd
* Karbon V 1.0
* Maxx
* 4/14/2017
********************************************************************************/
namespace ... | creative-junk/flowershop | src/AppBundle/Entity/CartItems.php | PHP | mit | 2,499 |
import pygame
class Face(pygame.sprite.Sprite):
def __init__(self, imagePaths, rect, player):
pygame.sprite.Sprite.__init__(self)
self.imagePath = imagePaths
self.images = {}
self.rect = pygame.Rect(rect)
self.player = player
self.stateCallback = player.stateOfMind
... | macobo/Bomberman | drawers/Face.py | Python | mit | 869 |
<?php
namespace My\SongBundle\DependencyInjection;
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
use Symfony\Component\Config\Definition\ConfigurationInterface;
/**
* This is the class that validates and merges configuration from your app/config files
*
* To learn more see {@link http://symfony.com... | mu4ddi3/gajdaw-zad-12 | src/My/SongBundle/DependencyInjection/Configuration.php | PHP | mit | 869 |
require 'spec_helper'
describe FastAttributes do
describe '.type_casting' do
it 'returns predefined type casting rules' do
expect(FastAttributes.type_casting.keys).to include(String)
expect(FastAttributes.type_casting.keys).to include(Integer)
expect(FastAttributes.type_casting.keys).to include... | applift/fast_attributes | spec/fast_attributes_spec.rb | Ruby | mit | 17,193 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Mozilla/5.0 (Linux; U; Android 2.2.1; de-de; ADR6400L 4G Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1</title>
<link rel="stylesheet" href="https://cdnjs.c... | ThaDafinser/UserAgentParserComparison | v5/user-agent-detail/8b/bd/8bbdfbc2-f213-4b3a-82c4-0ed742572b8d.html | HTML | mit | 56,531 |
<!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>
... | kuhlenh/port-to-core | Reports/mi/minion.sitecore.presentation.1.3.1/Minion.Sitecore.Presentation-net45.html | HTML | mit | 57,690 |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open... | GoC-Spending/data-corporations | html/123456107633.html | HTML | mit | 103,086 |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open... | GoC-Spending/data-corporations | html/234567133912.html | HTML | mit | 112,040 |
using NUnit.Framework;
using OnlineShop.Clients.MVC.Controllers;
using OnlineShop.Clients.MVC.Models;
using OnlineShop.Configuration.Common.Constants;
using TestStack.FluentMVCTesting;
namespace OnlineShop.Clients.MVC.Tests.ControllersTests.ErrorControllerTests
{
[TestFixture]
public class ServerError_Should
... | StoikoNeykov/OnlineShop | OnlineShop/Tests/ClientTests/OnlineShop.Clients.MVC.Tests/ControllersTests/ErrorControllerTests/ServerError_Should.cs | C# | mit | 1,101 |
/**
* Smokescreen Player - A Flash player written in JavaScript
* http://smokescreen.us/
*
* Copyright 2011, Chris Smoak
* Released under the MIT License.
* http://www.opensource.org/licenses/mit-license.php
*/
define(function(require, exports, module) {
var ext = require('lib/ext')
var env = require('lib/env'... | cesmoak/smokescreen | src/player/movie_clip.js | JavaScript | mit | 9,415 |
---
layout: post
author: Christoph Broschinski
author_lnk: https://github.com/cbroschinski
title: IUPUI joins OpenAPC
date: 2018-08-09 09:00:00
summary:
categories: [general, openAPC]
comments: true
---
We welcome the [Indiana University - Purdue University Indianapolis (IUPUI)](https://www.i... | OpenAPC/openapc.github.io | _posts/2018-08-09-iupui.md | Markdown | mit | 3,926 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>higman-cf: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.c... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.07.1-2.0.6/extra-dev/8.11.dev/higman-cf/dev.html | HTML | mit | 6,786 |
<?php
// Update the path below to your autoload.php,
// see https://getcomposer.org/doc/01-basic-usage.md
require_once '/path/to/vendor/autoload.php';
use Twilio\Rest\Client;
// Find your Account Sid and Auth Token at twilio.com/console
// and set the environment variables. See http://twil.io/secure
$sid = getenv("T... | TwilioDevEd/api-snippets | video/rest/rooms/recording-rules-audio-all/recording-rules-audio-all.5.x.php | PHP | mit | 692 |
//-----------------------------------------------------------------------
// <copyright file="Account.cs" company="ICT4Participation">
// Copyright (c) ICT4Participation. All rights reserved.
// </copyright>
// <author>ICT4Participation</author>
//-------------------------------------------------------------------... | chaoskie/Ict4Participation | Ict4Participation/Class_Layer/Account.cs | C# | mit | 13,983 |
version https://git-lfs.github.com/spec/v1
oid sha256:ba917294e0f245eed27f8fcafe6ff796ed9b6f99a4025eb0271300e09e1c464d
size 1209
| yogeshsaroya/new-cdnjs | ajax/libs/angular-i18n/1.2.10/angular-locale_ca-ad.min.js | JavaScript | mit | 129 |
using System.Security.Claims;
namespace BookFast.Api.Infrastructure
{
internal interface ISecurityContextAcceptor
{
ClaimsPrincipal Principal { set; }
}
} | dzimchuk/book-fast-api | src/BookFast.Api/Infrastructure/ISecurityContextAcceptor.cs | C# | mit | 178 |
#import <UIKit/UIKit.h>
@interface SampleViewController : UIViewController
@end | venmo/VENSeparatorView | SampleApp/SampleApp/SampleViewController.h | C | mit | 81 |
#include "GuidoComponent.h"
#include "openFrameworksDevice.h"
/*
* Simple wrapper for Guido engine library
* http://guidolib.sourceforge.net/
*/
class ofxGuido
{
public:
ofxGuido(GuidoLayoutSettings& layoutSettings);
~ofxGuido() {}
bool compile_string(const string& gstr);
void getPageFormat(GuidoPageFormat& f... | k4rm/ofxGuido | src/ofxGuido.h | C | mit | 762 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>iris: 26 m 41 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="s... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.10.2-2.0.6/released/8.11.2/iris/3.3.0.html | HTML | mit | 56,748 |
import { reducerFactory } from 'retax';
import { userTheme, adminTheme } from 'themes';
import {
SET_ADMIN_THEME,
SET_USER_THEME,
} from 'constants/actions';
export default reducerFactory(
userTheme,
{
[SET_ADMIN_THEME]() {
return adminTheme;
},
[SET_USER_THEME]() {
return userTheme;
... | retaxJS/retax-seed | src/reducers/theme.js | JavaScript | mit | 334 |
#include <QtGlobal>
// Automatically generated by extract_strings.py
#ifdef __GNUC__
#define UNUSED __attribute__((unused))
#else
#define UNUSED
#endif
static const char UNUSED *bitcoin_strings[] = {QT_TRANSLATE_NOOP("bitcoin-core", "To use the %s option"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"%s, you must set a rpcpa... | Bithire/Bithire | src/qt/bitcoinstrings.cpp | C++ | mit | 12,986 |
<?php
namespace GlgProductions\AdminBundle\Form;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\OptionsResolver\OptionsResolver;
class UserType extends AbstractType
{
/**
* {@inheritdoc}
*/
public function buildForm(FormBuilderInterfa... | glg-enterprises/Cms | src/GlgProductions/AdminBundle/Form/UserType.php | PHP | mit | 818 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bbv: 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.09.1-2.0.6/released/8.7.1+2/bbv/1.1.html | HTML | mit | 6,874 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>sum-of-two-square: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstr... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.02.3-2.0.6/released/8.5.2~camlp4/sum-of-two-square/8.8.0.html | HTML | mit | 7,423 |
from markupsafe import escape
import re
from pymongo.objectid import ObjectId
from pymongo.errors import InvalidId
from app.people.people_model import People
from app.board.board_model import BoardTopic, BoardNode
from beaker.cache import CacheManager
from beaker.util import parse_cache_config_options
from lib.fi... | feilaoda/FlickBoard | project/cache/files.py | Python | mit | 3,576 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ieee754: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.07.1-2.0.6/released/8.7.1+2/ieee754/8.10.0.html | HTML | mit | 7,348 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>io-hello-world: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.6/released/8.10.1/io-hello-world/1.0.0.html | HTML | mit | 6,859 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bignums: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.1/released/8.10.2/bignums/8.7.0.html | HTML | mit | 7,154 |
<!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>
... | kuhlenh/port-to-core | Reports/hy/hyperlinq.1.0.7/Hyperlinq-net40-client.html | HTML | mit | 9,633 |
# OAuth v2 Example
This repo contains a sample app for implementing OAuth with Slack for new granular permission Slack apps. Checkout `app.js`. The code includes a few different options which have been commented out. As you play around with the app, you can uncomment some of these options to get a deeper understanding... | slackapi/node-slack-sdk | examples/oauth-v2/README.md | Markdown | mit | 3,078 |
<header></header>
<!--Test spinner-->
<!-- <button ng-click="startSpin()">Start spinner</button>
<button ng-click="stopSpin()">Stop spinner</button> -->
<span us-spinner spinner-key="spinner-1"></span>
<div class="col-md-12 bg-white plr0 ">
<!--1st team-->
<div class="col-md-6 col-sm-12 plr0">
<br/>
... | RJ15/FixIt | badminton-app/views/teams-page.html | HTML | mit | 4,158 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>aac-tactics: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.13.1-2.0.10/released/8.13.2/aac-tactics/8.5.1.html | HTML | mit | 7,256 |
import { expect } from 'chai';
import HttpSmartError from 'http-smart-error';
import { RSError } from '../src';
import RSBaseError from '../src/error/base';
describe('RSError', () => {
it('checks the error classes', () => {
const classes = [
'InvalidInputType',
'InvalidArgumentType',
'InvalidParameterTyp... | zabkwak/resting-squirrel | __tests__/error.js | JavaScript | mit | 3,784 |
<html>
<head>
<title>User agent detail - Puffin/12963 CFNetwork/711.1.16 Darwin/14.0.0</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</h... | ThaDafinser/UserAgentParserComparison | v4/user-agent-detail/02/3f/023f5694-b88a-4c04-8c5f-57904463353b.html | HTML | mit | 42,074 |
<html>
<head>
<title>Mozilla/5.0 (SymbianOS/9.1; U; [en]; Series60/3.0 NokiaE60/4.06.0) AppleWebKit/413 (KHTML, like Gecko)</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=... | ThaDafinser/UserAgentParserComparison | v3/user-agent-detail/0c/6f/0c6f7c5c-4dd5-4228-8bf6-896fc1b3c565.html | HTML | mit | 38,482 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hardware: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.cs... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.1-2.0.6/released/8.13.0/hardware/8.6.0.html | HTML | mit | 7,307 |
class LanguagesController < ApplicationController
def index
end
def show
@language = Language.find(params[:id])
@query = @language.queries.new
@queries = @language.queries.order(created_at: :desc)
if params[:search]
q = "%#{params[:search]}%"
@queries = @queries.where("english like ?", q)... | red-spotted-newts-2014/translateYo | app/controllers/languages_controller.rb | Ruby | mit | 435 |
/****************************************************************************
** Meta object code from reading C++ file 'mainwindow.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0)
**
** WARNING! All changes made in this file will be lost!
**********************************************************... | chaohu/DUAO | build-FTPClient-Desktop_Qt_5_8_0_MinGW_32bit-Debug/debug/moc_mainwindow.cpp | C++ | mit | 2,700 |
# Multi-Machine Interval Scheduling
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisities
### Installing
### Instructions
Run ./... | GiantFootUNeverKnow/MMIS | README.md | Markdown | mit | 1,157 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>zorns-lemma: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.1/zorns-lemma/8.6.0.html | HTML | mit | 7,038 |
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: function_seccode.php 30388 2012-05-25 06:45:40Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
function make_seccode($idhash){
global $_G;
$seccod... | zekewang918/QuitSmoking | bbs/source/function/function_seccode.php | PHP | mit | 2,492 |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (Linux; Android 5.0.2; LG-H736 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.... | ThaDafinser/UserAgentParserComparison | v4/user-agent-detail/68/be/68be94bc-0445-4fd2-9684-7663baf8868d.html | HTML | mit | 46,982 |
<html>
<head>
<title>OGRE: OgreTagPoint.h Source File - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link type="text/css" rel="stylesheet" href="doxygen.css">
<link type="text/css" rel="stylesheet" href="tabs.css">
</head>
<body>
<!-- Generated by Doxygen 1.7.1 ... | ttair/TuxSinbad | Docs/api/html/OgreTagPoint_8h_source.html | HTML | mit | 12,870 |
#
# Cookbook Name:: base
# Recipe:: sysadmin
#
# Copyright (C) 2013 Jonas Pfenniger
#
# Install a default mailer that forwards everything to syslog. This allows us
# to get cron outputs on failure without clogging a local mailbox.
#
# If an application needs to send email it needs to connect to an external
# MTA.
#
# ... | paasta/base-cookbook | recipes/mail.rb | Ruby | mit | 740 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>pts: 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.05.0-2.0.1/released/8.5.3/pts/8.6.0.html | HTML | mit | 7,277 |
using UnityEngine;
using System.Collections;
public class ParticleManager : MonoBehaviour
{
private ParticleSystem ps ;
// Use this for initialization
void Start()
{
ps = this.gameObject.GetComponent<ParticleSystem>();
EventBusManager.onSoundEvent += EmitSoundPickupParticles;
E... | brunoslr/Sense3 | Assets/Scripts/Managers/ParticleManager.cs | C# | mit | 1,116 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Mozilla/5.0 (Linux; U; Android 2.3.1; Fr-fr; NXM726HN_HASTINGS Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, Like Gecko) Version/4.0 Mobile Safari/533.1</title>
<link rel="stylesheet" href="http... | ThaDafinser/UserAgentParserComparison | v5/user-agent-detail/c2/ca/c2ca2326-159a-48f0-a813-a0ec639f34b2.html | HTML | mit | 56,584 |
module AreaCodex
VERSION = "0.1.0"
end
| unbounce/area_codex | lib/area_codex/version.rb | Ruby | mit | 41 |
// <copyright file="RollResult.cs" company="Roberto Sobreviela">
// Copyright (c) Roberto Sobreviela. All rights reserved.
// Licensed under the MIT license.
// See LICENSE file in the project root for full license information.
// </copyright>
namespace D5tools.Core.Dice
{
using System.Collections.Generic;
us... | cryssis/d5tools | D5tools.Core/Dice/RollResult.cs | C# | mit | 2,901 |
<!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_71) on Tue Feb 16 15:23:20 EST 2016 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class... | koneksys/KLD | middleware/solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/ConcatStringFunction.html | HTML | mit | 5,259 |
/**
* Selfbits API V2
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 2.0.0
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the cl... | selfbits/ngx.selfbits.io | dist/src/model/Organization.js | JavaScript | mit | 455 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-field: 12 m 50 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.0-2.0.5/released/8.7.1+2/mathcomp-field/1.7.0.html | HTML | mit | 11,665 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hott: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" r... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.02.3-2.0.6/released/8.9.1/hott/8.11.html | HTML | mit | 6,930 |
#include "material/FlakesNormal.h"
namespace AT_NAME
{
static inline AT_DEVICE_MTRL_API float bits_to_01(uint32_t bits)
{
// divide by 2^32-1
uint32_t div = 0xffffffff;
return bits * (1.0f / float(div));
}
static inline AT_DEVICE_MTRL_API uint32_t rotl32(uint32_t var, uint32_t ... | nakdai/aten | src/libaten/material/FlakesNormal.cpp | C++ | mit | 5,544 |
+++
date = "2015-05-16T02:43:38+09:00"
draft = false
title = "SmartNewsにjoinしました"
categories = ["diary"]
+++
<blockquote class="twitter-tweet" lang="ja"><p lang="ja" dir="ltr">サラリーマンに戻りました <a href="http://t.co/5HLV3RtgyK">pic.twitter.com/5HLV3RtgyK</a></p>— Nobutoshi Ogata (@nobu666) <a href="https://twitter.com... | nobu666/nobu666.com | content/2015/05/16/1014.md | Markdown | mit | 2,495 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>关于我</title>
<meta name="description" content="">
<link rel="shortcut icon" href="/favicon.ico?" type="image/... | PlayLive/playlive.github.io | _site/about/index.html | HTML | mit | 11,390 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jsast: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" ... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.10.2-2.0.6/released/8.13.1/jsast/1.0.8.html | HTML | mit | 7,177 |
package com.nicholasyang.meleestats;
import android.animation.ArgbEvaluator;
import android.animation.ObjectAnimator;
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import android.graphics.Color;
import android.graphics.ColorFilter;
import android.graphics.PorterDu... | nicholasyang/MeleeStats | app/src/main/java/com/nicholasyang/meleestats/AddGameFragment.java | Java | mit | 6,778 |
package cloudformation
import (
"encoding/json"
"errors"
"fmt"
)
// AWSElasticBeanstalkApplicationVersion AWS CloudFormation Resource (AWS::ElasticBeanstalk::ApplicationVersion)
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html
type AWSElasticBeanstalkAppli... | minutelab/mless | vendor/github.com/awslabs/goformation/cloudformation/aws-elasticbeanstalk-applicationversion.go | GO | mit | 4,886 |
/*!
\file wavelength_samples-inl.hpp
\author Sho Ikeda
Copyright (c) 2015-2018 Sho Ikeda
This software is released under the MIT License.
http://opensource.org/licenses/mit-license.php
*/
#ifndef NANAIRO_WAVELENGTH_SAMPLE_INL_HPP
#define NANAIRO_WAVELENGTH_SAMPLE_INL_HPP
#include "wavelength_samples.hpp"... | byzin/Nanairo | source/NanairoCore/Data/wavelength_samples-inl.hpp | C++ | mit | 2,001 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>qcert: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" ... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.10.2-2.0.6/released/8.13.0/qcert/1.3.0.html | HTML | mit | 7,416 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>paramcoq: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.cs... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.08.1-2.0.5/released/8.7.0/paramcoq/1.1.3+coq8.10.html | HTML | mit | 7,485 |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.... | dinhhung09138/store-Adminstration | DataAccess/leave.cs | C# | mit | 1,207 |
/*
* The MIT License
*
* Copyright (c) 2009, 2010 Stefan Saasen
*
* 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 us... | lettas/couch4j | src/test/java/org/couch4j/ServerTest.java | Java | mit | 2,606 |
@extends('layouts.default')
@section('title')
{{ lang('Permission Deny') }}
@stop
@section('content')
<div class="row">
<div class="col-md-4 col-md-offset-4 floating-box">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">{{ lang('Notice') }}</h3>
... | toadgg/bibihub | resources/views/auth/adminrequired.blade.php | PHP | mit | 651 |
tf2g
====
A tool for converting Mozilla Thunderbird filters into Gmail filters
For the moment, it only understands the *move* action from the Thunderbird filter.
If the condition *junk status* is used, tf2g will ignore it.
TODO:
* Some part of the code could be factorized
* Some action/condition may not be supported... | manoj23/tf2g | README.md | Markdown | mit | 374 |
define(function (require) {
var fs = require('fs'),
when = require('when');
return Constructor;
function Constructor(debugLogger, filePath) {
var self = this;
self.diff = function diff(otherFile) {
var deferred = when.defer();
fs.stat(filePath, function (err... | nathantreid/pubsync-server | src/app/quick-diff.js | JavaScript | mit | 625 |
package com.microsoft.bingads.v12.api.test.entities.remarketing_list.read;
import java.util.Arrays;
import java.util.Collection;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.junit.runners.Parameterized.Parameter;
import org.junit.runners.Parameterized.Para... | bing-ads-sdk/BingAds-Java-SDK | src/test/java/com/microsoft/bingads/v12/api/test/entities/remarketing_list/read/BulkRemarketingListReadFromRowValuesParentIdTest.java | Java | mit | 1,559 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>gappa: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" ... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.02.3-2.0.6/released/8.8.0/gappa/1.2.1.html | HTML | mit | 7,282 |
<?php
// autoload.php generated by Composer
require_once __DIR__ . '/composer' . '/autoload_real.php';
return ComposerAutoloaderInitbf88e95100f53dbe3bc0567723d34b75::getLoader();
| Sparo/Blog | vendor/autoload.php | PHP | mit | 182 |
var path = require('path')
var fs = require('fs')
var argv = require('optimist').argv;
var express = require('express')
var webpack = require('webpack')
var config = require('../config')
var opn = require('opn')
var proxyMiddleware = require('http-proxy-middleware')
var webpackConfig = process.env.NODE_ENV === 'testing... | 410675629/net-vue-weui | build/dev-server.js | JavaScript | mit | 2,577 |
namespace MinecraftClient.Enums
{
public enum Packet : byte
{
Handshake = 0x00,
LoginStart = 0x00,
EncryptionResponse = 0x01,
Request = 0x00,
Ping = 0x01,
KeepAlive ... | Aragas/minelib.net | Enums/Packet.cs | C# | mit | 4,313 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>geocoq: 11 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="styl... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.07.1-2.0.6/released/8.7.2/geocoq/2.4.0.html | HTML | mit | 7,575 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>fermat4: 51 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="sty... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.07.1-2.0.6/extra-dev/8.10.dev/fermat4/8.10.0.html | HTML | mit | 8,932 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>generic-environments: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../boot... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.08.1-2.0.5/released/8.8.2/generic-environments/8.5.0.html | HTML | mit | 7,318 |
---
layout: single
title: Complete design of a 1-storey residential building in a highly seismic prone area
permalink: /kos1bg/
author_profile: true
---
---------------------------------------------------------------------
Feb. 2013-Feb. 2014
: **Xanthi, Greece**
----------------------------------------------------... | spirosd/spirosd.github.io | _pages/kos1bg.md | Markdown | mit | 2,441 |
#ifndef __FLYMATH_HPP
#define __FLYMATH_HPP
#include "flydef.hpp"
#include <cmath>
#ifndef M_PI
#define M_PI 3.14159265358979323846264338327950288 /* pi */
#endif
template<class type_a>
inline type_a Frac(type_a a)
{
return a - floor(a);
}
inline r_t Zoom(r_t x, r_t x0, r_t x1, r_t y0, r_t y1)
{
return (x -... | esharov/fly | flymath.hpp | C++ | mit | 765 |
# 1. compile `Main.hs`
# eta Main.hs
# 2. run it
java -jar RunMain.jar
| filippovitale/eta-playground | 101st-prime/run.sh | Shell | mit | 72 |
#include "ros/ros.h"
#include <gtest/gtest.h>
#include "boost/array.hpp"
#include "vortex_msgs/PropulsionCommand.h"
#include "vortex_msgs/ThrusterForces.h"
#include <vector>
class IntegrationTest : public ::testing::Test
{
public:
IntegrationTest()
{
pub = nh.advertise<vortex_msgs::PropulsionCommand>("propul... | vortexntnu/rov-control | vortex/test/integration_test.cpp | C++ | mit | 3,171 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>karatsuba: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.c... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/released/8.14.1/karatsuba/8.5.0.html | HTML | mit | 7,128 |
require 'test_helper'
class TickTackTest < Minitest::Test
def test_that_it_has_a_version_number
refute_nil ::TickTack::VERSION
end
def test_that_it_defines_year
refute_nil ::TickTack::Year
end
def test_that_it_defines_month
refute_nil ::TickTack::Month
end
def test_that_it_defines_day
... | tomraithel/tick_tack | test/tick_tack_test.rb | Ruby | mit | 357 |
#!/bin/bash
echo "Job Starting"
. .bash_profile
if [ "$(uname)" == "Darwin" ]; then
DATE=`date -v -1d '+%Y-%m-%d'`
else
DATE=`TZ=America/Los_Angeles date -d "yesterday 13:00" +%Y-%m-%d`
fi
echo $DATE
if [ -e $POBAL_HTML_PATH/$DATE.html ]; then
echo "Previous day already copied"
else
cp -a $POBAL_HTML_... | phildini/pobal | scripts/circulate.sh | Shell | mit | 633 |
<!DOCTYPE html>
<html>
<head>
<!-- [[! Document Settings ]] -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- [[! Page Meta ]] -->
<title>Dehydrated</title>
<meta name="description" content="Dehydrated - Sure I am of this, that you have only to endure to ... | 0xinterface/0xinterface.github.io | tag/fiction/page2/index.html | HTML | mit | 7,748 |
// 8. Write a program that calculates the greatest common divisor (GCD) of given two numbers.
// Use the Euclidean algorithm (find it in Internet).
using System;
class GreatestCommonDivisorGCD
{
//This method validate the number entered by the user
static uint ValidateInputInteger(string textToDisplay)
{... | 2She2/CSharpPartOne | 06.Loops/08.GreatestCommonDivisorGCD/GreatestCommonDivisorGCD.cs | C# | mit | 2,174 |
<html><body>
<h4>Windows 10 x64 (18363.476)</h4><br>
<h2>PO_MEMORY_IMAGE</h2>
<font face="arial"> +0x000 Signature : Uint4B<br>
+0x004 ImageType : Uint4B<br>
+0x008 CheckSum : Uint4B<br>
+0x00c LengthSelf : Uint4B<br>
+0x010 PageSelf : Uint8B<br>
+0x018 PageS... | epikcraw/ggool | public/Windows 10 x64 (18363.476)/PO_MEMORY_IMAGE.html | HTML | mit | 2,526 |
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure::Network::Mgmt::V2019_08_01
module Models
#
# Public IP Address associated with azure firewall.
#
class AzureFirewallPublicIP... | Azure/azure-sdk-for-ruby | management/azure_mgmt_network/lib/2019-08-01/generated/azure_mgmt_network/models/azure_firewall_public_ipaddress.rb | Ruby | mit | 1,182 |
# binderbuilder
Inserts a binder link per notebook based on mkdocs config (`insert_binder_link.py`)
A script to remove all binder links from notebooks is also provided. (`remove_binder_link.py`)
| ericmjl/Network-Analysis-Made-Simple | scripts/binderbuilder/README.md | Markdown | mit | 197 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bertrand: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" ... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.6/released/8.5.0/bertrand/8.8.0.html | HTML | mit | 7,114 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ramsey: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.13.1-2.0.10/released/8.15.0/ramsey/8.6.0.html | HTML | mit | 8,464 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>recursive-definition: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../boot... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.10.2-2.0.6/released/8.14.0/recursive-definition/8.6.0.html | HTML | mit | 7,239 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.