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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
401b6defb0e38c30695e938e632796a3907305dc | 3,788 | py | Python | tarnow/switch.py | steffenschroeder/tarnow | f7699bdb1d0f7f6d3e9e57a07cc85b5f1918c911 | [
"MIT"
] | null | null | null | tarnow/switch.py | steffenschroeder/tarnow | f7699bdb1d0f7f6d3e9e57a07cc85b5f1918c911 | [
"MIT"
] | 4 | 2015-06-04T12:46:42.000Z | 2021-03-23T09:11:31.000Z | tarnow/switch.py | steffenschroeder/tarnow | f7699bdb1d0f7f6d3e9e57a07cc85b5f1918c911 | [
"MIT"
] | null | null | null | import os
import fcntl
import subprocess
import sys
import syslog as log
from . import config
class Switch(object):
def __str__(self):
return "Name: '%s', NextSkip: '%s', AllSkip: '%s'" % (
self.name,
str(self.next_skip),
str(self.all_skip),
)
@classmethod... | 27.449275 | 83 | 0.566262 |
4c3414cfcda790f2c5ecc674cdc3a39102506502 | 316 | php | PHP | resources/views/emails/order_success_email.blade.php | PhamHung2601/Duck | 408875d52163d49a42fbcb0649b807b73843f864 | [
"MIT"
] | null | null | null | resources/views/emails/order_success_email.blade.php | PhamHung2601/Duck | 408875d52163d49a42fbcb0649b807b73843f864 | [
"MIT"
] | 3 | 2021-03-10T13:04:08.000Z | 2022-02-19T00:02:27.000Z | resources/views/emails/order_success_email.blade.php | PhamHung2601/Duck | 408875d52163d49a42fbcb0649b807b73843f864 | [
"MIT"
] | null | null | null | @extends('emails.mail')
@section('before')
<div>
{!!\Helper::getStaticBlockContentById("email_order_success_before")!!}
</div>
@endsection
@section ('main')
@endsection
@section ('after')
<div>
{!!\Helper::getStaticBlockContentById("email_order_success_after")!!}
</div>
@endsection
| 21.066667 | 78 | 0.658228 |
878eb61c55729a555a40d2fb65f5bee5d9e0ef53 | 700 | html | HTML | lorem-angular-store/src/app/seller/seller.component.html | onborodin/lorem | 429faca03f67c5f413511b5b77ada6f2a06d3936 | [
"Artistic-2.0"
] | null | null | null | lorem-angular-store/src/app/seller/seller.component.html | onborodin/lorem | 429faca03f67c5f413511b5b77ada6f2a06d3936 | [
"Artistic-2.0"
] | null | null | null | lorem-angular-store/src/app/seller/seller.component.html | onborodin/lorem | 429faca03f67c5f413511b5b77ada6f2a06d3936 | [
"Artistic-2.0"
] | null | null | null | <div id="app">
<h5>{{ header }}</h5>
{{ message }}
<table>
<thead>
<tr>
<th>#</th>
<th>имя</th>
<th>рейтинг</th>
<th>состояние</th>
</tr>
</thead>
<tbody>
<tr *ngFor="let item of da... | 25.925926 | 108 | 0.351429 |
268f1b56bf96faf8c050dab477efa4f06d76675a | 5,282 | java | Java | src/toDoLy/TaskManager.java | parpinelopi/to-do-list | ab1794a6821170e3766250db0d06d75c7a657d1f | [
"OML"
] | null | null | null | src/toDoLy/TaskManager.java | parpinelopi/to-do-list | ab1794a6821170e3766250db0d06d75c7a657d1f | [
"OML"
] | null | null | null | src/toDoLy/TaskManager.java | parpinelopi/to-do-list | ab1794a6821170e3766250db0d06d75c7a657d1f | [
"OML"
] | null | null | null | package toDoLy;
import java.io.IOException;
import java.text.ParseException;
import java.util.*;
/**
* The class TaskManager contains most of the methods that are connected to the editing
* option of the main menu, such as sort and display tasks according to due date or project,
* change project name, title, due d... | 32.404908 | 190 | 0.565884 |
dda30b46aeda410c5b1566c0904c545aa3646ad9 | 2,677 | go | Go | main.go | Watson-Sei/sqlx-pg-sample | de113cfcda3270d8a08c4b5dc5f000011865bf84 | [
"MIT"
] | null | null | null | main.go | Watson-Sei/sqlx-pg-sample | de113cfcda3270d8a08c4b5dc5f000011865bf84 | [
"MIT"
] | null | null | null | main.go | Watson-Sei/sqlx-pg-sample | de113cfcda3270d8a08c4b5dc5f000011865bf84 | [
"MIT"
] | null | null | null | package main
import (
"fmt"
"log"
"time"
"github.com/jmoiron/sqlx"
_ "github.com/lib/pq"
)
type Tag struct {
ID int64 `db:"id"`
Name string `db:"name"`
CreatedAt time.Time `db:"created_at"`
}
type Article struct {
ID int64 `db:"id"`
Title string `db:"title"`
Body ... | 23.901786 | 190 | 0.652223 |
53b71667a95333ea3a11f189100e171df6ad78ea | 1,349 | java | Java | leetcodetest/src/part_1/medium/sort/FrequencySort451.java | h03147/Algorithm-bro | 55471b8b905154d5e7ce16906a5665f53b7b96bb | [
"MIT"
] | 13 | 2021-03-09T14:12:55.000Z | 2021-12-23T06:27:17.000Z | leetcodetest/src/part_1/medium/sort/FrequencySort451.java | h03147/Algorithm-bro | 55471b8b905154d5e7ce16906a5665f53b7b96bb | [
"MIT"
] | 5 | 2021-01-31T11:52:17.000Z | 2021-04-08T15:26:20.000Z | leetcodetest/src/part_1/medium/sort/FrequencySort451.java | h03147/Algorithm-bro | 55471b8b905154d5e7ce16906a5665f53b7b96bb | [
"MIT"
] | 1 | 2021-11-30T16:27:27.000Z | 2021-11-30T16:27:27.000Z | package part_1.medium.sort;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
public class FrequencySort451 {
public static void main(String[] args) {
String s = "tree";
System.out.println(frequencySort(s));
}
public static String frequencySort(String s) {
... | 26.45098 | 79 | 0.49444 |
1e5ad1e68dd2273fb9983be6c800e084d5c20ddc | 396 | kt | Kotlin | komapper-tx-jdbc/src/main/kotlin/org/komapper/tx/jdbc/TransactionSessionFactory.kt | komapper/komapper | 3c91b73c7e0c9d9002405577e939eee868f9054f | [
"Apache-2.0"
] | 60 | 2021-05-12T10:20:28.000Z | 2022-03-30T22:26:19.000Z | komapper-tx-jdbc/src/main/kotlin/org/komapper/tx/jdbc/TransactionSessionFactory.kt | komapper/komapper | 3c91b73c7e0c9d9002405577e939eee868f9054f | [
"Apache-2.0"
] | 25 | 2021-03-22T15:06:15.000Z | 2022-03-26T15:23:17.000Z | komapper-tx-jdbc/src/main/kotlin/org/komapper/tx/jdbc/TransactionSessionFactory.kt | komapper/komapper | 3c91b73c7e0c9d9002405577e939eee868f9054f | [
"Apache-2.0"
] | 1 | 2022-03-27T22:02:26.000Z | 2022-03-27T22:02:26.000Z | package org.komapper.tx.jdbc
import org.komapper.core.LoggerFacade
import org.komapper.jdbc.JdbcSession
import org.komapper.jdbc.spi.JdbcSessionFactory
import javax.sql.DataSource
class TransactionSessionFactory : JdbcSessionFactory {
override fun create(dataSource: DataSource, loggerFacade: LoggerFacade): JdbcSe... | 30.461538 | 90 | 0.810606 |
8697decff058b334f5c36aa50f98cc7b880d095e | 339 | go | Go | util/name.go | kokizzu/terracognita | 3cd454963de5ddff2b712adcb446581d75a84997 | [
"MIT"
] | 917 | 2019-06-04T20:07:53.000Z | 2022-03-31T11:06:11.000Z | util/name.go | kokizzu/terracognita | 3cd454963de5ddff2b712adcb446581d75a84997 | [
"MIT"
] | 154 | 2019-06-05T13:16:08.000Z | 2022-03-31T15:38:53.000Z | util/name.go | kokizzu/terracognita | 3cd454963de5ddff2b712adcb446581d75a84997 | [
"MIT"
] | 66 | 2019-06-24T09:44:19.000Z | 2022-03-28T03:18:17.000Z | package util
import (
"regexp"
"strings"
)
var invalidNameRegexp = regexp.MustCompile(`[^a-z0-9_]`)
// NormalizeName will convert the n into an low case alphanumeric value
// and the invalid characters will be replaced by '_'
func NormalizeName(n string) string {
return invalidNameRegexp.ReplaceAllString(strings.... | 22.6 | 71 | 0.752212 |
75c94ad9bd725fd29a5611f42cd6fab9016d7f0f | 3,394 | kt | Kotlin | kool-core/src/commonMain/kotlin/de/fabmax/kool/pipeline/shading/LinearDepthShader.kt | fabmax/kool | 26b84eef86cf9ff6c61ad6e48d351c3e5e9ef9d7 | [
"Apache-2.0"
] | 83 | 2017-02-10T01:08:11.000Z | 2022-03-24T21:07:16.000Z | kool-core/src/commonMain/kotlin/de/fabmax/kool/pipeline/shading/LinearDepthShader.kt | fabmax/kool | 26b84eef86cf9ff6c61ad6e48d351c3e5e9ef9d7 | [
"Apache-2.0"
] | 8 | 2020-06-26T05:50:28.000Z | 2022-02-11T21:32:12.000Z | kool-core/src/commonMain/kotlin/de/fabmax/kool/pipeline/shading/LinearDepthShader.kt | fabmax/kool | 26b84eef86cf9ff6c61ad6e48d351c3e5e9ef9d7 | [
"Apache-2.0"
] | 7 | 2018-10-14T19:04:50.000Z | 2022-02-11T21:24:06.000Z | package de.fabmax.kool.pipeline.shading
import de.fabmax.kool.KoolContext
import de.fabmax.kool.pipeline.Attribute
import de.fabmax.kool.pipeline.BlendMode
import de.fabmax.kool.pipeline.Pipeline
import de.fabmax.kool.pipeline.shadermodel.*
import de.fabmax.kool.scene.Mesh
class LinearDepthShader(val cfg: DepthShader... | 44.077922 | 127 | 0.616382 |
cbbd38acbf4dc2b146b1bdb2e959bd16dac17901 | 727 | go | Go | AcceptedReason3Choice.go | fgrid/iso20022 | 1ec3952e565835b0bac076d4b574f88cc7bd0f74 | [
"MIT"
] | 18 | 2016-04-13T22:39:32.000Z | 2020-09-22T11:48:07.000Z | iso20022/AcceptedReason3Choice.go | fairxio/finance-messaging | 00ea27edb2cfa113132e8d7a1bdb321e544feed2 | [
"Apache-2.0"
] | 4 | 2016-04-29T21:44:36.000Z | 2016-06-06T21:20:04.000Z | AcceptedReason3Choice.go | fgrid/iso20022 | 1ec3952e565835b0bac076d4b574f88cc7bd0f74 | [
"MIT"
] | 11 | 2016-08-29T08:54:09.000Z | 2019-12-17T04:55:33.000Z | package iso20022
// Choice between a standard code or proprietary code to specify the reason why the instruction or cancellation request has a accepted status.
type AcceptedReason3Choice struct {
// Standard code to specify additional information about the processed instruction.
Code *AcknowledgementReason7Code `xm... | 34.619048 | 142 | 0.804677 |
a6de336547fa92b762642598515fcbb7759eee48 | 266 | sql | SQL | src/main/resources/db/migration/V20__sletter_feilopprettede_oppgave_makstid_påminnelser.sql | navikt/helse-spock | d8ad9f6338a0f949bc72752b6256ada0f7c83639 | [
"MIT"
] | null | null | null | src/main/resources/db/migration/V20__sletter_feilopprettede_oppgave_makstid_påminnelser.sql | navikt/helse-spock | d8ad9f6338a0f949bc72752b6256ada0f7c83639 | [
"MIT"
] | null | null | null | src/main/resources/db/migration/V20__sletter_feilopprettede_oppgave_makstid_påminnelser.sql | navikt/helse-spock | d8ad9f6338a0f949bc72752b6256ada0f7c83639 | [
"MIT"
] | null | null | null | DELETE
FROM oppgave_makstid_paminnelse
WHERE id in (
16217,16196,16197,16193,16216,16236,16198,16221,15853,16222,16240,16199,16241,16223,16200,16224,16242,
16202,16203,16227,16204,16229,15745,16206,16232,16037,16208,16244,16209,16213
); | 44.333333 | 115 | 0.733083 |
7024215e8ce4b0e009460d609244051799a7ebc2 | 1,565 | go | Go | pkg/runtimes/docker/util.go | lvuch/k3d | 7aa4a1f4b6c4d04f3826b4746ac620f8ec7b5fdc | [
"MIT"
] | null | null | null | pkg/runtimes/docker/util.go | lvuch/k3d | 7aa4a1f4b6c4d04f3826b4746ac620f8ec7b5fdc | [
"MIT"
] | null | null | null | pkg/runtimes/docker/util.go | lvuch/k3d | 7aa4a1f4b6c4d04f3826b4746ac620f8ec7b5fdc | [
"MIT"
] | null | null | null | /*
Copyright © 2020 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute,... | 39.125 | 83 | 0.783387 |
d261069722cf62162ab5e4423b52d73a11ae3f13 | 39,307 | php | PHP | templates_c/3a9d41977047811bffc144f493e66334d50161dd.file.personIndex.tpl.php | hnliji1107/photo-blog | ebd3f62c721e740518ec3b7398c49e868e8bad90 | [
"MIT"
] | 1 | 2021-09-23T20:21:53.000Z | 2021-09-23T20:21:53.000Z | templates_c/3a9d41977047811bffc144f493e66334d50161dd.file.personIndex.tpl.php | hnliji1107/photo-blog | ebd3f62c721e740518ec3b7398c49e868e8bad90 | [
"MIT"
] | null | null | null | templates_c/3a9d41977047811bffc144f493e66334d50161dd.file.personIndex.tpl.php | hnliji1107/photo-blog | ebd3f62c721e740518ec3b7398c49e868e8bad90 | [
"MIT"
] | null | null | null | <?php /* Smarty version Smarty 3.1-RC1, created on 2012-05-03 13:28:36
compiled from ".\templates\personIndex.tpl" */ ?>
<?php /*%%SmartyHeaderCode:41534f954c62ef3cf8-16643535%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>... | 83.810235 | 540 | 0.630498 |
5086a32f03db2b08e5508d406424949ca50edc4e | 2,417 | swift | Swift | Ecommerce/Classes/50_Item3/Item3Layout.swift | mattdanielbrown/AppDesignKit | 24792338770da081ccd8e2957db72189373fbd7e | [
"MIT"
] | 224 | 2020-05-16T12:03:33.000Z | 2022-03-30T12:43:27.000Z | Ecommerce/Classes/50_Item3/Item3Layout.swift | kalpeshjethva18/AppDesignKit | 24792338770da081ccd8e2957db72189373fbd7e | [
"MIT"
] | 5 | 2020-06-06T12:49:06.000Z | 2020-10-24T06:49:44.000Z | Ecommerce/Classes/50_Item3/Item3Layout.swift | kalpeshjethva18/AppDesignKit | 24792338770da081ccd8e2957db72189373fbd7e | [
"MIT"
] | 64 | 2020-05-14T07:52:37.000Z | 2022-03-30T11:31:41.000Z | //
// Copyright (c) 2021 Related Code - https://relatedcode.com
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRI... | 35.028986 | 145 | 0.64336 |
d2e8954af1824c00f248de516e95a40f394fa9ce | 380 | php | PHP | src/Renderer/JsonRenderer.php | dealroadshow/k8s-framework | 185de91025b95549731fc1fddcdec12f4bd15586 | [
"MIT"
] | 2 | 2020-10-07T09:04:47.000Z | 2020-11-19T07:16:17.000Z | src/Renderer/JsonRenderer.php | dealroadshow/k8s-framework | 185de91025b95549731fc1fddcdec12f4bd15586 | [
"MIT"
] | null | null | null | src/Renderer/JsonRenderer.php | dealroadshow/k8s-framework | 185de91025b95549731fc1fddcdec12f4bd15586 | [
"MIT"
] | 1 | 2020-10-25T15:47:16.000Z | 2020-10-25T15:47:16.000Z | <?php
namespace Dealroadshow\K8S\Framework\Renderer;
class JsonRenderer extends AbstractRenderer
{
public function render(\JsonSerializable|array $object): string
{
return \json_encode($this->renderAsArray($object));
}
public function renderAsArray(\JsonSerializable|array $object): array
... | 22.352941 | 73 | 0.707895 |
e50cbc9666ecc5be9f350b1d70063d08c3f298e9 | 1,591 | ts | TypeScript | src/auth/token.service.ts | mikhail-create/backend-test | 382e335d07ae2f6ae5b47d342cbe23bff034478b | [
"MIT"
] | null | null | null | src/auth/token.service.ts | mikhail-create/backend-test | 382e335d07ae2f6ae5b47d342cbe23bff034478b | [
"MIT"
] | null | null | null | src/auth/token.service.ts | mikhail-create/backend-test | 382e335d07ae2f6ae5b47d342cbe23bff034478b | [
"MIT"
] | null | null | null | import { Injectable, UnauthorizedException } from "@nestjs/common";
import { JwtService } from "@nestjs/jwt";
import { UserTokenData } from "src/auth/dto/auth-response.dto";
@Injectable()
export class TokenService {
constructor(private jwtService: JwtService) {}
async generateAccessToken(payload: UserTokenData... | 33.145833 | 87 | 0.624764 |
9381d445deb08fea4d08220fdbc32b3c28830125 | 570 | rs | Rust | translation/src/locale/env.rs | marek-g/rust-translation | 5502fc5f8b3aff6b28c1d94cdb52f664206b4e48 | [
"Apache-2.0",
"MIT"
] | null | null | null | translation/src/locale/env.rs | marek-g/rust-translation | 5502fc5f8b3aff6b28c1d94cdb52f664206b4e48 | [
"Apache-2.0",
"MIT"
] | null | null | null | translation/src/locale/env.rs | marek-g/rust-translation | 5502fc5f8b3aff6b28c1d94cdb52f664206b4e48 | [
"Apache-2.0",
"MIT"
] | null | null | null | use crate::locale::Locale;
use std::env;
impl Locale {
pub fn current() -> Option<Self> {
if let Ok(lang) = env::var("LC_ALL") {
if !lang.is_empty() {
return Locale::from(&lang);
}
}
if let Ok(lang) = env::var("LC_MESSAGES") {
if !lang.is... | 21.111111 | 51 | 0.419298 |
878feb14f33155202131c6eb1cc13354be8b3f77 | 3,231 | html | HTML | SDL/docs/html/sdlenablekeyrepeat.html | mourad1081/LaRevancheDesIndustriels | e70e4fc961fe9bbc6035d71da996e85952b3edfe | [
"FTL"
] | 37 | 2015-01-11T20:08:48.000Z | 2022-01-06T17:25:22.000Z | SDL/docs/html/sdlenablekeyrepeat.html | mourad1081/LaRevancheDesIndustriels | e70e4fc961fe9bbc6035d71da996e85952b3edfe | [
"FTL"
] | 4 | 2016-05-20T01:01:59.000Z | 2016-06-22T00:03:27.000Z | SDL/docs/html/sdlenablekeyrepeat.html | mourad1081/LaRevancheDesIndustriels | e70e4fc961fe9bbc6035d71da996e85952b3edfe | [
"FTL"
] | 29 | 2020-03-05T15:15:24.000Z | 2021-07-21T07:05:00.000Z | <HTML
><HEAD
><TITLE
>SDL_EnableKeyRepeat</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
"><LINK
REL="HOME"
TITLE="SDL Library Documentation"
HREF="index.html"><LINK
REL="UP"
TITLE="Event Functions."
HREF="eventfunctions.html"><LINK
REL="PREVIOUS"
TITLE="SDL_EnableUNICODE"
HREF="... | 13.57563 | 118 | 0.682761 |
ded1c2768e485f633f9f2a432e12ca368fa651ee | 3,986 | asm | Assembly | lala.asm | hajzer/asm-basic-examples | e8a32746ea5e20eb3c769d4a859337aa1dbc4f57 | [
"MIT"
] | null | null | null | lala.asm | hajzer/asm-basic-examples | e8a32746ea5e20eb3c769d4a859337aa1dbc4f57 | [
"MIT"
] | null | null | null | lala.asm | hajzer/asm-basic-examples | e8a32746ea5e20eb3c769d4a859337aa1dbc4f57 | [
"MIT"
] | null | null | null | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Nacitajte z klavesnice retazec znakov ukonceny znakom "novy riadok".
; Nech slovo je postupnost znakov medzi 2 znakmi "medzera".
; Urcte pocet slov obsahujucich len pismena malej abecedy.
; Pocet vytlacte sestnastkovo.
;
; Autor: LALA -> ... | 31.385827 | 79 | 0.50577 |
f061c0072bf5cafe06218d6dcad0cfd6cb82dd7c | 490 | js | JavaScript | src/reducers/reducer_hotel_details.js | vened/inna-react | 882feaa2cd1b9df7f3a3d14e7e12df327e81f2a3 | [
"MIT"
] | null | null | null | src/reducers/reducer_hotel_details.js | vened/inna-react | 882feaa2cd1b9df7f3a3d14e7e12df327e81f2a3 | [
"MIT"
] | null | null | null | src/reducers/reducer_hotel_details.js | vened/inna-react | 882feaa2cd1b9df7f3a3d14e7e12df327e81f2a3 | [
"MIT"
] | null | null | null | import { GET_HOTEL_DETAILS, GET_HOTEL_ROOMS } from '../actions/action_hotel_details';
import { processWithIsServer, multiProcessWithIsServer } from './helper';
export default function reducerHotelDetails(state = null, action = null) {
switch (action.type) {
case GET_HOTEL_DETAILS:
case GET_HOTEL_RO... | 30.625 | 85 | 0.604082 |
5b83ebd25ba1cd3d1e06c4798a235379b53a7108 | 4,898 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_1106.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_1106.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_1106.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x5edb, %r14
nop
add $25768, %r11
movw $0x6162, (%r14)
nop
inc %rbx
lea addresses_WC_ht+0x69a1, %rdx
nop
cmp %rsi, %rsi
movl $0x61626364, (%rdx)
xor $51211, %r12... | 45.775701 | 2,999 | 0.66129 |
f04ecbe5b92669ab08130a5ba429bece599f724e | 3,779 | js | JavaScript | srv/odata-client/sapb-1-service/InventoryPostingParams.js | gregorwolf/sap-business-one-odata-cap | f01d9c0488c2448ca2db633ff6fd02a80ff820fd | [
"Apache-2.0"
] | 1 | 2022-01-21T00:00:07.000Z | 2022-01-21T00:00:07.000Z | srv/odata-client/sapb-1-service/InventoryPostingParams.js | gregorwolf/sap-business-one-odata-cap | f01d9c0488c2448ca2db633ff6fd02a80ff820fd | [
"Apache-2.0"
] | null | null | null | srv/odata-client/sapb-1-service/InventoryPostingParams.js | gregorwolf/sap-business-one-odata-cap | f01d9c0488c2448ca2db633ff6fd02a80ff820fd | [
"Apache-2.0"
] | 1 | 2020-05-06T10:16:42.000Z | 2020-05-06T10:16:42.000Z | "use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (Object.protot... | 45.53012 | 140 | 0.681662 |
6284ece6a18e81efc2c99a2953641b787c0fb1d7 | 44 | rs | Rust | Media/System/Shader/boundingBox.rs | xiaoyanziyaxiaoyanzi/facemapping | 5f4248203dc272d4216859ad0b20f88f1b2c8eca | [
"MIT"
] | 347 | 2016-01-29T10:43:39.000Z | 2022-03-26T01:21:40.000Z | Media/Castle/Shader/boundingBox.rs | GucciPrada/OcclusionCulling | 78fc358cc3e5feb0c9374f1254d993370b631258 | [
"Apache-2.0"
] | 3 | 2016-07-19T13:24:58.000Z | 2021-04-19T16:39:30.000Z | Media/Castle/Shader/boundingBox.rs | GucciPrada/OcclusionCulling | 78fc358cc3e5feb0c9374f1254d993370b631258 | [
"Apache-2.0"
] | 64 | 2016-02-23T16:31:24.000Z | 2022-03-17T23:08:29.000Z | [DepthStencilStateDX11]
DepthEnable = false
| 14.666667 | 23 | 0.840909 |
abad63046d051db1a9df970eb03d2b13f72a3789 | 499 | rb | Ruby | db/migrate/20210122043044_add_version_counts_to_statistics.rb | AnthonySuper/UntitledGameTracker | 3205d9f1d2608c5780cf3cd5c1db9837c7a77d8c | [
"MIT"
] | 84 | 2020-05-10T20:23:25.000Z | 2022-03-22T18:33:18.000Z | db/migrate/20210122043044_add_version_counts_to_statistics.rb | AnthonySuper/UntitledGameTracker | 3205d9f1d2608c5780cf3cd5c1db9837c7a77d8c | [
"MIT"
] | 291 | 2020-05-10T20:58:35.000Z | 2022-03-18T13:22:28.000Z | db/migrate/20210122043044_add_version_counts_to_statistics.rb | AnthonySuper/UntitledGameTracker | 3205d9f1d2608c5780cf3cd5c1db9837c7a77d8c | [
"MIT"
] | 34 | 2019-04-01T20:50:14.000Z | 2020-05-06T23:34:32.000Z | # typed: true
class AddVersionCountsToStatistics < ActiveRecord::Migration[6.1]
def change
add_column :statistics, :company_versions, :bigint, null: true
add_column :statistics, :game_versions, :bigint, null: true
add_column :statistics, :genre_versions, :bigint, null: true
add_column :statistics, :en... | 41.583333 | 67 | 0.749499 |
8767c42dc435f81e2ab8ad2cbb66923c9132f654 | 20,317 | html | HTML | lite-paper.html | tesla-safe/tesla-safe-web | fe0e33271367b95f9e2134855fb4762b4797b9a6 | [
"MIT"
] | 5 | 2021-07-13T10:06:04.000Z | 2021-07-16T18:15:02.000Z | lite-paper.html | tesla-safe/tesla-safe-web | fe0e33271367b95f9e2134855fb4762b4797b9a6 | [
"MIT"
] | 23 | 2021-05-21T17:46:31.000Z | 2022-01-02T17:03:10.000Z | lite-paper.html | tesla-safe/tesla-safe-web | fe0e33271367b95f9e2134855fb4762b4797b9a6 | [
"MIT"
] | 1 | 2021-09-01T21:45:40.000Z | 2021-09-01T21:45:40.000Z | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:site_name" content="TeslaSafe" />
<meta
property="og:title"
content="Tesl... | 34.031826 | 104 | 0.43914 |
aa23859bcac1db11ea7e6f8317ea56815e711907 | 2,431 | sql | SQL | internal/wordle/query/wordle_scores.sql | MrGrokas/DiscordWordle | 60713b65aaa46bc347b8e7eb1ff45b7140f1c95b | [
"MIT"
] | null | null | null | internal/wordle/query/wordle_scores.sql | MrGrokas/DiscordWordle | 60713b65aaa46bc347b8e7eb1ff45b7140f1c95b | [
"MIT"
] | null | null | null | internal/wordle/query/wordle_scores.sql | MrGrokas/DiscordWordle | 60713b65aaa46bc347b8e7eb1ff45b7140f1c95b | [
"MIT"
] | null | null | null | -- name: GetScoreHistoryByAccount :many
SELECT *
FROM wordle_scores
inner join nicknames nick on wordle_scores.discord_id = nick.discord_id
WHERE nick.discord_id = $1
and nick.server_id = $2
order by game_id;
-- name: ListScores :many
SELECT *
FROM wordle_scores
ORDER BY created_at;
-- name: C... | 34.728571 | 100 | 0.620321 |
5b3644158486723064c22f95f7eedb4008bd5a6b | 927 | h | C | System/Library/PrivateFrameworks/AvatarUI.framework/AVTCollectionViewLayout.h | lechium/iPhoneOS_12.1.1_Headers | aac688b174273dfcbade13bab104461f463db772 | [
"MIT"
] | 12 | 2019-06-02T02:42:41.000Z | 2021-04-13T07:22:20.000Z | System/Library/PrivateFrameworks/AvatarUI.framework/AVTCollectionViewLayout.h | lechium/iPhoneOS_12.1.1_Headers | aac688b174273dfcbade13bab104461f463db772 | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/AvatarUI.framework/AVTCollectionViewLayout.h | lechium/iPhoneOS_12.1.1_Headers | aac688b174273dfcbade13bab104461f463db772 | [
"MIT"
] | 3 | 2019-06-11T02:46:10.000Z | 2019-12-21T14:58:16.000Z | /*
* This header is generated by classdump-dyld 1.0
* on Saturday, June 1, 2019 at 6:52:29 PM Mountain Standard Time
* Operating System: Version 12.1.1 (Build 16C5050a)
* Image Source: /System/Library/PrivateFrameworks/AvatarUI.framework/AvatarUI
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias ... | 44.142857 | 120 | 0.817691 |
bc9880727f92e722f88824320c27f380b792b38d | 1,035 | swift | Swift | z02sckhd_6wQgx_User/Classes/Goods/Controller/View/OnlinePayWayCell.swift | GoGoodGo/z02sckhd_6wQgx_User | daee6bfa5b014fb01786a61ee3244c540a3c2648 | [
"MIT"
] | null | null | null | z02sckhd_6wQgx_User/Classes/Goods/Controller/View/OnlinePayWayCell.swift | GoGoodGo/z02sckhd_6wQgx_User | daee6bfa5b014fb01786a61ee3244c540a3c2648 | [
"MIT"
] | null | null | null | z02sckhd_6wQgx_User/Classes/Goods/Controller/View/OnlinePayWayCell.swift | GoGoodGo/z02sckhd_6wQgx_User | daee6bfa5b014fb01786a61ee3244c540a3c2648 | [
"MIT"
] | null | null | null | //
// OnlinePayWayCell.swift
// TianMaUser
//
// Created by Healson on 2018/8/1.
// Copyright © 2018 YH. All rights reserved.
//
import UIKit
class OnlinePayWayCell: UITableViewCell {
@IBOutlet weak var aliPay: UIButton!
@IBOutlet weak var wxPay: UIButton!
var selectedBtn: UIButton?
var pay: ... | 17.844828 | 54 | 0.514976 |
33980ab3812dd0b53ff6af68e7647198940bacae | 1,736 | kt | Kotlin | android/src/com/android/tools/idea/ui/resourcemanager/actions/AddFontAction.kt | phpc0de/idea-android | 79e20f027ca1d047b91aa7acd92fb71fa2968a09 | [
"Apache-2.0"
] | 831 | 2016-06-09T06:55:34.000Z | 2022-03-30T11:17:10.000Z | android/src/com/android/tools/idea/ui/resourcemanager/actions/AddFontAction.kt | phpc0de/idea-android | 79e20f027ca1d047b91aa7acd92fb71fa2968a09 | [
"Apache-2.0"
] | 19 | 2017-10-27T00:36:35.000Z | 2021-02-04T13:59:45.000Z | android/src/com/android/tools/idea/ui/resourcemanager/actions/AddFontAction.kt | phpc0de/idea-android | 79e20f027ca1d047b91aa7acd92fb71fa2968a09 | [
"Apache-2.0"
] | 210 | 2016-07-05T12:22:36.000Z | 2022-03-19T09:07:15.000Z | /*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 39.454545 | 104 | 0.753456 |
2a8979fc08b34a78d1d2f2a5620169d93fdc9a83 | 4,337 | java | Java | app/src/main/java/com/yahala/ImageLoader/loader/util/SingleThreadedLoader.java | grevity/Yahala-Messenger | a50501c20090947e1fcdc72c1955952e07b513f8 | [
"MIT"
] | 17 | 2016-05-19T01:31:59.000Z | 2020-08-19T10:30:22.000Z | app/src/main/java/com/yahala/ImageLoader/loader/util/SingleThreadedLoader.java | grevity/Yahala-Messenger | a50501c20090947e1fcdc72c1955952e07b513f8 | [
"MIT"
] | 1 | 2017-03-17T06:46:34.000Z | 2019-01-11T14:09:29.000Z | app/src/main/java/com/yahala/ImageLoader/loader/util/SingleThreadedLoader.java | wmhameed/Yahala-Messenger | a50501c20090947e1fcdc72c1955952e07b513f8 | [
"MIT"
] | 15 | 2016-05-19T01:32:00.000Z | 2020-09-28T08:22:50.000Z | /**
* Copyright 2012 Novoda Ltd
* <p/>
* 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
* <p/>
* http://www.apache.org/licenses/LICENSE-2.0
* <p/>
* Unless required by applicable law or... | 28.162338 | 81 | 0.517178 |
3a3debaadd52b90249d60a493853af0c96672fe8 | 378 | asm | Assembly | programs/oeis/335/A335115.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/335/A335115.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/335/A335115.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A335115: a(2*n) = 2*n - a(n), a(2*n+1) = 2*n + 1.
; 1,1,3,3,5,3,7,5,9,5,11,9,13,7,15,11,17,9,19,15,21,11,23,15,25,13,27,21,29,15,31,21,33,17,35,27,37,19,39,25,41,21,43,33,45,23,47,33,49,25,51,39,53,27,55,35,57,29,59,45,61,31,63,43,65,33,67,51,69,35,71,45,73,37,75
lpb $0,1
mov $2,$0
gcd $0,2
bin $0,2
sub $0,1... | 25.2 | 213 | 0.558201 |
50a65469446d5839d2878ace4ad8861aca598048 | 656 | swift | Swift | Movies/Movies/Library/Extensions/Int+Extensions.swift | paraisolorrayne/Movies | 5fc268fe8ba5dd497e890b1eacf9c6fe917b5ef0 | [
"MIT"
] | null | null | null | Movies/Movies/Library/Extensions/Int+Extensions.swift | paraisolorrayne/Movies | 5fc268fe8ba5dd497e890b1eacf9c6fe917b5ef0 | [
"MIT"
] | null | null | null | Movies/Movies/Library/Extensions/Int+Extensions.swift | paraisolorrayne/Movies | 5fc268fe8ba5dd497e890b1eacf9c6fe917b5ef0 | [
"MIT"
] | null | null | null | //
// Int+Extensions.swift
// Movies
//
// Created by Lorrayne Paraiso on 29/10/18.
// Copyright © 2018 Lorrayne Paraiso. All rights reserved.
//
import Foundation
extension Int {
func toUSCurrency() -> String {
let formatter = NumberFormatter()
formatter.locale = Locale(identifier: "en-US")
... | 22.62069 | 78 | 0.589939 |
414cca72c6b4618c746bb3f03a0a750ce4c2d73a | 5,081 | h | C | usr/src/uts/common/io/chxge/com/ch_compat.h | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | null | null | null | usr/src/uts/common/io/chxge/com/ch_compat.h | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | null | null | null | usr/src/uts/common/io/chxge/com/ch_compat.h | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | 1 | 2020-12-30T00:04:16.000Z | 2020-12-30T00:04:16.000Z | /*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolar... | 35.78169 | 72 | 0.73273 |
44fb8a4a673fde87dacc8a6ba8911dfd4cbc7de3 | 5,541 | swift | Swift | Twitter/Twitter/DetailsViewController.swift | Donateaz/w-4-5--Submission | b82f67ee1bfc8c61682adead11a2d0b32e338bd5 | [
"Apache-2.0"
] | null | null | null | Twitter/Twitter/DetailsViewController.swift | Donateaz/w-4-5--Submission | b82f67ee1bfc8c61682adead11a2d0b32e338bd5 | [
"Apache-2.0"
] | 3 | 2016-03-23T19:09:50.000Z | 2016-03-25T04:20:24.000Z | Twitter/Twitter/DetailsViewController.swift | Donateaz/w-5--Submission | b82f67ee1bfc8c61682adead11a2d0b32e338bd5 | [
"Apache-2.0"
] | null | null | null | //
// DetailsViewController.swift
// Twitter
//
// Created by Donatea Zefi on 3/24/16.
// Copyright © 2016 Tejen. All rights reserved.
//
import UIKit
class DetailsViewController: UIViewController, UITableViewDelegate, UITableViewDataSource, TweetTableViewDelegate {
var rootTweetID: NSNumber?;
v... | 36.453947 | 169 | 0.628948 |
2a4e2903ee52b9d57ef92c51ce6d3b18be8d89f2 | 532 | java | Java | authz/src/main/java/com/monkeyk/os/service/ClientDetailsService.java | yindalei00/ydl-oauth2-shiro | 507524df3429dea38ea971788065523c74f2655b | [
"Apache-2.0"
] | 194 | 2017-01-21T09:39:32.000Z | 2021-11-29T09:03:31.000Z | authz/src/main/java/com/monkeyk/os/service/ClientDetailsService.java | yindalei00/ydl-oauth2-shiro | 507524df3429dea38ea971788065523c74f2655b | [
"Apache-2.0"
] | 5 | 2021-01-20T21:26:34.000Z | 2022-01-01T14:15:58.000Z | authz/src/main/java/com/monkeyk/os/service/ClientDetailsService.java | yindalei00/ydl-oauth2-shiro | 507524df3429dea38ea971788065523c74f2655b | [
"Apache-2.0"
] | 91 | 2017-02-06T03:53:55.000Z | 2022-03-09T05:40:52.000Z | package com.monkeyk.os.service;
import com.monkeyk.os.service.dto.ClientDetailsDto;
import com.monkeyk.os.service.dto.ClientDetailsFormDto;
import com.monkeyk.os.service.dto.ClientDetailsListDto;
/**
* 2016/6/8
*
* @author Shengzhao Li
*/
public interface ClientDetailsService {
ClientDetailsListDto loadClie... | 24.181818 | 67 | 0.800752 |
c7bd70c1c785911f2610df073e53b8f7d817fb37 | 8,206 | py | Python | scripts/control_input_manager.py | pjreed/rr_control_input_manager | 654b25132a4f120cc669fd2b441d51adeebc264f | [
"BSD-3-Clause"
] | null | null | null | scripts/control_input_manager.py | pjreed/rr_control_input_manager | 654b25132a4f120cc669fd2b441d51adeebc264f | [
"BSD-3-Clause"
] | null | null | null | scripts/control_input_manager.py | pjreed/rr_control_input_manager | 654b25132a4f120cc669fd2b441d51adeebc264f | [
"BSD-3-Clause"
] | null | null | null | #!/usr/bin/env python
# Author: Nick Fragale
# Description: This script manages cmd_vel from multiple sources so that they don't over-ride eachother, and so that soft E-stop can works from multiple sources.
import rospy
import time
from std_msgs.msg import Bool, String
from sensor_msgs.msg import Joy
from geometry_... | 47.709302 | 176 | 0.715452 |
41fbe83e6a205de054d327432b00a6fb48165b0a | 29,247 | c | C | usr/src/uts/common/io/bufmod.c | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | null | null | null | usr/src/uts/common/io/bufmod.c | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | null | null | null | usr/src/uts/common/io/bufmod.c | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | 1 | 2020-12-30T00:04:16.000Z | 2020-12-30T00:04:16.000Z | /*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* o... | 23.875102 | 80 | 0.634321 |
94c2cc677dc8f5ecc9eaf6e84eff1bec35ee04ec | 479 | rs | Rust | api/src/services/user.rs | sanpii/oxfeed | a8d79bdd115b903bdb05ec475ef4fbc9c1b01108 | [
"MIT"
] | 3 | 2021-05-18T20:53:09.000Z | 2022-01-28T00:00:58.000Z | api/src/services/user.rs | sanpii/oxfeed | a8d79bdd115b903bdb05ec475ef4fbc9c1b01108 | [
"MIT"
] | 38 | 2020-12-03T07:57:15.000Z | 2022-03-22T09:50:35.000Z | api/src/services/user.rs | sanpii/oxfeed | a8d79bdd115b903bdb05ec475ef4fbc9c1b01108 | [
"MIT"
] | 1 | 2021-01-05T18:07:41.000Z | 2021-01-05T18:07:41.000Z | use oxfeed_common::new_user::{Entity, Model};
pub(crate) fn scope() -> actix_web::Scope {
actix_web::web::scope("/users").service(create)
}
#[actix_web::post("")]
async fn create(
elephantry: actix_web::web::Data<elephantry::Pool>,
data: actix_web::web::Json<Entity>,
) -> oxfeed_common::Result<actix_web::... | 28.176471 | 65 | 0.682672 |
83c479c1b7566092f728d445696b145bae8579e4 | 8,719 | rs | Rust | src/aux_adi4/mux3.rs | wezm/cc2650 | 8f6320feb3a532ea25de78c7530cd64c9765ab1a | [
"Apache-2.0",
"MIT"
] | 2 | 2019-09-10T21:43:36.000Z | 2020-07-20T13:01:40.000Z | src/aux_adi4/mux3.rs | wezm/cc2650 | 8f6320feb3a532ea25de78c7530cd64c9765ab1a | [
"Apache-2.0",
"MIT"
] | null | null | null | src/aux_adi4/mux3.rs | wezm/cc2650 | 8f6320feb3a532ea25de78c7530cd64c9765ab1a | [
"Apache-2.0",
"MIT"
] | null | null | null | #[doc = r" Value read from the register"]
pub struct R {
bits: u8,
}
#[doc = r" Value to write to the register"]
pub struct W {
bits: u8,
}
impl super::MUX3 {
#[doc = r" Modifies the contents of the register"]
#[inline]
pub fn modify<F>(&self, f: F)
where
for<'w> F: FnOnce(&R, &'w mut W)... | 30.486014 | 76 | 0.551439 |
5c9d7d3a91acb88753cb1787b4f81c28821a2786 | 719 | asm | Assembly | oeis/321/A321875.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/321/A321875.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/321/A321875.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A321875: a(n) = Sum_{d|n} d*d!.
; Submitted by Jamie Morken(s1.)
; 1,5,19,101,601,4343,35281,322661,3265939,36288605,439084801,5748023639,80951270401,1220496112085,19615115520619,334764638530661,6046686277632001,115242726706374263,2311256907767808001,48658040163569088701,1072909785605898275299,24728016011107808044805... | 35.95 | 495 | 0.802503 |
538935c8fa63a77f88e83c9f79986938d9c0c12b | 2,953 | kt | Kotlin | data_collector/src/opencrx/models/Responses.kt | nikolasrist/soa_project | 71a1282c2fa4400ef75c1cfc48c74a53e4a7ca6d | [
"MIT"
] | null | null | null | data_collector/src/opencrx/models/Responses.kt | nikolasrist/soa_project | 71a1282c2fa4400ef75c1cfc48c74a53e4a7ca6d | [
"MIT"
] | 3 | 2020-03-04T23:30:55.000Z | 2020-06-18T16:45:06.000Z | data_collector/src/opencrx/models/Responses.kt | nikolasrist/soa_project | 71a1282c2fa4400ef75c1cfc48c74a53e4a7ca6d | [
"MIT"
] | null | null | null | package opencrx.models
import com.fasterxml.jackson.annotation.JsonAutoDetect
import com.fasterxml.jackson.annotation.JsonIgnoreProperties
import com.fasterxml.jackson.annotation.JsonProperty
import io.ktor.http.HttpStatusCode
sealed class Response
@JsonIgnoreProperties(ignoreUnknown = true)
data class Account(
... | 26.845455 | 64 | 0.732475 |
55b574c7f94d6b70500c3ea245b8b0e74f3c2a7c | 21,968 | asm | Assembly | Project/main.asm | mpetitjean/avrdude | f769629a0d4014d6b84f2089d8802ec075bbaa01 | [
"MIT"
] | null | null | null | Project/main.asm | mpetitjean/avrdude | f769629a0d4014d6b84f2089d8802ec075bbaa01 | [
"MIT"
] | null | null | null | Project/main.asm | mpetitjean/avrdude | f769629a0d4014d6b84f2089d8802ec075bbaa01 | [
"MIT"
] | null | null | null | ;
; PROJECT
; EnigmAssembly
;
; Authors : Mathieu Petitjean & Cedric Hannotier
.include "m328pdef.inc"
;--------
; ALIASES
;--------
; KEYBOARD NUMEROTATION
.equ KEYB_PIN = PIND
.equ KEYB_DDR = DDRD
.equ KEYB_PORT = PORTD
.equ ROW1 = 7
.equ ROW2 = 6
.equ ROW3 = 5
.equ ROW4 = 4
.equ COL1 = 3
.equ COL2 = 2
.equ ... | 22.531282 | 129 | 0.643481 |
582ea5a840143ec7ff8b34119814e11de0112079 | 593 | kt | Kotlin | src/main/kotlin/me/branchpanic/mods/stockpile/extension/itemstack.kt | campbebj/stockpile | 26042b21213b69f47bbf267b25e33b0463b82edc | [
"MIT"
] | null | null | null | src/main/kotlin/me/branchpanic/mods/stockpile/extension/itemstack.kt | campbebj/stockpile | 26042b21213b69f47bbf267b25e33b0463b82edc | [
"MIT"
] | null | null | null | src/main/kotlin/me/branchpanic/mods/stockpile/extension/itemstack.kt | campbebj/stockpile | 26042b21213b69f47bbf267b25e33b0463b82edc | [
"MIT"
] | null | null | null | package me.branchpanic.mods.stockpile.extension
import net.minecraft.entity.player.PlayerEntity
import net.minecraft.item.ItemStack
fun ItemStack.canStackWith(other: ItemStack): Boolean = isEmpty ||
other.isEmpty ||
(ItemStack.areItemsEqual(withCount(1), other.withCount(1)) && ItemStack.areTagsEqual(
... | 26.954545 | 93 | 0.70489 |
5eaccffd43d95ff7e7b96f937d107037153c83ee | 24,391 | sql | SQL | coeus-db/coeus-db-sql/src/main/resources/org/kuali/coeus/coeus-sql/RELEASE-SCRIPTS/KC-RELEASE-3_2-SCRIPT/mysql/dml/KC_DML_01_KCIRB-1470_B000.sql | smith750/kc | e411ed1a4f538a600e04f964a2ba347f5695837e | [
"ECL-2.0"
] | null | null | null | coeus-db/coeus-db-sql/src/main/resources/org/kuali/coeus/coeus-sql/RELEASE-SCRIPTS/KC-RELEASE-3_2-SCRIPT/mysql/dml/KC_DML_01_KCIRB-1470_B000.sql | smith750/kc | e411ed1a4f538a600e04f964a2ba347f5695837e | [
"ECL-2.0"
] | null | null | null | coeus-db/coeus-db-sql/src/main/resources/org/kuali/coeus/coeus-sql/RELEASE-SCRIPTS/KC-RELEASE-3_2-SCRIPT/mysql/dml/KC_DML_01_KCIRB-1470_B000.sql | smith750/kc | e411ed1a4f538a600e04f964a2ba347f5695837e | [
"ECL-2.0"
] | null | null | null | DELIMITER /
INSERT INTO SEQ_NOTIFICATION_TYPE_ID VALUES(NULL)
/
INSERT INTO NOTIFICATION_TYPE (NOTIFICATION_TYPE_ID, MODULE_CODE, ACTION_CODE, DESCRIPTION, SUBJECT, MESSAGE, PROMPT_USER, SEND_NOTIFICATION, UPDATE_USER, UPDATE_TIMESTAMP, VER_NBR, OBJ_ID)
VALUES((SELECT (MAX(ID)) FROM SEQ_NOTIFICATION_TYPE_ID), '7', '303... | 104.682403 | 797 | 0.796318 |
87562110d28fef2ea71b8098700b6d8f2f19e1c0 | 4,143 | html | HTML | client/src/app/youtube/components/music-player/music-player.component.html | ggresillion/DiscordSoundBoard | d8537bd97f03e0a971622ebaaecc2149f4875d9a | [
"MIT"
] | 2 | 2018-04-01T11:54:25.000Z | 2019-04-02T17:11:41.000Z | client/src/app/youtube/components/music-player/music-player.component.html | ggresillion/DiscordSoundBoard | d8537bd97f03e0a971622ebaaecc2149f4875d9a | [
"MIT"
] | 28 | 2020-08-15T19:41:37.000Z | 2022-03-28T08:30:50.000Z | client/src/app/youtube/components/music-player/music-player.component.html | ggresillion/DiscordSoundBoard | d8537bd97f03e0a971622ebaaecc2149f4875d9a | [
"MIT"
] | null | null | null | <mat-card class="container" fxLayout="column" fxFlex>
<div class="player" fxLayout="column" fxLayoutGap="16px" fxFlex="25">
<div class="player-container">
<button mat-button (click)="stop()" style="border-left: 1px solid #ddd;"
[disabled]="status === 'na' || !playlist || playlist.length <= 0">
... | 49.321429 | 113 | 0.598117 |
68775b78b55afc71fc7f22d37cb146aa874873e1 | 3,878 | sql | SQL | route_permissions_data-1.sql | Wagebelu44/Lawportal | 88c9f81fec0e95d93c97a72ac06cf1fa806a150d | [
"MIT"
] | null | null | null | route_permissions_data-1.sql | Wagebelu44/Lawportal | 88c9f81fec0e95d93c97a72ac06cf1fa806a150d | [
"MIT"
] | null | null | null | route_permissions_data-1.sql | Wagebelu44/Lawportal | 88c9f81fec0e95d93c97a72ac06cf1fa806a150d | [
"MIT"
] | null | null | null |
insert into `route_permissions`(`id`,`permission_id`,`route_name`,`master_type`) values
(1,5,'user.index',NULL),
(2,5,'user.show',NULL),
(3,6,'user.edit',NULL),
(4,6,'user.update',NULL),
(5,7,'user.destroy',NULL),
(6,8,'userrole.index',NULL),
(7,8,'userrole.show',NULL),
(8,9,'userrole.edit',NULL),
(9,9,'userrole.up... | 34.017544 | 89 | 0.669933 |
2f48c731a8f955ce680b6ba8b51f300be7c5d823 | 170 | sql | SQL | oci-test/tests/oci_autoscaling_auto_scaling_configuration/test-get-query.sql | turbot/steampipe-plugin-oci | cd534d4992835eb1c756ea93d54ed1a653f7874a | [
"Apache-2.0"
] | 14 | 2021-04-08T08:15:06.000Z | 2022-03-23T16:07:49.000Z | oci-test/tests/oci_autoscaling_auto_scaling_configuration/test-get-query.sql | turbot/steampipe-plugin-oci | cd534d4992835eb1c756ea93d54ed1a653f7874a | [
"Apache-2.0"
] | 235 | 2021-04-02T14:39:36.000Z | 2022-03-30T12:44:35.000Z | oci-test/tests/oci_autoscaling_auto_scaling_configuration/test-get-query.sql | turbot/steampipe-plugin-oci | cd534d4992835eb1c756ea93d54ed1a653f7874a | [
"Apache-2.0"
] | null | null | null | select id, display_name, is_enabled, cool_down_in_seconds, freeform_tags
from oci.oci_autoscaling_auto_scaling_configuration
where id = '{{ output.resource_id.value }}'; | 56.666667 | 73 | 0.829412 |
53f7c2cb0d73acfe78bdcc5575168f0750402939 | 4,999 | swift | Swift | WeatherApp/WeatherApp/Controller/CurrentWeatherViewController.swift | PavitraHegde/WeatherApp | c3db0aa221922c6778f0023f9902db8654650d75 | [
"MIT"
] | null | null | null | WeatherApp/WeatherApp/Controller/CurrentWeatherViewController.swift | PavitraHegde/WeatherApp | c3db0aa221922c6778f0023f9902db8654650d75 | [
"MIT"
] | null | null | null | WeatherApp/WeatherApp/Controller/CurrentWeatherViewController.swift | PavitraHegde/WeatherApp | c3db0aa221922c6778f0023f9902db8654650d75 | [
"MIT"
] | null | null | null | //
// CurrentWeatherViewController.swift
// WeatherApp
//
// Created by Pavitra on 14/08/20.
// Copyright © 2020 Pavitra Hegde. All rights reserved.
//
import UIKit
class CurrentWeatherViewController: UIViewController {
@IBOutlet weak var celsius: UIButton!
@IBOutlet weak var tableFooterView: UIView!... | 33.10596 | 143 | 0.655331 |
409a98ce5c5008b20eff41e1595fb9e92baf9d12 | 2,524 | py | Python | userbot/modules/asupan.py | Yansaii/Bdrl-Ubot | 60dbbcc8270061379e848c2bce09e756c6ae143a | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | userbot/modules/asupan.py | Yansaii/Bdrl-Ubot | 60dbbcc8270061379e848c2bce09e756c6ae143a | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | userbot/modules/asupan.py | Yansaii/Bdrl-Ubot | 60dbbcc8270061379e848c2bce09e756c6ae143a | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | # 🍀 © @tofik_dn
# ⚠️ Do not remove credits
from userbot import CMD_HANDLER as cmd
from userbot import CMD_HELP
from userbot.utils import bdrl_cmd
import random
from userbot import owner
from telethon.tl.types import InputMessagesFilterVideo
from telethon.tl.types import InputMessagesFilterVoice
@bdrl_cmd(pattern="... | 30.047619 | 76 | 0.578843 |
6aae1a5f7117944485b3c81a2aeee8f4c938a4ef | 6,352 | asm | Assembly | src/shaders/post_processing/gen5_6/Common/YUV_to_RGBX_Coef.asm | me176c-dev/android_hardware_intel-vaapi-driver | 0f2dca8d604220405e4678c0b6c4faa578d994ec | [
"MIT"
] | 192 | 2018-01-26T11:51:55.000Z | 2022-03-25T20:04:19.000Z | src/shaders/post_processing/gen5_6/Common/YUV_to_RGBX_Coef.asm | me176c-dev/android_hardware_intel-vaapi-driver | 0f2dca8d604220405e4678c0b6c4faa578d994ec | [
"MIT"
] | 256 | 2017-01-23T02:10:27.000Z | 2018-01-23T10:00:05.000Z | src/shaders/post_processing/gen5_6/Common/YUV_to_RGBX_Coef.asm | me176c-dev/android_hardware_intel-vaapi-driver | 0f2dca8d604220405e4678c0b6c4faa578d994ec | [
"MIT"
] | 64 | 2018-01-30T19:51:53.000Z | 2021-11-24T01:26:14.000Z | /*
* All Video Processing kernels
* Copyright © <2010>, Intel Corporation.
*
* 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 ri... | 48.861538 | 116 | 0.553999 |
6fda7765519e83628c47b1e1b61a19a08099e6ae | 21,325 | rs | Rust | src/bin/fluorite-gui.rs | LunarTulip/fluorite | 8e507039dd2e11f6d2286c5d8a17ce69ca09605e | [
"MIT"
] | null | null | null | src/bin/fluorite-gui.rs | LunarTulip/fluorite | 8e507039dd2e11f6d2286c5d8a17ce69ca09605e | [
"MIT"
] | null | null | null | src/bin/fluorite-gui.rs | LunarTulip/fluorite | 8e507039dd2e11f6d2286c5d8a17ce69ca09605e | [
"MIT"
] | null | null | null | #![windows_subsystem = "windows"]
use druid::commands::QUIT_APP;
use druid::keyboard_types::Key;
use druid::text::format::{Formatter, Validation, ValidationError};
use druid::text::selection::Selection;
use druid::widget::prelude::*;
use druid::widget::{Align, Button, Controller, Flex, Label, LineBreaking, List, Paddi... | 37.281469 | 225 | 0.572614 |
53d6ff5616596c15daaddc7a432f9e8335c58a71 | 10,482 | java | Java | src/main/java/com/usermodule/services/UserServiceImpl.java | ydengGitHub/UserModule | a25169eadda1c8e2cfbc35f2144f3838573931cd | [
"MIT"
] | null | null | null | src/main/java/com/usermodule/services/UserServiceImpl.java | ydengGitHub/UserModule | a25169eadda1c8e2cfbc35f2144f3838573931cd | [
"MIT"
] | null | null | null | src/main/java/com/usermodule/services/UserServiceImpl.java | ydengGitHub/UserModule | a25169eadda1c8e2cfbc35f2144f3838573931cd | [
"MIT"
] | null | null | null | package com.usermodule.services;
import javax.mail.MessagingException;
import org.apache.commons.lang3.RandomStringUtils;
import org.apache.commons.lang3.exception.ExceptionUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springf... | 39.704545 | 125 | 0.778096 |
aabd98c2dc4d7421d3148b483bcb9462f23e43f7 | 18,160 | swift | Swift | src/xcode/ENA/ENA/Source/Services/Risk/Calculation/__tests__/RiskCalculationTests.swift | ckuelker/cwa-app-ios | 2ce0f6182955392e94b0e735da79c05b91faee0e | [
"Apache-2.0"
] | null | null | null | src/xcode/ENA/ENA/Source/Services/Risk/Calculation/__tests__/RiskCalculationTests.swift | ckuelker/cwa-app-ios | 2ce0f6182955392e94b0e735da79c05b91faee0e | [
"Apache-2.0"
] | null | null | null | src/xcode/ENA/ENA/Source/Services/Risk/Calculation/__tests__/RiskCalculationTests.swift | ckuelker/cwa-app-ios | 2ce0f6182955392e94b0e735da79c05b91faee0e | [
"Apache-2.0"
] | null | null | null | //
// Corona-Warn-App
//
// SAP SE and all other contributors
// copyright owners license this file to you 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... | 31.310345 | 126 | 0.752698 |
63052ad90e44d3c07d677d83c09cc77693adcf57 | 797 | sql | SQL | Application/Migration/1634393825-followed-users.sql | windorg/app | 3981b86f26cf64fc907ff478e76240a592476fa7 | [
"MIT"
] | 27 | 2021-11-18T13:27:13.000Z | 2021-12-30T03:56:56.000Z | Application/Migration/1634393825-followed-users.sql | windorg/app | 3981b86f26cf64fc907ff478e76240a592476fa7 | [
"MIT"
] | 1 | 2021-12-06T16:41:46.000Z | 2021-12-06T17:05:37.000Z | Application/Migration/1634393825-followed-users.sql | windorg/app | 3981b86f26cf64fc907ff478e76240a592476fa7 | [
"MIT"
] | 3 | 2021-11-18T15:18:30.000Z | 2021-11-19T03:26:19.000Z | CREATE TABLE followed_users (
id UUID DEFAULT uuid_generate_v4() PRIMARY KEY NOT NULL,
subscriber_id UUID NOT NULL,
followed_user_id UUID NOT NULL,
created_at TIMESTAMP WITH TIME ZONE DEFAULT NOW() NOT NULL
);
CREATE INDEX followed_users_subscriber_id_index ON followed_users (subscriber_id);
CREATE INDE... | 72.454545 | 149 | 0.841907 |
8e522bd8855c8a3f4bc21fdb2ca63d08f4541aaf | 170 | sql | SQL | 3. Aggregation/03. Revising Aggregations - Averages.sql | satyarthiabhay/Hackerrank-SQL-Challenges | f3071d0ae8c516a3d0977c7feb81a9027c5c269d | [
"MIT"
] | 4 | 2021-07-17T22:32:20.000Z | 2021-07-31T11:48:36.000Z | 3. Aggregation/03. Revising Aggregations - Averages.sql | satyarthiabhay/Hackerrank-SQL-Challenges | f3071d0ae8c516a3d0977c7feb81a9027c5c269d | [
"MIT"
] | null | null | null | 3. Aggregation/03. Revising Aggregations - Averages.sql | satyarthiabhay/Hackerrank-SQL-Challenges | f3071d0ae8c516a3d0977c7feb81a9027c5c269d | [
"MIT"
] | null | null | null | -- Problem : https://www.hackerrank.com/challenges/revising-aggregations-the-average-function/problem
SELECT AVG(POPULATION)
FROM CITY
WHERE DISTRICT='California'; | 34 | 102 | 0.782353 |
ad17a15fc3f7ec95e0c56526b7f77a849f49a29f | 1,360 | swift | Swift | TelephoneDirectory/Common/Persistence/PersistenceProtocol.swift | daniele99999999/Telephone-Directory-Mobile-Edition | 51da815295b0e7abf3aafa2650e9bf7b126d9c31 | [
"MIT"
] | null | null | null | TelephoneDirectory/Common/Persistence/PersistenceProtocol.swift | daniele99999999/Telephone-Directory-Mobile-Edition | 51da815295b0e7abf3aafa2650e9bf7b126d9c31 | [
"MIT"
] | null | null | null | TelephoneDirectory/Common/Persistence/PersistenceProtocol.swift | daniele99999999/Telephone-Directory-Mobile-Edition | 51da815295b0e7abf3aafa2650e9bf7b126d9c31 | [
"MIT"
] | null | null | null | //
// PersistenceProtocol.swift
// TelephoneDirectory
//
// Created by Daniele Salvioni on 12/11/2019.
// Copyright © 2019 Daniele Salvioni. All rights reserved.
//
import Foundation
protocol PersistenceIdentifier
{
func toIdentifier() -> Int64?
}
extension String: PersistenceIdentifier
{
func toIdentifi... | 27.755102 | 83 | 0.744118 |
4015b37b17e6ad94221973a7573095f03e406d98 | 922 | py | Python | sepicker/interface/can_bus.py | danielbayerlein/sepicker | 58a1685a6e4bcbbacdb717b91d748d179d38b2d6 | [
"MIT"
] | 4 | 2021-08-04T07:20:58.000Z | 2022-03-22T17:02:53.000Z | sepicker/interface/can_bus.py | danielbayerlein/sepicker | 58a1685a6e4bcbbacdb717b91d748d179d38b2d6 | [
"MIT"
] | 5 | 2020-03-08T19:17:08.000Z | 2022-03-24T04:09:17.000Z | sepicker/interface/can_bus.py | danielbayerlein/sepicker | 58a1685a6e4bcbbacdb717b91d748d179d38b2d6 | [
"MIT"
] | 1 | 2021-01-22T16:28:47.000Z | 2021-01-22T16:28:47.000Z | import logging
import sys
import can
LOGGER = logging.getLogger(__name__)
class CanBus:
def __init__(self, interface, sender):
self.interface = interface
self.sender = int(str(sender), 16)
def __enter__(self):
try:
self.bus = can.interface.Bus(
channel=sel... | 23.641026 | 78 | 0.567245 |
878b8f5cf1f0ec62878e95ff4c050330e09d9ab5 | 22,576 | xhtml | HTML | src/epub/toc.xhtml | standardebooks/aleksandr-kuprin_short-fiction_s-koteliansky_j-m-murry_stephen-graham_rosa-savory-graham_leo-pasvols | 122458eeda65f5c191c32f28276cce8e9c05cf65 | [
"CC0-1.0"
] | null | null | null | src/epub/toc.xhtml | standardebooks/aleksandr-kuprin_short-fiction_s-koteliansky_j-m-murry_stephen-graham_rosa-savory-graham_leo-pasvols | 122458eeda65f5c191c32f28276cce8e9c05cf65 | [
"CC0-1.0"
] | null | null | null | src/epub/toc.xhtml | standardebooks/aleksandr-kuprin_short-fiction_s-koteliansky_j-m-murry_stephen-graham_rosa-savory-graham_leo-pasvols | 122458eeda65f5c191c32f28276cce8e9c05cf65 | [
"CC0-1.0"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" epub:prefix="z3998: http://www.daisy.org/z3998/2012/vocab/structure/, se: https://standardebooks.org/vocab/1.0" xml:lang="en-US">
<head>
<title>Table of Contents</title>
</head>
<body epub:ty... | 35.055901 | 214 | 0.530829 |
9970a7c21ddc9d0f3d8215c690281dbf3b2ec796 | 4,249 | c | C | Sviluppo_software_in_gruppi_di_lavoro_complessi/Esercizi_Eiffel/Eiffel User Files/19.05/precomp/spec/windows/EIFGENs/base-scoop-safe/W_code/C17/ty533d.c | katema-official/Universita_magistrale_anno_1.1 | ee63415b8a4e9b34f704f253a272d0f0a8c247a4 | [
"MIT"
] | null | null | null | Sviluppo_software_in_gruppi_di_lavoro_complessi/Esercizi_Eiffel/Eiffel User Files/19.05/precomp/spec/windows/EIFGENs/base-scoop-safe/W_code/C17/ty533d.c | katema-official/Universita_magistrale_anno_1.1 | ee63415b8a4e9b34f704f253a272d0f0a8c247a4 | [
"MIT"
] | null | null | null | Sviluppo_software_in_gruppi_di_lavoro_complessi/Esercizi_Eiffel/Eiffel User Files/19.05/precomp/spec/windows/EIFGENs/base-scoop-safe/W_code/C17/ty533d.c | katema-official/Universita_magistrale_anno_1.1 | ee63415b8a4e9b34f704f253a272d0f0a8c247a4 | [
"MIT"
] | null | null | null | /*
* Class reference TYPED_POINTER [INTEGER_32]
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static const EIF_TYPE_INDEX egt_0_533 [] = {0xFF01,232,0xFFFF};
static const EIF_TYPE_INDEX egt_1_533 [] = {0xFF01,533,532,218,0xFFFF};
static const EIF_TYPE_INDEX egt_2_533 [] = {0xFF01,532,218,0xFFF... | 39.71028 | 71 | 0.7237 |
e9a58c6bcfc31de743ef010f3ed95b0be1730073 | 1,022 | rs | Rust | examples/i2c_detect.rs | no111u3/m48_robo_rust | 9b85b334b50808d2c47894d10a2369f1e57c92e4 | [
"Apache-2.0"
] | 2 | 2020-12-08T10:22:43.000Z | 2021-12-16T10:00:53.000Z | examples/i2c_detect.rs | no111u3/m48_robo_rust | 9b85b334b50808d2c47894d10a2369f1e57c92e4 | [
"Apache-2.0"
] | null | null | null | examples/i2c_detect.rs | no111u3/m48_robo_rust | 9b85b334b50808d2c47894d10a2369f1e57c92e4 | [
"Apache-2.0"
] | null | null | null | #![no_std]
#![no_main]
extern crate panic_halt;
use m48_robo_rust::{hal::i2c, prelude::*};
#[m48_robo_rust::entry]
fn main() -> ! {
let dp = m48_robo_rust::Peripherals::take().unwrap();
let mut pinsd = dp.PORTD.split();
let mut pinsc = dp.PORTC.split();
let mut serial = m48_robo_rust::Serial::new(... | 24.926829 | 79 | 0.613503 |
38ba3b93a8d6205f647be94cce4e9f2707e550ab | 11,727 | h | C | config.def.h | OliverLew/dwm | a7b57b17d0c9278ab08a1290d3381fdf2876ebb6 | [
"MIT"
] | 9 | 2020-12-07T22:20:12.000Z | 2022-01-31T15:23:47.000Z | config.def.h | OliverLew/dwm | a7b57b17d0c9278ab08a1290d3381fdf2876ebb6 | [
"MIT"
] | null | null | null | config.def.h | OliverLew/dwm | a7b57b17d0c9278ab08a1290d3381fdf2876ebb6 | [
"MIT"
] | 2 | 2021-07-10T18:19:52.000Z | 2022-03-09T18:18:05.000Z | /* See LICENSE file for copyright and license details. */
/* appearance */
static unsigned int borderpx = 1; /* border pixel of windows */
static int gappx = 16; /* gaps between windows */
static int gapsingle = 1; /* gaps when there is only 1 window */
static unsigned int sn... | 55.578199 | 111 | 0.436685 |
aadc6aba272130bc613b7b73a40088e591565866 | 279 | sql | SQL | src/main/resources/sql/001_init.sql | BogdanJava/url-cutter | 182d35bb1906c569f548ca8e9af8533c14c188a6 | [
"Unlicense"
] | null | null | null | src/main/resources/sql/001_init.sql | BogdanJava/url-cutter | 182d35bb1906c569f548ca8e9af8533c14c188a6 | [
"Unlicense"
] | null | null | null | src/main/resources/sql/001_init.sql | BogdanJava/url-cutter | 182d35bb1906c569f548ca8e9af8533c14c188a6 | [
"Unlicense"
] | null | null | null | BEGIN TRANSACTION;
DROP TABLE IF EXISTS "links" CASCADE;
DROP SEQUENCE IF EXISTS "links_seq" CASCADE;
CREATE SEQUENCE "links_seq" START 100000;
CREATE TABLE "links" (
"id" BIGINT PRIMARY KEY DEFAULT "nextval"('"links_seq"'),
"text" VARCHAR(255) NOT NULL
);
END TRANSACTION | 23.25 | 59 | 0.741935 |
d529e9dc3687e780d6316df2b8b32750b17eccb3 | 1,087 | kt | Kotlin | api/coroutines/v1.5.4/src/commonMain/kotlin/dev/whyoleg/ktd/api/account/DeleteAccount.kt | whyoleg/ktd | 7284eeabef0bd002dc72634351ab751b048900e9 | [
"Apache-2.0"
] | 46 | 2019-09-20T06:25:17.000Z | 2022-02-03T14:36:55.000Z | api/coroutines/v1.5.4/src/commonMain/kotlin/dev/whyoleg/ktd/api/account/DeleteAccount.kt | AlekseyDryuk/ktd | c299dab2b581466e3c9f103ebbacc92dcb18f957 | [
"Apache-2.0"
] | 7 | 2020-04-05T15:07:13.000Z | 2021-05-13T14:38:19.000Z | api/coroutines/v1.5.4/src/commonMain/kotlin/dev/whyoleg/ktd/api/account/DeleteAccount.kt | AlekseyDryuk/ktd | c299dab2b581466e3c9f103ebbacc92dcb18f957 | [
"Apache-2.0"
] | 15 | 2019-11-27T14:23:51.000Z | 2021-12-08T23:06:28.000Z | @file:Suppress(
"unused"
)
@file:UseExperimental(
BotsOnly::class,
TestingOnly::class
)
package dev.whyoleg.ktd.api.account
import dev.whyoleg.ktd.*
import dev.whyoleg.ktd.api.*
import dev.whyoleg.ktd.api.TdApi.*
/**
* Deletes the account of the current user, deleting all information associated with the... | 28.605263 | 109 | 0.74793 |
40d1d5cd8d14a2cabaebf191cbf78f333593ee15 | 3,198 | py | Python | jobs/TEST/SCH_Sheet_job.py | bibinvasudev/EBI_Project | df2560139e463d68a37e67e0bb683c06fa9ef91b | [
"CNRI-Python"
] | null | null | null | jobs/TEST/SCH_Sheet_job.py | bibinvasudev/EBI_Project | df2560139e463d68a37e67e0bb683c06fa9ef91b | [
"CNRI-Python"
] | null | null | null | jobs/TEST/SCH_Sheet_job.py | bibinvasudev/EBI_Project | df2560139e463d68a37e67e0bb683c06fa9ef91b | [
"CNRI-Python"
] | null | null | null | # Author : bibin
# Date : 09/20/2018
# Description : Sample Usage of SCH Sheet Job [Reading from Worksheet-XLSX(Source) save/load to Oracle(Target)]
# Importing required Lib
import logging
from time import gmtime, strftime
import py4j
from dependencies.spark import start_spark
from dependencies.EbiReadWrite import Eb... | 32.632653 | 120 | 0.626329 |
e0bad08e98c48a1e2ec55de29a6587496c7d146c | 1,906 | kt | Kotlin | reader/src/main/java/com/iniongun/tivbible/reader/utils/DashedUnderlineSpan.kt | IniongunIsaac/Tiv-Bible | 63da6ec716325a23b24d7071e53d5845ba56fa3c | [
"MIT"
] | 7 | 2019-12-31T14:51:15.000Z | 2020-05-29T22:08:39.000Z | reader/src/main/java/com/iniongun/tivbible/reader/utils/DashedUnderlineSpan.kt | MbaiorgaG/Tiv-Bible | 63da6ec716325a23b24d7071e53d5845ba56fa3c | [
"MIT"
] | null | null | null | reader/src/main/java/com/iniongun/tivbible/reader/utils/DashedUnderlineSpan.kt | MbaiorgaG/Tiv-Bible | 63da6ec716325a23b24d7071e53d5845ba56fa3c | [
"MIT"
] | 3 | 2020-06-02T11:33:15.000Z | 2022-01-12T02:15:50.000Z | package com.iniongun.tivbible.reader.utils
import android.graphics.Canvas
import android.graphics.DashPathEffect
import android.graphics.Paint
import android.text.Layout
import android.text.style.LineBackgroundSpan
import android.text.style.LineHeightSpan
import android.widget.TextView
/**
* Created by Isaac Iniong... | 31.245902 | 89 | 0.656348 |
9e2a73317dda7f73f09a5c454321aaefadfda815 | 480 | sql | SQL | app/lib/db_query/sql/tweets/enca/profiles.sql | MichaelCurrin/twitterverse | 9629f848377e4346be833db70f11c593cc0d7b6c | [
"MIT"
] | 10 | 2019-03-22T07:07:41.000Z | 2022-01-26T00:57:45.000Z | app/lib/db_query/sql/tweets/enca/profiles.sql | MichaelCurrin/twitterverse | 9629f848377e4346be833db70f11c593cc0d7b6c | [
"MIT"
] | 70 | 2017-07-12T19:49:38.000Z | 2020-09-02T10:03:28.000Z | app/lib/db_query/sql/tweets/enca/profiles.sql | MichaelCurrin/twitterverse | 9629f848377e4346be833db70f11c593cc0d7b6c | [
"MIT"
] | 2 | 2017-06-30T07:13:39.000Z | 2020-12-04T00:39:12.000Z | SELECT
'@' || profile.screen_name AS screen_name,
profile.name,
profile.followers_count,
profile.location,
profile.image_url,
COUNT(*) AS cnt
FROM tweet
INNER JOIN profile ON tweet.profile_id = profile.id
INNER JOIN tweet_campaign ON tweet.id = tweet_campaign.tweet_id
INNER JOIN campaign ON camp... | 28.235294 | 63 | 0.745833 |
9651c476fce4a127225d0d7e8624ec51cf9b3378 | 3,755 | php | PHP | resources/views/master.blade.php | syazwanirahimin/APPXILON | 1221e4f993ddd1111ff3b21ef33107b9c7421a7d | [
"MIT"
] | null | null | null | resources/views/master.blade.php | syazwanirahimin/APPXILON | 1221e4f993ddd1111ff3b21ef33107b9c7421a7d | [
"MIT"
] | null | null | null | resources/views/master.blade.php | syazwanirahimin/APPXILON | 1221e4f993ddd1111ff3b21ef33107b9c7421a7d | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initioal-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>AppXilon</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta conten... | 44.176471 | 212 | 0.671372 |
df837b14573571c71112324b8acf6b568a417707 | 540 | ts | TypeScript | eventapp/ClientApp/app/services/priority.service.ts | mia01/eVent | b472b9011e3d3ce94428e5dd169c31e74f37d899 | [
"Apache-2.0"
] | null | null | null | eventapp/ClientApp/app/services/priority.service.ts | mia01/eVent | b472b9011e3d3ce94428e5dd169c31e74f37d899 | [
"Apache-2.0"
] | null | null | null | eventapp/ClientApp/app/services/priority.service.ts | mia01/eVent | b472b9011e3d3ce94428e5dd169c31e74f37d899 | [
"Apache-2.0"
] | null | null | null | import { Injectable } from '@angular/core';
import { HttpClient } from '@angular/common/http';
import { environment } from '../../environments/environment';
import Priority from '../models/priority';
@Injectable({
providedIn: 'root'
})
export class PriorityService {
private PRIORITY_URL = environment.api.base + e... | 24.545455 | 75 | 0.714815 |
c35ef465ffa6077d99e23b759e4c21e66b54feff | 801 | go | Go | timelog/utils.go | qbart/timelog | 27589c1f997ac07ba56bbbcc8b44bdc16ef5d14d | [
"MIT"
] | 11 | 2020-02-03T20:32:50.000Z | 2021-11-15T08:38:02.000Z | timelog/utils.go | qbart/timelog | 27589c1f997ac07ba56bbbcc8b44bdc16ef5d14d | [
"MIT"
] | 4 | 2020-02-08T08:12:32.000Z | 2020-02-11T17:14:47.000Z | timelog/utils.go | qbart/timelog | 27589c1f997ac07ba56bbbcc8b44bdc16ef5d14d | [
"MIT"
] | null | null | null | package timelog
import (
"time"
)
const (
formatDateTime = "2006-01-02 15:04"
formatDate = "2006-01-02"
formatTime = "15:04"
)
// ParseDateTime parses time in app-default format.
func ParseDateTime(value string) (time.Time, error) {
return time.Parse(formatDateTime, value)
}
// ToLocal converts time to... | 21.078947 | 53 | 0.735331 |
31020f3d6d115f2678257f7d5c003fe6fa0bc97c | 2,724 | kt | Kotlin | app/src/tv/java/app/newproj/lbrytv/ui/error/ErrorFragment.kt | linimin/lbry-androidtv | fd25f231a1c028b36b7a85b7fdbffcff935839c5 | [
"MIT"
] | 13 | 2021-12-03T09:14:22.000Z | 2022-03-30T22:01:39.000Z | app/src/tv/java/app/newproj/lbrytv/ui/error/ErrorFragment.kt | linimin/lbry-androidtv | fd25f231a1c028b36b7a85b7fdbffcff935839c5 | [
"MIT"
] | 2 | 2021-12-15T18:48:02.000Z | 2022-03-30T22:01:10.000Z | app/src/tv/java/app/newproj/lbrytv/ui/error/ErrorFragment.kt | linimin/lbry-androidtv | fd25f231a1c028b36b7a85b7fdbffcff935839c5 | [
"MIT"
] | 1 | 2022-01-16T17:48:55.000Z | 2022-01-16T17:48:55.000Z | /*
* MIT License
*
* Copyright (c) 2022 LIN I MIN
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify... | 39.478261 | 93 | 0.73862 |
83f3f616e00d71707946f1e0d1d14ceaebbf957d | 5,146 | go | Go | client/clinet_mock.go | DoomSentinel/scheduler | 1427ac778b8ffc7ed2f0593abaae2bbab970c6a8 | [
"MIT"
] | null | null | null | client/clinet_mock.go | DoomSentinel/scheduler | 1427ac778b8ffc7ed2f0593abaae2bbab970c6a8 | [
"MIT"
] | null | null | null | client/clinet_mock.go | DoomSentinel/scheduler | 1427ac778b8ffc7ed2f0593abaae2bbab970c6a8 | [
"MIT"
] | null | null | null | // Code generated by MockGen. DO NOT EDIT.
// Source: github.com/DoomSentinel/scheduler-api/gen/go/v1 (interfaces: SchedulerServiceClient)
// Package client is a generated GoMock package.
package client
import (
context "context"
scheduler "github.com/DoomSentinel/scheduler-api/gen/go/v1"
gomock "github.com/golang... | 43.982906 | 220 | 0.772056 |
82d40295467d2351b9a879344991f9697d71479a | 6,784 | sql | SQL | doc/database.sql | acrossmountain/spring-demo-redpack | d6c4ff183e24bd63d3d219924cc57819cb740c98 | [
"Apache-2.0"
] | null | null | null | doc/database.sql | acrossmountain/spring-demo-redpack | d6c4ff183e24bd63d3d219924cc57819cb740c98 | [
"Apache-2.0"
] | null | null | null | doc/database.sql | acrossmountain/spring-demo-redpack | d6c4ff183e24bd63d3d219924cc57819cb740c98 | [
"Apache-2.0"
] | null | null | null | /*
Navicat Premium Data Transfer
Source Server : 本地数据库
Source Server Type : MySQL
Source Server Version : 80012
Source Host : localhost:3306
Source Schema : red_pack
Target Server Type : MySQL
Target Server Version : 80012
File Encoding : 65001
Date: 19/12/2020 10:53... | 57.491525 | 111 | 0.72671 |
859dbe45154a692e8b03109e0b5de77b821cd427 | 494 | js | JavaScript | week-1/2_4_send_transaction.js | CT83/Ethereum-India-Fellowship | 18917a9072d6e82012a6c9ba746e2bc1d844617b | [
"Apache-2.0"
] | null | null | null | week-1/2_4_send_transaction.js | CT83/Ethereum-India-Fellowship | 18917a9072d6e82012a6c9ba746e2bc1d844617b | [
"Apache-2.0"
] | 8 | 2020-07-21T05:14:33.000Z | 2022-02-13T16:23:34.000Z | week-1/2_4_send_transaction.js | CT83/Ethereum-India-Fellowship | 18917a9072d6e82012a6c9ba746e2bc1d844617b | [
"Apache-2.0"
] | null | null | null | const dotenv = require("dotenv");
dotenv.config();
var Web3 = require('web3');
const web3 = new Web3();
web3.setProvider(new web3.providers.HttpProvider('http://localhost:8545'));
var sendEth = async function () {
var tx = {
from: process.env.ADDRESS,
to: "0xafa3f8684e54059998bc3a7b0d2b0da075154d6... | 29.058824 | 81 | 0.674089 |
53a94960933f5095e1a668978c18a709a23a8ba6 | 2,399 | kt | Kotlin | caiguicheng/week01/day03/work/demo03work/controller/UserController.kt | cgc186/work | b4da417e8eeb13d81d44467bd46dca73126625df | [
"AFL-3.0"
] | null | null | null | caiguicheng/week01/day03/work/demo03work/controller/UserController.kt | cgc186/work | b4da417e8eeb13d81d44467bd46dca73126625df | [
"AFL-3.0"
] | null | null | null | caiguicheng/week01/day03/work/demo03work/controller/UserController.kt | cgc186/work | b4da417e8eeb13d81d44467bd46dca73126625df | [
"AFL-3.0"
] | null | null | null | package com.example.demo03work.controller
import com.example.demo03work.entity.Order
import com.example.demo03work.entity.User
import com.example.demo03work.entity.UserData
import com.example.demo03work.service.UserService
import io.swagger.annotations.Api
import io.swagger.annotations.ApiOperation
import org.mybatis.... | 25.795699 | 66 | 0.690288 |
47431473c5c76f1452c6ea6df9848c726173dff1 | 14,876 | html | HTML | Flask/Before JS/templates/menu.html | inventor321/https---github.com-inventor321-nomadic-tribe | 139896a8f1a3c481b0f306a1c2e3cd9979392bde | [
"MIT"
] | 2 | 2021-11-11T01:07:44.000Z | 2021-11-11T01:07:52.000Z | Flask/Before JS/templates/menu.html | inventor321/Nomad-tribe | 139896a8f1a3c481b0f306a1c2e3cd9979392bde | [
"MIT"
] | null | null | null | Flask/Before JS/templates/menu.html | inventor321/Nomad-tribe | 139896a8f1a3c481b0f306a1c2e3cd9979392bde | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html>
<head>
<title>Nomadic Camp</title>
<meta charset=utf-8>
<meta http-equiv="refresh" content=";url=http://127.0.0.1:5000/" /><!------>
<link href="https://fonts.googleapis.com/css?family=Montserrat:700" rel="stylesheet">
<l... | 47.832797 | 238 | 0.362597 |
89b2fcf148d4e08b281bb5f84044d0be4bb4e021 | 7,717 | swift | Swift | Green Recipes/Views/HomePage.swift | sreeganeshji/Green-Recipes | 3bce5e6f5847b61ffb06d3b33db291266477be52 | [
"MIT"
] | null | null | null | Green Recipes/Views/HomePage.swift | sreeganeshji/Green-Recipes | 3bce5e6f5847b61ffb06d3b33db291266477be52 | [
"MIT"
] | null | null | null | Green Recipes/Views/HomePage.swift | sreeganeshji/Green-Recipes | 3bce5e6f5847b61ffb06d3b33db291266477be52 | [
"MIT"
] | null | null | null | //
// HomePage.swift
// Green Recipes
//
// Created by SreeGaneshji on 10/30/20.
//
/*
*/
import SwiftUI
import AuthenticationServices
enum tabViews {
case search, settings, favorites, explore, addRecipe
/*
* explore- can be category wise arrangement of the popular dishes based on views this week, ... | 34.146018 | 226 | 0.510691 |
453ad9cafd5eeb8e4c0df7161018381c5928c004 | 1,370 | swift | Swift | assignment/assignment20200427_2/dismissViewcotroller/AViewController.swift | danbin920404/TIL | 13ac97f6478814a7c1221e2870716cd4762a8199 | [
"MIT"
] | 1 | 2020-04-17T01:19:11.000Z | 2020-04-17T01:19:11.000Z | assignment/assignment20200427_2/dismissViewcotroller/AViewController.swift | danbin920404/TIL | 13ac97f6478814a7c1221e2870716cd4762a8199 | [
"MIT"
] | null | null | null | assignment/assignment20200427_2/dismissViewcotroller/AViewController.swift | danbin920404/TIL | 13ac97f6478814a7c1221e2870716cd4762a8199 | [
"MIT"
] | null | null | null | //
// AViewController.swift
// dismissViewcotroller
//
// Created by 성단빈 on 2020/04/27.
// Copyright © 2020 seong. All rights reserved.
//
import UIKit
class AViewController: UIViewController {
let viewComebackBtn: UIButton = UIButton()
let bViewBtn: UIButton = UIButton()
override func viewDidLoad() {
... | 26.862745 | 116 | 0.69708 |
b2c4382563bdc135f87a0336d22aa149de5f9c44 | 9,203 | py | Python | rollon_erpnext/hooks_property_setter.py | santoshbb/rhplrepo | 8ce4792ea47b66ab2b7aed9da468104a2d37ae2b | [
"MIT"
] | null | null | null | rollon_erpnext/hooks_property_setter.py | santoshbb/rhplrepo | 8ce4792ea47b66ab2b7aed9da468104a2d37ae2b | [
"MIT"
] | null | null | null | rollon_erpnext/hooks_property_setter.py | santoshbb/rhplrepo | 8ce4792ea47b66ab2b7aed9da468104a2d37ae2b | [
"MIT"
] | null | null | null | property_setter = {
"dt": "Property Setter",
"filters": [
["name", "in", [
'Purchase Order-read_only_onload',
'Purchase Order-default_print_format',
'Purchase Invoice-naming_series-options',
'Purchase Invoice-naming_series-default',
'Delivery Note-naming_series-options',
'Delivery Note-naming_seri... | 40.013043 | 61 | 0.757688 |
761b4446556787229342b806544c5c07db056df1 | 355 | go | Go | clase1/holamundo.go | chetinchog/pp-go | b0a230110fd602bc74f961d87e106212da0a675d | [
"MIT"
] | null | null | null | clase1/holamundo.go | chetinchog/pp-go | b0a230110fd602bc74f961d87e106212da0a675d | [
"MIT"
] | null | null | null | clase1/holamundo.go | chetinchog/pp-go | b0a230110fd602bc74f961d87e106212da0a675d | [
"MIT"
] | null | null | null | package main
import (
"fmt"
)
func sumar(a, b int) int {
return a + b
}
func main() {
fmt.Println("Hola mundo!")
s := sumar
r := s(10, 5)
fmt.Println(r)
// var a int = 10
// b := 20
const c = "hola"
fmt.Println()
for i := 0; i < 3; i++ {
fmt.Printf("Hola %d\n", i)
}
fmt.Println()
if m := 2 % 2; ... | 10.757576 | 28 | 0.507042 |
7411c8e1f3cff88118652bdfac0aa36e3037109c | 878 | kt | Kotlin | app/src/main/java/au/com/mealplanner/mealplanner/feature/viewMeals/ViewMealsActivity.kt | jleu1656/meal-planner | 114eceb65b5efbed4e985b1f7c0d1d675fd16bc2 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/au/com/mealplanner/mealplanner/feature/viewMeals/ViewMealsActivity.kt | jleu1656/meal-planner | 114eceb65b5efbed4e985b1f7c0d1d675fd16bc2 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/au/com/mealplanner/mealplanner/feature/viewMeals/ViewMealsActivity.kt | jleu1656/meal-planner | 114eceb65b5efbed4e985b1f7c0d1d675fd16bc2 | [
"Apache-2.0"
] | null | null | null | package au.com.mealplanner.mealplanner.feature.viewMeals
import android.os.Bundle
import au.com.mealplanner.mealplanner.R
import au.com.mealplanner.mealplanner.base.BaseActivity
import au.com.mealplanner.mealplanner.data.model.Meal
import dagger.android.AndroidInjection
import javax.inject.Inject
class ViewMealsActiv... | 25.823529 | 62 | 0.73918 |
a1c53cdb4d4d5a017d0bfdca87b00517745d7b78 | 149 | c | C | C01/ex06/main6.c | tahaerel/42-Ecole | bce9398f88eb286d4386eae108983a9ec7851102 | [
"MIT"
] | null | null | null | C01/ex06/main6.c | tahaerel/42-Ecole | bce9398f88eb286d4386eae108983a9ec7851102 | [
"MIT"
] | null | null | null | C01/ex06/main6.c | tahaerel/42-Ecole | bce9398f88eb286d4386eae108983a9ec7851102 | [
"MIT"
] | null | null | null | #include <stdio.h>
int ft_strlen(char *str);
int main (void)
{
char str[] = "Amanda";
int count = ft_strlen(str);
printf("%d\n", count);
}
| 12.416667 | 28 | 0.597315 |
5ae3217702eb9b95c06da775dced00d6be9ed4b3 | 1,609 | rs | Rust | vobsub/tests/parse_corpus.rs | sykul/subtitles-rs | f8a8b824070c1f397c4c22e4da7738562c147585 | [
"CC0-1.0"
] | 195 | 2017-03-08T21:55:21.000Z | 2022-03-10T00:47:05.000Z | vobsub/tests/parse_corpus.rs | emk/substudy | f8a8b824070c1f397c4c22e4da7738562c147585 | [
"CC0-1.0"
] | 34 | 2015-12-12T02:28:50.000Z | 2017-12-23T15:55:16.000Z | vobsub/tests/parse_corpus.rs | sykul/subtitles-rs | f8a8b824070c1f397c4c22e4da7738562c147585 | [
"CC0-1.0"
] | 23 | 2017-05-06T08:33:15.000Z | 2021-12-11T17:11:35.000Z | extern crate env_logger;
extern crate glob;
#[macro_use]
extern crate log;
extern crate vobsub;
use std::fs;
use std::io::prelude::*;
use std::path::Path;
// To run this test, use `cargo test -- --ignored`. This tests against a
// larger selection of *.sub files in our private corpus, which is
// unfortunately not o... | 27.271186 | 78 | 0.624612 |
856e0d0f7e398843340d1e03e9802dca153fae9b | 6,410 | js | JavaScript | public/assets/js/custom_validation.js | RushiShirkar/moonfood-api | dfbfb6c6086984f84077dca7f807bc8386521991 | [
"MIT"
] | null | null | null | public/assets/js/custom_validation.js | RushiShirkar/moonfood-api | dfbfb6c6086984f84077dca7f807bc8386521991 | [
"MIT"
] | null | null | null | public/assets/js/custom_validation.js | RushiShirkar/moonfood-api | dfbfb6c6086984f84077dca7f807bc8386521991 | [
"MIT"
] | null | null | null | function isNumber(e){return!!e.match(/^[0-9]+$/)}function isChar(e){return!!e.match(/^[a-zA-Z]+$/)}function isEmpty(e){return""==e||null==e}function isEmail(e){return!!/^\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(e)}function error(e,r,t){$("#"+e).css({border:"1px solid red"}),$("#"+r).html(t)}function success(... | 6,410 | 6,410 | 0.679095 |
6a1e7fc56ceae5d9a741fb442e8ac30d57d6f102 | 384 | sql | SQL | Atividades ate 26-07-2019/Querys/FirstTable.sql | DanielaLischeski/GitDani | 84faf2428233b6a5f54f3d7e3428fc5df3b59137 | [
"MIT"
] | null | null | null | Atividades ate 26-07-2019/Querys/FirstTable.sql | DanielaLischeski/GitDani | 84faf2428233b6a5f54f3d7e3428fc5df3b59137 | [
"MIT"
] | null | null | null | Atividades ate 26-07-2019/Querys/FirstTable.sql | DanielaLischeski/GitDani | 84faf2428233b6a5f54f3d7e3428fc5df3b59137 | [
"MIT"
] | null | null | null | insert into AulaCsharp
(Aluno,Idade,Ativo,UsuInc,UsuAlt,DatInc,DatAlt)
values
('Daniela',35,1,22031984,20051985,GETDATE(),GETDATE()),
('Gilberto',34,1,22031984,20051985,GETDATE(),GETDATE()),
('Vanessa',33,1,22031984,10071986,GETDATE(),GETDATE()),
('Andrei',24,0,22031984,17071995,GETDATE(),GETDATE()),
('David',24,0,220... | 38.4 | 56 | 0.742188 |
91632b77f73091178262772f8bee022c64eaa05c | 4,568 | swift | Swift | DynamicWebKit/DynamicWebKit/WebViewController.swift | kharrison/CodeExamples | a0a0d2951ef3348857851d84a46dead5fd543245 | [
"BSD-3-Clause"
] | 1,739 | 2015-01-06T17:26:13.000Z | 2022-03-29T23:18:38.000Z | DynamicWebKit/DynamicWebKit/WebViewController.swift | kharrison/CodeExamples | a0a0d2951ef3348857851d84a46dead5fd543245 | [
"BSD-3-Clause"
] | 11 | 2015-03-10T20:58:00.000Z | 2020-07-22T20:42:10.000Z | DynamicWebKit/DynamicWebKit/WebViewController.swift | kharrison/CodeExamples | a0a0d2951ef3348857851d84a46dead5fd543245 | [
"BSD-3-Clause"
] | 951 | 2015-01-03T21:11:19.000Z | 2022-03-23T09:28:56.000Z | // Created by Keith Harrison https://useyourloaf.com
// Copyright (c) 2017-2020 Keith Harrison. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must r... | 39.37931 | 214 | 0.702058 |
a199d1a03962d357e534607c55467841eb800347 | 1,579 | h | C | Tools/ecg-kit-master/common/eplimited/src/inputs.h | giovanni-bort/CINC20-Bort.Ivo | 554ee0ddf445a5edffa9b0df8600b627fa882832 | [
"BSD-2-Clause"
] | 2 | 2021-04-24T09:52:25.000Z | 2022-03-03T13:15:17.000Z | Tools/ecg-kit-master/common/eplimited/src/inputs.h | giovanni-bort/CINC20-Bort.Ivo | 554ee0ddf445a5edffa9b0df8600b627fa882832 | [
"BSD-2-Clause"
] | null | null | null | Tools/ecg-kit-master/common/eplimited/src/inputs.h | giovanni-bort/CINC20-Bort.Ivo | 554ee0ddf445a5edffa9b0df8600b627fa882832 | [
"BSD-2-Clause"
] | null | null | null | /* file: inputs.h
This file defines the set of records that 'easytest' processes and that
'bxbep' uses for deriving performance statistics.
*/
// Uncomment only one of the next three lines.
#define PHYSIOBANK // 25 freely available MIT-BIH records from PhysioBank
// #define MITDB // 48 MIT-BIH records in 'mitdb'
// #... | 36.72093 | 78 | 0.734009 |
7104a23237f0328a2df3a7d9c5ec0e5207e663aa | 1,006 | ts | TypeScript | frontend/src/app/pages/settings/users/user-details/mutate-user/mutate-user.component.ts | jsc-masshtab/vdi-server | 3de49dec986ab26ffc6c073873fb9de5943809f9 | [
"MIT"
] | 2 | 2021-12-03T10:04:25.000Z | 2022-01-12T06:26:39.000Z | frontend/src/app/pages/settings/users/user-details/mutate-user/mutate-user.component.ts | jsc-masshtab/vdi-server | 3de49dec986ab26ffc6c073873fb9de5943809f9 | [
"MIT"
] | null | null | null | frontend/src/app/pages/settings/users/user-details/mutate-user/mutate-user.component.ts | jsc-masshtab/vdi-server | 3de49dec986ab26ffc6c073873fb9de5943809f9 | [
"MIT"
] | null | null | null | import { Component, Inject } from '@angular/core';
import { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';
import { WaitService } from '../../../../../core/components/wait/wait.service';
import { UsersService } from '../../users.service';
@Component({
selector: 'mutate-user',
templateUrl: './mut... | 29.588235 | 79 | 0.648111 |
4c574b1961df0c8f881832677258e97b6a86ba80 | 811 | kt | Kotlin | src/backend/turbo/biz-turbo/src/main/kotlin/com/tencent/devops/turbo/controller/ServiceTurboPlanController.kt | Kinway050/bk-ci | 86fa21d345d9c06b3f6857ba38d8d8d0d96ca7e3 | [
"MIT"
] | 1,939 | 2019-05-29T05:15:45.000Z | 2022-03-29T11:49:16.000Z | src/backend/turbo/biz-turbo/src/main/kotlin/com/tencent/devops/turbo/controller/ServiceTurboPlanController.kt | Kinway050/bk-ci | 86fa21d345d9c06b3f6857ba38d8d8d0d96ca7e3 | [
"MIT"
] | 3,608 | 2019-06-05T07:55:23.000Z | 2022-03-31T15:03:41.000Z | src/backend/turbo/biz-turbo/src/main/kotlin/com/tencent/devops/turbo/controller/ServiceTurboPlanController.kt | Kinway050/bk-ci | 86fa21d345d9c06b3f6857ba38d8d8d0d96ca7e3 | [
"MIT"
] | 561 | 2019-05-29T07:15:10.000Z | 2022-03-29T09:32:15.000Z | package com.tencent.devops.turbo.controller
import com.tencent.devops.api.pojo.Response
import com.tencent.devops.turbo.api.IServiceTurboPlanController
import com.tencent.devops.turbo.service.TurboPlanService
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.web.bind.annotation.R... | 42.684211 | 145 | 0.839704 |
27483363ccab2d67a98350a21c94e01ce31d5aa3 | 6,949 | kt | Kotlin | app/src/main/java/com/race/mediocreplan/ui/TaskDetailActivity.kt | alexfanchina/mediocreplan-android | 47bc7ec7d20a3bc865293aa4a4115c367fec2f3d | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/race/mediocreplan/ui/TaskDetailActivity.kt | alexfanchina/mediocreplan-android | 47bc7ec7d20a3bc865293aa4a4115c367fec2f3d | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/race/mediocreplan/ui/TaskDetailActivity.kt | alexfanchina/mediocreplan-android | 47bc7ec7d20a3bc865293aa4a4115c367fec2f3d | [
"Apache-2.0"
] | null | null | null | package com.race.mediocreplan.ui
import android.animation.ObjectAnimator
import android.app.ActivityOptions
import android.content.Context
import android.content.Intent
import android.content.res.ColorStateList
import android.support.v7.app.AppCompatActivity
import android.os.Bundle
import android.transition.*
import ... | 44.544872 | 135 | 0.671032 |
1d4b1af9b799c0c4d2b4247308b10192e06fafe8 | 1,069 | dart | Dart | lib/myapp.dart | theamiri/zahn | b09930a18d5d23f042959bc37dadd313fb3606c4 | [
"MIT"
] | 1 | 2021-07-27T22:44:57.000Z | 2021-07-27T22:44:57.000Z | lib/myapp.dart | theamiri/zahn | b09930a18d5d23f042959bc37dadd313fb3606c4 | [
"MIT"
] | null | null | null | lib/myapp.dart | theamiri/zahn | b09930a18d5d23f042959bc37dadd313fb3606c4 | [
"MIT"
] | 1 | 2021-07-27T18:11:01.000Z | 2021-07-27T18:11:01.000Z | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:sizer/sizer.dart';
import 'logic/app_bloc/app_bloc.dart';
import 'logic/colorization_bloc/colorization_bloc.dart';
import 'presentation/common/theme/app_theme.dart';
import 'presentation/routes/app_routes.dart';
cl... | 32.393939 | 74 | 0.653882 |
bcb76c3ad336ed864c2ffdb7c6ce702d0106c5ca | 532 | swift | Swift | Asepsis/summaryViewController.swift | pateldevang/Asepsis | 9048e81bbb663458856ef43882d53cc2750514d6 | [
"MIT"
] | null | null | null | Asepsis/summaryViewController.swift | pateldevang/Asepsis | 9048e81bbb663458856ef43882d53cc2750514d6 | [
"MIT"
] | null | null | null | Asepsis/summaryViewController.swift | pateldevang/Asepsis | 9048e81bbb663458856ef43882d53cc2750514d6 | [
"MIT"
] | null | null | null | //
// summaryViewController.swift
// Asepsis
//
// Created by Devang Patel on 21/09/19.
// Copyright © 2019 Devang Patel. All rights reserved.
//
import UIKit
import Firebase
class summaryViewController: UIViewController {
//MARK: - Outlets
@IBOutlet weak var identity: UILabel!
@IBOutlet weak va... | 18.344828 | 55 | 0.633459 |
e56dcaa52c2119d26ada9fd9e7239477107785ea | 167 | sql | SQL | sql_test_files/dw_misth_fylo_form.sql | gmai2006/grammar | a6a27a152cd1ce03e221ce625054f96dbbdd9194 | [
"MIT"
] | 1 | 2021-12-24T13:43:38.000Z | 2021-12-24T13:43:38.000Z | sql_test_files/dw_misth_fylo_form.sql | gmai2006/grammar | a6a27a152cd1ce03e221ce625054f96dbbdd9194 | [
"MIT"
] | 2 | 2021-05-02T18:37:16.000Z | 2021-09-07T05:07:07.000Z | sql_test_files/dw_misth_fylo_form.sql | gmai2006/grammar | a6a27a152cd1ce03e221ce625054f96dbbdd9194 | [
"MIT"
] | 2 | 2021-10-05T08:16:50.000Z | 2022-01-01T04:01:21.000Z | select misth_fylo.kodfylo, misth_fylo.kodxrisi, misth_fylo.descfylo from misth_fylo WHERE misth_fylo.kodfylo = :arg_kodfylo and misth_fylo.kodxrisi = :arg_kodxrisi | 167 | 167 | 0.832335 |
c31ad5f631e1ef363e85be920d9956499b5a67cc | 548 | kt | Kotlin | app/src/main/java/io/github/drumber/kitsune/data/model/media/Titles.kt | Drumber/Kitsune | 6f4466e8bd6049bd6b0fef833dd098f164e93219 | [
"Apache-2.0"
] | 6 | 2022-01-06T18:39:35.000Z | 2022-03-16T11:22:12.000Z | app/src/main/java/io/github/drumber/kitsune/data/model/media/Titles.kt | Drumber/Kitsune | 6f4466e8bd6049bd6b0fef833dd098f164e93219 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/io/github/drumber/kitsune/data/model/media/Titles.kt | Drumber/Kitsune | 6f4466e8bd6049bd6b0fef833dd098f164e93219 | [
"Apache-2.0"
] | null | null | null | package io.github.drumber.kitsune.data.model.media
import android.os.Parcelable
import com.fasterxml.jackson.annotation.JsonProperty
import kotlinx.parcelize.Parcelize
import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable
@Serializable
@Parcelize
data class Titles(
@JsonProperty("en")
... | 24.909091 | 52 | 0.739051 |
a4ac6fdc8ce584432f4e8c95a58f0e60b9c2a83c | 390 | kt | Kotlin | app/src/main/java/com/eugeneek/dicontainer/di/CounterScope.kt | eugeneek/Injector | 9778ebe406d711a4bbb73ab73238b3798d2b66c9 | [
"MIT"
] | 5 | 2019-10-24T16:48:43.000Z | 2019-11-05T21:18:21.000Z | app/src/main/java/com/eugeneek/dicontainer/di/CounterScope.kt | eugeneek/Injector | 9778ebe406d711a4bbb73ab73238b3798d2b66c9 | [
"MIT"
] | null | null | null | app/src/main/java/com/eugeneek/dicontainer/di/CounterScope.kt | eugeneek/Injector | 9778ebe406d711a4bbb73ab73238b3798d2b66c9 | [
"MIT"
] | null | null | null | package com.eugeneek.dicontainer.di
import com.eugeneek.dicontainer.Counter
import com.eugeneek.dicontainer.CounterIncrementer
import com.eugeneek.injector.Scope
class CounterScope: Scope() {
override fun init() {
val counter = Counter(0)
val counterIncrementer = CounterIncrementer(
... | 20.526316 | 52 | 0.697436 |
9693fc76f362aded59f882020b6c30a47ed16781 | 2,683 | swift | Swift | iOS App/Application/AppServerConfigs.swift | LaudateCorpus1/ar-cx-accelerator | bf371719d51e02bb8aad9597ded69187c315d2b0 | [
"UPL-1.0",
"Apache-2.0",
"CC-BY-4.0",
"MIT"
] | 6 | 2020-02-28T03:58:25.000Z | 2021-06-14T22:30:06.000Z | iOS App/Application/AppServerConfigs.swift | LaudateCorpus1/ar-cx-accelerator | bf371719d51e02bb8aad9597ded69187c315d2b0 | [
"UPL-1.0",
"Apache-2.0",
"CC-BY-4.0",
"MIT"
] | null | null | null | iOS App/Application/AppServerConfigs.swift | LaudateCorpus1/ar-cx-accelerator | bf371719d51e02bb8aad9597ded69187c315d2b0 | [
"UPL-1.0",
"Apache-2.0",
"CC-BY-4.0",
"MIT"
] | 3 | 2019-11-02T21:33:38.000Z | 2022-02-18T04:38:27.000Z | //
// *********************************************************************************************
// Copyright © 2019. Oracle and/or its affiliates. All rights reserved.
// Licensed under the Universal Permissive License v 1.0 as shown at
// http://oss.oracle.com/licenses/upl
// **************************************... | 32.325301 | 132 | 0.551249 |
2a14dfb3792162b6c65f9f44228153817e003e31 | 14 | sql | SQL | lib/index.test.down.sql | victorvuelma/knex-migrate-sql-file | 906c11f8cb9ab6a637b7d858efbdd5f194a42e1b | [
"MIT"
] | 12 | 2018-06-16T15:29:04.000Z | 2021-11-04T15:55:13.000Z | lib/index.test.down.sql | victorvuelma/knex-sql-file-migration | 906c11f8cb9ab6a637b7d858efbdd5f194a42e1b | [
"MIT"
] | 4 | 2018-06-18T19:29:04.000Z | 2021-10-07T20:06:10.000Z | lib/index.test.down.sql | victorvuelma/knex-sql-file-migration | 906c11f8cb9ab6a637b7d858efbdd5f194a42e1b | [
"MIT"
] | 5 | 2019-01-04T17:39:05.000Z | 2022-03-31T17:01:25.000Z | SELECT 'down'
| 7 | 13 | 0.714286 |
a1c070d99baa2521557ba70646058680bbbcb386 | 3,672 | h | C | hal/targets/hal/TARGET_ONSEMI/TARGET_NCS36510/crossbar_map.h | matthewelse/mbed-os | dce72d52fbb106eac148e00cbc20e03259c40425 | [
"Apache-2.0"
] | null | null | null | hal/targets/hal/TARGET_ONSEMI/TARGET_NCS36510/crossbar_map.h | matthewelse/mbed-os | dce72d52fbb106eac148e00cbc20e03259c40425 | [
"Apache-2.0"
] | null | null | null | hal/targets/hal/TARGET_ONSEMI/TARGET_NCS36510/crossbar_map.h | matthewelse/mbed-os | dce72d52fbb106eac148e00cbc20e03259c40425 | [
"Apache-2.0"
] | null | null | null | /**
******************************************************************************
* @file crossbar_map.h
* @brief CROSSBAR hw module register map
* @internal
* @author ON Semiconductor
* $Rev: 3318 $
* $Date: 2015-03-27 16:29:34 +0530 (Fri, 27 Mar 2015) $
***************************************************************... | 55.636364 | 99 | 0.50463 |
b2f31c9fa591aa64a9a9b71a93c94ca32cdaf220 | 910 | dart | Dart | digilog_clock/lib/main.dart | Jagrajsinghji/flutter_clock | 86b3f0a1470239e201a22af4482331f172534870 | [
"MIT"
] | null | null | null | digilog_clock/lib/main.dart | Jagrajsinghji/flutter_clock | 86b3f0a1470239e201a22af4482331f172534870 | [
"MIT"
] | null | null | null | digilog_clock/lib/main.dart | Jagrajsinghji/flutter_clock | 86b3f0a1470239e201a22af4482331f172534870 | [
"MIT"
] | null | null | null | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:io';
import 'package:flutter_clock_helper/customizer.dart';
import 'package:flutter_clock_helper/model.dart';
import 'package:flutter/founda... | 36.4 | 91 | 0.759341 |
c49e83955d7413738f31d66b2689639c26226016 | 492 | h | C | XHSmartHomeSystem/XHImageView.h | xspyhack/SmartHomeSystem-iOS | a5f2cf6e1f1e0215c6200d11b6e655e75fbf706c | [
"MIT"
] | 1 | 2015-05-19T05:49:07.000Z | 2015-05-19T05:49:07.000Z | XHSmartHomeSystem/XHImageView.h | xspyhack/SmartHomeSystem-iOS | a5f2cf6e1f1e0215c6200d11b6e655e75fbf706c | [
"MIT"
] | null | null | null | XHSmartHomeSystem/XHImageView.h | xspyhack/SmartHomeSystem-iOS | a5f2cf6e1f1e0215c6200d11b6e655e75fbf706c | [
"MIT"
] | null | null | null | //
// XHImageView.h
// XHSmartHomeSystem
//
// Created by bl4ckra1sond3tre on 4/12/15.
// Copyright (c) 2015 bl4ckra1sond3tre. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface XHImageView : UIView {
CAShapeLayer *arcLayer;
UIBezierPath *path;
}
/* the backgroundColor must clear */
@property (non... | 22.363636 | 61 | 0.727642 |
40cd9c32554a07796408225c4b0f64fdef4676c2 | 6,814 | html | HTML | docs/custom-heading-image.html | sadiel/columbiabritanica | 674cb754e67824bf976e7573070c3a226079ab16 | [
"MIT"
] | null | null | null | docs/custom-heading-image.html | sadiel/columbiabritanica | 674cb754e67824bf976e7573070c3a226079ab16 | [
"MIT"
] | 9 | 2020-07-17T16:26:07.000Z | 2022-03-03T22:46:45.000Z | docs/custom-heading-image.html | sadiel/columbiabritanica | 674cb754e67824bf976e7573070c3a226079ab16 | [
"MIT"
] | null | null | null | <!doctype html>
<html lang="en">
<!--
Apply head only for dev environment, this is required for jekyll to
insert livereload scripts
-->
<head>
<meta charset="utf-8">
<title>Custom Heading Image - Columbia Británica</title>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit... | 31.693023 | 343 | 0.669357 |