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
402045aad9239f23e39d1ab1c7556c6239b312066bd74cb081b8939beff6d362
#include "rpcconsole.h" #include "ui_rpcconsole.h" #include "clientmodel.h" #include "Ecreditsrpc.h" #include "guiutil.h" #include <QTime> #include <QTimer> #include <QThread> #include <QTextEdit> #include <QKeyEvent> #include <QUrl> #include <QScrollBar> #include <openssl/crypto.h> // TODO: make i...
C++
src/qt/rpcconsole.cpp
gudmunsn/ecredits
mit
14,945
438
codeparrot/github-code
7f80a22dbb1f6a15b54546fb87ac3e472e80dbc6f76485cf0807a3ca689f6b8f
//----------------------------------------------- // // This file is part of the Siv3D Engine. // // Copyright (c) 2008-2018 Ryo Suzuki // Copyright (c) 2016-2018 OpenSiv3D Project // // Licensed under the MIT License. // //----------------------------------------------- # pragma once # include <Siv3D/Platform.hpp> #...
C++
Siv3D/src/Siv3D/Texture/GL/Texture_GL.hpp
azaika/OpenSiv3D
mit
1,616
89
codeparrot/github-code
42686baafbbe7e883d88287227b32bc97fecf306739dab7276660640fbfc1ad8
#pragma once #include <windef.h> #include <mutex> #include "Config.h" #define WM_BROADCAST_FIRST 0x800 // The debug state has changed. // wParam: Not used. // lParam: Not used. #define WM_BROADCAST_DEBUG_STATECHANGE WM_BROADCAST_FIRST // The breakpoint list has changed. // wParam: Not used. // lParam: Not used. #def...
C
ECLDbgDll/main.h
yangbowen/ECLDbg
mit
4,930
113
codeparrot/github-code
c076b7fe114ee2e09edbe8b7c18494dbef251ab4954c836aa4055c1ef9958425
require 'social_net/facebook/errors/response_error' require 'social_net/facebook/errors/unknown_video' require 'active_support' require 'active_support/core_ext' require 'nokogiri' require 'net/http' module SocialNet module Facebook module Api class ScrapeRequest def initialize(attrs = {}) ...
Ruby
lib/social_net/facebook/api/scrape_request.rb
CollabCreators/social_net
mit
2,205
73
codeparrot/github-code
c8d62634d945864359efc1d63881d913279b2a44c92c5f01eb64f677bd854ac1
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ use common::{Location, Named, WithLocation}; use graphql_syntax::{FloatValue, OperationKind}; use interner::StringKey; use schema::...
Rust
compiler/crates/graphql-ir/src/ir.rs
atxwebs/relay
mit
9,677
331
codeparrot/github-code
07670666a56225221aa758e29a109f25a2a081f391e5cd25d534f850f2a8b781
const { CHALLENGE_TYPE_EMAIL, CHALLENGE_TYPE_PHONE, USERS_ACTION_ACTIVATE, USERS_ACTION_DISPOSABLE_PASSWORD, USERS_ACTION_REGISTER, USERS_ACTION_RESET, USERS_ACTION_VERIFY_CONTACT, } = require('../constants'); /** * This is the configuration used for https://github.com/makeomatic/ms-token * This allows...
JavaScript
src/configs/verification-challenges.js
makeomatic/ms-users
mit
1,810
78
codeparrot/github-code
3a1c9afc3d1821781016e57a19ad3495fb97a55de4e2683b1cb8d6b35dee5dfe
<?php /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ class Admin extends CI_Controller { function __construct() { parent::__construct(); $this->load->database(...
PHP
application/modules/permission/controllers/Admin.php
itphamphong/viettoc
mit
7,479
164
codeparrot/github-code
eab641fadd48d93a16b96554655c44b1003a6b350c4a5755381dc7434d440895
package control.main; import utils.ProvenanceUtil; import model.graph.nodes.ServiceVersion; import model.graph.nodes.DataVersion; import model.graph.nodes.ServiceRun; import model.graph.nodes.User; import model.graph.nodes.WorkflowRun; import model.graph.nodes.WorkflowVersion; import utils.FileManager; import utils.Pr...
Java
Cartrigdes/eScience2Facts/src/control/main/FactGeneration.java
dew-uff/integrated-provenance-analysis
mit
20,098
419
codeparrot/github-code
18ab58e2e9ea3a102edb0906829da5a2476e8c224d131f6a58b2f42c40813e20
{% extends "job_board/_base.html" %} {% block content %} {% include "job_board/_header.html" %} {% include "job_board/_errors.html" %} <div class="row"> <div class="col-md-4"> {% include "job_board/_markdown.html" %} </div> <div class="col-md-8"> <form action="{% url 'jobs_edit' job.id %}" method="post"...
HTML
job_board/templates/job_board/jobs_edit.html
wfhio/tramcar
mit
1,634
55
codeparrot/github-code
4286a58950a81f3973e39bd9ea4fee915e821eb801c61bf7d876c301bc82d663
<?php namespace Komondor\Importer; use DateTime; class Parser { protected $nullStrings = ['NULL' => true]; protected $databaseFormats = array( 'date' => 'Y-m-d', 'time' => 'H:i:s', 'datetime' => 'Y-m-d H:i:s', ); public function setNullStrings($arr) { ...
PHP
src/Parser.php
jjc88/PHP-Importer
mit
3,841
138
codeparrot/github-code
84a01a72ffd4ec6e664e318782f7feecbbcb53489b56bd84ba53bb54f06005fb
const _ = require('lodash'); require('ui/state_management/app_state'); module.exports = function dashboardContext(Private, getAppState) { return function () { const queryFilter = Private(require('ui/filter_bar/query_filter')); const bool = { must: [], must_not: [] }; const filterBarFilters = queryFilter...
JavaScript
kibana/src/core_plugins/timelion/public/services/dashboard_context.js
istresearch/PulseTheme
mit
969
33
codeparrot/github-code
f9e26267aeb8dfacaa52a623843f616974157e4a5611677f9aa210397c18c16b
import Tkinter import calendar import time import tkFont import ttk def sequence(*functions): # to run 2 or more functions on button click for function in functions: function() def update(y, m, tx, curdate): # generate calendar with right colors calstr = calendar.month(y, m) tx.configure(state=T...
Python
main.py
Rohit4198/Calendargui
mit
4,749
118
codeparrot/github-code
09383ba78604cfc955250b323574b8787af58480101e9b79ed93e67f86731668
'use strict'; var DEFAULT_BASE_64_DATA = 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'; /** * @ngInject() */ function uiImageDirective($parse, ImageCache) { return { link: link, restrict: 'E', replace: true, scope: { uiSrc: '=', uiTitle: '=' }, ...
JavaScript
src/directives/image.js
ghoullier/ng-image-cache
mit
640
32
codeparrot/github-code
607ee93df308ea1288c8ea71f70e9d696e7ae83c2a2235de9c164150668eef2d
/******************************************************************************* VFXEPOCH - Physically based simulation VFX Copyright (c) 2016 Snow Tsui <trevor.miscellaneous@gmail.com> All rights reserved. Use of this source code is governed by the MIT license as written in the LICENSE file. ********...
C++
examples/Common/Helpers.cpp
Shakebones/VFXEPOCH
mit
5,171
174
codeparrot/github-code
57056cd7cf37c3aa115a2cd6a6324e9ed105bb0f553546a6d8d38b4c47e52d76
<!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/mo/monogame.framework.macos.3.4.0.459/Tao.Sdl-net45.html
kuhlenh/port-to-core
mit
18,678
445
codeparrot/github-code
25d01e1febde2d0b931c71a1d5ebd21a6e8cd37ab65a94b0021215152fd327ba
<!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/se/sendy.net.1.0.5/Sendy.Net-net40.html
kuhlenh/port-to-core
mit
22,096
493
codeparrot/github-code
59642a4d5b710e072c30a2b1f0982846dc7cb309c9ff5de60e81b661c564a37d
class <%= controller_class_name %>Controller < ApplicationController # GET /<%= table_name %> # GET /<%= table_name %>.xml def index @<%= table_name %> = <%= class_name %>.find(:all) respond_to do |format| format.html # index.html.erb format.xml { render :xml => @<%= table_name %> } end ...
Ruby
generators/i18n_rspec_scaffold/templates/controller.rb
asux/i18n_rspec_generators
mit
2,670
86
codeparrot/github-code
5e0d016cf3dbd561734386380eba53a884a951e1ceace189c38b854384aa5a7e
//----------------------------------------------- // // This file is part of the Siv3D Engine. // // Copyright (c) 2008-2022 Ryo Suzuki // Copyright (c) 2016-2022 OpenSiv3D Project // // Licensed under the MIT License. // //----------------------------------------------- # pragma once # include <Siv3D/Script.hpp> # i...
C++
Siv3D/src/Siv3D/Script/Bind/ScriptArray.hpp
Siv3D/OpenSiv3D
mit
696
36
codeparrot/github-code
8d17342cd90c30fa47a23353818b120cf1a3bc5626fc4bccd09f1a81ce068ff8
$(document).ready(function() { "use strict"; class ChatApp extends React.Component { constructor(props) { super(props); this.state = { messages: [], users: [] }; } componentDidMount() { this.socket = io(); this.socket.on('users', this.usersList.bind(this)); this.socket.on...
JavaScript
public/js/chat.js
dbackowski/chatter
mit
4,117
158
codeparrot/github-code
4ec333d00ac58877b37b16ff3841c6fe96831502e3fe40c7419f77e41ce5190b
require 'meta_commit_contracts' module MetaCommit::Extension::Builtin class Locator < MetaCommit::Contracts::Locator def parsers [Parser] end def diffs [Diff] end end class Ast < MetaCommit::Contracts::Ast attr_reader :first_line, :last_line, :lines def initialize(first_lin...
Ruby
lib/meta_commit/extensions/builtin.rb
usernam3/meta_commit
mit
1,992
80
codeparrot/github-code
085811eab99bc785108fa8bc750432fbe0ade3b53f6b8d480520c5ea48a5a6eb
import os,sys import utils as cu import MemoryUsage import numpy as np import scipy.io import cPickle as pickle import random from utils import tic, toc class RelationsDB(): def __init__(self, dbDir, randomize): self.images = [img for img in os.listdir(dbDir) if img.endswith('.mat')] self.dir = dbDir se...
Python
detection/relations/RelationsDB.py
jccaicedo/localization-agent
mit
4,781
158
codeparrot/github-code
8c39ed9d6cfb12eba7fbb7430637f414608fae60ad8c0cd6eff1601160724a9b
require "omniauth-oauth2" module OmniAuth module Strategies class Wechat < OmniAuth::Strategies::OAuth2 option :name, "wechat" option :client_options, { site: "https://api.weixin.qq.com", authorize_url: "https://open.weixin.qq.com/connect/oauth2/authorize#wechat_redirect", ...
Ruby
lib/omniauth/strategies/wechat.rb
tengcong/wechat-omniauth
mit
2,066
75
codeparrot/github-code
dc47e25922abd243607bb2835db496cc0fa1fc334557dea9c776309420bf0dbb
#!/usr/bin/env sh # generated from catkin/cmake/template/setup.sh.in # Sets various environment variables and sources additional environment hooks. # It tries it's best to undo changes from a previously sourced setup file before. # Supported command line options: # --extend: skips the undoing of changes from a previou...
Shell
catkin_ws/devel/setup.sh
braraki/flyingcars
mit
2,553
95
codeparrot/github-code
678bcc4ce775aed058d089ba5653fdaae053b523afc7d1d623284b3590eb0f38
<?php use Doctrine\DBAL\Tools\Console\Helper\ConnectionHelper; use Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand; use Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand; use Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand; use Doctrine\ORM\Tools\Console\Command\GenerateEntiti...
PHP
doctrine-modules.php
trondal/ScaledModule
mit
4,133
102
codeparrot/github-code
00cc26cf052bb279d50dd1e674afedc10e2b231c6bbf424d38365304947adcc4
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2012 Litecoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "db.h" #include "walletdb.h...
C++
src/init.cpp
skatecoin/skatecoin
mit
29,191
794
codeparrot/github-code
450e39f82c218fa4627a0f3cdc3f3bf6fcb69a80a5dbe81412ee6708eb03a193
package org.scribe.builder.api import org.scribe.extractors.AccessTokenExtractor import org.scribe.extractors.StravaJsonExtractor import org.scribe.model.OAuthConfig import org.scribe.model.Verb import org.scribe.utils.OAuthEncoder import org.scribe.utils.Preconditions object UnderArmourApi { /** * UnderArmour a...
Scala
src/main/scala/org/scribe/builder/api/UnderArmourApi.scala
themillhousegroup/pac4j-underarmour
mit
1,410
45
codeparrot/github-code
2b0a750fca3a3b305898b76190e0d217858d44e4d6d2068d032a5d7715c451e4
#include <stdlib.h> // for rand #include <sys/socket.h> // for SOL_SOCKET, SO_RCVBUF, etc #include <unistd.h> // for close #include <string> // for string, to_string, etc #include <vector> // for vector #include "UDPCon...
C++
src/eclmpl/UDPConnectionInterface.cpp
wilseypa/warped
mit
9,267
229
codeparrot/github-code
c1f65660fa8e3d1340900dd9e505ffaf0280098b148e4b02a6de89cc63a89efa
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # @Author: Gillett Hernandez # @Date: 2016-06-24 18:59:07 # @Last Modified by: Gillett Hernandez # @Last Modified time: 2017-08-10 12:37:57 from euler_funcs import timed numberDict={} numberDict[1]='one' numberDict[2]='two' numberDict[3]='three' numberDict[4]='four'...
Python
Python/problem_17.py
gillett-hernandez/project-euler
mit
2,193
99
codeparrot/github-code
79944adfc24dce4aefd06a48257f4f664831327f50f007e77dd2edbdcdc231c2
package State::Programming; use strict; use warnings; use Card; use Deck; use List::MoreUtils qw/false none/; use Storable 'dclone'; use State::Setup; use parent 'State'; sub on_enter { my ( $self, $game ) = @_; my $ready = 0; my $total = 0; delete $game->{public}{option}{'Recompile'}{tapped}; $g...
Perl
lib/State/Programming.pm
bpa/cyborg-rally
mit
7,815
282
codeparrot/github-code
1ae3f1702e108e0d61940b11872872d92dd5ada7725cbc8bd8e9039497f683d9
<!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/mi/microsoft.aspnet.signalr.redis.2.2.0/Microsoft.AspNet.SignalR.Redis-net45.html
kuhlenh/port-to-core
mit
22,273
513
codeparrot/github-code
b7146a0ffe6e6f7419490db07fbaf7311416546d383d7425a0b3506727aafb2c
/** * @file mip-ilaw66-give-coupons 组件 * @author */ define(function (require) { var $ = require('zepto'); var customElement = require('customElement').create(); customElement.prototype.firstInviewCallback = function () { var $el = $(this.element); // var mycardandcouponsUseddetailsDate; ...
JavaScript
mip-ilaw66-give-coupons/mip-ilaw66-give-coupons.js
mipengine/mip-extensions-platform
mit
4,176
109
codeparrot/github-code
682c0f771ec7ed852f6761e76972345b2e7b4f0f7ab98c1c96c4317db0c5d814
# -*- coding: utf-8 -*- from django import template from django.utils.safestring import mark_safe from django_js_reverse.core import generate_js try: from django.urls import get_resolver except ImportError: from django.core.urlresolvers import get_resolver register = template.Library() urlconf = template.V...
Python
django_js_reverse/templatetags/js_reverse.py
ierror/django-js-reverse
mit
838
36
codeparrot/github-code
18ca80b288982a06132e9181ae4fe355c75bb341952719d3989626c8290b03db
class Square { constructor(value = 0, score = 0) { this.value = value; this.score = score; } add(num = 0) { this.value += num; let bonus = 1; let combo = ''; if (this.value % 3 == 0 && num != 0) { combo += 'fizz'; bonus *= 3; } if (this.value % 5 == 0 && num != 0) { ...
JavaScript
src/models/Square.js
meis/FizzBuzzGame
mit
507
31
codeparrot/github-code
ebd81dba2f95530e5b5519da514ff2d788da9a6f10f0dbc3dbf67feee9cbaa38
#!/usr/bin/env python3 # Copyright (C) 2013-2014 Jai Luthra <me@jailuthra.in> # See LICENSE file for more details '''Encrypt or Decrypt data using One-Time Pad''' import binascii, argparse, itertools def main(): parser = argparse.ArgumentParser( description='Encrypt or Decrypt data using One-Time Pa...
Python
onetimepad.py
jailuthra/onetimepad
mit
2,562
73
codeparrot/github-code
865754d23e94c5559dfd005ba4e6eb1eb863b9bc8f96f485d0400c7ab6c30476
/** @brief Global client constants declared here. @author Sergey Mamontov @since 4.0 @copyright © 2009-2015 PubNub, Inc. */ #import <Foundation/Foundation.h> #ifndef PNConstants_h #define PNConstants_h #pragma mark General information constants // Stores client library version number static NSString * const k...
C
src/Pods/PubNub/PubNub/Misc/PNConstants.h
anilkumarbp/swift-sdk-new
mit
1,324
44
codeparrot/github-code
92e53859bfae05ce134fe3acf7800e806790f260196885bc96d10421b0d41c2b
/* * iNamik Text Tables for Java * * Copyright (C) 2016 David Farrell (DavidPFarrell@yahoo.com) * * Licensed under The MIT License (MIT), see LICENSE.txt */ package com.inamik.text.tables.line.base; public abstract class FunctionWithChar extends Function { public abstract String apply(Character character, S...
Java
src/main/java/com/inamik/text/tables/line/base/FunctionWithChar.java
iNamik/java_text_tables
mit
1,062
42
codeparrot/github-code
4f2a2c005c591ba18c22bb05c9b179b9d7c45d40e3efe9da357f7385e9be3ba9
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-finmap: 1 m 15 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-finmap/1.3.4.html
coq-bench/coq-bench.github.io
mit
8,693
175
codeparrot/github-code
ca167b772d6fd937836ac5476a2eb19cad810dc34c51df5c1d75dd5666099aa8
# coding: utf8 """ webencodings.tests ~~~~~~~~~~~~~~~~~~ A basic test suite for Encoding. :copyright: Copyright 2012 by Simon Sapin :license: BSD, see LICENSE for details. """ from __future__ import unicode_literals from . import (lookup, LABELS, decode, encode, iter_decode, iter_encode, ...
Python
methods/webencodings/tests.py
aeroaks/httpProfiler
mit
6,145
154
codeparrot/github-code
681b8e4feee3d7f69b69c072e8f44f676ff93efc3e4999bdd07ccf5c5f7d5f2e
#include "datasignal.h" #include "pll.h" using namespace std; int main(int argc, char *argv[]) { // -------------------------------------------- // program - faultreport // argv[1] - file name // -------------------------------------------- // Define the ".cfg" file path // _MAX_PATH define...
C++
program/faultreport/src/main.cpp
mtcheou/adsp
mit
3,155
104
codeparrot/github-code
0d77b563da54eb6a71aee133aa08abf0b72de7d4a12dde09608f52d13433a78c
/** * ASDFTypeModifier.hpp - * @author: Jonathan Beard * @version: Sat Jun 29 15:58:12 2013 */ #ifndef _ASDFTYPEMODIFIER_HPP_ #define _ASDFTYPEMODIFIER_HPP_ 1 #include "DataFlowTypeModifier.hpp" namespace Node{ class ASDFTypeModifier : public DataFlowTypeModifier { public: ASDFTypeModifier(); virtual ~ASD...
C++
ASTNodes/ASDFTypeModifier.hpp
jonathan-beard/Raft
mit
1,075
39
codeparrot/github-code
f605ce906d568895353f3d27eac31771fa335bcb23f9aac76b572aa458177c27
package fi.tkk.cs.tkkcc.slx; /** * Illegal instruction exception. * * Exception which indicates unknown or malformed instruction or parameters. * * @author Timo Montonen */ public class IllegalInstructionException extends RuntimeException { /** Generated <code>serialVersionUID</code>. */ private static fina...
Java
fi/tkk/cs/tkkcc/slx/IllegalInstructionException.java
tuomasb/compiler
mit
677
32
codeparrot/github-code
021261380065333dca14a5a70a6bd3487318be6c28f843688c318e2443a420ed
<?php require_once "php/user.php"; cSessionStart(); if (!loginCheck()) { header("Location: index.php?error=" . urlencode("You must be logged in to do that.")); exit(); } if (!isset($_GET["name"])) { header("Location: index.php?error=" . urlencode("No name set.")); exit(); } if (!isset($_GET["pid"])) ...
PHP
messagethread.php
athenexcalibur/gp8
mit
7,453
237
codeparrot/github-code
add19bdac8cd040d6a7cd27fa98304b99cfd141a1918ccaf6d5e536516c5d1e7
'use strict'; const gulp = require('gulp'); const postcss = require('gulp-postcss'); const sourcemaps = require('gulp-sourcemaps'); const paths = { styles: { src: ['assets/styles/*.css', '!assets/styles/variables.css'], dest: 'assets/styles/build/' } }; function styles() { var processors = [ requi...
JavaScript
gulpfile.js
javrasya/Decode-for-Ghost-Ahmetdal
mit
1,345
50
codeparrot/github-code
c2f3a203608174eafdbc3627add0bc3082a2a69ef25e8ea18ade386d5041fb8f
<!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/mv/mvvmcross.hottuna.plugin.color.3.5.1/Cirrious.MvvmCross.Plugins.Color-Xamarin.iOS10.html
kuhlenh/port-to-core
mit
9,679
240
codeparrot/github-code
1028e39bd63b1aac1a4e917043c3da352c73ebfc489ff30b35e831bf5077d36f
export function __reload(m) { if (m.app.state) app.setState(m.app.state); } // style imports import './app.css!'; // lib imports import * as React from 'react'; import * as ReactDOM from 'react-dom'; // components imports import {TrainingStore, TrainingModel} from './components/training-store'; import {TrainingHeader}...
TypeScript
src/app.tsx
piotrwitek/training-management-tool
mit
1,653
49
codeparrot/github-code
b0cade074c1aeb5f48289c73b6eb2844edc0989320c908cec4960ade09285da8
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>lesniewski-mereology: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../boot...
HTML
clean/Linux-x86_64-4.08.1-2.0.5/released/8.12.0/lesniewski-mereology/8.8.0.html
coq-bench/coq-bench.github.io
mit
7,988
166
codeparrot/github-code
7b598bc53da49fc385a0c82a7ac46560527b27d7829d79d58e530fed72eb6b1e
# -*- coding: utf-8 -*- from __future__ import unicode_literals import logging, os, sets from rapid_app import settings_app from rapid_app.models import ManualDbHandler, PrintTitleDev log = logging.getLogger(__name__) class UpdateTitlesHelper( object ): """ Manages views.update_production_easyA_titles() work. ...
Python
rapid_app/lib/viewhelper_updatedb.py
birkin/rapid_exports
mit
9,897
178
codeparrot/github-code
ad4cb39330a0811126630c0529efd0dc288cd917eca98b4a70dce5ea5cc6349f
v62pt_compare() { gROOT->Reset(); gROOT->SetStyle("MyStyle"); // gROOT->LoadMacro("v2pt_12cen_MyDef.C"); // gROOT->LoadMacro("MyDef.C"); gStyle->SetTextFont(43); gStyle->SetLabelFont(43,"x"); gStyle->SetLabelFont(43,"y"); gStyle->SetLabelFont(43,"z"); gStyle->SetTitleFont(43,"x"); gStyle->SetTitleFon...
C++
flowCorr/analysisnote/compPAS/v62pt_compare.C
tuos/FlowAndCorrelations
mit
6,312
234
codeparrot/github-code
0dd0d6255a2d6fc26421c110f9b90c7e829187977175d004fe7ec919662c0187
class Cfp::AvailabilitiesController < ApplicationController layout 'cfp' before_filter :authenticate_user! def new authorize! :create, current_user.person @availabilities = Availability.build_for(@conference) end def edit authorize! :edit, current_user.person @availabilities = current_user...
Ruby
app/controllers/cfp/availabilities_controller.rb
stapelberg/frab
mit
900
32
codeparrot/github-code
50884807b135fb65dac7e4cbb90edc484c1ccc589e7b23839487ab4a41586d36
/** @file TestWeakDelegate.cpp (c)2009 Palestar Inc @author Richard Lyle @date 4/3/2010 6:05:10 PM */ #include "UnitTest.h" #include "Standard/WeakDelegate.h" //--------------------------------------------------------------------------------------------------- class MyClass : public Referenced { public: MyClass...
C++
UnitTest/TestWeakDelegate.cpp
palestar/medusa
mit
976
52
codeparrot/github-code
7e4bf7b245eb4b58ee31576f4f80ffa02fd66cfbc0c67fdd84de609372998eed
package mcjty.rftools.blocks.shards; import mcjty.rftools.RFTools; import mcjty.rftools.items.ModItems; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.item.Item; import net.minecraft.util.IIcon; import net...
Java
src/main/java/mcjty/rftools/blocks/shards/DimensionalShardBlock.java
Adaptivity/RFTools
mit
2,301
85
codeparrot/github-code
2bb047874b8f71d5496abcc4ae629293f06ae304c72766b7c0a51ae5344eda30
"use strict"; var fs = require('fs'); var VERSION = JSON.parse(fs.readFileSync(__dirname + '/../package.json', 'utf8')).version; var optimist = require('optimist') .options({ help: { boolean: true, desc: "Show this help screen" }, v: { alias: "version", boolean: true, desc: "template-bench v" + VERSION }, ...
JavaScript
lib/benchmark.js
ckknight/template-bench
mit
14,653
471
codeparrot/github-code
f59c6aa3d2c27b4b5253972f12d513c1e704328e53696e14589202feae2816b8
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-analysis: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap....
HTML
clean/Linux-x86_64-4.12.0-2.0.8/released/8.13.1/mathcomp-analysis/0.2.2.html
coq-bench/coq-bench.github.io
mit
7,423
176
codeparrot/github-code
be696d8cbe4e55a97f8c1f6d8c828bf6ed9e095970468ce1016bf75ae7e0cfb0
<!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/xu/xunit.extensibility.core.2.0.0/xunit.runner.utility.desktop-portable-net45%2Bwin%2Bwpa81%2Bwp80%2Bmonotouch%2Bmonoandroid%2BXamarin.iOS.html
kuhlenh/port-to-core
mit
75,134
1,665
codeparrot/github-code
5af7bbe5a8b5444dea30970dc9866cd49f0990ef7b1f601f37715a001415962f
import os import unittest from conans.util.files import mkdir_tmp from conans import __version__ as client_version from conans import tools from conans.client.conan_api import ConanAPIV1 from cpt.test.utils.tools import TestBufferConanOutput CONAN_UPLOAD_URL = os.getenv("CONAN_UPLOAD_URL", ...
Python
cpt/test/integration/base.py
conan-io/conan-package-tools
mit
1,994
57
codeparrot/github-code
af51e94028e8282cd788c3910183859afe08c30a56d504ac6cfac6af180c0fca
<?php use Phalcon\Mvc\Model\Relation; class FileRow extends ModelBase { /** * * @var integer */ public $id; /** * * @var integer */ public $fileId; /** * * @var integer */ public $rowNumber; /** * * @var integer */ public ...
PHP
app/models/FileRow.php
soxbox/CSV-Refinery
mit
1,537
82
codeparrot/github-code
d8d07f03dddd645179a5d75c14c2efdf5d6e28b30153daddfbc452e38ddcd7c8
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-dioid: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap....
HTML
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.1+2/mathcomp-dioid/0.1.html
coq-bench/coq-bench.github.io
mit
7,426
186
codeparrot/github-code
fe597078cf5a34b8f4d4f3b285dc639257ca26db3558efdc5b118288b6125ffc
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>elpi: Black list 🏴‍☠️</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" re...
HTML
clean/Linux-x86_64-4.12.1-2.0.8/released/8.13.1/elpi/1.6.1~8.11.html
coq-bench/coq-bench.github.io
mit
28,449
646
codeparrot/github-code
08991a54b91c3e48ac33a7c0ef95475d74d4a08087d7b127a08c61ec7e7dce33
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mtac2: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" ...
HTML
clean/Linux-x86_64-4.08.1-2.0.5/released/8.11.1/mtac2/1.0.0+8.7.html
coq-bench/coq-bench.github.io
mit
6,808
167
codeparrot/github-code
e93b0d499637bb248b366438b47ac8cd9b4fcd838f3b04fdd2436a1929705515
/*globals before,beforeEach,after,afterEach,describe,it */ process.env.NODE_ENV = 'test'; var mongoose = require('mongoose'); var expect = require('chai').expect; var request = require('supertest-as-promised'); var util = require('util'); var Promise = require("bluebird"); var User = require('../../back/models/user'...
JavaScript
test/server/setup.js
amrdraz/kodr
mit
3,922
137
codeparrot/github-code
979aebaef12919e6dcb2d1bd0581cd682875c5917eb78e3286e525d925c02a56
(function(global) { "use strict"; // --- dependency modules ---------------------------------- // --- define / local variables ---------------------------- //var _runOnNode = "process" in global; //var _runOnWorker = "WorkerLocation" in global; //var _runOnBrowser = "document" in global; // --- class / interfaces ---...
JavaScript
lib/WMDataURIScheme.js
duxca/WMDataURIScheme.js
mit
3,971
95
codeparrot/github-code
2df3e730fbbb6512b570bb987c002be811a6d0ca83e307b1ddb2f957ea19560a
<?php /** * YAWIK * * @filesource * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) * @license MIT */ /** ApplicationCarbonCopy.php */ namespace Applications\Mail; use Applications\Entity\Application; /** * Sends a Carbon Copy of the submitted application to the applicant * * @package...
PHP
module/Applications/src/Mail/ApplicationCarbonCopy.php
kilip/YAWIK
mit
1,022
50
codeparrot/github-code
c7f477e3a11efce3bb6d077e02f52c1b1286b300d97c839cf7d62db2fab11a1b
import Document, {Head, Main, NextScript} from "next/document" import {ServerStyleSheet} from "styled-components" class Html extends Document { render() { const sheet = new ServerStyleSheet() const main = sheet.collectStyles(<Main />) const styleTags = sheet.getStyleElement() return ( <html lan...
JavaScript
pages/_document.js
markpalfreeman/palf
mit
997
31
codeparrot/github-code
7f9e701c239ca0205ddc26df03b26856978008f5dede9397c8d82279dd6a3088
using MapCollections; using System.Collections; using System.Collections.Generic; using System; using UnityEngine; using LibNoise; using LibNoise.Generator; using LibNoise.Operator; public abstract class TerrainGenerator { abstract public float [,] GenerateMap(int width, int height); } public class PerlinTerrai...
C#
Assets/scripts/TerrainGenerator.cs
callumW/World-Explorer
mit
28,519
1,018
codeparrot/github-code
f9e7919782b6083c8a598e4e2bfe0cbd257bdc51fd9f2dc95b505bca90b4164d
package iso20022 // Provides for regional taxes on the service. type BillingServicesTax2 struct { // Identification number of the specific region tax used to calculate the tax. Number *Max35Text `xml:"Nb"` // Name used to describe the tax (such as the national value added tax). Description *Max40Text `xml:"Desc,...
GO
BillingServicesTax2.go
fgrid/iso20022
mit
972
35
codeparrot/github-code
0d99042733208be7ee6e5e5408b00a9b08188c05f77a4b8eb2260632f49c3346
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>propcalc: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
HTML
clean/Linux-x86_64-4.12.1-2.0.8/released/8.13.2/propcalc/8.10.0.html
coq-bench/coq-bench.github.io
mit
7,403
175
codeparrot/github-code
170e728a3092f0717f2abcff4238be190b83c94774749e47d418a69cda18b478
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>descente-infinie: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstra...
HTML
clean/Linux-x86_64-4.08.1-2.0.5/released/8.10.2/descente-infinie/8.6.0.html
coq-bench/coq-bench.github.io
mit
6,975
168
codeparrot/github-code
a299515cac348a9320d9976d7991053ec745e9bae0f6b487d5b0420004190f05
<?php namespace Askedio\Laravelcp\Models; use Askedio\Laravelcp\Traits\Slugable; use Illuminate\Database\Eloquent\Model; use Askedio\Laravelcp\Traits\PermissionHasRelations; use Askedio\Laravelcp\Contracts\PermissionHasRelations as PermissionHasRelationsContract; class Permission extends Model implements PermissionH...
PHP
src/Models/Permission.php
Askedio/Laravelcp
mit
877
36
codeparrot/github-code
d854a3a1af46e36a0e2ee2ed6a805f5e2e24c3492d4b896b1e03c73ed4aa79c5
import { Component } from 'angular2/core'; import {FORM_DIRECTIVES, FormBuilder, ControlGroup, Validators, AbstractControl, Control} from 'angular2/common'; import {CustomerService} from './../services/customer.service'; @Component({ selector: 'demo-form', styles: [ require('./demo-form.css') ], template: req...
TypeScript
src/app/demo-form/demo-form.ts
martinvondracek/angular2-webpack-play
mit
1,373
54
codeparrot/github-code
26d68b4264107095c4bd19d5c870c1b0355bd6e337c2efe5e57fdd541be9fbf7
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>plouffe: Not compatible 👼</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.1/released/8.5.0~camlp4/plouffe/1.0.0.html
coq-bench/coq-bench.github.io
mit
6,578
166
codeparrot/github-code
1d5f5aeccb184ad09d76a04689be8af3d03f71d8936113e90d6079557fd88651
typedef struct { u32 val; } HM_UI_ID; #define HM_UI_ID_ROOT ((HM_UI_ID){0}) typedef enum HM_UI_Type { HM_UI_Type_Sentinel, HM_UI_Type_Box, HM_UI_Type_ImageBox, HM_UI_Type_TextBox, } HM_UI_Type; typedef struct HM_UI_Node HM_UI_Node; struct HM_UI_Node { HM_UI_Type type; HM...
C
src/editor/ui.c
Coeuvre/hammer
mit
5,359
220
codeparrot/github-code
57d0117185a10393e89f235c42ffc166b11133417695594b731bd6f509350ef1
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>continuations: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.m...
HTML
clean/Linux-x86_64-4.09.1-2.0.6/released/8.13.0/continuations/8.9.0.html
coq-bench/coq-bench.github.io
mit
7,382
179
codeparrot/github-code
2fa674d6e8ffd8a39d485517ee5981ce323278b78a5a124bbb01959362663c10
<!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.07.1-2.0.6/released/8.14.0/coinductive-reals/8.10.0.html
coq-bench/coq-bench.github.io
mit
7,471
178
codeparrot/github-code
4917c784738a7c94520d8d07a7af1e1ee1aa5a3f78b35483edc635cb15db7256
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paradoxes: Not compatible</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/extra-dev/8.11.dev/paradoxes/8.10.0.html
coq-bench/coq-bench.github.io
mit
7,511
185
codeparrot/github-code
01f65e9d00cb156b2a12d94489c46d87964a70a7fed7ab04dfb29b81652e847c
@rem @rem Copyright 2015 the original author or authors. @rem @rem Licensed under the Apache License, Version 2.0 (the "License"); @rem you may not use this file except in compliance with the License. @rem You may obtain a copy of the License at @rem @rem http://www.apache.org/licenses/LICENSE-2.0 @rem @rem Unles...
Batchfile
android/gradlew.bat
alphasp/pxview
mit
2,953
105
codeparrot/github-code
2924c412edd4e745eadadb895134222c282508e675081cf59857e3456c5d165d
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="html/html; charset=utf-8" /> <title>BLEEventType Constants Reference</title> <meta id="xcode-display" name="xcode-display" content="render"/> <link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" /> <link rel="styles...
HTML
docs/html/Constants/BLEEventType.html
upnext/blekit-ios
mit
7,855
269
codeparrot/github-code
15f82b4ebbfe77c303cb317ba7543f75204a1b0711279b0d67ee6e549ea79591
#!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API # Copyright (C) 2015-2017 # Leandro Toledo de Souza <devs@python-telegram-bot.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser Public License as publish...
Python
env/lib/python3.6/site-packages/telegram/inline/inlinequeryresultdocument.py
rogerscristo/BotFWD
mit
4,538
101
codeparrot/github-code
8797d1ac4815579d4be433311c1a54876b8116442c0ecc5643fe9baa5b6bc791
<!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....
HTML
clean/Linux-x86_64-4.08.1-2.0.5/released/8.7.2/hammer-tactics/1.3.2+8.10.html
coq-bench/coq-bench.github.io
mit
7,237
181
codeparrot/github-code
40ccc187585230a85d67a2dc3f135d6b6ab6d0597e94b2b6dcb7294b57a35129
package state import ( "github.com/gentux/friend-bots/Godeps/_workspace/src/github.com/gentux/goirc/logging" "reflect" ) // A Nick is returned from the state tracker and contains // a copy of the nick state at a particular time. type Nick struct { Nick, Ident, Host, Name string Modes *NickMode ...
GO
Godeps/_workspace/src/github.com/gentux/goirc/state/nick.go
Gentux/friend-bots
mit
4,920
203
codeparrot/github-code
403e147dfef468ae0f9122e60c38cdb1b7c228cf5e27b68598ae1e8a05c623fa
<!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/nd/ndf.0.6.7/Ndf-net40.html
kuhlenh/port-to-core
mit
46,278
1,047
codeparrot/github-code
4952932b1b0e6124184a7baf8eadcdff805f2a63306f8e816e82f7793789f987
<?php /** * Wei Framework * * @copyright Copyright (c) 2008-2022 Twin Huang * @license http://opensource.org/licenses/mit-license.php MIT License */ namespace Wei; /** * Check if the input is lowercase * * @author Twin Huang <twinhuang@qq.com> */ class IsLowercase extends BaseValidator { prot...
PHP
lib/IsLowercase.php
twinh/wei
mit
848
40
codeparrot/github-code
0419f049b1a670573fa6e22934f4fdf58165950d63089bcb30091cb8248f85e5
import {Claim, Link, BaseMedium } from './base' import {Junction} from '../../util/all' import * as Debug from '../../util/debug' import {BaseContact} from '../contacts/base' import {Call} from '../contacts/call' export type CallContact = Call<any> export type CallIn = CallContact export type CallOut = CallContact ...
TypeScript
ts_src/interoperability/media/multiplexing.ts
Space-Ed/junglejs
mit
6,592
227
codeparrot/github-code
32d00149c12c874880bb52d0490662a2ff9be2749db86aa54c67bb5061f1d464
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-field: 15 m 48 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.c...
HTML
clean/Linux-x86_64-4.04.2-2.0.5/released/8.7.1+2/mathcomp-field/1.11.0.html
coq-bench/coq-bench.github.io
mit
11,406
190
codeparrot/github-code
7f8c7f45a96b7e806d8587094686a3552b911ec3677fc97b98b68f073b5903ee
<!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.06.1-2.0.5/released/8.11.0/railroad-crossing/8.10.0.html
coq-bench/coq-bench.github.io
mit
7,507
183
codeparrot/github-code
71142cdda5b21f7552df4b7d4dd4b732ce182025edcd6478fffa9527f5e44789
<?php // make compat library available for 5.3.7 <= PHP version < 5.5 require_once(Mage::getBaseDir('lib') . DS . 'password_compat'. DS .'password.php'); //change class signature based on Magento edition if(Mage::getEdition() == Mage::EDITION_ENTERPRISE) { abstract class EW_NativePasswords_Model_Encryption_Abstra...
PHP
app/code/community/EW/NativePasswords/Model/Encryption.php
ericthehacker/magento-phpnativepasswords
mit
5,429
177
codeparrot/github-code
9e7e097f96e6e3349a52f6fc1b68302009750b5787fb28d31bdd9e2756a3df2d
<div class="row"><h1 class="columns">Glossary of Guide Terms</h1></div> <div class="row"> <div class="medium-7 county-table columns"> <p>Recognizing that this guide uses health and criminal justice system terminology that could be confusing, the following definitions should provide clarity for criminal ...
HTML
partials/glossary.html
albatrossdigital/takecare-healthmatters
mit
5,589
54
codeparrot/github-code
3d2558407e4e56c4695b539d73f700f9c267547d9543314b51afb83ab74a625c
"""Track the jinja2 rendering dependencies using a custom environment. Trying to track with a custom loader does not work since the templates are cached by the environment and only triggers the loader the first time the template is used. By using a modified version of the code generator and environment, the context i...
Python
grow/templates/jinja_dependency.py
grow/grow
mit
5,519
130
codeparrot/github-code
063cb9732bc159856473afd8f3abbc4780289fe4c2b0f7d9acdaca45a30c0099
import { selector } from '../MainNavbarContainer'; describe('shared/main-navbar/MainNavbarContainer', () => { describe('selector', () => { function getState(locale = 'fi', user = {}) { return { auth: { userId: user.id, token: 'mock-token', }, data: { us...
JavaScript
src/domain/header/__tests__/MainNavbarContainer.test.js
fastmonkeys/respa-ui
mit
705
31
codeparrot/github-code
479bb4f5f7d7347906fca82255ec51a3cbcb8c143b1c2d27dab850c86bbcd4ef
function initPage() { $('input.search-query').typeahead({ items: 10, source: function (query, process) { return $.get('/persons/typeahead.json', { query: query }, function (data) { return process(data.options); }); } }); $(window).resize(); //o...
JavaScript
app/assets/javascripts/common.js
dynamicguy/person-log
mit
5,624
168
codeparrot/github-code
53eb7407a70e1f076495ee3d95622ee7b6b850eb747371d75a67f0da948cbd74
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ott: 30 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesh...
HTML
clean/Linux-x86_64-4.09.1-2.0.6/released/8.10.2/ott/0.30.html
coq-bench/coq-bench.github.io
mit
10,884
203
codeparrot/github-code
563ea841bf022629ee02d6945f6f2db0e74f9424fb70211a08e2a1d01c1205f7
<!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" re...
HTML
clean/Linux-x86_64-4.09.0-2.0.5/extra-dev/dev/goedel/8.6.0.html
coq-bench/coq-bench.github.io
mit
6,999
168
codeparrot/github-code
17da30d034c01ea12cfd6c2197bf49f05f2927f9895d109c17cb360f0e05b59a
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coqprime: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
HTML
clean/Linux-x86_64-4.06.1-2.0.5/released/8.8.1/coqprime/1.0.5.html
coq-bench/coq-bench.github.io
mit
6,516
165
codeparrot/github-code
e3d23df5e52da9c3650c72db3c93869405317f69aa619b5410f10d8310af0cfe
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
Java
server/src/multiverse/msgsys/DomainServer.java
longde123/MultiversePlatform
mit
29,014
818
codeparrot/github-code
3d9e06d3bffd2f671d23013e692a16193cf91644bd4a8d8ab24d0403afe781e0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>geocoq-coinc: 35 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.0/geocoq-coinc/2.4.0.html
coq-bench/coq-bench.github.io
mit
10,042
188
codeparrot/github-code
fc9f489ff37e22d48cd0fd2377ee29ed2c68538150e9b98ad1518b647e4e6def
/**************************************************************************** ** ** Copyright (C) 2008-2010 C.B. Barber. All rights reserved. ** $Id: //product/qhull/main/rel/cpp/QhullVertex.h#26 $$Change: 1164 $ ** $DateTime: 2010/01/07 21:52:00 $$Author: bbarber $ ** **************************************************...
C
voboz1.3.2/qhull/cpp/QhullVertex.h
caseywstark/void_tools
mit
3,441
101
codeparrot/github-code
3512e7fe87ebab46dc5e39954bf15db802c1af3009a5eb3e62f59100d4db7768
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>three-gap: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
HTML
clean/Linux-x86_64-4.12.0-2.0.8/released/8.13.1/three-gap/8.8.0.html
coq-bench/coq-bench.github.io
mit
7,058
170
codeparrot/github-code
6717593ea471cf75fb5db0b01c509188b181643eb2d2ce4b70850e833d7bf4a7
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>markov: Not compatible 👼</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.1/released/8.6.1/markov/8.8.0.html
coq-bench/coq-bench.github.io
mit
7,378
175
codeparrot/github-code
1810ca8bbc21d65dd2707e97e4e4552aa8db2f1245072f3bc1eec4ccbe3471fd
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ext-lib: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css...
HTML
clean/Linux-x86_64-4.08.1-2.0.5/released/8.9.1/ext-lib/0.9.7.html
coq-bench/coq-bench.github.io
mit
6,631
167
codeparrot/github-code
77406780df89b1ea274ab82eeeceaced81cd483dce663bc07605c44b3c579d8d
/*! \file system.cpp \author Sho Ikeda Copyright (c) 2015-2018 Sho Ikeda This software is released under the MIT License. http://opensource.org/licenses/mit-license.php */ #include "system.hpp" // Standard C++ library #include <cstddef> #include <vector> // Zisc #include "zisc/memory_manager.hpp" #include...
C++
source/NanairoCore/system.cpp
byzin/Nanairo
mit
3,597
130
codeparrot/github-code
dab0c2422714c19e9c31f8b253c8d6ea7ffc24b4f1b7caad209c0975d50879f6
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>equations: 49 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.07.1-2.0.6/released/8.12.1/equations/1.2.3+8.12.html
coq-bench/coq-bench.github.io
mit
24,667
321
codeparrot/github-code