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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5b59152ddf7e051ae179d521ed46f348cd2386a2 | 2,560 | h | C | unicpp/unicode_data.h | codeschlosser/unicpp | cdfbce8c4e00b66e92987627fd513e4b7c04a992 | [
"0BSD"
] | null | null | null | unicpp/unicode_data.h | codeschlosser/unicpp | cdfbce8c4e00b66e92987627fd513e4b7c04a992 | [
"0BSD"
] | null | null | null | unicpp/unicode_data.h | codeschlosser/unicpp | cdfbce8c4e00b66e92987627fd513e4b7c04a992 | [
"0BSD"
] | null | null | null | #pragma once
#include <map>
#include <string_view>
#include <unordered_map>
#include <vector>
#include <stdint.h>
namespace unicpp {
enum class GeneralCategory : uint64_t {
None = 0LL,
Lu = 1LL << 1,
Ll = 1LL << 2,
Lt = 1LL << 3,
Lm = 1LL << 4,
Lo = 1LL << 5,
Mn = 1LL << 6,
Mc = 1LL << 7,
Me = 1LL... | 21.157025 | 75 | 0.596875 |
d7aa0298a9c1ae6c391d392f03e45ecbfba474e7 | 2,299 | ps1 | PowerShell | Configurations/vmwFolder/cf02-vCenter-Folder.ps1 | lucdekens/vSphereDSC | 37d0f7e851a148dea7a0a8acfa6a734a3796450e | [
"MIT"
] | 42 | 2016-06-05T00:30:29.000Z | 2021-02-11T20:46:56.000Z | Configurations/vmwFolder/cf02-vCenter-Folder.ps1 | lucdekens/vSphereDSC | 37d0f7e851a148dea7a0a8acfa6a734a3796450e | [
"MIT"
] | 4 | 2016-06-05T14:05:53.000Z | 2016-08-30T02:57:08.000Z | Configurations/vmwFolder/cf02-vCenter-Folder.ps1 | lucdekens/vSphereDSC | 37d0f7e851a148dea7a0a8acfa6a734a3796450e | [
"MIT"
] | 11 | 2016-08-26T22:45:08.000Z | 2020-04-19T19:02:52.000Z | enum Ensure {
Absent
Present
}
$tgtName = 'vEng.local.lab'
$configName = 'Vmw'
Configuration $configName
{
param(
[System.Management.Automation.PSCredential]$Credential
)
Import-DscResource -ModuleName vSphereDSC
Node $AllNodes.NodeName
{
$number = 0
foreach($folder i... | 25.544444 | 87 | 0.527621 |
c7d863108e925b53444156a87d044609f6e8465f | 273 | py | Python | otp/login/LoginBase.py | Willy5s/Pirates-Online-Rewritten | 7434cf98d9b7c837d57c181e5dabd02ddf98acb7 | [
"BSD-3-Clause"
] | 81 | 2018-04-08T18:14:24.000Z | 2022-01-11T07:22:15.000Z | otp/login/LoginBase.py | Willy5s/Pirates-Online-Rewritten | 7434cf98d9b7c837d57c181e5dabd02ddf98acb7 | [
"BSD-3-Clause"
] | 4 | 2018-09-13T20:41:22.000Z | 2022-01-08T06:57:00.000Z | otp/login/LoginBase.py | Willy5s/Pirates-Online-Rewritten | 7434cf98d9b7c837d57c181e5dabd02ddf98acb7 | [
"BSD-3-Clause"
] | 26 | 2018-05-26T12:49:27.000Z | 2021-09-11T09:11:59.000Z |
class LoginBase():
freeTimeExpires = -1
def __init__(self, cr):
self.cr = cr
def sendLoginMsg(self, loginName, password, createFlag):
pass
def getErrorCode(self):
return 0
def needToSetParentPassword(self):
return 0 | 17.0625 | 60 | 0.615385 |
404df5454145b172654d322a6a8aa1b28c826af8 | 3,324 | py | Python | tackerclient/tacker/v1_0/nfvo/nsd.py | SSU-DCN/python-tackerclient | 771973a3f66f08fa05b3d0702a81df9ec0b35219 | [
"Apache-2.0"
] | 20 | 2015-10-18T02:56:36.000Z | 2021-10-12T13:37:58.000Z | tackerclient/tacker/v1_0/nfvo/nsd.py | openstack/python-tackerclient | b7f27c3dc6a8ec747d13698a3ced1dc5cc162389 | [
"Apache-2.0"
] | null | null | null | tackerclient/tacker/v1_0/nfvo/nsd.py | openstack/python-tackerclient | b7f27c3dc6a8ec747d13698a3ced1dc5cc162389 | [
"Apache-2.0"
] | 16 | 2016-03-18T08:37:28.000Z | 2021-07-19T05:28:16.000Z | # Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under t... | 32.910891 | 75 | 0.643502 |
fb546cc800dfe8c40cc55d001a0ea22c328750ba | 169 | java | Java | pet-clinic-data/src/main/java/com/kyotoyx/petclinic/services/PetService.java | kyotoyx/pet-clinic | b27e53e9edb6b8a9a988ab0a5d65f5b907341fec | [
"Apache-2.0"
] | null | null | null | pet-clinic-data/src/main/java/com/kyotoyx/petclinic/services/PetService.java | kyotoyx/pet-clinic | b27e53e9edb6b8a9a988ab0a5d65f5b907341fec | [
"Apache-2.0"
] | null | null | null | pet-clinic-data/src/main/java/com/kyotoyx/petclinic/services/PetService.java | kyotoyx/pet-clinic | b27e53e9edb6b8a9a988ab0a5d65f5b907341fec | [
"Apache-2.0"
] | null | null | null | package com.kyotoyx.petclinic.services;
import com.kyotoyx.petclinic.model.Pet;
import java.util.Set;
public interface PetService extends CrudService<Pet, Long> {
}
| 16.9 | 60 | 0.792899 |
40148c6b514cdd48180c673060f1159147f5605a | 21,509 | py | Python | torchdistill/models/special.py | AhmedHussKhalifa/torchdistill | 071089765f95aa09da9573039ac2bd54f47cea1e | [
"MIT"
] | null | null | null | torchdistill/models/special.py | AhmedHussKhalifa/torchdistill | 071089765f95aa09da9573039ac2bd54f47cea1e | [
"MIT"
] | null | null | null | torchdistill/models/special.py | AhmedHussKhalifa/torchdistill | 071089765f95aa09da9573039ac2bd54f47cea1e | [
"MIT"
] | null | null | null | import os
import numpy as np
import torch
from torch import nn
from torch.nn import functional
from torch.jit.annotations import Tuple, List
from torchdistill.common.constant import def_logger
from torchdistill.models.util import wrap_if_distributed, load_module_ckpt, save_module_ckpt, redesign_model
logger = def_lo... | 42.17451 | 120 | 0.675206 |
260c68a4e5d73ecf19ced217af6249a73107fdb7 | 8,043 | java | Java | chrome/browser/util/android/java/src/org/chromium/chrome/browser/util/AndroidTaskUtils.java | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | chrome/browser/util/android/java/src/org/chromium/chrome/browser/util/AndroidTaskUtils.java | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 86 | 2015-10-21T13:02:42.000Z | 2022-03-14T07:50:50.000Z | chrome/browser/util/android/java/src/org/chromium/chrome/browser/util/AndroidTaskUtils.java | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.util;
import android.app.ActivityManager;
import android.app.ActivityManager.AppTask;
import android.app.ActivityMana... | 42.555556 | 100 | 0.668159 |
98e57170a34976270ccd757540dcfbf61bdecfe4 | 104 | sql | SQL | src/test/resources/sql/revoke/6dbc25a8.sql | Shuttl-Tech/antlr_psql | fcf83192300abe723f3fd3709aff5b0c8118ad12 | [
"MIT"
] | 66 | 2018-06-15T11:34:03.000Z | 2022-03-16T09:24:49.000Z | src/test/resources/sql/revoke/6dbc25a8.sql | Shuttl-Tech/antlr_psql | fcf83192300abe723f3fd3709aff5b0c8118ad12 | [
"MIT"
] | 13 | 2019-03-19T11:56:28.000Z | 2020-08-05T04:20:50.000Z | src/test/resources/sql/revoke/6dbc25a8.sql | Shuttl-Tech/antlr_psql | fcf83192300abe723f3fd3709aff5b0c8118ad12 | [
"MIT"
] | 28 | 2019-01-05T19:59:02.000Z | 2022-03-24T11:55:50.000Z | -- file:rolenames.sql ln:426 expect:true
REVOKE ALL PRIVILEGES ON FUNCTION testagg5(int2) FROM "Public"
| 34.666667 | 62 | 0.788462 |
16009417087c0b088da2cb05b0ca93f40749f26d | 15,339 | c | C | ext/hal/nxp/mcux/drivers/imx/fsl_sai_edma.c | SebastianBoe/fw-nrfconnect-zephyr | c74c0ef21daf7594b5c4d531e75cc72bae29f9b7 | [
"Apache-2.0"
] | 7,482 | 2015-01-01T09:23:08.000Z | 2022-03-31T19:34:05.000Z | ext/hal/nxp/mcux/drivers/imx/fsl_sai_edma.c | SebastianBoe/fw-nrfconnect-zephyr | c74c0ef21daf7594b5c4d531e75cc72bae29f9b7 | [
"Apache-2.0"
] | 2,543 | 2015-01-09T02:01:34.000Z | 2022-03-31T23:10:14.000Z | ext/hal/nxp/mcux/drivers/imx/fsl_sai_edma.c | SebastianBoe/fw-nrfconnect-zephyr | c74c0ef21daf7594b5c4d531e75cc72bae29f9b7 | [
"Apache-2.0"
] | 4,645 | 2015-01-06T07:05:31.000Z | 2022-03-31T18:21:50.000Z | /*
* Copyright (c) 2015, Freescale Semiconductor, Inc.
* Copyright 2016-2017 NXP
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "fsl_sai_edma.h"
/* Component ID definition, used by tools. */
#ifndef FSL_COMPONENT_ID
#define FSL_COMPONENT_ID "platform.drivers.sai_edma"
#endif
/****... | 31.692149 | 118 | 0.657866 |
72450a46f3155416fe4f10e7330ba23ef7b7658d | 4,415 | dart | Dart | lib/shared/widgets/avatar_widget.dart | renatovalente5/CM---FITon | 2500a42b02868bef97d5e1cf0180efb457ea30d1 | [
"MIT"
] | null | null | null | lib/shared/widgets/avatar_widget.dart | renatovalente5/CM---FITon | 2500a42b02868bef97d5e1cf0180efb457ea30d1 | [
"MIT"
] | null | null | null | lib/shared/widgets/avatar_widget.dart | renatovalente5/CM---FITon | 2500a42b02868bef97d5e1cf0180efb457ea30d1 | [
"MIT"
] | null | null | null | import 'dart:math';
import 'package:badges/badges.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:line_icons/line_icons.dart';
import 'package:step_progress_indicator/step_progress_indicator.dart';
import '../../core.dart';
class AvatarWidget extends StatelessWidget {
... | 30.874126 | 83 | 0.473613 |
6e06936b00db901c82e42684d9d88f28cbc25e82 | 878 | html | HTML | _includes/post_preview_small.html | okfde/datenschule.de | 62f45ae6ff3228357fd4f5a9dd236535f3b5c8c5 | [
"MIT"
] | 6 | 2016-08-08T06:56:50.000Z | 2020-06-28T21:45:17.000Z | _includes/post_preview_small.html | okfde/datenschule.de | 62f45ae6ff3228357fd4f5a9dd236535f3b5c8c5 | [
"MIT"
] | 9 | 2016-05-03T16:41:05.000Z | 2022-02-26T03:28:37.000Z | _includes/post_preview_small.html | okfde/datenschule.de | 62f45ae6ff3228357fd4f5a9dd236535f3b5c8c5 | [
"MIT"
] | 1 | 2016-09-01T12:03:23.000Z | 2016-09-01T12:03:23.000Z | {% assign post=include.post %}
{% assign url=post.url |replace_first:'/','' %}
{% if post.picture %}<a href="{{ site.baseurl }}/{{ url }}" class="post-img-wrap"><img class="post-img" src="{{ post.picture.src }}" alt="{{ post.title | xml_escape}}"></a>{% endif %}
<a href="{{ site.baseurl }}/{{ url }}" class="post-title"... | 62.714286 | 183 | 0.591116 |
425100b4f203434315657097aea27a5e16f88242 | 973 | swift | Swift | RSignatureVerifier/Logger.swift | imaginaris/ios-signatureverifier | fd7d18e19545c2ae3be162c95108e970b89a5dbe | [
"MIT"
] | null | null | null | RSignatureVerifier/Logger.swift | imaginaris/ios-signatureverifier | fd7d18e19545c2ae3be162c95108e970b89a5dbe | [
"MIT"
] | 11 | 2021-04-01T07:30:41.000Z | 2021-11-09T08:10:30.000Z | RSignatureVerifier/Logger.swift | imaginaris/ios-signatureverifier | fd7d18e19545c2ae3be162c95108e970b89a5dbe | [
"MIT"
] | 1 | 2021-03-30T21:42:24.000Z | 2021-03-30T21:42:24.000Z | import os
extension OSLog {
static let sdk = OSLog(category: "Signature Verifier SDK")
private convenience init(category: String, bundle: Bundle = Bundle(for: Logger.self)) {
let identifier = bundle.infoDictionary?["CFBundleIdentifier"] as? String
self.init(subsystem: (identifier ?? "").append... | 25.605263 | 91 | 0.578623 |
3dc7ced01c91b59f0392b392bc829cb316957699 | 6,945 | dart | Dart | example/lib/home_controls.dart | meitarazar/serayon_sliding_switcher | 79babacfaffaafe27dc3ab14039fc827964c5aa0 | [
"BSD-3-Clause"
] | null | null | null | example/lib/home_controls.dart | meitarazar/serayon_sliding_switcher | 79babacfaffaafe27dc3ab14039fc827964c5aa0 | [
"BSD-3-Clause"
] | null | null | null | example/lib/home_controls.dart | meitarazar/serayon_sliding_switcher | 79babacfaffaafe27dc3ab14039fc827964c5aa0 | [
"BSD-3-Clause"
] | null | null | null | import 'package:flutter/material.dart';
import 'package:serayon_sliding_switcher/serayon_sliding_switcher.dart';
class HomeControls extends StatefulWidget {
final String title;
const HomeControls({Key? key, required this.title}) : super(key: key);
@override
State<HomeControls> createState() => _HomeControlsS... | 33.878049 | 115 | 0.538229 |
418ef52a08adba9725a20c6959c1b0ba581bd4c7 | 2,842 | lua | Lua | maniaf4-menu/mania_ui/cl_rounded.lua | Prepager/gmodstore-archive | 594616376dd49bed402143e537d2f7257ebca373 | [
"MIT"
] | 12 | 2021-09-15T20:44:06.000Z | 2022-03-06T18:21:55.000Z | maniaf4-menu/mania_ui/cl_rounded.lua | Prepager/gmodstore-archive | 594616376dd49bed402143e537d2f7257ebca373 | [
"MIT"
] | null | null | null | maniaf4-menu/mania_ui/cl_rounded.lua | Prepager/gmodstore-archive | 594616376dd49bed402143e537d2f7257ebca373 | [
"MIT"
] | 6 | 2022-01-21T08:23:47.000Z | 2022-03-18T16:31:37.000Z | --[[---------------------------------------------------------
Variables
-----------------------------------------------------------]]
local PANEL = {}
--[[---------------------------------------------------------
Function: DrawCircle
-----------------------------------------------------------]]
function PANE... | 26.314815 | 82 | 0.521464 |
1f2099890a78875c186ff1d2748f4ec6a227cc24 | 139 | css | CSS | src/pages/destination/components/main/main.css | ni864450591/myyydapp | 358d425150f7cb2815b19be009f8121eb2bf8780 | [
"MIT"
] | null | null | null | src/pages/destination/components/main/main.css | ni864450591/myyydapp | 358d425150f7cb2815b19be009f8121eb2bf8780 | [
"MIT"
] | null | null | null | src/pages/destination/components/main/main.css | ni864450591/myyydapp | 358d425150f7cb2815b19be009f8121eb2bf8780 | [
"MIT"
] | null | null | null | .tab-layout{
width: 76px;
height: 100%;
background-color: #fafafa;
}
.content-layout{
flex:1;
overflow-y: auto;
}
| 12.636364 | 30 | 0.568345 |
53d6158320e8b44382c14b1aa9220e8f916ee7e7 | 2,984 | java | Java | src/main/java/net/fortuna/ical4j/connector/local/AbstractLocalObjectStore.java | psnippen/ical4j-connector | e6d9fa48cbd99931b9a3907995c71c050613e0ab | [
"BSD-3-Clause"
] | 10 | 2015-04-17T14:31:14.000Z | 2020-02-03T19:00:15.000Z | src/main/java/net/fortuna/ical4j/connector/local/AbstractLocalObjectStore.java | psnippen/ical4j-connector | e6d9fa48cbd99931b9a3907995c71c050613e0ab | [
"BSD-3-Clause"
] | 37 | 2016-02-02T08:54:20.000Z | 2022-02-17T01:15:41.000Z | src/main/java/net/fortuna/ical4j/connector/local/AbstractLocalObjectStore.java | psnippen/ical4j-connector | e6d9fa48cbd99931b9a3907995c71c050613e0ab | [
"BSD-3-Clause"
] | 13 | 2015-06-17T01:33:49.000Z | 2020-07-07T11:18:43.000Z | package net.fortuna.ical4j.connector.local;
import net.fortuna.ical4j.connector.ObjectNotFoundException;
import net.fortuna.ical4j.connector.ObjectStore;
import net.fortuna.ical4j.connector.ObjectStoreException;
import net.fortuna.ical4j.model.Calendar;
import java.io.File;
import java.io.IOException;
import java.uti... | 30.44898 | 156 | 0.667895 |
8649839aa0c2c921a9821cd89e7f853d2624889c | 257 | go | Go | test/compare/testdata/program_tests/builtin13.go | zapateo/scriggo | 92062fc515661d920c655731b146e40e5b0edec6 | [
"BSD-3-Clause"
] | 294 | 2021-09-15T13:28:31.000Z | 2022-03-02T21:45:58.000Z | test/compare/testdata/program_tests/builtin13.go | zapateo/scriggo | 92062fc515661d920c655731b146e40e5b0edec6 | [
"BSD-3-Clause"
] | 45 | 2021-09-15T15:28:59.000Z | 2022-03-24T08:55:13.000Z | test/compare/testdata/program_tests/builtin13.go | zapateo/scriggo | 92062fc515661d920c655731b146e40e5b0edec6 | [
"BSD-3-Clause"
] | 14 | 2021-09-17T04:30:17.000Z | 2021-12-28T10:54:47.000Z | // run
package main
import (
"fmt"
)
func main() {
m := map[string]int{}
fmt.Print(len(m))
m["one"] = 1
fmt.Print(len(m))
m["one"] = 1
m["one"] = 2
fmt.Print(len(m))
m["one"] = 1
m["two"] = 2
m["three"] = 3
m["five"] = 4
fmt.Print(len(m))
}
| 11.173913 | 22 | 0.505837 |
1fd9c45a1c341cdf5a809c6361f86b7fd960bfa4 | 1,453 | css | CSS | styles/main.css | aneekm/aneekm.github.io | 3016fdd7edf56538282e4ac8872da945da78d1b1 | [
"MIT"
] | null | null | null | styles/main.css | aneekm/aneekm.github.io | 3016fdd7edf56538282e4ac8872da945da78d1b1 | [
"MIT"
] | 1 | 2021-01-21T21:55:21.000Z | 2021-01-21T21:55:21.000Z | styles/main.css | aneekm/aneekm.github.io | 3016fdd7edf56538282e4ac8872da945da78d1b1 | [
"MIT"
] | 1 | 2020-09-30T23:43:54.000Z | 2020-09-30T23:43:54.000Z | html {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
body {
font-family: "Open Sans", sans-serif;
font-size: 100%;
color: #303336;
background-color: #ffffff;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
display: flex;
flex-flow: column nowrap;
}
.title {
flex: 1 0 auto;
t... | 13.330275 | 39 | 0.603579 |
1bf63eaf7fa3aad37c4a01f10080478f373b129c | 859 | dart | Dart | lib/org.markdown4j/codeblockemitter.dart | billy1380/markdown4f | 811c2898f7a63417c3fd5e4b22759e9ed22936b4 | [
"Apache-2.0"
] | null | null | null | lib/org.markdown4j/codeblockemitter.dart | billy1380/markdown4f | 811c2898f7a63417c3fd5e4b22759e9ed22936b4 | [
"Apache-2.0"
] | null | null | null | lib/org.markdown4j/codeblockemitter.dart | billy1380/markdown4f | 811c2898f7a63417c3fd5e4b22759e9ed22936b4 | [
"Apache-2.0"
] | null | null | null | import 'package:markdown4f/com.github.rjeschke.txtmark/blockemitter.dart';
class CodeBlockEmitter implements BlockEmitter {
@override
void emitBlock(StringBuffer out, List<String> lines, String meta) {
out.write("<pre><code");
if (meta.length > 0) {
out.write(" class=\"" + meta + "\"");
}... | 25.264706 | 75 | 0.447031 |
a04698311d1ed44c1821d6fece5f8987ca5449cf | 642 | sql | SQL | custom/Script_OracleBase/Monitoring/pipes.sql | omegazip/dba_scripts | 9c7fc8a60cce5f50a4eac3cb9f4da2461fe86267 | [
"FSFAP"
] | null | null | null | custom/Script_OracleBase/Monitoring/pipes.sql | omegazip/dba_scripts | 9c7fc8a60cce5f50a4eac3cb9f4da2461fe86267 | [
"FSFAP"
] | null | null | null | custom/Script_OracleBase/Monitoring/pipes.sql | omegazip/dba_scripts | 9c7fc8a60cce5f50a4eac3cb9f4da2461fe86267 | [
"FSFAP"
] | 4 | 2019-07-12T23:22:53.000Z | 2021-06-10T05:07:01.000Z | -- -----------------------------------------------------------------------------------
-- File Name : http://www.oracle-base.com/dba/monitoring/pipes.sql
-- Author : Tim Hall
-- Description : Displays a list of all database pipes.
-- Requirements : Access to the V$ views.
-- Call Syntax : @pipes
-- Last Modi... | 30.571429 | 86 | 0.487539 |
014505c274ac785a0292e26ee868b1a9444f05ec | 2,286 | rs | Rust | src/implementation/mdd/shallow/mod.rs | xgillard/ddo | 300be0213e66e784415207273e6dc6f4971020a9 | [
"MIT"
] | 34 | 2020-02-21T20:27:12.000Z | 2022-03-08T12:14:56.000Z | src/implementation/mdd/shallow/mod.rs | vcoppe/ddo | 2d79e37d0746477242a1399d10d9fcb279fcdd7d | [
"MIT"
] | 1 | 2021-05-04T11:29:46.000Z | 2021-05-06T15:55:26.000Z | src/implementation/mdd/shallow/mod.rs | vcoppe/ddo | 2d79e37d0746477242a1399d10d9fcb279fcdd7d | [
"MIT"
] | 4 | 2020-02-26T01:28:17.000Z | 2021-05-05T10:35:02.000Z | // Copyright 2020 Xavier Gillard
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in
// the Software without restriction, including without limitation the rights to
// use, copy, modify, merge, publish, di... | 54.428571 | 83 | 0.759843 |
0ed81391f2fd45cbeaa0cafffbba2c7123d0c5fd | 102 | sql | SQL | elasticsearch/elasticsearch-jdbc-2.2.1.0/src/test/resources/org/xbib/elasticsearch/jdbc/strategy/standard/sqlite/create-jobtables.sql | guanguans/Yii2-guanguans | 832970797b608170c6b3dbb721cd46c2a05571bd | [
"MIT"
] | 2 | 2016-02-19T06:57:12.000Z | 2016-02-19T06:58:55.000Z | elasticsearch/elasticsearch-jdbc-2.2.1.0/src/test/resources/org/xbib/elasticsearch/jdbc/strategy/standard/sqlite/create-jobtables.sql | guanguans/Yii2-guanguans | 832970797b608170c6b3dbb721cd46c2a05571bd | [
"MIT"
] | 10 | 2020-04-13T01:54:22.000Z | 2020-08-09T09:56:09.000Z | elasticsearch/elasticsearch-jdbc-2.2.1.0/src/test/resources/org/xbib/elasticsearch/jdbc/strategy/standard/sqlite/create-jobtables.sql | guanguans/Yii2-guanguans | 832970797b608170c6b3dbb721cd46c2a05571bd | [
"MIT"
] | null | null | null | create table "products" ("_job" integer, "name" varchar(32), "amount" integer, "price" decimal(22,4))
| 51 | 101 | 0.696078 |
64dbc343ad6113741b3116ed0d8b988a099f72d5 | 2,830 | java | Java | addOns/viewstate/src/main/java/org/zaproxy/zap/extension/viewstate/zap/utils/ViewState.java | theamanrawat/zap-extensions | 38271747467f3c18e6c2125b6a8095ce7cf3cd60 | [
"Apache-2.0"
] | 623 | 2015-05-07T10:47:49.000Z | 2022-03-28T21:15:00.000Z | addOns/viewstate/src/main/java/org/zaproxy/zap/extension/viewstate/zap/utils/ViewState.java | theamanrawat/zap-extensions | 38271747467f3c18e6c2125b6a8095ce7cf3cd60 | [
"Apache-2.0"
] | 1,466 | 2015-05-11T11:49:43.000Z | 2022-03-31T16:51:56.000Z | addOns/viewstate/src/main/java/org/zaproxy/zap/extension/viewstate/zap/utils/ViewState.java | theamanrawat/zap-extensions | 38271747467f3c18e6c2125b6a8095ce7cf3cd60 | [
"Apache-2.0"
] | 801 | 2015-05-07T10:48:05.000Z | 2022-03-28T21:15:02.000Z | /*
* Zed Attack Proxy (ZAP) and its related class files.
*
* ZAP is an HTTP/HTTPS proxy for assessing web application security.
*
* Copyright 2016 The ZAP Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | 31.444444 | 82 | 0.612721 |
414c51b7fdeb52735a6f160077227737950214b3 | 4,021 | ps1 | PowerShell | src/Functions/Public/iaas/Get-vRANetworkIPRange.ps1 | sammcgeown/PowervRA | 2c38cd6c49201c241bb679f156e790d8acb7cb2e | [
"MIT"
] | 85 | 2016-03-21T22:13:31.000Z | 2022-01-13T21:27:28.000Z | src/Functions/Public/iaas/Get-vRANetworkIPRange.ps1 | sammcgeown/PowervRA | 2c38cd6c49201c241bb679f156e790d8acb7cb2e | [
"MIT"
] | 214 | 2016-03-22T12:40:59.000Z | 2022-01-30T15:49:36.000Z | src/Functions/Public/iaas/Get-vRANetworkIPRange.ps1 | sammcgeown/PowervRA | 2c38cd6c49201c241bb679f156e790d8acb7cb2e | [
"MIT"
] | 62 | 2016-05-10T04:33:20.000Z | 2021-09-30T10:51:56.000Z | function Get-vRANetworkIPRange {
<#
.SYNOPSIS
Get a vRA Network IP Ranges
.DESCRIPTION
Get a vRA Network IP Ranges
.PARAMETER Id
The ID of the vRA Network IP Ranges
.PARAMETER Name
The Name of the vRA Network IP Ranges
.INPU... | 32.427419 | 126 | 0.465556 |
2a78d231ae76c131fa06adb485d7fdb0885616d7 | 8,969 | java | Java | TuitionReimbursementManagementSystem/src/main/java/com/trms/controller/FormController.java | 2010USFJava/JenSquaredP1 | f2705a2db7e5623e8a3bccaca4b84052a5bc36d4 | [
"MIT"
] | 1 | 2020-11-23T21:07:30.000Z | 2020-11-23T21:07:30.000Z | TuitionReimbursementManagementSystem/src/main/java/com/trms/controller/FormController.java | 2010USFJava/JenSquaredP1 | f2705a2db7e5623e8a3bccaca4b84052a5bc36d4 | [
"MIT"
] | null | null | null | TuitionReimbursementManagementSystem/src/main/java/com/trms/controller/FormController.java | 2010USFJava/JenSquaredP1 | f2705a2db7e5623e8a3bccaca4b84052a5bc36d4 | [
"MIT"
] | 1 | 2020-11-23T21:13:44.000Z | 2020-11-23T21:13:44.000Z | package com.trms.controller;
import java.io.IOException;
import java.sql.SQLException;
import java.time.LocalDate;
import java.time.Period;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.fasterxml.jackson.core... | 33.718045 | 154 | 0.718475 |
14555caf46b88b77b044b4a5f3684dba2b402af1 | 182 | ps1 | PowerShell | dnxmon/publish.ps1 | pnewhook/dnxmon | cf4dfb48f83b38bf256afda91d83c52100cdd03b | [
"Apache-2.0"
] | null | null | null | dnxmon/publish.ps1 | pnewhook/dnxmon | cf4dfb48f83b38bf256afda91d83c52100cdd03b | [
"Apache-2.0"
] | null | null | null | dnxmon/publish.ps1 | pnewhook/dnxmon | cf4dfb48f83b38bf256afda91d83c52100cdd03b | [
"Apache-2.0"
] | null | null | null | dnu pack --configuration release
$latestNupkg = Get-ChildItem -Exclude *symbols* bin\release\*.nupkg | sort-object name -descending | select -First 1
nuget push $latestNupkg.FullName | 60.666667 | 116 | 0.785714 |
43d4974ab89ed5bf936e025ad8e488d95c8ad5d0 | 2,650 | swift | Swift | ReadingList_Screenshots/Screenshots.swift | mohsinalimat/ReadingList | bdfc0dd4e6b18614627ace469f800a49c9ae3464 | [
"MIT"
] | 1 | 2018-03-27T06:20:23.000Z | 2018-03-27T06:20:23.000Z | ReadingList_Screenshots/Screenshots.swift | mohsinalimat/ReadingList | bdfc0dd4e6b18614627ace469f800a49c9ae3464 | [
"MIT"
] | null | null | null | ReadingList_Screenshots/Screenshots.swift | mohsinalimat/ReadingList | bdfc0dd4e6b18614627ace469f800a49c9ae3464 | [
"MIT"
] | null | null | null | import XCTest
class Screenshots: XCTestCase {
override func setUp() {
super.setUp()
continueAfterFailure = false
let app = ReadingListApplication()
setupSnapshot(app)
app.launchArguments.append(contentsOf: ["--UITests_PopulateData", "--UITests_Screenshots", "-U... | 31.176471 | 167 | 0.57283 |
8ecb9632a3dbf2171d51b46622c321b530f8b72d | 1,483 | podspec | Ruby | LQTableViewManager.podspec | anonymous-qsh/LQTableViewManager | 26ba9febd733d84113a120482108915d7a85d88b | [
"MIT"
] | 1 | 2019-03-26T07:54:48.000Z | 2019-03-26T07:54:48.000Z | LQTableViewManager.podspec | anonymous-qsh/LQTableViewManager | 26ba9febd733d84113a120482108915d7a85d88b | [
"MIT"
] | null | null | null | LQTableViewManager.podspec | anonymous-qsh/LQTableViewManager | 26ba9febd733d84113a120482108915d7a85d88b | [
"MIT"
] | null | null | null | Pod::Spec.new do |s|
s.name = 'LQTableViewManager'
s.version = '2.1.3'
s.authors = { 'Little Queen' => 'anonymous.qsh@gmail.com' }
s.homepage = 'https://github.com/anonymous-qsh/LQTableViewManager'
s.summary = 'Powerful data driven content manager for UITableView based on RETableViewMana... | 52.964286 | 262 | 0.699258 |
08215e89349b162d391e6e28976c3743c403270d | 3,943 | asm | Assembly | Appl/Preferences/PrefMgr/prefmgr.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/Preferences/PrefMgr/prefmgr.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/Preferences/PrefMgr/prefmgr.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: PrefMgr
FILE: prefmgr.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
cheng 2/90 Initial version
DESCRIPTION:
This fil... | 27.193103 | 80 | 0.517626 |
c1d5cc21aa22bf60c840a2f93763730912faf8c6 | 60 | asm | Assembly | audio/sfx/snare4_4.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | audio/sfx/snare4_4.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | audio/sfx/snare4_4.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | SFX_Snare4_4_Ch7:
unknownnoise0x20 0, 129, 51
endchannel
| 12 | 28 | 0.8 |
e64906284cebb3d15b2f44a1439bcc660506af72 | 394 | go | Go | controllers/users/users_controller.go | jcarlosjl/bookstore_user-api | 61a7fe40b562ea965d4234d8025091ff83585f05 | [
"MIT"
] | null | null | null | controllers/users/users_controller.go | jcarlosjl/bookstore_user-api | 61a7fe40b562ea965d4234d8025091ff83585f05 | [
"MIT"
] | null | null | null | controllers/users/users_controller.go | jcarlosjl/bookstore_user-api | 61a7fe40b562ea965d4234d8025091ff83585f05 | [
"MIT"
] | null | null | null | package users
import (
"net/http"
"github.com/gin-gonic/gin"
)
//CreateUser method
func CreateUser(c *gin.Context) {
c.String(http.StatusNotImplemented, "Implement me!")
}
//GetUser method
func GetUser(c *gin.Context) {
c.String(http.StatusNotImplemented, "Implement me!")
}
//SearchUser method
func SearchUser(... | 17.130435 | 53 | 0.730964 |
b1a666ffcaaa374b6b026c651e423d91bef26745 | 5,817 | dart | Dart | lib/view/screens/home/home_screen.dart | Afroz-Shaikh/happify-app | 273567f6422756a74274ae724aebdbecd13cdb69 | [
"MIT"
] | null | null | null | lib/view/screens/home/home_screen.dart | Afroz-Shaikh/happify-app | 273567f6422756a74274ae724aebdbecd13cdb69 | [
"MIT"
] | 1 | 2021-10-21T14:33:52.000Z | 2021-10-21T14:33:52.000Z | lib/view/screens/home/home_screen.dart | Afroz-Shaikh/happify-app | 273567f6422756a74274ae724aebdbecd13cdb69 | [
"MIT"
] | null | null | null | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:happify_app/controller/question_controller.dart';
import 'package:happify_app/utilities/utilities.dart';
import 'package:happify_app/view/screens/home/profile_screen.dart';
import 'package:happify_app/view/screens/home/status_screen.... | 31.61413 | 81 | 0.513323 |
964b8a105c7ee84194aa4b4aecf45c6dd303bd3e | 3,371 | php | PHP | application/views/_partial/footer.php | BocahGabut/POS | 12ec42054ef666b818e010ea99e04e042223fdc1 | [
"MIT"
] | null | null | null | application/views/_partial/footer.php | BocahGabut/POS | 12ec42054ef666b818e010ea99e04e042223fdc1 | [
"MIT"
] | null | null | null | application/views/_partial/footer.php | BocahGabut/POS | 12ec42054ef666b818e010ea99e04e042223fdc1 | [
"MIT"
] | null | null | null | <!-- BEGIN: Footer-->
<footer class="footer footer-static footer-light navbar-shadow">
<p class="clearfix blue-grey lighten-2 mb-0"><span class="float-md-left d-block d-md-inline-block mt-25">COPYRIGHT © 2019<a class="text-bold-800 grey darken-2" href="https://1.envato.market/pixinvent_portfolio" target="_blank"... | 76.613636 | 270 | 0.731534 |
ad85cb463ffdca5acaa8ee7ab119bc7fade20d65 | 6,142 | swift | Swift | Sources/Swift/String+Additions.swift | Cemoo/FCExtensionKit | 53aaf5e2471d4f0b486c03e7963e8a0e901a09a0 | [
"MIT"
] | null | null | null | Sources/Swift/String+Additions.swift | Cemoo/FCExtensionKit | 53aaf5e2471d4f0b486c03e7963e8a0e901a09a0 | [
"MIT"
] | null | null | null | Sources/Swift/String+Additions.swift | Cemoo/FCExtensionKit | 53aaf5e2471d4f0b486c03e7963e8a0e901a09a0 | [
"MIT"
] | null | null | null | //
// String+Additions.swift
// FCExtensionKit
//
// Created by Fatih Çimen on 20.11.2019.
// Copyright © 2019 Fatih Çimen. All rights reserved.
//
import CommonCrypto
import UIKit
// MARK: - Date Coverters
public extension String {
/// Converts date string to remaining time
var remainingTime: String... | 30.71 | 129 | 0.571801 |
d01b465cc7dbc6f4c328b79b411bf4234ce25dea | 429 | rb | Ruby | lib/rest-more.rb | godfat/rest-more | 3eb2b834f6c6c513e9dc488bd866c931a67aafd2 | [
"Apache-2.0"
] | 14 | 2015-01-13T11:54:24.000Z | 2019-06-12T20:10:59.000Z | lib/rest-more.rb | godfat/rest-more | 3eb2b834f6c6c513e9dc488bd866c931a67aafd2 | [
"Apache-2.0"
] | 1 | 2015-02-21T21:31:20.000Z | 2015-02-22T11:48:45.000Z | lib/rest-more.rb | godfat/rest-more | 3eb2b834f6c6c513e9dc488bd866c931a67aafd2 | [
"Apache-2.0"
] | 6 | 2015-02-20T17:25:39.000Z | 2018-08-15T16:36:22.000Z |
require 'rest-core'
module RestCore
autoload :Dropbox , 'rest-core/client/dropbox'
autoload :Facebook , 'rest-core/client/facebook'
autoload :Github , 'rest-core/client/github'
autoload :Instagram , 'rest-core/client/instagram'
autoload :Linkedin , 'rest-core/client/linkedin'
autoloa... | 33 | 59 | 0.703963 |
2ef392903e25f481c191e51063efa8baae9be0a7 | 155 | sql | SQL | www/administrator/components/com_sppagebuilder/sql/updates/mysql/3.3-2018-06-28.sql | project-sunbird/sunbird-cms-website | bf55108c72040e63700e9df29bc7116fbde24496 | [
"MIT"
] | null | null | null | www/administrator/components/com_sppagebuilder/sql/updates/mysql/3.3-2018-06-28.sql | project-sunbird/sunbird-cms-website | bf55108c72040e63700e9df29bc7116fbde24496 | [
"MIT"
] | 1 | 2022-02-10T21:24:17.000Z | 2022-02-10T21:24:17.000Z | www/administrator/components/com_sppagebuilder/sql/updates/mysql/3.3-2018-06-28.sql | project-sunbird/sunbird-cms-website | bf55108c72040e63700e9df29bc7116fbde24496 | [
"MIT"
] | 2 | 2020-03-05T09:24:37.000Z | 2021-02-19T04:19:37.000Z | ALTER TABLE `#__sppagebuilder` ADD `attribs` varchar(5120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '[]' AFTER `checked_out_time`; | 155 | 155 | 0.806452 |
90c360f1f9de7372f63bd4be872c6b44a814289d | 1,019 | py | Python | versionfield/forms.py | willseward/django-versionfield3 | 4ae365fb42f38a02c77d317cba3fef22806f2b24 | [
"Unlicense"
] | null | null | null | versionfield/forms.py | willseward/django-versionfield3 | 4ae365fb42f38a02c77d317cba3fef22806f2b24 | [
"Unlicense"
] | null | null | null | versionfield/forms.py | willseward/django-versionfield3 | 4ae365fb42f38a02c77d317cba3fef22806f2b24 | [
"Unlicense"
] | null | null | null | from builtins import str
from django import forms
from django.forms.widgets import TextInput
from .version import Version
from .constants import DEFAULT_NUMBER_BITS
from .utils import convert_version_int_to_string
class VersionField(forms.IntegerField):
widget = TextInput
def __init__(self, number_bits=DEFA... | 30.878788 | 96 | 0.675172 |
53af2af2e7fbc5ba94ae131cda65bb4c06de4981 | 6,959 | java | Java | trader-common-services/src/main/java/trader/service/stats/StatsItemAggregationEntry.java | internetbroker/java-trader | 86e943088a07d95fe5cfdc8e8543ec138bd45bd8 | [
"Apache-2.0"
] | 68 | 2018-11-21T07:11:51.000Z | 2022-03-28T02:19:11.000Z | trader-common-services/src/main/java/trader/service/stats/StatsItemAggregationEntry.java | internetbroker/java-trader | 86e943088a07d95fe5cfdc8e8543ec138bd45bd8 | [
"Apache-2.0"
] | 7 | 2018-12-24T11:49:24.000Z | 2021-08-15T05:37:55.000Z | trader-common-services/src/main/java/trader/service/stats/StatsItemAggregationEntry.java | internetbroker/java-trader | 86e943088a07d95fe5cfdc8e8543ec138bd45bd8 | [
"Apache-2.0"
] | 42 | 2018-11-21T07:14:18.000Z | 2021-12-22T11:30:59.000Z | package trader.service.stats;
import java.math.BigDecimal;
import java.math.MathContext;
import java.math.RoundingMode;
import java.time.Instant;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* 采样数... | 30.52193 | 146 | 0.613738 |
8754744c6ff04edd886ff30fb1bba644439a2efe | 1,241 | html | HTML | src/applications/blog/templates/blog/blog.html | KatsiarynaPr/Project_KPI | a4f96970d7fd0bd533773c38e04bae9d28072620 | [
"MIT"
] | null | null | null | src/applications/blog/templates/blog/blog.html | KatsiarynaPr/Project_KPI | a4f96970d7fd0bd533773c38e04bae9d28072620 | [
"MIT"
] | 5 | 2021-04-06T18:31:32.000Z | 2021-06-09T18:31:40.000Z | src/applications/blog/templates/blog/blog.html | KatsiarynaPr/Project_KPI | a4f96970d7fd0bd533773c38e04bae9d28072620 | [
"MIT"
] | null | null | null | {% extends "_base.html" %}
{% load static %}
{% block main %}
{% if not user.is_anonymous %}
<script src="{% static 'blog/scripts/blog.js' %}"></script>
{% endif %}
{{ob}}
<h1>All posts</h1>
{% if not user.is_anonymous %}
<form method="post" action="/b/new/">
{% csrf_token %}
<p>
<label for="id_title">T... | 23.865385 | 91 | 0.571313 |
0e5c5a765cea84ab2338def2093e4ff6d2eaf88f | 4,656 | html | HTML | com/radityalabs/Python/origin/movie/18992.html | radityagumay/BenchmarkSentimentAnalysis_2 | e509a4e749271da701ce9da1d9f16cdd78dcdf40 | [
"Apache-2.0"
] | 3 | 2017-06-08T01:17:55.000Z | 2019-06-02T10:52:36.000Z | com/radityalabs/Python/origin/movie/18992.html | radityagumay/BenchmarkSentimentAnalysis_2 | e509a4e749271da701ce9da1d9f16cdd78dcdf40 | [
"Apache-2.0"
] | null | null | null | com/radityalabs/Python/origin/movie/18992.html | radityagumay/BenchmarkSentimentAnalysis_2 | e509a4e749271da701ce9da1d9f16cdd78dcdf40 | [
"Apache-2.0"
] | null | null | null | <HTML><HEAD>
<TITLE>Review for Clockwatchers (1997)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0118866">Clockwatchers (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Cheng-Jih+Chen">... | 59.692308 | 203 | 0.763531 |
8a1aeccba2115dc024e6527068f14b57f16eb887 | 4,000 | rs | Rust | src/nonparametric/point_process/dirichlet_process/pitman_yor_process/gibbs_sampler.rs | OpenSciDK/probability-rs | 921d3d358a2a719d7a0ddf521e5fc1c7782d7d88 | [
"Apache-2.0"
] | 1 | 2021-03-14T10:15:29.000Z | 2021-03-14T10:15:29.000Z | src/nonparametric/point_process/dirichlet_process/pitman_yor_process/gibbs_sampler.rs | OpenSciDK/probability-rs | 921d3d358a2a719d7a0ddf521e5fc1c7782d7d88 | [
"Apache-2.0"
] | 42 | 2021-11-01T13:50:57.000Z | 2022-03-22T05:26:46.000Z | src/nonparametric/point_process/dirichlet_process/pitman_yor_process/gibbs_sampler.rs | OpenSciDK/probability-rs | 921d3d358a2a719d7a0ddf521e5fc1c7782d7d88 | [
"Apache-2.0"
] | null | null | null | use std::collections::HashSet;
use crate::*;
use crate::{nonparametric::*, Distribution};
use rand::prelude::*;
use rayon::prelude::*;
/// # Pitman-Yor process
pub struct PitmanYorGibbsSampler<'a, L, T, U, G0>
where
L: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: RandomVariable,
G0: D... | 28.368794 | 97 | 0.515 |
2d8d2725141ea33b1aeb9c40ca025c8b34a62d6b | 4,396 | html | HTML | docs/case-studies/index.html | containscafeine/telepresence | 261c73a00947e5be18d1ba5b6597474f920338d0 | [
"Apache-2.0"
] | null | null | null | docs/case-studies/index.html | containscafeine/telepresence | 261c73a00947e5be18d1ba5b6597474f920338d0 | [
"Apache-2.0"
] | null | null | null | docs/case-studies/index.html | containscafeine/telepresence | 261c73a00947e5be18d1ba5b6597474f920338d0 | [
"Apache-2.0"
] | null | null | null |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Case Studies - Telepresence</title>
<meta name="description" content="Telepresence: a local development environment... | 36.941176 | 117 | 0.560965 |
9254ce87862101a05b296b345a97952af46cb10c | 311 | swift | Swift | Ranges.playground/Contents.swift | Sajjon/Playgrounds | 42484b2f791107f01d8c0237c8184efd11254fbc | [
"Apache-2.0"
] | null | null | null | Ranges.playground/Contents.swift | Sajjon/Playgrounds | 42484b2f791107f01d8c0237c8184efd11254fbc | [
"Apache-2.0"
] | null | null | null | Ranges.playground/Contents.swift | Sajjon/Playgrounds | 42484b2f791107f01d8c0237c8184efd11254fbc | [
"Apache-2.0"
] | null | null | null | //: Playground - noun: a place where people can play
import UIKit
var str = "Hello, playground"
let range: Range<Double> = Range(0.0..<10.0)
let min = range.lowerBound
let max = range.upperBound
let slider = UISlider()
print(slider.value)
print(slider.maximumValue)
slider.value = 237
print(slider.value)
| 17.277778 | 52 | 0.729904 |
c65f4d08827a3c3374ca34b93d5e9f9354254857 | 635 | rb | Ruby | app/graphql/types/contact_type.rb | JamesAndresCM/jwt-graphql | 7438d0825a72fd1e228ddf00eb36fbb21ea037aa | [
"MIT"
] | null | null | null | app/graphql/types/contact_type.rb | JamesAndresCM/jwt-graphql | 7438d0825a72fd1e228ddf00eb36fbb21ea037aa | [
"MIT"
] | 20 | 2020-05-22T16:46:07.000Z | 2022-03-31T00:35:12.000Z | app/graphql/types/contact_type.rb | JamesAndresCM/jwt-graphql | 7438d0825a72fd1e228ddf00eb36fbb21ea037aa | [
"MIT"
] | null | null | null | # frozen_string_literal: true
module Types
class ContactType < BaseObject
field :id, ID, null: false
field :account_id, ID, null: false, camelize: false
field :email, String, null: true
field :phone, String, null: true
field :identifier, String, null: true
field :name, String, null: true
... | 35.277778 | 70 | 0.710236 |
d27f30d9efb34adbedfbcaca1d6fd2d50337320b | 333 | php | PHP | resources/views/posts/index.blade.php | KamauAdrian/projectD | d127c7c5419fb56b92bc15f31949e16f2bd27108 | [
"MIT"
] | null | null | null | resources/views/posts/index.blade.php | KamauAdrian/projectD | d127c7c5419fb56b92bc15f31949e16f2bd27108 | [
"MIT"
] | null | null | null | resources/views/posts/index.blade.php | KamauAdrian/projectD | d127c7c5419fb56b92bc15f31949e16f2bd27108 | [
"MIT"
] | null | null | null | @extends('layouts.master')
@include('layouts.nav')
@section('content')
<center>
<b><h2>Index page</h2></b>
</center>
<a href="{{route('create posts')}}">
<button class="btn btn-info btn-lg">New Post</button>
</a>
@foreach($posts as $post)
@include('posts.post')
@endforeac... | 25.615385 | 61 | 0.57958 |
6ef0c0adc26d8d326531dc4a85423e5c97c6b106 | 1,491 | dart | Dart | lib/flutter_plugin_tts.dart | XYliang/Flutter_plugin_tts | af09c78aabf6e36a71703da69faffe27860621ac | [
"MIT"
] | 13 | 2019-05-16T12:07:25.000Z | 2020-07-27T03:47:44.000Z | lib/flutter_plugin_tts.dart | XYliang/Flutter_plugin_tts | af09c78aabf6e36a71703da69faffe27860621ac | [
"MIT"
] | 5 | 2019-07-21T07:16:43.000Z | 2020-06-13T02:34:07.000Z | lib/flutter_plugin_tts.dart | XYliang/Flutter_plugin_tts | af09c78aabf6e36a71703da69faffe27860621ac | [
"MIT"
] | 5 | 2019-07-08T07:25:13.000Z | 2020-10-22T03:48:59.000Z | import 'dart:async';
import 'package:flutter/services.dart';
class FlutterPluginTts {
static const MethodChannel _channel =
const MethodChannel('flutter_plugin_tts');
static Future<String> get platformVersion async {
final String version = await _channel.invokeMethod('getPlatformVersion');
return v... | 29.82 | 145 | 0.707579 |
995d04c25c7aee1d5af66e72cd150f07f94c5104 | 760 | c | C | cards.c | karagenit/euchre | 41985dd49862650fed439f303d516338ea127c77 | [
"MIT"
] | null | null | null | cards.c | karagenit/euchre | 41985dd49862650fed439f303d516338ea127c77 | [
"MIT"
] | null | null | null | cards.c | karagenit/euchre | 41985dd49862650fed439f303d516338ea127c77 | [
"MIT"
] | null | null | null | #include "cards.h"
/* This is basically a singleton container
* of all of the possible cards. Things like "hands"
* can simply be an array of 5 ints which point to the
* index in this array for that card, so we don't have
* to malloc new Card structs every time. Also makes
* comparing cards easier.
*/
Card cards... | 19.487179 | 54 | 0.426316 |
6b048ee7c1c07414c9e05d6e00dd4910bfe3cc4e | 294 | swift | Swift | AnimalFriends/AnimalFriendsApp.swift | chunyayang/animal-friends | beba8b3ccc6c67d89bda4983533fcd6a357c2f7e | [
"MIT"
] | null | null | null | AnimalFriends/AnimalFriendsApp.swift | chunyayang/animal-friends | beba8b3ccc6c67d89bda4983533fcd6a357c2f7e | [
"MIT"
] | null | null | null | AnimalFriends/AnimalFriendsApp.swift | chunyayang/animal-friends | beba8b3ccc6c67d89bda4983533fcd6a357c2f7e | [
"MIT"
] | null | null | null | /*
The top-level definition of the app.
*/
import SwiftUI
@main
struct AnimalFriendsApp: App {
@StateObject private var modelData = ModelData()
var body: some Scene {
WindowGroup {
ContentView()
.environmentObject(modelData)
}
}
}
| 16.333333 | 52 | 0.591837 |
46fe47f65561568ecdf5282a0b04c37fee50a0e7 | 831 | css | CSS | public/css/globe.css | angeliquehuige/laravel-web | 427f4d2a459d51cbd3e4aa0b33b9b4c4b4b0ab84 | [
"MIT"
] | null | null | null | public/css/globe.css | angeliquehuige/laravel-web | 427f4d2a459d51cbd3e4aa0b33b9b4c4b4b0ab84 | [
"MIT"
] | 3 | 2021-05-11T02:48:21.000Z | 2022-02-26T23:21:53.000Z | public/css/globe.css | ajbhuige/laravel-web | 427f4d2a459d51cbd3e4aa0b33b9b4c4b4b0ab84 | [
"MIT"
] | null | null | null | html,
body,
#viewDiv,
#container {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
font-family: "Montserrat", sans-serif;
}
body {
background: radial-gradient(#5dbcd2, #f4f4f4);
}
#viewDiv canvas {
filter: saturate(1.2) drop-shadow(0 0 20px white);
}
/* popup styling */
.esri-popup__co... | 13.403226 | 54 | 0.620939 |
e7c40e164e18290c2f0a73c4a757d30978137b95 | 935 | sql | SQL | src/shared.database/Environment/Tables/MachineApplication.sql | pvandervelde/Sherlock | dae01042481e3be54101e11c36ab293709585940 | [
"Apache-2.0"
] | 1 | 2015-01-18T04:05:05.000Z | 2015-01-18T04:05:05.000Z | src/shared.database/Environment/Tables/MachineApplication.sql | pvandervelde/Sherlock | dae01042481e3be54101e11c36ab293709585940 | [
"Apache-2.0"
] | 4 | 2015-04-07T20:40:37.000Z | 2015-05-31T01:43:56.000Z | src/shared.database/Environment/Tables/MachineApplication.sql | pvandervelde/Sherlock | dae01042481e3be54101e11c36ab293709585940 | [
"Apache-2.0"
] | null | null | null | -------------------------------------------------------------------------------
-- <copyright company="Sherlock">
-- Copyright 2013 Sherlock. Licensed under the Apache License, Version 2.0.
-- </copyright>
-------------------------------------------------------------------------------
CREATE TABLE [Environm... | 40.652174 | 81 | 0.562567 |
50d6bfefa8fb49e99a2ae1028a75a0a2ffff174c | 6,657 | swift | Swift | SearchableTable/Classes/SearchableTable.swift | twh2898/SearchableTable | 207db1469f1a09e074f174b7ddc34d2b4dbf98db | [
"MIT"
] | null | null | null | SearchableTable/Classes/SearchableTable.swift | twh2898/SearchableTable | 207db1469f1a09e074f174b7ddc34d2b4dbf98db | [
"MIT"
] | null | null | null | SearchableTable/Classes/SearchableTable.swift | twh2898/SearchableTable | 207db1469f1a09e074f174b7ddc34d2b4dbf98db | [
"MIT"
] | null | null | null | //
// SearchableTable.swift
// AlertFactory
//
// Created by Thomas Harrison on 8/23/21.
//
import AlertFactory
import UIKit
import os
extension DateFormatter {
static let appPrettyFormat = "MMM dd, yyyy h:mm a"
}
/// Methods for `SearchableTableViewController` to access data.
public protocol SearchableTableD... | 33.791878 | 144 | 0.641881 |
85cf3d9ac4e5c94cb79eefe8151accddac280445 | 4,325 | js | JavaScript | src/actions/fund.js | investdigital/investdigital-website | 452e1010ad2bf48b646583e6a2c415c1c22a2911 | [
"MIT"
] | 1 | 2018-02-12T05:02:38.000Z | 2018-02-12T05:02:38.000Z | src/actions/fund.js | investdigital/investdigital-website | 452e1010ad2bf48b646583e6a2c415c1c22a2911 | [
"MIT"
] | null | null | null | src/actions/fund.js | investdigital/investdigital-website | 452e1010ad2bf48b646583e6a2c415c1c22a2911 | [
"MIT"
] | null | null | null | /**
* Created by fengxiaoli on 2017/12/16.
*/
import axios from 'axios';
import { browserHistory, hashHistory } from 'react-router';
import {
ROOT_URLCF,
FUND_SUBMISSION,
USER_FUND_MY,
START_FUND_GOOD,
All_FUND_LIST,
FUND_DETAIL,
FUND_DETAIL_MESSAGE,
FUND_DETAIL_CHANGE,
getAuthoriz... | 30.244755 | 141 | 0.558844 |
83c73ab2cbf4a0e69904ace5cb2dbf889b15781e | 338 | go | Go | go/signals/main.go | immortal/sandbox | 761645c11399b15f624104accdf39688faf96a04 | [
"BSD-3-Clause"
] | null | null | null | go/signals/main.go | immortal/sandbox | 761645c11399b15f624104accdf39688faf96a04 | [
"BSD-3-Clause"
] | 1 | 2020-06-25T03:59:50.000Z | 2020-06-25T03:59:50.000Z | go/signals/main.go | immortal/sandbox | 761645c11399b15f624104accdf39688faf96a04 | [
"BSD-3-Clause"
] | null | null | null | package main
import (
"fmt"
"os"
"os/signal"
"time"
)
func main() {
fmt.Printf("Pid = %+v\n", os.Getpid())
c := make(chan os.Signal, 1)
signal.Notify(c, os.Interrupt, os.Kill)
select {
// kill -2 , kill -INT
case s := <-c:
fmt.Printf("Got signal: %d", s)
os.Exit(0)
case <-time.After(30 * time.Second):
... | 14.695652 | 40 | 0.576923 |
1baa84b29f239e6905e4d39170ebba0a26555683 | 636 | ps1 | PowerShell | powershell/migration.ps1 | craignicholson/iisreview | 0186584d8d06687b15e96967beafaf94728c3cfa | [
"MIT"
] | null | null | null | powershell/migration.ps1 | craignicholson/iisreview | 0186584d8d06687b15e96967beafaf94728c3cfa | [
"MIT"
] | null | null | null | powershell/migration.ps1 | craignicholson/iisreview | 0186584d8d06687b15e96967beafaf94728c3cfa | [
"MIT"
] | null | null | null | import-module ServerManager
Add-WindowsFeature File-Services, `
FS-FileServer, `
Web-Http-Redirect, `
Web-DAV-Publishing, `
Web-Custom-Logging, `
Web-Log-Libraries, `
Web-ODBC-Logging, `
Web-Request-Monitor, `
Web-Http-Tracing, `
Web-Dyn-Compression, `
Web-Digest-Auth, `
Web-IP-Security, `
Web-Windows-Auth, `
Web-Net-... | 19.875 | 35 | 0.718553 |
40a596dfed3accae626706296c654500e4e2913c | 620 | py | Python | rest/addresses/list-post-example-1/list-post-example-1.6.x.py | Tshisuaka/api-snippets | 52b50037d4af0f3b96adf76197964725a1501e96 | [
"MIT"
] | 234 | 2016-01-27T03:04:38.000Z | 2022-02-25T20:13:43.000Z | rest/addresses/list-post-example-1/list-post-example-1.6.x.py | Tshisuaka/api-snippets | 52b50037d4af0f3b96adf76197964725a1501e96 | [
"MIT"
] | 351 | 2016-04-06T16:55:33.000Z | 2022-03-10T18:42:36.000Z | rest/addresses/list-post-example-1/list-post-example-1.6.x.py | Tshisuaka/api-snippets | 52b50037d4af0f3b96adf76197964725a1501e96 | [
"MIT"
] | 494 | 2016-03-30T15:28:20.000Z | 2022-03-28T19:39:36.000Z | # Download the Python helper library from twilio.com/docs/python/install
import os
from twilio.rest import Client
# Your Account Sid and Auth Token from twilio.com/user/account
# To set up environmental variables, see http://twil.io/secure
account_sid = os.environ['TWILIO_ACCOUNT_SID']
auth_token = os.environ['TWILIO_... | 28.181818 | 72 | 0.743548 |
2695a188d0530efcd22ce0e133a781c5b5b5e8fe | 825 | java | Java | tcMenuGenerator/src/main/java/com/thecoderscorner/menu/editorui/generator/parameters/LambdaCodeParameter.java | chirrindul/tcMenu | 65350d69873e30d3f8bdae842ab7f630c112c25f | [
"Apache-2.0"
] | 160 | 2018-06-09T12:03:04.000Z | 2022-03-22T11:04:59.000Z | tcMenuGenerator/src/main/java/com/thecoderscorner/menu/editorui/generator/parameters/LambdaCodeParameter.java | chirrindul/tcMenu | 65350d69873e30d3f8bdae842ab7f630c112c25f | [
"Apache-2.0"
] | 173 | 2018-05-04T06:44:47.000Z | 2022-03-20T13:49:12.000Z | tcMenuGenerator/src/main/java/com/thecoderscorner/menu/editorui/generator/parameters/LambdaCodeParameter.java | chirrindul/tcMenu | 65350d69873e30d3f8bdae842ab7f630c112c25f | [
"Apache-2.0"
] | 16 | 2018-12-13T19:33:28.000Z | 2022-02-09T21:56:28.000Z | /*
* Copyright (c) 2016-2020 https://www.thecoderscorner.com (Nutricherry LTD).
* This product is licensed under an Apache license, see the LICENSE file in the top-level directory.
*
*/
package com.thecoderscorner.menu.editorui.generator.parameters;
import com.thecoderscorner.menu.editorui.generator.plugin.Funct... | 31.730769 | 101 | 0.73697 |
4b57f2878423d3527127903900a8734f85e3776d | 3,171 | kt | Kotlin | core/src/jvmTest/kotlin/se/gustavkarlsson/conveyor/actions/LiveActionTest.kt | awesome-android-library-and-tools/conveyor | cc05b69c7eb259c999b158e8d0e095183674b1da | [
"MIT"
] | 5 | 2020-09-05T09:23:21.000Z | 2021-10-10T15:09:33.000Z | core/src/jvmTest/kotlin/se/gustavkarlsson/conveyor/actions/LiveActionTest.kt | awesome-android-library-and-tools/conveyor | cc05b69c7eb259c999b158e8d0e095183674b1da | [
"MIT"
] | 40 | 2020-09-08T20:11:49.000Z | 2022-02-06T11:52:45.000Z | core/src/jvmTest/kotlin/se/gustavkarlsson/conveyor/actions/LiveActionTest.kt | awesome-android-library-and-tools/conveyor | cc05b69c7eb259c999b158e8d0e095183674b1da | [
"MIT"
] | 2 | 2020-09-02T08:12:39.000Z | 2021-04-24T20:21:06.000Z | package se.gustavkarlsson.conveyor.actions
import kotlinx.coroutines.flow.collect
import kotlinx.coroutines.launch
import kotlinx.coroutines.test.runBlockingTest
import org.spekframework.spek2.Spek
import org.spekframework.spek2.style.specification.describe
import se.gustavkarlsson.conveyor.StoreFlow
import se.gustavk... | 34.096774 | 111 | 0.589719 |
e183b1a61ce420360a453aa50d194c27f0d48727 | 226 | swift | Swift | LazyManCore/Models/Quality.swift | inickt/LazyMan-iOS | 70688562f6ac5ce29aae328d0d0c6c07121bf30d | [
"MIT"
] | 70 | 2018-04-21T18:34:39.000Z | 2022-03-31T16:10:03.000Z | LazyManCore/Models/Quality.swift | tylerwolf35/LazyMan-iOS | 644ec27c3f8760eff38a62947481dc110e266b60 | [
"MIT"
] | 62 | 2018-04-22T01:43:22.000Z | 2022-03-23T00:14:37.000Z | LazyManCore/Models/Quality.swift | tylerwolf35/LazyMan-iOS | 644ec27c3f8760eff38a62947481dc110e266b60 | [
"MIT"
] | 19 | 2018-05-13T03:17:21.000Z | 2022-03-31T14:35:09.000Z | //
// Quality.swift
// LazyManCore
//
// Created by Nick Thompson on 4/18/19.
// Copyright © 2019 Nick Thompson. All rights reserved.
//
import Foundation
public enum Quality: Int {
case auto = 0
case best = 1
}
| 15.066667 | 56 | 0.650442 |
ddd7facfb6e8347eeee40e86bc992e75c2059fe8 | 16,048 | php | PHP | src/Module/BackendFileUsage.php | fritzmg/contao-file-helper-bundle | ae9781712f1ad1df3fafab2b8ce7d6b87a462517 | [
"MIT"
] | 7 | 2020-02-29T08:13:07.000Z | 2020-12-27T10:05:46.000Z | src/Module/BackendFileUsage.php | fritzmg/contao-file-helper-bundle | ae9781712f1ad1df3fafab2b8ce7d6b87a462517 | [
"MIT"
] | 6 | 2020-03-19T06:25:28.000Z | 2022-03-22T09:59:33.000Z | src/Module/BackendFileUsage.php | fritzmg/contao-file-helper-bundle | ae9781712f1ad1df3fafab2b8ce7d6b87a462517 | [
"MIT"
] | 1 | 2021-11-22T08:23:34.000Z | 2021-11-22T08:23:34.000Z | <?php
declare(strict_types=1);
/*
* This file is part of markenzoo/contao-file-helper-bundle.
*
* Copyright (c) 2021 markenzoo eG
*
* @package markenzoo/contao-file-helper-bundle
* @author Felix Kästner <kaestner@markenzoo.de>
* @copyright 2021 markenzoo eG
* @license https://github.com/markenzoo/conta... | 32.885246 | 225 | 0.536578 |
fb3b4b52585678a86039f97008a9c61801334e18 | 927 | java | Java | src/main/java/io/asfjava/ui/addons/schema/decorators/DatePickerSchemaDecorator.java | JsonSchema-JavaUI/sf-java-ui-addons | dcaa5d84566f277f06fdec9ef84d18d71dc809c1 | [
"MIT"
] | 2 | 2017-06-09T19:11:35.000Z | 2020-12-07T15:11:29.000Z | src/main/java/io/asfjava/ui/addons/schema/decorators/DatePickerSchemaDecorator.java | JsonSchema-JavaUI/sf-java-ui-addons | dcaa5d84566f277f06fdec9ef84d18d71dc809c1 | [
"MIT"
] | null | null | null | src/main/java/io/asfjava/ui/addons/schema/decorators/DatePickerSchemaDecorator.java | JsonSchema-JavaUI/sf-java-ui-addons | dcaa5d84566f277f06fdec9ef84d18d71dc809c1 | [
"MIT"
] | 2 | 2017-06-09T18:00:09.000Z | 2019-11-19T10:24:16.000Z | package io.asfjava.ui.addons.schema.decorators;
import com.fasterxml.jackson.databind.BeanProperty;
import com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormat;
import com.fasterxml.jackson.module.jsonSchema.JsonSchema;
import com.fasterxml.jackson.module.jsonSchema.types.StringSchema;
import io.a... | 35.653846 | 77 | 0.773463 |
6d64a908bb81f7c81a71bff9f81baf137fd0569b | 1,795 | sql | SQL | spring-data/spring-data-acl/src/test/resources/schema-hsqldb.sql | fingerprints/spring-profile | bcf691dcb4d3f25417f8feb3b2194f0c26aac267 | [
"Apache-2.0"
] | 1 | 2015-12-30T08:12:49.000Z | 2015-12-30T08:12:49.000Z | spring-data/spring-data-acl/src/test/resources/schema-hsqldb.sql | fingerprints/spring-profile | bcf691dcb4d3f25417f8feb3b2194f0c26aac267 | [
"Apache-2.0"
] | null | null | null | spring-data/spring-data-acl/src/test/resources/schema-hsqldb.sql | fingerprints/spring-profile | bcf691dcb4d3f25417f8feb3b2194f0c26aac267 | [
"Apache-2.0"
] | null | null | null | drop table acl_entry IF EXISTS;
drop table acl_object_identity IF EXISTS;
drop table acl_class IF EXISTS;
drop table acl_sid IF EXISTS;
drop table person IF EXISTS;
create table person (id bigint generated by default as identity(start with 100) not null primary key, name varchar_ignorecase(100));
create table acl_sid ... | 149.583333 | 573 | 0.833426 |
d0f5cae88432f3407bc9aa83e224073156022400 | 762 | kt | Kotlin | old_baser/baser/src/main/java/work/shion/baser/android/IStrictModeAttacher.kt | tshion/XAppRecipe | 1bd854f0621a0a102c07b7a85f5718cc0c01f5b8 | [
"MIT"
] | null | null | null | old_baser/baser/src/main/java/work/shion/baser/android/IStrictModeAttacher.kt | tshion/XAppRecipe | 1bd854f0621a0a102c07b7a85f5718cc0c01f5b8 | [
"MIT"
] | 21 | 2020-09-19T13:43:47.000Z | 2021-05-08T03:43:39.000Z | old_baser/baser/src/main/java/work/shion/baser/android/IStrictModeAttacher.kt | tshion/XAppRecipe | 1bd854f0621a0a102c07b7a85f5718cc0c01f5b8 | [
"MIT"
] | null | null | null | package work.shion.baser.android
import android.os.StrictMode
/**
* StrictMode の機能付与
* @see <a href="https://developer.android.com/reference/android/os/StrictMode">StrictMode</a>
*/
interface IStrictModeAttacher {
/**
* ThreadPolicy のセットアップ
*/
fun setupThreadPolicy() {
StrictMode.Thread... | 22.411765 | 94 | 0.547244 |
46708f0ca248e98e6edd4a2cf8da6dac687852de | 12,051 | swift | Swift | Sources/SwiftSDAIap242/entity-ap242/G/gps_filtration_specification.swift | tsun7170/SwiftSDAIap242 | d55ebf21abd4b85915a515aa8fa56dad7b5d059f | [
"MIT"
] | 1 | 2021-11-23T08:46:37.000Z | 2021-11-23T08:46:37.000Z | Sources/SwiftSDAIap242/entity-ap242/G/gps_filtration_specification.swift | tsun7170/SwiftSDAIap242 | d55ebf21abd4b85915a515aa8fa56dad7b5d059f | [
"MIT"
] | null | null | null | Sources/SwiftSDAIap242/entity-ap242/G/gps_filtration_specification.swift | tsun7170/SwiftSDAIap242 | d55ebf21abd4b85915a515aa8fa56dad7b5d059f | [
"MIT"
] | null | null | null | /* file: gps_filtration_specification.swift generated: Mon Jan 3 16:32:52 2022 */
/* This file was generated by the EXPRESS to Swift translator "exp2swift",
derived from STEPcode (formerly NIST's SCL).
exp2swift version: v.1.0.1, derived from stepcode v0.8 as of 2019/11/23
WARNING: You probably don't want t... | 40.575758 | 185 | 0.712057 |
69d36a1dae94ecf3a85eabcd48d8313c31353e83 | 1,272 | asm | Assembly | programs/oeis/256/A256871.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/256/A256871.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/256/A256871.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A256871: a(n) = 2^(n-1)*(2^n+11).
; 6,13,30,76,216,688,2400,8896,34176,133888,529920,2108416,8411136,33599488,134307840,537051136,2147844096,8590655488,34361180160,137441837056,549761581056,2199034789888,8796116090880,35184418226176,140737580630016,562950137970688,2251800182784000,9007199992938496,36028798495358976,1... | 127.2 | 1,177 | 0.913522 |
6b84665ea781c268d7a55ffa445fdb23124b11e6 | 309 | h | C | projects/text/assets.gen.h | krzykun/sifteo-api-extended | 9a598de7460d370878a8dce9e1c4c2951d6fc677 | [
"MIT"
] | null | null | null | projects/text/assets.gen.h | krzykun/sifteo-api-extended | 9a598de7460d370878a8dce9e1c4c2951d6fc677 | [
"MIT"
] | null | null | null | projects/text/assets.gen.h | krzykun/sifteo-api-extended | 9a598de7460d370878a8dce9e1c4c2951d6fc677 | [
"MIT"
] | 1 | 2021-05-29T07:34:55.000Z | 2021-05-29T07:34:55.000Z | /*
* Generated by STIR. Do not edit by hand.
*/
#include <sifteo/asset.h>
#pragma once
extern Sifteo::AssetGroup CustomGroup;
extern const Sifteo::AssetImage WhiteImage;
extern const Sifteo::AssetImage CustomImage;
extern Sifteo::AssetGroup IconAssets;
extern const Sifteo::AssetImage Icon;
| 22.071429 | 45 | 0.744337 |
40e3d4771a550f0dc3c30ccbc3fe9266c16146ed | 312 | py | Python | ipyvolume/traittypes.py | gridbugs/ipyvolume | 71eded3085ed5f00a961c90db8b84fde13a6dee3 | [
"MIT"
] | 1,784 | 2017-01-24T08:20:07.000Z | 2022-02-10T21:19:43.000Z | ipyvolume/traittypes.py | gridbugs/ipyvolume | 71eded3085ed5f00a961c90db8b84fde13a6dee3 | [
"MIT"
] | 378 | 2017-02-17T17:14:16.000Z | 2022-02-07T21:06:38.000Z | ipyvolume/traittypes.py | gridbugs/ipyvolume | 71eded3085ed5f00a961c90db8b84fde13a6dee3 | [
"MIT"
] | 232 | 2017-01-24T08:20:35.000Z | 2022-01-30T04:08:48.000Z | from traitlets import TraitType
import PIL.Image
class Image(TraitType):
"""A trait for PIL images."""
default_value = None
info_text = 'a PIL Image object'
def validate(self, obj, value):
if isinstance(value, PIL.Image.Image):
return value
self.error(obj, value)
| 20.8 | 46 | 0.644231 |
53a9edcf4ce6502ef5b7074809817775efbdc9d4 | 3,067 | java | Java | main/common/web/src/main/java/de/tweerlei/spring/web/service/impl/RequestSettingsServiceImpl.java | tweerlei/dbgrazer | 18db81ca9a5cc8a6436bd614f20e64ee10dad6d9 | [
"Apache-2.0"
] | 3 | 2020-05-28T13:50:48.000Z | 2021-09-26T03:05:18.000Z | main/common/web/src/main/java/de/tweerlei/spring/web/service/impl/RequestSettingsServiceImpl.java | tweerlei/dbgrazer | 18db81ca9a5cc8a6436bd614f20e64ee10dad6d9 | [
"Apache-2.0"
] | 1 | 2022-02-16T01:18:43.000Z | 2022-02-16T01:18:43.000Z | main/common/web/src/main/java/de/tweerlei/spring/web/service/impl/RequestSettingsServiceImpl.java | tweerlei/dbgrazer | 18db81ca9a5cc8a6436bd614f20e64ee10dad6d9 | [
"Apache-2.0"
] | 1 | 2021-12-15T13:11:49.000Z | 2021-12-15T13:11:49.000Z | /*
* Copyright 2018 tweerlei Wruck + Buchmeier GbR - http://www.tweerlei.de/
*
* 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
*
* Unl... | 31.295918 | 101 | 0.789697 |
fb760e413c49369bd5118f7f8fc2da76187cd6b5 | 2,645 | java | Java | src/main/java/darks/learning/common/minispantree/PrimMiniSpanTree.java | tgreiser/darks-learning | e21635e80543e0dc308173e2a2fee4ec0737fd34 | [
"Apache-2.0"
] | 18 | 2015-05-08T02:36:43.000Z | 2020-05-04T18:17:33.000Z | src/main/java/darks/learning/common/minispantree/PrimMiniSpanTree.java | tgreiser/darks-learning | e21635e80543e0dc308173e2a2fee4ec0737fd34 | [
"Apache-2.0"
] | 2 | 2018-09-12T21:12:27.000Z | 2018-09-12T21:34:01.000Z | src/main/java/darks/learning/common/minispantree/PrimMiniSpanTree.java | tgreiser/darks-learning | e21635e80543e0dc308173e2a2fee4ec0737fd34 | [
"Apache-2.0"
] | 7 | 2015-06-12T11:31:53.000Z | 2018-09-12T23:10:58.000Z | /**
*
* Copyright 2014 The Darks Learning Project (Liu lihua)
*
* 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... | 20.992063 | 78 | 0.658601 |
fbd30d43db29e496d27c2ae37efcc3b2d7ea7770 | 31,499 | java | Java | src/main/java/com/irurueta/geometry/estimators/CircleRobustEstimator.java | albertoirurueta/irurueta-geometry | a0e9165de15e07ab391f23bba924cbd1ef5582f9 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/irurueta/geometry/estimators/CircleRobustEstimator.java | albertoirurueta/irurueta-geometry | a0e9165de15e07ab391f23bba924cbd1ef5582f9 | [
"Apache-2.0"
] | 1 | 2020-10-13T11:22:33.000Z | 2021-12-11T14:50:34.000Z | src/main/java/com/irurueta/geometry/estimators/CircleRobustEstimator.java | albertoirurueta/irurueta-geometry | a0e9165de15e07ab391f23bba924cbd1ef5582f9 | [
"Apache-2.0"
] | 1 | 2021-01-06T04:22:39.000Z | 2021-01-06T04:22:39.000Z | /*
* Copyright (C) 2015 Alberto Irurueta Carro (alberto@irurueta.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
*
* Unles... | 39.771465 | 110 | 0.63256 |
2656220af53c0160f9694eaf0338af3a1932e1db | 19,231 | java | Java | src/main/java/de/kreth/clubhelperbackend/config/DatabaseConfiguration.java | markuskreth/ClubhelperClientNonBoot | cc84a683dee64136d759bca18cfa7363c3838d7c | [
"MIT"
] | null | null | null | src/main/java/de/kreth/clubhelperbackend/config/DatabaseConfiguration.java | markuskreth/ClubhelperClientNonBoot | cc84a683dee64136d759bca18cfa7363c3838d7c | [
"MIT"
] | null | null | null | src/main/java/de/kreth/clubhelperbackend/config/DatabaseConfiguration.java | markuskreth/ClubhelperClientNonBoot | cc84a683dee64136d759bca18cfa7363c3838d7c | [
"MIT"
] | null | null | null | package de.kreth.clubhelperbackend.config;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import de.kreth.dbmanager.ColumnDefinition;
import de.... | 28.918797 | 138 | 0.735115 |
56da5c0a0d1eca2dd06c710132737ca5ffdf0b53 | 158 | ts | TypeScript | unified-tasklist-angular-common/projects/common/src/lib/usertaskform.component.ts | phactum-at/unified-tasklist-angular-showcase | 4ee5ee683b4807e4fe4819403e5af437de222805 | [
"Apache-2.0"
] | 2 | 2021-04-28T16:48:28.000Z | 2021-09-28T02:59:00.000Z | unified-tasklist-angular-common/projects/common/src/lib/usertaskform.component.ts | phactum-at/unified-tasklist-angular-showcase | 4ee5ee683b4807e4fe4819403e5af437de222805 | [
"Apache-2.0"
] | null | null | null | unified-tasklist-angular-common/projects/common/src/lib/usertaskform.component.ts | phactum-at/unified-tasklist-angular-showcase | 4ee5ee683b4807e4fe4819403e5af437de222805 | [
"Apache-2.0"
] | 1 | 2021-04-28T17:22:19.000Z | 2021-04-28T17:22:19.000Z | export interface UserTaskFormComponent {
taskId: string;
tenant: string;
formKey: string;
readOnly: boolean;
task: any; // type has to be defined
}
| 19.75 | 40 | 0.71519 |
f07b043e271471be2b35cb22503d63d12af2440e | 3,111 | py | Python | detection.py | aar0npham/FuryColorDetection | 5a8ae6a5f9dc8ccf42c78d4f29038e4e6889a858 | [
"Apache-2.0"
] | null | null | null | detection.py | aar0npham/FuryColorDetection | 5a8ae6a5f9dc8ccf42c78d4f29038e4e6889a858 | [
"Apache-2.0"
] | null | null | null | detection.py | aar0npham/FuryColorDetection | 5a8ae6a5f9dc8ccf42c78d4f29038e4e6889a858 | [
"Apache-2.0"
] | null | null | null | # import modules
import numpy as np
import argparse
import cv2
# construct the argument parse and parse the arguments
ap = argparse.ArgumentParser()
ap.add_argument("-b", "--buffer", type=int, default=64,
help="max buffer size")
args = vars(ap.parse_args())
# define the lower and upper boundaries of ... | 40.402597 | 175 | 0.603664 |
0af1172a08a84b672af585890eed939c68c3681c | 1,879 | asm | Assembly | sem1/asc/Quad_10/main.asm | itsbratu/bachelor | b3bcae07fc8297fb0557a4bf752b20c6104c2563 | [
"MIT"
] | null | null | null | sem1/asc/Quad_10/main.asm | itsbratu/bachelor | b3bcae07fc8297fb0557a4bf752b20c6104c2563 | [
"MIT"
] | null | null | null | sem1/asc/Quad_10/main.asm | itsbratu/bachelor | b3bcae07fc8297fb0557a4bf752b20c6104c2563 | [
"MIT"
] | null | null | null | bits 32
global start
extern exit , printf
import exit msvcrt.dll
import printf msvcrt.dll
segment data use32 class=data
s dq 85aa145cf23ca213h
bit db -1
nr dd 0
copie dd -1
mesaj_afisare db "Numarul de 10 din s este : %d" , 0
segment code use32 class=code
star... | 25.391892 | 56 | 0.335285 |
30b3dbfe19e1e12ff4423e4b5e90108f11a3e686 | 1,176 | dart | Dart | lib/model/news.dart | vassilux/whatsupworld | df83240489187aae73a92adf54bc0d034b45e6ab | [
"MIT"
] | null | null | null | lib/model/news.dart | vassilux/whatsupworld | df83240489187aae73a92adf54bc0d034b45e6ab | [
"MIT"
] | null | null | null | lib/model/news.dart | vassilux/whatsupworld | df83240489187aae73a92adf54bc0d034b45e6ab | [
"MIT"
] | null | null | null |
class News {
String status;
String error;
int totalResults;
List<Article> articles;
News({this.status, this.articles});
News.fromJson(Map<String, dynamic> newsJson)
: status = newsJson['status'],
articles = List.from(newsJson['articles'])
.map((article) => Article.fromJson(artic... | 25.021277 | 56 | 0.637755 |
e7e9d221f1fcec4aa818bff540aa8cfe75c86d5f | 1,026 | py | Python | examples/example_wait_for.py | plun1331/discord.py-components-1 | a31b1a0cfbd31b98d01e910ed905c9c70afe0c3e | [
"MIT"
] | 1 | 2021-08-07T18:40:36.000Z | 2021-08-07T18:40:36.000Z | examples/example_wait_for.py | plun1331/discord.py-components-1 | a31b1a0cfbd31b98d01e910ed905c9c70afe0c3e | [
"MIT"
] | null | null | null | examples/example_wait_for.py | plun1331/discord.py-components-1 | a31b1a0cfbd31b98d01e910ed905c9c70afe0c3e | [
"MIT"
] | null | null | null | from discord.ext.commands import Bot
from discord_components import DiscordComponents, Button, ButtonStyle, InteractionType
from asyncio import TimeoutError
bot = Bot("!")
@bot.event
async def on_ready():
DiscordComponents(bot)
print(f"Logged in as {bot.user}!")
@bot.command()
async def waitforclick(ctx):
... | 24.428571 | 99 | 0.621832 |
e52114bb1849e0f24a0150c69bc980484561caee | 1,710 | ts | TypeScript | src/module/account/dto/create-account.dto.ts | leoan96/cinema-account-microservice | 927ffa4332fe4f13550c0371936de422a9e68309 | [
"CC0-1.0"
] | null | null | null | src/module/account/dto/create-account.dto.ts | leoan96/cinema-account-microservice | 927ffa4332fe4f13550c0371936de422a9e68309 | [
"CC0-1.0"
] | null | null | null | src/module/account/dto/create-account.dto.ts | leoan96/cinema-account-microservice | 927ffa4332fe4f13550c0371936de422a9e68309 | [
"CC0-1.0"
] | null | null | null | import { ApiProperty, ApiPropertyOptional } from '@nestjs/swagger';
import {
IsEmail,
IsIn,
IsOptional,
IsString,
Length,
MaxLength,
} from 'class-validator';
// custom validation (https://dev.to/avantar/custom-validation-with-database-in-nestjs-gao)
export class CreateAccountDTO {
@ApiProperty({ descrip... | 19.431818 | 91 | 0.626901 |
dd7ed8fa24be71679abdfbade0472adb69f8ae39 | 3,708 | go | Go | pkg/proxy/proxy.go | reefassistant/apex-proxy | 6ca08732ddf7b9bc2f3bc07d04589f367e4a4469 | [
"Apache-2.0"
] | null | null | null | pkg/proxy/proxy.go | reefassistant/apex-proxy | 6ca08732ddf7b9bc2f3bc07d04589f367e4a4469 | [
"Apache-2.0"
] | null | null | null | pkg/proxy/proxy.go | reefassistant/apex-proxy | 6ca08732ddf7b9bc2f3bc07d04589f367e4a4469 | [
"Apache-2.0"
] | 1 | 2022-01-27T09:46:09.000Z | 2022-01-27T09:46:09.000Z | package proxy
import (
"fmt"
"net"
"net/http"
"net/http/httputil"
"net/url"
"go.skymeyer.dev/app"
"go.uber.org/zap"
"go.reefassistant.com/apex-proxy/pkg/logger"
)
var (
XMLEndpoints = []string{
"/cgi-bin/datalog.xml",
"/cgi-bin/outlog.xml",
"/cgi-bin/status.xml",
}
JSONEndpoints = []string{
"/cgi... | 24.556291 | 80 | 0.675836 |
96ff1e14dd62ae9f3fd1319f27c27403b94e479d | 6,509 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_1154.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_1154.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_1154.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 %r14
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x6110, %rsi
lea addresses_normal_ht+0x18e10, %rdi
clflush (%rdi)
nop
nop
nop
dec %r8
mov $66, %rcx
rep movsq
xor $22955, %rsi
lea addresses_A_ht+0xc10, %rdx
nop
nop
nop
nop
nop
inc ... | 35.375 | 2,999 | 0.653403 |
59f50c943a89adac268c5cddaf851ca4ae279a91 | 507 | sql | SQL | Books.sql | tomztz/SQL-Pet-Clinic | d0013bb78b31212c84f004476023a257e1f0bb76 | [
"MIT"
] | null | null | null | Books.sql | tomztz/SQL-Pet-Clinic | d0013bb78b31212c84f004476023a257e1f0bb76 | [
"MIT"
] | null | null | null | Books.sql | tomztz/SQL-Pet-Clinic | d0013bb78b31212c84f004476023a257e1f0bb76 | [
"MIT"
] | null | null | null | CREATE TABLE PETCLINIC.books (
Appointment_id int NOT NULL,
Client_id int NOT NULL,
PRIMARY KEY (Appointment_id,Client_id),
UNIQUE KEY Appointment_id_UNIQUE (Appointment_id),
UNIQUE KEY Client_id_UNIQUE (Client_id),
FOREIGN KEY (Appointment_id) REFERENCES appointment (Appointment_id),
FOREIGN KEY (Client_... | 29.823529 | 71 | 0.761341 |
9bf43095de1588d9134897ef61f668f76c47e40d | 4,971 | js | JavaScript | modules/faq.js | ehsansayrafi/live-countdown-bot | 2eea406940f80098f7f431c10f463d27411e8417 | [
"MIT"
] | 34 | 2020-08-14T15:10:48.000Z | 2022-02-21T00:56:22.000Z | modules/faq.js | ehsansayrafi/live-countdown-bot | 2eea406940f80098f7f431c10f463d27411e8417 | [
"MIT"
] | 33 | 2020-05-17T06:41:57.000Z | 2022-03-26T04:05:47.000Z | modules/faq.js | ehsansayrafi/live-countdown-bot | 2eea406940f80098f7f431c10f463d27411e8417 | [
"MIT"
] | 42 | 2020-07-13T08:26:45.000Z | 2022-03-31T17:29:53.000Z | export const faq = {
del: {
q: "How do I delete a countdown?",
a: "Just delete the message sent by the bot.",
},
exact: {
q: "Why does `!countdown 1day` not count down 24 hours?",
a:
"This is because countdowns end exactly at 12AM GMT. If you'd like exactly 24 hours, use `!countdown 24hours`... | 39.768 | 171 | 0.615369 |
227a33052abf93699d5cc03bdd3e897e8d53d582 | 2,052 | htm | HTML | _data/Vol08_Ch0401-0429/HRS0428/HRS_0428-0805.htm | bronsonavila/hrsscraper | ecbb1048ab284af361fae78adb481eff554b067a | [
"MIT"
] | 1 | 2019-02-22T10:35:29.000Z | 2019-02-22T10:35:29.000Z | _data/Vol08_Ch0401-0429/HRS0428/HRS_0428-0805.htm | bronsonavila/hrsscraper | ecbb1048ab284af361fae78adb481eff554b067a | [
"MIT"
] | null | null | null | _data/Vol08_Ch0401-0429/HRS0428/HRS_0428-0805.htm | bronsonavila/hrsscraper | ecbb1048ab284af361fae78adb481eff554b067a | [
"MIT"
] | null | null | null | <div class="WordSection1">
<p class="RegularParagraphs"> <b>§428-805 Articles of termination.</b> (a) At any time after dissolution and winding up, and when all debts, liabilities, and obligations of the limited liability company have been paid and discharged, or adequate provision has been made therefor, and all remai... | 186.545455 | 533 | 0.780214 |
3be797c0809a768d5597727eae404278a77b1183 | 469 | h | C | sonarr-ios/Navigation/Controllers/SNRSheetNavigationViewController.h | hhs4harry/sonarr-ios | 9ebefee400f58ecbfd4beb53d4ffdd63d0a71f12 | [
"MIT"
] | 2 | 2017-03-28T06:48:01.000Z | 2020-02-08T07:31:35.000Z | sonarr-ios/Navigation/Controllers/SNRSheetNavigationViewController.h | hhs4harry/sonarr-ios | 9ebefee400f58ecbfd4beb53d4ffdd63d0a71f12 | [
"MIT"
] | null | null | null | sonarr-ios/Navigation/Controllers/SNRSheetNavigationViewController.h | hhs4harry/sonarr-ios | 9ebefee400f58ecbfd4beb53d4ffdd63d0a71f12 | [
"MIT"
] | null | null | null | //
// SNRSheetNavigationViewController.h
// sonarr-ios
//
// Created by Harry Singh on 30/03/17.
// Copyright © 2017 Harry Singh. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "SNRNavigationViewController.h"
@class MZFormSheetContentSizingNavigationControllerAnimator;
@interface SNRSheetNavigationViewCo... | 27.588235 | 103 | 0.808102 |
e8573c17dd3f4a4e170ed6f72139687905d6f693 | 751 | kt | Kotlin | kryptoprefs/src/main/java/com/kryptoprefs/preferences/KryptoPreferences.kt | rumboalla/KryptoPrefs | 89f3fb446db36dba2c890201d16589c65f59f5c9 | [
"MIT"
] | 34 | 2019-11-12T11:58:54.000Z | 2021-12-16T14:22:31.000Z | kryptoprefs/src/main/java/com/kryptoprefs/preferences/KryptoPreferences.kt | rumboalla/KryptoPrefs | 89f3fb446db36dba2c890201d16589c65f59f5c9 | [
"MIT"
] | 1 | 2021-06-11T03:13:29.000Z | 2021-06-11T03:13:29.000Z | kryptoprefs/src/main/java/com/kryptoprefs/preferences/KryptoPreferences.kt | rumboalla/KryptoPrefs | 89f3fb446db36dba2c890201d16589c65f59f5c9 | [
"MIT"
] | 4 | 2019-11-19T07:37:02.000Z | 2021-01-23T12:46:26.000Z | package com.kryptoprefs.preferences
import android.content.SharedPreferences
interface KryptoPrefs {
fun putString(key: String, value: String?): KryptoPrefs
fun putBoolean(key: String, value: Boolean?): KryptoPrefs
fun putInt(key: String, value: Int?): KryptoPrefs
fun putLong(key: String, value: L... | 22.088235 | 63 | 0.712383 |
9319450cc2a892ad6147633a5dd77732c8d0b57f | 21 | kt | Kotlin | idea/testData/kdoc/navigate/stdlibFunction.kt | qussarah/declare | c83b764c7394efa3364915d973ae79c4ebed2437 | [
"Apache-2.0"
] | 337 | 2020-05-14T00:40:10.000Z | 2022-02-16T23:39:07.000Z | idea/testData/kdoc/navigate/stdlibFunction.kt | qussarah/declare | c83b764c7394efa3364915d973ae79c4ebed2437 | [
"Apache-2.0"
] | 92 | 2020-06-10T23:17:42.000Z | 2020-09-25T10:50:13.000Z | idea/testData/kdoc/navigate/stdlibFunction.kt | qussarah/declare | c83b764c7394efa3364915d973ae79c4ebed2437 | [
"Apache-2.0"
] | 54 | 2016-02-29T16:27:38.000Z | 2020-12-26T15:02:23.000Z | fun fo<caret>o() {
}
| 7 | 18 | 0.52381 |
6a11d6673e8866660911f45c9b721bbf755f308a | 1,504 | swift | Swift | Source/Frame/ID3PictureType.swift | andriypohorilko/ID3TagEditor | 78456c8b2f97284a1612a851ccf266c181cadf43 | [
"MIT"
] | 138 | 2018-03-06T16:19:00.000Z | 2022-03-25T21:30:08.000Z | Source/Frame/ID3PictureType.swift | andriypohorilko/ID3TagEditor | 78456c8b2f97284a1612a851ccf266c181cadf43 | [
"MIT"
] | 75 | 2018-04-26T12:00:55.000Z | 2022-02-23T21:27:19.000Z | Source/Frame/ID3PictureType.swift | andriypohorilko/ID3TagEditor | 78456c8b2f97284a1612a851ccf266c181cadf43 | [
"MIT"
] | 38 | 2018-04-03T04:05:40.000Z | 2022-02-06T07:52:22.000Z | //
// ID3PictureType.swift
//
// Created by Fabrizio Duroni on 04/03/2018.
// 2018 Fabrizio Duroni.
//
import Foundation
/**
An enum that describes the ID3 picture type supported.
*/
public enum ID3PictureType: UInt8, Equatable, Hashable, CaseIterable {
/// Other image.
case other = 0x00
/// File ico... | 26.385965 | 70 | 0.661569 |
36960c1bdd1ce83a838f6b2a9acf2169feebd866 | 190 | sql | SQL | municipal-services/pt-services-v2/src/main/resources/db/migration/main/V20190403172537__eg_pt_index_searchparam_ddl.sql | pradeepkumarcm-egov/DIGIT-Dev | d8fb601fae6d919d2386f36b36dfc7fde77ebd4f | [
"MIT"
] | 11 | 2021-04-22T13:18:00.000Z | 2021-07-13T06:24:48.000Z | municipal-services/pt-services-v2/src/main/resources/db/migration/main/V20190403172537__eg_pt_index_searchparam_ddl.sql | pradeepkumarcm-egov/DIGIT-Dev | d8fb601fae6d919d2386f36b36dfc7fde77ebd4f | [
"MIT"
] | 940 | 2019-12-03T10:55:53.000Z | 2022-03-16T18:37:25.000Z | municipal-services/pt-services-v2/src/main/resources/db/migration/main/V20190403172537__eg_pt_index_searchparam_ddl.sql | pradeepkumarcm-egov/DIGIT-Dev | d8fb601fae6d919d2386f36b36dfc7fde77ebd4f | [
"MIT"
] | 35 | 2020-06-01T14:20:53.000Z | 2021-09-23T07:16:47.000Z | CREATE INDEX IF NOT EXISTS idx_eg_pt_property_v2_status ON eg_pt_property_v2(status);
CREATE INDEX IF NOT EXISTS idx_eg_pt_propertydetail_v2_accountId ON eg_pt_propertydetail_v2(accountId);
| 63.333333 | 103 | 0.884211 |
7dbf52b538e8f191557cc776002299dc4fe11d18 | 630 | kt | Kotlin | common/src/mobileMain/kotlin/jp/gree/techcon/common/util/FlowUtil.kt | hitomi-sasaki/techcon-app | da8d30a38e4e9f97c1dbcf97427a751de3ac4638 | [
"MIT"
] | null | null | null | common/src/mobileMain/kotlin/jp/gree/techcon/common/util/FlowUtil.kt | hitomi-sasaki/techcon-app | da8d30a38e4e9f97c1dbcf97427a751de3ac4638 | [
"MIT"
] | null | null | null | common/src/mobileMain/kotlin/jp/gree/techcon/common/util/FlowUtil.kt | hitomi-sasaki/techcon-app | da8d30a38e4e9f97c1dbcf97427a751de3ac4638 | [
"MIT"
] | null | null | null | package jp.gree.techcon.common.util
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.collect
import kotlinx.coroutines.launch
import kotlinx.io.core.Closeable
fun <T> Flow<T>.wrap(): CFlow<T> = CFlow(this)
class CFlow<T>(private val origin: Flow<T>) : Flow<T> by origin {
fun watch(block: (T) ->... | 24.230769 | 65 | 0.57619 |
8974e2e8985d14e5e70fe3a3e88fb9aab9e3a68d | 2,801 | swift | Swift | IdFramework/Classes/UI Components/LargeHeader/LargeHeader.swift | idanisra/IdFramework | a1ddc345dad2fed1cbde476eb7f4c0b1ecc7f60a | [
"MIT"
] | null | null | null | IdFramework/Classes/UI Components/LargeHeader/LargeHeader.swift | idanisra/IdFramework | a1ddc345dad2fed1cbde476eb7f4c0b1ecc7f60a | [
"MIT"
] | null | null | null | IdFramework/Classes/UI Components/LargeHeader/LargeHeader.swift | idanisra/IdFramework | a1ddc345dad2fed1cbde476eb7f4c0b1ecc7f60a | [
"MIT"
] | null | null | null | //
// LargeHeader.swift
// OnceUponAMeat
//
// Created by Idan Israel on 04/08/2020.
// Copyright © 2020 Idan Israel. All rights reserved.
//
import UIKit
/// MARK: - LargeHeaderProtocol
protocol LargeHeaderProtocol {
/// MARK: - Functions
func backPressed()
}
/// MARK: - LargeHeader
public class L... | 31.47191 | 100 | 0.670832 |
af6a5298f3caf8ce717a62c1d8d876117a33a28d | 3,128 | swift | Swift | Tests/SwmCoreTests/Polynomials/LaurentPolynomialTests.swift | taketo1024/ProtocolOrientedAlgebra | ae48c2ce78b64952a99776643f0aaf253eb315a0 | [
"MIT"
] | 124 | 2018-04-08T02:07:17.000Z | 2021-05-15T23:28:23.000Z | Tests/SwmCoreTests/Polynomials/LaurentPolynomialTests.swift | taketo1024/ProtocolOrientedAlgebra | ae48c2ce78b64952a99776643f0aaf253eb315a0 | [
"MIT"
] | 2 | 2018-09-15T01:47:15.000Z | 2019-09-21T14:18:02.000Z | Tests/SwmCoreTests/Polynomials/LaurentPolynomialTests.swift | taketo1024/ProtocolOrientedAlgebra | ae48c2ce78b64952a99776643f0aaf253eb315a0 | [
"MIT"
] | 9 | 2018-04-08T01:52:39.000Z | 2020-07-07T18:31:28.000Z | //
// PolynomialTests.swift
// SwiftyKnotsTests
//
// Created by Taketo Sano on 2018/04/10.
//
import XCTest
@testable import SwmCore
class LaurentPolynomialTests: XCTestCase {
struct _x: PolynomialIndeterminate {
static let symbol: String = "x"
}
typealias A = LaurentPolynomial<𝐙, _x>
... | 27.928571 | 87 | 0.495205 |
d2a4a1bdeb724eeed784a911ea0fe705055ee8db | 1,218 | php | PHP | vendor/dmore/behat-chrome-extension/tests/Behat/ServiceContainer/ChromeExtensionTest.php | vbjitendra/jenkins-example | ce332ce0afa3d91af7c36b8a101eec43a225c1f3 | [
"MIT"
] | 4 | 2019-05-10T21:03:36.000Z | 2019-11-26T02:27:07.000Z | vendor/dmore/behat-chrome-extension/tests/Behat/ServiceContainer/ChromeExtensionTest.php | vbjitendra/jenkins-example | ce332ce0afa3d91af7c36b8a101eec43a225c1f3 | [
"MIT"
] | 8 | 2019-11-15T17:18:15.000Z | 2022-03-24T14:40:40.000Z | vendor/dmore/behat-chrome-extension/tests/Behat/ServiceContainer/ChromeExtensionTest.php | kemarjackson26/SuperMart | d07f70156097cb82464de19f2bd6a9b83295ce93 | [
"MIT"
] | 1 | 2019-10-05T09:59:34.000Z | 2019-10-05T09:59:34.000Z | <?php
namespace tests\Behat\ServiceContainer;
use Behat\MinkExtension\ServiceContainer\MinkExtension;
use Behat\Testwork\ServiceContainer\ExtensionManager;
use DMore\ChromeExtension\Behat\ServiceContainer\ChromeExtension;
use DMore\ChromeExtension\Behat\ServiceContainer\Driver\ChromeFactory;
use PHPUnit\Framework\Test... | 32.052632 | 106 | 0.696223 |
c48bb1c35d1ec28ab00d2bb16162bbf1ce04d603 | 485 | sql | SQL | db/migrations/sqlite/000051_create_ffi_events_table.up.sql | calbritt/firefly | 3cf5f35fbee391908459ad2d9d8e794ab8f5219f | [
"Apache-2.0"
] | 73 | 2021-09-24T22:31:57.000Z | 2022-03-29T19:06:33.000Z | db/migrations/sqlite/000051_create_ffi_events_table.up.sql | calbritt/firefly | 3cf5f35fbee391908459ad2d9d8e794ab8f5219f | [
"Apache-2.0"
] | 351 | 2021-09-23T18:51:16.000Z | 2022-03-31T15:02:23.000Z | db/migrations/sqlite/000051_create_ffi_events_table.up.sql | calbritt/firefly | 3cf5f35fbee391908459ad2d9d8e794ab8f5219f | [
"Apache-2.0"
] | 34 | 2021-09-23T15:44:59.000Z | 2022-03-30T14:11:33.000Z | CREATE TABLE ffievents (
seq INTEGER PRIMARY KEY AUTOINCREMENT,
id UUID NOT NULL,
interface_id UUID NULL,
namespace VARCHAR(64) NOT NULL,
name VARCHAR(1024) NOT NULL,
pathname VARCHAR(1024) NOT NULL,
desc... | 37.307692 | 75 | 0.54433 |
3f2e1f7c2e6f1b1eeaa4abf448546ae8b1d66078 | 3,715 | kt | Kotlin | src/main/kotlin/com/charylin/game/model/Tank.kt | GitLqr/game-tank | 437ee515e3456679b178223dcc9ef5004cf40857 | [
"MIT"
] | 1 | 2020-11-18T01:38:04.000Z | 2020-11-18T01:38:04.000Z | src/main/kotlin/com/charylin/game/model/Tank.kt | GitLqr/game-tank | 437ee515e3456679b178223dcc9ef5004cf40857 | [
"MIT"
] | null | null | null | src/main/kotlin/com/charylin/game/model/Tank.kt | GitLqr/game-tank | 437ee515e3456679b178223dcc9ef5004cf40857 | [
"MIT"
] | null | null | null | package com.charylin.game.model
import com.charylin.game.Config
import com.charylin.game.business.Attackable
import com.charylin.game.business.Blockable
import com.charylin.game.business.Movable
import com.charylin.game.business.Sufferable
import com.charylin.game.enums.Direction
import org.itheima.kotlin.game.core.Pa... | 30.203252 | 87 | 0.541588 |
2dc7ce30107d5dbeae72b112d5fe393129d10379 | 111 | sql | SQL | SQL/Availability/UpdateOffContractUnits.sql | jaymegordo/SMSEventLog | c4836793709f501d4aa4b84819931c167f14d9b3 | [
"MIT"
] | 1 | 2020-11-14T23:58:47.000Z | 2020-11-14T23:58:47.000Z | SQL/Availability/UpdateOffContractUnits.sql | jaymegordo/SMSEventLog | c4836793709f501d4aa4b84819931c167f14d9b3 | [
"MIT"
] | 93 | 2021-03-02T18:27:05.000Z | 2022-03-30T18:48:09.000Z | SQL/Availability/UpdateOffContractUnits.sql | jaymegordo/SMSEventLog | c4836793709f501d4aa4b84819931c167f14d9b3 | [
"MIT"
] | null | null | null | Update b
Set OffContract=1
From udfMaxUnitSMR() a Inner Join UnitID b On a.Unit=b.Unit
Where a.MaxSMR > 70000
| 18.5 | 59 | 0.765766 |
4e79be876c02d34986d5c5a10cd873e9b24ee728 | 97 | asm | Assembly | lab3_test_harness/test/state_data_in/15.asm | Zaydax/PipelineProcessor | f45f7d1a245f291218d53a7f16fd7f98a50ce47e | [
"MIT"
] | 2 | 2017-03-05T17:40:26.000Z | 2017-03-15T01:41:25.000Z | lab3_test_harness/test/state_data_in/15.asm | Zaydax/PipelineProcessor | f45f7d1a245f291218d53a7f16fd7f98a50ce47e | [
"MIT"
] | null | null | null | lab3_test_harness/test/state_data_in/15.asm | Zaydax/PipelineProcessor | f45f7d1a245f291218d53a7f16fd7f98a50ce47e | [
"MIT"
] | null | null | null | .ORIG x1234
STB R7, R6, x4
STB R7, R6, x4
STB R7, R6, x4
STB R7, R6, x4
STB R7, R6, x4
.END
| 12.125 | 15 | 0.587629 |
bef9fdbf6c614371779fec8d76ff69ff791b6a13 | 425 | rs | Rust | 03-test-tokio-redis/examples/hello-redis.rs | nickjbenson/theseus | d5badf8e1553a3f04b49224580dd1f506184458f | [
"Unlicense"
] | null | null | null | 03-test-tokio-redis/examples/hello-redis.rs | nickjbenson/theseus | d5badf8e1553a3f04b49224580dd1f506184458f | [
"Unlicense"
] | null | null | null | 03-test-tokio-redis/examples/hello-redis.rs | nickjbenson/theseus | d5badf8e1553a3f04b49224580dd1f506184458f | [
"Unlicense"
] | null | null | null | use mini_redis::{client, Result};
#[tokio::main]
pub async fn main() -> Result<()> {
// Open a connection to the mini-redis server.
let mut client = client::connect("127.0.0.1:1337").await?;
// Set the key "hello" to "world".
client.set("hello", "world".into()).await?;
// Get key "hello".
let result = cl... | 23.611111 | 65 | 0.614118 |
4760e5123bfb5ef55ad5b0dbae3549c9c0608471 | 455 | ps1 | PowerShell | Examples/SpreadsheetCells/ExcelFunctions.ps1 | dacarab/ImportExcel | 58ab93a6ebd8a4b302459cd77b97388067cb79ec | [
"Apache-2.0"
] | null | null | null | Examples/SpreadsheetCells/ExcelFunctions.ps1 | dacarab/ImportExcel | 58ab93a6ebd8a4b302459cd77b97388067cb79ec | [
"Apache-2.0"
] | null | null | null | Examples/SpreadsheetCells/ExcelFunctions.ps1 | dacarab/ImportExcel | 58ab93a6ebd8a4b302459cd77b97388067cb79ec | [
"Apache-2.0"
] | 1 | 2019-02-13T14:04:16.000Z | 2019-02-13T14:04:16.000Z | . ..\New-PSItem.ps1
rm *.xlsx
$(
New-PSItem =2%/12 60 500000 "=pmt(rate,nper,pv)" (echo rate nper pv pmt)
New-PSItem =3%/12 60 500000 "=pmt(rate,nper,pv)"
New-PSItem =4%/12 60 500000 "=pmt(rate,nper,pv)"
New-PSItem =5%/12 60 500000 "=pmt(rate,nper,pv)"
New-PSItem =6%/12 60 500000 "=pmt... | 37.916667 | 77 | 0.61978 |
77aaf54139cdb1ed22a3280c70dcb602aee23e8d | 6,890 | rs | Rust | services/mgmt/securityinsights/src/package_2021_03_preview_only/models.rs | simongdavies/azure-sdk-for-rust | 8d275a30e7cd857e38809c651516fc21e51c5ba0 | [
"MIT"
] | null | null | null | services/mgmt/securityinsights/src/package_2021_03_preview_only/models.rs | simongdavies/azure-sdk-for-rust | 8d275a30e7cd857e38809c651516fc21e51c5ba0 | [
"MIT"
] | 1 | 2021-05-05T16:43:42.000Z | 2021-05-05T16:43:42.000Z | services/mgmt/securityinsights/src/package_2021_03_preview_only/models.rs | simongdavies/azure-sdk-for-rust | 8d275a30e7cd857e38809c651516fc21e51c5ba0 | [
"MIT"
] | 1 | 2021-05-28T09:32:25.000Z | 2021-05-28T09:32:25.000Z | #![doc = "generated by AutoRust 0.1.0"]
#![allow(non_camel_case_types)]
#![allow(unused_imports)]
use serde::{Deserialize, Serialize};
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
pub struct SettingList {
pub value: Vec<Settings>,
}
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
pub struct... | 36.84492 | 99 | 0.696807 |
cb0a05e2f69cfba17bfa7cfc60ad18be1eb35178 | 97,302 | sql | SQL | eapi.sql | mahmoudali29/api | 25f013f14ef026215e1789c40e75608629213f96 | [
"MIT"
] | 1 | 2018-04-19T14:57:05.000Z | 2018-04-19T14:57:05.000Z | eapi.sql | mahmoudali29/api | 25f013f14ef026215e1789c40e75608629213f96 | [
"MIT"
] | null | null | null | eapi.sql | mahmoudali29/api | 25f013f14ef026215e1789c40e75608629213f96 | [
"MIT"
] | null | null | null | -- phpMyAdmin SQL Dump
-- version 4.7.7
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: May 02, 2018 at 04:29 PM
-- Server version: 10.1.30-MariaDB
-- PHP Version: 7.2.2
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD... | 132.383673 | 356 | 0.737467 |
967905a593872b79f992f4f15abf883ef1dc2085 | 1,749 | php | PHP | routes/web.php | Marderon123/TFG-Mario-Alexander | 2e920c35be7900d69501eaaaca5b88f2d56792cc | [
"MIT"
] | 1 | 2021-11-16T16:41:30.000Z | 2021-11-16T16:41:30.000Z | routes/web.php | Marderon123/TFG-Mario-Alexander | 2e920c35be7900d69501eaaaca5b88f2d56792cc | [
"MIT"
] | null | null | null | routes/web.php | Marderon123/TFG-Mario-Alexander | 2e920c35be7900d69501eaaaca5b88f2d56792cc | [
"MIT"
] | null | null | null | <?php
use App\Http\Controllers\UsersController;
use Illuminate\Support\Facades\Route;
use Illuminate\Support\Facades\Auth;
/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can r... | 31.232143 | 93 | 0.619783 |
fadf6d09b885d82719a5d237803e1bf66a80b144 | 1,902 | swift | Swift | Tests/DatadogTests/Datadog/Core/System/BatteryStatusProviderTests.swift | kennonkwok/dd-sdk-ios | b927435fd74a6eba2ca556fdc8eeca256d8dadca | [
"Apache-2.0"
] | 93 | 2020-03-02T16:40:33.000Z | 2022-03-26T19:22:59.000Z | Tests/DatadogTests/Datadog/Core/System/BatteryStatusProviderTests.swift | kennonkwok/dd-sdk-ios | b927435fd74a6eba2ca556fdc8eeca256d8dadca | [
"Apache-2.0"
] | 259 | 2020-03-05T17:48:24.000Z | 2022-03-29T14:17:57.000Z | Tests/DatadogTests/Datadog/Core/System/BatteryStatusProviderTests.swift | kennonkwok/dd-sdk-ios | b927435fd74a6eba2ca556fdc8eeca256d8dadca | [
"Apache-2.0"
] | 60 | 2020-03-04T20:07:59.000Z | 2022-03-30T13:27:08.000Z | /*
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
* This product includes software developed at Datadog (https://www.datadoghq.com/).
* Copyright 2019-2020 Datadog, Inc.
*/
import XCTest
@testable import Datadog
class BatteryStatusProviderTests... | 33.368421 | 117 | 0.677182 |