hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 98
values | lang stringclasses 21
values | max_stars_repo_path stringlengths 3 945 | max_stars_repo_name stringlengths 4 118 | max_stars_repo_head_hexsha stringlengths 40 78 | max_stars_repo_licenses listlengths 1 10 | max_stars_count int64 1 368k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 3 945 | max_issues_repo_name stringlengths 4 118 | max_issues_repo_head_hexsha stringlengths 40 78 | max_issues_repo_licenses listlengths 1 10 | max_issues_count int64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 945 | max_forks_repo_name stringlengths 4 135 | max_forks_repo_head_hexsha stringlengths 40 78 | max_forks_repo_licenses listlengths 1 10 | max_forks_count int64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1 1.03M | max_line_length int64 2 1.03M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0cdb931bc3d4d0011e0c24642dc040bbe2b51af1 | 8,924 | py | Python | phigaro/cli/batch.py | bobeobibo/phigaro | 342a3454bb5324426b25feb4a4d1f640b58bf8f8 | [
"MIT"
] | 31 | 2019-03-06T14:33:37.000Z | 2022-03-08T07:16:07.000Z | phigaro/cli/batch.py | bobeobibo/phigaro | 342a3454bb5324426b25feb4a4d1f640b58bf8f8 | [
"MIT"
] | 27 | 2019-05-17T05:06:58.000Z | 2022-03-27T00:38:56.000Z | phigaro/cli/batch.py | bobeobibo/phigaro | 342a3454bb5324426b25feb4a4d1f640b58bf8f8 | [
"MIT"
] | 12 | 2017-08-23T12:48:38.000Z | 2021-06-24T00:57:22.000Z | from __future__ import absolute_import
import argparse
import logging
import multiprocessing
import os
import sys
import uuid
from os.path import join, exists
import yaml
from phigaro.context import Context
from phigaro.batch.runner import run_tasks_chain
from phigaro.batch.task.path import sample_name
from phigaro.... | 33.174721 | 296 | 0.61766 |
015e33abb2afce39ebe82f5e62f12e37ce33ead3 | 10,656 | asm | Assembly | isra.asm | icefoxen/old-sol-bianca | ff922f2326e7a26cbc523a0ee54d100545f28dd0 | [
"MIT"
] | null | null | null | isra.asm | icefoxen/old-sol-bianca | ff922f2326e7a26cbc523a0ee54d100545f28dd0 | [
"MIT"
] | null | null | null | isra.asm | icefoxen/old-sol-bianca | ff922f2326e7a26cbc523a0ee54d100545f28dd0 | [
"MIT"
] | null | null | null | ; isra.asm
; Okay, it looks like we need to write an asm wrapper for the C
; ISR's. That might explain why my comp spuriously resets when I try to
; call the thing...
; Interrupts 2 and 15 are Intel reserved...
;
; Python rocks.
; -----
;import sys
;sys.stdout = open( "foo.txt", "w" )
;for i in range( 40 ):
; prin... | 11.008264 | 72 | 0.664884 |
becf207f8dd68e9caad03a12c8828a800a3989e9 | 209 | rs | Rust | crates/app/routes/repos/_/models/_/index/client/main.rs | OneToolsCollection/tangramdotdev-tangram | 666343a87b88a1c1b34a4be2298f6aa54f0fc2eb | [
"MIT"
] | null | null | null | crates/app/routes/repos/_/models/_/index/client/main.rs | OneToolsCollection/tangramdotdev-tangram | 666343a87b88a1c1b34a4be2298f6aa54f0fc2eb | [
"MIT"
] | null | null | null | crates/app/routes/repos/_/models/_/index/client/main.rs | OneToolsCollection/tangramdotdev-tangram | 666343a87b88a1c1b34a4be2298f6aa54f0fc2eb | [
"MIT"
] | null | null | null | use pinwheel::prelude::*;
pub fn main() {
modelfox_ui::client_start();
hydrate::<modelfox_charts::components::LineChart>("loss");
hydrate::<modelfox_charts::components::BarChart>("feature_importances");
}
| 26.125 | 73 | 0.736842 |
6e45d9ca3c8d104e1b6b879c4033a711b16417a3 | 198 | html | HTML | src/app/footer-component/footer.component.html | lrcrews/sixmk-invite-builder | dcb98f6b3bb1982ce4152d6e7fb72387ea9f0da4 | [
"MIT"
] | null | null | null | src/app/footer-component/footer.component.html | lrcrews/sixmk-invite-builder | dcb98f6b3bb1982ce4152d6e7fb72387ea9f0da4 | [
"MIT"
] | null | null | null | src/app/footer-component/footer.component.html | lrcrews/sixmk-invite-builder | dcb98f6b3bb1982ce4152d6e7fb72387ea9f0da4 | [
"MIT"
] | null | null | null | <div id="footer-component">
<section class="link" tabindex="0" (click)="launchGithub()" (keyup.enter)="launchGithub()">
view code on github <i class="fab fa-github"></i>
</section>
</div>
| 33 | 93 | 0.646465 |
eba014a429f560befc90675d7b2598b3c637314b | 1,096 | rs | Rust | src/schema.rs | netology-group/authz | ac8282a41ce64f2bd734f21c1792315c079139f5 | [
"MIT"
] | null | null | null | src/schema.rs | netology-group/authz | ac8282a41ce64f2bd734f21c1792315c079139f5 | [
"MIT"
] | null | null | null | src/schema.rs | netology-group/authz | ac8282a41ce64f2bd734f21c1792315c079139f5 | [
"MIT"
] | null | null | null | table! {
use diesel::sql_types::*;
use sql_types::AbacAttribute;
abac_action (inbound, outbound) {
inbound -> AbacAttribute,
outbound -> AbacAttribute,
created_at -> Timestamptz,
}
}
table! {
use diesel::sql_types::*;
use sql_types::AbacAttribute;
abac_object (inbo... | 22.833333 | 92 | 0.629562 |
1696ecf294a2d1bbed67d22ae20f7c4f42eebe44 | 99 | c | C | tests/binaries/nested2.c | BadSugar/gef | 0b7c6164e2681ed38ef8cf63900da81076da3e89 | [
"MIT"
] | 1 | 2021-07-23T23:49:05.000Z | 2021-07-23T23:49:05.000Z | tests/binaries/nested2.c | NHPT/gef | 57d8450a38a707b632756b4d866198e733b268da | [
"MIT"
] | null | null | null | tests/binaries/nested2.c | NHPT/gef | 57d8450a38a707b632756b4d866198e733b268da | [
"MIT"
] | null | null | null | int f1(int i){ if(i==10) {__asm__("int3"); return 0;} return f1(++i); }
int main(){ return f1(0); } | 49.5 | 71 | 0.575758 |
cf83e2be5afd4fa9996f7be1726c326fe76ee922 | 1,490 | css | CSS | scripts/abb/adblock-checker.css | kahveciderin/returnnull | 2e0d2a63dc45ef26d7e66bd066f96474f7ba28af | [
"MIT"
] | null | null | null | scripts/abb/adblock-checker.css | kahveciderin/returnnull | 2e0d2a63dc45ef26d7e66bd066f96474f7ba28af | [
"MIT"
] | null | null | null | scripts/abb/adblock-checker.css | kahveciderin/returnnull | 2e0d2a63dc45ef26d7e66bd066f96474f7ba28af | [
"MIT"
] | null | null | null | .smoke-base{position:fixed;top:0;left:0;bottom:0;right:0;visibility:hidden;opacity:0}.smoke-base.smoke-visible{opacity:1;visibility:visible}.smokebg{position:fixed;top:0;left:0;bottom:0;right:0}.smoke-base .dialog{position:absolute}.dialog-prompt{margin-top:15px;text-align:center}.dialog-buttons{margin:20px 0 5px}.smok... | 745 | 1,489 | 0.808725 |
0bbd15397e2bf4ae4b6fd74045457ace7aa1b36b | 1,538 | js | JavaScript | components/content.js | isabella232/minidocs | 17b8b2527ad2e63f515e23101ed45325605f9d54 | [
"MIT"
] | 153 | 2016-03-27T07:56:56.000Z | 2022-03-12T23:33:14.000Z | components/content.js | freeman-lab/documentation-time | 44a9929c27595a6bea83dddec6f2ca45287bac70 | [
"MIT"
] | 67 | 2016-03-29T01:03:07.000Z | 2017-07-23T23:06:34.000Z | components/content.js | freeman-lab/documentation-time | 44a9929c27595a6bea83dddec6f2ca45287bac70 | [
"MIT"
] | 23 | 2016-03-27T17:43:20.000Z | 2018-11-30T14:06:17.000Z | var html = require('choo/html')
var css = require('sheetify')
var avatar = require('github-avatar-url')
module.exports = function (state, prev, send) {
var currentPage = state.params.page || state.current
var page = state.html[currentPage]
var pageData = state.contents.filter(function (item) {
return item.ke... | 27.963636 | 103 | 0.60013 |
9380453eed2cb34e42022d0d4a4a9cabc64e9af5 | 1,379 | asm | Assembly | example/int.asm | ak-karimzai/asm | e5433922cbb69cae3c03be86447e0e83fbd8cb0b | [
"Unlicense"
] | null | null | null | example/int.asm | ak-karimzai/asm | e5433922cbb69cae3c03be86447e0e83fbd8cb0b | [
"Unlicense"
] | null | null | null | example/int.asm | ak-karimzai/asm | e5433922cbb69cae3c03be86447e0e83fbd8cb0b | [
"Unlicense"
] | 2 | 2021-06-07T06:29:31.000Z | 2021-06-08T16:52:03.000Z | .model tiny
.code
.186
org 100h
start proc near
mov ax, 321ch
int 21h
mov word ptr old_int1ch, bx
mov word ptr old_int1ch + 2, es
mov ax, 251ch
mov dx, offset int1ch_handler
int 21h
mov ah, 1
int 21h
mov ax, 251ch
mov dx, word ptr old_int1ch + 2
mov ds,... | 16.416667 | 52 | 0.597534 |
b32a3e2ca56c626418fca89160bdcdb94e5a1420 | 694 | rb | Ruby | lib/nfl_news/player.rb | brosie224/nfl_news | c54532f0d4dee7b72ed9658d1de2c93d196718e0 | [
"MIT"
] | null | null | null | lib/nfl_news/player.rb | brosie224/nfl_news | c54532f0d4dee7b72ed9658d1de2c93d196718e0 | [
"MIT"
] | null | null | null | lib/nfl_news/player.rb | brosie224/nfl_news | c54532f0d4dee7b72ed9658d1de2c93d196718e0 | [
"MIT"
] | null | null | null | class NflNews::Player
attr_accessor :name, :team, :url, :news, :impact
def self.scrape_rw
page = Nokogiri::HTML(open("http://www.rotoworld.com/playernews/nfl/football-player-news/"))
players = []
page.css("div.pb").each do |player|
new_player = self.new
new_player.name = player... | 26.692308 | 96 | 0.636888 |
93e7bde25b19b5c699d99e5b1d8d5281dccfd8f9 | 2,645 | sql | SQL | source/setup/install-get-instance-info.sql | rentadba/dbaTDPMon | 278b43db2f01c5b0fb2db4dbff8e0c49fb3471b2 | [
"MIT"
] | 31 | 2017-04-06T18:12:10.000Z | 2022-02-28T11:08:41.000Z | source/setup/install-get-instance-info.sql | rentadba/dbaTDPMon | 278b43db2f01c5b0fb2db4dbff8e0c49fb3471b2 | [
"MIT"
] | 1 | 2020-04-27T04:39:27.000Z | 2020-06-19T11:34:51.000Z | source/setup/install-get-instance-info.sql | rentadba/dbaTDPMon | 278b43db2f01c5b0fb2db4dbff8e0c49fb3471b2 | [
"MIT"
] | 10 | 2017-09-25T11:32:57.000Z | 2021-09-10T11:11:50.000Z | -- ============================================================================
-- Copyright (c) 2004-2017 Dan Andrei STEFAN (danandrei.stefan@gmail.com)
-- ============================================================================
SET QUOTED_IDENTIFIER ON
GO
SET NOCOUNT ON
GO
DECLARE @dataFilePath [nvarchar](260... | 36.232877 | 207 | 0.623062 |
8c36d4a65ca780493ed983d2dfd4b8ef4cd3f402 | 732 | kt | Kotlin | common/src/commonMain/kotlin/de/jlnstrk/transit/common/model/NetworkMap.kt | jlnstrk/transit | 9f700364f78ebc70b015876c34a37b36377f0d9c | [
"Apache-2.0"
] | null | null | null | common/src/commonMain/kotlin/de/jlnstrk/transit/common/model/NetworkMap.kt | jlnstrk/transit | 9f700364f78ebc70b015876c34a37b36377f0d9c | [
"Apache-2.0"
] | null | null | null | common/src/commonMain/kotlin/de/jlnstrk/transit/common/model/NetworkMap.kt | jlnstrk/transit | 9f700364f78ebc70b015876c34a37b36377f0d9c | [
"Apache-2.0"
] | null | null | null | package de.jlnstrk.transit.common.model
import de.jlnstrk.transit.util.LocalDate
import de.jlnstrk.transit.util.OffsetDateTime
import de.jlnstrk.transit.common.model.base.Identifiable
public data class NetworkMap(
override val literalId: String,
override val numericId: Long,
public val title: String,
... | 36.6 | 56 | 0.734973 |
f0123837d9cb8c6159b0ec92e3dc57d8e6054cf3 | 704 | py | Python | services/web/apps/main/pool/views.py | xUndero/noc | 9fb34627721149fcf7064860bd63887e38849131 | [
"BSD-3-Clause"
] | 1 | 2019-09-20T09:36:48.000Z | 2019-09-20T09:36:48.000Z | services/web/apps/main/pool/views.py | ewwwcha/noc | aba08dc328296bb0e8e181c2ac9a766e1ec2a0bb | [
"BSD-3-Clause"
] | null | null | null | services/web/apps/main/pool/views.py | ewwwcha/noc | aba08dc328296bb0e8e181c2ac9a766e1ec2a0bb | [
"BSD-3-Clause"
] | null | null | null | # -*- coding: utf-8 -*-
# ---------------------------------------------------------------------
# main.pool application
# ---------------------------------------------------------------------
# Copyright (C) 2007-2019 The NOC Project
# See LICENSE for details
# ----------------------------------------------------------... | 28.16 | 71 | 0.473011 |
b2809ff6802b50314bed55cde97b9d4eaf183842 | 3,045 | swift | Swift | CloudKitDemo/OperationViewController.swift | RockerHX/CloudKitDemo | eb615dbe60f49abc562ce21ed54bcbd9684a9b90 | [
"MIT"
] | null | null | null | CloudKitDemo/OperationViewController.swift | RockerHX/CloudKitDemo | eb615dbe60f49abc562ce21ed54bcbd9684a9b90 | [
"MIT"
] | null | null | null | CloudKitDemo/OperationViewController.swift | RockerHX/CloudKitDemo | eb615dbe60f49abc562ce21ed54bcbd9684a9b90 | [
"MIT"
] | null | null | null | //
// OperationViewController.swift
// CloudKitDemo
//
// Created by RockerHX on 2017/7/23.
// Copyright © 2017年 RockerHX. All rights reserved.
//
// GitHub: https://github.com/rockerhx
//
import UIKit
import CloudKit
import PromiseKit
class OperationViewController: UITableViewController {
// MARK: - IBOu... | 31.71875 | 109 | 0.640066 |
11dcaea6ed5424a858ab39494905e0d1589b6183 | 3,244 | html | HTML | lms/templates/header/navbar-authenticated.html | matiassalinas/eol-uchile-theme-2020 | bb51b11266d4eb399d9856b4e70c84eafe9e642e | [
"MIT"
] | null | null | null | lms/templates/header/navbar-authenticated.html | matiassalinas/eol-uchile-theme-2020 | bb51b11266d4eb399d9856b4e70c84eafe9e642e | [
"MIT"
] | null | null | null | lms/templates/header/navbar-authenticated.html | matiassalinas/eol-uchile-theme-2020 | bb51b11266d4eb399d9856b4e70c84eafe9e642e | [
"MIT"
] | null | null | null | ## mako
<%page expression_filter="h" args="online_help_token"/>
<%namespace name='static' file='../static_content.html'/>
<%namespace file='../main.html' import="login_query"/>
<%!
from django.urls import reverse
from django.utils.translation import ugettext as _
from openedx.core.djangoapps.site_configuration import... | 38.619048 | 166 | 0.623613 |
20192498942394e29354b964efb803ebe302812f | 5,844 | css | CSS | resources/views/blog/hubspot_site_export_Tue_Jun_16_17_26_01_GMT_2020/styles/source/Marketplace/Inbound_Pixels/Invest/Coded_Files/invest.css | kevenClayton/estudo_vue | 5cc410939720ce3108360901796b86fa39922f46 | [
"MIT"
] | null | null | null | resources/views/blog/hubspot_site_export_Tue_Jun_16_17_26_01_GMT_2020/styles/source/Marketplace/Inbound_Pixels/Invest/Coded_Files/invest.css | kevenClayton/estudo_vue | 5cc410939720ce3108360901796b86fa39922f46 | [
"MIT"
] | null | null | null | resources/views/blog/hubspot_site_export_Tue_Jun_16_17_26_01_GMT_2020/styles/source/Marketplace/Inbound_Pixels/Invest/Coded_Files/invest.css | kevenClayton/estudo_vue | 5cc410939720ce3108360901796b86fa39922f46 | [
"MIT"
] | null | null | null | @import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800';
/**
* CSS @imports must be at the top of the file.
* Add them above this section.
*/
/* ==========================================================================
HS COS Boilerplate v1.3.0
=====================================... | 19.545151 | 159 | 0.605578 |
d4bb4ab6b8f22e4cdab3132b7bae6ca32c93d634 | 671 | rs | Rust | dinghy-build/src/utils.rs | Robert-Steiner/dinghy | c77cd8c6c0ebea38f046097e189acb498956ceda | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | 183 | 2016-11-16T08:21:39.000Z | 2020-08-26T21:22:24.000Z | dinghy-build/src/utils.rs | Robert-Steiner/dinghy | c77cd8c6c0ebea38f046097e189acb498956ceda | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | 56 | 2016-11-28T20:25:41.000Z | 2020-08-05T13:31:10.000Z | dinghy-build/src/utils.rs | Robert-Steiner/dinghy | c77cd8c6c0ebea38f046097e189acb498956ceda | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | 33 | 2016-11-19T15:15:23.000Z | 2020-08-28T20:39:47.000Z | //! Some helpers around Path and PathBuf manipulations.
use super::Result;
use std::path::Path;
use std::path::PathBuf;
/// Wraps the annoying PathBuf to string conversion in one single call.
pub fn path_to_str(path: &PathBuf) -> Result<&str> {
Ok(path
.to_str()
.ok_or(format!("Not a valid UTF-8 p... | 26.84 | 84 | 0.603577 |
c8f7269415a858b11fbb643407078bbb32340eec | 600 | rs | Rust | garnet/bin/sl4f/src/weave/types.rs | casey/fuchsia | 2b965e9a1e8f2ea346db540f3611a5be16bb4d6b | [
"BSD-3-Clause"
] | null | null | null | garnet/bin/sl4f/src/weave/types.rs | casey/fuchsia | 2b965e9a1e8f2ea346db540f3611a5be16bb4d6b | [
"BSD-3-Clause"
] | null | null | null | garnet/bin/sl4f/src/weave/types.rs | casey/fuchsia | 2b965e9a1e8f2ea346db540f3611a5be16bb4d6b | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// Supported Weave commands.
pub enum FactoryDataManagerMethod {
GetPairingCode,
}
impl std::str::FromStr for FactoryDataManagerMethod {
type Err... | 30 | 82 | 0.67 |
a175e03ee2baf312e0d958a20e737a0bc99b1aeb | 1,248 | go | Go | internal/algorithm/leetcode/editor/cn/LeetCode_26_716.go | shniu/cache | f7ec36d22d9713ece63cd0b55913c488b5a44524 | [
"Apache-2.0"
] | null | null | null | internal/algorithm/leetcode/editor/cn/LeetCode_26_716.go | shniu/cache | f7ec36d22d9713ece63cd0b55913c488b5a44524 | [
"Apache-2.0"
] | 1 | 2019-03-08T05:45:05.000Z | 2019-03-09T06:32:32.000Z | internal/algorithm/leetcode/editor/cn/LeetCode_26_716.go | shniu/cache | f7ec36d22d9713ece63cd0b55913c488b5a44524 | [
"Apache-2.0"
] | null | null | null | package cn
//给定一个排序数组,你需要在原地删除重复出现的元素,使得每个元素只出现一次,返回移除后数组的新长度。
//
// 不要使用额外的数组空间,你必须在原地修改输入数组并在使用 O(1) 额外空间的条件下完成。
//
// 示例 1:
//
// 给定数组 nums = [1,1,2],
//
//函数应该返回新的长度 2, 并且原数组 nums 的前两个元素被修改为 1, 2。
//
//你不需要考虑数组中超出新长度后面的元素。
//
// 示例 2:
//
// 给定 nums = [0,0,1,1,1,2,2,3,3,4],
//
//函数应该返回新的长度 5, 并且原数组 nums 的前五个元... | 18.086957 | 67 | 0.611378 |
696feebeddc788adc348485fa59051d058ca6161 | 3,705 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_479.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_479.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_479.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r15
push %rax
push %rdi
push %rdx
push %rsi
// Faulty Load
lea addresses_PSE+0x16acb, %r15
nop
nop
nop
nop
and $57073, %r11
movb (%r15), %dl
lea oracles, %r11
and $0xff, %rdx
shlq $12, %rdx
mov (%r11,%rdx,1), %rd... | 84.204545 | 2,999 | 0.664238 |
0ed8c6e9f359e35c4e8daf612bd29583ab9a6fe0 | 712 | h | C | matog/cuda/Architecture.h | mergian/matog | d03de27b92a0772ceac1c556293217ff91d405eb | [
"BSD-3-Clause"
] | 1 | 2021-06-10T13:09:57.000Z | 2021-06-10T13:09:57.000Z | matog/cuda/Architecture.h | mergian/matog | d03de27b92a0772ceac1c556293217ff91d405eb | [
"BSD-3-Clause"
] | null | null | null | matog/cuda/Architecture.h | mergian/matog | d03de27b92a0772ceac1c556293217ff91d405eb | [
"BSD-3-Clause"
] | null | null | null | // Copyright (c) 2015 Nicolas Weber / GCC / TU-Darmstadt. All rights reserved.
// Use of this source code is governed by the BSD 3-Clause license that can be
// found in the LICENSE file.
#ifndef __MATOG_CUDA_ARCHITECTURE
#define __MATOG_CUDA_ARCHITECTURE
namespace matog {
namespace cuda {
//-----------------------... | 22.25 | 79 | 0.571629 |
1f98fa8e1d523037a7871c32e055930744113260 | 1,017 | css | CSS | app/src/main/assets/pdf/style.css | BrunoAndroidDev/PDFViewer | da120381242293ac6263c20525d213cd50bac7ac | [
"MIT"
] | 1 | 2019-03-12T13:23:16.000Z | 2019-03-12T13:23:16.000Z | app/src/main/assets/pdf/style.css | BrunoAndroidDev/PDFViewer | da120381242293ac6263c20525d213cd50bac7ac | [
"MIT"
] | null | null | null | app/src/main/assets/pdf/style.css | BrunoAndroidDev/PDFViewer | da120381242293ac6263c20525d213cd50bac7ac | [
"MIT"
] | null | null | null | body {
text-align:center;
background:grey;
}
.page {
width:90%;
margin:10px auto;
background: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
}
.container {
margin:auto;
width:90%;
}
img {
max-width:100%;
}
/*-------------------------------
IMAGE... | 17.237288 | 97 | 0.633235 |
984d24c1b7d059711fa5218b5a39720e671784f5 | 2,031 | sql | SQL | inst/sql/src/sql/BANK/GROUNDFISH/MATERIALIZED_VIEWS/GSERR.sql | AtlanticR/bio.utilities | aaa52cf86afa4ee9e6f46c4516a48d27cc0bfed9 | [
"MIT"
] | null | null | null | inst/sql/src/sql/BANK/GROUNDFISH/MATERIALIZED_VIEWS/GSERR.sql | AtlanticR/bio.utilities | aaa52cf86afa4ee9e6f46c4516a48d27cc0bfed9 | [
"MIT"
] | null | null | null | inst/sql/src/sql/BANK/GROUNDFISH/MATERIALIZED_VIEWS/GSERR.sql | AtlanticR/bio.utilities | aaa52cf86afa4ee9e6f46c4516a48d27cc0bfed9 | [
"MIT"
] | null | null | null | --------------------------------------------------------
-- DDL for Materialized View GSERR
--------------------------------------------------------
CREATE MATERIALIZED VIEW "GROUNDFISH"."GSERR" ("MESSNO", "MESS", "DESC1", "DESC2", "DESC3", "DESC4", "DESC5", "DESC6", "DESC7", "DESC8", "DESC9", "DESC10", "DESC11", "... | 59.735294 | 456 | 0.688823 |
fedc14c38c8f4c33b8935b9b0d818f3640b60e59 | 2,537 | html | HTML | src/app/pages/news-page/news-page.component.html | ESNGermany/esn-germany-website | 60634fedee18c496bd9e498f67556e32f0008fde | [
"MIT"
] | 1 | 2020-12-16T18:08:28.000Z | 2020-12-16T18:08:28.000Z | src/app/pages/news-page/news-page.component.html | ESNGermany/esn-germany-website | 60634fedee18c496bd9e498f67556e32f0008fde | [
"MIT"
] | 2 | 2021-11-07T16:35:38.000Z | 2021-12-18T16:04:36.000Z | src/app/pages/news-page/news-page.component.html | ESNGermany/esn-germany-website | 60634fedee18c496bd9e498f67556e32f0008fde | [
"MIT"
] | 1 | 2020-11-15T10:17:06.000Z | 2020-11-15T10:17:06.000Z | <app-navigation-dark></app-navigation-dark>
<div
class="max-w-screen-xl m-auto sm:px-16 xl:mt-16 lg:mt-8 sm:mt-4"
*ngIf="news$ | async as newsItemList"
>
<!-- <div *ngIf="!newsItemList" class="bg-white h-screen w-screen"></div> -->
<div
*ngFor="let ni of newsItemList"
class="p-8 mb-16 border rounded bor... | 29.16092 | 82 | 0.510051 |
18111c16fac4d807b56c1bbe55267d12ca099b31 | 705 | rb | Ruby | app.rb | vanmars/doctor_office | a0729ee0ad4b02136ea091e4fe5c72da37af2225 | [
"Unlicense"
] | null | null | null | app.rb | vanmars/doctor_office | a0729ee0ad4b02136ea091e4fe5c72da37af2225 | [
"Unlicense"
] | null | null | null | app.rb | vanmars/doctor_office | a0729ee0ad4b02136ea091e4fe5c72da37af2225 | [
"Unlicense"
] | null | null | null | require('sinatra')
require('sinatra/reloader')
require('./lib/doctor')
require('./lib/patient')
require('./lib/specialty')
require('pry')
also_reload('lib/**/*.rb')
require("pg")
DB = PG.connect({:dbname => "doctor_office"})
get('/') do
@specialties = Specialty.all
erb(:specialties)
end
get('/specialties') do
... | 19.054054 | 50 | 0.69078 |
bca1a1e06264e57ab1c315d5b1740900ec6a5bd8 | 6,622 | js | JavaScript | client/src/main.js | nzzdev/Q-editor | 39b236e30dea9d82e3dab08c4c5934190717e9b0 | [
"MIT"
] | 36 | 2017-03-20T11:00:10.000Z | 2021-09-01T13:59:25.000Z | client/src/main.js | nzzdev/Q-editor | 39b236e30dea9d82e3dab08c4c5934190717e9b0 | [
"MIT"
] | 116 | 2017-03-22T19:29:15.000Z | 2021-05-12T08:06:39.000Z | client/src/main.js | nzzdev/Q-editor | 39b236e30dea9d82e3dab08c4c5934190717e9b0 | [
"MIT"
] | 4 | 2018-06-13T09:18:10.000Z | 2020-08-29T15:28:45.000Z | // clear the load error timeout
window.clearTimeout(window.QLoadErrorTimeout);
import { LogManager, Loader } from "aurelia-framework";
import { ConsoleAppender } from "aurelia-logging-console";
import { Backend } from "aurelia-i18n";
import QConfig from "resources/QConfig.js";
import QTargets from "resources/QTarget... | 35.411765 | 98 | 0.656448 |
fab303456d2079323b8a8832a2e836f7745cb9ee | 413 | swift | Swift | desktop-icons-visible.swift | munhouiani/alfred-cleanshot | ad9ef3be774b5538bace6770fa082b9e9cca8c1b | [
"MIT"
] | 23 | 2021-05-22T09:23:44.000Z | 2022-03-22T13:02:52.000Z | desktop-icons-visible.swift | munhouiani/alfred-cleanshot | ad9ef3be774b5538bace6770fa082b9e9cca8c1b | [
"MIT"
] | 2 | 2021-05-23T23:28:07.000Z | 2022-03-26T16:43:26.000Z | desktop-icons-visible.swift | munhouiani/alfred-cleanshot | ad9ef3be774b5538bace6770fa082b9e9cca8c1b | [
"MIT"
] | 1 | 2022-03-24T21:34:16.000Z | 2022-03-24T21:34:16.000Z | import Cocoa
// CleanShot X hides desktop icons by creating
// a window that spans the entire screen and has
// the same background as the wallpaper.
let windows =
(CGWindowListCopyWindowInfo(.optionOnScreenOnly, .zero)! as NSArray)
.map { $0 as! [String: Any] }
.filter { $0["kCGWindowOwnerName"] as! String == ... | 29.5 | 70 | 0.699758 |
85d1369ae2dd006f23cb261c67277c16f5587694 | 2,718 | c | C | ompi/mpi/fortran/mpif-h/address_f.c | j-xiong/ompi | 859dd8a742af56b9e16af5c584bb25ce5ca55dae | [
"BSD-3-Clause-Open-MPI"
] | 1,585 | 2015-01-03T04:10:59.000Z | 2022-03-31T19:48:54.000Z | ompi/mpi/fortran/mpif-h/address_f.c | j-xiong/ompi | 859dd8a742af56b9e16af5c584bb25ce5ca55dae | [
"BSD-3-Clause-Open-MPI"
] | 7,655 | 2015-01-04T14:42:56.000Z | 2022-03-31T22:51:57.000Z | ompi/mpi/fortran/mpif-h/address_f.c | j-xiong/ompi | 859dd8a742af56b9e16af5c584bb25ce5ca55dae | [
"BSD-3-Clause-Open-MPI"
] | 846 | 2015-01-20T15:01:44.000Z | 2022-03-27T13:06:07.000Z | /*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2005 The University of Tennessee and The University
* of Tennessee Resea... | 33.555556 | 79 | 0.629875 |
5bd6b48b413a2bca1cbc43741538da2c7879abe9 | 217 | c | C | Graphic/imCom.c | chenxiannn/SmartCarGraph | 6be33433ff50a36f2278ade0011ee016806df66c | [
"Apache-2.0"
] | 8 | 2019-05-28T07:22:18.000Z | 2022-02-11T06:21:48.000Z | Graphic/imCom.c | zhenweiliuqing/SmartCarGraph | 6be33433ff50a36f2278ade0011ee016806df66c | [
"Apache-2.0"
] | null | null | null | Graphic/imCom.c | zhenweiliuqing/SmartCarGraph | 6be33433ff50a36f2278ade0011ee016806df66c | [
"Apache-2.0"
] | 3 | 2018-02-09T05:49:10.000Z | 2022-02-11T06:21:49.000Z | #include "imCom.h"
imINT32 int_min(imINT32 a,imINT32 b)
{
if (a < b)
return a;
else
return b;
}
imINT32 int_max(imINT32 a,imINT32 b)
{
if (a > b)
return a;
else
return b;
}
| 12.764706 | 37 | 0.539171 |
a6fc7c5dfc3ebfa63224f0e36a2676ca484f0944 | 247 | kt | Kotlin | idea/testData/codeInsight/hints/lambda/AnnotatedStatement.kt | tgeng/intellij-kotlin | 074f16db036cbdc3dc3e082841c1573b2da74f2d | [
"ECL-2.0",
"Apache-2.0"
] | 71 | 2020-10-12T14:18:06.000Z | 2022-02-25T07:57:06.000Z | idea/testData/codeInsight/hints/lambda/AnnotatedStatement.kt | Seantheprogrammer93/kotlin | f7aabf03f89bdd39d9847572cf9e0051ea42c247 | [
"ECL-2.0",
"Apache-2.0"
] | 76 | 2020-11-13T12:30:25.000Z | 2021-09-17T15:32:57.000Z | idea/testData/codeInsight/hints/lambda/AnnotatedStatement.kt | Seantheprogrammer93/kotlin | f7aabf03f89bdd39d9847572cf9e0051ea42c247 | [
"ECL-2.0",
"Apache-2.0"
] | 36 | 2020-10-12T14:04:32.000Z | 2022-01-29T20:35:30.000Z | // MODE: return
@Target(AnnotationTarget.EXPRESSION)
annotation class Some
fun test() {
run {
val files: Any? = null
@Some
12<# ^run #>
}
run {
val files: Any? = null
@Some 12<# ^run #>
}
} | 15.4375 | 36 | 0.493927 |
a188fffcca2a576ae4b43026e800cac926bfb7e5 | 395 | go | Go | apis/run/v1alpha1/upgrade/phase.go | benjaminapetersen/tanzu-framework | fbabd54a42868572dee518178c64dcb80fc02cd2 | [
"Apache-2.0"
] | 92 | 2021-10-04T07:46:46.000Z | 2022-03-24T22:13:14.000Z | apis/run/v1alpha1/upgrade/phase.go | benjaminapetersen/tanzu-framework | fbabd54a42868572dee518178c64dcb80fc02cd2 | [
"Apache-2.0"
] | 1,061 | 2021-10-04T09:35:11.000Z | 2022-03-31T21:34:35.000Z | apis/run/v1alpha1/upgrade/phase.go | benjaminapetersen/tanzu-framework | fbabd54a42868572dee518178c64dcb80fc02cd2 | [
"Apache-2.0"
] | 110 | 2021-10-04T07:22:29.000Z | 2022-03-23T20:18:07.000Z | // Copyright 2021 VMware, Inc. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Package upgrade contains upgrade related api structs
package upgrade
// Phase defines upgrade phase of a cluster
type Phase string
// Upgrade phase constants
const (
Init Phase = ""
ControlPlane Phase = "ControlPl... | 23.235294 | 55 | 0.726582 |
9d719791c064035e3954fbbe414fde2ec36fb56f | 400 | lua | Lua | framed/entities/weapons/framed_pistol/cl_init.lua | JustPlayerDE/Framed-not-finished-Gmod-Gamemode | 3d065fecf193c1570b9f75c4faefc66f43333871 | [
"MIT"
] | 1 | 2020-10-16T22:59:18.000Z | 2020-10-16T22:59:18.000Z | framed/entities/weapons/framed_pistol/cl_init.lua | JustPlayerDE/Framed-not-finished-Gmod-Gamemode | 3d065fecf193c1570b9f75c4faefc66f43333871 | [
"MIT"
] | null | null | null | framed/entities/weapons/framed_pistol/cl_init.lua | JustPlayerDE/Framed-not-finished-Gmod-Gamemode | 3d065fecf193c1570b9f75c4faefc66f43333871 | [
"MIT"
] | null | null | null | include('shared.lua')
SWEP.PrintName = "FRAMED PISTOL" // 'Nice' Weapon name (Shown on HUD)
SWEP.Slot = 1 // Slot in the weapon selection menu
SWEP.SlotPos = 1 // Position in the slot
// Override this in your SWEP to set the icon in the weapon selection
if (file.Exists("../materials/weapons/weapon_pistol.vmt", "GAME... | 36.363636 | 71 | 0.74 |
81fee2119ed2c1a16fb0bcc69e2720a6cfcc33fd | 1,450 | asm | Assembly | audio/wave_samples.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | audio/wave_samples.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | audio/wave_samples.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | WaveSamples:
; These are streams of 32 nybbles (4-bit values) used as wave patterns.
; Plot them as a line chart to see the wave's shape.
dn 0, 2, 4, 6, 8, 10, 12, 14, 15, 15, 15, 14, 14, 13, 13, 12, 12, 11, 10, 9, 8, 7, 6, 5, 4, 4, 3, 3, 2, 2, 1, 1
dn 0, 2, 4, 6, 8, 10, 12, 14, 14, 15, 15, 1... | 103.571429 | 130 | 0.405517 |
e8ff9e109d1e3411f4ef5d970014c1908546fefe | 6,168 | py | Python | support/update_dht_servers.py | sonofmom/ton-zabbix-scripts | b43471d058873c5ba78a92fa79d334380df5f6fc | [
"MIT"
] | null | null | null | support/update_dht_servers.py | sonofmom/ton-zabbix-scripts | b43471d058873c5ba78a92fa79d334380df5f6fc | [
"MIT"
] | null | null | null | support/update_dht_servers.py | sonofmom/ton-zabbix-scripts | b43471d058873c5ba78a92fa79d334380df5f6fc | [
"MIT"
] | null | null | null | #!/usr/bin/env python3
#
import sys
import os
sys.path.append(os.path.dirname(os.path.dirname(os.path.realpath(__file__))))
import argparse
import Libraries.arguments as ar
import Libraries.tools.general as gt
import Libraries.tools.zabbix as zt
import Classes.AppConfig as AppConfig
import requests
import copy
def r... | 35.245714 | 148 | 0.50989 |
2a6dce0880824cb224463e43ef93d12db8b37fd1 | 162 | sql | SQL | src/test/resources/sql/select/15987174.sql | Shuttl-Tech/antlr_psql | fcf83192300abe723f3fd3709aff5b0c8118ad12 | [
"MIT"
] | 66 | 2018-06-15T11:34:03.000Z | 2022-03-16T09:24:49.000Z | src/test/resources/sql/select/15987174.sql | Shuttl-Tech/antlr_psql | fcf83192300abe723f3fd3709aff5b0c8118ad12 | [
"MIT"
] | 13 | 2019-03-19T11:56:28.000Z | 2020-08-05T04:20:50.000Z | src/test/resources/sql/select/15987174.sql | Shuttl-Tech/antlr_psql | fcf83192300abe723f3fd3709aff5b0c8118ad12 | [
"MIT"
] | 28 | 2019-01-05T19:59:02.000Z | 2022-03-24T11:55:50.000Z | -- file:interval.sql ln:146 expect:true
SELECT justify_hours(interval '6 months 3 days 52 hours 3 minutes 2 seconds') as "6 mons 5 days 4 hours 3 mins 2 seconds"
| 54 | 121 | 0.759259 |
272e0ce59cd17d1af073579b3e1d531201842a0f | 3,714 | sql | SQL | BD/tabla_usuarios.sql | Dominick159/EING | e43faf0dd84d79e0540505fe7388d440af73515e | [
"Apache-2.0"
] | null | null | null | BD/tabla_usuarios.sql | Dominick159/EING | e43faf0dd84d79e0540505fe7388d440af73515e | [
"Apache-2.0"
] | null | null | null | BD/tabla_usuarios.sql | Dominick159/EING | e43faf0dd84d79e0540505fe7388d440af73515e | [
"Apache-2.0"
] | null | null | null | use eing;
drop table tbusuarios;
create table tbusuarios(
id int primary key auto_increment,
nombres varchar(50),
apellido varchar(50),
id_sexo int,
fec_nac date,
dni varchar(8) not null,
celular varchar(9),
correo varchar(100),
password varchar(20) default 'eing2021',
cargo varchar(100),
titulo varchar(100),
url_face... | 84.409091 | 355 | 0.768982 |
5fdc0fbffb5e43fca9e409204dc1c6d3691508eb | 1,978 | h | C | frees/search.h | fenollp/lk | 14ed9cb1997906c9af2711ce03ce07b31c284349 | [
"BSD-3-Clause"
] | 24 | 2017-08-01T16:13:28.000Z | 2021-08-29T13:13:29.000Z | frees/search.h | fenollp/lk | 14ed9cb1997906c9af2711ce03ce07b31c284349 | [
"BSD-3-Clause"
] | 10 | 2017-07-13T17:31:21.000Z | 2021-06-18T21:32:15.000Z | frees/search.h | fenollp/lk | 14ed9cb1997906c9af2711ce03ce07b31c284349 | [
"BSD-3-Clause"
] | 26 | 2017-09-17T00:29:31.000Z | 2022-03-17T04:25:54.000Z |
template< typename Real, typename F >
Real fminsum ( Real *x, Real *f, const int n, F &func )
{
Real sum=0;
func(x, f, n);
for (int i=0;i<n;i++)
sum += f[i]*f[i];
return 0.5*sum;
}
template< typename Real, typename F >
bool search( Real *xold, const Real fold, Real *g, Real *p,
Real *x, Real &f, const Real ... | 18.660377 | 73 | 0.545501 |
9ab159681fc0b466ef8dfef61f76c2d00810491c | 214 | css | CSS | src/components/PanelOverlay.css | DylanSp/viking-clicker | 870b56b9d9c22ae34ae9f1ccb2d2ed02fc21964a | [
"MIT"
] | null | null | null | src/components/PanelOverlay.css | DylanSp/viking-clicker | 870b56b9d9c22ae34ae9f1ccb2d2ed02fc21964a | [
"MIT"
] | 1 | 2021-09-02T17:40:49.000Z | 2021-09-02T17:40:49.000Z | src/components/PanelOverlay.css | DylanSp/viking-clicker | 870b56b9d9c22ae34ae9f1ccb2d2ed02fc21964a | [
"MIT"
] | null | null | null | .panel-enter {
opacity: 0;
}
.panel-enter-active {
opacity: 1;
transition: opacity 2000ms;
}
.overlay-exit {
opacity: 1;
}
.overlay-exit-active {
opacity: 0;
transition: opacity 2000ms;
} | 12.588235 | 31 | 0.616822 |
0bc0f8ad9a5e857c61031c1ca0a45f2bb10b8808 | 783 | py | Python | Exareme-Docker/src/mip-algorithms/HEALTH_CHECK/global.py | tchamabe1979/exareme | 462983e4feec7808e1fd447d02901502588a8879 | [
"MIT"
] | null | null | null | Exareme-Docker/src/mip-algorithms/HEALTH_CHECK/global.py | tchamabe1979/exareme | 462983e4feec7808e1fd447d02901502588a8879 | [
"MIT"
] | null | null | null | Exareme-Docker/src/mip-algorithms/HEALTH_CHECK/global.py | tchamabe1979/exareme | 462983e4feec7808e1fd447d02901502588a8879 | [
"MIT"
] | null | null | null | import sys
import json
from os import path
from argparse import ArgumentParser
sys.path.append(path.dirname(path.dirname(path.abspath(__file__))) + '/utils/')
from algorithm_utils import set_algorithms_output_data
from health_check_lib import HealthCheckLocalDT
def main():
# Parse arguments
parse... | 27.964286 | 84 | 0.715198 |
526a1362a487d13cc6714587c6a6479587cfb728 | 2,355 | asm | Assembly | 45/runtime/crt/cmiscdat.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/runtime/crt/cmiscdat.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/runtime/crt/cmiscdat.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | page ,132
title cmiscdat - miscellaneous C run-time data
;***
;cmiscdat.asm - miscellaneous C run-time data
;
; Copyright (c) 1987-1988, Microsoft Corporation, All Rights Reserved
;
;Purpose:
; Includes floating point conversion table (for C float output),
; a data structure used by signal/exec to tell if a SIGINT ha... | 24.53125 | 80 | 0.703185 |
17fe725611873814bb61922a2101a3218fc69895 | 3,453 | sql | SQL | genie-ddl/src/main/sql/postgresql/upgrade-3.0.1-to-3.1.0.postgresql.sql | irontable/genie | 5ebaf842bb04ee32fe8647dbca01c01adf809ba7 | [
"Apache-2.0"
] | null | null | null | genie-ddl/src/main/sql/postgresql/upgrade-3.0.1-to-3.1.0.postgresql.sql | irontable/genie | 5ebaf842bb04ee32fe8647dbca01c01adf809ba7 | [
"Apache-2.0"
] | null | null | null | genie-ddl/src/main/sql/postgresql/upgrade-3.0.1-to-3.1.0.postgresql.sql | irontable/genie | 5ebaf842bb04ee32fe8647dbca01c01adf809ba7 | [
"Apache-2.0"
] | null | null | null | BEGIN;
SELECT CURRENT_TIMESTAMP, 'Upgrading from 3.0.1 schema to 3.1.0 schema';
SELECT CURRENT_TIMESTAMP, 'Upgrading applications table';
ALTER TABLE applications
ALTER COLUMN description TYPE text,
ALTER COLUMN description SET DEFAULT NULL,
ALTER COLUMN tags TYPE character varying(10000),
ALTER COLUMN tags S... | 33.852941 | 121 | 0.804807 |
8581b8d1f1a0ef8dbf7b66bd2001b9e7e444ec88 | 102,808 | js | JavaScript | ajax/libs/log4javascript/1.4.3/log4javascript.min.js | Versal/cdnjs | 372ae9db89f58f98b90208dacac2141ffcb9385d | [
"MIT"
] | 5 | 2015-02-20T16:11:30.000Z | 2017-05-15T11:50:44.000Z | ajax/libs/log4javascript/1.4.3/log4javascript.min.js | kangax/cdnjs | 5f8c56315223f7d9325e39bd1da7bd5e192c7d32 | [
"MIT"
] | null | null | null | ajax/libs/log4javascript/1.4.3/log4javascript.min.js | kangax/cdnjs | 5f8c56315223f7d9325e39bd1da7bd5e192c7d32 | [
"MIT"
] | 4 | 2015-07-14T16:16:05.000Z | 2021-03-10T08:15:54.000Z | Array.prototype.push||(Array.prototype.push=function(){for(var e=0,t=arguments.length;t>e;e++)this[this.length]=arguments[e];return this.length}),Array.prototype.shift||(Array.prototype.shift=function(){if(this.length>0){for(var e=this[0],t=0,i=this.length-1;i>t;t++)this[t]=this[t+1];return this.length=this.length-1,e}... | 34,269.333333 | 55,337 | 0.774774 |
16309fdcc335c4ccb91686c8f57e69d4bed9c687 | 2,284 | h | C | System/Library/PrivateFrameworks/Silex.framework/SXAnimatedImageController.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | 1 | 2020-11-04T15:43:01.000Z | 2020-11-04T15:43:01.000Z | System/Library/PrivateFrameworks/Silex.framework/SXAnimatedImageController.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/Silex.framework/SXAnimatedImageController.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | /*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:43:27 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/Silex.framework/Silex
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limne... | 46.612245 | 180 | 0.763573 |
bf3e1c4c98c869b3d87f0cf53bc22bf2d3c5acbb | 3,818 | rs | Rust | src/cargo/core/compiler/build_context/mod.rs | quark-zju/cargo | 62180bf27d83e1d8785b32bbe4d6f6fb07fff4bc | [
"Apache-2.0",
"OpenSSL",
"MIT"
] | 1 | 2020-05-13T15:58:58.000Z | 2020-05-13T15:58:58.000Z | src/cargo/core/compiler/build_context/mod.rs | quark-zju/cargo | 62180bf27d83e1d8785b32bbe4d6f6fb07fff4bc | [
"Apache-2.0",
"OpenSSL",
"MIT"
] | null | null | null | src/cargo/core/compiler/build_context/mod.rs | quark-zju/cargo | 62180bf27d83e1d8785b32bbe4d6f6fb07fff4bc | [
"Apache-2.0",
"OpenSSL",
"MIT"
] | null | null | null | use crate::core::compiler::unit::UnitInterner;
use crate::core::compiler::{BuildConfig, BuildOutput, CompileKind, Unit};
use crate::core::profiles::Profiles;
use crate::core::{InternedString, Workspace};
use crate::core::{PackageId, PackageSet};
use crate::util::config::Config;
use crate::util::errors::CargoResult;
use... | 32.084034 | 94 | 0.623363 |
39d2af1e3738b498e7c540340a248bc29313518a | 82 | js | JavaScript | gatsby-browser.js | hitochan777/me | f991a45cc40705bdb4d15789314b6667fafffc5c | [
"MIT"
] | null | null | null | gatsby-browser.js | hitochan777/me | f991a45cc40705bdb4d15789314b6667fafffc5c | [
"MIT"
] | 1 | 2019-01-28T14:11:18.000Z | 2019-01-28T14:11:18.000Z | gatsby-browser.js | hitochan777/me | f991a45cc40705bdb4d15789314b6667fafffc5c | [
"MIT"
] | null | null | null | require('prism-themes/themes/prism-nord.css')
require('katex/dist/katex.min.css')
| 27.333333 | 45 | 0.768293 |
973ffe2e098930046739010d049f16b583822a5d | 248 | sql | SQL | db/mysql/install/data.sql | janelznic/msd-recruiting-task | d42b88fff03dc85c3f0486a157b4a58bc77cae40 | [
"MIT"
] | null | null | null | db/mysql/install/data.sql | janelznic/msd-recruiting-task | d42b88fff03dc85c3f0486a157b4a58bc77cae40 | [
"MIT"
] | 3 | 2020-09-06T17:13:12.000Z | 2022-01-22T08:23:47.000Z | db/mysql/install/data.sql | janelznic/msd-recruiting-task | d42b88fff03dc85c3f0486a157b4a58bc77cae40 | [
"MIT"
] | null | null | null | INSERT INTO `ships` (`id`, `name`, `speed`) VALUES
(1, 'Enterprise D', 'Warp 9');
INSERT INTO `users` (`id`, `username`, `password`, `authority`, `status`) VALUES
(1, 'admin', '$2a$10$uCzx91FdBhZl6JVygTlMSeDS0xiN5WObLlE3Hny9hFiFXx/HORjGK', 6, 1);
| 41.333333 | 83 | 0.673387 |
8971ce87f2e58f0bcc7a0c5468e10704e278b754 | 317 | swift | Swift | SwiftPromise/Classes/PermissionAlert.swift | Weang/SwiftPromise | 13958be2b8547d41e280e85e921ff2fa086665bd | [
"MIT"
] | 1 | 2021-01-19T08:47:17.000Z | 2021-01-19T08:47:17.000Z | SwiftPromise/Classes/PermissionAlert.swift | Weang/SwiftPromise | 13958be2b8547d41e280e85e921ff2fa086665bd | [
"MIT"
] | null | null | null | SwiftPromise/Classes/PermissionAlert.swift | Weang/SwiftPromise | 13958be2b8547d41e280e85e921ff2fa086665bd | [
"MIT"
] | null | null | null | //
// PermissionAlert.swift
// SwiftPromise_Example
//
// Created by Mr.Wang on 2020/1/14.
// Copyright © 2020 CocoaPods. All rights reserved.
//
import UIKit
public protocol PermissionAlert {
func showAlert(_ permission: PermissionType, status: PermissionStatus, cancelClosuer: @escaping () -> ())
}
| 19.8125 | 109 | 0.706625 |
b2ef3993265d5c285a5333ce6c933c2b1884bf8e | 6,396 | lua | Lua | obj/Totem.lua | Nikaoto/Shamen | 491842968d35f292257529d7131851708fbb99c0 | [
"MIT"
] | 4 | 2017-10-30T07:09:18.000Z | 2019-09-07T00:42:40.000Z | obj/Totem.lua | Nikaoto/Shamen | 491842968d35f292257529d7131851708fbb99c0 | [
"MIT"
] | 2 | 2017-10-27T03:46:13.000Z | 2017-11-03T07:26:56.000Z | obj/Totem.lua | Nikaoto/Shamen | 491842968d35f292257529d7131851708fbb99c0 | [
"MIT"
] | null | null | null | package.path = package.path .. ";../?.lua"
Object = require "lib/classic"
local tween = require "lib/tween"
require "lib/deep"
require "obj/StackParticleSystem"
require "obj/DestroyParticleSystem"
Totem = Object:extend()
Totem.WIDTH = 45
Totem.HEIGHT = 55
Totem.DEPTH = 55
Totem.AREAL_Z = 2
Totem.AREAL_SIZE_X = 160
To... | 24.790698 | 112 | 0.705128 |
8822d8b6ae0c0b1e5352732dc5fc42b39b324c46 | 1,786 | lua | Lua | ssk/RGFiles/RGFiles_systemDocuments.lua | OC-Indie-Devs/LazerWrench | 1ca0bdf80b322cc6aa12ecde487c09759be42462 | [
"MIT"
] | null | null | null | ssk/RGFiles/RGFiles_systemDocuments.lua | OC-Indie-Devs/LazerWrench | 1ca0bdf80b322cc6aa12ecde487c09759be42462 | [
"MIT"
] | null | null | null | ssk/RGFiles/RGFiles_systemDocuments.lua | OC-Indie-Devs/LazerWrench | 1ca0bdf80b322cc6aa12ecde487c09759be42462 | [
"MIT"
] | null | null | null |
-- =============================================================
-- Copyright Roaming Gamer, LLC. 2009-2016
-- =============================================================
-- RG Files Module Library - Loader and Initializer
-- =============================================================
-- ... | 30.793103 | 87 | 0.50112 |
65176132f286194337cac50f6493fab5570abae8 | 504 | rs | Rust | src/path.rs | brunocodutra/oxidizer | 6628cf77f342a4415d61ff58c9e7089751bc52f7 | [
"MIT"
] | 1 | 2019-04-23T19:37:17.000Z | 2019-04-23T19:37:17.000Z | src/path.rs | brunocodutra/oxidizer | 6628cf77f342a4415d61ff58c9e7089751bc52f7 | [
"MIT"
] | 27 | 2019-03-23T15:55:26.000Z | 2021-02-27T05:17:40.000Z | src/path.rs | brunocodutra/oxidizer | 6628cf77f342a4415d61ff58c9e7089751bc52f7 | [
"MIT"
] | null | null | null | pub trait TreePath {
type Segment;
type Segments: IntoIterator<Item = Self::Segment>;
fn segments(self) -> Self::Segments;
}
impl<I: IntoIterator> TreePath for I {
type Segment = I::Item;
type Segments = I;
fn segments(self) -> Self::Segments {
self
}
}
#[cfg(test)]
mod tests {
... | 18 | 54 | 0.547619 |
de77a6664575982ef46c883b8464a4c41acccc46 | 1,744 | kt | Kotlin | module_user/src/main/java/app/melon/user/ui/widget/EditBackgroundAndAvatar.kt | biubiubiiu/Melon | 6bb52f962084674ed50ffb3f8399c1b413a5a234 | [
"Apache-2.0"
] | null | null | null | module_user/src/main/java/app/melon/user/ui/widget/EditBackgroundAndAvatar.kt | biubiubiiu/Melon | 6bb52f962084674ed50ffb3f8399c1b413a5a234 | [
"Apache-2.0"
] | null | null | null | module_user/src/main/java/app/melon/user/ui/widget/EditBackgroundAndAvatar.kt | biubiubiiu/Melon | 6bb52f962084674ed50ffb3f8399c1b413a5a234 | [
"Apache-2.0"
] | 1 | 2021-07-20T18:11:49.000Z | 2021-07-20T18:11:49.000Z | package app.melon.user.ui.widget
import android.widget.ImageView
import app.melon.base.ui.BaseEpoxyHolder
import app.melon.base.ui.transform.OverlayTransformation
import app.melon.user.R
import app.melon.util.extensions.getResourceDrawable
import coil.load
import coil.transform.CircleCropTransformation
import com.airb... | 34.88 | 97 | 0.693234 |
9984cf318496eb1a97b0bef1ffe5e3a1a41bced0 | 1,201 | asm | Assembly | Library/Mailbox/Message/messageManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Mailbox/Message/messageManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Mailbox/Message/messageManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT: Clavin
MODULE: Message Utilities
FILE: messageManager.asm
AUTHOR: Adam de Boor, Apr 21, 1994
ROUTINES:
Name Description
---- -----------
REVISION HIS... | 23.096154 | 79 | 0.647794 |
706cf6d1cbd58f96073bd04f1cfcef1045abe015 | 3,308 | go | Go | api/encoding_filters_scale_api.go | bitmovin/bitmovin-api-sdk-go | 1b98b7a294c4de437b91b1438cf0bbdcca4802aa | [
"MIT"
] | 2 | 2020-04-24T16:00:18.000Z | 2020-10-12T15:15:29.000Z | api/encoding_filters_scale_api.go | bitmovin/bitmovin-api-sdk-go | 1b98b7a294c4de437b91b1438cf0bbdcca4802aa | [
"MIT"
] | 4 | 2019-06-15T16:01:17.000Z | 2021-06-15T17:13:03.000Z | api/encoding_filters_scale_api.go | bitmovin/bitmovin-api-sdk-go | 1b98b7a294c4de437b91b1438cf0bbdcca4802aa | [
"MIT"
] | 5 | 2019-06-15T18:44:23.000Z | 2022-02-05T05:50:45.000Z | package api
import (
"github.com/bitmovin/bitmovin-api-sdk-go/apiclient"
"github.com/bitmovin/bitmovin-api-sdk-go/model"
"github.com/bitmovin/bitmovin-api-sdk-go/pagination"
)
// EncodingFiltersScaleAPI communicates with '/encoding/filters/scale' endpoints
type EncodingFiltersScaleAPI struct {
apiClient *apiclien... | 35.191489 | 152 | 0.793229 |
0512569324e38ba201df85a4ec79923fa9769973 | 89 | swift | Swift | SimpleStopwatch/LapCell/LapCellDelegate.swift | billy-mccann/simple-stopwatch | 7f9a3332aa0cbf78e17f1ba8d6e74fdc277efda7 | [
"MIT"
] | null | null | null | SimpleStopwatch/LapCell/LapCellDelegate.swift | billy-mccann/simple-stopwatch | 7f9a3332aa0cbf78e17f1ba8d6e74fdc277efda7 | [
"MIT"
] | null | null | null | SimpleStopwatch/LapCell/LapCellDelegate.swift | billy-mccann/simple-stopwatch | 7f9a3332aa0cbf78e17f1ba8d6e74fdc277efda7 | [
"MIT"
] | null | null | null | import Foundation
protocol LapCellDelegate {
func deleteLap(indexForLap: Int) -> ()
}
| 14.833333 | 40 | 0.741573 |
9bcbc2d477d9df313e29b83b597bdeb68ddfb426 | 3,786 | js | JavaScript | examples/plain-js/index.js | RoamDirectories/ioffice-floor-viewer-sdk | f3af7696dec986d3d3c9f2c9401093dfaee0c02d | [
"MIT"
] | null | null | null | examples/plain-js/index.js | RoamDirectories/ioffice-floor-viewer-sdk | f3af7696dec986d3d3c9f2c9401093dfaee0c02d | [
"MIT"
] | null | null | null | examples/plain-js/index.js | RoamDirectories/ioffice-floor-viewer-sdk | f3af7696dec986d3d3c9f2c9401093dfaee0c02d | [
"MIT"
] | null | null | null | // Utility objects to interact with the DOM
var ping = {};
var select = {};
var setMarkers = {};
/**
* Return an object containing the query parameters.
*/
function getQueryParams() {
var url = window.location.href;
var query = {};
var params = url.substr(url.lastIndexOf('?') + 1).split('&');
params.forEach(... | 24.584416 | 97 | 0.60803 |
7097e68364ea88c21c837d3edadcfbaff9bb396a | 1,021 | go | Go | handler.go | monochromegane/guardian | ac788d4c79320b3ab1d2a60fe795e9a641f2ae4b | [
"MIT"
] | 2 | 2019-02-04T14:46:04.000Z | 2019-07-01T03:31:57.000Z | handler.go | monochromegane/guardian | ac788d4c79320b3ab1d2a60fe795e9a641f2ae4b | [
"MIT"
] | null | null | null | handler.go | monochromegane/guardian | ac788d4c79320b3ab1d2a60fe795e9a641f2ae4b | [
"MIT"
] | null | null | null | package guardian
import (
"fmt"
"os/exec"
"strings"
shellwords "github.com/mattn/go-shellwords"
fsnotify "gopkg.in/fsnotify.v1"
)
type handler interface {
run(fsnotify.Event) ([]byte, error)
}
func newCommand(script string) handler {
if script == "" {
return &noOpCommand{}
}
return &command{script: scrip... | 18.907407 | 67 | 0.666993 |
2244208ab03d582be146303eac17973e06737c84 | 1,279 | kt | Kotlin | DemoCode/D7/TabLayoutKotlinLibrary/app/src/main/java/com/example/tablayoutkotlinlibrary/MainActivity.kt | nhatpk/CS473-Moblie-Device-Programming | c26a4a9d46d551b755feed35c0f927f56137e7ee | [
"MIT"
] | null | null | null | DemoCode/D7/TabLayoutKotlinLibrary/app/src/main/java/com/example/tablayoutkotlinlibrary/MainActivity.kt | nhatpk/CS473-Moblie-Device-Programming | c26a4a9d46d551b755feed35c0f927f56137e7ee | [
"MIT"
] | null | null | null | DemoCode/D7/TabLayoutKotlinLibrary/app/src/main/java/com/example/tablayoutkotlinlibrary/MainActivity.kt | nhatpk/CS473-Moblie-Device-Programming | c26a4a9d46d551b755feed35c0f927f56137e7ee | [
"MIT"
] | null | null | null | package com.example.tablayoutkotlinlibrary
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import kotlinx.android.synthetic.main.activity_main.*
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
... | 42.633333 | 107 | 0.710711 |
856ce724cc09210366a2aedca012221e96860fb1 | 23,184 | js | JavaScript | adm/code/gnatdoc/srcs/admbase-text_io.ads.js | leo-brewin/adm-bssn-numerical | 9e32c201272e9a41e7535475fe381e450b99b058 | [
"MIT"
] | 1 | 2022-01-25T11:36:06.000Z | 2022-01-25T11:36:06.000Z | adm/code/gnatdoc/srcs/admbase-text_io.ads.js | leo-brewin/adm-bssn-numerical | 9e32c201272e9a41e7535475fe381e450b99b058 | [
"MIT"
] | null | null | null | adm/code/gnatdoc/srcs/admbase-text_io.ads.js | leo-brewin/adm-bssn-numerical | 9e32c201272e9a41e7535475fe381e450b99b058 | [
"MIT"
] | null | null | null | GNATdoc.SourceFile = {
"kind": "code",
"children": [
{
"kind": "line",
"number": 1,
"children": [
{
"kind": "span",
"cssClass": "keyword",
"text": "package"
},
{
"kind": "span",
"cssClass": "text",
"text": " "
... | 21 | 60 | 0.315821 |
3e9da22a2779628c893bef349a0c77f60787c383 | 4,025 | h | C | arch/powerpc/include/asm/dbell.h | jainsakshi2395/linux | 7ccb860232bb83fb60cd6bcf5aaf0c008d903acb | [
"Linux-OpenIB"
] | 44 | 2022-03-16T08:32:31.000Z | 2022-03-31T16:02:35.000Z | arch/powerpc/include/asm/dbell.h | jainsakshi2395/linux | 7ccb860232bb83fb60cd6bcf5aaf0c008d903acb | [
"Linux-OpenIB"
] | 13 | 2021-07-10T04:36:17.000Z | 2022-03-03T10:50:05.000Z | arch/powerpc/include/asm/dbell.h | jainsakshi2395/linux | 7ccb860232bb83fb60cd6bcf5aaf0c008d903acb | [
"Linux-OpenIB"
] | 18 | 2022-03-19T04:41:04.000Z | 2022-03-31T03:32:12.000Z | /* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright 2009 Freescale Semiconductor, Inc.
*
* provides masks and opcode images for use by code generation, emulation
* and for instructions that older assemblers might not know about
*/
#ifndef _ASM_POWERPC_DBELL_H
#define _ASM_POWERPC_DBELL_H
#include <linu... | 24.845679 | 73 | 0.724224 |
fff80472d78db78d6e542e3e354a6024a873538e | 2,556 | kt | Kotlin | app/src/test/java/com/thedeveloperworldisyours/cleanarchitecturekoinmvvm/ui/DetailViewModelTest.kt | thedeveloperworldisyours/CleanArchitetureKoinMVVM | ff7477dbc2018c05090eb3f5558d85c293099dd8 | [
"Apache-2.0"
] | 1 | 2021-03-27T16:15:38.000Z | 2021-03-27T16:15:38.000Z | app/src/test/java/com/thedeveloperworldisyours/cleanarchitecturekoinmvvm/ui/DetailViewModelTest.kt | thedeveloperworldisyours/CleanArchitetureKoinMVVM | ff7477dbc2018c05090eb3f5558d85c293099dd8 | [
"Apache-2.0"
] | null | null | null | app/src/test/java/com/thedeveloperworldisyours/cleanarchitecturekoinmvvm/ui/DetailViewModelTest.kt | thedeveloperworldisyours/CleanArchitetureKoinMVVM | ff7477dbc2018c05090eb3f5558d85c293099dd8 | [
"Apache-2.0"
] | null | null | null | package com.thedeveloperworldisyours.cleanarchitecturekoinmvvm.ui
import androidx.arch.core.executor.testing.InstantTaskExecutorRule
import androidx.lifecycle.Observer
import com.nhaarman.mockitokotlin2.verify
import com.nhaarman.mockitokotlin2.whenever
import com.thedeveloperworldisyours.cleanarchitecturekoinmvvm.dom... | 30.070588 | 93 | 0.725352 |
85a75210861502bc6b799a976cf3d26b53ea59b0 | 444 | h | C | entities.h | vvulpes0/casting-colosseum | e8afcbbdbfabf22d93f5be8759efc32916fc5687 | [
"MIT"
] | null | null | null | entities.h | vvulpes0/casting-colosseum | e8afcbbdbfabf22d93f5be8759efc32916fc5687 | [
"MIT"
] | null | null | null | entities.h | vvulpes0/casting-colosseum | e8afcbbdbfabf22d93f5be8759efc32916fc5687 | [
"MIT"
] | null | null | null | #ifndef ENTITIES_H
#define ENTITIES_H
enum component {
COMP_X,
COMP_Y,
COMP_HP,
COMP_MAX_HP,
COMP_SPR,
COMP_SPR_WIDTH,
COMP_SPR_HEIGHT,
COMP_TYPE,
COMP_HATCH_TIME
};
enum entity_types {
ENTITY_PHOENIX,
ENTITY_EGG,
ENTITY_SLIME,
};
struct rbt_tree * add_component(struct rbt_tree *, enum component, int);
s... | 15.857143 | 72 | 0.745495 |
992141cda2f829bdb7d73d28ab1bd85fec4ff32e | 240 | h | C | src/Windows/theApp.h | KondeU/CommonSerial | d615a563e04eb0c6e914758012ed18cc4a421bf7 | [
"BSD-2-Clause"
] | 1 | 2022-03-30T09:33:22.000Z | 2022-03-30T09:33:22.000Z | src/Windows/theApp.h | KondeU/CommonSerial | d615a563e04eb0c6e914758012ed18cc4a421bf7 | [
"BSD-2-Clause"
] | null | null | null | src/Windows/theApp.h | KondeU/CommonSerial | d615a563e04eb0c6e914758012ed18cc4a421bf7 | [
"BSD-2-Clause"
] | null | null | null | #pragma once
namespace Common{
class c_the_app
{
public:
c_the_app();
HINSTANCE instance();
std::string path();
operator HINSTANCE();
private:
HINSTANCE _hinst;
std::string _path;
};
}
extern Common::c_the_app theApp;
| 12.631579 | 32 | 0.683333 |
7c6f46a5743f6c94a9b6c85c98d454bc3531498b | 11,392 | rs | Rust | src/input/tests.rs | iandwelker/minus | f0498f63598599c270b2340864fb8324ea6ec719 | [
"Apache-2.0",
"MIT"
] | 179 | 2020-11-27T17:49:59.000Z | 2022-03-28T05:33:25.000Z | src/input/tests.rs | iandwelker/minus | f0498f63598599c270b2340864fb8324ea6ec719 | [
"Apache-2.0",
"MIT"
] | 54 | 2020-12-03T20:02:09.000Z | 2022-03-31T10:37:51.000Z | src/input/tests.rs | iandwelker/minus | f0498f63598599c270b2340864fb8324ea6ec719 | [
"Apache-2.0",
"MIT"
] | 14 | 2020-12-04T13:30:21.000Z | 2022-03-31T09:59:25.000Z | #[cfg(feature = "search")]
use crate::SearchMode;
use crate::{input::InputEvent, LineNumbers, Pager};
use crossterm::event::{Event, KeyCode, KeyEvent, KeyModifiers, MouseEvent, MouseEventKind};
// Just a transparent function to fix incompatiblity issues between
// versions
// TODO: Remove this later in favour of how h... | 26.931442 | 91 | 0.509831 |
9c383efbdd1fb5892c9f9ac60d7dbbe07b5b6dff | 10,009 | js | JavaScript | api/team.js | HackSC/apply-2020 | a240dfd0599dc0b66ba3a77ed4dde806fb6fe009 | [
"MIT"
] | 8 | 2019-09-25T16:20:03.000Z | 2021-02-20T08:53:11.000Z | api/team.js | HackSC/apply-2020 | a240dfd0599dc0b66ba3a77ed4dde806fb6fe009 | [
"MIT"
] | 321 | 2019-09-26T19:07:59.000Z | 2022-02-17T20:47:45.000Z | api/team.js | HackSC/apply-2020 | a240dfd0599dc0b66ba3a77ed4dde806fb6fe009 | [
"MIT"
] | 2 | 2019-09-25T23:27:26.000Z | 2020-02-04T19:59:18.000Z | const express = require("express");
const models = require("./models");
const utils = require("./utils");
const router = express.Router();
router.use(utils.authMiddleware);
router.use(utils.preprocessRequest);
// GET /api/team
// - If a hacker is on a team, get that team info
router.get("/", async (req, res) => {
c... | 25.0225 | 79 | 0.613648 |
ddf4cc93512f4cd64fa7e644af9a17c5a8fe8f9d | 4,923 | sql | SQL | bitrix/modules/intranet/install/db/mssql/install.sql | BuildingBridge/biznet | 0e9e864be99e01bd35f4321a04736866937897b0 | [
"Unlicense"
] | 1 | 2020-10-05T04:28:40.000Z | 2020-10-05T04:28:40.000Z | bitrix/modules/intranet/install/db/mssql/install.sql | shuchitamathur28/bitrix24 | fafc179382f028989a4ee4a5f97422e49b1526b4 | [
"Unlicense"
] | null | null | null | bitrix/modules/intranet/install/db/mssql/install.sql | shuchitamathur28/bitrix24 | fafc179382f028989a4ee4a5f97422e49b1526b4 | [
"Unlicense"
] | null | null | null | CREATE TABLE B_INTRANET_SHAREPOINT
(
IBLOCK_ID int not null,
SP_LIST_ID varchar(32) not null,
SP_URL varchar(255) not null,
SP_AUTH_USER varchar(50) null,
SP_AUTH_PASS varchar(50) null,
SYNC_DATE datetime null,
SYNC_PERIOD int null,
SYNC_ERRORS int null,
SYNC_LAST_TOKEN varchar(100) null,
SYNC_PAGING varchar(... | 27.813559 | 115 | 0.786106 |
934dba098fb085bbc6524d1f7dcbe5ab3cb5bcd1 | 1,355 | kt | Kotlin | app/src/main/java/ca/llamabagel/transpo/trips/ui/adapter/TripAdapterItem.kt | dellisd/transpo-android | 70ca00367b6cb93a8c1bd19f1a6524e093b65484 | [
"MIT"
] | 1 | 2019-07-23T15:44:06.000Z | 2019-07-23T15:44:06.000Z | app/src/main/java/ca/llamabagel/transpo/trips/ui/adapter/TripAdapterItem.kt | Llamabagel/transpo-android | 70ca00367b6cb93a8c1bd19f1a6524e093b65484 | [
"MIT"
] | 46 | 2019-05-30T22:56:21.000Z | 2019-07-24T01:46:31.000Z | app/src/main/java/ca/llamabagel/transpo/trips/ui/adapter/TripAdapterItem.kt | dellisd/transpo-android | 70ca00367b6cb93a8c1bd19f1a6524e093b65484 | [
"MIT"
] | 1 | 2019-05-05T18:16:55.000Z | 2019-05-05T18:16:55.000Z | /*
* Copyright (c) 2019 Derek Ellis. Subject to the MIT license.
*/
package ca.llamabagel.transpo.trips.ui.adapter
import android.annotation.SuppressLint
import androidx.recyclerview.widget.DiffUtil
import ca.llamabagel.transpo.models.trips.Route
import ca.llamabagel.transpo.models.trips.Trip
sealed class TripAdap... | 33.875 | 106 | 0.692989 |
184dcae2b3272d949044cfd7cece7395f619bbd6 | 393 | css | CSS | styles.css | MastaKoch/restaurantApp | 74cccb95a18c228b8a652f662131ad59ea69661a | [
"MIT"
] | null | null | null | styles.css | MastaKoch/restaurantApp | 74cccb95a18c228b8a652f662131ad59ea69661a | [
"MIT"
] | null | null | null | styles.css | MastaKoch/restaurantApp | 74cccb95a18c228b8a652f662131ad59ea69661a | [
"MIT"
] | null | null | null | body{
background-color: beige;
color: cornflowerblue;
}
.tableBtn, .reserveBtn, .book, .homeBtn{
background-color: cornflowerblue;
color: black;
border-radius: 15px;
padding: 10px;
margin: 20px;
}
h1, h2{
text-align: center;
}
.buttons{
display: flex;
justify-content: center;... | 15.115385 | 40 | 0.633588 |
6feedbf7415a327455fe5586bd8d682090e4fe97 | 9,912 | rs | Rust | src/pomodoro_core/pomodoro.rs | ozangulle/rusty-pomodoro | 07bfd8bf95537166040a8ddfd58e7f91bbb1c08a | [
"MIT"
] | 1 | 2020-03-24T21:32:29.000Z | 2020-03-24T21:32:29.000Z | src/pomodoro_core/pomodoro.rs | ozangulle/rusty-pomodoro | 07bfd8bf95537166040a8ddfd58e7f91bbb1c08a | [
"MIT"
] | 7 | 2019-03-25T20:51:53.000Z | 2019-07-20T16:23:11.000Z | src/pomodoro_core/pomodoro.rs | ozangulle/rusty-pomodoro | 07bfd8bf95537166040a8ddfd58e7f91bbb1c08a | [
"MIT"
] | null | null | null | use crate::communication::*;
use crate::observers::*;
use crate::pomodoro_core::*;
use std::sync::mpsc::{channel, Receiver, Sender};
use std::thread;
use std::time::Duration;
pub struct Pomodoro<'a> {
pub current_state: PomodoroStates,
pub finished_pomodoros: u32,
pub next_state: PomodoroStates,
pub st... | 34.416667 | 99 | 0.575868 |
b5e47c51d24f9d63917f3975107847ea1cd9d0ca | 9,478 | rs | Rust | teams/06-Uniarts/src/substrate/bin/cli/src/command.rs | SubDAO-Network/hackathon-2021-spring | 96c06d9e67d67e65be160a8c1de6338b2fb0a87e | [
"Apache-2.0",
"MIT"
] | 1 | 2021-03-31T06:23:52.000Z | 2021-03-31T06:23:52.000Z | teams/06-Uniarts/src/substrate/bin/cli/src/command.rs | SubDAO-Network/hackathon-2021-spring | 96c06d9e67d67e65be160a8c1de6338b2fb0a87e | [
"Apache-2.0",
"MIT"
] | null | null | null | teams/06-Uniarts/src/substrate/bin/cli/src/command.rs | SubDAO-Network/hackathon-2021-spring | 96c06d9e67d67e65be160a8c1de6338b2fb0a87e | [
"Apache-2.0",
"MIT"
] | 1 | 2021-03-14T10:37:37.000Z | 2021-03-14T10:37:37.000Z | // This file is part of Substrate.
// Copyright (C) 2017-2020 Parity Technologies (UK) Ltd.
// SPDX-License-Identifier: Apache-2.0
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ht... | 31.593333 | 92 | 0.639797 |
eebf30247aff0a5af676c97ce77741c02458cf70 | 1,055 | swift | Swift | Source/Definitions/RuleInfo.swift | tylerlong/ringcentral-swift-client-back | 39efd3c4989c560ff35a4d126bc81ef767f2d232 | [
"MIT"
] | 1 | 2017-08-23T23:20:29.000Z | 2017-08-23T23:20:29.000Z | Source/Definitions/RuleInfo.swift | tylerlong/ringcentral-swift-client-back | 39efd3c4989c560ff35a4d126bc81ef767f2d232 | [
"MIT"
] | null | null | null | Source/Definitions/RuleInfo.swift | tylerlong/ringcentral-swift-client-back | 39efd3c4989c560ff35a4d126bc81ef767f2d232 | [
"MIT"
] | null | null | null | import Foundation
import ObjectMapper
import Alamofire
open class RuleInfo: Mappable {
// Forwarding number (or group) ordinal
open var `index`: Int?
// Number of rings for a forwarding number (or group)
open var `ringCount`: Int?
// Forwarding number (or group) data
open var `forwardingNumbers`... | 32.96875 | 130 | 0.637915 |
21fc165b7da477a619933185c2f45df3c3e9ab09 | 380 | html | HTML | mathml/relations/css-styling/blur-filter-ref.html | meyerweb/wpt | f04261533819893c71289614c03434c06856c13e | [
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | mathml/relations/css-styling/blur-filter-ref.html | meyerweb/wpt | f04261533819893c71289614c03434c06856c13e | [
"BSD-3-Clause"
] | 7,642 | 2018-05-28T09:38:03.000Z | 2022-03-31T20:55:48.000Z | mathml/relations/css-styling/blur-filter-ref.html | meyerweb/wpt | f04261533819893c71289614c03434c06856c13e | [
"BSD-3-Clause"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Blur filter (reference)</title>
</head>
<body>
<p>Rectangles should be blurred.</p>
<div style="background: green; filter: blur(5px); width: 200px; height: 200px;"></div>
<div style="background: green; filter: blur(5px); width: 200px; height: 200px; posi... | 27.142857 | 119 | 0.665789 |
2ee1af8972f149db15fc0bcfba372cb178245076 | 2,856 | kt | Kotlin | app/src/main/java/de/chrisward/theyworkforyou/dagger/AppModule.kt | chrisward/theyworkforyou | dcc4300dbad63f458efd26f80adaa16114cb7c2e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/de/chrisward/theyworkforyou/dagger/AppModule.kt | chrisward/theyworkforyou | dcc4300dbad63f458efd26f80adaa16114cb7c2e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/de/chrisward/theyworkforyou/dagger/AppModule.kt | chrisward/theyworkforyou | dcc4300dbad63f458efd26f80adaa16114cb7c2e | [
"Apache-2.0"
] | null | null | null | package de.chrisward.theyworkforyou.dagger
import android.app.Application
import dagger.Module
import dagger.Provides
import de.chrisward.theyworkforyou.Constants
import de.chrisward.theyworkforyou.R
import de.chrisward.theyworkforyou.api.LordApi
import de.chrisward.theyworkforyou.api.MPApi
import de.chrisward.theywor... | 30.709677 | 98 | 0.690826 |
a1888c8f1868750ff935278de1be40c74552eb05 | 1,859 | go | Go | memory/memory_test.go | scottrangerio/go-chip8 | 38ecddefd5e89d645e0cb3312aed3e4fb79a4ba1 | [
"MIT"
] | null | null | null | memory/memory_test.go | scottrangerio/go-chip8 | 38ecddefd5e89d645e0cb3312aed3e4fb79a4ba1 | [
"MIT"
] | null | null | null | memory/memory_test.go | scottrangerio/go-chip8 | 38ecddefd5e89d645e0cb3312aed3e4fb79a4ba1 | [
"MIT"
] | null | null | null | package memory
import "testing"
import "bytes"
func TestWriteBytesAt_NoOffset(t *testing.T) {
d := []byte{0x01, 0xC5, 0xE2, 0xF3}
m := new(Memory)
m.WriteBytesAt(d, 0)
if r := m[:len(d)]; !bytes.Equal(r, d) {
t.Fatalf("Expected to write %v, wrote %v", r, d)
}
}
func TestWriteBytesAt_WithOffset(t *testing.T)... | 18.22549 | 53 | 0.581495 |
35b2a83132da1b9e83eec1e32b96c956507f6078 | 327 | asm | Assembly | oeis/096/A096285.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/096/A096285.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/096/A096285.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A096285: Denominator of the ratio of the preceding two terms.
; Submitted by Christian Krause
; 1,1,2,2,1,1,1,1,2,2,1,1,1,1,2,2,1,1,1,1,2,2,1,1,1,1,2,2,1,1,1,1,2,2,1,1,1,1,2,2,1,1,1,1,2,2,1,1,1,1,2,2,1,1,1,1,2,2,1,1,1,1,2,2,1,1,1,1,2,2,1,1,1,1,2,2,1,1,1,1,2,2,1,1,1,1,2,2,1,1,1,1,2,2,1,1
div $0,2
mod $0,3
mod $0,2
ad... | 36.333333 | 193 | 0.587156 |
feee9ee1047ed617d5e93fcb7626392155ed5193 | 5,164 | html | HTML | WebRoot/WEB-INF/templates/zh_cn/system/user/default/usercenter/refund.html | mxzjzj/wemall | eca2a02f6c5924c1a69cfd0a855d231f2a25bd0b | [
"MIT"
] | 1 | 2020-06-28T10:22:17.000Z | 2020-06-28T10:22:17.000Z | WebRoot/WEB-INF/templates/zh_cn/system/user/default/usercenter/refund.html | mxzjzj/wemall | eca2a02f6c5924c1a69cfd0a855d231f2a25bd0b | [
"MIT"
] | null | null | null | WebRoot/WEB-INF/templates/zh_cn/system/user/default/usercenter/refund.html | mxzjzj/wemall | eca2a02f6c5924c1a69cfd0a855d231f2a25bd0b | [
"MIT"
] | null | null | null | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>退款管理 - Powered by wemall</title>
<meta name="keywords" content="$!conf... | 48.716981 | 239 | 0.560999 |
be62d31eca063c53a00aa0afb3face47ac21321f | 705 | sql | SQL | src/test/resources/sql/insert/ca071c57.sql | Shuttl-Tech/antlr_psql | fcf83192300abe723f3fd3709aff5b0c8118ad12 | [
"MIT"
] | 66 | 2018-06-15T11:34:03.000Z | 2022-03-16T09:24:49.000Z | src/test/resources/sql/insert/ca071c57.sql | Shuttl-Tech/antlr_psql | fcf83192300abe723f3fd3709aff5b0c8118ad12 | [
"MIT"
] | 13 | 2019-03-19T11:56:28.000Z | 2020-08-05T04:20:50.000Z | src/test/resources/sql/insert/ca071c57.sql | Shuttl-Tech/antlr_psql | fcf83192300abe723f3fd3709aff5b0c8118ad12 | [
"MIT"
] | 28 | 2019-01-05T19:59:02.000Z | 2022-03-24T11:55:50.000Z | -- file:numeric_big.sql ln:272 expect:true
INSERT INTO num_exp_add VALUES (5,9,'-597892150.0877104482254081079637055296670703246401795826984793473076954264440291372384802690928513310908945263248080016807460709089399128380872699017106286753801223727000093279870478160896909650845096018596429259467735624195627771438050018... | 235 | 661 | 0.967376 |
e59648a7932b343d6c37d6799e907d57ecca7350 | 3,836 | sql | SQL | pemkab.sql | bertojuni/rekayasa-web | c48a2d3358ff25ba7b792ba18b3596e8ee6a7a99 | [
"MIT"
] | null | null | null | pemkab.sql | bertojuni/rekayasa-web | c48a2d3358ff25ba7b792ba18b3596e8ee6a7a99 | [
"MIT"
] | null | null | null | pemkab.sql | bertojuni/rekayasa-web | c48a2d3358ff25ba7b792ba18b3596e8ee6a7a99 | [
"MIT"
] | null | null | null | -- phpMyAdmin SQL Dump
-- version 5.0.2
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Jun 28, 2020 at 11:49 PM
-- Server version: 10.4.13-MariaDB
-- PHP Version: 7.2.31
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIE... | 28.626866 | 245 | 0.673097 |
0c90583bb1e8038246e08d81681f08ae3de8075d | 3,738 | py | Python | tests/test_remove.py | sanjaymsh/Fiona | 7be39538f7317efec3e60b8dc722af7e8fea6d52 | [
"BSD-3-Clause"
] | 1 | 2020-03-06T21:13:54.000Z | 2020-03-06T21:13:54.000Z | tests/test_remove.py | sanjaymsh/Fiona | 7be39538f7317efec3e60b8dc722af7e8fea6d52 | [
"BSD-3-Clause"
] | null | null | null | tests/test_remove.py | sanjaymsh/Fiona | 7be39538f7317efec3e60b8dc722af7e8fea6d52 | [
"BSD-3-Clause"
] | 1 | 2021-04-12T05:38:58.000Z | 2021-04-12T05:38:58.000Z | import logging
import sys
import os
import itertools
from .conftest import requires_gpkg
import pytest
import fiona
from fiona.errors import DatasetDeleteError
def create_sample_data(filename, driver, **extra_meta):
meta = {
'driver': driver,
'schema': {
'geometry': 'Point',
... | 31.677966 | 81 | 0.677368 |
c527ea84b5a4b47622dc40d44bd32c77b01e9b4f | 3,887 | sql | SQL | mySQL_test.sql | sadafmehds/mySQL_test | 84e02cb07d80d6fad4c9dac28cd2ca0c2befc41c | [
"MIT"
] | null | null | null | mySQL_test.sql | sadafmehds/mySQL_test | 84e02cb07d80d6fad4c9dac28cd2ca0c2befc41c | [
"MIT"
] | null | null | null | mySQL_test.sql | sadafmehds/mySQL_test | 84e02cb07d80d6fad4c9dac28cd2ca0c2befc41c | [
"MIT"
] | null | null | null | USE sakila;
-- 1a). Display first names and last names from table actor
SELECT first_name, last_name
FROM actor;
-- 1b).
SELECT CONCAT(first_name, ' ', last_name) AS 'Actor Name' FROM actor;
-- Practice: Testing going to lower case from upper case
SET SQL_SAFE_UPDATES=0;
UPDATE actor
SET first_name = LOWER(first_n... | 28.792593 | 717 | 0.752508 |
204ffd22cd1b1b71a448ef16928a5401d4b1dffc | 432 | sql | SQL | openGaussBase/testcase/KEYWORDS/Comment/Opengauss_Function_Keyword_Comment_Case0022.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | openGaussBase/testcase/KEYWORDS/Comment/Opengauss_Function_Keyword_Comment_Case0022.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | openGaussBase/testcase/KEYWORDS/Comment/Opengauss_Function_Keyword_Comment_Case0022.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | -- @testpoint:opengauss关键字comment(非保留),作为用户组名
--关键字不带引号-成功
drop group if exists comment;
create group comment with password 'gauss@123';
--关键字带双引号-成功
drop group if exists "comment";
create group "comment" with password 'gauss@123';
--关键字带单引号-合理报错
drop group if exists 'comment';
create group 'comment' with password... | 22.736842 | 49 | 0.752315 |
30f570f3fae782e6b8c51745a5703d11dc47e1ab | 318 | sql | SQL | sample-temperature-service-builder-service/src/main/resources/META-INF/sql/indexes.sql | amusarra/sample-temperature-service-builder | dba28945d2d2eb671c379605031612a58304c126 | [
"MIT"
] | 2 | 2018-01-17T14:27:06.000Z | 2018-01-17T22:08:59.000Z | sample-temperature-service-builder-service/src/main/resources/META-INF/sql/indexes.sql | amusarra/sample-temperature-service-builder | dba28945d2d2eb671c379605031612a58304c126 | [
"MIT"
] | null | null | null | sample-temperature-service-builder-service/src/main/resources/META-INF/sql/indexes.sql | amusarra/sample-temperature-service-builder | dba28945d2d2eb671c379605031612a58304c126 | [
"MIT"
] | null | null | null | create index IX_F164A9B0 on DNTLABS_Temperature (deviceId[$COLUMN_LENGTH:75$]);
create index IX_271C6291 on DNTLABS_Temperature (status);
create index IX_DB0C4BDF on DNTLABS_Temperature (uuid_[$COLUMN_LENGTH:75$], companyId);
create unique index IX_ACA43E21 on DNTLABS_Temperature (uuid_[$COLUMN_LENGTH:75$], groupId); | 79.5 | 92 | 0.827044 |
5b323a83b55ea0f91a90d22b0ff011217176a134 | 821 | swift | Swift | Shakespeare/Tests iOS/UI Tests/UIViewTests.swift | roschaun/shakespeare | 05741f97601a4727338d34cb92888692b6063afd | [
"Apache-2.0"
] | null | null | null | Shakespeare/Tests iOS/UI Tests/UIViewTests.swift | roschaun/shakespeare | 05741f97601a4727338d34cb92888692b6063afd | [
"Apache-2.0"
] | null | null | null | Shakespeare/Tests iOS/UI Tests/UIViewTests.swift | roschaun/shakespeare | 05741f97601a4727338d34cb92888692b6063afd | [
"Apache-2.0"
] | null | null | null | //
// ListViewTests.swift
// Tests iOS
//
// Created by Roschaun Johnson on 7/31/21.
//
import XCTest
class UIViewTests: XCTestCase {
var app: XCUIApplication!
override func setUpWithError() throws {
continueAfterFailure = false
app = XCUIApplication()
app.launch()
}
over... | 22.189189 | 87 | 0.645554 |
660a8765c58649daf50f0d2ec91a6e6a8a1e626d | 897 | kt | Kotlin | clion/src/main/kotlin/org/rust/clion/cargo/CargoBuildConfiguration.kt | goncaloperes/intellij-rust | af31c6c717862562891bc5777e8571afc5a6be0a | [
"MIT"
] | 4,168 | 2015-11-28T19:55:12.000Z | 2022-03-31T18:47:12.000Z | clion/src/main/kotlin/org/rust/clion/cargo/CargoBuildConfiguration.kt | goncaloperes/intellij-rust | af31c6c717862562891bc5777e8571afc5a6be0a | [
"MIT"
] | 8,336 | 2015-11-28T11:40:22.000Z | 2022-03-31T15:56:54.000Z | clion/src/main/kotlin/org/rust/clion/cargo/CargoBuildConfiguration.kt | goncaloperes/intellij-rust | af31c6c717862562891bc5777e8571afc5a6be0a | [
"MIT"
] | 522 | 2015-11-28T17:17:39.000Z | 2022-03-07T07:09:06.000Z | /*
* Use of this source code is governed by the MIT license that can be
* found in the LICENSE file.
*/
package org.rust.clion.cargo
import com.intellij.execution.runners.ExecutionEnvironment
import com.intellij.openapi.roots.ProjectModelExternalSource
import com.jetbrains.cidr.execution.CidrBuildConfiguration
imp... | 39 | 118 | 0.821628 |
6fd539aebdc0d59e96cae9501ba6a08e4aaa6218 | 3,043 | rs | Rust | src/dbtype/test_macro.rs | benkard/couchdb-rs | faffb797ff4f7fd58889bcd1da6901d33638481e | [
"Apache-2.0",
"MIT"
] | null | null | null | src/dbtype/test_macro.rs | benkard/couchdb-rs | faffb797ff4f7fd58889bcd1da6901d33638481e | [
"Apache-2.0",
"MIT"
] | null | null | null | src/dbtype/test_macro.rs | benkard/couchdb-rs | faffb797ff4f7fd58889bcd1da6901d33638481e | [
"Apache-2.0",
"MIT"
] | null | null | null | // Panics if the given result, $result, is not a serde_json 'missing field'
// error.
macro_rules! expect_json_error_missing_field {
($result:ident, $expected_missing_field_name:expr) => {
match $result {
Ok(..) => { panic!("Got unexpected OK result"); },
Err(ref e) => {
... | 39.012821 | 110 | 0.454814 |
342576309213c9c9800e2b9633f08f4382bc1779 | 2,029 | asm | Assembly | Source/Levels/L0609.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | Source/Levels/L0609.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | Source/Levels/L0609.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | ; L0609.asm outback farm
; Generated 11.05.2000 by mlevel
; Modified 11.05.2000 by Abe Pralle
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
WATERINDEX EQU 4
VAR_WATER EQU 0
;---------------------------------------------------------------------
SECTION "Level0609Section",ROMX
;------------------------------... | 27.053333 | 70 | 0.426811 |
0bac61c1086ba5247c3eb64a103c04081694dcfe | 2,408 | js | JavaScript | resources/js/app/store/plugins.js | log95/method-pomidora | dfe5a89ecc3925f21e1338b6f10d6668073e1f73 | [
"MIT"
] | null | null | null | resources/js/app/store/plugins.js | log95/method-pomidora | dfe5a89ecc3925f21e1338b6f10d6668073e1f73 | [
"MIT"
] | 2 | 2021-03-09T15:52:12.000Z | 2021-05-10T09:27:04.000Z | resources/js/app/store/plugins.js | log95/method-pomidora | dfe5a89ecc3925f21e1338b6f10d6668073e1f73 | [
"MIT"
] | null | null | null | import backend from '../api/backend'
function updateActiveTasksLocalStorage(tasks) {
localStorage.setItem('ACTIVE_TASKS', JSON.stringify(tasks));
}
export default function (store) {
store.subscribe(function (mutation, state) {
switch (mutation.type) {
// Handle add task, only if it's not ... | 39.47541 | 121 | 0.482143 |
acc374de53578264292481ece75d1eafe70fb3ca | 599,888 | tab | SQL | PLUTO-simulations/Spherical_CF/transonic/Output/data.0040.tab | dutta-alankar/cooling-flow-model | d3aed3c0ab9d976f7552b658e08e4f01046dff32 | [
"MIT"
] | 1 | 2021-07-02T15:03:49.000Z | 2021-07-02T15:03:49.000Z | PLUTO-simulations/Spherical_CF/transonic/Output/data.0040.tab | dutta-alankar/cooling-flow-model | d3aed3c0ab9d976f7552b658e08e4f01046dff32 | [
"MIT"
] | null | null | null | PLUTO-simulations/Spherical_CF/transonic/Output/data.0040.tab | dutta-alankar/cooling-flow-model | d3aed3c0ab9d976f7552b658e08e4f01046dff32 | [
"MIT"
] | null | null | null | 4.911448 0.500000 8.325384e-05 -3.561734e+01 2.806567e-02 1.000000e+00
4.914343 0.500000 8.319966e-05 -3.560889e+01 2.805316e-02 1.000000e+00
4.917241 0.500000 8.318028e-05 -3.560573e+01 2.804857e-02 1.000000e+00
4.920140 0.500000 8.313728e-05 -3.559865e+01 2.803839e-02 1.000000e+00
4.923041 0.500000 8.311702e-05 -... | 73.219578 | 73 | 0.754194 |
7e3581d224d8c26d0ebe34839aeb39e206f64e6f | 707 | kt | Kotlin | clef-workflow-api/clef-workflow-api-factory/clef-workflow-api-factory-workflow/src/main/java/io/arkitik/clef/workflow/api/usecase/factory/workflow/request/workflow/CreateWorkflowRequest.kt | arkitik/clef-workflow | feffa1493f57c1f5fd3bb7d3be45b22522a3f847 | [
"Apache-2.0"
] | null | null | null | clef-workflow-api/clef-workflow-api-factory/clef-workflow-api-factory-workflow/src/main/java/io/arkitik/clef/workflow/api/usecase/factory/workflow/request/workflow/CreateWorkflowRequest.kt | arkitik/clef-workflow | feffa1493f57c1f5fd3bb7d3be45b22522a3f847 | [
"Apache-2.0"
] | null | null | null | clef-workflow-api/clef-workflow-api-factory/clef-workflow-api-factory-workflow/src/main/java/io/arkitik/clef/workflow/api/usecase/factory/workflow/request/workflow/CreateWorkflowRequest.kt | arkitik/clef-workflow | feffa1493f57c1f5fd3bb7d3be45b22522a3f847 | [
"Apache-2.0"
] | null | null | null | package io.arkitik.clef.workflow.api.usecase.factory.workflow.request.workflow
import io.arkitik.radix.develop.usecase.model.UseCaseRequest
import javax.validation.constraints.NotBlank
import javax.validation.constraints.Pattern
/**
* Created By [**Ibrahim Al-Tamimi **](https://www.linkedin.com/in/iloom/)<br></br>
... | 44.1875 | 123 | 0.70297 |
9695bcd7f82d430b228952c00a73b32ff3d68ed0 | 540 | html | HTML | trash/page-295-Tuesday-July-9th-2019-10-13-06-AM/body.html | marvindanig/divine-comedy | 23dcd78aadf64d9a235441ce2558698832c085ad | [
"BlueOak-1.0.0",
"MIT"
] | null | null | null | trash/page-295-Tuesday-July-9th-2019-10-13-06-AM/body.html | marvindanig/divine-comedy | 23dcd78aadf64d9a235441ce2558698832c085ad | [
"BlueOak-1.0.0",
"MIT"
] | 2 | 2020-09-06T10:23:16.000Z | 2021-05-08T00:13:48.000Z | trash/page-295-Tuesday-July-9th-2019-10-13-06-AM/body.html | marvindanig/divine-comedy | 23dcd78aadf64d9a235441ce2558698832c085ad | [
"BlueOak-1.0.0",
"MIT"
] | null | null | null | <div class="leaf flex"><div class="inner justify"><pre class="no-indent stretch-last-line">All there are barrators, except Bonturo;
No into Yes for money there is changed."
He hurled him down, and over the hard crag
Turned round, and never was a mastiff loosened
In so much hurry to pursue a thief.
The other sank,... | 54 | 131 | 0.744444 |
bb16ded6cf1f3963d11918e7cfc6a89c01d921a8 | 539 | html | HTML | zhiliao/core/templates/index.html | gladgod/zhiliao | 573dfbe56734388c9657cb6749d267f4a8885d5b | [
"BSD-3-Clause"
] | null | null | null | zhiliao/core/templates/index.html | gladgod/zhiliao | 573dfbe56734388c9657cb6749d267f4a8885d5b | [
"BSD-3-Clause"
] | null | null | null | zhiliao/core/templates/index.html | gladgod/zhiliao | 573dfbe56734388c9657cb6749d267f4a8885d5b | [
"BSD-3-Clause"
] | null | null | null | {% extends "base.html" %}
{% load i18n %}
{% block meta_title %}{% trans "Home" %}{% endblock %}
{% block title %}{% trans "Home" %}{% endblock %}
{% block breadcrumb_menu %}
<li class="active">{% trans "Home" %}</li>
{% endblock %}
{% block main %}
{% blocktrans %}
<h2>欢迎进入知了英语世界!</h2>
<p>
此处显示最新的页列表:
</p>
<ul>... | 22.458333 | 110 | 0.599258 |
fcb774c857428ace3cdf23068d7eadc22080ae1d | 1,604 | css | CSS | assets/css/main.css | pugia/ScalaBoard | 9dd04d088949ef00f9000072b9c59faff054b892 | [
"MIT"
] | null | null | null | assets/css/main.css | pugia/ScalaBoard | 9dd04d088949ef00f9000072b9c59faff054b892 | [
"MIT"
] | null | null | null | assets/css/main.css | pugia/ScalaBoard | 9dd04d088949ef00f9000072b9c59faff054b892 | [
"MIT"
] | null | null | null | * {
margin: 0;
padding: 0;
}
header {
border-bottom: 1px solid #000;
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 10000;
}
header form {
display: block;
height: 50px;
background: #f20;
text-align: center;
line-height: 50px;
}
#board {
z-index: 100;
position: relative;
backg... | 16.04 | 51 | 0.644015 |
618a0366f180ec51c4a6cb43f27cc9a4911e8436 | 854 | sql | SQL | Database Basics/MSSQL Server Exam - 22 October 2017/MSSQL Server Exam - 22 October 2017/18. Assign Employee .sql | stoyanovmiroslav/CSharp-DB-Fundamentals-SoftUni | d764eead3f40c608d4caf55d5f9d3d96cbeccf93 | [
"MIT"
] | 2 | 2019-03-03T08:33:14.000Z | 2019-03-13T07:38:38.000Z | Database Basics/MSSQL Server Exam - 22 October 2017/MSSQL Server Exam - 22 October 2017/18. Assign Employee .sql | stoyanovmiroslav/CSharp-DB-Fundamentals-SoftUni | d764eead3f40c608d4caf55d5f9d3d96cbeccf93 | [
"MIT"
] | null | null | null | Database Basics/MSSQL Server Exam - 22 October 2017/MSSQL Server Exam - 22 October 2017/18. Assign Employee .sql | stoyanovmiroslav/CSharp-DB-Fundamentals-SoftUni | d764eead3f40c608d4caf55d5f9d3d96cbeccf93 | [
"MIT"
] | 2 | 2019-02-06T10:12:00.000Z | 2019-02-06T10:30:14.000Z | CREATE PROC usp_AssignEmployeeToReport(@employeeId INT, @reportId INT)
AS
BEGIN TRAN
UPDATE Reports
SET EmployeeId = @employeeId
WHERE Id = @reportId
DECLARE @EmployeeDepartmentId INT = (SELECT e.DepartmentId
FROM Employees AS e
WHERE Id = @employ... | 31.62963 | 80 | 0.593677 |
f5be8d0a659b85869125d9626a30dd29de7b313a | 222 | sql | SQL | src/server/sql/setup.sql | Vikkear/SelfImprovementWebApplication | 051d1ea31edda446f67b92f1efc3bbbd472619ae | [
"MIT"
] | null | null | null | src/server/sql/setup.sql | Vikkear/SelfImprovementWebApplication | 051d1ea31edda446f67b92f1efc3bbbd472619ae | [
"MIT"
] | 2 | 2020-08-05T17:59:04.000Z | 2020-08-05T17:59:04.000Z | src/server/sql/setup.sql | Vikkear/SelfImprovementWebApplication | 051d1ea31edda446f67b92f1efc3bbbd472619ae | [
"MIT"
] | null | null | null | -- Creates the database
CREATE DATABASE
IF NOT EXISTS selfimprovement;
-- Handles premissions.
DROP USER IF EXISTS 'user'@'%';
GRANT ALL ON selfimprovement.* TO user@localhost
IDENTIFIED BY 'pass';
FLUSH PRIVILEGES;
| 17.076923 | 48 | 0.752252 |
6db527cd014d265161e70cc8dcc13b7a2e6db1ac | 22,127 | lua | Lua | mg_villages/place_buildings.lua | maikerumine/mc2plus | 0d48f79d0cc3fca0be78c015e0d2b306dca16332 | [
"MIT"
] | 2 | 2017-08-07T09:51:48.000Z | 2019-10-26T18:53:18.000Z | mg_villages/place_buildings.lua | maikerumine/mc2plus | 0d48f79d0cc3fca0be78c015e0d2b306dca16332 | [
"MIT"
] | 3 | 2017-08-08T19:42:27.000Z | 2017-11-30T18:25:34.000Z | mg_villages/place_buildings.lua | maikerumine/mc2plus | 0d48f79d0cc3fca0be78c015e0d2b306dca16332 | [
"MIT"
] | null | null | null |
-- either uses get_node_or_nil(..) or the data from voxelmanip
-- the function might as well be local (only used by *.mg_drop_moresnow)
mg_villages.get_node_somehow = function( x, y, z, a, data, param2_data )
if( a and data and param2_data ) then
return { content = data[a:index(x, y, z)], param2 = param2_data[a:in... | 37.50339 | 233 | 0.66733 |
9bab1de7e6a7944a6e23f09f969b899e2e65d0c6 | 2,510 | js | JavaScript | src/main/webapp/js/wamc/widget/form/ApplianceDetail.js | ibm-datapower/appliance-management-center | 82d92dc510bb7de83a31f0ee7d899312e4ef4519 | [
"Apache-2.0"
] | 7 | 2015-05-13T11:25:06.000Z | 2019-08-24T01:33:06.000Z | src/main/webapp/js/wamc/widget/form/ApplianceDetail.js | enterstudio/appliance-management-center | 82d92dc510bb7de83a31f0ee7d899312e4ef4519 | [
"Apache-2.0"
] | 12 | 2015-09-21T09:32:41.000Z | 2020-05-17T09:54:02.000Z | src/main/webapp/js/wamc/widget/form/ApplianceDetail.js | enterstudio/appliance-management-center | 82d92dc510bb7de83a31f0ee7d899312e4ef4519 | [
"Apache-2.0"
] | 7 | 2015-04-29T00:16:44.000Z | 2021-07-14T16:29:33.000Z | /**
* Copyright 2014 IBM Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | 30.609756 | 205 | 0.682072 |
74227eda1614f2d5f3ab3b90f5f686b3003559e2 | 17,098 | rs | Rust | tests/unix_stream.rs | stevenroose/mio | ac0515cc9519f228d39bb0d9055955faf7f75f34 | [
"MIT"
] | null | null | null | tests/unix_stream.rs | stevenroose/mio | ac0515cc9519f228d39bb0d9055955faf7f75f34 | [
"MIT"
] | null | null | null | tests/unix_stream.rs | stevenroose/mio | ac0515cc9519f228d39bb0d9055955faf7f75f34 | [
"MIT"
] | null | null | null | #![cfg(unix)]
#[macro_use]
mod util;
use log::warn;
use mio::net::UnixStream;
use mio::{Interests, Token};
use std::io::{self, IoSlice, IoSliceMut, Read, Write};
use std::net::Shutdown;
use std::os::unix::net;
use std::path::Path;
use std::sync::mpsc::channel;
use std::sync::{Arc, Barrier};
use std::thread;
use std::t... | 30.261947 | 98 | 0.612352 |
1a23be71db1633b007936340e69564492db66520 | 229 | rs | Rust | src/benches/vs_serde_obj.rs | basiliqio/messy_json | aa4f6dfbb5bb2a40ee03e7c1cac0b22c4893db59 | [
"MIT"
] | null | null | null | src/benches/vs_serde_obj.rs | basiliqio/messy_json | aa4f6dfbb5bb2a40ee03e7c1cac0b22c4893db59 | [
"MIT"
] | 3 | 2021-05-03T10:04:26.000Z | 2021-05-20T09:54:10.000Z | src/benches/vs_serde_obj.rs | basiliqio/messy_json | aa4f6dfbb5bb2a40ee03e7c1cac0b22c4893db59 | [
"MIT"
] | null | null | null | use super::vs_serde_dummy_obj;
use super::vs_serde_optional_obj;
use super::*;
pub fn criterion_benchmark(c: &mut Criterion) {
vs_serde_dummy_obj::criterion_benchmark(c);
vs_serde_optional_obj::criterion_benchmark(c);
}
| 25.444444 | 50 | 0.781659 |
b1bda9172ee73d4c05ec0f22146dbaf492d6c092 | 500 | h | C | example/39_ofxCvGUI/src/ofApp.h | tado/idd_medilab15 | eb0dbbdb156fed2a911851e749b679b4b8be870c | [
"MIT"
] | 25 | 2015-04-21T02:57:56.000Z | 2021-11-28T23:51:56.000Z | example/39_ofxCvGUI/src/ofApp.h | tado/idd_medilab15 | eb0dbbdb156fed2a911851e749b679b4b8be870c | [
"MIT"
] | null | null | null | example/39_ofxCvGUI/src/ofApp.h | tado/idd_medilab15 | eb0dbbdb156fed2a911851e749b679b4b8be870c | [
"MIT"
] | 75 | 2015-04-19T14:26:54.000Z | 2021-09-18T01:37:13.000Z | #pragma once
#include "ofMain.h"
#include "ofxCv.h"
#include "ofxGui.h"
class ofApp : public ofBaseApp {
public:
void setup();
void update();
void draw();
void resetBackgroundPressed();
ofVideoGrabber cam;
ofxCv::ContourFinder contourFinder;
ofxCv::RunningBackground background;
of... | 20.833333 | 49 | 0.692 |
7a21c0af67f122e309092cb2fe1ddad49654dd45 | 448 | kt | Kotlin | kere-build/kere-core/src/test/kotlin/com/briarshore/rule/DiagnosticRuleContainer.kt | steveswing/kere | 9c3f8c4c3f2999026691c44969fb447a1df6fdf1 | [
"Apache-2.0"
] | 2 | 2017-11-09T16:32:13.000Z | 2019-12-09T07:06:34.000Z | kere-build/kere-core/src/test/kotlin/com/briarshore/rule/DiagnosticRuleContainer.kt | steveswing/kere | 9c3f8c4c3f2999026691c44969fb447a1df6fdf1 | [
"Apache-2.0"
] | 6 | 2020-11-16T20:28:59.000Z | 2022-02-01T00:56:30.000Z | kere-build/kere-core/src/test/kotlin/com/briarshore/rule/DiagnosticRuleContainer.kt | steveswing/kere | 9c3f8c4c3f2999026691c44969fb447a1df6fdf1 | [
"Apache-2.0"
] | null | null | null | package com.briarshore.rule
/**
* Class: DiagnosticRuleContainer
*/
class DiagnosticRuleContainer<T>(ruleType: RuleType, name: String) : RuleContainer<T>(ruleType, name) {
fun diagnose(o: DiagnosticsResult<T>): Boolean {
for (r in getRules()) {
if (r is DiagnosticRuleImpl<*>) {
... | 23.578947 | 103 | 0.566964 |
20233171d631a93fdb6c207830943ebe235c20ae | 4,014 | css | CSS | front/src/css/AnalyseImage.css | beeleethebee/Vidimizer | 07f998551191eb36156e9e0c17ca7fe05b08c86d | [
"MIT"
] | null | null | null | front/src/css/AnalyseImage.css | beeleethebee/Vidimizer | 07f998551191eb36156e9e0c17ca7fe05b08c86d | [
"MIT"
] | 4 | 2021-03-10T22:30:06.000Z | 2021-06-08T21:48:46.000Z | front/src/css/AnalyseImage.css | beeleethebee/Vidimizer | 07f998551191eb36156e9e0c17ca7fe05b08c86d | [
"MIT"
] | null | null | null | .Upload {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top:50px;
}
* {
outline:none;
}
.rotate {
-webkit-transform: rotate(720deg);
-webkit-transition: -webkit-transform 0.5s;
}
.upload-image {
display:flex;
fle... | 18.328767 | 62 | 0.589437 |