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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ad80c5f3ea476b7b4bc2ca10754ad5a081a48387 | 228,125 | sql | SQL | storage/database/countries/au.sql | DercioBobo/CVS | 6e3208d49dff857b9f1847a4ef11066e18de22b3 | [
"MIT"
] | null | null | null | storage/database/countries/au.sql | DercioBobo/CVS | 6e3208d49dff857b9f1847a4ef11066e18de22b3 | [
"MIT"
] | null | null | null | storage/database/countries/au.sql | DercioBobo/CVS | 6e3208d49dff857b9f1847a4ef11066e18de22b3 | [
"MIT"
] | null | null | null | -- MySQL dump 10.13 Distrib 5.6.35, for osx10.9 (x86_64)
--
-- Host: localhost Database: Quickadclassified
-- ------------------------------------------------------
-- Server version 5.6.35
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RES... | 157.436163 | 219 | 0.673727 |
d9124f849de1d46fd78db196e4c40a217ba41416 | 75 | sql | SQL | framework/resources/Functional/subqueries/not_in/s4_c_bigint.sql | aravi5/drill-test-framework | 7bf960cbe1697c8086a880661a361e8991a73107 | [
"Apache-2.0"
] | null | null | null | framework/resources/Functional/subqueries/not_in/s4_c_bigint.sql | aravi5/drill-test-framework | 7bf960cbe1697c8086a880661a361e8991a73107 | [
"Apache-2.0"
] | null | null | null | framework/resources/Functional/subqueries/not_in/s4_c_bigint.sql | aravi5/drill-test-framework | 7bf960cbe1697c8086a880661a361e8991a73107 | [
"Apache-2.0"
] | null | null | null | select count(*) from j1 where c_bigint not in ( select c_bigint from j5) ;
| 37.5 | 74 | 0.733333 |
2d953638ded775c9dc32dc896d261daabac08da8 | 1,142 | rs | Rust | src/graphics/layer/layer.rs | Creative-Coding-The-Hard-Way/2d | 0dc8cbe606783cffe504ab4df0c39bbdc40f53a5 | [
"MIT"
] | 2 | 2021-06-03T22:12:12.000Z | 2021-12-28T12:55:38.000Z | src/graphics/layer/layer.rs | Creative-Coding-The-Hard-Way/2d | 0dc8cbe606783cffe504ab4df0c39bbdc40f53a5 | [
"MIT"
] | 2 | 2021-05-04T03:44:10.000Z | 2021-05-18T06:35:48.000Z | src/graphics/layer/layer.rs | Creative-Coding-The-Hard-Way/2d | 0dc8cbe606783cffe504ab4df0c39bbdc40f53a5 | [
"MIT"
] | 1 | 2021-12-28T12:55:46.000Z | 2021-12-28T12:55:46.000Z | use super::{Batch, Layer};
use nalgebra as na;
impl Layer {
/// Create a new empty layer.
pub fn empty() -> Self {
Self {
projection: na::Matrix4::identity(),
batches: vec![],
}
}
/// Clear all batches from the layer.
pub fn clear(&mut self) {
self.... | 24.297872 | 68 | 0.573555 |
37b2525399b81382144352ccd69bfe0b498fccb9 | 4,224 | swift | Swift | ConsistencyManagerTests/HelperClasses/ProjectionTestModel.swift | elijahdou/ConsistencyManager-iOS | 77de57d0c30e207805b849d4761f5556625e13fd | [
"Apache-2.0"
] | 355 | 2016-04-27T00:22:24.000Z | 2018-02-08T07:38:36.000Z | ConsistencyManagerTests/HelperClasses/ProjectionTestModel.swift | elijahdou/ConsistencyManager-iOS | 77de57d0c30e207805b849d4761f5556625e13fd | [
"Apache-2.0"
] | 50 | 2016-04-27T18:43:15.000Z | 2018-01-24T01:58:00.000Z | ConsistencyManagerTests/HelperClasses/ProjectionTestModel.swift | elijahdou/ConsistencyManager-iOS | 77de57d0c30e207805b849d4761f5556625e13fd | [
"Apache-2.0"
] | 34 | 2016-04-28T12:31:26.000Z | 2017-12-20T21:33:24.000Z | // © 2016 LinkedIn Corp. All rights reserved.
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to... | 35.495798 | 147 | 0.656487 |
2eaa6570191609eb54ca2b49b77fcc8906dcf3a3 | 1,181 | sql | SQL | src/main/resources/db/migration/V045__add_display_url_to_areaoflaw.sql | reespozzi/fact-api | f67cbf99c7ef7d317e645c52933fc4671594e2e2 | [
"MIT"
] | 1 | 2021-03-02T15:38:54.000Z | 2021-03-02T15:38:54.000Z | src/main/resources/db/migration/V045__add_display_url_to_areaoflaw.sql | reespozzi/fact-api | f67cbf99c7ef7d317e645c52933fc4671594e2e2 | [
"MIT"
] | 355 | 2020-09-11T11:55:35.000Z | 2022-03-31T15:20:16.000Z | src/main/resources/db/migration/V045__add_display_url_to_areaoflaw.sql | hmcts/fact-backend | 00d9989fedefd0a11462a3ec2a0ca933eac885cf | [
"MIT"
] | 4 | 2021-03-18T17:50:54.000Z | 2022-03-29T02:25:23.000Z | ALTER TABLE public.search_areaoflaw
ADD COLUMN display_external_link CHARACTER VARYING(500);
UPDATE public.search_areaoflaw
SET display_external_link = 'https://www.gov.uk/child-adoption/applying-for-an-adoption-court-order'
WHERE name = 'Adoption';
UPDATE public.search_areaoflaw
SET display_external_link = 'https:/... | 33.742857 | 100 | 0.801863 |
04c4f98e5ecc753ee5f08fd9052493081b559182 | 3,956 | java | Java | SpringBoot/src/main/java/com/liz/springboot/utils/StringUtils.java | lizhou828/GenCode | c6fa2ab97c69f1206522988ad376841e37ea6ef6 | [
"Apache-2.0"
] | null | null | null | SpringBoot/src/main/java/com/liz/springboot/utils/StringUtils.java | lizhou828/GenCode | c6fa2ab97c69f1206522988ad376841e37ea6ef6 | [
"Apache-2.0"
] | null | null | null | SpringBoot/src/main/java/com/liz/springboot/utils/StringUtils.java | lizhou828/GenCode | c6fa2ab97c69f1206522988ad376841e37ea6ef6 | [
"Apache-2.0"
] | null | null | null | package com.liz.springboot.utils;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import java.math.BigInteger;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* Created by lizhou on 2018年08月22日 08时50分
*/
public class StringUtils {
private static final Lo... | 30.430769 | 186 | 0.526795 |
7babbfec805ea1a3bb4f3e4ae77470ef4bd708a8 | 6,279 | css | CSS | css/men.css | Gryffindor-team/mr-and-miss-diamond | 10cc78ec7973cac4291cf12a7908c4bbceedece0 | [
"MIT"
] | null | null | null | css/men.css | Gryffindor-team/mr-and-miss-diamond | 10cc78ec7973cac4291cf12a7908c4bbceedece0 | [
"MIT"
] | null | null | null | css/men.css | Gryffindor-team/mr-and-miss-diamond | 10cc78ec7973cac4291cf12a7908c4bbceedece0 | [
"MIT"
] | null | null | null | /*start for the main sesion */
/*start for the main sesion */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;1... | 18.467647 | 130 | 0.592292 |
bfb12efa5b9d1d5d965f78ee578af725d9da7fa7 | 144 | kt | Kotlin | src/main/kotlin/com/sqlsorcery/Identifier.kt | sqlsorcery/sqlsorcery | cc84bcff623307d814a48485068e822b54fb63e1 | [
"MIT"
] | null | null | null | src/main/kotlin/com/sqlsorcery/Identifier.kt | sqlsorcery/sqlsorcery | cc84bcff623307d814a48485068e822b54fb63e1 | [
"MIT"
] | null | null | null | src/main/kotlin/com/sqlsorcery/Identifier.kt | sqlsorcery/sqlsorcery | cc84bcff623307d814a48485068e822b54fb63e1 | [
"MIT"
] | null | null | null | package com.sqlsorcery
import kotlin.collections.listOf
abstract class Identifier {
open val params: List<Any?>
get() = listOf()
} | 18 | 32 | 0.701389 |
2db65a2e8cbdcc23df4fd0bb5da3bf73a94ac48b | 4,259 | html | HTML | riego/web/templates/base.html | samibarasi/riego | 5ec2b28a3ce3d62a8b7b683a2520d33ae6b569af | [
"MIT"
] | 1 | 2021-08-17T20:23:49.000Z | 2021-08-17T20:23:49.000Z | riego/web/templates/base.html | samibarasi/riego | 5ec2b28a3ce3d62a8b7b683a2520d33ae6b569af | [
"MIT"
] | null | null | null | riego/web/templates/base.html | samibarasi/riego | 5ec2b28a3ce3d62a8b7b683a2520d33ae6b569af | [
"MIT"
] | 1 | 2021-05-12T13:18:27.000Z | 2021-05-12T13:18:27.000Z | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="{{ url('static', filename='vendor/bootstrap.min.css') }}" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="{{ url('static', filename='... | 34.909836 | 112 | 0.473585 |
d035ff37b9db83124627912ba9e457b0bb7c2908 | 1,721 | ps1 | PowerShell | SceneryCfgToJson.ps1 | alexgg43/P3D_SCRIPTS | 0880159c69fe1b94d946b298388c99049c0d0d54 | [
"MIT"
] | null | null | null | SceneryCfgToJson.ps1 | alexgg43/P3D_SCRIPTS | 0880159c69fe1b94d946b298388c99049c0d0d54 | [
"MIT"
] | null | null | null | SceneryCfgToJson.ps1 | alexgg43/P3D_SCRIPTS | 0880159c69fe1b94d946b298388c99049c0d0d54 | [
"MIT"
] | null | null | null | function Parse-IniFile ($file)
{
$ini = @{}
switch -regex -file $file
{
#Section.
"^\[(.+)\]$"
{
$section = $matches[1].Trim()
$ini[$section] = @{}
continue
}
#Int.
"^\s*([^#].+?)\s*=\s*(\d+)\s*$"
{
$name,$value = $matches[1..2]
$ini[$section][$name] = [i... | 20.987805 | 79 | 0.495642 |
cb43a8a14ef39268298688044722ab1bbc576a11 | 2,262 | sql | SQL | SQLSamples(Archived)/AvailabilityGroupsSamples/Lease_Timeout/LeaseTimeoutXEData.sql | VasiyaKrishnan/sqlsourabh | d867c74e6add97f5da5d6fe206f098c0d0bb42b8 | [
"MIT"
] | 3 | 2021-01-11T12:17:12.000Z | 2021-09-22T13:50:41.000Z | SQLSamples(Archived)/AvailabilityGroupsSamples/Lease_Timeout/LeaseTimeoutXEData.sql | VasiyaKrishnan/sqlsourabh | d867c74e6add97f5da5d6fe206f098c0d0bb42b8 | [
"MIT"
] | 2 | 2020-12-18T21:49:15.000Z | 2021-01-11T12:16:18.000Z | SQLSamples(Archived)/AvailabilityGroupsSamples/Lease_Timeout/LeaseTimeoutXEData.sql | VasiyaKrishnan/sqlsourabh | d867c74e6add97f5da5d6fe206f098c0d0bb42b8 | [
"MIT"
] | 7 | 2020-10-20T15:10:47.000Z | 2022-01-11T07:40:05.000Z | -- T-SQL scripts to get relevant information from the Extended Event session
--use master
--go
--create table LeaseRenewal (EventTime Datetime, EventUTCtime Datetime, New_Timeout bigint, State varchar(255),
--AgName varchar(255), ErrorCode smallint)
--create table LeaseTimeoutEvents (EventTime Datetime, EventUTCtime ... | 41.888889 | 111 | 0.730327 |
04bb1f848f98bf7066a602398a563e89d52f0047 | 562 | java | Java | src/main/java/ru/majordomo/hms/personmgr/dto/request/RestoreRequest.java | 6d6a/hms-personmgr | c0bd802b6d16f50fd79b5bf4a214789230740781 | [
"Apache-2.0"
] | null | null | null | src/main/java/ru/majordomo/hms/personmgr/dto/request/RestoreRequest.java | 6d6a/hms-personmgr | c0bd802b6d16f50fd79b5bf4a214789230740781 | [
"Apache-2.0"
] | null | null | null | src/main/java/ru/majordomo/hms/personmgr/dto/request/RestoreRequest.java | 6d6a/hms-personmgr | c0bd802b6d16f50fd79b5bf4a214789230740781 | [
"Apache-2.0"
] | null | null | null | package ru.majordomo.hms.personmgr.dto.request;
import com.fasterxml.jackson.annotation.JsonSubTypes;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME,
include = JsonTypeInfo.As.PROPERTY,
property = "type",
defaultImpl = FileRestoreRequest.class)
@... | 29.578947 | 61 | 0.692171 |
21bcb6cedf8a97c3d166ab01e1a4d48716ff3e83 | 588 | swift | Swift | Sources/led-blink/main.swift | scottmarchington/raspberry_playground | 41632e2c45a160471eeea3c9107fb6bc7e1c51a9 | [
"MIT"
] | null | null | null | Sources/led-blink/main.swift | scottmarchington/raspberry_playground | 41632e2c45a160471eeea3c9107fb6bc7e1c51a9 | [
"MIT"
] | null | null | null | Sources/led-blink/main.swift | scottmarchington/raspberry_playground | 41632e2c45a160471eeea3c9107fb6bc7e1c51a9 | [
"MIT"
] | null | null | null | import SwiftyGPIO
import PythonAPI
import PerfectPython
import Foundation
Py_Initialize()
if let _ = try? TestPython() {
print("SUCCESS")
} else {
print("FAILURE")
}
var routines: [String: Routine] = [:]
// Setup routines
routines[MotorSpinner.commandLineName] = try MotorSpinner()
print("Welcome! To quit ... | 18.967742 | 59 | 0.641156 |
39b8ba506c955d26f7b9a4f55bdaf2976ae6354c | 752 | swift | Swift | PurchasesTests/Mocks/MockTransaction.swift | Juanpe/purchases-ios | 9538a32d2a4e27db8884ffe3eb73f163ccaf056e | [
"MIT"
] | null | null | null | PurchasesTests/Mocks/MockTransaction.swift | Juanpe/purchases-ios | 9538a32d2a4e27db8884ffe3eb73f163ccaf056e | [
"MIT"
] | null | null | null | PurchasesTests/Mocks/MockTransaction.swift | Juanpe/purchases-ios | 9538a32d2a4e27db8884ffe3eb73f163ccaf056e | [
"MIT"
] | 1 | 2021-07-31T02:17:04.000Z | 2021-07-31T02:17:04.000Z | //
// Created by RevenueCat on 3/2/20.
// Copyright (c) 2020 Purchases. All rights reserved.
//
import StoreKit
class MockTransaction: SKPaymentTransaction {
var mockPayment: SKPayment?
override var payment: SKPayment {
mockPayment ?? super.payment
}
var mockState = SKPaymentTransactionState... | 20.888889 | 62 | 0.69016 |
394c281b487187329bb8ce03756080cc3122c72e | 11,015 | swift | Swift | ServiceWorker/ServiceWorker/Fetch/FetchResponse.swift | aquariuslt/sw-webview | 6f0cbb45670b821be658a81c490d521e79c85ba4 | [
"MIT"
] | 51 | 2020-07-21T01:33:54.000Z | 2022-03-17T05:29:30.000Z | ServiceWorker/ServiceWorker/Fetch/FetchResponse.swift | aquariuslt/sw-webview | 6f0cbb45670b821be658a81c490d521e79c85ba4 | [
"MIT"
] | null | null | null | ServiceWorker/ServiceWorker/Fetch/FetchResponse.swift | aquariuslt/sw-webview | 6f0cbb45670b821be658a81c490d521e79c85ba4 | [
"MIT"
] | 9 | 2020-09-01T11:50:36.000Z | 2022-01-13T08:02:30.000Z | import Foundation
import JavaScriptCore
import PromiseKit
/// This represents a download from FetchSession. It is created as soon as status, headers etc are received,
/// and contains promise methods to transform incoming data into a variety of formats. It's modelled on the
/// Response object on the web, but our work... | 47.478448 | 159 | 0.630958 |
6e21cf6e7396daef01eb89807056a15374aff0b4 | 5,217 | html | HTML | docs/seed/loader.html | zhaozexin/kissy | e276722b92bd434d399a15fbd4f4fac0424a5ac2 | [
"MIT"
] | null | null | null | docs/seed/loader.html | zhaozexin/kissy | e276722b92bd434d399a15fbd4f4fac0424a5ac2 | [
"MIT"
] | null | null | null | docs/seed/loader.html | zhaozexin/kissy | e276722b92bd434d399a15fbd4f4fac0424a5ac2 | [
"MIT"
] | 1 | 2020-08-14T06:24:01.000Z | 2020-08-14T06:24:01.000Z | <!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>loader ‹ KISSY Docs</title>
<link rel="stylesheet" href="../assets/base-min.css" />
<link rel="stylesheet" href="../assets/docs.css" />
</head>
<body class="w866">
<div id="header">
<a class="logo" href="../index.html"><img src="../assets/logo.png"... | 37 | 167 | 0.40253 |
56726841d02cecfe79368c9a8c1cc7d86b284f4f | 385 | ps1 | PowerShell | LatestBoot.ps1 | luc1d-dev/LatestBoot | fb1f1c7cfa9c2659cf26abbb890680d6b8813611 | [
"CC0-1.0"
] | 2 | 2019-12-11T07:36:42.000Z | 2019-12-18T05:01:48.000Z | LatestBoot.ps1 | luc1d-dev/LatestBoot | fb1f1c7cfa9c2659cf26abbb890680d6b8813611 | [
"CC0-1.0"
] | null | null | null | LatestBoot.ps1 | luc1d-dev/LatestBoot | fb1f1c7cfa9c2659cf26abbb890680d6b8813611 | [
"CC0-1.0"
] | null | null | null | $list = get-Content rebootlist.txt
cls
write-host $list.count "systems targeted, listing details:"
$stat = 'sys.osuptime.latest'
$now = Get-Date
foreach ($vm in $list)
{
Get-Stat -Entity $vm -Stat $stat -Realtime -MaxSamples 1 |
Select @{N='VM';E={$_.Entity.Name}},
@{N='LastOSBoot';E={$now.AddSeconds(- $_.Value)}}... | 27.5 | 60 | 0.649351 |
07fc6a3f803486c78449fbbd0a8830c082728ada | 526 | h | C | library.h | framefactory/ff-esp-arduino | 9c4677da062708af8d245c8fd7cd2e6a6ad9606c | [
"MIT"
] | null | null | null | library.h | framefactory/ff-esp-arduino | 9c4677da062708af8d245c8fd7cd2e6a6ad9606c | [
"MIT"
] | null | null | null | library.h | framefactory/ff-esp-arduino | 9c4677da062708af8d245c8fd7cd2e6a6ad9606c | [
"MIT"
] | null | null | null | /**
* ESP/Arduino Core Library
* Copyright 2020 Frame Factory GmbH, Ralph Wiedemeier
* License: MIT
*/
#ifndef _ESP_CORE_LIBRARY_H
#define _ESP_CORE_LIBRARY_H
#include <cstdint>
#include <Arduino.h>
// MACROS
#define F_BEGIN_NAMESPACE namespace ff {
#define F_END_NAMESPACE }
#define F_USE_NAMESPACE using namespa... | 23.909091 | 103 | 0.749049 |
4b49c3b584950d3695e54c2b7155c07573c4affa | 321 | html | HTML | Project 6/bookmarks/templates/registration/password_reset_done.html | cberry216/django-practice | 1f825aaf81b29977d8313f6afb734da4d1c1685a | [
"MIT"
] | null | null | null | Project 6/bookmarks/templates/registration/password_reset_done.html | cberry216/django-practice | 1f825aaf81b29977d8313f6afb734da4d1c1685a | [
"MIT"
] | 2 | 2021-03-18T21:34:36.000Z | 2021-03-19T15:43:43.000Z | Project 6/bookmarks/templates/registration/password_reset_done.html | cberry216/django-practice | 1f825aaf81b29977d8313f6afb734da4d1c1685a | [
"MIT"
] | null | null | null | {% extends "base.html" %}
{% block title %}Reset Password{% endblock title %}
{% block content %}
<h1>Reset Password</h1>
<p>We've emailed you instructions for setting your password.</p>
<p>If you don't recieve an email, please make sure you've entered the adddress you registered with.</p>
{% endblock content %... | 35.666667 | 105 | 0.697819 |
0778724f6516176dfbc6c78d6bc451ac4e7026bd | 843 | sql | SQL | openGaussBase/testcase/KEYWORDS/cascaded/Opengauss_Function_Keyword_Cascaded_Case0028.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | openGaussBase/testcase/KEYWORDS/cascaded/Opengauss_Function_Keyword_Cascaded_Case0028.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | openGaussBase/testcase/KEYWORDS/cascaded/Opengauss_Function_Keyword_Cascaded_Case0028.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | -- @testpoint: opengauss关键字cascaded(非保留),作为同义词对象名,部分测试点合理报错
--前置条件
drop table if exists cascaded_test;
create table cascaded_test(id int,name varchar(10));
--关键字不带引号-成功
drop synonym if exists cascaded;
create synonym cascaded for cascaded_test;
insert into cascaded values (1,'ada'),(2, 'bob');
update cascaded set casc... | 27.193548 | 67 | 0.755635 |
f7b70e39116540a20d83151543c8e7c864dbcaf0 | 1,043 | kt | Kotlin | mod/src/main/kotlin/extracells/feature/gui/ECGuiHandler.kt | rougsig/ExtraCells2 | 6b6d08c7e481fee4800400375f48c7dab961adb5 | [
"MIT"
] | null | null | null | mod/src/main/kotlin/extracells/feature/gui/ECGuiHandler.kt | rougsig/ExtraCells2 | 6b6d08c7e481fee4800400375f48c7dab961adb5 | [
"MIT"
] | null | null | null | mod/src/main/kotlin/extracells/feature/gui/ECGuiHandler.kt | rougsig/ExtraCells2 | 6b6d08c7e481fee4800400375f48c7dab961adb5 | [
"MIT"
] | 1 | 2022-02-09T15:02:59.000Z | 2022-02-09T15:02:59.000Z | package extracells.feature.gui
import appeng.api.parts.IPartHost
import cpw.mods.fml.common.network.IGuiHandler
import extracells.feature.part.fluidterminal.FluidTerminalPart
import extracells.feature.part.fluidterminal.gui.FluidTerminalContainer
import extracells.feature.part.fluidterminal.gui.FluidTerminalGui
import... | 40.115385 | 112 | 0.777565 |
609fe4e0c49f6d5ec94308e4f360282c4e6da2cb | 133 | asm | Assembly | programs/oeis/010/A010930.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/010/A010930.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/010/A010930.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A010930: Binomial coefficient C(14,n).
; 1,14,91,364,1001,2002,3003,3432,3003,2002,1001,364,91,14,1
mov $1,14
bin $1,$0
mov $0,$1
| 19 | 60 | 0.676692 |
c8a8ef997c02af68f44a89ef90f04dca6c68a815 | 1,925 | swift | Swift | CurrencyConverter/Presenter/CurrencyConverterPresenter.swift | AndresR173/CurrencyConverter | 6bcb9c67e42cb62612b54ed43ca76145aae4889f | [
"MIT"
] | null | null | null | CurrencyConverter/Presenter/CurrencyConverterPresenter.swift | AndresR173/CurrencyConverter | 6bcb9c67e42cb62612b54ed43ca76145aae4889f | [
"MIT"
] | null | null | null | CurrencyConverter/Presenter/CurrencyConverterPresenter.swift | AndresR173/CurrencyConverter | 6bcb9c67e42cb62612b54ed43ca76145aae4889f | [
"MIT"
] | null | null | null | //
// CurrencyConverterPresenter.swift
// CurrencyConverter
//
// Created by Andres Rojas on 22/11/19.
// Copyright © 2019 Andres Rojas. All rights reserved.
//
import Foundation
protocol CurrencyConverterPresenterView: class {
func displayValues(_ values: [DataEntry], animated: Bool)
}
class CurrencyConvert... | 24.679487 | 102 | 0.601039 |
11c8b434fb02e2632d932da492e9ac95fa34ac85 | 3,813 | sql | SQL | EIE3112/CreateDB.sql | DDQXZcp/PolyU_2020_sem2 | 375354330974bc305a0716a6aee103fd78c1ae63 | [
"MIT"
] | 5 | 2020-02-19T06:18:18.000Z | 2022-03-22T08:33:45.000Z | EIE3112/CreateDB.sql | DDQXZcp/PolyU_2020_sem2 | 375354330974bc305a0716a6aee103fd78c1ae63 | [
"MIT"
] | null | null | null | EIE3112/CreateDB.sql | DDQXZcp/PolyU_2020_sem2 | 375354330974bc305a0716a6aee103fd78c1ae63 | [
"MIT"
] | 1 | 2021-04-11T11:45:50.000Z | 2021-04-11T11:45:50.000Z | DROP DATABASE IF EXISTS Lab1;
CREATE DATABASE IF NOT EXISTS Lab1;
USE Lab1;
-- MySQL Workbench Forward Engineering
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;
SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;
SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='ONLY_FULL_GROUP_BY,STRICT_... | 33.156522 | 160 | 0.548387 |
fbd44abf217e9f43775ecd3a81604cf2ee0658ec | 422 | java | Java | springboot-demos02/springbootdemo148-Hsqldb/src/main/java/com/kenshine/hsqldb/mapper/BlogMapper.java | zjxkenshine/codedemo | 754a6458605e3d7d0e98fb0c1926234b2719b2d7 | [
"Apache-2.0"
] | 1 | 2021-10-30T13:06:52.000Z | 2021-10-30T13:06:52.000Z | springboot-demos02/springbootdemo148-Hsqldb/src/main/java/com/kenshine/hsqldb/mapper/BlogMapper.java | zjxkenshine/codedemo | 754a6458605e3d7d0e98fb0c1926234b2719b2d7 | [
"Apache-2.0"
] | null | null | null | springboot-demos02/springbootdemo148-Hsqldb/src/main/java/com/kenshine/hsqldb/mapper/BlogMapper.java | zjxkenshine/codedemo | 754a6458605e3d7d0e98fb0c1926234b2719b2d7 | [
"Apache-2.0"
] | null | null | null | package com.kenshine.hsqldb.mapper;
import com.kenshine.hsqldb.entity.Blog;
import org.apache.ibatis.annotations.Select;
import org.springframework.stereotype.Repository;
import java.util.List;
/**
* @author :kenshine
* @date :Created in 2021/12/5 18:01
* @description:
* @modified By:
* @version: $
*/
@Reposit... | 20.095238 | 49 | 0.71564 |
5814d93d1e7073a7476de779d527de49f597fc26 | 2,945 | h | C | src/stream.h | emmanuel-marty/lz4ultra | 7afa7fa5947059adae6e068591e57fcfa1fbc9f9 | [
"Zlib",
"CC0-1.0"
] | 46 | 2019-04-09T02:33:36.000Z | 2022-01-25T12:14:17.000Z | src/stream.h | emmanuel-marty/lz4ultra | 7afa7fa5947059adae6e068591e57fcfa1fbc9f9 | [
"Zlib",
"CC0-1.0"
] | null | null | null | src/stream.h | emmanuel-marty/lz4ultra | 7afa7fa5947059adae6e068591e57fcfa1fbc9f9 | [
"Zlib",
"CC0-1.0"
] | 3 | 2019-07-24T08:40:47.000Z | 2021-05-01T15:08:06.000Z | /*
* stream.h - streaming I/O definitions
*
* Copyright (C) 2019 Emmanuel Marty
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permission is granted to anyone to... | 30.677083 | 105 | 0.675722 |
3f0d683d15d849c926e9bd743cf376a73bef8455 | 1,854 | swift | Swift | HospitalOne/Controllers/AppointmentController.swift | HospitalOne/HospitalApp | 50c64cde1b3c441739a37fa11924bd575298d363 | [
"MIT"
] | null | null | null | HospitalOne/Controllers/AppointmentController.swift | HospitalOne/HospitalApp | 50c64cde1b3c441739a37fa11924bd575298d363 | [
"MIT"
] | null | null | null | HospitalOne/Controllers/AppointmentController.swift | HospitalOne/HospitalApp | 50c64cde1b3c441739a37fa11924bd575298d363 | [
"MIT"
] | null | null | null | //
// AppointmentController.swift
// HospitalOne
//
// Created by Daniil Belikov on 18.10.2019.
// Copyright © 2019 Tolyatti City Hospital No.1. All rights reserved.
//
import UIKit
import WebKit
final class AppointmentController: UIViewController {
// MARK: - IBOutlets
@IBOutlet private weak va... | 24.72 | 84 | 0.647249 |
051a911e7ab3b5496a132f5428b86373c2d6a40d | 432 | jbuilder | Ruby | app/views/api/v1/widget/messages/create.json.jbuilder | alejandropereira/chatwoot | b0950d6880664af2ba56994847f2b19b0ad0ec92 | [
"MIT"
] | null | null | null | app/views/api/v1/widget/messages/create.json.jbuilder | alejandropereira/chatwoot | b0950d6880664af2ba56994847f2b19b0ad0ec92 | [
"MIT"
] | null | null | null | app/views/api/v1/widget/messages/create.json.jbuilder | alejandropereira/chatwoot | b0950d6880664af2ba56994847f2b19b0ad0ec92 | [
"MIT"
] | null | null | null | json.id @message.id
json.content @message.content
json.inbox_id @message.inbox_id
json.conversation_id @message.conversation.display_id
json.message_type @message.message_type_before_type_cast
json.created_at @message.created_at.to_i
json.private @message.private
json.source_id @message.source_id
json.attachment @messa... | 39.272727 | 74 | 0.856481 |
9bf441bb5296a0ad4f735149830922aa47181276 | 681 | js | JavaScript | src/components/Link/RouteContext.js | Akii/wheelmap-react-frontend | c8f8aadac32dc87dea39e973b532fbf0f44ac3b8 | [
"MIT"
] | null | null | null | src/components/Link/RouteContext.js | Akii/wheelmap-react-frontend | c8f8aadac32dc87dea39e973b532fbf0f44ac3b8 | [
"MIT"
] | null | null | null | src/components/Link/RouteContext.js | Akii/wheelmap-react-frontend | c8f8aadac32dc87dea39e973b532fbf0f44ac3b8 | [
"MIT"
] | null | null | null | // @flow
import React, { createContext } from 'react';
import { type RouterHistory, type RouteParams } from '../../lib/RouterHistory';
export type RouteContext = {
params: RouteParams,
history: RouterHistory,
name: string,
};
const { Provider: RouteProvider, Consumer: BaseRouteConsumer } = createContext<?Route... | 25.222222 | 96 | 0.665198 |
2da9c09e5bb067f9c3e83551e8657d7dd224f702 | 4,147 | html | HTML | 113489-new-members/topic/a.20.3E.20a.20is.20false.html | robertylewis/website_test | e7373d5751057041945bda7d81d8727f7e4bbed8 | [
"MIT"
] | null | null | null | 113489-new-members/topic/a.20.3E.20a.20is.20false.html | robertylewis/website_test | e7373d5751057041945bda7d81d8727f7e4bbed8 | [
"MIT"
] | 2 | 2020-04-01T09:40:58.000Z | 2020-04-01T09:40:59.000Z | 113489-new-members/topic/a.20.3E.20a.20is.20false.html | robertylewis/website_test | e7373d5751057041945bda7d81d8727f7e4bbed8 | [
"MIT"
] | null | null | null | ---
layout: archive
title: Zulip Chat Archive
permalink: /stream/113489-new-members/topic/a.20.3E.20a.20is.20false.html
---
<h2>Stream: <a href="http://robertylewis.com/website_test/stream/113489-new-members/index.html">new members</a></h2>
<h3>Topic: <a href="http://robertylewis.com/website_test/stream/113489-new-mem... | 74.053571 | 415 | 0.68218 |
3ef93c12c17d69f16565e89a5be2929b0cabccef | 11,768 | sql | SQL | nboletas-web/sql/nboletas_op.sql | dfriveros11/DEW | b12bf99fa83de1ff028b7f8aa48df11b4d75a03f | [
"MIT"
] | null | null | null | nboletas-web/sql/nboletas_op.sql | dfriveros11/DEW | b12bf99fa83de1ff028b7f8aa48df11b4d75a03f | [
"MIT"
] | null | null | null | nboletas-web/sql/nboletas_op.sql | dfriveros11/DEW | b12bf99fa83de1ff028b7f8aa48df11b4d75a03f | [
"MIT"
] | 1 | 2018-08-06T16:07:26.000Z | 2018-08-06T16:07:26.000Z | delete from ReembolsoEntity;
delete from EnvioEntity;
delete from ComentarioEntity;
delete from BoletaEntity;
delete from OrganizadorEntity;
delete from FuncionEntity;
delete from EspectaculoEntity;
delete from ArtistaEntity;
delete from SillaEntity;
delete from DivisionDeLugarEntity;
delete from LugarEntity;... | 70.467066 | 240 | 0.727906 |
83ed67171f02cf19739c18a116b3fbf5359f9a53 | 367 | rs | Rust | src/allocator.rs | rjsberry/no_alloc | 5ca955717b31d58973ae26fea8ae5c6a340545b7 | [
"0BSD",
"Unlicense"
] | null | null | null | src/allocator.rs | rjsberry/no_alloc | 5ca955717b31d58973ae26fea8ae5c6a340545b7 | [
"0BSD",
"Unlicense"
] | 4 | 2020-07-16T21:22:31.000Z | 2020-07-23T21:43:36.000Z | src/allocator.rs | rjsberry/no_ptr | 5ca955717b31d58973ae26fea8ae5c6a340545b7 | [
"0BSD",
"Unlicense"
] | null | null | null | use super::{CapacityError, Layout};
use core::ptr::NonNull;
/// A memory allocator.
pub trait Allocator {
/// Allocates a memory block described by the given layout.
unsafe fn alloc(
&self,
layout: Layout,
) -> Result<NonNull<u8>, CapacityError>;
/// Deallocates the memory block.
... | 22.9375 | 63 | 0.645777 |
4a5eaa41639b114b739fd2eaabefe396751a7486 | 28,538 | html | HTML | html/one-hundred-years-of-solitude.html | sqsga/sqsga.github.io | 9d3242421b01b024ff10f7c34750858d329da97b | [
"MIT"
] | 101 | 2015-01-08T07:48:49.000Z | 2022-03-29T06:13:15.000Z | html/one-hundred-years-of-solitude.html | sqsga/sqsga.github.io | 9d3242421b01b024ff10f7c34750858d329da97b | [
"MIT"
] | 1 | 2022-01-13T15:40:01.000Z | 2022-01-13T15:40:01.000Z | html/one-hundred-years-of-solitude.html | sqsga/sqsga.github.io | 9d3242421b01b024ff10f7c34750858d329da97b | [
"MIT"
] | 47 | 2015-08-09T16:07:18.000Z | 2022-03-31T08:28:08.000Z | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>百年孤独(Cien años de soledad)</title>
<meta http-equiv="Content-Type" content="text/html;ch... | 44.040123 | 641 | 0.839442 |
c11fc63ec48e9bb0606c8d1dee1f985457079f54 | 609 | sql | SQL | cont.sql | nenadnoveljic/tpt-oracle | b64c45cc7911b9bb4698901ba8a3eedd1c6a3e28 | [
"Apache-2.0"
] | 483 | 2018-05-16T04:52:12.000Z | 2022-03-18T18:15:28.000Z | cont.sql | nenadnoveljic/tpt-oracle | b64c45cc7911b9bb4698901ba8a3eedd1c6a3e28 | [
"Apache-2.0"
] | 27 | 2019-01-21T07:55:13.000Z | 2022-02-28T12:00:30.000Z | cont.sql | nenadnoveljic/tpt-oracle | b64c45cc7911b9bb4698901ba8a3eedd1c6a3e28 | [
"Apache-2.0"
] | 237 | 2018-05-16T04:52:25.000Z | 2022-03-24T03:48:35.000Z | -- Copyright 2018 Tanel Poder. All rights reserved. More info at http://tanelpoder.com
-- Licensed under the Apache License, Version 2.0. See LICENSE.txt for terms & conditions.
COL cont_open_time HEAD OPEN_TIME FOR A35
SELECT
con_id
, dbid
-- , con_uid
-- , gu... | 27.681818 | 90 | 0.536946 |
de62bbae8d9eca06d9bd83814c051b0585b837a6 | 4,066 | rs | Rust | src/rules/no_extra_non_null_assertion.rs | DomParfitt/deno_lint | e8097ffd544f9a3515be40c83fbb483548cb7f99 | [
"MIT"
] | null | null | null | src/rules/no_extra_non_null_assertion.rs | DomParfitt/deno_lint | e8097ffd544f9a3515be40c83fbb483548cb7f99 | [
"MIT"
] | null | null | null | src/rules/no_extra_non_null_assertion.rs | DomParfitt/deno_lint | e8097ffd544f9a3515be40c83fbb483548cb7f99 | [
"MIT"
] | null | null | null | // Copyright 2020 the Deno authors. All rights reserved. MIT license.
use super::Context;
use super::LintRule;
use swc_common::Span;
use swc_ecmascript::ast::Expr;
use swc_ecmascript::ast::ExprOrSuper;
use swc_ecmascript::ast::OptChainExpr;
use swc_ecmascript::ast::TsNonNullExpr;
use swc_ecmascript::visit::Node;
use sw... | 26.402597 | 80 | 0.640187 |
e9a859c30aee128c4c2443f144be05df95c1c9e2 | 2,547 | go | Go | client.go | mbirinci/easyhttp | 2920017f74c74296f21ebd907e058be72629f330 | [
"MIT"
] | 4 | 2022-02-18T00:12:48.000Z | 2022-03-25T14:27:33.000Z | client.go | mbirinci/easyhttp | 2920017f74c74296f21ebd907e058be72629f330 | [
"MIT"
] | 1 | 2021-09-14T19:14:52.000Z | 2021-09-14T19:14:52.000Z | client.go | mbirinci/easyhttp | 2920017f74c74296f21ebd907e058be72629f330 | [
"MIT"
] | null | null | null | package easyhttp
import (
"encoding/json"
"io/ioutil"
"net/http"
)
// Client is extended stdlib *http.Client
type Client struct {
// embed *http.Client
*http.Client
}
// Response is extended *http.Response
type Response struct {
// embed *http.Response
*http.Response
// RawBody holds body data as byt... | 19.744186 | 95 | 0.65214 |
afbd476d592988c540f0dfcba7fe46d105e64aa2 | 629 | html | HTML | Application/Home/View/Index/index.html | Snow-Null/oa | 561cd87b6b60c12fc9529b0788099344d232470c | [
"BSD-2-Clause"
] | null | null | null | Application/Home/View/Index/index.html | Snow-Null/oa | 561cd87b6b60c12fc9529b0788099344d232470c | [
"BSD-2-Clause"
] | null | null | null | Application/Home/View/Index/index.html | Snow-Null/oa | 561cd87b6b60c12fc9529b0788099344d232470c | [
"BSD-2-Clause"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<h4 id="h4">百度一下你就知道</h4>
<script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
<script>
$(function () {
$('#h4').mouseenter(function ()... | 27.347826 | 86 | 0.445151 |
6fdf930f29d18826f66789b982bf9f6831d73da8 | 5,095 | sql | SQL | 02_model/sql/barriers_anthropogenic.sql | njohanley/bcfishpass | 10a1aa1baee2300e79c9412bc0cce7f503f9813b | [
"Apache-2.0"
] | null | null | null | 02_model/sql/barriers_anthropogenic.sql | njohanley/bcfishpass | 10a1aa1baee2300e79c9412bc0cce7f503f9813b | [
"Apache-2.0"
] | null | null | null | 02_model/sql/barriers_anthropogenic.sql | njohanley/bcfishpass | 10a1aa1baee2300e79c9412bc0cce7f503f9813b | [
"Apache-2.0"
] | null | null | null | -- Create separate barrier table,
-- holding crossings that are barriers and potential barriers
DROP TABLE IF EXISTS bcfishpass.barriers_anthropogenic;
CREATE TABLE bcfishpass.barriers_anthropogenic
(
aggregated_crossings_id integer PRIMARY KEY ,
stream_crossing_id integer... | 35.629371 | 93 | 0.702453 |
0cbd80d538ed5aeecd342647472ca2c49593352a | 3,110 | py | Python | TaxPy/data_processing/export_reads.py | stenglein-lab/TaxAssessor | 144599d1395627c4e86ab68a4d6d3e0785e606f0 | [
"MIT"
] | null | null | null | TaxPy/data_processing/export_reads.py | stenglein-lab/TaxAssessor | 144599d1395627c4e86ab68a4d6d3e0785e606f0 | [
"MIT"
] | 2 | 2016-11-29T19:48:27.000Z | 2016-12-09T17:18:56.000Z | TaxPy/data_processing/export_reads.py | stenglein-lab/TaxAssessor | 144599d1395627c4e86ab68a4d6d3e0785e606f0 | [
"MIT"
] | null | null | null | #!/usr/bin/python
import json
import timeit
import re
import TaxPy.db_management.db_wrap as TaxDb
from itertools import izip
def retrieveReads(userName,fileName,fileId,parentTaxId,query):
time1 = timeit.default_timer()
taxTree = loadTaxTree(userName,fileName)
time2 = timeit.default_timer()
print str... | 27.280702 | 76 | 0.618971 |
56d743175a34e9cf247210e8abf862f15b48cca9 | 926 | ts | TypeScript | Lib/Logger.ts | dburner/AlexaWithXiaomiBulb | 468cc2dcda072b8fb8e6d6cbb3d143d1413b90f1 | [
"MIT"
] | 4 | 2018-03-17T03:51:47.000Z | 2020-01-12T13:24:45.000Z | Lib/Logger.ts | dburner/AlexaWithXiaomiBulb | 468cc2dcda072b8fb8e6d6cbb3d143d1413b90f1 | [
"MIT"
] | null | null | null | Lib/Logger.ts | dburner/AlexaWithXiaomiBulb | 468cc2dcda072b8fb8e6d6cbb3d143d1413b90f1 | [
"MIT"
] | null | null | null | import * as fs from 'fs';
import * as winston from 'winston';
import 'winston-daily-rotate-file';
const env = process.env.NODE_ENV || 'development';
const logDir = 'log';
// Create the log directory if it does not exist
if (!fs.existsSync(logDir))
fs.mkdirSync(logDir);
const tsFormat = () => (new D... | 28.9375 | 60 | 0.557235 |
2f3feb7c876532bf4f7e9fa7e40ca20261cd6404 | 535 | php | PHP | database/seeds/PhotosTableSeeder.php | masumbillahbd/green | 238ce50d2e214aa6a81b50716138ba79933cae9e | [
"MIT"
] | null | null | null | database/seeds/PhotosTableSeeder.php | masumbillahbd/green | 238ce50d2e214aa6a81b50716138ba79933cae9e | [
"MIT"
] | 2 | 2021-02-03T01:11:59.000Z | 2021-04-30T11:59:48.000Z | database/seeds/PhotosTableSeeder.php | masumbillahbd/green | 238ce50d2e214aa6a81b50716138ba79933cae9e | [
"MIT"
] | null | null | null | <?php
use Illuminate\Database\Seeder;
use App\Photo;
class PhotosTableSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
$faker = Faker\Factory::create();
$image = 'masum.jpg';
foreach (range(1, 10) as $v... | 17.258065 | 71 | 0.519626 |
49877e31723315beaf972f3d84fe4958e91eab7a | 2,630 | html | HTML | fileSystem/testingFileSystem.html | nomad-mystic/nomadmystic | 7814c1f7c1a45464df5896d03dd3c3bed0f763d0 | [
"MIT"
] | 1 | 2016-06-15T08:36:56.000Z | 2016-06-15T08:36:56.000Z | fileSystem/testingFileSystem.html | nomad-mystic/nomadmystic | 7814c1f7c1a45464df5896d03dd3c3bed0f763d0 | [
"MIT"
] | 1 | 2016-06-08T13:05:41.000Z | 2016-06-08T13:06:07.000Z | fileSystem/testingFileSystem.html | nomad-mystic/nomadmystic | 7814c1f7c1a45464df5896d03dd3c3bed0f763d0 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="testingFolder/includes/lib/prettify.min.css">
<script src="testingFolder/includes/lib/jquery/jquery.min.js"></script>
<script src="testingFolder/includes/lib/bootstrap/js/bootstrap.min.js... | 33.717949 | 108 | 0.519392 |
aa1b980ee593fe08396baaeb9101194e9b00c51f | 675 | swift | Swift | SwiftIsland/Mentor/MentorManager.swift | SpacyRicochet/island-app | c17419928359bb726f72d0a093c4ae9fbff9a0f4 | [
"MIT"
] | null | null | null | SwiftIsland/Mentor/MentorManager.swift | SpacyRicochet/island-app | c17419928359bb726f72d0a093c4ae9fbff9a0f4 | [
"MIT"
] | null | null | null | SwiftIsland/Mentor/MentorManager.swift | SpacyRicochet/island-app | c17419928359bb726f72d0a093c4ae9fbff9a0f4 | [
"MIT"
] | null | null | null | //
// MentorManager.swift
// SwiftIsland
//
// Created by Paul Peelen on 2019-06-02.
// Copyright © 2019 AppTrix AB. All rights reserved.
//
import Foundation
class MentorManager {
static let shared = MentorManager()
private let dataManager: DataManaging
private(set) var mentors: [Mentor] = []
init(dat... | 19.852941 | 56 | 0.666667 |
0433a80934605671fa2e715309094539d0da50bd | 885 | java | Java | src/main/java/fr/litarvan/paladin/PaladinGuiceModule.java | paladin-framework/paladin | 16444b5957630cbbf10d51da7494e1fbb3ebce25 | [
"MIT"
] | 3 | 2018-02-12T17:02:38.000Z | 2020-10-07T12:56:12.000Z | src/main/java/fr/litarvan/paladin/PaladinGuiceModule.java | paladin-framework/paladin | 16444b5957630cbbf10d51da7494e1fbb3ebce25 | [
"MIT"
] | null | null | null | src/main/java/fr/litarvan/paladin/PaladinGuiceModule.java | paladin-framework/paladin | 16444b5957630cbbf10d51da7494e1fbb3ebce25 | [
"MIT"
] | null | null | null | package fr.litarvan.paladin;
import com.google.inject.AbstractModule;
import com.google.inject.Provider;
import fr.litarvan.paladin.http.routing.Router;
public class PaladinGuiceModule extends AbstractModule
{
private Paladin paladin;
public PaladinGuiceModule(Paladin paladin)
{
this.paladin = p... | 25.285714 | 91 | 0.650847 |
44dfaf2b30d7a2dc36a570ad2cec115415819418 | 1,822 | swift | Swift | Samples/SampleApp-iOS/Sources/ActivityViewController.swift | mingsai/Advance | 8ec9bc9dac75c3048da127e913b9263613ee8753 | [
"BSD-2-Clause"
] | 4,412 | 2016-03-02T19:49:33.000Z | 2017-12-28T13:59:29.000Z | Samples/SampleApp-iOS/Sources/ActivityViewController.swift | mingsai/Advance | 8ec9bc9dac75c3048da127e913b9263613ee8753 | [
"BSD-2-Clause"
] | 18 | 2016-03-02T21:01:22.000Z | 2018-01-01T20:38:26.000Z | Samples/SampleApp-iOS/Sources/ActivityViewController.swift | mingsai/Advance | 8ec9bc9dac75c3048da127e913b9263613ee8753 | [
"BSD-2-Clause"
] | 284 | 2016-03-02T20:43:39.000Z | 2017-12-30T06:08:39.000Z | import UIKit
class ActivityViewController: DemoViewController {
let activityView = ActivityView()
let slider = UISlider()
override func viewDidLoad() {
super.viewDidLoad()
title = "Logo"
note = "Drag the slider to disassemble."
activi... | 30.881356 | 99 | 0.619649 |
8746e00219d07e94fb547cf68b1dc563dbe2cd21 | 12,000 | asm | Assembly | bin/gcc/config/h8300/lib1funcs.asm | aaliomer/exos | 6a37c41cad910c373322441a9f23cfabdbfae275 | [
"BSD-3-Clause"
] | 1 | 2018-01-23T23:07:19.000Z | 2018-01-23T23:07:19.000Z | bin/gcc/config/h8300/lib1funcs.asm | aaliomer/exos | 6a37c41cad910c373322441a9f23cfabdbfae275 | [
"BSD-3-Clause"
] | null | null | null | bin/gcc/config/h8300/lib1funcs.asm | aaliomer/exos | 6a37c41cad910c373322441a9f23cfabdbfae275 | [
"BSD-3-Clause"
] | null | null | null | ;; libgcc1 routines for the Hitachi h8/300 cpu.
;; Contributed by Steve Chamberlain.
;; sac@cygnus.com
/* Copyright (C) 1994 Free Software Foundation, Inc.
This file is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundatio... | 17.045455 | 78 | 0.6635 |
5d4f6079bb46321e62e468fd68dcab304f3c267d | 1,160 | sql | SQL | server/src-rsr/init_mssql_source.sql | eazyfin/graphql-engine | 72cc73826b37bfb05bde505fe21f8a60201855cb | [
"Apache-2.0",
"MIT"
] | 1 | 2019-10-31T19:50:02.000Z | 2019-10-31T19:50:02.000Z | server/src-rsr/init_mssql_source.sql | eazyfin/graphql-engine | 72cc73826b37bfb05bde505fe21f8a60201855cb | [
"Apache-2.0",
"MIT"
] | null | null | null | server/src-rsr/init_mssql_source.sql | eazyfin/graphql-engine | 72cc73826b37bfb05bde505fe21f8a60201855cb | [
"Apache-2.0",
"MIT"
] | null | null | null | CREATE TABLE hdb_catalog.hdb_source_catalog_version (
version INTEGER NOT NULL PRIMARY KEY,
upgraded_on DATETIME2(7) NOT NULL
);
CREATE TABLE hdb_catalog.event_log
(
id UNIQUEIDENTIFIER DEFAULT newid() PRIMARY KEY,
schema_name NVARCHAR(MAX) NOT NULL,
table_name NVARCHAR(MAX) NOT NULL,
trigger_name NVARCHAR... | 29.74359 | 68 | 0.768966 |
fb925ba2098efa2d9cb331d2ee82b124c2359062 | 4,049 | java | Java | kie-soup-dataset/kie-soup-dataset-core/src/main/java/org/dashbuilder/dataprovider/StaticDataSetProvider.java | sutaakar/kie-soup | eb20ff40202f2c37a31b3875cc697a8406bb114c | [
"Apache-2.0"
] | 72 | 2019-07-17T15:35:54.000Z | 2022-01-16T17:22:10.000Z | kie-soup-dataset/kie-soup-dataset-core/src/main/java/org/dashbuilder/dataprovider/StaticDataSetProvider.java | sutaakar/kie-soup | eb20ff40202f2c37a31b3875cc697a8406bb114c | [
"Apache-2.0"
] | 418 | 2019-07-16T17:27:07.000Z | 2022-01-26T16:00:51.000Z | kie-soup-dataset/kie-soup-dataset-core/src/main/java/org/dashbuilder/dataprovider/StaticDataSetProvider.java | sutaakar/kie-soup | eb20ff40202f2c37a31b3875cc697a8406bb114c | [
"Apache-2.0"
] | 92 | 2017-09-13T18:53:11.000Z | 2022-03-02T17:13:31.000Z | /*
* Copyright 2014 Red Hat, Inc. and/or its affiliates.
*
* 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 a... | 35.831858 | 130 | 0.689059 |
f04f2d7de60a6e65caad3d412bae28edbaeee515 | 1,429 | js | JavaScript | src/components/FileManager/Operation.js | firoozej/react-admin-panel | dbff0260701583de9c10509d9351f1249b04e370 | [
"MIT"
] | null | null | null | src/components/FileManager/Operation.js | firoozej/react-admin-panel | dbff0260701583de9c10509d9351f1249b04e370 | [
"MIT"
] | null | null | null | src/components/FileManager/Operation.js | firoozej/react-admin-panel | dbff0260701583de9c10509d9351f1249b04e370 | [
"MIT"
] | null | null | null | import React, { Component } from 'react';
import NewFolderForm from './NewFolderForm';
import NewFolder from './NewFolder';
import DeleteFile from './DeleteFile';
class Opertion extends Component {
state = {
newFolderModalOpen: false
}
onCloseClick = () => {
this.setState({
new... | 28.019608 | 95 | 0.516445 |
c7f08697fec46620dbfbf74bb4752b280bc56346 | 11,800 | py | Python | intro_to_algorithm/Red Black Tree.py | Run0812/algorithm | 1a73ce6e81cf8c3ebe58f736204dc686e85d44c5 | [
"MIT"
] | null | null | null | intro_to_algorithm/Red Black Tree.py | Run0812/algorithm | 1a73ce6e81cf8c3ebe58f736204dc686e85d44c5 | [
"MIT"
] | null | null | null | intro_to_algorithm/Red Black Tree.py | Run0812/algorithm | 1a73ce6e81cf8c3ebe58f736204dc686e85d44c5 | [
"MIT"
] | null | null | null | class Red_Black_Tree(object):
class __Node(object):
def __init__(self, key, value=None, color=None, parent=None, left=None, right=None):
self.key = key
self.value = value
self.color = color # black = 0 red = 1
self.parent = parent
self.left = le... | 36.875 | 121 | 0.512542 |
2a12f4e1c4550c91a8c883e52a5ac148f54dd8ca | 463 | java | Java | h2o-core/src/main/java/water/api/schemas3/ConfusionMatrixV3.java | ahmedengu/h2o-3 | ac2c0a6fbe7f8e18078278bf8a7d3483d41aca11 | [
"Apache-2.0"
] | 6,098 | 2015-05-22T02:46:12.000Z | 2022-03-31T16:54:51.000Z | h2o-core/src/main/java/water/api/schemas3/ConfusionMatrixV3.java | ahmedengu/h2o-3 | ac2c0a6fbe7f8e18078278bf8a7d3483d41aca11 | [
"Apache-2.0"
] | 2,517 | 2015-05-23T02:10:54.000Z | 2022-03-30T17:03:39.000Z | h2o-core/src/main/java/water/api/schemas3/ConfusionMatrixV3.java | ahmedengu/h2o-3 | ac2c0a6fbe7f8e18078278bf8a7d3483d41aca11 | [
"Apache-2.0"
] | 2,199 | 2015-05-22T04:09:55.000Z | 2022-03-28T22:20:45.000Z | package water.api.schemas3;
import hex.ConfusionMatrix;
import water.api.API;
public class ConfusionMatrixV3 extends SchemaV3<ConfusionMatrix, ConfusionMatrixV3> {
@API(help="Annotated confusion matrix", direction=API.Direction.OUTPUT)
public TwoDimTableV3 table;
// Version&Schema-specific filling into the im... | 25.722222 | 85 | 0.764579 |
1843e1a2de90331d7346236bef474c5dee16facb | 16,294 | ps1 | PowerShell | src/Public/LogRhythm/Admin/Hosts/New-LrHost.ps1 | LogRhythm-Tools/LogRhythm.Tools | 9290f4e17f9e3feac69507069268cbcee88fa454 | [
"MS-PL"
] | 32 | 2020-05-21T19:50:52.000Z | 2022-03-08T02:00:23.000Z | src/Public/LogRhythm/Admin/Hosts/New-LrHost.ps1 | LogRhythm-Tools/LogRhythm.Tools | 9290f4e17f9e3feac69507069268cbcee88fa454 | [
"MS-PL"
] | 50 | 2020-06-24T20:43:01.000Z | 2021-10-11T01:07:44.000Z | src/Public/LogRhythm/Admin/Hosts/New-LrHost.ps1 | LogRhythm-Tools/LogRhythm.Tools | 9290f4e17f9e3feac69507069268cbcee88fa454 | [
"MS-PL"
] | 12 | 2020-06-26T07:01:49.000Z | 2021-11-02T22:58:51.000Z | using namespace System
using namespace System.IO
using namespace System.Collections.Generic
Function New-LrHost {
<#
.SYNOPSIS
Create a new Host entry for the LogRhythm Entity structure.
.DESCRIPTION
New-LrHost returns a full LogRhythm Host object, including details and list items.
.PAR... | 35.04086 | 245 | 0.531361 |
fb1915b4c897124643baf8a47fb844756f77b53e | 272 | h | C | external/config.h | RobbeDGreef/OS | 121709618164906ab030502861c487b0dc1cdefa | [
"MIT"
] | 87 | 2019-08-24T16:10:35.000Z | 2022-03-24T15:28:47.000Z | external/config.h | RobbeDGreef/OS | 121709618164906ab030502861c487b0dc1cdefa | [
"MIT"
] | null | null | null | external/config.h | RobbeDGreef/OS | 121709618164906ab030502861c487b0dc1cdefa | [
"MIT"
] | 5 | 2019-10-31T17:43:36.000Z | 2021-01-17T18:58:57.000Z | #ifndef YANIX_EXT_CONFIG_H
#define YANIX_EXT_CONFIG_H
#define HAVE_OWN_STDLIB 1
#define HAVE_OWN_STRING 1
#define ECLIB_PROV_MALLOC kmalloc
#define ECLIB_PROV_FREE kfree
#define ECLIB_PROV_MEMSET memset
#define ECLIB_PROV_MEMCPY memcpy
#endif /* YANIX_EXT_CONFIG_H */ | 22.666667 | 33 | 0.841912 |
e269eb3081671ee571d276e9e3a32cc7118a3ad7 | 481 | sql | SQL | db/query.sql | LordLowdar/bosstracker | 4b084f611267c3d9df1abf47b89d481282284039 | [
"MIT"
] | null | null | null | db/query.sql | LordLowdar/bosstracker | 4b084f611267c3d9df1abf47b89d481282284039 | [
"MIT"
] | null | null | null | db/query.sql | LordLowdar/bosstracker | 4b084f611267c3d9df1abf47b89d481282284039 | [
"MIT"
] | null | null | null | SELECT
employee.id AS ID,
employee.first_name AS First,
employee.last_name AS Last,
employee.role_id AS Role,
role.salary AS Salary,
manager.last_name AS Manager,
department.name AS Department
JOIN employee to its self FROM employee LEFT JOIN employee manager
ON employee.manager_id = manager.id
JOIN role to emplo... | 28.294118 | 66 | 0.785863 |
8ea5a760b5091f9d898b3798074b54f090b1b9fe | 38 | sql | SQL | models/tmp/stg_netsuite__locations_tmp.sql | vik-g/dbt_netsuite_source | 80b1f911991942f7ca0898fee0e4145d78be7de1 | [
"Apache-2.0"
] | 4 | 2021-09-16T22:45:18.000Z | 2022-03-14T00:01:42.000Z | models/tmp/stg_netsuite__locations_tmp.sql | vik-g/dbt_netsuite_source | 80b1f911991942f7ca0898fee0e4145d78be7de1 | [
"Apache-2.0"
] | 5 | 2021-06-14T21:28:07.000Z | 2022-03-25T20:58:33.000Z | models/tmp/stg_netsuite__locations_tmp.sql | vik-g/dbt_netsuite_source | 80b1f911991942f7ca0898fee0e4145d78be7de1 | [
"Apache-2.0"
] | 7 | 2021-09-10T18:53:21.000Z | 2022-03-24T23:15:39.000Z | select *
from {{ var('locations') }}
| 12.666667 | 27 | 0.578947 |
fbb165a0d0b672019e644a4cf8283288667080dd | 2,788 | java | Java | benchmark-app/src/main/java/org/flowable/benchmark/app/BenchmarkProperties.java | vorbidan/flowable-benchmark | 9ac5e30d515e38485b85ee3d82c76cca0e374f4a | [
"Apache-2.0"
] | null | null | null | benchmark-app/src/main/java/org/flowable/benchmark/app/BenchmarkProperties.java | vorbidan/flowable-benchmark | 9ac5e30d515e38485b85ee3d82c76cca0e374f4a | [
"Apache-2.0"
] | null | null | null | benchmark-app/src/main/java/org/flowable/benchmark/app/BenchmarkProperties.java | vorbidan/flowable-benchmark | 9ac5e30d515e38485b85ee3d82c76cca0e374f4a | [
"Apache-2.0"
] | null | null | null | package org.flowable.benchmark.app;
import org.springframework.boot.context.properties.ConfigurationProperties;
import java.util.ArrayList;
import java.util.List;
/**
* @author Filip Hrisafov
*/
@ConfigurationProperties(prefix = "benchmark")
public class BenchmarkProperties {
protected boolean enabled = true;... | 21.78125 | 75 | 0.624821 |
b98a3c91f6120faa4ab91c7050621ba1488a8a15 | 177 | kt | Kotlin | src/main/java/tornadofx/EventLog.kt | aleksandar-stefanovic/tornadofx2 | e4f5bde2cde42b5bbdbeb5ceb2ae70d3602edfff | [
"Apache-2.0"
] | 3,991 | 2016-01-20T02:30:26.000Z | 2022-03-30T10:52:05.000Z | src/main/java/tornadofx/EventLog.kt | aleksandar-stefanovic/tornadofx2 | e4f5bde2cde42b5bbdbeb5ceb2ae70d3602edfff | [
"Apache-2.0"
] | 1,209 | 2016-01-26T00:39:25.000Z | 2022-03-30T11:36:26.000Z | src/main/java/tornadofx/EventLog.kt | aleksandar-stefanovic/tornadofx2 | e4f5bde2cde42b5bbdbeb5ceb2ae70d3602edfff | [
"Apache-2.0"
] | 410 | 2016-02-12T23:06:55.000Z | 2022-03-16T19:38:37.000Z | package tornadofx
class MessageEvent(val message: String, val severity: ValidationSeverity) : FXEvent() {
enum class Severity { Info, Warning, Error }
}
class EventLogView | 25.285714 | 87 | 0.762712 |
843ce6ff772c3da589d70f3359d701e1eae4757b | 1,660 | html | HTML | src/main/webapp/WEB-INF/templates/fragments/header.html | borjaja/Social-Network | c9797ac59e3c9f695dc709cdadf82cd37ce87554 | [
"MIT"
] | null | null | null | src/main/webapp/WEB-INF/templates/fragments/header.html | borjaja/Social-Network | c9797ac59e3c9f695dc709cdadf82cd37ce87554 | [
"MIT"
] | 1 | 2019-10-05T13:25:13.000Z | 2019-10-05T13:26:04.000Z | src/main/webapp/WEB-INF/templates/fragments/header.html | borjaja/Social-Network | c9797ac59e3c9f695dc709cdadf82cd37ce87554 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head th:fragment="header">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- IE Compatibility tag -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<ti... | 33.877551 | 72 | 0.680723 |
e8fe259271609942f6b02a56e3c6e11a5d2eed49 | 1,060 | py | Python | Modules/Helpers/Bomb/SerialNumber.py | cweeks12/KTANE-Solver | b162bd107c0ac90a892659461819214772a04f9d | [
"MIT"
] | null | null | null | Modules/Helpers/Bomb/SerialNumber.py | cweeks12/KTANE-Solver | b162bd107c0ac90a892659461819214772a04f9d | [
"MIT"
] | null | null | null | Modules/Helpers/Bomb/SerialNumber.py | cweeks12/KTANE-Solver | b162bd107c0ac90a892659461819214772a04f9d | [
"MIT"
] | null | null | null | class SerialNumber:
def __init__(self, serialNumber):
if not (len(serialNumber) == 6):
raise ValueError('Serial Number must be 6 digits long')
self._serialNumber = serialNumber
def __str__(self):
return 'S/N: {}'.format(self._serialNumber)
def __repr__(self):
... | 27.894737 | 68 | 0.565094 |
331dc380a0542f7715a2dea44ae9eaa75a2bf837 | 193 | py | Python | RecoLocalCalo/HGCalRecProducers/python/HeterogeneousHEBRecHitGPUtoSoA_cfi.py | Purva-Chaudhari/cmssw | 32e5cbfe54c4d809d60022586cf200b7c3020bcf | [
"Apache-2.0"
] | 852 | 2015-01-11T21:03:51.000Z | 2022-03-25T21:14:00.000Z | RecoLocalCalo/HGCalRecProducers/python/HeterogeneousHEBRecHitGPUtoSoA_cfi.py | Purva-Chaudhari/cmssw | 32e5cbfe54c4d809d60022586cf200b7c3020bcf | [
"Apache-2.0"
] | 30,371 | 2015-01-02T00:14:40.000Z | 2022-03-31T23:26:05.000Z | RecoLocalCalo/HGCalRecProducers/python/HeterogeneousHEBRecHitGPUtoSoA_cfi.py | Purva-Chaudhari/cmssw | 32e5cbfe54c4d809d60022586cf200b7c3020bcf | [
"Apache-2.0"
] | 3,240 | 2015-01-02T05:53:18.000Z | 2022-03-31T17:24:21.000Z | import FWCore.ParameterSet.Config as cms
HEBRecHitGPUtoSoAProd = cms.EDProducer('HEBRecHitGPUtoSoA',
HEBRecHitGPUTok = cms.InputTag('HEBRecHitGPUProd'))
| 38.6 | 90 | 0.663212 |
063c0dec728c2af3e2606907d2741df5e36502a5 | 3,618 | sql | SQL | layers/poi/layer.sql | jawg/QwantResearch-openmaptiles | 3ae1407a89151c9db0ae83b7279444b510e330dd | [
"CC-BY-4.0"
] | null | null | null | layers/poi/layer.sql | jawg/QwantResearch-openmaptiles | 3ae1407a89151c9db0ae83b7279444b510e330dd | [
"CC-BY-4.0"
] | null | null | null | layers/poi/layer.sql | jawg/QwantResearch-openmaptiles | 3ae1407a89151c9db0ae83b7279444b510e330dd | [
"CC-BY-4.0"
] | null | null | null |
CREATE OR REPLACE FUNCTION osm_hash_from_imposm(imposm_id bigint)
RETURNS bigint AS $$
SELECT CASE
WHEN imposm_id < -1e17 THEN (-imposm_id-1e17) * 10 + 4 -- Relation
WHEN imposm_id < 0 THEN (-imposm_id) * 10 + 1 -- Way
ELSE imposm_id * 10 -- Node
END::bigint;
$$ LANGUAGE SQL IMMUTABLE;... | 38.903226 | 178 | 0.605583 |
51537269ff7e13f54e04111b5dc2015788377940 | 7,691 | kt | Kotlin | src/commonMain/kotlin/com/github/servb/pph/pheroes/mapEditor/ExportDlg.kt | SerVB/pph | b828ccfaa180a6e2adb9cea9fb9a8732efb6dc79 | [
"Apache-2.0"
] | 13 | 2021-01-07T14:23:21.000Z | 2022-03-09T18:58:06.000Z | src/commonMain/kotlin/com/github/servb/pph/pheroes/mapEditor/ExportDlg.kt | SerVB/pph | b828ccfaa180a6e2adb9cea9fb9a8732efb6dc79 | [
"Apache-2.0"
] | 17 | 2018-03-31T09:44:55.000Z | 2021-02-05T17:20:09.000Z | src/commonMain/kotlin/com/github/servb/pph/pheroes/mapEditor/ExportDlg.kt | anonymous-frog-studio/pph | b828ccfaa180a6e2adb9cea9fb9a8732efb6dc79 | [
"Apache-2.0"
] | 2 | 2021-01-13T14:05:20.000Z | 2022-03-23T17:14:05.000Z | package com.github.servb.pph.pheroes.mapEditor
import com.github.servb.pph.gxlib.Write
import com.github.servb.pph.iolib.xe.FindSolidArea
import com.github.servb.pph.util.SizeT
import com.soywiz.klogger.Logger
import com.soywiz.kmem.ByteArrayBuilder
import com.soywiz.korim.bitmap.Bitmap32
import com.soywiz.korim.bitma... | 30.519841 | 128 | 0.569887 |
7f5a43d78436aa166ca88ac8e3483cb933cd2ef8 | 968 | swift | Swift | iosApp/iosApp/MovieCell.swift | mohammedgmgn/MoviesMPP | 9f9e4a89893500a6a3063e2698cae64e16504ee2 | [
"MIT"
] | 162 | 2019-06-05T19:53:07.000Z | 2022-01-06T03:00:21.000Z | iosApp/iosApp/MovieCell.swift | mohammedgmgn/MoviesMPP | 9f9e4a89893500a6a3063e2698cae64e16504ee2 | [
"MIT"
] | 2 | 2019-10-31T21:06:28.000Z | 2020-02-21T18:25:22.000Z | iosApp/iosApp/MovieCell.swift | mohammedgmgn/MoviesMPP | 9f9e4a89893500a6a3063e2698cae64e16504ee2 | [
"MIT"
] | 27 | 2019-06-14T01:50:44.000Z | 2021-08-22T18:33:58.000Z | import UIKit
/// Custom cell displaying a movie poster and its title.
class MovieCell: UICollectionViewCell {
@IBOutlet weak var posterView: UIImageView!
@IBOutlet weak var titleView: UILabel!
func loadPoster(url: String) {
posterView.loadImageFromURL(urlString: url)
}
}
extension UI... | 29.333333 | 130 | 0.573347 |
166a2571519fb2615c3393d274ff86b44ab29f31 | 14,754 | swift | Swift | DeviceDirect/DataController.swift | sarawanakumar/device-direct | ba225a34675e44ebc7c4a4d29b80a3aee15de7a1 | [
"Apache-2.0"
] | 1 | 2017-05-02T11:25:52.000Z | 2017-05-02T11:25:52.000Z | DeviceDirect/DataController.swift | sarawanakumar/device-direct | ba225a34675e44ebc7c4a4d29b80a3aee15de7a1 | [
"Apache-2.0"
] | null | null | null | DeviceDirect/DataController.swift | sarawanakumar/device-direct | ba225a34675e44ebc7c4a4d29b80a3aee15de7a1 | [
"Apache-2.0"
] | null | null | null | //
// DataController.swift
// DeviceDirect
//
// Created by kumarsaravana on 8/25/16.
// Copyright © 2016 ibm. All rights reserved.
//
import Foundation
import CoreData
enum Entities: String {
case device = "Device"
case employee = "Employee"
case accreditation = "Accreditation"
case contract = "C... | 37.830769 | 217 | 0.55002 |
8b3951085bb9915f52d2dff385ada43e7b30e704 | 1,634 | swift | Swift | SelectionOfZhihu/HTTPManager.swift | sheepy1/SelectionOfZhihu | 1b98300949b13e1a30191ec97713eddf7e09a573 | [
"MIT"
] | 208 | 2016-01-19T03:07:48.000Z | 2020-11-26T06:26:39.000Z | SelectionOfZhihu/HTTPManager.swift | sheepy1/SelectionOfZhihu | 1b98300949b13e1a30191ec97713eddf7e09a573 | [
"MIT"
] | null | null | null | SelectionOfZhihu/HTTPManager.swift | sheepy1/SelectionOfZhihu | 1b98300949b13e1a30191ec97713eddf7e09a573 | [
"MIT"
] | 60 | 2016-01-27T05:05:05.000Z | 2019-07-31T02:58:19.000Z | //
// HTTPManager.swift
// SelectionOfZhihu
//
// Created by 杨洋 on 15/12/23.
// Copyright © 2015年 Sheepy. All rights reserved.
//
import Foundation
//enum HTTPError: ErrorType {
// case InvalidURL
// case NoParameter
//}
enum HTTPMethod: String {
case GET = "GET"
case POST = "POST"
case PUT = "... | 25.936508 | 156 | 0.624847 |
f16341f15a8683fdddc96a013cf12d69638989df | 2,868 | ru | Ruby | systems/2016/english-russian/newstest2016.online-A.0.en-ru/brisbanetimes.com.au.80482.newstest2016.online-A.0.en-ru.ru | fredblain/docQE-corp | 6c03de96252f128e257cbbac633756e5280da0e6 | [
"BSD-3-Clause"
] | null | null | null | systems/2016/english-russian/newstest2016.online-A.0.en-ru/brisbanetimes.com.au.80482.newstest2016.online-A.0.en-ru.ru | fredblain/docQE-corp | 6c03de96252f128e257cbbac633756e5280da0e6 | [
"BSD-3-Clause"
] | null | null | null | systems/2016/english-russian/newstest2016.online-A.0.en-ru/brisbanetimes.com.au.80482.newstest2016.online-A.0.en-ru.ru | fredblain/docQE-corp | 6c03de96252f128e257cbbac633756e5280da0e6 | [
"BSD-3-Clause"
] | null | null | null | Танаси Коккинакис при поддержке тенниса Австралии президент Стив Хили
Танаси Коккинакис заслуживает похвалу, а не критики за его поведение.
Танаси Коккинакис сопутствующий ущерб в недавней шторм вокруг своего друга Ник Кирьоса и заслуживает похвалу, а не критики за его собственное поведение, по словам тенниса Австралии... | 179.25 | 417 | 0.818689 |
f0625e6b2d07feed6a373b43052746c1a7b2640c | 984 | py | Python | home/tests/add-remove sector.py | caggri/FOFviz | 776ab387d832a86eea1a1b9064040d9b012494a7 | [
"MIT"
] | 2 | 2020-05-24T22:28:53.000Z | 2020-05-25T21:58:24.000Z | home/tests/add-remove sector.py | caggri/FOFviz | 776ab387d832a86eea1a1b9064040d9b012494a7 | [
"MIT"
] | null | null | null | home/tests/add-remove sector.py | caggri/FOFviz | 776ab387d832a86eea1a1b9064040d9b012494a7 | [
"MIT"
] | 1 | 2021-10-16T12:26:29.000Z | 2021-10-16T12:26:29.000Z | from selenium import webdriver
import time
chromedriver = "C:/Users/deniz/chromedriver/chromedriver"
driver = webdriver.Chrome(chromedriver)
driver.get('http://127.0.0.1:8000/')
dashboard = '//*[@id="accordionSidebar"]/li[1]/a'
sectors_1 = '//*[@id="sectors"]'
sectors_1_element = '//*[@id="sectors"]/option[4]'
add_s... | 29.818182 | 63 | 0.747967 |
bf00856d2cb05007aeb57c012a18517b8774187c | 1,441 | sql | SQL | coding-common/src/main/conf/static/META-INF/scripts/create_table.sql | prettyhe/alpha-coding4j | d92b02871392a6c8cd6ca96fdcbdf10c9bf5a4d6 | [
"Apache-2.0"
] | null | null | null | coding-common/src/main/conf/static/META-INF/scripts/create_table.sql | prettyhe/alpha-coding4j | d92b02871392a6c8cd6ca96fdcbdf10c9bf5a4d6 | [
"Apache-2.0"
] | 18 | 2020-03-21T12:09:39.000Z | 2021-12-19T02:59:48.000Z | coding-common/src/main/conf/static/META-INF/scripts/create_table.sql | prettyhe/alpha-coding4j | d92b02871392a6c8cd6ca96fdcbdf10c9bf5a4d6 | [
"Apache-2.0"
] | null | null | null | CREATE TABLE `message_monitor` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'PK',
`biz_no` varchar(64) NOT NULL DEFAULT '' COMMENT '业务标识',
`topic` varchar(255) NOT NULL DEFAULT '' COMMENT '消息主题',
`tag` varchar(255) DEFAULT NULL COMMENT '消息标签',
`content` varchar(10240) DEFAULT NULL COMMENT '消息文本'... | 53.37037 | 104 | 0.721027 |
2036ae7dd8e81680d1e1b3c78b1a011070afe4cb | 20,504 | asm | Assembly | sources/ippcp/asm_intel64/pcpsha1l9as.asm | ntyukaev/ipp-crypto | 19b408cfd21a59f994b64dd47b18eb0c2f94e4e0 | [
"Apache-2.0"
] | 30 | 2017-07-26T20:03:19.000Z | 2021-10-14T23:38:54.000Z | sources/ippcp/asm_intel64/pcpsha1l9as.asm | ntyukaev/ipp-crypto | 19b408cfd21a59f994b64dd47b18eb0c2f94e4e0 | [
"Apache-2.0"
] | 9 | 2018-09-25T18:32:42.000Z | 2022-02-18T12:23:40.000Z | sources/ippcp/asm_intel64/pcpsha1l9as.asm | ntyukaev/ipp-crypto | 19b408cfd21a59f994b64dd47b18eb0c2f94e4e0 | [
"Apache-2.0"
] | 14 | 2017-08-31T19:53:23.000Z | 2021-02-27T01:08:14.000Z | ;===============================================================================
; Copyright 2017-2020 Intel Corporation
;
; 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.apa... | 26.020305 | 112 | 0.545747 |
919127e986c01be45424bde62842e77c3304e097 | 9,222 | html | HTML | views/page/organisation/add-edit-agency-token.html | Civil-Service-Human-Resources/lpg-admin | cd0d2f23426273ac2490edd7a16e8e64b96180ad | [
"MIT"
] | null | null | null | views/page/organisation/add-edit-agency-token.html | Civil-Service-Human-Resources/lpg-admin | cd0d2f23426273ac2490edd7a16e8e64b96180ad | [
"MIT"
] | 51 | 2018-07-25T10:19:30.000Z | 2022-03-23T13:53:53.000Z | views/page/organisation/add-edit-agency-token.html | Civil-Service-Human-Resources/lpg-admin | cd0d2f23426273ac2490edd7a16e8e64b96180ad | [
"MIT"
] | 1 | 2021-08-05T15:23:44.000Z | 2021-08-05T15:23:44.000Z | {% extends "../../component/Page.njk" %}
{% from "input/macro.njk" import govukInput with context%}
{% from "button/macro.njk" import govukButton %}
{% from "error-summary/macro.njk" import govukErrorSummary %}
{% from "../../component/list/macro.njk" import list %}
{% from "../../component/menu/macro.njk" import men... | 50.119565 | 186 | 0.538495 |
c7f9958b416ee125faf62c89d72da3d8546ee9fd | 1,243 | java | Java | src/com/company/Main.java | elifBalci/hop-distance-calculator | 2e001aed7a65c8fae2d3ff3ef136d6602eabd388 | [
"BSD-2-Clause"
] | 1 | 2021-05-23T10:42:26.000Z | 2021-05-23T10:42:26.000Z | src/com/company/Main.java | elifBalci/hop-distance-calculator | 2e001aed7a65c8fae2d3ff3ef136d6602eabd388 | [
"BSD-2-Clause"
] | null | null | null | src/com/company/Main.java | elifBalci/hop-distance-calculator | 2e001aed7a65c8fae2d3ff3ef136d6602eabd388 | [
"BSD-2-Clause"
] | null | null | null | package com.company;
import java.util.ArrayList;
/*
* To Run:
* javac com/company/Main.java com/company/Laptop.java com/company/InputHandler.java com/company/HopCalculator.java
* java com.company.Main /home/elif/IdeaProjects/algorithm_hw1/input.txt
*
*/
public class Main {
public static void main(String[] args) ... | 34.527778 | 132 | 0.627514 |
fa75031479fc68db0c107fe450d7cbe6b778d26b | 509 | asm | Assembly | programs/oeis/060/A060265.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/060/A060265.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/060/A060265.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A060265: Largest prime less than 2n.
; 3,5,7,7,11,13,13,17,19,19,23,23,23,29,31,31,31,37,37,41,43,43,47,47,47,53,53,53,59,61,61,61,67,67,71,73,73,73,79,79,83,83,83,89,89,89,89,97,97,101,103,103,107,109,109,113,113,113,113,113,113,113,127,127,131,131,131,137,139,139,139,139,139,149,151,151,151,157,157,157,163,163,167,... | 39.153846 | 348 | 0.656189 |
1151fb4bafbdfeb2183a3076a11990fa9e3aec3e | 1,339 | sql | SQL | tests/MySql/WriteTestDB_Create.sql | ammogcoder/Massive | 9d28cdd09113f688a76c9fc7340c2ea3dd13bf59 | [
"BSD-3-Clause"
] | 655 | 2015-03-04T17:04:31.000Z | 2022-03-15T08:08:11.000Z | tests/MySql/WriteTestDB_Create.sql | ammogcoder/Massive | 9d28cdd09113f688a76c9fc7340c2ea3dd13bf59 | [
"BSD-3-Clause"
] | 99 | 2015-03-04T16:29:59.000Z | 2021-08-12T20:50:19.000Z | tests/MySql/WriteTestDB_Create.sql | ammogcoder/Massive | 9d28cdd09113f688a76c9fc7340c2ea3dd13bf59 | [
"BSD-3-Clause"
] | 163 | 2015-03-04T17:18:33.000Z | 2022-03-14T13:24:00.000Z | -- ----------------------------------------------------------------------------------------------------------------
-- Schema 'MassiveWriteTests'
-- ----------------------------------------------------------------------------------------------------------------
DROP SCHEMA IF EXISTS `MassiveWriteTests`;
CREATE SCHEMA... | 32.658537 | 116 | 0.557132 |
8f0b91417128af9875d4fac1e6f8c96f1af0e676 | 1,140 | java | Java | src/test/java/io/koosha/nettyfunctional/hook/InboundTransformerTest.java | hkoosha/netty-functional | 097e9c6d24bd0f8b61db0075dd3e6d488fd41087 | [
"Apache-2.0"
] | null | null | null | src/test/java/io/koosha/nettyfunctional/hook/InboundTransformerTest.java | hkoosha/netty-functional | 097e9c6d24bd0f8b61db0075dd3e6d488fd41087 | [
"Apache-2.0"
] | null | null | null | src/test/java/io/koosha/nettyfunctional/hook/InboundTransformerTest.java | hkoosha/netty-functional | 097e9c6d24bd0f8b61db0075dd3e6d488fd41087 | [
"Apache-2.0"
] | null | null | null | package io.koosha.nettyfunctional.hook;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.embedded.EmbeddedChannel;
import org.testng.annotations.Test;
import static org.testng.Assert.assertEquals;
public class InboundTransformerTest {
@Test
public void testRead1() throws Exception {
... | 29.230769 | 93 | 0.646491 |
3bf458306a4ad7545c7abe84d8e0726a2b1039db | 555 | asm | Assembly | source/Cosmos.Core.DebugStub/CmdMisc.asm | Geramy/Cosmos | 38c699d42d5a9e53c8a902c866130b64c4f2eab3 | [
"BSD-3-Clause"
] | 207 | 2017-07-30T13:01:52.000Z | 2022-03-25T14:33:53.000Z | source/Cosmos.Core.DebugStub/CmdMisc.asm | Geramy/Cosmos | 38c699d42d5a9e53c8a902c866130b64c4f2eab3 | [
"BSD-3-Clause"
] | 57 | 2017-08-13T13:58:13.000Z | 2022-02-25T21:12:09.000Z | source/Cosmos.Core.DebugStub/CmdMisc.asm | Geramy/Cosmos | 38c699d42d5a9e53c8a902c866130b64c4f2eab3 | [
"BSD-3-Clause"
] | 62 | 2017-08-13T09:56:34.000Z | 2022-03-29T15:53:16.000Z | ; Generated at 6/14/2016 12:11:29 PM
DebugStub_Ping:
mov byte AL, 0xD
Call DebugStub_ComWriteAL
DebugStub_Ping_Exit:
mov dword [static_field__Cosmos_Core_INTs_mLastKnownAddress], DebugStub_Ping_Exit
Ret
DebugStub_TraceOn:
mov dword [DebugStub_TraceMode], 0x1
DebugStub_TraceOn_Exit:
mov dword [static_field__Cosmo... | 19.137931 | 85 | 0.857658 |
3ee381a50a9097011608594d2d4ea75d1b36ccfa | 587 | h | C | cpp/qt/WebEngineView/object.h | wjiec/packages | 4ccaf8f717265a1f8a9af533f9a998b935efb32a | [
"MIT"
] | null | null | null | cpp/qt/WebEngineView/object.h | wjiec/packages | 4ccaf8f717265a1f8a9af533f9a998b935efb32a | [
"MIT"
] | 1 | 2016-09-15T07:06:15.000Z | 2016-09-15T07:06:15.000Z | cpp/qt/WebEngineView/object.h | wjiec/packages | 4ccaf8f717265a1f8a9af533f9a998b935efb32a | [
"MIT"
] | null | null | null | #ifndef OBJECT_H
#define OBJECT_H
#include <QObject>
#include <QStringList>
class Object : public QObject {
Q_OBJECT
Q_PROPERTY(QString info MEMBER m_info NOTIFY infoChanged)
public:
explicit Object(QObject *parent = 0);
QString getInfo() const;
void setInfo(QString... | 18.935484 | 62 | 0.613288 |
4a188c39671f0e0a5e738a70bcef69f21b0e089a | 284 | lua | Lua | MMOCoreORB/bin/scripts/object/custom_content/tangible/collection/rebel_marine_left_bracer.lua | V-Fib/FlurryClone | 40e0ca7245ec31b3815eb6459329fd9e70f88936 | [
"Zlib",
"OpenSSL"
] | 18 | 2017-02-09T15:36:05.000Z | 2021-12-21T04:22:15.000Z | MMOCoreORB/bin/scripts/object/custom_content/tangible/collection/rebel_marine_left_bracer.lua | V-Fib/FlurryClone | 40e0ca7245ec31b3815eb6459329fd9e70f88936 | [
"Zlib",
"OpenSSL"
] | 61 | 2016-12-30T21:51:10.000Z | 2021-12-10T20:25:56.000Z | MMOCoreORB/bin/scripts/object/custom_content/tangible/collection/rebel_marine_left_bracer.lua | V-Fib/FlurryClone | 40e0ca7245ec31b3815eb6459329fd9e70f88936 | [
"Zlib",
"OpenSSL"
] | 71 | 2017-01-01T05:34:38.000Z | 2022-03-29T01:04:00.000Z |
object_tangible_collection_rebel_marine_left_bracer = object_tangible_collection_shared_rebel_marine_left_bracer:new {
gameObjectType = 8211,}
ObjectTemplates:addTemplate(object_tangible_collection_rebel_marine_left_bracer, "object/tangible/collection/rebel_marine_left_bracer.iff") | 56.8 | 139 | 0.908451 |
3f0d4b88b7fb616a1ad6333d1425ae18b772a0de | 53 | lua | Lua | emergency-container-monitor-demo/raw/unit-stop.lua | Dri0m/dual-universe-stuff | d7265ed95a4cd5c9da9265201ea8118f4b43c72e | [
"MIT"
] | 6 | 2020-12-12T21:04:55.000Z | 2021-02-25T05:26:03.000Z | emergency-container-monitor-demo/raw/unit-stop.lua | Novean-Institute-of-Standards/dual-universe-stuff | 498b43eec1e33c6381de2122afb6eb153be77b0e | [
"MIT"
] | null | null | null | emergency-container-monitor-demo/raw/unit-stop.lua | Novean-Institute-of-Standards/dual-universe-stuff | 498b43eec1e33c6381de2122afb6eb153be77b0e | [
"MIT"
] | 6 | 2020-12-20T14:54:41.000Z | 2022-02-05T00:43:51.000Z | screen.setCenteredText("Emergency container monitor") | 53 | 53 | 0.867925 |
98fe28505a538cc797c9ffdf9a04215fdc24c21c | 682 | kt | Kotlin | app/src/main/java/com/example/musicplayer/data/DataHolder.kt | Iamsdt/MusicPlayer | 50ec8d864cd09f649446320c9df614692c26f426 | [
"Apache-2.0"
] | 14 | 2020-04-14T22:00:57.000Z | 2021-11-13T16:59:38.000Z | app/src/main/java/com/example/musicplayer/data/DataHolder.kt | Iamsdt/MusicPlayer | 50ec8d864cd09f649446320c9df614692c26f426 | [
"Apache-2.0"
] | 2 | 2020-07-15T11:12:17.000Z | 2021-01-27T06:18:50.000Z | app/src/main/java/com/example/musicplayer/data/DataHolder.kt | Iamsdt/MusicPlayer | 50ec8d864cd09f649446320c9df614692c26f426 | [
"Apache-2.0"
] | 5 | 2020-02-11T09:03:56.000Z | 2021-01-24T19:50:25.000Z | package com.example.musicplayer.data
import com.example.musicplayer.data.model.Song
import com.example.musicplayer.service.IPlayer
class DataHolder {
var currentTrack: IPlayer.Track? = null
var currentSong: Song? = null
var ifFirstTime: Boolean = false
var newType: String? = null
var newID: Long?... | 22.733333 | 46 | 0.624633 |
8666764a82d7df62a8330583e8f4bf065f239063 | 2,073 | lua | Lua | project/files/.config/nvim/lua/config/snippets.lua | bigjazzsound/dotfiles | 8a13b1cf6a80978735e782b39ecb54dfa47df21b | [
"BSD-3-Clause"
] | null | null | null | project/files/.config/nvim/lua/config/snippets.lua | bigjazzsound/dotfiles | 8a13b1cf6a80978735e782b39ecb54dfa47df21b | [
"BSD-3-Clause"
] | null | null | null | project/files/.config/nvim/lua/config/snippets.lua | bigjazzsound/dotfiles | 8a13b1cf6a80978735e782b39ecb54dfa47df21b | [
"BSD-3-Clause"
] | null | null | null | local luasnip_ok, ls = pcall(require, "luasnip")
if not luasnip_ok then
return
end
local s = ls.snippet
local f = ls.function_node
local i = ls.insert_node
local ps = ls.parser.parse_snippet
local fmt = require("luasnip.extras.fmt").fmt
local fmta = require("luasnip.extras.fmt").fmta
local rep = require("luasnip.ex... | 13.728477 | 55 | 0.47371 |
1d3797a49831877899fb54e57748bab3e3b28f64 | 216 | ps1 | PowerShell | test/samples/powershell.ps1 | DTeuchert/vscode-todo-parser | 2f83a30bfbeb15ae93cf068fff4928287eb466eb | [
"MIT"
] | 50 | 2016-02-17T12:10:26.000Z | 2018-06-09T13:42:06.000Z | test/samples/powershell.ps1 | DTeuchert/vscode-todo-parser | 2f83a30bfbeb15ae93cf068fff4928287eb466eb | [
"MIT"
] | 71 | 2016-06-02T00:27:31.000Z | 2018-07-02T12:14:36.000Z | test/samples/powershell.ps1 | DTeuchert/vscode-todo-parser | 2f83a30bfbeb15ae93cf068fff4928287eb466eb | [
"MIT"
] | 23 | 2016-06-15T10:33:23.000Z | 2018-06-28T15:15:00.000Z | # Todo: powershell one line Todo
$x = 0
$str = "superman"
<#
@export
TODO: typescript multiline
todo
@param {string} str
@returns {*}
#>
function doSomething(str) {
return str + " " + str
}
| 12 | 32 | 0.583333 |
deaa9901aeadea859d57f4bcfa7adb4c4758d98a | 18,851 | rs | Rust | src/ser.rs | vmx/serde_ipld_dagcbor | 9ff75b2e66824433c0c9b1804f2c1e946748319d | [
"Apache-2.0",
"MIT"
] | null | null | null | src/ser.rs | vmx/serde_ipld_dagcbor | 9ff75b2e66824433c0c9b1804f2c1e946748319d | [
"Apache-2.0",
"MIT"
] | 3 | 2022-03-11T10:57:29.000Z | 2022-03-15T21:41:10.000Z | src/ser.rs | vmx/cbor | 9ff75b2e66824433c0c9b1804f2c1e946748319d | [
"Apache-2.0",
"MIT"
] | 1 | 2022-03-17T22:40:09.000Z | 2022-03-17T22:40:09.000Z | //! Serialization.
#[cfg(not(feature = "std"))]
use alloc::collections::TryReserveError;
#[cfg(not(feature = "std"))]
use alloc::vec::Vec;
#[cfg(feature = "std")]
use std::collections::TryReserveError;
pub use cbor4ii::core::utils::BufWriter;
#[cfg(feature = "std")]
use cbor4ii::core::utils::IoWriter;
use cbor4ii::cor... | 29.454688 | 99 | 0.572543 |
122ef62e18b0fcc04bd57ba9594f71d7917a2633 | 803 | lua | Lua | vendor/RainbowRepacker/tool/engine_android(5)/assets/scripts/games/common2/module/anim/roomAnimLayer.lua | huangtao/cloud-test | 8087b1337d47daab9eb39335ca6e286df0e4b4dc | [
"Apache-2.0"
] | 1 | 2018-09-12T15:43:32.000Z | 2018-09-12T15:43:32.000Z | vendor/RainbowRepacker/tool/engine_android(5)/assets/scripts/games/common2/module/anim/roomAnimLayer.lua | huangtao/cloud-test | 8087b1337d47daab9eb39335ca6e286df0e4b4dc | [
"Apache-2.0"
] | null | null | null | vendor/RainbowRepacker/tool/engine_android(5)/assets/scripts/games/common2/module/anim/roomAnimLayer.lua | huangtao/cloud-test | 8087b1337d47daab9eb39335ca6e286df0e4b4dc | [
"Apache-2.0"
] | 3 | 2018-09-12T15:43:33.000Z | 2019-07-10T09:50:15.000Z |
local layerBase = require("games/common2/module/layerBase");
--[[
动画层
]]
local RoomAnimLayer = class(layerBase);
RoomAnimLayer.s_cmds = {
};
RoomAnimLayer.ctor = function(self)
self:removeStateBroadcast();
end
RoomAnimLayer.dtor = function(self)
end
-- 初始化layer的配置
RoomAnimLayer.initViewConf... | 17.085106 | 61 | 0.656289 |
fbb527e97120cf2dcaf9e35f7ea677be1e1e940a | 2,017 | java | Java | src/main/java/com/example/application/data/repository/impl/AuthorRepositoryJpa.java | d0rst/my-project-haulmont | 9fdc9eca34977921429ab206423ee5ac37cbb87b | [
"Unlicense"
] | null | null | null | src/main/java/com/example/application/data/repository/impl/AuthorRepositoryJpa.java | d0rst/my-project-haulmont | 9fdc9eca34977921429ab206423ee5ac37cbb87b | [
"Unlicense"
] | null | null | null | src/main/java/com/example/application/data/repository/impl/AuthorRepositoryJpa.java | d0rst/my-project-haulmont | 9fdc9eca34977921429ab206423ee5ac37cbb87b | [
"Unlicense"
] | null | null | null | package com.example.application.data.repository.impl;
import com.example.application.data.entity.Author;
import com.example.application.data.repository.AuthorRepository;
import com.example.application.data.repository.CrudRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframew... | 32.015873 | 98 | 0.715419 |
4d9d0904bc4ea0ada7d186509ff7452df730f38d | 2,447 | html | HTML | src/CurrencyChecker.Chrome.App/app/app-modules/views/settings.html | Michnet/CurrencyChecker | 0a6139ed5626e949e981e339dfe6b2cb50494111 | [
"Apache-2.0"
] | null | null | null | src/CurrencyChecker.Chrome.App/app/app-modules/views/settings.html | Michnet/CurrencyChecker | 0a6139ed5626e949e981e339dfe6b2cb50494111 | [
"Apache-2.0"
] | null | null | null | src/CurrencyChecker.Chrome.App/app/app-modules/views/settings.html | Michnet/CurrencyChecker | 0a6139ed5626e949e981e339dfe6b2cb50494111 | [
"Apache-2.0"
] | null | null | null | <!DOCTYPE html>
<html class="no-js">
<head>
<link href="/app-modules/style/settings.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form>
<div class="setting-label">
Refreshing period:
</div>
<div>
<div>
<table>
<tbod... | 35.463768 | 115 | 0.382918 |
292469a3e783ede28ce70b91c46eb4ce59c67bda | 1,998 | py | Python | pleepleecore/correction.py | pleeplee-robot/core | ba2be2060c1b41cd8868ecac37404d07edddac1e | [
"MIT"
] | 1 | 2018-11-05T08:54:15.000Z | 2018-11-05T08:54:15.000Z | pleepleecore/correction.py | pleeplee-robot/core | ba2be2060c1b41cd8868ecac37404d07edddac1e | [
"MIT"
] | null | null | null | pleepleecore/correction.py | pleeplee-robot/core | ba2be2060c1b41cd8868ecac37404d07edddac1e | [
"MIT"
] | null | null | null | #! /usr/bin/env python3
import math
PRECISION = 0.1
def getCorrection(start, end, pos):
"""Correct the angle for the trajectory adjustment
Function to get the correct angle correction when the robot deviates from
it's estimated trajectory.
Args:
start: The starting position of the robot.
... | 25.948052 | 78 | 0.541542 |
2d889b1b907a168eefccb95967044e4d63ed4e2a | 5,667 | html | HTML | app/content/texts/english_web/RM6.html | binu-alexander/thevachanonlineproject | 33c318bfc8b37de035d9c8e6b2a9bf8dea153b98 | [
"MIT"
] | 5 | 2019-12-18T05:17:19.000Z | 2020-04-04T07:07:21.000Z | app/content/texts/english_web/RM6.html | binu-alexander/thevachanonlineproject | 33c318bfc8b37de035d9c8e6b2a9bf8dea153b98 | [
"MIT"
] | 1 | 2020-04-30T01:25:38.000Z | 2020-04-30T01:25:38.000Z | app/content/texts/english_web/RM6.html | binu-alexander/thevachanonlineproject | 33c318bfc8b37de035d9c8e6b2a9bf8dea153b98 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html><head><meta charset='UTF-8' />
<meta name='viewport' content='width=device-width, initial-scale=1.0, user-scalable=no' />
<title>World English Bible Romans 6</title>
<link href='latin.css' rel='stylesheet' />
<link href='fallback.css' rel='stylesheet' />
</head><body dir='ltr' class='section-docu... | 108.980769 | 327 | 0.711488 |
1fd247ce54ce4f09164049c03349eef8d0d2eeb6 | 2,535 | html | HTML | index.html | renguangli/notes | d12a35978fbd74b274493c9c12fea0eb30072672 | [
"MIT"
] | null | null | null | index.html | renguangli/notes | d12a35978fbd74b274493c9c12fea0eb30072672 | [
"MIT"
] | 3 | 2022-02-22T02:25:02.000Z | 2022-02-23T01:28:32.000Z | index.html | renguangli/notes | d12a35978fbd74b274493c9c12fea0eb30072672 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="styles... | 36.73913 | 114 | 0.653254 |
b7e75412cd7d56c0b6de2c7f32548b3e0f0fd844 | 427 | swift | Swift | Base/Api/Responsable.swift | markgravity/Base | fe68e069951e39239412b7d2ef9af7c8d46606df | [
"MIT"
] | null | null | null | Base/Api/Responsable.swift | markgravity/Base | fe68e069951e39239412b7d2ef9af7c8d46606df | [
"MIT"
] | null | null | null | Base/Api/Responsable.swift | markgravity/Base | fe68e069951e39239412b7d2ef9af7c8d46606df | [
"MIT"
] | null | null | null | //
// Responsable.swift
// Base
//
// Created by Mark G on 10/25/18.
// Copyright © 2018 Mark G. All rights reserved.
//
import ObjectMapper
public protocol Responsable: Mappable {
static var endPoint: String { get }
}
public extension Responsable {
init() {
self.init(JSON: [:])!
}
stati... | 17.791667 | 55 | 0.608899 |
134d7165fc19016eb91d8262ecdb636ac45c798c | 8,086 | h | C | PhysX-3.2.4_PC_SDK_Core/Source/GeomUtils/src/GuConvexMesh.h | emlowry/AIEFramework | 8f1dd02105237e72cfe303ec4c541eea7debd1f7 | [
"MIT"
] | null | null | null | PhysX-3.2.4_PC_SDK_Core/Source/GeomUtils/src/GuConvexMesh.h | emlowry/AIEFramework | 8f1dd02105237e72cfe303ec4c541eea7debd1f7 | [
"MIT"
] | null | null | null | PhysX-3.2.4_PC_SDK_Core/Source/GeomUtils/src/GuConvexMesh.h | emlowry/AIEFramework | 8f1dd02105237e72cfe303ec4c541eea7debd1f7 | [
"MIT"
] | 3 | 2017-01-04T19:48:57.000Z | 2020-03-24T03:05:27.000Z | // This code contains NVIDIA Confidential Information and is disclosed to you
// under a form of NVIDIA software license agreement provided separately to you.
//
// Notice
// NVIDIA Corporation and its licensors retain all intellectual property and
// proprietary rights in and to this software and related documentation... | 43.473118 | 150 | 0.720752 |
6b6c34064e476197c19ba14b1f8e97448b5ee471 | 5,369 | h | C | gromacs-4.6.5/include/pdb2top.h | farajilab/gifs_release | ffa674110bcd15de851a8b6a703b4f4bc96fcd2d | [
"MIT"
] | 2 | 2022-03-04T18:56:08.000Z | 2022-03-22T16:49:22.000Z | gromacs-4.6.5/include/pdb2top.h | farajilab/gifs_release | ffa674110bcd15de851a8b6a703b4f4bc96fcd2d | [
"MIT"
] | null | null | null | gromacs-4.6.5/include/pdb2top.h | farajilab/gifs_release | ffa674110bcd15de851a8b6a703b4f4bc96fcd2d | [
"MIT"
] | 1 | 2022-02-08T00:11:00.000Z | 2022-02-08T00:11:00.000Z | /*
* This file is part of the GROMACS molecular simulation package.
*
* Copyright (c) 1991-2000, University of Groningen, The Netherlands.
* Copyright (c) 2001-2004, The GROMACS development team,
* check out http://www.gromacs.org for more information.
* Copyright (c) 2012,2013, by the GROMACS development team, l... | 38.35 | 113 | 0.681877 |
2f55d2c35f4c2a4616bf720cd535621589c34d70 | 278 | php | PHP | app/Models/PatternNomenclatures.php | romlg/ilion | 7f657d5d1ac4781ddfa8b0c2c4de3dc0b86459ae | [
"MIT"
] | null | null | null | app/Models/PatternNomenclatures.php | romlg/ilion | 7f657d5d1ac4781ddfa8b0c2c4de3dc0b86459ae | [
"MIT"
] | 9 | 2020-04-07T18:32:57.000Z | 2022-02-26T21:24:19.000Z | app/Models/PatternNomenclatures.php | romlg/ilion | 7f657d5d1ac4781ddfa8b0c2c4de3dc0b86459ae | [
"MIT"
] | null | null | null | <?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class PatternNomenclatures extends Model
{
protected $table = 'pattern_nomenclatures';
protected $primaryKey = 'pattern_id';
protected $fillable = [
'pattern_id',
'n_id'
];
}
| 17.375 | 47 | 0.672662 |
98a7a69c4b5bb73805dc262a09a23f93a90a22cd | 132 | kt | Kotlin | exercises/practice/resistor-color-trio/src/main/kotlin/ResistorColorTrio.kt | Tarnic/kotlin | cd0b359248c04e8e8dd37369d377ccaec22379e5 | [
"MIT"
] | 142 | 2017-06-19T13:34:35.000Z | 2022-03-29T19:57:54.000Z | exercises/practice/resistor-color-trio/src/main/kotlin/ResistorColorTrio.kt | Tarnic/kotlin | cd0b359248c04e8e8dd37369d377ccaec22379e5 | [
"MIT"
] | 273 | 2017-06-19T14:45:28.000Z | 2022-03-25T13:33:04.000Z | exercises/practice/resistor-color-trio/src/main/kotlin/ResistorColorTrio.kt | Tarnic/kotlin | cd0b359248c04e8e8dd37369d377ccaec22379e5 | [
"MIT"
] | 202 | 2017-06-19T04:00:46.000Z | 2022-03-29T07:10:24.000Z | object ResistorColorTrio {
fun text(vararg input: Color): String {
TODO("Implement this to complete the task")
}
}
| 18.857143 | 51 | 0.651515 |
f06f0dc5f9ba97e6f25ce1bb92497c913bff76ec | 1,525 | js | JavaScript | dist/js/validation_locales/sr_Latin-json.js | apicore-engineering/intl-date-time | 0dc1674133c2f05026c09b541f85bf72bee19c9e | [
"MIT"
] | null | null | null | dist/js/validation_locales/sr_Latin-json.js | apicore-engineering/intl-date-time | 0dc1674133c2f05026c09b541f85bf72bee19c9e | [
"MIT"
] | null | null | null | dist/js/validation_locales/sr_Latin-json.js | apicore-engineering/intl-date-time | 0dc1674133c2f05026c09b541f85bf72bee19c9e | [
"MIT"
] | null | null | null | (window.wpJsonpIntlDateTime=window.wpJsonpIntlDateTime||[]).push([[46],{142:function(e){e.exports=JSON.parse('{"code":"sr_Latin","messages":{"alpha":"Polje {_field_} može sadržati samo slova","alpha_dash":"Polje {_field_} može sadržati alfanumeričke karaktere i povlake","alpha_num":"Polje {_field_} može sadržati samo a... | 1,525 | 1,525 | 0.740328 |
bc804b1956c7f2db341cbce9810cf7d67c73c527 | 991 | swift | Swift | RateMyTalkAtMobOS/Classes/GUI/Manager/RMTGUIManager.swift | grigaci/RateMyTalkAtMobOS | 681c17699ed930e770d2d8abed487e82de5d9d90 | [
"BSD-3-Clause"
] | null | null | null | RateMyTalkAtMobOS/Classes/GUI/Manager/RMTGUIManager.swift | grigaci/RateMyTalkAtMobOS | 681c17699ed930e770d2d8abed487e82de5d9d90 | [
"BSD-3-Clause"
] | null | null | null | RateMyTalkAtMobOS/Classes/GUI/Manager/RMTGUIManager.swift | grigaci/RateMyTalkAtMobOS | 681c17699ed930e770d2d8abed487e82de5d9d90 | [
"BSD-3-Clause"
] | null | null | null | //
// RMTGUIManager.swift
// RateMyTalkAtMobOS
//
// Created by Bogdan Iusco on 10/5/14.
// Copyright (c) 2014 Grigaci. All rights reserved.
//
import UIKit
class RMTGUIManager {
class var sharedInstance : RMTGUIManager {
struct Static {
static var onceToken : dispatch_once_t = 0
stat... | 24.170732 | 87 | 0.631685 |
bb495c268d0402acff0fb242c767bf1642247867 | 460 | html | HTML | HTML/D/1229.html | cocoatomo/Python3.2_C_API_Tutorial | e33d4a285429935aca3178dc2a97aca3ab484232 | [
"PSF-2.0"
] | 2 | 2019-03-03T00:04:36.000Z | 2020-10-06T16:22:38.000Z | HTML/D/1229.html | cocoatomo/Python3.2_C_API_Tutorial | e33d4a285429935aca3178dc2a97aca3ab484232 | [
"PSF-2.0"
] | null | null | null | HTML/D/1229.html | cocoatomo/Python3.2_C_API_Tutorial | e33d4a285429935aca3178dc2a97aca3ab484232 | [
"PSF-2.0"
] | 1 | 2019-03-03T00:04:38.000Z | 2019-03-03T00:04:38.000Z | <html>
<head>
<title>FFI_WIN64</title>
<meta name='robots' content='noindex,nofollow'>
<meta name='generator' content='GLOBAL-5.8.1'>
</head>
<body text='#191970' bgcolor='#f5f5dc' vlink='gray'>
<pre>
<a href='../S/2375.html#L72'>FFI_WIN64</a> 72 Modules/_ctypes/libffi/src/x86/ffitarget.h FFI_WIN64,
<a href='.... | 32.857143 | 126 | 0.680435 |
1d29b64ce7e63b37eafa508202a8590b2f946e5b | 2,565 | kt | Kotlin | app/src/main/java/com/example/noteapp/adapter/NotesAdapter.kt | malikdawar/NotesApp | 2c73c6bd4ef63fbf60cbd98e55b25d5b7fa7891d | [
"MIT"
] | 2 | 2020-12-13T18:45:31.000Z | 2021-03-30T17:37:18.000Z | app/src/main/java/com/example/noteapp/adapter/NotesAdapter.kt | MalikHamidJaved/NotesApp | 2c73c6bd4ef63fbf60cbd98e55b25d5b7fa7891d | [
"MIT"
] | null | null | null | app/src/main/java/com/example/noteapp/adapter/NotesAdapter.kt | MalikHamidJaved/NotesApp | 2c73c6bd4ef63fbf60cbd98e55b25d5b7fa7891d | [
"MIT"
] | 1 | 2021-03-30T17:37:10.000Z | 2021-03-30T17:37:10.000Z | package com.example.noteapp.adapter
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import android.widget.ImageView
import android.widget.LinearLayout
import android.widget.TextView
import androidx.cardview.widget.CardView
import androidx.recyclerview.widget.RecyclerView
impor... | 34.662162 | 85 | 0.698246 |
38a116096efd7b4b941f7a2cc0517d6f07f4ae25 | 579 | sql | SQL | Databases MSSQL Server Exam - 21 Jun 2020/10. GDPR Violation.sql | StefanIvanovC/Exams-Softuni | f8b49607aa4993e197d759d887cdf98e8827a995 | [
"MIT"
] | 1 | 2020-10-22T18:31:40.000Z | 2020-10-22T18:31:40.000Z | Databases MSSQL Server Exam - 21 Jun 2020/10. GDPR Violation.sql | StefanIvanovC/Exams-Softuni | f8b49607aa4993e197d759d887cdf98e8827a995 | [
"MIT"
] | null | null | null | Databases MSSQL Server Exam - 21 Jun 2020/10. GDPR Violation.sql | StefanIvanovC/Exams-Softuni | f8b49607aa4993e197d759d887cdf98e8827a995 | [
"MIT"
] | null | null | null | USE TripService
SELECT
TripId,
FirstName + ' ' + ISNULL(MiddleName + ' ', '') + LastName AS FullName,
c.Name AS [From],
ch.Name [To],
CASE
WHEN CancelDate IS NULL THEN CONVERT(NVARCHAR(MAX),DATEDIFF(DAY, ArrivalDate, ReturnDate)) + ' days'
ELSE 'Canceled'
END AS [Duration]
FROM Accounts AS a
JOIN AccountsTrips AS... | 27.571429 | 101 | 0.701209 |
eca501b2935daa4e7ef90cd7b205d6e630afb9d4 | 73 | lua | Lua | tests/lua/default-method.lua | zweimach/amulet | fcba0b7e198b8d354e95722bbe118bccc8483f4e | [
"BSD-3-Clause"
] | 1 | 2021-07-07T10:59:49.000Z | 2021-07-07T10:59:49.000Z | tests/lua/default-method.lua | zweimach/amulet | fcba0b7e198b8d354e95722bbe118bccc8483f4e | [
"BSD-3-Clause"
] | null | null | null | tests/lua/default-method.lua | zweimach/amulet | fcba0b7e198b8d354e95722bbe118bccc8483f4e | [
"BSD-3-Clause"
] | null | null | null | do
local use = print
use(function(hf) return "tail" .. "()" end)
end
| 14.6 | 45 | 0.60274 |
e602e7a501263a9d93c8e0959f137a11498612b1 | 2,198 | swift | Swift | 2020.1.26/FBGroupsSwiftUI/FBGroupsSwiftUI/ViewController.swift | Lance-ahn/TIL | d6a7d00b216d7945930a7d77463dc8f1022dbd26 | [
"MIT"
] | null | null | null | 2020.1.26/FBGroupsSwiftUI/FBGroupsSwiftUI/ViewController.swift | Lance-ahn/TIL | d6a7d00b216d7945930a7d77463dc8f1022dbd26 | [
"MIT"
] | null | null | null | 2020.1.26/FBGroupsSwiftUI/FBGroupsSwiftUI/ViewController.swift | Lance-ahn/TIL | d6a7d00b216d7945930a7d77463dc8f1022dbd26 | [
"MIT"
] | null | null | null | //
// ViewController.swift
// FBGroupsSwiftUI
//
// Created by macbook on 2020/01/26.
// Copyright © 2020 Lance. All rights reserved.
//
import UIKit
class ViewController: UIViewController {
let searchBar = UISearchBar()
override func viewDidLoad() {
super.viewDidLoad()
setupUI()... | 28.179487 | 120 | 0.655141 |