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
body,td,pre{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px}body{background:#FFF}.mceVisualAid{border:1px dashed #BBB}* html body{scrollbar-3dlight-color:#F0F0EE;scrollbar-arrow-color:#676662;scrollbar-base-color:#F0F0EE;scrollbar-darkshadow-color:#DDD;scrollbar-face-color:#E0E0DD;scrollbar-highlight-colo...
Dervisevic/cdnjs
ajax/libs/tinymce/3.5.8/themes/simple/skins/o2k7/content.min.css
CSS
mit
391
<!-- setTimeout(function() { postMessage(1) }, 10); /* --> <!doctype html> <title>setTimeout</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <div id=log></div> <script> async_test(function() { var worker = new Worker('#'); worker.onmessage = this.ste...
cr/fxos-certsuite
web-platform-tests/tests/workers/interfaces/WorkerUtils/WindowTimers/001.html
HTML
mpl-2.0
424
var gulp = require('gulp'); var paths = require('../paths'); var del = require('del'); var vinylPaths = require('vinyl-paths'); // deletes all files in the output path gulp.task('clean', function() { return gulp.src([paths.output]) .pipe(vinylPaths(del)); });
victorzki/doclify
workspace/build/tasks/clean.js
JavaScript
mit
267
var test = require('tap').test var server = require('./lib/server.js') var common = require('./lib/common.js') var client = common.freshClient() function nop () {} var URI = 'http://localhost:1337/rewrite' var TOKEN = 'b00b00feed' var PARAMS = { auth: { token: TOKEN } } test('logout call contract', function...
markredballoon/clivemizen
wp-content/themes/redballoon/bootstrap/npm/node_modules/npm-registry-client/test/logout.js
JavaScript
gpl-2.0
1,584
/* Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved. Available via Academic Free License >= 2.1 OR the modified BSD license. see: http://dojotoolkit.org/license for details */ //>>built define("dojo/store/JsonRest",["../_base/xhr","../_base/lang","../json","../_base/declare","./util/QueryResults"],f...
mbouami/pme
web/js/dojo/store/JsonRest.js
JavaScript
mit
2,702
/* * This file is part of wl1271 * * Copyright (C) 1998-2009 Texas Instruments. All rights reserved. * Copyright (C) 2008-2009 Nokia Corporation * * Contact: Luciano Coelho <luciano.coelho@nokia.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Genera...
mericon/Xp_Kernel_LGH850
virt/drivers/net/wireless/ti/wlcore/wlcore_i.h
C
gpl-2.0
13,772
/* Copyright (c) 2008-2009, Code Aurora Forum. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * Redistributions of source code must retain the above copyright * notice, this lis...
arkas/Samsung-GT-I5510-Kernel
kernel/arch/arm/mach-msm/include/mach/msm_touchpad.h
C
gpl-2.0
1,771
require File.expand_path('../helper', __FILE__) require 'open3' class TestRakeReduceCompat < Rake::TestCase include RubyRunner def invoke_normal(task_name) rake task_name.to_s @out end def test_no_deprecated_dsl rakefile %q{ task :check_task do Module.new { p defined?(task) } ...
emineKoc/WiseWit
wisewitapi/vendor/bundle/gems/rake-11.1.2/test/test_rake_reduce_compat.rb
Ruby
gpl-3.0
532
/* * Copyright (C) 2005 Sigmatel Inc * * Copyright 2008 Freescale Semiconductor, Inc. All Rights Reserved. * Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved. */ /* * The code contained herein is licensed under the GNU General Public * License. You may obtain a copy of the GNU General Public Lic...
wkritzinger/asuswrt-merlin
release/src-rt-7.x.main/src/linux/linux-2.6.36/arch/arm/plat-stmp3xxx/include/mach/io.h
C
gpl-2.0
661
#!/usr/bin/env python import os import re import subprocess import sys import tempfile CC = "gcc" CFLAGS = "-fmax-errors=4 -std=c99 -pipe -D_POSIX_C_SOURCE=200809L -W -Wall -Wno-unused-variable -Wno-unused-parameter -Wno-unused-label -Wno-unused-value -Wno-unused-but-set-variable -Wno-unused-function -Wno-main".split...
wm4/boringlang
run_tests.py
Python
isc
5,430
var cx = require('classnames'); var blacklist = require('blacklist'); var React = require('react'); module.exports = React.createClass({ displayName: 'Field', getDefaultProps() { return { d: null, t: null, m: null, label: '' } }, renderError() { if(!this.props.error) retur...
wangzuo/feng-ui
react/field.js
JavaScript
isc
1,218
/* $OpenBSD: intr.h,v 1.45 2015/09/13 20:38:45 kettenis Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions ...
orumin/openbsd-efivars
arch/sgi/include/intr.h
C
isc
5,725
// Copyright (c) 2014 The btcsuite developers // Copyright (c) 2015-2020 The Decred developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. package dcrjson import ( "errors" "reflect" "sort" "testing" ) // Register methods for testing purposes. This does not...
decred/dcrd
dcrjson/register_test.go
GO
isc
6,603
/* * Copyright (c) 2008 James Molloy, Jörg Pfähler, Matthew Iselin * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "A...
jmolloy/pedigree
src/system/kernel/core/processor/x86/VirtualAddressSpace.h
C
isc
11,604
<!DOCTYPE html> <html lang="en-GB"> <head> <base href="/"> <meta name="fragment" content="!" /> <title>Movies Search App</title> </head> <body> <div data-ng-view></div> <script src="/static/bundle.js"></script> </body> </html>
hyphenbash/movies-search
app/index.html
HTML
isc
282
/* * Copyright (c) 2015-2016, Fred Morcos <fred.morcos@gmail.com> * * Permission to use, copy, modify, and/or distribute this software * for any purpose with or without fee is hereby granted, provided * that the above copyright notice and this permission notice appear * in all copies. * * THE SOFTWARE...
fredmorcos/attic
projects/backy/libcore/print.c
C
isc
2,009
# Picnic CSS > Note: If your site breaks please read the [deprecation notice](https://github.com/picnicss/picnic/issues/42) (and I apologize for it). Unpack your meal and get coding. An invasive CSS library to get your style started. ## Getting started There are many ways of using Picnic CSS in your projects. Here...
joerx/flux-do
public/vendor/picnic/README.md
Markdown
isc
6,092
package info.faceland.loot.data; public class PriceData { private int price; private boolean rare; public PriceData (int price, boolean rare) { this.price = price; this.rare = rare; } public int getPrice() { return price; } public void setPrice(int price) { this.price = price; } ...
TealCube/loot
src/main/java/info/faceland/loot/data/PriceData.java
Java
isc
435
#include "kvazaarfilter.h" #include "statisticsinterface.h" #include "common.h" #include "settingskeys.h" #include "logger.h" #include <kvazaar.h> #include <QtDebug> #include <QTime> #include <QSize> enum RETURN_STATUS {C_SUCCESS = 0, C_FAILURE = -1}; KvazaarFilter::KvazaarFilter(QString id, StatisticsInterface *...
ultravideo/kvazzup
src/media/processing/kvazaarfilter.cpp
C++
isc
12,600
/* @flow */ import { PropTypes } from 'react' export default PropTypes.oneOfType([ // [Number, Number] PropTypes.arrayOf(PropTypes.number), // {lat: Number, lng: Number} PropTypes.shape({ lat: PropTypes.number, lng: PropTypes.number, }), // {lat: Number, lon: Number} PropTypes.shape({ lat: P...
wxtiles/wxtiles-map
node_modules/react-leaflet/src/types/latlng.js
JavaScript
isc
373
# straycats Straycats is a silly demo application that I use to explore various technologies and architectures. The idea is an application where anyone can report the sighting of a cat, and users can signup and search for reported cats, and choose to be notified when a critter matching their criteria is reported. # I...
RuneMolin/straycats
README.md
Markdown
isc
590
/* $OpenBSD: cread.c,v 1.13 2009/01/18 21:46:50 miod Exp $ */ /* $NetBSD: cread.c,v 1.2 1997/02/04 18:38:20 thorpej Exp $ */ /* * Copyright (c) 1996 * Matthias Drochner. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the fol...
orumin/openbsd-efivars
lib/libsa/cread.c
C
isc
10,442
// // 2015.10.28 -- world-zones // // simple nimble elements example // #compile > nimble #run open _build/index.html in browser
q9design/nimble-elements
templates/bootstrap/world-zones/README.md
Markdown
isc
138
// Arguments: Doubles, Doubles, Doubles #include <stan/math/prim/scal.hpp> using std::vector; using std::numeric_limits; using stan::math::var; class AgradCdfGumbel : public AgradCdfTest { public: void valid_values(vector<vector<double> >& parameters, vector<double>& cdf) { vector<double> param(3); ...
ariddell/httpstan
httpstan/lib/stan/lib/stan_math/test/prob/gumbel/gumbel_cdf_test.hpp
C++
isc
2,497
module Users::FollowHelper end
smlsml/snappitt
app/helpers/users/follow_helper.rb
Ruby
isc
31
import { modulo } from './Math.js' export function random(x) { return modulo(Math.sin(x) * 43758.5453123, 1) }
damienmortini/dlib
packages/core/math/PRNG.js
JavaScript
isc
114
const test = require('tape') const sinon = require('sinon') const helpers = require('../test/helpers') const MockCrock = require('../test/MockCrock') const bindFunc = helpers.bindFunc const curry = require('./curry') const _compose = curry(require('./compose')) const isFunction = require('./isFunction') const isObjec...
evilsoft/crocks
src/core/List.spec.js
JavaScript
isc
36,528
'use strict'; var main = { expand:true, cwd: './build/styles/', src:['*.css'], dest: './build/styles/' }; module.exports = { main:main };
ariosejs/bui
grunt/config/cssmin.js
JavaScript
isc
161
# hard [![experimental][stability-image]][stability-url] ## Why? ## Installation ```sh $ npm install akileez\hard ``` ## Usage ```js ``` ## API ```js ``` ## See Also ## License [![ISC license][license-img]][license-url] [ISC](https://tldrlegal.com/license/-isc-license) [stability-image]: https://img.shields....
akileez/hard
README.md
Markdown
isc
584
package de.klimek.spacecurl.activities; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.content.Context; import android.content.pm.ActivityInfo; import android.graphics.Color; import android.os.Bundle; import android.support.v4.app.FragmentActivity; import android.u...
Tetr4/Spacecurl
app/src/main/java/de/klimek/spacecurl/activities/BasicTrainingActivity.java
Java
isc
14,055
// C++ entry point #include "Elf32.h" // autogen.h contains the full kernel binary in a char array #include "autogen.h" extern "C" { volatile unsigned char *uart1 = (volatile unsigned char*) 0x4806A000; volatile unsigned char *uart2 = (volatile unsigned char*) 0x4806C000; volatile unsigned char *uart3 = (volatile un...
jmolloy/pedigree
src/system/boot/arm/main_beagle.cc
C++
isc
26,018
/** * QUnit v1.3.0pre - A JavaScript Unit Testing Framework * * http://docs.jquery.com/QUnit * * Copyright (c) 2011 John Resig, Jörn Zaefferer * Dual licensed under the MIT (MIT-LICENSE.txt) * or GPL (GPL-LICENSE.txt) licenses. * Pulled Live from Git Sat Jan 14 01:10:01 UTC 2012 * Last Commit: 0712230bb203c262...
crgwbr/flakeyjs
tests/qunit.js
JavaScript
isc
41,188
import AddLearningToStoryDescription from '../../../../src/content_scripts/pivotal_tracker/use_cases/add_learning_to_story_description' import WWLTWRepository from '../../../../src/content_scripts/repositories/wwltw_repository'; import StoryTitleProvider from '../../../../src/content_scripts/utilities/story_title_provi...
oliverswitzer/wwltw-for-pivotal-tracker
test/content_scripts/pivotal_tracker/use_cases/add_learning_to_story_description_spec.js
JavaScript
isc
2,332
package gobular import ( "testing" ) func testFit(t *testing.T, s string, must string, len uint32, align Alignment) { got := ansiEsc.ReplaceAllLiteralString(fitPad(len, align, s), "") if got != must { t.Errorf("Must:|%s| Got:|%s|\n", must, got) } } // TODO: test multibyte and/or double-width utf8 characters fu...
schachmat/gobular
gobular_test.go
GO
isc
2,027
# ignore-together.py - a distributed ignore list engine for IRC. from __future__ import print_function import os import sys import yaml weechat_is_fake = False try: import weechat except: class FakeWeechat: def command(self, cmd): print(cmd) weechat = FakeWeechat() weechat_is_fak...
kaniini/ignore-together
ignoretogether.py
Python
isc
3,250
"use strict"; var Template = function (options) { this._pageTitle = ''; this._titleSeparator = options.title_separator; this._siteTitle = options.site_title; this._req = null; this._res = null; }; Template.prototype.bindMiddleware = function(req, res) { this._req = req; this._re...
mythos-framework/mythos-lib-template
Template.js
JavaScript
isc
1,091
/* eslint-env mocha */ const mockBot = require('../mockBot') const assert = require('assert') const mockery = require('mockery') const sinon = require('sinon') const json = JSON.stringify({ state: 'normal', nowTitle: 'Midnight News', nowInfo: '20/03/2019', nextStart: '2019-03-20T00:30:00Z', nextTitle: 'Book ...
zuzakistan/civilservant
test/modules/radio.js
JavaScript
isc
1,122
/* * Copyright (c) 2012 Stanford University * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR(S)...
BBBSnowball/ori
oridbg/cmd_listobj.cc
C++
isc
1,918
package com.evanbyrne.vending_machine_kata.ui; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.Map; import java.util.Scanner; import java.util.SortedMap; import org.jooq.lambda.tuple.Tuple2; import com.evanbyrne.vending_machine_kata.coin.Cents; import com.evanbyrne.vending_machine_kata.c...
evantbyrne/vending-machine-kata
src/main/java/com/evanbyrne/vending_machine_kata/ui/Console.java
Java
isc
4,553
import { Accessor, AnimationSampler, Document, Root, Transform, TransformContext } from '@gltf-transform/core'; import { createTransform, isTransformPending } from './utils'; const NAME = 'resample'; export interface ResampleOptions {tolerance?: number} const RESAMPLE_DEFAULTS: Required<ResampleOptions> = {toleranc...
damienmortini/dlib
node_modules/@gltf-transform/functions/src/resample.ts
TypeScript
isc
4,825
describe("Membrane Panel Operations with flat files:", function() { "use strict"; var window; beforeEach(async function() { await getDocumentLoadPromise("base/gui/index.html"); window = testFrame.contentWindow; window.LoadPanel.testMode = {fakeFiles: true}; let p1 = MessageEventPromise(window, "...
ajvincent/es7-membrane
docs/gui/tests/membranePanel.js
JavaScript
isc
9,110
.POSIX: all: tests tests: CFLAGS='' SCCPREFIX=../../rootdir/ PATH=../../rootdir/bin:$$PATH ./chktest.sh scc-tests.lst clean: rm -f *.as *.o *.ir *.qbe *core test.log distclean: clean dep:
k0gaMSX/scc
tests/execute/Makefile
Makefile
isc
194
/* TEXT DECORATION */ .strike { text-decoration: line-through; } .underline { text-decoration: underline; } .no-underline { text-decoration: none; } @media screen and (min-width: 30em) { .strike-ns { text-decoration: line-through; } .underline-ns { text-decoration: underline; } .no-underline-ns { text-decoratio...
tachyons-css/tachyons-text-decoration
css/tachyons-text-decoration.css
CSS
isc
708
tressa.title('HyperHTML'); tressa.assert(typeof hyperHTML === 'function', 'hyperHTML is a function'); try { tressa.log(''); } catch(e) { tressa.log = console.log.bind(console); } tressa.async(function (done) { tressa.log('## injecting text and attributes'); var i = 0; var div = document.body.appendChild(documen...
WebReflection/hyperHTML
test/test.js
JavaScript
isc
47,230
// License: The Unlicense (https://unlicense.org) #include "EventHandler.hpp" #include <SDL2/SDL.h> int EventFilter(void *userData, SDL_Event *event); void SetUpEvents(void) { SDL_EventState(SDL_APP_TERMINATING, SDL_IGNORE); SDL_EventState(SDL_APP_LOWMEMORY, SDL_IGNORE); SDL_EventState(SDL_APP_WILLENTERBACK...
tblyons/goon
src/EventHandler.cpp
C++
isc
3,005
# node-aurora Node.js client library for interacting with Aurora Dreamband. Official documentation coming soon. Until then, consider this package a work in progress, subject to breaking changes.
iwinks/node-aurora
README.md
Markdown
isc
196
MAIN= sosplice-slides LATEX?= latex </dev/null XDVI?= xdvi -paper a4 DVIPS?= dvips GV?= gv PSPDF?= ps2pdf DVIPDF?= dvipdf XPDF?= xpdf ISPELL?= ispell -t .PHONY: all clean dvi ps pdf xdvi gv xpdf all: dvi ps pdf dvi: ${MAIN}.dvi ps: ${MAIN}.ps pdf: ${MAIN}.pdf ${MAIN}.dvi: *.tex xdvi: ${MAIN}.dvi ${XDVI} ${...
bluhm/talk-sosplice
Makefile
Makefile
isc
659
var DND_START_EVENT = 'dnd-start', DND_END_EVENT = 'dnd-end', DND_DRAG_EVENT = 'dnd-drag'; angular .module( 'app' ) .config( [ 'iScrollServiceProvider', function(iScrollServiceProvider){ iScrollServiceProvider.configureDefaults({ iScroll: { momentum: false, mouseWheel: true...
kosich/ng-hammer-iscroll-drag
main.js
JavaScript
isc
1,547
/* * Copyright © 2016 <code@io7m.com> http://io7m.com * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND ...
io7m/jcanephora
com.io7m.jcanephora.tests.lwjgl3/src/test/java/com/io7m/jcanephora/tests/lwjgl3/LWJGL3FramebuffersTestGL33.java
Java
isc
1,726
'use strict' let _ = require('lodash') let HttpClient = require('./http-client') /** * Server configuration and environment information * @extends {HttpClient} */ class Config extends HttpClient { /** * @constructs Config * @param {Object} options General configuration options * @param {Object} options...
alanhoff/node-lxd
lib/config.js
JavaScript
isc
1,927
# atm 前端构建工具
atm-team/atm
README.md
Markdown
isc
26
import $ from 'jquery'; import { router } from 'src/router'; import './header.scss'; export default class Header { static selectors = { button: '.header__enter', search: '.header__search' }; constructor($root) { this.elements = { $root, $window: $(window) ...
ksukhova/Auction
src/components/header/header.js
JavaScript
isc
658
import re from exchange.constants import ( CURRENCIES, CURRENCY_NAMES, DEFAULT_CURRENCY, CURRENCY_EUR, CURRENCY_UAH, CURRENCY_USD, CURRENCY_SESSION_KEY) def round_number(value, decimal_places=2, down=False): assert decimal_places > 0 factor = 1.0 ** decimal_places sign = -1 ...
pmaigutyak/mp-shop
exchange/utils.py
Python
isc
1,571
package org.apollo.game.event.handler.impl; import org.apollo.game.event.handler.EventHandler; import org.apollo.game.event.handler.EventHandlerContext; import org.apollo.game.event.impl.ItemOnItemEvent; import org.apollo.game.model.Inventory; import org.apollo.game.model.Item; import org.apollo.game.model.Player; /*...
DealerNextDoor/ApolloDev
src/org/apollo/game/event/handler/impl/ItemOnItemVerificationHandler.java
Java
isc
1,001
"use strict"; describe("This package", function(){ it("rubs the lotion on its skin, or else", function(){ 2..should.equal(2); // In this universe, it'd damn well better }); it("gets the hose again", function(){ this.should.be.extensible.and.ok; // Eventually }); it("should not fail", function(){ NaN....
Alhadis/Atom-Mocha
spec/basic-spec.js
JavaScript
isc
1,958
/* $OpenBSD: ptrace.h,v 1.4 2011/11/10 22:48:13 deraadt Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff * All rights reserved. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permissi...
orumin/openbsd-efivars
arch/hppa/include/ptrace.h
C
isc
1,097
'use strict'; var yeoman = require('yeoman-generator'), chalk = require('chalk'), yosay = require('yosay'), bakery = require('../../lib/bakery'), feedback = require('../../lib/feedback'), debug = require('debug')('bakery:generators:cm-bash:index'), glob = require('glob'), path = require('path'), _ = req...
datapipe/generator-bakery
generators/cm-bash/index.js
JavaScript
isc
1,256
package com.leychina.activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.webkit.WebChromeClient; import android.widget.ImageView; import android.widget.TextView; import com.leychina.R; import com.leychina.mo...
yuandunlong/leychina-android
app/src/main/java/com/leychina/activity/ArtistDetailActivity.java
Java
isc
2,114
/*\ |*| |*| :: cookies.js :: |*| |*| A complete cookies reader/writer framework with full unicode support. |*| |*| Revision #1 - September 4, 2014 |*| |*| https://developer.mozilla.org/en-US/docs/Web/API/document.cookie |*| https://developer.mozilla.org/User:fusionchess |*| |*| This framework is released under th...
thinhhung610/my-blog
js/vendor/cookie.js
JavaScript
isc
2,508
// SPDX-License-Identifier: ISC // Copyright (c) 2014-2020 Bitmark Inc. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. package transactionrecord_test import ( "bytes" "encoding/json" "reflect" "testing" "golang.org/x/crypto/ed25519" "github.com/bitmark-inc/b...
bitmark-inc/bitmarkd
transactionrecord/base_test.go
GO
isc
4,328
FitApp ====== Fitness app for the web. Runs as a [Chrome Extension](https://chrome.google.com/webstore/detail/ccbhmeejgcplbakhfhbmppbgpfbmjghd) or stand alone app.
qbit/FitApp
README.md
Markdown
isc
167
<!--- THIS IS AN AUTOGENERATED FILE. EDIT PACKAGES/BOUNDLESS-INPUT/INDEX.JS INSTEAD. --> # Input Input abstracts away the cross-platform differences of placeholder styling and behaviors, for example: Internet Explorer dismisses native placeholders on input focus and other platforms do not. This component ensures that ...
enigma-io/boundless
packages/boundless-input/README.md
Markdown
mit
4,410
module Scubaru VERSION = "0.0.1" end
JoshAshby/scubaru
lib/scubaru/version.rb
Ruby
mit
39
// Code generated by protoc-gen-go. DO NOT EDIT. // source: google/devtools/containeranalysis/v1alpha1/bill_of_materials.proto package containeranalysis // import "google.golang.org/genproto/googleapis/devtools/containeranalysis/v1alpha1" import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "m...
object88/langd
vendor/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1alpha1/bill_of_materials.pb.go
GO
mit
16,890
<!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> <title>Jan Kuhl</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="/stylesheets/style.css" rel="styleshee...
vaudoc/jk
public/tags/Teaser:Unterrichtsmaterialien.html
HTML
mit
7,936
// // This source file is part of appleseed. // Visit http://appleseedhq.net/ for additional information and resources. // // This software is released under the MIT license. // // Copyright (c) 2010-2013 Francois Beaune, Jupiter Jazz Limited // Copyright (c) 2014-2017 Francois Beaune, The appleseedhq Organization // ...
Aakash1312/appleseed
src/appleseed/renderer/modeling/environmentedf/latlongmapenvironmentedf.h
C
mit
2,926
<!DOCTYPE html> <HTML><head><TITLE>Manpage of PERF\-SCRIPT</TITLE> <meta charset="utf-8"> <link rel="stylesheet" href="/css/main.css" type="text/css"> </head> <body> <header class="site-header"> <div class="wrap"> <div class="site-title"><a href="/manpages/index.html">linux manpages</a></div> <div class="site-descr...
yuweijun/yuweijun.github.io
manpages/man1/perf-script.1.html
HTML
mit
10,363
<?php namespace yanivgal\Exceptions; use Exception; class CronomJobException extends Exception { }
yanivgal/Cronom
src/Exceptions/CronomJobException.php
PHP
mit
101
/* FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd. FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. *************************************************************************** * ...
andyOsaft/02_SourceCode
freeRTOS/FreeRTOSV7.4.0/FreeRTOSV7.4.0/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c
C
mit
28,151
module Fonenode class SmsOutbox < SmsList def initialize(client) super(client) @path = "sms/outbox" @box_type = Sms::OUTBOUND end end end
digitalnatives/fonenode
lib/fonenode/sms_outbox.rb
Ruby
mit
169
import {Response} from './Response'; import {Settlement} from './Settlement'; export interface ReportResponse extends Response { settlements: Settlement[]; }
solinor/paymenthighway-javascript-lib
ts/src/model/response/ReportResponse.ts
TypeScript
mit
163
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>VSTGUI: Class Members</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- G...
deepakgopinath/PpmAssignment
3rdPartyLibs/vstsdk2.4/vstgui.sf/vstgui/Documentation/html/functions_0x69.html
HTML
mit
6,836
'use strict'; // Proxy URL (optional) const proxyUrl = 'drupal.dev'; // API keys const TINYPNG_KEY = ''; // fonts const fontList = []; // vendors const jsVendorList = []; const cssVendorList = []; // paths to relevant directories const dirs = { src: './src', dest: './dist' }; // paths to file sources const sour...
TricomB2B/tricom-drupal-7-base
gulpfile.babel.js
JavaScript
mit
5,441
#ifndef FSM_CONSTS_H_INCLUDED #define FSM_CONSTS_H_INCLUDED // this is terible const char matches[] = { '\0', // 0 '\0', '\0', '\0', '\0', '\0', // 5 '\0', '\0', '\0', '\0', '\0', // 10 '\0', '\0', '\0', '\0', '\0', // 15 '\0', '\0', ...
floomby/assembler-assembler
fsm_consts.h
C
mit
1,682
/* * Copyright (c) 2014 Stephan D. Cote' - All rights reserved. * * This program and the accompanying materials are made available under the * terms of the MIT License which accompanies this distribution, and is * available at http://creativecommons.org/licenses/MIT/ * * Contributors: * Stephan D. ...
sdcote/loader
src/test/java/coyote/i13n/EventListTest.java
Java
mit
4,336
<?php /* * This File is part of the Lucid\Common\Data package * * (c) iwyg <mail@thomas-appel.com> * * For full copyright and license information, please refer to the LICENSE file * that was distributed with this package. */ namespace Lucid\Common\Struct; use SplPriorityQueue; /** * @class PriorityQueue * ...
iwyg/common
src/Struct/PriorityQueue.php
PHP
mit
933
'use strict'; const debug = require('debug')('WechatController'); const EventEmitter = require('events').EventEmitter; const Cache = require('../../service/Cache'); const Wechat = require('../../service/Wechat'); const config = require('../../config'); const _ = require('lodash'); const async = require('async'); /* 微...
xwang1024/bomblab
lib/controller/wechat/index.js
JavaScript
mit
10,120
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>sudoku: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.13.1-2.0.10/released/8.13.1/sudoku/8.5.0.html
HTML
mit
7,058
<?php namespace Nemundo\Package\Bootstrap\Table; use Nemundo\Html\Table\Table; class BootstrapTable extends Table { /** * @var bool */ public $smallTable = false; /** * @var bool */ public $hover = false; /** * @var bool */ public $inverse = false; /** ...
nemundo/framework
src/Package/Bootstrap/Table/BootstrapTable.php
PHP
mit
853
<header class="header-site" role="banner"> <div class="content"> <h1> <span class="site-title">{{site.username}}</span> <span class="site-description">{{site.user_title}}</span> </h1> <div class="icons-home"> <a aria-label="Send email" href="mailto:{{site....
seb-Bolivia/seb-Bolivia.github.io
_includes/header-default.html
HTML
mit
1,591
// get the languange parameter in the URL (i for case insensitive; //exec for test for a match in a string and return thr first match) function getURLParameter(key) { var result = new RegExp(key + '=([^&]*)', 'i').exec(window.location.search); return result && result[1] || ''; } // function toggleLang(lang) { v...
geoadmin/web-storymaps
htdocs/common/js/toggleLang.js
JavaScript
mit
624
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Globalization; using System.Linq; using System.Text; namespace EduHub.Data.Entities { /// <summary> /// Leave Group Types Data Set /// </summary> [GeneratedCode("E...
garysharp/EduHub.Data
src/EduHub.Data/Entities/PLTDataSet.cs
C#
mit
43,736
package iso20022 // Details of the standing settlement instruction to be applied. type StandingSettlementInstruction9 struct { // Specifies what settlement standing instruction database is to be used to derive the settlement parties involved in the transaction. SettlementStandingInstructionDatabase *SettlementStand...
fgrid/iso20022
StandingSettlementInstruction9.go
GO
mit
1,985
'use strict'; var _get = require('babel-runtime/helpers/get')['default']; var _inherits = require('babel-runtime/helpers/inherits')['default']; var _createClass = require('babel-runtime/helpers/create-class')['default']; var _classCallCheck = require('babel-runtime/helpers/class-call-check')['default']; var _exten...
andres81/auth-service
frontend/node_modules/react-icheck/lib/Radio.js
JavaScript
mit
1,815
""" Util classes ------------ Classes which represent data types useful for the package pySpatialTools. """ ## Spatial elements collectors from spatialelements import SpatialElementsCollection, Locations ## Membership relations from Membership import Membership
tgquintela/pySpatialTools
pySpatialTools/utils/util_classes/__init__.py
Python
mit
266
!(function(root) { function Grapnel(opts) { "use strict"; var self = this; // Scope reference this.events = {}; // Event Listeners this.state = null; // Router state object this.options = opts || {}; // Options this.options.env = this.options.env || (!!(Object.keys(...
matikbird/matikbird.github.io
portfolio/copylee/assets/mtk-route.js
JavaScript
mit
16,205
--- layout: post date: 2016-04-28 title: "Le Spose di Giò PREV8_15 2015" category: Le Spose di Giò tags: [Le Spose di Giò,2015] --- ### Le Spose di Giò PREV8_15 Just **$379.99** ### 2015 <table><tr><td>BRANDS</td><td>Le Spose di Giò</td></tr><tr><td>Years</td><td>2015</td></tr></table> <a href="https://www.readybr...
novstylessee/novstylessee.github.io
_posts/2016-04-28-Le-Spose-di-Gi-PREV815-2015.md
Markdown
mit
706
package com.isme.zteui.cache; import android.graphics.Bitmap; import android.support.v4.util.LruCache; import com.android.volley.toolbox.ImageLoader.ImageCache; /** * Title: Volley 的缓存类</br><br> * Description: </br><br> * Copyright: Copyright(c)2003</br><br> * Company: ihalma </br><br> * @author and</br><br> ...
heyugtan/zteUI
ZTEUI/src/com/isme/zteui/cache/BitmapLruCache.java
Java
mit
944
package uk.gov.gds.ier.transaction.overseas.dateLeftSpecial import uk.gov.gds.ier.test.ControllerTestSuite import uk.gov.gds.ier.model.{LastRegisteredToVote, LastRegisteredType, DOB, DateOfBirth} import uk.gov.gds.ier.model.LastRegisteredType._ import uk.gov.gds.ier.transaction.overseas.InprogressOverseas class DateL...
michaeldfallen/ier-frontend
test/uk/gov/gds/ier/transaction/overseas/dateLeftSpecial/DateLeftArmyStepTests.scala
Scala
mit
6,324
/* bzflag * Copyright (c) 1993-2012 Tim Riker * * This package is free software; you can redistribute it and/or * modify it under the terms of the license found in the file * named COPYING that should have accompanied this file. * * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR * IMPLIED WARRAN...
SlyMongoose/462Shootout
bzflag-2.4.2/include/BillboardSceneNode.h
C
mit
2,940
# frozen_string_literal: true module Hackbot module Interactions module Concerns module Triggerable extend ActiveSupport::Concern SLACK_TEAM_ID = Rails.application.secrets.default_slack_team_id class_methods do # This constructs a fake Slack event to start the interactio...
hackclub/api
app/models/hackbot/interactions/concerns/triggerable.rb
Ruby
mit
794
module Fog module Compute class Google class Mock def insert_network(_network_name, _ip_range, _options = {}) Fog::Mock.not_implemented end end class Real def insert_network(network_name, ip_range, options = {}) api_method = @compute.networks.insert ...
plribeiro3000/fog-google
lib/fog/compute/google/requests/insert_network.rb
Ruby
mit
771
<!doctype html> <html lang="en" class="no-js"> <head> <meta charset="utf-8"> <!-- begin SEO --> <title>iVXjs</title> <meta property="og:locale" content="en"> <meta property="og:site_name" content="iVXjs"> <meta property="og:title" content="iVXjs"> <link rel="canonical" href="http://loca...
influencetech/ivx-js
docs/_site/developer/configuration.rules/index.html
HTML
mit
12,471
package warhammerrpg.database.exception; import warhammerrpg.core.exception.WarhammerRpgException; public class DatabaseException extends WarhammerRpgException { public DatabaseException(Exception originalExceptionObject) { super(originalExceptionObject); } public DatabaseException() { su...
tomaszkowalczyk94/warhammer-rpg-helper
src/main/java/warhammerrpg/database/exception/DatabaseException.java
Java
mit
335
# BitcoinJS (bitcoinjs-lib) [![Build Status](https://travis-ci.org/bitcoinjs/bitcoinjs-lib.png?branch=master)](https://travis-ci.org/bitcoinjs/bitcoinjs-lib) [![Coverage Status](https://coveralls.io/repos/bitcoinjs/bitcoinjs-lib/badge.png)](https://coveralls.io/r/bitcoinjs/bitcoinjs-lib) [![tip for next commit](http:/...
MODULHAUS/bitcoinjs-lib
README.md
Markdown
mit
7,003
package org.ethereum.android.service; import android.os.Message; public interface ConnectorHandler { boolean handleMessage(Message message); void onConnectorConnected(); void onConnectorDisconnected(); String getID(); }
BlockchainSociety/ethereumj-android
ethereumj-core-android/src/main/java/org/ethereum/android/service/ConnectorHandler.java
Java
mit
240
package gwent const ( // AbilityNone means unit card has no ability at all AbilityNone = iota ) // CardUnit is single unit used for combat type CardUnit struct { UnitType CardType UnitRange CardRange UnitFaction CardFaction UnitPower, UnitAbility int UnitHero bool BasicCard } // Play put...
bobesa/gwent
gwent/card.unit.go
GO
mit
1,807
class Foo { [prop1]: string; }
motiz88/astring-flow
test/data/roundtrip/flow-parser-tests/test-046.js
JavaScript
mit
30
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./7da62ab117a27e8ed347abb6844f95299b2c37f4fb4ab14c41ec8dfcb8c80f76.html">Teleport</a> <hr> ...
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/ae941745dde38bef1cc20cc48dac5247104fc6f0db89bec7121c90d18e742ac4.html
HTML
mit
550
package medtronic import ( "bytes" "fmt" "log" "github.com/ecc1/medtronic/packet" ) // Command represents a pump command. type Command byte //go:generate stringer -type Command const ( ack Command = 0x06 nak Command = 0x15 cgmWriteTimestamp Command = 0x28 setBasalPatter...
ecc1/medtronic
command.go
GO
mit
13,574