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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1598dd9266925a8b361fd4591414f9cbbf281804 | 352 | rb | Ruby | spec/spec_helper.rb | frankywahl/error_notifier | bd5674aa4a3c81e7c4a115f05d895060d283812c | [
"MIT"
] | 1 | 2016-05-17T18:42:36.000Z | 2016-05-17T18:42:36.000Z | spec/spec_helper.rb | frankywahl/error_notifier | bd5674aa4a3c81e7c4a115f05d895060d283812c | [
"MIT"
] | null | null | null | spec/spec_helper.rb | frankywahl/error_notifier | bd5674aa4a3c81e7c4a115f05d895060d283812c | [
"MIT"
] | null | null | null | # frozen_string_literal: true
Dir["#{File.expand_path('support', __dir__)}/**/*.rb"].sort.each { |f| require f }
require "pry"
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
require "error_notifier"
RSpec.configure do |c|
c.before(:each) do
notifiers = ErrorNotifier.instance_variable_get("@notifiers")... | 22 | 82 | 0.710227 |
5483b895bfe2e057cd8415cb68ca724304a2887c | 1,412 | swift | Swift | SwiftyDispatch/QueueType.swift | jhurray/SwiftyDispatch | c40ffe15334072222dc095a2368f8bd2437fc1be | [
"MIT"
] | null | null | null | SwiftyDispatch/QueueType.swift | jhurray/SwiftyDispatch | c40ffe15334072222dc095a2368f8bd2437fc1be | [
"MIT"
] | null | null | null | SwiftyDispatch/QueueType.swift | jhurray/SwiftyDispatch | c40ffe15334072222dc095a2368f8bd2437fc1be | [
"MIT"
] | null | null | null | //
// QueueType.swift
// SwiftyDispatch
//
// Created by Jeff Hurray on 5/2/16.
// Copyright © 2016 jhurray. All rights reserved.
//
import Foundation
public enum QueuePriority {
case High
case Default
case Low
case Background
internal func priority() -> dispatch_queue_priority_t {
... | 23.932203 | 77 | 0.616147 |
3dfc3956e82c584377e210c11f4371bbfa7276f9 | 1,763 | kt | Kotlin | app/src/main/java/com/mykuyademo/HomePresenter.kt | xuanqh/mykuyademo | 4a19a88c44cdd65920ed41831d7bf115e6294cfc | [
"MIT"
] | null | null | null | app/src/main/java/com/mykuyademo/HomePresenter.kt | xuanqh/mykuyademo | 4a19a88c44cdd65920ed41831d7bf115e6294cfc | [
"MIT"
] | null | null | null | app/src/main/java/com/mykuyademo/HomePresenter.kt | xuanqh/mykuyademo | 4a19a88c44cdd65920ed41831d7bf115e6294cfc | [
"MIT"
] | null | null | null | package com.mykuyademo
import android.content.Context
import android.view.View
import android.widget.ImageView
import androidx.lifecycle.ViewModel
import androidx.navigation.findNavController
import com.mykuyademo.network.RetrofitService
import com.mykuyademo.utils.ProgressDialogUtils
import kotlinx.coroutines.*
clas... | 33.264151 | 82 | 0.634714 |
cf8468d65d45d78aeb2713ae9dd98623d3362871 | 2,417 | css | CSS | css/styles.css | dennisnyamweya/delani-studio | 64930d330f0b50ecda03de03a28338d1410f83b4 | [
"Unlicense"
] | null | null | null | css/styles.css | dennisnyamweya/delani-studio | 64930d330f0b50ecda03de03a28338d1410f83b4 | [
"Unlicense"
] | null | null | null | css/styles.css | dennisnyamweya/delani-studio | 64930d330f0b50ecda03de03a28338d1410f83b4 | [
"Unlicense"
] | null | null | null | /***********************Home****************/
.hero-txt{
position: absolute;
text-align: center;
top: 180px;
left: 370px;
color: white;
}
.hero-img{
background-image: url('https://i.imgur.com/ZO5IISI.jpg');
background-position: center;
height:800px;
background-size:cover;
background-repeat: no-repea... | 19.18254 | 59 | 0.565163 |
5ad4cebf5fb6eeeca915afb060a3c1c349eaf463 | 3,090 | swift | Swift | SwiftUI-AdaptiveCardUI/Sources/AdaptiveCardUI/UI/ColumnSet/ColumnView.swift | luannguyen252/my-swift-journey | 788d66f256358dc5aefa2f3093ef74fd572e83b3 | [
"MIT"
] | 14 | 2020-12-09T08:53:39.000Z | 2021-12-07T09:15:44.000Z | SwiftUI-AdaptiveCardUI/Sources/AdaptiveCardUI/UI/ColumnSet/ColumnView.swift | luannguyen252/my-swift-journey | 788d66f256358dc5aefa2f3093ef74fd572e83b3 | [
"MIT"
] | null | null | null | SwiftUI-AdaptiveCardUI/Sources/AdaptiveCardUI/UI/ColumnSet/ColumnView.swift | luannguyen252/my-swift-journey | 788d66f256358dc5aefa2f3093ef74fd572e83b3 | [
"MIT"
] | 8 | 2020-12-10T05:59:26.000Z | 2022-01-03T07:49:21.000Z | #if canImport(SwiftUI)
import SwiftUI
@available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *)
struct ColumnView: View {
@Environment(\.spacingConfiguration) private var spacingConfiguration
@Environment(\.containerStyleConfiguration) private var containerStyleConfiguration
@Env... | 33.225806 | 97 | 0.540129 |
04ad02234eb0d139466708fcce5bd3276c0d15f7 | 1,189 | dart | Dart | lib/src/android/com/baidu/mapapi/animation/Animation/RepeatMode.g.dart | yohom/bmap_map_fluttify | 5cf8728b1eccd948d3487aace85d5f2349828285 | [
"Apache-2.0"
] | null | null | null | lib/src/android/com/baidu/mapapi/animation/Animation/RepeatMode.g.dart | yohom/bmap_map_fluttify | 5cf8728b1eccd948d3487aace85d5f2349828285 | [
"Apache-2.0"
] | null | null | null | lib/src/android/com/baidu/mapapi/animation/Animation/RepeatMode.g.dart | yohom/bmap_map_fluttify | 5cf8728b1eccd948d3487aace85d5f2349828285 | [
"Apache-2.0"
] | null | null | null | // ignore_for_file: non_constant_identifier_names, camel_case_types, missing_return, unused_import, unused_local_variable, dead_code, unnecessary_cast
//////////////////////////////////////////////////////////
// GENERATED BY FLUTTIFY. DO NOT EDIT IT.
//////////////////////////////////////////////////////////
enum com... | 42.464286 | 150 | 0.730866 |
afd369cb85ba0c4626958e136b69485ea7d8ed5d | 200 | rb | Ruby | config/routes.rb | Tanattha/sweetie-backend | db17d9626e304f00578bd059e11237418deda825 | [
"MIT"
] | null | null | null | config/routes.rb | Tanattha/sweetie-backend | db17d9626e304f00578bd059e11237418deda825 | [
"MIT"
] | null | null | null | config/routes.rb | Tanattha/sweetie-backend | db17d9626e304f00578bd059e11237418deda825 | [
"MIT"
] | null | null | null | Rails.application.routes.draw do
resources :cart_products
resources :products
resources :reviews
resources :carts
resources :categories
resources :users
root to: 'users#home'
end
| 14.285714 | 32 | 0.74 |
5df9eaaa34ef131fd1e3ba41d1942b14076f4b21 | 2,423 | h | C | ImageDealer.h | RedMakeUp/ImageHistogramEqualization | a773edd5ccab5bb27a950c7b936b9230a5477408 | [
"Apache-2.0"
] | null | null | null | ImageDealer.h | RedMakeUp/ImageHistogramEqualization | a773edd5ccab5bb27a950c7b936b9230a5477408 | [
"Apache-2.0"
] | null | null | null | ImageDealer.h | RedMakeUp/ImageHistogramEqualization | a773edd5ccab5bb27a950c7b936b9230a5477408 | [
"Apache-2.0"
] | null | null | null | #ifndef IMAGEDEALER_H
#define IMAGEDEALER_H
#include <memory>
#include <vector>
struct RawImage{
std::vector<unsigned char> data;
int width = 0;
int height = 0;
int numChannels = 0;
void Ready(const RawImage& other, bool needResize = true){
width = other.width;
height = other.heig... | 38.460317 | 160 | 0.697482 |
b2f8b3e8d1857a6e5f87e42cb97fafb1e51c9432 | 1,126 | py | Python | dynamicform/widgets.py | cdgagne/django-dynamicform | f60c549d01c6c091addaf0b4121367d7a1d917f0 | [
"MIT"
] | null | null | null | dynamicform/widgets.py | cdgagne/django-dynamicform | f60c549d01c6c091addaf0b4121367d7a1d917f0 | [
"MIT"
] | null | null | null | dynamicform/widgets.py | cdgagne/django-dynamicform | f60c549d01c6c091addaf0b4121367d7a1d917f0 | [
"MIT"
] | null | null | null | from django import forms
from django.forms.utils import flatatt
from django.utils import formats
from django.utils.encoding import force_text
from django.utils.html import format_html
class AjaxValidatingTextInput(forms.TextInput):
def __init__(self, *args, **kwargs):
super(AjaxValidatingTextInput, self).... | 41.703704 | 91 | 0.652753 |
abf44a9a6fad3b2ab2794acdf891ffce5087c1c3 | 258 | swift | Swift | MotionLearn/BlockVC.swift | kapulkin/VKHackMotionLearning | 52f30a8fedeb6be4888efb999abe207f7bf5a8c9 | [
"MIT"
] | null | null | null | MotionLearn/BlockVC.swift | kapulkin/VKHackMotionLearning | 52f30a8fedeb6be4888efb999abe207f7bf5a8c9 | [
"MIT"
] | null | null | null | MotionLearn/BlockVC.swift | kapulkin/VKHackMotionLearning | 52f30a8fedeb6be4888efb999abe207f7bf5a8c9 | [
"MIT"
] | null | null | null | //
// BlockVC.swift
// MotionLearn
//
// Created by David Ozmanyan on 10/02/2020.
// Copyright © 2020 VK. All rights reserved.
//
import UIKit
class BlockVC: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
}
}
| 15.176471 | 45 | 0.639535 |
71286871eecf28a58fc1ce444b4fa34b06ff5ca6 | 1,061 | tsx | TypeScript | components/layout/base-layout/index.tsx | Meruem117/next-quiz | 69293dc03578f88d06c632cf9837da2705c900c6 | [
"MIT"
] | 1 | 2022-01-13T12:12:14.000Z | 2022-01-13T12:12:14.000Z | components/layout/base-layout/index.tsx | Meruem117/next-quiz | 69293dc03578f88d06c632cf9837da2705c900c6 | [
"MIT"
] | null | null | null | components/layout/base-layout/index.tsx | Meruem117/next-quiz | 69293dc03578f88d06c632cf9837da2705c900c6 | [
"MIT"
] | null | null | null | import React, { Fragment } from 'react'
import Head from 'next/head'
import { Layout, BackTop } from 'antd'
import BaseMenu from './base-menu'
import UserAvatar from '@/components/user/user-avatar'
const BaseLayout: React.FC = (props) => {
return (
<Fragment>
<Head>
<title>Quiz</title>
<met... | 32.151515 | 91 | 0.617342 |
9bcc195bc8b11bf97cd3e115675c1eeb87dd05b8 | 589 | swift | Swift | Source/D_Line/D_Line.swift | m760622/DuckUI | aa91126135eaba2ac04bc8f8805cf7fdd33224fe | [
"MIT"
] | 29 | 2019-06-06T17:38:24.000Z | 2021-12-16T21:07:21.000Z | Source/D_Line/D_Line.swift | m760622/DuckUI | aa91126135eaba2ac04bc8f8805cf7fdd33224fe | [
"MIT"
] | 1 | 2019-08-14T19:08:44.000Z | 2019-08-14T19:08:44.000Z | Source/D_Line/D_Line.swift | rebeloper/DuckUI | 2d70fda0e674c926044f2866340a91c9211121fd | [
"MIT"
] | 7 | 2019-07-04T15:16:59.000Z | 2021-08-23T18:51:12.000Z | //
// D_Line.swift
// DuckUI
//
// Created by Alex Nagy on 17/06/2019.
//
import UIKit
open class D_Line: UIView {
public init(_ type: D_LineType = .vertical, thikness: CGFloat = 1.0, color: UIColor = UIColor.lightGray) {
super.init(frame: .zero)
self.backgroundColor = color
switch... | 20.310345 | 110 | 0.582343 |
cb7c0718dbddfb346780fea72dd57aafd5316f49 | 395 | kt | Kotlin | app/src/main/java/com/srg/pruebamarvel/common/util/StateData.kt | sebrodgar/prueba-tecnica-marvel | bfec1d716283ee8a7d638391be6272509f2064f0 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/srg/pruebamarvel/common/util/StateData.kt | sebrodgar/prueba-tecnica-marvel | bfec1d716283ee8a7d638391be6272509f2064f0 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/srg/pruebamarvel/common/util/StateData.kt | sebrodgar/prueba-tecnica-marvel | bfec1d716283ee8a7d638391be6272509f2064f0 | [
"Apache-2.0"
] | null | null | null | package com.srg.pruebamarvel.common.util
import com.srg.pruebamarvel.presentation.common.errors.DialogErrorViewEntity
/**
* Created by sebrodgar on 04/03/2021.
*/
sealed class StateData<T> {
data class Loading<T>(var loading: Boolean) : StateData<T>()
data class Content<T>(var content: T) : StateData<T>()
... | 32.916667 | 76 | 0.731646 |
2721f358de9ae28a8983138d7c1a34b8597d8e38 | 1,911 | h | C | include/qingstor/service_with_c_style/types/CORSRuleType.h | jimhuaang/sdk-cpp-test | a136d893c672ddeaece3a87555a6ef7de1876d17 | [
"Apache-1.1"
] | 4 | 2018-01-25T06:10:29.000Z | 2019-12-01T14:17:43.000Z | include/qingstor/service_with_c_style/types/CORSRuleType.h | jimhuaang/sdk-cpp-test | a136d893c672ddeaece3a87555a6ef7de1876d17 | [
"Apache-1.1"
] | 1 | 2021-01-21T07:17:57.000Z | 2021-01-21T07:17:57.000Z | include/qingstor/service_with_c_style/types/CORSRuleType.h | jimhuaang/sdk-cpp-test | a136d893c672ddeaece3a87555a6ef7de1876d17 | [
"Apache-1.1"
] | 5 | 2018-02-23T06:29:54.000Z | 2019-08-30T05:36:45.000Z | // +-------------------------------------------------------------------------
// | Copyright (C) 2016 Yunify, Inc.
// +-------------------------------------------------------------------------
// | Licensed under the Apache License, Version 2.0 (the "License");
// | you may not use this work except in compliance with t... | 22.482353 | 77 | 0.632653 |
5b2be92e903885899c5a3f6bc091021666c84d55 | 1,641 | sql | SQL | AssetMigration.sql | mlizbeth/Kace-Queries | 3093f1c52768bf86e802785e54f995daa04ec5c5 | [
"MIT"
] | 2 | 2021-05-19T02:44:26.000Z | 2021-06-25T19:16:18.000Z | AssetMigration.sql | mlizbeth/Kace-Queries | 3093f1c52768bf86e802785e54f995daa04ec5c5 | [
"MIT"
] | null | null | null | AssetMigration.sql | mlizbeth/Kace-Queries | 3093f1c52768bf86e802785e54f995daa04ec5c5 | [
"MIT"
] | null | null | null | SELECT DISTINCT
FIELD_41 AS ASSET_STATUS,
USER.USER_NAME AS ASSIGNED_TO,
USER.EMAIL AS EMAIL_ADDRESS,
ASSET_DATA_VIEW_Location.NAME AS LOCATION,
FIELD_19 AS NAME,
ASSET_DATA_VIEW_Department.NAME AS DEPT,
FIELD_39 AS ROOM_NUMBER,
FIELD_22 AS ASSIGNMENT_TYPE,
FIELD_31 AS FUNDS_USED,
FIELD_27 AS DATE_P... | 32.82 | 117 | 0.759902 |
3b81d78094f74e4e6a135055fb617ae48ab0c0fa | 2,757 | h | C | cc3200/qstrdefsport.h | methoxid/micropystat | 4235b15dd6e14f0b49668d3331be7ac157f57feb | [
"MIT"
] | null | null | null | cc3200/qstrdefsport.h | methoxid/micropystat | 4235b15dd6e14f0b49668d3331be7ac157f57feb | [
"MIT"
] | null | null | null | cc3200/qstrdefsport.h | methoxid/micropystat | 4235b15dd6e14f0b49668d3331be7ac157f57feb | [
"MIT"
] | null | null | null | // qstrs specific to this port
Q(__name__)
Q(help)
Q(pyb)
Q(info)
Q(reset)
Q(main)
Q(sync)
Q(gc)
Q(rng)
Q(delay)
Q(time)
Q(open)
Q(on)
Q(off)
Q(toggle)
Q(write)
Q(read)
Q(readall)
Q(readline)
Q(input)
Q(os)
Q(freq)
Q(repl_info)
Q(disable_irq)
Q(enable_irq)
Q(millis)
Q(micros)
Q(elapsed_millis)
Q(elapsed_micros)
Q(udela... | 10.325843 | 30 | 0.698585 |
f064b7732b5a8664b19003aebca8c3258eb13822 | 409 | js | JavaScript | baekjoon/hash-easy/10546-runner.js | honux77/algorithm | 2ed8cef1fbee7ad96d8f2ae583666d52bd8892ee | [
"MIT"
] | 2 | 2019-02-08T01:23:07.000Z | 2020-11-19T12:23:52.000Z | baekjoon/hash-easy/10546-runner.js | honux77/algorithm | 2ed8cef1fbee7ad96d8f2ae583666d52bd8892ee | [
"MIT"
] | null | null | null | baekjoon/hash-easy/10546-runner.js | honux77/algorithm | 2ed8cef1fbee7ad96d8f2ae583666d52bd8892ee | [
"MIT"
] | null | null | null | const lines = require('fs').readFileSync('/dev/stdin').toString().split('\n');
const [ns, ...names] = lines;
const n = Number(ns);
d = {};
for (let i = 0; i < n; i++) {
const name = names[i];
if (name in d) {
d[name]++;
} else {
d[name] = 1;
}
}
for (let i = n; i < 2 * n - 1; i++) {
const name = names[i];
... | 15.730769 | 78 | 0.511002 |
51664e762ed89bd388aa64095f22cd645465299c | 189 | kt | Kotlin | src/main/kotlin/dev/domnikl/schema_registry_gitops/Compatibility.kt | martinberanek/schema-registry-gitops | b41a2bd1d3be820464a318cf797d1a7b5f385daa | [
"Apache-2.0"
] | 25 | 2020-12-31T07:06:54.000Z | 2022-03-27T04:08:42.000Z | src/main/kotlin/dev/domnikl/schema_registry_gitops/Compatibility.kt | martinberanek/schema-registry-gitops | b41a2bd1d3be820464a318cf797d1a7b5f385daa | [
"Apache-2.0"
] | 11 | 2021-01-15T08:11:46.000Z | 2022-03-31T09:46:08.000Z | src/main/kotlin/dev/domnikl/schema_registry_gitops/Compatibility.kt | martinberanek/schema-registry-gitops | b41a2bd1d3be820464a318cf797d1a7b5f385daa | [
"Apache-2.0"
] | 2 | 2021-12-17T07:35:53.000Z | 2022-02-28T10:37:33.000Z | package dev.domnikl.schema_registry_gitops
enum class Compatibility {
NONE,
BACKWARD,
FORWARD,
FULL,
BACKWARD_TRANSITIVE,
FORWARD_TRANSITIVE,
FULL_TRANSITIVE
}
| 15.75 | 42 | 0.719577 |
5411a8a15497cf2f66e928100ec03404191cf555 | 7,298 | go | Go | src/server/api/v2/rest/restutil/restutil.go | mmattbtw/ServerGo | c94d90079da9a8e1966e74acc0f7cff6806b1360 | [
"MIT"
] | 1 | 2022-01-31T00:31:05.000Z | 2022-01-31T00:31:05.000Z | src/server/api/v2/rest/restutil/restutil.go | mmattbtw/ServerGo | c94d90079da9a8e1966e74acc0f7cff6806b1360 | [
"MIT"
] | null | null | null | src/server/api/v2/rest/restutil/restutil.go | mmattbtw/ServerGo | c94d90079da9a8e1966e74acc0f7cff6806b1360 | [
"MIT"
] | null | null | null | package restutil
import (
"encoding/json"
"fmt"
"strings"
"github.com/SevenTV/ServerGo/src/mongo/datastructure"
"github.com/SevenTV/ServerGo/src/utils"
"github.com/gofiber/fiber/v2"
"go.mongodb.org/mongo-driver/bson/primitive"
)
type ErrorResponse struct {
Status int `json:"status"`
Message string `json... | 31.456897 | 124 | 0.614004 |
85d7dd454b62ec3d23fb5ab2d557daab94391530 | 3,169 | js | JavaScript | src/icons/PhAirplay.js | phosphor-icons/phosphr-webcomponents | d763567e8c6aa177fa5929f528bcb11e46952a15 | [
"MIT"
] | 3 | 2020-11-28T21:09:22.000Z | 2021-03-23T03:55:46.000Z | src/icons/PhAirplay.js | phosphor-icons/phosphr-webcomponents | d763567e8c6aa177fa5929f528bcb11e46952a15 | [
"MIT"
] | 1 | 2021-02-11T21:43:15.000Z | 2021-08-29T16:40:10.000Z | src/icons/PhAirplay.js | phosphor-icons/phosphr-webcomponents | d763567e8c6aa177fa5929f528bcb11e46952a15 | [
"MIT"
] | 1 | 2021-01-10T19:32:19.000Z | 2021-01-10T19:32:19.000Z | /* GENERATED FILE */
import { html, svg, define } from "hybrids";
const PhAirplay = {
color: "currentColor",
size: "1em",
weight: "regular",
mirrored: false,
render: ({ color, size, weight, mirrored }) => html`
<svg
xmlns="http://www.w3.org/2000/svg"
width="${size}"
height="${size}"
... | 70.422222 | 249 | 0.660145 |
8c74a4fdf2755a816c7015457ac20dfc165bcfe6 | 2,546 | asm | Assembly | boot.asm | shadwork/Bootloader-RegDump | 6383a58b93b291aaa631866121af217a3a70db20 | [
"Apache-2.0"
] | null | null | null | boot.asm | shadwork/Bootloader-RegDump | 6383a58b93b291aaa631866121af217a3a70db20 | [
"Apache-2.0"
] | null | null | null | boot.asm | shadwork/Bootloader-RegDump | 6383a58b93b291aaa631866121af217a3a70db20 | [
"Apache-2.0"
] | null | null | null | ; 1 for bootsector and 0 for testing as DOS com file
BOOTSEC = 0
; diskette image size, support 320,360,1200 and 720,1440
BOOTSIZE = 320
if BOOTSEC=0
BOOTSIZE=0
end if
use16
if BOOTSEC
org 07C00h
else
org 100h
end if
jmp START
... | 27.673913 | 84 | 0.380597 |
7c1eb2f4f3b13b68b6eb10fe2d0d04c03a0e98f3 | 86 | sql | SQL | framework/Targets/horde_3_3_12/application/scripts/upgrades/2009-02-13_horde_sessionhandler_lastmodified_index.sql | UncleWillis/BugBox | 25682f25fc3222db383649a4924bcd65f2ddcb34 | [
"BSD-3-Clause"
] | 1 | 2019-01-25T21:32:42.000Z | 2019-01-25T21:32:42.000Z | framework/Targets/horde_3_3_12/application/scripts/upgrades/2009-02-13_horde_sessionhandler_lastmodified_index.sql | UMD-SEAM/bugbox | 1753477cbca12fe43446d8ded320f77894671dfe | [
"BSD-3-Clause"
] | null | null | null | framework/Targets/horde_3_3_12/application/scripts/upgrades/2009-02-13_horde_sessionhandler_lastmodified_index.sql | UMD-SEAM/bugbox | 1753477cbca12fe43446d8ded320f77894671dfe | [
"BSD-3-Clause"
] | 1 | 2018-04-17T06:04:09.000Z | 2018-04-17T06:04:09.000Z | CREATE INDEX session_lastmodified_idx ON horde_sessionhandler (session_lastmodified);
| 43 | 85 | 0.895349 |
7bad0c3b9aaf5e13d841a55554d8f6f904d4fb9f | 2,879 | sql | SQL | kvm.sql | mkaustubh/TravelManagementSystem | 5105bd72b17f95b36a481718d883a896f256bf94 | [
"Unlicense"
] | 1 | 2021-05-05T16:24:15.000Z | 2021-05-05T16:24:15.000Z | kvm.sql | mkaustubh/TravelManagementSystem | 5105bd72b17f95b36a481718d883a896f256bf94 | [
"Unlicense"
] | null | null | null | kvm.sql | mkaustubh/TravelManagementSystem | 5105bd72b17f95b36a481718d883a896f256bf94 | [
"Unlicense"
] | 2 | 2021-05-05T14:13:57.000Z | 2021-07-04T16:01:56.000Z | -- phpMyAdmin SQL Dump
-- version 5.0.2
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1:3306
-- Generation Time: Dec 04, 2020 at 03:47 AM
-- Server version: 5.7.31
-- PHP Version: 7.3.21
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@... | 25.254386 | 113 | 0.635637 |
93daa5ca93588f6628bf0d4615a235bd5a6252d4 | 232 | rs | Rust | src/test/incremental/issue-79890-imported-crates-changed.rs | mbc-git/rust | 2c7bc5e33c25e29058cbafefe680da8d5e9220e9 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | 66,762 | 2015-01-01T08:32:03.000Z | 2022-03-31T23:26:40.000Z | src/test/incremental/issue-79890-imported-crates-changed.rs | maxrovskyi/rust | 51558ccb8e7cea87c6d1c494abad5451e5759979 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | 76,993 | 2015-01-01T00:06:33.000Z | 2022-03-31T23:59:15.000Z | src/test/incremental/issue-79890-imported-crates-changed.rs | maxrovskyi/rust | 51558ccb8e7cea87c6d1c494abad5451e5759979 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | 11,787 | 2015-01-01T00:01:19.000Z | 2022-03-31T19:03:42.000Z | // aux-build:issue-79890.rs
// revisions:rpass1 rpass2 rpass3
// compile-flags:--extern issue_79890 --test
// edition:2018
// Tests that we don't ICE when the set of imported crates changes
#[cfg(rpass2)] use issue_79890::MyTrait;
| 29 | 66 | 0.741379 |
00f3fd2f41f6aad78c07b049aa09ec5ea44b2be4 | 1,320 | lua | Lua | settlements_mer/init.lua | MoNTE48/settlements | e406791aed7e454aedc85d69c641920d1e14f144 | [
"MIT"
] | 2 | 2020-11-28T23:19:12.000Z | 2021-07-25T00:06:23.000Z | settlements_mer/init.lua | MoNTE48/settlements | e406791aed7e454aedc85d69c641920d1e14f144 | [
"MIT"
] | null | null | null | settlements_mer/init.lua | MoNTE48/settlements | e406791aed7e454aedc85d69c641920d1e14f144 | [
"MIT"
] | null | null | null | local modpath = minetest.get_modpath(minetest.get_current_modname())
-- internationalization boilerplate
local S, NS = dofile(modpath.."/intllib.lua")
local schem_path = modpath.."/schematics/"
local coralpalace = {
name = "coralpalace",
schematic = dofile(schem_path.."coral_palace.lua"),
buffer = 2,
max_num = 0... | 19.411765 | 68 | 0.697727 |
a728dd54c3aa2bd44202d831a4d1c786f96e10b6 | 717 | sql | SQL | analysis/mag/journals/DH/journals.sql | dhjournals/code | 8e85744325f2938786b88a3143a8ed7ae39f1992 | [
"CC-BY-3.0"
] | 1 | 2022-02-04T16:21:45.000Z | 2022-02-04T16:21:45.000Z | analysis/mag/journals/DH/journals.sql | dhjournals/code | 8e85744325f2938786b88a3143a8ed7ae39f1992 | [
"CC-BY-3.0"
] | null | null | null | analysis/mag/journals/DH/journals.sql | dhjournals/code | 8e85744325f2938786b88a3143a8ed7ae39f1992 | [
"CC-BY-3.0"
] | null | null | null | -- Get all DH pubs
drop table if exists dh_pubs_intermediate;
create temp table dh_pubs_intermediate as
select distinct c.paper_id, a.level, a.id, c.year
from dh_journals a
join journals b on a.issn_e = b.issn
join pubs c on b.journal_id = c.journal_id
union
select distinct c.paper_id, a.level, a.id, c.year
from dh_jo... | 27.576923 | 49 | 0.758717 |
3edb7899c3f6116cfaaf2bc2dce0eddd9de24c82 | 4,018 | h | C | larq_compute_engine/tflite/kernels/bconv2d_output_transform_utils.h | leonoverweel/compute-engine | cf1af7236b33179d9a014dcaf65271921aad864d | [
"Apache-2.0"
] | null | null | null | larq_compute_engine/tflite/kernels/bconv2d_output_transform_utils.h | leonoverweel/compute-engine | cf1af7236b33179d9a014dcaf65271921aad864d | [
"Apache-2.0"
] | null | null | null | larq_compute_engine/tflite/kernels/bconv2d_output_transform_utils.h | leonoverweel/compute-engine | cf1af7236b33179d9a014dcaf65271921aad864d | [
"Apache-2.0"
] | null | null | null | #ifndef LARQ_COMPUTE_ENGINE_TFLITE_KERNELS_BCONV2D_OUTPUT_TRANSFORM_SETUP
#define LARQ_COMPUTE_ENGINE_TFLITE_KERNELS_BCONV2D_OUTPUT_TRANSFORM_SETUP
#include "bconv2d_params.h"
#include "larq_compute_engine/core/bconv2d_output_transform.h"
#include "tensorflow/lite/kernels/internal/tensor.h"
#include "tensorflow/lite/k... | 42.744681 | 78 | 0.788203 |
16e5a5a1c64fd71a55d16e6551377cdf832152a5 | 1,406 | ts | TypeScript | server/tests/src/controllers/index.controller.spec.ts | MrARC/Mango | 9d0449e3f01abf53c495eee144f5e244eb9eb877 | [
"MIT"
] | 6 | 2018-12-07T15:30:33.000Z | 2020-01-06T21:41:18.000Z | server/tests/src/controllers/index.controller.spec.ts | mxarc/Mango | 9d0449e3f01abf53c495eee144f5e244eb9eb877 | [
"MIT"
] | 1 | 2019-12-27T18:23:16.000Z | 2019-12-27T18:23:16.000Z | server/tests/src/controllers/index.controller.spec.ts | MrARC/Mango | 9d0449e3f01abf53c495eee144f5e244eb9eb877 | [
"MIT"
] | 3 | 2019-01-14T00:16:47.000Z | 2019-05-19T16:32:30.000Z | import * as request from 'supertest';
import * as setup from '../setup';
import { App } from '../../../src/app';
// const app = new App().getAppInstance();
describe('Index API Routes', () => {
// -------------------------------------------------------------------------
// Setup up
// ---------------------... | 32.697674 | 80 | 0.335704 |
7b1d4ff637812d0b71c46fee2070c427d2242948 | 438 | dart | Dart | taste_cloud_functions/functions/lib/types/user_owned.dart | tasteapp/taste_public | b2d884b405224dd1e74b4462fac2c1f59c1f6ca2 | [
"MIT"
] | null | null | null | taste_cloud_functions/functions/lib/types/user_owned.dart | tasteapp/taste_public | b2d884b405224dd1e74b4462fac2c1f59c1f6ca2 | [
"MIT"
] | null | null | null | taste_cloud_functions/functions/lib/types/user_owned.dart | tasteapp/taste_public | b2d884b405224dd1e74b4462fac2c1f59c1f6ca2 | [
"MIT"
] | 1 | 2021-02-06T07:44:39.000Z | 2021-02-06T07:44:39.000Z | import 'package:taste_cloud_functions/taste_functions.dart';
mixin UserOwned implements SnapshotHolder {
Future<TasteUser> get user async =>
TasteUsers.make(await getRef(userReference), transaction);
DocumentReference get userReference {
final reference = data.getReference('user');
if (reference == n... | 31.285714 | 76 | 0.716895 |
e8f4043d5536bdca2c37406c6cd15241be633a78 | 21,362 | py | Python | tests/test_managedblockchain/test_managedblockchain_proposalvotes.py | junelife/moto | e61d794cbc9c18b06c11014da666e25f3fce637b | [
"Apache-2.0"
] | 1 | 2021-12-12T04:23:06.000Z | 2021-12-12T04:23:06.000Z | tests/test_managedblockchain/test_managedblockchain_proposalvotes.py | junelife/moto | e61d794cbc9c18b06c11014da666e25f3fce637b | [
"Apache-2.0"
] | 2 | 2018-08-07T10:47:18.000Z | 2018-08-08T15:13:04.000Z | tests/test_managedblockchain/test_managedblockchain_proposalvotes.py | junelife/moto | e61d794cbc9c18b06c11014da666e25f3fce637b | [
"Apache-2.0"
] | null | null | null | from __future__ import unicode_literals
import os
import boto3
import sure # noqa
from freezegun import freeze_time
from unittest import SkipTest
from moto import mock_managedblockchain, settings
from . import helpers
@mock_managedblockchain
def test_vote_on_proposal_one_member_total_yes():
conn = boto3.clien... | 31.836066 | 87 | 0.679805 |
6b58f694ef116a74ccf47cfd7d850421c966442c | 8,058 | swift | Swift | Sources/TYInterfaceKit/Elements/Slider/SliderElement.swift | alexxjk/TYInterfaceKit | 278dab15b277334f2b4ec4566e4135ae61abda40 | [
"MIT"
] | null | null | null | Sources/TYInterfaceKit/Elements/Slider/SliderElement.swift | alexxjk/TYInterfaceKit | 278dab15b277334f2b4ec4566e4135ae61abda40 | [
"MIT"
] | null | null | null | Sources/TYInterfaceKit/Elements/Slider/SliderElement.swift | alexxjk/TYInterfaceKit | 278dab15b277334f2b4ec4566e4135ae61abda40 | [
"MIT"
] | null | null | null | //
// File.swift
//
//
// Created by Alexander Martirosov on 5/2/20.
//
import UIKit
public protocol SliderElement: Element {
var props: SliderElementProps? { get set }
var doOnValueChanged: ((_ value: Float) -> Void)? { get }
var doOnValueChanging: ((_ value: Float) -> Void)? { get }
... | 31.354086 | 111 | 0.566021 |
4d84180762b79aeacf30f6fe5451f2074412cc64 | 532 | html | HTML | TodoMEAN/public/templates/todos.add.ng.html | bozhink/Todo | e470843153a4571f38393ad221919af83637a7d3 | [
"Apache-2.0"
] | null | null | null | TodoMEAN/public/templates/todos.add.ng.html | bozhink/Todo | e470843153a4571f38393ad221919af83637a7d3 | [
"Apache-2.0"
] | null | null | null | TodoMEAN/public/templates/todos.add.ng.html | bozhink/Todo | e470843153a4571f38393ad221919af83637a7d3 | [
"Apache-2.0"
] | null | null | null | <fieldset ng-init="init()">
<legend>Add new Todo</legend>
<div class="form-group">
<label for="tb-todo-text">Text:</label>
<input type="text" class="form-control" id="tb-todo-text" ng-model="text" />
</div>
<div class="form-group">
<label for="tb-todo-category">Category:</label>
... | 44.333333 | 96 | 0.616541 |
b41786383d93ba6c635e558fb7ef15ff04296861 | 719 | swift | Swift | BeeFun/BeeFun/Model/Network/ObjErropReponse.swift | silvrwolfboy/BeeFun-Pro | 7e279381a2af0ffc0f15e45e97d156e72409b28f | [
"BSD-4-Clause"
] | 153 | 2016-03-24T05:38:24.000Z | 2017-03-28T10:47:09.000Z | BeeFun/BeeFun/Model/Network/ObjErropReponse.swift | silvrwolfboy/BeeFun-Pro | 7e279381a2af0ffc0f15e45e97d156e72409b28f | [
"BSD-4-Clause"
] | 2 | 2017-04-07T04:36:35.000Z | 2017-04-11T02:11:22.000Z | BeeFun/BeeFun/Model/Network/ObjErropReponse.swift | wenghengcong/Coderpursue | 7e279381a2af0ffc0f15e45e97d156e72409b28f | [
"BSD-4-Clause"
] | 24 | 2016-01-21T13:44:00.000Z | 2017-02-12T01:58:17.000Z | //
// ObjErropReponse.swift
// BeeFun
//
// Created by WengHengcong on 3/8/16.
// Copyright © 2016 JungleSong. All rights reserved.
//
import UIKit
import ObjectMapper
/*
{
"message": "Validation Failed",
"errors": [
{
"resource": "Search",
"field": "q",
"code": "missing"
}
],
"documentation_url": "https://develo... | 15.977778 | 61 | 0.614743 |
16d9f2d8112ea53847dc39b217f24e50b2ee4cf3 | 604 | sql | SQL | sql/_23_apricot_qa/_03_i18n/tr_TR/_10_cast_op/cases/011.sql | Zhaojia2019/cubrid-testcases | 475a828e4d7cf74aaf2611fcf791a6028ddd107d | [
"BSD-3-Clause"
] | 9 | 2016-03-24T09:51:52.000Z | 2022-03-23T10:49:47.000Z | sql/_23_apricot_qa/_03_i18n/tr_TR/_10_cast_op/cases/011.sql | Zhaojia2019/cubrid-testcases | 475a828e4d7cf74aaf2611fcf791a6028ddd107d | [
"BSD-3-Clause"
] | 173 | 2016-04-13T01:16:54.000Z | 2022-03-16T07:50:58.000Z | sql/_23_apricot_qa/_03_i18n/tr_TR/_10_cast_op/cases/011.sql | Zhaojia2019/cubrid-testcases | 475a828e4d7cf74aaf2611fcf791a6028ddd107d | [
"BSD-3-Clause"
] | 38 | 2016-03-24T17:10:31.000Z | 2021-10-30T22:55:45.000Z | --+ holdcas on;
set names utf8;
set system parameters 'intl_number_lang = tr_TR';
set system parameters 'intl_date_lang = tr_TR';
create table t1 (i int unique, b1 blob, c1 clob);
--test
insert into t1 values (1,bit_to_blob(X'C4E3BAC3'),char_to_clob('tr_Çç_Ğğ_İı_Öö_Şş_Üü你好'));
--test
insert into t1 values (2,bit_to_blo... | 33.555556 | 90 | 0.761589 |
fb39c9bd1590a4e87376c1f88075024f16c1d0b9 | 2,356 | h | C | include/BOptrMultiParticleChangeCrossSection.h | sheze/AlphaNeutronSim | 3b09f8cf20540b27ab567256512c634538674499 | [
"MIT"
] | null | null | null | include/BOptrMultiParticleChangeCrossSection.h | sheze/AlphaNeutronSim | 3b09f8cf20540b27ab567256512c634538674499 | [
"MIT"
] | null | null | null | include/BOptrMultiParticleChangeCrossSection.h | sheze/AlphaNeutronSim | 3b09f8cf20540b27ab567256512c634538674499 | [
"MIT"
] | null | null | null | #pragma once
#include "G4VBiasingOperator.hh"
#include <map>
class BOptrChangeCrossSection;
class G4ParticleDefinition;
class BOptrMultiParticleChangeCrossSection : public G4VBiasingOperator
{
public:
BOptrMultiParticleChangeCrossSection();
virtual ~BOptrMultiParticleChangeCrossSection();
... | 40.62069 | 98 | 0.649406 |
f720508fde8f3279e71600f9555980fc38df1855 | 937 | h | C | TransitionDemo/Modal/HXModalOverlayAnimationController.h | rockerhx/TransitionDemo | 1fa2267ba7abfe12ae9210ffa9fbbac90caa9c97 | [
"MIT"
] | null | null | null | TransitionDemo/Modal/HXModalOverlayAnimationController.h | rockerhx/TransitionDemo | 1fa2267ba7abfe12ae9210ffa9fbbac90caa9c97 | [
"MIT"
] | null | null | null | TransitionDemo/Modal/HXModalOverlayAnimationController.h | rockerhx/TransitionDemo | 1fa2267ba7abfe12ae9210ffa9fbbac90caa9c97 | [
"MIT"
] | null | null | null | //
// HXModalOverlayAnimationController.h
// Piano
//
// Created by miaios on 16/5/30.
// Copyright © 2016年 Mia Music. All rights reserved.
//
#import <UIKit/UIKit.h>
static NSTimeInterval HXModalTransitionDuration = 0.4f;
typedef NS_ENUM(NSUInteger, HXModalDirection) {
HXModalDirectionDefault = 0,
HXM... | 27.558824 | 120 | 0.781217 |
75fcffbefe3633da6b32573520886ec07f739c08 | 14,402 | php | PHP | Application/Runtime/Cache/Admin/6fedbbe541e195344bf1450076482852.php | 181675232/thb | 366394e3f1bb5edc9da01f0d24316b8b7d241ea6 | [
"BSD-2-Clause"
] | null | null | null | Application/Runtime/Cache/Admin/6fedbbe541e195344bf1450076482852.php | 181675232/thb | 366394e3f1bb5edc9da01f0d24316b8b7d241ea6 | [
"BSD-2-Clause"
] | null | null | null | Application/Runtime/Cache/Admin/6fedbbe541e195344bf1450076482852.php | 181675232/thb | 366394e3f1bb5edc9da01f0d24316b8b7d241ea6 | [
"BSD-2-Clause"
] | null | null | null | <?php if (!defined('THINK_PATH')) exit();?><!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>后台管理系统</title>
<link h... | 42.483776 | 165 | 0.446744 |
1769e0c3a17a1d74ffcc49ded990efcf77f14062 | 5,385 | html | HTML | app/templates/text_submit.html | SalesAppi/JPSSM | af41cfed1a30851b65e5efcc509773c65ead5508 | [
"MIT"
] | 1 | 2022-03-01T08:15:28.000Z | 2022-03-01T08:15:28.000Z | app/templates/text_submit.html | SalesAppi/JPSSM | af41cfed1a30851b65e5efcc509773c65ead5508 | [
"MIT"
] | null | null | null | app/templates/text_submit.html | SalesAppi/JPSSM | af41cfed1a30851b65e5efcc509773c65ead5508 | [
"MIT"
] | 1 | 2020-12-14T05:00:28.000Z | 2020-12-14T05:00:28.000Z | <!DOCTYPE html>
<html>
<head>
<!-- Favicon -->
<!--link rel="shortcut icon" href="{{url_for('static', filename='images/favicon.ico')}}"-->
<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- Bootstrap -->
<link rel="stylesheet" type=... | 39.888889 | 314 | 0.470195 |
47f597b2cd59f51af234b50e33ddfbab79b39800 | 738 | css | CSS | styles/globals.css | rolandsfr/velomod | 0bae4d1dfff7085357361413cd885321a0c94fce | [
"MIT"
] | null | null | null | styles/globals.css | rolandsfr/velomod | 0bae4d1dfff7085357361413cd885321a0c94fce | [
"MIT"
] | null | null | null | styles/globals.css | rolandsfr/velomod | 0bae4d1dfff7085357361413cd885321a0c94fce | [
"MIT"
] | null | null | null | @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap");
@font-face {
font-family: Neutral;
src: url("../styles/fonts/NeutralFace.otf");
font-weight: normal;
}
@font-face {
font-family: Neutral;
src: url("../styles/fonts/NeutralFace-Bold.otf");
font-weight: bold;
}
... | 15.375 | 96 | 0.653117 |
3bf7d5c80045cd813e7318eb4b8805da48c6e4b2 | 17,825 | c | C | assignment/Assignment3/src/cfork.c | ritesh99rakesh/Operating-Systems | c3c0e1a8d7f7d2e6ed914e49cb50c2ea51718a55 | [
"MIT"
] | 1 | 2021-08-28T13:14:41.000Z | 2021-08-28T13:14:41.000Z | assignment/Assignment3/src/cfork.c | ritesh99rakesh/Operating-Systems | c3c0e1a8d7f7d2e6ed914e49cb50c2ea51718a55 | [
"MIT"
] | null | null | null | assignment/Assignment3/src/cfork.c | ritesh99rakesh/Operating-Systems | c3c0e1a8d7f7d2e6ed914e49cb50c2ea51718a55 | [
"MIT"
] | null | null | null | //#include <cfork.h>
//#include <page.h>
//#include <mmap.h>
//
//void vm_area_init(struct vm_area *vm_area, struct vm_area *vm_area_next, u64 start, u64 end, int prot);
//
///* You need to implement cfork_copy_mm which will be called from do_cfork in entry.c. Don't remove copy_os_pts()*/
//void cfork_copy_mm(struct ex... | 37.135417 | 123 | 0.579691 |
4906781740f98be4911b2335a3c4e24bb2089146 | 2,959 | py | Python | memory/test/test_memory.py | MaxGreil/hail | 4e0605b6bfd24a885a8194e8c0984b20994d3407 | [
"MIT"
] | 789 | 2016-09-05T04:14:25.000Z | 2022-03-30T09:51:54.000Z | memory/test/test_memory.py | MaxGreil/hail | 4e0605b6bfd24a885a8194e8c0984b20994d3407 | [
"MIT"
] | 5,724 | 2016-08-29T18:58:40.000Z | 2022-03-31T23:49:42.000Z | memory/test/test_memory.py | MaxGreil/hail | 4e0605b6bfd24a885a8194e8c0984b20994d3407 | [
"MIT"
] | 233 | 2016-08-31T20:42:38.000Z | 2022-02-17T16:42:39.000Z | import unittest
import uuid
from memory.client import MemoryClient
from hailtop.aiocloud.aiogoogle import GoogleStorageAsyncFS
from hailtop.config import get_user_config
from hailtop.utils import async_to_blocking
from gear.cloud_config import get_gcp_config
PROJECT = get_gcp_config().project
class BlockingMemoryC... | 36.085366 | 111 | 0.663738 |
dfa230fc21d71c0b00d5bd9ccf31bf9b9d593570 | 476 | ts | TypeScript | x-pack/plugins/security_solution/common/detection_engine/schemas/request/get_migration_status_schema.ts | AlexanderWert/kibana | ae64fc259222f1147c1500104d7dcb4cfa263b63 | [
"Apache-2.0"
] | null | null | null | x-pack/plugins/security_solution/common/detection_engine/schemas/request/get_migration_status_schema.ts | AlexanderWert/kibana | ae64fc259222f1147c1500104d7dcb4cfa263b63 | [
"Apache-2.0"
] | null | null | null | x-pack/plugins/security_solution/common/detection_engine/schemas/request/get_migration_status_schema.ts | AlexanderWert/kibana | ae64fc259222f1147c1500104d7dcb4cfa263b63 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
import * as t from 'io-ts';
import { from } from '../common/schemas';
expor... | 26.444444 | 81 | 0.735294 |
2676b71aad114744ae5d571405ef077f7363628b | 940 | java | Java | qirk-parent/qirk-main-parent/qirk-services/src/test/java/org/wrkr/clb/test/util/JsonStatusCodeMatcher.java | nydevel/qirk | 8538826c6aec6bf9de9e59b9d5bd1849e2588c6a | [
"MIT"
] | 11 | 2020-11-04T05:58:23.000Z | 2021-12-17T09:50:05.000Z | qirk-parent/qirk-main-parent/qirk-services/src/test/java/org/wrkr/clb/test/util/JsonStatusCodeMatcher.java | nydevel/qirk | 8538826c6aec6bf9de9e59b9d5bd1849e2588c6a | [
"MIT"
] | null | null | null | qirk-parent/qirk-main-parent/qirk-services/src/test/java/org/wrkr/clb/test/util/JsonStatusCodeMatcher.java | nydevel/qirk | 8538826c6aec6bf9de9e59b9d5bd1849e2588c6a | [
"MIT"
] | 7 | 2020-11-04T15:28:02.000Z | 2022-03-01T11:31:29.000Z | package org.wrkr.clb.test.util;
import org.hamcrest.Description;
import org.hamcrest.TypeSafeMatcher;
import org.wrkr.clb.services.util.exception.ApplicationException;
public class JsonStatusCodeMatcher extends TypeSafeMatcher<ApplicationException> {
private final String expectedCode;
private String foundCod... | 30.322581 | 110 | 0.754255 |
b2aaa5ad70f95ad0773458aaf8fd01ae2b36ac2a | 486 | kt | Kotlin | presentation/src/commonMain/kotlin/com/chrynan/video/presentation/mapper/video/VideoHeaderMapper.kt | chRyNaN/Video | 63456dcfdd57dbee9ff02b2155b7e1ec5761db81 | [
"Apache-2.0"
] | 7 | 2019-03-07T09:52:33.000Z | 2022-03-05T00:28:31.000Z | presentation/src/commonMain/kotlin/com/chrynan/video/presentation/mapper/video/VideoHeaderMapper.kt | chRyNaN/Video | 63456dcfdd57dbee9ff02b2155b7e1ec5761db81 | [
"Apache-2.0"
] | null | null | null | presentation/src/commonMain/kotlin/com/chrynan/video/presentation/mapper/video/VideoHeaderMapper.kt | chRyNaN/Video | 63456dcfdd57dbee9ff02b2155b7e1ec5761db81 | [
"Apache-2.0"
] | 1 | 2020-07-28T23:07:19.000Z | 2020-07-28T23:07:19.000Z | package com.chrynan.video.presentation.mapper.video
import com.chrynan.inject.Inject
import com.chrynan.video.presentation.core.Mapper
import com.chrynan.video.presentation.viewmodel.VideoInfoHeaderViewModel
class VideoHeaderMapper @Inject constructor(
private val actionsMapper: VideoActionsMapper,
private va... | 37.384615 | 78 | 0.825103 |
ca040d4858e929050e84f5efd018de8a16191ef4 | 111 | java | Java | core/sorcer-dl/src/main/java/sorcer/service/modeling/slot.java | s20834/SORCER-multiFi | faf50fdcc11b7a6d410a22f22b1a2faae820766d | [
"Apache-2.0"
] | 3 | 2020-05-05T03:51:01.000Z | 2021-03-19T19:43:02.000Z | core/sorcer-dl/src/main/java/sorcer/service/modeling/slot.java | s20834/SORCER-multiFi | faf50fdcc11b7a6d410a22f22b1a2faae820766d | [
"Apache-2.0"
] | 5 | 2020-07-08T15:46:17.000Z | 2022-01-29T17:24:51.000Z | core/sorcer-dl/src/main/java/sorcer/service/modeling/slot.java | s20834/SORCER-multiFi | faf50fdcc11b7a6d410a22f22b1a2faae820766d | [
"Apache-2.0"
] | 34 | 2020-01-21T17:00:31.000Z | 2022-01-27T22:13:43.000Z | package sorcer.service.modeling;
import sorcer.service.Service;
public interface slot<V> extends Service {
}
| 15.857143 | 42 | 0.792793 |
38534017ddfc6a2fb4e8ff3eaedbd81ea512aa06 | 75 | sql | SQL | prisma/migrations/20210131153502_set_messages_sent_at_field_as_optional/migration.sql | LesterCerioli/Umbriel | 9e6195e51a4333f5cfed3bf1442d3c8586329393 | [
"MIT"
] | 433 | 2021-01-16T17:45:10.000Z | 2022-03-30T18:42:01.000Z | prisma/migrations/20210131153502_set_messages_sent_at_field_as_optional/migration.sql | LesterCerioli/Umbriel | 9e6195e51a4333f5cfed3bf1442d3c8586329393 | [
"MIT"
] | 71 | 2021-01-21T13:04:38.000Z | 2022-01-22T02:54:25.000Z | prisma/migrations/20210131153502_set_messages_sent_at_field_as_optional/migration.sql | LesterCerioli/Umbriel | 9e6195e51a4333f5cfed3bf1442d3c8586329393 | [
"MIT"
] | 61 | 2021-02-07T19:52:03.000Z | 2022-03-30T18:45:35.000Z | -- AlterTable
ALTER TABLE "messages" ALTER COLUMN "sent_at" DROP NOT NULL;
| 25 | 60 | 0.76 |
871f45abefe4f204ad446d4fe3c41540de033533 | 7,947 | rs | Rust | tests/transposition_test.rs | Vultrao/transposer | 033949c7dd67f1bcc6ad82e6348c127787cd19e3 | [
"CC0-1.0"
] | null | null | null | tests/transposition_test.rs | Vultrao/transposer | 033949c7dd67f1bcc6ad82e6348c127787cd19e3 | [
"CC0-1.0"
] | null | null | null | tests/transposition_test.rs | Vultrao/transposer | 033949c7dd67f1bcc6ad82e6348c127787cd19e3 | [
"CC0-1.0"
] | null | null | null | #[cfg(test)]
mod tests {
use transposer::transposition as t;
//==============================================================================
// Just a remainder that the circle is correct
// Notr eally useful but hey, what are you gonna do ?
#[test]
fn test_transposition_circle() {
... | 43.190217 | 127 | 0.558701 |
39e5e9ad86c95b8c78c98748a6e81f48d1460fc9 | 8,036 | java | Java | src/main/java/com/android/tools/r8/shaking/ProguardConfigurationUtils.java | raviagarwal7/r8 | 19e4328952e0c03d6661a6d6c465565b8dacc30a | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | src/main/java/com/android/tools/r8/shaking/ProguardConfigurationUtils.java | raviagarwal7/r8 | 19e4328952e0c03d6661a6d6c465565b8dacc30a | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | src/main/java/com/android/tools/r8/shaking/ProguardConfigurationUtils.java | raviagarwal7/r8 | 19e4328952e0c03d6661a6d6c465565b8dacc30a | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | // Copyright (c) 2017, the R8 project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package com.android.tools.r8.shaking;
import com.android.tools.r8.graph.DexClass;
import com.android.tool... | 41.42268 | 97 | 0.69674 |
9bc0f0a21225b035f191d4b486a77ea0428291d8 | 4,330 | js | JavaScript | src/components/Transactions/ListView.js | srikanthnallamothu2/state-street-react-challenge | cfd02647c3c51bea5dc3bc2246892f9a4ab85c56 | [
"MIT"
] | null | null | null | src/components/Transactions/ListView.js | srikanthnallamothu2/state-street-react-challenge | cfd02647c3c51bea5dc3bc2246892f9a4ab85c56 | [
"MIT"
] | null | null | null | src/components/Transactions/ListView.js | srikanthnallamothu2/state-street-react-challenge | cfd02647c3c51bea5dc3bc2246892f9a4ab85c56 | [
"MIT"
] | null | null | null | import { useEffect } from 'react';
import { Link } from 'react-router-dom';
import { getTransactions, filterTransactions } from '../../utils';
import { getAppContext } from '../AppContext';
import { nameFilters, typeFilters } from '../constants';
/**
* View shows all teh transactions with filters.
* @returns React c... | 40.46729 | 201 | 0.439723 |
8f3d8b2f42c4e64d8e9cc8fb01396af8bb34fd32 | 1,533 | kt | Kotlin | android-debuggers/src/com/android/tools/idea/sqlite/fileType/SqliteFileHandler.kt | qq1056779951/android | b9677e7537be580437756b17bfca83a907f18598 | [
"Apache-2.0"
] | 831 | 2016-06-09T06:55:34.000Z | 2022-03-30T11:17:10.000Z | android-debuggers/src/com/android/tools/idea/sqlite/fileType/SqliteFileHandler.kt | qq1056779951/android | b9677e7537be580437756b17bfca83a907f18598 | [
"Apache-2.0"
] | 19 | 2017-10-27T00:36:35.000Z | 2021-02-04T13:59:45.000Z | android-debuggers/src/com/android/tools/idea/sqlite/fileType/SqliteFileHandler.kt | qq1056779951/android | b9677e7537be580437756b17bfca83a907f18598 | [
"Apache-2.0"
] | 210 | 2016-07-05T12:22:36.000Z | 2022-03-19T09:07:15.000Z | /*
* Copyright (C) 2019 The Android Open Source Project
*
* 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 app... | 40.342105 | 131 | 0.756034 |
fff15604574149bf85c2fb22f0182ddd939539c7 | 17,816 | html | HTML | root/index.html | GringoXY/curb-covid | 76866b3136e8bb1587f08d4905e9dcfa60870e84 | [
"MIT"
] | 2 | 2020-10-12T17:56:19.000Z | 2020-10-12T18:53:14.000Z | root/index.html | GringoXY/curb-covid | 76866b3136e8bb1587f08d4905e9dcfa60870e84 | [
"MIT"
] | null | null | null | root/index.html | GringoXY/curb-covid | 76866b3136e8bb1587f08d4905e9dcfa60870e84 | [
"MIT"
] | 1 | 2020-11-23T20:34:19.000Z | 2020-11-23T20:34:19.000Z | <!doctype html><html lang="en" dir="ltr"><head><meta charset="UTF-8"><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"><meta http-equiv="X-UA-Compatible" content="ie=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="author" content="Przemysław Sipa & Przemysław Kowalsk... | 456.820513 | 10,931 | 0.654356 |
767b7ad80f1ac8a4de7e95f601897a023489bace | 22,998 | tab | SQL | cluster_assignment/RBBH/RBBH_gene_to_cluster_assignment.tab | peterthorpe5/genomes_tree_phyto_pathogens | 6f5fa79e37bbe699f2096c2b5b841b11122386d7 | [
"MIT"
] | null | null | null | cluster_assignment/RBBH/RBBH_gene_to_cluster_assignment.tab | peterthorpe5/genomes_tree_phyto_pathogens | 6f5fa79e37bbe699f2096c2b5b841b11122386d7 | [
"MIT"
] | null | null | null | cluster_assignment/RBBH/RBBH_gene_to_cluster_assignment.tab | peterthorpe5/genomes_tree_phyto_pathogens | 6f5fa79e37bbe699f2096c2b5b841b11122386d7 | [
"MIT"
] | null | null | null | busco PHYBOEH_010932-T1 35
busco PHYGONAP_011657-T1 35
busco PHYSUEDO_006562-T1 35
RXLR PHYSUEDO_001911-T1 53
RXLR PHYGONAP_007810-T1 90
RXLR PHYSUEDO_001444-T1 90
busco PHYBOEH_001952-T1 104
busco PHYGONAP_004428-T1 104
busco PHYSUEDO_004020-T1 104
busco PHYGONAP_013669-T1 111
busco PHYBOEH_009023-T1 151
busco PHYGONA... | 29.259542 | 30 | 0.863466 |
b88c6e94e32104523699dbd95ae0a97b3ccf89ad | 5,973 | html | HTML | _includes/CFPLA.html | ipcaI2019/ipcai2019.github.io | c337f12c522f8876be045772794bcec9bab75d37 | [
"Apache-2.0"
] | null | null | null | _includes/CFPLA.html | ipcaI2019/ipcai2019.github.io | c337f12c522f8876be045772794bcec9bab75d37 | [
"Apache-2.0"
] | null | null | null | _includes/CFPLA.html | ipcaI2019/ipcai2019.github.io | c337f12c522f8876be045772794bcec9bab75d37 | [
"Apache-2.0"
] | 2 | 2021-06-10T10:39:15.000Z | 2021-06-15T13:08:13.000Z | <section class="bg-primary" id="CFPLA">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Call For Paper - Long Abstract</h2>
<hr class="light">
... | 60.94898 | 406 | 0.534572 |
045607acef9c06f21cb5e6a592aee507cd80fd31 | 7,741 | java | Java | simulation-construction-set-tools/src/main/java/us/ihmc/simulationConstructionSetTools/util/environments/environmentRobots/ContactableStaticCylinderRobot.java | ihmcrobotics/ihmc-open-robotics-software | 129b261de850e85e1dc78a12e9c075f53c6019a0 | [
"Apache-2.0"
] | 170 | 2016-02-01T18:58:50.000Z | 2022-03-17T05:28:01.000Z | simulation-construction-set-tools/src/main/java/us/ihmc/simulationConstructionSetTools/util/environments/environmentRobots/ContactableStaticCylinderRobot.java | ihmcrobotics/ihmc-open-robotics-software | 129b261de850e85e1dc78a12e9c075f53c6019a0 | [
"Apache-2.0"
] | 162 | 2016-01-29T17:04:29.000Z | 2022-02-10T16:25:37.000Z | simulation-construction-set-tools/src/main/java/us/ihmc/simulationConstructionSetTools/util/environments/environmentRobots/ContactableStaticCylinderRobot.java | ihmcrobotics/ihmc-open-robotics-software | 129b261de850e85e1dc78a12e9c075f53c6019a0 | [
"Apache-2.0"
] | 83 | 2016-01-28T22:49:01.000Z | 2022-03-28T03:11:24.000Z | package us.ihmc.simulationConstructionSetTools.util.environments.environmentRobots;
import java.awt.Color;
import java.util.ArrayList;
import us.ihmc.euclid.matrix.RotationMatrix;
import us.ihmc.euclid.referenceFrame.FrameCylinder3D;
import us.ihmc.euclid.referenceFrame.FramePoint3D;
import us.ihmc.euclid.referenceFr... | 39.09596 | 192 | 0.780132 |
d2a8bd5b09a73858abc9e3abd8cbf2cd715e3e1c | 691 | php | PHP | src/SI/CoreBundle/Repository/InvoicesRepository.php | sidibea/sanya | 1acf4b63670657d3a20189eb14081834e7c44f69 | [
"MIT"
] | null | null | null | src/SI/CoreBundle/Repository/InvoicesRepository.php | sidibea/sanya | 1acf4b63670657d3a20189eb14081834e7c44f69 | [
"MIT"
] | null | null | null | src/SI/CoreBundle/Repository/InvoicesRepository.php | sidibea/sanya | 1acf4b63670657d3a20189eb14081834e7c44f69 | [
"MIT"
] | null | null | null | <?php
namespace SI\CoreBundle\Repository;
use Doctrine\ORM\EntityRepository;
/**
* InvoicesRepository
*
* This class was generated by the Doctrine ORM. Add your own custom
* repository methods below.
*/
class InvoicesRepository extends EntityRepository
{
public function getTotalInvoice(){
$queryBuil... | 20.323529 | 68 | 0.6411 |
7f4d21989a71a06b29353ad70dce175406f95ead | 4,152 | swift | Swift | SbankenClientTests/SbankenClientAccessTokenTests.swift | eirikeikaas/sbankenclient-ios | a36fbcd4db7fb4143080a110d2c9f3281490ed8a | [
"MIT"
] | 21 | 2018-01-24T18:37:22.000Z | 2020-07-28T08:33:33.000Z | SbankenClientTests/SbankenClientAccessTokenTests.swift | eirikeikaas/sbankenclient-ios | a36fbcd4db7fb4143080a110d2c9f3281490ed8a | [
"MIT"
] | 7 | 2018-03-31T21:10:19.000Z | 2020-03-03T10:35:48.000Z | SbankenClientTests/SbankenClientAccessTokenTests.swift | eirikeikaas/sbankenclient-ios | a36fbcd4db7fb4143080a110d2c9f3281490ed8a | [
"MIT"
] | 7 | 2018-02-13T00:57:53.000Z | 2021-08-03T18:57:27.000Z | //
// SbankenClientTests.swift
// SbankenClientTests
//
// Created by Terje Tjervaag on 07/10/2017.
// Copyright © 2017 SBanken. All rights reserved.
//
import XCTest
@testable import SbankenClient
class SbankenClientAccessTokenTests: XCTestCase {
var mockUrlSession = MockURLSession()
var tokenManager = A... | 32.692913 | 111 | 0.559971 |
0523325d637d55ea8664c385c6b8f61a90aeebe8 | 935 | rb | Ruby | app/models/channel/gupshup.rb | WeUnlearn/chatwoot | c4b236a13410d4c6ae701d0e1b5b26596753d22a | [
"MIT"
] | null | null | null | app/models/channel/gupshup.rb | WeUnlearn/chatwoot | c4b236a13410d4c6ae701d0e1b5b26596753d22a | [
"MIT"
] | null | null | null | app/models/channel/gupshup.rb | WeUnlearn/chatwoot | c4b236a13410d4c6ae701d0e1b5b26596753d22a | [
"MIT"
] | 1 | 2022-03-18T18:47:02.000Z | 2022-03-18T18:47:02.000Z |
# == Schema Information
#
# Table name: channel_gupshup
#
# id :bigint not null, primary key
# apikey :string not null
# app :string not null
# phone_number :string not null
# created_at :datetime not null
# updated_at :datetime ... | 23.375 | 77 | 0.660963 |
afba8e9344132c24c2bb5cc3e4929a7e5eb5c259 | 11,017 | rb | Ruby | eml2mbox.rb | esjeon/graveyard | 50403303ed8b7a9193c16f3481a9a4c06dd588f5 | [
"MIT"
] | 3 | 2015-02-22T10:41:53.000Z | 2021-09-10T13:52:23.000Z | eml2mbox.rb | esjeon/graveyard | 50403303ed8b7a9193c16f3481a9a4c06dd588f5 | [
"MIT"
] | null | null | null | eml2mbox.rb | esjeon/graveyard | 50403303ed8b7a9193c16f3481a9a4c06dd588f5 | [
"MIT"
] | null | null | null | #!/usr/bin/ruby
#============================================================================================#
# eml2mbox.rb v0.08 #
# Last updated: Jan 23, 2004 #
# ... | 41.573585 | 154 | 0.494145 |
032f35136a07a2588d9063b65fee882d2cd01742 | 88 | sql | SQL | migrations/sqls/20200317221153-createCustomerOrderTransactionTable/sqlite-down.sql | pzubar/learn-sql-fundamentals | d30d07e2f5d2031d33a99255acd565810703a2c7 | [
"BSD-3-Clause"
] | null | null | null | migrations/sqls/20200317221153-createCustomerOrderTransactionTable/sqlite-down.sql | pzubar/learn-sql-fundamentals | d30d07e2f5d2031d33a99255acd565810703a2c7 | [
"BSD-3-Clause"
] | 5 | 2020-03-01T15:57:15.000Z | 2022-01-22T10:05:30.000Z | migrations/sqls/20200317221153-createCustomerOrderTransactionTable/sqlite-down.sql | pzubar/learn-sql-fundamentals | d30d07e2f5d2031d33a99255acd565810703a2c7 | [
"BSD-3-Clause"
] | null | null | null | -- Put your SQLite "down" migration here
DROP TABLE IF EXISTS CustomerOrderTransaction;
| 29.333333 | 46 | 0.806818 |
919252f1e26fd8f55c8f31b2e78b479f6a249849 | 2,781 | html | HTML | ui/templates/result.html | jrambla/beacon-2.x | f6c8bbecd183471d62c01e040d6e0b3c9ef8f448 | [
"Apache-2.0"
] | null | null | null | ui/templates/result.html | jrambla/beacon-2.x | f6c8bbecd183471d62c01e040d6e0b3c9ef8f448 | [
"Apache-2.0"
] | null | null | null | ui/templates/result.html | jrambla/beacon-2.x | f6c8bbecd183471d62c01e040d6e0b3c9ef8f448 | [
"Apache-2.0"
] | null | null | null |
{% for ds in beacon_response.datasetAlleleResponses %}
<section class="datasets-response exists-{{ ds.exists|yesno:'Y,N' }}">
<h3>{{ ds.datasetId }}</h3>
<ul>
{% if ds.sampleCount %}
<li> <span class="variable">Sample count:</span> <span class="number">{{ ds.sampleCount }}</span></li>
... | 35.202532 | 215 | 0.490111 |
2dacbe9dff2725fd417ae354f33facff93cd0349 | 1,104 | html | HTML | templates/createNewPlaylist.html | rlisowski10/Databasify | e7ec254cd47d624d5c2b07a7e74fd0158fb936c8 | [
"MIT"
] | null | null | null | templates/createNewPlaylist.html | rlisowski10/Databasify | e7ec254cd47d624d5c2b07a7e74fd0158fb936c8 | [
"MIT"
] | null | null | null | templates/createNewPlaylist.html | rlisowski10/Databasify | e7ec254cd47d624d5c2b07a7e74fd0158fb936c8 | [
"MIT"
] | null | null | null | {% extends "layout.html" %}
{% block content %}
<!-- Page Content -->
<div class="container-fluid">
<h1>Create a new playlist</h1>
<form action="{{url_for('newPlaylist')}}" method = 'POST'>
<div class="form-row">
<div class="col-md-4 mb-3">
<label for=... | 44.16 | 141 | 0.521739 |
6cc70dbd404b85c3cbbe76846e18d81e54956c47 | 833 | go | Go | pkg/options/provision.gen.go | tnissen375/corteza-server | 83720d11ff2a94f52813a2fefcd8d20473a89e78 | [
"Apache-2.0"
] | 409 | 2019-06-01T07:12:13.000Z | 2022-03-31T14:41:13.000Z | pkg/options/provision.gen.go | tnissen375/corteza-server | 83720d11ff2a94f52813a2fefcd8d20473a89e78 | [
"Apache-2.0"
] | 243 | 2019-06-19T11:46:44.000Z | 2022-03-21T17:12:30.000Z | pkg/options/provision.gen.go | tnissen375/corteza-server | 83720d11ff2a94f52813a2fefcd8d20473a89e78 | [
"Apache-2.0"
] | 121 | 2019-06-01T07:12:21.000Z | 2022-03-29T15:16:54.000Z | package options
// This file is auto-generated.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
// Definitions file that controls how this file is generated:
// pkg/options/provision.yaml
type (
ProvisionOpt struct {
Always bool `env:"PROVISION_ALWAYS"`
... | 21.921053 | 75 | 0.686675 |
2695b562fceb62d3b5ef810b2f24534ecbb76bae | 1,323 | java | Java | src/etla/mod/sms/db/SSmsConsts.java | alphalapz/etl | 87fea0d57023ae0cee22bcdb1ef5087659bd019c | [
"MIT"
] | null | null | null | src/etla/mod/sms/db/SSmsConsts.java | alphalapz/etl | 87fea0d57023ae0cee22bcdb1ef5087659bd019c | [
"MIT"
] | null | null | null | src/etla/mod/sms/db/SSmsConsts.java | alphalapz/etl | 87fea0d57023ae0cee22bcdb1ef5087659bd019c | [
"MIT"
] | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package etla.mod.sms.db;
/**
*
* @author Alfredo Perez
*/
public abstract class SSmsConsts {
/** Document class number: in... | 30.767442 | 79 | 0.670446 |
38bd6081434b2afb1172e6ad63668dae545c7b7a | 1,433 | h | C | kubernetes/model/io_k8s_api_core_v1_limit_range_item.h | zouxiaoliang/nerv-kubernetes-client-c | 07528948c643270fd757d38edc68da8c9628ee7a | [
"Apache-2.0"
] | null | null | null | kubernetes/model/io_k8s_api_core_v1_limit_range_item.h | zouxiaoliang/nerv-kubernetes-client-c | 07528948c643270fd757d38edc68da8c9628ee7a | [
"Apache-2.0"
] | null | null | null | kubernetes/model/io_k8s_api_core_v1_limit_range_item.h | zouxiaoliang/nerv-kubernetes-client-c | 07528948c643270fd757d38edc68da8c9628ee7a | [
"Apache-2.0"
] | null | null | null | /*
* io_k8s_api_core_v1_limit_range_item.h
*
* LimitRangeItem defines a min/max usage limit for any resource that matches on kind.
*/
#ifndef _io_k8s_api_core_v1_limit_range_item_H_
#define _io_k8s_api_core_v1_limit_range_item_H_
#include <string.h>
#include "../external/cJSON.h"
#include "../include/list.h"
#inc... | 29.854167 | 137 | 0.814375 |
22f0f6321adf43cf96c14e5efa21e69613ef2311 | 2,194 | c | C | common/sleep.c | c0ze/tsl | 8b16872a4c41286c96fa623526d7940c687cf44f | [
"BSD-3-Clause"
] | null | null | null | common/sleep.c | c0ze/tsl | 8b16872a4c41286c96fa623526d7940c687cf44f | [
"BSD-3-Clause"
] | null | null | null | common/sleep.c | c0ze/tsl | 8b16872a4c41286c96fa623526d7940c687cf44f | [
"BSD-3-Clause"
] | null | null | null | #include <stdlib.h>
#include "sleep.h"
#include "stuff.h"
#include "effect.h"
#include "message.h"
#include "fov.h"
#include "player.h"
#include "game.h"
#include "ui.h"
/*
Makes CREATURE fall asleep (if TIRED) or wake up (not TIRED).
*/
void creature_sleep(creature_t * creature, const blean_t tired)
{
effect_t... | 18.913793 | 73 | 0.619417 |
74dccd31dc89cae1a518128fc5aacf3ebbbc2fee | 788 | js | JavaScript | src/main.js | Inateno/GGJ19 | dd8bc00556540b000ffb05b5198a5d4bb9e0ca45 | [
"MIT"
] | 1 | 2019-01-29T10:19:04.000Z | 2019-01-29T10:19:04.000Z | src/main.js | Inateno/GGJ19 | dd8bc00556540b000ffb05b5198a5d4bb9e0ca45 | [
"MIT"
] | null | null | null | src/main.js | Inateno/GGJ19 | dd8bc00556540b000ffb05b5198a5d4bb9e0ca45 | [
"MIT"
] | null | null | null | import DE from '@dreamirl/dreamengine';
import Game from 'Game';
import inputs from 'inputs';
import audios from 'audios';
import dictionary from 'dictionary';
import images from 'images';
import achievements from 'achievements';
console.log( "game main file loaded DREAM_ENGINE is:" , DE );
//DE.config.DEBUG = true;... | 30.307692 | 113 | 0.612944 |
bc561972a8f68cd047acfc7299ccd4048c8ea007 | 831 | sql | SQL | src/test/resources/sql/insert/7291872e.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/7291872e.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/7291872e.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:252 expect:true
INSERT INTO num_exp_add VALUES (5,4,'5329378275943662669459614.8147569415958159607724254713329250286963073517290115704301037046761824454878689768482145781618983165207607197702579494848454960073617938963831930381747869394821538789450900950428766421347469320884702537438828616290... | 277 | 787 | 0.973526 |
90e306f1cd276d3cb0e5818bcc62c573101b8357 | 9,807 | py | Python | tutorial/week7/main/mc/parser/.antlr/MCParser.py | khoidohpc/ppl-course | 3bcff3eeeeebc24f0fc9e3f844779f439aa97544 | [
"MIT"
] | 2 | 2020-10-21T13:04:18.000Z | 2022-01-12T11:06:31.000Z | Assignment4/init/src/main/mp/parser/.antlr/MCParser.py | jimodayne/ppl_hcmut_assignment | 7a06d61e4cda8c76f62a1da5b93ef66d98198b80 | [
"MIT"
] | null | null | null | Assignment4/init/src/main/mp/parser/.antlr/MCParser.py | jimodayne/ppl_hcmut_assignment | 7a06d61e4cda8c76f62a1da5b93ef66d98198b80 | [
"MIT"
] | 1 | 2019-12-03T05:33:13.000Z | 2019-12-03T05:33:13.000Z | # Generated from /Users/nhphung/Documents/fromSamsungLaptop/Monhoc/KS-NNLT/Materials/Assignments/MC/MC1-Python/Assignment2/upload/src/main/mc/parser/MC.g4 by ANTLR 4.7.1
# encoding: utf-8
from antlr4 import *
from io import StringIO
from typing.io import TextIO
import sys
def serializedATN():
with StringIO() as bu... | 29.628399 | 169 | 0.564699 |
c2aa6ed53ac460951ee36f60326b7402ba6fc605 | 695 | go | Go | model/dt/AlibabaDtTmllcarPricevalidateResponse.go | phpyandong/opentaobao | a7e3cc3ec7eeb492b20a6b8023798d5592d15fe5 | [
"Apache-2.0"
] | 1 | 2021-06-29T08:56:24.000Z | 2021-06-29T08:56:24.000Z | model/dt/AlibabaDtTmllcarPricevalidateResponse.go | phpyandong/opentaobao | a7e3cc3ec7eeb492b20a6b8023798d5592d15fe5 | [
"Apache-2.0"
] | null | null | null | model/dt/AlibabaDtTmllcarPricevalidateResponse.go | phpyandong/opentaobao | a7e3cc3ec7eeb492b20a6b8023798d5592d15fe5 | [
"Apache-2.0"
] | null | null | null | package dt
import (
"encoding/xml"
"github.com/bububa/opentaobao/model"
)
/*
线索报价价格校验 APIResponse
alibaba.dt.tmllcar.pricevalidate
根据选定的车型和城市,校验汽车价格是否通过
入参:车型ID,城市名称,价格
输出:N 校验失败,校验成功不返回值
*/
type AlibabaDtTmllcarPricevalidateAPIResponse struct {
model.CommonResponse
AlibabaDtTmllcarPricevalidateRes... | 21.71875 | 114 | 0.752518 |
9ae306edbdbffb6ffa69c52decc9ab0d599bc514 | 410 | dart | Dart | test/inline_object16_test.dart | tuyen-vuduc/mattermost-dart-openapi | 20f7b7d3535dd399da7a97ca6c5ad915f1c31dda | [
"MIT"
] | null | null | null | test/inline_object16_test.dart | tuyen-vuduc/mattermost-dart-openapi | 20f7b7d3535dd399da7a97ca6c5ad915f1c31dda | [
"MIT"
] | null | null | null | test/inline_object16_test.dart | tuyen-vuduc/mattermost-dart-openapi | 20f7b7d3535dd399da7a97ca6c5ad915f1c31dda | [
"MIT"
] | null | null | null | import 'package:test/test.dart';
import 'package:mattermost_dart/mattermost_dart.dart';
// tests for InlineObject16
void main() {
final instance = InlineObject16Builder();
// TODO add properties to the builder and call build()
group(InlineObject16, () {
// The token given to validate the email
// String... | 22.777778 | 56 | 0.665854 |
c86191cfbae018286c7142e2a00b9cf878725766 | 320 | sql | SQL | scripts-db/script_insert_productos.sql | fran-bravo/php-practica | f964922155f7406c36e5b6c6975de2d45950ef46 | [
"MIT"
] | null | null | null | scripts-db/script_insert_productos.sql | fran-bravo/php-practica | f964922155f7406c36e5b6c6975de2d45950ef46 | [
"MIT"
] | 4 | 2016-01-02T16:16:02.000Z | 2016-01-04T02:34:05.000Z | scripts-db/script_insert_productos.sql | fran-bravo/php-practica | f964922155f7406c36e5b6c6975de2d45950ef46 | [
"MIT"
] | null | null | null | INSERT INTO `producto` (`nombre`, `precio`, `stock`, `id_categoria`) VALUES
('Leche', 10.5, 100, 1),
('Queso Porsalut', 24.3, 53, 1),
('Zucaritas', 31.99, 136, 5),
('Pollo Los Hermanos', 67.30, 40, 4),
('Arroz Gallo', 14.69, 68, 3),
('Mortadella', 22.79, 60, 2),
('Nuka Cola', 16.99, 200, 6),
('Six Up', 14.99, 150, 6);
| 32 | 75 | 0.584375 |
953c1cfddc4ba73fd3089c055365579f684b132c | 6,789 | swift | Swift | coolPlaces/coolPlaces/MapViewController.swift | zvet80/coolPlaces | bbf5936979737de1d10fc42fa768cb2496bbc35e | [
"MIT"
] | null | null | null | coolPlaces/coolPlaces/MapViewController.swift | zvet80/coolPlaces | bbf5936979737de1d10fc42fa768cb2496bbc35e | [
"MIT"
] | null | null | null | coolPlaces/coolPlaces/MapViewController.swift | zvet80/coolPlaces | bbf5936979737de1d10fc42fa768cb2496bbc35e | [
"MIT"
] | null | null | null | //
// MapViewController.swift
// coolPlaces
//
// Created by z on 2/6/16.
// Copyright © 2016 z. All rights reserved.
//
import UIKit
import MapKit
import CoreLocation
class MapViewController: UIViewController, MKMapViewDelegate, CLLocationManagerDelegate, UIGestureRecognizerDelegate{
let AnnotationViewR... | 37.716667 | 172 | 0.644867 |
d72aa673eb73e80a7723694cb0e551e67c36a644 | 947 | asm | Assembly | readwrite.asm | SvenMichaelKlose/libultimem | 6fbbff4b6abfa8da0c4177793d2df0caa44dc229 | [
"MIT"
] | null | null | null | readwrite.asm | SvenMichaelKlose/libultimem | 6fbbff4b6abfa8da0c4177793d2df0caa44dc229 | [
"MIT"
] | null | null | null | readwrite.asm | SvenMichaelKlose/libultimem | 6fbbff4b6abfa8da0c4177793d2df0caa44dc229 | [
"MIT"
] | null | null | null | .export ultimem_read_byte
.export ultimem_write_byte
.importzp s, d, c, tmp
.import ultimem_offset2bank
.code
; Fetch byte from Flash memory at 24-bit offset in 0,X.
.proc ultimem_read_byte
tya
pha
lda $9ff2
pha
lda #%01111101
sta $9ff2
lda $9ff8
pha
lda $9ff9
pha
ldy #8... | 12.298701 | 55 | 0.558606 |
f762b5ddaf5301b08b0a27ec8cf3227bfb03cb4d | 530 | pkb | SQL | lib/templates/db/process_plg.pkb | Dani3lSun/apex-plugin-dev-enhancer | 91216298d0dbca9ed8bcc8b9242140950dbcc183 | [
"MIT"
] | 7 | 2018-01-06T03:23:15.000Z | 2021-12-08T23:52:04.000Z | lib/templates/db/process_plg.pkb | stefandobre/apex-plugin-dev-enhancer | 91216298d0dbca9ed8bcc8b9242140950dbcc183 | [
"MIT"
] | 1 | 2021-05-06T20:52:29.000Z | 2021-05-06T20:52:29.000Z | lib/templates/db/process_plg.pkb | stefandobre/apex-plugin-dev-enhancer | 91216298d0dbca9ed8bcc8b9242140950dbcc183 | [
"MIT"
] | 2 | 2020-03-07T09:27:30.000Z | 2020-03-07T09:32:10.000Z | CREATE OR REPLACE PACKAGE BODY #plg_short_name#_plg_pkg IS
--
-- Plug-in Execution Function
-- #param p_process
-- #param p_plugin
-- #return apex_plugin.t_process_exec_result
FUNCTION exec_#plg_short_name#(p_process IN apex_plugin.t_process,
p_plugin IN apex_plugin.... | 31.176471 | 69 | 0.7 |
7fd4cb58e4a3631ede8b768d19f1a6e4ea75f681 | 25,364 | go | Go | main.go | salrashid123/gsuites_gcp_graphdb | 6fb6d1b2d3822e2a1c2f08f84831388a3bbc4ab4 | [
"Apache-2.0"
] | 8 | 2018-08-27T01:54:22.000Z | 2021-01-16T00:47:30.000Z | main.go | salrashid123/gsuites_gcp_graphdb | 6fb6d1b2d3822e2a1c2f08f84831388a3bbc4ab4 | [
"Apache-2.0"
] | null | null | null | main.go | salrashid123/gsuites_gcp_graphdb | 6fb6d1b2d3822e2a1c2f08f84831388a3bbc4ab4 | [
"Apache-2.0"
] | 2 | 2020-06-02T17:44:41.000Z | 2022-03-03T14:36:32.000Z | // Copyright 2019 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | 27.127273 | 135 | 0.6154 |
f0b4fa8615a3b3270472d95f895872b73ca350e3 | 261 | sql | SQL | setup/pgsql/seen.sql | acrelle/infobot-src | 8faccc7f9948da342e9e163373b6f733b577f73a | [
"Artistic-1.0-Perl"
] | null | null | null | setup/pgsql/seen.sql | acrelle/infobot-src | 8faccc7f9948da342e9e163373b6f733b577f73a | [
"Artistic-1.0-Perl"
] | null | null | null | setup/pgsql/seen.sql | acrelle/infobot-src | 8faccc7f9948da342e9e163373b6f733b577f73a | [
"Artistic-1.0-Perl"
] | null | null | null | CREATE TABLE seen (
nick character varying(20) NOT NULL,
"time" numeric NOT NULL,
channel character varying(30) NOT NULL,
host character varying(80) NOT NULL,
message text NOT NULL,
CONSTRAINT seen_pkey PRIMARY KEY (nick)
) WITHOUT OIDS;
| 29 | 43 | 0.708812 |
2f32297f1c64b60887394a59dc9496455ffb1b12 | 4,660 | php | PHP | app/Admin/Controllers/Task/EmployerManagerController.php | lgxj/SuperCooperationAPI | 499c3b218aab9643cd8669806bcb81e1e689161d | [
"Apache-2.0"
] | 17 | 2020-07-16T01:23:13.000Z | 2022-03-17T08:50:49.000Z | app/Admin/Controllers/Task/EmployerManagerController.php | jingmian/SuperCooperationAPI | 857f519d41ab6ba564dc57ae01450f58e47a1cf2 | [
"Apache-2.0"
] | 2 | 2021-04-30T12:50:33.000Z | 2021-10-05T21:28:10.000Z | app/Admin/Controllers/Task/EmployerManagerController.php | jingmian/SuperCooperationAPI | 857f519d41ab6ba564dc57ae01450f58e47a1cf2 | [
"Apache-2.0"
] | 6 | 2020-09-25T07:08:24.000Z | 2022-01-24T12:03:02.000Z | <?php
namespace App\Admin\Controllers\Task;
use App\Admin\Controllers\ScController;
use App\Bridges\Trade\Admin\EmployerManagerBridge;
use App\Bridges\Trade\CommentBridge;
use App\Bridges\Trade\CompensateBridge;
use App\Bridges\Trade\DetailTaskOrderBridge;
use App\Bridges\Trade\PayTaskOrderBridge;
use App\Consts\Me... | 35.30303 | 133 | 0.648283 |
963aeb915c6a5c6842fecb2f371562525ec6a465 | 2,474 | php | PHP | src/Zimbra/Mail/Tests/Request/ListDocumentRevisionsTest.php | RamdanK/zimbra-api | d7386a09e9c23f1ae845f433955b4cbd5b4c0d3a | [
"BSD-3-Clause"
] | 67 | 2015-01-15T01:53:33.000Z | 2022-03-29T08:46:31.000Z | src/Zimbra/Mail/Tests/Request/ListDocumentRevisionsTest.php | RamdanK/zimbra-api | d7386a09e9c23f1ae845f433955b4cbd5b4c0d3a | [
"BSD-3-Clause"
] | 45 | 2015-03-08T08:40:27.000Z | 2022-03-19T14:47:54.000Z | src/Zimbra/Mail/Tests/Request/ListDocumentRevisionsTest.php | RamdanK/zimbra-api | d7386a09e9c23f1ae845f433955b4cbd5b4c0d3a | [
"BSD-3-Clause"
] | 51 | 2015-03-18T08:28:36.000Z | 2022-03-28T21:26:13.000Z | <?php
namespace Zimbra\Admin\Tests\Request;
use Zimbra\Mail\Tests\ZimbraMailApiTestCase;
use Zimbra\Mail\Request\ListDocumentRevisions;
use Zimbra\Mail\Struct\ListDocumentRevisionsSpec;
/**
* Testcase class for ListDocumentRevisions.
*/
class ListDocumentRevisionsTest extends ZimbraMailApiTestCase
{
public fun... | 31.717949 | 132 | 0.509701 |
80bc63e9c5768208fecee0e3fafef1a714d6d3d5 | 2,741 | sql | SQL | sql_scripts/tables.sql | Twyer/discogs-parser | 6db64d357cdc896da9c4fc16efdaab59732b0000 | [
"BSD-3-Clause"
] | 4 | 2020-01-06T20:12:13.000Z | 2021-09-20T18:48:45.000Z | sql_scripts/tables.sql | Twyer/discogs-parser | 6db64d357cdc896da9c4fc16efdaab59732b0000 | [
"BSD-3-Clause"
] | null | null | null | sql_scripts/tables.sql | Twyer/discogs-parser | 6db64d357cdc896da9c4fc16efdaab59732b0000 | [
"BSD-3-Clause"
] | 1 | 2020-01-10T03:10:42.000Z | 2020-01-10T03:10:42.000Z |
CREATE TABLE artists (
artist_id VARCHAR(10),
name VARCHAR(1024),
real_name VARCHAR(1024),
profile TEXT,
data_quality VARCHAR(20),
name_variations VARCHAR(1024)[],
urls VARCHAR(1024)[]
);
CREATE TABLE artist_aliases (
artist_id VARCHAR(10),
alias_id VARCHAR(10),
name VARCHAR(10... | 20.154412 | 36 | 0.671653 |
04dd389ea57b4ac94d1594d4142c0e26318eaaec | 1,720 | swift | Swift | projects/006_NSOperationInPractice/006_DemoStarter/TiltShift/TiltShift/DataLoadOperation.swift | sammyd/Multithreading-VideoSeries | 0ad84ff7e31164b1a7c59a3e2e56d61de9d341cd | [
"MIT"
] | 1 | 2016-05-02T15:20:25.000Z | 2016-05-02T15:20:25.000Z | projects/006_NSOperationInPractice/006_DemoStarter/TiltShift/TiltShift/DataLoadOperation.swift | sammyd/Multithreading-VideoSeries | 0ad84ff7e31164b1a7c59a3e2e56d61de9d341cd | [
"MIT"
] | null | null | null | projects/006_NSOperationInPractice/006_DemoStarter/TiltShift/TiltShift/DataLoadOperation.swift | sammyd/Multithreading-VideoSeries | 0ad84ff7e31164b1a7c59a3e2e56d61de9d341cd | [
"MIT"
] | null | null | null | /*
* Copyright (c) 2015 Razeware LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, dis... | 34.4 | 79 | 0.737209 |
53d82f6d74ae7b044e136a79639c0093220ef78c | 1,433 | java | Java | src/game/Round.java | AppSecAI-TEST/2048_M-A-Star | 0fa5cf25200c0daecdb35e1dc747e3219edf3428 | [
"Apache-2.0"
] | 13 | 2015-06-19T14:07:05.000Z | 2021-11-27T07:46:31.000Z | src/game/Round.java | AppSecAI-TEST/2048_M-A-Star | 0fa5cf25200c0daecdb35e1dc747e3219edf3428 | [
"Apache-2.0"
] | 1 | 2016-10-30T17:39:28.000Z | 2016-10-30T20:50:13.000Z | src/game/Round.java | AppSecAI-TEST/2048_M-A-Star | 0fa5cf25200c0daecdb35e1dc747e3219edf3428 | [
"Apache-2.0"
] | 10 | 2015-03-15T04:54:32.000Z | 2019-05-11T09:21:04.000Z | package game;
/**
* @author Felix Neutatz
*
* CC BY 4.0
* http://creativecommons.org/licenses/by/4.0/
*
* Copyright (c) 2014 Felix Neutatz
*/
public class Round {
private PlayingField pf; //current state of the playing field
private double probability; //how high is the probability to go there
//priva... | 18.139241 | 90 | 0.61619 |
72c4aec7a6ae412fff306e8f7010c07cec089bbb | 802 | asm | Assembly | oeis/193/A193647.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/193/A193647.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/193/A193647.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A193647: Number of arrays of -7..7 integers x(1..n) with every x(i) in a subsequence of length 1 or 2 with sum zero
; Submitted by Jamie Morken(s3)
; 1,15,43,267,1065,5377,23801,113191,517371,2416835,11155313,51830017,239940625,1112996767,5157111051,23910123931,110818577241,513715752705,2381164556233,11037736722167,5... | 40.1 | 493 | 0.794264 |
40bde7392a9834c5cd762054a16c38bd04f31bb0 | 16,544 | htm | HTML | Date A Live/ArusuInstall.htm | AutumnSun1996/GameTools | 05ed69c09e69e284092cfaffd9eb6313f654c729 | [
"BSD-3-Clause"
] | null | null | null | Date A Live/ArusuInstall.htm | AutumnSun1996/GameTools | 05ed69c09e69e284092cfaffd9eb6313f654c729 | [
"BSD-3-Clause"
] | null | null | null | Date A Live/ArusuInstall.htm | AutumnSun1996/GameTools | 05ed69c09e69e284092cfaffd9eb6313f654c729 | [
"BSD-3-Clause"
] | null | null | null | <!DOCTYPE html>
<html lang="ch">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>《约会大作战:或守install》白金攻略</title>
<style>
img {
max-width: 100%;
margin: auto;
c... | 27.076923 | 127 | 0.498489 |
fb5423f36b7e43b7ade662a02d0a44689954197d | 3,499 | java | Java | bootique-di/src/test/java/io/bootique/di/OverrideBindingIT.java | bootique/bootique-di | 1b4ae0292af0e1fd0d9b8ab6e3fe9933437ee9c2 | [
"Apache-2.0"
] | 7 | 2018-04-02T14:53:45.000Z | 2022-01-14T16:34:32.000Z | bootique-di/src/test/java/io/bootique/di/OverrideBindingIT.java | bootique/bootique-di | 1b4ae0292af0e1fd0d9b8ab6e3fe9933437ee9c2 | [
"Apache-2.0"
] | 34 | 2018-04-01T11:33:51.000Z | 2021-10-15T07:33:45.000Z | bootique-di/src/test/java/io/bootique/di/OverrideBindingIT.java | bootique/bootique-di | 1b4ae0292af0e1fd0d9b8ab6e3fe9933437ee9c2 | [
"Apache-2.0"
] | 4 | 2018-04-02T13:27:21.000Z | 2020-03-04T08:59:13.000Z | /*
* Licensed to ObjectStyle LLC under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ObjectStyle LLC licenses
* this file to you under the Apache License, Version 2.0 (the
* "License"); you may not u... | 34.303922 | 89 | 0.66962 |
53cbf2de4c9076dfd3255933264620cd547b4f3a | 3,375 | java | Java | validator/src/main/java/com/wildbeeslabs/sensiblemetrics/diffy/validator/digits/impl/ISBN10DigitValidator.java | AlexRogalskiy/Comparalyzer | 42a03c14d639663387e7b796dca41cb1300ad36b | [
"MIT"
] | 1 | 2019-02-27T00:28:14.000Z | 2019-02-27T00:28:14.000Z | validator/src/main/java/com/wildbeeslabs/sensiblemetrics/diffy/validator/digits/impl/ISBN10DigitValidator.java | AlexRogalskiy/Comparalyzer | 42a03c14d639663387e7b796dca41cb1300ad36b | [
"MIT"
] | 8 | 2019-11-13T09:02:17.000Z | 2021-12-09T20:49:03.000Z | validator/src/main/java/com/wildbeeslabs/sensiblemetrics/diffy/validator/digits/impl/ISBN10DigitValidator.java | AlexRogalskiy/Diffy | 42a03c14d639663387e7b796dca41cb1300ad36b | [
"MIT"
] | 1 | 2019-02-01T08:48:24.000Z | 2019-02-01T08:48:24.000Z | /*
* The MIT License
*
* Copyright 2019 WildBees Labs, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, co... | 36.290323 | 89 | 0.724741 |
f0bee314a89c25ea49abe2d71f7dd14bd59259db | 427 | swift | Swift | Swift/Projects/Cache/MYPCache/MYPCacheTests/Student.swift | sky15179/Language | 85e84b3e99c47a01c51e44f1f191c306b4328c82 | [
"MIT"
] | null | null | null | Swift/Projects/Cache/MYPCache/MYPCacheTests/Student.swift | sky15179/Language | 85e84b3e99c47a01c51e44f1f191c306b4328c82 | [
"MIT"
] | null | null | null | Swift/Projects/Cache/MYPCache/MYPCacheTests/Student.swift | sky15179/Language | 85e84b3e99c47a01c51e44f1f191c306b4328c82 | [
"MIT"
] | null | null | null | //
// Student.swift
// MYPCacheTests
//
// Created by 王智刚 on 2017/11/1.
// Copyright © 2017年 王智刚. All rights reserved.
//
import Foundation
struct Student: Codable, Equatable {
let name: String
let age: Int
enum CodingKeys: String, CodingKey {
case name = "myp_name"
case age
}... | 17.791667 | 53 | 0.606557 |
64d3570d1e05bd015650531dd2a2bd3f69a1ecbb | 48,370 | java | Java | msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/PermissionManagerImpl.java | hsteller/sakai | 2d120173a606ec2afbb9724530d38d3c45b1a24c | [
"ECL-2.0"
] | null | null | null | msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/PermissionManagerImpl.java | hsteller/sakai | 2d120173a606ec2afbb9724530d38d3c45b1a24c | [
"ECL-2.0"
] | null | null | null | msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/PermissionManagerImpl.java | hsteller/sakai | 2d120173a606ec2afbb9724530d38d3c45b1a24c | [
"ECL-2.0"
] | null | null | null | /**********************************************************************************
* $URL: https://source.sakaiproject.org/svn/msgcntr/trunk/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/PermissionManagerImpl.java $
* $Id: PermissionManagerImpl.java 9227 2006-05-15 15:02:42Z cwen... | 49.917441 | 187 | 0.691296 |
e6a170b7117ab8e0f912fe968c308638f3d02af8 | 706 | sql | SQL | resources/[systems]/customization/sql/outfits.sql | Jameslroll/FiveM-Framework | 4532e9dd6af1f4d2d371bc03ab862cf8aee2ade7 | [
"MIT"
] | null | null | null | resources/[systems]/customization/sql/outfits.sql | Jameslroll/FiveM-Framework | 4532e9dd6af1f4d2d371bc03ab862cf8aee2ade7 | [
"MIT"
] | null | null | null | resources/[systems]/customization/sql/outfits.sql | Jameslroll/FiveM-Framework | 4532e9dd6af1f4d2d371bc03ab862cf8aee2ade7 | [
"MIT"
] | 1 | 2022-03-31T17:22:28.000Z | 2022-03-31T17:22:28.000Z | CREATE TABLE IF NOT EXISTS `outfits` (
`character_id` INT(10) UNSIGNED NOT NULL,
`name` TINYTEXT NOT NULL COLLATE 'utf8mb4_general_ci',
`appearance` TEXT NOT NULL COLLATE 'utf8mb4_general_ci',
`time_stamp` TIMESTAMP NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`character_id`, `name`... | 47.066667 | 131 | 0.769122 |
c542a83b0b4143076b10bd33bf67a7e9c1bdc91b | 787 | sql | SQL | LG - 5 - CreateInsertSmallLogTable.sql | skreebydba/TransactionLogIntro | b2ad2a018d66d3ed84c93c94fbc455946622c171 | [
"MIT"
] | null | null | null | LG - 5 - CreateInsertSmallLogTable.sql | skreebydba/TransactionLogIntro | b2ad2a018d66d3ed84c93c94fbc455946622c171 | [
"MIT"
] | null | null | null | LG - 5 - CreateInsertSmallLogTable.sql | skreebydba/TransactionLogIntro | b2ad2a018d66d3ed84c93c94fbc455946622c171 | [
"MIT"
] | null | null | null | USE SmallLog;
-- =============================================
-- Create basic stored procedure template
-- =============================================
-- Drop stored procedure if it already exists
IF EXISTS (
SELECT *
FROM INFORMATION_SCHEMA.ROUTINES
WHERE SPECIFIC_SCHEMA = N'dbo'
AND SPEC... | 18.738095 | 49 | 0.606099 |
843ffa069587a033d2360ffef2c9d2fed57b0768 | 7,182 | html | HTML | index.html | DevEpsilon/VladZ | 0399a476a2953892dc9a30ebe43cdd0e4d89c46b | [
"MIT"
] | null | null | null | index.html | DevEpsilon/VladZ | 0399a476a2953892dc9a30ebe43cdd0e4d89c46b | [
"MIT"
] | null | null | null | index.html | DevEpsilon/VladZ | 0399a476a2953892dc9a30ebe43cdd0e4d89c46b | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Vlad Zhelezniak - Welcome!</title>
<link rel="shortcut icon" type="image/jpg" href="https://cdn.discordapp.com/attachme... | 39.245902 | 288 | 0.561125 |
53b1bc8edbc9f3fc7acf5a9be8d4b77aff24c6c9 | 492 | java | Java | src/main/java/com/crio/jobportal/dto/GetJobDto.java | mjh-ph7/job-portal-backend | 4569e0b38b02e016290b251ed47231a0556b33a7 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/crio/jobportal/dto/GetJobDto.java | mjh-ph7/job-portal-backend | 4569e0b38b02e016290b251ed47231a0556b33a7 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/crio/jobportal/dto/GetJobDto.java | mjh-ph7/job-portal-backend | 4569e0b38b02e016290b251ed47231a0556b33a7 | [
"Apache-2.0"
] | null | null | null | package com.crio.jobportal.dto;
import java.util.List;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@AllArgsConstructor
@NoArgsConstructor
@Builder
public class GetJobDto {
private String companyName;
private String jobTitle;
private Strin... | 19.68 | 37 | 0.804878 |
73edec58dbd8c4105399b9e49d1c792f5b001dd6 | 989 | dart | Dart | lib/src/presentation/widgets/stadium_indicator.dart | mouEsam/api_bloc_base | 734a7e9bcd24baf676dcc2d46cd208237da49902 | [
"MIT"
] | 1 | 2022-03-06T07:59:44.000Z | 2022-03-06T07:59:44.000Z | lib/src/presentation/widgets/stadium_indicator.dart | mouEsam/api_bloc_base | 734a7e9bcd24baf676dcc2d46cd208237da49902 | [
"MIT"
] | null | null | null | lib/src/presentation/widgets/stadium_indicator.dart | mouEsam/api_bloc_base | 734a7e9bcd24baf676dcc2d46cd208237da49902 | [
"MIT"
] | null | null | null | import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
class StadiumIndicator extends Decoration {
final Color color;
StadiumIndicator(this.color);
@override
BoxPainter createBoxPainter([VoidCallback? onChanged]) {
return _StadiumIndicatorPainter(this, onChanged);
}
}
class _St... | 28.257143 | 78 | 0.743175 |
f0155bbf61f6676b677021f56054f7ab212c782f | 2,187 | js | JavaScript | puppy/client/static/sample/js/PuppyVMCode.js | lVlEK0/puppy | 0f6f6b34af8130fac9979880e00744bc0dd76e78 | [
"MIT"
] | null | null | null | puppy/client/static/sample/js/PuppyVMCode.js | lVlEK0/puppy | 0f6f6b34af8130fac9979880e00744bc0dd76e78 | [
"MIT"
] | null | null | null | puppy/client/static/sample/js/PuppyVMCode.js | lVlEK0/puppy | 0f6f6b34af8130fac9979880e00744bc0dd76e78 | [
"MIT"
] | null | null | null | window['PuppyVMCode'] = {
world: {
'width': 1000,
'height': 1000,
'xGravity': 0.0,
'yGravity': 0.05,
'mouse': true,
'ticker': { 'x': 10, 'y': 10 },
},
bodies: [
{
'shape': "circle",
'concept': ['ボール', '円'],
'name': 'ボール',
'width': 100, 'height': 50,
'posit... | 27.683544 | 125 | 0.487883 |
4c29cadfc92abba390df8853b1368fca134a2abe | 1,550 | php | PHP | tests/Translator/Extractor/JsExtractorTest.php | Incenteev/translation-checker-bundle | 60cfd7edc5632128ec69c4a443634dc49a439882 | [
"MIT"
] | 10 | 2017-08-14T20:51:10.000Z | 2021-10-18T18:50:54.000Z | tests/Translator/Extractor/JsExtractorTest.php | Incenteev/IncenteevTranslationCheckerBundle | 60cfd7edc5632128ec69c4a443634dc49a439882 | [
"MIT"
] | 6 | 2015-05-14T20:58:32.000Z | 2017-06-15T17:02:20.000Z | tests/Translator/Extractor/JsExtractorTest.php | Incenteev/IncenteevTranslationCheckerBundle | 60cfd7edc5632128ec69c4a443634dc49a439882 | [
"MIT"
] | 3 | 2015-06-08T09:16:34.000Z | 2017-06-06T10:11:20.000Z | <?php
namespace Incenteev\TranslationCheckerBundle\Tests\Translator\Extractor;
use Incenteev\TranslationCheckerBundle\Translator\Extractor\JsExtractor;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Translation\MessageCatalogue;
class JsExtractorTest extends TestCase
{
/**
* @dataProvider providePath... | 32.978723 | 128 | 0.619355 |
6ef04d53d7ed1219b2ac6e0a3da3469e1357e507 | 2,031 | kt | Kotlin | src/main/kotlin/com/archesky/auth/library/security/SecurityConfig.kt | Rich43/pynguins-auth-library | b0c154cf1bea7a44c4c7bdff2aae93a703a11240 | [
"BSD-2-Clause"
] | null | null | null | src/main/kotlin/com/archesky/auth/library/security/SecurityConfig.kt | Rich43/pynguins-auth-library | b0c154cf1bea7a44c4c7bdff2aae93a703a11240 | [
"BSD-2-Clause"
] | null | null | null | src/main/kotlin/com/archesky/auth/library/security/SecurityConfig.kt | Rich43/pynguins-auth-library | b0c154cf1bea7a44c4c7bdff2aae93a703a11240 | [
"BSD-2-Clause"
] | null | null | null | package com.archesky.auth.library.security
import com.archesky.auth.library.service.CustomUserDetailsService
import org.springframework.context.annotation.Bean
import org.springframework.context.annotation.Configuration
import org.springframework.security.authentication.AuthenticationManager
import org.springframework... | 45.133333 | 106 | 0.785327 |
0b24417f2ee0b6b95e1c21f1f50ee2435fb6de2e | 1,210 | py | Python | audiomate/processing/pipeline/onset.py | CostanzoPablo/audiomate | 080402eadaa81f77f64c8680510a2de64bc18e74 | [
"MIT"
] | 133 | 2018-05-18T13:54:10.000Z | 2022-02-15T02:14:20.000Z | audiomate/processing/pipeline/onset.py | CostanzoPablo/audiomate | 080402eadaa81f77f64c8680510a2de64bc18e74 | [
"MIT"
] | 68 | 2018-06-03T16:42:09.000Z | 2021-01-29T10:58:30.000Z | audiomate/processing/pipeline/onset.py | CostanzoPablo/audiomate | 080402eadaa81f77f64c8680510a2de64bc18e74 | [
"MIT"
] | 37 | 2018-11-02T02:40:29.000Z | 2021-11-30T07:44:50.000Z | import librosa
import numpy as np
from . import base
from . import spectral
class OnsetStrength(base.Computation):
"""
Compute a spectral flux onset strength envelope.
Based on http://librosa.github.io/librosa/generated/librosa.onset.onset_strength.html
Args:
n_mels (int): Number of mel ban... | 31.025641 | 104 | 0.686777 |
ab9a5b7368a7439b1459036fbdf4eb838c2b0e1f | 3,367 | asm | Assembly | programs/oeis/191/A191901.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/191/A191901.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/191/A191901.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A191901: Number of compositions of odd natural numbers into 6 parts <= n.
; 0,32,364,2048,7812,23328,58824,131072,265720,500000,885780,1492992,2413404,3764768,5695312,8388608,12068784,17006112,23522940,32000000,42883060,56689952,74017944,95551488,122070312,154457888,193710244,240945152,297411660,364500000,443751840,5... | 420.875 | 3,252 | 0.914167 |
77621549a5406f2e3ff3bf6757152c0a895c3ced | 63,075 | html | HTML | Step2-Indexing/man_html/man1/x86_64-linux-gnu-objcopy.1.html | loic-carbonne/Man-fulltext-search | 423fc9f76211d00e45b2fef82162d7d6c184f2c3 | [
"Apache-2.0"
] | null | null | null | Step2-Indexing/man_html/man1/x86_64-linux-gnu-objcopy.1.html | loic-carbonne/Man-fulltext-search | 423fc9f76211d00e45b2fef82162d7d6c184f2c3 | [
"Apache-2.0"
] | null | null | null | Step2-Indexing/man_html/man1/x86_64-linux-gnu-objcopy.1.html | loic-carbonne/Man-fulltext-search | 423fc9f76211d00e45b2fef82162d7d6c184f2c3 | [
"Apache-2.0"
] | null | null | null |
<p class="level0">
<p class="level0">
<p class="level0"><pre class="level0">
</pre>
<p class="level0">
<p class="level0">
<p class="level0">
<p class="level0">
<p class="level0">
<p class="level0">
<p class="level0">
<p class="level0">
<p class="level0">
<p class="level0">
<p class="level0">
<p class="level0">'br}
<... | 103.741776 | 8,562 | 0.709647 |
7aee5f4f722a50001a2708fd78d1193ec77a7cbb | 382 | sql | SQL | sql/asm_extent_distribution.sql | fatdba/oracle-script-lib | efa9f5623bc3f27cea37a815f5bc3766d21b1b19 | [
"MIT"
] | null | null | null | sql/asm_extent_distribution.sql | fatdba/oracle-script-lib | efa9f5623bc3f27cea37a815f5bc3766d21b1b19 | [
"MIT"
] | null | null | null | sql/asm_extent_distribution.sql | fatdba/oracle-script-lib | efa9f5623bc3f27cea37a815f5bc3766d21b1b19 | [
"MIT"
] | 2 | 2022-01-16T20:34:08.000Z | 2022-02-10T16:45:46.000Z |
-- asm_extent_distribution.sql
-- need to add parameter inputs
col phys_extent format 999999
col virt_extent format 999999
col disk_num format 9999
col au_num format 999999
select PXN_KFFXP phys_extent,
XNUM_KFFXP virt_extent,
DISK_KFFXP disk_num,
AU_KFFXP au_num
from X$KFFXP
where NUMBER_KFFXP=256 -- ASM file 2... | 18.190476 | 44 | 0.790576 |
b85d8066a7d97bc78aad53a13d4cf246dc919ca7 | 667 | rs | Rust | s25/src/utils.rs | 3c1u/s25 | 2123fe9c8553b40272617412d2e4263a513c2d7f | [
"MIT"
] | null | null | null | s25/src/utils.rs | 3c1u/s25 | 2123fe9c8553b40272617412d2e4263a513c2d7f | [
"MIT"
] | 142 | 2020-06-01T17:16:01.000Z | 2022-03-16T05:08:26.000Z | s25/src/utils.rs | 3c1u/s25 | 2123fe9c8553b40272617412d2e4263a513c2d7f | [
"MIT"
] | null | null | null | pub(crate) mod io {
pub fn push_i16(v: &mut Vec<u8>, a: i16) {
let a = a.to_le_bytes();
v.push(a[0]);
v.push(a[1]);
}
pub fn push_i32(v: &mut Vec<u8>, a: i32) {
let a = a.to_le_bytes();
v.push(a[0]);
v.push(a[1]);
v.push(a[2]);
v.push(a[3]);
... | 20.84375 | 46 | 0.416792 |