code stringlengths 3 1.05M | repo_name stringlengths 4 116 | path stringlengths 3 942 | language stringclasses 30
values | license stringclasses 15
values | size int32 3 1.05M |
|---|---|---|---|---|---|
# CSS Layout - Tasks
## Problem 1. Tree view - [Task description](tasks-descriptions/01-tree-view.md)
## Problem 2. Music Categories - [Task description](tasks-descriptions/02-music-categories.md)
## Problem 3. Members login - [Task description](tasks-descriptions/03-members-login.md)
## Problem 4. CSS Documentation s... | CosmicEon/Telerik-Homework | CSS Styling/03-css-layout/README.md | Markdown | mit | 566 |
require('dotenv').config();
import http from 'http';
import https from 'https';
import Koa from 'koa';
import Io from 'socket.io';
import KoaBody from 'koa-body';
import cors from 'kcors';
import Router from 'koa-router';
import Socket from './socket';
import crypto from 'crypto';
import mailer from './utils/mailer';
i... | seripap/darkwire.io | server/src/index.js | JavaScript | mit | 3,919 |
# -*- coding: utf-8 -*-
"""Functions for manipulating FGONG files. These are provided through
the **FGONG** object and a module function to read an **FGONG** object
from a file.
"""
import numpy as np
import warnings
from .adipls import fgong_to_amdl
from .constants import G_DEFAULT
from .utils import integrate, to... | warrickball/tomso | tomso/fgong.py | Python | mit | 22,737 |
/*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | joseph00713/Sponge | src/main/java/org/spongepowered/mod/mixin/core/world/MixinWorld.java | Java | mit | 3,950 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>angles: 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.06.1-2.0.5/released/8.13.1/angles/8.9.0.html | HTML | mit | 7,594 |
local function hsvToRgb(h, s, v)
local r, g, b
local i = math.floor(h * 6);
local f = h * 6 - i;
local p = v * (1 - s);
local q = v * (1 - f * s);
local t = v * (1 - (1 - f) * s);
i = i % 6
if i == 0 then r, g, b = v, t, p
elseif i == 1 then r, g, b = q, v, p
elseif i == 2 then r, g, b = p, v, t
... | Mysterypancake1/Source-Fun | codea/zoomandscroll.lua | Lua | mit | 2,746 |
namespace Tharga.Toolkit.Console.Entities
{
public class Position
{
public int Left { get; }
public int Top { get; }
public int? Width { get; }
public int? Height { get; }
public int? BufferWidth { get; }
public int? BufferHeight { get; }
public Position(... | poxet/tharga-console | Tharga.Toolkit.Console/Entities/Position.cs | C# | mit | 640 |
"""Automatically format references in a LaTeX file."""
import argparse
from multiprocessing import Pool
from reference_utils import Reference, extract_bibtex_items
from latex_utils import read_latex_file, write_latex_file
class ReferenceFormatter:
def __init__(self, add_arxiv):
self.add_arxiv = add_arxi... | teunzwart/latex-production-tools | reference_formatter.py | Python | mit | 1,870 |
<!-- SECTION Judul-->
<!--===============================================================-->
<div class="section-heading-page">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h1 class="heading-page text-center-xs">Dashboard</h1>
</div>
... | reeganaga/tokoonline | application/views/front/history/content_detail.php | PHP | mit | 10,478 |
//
// GradesViewController.h
// BU Brain
//
// Created by Cezar Cocu on 12/31/13.
// Copyright (c) 2013 Cezar Cocu. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "BUBrainClient.h"
@interface GradesViewController : UIViewController <UIWebViewDelegate>
@property (strong, nonatomic) UIWebView *webView;
@p... | ggamecrazy/BU_Brain | BuBrain/GradesViewController.h | C | mit | 703 |
<!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">
<meta name="author" content="{{ site.author }}" />
<meta name="description" content="{{ site.description }}">
... | matinang/matinang.github.io | _layouts/layout.html | HTML | mit | 2,900 |
require 'spec_helper'
describe SerpMetrics::CommandSets::Flux, :vcr do
before do
api_configuration = YAML.load_file('spec/api_credentials.yml')
@client = SerpMetrics.client.configure do |client|
client.key = api_configuration['key']
client.secret = api_configuration['secret']
end
end
des... | wearetribe/serp_metrics | spec/lib/serp_metrics/command_sets/flux_spec.rb | Ruby | mit | 686 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>infotheo: Error with dependencies</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.13.1-2.1.0/extra-dev/dev/infotheo/0.0.6.html | HTML | mit | 27,841 |
import sqlite3
import requests
from random import sample
import textwrap
from printer import ThermalPrinter
LINE_WIDTH = 32
potm = "http://creepypasta.wikia.com/api/v1/Articles/List?category=PotM&limit=1000"
spotlighted = "http://creepypasta.wikia.com/api/v1/Articles/List?category=Spotlighted_Pastas&limit=1000"
def g... | AngryLawyer/creepypasta-strainer | src_python/strainer.py | Python | mit | 2,457 |
<?php
class CM_WP_Exception_PluginNotRegisteredException extends
Exception
{
/**
* Plugin slug
*
* @var string
*/
protected $slug;
/**
* [__construct description]
*
* @param string $slug
*/
public function __construct( $slug ) {
$this->slug = $slug;
... | cubicmushroom/wordpress-helper | src/CM/WP/Exception/PluginNotRegisteredException.php | PHP | mit | 504 |
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("01.... | Steffkn/SoftUni | 01.ProgrammingBasicsC#/Exams/17July2016/01.Money/Properties/AssemblyInfo.cs | C# | mit | 1,387 |
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef _BITCOINRPC_H_
#define _BITCOINRPC_H_ 1
#include <string>
#include <list>
#inc... | CoinProjects/MineCoin | src/bitcoinrpc.h | C | mit | 11,097 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>template-coq: 12 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.05.0-2.0.6/released/8.5.1/template-coq/1.1.0~beta3.html | HTML | mit | 6,936 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>moment: 25 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.06.1-2.0.5/released/8.9.0/moment/1.2.1.html | HTML | mit | 8,612 |
---
layout: page
title: Hale Trade Conference
date: 2016-05-24
author: Stephen Holder
tags: weekly links, java
status: published
summary: Mauris ut leo sed tortor lacinia viverra.
banner: images/banner/meeting-01.jpg
booking:
startDate: 09/22/2017
endDate: 09/24/2017
ctyhocn: SCTHSHX
groupCode: HTC
published: t... | KlishGroup/prose-pogs | pogs/S/SCTHSHX/HTC/index.md | Markdown | mit | 2,354 |
<?php
declare(strict_types=1);
/**
* This file is part of phpDocumentor.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @link http://phpdoc.org
*/
namespace phpDocumentor\Descriptor\Filter;
use Mockery as m;
use Mockery\Adapt... | rgeraads/phpDocumentor2 | tests/unit/phpDocumentor/Descriptor/Filter/StripOnVisibilityTest.php | PHP | mit | 3,762 |
import { NgModule } from '@angular/core';
import {
ToolbarModule
} from 'primeng/primeng';
import { PageToolbarComponent } from './page-toolbar.component';
@NgModule({
exports: [PageToolbarComponent],
declarations: [PageToolbarComponent],
imports: [
ToolbarModule
]
})
export class PageToolbarModule {
}... | dreamer99x/ceb | src/app/shared/components/page-toolbar/index.ts | TypeScript | mit | 321 |
module MOD_PRIEXPO
contains
C********** MODULNAME: PRIEXPO ******* 24/03/87 21.29.35.****** 97 KARTEN
SUBROUTINE PRIEXPO (POPNUM,POP1,POP2,LEVEL,N,ND,MODHEAD,JOBNUM,
$ LSEXPO )
C*** PRINTOUT OF RELATIVE CORRECTIONS WHICH WOULD RESULT IF THE CORRECTIONS
C*** FOLLO... | rtagirov/nessy | src/priexpo.for | FORTRAN | mit | 2,850 |
class ParseException < Exception
end | ably-forks/cloudyscripts | lib/audit/lib/parser/parse_exception.rb | Ruby | mit | 36 |
{template '_header'}
<div class="page-heading"> <h2>兑换设置</h2> </div>
<form id="setform" action="{php echo webUrl('exchange/setting');}" method="post" class="form-horizontal form-validate" novalidate="novalidate">
<div class="form-group">
<label class="col-sm-2 control-label">入口链接</label>
<div clas... | Broomspun/shanque | addons/ewei_shopv2/plugin/exchange/template/web/setting/index.html | HTML | mit | 2,878 |
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | hkhpub/show_and_tell_korean | webdemo/webdemo/inference_wrapper.py | Python | mit | 1,658 |
<!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">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | v8-dox/v8-dox.github.io | e2b306c/html/classv8_1_1PersistentBase.html | HTML | mit | 34,765 |
echo 'Fusing and updating gtest sources/headers for NBA...'
echo 'NOTE: You need to run "git pull" in 3rdparty/googletest manually first.'
TMPDIR=/tmp/nba-gtest-update
NBADIR=..
mkdir -p $TMPDIR
python2 googletest/googletest/scripts/fuse_gtest_files.py $TMPDIR
cp googletest/googletest/src/gtest_main.cc $TMPDIR/gtest
# ... | ANLAB-KAIST/NBA | 3rdparty/update-googletest.sh | Shell | mit | 618 |
#include <cstdlib>
#include <stack>
#include <vector>
using namespace std;
#include "binary_tree_inorder_traversal.h"
#include "../util/util_tree.h"
vector<int>
BinaryTreeInorderTraversal::inorderTraversalRecursive(TreeNode *root) {
vector<int> traversal_history;
if (root == NULL)
return traversal_history;
... | metacpp/LeetCpp | src/tree/binary_tree_inorder_traversal.cc | C++ | mit | 1,826 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>fourcolor: 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.11.2-2.0.7/released/8.13.2/fourcolor/1.2.html | HTML | mit | 7,216 |
---
layout: product
category: sweets
title: Creamy Creme Brulee
type: cupcake
description: Our very moist Vanilla Bean cake filled and frosted with Creme Brulee Buttercream, sprinkled with Raw Sugar.
price: 4.50
image: cupcake/2.jpg
---

| mBluebear/ecommerce-website | sweets/creamy-creme-Brulee.md | Markdown | mit | 282 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Mozilla/5.0 (Linex; U; Android 2.3.4; en-us;DROID2 GLOBAL Build/4.5.1_57_D2GA-59) 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/15/1b/151b4ae1-ef70-4e64-ab49-56dbf754448d.html | HTML | mit | 54,087 |
angular.module('zfaModal', ['foundation'])
.provider('zfaModal', function () {
var configs = {};
function register (modalId, config) {
if (typeof modalId === 'string') {
return configs[modalId] = config;
}else{
throw new Error('zfaModalProvide... | Miklecc/foundation-apps-modal | src/zfaModalProvider.js | JavaScript | mit | 1,054 |
<!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/bl/bltoolkit.4.2.0/BLToolkit.CP.4-net40-client.html | HTML | mit | 688,639 |
package main
import (
"os"
"github.com/codegangsta/cli"
"github.com/denkhaus/tcgl/applog"
"github.com/gitmonster/cmnodes/command"
"github.com/gitmonster/cmnodes/nodes"
)
var initFileName = ".cmnodesrc"
var releaseVersion = "0.0.1"
func main() {
app := cli.NewApp()
app.Name = "cmnodes"
app.Version = releaseV... | gitmonster/cmnodes | cmnodes.go | GO | mit | 1,188 |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2015-11-08 00:53:15 --> 404 Page Not Found --> robots.txt
ERROR - 2015-11-08 02:46:43 --> 404 Page Not Found --> robots.txt
ERROR - 2015-11-08 02:47:31 --> 404 Page Not Found --> robots.txt
ERROR - 2015-11-08 03:10:36 --> 404 Page N... | cmorenokkatoo/kkatooapp | application/logs/log-2015-11-08.php | PHP | mit | 2,507 |
#include <iostream>
#include <stdlib.h>
int main()
{
// int a = 1;
// int *b = &a;
int *b = (int *) malloc(sizeof(int));
*b = 5;
int *c = b;
int *d = c;
free (d);
// *b = 7;
std::cout << *b << std::endl;
}
| lindsayad/programming | cpp/lots_of_pointers.cpp | C++ | mit | 225 |
package no.notanumber.sosql;
import java.util.Objects;
public class Join {
public final DatabaseColumn primary;
public final DatabaseColumn foreign;
public Join(DatabaseColumn primary, DatabaseColumn foreign) {
this.primary = primary;
this.foreign = foreign;
}
@Override
publ... | NotANumber-no/sosql | src/main/java/no/notanumber/sosql/Join.java | Java | mit | 803 |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (Linux; Android 4.0.3; E860 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<... | ThaDafinser/UserAgentParserComparison | v4/user-agent-detail/a6/58/a658dce4-cabc-42f4-acc9-9698a0f9951a.html | HTML | mit | 46,491 |
#ifndef __DBMGR_HEAD__
#define __DBMGR_HEAD__
#include "epoll_server.h"
class CDbMgrServer : public CEpollServer
{
public:
CDbMgrServer();
~CDbMgrServer();
protected:
inline int HandlePluto()
{
return 0;
}
int HandleSendPluto();
protected:
... | yangdw/repo.cpp | src/AnHeiServer/dbmgr/dbmgr.h | C | mit | 368 |
<!DOCTYPE html>
<html class="light page-project">
<head>
<meta charset="utf-8">
<title>project | Cornerant Zone</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keywords" content="cornerant,hexo,ios,swift,apple" />
<meta property="og... | cornerAnt/cornerant.github.io | project/index.html | HTML | mit | 6,610 |
package com.bitdubai.fermat_dmp_plugin.layer.world.crypto_index.developer.bitdubai;
import com.bitdubai.fermat_api.Plugin;
import com.bitdubai.fermat_api.PluginDeveloper;
import com.bitdubai.fermat_api.layer.all_definition.enums.CryptoCurrency;
import com.bitdubai.fermat_api.layer.all_definition.enums.TimeFrequency;
i... | fvasquezjatar/fermat-unused | DMP/plugin/world/fermat-dmp-plugin-world-crypto-index-bitdubai/src/main/java/com/bitdubai/fermat_dmp_plugin/layer/world/crypto_index/developer/bitdubai/DeveloperBitDubai.java | Java | mit | 1,395 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>classical-realizability: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../b... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.08.1-2.0.5/extra-dev/8.10.0/classical-realizability/8.7.0.html | HTML | mit | 7,452 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-field: 18 m 19 s 🏆</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.08.1-2.0.5/released/8.7.2/mathcomp-field/1.8.0.html | HTML | mit | 11,493 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>metacoq-pcuic: 19 m 25 s 🏆</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.06.1-2.0.5/released/8.9.0/metacoq-pcuic/1.0~alpha1+8.9.html | HTML | mit | 23,784 |
<!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/123456039614.html | HTML | mit | 65,342 |
# -*- coding: utf-8 -*-
import sys
from setuptools import setup, find_packages
from setuptools.command.test import test as test_command
class PyTest(test_command):
user_options = [
('pytest-args=', 'a', 'Arguments for pytest'),
]
def initialize_options(self):
test_command.initialize_opti... | sablet/algo_trade | setup.py | Python | mit | 985 |
'use strict';
/**
* @ngdoc directive
* @name myDashingApp.directive:widgetText
* @description
* # widgetText
*/
angular.module('myDashingApp')
.directive('widgetText', function () {
return {
template: '<div><div class="title">{{data.title}}</div><div class="value">{{data.value}}</div><div ... | GuyMograbi/ng-dashing | app/scripts/directives/widgettext.js | JavaScript | mit | 482 |
<?php
/* SMASMABundle:Public:about2.html.twig */
class __TwigTemplate_95bc6be8200ffe9eef6c99c778e963bf4ee22d5d533dcb62c75dbe15624dff5e extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = $this->env->loadTemplate("SMASMABundle:... | matsuyuki/smanegeri11 | app/cache/dev/twig/95/bc/6be8200ffe9eef6c99c778e963bf4ee22d5d533dcb62c75dbe15624dff5e.php | PHP | mit | 2,653 |
window.dev1(1);
| delambo/gettit | test/assets/dev1/js/test2.js | JavaScript | mit | 16 |
/*
* The MIT License
*
* Copyright 2014 Kamnev Georgiy (nt.gocha@gmail.com).
*
* Данная лицензия разрешает, безвозмездно, лицам, получившим копию данного программного
* обеспечения и сопутствующей документации (в дальнейшем именуемыми "Программное Обеспечение"),
* использовать Программное Обеспечение без огра... | gochaorg/lang2 | src/main/java/xyz/cofe/lang2/parser/SyntaxTreeDump.java | Java | mit | 5,610 |
/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.office;
import com.wilutions.com.*;
/**
* MsoTextTabAlign.
*
*/
@SuppressWarnings("all")
@CoInterface(guid="{00000000-0000-0000-0000-000000000000}")
public class MsoTextTabAlign implements ComEnum {
static boolean __typelib__loade... | wolfgangimig/joa | java/joa/src-gen/com/wilutions/mslib/office/MsoTextTabAlign.java | Java | mit | 2,449 |
/** Global (Re)Sets **/
:link,:visited { text-decoration:none }
a:link, a:visited { color:#306030; }
a:hover, a:focus { color:#355E3B; }
body { color:#306030; }
/** End Global (Re)Sets **/
/** Header **/
a.name { font-size:3em; font-weight:bold; }
/** End Header **/
/** Nav **/
.sitemenu { position:relati... | twoseat/akela | Akela/style.css | CSS | mit | 732 |
#include "optionsdialog.h"
#include "ui_optionsdialog.h"
#include "bitcoinunits.h"
#include "monitoreddatamapper.h"
#include "netbase.h"
#include "optionsmodel.h"
#include <QDir>
#include <QIntValidator>
#include <QLocale>
#include <QMessageBox>
OptionsDialog::OptionsDialog(QWidget *parent) :
QDialog(parent),
... | max-winderbaum/maxcoin | src/qt/optionsdialog.cpp | C++ | mit | 8,952 |
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is machine-generated by lib/unicore/mktables from the Unicode
# database, Version 12.1.0. Any changes made here will be lost!
# !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
# This file is for internal use by core Perl only. The format and even the
# name or exist... | operepo/ope | client_tools/svc/rc/usr/share/perl5/core_perl/unicore/lib/Perl/_PerlIDS.pl | Perl | mit | 7,496 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>metacoq: 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.9.1/metacoq/1.0~beta1+8.11.html | HTML | mit | 7,719 |
Value/Details/Summary [(source)](https://github.com/bullhorn/novo-elements/blob/master/projects/novo-elements/src/elements/value)
==========================================================================================================
Used to render data based on its field type provided in meta. It has two themes, D... | bullhorn/novo-elements | projects/novo-examples/src/form-controls/value/value.md | Markdown | mit | 1,756 |
describe ApiGuardian::Helpers::Digits do
let(:subject) do
ApiGuardian::Helpers::Digits.new(
auth_url,
auth_header
)
end
let(:auth_url) { 'https://api.digits.com/v1/something.json' }
let(:auth_header) { 'OAuth oauth_consumer_key="foo"' }
it { should have_attr_reader(:auth_url) }
it { sh... | lookitsatravis/api_guardian | spec/lib/helpers/digits_spec.rb | Ruby | mit | 2,828 |
<div class="box box-danger">
<div class="box-header with-border">
<h3 class="box-title">Ínteres por tipo de alimento</h3>
<div class="box-tools pull-right">
<button class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button>
<button class="btn btn-box... | adrianturnes/menorcagastronomic | resources/views/backend/partials/donutChart.blade.php | PHP | mit | 1,877 |
var searchData=
[
['parseprocinfo',['ParseProcInfo',['../tinyoslib_8h.html#ab98738d69f4b198fbcad1a6f2e20a44d',1,'tinyoslib.c']]],
['pipe',['Pipe',['../group__syscalls.html#gab6355ce54e047c31538ed5ed9108b5b3',1,'Pipe(pipe_t *pipe): kernel_pipe.c'],['../group__syscalls.html#gab6355ce54e047c31538ed5ed9108b5b3',1,... | TedPap/opsys | doc/html/search/functions_b.js | JavaScript | mit | 367 |
# AlchemicalAdventures
A new take on alchemy and transutations
| PhoenixTeamMC/AlchemicalAdventures | README.md | Markdown | mit | 63 |
<!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/234567144005.html | HTML | mit | 52,716 |
<?php
namespace Ebbe\Test\SpecificationBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
/**
* TestCase
*
* @ORM\Table()
* @ORM\Entity(repositoryClass="Ebbe\Test\SpecificationBundle\Entity\TestCaseRepository")
*/
class TestCase
{
/**
* @var integer
*
* @ORM\Column(name="id", type="integer")
... | rschumacher/jvtm | src/Ebbe/Test/SpecificationBundle/Entity/TestCase.php | PHP | mit | 4,027 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-character: 8 m 54 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.mi... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.03.0-2.0.5/released/8.8.1/mathcomp-character/1.9.0.html | HTML | mit | 10,546 |
--[[
* The MIT License
* Copyright (C) 2012 Derick Dong (derickdong@hotmail.com). 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
* with... | weimingtom/moaigui | gui/textures.lua | Lua | mit | 2,405 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>amm11262: 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.04.2-2.0.5/extra-dev/8.11.dev/amm11262/8.7.0.html | HTML | mit | 7,108 |
require 'test/unit'
require File.join(File.dirname(__FILE__), '..', '..', 'init.rb')
require File.join(File.dirname(__FILE__), '..', '..', 'lib', 'spark_lines')
require File.join(File.dirname(__FILE__), 'rest_loader')
class Test::Unit::TestCase
def project(name)
@project ||= RESTfulLoaders::ProjectLoader.new(na... | mrmarkyb/spark-line-mingle-macro | test/integration/integration_test_helper.rb | Ruby | mit | 450 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport"/>
<meta content="telephone=no" name="format-detection"/>
<meta content="address=no" name="format-detection"/>
<title> 列缺穴
</title>
<link href="./css/reset.css?... | hucaihua/cmssp | server/html/point/2.html | HTML | mit | 2,103 |
var util = require('util')
, StoreError = require('jsr-error')
, CommandArgLength = StoreError.CommandArgLength
, InvalidFloat = StoreError.InvalidFloat
, Constants = require('jsr-constants')
, AbstractCommand = require('jsr-exec').DatabaseCommand;
/**
* Handler for the ZADD command.
*/
function SortedSet... | freeformsystems/jsr-server | lib/command/database/zset/zadd.js | JavaScript | mit | 907 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>stdpp: Error</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesh... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.11.1-2.0.7/extra-dev/dev/stdpp/1.2.0.html | HTML | mit | 18,287 |
var expect = require('expect.js'),
_ = require('lodash'),
RevisionGuard = require('../../lib/revisionGuard'),
revGuardStore = require('../../lib/revisionGuardStore');
describe('revisionGuard', function () {
var store;
before(function (done) {
revGuardStore.create(function (err, s) {
store = s... | togusafish/adrai-_-node-cqrs-saga | test/unit/revisionGuardTest.js | JavaScript | mit | 10,450 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>string: 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.04.2-2.0.5/released/8.8.2/string/8.6.0.html | HTML | mit | 6,880 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>amm11262: 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.03.0-2.0.5/released/8.6/amm11262/8.7.0.html | HTML | mit | 7,164 |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generate... | Wolfijiyn/SimpleFileSorter | SimpleFileSorter/dropshit/Properties/Resources.Designer.cs | C# | mit | 2,846 |
/**
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
* form for use in connection with the web services and APIs provided by
* Facebook.
*
* As with any software that integrat... | josedab/react-native-examples | meetup-information/js/rating/RatingCard.js | JavaScript | mit | 2,905 |
#ifndef __ciri_graphics_CullMode__
#define __ciri_graphics_CullMode__
namespace ciri {
/**
* Triangle winding order cull mode.
*/
enum class CullMode {
None, /**< Do not cull triangles regardless of vertex ordering. */
Clockwise, /**< Cull triangles with clockwise vertex ordering. */
CounterCloc... | KasumiL5x/ciri | ciri/inc/ciri/graphics/CullMode.hpp | C++ | mit | 402 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>elpi: 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.07.1-2.0.6/released/8.11.0/elpi/1.10.1.html | HTML | mit | 7,448 |
#region Copyright (c) 2007 Ryan Williams <drcforbin@gmail.com>
/// <copyright>
/// Copyright (c) 2007 Ryan Williams <drcforbin@gmail.com>
///
/// Permission is hereby granted, free of charge, to any person obtaining a copy
/// of this software and associated documentation files (the "Software"), to deal
/// in the Sof... | remobjects/Obfuscar | Obfuscar/Project.cs | C# | mit | 8,875 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-multinomials: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootst... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.6/extra-dev/8.10.0/mathcomp-multinomials/1.0.html | HTML | mit | 7,228 |
#include <iostream>
#include <unordered_map>
#include <string>
using namespace std;
vector <string> computeKMostFrequentQueries(vector <string> queries) {
}
| tzhenghao/InterviewQuestionExercises | ElementsOfProgrammingInterviews/Chapter13/ComputeKMostFrequentQueries.cpp | C++ | mit | 162 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>smpl: 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.4.6/smpl/8.13.html | HTML | mit | 7,472 |
namespace Reusable.Diagnostics
{
public static class DebuggerDisplayString
{
public const string DefaultNoQuotes = "{DebuggerDisplay,nq}";
}
} | he-dev/Reusable | Reusable.Core/src/Diagnostics/DebuggerDisplayString.cs | C# | mit | 162 |
/*
* RPCType.cpp
*
* Created on: 30 Apr 2014
* Author: meltuhamy
*/
#include <string>
#include "ppapi/cpp/var.h"
#include "RPCType.h"
#include <vector>
namespace pprpc{
//TODO - right now all the integer type marshaling is just wrapping the int32_t type!
// byte
pp::Var ByteType::AsVar(const ValidType<in... | meltuhamy/native-calls | cpp/RPCType.cpp | C++ | mit | 5,999 |
package com.modelfabric.akka.actor
import akka.cluster.ClusterEvent.CurrentClusterState
import akka.cluster.MemberStatus
import akka.actor.Actor.Receive
import com.modelfabric.akka.cluster.MemberRegistry
/**
* An Akka Cluster State Handler can receive State messages
*/
trait ClusterStateHandler extends MemberRegist... | modelfabric/scala-utils | src/main/scala/com/modelfabric/akka/actor/ClusterStateHandler.scala | Scala | mit | 569 |
#pragma once
#include "Function.h"
namespace RawScript
{
struct OperatorDefinition
{
Function *defaultOperation;
std::string method;
static Object *Equals(Runtime *rt, Object *obj, Args &args);
};
} | danzhu/RawScript | RawScript/Operator.h | C | mit | 210 |
2Checkout Node.js Library
=====================
Full documentation for each binding is provided in the **[wiki](https://github.com/2Checkout/2checkout-node/wiki)**.
This library provides developers with a simple set of bindings to the 2Checkout Payment API, Hosted Checkout, Instant Notification Service and Admin API.... | 2Checkout/2checkout-node | README.md | Markdown | mit | 6,452 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ext-lib: 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.12.1-2.0.8/released/8.15.0/ext-lib/0.10.3.html | HTML | mit | 6,903 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>three-gap: 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.04.2-2.0.5/released/8.7.0/three-gap/8.8.0.html | HTML | mit | 7,060 |
package org.knowm.xchange.gemini.v1.service;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Date;
import java.util.stream.Collectors;
import lombok.Getter;
import lombok.Setter;
import org.knowm.xchange.Exchange;
import org.knowm.xchange.c... | stachon/XChange | xchange-gemini/src/main/java/org/knowm/xchange/gemini/v1/service/GeminiTradeService.java | Java | mit | 9,136 |
#include <map>
#include <set>
#include <vector>
#include <memory>
#include <gumbo.h>
#include <goosepp/contentExtraction/BoostChecker.h>
#include <goosepp/contentExtraction/NodeTextCleaner.h>
#include <goosepp/contentExtraction/TextNodeCollector.h>
#include <goosepp/util/gumboUtils.h>
#include <goosepp/stopwords/stop... | scivey/goosepp | src/contentExtraction/BoostChecker.cpp | C++ | mit | 2,214 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>idxassoc: 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.09.0-2.0.5/released/8.9.1/idxassoc/8.10.0.html | HTML | mit | 7,522 |
# Puppet Module: Vagrant
This installs Vagrant from source.
| redhat-developer-tooling/vagrant-installers | substrate/modules/vagrant/README.md | Markdown | mit | 61 |
#ifndef RHO_LOADER_H
#define RHO_LOADER_H
#include "code.h"
#define RHO_EXT ".rho"
#define RHOC_EXT ".rhoc"
enum {
RHO_LOAD_ERR_NONE,
RHO_LOAD_ERR_NOT_FOUND,
RHO_LOAD_ERR_INVALID_SIGNATURE
};
int rho_load_from_file(const char *name, const bool name_has_ext, RhoCode *dest);
#endif /* RHO_LOADER_H */
| arshajii/rho | src/runtime/loader.h | C | mit | 309 |
// Copyright (c) 2012 Ecma International. All rights reserved.
// Ecma International makes this code available under the terms and conditions set
// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
// "Use Terms"). Any redistribution of this code must retain the above
// copyright and this n... | PiotrDabkowski/Js2Py | tests/test_cases/built-ins/Array/prototype/some/15.4.4.17-7-c-iii-19.js | JavaScript | mit | 707 |
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>class Handbook - Rails Application Documentation</title>
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
<script type="text/javascript">
var rdoc_rel_prefix = "./";
</script>
<script ... | geekerzp/ActiveService | doc/app/Handbook.html | HTML | mit | 15,447 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>pi-calc: 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.09.0-2.0.5/released/8.10.1/pi-calc/8.5.0.html | HTML | mit | 7,110 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>pocklington: 36 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel=... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.1-2.0.6/released/8.7.0/pocklington/8.7.0.html | HTML | mit | 11,658 |
# Track
A nano framework for server applications based on rack.
## What Track does
- modularize your rack app with controllers
- routes paths to methods of controllers via `Track::Routes.define` in `config/routes.rb`
- lets you define before- and after-filters in your controllers
## What Track does *not*
- support... | larskuhnt/track | README.md | Markdown | mit | 1,211 |
$(document).ready(function(){
$('#environment,#language').change(function(){
var environment = $('#environment').val();
var language = $('#language').val();
if(environment==0)
return true;
$('#file').parent('div').addClass('hidden');
$('#load').addClass('hidden');
... | cobonto/public | admin/js/translate.js | JavaScript | mit | 1,275 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Tue Nov 29 08:49:17 EST 2016 -->
<title>Uses of Class dml.team5.antlr.ModifiedPLSQLParser.Seed_partContext</title>
<meta name="date" co... | Dyndrilliac/cop-4710-assignments | Documentation/Javadoc API Reference/dml/team5/antlr/class-use/ModifiedPLSQLParser.Seed_partContext.html | HTML | mit | 10,483 |