id stringlengths 64 64 | content stringlengths 500 100k | language stringclasses 29
values | path stringlengths 4 333 | repo stringlengths 5 116 | license stringclasses 15
values | size int64 500 100k | lines int64 26 8.06k | source stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|
981a69a42d86bdb0832705f57ac9a9ec945cf2cd1490ffb2213d9ac0ff47cc82 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>multiplier: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.... | HTML | clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.1/multiplier/8.6.0.html | coq-bench/coq-bench.github.io | mit | 6,594 | 160 | codeparrot/github-code |
1b90d5e2a688831b6c874770bb233c995ff32689d842eab5cfeb1fb0c58264b3 | using System;
namespace Embark.Storage
{
internal sealed class DocumentKeySource
{
internal DocumentKeySource(long lastKey)
{
this.lastKey = lastKey;
}
long lastKey = 0;
object syncRoot = new object();
public long GetNewKey()
{
... | C# | Embark/Storage/DocumentKeySource.cs | chasingbob/embark | mit | 572 | 31 | codeparrot/github-code |
414a70057029564d871022b3264d65f44007f02ad4245fcd4af567009fbb48b7 | /*Owner & Copyrights: Vance King Saxbe. A.*//*Copyright (c) <2014> Author Vance King Saxbe. A, and contributors Power Dominion Enterprise, Precieux Consulting and other contributors. Modelled, Architected and designed by Vance King Saxbe. A. with the geeks from GoldSax Consulting and GoldSax Technologies email @vsaxbe@... | PHP | App/BVIC.php | VanceKingSaxbeA/FTSE-Engine | mit | 8,633 | 253 | codeparrot/github-code |
d5991f2858ad05256f3264d9a50a97a80bc9c460cc7bbdf368779ea1fd7d0f4b | 'use strict'
// Load requirements
const slack = require('slack')
const path = require('path')
// Load utilities
const i18n = require('../locale')
const logger = require('../log')
// Data directory
const dataDir = path.join(__dirname, '../../../data/')
// User tracking and handling
module.exports = {
// User flag... | JavaScript | app/libs/users/index.js | jHoldroyd/trollmoji | mit | 2,250 | 90 | codeparrot/github-code |
057895c5288fd0b334b6ba9496ecfc0e504c169ae1a039159b2599152d5aa4c2 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using RobsonROX.Util.Collections;
namespace RobsonROX.Util.Extensions
{
// ReSharper disable once InconsistentNaming
// ReSharper disable PossibleMultipleEnumeration
/// <summary>
/// Métodos de extensão para... | C# | Util/Extensions/IEnumerableExtensions.cs | RobsonROX/Util | mit | 3,379 | 76 | codeparrot/github-code |
ef637322cd74a06f44a16b17ae8ea1309aa12da86aeeb98d0495bd88cbaee549 | # Copyright (c) 2013-2014 Will Thames <will@thames.id.au>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify... | Python | src/ansiblelint/rules/MercurialHasRevisionRule.py | ansible/ansible-lint | mit | 1,951 | 49 | codeparrot/github-code |
19234e8242acd0a5d4e60fc579b063f91bd5e3bc94dcb90388109eed72b6c6ea | -- phpMyAdmin SQL Dump
-- version 4.2.11
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: Oct 24, 2015 at 04:41 AM
-- Server version: 5.6.21
-- PHP Version: 5.6.3
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
... | SQL | src/java/javaee.sql | alvaro893/WordPracticeJavaEE | mit | 5,499 | 227 | codeparrot/github-code |
71328a1cb4bd2a1fa6370836f04843e8a62d41ce965d44f8f359d27f831f0ac7 | /*
* Adjust display of page based on search results
*/
function findSearchResults(data, dataLength) {
$("#duplicate_box").remove();
var userString = $("#searchForm #searchField").val();
var minSearchLength = 1;
if (userString.length >= minSearchLength) {
//this calls search() inside itself
... | JavaScript | public/js/search.js | OpenTechStrategies/openhmis-intake | mit | 10,538 | 249 | codeparrot/github-code |
40412d180d5b5d4ee01a4d9789b9c9ce85472386bc45e2cadd8e1bf6a3e80ce8 | <?php
use yii\helpers\Html;
use yii\widgets\ActiveForm;
/**
* @var yii\web\View $this
* @var amnah\yii2\user\Module $module
* @var amnah\yii2\user\models\User $user
* @var amnah\yii2\user\models\Profile $profile
* @var amnah\yii2\user\models\Role $role
* @var yii\widgets\ActiveForm $form
*/
?>
<div class="us... | PHP | views/points/_form.php | sokolby/skl-yii2-admin | mit | 757 | 31 | codeparrot/github-code |
93b3ad630cffe1d335ac87921f548d075258ed3d71e5536d1a463eb32f50a40f | 'use strict';
/**
* Module dependencies.
*/
import * as fs from 'fs';
import * as http from 'http';
import * as https from 'https';
import * as express from 'express';
import * as morgan from 'morgan';
import * as bodyParser from 'body-parser';
import * as session from 'express-session';
import * as compress from '... | TypeScript | config/express.ts | tomymolina/typescript-rean-example | mit | 5,368 | 179 | codeparrot/github-code |
05922df29161a0ccc4cf609c9a787fe2c4773e0a0b04bafef70e54ffa37d15bc | #include "deps.h"
// Not implemented:
// SDL_ConvertSurface - need PixelFormat implementation
// SDL_CreateRGBSurfaceFrom - need to think about memory management? clone? keep reference?
// SDL_CreateRGBSurfaceWithFormatFrom - ditto
// SDL_LoadBMP_RW
// SDL_SaveBMP_RW
// SDL_SetSurfacePalette - need palette implementat... | C++ | src/functions/surface_drawing.cc | jaz303/node-sdl2-bindings | mit | 11,676 | 486 | codeparrot/github-code |
bdf502fa5cf191685552025be8e5527d0114b3a072a081fa2d9275b6290ead63 | <?php
namespace App;
class App
{
public $title = 'Mon super site';
private $db_instance;
private static $_instance;
public static function getInstance()
{
if (is_null(self::$_instance)) {
self::$_instance = new App();
}
return self::$_instance;
}
pu... | PHP | CoursGrafikart/Blog/app/App.php | Julien35/dev-courses | mit | 869 | 45 | codeparrot/github-code |
b4b6b17c1b1f198ed41f1f5e8a3b25e0b8255ca4cf4a79c0a9965364b165bc83 | Rickshaw.namespace('Rickshaw.Graph.Axis.Y.Scaled');
Rickshaw.Graph.Axis.Y.Scaled = Rickshaw.Class.create( Rickshaw.Graph.Axis.Y, {
initialize: function($super, args) {
if (typeof(args.scale) === 'undefined') {
throw new Error('Scaled requires scale');
}
this.scale = args.scale;
if (typeof(a... | JavaScript | src/js/Rickshaw.Graph.Axis.Y.Scaled.js | butterflyhug/rickshaw | mit | 1,679 | 61 | codeparrot/github-code |
e416e7c5a197ddcb2ba791429c231edfe4572543be940978843c0049f869e569 | //Here is all the code that builds the list of objects on the right-hand
//side of the Labelme tool.
//The styles for this tools are defined inside:
//annotationTools/css/object_list.css
var IsHidingAllPolygons = false;
var ProgressChecking = false;
//var IsHidingAllFilled = true;
var ListOffSet = 0;
//This functi... | JavaScript | annotationTools/js/object_list.js | levan92/uLabel | mit | 8,435 | 254 | codeparrot/github-code |
14b762a62ffd611d98d28714f6981baa364e654aebf2e82e249008ae28f18e62 | define([
"knockout",
// mappoint needs to be here first for addEventListener
"../modules/mappoint",
], function (ko) {
// create result object
var result = {
cityname : ko.observable(''),
citydata : ko.observableArray([])
};
// subscribe to custom event
window.addEventListener("getTitle", getWikipedia, fa... | JavaScript | scripts/modules/api-call-wikipedia.js | JSchermers/neighborhoodmap | mit | 2,610 | 112 | codeparrot/github-code |
e7dc53ed6511c2b0b2324c576617aca076589ba522f79ff66ef2323af1cb98da | angular.module( 'remote.xbmc-service' , [] )
.service( 'XBMCService', function( $log,$http,Storage ){
//http://kodi.wiki/view/JSON-RPC_API/v6
var XBMC = this,
settings = (new Storage("settings")).get();
url = 'http://' + settings.ip + '/',
command = {id: 1, jsonrpc: "2.0" };
//url = 'http://localhost:8200/... | JavaScript | src/app/shared/xbmc.js | jamesanewman/remote-control | mit | 1,448 | 67 | codeparrot/github-code |
c3f09c170e0677f9b2cd1fa8248bb4cd233ec28f096436bf5d1aed1d73a66b81 | #include "Calc.hpp"
#include <cmath>
#define PI 3.14159265
float Calc::radToDeg(float rad)
{
return rad * ( 180.f / PI);
}
float Calc::degToRad(float deg)
{
return deg * (PI / 180.f);
}
/*
* Rotation around origin:
* rotation matrix P
* ( x' ) = ( cos a -sin a ) * ( x ) = cos a * x - sin... | C++ | src/Calc.cpp | TmCrafz/ArenaSFML | mit | 2,165 | 70 | codeparrot/github-code |
cd08d337f65632c62604464d53ddb9a525a8fd61150e46b7cc792debf4d78d8f | <!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" ... | HTML | clean/Linux-x86_64-4.11.2-2.0.7/released/8.11.2/gappa/1.4.2.html | coq-bench/coq-bench.github.io | mit | 6,823 | 167 | codeparrot/github-code |
accac9441b4cdb497fae1561814357d61cee94a4e52c8139467ed724e3e9096e | <?php
namespace Site\MainBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use Gedmo\Mapping\Annotation as Gedmo;
use Symfony\Component\Validator\Constraints as Assert;
/**
* Site\MainBundle\Entity\ModuleMap
*
* @ORM\Table(name="module_map")
* @ORM\Entity(repositoryClass="Site\MainBundle\Entity\Repository\ModuleMa... | PHP | src/Site/MainBundle/Entity/ModuleMap.php | olegfox/landing | mit | 2,549 | 148 | codeparrot/github-code |
3034babe7c5defa3a1a595a60f73ddab1d91f6c3e9a5ff00517f4964b27fb287 | import util from 'util'
import mongoose from 'mongoose'
import seedData from '../seedData'
const debug = require('debug')('api:server:db')
mongoose.Promise = require('bluebird')
const host = process.env.MONGO_HOST || 'localhost'
const database = process.env.MONGO_DATABASE || 'admin'
const port = process.env.MONGO_POR... | JavaScript | src/server/db.js | ameier38/mindhypertrophy-api | mit | 893 | 31 | codeparrot/github-code |
efc249a1c9052805b8594abc24951dc9645e1f3616d1c96eb91aee7c7940adf8 | <HTML><HEAD>
<TITLE>Review for Mission: Impossible II (2000)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0120755">Mission: Impossible II (2000)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/Rev... | HTML | data science/machine_learning_for_the_web/chapter_4/movie/24990.html | xianjunzhengbackup/code | mit | 5,539 | 88 | codeparrot/github-code |
6d01846841777d3609ad701e04cda89a81b437951302c9c57dd32d39141dcbd2 | import * as type from '../../../src/validators/type';
describe('type Unit Tests', () => {
describe('isArray method', () => {
describe('when the node does not exist in the package.json file', () => {
test('true should be returned', () => {
const packageJson = {
name: ['awesome-module'],
... | TypeScript | test/unit/validators/type.test.ts | tclindner/npm-package-json-lint | mit | 6,774 | 232 | codeparrot/github-code |
1486d81e4e16be21a0f8159c1aaa81c88065874b94a5b4ae3eb6bd5397e04329 | <!DOCTYPE html>
<html lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=devic... | HTML | _site/404.html | webgrower/webgrower.github.io | mit | 3,271 | 122 | codeparrot/github-code |
bbe8180bff91f8dd89e9053a8438aa07fe5d0b99c7bf8f4825b8208d81b005f0 | //
// LoginViewController.cs
//
// Author: Jeffrey Stedfast <jeff@xamarin.com>
//
// Copyright (c) 2013-2022 Xamarin Inc. (www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Softw... | C# | samples/ImapClientDemo.iOS/ImapClientDemo.iOS/LoginViewController.cs | jstedfast/MailKit | mit | 3,890 | 113 | codeparrot/github-code |
7f8dd66dc722cfff2c760cea4735bdbce92c8bcad54207da6bd73da77b83f97f | $(function() {
$(".ajax_filter_choice").click(function() {
$(this).parent().siblings().css("font-weight", "normal");
$(this).parent().css("font-weight","bold");
})
});
ajax_filtered_fields = {
request_url: "/ajax_filtered_fields/json_index/",
data_loaded: "data_loaded",
_appendO... | JavaScript | media/js/ajax_filtered_fields.js | jlzeller/django-ajax-filtered-fields | mit | 3,652 | 102 | codeparrot/github-code |
bbc73b67e7ebfcc80a3b316bb82491249c8270d4e5ef41fe0c8f703982d88042 | <TS language="sr@latin" version="2.1">
<context>
<name>AddressBookPage</name>
<message>
<source>Right-click to edit address or label</source>
<translation>Klikni desnim tasterom za uređivanje adrese ili oznake</translation>
</message>
<message>
<source>Create a new address</sour... | TypeScript | src/qt/locale/bitcoin_sr@latin.ts | egoldchain/egoldchain-master | mit | 15,065 | 493 | codeparrot/github-code |
abc3c7d2e370441eee5e95d97260698134f13bd98cb7732d005642e80236e0cb | """
Support to interface with Sonos players (via SoCo).
For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/media_player.sonos/
"""
import datetime
import logging
from os import path
import socket
import urllib
import voluptuous as vol
from homeassistant.com... | Python | homeassistant/components/media_player/sonos.py | betrisey/home-assistant | mit | 20,355 | 610 | codeparrot/github-code |
b6df727851aafa0429ed7db2f7c7014bf22ae7c5a85120d5bc74f744b773ffe0 | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="bl... | HTML | app/index.tv.html | arthurjamain/factory-template-sleek | mit | 12,656 | 381 | codeparrot/github-code |
63aca3d38f4961b24cd7d2fab1d785f2de9351cd3a7e44cf826fd81bf1ab11f7 | <?php
/**
* Transformer.php.
*
* Part of EasyWeChat.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author overtrue <i@overtrue.me>
* @copyright 2015 overtrue <i@overtrue.me>
*
* @link https://github.com/overtrue
*... | PHP | src/EasyWeChat/Staff/Transformer.php | TheNorthMemory/wechat | mit | 2,874 | 121 | codeparrot/github-code |
132f662fdfcd8554a237a37a265e290431a585d0563a3afcf58dc684c41e6a8e | #!/usr/bin/env python
##############################################
#
# This module contains some utilities
#
##############################################
class argpasser(object):
"""
ComEst use the arguments that are almost repeatedly. Therefore, it will be useful to create a customized arguemnt passer ... | Python | comest/utils.py | inonchiu/ComEst | mit | 4,398 | 74 | codeparrot/github-code |
635545634ab3cef4a727e1ea85a63155c8438923d9bc761fe6334dc1584055d7 | import { Component } from '@angular/core';
// Visual Recognition
import { VisualRecognitionService } from './visual-recognition.service';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'CyberusAI';
sources: Ar... | TypeScript | cyberus/container/src/app/app.component.ts | jeremy091/cyberusAI | mit | 746 | 35 | codeparrot/github-code |
daa1c1546bbaac7b2aadfa32b3d4a4a6f6d3b6415d6068483df24c1dde14e398 | #ifndef _OPERATIONS_HPP
#define _OPERATIONS_HPP
#define CL_USE_DEPRECATED_OPENCL_1_1_APIS
#define CL_USE_DEPRECATED_OPENCL_1_2_APIS
#include <CL/cl.h>
#include "matrix.hpp"
#include "mem.hpp"
class Operations
{
public:
virtual ~Operations(void) { }
virtual Matrix multiply(const Matrix& lhs, const Matrix& rhs... | C++ | operations.hpp | elecro/opencl_matrix_mul | mit | 1,887 | 83 | codeparrot/github-code |
ce75dcc2e270dcb6cf192a683c40bc0e17c6a72dea4cf597ac34e86a9b0f999b | module ListTool
module App
class UseCommand < Command
class << self
def match? arg
['u', 'use'].include? arg
end
def parse argv
fail_if_not_an_array(argv)
list = argv.shift
{ list: parse_list_number!(list) }
end
... | Ruby | lib/list_tool/app/commands/use_command.rb | Vizvamitra/list-tool | mit | 582 | 31 | codeparrot/github-code |
7a9bf2f72853654884643cfacdd9bce3748ed1cb14dc9d36b33cfa977ac74b70 | ///<reference path="../../../lib/RTCPeerConnection.d.ts"/>
///<reference path="WebRtcCommons.ts"/>
"use strict";
class WebRtcProducer {
private _id : string;
private _debugMode : boolean = false;
private _successCalled : boolean = false;
private connection: RTCPeerConnection = null;
private channel: RTCDa... | TypeScript | CardGameJS/src/utils/WebRtc/WebRtcProducer.ts | twerno/CardGameJS | mit | 6,411 | 260 | codeparrot/github-code |
5afbc035bf8302d186f248accdeffa05d6887f580f755b6e4a7598606f194f4f | # ~*~ encoding: utf-8 ~*~
from pymongo import MongoClient
from pandas import read_csv
from datetime import date
mongodb = MongoClient('192.168.178.82', 9999)
db = mongodb['dev']
drug_collection = db['drug']
drugs = read_csv('~/Dokumente/bfarm_lieferenpass_meldung.csv', delimiter=';', encoding='iso8859_2').to_dict()
... | Python | data_import.py | schenkd/webdev-project | mit | 1,813 | 55 | codeparrot/github-code |
a8151e1d27ecce5f6654a662cce248e0222a347d0516fcc35ea63ad5b29944ce | /**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import {AotCompilerHost, EmitterVisitorContext, ExternalReference, GeneratedFile, ParseSourceSpan, TypeScriptEmitter... | TypeScript | packages/compiler-cli/src/transformers/compiler_host.ts | gjungb/angular | mit | 24,590 | 611 | codeparrot/github-code |
fa9e47be694c94bd9d5462a95463d8b67428bda4430f398341267ba208b7e2e6 | /**
* @author fengchen, Dongyun Jin, Patrick Meredith, Michael Ilseman
*
* To change the template for this generated type comment go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package llvmmop;
import java.io.File;
import java.io.FileWriter;
import java.io.Filena... | Java | src/llvmmop/LLVMMOPMain.java | runtimeverification/llvmmop | mit | 17,124 | 523 | codeparrot/github-code |
8dbd8aacaaaea8c5c2c48122c4ee9e7cf795f2ab88806f215a5ce98d4a941ebd | /**
* The DOM Element unit handling
*
* Copyright (C) 2008-2011 Nikolay Nemshilov
*/
var Element = RightJS.Element = new Class(Wrapper, {
/**
* constructor
*
* NOTE: this constructor will dynamically typecast
* the wrappers depending on the element tag-name
*
* @param String element tag n... | JavaScript | src/dom/element.js | rightjs/rightjs-core | mit | 2,291 | 87 | codeparrot/github-code |
5c6b27b13eacee561545ec52e10e1d102965ca7d639e4ac12a7fb020f1b2bb2f | using System.Runtime.InteropServices;
using System;
using OpenGL;
namespace Rox.Geom {
[StructLayout(LayoutKind.Sequential, Pack = 2)]
public struct Quad {
public UvVertex V0 { get; private set; }
public UvVertex V1 { get; private set; }
public UvVertex V2 { get; private set; }
... | C# | Rox/Rox/Geom/Quad.cs | mbolt35/Rox | mit | 1,015 | 40 | codeparrot/github-code |
ca91cd9aa43d3626bf7e9310e7bda4f10a631fab2a69c5043f3dfe88d74fc099 | <!doctype html>
<html>
<head>
<title>spectralpool</title>
<script src="http://code.jquery.com/jquery-1.11.1.js"></script>
<script src="https://cdn.socket.io/socket.io-1.2.0.js"></script>
<script src="https://code.jquery.com/pep/0.4.0/pep.js"></script>
<script src="apps/spectralpool/app/teoria.js"></script>
<s... | HTML | index.html | wtandt/spectralpool | mit | 21,935 | 764 | codeparrot/github-code |
29cd6050a7b60c440042f3563f469c463132dc0460854c3f949e21a6b2b566f1 | """Molt Web API with Interface."""
import re
import redis
import docker
import subprocess
import os
import shlex
import requests
import sys
import argparse
from flask import Flask, Response, render_template, abort, request
from molt import Molt, MoltError
app = Flask(__name__)
# コマンドライン引数のパース
parser = argparse.Argum... | Python | molt_app.py | swkoubou/molt | mit | 5,412 | 176 | codeparrot/github-code |
0e6e4e93a60037a348a83a27e071bf30bead278fc67570958b8c6c10684b75cb |
<!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>
... | HTML | Reports/np/nperf.fixtures.1.0.1/NPerf.Fixture.IDictionary-NET45.html | kuhlenh/port-to-core | mit | 9,665 | 240 | codeparrot/github-code |
038c876e4a9df525f7f7b8158804976ab5ea2134d7ead92c5bfb0dfed75b1e73 | package com.sdl.selenium.extjs6.form;
import com.sdl.selenium.InputData;
import com.sdl.selenium.TestBase;
import com.sdl.selenium.extjs6.panel.Panel;
import com.sdl.selenium.web.SearchType;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import java.time.Duration;
import static org.ha... | Java | src/test/functional/java/com/sdl/selenium/extjs6/form/RadioGroupIntegrationTest.java | sdl/Testy | mit | 1,813 | 47 | codeparrot/github-code |
1e717c20d55687652aec93fded96c8c790c835b88df7338bd5f08d985bb9a8b4 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>cours-de-coq: 20 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="s... | HTML | clean/Linux-x86_64-4.09.0-2.0.5/released/8.9.1/cours-de-coq/8.9.0.html | coq-bench/coq-bench.github.io | mit | 11,854 | 211 | codeparrot/github-code |
f5cf9ede6621f3ffd84e5cf932a893141c4f75359addd7f8a55b18468185933d | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>matrices: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.cs... | HTML | clean/Linux-x86_64-4.05.0-2.0.1/released/8.5.0/matrices/8.10.0.html | coq-bench/coq-bench.github.io | mit | 7,573 | 186 | codeparrot/github-code |
484045fb1cf2fbbfe62a64ef0b33e285ec95f08f60a6954de6e316f0c2f52770 | /**
* codebook.runtime.io.TLSAdaptor
*
* Copyright (c) 2016-2017 Osamu Takahashi
* Copyright (c) 2016-2017 Rusty Raven Inc.
*
* This software is released under the MIT License.
* http://opensource.org/licenses/mit-license.php
*
* @author Osamu Takahashi
*/
package codebook.runtime.io
import java.ni... | Scala | scala/src/main/scala/codebook/runtime/io/TLSAdaptor.scala | RustyRaven/CodebookRuntime | mit | 10,076 | 321 | codeparrot/github-code |
01dd546ab66f3f651df4be790b3835a07eb8b53eb16c8a99b84e84545fb9c25a | // server.js
// BASE SETUP
// =============================================================================
// call the packages we need
var express = require('express'); // call express
var app = express(); // define our app using express
var bodyParser = require('body-parser');
var... | JavaScript | API/server.js | vilaskumkar/test-jenkins | mit | 6,479 | 201 | codeparrot/github-code |
90efdd8a9bfd91469a083fa37c9a5ccb01c3320a28a6c23182da8ce1ce2ab551 | export interface DragDelta {
x: number
y: number
}
let targets: HTMLElement[] = []
export function getDragDeltas (
onDragDelta: (d: DragDelta) => void,
onMouseDown?: (e?: MouseEvent) => void
) {
let oldX = 0
let oldY = 0
let target: HTMLElement
function onmousedown (e: MouseEvent) {
target = e.currentTar... | TypeScript | lib/utils/component-helpers.ts | trivial-space/flow-tools | mit | 984 | 48 | codeparrot/github-code |
5dcaaa4218d39812b75e8b67c38193aac660cf7f5e819115806837e230842592 | package com.kensenter.p2poolwidget;
import android.content.Context;
import android.content.SharedPreferences;
public class GetPrefs {
public static final String PREFS_NAME = "p2poolwidgetprefs";
public String GetWidget(Context ctxt, int WidgetId){
SharedPreferences settings = ctxt.getSharedPreference... | Java | src/com/kensenter/p2poolwidget/GetPrefs.java | ksenter/P2PoolWidget | mit | 3,843 | 98 | codeparrot/github-code |
f5cc27428e0055229633de92da04aaa9f38faa9d35ebb25f4568c7f2407803fa | <!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webgl - clipIntersection</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
margin: 0px;
background-color: #000000;
overflow: hidden;
... | HTML | examples/webgl_clipping_intersection.html | mese79/three.js | mit | 3,988 | 172 | codeparrot/github-code |
fc4e464a3276282c54e1ce72d6823f52d57835800df62c78f9874df7b7c63e0f | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__char_listen_socket_popen_06.c
Label Definition File: CWE78_OS_Command_Injection.one_string.label.xml
Template File: sources-sink-06.tmpl.c
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: listen_socket Read data using a... | C | samples/Juliet/testcases/CWE78_OS_Command_Injection/s04/CWE78_OS_Command_Injection__char_listen_socket_popen_06.c | maurer/tiamat | mit | 7,110 | 248 | codeparrot/github-code |
b59368c7848d35946d0157e1931d512024e14d56130ae48ec9de088c39759296 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>itree: 4 m 31 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="s... | HTML | clean/Linux-x86_64-4.04.2-2.0.5/released/8.8.2/itree/2.0.0.html | coq-bench/coq-bench.github.io | mit | 24,998 | 322 | codeparrot/github-code |
34361b86b6f4789d384d64f77d233c2dbb0969207abaae5fd6153ebc5d709ede | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>min-imports: 17 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel=... | HTML | clean/Linux-x86_64-4.05.0-2.0.1/extra-dev/dev/min-imports/1.0.1.html | coq-bench/coq-bench.github.io | mit | 6,906 | 166 | codeparrot/github-code |
454922810714cacda05a5812d7a539b77b4cf28e290828d629adadf1d64314d6 | <!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... | HTML | clean/Linux-x86_64-4.06.1-2.0.5/released/8.14.0/menhirlib/20200211.html | coq-bench/coq-bench.github.io | mit | 7,233 | 179 | codeparrot/github-code |
f7aee2b1e80ca736f302836cbae6e5c61f28884cdb2560e007e9dc3addae8b60 | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>DejaViewer</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript">
const { ipcRenderer } = require("electron");
const { dialog } = require("electron").remote;
ipcRenderer.on("err... | HTML | src/index.html | Jann3/DejaViewer | mit | 2,939 | 96 | codeparrot/github-code |
9b63d6b1f63e885116fbe8f5f4dad8604aa2f12730c9251041cfcadf2a99f6ed | <?php
namespace OC\PlatformBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use OC\PlatformBundle\Entity\Advert;
/** Une annonce peut contenir plusieurs candidatures, alors qu'une candidature n'appartient qu'à une seule annonce */
/**
* @ORM\Table(name="application")
* @ORM\Entity(repositoryClass="OC\PlatformBundl... | PHP | src/OC/PlatformBundle/Entity/Application.php | walter-da-costa/sf2project | mit | 1,857 | 101 | codeparrot/github-code |
4f9bca0c21477c5fc3b9a74f79d288c850a1bf6393b7156930f5f6d1d7e7b281 | package com.gulj.common.util;
import java.io.UnsupportedEncodingException;
public enum FeijianCode {
SAVE_SUCCESS("0001","保存成功"),
SAVE_ERROR("0002","保存失败"),
UPDATE_SUCCESS("0003","修改成功"),
UPDATE_ERROR("0004","修改失败"),
DELETE_SUCCESS("0005","删除成功"),
DELETE_ERROR("0006","删除失败")... | Java | gulj-common-util/src/main/java/com/gulj/common/util/FeijianCode.java | gulijian/joingu | mit | 1,502 | 59 | codeparrot/github-code |
3403b395ce7088764c6492866898dca926380679a1df7330f59017440cf4c7ef | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-solvable: 4 m 57 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.cs... | HTML | clean/Linux-x86_64-4.09.0-2.0.5/released/8.9.0/mathcomp-solvable/1.8.0.html | coq-bench/coq-bench.github.io | mit | 14,869 | 218 | codeparrot/github-code |
2734dba2293dac2db8517c2009ded2f5dc6b14bc46369b39a32059c708fc0130 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>weak-up-to: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.... | HTML | clean/Linux-x86_64-4.05.0-2.0.1/released/8.13.2/weak-up-to/8.8.0.html | coq-bench/coq-bench.github.io | mit | 7,729 | 183 | codeparrot/github-code |
2f556b4edd806d0fa5b31d53254a7a94c793dbf2ec3ed306f35e853cf6629719 | from django.contrib import admin
try:
from django.contrib.auth import get_permission_codename
except ImportError: # pragma: no cover
# Django < 1.6
def get_permission_codename(action, opts):
return '%s_%s' % (action, opts.object_name.lower())
class ObjectPermissionsModelAdminMixin(object):
d... | Python | rules/contrib/admin.py | smcoll/django-rules | mit | 1,879 | 50 | codeparrot/github-code |
07eaf657d80b4f95046c14f71b4b4bcd8d44fc6264a92a97b11abe1ec3802b1e | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Comparing the performance of a single int_ generator</title>
<link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="... | HTML | deps/boost_1_77_0/libs/spirit/doc/html/spirit/karma/performance_measurements/numeric_performance/int_performance.html | davehorton/drachtio-server | mit | 15,823 | 331 | codeparrot/github-code |
525c6f0545ee9e2194f7ec0cdcb220959caed241050a1751332691c5a1532206 | --- === hs.mouse ===
---
--- Inspect/manipulate the position of the mouse pointer
---
--- This module is based primarily on code from the previous incarnation of Mjolnir by [Steven Degutis](https://github.com/sdegutis/).
---
--- This module uses ManyMouse by Ryan C. Gordon.
---
--- MANYMOUSE LICENSE:
---
--- Copyright ... | Lua | extensions/mouse/init.lua | cmsj/hammerspoon | mit | 6,311 | 175 | codeparrot/github-code |
4f090adab8d1976287ba46c386b55ce72b35f2de38d617571cbfaa101a64594a | using Google.Protobuf;
using PoGo.ApiClient.Authentication;
using PoGo.ApiClient.Enums;
using PoGo.ApiClient.Exceptions;
using PoGo.ApiClient.Helpers;
using PoGo.ApiClient.Interfaces;
using PoGo.ApiClient.Rpc;
using POGOProtos.Networking.Envelopes;
using POGOProtos.Networking.Requests;
using POGOProtos.Networking.Requ... | C# | src/PoGo.ApiClient/PokemonGoApiClient.cs | PoGo-Devs/PoGo | mit | 19,827 | 519 | codeparrot/github-code |
da49c1fb2d6a3a7cb1dc6859278fd81160a4f353fbf496558f81b334c391a162 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-algebra: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstra... | HTML | clean/Linux-x86_64-4.07.1-2.0.6/released/8.11.0/mathcomp-algebra/1.7.0.html | coq-bench/coq-bench.github.io | mit | 7,486 | 163 | codeparrot/github-code |
250ef3844f7ed7ed4c3d812e619f4215a4a4a7560f9fa78594e18c5efc9d24a2 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>goedel: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... | HTML | clean/Linux-x86_64-4.06.1-2.0.5/released/8.10.1/goedel/8.7.0.html | coq-bench/coq-bench.github.io | mit | 7,068 | 175 | codeparrot/github-code |
d112e5f806926161fc856b16834626612f50c3daeed05e13ae1483bf25a0d980 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-field: 12 m 55 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... | HTML | clean/Linux-x86_64-4.05.0-2.0.6/released/8.9.1/mathcomp-field/1.7.0.html | coq-bench/coq-bench.github.io | mit | 11,726 | 195 | codeparrot/github-code |
7ae3a90bba6c1aa934133b0917479ab9fafe0b2beeee4d314ca5dd1c2cd725b0 | var sys = require('pex-sys');
var glu = require('pex-glu');
var geom = require('pex-geom');
var gen = require('pex-gen');
var materials = require('pex-materials');
var color = require('pex-color');
var gui = require('pex-gui');
var Cube = gen.Cube;
var Sphere = gen.Sphere;
var Mesh = glu.Mesh;
var TexturedCubeMap = ma... | JavaScript | src/glu.TextureCube.mipmap/main.js | szymonkaliski/pex-examples | mit | 1,828 | 62 | codeparrot/github-code |
8cc59b51e5bd15c3508acbe72a4a3ea76d1d2cc7088e64bcd1bfdf0c67c7fdb3 | <!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>DiskFileItemSerializeTest xref</title>
<li... | HTML | resources/fileupdate_common_files/commons-fileupload-1.2-bin/commons-fileupload-1.2/site/xref-test/org/apache/commons/fileupload/DiskFileItemSerializeTest.html | derekhu0002/myresources | mit | 21,919 | 286 | codeparrot/github-code |
674a3f696d14318a1916f706cc010a63f9c5fa6b0b399151cdcfd54d2b5d7a5a | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bertrand: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.cs... | HTML | clean/Linux-x86_64-4.07.1-2.0.6/released/8.11.1/bertrand/8.7.0.html | coq-bench/coq-bench.github.io | mit | 7,114 | 166 | codeparrot/github-code |
727b54be097014c95da1370804ca3e49a69ecdf9406cd8e6b6ff08ebeca9c84c | <!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... | HTML | clean/Linux-x86_64-4.02.3-2.0.6/released/8.6.1/tlc/20200328.html | coq-bench/coq-bench.github.io | mit | 6,992 | 175 | codeparrot/github-code |
f28a956701cdfebcef3113d8cb061255ec2f41980d603dded581a5d222f22b3f | 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 {
... | TypeScript | community-modules/core/src/ts/filter/provided/optionsFactory.ts | ceolter/angular-grid | mit | 2,502 | 69 | codeparrot/github-code |
a2a5f9c9ea4c840cd24a41f52b085e4f5f468912ae5c4156f907dfa1d98bae06 | <?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... | PHP | src/MatchBundle/Controller/BoatController.php | matthieuy/battleship | mit | 7,632 | 248 | codeparrot/github-code |
ddb28f0f01fd0c5394a2a8ab31d01020dedaa05897c9d8aac0021cd30543cf9a | <!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... | HTML | clean/Linux-x86_64-4.03.0-2.0.5/released/8.8.1/metacoq-pcuic/1.0~beta1+8.12.html | coq-bench/coq-bench.github.io | mit | 7,799 | 183 | codeparrot/github-code |
71b02b55753d10c985e8c9597d1607e08e91ab280f973a21db01b9ff53c75c48 | <!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... | HTML | clean/Linux-x86_64-4.05.0-2.0.1/released/8.6/matrices/8.6.0.html | coq-bench/coq-bench.github.io | mit | 8,769 | 184 | codeparrot/github-code |
429c2d7f4670ff19849757c6e10907786bb00dc6295ebd419439c6f335534c34 | <!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... | HTML | clean/Linux-x86_64-4.09.1-2.0.6/released/8.12.0/mirror-core/1.0.2.html | coq-bench/coq-bench.github.io | mit | 6,574 | 168 | codeparrot/github-code |
a98fa4f5ed4af16fe7dee8a01d5d50de71c484095a6c2f2b1aabb196ca41d71c | <!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... | HTML | epa-grants/research/raw/07002.html | 1wheel/scraping | mit | 22,374 | 438 | codeparrot/github-code |
003d8524b6f45f3b0a4a2355d87e04bddd5c8495c9c9b339c5327de663291eb4 | 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... | Java | app/src/main/java/com/creationgroundmedia/twitternator/activities/LoginActivity.java | geocohn/Twitternator | mit | 1,426 | 52 | codeparrot/github-code |
fda3169ba82c4a92a60019f3183153040523741c71343451cfa5d30f1da56ca4 | <!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... | HTML | clean/Linux-x86_64-4.02.3-2.0.6/released/8.8.1/coinductive-reals/8.10.0.html | coq-bench/coq-bench.github.io | mit | 7,281 | 176 | codeparrot/github-code |
c2f77ce2ba90e00136d6278e8e97802db995055ecd8aa3af66f75e4c5507650b | //
// 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... | C++ | animeloop-cli/models.hpp | moeoverflow/animeloop-cli | mit | 635 | 32 | codeparrot/github-code |
e5d4c1cc10c8d40c5f41854f7b32171f92f69cf8e16254eeaaa03890b4090fb5 |
<!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>
... | HTML | Reports/ca/canonicalize.1.3.0/Canonicalize-net40.html | kuhlenh/port-to-core | mit | 26,279 | 619 | codeparrot/github-code |
02a76beaa49ecf99e2dbedee22a3374c7197c4c19f38da0fa8ce300f82f4ca51 | <?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"),
... | PHP | php/model/page.php | cseufert/ormsiteshell | mit | 732 | 32 | codeparrot/github-code |
01622402cfe959d22efa3470454ec732e4c6e3e095952ab4f6e9f62f2fd960a8 | 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... | Java | java/concurrency/src/test/java/uk/co/automatictester/concurrency/classes/atomic/AtomicFieldUpdaterClass.java | deliverymind/useful-stuff | mit | 1,736 | 54 | codeparrot/github-code |
7b6c34b86e6450cfd50f28998a3b7592e0236f6fe0549d3752e95963326a95ed | <!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=... | HTML | clean/Linux-x86_64-4.03.0-2.0.5/released/8.9.1/ext-lib/0.11.2.html | coq-bench/coq-bench.github.io | mit | 47,815 | 515 | codeparrot/github-code |
80f902a2b7b5f5aa229be7976cef1ab896e91b55136eec833bf49239c9286fe1 | <!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... | HTML | clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.0/regexp-brzozowski/1.0.html | coq-bench/coq-bench.github.io | mit | 7,410 | 178 | codeparrot/github-code |
79a93e496efda3296607486cd3f4341000a7b58175ad83eb378f6faa7742bcbd |
<!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>
... | HTML | Reports/re/revenj.common.1.2.0/Revenj.DomainPatterns-net40.html | kuhlenh/port-to-core | mit | 43,036 | 979 | codeparrot/github-code |
0b24930632bf3315d50b51f43ea4f64ff75b3e447c129264ff0661a7033d1202 | 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... | JavaScript | app/containers/Settings/Settings.js | adrianocola/spyfall | mit | 3,230 | 98 | codeparrot/github-code |
b4a3769924f9e5303ca83dec8eb92fc45f267c8989bc482b3034d97495515d78 | <!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" ... | HTML | clean/Linux-x86_64-4.08.1-2.0.5/released/8.13.1/gappa/1.4.3.html | coq-bench/coq-bench.github.io | mit | 7,330 | 176 | codeparrot/github-code |
d19fab09add3e42e2285ed590a49f4ccadbcbdc4a25cfa0d921e02d0217abf33 | <!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... | HTML | clean/Linux-x86_64-4.02.3-2.0.6/released/8.5.2/elpi/1.7.0.html | coq-bench/coq-bench.github.io | mit | 7,504 | 174 | codeparrot/github-code |
18a3ecbd962004accdc53aafddaa1e5b93cfe1eba76dce0862d43904ee989c7d | <!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"... | HTML | clean/Linux-x86_64-4.06.1-2.0.5/released/8.10.0/concat/8.8.0.html | coq-bench/coq-bench.github.io | mit | 6,609 | 163 | codeparrot/github-code |
ed8d35cc322675bf76533a0c5c14fdaa097bc2a558b5c42e3c8a10eb93773c82 | <!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... | HTML | clean/Linux-x86_64-4.07.1-2.0.6/released/8.12.1/math-classes/8.8.1.html | coq-bench/coq-bench.github.io | mit | 6,730 | 172 | codeparrot/github-code |
f56058b3fadcf1f4cb1ff929d6fdccd0610706b8deac84bf5a102c6d7e444f38 | /*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... | JavaScript | test/topic_count.js | davedoesdev/qlobber | mit | 2,315 | 88 | codeparrot/github-code |
dbe7850232b71a03fd60653f729adca0b10ac8a068809b2f1d1e0ed9a989a3fe | <!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... | HTML | clean/Linux-x86_64-4.09.1-2.0.6/released/8.7.0/deriving/0.1.0.html | coq-bench/coq-bench.github.io | mit | 7,194 | 176 | codeparrot/github-code |
8aaa1a6e9fad6977df3dcd18b6a867ee75510c9f3853342d9bd56d3dacbcdd1d | <!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="... | HTML | clean/Linux-x86_64-4.04.2-2.0.5/released/8.7.2/sudoku/8.7.0.html | coq-bench/coq-bench.github.io | mit | 9,833 | 189 | codeparrot/github-code |
f847e581c1eaa4102b8653f6cc4fc17475e37855497631e84246073e4f86ac3f | /* 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 {
... | CSS | public/stylesheets/application.css | paulpod/dartcharge | mit | 35,916 | 1,625 | codeparrot/github-code |
f85208362b37c2a281ec15480663d918de628c07325ed8caa66bcbb512cc7201 | /***********************************
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... | C++ | firmware/Adafruit_GPS.cpp | sfugarino/Adafruit_GPS | mit | 8,875 | 397 | codeparrot/github-code |
bc76d1dd7eb2714536fbcdf3e90655ca42aeabfee8f177ff4cb62764077e4331 | // 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... | C | gmsh/Geo/gmshFace.h | poofee/fastFEM | mit | 1,464 | 43 | codeparrot/github-code |
b1087451c996c8c22b897fd7016dd6a9d84815d0ab1a5eb1937e9cd9bae10b67 | <!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... | HTML | clean/Linux-x86_64-4.08.1-2.0.5/released/8.14.0/railroad-crossing/8.10.0.html | coq-bench/coq-bench.github.io | mit | 7,673 | 185 | codeparrot/github-code |
a654f9eb6e904ebab719e1a4a049cc8150a18b749f02e2196b0f737f5654266d | #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... | C | source/collision/CPlane.h | redagito/CG2015 | mit | 895 | 31 | codeparrot/github-code |
a7342f6c7fc33015051b669d636e98257a2e6f4d79e01c88758cab0291d027b2 | 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... | C# | Programming Fundamentals - януари 2017/Е.03.Methods and Debugging/14.FactorialTrailingZeroes/Program.cs | AleksandarKostadinov/Tech-Module-Solutions | mit | 1,210 | 55 | codeparrot/github-code |
383c9538968b60df4f09bcc2ec6ac64846f68c8b98870efd5cff878dfa38c9ef | <!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... | HTML | clean/Linux-x86_64-4.07.1-2.0.6/released/8.7.2/metacoq-erasure/1.0~beta1+8.12.html | coq-bench/coq-bench.github.io | mit | 7,957 | 187 | codeparrot/github-code |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.