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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
81806fbe9e9fcd280f1e7babd1c30b9027e9a019 | 2,527 | go | Go | atomicproposition.go | kwesiRutledge/ModelChecking | 0abfab54a392fe9bae0c95dcb96659616a4ed246 | [
"MIT"
] | null | null | null | atomicproposition.go | kwesiRutledge/ModelChecking | 0abfab54a392fe9bae0c95dcb96659616a4ed246 | [
"MIT"
] | null | null | null | atomicproposition.go | kwesiRutledge/ModelChecking | 0abfab54a392fe9bae0c95dcb96659616a4ed246 | [
"MIT"
] | null | null | null | /*
atomicproposition.go
Description:
Basic implementation of an Atomic Proposition object.
*/
package modelchecking
import (
"errors"
combinations "github.com/mxschmitt/golang-combinations"
)
type AtomicProposition struct {
Name string
}
/*
Equals
Description:
Compares the atomic propositions by their names.
... | 21.235294 | 119 | 0.760981 |
4c3b39d64fb27d061371e039554c6e09a06fa4f0 | 5,557 | php | PHP | app/Http/Controllers/SesionController.php | francolau/ferreteria | 65afff282badcce4397f75d623dc0f3ae6aa8afd | [
"MIT"
] | null | null | null | app/Http/Controllers/SesionController.php | francolau/ferreteria | 65afff282badcce4397f75d623dc0f3ae6aa8afd | [
"MIT"
] | null | null | null | app/Http/Controllers/SesionController.php | francolau/ferreteria | 65afff282badcce4397f75d623dc0f3ae6aa8afd | [
"MIT"
] | null | null | null | <?php
namespace App\Http\Controllers;
use Illuminate\Support\Facades\Session;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\DB;
class SesionController extends Controller
{
/**
* Display a listing of the resource.
*
* @return \Illuminate\Http\Response
*/
public function login... | 28.792746 | 203 | 0.511607 |
c50f2fa22bb51a4c4ed46a048263a220af9f1132 | 66 | kt | Kotlin | app/src/main/java/com/alekskuzmin/flyhi/core/domain/action/Action.kt | alekskuzmin/flyhi | 08e36815e966fd68d6f802bd9ed16c5294130b5b | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/alekskuzmin/flyhi/core/domain/action/Action.kt | alekskuzmin/flyhi | 08e36815e966fd68d6f802bd9ed16c5294130b5b | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/alekskuzmin/flyhi/core/domain/action/Action.kt | alekskuzmin/flyhi | 08e36815e966fd68d6f802bd9ed16c5294130b5b | [
"Apache-2.0"
] | null | null | null | package com.alekskuzmin.flyhi.core.domain.action
interface Action | 22 | 48 | 0.863636 |
40284e3c8ca8439890cce58407069268f549fe74 | 1,301 | py | Python | 2016/src/Advent2016_04.py | davidxbuck/advent2018 | eed5424a8008b9c0829f5872ad6cd469ce9f70b9 | [
"MIT"
] | 1 | 2021-12-11T02:19:28.000Z | 2021-12-11T02:19:28.000Z | 2016/src/Advent2016_04.py | davidxbuck/advent2018 | eed5424a8008b9c0829f5872ad6cd469ce9f70b9 | [
"MIT"
] | null | null | null | 2016/src/Advent2016_04.py | davidxbuck/advent2018 | eed5424a8008b9c0829f5872ad6cd469ce9f70b9 | [
"MIT"
] | 1 | 2020-12-08T04:31:46.000Z | 2020-12-08T04:31:46.000Z | # Advent of Code 2016
#
# From https://adventofcode.com/2016/day/4
from collections import Counter, defaultdict
import re
keys = [row.strip('\n]').split('[') for row in open('../inputs/Advent2016_04.txt', 'r')]
valid_count = 0
for key, code in keys:
key_counts = Counter("".join(re.findall(r'[a-z]+', key)))
sec... | 30.255814 | 88 | 0.528055 |
0ea2e7ca59970502b4039b2eb1fc6355beb4a8d4 | 686 | kt | Kotlin | src/main/kotlin/com/deflatedpickle/marvin/util/OSUtil.kt | DeflatedPickle/marvin | 7bc909c13e4b1ee28e1507d8cffa051f756c38ca | [
"MIT"
] | null | null | null | src/main/kotlin/com/deflatedpickle/marvin/util/OSUtil.kt | DeflatedPickle/marvin | 7bc909c13e4b1ee28e1507d8cffa051f756c38ca | [
"MIT"
] | 2 | 2020-07-30T20:19:09.000Z | 2020-07-30T20:19:12.000Z | src/main/kotlin/com/deflatedpickle/marvin/util/OSUtil.kt | DeflatedPickle/marvin | 7bc909c13e4b1ee28e1507d8cffa051f756c38ca | [
"MIT"
] | null | null | null | /* Copyright (c) 2021 DeflatedPickle under the MIT license */
package com.deflatedpickle.marvin.util
@Suppress("MemberVisibilityCanBePrivate", "unused")
object OSUtil {
val os = System.getProperty("os.name").toLowerCase()
fun isWindows() = os.contains("win")
fun isLinux() = os.contains("linux")
fun i... | 22.129032 | 61 | 0.580175 |
613a38707086a5174fadc35ae9cfd7c305e5c949 | 1,624 | kt | Kotlin | core/src/commonMain/kotlin/com/episode6/redux/impl.kt | episode6/redux-store-flow | 6769f2384ae5be653271c8a785952ac42150153f | [
"MIT"
] | 1 | 2022-03-15T04:46:28.000Z | 2022-03-15T04:46:28.000Z | core/src/commonMain/kotlin/com/episode6/redux/impl.kt | episode6/redux-store-flow | 6769f2384ae5be653271c8a785952ac42150153f | [
"MIT"
] | null | null | null | core/src/commonMain/kotlin/com/episode6/redux/impl.kt | episode6/redux-store-flow | 6769f2384ae5be653271c8a785952ac42150153f | [
"MIT"
] | null | null | null | package com.episode6.redux
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.channels.Channel
import kotlinx.coroutines.channels.Channel.Factory.UNLIMITED
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.launch
/**
* Creates a new [StoreFl... | 28.491228 | 100 | 0.706281 |
16a1f47f8725377c0ee6c8d73f9752b450403ab3 | 3,114 | swift | Swift | Sources/MultiUser/Model/User.swift | smuellner/MultiUser.swift | c0700b4122e7d1391226019c7f5eeb4ed1ec69f5 | [
"MIT"
] | 1 | 2020-04-18T08:14:47.000Z | 2020-04-18T08:14:47.000Z | Sources/MultiUser/Model/User.swift | smuellner/MultiUser-for-swift | c0700b4122e7d1391226019c7f5eeb4ed1ec69f5 | [
"MIT"
] | null | null | null | Sources/MultiUser/Model/User.swift | smuellner/MultiUser-for-swift | c0700b4122e7d1391226019c7f5eeb4ed1ec69f5 | [
"MIT"
] | null | null | null | //
// User.swift
//
//
// Created by Sascha Müllner on 29.02.20.
//
import Foundation
import CoreImage
public struct User: Codable {
private var uuid: UUID
public var username: String?
public var firstname: String?
public var lastname: String?
public var birthday: Date?
public var emails: [... | 43.25 | 123 | 0.679512 |
9d782f053222c183f33ba1f53a4a27f66bcdd923 | 1,377 | sql | SQL | src/EA.Weee.Database/scripts/Update/Release 1/Sprint17/20151112-1328-AddNonClusteredIndexToTables.sql | uk-gov-mirror/defra.prsd-weee | 0eb8cd9db9cf5625bb7ada3955916970634110e5 | [
"Unlicense"
] | 2 | 2018-02-08T09:42:51.000Z | 2019-05-07T14:06:27.000Z | src/EA.Weee.Database/scripts/Update/Release 1/Sprint17/20151112-1328-AddNonClusteredIndexToTables.sql | uk-gov-mirror/defra.prsd-weee | 0eb8cd9db9cf5625bb7ada3955916970634110e5 | [
"Unlicense"
] | 60 | 2017-03-16T11:35:44.000Z | 2022-03-17T15:02:08.000Z | src/EA.Weee.Database/scripts/Update/Release 1/Sprint17/20151112-1328-AddNonClusteredIndexToTables.sql | uk-gov-mirror/defra.prsd-weee | 0eb8cd9db9cf5625bb7ada3955916970634110e5 | [
"Unlicense"
] | 1 | 2021-04-10T21:31:54.000Z | 2021-04-10T21:31:54.000Z | /****** Object: Index [IX_MemberUpload_IsSubmitted] Script Date: 12/11/2015 13:25:55 ******/
CREATE NONCLUSTERED INDEX [IX_MemberUpload_IsSubmitted] ON [PCS].[MemberUpload]
(
[IsSubmitted] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_... | 45.9 | 170 | 0.738562 |
2e40000718001206f34017625c73ac74779c9e0f | 3,805 | sql | SQL | SOFTTEK/softtek.scms.net/SOFTTEK.SCMS.DB/Procedures/spFAMGetNovelty.sql | ingscarrero/dotNet | 6e7795b9a5e0af02c0a50445ddd98dcc7d1ed9fa | [
"MIT"
] | null | null | null | SOFTTEK/softtek.scms.net/SOFTTEK.SCMS.DB/Procedures/spFAMGetNovelty.sql | ingscarrero/dotNet | 6e7795b9a5e0af02c0a50445ddd98dcc7d1ed9fa | [
"MIT"
] | null | null | null | SOFTTEK/softtek.scms.net/SOFTTEK.SCMS.DB/Procedures/spFAMGetNovelty.sql | ingscarrero/dotNet | 6e7795b9a5e0af02c0a50445ddd98dcc7d1ed9fa | [
"MIT"
] | null | null | null | CREATE PROCEDURE [dbo].[spFAMGetNovelty]
@token_id NVARCHAR(50),
@filter_nvlrqs_id_Pk BIGINT = NULL,
@filter_nvlrqs_number NVARCHAR(MAX) = NULL,
@filter_nvlrqs_external_identifier NVARCHAR(500) = NULL,
@filter_nvlrqs_informed_Fk INT = NULL,
@filter_nvlrqs_responsible_Fk INT = NULL,
@filter_nvlrqs_accounta... | 55.955882 | 147 | 0.760578 |
670f0c99b6741cf55163827e966458eef9058321 | 309 | swift | Swift | Recipes/Models/Recipe/ImprovedRecipe.swift | illescasDaniel/Recipes | 857cc9e6da771caa2064f5df6612b36a6ca71b83 | [
"MIT"
] | 1 | 2019-12-04T17:18:58.000Z | 2019-12-04T17:18:58.000Z | Recipes/Models/Recipe/ImprovedRecipe.swift | illescasDaniel/Recipes | 857cc9e6da771caa2064f5df6612b36a6ca71b83 | [
"MIT"
] | null | null | null | Recipes/Models/Recipe/ImprovedRecipe.swift | illescasDaniel/Recipes | 857cc9e6da771caa2064f5df6612b36a6ca71b83 | [
"MIT"
] | null | null | null | //
// ImprovedRecipe.swift
// RecipePuppy
//
// Created by Daniel Illescas Romero on 18/10/2018.
// Copyright © 2018 Daniel Illescas Romero. All rights reserved.
//
import Foundation
struct ImprovedRecipe {
let title: String
let href: URL
let ingredients: [Ingredient]
let thumbnail: String//URL?
}
| 18.176471 | 65 | 0.724919 |
fb4863d3430b87cddcf3c558416f12e1e5fd35ef | 1,072 | java | Java | java-interview-questions/java-programs/DynamicProgramming/ncr.java | veilair/java-development | 1d784dfe4f2b29e1413ab63df9163bc2dddd8ba1 | [
"MIT"
] | 1 | 2022-01-18T01:00:56.000Z | 2022-01-18T01:00:56.000Z | java-interview-questions/java-programs/DynamicProgramming/ncr.java | veilair/java-development | 1d784dfe4f2b29e1413ab63df9163bc2dddd8ba1 | [
"MIT"
] | null | null | null | java-interview-questions/java-programs/DynamicProgramming/ncr.java | veilair/java-development | 1d784dfe4f2b29e1413ab63df9163bc2dddd8ba1 | [
"MIT"
] | null | null | null | package DynamicProgramming;
import java.util.Arrays;
public class ncr {
public static int NcR(int n, int r) {
if (n == 1 || r == 0 || n == r) {
return 1;
}
if (r == 1) {
return n;
}
return NcR(n - 1, r) + NcR(n - 1, r - 1);
}
public static int dpApproach(int n, int r) {
if(r > n) return -1... | 17.290323 | 64 | 0.473881 |
c79382f316f4f46784f957e8e42a51ca5f9b301e | 411 | kt | Kotlin | kryptoprefs/src/androidTest/java/com/kryptoprefs/util/RandomStringGenerator.kt | rumboalla/KryptoPrefs | 89f3fb446db36dba2c890201d16589c65f59f5c9 | [
"MIT"
] | 34 | 2019-11-12T11:58:54.000Z | 2021-12-16T14:22:31.000Z | kryptoprefs/src/androidTest/java/com/kryptoprefs/util/RandomStringGenerator.kt | rumboalla/KryptoPrefs | 89f3fb446db36dba2c890201d16589c65f59f5c9 | [
"MIT"
] | 1 | 2021-06-11T03:13:29.000Z | 2021-06-11T03:13:29.000Z | kryptoprefs/src/androidTest/java/com/kryptoprefs/util/RandomStringGenerator.kt | rumboalla/KryptoPrefs | 89f3fb446db36dba2c890201d16589c65f59f5c9 | [
"MIT"
] | 4 | 2019-11-19T07:37:02.000Z | 2021-01-23T12:46:26.000Z | package com.kryptoprefs.util
import java.util.Random
object RandomStringGenerator {
private const val source = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
private val random = Random()
@JvmStatic
@Synchronized
fun generate(len: Int): String {
val sb = StringBuilder(len)
for (i in 0..l... | 21.631579 | 74 | 0.683698 |
c4c01a7aa4c38eb99108112056e42d0df8ec84f8 | 2,146 | dart | Dart | test/header_parser_tests/nested_parsing_test.dart | listepo/ffigen | 2f5a24076c1e691d771108c550999ada81ea8751 | [
"BSD-3-Clause"
] | null | null | null | test/header_parser_tests/nested_parsing_test.dart | listepo/ffigen | 2f5a24076c1e691d771108c550999ada81ea8751 | [
"BSD-3-Clause"
] | null | null | null | test/header_parser_tests/nested_parsing_test.dart | listepo/ffigen | 2f5a24076c1e691d771108c550999ada81ea8751 | [
"BSD-3-Clause"
] | null | null | null | // Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:ffigen/src/code_generator.dart';
import 'package:ffigen/src/header_parser.dart' as parse... | 26.493827 | 77 | 0.630009 |
e8091634ebd0d38bd6aa81b0dfcb2d588a61b4e7 | 632 | kt | Kotlin | app/src/main/java/io/github/brunogabriel/unittestingsample/shared/view/MarginItemDecoration.kt | brunogabriel/AndroidUnitTesting | e1f8e3a888a54a416ffbe0bb16ca689dff6cab66 | [
"MIT"
] | 4 | 2021-09-25T18:21:08.000Z | 2021-11-10T10:37:15.000Z | app/src/main/java/io/github/brunogabriel/unittestingsample/shared/view/MarginItemDecoration.kt | brunogabriel/AndroidUnitTesting | e1f8e3a888a54a416ffbe0bb16ca689dff6cab66 | [
"MIT"
] | null | null | null | app/src/main/java/io/github/brunogabriel/unittestingsample/shared/view/MarginItemDecoration.kt | brunogabriel/AndroidUnitTesting | e1f8e3a888a54a416ffbe0bb16ca689dff6cab66 | [
"MIT"
] | null | null | null | package io.github.brunogabriel.unittestingsample.shared.view
import android.graphics.Rect
import android.view.View
import androidx.recyclerview.widget.RecyclerView
class MarginItemDecoration(
private val margin: Int
) : RecyclerView.ItemDecoration() {
override fun getItemOffsets(
outRect: Rect,
... | 25.28 | 60 | 0.612342 |
0f2629637db453dd41ce42895d100e1c8075df5c | 1,254 | lua | Lua | technic_worldgen/init.lua | mt-mods/technic | 39d786918c855625dfd70e3975c552621b9712a2 | [
"DOC"
] | 17 | 2020-02-20T06:32:56.000Z | 2021-11-23T02:10:00.000Z | technic_worldgen/init.lua | mt-mods/technic | 39d786918c855625dfd70e3975c552621b9712a2 | [
"DOC"
] | 193 | 2020-02-18T18:34:20.000Z | 2022-03-30T12:22:03.000Z | technic_worldgen/init.lua | mt-mods/technic | 39d786918c855625dfd70e3975c552621b9712a2 | [
"DOC"
] | 18 | 2020-06-30T11:55:52.000Z | 2022-03-05T17:56:46.000Z |
local modpath = minetest.get_modpath("technic_worldgen")
technic = rawget(_G, "technic") or {}
technic.worldgen = {
gettext = rawget(_G, "intllib") and intllib.Getter() or function(s) return s end,
}
dofile(modpath.."/config.lua")
dofile(modpath.."/nodes.lua")
dofile(modpath.."/oregen.lua")
dofile(modpath.."/crafts... | 35.828571 | 90 | 0.783094 |
e2134a09aaac72a7bdd4a6ae266f611556f09edb | 324 | swift | Swift | project/Component/NefSwiftPlayground/Models/SwiftPackageProduct.swift | chenrui333/nef | cc9210bb4151cb502a71e5b7a1e6166735f834b5 | [
"Apache-2.0"
] | 265 | 2018-12-19T16:17:22.000Z | 2022-03-29T07:39:00.000Z | project/Component/NefSwiftPlayground/Models/SwiftPackageProduct.swift | chenrui333/nef | cc9210bb4151cb502a71e5b7a1e6166735f834b5 | [
"Apache-2.0"
] | 73 | 2019-01-02T12:17:18.000Z | 2022-01-19T18:55:43.000Z | project/Component/NefSwiftPlayground/Models/SwiftPackageProduct.swift | chenrui333/nef | cc9210bb4151cb502a71e5b7a1e6166735f834b5 | [
"Apache-2.0"
] | 11 | 2019-04-18T12:31:38.000Z | 2022-01-29T15:01:48.000Z | // Copyright © 2020 The nef Authors.
import Foundation
import NefCommon
public struct SwiftPackageProduct {
let name: String
let dependencies: [String]
}
public extension Array where Element == SwiftPackageProduct {
func names() -> [String] {
(map(\.name) + flatMap(\.dependencies)).unique()
... | 20.25 | 61 | 0.679012 |
98ae3eee3c699c0ef9987205b18a88cd50cb4ca3 | 5,058 | html | HTML | app/content/texts/vnm_wh/JB40.html | youfriend20012001/VNGKBible | 63f7b88f3d0d257a8730929c57e65221a6ce8824 | [
"MIT"
] | null | null | null | app/content/texts/vnm_wh/JB40.html | youfriend20012001/VNGKBible | 63f7b88f3d0d257a8730929c57e65221a6ce8824 | [
"MIT"
] | 4 | 2020-04-04T04:16:48.000Z | 2022-03-26T19:19:12.000Z | app/content/texts/vnm_wh/JB40.html | youfriend20012001/VNGKBible | 63f7b88f3d0d257a8730929c57e65221a6ce8824 | [
"MIT"
] | 1 | 2020-11-25T17:39:39.000Z | 2020-11-25T17:39:39.000Z | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<title>Job 40 (VNM)</title>
<link href="../../../build/mobile.css" rel="stylesheet" />
<script src="../../../build/mobile.js"></script>
</head>
<body dir="ltr" class="section... | 103.22449 | 206 | 0.677738 |
90c0ff2d6c7539edaa13fe0407395b52b29042c8 | 4,528 | py | Python | models/vision/detection/awsdet/models/necks/fpn.py | indhub/deep-learning-models | 26f72870e0db8f092dabab42ad3a653a8dc83601 | [
"Apache-2.0"
] | null | null | null | models/vision/detection/awsdet/models/necks/fpn.py | indhub/deep-learning-models | 26f72870e0db8f092dabab42ad3a653a8dc83601 | [
"Apache-2.0"
] | null | null | null | models/vision/detection/awsdet/models/necks/fpn.py | indhub/deep-learning-models | 26f72870e0db8f092dabab42ad3a653a8dc83601 | [
"Apache-2.0"
] | null | null | null | # Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
# -*- coding: utf-8 -*-
'''
FPN model for Keras.
# Reference:
- [Feature Pyramid Networks for Object Detection](
https://arxiv.org/abs/1612.03144)
'''
import tensorflow as tf
from tensorflow.keras impor... | 50.876404 | 109 | 0.569788 |
5de3552e9bfaefa9ff7cfd302b47b10c0c4ac35b | 1,305 | go | Go | pkg/apis/resolution/v1alpha1/resource_request_validation.go | sbwsg/resolution | b54134d264c969eea67a46f3a02d13c7d790b88f | [
"Apache-2.0"
] | null | null | null | pkg/apis/resolution/v1alpha1/resource_request_validation.go | sbwsg/resolution | b54134d264c969eea67a46f3a02d13c7d790b88f | [
"Apache-2.0"
] | null | null | null | pkg/apis/resolution/v1alpha1/resource_request_validation.go | sbwsg/resolution | b54134d264c969eea67a46f3a02d13c7d790b88f | [
"Apache-2.0"
] | null | null | null | /*
Copyright 2022 The Tekton Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softw... | 26.1 | 82 | 0.758621 |
23f6fd0a7fbe2d999a6ea1bc682f568331ac1712 | 711 | ps1 | PowerShell | deprecated/winpatrol/tools/chocolateyUninstall.ps1 | JourneyOver/chocolatey-packages | a32ae32125a05dd41b8cabbeea11a541cfb4c884 | [
"Apache-2.0"
] | 8 | 2019-01-22T18:54:58.000Z | 2021-09-27T03:29:41.000Z | deprecated/winpatrol/tools/chocolateyUninstall.ps1 | JourneyOver/chocolatey-packages | a32ae32125a05dd41b8cabbeea11a541cfb4c884 | [
"Apache-2.0"
] | 54 | 2017-09-16T22:41:15.000Z | 2022-02-17T23:19:24.000Z | deprecated/winpatrol/tools/chocolateyUninstall.ps1 | JourneyOver/chocolatey-packages | a32ae32125a05dd41b8cabbeea11a541cfb4c884 | [
"Apache-2.0"
] | 2 | 2017-10-29T06:55:31.000Z | 2021-02-08T07:22:47.000Z | $programUninstallEntryName = 'WinPatrol'
$uninstallString = (Get-ItemProperty HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, QuietUninstallString | Where-Object { $_.DisplayName -like "$programUninstallEntryName*" }).QuietUninstallString
# get the uninstall string o... | 64.636364 | 250 | 0.770745 |
04ee5bb921eaea62a518bf2be36cc70c77916132 | 7,717 | java | Java | addOns/exportreport/src/main/java/org/zaproxy/zap/extension/exportreport/PanelSource.java | KajanM/zap-extensions | de740fbef5f4c0731a7e799002718345a1975be6 | [
"Apache-2.0"
] | 3 | 2017-03-16T19:44:45.000Z | 2021-11-15T11:27:26.000Z | addOns/exportreport/src/main/java/org/zaproxy/zap/extension/exportreport/PanelSource.java | KajanM/zap-extensions | de740fbef5f4c0731a7e799002718345a1975be6 | [
"Apache-2.0"
] | 1 | 2020-05-20T13:41:21.000Z | 2020-06-17T21:18:59.000Z | addOns/exportreport/src/main/java/org/zaproxy/zap/extension/exportreport/PanelSource.java | KajanM/zap-extensions | de740fbef5f4c0731a7e799002718345a1975be6 | [
"Apache-2.0"
] | 1 | 2020-05-12T12:58:08.000Z | 2020-05-12T12:58:08.000Z | /*
* Zed Attack Proxy (ZAP) and its related class files.
*
* ZAP is an HTTP/HTTPS proxy for assessing web application security.
*
* Copyright 2016 The ZAP Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | 38.393035 | 100 | 0.662693 |
0ed2ecd21a31b9c6894f63d94a51b5e70e67110d | 171 | ts | TypeScript | src/models/combinedPortfolioView.model.ts | dickwolff/Google-Finance-Plus | 3ae7acf7c5e3c596bba360fa0f3d4cb8f1a5840c | [
"MIT"
] | null | null | null | src/models/combinedPortfolioView.model.ts | dickwolff/Google-Finance-Plus | 3ae7acf7c5e3c596bba360fa0f3d4cb8f1a5840c | [
"MIT"
] | null | null | null | src/models/combinedPortfolioView.model.ts | dickwolff/Google-Finance-Plus | 3ae7acf7c5e3c596bba360fa0f3d4cb8f1a5840c | [
"MIT"
] | null | null | null | import { PortfolioView } from "./portfolioView.model";
export class CombinedPortfolioView {
public totalValue!: number;
public portfolios: PortfolioView[] = [];
} | 28.5 | 54 | 0.725146 |
12bbc8ec9f2c7fa17f9bf8c9c36e6fce2c3f59f2 | 729 | html | HTML | cluster-copy/help/intro.ro.auto.html | GalaxyGFX/webmin | 134311032e3e69a6f7386648733a3a65c9a3ba1d | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1,863 | 2015-01-04T21:45:45.000Z | 2022-03-30T09:10:50.000Z | cluster-copy/help/intro.ro.auto.html | GalaxyGFX/webmin | 134311032e3e69a6f7386648733a3a65c9a3ba1d | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1,233 | 2015-01-03T12:45:51.000Z | 2022-03-31T02:39:58.000Z | cluster-copy/help/intro.ro.auto.html | GalaxyGFX/webmin | 134311032e3e69a6f7386648733a3a65c9a3ba1d | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 546 | 2015-01-05T13:07:28.000Z | 2022-03-25T21:47:51.000Z | <header> Cluster Copiați fișiere </header> Acest modul vă permite să configurați transferuri programate de fișiere de la un server master la alte servere dintr-un cluster Webmin. Acest lucru poate fi util pentru distribuirea fișierelor precum <tt>/etc/hosts</tt> , <tt>httpd.conf</tt> și altele pentru care nu este dispo... | 729 | 729 | 0.801097 |
251fe0be91f27d7693ebe3571a62f8db39c1f19b | 5,958 | lua | Lua | ZxUIText/modules/ActionBarFont.lua | toddnguyen11/ZxTextUnitPower | c5f2a8d939762753cc190d636ce1e85d8f3588f3 | [
"MIT"
] | null | null | null | ZxUIText/modules/ActionBarFont.lua | toddnguyen11/ZxTextUnitPower | c5f2a8d939762753cc190d636ce1e85d8f3588f3 | [
"MIT"
] | null | null | null | ZxUIText/modules/ActionBarFont.lua | toddnguyen11/ZxTextUnitPower | c5f2a8d939762753cc190d636ce1e85d8f3588f3 | [
"MIT"
] | null | null | null | local ZxUIText = LibStub("AceAddon-3.0"):GetAddon("ZxUIText")
local CoreOptions47 = ZxUIText["optionTables"]["CoreOptions47"]
local media = LibStub("LibSharedMedia-3.0")
local _MODULE_NAME = "ActionBarFont"
local _DECORATIVE_NAME = "Action Bar Font"
local ActionBarFont = ZxUIText:NewModule(_MODULE_NAME)
ActionBarFont.... | 31.691489 | 95 | 0.641826 |
249ee91261d4d84a331b3767a69e651d8d4db00f | 71 | sql | SQL | conf/evolutions/default/3.sql | Mnozil/guide.me | d2529462eca7883b2625cc27e6d512016883a04c | [
"Apache-2.0"
] | null | null | null | conf/evolutions/default/3.sql | Mnozil/guide.me | d2529462eca7883b2625cc27e6d512016883a04c | [
"Apache-2.0"
] | null | null | null | conf/evolutions/default/3.sql | Mnozil/guide.me | d2529462eca7883b2625cc27e6d512016883a04c | [
"Apache-2.0"
] | null | null | null | # --- !Ups
ALTER TABLE `Movie` ADD COLUMN `genre` TEXT
# --- !Downs
| 10.142857 | 43 | 0.577465 |
164bfd82f4527ffdef9bfd79fdeae46fee8112cc | 656 | tsx | TypeScript | docs/src/components/CiCd/PipelineFlow.tsx | JacobTheEvans/kvlt-konverter | a57390c6ec4977c86d7427a7250219a8ec850f61 | [
"Apache-2.0"
] | 4 | 2020-06-13T16:43:45.000Z | 2021-12-15T22:57:35.000Z | docs/src/components/CiCd/PipelineFlow.tsx | JacobTheEvans/kvlt-bot | a57390c6ec4977c86d7427a7250219a8ec850f61 | [
"Apache-2.0"
] | 2 | 2022-01-22T11:53:35.000Z | 2022-01-22T11:53:36.000Z | docs/src/components/CiCd/PipelineFlow.tsx | JacobTheEvans/kvlt-konverter | a57390c6ec4977c86d7427a7250219a8ec850f61 | [
"Apache-2.0"
] | 1 | 2020-06-04T07:46:50.000Z | 2020-06-04T07:46:50.000Z | import React from 'react'
import styled from 'styled-components'
import SubHeader from '../common/SubHeader'
import Text from '../common/Text'
import Image from '../common/Image'
import KvltCiCdImage from './kvlt-ci-cd.png'
const Container = styled.div`
margin-top: 100px;
`
export default function PipelineFlow () {... | 23.428571 | 125 | 0.653963 |
40df8e3ec72b9fadb55e6de6973f45105e20bcd0 | 4,522 | sql | SQL | EmployeeSQL/EmployeeSQL_queries.sql | cdmoorman/sql-challenge | 80ccd7546ccce2014308dd1178d4431d890ffbd4 | [
"ADSL"
] | null | null | null | EmployeeSQL/EmployeeSQL_queries.sql | cdmoorman/sql-challenge | 80ccd7546ccce2014308dd1178d4431d890ffbd4 | [
"ADSL"
] | null | null | null | EmployeeSQL/EmployeeSQL_queries.sql | cdmoorman/sql-challenge | 80ccd7546ccce2014308dd1178d4431d890ffbd4 | [
"ADSL"
] | null | null | null | -- SQL Homework - Employee Database: A Mystery in Two Parts
-- Drop table for departments if it exists
DROP TABLE departments;
-- CREATE Table for departments
CREATE TABLE departments(
dept_no VARCHAR(30) NOT NULL,
dept_name VARCHAR(30) NOT NULL,
PRIMARY KEY (dept_no)
);
-- Import departments csv file
SELECT * FR... | 24.053191 | 160 | 0.775542 |
04e890659dc9112993e0e5408b6339b2250c165d | 1,979 | java | Java | backend/plugins/org.eclipse.emfcloud.coffee.modelserver/src/org/eclipse/emfcloud/coffee/modelserver/commands/contributions/AddFlowCommandContribution.java | alxflam/coffee-editor | 8456e17b6cc4e75a8a001038622cdedc368bbaf5 | [
"MIT"
] | null | null | null | backend/plugins/org.eclipse.emfcloud.coffee.modelserver/src/org/eclipse/emfcloud/coffee/modelserver/commands/contributions/AddFlowCommandContribution.java | alxflam/coffee-editor | 8456e17b6cc4e75a8a001038622cdedc368bbaf5 | [
"MIT"
] | null | null | null | backend/plugins/org.eclipse.emfcloud.coffee.modelserver/src/org/eclipse/emfcloud/coffee/modelserver/commands/contributions/AddFlowCommandContribution.java | alxflam/coffee-editor | 8456e17b6cc4e75a8a001038622cdedc368bbaf5 | [
"MIT"
] | null | null | null | /*******************************************************************************
* Copyright (c) 2021 EclipseSource and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0, o... | 47.119048 | 108 | 0.75139 |
eb58809f1fc377e4bca133ebf8fbba3cb82ad12a | 1,122 | dart | Dart | lib/blocs/shops_search/shops_search_state.dart | duythien0912/fix_map | 84598f4145a9eaf5e7dcf5a7e40a37cd781c2b1c | [
"MIT"
] | 8 | 2020-01-21T15:14:29.000Z | 2020-04-25T08:16:29.000Z | lib/blocs/shops_search/shops_search_state.dart | duythien0912/fix_map | 84598f4145a9eaf5e7dcf5a7e40a37cd781c2b1c | [
"MIT"
] | null | null | null | lib/blocs/shops_search/shops_search_state.dart | duythien0912/fix_map | 84598f4145a9eaf5e7dcf5a7e40a37cd781c2b1c | [
"MIT"
] | 6 | 2020-01-21T14:22:27.000Z | 2020-03-13T06:19:00.000Z | import "package:equatable/equatable.dart";
import "package:fix_map/models/models.dart";
import "package:flutter/foundation.dart";
@immutable
abstract class ShopsSearchState extends Equatable {
const ShopsSearchState();
@override
List<Object> get props => [];
}
class InitialShopsSearchState extends ShopsSearchSt... | 27.365854 | 92 | 0.77451 |
fbb6bf885c127ccf0fcafcef53b4e0b8ea245568 | 2,213 | java | Java | src/main/gov/nasa/jpf/vm/BootstrapMethodInfo.java | Jaikishan-Saroj-786/jpf-core | 0df77f0a2a8fa55d58a4ed89b70b61e39626866c | [
"Apache-2.0"
] | 387 | 2018-02-19T12:46:39.000Z | 2022-03-27T07:51:40.000Z | src/main/gov/nasa/jpf/vm/BootstrapMethodInfo.java | Jaikishan-Saroj-786/jpf-core | 0df77f0a2a8fa55d58a4ed89b70b61e39626866c | [
"Apache-2.0"
] | 237 | 2018-03-03T10:30:44.000Z | 2022-03-31T21:14:57.000Z | src/main/gov/nasa/jpf/vm/BootstrapMethodInfo.java | Jaikishan-Saroj-786/jpf-core | 0df77f0a2a8fa55d58a4ed89b70b61e39626866c | [
"Apache-2.0"
] | 316 | 2018-02-13T15:53:58.000Z | 2022-03-28T16:45:19.000Z | /*
* Copyright (C) 2014, United States Government, as represented by the
* Administrator of the National Aeronautics and Space Administration.
* All rights reserved.
*
* The Java Pathfinder core (jpf-core) platform is licensed under the
* Apache License, Version 2.0 (the "License"); you may not use this file exce... | 33.530303 | 120 | 0.733394 |
877585ff6c34bfda66fecd0a94e6a78086e72560 | 1,790 | html | HTML | lacueva/addCat.html | mirdape/TAKEAWAY | ae539762bd68d19767beaf09a2c565e6f5525308 | [
"MIT"
] | null | null | null | lacueva/addCat.html | mirdape/TAKEAWAY | ae539762bd68d19767beaf09a2c565e6f5525308 | [
"MIT"
] | null | null | null | lacueva/addCat.html | mirdape/TAKEAWAY | ae539762bd68d19767beaf09a2c565e6f5525308 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html>
<head>
<!--Import Google Icon Font-->
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="../css/materialize.min.css" media="screen,projection"/>
<li... | 41.627907 | 107 | 0.591061 |
64b39d4a4298994c66bb107c5430eab22355c2a1 | 1,052 | swift | Swift | Source/LogConfig.swift | HumanDevice/ios-logger | ea2069082fac7e089060468daef7536bb69f21a4 | [
"MIT"
] | null | null | null | Source/LogConfig.swift | HumanDevice/ios-logger | ea2069082fac7e089060468daef7536bb69f21a4 | [
"MIT"
] | 1 | 2016-07-15T07:31:34.000Z | 2016-07-15T08:07:43.000Z | Source/LogConfig.swift | HumanDevice/ios-logger | ea2069082fac7e089060468daef7536bb69f21a4 | [
"MIT"
] | null | null | null | //
// LogConfig.swift
// logger
//
// Created by Mikołaj Styś on 10.07.2016.
// Copyright © 2016 Mikołaj Styś. All rights reserved.
//
import Foundation
/**
Struct that hold data that enables HDLogger configurability.
*/
public struct LogConfig {
var timeFormat: String = "HH:mm:ss.SSS"
var enableLogging:... | 19.127273 | 102 | 0.689163 |
2dbacacbacaf97c2915e34b89dc68919026411fc | 3,758 | html | HTML | pipermail/stringtemplate-interest/2009-May/001957.html | hpcc-systems/website-antlr3 | aa6181595356409f8dc624e54715f56bd10707a8 | [
"BSD-3-Clause"
] | null | null | null | pipermail/stringtemplate-interest/2009-May/001957.html | hpcc-systems/website-antlr3 | aa6181595356409f8dc624e54715f56bd10707a8 | [
"BSD-3-Clause"
] | null | null | null | pipermail/stringtemplate-interest/2009-May/001957.html | hpcc-systems/website-antlr3 | aa6181595356409f8dc624e54715f56bd10707a8 | [
"BSD-3-Clause"
] | null | null | null | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [stringtemplate-interest] Question about C# port of StringTemplate
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:stringtemplate-interest%40antlr.org?Subject=Re:%20%5Bstringtemplate-interest%5D%20Question%... | 39.557895 | 257 | 0.686801 |
e31a80f6b2cf75c74a613e8cac699bef2e83a424 | 141 | sql | SQL | CSharp-DB/Databases-Basics/Exams/DemoExam-13-Oct-2019/05Commits.sql | kalintsenkov/SoftUni-Software-Engineering | add12909bd0c82d721b8bae43144626173f6023a | [
"MIT"
] | 8 | 2020-12-30T08:58:37.000Z | 2022-01-15T12:52:14.000Z | CSharp-DB/Databases-Basics/Exams/DemoExam-13-Oct-2019/05Commits.sql | zanovasevi/SoftUni-Software-Engineering | add12909bd0c82d721b8bae43144626173f6023a | [
"MIT"
] | null | null | null | CSharp-DB/Databases-Basics/Exams/DemoExam-13-Oct-2019/05Commits.sql | zanovasevi/SoftUni-Software-Engineering | add12909bd0c82d721b8bae43144626173f6023a | [
"MIT"
] | 52 | 2019-06-08T08:50:21.000Z | 2022-03-21T21:20:21.000Z | SELECT c.Id, c.[Message], c.RepositoryId, c.ContributorId
FROM Commits AS c
ORDER BY c.Id, c.[Message], c.RepositoryId, c.ContributorId | 47 | 59 | 0.730496 |
0edb9118dc070aa78888d9e4c7ecfb90a6eea112 | 8,382 | h | C | circular_list.h | thyagow/EstruturaDados | 413973649231493005758e4f5f6fd7df0abdecee | [
"Apache-2.0"
] | null | null | null | circular_list.h | thyagow/EstruturaDados | 413973649231493005758e4f5f6fd7df0abdecee | [
"Apache-2.0"
] | null | null | null | circular_list.h | thyagow/EstruturaDados | 413973649231493005758e4f5f6fd7df0abdecee | [
"Apache-2.0"
] | null | null | null | // Copyright [2016] <THIAGO DE SOUZA VENTURA>"
#ifndef STRUCTURES_CIRCULAR_LIST_H
#define STRUCTURES_CIRCULAR_LIST_H
#include <cstdint>
#include <stdexcept>
namespace structures {
//! lista circular encadeada
/* igual uma lista encadeada normal,
porém o último elemento é ligado ao primeiro da lista, formando u... | 27.754967 | 80 | 0.4487 |
21d5e088e58ae22a7afc722af04dc20ec77adc07 | 1,183 | html | HTML | GUIScripts/University Website/templates/fees.html | Gaurav1401/Awesome_Python_Scripts | e98044cc42a975e81d880b27546fadcdead17a42 | [
"MIT"
] | 1 | 2021-12-07T17:37:56.000Z | 2021-12-07T17:37:56.000Z | GUIScripts/University Website/templates/fees.html | Gaurav1401/Awesome_Python_Scripts | e98044cc42a975e81d880b27546fadcdead17a42 | [
"MIT"
] | null | null | null | GUIScripts/University Website/templates/fees.html | Gaurav1401/Awesome_Python_Scripts | e98044cc42a975e81d880b27546fadcdead17a42 | [
"MIT"
] | 2 | 2021-10-03T16:22:08.000Z | 2021-10-03T17:35:14.000Z | {% extends 'base.html' %}
{% block title %}
Fees
{% endblock %}
{% block content %}
<hr>
<table class="table table-hover table-dark">
<thead>
<tr>
<th scope="col">Roll Number</th>
<th scope="col">Name</th>
<th scope="col">Amount</t... | 31.972973 | 102 | 0.337278 |
d6de68e88beb4bbe8a9e283adef5ccc5025c5080 | 672 | lua | Lua | src/base/actor.lua | AricHasting/regrid | 8b64520db09f8e5011aacef2f4eea07cb90309e3 | [
"MIT"
] | null | null | null | src/base/actor.lua | AricHasting/regrid | 8b64520db09f8e5011aacef2f4eea07cb90309e3 | [
"MIT"
] | null | null | null | src/base/actor.lua | AricHasting/regrid | 8b64520db09f8e5011aacef2f4eea07cb90309e3 | [
"MIT"
] | null | null | null | do
local _class_0
local _base_0 = {
move = function(self, x, y)
return self.grid:move_actor(x, y, self.id)
end,
destroy = function(self)
return self.grid:remove_actor(self.id)
end
}
_base_0.__index = _base_0
_class_0 = setmetatable({
__init = function(self)
self.x = 1
... | 20.363636 | 48 | 0.589286 |
79aa94002d03b5dbb84ea16137d8cf0db8329363 | 126 | swift | Swift | TextFieldTesterTests/TextFieldTesterTests.swift | PoikileCreations/TextFieldUITester | c6e5e73f32f9032af90bbacd303d430441f9e893 | [
"MIT"
] | null | null | null | TextFieldTesterTests/TextFieldTesterTests.swift | PoikileCreations/TextFieldUITester | c6e5e73f32f9032af90bbacd303d430441f9e893 | [
"MIT"
] | null | null | null | TextFieldTesterTests/TextFieldTesterTests.swift | PoikileCreations/TextFieldUITester | c6e5e73f32f9032af90bbacd303d430441f9e893 | [
"MIT"
] | null | null | null | // Created by nrith on 8/10/21.
import XCTest
@testable import TextFieldTester
class TextFieldTesterTests: XCTestCase {
}
| 14 | 40 | 0.769841 |
4c1b2741b4db716719d1936a0adb631ded1590df | 7,152 | php | PHP | test/ChaCha20CipherTest.php | nipil/ChaCha20 | 32c8f73e2b9ef443cba0855198938b84a73b8a9b | [
"MIT"
] | null | null | null | test/ChaCha20CipherTest.php | nipil/ChaCha20 | 32c8f73e2b9ef443cba0855198938b84a73b8a9b | [
"MIT"
] | null | null | null | test/ChaCha20CipherTest.php | nipil/ChaCha20 | 32c8f73e2b9ef443cba0855198938b84a73b8a9b | [
"MIT"
] | null | null | null | <?php
declare(strict_types=1);
use PHPUnit\Framework\TestCase;
use ChaCha20\ChaCha20Exception;
use ChaCha20\ChaCha20Block;
use ChaCha20\ChaCha20Random;
use ChaCha20\ChaCha20Cipher;
final class ChaCha20CipherTest extends TestCase
{
public function testConstructorValued()
{
// rfc7539 test vector 2.3.... | 33.265116 | 134 | 0.591163 |
48c4fccf035835e8e62f39f8ca17ce0a00e88029 | 1,394 | kt | Kotlin | src/jsMain/kotlin/net/kyori/adventure/webui/js/Background.kt | thiccaxe/adventure-webui | 05f564fbed2fd443f350cd23d9212d185441c4d3 | [
"MIT"
] | 10 | 2021-07-29T18:03:39.000Z | 2022-03-05T17:30:58.000Z | src/jsMain/kotlin/net/kyori/adventure/webui/js/Background.kt | thiccaxe/adventure-webui | 05f564fbed2fd443f350cd23d9212d185441c4d3 | [
"MIT"
] | 54 | 2021-08-02T13:59:20.000Z | 2022-03-20T18:18:21.000Z | src/jsMain/kotlin/net/kyori/adventure/webui/js/Background.kt | thiccaxe/adventure-webui | 05f564fbed2fd443f350cd23d9212d185441c4d3 | [
"MIT"
] | 7 | 2021-08-03T04:44:35.000Z | 2022-03-23T22:15:45.000Z | package net.kyori.adventure.webui.js
import kotlinx.browser.document
import kotlinx.browser.window
import org.w3c.dom.HTMLDivElement
import org.w3c.dom.HTMLOptionElement
import org.w3c.dom.HTMLSelectElement
import org.w3c.dom.asList
import org.w3c.dom.set
private val outputPane: HTMLDivElement by lazy { document.getE... | 41 | 140 | 0.741033 |
b60af390fa71e0f18aa13edc95aa0b89085810ab | 2,388 | swift | Swift | Sources/ZIPFoundation/Archive+Progress.swift | vit1812/ZIPFoundation | b7bde1ac6ab0291e73ed89abe34107791eedb2b3 | [
"MIT"
] | 1,904 | 2017-06-27T05:19:54.000Z | 2022-03-29T07:49:50.000Z | Sources/ZIPFoundation/Archive+Progress.swift | vit1812/ZIPFoundation | b7bde1ac6ab0291e73ed89abe34107791eedb2b3 | [
"MIT"
] | 202 | 2017-06-27T20:58:08.000Z | 2022-03-25T10:59:57.000Z | Sources/ZIPFoundation/Archive+Progress.swift | vit1812/ZIPFoundation | b7bde1ac6ab0291e73ed89abe34107791eedb2b3 | [
"MIT"
] | 200 | 2017-06-27T20:52:07.000Z | 2022-03-30T15:25:32.000Z | //
// Archive+Progress.swift
// ZIPFoundation
//
// Copyright © 2017-2021 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors.
// Released under the MIT License.
//
// See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information.
//
import Foundation
ext... | 35.117647 | 108 | 0.646985 |
4b29877983bd885380047413d4633abe24bc4178 | 124 | sql | SQL | schema/revert/tables/application_revision.sql | bcgov/cas-ciip-portal | dceb5331fa17902b1100e6faccac9d36eeb8b4a5 | [
"Apache-2.0"
] | 9 | 2019-10-09T20:57:34.000Z | 2020-11-19T15:32:32.000Z | schema/revert/tables/application_revision.sql | bcgov/cas-ciip-portal | dceb5331fa17902b1100e6faccac9d36eeb8b4a5 | [
"Apache-2.0"
] | 1,282 | 2019-08-21T20:43:34.000Z | 2022-03-30T16:46:46.000Z | schema/revert/tables/application_revision.sql | bcgov/cas-ciip-portal | dceb5331fa17902b1100e6faccac9d36eeb8b4a5 | [
"Apache-2.0"
] | 2 | 2019-10-16T22:27:43.000Z | 2021-01-26T20:05:13.000Z | -- Revert ggircs-portal:table_application_revision from pg
begin;
drop table ggircs_portal.application_revision;
commit;
| 15.5 | 58 | 0.830645 |
31a7a10b07087a8bf3bc7145d5d8dd0402b25d8e | 11,642 | dart | Dart | lib/matcher/default.dart | eyouyou/SimpleRouter | 00e1643a344311965f45cc7c8956ba317ac0a898 | [
"MIT"
] | null | null | null | lib/matcher/default.dart | eyouyou/SimpleRouter | 00e1643a344311965f45cc7c8956ba317ac0a898 | [
"MIT"
] | null | null | null | lib/matcher/default.dart | eyouyou/SimpleRouter | 00e1643a344311965f45cc7c8956ba317ac0a898 | [
"MIT"
] | null | null | null | import 'package:path/path.dart' as p;
import 'package:simple_route/simple_route.dart';
class DefaultQueryStringParser extends QueryStringParser {
static const String intTag = "int!";
static const String boolTag = "bool!";
static const String stringTag = "string!";
static RegExp search = RegExp('([^&=]+)=?([^&... | 25.986607 | 80 | 0.629016 |
28dd2a9061f567c32d31f1b56179181556346365 | 472 | asm | Assembly | ConditionalStatement.asm | akshithsriram/Hack-Computer | 2cdbe28defe554f449c3664417a5d120ab0863c2 | [
"CC0-1.0"
] | null | null | null | ConditionalStatement.asm | akshithsriram/Hack-Computer | 2cdbe28defe554f449c3664417a5d120ab0863c2 | [
"CC0-1.0"
] | null | null | null | ConditionalStatement.asm | akshithsriram/Hack-Computer | 2cdbe28defe554f449c3664417a5d120ab0863c2 | [
"CC0-1.0"
] | null | null | null | // Implementing an alternative statement in the hack machine language
// Equivalent C Program:
// if(a > b)
// c = a - b;
// else
// c = b - a;
@a
D = M // D <-- a
@b
D = D - M // D <-- a - b
@ENDIF
D; JGT // if (a - b > 0) jump to ... | 17.481481 | 70 | 0.319915 |
74bfa3f89d26c0e915555fa4ca5d05cf4c09543d | 3,372 | js | JavaScript | webpack.production.config.js | ouxu/NEUQ-OJ | 5f16f56bfc644b53fdea8aa88275d093a9b701d2 | [
"MIT"
] | 25 | 2016-12-24T05:44:30.000Z | 2022-02-12T11:25:27.000Z | webpack.production.config.js | ouxu/NEUQ-OJ | 5f16f56bfc644b53fdea8aa88275d093a9b701d2 | [
"MIT"
] | 2 | 2018-02-24T16:55:12.000Z | 2018-07-28T06:21:38.000Z | webpack.production.config.js | ouxu/NEUQ-OJ | 5f16f56bfc644b53fdea8aa88275d093a9b701d2 | [
"MIT"
] | 12 | 2017-06-29T09:50:56.000Z | 2020-04-11T03:32:34.000Z | /* eslint-disable no-path-concat,no-unused-vars */
const webpack = require('webpack')
const path = require('path')
const ExtractTextPlugin = require('extract-text-webpack-plugin') // 打包 css
const autoprefixer = require('autoprefixer') // 自动处理浏览器前缀
const HtmlWebpackPlugin = require('html-webpack-plugin') ... | 31.514019 | 102 | 0.594009 |
27d00b4194f4c7c516a6414bcd0a721399b5424f | 2,752 | css | CSS | styles/stack.css | mycolorway/simple-stack | 7ba9a1900f4237563eb9cb71cf6cfc690366d14b | [
"MIT"
] | 2 | 2019-07-06T09:43:43.000Z | 2020-12-04T08:33:47.000Z | styles/stack.css | mycolorway/simple-stack | 7ba9a1900f4237563eb9cb71cf6cfc690366d14b | [
"MIT"
] | null | null | null | styles/stack.css | mycolorway/simple-stack | 7ba9a1900f4237563eb9cb71cf6cfc690366d14b | [
"MIT"
] | null | null | null | .simple-stack {
position: relative;
width: 962px;
margin: 0 auto;
}
.simple-stack:before {
content: "";
display: table;
clear: both;
}
.simple-stack .page {
width: 100%;
min-height: 600px;
border: 1px solid #dbdfd6;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
background: #ffffff;
opacity: 1;
p... | 19.51773 | 87 | 0.65516 |
1c41b639b49df2ed0aadf6a103ca9b01a9782b71 | 1,018 | asm | Assembly | programs/oeis/168/A168269.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/168/A168269.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/168/A168269.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A168269: a(n) = 2*n - (-1)^n.
; 3,3,7,7,11,11,15,15,19,19,23,23,27,27,31,31,35,35,39,39,43,43,47,47,51,51,55,55,59,59,63,63,67,67,71,71,75,75,79,79,83,83,87,87,91,91,95,95,99,99,103,103,107,107,111,111,115,115,119,119,123,123,127,127,131,131,135,135,139,139,143,143,147,147,151,151,155,155,159,159,163,163,167,167,171,... | 127.25 | 947 | 0.71611 |
383a4c1dcdb959cc6f3f2b7e8b7b605e55632b21 | 224 | sql | SQL | Sources/PLMPackDB/dbo/Tables/Files.sql | minrogi/PLMPack | 7e9fffd7fa21deabb9dc0b9d72d9269864350054 | [
"MIT"
] | 1 | 2018-09-05T12:58:27.000Z | 2018-09-05T12:58:27.000Z | Sources/PLMPackDB/dbo/Tables/Files.sql | minrogi/PLMPack | 7e9fffd7fa21deabb9dc0b9d72d9269864350054 | [
"MIT"
] | null | null | null | Sources/PLMPackDB/dbo/Tables/Files.sql | minrogi/PLMPack | 7e9fffd7fa21deabb9dc0b9d72d9269864350054 | [
"MIT"
] | 2 | 2021-03-10T08:33:22.000Z | 2021-03-16T07:24:00.000Z | CREATE TABLE [dbo].[Files] (
[Guid] NVARCHAR (128) NOT NULL,
[Extension] NVARCHAR (5) NULL,
[DateCreated] DATE NOT NULL,
CONSTRAINT [PK_dbo.Files] PRIMARY KEY CLUSTERED ([Guid] ASC)
);
| 28 | 64 | 0.589286 |
534880a30dd2e494c9971ad0de1c23d3e6981c95 | 316 | ps1 | PowerShell | code/scripts/get_votes.ps1 | theAverageCoder/data-512-final | b811dd845e9d17a03d95d286032afa68fece8a29 | [
"MIT"
] | null | null | null | code/scripts/get_votes.ps1 | theAverageCoder/data-512-final | b811dd845e9d17a03d95d286032afa68fece8a29 | [
"MIT"
] | null | null | null | code/scripts/get_votes.ps1 | theAverageCoder/data-512-final | b811dd845e9d17a03d95d286032afa68fece8a29 | [
"MIT"
] | null | null | null | for ($i=42; $i -gt 0; $i--){
$finalYear = 2018 - (50-$i)*2
$congress = 115 - (50 - $i)
for($j=0; $j -lt2; $j++) {
$session=$finalYear-$j
Write-Host "Running python run votes --congress=$congress --session=$session"
python run votes --congress=$congress --session=$session
}
} | 35.111111 | 85 | 0.547468 |
04d9f877c6c738cf02af8fdb34fc30e7e58f980b | 728 | java | Java | core/src/test/java/org/esbench/generator/field/type/date/DateFieldFactoryTest.java | kucera-jan-cz/esBench | fc7d031595b63244e6638a1b9b1a4cb4e3175ae3 | [
"Apache-2.0"
] | 12 | 2015-11-04T09:34:55.000Z | 2021-12-03T07:47:46.000Z | core/src/test/java/org/esbench/generator/field/type/date/DateFieldFactoryTest.java | kucera-jan-cz/esBench | fc7d031595b63244e6638a1b9b1a4cb4e3175ae3 | [
"Apache-2.0"
] | 2 | 2016-04-04T09:23:02.000Z | 2019-12-30T13:05:05.000Z | core/src/test/java/org/esbench/generator/field/type/date/DateFieldFactoryTest.java | kucera-jan-cz/esBench | fc7d031595b63244e6638a1b9b1a4cb4e3175ae3 | [
"Apache-2.0"
] | 11 | 2016-03-09T10:04:55.000Z | 2020-04-09T20:44:35.000Z | package org.esbench.generator.field.type.date;
import static org.testng.Assert.assertEquals;
import java.time.Instant;
import java.time.temporal.ChronoUnit;
import org.testng.annotations.Test;
public class DateFieldFactoryTest {
@Test
public void newInstance() {
ChronoUnit unit = ChronoUnit.MINUTES;
Instant f... | 25.103448 | 76 | 0.732143 |
90a2f158cec384ed3cf284c20031f94c2aa6b170 | 3,567 | swift | Swift | Sources/ConsoleKit/Execution/REPLExecution.swift | apparata/ConsoleKit | 8e2736f2d0b01fcfa3313702fdaac052a5f9ffb9 | [
"MIT"
] | 5 | 2020-11-29T14:34:53.000Z | 2022-03-13T13:24:15.000Z | Sources/ConsoleKit/Execution/REPLExecution.swift | apparata/ConsoleKit | 8e2736f2d0b01fcfa3313702fdaac052a5f9ffb9 | [
"MIT"
] | null | null | null | Sources/ConsoleKit/Execution/REPLExecution.swift | apparata/ConsoleKit | 8e2736f2d0b01fcfa3313702fdaac052a5f9ffb9 | [
"MIT"
] | null | null | null | import Foundation
public final class REPLExecution {
public enum SignalType {
/// User interrupted program, typically by pressing Ctrl-C.
case interrupt
/// Terminal disconnected, e.g. user closed terminal window.
case terminalDisconnected
/// The prog... | 34.970588 | 101 | 0.584805 |
48db33d674a94f230c81be04bed240a908dfc8b0 | 1,719 | swift | Swift | Sources/App/Models/Issue.swift | theseanything/coup | f25c3e47abc33139720a0795be3bb3d1d260aa83 | [
"MIT"
] | null | null | null | Sources/App/Models/Issue.swift | theseanything/coup | f25c3e47abc33139720a0795be3bb3d1d260aa83 | [
"MIT"
] | null | null | null | Sources/App/Models/Issue.swift | theseanything/coup | f25c3e47abc33139720a0795be3bb3d1d260aa83 | [
"MIT"
] | null | null | null | import FluentSQLite
import Vapor
/// A single entry of a Issue list.
final class Issue: SQLiteModel {
/// The unique identifier for this `Issue`.
var id: Int?
var title: String
var description: String
var upVotes: Int = 0
var downVotes: Int = 0
var propertyId: Property.ID
/// Crea... | 31.833333 | 87 | 0.657941 |
cd995ed54c1ad2912771d871b1a0e59f0131c6e8 | 28 | asm | Assembly | text/maps/mt_moon_b1f.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | text/maps/mt_moon_b1f.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | text/maps/mt_moon_b1f.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | _MtMoonText1::
db $0
done
| 7 | 14 | 0.678571 |
140a0f2e1b0eef43208a79811254a6cabe5055bb | 73 | sql | SQL | hasura/migrations/default/1620066532813_alter_table_public_student_alter_column_school_entry/up.sql | kreako/soklaki | 6830d2b3f6f20c953a2dc726241e8daf3f41e49b | [
"MIT"
] | null | null | null | hasura/migrations/default/1620066532813_alter_table_public_student_alter_column_school_entry/up.sql | kreako/soklaki | 6830d2b3f6f20c953a2dc726241e8daf3f41e49b | [
"MIT"
] | null | null | null | hasura/migrations/default/1620066532813_alter_table_public_student_alter_column_school_entry/up.sql | kreako/soklaki | 6830d2b3f6f20c953a2dc726241e8daf3f41e49b | [
"MIT"
] | null | null | null | alter table "public"."student" alter column "school_entry" set not null;
| 36.5 | 72 | 0.767123 |
8744c3d99660a349a7d465dc4ea31ae1c7024cc4 | 12,937 | html | HTML | web/build/blog.html | romaten1/ua-catalog | 311d920bdc4cc2dc37275e458cc66af41943e858 | [
"BSD-3-Clause"
] | null | null | null | web/build/blog.html | romaten1/ua-catalog | 311d920bdc4cc2dc37275e458cc66af41943e858 | [
"BSD-3-Clause"
] | null | null | null | web/build/blog.html | romaten1/ua-catalog | 311d920bdc4cc2dc37275e458cc66af41943e858 | [
"BSD-3-Clause"
] | null | null | null | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>SemiFinal</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="header">
<div class="wrapper clearfix... | 53.238683 | 444 | 0.625029 |
cf4e06f0aeae03972d87913dd99f018c71a5eabd | 20,917 | sql | SQL | database.sql | thinhnguyen88/QLKD | 2078cb478d0069bc16220b8eb99e3bf50fa3e3cf | [
"MIT"
] | null | null | null | database.sql | thinhnguyen88/QLKD | 2078cb478d0069bc16220b8eb99e3bf50fa3e3cf | [
"MIT"
] | null | null | null | database.sql | thinhnguyen88/QLKD | 2078cb478d0069bc16220b8eb99e3bf50fa3e3cf | [
"MIT"
] | null | null | null | /*
Navicat MySQL Data Transfer
Source Server : localhost 2
Source Server Version : 50505
Source Host : localhost:3306
Source Database : viettel
Target Server Type : MYSQL
Target Server Version : 50505
File Encoding : 65001
Date: 2018-03-28 14:31:27
*/
SET FOREIGN_KE... | 51.017073 | 1,070 | 0.644356 |
f6553a1f1084161ea5a4b45116a524f365f0d60d | 992 | swift | Swift | Forms/Forms/Source/Components/Utils/GradientDivider.swift | sayler8182/Forms | 0d1937882304d1e55e50b337696245b0cf6baf6b | [
"MIT"
] | 1 | 2022-02-06T08:27:50.000Z | 2022-02-06T08:27:50.000Z | Forms/Forms/Source/Components/Utils/GradientDivider.swift | sayler8182/Forms | 0d1937882304d1e55e50b337696245b0cf6baf6b | [
"MIT"
] | null | null | null | Forms/Forms/Source/Components/Utils/GradientDivider.swift | sayler8182/Forms | 0d1937882304d1e55e50b337696245b0cf6baf6b | [
"MIT"
] | null | null | null | //
// GradientDivider.swift
// Forms
//
// Created by Konrad on 6/26/20.
// Copyright © 2020 Limbo. All rights reserved.
//
import FormsAnchor
import UIKit
// MARK: GradientDivider
open class GradientDivider: Divider {
open var colors: [UIColor?]? = nil {
didSet { self.setNeedsDisplay() }
}
op... | 24.195122 | 102 | 0.623992 |
1c09b680f9281a56489562b54ea066577c4674fb | 2,739 | swift | Swift | ios/Runner/Sensor/CellularSensor.swift | hyperion-hyn/titan_flutter | 8c68a99a155ea245b8d1ea26027f25a51ee9d5ae | [
"MIT"
] | 10 | 2019-12-26T06:27:42.000Z | 2021-09-23T12:13:31.000Z | ios/Runner/Sensor/CellularSensor.swift | hyperion-hyn/titan_flutter | 8c68a99a155ea245b8d1ea26027f25a51ee9d5ae | [
"MIT"
] | null | null | null | ios/Runner/Sensor/CellularSensor.swift | hyperion-hyn/titan_flutter | 8c68a99a155ea245b8d1ea26027f25a51ee9d5ae | [
"MIT"
] | 3 | 2020-12-01T17:17:42.000Z | 2021-07-19T10:31:14.000Z | //
// CellularSensor.swift
// Runner
//
// Created by naru.j on 2019/12/20.
// Copyright © 2019 The Chromium Authors. All rights reserved.
//
import Foundation
import CoreTelephony
class CellularSensor: NSObject, Sensor {
var onSensorChange: OnSensorValueChangeListener!
var type = SensorType.CELLULA... | 28.237113 | 100 | 0.527565 |
636a5f488edcc0803b350a01a2cbb98b425d354c | 9,667 | kt | Kotlin | sceneform-ux/src/main/java/com/google/ar/sceneform/ux/TranslationController.kt | niusounds/sceneform-android-sdk | 3ca962ff52b17719cd6dc4ee78f6063f1e741aa7 | [
"Apache-2.0"
] | null | null | null | sceneform-ux/src/main/java/com/google/ar/sceneform/ux/TranslationController.kt | niusounds/sceneform-android-sdk | 3ca962ff52b17719cd6dc4ee78f6063f1e741aa7 | [
"Apache-2.0"
] | null | null | null | sceneform-ux/src/main/java/com/google/ar/sceneform/ux/TranslationController.kt | niusounds/sceneform-android-sdk | 3ca962ff52b17719cd6dc4ee78f6063f1e741aa7 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2018 Google LLC 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 applica... | 46.700483 | 135 | 0.680252 |
0e87bbb3b937b4ddfeb7eb8b64868667237d00a2 | 1,244 | html | HTML | app/partials/login.html | steveplesha/carlife | 8067ddc580898c53416fe922f6325a29bc795df1 | [
"MIT"
] | null | null | null | app/partials/login.html | steveplesha/carlife | 8067ddc580898c53416fe922f6325a29bc795df1 | [
"MIT"
] | null | null | null | app/partials/login.html | steveplesha/carlife | 8067ddc580898c53416fe922f6325a29bc795df1 | [
"MIT"
] | null | null | null | <form id="frmLogin" class="container center-form" ng-controller="MainController" ng-submit="login()">
<h2>Login</h2>
<div class="form-group">
<label for="loginEmail">Email address</label>
<input type="email" class="form-control" id="loginEmail" ng-model="emailLogin" placeholder="enter email ad... | 51.833333 | 143 | 0.626206 |
7d5be2e0067cac40f234b388af94b83c3d462cf8 | 1,481 | html | HTML | core/src/app/content/settings/organisation/organisation.component.html | rakesh-garimella/console | ff27264741420f264b0ccfe9baa97aa581fbad23 | [
"Apache-2.0"
] | null | null | null | core/src/app/content/settings/organisation/organisation.component.html | rakesh-garimella/console | ff27264741420f264b0ccfe9baa97aa581fbad23 | [
"Apache-2.0"
] | null | null | null | core/src/app/content/settings/organisation/organisation.component.html | rakesh-garimella/console | ff27264741420f264b0ccfe9baa97aa581fbad23 | [
"Apache-2.0"
] | null | null | null | <ng-container>
<div class="sf-toolbar">
<div class="sf-toolbar__header">Your Organisation</div>
</div>
<div class="sf-panel">
<div class="sf-panel__content">
<div class="row">
<div class="tn-form__group col-sm-6">
<div class="tn-form__group">
<div class="tn-form__item">... | 40.027027 | 198 | 0.573937 |
9688486ce90860b69e2b6904ec684b4bef0eba72 | 343 | php | PHP | app/Category.php | D-nice69/ShoppingB2C | 0f5e868ce851524772adcc1276db93848b19598b | [
"MIT"
] | null | null | null | app/Category.php | D-nice69/ShoppingB2C | 0f5e868ce851524772adcc1276db93848b19598b | [
"MIT"
] | null | null | null | app/Category.php | D-nice69/ShoppingB2C | 0f5e868ce851524772adcc1276db93848b19598b | [
"MIT"
] | null | null | null | <?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Category extends Model
{
protected $guarded = [];
public function products()
{
return $this ->hasMany(Product::class,'category_id');
}
public function categoryChildrent()
{
return $this->hasMany(Category::class... | 18.052632 | 61 | 0.64723 |
90af3837824055232c7aa3f0afef3a3394468fe9 | 104 | py | Python | tests/conftest.py | sethmccombs/tau-intro-to-pytest | a4e8983841e6afcae6b0264ff48e47c37778b443 | [
"Apache-2.0"
] | null | null | null | tests/conftest.py | sethmccombs/tau-intro-to-pytest | a4e8983841e6afcae6b0264ff48e47c37778b443 | [
"Apache-2.0"
] | null | null | null | tests/conftest.py | sethmccombs/tau-intro-to-pytest | a4e8983841e6afcae6b0264ff48e47c37778b443 | [
"Apache-2.0"
] | null | null | null | import pytest
from stuff.accum import Accumulator
@pytest.fixture
def accum():
return Accumulator() | 17.333333 | 35 | 0.778846 |
57525b61535bb0e4c093d10cc642dd187187a4e6 | 2,431 | kt | Kotlin | app/src/main/java/com/yu/tools/activity/MainActivity.kt | Yu2002s/Yu-Tools | e9f3dd019241676980ebe3dfb3ffbbdab98a2534 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/yu/tools/activity/MainActivity.kt | Yu2002s/Yu-Tools | e9f3dd019241676980ebe3dfb3ffbbdab98a2534 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/yu/tools/activity/MainActivity.kt | Yu2002s/Yu-Tools | e9f3dd019241676980ebe3dfb3ffbbdab98a2534 | [
"Apache-2.0"
] | null | null | null | package com.yu.tools.activity
import android.os.Bundle
import android.view.MenuItem
import androidx.fragment.app.Fragment
import androidx.fragment.app.FragmentManager
import androidx.fragment.app.FragmentPagerAdapter
import androidx.viewpager.widget.ViewPager
import com.google.android.material.bottomnavigation.BottomN... | 33.30137 | 99 | 0.701769 |
fe17f316ce5f4df54ca3e5a0dccc7946ada5d878 | 8,623 | h | C | inetsrv/iis/svcs/smtp/inc/pbagstm.h | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | inetsrv/iis/svcs/smtp/inc/pbagstm.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | inetsrv/iis/svcs/smtp/inc/pbagstm.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | /*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
pbagstm.h
Abstract:
This module contains the definition of the property bag stream
Author:
Keith Lau (keithlau@microsoft.com)
Revision History:
keithlau 07/09/97 created
--*/
#ifndef _PBAGSTM_H_
#define _PBAGSTM_H_
#inc... | 24.637143 | 148 | 0.678998 |
65ed52971b3781730bd45ffba86cf157275d0401 | 7,113 | lua | Lua | m12-tpt-secondary.lua | Imavoyc/Mother2Gba-chs | 1e285d3e58d2371045bc0680fb09fa3912af5a78 | [
"MIT"
] | null | null | null | m12-tpt-secondary.lua | Imavoyc/Mother2Gba-chs | 1e285d3e58d2371045bc0680fb09fa3912af5a78 | [
"MIT"
] | null | null | null | m12-tpt-secondary.lua | Imavoyc/Mother2Gba-chs | 1e285d3e58d2371045bc0680fb09fa3912af5a78 | [
"MIT"
] | 1 | 2022-02-18T17:39:42.000Z | 2022-02-18T17:39:42.000Z | return {
{
Index= 12,
PointerLocation= 584724,
OldPointer= 437286,
Label= "L1017"
},
{
Index= 61,
PointerLocation= 585704,
OldPointer= 437286,
Label= "L1017"
},
{
Index= 98,
PointerLocation= 586444,
OldPointer= 235659,
Label= "L1018"
},
{
Index= 105,
... | 16.165909 | 28 | 0.568536 |
b8631060cc1f9c47c85c177c6445f634e8d9e785 | 269 | kt | Kotlin | features/feature-flicker-data/src/main/java/com/mctech/showcase/feature/flicker_data/tag_history/entity/RoomTagHistoryEntity.kt | MayconCardoso/Modularized-Flicker-Showcase | aad7d8abac6b79416a52ebc76e0d23a574715de2 | [
"Apache-2.0"
] | 3 | 2020-03-02T22:41:21.000Z | 2021-05-13T17:32:42.000Z | features/feature-flicker-data/src/main/java/com/mctech/showcase/feature/flicker_data/tag_history/entity/RoomTagHistoryEntity.kt | MayconCardoso/Modularized-Flicker-Showcase | aad7d8abac6b79416a52ebc76e0d23a574715de2 | [
"Apache-2.0"
] | null | null | null | features/feature-flicker-data/src/main/java/com/mctech/showcase/feature/flicker_data/tag_history/entity/RoomTagHistoryEntity.kt | MayconCardoso/Modularized-Flicker-Showcase | aad7d8abac6b79416a52ebc76e0d23a574715de2 | [
"Apache-2.0"
] | null | null | null | package com.mctech.showcase.feature.flicker_data.tag_history.entity
import androidx.room.Entity
import androidx.room.PrimaryKey
@Entity(
tableName = "flicker_tag_history"
)
data class RoomTagHistoryEntity(
@PrimaryKey
val tag: String,
val date: Long
) | 20.692308 | 67 | 0.773234 |
ece946b1e9e3d8f85ebf47fdbd0c4a316683ec60 | 1,027 | dart | Dart | lib/src/events/resize.dart | HrX03/wm | 6cd96c00c55a81df4bf4ea7ce1c3c0001f0f1165 | [
"Apache-2.0"
] | 6 | 2020-12-10T18:18:34.000Z | 2020-12-11T13:41:39.000Z | lib/src/events/resize.dart | dahlia-os/utopia | 6cd96c00c55a81df4bf4ea7ce1c3c0001f0f1165 | [
"Apache-2.0"
] | null | null | null | lib/src/events/resize.dart | dahlia-os/utopia | 6cd96c00c55a81df4bf4ea7ce1c3c0001f0f1165 | [
"Apache-2.0"
] | null | null | null | import 'package:flutter/foundation.dart';
import 'package:utopia_wm/src/entry.dart';
import 'package:utopia_wm/src/events/base.dart';
/// Mixin to add shorthands for events generated by the [ResizeWindowFeature] feature.
mixin ResizeEvents on WindowEventHandler {
@override
void onEvent(WindowEvent event) {
if ... | 29.342857 | 86 | 0.748783 |
21e84ccc9ebfaa8eca7c05b38ff030ddaafdcfc1 | 67,938 | html | HTML | output/ruc6edu.page121.html | basicworld/scrappy_ruc6 | cd1c8047fdc9e85565f04fd11c46fb4737f876ad | [
"MIT"
] | null | null | null | output/ruc6edu.page121.html | basicworld/scrappy_ruc6 | cd1c8047fdc9e85565f04fd11c46fb4737f876ad | [
"MIT"
] | null | null | null | output/ruc6edu.page121.html | basicworld/scrappy_ruc6 | cd1c8047fdc9e85565f04fd11c46fb4737f876ad | [
"MIT"
] | null | null | null | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>出售 - 交易市场 - 第121页 - 品知人大</title>
<meta name="keywords" content="交易市场... | 57.331646 | 1,136 | 0.703377 |
14afe4c445d984e86d629b64c3cd6c8fab3f3d6b | 29,716 | kt | Kotlin | korge/src/commonMain/kotlin/com/soywiz/korge/render/BatchBuilder2D.kt | lokeshsharma97/korge | a4b4af0df846b55fed53a21085cf5e7a8a1e4505 | [
"Apache-2.0"
] | null | null | null | korge/src/commonMain/kotlin/com/soywiz/korge/render/BatchBuilder2D.kt | lokeshsharma97/korge | a4b4af0df846b55fed53a21085cf5e7a8a1e4505 | [
"Apache-2.0"
] | null | null | null | korge/src/commonMain/kotlin/com/soywiz/korge/render/BatchBuilder2D.kt | lokeshsharma97/korge | a4b4af0df846b55fed53a21085cf5e7a8a1e4505 | [
"Apache-2.0"
] | null | null | null | @file:UseExperimental(KorgeInternal::class)
package com.soywiz.korge.render
import com.soywiz.kds.*
import com.soywiz.kds.iterators.*
import com.soywiz.klogger.*
import com.soywiz.kmem.*
import com.soywiz.korag.*
import com.soywiz.korag.shader.*
import com.soywiz.korge.internal.*
import com.soywiz.korge.view.*
import... | 34.796253 | 228 | 0.629493 |
130067607e72061c8a87645ecef043cdd5833326 | 1,977 | h | C | code_reading/oceanbase-master/src/observer/virtual_table/ob_agent_virtual_table.h | wangcy6/weekly_read | 3a8837ee9cd957787ee1785e4066dd623e02e13a | [
"Apache-2.0"
] | null | null | null | code_reading/oceanbase-master/src/observer/virtual_table/ob_agent_virtual_table.h | wangcy6/weekly_read | 3a8837ee9cd957787ee1785e4066dd623e02e13a | [
"Apache-2.0"
] | null | null | null | code_reading/oceanbase-master/src/observer/virtual_table/ob_agent_virtual_table.h | wangcy6/weekly_read | 3a8837ee9cd957787ee1785e4066dd623e02e13a | [
"Apache-2.0"
] | 1 | 2020-10-18T12:59:31.000Z | 2020-10-18T12:59:31.000Z | /**
* Copyright (c) 2021 OceanBase
* OceanBase CE is licensed under Mulan PubL v2.
* You can use this software according to the terms and conditions of the Mulan PubL v2.
* You may obtain a copy of Mulan PubL v2 at:
* http://license.coscl.org.cn/MulanPubL-2.0
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BAS... | 36.611111 | 118 | 0.78351 |
a4882fa2028db0ec6b23dd2f34c1229313c303a6 | 105 | asm | Assembly | data/mcp/asm/prog_07_07.asm | colinw7/CZ80 | 458e83ffdca23dcfc92e78de9b802219a85f059a | [
"MIT"
] | null | null | null | data/mcp/asm/prog_07_07.asm | colinw7/CZ80 | 458e83ffdca23dcfc92e78de9b802219a85f059a | [
"MIT"
] | null | null | null | data/mcp/asm/prog_07_07.asm | colinw7/CZ80 | 458e83ffdca23dcfc92e78de9b802219a85f059a | [
"MIT"
] | null | null | null | 0D00 2A 00 0E
0D03 ED 5B 02 0E
0D07 19
0D08 22 04 0E
0D0B DF 5B
0E00 38
0E01 4A
0E02 F8
0E03 2A
0E04 00
| 8.75 | 16 | 0.72381 |
6145bbe0101b6aa797d77c269b31c02aa9a26ad2 | 1,311 | kt | Kotlin | app/src/main/java/no/sintef/fiskinfo/model/fishingfacility/ToolTypeCode.kt | erlendstav/FiskInfo3 | 6045b1551166ce87852434e670b45241e4c4b0d2 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/no/sintef/fiskinfo/model/fishingfacility/ToolTypeCode.kt | erlendstav/FiskInfo3 | 6045b1551166ce87852434e670b45241e4c4b0d2 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/no/sintef/fiskinfo/model/fishingfacility/ToolTypeCode.kt | erlendstav/FiskInfo3 | 6045b1551166ce87852434e670b45241e4c4b0d2 | [
"Apache-2.0"
] | null | null | null | /**
* Copyright (C) 2020 SINTEF
*
* 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 t... | 32.775 | 75 | 0.743707 |
1243ce95d39aee10943f8e84d4076b30aa22e5ff | 564 | h | C | src/components/src/core/CameraComponent.h | walter-strazak/chimarrao | b4c9f9d726eb5e46d61b33e10b7579cc5512cd09 | [
"MIT"
] | 6 | 2021-04-20T10:32:29.000Z | 2021-06-05T11:48:56.000Z | src/components/src/core/CameraComponent.h | walter-strazak/chimarrao | b4c9f9d726eb5e46d61b33e10b7579cc5512cd09 | [
"MIT"
] | 1 | 2021-05-18T21:00:12.000Z | 2021-06-02T07:59:03.000Z | src/components/src/core/CameraComponent.h | walter-strazak/chimarrao | b4c9f9d726eb5e46d61b33e10b7579cc5512cd09 | [
"MIT"
] | 3 | 2020-09-12T08:54:04.000Z | 2021-04-17T11:16:36.000Z | #pragma once
#include "Component.h"
#include "Rect.h"
#include "RendererPool.h"
namespace components::core
{
class CameraComponent : public Component
{
public:
CameraComponent(ComponentOwner* owner, std::shared_ptr<graphics::RendererPool> rendererPool,
utils::FloatRect mapRect, bool blockCamer... | 25.636364 | 96 | 0.739362 |
5e89f301fb2691b86cbfcb8be7651798de80b315 | 831 | sql | SQL | bbs/sql/bbs_bias_xp1.sql | masseelch/Better-Balanced-Game | 27e20c232abc1be7756f70b699271ec497bab641 | [
"Apache-2.0",
"MIT"
] | 9 | 2020-10-31T16:39:55.000Z | 2021-06-22T15:12:34.000Z | bbs/sql/bbs_bias_xp1.sql | masseelch/Better-Balanced-Game | 27e20c232abc1be7756f70b699271ec497bab641 | [
"Apache-2.0",
"MIT"
] | 2 | 2020-12-16T00:28:51.000Z | 2021-08-08T21:13:28.000Z | 1958135962/sql/bbs_bias_xp1.sql | 57fan/Civ6-BBS | 1ef4fc2072c22c77a6261ccd3dd9cf2efad49666 | [
"Apache-2.0"
] | 10 | 2020-11-16T10:34:05.000Z | 2022-03-29T21:25:05.000Z | ------------------------------------------------------------------------------
-- FILE: bbg_bias_xp1.sql
-- AUTHOR: D. / Jack The Narrator
-- PURPOSE: Database modifications by new BBS
------------------------------------------------------------------------------
-- Tier 1 = most impactful, Tier 5 = least impactful
... | 41.55 | 78 | 0.569194 |
82afc0851cdc65508178d97a56599a905c088b01 | 2,089 | sql | SQL | sinotopia-pay-migration/scripts/20170513135908_add_table_rp_account_check_batch.sql | sinotopia/sinotopia-pay | c4790ee7398951c221ef95d4f7bd4eb4fef42d4c | [
"Apache-2.0"
] | null | null | null | sinotopia-pay-migration/scripts/20170513135908_add_table_rp_account_check_batch.sql | sinotopia/sinotopia-pay | c4790ee7398951c221ef95d4f7bd4eb4fef42d4c | [
"Apache-2.0"
] | null | null | null | sinotopia-pay-migration/scripts/20170513135908_add_table_rp_account_check_batch.sql | sinotopia/sinotopia-pay | c4790ee7398951c221ef95d4f7bd4eb4fef42d4c | [
"Apache-2.0"
] | null | null | null | --
-- Copyright 2010-2016 the original author or authors.
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unles... | 36.649123 | 78 | 0.615606 |
3e4c3473a84899ba6eeb823eeb4662bb8a6aad8b | 5,294 | c | C | tools/tpm2_createpolicy.c | asac/tpm2-tools | 8e3c266f4de942ae6ab1bfbe0cb947ce36237746 | [
"BSD-3-Clause"
] | 1 | 2020-11-03T21:27:05.000Z | 2020-11-03T21:27:05.000Z | tools/tpm2_createpolicy.c | braincorp/tpm2-tools | b9c8108561237a344b063e9c45e5353dc9114276 | [
"BSD-3-Clause"
] | 1 | 2019-10-31T13:13:04.000Z | 2019-10-31T13:13:04.000Z | tools/tpm2_createpolicy.c | braincorp/tpm2-tools | b9c8108561237a344b063e9c45e5353dc9114276 | [
"BSD-3-Clause"
] | null | null | null | /* SPDX-License-Identifier: BSD-3-Clause */
#include <stdbool.h>
#include <stdlib.h>
#include "files.h"
#include "log.h"
#include "pcr.h"
#include "tpm2_alg_util.h"
#include "tpm2_policy.h"
#include "tpm2_tool.h"
//Records the type of policy and if one is selected
typedef struct {
bool policy_pcr;
} policy_type;... | 30.959064 | 80 | 0.672082 |
9befc913bd0bf161dbc144c42b25dfd546f8249a | 6,479 | js | JavaScript | routes/events.js | michshi/wardogs | cbd922321134d4f3ae3fd6f5c85913e962772742 | [
"MIT"
] | null | null | null | routes/events.js | michshi/wardogs | cbd922321134d4f3ae3fd6f5c85913e962772742 | [
"MIT"
] | 79 | 2018-04-13T20:50:24.000Z | 2018-04-27T18:59:10.000Z | routes/events.js | ericmbudd/wardogs | cbd922321134d4f3ae3fd6f5c85913e962772742 | [
"MIT"
] | 3 | 2018-04-28T16:09:47.000Z | 2018-07-13T17:01:58.000Z | const express = require('express')
const router = express.Router()
const knex = require('../knex')
const jwt = require('jsonwebtoken')
const bcrypt = require('bcrypt')
const nodemailer = require('nodemailer');
const verifyEvent = (req, res, next) => {
const {
id
} = req.params
knex('events')
.where('id'... | 21.382838 | 97 | 0.566754 |
fb974938113c78fa248efc0dfb10a465a7065e24 | 1,884 | java | Java | hollow/src/main/java/com/netflix/hollow/core/HollowBlobOptionalPartHeader.java | BOSS-code/hollow | 804114d468072f1cf6d303cda28fae20f41ca503 | [
"Apache-2.0"
] | 1,103 | 2016-12-03T06:17:22.000Z | 2022-03-30T15:56:16.000Z | hollow/src/main/java/com/netflix/hollow/core/HollowBlobOptionalPartHeader.java | BOSS-code/hollow | 804114d468072f1cf6d303cda28fae20f41ca503 | [
"Apache-2.0"
] | 268 | 2016-12-03T00:53:44.000Z | 2022-03-28T21:48:23.000Z | hollow/src/main/java/com/netflix/hollow/core/HollowBlobOptionalPartHeader.java | BOSS-code/hollow | 804114d468072f1cf6d303cda28fae20f41ca503 | [
"Apache-2.0"
] | 221 | 2016-12-02T18:27:13.000Z | 2022-03-25T14:10:18.000Z | /*
* Copyright 2021 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | 28.984615 | 79 | 0.70966 |
cb683c64976dc5f95f83903a37a74daee48f1ca1 | 1,483 | html | HTML | simplified/src/_includes/layouts/base.html | charlottebrf/charlottebrf.dev | 8cd6fb4b9cb16479c99be77c467b7db6ecc0f1e8 | [
"MIT"
] | 1 | 2019-05-09T20:11:50.000Z | 2019-05-09T20:11:50.000Z | simplified/src/_includes/layouts/base.html | charlottebrf/charlottebrf.dev | 8cd6fb4b9cb16479c99be77c467b7db6ecc0f1e8 | [
"MIT"
] | 10 | 2020-04-12T12:02:59.000Z | 2020-04-19T20:07:56.000Z | simplified/src/_includes/layouts/base.html | charlottebrf/charlottebrf.dev | 8cd6fb4b9cb16479c99be77c467b7db6ecc0f1e8 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=0.86, maximum-scale=3.0, minimum-scale=0.86 shrink-to-fit=no">
<meta name="description" content="Website for Software Engineer Charlotte Fereday">
<meta name="keywords" content... | 44.939394 | 113 | 0.681726 |
224713139c2ce6a925e8ba3c7db54a2f3e6d2844 | 4,397 | asm | Assembly | MIPS Runner/MIPS Runner/Long.asm | VuHuy-cse-9/MIPS-Runner | aea3adaa68fdce18e73ae4452977cf33e423ce98 | [
"MIT"
] | null | null | null | MIPS Runner/MIPS Runner/Long.asm | VuHuy-cse-9/MIPS-Runner | aea3adaa68fdce18e73ae4452977cf33e423ce98 | [
"MIT"
] | null | null | null | MIPS Runner/MIPS Runner/Long.asm | VuHuy-cse-9/MIPS-Runner | aea3adaa68fdce18e73ae4452977cf33e423ce98 | [
"MIT"
] | 1 | 2020-11-26T17:28:30.000Z | 2020-11-26T17:28:30.000Z | .data
array: .word 5, 1, 50, 26, 17, 20, 9, 12, 42, 85, 99, 33, 46, 75, 80, 19, 55, 56, 57, 60, 42, 53, 44, 11, 98, 97, 69, 96, 2, 77, 66, 32, 13, 91, 89, 30, 50, 51, 76, 40, 3, 4, 6, 7, 8, 9, 10, 82, 81, 71
size: .word 50
spaceSymb: .asciiz " "
.text
.globl _main
_main:
la $a0, array
add $a1, $0, $0
lw $a2, s... | 21.767327 | 202 | 0.544235 |
21f3624465fd9a75eae39a6a1cd5c6a2220be76f | 1,077 | html | HTML | manuscript/page-83/body.html | marvindanig/a-florida-sketch-book | 922efdf980e5019f559d2d7942cbf3e3e66061a4 | [
"BlueOak-1.0.0",
"CC-BY-4.0"
] | null | null | null | manuscript/page-83/body.html | marvindanig/a-florida-sketch-book | 922efdf980e5019f559d2d7942cbf3e3e66061a4 | [
"BlueOak-1.0.0",
"CC-BY-4.0"
] | null | null | null | manuscript/page-83/body.html | marvindanig/a-florida-sketch-book | 922efdf980e5019f559d2d7942cbf3e3e66061a4 | [
"BlueOak-1.0.0",
"CC-BY-4.0"
] | null | null | null | <div class="leaf flex"><div class="inner justify"><p class=" stretch-last-line ">On the 23d of February I was standing on the rear piazza of one of the cottages, when a jay flew into the oak and palmetto scrub close by. A second glance, and I saw that she was busy upon a nest. When she had gone, I moved nearer, and wai... | 1,077 | 1,077 | 0.76416 |
231a809a511f658243a0d58026fb9725970cdaf0 | 14,948 | ps1 | PowerShell | build.ps1 | imfrancisd/PowerShell-Assert-Library | 6f9294427d06d70676a02a094b5c70ab15ec8ddd | [
"MIT"
] | 2 | 2015-08-18T18:23:15.000Z | 2016-03-16T22:18:51.000Z | build.ps1 | imfrancisd/PowerShell-Assert-Library | 6f9294427d06d70676a02a094b5c70ab15ec8ddd | [
"MIT"
] | 12 | 2015-03-23T02:06:46.000Z | 2016-09-20T10:51:10.000Z | build.ps1 | imfrancisd/PowerShell-Assert-Library | 6f9294427d06d70676a02a094b5c70ab15ec8ddd | [
"MIT"
] | null | null | null | #requires -version 2
<#
.Synopsis
Create scripts, module, and docs from the files in the "src" directory.
.Description
Create scripts, module, and docs from the files in the "src" directory.
.Example
.\build.ps1
Create scripts and module and store them in the "Debug" directory.
Use "-Configuration Release"... | 40.291105 | 181 | 0.599746 |
b6d07c3fe2735715b1d75323149459a29faf2e22 | 524 | rb | Ruby | spec/models/user_spec.rb | akitasoftware/akibox-rails | 01270327a5f97d45d197b20c731586e95b3e9c07 | [
"Apache-2.0"
] | null | null | null | spec/models/user_spec.rb | akitasoftware/akibox-rails | 01270327a5f97d45d197b20c731586e95b3e9c07 | [
"Apache-2.0"
] | 1 | 2021-07-15T21:52:58.000Z | 2021-07-15T22:02:00.000Z | spec/models/user_spec.rb | akitasoftware/akibox-rails | 01270327a5f97d45d197b20c731586e95b3e9c07 | [
"Apache-2.0"
] | null | null | null | require 'rails_helper'
# Test suite for the User model
RSpec.describe User, type: :model do
# Association test.
# Ensure User model has a one-to-many relationship with the AkiFile model.
it { should have_many(:aki_files).dependent(:destroy) }
# Validation tests.
# Ensure all fields are populated before savi... | 32.75 | 76 | 0.748092 |
41814e60d72d3531b78526a47ec4b7a423e58fe2 | 12,007 | h | C | libskrift.h | maandree/libskrift | 9ada93e99ab3cdfc9542a5facbeacd582d2c5227 | [
"0BSD"
] | 6 | 2020-04-26T21:15:35.000Z | 2021-11-27T20:07:12.000Z | libskrift.h | maandree/libskrift | 9ada93e99ab3cdfc9542a5facbeacd582d2c5227 | [
"0BSD"
] | null | null | null | libskrift.h | maandree/libskrift | 9ada93e99ab3cdfc9542a5facbeacd582d2c5227 | [
"0BSD"
] | 1 | 2020-04-26T21:15:37.000Z | 2020-04-26T21:15:37.000Z | /* See LICENSE file for copyright and license details. */
#ifndef LIBSKRIFT_H
#define LIBSKRIFT_H 1
#include <math.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#if defined(__GNUC__)
# define _LIBSKRIFT_GCC_ONLY(...) __VA_ARGS__
#else
# define _LIBSKRIFT_GCC_ONLY(...)
#endif
#define LIBSKRIFT_RENDER... | 32.451351 | 133 | 0.710585 |
c46f198bcd798819104fca2004af07f419437cc7 | 2,085 | lua | Lua | bin/ui/run.lua | MineWorldProgram/NewOS | d482a4b0f646105232a2200b90d331bc7decceed | [
"MIT"
] | 3 | 2021-05-30T00:38:34.000Z | 2021-06-02T15:41:21.000Z | bin/ui/run.lua | MineWorldProgram/NewOS | d482a4b0f646105232a2200b90d331bc7decceed | [
"MIT"
] | null | null | null | bin/ui/run.lua | MineWorldProgram/NewOS | d482a4b0f646105232a2200b90d331bc7decceed | [
"MIT"
] | 1 | 2021-06-01T03:10:05.000Z | 2021-06-01T03:10:05.000Z | local textbox = require("/lib/textbox")
local w, h = term.getSize()
local box = textbox.new(2, 4, w - 2)
local function draw()
local w, h = term.getSize()
term.setBackgroundColor(colors.black)
term.clear()
term.setCursorPos(5, 2)
term.setTextColor(colors.gray)
term.write("path do programa")
... | 27.077922 | 56 | 0.595683 |
6988f399c32c8993ddddecde83af3ba85d2e06db | 1,205 | asm | Assembly | firmware/volumes/volumes.asm | QuorumComp/hc800 | d108a9b2cdb8d920c60a9c2439e0703320156f97 | [
"MIT"
] | 2 | 2021-01-15T20:00:08.000Z | 2021-02-05T07:44:35.000Z | firmware/volumes/volumes.asm | QuorumComp/hc800 | d108a9b2cdb8d920c60a9c2439e0703320156f97 | [
"MIT"
] | null | null | null | firmware/volumes/volumes.asm | QuorumComp/hc800 | d108a9b2cdb8d920c60a9c2439e0703320156f97 | [
"MIT"
] | null | null | null | INCLUDE "lowlevel/hc800.i"
INCLUDE "lowlevel/math.i"
INCLUDE "lowlevel/rc800.i"
INCLUDE "lowlevel/stack.i"
INCLUDE "stdlib/stream.i"
INCLUDE "stdlib/string.i"
INCLUDE "stdlib/syscall.i"
SECTION "Volumes",CODE
Entry::
MSetColor 1
MPrintString <"Volume Mount point Device \n">
MSetColor 0
... | 13.693182 | 54 | 0.687967 |
04fdeb81988d7aefa69c750563a528cc227d5735 | 8,467 | java | Java | IDEtalk/src/jabber/generated/org/jivesoftware/smack/packet/Message.java | MadRatSRP/intellij-obsolete-plugins | e0d0f87a908dbb3147e3d115f94452a2da79b7eb | [
"Apache-2.0"
] | 10 | 2019-11-21T16:35:34.000Z | 2022-02-28T14:13:32.000Z | IDEtalk/src/jabber/generated/org/jivesoftware/smack/packet/Message.java | MadRatSRP/intellij-obsolete-plugins | e0d0f87a908dbb3147e3d115f94452a2da79b7eb | [
"Apache-2.0"
] | 4 | 2019-12-04T10:43:12.000Z | 2020-08-12T13:48:35.000Z | IDEtalk/src/jabber/generated/org/jivesoftware/smack/packet/Message.java | MadRatSRP/intellij-obsolete-plugins | e0d0f87a908dbb3147e3d115f94452a2da79b7eb | [
"Apache-2.0"
] | 18 | 2019-10-30T21:30:30.000Z | 2022-03-19T08:28:06.000Z | /**
* $RCSfile$
* $Revision$
* $Date$
*
* Copyright 2003-2004 Jive Software.
*
* 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/lice... | 31.014652 | 150 | 0.564899 |
396758b1b1fca0f47a73d577dbaa925d4f79ae15 | 1,638 | html | HTML | index.html | wrafab/cheungk | 56b43080267e02256faaac3dcc934044fa3ecd44 | [
"MIT"
] | null | null | null | index.html | wrafab/cheungk | 56b43080267e02256faaac3dcc934044fa3ecd44 | [
"MIT"
] | null | null | null | index.html | wrafab/cheungk | 56b43080267e02256faaac3dcc934044fa3ecd44 | [
"MIT"
] | null | null | null | <html>
<head>
<title> Kai's Digital Fabrication Page </title>
<body>
<style>
h1 {font.family:times-new-roman;font-size:300%;text-align:center;}
p {font-family:times-new-roman;font-size:100%}
a {font-family:helvetica;font-size:50%;text-align:center;}
a:link {color: #000000;text-decoration: none;}
a:active {color: #8... | 31.5 | 170 | 0.699023 |
51a271e250043a0b5405416b88201e2b21831f6e | 1,398 | kt | Kotlin | mobile-ui/src/main/java/org/buffer/android/boilerplate/ui/injection/module/RemoteModule.kt | sampingantech/android-clean-architecture-mvi-boilerplate | ac296340b50ca7494d6b72753e1e88624e440fc4 | [
"MIT"
] | 3 | 2020-02-24T22:55:41.000Z | 2020-05-05T04:15:11.000Z | mobile-ui/src/main/java/org/buffer/android/boilerplate/ui/injection/module/RemoteModule.kt | sampingantech/android-clean-architecture-mvi-boilerplate | ac296340b50ca7494d6b72753e1e88624e440fc4 | [
"MIT"
] | 7 | 2020-03-04T14:00:36.000Z | 2020-07-20T04:00:52.000Z | mobile-ui/src/main/java/org/buffer/android/boilerplate/ui/injection/module/RemoteModule.kt | sampingantech/android-clean-architecture-mvi-boilerplate | ac296340b50ca7494d6b72753e1e88624e440fc4 | [
"MIT"
] | null | null | null | package org.buffer.android.boilerplate.ui.injection.module
import dagger.Binds
import dagger.Module
import dagger.Provides
import org.buffer.android.boilerplate.data.repository.ArticleRemote
import org.buffer.android.boilerplate.data.repository.BufferooRemote
import org.buffer.android.boilerplate.remote.*
import org.b... | 31.066667 | 96 | 0.716023 |
b46dbe9c3f45a364712931198290e4dba5b83995 | 10,743 | lua | Lua | HypeMan.lua | steveeso/sipman | ecd4d6a06f022fd54edeeb0a0c2f4ddcbb96721d | [
"MIT"
] | 11 | 2020-01-02T09:06:18.000Z | 2022-01-21T20:49:42.000Z | HypeMan.lua | MahdiMZ80913/HypeMan | a61886ef5ec051d5525d885e2276ea0654c9501a | [
"MIT"
] | 8 | 2020-03-09T08:30:30.000Z | 2022-02-03T07:20:51.000Z | HypeMan.lua | MahdiMZ80913/HypeMan | a61886ef5ec051d5525d885e2276ea0654c9501a | [
"MIT"
] | 6 | 2020-01-15T19:41:13.000Z | 2022-01-18T01:25:09.000Z | -- Instructions: include HypeMan in a mission either with a DO SCRIPT FILE, or a
-- DO SCRIPT containing the following:
-- assert(loadfile("C:/HypeMan/HypeMan.lua"))()
--
-- The DO SCRIPT assert(loadfile())() is preferred because then HypeMan can be updated and modified
-- and applied to all .miz files without ha... | 29.676796 | 176 | 0.701387 |
d8eb4f902ea8f9b6039cf18f03a94c29c2993244 | 587 | asm | Assembly | oeis/163/A163662.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/163/A163662.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/163/A163662.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A163662: A020988 written in base 2.
; 10,1010,101010,10101010,1010101010,101010101010,10101010101010,1010101010101010,101010101010101010,10101010101010101010,1010101010101010101010,101010101010101010101010,10101010101010101010101010,1010101010101010101010101010,101010101010101010101010101010,1010101010101010101010101... | 58.7 | 484 | 0.897785 |
788c01bfdf327dbc53d8b4874955458e2be04460 | 1,007 | ps1 | PowerShell | scripts/install-android-ndk.ps1 | Odirb/SkiaSharp | dbede37aa09aeac1b861e6cac21cb98013d98b29 | [
"MIT"
] | null | null | null | scripts/install-android-ndk.ps1 | Odirb/SkiaSharp | dbede37aa09aeac1b861e6cac21cb98013d98b29 | [
"MIT"
] | null | null | null | scripts/install-android-ndk.ps1 | Odirb/SkiaSharp | dbede37aa09aeac1b861e6cac21cb98013d98b29 | [
"MIT"
] | null | null | null | Param(
[string] $Version = "r15c"
)
$ErrorActionPreference = 'Stop'
Add-Type -AssemblyName System.IO.Compression.FileSystem
if ($IsMacOS) {
$platform = "darwin-x86_64"
} elseif ($IsLinux) {
$platform = "linux-x86_64"
} else {
$platform = "windows-x86_64"
}
$url = "https://dl.google.com/android/reposi... | 25.175 | 88 | 0.684211 |
71f99d7e02839f29f5ed806baceade5f1dfd4e1b | 1,537 | ts | TypeScript | src/shared/utilities/vsCodeUtils.ts | ejafarli/aws-toolkit-vscode | 09de3278c3056acfaf78e47ba109eb4359ef6354 | [
"Apache-2.0"
] | 7 | 2021-12-18T05:49:26.000Z | 2021-12-28T09:52:36.000Z | src/shared/utilities/vsCodeUtils.ts | rmillag/aws-toolkit-vscode | efd898f2fc95201c3fc627549cb14d8b2cf626c4 | [
"Apache-2.0"
] | 4 | 2021-05-09T13:15:03.000Z | 2022-01-15T03:29:44.000Z | src/shared/utilities/vsCodeUtils.ts | Takuya-Miyazaki/aws-toolkit-vscode | 1f3a3c75c6211aa789efe7f131a19f31d8c9bdbf | [
"Apache-2.0"
] | null | null | null | /*!
* Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
import * as vscode from 'vscode'
import * as nls from 'vscode-nls'
import { ext } from '../../shared/extensionGlobals'
// TODO: Consider NLS initialization/configuration here & have packages to im... | 35.744186 | 100 | 0.676643 |
10a47cca47607b604019c2e01929eefae8b6dbb0 | 1,660 | swift | Swift | FormValidation/Form.swift | Nickelfox/form-validation-ios | ec7144ef0e529c7f2d7fc7b437a8b060072b1dce | [
"MIT"
] | 1 | 2019-05-07T11:01:48.000Z | 2019-05-07T11:01:48.000Z | FormValidation/Form.swift | Nickelfox/FormValidation | ec7144ef0e529c7f2d7fc7b437a8b060072b1dce | [
"MIT"
] | null | null | null | FormValidation/Form.swift | Nickelfox/FormValidation | ec7144ef0e529c7f2d7fc7b437a8b060072b1dce | [
"MIT"
] | null | null | null | //
// Form.swift
// FormValidations
//
// Created by Vaibhav Parmar on 18/04/17.
// Copyright © 2017 Nickelfox. All rights reserved.
//
import Foundation
import UIKit
public protocol ValidatableInput {
var isOptional: Bool { get }
var inputText: String? { get }
var validator: ValidationProtocol? { get... | 29.122807 | 96 | 0.500602 |
90a29ffd4497e3778e548cac2316416a48df6bfa | 1,089 | py | Python | models/dtl/wrt/loc_table.py | owenmwilliams/land_search | 630e71672a5fff21c833d9905406b9ef70571b28 | [
"MIT"
] | 1 | 2020-11-20T22:33:01.000Z | 2020-11-20T22:33:01.000Z | models/dtl/wrt/loc_table.py | owenmwilliams/land_search | 630e71672a5fff21c833d9905406b9ef70571b28 | [
"MIT"
] | 49 | 2020-10-17T14:57:58.000Z | 2021-01-09T15:46:56.000Z | models/dtl/wrt/loc_table.py | owenmwilliams/land_search | 630e71672a5fff21c833d9905406b9ef70571b28 | [
"MIT"
] | 2 | 2020-10-26T18:20:47.000Z | 2020-11-20T22:32:20.000Z | from dtl.api.dtl_loc import shp_get
from est.db.cur import con_cur
import json
from io import StringIO
import psycopg2
from psycopg2 import sql
### NEED TO COME BACK HERE TO FIGURE OUT HOW TO CONVERT ARCGIS RINGS INTO POSTGIS POLY
def wrt_loc(a):
y = shp_get()
buffer = StringIO()
y.to_csv(buffer, index_... | 27.923077 | 86 | 0.56382 |
6582081ecdb2ff966f99be2a5311140e1392ff85 | 2,890 | rs | Rust | runtime/src/genesis_utils.rs | vkomenda/solana | b7b71b31d333f66161cb8a5eb2f798e48fea260f | [
"Apache-2.0"
] | null | null | null | runtime/src/genesis_utils.rs | vkomenda/solana | b7b71b31d333f66161cb8a5eb2f798e48fea260f | [
"Apache-2.0"
] | null | null | null | runtime/src/genesis_utils.rs | vkomenda/solana | b7b71b31d333f66161cb8a5eb2f798e48fea260f | [
"Apache-2.0"
] | null | null | null | use solana_sdk::{
account::Account,
fee_calculator::FeeCalculator,
genesis_block::GenesisBlock,
pubkey::Pubkey,
signature::{Keypair, KeypairUtil},
system_program::{self, solana_system_program},
};
use solana_stake_api::stake_state;
use solana_vote_api::vote_state;
// The default stake placed wi... | 31.075269 | 100 | 0.675087 |
50bbbbd619688e57a9ccebd5c2451bdcc1634191 | 8,260 | go | Go | lib/bucket_policy.go | cn00/ossutil | ab25a2c16c028f91cce57d26e015d25fca00f37c | [
"MIT"
] | null | null | null | lib/bucket_policy.go | cn00/ossutil | ab25a2c16c028f91cce57d26e015d25fca00f37c | [
"MIT"
] | null | null | null | lib/bucket_policy.go | cn00/ossutil | ab25a2c16c028f91cce57d26e015d25fca00f37c | [
"MIT"
] | null | null | null | package lib
import (
"bytes"
"encoding/json"
"fmt"
"io/ioutil"
"os"
"strings"
)
var specChineseBucketPolicy = SpecText{
synopsisText: "设置、查询或者删除bucket的policy配置",
paramText: "bucket_url [local_json_file] [options]",
syntaxText: `
ossutil bucket-policy --method put oss://bucket local_json_file [options]
... | 26.731392 | 110 | 0.649153 |
0fd068272c196db198bee1c43d8cc8fa3eef543a | 307 | kt | Kotlin | server-app/email.notification/src/main/kotlin/com/github/akraskovski/fes/email/notification/EmailService.kt | akraskovski/freight-exchange-system | b4d99ea9aa462110c024eaafb804030bd5186ea8 | [
"Apache-2.0"
] | 2 | 2018-10-28T19:29:36.000Z | 2022-02-16T23:25:38.000Z | server-app/email.notification/src/main/kotlin/com/github/akraskovski/fes/email/notification/EmailService.kt | akraskovski/freight-exchange-system | b4d99ea9aa462110c024eaafb804030bd5186ea8 | [
"Apache-2.0"
] | null | null | null | server-app/email.notification/src/main/kotlin/com/github/akraskovski/fes/email/notification/EmailService.kt | akraskovski/freight-exchange-system | b4d99ea9aa462110c024eaafb804030bd5186ea8 | [
"Apache-2.0"
] | 1 | 2019-03-24T18:29:06.000Z | 2019-03-24T18:29:06.000Z | package com.github.akraskovski.fes.email.notification
/**
* Common email notification process service.
*/
interface EmailService {
/**
* Sends email to the given receiver email with a predefined template.
*/
fun send(receiver: String, templateId: Int, variables: Map<String, String>)
} | 25.583333 | 79 | 0.713355 |
7ff0bfe27c35d1a6e9f391824096e059607b09e7 | 478 | go | Go | controllers/admin.go | kimtaek/gapi | 467e6fcd817c61fd5a4a7db5337b3b35796d2a8f | [
"MIT"
] | 3 | 2019-09-26T06:42:01.000Z | 2020-11-04T07:41:13.000Z | controllers/admin.go | kimtaek/gapi | 467e6fcd817c61fd5a4a7db5337b3b35796d2a8f | [
"MIT"
] | null | null | null | controllers/admin.go | kimtaek/gapi | 467e6fcd817c61fd5a4a7db5337b3b35796d2a8f | [
"MIT"
] | null | null | null | package controllers
import (
"gapi/lib"
"gapi/models"
"github.com/gin-gonic/gin"
"strings"
)
type Admin struct {
models.Admin
}
func (_ *Admin) Me(c *gin.Context) {
var response = lib.Data{}
authorization := c.GetHeader("Authorization")
token := strings.Split(authorization, "Bearer ")[1]
claims, err := lib.... | 18.384615 | 52 | 0.675732 |