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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f7dfd0ceed4a2830eab2de12ce82ac9daba1b10f | 7,010 | sql | SQL | application/modules/setup/sql/019_1.4.7.sql | daseparo/InvoicePlaneFIskal | dd0e99f344be138314aaf79f0cb8ce732698772c | [
"MIT"
] | 2 | 2019-04-12T06:33:49.000Z | 2019-07-03T18:00:00.000Z | application/modules/setup/sql/019_1.4.7.sql | daseparo/InvoicePlaneFIskal | dd0e99f344be138314aaf79f0cb8ce732698772c | [
"MIT"
] | null | null | null | application/modules/setup/sql/019_1.4.7.sql | daseparo/InvoicePlaneFIskal | dd0e99f344be138314aaf79f0cb8ce732698772c | [
"MIT"
] | null | null | null | # IP-406 - Update the web preview for invoices and quotes
UPDATE ip_settings
SET setting_value = 'InvoicePlane_Web'
WHERE setting_key = 'public_invoice_template' AND
setting_value = 'default';
UPDATE ip_settings
SET setting_value = 'InvoicePlane_Web'
WHERE setting_key = 'public_quote_template' AND
setting_... | 32.757009 | 84 | 0.808417 |
46ac45031a676517750c6483b393180b84fd3e8d | 592 | ps1 | PowerShell | cicd_tools/Get-MainProjects.ps1 | rapidcore/rapidcore | 1856b53f37f2ea5d21d96b5303836bec99d1bb8a | [
"MIT"
] | 6 | 2017-05-17T12:41:39.000Z | 2022-02-08T09:48:12.000Z | cicd_tools/Get-MainProjects.ps1 | rapidcore/rapidcore | 1856b53f37f2ea5d21d96b5303836bec99d1bb8a | [
"MIT"
] | 138 | 2017-05-19T18:59:53.000Z | 2022-03-28T12:56:02.000Z | cicd_tools/Get-MainProjects.ps1 | rapidcore/rapidcore | 1856b53f37f2ea5d21d96b5303836bec99d1bb8a | [
"MIT"
] | 2 | 2019-06-22T11:46:29.000Z | 2020-01-07T11:26:25.000Z | function Get-MainProjects {
Param ([string]$relativePathToSrc)
$mainProjects = "${relativePathToSrc}core\main\rapidcore.csproj",
"${relativePathToSrc}google-cloud\main\rapidcore.google-cloud.csproj",
"${relativePathToSrc}mongo\main\rapidcore.mongo.csproj",
"${relativePathToSrc}postgre... | 42.285714 | 78 | 0.721284 |
58fc271e01304d8ccad96226ff12412152ddd6f7 | 245 | lua | Lua | build/simpleKeyLog.lua | Eforen/PlutocratOS | 9a5011bcd33ab6fe0d5c89d5dbd54dd42e5e2c13 | [
"MIT"
] | null | null | null | build/simpleKeyLog.lua | Eforen/PlutocratOS | 9a5011bcd33ab6fe0d5c89d5dbd54dd42e5e2c13 | [
"MIT"
] | null | null | null | build/simpleKeyLog.lua | Eforen/PlutocratOS | 9a5011bcd33ab6fe0d5c89d5dbd54dd42e5e2c13 | [
"MIT"
] | null | null | null | --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
print(nil, "To exit hold CTRL+T to send Terminate Interrupt")
while true do
local event, arg1, arg2, arg3 = os.pullEvent()
print(nil, event, arg1, arg2, arg3)
end
| 35 | 73 | 0.718367 |
7116b22b9f7edc0383910e6f90db0d53c40349b2 | 895 | ts | TypeScript | src/index.ts | lwp2333/gapi-tool | 51737dfbb96b31ce28873fb06d5fecfc141a41a7 | [
"MIT"
] | null | null | null | src/index.ts | lwp2333/gapi-tool | 51737dfbb96b31ce28873fb06d5fecfc141a41a7 | [
"MIT"
] | null | null | null | src/index.ts | lwp2333/gapi-tool | 51737dfbb96b31ce28873fb06d5fecfc141a41a7 | [
"MIT"
] | null | null | null | import ora from 'ora'
import { IGapiConfig } from './interface/config'
import { configCheck } from './utils'
import { genarateAxiosFn } from './utils'
export declare function defineGapiConfig(cb: () => IGapiConfig): IGapiConfig
export const run = async () => {
const spinner = ora('配置检查中...').start()
tr... | 24.861111 | 77 | 0.588827 |
dc0b9409e7e2e666fbb80bb73c135a61767a9731 | 2,926 | py | Python | src/ncarglow/plots.py | scivision/NCAR-GLOW | 09cfd372ec6f87c24f0a5c2d63f916166c1c98fa | [
"Apache-2.0"
] | 4 | 2019-06-06T15:13:51.000Z | 2021-09-16T08:50:52.000Z | src/ncarglow/plots.py | space-physics/NCAR-GLOW | 09cfd372ec6f87c24f0a5c2d63f916166c1c98fa | [
"Apache-2.0"
] | 3 | 2019-09-29T17:03:05.000Z | 2021-04-14T15:38:15.000Z | src/ncarglow/plots.py | space-physics/NCAR-GLOW | 09cfd372ec6f87c24f0a5c2d63f916166c1c98fa | [
"Apache-2.0"
] | 3 | 2019-06-06T15:07:45.000Z | 2021-10-06T16:17:11.000Z | from matplotlib.pyplot import figure
import xarray
import numpy as np
__all__ = ["precip", "ver"]
def density(iono: xarray.Dataset):
fig = figure()
axs = fig.subplots(1, 2, sharey=True)
fig.suptitle("Number Density")
ax = axs[0]
for v in ("O", "N2", "O2", "NO"):
ax.plot(iono[v], iono[v]... | 27.345794 | 88 | 0.585441 |
a5a843aceb8f3322ee63c9d6c92d5d36873170c6 | 771 | sql | SQL | openGaussBase/testcase/KEYWORDS/Grouping/Opengauss_Function_Keyword_Grouping_Case0035.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | openGaussBase/testcase/KEYWORDS/Grouping/Opengauss_Function_Keyword_Grouping_Case0035.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | openGaussBase/testcase/KEYWORDS/Grouping/Opengauss_Function_Keyword_Grouping_Case0035.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | -- @testpoint:opengauss关键字Grouping(非保留),自定义数据类型名为explain
--关键字explain作为数据类型不带引号,创建成功
drop type if exists Grouping;
CREATE TYPE Grouping AS (f1 int, f2 text);
select typname from pg_type where typname ='Grouping';
drop type Grouping;
--关键字explain作为数据类型加双引号,创建成功
drop type if exists "Grouping";
CREATE TYPE "Grouping" A... | 30.84 | 57 | 0.76524 |
f968ebf9c7907e8193311537933dd95e396c5b8e | 848 | ps1 | PowerShell | images/win/scripts/Installers/Install-PowershellCore.ps1 | dmitryikh/virtual-environments | 5ad9793f2955e4d3cbd1ea183337776b44a51a57 | [
"MIT"
] | 5,673 | 2019-09-27T23:08:40.000Z | 2022-03-31T23:57:06.000Z | images/win/scripts/Installers/Install-PowershellCore.ps1 | dmitryikh/virtual-environments | 5ad9793f2955e4d3cbd1ea183337776b44a51a57 | [
"MIT"
] | 3,368 | 2019-09-30T04:59:16.000Z | 2022-03-31T20:16:26.000Z | images/win/scripts/Installers/Install-PowershellCore.ps1 | dmitryikh/virtual-environments | 5ad9793f2955e4d3cbd1ea183337776b44a51a57 | [
"MIT"
] | 2,247 | 2019-09-29T13:59:05.000Z | 2022-03-31T21:46:45.000Z | ################################################################################
## File: Install-PowershellCore.ps1
## Desc: Install PowerShell Core
################################################################################
Invoke-Expression "& { $(Invoke-RestMethod https://aka.ms/install-powershell.ps1) } ... | 56.533333 | 122 | 0.636792 |
c2fee1875eb95a65000f9c1dec46c26940b99305 | 2,902 | sql | SQL | wwwroot/ewcommon/sqlUpdate/toV4/4.1.1.89/tblCodes.sql | SteveyCoops/ProteanCMS | b934debadebb959d974350b78ac788056f03fca2 | [
"Apache-2.0"
] | 1 | 2021-04-14T18:35:44.000Z | 2021-04-14T18:35:44.000Z | wwwroot/ewcommon/sqlUpdate/toV4/4.1.1.89/tblCodes.sql | beachcomber/ProteanCMS | 8e70ce2912c60262398461b45064ee6f98df640d | [
"Apache-2.0"
] | null | null | null | wwwroot/ewcommon/sqlUpdate/toV4/4.1.1.89/tblCodes.sql | beachcomber/ProteanCMS | 8e70ce2912c60262398461b45064ee6f98df640d | [
"Apache-2.0"
] | 1 | 2020-04-27T21:56:13.000Z | 2020-04-27T21:56:13.000Z | /****** Object: Table [dbo].[tblCodes] Script Date: 03/16/2011 19:23:57 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
des
CREATE TABLE [dbo].[tblCodes](
[nCodeKey] [int] IDENTITY(1,1) NOT NULL,
[cCodeName] [nvarchar](50) NULL,
[nCodeType] [int] NULL,
[nCodeParentId] [int] NULL,
[cCodeGroups] [nvarc... | 30.547368 | 163 | 0.732598 |
04f4dae6f777c564b7954e9f4b50e401147c8823 | 1,503 | java | Java | guokeui/src/main/java/com/guohao/guokeui/hencoder/hencoderpracticedraw6/sample/sample08/Sample08ObjectAnimatorLayout.java | guoke24/GuoKeUI | e7ceacd05bd0505e5e2f2c1edcd090a6aff9ebf7 | [
"Apache-2.0"
] | null | null | null | guokeui/src/main/java/com/guohao/guokeui/hencoder/hencoderpracticedraw6/sample/sample08/Sample08ObjectAnimatorLayout.java | guoke24/GuoKeUI | e7ceacd05bd0505e5e2f2c1edcd090a6aff9ebf7 | [
"Apache-2.0"
] | null | null | null | guokeui/src/main/java/com/guohao/guokeui/hencoder/hencoderpracticedraw6/sample/sample08/Sample08ObjectAnimatorLayout.java | guoke24/GuoKeUI | e7ceacd05bd0505e5e2f2c1edcd090a6aff9ebf7 | [
"Apache-2.0"
] | null | null | null | package com.guohao.guokeui.hencoder.hencoderpracticedraw6.sample.sample08;
import android.animation.ObjectAnimator;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.Button;
import android.widget.RelativeLayout;
import androidx.interpolator.view.animatio... | 30.673469 | 96 | 0.707917 |
8acb2e0fd18df10fda2753fef34d0603f54349b6 | 26,706 | sql | SQL | sipas_cloud.sql | rioanugrah/laravel_sipas_cloud | fc8adb76c23c2cf937d95d830dcafe0b6a4fb6f2 | [
"MIT"
] | null | null | null | sipas_cloud.sql | rioanugrah/laravel_sipas_cloud | fc8adb76c23c2cf937d95d830dcafe0b6a4fb6f2 | [
"MIT"
] | null | null | null | sipas_cloud.sql | rioanugrah/laravel_sipas_cloud | fc8adb76c23c2cf937d95d830dcafe0b6a4fb6f2 | [
"MIT"
] | null | null | null | -- phpMyAdmin SQL Dump
-- version 5.0.2
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Sep 07, 2020 at 05:28 AM
-- Server version: 10.4.14-MariaDB
-- PHP Version: 7.4.9
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIEN... | 37.298883 | 333 | 0.703475 |
53e8acbfa692ab646840fd433685b525e55a2792 | 1,222 | kt | Kotlin | app/src/main/java/com/rodrigodominguez/mixanimationsmotionlayout/rotationcard/RotationCardHomeActivity.kt | rodrigomartind/MixAnimationsMotionLayout | 17e3d8ad36a3b9806c828bd03cc71eb37af789dc | [
"Apache-2.0"
] | 527 | 2020-06-03T22:28:00.000Z | 2022-03-15T03:14:50.000Z | app/src/main/java/com/rodrigodominguez/mixanimationsmotionlayout/rotationcard/RotationCardHomeActivity.kt | doctorcode9/MixAnimationsMotionLayout | 291f7dd40baa19cfb5c550db0cae1dcbdfbf6912 | [
"Apache-2.0"
] | 2 | 2020-08-18T17:22:43.000Z | 2021-07-18T00:47:46.000Z | app/src/main/java/com/rodrigodominguez/mixanimationsmotionlayout/rotationcard/RotationCardHomeActivity.kt | doctorcode9/MixAnimationsMotionLayout | 291f7dd40baa19cfb5c550db0cae1dcbdfbf6912 | [
"Apache-2.0"
] | 60 | 2020-06-03T22:28:06.000Z | 2022-03-20T11:21:45.000Z | package com.rodrigodominguez.mixanimationsmotionlayout.rotationcard
import android.content.Intent
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import com.rodrigodominguez.mixanimationsmotionlayout.R
import com.rodrigodominguez.mixanimationsmotionlayout.rotationcard.scenes.RotationCardScene1... | 39.419355 | 100 | 0.734861 |
0342fe203cbcfd0590cf1d06a60c9e4d62b0d3d5 | 2,115 | ps1 | PowerShell | Cas/CAS-CreateJob-SubjectNode.ps1 | Cinegy/powershell | 0d1cc61ac9174445108b015e28bc353630dfb5c9 | [
"Apache-2.0"
] | null | null | null | Cas/CAS-CreateJob-SubjectNode.ps1 | Cinegy/powershell | 0d1cc61ac9174445108b015e28bc353630dfb5c9 | [
"Apache-2.0"
] | null | null | null | Cas/CAS-CreateJob-SubjectNode.ps1 | Cinegy/powershell | 0d1cc61ac9174445108b015e28bc353630dfb5c9 | [
"Apache-2.0"
] | null | null | null | Param(
[Parameter(Mandatory=$true)][string]$JobDropTargetId,
[Parameter(Mandatory=$true)][string]$SubjectNodeId,
[Parameter(Mandatory=$false)][string]$JobName="",
[Parameter(Mandatory=$false)][bool]$CreateDisabled=$false)
# $JobDropTargetId = job drop target node id where new job should be created
# $S... | 34.672131 | 123 | 0.669504 |
904d0869e6add979fded32c2885974590007c47a | 5,996 | py | Python | FALCON/src/train_test/train.py | zijiantang168/Reproducability-FALCON | eef9d8d72ae3b763d6a88107b90db9533afedd9e | [
"Apache-2.0"
] | null | null | null | FALCON/src/train_test/train.py | zijiantang168/Reproducability-FALCON | eef9d8d72ae3b763d6a88107b90db9533afedd9e | [
"Apache-2.0"
] | null | null | null | FALCON/src/train_test/train.py | zijiantang168/Reproducability-FALCON | eef9d8d72ae3b763d6a88107b90db9533afedd9e | [
"Apache-2.0"
] | 1 | 2021-05-13T13:52:37.000Z | 2021-05-13T13:52:37.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 not use this ... | 32.945055 | 109 | 0.58072 |
39b6b268199ed1897906826fabde0d9ea26d22c0 | 182 | swift | Swift | Tuna/Tuna/Internal/Networking/Models/StartSessionResponse.swift | tuna-software/ios-core-sdk | 3ad9d94cd42705b98e29d2a416abc3873e9b1cd0 | [
"BSD-2-Clause"
] | 1 | 2021-06-25T15:30:57.000Z | 2021-06-25T15:30:57.000Z | Tuna/Tuna/Internal/Networking/Models/StartSessionResponse.swift | tuna-software/ios-core-sdk | 3ad9d94cd42705b98e29d2a416abc3873e9b1cd0 | [
"BSD-2-Clause"
] | null | null | null | Tuna/Tuna/Internal/Networking/Models/StartSessionResponse.swift | tuna-software/ios-core-sdk | 3ad9d94cd42705b98e29d2a416abc3873e9b1cd0 | [
"BSD-2-Clause"
] | null | null | null | //
// StartSessionResponse.swift
// Tuna
//
// Created by Guilherme Rambo on 24/03/21.
//
import Foundation
struct StartSessionResponse: Decodable {
let sessionId: String
}
| 14 | 43 | 0.708791 |
4529b4c0669b553d91834f2836935fff0ed7df36 | 6,732 | sql | SQL | backend/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5455620_sys_FRESH-1236-customer-vendor-subtab-bpartner-webui.sql | dram/metasfresh | a1b881a5b7df8b108d4c4ac03082b72c323873eb | [
"RSA-MD"
] | 1,144 | 2016-02-14T10:29:35.000Z | 2022-03-30T09:50:41.000Z | backend/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5455620_sys_FRESH-1236-customer-vendor-subtab-bpartner-webui.sql | vestigegroup/metasfresh | 4b2d48c091fb2a73e6f186260a06c715f5e2fe96 | [
"RSA-MD"
] | 8,283 | 2016-04-28T17:41:34.000Z | 2022-03-30T13:30:12.000Z | backend/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5455620_sys_FRESH-1236-customer-vendor-subtab-bpartner-webui.sql | vestigegroup/metasfresh | 4b2d48c091fb2a73e6f186260a06c715f5e2fe96 | [
"RSA-MD"
] | 441 | 2016-04-29T08:06:07.000Z | 2022-03-28T06:09:56.000Z | -- 27.01.2017 10:58
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_UI_Element SET IsDisplayed='Y',Updated=TO_TIMESTAMP('2017-01-27 10:58:16','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=1000245
;
-- 27.01.2017 10:59
-- I forgot to set the DICTIONARY_ID_COMMENTS System Conf... | 51.389313 | 174 | 0.785205 |
4efddd29a98b19030d2cbb25880c9beda285031b | 463 | sql | SQL | scripts/remove.sql | esther509/uag-db-netflix | 247ca70bbd092480931bcba8dcf3dca526e5ecb3 | [
"MIT"
] | null | null | null | scripts/remove.sql | esther509/uag-db-netflix | 247ca70bbd092480931bcba8dcf3dca526e5ecb3 | [
"MIT"
] | null | null | null | scripts/remove.sql | esther509/uag-db-netflix | 247ca70bbd092480931bcba8dcf3dca526e5ecb3 | [
"MIT"
] | null | null | null | DROP TABLE IF EXISTS public.directed_by;
DROP TABLE IF EXISTS public.acts_in;
DROP TABLE IF EXISTS public.watched_by;
DROP TABLE IF EXISTS public.commented_by;
DROP TABLE IF EXISTS public.rated_by;
DROP TABLE IF EXISTS public.movie_category;
DROP TABLE IF EXISTS public.movie_award;
DROP TABLE IF EXISTS public.movie;
DR... | 35.615385 | 43 | 0.818575 |
fe0f6e5b339c9ad3019d13ec187c7fd2af164a80 | 26 | asm | Assembly | pkgs/tools/yasm/src/modules/objfmts/bin/tests/multisect/vfollows-notfound-err.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | pkgs/tools/yasm/src/modules/objfmts/bin/tests/multisect/vfollows-notfound-err.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | pkgs/tools/yasm/src/modules/objfmts/bin/tests/multisect/vfollows-notfound-err.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | section foo vfollows=bar
| 8.666667 | 24 | 0.807692 |
071cdcec201319ee722df54114a460b4ba2194a3 | 2,605 | sql | SQL | gpff-sql/procedures/tablehelp/procCountTableHelp.sql | jestevez/portfolio-trusts-funds | 0ec2e8431587209f7b59b55b3692ec24a84a8b78 | [
"Apache-2.0"
] | 1 | 2019-07-02T10:01:31.000Z | 2019-07-02T10:01:31.000Z | gpff-sql/procedures/tablehelp/procCountTableHelp.sql | jestevez/portfolio-trusts-funds | 0ec2e8431587209f7b59b55b3692ec24a84a8b78 | [
"Apache-2.0"
] | null | null | null | gpff-sql/procedures/tablehelp/procCountTableHelp.sql | jestevez/portfolio-trusts-funds | 0ec2e8431587209f7b59b55b3692ec24a84a8b78 | [
"Apache-2.0"
] | 1 | 2021-04-21T18:52:59.000Z | 2021-04-21T18:52:59.000Z |
--DROP PROCEDURE GPSQLWEB.procCountTableHelp
CREATE PROCEDURE GPSQLWEB.procCountTableHelp (
IN P_ID INTEGER ,
IN P_CODE varchar(2) ,
IN P_NAME varchar(100) ,
IN P_TABLENAME varchar(100) ,
IN P_TABLECODE varchar(100) ,
IN P_TABLEDESC varchar(100) ,
IN P_TABLEPARENT varchar(100) ,
IN P_USERNAME VARC... | 32.160494 | 115 | 0.607678 |
6c2ae6dc7e114628e128c795cac50b748fba72d3 | 2,752 | go | Go | src/backend/go-docker-manager/docker.go | atkinson137/docker-game-manager | 4aa543a0e54057ee3c45875d44e9e9af6d8ce68a | [
"MIT"
] | null | null | null | src/backend/go-docker-manager/docker.go | atkinson137/docker-game-manager | 4aa543a0e54057ee3c45875d44e9e9af6d8ce68a | [
"MIT"
] | 1 | 2018-07-07T21:03:32.000Z | 2018-07-07T21:03:32.000Z | src/backend/go-docker-manager/docker.go | atkinson137/docker-game-manager | 4aa543a0e54057ee3c45875d44e9e9af6d8ce68a | [
"MIT"
] | null | null | null | package main
import (
"context"
"io"
"os"
"time"
"docker.io/go-docker"
"docker.io/go-docker/api/types"
"docker.io/go-docker/api/types/container"
"github.com/hhkbp2/go-logging"
)
type dockerContainer struct {
log *logging.Logger
imageName string
}
func getCli() *docker.Client {
cli, err := docker.N... | 25.481481 | 100 | 0.707485 |
e7ea946532831388997e4802f68739577a16154d | 1,122 | asm | Assembly | programs/oeis/009/A009759.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/009/A009759.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/009/A009759.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A009759: Expansion of (3 - 21*x + 4*x^2)/((x-1)*(x^2 - 6*x + 1)).
; -3,0,17,116,693,4056,23657,137900,803757,4684656,27304193,159140516,927538917,5406093000,31509019097,183648021596,1070379110493,6238626641376,36361380737777,211929657785300,1235216565974037,7199369738058936,41961001862379593,244566641436218636,142543... | 66 | 927 | 0.865419 |
5e9d7f019f809024250efad0f11ff036ba9beb88 | 338 | swift | Swift | Example/Pods/ResearchSuiteTaskBuilder/ResearchSuiteTaskBuilder/Classes/Service Protocols/RSTBElementGenerator.swift | CuriosityHealth/ResearchSuiteApplicationFramework-iOS | 0971e53b7055d26b67761caa247ea967fdf3035a | [
"Apache-2.0"
] | null | null | null | Example/Pods/ResearchSuiteTaskBuilder/ResearchSuiteTaskBuilder/Classes/Service Protocols/RSTBElementGenerator.swift | CuriosityHealth/ResearchSuiteApplicationFramework-iOS | 0971e53b7055d26b67761caa247ea967fdf3035a | [
"Apache-2.0"
] | null | null | null | Example/Pods/ResearchSuiteTaskBuilder/ResearchSuiteTaskBuilder/Classes/Service Protocols/RSTBElementGenerator.swift | CuriosityHealth/ResearchSuiteApplicationFramework-iOS | 0971e53b7055d26b67761caa247ea967fdf3035a | [
"Apache-2.0"
] | 3 | 2020-02-14T17:54:10.000Z | 2021-06-21T19:05:03.000Z | //
// RSTBElementGenerator.swift
// Pods
//
// Created by James Kizer on 1/9/17.
//
//
import Gloss
public protocol RSTBElementGenerator {
func generateElements(type: String, jsonObject: JSON, helper: RSTBTaskBuilderHelper) -> [JSON]?
func supportsType(type: String) -> Bool
func supportedStepTypes... | 18.777778 | 99 | 0.686391 |
9e9d0d35371499f94aa40603911268589046d78b | 2,771 | sql | SQL | macros/utils/time_macros.sql | katsugeneration/dbt-re-data | d3bcc3c751f38015bc609797b67e56cf6a6e13a7 | [
"MIT"
] | 50 | 2021-06-09T18:23:22.000Z | 2022-03-27T02:40:39.000Z | macros/utils/time_macros.sql | katsugeneration/dbt-re-data | d3bcc3c751f38015bc609797b67e56cf6a6e13a7 | [
"MIT"
] | 16 | 2021-06-19T09:29:44.000Z | 2022-03-02T11:42:51.000Z | macros/utils/time_macros.sql | katsugeneration/dbt-re-data | d3bcc3c751f38015bc609797b67e56cf6a6e13a7 | [
"MIT"
] | 11 | 2021-07-19T06:13:47.000Z | 2022-03-22T21:14:25.000Z |
{% macro time_filter(column_name, column_type) %}
case when {{ re_data.is_datetime(column_type)}} = true
then
column_name
else
null
end
{% endmacro %}
{% macro time_window_start() %}
cast('{{- var('re_data:time_window_start') -}}' as timestamp)
{% endmacro %}
{% macro time_wi... | 31.850575 | 106 | 0.692891 |
d1398e6704455d2a847fdb935e9c6a5864f3b956 | 933 | ps1 | PowerShell | ReleaseProcessScript/tools/PesterTester/GitCommandsForReferenceDir/Hotfix-PreRelease-Alpha-TaggedCommonAncestor/Initialize.ps1 | re-motion/SharedSource-Build | b9ccfb5889783eedb564684d83daf22d2da85ede | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | ReleaseProcessScript/tools/PesterTester/GitCommandsForReferenceDir/Hotfix-PreRelease-Alpha-TaggedCommonAncestor/Initialize.ps1 | re-motion/SharedSource-Build | b9ccfb5889783eedb564684d83daf22d2da85ede | [
"ECL-2.0",
"Apache-2.0"
] | 11 | 2020-02-05T11:57:57.000Z | 2021-06-21T12:12:52.000Z | ReleaseProcessScript/tools/PesterTester/GitCommandsForReferenceDir/Hotfix-PreRelease-Alpha-TaggedCommonAncestor/Initialize.ps1 | re-motion/SharedSource-Build | b9ccfb5889783eedb564684d83daf22d2da85ede | [
"ECL-2.0",
"Apache-2.0"
] | 3 | 2015-09-25T11:52:13.000Z | 2020-04-20T19:48:13.000Z | git checkout -b "support/v2.28" *>$NULL
git commit -m "Commit on Support Branch" --allow-empty *>$NULL
git tag -a "v2.28.0" -m "v2.28.0" *>$NULL
git checkout -b "support/v2.29" *>$NULL
git checkout -b "hotfix/v2.29.1" *>$NULL
git commit -m "Feature-A" --allow-empty *>$NULL
git checkout -b "prelease/v2.29.1-alpha.1" ... | 35.884615 | 82 | 0.655949 |
e521e4ccfc14c1849428e9160ad7251cbe09828f | 3,295 | tsx | TypeScript | src/components/ContactPage/light.tsx | agenciaglobal/web | 50c98afcb89ff71ba747c3fd99862181b86a320e | [
"MIT"
] | null | null | null | src/components/ContactPage/light.tsx | agenciaglobal/web | 50c98afcb89ff71ba747c3fd99862181b86a320e | [
"MIT"
] | 56 | 2020-07-23T19:43:42.000Z | 2020-08-27T15:28:28.000Z | src/components/ContactPage/light.tsx | agenciaglobal/web | 50c98afcb89ff71ba747c3fd99862181b86a320e | [
"MIT"
] | null | null | null | export const lightMap = {
mapTypeControl: false,
streetViewControl: false,
disableDefaultUI: true,
fullscreenControl: false,
styles: [
{
elementType: "geometry",
stylers: [{ color: "#f5f5f5" }],
},
{
elementType: "labels.text.fill",
stylers: [{ color: "#7D7D7D" }],
},
... | 23.535714 | 52 | 0.516237 |
8a3782673f3f50f18497b04fd15b113517b74ce5 | 331 | swift | Swift | Sources/NonNullCodable+CastingCodable.swift | chan614/DefaultCodable | d700ca098e9fc46c93819d5561f36bc408cd876a | [
"MIT"
] | null | null | null | Sources/NonNullCodable+CastingCodable.swift | chan614/DefaultCodable | d700ca098e9fc46c93819d5561f36bc408cd876a | [
"MIT"
] | null | null | null | Sources/NonNullCodable+CastingCodable.swift | chan614/DefaultCodable | d700ca098e9fc46c93819d5561f36bc408cd876a | [
"MIT"
] | null | null | null | //
// NonNullCodable+CastingCodable.swift
//
//
// Created by parkjichan on 2022/03/17.
//
public protocol NonNullCodable {
associatedtype Value: Codable
static var defaultValue: Value { get }
}
public protocol CastingCodable {
associatedtype Value: Codable
static func cast(stringValue: String?) ... | 18.388889 | 51 | 0.70997 |
c0306a2d9301d62a7be8798e1b3d0895c88a0e7d | 646 | asm | Assembly | oeis/030/A030629.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/030/A030629.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/030/A030629.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A030629: Numbers with 11 divisors.
; Submitted by Jon Maiga
; 1024,59049,9765625,282475249,25937424601,137858491849,2015993900449,6131066257801,41426511213649,420707233300201,819628286980801,4808584372417849,13422659310152401,21611482313284249,52599132235830049,174887470365513049,511116753300641401,713342911662882601... | 71.777778 | 489 | 0.882353 |
5b55491db472a5bdba8cfc308a2c148a3bfc0a09 | 531 | asm | Assembly | oeis/350/A350387.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/350/A350387.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/350/A350387.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A350387: a(n) is the sum of the odd exponents in the prime factorization of n.
; Submitted by Jon Maiga
; 0,1,1,0,1,2,1,3,0,2,1,1,1,2,2,0,1,1,1,1,2,2,1,4,0,2,3,1,1,3,1,5,2,2,2,0,1,2,2,4,1,3,1,1,1,2,1,1,0,1,2,1,1,4,2,4,2,2,1,2,1,2,1,0,2,3,1,1,2,3,1,3,1,2,1,1,2,3,1,1,0,2,1,2,2,2,2,4,1,2,2,1,2,2,2,6,1,1,1,0
seq $0,3503... | 66.375 | 201 | 0.647834 |
7abe3d31cb2ec9b8413fbb807c16c0e530e5a366 | 1,208 | rb | Ruby | spec/controllers/refinery/admin/videos/videos_controller_spec.rb | adexin/refinerycms-videojs | af1935adfa543a33d0a1ea019cd5d070fd2bb99f | [
"MIT"
] | 12 | 2017-09-21T23:26:55.000Z | 2020-12-19T00:33:58.000Z | spec/controllers/refinery/admin/videos/videos_controller_spec.rb | adexin/refinerycms-videojs | af1935adfa543a33d0a1ea019cd5d070fd2bb99f | [
"MIT"
] | 11 | 2020-03-02T09:27:37.000Z | 2022-02-26T06:47:36.000Z | spec/controllers/refinery/admin/videos/videos_controller_spec.rb | adexin-team/refinerycms-videojs | af1935adfa543a33d0a1ea019cd5d070fd2bb99f | [
"MIT"
] | 17 | 2015-02-19T10:25:35.000Z | 2017-03-17T06:53:32.000Z | require 'spec_helper'
describe Refinery::Videos::Admin::VideosController, type: :controller do
render_views
before do
@user = Refinery::Authentication::Devise::User.create!(:username => 'admin@admin.com',
:email => 'admin@admin.com',
:passw... | 30.2 | 95 | 0.607616 |
3087226d326b4973135e50d5432fb1e511537a6e | 1,612 | htm | HTML | game/data/html/mods/buffer/Buffer-3.htm | TheDemonLife/Lineage2Server-Interlude | d23d145db533fd899d4064026e4bc7ee45c6624a | [
"Apache-2.0"
] | 10 | 2019-07-27T13:12:11.000Z | 2022-01-15T19:13:26.000Z | game/data/html/mods/buffer/Buffer-3.htm | TheDemonLife/Lineage2Server-Interlude | d23d145db533fd899d4064026e4bc7ee45c6624a | [
"Apache-2.0"
] | 1 | 2021-08-06T12:15:01.000Z | 2021-08-09T10:18:47.000Z | game/data/html/mods/buffer/Buffer-3.htm | TheDemonLife/Lineage2Server-Interlude | d23d145db533fd899d4064026e4bc7ee45c6624a | [
"Apache-2.0"
] | 2 | 2020-02-20T23:02:26.000Z | 2020-11-22T09:27:51.000Z | <html><body>
<br>
<center>
<table width=230>
<tr>
<td width=5></td>
<td valign=top><img src=icon.skill0271 width=32 height=32 align=left></td>
<td><a action="bypass -h Quest 50000_Buffer Buff 271">Warrior</a></td>
<td valign=top><img src=icon.skill0272 width=32 height=32 align=left></td>
<td><a action="bypas... | 40.3 | 161 | 0.681762 |
4207a327ad36226c884e16a5ea6e85e9ba03055e | 789 | html | HTML | src/Umbraco.Web.UI.Client/src/views/propertyeditors/checkboxlist/checkboxlist.html | nul800sebastiaan/Umbraco-CMS | dfdb498537a6253c417f4f755283959416608243 | [
"MIT"
] | 3,375 | 2015-01-02T17:21:08.000Z | 2022-03-31T17:56:19.000Z | src/Umbraco.Web.UI.Client/src/views/propertyeditors/checkboxlist/checkboxlist.html | nul800sebastiaan/Umbraco-CMS | dfdb498537a6253c417f4f755283959416608243 | [
"MIT"
] | 9,473 | 2015-01-02T01:10:10.000Z | 2022-03-31T23:39:34.000Z | src/Umbraco.Web.UI.Client/src/views/propertyeditors/checkboxlist/checkboxlist.html | nul800sebastiaan/Umbraco-CMS | dfdb498537a6253c417f4f755283959416608243 | [
"MIT"
] | 3,059 | 2015-01-02T04:31:28.000Z | 2022-03-31T05:27:07.000Z | <div class="umb-property-editor umb-checkboxlist" ng-controller="Umbraco.PropertyEditors.CheckboxListController as vm">
<ng-form name="checkboxListFieldForm">
<ul class="unstyled">
<li ng-repeat="item in vm.viewItems track by item.key">
<umb-checkbox name="{{::model.alias}}_{{... | 46.411765 | 255 | 0.632446 |
c1e35e769470d9d45ca7840c2ba8582bfbefdd26 | 1,620 | lua | Lua | vendor/RainbowRepacker/tool/engine_android(5)/assets/scripts/view/kScreen_1280_800/hall/recharge/rechargeTopAd.lua | huangtao/cloud-test | 8087b1337d47daab9eb39335ca6e286df0e4b4dc | [
"Apache-2.0"
] | 1 | 2018-09-12T15:43:32.000Z | 2018-09-12T15:43:32.000Z | vendor/RainbowRepacker/tool/engine_android(5)/assets/scripts/view/kScreen_1280_800/hall/recharge/rechargeTopAd.lua | huangtao/cloud-test | 8087b1337d47daab9eb39335ca6e286df0e4b4dc | [
"Apache-2.0"
] | null | null | null | vendor/RainbowRepacker/tool/engine_android(5)/assets/scripts/view/kScreen_1280_800/hall/recharge/rechargeTopAd.lua | huangtao/cloud-test | 8087b1337d47daab9eb39335ca6e286df0e4b4dc | [
"Apache-2.0"
] | 3 | 2018-09-12T15:43:33.000Z | 2019-07-10T09:50:15.000Z | local market_pin_map = require("qnFiles/qnPlist/hall/market_pin");
local rechargeTopAd=
{
name="rechargeTopAd",type=0,typeName="View",time=0,report=0,x=0,y=0,width=1280,height=720,visible=1,fillParentWidth=1,fillParentHeight=1,nodeAlign=kAlignTop,
{
name="commonLayer",type=0,typeName="View",time=105705540,x=0,y=100... | 67.5 | 308 | 0.779012 |
cdc29e6813eadec07d1c93f42bb25209c58cadd9 | 849 | sql | SQL | AttachDBWithoutLogFile.sql | treebat1/SQL | 388c4dc59618589725a8761d5711169452650192 | [
"MIT"
] | null | null | null | AttachDBWithoutLogFile.sql | treebat1/SQL | 388c4dc59618589725a8761d5711169452650192 | [
"MIT"
] | null | null | null | AttachDBWithoutLogFile.sql | treebat1/SQL | 388c4dc59618589725a8761d5711169452650192 | [
"MIT"
] | null | null | null |
USE [master]
GO
CREATE DATABASE [ProductsDB] ON
( FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL10.SQL2008\MSSQL\DATA\ProductsDB.mdf' )
FOR ATTACH
GO
/*
Once the above T-SQL code has executed successfully you will get the below message which informs you that SQL Server has created a new transactio... | 44.684211 | 174 | 0.779741 |
ec4142e06d47a3ec2ab3de6d2ea062b6618318d2 | 1,396 | swift | Swift | 0162. Find Peak Element.swift | sergeyleschev/leetcode-swift | b73b8fa61a14849e48fb38e27e51ea6c12817d64 | [
"MIT"
] | 10 | 2021-05-16T07:19:41.000Z | 2021-08-02T19:02:00.000Z | 0162. Find Peak Element.swift | sergeyleschev/leetcode-swift | b73b8fa61a14849e48fb38e27e51ea6c12817d64 | [
"MIT"
] | null | null | null | 0162. Find Peak Element.swift | sergeyleschev/leetcode-swift | b73b8fa61a14849e48fb38e27e51ea6c12817d64 | [
"MIT"
] | 1 | 2021-08-18T05:33:00.000Z | 2021-08-18T05:33:00.000Z | class Solution {
// Solution @ Sergey Leschev, Belarusian State University
// 162. Find Peak Element
// A peak element is an element that is strictly greater than its neighbors.
// Given an integer array nums, find a peak element, and return its index. If the array contains multiple peaks, return the ... | 31.727273 | 154 | 0.551576 |
668955631d768f1f0f46e07760a5d9b2c2017637 | 4,399 | swift | Swift | Sources/BeeTracking/AppearanceRAE+Serialization.swift | brandoDecu/SwiftFusion | 50f1bdc5c7695d1f3c8c1c6004b6a7cf00041d73 | [
"Apache-2.0"
] | null | null | null | Sources/BeeTracking/AppearanceRAE+Serialization.swift | brandoDecu/SwiftFusion | 50f1bdc5c7695d1f3c8c1c6004b6a7cf00041d73 | [
"Apache-2.0"
] | null | null | null | Sources/BeeTracking/AppearanceRAE+Serialization.swift | brandoDecu/SwiftFusion | 50f1bdc5c7695d1f3c8c1c6004b6a7cf00041d73 | [
"Apache-2.0"
] | null | null | null | import PythonKit
import TensorFlow
extension Dense where Scalar: NumpyScalarCompatible {
/// Loads weights and bias from the numpy arrays in `weights`.
///
/// `weights[0]` is the dense weight matrix and `weights[1]` is the bias.
mutating func load(weights: PythonObject) {
let weight = Tensor<Scalar>(numpy... | 31.198582 | 94 | 0.678791 |
327cf59143a5490807b7ebabf1184a9defda38fd | 187 | swift | Swift | Sources/Neon/Compatibility.swift | ChimeHQ/TreeSitterClient | f3cae6e27fde78cf5a02378323d562b3ec5f894d | [
"BSD-3-Clause"
] | 2 | 2022-03-20T13:59:52.000Z | 2022-03-21T04:30:05.000Z | Sources/Neon/Compatibility.swift | ChimeHQ/TreeSitterClient | f3cae6e27fde78cf5a02378323d562b3ec5f894d | [
"BSD-3-Clause"
] | null | null | null | Sources/Neon/Compatibility.swift | ChimeHQ/TreeSitterClient | f3cae6e27fde78cf5a02378323d562b3ec5f894d | [
"BSD-3-Clause"
] | null | null | null | import Foundation
func preconditionOnMainQueue() {
if #available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *) {
dispatchPrecondition(condition: .onQueue(.main))
}
}
| 23.375 | 69 | 0.668449 |
0593064ad2ab05d2de92ade1c7b24efb3f39def7 | 1,878 | ps1 | PowerShell | edgelet/build/windows/openssl.ps1 | ngi644/iotedge | 32860a7794e88932f83f4e01582d5f1d8f553347 | [
"MIT"
] | 2 | 2019-02-04T20:18:48.000Z | 2019-03-22T13:38:47.000Z | edgelet/build/windows/openssl.ps1 | ngi644/iotedge | 32860a7794e88932f83f4e01582d5f1d8f553347 | [
"MIT"
] | null | null | null | edgelet/build/windows/openssl.ps1 | ngi644/iotedge | 32860a7794e88932f83f4e01582d5f1d8f553347 | [
"MIT"
] | null | null | null | # Copyright (c) Microsoft. All rights reserved.
function Get-OpenSSL
{
if (!((Test-Path -Path $env:HOMEDRIVE\vcpkg) -and ((Test-Path -Path $env:HOMEDRIVE\vcpkg\vcpkg.exe))))
{
Write-Host "Installing vcpkg from github..."
git clone https://github.com/Microsoft/vcpkg $env:HOMEDRIVE\vcpkg
... | 39.125 | 160 | 0.65016 |
3ccd61e3e70ce4376f1a2444976059fbde913ad8 | 170 | ps1 | PowerShell | build/Chocolatey/gsudo/tools/chocolateybeforemodify.ps1 | bluPhy/gsudo | 3af405949cfdb1485fa899bcfd08115d10ab0b3f | [
"MIT"
] | 2,246 | 2019-11-29T10:41:17.000Z | 2022-03-31T17:12:12.000Z | build/Chocolatey/gsudo/tools/chocolateybeforemodify.ps1 | bluPhy/gsudo | 3af405949cfdb1485fa899bcfd08115d10ab0b3f | [
"MIT"
] | 121 | 2019-12-19T22:06:14.000Z | 2022-03-31T13:35:14.000Z | build/Chocolatey/gsudo/tools/chocolateybeforemodify.ps1 | bluPhy/gsudo | 3af405949cfdb1485fa899bcfd08115d10ab0b3f | [
"MIT"
] | 80 | 2019-12-27T15:40:01.000Z | 2022-03-31T15:04:47.000Z | $ErrorActionPreference = "SilentlyContinue"
$running = Get-Process gsudo -ErrorAction SilentlyContinue
if ($running) {
gsudo.exe -k
Start-Sleep -Milliseconds 500
}
| 18.888889 | 58 | 0.758824 |
40f77061b2ad02054f9eb6e9a7e09b99c817063f | 1,756 | py | Python | reproduction/text_classification/train_lstm.py | KuNyaa/fastNLP | 22f9b87c54a4eebec7352c7ff772cd24685c7186 | [
"Apache-2.0"
] | 1 | 2019-10-05T06:02:44.000Z | 2019-10-05T06:02:44.000Z | reproduction/text_classification/train_lstm.py | awesomemachinelearning/fastNLP | 945b30bb6174751130744231aa26119bf9bb2601 | [
"Apache-2.0"
] | 1 | 2019-12-09T06:34:44.000Z | 2019-12-09T06:34:44.000Z | reproduction/text_classification/train_lstm.py | awesomemachinelearning/fastNLP | 945b30bb6174751130744231aa26119bf9bb2601 | [
"Apache-2.0"
] | null | null | null | # 首先需要加入以下的路径到环境变量,因为当前只对内部测试开放,所以需要手动申明一下路径
import os
os.environ['FASTNLP_BASE_URL'] = 'http://10.141.222.118:8888/file/download/'
os.environ['FASTNLP_CACHE_DIR'] = '/remote-home/hyan01/fastnlp_caches'
from fastNLP.io.data_loader import IMDBLoader
from fastNLP.embeddings import StaticEmbedding
from model.lstm import ... | 29.762712 | 135 | 0.747153 |
f587e81adf6d3218953adfcc788fc652d6c0aca6 | 2,917 | css | CSS | TutorGet/Content/Infragistics/css/themes/bootstrap3/flatly/style-guide/style-guide.css | Kewang0068/TutorGetApp | fd8908eaca184cbdd28ce3357e081d6e540a07b0 | [
"MIT"
] | null | null | null | TutorGet/Content/Infragistics/css/themes/bootstrap3/flatly/style-guide/style-guide.css | Kewang0068/TutorGetApp | fd8908eaca184cbdd28ce3357e081d6e540a07b0 | [
"MIT"
] | null | null | null | TutorGet/Content/Infragistics/css/themes/bootstrap3/flatly/style-guide/style-guide.css | Kewang0068/TutorGetApp | fd8908eaca184cbdd28ce3357e081d6e540a07b0 | [
"MIT"
] | null | null | null | .paragraph-styles p,body{margin:0}.g-box-color,.text-center{text-align:center}.brand-color,.flex-group,.paragraph-styles,.section-column{display:flex}body{padding:0}.container{max-width:960px;margin:100px auto}.style-guide-header{margin-bottom:40px}.g-row{margin-left:-20px;margin-right:-20px}.g-box-color,.g-box-text{fl... | 2,917 | 2,917 | 0.785053 |
04403aca717e288007c1ec9cb13bbeb7a8d69f4f | 4,002 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_158.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_158.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_158.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
// REPMOV
lea addresses_D+0x9296, %rsi
lea addresses_D+0xb7ce, %rdi
nop
nop
cmp %rdx, %rdx
mov $20, %rcx
rep movsb
nop
nop
nop
nop
and %rsi, %rsi
// Faulty Lo... | 65.606557 | 2,999 | 0.662419 |
45226197b0ba0e82a8e9233f35ab237cdb51cd74 | 830 | sql | SQL | Server/htdocs/AppController/commands_RSM/updater/server/phpUpdate_From_v6.2.0.3.149_to_v6.3.0.3.150/update_post.sql | Redsauce/RSM-Core | 9fd0c674dc81d3d344a3d86e11c782f8b2d2f34c | [
"MIT"
] | 2 | 2017-12-14T17:21:58.000Z | 2020-09-27T09:31:13.000Z | Server/htdocs/AppController/commands_RSM/updater/server/phpUpdate_From_v6.2.0.3.149_to_v6.3.0.3.150/update_post.sql | Redsauce/RSM-Core | 9fd0c674dc81d3d344a3d86e11c782f8b2d2f34c | [
"MIT"
] | null | null | null | Server/htdocs/AppController/commands_RSM/updater/server/phpUpdate_From_v6.2.0.3.149_to_v6.3.0.3.150/update_post.sql | Redsauce/RSM-Core | 9fd0c674dc81d3d344a3d86e11c782f8b2d2f34c | [
"MIT"
] | null | null | null | # Insert the application version with changes in the PHP layer
INSERT INTO rs_dbchanges (RS_ID, RS_PREVIOUS_VERSION, RS_NEW_VERSION, RS_EXECUTION_DATE, RS_COMMENTS)
VALUES (NULL, '6.2.0.3.149', '6.3.0.3.150', NOW(), 'Support for financial documents booking dates. Allow to work with designated financial documents alread... | 103.75 | 295 | 0.798795 |
eb00bc6d11dbfa950f0d87c9c83935a5b1512b00 | 597 | swift | Swift | Sources/KeyboardKitSwiftUI/Settings/PersistedKeyboardSetting+Identifiable.swift | Brennanium/KeyboardKitSwiftUI | 843b36c106afd1c31b49b6e1ea5e1f3e570b631b | [
"MIT"
] | 70 | 2020-03-20T00:26:46.000Z | 2022-02-28T13:37:17.000Z | Sources/KeyboardKitSwiftUI/Settings/PersistedKeyboardSetting+Identifiable.swift | Brennanium/KeyboardKitSwiftUI | 843b36c106afd1c31b49b6e1ea5e1f3e570b631b | [
"MIT"
] | 9 | 2020-09-06T11:56:13.000Z | 2021-01-26T21:36:55.000Z | Sources/KeyboardKitSwiftUI/Settings/PersistedKeyboardSetting+Identifiable.swift | Brennanium/KeyboardKitSwiftUI | 843b36c106afd1c31b49b6e1ea5e1f3e570b631b | [
"MIT"
] | 8 | 2020-06-16T04:36:40.000Z | 2021-01-16T06:24:33.000Z | //
// PersistedKeyboardSetting+Identifiable.swift
// KeyboardKit
//
// Created by Daniel Saidi on 2020-06-09.
// Copyright © 2020 Daniel Saidi. All rights reserved.
//
import Foundation
import KeyboardKit
public extension PersistedKeyboardSetting {
init<Context: Identifiable>(
_ setting: Keyboard... | 22.961538 | 55 | 0.644891 |
17b472daad2c75b28d5661fff6c6ab3bf169b478 | 1,482 | kt | Kotlin | src/test/kotlin/me/lensvol/blackconnect/FileSaveTriggerTestCase.kt | studioj/intellij-blackconnect | cd52aff0ffb7a6fd038a578e26699af73b836527 | [
"MIT"
] | 31 | 2020-06-04T19:07:46.000Z | 2022-03-17T04:05:46.000Z | src/test/kotlin/me/lensvol/blackconnect/FileSaveTriggerTestCase.kt | studioj/intellij-blackconnect | cd52aff0ffb7a6fd038a578e26699af73b836527 | [
"MIT"
] | 25 | 2020-05-20T01:11:52.000Z | 2022-03-30T06:33:25.000Z | src/test/kotlin/me/lensvol/blackconnect/FileSaveTriggerTestCase.kt | studioj/intellij-blackconnect | cd52aff0ffb7a6fd038a578e26699af73b836527 | [
"MIT"
] | 3 | 2020-09-04T20:01:55.000Z | 2021-12-01T04:22:52.000Z | package me.lensvol.blackconnect
import org.junit.Test
class FileSaveTriggerTestCase : BlackConnectTestCase() {
@Test
fun test_file_reformatted_on_save_if_enabled() {
val unformattedFile = openFileInEditor("unformatted.py")
val document = documentForFile(unformattedFile)
setupBlackdResp... | 35.285714 | 76 | 0.734143 |
0265c3f8254ce9a43580511caab61592b57f4845 | 278 | asm | Assembly | non-destructive-payload32.asm | fiercebrute/d0zer | cd81a8e709ec649fba77372cdf05b08e2aa9ee91 | [
"MIT"
] | 137 | 2021-06-16T22:31:52.000Z | 2022-02-19T19:25:40.000Z | non-destructive-payload32.asm | chennqqi/d0zer | cd81a8e709ec649fba77372cdf05b08e2aa9ee91 | [
"MIT"
] | null | null | null | non-destructive-payload32.asm | chennqqi/d0zer | cd81a8e709ec649fba77372cdf05b08e2aa9ee91 | [
"MIT"
] | 29 | 2021-06-17T04:56:54.000Z | 2022-02-11T11:42:53.000Z | global _start
section .text
_start:
jmp message
message:
call shellcode
db "hello -- this is a non-destructive payload", 0xa
shellcode:
pop ecx
mov ebx, 1
mov edx, 0x2a
mov eax, 4
int 0x80
;mov eax, 1
;mov ebx, 0
;int 0x80 | 13.9 | 56 | 0.589928 |
2166d80e92d15fc8fa27df504509af19b8a142cb | 7,611 | lua | Lua | modules/autoskill.lua | TryBane/FGO_LuaAdjustments | 78d0e3e60739578e2db22f84c44e6bdd17e40728 | [
"MIT"
] | null | null | null | modules/autoskill.lua | TryBane/FGO_LuaAdjustments | 78d0e3e60739578e2db22f84c44e6bdd17e40728 | [
"MIT"
] | 1 | 2019-01-21T10:21:10.000Z | 2019-01-21T10:21:10.000Z | modules/autoskill.lua | TryBane/FGO_LuaAdjustments | 78d0e3e60739578e2db22f84c44e6bdd17e40728 | [
"MIT"
] | null | null | null | -- modules
local _battle
local _card
-- consts
local SKILL_OK_CLICK = Location(1680,850)
local MASTER_SKILL_OPEN_CLICK = Location(2380,640)
local ORDER_CHANGE_OK_CLICK = Location(1280,1260)
local SKILL_1_CLICK = Location( 140,1160)
local SKILL_2_CLICK = Location( 340,1160)
local SKILL_3_CLICK = Location( 5... | 30.566265 | 163 | 0.704112 |
3b46ff879819c4b3524a0458971307e931db9255 | 9,017 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_775.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_775.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_775.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1c634, %rsi
lea addresses_UC_ht+0xa34c, %rdi
nop
nop
nop
xor $34784, %r11
mov $97, %rcx
rep movsq
nop
nop
and %r8, %r8
lea addresses_WT_ht+0x1c3b4, %rsi
lea addresses_WT_ht+0x... | 30.462838 | 2,999 | 0.656649 |
d7199d89b889fea94ef3fba8066278736bc53ced | 429 | sql | SQL | openGaussBase/testcase/KEYWORDS/admin/Opengauss_Function_Keyword_Admin_Case0032.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | openGaussBase/testcase/KEYWORDS/admin/Opengauss_Function_Keyword_Admin_Case0032.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | openGaussBase/testcase/KEYWORDS/admin/Opengauss_Function_Keyword_Admin_Case0032.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | -- @testpoint:opengauss关键字admin(非保留),作为用户名
--关键字admin作为用户名不带引号,创建成功
drop user if exists admin;
CREATE USER admin PASSWORD 'Bigdata@123';
--清理环境
drop user admin;
--关键字admin作为用户名加双引号,创建成功
drop user if exists "admin";
CREATE USER "admin" PASSWORD 'Bigdata@123';
--清理环境
drop user "admin";
--关键字admin作为用户名加单引号,合理报错
CREAT... | 20.428571 | 43 | 0.759907 |
d2bb8894aa32fdc6285f266f9035c4cb67927d82 | 3,809 | sql | SQL | tablas_necesarias.sql | jaimeirazabal1/productos_espera | 36e20efbc662c18458f4051651521294e1fffb85 | [
"BSD-3-Clause"
] | null | null | null | tablas_necesarias.sql | jaimeirazabal1/productos_espera | 36e20efbc662c18458f4051651521294e1fffb85 | [
"BSD-3-Clause"
] | null | null | null | tablas_necesarias.sql | jaimeirazabal1/productos_espera | 36e20efbc662c18458f4051651521294e1fffb85 | [
"BSD-3-Clause"
] | null | null | null |
-- phpMyAdmin SQL Dump
-- version 4.5.1
-- http://www.phpmyadmin.net
--
-- Servidor: 127.0.0.1
-- Tiempo de generación: 03-04-2016 a las 12:16:18
-- Versión del servidor: 10.1.9-MariaDB
-- Versión de PHP: 5.6.15
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT... | 22.538462 | 67 | 0.695721 |
2908a64626d13cd6ee7897d652cff7427ee39c1e | 162 | py | Python | twiml/voice/say/say-2/say-2.6.x.py | Tshisuaka/api-snippets | 52b50037d4af0f3b96adf76197964725a1501e96 | [
"MIT"
] | 234 | 2016-01-27T03:04:38.000Z | 2022-02-25T20:13:43.000Z | twiml/voice/say/say-2/say-2.6.x.py | Tshisuaka/api-snippets | 52b50037d4af0f3b96adf76197964725a1501e96 | [
"MIT"
] | 351 | 2016-04-06T16:55:33.000Z | 2022-03-10T18:42:36.000Z | twiml/voice/say/say-2/say-2.6.x.py | Tshisuaka/api-snippets | 52b50037d4af0f3b96adf76197964725a1501e96 | [
"MIT"
] | 494 | 2016-03-30T15:28:20.000Z | 2022-03-28T19:39:36.000Z | from twilio.twiml.voice_response import VoiceResponse, Say
response = VoiceResponse()
response.say('Chapeau!', voice='alice', language='fr-FR')
print(response)
| 23.142857 | 58 | 0.771605 |
0576b97a39ec7d7acd1c1cf296ee2828b8e9fe2f | 2,239 | rb | Ruby | spec/unit/desk_platform_rpt/twitter_stream_consumer_spec.rb | montague/desk_platform_rpt | b084010be71c941b6a9fbaf8124600ce64bd96c1 | [
"MIT"
] | null | null | null | spec/unit/desk_platform_rpt/twitter_stream_consumer_spec.rb | montague/desk_platform_rpt | b084010be71c941b6a9fbaf8124600ce64bd96c1 | [
"MIT"
] | 4 | 2016-02-25T15:59:04.000Z | 2016-02-26T14:56:32.000Z | spec/unit/desk_platform_rpt/twitter_stream_consumer_spec.rb | montague/desk_platform_rpt | b084010be71c941b6a9fbaf8124600ce64bd96c1 | [
"MIT"
] | null | null | null | require 'spec_helper'
describe DeskPlatformRpt::TwitterStreamConsumer do
describe '#consume' do
let(:consumer) { DeskPlatformRpt::TwitterStreamConsumer.new }
it 'initializes its inner state to be empty' do
expect(consumer.raw_messages_queue).to be_empty
expect(consumer.fragment).to be_empty
... | 32.926471 | 90 | 0.69406 |
445e764b2394327a86e7f8d25ca3295c31c35e96 | 292 | sql | SQL | Tables/BL/Version.sql | voicenter/MySwaggerHub | 7abd559682a488024e32f73f8a7d3765a12bd07f | [
"MIT"
] | null | null | null | Tables/BL/Version.sql | voicenter/MySwaggerHub | 7abd559682a488024e32f73f8a7d3765a12bd07f | [
"MIT"
] | null | null | null | Tables/BL/Version.sql | voicenter/MySwaggerHub | 7abd559682a488024e32f73f8a7d3765a12bd07f | [
"MIT"
] | null | null | null | CREATE TABLE Version
(
VersionID int(11) PRIMARY KEY NOT NULL AUTO_INCREMENT,
VersionNumber double DEFAULT '0.1',
VersionName varchar(32),
VersionStatus tinyint(4),
InfoDescription varchar(1024),
InfoTitle varchar(64),
Host varchar(32),
SwaggerTemplate json
); | 26.545455 | 58 | 0.712329 |
0ed19351b5015cdf546df3d8a459ef30a38ae9f4 | 2,214 | sql | SQL | backend/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/14.de.metas.dataentry/5521500_sys_gh5162_further group_to_tab_renames.sql | dram/metasfresh | a1b881a5b7df8b108d4c4ac03082b72c323873eb | [
"RSA-MD"
] | 1,144 | 2016-02-14T10:29:35.000Z | 2022-03-30T09:50:41.000Z | backend/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/14.de.metas.dataentry/5521500_sys_gh5162_further group_to_tab_renames.sql | vestigegroup/metasfresh | 4b2d48c091fb2a73e6f186260a06c715f5e2fe96 | [
"RSA-MD"
] | 8,283 | 2016-04-28T17:41:34.000Z | 2022-03-30T13:30:12.000Z | backend/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/14.de.metas.dataentry/5521500_sys_gh5162_further group_to_tab_renames.sql | vestigegroup/metasfresh | 4b2d48c091fb2a73e6f186260a06c715f5e2fe96 | [
"RSA-MD"
] | 441 | 2016-04-29T08:06:07.000Z | 2022-03-28T06:09:56.000Z | -- 2019-05-14T06:17:04.114
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Window SET InternalName='DataEntry_Tab',Updated=TO_TIMESTAMP('2019-05-14 06:17:04','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Window_ID=540571
;
-- 2019-05-14T06:17:48.863
-- I forgot to set the DICTIONARY_ID_CO... | 61.5 | 278 | 0.794941 |
282ae3725a6ed0fbc911f576145e1913ae37390e | 5,072 | go | Go | model.go | banachtech/msmgo | b374fb967d90a5ad8786442a10265b5b62bf287d | [
"MIT"
] | null | null | null | model.go | banachtech/msmgo | b374fb967d90a5ad8786442a10265b5b62bf287d | [
"MIT"
] | null | null | null | model.go | banachtech/msmgo | b374fb967d90a5ad8786442a10265b5b62bf287d | [
"MIT"
] | null | null | null | package msm
import (
"fmt"
"math"
"os"
"sort"
"math/bits"
"golang.org/x/exp/rand"
"gonum.org/v1/gonum/mat"
"time"
"gonum.org/v1/gonum/stat"
"gonum.org/v1/gonum/stat/distuv"
"gonum.org/v1/gonum/optimize"
)
const ISPI = 1.0 / math.Sqrt2 / math.SqrtPi
// Compute transition probability matrix
func prob... | 23.159817 | 101 | 0.597003 |
39c62d49c65bdcac5e89a64ac7c3d0643a3b2c16 | 39 | js | JavaScript | packages/2036/04/28/index.js | antonmedv/year | ae5d8524f58eaad481c2ba599389c7a9a38c0819 | [
"MIT"
] | 7 | 2017-07-03T19:53:01.000Z | 2021-04-05T18:15:55.000Z | packages/2036/04/28/index.js | antonmedv/year | ae5d8524f58eaad481c2ba599389c7a9a38c0819 | [
"MIT"
] | 1 | 2018-09-05T11:53:41.000Z | 2018-12-16T12:36:21.000Z | packages/2036/04/28/index.js | antonmedv/year | ae5d8524f58eaad481c2ba599389c7a9a38c0819 | [
"MIT"
] | 2 | 2019-01-27T16:57:34.000Z | 2020-10-11T09:30:25.000Z | module.exports = new Date(2036, 3, 28)
| 19.5 | 38 | 0.692308 |
1c436f6ef993dcad3d6330a68e46825dee9ff012 | 928 | sql | SQL | testdata/initdb/sql/inserts.sql | jfkw/protoc-gen-map | 2028a1f5da9f382736362ea76b10bc727928434e | [
"Apache-2.0"
] | 131 | 2019-10-21T01:17:12.000Z | 2022-02-27T01:10:59.000Z | testdata/initdb/sql/inserts.sql | jfkw/protoc-gen-map | 2028a1f5da9f382736362ea76b10bc727928434e | [
"Apache-2.0"
] | 9 | 2019-11-04T12:48:26.000Z | 2020-07-21T16:26:39.000Z | testdata/initdb/sql/inserts.sql | jfkw/protoc-gen-map | 2028a1f5da9f382736362ea76b10bc727928434e | [
"Apache-2.0"
] | 10 | 2019-11-04T05:49:08.000Z | 2022-02-08T03:03:10.000Z | {{define "InsertAuthor" }}
INSERT INTO author
VALUES (
{{ .Id }},
{{ .Username | squote }},
{{ .Password | squote }},
{{ .Email | squote }},
{{ .Bio | squote }},
{{ .FavouriteSection | squote }}
);
{{end}}
{{define "InsertBlog" }}
INSERT INTO blog
VALUES (
{{ .Id }},
{{ .Title | squote }},
{{ .AuthorId }}
)... | 14.967742 | 39 | 0.520474 |
6727bb43af1314e126065d0b4ac4004b647c9263 | 8,919 | lua | Lua | themes/thunderclouds/components/startscreen.lua | ffs97/awesome-config | 1ef4e3f1973af79574fa970074b00054791ca0f6 | [
"MIT"
] | null | null | null | themes/thunderclouds/components/startscreen.lua | ffs97/awesome-config | 1ef4e3f1973af79574fa970074b00054791ca0f6 | [
"MIT"
] | null | null | null | themes/thunderclouds/components/startscreen.lua | ffs97/awesome-config | 1ef4e3f1973af79574fa970074b00054791ca0f6 | [
"MIT"
] | null | null | null | -- =====================================================================================
-- Name: keys.lua
-- Author: Gurpreet Singh
-- Url: https://github.com/ffs97/awesome-config/themes/thunderclouds/ ...
-- ... widgets/startscreen.lua
-- License: The MIT License (MIT)
--
-- ... | 28.957792 | 88 | 0.488283 |
e883d7d66a98e1691280816acc46afb18c7b0dd9 | 11,826 | lua | Lua | lua_lib/pattern.lua | Arnaz87/Lua-parser | 12a33e6c251111b1405e1f271fe7b972d5bc6278 | [
"MIT"
] | 6 | 2017-12-09T23:06:42.000Z | 2017-12-31T08:38:37.000Z | lua_lib/pattern.lua | Arnaz87/aulua | 12a33e6c251111b1405e1f271fe7b972d5bc6278 | [
"MIT"
] | null | null | null | lua_lib/pattern.lua | Arnaz87/aulua | 12a33e6c251111b1405e1f271fe7b972d5bc6278 | [
"MIT"
] | null | null | null |
--[[ Depends on the functions:
- ipairs
- string.sub
- string.byte
- string.lower
- table.insert
]]
-- Provides string.find, string.match
-- TODO: Captures, string.gmatch, string.gsub, remove string.charat
function string:charat(i) return self:sub(i, i) end
-- Basic classes
local function digit (code) ret... | 24.792453 | 111 | 0.592085 |
cb5b93e7902e06c369ad0002c254f3ba2fbeebf4 | 136 | c | C | restart.c | ok100/dwm | 19c14f4fafd76f9b834301a5a6cb726c89b1629d | [
"MIT"
] | 3 | 2015-05-01T22:25:33.000Z | 2020-09-27T10:47:12.000Z | restart.c | ok100/dwm | 19c14f4fafd76f9b834301a5a6cb726c89b1629d | [
"MIT"
] | null | null | null | restart.c | ok100/dwm | 19c14f4fafd76f9b834301a5a6cb726c89b1629d | [
"MIT"
] | 1 | 2020-02-01T12:15:52.000Z | 2020-02-01T12:15:52.000Z | #include <unistd.h>
void restart(const Arg *arg) {
char *const argv[] = {"/usr/local/bin/dwm", NULL};
execv(argv[0], argv);
}
| 17 | 54 | 0.595588 |
4af9d091d8206ffa79c6081123285246f475f81c | 3,603 | swift | Swift | EssentialFeed/EssentialFeediOSTests/ImageCommentsSnapshotTests.swift | Cronay/ios-lead-essentials-image-comments-challenge | aa6de55854f6b30a0b2c7e4cde423125bf06c5c7 | [
"MIT"
] | null | null | null | EssentialFeed/EssentialFeediOSTests/ImageCommentsSnapshotTests.swift | Cronay/ios-lead-essentials-image-comments-challenge | aa6de55854f6b30a0b2c7e4cde423125bf06c5c7 | [
"MIT"
] | null | null | null | EssentialFeed/EssentialFeediOSTests/ImageCommentsSnapshotTests.swift | Cronay/ios-lead-essentials-image-comments-challenge | aa6de55854f6b30a0b2c7e4cde423125bf06c5c7 | [
"MIT"
] | null | null | null | //
// ImageCommentsSnapshotTests.swift
// EssentialFeediOSTests
//
// Created by Cronay on 23.12.20.
// Copyright © 2020 Essential Developer. All rights reserved.
//
import XCTest
@testable import EssentialFeed
import EssentialFeediOS
class ImageCommentsSnapshotTests: XCTestCase {
func test_emptyComments() {
... | 50.041667 | 689 | 0.772967 |
0a0dfa28f59b81e2ff456dc6360f10f15b2ee539 | 19,500 | h | C | src/compiler/parser.h | ternary-club/terry | 4dbd89490afb61a97c21e7fe73303240fa583576 | [
"MIT"
] | null | null | null | src/compiler/parser.h | ternary-club/terry | 4dbd89490afb61a97c21e7fe73303240fa583576 | [
"MIT"
] | null | null | null | src/compiler/parser.h | ternary-club/terry | 4dbd89490afb61a97c21e7fe73303240fa583576 | [
"MIT"
] | null | null | null | #ifndef STD_BOOL_H
#define STD_BOOL_H
#include "../std/bool.h"
#endif
#ifndef COMPILER_TOKEN_H
#define COMPILER_TOKEN_H
#include "token.h"
#endif
#ifndef COMPILER_ERROR_H
#define COMPILER_ERROR_H
#include "error.h"
#endif
#define MAIN_BUFFER_SIZE 64
#define TOKEN_BUFFER_SIZE 32
// File
intptr file;
// Main buffer
... | 31.810767 | 80 | 0.509333 |
b2d8b14f8188a2112f4bdf4db0fef92891d9717a | 6,062 | py | Python | Scaffold_Code/test scripts/test10_vm.py | tzortzispanagiotis/nbc-blockchain-python | 4e59bfd3f8aa6fb72ce89f430909a1d5c90629e2 | [
"MIT"
] | null | null | null | Scaffold_Code/test scripts/test10_vm.py | tzortzispanagiotis/nbc-blockchain-python | 4e59bfd3f8aa6fb72ce89f430909a1d5c90629e2 | [
"MIT"
] | null | null | null | Scaffold_Code/test scripts/test10_vm.py | tzortzispanagiotis/nbc-blockchain-python | 4e59bfd3f8aa6fb72ce89f430909a1d5c90629e2 | [
"MIT"
] | 1 | 2021-03-20T20:18:40.000Z | 2021-03-20T20:18:40.000Z | import requests, json, time
from multiprocessing.dummy import Pool
pool = Pool(100)
transactions0 = []
transactions1 = []
transactions2 = []
transactions3 = []
transactions4 = []
transactions5 = []
transactions6 = []
transactions7 = []
transactions8 = []
transactions9 = []
nodeid = {
'id0': 0,
'id1': 1,
... | 35.040462 | 80 | 0.615473 |
8b3df990ba69e8c804b91c271e3ee35288b4de0d | 319 | asm | Assembly | oeis/021/A021856.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021856.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021856.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021856: Decimal expansion of 1/852.
; Submitted by Jon Maiga
; 0,0,1,1,7,3,7,0,8,9,2,0,1,8,7,7,9,3,4,2,7,2,3,0,0,4,6,9,4,8,3,5,6,8,0,7,5,1,1,7,3,7,0,8,9,2,0,1,8,7,7,9,3,4,2,7,2,3,0,0,4,6,9,4,8,3,5,6,8,0,7,5,1,1,7,3,7,0,8,9,2,0,1,8,7,7,9,3,4,2,7,2,3,0,0,4,6,9,4
seq $0,199685 ; a(n) = 5*10^n+1.
div $0,426
mod $0,10
| 39.875 | 199 | 0.554859 |
90ab517acc42fb5e2ef68f7e72c5f125825ac588 | 2,515 | py | Python | setup.py | chrissimpkins/pyapp | 0392f27d83d7c5d53e3217d15603659c9a69b590 | [
"Apache-2.0"
] | 4 | 2016-08-18T07:25:52.000Z | 2019-01-20T07:01:57.000Z | setup.py | chrissimpkins/pyapp | 0392f27d83d7c5d53e3217d15603659c9a69b590 | [
"Apache-2.0"
] | null | null | null | setup.py | chrissimpkins/pyapp | 0392f27d83d7c5d53e3217d15603659c9a69b590 | [
"Apache-2.0"
] | 1 | 2016-12-20T23:27:55.000Z | 2016-12-20T23:27:55.000Z | import io
import os
import sys
from setuptools import find_packages, setup
# Package meta-data.
NAME = "{{ PROJECT }}"
DESCRIPTION = "{{ DESCRIPTION }}"
LICENSE = "{{ LICENSE }}"
URL = "{{ URL }}"
EMAIL = "{{ EMAIL }}"
AUTHOR = "{{ AUTHOR }}"
REQUIRES_PYTHON = ">={{ PYTHON }}"
INSTALL_REQUIRES = [""]
# Optional pack... | 28.908046 | 89 | 0.629821 |
a95eba34b21b49df7133b94c1ca9e9d796679d63 | 1,054 | sql | SQL | src/main/resources/db/migration/V1_91__courts.sql | ministryofjustice/offender-assessments-api | f9a293f90f2240f984cebcf607b117e01d1cb0d0 | [
"MIT"
] | 2 | 2019-11-27T14:11:14.000Z | 2020-03-10T10:46:21.000Z | src/main/resources/db/migration/V1_91__courts.sql | noms-digital-studio/offender-assessments-api | f9a293f90f2240f984cebcf607b117e01d1cb0d0 | [
"MIT"
] | 1 | 2020-03-25T10:04:25.000Z | 2020-03-25T10:04:25.000Z | src/main/resources/db/migration/V1_91__courts.sql | noms-digital-studio/offender-assessments-api | f9a293f90f2240f984cebcf607b117e01d1cb0d0 | [
"MIT"
] | 1 | 2021-04-11T06:33:12.000Z | 2021-04-11T06:33:12.000Z | INSERT INTO COURT (COURT_PK, COURT_CODE, COURT_NAME, COURT_TYPE_ELM, COURT_TYPE_CAT, LOCAL_JUSTICE_AREA_ELM, LOCAL_JUSTICE_AREA_CAT, START_DATE, END_DATE, GENERAL_CODE, CHECKSUM, CREATE_DATE, CREATE_USER, LASTUPD_DATE, LASTUPD_USER) VALUES (525, 'LEEDCC', 'Leeds Crown Court', 'CC', 'COURT_TYPE', null, null, TO_DATE('20... | 351.333333 | 540 | 0.734345 |
264a25d67e0bdb39edc0139353a803ce71ca7b9a | 1,413 | asm | Assembly | src/firmware-tests/Platform/ShiftRegister/EnableDisable/EnableDisablePortTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware-tests/Platform/ShiftRegister/EnableDisable/EnableDisablePortTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware-tests/Platform/ShiftRegister/EnableDisable/EnableDisablePortTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
#include "FarCalls.inc"
#include "ShiftRegister.inc"
#include "TestFixture.inc"
radix decimal
udata
global numberOfEnableCalls
global numberOfDisableCalls
global forcePortcBeforeEnable
global forcePortcBeforeDisable
global expectedPortc
numberOfEnableCalls res 1
numberOfDisableCall... | 19.094595 | 49 | 0.84218 |
995107f302714fb41af1c0fa4a1b2d71e0b4025f | 1,315 | h | C | src/datanode/dn_conf.h | gogobody/OpendfsSource | 22f76e610cd94e550b5dc911d2e5d7ca89f6f7c6 | [
"MIT"
] | null | null | null | src/datanode/dn_conf.h | gogobody/OpendfsSource | 22f76e610cd94e550b5dc911d2e5d7ca89f6f7c6 | [
"MIT"
] | null | null | null | src/datanode/dn_conf.h | gogobody/OpendfsSource | 22f76e610cd94e550b5dc911d2e5d7ca89f6f7c6 | [
"MIT"
] | null | null | null | #ifndef DN_CONF_H
#define DN_CONF_H
#include "dfs_types.h"
#include "dfs_array.h"
#include "dfs_conf.h"
typedef struct conf_server_s conf_server_t;
// cycle -> sconf
struct conf_server_s
{
int daemon;
int worker_n;
array_t bind_for_cli;
string_t ns_srv;
string_t listen_for_other_dn; // used... | 21.916667 | 51 | 0.64943 |
262cde6bc98afc5e87c9b3b7464c1dbf3372b1c7 | 4,622 | java | Java | src/main/java/org/apache/hadoop/hbase/regionserver/wal/LogScannerByFile.java | logkv/logbase_changed | a5c5b9ac144079828c411e3aad4fffa454c748e6 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/apache/hadoop/hbase/regionserver/wal/LogScannerByFile.java | logkv/logbase_changed | a5c5b9ac144079828c411e3aad4fffa454c748e6 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/apache/hadoop/hbase/regionserver/wal/LogScannerByFile.java | logkv/logbase_changed | a5c5b9ac144079828c411e3aad4fffa454c748e6 | [
"Apache-2.0"
] | null | null | null | package org.apache.hadoop.hbase.regionserver.wal;
import java.io.IOException;
import java.util.List;
import java.util.SortedMap;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.hbase.KeyValue;
import org.apache.hadoop.hbas... | 35.282443 | 152 | 0.693423 |
ece97e24035218b93fdd248665a66eec7b5ab38d | 1,509 | ps1 | PowerShell | Public/Converts/ConvertFrom-NetbiosName.ps1 | MikeYEG/PSSharedGoods | b049a7f85e7e9fa97eb552165556b8e3a28307dc | [
"MIT"
] | 147 | 2018-09-21T16:11:51.000Z | 2022-03-25T07:08:24.000Z | Public/Converts/ConvertFrom-NetbiosName.ps1 | MikeYEG/PSSharedGoods | b049a7f85e7e9fa97eb552165556b8e3a28307dc | [
"MIT"
] | 19 | 2019-01-09T06:53:21.000Z | 2021-10-20T09:53:44.000Z | Public/Converts/ConvertFrom-NetbiosName.ps1 | MikeYEG/PSSharedGoods | b049a7f85e7e9fa97eb552165556b8e3a28307dc | [
"MIT"
] | 35 | 2018-10-29T10:12:11.000Z | 2022-03-11T12:30:08.000Z | function ConvertFrom-NetbiosName {
[cmdletBinding()]
param(
[Parameter(Mandatory, ValueFromPipeline, ValueFromPipelineByPropertyName, Position = 0)]
[string[]] $Identity
)
process {
foreach ($Ident in $Identity) {
if ($Ident -like '*\*') {
$NetbiosWit... | 39.710526 | 123 | 0.487078 |
613df1e7beee8b14a21bbef2e405144c4ad6e73e | 268 | css | CSS | docs/assets/hear2021.css | neuralaudio/neuralaudio.github.io | f541e987f778a8112f645e1dafc6ffbc72cd56a1 | [
"Apache-2.0"
] | 4 | 2021-04-25T21:27:19.000Z | 2022-02-10T07:44:24.000Z | docs/assets/hear2021.css | neuralaudio/neuralaudio.github.io | f541e987f778a8112f645e1dafc6ffbc72cd56a1 | [
"Apache-2.0"
] | 4 | 2021-06-03T18:09:57.000Z | 2021-08-24T19:28:54.000Z | docs/assets/hear2021.css | neuralaudio/neuralaudio.github.io | f541e987f778a8112f645e1dafc6ffbc72cd56a1 | [
"Apache-2.0"
] | 2 | 2021-05-08T18:03:03.000Z | 2022-02-10T07:44:29.000Z | #hear-toc li {
margin-bottom: 5px;
}
article ul li {
margin-bottom: 4px;
margin-top: 4px;
}
.team-affiliation p {
font-size: medium;
margin-bottom: -6px;
}
.team-members sup {
font-size: x-small;
}
.bibliography p {
font-size: medium;
} | 12.761905 | 24 | 0.604478 |
594f6c6aac4c18b980f419a7f8b659029a503d52 | 531 | asm | Assembly | oeis/099/A099628.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/099/A099628.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/099/A099628.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A099628: Numbers m where m-th Catalan number A000108(m) = binomial(2m,m)/(m+1) is divisible by 2 but not by 4, i.e., where A048881(m) = 1.
; Submitted by Jamie Morken(s2)
; 2,4,5,8,9,11,16,17,19,23,32,33,35,39,47,64,65,67,71,79,95,128,129,131,135,143,159,191,256,257,259,263,271,287,319,383,512,513,515,519,527,543,575... | 59 | 210 | 0.713748 |
03a2aa392ca7ee290f7f03da2ec696bb76d490d2 | 834 | kt | Kotlin | Todo/app/src/main/java/com/example/todo/model/DataModel.kt | rockman/learn-android-todo | 64e5f459246e92ca9e85510ed5505056916173b2 | [
"MIT"
] | null | null | null | Todo/app/src/main/java/com/example/todo/model/DataModel.kt | rockman/learn-android-todo | 64e5f459246e92ca9e85510ed5505056916173b2 | [
"MIT"
] | null | null | null | Todo/app/src/main/java/com/example/todo/model/DataModel.kt | rockman/learn-android-todo | 64e5f459246e92ca9e85510ed5505056916173b2 | [
"MIT"
] | null | null | null | package com.example.todo.model
const val ITEM_POSITION = "ITEM_POSITION"
data class Todo(val todoId: String, val title: String) {
override fun toString(): String {
return title
}
}
data class Detail(var todo: Todo, val title: String, var text: String)
object DataManager {
val todo... | 23.828571 | 72 | 0.606715 |
fc99b19502c2f16aa570a2101f8bb71e4bc71401 | 651 | css | CSS | InstagramWrapper.Web.Test/Content/css/style.css | cagrik/csharp-instagram-wrapper | 821402279bdf15bca2e4f880bae04b15345fd41e | [
"MIT"
] | 23 | 2015-06-11T20:47:03.000Z | 2021-02-09T17:43:44.000Z | InstagramWrapper.Web.Test/Content/css/style.css | jungilmoon/csharp-instagram-wrapper | 821402279bdf15bca2e4f880bae04b15345fd41e | [
"MIT"
] | 3 | 2016-01-04T08:01:45.000Z | 2016-06-17T20:14:58.000Z | InstagramWrapper.Web.Test/Content/css/style.css | jungilmoon/csharp-instagram-wrapper | 821402279bdf15bca2e4f880bae04b15345fd41e | [
"MIT"
] | 7 | 2015-01-23T17:35:24.000Z | 2017-10-24T07:12:01.000Z | body {
margin: 0 auto;
width: 65%;
}
#main {
width: 100%;
height: auto;
float: left;
}
#main header {
height:100px;
width:100%;
color:blue;
}
#b {
width: 100%;
height: auto;
float: left;
}
#main #b .content {
height: auto;
width... | 14.795455 | 33 | 0.485407 |
45ff22a1c9b107996fa06d799dc182751c4bc02d | 3,973 | sql | SQL | database/slchildren.sql | FrancisDcruz04/ChildLearningAssistance | 13278106934948a3dd54783869fed9ea09a05bcf | [
"MIT"
] | 3 | 2020-09-20T08:08:09.000Z | 2021-08-16T08:12:56.000Z | database/slchildren.sql | FrancisDcruz04/ChildLearningAssistance | 13278106934948a3dd54783869fed9ea09a05bcf | [
"MIT"
] | null | null | null | database/slchildren.sql | FrancisDcruz04/ChildLearningAssistance | 13278106934948a3dd54783869fed9ea09a05bcf | [
"MIT"
] | 1 | 2020-11-30T17:07:06.000Z | 2020-11-30T17:07:06.000Z | -- phpMyAdmin SQL Dump
-- version 4.8.5
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: May 01, 2019 at 01:46 PM
-- Server version: 10.1.38-MariaDB
-- PHP Version: 5.6.40
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OL... | 24.524691 | 124 | 0.614649 |
2698c93fb482b985d265374fcf320db58b5011f5 | 2,273 | java | Java | app/src/main/java/ca/klapstein/baudit/activities/ViewAccountActivity.java | CMPUT301F18T16/Baudit | 3ead64a2a3916809906e9d8e9eb0fa2aa4a39589 | [
"MIT"
] | null | null | null | app/src/main/java/ca/klapstein/baudit/activities/ViewAccountActivity.java | CMPUT301F18T16/Baudit | 3ead64a2a3916809906e9d8e9eb0fa2aa4a39589 | [
"MIT"
] | 182 | 2018-10-11T14:02:45.000Z | 2018-12-03T21:36:05.000Z | app/src/main/java/ca/klapstein/baudit/activities/ViewAccountActivity.java | CMPUT301F18T16/Baudit | 3ead64a2a3916809906e9d8e9eb0fa2aa4a39589 | [
"MIT"
] | 1 | 2018-10-12T03:27:38.000Z | 2018-10-12T03:27:38.000Z | package ca.klapstein.baudit.activities;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import ca.klapstein.baudit.R;
import ca.klapstein.baudit.presenters.ViewAccountPresenter;
import ca.klapstein.baudit... | 29.141026 | 87 | 0.704795 |
0ba58112cd9b83adb66bbb157c35557326dccf99 | 10,409 | py | Python | src/github4/session.py | staticdev/github3.py | b9af598dcf1771c083dcc512a2aa8e5008bf4ea8 | [
"MIT"
] | null | null | null | src/github4/session.py | staticdev/github3.py | b9af598dcf1771c083dcc512a2aa8e5008bf4ea8 | [
"MIT"
] | 32 | 2021-02-17T19:46:21.000Z | 2021-05-12T05:56:03.000Z | src/github4/session.py | staticdev/github3.py | b9af598dcf1771c083dcc512a2aa8e5008bf4ea8 | [
"MIT"
] | null | null | null | """Module containing session and auth logic."""
import collections.abc as abc_collections
import datetime
from contextlib import contextmanager
from logging import getLogger
import dateutil.parser
import requests
from . import __version__
from . import exceptions as exc
__url_cache__ = {}
__logs__ = getLogger(__pac... | 33.149682 | 87 | 0.639639 |
0faf7687733dc92f35e7bf39b80e9365499cacc7 | 263 | swift | Swift | Echo/Classes/ViewModel.swift | JanX2/Echo | ccc0fcc0bbfb798e5091b71b881c66fae149deda | [
"MIT"
] | 29 | 2020-01-13T21:58:17.000Z | 2022-02-19T23:23:21.000Z | Echo/Classes/ViewModel.swift | JanX2/Echo | ccc0fcc0bbfb798e5091b71b881c66fae149deda | [
"MIT"
] | null | null | null | Echo/Classes/ViewModel.swift | JanX2/Echo | ccc0fcc0bbfb798e5091b71b881c66fae149deda | [
"MIT"
] | 2 | 2021-03-18T03:18:24.000Z | 2022-01-18T11:16:53.000Z | //
// ViewModel.swift
// Echo
//
// Created by Yoshimasa Niwa on 5/1/21.
// Copyright © 2021 Yoshimasa Niwa. All rights reserved.
//
import Combine
import Foundation
final class ViewModel: ObservableObject {
@Published
var isRunning: Bool = false
}
| 16.4375 | 57 | 0.695817 |
f6abe41af42f0563d0de4646d3c0a0dc8b8bd227 | 426 | kt | Kotlin | ktor-hosts/ktor-netty/src/org/jetbrains/ktor/netty/NettyApplicationCallHandler.kt | sitexa/sweet | 83ba798597c4c09bb972a839fea2e9d06f647ea3 | [
"Apache-2.0"
] | null | null | null | ktor-hosts/ktor-netty/src/org/jetbrains/ktor/netty/NettyApplicationCallHandler.kt | sitexa/sweet | 83ba798597c4c09bb972a839fea2e9d06f647ea3 | [
"Apache-2.0"
] | null | null | null | ktor-hosts/ktor-netty/src/org/jetbrains/ktor/netty/NettyApplicationCallHandler.kt | sitexa/sweet | 83ba798597c4c09bb972a839fea2e9d06f647ea3 | [
"Apache-2.0"
] | null | null | null | package org.jetbrains.ktor.netty
import io.netty.channel.*
import org.jetbrains.ktor.pipeline.*
internal class NettyApplicationCallHandler(private val host: NettyApplicationHost) : SimpleChannelInboundHandler<NettyApplicationCall>() {
override fun channelRead0(context: ChannelHandlerContext, msg: NettyApplication... | 35.5 | 138 | 0.753521 |
63730fbc7d0ed79dd01118dd1f61f84ec460f149 | 3,250 | ps1 | PowerShell | Tests/Update-TeamviewerDevice.Tests.ps1 | Ninja-Tw1sT/PoSh-TeamViewer | 17629621e107dc41fe4dd9d432dc7712779f467b | [
"MIT"
] | 15 | 2016-06-07T22:37:27.000Z | 2021-04-13T16:09:51.000Z | Tests/Update-TeamviewerDevice.Tests.ps1 | Ninja-Tw1sT/PoSh-TeamViewer | 17629621e107dc41fe4dd9d432dc7712779f467b | [
"MIT"
] | 3 | 2016-06-08T22:54:59.000Z | 2016-07-06T23:02:02.000Z | Tests/Update-TeamviewerDevice.Tests.ps1 | Ninja-Tw1sT/PoSh-TeamViewer | 17629621e107dc41fe4dd9d432dc7712779f467b | [
"MIT"
] | 6 | 2016-06-08T20:48:11.000Z | 2019-09-03T22:10:57.000Z | Import-Module Pester -ErrorAction Stop
Import-Module $PSScriptRoot\..\Posh-Teamviewer\Posh-TeamViewer.psd1
InModuleScope 'Posh-Teamviewer' {
Describe 'Update-TeamviewerDevice' {
$AccessToken = ConvertTo-SecureString -String 'Fake-AccessTokenText123456789' -AsPlainText -Force
$Password = 'FakePass... | 39.156627 | 136 | 0.584615 |
a8dd7c94353138f76165a205da547c0aec1acf71 | 3,439 | sql | SQL | sql/sga_advice_selective.sql | fatdba/oracle-script-lib | efa9f5623bc3f27cea37a815f5bc3766d21b1b19 | [
"MIT"
] | null | null | null | sql/sga_advice_selective.sql | fatdba/oracle-script-lib | efa9f5623bc3f27cea37a815f5bc3766d21b1b19 | [
"MIT"
] | null | null | null | sql/sga_advice_selective.sql | fatdba/oracle-script-lib | efa9f5623bc3f27cea37a815f5bc3766d21b1b19 | [
"MIT"
] | 2 | 2022-01-16T20:34:08.000Z | 2022-02-10T16:45:46.000Z | -- gv$sga_target_advice
-- display if more than min_pct
set linesize 200 trimspool on
set pagesize 100
set verify off
def min_pct_gain=5
@@legacy-exclude
clear break
break on inst_id skip 1
set linesize 200 trimspool on
set pagesize 100
col inst_id format 9999 head 'INST|ID'
col con_id format 999 head 'CON|ID'
c... | 27.293651 | 103 | 0.771736 |
2bf79dd27e61b513cda55152693b3a9bdc819888 | 7,245 | sql | SQL | Databases/office_management_system.sql | lanka97/bightstar_enterprise | a308ea5070e6808a7b02169c523a6f35c333ca0d | [
"MIT"
] | null | null | null | Databases/office_management_system.sql | lanka97/bightstar_enterprise | a308ea5070e6808a7b02169c523a6f35c333ca0d | [
"MIT"
] | null | null | null | Databases/office_management_system.sql | lanka97/bightstar_enterprise | a308ea5070e6808a7b02169c523a6f35c333ca0d | [
"MIT"
] | null | null | null | -- MySQL dump 10.13 Distrib 8.0.12, for Win64 (x86_64)
--
-- Host: localhost Database: office_management_system
-- ------------------------------------------------------
-- Server version 8.0.11
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SE... | 94.090909 | 1,670 | 0.708213 |
fd7ff743ba146e71e25174ffdeb47c4af738f883 | 5,548 | lua | Lua | lua/entities/gmod_wire_wheel.lua | dvdvideo1234/wire | ebade4ed012ae5268da9315d99fc2d67db9ab142 | [
"Apache-2.0"
] | 367 | 2015-01-01T19:37:11.000Z | 2022-03-28T16:52:18.000Z | lua/entities/gmod_wire_wheel.lua | viral32111/wiremod | da2cb7333258088f0e5a2b07715c8344ef90d785 | [
"Apache-2.0"
] | 1,381 | 2015-01-01T00:50:19.000Z | 2022-03-29T21:44:45.000Z | lua/entities/gmod_wire_wheel.lua | viral32111/wiremod | da2cb7333258088f0e5a2b07715c8344ef90d785 | [
"Apache-2.0"
] | 370 | 2015-01-04T14:53:50.000Z | 2022-03-15T07:50:19.000Z | AddCSLuaFile()
DEFINE_BASECLASS( "base_wire_entity" )
ENT.PrintName = "Wire Wheel"
ENT.WireDebugName = "Wheel"
if CLIENT then return end -- No more client
-- As motor constraints can't have their initial torque updated,
-- we always create it with 1000 initial torque (needs to be > friction) and then Scale it w... | 27.465347 | 135 | 0.663843 |
fbeb53bb378739ef878c28e952900264d1564620 | 70 | lua | Lua | autoboot_script/spectrum_cass.lua | Bob-Z/RandoMame | 2073d0f1f3de6b7c2f7c090ee79509adb2a1d302 | [
"Apache-2.0"
] | 2 | 2021-11-13T16:28:04.000Z | 2022-02-24T16:56:15.000Z | autoboot_script/spectrum_cass.lua | FollyMaddy/RandoMame | 3c6d1defbce2aeb50b7b83419ade6f9fef280af1 | [
"Apache-2.0"
] | null | null | null | autoboot_script/spectrum_cass.lua | FollyMaddy/RandoMame | 3c6d1defbce2aeb50b7b83419ade6f9fef280af1 | [
"Apache-2.0"
] | 1 | 2021-11-13T16:26:19.000Z | 2021-11-13T16:26:19.000Z | emu.keypost('\nj""\n')
manager.machine.cassettes[":cassette"]:play()
| 17.5 | 45 | 0.685714 |
46a17f399e45748d08337ade00e373d7121b9d53 | 11,243 | swift | Swift | SmartAILibrary/Strategy/GameData/Techs.swift | mrommel/Colony | 7cd79957baffa56e098324eef7ed8a8bf6e33644 | [
"MIT"
] | 9 | 2020-03-10T05:22:09.000Z | 2022-02-08T09:53:43.000Z | SmartAILibrary/Strategy/GameData/Techs.swift | mrommel/Colony | 7cd79957baffa56e098324eef7ed8a8bf6e33644 | [
"MIT"
] | 117 | 2020-07-20T11:28:07.000Z | 2022-03-31T18:51:17.000Z | SmartAILibrary/Strategy/GameData/Techs.swift | mrommel/Colony | 7cd79957baffa56e098324eef7ed8a8bf6e33644 | [
"MIT"
] | null | null | null | //
// Tech.swift
// SmartAILibrary
//
// Created by Michael Rommel on 28.01.20.
// Copyright © 2020 Michael Rommel. All rights reserved.
//
import Foundation
public protocol AbstractTechs: AnyObject, Codable {
var player: AbstractPlayer? { get set }
// techs
func has(tech: TechType) -> Bool
func... | 27.355231 | 107 | 0.594948 |
de7058bf51cb70584df525ebba1f5acfb94c68c6 | 244 | ps1 | PowerShell | Chapter23/1.4.3.Set-StrictMode_InvalidVariableName_Error.ps1 | wagnerhsu/packt-Mastering-Windows-PowerShell-Scripting-Fourth-Edition | be9f5cad2bf28de7c0a250590c65b72994800aeb | [
"MIT"
] | 27 | 2020-04-21T13:28:29.000Z | 2022-03-09T12:19:24.000Z | Chapter23/1.4.3.Set-StrictMode_InvalidVariableName_Error.ps1 | wagnerhsu/packt-Mastering-Windows-PowerShell-Scripting-Fourth-Edition | be9f5cad2bf28de7c0a250590c65b72994800aeb | [
"MIT"
] | null | null | null | Chapter23/1.4.3.Set-StrictMode_InvalidVariableName_Error.ps1 | wagnerhsu/packt-Mastering-Windows-PowerShell-Scripting-Fourth-Edition | be9f5cad2bf28de7c0a250590c65b72994800aeb | [
"MIT"
] | 15 | 2020-05-03T01:24:33.000Z | 2022-01-26T04:57:23.000Z | # Requires 1.4.2
Test-StrictMode
# Expects error:
#
# InvalidOperation:
# Line |
# 5 | foreach ($name in $naems) {
# | ~~~~~~
# | The variable '$naems' cannot be retrieved because it has not been set.
| 20.333333 | 79 | 0.536885 |
40c8428f4ca671de824dc675040f42550d196432 | 7,886 | py | Python | nda.py | Bangsat-XD/JANDAKU | 0e386e161a6718b866f1fccbb0759cc4df9c64f5 | [
"Apache-2.0"
] | 2 | 2021-11-17T03:35:03.000Z | 2021-12-08T06:00:31.000Z | nda.py | Bangsat-XD/JANDAKU | 0e386e161a6718b866f1fccbb0759cc4df9c64f5 | [
"Apache-2.0"
] | null | null | null | nda.py | Bangsat-XD/JANDAKU | 0e386e161a6718b866f1fccbb0759cc4df9c64f5 | [
"Apache-2.0"
] | 2 | 2021-11-05T18:07:48.000Z | 2022-02-24T21:25:07.000Z | ''' ___ ____ ___ ____ ____ ____ ____ ____ ____ ___ ____
|__] |___ |__] |__| [__ |__/ |___ | | | | \ |___
|__] |___ |__] | | ___] | \ |___ |___ |__| |__/ |___ '''
#!/bin/usr/python
from multiprocessing.pool import ThreadPool
from getpass import getpass
import os, urllib.request, sy... | 37.732057 | 134 | 0.531195 |
63cc73b84788c619938dd91ad0255a6172a86494 | 1,577 | swift | Swift | Weibo/Weibo/Home/Story/WBStoryView.swift | fanyu/WeiboSwiftUI | 477b01a013b7396df0737b60f4e6ebfdbe3d627e | [
"MIT"
] | null | null | null | Weibo/Weibo/Home/Story/WBStoryView.swift | fanyu/WeiboSwiftUI | 477b01a013b7396df0737b60f4e6ebfdbe3d627e | [
"MIT"
] | null | null | null | Weibo/Weibo/Home/Story/WBStoryView.swift | fanyu/WeiboSwiftUI | 477b01a013b7396df0737b60f4e6ebfdbe3d627e | [
"MIT"
] | null | null | null | //
// WBStoryView.swift
// SwiftUIHub
//
// Created by Yu Fan on 2019/6/24.
// Copyright © 2019 Yu Fan. All rights reserved.
//
import SwiftUI
struct WBStoryView : View {
@ObjectBinding var weiboStory: WeiboStore
var body: some View {
ScrollView {
HStack {
For... | 23.537313 | 82 | 0.506658 |
04f3316a7ea6269186edad082076fd6c08ee049a | 572 | java | Java | src/main/java/com/christophecvb/elitedangerous/events/fleetcarriers/CarrierDepositFuelEvent.java | ChristopheCVB/EliteDangerousAPI | d88ce9607a05859f41638e5d5dba9598b053eb5e | [
"MIT"
] | 9 | 2020-10-10T13:53:59.000Z | 2022-02-20T19:12:45.000Z | src/main/java/com/christophecvb/elitedangerous/events/fleetcarriers/CarrierDepositFuelEvent.java | ChristopheCVB/EliteDangerousAPI | d88ce9607a05859f41638e5d5dba9598b053eb5e | [
"MIT"
] | 40 | 2020-10-10T18:23:48.000Z | 2022-03-03T13:10:48.000Z | src/main/java/com/christophecvb/elitedangerous/events/fleetcarriers/CarrierDepositFuelEvent.java | ChristopheCVB/EliteDangerousAPI | d88ce9607a05859f41638e5d5dba9598b053eb5e | [
"MIT"
] | 2 | 2020-10-10T14:31:11.000Z | 2022-02-21T19:29:53.000Z | package com.christophecvb.elitedangerous.events.fleetcarriers;
import com.christophecvb.elitedangerous.events.Event;
public class CarrierDepositFuelEvent extends Event {
public Integer total, amount;
public Long carrierID;
public interface Listener extends Event.Listener {
@Override
defau... | 31.777778 | 97 | 0.758741 |
fcb4111ce22f87ddedf30e1a8592ee0531a0c673 | 1,389 | sql | SQL | cmn-data-svc-server/db-scripts/cmn-data-svc-base-mysql.sql | zhaojizhuang4/common-dataservice | 03961b462961bddadc041f258367e9c053257a05 | [
"Apache-2.0"
] | null | null | null | cmn-data-svc-server/db-scripts/cmn-data-svc-base-mysql.sql | zhaojizhuang4/common-dataservice | 03961b462961bddadc041f258367e9c053257a05 | [
"Apache-2.0"
] | 1 | 2021-02-10T14:02:44.000Z | 2021-02-10T14:02:44.000Z | cmn-data-svc/cmn-data-svc-server/db-scripts/cmn-data-svc-base-mysql.sql | ai4eu/common-dataservice | 2cd2e0b48771549f54f2f30bfb65db01be62754f | [
"Apache-2.0"
] | 6 | 2018-05-08T11:36:05.000Z | 2021-01-28T14:21:53.000Z | -- ===============LICENSE_START=======================================================
-- Acumos Apache-2.0
-- ===================================================================================
-- Copyright (C) 2017-2018 AT&T Intellectual Property & Tech Mahindra. All rights reserved.
-- ==============================... | 51.444444 | 91 | 0.571634 |
3d3bcf99475027804349c3cd0c03701f1a77c41a | 9,684 | rs | Rust | src/days/day16.rs | Jazzinghen/2021-AoC | 13b9372ad081da3cf4e2bcb8af7178bdd2c3816a | [
"MIT"
] | null | null | null | src/days/day16.rs | Jazzinghen/2021-AoC | 13b9372ad081da3cf4e2bcb8af7178bdd2c3816a | [
"MIT"
] | null | null | null | src/days/day16.rs | Jazzinghen/2021-AoC | 13b9372ad081da3cf4e2bcb8af7178bdd2c3816a | [
"MIT"
] | null | null | null | use std::iter::FromIterator;
use itertools::Itertools;
#[derive(Eq, PartialEq, Debug)]
enum Packet {
Literal(LiteralPayload),
Operator(OperatorPayload),
}
impl Packet {
pub fn get_size(&self) -> usize {
match self {
Packet::Literal(lit) => lit.size,
Packet::Operator(op) =>... | 28.315789 | 93 | 0.580235 |
a58fe4129a4efe49de4a49978f5252852651cf14 | 12,323 | dart | Dart | lib/Conference.dart | SariskaIO/sariska-flutter-sdk-releases | b418715da5751d803811def586c2867de87532f7 | [
"MIT"
] | null | null | null | lib/Conference.dart | SariskaIO/sariska-flutter-sdk-releases | b418715da5751d803811def586c2867de87532f7 | [
"MIT"
] | 1 | 2021-06-08T07:31:59.000Z | 2021-06-08T07:31:59.000Z | lib/Conference.dart | SariskaIO/sariska-flutter-sdk-releases | b418715da5751d803811def586c2867de87532f7 | [
"MIT"
] | null | null | null | import 'dart:async';
import 'package:flutter/services.dart';
import 'JitsiLocalTrack.dart';
import 'JitsiRemoteTrack.dart';
import 'Participant.dart';
typedef void ConferenceCallbackParam0();
typedef void ConferenceCallbackParam1<W>(W w);
typedef void ConferenceCallbackParam2<W, X>(W w, X x);
typedef void Conferenc... | 30.654229 | 80 | 0.586302 |
8573bfb9e9ef856d88d880b9816629a55e207d68 | 129 | js | JavaScript | tests/fixtures/export-module-example.js | SKalt/cookiecutter-webpack-es6-plus | 6181c832baad6202dde98541df0abea39a908ba9 | [
"MIT"
] | null | null | null | tests/fixtures/export-module-example.js | SKalt/cookiecutter-webpack-es6-plus | 6181c832baad6202dde98541df0abea39a908ba9 | [
"MIT"
] | null | null | null | tests/fixtures/export-module-example.js | SKalt/cookiecutter-webpack-es6-plus | 6181c832baad6202dde98541df0abea39a908ba9 | [
"MIT"
] | null | null | null | /**
* returns 1 (required jsdoc)
* @return {Number} 1
*/
export function foo() {
return 1;
};
export default {
bar: 2
};
| 10.75 | 29 | 0.581395 |
28209f69e9db4d23fffb2d05340d207fe35ac34a | 4,135 | go | Go | micro-services/service.notification-live/handler/handler.go | KonstantinGasser/datalab | a67b36e44d41f8b88f8f2f7f28ef47914158316d | [
"Apache-2.0"
] | null | null | null | micro-services/service.notification-live/handler/handler.go | KonstantinGasser/datalab | a67b36e44d41f8b88f8f2f7f28ef47914158316d | [
"Apache-2.0"
] | 5 | 2021-07-20T15:37:48.000Z | 2021-07-20T15:39:22.000Z | micro-services/service.notification-live/handler/handler.go | KonstantinGasser/datalab | a67b36e44d41f8b88f8f2f7f28ef47914158316d | [
"Apache-2.0"
] | null | null | null | package handler
import (
"encoding/json"
"fmt"
"io"
"net/http"
"github.com/KonstantinGasser/datalab/service.notification-live/domain"
"github.com/sirupsen/logrus"
)
const (
// accessControlAllowOrigin describes the allowed request origins
accessControlAllowOrigin = "Access-Control-Allow-Origin"
// accessCon... | 34.173554 | 123 | 0.725756 |
bc227f457b3e5879a8c9b09825aa59fb0c61f038 | 7,281 | ps1 | PowerShell | testscripts/nw_check_vmxnet3_multiqueue.ps1 | HiRoySoft/ESX-LISA | 46629104fd70694794f72385309d43c38c15c238 | [
"Apache-2.0"
] | 8 | 2017-09-01T01:31:57.000Z | 2019-09-19T09:51:01.000Z | testscripts/nw_check_vmxnet3_multiqueue.ps1 | HiRoySoft/ESX-LISA | 46629104fd70694794f72385309d43c38c15c238 | [
"Apache-2.0"
] | 26 | 2017-02-06T08:13:34.000Z | 2020-11-23T18:11:42.000Z | testscripts/nw_check_vmxnet3_multiqueue.ps1 | HiRoySoft/ESX-LISA | 46629104fd70694794f72385309d43c38c15c238 | [
"Apache-2.0"
] | 13 | 2017-01-11T09:47:27.000Z | 2019-09-02T09:18:07.000Z | ########################################################################################
## Description:
## Check the VMXNET3 multiqueue support
## Revision:
## v1.0.0 - xinhu - 11/15/2019 - Build the script.
########################################################################################
<#
.Synopsis
V... | 25.193772 | 230 | 0.620244 |
7d58700e173e58096cb72cadd854f0c2ac51217c | 1,082 | html | HTML | manuscript/page-91/body.html | marvindanig/pascals-pensees | 807318b225258c9be2439a796c42ac0b39792c6c | [
"BlueOak-1.0.0",
"MIT"
] | null | null | null | manuscript/page-91/body.html | marvindanig/pascals-pensees | 807318b225258c9be2439a796c42ac0b39792c6c | [
"BlueOak-1.0.0",
"MIT"
] | null | null | null | manuscript/page-91/body.html | marvindanig/pascals-pensees | 807318b225258c9be2439a796c42ac0b39792c6c | [
"BlueOak-1.0.0",
"MIT"
] | null | null | null | <div class="leaf "><div class="inner justify"><p class="no-indent ">lot is always distant from either extreme, what matters it that man should have a little more knowledge of the universe? If he has it, he but gets a little higher. Is he not always infinitely removed from the end, and is not the duration of our life e... | 1,082 | 1,082 | 0.767098 |
b92760f5872f25e319f8c68e209cf07910ecba49 | 2,414 | go | Go | vendor/github.com/spacemonkeygo/httpsig/rsa.go | kernt/infrakit | 41da4a601bbb18514c61ebaed12a229098ddcd3e | [
"Apache-2.0"
] | 2,289 | 2016-10-04T07:56:14.000Z | 2019-07-24T06:42:41.000Z | vendor/github.com/spacemonkeygo/httpsig/rsa.go | kernt/infrakit | 41da4a601bbb18514c61ebaed12a229098ddcd3e | [
"Apache-2.0"
] | 711 | 2016-10-04T08:27:58.000Z | 2019-07-15T11:02:03.000Z | vendor/github.com/spacemonkeygo/httpsig/rsa.go | kernt/infrakit | 41da4a601bbb18514c61ebaed12a229098ddcd3e | [
"Apache-2.0"
] | 280 | 2016-10-04T07:58:06.000Z | 2019-07-16T07:03:38.000Z | // Copyright (C) 2017 Space Monkey, 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 agre... | 25.956989 | 80 | 0.702983 |
562ef86002918b743edd05345a5f92557e86ace1 | 2,744 | dart | Dart | lib/components/switch_selector.dart | KroneRadicSenger/GuessTheMove-App | 486c161cd28bcfbd9b57a3f11de009702da76491 | [
"BSD-3-Clause"
] | 2 | 2021-07-14T06:24:31.000Z | 2021-07-14T06:25:47.000Z | lib/components/switch_selector.dart | KroneRadicSenger/GuessTheMove-App | 486c161cd28bcfbd9b57a3f11de009702da76491 | [
"BSD-3-Clause"
] | null | null | null | lib/components/switch_selector.dart | KroneRadicSenger/GuessTheMove-App | 486c161cd28bcfbd9b57a3f11de009702da76491 | [
"BSD-3-Clause"
] | null | null | null | import 'dart:io' show Platform;
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:guess_the_move/bloc/user_settings_bloc.dart';
import 'package:guess_the_move/model/game_mode.dart';
import 'package:guess_the_move/theme/them... | 32.666667 | 177 | 0.606778 |
2c9e171562db01432baf677692ac6fc62e97d85f | 275 | dart | Dart | lib/constants.dart | adityathakurxd/Shades | 4f2d1360b54e9fd4d9558c8a01119cc6f728a3f4 | [
"Apache-2.0"
] | 3 | 2021-04-29T16:00:48.000Z | 2021-11-28T22:06:14.000Z | lib/constants.dart | adityathakurxd/shades | 4f2d1360b54e9fd4d9558c8a01119cc6f728a3f4 | [
"Apache-2.0"
] | null | null | null | lib/constants.dart | adityathakurxd/shades | 4f2d1360b54e9fd4d9558c8a01119cc6f728a3f4 | [
"Apache-2.0"
] | null | null | null | import 'package:flutter/material.dart';
const Color skin1 = Color(0xFFF0D7C9);
const Color skin2 = Color(0xFFDBB69B);
const Color skin3 = Color(0xFFBF9178);
const Color skin4 = Color(0xFF816241);
const Color skin5 = Color(0xFF755136);
const Color skin6 = Color(0xFF493324);
| 30.555556 | 39 | 0.770909 |
5fe00e6dec68f64c6235b9b864dc253477ce4a4d | 993 | swift | Swift | Tests/VCoreTests/Tests/Extensions/UIKit/UIImageRotatedTests.swift | VakhoKontridze/VCore | 7feb5f442da98199d891ef3f6a2236b418d683da | [
"MIT"
] | 29 | 2022-01-03T08:45:23.000Z | 2022-02-01T18:18:33.000Z | Tests/VCoreTests/Tests/Extensions/UIKit/UIImageRotatedTests.swift | VakhoKontridze/VCore | 7feb5f442da98199d891ef3f6a2236b418d683da | [
"MIT"
] | null | null | null | Tests/VCoreTests/Tests/Extensions/UIKit/UIImageRotatedTests.swift | VakhoKontridze/VCore | 7feb5f442da98199d891ef3f6a2236b418d683da | [
"MIT"
] | 1 | 2022-01-06T08:00:23.000Z | 2022-01-06T08:00:23.000Z | //
// UIImageRotatedTests.swift
// VCore
//
// Created by Vakhtang Kontridze on 10.05.22.
//
#if canImport(UIKit) && !os(watchOS)// averageColor doesn't work on watchOS
import XCTest
@testable import VCore
// MARK: - Tests
final class UIImageRotatedTests: XCTestCase { // Not testing helper methods
func test()... | 29.205882 | 108 | 0.626385 |
a11fec1f6b9dd4ba9f7f819746d6c3b7380dc471 | 2,943 | go | Go | cmd/cloudAccount_delete.go | krotscheck/cli | 3b227503cf30b120883f590d4717c2498a3703c6 | [
"Apache-2.0"
] | null | null | null | cmd/cloudAccount_delete.go | krotscheck/cli | 3b227503cf30b120883f590d4717c2498a3703c6 | [
"Apache-2.0"
] | null | null | null | cmd/cloudAccount_delete.go | krotscheck/cli | 3b227503cf30b120883f590d4717c2498a3703c6 | [
"Apache-2.0"
] | null | null | null | // Copyright © 2016 Paul Allen <paul@cloudcoreo.com>
//
// 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 applicab... | 26.754545 | 123 | 0.721373 |
0e11573e1d86ec7fa5d664b0c4d59a4748be50d3 | 198 | swift | Swift | Sources/ScreenData/Views/SomeSpacer.swift | ServerDriven/ScreenData-swift | 12b971861ad45ff2178d4fc498e3afe3c3157e49 | [
"MIT"
] | 3 | 2021-05-22T11:53:57.000Z | 2021-08-09T14:57:41.000Z | Sources/ScreenData/Views/SomeSpacer.swift | ServerDriven/ScreenData-swift | 12b971861ad45ff2178d4fc498e3afe3c3157e49 | [
"MIT"
] | 1 | 2021-01-22T01:44:15.000Z | 2021-01-25T14:47:11.000Z | Sources/ScreenData/Views/SomeSpacer.swift | ServerDriven/ScreenData-swift | 12b971861ad45ff2178d4fc498e3afe3c3157e49 | [
"MIT"
] | null | null | null | public struct SomeSpacer: Codable, Hashable {
public var size: Int
public var type: ViewType {
.spacer
}
public init(size: Int) {
self.size = size
}
}
| 15.230769 | 45 | 0.550505 |