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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
aefdee8f06760a2ed781b541b80712ffc70cb0da | 710 | swift | Swift | SnowSeeker/SnowSeeker/Sort.swift | ataias/Hacking-with-SwiftUI | eff726e2a74120d23e989685984b739ad30f8029 | [
"MIT"
] | null | null | null | SnowSeeker/SnowSeeker/Sort.swift | ataias/Hacking-with-SwiftUI | eff726e2a74120d23e989685984b739ad30f8029 | [
"MIT"
] | null | null | null | SnowSeeker/SnowSeeker/Sort.swift | ataias/Hacking-with-SwiftUI | eff726e2a74120d23e989685984b739ad30f8029 | [
"MIT"
] | null | null | null | //
// Sort.swift
// SnowSeeker
//
// Created by Ataias Pereira Reis on 30/08/20.
//
import SwiftUI
class Sort: ObservableObject {
private let saveKey = "Sort"
private var _sort: Options.Sort
init() {
let sortString = UserDefaults.standard.string(forKey: saveKey)
if let sortString = so... | 18.684211 | 70 | 0.546479 |
548658a0cdc53766d709dbb1f38d7e0e19eaee7f | 1,222 | kt | Kotlin | app/src/main/java/com/example/cat/di/modules/AppModule.kt | Artikman/TargSoft | 3d704a4188955864b89b4bd68639a3365e26f2e3 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/cat/di/modules/AppModule.kt | Artikman/TargSoft | 3d704a4188955864b89b4bd68639a3365e26f2e3 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/cat/di/modules/AppModule.kt | Artikman/TargSoft | 3d704a4188955864b89b4bd68639a3365e26f2e3 | [
"Apache-2.0"
] | null | null | null | package com.example.cat.di.modules
import android.app.Application
import androidx.room.Room
import com.example.cat.data.source.CatsRepository
import com.example.cat.data.source.ICatsDataSource
import com.example.cat.data.source.local.Database
import com.example.cat.data.source.local.VoteDao
import com.example.cat.data... | 29.804878 | 99 | 0.775777 |
d5d1e02c6c913f50f0d5d5e9fca79aea48e2610d | 1,190 | swift | Swift | LongestIncreasingPathInAMatrix.playground/Contents.swift | ihusnainalii/Leetcode_solutions | f8a0a957daa4fea05e371a1934e198de0af877b2 | [
"Apache-2.0"
] | null | null | null | LongestIncreasingPathInAMatrix.playground/Contents.swift | ihusnainalii/Leetcode_solutions | f8a0a957daa4fea05e371a1934e198de0af877b2 | [
"Apache-2.0"
] | null | null | null | LongestIncreasingPathInAMatrix.playground/Contents.swift | ihusnainalii/Leetcode_solutions | f8a0a957daa4fea05e371a1934e198de0af877b2 | [
"Apache-2.0"
] | null | null | null | class Solution {
let directions = [(-1, 0), (1, 0), (0, -1), (0, 1)]
func longestIncreasingPath(_ matrix: [[Int]]) -> Int {
guard let first = matrix.first, !first.isEmpty else {
return 0
}
let m = matrix.count
let n = first.count
var visited: [[Int]] = [[... | 31.315789 | 106 | 0.42521 |
ff94a5352c6106692f7ad9016f81195fb26570e4 | 19,774 | swift | Swift | ios/RNMagicScriptTests/sources/specs/UiNodes/Dropdown/UiDropdownListNodeSpec.swift | magic-script/magic-script-components-react-native | b1a543f22af76447e9e58788fc494324dc40be14 | [
"Apache-2.0"
] | 12 | 2019-12-07T02:56:55.000Z | 2020-10-23T16:42:36.000Z | ios/RNMagicScriptTests/sources/specs/UiNodes/Dropdown/UiDropdownListNodeSpec.swift | magic-script/magic-script-components-react-native | b1a543f22af76447e9e58788fc494324dc40be14 | [
"Apache-2.0"
] | 127 | 2019-12-11T19:49:53.000Z | 2020-12-17T07:50:31.000Z | ios/RNMagicScriptTests/sources/specs/UiNodes/Dropdown/UiDropdownListNodeSpec.swift | magic-script/magic-script-components-react-native | b1a543f22af76447e9e58788fc494324dc40be14 | [
"Apache-2.0"
] | 3 | 2020-05-11T07:21:41.000Z | 2020-06-04T07:19:32.000Z | //
// Copyright (c) 2019-2020 Magic Leap, Inc. 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 ... | 44.435955 | 105 | 0.524072 |
0b9de1232f56d34e55746d5d53165b3e1ae67c6c | 9,988 | py | Python | shellbot/spaces/local.py | bernard357/shellbot | daf64fbab4085d1591bf9a1aecd06b4fc615d132 | [
"Apache-2.0"
] | 11 | 2017-04-30T18:10:27.000Z | 2021-11-07T16:59:29.000Z | shellbot/spaces/local.py | DataCraft-AI/shellbot | daf64fbab4085d1591bf9a1aecd06b4fc615d132 | [
"Apache-2.0"
] | 38 | 2017-04-20T17:33:05.000Z | 2017-11-10T20:19:07.000Z | shellbot/spaces/local.py | DataCraft-AI/shellbot | daf64fbab4085d1591bf9a1aecd06b4fc615d132 | [
"Apache-2.0"
] | 3 | 2017-04-21T21:14:53.000Z | 2021-07-27T22:01:21.000Z | # -*- coding: utf-8 -*-
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "Li... | 26.634667 | 80 | 0.580396 |
68d6e68ca796e44ef9e87e00a8fb69a65314b249 | 64 | sql | SQL | application/app/db/ddl.sql | ericlink/adms-server | 245f6d38197f195fd0cae8b93718f9ffcffb206a | [
"MIT"
] | null | null | null | application/app/db/ddl.sql | ericlink/adms-server | 245f6d38197f195fd0cae8b93718f9ffcffb206a | [
"MIT"
] | null | null | null | application/app/db/ddl.sql | ericlink/adms-server | 245f6d38197f195fd0cae8b93718f9ffcffb206a | [
"MIT"
] | null | null | null | /*
create unique index module_pin_idx on `module` (`pin`);
*/
| 12.8 | 55 | 0.65625 |
6903f72b9f7f01ad5566b659aa4222b40a86e381 | 660 | swift | Swift | DouYuZB/DouYuZB/Classes/Home/View/CollectionCycleCell.swift | laotou1206/DYZB | 3e818d42106df994be945e8939531d1ec034a0a8 | [
"MIT"
] | null | null | null | DouYuZB/DouYuZB/Classes/Home/View/CollectionCycleCell.swift | laotou1206/DYZB | 3e818d42106df994be945e8939531d1ec034a0a8 | [
"MIT"
] | null | null | null | DouYuZB/DouYuZB/Classes/Home/View/CollectionCycleCell.swift | laotou1206/DYZB | 3e818d42106df994be945e8939531d1ec034a0a8 | [
"MIT"
] | null | null | null | //
// CollectionCycleCell.swift
// DouYuZB
//
// Created by ninan lin on 2018/11/15.
// Copyright © 2018年 ninan lin. All rights reserved.
//
import UIKit
import Kingfisher
class CollectionCycleCell: UICollectionViewCell {
//MARK:- 控件属性
@IBOutlet weak var contentImage: UIImageView!
@IBOu... | 18.333333 | 60 | 0.562121 |
f1e2af21ef55be49536ae1687342a0d6bd4161eb | 2,082 | rb | Ruby | produce_lot.rb | unvt/oz-jp | dfb4d7baa846a616c20ed398f3258c201483a017 | [
"CC0-1.0"
] | null | null | null | produce_lot.rb | unvt/oz-jp | dfb4d7baa846a616c20ed398f3258c201483a017 | [
"CC0-1.0"
] | null | null | null | produce_lot.rb | unvt/oz-jp | dfb4d7baa846a616c20ed398f3258c201483a017 | [
"CC0-1.0"
] | null | null | null | require './constants'
LOT_ZXY = ARGV[0].split(',').map {|v| v.to_i}
def process(zxy)
print "process #{zxy} in #{LOT_ZXY}\n"
tile_path = "#{TMP_DIR}/#{zxy.join('-')}.pbf"
status = `curl #{SRC_BASE_URL}/#{zxy.join('/')}.pbf -o #{tile_path} -w '%{http_code}' -s`
if status == '200'
LAYERS[Z_SRC].each {|layer|... | 24.209302 | 91 | 0.571085 |
069123e1e1cb1c9b03e4b270d6abe31ae6c5ca52 | 4,087 | lua | Lua | lua/entities/npc_vj_hlr2_antlion_worker/init.lua | LunayGModder145/Half-Life-Resurgence | b497b201b177eeda3302d112c236a504b869a661 | [
"MIT"
] | 1 | 2019-09-08T00:12:39.000Z | 2019-09-08T00:12:39.000Z | lua/entities/npc_vj_hlr2_antlion_worker/init.lua | LunayGModder145/Half-Life-Resurgence | b497b201b177eeda3302d112c236a504b869a661 | [
"MIT"
] | null | null | null | lua/entities/npc_vj_hlr2_antlion_worker/init.lua | LunayGModder145/Half-Life-Resurgence | b497b201b177eeda3302d112c236a504b869a661 | [
"MIT"
] | null | null | null | AddCSLuaFile("shared.lua")
include('shared.lua')
/*-----------------------------------------------
*** Copyright (c) 2012-2017 by DrVrej, All rights reserved. ***
No parts of this code or any of its contents may be reproduced, copied, modified or adapted,
without the prior written consent of the author, unless other... | 71.701754 | 141 | 0.67678 |
9514d01cde7131a43af178fe3d494236f55d94f3 | 113 | css | CSS | styles/evaluation.css | sylvainlapeyrade/projet_web_bdd_php | 89529dd5f92b96fb4cd1b8a54b5a2fa35a8ed77d | [
"MIT"
] | null | null | null | styles/evaluation.css | sylvainlapeyrade/projet_web_bdd_php | 89529dd5f92b96fb4cd1b8a54b5a2fa35a8ed77d | [
"MIT"
] | null | null | null | styles/evaluation.css | sylvainlapeyrade/projet_web_bdd_php | 89529dd5f92b96fb4cd1b8a54b5a2fa35a8ed77d | [
"MIT"
] | 1 | 2019-09-13T11:10:07.000Z | 2019-09-13T11:10:07.000Z | #page-evaluation {
margin-top: 30px;
}
.evaluation-texte {
word-wrap: break-word;
padding: 0 25px;
} | 14.125 | 26 | 0.628319 |
0557a049019f9c991723a3093d72ae317d9edbf6 | 360 | rb | Ruby | app/models/crush.rb | kypsy/website | 6189d5812609698cb82f97661c1a70ad0b367150 | [
"CC0-1.0"
] | 1 | 2017-02-21T07:18:12.000Z | 2017-02-21T07:18:12.000Z | app/models/crush.rb | kypsy/website | 6189d5812609698cb82f97661c1a70ad0b367150 | [
"CC0-1.0"
] | 24 | 2017-06-04T00:29:04.000Z | 2017-07-30T06:00:38.000Z | app/models/crush.rb | kypsy/website | 6189d5812609698cb82f97661c1a70ad0b367150 | [
"CC0-1.0"
] | null | null | null | class Crush < ActiveRecord::Base
belongs_to :crusher, class_name: "User", touch: true
belongs_to :crushee, class_name: "User", touch: true
scope :today, -> { where("created_at >= ?", Time.zone.now.beginning_of_day) }
def notify
Resque.enqueue(NotificationJob, :new_crush, self.id)
end
def needs_notify... | 22.5 | 79 | 0.705556 |
e5097f08486bbc83e9712807cfb693554ee1cf3d | 861 | kt | Kotlin | app/src/main/java/com/frogobox/news/mvp/about/AboutApiActivity.kt | amirisback/FrogoBoxNews-App | 299af713dcff1d71e192a62a8dac868be1184304 | [
"Apache-2.0"
] | 3 | 2019-04-16T17:27:53.000Z | 2019-05-31T19:33:38.000Z | app/src/main/java/com/frogobox/news/mvp/about/AboutApiActivity.kt | amirisback/FrogoBoxNews-App | 299af713dcff1d71e192a62a8dac868be1184304 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/frogobox/news/mvp/about/AboutApiActivity.kt | amirisback/FrogoBoxNews-App | 299af713dcff1d71e192a62a8dac868be1184304 | [
"Apache-2.0"
] | null | null | null | package com.frogobox.news.mvp.about
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import android.view.Menu
import android.view.MenuItem
import com.frogobox.news.R
class AboutApiActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(... | 23.916667 | 65 | 0.664344 |
5af5144000ddfb2f3ce20646a040023ea88e6fb4 | 384 | rs | Rust | src/error.rs | ulule/ulule-rs | dc7adeb84225718e24d709ff39d0df9fb7d4c6ea | [
"MIT"
] | 1 | 2019-07-19T08:47:39.000Z | 2019-07-19T08:47:39.000Z | src/error.rs | ulule/ulule-rs | dc7adeb84225718e24d709ff39d0df9fb7d4c6ea | [
"MIT"
] | 4 | 2019-09-06T15:24:46.000Z | 2019-11-22T12:10:43.000Z | src/error.rs | ulule/ulule-rs | dc7adeb84225718e24d709ff39d0df9fb7d4c6ea | [
"MIT"
] | null | null | null | use serde::{Deserialize, Serialize};
/// RequestError is the error format returned by Ulule API.
/// [{"fieldNames":["tag_id"],"classification":"ValueError","message":"Must be an int64"}]
#[derive(Debug, Serialize, Deserialize)]
pub struct RequestError {
#[serde(alias = "fieldNames")]
pub field_names: Vec<Stri... | 32 | 90 | 0.697917 |
4a56d26c016ad04de52e72525ec31b1bda6fd614 | 1,191 | swift | Swift | modules/Foundation/UnitElectricCurrent.swift | johnsusek/framework-bridge | 59cae92f29768ace5216c75f8deb2da4556f3828 | [
"MIT"
] | null | null | null | modules/Foundation/UnitElectricCurrent.swift | johnsusek/framework-bridge | 59cae92f29768ace5216c75f8deb2da4556f3828 | [
"MIT"
] | null | null | null | modules/Foundation/UnitElectricCurrent.swift | johnsusek/framework-bridge | 59cae92f29768ace5216c75f8deb2da4556f3828 | [
"MIT"
] | null | null | null | import AppKit
import JavaScriptCore
import Quartz
import AVKit
import CoreMedia
import CoreSpotlight
import CoreImage
import CoreGraphics
import Foundation
// Interface
/**
- Selector: NSUnitElectricCurrent
- Introduced: 10.12
*/
@objc(UnitElectricCurrent) protocol UnitElectricCurrentExports: JSExport, ... | 18.609375 | 92 | 0.693535 |
582114464e433eeb29dfd7fa87eda04471acf0a3 | 4,223 | h | C | usr/lib/libAWDSupportFramework.dylib/AWDWiFiMetricsManagerUserBlacklistEvent.h | lechium/tvOS124Headers | 11d1b56dd4c0ffd88b9eac43f87a5fd6f7228475 | [
"MIT"
] | 4 | 2019-08-27T18:03:47.000Z | 2021-09-18T06:29:00.000Z | usr/lib/libAWDSupportFramework.dylib/AWDWiFiMetricsManagerUserBlacklistEvent.h | lechium/tvOS124Headers | 11d1b56dd4c0ffd88b9eac43f87a5fd6f7228475 | [
"MIT"
] | null | null | null | usr/lib/libAWDSupportFramework.dylib/AWDWiFiMetricsManagerUserBlacklistEvent.h | lechium/tvOS124Headers | 11d1b56dd4c0ffd88b9eac43f87a5fd6f7228475 | [
"MIT"
] | null | null | null | /*
* This header is generated by classdump-dyld 1.0
* on Saturday, August 24, 2019 at 9:42:13 PM Mountain Standard Time
* Operating System: Version 12.4 (Build 16M568)
* Image Source: /usr/lib/libAWDSupportFramework.dylib
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
#import <lib... | 41.811881 | 160 | 0.731707 |
fb2127aa9e09dabbac39464ffb1d5f2f10229830 | 2,420 | h | C | src/GateNetworks.Core/components/io_instances.h | jurajtrappl/Gate-networks | 84c15684124a99bc16cf8ca20d1d39fc7c31b5b1 | [
"MIT"
] | null | null | null | src/GateNetworks.Core/components/io_instances.h | jurajtrappl/Gate-networks | 84c15684124a99bc16cf8ca20d1d39fc7c31b5b1 | [
"MIT"
] | null | null | null | src/GateNetworks.Core/components/io_instances.h | jurajtrappl/Gate-networks | 84c15684124a99bc16cf8ca20d1d39fc7c31b5b1 | [
"MIT"
] | null | null | null | #pragma once
#include "connection.h"
#include <map>
namespace gate_networks::core::components
{
typedef std::map<std::string, logic::Tri_state> IO_instances_map;
/// <summary>
/// Represents a collection of "boxes" that contain a tri state logic value.
/// "Boxes" can be connected to any other AConnectible.
//... | 29.156627 | 90 | 0.682645 |
6b1552b76180a4c929f52b6fc5eece44103c696d | 321 | kt | Kotlin | app/src/main/java/com/qflow/main/domain/server/models/QueueUserServerModel.kt | DanielPinaM/QueueApp | 7a5a91096dffc75fbc167d8d1483b7f1adcfbe0b | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/qflow/main/domain/server/models/QueueUserServerModel.kt | DanielPinaM/QueueApp | 7a5a91096dffc75fbc167d8d1483b7f1adcfbe0b | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/qflow/main/domain/server/models/QueueUserServerModel.kt | DanielPinaM/QueueApp | 7a5a91096dffc75fbc167d8d1483b7f1adcfbe0b | [
"Apache-2.0"
] | 2 | 2020-10-11T20:44:11.000Z | 2020-10-17T21:36:31.000Z | package com.qflow.main.domain.server.models
import android.os.Build
import androidx.annotation.RequiresApi
import java.time.LocalDateTime
import java.time.format.DateTimeFormatter
data class QueueUserServerModel(
val id_queue: String,
val id_user: String,
val is_active: Boolean,
val is_admin: Boolean
... | 24.692308 | 43 | 0.794393 |
0a25b91def8cf60abc5b12c93a1c8ce5822ac2a3 | 740 | ts | TypeScript | src/twind/prefix.ts | mwarger/twind | d1c5fd830a0f8e3c0566b887c4e83b3c3885624b | [
"MIT"
] | 11 | 2021-01-05T14:08:55.000Z | 2022-01-31T01:12:57.000Z | src/twind/prefix.ts | smeijer/twind | bd6bba06c496e275fe164ef5202c647e540047ab | [
"MIT"
] | null | null | null | src/twind/prefix.ts | smeijer/twind | bd6bba06c496e275fe164ef5202c647e540047ab | [
"MIT"
] | 1 | 2022-03-31T02:53:13.000Z | 2022-03-31T02:53:13.000Z | import type { Prefixer } from '../types'
import { prefixProperty, prefixValue } from 'tiny-css-prefixer'
export const noprefix: Prefixer = (property: string, value: string, important?: boolean): string =>
`${property}:${value}${important ? ' !important' : ''}`
export const autoprefix: Prefixer = (
property: stri... | 29.6 | 99 | 0.660811 |
723e80fe6af7dcbf49c42d20022155f33e0e3c2f | 7,055 | rs | Rust | protocols/plaintext/src/handshake/handshake_plaintext.rs | zhangguyu6/libp2p-rs | 9898bac5a9bccfb374d3c445c5c71750f5f85efe | [
"MIT"
] | 147 | 2020-10-26T10:00:39.000Z | 2022-03-14T10:08:29.000Z | protocols/plaintext/src/handshake/handshake_plaintext.rs | zhangguyu6/libp2p-rs | 9898bac5a9bccfb374d3c445c5c71750f5f85efe | [
"MIT"
] | 9 | 2020-10-29T09:37:46.000Z | 2022-02-23T07:38:31.000Z | protocols/plaintext/src/handshake/handshake_plaintext.rs | zhangguyu6/libp2p-rs | 9898bac5a9bccfb374d3c445c5c71750f5f85efe | [
"MIT"
] | 28 | 2020-10-26T12:28:45.000Z | 2022-03-21T15:46:32.000Z | // Copyright 2019 Parity Technologies (UK) Ltd.
// Copyright 2020 Netwarps Ltd.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation
// the ... | 37.727273 | 111 | 0.639263 |
5c41cafb375dc2c6b1ce6f49346dace043ee97a9 | 10,543 | h | C | src/strategies/avx2/reg_sad_pow2_widths-avx2.h | ultravideo/uvg266 | 4a80e71135ee8af9fb5fa2378fb85a6010f246eb | [
"BSD-3-Clause"
] | 5 | 2022-01-14T11:02:41.000Z | 2022-02-09T14:05:45.000Z | src/strategies/avx2/reg_sad_pow2_widths-avx2.h | ultravideo/uvg266 | 4a80e71135ee8af9fb5fa2378fb85a6010f246eb | [
"BSD-3-Clause"
] | null | null | null | src/strategies/avx2/reg_sad_pow2_widths-avx2.h | ultravideo/uvg266 | 4a80e71135ee8af9fb5fa2378fb85a6010f246eb | [
"BSD-3-Clause"
] | null | null | null | /*****************************************************************************
* This file is part of uvg266 VVC encoder.
*
* Copyright (c) 2021, Tampere University, ITU/ISO/IEC, project contributors
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* ar... | 46.444934 | 111 | 0.680926 |
579e6984d92542f27e5f7bb1a0787e843b7e1a78 | 1,182 | h | C | src/zooids/lib/inc/functions.h | ulrichdah/BittyBuzz | c7b6294230819b58a2420cfd6f9847c4a927bba9 | [
"MIT"
] | 8 | 2017-08-25T06:01:57.000Z | 2020-10-01T14:21:41.000Z | src/zooids/lib/inc/functions.h | ulrichdah/BittyBuzz | c7b6294230819b58a2420cfd6f9847c4a927bba9 | [
"MIT"
] | 10 | 2020-07-11T17:48:26.000Z | 2021-08-12T21:02:52.000Z | src/zooids/lib/inc/functions.h | ulrichdah/BittyBuzz | c7b6294230819b58a2420cfd6f9847c4a927bba9 | [
"MIT"
] | 13 | 2017-05-05T18:51:32.000Z | 2021-04-18T22:49:01.000Z |
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __FUNCTIONS_H
#define __FUNCTIONS_H
#ifdef __cplusplus
extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
#include "config.h"
#include "utilities.h"
#include "stm32f0xx_lp_mode... | 26.266667 | 120 | 0.697124 |
92e86a0887728ebda1b29b9aa42ebdede103e857 | 1,303 | h | C | CallTraceForWeChat/CallTraceForWeChat/WeChat_Headers/WAMsgNodeImageDownloadLogic.h | ceekay1991/CallTraceForWeChat | 5767cb6f781821b6bf9facc8c87e58e15fa88541 | [
"MIT"
] | 30 | 2020-03-22T12:30:21.000Z | 2022-02-09T08:49:13.000Z | CallTraceForWeChat/CallTraceForWeChat/WeChat_Headers/WAMsgNodeImageDownloadLogic.h | ceekay1991/CallTraceForWeChat | 5767cb6f781821b6bf9facc8c87e58e15fa88541 | [
"MIT"
] | null | null | null | CallTraceForWeChat/CallTraceForWeChat/WeChat_Headers/WAMsgNodeImageDownloadLogic.h | ceekay1991/CallTraceForWeChat | 5767cb6f781821b6bf9facc8c87e58e15fa88541 | [
"MIT"
] | 8 | 2020-03-22T12:30:23.000Z | 2020-09-22T04:01:47.000Z | //
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
@class NSMutableDictionary;
@protocol WAMsgNodeImageDownloadLogicDelegate;
@interface WAMsgNodeImageDownloa... | 36.194444 | 147 | 0.773599 |
0efb01efcbc6d7ad85d2e90f444a62579a5055c7 | 250 | ts | TypeScript | src/utilities/index.ts | gajus/fastify-webpack | 6778c53c5b50b73d81b27b44285e4e2b1a2ea28a | [
"BSD-3-Clause"
] | 7 | 2022-03-23T20:07:39.000Z | 2022-03-29T09:29:16.000Z | src/utilities/index.ts | gajus/fastify-webpack | 6778c53c5b50b73d81b27b44285e4e2b1a2ea28a | [
"BSD-3-Clause"
] | 1 | 2022-03-23T15:15:54.000Z | 2022-03-23T15:25:16.000Z | src/utilities/index.ts | gajus/fastify-webpack | 6778c53c5b50b73d81b27b44285e4e2b1a2ea28a | [
"BSD-3-Clause"
] | 1 | 2022-03-24T01:12:24.000Z | 2022-03-24T01:12:24.000Z | export {
canRead,
} from './canRead';
export {
defer,
} from './defer';
export {
formatServerEvent,
} from './formatServerEvent';
export {
getFilenameFromUrl,
} from './getFilenameFromUrl';
export {
getPublicPath,
} from './getPublicPath';
| 15.625 | 30 | 0.68 |
613ebd4cc422578c842a12609a58983b65be5c22 | 658 | asm | Assembly | oeis/127/A127971.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/127/A127971.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/127/A127971.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A127971: a(n) = fusc(n+1) + (1-(-1)^n)/2, fusc = A002487.
; Submitted by Christian Krause
; 1,2,2,2,3,3,3,2,4,4,5,3,5,4,4,2,5,5,7,4,8,6,7,3,7,6,8,4,7,5,5,2,6,6,9,5,11,8,10,4,11,9,13,6,12,8,9,3,9,8,12,6,13,9,11,4,10,8,11,5,9,6,6,2,7,7,11,6,14,10,13,5,15,12,18,8,17,11,13,4,14,12,19,9,21,14,18,6,17,13,19,8,16,10,11,3,11... | 19.352941 | 236 | 0.507599 |
7a623ff9642abb3b88ced2ba1830728e9713a5d6 | 701 | rb | Ruby | app/helpers/shared_helper.rb | daorejuela1/our-warehouse | 30238ddb3b9b9f0a9f06fd38645950cc2acac123 | [
"MIT"
] | null | null | null | app/helpers/shared_helper.rb | daorejuela1/our-warehouse | 30238ddb3b9b9f0a9f06fd38645950cc2acac123 | [
"MIT"
] | 14 | 2021-04-29T22:30:04.000Z | 2021-05-06T13:17:10.000Z | app/helpers/shared_helper.rb | daorejuela1/our-warehouse | 30238ddb3b9b9f0a9f06fd38645950cc2acac123 | [
"MIT"
] | null | null | null | module SharedHelper
def display_tenants_helper(current_user)
form_with model: current_user, url: tenants_path, method: :put do |form|
concat form.select :selected_tenant, current_user.tenant_list
concat form.submit("Switch", class: "form-inline btn btn-primary ml-2")
end
end
def get_current... | 36.894737 | 104 | 0.731812 |
1630c0b295753a9fae9395302d279f43a8d06b64 | 12,081 | h | C | frameworks/av/media/libcedarx/libcore/playback/include/player.h | ghsecuritylab/Android-7.0 | e65af741a5cd5ac6e49e8735b00b456d00f6c0d0 | [
"MIT"
] | 10 | 2020-04-17T04:02:36.000Z | 2021-11-23T11:38:42.000Z | frameworks/av/media/libcedarx/libcore/playback/include/player.h | ghsecuritylab/Android-7.0 | e65af741a5cd5ac6e49e8735b00b456d00f6c0d0 | [
"MIT"
] | 3 | 2020-02-19T16:53:25.000Z | 2021-04-29T07:28:40.000Z | frameworks/av/media/libcedarx/libcore/playback/include/player.h | ghsecuritylab/Android-7.0 | e65af741a5cd5ac6e49e8735b00b456d00f6c0d0 | [
"MIT"
] | 5 | 2019-12-25T04:05:02.000Z | 2022-01-14T16:57:55.000Z | /*
* Copyright (c) 2008-2016 Allwinner Technology Co. Ltd.
* All rights reserved.
*
* File : player.h
* Description : player
* History :
*
*/
#ifndef PLAYER_H
#define PLAYER_H
#include "cdx_config.h"
#include "vdecoder.h"
#include "adecoder.h"
#include "sdecoder.h"
#include "layerControl.h"
#include "soundCon... | 30.662437 | 96 | 0.660955 |
cf31896cc4b51de13d8296dd518ea14235c57367 | 1,907 | css | CSS | static/styles.css | getreu/asciiart-hangman-for-kids.rs | 9c660a429121cca4ddd7d8eb2fa79016398c84c3 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | 7 | 2020-06-04T16:53:47.000Z | 2022-02-22T03:07:02.000Z | static/styles.css | getreu/asciiart-hangman-for-kids.rs | 9c660a429121cca4ddd7d8eb2fa79016398c84c3 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null | static/styles.css | getreu/asciiart-hangman-for-kids.rs | 9c660a429121cca4ddd7d8eb2fa79016398c84c3 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | 1 | 2021-12-12T11:34:27.000Z | 2021-12-12T11:34:27.000Z | @import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto&display=swap');
html,
body {
margin: 0;
padding: 0;
text-align: center;
}
body {
font: 14px 'Roboto', Helvetica, Arial, sans-serif;
line-height: 1.4em;
color: #6a6a00;
min-width: 230px;
max-width: 1000px;
ma... | 15.134921 | 94 | 0.613529 |
3e3897b3ceb3c5f1f83bbd8e0a3faf185b37fed7 | 261 | c | C | P1/ej1_a.c | carlogs99/PIE_ejercicios | af56f3213e7c0a71c94ed4ff12f006d4c1ec3cc6 | [
"BSD-2-Clause"
] | null | null | null | P1/ej1_a.c | carlogs99/PIE_ejercicios | af56f3213e7c0a71c94ed4ff12f006d4c1ec3cc6 | [
"BSD-2-Clause"
] | null | null | null | P1/ej1_a.c | carlogs99/PIE_ejercicios | af56f3213e7c0a71c94ed4ff12f006d4c1ec3cc6 | [
"BSD-2-Clause"
] | null | null | null | #include <stdio.h>
/* imprime el resultado de OPERANDO1 MOD OPERANDO2 */
#define OPERANDO1 8
#define OPERANDO2 3
int main(){
printf("El resultado de %d MOD %d es: %d\n", OPERANDO1,
OPERANDO2, (OPERANDO1 - (OPERANDO1/OPERANDO2)*OPERANDO2));
return 0;
}
| 18.642857 | 59 | 0.697318 |
9bfa16c35bd2fe69b449e93ac6900b12822175c1 | 763 | swift | Swift | iCapps Templates/VIP.xctemplate/___FILEBASENAME___Presenter.swift | icapps/ios-xcode-templates | 1fd9b4722afaffd923494d9735cd7b1ee970acd0 | [
"MIT"
] | 1 | 2018-02-15T09:12:39.000Z | 2018-02-15T09:12:39.000Z | iCapps Templates/VIP.xctemplate/___FILEBASENAME___Presenter.swift | icapps/ios-xcode-templates | 1fd9b4722afaffd923494d9735cd7b1ee970acd0 | [
"MIT"
] | null | null | null | iCapps Templates/VIP.xctemplate/___FILEBASENAME___Presenter.swift | icapps/ios-xcode-templates | 1fd9b4722afaffd923494d9735cd7b1ee970acd0 | [
"MIT"
] | null | null | null | //
// ___FILEBASENAMEASIDENTIFIER___.swift
// ___PROJECTNAME___
//
// Created by ___FULLUSERNAME___ on ___DATE___.
// Copyright (c) ___YEAR___ ___ORGANIZATIONNAME___. All rights reserved.
//
import Foundation
protocol ___VARIABLE_productName___PresentationLogic {
func present(response: ___VARIABLE_productName... | 27.25 | 87 | 0.791612 |
041ba48a83e9618bcda40a4efc642f70500a6503 | 2,899 | js | JavaScript | docs/.vuepress/dist/assets/js/16.9f25b766.js | Shazir-Shafeeque/laravel-multiauth | f1c66149c1143c12f09dacdd644cec1d96899128 | [
"MIT"
] | 399 | 2018-10-15T08:18:10.000Z | 2022-03-19T14:26:35.000Z | docs/.vuepress/dist/assets/js/16.9f25b766.js | davecardwell/laravel-multiauth | 46420100e7df9f2f589518ae7116ae6f22a8d6f1 | [
"MIT"
] | 113 | 2018-10-12T14:31:46.000Z | 2022-02-26T01:48:35.000Z | docs/.vuepress/dist/assets/js/16.9f25b766.js | davecardwell/laravel-multiauth | 46420100e7df9f2f589518ae7116ae6f22a8d6f1 | [
"MIT"
] | 119 | 2018-10-15T08:19:35.000Z | 2022-02-28T18:14:53.000Z | (window.webpackJsonp=window.webpackJsonp||[]).push([[16],{218:function(s,a,e){"use strict";e.r(a);var t=e(0),i=Object(t.a)({},(function(){var s=this,a=s.$createElement,e=s._self._c||a;return e("ContentSlotsDistributor",{attrs:{"slot-key":s.$parent.slotKey}},[e("h1",{attrs:{id:"role-endpoints"}},[e("a",{staticClass:"hea... | 2,899 | 2,899 | 0.614695 |
4bc6314ec66c1606920dd3a7ffea4edde67ace5c | 134 | swift | Swift | Tests/LinuxMain.swift | NoxHarmonium/semanticmerge-swift-parser | 24f97f430379748d580d05509f2b1b97c7d060a9 | [
"MIT"
] | 2 | 2019-04-06T03:00:17.000Z | 2021-01-06T16:58:53.000Z | Tests/LinuxMain.swift | NoxHarmonium/semanticmerge-swift-parser | 24f97f430379748d580d05509f2b1b97c7d060a9 | [
"MIT"
] | null | null | null | Tests/LinuxMain.swift | NoxHarmonium/semanticmerge-swift-parser | 24f97f430379748d580d05509f2b1b97c7d060a9 | [
"MIT"
] | null | null | null | import XCTest
@testable import semanticmerge_swift_parserTests
XCTMain([
testCase(semanticmerge_swift_parserTests.allTests),
])
| 19.142857 | 56 | 0.828358 |
15872f5c7ce3c0ab95bf5ee864e76186a6d0000e | 293 | rb | Ruby | db/migrate/20140922232329_create_initiatives.rb | cv/unlock | ca261128ab28c26e39a14cb0e0c0864812d0db83 | [
"MIT"
] | 42 | 2015-01-05T23:08:55.000Z | 2020-11-09T10:51:00.000Z | db/migrate/20140922232329_create_initiatives.rb | cv/unlock | ca261128ab28c26e39a14cb0e0c0864812d0db83 | [
"MIT"
] | 7 | 2015-02-09T13:59:22.000Z | 2018-01-30T17:50:10.000Z | db/migrate/20140922232329_create_initiatives.rb | cv/unlock | ca261128ab28c26e39a14cb0e0c0864812d0db83 | [
"MIT"
] | 20 | 2015-03-18T11:40:15.000Z | 2020-01-28T17:17:32.000Z | class CreateInitiatives < ActiveRecord::Migration
def change
create_table :initiatives do |t|
t.text :permalink
t.text :name
t.text :first_text
t.text :second_text
t.references :user
t.timestamps
end
add_index :initiatives, :user_id
end
end
| 20.928571 | 49 | 0.662116 |
88b7d678927be21e79c4bac986d6ef66636ee8a9 | 960 | kt | Kotlin | logger-console/src/test/kotlin/logger4k/console/utils/StringsKtTest.kt | open-edgn/logger4k | 963f4231e53ce869783a70cb2d3b7ac9340485f9 | [
"MIT"
] | 7 | 2020-12-21T00:57:17.000Z | 2022-01-26T06:14:14.000Z | logger-console/src/test/kotlin/logger4k/console/utils/StringsKtTest.kt | OPEN-EDGN/Logger4K | 963f4231e53ce869783a70cb2d3b7ac9340485f9 | [
"MIT"
] | 1 | 2020-12-21T00:53:45.000Z | 2020-12-21T01:08:40.000Z | logger-console/src/test/kotlin/logger4k/console/utils/StringsKtTest.kt | OPEN-EDGN/Logger4K | 963f4231e53ce869783a70cb2d3b7ac9340485f9 | [
"MIT"
] | 1 | 2022-02-12T03:58:50.000Z | 2022-02-12T03:58:50.000Z | package logger4k.console.utils
import com.github.openEdgn.logger4k.LoggerLevel
import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.Test
internal class StringsKtTest {
@Test
fun formatTest() {
assertEquals(10, "data".formatLength(10).length)
assertEquals(1, "data".... | 33.103448 | 90 | 0.705208 |
85ce2c1ba56768548323061cdcddd9bcf3d16a17 | 1,047 | js | JavaScript | src/app/repository/ProductRepository.js | grupo0003/register-Employees-Products- | 73a38909a049a31575bdd0e3c51168f142b37d12 | [
"MIT"
] | 5 | 2022-01-24T02:26:54.000Z | 2022-01-26T13:12:07.000Z | src/app/repository/ProductRepository.js | grupo0003/Marias-Market-API | 73a38909a049a31575bdd0e3c51168f142b37d12 | [
"MIT"
] | 1 | 2022-01-19T19:13:43.000Z | 2022-01-19T19:13:43.000Z | src/app/repository/ProductRepository.js | grupo0003/Marias-Market-API | 73a38909a049a31575bdd0e3c51168f142b37d12 | [
"MIT"
] | null | null | null | const clearObject = require('../helper/clearObject')
const schema = require('../schema/productSchema')
class ProductRepository {
async create (product) {
return schema.create(product)
}
async findAll ({ price, limit = 0, skip = 0, ...payload }) {
clearObject(payload)
const filter = {
... | 25.536585 | 72 | 0.534862 |
3e67dd95e630d9362907f47bef5a7ba69655816a | 763 | kt | Kotlin | app/src/main/java/com/rx/application/http/Api.kt | RX1226/TaipeiZoo | 36cfe7d3c794d2b620604a910ad5d0915490b1e4 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/rx/application/http/Api.kt | RX1226/TaipeiZoo | 36cfe7d3c794d2b620604a910ad5d0915490b1e4 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/rx/application/http/Api.kt | RX1226/TaipeiZoo | 36cfe7d3c794d2b620604a910ad5d0915490b1e4 | [
"Apache-2.0"
] | 1 | 2021-06-02T07:17:14.000Z | 2021-06-02T07:17:14.000Z | package com.rx.application.http
import com.rx.application.http.model.HouseResponse
import io.reactivex.Observable
import retrofit2.Call
import retrofit2.Response
import retrofit2.http.GET
import retrofit2.http.Query
interface Api {
companion object {
const val BASE_URL: String = "https://data.taipei/api/v... | 29.346154 | 74 | 0.705111 |
ddfc23caf4eae1dc8343ef02f63c10d790b4c294 | 28,711 | c | C | NAMD_2.12_Source/charm-6.7.1/src/ck-ldb/tm_tree.c | scottkwarren/config-db | fb5c3da2465e5cff0ad30950493b11d452bd686b | [
"MIT"
] | 1 | 2019-01-17T20:07:23.000Z | 2019-01-17T20:07:23.000Z | NAMD_2.12_Source/charm-6.7.1/src/ck-ldb/tm_tree.c | scottkwarren/config-db | fb5c3da2465e5cff0ad30950493b11d452bd686b | [
"MIT"
] | null | null | null | NAMD_2.12_Source/charm-6.7.1/src/ck-ldb/tm_tree.c | scottkwarren/config-db | fb5c3da2465e5cff0ad30950493b11d452bd686b | [
"MIT"
] | null | null | null | #include <float.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <assert.h>
#include "tm_tree.h"
#include "tm_timings.h"
#include "tm_bucket.h"
#if __CHARMC__
#include "converse.h"
#else
#define CmiLog2 log2
#endif
#define MIN(a,b) ((a)<(b)?(a):(b))
#define MAX(a,b) ((a)>(b)?(a):(b))
#undef DEBUG
... | 23.342276 | 174 | 0.637804 |
bb556385282022d6d6f925a3314db071ec5d554d | 45,576 | html | HTML | src/main/resources/words/6756.html | conanchen/easyhan-cloud | 227ff71231607fe0f35d1f67236e830e86897c27 | [
"Apache-2.0"
] | null | null | null | src/main/resources/words/6756.html | conanchen/easyhan-cloud | 227ff71231607fe0f35d1f67236e830e86897c27 | [
"Apache-2.0"
] | null | null | null | src/main/resources/words/6756.html | conanchen/easyhan-cloud | 227ff71231607fe0f35d1f67236e830e86897c27 | [
"Apache-2.0"
] | null | null | null | <body class="module" id="wise-word-body" data-prop="" data-name="">
<header id="header" class="headroom fixed">
<div class="headroom--container">
<div class="c-row fl-row">
<div class="word-name">杖</div>
<div class="c-span9">
... | 92.634146 | 22,808 | 0.596388 |
300d637b1373ac37365944c2d25e8bdd376399c1 | 495 | sql | SQL | openGaussBase/testcase/KEYWORDS/checkpoint/Opengauss_Function_Keyword_Checkpoint_Case0029.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | openGaussBase/testcase/KEYWORDS/checkpoint/Opengauss_Function_Keyword_Checkpoint_Case0029.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | openGaussBase/testcase/KEYWORDS/checkpoint/Opengauss_Function_Keyword_Checkpoint_Case0029.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | -- @testpoint:opengauss关键字checkpoint(非保留),作为表空间名
--关键字不带引号,创建成功
drop tablespace if exists checkpoint;
CREATE TABLESPACE checkpoint RELATIVE LOCATION 'tablespace/tablespace_1';
--清理环境
drop tablespace checkpoint;
--关键字带双引号,创建成功
drop tablespace if exists "checkpoint";
CREATE TABLESPACE "checkpoint" RELATIVE LOCATION 'ta... | 24.75 | 76 | 0.8 |
714d7ea2e721d1a5fa0dc6e2b438e40deea2896c | 5,029 | ts | TypeScript | src/app/pages/login/login.component.ts | paquito05/WebKiosko | 42bdf98d59afb3a61b1374a85a6d5971f6c5aae6 | [
"RSA-MD",
"OML"
] | null | null | null | src/app/pages/login/login.component.ts | paquito05/WebKiosko | 42bdf98d59afb3a61b1374a85a6d5971f6c5aae6 | [
"RSA-MD",
"OML"
] | null | null | null | src/app/pages/login/login.component.ts | paquito05/WebKiosko | 42bdf98d59afb3a61b1374a85a6d5971f6c5aae6 | [
"RSA-MD",
"OML"
] | null | null | null | import { Component, OnInit, ElementRef, OnDestroy } from '@angular/core';
import { ActivatedRoute, Router } from '@angular/router';
import { UsuarioLogin } from 'src/app/models/usuario';
import { KioskoService } from 'src/app/services/kiosko.service';
declare var $: any;
@Component({
selector: 'app-login-cmp',
... | 30.113772 | 124 | 0.53629 |
9ba6b5ee0529d8ecfd9c249f2a776312bd42a8d7 | 6,807 | js | JavaScript | _javascript/funcoes.js | felipea-souza/tcc-pdv | 1e765016ca1d96b53b7ede591b3703a202e723c7 | [
"MIT"
] | null | null | null | _javascript/funcoes.js | felipea-souza/tcc-pdv | 1e765016ca1d96b53b7ede591b3703a202e723c7 | [
"MIT"
] | null | null | null | _javascript/funcoes.js | felipea-souza/tcc-pdv | 1e765016ca1d96b53b7ede591b3703a202e723c7 | [
"MIT"
] | null | null | null |
function mudaFoto(foto) {
document.getElementById("icone").src = foto;
}
function abreMenu() {
var i = 0;
while (i <= 8) {
var item = document.getElementsByClassName('items')[i];
item.style.display = `list-item`;
i++;
}
}
function fechaMenu() {
var i = 0;
while (i <= 8) {
var item = document.... | 26.180769 | 117 | 0.512708 |
0eeee74019daacd0cd1ec48423e39e6d7828c5cf | 1,333 | kt | Kotlin | app/src/test/java/com/example/composepresenter/usecases/tictactoe/doubles/TicTacToeUseCaseMock.kt | alyssoncs/composepresenter | 56ff94d510484906248992d9ca30a8f4d4368b02 | [
"BSD-3-Clause"
] | 1 | 2021-07-08T05:36:37.000Z | 2021-07-08T05:36:37.000Z | app/src/test/java/com/example/composepresenter/usecases/tictactoe/doubles/TicTacToeUseCaseMock.kt | alyssoncs/composepresenter | 56ff94d510484906248992d9ca30a8f4d4368b02 | [
"BSD-3-Clause"
] | null | null | null | app/src/test/java/com/example/composepresenter/usecases/tictactoe/doubles/TicTacToeUseCaseMock.kt | alyssoncs/composepresenter | 56ff94d510484906248992d9ca30a8f4d4368b02 | [
"BSD-3-Clause"
] | null | null | null | package com.example.composepresenter.usecases.tictactoe.doubles
import com.example.composepresenter.usecases.tictactoe.TicTacToeResult
import com.example.composepresenter.usecases.tictactoe.TicTacToeScore
import com.example.composepresenter.usecases.tictactoe.TicTacToeUseCase
class TicTacToeUseCaseMock : TicTacToeUse... | 25.634615 | 87 | 0.67967 |
f0935c2ac3c9ae5a8e0d5b471699301a5146bc67 | 257 | js | JavaScript | api/models/Users.js | carlosala/almuerzi | 97fa8e2fc28a2bcb640ae8ce7ec9c0fafe7c7097 | [
"MIT"
] | null | null | null | api/models/Users.js | carlosala/almuerzi | 97fa8e2fc28a2bcb640ae8ce7ec9c0fafe7c7097 | [
"MIT"
] | null | null | null | api/models/Users.js | carlosala/almuerzi | 97fa8e2fc28a2bcb640ae8ce7ec9c0fafe7c7097 | [
"MIT"
] | null | null | null | const mongoose = require('mongoose')
const { Schema } = mongoose
const Users = mongoose.model(
'User',
new Schema({
email: String,
password: String,
salt: String,
role: { type: String, default: 'user' },
})
)
module.exports = Users
| 16.0625 | 44 | 0.626459 |
46dc37501d1f33a0ca764e01b19c387e1ac13da1 | 26,411 | asm | Assembly | RTC/AsmDebug/date.asm | Threetwosevensixseven/CSpectPlugins | fde1601aa153276cab3855cca9014bde9bca552f | [
"Apache-2.0"
] | 4 | 2020-01-13T12:54:11.000Z | 2020-10-10T14:04:13.000Z | RTC/AsmDebug/date.asm | Threetwosevensixseven/CSpectPlugins | fde1601aa153276cab3855cca9014bde9bca552f | [
"Apache-2.0"
] | null | null | null | RTC/AsmDebug/date.asm | Threetwosevensixseven/CSpectPlugins | fde1601aa153276cab3855cca9014bde9bca552f | [
"Apache-2.0"
] | 1 | 2020-04-19T18:45:36.000Z | 2020-04-19T18:45:36.000Z | ;
; TBBlue / ZX Spectrum Next project
; Copyright (c) 2010-2018
;
; RTC DATE - Victor Trucco and Tim Gilberts
;
; All rights reserved
;
; Redistribution and use in source and synthezised forms, with or without
; modification, are permitted provided that the following conditions are met:
;
; Redistributions of source co... | 38.725806 | 135 | 0.261255 |
3649051760a670a1aeb28c3b030d3b1f42325f7b | 8,938 | rs | Rust | src/sql/src/query_model/rewrite/rule/simplify_outer_joins.rs | guylapid/materialize | 8629a120a5a628b6ef06f379b48ba723797db944 | [
"MIT"
] | 1 | 2022-03-08T22:57:34.000Z | 2022-03-08T22:57:34.000Z | src/sql/src/query_model/rewrite/rule/simplify_outer_joins.rs | guylapid/materialize | 8629a120a5a628b6ef06f379b48ba723797db944 | [
"MIT"
] | 203 | 2022-01-04T00:16:23.000Z | 2022-03-30T17:34:01.000Z | src/sql/src/query_model/rewrite/rule/simplify_outer_joins.rs | guylapid/materialize | 8629a120a5a628b6ef06f379b48ba723797db944 | [
"MIT"
] | null | null | null | // Copyright Materialize, Inc. and contributors. All rights reserved.
//
// Use of this software is governed by the Business Source License
// included in the LICENSE file.
//
// As of the Change Date specified in that file, in accordance with
// the Business Source License, use of this software will be governed
// by ... | 39.724444 | 117 | 0.585478 |
33050cf010c98c8d6ee47a3c7fc7081460e0df92 | 345 | py | Python | hardware/demo_i2c.py | leeehuang/MaixPy_scripts | 79a5485ec983e67bb8861305a52418b29e0dc205 | [
"MIT"
] | null | null | null | hardware/demo_i2c.py | leeehuang/MaixPy_scripts | 79a5485ec983e67bb8861305a52418b29e0dc205 | [
"MIT"
] | null | null | null | hardware/demo_i2c.py | leeehuang/MaixPy_scripts | 79a5485ec983e67bb8861305a52418b29e0dc205 | [
"MIT"
] | null | null | null | from machine import I2C
# i2c = I2C(I2C.I2C0, freq=100000, scl=28, sda=29) # hardware i2c
i2c = I2C(I2C.I2C3, freq=100000, scl=28, sda=29) # software i2c
devices = i2c.scan()
print(devices)
for device in devices:
i2c.writeto(device, b'123')
i2c.readfrom(device, 3)
# tmp = bytearray(6)
# i2c.readfrom_... | 23 | 65 | 0.672464 |
beadbd0e3ed3682d4d4c623fc41464048368c206 | 542 | kt | Kotlin | examples/viber-example/src/main/kotlin/com/justai/jaicf/examples/viber/JaicpPoller.kt | SerjMarkovich/Bot | bc8e835a5d8bbae06fca53f9748953db63bfa4bd | [
"Apache-2.0"
] | 210 | 2020-03-12T15:31:38.000Z | 2022-03-28T07:58:12.000Z | examples/viber-example/src/main/kotlin/com/justai/jaicf/examples/viber/JaicpPoller.kt | SerjMarkovich/Bot | bc8e835a5d8bbae06fca53f9748953db63bfa4bd | [
"Apache-2.0"
] | 67 | 2020-03-16T11:28:33.000Z | 2022-03-29T13:15:05.000Z | examples/viber-example/src/main/kotlin/com/justai/jaicf/examples/viber/JaicpPoller.kt | SerjMarkovich/Bot | bc8e835a5d8bbae06fca53f9748953db63bfa4bd | [
"Apache-2.0"
] | 42 | 2020-03-15T11:33:32.000Z | 2022-03-18T09:02:31.000Z | package com.justai.jaicf.examples.viber
import com.justai.jaicf.channel.jaicp.JaicpPollingConnector
import com.justai.jaicf.channel.viber.ViberChannel
fun main() {
val accessToken =
System.getenv("JAICP_API_TOKEN")
?: print("Enter your JAICP project API key: ").run { readLine() }
accessTo... | 25.809524 | 77 | 0.616236 |
c8146a632bcfeb4f75c3ccf0855d5e8fd7a826b1 | 1,113 | swift | Swift | Sources/SourceKitter/Types/SourceKitError.swift | chrismwendt/langserver-swift | bebf0d10c51c8c0fa71d557b4fcf90fb92e64615 | [
"Apache-2.0"
] | 182 | 2016-11-02T17:56:57.000Z | 2021-12-13T10:18:45.000Z | Sources/SourceKitter/Types/SourceKitError.swift | chrismwendt/langserver-swift | bebf0d10c51c8c0fa71d557b4fcf90fb92e64615 | [
"Apache-2.0"
] | 40 | 2016-10-30T02:16:27.000Z | 2018-09-14T20:14:42.000Z | Sources/SourceKitter/Types/SourceKitError.swift | chrismwendt/langserver-swift | bebf0d10c51c8c0fa71d557b4fcf90fb92e64615 | [
"Apache-2.0"
] | 24 | 2017-01-18T03:26:49.000Z | 2019-01-03T16:22:34.000Z | //
// SourceKitError.swift
// langserver-swift
//
// Created by Ryan Lovelett on 12/11/16.
//
//
import SourceKit
/// A enum representation of `SOURCEKITD_ERROR_*`
enum SourceKitError : Error, CustomStringConvertible {
case connectionInterrupted(String?)
case invalid(String?)
case failed(String?)
c... | 30.916667 | 96 | 0.706199 |
0f8a7a79fd9b390af37bec7edda6b7a97f2f2cf4 | 11,551 | swift | Swift | SDKSampleApp/Views/TimeLine/VodBasedTimeline.swift | EricssonBroadcastServices/iOSClientSDKSampleApp | 6d8a4809c813187a40c7674c30947da44724916d | [
"Apache-2.0"
] | null | null | null | SDKSampleApp/Views/TimeLine/VodBasedTimeline.swift | EricssonBroadcastServices/iOSClientSDKSampleApp | 6d8a4809c813187a40c7674c30947da44724916d | [
"Apache-2.0"
] | null | null | null | SDKSampleApp/Views/TimeLine/VodBasedTimeline.swift | EricssonBroadcastServices/iOSClientSDKSampleApp | 6d8a4809c813187a40c7674c30947da44724916d | [
"Apache-2.0"
] | null | null | null | //
// VodBasedTimeline.swift
// RefApp
//
// Created by Udaya Sri Senarathne on 2018-11-23.
// Copyright © 2018 amp. All rights reserved.
//
import UIKit
import Exposure
import AVFoundation
class VodBasedTimeline: UIView {
// Main content view which holds the blur view
let contentView: UIView = {
... | 34.583832 | 203 | 0.575275 |
b1446cdb25251930a22ce5bc638d536d3e9fc522 | 196 | css | CSS | public/assets/css/elements/_gallery.css | zeefola/primenest | fe202d29742aa422c9b03466cebd0ad7292a440e | [
"MIT"
] | null | null | null | public/assets/css/elements/_gallery.css | zeefola/primenest | fe202d29742aa422c9b03466cebd0ad7292a440e | [
"MIT"
] | 2 | 2021-02-02T20:58:36.000Z | 2021-10-06T20:13:22.000Z | public/assets/css/elements/_gallery.css | zeefola/primenest | fe202d29742aa422c9b03466cebd0ad7292a440e | [
"MIT"
] | 3 | 2020-07-19T20:24:58.000Z | 2020-07-23T16:11:05.000Z | /*---------------------------------------------
## gallery
---------------------------------------------*/
.gallery-thumb {
margin-bottom: 30px;
border-radius: 10px;
overflow: hidden; }
| 24.5 | 47 | 0.331633 |
2296700ac0006b8fbc6fbb7a949c0d199386bb86 | 283 | html | HTML | src/app/association/components/news-letter/news-letter.component.html | idrice24/SMS-2.0 | 0577864e1ad57b6987e094bd01c0ff1506e4fa67 | [
"MIT"
] | null | null | null | src/app/association/components/news-letter/news-letter.component.html | idrice24/SMS-2.0 | 0577864e1ad57b6987e094bd01c0ff1506e4fa67 | [
"MIT"
] | 7 | 2021-01-20T23:15:51.000Z | 2021-02-12T11:17:00.000Z | src/app/association/components/news-letter/news-letter.component.html | idrice24/SMS-2.0 | 0577864e1ad57b6987e094bd01c0ff1506e4fa67 | [
"MIT"
] | null | null | null | <div class="jumbotron text-center">
<h1>Company</h1>
<p>We specialize in blablabla</p>
<form class="form-inline">
<input type="email" class="form-control" size="50" placeholder="Email Address">
<button type="button" class="btn btn-danger">Subscribe</button>
</form>
</div>
| 31.444444 | 83 | 0.69258 |
fe28291e2bdc75e46163023684a2b587822287ff | 3,031 | asm | Assembly | Assembly Works 3/Task_2_Lab_3.asm | AhmadVakil/Assembly-C_Micro-Controller | 0e48bf9b3aff2b20a6b3df50cdca6c45f50df0a2 | [
"MIT"
] | null | null | null | Assembly Works 3/Task_2_Lab_3.asm | AhmadVakil/Assembly-C_Micro-Controller | 0e48bf9b3aff2b20a6b3df50cdca6c45f50df0a2 | [
"MIT"
] | null | null | null | Assembly Works 3/Task_2_Lab_3.asm | AhmadVakil/Assembly-C_Micro-Controller | 0e48bf9b3aff2b20a6b3df50cdca6c45f50df0a2 | [
"MIT"
] | null | null | null | ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; 1DT301, Computer Technology I
; Date: 2017-10-05
; Author:
; Ahmadreza Vakilalroayayi
;
; Lab number: 3
; Title: Interrupts
;
; Hardware: STK600, CPU ATmega2560
;
; Function: Using interrupts to Switch between ringcounter and johnson counter
;
... | 19.681818 | 86 | 0.645002 |
f02f88202b0d06fdf1e55cf5cf0066fcc5341694 | 3,272 | js | JavaScript | controllers/about.controller.js | LalJoncoux-Aydin/dashboard | 2b4b91c21be59d58d7a0cbb835538dbe52067a53 | [
"MIT"
] | null | null | null | controllers/about.controller.js | LalJoncoux-Aydin/dashboard | 2b4b91c21be59d58d7a0cbb835538dbe52067a53 | [
"MIT"
] | null | null | null | controllers/about.controller.js | LalJoncoux-Aydin/dashboard | 2b4b91c21be59d58d7a0cbb835538dbe52067a53 | [
"MIT"
] | null | null | null | let app = require('../app');
let moment = require('moment');
let os = require("os");
require('dotenv').config();
function about(req, res) {
return ({
client: {
host: req.connection.remoteAddress,
},
server: {
current_time: Math.floor(new Date() / 1000).val... | 35.565217 | 78 | 0.323655 |
39df11294237d0e4cb889fadf944699158869a2a | 1,395 | sql | SQL | pgAdmin4/pgAdmin4/lib/python2.7/site-packages/pgadmin4/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/foreign_key/sql/default/create.sql | Anillab/One-Minute-Pitch | 123f7b2010d3ae0f031066db1bcfe6eda7a41e84 | [
"MIT"
] | 4 | 2019-10-03T21:58:22.000Z | 2021-02-12T13:33:32.000Z | openresty-win32-build/thirdparty/x86/pgsql/pgAdmin 4/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/foreign_key/sql/default/create.sql | nneesshh/openresty-oss | bfbb9d7526020eda1788a0ed24f2be3c8be5c1c3 | [
"MIT"
] | 10 | 2020-06-05T19:42:26.000Z | 2022-03-11T23:38:35.000Z | openresty-win32-build/thirdparty/x86/pgsql/pgAdmin 4/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/foreign_key/sql/default/create.sql | nneesshh/openresty-oss | bfbb9d7526020eda1788a0ed24f2be3c8be5c1c3 | [
"MIT"
] | 1 | 2021-01-13T09:30:29.000Z | 2021-01-13T09:30:29.000Z | ALTER TABLE {{ conn|qtIdent(data.schema, data.table) }}
ADD{% if data.name %} CONSTRAINT {{ conn|qtIdent(data.name) }}{% endif%} FOREIGN KEY ({% for columnobj in data.columns %}{% if loop.index != 1 %}
, {% endif %}{{ conn|qtIdent(columnobj.local_column)}}{% endfor %})
REFERENCES {{ conn|qtIdent(data.remote_sch... | 43.59375 | 149 | 0.633692 |
5770a42f8059dc8343e2f8a157f3b2ec8d9e950c | 4,443 | h | C | gnuradio-3.7.13.4/gr-channels/include/gnuradio/channels/channel_model2.h | v1259397/cosmic-gnuradio | 64c149520ac6a7d44179c3f4a38f38add45dd5dc | [
"BSD-3-Clause"
] | 1 | 2021-03-09T07:32:37.000Z | 2021-03-09T07:32:37.000Z | gnuradio-3.7.13.4/gr-channels/include/gnuradio/channels/channel_model2.h | v1259397/cosmic-gnuradio | 64c149520ac6a7d44179c3f4a38f38add45dd5dc | [
"BSD-3-Clause"
] | null | null | null | gnuradio-3.7.13.4/gr-channels/include/gnuradio/channels/channel_model2.h | v1259397/cosmic-gnuradio | 64c149520ac6a7d44179c3f4a38f38add45dd5dc | [
"BSD-3-Clause"
] | null | null | null | /* -*- c++ -*- */
/*
* Copyright 2009,2012,2013 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio 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 Foundation; either version 3, or (at y... | 41.138889 | 90 | 0.668017 |
2117816f402b5c232ba2d83051890ebf7db54dba | 927 | kt | Kotlin | lib_character_search/src/main/java/com/ezike/tobenna/starwarssearch/lib_character_search/domain/usecase/base/FlowUseCase.kt | Ezike/StarWarsSearch-MVI | 5d70fdcda745f620b71383407ec5a5ce5b9c4e8d | [
"Apache-2.0"
] | 88 | 2021-04-24T09:58:21.000Z | 2022-03-25T09:26:31.000Z | lib_character_search/src/main/java/com/ezike/tobenna/starwarssearch/lib_character_search/domain/usecase/base/FlowUseCase.kt | Ezike/MVI_UIComponents | bf45b3470d893e378a40c1fd3ab87a12e3e4e3aa | [
"Apache-2.0"
] | 1 | 2020-09-26T13:11:43.000Z | 2020-09-26T18:59:28.000Z | lib_character_search/src/main/java/com/ezike/tobenna/starwarssearch/lib_character_search/domain/usecase/base/FlowUseCase.kt | Ezike/StarWarsSearch-MVI | 5d70fdcda745f620b71383407ec5a5ce5b9c4e8d | [
"Apache-2.0"
] | 15 | 2021-05-13T10:55:50.000Z | 2022-02-24T05:31:21.000Z | package com.ezike.tobenna.starwarssearch.lib_character_search.domain.usecase.base
import kotlinx.coroutines.CoroutineDispatcher
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.flowOn
/**
* A use case in Clean Architecture represents an execution unit of asynchronous work.
* A [FlowUseCase] expose... | 33.107143 | 93 | 0.735707 |
11dc2ef414043dd46aaa9b0516c13e76b5689384 | 19,289 | html | HTML | index.html | davidfetter/pgconf_nyc_do_it_in_sql_pgbouncer_wrapper_20211203 | d33d6be49f2707e037c906bbaa76af95a0ad02db | [
"MIT"
] | null | null | null | index.html | davidfetter/pgconf_nyc_do_it_in_sql_pgbouncer_wrapper_20211203 | d33d6be49f2707e037c906bbaa76af95a0ad02db | [
"MIT"
] | null | null | null | index.html | davidfetter/pgconf_nyc_do_it_in_sql_pgbouncer_wrapper_20211203 | d33d6be49f2707e037c906bbaa76af95a0ad02db | [
"MIT"
] | null | null | null | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta property="og:title" content="Do It In SQL: pgbouncer_wrapper" />
<meta property="og:description" content="" />
<meta name="a... | 64.511706 | 290 | 0.515786 |
cb0d65de43dc5fda48933e792693e7eafb81e93d | 409 | h | C | include/util/FrameBuffer.h | hvidal/GameEngine3D | 1794ad891d2200260be935283645a03af3ebcfcc | [
"MIT"
] | 6 | 2020-07-03T21:14:56.000Z | 2021-11-11T09:37:40.000Z | include/util/FrameBuffer.h | hvidal/GameEngine3D | 1794ad891d2200260be935283645a03af3ebcfcc | [
"MIT"
] | null | null | null | include/util/FrameBuffer.h | hvidal/GameEngine3D | 1794ad891d2200260be935283645a03af3ebcfcc | [
"MIT"
] | 2 | 2020-08-15T22:37:21.000Z | 2021-01-17T11:31:27.000Z | #ifndef FRAMEBUFFER_H_
#define FRAMEBUFFER_H_
#include "../app/Interfaces.h"
class FrameBuffer
{
GLuint mFboId;
public:
FrameBuffer();
virtual ~FrameBuffer();
void check() const;
void startColor(const ITexture* texture) const;
void startDepth(const ITexture* texture) const;
void startColorAndDepth(const ITe... | 17.782609 | 91 | 0.760391 |
f1db7f71d147324b80a8118d0e576e952222912a | 312 | rb | Ruby | criando_cenarios/tests/features/support/hooks.rb | dotajhowsqa/teste_automacao | bf433120e7bb6a7e4ba0861b0706ee9ea9b076e9 | [
"MIT"
] | null | null | null | criando_cenarios/tests/features/support/hooks.rb | dotajhowsqa/teste_automacao | bf433120e7bb6a7e4ba0861b0706ee9ea9b076e9 | [
"MIT"
] | null | null | null | criando_cenarios/tests/features/support/hooks.rb | dotajhowsqa/teste_automacao | bf433120e7bb6a7e4ba0861b0706ee9ea9b076e9 | [
"MIT"
] | null | null | null | Before do
puts 'estou sendo executado antes de cada cenario'
@soma = 5 + 5
end
After do
puts 'estou sendo executado depois de cada cenario'
end
Before '@comeco' do
puts 'rodei apenas nesse cenario com tag comeco'
end
After '@final' do
puts 'rodei apenas nesse cenario com tag final'
end | 16.421053 | 55 | 0.701923 |
cf93b5ca0bc939c32b7c55e98a349d930377e575 | 1,186 | css | CSS | public/css/main.css | Sacrlet339/LDA | d215b16b9c564cd8348fc5de5b429c023376c969 | [
"MIT"
] | null | null | null | public/css/main.css | Sacrlet339/LDA | d215b16b9c564cd8348fc5de5b429c023376c969 | [
"MIT"
] | null | null | null | public/css/main.css | Sacrlet339/LDA | d215b16b9c564cd8348fc5de5b429c023376c969 | [
"MIT"
] | null | null | null | .full-width{
width:100%;
}
.full-height{
height:100%;
}
#main{
position: fixed;
height: calc(100vh - 3rem);
z-index: 1;
margin-top: 3rem;
}
#SidebarContainer{
width: 280px;
height:100%;
}
.mainContent{
/* border: 1px solid red; */
margin-left: 280px;
width: calc(100% - 280px)... | 17.188406 | 42 | 0.580101 |
6b993c4534ab89a307f969ada7a73fc42e7b5594 | 170 | c | C | tests/delete/declaration/PB/test.c | rshariffdeen/crochet | 5a88e02e6f1ebb89f708093e2cb77c625b09d85f | [
"MIT"
] | 14 | 2021-05-17T05:05:07.000Z | 2022-02-24T01:22:25.000Z | tests/delete/declaration/PB/test.c | rshariffdeen/crochet | 5a88e02e6f1ebb89f708093e2cb77c625b09d85f | [
"MIT"
] | 2 | 2021-05-15T08:50:14.000Z | 2021-06-04T02:30:22.000Z | tests/delete/declaration/PB/test.c | rshariffdeen/crochet | 5a88e02e6f1ebb89f708093e2cb77c625b09d85f | [
"MIT"
] | 3 | 2021-07-27T12:58:05.000Z | 2022-03-30T10:13:34.000Z | #include <stdio.h>
int main(void)
{
int a;
float number;
scanf("%d", &a);
int fib_number = 8;
printf("fib number is %d", fib_number);
return 0;
}
| 11.333333 | 41 | 0.558824 |
cb1543354411a240121f86620fb3d144ae21113d | 448 | sql | SQL | resources/scenarios/scenario_1_0_5_6_100_300_2_0_2_2/schema_0_spicy_target.sql | MLacra/Synthegrate | b7ddec1c01964576c84b7f943253d2b922c00b39 | [
"Apache-2.0"
] | null | null | null | resources/scenarios/scenario_1_0_5_6_100_300_2_0_2_2/schema_0_spicy_target.sql | MLacra/Synthegrate | b7ddec1c01964576c84b7f943253d2b922c00b39 | [
"Apache-2.0"
] | null | null | null | resources/scenarios/scenario_1_0_5_6_100_300_2_0_2_2/schema_0_spicy_target.sql | MLacra/Synthegrate | b7ddec1c01964576c84b7f943253d2b922c00b39 | [
"Apache-2.0"
] | null | null | null | CREATE SCHEMA IF NOT EXISTS public;
DROP TABLE IF EXISTS public.relation_0 CASCADE ;
CREATE TABLE public.relation_0 (
attribute_0 text, -- target attribute = relation_0.attribute_0
attribute_1 text PRIMARY KEY, -- target attribute = relation_0.attribute_1
attribute_2 text, -- target attribute = relation_0.attribute_2
... | 40.727273 | 74 | 0.805804 |
e66bbf417e81e0c8e121bdb4c8d79afc538a07c8 | 2,897 | swift | Swift | Example/BeautyEditor/ViewController.swift | mettmoon/BeautyEditor | 5ab7023ae62081ca09ad05d58bd4412dbbddb33c | [
"MIT"
] | 2 | 2019-04-21T04:57:46.000Z | 2020-01-28T20:43:35.000Z | Example/BeautyEditor/ViewController.swift | mettmoon/BeautyEditor | 5ab7023ae62081ca09ad05d58bd4412dbbddb33c | [
"MIT"
] | null | null | null | Example/BeautyEditor/ViewController.swift | mettmoon/BeautyEditor | 5ab7023ae62081ca09ad05d58bd4412dbbddb33c | [
"MIT"
] | null | null | null | //
// ViewController.swift
// BeautyEditor
//
// Created by Peter on 04/02/2019.
// Copyright (c) 2019 Peter. All rights reserved.
//
import UIKit
import BeautyEditor
class ViewController: UIViewController {
@IBOutlet weak var getImageButton: UIButton!
@IBOutlet weak var editRectButton: UIButton!
va... | 32.550562 | 144 | 0.639282 |
22dfb3f4427069ade182f35f62367df6f9cd93f6 | 2,766 | h | C | include/share.h | SparkiDev/share | 014e0492d750e01802ffee8a261de72168ffb040 | [
"MIT"
] | null | null | null | include/share.h | SparkiDev/share | 014e0492d750e01802ffee8a261de72168ffb040 | [
"MIT"
] | null | null | null | include/share.h | SparkiDev/share | 014e0492d750e01802ffee8a261de72168ffb040 | [
"MIT"
] | null | null | null | /*
* Copyright (c) 2016 Sean Parkinson (sparkinson@iprimus.com.au)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to u... | 35.461538 | 80 | 0.718366 |
5ff0196c0f167dd8a72c9443b0353e926123ed83 | 2,420 | h | C | kernel/2.6.32/arch/arm/mach-pnx4008/include/mach/timex.h | haizhenhan/Kepler | d15293a7ef69f44b1fe61d5cdeceb0bd73f0d315 | [
"BSD-3-Clause"
] | 55 | 2015-01-20T00:09:45.000Z | 2021-08-19T05:40:27.000Z | linux/linux-2.6.32/arch/arm/mach-pnx4008/include/mach/timex.h | jwegan/TCP-RST-Guard | 8734350ef09b0cd79e72797ffa009d75441886bb | [
"MIT"
] | 1 | 2017-04-22T18:17:57.000Z | 2017-09-15T11:28:26.000Z | linux/linux-2.6.32/arch/arm/mach-pnx4008/include/mach/timex.h | jwegan/TCP-RST-Guard | 8734350ef09b0cd79e72797ffa009d75441886bb | [
"MIT"
] | 36 | 2015-02-13T00:58:22.000Z | 2021-08-19T08:08:07.000Z | /*
* arch/arm/mach-pnx4008/include/mach/timex.h
*
* PNX4008 timers header file
*
* Author: Dmitry Chigirev <source@mvista.com>
*
* 2005 (c) MontaVista Software, Inc. This file is licensed under
* the terms of the GNU General Public License version 2. This program
* is licensed "as is" without any warranty of a... | 32.702703 | 72 | 0.731405 |
fe6575b1482382fa27221115abb6a9a372ef338f | 258 | sql | SQL | babyte/babyte.sql | yobuntu/babyte | cbc1e1c750f98e264fa4e8c56ff1284995b7977e | [
"MIT"
] | null | null | null | babyte/babyte.sql | yobuntu/babyte | cbc1e1c750f98e264fa4e8c56ff1284995b7977e | [
"MIT"
] | 12 | 2017-02-10T14:39:52.000Z | 2017-06-26T10:01:27.000Z | babyte/babyte.sql | yobuntu/babyte | cbc1e1c750f98e264fa4e8c56ff1284995b7977e | [
"MIT"
] | 1 | 2019-06-17T09:50:25.000Z | 2019-06-17T09:50:25.000Z | drop table if exists match;
create table match (
id integer primary key autoincrement,
team1_player1 text not null,
team1_player2 text,
team2_player1 text not null,
team2_player2 text,
score_team1 integer,
score_team2 integer
);
| 21.5 | 41 | 0.728682 |
ec7d413a1c55ee5ff654e6f24d62bd09848c1361 | 5,034 | lua | Lua | server/Classes/World/cPrestige.lua | Noneatme/iLife-SA | f5397e29083201e2c1b23321be51001ac6aa9002 | [
"MIT"
] | 12 | 2015-06-21T21:14:01.000Z | 2021-03-09T10:26:25.000Z | server/Classes/World/cPrestige.lua | Noneatme/iLife-SA | f5397e29083201e2c1b23321be51001ac6aa9002 | [
"MIT"
] | 2 | 2017-05-18T19:41:50.000Z | 2017-08-20T15:13:56.000Z | server/Classes/World/cPrestige.lua | Noneatme/iLife-SA | f5397e29083201e2c1b23321be51001ac6aa9002 | [
"MIT"
] | 7 | 2015-06-21T22:30:40.000Z | 2019-09-22T09:43:07.000Z | --[[
/////// //////////////////
/////// PROJECT: MTA iLife - German Fun Reallife Gamemode
/////// VERSION: 1.7.2
/////// DEVELOPERS: See DEVELOPERS.md in the top folder
/////// LICENSE: See LICENSE.md in the top folder
/////// /////////////////
]]
-- #######################################
-- ## Project: MTA i... | 27.064516 | 122 | 0.569925 |
b24616af49d5b3c3ce8dcc3717d839db0cb22483 | 845 | sql | SQL | test/JDBC/input/BABEL-1631.sql | faizol/babelfish_extensions | 3dab47c2a27a784906426c9401fc99c9519906d1 | [
"PostgreSQL",
"Apache-2.0",
"BSD-3-Clause"
] | 115 | 2021-10-29T18:17:24.000Z | 2022-03-28T01:05:20.000Z | test/JDBC/input/BABEL-1631.sql | faizol/babelfish_extensions | 3dab47c2a27a784906426c9401fc99c9519906d1 | [
"PostgreSQL",
"Apache-2.0",
"BSD-3-Clause"
] | 81 | 2021-10-29T19:22:51.000Z | 2022-03-31T19:31:12.000Z | test/JDBC/input/BABEL-1631.sql | faizol/babelfish_extensions | 3dab47c2a27a784906426c9401fc99c9519906d1 | [
"PostgreSQL",
"Apache-2.0",
"BSD-3-Clause"
] | 53 | 2021-10-30T01:26:50.000Z | 2022-03-22T00:12:47.000Z | -- Check if exact input typmod is retrieved on TDS side for char/nchar datatypes
-- when engine provided typmod = -1
DROP FUNCTION IF EXISTS custom_f3;
go
CREATE FUNCTION custom_f3(@one CHAR(10)) RETURNS CHAR(6) AS BEGIN RETURN @one; END;
go
SELECT custom_f3('abcdef');
go
DROP FUNCTION IF EXISTS custom_f4;
go
CREATE ... | 22.837838 | 85 | 0.772781 |
210a28233e7fb400b1dd5267d7afa19fd854bc9b | 650 | kts | Kotlin | .teamcity/patches/vcsRoots/HttpsGithubComBelicekmGithubExperimentsGit.kts | belicekm/github-experiments | dc33a52a95d00f5f545c2aa062bf900c57aec82a | [
"MIT"
] | null | null | null | .teamcity/patches/vcsRoots/HttpsGithubComBelicekmGithubExperimentsGit.kts | belicekm/github-experiments | dc33a52a95d00f5f545c2aa062bf900c57aec82a | [
"MIT"
] | 1 | 2018-10-22T06:31:19.000Z | 2018-10-22T06:31:37.000Z | .teamcity/patches/vcsRoots/HttpsGithubComBelicekmGithubExperimentsGit.kts | belicekm/github-experiments | dc33a52a95d00f5f545c2aa062bf900c57aec82a | [
"MIT"
] | null | null | null | package patches.vcsRoots
import jetbrains.buildServer.configs.kotlin.v2018_1.*
import jetbrains.buildServer.configs.kotlin.v2018_1.ui.*
import jetbrains.buildServer.configs.kotlin.v2018_1.vcs.GitVcsRoot
/*
This patch script was generated by TeamCity on settings change in UI.
To apply the patch, create a vcsRoot with ... | 36.111111 | 91 | 0.796923 |
0a3fad4525a8f524007a11027ecbfe8f8bf1913c | 1,426 | h | C | src/Vertex/VtxBaseTool.h | fermi-lat/TkrRecon | 9174a0ab1310038d3956ab4dcc26e06b8a845daf | [
"BSD-3-Clause"
] | null | null | null | src/Vertex/VtxBaseTool.h | fermi-lat/TkrRecon | 9174a0ab1310038d3956ab4dcc26e06b8a845daf | [
"BSD-3-Clause"
] | null | null | null | src/Vertex/VtxBaseTool.h | fermi-lat/TkrRecon | 9174a0ab1310038d3956ab4dcc26e06b8a845daf | [
"BSD-3-Clause"
] | null | null | null | #ifndef VTXBASETOOL_H
#define VTXBASETOOL_H
#include "IVtxBaseTool.h"
#include "GaudiKernel/AlgTool.h"
#include "GaudiKernel/IDataProviderSvc.h"
/**
* @class VtxBaseTool
* @brief Base class for the concrete vertexing tools.
* @author Johann Cohen-Tanugi
* $Header: /nfs/slac/g/glast/ground/cvs/TkrRecon/src/Vertex/... | 31 | 113 | 0.735624 |
e189ee056a82f100dedf408106643714d5e28cc4 | 1,803 | sql | SQL | sql/POPIS/POPIS_STAVKA.sql | ivancekic/sql-data-analysis | 8be412c18eab7791b45a34d04b0632992263669b | [
"MIT"
] | null | null | null | sql/POPIS/POPIS_STAVKA.sql | ivancekic/sql-data-analysis | 8be412c18eab7791b45a34d04b0632992263669b | [
"MIT"
] | null | null | null | sql/POPIS/POPIS_STAVKA.sql | ivancekic/sql-data-analysis | 8be412c18eab7791b45a34d04b0632992263669b | [
"MIT"
] | null | null | null | Select
sp.rowid,
P.POPISNA_LISTA, p.org_deo, p.datum, p.DATUM_UNOSA, p.status
-- , count(*) uk_stavki
, sp.STAVKA, sp.proizvod, sp.lot_serija, sp.po_knjigama, sp.PO_popisu,sp.KONTROLNA_KNJIGE,sp.KONTROLNA_POPIS
, pr.tip_proizvoda pro_tip
-- , Case when tp.cena = 1 Then
---- PPros... | 45.075 | 154 | 0.614531 |
bb186a948911cfd078eadfafd72e8f842fc1c8f4 | 586 | html | HTML | app/src/components/general-dialog/general-dialog.component.html | MSec-H2020/M-Sec_Companion_DataBase | e259938bb6ae81a842ff952fb3f8fd8764032948 | [
"MIT"
] | null | null | null | app/src/components/general-dialog/general-dialog.component.html | MSec-H2020/M-Sec_Companion_DataBase | e259938bb6ae81a842ff952fb3f8fd8764032948 | [
"MIT"
] | 6 | 2019-11-05T12:00:18.000Z | 2022-03-02T06:06:06.000Z | app/src/components/general-dialog/general-dialog.component.html | MSec-H2020/M-Sec_Companion_DataBase | e259938bb6ae81a842ff952fb3f8fd8764032948 | [
"MIT"
] | null | null | null | <div class='dialog' fxFlex fxLayout='column' fxLayoutAlign='space-between center'>
<div class='dialog-title' mat-dialog-title>{{ data.title }}</div>
<div class='dialog-description' mat-dialog-content>{{ data.description }}</div>
<div class='dialog-actions' mat-dialog-actions fxLayout='row' fxLayoutAlign='ce... | 73.25 | 128 | 0.701365 |
9e6cd869a958384d459b7438fda484dcb059f526 | 170 | rs | Rust | ratoon/programs/ratoon/src/states/merchant_vault.rs | joshblatt/ratoon-contracts | 7937d121d1514ef60d23351ed0748e135c8a4207 | [
"MIT"
] | null | null | null | ratoon/programs/ratoon/src/states/merchant_vault.rs | joshblatt/ratoon-contracts | 7937d121d1514ef60d23351ed0748e135c8a4207 | [
"MIT"
] | null | null | null | ratoon/programs/ratoon/src/states/merchant_vault.rs | joshblatt/ratoon-contracts | 7937d121d1514ef60d23351ed0748e135c8a4207 | [
"MIT"
] | null | null | null | // libraries
use anchor_lang::prelude::*;
#[account]
#[derive(Default)]
pub struct MerchantVault {
pub owner: Pubkey,
pub mint: Pubkey,
pub collateral: u64
} | 17 | 28 | 0.676471 |
1af9064bce66776762438778c530763bd1598ccd | 905 | swift | Swift | Flat/Extensions/Rx/Observable+Extension.swift | vince-hz/flat-ios | 19c6befa3204bae8bbd7e1964b0126c2c1b2b691 | [
"MIT"
] | 14 | 2020-11-26T11:26:46.000Z | 2021-12-23T02:47:31.000Z | Flat/Extensions/Rx/Observable+Extension.swift | vince-hz/flat-ios | 19c6befa3204bae8bbd7e1964b0126c2c1b2b691 | [
"MIT"
] | null | null | null | Flat/Extensions/Rx/Observable+Extension.swift | vince-hz/flat-ios | 19c6befa3204bae8bbd7e1964b0126c2c1b2b691 | [
"MIT"
] | 12 | 2021-10-12T07:13:02.000Z | 2022-03-23T06:17:57.000Z | //
// Observable+Extension.swift
// Flat
//
// Created by xuyunshi on 2021/11/18.
// Copyright © 2021 agora.io. All rights reserved.
//
import Foundation
import RxSwift
import RxCocoa
extension ObservableType {
func mapToVoid() -> Observable<Void> {
map { _ -> Void in return () }
}
func a... | 21.547619 | 63 | 0.618785 |
f023dd97d1d559d5d0d17b6855fef5c568625d43 | 236 | py | Python | loadenv.py | Natsu-dev/otenki | d962d44737a68a4751fd58051a670be4ecf852ce | [
"MIT"
] | null | null | null | loadenv.py | Natsu-dev/otenki | d962d44737a68a4751fd58051a670be4ecf852ce | [
"MIT"
] | null | null | null | loadenv.py | Natsu-dev/otenki | d962d44737a68a4751fd58051a670be4ecf852ce | [
"MIT"
] | null | null | null | import os
from os.path import join, dirname
from dotenv import load_dotenv
load_dotenv(verbose=True)
dotenv_path = join(dirname(__file__), '.env')
load_dotenv(verbose=True, dotenv_path=dotenv_path)
TOKEN = os.getenv('DISCORD_TOKEN')
| 21.454545 | 50 | 0.792373 |
85b9e1b51694319a96bd50eea128331d2472ba54 | 3,403 | js | JavaScript | node_modules/twilio-notifications/lib/registrar.connector.js | naiger/Fishlinked | ec27cb4f03f63ce2fa291a4b9d613fbd66c9f527 | [
"Apache-2.0"
] | null | null | null | node_modules/twilio-notifications/lib/registrar.connector.js | naiger/Fishlinked | ec27cb4f03f63ce2fa291a4b9d613fbd66c9f527 | [
"Apache-2.0"
] | 2 | 2021-10-06T16:49:09.000Z | 2022-02-27T04:31:33.000Z | node_modules/twilio-notifications/lib/registrar.connector.js | naiger/Fishlinked | ec27cb4f03f63ce2fa291a4b9d613fbd66c9f527 | [
"Apache-2.0"
] | null | null | null | "use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const operation_retrier_1 = require("operation-retrier");
const logger_1 = require("./logger");
const connector_1 = require("./connector");
exports.Connector = connector_1.Connector;
let retrierConfig = {
min: 2000,
max: 120000,
ra... | 36.98913 | 109 | 0.616809 |
c6c96e980feed5fad43c3153527b6e1c2abf5074 | 767 | asm | Assembly | oeis/243/A243947.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/243/A243947.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/243/A243947.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A243947: Expansion of g.f. sqrt( (1+x - sqrt(1-18*x+x^2)) / (10*x*(1-18*x+x^2)) ).
; Submitted by Jamie Morken(w2)
; 1,11,155,2365,37555,610897,10098997,168894355,2849270515,48395044705,826479148001,14177519463191,244109912494525,4216385987238575,73024851218517275,1267712063327871245,22052786911315216595,384321597582... | 33.347826 | 467 | 0.77575 |
d667a33d269609ef8ea3e1fba368e24dbcb6a11a | 6,410 | swift | Swift | DataOperationKit/Sources/Operations/NetworkDataRetrievalOperation.swift | Mykhailo-Vorontsov-owo/DataOperationKit | 2729bc130e6f6585081d3840ddf236e1745d43ab | [
"MIT"
] | null | null | null | DataOperationKit/Sources/Operations/NetworkDataRetrievalOperation.swift | Mykhailo-Vorontsov-owo/DataOperationKit | 2729bc130e6f6585081d3840ddf236e1745d43ab | [
"MIT"
] | null | null | null | DataOperationKit/Sources/Operations/NetworkDataRetrievalOperation.swift | Mykhailo-Vorontsov-owo/DataOperationKit | 2729bc130e6f6585081d3840ddf236e1745d43ab | [
"MIT"
] | null | null | null | //
// NetworkDataRetrievalOperation.swift
// DataOperationKit
//
// Created by Mykhailo Vorontsov on 29/03/2016.
// Copyright © 2016 Mykhailo Vorontsov. All rights reserved.
//
import Foundation
private let Consts = (
networkTimeout : 60.0,
allowedCharacters : (
generalDelimitersToEncode : ":#[]@", // doe... | 33.212435 | 133 | 0.684399 |
c6adcd3c914e7f1530494633580d41dbf5807daa | 1,387 | kt | Kotlin | library/src/main/kotlin/com/daniloaraujosilva/mathemagika/library/common/mathematica/functions/NotebookPrint.kt | Danilo-Araujo-Silva/mathemagika | 4fcf68af14f55b8634132d34f61dae8bb2ee2942 | [
"Apache-2.0"
] | 2 | 2021-02-19T15:55:33.000Z | 2021-04-11T01:09:41.000Z | library/src/main/kotlin/com/daniloaraujosilva/mathemagika/library/common/mathematica/functions/NotebookPrint.kt | Danilo-Araujo-Silva/mathemagika | 4fcf68af14f55b8634132d34f61dae8bb2ee2942 | [
"Apache-2.0"
] | null | null | null | library/src/main/kotlin/com/daniloaraujosilva/mathemagika/library/common/mathematica/functions/NotebookPrint.kt | Danilo-Araujo-Silva/mathemagika | 4fcf68af14f55b8634132d34f61dae8bb2ee2942 | [
"Apache-2.0"
] | null | null | null | package com.daniloaraujosilva.mathemagika.library.common.mathematica.functions
import com.daniloaraujosilva.mathemagika.library.common.mathematica.MathematicaFunction
/**
*````
*
* Name: NotebookPrint
*
* Full name: System`NotebookPrint
*
* NotebookPrint[expr] sends a noteb... | 33.02381 | 158 | 0.658255 |
168f3f1f49bbbfaeffc024f76f287e077aac3f0d | 529 | tsx | TypeScript | docs/fixtures/Expandable.tsx | cafenono/react-spring-bottom-sheet | 99295810c6b5637281b68eeab1d9251259726b65 | [
"MIT"
] | 363 | 2020-12-05T15:53:42.000Z | 2022-03-31T12:41:51.000Z | docs/fixtures/Expandable.tsx | cafenono/react-spring-bottom-sheet | 99295810c6b5637281b68eeab1d9251259726b65 | [
"MIT"
] | 139 | 2020-12-04T21:28:45.000Z | 2022-03-30T13:50:15.000Z | docs/fixtures/Expandable.tsx | cafenono/react-spring-bottom-sheet | 99295810c6b5637281b68eeab1d9251259726b65 | [
"MIT"
] | 41 | 2020-12-05T02:07:59.000Z | 2022-03-31T07:51:10.000Z | export default function Expandable({
children,
summary = 'Tap to expand',
}: {
children: React.ReactNode
summary?: React.ReactNode
}) {
return (
<details className=" text-xl px-7 py-3 rounded-2xl transition-colors duration-150 focus-within:duration-0 bg-gray-100 text-gray-900 focus:outline-none focus-with... | 33.0625 | 268 | 0.716446 |
5983d8e27c39a4a87483b8fa924c7c53d8c0a51a | 1,983 | sql | SQL | camdecmpswks/views/vw_evem_emissions.sql | US-EPA-CAMD/easey-db-scripts | 5d62f33eba7cf42e7a09fd303d4bc044b3b44238 | [
"MIT"
] | null | null | null | camdecmpswks/views/vw_evem_emissions.sql | US-EPA-CAMD/easey-db-scripts | 5d62f33eba7cf42e7a09fd303d4bc044b3b44238 | [
"MIT"
] | null | null | null | camdecmpswks/views/vw_evem_emissions.sql | US-EPA-CAMD/easey-db-scripts | 5d62f33eba7cf42e7a09fd303d4bc044b3b44238 | [
"MIT"
] | null | null | null | -- View: camdecmpswks.vw_evem_emissions
-- DROP VIEW camdecmpswks.vw_evem_emissions;
CREATE OR REPLACE VIEW camdecmpswks.vw_evem_emissions
AS
SELECT ee.mon_plan_id,
ee.rpt_period_id,
rp.calendar_year,
rp.quarter,
CASE
WHEN ee.updated_status_flg IS NULL THEN 'Y'::character varying
... | 43.108696 | 143 | 0.718608 |
6b3211969ac40cf9257ea62a9bb49c83b0d1e7f6 | 741 | rs | Rust | src/renderer/vulkano/shaders/simple.rs | 3c1u/nkts | 343007346ae9a1a6a84decf650c6326b91e10911 | [
"Apache-2.0",
"MIT"
] | 18 | 2020-05-08T13:35:59.000Z | 2022-02-22T17:58:37.000Z | src/renderer/vulkano/shaders/simple.rs | 3c1u/nkts | 343007346ae9a1a6a84decf650c6326b91e10911 | [
"Apache-2.0",
"MIT"
] | 38 | 2020-05-10T06:35:22.000Z | 2022-03-02T18:02:37.000Z | src/renderer/vulkano/shaders/simple.rs | 3c1u/nkts | 343007346ae9a1a6a84decf650c6326b91e10911 | [
"Apache-2.0",
"MIT"
] | null | null | null | pub mod vs {
vulkano_shaders::shader! {
ty: "vertex",
src: "
#version 450
layout(location = 0) in vec2 position;
layout(location = 0) out vec2 tex_coords;
void main() {
gl_Position = vec4(position * 2.0 - vec2(1.0, 1.0), 0.0, 1.0);
t... | 21.171429 | 74 | 0.483131 |
b3cdd8e3418ea8c40c3d8840bd745fdd93ff2c23 | 52 | sql | SQL | C# DB Fundamentals/Databases Basics - MS SQL Server/Basic CRUD - Exercise/05. Find Full Name of Each Employee.sql | DanielBankov/SoftUni | 378b55e249cdaa9570b101238c289cf0102ba946 | [
"MIT"
] | null | null | null | C# DB Fundamentals/Databases Basics - MS SQL Server/Basic CRUD - Exercise/05. Find Full Name of Each Employee.sql | DanielBankov/SoftUni | 378b55e249cdaa9570b101238c289cf0102ba946 | [
"MIT"
] | null | null | null | C# DB Fundamentals/Databases Basics - MS SQL Server/Basic CRUD - Exercise/05. Find Full Name of Each Employee.sql | DanielBankov/SoftUni | 378b55e249cdaa9570b101238c289cf0102ba946 | [
"MIT"
] | null | null | null | SELECT FirstName,MiddleName, LastName FROM Employees | 52 | 52 | 0.884615 |
d81f9fe657b34f1d917cb33ad95d51053376bdac | 3,275 | kt | Kotlin | things/src/main/java/net/bonysoft/doityourselfie/PicturesUploadWorker.kt | danybony/do-it-yourselfie | 75f172b282d5df41325f06f9ff034f97be773ed1 | [
"Apache-2.0"
] | 4 | 2018-10-06T12:44:04.000Z | 2019-05-01T21:40:41.000Z | things/src/main/java/net/bonysoft/doityourselfie/PicturesUploadWorker.kt | danybony/do-it-yourselfie | 75f172b282d5df41325f06f9ff034f97be773ed1 | [
"Apache-2.0"
] | 2 | 2018-10-06T06:41:16.000Z | 2018-10-06T06:44:03.000Z | things/src/main/java/net/bonysoft/doityourselfie/PicturesUploadWorker.kt | danybony/do-it-yourselfie | 75f172b282d5df41325f06f9ff034f97be773ed1 | [
"Apache-2.0"
] | null | null | null | package net.bonysoft.doityourselfie
import android.app.Application
import android.arch.persistence.room.Room
import android.graphics.BitmapFactory
import androidx.work.Data
import androidx.work.Worker
import com.orhanobut.hawk.Hawk
import kotlinx.coroutines.experimental.runBlocking
import net.bonysoft.doityourselfie.M... | 36.797753 | 121 | 0.589618 |
744aaa61f9dda76ae20c4d0469909d22f92f1f1e | 2,465 | asm | Assembly | source/command/set1.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | source/command/set1.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | source/command/set1.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | ; ********************************************************************************************
; ********************************************************************************************
;
; Name : set1.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Jan 2021
; Authors : Fred Bowen
;
; ****... | 37.923077 | 100 | 0.290467 |
fe042223df5f55d942d344bc693d41d50eb17f99 | 1,515 | h | C | core/layers/dataFormatReshape.h | adajed/DeepLearningCPP | 2fa4d57b75c145e918a8906b7404284628baa116 | [
"MIT"
] | 10 | 2019-03-04T09:37:19.000Z | 2021-12-08T03:09:44.000Z | core/layers/dataFormatReshape.h | adajed/DeepLearningCPP | 2fa4d57b75c145e918a8906b7404284628baa116 | [
"MIT"
] | null | null | null | core/layers/dataFormatReshape.h | adajed/DeepLearningCPP | 2fa4d57b75c145e918a8906b7404284628baa116 | [
"MIT"
] | 1 | 2021-12-08T03:09:44.000Z | 2021-12-08T03:09:44.000Z | #ifndef GRAPHDL_CORE_LAYERS_DATA_FORMAT_RESHAPE_H_
#define GRAPHDL_CORE_LAYERS_DATA_FORMAT_RESHAPE_H_
#include "differentiableLayer.h"
namespace graphdl
{
namespace core
{
namespace layers
{
class Nhwc2NchwLayer : public DifferentiableLayer
{
public:
Nhwc2NchwLayer(ID id, const Tensor::SPtr& tensor);
Tenso... | 24.435484 | 73 | 0.723432 |
0a1e27019263086d5ce27d1fe55a2a4d99c21b29 | 285 | h | C | tools/dumper/source/gpu_dumper.h | Ryan2511/orbital | 673e1a3c37fe17255ef652196c735baacb61e5fc | [
"MIT"
] | 3,486 | 2017-11-24T00:29:52.000Z | 2022-03-31T22:20:41.000Z | tools/dumper/source/gpu_dumper.h | Ryan2511/orbital | 673e1a3c37fe17255ef652196c735baacb61e5fc | [
"MIT"
] | 64 | 2018-02-08T19:29:54.000Z | 2022-01-10T09:06:58.000Z | tools/dumper/source/gpu_dumper.h | Ryan2511/orbital | 673e1a3c37fe17255ef652196c735baacb61e5fc | [
"MIT"
] | 301 | 2017-11-23T22:47:18.000Z | 2022-03-28T16:41:28.000Z | /**
* (c) 2017-2019 Alexandro Sanchez Bach.
* Released under MIT license. Read LICENSE for more details.
*
* Based in previous tools and research by: fail0verflow, flatz.
*/
#ifndef GPU_DUMPER_H
#define GPU_DUMPER_H
/* functions */
int gpu_dump_ih();
#endif /* GPU_DUMPER_H */
| 19 | 64 | 0.712281 |
7b26710688a73d34a08d46e3cab0cc2901a297de | 435 | rb | Ruby | Formula/echo-nginx-module.rb | dhruvit-r/homebrew-nginx | f10891fe3bd35c28fb9dbd4dc7ca828a4a892dc6 | [
"BSD-2-Clause"
] | null | null | null | Formula/echo-nginx-module.rb | dhruvit-r/homebrew-nginx | f10891fe3bd35c28fb9dbd4dc7ca828a4a892dc6 | [
"BSD-2-Clause"
] | null | null | null | Formula/echo-nginx-module.rb | dhruvit-r/homebrew-nginx | f10891fe3bd35c28fb9dbd4dc7ca828a4a892dc6 | [
"BSD-2-Clause"
] | null | null | null | class EchoNginxModule < Formula
desc "Brings echo/sleep/time/exec and more shell-style"
homepage "https://github.com/openresty/echo-nginx-module"
url "https://github.com/openresty/echo-nginx-module/archive/v0.62.tar.gz"
sha256 "86f6866baf7297d85feb42ff6d9c212d1de696f3314a53d3a41a4b533a67ab01"
head "https://gi... | 36.25 | 77 | 0.770115 |
61b90ef40119ecc1d76942d6756665922fd38ce1 | 3,768 | swift | Swift | Sources/TokenDWallet/Xdr/ManageAssetPairOp.swift | tokend/ios-wallet | de469258c3a8465fba7a94cdb113854c4ccef65c | [
"Apache-2.0"
] | 8 | 2019-05-21T13:01:27.000Z | 2019-05-21T15:42:52.000Z | Sources/TokenDWallet/Xdr/ManageAssetPairOp.swift | tokend/ios-wallet | de469258c3a8465fba7a94cdb113854c4ccef65c | [
"Apache-2.0"
] | null | null | null | Sources/TokenDWallet/Xdr/ManageAssetPairOp.swift | tokend/ios-wallet | de469258c3a8465fba7a94cdb113854c4ccef65c | [
"Apache-2.0"
] | 2 | 2019-12-15T20:31:00.000Z | 2020-01-29T12:37:58.000Z | // Automatically generated by xdrgen
// DO NOT EDIT or your changes may be overwritten
import Foundation
// === xdr source ============================================================
// //: `ManageAssetPairOp` either creates new asset pairs or updates prices or policies of existing [asset pairs](#operation/assetPa... | 29.4375 | 145 | 0.648885 |
effaafcf3010b13be7a9e5221631d1fd8b38444a | 1,195 | swift | Swift | LayoutKitTests/AlignmentTests.swift | nbadakh/LayoutKit | 65f84d7e8212738deeec7615d5343ecd3deab9ec | [
"Apache-2.0"
] | 3,357 | 2016-06-21T17:34:24.000Z | 2021-02-16T23:41:32.000Z | LayoutKitTests/AlignmentTests.swift | nbadakh/LayoutKit | 65f84d7e8212738deeec7615d5343ecd3deab9ec | [
"Apache-2.0"
] | 192 | 2016-06-23T17:39:09.000Z | 2020-10-11T06:45:03.000Z | LayoutKitTests/AlignmentTests.swift | nbadakh/LayoutKit | 65f84d7e8212738deeec7615d5343ecd3deab9ec | [
"Apache-2.0"
] | 333 | 2016-06-25T04:42:29.000Z | 2021-02-16T09:00:25.000Z | // Copyright 2016 LinkedIn Corp.
// 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,
// s... | 51.956522 | 147 | 0.725523 |
0a1ea4a37427c77792d9ec7b65b8b7c82ebe5ffd | 3,106 | ts | TypeScript | catalog-ui/src/app/directives/edit-name-popover/edit-name-popover-directive.ts | xtommysk/sdc | 0ee8a452839f56cbd576f695d5283d7299babd02 | [
"Apache-2.0"
] | 15 | 2018-10-02T14:54:35.000Z | 2022-03-01T18:27:14.000Z | catalog-ui/src/app/directives/edit-name-popover/edit-name-popover-directive.ts | kobe0608/sdc | 737340d942fcfd431f21b5463bcde57b95e4d69c | [
"Apache-2.0"
] | 6 | 2021-12-14T21:00:42.000Z | 2022-02-27T17:07:08.000Z | catalog-ui/src/app/directives/edit-name-popover/edit-name-popover-directive.ts | kobe0608/sdc | 737340d942fcfd431f21b5463bcde57b95e4d69c | [
"Apache-2.0"
] | 31 | 2018-05-30T19:18:29.000Z | 2022-03-01T06:16:47.000Z | /*-
* ============LICENSE_START=======================================================
* SDC
* ================================================================================
* Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
* ===================================================================... | 31.693878 | 109 | 0.580489 |
feed3bb339c0e58b78a6d3bccb340f490e555ef5 | 362 | html | HTML | src/partials/create-logon-info.html | ucla/iam | 219be4ec9a65d15cc6ab2f217f357daece28815c | [
"BSD-3-Clause"
] | 1 | 2019-09-17T04:33:33.000Z | 2019-09-17T04:33:33.000Z | src/partials/create-logon-info.html | ucla/iam | 219be4ec9a65d15cc6ab2f217f357daece28815c | [
"BSD-3-Clause"
] | 20 | 2016-02-04T01:07:00.000Z | 2017-06-14T04:04:41.000Z | src/partials/create-logon-info.html | ucla/iam | 219be4ec9a65d15cc6ab2f217f357daece28815c | [
"BSD-3-Clause"
] | 9 | 2016-03-02T00:10:53.000Z | 2020-05-28T18:02:22.000Z | <h1>Get Help</h1>
<ul class="listless">
<li><a href="#" target="tutorial">Show me how to set up MFA</a></li>
<li><a href="#" target="tutorial">Frequently Asked Questions</a></li>
<li>Contact the Bruin OnLine Help Desk
<ul>
<li><a href="mailto:consult@ucla.edu">consult@ucla.edu</a></li>
<li>310-26... | 30.166667 | 71 | 0.60221 |
5fea5b2b17b6bc357472c44ba9c98739ca1f1f2e | 772 | asm | Assembly | programs/oeis/030/A030004.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/030/A030004.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/030/A030004.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A030004: (prime(n)-1)(prime(n)-3)(prime(n)-5)/48.
; 0,0,1,10,20,56,84,165,364,455,816,1140,1330,1771,2600,3654,4060,5456,6545,7140,9139,10660,13244,17296,19600,20825,23426,24804,27720,39711,43680,50116,52394,64824,67525,76076,85320,91881,102340,113564,117480,138415,142880,152096,156849,187460,221815,234136,240464,253... | 110.285714 | 650 | 0.80829 |
92c1cea127ae9d811a0d78ea3c2c8291c6921c3b | 3,221 | kt | Kotlin | app/src/main/java/com/sanush/elegantmedia/presentation/ui/list/ListFragment.kt | SanushRadalage/ElegantMediaAssignment | 8916a27aea6024028a029e00c7bdeac9968cf2c1 | [
"MIT"
] | null | null | null | app/src/main/java/com/sanush/elegantmedia/presentation/ui/list/ListFragment.kt | SanushRadalage/ElegantMediaAssignment | 8916a27aea6024028a029e00c7bdeac9968cf2c1 | [
"MIT"
] | null | null | null | app/src/main/java/com/sanush/elegantmedia/presentation/ui/list/ListFragment.kt | SanushRadalage/ElegantMediaAssignment | 8916a27aea6024028a029e00c7bdeac9968cf2c1 | [
"MIT"
] | null | null | null | package com.sanush.elegantmedia.presentation.ui.list
import android.os.Bundle
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import androidx.activity.OnBackPressedCallback
import androidx.appcompat.widget.Toolbar
import androidx.compose.foundation.layout.Box
import androidx.c... | 36.191011 | 98 | 0.598882 |
e011560f0f066f638e0a31769632dcbd10a7547d | 77 | sql | SQL | sqitch/deploy/appschema.sql | travis-ci/junction | 9c214a8cdcb6f8a398099bcc709d30d1c1c21e99 | [
"MIT"
] | 2 | 2015-12-08T15:11:23.000Z | 2016-03-15T02:03:36.000Z | sqitch/deploy/appschema.sql | travis-ci/junction | 9c214a8cdcb6f8a398099bcc709d30d1c1c21e99 | [
"MIT"
] | null | null | null | sqitch/deploy/appschema.sql | travis-ci/junction | 9c214a8cdcb6f8a398099bcc709d30d1c1c21e99 | [
"MIT"
] | null | null | null | -- Deploy junction:appschema to pg
BEGIN;
CREATE SCHEMA junction;
COMMIT;
| 9.625 | 34 | 0.753247 |
4398e33c17ff7f585b94195d00785551e0da9d3f | 956 | go | Go | hamming/hamming.go | hill-daniel/exercism-go-path | d11cd14c771b9d46cde07c703af81df72626edd5 | [
"MIT"
] | null | null | null | hamming/hamming.go | hill-daniel/exercism-go-path | d11cd14c771b9d46cde07c703af81df72626edd5 | [
"MIT"
] | null | null | null | hamming/hamming.go | hill-daniel/exercism-go-path | d11cd14c771b9d46cde07c703af81df72626edd5 | [
"MIT"
] | null | null | null | // Package hamming provides functionality for handling 'Hamming distance'.
// By counting the number of differences between two homologous DNA strands taken from different
// genomes with a common ancestor, we get a measure of the minimum number of point mutations that
// could have occurred on the evolutionary path be... | 36.769231 | 138 | 0.731172 |
4794a5119758ed9048a9136dcdcd66a425bdc3ee | 815 | swift | Swift | framework/FidzupCMP/Network/CMPURLSessionProvider.swift | Fidzup/fidzup-gdpr-cmp-ios | d2fc704daf56f37a3f9cf57ab2062463bbd0db15 | [
"CC-BY-3.0"
] | null | null | null | framework/FidzupCMP/Network/CMPURLSessionProvider.swift | Fidzup/fidzup-gdpr-cmp-ios | d2fc704daf56f37a3f9cf57ab2062463bbd0db15 | [
"CC-BY-3.0"
] | null | null | null | framework/FidzupCMP/Network/CMPURLSessionProvider.swift | Fidzup/fidzup-gdpr-cmp-ios | d2fc704daf56f37a3f9cf57ab2062463bbd0db15 | [
"CC-BY-3.0"
] | null | null | null | //
// CMPURLSessionProvider.swift
// FidzupCMP
//
// Created by Loïc GIRON DIT METAZ on 25/04/2018.
// Copyright © 2018 Smart AdServer.
//
// This software is distributed under the Creative Commons Legal Code, Attribution 3.0 Unported license.
// Check the LICENSE file for more information.
//
import Foundation
... | 28.103448 | 123 | 0.70184 |
64091bd0a8b953c18e848b39f1b74a3f0cbfb1b1 | 152 | rs | Rust | src/lib.rs | wendajiang/cli-candlestick-chart | 92fbfd0c8c086e7d705f9f6a73558e65703bbc83 | [
"MIT"
] | 143 | 2021-11-13T01:03:05.000Z | 2022-03-28T22:17:06.000Z | src/lib.rs | wendajiang/cli-candlestick-chart | 92fbfd0c8c086e7d705f9f6a73558e65703bbc83 | [
"MIT"
] | 10 | 2021-11-14T08:21:25.000Z | 2022-02-15T08:07:15.000Z | src/lib.rs | wendajiang/cli-candlestick-chart | 92fbfd0c8c086e7d705f9f6a73558e65703bbc83 | [
"MIT"
] | 13 | 2021-11-13T18:13:20.000Z | 2022-02-25T11:00:54.000Z | mod candle_set;
mod chart;
mod chart_data;
mod chart_renderer;
mod info_bar;
mod volume_pane;
mod y_axis;
pub use chart::Candle;
pub use chart::Chart;
| 13.818182 | 22 | 0.776316 |
a5b41850de744841927a99d0c145f4d27d00d3b3 | 1,521 | kt | Kotlin | src/main/kotlin/BoxPresenter.kt | Hiristic/Holistic-view | 956960db35f3830d834309976a8538ceea0fe829 | [
"Apache-2.0"
] | null | null | null | src/main/kotlin/BoxPresenter.kt | Hiristic/Holistic-view | 956960db35f3830d834309976a8538ceea0fe829 | [
"Apache-2.0"
] | null | null | null | src/main/kotlin/BoxPresenter.kt | Hiristic/Holistic-view | 956960db35f3830d834309976a8538ceea0fe829 | [
"Apache-2.0"
] | null | null | null | import org.w3c.files.File
import org.w3c.xhr.XMLHttpRequest
//import java.io.File
//Presenter class will contain all of the logic
class BoxPresenter : BoxContract.Presenter {
private lateinit var view: BoxContract.View
override fun attach(view: BoxContract.View) {
this.view = view
}
override fun loadLoc... | 23.4 | 81 | 0.642341 |
d1339f2719e3a1a92085bb32067a0077a60f8867 | 818 | swift | Swift | SimpleMathTests/App/Equations/SettingsBundle+EquationSettingsTests.swift | QuetzalMX/SimpleMath | 1d56a06d3ebf5ca7d01c4643581b4bf24078dfec | [
"MIT"
] | 18 | 2020-03-25T23:32:40.000Z | 2022-01-19T17:05:16.000Z | SimpleMathTests/App/Equations/SettingsBundle+EquationSettingsTests.swift | QuetzalMX/SimpleMath | 1d56a06d3ebf5ca7d01c4643581b4bf24078dfec | [
"MIT"
] | null | null | null | SimpleMathTests/App/Equations/SettingsBundle+EquationSettingsTests.swift | QuetzalMX/SimpleMath | 1d56a06d3ebf5ca7d01c4643581b4bf24078dfec | [
"MIT"
] | 1 | 2020-10-25T05:51:27.000Z | 2020-10-25T05:51:27.000Z | // SimpleMath
// Copyright (c) Filip Lazov 2020
// MIT license - see LICENSE file for more info
@testable import SimpleMath
import XCTest
class SettingsBundleAndEquationSettingsTests: XCTestCase {
func testEquationSettings_extractsOnlyEquationSettingsProperties() {
let bundle = SettingsBundle(
minimum... | 25.5625 | 85 | 0.707824 |
9a0331bffafb3f0e9c6278f0ae4579443bf6612c | 113,394 | css | CSS | app/tools/krpano-1.20.1/docu/design.css | FantasticPerson/wdd-360vr-maker | cd5c1b660a9e6e7ae7e36111e3a1d61458cb0bc7 | [
"MIT"
] | 1 | 2020-12-03T14:31:30.000Z | 2020-12-03T14:31:30.000Z | app/tools/krpano-1.20.1/docu/design.css | FantasticPerson/wdd-360vr-maker | cd5c1b660a9e6e7ae7e36111e3a1d61458cb0bc7 | [
"MIT"
] | 11 | 2020-09-04T20:13:49.000Z | 2022-03-25T18:41:13.000Z | app/tools/krpano-1.20.1/docu/design.css | FantasticPerson/wdd-360vr-maker | cd5c1b660a9e6e7ae7e36111e3a1d61458cb0bc7 | [
"MIT"
] | 1 | 2020-06-30T08:37:42.000Z | 2020-06-30T08:37:42.000Z | body{font-family:Arial,Helvetica,sans-serif;font-size:13.2px;line-height:140%;color:#57595a;margin:0;padding:0;overflow-y:scroll}body,html{background-position:66% top;background-attachment:scroll;background-repeat:repeat-x;background-color:#F7F7FA}a{text-decoration:none;color:#57595a}a:hover{text-decoration:underline;c... | 113,394 | 113,394 | 0.934609 |