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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1f3a4e5489baa922900a73ea97722c38dd99a027 | 404 | cs | C# | src/core/Akka/Configuration/Hocon/HoconConfigurationElement.cs | vasily-kirichenko/akka.net | 8b907f94b90dd946f07ce35c9ffef25c68a81efe | [
"Apache-2.0"
] | null | null | null | src/core/Akka/Configuration/Hocon/HoconConfigurationElement.cs | vasily-kirichenko/akka.net | 8b907f94b90dd946f07ce35c9ffef25c68a81efe | [
"Apache-2.0"
] | null | null | null | src/core/Akka/Configuration/Hocon/HoconConfigurationElement.cs | vasily-kirichenko/akka.net | 8b907f94b90dd946f07ce35c9ffef25c68a81efe | [
"Apache-2.0"
] | null | null | null | using System.Configuration;
namespace Akka.Configuration.Hocon
{
public class HoconConfigurationElement : CDataConfigurationElement
{
[ConfigurationProperty(ContentPropertyName, IsRequired = true, IsKey = true)]
public string Content
{
get { return (string)base[ContentPrope... | 28.857143 | 85 | 0.660891 |
c9a7a5a50f7e0cb4a1eb27e04d8d4805934a358f | 715 | ts | TypeScript | packages/decorators/src/stereotype/DecoratorParameters.ts | rraziel/es-injection | 8b1e4133cd6f883d26d0e4262d31d6e2430d60eb | [
"MIT"
] | 1 | 2019-04-28T11:19:51.000Z | 2019-04-28T11:19:51.000Z | packages/decorators/src/stereotype/DecoratorParameters.ts | rraziel/injectable | 8b1e4133cd6f883d26d0e4262d31d6e2430d60eb | [
"MIT"
] | 88 | 2017-12-03T16:58:37.000Z | 2020-06-02T18:15:39.000Z | packages/decorators/src/stereotype/DecoratorParameters.ts | rraziel/injectable | 8b1e4133cd6f883d26d0e4262d31d6e2430d60eb | [
"MIT"
] | null | null | null | import {StereotypeDefinition} from './StereotypeDefinition';
/**
* Decorator parameters
*/
class DecoratorParameters<T> {
propertyKey: string|symbol;
descriptor: TypedPropertyDescriptor<T>;
stereotype: string;
componentName?: string;
definition?: StereotypeDefinition;
/**
* Class constr... | 23.833333 | 105 | 0.688112 |
2c88171d88209dc08eb247431d28689775412b3b | 2,769 | py | Python | data_utils/read_raw.py | ktxlh/HMGNN | 66299909ca02f8e61f09304d2a064fd4fc983a78 | [
"MIT"
] | null | null | null | data_utils/read_raw.py | ktxlh/HMGNN | 66299909ca02f8e61f09304d2a064fd4fc983a78 | [
"MIT"
] | null | null | null | data_utils/read_raw.py | ktxlh/HMGNN | 66299909ca02f8e61f09304d2a064fd4fc983a78 | [
"MIT"
] | null | null | null | """
From my Transformer's data.py
"""
import pandas as pd
import json
import random
from os import listdir
from os.path import isfile, join, isdir
from tqdm import tqdm
REAL, FAKE = 1, 0
SEED = 123
random.seed(SEED)
def read_politifact_input(dataset='politifact'):
in_dir = f'/rwproject/kdd-db/20-rayw1/FakeNewsNe... | 47.741379 | 127 | 0.587938 |
d5c79e390468aa5cd68e7d96f26c043735e53ad5 | 656 | go | Go | pkg/model/repository.go | vastness-io/coordinator | 9533ee3dcd3772127c0ff925884f621ed292cebf | [
"Apache-2.0"
] | 3 | 2018-05-03T19:39:56.000Z | 2018-09-02T10:54:40.000Z | pkg/model/repository.go | vastness-io/coordinator | 9533ee3dcd3772127c0ff925884f621ed292cebf | [
"Apache-2.0"
] | 21 | 2018-03-16T12:38:46.000Z | 2018-07-23T13:18:50.000Z | pkg/model/repository.go | vastness-io/coordinator | 9533ee3dcd3772127c0ff925884f621ed292cebf | [
"Apache-2.0"
] | 1 | 2018-04-26T21:28:42.000Z | 2018-04-26T21:28:42.000Z | package model
import "github.com/jinzhu/gorm"
type Repository struct {
Name string `gorm:"primary_key"`
Owner string `gorm:"primary_key"`
Type string `gorm:"primary_key"`
Branches []*Branch `gorm:"foreignkey:RepositoryName,RepositoryOwner,RepositoryType"`
Repositor... | 29.818182 | 92 | 0.681402 |
74699020966b3745a3f6c63fa42abd11e21582ab | 241 | css | CSS | app/css/sections.css | sophiathekitty/NullHubMVC-Base | 4027fbf1373aa919d74aaf97c4295c3481724e16 | [
"MIT"
] | 1 | 2021-08-31T08:03:42.000Z | 2021-08-31T08:03:42.000Z | app/css/sections.css | sophiathekitty/NullHubMVC-Base | 4027fbf1373aa919d74aaf97c4295c3481724e16 | [
"MIT"
] | 18 | 2022-01-08T07:55:31.000Z | 2022-02-21T01:53:56.000Z | app/css/sections.css | sophiathekitty/NullHub | e2af55764ffb321e6d55f0403185e57526c9c620 | [
"MIT"
] | null | null | null | main section#weather.main,
main section#floors.main,
main .main {
display: none;
}
main[view="rooms"] section#floors.main {
display: flex;
}
main[view="weather"] section#weather.main {
display: flex;
flex-direction: column;
} | 20.083333 | 43 | 0.688797 |
88c51868b721b036445dd8bc791e5cf887d70988 | 372 | cs | C# | DLC.Scientific/DLC.Scientific.Acquisition/Tools/ItineraryGenerator/Properties/AssemblyInfo.cs | slorion/multiagent-system-example | b3997ba475006e3d5cabf189790fa172a7b18d46 | [
"MIT"
] | 2 | 2018-11-17T20:58:26.000Z | 2021-02-28T19:22:48.000Z | DLC.Scientific/DLC.Scientific.Acquisition/Tools/ItineraryGenerator/Properties/AssemblyInfo.cs | slorion/multiagent-system-example | b3997ba475006e3d5cabf189790fa172a7b18d46 | [
"MIT"
] | null | null | null | DLC.Scientific/DLC.Scientific.Acquisition/Tools/ItineraryGenerator/Properties/AssemblyInfo.cs | slorion/multiagent-system-example | b3997ba475006e3d5cabf189790fa172a7b18d46 | [
"MIT"
] | null | null | null | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("DLC.Scientific.Acquisition.Tools.ItineraryGenerator")]
[assembly: AssemblyDescription("DLC.Scientific.Acquisition.Tools.ItineraryGenerator")]
[assembly: AssemblyProduct("DLC.Scientific.Acquisition.Tools.ItineraryGenerator")]
[ass... | 46.5 | 86 | 0.833333 |
5a9cadc25e26ad4c5f2fe82b5fade45ebd8fd941 | 1,931 | swift | Swift | Tests/FoundationDBBindingTestTests/TestHelpers.swift | davelester/fdb-swift-bindings | ab024652a15480771baa2e1b2b841252ac7ae1e2 | [
"Apache-2.0"
] | null | null | null | Tests/FoundationDBBindingTestTests/TestHelpers.swift | davelester/fdb-swift-bindings | ab024652a15480771baa2e1b2b841252ac7ae1e2 | [
"Apache-2.0"
] | null | null | null | Tests/FoundationDBBindingTestTests/TestHelpers.swift | davelester/fdb-swift-bindings | ab024652a15480771baa2e1b2b841252ac7ae1e2 | [
"Apache-2.0"
] | null | null | null | /*
* TestHelpers.swift
*
* This source file is part of the FoundationDB open source project
*
* Copyright 2016-2018 Apple Inc. and the FoundationDB project authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ob... | 27.985507 | 125 | 0.717245 |
2189551ffcecd7562849e5b1bc959ce0263c73c0 | 1,856 | js | JavaScript | test/test-func/15-func-no-replication-to-self.js | happner/happn-cluster | 67b5103c1047ec4e13d066d9901e4c7f945a4dc9 | [
"MIT"
] | null | null | null | test/test-func/15-func-no-replication-to-self.js | happner/happn-cluster | 67b5103c1047ec4e13d066d9901e4c7f945a4dc9 | [
"MIT"
] | 51 | 2016-09-24T12:38:19.000Z | 2021-08-12T13:33:18.000Z | test/test-func/15-func-no-replication-to-self.js | happner/happn-cluster | 67b5103c1047ec4e13d066d9901e4c7f945a4dc9 | [
"MIT"
] | null | null | null | var path = require("path");
var filename = path.basename(__filename);
var expect = require("expect.js");
var Promise = require("bluebird");
var HappnClient = require("happn-3").client;
var hooks = require("../lib/hooks");
var testSequence = parseInt(filename.split("-")[0]);
var clusterSize = 1;
var happnSecure = true... | 22.095238 | 81 | 0.546336 |
4ea77d269be021ec93338c902395a3fb71387641 | 3,235 | lua | Lua | hyperbid sample/main.lua | agramonte/com.cabagomez-plugin.hyperbid | 06a7533061d58b3992d0e7a431943e21474f63a2 | [
"MIT"
] | 1 | 2022-01-30T10:18:22.000Z | 2022-01-30T10:18:22.000Z | hyperbid sample/main.lua | agramonte/com.cabagomez-plugin.hyperbid | 06a7533061d58b3992d0e7a431943e21474f63a2 | [
"MIT"
] | null | null | null | hyperbid sample/main.lua | agramonte/com.cabagomez-plugin.hyperbid | 06a7533061d58b3992d0e7a431943e21474f63a2 | [
"MIT"
] | 1 | 2022-01-13T07:54:49.000Z | 2022-01-13T07:54:49.000Z | -----------------------------------------------------------------------------------------
--
-- main.lua
--
-----------------------------------------------------------------------------------------
local hyperbid = require( "plugin.hyperbid" )
local json = require( "json" )
local listerner = function(event)
print(... | 32.35 | 219 | 0.671716 |
7529f939f58c29f6378320e36d0fb988d185815c | 2,047 | css | CSS | gwall/static/index.css | Floozutter/graffiti-wall | 50fce471ab256cd1e6604d8a53a3a6b748340866 | [
"Unlicense"
] | null | null | null | gwall/static/index.css | Floozutter/graffiti-wall | 50fce471ab256cd1e6604d8a53a3a6b748340866 | [
"Unlicense"
] | null | null | null | gwall/static/index.css | Floozutter/graffiti-wall | 50fce471ab256cd1e6604d8a53a3a6b748340866 | [
"Unlicense"
] | null | null | null | /* Stolen from Nicky Case! <3 */
* {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
body {
width: 100%;
/*height: 100vh;
display: grid;
place-items: center;*/
height: 100%;
overflow: hidden;
margin:0;
background: #111;
font-size: 20px;
font-family: Helvet... | 15.507576 | 103 | 0.600391 |
918128e6d71b5d324612da8b0dc98ebb0a448b64 | 1,950 | swift | Swift | MarsWeatherApp/Presentation/MainViewModel.swift | beetsolutions/code-challenge-frontend-ios | 69636c9f1403cf73026bc530b95a8f06100c5034 | [
"MIT"
] | null | null | null | MarsWeatherApp/Presentation/MainViewModel.swift | beetsolutions/code-challenge-frontend-ios | 69636c9f1403cf73026bc530b95a8f06100c5034 | [
"MIT"
] | null | null | null | MarsWeatherApp/Presentation/MainViewModel.swift | beetsolutions/code-challenge-frontend-ios | 69636c9f1403cf73026bc530b95a8f06100c5034 | [
"MIT"
] | null | null | null | //
// MainViewModel.swift
// MarsWeatherApp
//
// Created by Etukeni E. Ndecha O. on 2021-02-07.
// Copyright © 2021 Etukeni E. Ndecha O. All rights reserved.
//
import Foundation
import Combine
class MainViewModel: ObservableObject {
private let url = "https://api.nasa.gov/insight_weather/?api_key=GFhPC48Db... | 34.210526 | 132 | 0.56359 |
1acd85d30c9c96663483c8180fef0e5758e6e84c | 2,509 | py | Python | v3/detection/tests.py | gvanhorn38/inception | 1da2d77c9f14cf26b25b77f7eae15234b68b7e8f | [
"MIT"
] | 4 | 2016-09-30T21:34:14.000Z | 2020-06-06T04:28:38.000Z | v3/detection/tests.py | gvanhorn38/inception | 1da2d77c9f14cf26b25b77f7eae15234b68b7e8f | [
"MIT"
] | null | null | null | v3/detection/tests.py | gvanhorn38/inception | 1da2d77c9f14cf26b25b77f7eae15234b68b7e8f | [
"MIT"
] | null | null | null | import numpy as np
import train
batch_size = 1
num_predictions = 5
max_num_gt_bboxes = 2
locations = np.zeros([batch_size * num_predictions, 4])
confidences = np.zeros([batch_size * num_predictions])
gt_bboxes = np.zeros([batch_size, max_num_gt_bboxes, 4])
num_gt_bboxes = np.zeros([batch_size]).astype(int)
locations[... | 25.343434 | 119 | 0.61379 |
58732e196ad83062e361567edb980f737842d35a | 133,530 | css | CSS | web-app/css/screen.css | oakinwusi/memms | edb33044a2a5aebf6f540f106d03e7e2c611a2ad | [
"BSD-3-Clause"
] | null | null | null | web-app/css/screen.css | oakinwusi/memms | edb33044a2a5aebf6f540f106d03e7e2c611a2ad | [
"BSD-3-Clause"
] | null | null | null | web-app/css/screen.css | oakinwusi/memms | edb33044a2a5aebf6f540f106d03e7e2c611a2ad | [
"BSD-3-Clause"
] | null | null | null | /* line 17, ../../../../../.rvm/gems/jruby-1.7.5/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, stri... | 75.016854 | 699 | 0.68968 |
842a7d5690d06418434b18fba8aef07b910bc124 | 5,634 | lua | Lua | cg.lua | nicholas-leonard/optim | 5906efd4b601e63d5bc6e33be8d4621354111471 | [
"BSD-3-Clause"
] | 199 | 2015-01-21T19:27:56.000Z | 2021-10-02T16:50:30.000Z | cg.lua | nicholas-leonard/optim | 5906efd4b601e63d5bc6e33be8d4621354111471 | [
"BSD-3-Clause"
] | 108 | 2015-01-07T20:57:28.000Z | 2019-07-27T00:49:49.000Z | cg.lua | nicholas-leonard/optim | 5906efd4b601e63d5bc6e33be8d4621354111471 | [
"BSD-3-Clause"
] | 207 | 2015-01-05T18:26:57.000Z | 2022-03-23T16:29:58.000Z | --[[
This cg implementation is a rewrite of minimize.m written by Carl
E. Rasmussen. It is supposed to produce exactly same results (give
or take numerical accuracy due to some changed order of
operations). You can compare the result on rosenbrock with minimize.m.
http://www.gatsby.ucl.ac.uk/~edward/code/minimize/exam... | 26.956938 | 83 | 0.518814 |
05526a5315e77ecd0b4884d8adae1d42b993c57e | 177 | rb | Ruby | config/initializers/refile.rb | MichaelSp/SocialProjectsHub | 879f07344c482c57145ad37dd092d47b8f9650f5 | [
"MIT"
] | 3 | 2015-11-18T08:00:40.000Z | 2016-03-19T16:33:06.000Z | config/initializers/refile.rb | MichaelSp/SocialProjectsHub | 879f07344c482c57145ad37dd092d47b8f9650f5 | [
"MIT"
] | 13 | 2015-10-29T11:47:19.000Z | 2020-05-22T15:13:32.000Z | config/initializers/refile.rb | MichaelSp/SocialProjectsHub | 879f07344c482c57145ad37dd092d47b8f9650f5 | [
"MIT"
] | 2 | 2015-11-04T18:15:24.000Z | 2016-01-05T11:51:44.000Z |
Refile.store ||= Refile::Backend::FileSystem.new(Rails.root.join("uploads/store").to_s)
Refile.cache ||= Refile::Backend::FileSystem.new(Rails.root.join("uploads/cache").to_s)
| 44.25 | 87 | 0.745763 |
f64dec40bd138e76dd99b023fda095d959fab0c3 | 149 | cpp | C++ | libng/core/src/libng_core/ui/platform/mac/MacWindow.cpp | gapry/libng | 8fbf927e5bb73f105bddbb618430d3e1bf2cf877 | [
"MIT"
] | null | null | null | libng/core/src/libng_core/ui/platform/mac/MacWindow.cpp | gapry/libng | 8fbf927e5bb73f105bddbb618430d3e1bf2cf877 | [
"MIT"
] | null | null | null | libng/core/src/libng_core/ui/platform/mac/MacWindow.cpp | gapry/libng | 8fbf927e5bb73f105bddbb618430d3e1bf2cf877 | [
"MIT"
] | null | null | null | #include <libng_core/ui/platform/mac/MacWindow.hpp>
namespace libng {
MacWindow::MacWindow() {
}
MacWindow::~MacWindow() {
}
} // namespace libng | 13.545455 | 51 | 0.711409 |
a35e95bab630d80e2140691acbd4f179b784d5c7 | 8,463 | java | Java | kason-graph/src/main/java/org/janusgraph/datacreate/GraphIndexUtils.java | kython-seu/kason-janus | 88760780fb4b98fc2510e88dfdd542be0ad1c8d7 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | kason-graph/src/main/java/org/janusgraph/datacreate/GraphIndexUtils.java | kython-seu/kason-janus | 88760780fb4b98fc2510e88dfdd542be0ad1c8d7 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | kason-graph/src/main/java/org/janusgraph/datacreate/GraphIndexUtils.java | kython-seu/kason-janus | 88760780fb4b98fc2510e88dfdd542be0ad1c8d7 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | package org.janusgraph.datacreate;
import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal;
import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource;
import org.apache.tinkerpop.gremlin.structure.T;
import org.apache.tinkerpop.gremlin.structure.Transaction;
import org... | 36.636364 | 124 | 0.630037 |
a38ecc7f6fee8a8e68564d8d45443e465fa85fc0 | 2,307 | ts | TypeScript | src/modules/users/services/AuthenticateUserService.test.ts | GabrielCordeiroDev/valorize-api | 25c785b9dd4bfb1ac4285f499a118a6e6bf5ebaa | [
"MIT"
] | null | null | null | src/modules/users/services/AuthenticateUserService.test.ts | GabrielCordeiroDev/valorize-api | 25c785b9dd4bfb1ac4285f499a118a6e6bf5ebaa | [
"MIT"
] | null | null | null | src/modules/users/services/AuthenticateUserService.test.ts | GabrielCordeiroDev/valorize-api | 25c785b9dd4bfb1ac4285f499a118a6e6bf5ebaa | [
"MIT"
] | null | null | null | import { AppError } from '@shared/errors/AppError'
import { FakeHashPasswordProvider } from '../providers/HashPasswordProvider/fakes/FakeHashPasswordProvider'
import { FakeRefreshTokenProvider } from '../providers/RefreshTokenProvider/fakes/FakeRefreshTokenProvider'
import { FakeTokenProvider } from '../providers/Token... | 34.954545 | 107 | 0.726918 |
25ca4c2fe90d9942fe2e7050870aa0a8312b9c37 | 4,169 | cs | C# | src/files/banHwid.Designer.cs | hammyster/manage-edge | 7a69d906c18198fab028a3c36fbb2c66d0c9a121 | [
"MIT"
] | null | null | null | src/files/banHwid.Designer.cs | hammyster/manage-edge | 7a69d906c18198fab028a3c36fbb2c66d0c9a121 | [
"MIT"
] | null | null | null | src/files/banHwid.Designer.cs | hammyster/manage-edge | 7a69d906c18198fab028a3c36fbb2c66d0c9a121 | [
"MIT"
] | null | null | null | namespace ManageEdge
{
partial class banHwid
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param... | 40.475728 | 139 | 0.573999 |
7996bcf6c41b9257d92809ade31ab9554a64df84 | 4,188 | php | PHP | src/Oro/Bundle/ApiBundle/Tests/Unit/Processor/StepExecutorTest.php | elliott-cs/platform | 1ccd57d0b7e996321d6085d6c708e1106ef7f595 | [
"MIT"
] | 173 | 2017-07-25T13:37:58.000Z | 2022-02-17T18:24:37.000Z | src/Oro/Bundle/ApiBundle/Tests/Unit/Processor/StepExecutorTest.php | elliott-cs/platform | 1ccd57d0b7e996321d6085d6c708e1106ef7f595 | [
"MIT"
] | 401 | 2017-07-24T23:04:42.000Z | 2022-03-31T06:39:45.000Z | src/Oro/Bundle/ApiBundle/Tests/Unit/Processor/StepExecutorTest.php | elliott-cs/platform | 1ccd57d0b7e996321d6085d6c708e1106ef7f595 | [
"MIT"
] | 171 | 2017-07-27T03:47:23.000Z | 2022-03-30T21:31:56.000Z | <?php
namespace Oro\Bundle\ApiBundle\Tests\Unit\Processor;
use Oro\Bundle\ApiBundle\Model\Error;
use Oro\Bundle\ApiBundle\Processor\ByStepNormalizeResultActionProcessor;
use Oro\Bundle\ApiBundle\Processor\ByStepNormalizeResultContext;
use Oro\Bundle\ApiBundle\Processor\StepExecutor;
class StepExecutorTest extends \P... | 39.140187 | 99 | 0.625597 |
390621ebc78ba4f076ac27aa00c30c215d472b83 | 747 | py | Python | src/ipynbviewer/ipynbview.py | PaulEcoffet/ipynbviewer | 1866add8b4476f3f893e3c0db34468066b149a0d | [
"MIT"
] | 2 | 2021-05-19T10:14:41.000Z | 2022-03-20T23:59:25.000Z | src/ipynbviewer/ipynbview.py | PaulEcoffet/ipynbviewer | 1866add8b4476f3f893e3c0db34468066b149a0d | [
"MIT"
] | 1 | 2021-02-10T16:34:31.000Z | 2021-02-10T16:34:31.000Z | src/ipynbviewer/ipynbview.py | PaulEcoffet/ipynbviewer | 1866add8b4476f3f893e3c0db34468066b149a0d | [
"MIT"
] | null | null | null | import json
import argparse
from .cell_readers import cell_readers
def read_ipynb(ipynb_dict: dict)-> str:
"""
Reads a whole notebook and output it in a human readable format
:param ipynb_dict:
:return: the human readable string
"""
outstr = []
try:
cells = ipynb_dict["cells"]
... | 23.34375 | 67 | 0.64257 |
7ad7a77fd7812ebb5ab387c267c90634b32a6a4a | 7,499 | cs | C# | src/MvcContrib.TestHelper/MvcContrib.TestHelper/Extensions/RouteTestingExtensions.cs | ignatandrei/MvcContrib | 9a7c690bdbb5d8f0da298ca8bb78d0866ad2eaea | [
"Apache-2.0"
] | null | null | null | src/MvcContrib.TestHelper/MvcContrib.TestHelper/Extensions/RouteTestingExtensions.cs | ignatandrei/MvcContrib | 9a7c690bdbb5d8f0da298ca8bb78d0866ad2eaea | [
"Apache-2.0"
] | null | null | null | src/MvcContrib.TestHelper/MvcContrib.TestHelper/Extensions/RouteTestingExtensions.cs | ignatandrei/MvcContrib | 9a7c690bdbb5d8f0da298ca8bb78d0866ad2eaea | [
"Apache-2.0"
] | null | null | null | using System;
using System.Linq.Expressions;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using Rhino.Mocks;
namespace MvcContrib.TestHelper
{
/// <summary>
/// Used to simplify testing routes.
/// </summary>
public static class RouteTestingExtensions
{
private static ... | 39.888298 | 164 | 0.589279 |
b454f4d464d0cfcd4ce498e110a671586cf69656 | 10,133 | dart | Dart | lib/controllers/database_controller.dart | oguzkaba/onesystem-demo | d21027b3ca517ecaa54ecf3f156fbffb113528d6 | [
"MIT"
] | 1 | 2021-10-04T06:28:21.000Z | 2021-10-04T06:28:21.000Z | lib/controllers/database_controller.dart | oguzkaba/onesystem-demo | d21027b3ca517ecaa54ecf3f156fbffb113528d6 | [
"MIT"
] | null | null | null | lib/controllers/database_controller.dart | oguzkaba/onesystem-demo | d21027b3ca517ecaa54ecf3f156fbffb113528d6 | [
"MIT"
] | null | null | null | import 'package:flutter/material.dart';
import 'package:get/get.dart';
// ignore: unused_import
import 'package:mysql1/mysql1.dart';
import 'package:onesystem/models/mysqlConn_model.dart';
import 'package:onesystem/models/signin_model.dart';
class DatabaseController extends GetxController {
//OBS GetStateManagement ... | 26.806878 | 86 | 0.610086 |
f4b73f6b4790fa9a26c2cfbf352321583efa3682 | 2,255 | tsx | TypeScript | src/components/commons/PostCard.tsx | potato4d/caramelize | 237c975509a4dd3d788918c719dcce9e60990e5e | [
"MIT"
] | 1 | 2020-02-22T13:42:30.000Z | 2020-02-22T13:42:30.000Z | src/components/commons/PostCard.tsx | potato4d/caramelize | 237c975509a4dd3d788918c719dcce9e60990e5e | [
"MIT"
] | null | null | null | src/components/commons/PostCard.tsx | potato4d/caramelize | 237c975509a4dd3d788918c719dcce9e60990e5e | [
"MIT"
] | null | null | null | import Vue, { VNode } from "vue"
import * as tsx from "vue-tsx-support"
import { Post } from "~/types/struct"
import {
FeatherClockIcon,
FeatherEditIcon,
} from "~/components/commons/FeatherIcons"
import { formatString } from "~/constants"
import moment from "moment"
import "moment-timezone"
export const PostCard ... | 31.760563 | 144 | 0.48204 |
20a861ae7ad714e8a8d3e060a162dba343661ce5 | 244 | py | Python | ex04.py | ScottDig/Practice-Python-Exercises | 3d89a61888c780b6df30e4f294a4468937612954 | [
"MIT"
] | null | null | null | ex04.py | ScottDig/Practice-Python-Exercises | 3d89a61888c780b6df30e4f294a4468937612954 | [
"MIT"
] | null | null | null | ex04.py | ScottDig/Practice-Python-Exercises | 3d89a61888c780b6df30e4f294a4468937612954 | [
"MIT"
] | null | null | null |
def divisors(integer):
integer = abs(integer)
divisor = []
for candidate in range(integer//2):
if integer % (candidate+1) == 0:
divisor.append(candidate+1)
return divisor
alist = divisors(10)
print(alist) | 18.769231 | 40 | 0.614754 |
ef30f0eb8bc9146de87e6daeb25858435abd1a09 | 1,620 | h | C | include/Parser.h | katm10/HalideCodegen | b80856b56d0fc91cc16a047636aca1ce29763175 | [
"MIT"
] | null | null | null | include/Parser.h | katm10/HalideCodegen | b80856b56d0fc91cc16a047636aca1ce29763175 | [
"MIT"
] | null | null | null | include/Parser.h | katm10/HalideCodegen | b80856b56d0fc91cc16a047636aca1ce29763175 | [
"MIT"
] | null | null | null | #ifndef TRS_CODEGEN_PARSER_H
#define TRS_CODEGEN_PARSER_H
#include <string>
#include "ast/Types.h"
#include "Rule.h"
// Helper routines for writing a parser and routines for parsing
// Halide rewrite rules.
// Print an error and the remaining chars to be parsed, then abort.
void report_error(const char **cursor, co... | 36 | 73 | 0.755556 |
a45dad890673ecb5aa7174608c928f6fa68e7afa | 1,646 | php | PHP | app/Views/user_bidang/user_b.php | bangameck/dishub | efc7a3bb6613cf56822105407ba0d18a5c159923 | [
"MIT"
] | null | null | null | app/Views/user_bidang/user_b.php | bangameck/dishub | efc7a3bb6613cf56822105407ba0d18a5c159923 | [
"MIT"
] | null | null | null | app/Views/user_bidang/user_b.php | bangameck/dishub | efc7a3bb6613cf56822105407ba0d18a5c159923 | [
"MIT"
] | null | null | null | <!-- template -->
<?= $this->extend('_template/template'); ?>
<!-- isi konten -->
<?= $this->section('content'); ?>
<div class="page-content">
<div class="col-lg-12 grid-margin stretch-card">
<div class="card">
<div class="card-body">
<form class="cmxform" method="post" action=... | 47.028571 | 167 | 0.391859 |
80a68dbdf0d9409b5007470d6b8ebba91e9c9297 | 185 | kt | Kotlin | kjob-core/src/main/kotlin/kjob/core/repository/LockRepository.kt | DrewCarlson/kjob | ddd11756e8ede802c16bbaf56f562e8f9735b8d4 | [
"Apache-2.0"
] | 1 | 2022-03-16T07:39:03.000Z | 2022-03-16T07:39:03.000Z | kjob-core/src/main/kotlin/kjob/core/repository/LockRepository.kt | DrewCarlson/kjob | ddd11756e8ede802c16bbaf56f562e8f9735b8d4 | [
"Apache-2.0"
] | 1 | 2022-03-13T20:14:06.000Z | 2022-03-13T20:14:06.000Z | kjob-core/src/main/kotlin/kjob/core/repository/LockRepository.kt | DrewCarlson/kjob | ddd11756e8ede802c16bbaf56f562e8f9735b8d4 | [
"Apache-2.0"
] | null | null | null | package kjob.core.repository
import kjob.core.job.Lock
import java.util.*
interface LockRepository {
suspend fun ping(id: UUID): Lock
suspend fun exists(id: UUID): Boolean
} | 16.818182 | 41 | 0.735135 |
cf251eeed49007463762a44aad231c171f5e9b1c | 3,956 | php | PHP | tests/Wookieb/ZorroDataSchema/Tests/Schema/Builder/Implementation/ImplementationTest.php | wookieb/zorro-data-schema | f41a93a11dc6983b93d9516f21279804029bec89 | [
"MIT"
] | 1 | 2015-08-19T23:23:12.000Z | 2015-08-19T23:23:12.000Z | tests/Wookieb/ZorroDataSchema/Tests/Schema/Builder/Implementation/ImplementationTest.php | wookieb/zorro-data-schema | f41a93a11dc6983b93d9516f21279804029bec89 | [
"MIT"
] | null | null | null | tests/Wookieb/ZorroDataSchema/Tests/Schema/Builder/Implementation/ImplementationTest.php | wookieb/zorro-data-schema | f41a93a11dc6983b93d9516f21279804029bec89 | [
"MIT"
] | null | null | null | <?php
namespace Wookieb\ZorroDataSchema\Tests\Schema\Builder\Implementation;
use Wookieb\ZorroDataSchema\Schema\Builder\ClassMap\ClassMap;
use Wookieb\ZorroDataSchema\Schema\Builder\ClassMap\ClassMapInterface;
use Wookieb\ZorroDataSchema\Schema\Builder\Implementation\ClassTypeImplementation;
use Wookieb\ZorroDataSche... | 39.168317 | 136 | 0.731041 |
ef69c392112d1daa7920f16a5a42b1cee2043f35 | 1,176 | c | C | d/islands/serakii/rooms/village/meditation.c | SwusInABox/SunderingShadows | 07dfe6ee378ca3266fc26fdc39ff2f29223ae002 | [
"MIT"
] | 9 | 2021-07-05T15:24:54.000Z | 2022-02-25T19:44:15.000Z | d/islands/serakii/rooms/village/meditation.c | SwusInABox/SunderingShadows | 07dfe6ee378ca3266fc26fdc39ff2f29223ae002 | [
"MIT"
] | 4 | 2021-03-15T18:56:39.000Z | 2021-08-17T17:08:22.000Z | d/islands/serakii/rooms/village/meditation.c | SwusInABox/SunderingShadows | 07dfe6ee378ca3266fc26fdc39ff2f29223ae002 | [
"MIT"
] | 10 | 2021-03-13T00:18:03.000Z | 2022-03-29T15:02:42.000Z | // Serakii meditation room - LoKi 2022
#include <std.h>
#include "../../serakii.h"
inherit CROOM;
void create(){
::create();
set_property("indoors",1);
set_name("meditation room");
set_short("%^C041%^meditation Room%^CRST%^");
set_long("%^C042%^This nearly empty room has multiple thick pillows around ... | 36.75 | 393 | 0.661565 |
387e94c23f1882e4cad9f972538479d5a9aa1a81 | 145 | php | PHP | lib/RabbitMq/DequeuerAwareInterface.php | ProklUng/bitrix.rabbitmq.module | 6bc63367287b14ca501ec4fdfc8c238e88826546 | [
"MIT"
] | 2 | 2021-07-13T08:22:49.000Z | 2022-01-24T08:10:37.000Z | lib/RabbitMq/DequeuerAwareInterface.php | ProklUng/bitrix.rabbitmq.module | 6bc63367287b14ca501ec4fdfc8c238e88826546 | [
"MIT"
] | null | null | null | lib/RabbitMq/DequeuerAwareInterface.php | ProklUng/bitrix.rabbitmq.module | 6bc63367287b14ca501ec4fdfc8c238e88826546 | [
"MIT"
] | null | null | null | <?php
namespace Proklung\RabbitMq\RabbitMq;
interface DequeuerAwareInterface
{
public function setDequeuer(DequeuerInterface $dequeuer);
}
| 16.111111 | 61 | 0.806897 |
38a2da20480f3d4ade346149daf15c32f0259108 | 643 | php | PHP | database/seeds/DatabaseSeeder.php | seonghyeongseok/FLH | 680d18bda7376284cc69846b6cd6c306814b3203 | [
"MIT"
] | null | null | null | database/seeds/DatabaseSeeder.php | seonghyeongseok/FLH | 680d18bda7376284cc69846b6cd6c306814b3203 | [
"MIT"
] | null | null | null | database/seeds/DatabaseSeeder.php | seonghyeongseok/FLH | 680d18bda7376284cc69846b6cd6c306814b3203 | [
"MIT"
] | null | null | null | <?php
use Illuminate\Database\Seeder;
class DatabaseSeeder extends Seeder
{
/**
* Run the database seeds.
* Writer : Sung GyeongIm
*/
public function run()
{
// Student 정보
$this->call(StudentsTableSeeder::class);
// file route 정보
$this->call(FileRoutesTableS... | 22.964286 | 50 | 0.589425 |
8da5bf3af192530d8f6f0f3287f9c4da6a77d308 | 205 | js | JavaScript | icons/VideoLibrarySharp.js | suhasv1995/md-react-icons | e4ff823d4a49ff72b3014b3d8b37062b1976af06 | [
"MIT"
] | null | null | null | icons/VideoLibrarySharp.js | suhasv1995/md-react-icons | e4ff823d4a49ff72b3014b3d8b37062b1976af06 | [
"MIT"
] | 2 | 2020-07-17T05:30:01.000Z | 2021-05-09T02:11:02.000Z | icons/VideoLibrarySharp.js | suhasv1995/md-react-icons | e4ff823d4a49ff72b3014b3d8b37062b1976af06 | [
"MIT"
] | null | null | null | import React from 'react';
import createSvg from './utils/createSvg';
export default createSvg(<path d="M4 6H2v16h16v-2H4V6zm18-4H6v16h16V2zM12 14.5v-9l6 4.5-6 4.5z" />, 'VideoLibrarySharp', '0 0 24 24'); | 51.25 | 134 | 0.741463 |
54feb2846e027a898c36ae7e61e7df6a2d135285 | 224 | css | CSS | examples/extension/src/example/style.css | waynecz/OpenTranslate | f4243236b8a68132abf201adc5cde72e60872aeb | [
"MIT"
] | 56 | 2015-10-31T09:07:41.000Z | 2022-03-15T13:18:16.000Z | examples/extension/src/example/style.css | waynecz/OpenTranslate | f4243236b8a68132abf201adc5cde72e60872aeb | [
"MIT"
] | 29 | 2015-10-21T15:58:28.000Z | 2020-04-23T07:33:31.000Z | examples/extension/src/example/style.css | waynecz/OpenTranslate | f4243236b8a68132abf201adc5cde72e60872aeb | [
"MIT"
] | 11 | 2019-09-30T00:08:18.000Z | 2022-02-21T06:09:45.000Z | html,
body {
margin: 0;
padding: 0;
}
@media (min-width: 769px) {
html,
body {
overflow: hidden;
}
.root-columns {
height: 100vh;
}
.root-columns .column:last-child {
overflow-y: scroll;
}
}
| 10.666667 | 36 | 0.5625 |
6603ff7fccb20d8aaab151e581ac7fb145e00178 | 5,056 | py | Python | live_class/live_class.py | skushagra/SQL | f510e4eaa1bedb919eae1509bc6335301460821e | [
"MIT"
] | null | null | null | live_class/live_class.py | skushagra/SQL | f510e4eaa1bedb919eae1509bc6335301460821e | [
"MIT"
] | null | null | null | live_class/live_class.py | skushagra/SQL | f510e4eaa1bedb919eae1509bc6335301460821e | [
"MIT"
] | null | null | null | import datetime
import random
from tabulate import tabulate as tba
from mysql.connector.utils import intstore
import mysql.connector
from sys import exit
from sendmail import sendmail, sendpass
mydb = mysql.connector.connect(
host="localhost",
user="root",
password="root"
)
c = mydb.cursor()
... | 38.30303 | 179 | 0.567049 |
a38a4603f48e15d512f09360c9519ffbc14d1100 | 12,708 | ts | TypeScript | CFM5.3_4/ts/1000m/SNFA-OVFZ-STHN-Owens_Lake_deep_fault-CFM5_1000m.ts | SCECcode/CFM | 243d2a73f87df7d8fea4ba81026233c76f65300a | [
"BSD-3-Clause"
] | null | null | null | CFM5.3_4/ts/1000m/SNFA-OVFZ-STHN-Owens_Lake_deep_fault-CFM5_1000m.ts | SCECcode/CFM | 243d2a73f87df7d8fea4ba81026233c76f65300a | [
"BSD-3-Clause"
] | null | null | null | CFM5.3_4/ts/1000m/SNFA-OVFZ-STHN-Owens_Lake_deep_fault-CFM5_1000m.ts | SCECcode/CFM | 243d2a73f87df7d8fea4ba81026233c76f65300a | [
"BSD-3-Clause"
] | null | null | null | GOCAD TSurf 1
HEADER {
name:SNFA-OVFZ-STHN-Owens_Lake_deep_fault-CFM5_1000m
*visible:true
*solid*color:0.240940 0.304279 0.405441 1
}
GOCAD_ORIGINAL_COORDINATE_SYSTEM
NAME Default
AXIS_NAME "X" "Y" "Z"
AXIS_UNIT "m" "m" "m"
ZPOSITIVE Elevation
END_ORIGINAL_COORDINATE_SYSTEM
TFACE
VRTX 1 409817.53906 4037359.40625 -5921... | 26.980892 | 52 | 0.785253 |
b2abdd10328ff9bf6acf19398845f19ba53a6835 | 233 | css | CSS | galeria/css/style.css | valdirsillva/portifolio | 45ec1349543d67693409f5a1945cc5705b34e7e6 | [
"MIT"
] | null | null | null | galeria/css/style.css | valdirsillva/portifolio | 45ec1349543d67693409f5a1945cc5705b34e7e6 | [
"MIT"
] | null | null | null | galeria/css/style.css | valdirsillva/portifolio | 45ec1349543d67693409f5a1945cc5705b34e7e6 | [
"MIT"
] | null | null | null | body {
overflow-x: hidden;
}
.galery-ci {
transition: 1s;
/* padding: 15px; */
/*width: 200px;*/
}
img {
padding: 10px;
border-radius: 20px;
}
.galery-ci img:hover {
filter: grayscale(100%);
transform: scale(1.1);
}
| 12.944444 | 26 | 0.600858 |
dba5b3464d49d47812ef57f394bef71f58cb498a | 38 | ps1 | PowerShell | destreamer.ps1 | frank9615/destreamer | 571941cd1467c484153002b7c779db02a8b0f9a8 | [
"MIT"
] | 17 | 2020-05-12T07:35:34.000Z | 2021-09-19T16:30:02.000Z | destreamer.ps1 | frank9615/destreamer | 571941cd1467c484153002b7c779db02a8b0f9a8 | [
"MIT"
] | null | null | null | destreamer.ps1 | frank9615/destreamer | 571941cd1467c484153002b7c779db02a8b0f9a8 | [
"MIT"
] | 6 | 2020-04-29T12:44:30.000Z | 2020-07-11T14:42:36.000Z | node.exe build\src\destreamer.js $args | 38 | 38 | 0.815789 |
cc26c7857ca7fd0f52af28a7f4b7e65ae9ac0054 | 263 | rb | Ruby | lib/procon_bypass_man/support/safe_timeout.rb | splaspla-hacker/procon_bypass_man | 473c03847eb4ea33a08f897cfbe933fd78a674eb | [
"MIT"
] | 6 | 2022-01-05T11:01:53.000Z | 2022-02-18T03:54:46.000Z | lib/procon_bypass_man/support/safe_timeout.rb | splaspla-hacker/procon_bypass_man | 473c03847eb4ea33a08f897cfbe933fd78a674eb | [
"MIT"
] | 20 | 2021-11-28T11:18:44.000Z | 2022-03-04T11:40:38.000Z | lib/procon_bypass_man/support/safe_timeout.rb | splaspla-hacker/procon_bypass_man | 473c03847eb4ea33a08f897cfbe933fd78a674eb | [
"MIT"
] | null | null | null | module ProconBypassMan
class SafeTimeout
class Timeout < StandardError; end
# 5秒後がタイムアウト
def initialize(timeout: Time.now + 5)
@timeout = timeout
end
def throw_if_timeout!
raise Timeout if @timeout < Time.now
end
end
end
| 17.533333 | 42 | 0.669202 |
5714b692a2597f1f675caa51bbd42725f0ebb534 | 310 | js | JavaScript | Recursion/task5.js | yani-valeva/it-talents | e79d5d01b13d353c10fdc9262d295cd3045629bb | [
"MIT"
] | null | null | null | Recursion/task5.js | yani-valeva/it-talents | e79d5d01b13d353c10fdc9262d295cd3045629bb | [
"MIT"
] | null | null | null | Recursion/task5.js | yani-valeva/it-talents | e79d5d01b13d353c10fdc9262d295cd3045629bb | [
"MIT"
] | null | null | null | function getReversedNum(num) {
if (num % 1 !== 0 || num <= 0) {
return '';
}
return '' + (num % 10) + getReversedNum(Math.floor(num / 10));
}
let currentNum = 12321;
let result = Number(getReversedNum(currentNum));
console.log(result);
console.log((currentNum === result) ? 'yes' : 'no'); | 25.833333 | 66 | 0.596774 |
1b81ce4538e0fd0222161743015c9843e0995f76 | 1,745 | dart | Dart | lib/pages/dashboard/widget/profile_card_widget.dart | AmitabhWork/FlutterDashboard | d5455b805b9d5a0be807b879aef4209dc39be637 | [
"Apache-2.0"
] | null | null | null | lib/pages/dashboard/widget/profile_card_widget.dart | AmitabhWork/FlutterDashboard | d5455b805b9d5a0be807b879aef4209dc39be637 | [
"Apache-2.0"
] | null | null | null | lib/pages/dashboard/widget/profile_card_widget.dart | AmitabhWork/FlutterDashboard | d5455b805b9d5a0be807b879aef4209dc39be637 | [
"Apache-2.0"
] | null | null | null | import 'package:flutter/material.dart';
import 'package:flutter_hr_management/common/app_colors.dart';
class ProfileCardWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container(
decoration: BoxDecoration(
color: AppColor.white,
borderRadius: BorderR... | 26.439394 | 78 | 0.480229 |
a121e1507f7b22e6808840726d7635f2e550d514 | 1,164 | ts | TypeScript | src/lib/directives/format-date/format-date.directive.ts | wlacu/ngx-cc | 3be1ce9c7406fdc34a9d777af428be3e627f73d9 | [
"MIT"
] | null | null | null | src/lib/directives/format-date/format-date.directive.ts | wlacu/ngx-cc | 3be1ce9c7406fdc34a9d777af428be3e627f73d9 | [
"MIT"
] | null | null | null | src/lib/directives/format-date/format-date.directive.ts | wlacu/ngx-cc | 3be1ce9c7406fdc34a9d777af428be3e627f73d9 | [
"MIT"
] | 4 | 2019-05-08T20:10:16.000Z | 2022-02-18T11:16:49.000Z | import { Directive, HostListener } from '@angular/core';
import { NgControl } from '@angular/forms';
@Directive({
selector: '[ngxFormatDate]'
})
export class FormatDateDirective {
/**
* isUpdated - check if input is udpated or not
*/
isUpdated = false;
constructor(private control: NgControl) { }
@Ho... | 28.390244 | 71 | 0.61512 |
9070de360d7afa1433b88b10f5898d5d195e00fe | 1,509 | rs | Rust | src/models/event_message.rs | zshift/warframestat-rs | cdb226587de21d1c6145658710ce29058ab64e5b | [
"MIT"
] | null | null | null | src/models/event_message.rs | zshift/warframestat-rs | cdb226587de21d1c6145658710ce29058ab64e5b | [
"MIT"
] | null | null | null | src/models/event_message.rs | zshift/warframestat-rs | cdb226587de21d1c6145658710ce29058ab64e5b | [
"MIT"
] | null | null | null | /*
* WarframeStat.us API
*
* Simple API for data from the game Warframe. [Parser Docs](https://wfcd.github.io/warframe-worldstate-parser/) [Items Types](https://github.com/WFCD/warframe-items/blob/master/index.d.ts)
*
* The version of the OpenAPI document: living
* Contact: tobiah@protonmail.com
* Generated by:... | 32.804348 | 190 | 0.66004 |
e7181db9fa6b069512706e5f5e24f91737ccefbd | 2,368 | php | PHP | app/sys/todo/view/assignto.html.php | leowh/colla | 1ae8ac00cb4b0c8769948ff948ebfd376328921a | [
"Apache-2.0"
] | null | null | null | app/sys/todo/view/assignto.html.php | leowh/colla | 1ae8ac00cb4b0c8769948ff948ebfd376328921a | [
"Apache-2.0"
] | null | null | null | app/sys/todo/view/assignto.html.php | leowh/colla | 1ae8ac00cb4b0c8769948ff948ebfd376328921a | [
"Apache-2.0"
] | null | null | null | <?php
/**
* The assignTo view file of todo module of RanZhi.
*
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv12.html)
* @author chujilu <chujilu@cneasoft.com>
* @package todo
* @version ... | 45.538462 | 223 | 0.590794 |
23ac1d5001bd421989e82452b73ac75072f6038b | 1,115 | js | JavaScript | node_modules/angular2-notification-bar/release/src/notification-bar.module.js | Divs123/MyRepo | afb4ba5c808d95da43eede61532356185cba0f8a | [
"MIT"
] | null | null | null | node_modules/angular2-notification-bar/release/src/notification-bar.module.js | Divs123/MyRepo | afb4ba5c808d95da43eede61532356185cba0f8a | [
"MIT"
] | null | null | null | node_modules/angular2-notification-bar/release/src/notification-bar.module.js | Divs123/MyRepo | afb4ba5c808d95da43eede61532356185cba0f8a | [
"MIT"
] | null | null | null | import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { NotificationBarService } from './notification-bar.service';
import { NotificationBarComponent, MESSAGES_CONFIG } from './notification-bar.component';
export var NotificationBarModule = (function () {
function Notifica... | 37.166667 | 89 | 0.590135 |
e23a554f5e83319778d34517cfa6357b63d29706 | 5,927 | py | Python | algos/deterministic/JP_coloring.py | HekpoMaH/algorithmic-concepts-reasoning | 17c87faad2fbe8481455de34a145a4753a2fe4d0 | [
"Apache-2.0"
] | 16 | 2021-07-15T21:23:38.000Z | 2022-02-08T11:19:58.000Z | algos/deterministic/JP_coloring.py | HekpoMaH/algorithmic-concepts-reasoning | 17c87faad2fbe8481455de34a145a4753a2fe4d0 | [
"Apache-2.0"
] | null | null | null | algos/deterministic/JP_coloring.py | HekpoMaH/algorithmic-concepts-reasoning | 17c87faad2fbe8481455de34a145a4753a2fe4d0 | [
"Apache-2.0"
] | 1 | 2021-07-22T09:32:30.000Z | 2021-07-22T09:32:30.000Z | import torch
import torch_geometric
from torch_geometric.data import Data
import torch_scatter
import seaborn as sns
import networkx as nx
import matplotlib
import matplotlib.pyplot as plt
from algos.layers.encoders import integer2bit
from algos.hyperparameters import get_hyperparameters
_POS = None
... | 44.901515 | 125 | 0.634554 |
b00b8a141a8d8ee61fe250f486961401a05c069d | 4,276 | py | Python | korbinian/prot_list/uniprot_retrieve.py | teese/korbinian | 3715b40830957f04c4f44b01025449bc6b6a936e | [
"MIT"
] | 3 | 2018-03-08T12:03:50.000Z | 2018-04-09T12:44:39.000Z | korbinian/prot_list/uniprot_retrieve.py | teese/korbinian | 3715b40830957f04c4f44b01025449bc6b6a936e | [
"MIT"
] | 2 | 2018-06-06T09:51:11.000Z | 2018-08-06T15:56:41.000Z | korbinian/prot_list/uniprot_retrieve.py | teese/korbinian | 3715b40830957f04c4f44b01025449bc6b6a936e | [
"MIT"
] | null | null | null | import os
from Bio import SeqIO
import pandas as pd
import sys
# import debugging tools
from korbinian.utils import pr, pc, pn, aaa
def parse_large_flatfile_with_list_uniprot_accessions(s, input_accession_list, uniprot_dir, logging, selected_uniprot_records_flatfile):
"""Retrieves UniProt flatfiles from a large fl... | 57.783784 | 155 | 0.735033 |
ea558017988cb42ea54605bd1279ac43c1ef12f3 | 5,713 | lua | Lua | App/Base/EventDay/init.lua | qwreey75/qwreey.roblox.plugins | 7b6552a065a033f375b85cb11eb273ca86fb8a49 | [
"MIT"
] | 5 | 2021-02-08T12:10:36.000Z | 2021-02-08T12:10:42.000Z | App/Base/EventDay/init.lua | qwreey75/qwreey.roblox.Plugins | 7b6552a065a033f375b85cb11eb273ca86fb8a49 | [
"MIT"
] | 1 | 2021-03-14T14:05:19.000Z | 2021-03-20T04:01:28.000Z | App/Base/EventDay/init.lua | qwreey75/qwreey.roblox.plugins | 7b6552a065a033f375b85cb11eb273ca86fb8a49 | [
"MIT"
] | null | null | null | local module = {}
local function CheckBetween(Num,x,y)
if Num == x or Num == y then
return true
end
local min = math.min(x,y)
local max = math.max(x,y)
if Num >= min and Num <= max then
return true
end
return false
end
local FireworkColors = {
Color3.fromRGB(255,0,0);
Color3.fromRGB(0,255,0);
Colo... | 23.607438 | 73 | 0.663224 |
078f347079bd5532c7d442ed175310f2622379f5 | 8,057 | hpp | C++ | CvGameCoreDLL/Boost-1.32.0/include/boost/mpl/set/aux_/preprocessed/plain/set40.hpp | Imperator-Knoedel/Sunset | 19c95f4844586b96341f3474b58e0dacaae485b9 | [
"MIT"
] | 1 | 2019-08-05T18:36:14.000Z | 2019-08-05T18:36:14.000Z | CvGameCoreDLL/Boost-1.32.0/include/boost/mpl/set/aux_/preprocessed/plain/set40.hpp | Imperator-Knoedel/Sunset | 19c95f4844586b96341f3474b58e0dacaae485b9 | [
"MIT"
] | null | null | null | CvGameCoreDLL/Boost-1.32.0/include/boost/mpl/set/aux_/preprocessed/plain/set40.hpp | Imperator-Knoedel/Sunset | 19c95f4844586b96341f3474b58e0dacaae485b9 | [
"MIT"
] | null | null | null |
// Copyright Aleksey Gurtovoy 2000-2004
// Copyright David Abrahams 2003-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/set/set40.hpp" header
// -- DO NOT mod... | 40.084577 | 164 | 0.682512 |
2fe408f5037fc3a7255b1b32266159ee20a4cdbd | 113 | py | Python | DeepAlignmentNetwork/menpofit/aps/__init__.py | chiawei-liu/DeepAlignmentNetwork | 52621cd2f697abe372b88c9ea0ee08f0d93b43d8 | [
"MIT"
] | 220 | 2019-09-01T01:52:04.000Z | 2022-03-28T12:52:07.000Z | DeepAlignmentNetwork/menpofit/aps/__init__.py | chiawei-liu/DeepAlignmentNetwork | 52621cd2f697abe372b88c9ea0ee08f0d93b43d8 | [
"MIT"
] | 80 | 2015-01-05T16:17:39.000Z | 2020-11-22T13:42:00.000Z | DeepAlignmentNetwork/menpofit/aps/__init__.py | chiawei-liu/DeepAlignmentNetwork | 52621cd2f697abe372b88c9ea0ee08f0d93b43d8 | [
"MIT"
] | 64 | 2015-02-02T15:11:38.000Z | 2022-02-28T06:19:31.000Z | from .base import GenerativeAPS
from .fitter import GaussNewtonAPSFitter
from .algorithm import Inverse, Forward
| 28.25 | 40 | 0.849558 |
510631d594416f71b3af739e374e0918b53bb158 | 1,492 | swift | Swift | Pod-Chat-iOS-SDK/Chat/Models/PrimaryModels/BotInfoVO.swift | hamed8080/Fanap-Chat-SDK | 07b05f9b9a42cc88a4d9e71cd0aa94f360df4ba2 | [
"MIT"
] | 1 | 2019-12-29T13:50:47.000Z | 2019-12-29T13:50:47.000Z | Pod-Chat-iOS-SDK/Chat/Models/PrimaryModels/BotInfoVO.swift | hamed8080/Fanap-Chat-SDK | 07b05f9b9a42cc88a4d9e71cd0aa94f360df4ba2 | [
"MIT"
] | null | null | null | Pod-Chat-iOS-SDK/Chat/Models/PrimaryModels/BotInfoVO.swift | hamed8080/Fanap-Chat-SDK | 07b05f9b9a42cc88a4d9e71cd0aa94f360df4ba2 | [
"MIT"
] | 2 | 2021-03-27T11:40:28.000Z | 2021-04-07T08:19:13.000Z | //
// BotInfoVO.swift
// FanapPodChatSDK
//
// Created by MahyarZhiani on 2/5/1399 AP.
// Copyright © 1399 Mahyar Zhiani. All rights reserved.
//
import SwiftyJSON
open class BotInfoVO {
public var botName: String?
public var botUserId: Int? // id of user equivalent to bot
p... | 29.84 | 98 | 0.567024 |
0dc039f639d9dcccb4e59cce72ce54086ccb8c54 | 90 | cs | C# | Source/PackagingTool/Properties/AssemblyInfo.cs | Dushess/OpenCAGE | b6ca02128608506575c7c6685d257f09710d55f6 | [
"MIT"
] | 24 | 2017-11-28T10:40:38.000Z | 2020-03-01T04:35:43.000Z | Source/PackagingTool/Properties/AssemblyInfo.cs | Dushess/OpenCAGE | b6ca02128608506575c7c6685d257f09710d55f6 | [
"MIT"
] | null | null | null | Source/PackagingTool/Properties/AssemblyInfo.cs | Dushess/OpenCAGE | b6ca02128608506575c7c6685d257f09710d55f6 | [
"MIT"
] | 2 | 2018-04-15T19:36:04.000Z | 2020-03-01T04:35:46.000Z | // THIS IS LEGACY FOR OLDER OPENCAGE VERSIONS
[assembly: AssemblyFileVersion("9.9.9.9")]
| 30 | 46 | 0.744444 |
2fd6324d0f091b31d84d2f540ed44c97d23a000a | 3,509 | py | Python | common/bin/namespace_manager.py | frankovacevich/aleph | 9b01dcabf3c074e8617e50fffd35c9ee1960eab6 | [
"MIT"
] | null | null | null | common/bin/namespace_manager.py | frankovacevich/aleph | 9b01dcabf3c074e8617e50fffd35c9ee1960eab6 | [
"MIT"
] | null | null | null | common/bin/namespace_manager.py | frankovacevich/aleph | 9b01dcabf3c074e8617e50fffd35c9ee1960eab6 | [
"MIT"
] | null | null | null | """
Namespace Manager
-----------------
The namespace manager is the interface between data and the databases. Use the
namespace manager to save data to the database and perform simple queries.
The namespace manager can handle many DBMS. See the db_connections folder to
see the files that connect different types of d... | 34.742574 | 99 | 0.556854 |
d4e7e9941781eb6cb81f8a66e46d2237d5df8ca4 | 21,995 | ts | TypeScript | types/es-abstract/scripts/intrinsics-data.ts | jayden-chan/DefinitelyTyped | 444d0c1530f686080c1ad3364a49a8d84a461d6d | [
"MIT"
] | 8 | 2020-10-27T16:56:23.000Z | 2021-11-12T11:29:00.000Z | types/es-abstract/scripts/intrinsics-data.ts | jayden-chan/DefinitelyTyped | 444d0c1530f686080c1ad3364a49a8d84a461d6d | [
"MIT"
] | null | null | null | types/es-abstract/scripts/intrinsics-data.ts | jayden-chan/DefinitelyTyped | 444d0c1530f686080c1ad3364a49a8d84a461d6d | [
"MIT"
] | 1 | 2021-09-13T08:39:04.000Z | 2021-09-13T08:39:04.000Z | const hasSymbols = true;
const { getPrototypeOf: getProto, getOwnPropertyDescriptor: $gOPD, setPrototypeOf: setProto } = Reflect as {
getPrototypeOf(target: object): object | null;
getOwnPropertyDescriptor<T extends object, P extends PropertyKey>(
target: T,
propertyKey: P,
): (P extends key... | 40.80705 | 126 | 0.612639 |
b5761015924db834648a2ce9d6a4e89aa076131d | 288 | js | JavaScript | components/parameter-sentence/index.js | MitchelMyersFl/styled-ui | 5c29324a89b70233b06fd76413a6087517b5444f | [
"MIT"
] | null | null | null | components/parameter-sentence/index.js | MitchelMyersFl/styled-ui | 5c29324a89b70233b06fd76413a6087517b5444f | [
"MIT"
] | null | null | null | components/parameter-sentence/index.js | MitchelMyersFl/styled-ui | 5c29324a89b70233b06fd76413a6087517b5444f | [
"MIT"
] | null | null | null | import { ParameterSentence } from './parameter-sentence';
import { ParameterSelect } from './parameter-select';
import { ParameterInputBox } from './parameter-input';
ParameterSentence.Select = ParameterSelect;
ParameterSentence.Input = ParameterInputBox;
export { ParameterSentence };
| 32 | 57 | 0.78125 |
b73b91877c6c37a97da62a77dd2023b25fd36147 | 1,310 | cpp | C++ | week 4/Linked List/10. Minimum Platforms .cpp | arpit456jain/gfg-11-Weeks-Workshop-on-DSA-in-CPP | ed7fd8bc0a581f54ba3a3588dd01013776c4ece6 | [
"MIT"
] | 6 | 2021-08-06T14:36:41.000Z | 2022-03-22T11:22:07.000Z | week 4/Linked List/10. Minimum Platforms .cpp | arpit456jain/11-Weeks-Workshop-on-DSA-in-CPP | ed7fd8bc0a581f54ba3a3588dd01013776c4ece6 | [
"MIT"
] | 1 | 2021-08-09T05:09:48.000Z | 2021-08-09T05:09:48.000Z | week 4/Linked List/10. Minimum Platforms .cpp | arpit456jain/11-Weeks-Workshop-on-DSA-in-CPP | ed7fd8bc0a581f54ba3a3588dd01013776c4ece6 | [
"MIT"
] | 1 | 2021-08-09T14:25:17.000Z | 2021-08-09T14:25:17.000Z | // { Driver Code Starts
// Program to find minimum number of platforms
// required on a railway station
#include <bits/stdc++.h>
using namespace std;
// } Driver Code Ends
class Solution{
public:
//Function to find the minimum number of platforms required at the
//railway station such that no train waits... | 19.264706 | 70 | 0.468702 |
850e2997138ab171cf6ded1d539d8f29a392b26b | 5,122 | cs | C# | MerchantConsole/MenuHandler.cs | vorwaldb/InGameMerchant | 35a4b7deb4d099e3d17314d25e692c6a383e2108 | [
"CC0-1.0"
] | null | null | null | MerchantConsole/MenuHandler.cs | vorwaldb/InGameMerchant | 35a4b7deb4d099e3d17314d25e692c6a383e2108 | [
"CC0-1.0"
] | null | null | null | MerchantConsole/MenuHandler.cs | vorwaldb/InGameMerchant | 35a4b7deb4d099e3d17314d25e692c6a383e2108 | [
"CC0-1.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
namespace MerchantConsole
{
/// <summary>
/// Class for handling interactions with the menu
/// </summary>
public class MenuHandler
{
/// <summary>
/// Gets the merchant action the user chooses to engage in
... | 38.223881 | 154 | 0.572823 |
f6313322b0b4bc5f88ab1c363dd727cbfc6bd9c6 | 10,729 | cpp | C++ | src/gridding/gridding.cpp | nio1814/3Dcones | 704b78a0d73b25ab59269e60babbd13876f8563e | [
"BSD-3-Clause"
] | 4 | 2019-09-10T13:46:41.000Z | 2022-03-21T20:19:23.000Z | src/gridding/gridding.cpp | nio1814/3Dcones | 704b78a0d73b25ab59269e60babbd13876f8563e | [
"BSD-3-Clause"
] | 1 | 2017-05-17T07:05:00.000Z | 2017-05-17T07:05:38.000Z | src/gridding/gridding.cpp | nio1814/3Dcones | 704b78a0d73b25ab59269e60babbd13876f8563e | [
"BSD-3-Clause"
] | 2 | 2020-04-12T09:39:29.000Z | 2022-03-21T20:19:25.000Z | /***************************************************************************
Copyright (c) 2014 The Board of Trustees of the Leland Stanford Junior University.
All rights reserved.
Contact: Okai Addy <noaddy@alumni.stanford.edu>
This source code is under a BSD 3-Clause License.
See LICENSE for more information.
... | 30.654286 | 144 | 0.721596 |
0d794bda5a83f1bbe451045c898da3ec8c1f6860 | 968 | cs | C# | MethodsExercise/05.AddAndSubtract/Program.cs | desata/csharp | 1de2abdef8da24e872a3768dd4a62d13965cacd5 | [
"MIT"
] | null | null | null | MethodsExercise/05.AddAndSubtract/Program.cs | desata/csharp | 1de2abdef8da24e872a3768dd4a62d13965cacd5 | [
"MIT"
] | null | null | null | MethodsExercise/05.AddAndSubtract/Program.cs | desata/csharp | 1de2abdef8da24e872a3768dd4a62d13965cacd5 | [
"MIT"
] | null | null | null | using System;
namespace _05.AddAndSubtract
{
internal class Program
{
static void Main(string[] args)
{
//You will receive 3 integers.
//Create a method that returns the sum of the first two integers and another method that subtracts the third integer from the result of... | 30.25 | 163 | 0.606405 |
38cae55031adb49c7f5369071952fa5330993026 | 187 | php | PHP | app/Http/Controllers/AdminController.php | nextandback/Routes | 16e31a87cdee37dd7d6dc8444a1722b859498e99 | [
"MIT"
] | null | null | null | app/Http/Controllers/AdminController.php | nextandback/Routes | 16e31a87cdee37dd7d6dc8444a1722b859498e99 | [
"MIT"
] | 2 | 2022-02-19T05:15:48.000Z | 2022-02-27T08:33:18.000Z | app/Http/Controllers/AdminController.php | nextandback/Routes | 16e31a87cdee37dd7d6dc8444a1722b859498e99 | [
"MIT"
] | null | null | null | <?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class AdminController extends Controller
{
public function goster(){
echo "Controller çalıştı.";
}
}
| 14.384615 | 40 | 0.705882 |
afb995f300deb8b3e54463bdce286af70cb164e6 | 698 | lua | Lua | lua/general/misc.lua | MrWelsch/nvim | 0a7adf4762643d3d7054552b2bc33afbab5d0c89 | [
"MIT"
] | 1 | 2021-12-26T11:36:06.000Z | 2021-12-26T11:36:06.000Z | lua/general/misc.lua | MrWelsch/nvim | 0a7adf4762643d3d7054552b2bc33afbab5d0c89 | [
"MIT"
] | null | null | null | lua/general/misc.lua | MrWelsch/nvim | 0a7adf4762643d3d7054552b2bc33afbab5d0c89 | [
"MIT"
] | null | null | null | Misc = {}
--> BORDERS
-- DEFINE BORDER ARRAYS
local borders = {
{ "╒", "═", "╕", "│", "╛", "═", "╘", "│" },
{ "╔", "═" ,"╗", "║", "╝", "═", "╚", "║" },
{ "╭", "─", "╮", "│", "╯", "─", "╰", "│" },
}
local borders_telescope = {
{ "═", "│", "═", "│", "╒", "╕", "╛", "╘" },
{ "═", "║", "═", "║", "╔", "╗", "╝", ... | 24.928571 | 47 | 0.289398 |
269445f6538a0e24c2985af9915dec8eb401f1df | 996 | rs | Rust | meilidb-http/src/main.rs | bidoubiwa/MeiliDB | b46889b5f0f2f8b91438a08a358ba8f05fc09fc1 | [
"MIT"
] | null | null | null | meilidb-http/src/main.rs | bidoubiwa/MeiliDB | b46889b5f0f2f8b91438a08a358ba8f05fc09fc1 | [
"MIT"
] | null | null | null | meilidb-http/src/main.rs | bidoubiwa/MeiliDB | b46889b5f0f2f8b91438a08a358ba8f05fc09fc1 | [
"MIT"
] | 1 | 2019-11-07T16:51:03.000Z | 2019-11-07T16:51:03.000Z | use http::header::HeaderValue;
use log::info;
use main_error::MainError;
use tide::middleware::{CorsMiddleware, CorsOrigin};
use tide_log::RequestLogger;
use meilidb_http::data::Data;
use meilidb_http::option::Opt;
use meilidb_http::routes;
#[cfg(not(target_os = "macos"))]
#[global_allocator]
static ALLOC: jemallocat... | 25.538462 | 75 | 0.666667 |
551b4ecb78c3821a046f6cbb716d6af8116afa2e | 50,355 | swift | Swift | Tests/ProcedureKitTests/ConditionTests.swift | evilutioner/ProcedureKit | bd716cd285c98ab97a0e01168dd054920399b0bd | [
"MIT"
] | 1 | 2019-08-05T12:44:34.000Z | 2019-08-05T12:44:34.000Z | Tests/ProcedureKitTests/ConditionTests.swift | evilutioner/ProcedureKit | bd716cd285c98ab97a0e01168dd054920399b0bd | [
"MIT"
] | null | null | null | Tests/ProcedureKitTests/ConditionTests.swift | evilutioner/ProcedureKit | bd716cd285c98ab97a0e01168dd054920399b0bd | [
"MIT"
] | 1 | 2019-08-05T12:44:36.000Z | 2019-08-05T12:44:36.000Z | //
// ProcedureKit
//
// Copyright © 2015-2018 ProcedureKit. All rights reserved.
//
import XCTest
@testable import TestingProcedureKit
@testable import ProcedureKit
class ConditionTests: ProcedureKitTestCase {
// MARK: - Condition Properties
func test__condition__produce_dependency() {
let condit... | 43.334768 | 225 | 0.689385 |
33d0ef12e4692305d3646b34e64baa9733634b1d | 3,954 | php | PHP | src/Filament/Resources/LetterResource.php | lara-zeus/wind | d9c7c3f03664f8509d7de4d561a3019ffda0d1d3 | [
"MIT"
] | 2 | 2022-01-02T15:32:24.000Z | 2022-01-08T20:08:27.000Z | src/Filament/Resources/LetterResource.php | lara-zeus/wind | d9c7c3f03664f8509d7de4d561a3019ffda0d1d3 | [
"MIT"
] | null | null | null | src/Filament/Resources/LetterResource.php | lara-zeus/wind | d9c7c3f03664f8509d7de4d561a3019ffda0d1d3 | [
"MIT"
] | 2 | 2022-03-03T23:54:58.000Z | 2022-03-28T19:33:47.000Z | <?php
namespace LaraZeus\Wind\Filament\Resources;
use Filament\Forms\Components\Select;
use Filament\Forms\Components\Textarea;
use Filament\Forms\Components\TextInput;
use Filament\Resources\Form;
use Filament\Resources\Resource;
use Filament\Resources\Table;
use Filament\Tables\Columns\TextColumn;
use Filament\Tabl... | 33.226891 | 152 | 0.504805 |
7d8ffd56d9373dd7a164883580e94a7922ab6ffb | 6,571 | rs | Rust | quill/common/src/events/health.rs | kirawi/feather | bb4baa51f5097b2e73e759a7c42cf62fb0555b06 | [
"Apache-2.0"
] | null | null | null | quill/common/src/events/health.rs | kirawi/feather | bb4baa51f5097b2e73e759a7c42cf62fb0555b06 | [
"Apache-2.0"
] | null | null | null | quill/common/src/events/health.rs | kirawi/feather | bb4baa51f5097b2e73e759a7c42cf62fb0555b06 | [
"Apache-2.0"
] | null | null | null | //! Taken from Spigot's documentation, EntityRegainHealthEvent<https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/entity/EntityRegainHealthEvent.html> and EntityDamageEvent<https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/entity/EntityDamageEvent.html>
use serde::{Deserialize, Serialize};
/// Raw even... | 29.733032 | 268 | 0.658956 |
15f31db8e038f20c2f53e6ca1fdddbb281e786b7 | 1,528 | sql | SQL | 13. Database Programmability - Lab/DBProgrammability.sql | VeselinBPavlov/database-basics-ms-sql | 860a83370b1fb2a1a955a723524457f8d03ba1f3 | [
"MIT"
] | 2 | 2019-04-14T21:04:28.000Z | 2019-12-11T23:12:30.000Z | 13. Database Programmability - Lab/DBProgrammability.sql | VeselinBPavlov/database-basics-ms-sql | 860a83370b1fb2a1a955a723524457f8d03ba1f3 | [
"MIT"
] | null | null | null | 13. Database Programmability - Lab/DBProgrammability.sql | VeselinBPavlov/database-basics-ms-sql | 860a83370b1fb2a1a955a723524457f8d03ba1f3 | [
"MIT"
] | null | null | null | -- Queries for SoftUni Database
USE SoftUni
GO
-- 1. Count Employees by Town
CREATE OR ALTER FUNCTION ufn_CountEmployeesByTown(@TownName VARCHAR)
RETURNS INT
BEGIN
DECLARE @Count INT;
SET @Count = (SELECT COUNT(e.EmployeeID)
FROM Employees AS e
INNER JOIN Addresses AS a
ON a.AddressID = e.AddressID
I... | 22.80597 | 96 | 0.731021 |
75304c1f9d34c5d35392de85608634b9f8c7c6c4 | 2,956 | css | CSS | src/app/themes/default-theme/components/main.css | abdullahva/abdullahva.github.io | 7b5420af524471a65e943717669d5ecfe1fe8e89 | [
"Apache-2.0"
] | null | null | null | src/app/themes/default-theme/components/main.css | abdullahva/abdullahva.github.io | 7b5420af524471a65e943717669d5ecfe1fe8e89 | [
"Apache-2.0"
] | null | null | null | src/app/themes/default-theme/components/main.css | abdullahva/abdullahva.github.io | 7b5420af524471a65e943717669d5ecfe1fe8e89 | [
"Apache-2.0"
] | null | null | null | /*
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.gi... | 23.275591 | 100 | 0.619756 |
be83d8221f8993e37e211fcc6febbfa5a2270611 | 375 | tsx | TypeScript | src/components/LanguageDisplay/Flag.tsx | tgnemecek/core-website | c9c9e575b95cf2ead04a4bb72c9b26546f6816ab | [
"MIT"
] | null | null | null | src/components/LanguageDisplay/Flag.tsx | tgnemecek/core-website | c9c9e575b95cf2ead04a4bb72c9b26546f6816ab | [
"MIT"
] | 8 | 2021-03-21T07:11:28.000Z | 2022-01-22T18:41:50.000Z | src/components/LanguageDisplay/Flag.tsx | tgnemecek/core-website | c9c9e575b95cf2ead04a4bb72c9b26546f6816ab | [
"MIT"
] | null | null | null | import React from "react";
import { Language } from "types";
import flagLibrary from "./flagLibrary";
import { JSXFlagProps } from "./types";
type FlagProps = JSXFlagProps & {
code: Language;
};
const Flag: React.FC<FlagProps> = ({ code, ...props }) => {
const Component = flagLibrary[code];
return ... | 22.058824 | 60 | 0.637333 |
1296f59234f69a8990761ae21670b033788c911e | 2,520 | cs | C# | WarTLS/Classes/GameRoom/Mission.cs | DeadZoneLuna/WarTLS-3.6 | cc057fcb18f51f53491d2509e807bda53109de6a | [
"Unlicense"
] | 11 | 2018-12-05T13:40:06.000Z | 2022-02-01T23:26:14.000Z | WarTLS/Classes/GameRoom/Mission.cs | CuBnIcK/WarTLS-3.6 | df9fb307f136581a0b4a5211faaef4ff6492cc5f | [
"Unlicense"
] | 2 | 2018-12-15T22:44:10.000Z | 2019-08-11T11:05:42.000Z | WarTLS/Classes/GameRoom/Mission.cs | CuBnIcK/WarTLS-3.6 | df9fb307f136581a0b4a5211faaef4ff6492cc5f | [
"Unlicense"
] | 9 | 2018-12-05T13:53:40.000Z | 2021-12-10T23:46:18.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Linq;
namespace WARTLS.CLASSES.GAMEROOM.CORE
{
class Mission
{
internal long UserId = 0;
internal int Revision = 2;
internal XmlDocumen... | 47.54717 | 129 | 0.64127 |
a3660970086a5c39e2f32e016ed4247503236403 | 185 | ts | TypeScript | src/address/dto/create-address.dto.ts | riquena969/hcode-projeto | 830a28d875ce1d5dd840237ca77321efdfa53ded | [
"MIT"
] | null | null | null | src/address/dto/create-address.dto.ts | riquena969/hcode-projeto | 830a28d875ce1d5dd840237ca77321efdfa53ded | [
"MIT"
] | null | null | null | src/address/dto/create-address.dto.ts | riquena969/hcode-projeto | 830a28d875ce1d5dd840237ca77321efdfa53ded | [
"MIT"
] | null | null | null | export class CreateAddressDto {
street: string;
number?: string;
complement?: string;
district: string;
city: string;
state: string;
country: string;
zipcode: string;
}
| 16.818182 | 31 | 0.691892 |
54318901585bf988524f59e11111c741bce5e2c1 | 563 | css | CSS | css/run.css | lizard43/placer | ee2eb4d43c5a06e74c18fc551fd4df4d6d941de6 | [
"MIT"
] | 1 | 2018-10-07T15:55:51.000Z | 2018-10-07T15:55:51.000Z | css/run.css | lizard43/placer | ee2eb4d43c5a06e74c18fc551fd4df4d6d941de6 | [
"MIT"
] | null | null | null | css/run.css | lizard43/placer | ee2eb4d43c5a06e74c18fc551fd4df4d6d941de6 | [
"MIT"
] | null | null | null | body {
width: 98%;
}
.scrollit {
/* overflow:scroll; */
height: 85%;
}
#score_table {
table-layout: fixed;
width: 100%;
}
#score_table td {
width: 25%;
}
.buttonteam {
width:100%;
}
.placer {
border-style: solid;
border-width: 1px;
border-color:black;
text-align: center;
}
.scoreteam {
co... | 10.622642 | 24 | 0.600355 |
7ae1185bd93cce81bdea93a690dd34ce02e97273 | 1,236 | cs | C# | Apartmant/UserInterface/Dialog/InputDialog.cs | isman-usoh/apament-management-system | bb46285f847415747c4bcad6d38a296b7ce4332d | [
"MIT"
] | null | null | null | Apartmant/UserInterface/Dialog/InputDialog.cs | isman-usoh/apament-management-system | bb46285f847415747c4bcad6d38a296b7ce4332d | [
"MIT"
] | null | null | null | Apartmant/UserInterface/Dialog/InputDialog.cs | isman-usoh/apament-management-system | bb46285f847415747c4bcad6d38a296b7ce4332d | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Apartment.UI.Dialog
{
public partial class InputDialog : Form
{
string input_text;
public string Re... | 21.684211 | 69 | 0.543689 |
daa74de61db20e692bd7a910fa512803dd49ca43 | 7,996 | php | PHP | app/Http/Schedules/NotificationScheduler.php | Shahrampeyvandi/charsoo_pannel | 8f2ce9cc3aa71f32d72656b09eed699bfc03980c | [
"MIT"
] | null | null | null | app/Http/Schedules/NotificationScheduler.php | Shahrampeyvandi/charsoo_pannel | 8f2ce9cc3aa71f32d72656b09eed699bfc03980c | [
"MIT"
] | null | null | null | app/Http/Schedules/NotificationScheduler.php | Shahrampeyvandi/charsoo_pannel | 8f2ce9cc3aa71f32d72656b09eed699bfc03980c | [
"MIT"
] | null | null | null | <?php
namespace App\Http\Schedules;
use App\Models\Notifications\Notifications;
use App\Models\Personals\Personal;
use App\Models\Cunsomers\Cunsomer;
use App\Models\Notifications\PannelNotifications;
use App\Models\User;
use App\Models\Services\Service;
use Spatie\Permission\Models\Role;
class NotificationScheduler
... | 27.572414 | 120 | 0.440845 |
7eadddca6d5d0e14f7f14c0cb1fbf21fecdf2850 | 369 | swift | Swift | Shared/Services/DigitColor.swift | iTh1nk/billbook-swift | bc2101ee6868be0a89cedad3b5adcd46aa6618ad | [
"MIT"
] | 1 | 2021-09-29T21:11:14.000Z | 2021-09-29T21:11:14.000Z | Shared/Services/DigitColor.swift | iTh1nk/billbook-swift | bc2101ee6868be0a89cedad3b5adcd46aa6618ad | [
"MIT"
] | null | null | null | Shared/Services/DigitColor.swift | iTh1nk/billbook-swift | bc2101ee6868be0a89cedad3b5adcd46aa6618ad | [
"MIT"
] | null | null | null | //
// DigitColor.swift
// Billbook-Swift
//
// Created by Chao Feng on 1/3/21.
//
import Foundation
class DigitColor: ObservableObject {
func digitColor(digitString: String) -> Bool {
guard let digit = Float(digitString) else { print("Color Convert Fail!"); return false }
if digit >= 0 {
return ... | 17.571429 | 92 | 0.626016 |
f21588f682ae09660e179411f3a5eb30b6347d67 | 1,026 | sql | SQL | copyToS3/transformationSQL/drug-exposure.sql | ryanmhood/AWS-MIMIC-IIItoOMOP-1 | a2343dacd3753c3b01eaf969784b1e6337cf3b71 | [
"Apache-2.0"
] | 11 | 2018-05-29T11:34:19.000Z | 2020-04-04T06:40:03.000Z | copyToS3/transformationSQL/drug-exposure.sql | lonmiller/AWS-MIMIC-IIItoOMOP | a2343dacd3753c3b01eaf969784b1e6337cf3b71 | [
"Apache-2.0"
] | 3 | 2018-04-17T14:07:17.000Z | 2018-12-26T20:16:17.000Z | copyToS3/transformationSQL/drug-exposure.sql | lonmiller/AWS-MIMIC-IIItoOMOP | a2343dacd3753c3b01eaf969784b1e6337cf3b71 | [
"Apache-2.0"
] | 8 | 2018-02-27T05:57:24.000Z | 2020-05-14T18:38:34.000Z | select cv.SUBJECT_ID as person_id
, 0 as drug_concept_id
, date_format(cv.CHARTTIME, 'yyyyMMdd') as drug_exposure_start_date
, 0 as drug_type_concept_id
, cv.AMOUNT as effective_drug_dose
, cv.CGID as provider_id
, cv.ICUSTAY_ID as visit_occurrence_id
, regexp_replace(items.LABEL, ',', ';') as drug_source... | 35.37931 | 69 | 0.768031 |
02577a3ccd5b3b87a03ef2e25ff95188fcceeb1c | 1,190 | dart | Dart | lib/src/app/pages/achievements/achievements_presenter.dart | One-Week-Apps/SalsaCoach | 90c64416ffbd23827154df44ad6a1115c016549c | [
"MIT"
] | null | null | null | lib/src/app/pages/achievements/achievements_presenter.dart | One-Week-Apps/SalsaCoach | 90c64416ffbd23827154df44ad6a1115c016549c | [
"MIT"
] | null | null | null | lib/src/app/pages/achievements/achievements_presenter.dart | One-Week-Apps/SalsaCoach | 90c64416ffbd23827154df44ad6a1115c016549c | [
"MIT"
] | null | null | null | import 'package:flutter_clean_architecture/flutter_clean_architecture.dart';
import 'package:salsa_coach/src/domain/usecases/achievements_usecase.dart';
class AchievementsPresenter extends Presenter {
Function getAllAchievementsOnNext;
final AchievementsUseCase getAchievementsUseCase;
AchievementsPresenter() :... | 26.444444 | 76 | 0.77395 |
bf7823b80cbb3ac48541abba899caa96368a0a4c | 5,931 | swift | Swift | thenTests/ObservingPromiseTests.swift | Kleemann/then | 90b246a3853fdbc117b76c2dd4439c4422514c00 | [
"MIT"
] | null | null | null | thenTests/ObservingPromiseTests.swift | Kleemann/then | 90b246a3853fdbc117b76c2dd4439c4422514c00 | [
"MIT"
] | null | null | null | thenTests/ObservingPromiseTests.swift | Kleemann/then | 90b246a3853fdbc117b76c2dd4439c4422514c00 | [
"MIT"
] | null | null | null | //
// ObservingPromiseTests.swift
// thenTests
//
// Created by Mads Kleemann on 10/02/2019.
// Copyright © 2019 s4cha. All rights reserved.
//
import XCTest
@testable import then
class ObservingPromiseTests: XCTestCase {
override func setUp() { super.setUp() }
override func tearDown() { super.tearDo... | 26.477679 | 67 | 0.49941 |
6ddbd3fba022fd562326bccef4cb8a61ca755893 | 505 | dart | Dart | test/match_videos_test.dart | tweirtx/tba-api-client-dart | c875e72216aa73685982badf69f4648a18f71dc7 | [
"MIT"
] | 1 | 2021-02-08T19:27:27.000Z | 2021-02-08T19:27:27.000Z | test/match_videos_test.dart | jr1221/tba-api-client-dart | 79af3730d60b8e6182e13e411c109f11f3917e37 | [
"MIT"
] | null | null | null | test/match_videos_test.dart | jr1221/tba-api-client-dart | 79af3730d60b8e6182e13e411c109f11f3917e37 | [
"MIT"
] | 1 | 2021-02-09T14:40:41.000Z | 2021-02-09T14:40:41.000Z | import 'package:tba_api_client/api.dart';
import 'package:test/test.dart';
// tests for MatchVideos
void main() {
var instance = new MatchVideos();
group('test MatchVideos', () {
// Can be one of 'youtube' or 'tba'
// String type (default value: null)
test('to test the property `type`', () async {
... | 20.2 | 50 | 0.59604 |
7978c489d5fb90d23b04d22f3f83c43d353500a3 | 1,151 | cpp | C++ | src/xml/UISettings.cpp | tianpi/thekla | 3cee9fc26752f712f003745785abd67236ba8102 | [
"MIT"
] | null | null | null | src/xml/UISettings.cpp | tianpi/thekla | 3cee9fc26752f712f003745785abd67236ba8102 | [
"MIT"
] | null | null | null | src/xml/UISettings.cpp | tianpi/thekla | 3cee9fc26752f712f003745785abd67236ba8102 | [
"MIT"
] | null | null | null |
#include "UISettings.h"
#include "XmlDatabaseDocument.h"
//--------------------------------------------------------------------------------
UISettings::UISettings()
: XmlElement(false)
{
xmlData_->setConfigFlag(XmlElementData::USE_THEKLA, false);
xmlData_->setConfigFlag(XmlElementData::GENERATE_QTAPP_CODE... | 33.852941 | 86 | 0.584709 |
de616975bef625bdb839cb63b89a41999a3a5bcc | 831 | swift | Swift | TensorFlow/coreml/ios/app/CoreMLImageClassification/Support/UIImage+Extension.swift | skafos/example-ml-apps | 1f764870ce2cc43ef28f844fa18cde18f4f75fbd | [
"Apache-2.0"
] | 2 | 2019-08-01T18:40:34.000Z | 2019-08-02T01:31:08.000Z | TensorFlow/coreml/ios/app/CoreMLImageClassification/Support/UIImage+Extension.swift | skafos/example-ml-apps | 1f764870ce2cc43ef28f844fa18cde18f4f75fbd | [
"Apache-2.0"
] | 1 | 2020-03-17T08:37:51.000Z | 2020-03-17T12:49:56.000Z | TensorFlow/coreml/ios/app/CoreMLImageClassification/Support/UIImage+Extension.swift | skafos/example-ml-apps | 1f764870ce2cc43ef28f844fa18cde18f4f75fbd | [
"Apache-2.0"
] | null | null | null | //
// UIImage+Extension.swift
// CoreMLImageClassification
//
// Created by Skafos.ai on 07/31/19.
// Copyright © 2019 Skafos, LLC. All rights reserved.
//
import UIKit
import VideoToolbox
extension UIImage {
func imageWithSize(scaledToSize newSize: CGSize) -> UIImage {
let horizontalRatio = newSize.wid... | 28.655172 | 90 | 0.720818 |
437e5859addddd00a80c4ae9e906ddc506478906 | 298 | tsx | TypeScript | src/components/atoms/graphqlError/index.tsx | utpandey/gatsby-sanity-disney-clone | 04cd3bffb55e6c3be5a7943a201a596a951703f8 | [
"Apache-2.0"
] | null | null | null | src/components/atoms/graphqlError/index.tsx | utpandey/gatsby-sanity-disney-clone | 04cd3bffb55e6c3be5a7943a201a596a951703f8 | [
"Apache-2.0"
] | null | null | null | src/components/atoms/graphqlError/index.tsx | utpandey/gatsby-sanity-disney-clone | 04cd3bffb55e6c3be5a7943a201a596a951703f8 | [
"Apache-2.0"
] | null | null | null | import React from "react"
interface IProps {
errors: any
}
const GraphQLErrorList: React.FC<IProps> = ({ errors }) => (
<div>
<h1>GraphQL Error</h1>
{errors.map((error: any) => (
<pre key={error.message}>{error.message}</pre>
))}
</div>
)
export default GraphQLErrorList
| 17.529412 | 60 | 0.620805 |
75553f12364fcac7b0d50118d7540b7a870c3770 | 4,482 | go | Go | pkg/operator/client/client.go | haotaogeng/fabedge | 029ef6f41254ac131f468f5968f167c1e123e3ae | [
"Apache-2.0"
] | 380 | 2021-07-16T04:53:57.000Z | 2022-03-31T12:54:34.000Z | pkg/operator/client/client.go | haotaogeng/fabedge | 029ef6f41254ac131f468f5968f167c1e123e3ae | [
"Apache-2.0"
] | 12 | 2021-08-04T02:04:44.000Z | 2022-02-18T10:28:26.000Z | pkg/operator/client/client.go | haotaogeng/fabedge | 029ef6f41254ac131f468f5968f167c1e123e3ae | [
"Apache-2.0"
] | 48 | 2021-07-16T06:23:27.000Z | 2022-03-22T12:04:53.000Z | package client
import (
"bytes"
"crypto/tls"
"crypto/x509"
"encoding/json"
"io"
"io/ioutil"
"net/http"
"net/url"
"time"
apis "github.com/fabedge/fabedge/pkg/apis/v1alpha1"
"github.com/fabedge/fabedge/pkg/operator/apiserver"
certutil "github.com/fabedge/fabedge/pkg/util/cert"
)
const defaultTimeout = 5 * ... | 21.342857 | 125 | 0.700357 |
02b5850e430e2d3c09f72cdc2c8bcfdfb9811231 | 200 | sh | Shell | paper_plots/simulations/generate_plot_RData.sh | WannabeSmith/drconfseq | d7dff001bc15b68458f8f4b01663b47d30b2c3ee | [
"MIT"
] | 7 | 2021-04-17T03:48:07.000Z | 2021-05-07T12:51:42.000Z | paper_plots/simulations/generate_plot_RData.sh | WannabeSmith/sequential.causal | d7dff001bc15b68458f8f4b01663b47d30b2c3ee | [
"MIT"
] | null | null | null | paper_plots/simulations/generate_plot_RData.sh | WannabeSmith/sequential.causal | d7dff001bc15b68458f8f4b01663b47d30b2c3ee | [
"MIT"
] | null | null | null | #!/bin/zsh
for folder in */; do
cd $folder
for R_file in *.R; do
echo "############### Generating RData from $R_file ###############"
Rscript $R_file
done
cd ..
done
| 16.666667 | 76 | 0.465 |
ef27a64d061689c0aaa23f8307e0a2603145aeca | 6,419 | h | C | tia/include/tencentcloud/tia/v20180226/model/QueryLogsRequest.h | li5ch/tencentcloud-sdk-cpp | 12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4 | [
"Apache-2.0"
] | 43 | 2019-08-14T08:14:12.000Z | 2022-03-30T12:35:09.000Z | tia/include/tencentcloud/tia/v20180226/model/QueryLogsRequest.h | li5ch/tencentcloud-sdk-cpp | 12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4 | [
"Apache-2.0"
] | 12 | 2019-07-15T10:44:59.000Z | 2021-11-02T12:35:00.000Z | tia/include/tencentcloud/tia/v20180226/model/QueryLogsRequest.h | li5ch/tencentcloud-sdk-cpp | 12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4 | [
"Apache-2.0"
] | 28 | 2019-07-12T09:06:22.000Z | 2022-03-30T08:04:18.000Z | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | 32.419192 | 105 | 0.424677 |
6a501c43dc87c26dd1e0478f7d91a4e57e06b1ae | 602 | swift | Swift | 11_3rdparty/demo/Cryptomarket/Cryptomarket/Model/Market Summary/MarketSummary.swift | alexdobry/FSIOS_SS18 | cc2b2f12cda63e6a9dad5c8e4178238fc1dfe6db | [
"MIT"
] | null | null | null | 11_3rdparty/demo/Cryptomarket/Cryptomarket/Model/Market Summary/MarketSummary.swift | alexdobry/FSIOS_SS18 | cc2b2f12cda63e6a9dad5c8e4178238fc1dfe6db | [
"MIT"
] | null | null | null | 11_3rdparty/demo/Cryptomarket/Cryptomarket/Model/Market Summary/MarketSummary.swift | alexdobry/FSIOS_SS18 | cc2b2f12cda63e6a9dad5c8e4178238fc1dfe6db | [
"MIT"
] | null | null | null | //
// MarketSummary.swift
// Cryptomarket
//
// Created by Alex on 05.01.18.
// Copyright © 2018 Alexander Dobrynin. All rights reserved.
//
import Foundation
struct MarketSummary: Codable {
let name: String
let timestamp: Date
let high: Double
let last: Double
let low: Double
enum Co... | 19.419355 | 61 | 0.627907 |
f4344879d2e42b93521019674b2267f92ce40011 | 888 | ts | TypeScript | src/products/products.controller.ts | AlexGert42/nest | e9d441504404c239e4ccccd95d358370b628e0f4 | [
"MIT"
] | null | null | null | src/products/products.controller.ts | AlexGert42/nest | e9d441504404c239e4ccccd95d358370b628e0f4 | [
"MIT"
] | null | null | null | src/products/products.controller.ts | AlexGert42/nest | e9d441504404c239e4ccccd95d358370b628e0f4 | [
"MIT"
] | null | null | null | import { Body, Controller, Delete, Get, Param, Post, Put } from "@nestjs/common";
import { CreateProductDto } from "./dto/create-product.dto";
import { UpdateProductDto } from "./dto/update-product.dto";
import { ProductsServese } from "./products.servese";
@Controller("products")
export class ProductsController {
... | 22.2 | 81 | 0.664414 |
ff524813fa74f4a322a5c71b4043f60a52d84272 | 139 | sql | SQL | customization/stronger_mobs.sql | Vladislav-Zolotaryov/L2J_Levelless_Custom | fb9fd3d22209679258cddc60cec104d740f13b8c | [
"MIT"
] | null | null | null | customization/stronger_mobs.sql | Vladislav-Zolotaryov/L2J_Levelless_Custom | fb9fd3d22209679258cddc60cec104d740f13b8c | [
"MIT"
] | null | null | null | customization/stronger_mobs.sql | Vladislav-Zolotaryov/L2J_Levelless_Custom | fb9fd3d22209679258cddc60cec104d740f13b8c | [
"MIT"
] | null | null | null | update npc set hp = (hp * 1.20), mp = (mp * 1.20), patk = (patk * 1.20), pdef = (pdef * 1.20), matk = (matk * 1.20), mdef = (mdef * 1.20);
| 69.5 | 138 | 0.503597 |
746e41373258c311cfd1363547f2338201ef0bb8 | 4,011 | sql | SQL | master_worker/deployment/digigob/digigob/eGoveris-product/tech-docs/flyway/sql/CONSOLIDADO/santiago-qa-egov-dockerizado/V0.6__qa-edt-egov-docker_adminsade_permisos2017-10-02 10-15-53.sql | GrupoWeb/k8s_srv_mineco | 8be27c3d88d52a155a7a577a9a98af8baa68e89d | [
"MIT"
] | null | null | null | master_worker/deployment/digigob/digigob/eGoveris-product/tech-docs/flyway/sql/CONSOLIDADO/santiago-qa-egov-dockerizado/V0.6__qa-edt-egov-docker_adminsade_permisos2017-10-02 10-15-53.sql | GrupoWeb/k8s_srv_mineco | 8be27c3d88d52a155a7a577a9a98af8baa68e89d | [
"MIT"
] | null | null | null | master_worker/deployment/digigob/digigob/eGoveris-product/tech-docs/flyway/sql/CONSOLIDADO/santiago-qa-egov-dockerizado/V0.6__qa-edt-egov-docker_adminsade_permisos2017-10-02 10-15-53.sql | GrupoWeb/k8s_srv_mineco | 8be27c3d88d52a155a7a577a9a98af8baa68e89d | [
"MIT"
] | null | null | null | USE qa_edt_egov_docker;
insert into `adminsade_permisos`(`ID`,`PERMISO`,`ROL`,`DESCRIPCION`,`SISTEMA`) values (724,'admin.ffcc',null,'Permite el acceso al administrador de Formularios Controlados ','FFDD');
insert into `adminsade_permisos`(`ID`,`PERMISO`,`ROL`,`DESCRIPCION`,`SISTEMA`) values (490,'ou=te.adm.tipooper,o... | 167.125 | 221 | 0.74196 |
772084fd2beb187e6975d878682f2b1fc08d50f9 | 240 | lua | Lua | dumb/computer/birth_child.lua | jafacakes2011/computercraft-scripts | 36f321d78b4d0243909f2068c54f3664bc1a6adf | [
"MIT"
] | null | null | null | dumb/computer/birth_child.lua | jafacakes2011/computercraft-scripts | 36f321d78b4d0243909f2068c54f3664bc1a6adf | [
"MIT"
] | null | null | null | dumb/computer/birth_child.lua | jafacakes2011/computercraft-scripts | 36f321d78b4d0243909f2068c54f3664bc1a6adf | [
"MIT"
] | null | null | null | while true do
local success, data = turtle.inspect()
if not success then
turtle.select(1)
turtle.place()
local placed_turtle = peripheral.wrap("front")
placed_turtle.turnOn()
break
end
end | 24 | 54 | 0.6125 |
e467956aadf940665743e28eba2cbb1af8da3b5a | 490 | cpp | C++ | tests/2016/04.cpp | voivoid/advent-of-code | efc02f558ad7718d02dfc205fadeba6b857ce4ae | [
"MIT"
] | 6 | 2019-03-01T14:15:38.000Z | 2021-12-10T21:39:23.000Z | tests/2016/04.cpp | voivoid/advent-of-code | efc02f558ad7718d02dfc205fadeba6b857ce4ae | [
"MIT"
] | 3 | 2018-10-22T09:42:26.000Z | 2018-10-22T11:45:06.000Z | tests/2016/04.cpp | voivoid/advent-of-code | efc02f558ad7718d02dfc205fadeba6b857ce4ae | [
"MIT"
] | null | null | null | #include "boost/test/unit_test.hpp"
#include "aoc_fixture.h"
#include "AoC/2016/problem_04.h"
using namespace AoC_2016::problem_04;
BOOST_FIXTURE_TEST_CASE( problem2016_04_1, AocFixture )
{
BOOST_CHECK_EQUAL( 1514, run( &solve_1, R"(aaaaa-bbb-z-y-x-123[abxyz]
a-b-c-d-e-... | 30.625 | 79 | 0.536735 |
dde5d1509230984bd96c51204b1fe5d4c64e147e | 3,952 | java | Java | src/main/java/invtweaks/integration/ItemListSorter.java | Neerwan/inventory-tweaks | bd1e422138ac732c9a22e226712250e0778d61ca | [
"MIT"
] | null | null | null | src/main/java/invtweaks/integration/ItemListSorter.java | Neerwan/inventory-tweaks | bd1e422138ac732c9a22e226712250e0778d61ca | [
"MIT"
] | null | null | null | src/main/java/invtweaks/integration/ItemListSorter.java | Neerwan/inventory-tweaks | bd1e422138ac732c9a22e226712250e0778d61ca | [
"MIT"
] | 1 | 2019-07-16T12:16:23.000Z | 2019-07-16T12:16:23.000Z | package invtweaks.integration;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.Comparator;
import net.minecraft.item.ItemStack;
import net.minecraftforge.fml.common.Loader;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.common.SidedProxy;
... | 38.368932 | 160 | 0.572874 |
da37bfa6a9279362c11f40dba35e23f849a3e18a | 6,499 | sql | SQL | dao-jpa-ojpa-derby/target/partial.oracle.sql | thilini89/wso2-ode | a15cc4a125f83a70427d93bfc2e2320eb47321ba | [
"Apache-2.0"
] | null | null | null | dao-jpa-ojpa-derby/target/partial.oracle.sql | thilini89/wso2-ode | a15cc4a125f83a70427d93bfc2e2320eb47321ba | [
"Apache-2.0"
] | null | null | null | dao-jpa-ojpa-derby/target/partial.oracle.sql | thilini89/wso2-ode | a15cc4a125f83a70427d93bfc2e2320eb47321ba | [
"Apache-2.0"
] | null | null | null | CREATE TABLE ODE_ACTIVITY_RECOVERY (ID NUMBER NOT NULL, ACTIONS VARCHAR2(255), ACTIVITY_ID NUMBER, CHANNEL VARCHAR2(255), DATE_TIME TIMESTAMP, DETAILS CLOB, INSTANCE_ID NUMBER, REASON VARCHAR2(255), RETRIES NUMBER, PRIMARY KEY (ID));
CREATE TABLE ODE_CORRELATION_SET (CORRELATION_SET_ID NUMBER NOT NULL, CORRELATION_KEY ... | 122.622642 | 700 | 0.833513 |
ef3fa6da4d9a100ed4d08db9fdcb133fb862b707 | 13,154 | h | C | src/include/access/ustore/knl_upage.h | Yanci0/openGauss-server | b2ff10be1367c77f2fda396d6c12ffa3c25874c7 | [
"MulanPSL-1.0"
] | 360 | 2020-06-30T14:47:34.000Z | 2022-03-31T15:21:53.000Z | src/include/access/ustore/knl_upage.h | Yanci0/openGauss-server | b2ff10be1367c77f2fda396d6c12ffa3c25874c7 | [
"MulanPSL-1.0"
] | 4 | 2020-06-30T15:09:16.000Z | 2020-07-14T06:20:03.000Z | src/include/access/ustore/knl_upage.h | futurewei-cloud/chogori-opengauss | f43410e1643c887819e718d9baceb9e853ad9574 | [
"MulanPSL-1.0"
] | 133 | 2020-06-30T14:47:36.000Z | 2022-03-25T15:29:00.000Z | /* -------------------------------------------------------------------------
*
* knl_upage.h
* the page format of inplace update engine.
*
* Portions Copyright (c) 2020 Huawei Technologies Co.,Ltd.
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of t... | 40.978193 | 119 | 0.657747 |
6b2b3ba092c3e58f6f58fa2e2837a154ce59019e | 1,704 | js | JavaScript | src/components/pages/DataViz/DetailsInfo.js | joowoonk/Labs25-Bridges_to_Prosperity-TeamB-fe | f26598e96013ed1eed12585d075b3b393217bbed | [
"MIT"
] | 1 | 2020-08-10T19:59:02.000Z | 2020-08-10T19:59:02.000Z | src/components/pages/DataViz/DetailsInfo.js | joowoonk/Labs25-Bridges_to_Prosperity-TeamB-fe | f26598e96013ed1eed12585d075b3b393217bbed | [
"MIT"
] | 36 | 2020-08-10T19:44:34.000Z | 2020-09-23T21:27:40.000Z | src/components/pages/DataViz/DetailsInfo.js | joowoonk/Labs25-Bridges_to_Prosperity-TeamB-fe | f26598e96013ed1eed12585d075b3b393217bbed | [
"MIT"
] | 2 | 2020-10-01T00:16:24.000Z | 2021-04-07T22:55:54.000Z | import React, { useContext } from 'react';
import { BridgesContext } from '../../../state/bridgesContext';
import Draggable from 'react-draggable';
const DetailsInfo = () => {
const { detailsData, setDetailsData } = useContext(BridgesContext);
return (
<Draggable>
<div className="detailsContainer">
... | 30.981818 | 78 | 0.509977 |
4f539b1dad1e87ec8abbd079d78977e03bfc5e2e | 2,527 | dart | Dart | flutter/sample/lib/app_analytics.dart | xclud/docker-images-flutter | 5505e86dea66711be80d4a248854257ace5fa7aa | [
"MIT"
] | 1 | 2021-12-04T22:04:27.000Z | 2021-12-04T22:04:27.000Z | flutter/sample/lib/app_analytics.dart | xclud/docker-images-flutter | 5505e86dea66711be80d4a248854257ace5fa7aa | [
"MIT"
] | null | null | null | flutter/sample/lib/app_analytics.dart | xclud/docker-images-flutter | 5505e86dea66711be80d4a248854257ace5fa7aa | [
"MIT"
] | null | null | null | import 'package:flutter/material.dart';
void sendNetworkLogEvent({@required String name, @required int statusCode}) {
// firebase.observer.analytics
// .logEvent(name: name, parameters: {'statusCode': statusCode});
}
void logAppOpen() {
// firebase.analytics.logAppOpen();
}
void logSignUp({@required String... | 30.445783 | 82 | 0.704393 |
25a18ecae97d3840c60996b9479525f12618a79e | 1,362 | cs | C# | UnityProject/Exit With/Assets/ExitWith/Scripts/PlayerState.cs | sumogri/ExitWith | d1ca7540cd8eed61231e12ad27d97fae54cab3da | [
"Apache-2.0",
"MIT"
] | null | null | null | UnityProject/Exit With/Assets/ExitWith/Scripts/PlayerState.cs | sumogri/ExitWith | d1ca7540cd8eed61231e12ad27d97fae54cab3da | [
"Apache-2.0",
"MIT"
] | null | null | null | UnityProject/Exit With/Assets/ExitWith/Scripts/PlayerState.cs | sumogri/ExitWith | d1ca7540cd8eed61231e12ad27d97fae54cab3da | [
"Apache-2.0",
"MIT"
] | null | null | null | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UniRx;
public static class PlayerState
{
public static ReactiveProperty<int> HP { get; private set; } = new ReactiveProperty<int>(3);
public static int Place {
get { return placeId; }
set {
... | 37.833333 | 109 | 0.67768 |
ed3bb5f11f4faf356810b32f0f096cfa8011a4ed | 15,817 | h | C | src/Services.h | ESPdude/HomeSpan | 9a4ff40e9f8376655e5c4db1ff16482bfb5a4709 | [
"MIT"
] | null | null | null | src/Services.h | ESPdude/HomeSpan | 9a4ff40e9f8376655e5c4db1ff16482bfb5a4709 | [
"MIT"
] | null | null | null | src/Services.h | ESPdude/HomeSpan | 9a4ff40e9f8376655e5c4db1ff16482bfb5a4709 | [
"MIT"
] | null | null | null | /*********************************************************************************
* MIT License
*
* Copyright (c) 2020-2021 Gregg E. Berman
*
* https://github.com/HomeSpan/HomeSpan
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated docu... | 32.279592 | 198 | 0.706329 |
12765627a581f05f66638f83792c2d75b2e5b79d | 2,702 | cs | C# | src/Hybrid.AspNetCore/AspNetCorePack.cs | ArcherTrister/ESoftor | 8826524b9f167de02e263c63ae1c846235847cf3 | [
"Apache-2.0"
] | null | null | null | src/Hybrid.AspNetCore/AspNetCorePack.cs | ArcherTrister/ESoftor | 8826524b9f167de02e263c63ae1c846235847cf3 | [
"Apache-2.0"
] | null | null | null | src/Hybrid.AspNetCore/AspNetCorePack.cs | ArcherTrister/ESoftor | 8826524b9f167de02e263c63ae1c846235847cf3 | [
"Apache-2.0"
] | null | null | null | // -----------------------------------------------------------------------
// <copyright file="AspNetCorePack.cs" company="Hybrid开源团队">
// Copyright (c) 2014-2018 Hybrid. All rights reserved.
// </copyright>
// <site>https://www.lxking.cn</site>
// <last-editor>ArcherTrister</last-editor>
// <last-date>2018-... | 33.775 | 114 | 0.584012 |
dfbbee6e0f4a08a0e9bf88e1aa8bce87280ec9c0 | 940 | cs | C# | sdk/keyvault/samples/keyvaultproxy/tests/LiveFactAttribute.cs | gjy5885/azure-sdk-for-net | 5491b723c94176509a91c340485f10009189ac72 | [
"MIT"
] | 3,268 | 2015-01-08T04:21:52.000Z | 2022-03-31T11:10:48.000Z | sdk/keyvault/samples/keyvaultproxy/tests/LiveFactAttribute.cs | gjy5885/azure-sdk-for-net | 5491b723c94176509a91c340485f10009189ac72 | [
"MIT"
] | 18,748 | 2015-01-06T00:12:22.000Z | 2022-03-31T23:55:50.000Z | sdk/keyvault/samples/keyvaultproxy/tests/LiveFactAttribute.cs | gjy5885/azure-sdk-for-net | 5491b723c94176509a91c340485f10009189ac72 | [
"MIT"
] | 4,179 | 2015-01-07T20:13:22.000Z | 2022-03-31T09:09:02.000Z | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Xunit;
using Xunit.Sdk;
namespace AzureSamples.Security.KeyVault.Proxy
{
/// <summary>
/// Test attribute to run tests synchronously or asynchronously in conjunction with a <see cref="SecretsFixture"/>.
... | 30.322581 | 134 | 0.670213 |
816fdda72202496b1b706f63510e4c682120d1b7 | 2,417 | php | PHP | routes/web.php | B-Cisek/Lokaty | b46d72bcdd0cc3702584ae2cf432cdb775e927a1 | [
"MIT"
] | null | null | null | routes/web.php | B-Cisek/Lokaty | b46d72bcdd0cc3702584ae2cf432cdb775e927a1 | [
"MIT"
] | null | null | null | routes/web.php | B-Cisek/Lokaty | b46d72bcdd0cc3702584ae2cf432cdb775e927a1 | [
"MIT"
] | null | null | null | <?php
use Illuminate\Support\Facades\Route;
use App\Http\Controllers\DashboardController;
use App\Http\Controllers\Auth\RegisterController;
use App\Http\Controllers\Auth\LoginController;
use App\Http\Controllers\Auth\LogoutController;
use App\Http\Controllers\LokatyController;
use App\Http\Controllers\KalkulatorContro... | 32.662162 | 99 | 0.667356 |