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>tlc: 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.02.3-2.0.6/released/8.6.1/tlc/20200328.html
HTML
mit
7,018
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>three-gap: 35 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.03.0-2.0.5/released/8.5.1/three-gap/8.5.0.html
HTML
mit
9,087
import { IFilterOptionDef } from '../../interfaces/iFilter'; import { IScalarFilterParams } from './scalarFilter'; import { ISimpleFilterParams } from './simpleFilter'; import { every } from '../../utils/array'; /* Common logic for options, used by both filters and floating filters. */ export class OptionsFactory { ...
ceolter/angular-grid
community-modules/core/src/ts/filter/provided/optionsFactory.ts
TypeScript
mit
2,502
package com.github.mdr.mash.ns.os.pathClass import com.github.mdr.mash.functions.FunctionHelpers._ import com.github.mdr.mash.functions.{ BoundParams, MashMethod, ParameterModel } import com.github.mdr.mash.ns.time.DateTimeClass import com.github.mdr.mash.os.linux.LinuxFileSystem import com.github.mdr.mash.runtime.{ M...
mdr/mash
src/main/scala/com/github/mdr/mash/ns/os/pathClass/LastModifiedMethod.scala
Scala
mit
770
<?php namespace MatchBundle\Controller; use Intervention\Image\Constraint; use Intervention\Image\ImageManager; use MatchBundle\Entity\Game; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Symfony\Component\HttpFoundation\BinaryFileResponse; use Symfony\Component\HttpFoundation\Request; use Symfony\Comp...
matthieuy/battleship
src/MatchBundle/Controller/BoatController.php
PHP
mit
7,632
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq-pcuic: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.m...
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.8.1/metacoq-pcuic/1.0~beta1+8.12.html
HTML
mit
7,825
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>matrices: 21 s ๐Ÿ†</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="st...
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.6/matrices/8.6.0.html
HTML
mit
8,794
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mirror-core: 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.09.1-2.0.6/released/8.12.0/mirror-core/1.0.2.html
HTML
mit
6,599
nav { color: #fff; background-color: black; } footer.page-footer { margin-top: 20px; padding-top: 20px; background-color: #DEB7C2 ; } body { font-family: "Open Sans", sans-serif; } p { line-height: 1.6; font-size: 20px; font-family: serif; } .row { margin-bottom: 100px; } @media screen and (max-...
newschool-webfundamentals/newschool-webfundamentals.github.io
projects/hunter/main.css
CSS
mit
636
<!DOCTYPE html> <!--[if IEMobile 7]><html class="iem7 no-js" lang="en" dir="ltr"><![endif]--> <!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7 no-js" lang="en" dir="ltr"><![endif]--> <!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8 no-js" lang="en" dir="ltr"><![endif]--> <!--[if IE 8]><html class="lt-ie9 no...
1wheel/scraping
epa-grants/research/raw/07002.html
HTML
mit
22,374
package com.creationgroundmedia.twitternator.activities; import android.content.Intent; import android.os.Bundle; import android.view.Menu; import android.view.View; import com.codepath.oauth.OAuthLoginActionBarActivity; import com.creationgroundmedia.twitternator.R; import com.creationgroundmedia.twitternator.Twitte...
geocohn/Twitternator
app/src/main/java/com/creationgroundmedia/twitternator/activities/LoginActivity.java
Java
mit
1,426
#ifndef AI #define AI #include <stdlib.h> #include <time.h> int generateDecision() { /* A random number generator to pick the opponents moves */ int randomDigit; randomDigit = (rand() % 5); return randomDigit; } #endif
Darkrunes/C-RPSLS
UNSW_RPS/AI.h
C
mit
250
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coinductive-reals: 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.8.1/coinductive-reals/8.10.0.html
HTML
mit
7,306
// // models.hpp // animeloop-cli // // Created by ShinCurry on 2017/4/3. // Copyright ยฉ 2017ๅนด ShinCurry. All rights reserved. // #ifndef models_hpp #define models_hpp #include <iostream> #include <opencv2/opencv.hpp> namespace al { typedef std::tuple<long, long> LoopDuration; typedef std::vector<LoopDur...
moeoverflow/animeloop-cli
animeloop-cli/models.hpp
C++
mit
638
<?php namespace RoyallTheFourth\HtmlDocument\Set; use RoyallTheFourth\HtmlDocument\RenderInterface; interface SetInterface extends RenderInterface { public function iterate(); public function add($item); public function merge($set); }
royallthefourth/html-document
src/Set/SetInterface.php
PHP
mit
250
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coqeal: 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.11.2-2.0.7/extra-dev/dev/coqeal/1.1.0.html
HTML
mit
8,106
<!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/ca/canonicalize.1.3.0/Canonicalize-net40.html
HTML
mit
26,279
#ifndef BIGUNSIGNEDINABASE_H #define BIGUNSIGNEDINABASE_H #include "NumberlikeArray.hh" #include "BigUnsigned.hh" #include <string> /* * A BigUnsignedInABase object represents a nonnegative integer of size limited * only by available memory, represented in a user-specified base that can fit * in an `unsigned short...
marvins/ProjectEuler
cpp/common/BigUnsignedInABase.hh
C++
mit
4,112
'use strict'; // // Third party modules. // module.exports = require('canihaz')({ location: __dirname, dot: 'smithy' });
bigpipe/smithy
canihaz.js
JavaScript
mit
126
<?php /** * Model for Pages within the CMS * * @author Chris */ class modelPage extends ormModelCsv implements hamleModel { function setup() { $this->openFile(__DIR__."/../../data/page.csv"); $this->fields = array( new ormType_KeyInt("pageid"), new ormType_String("title"), ...
cseufert/ormsiteshell
php/model/page.php
PHP
mit
732
package uk.co.automatictester.concurrency.classes.atomic; import org.testng.annotations.Test; import java.util.concurrent.CountDownLatch; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicIntegerFieldUpdat...
deliverymind/useful-stuff
java/concurrency/src/test/java/uk/co/automatictester/concurrency/classes/atomic/AtomicFieldUpdaterClass.java
Java
mit
1,736
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ext-lib: 1 m 14 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.03.0-2.0.5/released/8.9.1/ext-lib/0.11.2.html
HTML
mit
47,840
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>regexp-brzozowski: 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.06.1-2.0.5/released/8.7.0/regexp-brzozowski/1.0.html
HTML
mit
7,435
<!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/re/revenj.common.1.2.0/Revenj.DomainPatterns-net40.html
HTML
mit
43,036
ServerQL ========= [![Build Status](https://travis-ci.org/vikoperdomo/serverql.svg?branch=master)](https://travis-ci.org/vikoperdomo/serverql) [![Coverage Status](https://coveralls.io/repos/github/vikoperdomo/serverql/badge.svg)](https://coveralls.io/github/vikoperdomo/serverql) Module to start a projects using se...
vikoperdomo/serverql
README.md
Markdown
mit
1,825
extern int merge_min( int32_t *X, /* [nX] */ uint32_t nX, int32_t *Y, /* [nY] */ uint32_t nY, int32_t *Z, /* [nZ] */ uint32_t nZ, uint32_t *ptr_num_in_Z );
NerdWalletOSS/Q
OPERATORS/GETK/inc/merge.h
C
mit
190
<html> <head> <title>User agent detail - Philips X703</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"> </head> <body> <div class="...
ThaDafinser/UserAgentParserComparison
v4/user-agent-detail/c3/97/c397ba93-7c10-4182-a079-1b693b45cee0.html
HTML
mit
12,402
import path from 'path' import inquirer from 'inquirer' import downloadTwitterPhoto from './utils/download-twitter-photo' inquirer.prompt([ { name: 'twitter', type: 'input', message: 'Twitter handle?', }, ]).then(({twitter}) => { const destinationPath = path.join(process.cwd(), 'data/contributors') ...
javascriptair/site
other/add-contributor.js
JavaScript
mit
371
import {Component} from '@angular/core' @Component({ selector: 'd-ausrq', template: ` <span [attr.aria-label]="msg" [hidden]="false">This is a dummy component for Ausrq</span> <div (click)="doNothing($event)"></div> `, }) export class Ausrq { msg: string = 'nothing to say'; doNothing(evt: any)...
mlaval/optimize-angular-app
app/welcome/generated/ausrq.ts
TypeScript
mit
326
'use strict'; angular.module('core').controller('HomeController', ['$scope', '$http', '$location', 'Authentication', function($scope, $http, $location, Authentication) { // ===================================================================== // Non $scope member // ============================================...
atriumxsis/atrium
public/modules/core/controllers/home.client.controller.js
JavaScript
mit
1,639
import React, { useCallback, useState } from 'react'; import { css } from 'emotion'; import { Button, Col, Input, Row } from 'reactstrap'; import Localized from 'components/Localized/Localized'; import LocationsCount from 'components/LocationsCount/LocationsCount'; import { useTranslation } from 'react-i18next'; import...
adrianocola/spyfall
app/containers/Settings/Settings.js
JavaScript
mit
3,230
<?php use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateTablePermissionRole extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('permission_role', function ($table) { $table->increments('id'...
teruk/cpm
app/database/migrations/2015_01_04_063318_create_table_permission_role.php
PHP
mit
767
# simple-tower <p align="center"> <img width="442" src="https://cloud.githubusercontent.com/assets/2322305/20397312/22ca8fdc-ac9e-11e6-8147-9aed136a7838.png"> </p> This is a simple interactive tower built with Unity. It's not really meant to be used by anyone other than me. It's just a playground to try ideas out wi...
jmeas/simple-tower
README.md
Markdown
mit
404
<!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.08.1-2.0.5/released/8.13.1/gappa/1.4.3.html
HTML
mit
7,355
<!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.02.3-2.0.6/released/8.5.2/elpi/1.7.0.html
HTML
mit
7,531
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>qcert: 1 h 28 m ๐Ÿ†</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.07.1-2.0.6/released/8.8.2/qcert/1.1.0.html
HTML
mit
140,744
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>concat: 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.10.0/concat/8.8.0.html
HTML
mit
6,635
import styled from 'styled-components'; export const Container = styled.div` width: 100%; height: 100%; `; export const EditorContainer = styled.div` ${''/* padding: 30px 30px; */} width: 100%; box-sizing: border-box; position: relative; font-family: 'Proxima-Nova', 'helvetica', 'arial'; ...
markdyousef/zen-editor
src/components/Editor/styles.js
JavaScript
mit
1,090
๏ปฟ<div> <div class="modal-header"> <button type="button" class="close" aria-label="Close" ng-click="vm.cancel()"> <span aria-hidden="true">&times;</span> </button> <h3 class="modal-title">{{vm.title}}</h3> </div> <form class="form-horizontal" name="beerForm" novalidate> <div class="modal-body"> ...
jonathanody/NamaBeer
NamaBeer.Client/app/beer/beerEdit.html
HTML
mit
2,668
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>math-classes: Not compatible ๐Ÿ‘ผ</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.07.1-2.0.6/released/8.12.1/math-classes/8.8.1.html
HTML
mit
6,755
/*globals rabbitmq_test_bindings: false, rabbitmq_bindings_to_remove: false */ /*jslint mocha: true */ "use strict"; var expect = require('chai').expect, util = require('util'), Qlobber = require('..').Qlobber; function QlobberTopicCount (options) { Qlobber.call(this, options); this.topic_co...
davedoesdev/qlobber
test/topic_count.js
JavaScript
mit
2,315
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>deriving: 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.7.0/deriving/0.1.0.html
HTML
mit
7,219
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>sudoku: 1 m 47 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.04.2-2.0.5/released/8.7.2/sudoku/8.7.0.html
HTML
mit
9,859
/c/Program\ Files/Blender\ Foundation/Blender/blender.exe ./blend_files/radiant_girl10.blend --background --python RenderScript.py # | grep "\*\*"
jkersey/BlenderSpriter
render.sh
Shell
mit
146
/* includes node_modules/govuk_frontend_toolkit/govuk_frontend_toolkit/stylesheets */ @font-face { font-family: GDS-Logo; src: local("HelveticaNeue"), local("Helvetica Neue"), local("Arial"), local("Helvetica"); } @-ms-viewport { width: device-width; } @-o-viewport { width: device-width; } @-ms-viewport { ...
paulpod/dartcharge
public/stylesheets/application.css
CSS
mit
35,916
/*********************************** This is our GPS library Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit! Written by Limor Fried/Ladyada for Adafruit Industries. BSD license, check license.txt for more infor...
sfugarino/Adafruit_GPS
firmware/Adafruit_GPS.cpp
C++
mit
8,875
// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #ifndef GMSH_FACE_H #define GMSH_FACE_H #include "GFace.h" class Surface; class gmshFace : public GFace { protected: Su...
poofee/fastFEM
gmsh/Geo/gmshFace.h
C
mit
1,464
Bitstream supports Python 2.7 and 3.6 to 3.9 on Linux, Windows and MacOS. We recommend you to install bitstream with pip. If for some reason that doesn't work for you -- for example if you want to modify the software -- you can also install bitstream from sources. Install with Pip -------------------------------...
boisgera/bitstream
mkdocs/installation.md
Markdown
mit
3,482
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>railroad-crossing: 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.08.1-2.0.5/released/8.14.0/railroad-crossing/8.10.0.html
HTML
mit
7,698
<?php namespace Kahlan\Spec\Suite\Jit\Patcher; use Kahlan\Jit\Parser; use Kahlan\Jit\Patcher\Monkey; describe("Monkey", function() { describe("->process()", function() { beforeEach(function() { $this->path = 'spec/Fixture/Jit/Patcher/Monkey'; $this->patcher = new Monkey(); ...
m1ome/kahlan
spec/Suite/Jit/Patcher/MonkeySpec.php
PHP
mit
1,380
#pragma once #include <glm/glm.hpp> /** * \brief Represents a 3d plane. */ class CPlane { public: CPlane(); CPlane(const glm::vec3& v1, const glm::vec3& v2, const glm::vec3& v3); ~CPlane(); // Ordering of points defines normal vector // Clockwise/Counterclockwise ordering rule is used to calculate normal vecto...
redagito/CG2015
source/collision/CPlane.h
C
mit
895
# Before show Like a Manatee wanted "slow watery psychedelic chaos" Labrador - "vaginas. lots of vaginas" For some reason, the amplitude in from pulseaudio sometimes dies. Opening the volume control panel and then pushing the check button under Input Devices for the "headset microphone (unplugged)" port
dgfitch/glsl-experiments
shows/2018/0413/README.md
Markdown
mit
310
<html> <head> <title>User agent detail - Mozilla/5.0 (Linux: U: Android 2.2.1: it-it: Vodafone 858 Build/Vodafone858C02B617) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1;225419377</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/cs...
ThaDafinser/UserAgentParserComparison
v4/user-agent-detail/16/76/16764969-5e07-4f62-a587-e5952ab9a5ed.html
HTML
mit
46,487
<!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/123456142158.html
HTML
mit
62,215
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Code Coverage for D:\Workspaces\PhpStorm\jobeet/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../../../../../../../../css/bootstra...
alber5099/AbdwgJobeet
web/cov/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/index.html
HTML
mit
5,815
๏ปฟusing System; using System.Collections.Generic; using System.Linq; using System.Numerics; using System.Text; using System.Threading.Tasks; namespace _14.FactorialTrailingZeroes { class Program { static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); B...
AleksandarKostadinov/Tech-Module-Solutions
Programming Fundamentals - ัะฝัƒะฐั€ะธ 2017/ะ•.03.Methods and Debugging/14.FactorialTrailingZeroes/Program.cs
C#
mit
1,212
package com.bgstation0.android.sample.fragment_; import android.app.Activity; import android.app.Fragment; import android.os.Bundle; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.View.OnClickListener; import android.view.ViewGroup; import android.widget.Butt...
bg1bgst333/Sample
android/Fragment/setRetainInstance/src/Fragment/Fragment_/src/com/bgstation0/android/sample/fragment_/Fragment1.java
Java
mit
2,852
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq-erasure: Not compatible ๐Ÿ‘ผ</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.07.1-2.0.6/released/8.7.2/metacoq-erasure/1.0~beta1+8.12.html
HTML
mit
7,983
#include <app/Fuse.Node.h> #include <app/Fuse.Resources.ResourceBinding__float4.h> #include <app/Fuse.Resources.ResourceRegistry.h> #include <app/Uno.Action.h> #include <app/Uno.ArgumentNullException.h> #include <app/Uno.Bool.h> #include <app/Uno.Float4.h> #include <app/Uno.Object.h> #include <app/Uno.Predicate__object...
blyk/BlackCode-Fuse
AndroidUI/.build/Simulator/Android/jni/app/Fuse.Resources.ResourceBinding-1.cpp
C++
mit
4,908
๏ปฟusing System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; namespace EventLogNotifier { public class NotifyIconViewModel { /// <summary> /// Shuts down the application. ...
basvo/EventLogNotifier
EventLogNotifier/NotifyIconViewModel.cs
C#
mit
1,184
๏ปฟusing System; using System.Collections.Generic; using Loyc.Syntax; using Flame.Compiler; using LeMP; using Loyc; namespace Flame.Ecs.Parsing { /// <summary> /// Represents a parsed source code file. /// </summary> public struct ParsedDocument { /// <summary> /// Initializes a new i...
jonathanvdc/ecsc
src/Flame.Ecs/Parsing/ParsedDocument.cs
C#
mit
3,691
<link rel="import" href="../../bower_components/polymer/polymer.html"> <dom-module id="article-page-style"> <template> <style> :host { display: block; padding: 10px; } .card { margin: 24px; padding: 16px; color: #757575; border-radius: 5px; background-color: #fff; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, ...
tjmonsi/nice-v1
+templates/template-page/article-page-style.html
HTML
mit
683
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>compcert: 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.7.2/compcert/3.5+8.10.html
HTML
mit
7,999
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>bertrand: 1 m 17 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.07.1-2.0.6/released/8.8.1/bertrand/8.12.0.html
HTML
mit
14,908
<?php if ( ! defined('ROOT')) exit('Script access is forbidden'); /**************************************************************************** ** ** Copyright (C) 2010-2014 Dinu SV. ** (contact: mail@dinusv.com) ** This file is part of Dispersion framework. ** ** The file may be used under the terms of the MIT licen...
dinusv/dispersion
libraries/shared.php
PHP
mit
1,703
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>zf: Not compatible ๐Ÿ‘ผ</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.03.0-2.0.5/released/8.7.0/zf/8.10.0.html
HTML
mit
6,720
'use strict'; /* eslint-disable no-console */ const cryptoJS = require('crypto-js'); module.exports = { toJsonObj: function (str) { try { return JSON.parse(str); } catch (e) { return false; } }, getMacString: function (req) { var arr = []; for (let key in req) { if (req.h...
osmoossi/tapsudraft
gui/app/js/util.js
JavaScript
mit
757
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hammer-tactics: Not compatible ๐Ÿ‘ผ</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.03.0-2.0.5/released/8.9.1/hammer-tactics/1.2.1+8.11.html
HTML
mit
7,338
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>high-school-geometry: 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/extra-dev/8.10.dev/high-school-geometry/1.0.0.html
HTML
mit
6,899
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>io-system-ocaml: 7 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.05.0-2.0.6/released/8.9.1/io-system-ocaml/2.3.0.html
HTML
mit
7,309
<!-- Safe sample input : get the field userData from the variable $_GET via an object, which store it in a array sanitize : cast via + = 0.0 File : use of untrusted data in a doubled quote attribute --> <!--Copyright 2015 Bertrand STIVALET Permission is hereby granted, without written agreement or royalty fee, to ...
stivalet/PHP-Vulnerability-test-suite
XSS/CWE_79/safe/CWE_79__object-Array__CAST-cast_float_sort_of__Use_untrusted_data_attribute-Double_Quote_Attr.php
PHP
mit
1,587
module Data.HashId ( -- * Core types HashId , HashEncoder , HashOptions , Salt -- * Core functions , defaultOptions , mkEncoder , encode , decode , parse , toText , salt ) where import Data.HashId.Inte...
muhbaasu/hash-id
src/Data/HashId.hs
Haskell
mit
325
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>search-trees: Not compatible ๐Ÿ‘ผ</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.06.1-2.0.5/released/8.13.0/search-trees/8.7.0.html
HTML
mit
7,046
# listrequires Tool for inspecting local require() trees in NodeJS projects. Intended just to indicate what you are `require`ing where. Generates output similar to `npm list` but excludes nested dependencies, focusing instead on your project files. ## installation ``` npm install -g listrequires ``` ## usage ``...
alexmcmillan/listrequires
README.md
Markdown
mit
509
export declare const CLAMP_MIN_MAX: string; export declare const ALERT_WARN_CANCEL_PROPS: string; export declare const COLLAPSIBLE_LIST_INVALID_CHILD: string; export declare const CONTEXTMENU_WARN_DECORATOR_NO_METHOD: string; export declare const HOTKEYS_HOTKEY_CHILDREN: string; export declare const MENU_WARN_CHILDREN_...
aggiedefenders/aggiedefenders.github.io
node_modules/@blueprintjs/core/dist/common/errors.d.ts
TypeScript
mit
2,047
<?xml version="1.0" ?><!DOCTYPE TS><TS language="tr" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="14"/> <source>About Etercoin</source> <translation>Etercoin hakkฤฑnda</translation> </...
etercoin/etercoin
src/qt/locale/bitcoin_tr.ts
TypeScript
mit
90,092
๏ปฟnamespace NetTypeS.ExampleData.Models { public class ExampleArrayItem { public int[] NumberArray { get; set; } public string[] StringArray { get; set; } public bool[] BoolArray { get; set; } public object[] ObjectArray { get; set; } public dynamic[] DynamicArray { get; s...
Ormikon/NetTypeS
src/NetTypeS/NetTypeS.ExampleData/Models/ExampleArrayItem.cs
C#
mit
336
--- layout: post title: Release Notes for 2019-09-16 --- Latest release notes for 2019-09-16 at 1213-UTC. <div class='updates' markdown='1'> #### Updates - {:.update} Minor enhancements, fixes or environment changes not listed in detail. </div>
LightshedHealth/lightshedhealth.github.io
_posts/2019-09-16-1213-UTC-release-notes.md
Markdown
mit
252
::CarrierWave.configure do |config| config.storage = :qiniu config.qiniu_access_key = Rails.application.secrets.qiniu_access config.qiniu_secret_key = Rails.application.secrets.qiniu_secret config.qiniu_bucket = "zebra" config.qiniu_bucket_domain = "7xq7rq.com1.z0.glb.clouddn.com" #...
dreamlx/zebra
config/initializers/carrierwave.rb
Ruby
mit
611
#ifndef PARAMLISTSELEC_H #define PARAMLISTSELEC_H #include "paramcombobox.h" class ParamListSelec : public ParamComboBox { public: ParamListSelec(QWidget* parent); virtual ~ParamListSelec(); }; #endif // PARAMLISTSELEC_H
stes/it4kids
src/param/paramlistselec.h
C
mit
232
/** * download webdriver */ var path = require('path'); var fs = require('fs'); var rimraf = require('rimraf'); var Download = require('download'); var Decompress = require('decompress'); var fse = require('fs-extra'); var debug = require('debug')('browser'); var chromeVersion = '2.20'; var phantomVersion = '1.9.7'...
imsobear/node-browser
build.js
JavaScript
mit
3,298
# -*- coding: utf-8 -*- """ Production Configurations - Use Redis for cache """ from __future__ import absolute_import, unicode_literals from boto.s3.connection import OrdinaryCallingFormat from django.utils import six from .common import * # noqa # SECRET CONFIGURATION # ---------------------------------------...
Patrick-and-Michael/trumptweets
config/settings/production.py
Python
mit
4,984
import {Directive, AfterViewInit, ElementRef, Renderer} from '@angular/core'; @Directive({ selector: '[setFocus]' }) export class SetFocusDirective implements AfterViewInit { constructor(public renderer: Renderer, public elementRef: ElementRef) { } ngAfterViewInit() { this.renderer.invokeElementMethod( ...
philipdai/uipalette
src/directives/set-focus.ts
TypeScript
mit
376
#include <iostream> #include "Net.h" #include "InputLayer.h" #include "ForwardLayer.h" #include "RecurrentLayer.h" using namespace std; int main() { // arma::arma_rng::set_seed(100); arma::arma_rng::set_seed_random(); Net net; net.add_layer(new InputLayer(2)); net.add_layer(new ForwardLayer(3)); ...
igorcoding/cppnet
ex/xor.cc
C++
mit
906
module Riik # Document is the base object for the Riik ORM. Including it provides # the basic functionality for assigning attributes to models, # assigning a bucket name, and serializing objects. # module Document autoload :Persistence, 'riik/document/persistence' autoload :Finders, 'riik/docume...
cmeiklejohn/riik
lib/riik/document.rb
Ruby
mit
2,705
import { combineReducers } from 'redux'; import PostsReducer from './reducer-posts'; import { reducer as formReducer } from 'redux-form'; const rootReducer = combineReducers({ posts: PostsReducer, form: formReducer }); export default rootReducer;
andrewdc92/react-crud-blog
src/reducers/index.js
JavaScript
mit
253
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="generator" content="Source Themes Academic 4.2.0"> <meta name="a...
balwa/balwa.github.io
publication_types/1/index.html
HTML
mit
11,654
(function(){ var app = angular.module('howtoApp', []); /*TODO - add custom filters https://scotch.io/tutorials/building-custom-angularjs-filters */ app.filter('facetedNavFilter', function() { return function(input,scope) { /*console.log(scope); var out =...
aaronBeryUcl/funnelback-angular-app
js/howto.js
JavaScript
mit
8,516
SELECT e.FirstName, e.LastName, e.HireDate, d.Name AS [DeptName] FROM Employees AS e JOIN Departments AS d ON d.DepartmentID = e.DepartmentID WHERE e.HireDate > '01/01/1999' AND d.Name IN ('Sales','Finance') ORDER BY e.HireDate
stanislaviv/Databases-Basics---MS-SQL-Server---2017
7_Subqueries_and_Joins/7_Subqueries_Joins/7_Exercise/6.EmployeesHiredAfter.sql
SQL
mit
243
<!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.02.3-2.0.6/released/8.4.6/jsast/2.0.0.html
HTML
mit
7,430
<?php session_start(); require_once('connections/lib_connect.php'); require_once('./xajax_0.2.4/xajax.inc.php'); require_once('filters.php'); $xajax = new xajax(); $xajax->errorHandlerOn(); #************************ #registering functions #************************ //$xajax->registerFunction('view_all'); $xajax->registe...
aasiimweDataCare/Dev_ftf
Dev_CPM/view_district.php
PHP
mit
16,446
#!/bin/bash ########################################################## ProgressBar1() { local loca=$1; local loca2=$2; declare -a bgcolors; declare -a fgcolors; for i in {40..46} {100..106}; do bgcolors+=("$i") done for i in {30..36} {90..96}; do ...
newlight77/ubuntu
scripts/util/progressbar.sh
Shell
mit
2,834
# -*- encoding : utf-8 -*- class DropUidAndProviderConstraintOnUsers < ActiveRecord::Migration def up execute " ALTER TABLE users DROP CONSTRAINT users_provider_uid_unique; " end def down execute " ALTER TABLE users ADD CONSTRAINT users_provider_uid_unique UNIQUE (provider, uid); ...
cesvald/lbm
db/migrate/20130311191444_drop_uid_and_provider_constraint_on_users.rb
Ruby
mit
338
/* ** 2015-04-17 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness for yourself and forgive others. ** May you share freely, never taking more than you give. ** **************************...
wanliming11/MurlocAlgorithms
Last/OpenSource/sqlite-317/sqlite-src-3170000/tool/fuzzershell.c
C
mit
40,964
<!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.04.2-2.0.5/released/8.5.1/hardware/8.10.0.html
HTML
mit
7,269
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>regexp: 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.11.0/regexp/8.9.0.html
HTML
mit
7,121
#pragma once #include "xi/ext/configure.h" #include "xi/core/sleep_queue.h" #include "xi/core/worker_queue.h" namespace xi { namespace core { namespace v2 { class netpoller; class shared_queue; class scheduler; class execution_budget; class worker final { public: struct config { ...
Anomander/xi
xi/core/worker2.h
C
mit
2,526
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>smc: 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.9.0/smc/8.8.0.html
HTML
mit
7,437
<!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/html; charset=utf-8" /> <meta name="GENERATOR" content="VSdocman - documentation generator; htt...
asiboro/asiboro.github.io
vsdoc/topic_00000000000003F3_attached_props--.html
HTML
mit
4,462
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr-fr" lang="fr-fr" dir="ltr" > <head> <title>Lycรฉes</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta...
geopicardie/geopicardie-simple-web-apps
mviewer1/index.html
HTML
mit
18,150