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
482bf046ce577a2a09dbdbfc69e8065112e805ce665fae303ee5ba31e18979cf
<!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.06.1-2.0.5/released/8.7.1/math-classes/8.15.0.html
coq-bench/coq-bench.github.io
mit
7,306
184
codeparrot/github-code
763d0de4ebe6b3d3db444efbf488c9253d5b15a8348032af8df81d4b92534340
<!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.11.2-2.0.7/released/8.13.1/concat/8.5.0.html
coq-bench/coq-bench.github.io
mit
6,649
162
codeparrot/github-code
193eda222de10f17a1be50064863504eb1ff896aab6a81a9f1223e2405890a0d
import * as ts from 'typescript'; import { loader } from 'webpack'; function getDiagnosticMessage(d: ts.Diagnostic) { if ( typeof d.messageText === 'string' ) { return [ d.messageText ]; } else { let chain = d.messageText; const res = []; while ( chain ) { res.push(chain.messageText); c...
TypeScript
tools/@webpack-ext/tdm-ts-transpile/src/lib/loader.ts
shlomiassaf/tdm
mit
1,078
46
codeparrot/github-code
d25dfa860fc04ec0cdd43b9c94104682088074f46d3a7ecf04144776e3ccb717
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>tree-calculus: 15 s</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="...
HTML
clean/Linux-x86_64-4.11.1-2.0.7/extra-dev/dev/tree-calculus/1.0.0.html
coq-bench/coq-bench.github.io
mit
7,671
175
codeparrot/github-code
ba11d179596a3bccc137c6a83333ee80a1f3dc5c387101dc3089ac7506501f93
<html><body><p><!-- saved from url=(0024)http://docs.autodesk.com --> <!DOCTYPE html> <!-- Mirrored from help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/generated/classes/pymel.util/pymel.util.ArrayIter.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:19:57 GMT --> <!-- Added by HTTrack ...
HTML
PyMel.docset/Contents/Resources/Documents/generated/classes/pymel.util/pymel.util.ArrayIter.html
alexwidener/PyMelDocset
mit
26,908
303
codeparrot/github-code
c2aad8e9a66e99f421ff4950ae4b9b4dddbbbcf890a62a76ae56de2ad80fa799
<!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.09.1-2.0.6/released/8.9.1/elpi/1.3.0.html
coq-bench/coq-bench.github.io
mit
7,337
172
codeparrot/github-code
ce1aeac44dd168520ba3cad4703d3dcb53796a7b82ec522f0842bc84f35f88f2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML> <HEAD> <TITLE></TITLE> </HEAD> <BODY> <A name=1></a>31228<br> NOTIFY NDIC INSPECTOR RICHARD DUNN AT 701-770-3554 WITH SPUD &amp; TD INFO.<br> X<br> May 12, 2015<br> Alice D. Webber<br> Engineering Technician<br> <hr> <A name=2></a>May 12, 2015<br> Br...
HTML
html/pdf/W31228.pdfs.html
datamade/elpc_bakken
mit
67,701
4,253
codeparrot/github-code
7740880544d6eb8f9f6a5b2b6e886c10d4d9697e8979855a1f29dff607cececc
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ruler-compass-geometry: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bo...
HTML
clean/Linux-x86_64-4.02.3-2.0.6/released/8.6.1/ruler-compass-geometry/8.8.0.html
coq-bench/coq-bench.github.io
mit
7,675
174
codeparrot/github-code
e3d7e520767280b273fcf618a2a419b86f12e6d94247762ec6ab8e933b3ed10c
/* *********************************************************************************************************************** * * Copyright (c) 2016-2021 Advanced Micro Devices, Inc. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associ...
C++
src/core/layers/interfaceLogger/interfaceLoggerLogContext.cpp
googlestadia/pal
mit
73,921
1,317
codeparrot/github-code
cff8e397ac88f6ecec3781afe5f41880e4ca8ebdfc75cbcb3319e9490d1e4368
'use strict'; var angular = require('angular'); module.exports = Notifications; /** * Notification service * Forked & modified from: https://github.com/cgross/angular-notify */ function Notifications(notifyConfig, $timeout, $http, $compile, $templateCache, $rootScope) { var messageElements = []; var open...
JavaScript
src/client/modules/notifications/service/notifications.js
cgmartin/angular-spa-browserify-example
mit
4,418
131
codeparrot/github-code
18a7c404cea0bcfe6779406ae467e303cd738d8e6e83f97440ec5131fb8780ea
// Copyright (c) 2012 Intel Corp // Copyright (c) 2012 The Chromium Authors // // 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 righ...
C++
src/api/menu/menu_delegate.cc
nwjs/nw.js
mit
3,442
115
codeparrot/github-code
b9520caf1d3817c327f05d3dbfa3ec7357519dbc8554cc50d32543e66ffa4bf7
#include "statisticspage.h" #include "ui_statisticspage.h" #include "main.h" #include "wallet.h" #include "init.h" #include "base58.h" #include "clientmodel.h" #include "bitcoinrpc.h" #include <sstream> #include <string> using namespace json_spirit; StatisticsPage::StatisticsPage(QWidget *parent) : QWidget(paren...
C++
src/qt/statisticspage.cpp
playpossat/blocksattime
mit
6,353
216
codeparrot/github-code
00279fc0797602eb27f11afc97c7d241dab90e6b2ba1c8576f39e3275ef03d39
// Copyright (c) Alex Hardwicke. All rights reserved. // Licensed under the MIT license. See LICENCE file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System...
C#
Surge.Shared/Common/ListFilter/ListCollectionView.cs
alexhardwicke/Surge
mit
23,924
701
codeparrot/github-code
23b2d6dfd52c848da892bd1db23ab20981b2e38c8389445474dc4bfc7b8b77c2
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-solvable: 5 m 10 s 🏆</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.11.0/mathcomp-solvable/1.9.0.html
coq-bench/coq-bench.github.io
mit
14,739
216
codeparrot/github-code
b33c9d6151de6fe88cb516dc1f99ff95ef8ac8f7a3ec7178731a4c05d6c1590b
"use strict"; var _slicedToArray = (function () { function sliceIterator(arr, i) { var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d =...
JavaScript
src/js/app.js
Ryuno-Ki/didactic-octo-adventure
mit
5,204
138
codeparrot/github-code
8e2a681a893c22cd131ae3479f9ab69f462be2403d092f5e777eaa50b196a27c
/* * ___ * /\_ \ * _____ ___ ___\//\ \ __ * /\ '__`\ / __`\ / __`\\ \ \ /'__`\ * \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\ __/ * \ \ ,__/\ \____/\ \____//\____\ \____\ * \ \ \/ \/___/ \/___/ \/____/\/____/ * \ \_\ * \/_/ * * Designed, built,...
CSS
public/css/poole.css
jonathanhirz/jonathanhirz.com
mit
6,866
431
codeparrot/github-code
8e5c769b8b86d407e6109a0ec5adae3f1238d895560d38ec680d64fb8d7c91ab
// +build !windows package ping import ( "errors" "fmt" "os/exec" "regexp" "runtime" "strconv" "strings" "syscall" "github.com/influxdata/telegraf" ) func (p *Ping) pingToURL(u string, acc telegraf.Accumulator) { tags := map[string]string{"url": u} fields := map[string]interface{}{"result_code": 0} out...
GO
plugins/inputs/ping/ping_notwindows.go
puckpuck/telegraf
mit
6,466
224
codeparrot/github-code
38098c62b9d5df1fc8e4e6eb8e42982a8be5e05d8f3ba4b2554d78dd9fe0726a
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>fsets: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" ...
HTML
clean/Linux-x86_64-4.07.1-2.0.6/extra-dev/8.10.0/fsets/8.9.0.html
coq-bench/coq-bench.github.io
mit
7,186
180
codeparrot/github-code
558234755c36947ea62e42c3fc4c40d2941ac6311d2d121667afcf4dd1e76a1e
package com.rndemo; import android.app.Activity; import android.os.Bundle; import android.view.KeyEvent; import com.facebook.react.LifecycleState; import com.facebook.react.ReactInstanceManager; import com.facebook.react.ReactRootView; import com.facebook.react.modules.core.DefaultHardwareBackBtnHandler; import com.rn...
Java
RNDemo/android/app/src/main/java/com/rndemo/MainActivity.java
xu6148152/binea_project_for_react_native
mit
2,244
77
codeparrot/github-code
cddadc6a794b71d2d0d603bf0e33fbe6ecbe9c693676dbeca321d0516778592c
<?php namespace Datachore; abstract class Datastore { protected $_datasetId; protected static $_instance = null; public function __construct(array $config = []) { $this->_datasetId = isset($config['datasetId']) ? $config['datasetId'] : $_SERVER['APPLICATION_ID']; $this->__initialize($config); self...
PHP
src/Datastore.php
pwhelan/datachore
mit
584
35
codeparrot/github-code
4325fd3f073c5db6ee5af1681647a67dbf1fe8462a49825f837ae6fe45c2e8e4
require 'straight_line/common/command' require 'straight_line/common/feature' require 'straight_line/common/git_commands/pull' require 'straight_line/common/git_commands/rebase' require 'straight_line/common/git_commands/merge' require 'straight_line/common/git_commands/push' require 'straight_line/common/git_commands/...
Ruby
lib/straight_line/common/feature/diff.rb
chrisUsick/straight_line
mit
2,973
104
codeparrot/github-code
df74e6337108e07c2b85e0eee8e68467cfd232bb14c3959379ecbd1f3bc0fbaa
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>lambda: 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.8.0/lambda/8.7.0.html
coq-bench/coq-bench.github.io
mit
7,378
172
codeparrot/github-code
211c9817c2eace418942709bd25b41869d8c3da44f49367bbcb996c54e1bd063
// CoreDetect.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <windows.h> #include <stdio.h> #include <iostream> #include <thread> #include "CoreModel.h"" #pragma comment(lib, "user32.lib") using namespace std; /* typedef struct _SYSTEM_INFO { union { ...
C++
CoreDetect/CoreDetect.cpp
smswam/CoreDetect
mit
3,963
148
codeparrot/github-code
ae0c05b263dcc2dbff5cdbfcdd05d31079217e3573fd75f985636369aeb36d5b
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 選舉資料查詢 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>中選會選舉資料庫網站</title> <link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css"> <script typ...
HTML
mirror/prvCode_07/cityCode_000-areaCode_04-deptCode_031/voteCode_20120101T1A2-qryType_ctks-prvCode_04-cityCode_000-areaCode_04-deptCode_031-liCode_0570.html
g0v/projectV
mit
5,235
165
codeparrot/github-code
b926f875e36d35f814a0bef23c1bd80132418950a90ec3575e557d9d506a7f8a
#ifndef COM_H #define COM_H typedef struct request { a_string request_uri; a_string method; a_string content_type; a_string content_length; a_string query_string; a_string script_name; } *request; typedef struct response { int status; a_string statusText; a_string contentType; ...
C
api/com.h
dabowheel/displaytime
mit
779
32
codeparrot/github-code
f1758660ec1d3b2db4f781eaf40b44f72823cc166a2b97dcf98ea7748a4fd26c
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>monae: 3 m 59 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.05.0-2.0.1/released/8.10.1/monae/0.0.4.html
coq-bench/coq-bench.github.io
mit
13,786
236
codeparrot/github-code
b2c485af9d9693045c36141460a26485ed93f3c6c048e9919125dc261d691997
const extractor = require('./extractor') const { createEventAccessor } = require('./living/helpers/create-event-accessor') const { Future } = require('perhaps') const Queue = require('avenue') const Schema = require('./schema') const { setupForSimpleEventAccessors } = require('./living/helpers/create-event-accessor...
JavaScript
IDBDatabase-impl.js
bigeasy/indexeddb
mit
5,153
121
codeparrot/github-code
e74ed1800461b1b87c4c24702bdb65a6ff695267f05bf5518f16776eb4fd1261
require "uri" require "httpi/cookie_store" require "httpi/auth/config" require "rack/utils" module HTTPI # = HTTPI::Request # # Represents an HTTP request and contains various methods for customizing that request. class Request # Available attribute writers. ATTRIBUTES = [:url, :proxy, :headers, :bod...
Ruby
lib/httpi/request.rb
lgustafson/httpi
mit
3,598
135
codeparrot/github-code
01acec5ce65dbf3dcc1bc4ffe471709a8ff6057362e1067f97738e92f75d6a45
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>relation-algebra: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstra...
HTML
clean/Linux-x86_64-4.02.3-2.0.6/released/8.6.1/relation-algebra/1.3.html
coq-bench/coq-bench.github.io
mit
7,330
179
codeparrot/github-code
0b7302d40c686056292737780594404ca271c0839a4039e1b8630a06cb104895
import { NgModule } from '@angular/core'; import { LoginComponent } from './components/login/login.component'; import { SignupComponent } from './components/signup/signup.component'; import { MainComponent } from './components/main/main.component'; import { AuthGuard } from './guards/auth.guard'; import { RouterModule,...
TypeScript
client/src/app/app-routing.module.ts
ronzeidman/ng2-ui-auth-example
mit
809
35
codeparrot/github-code
86a7157d59d3cbe34f9b6dafa2b2c3d2987dab342996da476033c1ae0504c58b
/* * REACT MIXINS * * Custom mixins for use in React components */ module.exports = { /* * cleanFormField * * Takes the string value from a form field * and returns a number, string, or null. */ cleanFormField: function(value) { value = value.trim(); //If value is a number, return a real numbe...
JavaScript
app/js/components/mixins.js
carbono-io/vulcan
mit
1,406
73
codeparrot/github-code
070daab09de6fba669cd082ea10d151e0ffb2fe29428f3ea0d4541f177e9beb9
// Interactable Object|Interactions|30030 namespace VRTK { using UnityEngine; using System.Collections; using System.Collections.Generic; using Highlighters; using GrabAttachMechanics; using SecondaryControllerGrabActions; /// <summary> /// Event Payload /// </summary> /// <par...
C#
Assets/VRTK/Scripts/Interactions/VRTK_InteractableObject.cs
zacharyfaulk/VRBuilder
mit
43,356
1,029
codeparrot/github-code
b1ec4a90d2eab33d527e26d4dbe3dd0129de5a5d176bd7719d7f021d776ea7f1
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>zorns-lemma: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min...
HTML
clean/Linux-x86_64-4.07.1-2.0.6/extra-dev/dev/zorns-lemma/8.7.0.html
coq-bench/coq-bench.github.io
mit
7,369
177
codeparrot/github-code
5918aad420e3f5d9b2b6f81a71d4b2ad7e211a4dcede013156b7969406543f97
namespace Nancy.ViewEngines { using System; using Nancy.Conventions; /// <summary> /// Default implementation on how views are resolved by Nancy. /// </summary> public class DefaultViewResolver : IViewResolver { private readonly ViewLocationConventions conventions; ...
C#
src/Nancy/ViewEngines/DefaultViewResolver.cs
paulcbetts/Nancy
mit
4,174
95
codeparrot/github-code
d9d5c2ba8279836d9ba2e53eb86fa2a78abbf0883534871afb137d6bad23a8f4
using LagoVista.UserManagement.Interfaces.Repos.Orgs; using System.Threading.Tasks; using LagoVista.UserManagement.Models.Orgs; using LagoVista.CloudStorage.Storage; using LagoVista.Web.Identity.Interfaces; using LagoVista.Core.PlatformSupport; using System.Linq; using System; namespace LagoVista.Web.Identity.Repos.O...
C#
src/LagoVista.Web.Identity/Repos/Orgs/InviteUserRepo.cs
LagoVista/Admin
mit
1,484
45
codeparrot/github-code
93950b3de53944bc52baf273b599f6f09c0dbfcf2e6a478a9e9ccb3470caac36
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>relation-extraction: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../boots...
HTML
clean/Linux-x86_64-4.06.1-2.0.5/released/8.9.0/relation-extraction/8.8.0.html
coq-bench/coq-bench.github.io
mit
7,161
168
codeparrot/github-code
9155458c2df29446508084d3d8d22e1d1b57e6082d73e74fcc0a2fbe41056299
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>tortoise-hare-algorithm: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../boot...
HTML
clean/Linux-x86_64-4.09.0-2.0.5/released/8.7.0/tortoise-hare-algorithm/8.8.0.html
coq-bench/coq-bench.github.io
mit
7,313
168
codeparrot/github-code
68f08dd6c57d2f6363629e5cde63b643984dceec3d4b5e8717cd5fec28dc3381
package com.simon816.chatui.group; import com.simon816.chatui.lib.PlayerChatView; import com.simon816.chatui.lib.PlayerContext; import com.simon816.chatui.tabs.Tab; import com.simon816.chatui.ui.AnchorPaneUI; import com.simon816.chatui.ui.LineFactory; import com.simon816.chatui.ui.UIComponent; import com.simon...
Java
src/main/java/com/simon816/chatui/group/ChatGroupTab.java
simon816/ChatUI
mit
2,568
67
codeparrot/github-code
16059df707ba08f5ce878e4e25367e8a59fd05321e6d96674739b944ddb00bcf
from math import radians, cos, sin, asin, sqrt, degrees, pi, atan2 from enum import Enum from typing import Union # mean earth radius - https://en.wikipedia.org/wiki/Earth_radius#Mean_radius _AVG_EARTH_RADIUS_KM = 6371.0088 class Unit(Enum): """ Enumeration of supported units. The full list can be check...
Python
haversine/haversine.py
mapado/haversine
mit
5,961
175
codeparrot/github-code
a1a5338bbf1fae5200102577251a15e3837af7af6035f4f8abfb47485eb07809
package br.com.starcode.fiboncci; import static org.junit.Assert.*; import org.junit.Before; import org.junit.Test; import br.com.starcode.fibonacci.Fibonacci; /* 0 F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 F13 F14 F15 F16 F17 F18 F19 F20 0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584 4181 676...
Java
src/test/java/br/com/starcode/fiboncci/FibonacciTest.java
utluiz/tdd-example
mit
822
37
codeparrot/github-code
5dd9ae8a022179af0c0a6e0e42bfdd984cec56e57af82a1ea087b58e9acc5448
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>cecoa: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" ...
HTML
clean/Linux-x86_64-4.07.1-2.0.6/released/8.14.0/cecoa/1.0.0.html
coq-bench/coq-bench.github.io
mit
7,405
188
codeparrot/github-code
a70fda6e497f208a5369c2ba8cefa26f5a2dffafb19b6fe7a96c136fd0549afb
var animationFactory = require("../animation/animation-factory"); module.exports = { animations: null, // Array (assigned on instance creation in factory function). element: null, // will be frozen selector: null, // will be frozen addAnimation: function addAnimation(options) { var result...
JavaScript
src/js/prototypes/animation-collection/animation-collection-prototype.js
brettimus/super-hearts
mit
1,646
57
codeparrot/github-code
46a163a70e51d8d831b6864788100e8a587a66992c9e4b650ef95c87019951de
var express = require('express'); var request = require('request'); var cheerio = require('cheerio'); var cache = require('memory-cache'); var config = require('../config'); var routes = function (s) { var productRouter = express.Router(); var prds = [] ; var item = {} ; var scrape = function(html){ ...
JavaScript
Routes/gamesq8Routes.js
shikhar-kr/ksa
mit
2,360
73
codeparrot/github-code
84ba85142538311d2c2f18396e26afede1aa8477ba6f455129c73330b01b0c70
import React, { Component } from 'react'; import FitImage from 'react-native-fit-image'; import { StyleSheet, View, ListView, } from 'react-native'; import { MoviePoster, } from '../'; export default class MovieGrid extends React.Component { constructor(props) { super(props); const rows = createRo...
JavaScript
app/android/components/movieGrid/index.js
GilbertLS/MovieCircle
mit
2,084
105
codeparrot/github-code
d24214174d24a84e568fd038aae64af006d6445bb98024d1aa8917e8dc93a0bd
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /** * */ class Mdaftar extends CI_Model { function __construct() { parent::__construct(); } // function daftaruser($table, $data) // { // $res=$this->db->insert($table, $data); // return $res; // } ...
PHP
application/models/Mdaftar.php
0x4164/olqt-ci
mit
876
40
codeparrot/github-code
57c80cdf17af3077ac668f10670b548b8af0b83c24d815d1c83703abc7b894aa
package algorithms.statistics; import algorithms.correlation.UnivariateDistance; import algorithms.matrix.MatrixUtil; import algorithms.misc.Histogram; import algorithms.misc.HistogramHolder; import algorithms.misc.MiscMath0; import algorithms.sort.MiscSorter; import algorithms.optimization.GeometricMedian; import alg...
Java
src/test/java/algorithms/statistics/MultivariateUniformDistributionTest.java
nking/shared
mit
17,514
428
codeparrot/github-code
04ac346bea432c7e1b91676ae154d45819544a4115f07008c77c8a15fac8d112
package com.rollbar.notifier.sender.json; import static java.util.regex.Pattern.compile; import com.rollbar.api.json.JsonSerializable; import com.rollbar.api.payload.Payload; import com.rollbar.notifier.sender.result.Result; import java.io.PrintWriter; import java.io.StringWriter; import java.util.Collection; import ...
Java
rollbar-java/src/main/java/com/rollbar/notifier/sender/json/JsonSerializerImpl.java
rollbar/rollbar-java
mit
7,295
262
codeparrot/github-code
4ccbd936ecd22b3aab3781fb95ebb8f1ba9d59f99531fce56dc6fc4d55163db7
// Default Settings jqueryPopup = Object(); jqueryPopup.defaultSettings = { centerBrowser:0, // center window over browser window? {1 (YES) or 0 (NO)}. overrides top and left centerScreen:0, // center window over entire screen? {1 (YES) or 0 (NO)}. overrides top and left height:500, // sets the height in pixels o...
JavaScript
jquery.popup.js
aramk/jQueryPopup
mit
3,888
98
codeparrot/github-code
b8c32743c1fde09474e54f6d5e04fa976abfe4dacd56fcb734b173849b1efca3
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paramcoq: 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.7.0/paramcoq/1.1.2+coq8.13.html
coq-bench/coq-bench.github.io
mit
7,232
179
codeparrot/github-code
9247c0b2fd087b2f985f399ff3532ec7e460ab615f604e9636a5ced5b313459f
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coalgebras: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min....
HTML
clean/Linux-x86_64-4.07.1-2.0.6/released/8.13.1/coalgebras/8.5.0.html
coq-bench/coq-bench.github.io
mit
7,300
172
codeparrot/github-code
abdd232363ba59f7944e9457068972e400c8a5d0eceedf607128aea770327cb8
var fs = require('fs') , path = require('path') , jsonParser = require('./jsonparser') , crypto = require('crypto'); /** Function: storeScreenShot * Stores base64 encoded PNG data to the file at the given path. * * Parameters: * (String) data - PNG data, encoded in base64 * (String) file ...
JavaScript
lib/util.js
khoaln/protractor-html-screenshot-reporter
mit
4,357
165
codeparrot/github-code
2e0b8b6cf1bda515b617d6739c12fa6da2aba9e5c965e5c05aa57ecc0018ca0d
use std::io::IoError; use std::error::{Error, FromError}; /// Possible parser errors #[derive(Show, PartialEq)] pub enum ParserErrorKind { /// Parser met EOF before parsing a proper datum UnexpectedEOF, /// Unexpected token: the first string describes expected token, and the second describes /// actual...
Rust
src/error.rs
kimhyunkang/r5.rs
mit
2,380
97
codeparrot/github-code
5a09d1542b85cdba8fcc7c33c25515eb8c7863ac2d6e1d9d7322022b2ceaf44b
<?php Class Statemodel extends CI_Model { public function __construct() { parent::__construct(); } //--------------------------------State Query------------------------------------- function getall_country_list() { $sql="SELECT id,country_name,event_status FROM country_master WHERE ev...
PHP
application/models/Statemodel.php
kamalhappysanz/heyla
mit
2,325
79
codeparrot/github-code
f057a8fcb21f98057f0f355e955a0aa863a1a7d7d4c8f287425b4ee023955c1d
// This is a generated file. Not intended for manual editing. package com.smcplugin.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; import stat...
Java
gen/com/smcplugin/psi/impl/SmcPushStateImpl.java
menshele/smcplugin
mit
1,375
52
codeparrot/github-code
54afbbca8c554d9dd849838300326247a3476dd761071548fb06bb40894e95e7
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>zorns-lemma: 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.0-2.0.5/released/8.7.1+2/zorns-lemma/8.10.0.html
coq-bench/coq-bench.github.io
mit
7,079
177
codeparrot/github-code
ed6f2ee078763a520a834aa0c410f4675d2a992bde073312ab032a6a17d22e76
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ceramist: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" ...
HTML
clean/Linux-x86_64-4.09.0-2.0.5/released/8.8.0/ceramist/1.0.0.html
coq-bench/coq-bench.github.io
mit
7,344
181
codeparrot/github-code
d7e81e6da869ffc9d7df37e21229e8a5f02bce87673b8fe46fc9d024228d77e2
import os import sys import time import pygame import socket import fcntl import struct import serial import RPi.GPIO as GPIO time_stamp_prev=0 def main(): GPIO.setmode(GPIO.BCM) GPIO.setup(22, GPIO.IN, pull_up_down=GPIO.PUD_UP) loop_forever = True prev_input = 1 while True: in...
Python
user-interface/python-scripts/port-test.py
tlevis/Pepino
mit
682
34
codeparrot/github-code
4dbab3d70d399b0900eb407be82c3e4e699d201f1bcbf00281cfade2382ddd5f
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>circuits: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
HTML
clean/Linux-x86_64-4.11.2-2.0.7/released/8.12.1/circuits/8.10.0.html
coq-bench/coq-bench.github.io
mit
6,678
168
codeparrot/github-code
f5ea2c9c89957f5f6f149f1a8d437459ac0cdf3c24b3c10867cbd64c5e9abedd
/* * See LICENSE file in distribution for copyright and licensing information. */ package seph.lang.persistent; import java.util.*; import org.junit.Test; import static org.junit.Assert.*; import static org.hamcrest.CoreMatchers.*; import seph.lang.Text; import seph.lang.SephObject; import seph.lang.SimpleSephObje...
Java
src/test/seph/lang/persistent/PersistentHashMapTest.java
seph-lang/seph
mit
14,269
337
codeparrot/github-code
d98c4b7fc4f09ca1c03d6779c05decfa4ab4f2317602b127b73169e24a3f22c9
package com.raoulvdberge.refinedstorage.network; import com.google.common.base.Optional; import com.raoulvdberge.refinedstorage.container.ContainerCraftingMonitor; import com.raoulvdberge.refinedstorage.item.ItemWirelessCraftingMonitor; import com.raoulvdberge.refinedstorage.tile.craftingmonitor.WirelessCraftingMonito...
Java
src/main/java/com/raoulvdberge/refinedstorage/network/MessageWirelessCraftingMonitorSettings.java
way2muchnoise/refinedstorage
mit
2,063
56
codeparrot/github-code
88ddef1bcc7214e831cbc405cace6cc9465c5dff0d41af1f9460221f259d46af
'use strict'; /** * Handles matching page URL with defined connectors and injecting scripts into content document */ define([ 'connectors', 'config', 'objects/injectResult', 'customPatterns' ], function (connectors, config, injectResult, customPatterns) { /** * Creates regex from single match pattern * * ...
JavaScript
core/background/inject.js
ex47/web-scrobbler
mit
5,774
183
codeparrot/github-code
712027d7cb2ca6d1442487b4c28bf614ce5750aaaad17864744e1560fddd6e1f
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title> Posts Tagged &ldquo;3D&rdquo; | Alex Catalán</title> <link rel="stylesheet" href="/css/style.css" /> <link rel="stylesheet" href="/css/syntax.css" /> <meta name="description" content="Game Engineer"/> <me...
HTML
_site/tag/3D/index.html
madowen/jekyll-madowen
mit
2,789
87
codeparrot/github-code
378a43c85b7e6888bdf9ba444829b31b9bcb6907926eaf322fe9eadfee49fcef
#include "mini_stdint.h" #include "../buffer_t.h" #include "HalideRuntime.h" extern "C" { extern int atoi(const char *); extern char *getenv(const char *); extern int64_t halide_current_time_ns(void *user_context); extern int snprintf(char *, size_t, const char *, ...); #ifndef DEBUG #define CHECK_CALL(c,str) c #def...
C++
src/runtime/cuda.cpp
mikeseven/Halide
mit
16,657
446
codeparrot/github-code
256a15bd7e4e056c9308155d642e417dc78b418f451f1dd1b883066ccd28277e
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>monae: 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.13.2/monae/0.2.html
coq-bench/coq-bench.github.io
mit
7,558
189
codeparrot/github-code
c7b74ceb2c463d6c7d2cb018f34e82cdda84d73653ac8ec04a3893fe680ab685
<?php namespace App\Http\Requests; use App\Http\Requests\Request; class FeatureListRequest extends \Backpack\CRUD\app\Http\Requests\CrudRequest { /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { // only allow upd...
PHP
app/Http/Requests/FeatureListRequest.php
drashoor/tmamy
mit
1,001
56
codeparrot/github-code
0364024243a4dadb0fe0434eeb3e719b989a33c590a945201234660881419068
package moviehandler.eingabe; import moviehandler.Controller; import moviehandler.ausgabe.AusgabeVC; import moviehandler.dataobjects.DataBean; import moviehandler.dataobjects.Movie; public class EingabeVC extends Controller { private EingabeView view; public EingabeVC(DataBean dataBean) { super(dataBean); thi...
Java
movieHandler/src/main/java/moviehandler/eingabe/EingabeVC.java
Kaito23/movieHandler
mit
1,303
52
codeparrot/github-code
5c1d52ff4be5a5ab356c626c932e804d3a36230f886c7013b3d753ea1cae778d
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>higman-cf: 23 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.02.3-2.0.6/released/8.5.0~camlp4/higman-cf/8.5.0.html
coq-bench/coq-bench.github.io
mit
7,759
174
codeparrot/github-code
5759f765374558eda9771332403285f322c12bca697f0408495772b0da360b5d
<?php namespace NamelessCoder\NumerologLavacharts; use Khill\Lavacharts\Configs\DataTable; use Khill\Lavacharts\Formats\Format; use Khill\Lavacharts\Lavacharts; use NamelessCoder\Numerolog\Client; use NamelessCoder\Numerolog\Query; /** * Class Chart */ class NumerologChart extends Lavacharts { /** * @param Char...
PHP
src/NumerologChart.php
NamelessCoder/numerolog-lavacharts
mit
2,070
75
codeparrot/github-code
6943ad2000b1a92e4e5379de4b7386db8a6edd8c46b3d3fde27c5274309d949c
import * as React from 'react'; import { shallow } from 'enzyme'; import { Image } from './../../src/elements/Image'; describe('Image', () => { it('should render a figure with .image', () => { const component = shallow(<Image src='something' />); expect(component.is('figure')).toBe(true); ...
TypeScript
test/elements/Image.test.tsx
AlgusDark/bloomer
mit
1,641
39
codeparrot/github-code
5295a342d197f8d996aab05267f57dd7a48ffc4cbe936db67e4708edf37b9896
/** * Logger with winston * require: var log = require('log') * ex: log.info("something") * */ var winston = require('winston'); // log var logger = new (winston.Logger)({ transports: [ new (winston.transports.File)({ name: 'info-file', filename: './log/winston-info.log', ...
JavaScript
utils/log.js
khacpv/image-pro
mit
1,860
67
codeparrot/github-code
940f0ac0297f225822814e0bb8b43f2e6f0ee78db4a9248bfac6e401274ad2b2
#include <stdlib.h> #include <stdint.h> #include <string.h> #include <assert.h> #include "nlr.h" #include "misc.h" #include "mpconfig.h" #include "mpqstr.h" #include "obj.h" #include "runtime.h" #include "bc.h" /******************************************************************************/ /* generator wrapper ...
C
py/objgenerator.c
PaulStoffregen/micropython
mit
3,644
116
codeparrot/github-code
9acf07609f77b7765bec54f80531343ae9fb551dbff948acc867c677acff5407
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__wchar_t_console_w32_spawnlp_66a.c Label Definition File: CWE78_OS_Command_Injection.strings.label.xml Template File: sources-sink-66a.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: console Read input from the c...
C
samples/Juliet/testcases/CWE78_OS_Command_Injection/s06/CWE78_OS_Command_Injection__wchar_t_console_w32_spawnlp_66a.c
maurer/tiamat
mit
3,892
131
codeparrot/github-code
2aa4f80d5630aa9514a5d773be18a594d332d45fbb3067e2e42fdaacd9268783
var asteroids = asteroids || {}; asteroids.Asteroid = function(ctx) { return { position: { x: 0, y: 0 }, parts: [ [ [0, 100], [75, 100], [100, 0], [75, 25], [50, -100], [0, -100], [-25, -100], [-25, -50], [-100, 0], [0, 100] ] ...
JavaScript
lesson-4/solution/asteroid.js
4thex/JSAsteroids
mit
1,015
36
codeparrot/github-code
d0354e1afa4361d248f5b3533cd5dac091feef2ff756267a014a7885bbc3e117
<!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.07.1-2.0.6/extra-dev/8.11.dev/markov/8.6.0.html
coq-bench/coq-bench.github.io
mit
7,350
165
codeparrot/github-code
c969fddc13ba7e5d3ea3f25eda0e33da9fbf4350bb416a8448a0d9431adfd8c6
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Windows.Data; using POESKillTree.Localization; using POESKillTree.ViewModels; namespace POESKillTree.Utils { [ValueConversion(typeof (string), typeof (string))] //list view sorter here public class Gro...
C#
WPFSKillTree/Utils/GroupStringConverter.cs
Yskuma/PoESkillTree
mit
15,095
281
codeparrot/github-code
0d464e9cb89dd70dfac51a89c3fb8607c0442dcbe0bf5022dd80155bbbd11afe
# Licensed under an MIT style license - see LICENSE """ ingredients --- Beer ingredients ================================ """ from enum import Enum from collections.abc import MutableSequence from . import timing as T __all__ = [ 'PPG', 'CultureBank', 'Culture', 'Ingredient', 'Fermentable', ...
Python
brew/ingredients.py
mkelley/brew
mit
25,762
881
codeparrot/github-code
4218a47cf5174fdb45c3bbe60c167bc070cd000aef7358e8abbf783daf3bdbca
<!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.05.0-2.0.1/released/8.5.2/elpi/1.6.0.html
coq-bench/coq-bench.github.io
mit
7,393
175
codeparrot/github-code
25f4bc437cf415f3725725eca9312965bbe70ffa4a962e340bb603d2251b7d22
#!/usr/bin/env python from __future__ import absolute_import, unicode_literals, print_function import re try: from urllib2 import urlopen, HTTPError except ImportError: # Python 3 from urllib.request import urlopen from urllib.error import HTTPError import json import requests import time import sys ...
Python
kibana/mapping.py
rfarley3/Kibana
mit
17,896
418
codeparrot/github-code
2dec56e10d9cb9b0e4a2e145130e92c2afad2ea1690d8536931904c08770158e
var gulp = require('gulp'); var del = require('del'); var connect = require('gulp-connect'); var gulpNgConfig = require('gulp-ng-config'); var includeSources = require('gulp-include-source'); var runSequence = require('run-sequence'); var proxy = require('http-proxy-middleware'); var inject = require('gulp-injec...
JavaScript
gulpfile.js
DmitrySmetyukhov/helle_proj
mit
5,754
173
codeparrot/github-code
8c7da83d90c78be5f9dadfb576d283a6af9bdc964746b235f3e00325e0d63dc7
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>euclidean-geometry: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootst...
HTML
clean/Linux-x86_64-4.07.1-2.0.6/released/8.12.0/euclidean-geometry/8.7.0.html
coq-bench/coq-bench.github.io
mit
7,473
167
codeparrot/github-code
beb6fe6bde58c62063d215c89ddde8a7c2ab0181cc6a9acaac76e80cbce822c8
// Copyright (C) 2014 - 2016 Stephan Bouchard - All Rights Reserved // This code can only be used under the standard Unity Asset Store End User License Agreement // A Copy of the EULA APPENDIX 1 is available at http://unity3d.com/company/legal/as_terms using UnityEngine; using UnityEditor; using UnityEditorInternal; ...
C#
Assets/TextMesh Pro/Editor/TMP_SettingsEditor.cs
rodrigodzf/DonkeyKong
mit
10,939
219
codeparrot/github-code
7b0c72772c9e46b71d7fb7753cf881982fc9c3738816b6137c8dae06d3e3d407
<?php namespace Tshafer\Traits\Traits; /** * Class Linkable. */ trait Linkable { /** * @return string */ public function getTableLinks() { $segments = request()->segments(); if (!in_array('trashed', $segments)) { return implode(' ', [ $this->getViewLi...
PHP
src/Traits/Linkable.php
tshafer/laravel-traits
mit
3,229
139
codeparrot/github-code
4bbdd8c7f0c61d89b5029f36d511b8a89e7622cb07af7b70b15a2b887368eb65
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>gaia-hydras: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min...
HTML
clean/Linux-x86_64-4.10.2-2.0.6/released/8.11.2/gaia-hydras/0.5.html
coq-bench/coq-bench.github.io
mit
7,048
172
codeparrot/github-code
abd4a72727c35ab94e76ece796423d58e5989c24ba4051212a6b71e66a1d284f
/* Copyright (c) 2013-2014 Richard Rodger, MIT License */ "use strict"; var _ = require('underscore') var express = require('express') var cookieparser = require('cookie-parser') var qs = require('qs') var bodyparser = require('body-parser') var session = require('express-session') // middle...
JavaScript
mvp-app.js
dreamineering/drmg.seneca.cors.fulldeps
mit
2,673
125
codeparrot/github-code
7f3a7bd61c8d0f85718dcd84407b736956580c94fa25c3caffdb532ea737d066
/* * Copyright (C) 2013 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
C++
WebLayoutCore/Source/WebCore/rendering/TextPaintStyle.cpp
gubaojian/trylearn
mit
8,925
214
codeparrot/github-code
254f47642f7e16a53128c110a9ecdb1b45ac48512d646b7406ec6b8d81267bca
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strfjoin.c :+: :+: :+: ...
C
libft/ft_strfjoin.c
edelangh/nm-otool
mit
1,511
52
codeparrot/github-code
cf506bbaa414d59c01b108e1f64fb9b5826dd78b60ef19c65e34aa8c407b03c6
'use strict'; module.exports = Module._createSub('header'); module.exports.prototype.init = (function() { var setOptions = (function() { var params = { el: null, el_main: null, data: {} }; return function(options) { options = $.extend({}, para...
JavaScript
src/modules/Head/_head.js
wanganxin320145/XYProj
mit
4,763
132
codeparrot/github-code
94564461c7a24091b52aaa8875a3371867481784029b49e444b9c1c9341f2c70
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>disel: 1 m 7 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.07.1-2.0.6/released/8.12.1/disel/2.2.html
coq-bench/coq-bench.github.io
mit
14,035
234
codeparrot/github-code
d9ba841d7df8fd61b2a5701ecf8d5c2097df6e8b7b9fd943b7c21744164b2bbd
// // Copyright (c) 2009-2010 Mikko Mononen memon@inside.org // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages // arising from the use of this software. // Permission is granted to anyone to use this software for any purpose...
C
src/opengl/imgui.h
wibbe/three-cpp
mit
2,965
108
codeparrot/github-code
be546d6be0c1a91169cd268d98cb78cd2e0d88613d25648cbdff2125c28fd1e0
'use strict'; const chai = require('chai'); const chaiStuff = require('chai-stuff'); const nock = require('nock'); const Taxjar = require('../dist/taxjar'); const rateMock = require('./mocks/rates'); const taxMock = require('./mocks/taxes'); const customerMock = require('./mocks/customers'); const orderMock = require...
JavaScript
test/taxjar.spec.js
taxjar/taxjar-node
mit
17,184
631
codeparrot/github-code
31396f9d8e61bd0a636763e38856e5b845594714fab8e887e473ae32c0897f13
import { expect } from 'chai'; import { parseDialogue } from '../../src/parser/dialogue.js'; import { compileDialogues } from '../../src/compiler/dialogues.js'; import { compileStyles } from '../../src/compiler/styles.js'; import { eventsFormat } from '../../src/utils.js'; describe('dialogues compiler', () => { cons...
JavaScript
test/compiler/dialogues.js
weizhenye/ass-compiler
mit
3,638
122
codeparrot/github-code
c4c37e05e09c2d25b8be170f2ac835b9d4377c9e66be3d62e62428d4bdefc87e
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Auth extends Admin_Controller { function __construct() { parent::__construct(); $this->load->database(); $this->load->library(array('ion_auth','form_validation')); $this->load->helper(array('url','language')); $this->form_validat...
PHP
application/controllers/Auth.php
gitrazesh/com.jrandsolutions
mit
27,648
820
codeparrot/github-code
f44398959b81899a787ed16b95dd437e64ba05053b0385f55068193ff3877d3a
<?php namespace Common\UserBundle\Security\Authorization\Provider; use Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface; use Symfony\Component\Security\Core\User\UserProviderInterface; use Symfony\Component\Security\Core\User\UserCheckerInterface; use Symfony\Component\Security\Core\User\UserInterface; ...
PHP
src/Common/UserBundle/Security/Authorization/Provider/AtpressAuthenticationProvider.php
idcu/collector
mit
2,947
74
codeparrot/github-code
3d0acdae378e41ba4cfdfe06020ac3960ef1a7f3c528284bd049e03cc069bc71
fs = require("filesystem") serial = require("serialization") string = require("string") event = require("event") component = require("component") dns = require("dns") modem = component.modem debug = false --May need to split files into sections to get larger files across. function decode(data) status, result = pcal...
Lua
file-server/client.lua
OpenPrograms/SuPeRMiNoR2-Programs
mit
2,052
97
codeparrot/github-code
1ff386a9d502bf1a87cdf98d030d3eef8ebcdd5380dd916ae5b50498be362d21
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Dissecting Underscore, Underscore Explained</title> <meta name="description" content=""> <meta name="viewport" conte...
HTML
src/objects/mapObject.html
hrspandya/Dissecting_Underscore
mit
5,797
186
codeparrot/github-code
2b0bb4bcf499573d3ff85d6c881cb72b60445919d38bccfbaf5c0e43e22596eb
\chapter{\label{chapter3} The Abstract Syntax Tree (AST)} The abstract class \texttt{ASTNode.cs} represents the building block of the data structure that is used as the Intermediate Representation (IR) for the \fwap language. The Abstract Syntax Tree (AST), assembled using the methods provided by the \texttt{ASTGenera...
TeX
docs/chapters/ast.tex
MCSN-project2014/APproject
mit
2,204
38
codeparrot/github-code
8db804aba65d86ed9d38296c2e0f11bb3d6ffe4c43d9bac6e70b6ed498fa8d63
require 'minitest/autorun' require './lib/apigen/lang/parser.tab.rb' describe Nodes do before :each do code = """ post /users/{user_id}/show @name filter_users @query {string} foo @query {string:optional} bar @path {int} user_id @header X-VERSION-NAME 1.0 ...
Ruby
test/nodes_spec.rb
fhur/apigen
mit
1,490
64
codeparrot/github-code
d76ff7e059884a53cb1d4d077369e24442d9b9e60d5130ef93fc0699b5355ab6
/// <reference path="current-party.tsx" /> namespace TPP.Display.Elements.RunStatus { export class PC extends React.Component<{ pc: TPP.Tv.CombinedPCData }, {}> { render() { if (!this.props.pc || !this.props.pc.boxes) return null; return <div> <h2>{pok...
TypeScript
display/elements/run-status/pc-display.tsx
thatswhatyouget/tpp-progress
mit
1,467
33
codeparrot/github-code
187913a051399559d4c0aa07c78f95932624de29babb0d6de7ecef9613608ace
var STATES = { HOME: "home", COURSEINFO: "courseInfo", COURSEINFO_CREATE: "courseInfo.create", COURSEINFO_MANAGE: "courseInfo.manage", COURSEINFO_STUDENT: "courseInfo.student", COURSEINFO_SENDMAIL: "courseInfo.Sendmail", OTHERS: "others", OTHERS_CERTIFICATION: "others.certification...
JavaScript
home/app/js/app.js
ALSD2016-Team/ALSD2016-FrontEnd
mit
6,078
220
codeparrot/github-code
005dd221c742494d75b1210dcf5483855e50714ad09bbe8864ff904746471c18
#ifndef ADDRESSTABLEMODEL_H #define ADDRESSTABLEMODEL_H #include <QAbstractTableModel> #include <QStringList> class AddressTablePriv; class CWallet; class WalletModel; /** Qt model of the address book in the core. This allows views to access and modify the address book. */ class AddressTableModel : public QAbstr...
C
src/qt/addresstablemodel.h
topdzek/testcoin
mit
2,948
92
codeparrot/github-code