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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4e9913a3d1625f82f5de9aac0caabd9ec58c8148 | 591 | sql | SQL | HostelSQLSchema.sql | VeoScript/slsu-hostel | 0f2a7934123360a059e54f12a7f6859d5dd9711f | [
"MIT"
] | 1 | 2021-04-26T01:56:00.000Z | 2021-04-26T01:56:00.000Z | HostelSQLSchema.sql | VeoScript/slsu-hostel | 0f2a7934123360a059e54f12a7f6859d5dd9711f | [
"MIT"
] | null | null | null | HostelSQLSchema.sql | VeoScript/slsu-hostel | 0f2a7934123360a059e54f12a7f6859d5dd9711f | [
"MIT"
] | null | null | null | create database HOSTEL
use hostel
create table account(
id int IDENTITY PRIMARY KEY NOT NULL,
accounttype varchar(10) NOT NULL,
fullname varchar(255) UNIQUE NOT NULL,
position varchar(255) NOT NULL,
username varchar(255) NOT NULL,
password varchar(255) NOT NULL
)
drop table account
insert into account(account... | 32.833333 | 140 | 0.756345 |
7f64e9b725b20e9e48248416034655dd35d0b782 | 3,096 | swift | Swift | MyAirbnb/View/LuxeHouse/LuxeDetailMoreInfoTableCell.swift | backend-and-children/MyAirbnb_iOS | 70fead1ebd26cf50f099bd8e323686e72ab648ca | [
"MIT"
] | 14 | 2019-08-10T14:46:02.000Z | 2022-03-09T06:07:32.000Z | MyAirbnb/View/LuxeHouse/LuxeDetailMoreInfoTableCell.swift | backend-and-children/MyAirbnb_iOS | 70fead1ebd26cf50f099bd8e323686e72ab648ca | [
"MIT"
] | 18 | 2019-07-21T07:14:08.000Z | 2019-07-30T03:11:38.000Z | MyAirbnb/View/LuxeHouse/LuxeDetailMoreInfoTableCell.swift | backend-and-children/MyAirbnb_iOS | 70fead1ebd26cf50f099bd8e323686e72ab648ca | [
"MIT"
] | 7 | 2019-07-05T09:40:58.000Z | 2020-03-30T05:16:39.000Z | //
// LuxeDetailMoreInfoTableCell.swift
// MyAirbnb
//
// Created by ํ๋ณตํ ๊ฐ๋ฐ์ on 2019/08/07.
// Copyright ยฉ 2019 Alex Lee. All rights reserved.
//
import Foundation
import SnapKit
class LuxeDetailMoreInfoTableCell: UITableViewCell {
static let identifier = "LuxeDetailMoreInfoTableCell"
let logoImageVi... | 36 | 124 | 0.652778 |
2a5afa60c78bc76ce8a4d951a768913b7a8bb84a | 8,892 | java | Java | dashboard-web-app/src/main/java/org/inventory/hub/controller/ProductsInventoryController.java | Aiden007700/inventory-hub-java-on-azure | fdddf9b73911f0d05573260e01874d7d9557d982 | [
"MIT"
] | 1 | 2022-03-23T11:54:18.000Z | 2022-03-23T11:54:18.000Z | dashboard-web-app/src/main/java/org/inventory/hub/controller/ProductsInventoryController.java | saragluna/inventory-hub-java-on-azure | 2355b1d674735690d85bf7111f84336bf61e500b | [
"MIT"
] | null | null | null | dashboard-web-app/src/main/java/org/inventory/hub/controller/ProductsInventoryController.java | saragluna/inventory-hub-java-on-azure | 2355b1d674735690d85bf7111f84336bf61e500b | [
"MIT"
] | 1 | 2020-11-19T23:21:51.000Z | 2020-11-19T23:21:51.000Z | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See LICENSE in the project root for
* license information.
*/
package org.inventory.hub.controller;
import org.inventory.hub.dao.ProductsInventoryRepository;
import org.inventory.hub.model.Product;
import org... | 41.943396 | 121 | 0.590418 |
fe4bc3f80a7e18dd420feac3aec5e49669e60c53 | 6,313 | swift | Swift | Source/CocoaMQTTProperty.swift | leeway1208/CocoaMQTT5 | ed3e4ac0ec301fc3571709726084218e76ce9331 | [
"MIT"
] | 1 | 2021-10-03T03:52:41.000Z | 2021-10-03T03:52:41.000Z | Source/CocoaMQTTProperty.swift | leeway1208/CocoaMQTT5 | ed3e4ac0ec301fc3571709726084218e76ce9331 | [
"MIT"
] | 1 | 2021-10-03T06:38:02.000Z | 2021-10-03T08:39:02.000Z | Source/CocoaMQTTProperty.swift | leeway1208/CocoaMQTT5 | ed3e4ac0ec301fc3571709726084218e76ce9331 | [
"MIT"
] | null | null | null | //
// CocoaMQTTPropertyType.swift
// CocoaMQTT
//
// Created by liwei wang on 2021/7/6.
//
import Foundation
public enum CocoaMQTTPropertyName: UInt8 {
case payloadFormatIndicator = 0x01
case willExpiryInterval = 0x02
case contentType = 0x03
case responseTopic = 0x08
case correlationData = 0x0... | 31.252475 | 612 | 0.667195 |
651a2016a85cc4b87ea259dc527ee25d7fddcb67 | 300 | rs | Rust | tests/comment.rs | podo-os/n3-parser | 5a5103c683a289bf0660dcd2ef85ece3694ca2c3 | [
"BSD-3-Clause"
] | 1 | 2020-05-25T10:06:26.000Z | 2020-05-25T10:06:26.000Z | tests/comment.rs | podo-os/n3-parser | 5a5103c683a289bf0660dcd2ef85ece3694ca2c3 | [
"BSD-3-Clause"
] | null | null | null | tests/comment.rs | podo-os/n3-parser | 5a5103c683a289bf0660dcd2ef85ece3694ca2c3 | [
"BSD-3-Clause"
] | null | null | null | #[test]
fn test_comments() {
const MODEL: &str = "
// Comment Model
[CommentModel]
// Yes, comment model
[Conv2d] // override convolution layer
* K: kernel size = 3 // default kernel size
#0 Input = 3, H, W // define input layer
";
n3_parser::parser::parse_file(MODEL).unwrap();
}
| 17.647059 | 48 | 0.636667 |
41d598cf7d5aa8febd67ee2676f10e7c62088d6a | 57 | swift | Swift | native/ios/PrestoPay/Utils/APIModule.swift | calmato/presto-pay | 4350bb99485e5a8c9edc2e833e78546a24240bb9 | [
"MIT"
] | 7 | 2020-06-16T13:29:46.000Z | 2021-04-21T06:33:44.000Z | native/ios/PrestoPay/Utils/APIModule.swift | calmato/presto-pay | 4350bb99485e5a8c9edc2e833e78546a24240bb9 | [
"MIT"
] | 63 | 2020-05-11T04:59:31.000Z | 2022-02-27T10:01:13.000Z | native/ios/PrestoPay/Utils/APIModule.swift | calmato/presto-pay | 4350bb99485e5a8c9edc2e833e78546a24240bb9 | [
"MIT"
] | 1 | 2020-07-08T16:03:02.000Z | 2020-07-08T16:03:02.000Z | import Foundation
let baseURL = "http://localhost:8080"
| 14.25 | 37 | 0.754386 |
01716c86033fd914c0063aea97868ec45dc765f2 | 1,656 | swift | Swift | Sources/SwiftSimpleCLIFramework/Commands/PrintNameCommand.swift | turekj/SwiftSimpleCLI | 5b805c5845445b29007a4497a40618f833fb3c20 | [
"MIT"
] | 1 | 2019-03-06T11:28:08.000Z | 2019-03-06T11:28:08.000Z | Sources/SwiftSimpleCLIFramework/Commands/PrintNameCommand.swift | turekj/SwiftSimpleCLI | 5b805c5845445b29007a4497a40618f833fb3c20 | [
"MIT"
] | null | null | null | Sources/SwiftSimpleCLIFramework/Commands/PrintNameCommand.swift | turekj/SwiftSimpleCLI | 5b805c5845445b29007a4497a40618f833fb3c20 | [
"MIT"
] | null | null | null | import Commandant
import Foundation
import Result
import SwiftSyntax
public struct PrintNameCommand: CommandProtocol {
public typealias Options = PrintNameOptions
public let verb: String = "print_name"
public let function: String = "Prints names of types declared in the file"
public func run(_ option... | 28.551724 | 112 | 0.647947 |
16827c3a7bd4389542ff89ce58846a54a062335b | 1,186 | ts | TypeScript | src/inversify/modules/InversifyContainerBuilder.ts | flaranda/fn-screener-backend | 82c6585886e940f9fe7c4c58f4c71a31aab2750a | [
"MIT"
] | null | null | null | src/inversify/modules/InversifyContainerBuilder.ts | flaranda/fn-screener-backend | 82c6585886e940f9fe7c4c58f4c71a31aab2750a | [
"MIT"
] | null | null | null | src/inversify/modules/InversifyContainerBuilder.ts | flaranda/fn-screener-backend | 82c6585886e940f9fe7c4c58f4c71a31aab2750a | [
"MIT"
] | null | null | null | import * as inversify from 'inversify';
import { IBuilder } from '../../common/interfaces/IBuilder';
import { containerModuleConstructors } from './containerModuleConstructors';
type InversifyContainerModuleConstructor = new () => inversify.ContainerModule;
export class InversifyContainerBuilder
implements IBuilde... | 29.65 | 107 | 0.764755 |
6523e525ee263cd4beac2a6f6ac2b433492aed2d | 1,692 | sql | SQL | Exams/Database_Basics_MySQL_Exam_20_June_2021/01_table_design.sql | MNikov/MySQL-SoftUni | a479c1db8b137ffadeba492dfc81e558eaf994a8 | [
"MIT"
] | null | null | null | Exams/Database_Basics_MySQL_Exam_20_June_2021/01_table_design.sql | MNikov/MySQL-SoftUni | a479c1db8b137ffadeba492dfc81e558eaf994a8 | [
"MIT"
] | null | null | null | Exams/Database_Basics_MySQL_Exam_20_June_2021/01_table_design.sql | MNikov/MySQL-SoftUni | a479c1db8b137ffadeba492dfc81e558eaf994a8 | [
"MIT"
] | null | null | null | CREATE TABLE addresses (
id INT PRIMARY KEY AUTO_INCREMENT,
`name` VARCHAR(100) NOT NULL
);
CREATE TABLE categories (
id INT PRIMARY KEY AUTO_INCREMENT,
`name` VARCHAR(10) NOT NULL
);
CREATE TABLE clients (
id INT PRIMARY KEY AUTO_INCREMENT,
full_name VARCHAR(50) NOT NULL,
phone_number VAR... | 28.2 | 65 | 0.703901 |
d1975032f3eeb691f4c2754309577bcc2a2650d7 | 515 | kt | Kotlin | domain/src/main/java/de/fklappan/app/workoutlog/domain/usecases/GetResultDetailsUseCase.kt | fklappan/WorkoutLog | 8ea72f48a950df952d1712ff119df7eb86a941e6 | [
"Apache-2.0"
] | null | null | null | domain/src/main/java/de/fklappan/app/workoutlog/domain/usecases/GetResultDetailsUseCase.kt | fklappan/WorkoutLog | 8ea72f48a950df952d1712ff119df7eb86a941e6 | [
"Apache-2.0"
] | 15 | 2020-01-02T21:46:18.000Z | 2021-09-26T18:40:38.000Z | domain/src/main/java/de/fklappan/app/workoutlog/domain/usecases/GetResultDetailsUseCase.kt | fklappan/WorkoutLog | 8ea72f48a950df952d1712ff119df7eb86a941e6 | [
"Apache-2.0"
] | null | null | null | package de.fklappan.app.workoutlog.domain.usecases
import de.fklappan.app.workoutlog.domain.WorkoutLogRepository
import de.fklappan.app.workoutlog.domain.WorkoutResultDomainModel
import io.reactivex.Single
class GetResultDetailsUseCase(val repository: WorkoutLogRepository) : UseCase<Int,WorkoutResultDomainModel> {
... | 39.615385 | 109 | 0.813592 |
26b6c6469b8107579a425feb99978c0c5f9b134b | 2,626 | java | Java | app/src/androidTest/java/com/javapapers/android/androidsmsapp/ApplicationTest.java | ricardobaumann/sms_automator | e41ccfd33e688eb35219472e7d974295b6600d81 | [
"MIT"
] | null | null | null | app/src/androidTest/java/com/javapapers/android/androidsmsapp/ApplicationTest.java | ricardobaumann/sms_automator | e41ccfd33e688eb35219472e7d974295b6600d81 | [
"MIT"
] | null | null | null | app/src/androidTest/java/com/javapapers/android/androidsmsapp/ApplicationTest.java | ricardobaumann/sms_automator | e41ccfd33e688eb35219472e7d974295b6600d81 | [
"MIT"
] | null | null | null | package com.javapapers.android.androidsmsapp;
import android.app.Application;
import android.support.test.espresso.ViewAction;
import android.support.test.espresso.action.ViewActions;
import android.support.test.espresso.assertion.ViewAssertions;
import android.support.test.espresso.matcher.ViewMatchers;
import... | 38.617647 | 86 | 0.751714 |
b91b95ab306e6bdab3e40106673a973af5d38c35 | 225 | h | C | include/conector.h | budacalorin/Binary-Circuits | 5997bd42d3900824530a7404a69a3825f120567e | [
"Apache-2.0"
] | null | null | null | include/conector.h | budacalorin/Binary-Circuits | 5997bd42d3900824530a7404a69a3825f120567e | [
"Apache-2.0"
] | null | null | null | include/conector.h | budacalorin/Binary-Circuits | 5997bd42d3900824530a7404a69a3825f120567e | [
"Apache-2.0"
] | null | null | null | #ifndef CONECTOR_H
#define CONECTOR_H
class conector
{
public:
bool currentState;
bool alive=0;
void set_state(bool state);
bool get_state();
conector();
};
#endif // CONECTOR_H
| 14.0625 | 35 | 0.6 |
64da034391761f02b11c5e3e7f6b15173234d0f7 | 2,425 | rs | Rust | frontend/apps/crates/entry/user/src/password/state.rs | corinnewo/ji-cloud | 58fc898703ca0fc5b962e644dfcfbcce8547c525 | [
"Apache-2.0",
"MIT"
] | null | null | null | frontend/apps/crates/entry/user/src/password/state.rs | corinnewo/ji-cloud | 58fc898703ca0fc5b962e644dfcfbcce8547c525 | [
"Apache-2.0",
"MIT"
] | null | null | null | frontend/apps/crates/entry/user/src/password/state.rs | corinnewo/ji-cloud | 58fc898703ca0fc5b962e644dfcfbcce8547c525 | [
"Apache-2.0",
"MIT"
] | null | null | null | use dominator_helpers::futures::AsyncLoader;
use futures_signals::signal::{Signal, Mutable, SignalExt};
use std::cell::RefCell;
use crate::register::state::Step;
use zxcvbn::Entropy;
pub struct PasswordState {
pub strength: Mutable<PasswordStrength>,
pub value: RefCell<String>,
pub status: Mutable<Option<P... | 24.009901 | 68 | 0.522062 |
4186c4cfb5469f0eff26b277f4e9994d4bbac22e | 4,182 | swift | Swift | UpgradeBelt/UpgradeBelt/SecondViewController.swift | Juju4ka/UpgradeBelt-iOS | 25a98bcdd266600bfd52af8c099bceae4a1cd46b | [
"MIT"
] | null | null | null | UpgradeBelt/UpgradeBelt/SecondViewController.swift | Juju4ka/UpgradeBelt-iOS | 25a98bcdd266600bfd52af8c099bceae4a1cd46b | [
"MIT"
] | 8 | 2020-04-03T23:23:03.000Z | 2020-04-14T04:22:30.000Z | UpgradeBelt/UpgradeBelt/SecondViewController.swift | Juju4ka/UpgradeBelt-iOS | 25a98bcdd266600bfd52af8c099bceae4a1cd46b | [
"MIT"
] | 1 | 2020-04-04T08:23:27.000Z | 2020-04-04T08:23:27.000Z | //
// SecondViewController.swift
// UpgradeBelt
//
// Created by Julia Boichentsova on 11/04/2020.
// Copyright ยฉ 2020 Julia Boichentsova. All rights reserved.
//
import UIKit
import MessageUI
class SecondViewController: UIViewController, MFMailComposeViewControllerDelegate {
@IBOutlet var containerView: UIV... | 43.5625 | 355 | 0.651363 |
83d50e18ba827d2a0d57f7d58d3eae23e5c2f6e4 | 48 | sql | SQL | store/postgres/migrations/2021-01-15-013524_drop_deployment_detail/up.sql | Tumble17/graph-node | a4315a33652391f453031a5412b6c51ba4ce084c | [
"Apache-2.0",
"MIT"
] | 1,811 | 2018-08-01T00:52:11.000Z | 2022-03-31T17:56:57.000Z | store/postgres/migrations/2021-01-15-013524_drop_deployment_detail/up.sql | Tumble17/graph-node | a4315a33652391f453031a5412b6c51ba4ce084c | [
"Apache-2.0",
"MIT"
] | 1,978 | 2018-08-01T17:00:43.000Z | 2022-03-31T23:59:29.000Z | store/postgres/migrations/2021-01-15-013524_drop_deployment_detail/up.sql | Tumble17/graph-node | a4315a33652391f453031a5412b6c51ba4ce084c | [
"Apache-2.0",
"MIT"
] | 516 | 2018-08-01T05:26:27.000Z | 2022-03-31T14:04:19.000Z | drop view subgraphs.subgraph_deployment_detail;
| 24 | 47 | 0.895833 |
bfe5e3e685d91d31d6519b18bd64caea3c36f28d | 836 | dart | Dart | lib/src/base/icon_options.dart | zyzbroker/leaflet-map-dart-library | de7d83858f669b6a4a0e6c59ba9884d4a4ca3728 | [
"BSD-2-Clause"
] | null | null | null | lib/src/base/icon_options.dart | zyzbroker/leaflet-map-dart-library | de7d83858f669b6a4a0e6c59ba9884d4a4ca3728 | [
"BSD-2-Clause"
] | null | null | null | lib/src/base/icon_options.dart | zyzbroker/leaflet-map-dart-library | de7d83858f669b6a4a0e6c59ba9884d4a4ca3728 | [
"BSD-2-Clause"
] | null | null | null | import 'point.dart';
class IconOptions {
String iconUrl;
String iconRetinaUrl;
String shadowUrl;
Point backgroundPosition;
Point iconSize;
Point iconAnchor;
Point popupAnchor;
Point shadowAnchor;
Point tooltipAnchor;
Point shadowSize;
String className = '';
String imagePath = '';
String html ... | 25.333333 | 61 | 0.675837 |
267de58dd1d350592a301b2a1b455360590b8e83 | 2,794 | asm | Assembly | MIPS32/Upper_Lower.asm | alexPlessias/AssemblyProgrammes | 5f6da80b8dfac8eb6f51c92fb32a6d23d873aa24 | [
"MIT"
] | null | null | null | MIPS32/Upper_Lower.asm | alexPlessias/AssemblyProgrammes | 5f6da80b8dfac8eb6f51c92fb32a6d23d873aa24 | [
"MIT"
] | null | null | null | MIPS32/Upper_Lower.asm | alexPlessias/AssemblyProgrammes | 5f6da80b8dfac8eb6f51c92fb32a6d23d873aa24 | [
"MIT"
] | null | null | null | .data
banner: .asciiz "#############################################################\n"
header: .asciiz "###### Convert Upper case to Lower case (for strings) #######\n"
ask_for_string: .asciiz "\nPlease give the String you want to convert:\n"
lower_msg: .asciiz "\nThe Lower case is:\n"
goodbye: .as... | 29.723404 | 96 | 0.564424 |
b29e8d926e431f2bc7f20951b8a55e4609333993 | 533 | kt | Kotlin | app/src/main/java/com/aaks/news/dal/IArticleRepository.kt | palburtus/news | 6089c6ad2023b4f4a521a33696ad958a2144a411 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/aaks/news/dal/IArticleRepository.kt | palburtus/news | 6089c6ad2023b4f4a521a33696ad958a2144a411 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/aaks/news/dal/IArticleRepository.kt | palburtus/news | 6089c6ad2023b4f4a521a33696ad958a2144a411 | [
"Apache-2.0"
] | null | null | null | package com.aaks.news.dal
import androidx.room.*
import com.aaks.news.model.Article
@Dao
interface IArticleRepository {
@Insert
fun create(article: Article) : Long
@Query("SELECT * FROM ${ArticleDbConstants.ARTICLE_TABLE_NAME} WHERE ${ArticleDbConstants.URL} = :url LIMIT 1")
fun get(url: String) : A... | 23.173913 | 115 | 0.69606 |
58c966c665635d8e8428ade009423f1e35757f6e | 5,379 | rs | Rust | src/subcommands/quicklookup/mod.rs | thuetz/pwned-rs | 543a9c5cdcb1f50d35f4326a7e88fdb24e8020fc | [
"MIT"
] | null | null | null | src/subcommands/quicklookup/mod.rs | thuetz/pwned-rs | 543a9c5cdcb1f50d35f4326a7e88fdb24e8020fc | [
"MIT"
] | 2 | 2020-02-04T00:13:02.000Z | 2020-02-04T00:13:03.000Z | src/subcommands/quicklookup/mod.rs | thuetz/pwned-rs | 543a9c5cdcb1f50d35f4326a7e88fdb24e8020fc | [
"MIT"
] | null | null | null | use crate::PasswordHashEntry;
use clap::ArgMatches;
use log::{error, info};
use rpassword::read_password_from_tty;
use std::fs::{metadata, File, OpenOptions};
use std::io::{BufRead, BufReader, Seek, SeekFrom};
use std::path::Path;
use std::process::exit;
use std::str::FromStr;
struct DivideAndConquerLookup {
file_... | 34.261146 | 143 | 0.562744 |
ceeb3706b6f4b760d3967c3836f231c24b12651b | 10,424 | swift | Swift | NotificationServiceExtension/NotificationService.swift | guorenxi/Bark | 01dbb1e55f676ceba72637b7ec0a57a581c17d8f | [
"MIT"
] | 1 | 2022-02-18T04:50:42.000Z | 2022-02-18T04:50:42.000Z | NotificationServiceExtension/NotificationService.swift | devYongs/Bark | 25e27e59fcdb4a10dede06df04daae486dd501e0 | [
"MIT"
] | null | null | null | NotificationServiceExtension/NotificationService.swift | devYongs/Bark | 25e27e59fcdb4a10dede06df04daae486dd501e0 | [
"MIT"
] | null | null | null | //
// NotificationService.swift
// NotificationServiceExtension
//
// Created by huangfeng on 2018/12/17.
// Copyright ยฉ 2018 Fin. All rights reserved.
//
import Intents
import Kingfisher
import MobileCoreServices
import RealmSwift
import UIKit
import UserNotifications
class NotificationService: UNNotificationServ... | 37.631769 | 140 | 0.580487 |
6fd28ac31142f526d3111c590137adf17778f223 | 35,067 | asm | Assembly | s3d/music-original/Credits.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | s3d/music-original/Credits.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | s3d/music-original/Credits.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Snd_Credits_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Snd_Credits_Voices
smpsHeaderChan $06, $03
smpsHeaderTempo $01, $40
smpsHeaderDAC Snd_Credits_DAC
smpsHeaderFM Snd_Credits_FM1, $00, $12
smpsHeaderFM Snd_Credits_FM2, $F4, $19
smpsHeaderFM Snd_Credits_FM3, $F4, $1... | 38.87694 | 101 | 0.572932 |
d09c4cd8e956e8bc7692c608122aed432217fbd6 | 139 | sql | SQL | fixtures/doctests/ddl/101_create_trigger/input.sql | SKalt/pg_sql_parser_tests | 1e22b4bf2ccecfe0544692e93a6e63113c9db054 | [
"BSD-3-Clause"
] | null | null | null | fixtures/doctests/ddl/101_create_trigger/input.sql | SKalt/pg_sql_parser_tests | 1e22b4bf2ccecfe0544692e93a6e63113c9db054 | [
"BSD-3-Clause"
] | null | null | null | fixtures/doctests/ddl/101_create_trigger/input.sql | SKalt/pg_sql_parser_tests | 1e22b4bf2ccecfe0544692e93a6e63113c9db054 | [
"BSD-3-Clause"
] | null | null | null | CREATE TRIGGER insert_measurement_trigger
BEFORE INSERT ON measurement
FOR EACH ROW EXECUTE FUNCTION measurement_insert_trigger();
| 34.75 | 63 | 0.827338 |
574247dde9b4bed6e49b0be496672cb28e494118 | 48,819 | c | C | sys/src/cmd/tex/web2c/web2c/web2cy.c | Plan9-Archive/plan9-2e | ce6d0434246216e848babe4f56919dc28981ad04 | [
"MIT"
] | 1 | 2021-03-23T22:40:43.000Z | 2021-03-23T22:40:43.000Z | sys/src/cmd/tex/web2c/web2c/web2cy.c | Plan9-Archive/plan9-2e | ce6d0434246216e848babe4f56919dc28981ad04 | [
"MIT"
] | null | null | null | sys/src/cmd/tex/web2c/web2c/web2cy.c | Plan9-Archive/plan9-2e | ce6d0434246216e848babe4f56919dc28981ad04 | [
"MIT"
] | 1 | 2021-12-21T06:19:58.000Z | 2021-12-21T06:19:58.000Z | #define array_tok 57346
#define begin_tok 57347
#define case_tok 57348
#define const_tok 57349
#define do_tok 57350
#define downto_tok 57351
#define else_tok 57352
#define end_tok 57353
#define file_tok 57354
#define for_tok 57355
#define function_tok 57356
#define goto_tok 57357
#define if_tok 57358
#define label_tok ... | 26.677049 | 76 | 0.552101 |
d302248603f1d6dd81d76207d4a7a8039bff0201 | 878 | lua | Lua | applications/luci-app-beardropper/luasrc/controller/beardropper.lua | QiuSimons/luci-1 | b6608a0cda0dcf883f2845df0677cc69c2c6ceab | [
"Apache-2.0"
] | 42 | 2021-04-11T13:37:44.000Z | 2022-03-14T16:00:13.000Z | applications/luci-app-beardropper/luasrc/controller/beardropper.lua | QiuSimons/luci-1 | b6608a0cda0dcf883f2845df0677cc69c2c6ceab | [
"Apache-2.0"
] | 52 | 2021-04-13T04:17:02.000Z | 2022-03-12T15:05:14.000Z | applications/luci-app-beardropper/luasrc/controller/beardropper.lua | QiuSimons/luci-1 | b6608a0cda0dcf883f2845df0677cc69c2c6ceab | [
"Apache-2.0"
] | 109 | 2021-04-01T09:13:05.000Z | 2022-03-31T17:33:13.000Z | module("luci.controller.beardropper", package.seeall)
function index()
if not nixio.fs.access("/etc/config/beardropper") then
return
end
local page = entry({"admin", "services", "beardropper"}, alias("admin", "services", "beardropper", "setting"),_("BearDropper"))
page.order = 20
page.dependent = true
... | 39.909091 | 131 | 0.667426 |
307c1df37c99c995ce25955a63be46ff565db883 | 1,131 | htm | HTML | konten/Daftar Lagu Coldplay Terbaik, Enak Didengar, dan Populer - Zonanesia_files/daftar-lagu-coldplay-terbaik-enak_002.htm | hadypriyono1/TKPPLBespoke-bug1 | 8685ecfae462c91bf351a86d336f99c0ba345aa7 | [
"CC-BY-3.0"
] | null | null | null | konten/Daftar Lagu Coldplay Terbaik, Enak Didengar, dan Populer - Zonanesia_files/daftar-lagu-coldplay-terbaik-enak_002.htm | hadypriyono1/TKPPLBespoke-bug1 | 8685ecfae462c91bf351a86d336f99c0ba345aa7 | [
"CC-BY-3.0"
] | null | null | null | konten/Daftar Lagu Coldplay Terbaik, Enak Didengar, dan Populer - Zonanesia_files/daftar-lagu-coldplay-terbaik-enak_002.htm | hadypriyono1/TKPPLBespoke-bug1 | 8685ecfae462c91bf351a86d336f99c0ba345aa7 | [
"CC-BY-3.0"
] | null | null | null | <!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"></head><body><script src="daftar-lagu-coldplay-terbaik-enak_data_002/expansion_embed.js"></script><script>google_ad_slot="5150221435";google_ad_client="ca-pub-4559298072630269";google_adsbygoogle_status="done";google_ad_widt... | 377 | 1,102 | 0.809903 |
5f391f9e4fca9818eb2d3d3716e1b645e96c8da2 | 2,964 | kt | Kotlin | app/src/main/java/com/chepsi/callbackdemo/NetworkMonitor.kt | bebop-001/CheckNetworkConnectivity | f9a7adb0e06cc340c38979e5dbe5b045b1499cc8 | [
"Apache-2.0"
] | 1 | 2021-03-19T07:16:08.000Z | 2021-03-19T07:16:08.000Z | app/src/main/java/com/chepsi/callbackdemo/NetworkMonitor.kt | bebop-001/CheckNetworkConnectivity | f9a7adb0e06cc340c38979e5dbe5b045b1499cc8 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/chepsi/callbackdemo/NetworkMonitor.kt | bebop-001/CheckNetworkConnectivity | f9a7adb0e06cc340c38979e5dbe5b045b1499cc8 | [
"Apache-2.0"
] | null | null | null | package com.chepsi.callbackdemo
import android.app.Application
import android.content.Context
import android.net.ConnectivityManager
import android.net.Network
import android.net.NetworkInfo
import android.net.NetworkRequest
import android.os.Build
import androidx.annotation.RequiresPermission
class NetworkMonitor
@R... | 38 | 100 | 0.633941 |
f1c251b47aae40265df069488983dadaa24fb483 | 1,471 | swift | Swift | Swift/Struct/data-Base-exercises/data-Base-exercisesTests/ExpresstionTests.swift | sky15179/Language | 85e84b3e99c47a01c51e44f1f191c306b4328c82 | [
"MIT"
] | null | null | null | Swift/Struct/data-Base-exercises/data-Base-exercisesTests/ExpresstionTests.swift | sky15179/Language | 85e84b3e99c47a01c51e44f1f191c306b4328c82 | [
"MIT"
] | null | null | null | Swift/Struct/data-Base-exercises/data-Base-exercisesTests/ExpresstionTests.swift | sky15179/Language | 85e84b3e99c47a01c51e44f1f191c306b4328c82 | [
"MIT"
] | null | null | null | //
// ExpresstionTests.swift
// data-Base-exercises
//
// Created by ็ๆบๅ on 2017/6/30.
// Copyright ยฉ 2017ๅนด ็ๆบๅ. All rights reserved.
//
import XCTest
class ExpresstionTests: XCTestCase {
override func setUp() {
super.setUp()
// Put setup code here. This method is called before the invoca... | 28.843137 | 111 | 0.558804 |
36ccf6e863325e9b2bc459db91c7fa935e7492b6 | 228 | dart | Dart | lib/src/providers/apple_provider.dart | mvitolo/firebase_auth_ui | 3bc0bee8371c8c54b8a70ea894fc7b55ac0e4e87 | [
"BSD-3-Clause"
] | null | null | null | lib/src/providers/apple_provider.dart | mvitolo/firebase_auth_ui | 3bc0bee8371c8c54b8a70ea894fc7b55ac0e4e87 | [
"BSD-3-Clause"
] | null | null | null | lib/src/providers/apple_provider.dart | mvitolo/firebase_auth_ui | 3bc0bee8371c8c54b8a70ea894fc7b55ac0e4e87 | [
"BSD-3-Clause"
] | null | null | null | import '../../providers.dart';
class AppleProvider extends AuthProvider {
AppleProvider() : super(providerId: "apple");
@override
Map<String, dynamic> getMap() {
return {
'providerId': providerId,
};
}
}
| 17.538462 | 47 | 0.635965 |
ae465ee66ba6ae99233bc57b9446468a28ddf3a9 | 294 | sql | SQL | db/seeds.sql | b-e-christensen/employee-tracker | 07b76419c635d79b6b685f0ec33c555af4cf1efe | [
"MIT"
] | null | null | null | db/seeds.sql | b-e-christensen/employee-tracker | 07b76419c635d79b6b685f0ec33c555af4cf1efe | [
"MIT"
] | null | null | null | db/seeds.sql | b-e-christensen/employee-tracker | 07b76419c635d79b6b685f0ec33c555af4cf1efe | [
"MIT"
] | null | null | null | INSERT INTO departments (name)
VALUES ("Development");
INSERT INTO roles (title, salary, department_id)
VALUES ("Junior Dev", 58000, 1),
("Senior Dev", 88000, 1);
INSERT INTO employees (first_name, last_name, role_id, manager_id)
VALUES ("Billy", "Bob", 1, 2),
("Average", "Joe", 2, NULL);
| 22.615385 | 66 | 0.690476 |
1649785cd5f01e268b935bcaaaa08470f9ffc3a9 | 2,685 | c | C | d/tharis/Tharis/market.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 13 | 2019-07-19T05:24:44.000Z | 2021-11-18T04:08:19.000Z | d/tharis/Tharis/market.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 4 | 2021-03-15T18:56:39.000Z | 2021-08-17T17:08:22.000Z | d/tharis/Tharis/market.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 13 | 2019-09-12T06:22:38.000Z | 2022-01-31T01:15:12.000Z |
// /market.c//
#include <std.h>
#include "../tharis.h"
#include <daemons.h>
inherit VAULT;
int count;
void create() {
::create();
set_terrain(CITY);
set_travel(PAVED_ROAD);
}
void reset(){
int num;
int number;
object ob;
int x;
string time;
::... | 28.870968 | 160 | 0.356797 |
d2551b721de75c91b9a14e407f9bf499ad72101d | 1,664 | php | PHP | application/views/masters/product_tab/product_tab_add.php | sutouch08/wms | 42d4b3fc459837ecd9d0ca0c32a0043061b3511f | [
"MIT"
] | null | null | null | application/views/masters/product_tab/product_tab_add.php | sutouch08/wms | 42d4b3fc459837ecd9d0ca0c32a0043061b3511f | [
"MIT"
] | null | null | null | application/views/masters/product_tab/product_tab_add.php | sutouch08/wms | 42d4b3fc459837ecd9d0ca0c32a0043061b3511f | [
"MIT"
] | null | null | null | <?php $this->load->view('include/header'); ?>
<div class="row">
<div class="col-sm-6">
<h3 class="title"><?php echo $this->title; ?></h3>
</div>
<div class="col-sm-6">
<p class="pull-right top-p">
<button type="button" class="btn btn-sm btn-warning" onclick="goBack()"><i class="fa fa-arrow-lef... | 29.714286 | 126 | 0.574519 |
a4a096baf5f7f88e0fa1683d58121472b6286f31 | 492 | kt | Kotlin | mastodonk-core/src/commonMain/kotlin/fr/outadoc/mastodonk/api/endpoint/statuses/PollsApi.kt | outadoc/mastodonk | 0dff922e6077184f4d9fcefb9f5204fac6b3bdfd | [
"Apache-2.0"
] | 4 | 2021-04-26T20:12:35.000Z | 2021-12-13T11:17:10.000Z | mastodonk-core/src/commonMain/kotlin/fr/outadoc/mastodonk/api/endpoint/statuses/PollsApi.kt | outadoc/mastodonk | 0dff922e6077184f4d9fcefb9f5204fac6b3bdfd | [
"Apache-2.0"
] | 11 | 2021-04-26T07:21:45.000Z | 2021-05-16T19:54:53.000Z | mastodonk-core/src/commonMain/kotlin/fr/outadoc/mastodonk/api/endpoint/statuses/PollsApi.kt | outadoc/mastodonk | 0dff922e6077184f4d9fcefb9f5204fac6b3bdfd | [
"Apache-2.0"
] | null | null | null | package fr.outadoc.mastodonk.api.endpoint.statuses
import fr.outadoc.mastodonk.api.entity.Poll
/**
* View and vote on polls.
*
* @see [Official Docs](https://docs.joinmastodon.org/methods/statuses/polls/)
*/
public interface PollsApi {
/**
* Gets a single [Poll]'s details.
*/
public suspend fun... | 22.363636 | 78 | 0.662602 |
cb26864ec35e42e4686f20122f11076dbfac23c0 | 1,647 | h | C | src/mmt_mobile/nas/ies/esp_mobile_identity.h | Montimage/mmt-dpi | 92ce3808ffc7f3d392e598e9e3db6433bae9b645 | [
"Apache-2.0"
] | 3 | 2022-01-31T09:38:29.000Z | 2022-02-13T19:58:16.000Z | src/mmt_mobile/nas/ies/esp_mobile_identity.h | Montimage/mmt-dpi | 92ce3808ffc7f3d392e598e9e3db6433bae9b645 | [
"Apache-2.0"
] | 1 | 2022-02-24T10:04:10.000Z | 2022-03-07T10:59:42.000Z | src/mmt_mobile/nas/ies/esp_mobile_identity.h | Montimage/mmt-dpi | 92ce3808ffc7f3d392e598e9e3db6433bae9b645 | [
"Apache-2.0"
] | null | null | null | /*
* esp_mobile_identity.h
*
* Created on: Nov 7, 2018
* by: Huu-Nghia
*/
#ifndef SRC_MMT_5G_NAS_ESP_MOBILE_IDENTITY_H_
#define SRC_MMT_5G_NAS_ESP_MOBILE_IDENTITY_H_
#include <stdlib.h>
#include <stdint.h>
#define EPS_MOBILE_IDENTITY_MINIMUM_LENGTH 3
#define EPS_MOBILE_IDENTITY_MAXIMUM_LENGTH 13
type... | 24.58209 | 131 | 0.794171 |
2770911a6a1217708021bf1554d2cfc105135ee9 | 4,221 | dart | Dart | petitparser/lib/src/parser/repeater/greedy.dart | KomodoPlatform/dart-petitparser | 4dfa7fc15de2a8b4ebd70e50faa9757ef6b783b1 | [
"MIT"
] | null | null | null | petitparser/lib/src/parser/repeater/greedy.dart | KomodoPlatform/dart-petitparser | 4dfa7fc15de2a8b4ebd70e50faa9757ef6b783b1 | [
"MIT"
] | null | null | null | petitparser/lib/src/parser/repeater/greedy.dart | KomodoPlatform/dart-petitparser | 4dfa7fc15de2a8b4ebd70e50faa9757ef6b783b1 | [
"MIT"
] | null | null | null | library petitparser.parser.repeater.greedy;
import '../../context/context.dart';
import '../../context/result.dart';
import '../../core/parser.dart';
import 'lazy.dart';
import 'limited.dart';
import 'possesive.dart';
import 'unbounded.dart';
extension GreedyRepeatingParserExtension<T> on Parser<T> {
/// Returns a ... | 32.72093 | 80 | 0.630182 |
1763dff36c5d05e2aa0d32275b15e63c1e565c03 | 677 | html | HTML | Public/Tpl/hot.html | chengroxas/weitoutiao | 7bc0984d8f54e2256409d2f1e9b09ab1f63b10c6 | [
"BSD-2-Clause"
] | null | null | null | Public/Tpl/hot.html | chengroxas/weitoutiao | 7bc0984d8f54e2256409d2f1e9b09ab1f63b10c6 | [
"BSD-2-Clause"
] | null | null | null | Public/Tpl/hot.html | chengroxas/weitoutiao | 7bc0984d8f54e2256409d2f1e9b09ab1f63b10c6 | [
"BSD-2-Clause"
] | null | null | null | <section class="am-panel am-panel-default">
<div class="am-panel-hd">็ญ้จ</div>
<ul id="showtitle" data-am-widget="gallery" class="am-gallery am-avg-sm-1 am-avg-md-1 am-avg-lg-1 am-gallery-overlay" data-am-gallery="{ pureview: true }" >
<foreach name="hot" item="list">
<li >
<div class="am-... | 35.631579 | 166 | 0.534712 |
8ec39b8a260cf14c282dc8b9ea4d108a5ed20f49 | 46 | rb | Ruby | test/fixtures/ruby/corpus/delimiter.A.rb | matsubara0507/semantic | 67899f701abc0f1f0cb4374d8d3c249afc33a272 | [
"MIT"
] | 8,844 | 2019-05-31T15:47:12.000Z | 2022-03-31T18:33:51.000Z | test/fixtures/ruby/corpus/delimiter.A.rb | matsubara0507/semantic | 67899f701abc0f1f0cb4374d8d3c249afc33a272 | [
"MIT"
] | 401 | 2019-05-31T18:30:26.000Z | 2022-03-31T16:32:29.000Z | test/fixtures/ruby/corpus/delimiter.A.rb | matsubara0507/semantic | 67899f701abc0f1f0cb4374d8d3c249afc33a272 | [
"MIT"
] | 504 | 2019-05-31T17:55:03.000Z | 2022-03-30T04:15:04.000Z | %q#a#
%q<a<b>c>
%#a#
%Q#a#
%<a<b>c>
%Q<a<b>c>
| 6.571429 | 9 | 0.347826 |
2a69fbcccaf851d3d8dd57d1b6d706d85d5852b5 | 26,969 | java | Java | htb/fatty-10.10.10.174/fatty-client/org/springframework/aop/aspectj/AspectJAdviceParameterNameDiscoverer.java | benhunter/ctf | 3de1a222ea0034ef15eb6b75585b03a6ee37ec37 | [
"MIT"
] | null | null | null | htb/fatty-10.10.10.174/fatty-client/org/springframework/aop/aspectj/AspectJAdviceParameterNameDiscoverer.java | benhunter/ctf | 3de1a222ea0034ef15eb6b75585b03a6ee37ec37 | [
"MIT"
] | 1 | 2022-03-31T22:44:36.000Z | 2022-03-31T22:44:36.000Z | htb/fatty-10.10.10.174/fatty-client/org/springframework/aop/aspectj/AspectJAdviceParameterNameDiscoverer.java | benhunter/ctf | 3de1a222ea0034ef15eb6b75585b03a6ee37ec37 | [
"MIT"
] | null | null | null | /* */ package org.springframework.aop.aspectj;
/* */
/* */ import java.lang.annotation.Annotation;
/* */ import java.lang.reflect.Constructor;
/* */ import java.lang.reflect.Method;
/* */ import java.util.ArrayList;
/* */ import java.util.HashSet;
/* */ import java.util.List;
/* */ ... | 33.418835 | 200 | 0.47499 |
b8b5054c540334bbca20e5fb28dbb32413efc991 | 3,844 | lua | Lua | server/apps/yp.lua | githork/8bit_phone | e9851c61635602661fe94df1f576ec6839951b54 | [
"Apache-2.0"
] | 2 | 2021-08-31T23:46:10.000Z | 2021-11-08T12:47:07.000Z | server/apps/yp.lua | githork/8bit_phone | e9851c61635602661fe94df1f576ec6839951b54 | [
"Apache-2.0"
] | null | null | null | server/apps/yp.lua | githork/8bit_phone | e9851c61635602661fe94df1f576ec6839951b54 | [
"Apache-2.0"
] | 3 | 2021-05-01T15:26:45.000Z | 2021-09-21T14:42:30.000Z | local Advertisements = {}
function CreateAd(adData)
Advertisements[adData.id] = adData
TriggerClientEvent('8bit_phone:client:ReceiveAd', -1, Advertisements[adData.id])
return Advertisements[adData.id] ~= nil
end
function DeleteAd(source)
local src = source
local xPlayer = ESX.GetPlayerFromId(sourc... | 30.507937 | 181 | 0.616025 |
907a7e8216a42b1ff660664b5693ec6f75daa871 | 4,920 | py | Python | Profile/views.py | RAPTOR-XR/Meety-Version_2.0 | c93e108995c8ffd687b2475c8fd9f9d93dbafcfb | [
"MIT"
] | null | null | null | Profile/views.py | RAPTOR-XR/Meety-Version_2.0 | c93e108995c8ffd687b2475c8fd9f9d93dbafcfb | [
"MIT"
] | null | null | null | Profile/views.py | RAPTOR-XR/Meety-Version_2.0 | c93e108995c8ffd687b2475c8fd9f9d93dbafcfb | [
"MIT"
] | null | null | null | from django.shortcuts import render, redirect, get_object_or_404
from Profile.forms import SignupForm, ChangePasswordForm, EditProfileForm
from django.contrib.auth.models import User
from django.contrib.auth.decorators import login_required
from django.contrib.auth import update_session_auth_hash
from Profile.models ... | 30 | 90 | 0.75752 |
736227e69661836bd40d873748bfa8eb289e9b9e | 588 | sql | SQL | db/functions/specials/00_git_parse_object_type.sql | SpinlockLabs/GitSQL | 864cbad68abbe633aecf398ee368f53f145eb1ad | [
"MIT"
] | 6 | 2018-01-15T08:05:21.000Z | 2020-12-17T05:16:30.000Z | db/functions/specials/00_git_parse_object_type.sql | SpinlockLabs/GitSQL | 864cbad68abbe633aecf398ee368f53f145eb1ad | [
"MIT"
] | null | null | null | db/functions/specials/00_git_parse_object_type.sql | SpinlockLabs/GitSQL | 864cbad68abbe633aecf398ee368f53f145eb1ad | [
"MIT"
] | null | null | null | CREATE OR REPLACE FUNCTION git_parse_object_type(blob BYTEA)
RETURNS objtype
IMMUTABLE
AS $BODY$
DECLARE
type TEXT;
_header TEXT;
BEGIN
_header := trim(both ' ' FROM encode((substring(blob FROM 0 FOR position('\000'::BYTEA IN blob))), 'escape'));
type := trim(both ' ' FROM substring(_header FROM 0 FOR posi... | 24.5 | 112 | 0.671769 |
c389b7913d30ff5b6dcc6c910f2c3dc119fcb4ca | 8,890 | go | Go | vendor/github.com/gardener/controller-manager-library/pkg/controllermanager/controller/extension.go | ezeeyahoo/cert-management | 6a0604fb76c3573448dc1274cf3e21fc7e53c756 | [
"MIT",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause"
] | null | null | null | vendor/github.com/gardener/controller-manager-library/pkg/controllermanager/controller/extension.go | ezeeyahoo/cert-management | 6a0604fb76c3573448dc1274cf3e21fc7e53c756 | [
"MIT",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause"
] | null | null | null | vendor/github.com/gardener/controller-manager-library/pkg/controllermanager/controller/extension.go | ezeeyahoo/cert-management | 6a0604fb76c3573448dc1274cf3e21fc7e53c756 | [
"MIT",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause"
] | null | null | null | /*
* Copyright 2019 SAP SE or an SAP affiliate company. All rights reserved.
* This file is licensed under the Apache Software License, v. 2 except as noted
* otherwise in the LICENSE file
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the... | 26.696697 | 111 | 0.695726 |
0f70d073afec42ade33c9314f461dc5c60647d40 | 614 | cql | SQL | pet-race-ui/src/main/resources/config/cql/changelog/20160617222917_added_entity_Metric.cql | k8s-for-greeks/gpmr | c44ee3d5d6c7c9e145edbc909ce5705adc7e9738 | [
"Apache-2.0"
] | 44 | 2016-05-19T23:36:52.000Z | 2021-08-04T07:02:40.000Z | pet-race-ui/src/main/resources/config/cql/changelog/20160617222917_added_entity_Metric.cql | slachiewicz/gpmr | c44ee3d5d6c7c9e145edbc909ce5705adc7e9738 | [
"Apache-2.0"
] | 13 | 2016-05-15T16:35:44.000Z | 2016-06-30T01:37:24.000Z | pet-race-ui/src/main/resources/config/cql/changelog/20160617222917_added_entity_Metric.cql | slachiewicz/gpmr | c44ee3d5d6c7c9e145edbc909ce5705adc7e9738 | [
"Apache-2.0"
] | 11 | 2016-05-15T16:27:21.000Z | 2020-07-03T22:30:05.000Z |
CREATE TABLE IF NOT EXISTS metric (
id uuid,
metricId uuid,
connectionErrors int,
writeTimeouts int,
readTimeouts int,
unavailables int,
otherErrors int,
retries int,
ignores int,
knownHosts int,
connectedTo int,
openConnections int,
reqCount int,
reqMinLatency d... | 21.172414 | 35 | 0.693811 |
6390ec82ae155e44be8b034fcff078e1b8bef70e | 713 | swift | Swift | NYT Movies/Extensions/UIImageView+Ext.swift | roz0n/nyt-movies | 2d2643d93e76874273400687ecc22a9d7fd0f641 | [
"MIT"
] | null | null | null | NYT Movies/Extensions/UIImageView+Ext.swift | roz0n/nyt-movies | 2d2643d93e76874273400687ecc22a9d7fd0f641 | [
"MIT"
] | null | null | null | NYT Movies/Extensions/UIImageView+Ext.swift | roz0n/nyt-movies | 2d2643d93e76874273400687ecc22a9d7fd0f641 | [
"MIT"
] | null | null | null | //
// UIImageView+Ext.swift
// NYT Movies
//
// Created by Arnaldo Rozon on 11/30/20.
//
import UIKit
extension UIImageView {
func loadRemote(url: URL) {
DispatchQueue.global().async { [weak self] in
if let data = try? Data.init(contentsOf: url) {
if let image = UIImage... | 26.407407 | 105 | 0.518934 |
6e2e5c8a84280d3308913c3161d9b5b69fac3d19 | 2,697 | html | HTML | web/angular/partials/main.html | cargografias/cargografias | 97ac77d273c4a5eb49990281ff81ef47983cadd2 | [
"Apache-2.0"
] | 27 | 2015-02-18T16:15:50.000Z | 2019-07-27T23:13:31.000Z | web/angular/partials/main.html | cargografias/cargografias | 97ac77d273c4a5eb49990281ff81ef47983cadd2 | [
"Apache-2.0"
] | null | null | null | web/angular/partials/main.html | cargografias/cargografias | 97ac77d273c4a5eb49990281ff81ef47983cadd2 | [
"Apache-2.0"
] | 14 | 2015-01-28T01:20:46.000Z | 2020-10-10T17:12:32.000Z | <div class="module">
<div class="col-xs-12
col-sm-12
col-md-12
col-lg-12
search-bar">
<div class="search-bar-1">
<a id="logotype" href="/"><img src="/img/v2/logo.png" alt=""></a>
<!-- <img id="place" src="/img/v2/argentina.png" alt=""> -->
<h3>
{{customization.siteTitle ? customization.s... | 26.441176 | 180 | 0.548758 |
1e09088209bd34790ef673ac102398577547b38a | 181 | lua | Lua | scripts/doors/locations/Route124.lua | SaltContainer/PokemonEmeraldMapRandoTracker | ab3d4474508ba4a08b211b0da9fec7f29683c541 | [
"MIT"
] | 3 | 2021-11-26T22:21:31.000Z | 2022-02-23T07:56:21.000Z | scripts/doors/locations/Route124.lua | SaltContainer/PokemonEmeraldMapRandoTracker | ab3d4474508ba4a08b211b0da9fec7f29683c541 | [
"MIT"
] | 1 | 2021-11-27T00:14:45.000Z | 2021-12-31T03:39:20.000Z | scripts/doors/locations/Route124.lua | SaltContainer/PokemonEmeraldMapRandoTracker | ab3d4474508ba4a08b211b0da9fec7f29683c541 | [
"MIT"
] | 1 | 2021-12-12T15:30:22.000Z | 2021-12-12T15:30:22.000Z | local route_124_shard = DoorSlot("route_124", "shard")
local route_124_shard_hub = DoorSlotHub("route_124", "shard", route_124_shard)
route_124_shard:setHubIcon(route_124_shard_hub) | 60.333333 | 78 | 0.828729 |
8564167a6317693f29f6466dc5398d78b597fac9 | 3,639 | js | JavaScript | __tests__/LinkedList.test.js | mrinalini-m/data_structures | 60564fb664c7dc424f8a73246c216ea81782d939 | [
"MIT"
] | null | null | null | __tests__/LinkedList.test.js | mrinalini-m/data_structures | 60564fb664c7dc424f8a73246c216ea81782d939 | [
"MIT"
] | null | null | null | __tests__/LinkedList.test.js | mrinalini-m/data_structures | 60564fb664c7dc424f8a73246c216ea81782d939 | [
"MIT"
] | null | null | null | const { LinkedList } = require('../src')
describe('head, tail, size, print, search', () => {
const ll = new LinkedList(),
testList = [5, 3]
ll.fromArray(testList)
test('gets head of linked list', () => {
expect(ll.head).toEqual({ val: 5, next: { val: 3, next: null } })
})
test('gets tail of linked ... | 27.778626 | 107 | 0.597417 |
91dbc52400f1d804c1434d8c259a55ce49f0e3c9 | 1,208 | dart | Dart | lib/presentation/pages/upload_audio_page.dart | SSebigo/ahhhhhh | 3241aadce891b804d12d28c998b16dfe78a5f925 | [
"MIT"
] | 20 | 2019-09-18T06:43:03.000Z | 2022-01-21T06:40:46.000Z | lib/presentation/pages/upload_audio_page.dart | SSebigo/ahhhhhh | 3241aadce891b804d12d28c998b16dfe78a5f925 | [
"MIT"
] | null | null | null | lib/presentation/pages/upload_audio_page.dart | SSebigo/ahhhhhh | 3241aadce891b804d12d28c998b16dfe78a5f925 | [
"MIT"
] | 2 | 2019-12-23T22:08:13.000Z | 2021-08-17T05:35:17.000Z | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:ahhhhhh/application/upload_audio_form/upload_audio_form_bloc.dart';
import 'package:ahhhhhh/injection.dart';
import 'package:ahhhhhh/presentation/widgets/upload_audio/upload_... | 30.974359 | 83 | 0.687914 |
f97e0ed7652d6d277c6d58743d375d6053347dcf | 467 | sql | SQL | Chapter04/CH05_48_simple_transaction_in_try_catch.sql | PhilippeBinggeli/Hands-On-Data-Science-with-SQL-Server-2017 | f0af444e190ce7fcaf5e65fc2d5bae4f6f66a73b | [
"MIT"
] | 8 | 2018-07-09T16:08:23.000Z | 2021-11-08T13:10:52.000Z | Chapter04/CH05_48_simple_transaction_in_try_catch.sql | PhilippeBinggeli/Hands-On-Data-Science-with-SQL-Server-2017 | f0af444e190ce7fcaf5e65fc2d5bae4f6f66a73b | [
"MIT"
] | null | null | null | Chapter04/CH05_48_simple_transaction_in_try_catch.sql | PhilippeBinggeli/Hands-On-Data-Science-with-SQL-Server-2017 | f0af444e190ce7fcaf5e65fc2d5bae4f6f66a73b | [
"MIT"
] | 9 | 2018-08-07T09:54:39.000Z | 2021-05-21T17:44:23.000Z | BEGIN TRY
BEGIN TRAN
DELETE Analytics.Orders
INSERT Analytics.Orders
(OrderLineId, ProductKey, ProductName, UnitPrice, Quantity, TotalPrice)
SELECT ol.Id as OrderLineId
, ProductKey
, ProductName
, UnitPrice
, Quantity
, TotalPrice
FROM Src.OrderLines as ol
... | 23.35 | 77 | 0.657388 |
6d53a592cb54d3677fca58484311b1422dbe365b | 985 | dart | Dart | test/flutter_page_router_test.dart | HugoHeneault/flutter_page_router | 031e8e233469187e2ade9db6c407a8dc3cc378c3 | [
"MIT"
] | 4 | 2019-07-26T05:28:51.000Z | 2019-10-25T18:36:49.000Z | test/flutter_page_router_test.dart | HugoHeneault/flutter_page_router | 031e8e233469187e2ade9db6c407a8dc3cc378c3 | [
"MIT"
] | 2 | 2019-08-01T03:51:27.000Z | 2020-04-08T04:28:28.000Z | test/flutter_page_router_test.dart | HugoHeneault/flutter_page_router | 031e8e233469187e2ade9db6c407a8dc3cc378c3 | [
"MIT"
] | 1 | 2020-03-09T15:55:06.000Z | 2020-03-09T15:55:06.000Z | import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import '../example/lib/main.dart';
void main() {
testWidgets('test push and pop', (WidgetTester tester) async {
await tester.pumpWidget(MyApp());
expect(find.widgetWithText(AppBar, 'Home'), findsOneWidget);
await ... | 25.921053 | 68 | 0.719797 |
c601f15947cf0c1428fbcdc38f7ac8202e1b2124 | 2,082 | rb | Ruby | lib/aef/hosts/comment.rb | aef/hosts | 836ec3e37c69c3a36e0a761abac7ffe014372f8f | [
"0BSD"
] | 16 | 2015-05-11T19:29:08.000Z | 2019-11-08T13:33:42.000Z | lib/aef/hosts/comment.rb | aef/hosts | 836ec3e37c69c3a36e0a761abac7ffe014372f8f | [
"0BSD"
] | 1 | 2016-03-23T16:11:25.000Z | 2016-03-23T19:59:40.000Z | lib/aef/hosts/comment.rb | aef/hosts | 836ec3e37c69c3a36e0a761abac7ffe014372f8f | [
"0BSD"
] | null | null | null | # encoding: UTF-8
=begin
Copyright Alexander E. Fischer <aef@raxys.net>, 2012
This file is part of Hosts.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
T... | 28.135135 | 79 | 0.682037 |
c42a1be3a99cd51c894483e23bbb5ccdade1b5c6 | 886 | h | C | ZhiWeibo_v1/Shared/DataSource/SearchViewDataSource.h | xiaopingchen/WeiboSDK | 01bcd6e8a183264a57e0db168b46495a46a9d978 | [
"Apache-2.0"
] | 1 | 2016-07-21T06:08:41.000Z | 2016-07-21T06:08:41.000Z | ZhiWeibo_v1/Shared/DataSource/SearchViewDataSource.h | xiaopingchen/WeiboSDK | 01bcd6e8a183264a57e0db168b46495a46a9d978 | [
"Apache-2.0"
] | null | null | null | ZhiWeibo_v1/Shared/DataSource/SearchViewDataSource.h | xiaopingchen/WeiboSDK | 01bcd6e8a183264a57e0db168b46495a46a9d978 | [
"Apache-2.0"
] | null | null | null | //
// SearchViewDataSource.h
// ZhiWeibo
//
// Created by Zhang Jason on 1/14/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "WeiboClient.h"
#import "LoadMoreCell.h"
@protocol SearchViewDataSourceDelegate
- (void)searchBarSelected;
- (void)suggestionsS... | 20.604651 | 87 | 0.785553 |
3bcafa45e493458fb493305285c862b80d69d5f9 | 5,523 | h | C | cpp/wingchun/include/kungfu/wingchun/event_loop/event_loop.h | shu13720902/kungfu | da8101b6e4b7f08280d047c8f8c85c5e51875f15 | [
"Apache-2.0"
] | null | null | null | cpp/wingchun/include/kungfu/wingchun/event_loop/event_loop.h | shu13720902/kungfu | da8101b6e4b7f08280d047c8f8c85c5e51875f15 | [
"Apache-2.0"
] | null | null | null | cpp/wingchun/include/kungfu/wingchun/event_loop/event_loop.h | shu13720902/kungfu | da8101b6e4b7f08280d047c8f8c85c5e51875f15 | [
"Apache-2.0"
] | 1 | 2021-10-31T05:11:05.000Z | 2021-10-31T05:11:05.000Z | //
// Created by qlu on 2019/1/16.
//
#ifndef WC_2_EVENT_LOOP_H
#define WC_2_EVENT_LOOP_H
#include <memory>
#include <csignal>
#include <spdlog/spdlog.h>
#include <kungfu/yijinjing/nanomsg/socket.h>
#include <kungfu/yijinjing/nanomsg/passive.h>
#include <kungfu/yijinjing/journal/journal.h>
#include <kungfu/wingchun... | 43.148438 | 172 | 0.753214 |
aabd9e977cc9284150dae02eb98d021d63373f7b | 307 | sql | SQL | qal/sql/tests/resources/_test_INSERT_matrix_csv_DB2_in.sql | OptimalBPM/qal | 4d7a31c0d68042b4110e1fa3e733711e0fdd473e | [
"Unlicense"
] | 3 | 2016-05-02T14:35:55.000Z | 2021-08-31T14:19:15.000Z | qal/sql/tests/resources/_test_INSERT_matrix_csv_DB2_in.sql | OptimalBPM/qal | 4d7a31c0d68042b4110e1fa3e733711e0fdd473e | [
"Unlicense"
] | null | null | null | qal/sql/tests/resources/_test_INSERT_matrix_csv_DB2_in.sql | OptimalBPM/qal | 4d7a31c0d68042b4110e1fa3e733711e0fdd473e | [
"Unlicense"
] | 1 | 2018-03-18T13:19:52.000Z | 2018-03-18T13:19:52.000Z | INSERT INTO "Test" ("Column1", "Column2")
(SELECT 'Matrix11' AS "Column1",'Matrix12' AS "Column2" FROM sysibm.sysdummy1
UNION
SELECT 'Matrix21','Matrix22' FROM sysibm.sysdummy1)
UNION
(SELECT 'CSV11' AS "Column1",'CSV12' AS "Column2" FROM sysibm.sysdummy1
UNION
SELECT 'CSV21','CSV22' FROM sysibm.sysdummy1) | 38.375 | 77 | 0.752443 |
f03400bb73c597151150858a75ed84bff4357c12 | 1,404 | js | JavaScript | packages/manager/apps/dedicated/client/app/dedicated/server/dashboard/advanced-features/sgx/status/status.service.js | brugere/manager | ebc661c51c921daabed35d045f1fad60d5d24e89 | [
"BSD-3-Clause"
] | 141 | 2019-10-18T15:00:40.000Z | 2022-02-24T20:17:12.000Z | packages/manager/apps/dedicated/client/app/dedicated/server/dashboard/advanced-features/sgx/status/status.service.js | brugere/manager | ebc661c51c921daabed35d045f1fad60d5d24e89 | [
"BSD-3-Clause"
] | 2,181 | 2019-10-21T08:06:37.000Z | 2022-03-31T18:41:21.000Z | packages/manager/apps/dedicated/client/app/dedicated/server/dashboard/advanced-features/sgx/status/status.service.js | brugere/manager | ebc661c51c921daabed35d045f1fad60d5d24e89 | [
"BSD-3-Clause"
] | 81 | 2019-10-22T07:52:54.000Z | 2022-03-11T09:19:37.000Z | import includes from 'lodash/includes';
import keys from 'lodash/keys';
import values from 'lodash/values';
import { STATUS } from '../sgx.constants';
export default class {
static isSgxStatusValid(value) {
const isValueValid = includes(values(STATUS), value);
const isKeyValid = includes(keys(STATUS), value... | 24.631579 | 92 | 0.685185 |
81b39234f45d0efcf46b460c4db412335c22e45f | 212 | lua | Lua | effects/init.lua | ClamityAnarchy/mcl_beacon | 083590fedbeca0603490832d8fcca44cff35c40c | [
"MIT"
] | null | null | null | effects/init.lua | ClamityAnarchy/mcl_beacon | 083590fedbeca0603490832d8fcca44cff35c40c | [
"MIT"
] | null | null | null | effects/init.lua | ClamityAnarchy/mcl_beacon | 083590fedbeca0603490832d8fcca44cff35c40c | [
"MIT"
] | null | null | null | local path = mcl_beacon.modpath.."/effects"
dofile(path.."/fly.lua")
dofile(path.."/healing.lua")
dofile(path.."/jump.lua")
dofile(path.."/speed.lua")
dofile(path.."/breathing.lua")
dofile(path.."/gravity.lua")
| 23.555556 | 43 | 0.688679 |
0ef9634a33179198001165d0bd1ec5538760da7c | 2,407 | h | C | Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBUSERSUserAuthRoutes.h | zeteticllc/dropbox-sdk-obj-c | 71014accab8a6ac39cb9daaf88902f916a5dd738 | [
"MIT"
] | null | null | null | Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBUSERSUserAuthRoutes.h | zeteticllc/dropbox-sdk-obj-c | 71014accab8a6ac39cb9daaf88902f916a5dd738 | [
"MIT"
] | null | null | null | Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBUSERSUserAuthRoutes.h | zeteticllc/dropbox-sdk-obj-c | 71014accab8a6ac39cb9daaf88902f916a5dd738 | [
"MIT"
] | null | null | null | ///
/// Copyright (c) 2016 Dropbox, Inc. All rights reserved.
///
/// Auto-generated by Stone, do not modify.
///
#import <Foundation/Foundation.h>
#import "DBTasks.h"
@class DBNilObject;
@class DBUSERSAccountType;
@class DBUSERSBasicAccount;
@class DBUSERSFullAccount;
@class DBUSERSFullTeam;
@class DBUSERSGetAccoun... | 29.353659 | 119 | 0.749065 |
a86d59a275045ec742caef7d12b9d92067b65a7d | 6,134 | rs | Rust | bin/node/executor/tests/submit_transaction.rs | yanganto/darwinia | a8ec47bd6e42af9597ccb78d327b31b6320d0a49 | [
"Apache-2.0"
] | null | null | null | bin/node/executor/tests/submit_transaction.rs | yanganto/darwinia | a8ec47bd6e42af9597ccb78d327b31b6320d0a49 | [
"Apache-2.0"
] | 2 | 2020-02-11T07:29:36.000Z | 2020-02-11T11:43:41.000Z | bin/node/executor/tests/submit_transaction.rs | yanganto/darwinia | a8ec47bd6e42af9597ccb78d327b31b6320d0a49 | [
"Apache-2.0"
] | null | null | null | use codec::Decode;
use frame_system::offchain::{SubmitSignedTransaction, SubmitUnsignedTransaction};
use node_runtime::{Call, Executive, Indices, Runtime, SubmitTransaction, UncheckedExtrinsic};
use pallet_im_online::sr25519::AuthorityPair as Key;
use sp_application_crypto::AppKey;
use sp_core::offchain::{testing::Test... | 33.519126 | 99 | 0.715194 |
ab8eabaf2c9078cf3dfde057c5e95bd368c1e0f2 | 1,808 | swift | Swift | Sources/Domain/Actors and Actions/UserFavorites/RequestFavoriteDeletion.swift | edmw/wishlist | f4664156eb0fb1e681ebed0373d8459637f8c238 | [
"MIT"
] | 3 | 2019-10-29T23:37:02.000Z | 2020-02-09T22:24:08.000Z | Sources/Domain/Actors and Actions/UserFavorites/RequestFavoriteDeletion.swift | edmw/wishlist | f4664156eb0fb1e681ebed0373d8459637f8c238 | [
"MIT"
] | null | null | null | Sources/Domain/Actors and Actions/UserFavorites/RequestFavoriteDeletion.swift | edmw/wishlist | f4664156eb0fb1e681ebed0373d8459637f8c238 | [
"MIT"
] | null | null | null | import Foundation
import NIO
// MARK: RequestFavoriteDeletion
public struct RequestFavoriteDeletion: Action {
// MARK: Boundaries
public struct Boundaries: AutoActionBoundaries {
public let worker: EventLoop
}
// MARK: Specification
public struct Specification: AutoActionSpecification ... | 29.16129 | 85 | 0.615044 |
9c5a54f441c587e0cced8475658d4aca16ef2602 | 1,314 | js | JavaScript | src/components/Message/index.js | Akerlay/react-messenger | efb3331212fbe0470f232d72fa7614684a6debb1 | [
"MIT"
] | null | null | null | src/components/Message/index.js | Akerlay/react-messenger | efb3331212fbe0470f232d72fa7614684a6debb1 | [
"MIT"
] | 5 | 2021-03-10T22:59:28.000Z | 2022-02-27T07:00:29.000Z | src/components/Message/index.js | Akerlay/react-messenger | efb3331212fbe0470f232d72fa7614684a6debb1 | [
"MIT"
] | 2 | 2020-03-23T17:17:23.000Z | 2020-06-23T10:34:32.000Z | import React from 'react';
import moment from 'moment';
import './Message.css';
export default function Message(props) {
const {
data,
isMine,
startsSequence,
endsSequence,
showTimestamp
} = props;
const friendlyTimestamp = moment(data.timestamp).format('d MMMM y');
const... | 25.764706 | 74 | 0.495434 |
3a25c285256231c434eaa339a490daafe8db3285 | 276 | kt | Kotlin | core/src/main/java/io/freshdroid/vinyl/core/network/ApiEndpoint.kt | gm4s/Vinyl | 36e6d69aa15b7eff1981fe549bb8606df06a0410 | [
"Apache-2.0"
] | 2 | 2019-03-15T15:53:21.000Z | 2019-06-13T10:45:31.000Z | core/src/main/java/io/freshdroid/vinyl/core/network/ApiEndpoint.kt | gm4s/Vinyl | 36e6d69aa15b7eff1981fe549bb8606df06a0410 | [
"Apache-2.0"
] | 1 | 2019-03-15T16:13:51.000Z | 2019-03-16T18:12:41.000Z | core/src/main/java/io/freshdroid/vinyl/core/network/ApiEndpoint.kt | gm4s/Vinyl | 36e6d69aa15b7eff1981fe549bb8606df06a0410 | [
"Apache-2.0"
] | null | null | null | package io.freshdroid.vinyl.core.network
import io.freshdroid.vinyl.core.lib.Secrets
internal enum class ApiEndpoint(
val tag: String,
val url: String
) {
VINYL("vinyl", Secrets.Vinyl.API_BASE_URL),
VINYL_DEV("vinyl dev", Secrets.Vinyl.API_BASE_URL_DEV)
} | 19.714286 | 58 | 0.735507 |
f4390aaa92bb7d99cfad32286540b1be5b442ae5 | 136 | go | Go | plugin/handler/backup/util/constants.go | mycontroller-org/server | 246d4c820236e6850664ab2566082e7881c5406d | [
"Apache-2.0"
] | 14 | 2021-06-25T02:51:39.000Z | 2022-03-27T11:57:30.000Z | plugin/handler/backup/util/constants.go | mycontroller-org/mycontroller-v2 | 9f2f43e7529596bf90d4e2daf073b58187db2019 | [
"Apache-2.0"
] | 10 | 2021-07-31T15:49:26.000Z | 2022-03-31T10:33:18.000Z | plugin/handler/backup/util/constants.go | mycontroller-org/backend | 49e7a2fdd2ef86b3d119f3fc11696edb1cbcfafa | [
"Apache-2.0"
] | 3 | 2021-09-10T19:40:35.000Z | 2022-03-27T11:57:32.000Z | package backup
// backup types
const (
ProviderDisk = "disk"
)
// backup identifier prefix
const (
BackupIdentifier = "mc_backup"
)
| 11.333333 | 31 | 0.713235 |
30c28be3172d334aa3382341aee1c3795f9921fa | 5,845 | kt | Kotlin | app/src/main/java/com/abdoul/chatapplication/ChatActivity.kt | gatanga/Chatter | 6f8255a111f0f3ba26260ed51f143934cf90cdd2 | [
"MIT"
] | null | null | null | app/src/main/java/com/abdoul/chatapplication/ChatActivity.kt | gatanga/Chatter | 6f8255a111f0f3ba26260ed51f143934cf90cdd2 | [
"MIT"
] | null | null | null | app/src/main/java/com/abdoul/chatapplication/ChatActivity.kt | gatanga/Chatter | 6f8255a111f0f3ba26260ed51f143934cf90cdd2 | [
"MIT"
] | null | null | null | package com.abdoul.chatapplication
import android.app.Activity
import android.content.Intent
import android.graphics.Bitmap
import android.graphics.ImageDecoder
import android.os.Build
import android.os.Bundle
import android.provider.MediaStore
import androidx.appcompat.app.AppCompatActivity
import androidx.recyclervi... | 38.453947 | 96 | 0.644996 |
863b88ca839b1c41af82431385047072183f4d35 | 3,010 | go | Go | internal/data/utils.go | MainframeEL/srpmproc | 9fb2f48380a8b669e9bee92abfd49c313f5733b8 | [
"MIT"
] | null | null | null | internal/data/utils.go | MainframeEL/srpmproc | 9fb2f48380a8b669e9bee92abfd49c313f5733b8 | [
"MIT"
] | null | null | null | internal/data/utils.go | MainframeEL/srpmproc | 9fb2f48380a8b669e9bee92abfd49c313f5733b8 | [
"MIT"
] | 1 | 2021-05-12T13:28:07.000Z | 2021-05-12T13:28:07.000Z | // Copyright (c) 2021 The Srpmproc Authors
//
// 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, p... | 23.888889 | 81 | 0.685382 |
cb754243cac22e85e91db0608250d296b96a260b | 1,917 | go | Go | search/search.go | starlightromero/makescraper | 34cda57d65388f10180d21b034e1ef64b1b61711 | [
"MIT"
] | null | null | null | search/search.go | starlightromero/makescraper | 34cda57d65388f10180d21b034e1ef64b1b61711 | [
"MIT"
] | null | null | null | search/search.go | starlightromero/makescraper | 34cda57d65388f10180d21b034e1ef64b1b61711 | [
"MIT"
] | null | null | null | package search
import (
"fmt"
"os"
"strings"
"github.com/gocolly/colly"
"github.com/starlightromero/cl/help"
)
type Result struct {
title string
link string
}
// func Execute(area, query string, today bool, wantHelp bool, c *colly.Collector) []Result {
func Execute(area, query string, today bool, wantHelp b... | 22.034483 | 138 | 0.664058 |
61da2f9845d2f0eb1165edd22e0dc090177e3b39 | 32 | css | CSS | www/css/style.css | BryanPatucci/Projeto-Mobile | b616744b4f1a5317cd1229cdac5186e36995214e | [
"MIT"
] | null | null | null | www/css/style.css | BryanPatucci/Projeto-Mobile | b616744b4f1a5317cd1229cdac5186e36995214e | [
"MIT"
] | 1 | 2021-05-10T03:55:32.000Z | 2021-05-10T03:55:32.000Z | www/css/style.css | BryanPatucci/Projeto-Mobile | b616744b4f1a5317cd1229cdac5186e36995214e | [
"MIT"
] | null | null | null | /**/
h1{
margin-left: 75px;
}
| 6.4 | 20 | 0.5 |
866f8ff5b242e8f1cc9e764357f910cd916df702 | 1,509 | go | Go | server.go | gomaster-me/golang-echo-web-framework-sidepro | 2a64f43d156253977e3394ae39e7d57ee5a9e3bb | [
"Apache-2.0"
] | null | null | null | server.go | gomaster-me/golang-echo-web-framework-sidepro | 2a64f43d156253977e3394ae39e7d57ee5a9e3bb | [
"Apache-2.0"
] | null | null | null | server.go | gomaster-me/golang-echo-web-framework-sidepro | 2a64f43d156253977e3394ae39e7d57ee5a9e3bb | [
"Apache-2.0"
] | null | null | null | package main
import (
"github.com/labstack/echo"
"net/http"
"myecho/controller"
"myecho/model"
"github.com/labstack/echo/middleware"
)
var e = echo.New()
func init() {
// Root level middleware
e.Use(middleware.Logger())
e.Use(middleware.Recover())
}
func main() {
e.GET("/", func(c echo.Context) error {
r... | 25.15 | 101 | 0.657389 |
1fd75d8974e50fbc80ac121627d0cbf852599c10 | 5,236 | css | CSS | target/classes/Style2.css | CC3002-Metodologias/scrabble-diego-dc | faa78ff996165709183aa520621fb774f7b36ee9 | [
"CC-BY-4.0"
] | null | null | null | target/classes/Style2.css | CC3002-Metodologias/scrabble-diego-dc | faa78ff996165709183aa520621fb774f7b36ee9 | [
"CC-BY-4.0"
] | null | null | null | target/classes/Style2.css | CC3002-Metodologias/scrabble-diego-dc | faa78ff996165709183aa520621fb774f7b36ee9 | [
"CC-BY-4.0"
] | null | null | null |
.button{
-fx-background-color: #d2c08e;
-fx-text-fill: #ffffff;
-fx-font-size: 14px;
-fx-background-radius: 30;
}
.button:hover
{
-fx-background-color: #ded3b5;
}
.button:pressed
{
-fx-background-color: #d2c08e;
}
.label
{
-fx-font-size: 45px;
-fx-font-family: Impact;
}
#result_Labe... | 18.567376 | 52 | 0.624523 |
7d570230020ae708c267d4b156b04aad2d27e17d | 590 | kt | Kotlin | app/src/main/java/io/github/mcasper3/prep/base/PrepActivity.kt | mcasper3/Prep | 397ba370ae5e71e245a60a0763cfb33c2b52a132 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/io/github/mcasper3/prep/base/PrepActivity.kt | mcasper3/Prep | 397ba370ae5e71e245a60a0763cfb33c2b52a132 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/io/github/mcasper3/prep/base/PrepActivity.kt | mcasper3/Prep | 397ba370ae5e71e245a60a0763cfb33c2b52a132 | [
"Apache-2.0"
] | null | null | null | package io.github.mcasper3.prep.base
import android.annotation.SuppressLint
import android.os.Bundle
import dagger.android.support.DaggerAppCompatActivity
@SuppressLint("Registered")
open class PrepActivity<P, V : View> : DaggerAppCompatActivity() where P : Presenter<V> {
open lateinit var presenter: P
overr... | 26.818182 | 89 | 0.718644 |
5589f59d9dc9b451ec92353c42639e88da89b8c7 | 460 | html | HTML | exercicios/ex010-pratica/zaun.html | renanf23/html-css | b631f12375ae508e7ab17e16632b4b9b2f9cc584 | [
"MIT"
] | null | null | null | exercicios/ex010-pratica/zaun.html | renanf23/html-css | b631f12375ae508e7ab17e16632b4b9b2f9cc584 | [
"MIT"
] | null | null | null | exercicios/ex010-pratica/zaun.html | renanf23/html-css | b631f12375ae508e7ab17e16632b4b9b2f9cc584 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zaun</title>
</head>
<body>
<h1>Histรณria de Zaun</h1>
<p>Zaun a cidade rejeitada</p>
<img src=... | 30.666667 | 74 | 0.63913 |
71cd8783f729924043ac49285275de7d25c5c9e6 | 574 | ts | TypeScript | frontend/projects/bookolog-ui-kit/src/lib/ui-chips/directives/chip-add-on-blur.directive.ts | afferenslucem/ui-kit | 126a67f87e008316c91a719a34c5c7bb41ea48fe | [
"MIT"
] | null | null | null | frontend/projects/bookolog-ui-kit/src/lib/ui-chips/directives/chip-add-on-blur.directive.ts | afferenslucem/ui-kit | 126a67f87e008316c91a719a34c5c7bb41ea48fe | [
"MIT"
] | 8 | 2021-06-03T15:06:18.000Z | 2021-10-03T03:16:55.000Z | frontend/projects/bookolog-ui-kit/src/lib/ui-chips/directives/chip-add-on-blur.directive.ts | afferenslucem/ui-kit | 126a67f87e008316c91a719a34c5c7bb41ea48fe | [
"MIT"
] | null | null | null | import { Directive, HostListener, Output } from '@angular/core';
import { NgControl } from '@angular/forms';
import { Subject } from 'rxjs';
@Directive({
selector: '[uiChipAddOnBlur]',
})
export class ChipAddOnBlurDirective extends Subject<string> {
@Output('uiChipAddOnBlur')
public get finished(): Subject<strin... | 22.076923 | 64 | 0.667247 |
c7d27eaebf91efa80ceada2f319e720db52de7e1 | 186 | py | Python | arc059_c.py | Lockdef/kyopro-code | 2d943a87987af05122c556e173e5108a0c1c77c8 | [
"MIT"
] | null | null | null | arc059_c.py | Lockdef/kyopro-code | 2d943a87987af05122c556e173e5108a0c1c77c8 | [
"MIT"
] | null | null | null | arc059_c.py | Lockdef/kyopro-code | 2d943a87987af05122c556e173e5108a0c1c77c8 | [
"MIT"
] | null | null | null | N = int(input())
a = list(map(int, input().split()))
s = float("inf")
for i in range(min(a), max(a) + 1):
t = 0
for j in a:
t += (j - i) ** 2
s = min(s, t)
print(s)
| 16.909091 | 35 | 0.451613 |
dfdb455177d4832a5b24ec9b5719cb7a7ee8608c | 421 | ts | TypeScript | src/api/routes/v1/index.ts | rythm-of-the-red-man/express-typescript | db87b57d0e71e2b1a05df6affa31e2f6db5c4c60 | [
"MIT"
] | null | null | null | src/api/routes/v1/index.ts | rythm-of-the-red-man/express-typescript | db87b57d0e71e2b1a05df6affa31e2f6db5c4c60 | [
"MIT"
] | 36 | 2021-09-23T19:15:20.000Z | 2022-03-28T20:12:54.000Z | src/api/routes/v1/index.ts | rythm-of-the-red-man/express-typescript | db87b57d0e71e2b1a05df6affa31e2f6db5c4c60 | [
"MIT"
] | null | null | null | import express, {Request, Response} from 'express';
import userRoutes from './user.route';
import authRoutes from './auth.route';
const router = express.Router();
/**
* GET v1/status
*/
router.get('/status', (req:Request, res:Response) => res.send('OK'));
/**
* GET v1/docs
*/
router.use('/docs', express.static('... | 20.047619 | 69 | 0.669834 |
c33e0a788ec23f779270a22a4ed93243164ccc08 | 1,797 | go | Go | go/util/options/errors.go | jlmucb/cloudproxy | b5aa0b619bc454ba4dd183ab1c6c8298a3b9d8c1 | [
"Apache-2.0"
] | 34 | 2015-03-10T09:58:23.000Z | 2021-08-12T21:42:28.000Z | go/util/options/errors.go | virginwidow/cloudproxy | b5aa0b619bc454ba4dd183ab1c6c8298a3b9d8c1 | [
"Apache-2.0"
] | 53 | 2015-06-09T21:07:41.000Z | 2016-12-15T00:14:53.000Z | go/util/options/errors.go | jethrogb/cloudproxy | fcf90a62bf09c4ecc9812117d065954be8a08da5 | [
"Apache-2.0"
] | 17 | 2015-06-09T21:29:23.000Z | 2021-03-26T15:35:18.000Z | // Copyright (c) 2015, Kevin Walsh. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by app... | 30.982759 | 79 | 0.6867 |
2298f7f48fa41cc2e530c953ae74b2b477b88003 | 169 | html | HTML | public/modules/core/views/home.client.view.html | schafer14/Chess4 | 7516503d6defab30746a82632ea0a0606d9f8431 | [
"MIT"
] | null | null | null | public/modules/core/views/home.client.view.html | schafer14/Chess4 | 7516503d6defab30746a82632ea0a0606d9f8431 | [
"MIT"
] | null | null | null | public/modules/core/views/home.client.view.html | schafer14/Chess4 | 7516503d6defab30746a82632ea0a0606d9f8431 | [
"MIT"
] | null | null | null | <section data-ng-controller="HomeController">
<div class="col-md-6 col-md-offset-3" style="margin-top: 50px">
<board provider="myBoard"></board>
</div>
</section> | 24.142857 | 64 | 0.686391 |
d4c8ca6d1965239d52928b9c6d3c1fdb8c7f2d37 | 2,481 | rs | Rust | src/device/file.rs | syhpoon/learnfs | c0397df71966e7daa15777e3a36d977bffab30a4 | [
"MIT"
] | 1 | 2020-07-04T13:59:16.000Z | 2020-07-04T13:59:16.000Z | src/device/file.rs | syhpoon/learnfs | c0397df71966e7daa15777e3a36d977bffab30a4 | [
"MIT"
] | null | null | null | src/device/file.rs | syhpoon/learnfs | c0397df71966e7daa15777e3a36d977bffab30a4 | [
"MIT"
] | null | null | null | /*
MIT License
Copyright (c) 2019 Max Kuznetsov <syhpoon@syhpoon.ca>
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, cop... | 28.848837 | 79 | 0.669085 |
5dbcf3de5f455c3a1300803726af13a9c83aff04 | 926 | go | Go | app/service/luntan.go | cy-17/taptap | 1328bc52f83fe654fb7b0b40e96b738eb3871cc0 | [
"MulanPSL-1.0"
] | null | null | null | app/service/luntan.go | cy-17/taptap | 1328bc52f83fe654fb7b0b40e96b738eb3871cc0 | [
"MulanPSL-1.0"
] | null | null | null | app/service/luntan.go | cy-17/taptap | 1328bc52f83fe654fb7b0b40e96b738eb3871cc0 | [
"MulanPSL-1.0"
] | null | null | null | package service
import (
"errors"
"san616qi/app/dao"
"san616qi/app/model"
"strings"
)
// ไธญ้ดไปถ็ฎก็ๆๅก
var LunTan = luntanService{}
type luntanService struct{}
// ่ทๅ่ฎบๅๅ่กจ
func (lt *luntanService) GetForumList(offset int) (error, *model.LuntanEntity) {
//ๅๅค่ฟๅ็entityๆฐๆฎ
entity := &model.LuntanEntity{
LuntanRepList: ... | 16.535714 | 87 | 0.667387 |
760e483a6d44affd1801ecab95f9f14cb6d2f7fb | 481 | go | Go | models/course_nickname.go | atomicjolt/canvasapi | 661496752cea4d89e8bce246d9c1a2e8039fb8af | [
"Apache-2.0"
] | null | null | null | models/course_nickname.go | atomicjolt/canvasapi | 661496752cea4d89e8bce246d9c1a2e8039fb8af | [
"Apache-2.0"
] | null | null | null | models/course_nickname.go | atomicjolt/canvasapi | 661496752cea4d89e8bce246d9c1a2e8039fb8af | [
"Apache-2.0"
] | null | null | null | package models
type CourseNickname struct {
CourseID int64 `json:"course_id" url:"course_id,omitempty"` // the ID of the course.Example: 88
Name string `json:"name" url:"name,omitempty"` // the actual name of the course.Example: S1048576 DPMS1200 Intro to Newtonian Mechanics
Nickname string `json:"ni... | 40.083333 | 150 | 0.731809 |
9160bced4c4f894fb88d1a97aabec9d4e12c869b | 188 | html | HTML | _posts/2004-11-30-john_gabriels_i.html | twhume/twhume.github.io | 25fba2d149592b67d97d5211060b11a0eb7cd399 | [
"MIT"
] | null | null | null | _posts/2004-11-30-john_gabriels_i.html | twhume/twhume.github.io | 25fba2d149592b67d97d5211060b11a0eb7cd399 | [
"MIT"
] | null | null | null | _posts/2004-11-30-john_gabriels_i.html | twhume/twhume.github.io | 25fba2d149592b67d97d5211060b11a0eb7cd399 | [
"MIT"
] | null | null | null | ---
layout: post
title: '<a href=\"http://www.penny-arcade.com/view.php3?date=2004-03-19&res=l\">John Gabriels Internet Fuckwad Theory</a>'
date: 2004-11-30 00:00:00
category: links
---
| 20.888889 | 122 | 0.691489 |
8ecd2868b2452c02b63503165257237565285556 | 769 | rb | Ruby | lib/junos-ez/stdlib.rb | dkaias/ruby-junos-ez-stdlib | 65a829d2e3cbaa1c5af58a26c1d349f9b1e16aa6 | [
"BSD-2-Clause"
] | 25 | 2015-01-13T19:11:20.000Z | 2021-01-28T04:28:40.000Z | lib/junos-ez/stdlib.rb | dkaias/ruby-junos-ez-stdlib | 65a829d2e3cbaa1c5af58a26c1d349f9b1e16aa6 | [
"BSD-2-Clause"
] | 31 | 2015-01-05T04:13:26.000Z | 2020-02-27T08:38:29.000Z | lib/junos-ez/stdlib.rb | dkaias/ruby-junos-ez-stdlib | 65a829d2e3cbaa1c5af58a26c1d349f9b1e16aa6 | [
"BSD-2-Clause"
] | 22 | 2015-01-14T20:47:37.000Z | 2021-01-26T22:07:18.000Z |
require 'junos-ez/provider' # framework code
require 'junos-ez/facts' # fact keeper
require 'junos-ez/system' # various system resources
require 'junos-ez/l1_ports' # physical ports
require 'junos-ez/vlans' # vlans
require 'junos-ez/l2_ports' ... | 40.473684 | 70 | 0.503251 |
2b2c0714685feddc3a7efc259393610bff0530ea | 296 | swift | Swift | ListPlaceholderSample/ListPlaceholderView.swift | Toni77777/ListPlaceholderSample | 7ae946e10b03abf6310e3344ccf3b10c5c70ab9f | [
"MIT"
] | 2 | 2021-07-09T05:43:03.000Z | 2021-07-09T15:17:35.000Z | ListPlaceholderSample/ListPlaceholderView.swift | Toni77777/ListPlaceholderSample | 7ae946e10b03abf6310e3344ccf3b10c5c70ab9f | [
"MIT"
] | null | null | null | ListPlaceholderSample/ListPlaceholderView.swift | Toni77777/ListPlaceholderSample | 7ae946e10b03abf6310e3344ccf3b10c5c70ab9f | [
"MIT"
] | null | null | null | //
// ListPlaceholderView.swift
// ListPlaceholderSample
//
// Created by Anton Paliakou on 6/16/21.
//
import SwiftUI
struct ListPlaceholderView: View {
let title: String = "No Counties"
var body: some View {
Text(title)
.font(.largeTitle)
}
}
| 14.8 | 41 | 0.601351 |
04b521a3485178d9003345895c2672e0bedb27d1 | 11,012 | html | HTML | sound/drums_0_Chaos_sf2_fileDrum_Stan1_SC88P.html | surikov/webaudiofontdata | 23ca907d4370a04fd89ca483a92915e4d6159ab9 | [
"MIT"
] | 26 | 2017-11-27T19:38:47.000Z | 2022-02-14T07:21:05.000Z | sound/drums_0_Chaos_sf2_fileDrum_Stan1_SC88P.html | surikov/webaudiofontdata | 23ca907d4370a04fd89ca483a92915e4d6159ab9 | [
"MIT"
] | 3 | 2017-08-19T16:04:12.000Z | 2020-03-11T07:25:00.000Z | sound/drums_0_Chaos_sf2_fileDrum_Stan1_SC88P.html | surikov/webaudiofontdata | 23ca907d4370a04fd89ca483a92915e4d6159ab9 | [
"MIT"
] | 14 | 2017-06-30T03:04:25.000Z | 2021-11-14T06:47:46.000Z | <html>
<head>
<script src='https://surikov.github.io/webaudiofont/npm/dist/WebAudioFontPlayer.js'></script>
<script src='12835_0_Chaos_sf2_file.js'></script>
<script src='12836_0_Chaos_sf2_file.js'></script>
<script src='12837_0_Chaos_sf2_file.js'></script>
<script src='12838_0_Chaos_sf2_file.js'></script>
... | 94.931034 | 166 | 0.791137 |
cb2565ec5612dac46d4a919213d2e657122c8dae | 1,633 | go | Go | pkg/applicationserver/io/web/registry.go | mastermind88/lorawan-stack | c09a63b9d8a613f61734dbe5162e25c6238690a2 | [
"Apache-2.0"
] | 737 | 2019-01-31T16:32:04.000Z | 2022-03-29T00:23:42.000Z | pkg/applicationserver/io/web/registry.go | mastermind88/lorawan-stack | c09a63b9d8a613f61734dbe5162e25c6238690a2 | [
"Apache-2.0"
] | 3,787 | 2019-01-31T19:17:40.000Z | 2022-03-31T21:11:03.000Z | pkg/applicationserver/io/web/registry.go | mastermind88/lorawan-stack | c09a63b9d8a613f61734dbe5162e25c6238690a2 | [
"Apache-2.0"
] | 276 | 2019-01-31T16:32:16.000Z | 2022-03-23T00:48:52.000Z | // Copyright ยฉ 2021 The Things Network Foundation, The Things Industries B.V.
//
// 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
//
// Un... | 48.029412 | 198 | 0.768524 |
3f49d1f32b1ccbac8e545b3c167b7095501c2935 | 74,545 | swift | Swift | Sources/Bluetooth/DefinedUUIDExtension.swift | ksinghal/Bluetooth | 6e99685bb22b532536dac6187faa3287671c83ae | [
"MIT"
] | 105 | 2016-04-02T05:53:55.000Z | 2022-03-28T04:46:12.000Z | Sources/BluetoothWeb/Bluetooth/DefinedUUIDExtension.swift | PureSwift/BluetoothWeb | 79e971fe659888e993c17ea153f3fe54ace432ea | [
"MIT"
] | 107 | 2018-03-15T03:24:18.000Z | 2021-11-13T21:37:12.000Z | Sources/BluetoothWeb/Bluetooth/DefinedUUIDExtension.swift | PureSwift/BluetoothWeb | 79e971fe659888e993c17ea153f3fe54ace432ea | [
"MIT"
] | 22 | 2016-06-18T11:01:20.000Z | 2022-02-24T08:50:26.000Z | //
// DefinedUUIDExtension.swift
// Bluetooth
//
// Generated by Alsey Coleman Miller on 5/29/20.
//
public extension BluetoothUUID {
/// SDP (`0x0001`)
static var sdp: BluetoothUUID {
return .bit16(0x0001)
}
/// RFCOMM (`0x0003`)
static var rfcomm: BluetoothUUID {
return .bit1... | 24.077842 | 85 | 0.610356 |
94f03af25c2d1d75cd424dbb6b0ad9f3007afb88 | 382 | kt | Kotlin | app/src/main/java/space/taran/arknavigator/mvp/view/dialog/SortDialogView.kt | MickeyMouse2/ARK-Navigator | 71e77ebd9807706d443519be2285be6856171f74 | [
"MIT"
] | 1 | 2022-03-22T14:19:34.000Z | 2022-03-22T14:19:34.000Z | app/src/main/java/space/taran/arknavigator/mvp/view/dialog/SortDialogView.kt | MickeyMouse2/ARK-Navigator | 71e77ebd9807706d443519be2285be6856171f74 | [
"MIT"
] | null | null | null | app/src/main/java/space/taran/arknavigator/mvp/view/dialog/SortDialogView.kt | MickeyMouse2/ARK-Navigator | 71e77ebd9807706d443519be2285be6856171f74 | [
"MIT"
] | null | null | null | package space.taran.arknavigator.mvp.view.dialog
import moxy.MvpView
import moxy.viewstate.strategy.AddToEndSingleStrategy
import moxy.viewstate.strategy.StateStrategyType
import space.taran.arknavigator.utils.Sorting
@StateStrategyType(AddToEndSingleStrategy::class)
interface SortDialogView : MvpView {
fun init(... | 29.384615 | 53 | 0.829843 |
905d5c290850b1ab1382b1735d6e9f19d10539d6 | 4,110 | py | Python | src/plotting/TATA_enrichment_plots.py | Switham1/PromoterArchitecture | 0a9021b869ac66cdd622be18cd029950314d111e | [
"MIT"
] | null | null | null | src/plotting/TATA_enrichment_plots.py | Switham1/PromoterArchitecture | 0a9021b869ac66cdd622be18cd029950314d111e | [
"MIT"
] | null | null | null | src/plotting/TATA_enrichment_plots.py | Switham1/PromoterArchitecture | 0a9021b869ac66cdd622be18cd029950314d111e | [
"MIT"
] | null | null | null | import argparse
import os
import matplotlib.pyplot as plt
import pandas as pd
import seaborn as sns
def parse_args(args):
"""define arguments"""
parser = argparse.ArgumentParser(description="TATA_enrichment_plots")
parser.add_argument(
"file_names",
type=str,
help="Name of folder ... | 27.959184 | 162 | 0.6382 |
16eb4218ceba6952d637e6cb185c774ad492d57d | 1,124 | ts | TypeScript | server/utils/wowza/env.ts | cccties/ChibiCHiLO | fbd1abb5915ba508a02ded702218ef368b9bd849 | [
"MIT"
] | null | null | null | server/utils/wowza/env.ts | cccties/ChibiCHiLO | fbd1abb5915ba508a02ded702218ef368b9bd849 | [
"MIT"
] | 70 | 2020-10-07T06:57:39.000Z | 2020-11-25T10:40:02.000Z | server/utils/wowza/env.ts | cccties/ChibiCHiLO | fbd1abb5915ba508a02ded702218ef368b9bd849 | [
"MIT"
] | null | null | null | import format from "date-fns/format";
import utcToZoneTime from "date-fns-tz/utcToZonedTime";
import {
WOWZA_SCP_HOST,
WOWZA_SCP_PORT,
WOWZA_SCP_USERNAME,
WOWZA_SCP_PRIVATE_KEY,
WOWZA_SCP_PASS_PHRASE,
WOWZA_SCP_SERVER_PATH,
} from "$server/utils/env";
export function validateWowzaSettings(logging = true) ... | 28.1 | 283 | 0.719751 |
8e4ec9c24b15f155c10432018591043c89c3e0f2 | 375 | rb | Ruby | config/initializers/elo.rb | kevinreedy/shuffleboard_elo | 664e7c310734a5264e48f3d0f9a1984d7cd29ec0 | [
"Apache-2.0"
] | 3 | 2019-01-29T20:09:58.000Z | 2020-01-25T02:09:08.000Z | config/initializers/elo.rb | kevinreedy/shuffleboard_elo | 664e7c310734a5264e48f3d0f9a1984d7cd29ec0 | [
"Apache-2.0"
] | 69 | 2018-10-05T06:38:24.000Z | 2021-03-06T04:27:42.000Z | config/initializers/elo.rb | kevinreedy/shuffleboard_elo | 664e7c310734a5264e48f3d0f9a1984d7cd29ec0 | [
"Apache-2.0"
] | 4 | 2018-10-23T22:17:51.000Z | 2020-01-25T02:09:15.000Z | Elo.configure do |config|
# Every player starts with a rating of 1000
config.default_rating = 1000
# A player is considered a pro, when he/she has more than 2400 points
# TODO: we should store Team.pro? when this triggers
config.pro_rating_boundry = 2400
# A player is considered a new, when he/she has pla... | 31.25 | 74 | 0.744 |
5df16b468267a6c4ccc03d2b78964ac06ad5d389 | 1,376 | c | C | LeetCode/Answers/Leetcode-cpp-solution/preorder.c | quantumlaser/code2016 | 25f8e1e55224e3f7522f8ba1fa5587530f0daf54 | [
"MIT"
] | null | null | null | LeetCode/Answers/Leetcode-cpp-solution/preorder.c | quantumlaser/code2016 | 25f8e1e55224e3f7522f8ba1fa5587530f0daf54 | [
"MIT"
] | null | null | null | LeetCode/Answers/Leetcode-cpp-solution/preorder.c | quantumlaser/code2016 | 25f8e1e55224e3f7522f8ba1fa5587530f0daf54 | [
"MIT"
] | null | null | null | /**
* Definition for binary tree
* struct TNode {
* int val;
* TNode *left;
* TNode *right;
* TNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
void preorder(TNode *root)
{
if(!root) {
visit(root);
preorder(root->left);
preorder(root->right);
}
}
void... | 17.641026 | 57 | 0.428052 |
56c904b59917029a3597068ccddce17e6aceffff | 277 | ts | TypeScript | asymmetric/asymmetric.ts | mabels/neckless | be1e769ed886360f80d68777a6993c6ce8ba4f2e | [
"Apache-2.0"
] | 1 | 2021-01-29T12:29:57.000Z | 2021-01-29T12:29:57.000Z | asymmetric/asymmetric.ts | mabels/neckless | be1e769ed886360f80d68777a6993c6ce8ba4f2e | [
"Apache-2.0"
] | 11 | 2020-07-13T09:48:23.000Z | 2021-02-13T17:12:43.000Z | asymmetric/asymmetric.ts | mabels/neckless | be1e769ed886360f80d68777a6993c6ce8ba4f2e | [
"Apache-2.0"
] | null | null | null | import { RawKey } from '../key/key'
export function CreateShared(priv: RawKey, pub: RawKey): RawKey {
// curve25519.ScalarMult(&shared, priv.As32Byte(), pub.As32Byte())
throw Error("CreateShared not implemented")
const shared = new RawKey(Buffer.from([]))
return shared
}
| 30.777778 | 67 | 0.722022 |
72f7071274543b9b896c7ae18c18feba0fc97ff9 | 8,879 | html | HTML | ui/client-v5/public/index.html | gcavancer/practical-spring-boot-microservices | e628dcdbf3992d9cedee08b3bdc76ed98c2fd6d5 | [
"MIT"
] | 1 | 2021-12-14T16:58:35.000Z | 2021-12-14T16:58:35.000Z | ui/client-v5/public/index.html | gcavancer/practical-spring-boot-microservices | e628dcdbf3992d9cedee08b3bdc76ed98c2fd6d5 | [
"MIT"
] | 3 | 2022-02-27T21:15:29.000Z | 2022-02-27T21:16:27.000Z | ui/client-v5/public/index.html | gcavancer/practical-spring-boot-microservices | e628dcdbf3992d9cedee08b3bdc76ed98c2fd6d5 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created u... | 66.759398 | 888 | 0.608627 |
ddf2ee880cfb88e32d3701d93120cc98c9f0a990 | 2,916 | kt | Kotlin | app/src/main/kotlin/com/ivanovsky/passnotes/presentation/selectdb/cells/factory/SelectDatabaseCellModelFactory.kt | aivanovski/passnotes | 08df99c790087a252f05de76a75833ec538f6100 | [
"Apache-2.0"
] | null | null | null | app/src/main/kotlin/com/ivanovsky/passnotes/presentation/selectdb/cells/factory/SelectDatabaseCellModelFactory.kt | aivanovski/passnotes | 08df99c790087a252f05de76a75833ec538f6100 | [
"Apache-2.0"
] | null | null | null | app/src/main/kotlin/com/ivanovsky/passnotes/presentation/selectdb/cells/factory/SelectDatabaseCellModelFactory.kt | aivanovski/passnotes | 08df99c790087a252f05de76a75833ec538f6100 | [
"Apache-2.0"
] | null | null | null | package com.ivanovsky.passnotes.presentation.selectdb.cells.factory
import com.ivanovsky.passnotes.R
import com.ivanovsky.passnotes.data.entity.FileDescriptor
import com.ivanovsky.passnotes.data.entity.SyncStatus
import com.ivanovsky.passnotes.domain.ResourceProvider
import com.ivanovsky.passnotes.extensions.formatRea... | 33.906977 | 86 | 0.608025 |
8a2201d7b0cab979cbaaedf3c7bf23f97e560234 | 359 | asm | Assembly | programs/oeis/083/A083088.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/083/A083088.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/083/A083088.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A083088: First column of table A083087.
; 1,2,4,6,7,9,11,12,14,16,18,19,21,23,24,26,28,30,31,33,35,36,38,40,41,43,45,47,48,50,52,53,55,57,59,60,62,64,65,67,69,70,72,74,76,77,79,81,82,84,86,88,89,91,93,94,96,98,100,101,103,105,106,108,110,111,113,115
mov $2,$0
pow $0,2
div $0,2
lpb $0,1
add $1,1
sub $0,$1
sub $... | 23.933333 | 209 | 0.626741 |
f16b5a164b7cad4f7daa87e4fab99518c2d49c3c | 257 | rb | Ruby | app/validators/withdraw_blacklist_validator.rb | gsmlg/peatio | 6a5e3362754de5de810502dbd35ae4ce6841d752 | [
"MIT"
] | 3,436 | 2015-01-02T02:49:24.000Z | 2022-03-31T23:19:00.000Z | app/validators/withdraw_blacklist_validator.rb | gsmlg/peatio | 6a5e3362754de5de810502dbd35ae4ce6841d752 | [
"MIT"
] | 471 | 2015-01-01T00:20:54.000Z | 2019-03-24T05:07:50.000Z | app/validators/withdraw_blacklist_validator.rb | gsmlg/peatio | 6a5e3362754de5de810502dbd35ae4ce6841d752 | [
"MIT"
] | 2,084 | 2015-01-02T05:32:13.000Z | 2022-03-31T23:19:25.000Z | class WithdrawBlacklistValidator < ActiveModel::Validator
def validate(record)
if record.channel.blacklist && record.channel.blacklist.include?(record.fund_uid)
record.errors[:fund_uid] << I18n.t('withdraws.invalid_address')
end
end
end
| 25.7 | 85 | 0.750973 |
904b25718ea69983c9d2be29db5ea854f989010e | 19,052 | py | Python | tests/test_client.py | StorjOld/dataserv-client | a1a0052184875bd8f033b7928b2d717ae811b2bb | [
"MIT"
] | 2 | 2016-05-19T16:09:04.000Z | 2016-05-19T16:09:06.000Z | tests/test_client.py | StorjOld/dataserv-client | a1a0052184875bd8f033b7928b2d717ae811b2bb | [
"MIT"
] | null | null | null | tests/test_client.py | StorjOld/dataserv-client | a1a0052184875bd8f033b7928b2d717ae811b2bb | [
"MIT"
] | 4 | 2017-01-04T02:43:29.000Z | 2020-05-17T19:09:54.000Z | from dataserv_client import common
import os
import tempfile
import unittest
import datetime
import json
import psutil
from future.moves.urllib.request import urlopen
from dataserv_client import cli
from dataserv_client import api
from btctxstore import BtcTxStore
from dataserv_client import exceptions
url = "http://... | 33.660777 | 80 | 0.571961 |
262f646f859f8b9806853db5ebd288fc121a825e | 2,735 | swift | Swift | Assault-of-fortress/SceneMap/SquareMap.swift | teddyzxcv/AOF-Demo | 1a36906ac005603da6a5d4e20217d2365a83405d | [
"MIT"
] | null | null | null | Assault-of-fortress/SceneMap/SquareMap.swift | teddyzxcv/AOF-Demo | 1a36906ac005603da6a5d4e20217d2365a83405d | [
"MIT"
] | null | null | null | Assault-of-fortress/SceneMap/SquareMap.swift | teddyzxcv/AOF-Demo | 1a36906ac005603da6a5d4e20217d2365a83405d | [
"MIT"
] | null | null | null | //
// SquareMap.swift
// ARMultiuser
//
// Created by ZhengWu Pan on 14.03.2022.
// Copyright ยฉ 2022 Apple. All rights reserved.
//
import Foundation
import DequeModule
import ARKit
class Square: Codable{
// ะกะบะพัะพััั "ัะพััะฐ ะฒััะพัั" ะบะปะตัะบะธ
var speed = 0
// ะััะพัะฐ ะบะปะตัะบะธ ะฒ ะบะฐะบะพะผ-ัะพ ะพะฟัะตะดะตะปัะฝะฝะพะผ ัะฐะฝะบะต
... | 28.195876 | 108 | 0.542596 |
d5cacfa5c666bac84b47b38f9ea8517125d038f9 | 1,582 | c | C | d/guilds/order/hall/path4.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 13 | 2019-07-19T05:24:44.000Z | 2021-11-18T04:08:19.000Z | d/guilds/order/hall/path4.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 4 | 2021-03-15T18:56:39.000Z | 2021-08-17T17:08:22.000Z | d/guilds/order/hall/path4.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 13 | 2019-09-12T06:22:38.000Z | 2022-01-31T01:15:12.000Z | #include <std.h>
inherit ROOM;
void create(){
::create();
set_terrain(OLD_MOUNTS);
set_travel(FOOT_PATH);
set_short("Torn path toward the ruins of a once grand stronghold");
set_long(
@OLI
%^BOLD%^%^RED%^Before the broken gate of a once grand stronghold%^RESET%^
The rushing stream that once was her... | 32.285714 | 110 | 0.694058 |
e76f2748aeaec0e66eb5cf34fd9b37387d6782e8 | 1,107 | kt | Kotlin | box/src/main/kotlin/com/mrt/box/core/Vm.kt | myrealtrip/box | c62c29ac8325c359c40d1edf6c6b1fa0fd9bc0c3 | [
"Unlicense",
"MIT"
] | 33 | 2020-02-18T08:35:10.000Z | 2022-03-23T04:38:22.000Z | box/src/main/kotlin/com/mrt/box/core/Vm.kt | jaeho/box | 8f8b8a33cfc0f8e89a113f992653f6f922cd3333 | [
"Unlicense",
"MIT"
] | 1 | 2020-03-06T01:48:11.000Z | 2020-03-09T01:08:36.000Z | box/src/main/kotlin/com/mrt/box/core/Vm.kt | jaeho/box | 8f8b8a33cfc0f8e89a113f992653f6f922cd3333 | [
"Unlicense",
"MIT"
] | 5 | 2020-02-19T06:12:36.000Z | 2021-09-07T11:56:07.000Z | package com.mrt.box.core
/**
* Created by jaehochoe on 2020-01-03.
*/
interface Vm {
fun intent(event: Any): Any?
fun intentIf(condition: Boolean, className: String, vararg arguments: Any): Any? {
return if (condition)
intent(className, *arguments)
else null
}
fun intent(c... | 31.628571 | 94 | 0.424571 |
6b69a70c42f47439cd3dd773a7c131ecdda2e956 | 3,173 | swift | Swift | Chapter 6/Drawing/Drawing/CustomView.swift | PacktPublishing/iOS-Programming-Cookbook | deb86a746de26194aa6a1e5d92fc9990d8e891d9 | [
"MIT"
] | 6 | 2017-04-07T23:26:23.000Z | 2021-08-21T03:35:24.000Z | Chapter 6/Drawing/Drawing/CustomView.swift | PacktPublishing/iOS-Programming-Cookbook | deb86a746de26194aa6a1e5d92fc9990d8e891d9 | [
"MIT"
] | null | null | null | Chapter 6/Drawing/Drawing/CustomView.swift | PacktPublishing/iOS-Programming-Cookbook | deb86a746de26194aa6a1e5d92fc9990d8e891d9 | [
"MIT"
] | 5 | 2017-03-30T06:36:31.000Z | 2021-08-21T22:16:11.000Z | //
// CustomView.swift
// Drawing
//
// Created by Hossam Ghareeb on 9/16/16.
// Copyright ยฉ 2016 Hossam Ghareeb. All rights reserved.
//
import UIKit
class CustomView: UIView {
var satisfaction: CGFloat = 0.5{
didSet{
self.setNeedsDisplay()
}
}
override func draw(_ r... | 38.228916 | 172 | 0.541128 |
b981a2e4b231e8be551f16c5534415ea3744fcc2 | 2,639 | h | C | src/error.h | timvdm/Helium | 79db85da43f20606710263f800deac52534d437e | [
"BSD-3-Clause"
] | 13 | 2015-02-04T17:02:25.000Z | 2018-04-25T22:48:52.000Z | src/error.h | timvdm/Helium | 79db85da43f20606710263f800deac52534d437e | [
"BSD-3-Clause"
] | null | null | null | src/error.h | timvdm/Helium | 79db85da43f20606710263f800deac52534d437e | [
"BSD-3-Clause"
] | 4 | 2015-11-27T06:19:40.000Z | 2021-04-20T17:35:41.000Z | /*
* Copyright (c) 2013, Tim Vandermeersch
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list o... | 29.988636 | 82 | 0.653657 |
72cd38179de51a65822eadb582c3d244464b56bf | 268 | sql | SQL | src/main/resources/database/changes/release-9.39.0/sample_initial_data.sql | ONSdigital/rm-sample-service | 8c898486b364bc50047b640daa22d30724b605a8 | [
"MIT"
] | 4 | 2017-05-02T12:57:50.000Z | 2018-11-13T14:39:36.000Z | src/main/resources/database/changes/release-9.39.0/sample_initial_data.sql | ONSdigital/rm-sample-service | 8c898486b364bc50047b640daa22d30724b605a8 | [
"MIT"
] | 139 | 2017-04-26T14:16:58.000Z | 2022-03-30T09:46:59.000Z | src/main/resources/database/changes/release-9.39.0/sample_initial_data.sql | ONSdigital/rm-sample-service | 8c898486b364bc50047b640daa22d30724b605a8 | [
"MIT"
] | 3 | 2018-10-05T11:35:19.000Z | 2021-04-11T07:45:50.000Z | SET SCHEMA 'sample';
INSERT INTO sample.samplesummarystate(state) VALUES('INIT');
INSERT INTO sample.samplesummarystate(state) VALUES('ACTIVE');
INSERT INTO sample.sampleunitstate(state) VALUES('INIT');
INSERT INTO sample.sampleunitstate(state) VALUES('DELIVERED');
| 33.5 | 62 | 0.791045 |