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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
647f1fe4774e538273d34a059131d141fdfba169 | 4,320 | sql | SQL | backend/src/main/resources/db/migration/V0001__init.sql | Ninja-Squad/rare-basket | a20a76b80fcbf88ca7050228668ebad4b87d20e7 | [
"BSD-3-Clause"
] | null | null | null | backend/src/main/resources/db/migration/V0001__init.sql | Ninja-Squad/rare-basket | a20a76b80fcbf88ca7050228668ebad4b87d20e7 | [
"BSD-3-Clause"
] | 5 | 2022-03-04T18:56:37.000Z | 2022-03-25T08:38:46.000Z | backend/src/main/resources/db/migration/V0001__init.sql | Ninja-Squad/rare-basket | a20a76b80fcbf88ca7050228668ebad4b87d20e7 | [
"BSD-3-Clause"
] | null | null | null | CREATE TABLE grc (
id BIGINT PRIMARY KEY,
name VARCHAR NOT NULL UNIQUE,
institution VARCHAR NOT NULL,
address VARCHAR NOT NULL
);
CREATE SEQUENCE grc_seq START WITH 1001 INCREMENT 50;
CREATE TABLE accession_holder (
id BIGINT PRIMARY KEY,
name VARCHAR NOT NULL UNIQUE,... | 34.015748 | 79 | 0.687963 |
5649d4af01b9f35a81315940f14a92ede04b4d44 | 42,745 | go | Go | pkg/logproto/metrics.pb.go | RickyC0626/loki | 3d941ccccbcc6109224dce1845f7aaead30d5ddf | [
"Apache-2.0"
] | null | null | null | pkg/logproto/metrics.pb.go | RickyC0626/loki | 3d941ccccbcc6109224dce1845f7aaead30d5ddf | [
"Apache-2.0"
] | null | null | null | pkg/logproto/metrics.pb.go | RickyC0626/loki | 3d941ccccbcc6109224dce1845f7aaead30d5ddf | [
"Apache-2.0"
] | null | null | null | // Code generated by protoc-gen-gogo. DO NOT EDIT.
// source: pkg/logproto/metrics.proto
package logproto
import (
fmt "fmt"
_ "github.com/gogo/protobuf/gogoproto"
proto "github.com/gogo/protobuf/proto"
io "io"
math "math"
math_bits "math/bits"
reflect "reflect"
strconv "strconv"
strings "strings"
)
// Refe... | 24.411765 | 189 | 0.625664 |
40c903e5b6a40b582f2bef01e29c1aab33ccae19 | 9,767 | py | Python | app/libs/asset.py | anjali-92/tuesday | e85366ee4d88e3821d6a3177881dfbf050dd7c34 | [
"MIT"
] | 6 | 2019-04-04T06:10:56.000Z | 2020-06-09T22:30:08.000Z | app/libs/asset.py | anjali-92/tuesday | e85366ee4d88e3821d6a3177881dfbf050dd7c34 | [
"MIT"
] | 2 | 2019-04-05T04:38:45.000Z | 2019-08-16T11:17:43.000Z | app/libs/asset.py | anjali-92/tuesday | e85366ee4d88e3821d6a3177881dfbf050dd7c34 | [
"MIT"
] | 4 | 2019-08-26T06:27:03.000Z | 2020-10-07T11:55:39.000Z | import arrow
import datetime
from converge import settings
from apphelpers.rest.hug import user_id
from apphelpers.errors import NotFoundError
from app.models import Asset, PendingComment, Comment, Member, groups
from app.libs import comment as commentlib
from app.libs import member as memberlib
from app.libs import p... | 33.334471 | 99 | 0.673288 |
bd4b9cdeccd7b757b4270b5b409c081b0f8b227b | 1,616 | swift | Swift | Sources/Dictionary.swift | netguru/picguard-swift | dc0da8f760edba744b1ebd02ab46fd30df44ec85 | [
"MIT"
] | 15 | 2016-05-19T11:43:56.000Z | 2021-10-05T08:17:42.000Z | Sources/Dictionary.swift | netguru/picguard-swift | dc0da8f760edba744b1ebd02ab46fd30df44ec85 | [
"MIT"
] | 1 | 2016-05-20T11:56:38.000Z | 2016-05-20T13:01:57.000Z | Sources/Dictionary.swift | netguru/picguard-swift | dc0da8f760edba744b1ebd02ab46fd30df44ec85 | [
"MIT"
] | 4 | 2016-07-24T04:59:48.000Z | 2020-04-28T15:15:12.000Z | //
// Dictionary.swift
//
// Copyright (c) 2016 Netguru Sp. z o.o. All rights reserved.
// Licensed under the MIT License.
//
internal extension Dictionary {
/// Applies the mapping transform over `self`.
///
/// - Parameter transform: The transformation function.
///
/// - Throws: Rethrows whatever error was th... | 29.925926 | 80 | 0.67203 |
c7c3e6cf1622b4615ac8a67c8aa6d802571777f5 | 382 | py | Python | ptrack/templatetags/ptrack.py | unformatt/django-ptrack | 9f87b6ed37ec72525de513376f31566bb14d2b9c | [
"Apache-2.0"
] | null | null | null | ptrack/templatetags/ptrack.py | unformatt/django-ptrack | 9f87b6ed37ec72525de513376f31566bb14d2b9c | [
"Apache-2.0"
] | null | null | null | ptrack/templatetags/ptrack.py | unformatt/django-ptrack | 9f87b6ed37ec72525de513376f31566bb14d2b9c | [
"Apache-2.0"
] | null | null | null | """Ptrack Template Tag"""
import logging
from django import template
from django.utils.html import mark_safe
logger = logging.getLogger(__name__)
register = template.Library()
@register.simple_tag
def ptrack(*args, **kwargs):
"""Generate a tracking pixel html img element."""
from ptrack import create_img
... | 22.470588 | 53 | 0.735602 |
52d9498a7de55014decadcb471a0516cd7251004 | 1,160 | lua | Lua | src/IncludedCommands/BasicCommands/pchat.lua | TheNexusAvenger/Nexus-Admin | 38ae3f128b19af023b3fff137e5bfd695675b310 | [
"MIT"
] | 4 | 2021-04-08T02:10:44.000Z | 2022-03-23T21:34:19.000Z | src/IncludedCommands/BasicCommands/pchat.lua | TheNexusAvenger/Nexus-Admin | 38ae3f128b19af023b3fff137e5bfd695675b310 | [
"MIT"
] | 4 | 2020-07-22T20:08:43.000Z | 2021-01-06T02:32:01.000Z | src/IncludedCommands/BasicCommands/pchat.lua | TheNexusAvenger/Nexus-Admin | 38ae3f128b19af023b3fff137e5bfd695675b310 | [
"MIT"
] | 2 | 2020-07-23T10:05:14.000Z | 2021-07-24T21:57:58.000Z | --[[
TheNexusAvenger
Implementation of a command.
--]]
local BaseCommand = require(script.Parent.Parent:WaitForChild("BaseCommand"))
local Command = BaseCommand:Extend()
--[[
Creates the command.
--]]
function Command:__new()
self:InitializeSuper({"pchat","pc"},"BasicCommands","Starts a private chat between a ... | 26.363636 | 106 | 0.668966 |
f43de810d17db031a7b05bdde6c4ee8f889771fb | 501 | go | Go | tests/resources/go/advanced/nullable-omitempty-map-slice/entities_test.go | swaggest/go-code-builder | b3e41b0859797899a13eaf1f43e3cd6070baf1b4 | [
"MIT"
] | 3 | 2019-07-11T19:18:38.000Z | 2020-10-08T07:20:25.000Z | tests/resources/go/advanced/nullable-omitempty-map-slice/entities_test.go | swaggest/go-code-builder | b3e41b0859797899a13eaf1f43e3cd6070baf1b4 | [
"MIT"
] | 34 | 2019-02-14T23:40:03.000Z | 2022-01-02T16:17:12.000Z | tests/resources/go/advanced/nullable-omitempty-map-slice/entities_test.go | swaggest/go-code-builder | b3e41b0859797899a13eaf1f43e3cd6070baf1b4 | [
"MIT"
] | 1 | 2019-10-23T21:19:33.000Z | 2019-10-23T21:19:33.000Z | package entities
import (
"encoding/json"
"testing"
"github.com/stretchr/testify/require"
"github.com/swaggest/assertjson"
)
func TestRequiredNullable_MarshalJSON_roundtrip(t *testing.T) {
var (
jsonValue = []byte(`{"slice":["aeff"],"map":{"effefd":"dd"}}`)
v RequiredNullable
)
require.NoError(t, json.Un... | 20.875 | 64 | 0.714571 |
84143ee8516adb222832f3006bf3c8bc3542f761 | 737 | ps1 | PowerShell | Get-JenkinsCredential.ps1 | doomjaw87/p0w3rsh3ll | e8446540302668567ab6a43c7106f080446baf59 | [
"MIT"
] | 2 | 2016-10-12T19:34:49.000Z | 2020-01-21T22:21:57.000Z | Get-JenkinsCredential.ps1 | doomjaw87/p0w3rsh3ll | e8446540302668567ab6a43c7106f080446baf59 | [
"MIT"
] | null | null | null | Get-JenkinsCredential.ps1 | doomjaw87/p0w3rsh3ll | e8446540302668567ab6a43c7106f080446baf59 | [
"MIT"
] | 1 | 2016-12-10T15:35:24.000Z | 2016-12-10T15:35:24.000Z | $jenkinsUrl = 'http://10.101.222.4:8080/scriptText'
$apiToken = '11a65a6453b20fb37200d8d2bd20b091a7'
$authUsername = 'automationuser'
$headers = @{Authorization = $("Basic $([System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes("$($authUsername):$($apiToken)")))")}
$script = @"
def creds = com.clou... | 30.708333 | 149 | 0.700136 |
e92005bcb0760c240bb635e95e69b5dbc4b28d8b | 4,211 | go | Go | Godeps/_workspace/src/github.com/golang/geo/s2/s2_test.go | skidder/go-loco | 75216fcc55e1d1af6d75505ccdc04b78f237f812 | [
"Apache-2.0"
] | null | null | null | Godeps/_workspace/src/github.com/golang/geo/s2/s2_test.go | skidder/go-loco | 75216fcc55e1d1af6d75505ccdc04b78f237f812 | [
"Apache-2.0"
] | null | null | null | Godeps/_workspace/src/github.com/golang/geo/s2/s2_test.go | skidder/go-loco | 75216fcc55e1d1af6d75505ccdc04b78f237f812 | [
"Apache-2.0"
] | null | null | null | /*
Copyright 2014 Google Inc. All rights reserved.
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 ... | 28.073333 | 89 | 0.703396 |
21c9e121035b36313ae45f65d46876825a8b38c6 | 5,014 | rs | Rust | src/fft.rs | apuranik1/rust-algorithms | a3a20826cb433b35a240388de20cf24379f28c2e | [
"MIT"
] | 2 | 2019-08-30T19:46:16.000Z | 2019-09-03T22:27:16.000Z | src/fft.rs | apuranik1/rust-algorithms | a3a20826cb433b35a240388de20cf24379f28c2e | [
"MIT"
] | null | null | null | src/fft.rs | apuranik1/rust-algorithms | a3a20826cb433b35a240388de20cf24379f28c2e | [
"MIT"
] | null | null | null | use num::complex::Complex64;
use num::Zero;
/// Compute the fourier transform of data
/// The order of the transform is data.len() rounded up to a power of 2
pub fn fft(data: &[Complex64]) -> Vec<Complex64> {
let order = power_of_2_geq_n(data.len());
eval_polynomial(order, true, data, 0, 1)
}
/// Compute the ... | 30.760736 | 100 | 0.515955 |
291d411557920f0dd714b8cb09d8459149ffc80d | 3,350 | py | Python | kaggle_cat-in-the-dat.py | ak110/applications | d5266f72f912991b255c572ac268e4cee6c57145 | [
"MIT"
] | null | null | null | kaggle_cat-in-the-dat.py | ak110/applications | d5266f72f912991b255c572ac268e4cee6c57145 | [
"MIT"
] | null | null | null | kaggle_cat-in-the-dat.py | ak110/applications | d5266f72f912991b255c572ac268e4cee6c57145 | [
"MIT"
] | null | null | null | #!/usr/bin/env python3
"""Categorical Feature Encoding Challengeの実験用コード。"""
import pathlib
import numpy as np
import pandas as pd
import sklearn.metrics
import pytoolkit as tk
nfold = 5
params = {
"objective": "binary",
"metric": "auc",
"learning_rate": 0.01,
"nthread": -1,
# "verbosity": -1,
... | 28.87931 | 110 | 0.630746 |
727154cbff659f1f6ccdad720c9a42510f1e4220 | 774 | sql | SQL | truncate_all.sql | tim-hub/AdventureWorks | 8b51197180d9dbed1b2d0c9df2609c2bde1fc676 | [
"Apache-2.0"
] | 1 | 2021-12-11T06:06:32.000Z | 2021-12-11T06:06:32.000Z | truncate_all.sql | tim-hub/AdventureWorks | 8b51197180d9dbed1b2d0c9df2609c2bde1fc676 | [
"Apache-2.0"
] | null | null | null | truncate_all.sql | tim-hub/AdventureWorks | 8b51197180d9dbed1b2d0c9df2609c2bde1fc676 | [
"Apache-2.0"
] | 1 | 2021-04-26T16:37:38.000Z | 2021-04-26T16:37:38.000Z | TRUNCATE TABLE EmployeeJobTitleRejectLog11 ;
TRUNCATE TABLE EmployeeHireDateRejectLog12 ;
TRUNCATE TABLE EmployeeJobTitleAllow24 ;
TRUNCATE TABLE EmployeeHireDateAllow25 ;
TRUNCATE TABLE PersonStaging ;
TRUNCATE TABLE PersonAllNamesNullRejectLog9 ;
TRUNCATE TABLE PersonTypeReject10 ;
TRUNCATE TABLE PersonTypeEmptyRejec... | 38.7 | 45 | 0.872093 |
5c865d5f2f02d8058581fc244338a4a42bcaa531 | 2,452 | css | CSS | assets/js/plugins/loaders/pace-corner-indicator.css | Eze4Manuel/Emmet-Blue-Ui | 05374a377985301225c02187258c2ac96a84807e | [
"MIT"
] | 1 | 2016-07-05T21:30:56.000Z | 2016-07-05T21:30:56.000Z | assets/js/plugins/loaders/pace-corner-indicator.css | Eze4Manuel/Emmet-Blue-Ui | 05374a377985301225c02187258c2ac96a84807e | [
"MIT"
] | 115 | 2021-03-07T10:15:18.000Z | 2021-04-22T10:36:30.000Z | assets/js/plugins/loaders/pace-corner-indicator.css | Eze4Manuel/Emmet-Blue-Ui | 05374a377985301225c02187258c2ac96a84807e | [
"MIT"
] | 2 | 2021-03-28T11:28:32.000Z | 2021-08-04T10:05:12.000Z | /* This is a compiled file, you should be editing the file in the templates directory */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace .pace-activity {
display: block;
position: fixed;
z-index: 2000;
top: 0;
... | 26.085106 | 88 | 0.671289 |
7a36f09f7665ed529dd7682718370a05e7efe3ce | 723 | rb | Ruby | lib/pressy/command/write.rb | mjm/pressy | 21b0929bd2ee185df22e5b11a55f2e236106ae9e | [
"MIT"
] | null | null | null | lib/pressy/command/write.rb | mjm/pressy | 21b0929bd2ee185df22e5b11a55f2e236106ae9e | [
"MIT"
] | 31 | 2018-05-07T03:16:35.000Z | 2018-06-10T21:20:36.000Z | lib/pressy/command/write.rb | mjm/pressy | 21b0929bd2ee185df22e5b11a55f2e236106ae9e | [
"MIT"
] | null | null | null | require 'optparse'
Pressy::Command.define :write do
option :status, :s
option :title, :t
option :format, :f
def run(options)
site.create_post(editor.edit(empty_post(options)))
end
def empty_post(options)
Pressy::EmptyPost.build(options)
end
def editor
Pressy::Editor.new(env['EDITOR'], co... | 20.083333 | 54 | 0.604426 |
81d168e90625059cfebf0352e57f5debaacb1aa2 | 3,163 | rs | Rust | argmin-math/src/ndarray_m/conj.rs | wfsteiner/argmin | fd6bd23b0f45f38461a4b4c983af9863f43810c5 | [
"Apache-2.0",
"MIT"
] | null | null | null | argmin-math/src/ndarray_m/conj.rs | wfsteiner/argmin | fd6bd23b0f45f38461a4b4c983af9863f43810c5 | [
"Apache-2.0",
"MIT"
] | null | null | null | argmin-math/src/ndarray_m/conj.rs | wfsteiner/argmin | fd6bd23b0f45f38461a4b4c983af9863f43810c5 | [
"Apache-2.0",
"MIT"
] | null | null | null | // Copyright 2018-2022 argmin developers
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
// http://opensource.org/licenses/MIT>, at your option. This file may not be
// copied, modified, or distributed except according... | 29.839623 | 87 | 0.435346 |
35ab86cefa45a8255b72870cf51cc31a3be6cb86 | 1,265 | lua | Lua | jni/external/zenilib/zeni_graphics/premake4.lua | gdewald/Spacefrog | eae9bd5c91670f7d13442740b5d801286ba41e5e | [
"BSD-2-Clause"
] | 9 | 2015-09-24T19:18:50.000Z | 2021-06-23T09:53:59.000Z | jni/external/zenilib/zeni_graphics/premake4.lua | gdewald/Spacefrog | eae9bd5c91670f7d13442740b5d801286ba41e5e | [
"BSD-2-Clause"
] | null | null | null | jni/external/zenilib/zeni_graphics/premake4.lua | gdewald/Spacefrog | eae9bd5c91670f7d13442740b5d801286ba41e5e | [
"BSD-2-Clause"
] | 1 | 2015-12-13T06:55:21.000Z | 2015-12-13T06:55:21.000Z | project "zeni_graphics"
kind "SharedLib"
language "C++"
configuration "windows"
defines { "ZENI_GRAPHICS_DLL=__declspec(dllexport)", "ZENI_GRAPHICS_EXT=" }
links { "glu32", "opengl32" }
configuration "linux or macosx"
buildoptions { "-ffast-math", "-fpch-preprocess", "-Wall" }
configuration "linu... | 42.166667 | 213 | 0.617391 |
90f940221b030871a556c85451ac84874e3f46e4 | 201 | py | Python | rlbot/messages/flat/SeriesLengthOption.py | danielbairamian/RL-RL | 4fc4ac14bd10088e83e7a15c3319370f74d0a756 | [
"MIT"
] | 3 | 2020-04-30T14:33:10.000Z | 2021-10-11T00:12:35.000Z | rlbot/messages/flat/SeriesLengthOption.py | danielbairamian/RL-RL | 4fc4ac14bd10088e83e7a15c3319370f74d0a756 | [
"MIT"
] | null | null | null | rlbot/messages/flat/SeriesLengthOption.py | danielbairamian/RL-RL | 4fc4ac14bd10088e83e7a15c3319370f74d0a756 | [
"MIT"
] | null | null | null | # automatically generated by the FlatBuffers compiler, do not modify
# namespace: flat
class SeriesLengthOption(object):
Unlimited = 0
Three_Games = 1
Five_Games = 2
Seven_Games = 3
| 18.272727 | 68 | 0.716418 |
e9a5bb7842f24a010cee03bf798f1278f68d2411 | 3,398 | go | Go | pkg/gatewayserver/serve.go | daxmc99/rio-autoscaler | 61389ac30b0db772e4374fd89f6b4b298d9d8ef3 | [
"Apache-2.0"
] | 2 | 2019-04-04T18:25:37.000Z | 2019-04-05T01:55:47.000Z | pkg/gatewayserver/serve.go | daxmc99/rio-autoscaler | 61389ac30b0db772e4374fd89f6b4b298d9d8ef3 | [
"Apache-2.0"
] | null | null | null | pkg/gatewayserver/serve.go | daxmc99/rio-autoscaler | 61389ac30b0db772e4374fd89f6b4b298d9d8ef3 | [
"Apache-2.0"
] | null | null | null | package gatewayserver
import (
"fmt"
"net/http"
"net/url"
"strconv"
"sync"
"time"
"github.com/rancher/rio/modules/service/controllers/service/populate/serviceports"
"github.com/rancher/rio-autoscaler/pkg/controllers/servicescale"
"github.com/rancher/rio-autoscaler/types"
riov1controller "github.com/rancher... | 28.082645 | 120 | 0.715421 |
05d962aa396a06a7a45b3b41531f707010d73393 | 696 | html | HTML | trash/page-560-Thursday-August-8th-2019-09-10-45-PM/body.html | marvindanig/ramayana-vol-3 | 99d506f79057e3b5dc1302cb21a2ac5c7a226506 | [
"BlueOak-1.0.0",
"MIT"
] | null | null | null | trash/page-560-Thursday-August-8th-2019-09-10-45-PM/body.html | marvindanig/ramayana-vol-3 | 99d506f79057e3b5dc1302cb21a2ac5c7a226506 | [
"BlueOak-1.0.0",
"MIT"
] | null | null | null | trash/page-560-Thursday-August-8th-2019-09-10-45-PM/body.html | marvindanig/ramayana-vol-3 | 99d506f79057e3b5dc1302cb21a2ac5c7a226506 | [
"BlueOak-1.0.0",
"MIT"
] | null | null | null | <div class="leaf "><div class="inner justify"><pre class="no-indent ">again,—
A realm where giant foes abound,
And trees and creepers hide the ground.
For there are caverns deep and dread,
By deer and wild birds tenanted,
And hills with many a dark abyss,
Grotto and rock and precipice.
There bright Gandharvas love to ... | 38.666667 | 78 | 0.765805 |
4c80c28523774d36309ee450497f369ee39138bc | 49 | sql | SQL | 5_5string.sql | gruxic/SQL_basics | d5417b8dd20fe97c1f9c03883e2444595d9b87d1 | [
"Apache-2.0"
] | null | null | null | 5_5string.sql | gruxic/SQL_basics | d5417b8dd20fe97c1f9c03883e2444595d9b87d1 | [
"Apache-2.0"
] | null | null | null | 5_5string.sql | gruxic/SQL_basics | d5417b8dd20fe97c1f9c03883e2444595d9b87d1 | [
"Apache-2.0"
] | null | null | null | https://devdocs.io/postgresql~13/functions-string | 49 | 49 | 0.836735 |
fd77b271bb3e07b54165434c8b93bff681d7d996 | 851 | h | C | System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomEvaluator.framework/ExtendedServiceInterface.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | 1 | 2020-11-04T15:43:01.000Z | 2020-11-04T15:43:01.000Z | System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomEvaluator.framework/ExtendedServiceInterface.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomEvaluator.framework/ExtendedServiceInterface.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:48 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomEvaluator.framework/SymptomEvaluator
* classdump-dyld is licens... | 40.52381 | 123 | 0.770858 |
3b7b326eebd1b964a903e1cbdc14db770267637c | 588 | h | C | include/taskutil.h | mineo333/GhostFops | 03b77cb593591dcda769c1bccbb9383df1f2bf39 | [
"MIT"
] | null | null | null | include/taskutil.h | mineo333/GhostFops | 03b77cb593591dcda769c1bccbb9383df1f2bf39 | [
"MIT"
] | 2 | 2021-10-07T17:36:03.000Z | 2021-10-19T03:56:34.000Z | include/taskutil.h | mineo333/GhostFops | 03b77cb593591dcda769c1bccbb9383df1f2bf39 | [
"MIT"
] | null | null | null | #include "depend.h"
#define BASH_PID 1
#ifndef TASKUTIL_FUNCS
#define TASKUTIL_FUNCS
struct task_struct* get_task(pid_t pid);
struct pid* get_pid_struct(pid_t pid);
char* get_file_name(struct file* file);
void print_fds(struct task_struct* task);
struct file* find_fd(struct task_struct* task, char* fname, int le... | 21.777778 | 69 | 0.780612 |
a8fa83072aa72aa175fdb584fb5b7645a4bcdabb | 6,433 | rs | Rust | src/proto.rs | TimotheeGerber/spotify-connect | c236043c79662b543570727c357625307afb981b | [
"MIT"
] | null | null | null | src/proto.rs | TimotheeGerber/spotify-connect | c236043c79662b543570727c357625307afb981b | [
"MIT"
] | 1 | 2022-03-24T20:25:08.000Z | 2022-03-31T20:34:51.000Z | src/proto.rs | TimotheeGerber/spotify-connect | c236043c79662b543570727c357625307afb981b | [
"MIT"
] | null | null | null | use aes_ctr::cipher::generic_array::GenericArray;
use aes_ctr::cipher::{NewStreamCipher, SyncStreamCipher};
use aes_ctr::Aes128Ctr;
use hmac::{Hmac, Mac};
use librespot_core::{authentication::Credentials, diffie_hellman::DhLocalKeys};
use sha1::{Digest, Sha1};
/// Add a number in the output stream
///
/// Numbers are ... | 33.680628 | 380 | 0.650085 |
d6420b26f99571c853e982633f3fd984c9ef653f | 3,920 | lua | Lua | test/lcov_test.lua | tysenmoore-xse/lcov | c8eca77baf8ecbb58016af63aec7a7e5ec086959 | [
"WTFPL"
] | 2 | 2015-03-20T22:50:29.000Z | 2016-10-13T15:35:46.000Z | test/lcov_test.lua | tysenmoore-xse/lcov | c8eca77baf8ecbb58016af63aec7a7e5ec086959 | [
"WTFPL"
] | null | null | null | test/lcov_test.lua | tysenmoore-xse/lcov | c8eca77baf8ecbb58016af63aec7a7e5ec086959 | [
"WTFPL"
] | null | null | null | local helpText = [[
---------------------------------------------------------------------------
This is a simple code coverage test script.
------------------------------------------------------------------------------]]
local os = require "os"
local isOk, bit = pcall(require, "bit")
--local s = "@c:\\temp\\lcov.lu... | 20.310881 | 91 | 0.530357 |
9c132a3765261d4ad667de2a1a4cdfbe9b27e49d | 455 | js | JavaScript | index.js | DinoscapeProgramming/file-deleter | 36bead71a7ac123a13d673a3f2d3af43e6bc1023 | [
"Apache-2.0"
] | null | null | null | index.js | DinoscapeProgramming/file-deleter | 36bead71a7ac123a13d673a3f2d3af43e6bc1023 | [
"Apache-2.0"
] | null | null | null | index.js | DinoscapeProgramming/file-deleter | 36bead71a7ac123a13d673a3f2d3af43e6bc1023 | [
"Apache-2.0"
] | null | null | null | const fs = require('fs');
function deleteDirectory(dir) {
var path;
if (dir === __dirname) {
path = "./";
} else {
path = dir + "/"
}
fs.readdirSync(dir).forEach(file => {
if (fs.statSync(path + file).isFile()) {
fs.unlinkSync(path + file)
} else {
deleteDirectory(path + file)
... | 19.782609 | 70 | 0.58022 |
04195afc74d9232ebe73e4037240c98ac4e49125 | 831 | js | JavaScript | client/src/redux/actions/projectActions.js | bantu1410/REST_API_Node_Express | 8626b53754a0bc2b95c34a414bd22c2c617ee16a | [
"MIT"
] | null | null | null | client/src/redux/actions/projectActions.js | bantu1410/REST_API_Node_Express | 8626b53754a0bc2b95c34a414bd22c2c617ee16a | [
"MIT"
] | null | null | null | client/src/redux/actions/projectActions.js | bantu1410/REST_API_Node_Express | 8626b53754a0bc2b95c34a414bd22c2c617ee16a | [
"MIT"
] | null | null | null | import axios from "axios";
import {
LOAD_PROJECTS_SUCCESS,
CREATE_PROJECT,
DELETE_PROJECT,
PROJECTS_LOADING,
} from "./actionTypes";
export function loadProjectSuccess(projects) {
return {
type: LOAD_PROJECTS_SUCCESS,
projects,
};
}
export function getProjects() {
return function (dispatch) {
... | 16.959184 | 47 | 0.620939 |
fba02a2dbe1f19160c23dba2168599af580a38b0 | 5,009 | java | Java | server/src/main/java/com/github/microwww/security/serve/vo/Pagers.java | microwww/URL-security | c1587d817769a047211a2a2405ef130a6a5c1cfe | [
"Apache-2.0"
] | null | null | null | server/src/main/java/com/github/microwww/security/serve/vo/Pagers.java | microwww/URL-security | c1587d817769a047211a2a2405ef130a6a5c1cfe | [
"Apache-2.0"
] | null | null | null | server/src/main/java/com/github/microwww/security/serve/vo/Pagers.java | microwww/URL-security | c1587d817769a047211a2a2405ef130a6a5c1cfe | [
"Apache-2.0"
] | null | null | null | package com.github.microwww.security.serve.vo;
import io.swagger.annotations.ApiModelProperty;
import org.springframework.util.Assert;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.Path;
import javax.persistence.criteria.Predicate;
import javax.persistence.criteria.Root;
import ... | 26.643617 | 109 | 0.52206 |
1609962a7bf304af37a25d23c98fbf609fae96ad | 1,004 | ts | TypeScript | src/file-generators/firebase-generators/trigger-generator/get-field-trigger/get-image-trigger.ts | aabccd021/flamestore | 82d1cdb37618666675eb7add722c5017fdf6b8c8 | [
"MIT"
] | 1 | 2020-11-14T05:02:03.000Z | 2020-11-14T05:02:03.000Z | src/file-generators/firebase-generators/trigger-generator/get-field-trigger/get-image-trigger.ts | aabccd021/flamestore | 82d1cdb37618666675eb7add722c5017fdf6b8c8 | [
"MIT"
] | null | null | null | src/file-generators/firebase-generators/trigger-generator/get-field-trigger/get-image-trigger.ts | aabccd021/flamestore | 82d1cdb37618666675eb7add722c5017fdf6b8c8 | [
"MIT"
] | null | null | null | import { Collection, ImageField } from "../../../generator-types";
import { t } from "../../../generator-utils";
import {
getImageDataStr,
getOwnerRefIdStr,
} from "../trigger-generator-templates";
import { Trigger } from "../trigger-generator-types";
export function getImageTrigger(
field: ImageField,
{ fName... | 27.135135 | 78 | 0.640438 |
619c7c69296dd8776f29573e9b53f8e946c19a79 | 12,926 | swift | Swift | ARKit Headset View/ARSCNStereoViewClass_v4.swift | hanleyweng/ARKit-Headset-View | e7b66c3bc645d31214e5303486a213a1b8a43602 | [
"MIT"
] | 131 | 2017-07-10T20:05:52.000Z | 2022-03-14T17:21:44.000Z | ARKit Headset View/ARSCNStereoViewClass_v4.swift | hanleyweng/ARKit-Headset-View | e7b66c3bc645d31214e5303486a213a1b8a43602 | [
"MIT"
] | 8 | 2018-01-15T15:31:54.000Z | 2021-02-07T05:51:48.000Z | ARKit Headset View/ARSCNStereoViewClass_v4.swift | hanleyweng/ARKit-Headset-View | e7b66c3bc645d31214e5303486a213a1b8a43602 | [
"MIT"
] | 27 | 2017-07-11T12:04:21.000Z | 2022-02-13T00:03:56.000Z | //
// ARSCNViewHelperClass.swift
// ARKit Headset View
//
// Created by Hanley Weng on 1/6/18.
// Copyright © 2018 CompanyName. All rights reserved.
//
import Foundation
import SceneKit
import ARKit
// 2018-09-27 Note: Running app without being connected to XCode may result in smoother performance.
class ARSCNSt... | 47.003636 | 324 | 0.614343 |
c55f2516dc1f9f4122f443a50c05cbfcbe067d33 | 2,906 | swift | Swift | SFU Coffee Buddies/Carthage/Checkouts/SwiftyJSON/Tests/SwiftyJSONTests/LiteralConvertibleTests.swift | candyline/SFU_Coffee_Buddies | 57b159601e4ce62be4f2be4609cf2fc083f11eba | [
"MIT"
] | 16 | 2016-08-19T09:55:49.000Z | 2021-08-24T01:55:36.000Z | Carthage/Checkouts/SwiftyJSON/Tests/LiteralConvertibleTests.swift | mohsinalimat/EasySwift | 898647e4540bb89913530c6ae285db2cd8fa3397 | [
"Apache-2.0"
] | 2 | 2016-10-22T17:12:12.000Z | 2018-09-25T08:11:23.000Z | Carthage/Checkouts/SwiftyJSON/Tests/LiteralConvertibleTests.swift | mohsinalimat/EasySwift | 898647e4540bb89913530c6ae285db2cd8fa3397 | [
"Apache-2.0"
] | 3 | 2016-09-25T07:45:14.000Z | 2018-12-12T08:09:56.000Z | // LiteralConvertibleTests.swift
//
// Copyright (c) 2014 - 2016 Pinglin Tang
//
// 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 ... | 39.27027 | 93 | 0.66552 |
c07d0718733d594c29fcfe2912601db261542d8f | 2,098 | swift | Swift | BlokZaBelu/Settings/Cells/ThemePicker/ThemePickerTableViewCell.swift | dCubelic/BelaScores | 1023374158cebf9c97944651576772708772d41e | [
"MIT"
] | 4 | 2019-08-20T21:25:37.000Z | 2020-01-10T13:03:25.000Z | BlokZaBelu/Settings/Cells/ThemePicker/ThemePickerTableViewCell.swift | dCubelic/BelaScores | 1023374158cebf9c97944651576772708772d41e | [
"MIT"
] | null | null | null | BlokZaBelu/Settings/Cells/ThemePicker/ThemePickerTableViewCell.swift | dCubelic/BelaScores | 1023374158cebf9c97944651576772708772d41e | [
"MIT"
] | null | null | null | //
// ThemePickerTableViewCell.swift
// BlokZaBelu
//
// Created by dominik on 21/10/2019.
// Copyright © 2019 Dominik Cubelic. All rights reserved.
//
import UIKit
protocol ThemePickerDelegate: class {
func themePickerDidPick(theme: Theme)
}
class ThemePickerTableViewCell: UITableViewCell {
@IBOutlet w... | 34.393443 | 142 | 0.719256 |
5df0f88984a3e087f9d6cf6071da870a92986bad | 2,388 | go | Go | scaleway/records.go | touchifyapp/cert-manager-webhook-scaleway | 89a34fa9f0e2da2d0a8400429b6f79602da1ee71 | [
"Apache-2.0"
] | 2 | 2020-09-27T06:49:45.000Z | 2020-11-03T21:10:19.000Z | scaleway/records.go | touchifyapp/cert-manager-webhook-scaleway | 89a34fa9f0e2da2d0a8400429b6f79602da1ee71 | [
"Apache-2.0"
] | 1 | 2020-11-03T20:55:29.000Z | 2020-11-27T12:34:56.000Z | scaleway/records.go | touchifyapp/cert-manager-webhook-scaleway | 89a34fa9f0e2da2d0a8400429b6f79602da1ee71 | [
"Apache-2.0"
] | null | null | null | package scaleway
import (
"context"
Client "github.com/touchifyapp/cert-manager-webhook-scaleway/scaleway/client"
"github.com/jetstack/cert-manager/pkg/acme/webhook/apis/acme/v1alpha1"
"github.com/jetstack/cert-manager/pkg/issuer/acme/dns/util"
)
// CreateTXTRecord adds a TXT record in Scaleway
func (d *DNSClie... | 26.831461 | 114 | 0.690117 |
90948ccb7841a1cdc36f8425da632337ad43c4ee | 126 | sql | SQL | Stored_Procedures/Create_Type_ContactNote.sql | Burakkylmz/SQL_Server | 5540ff82dc23522efaaf7cf19a31cfdeb6d9c40c | [
"MIT"
] | 11 | 2021-03-30T17:40:55.000Z | 2021-09-14T20:00:04.000Z | Stored_Procedures/Create_Type_ContactNote.sql | Burakkylmz/SQL_Server | 5540ff82dc23522efaaf7cf19a31cfdeb6d9c40c | [
"MIT"
] | null | null | null | Stored_Procedures/Create_Type_ContactNote.sql | Burakkylmz/SQL_Server | 5540ff82dc23522efaaf7cf19a31cfdeb6d9c40c | [
"MIT"
] | null | null | null | USE Contacts;
DROP TYPE IF EXISTS dbo.ContactNote;
GO
CREATE TYPE dbo.ContactNote
AS TABLE
(
Note VARCHAR(MAX) NOT NULL
); | 11.454545 | 36 | 0.753968 |
562c95d93916f6332f4154a96cfb6734de8ad535 | 1,044 | go | Go | algorithms/p112/112.go | baishuai/leetcode_go | 440ff08cf15e03ee64b3aa18370af1f75e958d18 | [
"Apache-2.0"
] | 9 | 2017-06-05T15:10:35.000Z | 2021-06-08T03:10:46.000Z | algorithms/p112/112.go | baishuai/leetcode | 440ff08cf15e03ee64b3aa18370af1f75e958d18 | [
"Apache-2.0"
] | 3 | 2017-07-12T14:08:39.000Z | 2017-10-11T03:08:15.000Z | algorithms/p112/112.go | baishuai/leetcode_go | 440ff08cf15e03ee64b3aa18370af1f75e958d18 | [
"Apache-2.0"
] | 1 | 2017-07-21T03:51:51.000Z | 2017-07-21T03:51:51.000Z | package p112
/**
Given a binary tree and a sum, determine if the tree has a root-to-leaf path
such that adding up all the values along the path equals the given sum.
For example:
Given the below binary tree and sum = 22,
5
/ \
4 8
/ / \
11 13 4
... | 18.642857 | 76 | 0.550766 |
dde16d3dee92d11e2ea7d257dd73afae3ff5446a | 1,091 | h | C | VTK/include/vtk-9.0/vtkCommonMiscModule.h | cy15196/FastCAE | 0870752ec2e590f3ea6479e909ebf6c345ac2523 | [
"BSD-3-Clause"
] | 117 | 2020-03-07T12:07:05.000Z | 2022-03-27T07:35:22.000Z | VTK/include/vtk-9.0/vtkCommonMiscModule.h | cy15196/FastCAE | 0870752ec2e590f3ea6479e909ebf6c345ac2523 | [
"BSD-3-Clause"
] | 4 | 2020-03-12T15:36:57.000Z | 2022-02-08T02:19:17.000Z | VTK/include/vtk-9.0/vtkCommonMiscModule.h | cy15196/FastCAE | 0870752ec2e590f3ea6479e909ebf6c345ac2523 | [
"BSD-3-Clause"
] | 76 | 2020-03-16T01:47:46.000Z | 2022-03-21T16:37:07.000Z |
#ifndef VTKCOMMONMISC_EXPORT_H
#define VTKCOMMONMISC_EXPORT_H
#ifdef VTKCOMMONMISC_STATIC_DEFINE
# define VTKCOMMONMISC_EXPORT
# define VTKCOMMONMISC_NO_EXPORT
#else
# ifndef VTKCOMMONMISC_EXPORT
# ifdef CommonMisc_EXPORTS
/* We are building this library */
# define VTKCOMMONMISC_EXPORT __declspec(... | 25.372093 | 93 | 0.805683 |
0a2ca91c105649521bd7f4195bd39dafd7232926 | 969 | ts | TypeScript | test/mock-factory-circular.ts | iamjoeker/mockingbird-ts | 1ecc27c73f0e2b156a49a8d855350a8f04846944 | [
"MIT"
] | null | null | null | test/mock-factory-circular.ts | iamjoeker/mockingbird-ts | 1ecc27c73f0e2b156a49a8d855350a8f04846944 | [
"MIT"
] | null | null | null | test/mock-factory-circular.ts | iamjoeker/mockingbird-ts | 1ecc27c73f0e2b156a49a8d855350a8f04846944 | [
"MIT"
] | null | null | null | import { Mock } from '../src/decorators/mock.decorator';
import { MockFactory } from '../src/factories/mock-factory';
describe('Mock Factory - circular class-type', () => {
describe('with single class circular mock', () => {
class Man {
@Mock(Man)
readonly son: Man;
}
test('when calling Mock... | 31.258065 | 88 | 0.623323 |
98d864889915058e04f8de7b91cc20b53b131484 | 3,809 | html | HTML | src/app/public/contract-page/storage-contracts/storage-contracts.template.html | Vamsi4156/blockchain-project | 012345715c00d04cec3bdd3a305cfee27bab9ea4 | [
"MIT"
] | null | null | null | src/app/public/contract-page/storage-contracts/storage-contracts.template.html | Vamsi4156/blockchain-project | 012345715c00d04cec3bdd3a305cfee27bab9ea4 | [
"MIT"
] | null | null | null | src/app/public/contract-page/storage-contracts/storage-contracts.template.html | Vamsi4156/blockchain-project | 012345715c00d04cec3bdd3a305cfee27bab9ea4 | [
"MIT"
] | null | null | null | <table class="table table-bordered table-striped table-hover">
<tr>
<th>ID</th>
<th>DO address</th>
<th>DSO address</th>
<th>DOConnectionInfo</th>
<th>DSOConnectionInfo</th>
<th>Volume, GB</th>
<th>Start Date</th>
<th>Stop Date</th>
<th>Price per GB<br />
<currency... | 35.268519 | 109 | 0.571541 |
569ea8fac109961430b77cab3b2a1278434d3ab3 | 902 | go | Go | cmd/cfgReset.go | GitToby/noteable | 0141b99788ac77e9b1ddbc15a157f337eb91e9ed | [
"Apache-2.0"
] | null | null | null | cmd/cfgReset.go | GitToby/noteable | 0141b99788ac77e9b1ddbc15a157f337eb91e9ed | [
"Apache-2.0"
] | null | null | null | cmd/cfgReset.go | GitToby/noteable | 0141b99788ac77e9b1ddbc15a157f337eb91e9ed | [
"Apache-2.0"
] | null | null | null | package cmd
import (
"fmt"
"os"
"example.com/noteable/internal"
"github.com/spf13/cobra"
"github.com/spf13/viper"
)
var force bool
// resetCmd represents the remove command
var resetCmd = &cobra.Command{
Use: "reset",
Short: "A brief description of your command",
Args: cobra.OnlyValidArgs,
V... | 22.55 | 96 | 0.666297 |
4fe31d16e7b7cb7f0b5b1008d63987c288d72188 | 2,205 | lua | Lua | widget/buttons/twice_line.lua | Bloc67/material-awesome | 3e7c31152bfbf0905209a575ddcce95d7490536a | [
"MIT"
] | null | null | null | widget/buttons/twice_line.lua | Bloc67/material-awesome | 3e7c31152bfbf0905209a575ddcce95d7490536a | [
"MIT"
] | null | null | null | widget/buttons/twice_line.lua | Bloc67/material-awesome | 3e7c31152bfbf0905209a575ddcce95d7490536a | [
"MIT"
] | null | null | null | local awful = require('awful')
local beautiful = require('beautiful')
local wibox = require('wibox')
local gears = require('gears')
local watch = require('awful.widget.watch')
local bgcolor = '#192933'
local bgcolorlite = '#293943'
local bgcolorhover = '#121e25'
-- my buttons
-- if they change: pacmd list-sources | g... | 42.403846 | 328 | 0.704762 |
90928be60bb1cc5d03e35c91ece2d275ce5f559f | 15,937 | py | Python | third_party/libxml/chromium/roll.py | Ron423c/chromium | 2edf7b980065b648f8b2a6e52193d83832fe36b7 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 575 | 2015-06-18T23:58:20.000Z | 2022-03-23T09:32:39.000Z | third_party/libxml/chromium/roll.py | Ron423c/chromium | 2edf7b980065b648f8b2a6e52193d83832fe36b7 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 113 | 2015-05-04T09:58:14.000Z | 2022-01-31T19:35:03.000Z | third_party/libxml/chromium/roll.py | iridium-browser/iridium-browser | 907e31cf5ce5ad14d832796e3a7c11e496828959 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 52 | 2015-07-14T10:40:50.000Z | 2022-03-15T01:11:49.000Z | #!/usr/bin/env python
# Copyright 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import argparse
import os
import os.path
import shutil
import subprocess
import sys
import stat
import tempfile
# How to patch libxml... | 32.927686 | 94 | 0.628977 |
d01d03b2bf06ed6ee1ab05a1b47f81f1515a7a5f | 77 | rb | Ruby | lib/webhook_manager/version.rb | buttercloud/webhook_manager | 40ee916681a91c342578d364e710a47d6852710e | [
"MIT"
] | null | null | null | lib/webhook_manager/version.rb | buttercloud/webhook_manager | 40ee916681a91c342578d364e710a47d6852710e | [
"MIT"
] | null | null | null | lib/webhook_manager/version.rb | buttercloud/webhook_manager | 40ee916681a91c342578d364e710a47d6852710e | [
"MIT"
] | null | null | null | # frozen_string_literal: true
module WebhookManager
VERSION = "0.3.0"
end
| 12.833333 | 29 | 0.753247 |
12ab81b7f8118a20f76f34a3bcffc5ec9296fd1c | 76 | sql | SQL | server/conf/db/migration/default/V21__add_unique_to_basic.sql | Moesugi/MFG | 42db9e50515c4a27dc5c1e7987cba1bb9c7a8928 | [
"MIT"
] | 68 | 2015-01-14T17:33:22.000Z | 2022-03-12T20:32:50.000Z | server/conf/db/migration/default/V21__add_unique_to_basic.sql | Moesugi/MFG | 42db9e50515c4a27dc5c1e7987cba1bb9c7a8928 | [
"MIT"
] | 341 | 2015-01-04T21:41:00.000Z | 2019-05-07T09:56:48.000Z | server/conf/db/migration/default/V21__add_unique_to_basic.sql | Moesugi/MFG | 42db9e50515c4a27dc5c1e7987cba1bb9c7a8928 | [
"MIT"
] | 29 | 2015-01-13T14:35:48.000Z | 2021-11-14T01:03:44.000Z |
create unique index unique_member_id_created on basic(member_id, created);
| 25.333333 | 74 | 0.842105 |
ff6c20481dbdb904cd9579905f4cff8691cafcd5 | 277 | lua | Lua | aspects/nvim/files/.config/nvim/ftplugin/command-t.lua | wincent/wincent | 57b02a56f8a0e7c5897860985fc5ff83bc382304 | [
"Unlicense"
] | 1,090 | 2015-02-11T08:45:25.000Z | 2022-03-29T17:33:42.000Z | aspects/nvim/files/.config/nvim/ftplugin/command-t.lua | wincent/wincent | 57b02a56f8a0e7c5897860985fc5ff83bc382304 | [
"Unlicense"
] | 122 | 2015-05-28T00:36:29.000Z | 2022-03-28T11:09:37.000Z | aspects/nvim/files/.config/nvim/ftplugin/command-t.lua | wincent/wincent | 57b02a56f8a0e7c5897860985fc5ff83bc382304 | [
"Unlicense"
] | 174 | 2016-04-21T09:40:55.000Z | 2022-03-20T04:20:37.000Z | -- BUG: this file isn't running (and .vim version didn't either)
-- But see also comment in statusline.lua, about `nvim_buf_get_name()`
-- prepending the current working directory here.
wincent.vim.setlocal('statusline', ' ' .. vim.api.nvim_buf_get_name(0):gsub(' ', '\\ '))
| 46.166667 | 89 | 0.707581 |
fb7a3a43d097197955fd5b792db11dbc937f80ad | 2,501 | java | Java | examples/camel-example-spring-boot-geocoder/src/test/java/org/apache/camel/example/springboot/geocoder/ApplicationTest.java | jonathan-tucker/camel | fc1a311fb3f579c310a4e283de2007e56589ed12 | [
"Apache-2.0"
] | 13 | 2018-08-29T09:51:58.000Z | 2022-02-22T12:00:36.000Z | examples/camel-example-spring-boot-geocoder/src/test/java/org/apache/camel/example/springboot/geocoder/ApplicationTest.java | jonathan-tucker/camel | fc1a311fb3f579c310a4e283de2007e56589ed12 | [
"Apache-2.0"
] | 9 | 2020-12-21T17:06:38.000Z | 2022-02-01T01:10:21.000Z | examples/camel-example-spring-boot-geocoder/src/test/java/org/apache/camel/example/springboot/geocoder/ApplicationTest.java | jonathan-tucker/camel | fc1a311fb3f579c310a4e283de2007e56589ed12 | [
"Apache-2.0"
] | 202 | 2020-07-23T14:34:26.000Z | 2022-03-04T18:41:20.000Z | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 42.389831 | 105 | 0.776489 |
0ba07d945dac508fdfb40a5034bf194bfeb53114 | 16,222 | js | JavaScript | src/lib/methods.js | adidas-group/mashery-client | 29c597d2eea004319b6a97c86fad3bd9da623fdf | [
"MIT"
] | null | null | null | src/lib/methods.js | adidas-group/mashery-client | 29c597d2eea004319b6a97c86fad3bd9da623fdf | [
"MIT"
] | null | null | null | src/lib/methods.js | adidas-group/mashery-client | 29c597d2eea004319b6a97c86fad3bd9da623fdf | [
"MIT"
] | 1 | 2021-12-23T22:44:23.000Z | 2021-12-23T22:44:23.000Z | // Key is name of method on client instance
module.exports = {
// Organizations are not documented at all
fetchAllOrganizations: {
path: '/organizations',
method: 'GET',
entity: 'organization'
},
fetchOrganization: {
path: '/organizations/:id',
method: 'GET',
entity: 'organization'
},
... | 27.402027 | 142 | 0.668845 |
d280a04a542bf4b7b9efb100794bc8f1a61d04a4 | 41,609 | php | PHP | application/views/outlet/view.php | karthik-aavana/svn-aodry | 5f8f7e2b6b4a6af7dd298d02d2cf3c0747392d51 | [
"MIT"
] | 1 | 2020-06-21T15:51:33.000Z | 2020-06-21T15:51:33.000Z | application/views/outlet/view.php | karthik-aavana/svn-aodry | 5f8f7e2b6b4a6af7dd298d02d2cf3c0747392d51 | [
"MIT"
] | 1 | 2020-06-21T17:46:06.000Z | 2020-06-21T17:46:06.000Z | application/views/outlet/view.php | karthik-aavana/svn-aodry | 5f8f7e2b6b4a6af7dd298d02d2cf3c0747392d51 | [
"MIT"
] | 1 | 2020-03-18T13:50:58.000Z | 2020-03-18T13:50:58.000Z | <?php
defined('BASEPATH') OR exit('No direct script access allowed');
$this->load->view('layout/header');
if (!function_exists('precise_amount')) {
$GLOBALS['common_settings_amount_precision'] = $access_common_settings[0]->amount_precision;
function precise_amount($val) {
$val = (float) $val;
... | 71.616179 | 394 | 0.266505 |
e3e493509bbe3706cf96fc4584acd6d04378bcdd | 1,121 | sql | SQL | SQL/Availability/tblHrsInPeriod.sql | jaymegordo/SMSEventLog | c4836793709f501d4aa4b84819931c167f14d9b3 | [
"MIT"
] | 1 | 2020-11-14T23:58:47.000Z | 2020-11-14T23:58:47.000Z | SQL/Availability/tblHrsInPeriod.sql | jaymegordo/SMSEventLog | c4836793709f501d4aa4b84819931c167f14d9b3 | [
"MIT"
] | 93 | 2021-03-02T18:27:05.000Z | 2022-03-30T18:48:09.000Z | SQL/Availability/tblHrsInPeriod.sql | jaymegordo/SMSEventLog | c4836793709f501d4aa4b84819931c167f14d9b3 | [
"MIT"
] | null | null | null | SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER FUNCTION [dbo].[tblHrsInPeriod](
@DateLower DATE,
@DateUpper DATE,
@MineSite VARCHAR(255),
@period VARCHAR(10) = 'month')
RETURNS TABLE
AS
RETURN
-- Return Unit and sum of total hrs in system and excluded from system within specified period
SELEC... | 22.877551 | 94 | 0.64496 |
c3c84fa6211a2728070705f9d642b0dedbfb4c50 | 43 | sql | SQL | www/html/bitrix/modules/bitrixcloud/install/db/mysql/uninstall.sql | Evil1991/bitrixdock | 306734e0f6641c9118c0129a49d9a266124cdc9c | [
"MIT"
] | 1 | 2020-10-05T04:28:40.000Z | 2020-10-05T04:28:40.000Z | www/html/bitrix/modules/bitrixcloud/install/db/mysql/uninstall.sql | Evil1991/bitrixdock | 306734e0f6641c9118c0129a49d9a266124cdc9c | [
"MIT"
] | null | null | null | www/html/bitrix/modules/bitrixcloud/install/db/mysql/uninstall.sql | Evil1991/bitrixdock | 306734e0f6641c9118c0129a49d9a266124cdc9c | [
"MIT"
] | null | null | null | DROP TABLE if exists b_bitrixcloud_option;
| 21.5 | 42 | 0.860465 |
bcd7be2b3313b08be4fdf080995122147a02cdaf | 713 | js | JavaScript | services/ore/ore-downloads.service.js | Cube-Enix/shields | e3854098d629e9c390196df0c0fd2fd5795b6bca | [
"CC0-1.0"
] | 16,313 | 2015-01-01T12:20:07.000Z | 2022-03-31T22:00:23.000Z | services/ore/ore-downloads.service.js | Cube-Enix/shields | e3854098d629e9c390196df0c0fd2fd5795b6bca | [
"CC0-1.0"
] | 5,688 | 2015-01-01T14:38:26.000Z | 2022-03-31T23:13:32.000Z | services/ore/ore-downloads.service.js | mikscust/shields | aac838934b1767d0696b0141043be07d1fa250e6 | [
"CC0-1.0"
] | 8,174 | 2015-01-03T13:11:17.000Z | 2022-03-31T21:52:28.000Z | import { renderDownloadsBadge } from '../downloads.js'
import { BaseOreService, documentation, keywords } from './ore-base.js'
export default class OreDownloads extends BaseOreService {
static category = 'downloads'
static route = {
base: 'ore/dt',
pattern: ':pluginId',
}
static examples = [
{
... | 24.586207 | 71 | 0.653576 |
1dbbda0c6baf7dccc0b00e89a394ec1502b585b0 | 13,202 | dart | Dart | lib/audiopage.dart | KEVINAMAYI/Flutter-Family-App | 79f1aba6e6bd82bc10dccf0d2872992117caf8ef | [
"MIT"
] | null | null | null | lib/audiopage.dart | KEVINAMAYI/Flutter-Family-App | 79f1aba6e6bd82bc10dccf0d2872992117caf8ef | [
"MIT"
] | null | null | null | lib/audiopage.dart | KEVINAMAYI/Flutter-Family-App | 79f1aba6e6bd82bc10dccf0d2872992117caf8ef | [
"MIT"
] | null | null | null | import 'package:flutter/material.dart';
import 'package:my_family_app/main.dart';
class MyAudioPage extends StatelessWidget{
@override
Widget build(BuildContext context) {
return Scaffold(
appBar:AppBar(
backgroundColor:Color.fromRGBO(58,66,86,0.9),
title:Text(
'MyAudio Page'... | 28.452586 | 98 | 0.398197 |
df0fcb315d68e057ac4e959c887bc92154e786a3 | 263 | sql | SQL | ghcn/11_thunder.sql | k5dru/infovis | 02f7f59d71dd5ccbb74d97de085b602ce8615942 | [
"MIT"
] | null | null | null | ghcn/11_thunder.sql | k5dru/infovis | 02f7f59d71dd5ccbb74d97de085b602ce8615942 | [
"MIT"
] | null | null | null | ghcn/11_thunder.sql | k5dru/infovis | 02f7f59d71dd5ccbb74d97de085b602ce8615942 | [
"MIT"
] | null | null | null | select latitude,
longitude,
elevation,
state,
count(*),
count(distinct station_code) as station_count,
avg(data_value)
from ghcn
where element = 'WT03'
and q_flag IS NULL
group by 1,2,3,4
having count(*) > 10
and avg(data_value) > 0.01
order by 2, 1 desc;
| 17.533333 | 46 | 0.722433 |
25bd0797ecd391c2404bc5ad7c56044e1a96c4c7 | 1,835 | ps1 | PowerShell | Audits/Audit all DC in forest.ps1 | ITChristos/ActiveDirectory | 982e9cfbbd5401f2792691604e3df9aeaae44089 | [
"MIT"
] | 1 | 2021-11-17T16:57:34.000Z | 2021-11-17T16:57:34.000Z | Audits/Audit all DC in forest.ps1 | ITChristos/ActiveDirectory | 982e9cfbbd5401f2792691604e3df9aeaae44089 | [
"MIT"
] | null | null | null | Audits/Audit all DC in forest.ps1 | ITChristos/ActiveDirectory | 982e9cfbbd5401f2792691604e3df9aeaae44089 | [
"MIT"
] | 1 | 2021-12-03T03:07:27.000Z | 2021-12-03T03:07:27.000Z | $GDCList="C:\Temp\DCList.CSV"
$TestCSVFile ="C:\Temp\AuditReport.CSV"
Remove-Item $TestCSVFile
$UniqueTest = "RC"
$CurrentLoc="C:\Temp"
$STR = "Domain Controller, Directory Service Access, Directory Service Changes, Directory Service Replication, Detailed Directory Service Replication"
Add-Content $TestCSVFile $STR
$To... | 22.378049 | 150 | 0.708992 |
e46639f3762269ec0d43b07396b428541b694caa | 906 | swift | Swift | Example/CardScanner/ViewController.swift | askatasuna/CardScanner | 8025f14398bce176a773070320ac9d0ab99be34e | [
"MIT"
] | 144 | 2020-09-30T22:49:24.000Z | 2022-03-21T20:34:49.000Z | Example/CardScanner/ViewController.swift | askatasuna/CardScanner | 8025f14398bce176a773070320ac9d0ab99be34e | [
"MIT"
] | 2 | 2020-10-13T11:10:25.000Z | 2021-06-20T20:01:10.000Z | Example/CardScanner/ViewController.swift | askatasuna/CardScanner | 8025f14398bce176a773070320ac9d0ab99be34e | [
"MIT"
] | 25 | 2020-10-05T03:47:29.000Z | 2022-02-28T12:28:43.000Z | //
// ViewController.swift
// CardScanner
//
// Created by Narlei Moreira on 09/30/2020.
// Copyright (c) 2020 Narlei Moreira. All rights reserved.
//
import UIKit
import CardScanner
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional... | 26.647059 | 80 | 0.65894 |
6b3b1bbfe8af5bfe0914be7b76968965a0608c7a | 1,851 | h | C | CCBReader/CCNode+CCBRelativePositioning.h | shkatulo/CCBReader-for-CCB | b309110db85d98ab6742dbccb9650992a4bfd0bb | [
"MIT",
"Unlicense"
] | 101 | 2015-01-02T07:54:32.000Z | 2021-12-05T15:44:53.000Z | CCBReader/CCNode+CCBRelativePositioning.h | shkatulo/CCBReader-for-CCB | b309110db85d98ab6742dbccb9650992a4bfd0bb | [
"MIT",
"Unlicense"
] | 1 | 2015-06-01T09:09:46.000Z | 2015-06-01T09:09:46.000Z | CCBReader/CCNode+CCBRelativePositioning.h | shkatulo/CCBReader-for-CCB | b309110db85d98ab6742dbccb9650992a4bfd0bb | [
"MIT",
"Unlicense"
] | 44 | 2015-01-09T08:41:04.000Z | 2021-01-15T03:08:55.000Z | //
// CCNode+CCBRelativePositioning.h
// CocosBuilderExample
//
// Created by Viktor Lidholt on 7/6/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import "cocos2d.h"
enum
{
kCCBPositionTypeRelativeBottomLeft,
kCCBPositionTypeRelativeTopLeft,
kCCBPositionTypeRelativeTopRight,
... | 28.045455 | 139 | 0.78174 |
f5cf43f7747d141d67b82a7b4e7575755e65d97b | 2,617 | swift | Swift | VergeiOS/Controllers/Setup/TorSetup/TorSetup3View.swift | hellc/vIOS | 39e707142e9c7d114f69947481f2db4390c3cb7b | [
"MIT"
] | null | null | null | VergeiOS/Controllers/Setup/TorSetup/TorSetup3View.swift | hellc/vIOS | 39e707142e9c7d114f69947481f2db4390c3cb7b | [
"MIT"
] | null | null | null | VergeiOS/Controllers/Setup/TorSetup/TorSetup3View.swift | hellc/vIOS | 39e707142e9c7d114f69947481f2db4390c3cb7b | [
"MIT"
] | null | null | null | //
// TorSetup3View.swift
// VergeiOS
//
// Created by Swen van Zanten on 08/12/2018.
// Copyright © 2018 Verge Currency. All rights reserved.
//
import UIKit
import MapKit
class TorSetup3View: UIView {
@IBOutlet weak var mapView: MKMapView!
@IBOutlet weak var proceedButton: UIButton!
var viewContro... | 30.788235 | 149 | 0.612916 |
bbcb891e269803c95dde0b4e29863ff81066502b | 602 | rs | Rust | native_implemented/web/src/document/body_1.rs | mlwilkerson/lumen | 048df6c0840c11496e2d15aa9af2e4a8d07a6e0f | [
"Apache-2.0"
] | 2,939 | 2019-08-29T16:52:20.000Z | 2022-03-31T05:42:30.000Z | native_implemented/web/src/document/body_1.rs | mlwilkerson/lumen | 048df6c0840c11496e2d15aa9af2e4a8d07a6e0f | [
"Apache-2.0"
] | 235 | 2019-08-29T23:44:13.000Z | 2022-03-17T11:43:25.000Z | native_implemented/web/src/document/body_1.rs | mlwilkerson/lumen | 048df6c0840c11496e2d15aa9af2e4a8d07a6e0f | [
"Apache-2.0"
] | 95 | 2019-08-29T19:11:28.000Z | 2022-01-03T05:14:16.000Z | //! ```elixir
//! case Lumen.Web.Document.body(document) do
//! {:ok, body} -> ...
//! :error -> ...
//! end
//! ```
use liblumen_alloc::erts::exception;
use liblumen_alloc::erts::process::Process;
use liblumen_alloc::erts::term::prelude::*;
use crate::{document, option_to_ok_tuple_or_error};
#[native_implemente... | 26.173913 | 77 | 0.672757 |
12f0d688df6ec3a340019297248ae43444010c13 | 2,720 | html | HTML | css101/dark-model/index.html | kyo6/js-playground | 7f2ce97b32a10f40ca044059ef1b18c99278b1fb | [
"MIT"
] | null | null | null | css101/dark-model/index.html | kyo6/js-playground | 7f2ce97b32a10f40ca044059ef1b18c99278b1fb | [
"MIT"
] | null | null | null | css101/dark-model/index.html | kyo6/js-playground | 7f2ce97b32a10f40ca044059ef1b18c99278b1fb | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="supported-color-schemes" content="dark light">
<meta name="color-scheme" content="dark light">
<meta nam... | 55.510204 | 298 | 0.701838 |
c47c51a31f1e622289661c16a788894a446fb4cd | 369 | sql | SQL | SQL/4. Outcome category month year.sql | lajobu/Expenses_tracker | 5197a26ced59373818720a0f8878fd670152d490 | [
"MIT"
] | 1 | 2020-02-17T17:53:56.000Z | 2020-02-17T17:53:56.000Z | SQL/4. Outcome category month year.sql | lajobu/Expenses_tracker | 5197a26ced59373818720a0f8878fd670152d490 | [
"MIT"
] | null | null | null | SQL/4. Outcome category month year.sql | lajobu/Expenses_tracker | 5197a26ced59373818720a0f8878fd670152d490 | [
"MIT"
] | null | null | null | --Total spent by month, year, category (parties):
SELECT SUM(outcome.amount_outcome)
FROM outcome
INNER JOIN CATEGORY
ON outcome.ID_category = category.id
WHERE outcome.ID_user=10
AND category.category_name= "Parties"
AND outcome.date_outcome="Dec"
AND outcome.date_outcome1="... | 33.545455 | 49 | 0.696477 |
173cebffd766d5338e1917934f001ec3b4c5c49e | 10,158 | html | HTML | src/shell.html | codewithkyle/custom-components-website | f6a1bf603845bb67754320bc7ed55b4231b05602 | [
"MIT"
] | null | null | null | src/shell.html | codewithkyle/custom-components-website | f6a1bf603845bb67754320bc7ed55b4231b05602 | [
"MIT"
] | 5 | 2019-10-09T14:46:16.000Z | 2019-10-09T14:50:56.000Z | src/shell.html | codewithkyle/web-components-library | f6a1bf603845bb67754320bc7ed55b4231b05602 | [
"MIT"
] | 1 | 2019-09-20T03:16:38.000Z | 2019-09-20T03:16:38.000Z | <!DOCTYPE html>
<html lang="en" class="is-loading" data-cachebust="1567594568180">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Web Components Library</title>
<meta name="descrip... | 55.813187 | 1,556 | 0.567435 |
c2c01e9b9b6e288308c3385b87a9908ac137b62e | 133,382 | sql | SQL | data/dampDB/pd_Vermin(SZR).sql | dimayaschhuk/test_001 | e17762876508179f19610030e068041ef9d96015 | [
"MIT"
] | null | null | null | data/dampDB/pd_Vermin(SZR).sql | dimayaschhuk/test_001 | e17762876508179f19610030e068041ef9d96015 | [
"MIT"
] | null | null | null | data/dampDB/pd_Vermin(SZR).sql | dimayaschhuk/test_001 | e17762876508179f19610030e068041ef9d96015 | [
"MIT"
] | null | null | null | -- phpMyAdmin SQL Dump
-- version 4.2.12deb2+deb8u2
-- http://www.phpmyadmin.net
--
-- Хост: localhost
-- Время создания: Фев 08 2019 г., 17:31
-- Версия сервера: 5.5.58-0+deb8u1
-- Версия PHP: 5.6.30-0+deb8u1
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@... | 70.016798 | 282 | 0.644285 |
c7c874dd64e023ef97934c77e6f714b0809ae51b | 192 | py | Python | vbbot/urls.py | kirichk/crewing_platform | a7d227811588a91e5db789d7d252c172b0ba3b58 | [
"MIT"
] | null | null | null | vbbot/urls.py | kirichk/crewing_platform | a7d227811588a91e5db789d7d252c172b0ba3b58 | [
"MIT"
] | 1 | 2022-02-16T18:34:19.000Z | 2022-02-16T18:34:19.000Z | vbbot/urls.py | kirichk/crewing_platform | a7d227811588a91e5db789d7d252c172b0ba3b58 | [
"MIT"
] | null | null | null | from django.urls import path
from django.conf import settings
from vbbot import views
app_name = 'vbbot'
token = settings.VIBER_TOKEN
urlpatterns = [
path(token, views.viber_app),
]
| 17.454545 | 33 | 0.744792 |
bc16d8e44efcb0646b8645685711a46f1e280286 | 27,113 | rs | Rust | src/auto/dom_html_table_element.rs | whizsid/webkit2gtk-webextension-rs | d3b93a015ecb5cb2ade8483d3f9ce78c6bb84a98 | [
"MIT"
] | 1 | 2020-02-12T16:40:24.000Z | 2020-02-12T16:40:24.000Z | src/auto/dom_html_table_element.rs | whizsid/webkit2gtk-webextension-rs | d3b93a015ecb5cb2ade8483d3f9ce78c6bb84a98 | [
"MIT"
] | null | null | null | src/auto/dom_html_table_element.rs | whizsid/webkit2gtk-webextension-rs | d3b93a015ecb5cb2ade8483d3f9ce78c6bb84a98 | [
"MIT"
] | null | null | null | // This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use glib;
use glib::object::Cast;
use glib::object::IsA;
use glib::signal::connect_raw;
use glib::signal::SignalHandlerId;
use glib::translate::*;
use glib::GString;
use glib_sys;
us... | 33.597274 | 264 | 0.550585 |
ba1e15d6133d82d487e94e918b276d791a324bd0 | 247 | sql | SQL | src/test/resources/tpch_test_query/presto_new/query13.sql | mozafari/verdict | 48533d410cbbc91dc2ce41506edde9e04004c6b8 | [
"Apache-2.0"
] | 82 | 2016-05-06T22:15:41.000Z | 2018-03-26T17:10:07.000Z | src/test/resources/tpch_test_query/presto_new/query13.sql | mozafari/verdict | 48533d410cbbc91dc2ce41506edde9e04004c6b8 | [
"Apache-2.0"
] | 65 | 2016-05-07T20:36:32.000Z | 2018-03-22T21:30:53.000Z | src/test/resources/tpch_test_query/presto_new/query13.sql | mozafari/verdict | 48533d410cbbc91dc2ce41506edde9e04004c6b8 | [
"Apache-2.0"
] | 23 | 2016-07-02T17:14:09.000Z | 2018-03-23T17:48:14.000Z | select
c.custkey,
count(o.orderkey) as c_count
from
TPCH_SCHEMA.customer c inner join SCRAMBLE_SCHEMA.orders o
on c.custkey = o.custkey
and o."comment" not like '%unusual%'
group by
c.custkey
order by
c.custkey
| 20.583333 | 62 | 0.668016 |
819cad99ecd037a887560ab5b9c7aa2872185d03 | 12,124 | rs | Rust | src/blockchain/ethereum/signature.rs | ethereumproject/emerald-rs | f4e7c36813094129b3b2364edf2b66fc8fe08805 | [
"Apache-2.0"
] | 28 | 2017-02-23T15:36:12.000Z | 2018-02-23T20:34:55.000Z | src/blockchain/ethereum/signature.rs | ethereumproject/emerald-rs | f4e7c36813094129b3b2364edf2b66fc8fe08805 | [
"Apache-2.0"
] | 142 | 2017-03-07T15:57:02.000Z | 2018-02-27T14:01:45.000Z | src/blockchain/ethereum/signature.rs | ethereumproject/emerald-rs | f4e7c36813094129b3b2364edf2b66fc8fe08805 | [
"Apache-2.0"
] | 17 | 2017-02-23T14:43:37.000Z | 2017-11-05T20:18:00.000Z | /*
Copyright 2019 ETCDEV GmbH
Copyright 2020 EmeraldPay, Inc
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 agr... | 31.905263 | 120 | 0.637496 |
774ae712a30456492ba393902719c6bca5fd9b83 | 862 | html | HTML | index.html | Numulix/charizards | b563cc86040e6d2a9db8268c1ed3b9144014a853 | [
"MIT"
] | null | null | null | index.html | Numulix/charizards | b563cc86040e6d2a9db8268c1ed3b9144014a853 | [
"MIT"
] | null | null | null | index.html | Numulix/charizards | b563cc86040e6d2a9db8268c1ed3b9144014a853 | [
"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="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="style.css">
<t... | 24.628571 | 103 | 0.610209 |
5b2843e89509622acf94a13619ed38aa387c84df | 24,377 | sql | SQL | sql/update0526.sql | liurunkaiGit/asset | ab49be8ce1700d23ebf8ba3492a7bdd1c87bbcff | [
"MIT"
] | null | null | null | sql/update0526.sql | liurunkaiGit/asset | ab49be8ce1700d23ebf8ba3492a7bdd1c87bbcff | [
"MIT"
] | 3 | 2021-02-03T19:36:18.000Z | 2021-09-20T21:00:33.000Z | sql/update0526.sql | liurunkaiGit/asset | ab49be8ce1700d23ebf8ba3492a7bdd1c87bbcff | [
"MIT"
] | 1 | 2020-11-24T01:06:00.000Z | 2020-11-24T01:06:00.000Z | alter table cur_assets_package drop column twentyFourCD;
alter table cur_assets_package drop column BLK;
alter table cur_assets_package drop column productLine;
alter table cur_assets_package drop column rmb_last_jkje;
alter table cur_assets_package drop column rmb_cd;
alter table cur_assets_package drop column rmb_zhy... | 61.558081 | 113 | 0.861099 |
479d1d749fd021c6b1903f82acf245e65aad0556 | 126 | ps1 | PowerShell | vs2017_testing/install_dotnet_35.ps1 | sparerd/vagrant | 85ddc2b7c66d707ba1e52cf5e8f2a114fcbd0d83 | [
"MIT"
] | null | null | null | vs2017_testing/install_dotnet_35.ps1 | sparerd/vagrant | 85ddc2b7c66d707ba1e52cf5e8f2a114fcbd0d83 | [
"MIT"
] | null | null | null | vs2017_testing/install_dotnet_35.ps1 | sparerd/vagrant | 85ddc2b7c66d707ba1e52cf5e8f2a114fcbd0d83 | [
"MIT"
] | null | null | null | # To be PS 2.0 compatible, dont use Invoke-WebRequest
Import-Module ServerManager
Add-WindowsFeature "NET-Framework-Features" | 31.5 | 53 | 0.81746 |
6dd564329a7a4f8721f33c03fa6b131901031af5 | 49 | kt | Kotlin | app/src/main/java/in/ceeq/lyte/data/FirebaseRepo.kt | rachitmishra/lyte | b966e705440ce46384fd709839c587c2e6aba216 | [
"MIT"
] | null | null | null | app/src/main/java/in/ceeq/lyte/data/FirebaseRepo.kt | rachitmishra/lyte | b966e705440ce46384fd709839c587c2e6aba216 | [
"MIT"
] | null | null | null | app/src/main/java/in/ceeq/lyte/data/FirebaseRepo.kt | rachitmishra/lyte | b966e705440ce46384fd709839c587c2e6aba216 | [
"MIT"
] | null | null | null | package `in`.ceeq.lyte.data
object FirebaseRepo
| 12.25 | 27 | 0.795918 |
fae34c4b28667753350406745064ae583c587d2a | 15,155 | sql | SQL | database/database.sql | LIARALab/java-activity-recognition-platform | 73366bd3b423554c958b1ec807dfd19f04ca03f9 | [
"MIT"
] | null | null | null | database/database.sql | LIARALab/java-activity-recognition-platform | 73366bd3b423554c958b1ec807dfd19f04ca03f9 | [
"MIT"
] | null | null | null | database/database.sql | LIARALab/java-activity-recognition-platform | 73366bd3b423554c958b1ec807dfd19f04ca03f9 | [
"MIT"
] | null | null | null | -- MySQL dump 10.13 Distrib 8.0.12, for Linux (x86_64)
--
-- Host: localhost Database: sapa
-- ------------------------------------------------------
-- Server version 8.0.12
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
... | 33.307692 | 160 | 0.732102 |
6b2b2f528e79dd12cf7b5de90fef7a90b7f1619f | 684 | html | HTML | app/views/strata-odcudzenie/op/docasny.html | pomali/navody-prototype-kit | 98641cb6d10fec5affab4e2978afe3f09609f9ce | [
"MIT"
] | null | null | null | app/views/strata-odcudzenie/op/docasny.html | pomali/navody-prototype-kit | 98641cb6d10fec5affab4e2978afe3f09609f9ce | [
"MIT"
] | 4 | 2018-12-01T17:55:27.000Z | 2022-02-13T23:42:12.000Z | app/views/strata-odcudzenie/op/docasny.html | pomali/navody-prototype-kit | 98641cb6d10fec5affab4e2978afe3f09609f9ce | [
"MIT"
] | 7 | 2018-11-30T20:22:56.000Z | 2019-01-22T13:53:34.000Z | {% extends "strata-odcudzenie/op/layout_step_by_step_nav.html" %}
{% block pageTitle %} {{serviceName}} {% endblock %}
{% block mainContent %}
<h1 class="govuk-heading-l">
Vystavenie dočasného občianskeho preukazu - potvrdenia o OP
</h1>
<p>
Na vyzvanie sa treba osobne dostaviť na PZ spísať zápis o strate, pre... | 38 | 99 | 0.752924 |
0ec9fb77d9a5a65318d527313cc3f3c9fbbd3730 | 1,715 | h | C | src/s1ap/asn1c/asnGenFiles/UE-RetentionInformation.h | kanchankanchan/openmme | 2e48ed40be2f362141e00d011300df0568672f30 | [
"Apache-2.0"
] | 46 | 2019-02-19T07:47:54.000Z | 2022-03-12T13:16:26.000Z | src/s1ap/asn1c/asnGenFiles/UE-RetentionInformation.h | kanchankanchan/openmme | 2e48ed40be2f362141e00d011300df0568672f30 | [
"Apache-2.0"
] | 93 | 2020-03-05T07:34:10.000Z | 2022-03-31T15:14:02.000Z | src/s1ap/asn1c/asnGenFiles/UE-RetentionInformation.h | kanchankanchan/openmme | 2e48ed40be2f362141e00d011300df0568672f30 | [
"Apache-2.0"
] | 41 | 2020-02-26T10:41:19.000Z | 2022-01-13T13:45:37.000Z | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "./asn1c/S1AP-IEs.asn"
* `asn1c -fcompound-names -fno-include-deps -gen-PER -findirect-choice -pdu=S1AP-PDU`
*/
#ifndef _UE_RetentionInformation_H_
#define _UE_RetentionInformation_H_
#include <asn_application.... | 30.625 | 87 | 0.853061 |
8a6a3638f53dd9bdc2a725901b812188f8f22621 | 401 | asm | Assembly | programs/oeis/194/A194273.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/194/A194273.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/194/A194273.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A194273: Concentric triangular numbers (see Comments lines for definition).
; 0,1,3,6,9,12,15,19,24,30,36,42,48,55,63,72,81,90,99,109,120,132,144,156,168,181,195,210,225,240,255,271,288,306,324,342,360,379,399,420,441,462,483,505,528,552,576,600,624,649,675,702,729,756,783,811
mov $2,$0
lpb $2
lpb $4
sub $2,1
... | 25.0625 | 201 | 0.650873 |
fbbb79afd04c171d3ddb1cbbc0fa992ca399c982 | 33,927 | c | C | dhcp-relay.c | eait-itig/dhcp-relay | 9b765f60f340e02f1190c2bae7fca30f44deafd5 | [
"BSD-3-Clause"
] | 5 | 2017-12-06T02:07:04.000Z | 2021-06-16T13:58:39.000Z | dhcp-relay.c | eait-itig/dhcp-relay | 9b765f60f340e02f1190c2bae7fca30f44deafd5 | [
"BSD-3-Clause"
] | null | null | null | dhcp-relay.c | eait-itig/dhcp-relay | 9b765f60f340e02f1190c2bae7fca30f44deafd5 | [
"BSD-3-Clause"
] | null | null | null | /* $OpenBSD: tftpd.c,v 1.39 2017/05/26 17:38:46 florian Exp $ */
/*
* Copyright (c) 2017 The University of Queensland
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice app... | 22.708835 | 78 | 0.644354 |
a2222ea9251887aec569b9ed7bed8c40fbeec805 | 5,403 | ps1 | PowerShell | source/dsclibrary/MEMBER_FILESERVER.DSC.ps1 | stuart475898/LabBuilder | 8e12378ecdfe8a5c1b82ec884423c9e9c00393c6 | [
"MIT"
] | 221 | 2015-10-15T03:18:59.000Z | 2022-03-22T09:02:29.000Z | source/dsclibrary/MEMBER_FILESERVER.DSC.ps1 | stuart475898/LabBuilder | 8e12378ecdfe8a5c1b82ec884423c9e9c00393c6 | [
"MIT"
] | 230 | 2016-02-06T05:20:54.000Z | 2021-11-02T18:16:12.000Z | source/dsclibrary/MEMBER_FILESERVER.DSC.ps1 | stuart475898/LabBuilder | 8e12378ecdfe8a5c1b82ec884423c9e9c00393c6 | [
"MIT"
] | 52 | 2016-02-10T02:42:58.000Z | 2022-01-29T23:27:15.000Z | <###################################################################################################
DSC Template Configuration File For use by LabBuilder
.Title
MEMBER_FILESERVER
.Desription
Builds a Server that is joined to a domain and then made into a File Server.
.Parameters:
DomainName = 'LABBU... | 29.52459 | 140 | 0.488062 |
f14b09eb1de24ac3d8ba423a6c3b1ad3bb308c7a | 544 | dart | Dart | lib/comments/bloc/comment_user_state.dart | redevRx/Resocial_Flutter | 99cc0c83c6bb8a32c3b473476b5a7ea6466e9574 | [
"MIT"
] | 2 | 2021-08-05T10:38:43.000Z | 2021-11-03T17:19:15.000Z | lib/comments/bloc/comment_user_state.dart | redevRx/Resocial_Flutter | 99cc0c83c6bb8a32c3b473476b5a7ea6466e9574 | [
"MIT"
] | null | null | null | lib/comments/bloc/comment_user_state.dart | redevRx/Resocial_Flutter | 99cc0c83c6bb8a32c3b473476b5a7ea6466e9574 | [
"MIT"
] | null | null | null | import 'package:socialapp/comments/models/comment_model.dart';
abstract class CommentState {}
class OnLoadCommentSuccess extends CommentState {
final List<CommentModel> comments;
OnLoadCommentSuccess({this.comments});
@override
String toString() => '${this.comments}';
}
class OnAddCommentSuccess extends Com... | 22.666667 | 62 | 0.766544 |
23b83249606cdd5f241946dc1c0b4ec84d966a54 | 386 | asm | Assembly | programs/oeis/189/A189786.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/189/A189786.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/189/A189786.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A189786: n+[nr/t]+[ns/t]; r=pi/2, s=arcsin(5/13), t=arcsin(12/13).
; 2,4,8,10,12,16,18,20,24,26,28,32,34,36,40,42,44,48,50,52,56,58,60,64,66,68,72,74,76,80,82,84,88,90,92,96,98,100,104,106,108,112,114,116,120,122,124,128,130,132,136,138,140,144,146,148,152,154,156,160,162,164,168,170,172,176,178,180,184,186,188,192,1... | 42.888889 | 269 | 0.660622 |
0d2bf85d158dc13153a6ae2a5fbd67485063025e | 389 | ps1 | PowerShell | Powershell/Mutex/Run-WithLock-SingleFunction.ps1 | pleb/Plebs-Blogging-Stash | 1501aed5cc57422f60ec75a36227076033de5906 | [
"Unlicense"
] | null | null | null | Powershell/Mutex/Run-WithLock-SingleFunction.ps1 | pleb/Plebs-Blogging-Stash | 1501aed5cc57422f60ec75a36227076033de5906 | [
"Unlicense"
] | null | null | null | Powershell/Mutex/Run-WithLock-SingleFunction.ps1 | pleb/Plebs-Blogging-Stash | 1501aed5cc57422f60ec75a36227076033de5906 | [
"Unlicense"
] | 1 | 2021-05-19T01:25:22.000Z | 2021-05-19T01:25:22.000Z | function ExampleFunctionWithLocking {
begin {
$defaultMutexWait = New-TimeSpan -Minutes 1
$mutex = New-Object System.Threading.Mutex($false, "ABCCodeDeploy")
$mutex.WaitOne($defaultMutexWait) | Out-Null
}
process {
Write-Output "Function with locking was executed."
}
... | 25.933333 | 75 | 0.642674 |
21cd4f4bd34501366ccfb9e28eca340b30f4dbee | 282 | rs | Rust | 2019/src/d4.rs | bk2204/adventofcode-work | 1a20ee622aa4d7b02c2204e29185f23d8477d44c | [
"MIT"
] | null | null | null | 2019/src/d4.rs | bk2204/adventofcode-work | 1a20ee622aa4d7b02c2204e29185f23d8477d44c | [
"MIT"
] | null | null | null | 2019/src/d4.rs | bk2204/adventofcode-work | 1a20ee622aa4d7b02c2204e29185f23d8477d44c | [
"MIT"
] | null | null | null | extern crate adventofcode;
use adventofcode::d4::Filter;
use std::io;
fn main() -> io::Result<()> {
println!("{}", (240_298..784_956).filter(|&n| Filter::validate_p1(n)).count());
println!("{}", (240_298..784_956).filter(|&n| Filter::validate_p2(n)).count());
Ok(())
}
| 28.2 | 83 | 0.609929 |
57709db7be29ff8c2813ed9cd4f39204515abe8b | 1,303 | asm | Assembly | maps/OlivineHouseBeta.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | maps/OlivineHouseBeta.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | maps/OlivineHouseBeta.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | object_const_def ; object_event constants
const OLIVINEHOUSEBETA_TEACHER
const OLIVINEHOUSEBETA_RHYDON
OlivineHouseBeta_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
OlivineHouseBetaTeacherScript:
jumptextfaceplayer OlivineHouseBetaTeacherText
OlivineHouseBetaRhydonScript:
opentext
writetext OlivineHous... | 23.267857 | 142 | 0.792018 |
81614c23c168a52998ed18f40619b24c1758a46e | 374,842 | rs | Rust | diem-move/diem-framework/experimental/DPN/releases/artifacts/current/transaction_script_builder.rs | PragmaTwice/diem | a290b0859a6152a5ffd6f85773a875f17334adac | [
"Apache-2.0"
] | 16,705 | 2019-06-18T08:46:59.000Z | 2020-12-07T17:25:27.000Z | diem-move/diem-framework/experimental/DPN/releases/artifacts/current/transaction_script_builder.rs | PragmaTwice/diem | a290b0859a6152a5ffd6f85773a875f17334adac | [
"Apache-2.0"
] | 6,316 | 2019-06-18T09:02:03.000Z | 2020-12-07T21:27:46.000Z | diem-move/diem-framework/experimental/DPN/releases/artifacts/current/transaction_script_builder.rs | tnowacki/libra | af68c84afd947e84dc54b3ecaf749968ac6eb428 | [
"Apache-2.0"
] | 2,671 | 2019-06-18T08:47:03.000Z | 2020-12-07T19:35:21.000Z | // Copyright (c) The Diem Core Contributors
// SPDX-License-Identifier: Apache-2.0
// This file was generated. Do not modify!
//
// To update this code, run: `cargo run --release -p diem-framework`.
//! Conversion library between a structured representation of a Move script call (`ScriptCall`) and the
//! standard BC... | 73.04014 | 253 | 0.532315 |
519220ee9bd58508fe9f26b1b7a4f878bbd781a8 | 2,682 | ps1 | PowerShell | src/Gui/Windows.Forms.ps1 | peetrike/Examples | e134bc212a8dd73a1d81cae3a1197e5af98ab08b | [
"MIT"
] | null | null | null | src/Gui/Windows.Forms.ps1 | peetrike/Examples | e134bc212a8dd73a1d81cae3a1197e5af98ab08b | [
"MIT"
] | null | null | null | src/Gui/Windows.Forms.ps1 | peetrike/Examples | e134bc212a8dd73a1d81cae3a1197e5af98ab08b | [
"MIT"
] | null | null | null | $message = 'Should we do something?'
$title = 'A message'
#region Load Assembly if necessary
try {
$null = [Windows.Forms.MessageBoxButtons]::OK
} catch {
Add-Type -AssemblyName System.Windows.Forms
}
#endregion
#region MessageBox
# https://docs.microsoft.com/dotnet/api/system.windows.forms.messagebox.show... | 29.472527 | 101 | 0.757271 |
776cf9a846f716f7a3cbcec5eb8e481827df7bfa | 33 | html | HTML | src/app/candidates/edit-candidate/edit-candidate.component.html | AJEETX/saimex | 80a261d6cbc84eba05d89aaa2ff5132f7a877607 | [
"Apache-2.0"
] | 1 | 2020-03-20T12:17:20.000Z | 2020-03-20T12:17:20.000Z | src/app/candidates/edit-candidate/edit-candidate.component.html | AJEETX/saimex | 80a261d6cbc84eba05d89aaa2ff5132f7a877607 | [
"Apache-2.0"
] | 5 | 2021-03-10T11:13:29.000Z | 2022-03-02T07:46:31.000Z | src/app/candidates/edit-candidate/edit-candidate.component.html | AJEETX/saimex | 80a261d6cbc84eba05d89aaa2ff5132f7a877607 | [
"Apache-2.0"
] | null | null | null | <p>
edit-candidate works!
</p>
| 8.25 | 23 | 0.606061 |
28961fd7e74e5a2a75ceb2afc44e7413a72b9b23 | 10,236 | sql | SQL | src/EA.Iws.Database/scripts/Update/0001-Release1/Sprint07/20150515-093436-Flatten-DB.sql | DEFRA/prsd-iws | 00622f1ec2db33516d365143e260843bbceb63c9 | [
"Unlicense"
] | 1 | 2019-05-17T06:08:08.000Z | 2019-05-17T06:08:08.000Z | src/EA.Iws.Database/scripts/Update/0001-Release1/Sprint07/20150515-093436-Flatten-DB.sql | DEFRA/prsd-iws | 00622f1ec2db33516d365143e260843bbceb63c9 | [
"Unlicense"
] | 46 | 2017-01-24T17:10:09.000Z | 2022-01-24T16:38:50.000Z | src/EA.Iws.Database/scripts/Update/0001-Release1/Sprint07/20150515-093436-Flatten-DB.sql | DEFRA/prsd-iws | 00622f1ec2db33516d365143e260843bbceb63c9 | [
"Unlicense"
] | 2 | 2017-12-13T19:37:51.000Z | 2021-04-10T21:34:43.000Z | GO
PRINT N'Dropping FK_AspNetUsers_Organisation...';
GO
ALTER TABLE [Identity].[AspNetUsers] DROP CONSTRAINT [FK_AspNetUsers_Organisation];
GO
PRINT N'Dropping FK_Organisation_Country...';
GO
ALTER TABLE [Business].[Organisation] DROP CONSTRAINT [FK_Organisation_Country];
GO
PRINT N'Dropping FK_Producer_Contact... | 31.690402 | 275 | 0.578644 |
af8949b0d061d8d1c93490881a01e83f0edb4cce | 252 | rb | Ruby | menu/def.rb | rgbkrk/xiki | 47f86a4d069d42e65b3bdae3aef3aba002dd16cf | [
"MIT"
] | 3 | 2015-08-14T15:28:08.000Z | 2020-05-31T17:42:19.000Z | menu/def.rb | rgbkrk/xiki | 47f86a4d069d42e65b3bdae3aef3aba002dd16cf | [
"MIT"
] | null | null | null | menu/def.rb | rgbkrk/xiki | 47f86a4d069d42e65b3bdae3aef3aba002dd16cf | [
"MIT"
] | null | null | null | class Def
def self.menu *args
options = yield
options[:no_slash] = 1
Line.delete
txt = %`
def self.
"hi"
end
`.unindent
View.insert txt.gsub(/^/, ' '), :dont_move=>1
Move.to_end
""
end
end
| 12.6 | 50 | 0.503968 |
030fccea023eb5751a7aa2b788fe1808a3cadbff | 1,333 | lua | Lua | script-beta/vm/eachDef.lua | AliDeym/lua-language-server | f22c28c498db95fd0cf90395c96cd392b4650619 | [
"MIT"
] | null | null | null | script-beta/vm/eachDef.lua | AliDeym/lua-language-server | f22c28c498db95fd0cf90395c96cd392b4650619 | [
"MIT"
] | null | null | null | script-beta/vm/eachDef.lua | AliDeym/lua-language-server | f22c28c498db95fd0cf90395c96cd392b4650619 | [
"MIT"
] | null | null | null | local vm = require 'vm.vm'
local guide = require 'parser.guide'
local files = require 'files'
local util = require 'utility'
local await = require 'await'
local m = {}
function m.searchLibrary(source, results)
if not source then
return
end
local lib = vm.getLibrary(source)
if not lib then
... | 24.236364 | 124 | 0.663166 |
b304853e5a7093a317717b3ef062cfcba0bcb934 | 3,533 | ps1 | PowerShell | BitbucketServerAutomation/Functions/Move-BBServerRepository.ps1 | pshdo/BitbucketServerAutomation | fd6b4ca6257bce381d63e6ec3c41b15bd28579e2 | [
"Apache-2.0"
] | 7 | 2017-06-22T01:57:31.000Z | 2020-07-01T22:08:21.000Z | BitbucketServerAutomation/Functions/Move-BBServerRepository.ps1 | pshdo/BitbucketServerAutomation | fd6b4ca6257bce381d63e6ec3c41b15bd28579e2 | [
"Apache-2.0"
] | 5 | 2017-08-23T17:02:32.000Z | 2019-01-30T15:15:05.000Z | BitbucketServerAutomation/Functions/Move-BBServerRepository.ps1 | webmd-health-services/BitbucketServerAutomation | fd6b4ca6257bce381d63e6ec3c41b15bd28579e2 | [
"Apache-2.0"
] | 6 | 2017-07-20T21:00:58.000Z | 2021-04-07T16:26:25.000Z | # Copyright 2016 - 2018 WebMD Health Services
#
# 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 ... | 41.081395 | 200 | 0.673932 |
5cab2db3a934525a626220736dc0ba2815807c94 | 660 | swift | Swift | Project_Section_07/MyPlayground.playground/Contents.swift | KasRoid/The_Complete_iOS_App_Development_Bootcamp | 06b6e3bab1cab10f03b3eed4c269bdd9528763da | [
"MIT"
] | null | null | null | Project_Section_07/MyPlayground.playground/Contents.swift | KasRoid/The_Complete_iOS_App_Development_Bootcamp | 06b6e3bab1cab10f03b3eed4c269bdd9528763da | [
"MIT"
] | null | null | null | Project_Section_07/MyPlayground.playground/Contents.swift | KasRoid/The_Complete_iOS_App_Development_Bootcamp | 06b6e3bab1cab10f03b3eed4c269bdd9528763da | [
"MIT"
] | null | null | null | import UIKit
func greeting() {
for _ in 1...4 {
print("Hello")
}
}
greeting()
3//Don't change this code:
func calculator() {
let a = Int(readLine()!)! //First input
let b = Int(readLine()!)! //Second input
add(n1: a, n2: b)
subtract(n1: a, n2: b)
multiply(n1: a, n2: b)
divide(n1: a, n... | 15.348837 | 72 | 0.581818 |
905bb86ee8702bccbec9cc4b4546e2dbe38564f4 | 3,539 | py | Python | jsoncsv/dumptool.py | loftwah/jsoncsv | eec6a1e38d3d7430268c1a7962b200ffcb2b15ae | [
"Apache-2.0"
] | 74 | 2016-07-28T01:47:22.000Z | 2022-03-09T02:49:37.000Z | jsoncsv/dumptool.py | loftwah/jsoncsv | eec6a1e38d3d7430268c1a7962b200ffcb2b15ae | [
"Apache-2.0"
] | 31 | 2017-07-11T09:24:48.000Z | 2021-07-30T03:59:54.000Z | jsoncsv/dumptool.py | loftwah/jsoncsv | eec6a1e38d3d7430268c1a7962b200ffcb2b15ae | [
"Apache-2.0"
] | 20 | 2016-10-30T10:58:38.000Z | 2022-01-11T02:11:00.000Z | # coding=utf-8
# author@alingse
# 2015.10.09
import json
import unicodecsv as csv
import xlwt
class Dump(object):
def __init__(self, fin, fout, **kwargs):
self.fin = fin
self.fout = fout
self.initialize(**kwargs)
def initialize(self, **kwargs):
pass
def prepare(self):
... | 23.751678 | 71 | 0.567674 |
052408f612dd8c2a1904147694948cdcf062d76b | 767 | rb | Ruby | lib/rock_paper_scissors_not_lizard_spock/throw.rb | SeanLuckett/rock_paper_scissors_not_lizard_spock | 40010318aa0b4e9036bd95c417cea6c5d226f0b6 | [
"MIT"
] | null | null | null | lib/rock_paper_scissors_not_lizard_spock/throw.rb | SeanLuckett/rock_paper_scissors_not_lizard_spock | 40010318aa0b4e9036bd95c417cea6c5d226f0b6 | [
"MIT"
] | null | null | null | lib/rock_paper_scissors_not_lizard_spock/throw.rb | SeanLuckett/rock_paper_scissors_not_lizard_spock | 40010318aa0b4e9036bd95c417cea6c5d226f0b6 | [
"MIT"
] | null | null | null | module RockPaperScissorsNotLizardSpock
class Throw
LEGAL_THROWS = %w(rock paper scissors).freeze
THROW_RULES = {
rock: { beats: 'scissors', ties: 'rock' },
paper: { beats: 'rock', ties: 'paper' },
scissors: { beats: 'paper', ties: 'scissors' }
}.freeze
attr_reader :choice
... | 23.242424 | 67 | 0.637549 |
fd74d1c6ba019dcee5b68181abb507b64d86b1a7 | 1,175 | c | C | server/test/suites/server/pointer_return.c | PolyProgrammist/UTBotCpp | 4886622f21c92e3b73daa553008e541be9d82f21 | [
"Apache-2.0"
] | null | null | null | server/test/suites/server/pointer_return.c | PolyProgrammist/UTBotCpp | 4886622f21c92e3b73daa553008e541be9d82f21 | [
"Apache-2.0"
] | null | null | null | server/test/suites/server/pointer_return.c | PolyProgrammist/UTBotCpp | 4886622f21c92e3b73daa553008e541be9d82f21 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) Huawei Technologies Co., Ltd. 2012-2021. All rights reserved.
*/
#include "pointer_return.h"
#include <stdlib.h>
long long* returns_pointer_with_min(long long a, long long b) {
static long long return_val;
if (a < b) {
return_val = a;
} else {
return_val = b;
}
... | 19.915254 | 78 | 0.571915 |
eadf52e5ab70ee51895a96ae60d4f0fa6796e2bb | 2,922 | sql | SQL | search/add_if_in.sql | progserega/osm_local_geoportal | 84948efa9796d5c67a152c2d8d2bb305f4cb9abf | [
"BSD-2-Clause"
] | 22 | 2017-10-12T08:51:49.000Z | 2021-11-09T11:29:53.000Z | search/add_if_in.sql | progserega/osm_local_geoportal | 84948efa9796d5c67a152c2d8d2bb305f4cb9abf | [
"BSD-2-Clause"
] | 10 | 2018-04-20T07:44:05.000Z | 2020-05-05T18:55:52.000Z | search/add_if_in.sql | progserega/osm_local_geoportal | 84948efa9796d5c67a152c2d8d2bb305f4cb9abf | [
"BSD-2-Clause"
] | 9 | 2017-11-16T14:36:01.000Z | 2021-09-28T14:36:53.000Z | -- update region in all
UPDATE search_osm AS search1 SET region=search2.region
FROM search_osm AS search2
WHERE ((search2.geom && search1.geom) AND ST_Covers(search2.geom, search1.geom))
AND (search2.region is not null OR search2.region<>'')
AND (search1.region is null OR search1.region='')
AND (search1.member_r... | 47.901639 | 97 | 0.749487 |
58622b914a43f4bd17d9463c2cf2892887bb5803 | 343 | swift | Swift | Xit/Utils/CombineExtensions.swift | ferben/Xit | fd8cde70b5a3207a6fa97d6ea7736229ff609012 | [
"Apache-2.0"
] | 761 | 2015-01-06T13:12:57.000Z | 2022-03-31T21:12:09.000Z | Xit/Utils/CombineExtensions.swift | ferben/Xit | fd8cde70b5a3207a6fa97d6ea7736229ff609012 | [
"Apache-2.0"
] | 358 | 2016-03-18T02:22:46.000Z | 2022-03-01T20:35:46.000Z | Xit/Utils/CombineExtensions.swift | ferben/Xit | fd8cde70b5a3207a6fa97d6ea7736229ff609012 | [
"Apache-2.0"
] | 33 | 2016-08-19T12:06:30.000Z | 2022-02-12T19:17:01.000Z | import Foundation
import Combine
extension Publisher where Self.Failure == Never
{
/// Convenience function for `receive(on: DispatchQueue.main).sink()`
public func sinkOnMainQueue(receiveValue: @escaping ((Self.Output) -> Void))
-> AnyCancellable
{
receive(on: DispatchQueue.main)
.sink(receiveValu... | 24.5 | 78 | 0.720117 |
16f89d0e92c2edc4afa0f7c46374e3145e6ac062 | 87,019 | asm | Assembly | Opus/asm/disptbn2.asm | Computer-history-Museum/MS-Word-for-Windows-v1.1 | 549a2a32e930694df7b91e3273b886d735fa9151 | [
"MIT"
] | 2 | 2018-01-22T14:38:52.000Z | 2019-02-25T02:16:30.000Z | Microsoft DOS/Word 1.1a CHM Distribution/Opus/asm/disptbn2.asm | mindcont/Open-Source | 416917cbe3d4469cc036d05e7c858b05b8081ded | [
"CC0-1.0"
] | null | null | null | Microsoft DOS/Word 1.1a CHM Distribution/Opus/asm/disptbn2.asm | mindcont/Open-Source | 416917cbe3d4469cc036d05e7c858b05b8081ded | [
"CC0-1.0"
] | 1 | 2021-06-25T17:34:43.000Z | 2021-06-25T17:34:43.000Z | include w2.inc
include noxport.inc
include consts.inc
include structs.inc
createSeg disptbl_PCODE,disptbn2,byte,public,CODE
; DEBUGGING DECLARATIONS
ifdef DEBUG
midDisptbn2 equ 31 ; module ID, for native asserts
NatPause equ 1
endif
ifdef NatPause
PAUSE MACRO
int 3
ENDM
else
PAUSE MACRO
ENDM
endif
;... | 20.763302 | 125 | 0.701399 |
9481f8c69706816485e9b79d2ec5596d32818faa | 1,105 | rs | Rust | src/natives.rs | bramvdbogaerde/interpeter-experiments | be2abedc679255395a99e85b1df9d94aa8711f20 | [
"MIT"
] | null | null | null | src/natives.rs | bramvdbogaerde/interpeter-experiments | be2abedc679255395a99e85b1df9d94aa8711f20 | [
"MIT"
] | null | null | null | src/natives.rs | bramvdbogaerde/interpeter-experiments | be2abedc679255395a99e85b1df9d94aa8711f20 | [
"MIT"
] | null | null | null | use crate::values::{Val, Exp};
pub fn minus(operands: Vec<Exp>) -> Exp {
let op1 = operands[0].borrow();
let op2 = operands[1].borrow();
match (&*op1, &*op2) {
(Val::Number(x), Val::Number(y)) => Val::wrap(Val::Number(x-y)),
_ => panic!("unsupported operands"),
}
}
pub fn plus(operand... | 28.333333 | 73 | 0.533937 |
e7f30077f490cc616f7f71217c5e89c086968e6a | 1,807 | py | Python | www/purple_admin/urls.py | SubminO/vas | 3096df12e637fc614d18cb3eef43c18be0775e5c | [
"Apache-2.0"
] | null | null | null | www/purple_admin/urls.py | SubminO/vas | 3096df12e637fc614d18cb3eef43c18be0775e5c | [
"Apache-2.0"
] | null | null | null | www/purple_admin/urls.py | SubminO/vas | 3096df12e637fc614d18cb3eef43c18be0775e5c | [
"Apache-2.0"
] | null | null | null | from django.urls import path
from purple_admin import views
urlpatterns = [
path('', views.cabinet, name='admin_panel_cabinet'),
# Адмника Наименований маршрутов
path('route_list', views.cabinet_list, {'type': 'route'}, name='admin_panel_route_list'),
path('route_add', views.cabinet_add, {'type': 'rou... | 62.310345 | 120 | 0.716657 |
2e517cd8ec1e685e672274d2a93ff61a5389b4e3 | 1,974 | ps1 | PowerShell | src/modules/Server/private/Get-VfpVMSwitchPort.ps1 | microsoft/SdnDiagnostics | 3689d64cbb8ce3b524ef4b573568bd642470b941 | [
"MIT"
] | 4 | 2021-09-24T01:38:29.000Z | 2022-02-08T17:39:19.000Z | src/modules/Server/private/Get-VfpVMSwitchPort.ps1 | microsoft/SdnDiagnostics | 3689d64cbb8ce3b524ef4b573568bd642470b941 | [
"MIT"
] | 14 | 2021-09-23T09:20:08.000Z | 2022-03-15T02:16:04.000Z | src/modules/Server/private/Get-VfpVMSwitchPort.ps1 | microsoft/SdnDiagnostics | 3689d64cbb8ce3b524ef4b573568bd642470b941 | [
"MIT"
] | null | null | null | # Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
function Get-VfpVMSwitchPort {
<#
.SYNOPSIS
Returns a list of ports from within VFP.
#>
try {
$arrayList = [System.Collections.ArrayList]::new()
$vfpResults = vfpctrl /list-vmswitch-port
if ($... | 34.631579 | 118 | 0.502533 |
513f81b86b9d735e6ea6120325f8f329794cdaf7 | 663 | lua | Lua | moonpie/test_helpers/file_assertions.lua | tredfern/moonpie | b7b6542007a4acd6ca01c7d36957b10774ba242b | [
"MIT"
] | 5 | 2019-04-16T09:55:57.000Z | 2021-01-31T21:50:47.000Z | moonpie/test_helpers/file_assertions.lua | tredfern/moonpie | b7b6542007a4acd6ca01c7d36957b10774ba242b | [
"MIT"
] | 7 | 2021-04-26T12:14:05.000Z | 2022-02-15T13:26:13.000Z | moonpie/test_helpers/file_assertions.lua | tredfern/moonpie | b7b6542007a4acd6ca01c7d36957b10774ba242b | [
"MIT"
] | null | null | null | -- Copyright (c) 2020 Trevor Redfern
--
-- This software is released under the MIT License.
-- https://opensource.org/licenses/MIT
local assert = require("luassert")
local say = require("say")
local function file_exists(state, arguments)
local path = arguments[1]
local f = io.open(path, "r")
local ... | 31.571429 | 124 | 0.707391 |
a131cb3802f353ad5a8b47564b2296ffacb13130 | 5,492 | go | Go | app/interface/main/creative/service/account/account.go | 78182648/blibli-go | 7c717cc07073ff3397397fd3c01aa93234b142e3 | [
"MIT"
] | 22 | 2019-04-27T06:44:41.000Z | 2022-02-04T16:54:14.000Z | app/interface/main/creative/service/account/account.go | YouthAge/blibli-go | 7c717cc07073ff3397397fd3c01aa93234b142e3 | [
"MIT"
] | null | null | null | app/interface/main/creative/service/account/account.go | YouthAge/blibli-go | 7c717cc07073ff3397397fd3c01aa93234b142e3 | [
"MIT"
] | 34 | 2019-05-07T08:22:27.000Z | 2022-03-25T08:14:56.000Z | package account
import (
"context"
"go-common/library/log"
"go-common/library/net/metadata"
"go-common/library/sync/errgroup"
"time"
accmdl "go-common/app/interface/main/creative/model/account"
account "go-common/app/service/main/account/model"
"go-common/library/ecode"
xtime "go-common/library/time"
"sync"... | 24.963636 | 134 | 0.64421 |
a99cc57a9f360a17b475e2fde6c486ae600c4535 | 4,752 | html | HTML | 64x64x64.html | AntonioNoack/Aarch64MatmulVM | fc01c5be7727ade825c59bae24625b88bb6e8ff0 | [
"Apache-2.0"
] | null | null | null | 64x64x64.html | AntonioNoack/Aarch64MatmulVM | fc01c5be7727ade825c59bae24625b88bb6e8ff0 | [
"Apache-2.0"
] | null | null | null | 64x64x64.html | AntonioNoack/Aarch64MatmulVM | fc01c5be7727ade825c59bae24625b88bb6e8ff0 | [
"Apache-2.0"
] | null | null | null | <html><head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="highlightjs/nnfx-light.css">
</head><body>
<div id="delay" class="hidden">0.1</div>
<div id="mkn" class="hidden">64,64,64</div>
<div id="code" class="hidden">
.text
.align 4
.type gemm_asm_sve_64_64_6... | 23.879397 | 174 | 0.602062 |
2aa7e8056893aef61c611e11f2882e85755ccbb8 | 197 | sql | SQL | demo-orm-mybatis-simple/src/main/resources/script/dml.sql | stewart-tian/spring-boot-series-demo | 488d450fecf4df76667124cfe9ab92a96317395d | [
"Apache-2.0"
] | 2 | 2020-12-08T12:21:24.000Z | 2021-01-06T11:48:16.000Z | demo-orm-mybatis-simple/src/main/resources/script/dml.sql | stewart-tian/spring-boot-series-demo | 488d450fecf4df76667124cfe9ab92a96317395d | [
"Apache-2.0"
] | null | null | null | demo-orm-mybatis-simple/src/main/resources/script/dml.sql | stewart-tian/spring-boot-series-demo | 488d450fecf4df76667124cfe9ab92a96317395d | [
"Apache-2.0"
] | null | null | null | insert into orm_demo (`info`,`resume`) value ("Demo信息一","信息简述一");
insert into orm_demo (`info`,`resume`) value ("Demo信息二","信息简述二");
insert into orm_demo (`info`,`resume`) value ("Demo信息三","信息简述三"); | 65.666667 | 65 | 0.685279 |