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
9c0f542f9e148d682b5a79f9b52af289f069f0fd
232
ts
TypeScript
src/modules/user/dtos/createUser.dto.ts
bschulte/nestjs-boilerplate-mongo
1892ec5189b234652ac282219fbdb4bd1d3c72ef
[ "MIT" ]
3
2020-10-12T15:11:47.000Z
2021-04-14T08:46:38.000Z
src/modules/user/dtos/createUser.dto.ts
bschulte/nestjs-boilerplate-mongo
1892ec5189b234652ac282219fbdb4bd1d3c72ef
[ "MIT" ]
5
2020-09-07T08:43:33.000Z
2021-09-21T03:42:52.000Z
src/modules/user/dtos/createUser.dto.ts
bschulte/nestjs-boilerplate-mongo
1892ec5189b234652ac282219fbdb4bd1d3c72ef
[ "MIT" ]
2
2020-08-31T13:57:28.000Z
2021-04-01T13:56:53.000Z
import { IsEmail, IsString } from 'class-validator'; import { ArgsType, Field } from 'type-graphql'; @ArgsType() export class CreateUserDto { @Field() @IsEmail() email: string; @Field() @IsString() password: string; }
16.571429
52
0.668103
61256e555a175e86b5db65662936ef1aabc900c8
533
css
CSS
assets/stylesheets/windows.css
HoogleyBoogley/TranOS
db2c249fe1619261becbe2e93965646fab9dc067
[ "MIT" ]
1
2018-01-20T08:04:52.000Z
2018-01-20T08:04:52.000Z
assets/stylesheets/windows.css
HoogleyBoogley/TranOS
db2c249fe1619261becbe2e93965646fab9dc067
[ "MIT" ]
null
null
null
assets/stylesheets/windows.css
HoogleyBoogley/TranOS
db2c249fe1619261becbe2e93965646fab9dc067
[ "MIT" ]
null
null
null
.windowTopBar { background-color: #ededed; height: 25px; } .windowTopBarIcon { padding-left: 10px; padding-right: 10px; height: 100%; background-color: #e74c3c; float: right; } .windowTopBarIconImg { filter: invert(1); } .window { height: 100vh; width: calc(100vw - 80px); background-color: white; margin-...
14.805556
46
0.690432
9dbbe548ede0e4981876bf6b7a817a7134f81659
855
lua
Lua
nvim/lua/core/options.lua
allancsilva/Neovim
f0502e3d9821112769d3bd2a7c9917614ae2c51f
[ "MIT" ]
null
null
null
nvim/lua/core/options.lua
allancsilva/Neovim
f0502e3d9821112769d3bd2a7c9917614ae2c51f
[ "MIT" ]
null
null
null
nvim/lua/core/options.lua
allancsilva/Neovim
f0502e3d9821112769d3bd2a7c9917614ae2c51f
[ "MIT" ]
null
null
null
-- Abreviaçoes local g = vim.g local cmd = vim.cmd local opt = vim.opt -- Leader g.mapleader = ',' opt.title = true opt.signcolumn = "yes" opt.splitbelow = true opt.splitright = true opt.termguicolors = true opt.fillchars = { vert = ' ' } opt.showtabline = 2 opt.scrolloff = 5 opt.mouse = 'a' opt.undolevels = 1000 opt....
19.883721
30
0.725146
90f9bbdb2a6c77c7d79c00c30a7eea4fb7ab3f39
6,092
py
Python
moten/tests/test_totalenergy.py
gallantlab/pymoten
6fd403f079319b6b96d64aaf38a161d8cda0a69d
[ "BSD-2-Clause" ]
19
2020-08-24T08:14:57.000Z
2022-03-13T04:43:49.000Z
moten/tests/test_totalenergy.py
gallantlab/pymoten
6fd403f079319b6b96d64aaf38a161d8cda0a69d
[ "BSD-2-Clause" ]
8
2020-05-11T08:55:12.000Z
2022-03-13T01:25:02.000Z
moten/tests/test_totalenergy.py
gallantlab/pymoten
6fd403f079319b6b96d64aaf38a161d8cda0a69d
[ "BSD-2-Clause" ]
3
2021-01-21T09:54:57.000Z
2021-09-26T01:28:05.000Z
''' ''' import time import numpy as np from scipy import linalg from importlib import reload from moten import (pyramids, extras, utils, core, io, ) reload(io) ############################## # video info #################...
34.224719
102
0.558601
71806046d4cb802501f27c9ffc4d0a7784b05957
242
ts
TypeScript
src/utils/require-indirection.ts
theKashey/eslint-plugin-relations
5c0ec505fe2667194897d341aa6b8f4d64030d32
[ "MIT" ]
18
2021-12-13T06:53:12.000Z
2021-12-31T18:14:02.000Z
src/utils/require-indirection.ts
theKashey/eslint-plugin-relations
5c0ec505fe2667194897d341aa6b8f4d64030d32
[ "MIT" ]
1
2022-03-14T09:21:30.000Z
2022-03-14T09:21:30.000Z
src/utils/require-indirection.ts
theKashey/eslint-plugin-relations
5c0ec505fe2667194897d341aa6b8f4d64030d32
[ "MIT" ]
null
null
null
export const requireConfigurationFile = (filename: string) => { try { // check file existence. Return empty array if file does not exists require.resolve(filename); } catch (e) { return []; } return require(filename); };
22
71
0.661157
7fa33e2ceacf45e873652ab3acb9552758affd4a
2,526
rs
Rust
testing/jormungandr-integration-tests/src/common/load/bootstrap/scenario/mod.rs
eugene-babichenko/jormungandr
75151bdcb77567597e2161dac17656b2a8fcd962
[ "Apache-2.0", "MIT" ]
null
null
null
testing/jormungandr-integration-tests/src/common/load/bootstrap/scenario/mod.rs
eugene-babichenko/jormungandr
75151bdcb77567597e2161dac17656b2a8fcd962
[ "Apache-2.0", "MIT" ]
null
null
null
testing/jormungandr-integration-tests/src/common/load/bootstrap/scenario/mod.rs
eugene-babichenko/jormungandr
75151bdcb77567597e2161dac17656b2a8fcd962
[ "Apache-2.0", "MIT" ]
null
null
null
mod duration; mod iteration; use assert_fs::fixture::PathChild; pub use duration::DurationBasedClientLoad; pub use iteration::IterationBasedClientLoad; use crate::common::jormungandr::{ConfigurationBuilder, JormungandrProcess, Starter, StartupError}; use std::path::PathBuf; use indicatif::{ProgressBar, ProgressStyle}...
31.974684
98
0.685273
46c2d83f8fc5d302aca9ce6f607b3915f5e895e4
618
css
CSS
public/styles.css
humaine-anac/competition-ui
5dad5cf0fe184f6d045faa0f5be0a6ef041d70e3
[ "MIT" ]
null
null
null
public/styles.css
humaine-anac/competition-ui
5dad5cf0fe184f6d045faa0f5be0a6ef041d70e3
[ "MIT" ]
5
2020-04-02T21:16:54.000Z
2020-07-31T22:07:04.000Z
public/styles.css
humaine-anac/competition-ui
5dad5cf0fe184f6d045faa0f5be0a6ef041d70e3
[ "MIT" ]
null
null
null
html { height: 100%; width: 100%; line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ background-color: slategray; overflow: hidden; } body { height: 100%; width: 100%; margin: 10px 2%; background-color: slategray; } #root { height: 100%; width: 100%; ...
15.45
43
0.584142
d743e7246717fb221f3b3ed6242b76dbb47061d5
11,155
swift
Swift
PocketForecast/UserInterface/RootViewController.swift
MaoningGuo/URA
04be2c48b6d9a7d792eda231ce9f714f051ad7c7
[ "Apache-2.0" ]
null
null
null
PocketForecast/UserInterface/RootViewController.swift
MaoningGuo/URA
04be2c48b6d9a7d792eda231ce9f714f051ad7c7
[ "Apache-2.0" ]
null
null
null
PocketForecast/UserInterface/RootViewController.swift
MaoningGuo/URA
04be2c48b6d9a7d792eda231ce9f714f051ad7c7
[ "Apache-2.0" ]
null
null
null
//////////////////////////////////////////////////////////////////////////////// // // TYPHOON FRAMEWORK // Copyright 2013, Typhoon Framework Contributors // All Rights Reserved. // // NOTICE: The authors permit you to use, modify, and distribute this file // in accordance with the terms of the license agreement a...
43.745098
176
0.591663
7bdee0c2e987d11c1b751f089de1c69245a84bbf
5,198
kt
Kotlin
app/src/test/kotlin/fr/free/nrw/commons/utils/StringSortingUtilsTest.kt
ben-mathu/apps-android-commons
325a09d93a5bd38d86e7004ab402a327c84c9472
[ "Apache-2.0" ]
null
null
null
app/src/test/kotlin/fr/free/nrw/commons/utils/StringSortingUtilsTest.kt
ben-mathu/apps-android-commons
325a09d93a5bd38d86e7004ab402a327c84c9472
[ "Apache-2.0" ]
null
null
null
app/src/test/kotlin/fr/free/nrw/commons/utils/StringSortingUtilsTest.kt
ben-mathu/apps-android-commons
325a09d93a5bd38d86e7004ab402a327c84c9472
[ "Apache-2.0" ]
null
null
null
package fr.free.nrw.commons.utils import fr.free.nrw.commons.category.CategoryItem import fr.free.nrw.commons.utils.StringSortingUtils.sortBySimilarity import org.junit.Assert.assertEquals import org.junit.Test import java.util.Collections.sort class StringSortingUtilsTest { @Test fun testSortingNumbersBySim...
37.666667
68
0.501731
e73cee37a22a4769e68e16bd582ea666193e2be1
843
js
JavaScript
plugins/custom-header.js
nem035/advanced-ember-examples
c17b8762248ec2c45f88de6006aeb99e71bd19d9
[ "MIT" ]
1
2016-12-20T15:49:51.000Z
2016-12-20T15:49:51.000Z
plugins/custom-header.js
nem035/advanced-ember-examples
c17b8762248ec2c45f88de6006aeb99e71bd19d9
[ "MIT" ]
null
null
null
plugins/custom-header.js
nem035/advanced-ember-examples
c17b8762248ec2c45f88de6006aeb99e71bd19d9
[ "MIT" ]
null
null
null
// Filter is a base class for all broccoli plugins var Filter = require('broccoli-filter'); function CustomHeaderPlugin(inputNode) { Filter.call(this, inputNode); } CustomHeaderPlugin.prototype = Object.create(Filter.prototype); function header(path) { return '/** \n * ' + path + ' \n * \n * author SomeCoolDude ...
31.222222
90
0.730724
861cafc73a4a970f7073c031348298a716f8f54d
5,271
go
Go
ncpdp/ncpdp.go
taterbase/health
9c2323db38029bdc3edc3f1c058217277a565aaa
[ "MIT" ]
53
2015-03-17T19:31:30.000Z
2022-03-20T07:27:33.000Z
ncpdp/ncpdp.go
taterbase/health
9c2323db38029bdc3edc3f1c058217277a565aaa
[ "MIT" ]
7
2015-01-14T16:47:44.000Z
2018-11-21T10:31:31.000Z
ncpdp/ncpdp.go
taterbase/health
9c2323db38029bdc3edc3f1c058217277a565aaa
[ "MIT" ]
20
2015-01-10T15:28:26.000Z
2020-07-30T04:31:35.000Z
package ncpdp import ( "errors" //"log" "github.com/kdar/health/edifact" //"time" ) // base struct of all messages. // required by EDIFACT and NCPDP script type RXH struct { // UIB // SyntaxIdentifier string // SyntaxVersionNumber string // TransactionControlReference string // SenderIds ...
20.589844
76
0.634225
88a1b412e787c8c48ac39a2a53a19b4cfc47a35b
683
kt
Kotlin
cqrs/src/main/kotlin/io/kommons/designpatterns/cqrs/domain/model/LongEntity.kt
debop/kotlin-design-patterns
c00bcc0542985bbcfc4652d0045f31e5c1304a70
[ "Apache-2.0" ]
40
2020-01-22T04:44:46.000Z
2021-12-31T18:17:09.000Z
cqrs/src/main/kotlin/io/kommons/designpatterns/cqrs/domain/model/LongEntity.kt
debop/kotlin-design-patterns
c00bcc0542985bbcfc4652d0045f31e5c1304a70
[ "Apache-2.0" ]
null
null
null
cqrs/src/main/kotlin/io/kommons/designpatterns/cqrs/domain/model/LongEntity.kt
debop/kotlin-design-patterns
c00bcc0542985bbcfc4652d0045f31e5c1304a70
[ "Apache-2.0" ]
10
2020-01-22T04:44:47.000Z
2022-03-30T13:05:09.000Z
package io.kommons.designpatterns.cqrs.domain.model import io.kommons.AbstractValueObject import io.kommons.ToStringBuilder import javax.persistence.GeneratedValue import javax.persistence.GenerationType import javax.persistence.Id import javax.persistence.MappedSuperclass @MappedSuperclass abstract class LongEntity:...
27.32
55
0.74817
bc5b9dd76e9886fddd7c76dcaa11b79e24433517
14,167
swift
Swift
ZWFilterMenuView/Classes/ZWFilterMenuView.swift
zhangwei2318/ZWFilterMenuView
6888185f41debb9e2bee7db8f3fa22ad0cd1f832
[ "MIT" ]
1
2021-12-13T03:17:59.000Z
2021-12-13T03:17:59.000Z
ZWFilterMenuView/Classes/ZWFilterMenuView.swift
zhangwei2318/ZWFilterMenuView
6888185f41debb9e2bee7db8f3fa22ad0cd1f832
[ "MIT" ]
null
null
null
ZWFilterMenuView/Classes/ZWFilterMenuView.swift
zhangwei2318/ZWFilterMenuView
6888185f41debb9e2bee7db8f3fa22ad0cd1f832
[ "MIT" ]
null
null
null
// // YXFirstClassScreeningView.swift // YXTeacher // // Created by 张伟 on 2021/11/18. // Copyright © 2021 YJJ-CHY. All rights reserved. // import UIKit import SnapKit public class ZWBaseView: UIView { public override init(frame: CGRect) { super .init(frame: frame) configueLayout() } ...
33.412736
272
0.578104
b044aad53655d020144d6e8aa85544461a9fe5e8
1,158
kt
Kotlin
src/main/kotlin/com/deflatedpickle/oreinfunnyplaces/util/RegistryUtil.kt
DeflatedPickles-Idea-Repositories/Ore-In-Funny-Places
76ec524242dac41bcd572adc52e853b907a713f6
[ "MIT" ]
null
null
null
src/main/kotlin/com/deflatedpickle/oreinfunnyplaces/util/RegistryUtil.kt
DeflatedPickles-Idea-Repositories/Ore-In-Funny-Places
76ec524242dac41bcd572adc52e853b907a713f6
[ "MIT" ]
null
null
null
src/main/kotlin/com/deflatedpickle/oreinfunnyplaces/util/RegistryUtil.kt
DeflatedPickles-Idea-Repositories/Ore-In-Funny-Places
76ec524242dac41bcd572adc52e853b907a713f6
[ "MIT" ]
null
null
null
package com.deflatedpickle.oreinfunnyplaces.util import com.deflatedpickle.oreinfunnyplaces.OreInFunnyPlaces import com.deflatedpickle.oreinfunnyplaces.common.block.BlockOre import com.deflatedpickle.oreinfunnyplaces.common.item.ItemOre import net.minecraft.item.ItemBlock import net.minecraft.item.ItemStack import net...
37.354839
82
0.765112
6a00ebef8a8720661bcd8248f66a02a82ce2e9d8
150
kt
Kotlin
Bridge/src/main/kotlin/window/AbstractWindowImpl.kt
AaronChuang/Kotlin-DesignPatternExample
9e31b8065a7b98e30d93033fae92d0381c17ef34
[ "MIT" ]
null
null
null
Bridge/src/main/kotlin/window/AbstractWindowImpl.kt
AaronChuang/Kotlin-DesignPatternExample
9e31b8065a7b98e30d93033fae92d0381c17ef34
[ "MIT" ]
null
null
null
Bridge/src/main/kotlin/window/AbstractWindowImpl.kt
AaronChuang/Kotlin-DesignPatternExample
9e31b8065a7b98e30d93033fae92d0381c17ef34
[ "MIT" ]
null
null
null
package window // 定義類別之共用介面 abstract class AbstractWindowImpl { abstract fun devDrawText(text:String) abstract fun devDrawLine(line:String) }
21.428571
41
0.78
687fb3e40f937515c8f4c65f6d9ffc244cffab90
2,091
kt
Kotlin
src/main/kotlin/PropertiesEditController.kt
andrewd207/tiopf_mapper
912255f37fccb31c9eb621899621e1e75dc7c946
[ "BSD-2-Clause" ]
null
null
null
src/main/kotlin/PropertiesEditController.kt
andrewd207/tiopf_mapper
912255f37fccb31c9eb621899621e1e75dc7c946
[ "BSD-2-Clause" ]
null
null
null
src/main/kotlin/PropertiesEditController.kt
andrewd207/tiopf_mapper
912255f37fccb31c9eb621899621e1e75dc7c946
[ "BSD-2-Clause" ]
null
null
null
import javaFXMediators.CustomFXTableView import javafx.event.EventHandler import javafx.fxml.FXML import javafx.scene.Node import javafx.scene.control.ContextMenu import javafx.scene.control.MenuItem import tiOPF.Mapper.Project import tiOPF.Mapper.Project.Unit.ClassItem.Prop import tiOPF.ObjectList class PropertiesEdi...
34.85
134
0.575323
0ef3b6493e7eb7ae25f6eb03bae1dde3f6a61e71
164
ts
TypeScript
src/overview/index.ts
tarsmachine/Memex
e22d0f2eaeb789436071bbaf70e14658b49b0915
[ "MIT" ]
3,534
2017-11-08T15:59:37.000Z
2022-03-29T08:45:24.000Z
src/overview/index.ts
tarsmachine/Memex
e22d0f2eaeb789436071bbaf70e14658b49b0915
[ "MIT" ]
867
2017-11-07T10:37:25.000Z
2022-03-26T05:57:20.000Z
src/overview/index.ts
tarsmachine/Memex
e22d0f2eaeb789436071bbaf70e14658b49b0915
[ "MIT" ]
331
2017-11-08T14:42:15.000Z
2022-02-22T15:57:23.000Z
import * as epics from './epics' import enhancer from './enhancer' import Overview from './components/Overview' export { epics, enhancer } export default Overview
23.428571
44
0.756098
997cee0d630c752972e10642d06d248503dd38ff
2,782
h
C
kernel/user/libc.h
emil64/kernel
3ecebcf24bb9a363b01cc4b605f69b2c887906a2
[ "CC0-1.0" ]
null
null
null
kernel/user/libc.h
emil64/kernel
3ecebcf24bb9a363b01cc4b605f69b2c887906a2
[ "CC0-1.0" ]
null
null
null
kernel/user/libc.h
emil64/kernel
3ecebcf24bb9a363b01cc4b605f69b2c887906a2
[ "CC0-1.0" ]
null
null
null
/* Copyright (C) 2017 Daniel Page <csdsp@bristol.ac.uk> * * Use of this source code is restricted per the CC BY-NC-ND license, a copy of * which can be found via http://creativecommons.org (and should be included as * LICENSE.txt within the associated archive or repository). */ #ifndef __LIBC_H #define __LIBC_H ...
30.911111
79
0.695183
729d12db5366ffcc89530c2518454cdf9e325907
5,510
rs
Rust
rust/diesel/src/order.rs
svranesevic/orm-examples
2e280b206f761582efa10066cfec3596d9a0234a
[ "Apache-2.0" ]
17
2020-01-22T01:35:28.000Z
2022-02-08T21:10:17.000Z
rust/diesel/src/order.rs
svranesevic/orm-examples
2e280b206f761582efa10066cfec3596d9a0234a
[ "Apache-2.0" ]
28
2019-03-26T21:53:08.000Z
2019-08-16T20:21:32.000Z
rust/diesel/src/order.rs
svranesevic/orm-examples
2e280b206f761582efa10066cfec3596d9a0234a
[ "Apache-2.0" ]
15
2019-03-15T22:42:13.000Z
2019-07-30T09:45:52.000Z
use bigdecimal::BigDecimal; use diesel; use diesel::pg::PgConnection; use diesel::prelude::*; use num_traits::identities::Zero; use serde::{Deserialize, Serialize}; use std::ops::{Add, Mul}; use crate::product::Product; use crate::schema::order_lines; use crate::schema::orders; #[derive(AsChangeset, Serialize, Deseri...
30.611111
99
0.556624
48c2ee47e9395a16ebe8c6cec9d14f431a0523bb
1,092
c
C
Userland/libc/string.c
kcortes95/TPArqui
5c12ef2b856b16bdae36f0f0465b73c79d5dd60a
[ "BSD-3-Clause" ]
null
null
null
Userland/libc/string.c
kcortes95/TPArqui
5c12ef2b856b16bdae36f0f0465b73c79d5dd60a
[ "BSD-3-Clause" ]
null
null
null
Userland/libc/string.c
kcortes95/TPArqui
5c12ef2b856b16bdae36f0f0465b73c79d5dd60a
[ "BSD-3-Clause" ]
null
null
null
#include <libc.h> #include <string.h> /* mostly taken from K&R */ int strlen(char * s) { int res = 0; while (*s++) res++; return res; } /* reverse: reverse string s in place */ void reverse(char s[]) { int i, j; char c; for (i = 0, j = strlen(s)-1; i<j; i++, j--) { c = s[i]; s[i] = s[j]; s[j] = c; } }...
17.333333
55
0.483516
4fc5b20b0a8e225dd2c9b98aaa8cefc634196e20
3,022
sql
SQL
reservasi.sql
BadjinkLuncat/futsal-bdg
f3493a0d5df854fa8d1617c430d1ce6b5b4d842f
[ "MIT" ]
null
null
null
reservasi.sql
BadjinkLuncat/futsal-bdg
f3493a0d5df854fa8d1617c430d1ce6b5b4d842f
[ "MIT" ]
null
null
null
reservasi.sql
BadjinkLuncat/futsal-bdg
f3493a0d5df854fa8d1617c430d1ce6b5b4d842f
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 4.5.4.1deb2ubuntu2 -- http://www.phpmyadmin.net -- -- Host: localhost:8080 -- Generation Time: Jul 30, 2017 at 10:52 PM -- Server version: 5.7.19-0ubuntu0.16.04.1 -- PHP Version: 7.0.18-0ubuntu0.16.04.1 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @...
33.955056
187
0.684646
2202d700e216e677ac29fb01cfe271d21a7de06e
4,196
kt
Kotlin
src/main/kotlin/edu/kit/compiler/backend/codegen/ReplacementSystem.kt
compilerpraktikum/compiler
adac6790a5c43a7748d82c8be2284b871c898aea
[ "MIT" ]
3
2021-12-14T13:55:12.000Z
2022-01-07T15:36:00.000Z
src/main/kotlin/edu/kit/compiler/backend/codegen/ReplacementSystem.kt
compilerpraktikum/compiler
adac6790a5c43a7748d82c8be2284b871c898aea
[ "MIT" ]
47
2021-10-29T20:52:22.000Z
2022-02-07T15:29:13.000Z
src/main/kotlin/edu/kit/compiler/backend/codegen/ReplacementSystem.kt
compilerpraktikum/compiler
adac6790a5c43a7748d82c8be2284b871c898aea
[ "MIT" ]
null
null
null
package edu.kit.compiler.backend.codegen import edu.kit.compiler.Compiler import edu.kit.compiler.backend.molkir.Instruction import edu.kit.compiler.backend.molkir.Register import edu.kit.compiler.backend.molkir.Width import edu.kit.compiler.utils.Logger import edu.kit.compiler.utils.ReplacementBuilderScope import edu...
39.961905
199
0.681363
595294cf31bf18e59f57e7060b3dc57c794e35a0
240
h
C
xinu/cross_compiler/arm-none-eabi/include/machine/param.h
rrjha/dosp
21f3624abfec815434007f76504488896a091f6d
[ "BSD-3-Clause" ]
81
2015-01-02T23:53:38.000Z
2021-12-26T23:04:47.000Z
xinu/cross_compiler/arm-none-eabi/include/machine/param.h
rrjha/dosp
21f3624abfec815434007f76504488896a091f6d
[ "BSD-3-Clause" ]
79
2015-11-19T09:23:08.000Z
2022-01-12T14:15:16.000Z
xinu/cross_compiler/arm-none-eabi/include/machine/param.h
rrjha/dosp
21f3624abfec815434007f76504488896a091f6d
[ "BSD-3-Clause" ]
38
2015-11-17T10:12:23.000Z
2022-03-25T07:57:24.000Z
/* ARM configuration file; HZ is 100 rather than the default 60 */ #ifndef _MACHINE_PARAM_H # define _MACHINE_PARAM_H # define HZ (100) #ifdef __ARMEB__ #define BYTE_ORDER BIG_ENDIAN #else #define BYTE_ORDER LITTLE_ENDIAN #endif #endif
16
66
0.779167
5d7b7e06277fa9b4015da042cb0468b182291088
19,105
go
Go
src/chromiumos/tast/local/bundles/cros/benchmark/gfxbench_public_android_app.go
nya3jp/tast-tests
c00618ff7c926c345d621101d7cc23f6989f684b
[ "BSD-3-Clause" ]
4
2019-03-15T20:38:25.000Z
2021-06-07T08:20:46.000Z
src/chromiumos/tast/local/bundles/cros/benchmark/gfxbench_public_android_app.go
nya3jp/tast-tests
c00618ff7c926c345d621101d7cc23f6989f684b
[ "BSD-3-Clause" ]
null
null
null
src/chromiumos/tast/local/bundles/cros/benchmark/gfxbench_public_android_app.go
nya3jp/tast-tests
c00618ff7c926c345d621101d7cc23f6989f684b
[ "BSD-3-Clause" ]
1
2019-03-15T20:38:28.000Z
2019-03-15T20:38:28.000Z
// Copyright 2021 The Chromium OS Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package benchmark import ( "context" "path/filepath" "regexp" "strconv" "strings" "time" "chromiumos/tast/common/perf" "chromiumos/tast/ctxut...
40.82265
183
0.701282
85a11b64b9828922ea63877cee30f4fc5f9f2470
6,874
js
JavaScript
screens/WeeklyDelivery.js
ajou-nomad/nomad-frontend
cb887d5071b2afdc3b65ddebafbd06fa9b75920c
[ "MIT" ]
null
null
null
screens/WeeklyDelivery.js
ajou-nomad/nomad-frontend
cb887d5071b2afdc3b65ddebafbd06fa9b75920c
[ "MIT" ]
null
null
null
screens/WeeklyDelivery.js
ajou-nomad/nomad-frontend
cb887d5071b2afdc3b65ddebafbd06fa9b75920c
[ "MIT" ]
1
2021-06-19T13:22:05.000Z
2021-06-19T13:22:05.000Z
/* eslint-disable prettier/prettier */ /* eslint-disable react-native/no-inline-styles */ import React, { useState, useEffect } from 'react'; import { View, Text, Image, TouchableOpacity, StyleSheet, ActivityIndicator, } from 'react-native'; import {icons, COLORS, SIZES, FONTS, FONTS2} from '../constants';...
29.004219
145
0.580884
90d9f70cb591ec552b0cc367503bc3b7d940b765
1,778
py
Python
bluebutton/parsers/ccda.py
r4dat/bluebutton_priv
4acf99605239b79e187009b7de3ecf43b796d6c4
[ "Apache-2.0" ]
8
2015-04-06T15:01:01.000Z
2018-12-05T22:49:09.000Z
bluebutton/parsers/ccda.py
r4dat/bluebutton_priv
4acf99605239b79e187009b7de3ecf43b796d6c4
[ "Apache-2.0" ]
2
2015-09-09T13:38:46.000Z
2015-11-21T10:59:47.000Z
bluebutton/parsers/ccda.py
r4dat/bluebutton_priv
4acf99605239b79e187009b7de3ecf43b796d6c4
[ "Apache-2.0" ]
10
2015-06-18T18:43:33.000Z
2020-06-26T03:25:18.000Z
############################################################################### # Copyright 2015 University of Florida. All rights reserved. # This file is part of the BlueButton.py project. # Use of this source code is governed by the license found in the LICENSE file. #################################################...
39.511111
79
0.715411
0cf0a226855cb91425b2c33151d95bfc025b95b0
624
py
Python
tests/retrieve/test_segment.py
openghg/openghg
9a05dd6fe3cee6123898b8f390cfaded08dbb408
[ "Apache-2.0" ]
5
2021-03-02T09:04:07.000Z
2022-01-25T09:58:16.000Z
tests/retrieve/test_segment.py
openghg/openghg
9a05dd6fe3cee6123898b8f390cfaded08dbb408
[ "Apache-2.0" ]
229
2020-09-30T15:08:39.000Z
2022-03-31T14:23:55.000Z
tests/retrieve/test_segment.py
openghg/openghg
9a05dd6fe3cee6123898b8f390cfaded08dbb408
[ "Apache-2.0" ]
null
null
null
# import os # import uuid # import numpy as np # import pandas as pd # import pytest # mocked_uuid = "00000000-0000-1111-00000-000000000000" # @pytest.fixture(scope="session") # def data(): # filename = "bsd.picarro.1minute.248m.dat" # dir_path = os.path.dirname(__file__) # test_data = "../data/proc_t...
21.517241
71
0.674679
4c37a6a3cf1be36fe9ae2fc450308b53002c71d6
701
php
PHP
backend/controllers/CustomerInvitationActivityResultController.php
XluNl/mhsh
954de212a9e0be3bf8fec1698e00d267572f7a7d
[ "BSD-3-Clause" ]
null
null
null
backend/controllers/CustomerInvitationActivityResultController.php
XluNl/mhsh
954de212a9e0be3bf8fec1698e00d267572f7a7d
[ "BSD-3-Clause" ]
null
null
null
backend/controllers/CustomerInvitationActivityResultController.php
XluNl/mhsh
954de212a9e0be3bf8fec1698e00d267572f7a7d
[ "BSD-3-Clause" ]
null
null
null
<?php namespace backend\controllers; use backend\models\BackendCommon; use backend\models\searches\CustomerInvitationActivityResultSearch; use yii; /** * CustomerInvitationActivityResult controller */ class CustomerInvitationActivityResultController extends BaseController { public function actionIndex(){ ...
29.208333
86
0.720399
f1f6abf36c1dbecccef156de4b1c478005a6e97b
339
kt
Kotlin
src/main/kotlin/recharts/cartesian/brush/InternalBrushProps.kt
gm666q/kotlin-recharts
b0efa4c2644d1d6b20bd834a49c745301690440d
[ "Apache-2.0" ]
null
null
null
src/main/kotlin/recharts/cartesian/brush/InternalBrushProps.kt
gm666q/kotlin-recharts
b0efa4c2644d1d6b20bd834a49c745301690440d
[ "Apache-2.0" ]
null
null
null
src/main/kotlin/recharts/cartesian/brush/InternalBrushProps.kt
gm666q/kotlin-recharts
b0efa4c2644d1d6b20bd834a49c745301690440d
[ "Apache-2.0" ]
null
null
null
package recharts.cartesian.brush import recharts.kotlin.RechartsProps import recharts.kotlin.properties.NumberOrStringOrNullProp external interface InternalBrushProps : RechartsProps { var data: Array<Any>? var width: Number? var x: Number? var y: Number? } var InternalBrushProps.updateId by NumberOr...
24.214286
61
0.79056
9d93a77f966622f4fbd0d6b0647407de235f1119
2,500
swift
Swift
NewsAppTests/FeedViewModelTests.swift
sishuiOS/NewsFeed
e2716da38d5721f2c70c58f1e1717d14127f50cd
[ "MIT" ]
null
null
null
NewsAppTests/FeedViewModelTests.swift
sishuiOS/NewsFeed
e2716da38d5721f2c70c58f1e1717d14127f50cd
[ "MIT" ]
null
null
null
NewsAppTests/FeedViewModelTests.swift
sishuiOS/NewsFeed
e2716da38d5721f2c70c58f1e1717d14127f50cd
[ "MIT" ]
null
null
null
// // FeedViewModelTests.swift // NewsAppTests // // import XCTest @testable import NewsApp class FeedViewModelTests: XCTestCase { func test_refresh_OnSuccessfulResponse() { let (sut, client) = makeSUT() let expectation = expectation(description: "wait for load") s...
36.764706
433
0.5628
e941525efe2ffdc56394b19f28a464e2220eee1a
89
rs
Rust
listings/ch03-common-programming-concepts/no-listing-29-if-not-equal-0/src/main.rs
awesome-doge/book-tw
a6c3759cb74fb4d46c08bcba22271816f9bb1515
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
113
2020-09-21T13:27:10.000Z
2022-03-26T08:50:32.000Z
listings/ch03-common-programming-concepts/no-listing-29-if-not-equal-0/src/main.rs
awesome-doge/book-tw
a6c3759cb74fb4d46c08bcba22271816f9bb1515
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
32
2020-09-11T01:27:52.000Z
2022-03-30T10:24:52.000Z
listings/ch03-common-programming-concepts/no-listing-29-if-not-equal-0/src/main.rs
awesome-doge/book-tw
a6c3759cb74fb4d46c08bcba22271816f9bb1515
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
40
2020-09-10T17:50:04.000Z
2022-03-25T04:08:02.000Z
fn main() { let number = 3; if number != 0 { println!("數字不為零"); } }
11.125
26
0.41573
418f375e1dea2a32287575ca739e86750db37c8e
2,683
c
C
C/stack_and_queue.c
Resolution-1/Python-tryout
44cdd124e1b8865d907f57e0ca75bf620f7167b8
[ "MIT" ]
21
2020-10-01T16:19:16.000Z
2021-11-08T13:01:47.000Z
C/stack_and_queue.c
Resolution-1/Python-tryout
44cdd124e1b8865d907f57e0ca75bf620f7167b8
[ "MIT" ]
13
2020-10-01T13:10:25.000Z
2021-10-01T06:27:44.000Z
C/stack_and_queue.c
Resolution-1/Python-tryout
44cdd124e1b8865d907f57e0ca75bf620f7167b8
[ "MIT" ]
77
2020-10-01T11:28:37.000Z
2021-10-16T09:27:37.000Z
#include<stdio.h> #include<malloc.h> struct node { int info; struct node *link; }*top,*front,*rear; void push(int data) { struct node *temp; temp=malloc(sizeof(struct node)); temp->info=data; temp->link=NULL; if(top==NULL) top=temp; else { temp->link=top; top=temp; } } void dis...
16.460123
49
0.500559
1eea12fad755b6e326502f36df320c9793e67db7
810
sql
SQL
bootstrap/database/views/view_jobs_list.sql
Boulevard-Software/nerd
6a9f7db74a90ccba1885ceba83adcd7180c91213
[ "MIT" ]
1
2020-03-17T11:42:16.000Z
2020-03-17T11:42:16.000Z
bootstrap/database/views/view_jobs_list.sql
Boulevard-Software/nerd
6a9f7db74a90ccba1885ceba83adcd7180c91213
[ "MIT" ]
null
null
null
bootstrap/database/views/view_jobs_list.sql
Boulevard-Software/nerd
6a9f7db74a90ccba1885ceba83adcd7180c91213
[ "MIT" ]
null
null
null
-- View: public.view_jobs_list -- DROP VIEW public.view_jobs_list; CREATE OR REPLACE VIEW public.view_jobs_list AS SELECT j.id, j.owner_id, j.type_id, j.title, j.description, j.started, j.ended, j.locate, j.status, j.created_at, j.updated_at, l2.url AS public_url, l2...
24.545455
56
0.609877
ea867fe869769f87841d43142b848103d4629a25
2,368
kt
Kotlin
compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/style/TextGeometricTransform.kt
bubenheimer/androidx
c68d3e0609bb6899a6ef9b49ad6715465f682b24
[ "Apache-2.0" ]
3,799
2020-07-23T21:58:59.000Z
2022-03-31T17:07:19.000Z
compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/style/TextGeometricTransform.kt
bubenheimer/androidx
c68d3e0609bb6899a6ef9b49ad6715465f682b24
[ "Apache-2.0" ]
152
2020-07-24T00:19:02.000Z
2022-03-31T00:57:54.000Z
compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/style/TextGeometricTransform.kt
bubenheimer/androidx
c68d3e0609bb6899a6ef9b49ad6715465f682b24
[ "Apache-2.0" ]
582
2020-07-24T00:16:54.000Z
2022-03-30T23:32:45.000Z
/* * Copyright 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 applica...
30.358974
98
0.683277
2652afd9ae4f712b8135bd6dfe25dd7ba0a15b3e
1,770
java
Java
src/main/java/com/devops/thatguy/model/Order.java
dawoodchouhan/thatguysingleproject
ea1d667d2c3276b18593d05d124d1182e0556496
[ "RSA-MD" ]
null
null
null
src/main/java/com/devops/thatguy/model/Order.java
dawoodchouhan/thatguysingleproject
ea1d667d2c3276b18593d05d124d1182e0556496
[ "RSA-MD" ]
null
null
null
src/main/java/com/devops/thatguy/model/Order.java
dawoodchouhan/thatguysingleproject
ea1d667d2c3276b18593d05d124d1182e0556496
[ "RSA-MD" ]
null
null
null
package com.devops.thatguy.model; import java.io.Serializable; import java.util.List; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import org.springframework.stereotype.Component; @Component public class Order implements Serializable{ ...
22.692308
67
0.731073
ca735b4d49259906560dcd413ad68d15b7a9294a
1,143
kt
Kotlin
workflows/src/main/kotlin/com/r3/refapp/flows/reports/GetTransactionByIdFlow.kt
taylorharvey-r3/bank-in-a-box
3c334c5055dad2eb78233a1a4a9fb6543cd27afc
[ "Apache-2.0" ]
10
2021-01-16T16:43:27.000Z
2022-02-16T01:19:24.000Z
workflows/src/main/kotlin/com/r3/refapp/flows/reports/GetTransactionByIdFlow.kt
taylorharvey-r3/bank-in-a-box
3c334c5055dad2eb78233a1a4a9fb6543cd27afc
[ "Apache-2.0" ]
4
2020-12-26T03:30:07.000Z
2021-09-01T06:29:51.000Z
workflows/src/main/kotlin/com/r3/refapp/flows/reports/GetTransactionByIdFlow.kt
taylorharvey-r3/bank-in-a-box
3c334c5055dad2eb78233a1a4a9fb6543cd27afc
[ "Apache-2.0" ]
5
2020-12-17T10:21:42.000Z
2022-03-27T05:56:19.000Z
package com.r3.refapp.flows.reports import co.paralleluniverse.fibers.Suspendable import com.r3.refapp.exceptions.RefappException import com.r3.refapp.repositories.TransactionLogRepository import com.r3.refapp.schemas.TransactionLogSchemaV1 import net.corda.core.flows.FlowLogic import net.corda.core.flows.InitiatingFl...
42.333333
114
0.811899
40b302d5756b2c3409d6bffad0e046d7621e0c1c
7,856
py
Python
api/views/faces.py
heholek/librephotos
4f41a61d9685a3165c857b695a2440895d8746dd
[ "MIT" ]
null
null
null
api/views/faces.py
heholek/librephotos
4f41a61d9685a3165c857b695a2440895d8746dd
[ "MIT" ]
3
2020-12-05T12:57:15.000Z
2020-12-05T13:26:08.000Z
api/views/faces.py
heholek/librephotos
4f41a61d9685a3165c857b695a2440895d8746dd
[ "MIT" ]
null
null
null
import uuid import six from django.core.cache import cache from django.db.models import Q from rest_framework import viewsets from rest_framework.response import Response from rest_framework.views import APIView from rest_framework_extensions.cache.decorators import cache_response from api.directory_watcher import sc...
34.761062
87
0.666752
b18b6a1c1fe8570b7a33f67e370c7d042d9da30b
10,208
css
CSS
zenario_custom/templates/grid_templates/skins/blackdog/editable_css/2.zenario_user_forms.css
sitedata/Zenario
5c7f977ee1157a472b50292abbadaeb6b71b75a8
[ "BSD-3-Clause" ]
null
null
null
zenario_custom/templates/grid_templates/skins/blackdog/editable_css/2.zenario_user_forms.css
sitedata/Zenario
5c7f977ee1157a472b50292abbadaeb6b71b75a8
[ "BSD-3-Clause" ]
1
2021-07-24T21:29:03.000Z
2021-07-24T21:29:03.000Z
zenario_custom/templates/grid_templates/skins/blackdog/editable_css/2.zenario_user_forms.css
sitedata/Zenario
5c7f977ee1157a472b50292abbadaeb6b71b75a8
[ "BSD-3-Clause" ]
null
null
null
.zenario_user_forms .form_field { padding:10px 0; } .zenario_user_forms .form_field .field_title { padding:0 0 8px 8px; } .zenario_user_forms .form_field.mandatory .field_title:after { content:" *"; } .zenario_user_forms .form_field.has_error input[type='text'], .zenario_user_forms .form_field.has_error input[ty...
25.456359
100
0.742359
26a7b3b3e37e04c5114917bd8fdf6bbed17b19c7
349
swift
Swift
Tools/msgs/sensor_msgs/ChannelFloat32Message.swift
agcoesbenr/RBSManager
7e356f93c01983156f30f30eba6104a7b807756f
[ "MIT" ]
57
2018-01-13T08:42:12.000Z
2021-11-14T14:21:30.000Z
Tools/msgs/sensor_msgs/ChannelFloat32Message.swift
agcoesbenr/RBSManager
7e356f93c01983156f30f30eba6104a7b807756f
[ "MIT" ]
14
2018-08-24T23:05:49.000Z
2022-01-13T08:32:59.000Z
Tools/msgs/sensor_msgs/ChannelFloat32Message.swift
agcoesbenr/RBSManager
7e356f93c01983156f30f30eba6104a7b807756f
[ "MIT" ]
18
2018-02-07T11:19:15.000Z
2021-11-19T07:53:25.000Z
// // ChannelFloat32Message.swift // // Created by wesgoodhoofd on 2019-01-22. // import UIKit import ObjectMapper public class ChannelFloat32Message: RBSMessage { public var name: string public var values: float32[] = [float32[]]() public override func mapping(map: Map) { name <- map["name"] val...
17.45
48
0.667622
3fa9906e66fd61fd8f525fd1b3df68b6f78f2c9b
1,069
c
C
test/valid/combine_3.c
austinpgraham/crust
3445a260e635b020dd090da31ff72e9d212eabb5
[ "Apache-2.0" ]
174
2019-04-03T00:28:50.000Z
2021-08-15T06:30:19.000Z
test/valid/combine_3.c
hoangpq/crust
7da5688d9d5c5e44809b22911e5ba22fcca7cba1
[ "Apache-2.0" ]
28
2019-04-02T09:48:21.000Z
2020-05-29T18:56:14.000Z
test/valid/combine_3.c
hoangpq/crust
7da5688d9d5c5e44809b22911e5ba22fcca7cba1
[ "Apache-2.0" ]
20
2019-04-05T14:56:12.000Z
2020-10-14T17:54:15.000Z
int fib(int a) {if (a == 0 || a == 1) {return a;} else {return fib(a - 1) + fib(a - 2);}} int max(int a, int b) {return a > b ? a : b;} int min(int a, int b) {return a < b ? a : b;} int sum(int a, int b) {return a + b;} int mul(int a, int b) {return a * b;} int div(int a, int b) {return a / b;} int EXIT_SUCCESS...
26.073171
90
0.448082
43be304557c5e62e77e4fd4d31f1501941fda630
2,315
swift
Swift
Shared/Views/Dialogs/NewConnectionDialog.swift
moosefactory/MidiCenterApp
f9b1dc425f7d93f53644ea234488d397314f001f
[ "MIT" ]
2
2021-01-26T08:14:19.000Z
2022-03-10T07:03:08.000Z
Shared/Views/Dialogs/NewConnectionDialog.swift
moosefactory/MidiCenterApp
f9b1dc425f7d93f53644ea234488d397314f001f
[ "MIT" ]
null
null
null
Shared/Views/Dialogs/NewConnectionDialog.swift
moosefactory/MidiCenterApp
f9b1dc425f7d93f53644ea234488d397314f001f
[ "MIT" ]
null
null
null
// // Dialog.swift // MidiCenterApp // // Created by Tristan Leblanc on 05/01/2021. // import SwiftUI import SwiftMidiCenter struct NewConnectionDialog: View { @Environment(\.presentationMode) var presentationMode /// Edited value, passed from outside @Binding var value: NewConnectionInfo? ...
27.891566
152
0.528294
63af5f5f694c993860740eb75292b81e0da9c1b8
1,115
swift
Swift
Sources/App/Routes/Routes.swift
samazon/vapor-postgresql-relationships
adb6e4f50dfede30be86266ca7b28eee2c604356
[ "MIT" ]
null
null
null
Sources/App/Routes/Routes.swift
samazon/vapor-postgresql-relationships
adb6e4f50dfede30be86266ca7b28eee2c604356
[ "MIT" ]
null
null
null
Sources/App/Routes/Routes.swift
samazon/vapor-postgresql-relationships
adb6e4f50dfede30be86266ca7b28eee2c604356
[ "MIT" ]
null
null
null
import Vapor extension Droplet { func setupRoutes() throws { // get("hello") { req in // var json = JSON() // try json.set("hello", "world") // return json // } // get("plaintext") { req in // return "Hello, world!" // } // /...
28.589744
60
0.564126
40b2d4e39ba52424791c6f5a189db1d84b17ed0a
1,483
py
Python
tools.py
instance01/py-S-MCTS
cad67da8bb515126311040674d5e6da77f47c90f
[ "MIT" ]
null
null
null
tools.py
instance01/py-S-MCTS
cad67da8bb515126311040674d5e6da77f47c90f
[ "MIT" ]
null
null
null
tools.py
instance01/py-S-MCTS
cad67da8bb515126311040674d5e6da77f47c90f
[ "MIT" ]
null
null
null
def print_tree(mcts_obj, root_node): fifo = [] for child_node in root_node.children: q = 0 if mcts_obj.visits[child_node] > 0: q = mcts_obj.Q[child_node] / mcts_obj.visits[child_node] print( child_node, mcts_obj.Q[child_node], mcts_obj.visi...
29.66
72
0.544842
e624578a144c9968c536c36c42ff697056326554
132
go
Go
tests/exec/results0.go
angelo-ortiz/Go-compiler
75781f0167493cc4e083fc6bd14387d76ff318e7
[ "MIT" ]
null
null
null
tests/exec/results0.go
angelo-ortiz/Go-compiler
75781f0167493cc4e083fc6bd14387d76ff318e7
[ "MIT" ]
null
null
null
tests/exec/results0.go
angelo-ortiz/Go-compiler
75781f0167493cc4e083fc6bd14387d76ff318e7
[ "MIT" ]
null
null
null
package main import "fmt" func foo(x int) (int, int) { return x, x+1 } func main() { x, y := foo(20) fmt.Print(x+y+1, "\n"); }
11
28
0.55303
7ad677623fbb19ebf637b74a555a032d2ac2c182
199
rb
Ruby
.delivery/build_cookbook/metadata.rb
julienhuon/chef-kubelet
e8ecd7e9932163f1ec7e2fab3236435521ddf174
[ "Apache-2.0" ]
null
null
null
.delivery/build_cookbook/metadata.rb
julienhuon/chef-kubelet
e8ecd7e9932163f1ec7e2fab3236435521ddf174
[ "Apache-2.0" ]
null
null
null
.delivery/build_cookbook/metadata.rb
julienhuon/chef-kubelet
e8ecd7e9932163f1ec7e2fab3236435521ddf174
[ "Apache-2.0" ]
null
null
null
name 'build_cookbook' maintainer 'Julien Huon' maintainer_email 'julien@huon.email' license 'apachev2' version '0.1.0' chef_version '>= 12.14' if respond_to?(:chef_version) depends 'delivery-truck'
22.111111
53
0.773869
dce0c25e2efd947768660b9f4d46f3d3903d8e4a
100
sql
SQL
migrations/0008_add-org-id-to-team-table.up.sql
CarlosSalda/taskcafe
0d00fc75183022b5397cc373a1b71edb56057b2b
[ "MIT" ]
2,064
2020-08-07T01:13:13.000Z
2022-03-31T20:23:40.000Z
migrations/0008_add-org-id-to-team-table.up.sql
CarlosSalda/taskcafe
0d00fc75183022b5397cc373a1b71edb56057b2b
[ "MIT" ]
84
2020-08-07T01:22:17.000Z
2022-03-28T07:48:08.000Z
migrations/0008_add-org-id-to-team-table.up.sql
CarlosSalda/taskcafe
0d00fc75183022b5397cc373a1b71edb56057b2b
[ "MIT" ]
195
2020-08-07T08:44:53.000Z
2022-03-26T06:09:42.000Z
ALTER TABLE team ADD COLUMN organization_id uuid NOT NULL REFERENCES organization(organization_id);
50
99
0.86
9decde67d2cc1443f09824b1a75738c121f4580d
5,175
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_zr_un_4k_/i9-9900K_12_0xa0.log_21829_471.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_zr_un_4k_/i9-9900K_12_0xa0.log_21829_471.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_zr_un_4k_/i9-9900K_12_0xa0.log_21829_471.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 %r13 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1c7fe, %r9 nop nop nop nop nop xor %rdi, %rdi mov $0x6162636465666768, %rcx movq %rcx, %xmm7 movups %xmm7, (%r9) and %rdi, %rdi lea addresses_normal_ht+0x385e, %r9 nop cmp %rsi, %rsi m...
45
2,999
0.659324
f790fec446fd6e3900157886dba2f91c0b8fa81c
9,364
h
C
a3d/src/container/a3dPool.h
ProjectAsura/asura-SDK
e823129856185b023b164415b7aec2de0ba9c338
[ "MIT" ]
42
2016-11-11T13:27:48.000Z
2021-07-27T17:53:43.000Z
a3d/src/container/a3dPool.h
ProjectAsura/asura-SDK
e823129856185b023b164415b7aec2de0ba9c338
[ "MIT" ]
null
null
null
a3d/src/container/a3dPool.h
ProjectAsura/asura-SDK
e823129856185b023b164415b7aec2de0ba9c338
[ "MIT" ]
2
2017-03-26T08:25:29.000Z
2018-10-24T06:10:29.000Z
//------------------------------------------------------------------------------------------------- // File : a3dPool.h // Desc : Item Pool. // Copyright(c) Project Asura. All right reserved. //------------------------------------------------------------------------------------------------- #pragma once //----...
36.015385
101
0.291756
4c18f2b7ba0ba34feaaf04498d24f7baae64b931
2,532
php
PHP
app/Views/Template/base.php
Aamir-Sohail/joblister_code
26311b0bcdbd26aca2c55d984f8bec04cde3582b
[ "MIT" ]
null
null
null
app/Views/Template/base.php
Aamir-Sohail/joblister_code
26311b0bcdbd26aca2c55d984f8bec04cde3582b
[ "MIT" ]
null
null
null
app/Views/Template/base.php
Aamir-Sohail/joblister_code
26311b0bcdbd26aca2c55d984f8bec04cde3582b
[ "MIT" ]
null
null
null
<?php use App\Controllers\Home; ?> <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/...
38.953846
212
0.60466
905da7814fb141239bba1210d487a0c75ff90817
4,916
py
Python
models/counters/SANet.py
MagazzuGaetano/Crowd-Counting-DEMO
a765072d2ce924a8ef756941f10e1013fc8a9f71
[ "MIT" ]
1
2022-03-25T14:47:56.000Z
2022-03-25T14:47:56.000Z
models/counters/SANet.py
MagazzuGaetano/Crowd-Counting-DEMO
a765072d2ce924a8ef756941f10e1013fc8a9f71
[ "MIT" ]
null
null
null
models/counters/SANet.py
MagazzuGaetano/Crowd-Counting-DEMO
a765072d2ce924a8ef756941f10e1013fc8a9f71
[ "MIT" ]
null
null
null
import torch import torch.nn as nn import torch.nn.functional as F from misc.utils import initialize_weights class BasicConv(nn.Module): def __init__(self, in_channels, out_channels, use_bn=False, **kwargs): super(BasicConv, self).__init__() self.use_bn = use_bn self.conv = nn.Conv2d(in_ch...
39.328
116
0.576485
485a7a06b0e003ca530835f24419db77aed8f16c
506
swift
Swift
NekoJealousy/Adaptive/ForceTouch.swift
stzn/NekoJealousy
5a418a4723ac4dc65a436b405daf0c06546bec1d
[ "Apache-2.0" ]
null
null
null
NekoJealousy/Adaptive/ForceTouch.swift
stzn/NekoJealousy
5a418a4723ac4dc65a436b405daf0c06546bec1d
[ "Apache-2.0" ]
null
null
null
NekoJealousy/Adaptive/ForceTouch.swift
stzn/NekoJealousy
5a418a4723ac4dc65a436b405daf0c06546bec1d
[ "Apache-2.0" ]
null
null
null
// // ForceTouch.swift // NekoJealousy // // Created by stakata on 2018/05/11. // Copyright © 2018年 sztk. All rights reserved. // import UIKit enum ForceTouch: AdaptiveAttribute { case unavailable case available func generateTraitCollection() -> UITraitCollection { switch self { ...
22
87
0.683794
58f855aef440dbf739f09ca5ce763393cee6e348
5,581
rs
Rust
src/sys/pkg/lib/blobfs/src/lib.rs
EnderNightLord-ChromeBook/zircon-rpi
b09b1eb3aa7a127c65568229fe10edd251869283
[ "BSD-2-Clause" ]
null
null
null
src/sys/pkg/lib/blobfs/src/lib.rs
EnderNightLord-ChromeBook/zircon-rpi
b09b1eb3aa7a127c65568229fe10edd251869283
[ "BSD-2-Clause" ]
null
null
null
src/sys/pkg/lib/blobfs/src/lib.rs
EnderNightLord-ChromeBook/zircon-rpi
b09b1eb3aa7a127c65568229fe10edd251869283
[ "BSD-2-Clause" ]
null
null
null
// Copyright 2021 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #![deny(missing_docs)] //! Typesafe wrappers around the /blob filesystem. use { fidl_fuchsia_io::{DirectoryMarker, DirectoryProxy, DirectoryRequestSt...
33.220238
98
0.612256
2a15518fbd66c41256a99e702c919c0feda94a7d
92,131
html
HTML
raw/isa104/104_16-2A-N.html
kiang/salary
ae064dca78d38256ae850c15c9cd4b9ab48be8bc
[ "MIT" ]
25
2016-02-24T23:28:25.000Z
2022-01-09T01:22:46.000Z
raw/isa104/104_16-2A-N.html
kiang/salary
ae064dca78d38256ae850c15c9cd4b9ab48be8bc
[ "MIT" ]
4
2016-07-14T04:27:03.000Z
2022-02-09T16:56:57.000Z
raw/isa104/104_16-2A-N.html
kiang/salary
ae064dca78d38256ae850c15c9cd4b9ab48be8bc
[ "MIT" ]
16
2016-07-14T04:00:56.000Z
2022-03-22T11:00:18.000Z
<html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <style type="text/css"> a {text-decoration: none} </style> </head> <body text="#000000" link="#000000" alink="#000000" vlink="#000000"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr><td w...
229.753117
582
0.713799
8588c31a98884bd2d32d5dde236f691088ceac8f
112
js
JavaScript
examples/AppManager/t00.js
iwillwen/mindb
ad6842602b9422d0bf10766cc6c180fb08c0fa9f
[ "MIT" ]
235
2015-01-07T03:15:02.000Z
2022-03-08T15:30:04.000Z
examples/AppManager/t00.js
iwillwen/mindb
ad6842602b9422d0bf10766cc6c180fb08c0fa9f
[ "MIT" ]
8
2015-02-21T17:41:12.000Z
2020-08-03T05:29:50.000Z
examples/AppManager/t00.js
iwillwen/mindb
ad6842602b9422d0bf10766cc6c180fb08c0fa9f
[ "MIT" ]
26
2015-02-10T08:34:49.000Z
2019-09-25T02:02:14.000Z
(function(undefined) { var AppManagerCore = { addNewApp: function(url, name, callback) { } }; })();
16
46
0.589286
90532c5eede80735b5266726ae4b0a5d619c4e40
605
kt
Kotlin
src/main/java/com/dzen/campfire/api/models/QuestInfo.kt
ZeonXX/CampfireAPI
8d689f3238dec5bfb31bae571cb3b731cacb2697
[ "Apache-2.0" ]
3
2021-09-23T16:05:37.000Z
2021-12-30T05:06:27.000Z
src/main/java/com/dzen/campfire/api/models/QuestInfo.kt
ZeonXX/CampfireAPI
8d689f3238dec5bfb31bae571cb3b731cacb2697
[ "Apache-2.0" ]
null
null
null
src/main/java/com/dzen/campfire/api/models/QuestInfo.kt
ZeonXX/CampfireAPI
8d689f3238dec5bfb31bae571cb3b731cacb2697
[ "Apache-2.0" ]
2
2021-12-03T18:10:07.000Z
2021-12-31T13:25:17.000Z
package com.dzen.campfire.api.models class QuestInfo { var index: Long var targets: Array<Int> var story: Boolean constructor(index: Long, story:Boolean, vararg targets: Int){ this.index = index this.story = story this.targets = targets.toTypedArray() } fun questIsFin...
24.2
82
0.633058
72956a21f1423e3e385a56d5ced87c9c0206eb02
184
kt
Kotlin
app/src/main/java/ar/com/p39/localshare/sharer/views/ShareView.kt
Gazer/localshare
77f7d3010de6888b15257d28064008a000daf36d
[ "Apache-2.0" ]
null
null
null
app/src/main/java/ar/com/p39/localshare/sharer/views/ShareView.kt
Gazer/localshare
77f7d3010de6888b15257d28064008a000daf36d
[ "Apache-2.0" ]
null
null
null
app/src/main/java/ar/com/p39/localshare/sharer/views/ShareView.kt
Gazer/localshare
77f7d3010de6888b15257d28064008a000daf36d
[ "Apache-2.0" ]
null
null
null
package ar.com.p39.localshare.sharer.views import android.net.Uri interface ShareView { fun showWifiError() fun showUriData(uri: Uri) fun showUriData(uris: List<Uri>) }
16.727273
42
0.728261
0e1d27d826501d49c92b665f6ce2c65d8947eceb
168
kt
Kotlin
SalahTimeCalculator/src/main/java/app/muazzin/salah/times/Salah.kt
MuazzinApp/SalahTime
91a76a67a6a41254972189afe94404a87586e9e5
[ "Apache-2.0" ]
null
null
null
SalahTimeCalculator/src/main/java/app/muazzin/salah/times/Salah.kt
MuazzinApp/SalahTime
91a76a67a6a41254972189afe94404a87586e9e5
[ "Apache-2.0" ]
null
null
null
SalahTimeCalculator/src/main/java/app/muazzin/salah/times/Salah.kt
MuazzinApp/SalahTime
91a76a67a6a41254972189afe94404a87586e9e5
[ "Apache-2.0" ]
null
null
null
package app.muazzin.salah.times enum class Salah { FAJR, SHUROQ, DHUHR, ASR, MAGRIB, ISHA, QIYAM, JUMA, EIDULFITR, EIDULADHA }
11.2
31
0.571429
8423287ff87ec407058acb7a82464c9f6bcb9963
2,894
kt
Kotlin
app/src/main/java/segura/countries/app/ui/MainActivity.kt
YonatanSegura97/Countries-App
b551ce5a00b69b42fdb28810fc2a34ad79314ac3
[ "Apache-2.0" ]
1
2020-10-05T16:26:24.000Z
2020-10-05T16:26:24.000Z
app/src/main/java/segura/countries/app/ui/MainActivity.kt
angelhr28/Countries-App
b551ce5a00b69b42fdb28810fc2a34ad79314ac3
[ "Apache-2.0" ]
null
null
null
app/src/main/java/segura/countries/app/ui/MainActivity.kt
angelhr28/Countries-App
b551ce5a00b69b42fdb28810fc2a34ad79314ac3
[ "Apache-2.0" ]
2
2020-03-18T18:51:28.000Z
2020-10-05T16:26:27.000Z
package segura.countries.app.ui import android.animation.Animator import android.animation.AnimatorListenerAdapter import android.os.Bundle import android.view.View import android.widget.Toast import androidx.appcompat.app.AppCompatActivity import androidx.lifecycle.Observer import androidx.recyclerview.widget.LinearL...
30.145833
83
0.657222
126d2d628c79712e8e2985ad3837b53700e1b53f
3,271
h
C
test-vm/test_vm.h
plvhx/dummy-vm
e422e44001cbc358c9a36667cdb7f860c4963973
[ "WTFPL" ]
2
2020-12-06T04:48:52.000Z
2020-12-11T04:51:35.000Z
test-vm/test_vm.h
plvhx/dummy-vm
e422e44001cbc358c9a36667cdb7f860c4963973
[ "WTFPL" ]
null
null
null
test-vm/test_vm.h
plvhx/dummy-vm
e422e44001cbc358c9a36667cdb7f860c4963973
[ "WTFPL" ]
null
null
null
#ifndef __TEST_VM_H__ #define __TEST_VM_H__ #ifdef __cplusplus extern "C" { #endif void test_movb_imm8_to_r0(void); void test_movb_imm8_to_r1(void); void test_movb_imm8_to_r2(void); void test_movb_imm8_to_r3(void); void test_movb_r0_to_r0(void); void test_movb_r1_to_r0(void); void test_movb_r2_to_r0(void); void test...
26.593496
37
0.847753
1c54864f3ad135c1490aa62c034bd3e23419add2
646
kt
Kotlin
server-app/core/src/main/kotlin/com/github/akraskovski/fes/core/domain/config/AuthServerProperties.kt
akraskovski/freight-exchange-system
b4d99ea9aa462110c024eaafb804030bd5186ea8
[ "Apache-2.0" ]
2
2018-10-28T19:29:36.000Z
2022-02-16T23:25:38.000Z
server-app/core/src/main/kotlin/com/github/akraskovski/fes/core/domain/config/AuthServerProperties.kt
akraskovski/freight-exchange-system
b4d99ea9aa462110c024eaafb804030bd5186ea8
[ "Apache-2.0" ]
null
null
null
server-app/core/src/main/kotlin/com/github/akraskovski/fes/core/domain/config/AuthServerProperties.kt
akraskovski/freight-exchange-system
b4d99ea9aa462110c024eaafb804030bd5186ea8
[ "Apache-2.0" ]
1
2019-03-24T18:29:06.000Z
2019-03-24T18:29:06.000Z
package com.github.akraskovski.fes.web.config import org.springframework.boot.context.properties.ConfigurationProperties import org.springframework.context.annotation.Configuration /** * Auth Server configuration properties container. */ @Configuration @ConfigurationProperties(prefix = "auth.server") class AuthServ...
24.846154
74
0.727554
c60cb0498be2dc9e1c42173dc7bc60ba6e7632ec
2,640
sql
SQL
db/api.sql
CMSgov/bcda-app
c41875680494e3894dbc65006d10e92c940fedae
[ "CC0-1.0" ]
26
2019-02-01T18:21:15.000Z
2021-09-17T23:59:14.000Z
db/api.sql
CMSgov/bcda-app
c41875680494e3894dbc65006d10e92c940fedae
[ "CC0-1.0" ]
251
2018-07-27T15:36:25.000Z
2022-02-24T20:08:35.000Z
db/api.sql
CMSgov/bcda-app
c41875680494e3894dbc65006d10e92c940fedae
[ "CC0-1.0" ]
15
2018-07-23T22:30:36.000Z
2022-03-03T00:18:44.000Z
create table acos ( uuid uuid not null primary key, cms_id character varying(8) unique null, name text not null, created_at timestamp with time zone not null default now(), updated_at timestamp with time zone not null default now(), client_id text null, alpha_secret text null, public_key text null ); c...
31.807229
63
0.738258
65164ebc73c88c773a56c1c8312715ea40cc9b6c
626
py
Python
Data-Structure/Basic-Struct/Stack-Queues/Evaluation-of-Expressions/Eval.py
tz70s/lesson
a647105682bb0d1420c450d0cd7c56fe1de6e21b
[ "Apache-2.0" ]
1
2015-08-27T17:27:43.000Z
2015-08-27T17:27:43.000Z
Data-Structure/Basic-Struct/Stack-Queues/Evaluation-of-Expressions/Eval.py
tz70s/lesson
a647105682bb0d1420c450d0cd7c56fe1de6e21b
[ "Apache-2.0" ]
null
null
null
Data-Structure/Basic-Struct/Stack-Queues/Evaluation-of-Expressions/Eval.py
tz70s/lesson
a647105682bb0d1420c450d0cd7c56fe1de6e21b
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/env python3 import stack import queue opset = {'*','+','(',")"} def readinfix(): fh = open("infix.txt") li = [] li += fh.read() print (li) return li def eval(): evlist = readinfix() postlist = [] st = stack.Stack() for op in evlist: if op in opset: s...
17.885714
41
0.469649
b15ff69a10e5fa119a7ce12b336cbda996a3dbc2
1,212
kt
Kotlin
data/src/test/kotlin/utils/TestUserGenerator.kt
Bik-Krlvn/Spiice-ui-challenge
f64214c986ac8d228e5bc627ee847c0a74bd197f
[ "MIT" ]
7
2020-04-05T21:58:11.000Z
2020-08-15T12:00:37.000Z
data/src/test/kotlin/utils/TestUserGenerator.kt
alvinmarshall/Spiice-ui-challenge
f64214c986ac8d228e5bc627ee847c0a74bd197f
[ "MIT" ]
null
null
null
data/src/test/kotlin/utils/TestUserGenerator.kt
alvinmarshall/Spiice-ui-challenge
f64214c986ac8d228e5bc627ee847c0a74bd197f
[ "MIT" ]
1
2020-04-06T18:10:05.000Z
2020-04-06T18:10:05.000Z
package utils import com.cheise_proj.data.model.PortfolioData import com.cheise_proj.data.model.ProfileData import com.cheise_proj.data.model.ReviewsData import com.cheise_proj.data.model.UserData object TestUserGenerator { fun getUser(): UserData { return UserData( email = "test email", ...
29.560976
59
0.505776
558b58e136f40ea293d509c5ca7746ba51448c6f
210
html
HTML
venvs/sitio_web/templates/index.html
mmaguero/MII-SSBW16-17
25b6c340c63a2fbe8342b48ec7f730b68c58d1bc
[ "MIT" ]
1
2017-04-22T11:02:38.000Z
2017-04-22T11:02:38.000Z
venvs/sitio_web/templates/index.html
mmaguero/MII-SSBW16-17
25b6c340c63a2fbe8342b48ec7f730b68c58d1bc
[ "MIT" ]
4
2017-06-17T16:10:45.000Z
2022-02-13T20:23:04.000Z
venvs/sitio_web/templates/index.html
mmaguero/MII-SSBW16-17
25b6c340c63a2fbe8342b48ec7f730b68c58d1bc
[ "MIT" ]
null
null
null
{% extends "base.html" %} {% block contenido %} <div class="jumbotron"> <h1>Restaurants</h1> <p class="lead">Very simple CRUD with Bootstrap, Django & MongoDB for Restaurants...</p> </div> {% endblock %}
21
90
0.652381
b87ee1af3817c1599af5cf0ab6874b3eed72d837
105
kt
Kotlin
app/src/main/java/com/rphmelo/cnjokes/common/base/BaseInteractorContract.kt
Rphmelo/chuck-norris-jokes
c8d7c97219de738fe6966ad8a0e7ff221d48b3d5
[ "MIT" ]
null
null
null
app/src/main/java/com/rphmelo/cnjokes/common/base/BaseInteractorContract.kt
Rphmelo/chuck-norris-jokes
c8d7c97219de738fe6966ad8a0e7ff221d48b3d5
[ "MIT" ]
null
null
null
app/src/main/java/com/rphmelo/cnjokes/common/base/BaseInteractorContract.kt
Rphmelo/chuck-norris-jokes
c8d7c97219de738fe6966ad8a0e7ff221d48b3d5
[ "MIT" ]
null
null
null
package com.rphmelo.cnjokes.common.base interface BaseInteractorContract { fun disposeObservable() }
21
39
0.809524
f84177e97ff37393e221b121c14d05b9ceb92054
187
sql
SQL
src/main/resources/db/schema.sql
michael-7845/mybootlab
d34805fe2db084304e91d90fec026a5a7f650b79
[ "Apache-2.0" ]
null
null
null
src/main/resources/db/schema.sql
michael-7845/mybootlab
d34805fe2db084304e91d90fec026a5a7f650b79
[ "Apache-2.0" ]
null
null
null
src/main/resources/db/schema.sql
michael-7845/mybootlab
d34805fe2db084304e91d90fec026a5a7f650b79
[ "Apache-2.0" ]
null
null
null
DROP TABLE IF EXISTS `CUSTOMER`; CREATE TABLE `CUSTOMER` ( `id` bigint(20) NOT NULL PRIMARY KEY AUTO_INCREMENT, `first_name` varchar(30) NOT NULL, `last_name` varchar(30) NOT NULL );
23.375
53
0.727273
2fcf04b426e881a2f79d4fb5a2f76087495d7efd
489
kt
Kotlin
app/src/main/java/com/anibalbastias/android/pulentapp/data/dataStoreFactory/search/model/SearchMusicData.kt
anibalbastiass/android.pulent.test
574ec990a2ed0d68499199289d454d122e939a06
[ "MIT" ]
1
2019-11-27T18:32:22.000Z
2019-11-27T18:32:22.000Z
app/src/main/java/com/anibalbastias/android/pulentapp/data/dataStoreFactory/search/model/SearchMusicData.kt
anibalbastiass/android.pulent.test
574ec990a2ed0d68499199289d454d122e939a06
[ "MIT" ]
4
2019-09-05T12:04:06.000Z
2019-09-09T03:20:45.000Z
app/src/main/java/com/anibalbastias/android/pulentapp/data/dataStoreFactory/search/model/SearchMusicData.kt
anibalbastiass/android.pulent.test
574ec990a2ed0d68499199289d454d122e939a06
[ "MIT" ]
1
2019-12-13T13:21:30.000Z
2019-12-13T13:21:30.000Z
package com.anibalbastias.android.pulentapp.data.dataStoreFactory.search.model import com.anibalbastias.android.pulentapp.data.dataStoreFactory.common.TypeData import com.anibalbastias.android.pulentapp.data.dataStoreFactory.common.WrapperData import com.google.gson.annotations.SerializedName data class SearchMusicDa...
34.928571
83
0.826176
cb175cca68b9a7c31a668bd1fa627ea6fd30df63
11,154
c
C
libs/epaper/src/epaper.c
peimis/mos-epaper
3f4bf835a80d584ed732642ce51bcc5b1baa51fa
[ "Apache-2.0" ]
null
null
null
libs/epaper/src/epaper.c
peimis/mos-epaper
3f4bf835a80d584ed732642ce51bcc5b1baa51fa
[ "Apache-2.0" ]
null
null
null
libs/epaper/src/epaper.c
peimis/mos-epaper
3f4bf835a80d584ed732642ce51bcc5b1baa51fa
[ "Apache-2.0" ]
null
null
null
#include "mgos.h" #include "mgos_config.h" #include "mgos_spi.h" #include "epaper.h" static int _width=0; static int _height=0; static int _cs_pin=0; static int _dc_pin=0; static int _busy_pin=0; static int _reset_pin=0; static bool _isdirty = true; static enum epaper_update_type_t _lut = FULL_UPDATE; static struct ...
24.407002
145
0.692039
0ce0840b66e590ef2a41c729b631412a225153c7
12,383
py
Python
test/unit/agent/common/util/text.py
dp92987/nginx-amplify-agent
1b2eed6eab52a82f35974928d75044451b4bedaf
[ "BSD-2-Clause" ]
308
2015-11-17T13:15:33.000Z
2022-03-24T12:03:40.000Z
test/unit/agent/common/util/text.py
dp92987/nginx-amplify-agent
1b2eed6eab52a82f35974928d75044451b4bedaf
[ "BSD-2-Clause" ]
211
2015-11-16T15:27:41.000Z
2022-03-28T16:20:15.000Z
test/unit/agent/common/util/text.py
dp92987/nginx-amplify-agent
1b2eed6eab52a82f35974928d75044451b4bedaf
[ "BSD-2-Clause" ]
80
2015-11-16T18:20:30.000Z
2022-03-02T12:47:56.000Z
# -*- coding: utf-8 -*- from hamcrest import * from test.base import BaseTestCase from amplify.agent.common.util.text import ( decompose_format, parse_line, parse_line_split ) __author__ = "Grant Hulegaard" __copyright__ = "Copyright (C) Nginx, Inc. All rights reserved." __license__ = "" __maintainer__ = "Grant...
42.407534
115
0.605023
c7e73ecc2291a381480196b2be659243f496c21a
1,005
py
Python
flappy/filters/dropshadowfilter.py
meadiode/flappy
8d713f1db8d36bea61a73666ee353edd2ed40906
[ "MIT" ]
1
2020-09-16T15:18:39.000Z
2020-09-16T15:18:39.000Z
flappy/filters/dropshadowfilter.py
wannaphong/flappy
bc4630ca9120463c57c1d756c39c60a6dc509940
[ "MIT" ]
1
2020-11-17T00:58:59.000Z
2020-11-17T00:58:59.000Z
flappy/filters/dropshadowfilter.py
wannaphong/flappy
bc4630ca9120463c57c1d756c39c60a6dc509940
[ "MIT" ]
null
null
null
# encoding: utf-8 class DropShadowFilter(object): def __init__(self, distance=4.0, angle=45.0, color=0, alpha=1.0, blurX=4.0, blurY=4.0, strength=1.0, quality=1, inner=False, knockout=False, hideObject=False): self._type = 'DropShadowFilter' self.dist...
37.222222
72
0.512438
fd7462a58a72df9ce02e98d70db18893a6afb582
1,138
h
C
src/sdk/hl2_csgo/game/client/swarm/vgui/briefingframe.h
newcommerdontblame/ionlib
47ca829009e1529f62b2134aa6c0df8673864cf3
[ "MIT" ]
51
2016-03-18T01:48:07.000Z
2022-03-21T20:02:02.000Z
src/game/client/swarm/vgui/briefingframe.h
senny970/AlienSwarm
c5a2d3fa853c726d040032ff2c7b90c8ed8d5d84
[ "Unlicense" ]
null
null
null
src/game/client/swarm/vgui/briefingframe.h
senny970/AlienSwarm
c5a2d3fa853c726d040032ff2c7b90c8ed8d5d84
[ "Unlicense" ]
26
2016-03-17T21:20:37.000Z
2022-03-24T10:21:30.000Z
#ifndef _INCLUDED_BRIEFING_FRAME_H #define _INCLUDED_BRIEFING_FRAME_H #ifdef _WIN32 #pragma once #endif #include <vgui_controls/Frame.h> class BriefingImagePanel; class CNB_Mission_Panel; class CNB_Main_Panel; // fullscreen frame used to show the briefing class BriefingFrame : public vgui::Frame { DECLARE_CLASS_SI...
26.465116
119
0.796134
a1b4f5bdf68c91f8b92f46f23afef9dfb43a895b
2,069
h
C
src/shaders/glsl/natural-mystic-rain.h
YamaR1n/natural-mystic-shaders
3c268817c5bd0a8339b6d257e5fc8ff6c1597d8d
[ "CC0-1.0" ]
28
2018-12-22T13:06:15.000Z
2022-03-18T14:47:28.000Z
src/shaders/glsl/natural-mystic-rain.h
YamaR1n/natural-mystic-shaders
3c268817c5bd0a8339b6d257e5fc8ff6c1597d8d
[ "CC0-1.0" ]
91
2018-12-20T06:42:12.000Z
2022-02-22T07:29:01.000Z
src/shaders/glsl/natural-mystic-rain.h
YamaR1n/natural-mystic-shaders
3c268817c5bd0a8339b6d257e5fc8ff6c1597d8d
[ "CC0-1.0" ]
6
2019-01-08T15:54:30.000Z
2021-09-11T12:12:52.000Z
// -*- glsl -*- #if !defined(NATURAL_MYSTIC_RAIN_H_INCLUDED) #define NATURAL_MYSTIC_RAIN_H_INCLUDED 1 #include "natural-mystic-noise.h" #include "natural-mystic-precision.h" /* See https://seblagarde.wordpress.com/2012/12/10/observe-rainy-world/ */ /* Compute the wetness of the terrain based on the clear weather le...
36.298246
116
0.658772
a3bb912fdcd05a5bbd3d0de4c73d93e3a975c908
4,259
lua
Lua
compiled/lua/type_ternary_2nd_falsy.lua
smarek/ci_targets
c5edee7b0901fd8e7f75f85245ea4209b38e0cb3
[ "MIT" ]
4
2017-04-08T12:55:11.000Z
2020-12-05T21:09:31.000Z
compiled/lua/type_ternary_2nd_falsy.lua
smarek/ci_targets
c5edee7b0901fd8e7f75f85245ea4209b38e0cb3
[ "MIT" ]
7
2018-04-23T01:30:33.000Z
2020-10-30T23:56:14.000Z
compiled/lua/type_ternary_2nd_falsy.lua
smarek/ci_targets
c5edee7b0901fd8e7f75f85245ea4209b38e0cb3
[ "MIT" ]
6
2017-04-08T11:41:14.000Z
2020-10-30T22:47:31.000Z
-- This is a generated file! Please edit source .ksy file and use kaitai-struct-compiler to rebuild -- -- This file is compatible with Lua 5.3 local class = require("class") require("kaitaistruct") local utils = require("utils") TypeTernary2ndFalsy = class.class(KaitaiStruct) function TypeTernary2ndFalsy:_init(io, p...
26.955696
117
0.760977
40eabd06ebe71949fbf69067accae64bd5807c56
8,982
py
Python
tests/st/mindelec/geometry/test_geometry_base.py
mindspore-ai/mindscience
b5269245915695de2d99fb290fef662c241db189
[ "Apache-2.0" ]
3
2021-11-10T06:17:50.000Z
2022-03-21T14:25:30.000Z
tests/st/mindelec/geometry/test_geometry_base.py
mindspore-ai/mindscience
b5269245915695de2d99fb290fef662c241db189
[ "Apache-2.0" ]
null
null
null
tests/st/mindelec/geometry/test_geometry_base.py
mindspore-ai/mindscience
b5269245915695de2d99fb290fef662c241db189
[ "Apache-2.0" ]
1
2021-12-05T11:41:29.000Z
2021-12-05T11:41:29.000Z
# Copyright 2021 Huawei Technologies Co., Ltd # # 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...
33.89434
104
0.684591
4ce00d3c66f566be5426a1037fc008ad2f3dea75
869
asm
Assembly
libsrc/gfx/narrow/drawto_callee.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/gfx/narrow/drawto_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/gfx/narrow/drawto_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ----- void __CALLEE__ drawto(int x2, int y2) IF !__CPU_INTEL__ & !__CPU_GBZ80__ SECTION code_graphics PUBLIC drawto_callee PUBLIC _drawto_callee PUBLIC asm_drawto EXTERN swapgfxbk EXTERN __graphics_end EXTERN Line EXTERN plotpixel EXTERN __gfx_coords INCLU...
16.711538
46
0.592635
c44fef3226067a5c8e68971f3c87a141b20dede2
6,988
c
C
release/src/linux/linux/drivers/char/misc.c
enfoTek/tomato.linksys.e2000.nvram-mod
2ce3a5217def49d6df7348522e2bfda702b56029
[ "FSFAP" ]
80
2015-01-02T10:14:04.000Z
2021-06-07T06:29:49.000Z
release/src/linux/linux/drivers/char/misc.c
unforgiven512/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
9
2015-05-14T11:03:12.000Z
2018-01-04T07:12:58.000Z
release/src/linux/linux/drivers/char/misc.c
unforgiven512/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
69
2015-01-02T10:45:56.000Z
2021-09-06T07:52:13.000Z
/* * linux/drivers/char/misc.c * * Generic misc open routine by Johan Myreen * * Based on code from Linus * * Teemu Rantanen's Microsoft Busmouse support and Derrick Cole's * changes incorporated into 0.97pl4 * by Peter Cervasio (pete%q106fm.uucp@wupost.wustl.edu) (08SEP92) * See busmouse.c for particul...
23.849829
81
0.684888
1ea107e5483b9bb2cc0eaf467260ba9623573d09
1,009
lua
Lua
lua/onenord/colors/onenordlight.lua
steef435/onenord.nvim
1590c4338fced87b46e403484f3bc4bbe6280022
[ "MIT" ]
187
2021-10-30T16:35:30.000Z
2022-03-25T22:31:16.000Z
lua/onenord/colors/onenordlight.lua
steef435/onenord.nvim
1590c4338fced87b46e403484f3bc4bbe6280022
[ "MIT" ]
28
2021-10-30T21:54:43.000Z
2022-01-06T18:46:48.000Z
lua/onenord/colors/onenordlight.lua
steef435/onenord.nvim
1590c4338fced87b46e403484f3bc4bbe6280022
[ "MIT" ]
17
2021-10-30T23:10:47.000Z
2022-03-22T08:34:39.000Z
local colors = { fg = "#2E3440", fg_light = "#4C566A", bg = "#F7F8FA", gray = "#838FA6", light_gray = "#646A76", cyan = "#3EA1AD", blue = "#3879C5", dark_blue = "#1B40A6", green = "#48A53D", light_green = "#5F9E9D", dark_red = "#C53B40", red = "#CB4F53", light_red = "#D16366", pink = "#E85B7...
21.934783
38
0.667988
c6b1d5596722b61f5a2bc28e45822b1cf9d4c5fa
432
asm
Assembly
oeis/037/A037606.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/037/A037606.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/037/A037606.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A037606: Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 1,2,3. ; Submitted by Jon Maiga ; 1,8,51,307,1844,11067,66403,398420,2390523,14343139,86058836,516353019,3098118115,18588708692,111532252155,669193512931,4015161077588,24090966465531,144545798793187,867274792759124,52...
28.8
199
0.75463
0cadb7e95c4071f67c85455076d7e09c38533f05
7,394
swift
Swift
KeyCloner/ViewController.swift
JackErb/MultiToon-Controller
04250a33df1ebd20a05d6f7ce836b2480455f1ee
[ "MIT" ]
1
2017-06-30T20:24:58.000Z
2017-06-30T20:24:58.000Z
KeyCloner/ViewController.swift
JackErb/MultiToon-Controller
04250a33df1ebd20a05d6f7ce836b2480455f1ee
[ "MIT" ]
null
null
null
KeyCloner/ViewController.swift
JackErb/MultiToon-Controller
04250a33df1ebd20a05d6f7ce836b2480455f1ee
[ "MIT" ]
1
2018-08-15T06:15:57.000Z
2018-08-15T06:15:57.000Z
// // ViewController.swift // KeyCloner // // Created by Jack Erb on 7/20/16. // Copyright © 2016 Jack Erb. All rights reserved. // import Cocoa class ViewController: NSViewController { static var sharedController: ViewController! // Allow ViewController to be a first responder (i.e. respond to key/m...
36.423645
200
0.639167
3c7ff5dc98474597ae095617fbf1ae29b3d71d12
259
rs
Rust
src/auth.rs
gdvalle/webchannel
cbaba7aba42da64eae74dbfab3638df0713f63d6
[ "MIT" ]
2
2021-12-18T11:28:39.000Z
2021-12-18T14:18:38.000Z
src/auth.rs
gdvalle/webchannel
cbaba7aba42da64eae74dbfab3638df0713f63d6
[ "MIT" ]
null
null
null
src/auth.rs
gdvalle/webchannel
cbaba7aba42da64eae74dbfab3638df0713f63d6
[ "MIT" ]
null
null
null
use serde::{Deserialize, Serialize}; use thiserror::Error; #[derive(Serialize, Deserialize, Debug, Clone)] pub struct Claims { pub cid: String, } #[derive(Error, Debug)] pub enum AuthError { #[error("invalid credentials")] InvalidCredentials, }
18.5
47
0.698842
72ea28f1bb76f07d1c16e48c06ba58b86ebcfc1e
496
html
HTML
06_webhybridapp/MovieApp/src/app/list/list.page.html
timofurrer/hslu-mobpro
dae693b36a31509aea270b43c10cf58380ccc424
[ "MIT" ]
null
null
null
06_webhybridapp/MovieApp/src/app/list/list.page.html
timofurrer/hslu-mobpro
dae693b36a31509aea270b43c10cf58380ccc424
[ "MIT" ]
null
null
null
06_webhybridapp/MovieApp/src/app/list/list.page.html
timofurrer/hslu-mobpro
dae693b36a31509aea270b43c10cf58380ccc424
[ "MIT" ]
null
null
null
<ion-header> <ion-toolbar> <ion-buttons slot="start"> <ion-menu-button></ion-menu-button> </ion-buttons> <ion-title> List </ion-title> </ion-toolbar> </ion-header> <ion-content> <ion-list> <ion-item *ngFor="let movie of movies" (click)="selectedMovie(movie)"> <ion-icon name=...
21.565217
74
0.566532
a681199589ab78d87a0506739b0ecd6ce73de6bb
812
kt
Kotlin
desktop/views/src/main/kotlin/com/soyle/stories/di/characterarc/CharacterListModule.kt
Soyle-Productions/soyle-stories
1a110536865250dcd8d29270d003315062f2b032
[ "Apache-2.0" ]
7
2021-08-10T18:20:25.000Z
2022-03-31T07:23:18.000Z
desktop/views/src/main/kotlin/com/soyle/stories/di/characterarc/CharacterListModule.kt
Soyle-Productions/soyle-stories
1a110536865250dcd8d29270d003315062f2b032
[ "Apache-2.0" ]
37
2021-08-04T22:51:02.000Z
2022-02-10T21:29:55.000Z
desktop/views/src/main/kotlin/com/soyle/stories/di/characterarc/CharacterListModule.kt
Soyle-Productions/soyle-stories
1a110536865250dcd8d29270d003315062f2b032
[ "Apache-2.0" ]
null
null
null
package com.soyle.stories.di.characterarc import com.soyle.stories.character.buildNewCharacter.CreatedCharacterNotifier import com.soyle.stories.character.characterList.LiveCharacterList import com.soyle.stories.character.removeCharacterFromStory.RemovedCharacterNotifier import com.soyle.stories.character.renameCharac...
29
84
0.700739
5e0a46d2917b9689d35411b517a83c62a3252350
113
sql
SQL
backend/de.metas.acct.base/src/main/sql/postgresql/system/43-de.metas.acct/5550750_cli_dont_use_currency_balancing.sql
dram/metasfresh
a1b881a5b7df8b108d4c4ac03082b72c323873eb
[ "RSA-MD" ]
1,144
2016-02-14T10:29:35.000Z
2022-03-30T09:50:41.000Z
backend/de.metas.acct.base/src/main/sql/postgresql/system/43-de.metas.acct/5550750_cli_dont_use_currency_balancing.sql
vestigegroup/metasfresh
4b2d48c091fb2a73e6f186260a06c715f5e2fe96
[ "RSA-MD" ]
8,283
2016-04-28T17:41:34.000Z
2022-03-30T13:30:12.000Z
backend/de.metas.acct.base/src/main/sql/postgresql/system/43-de.metas.acct/5550750_cli_dont_use_currency_balancing.sql
vestigegroup/metasfresh
4b2d48c091fb2a73e6f186260a06c715f5e2fe96
[ "RSA-MD" ]
441
2016-04-29T08:06:07.000Z
2022-03-28T06:09:56.000Z
update c_acctschema_gl set usecurrencybalancing='N', updated=now(), updatedby=99 where usecurrencybalancing='Y';
56.5
112
0.814159
2dc300eb972748c077a59a28fe2112574a6fbbb0
842
html
HTML
templates/login.html
cari1928/PATM_CINE_SMARTY
5ecdd27727693415fe17f6a37f0e954d01116412
[ "MIT" ]
null
null
null
templates/login.html
cari1928/PATM_CINE_SMARTY
5ecdd27727693415fe17f6a37f0e954d01116412
[ "MIT" ]
null
null
null
templates/login.html
cari1928/PATM_CINE_SMARTY
5ecdd27727693415fe17f6a37f0e954d01116412
[ "MIT" ]
1
2018-11-02T01:39:14.000Z
2018-11-02T01:39:14.000Z
{include file="header.html"} <div class="wrapper"> <form class="form-signin" action="login.php?accion=login" method="post"> <h2 class="form-signin-heading">Please login</h2> <div class="form-group"> <input type="text" class="form-control" name="username" placeholder="Email Address...
32.384615
121
0.58076
86ac9a4ff04e2c5571109459754916ece3b2ae54
131
go
Go
main.go
Fabiox2011/jinx
085cdbfaa7c5181f061d0e6fe9cde384c6543931
[ "Apache-2.0" ]
null
null
null
main.go
Fabiox2011/jinx
085cdbfaa7c5181f061d0e6fe9cde384c6543931
[ "Apache-2.0" ]
null
null
null
main.go
Fabiox2011/jinx
085cdbfaa7c5181f061d0e6fe9cde384c6543931
[ "Apache-2.0" ]
null
null
null
package main import ( "fmt" "os" ) func main() { fmt.Println("Main starting.") fmt.Println("Main finished.") os.Exit(0) }
8.733333
30
0.618321
5f33dbbd34474d6297075e2a3e8f60652198cac7
2,057
swift
Swift
DereGuide/Model/Favorite/FavoriteCard.swift
tsekityam/DereGuide
8d5cef3b1c4b297034edfcdf48cb25494ed16575
[ "MIT" ]
42
2017-08-30T12:19:25.000Z
2022-02-23T03:37:52.000Z
DereGuide/Model/Favorite/FavoriteCard.swift
tsekityam/DereGuide
8d5cef3b1c4b297034edfcdf48cb25494ed16575
[ "MIT" ]
17
2017-11-18T11:59:48.000Z
2020-04-27T05:41:25.000Z
DereGuide/Model/Favorite/FavoriteCard.swift
tsekityam/DereGuide
8d5cef3b1c4b297034edfcdf48cb25494ed16575
[ "MIT" ]
6
2018-01-06T09:39:23.000Z
2020-10-11T23:43:02.000Z
// // FavoriteCard.swift // DereGuide // // Created by zzk on 2017/7/26. // Copyright © 2017 zzk. All rights reserved. // import Foundation import CoreData import CloudKit public class FavoriteCard: NSManagedObject { @nonobjc public class func fetchRequest() -> NSFetchRequest<FavoriteCard> { retu...
25.085366
87
0.695673
dc09e6cfa5eebe2a970cd143544704b3431139f3
958
py
Python
test/test_exporter.py
MattCzyr/EvacSim
d2fd191e8fb93d210b031794c274c54ebe3a1fe4
[ "MIT" ]
1
2019-11-03T16:58:28.000Z
2019-11-03T16:58:28.000Z
test/test_exporter.py
MattCzyr/EvacuationPlanner
d2fd191e8fb93d210b031794c274c54ebe3a1fe4
[ "MIT" ]
12
2021-03-23T04:02:04.000Z
2021-04-30T22:55:54.000Z
test/test_exporter.py
MattCzyr/EvacuationPlanner
d2fd191e8fb93d210b031794c274c54ebe3a1fe4
[ "MIT" ]
null
null
null
import unittest import os import evacsim.node import evacsim.edge import evacsim.disaster import evacsim.exporter class TestExporter(unittest.TestCase): """Tests functionality in the exporter module. There isn't much to be tested here, so it simply tests that a KML file with the proper name is created when ...
43.545455
172
0.68476
9cd156b9f50162eff32b628b8cad2401b5a081e7
1,453
css
CSS
themes/hugo-theme-w3css-basic/static/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2018-harbor-mist.css
arvindvenkatadri/ProjectWorkflow
c27ec7e520154234ad3b289c90a1d8cf46a98c9f
[ "MIT" ]
52
2018-01-20T17:00:20.000Z
2021-09-01T04:35:12.000Z
themes/hugo-theme-w3css-basic/static/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2018-harbor-mist.css
arvindvenkatadri/ProjectWorkflow
c27ec7e520154234ad3b289c90a1d8cf46a98c9f
[ "MIT" ]
28
2018-01-17T23:21:55.000Z
2020-04-01T07:37:28.000Z
themes/hugo-theme-w3css-basic/static/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2018-harbor-mist.css
arvindvenkatadri/ProjectWorkflow
c27ec7e520154234ad3b289c90a1d8cf46a98c9f
[ "MIT" ]
32
2018-01-20T17:30:32.000Z
2022-03-27T05:14:19.000Z
/* https://www.w3schools.com/w3css/w3css_color_generator.asp */ /* 2018 Harbor Mist #B4B7BA */ .w3-theme-l5 {color:#000 !important; background-color:#fbfbfb !important} .w3-theme-l4 {color:#000 !important; background-color:#f0f1f1 !important} .w3-theme-l3 {color:#000 !important; background-color:#e1...
55.884615
82
0.746043
6c45117ee7fd3c065f33123eba6d4649e9d590e1
1,607
go
Go
pkg/gifs/gifs.go
DylanMeador/hermes
4015d7bffa19376e4dbd719756749466104fee6f
[ "Apache-2.0" ]
1
2020-07-02T00:28:40.000Z
2020-07-02T00:28:40.000Z
pkg/gifs/gifs.go
DylanMeador/hermes
4015d7bffa19376e4dbd719756749466104fee6f
[ "Apache-2.0" ]
null
null
null
pkg/gifs/gifs.go
DylanMeador/hermes
4015d7bffa19376e4dbd719756749466104fee6f
[ "Apache-2.0" ]
null
null
null
package gifs const ( BUG = "https://tenor.com/view/spongebob-squarepants-spongebob-patrick-star-we-have-a-bug-panic-gif-4771359" COWBELL = "https://tenor.com/view/league-of-lengends-cow-noise-bell-gif-8133323" TYLER1_DAB = "https://tenor.com/view/tyler1-dab-special-t1-lol-gif-13702867" ITS_A_TRAP = "...
61.807692
132
0.717486
72b3d9b655f106b342cf8e2fa29e8938382ecbea
437
rs
Rust
sgx/urts-sys/src/lib.rs
MixinNetwork/mobilecoin
5ffd861904185edbc0d17ab6b37bcd8983d7b15b
[ "Apache-2.0" ]
null
null
null
sgx/urts-sys/src/lib.rs
MixinNetwork/mobilecoin
5ffd861904185edbc0d17ab6b37bcd8983d7b15b
[ "Apache-2.0" ]
null
null
null
sgx/urts-sys/src/lib.rs
MixinNetwork/mobilecoin
5ffd861904185edbc0d17ab6b37bcd8983d7b15b
[ "Apache-2.0" ]
1
2022-03-26T09:02:39.000Z
2022-03-26T09:02:39.000Z
// Copyright (c) 2018-2020 MobileCoin Inc. //! Intel SGX URTS FFI #![allow(non_upper_case_globals)] #![allow(non_camel_case_types)] #![allow(non_snake_case)] #![allow(clippy::missing_safety_doc)] #![allow(clippy::useless_transmute)] use mc_sgx_core_types_sys::{ sgx_config_id_t, sgx_config_svn_t, sgx_enclave_id_t...
25.705882
92
0.748284
71f69c0a120db88c46ca42d12cd33ebcb5ca0f98
1,738
ts
TypeScript
tests/table/apis/table.service.test.properties.ts
ScriptBox21/Azurite
d8e0b4a993e77f608800b411a40e0cc4b36c1b80
[ "MIT" ]
1,145
2018-03-20T06:35:54.000Z
2022-03-29T04:48:04.000Z
tests/table/apis/table.service.test.properties.ts
ScriptBox21/Azurite
d8e0b4a993e77f608800b411a40e0cc4b36c1b80
[ "MIT" ]
1,062
2018-03-22T09:25:31.000Z
2022-03-30T13:42:24.000Z
tests/table/apis/table.service.test.properties.ts
ScriptBox21/Azurite
d8e0b4a993e77f608800b411a40e0cc4b36c1b80
[ "MIT" ]
251
2018-03-22T09:14:40.000Z
2022-02-22T02:24:54.000Z
import * as Azure from "azure-storage"; export function getServicePropertiesForTest() : Azure.common.models.ServicePropertiesResult.ServiceProperties{ return { Cors: { CorsRule: [ { AllowedOrigins: [ "http://www.contoso.com", "http://www...
25.188406
105
0.325662
b1b3e841ba62b632653025b5d516cd17f4aa0432
350
h
C
TVOnline/TVOnline/Home/Recommend/View/UNRecommendHeaderView.h
hetefe/OnlineTV
949ed8aeefe99c37eafea2d3d06301443dc6afc3
[ "Apache-2.0" ]
null
null
null
TVOnline/TVOnline/Home/Recommend/View/UNRecommendHeaderView.h
hetefe/OnlineTV
949ed8aeefe99c37eafea2d3d06301443dc6afc3
[ "Apache-2.0" ]
null
null
null
TVOnline/TVOnline/Home/Recommend/View/UNRecommendHeaderView.h
hetefe/OnlineTV
949ed8aeefe99c37eafea2d3d06301443dc6afc3
[ "Apache-2.0" ]
null
null
null
// // UNRecommendHeaderView.h // TVOnline // // Created by universe on 2016/12/28. // Copyright © 2016年 universe. All rights reserved. // #import <UIKit/UIKit.h> @interface UNRecommendHeaderView : UICollectionReusableView @property (weak, nonatomic) IBOutlet UILabel *titleLable; @property (weak, nonatomic) IBOut...
19.444444
59
0.742857
416a4db1821b93876ea0f13e5416d3f3a0a16c0a
395
h
C
ios/RNPusherLocalTokenProvider.h
cn-software-ltd/react-native-pusher-push-notifications
829c21a85441b3b54dd39986c4b2848842e0d8d8
[ "MIT" ]
90
2017-07-02T19:20:31.000Z
2022-01-26T22:52:04.000Z
ios/RNPusherLocalTokenProvider.h
cn-software-ltd/react-native-pusher-push-notifications
829c21a85441b3b54dd39986c4b2848842e0d8d8
[ "MIT" ]
78
2017-02-15T04:54:08.000Z
2022-03-31T08:59:07.000Z
ios/RNPusherLocalTokenProvider.h
cn-software-ltd/react-native-pusher-push-notifications
829c21a85441b3b54dd39986c4b2848842e0d8d8
[ "MIT" ]
67
2017-02-13T23:49:05.000Z
2022-03-27T12:09:43.000Z
// // RNPusherLocalTokenProvider.h // RNPusherPushNotifications // // Created by Gianni Settino on 6/25/19. // #import <Foundation/Foundation.h> @import PushNotifications; NS_ASSUME_NONNULL_BEGIN @interface RNPusherLocalTokenProvider : NSObject <TokenProvider> @property (nonatomic, strong) NSString *_token; - (...
17.954545
64
0.782278
ffcaea1f72f820623c9d3de96fb6aea39ec19efc
1,123
swift
Swift
practice/Initialization.swift
huipengo/design-pattern
f2cb8e0de554c0c4d86910a45b197dfcc6936d22
[ "MIT" ]
1
2020-07-04T09:41:53.000Z
2020-07-04T09:41:53.000Z
practice/Initialization.swift
huipengo/design-pattern
f2cb8e0de554c0c4d86910a45b197dfcc6936d22
[ "MIT" ]
null
null
null
practice/Initialization.swift
huipengo/design-pattern
f2cb8e0de554c0c4d86910a45b197dfcc6936d22
[ "MIT" ]
null
null
null
// // Initialization.swift // practice // // Created by huipeng on 2020/6/23. // Copyright © 2020 only.io. All rights reserved. // import Foundation //class Person { // required init() { } // init(age: Int) { } //} // //class Student: Person { // required init() { // super.init() // } //} //cl...
16.275362
51
0.478183
f156912c85a99a0d2222718b05bc99b0995f33d2
2,643
asm
Assembly
programs/oeis/000/A000971.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/000/A000971.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/000/A000971.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A000971: Fermat coefficients. ; 1,9,42,132,334,728,1428,2584,4389,7084,10963,16380,23751,33563,46376,62832,83657,109668,141778,181001,228459,285384,353127,433160,527085,636636,763686,910252,1078500,1270752,1489488,1737355,2017169,2331924,2684794,3079140,3518515,4006669,4547556,5145336,5804384,6529292,7324878,8196188,...
188.785714
2,516
0.885358
413d6ec6787436aff14f14d9bfb1ffb6d3216ea3
2,611
h
C
STEER/STEERBase/AliDetectorPID.h
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
52
2016-12-11T13:04:01.000Z
2022-03-11T11:49:35.000Z
STEER/STEERBase/AliDetectorPID.h
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
1,388
2016-11-01T10:27:36.000Z
2022-03-30T15:26:09.000Z
STEER/STEERBase/AliDetectorPID.h
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
275
2016-06-21T20:24:05.000Z
2022-03-31T13:06:19.000Z
#ifndef ALI_DETECTOR_PID_H #define ALI_DETECTOR_PID_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ //---------------------------------------------------------------// // Class to store raw probabilities and...
50.211538
159
0.675986
c7a8c9a7f16a2747106cdbf06d1d9d177f8f40ff
72
sql
SQL
src/main/resources/db/migration/V1_7__add_public_key_to_pending_authorisations.sql
cryptofiat/account-identity
bd787626fc72e7ae0e42ad23af851441f00971eb
[ "MIT" ]
3
2016-10-07T11:38:45.000Z
2021-11-11T23:53:53.000Z
src/main/resources/db/migration/V1_7__add_public_key_to_pending_authorisations.sql
cryptofiat/account-identity
bd787626fc72e7ae0e42ad23af851441f00971eb
[ "MIT" ]
16
2016-10-02T04:54:51.000Z
2017-09-09T09:10:25.000Z
src/main/resources/db/migration/V1_7__add_public_key_to_pending_authorisations.sql
kryptoeuro/accountmapper
bd787626fc72e7ae0e42ad23af851441f00971eb
[ "MIT" ]
3
2016-10-07T11:43:08.000Z
2021-11-11T23:53:56.000Z
ALTER TABLE pending_authorisation ADD public_key VARCHAR(130) NOT NULL;
36
71
0.847222
de1367ec80f17f4ac06827145a8b515a42ba0e4d
143
rs
Rust
src/test/run-pass/issues/issue-42007.rs
komaeda/rust
b2c6b8c29f13f8d1f242da89e587960b95337819
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
10
2019-04-27T00:58:42.000Z
2021-11-14T17:09:19.000Z
src/test/run-pass/issues/issue-42007.rs
komaeda/rust
b2c6b8c29f13f8d1f242da89e587960b95337819
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
25
2018-10-18T13:45:54.000Z
2019-03-23T19:38:49.000Z
src/test/run-pass/issues/issue-42007.rs
komaeda/rust
b2c6b8c29f13f8d1f242da89e587960b95337819
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
1
2021-06-03T03:50:59.000Z
2021-06-03T03:50:59.000Z
// run-pass #![allow(dead_code)] // aux-build:issue_42007_s.rs extern crate issue_42007_s; enum I { E(issue_42007_s::E), } fn main() {}
11.916667
29
0.657343
a1e50efcb26ec8fc86cc569e68820664a9b25718
1,753
h
C
MATLAB/source/cuda/smi_cuda_gaussMLEv2/GPUgaussLib.h
LidkeLab/smite
295e7528fd362a25eac99a3043688d173419f327
[ "MIT" ]
1
2022-03-25T20:14:45.000Z
2022-03-25T20:14:45.000Z
MATLAB/source/cuda/smi_cuda_gaussMLEv2/GPUgaussLib.h
LidkeLab/smite
295e7528fd362a25eac99a3043688d173419f327
[ "MIT" ]
null
null
null
MATLAB/source/cuda/smi_cuda_gaussMLEv2/GPUgaussLib.h
LidkeLab/smite
295e7528fd362a25eac99a3043688d173419f327
[ "MIT" ]
null
null
null
/*! * \file GPUgaussLib.h * \author Keith Lidke * \date January 10, 2010 * \brief Prototypes for all the Cuda helper functions. */ // This code provides a set of functions that can be called from inside // NVIDIA CUDA Kernels. #ifndef GPUGAUSSLIB_H #define GPUGAUSSLIB_H __device__ char d_assert[1024]; __device_...
43.825
124
0.757558
53adacfef83eab7925089602526faebb5c81dde3
6,940
java
Java
bundles/activity/impl/src/main/java/org/sakaiproject/nakamura/activity/routing/ContactsActivityRouter.java
jfederico/nakamura
2001c7cddc7d0ab53a2d09b5b6a0b4db38ac33f1
[ "Apache-2.0" ]
1
2016-12-11T12:03:13.000Z
2016-12-11T12:03:13.000Z
bundles/activity/impl/src/main/java/org/sakaiproject/nakamura/activity/routing/ContactsActivityRouter.java
jfederico/nakamura
2001c7cddc7d0ab53a2d09b5b6a0b4db38ac33f1
[ "Apache-2.0" ]
null
null
null
bundles/activity/impl/src/main/java/org/sakaiproject/nakamura/activity/routing/ContactsActivityRouter.java
jfederico/nakamura
2001c7cddc7d0ab53a2d09b5b6a0b4db38ac33f1
[ "Apache-2.0" ]
null
null
null
/** * Licensed to the Sakai Foundation (SF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The SF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use t...
42.060606
138
0.71513