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 |
|---|---|---|---|---|---|
<!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" re... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.10.1-2.0.6/released/8.13.0/string/8.5.0.html | HTML | mit | 6,632 |
using SMSServices.Models;
using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Data.Entity.Infrastructure;
using System.Data.Entity.Validation;
using System.Data.SqlClient;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Web.Http;
using WebA... | zraees/sms-project | SMSServices/SMSServices/Controllers/TeachersSubjectsController.cs | C# | mit | 9,436 |
<?php
namespace QnNguyen\EdtUbxNS\Condition;
/**
* Class MatchInArray
* Check if an element exists in an array
* @package QnNguyen\EdtUbxNS\Condition
*/
class MatchInArray extends PropertyCondition
{
/**
* @param $value
* @return bool
*/
function typeCheck($value)
{
return is_ar... | nquocnghia/EdtUbx | src/Condition/MatchInArray.php | PHP | mit | 629 |
// Week 5 - Task 7
import java.io.PrintWriter;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
import java.io.*;
public class TCPSerServer
{
private static ServerSocket servSock;
private static final int PORT = 1... | kieranhogan13/Java | Distributed Systems/Labs/Week 7_Lab_Review/Week_3_T7/TCPSerServer.java | Java | mit | 1,769 |
<?php
namespace Easybill\ZUGFeRD211\Model;
use JMS\Serializer\Annotation\SerializedName;
use JMS\Serializer\Annotation\Type;
use JMS\Serializer\Annotation\XmlElement;
class DocumentLineDocument
{
/**
* @Type("string")
* @XmlElement(cdata = false, namespace = "urn:un:unece:uncefact:data:standard:Reusabl... | easybill/zugferd-php | src/zugferd211/Model/DocumentLineDocument.php | PHP | mit | 584 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>menhirlib: 43 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.08.1-2.0.5/released/8.7.1/menhirlib/20200123.html | HTML | mit | 10,617 |
---
layout: attachment
title: pic_md
date:
type: attachment
published: false
status: inherit
categories: []
tags: []
meta:
_wp_attached_file: 2013/05/pic_md-1p2ic7x.png
_wp_attachment_metadata: a:6:{s:5:"width";s:3:"343";s:6:"height";s:3:"412";s:14:"hwstring_small";s:22:"height='96'
width='79'";s:4:"file";s:26... | vscooper/vscooper.github.io | old_site/_attachments/pic_md.html | HTML | mit | 979 |
#include "nofx_ofSetOrientation.h"
#include "ofAppRunner.h"
namespace nofx
{
namespace AppRunner
{
NAN_METHOD(nofx_ofSetOrientation)
{
ofSetOrientation((ofOrientation) args[0]->Uint32Value());
NanReturnUndefined();
} // !nofx_ofSetOrientation
... | sepehr-laal/nofx | nofx/nofx_ofAppRunner/nofx_ofSetOrientation.cc | C++ | mit | 368 |
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("6.... | tanyta78/ProgramingFundamentals | 05Dictionaries/LabDictionariesLambdaLINQ/6. Fold and Sum/Properties/AssemblyInfo.cs | C# | mit | 1,406 |
#Active Projects
| FSND2015/FSND2015-Side-Project-Ideas | Active.md | Markdown | mit | 17 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>relation-extraction: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../boots... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.1+2/relation-extraction/8.5.0.html | HTML | mit | 7,137 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_15) on Thu Mar 10 09:38:24 BRT 2011 -->
<TITLE>
DAO.exception
</TITLE>
<META NAME="date" CONTENT="2011-03-10">
<LINK REL ="stylesheet" T... | dayse/gesplan | doc/DAO/exception/package-frame.html | HTML | mit | 1,026 |
package top.cardone.func.vx.usercenter.userDepartment;
import com.google.common.base.Charsets;
import lombok.extern.log4j.Log4j2;
import lombok.val;
import org.apache.commons.io.FileUtils;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotati... | yht-fand/cardone-platform-usercenter | consumer/src/test/java/top/cardone/func/vx/usercenter/userDepartment/D0002FuncTest.java | Java | mit | 3,282 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using InvoiceProcessing.Messages.Commands;
using NServiceBus;
using Shared;
namespace Client
{
class Program
{
static void Main(string[] args)
{
MainAsync().GetAwaite... | dvdstelt/batchprocessing | Client/Program.cs | C# | mit | 1,659 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>minic: 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.03.0-2.0.5/released/8.9.0/minic/8.5.0.html | HTML | mit | 7,217 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>presburger: 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.10.0/presburger/8.8.0.html | HTML | mit | 7,100 |
<!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 | e72b7b8/html/classv8_1_1_boolean-members.html | HTML | mit | 12,646 |
'use strict';
// Configuring the Articles module
angular.module('categories').run(['Menus',
function(Menus) {
// Set top bar menu items
// Menus.addMenuItem('topbar', 'Categories', 'categories', 'item', '/categories(?:/[^/]+)?', null, null, 9);
// Set admin menu items
Menus.addMenuItem('admin', 'Categories',... | crosscent/platform | public/modules/categories/config/categories.client.config.js | JavaScript | mit | 544 |
# Angular HTML Window
AngularJS module that provides a draggable and resizable window directive.
Based on https://github.com/rlamana/Ventus
**This project is no longer maintained! However, feel free to fork and PR.**
## How to use
### Install via npm
Install the package over npm.
```
npm i angular-html-window
```
... | acjim/angular-html-window | README.md | Markdown | mit | 2,480 |
<html>
<title>代客訂位訂餐</title>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
</head>
<body>
<div><form>
姓名 : <input type="text" id="name"> <br>
電話:<input type="text" id="phonenum"> <br>
日期:<select name="date_" id="date_">
<?php for($i=0; $i<7; $i++){
... | floydxiu/Restaurant-reservation-system | application/views/seat_reservation_by_manager.php | PHP | mit | 4,390 |
/**
* Created by zhang on 16/5/19.
*/
$.myjq = function () {
alert("hello my jQuery")
};
//js的扩展
$.fn.myjq=function(){
$(this).text("hello")
}; | qiang437587687/pythonBrother | jQueryFirst/jQuery扩展和noConflict/myjQuery.js | JavaScript | mit | 161 |
//------------------------------------------------------------------------------
// <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... | Lime-Parallelogram/Socket-Tutorial | C Sharp/SocketClient/SocketClient/Properties/Settings.Designer.cs | C# | mit | 1,099 |
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Module Hierarchy</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<scr... | chauncey/there-be-docs | static/docs/epydocs/module-tree.html | HTML | mit | 16,369 |
// Generated by CoffeeScript 1.10.0
var Graphics;
Graphics = (function() {
function Graphics(ctx, viewport1) {
this.ctx = ctx;
this.viewport = viewport1;
this.transform = {
x: 0,
y: 0,
rotation: 0,
scale: 1
};
}
Graphics.prototype.translate = function(dx, dy) {
this.t... | aziis98/node-canvas-graphics-wrapper | graphics.js | JavaScript | mit | 2,626 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<A href="W29357.pdfs.html#outline" target="contents">Outline</a><br><A href="W29357.pdfs.html#1" target="contents" >Page 1</a><br>
<A href="W29357.pdfs.html#2" target="contents" >Page 2</a><br>
<A href="W29357.pd... | datamade/elpc_bakken | html/pdf/W29357.pdf_ind.html | HTML | mit | 4,269 |
<?php
// Autoload the library using Composer, if you're using a framework you shouldn't need to do this!!
require_once '../vendor/autoload.php';
use Ballen\Dodns\CredentialManager;
use Ballen\Dodns\Dodns;
/**
* Example of deleting a domain
*/
// We now create an instance of the DigitalOcean DNS client passi... | bobsta63/dodns | examples/delete_a_domain.php | PHP | mit | 886 |
const strip_patterns = @compat(UInt32(0))
const strip_corrupt_utf8 = @compat(UInt32(0x1)) << 0
const strip_case = @compat(UInt32(0x1)) << 1
const stem_words = @compat(UInt32(0x1)) << 2
const tag_part_of_speech = @compat(UInt32(0x1)) << 3
const... | slundberg/TextAnalysis.jl | src/preprocessing.jl | Julia | mit | 13,988 |
<?php
namespace MB\Bundle\OptimizationBundle\DependencyInjection;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Loader;
/**
* This is the class that loads... | mb-webdev/MBOptimizationBundle | DependencyInjection/MBOptimizationExtension.php | PHP | mit | 957 |
<?php
/*
Plugin Name: FramePress
Plugin URI: http://framepress.co
Description: Boost your plugins with extra power!
Author: Ivan Lansky (@perecedero)
Author URI: http://about.me/ivan.lansky
*/
//init framework
require 'bootstrap.php';
| perecedero/FramePress | main.php | PHP | mit | 245 |
using System;
using DogeNews.Web.Mvp.UserControls.ArticleComments.EventArguments;
using WebFormsMvp;
namespace DogeNews.Web.Mvp.UserControls.ArticleComments
{
public interface IArticleCommentsView : IView<ArticleCommentsViewModel>
{
event EventHandler<ArticleCommetnsPageLoadEventArgs> PageLoad;
... | SuchTeam-NoJoro-MuchSad/Doge-News | DogeNews/Src/Web/DogeNews.Web.Mvp/UserControls/ArticleComments/IArticleCommentsView.cs | C# | mit | 390 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mtac2: 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/extra-dev/dev/mtac2/1.0.1+8.8.html | HTML | mit | 6,990 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta name="viewport"
content="width=device-width,initial-scale=1,minimum-scale=1, maximum-scale=1, user-scalable=no">
<style>
.btn-block {
... | spf-iOS/WebJSBridge | WebJSBridgeDemo/WebJSBridgeDemo/demo.html | HTML | mit | 3,163 |
/*
* Copyright (c) 2013 - 2015, Freescale Semiconductor, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright not... | andrewparlane/kinetis_test_projects | common/devices/MK66F18/utilities/fsl_debug_console.h | C | mit | 7,074 |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Latihan extends CI_Controller{
public function __construct(){
parent::__construct();
//Codeigniter : Write Less Do More
}
function index(){
$this->load->view('mhs/latihan');
// $this->load->view('sample');
... | aisy/polieditor | application/controllers/Latihan.php | PHP | mit | 334 |
package tabular
import (
"bufio"
"bytes"
"io"
"testing"
"github.com/stretchr/testify/suite"
)
var (
testHeaders = []struct {
Key string
Title string
}{
{
Key: "name",
Title: "First name",
},
{
Key: "surname",
Title: "Last name",
},
{
Key: "age",
Title: "Age",
},
}
t... | jbub/tabular | dataset_test.go | GO | mit | 3,925 |
<?php
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\Config\Loader\LoaderInterface;
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
new Symfony\Bundle\SecurityBundle\Sec... | dlauritzen/CS-360-Forum | app/AppKernel.php | PHP | mit | 1,561 |
<section data-ng-controller="ArticlesController" data-ng-init="findOne()">
<div class="page-header">
<h1>Edit Post</h1>
</div>
<div class="col-md-12">
<form name="articleForm" class="form-horizontal" data-ng-submit="update()" novalidate>
<fieldset>
<div class="form-group">
<label c... | Kericthecoolguy/ayuda | modules/articles/client/views/edit-article.client.view.html | HTML | mit | 1,180 |
#PPP-QuestionParsing-ML-standalone
[](https://travis-ci.org/ProjetPP/PPP-QuestionParsing-ML-Standalone)
[
print("Telnet port: " .. (tport))
_telnet_srv:listen(tport, function(socket)
local fifo = {}
local fifo_drained = true
local funct... | BLavery/esuite-lua | library/lib-TELNET.lua | Lua | mit | 1,299 |
"use strict";
var EventEmitter = require ('events');
module.exports = new EventEmitter ();
| alexandruradovici/messengertrivia | source/bus.js | JavaScript | mit | 92 |
'use strict'
const tap = require('tap')
const ActiveDirectory = require('../index')
const config = require('./config')
const serverFactory = require('./mockServer')
const settings = require('./settings').getGroupMembershipForUser
tap.beforeEach((done, t) => {
serverFactory(function (err, server) {
if (err) retu... | jsumners/node-activedirectory | test/getgroupmembershipforuser.test.js | JavaScript | mit | 2,662 |
package com.github.lg198.codefray.jfx;
import com.github.lg198.codefray.api.game.Team;
import com.github.lg198.codefray.game.GameEndReason;
import com.github.lg198.codefray.game.GameStatistics;
import com.github.lg198.codefray.util.TimeFormatter;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx... | lg198/CodeFray | src/com/github/lg198/codefray/jfx/GameResultGui.java | Java | mit | 3,347 |
<?php
namespace Flatmate\UtilitiesBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Validator\Constraints as Assert;
/**
* Consumption
*
* @ORM\Table()
* @ORM\Entity
* @ORM\HasLifecycleCallbacks()
*/
class Consumption
{
/**
* @var integer
*
* @ORM\Column(name="id", type="... | TIIUNDER/flatmate | src/Flatmate/UtilitiesBundle/Entity/Consumption.php | PHP | mit | 4,174 |
<!--<?php
# MetInfo Enterprise Content Management System
# Copyright (C) MetInfo Co.,Ltd (http://www.metinfo.cn). All rights reserved.
require_once template('head');
echo <<<EOT
-->
</head>
<body>
<!--
EOT;
$title="<a href='index.php?anyid={$anyid}&lang={$lang}&class1={$class1}'>{$met_class[$class1][name]}</a>";
$clas... | maicong/OpenAPI | MetInfo5.2/admin/templates/met/content/message/inc.html | HTML | mit | 6,182 |
<?
include('dbconnect.php');
$headerOptions = array(
"title" => "Edit Stats"
);
require_once "header.php";
?>
<?php
$tn = $_GET['tn'];
$played = $_GET['played'];
$wins = $_GET['wins'];
$losses = $_GET['losses'];
$draws = $_GET['draws'];
$ncs = $_GET['ncs'];
$sql = "SELECT team_id FROM Te... | anshaik/recsports | webapp/advproj/editstats.php | PHP | mit | 1,187 |
version https://git-lfs.github.com/spec/v1
oid sha256:b1b66ad7cf63a081650856aed61fbfdf1b6b511e47c622989e9927e504424a5d
size 2493
| yogeshsaroya/new-cdnjs | ajax/libs/jquery.lazyloadxt/0.8.12/jquery.lazyloadxt.extra.min.js | JavaScript | mit | 129 |
#include "ErrorCodes.h"
std::error_code make_error_code(SimBlockErrc ec)
{
return {static_cast<int>(ec), simblockErrCategory};
}
| josokw/Fuzzy | libDySySim/ErrorCodes.cpp | C++ | mit | 133 |
<?php
/*
Safe sample
input : backticks interpretation, reading the file /tmp/tainted.txt
sanitize : cast in float
construction : use of sprintf via a %d with simple quote
*/
/*Copyright 2015 Bertrand STIVALET
Permission is hereby granted, without written agreement or royalty fee, to
use, copy, modify, and distri... | stivalet/PHP-Vulnerability-test-suite | Injection/CWE_98/safe/CWE_98__backticks__CAST-cast_float__include_file_id-sprintf_%d_simple_quote.php | PHP | mit | 1,212 |
<div class="ui container" id="event">
<div class="ui stackable one column grid">
<div class="column">
<div class="ui card">
<div class="content">
<div class="header">{{ vm.event.attributes.title }}</div>
</div><!-- header -->
<div class="content">
<h3>Organiza... | evanscloud/uponnyc | app/assets/javascripts/events/show.html | HTML | mit | 2,987 |
<?php
namespace Oriancci\Query;
class Insert extends Built
{
public function buildQuery()
{
// INSERT INTO
$sql = 'INSERT INTO ';
$sql .= $this->buildTableName(INSERT_INTO);
// SET
$sql .= ' SET ';
$sql .= $this->buildSet(SET);
return $sql;
}
... | bashaus/oriancci | src/Oriancci/Query/Insert.php | PHP | mit | 322 |
package pl.yourempire.api.event;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
public class Event
{
private static Map<Class<Event>, ArrayList<ListenerCaller>> listenerMap = new HashMap<>();
public stat... | YourEmpire/YourEmpire | Your Empire API/src/main/java/pl/yourempire/api/event/Event.java | Java | mit | 1,714 |
<!DOCTYPE html>
<html class="no-js" lang="hi">
<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="description" content="p5.js a JS client-side library for creating graphic and interactive ... | mayaman26/p5js-website | hi/examples/interaction-tickle.html | HTML | mit | 9,312 |
tinyMCE.init({
mode : 'textareas',
theme : "advanced",
theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect",
theme_advanced_buttons2 : "cut,copy,paste,pastetext,pastewo... | thoas/i386 | src/milkshape/media/tiny_mce/init.js | JavaScript | mit | 502 |
package org.fluentjava.iwant.plannerapi;
public interface ResourcePool {
boolean hasFreeResources();
Resource acquire();
void release(Resource resource);
}
| wipu/iwant | essential/iwant-planner-api/src/main/java/org/fluentjava/iwant/plannerapi/ResourcePool.java | Java | mit | 164 |
SampleApp
=========
| CriolloKit/SampleApp | README.md | Markdown | mit | 20 |
#ifndef ENDOCAST_EXTRACTOR_HPP
#define ENDOCAST_EXTRACTOR_HPP 1
#include <mi/VolumeData.hpp>
class EndocastExtractor
{
private:
public:
EndocastExtractor ( void ) ;
~EndocastExtractor ( void ) ;
bool extract ( mi::VolumeData<float>& distData, mi::VolumeData<int>& labelData, const doub... | tmichi/xendocast | xendocast/EndocastExtractor.hpp | C++ | mit | 579 |
<!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.07.1-2.0.6/released/8.12.2/qcert/1.0.5.html | HTML | mit | 6,495 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>menhirlib: 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.10.2-2.0.6/released/8.14.0/menhirlib/20201122.html | HTML | mit | 7,030 |
/* eslint-env node */
'use strict';
const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');
module.exports = function(defaults) {
let app = new EmberAddon(defaults, {
'ember-cli-babel': {
includePolyfill: true
}
});
app.import('node_modules/highlightjs/styles/monokai-sublime.css');
/... | btecu/ember-keyboard | ember-cli-build.js | JavaScript | mit | 621 |
import { SplashEffect } from "./effect.js";
import { Linear } from "../interpolation.js";
export class TranslateFromPosition extends SplashEffect {
constructor(element, options) {
super(element);
options = options || {};
this.x = options.x || 0;
this.y = options.y || 0;
// Can be whatever, but the effect... | magnontobi/splasher.js | src/js/effects/translateFromPosition.js | JavaScript | mit | 1,226 |
/*------------------------------------------------------------------------------
27.0 - Localization
------------------------------------------------------------------------------*/
/* RTL except Hebrew (see below): Tahoma as the first font; */
body.rtl,
body.rtl .press-this a.wp-switch-editor {
font-family:... | GMack88/Portfolio-Website | bootstrap-3.3.7/blog/wp-admin/css/l10n-rtl.css | CSS | mit | 3,812 |
<html><img border=0 src=716-53-0.txt alt=716-53-0.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>
| andrewdefries/Ames_ToxBenchmark | 716-53-0.txt.html | HTML | mit | 231 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>quicksort-complexity: 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.02.3-2.0.6/released/8.4.5/quicksort-complexity/8.6.0.html | HTML | mit | 7,787 |
// The MIT License (MIT)
//
// Copyright (c) Andrew Armstrong/FacticiusVir 2020
//
// 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 r... | FacticiusVir/SharpVk | src/SharpVk/FramebufferCreateInfo.gen.cs | C# | mit | 4,531 |
namespace Sorting
{
using System;
using System.Collections.Generic;
using Constants;
/// <summary>
/// Define class for selection sort algorithm and its implementation
/// </summary>
/// <typeparam name="T">Type of the elements to be sorted</typeparam>
/// <see cref="https://en.wikipe... | DimitarSD/Telerik-Academy | 01. Programming/05. Data Structures and Algorithms [C#]/11. Sorting Algorithms/Sorting/SelectionSorter.cs | C# | mit | 1,456 |
# encoding: utf-8
module Axiom
class Relation
module Operation
# A mixin for Binary relations
module Binary
include Axiom::Operation::Binary
# Hook called when module is included
#
# @param [Module] descendant
# the module or class including Binary
... | solnic/axiom | lib/axiom/relation/operation/binary.rb | Ruby | mit | 1,923 |
<?php
/**
* @file
*
* Contains \Drupal\Tests\test_example\Unit\TestExampleConversionsTest.
*/
namespace Drupal\Tests\test_example\Functional;
use Drupal\simpletest\BrowserTestBase;
/**
* Ensure that the simpletest_example content type provided functions properly.
*
* The TestExampleFunctionalTest is a functio... | bighappyface/d8-testing-example | test_example/tests/src/Functional/TestExampleFunctionalTest.php | PHP | mit | 2,154 |
<?php
/*
/*
Safe sample
input : use exec to execute the script /tmp/tainted.php and store the output in $tainted
SANITIZE : uses indirect reference
construction : prepared query and no right verification
*/
/*Copyright 2015 Bertrand STIVALET
Permission is hereby granted, without written agreement or royalty fee, to... | designsecurity/progpilot | projects/tests/tests/vulntestsuite/CWE_862_SQL__exec__Indirect_reference__prepared_query-no_right_verification.php | PHP | mit | 2,134 |
package com.myconnector.client.domain;
import java.util.List;
import com.google.gwt.user.client.rpc.IsSerializable;
import com.myconnector.client.domain.interfaces.ITodoContext;
import com.myconnector.client.domain.interfaces.ITodoItem;
import com.myconnector.client.domain.interfaces.ITodoList;
public class TodoList... | nileshk/truedolist-java | src/main/java/com/myconnector/client/domain/TodoListClient.java | Java | mit | 1,476 |
/**
* Wheel, copyright (c) 2019 - present by Arno van der Vegt
* Distributed under an MIT license: https://arnovandervegt.github.io/wheel/license.txt
**/
const File = require('./File');
exports.FileDetail = class extends File.File {
constructor(opts) {
opts.className = 'file detail';
super(opts);... | ArnoVanDerVegt/wheel | js/frontend/lib/components/files/FileDetail.js | JavaScript | mit | 2,137 |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*---------------------------------------------------------------... | TeamSPoon/logicmoo_workspace | packs_web/swish/web/node_modules/monaco-editor/esm/vs/editor/common/viewModel/viewModelDecorations.js | JavaScript | mit | 6,682 |
<?php namespace Code200\ImageKing\Classes;
use Cms\Helpers\File;
use Code200\ImageKing\Classes\Exceptions\ExtensionNotAllowedException;
use Code200\Imageking\models\Settings;
use Illuminate\Support\Facades\Log;
use Illuminate\Support\Facades\URL;
class ImageService
{
/**
* @var string
*/
private $ht... | webeks/octobercms-imageking | classes/ImageService.php | PHP | mit | 8,124 |
wedge = 14
background = {
epsilon = 0.997179,
q = 0.619347
}
streams = {
{
epsilon = -1.297424,
mu = 190.545111,
r = 13.878006,
theta = 0.198390,
phi = 3.139994,
sigma = 3.743833
},
{
epsilon = -1.008419,
mu = 199.646461,
... | weissj3/MWTools | Data/LuaFilesFullSkyErrors/params_14.lua | Lua | mit | 808 |
/*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Product and Trade Secret source code contains trade secrets ... | wobbier/source3-engine | ThirdParty/Havok/include/Common/Base/Memory/Tracker/hkMemoryTracker.h | C | mit | 6,711 |
const _transform = require('lodash/transform');
function MatchTransformer(match) {
if( !(this instanceof MatchTransformer) ) {
return this.transform(new MatchTransformer(match));
}
if( typeof match === 'string' ) {
// Escape string
match = match.replace(/[.*+?^${}()|[\]\\]/g, '\\$&... | bubobox/parse-js | src/transformers/match.js | JavaScript | mit | 696 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>huffman: 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.5.1/huffman/8.13.0.html | HTML | mit | 7,260 |
body {
margin:0;
padding:0;
font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
-webkit-font-smoothing:antialiased;
font-size:11px;
}
a {
color:#111;
}
a:hover {
text-decoration:none;
}
header {
background:url(header.jpg) center center #111;
text-align:center;
color:#f... | Sridatta19/react-listbox | docs/style.css | CSS | mit | 4,792 |
import ProgressBar from "progress";
import padEnd from "lodash/padEnd";
class ProgressBarController {
constructor() {
this.bar = null;
}
init(total) {
if (this.bar) {
this.terminate();
}
// Intentionally a noop because node-progress doesn't work well in non-TTY
// environments
if ... | onigoetz/lerna-hg | src/progressBar.js | JavaScript | mit | 1,365 |
var commons = require('../commons')
var frisby = require('frisby');
var FormData = require('form-data');
frisby.create('Get file')
.get(commons.host+'/file/2134354/zgzhrthztrh/sgeh' )
.after(function(err, res, body) {
expect(res.request.href.match(/errcode=404/)).not.toBeNull()
})
.toss()
| bodji/test2 | test/file/non_existing_spec.js | JavaScript | mit | 312 |
<!doctype html>
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
<head>
<!-- Meta, title, CSS, favicons, etc. -... | a25kk/dakhli | src/dakhli.sitetheme/dakhli/sitetheme/resources/app/_layouts/default.html | HTML | mit | 1,063 |
<?php
namespace Frontend\PublicBundle\DependencyInjection;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Loader;
/**
* This is the class that loads and ma... | OliverMartin/Travel | src/Frontend/PublicBundle/DependencyInjection/FrontendPublicExtension.php | PHP | mit | 887 |
package command
import (
"fmt"
"os"
"path/filepath"
"time"
"github.com/kemokemo/gckdir/lib"
"github.com/skratchdot/open-golang/open"
"github.com/urfave/cli"
)
var (
// UsageVerify is Usage of verify subcommand for cli
UsageVerify = "Verifies the structure and each hash value of files."
)
// CmdVerify verif... | KemoKemo/gckdir | command/verify.go | GO | mit | 2,586 |
search_result['2189']=["topic_0000000000000543_attached_props--.html","VerifyPhoneNumberModel Attached Properties",""]; | asiboro/asiboro.github.io | vsdoc/search--/s_2189.js | JavaScript | mit | 119 |
/// <reference path="Transform3D.ts" />
namespace zen {
export class GameObject extends Transform3D {
public name:string = "GameObject";
public tag:string = "";
public layer:string = "";
private _guid:string = zen.guid.create();
public get guid() {
return t... | shawn0326/zen | src/GameObject.ts | TypeScript | mit | 1,986 |
$(document).ready(function () {
startAnimation();
});
if (!window.requestAnimationFrame) {
window.requestAnimationFrame = (window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.msRequestAnimationFrame || window.oRequestAnimationFrame || function (callback) {
return window.setTimeout(c... | mzgnr/black-screen.github.io | js/script.js | JavaScript | mit | 4,347 |
<?php get_template_part('templates/front', 'page'); ?>
| miso999/nabytoktt | front-page.php | PHP | mit | 59 |
---
layout: post
title: 'Palestras Novembro 2013: Instituto de Informática da Universidade Federal
de Goiás (UFG), Conferência Web da W3C (São Paulo) e FrontInFloripa (Santa Catarina)'
date: 2013-11-04 19:36:33.000000000 -02:00
type: post
published: true
status: publish
categories:
- Eventos
tags:
- Conferência Web W... | loiane/loiane.github.io | _posts/2013-11-04-palestras-novembro-2013-instituto-de-informatica-da-universidade-federal-de-goias-ufg-conferencia-web-da-w3c-sao-paulo-e-frontinfloripa-santa-catarina.html | HTML | mit | 3,205 |
/*jshint camelcase: false */
(function(window, module, undefined) {
'use strict';
// lifted from Underscore then bastardized
var _flatten = function(input, output) {
for (var i = 0, length = input.length; i < length; i++) {
var value = input[i];
if (value.type === 'div') {
_flatten(value... | btholt/fucina | fucina.js | JavaScript | mit | 12,761 |
0.12.0 (Next)
=============
#### Features
* [#956](https://github.com/intridea/grape/issues/956): Support `present` with `Grape::Presenters::Presenter` - [@u2](https://github.com/u2).
#### Fixes
* [#936](https://github.com/intridea/grape/pull/936): Fixed default params processing for optional groups - [@dm1try](ht... | phusion/grape | CHANGELOG.md | Markdown | mit | 40,604 |
module.exports = function(grunt) {
// load all grunt tasks
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
grunt.initConfig({
// watch for changes and trigger compass, jshint, uglify and livereload
watch: {
js: {
files: ['jquery.accrue.js... | jpederson/Accrue.js | gruntfile.js | JavaScript | mit | 1,376 |
require "lita"
Lita.load_locales Dir[File.expand_path(
File.join("..", "..", "locales", "*.yml"), __FILE__
)]
require "lita/handlers/urban"
| taylorlapeyre/lita-urban | lib/lita-urban.rb | Ruby | mit | 144 |
using UnityEngine;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.IO;
using System.Text;
public class KinectManager : MonoBehaviour
{
public enum Smoothing : int { None, Default, Medium, Aggressive }
// Public Bool to determine how m... | Acidburn0zzz/Corridors | Assets/KinectScripts/KinectManager.cs | C# | mit | 63,304 |
<?php
namespace Lam\MdlBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
/**
* Lam\MdlBundle\Entity\FormationInformatique
* @ORM\Table()
* @ORM\Entity(repositoryClass="Lam\MdlBundle\Entity\FormationInformatiqueRepository")
*/
class Formationinformatique
{
/**
* @var integer $id
*
* @ORM\Column(n... | gody77/SymfonyMDL | src/Lam/MdlBundle/Entity/FormationInformatique.php | PHP | mit | 3,232 |
package com.hackathon.hackathon2014.activity;
import android.app.Activity;
import android.app.Fragment;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import an... | dst-hackathon/socialradar-android | hackathon2014/app/src/main/java/com/hackathon/hackathon2014/activity/QuestionActivity.java | Java | mit | 4,070 |
require_relative 'shell/version'
require_relative 'shell/loader'
require_relative 'shell/alfrc'
module Alf
module Shell
# This is the default configuration to be forked from
DEFAULT_CONFIG = Alfrc.new
# Command factory
def self.Command(*args)
Quickl::Command(*args){|builder|
builder.co... | alf-tool/alf-shell | lib/alf/shell.rb | Ruby | mit | 559 |
package net.tqft.iterables.interfaces;
public interface Transformer<S, T> {
public abstract T evaluate(S s);
}
| craigfreilly/masters-project-submission | src/KnotTheory/JavaKh-v2/src/net/tqft/iterables/interfaces/Transformer.java | Java | mit | 126 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-analysis: 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.07.1-2.0.6/released/8.9.1/mathcomp-analysis/0.3.2.html | HTML | mit | 7,550 |
require "capybarel/dsl/elements"
require "capybarel/dsl/javascript"
require "capybarel/dsl/from_yaml"
module Capybarel
module DSL
module All
include Capybarel::DSL::Elements
include Capybarel::DSL::JavaScript
include Capybarel::DSL::FromYaml
end
end
end
| fantactuka/capybarel | lib/capybarel/dsl.rb | Ruby | mit | 285 |
import React, { Component } from 'react';
import logo from './logo.svg';
import './App.css';
import update from 'immutability-helper';
class ListItemBullet extends Component {
render() {
let cssClasses = `listbullet`;
const bulletStyle = {
border: `5px solid ${this.props.color}`,
backgroundColor:... | tmt514/se101f17 | website/src/App.js | JavaScript | mit | 3,281 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.