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
43f0bdc3c1f3737bf8a391098a7dda5112a1b175
7,519
kt
Kotlin
generator/stdlib/src/commonMain/kotlin/com/github/jcornaz/kwik/generator/stdlib/Collections.kt
giovanepadawan/kwik
9523cdd3bc6c199c8b85f085cb9686e5e43a4d37
[ "Apache-2.0" ]
null
null
null
generator/stdlib/src/commonMain/kotlin/com/github/jcornaz/kwik/generator/stdlib/Collections.kt
giovanepadawan/kwik
9523cdd3bc6c199c8b85f085cb9686e5e43a4d37
[ "Apache-2.0" ]
null
null
null
generator/stdlib/src/commonMain/kotlin/com/github/jcornaz/kwik/generator/stdlib/Collections.kt
giovanepadawan/kwik
9523cdd3bc6c199c8b85f085cb9686e5e43a4d37
[ "Apache-2.0" ]
null
null
null
package com.github.jcornaz.kwik.generator.stdlib import com.github.jcornaz.kwik.generator.api.Generator import com.github.jcornaz.kwik.generator.api.randomSequence import kotlin.random.Random private const val MAX_EXTRA_ADD_ATTEMPT = 1000 /** * Returns a generator of [List] where sizes are all between [minSize] and...
31.995745
122
0.664051
50ab56be455d3dbf826bb9985684efbff83fa565
3,921
swift
Swift
CotEditor/Sources/FindPanelTextView.swift
PirateRunscope3/cotEditorMac
fcdb37b62592f9baef0db293f1dbda3f2998d408
[ "Apache-2.0" ]
1
2020-09-30T07:14:05.000Z
2020-09-30T07:14:05.000Z
CotEditor/Sources/FindPanelTextView.swift
PirateRunscope3/cotEditorMac
fcdb37b62592f9baef0db293f1dbda3f2998d408
[ "Apache-2.0" ]
null
null
null
CotEditor/Sources/FindPanelTextView.swift
PirateRunscope3/cotEditorMac
fcdb37b62592f9baef0db293f1dbda3f2998d408
[ "Apache-2.0" ]
null
null
null
/* FindPanelTextView.swift CotEditor https://coteditor.com Created by 1024jp on 2015-03-04. ------------------------------------------------------------------------------ © 2015-2016 1024jp Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance...
28.830882
96
0.609028
af02449d4ea25c6ddc4ba0615fd94ebefee49825
1,096
kt
Kotlin
Source/GUI/Android/app/src/main/java/net/mediaarea/mediainfo/SettingsActivity.kt
buckmelanoma/MediaInfo
cf38b0e3d0e6ee2565f49276f423a5792ed62962
[ "BSD-2-Clause" ]
743
2015-01-13T23:16:53.000Z
2022-03-31T22:56:27.000Z
Source/GUI/Android/app/src/main/java/net/mediaarea/mediainfo/SettingsActivity.kt
buckmelanoma/MediaInfo
cf38b0e3d0e6ee2565f49276f423a5792ed62962
[ "BSD-2-Clause" ]
317
2015-07-28T17:50:14.000Z
2022-03-08T02:41:19.000Z
Source/GUI/Android/app/src/main/java/net/mediaarea/mediainfo/SettingsActivity.kt
buckmelanoma/MediaInfo
cf38b0e3d0e6ee2565f49276f423a5792ed62962
[ "BSD-2-Clause" ]
134
2015-01-30T05:33:51.000Z
2022-03-21T09:39:38.000Z
/* Copyright (c) MediaArea.net SARL. All Rights Reserved. * * Use of this source code is governed by a BSD-style license that can * be found in the License.html file in the root of the source tree. */ package net.mediaarea.mediainfo import android.content.Context import androidx.appcompat.app.AppCompatActivity...
28.842105
72
0.715328
bf17803dea117e5d3cecb61a003e915459545799
2,261
rs
Rust
disco/analysis/src/windows.rs
romnn/wasm-audio-effect-rack
3c1138a7188d6f23c0aa907102729e6ae278b81f
[ "MIT" ]
2
2021-07-31T17:45:05.000Z
2021-08-16T09:19:31.000Z
disco/analysis/src/windows.rs
romnn/wasm-audio-effect-rack
3c1138a7188d6f23c0aa907102729e6ae278b81f
[ "MIT" ]
null
null
null
disco/analysis/src/windows.rs
romnn/wasm-audio-effect-rack
3c1138a7188d6f23c0aa907102729e6ae278b81f
[ "MIT" ]
null
null
null
use ndarray::prelude::*; use num::{traits::FloatConst, Float}; use std::ops::Mul; #[derive(Debug)] pub struct Window<T> { pub length: usize, pub window: Array1<T>, } impl<T> Window<T> where T: Float, { pub fn apply(&self, samples: &mut Array1<T>) { *samples = samples.to_owned().mul(&self.windo...
30.972603
100
0.551084
75c2111572e751b3a07a4f98889768e0d9758f5e
128
sql
SQL
aws-test/tests/aws_rds_db_event_subscription/test-list-query.sql
blinkops/blink-aws-query
21b0d5eee6b0b5554c040867b9e25681e7ba6559
[ "Apache-2.0" ]
61
2021-01-21T19:06:48.000Z
2022-03-28T20:09:46.000Z
aws-test/tests/aws_rds_db_event_subscription/test-list-query.sql
blinkops/blink-aws-query
21b0d5eee6b0b5554c040867b9e25681e7ba6559
[ "Apache-2.0" ]
592
2021-01-23T05:27:12.000Z
2022-03-31T14:16:19.000Z
aws-test/tests/aws_rds_db_event_subscription/test-list-query.sql
blinkops/blink-aws-query
21b0d5eee6b0b5554c040867b9e25681e7ba6559
[ "Apache-2.0" ]
30
2021-01-21T18:43:25.000Z
2022-03-12T15:14:05.000Z
select cust_subscription_id, arn, enabled from aws.aws_rds_db_event_subscription where arn = '{{ output.resource_aka.value }}';
32
46
0.804688
4988ad8ab6b516d7ed6a075bdcec3196c888a924
342
htm
HTML
plugins/rainlab/builder/widgets/defaultcontroldesigntimeprovider/partials/_control-fileupload.htm
bsxproduction/edomedo-hero
23534a6bbb694f15a51619e3ce616d52c7200d3b
[ "MIT" ]
176
2016-02-10T06:02:09.000Z
2022-03-24T19:05:26.000Z
plugins/rainlab/builder/widgets/defaultcontroldesigntimeprovider/partials/_control-fileupload.htm
bsxproduction/edomedo-hero
23534a6bbb694f15a51619e3ce616d52c7200d3b
[ "MIT" ]
336
2016-02-10T15:39:51.000Z
2022-03-25T10:07:52.000Z
plugins/rainlab/builder/widgets/defaultcontroldesigntimeprovider/partials/_control-fileupload.htm
bsxproduction/edomedo-hero
23534a6bbb694f15a51619e3ce616d52c7200d3b
[ "MIT" ]
115
2016-02-10T14:43:41.000Z
2022-03-11T01:46:25.000Z
<div class="builder-blueprint-control-text fileupload <?= $this->getPropertyValue($properties, 'mode') == 'image' ? 'image' : null ?>"> <i class="icon-upload"></i> <?php if ($this->getPropertyValue($properties, 'mode') != 'image'): ?> <?= e(trans('rainlab.builder::lang.form.control_fileupload')) ?> ...
57
135
0.616959
93b6442162902437c61ace3182ef10b2fed2d218
1,069
html
HTML
manuscript/page-34/body.html
marvindanig/discours-de-la-methode
f7213ab8a001014e7c9acd3709b02d3d6e755798
[ "BlueOak-1.0.0", "MIT" ]
null
null
null
manuscript/page-34/body.html
marvindanig/discours-de-la-methode
f7213ab8a001014e7c9acd3709b02d3d6e755798
[ "BlueOak-1.0.0", "MIT" ]
null
null
null
manuscript/page-34/body.html
marvindanig/discours-de-la-methode
f7213ab8a001014e7c9acd3709b02d3d6e755798
[ "BlueOak-1.0.0", "MIT" ]
null
null
null
<div class="leaf "><div class="inner justify"><p class="no-indent stretch-last-line ">same I thought was true of any similar project for reforming the body of the sciences, or the order of teaching them established in the schools: but as for the opinions which up to that time I had embraced, I thought that I could not ...
1,069
1,069
0.788587
46c90547d4348a2152b8a1bebec3663853039d2f
2,072
swift
Swift
Sources/SwiftTalkServerLib/Run.swift
objcio/swift-talk-backend
4c8a67e7fecaa15d8f4a303abfa7dae978ca4e30
[ "MIT" ]
297
2019-02-12T17:26:18.000Z
2021-11-15T18:09:19.000Z
Sources/SwiftTalkServerLib/Run.swift
objcio/swift-talk-backend
4c8a67e7fecaa15d8f4a303abfa7dae978ca4e30
[ "MIT" ]
26
2019-02-12T18:15:13.000Z
2020-12-14T08:13:00.000Z
Sources/SwiftTalkServerLib/Run.swift
objcio/swift-talk-backend
4c8a67e7fecaa15d8f4a303abfa7dae978ca4e30
[ "MIT" ]
18
2019-02-12T20:18:30.000Z
2021-10-10T18:27:15.000Z
import Foundation import NIOWrapper import Database import WebServer import Base public func run() throws { try runMigrations() refreshStaticData() let timer = scheduleTaskTimer() let currentDir = URL(fileURLWithPath: FileManager.default.currentDirectoryPath) let resourcePaths = [currentDir.appen...
39.846154
164
0.608591
e9e15975d1e615a78d9d366de9226f562bc355bc
3,134
sql
SQL
spring-boot/spring-boot-intro/doc/sql/edu_account.sql
langyastudio/blog
09a748c8f7dd269872153349e56332a71ba3dbd5
[ "Apache-2.0" ]
null
null
null
spring-boot/spring-boot-intro/doc/sql/edu_account.sql
langyastudio/blog
09a748c8f7dd269872153349e56332a71ba3dbd5
[ "Apache-2.0" ]
null
null
null
spring-boot/spring-boot-intro/doc/sql/edu_account.sql
langyastudio/blog
09a748c8f7dd269872153349e56332a71ba3dbd5
[ "Apache-2.0" ]
2
2021-09-29T03:29:49.000Z
2022-03-24T08:43:01.000Z
/*==============================================================*/ /* Database: edu_account */ /*==============================================================*/ create database edu_account; use edu_account; /*==============================================================*/ /* T...
35.613636
79
0.479579
57d481fce24ba68ef233e8df3657661c71a7bb80
151
kt
Kotlin
app/src/main/java/com/jrk/mood4food/model/api/entity/Ingredient.kt
JanPfenning/Mood4Food
08864088d22b321defd659a2aed3511feff361e2
[ "MIT" ]
null
null
null
app/src/main/java/com/jrk/mood4food/model/api/entity/Ingredient.kt
JanPfenning/Mood4Food
08864088d22b321defd659a2aed3511feff361e2
[ "MIT" ]
15
2020-10-30T07:27:36.000Z
2021-06-11T17:14:42.000Z
app/src/main/java/com/jrk/mood4food/model/api/entity/Ingredient.kt
JanPfenning/Mood4Food
08864088d22b321defd659a2aed3511feff361e2
[ "MIT" ]
1
2021-05-22T18:29:35.000Z
2021-05-22T18:29:35.000Z
package com.jrk.mood4food.model.api.entity class Ingredient { var ingredientId = -1 var name = "" var recipeId = 0 var amount = "" }
15.1
42
0.629139
641f9581d4942110b6e2e46e172e772536cd77cb
3,511
rs
Rust
src/day18.rs
PowerSnail/aoc_2020
2d20ec5471bdd5be788a6ae1ab405b5d776fac43
[ "MIT" ]
null
null
null
src/day18.rs
PowerSnail/aoc_2020
2d20ec5471bdd5be788a6ae1ab405b5d776fac43
[ "MIT" ]
null
null
null
src/day18.rs
PowerSnail/aoc_2020
2d20ec5471bdd5be788a6ae1ab405b5d776fac43
[ "MIT" ]
null
null
null
// Copyright (c) 2020 PowerSnail // // This software is released under the MIT License. // https://opensource.org/licenses/MIT use crate::util::lines; #[derive(Debug, Clone, Copy, PartialEq)] enum Token { LeftBracket, RightBracket, Add, Multiply, Number(i64), } fn tokenize(line: &str) -> Vec<Toke...
26.598485
91
0.438621
f73f87bdcbccc3a85673b7cf810569d7ba2b3142
684
h
C
PrivateFrameworks/VideoProcessing.framework/VCPVideoFCRFaceDetector.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
36
2016-04-20T04:19:04.000Z
2018-10-08T04:12:25.000Z
PrivateFrameworks/VideoProcessing.framework/VCPVideoFCRFaceDetector.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
null
null
null
PrivateFrameworks/VideoProcessing.framework/VCPVideoFCRFaceDetector.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
10
2016-06-16T02:40:44.000Z
2019-01-15T03:31:45.000Z
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing */ @interface VCPVideoFCRFaceDetector : VCPVideoFaceDetector { FCRFaceDetector * _faceDetector; } + (struct CGAffineTransform { double x1; double x2; double x3; double x4; double x5; double x6; })...
42.75
213
0.75
fba000efa9d40c38baca8ca92429500911f24027
4,508
h
C
include/Graphics/Camera.h
MrFrenik/Enjon
405733f1b8d05c65bc6b4f4c779d3c6845a8c12b
[ "BSD-3-Clause" ]
121
2019-05-02T01:22:17.000Z
2022-03-19T00:16:14.000Z
include/Graphics/Camera.h
MrFrenik/Enjon
405733f1b8d05c65bc6b4f4c779d3c6845a8c12b
[ "BSD-3-Clause" ]
42
2019-08-17T20:33:43.000Z
2019-09-25T14:28:50.000Z
include/Graphics/Camera.h
MrFrenik/Enjon
405733f1b8d05c65bc6b4f4c779d3c6845a8c12b
[ "BSD-3-Clause" ]
20
2019-05-02T01:22:20.000Z
2022-01-30T04:04:57.000Z
#ifndef ENJON_CAMERA_H #define ENJON_CAMERA_H #include <Base/Object.h> #include <Defines.h> #include <System/Types.h> #include <Math/Transform.h> #include <Math/Vec3.h> #include <Math/Vec2.h> #include <Math/Mat4.h> #include <Math/Ray.h> namespace Enjon { // TODO(): Move as many functions from this file to the sou...
14.0875
69
0.567657
c7b5f80555226993c8b9dc47d149c1f007b20e7f
689
py
Python
setup.py
moevm/gui-1h2018-34
c85d653fae407f13559bd2c06b5da44e5140a6a5
[ "MIT" ]
null
null
null
setup.py
moevm/gui-1h2018-34
c85d653fae407f13559bd2c06b5da44e5140a6a5
[ "MIT" ]
null
null
null
setup.py
moevm/gui-1h2018-34
c85d653fae407f13559bd2c06b5da44e5140a6a5
[ "MIT" ]
null
null
null
from setuptools import setup, find_packages setup( name='guess_the_movie', packages=find_packages('src'), package_dir={'': 'src'}, version='0.9', license='MIT', install_requires=[ 'pyqt5', ], description='Game guess the movie by screenshot', author='Alexey', author_email...
27.56
82
0.606676
740d18951dcb7cceb8497f7ba998404bf7be237c
21,022
c
C
source/blender/editors/mesh/mesh_navmesh.c
1-MillionParanoidTterabytes/Blender-2.79b-blackened
e8d767324e69015aa66850d13bee7db1dc7d084b
[ "Unlicense" ]
2
2018-06-18T01:50:25.000Z
2018-06-18T01:50:32.000Z
source/blender/editors/mesh/mesh_navmesh.c
1-MillionParanoidTterabytes/Blender-2.79b-blackened
e8d767324e69015aa66850d13bee7db1dc7d084b
[ "Unlicense" ]
null
null
null
source/blender/editors/mesh/mesh_navmesh.c
1-MillionParanoidTterabytes/Blender-2.79b-blackened
e8d767324e69015aa66850d13bee7db1dc7d084b
[ "Unlicense" ]
null
null
null
/* * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is d...
28.6794
117
0.689754
7d2506fe790b8f961dcc6bec48e8df383748672d
495
swift
Swift
MVVMRxswift/MVVMRxswift/Classes/MVVM/Model/HotKeyListModel.swift
cellgit/MVVM-Rxswift
49d538fb7db1fbc24df5c585b22de821a67959b7
[ "MIT" ]
null
null
null
MVVMRxswift/MVVMRxswift/Classes/MVVM/Model/HotKeyListModel.swift
cellgit/MVVM-Rxswift
49d538fb7db1fbc24df5c585b22de821a67959b7
[ "MIT" ]
null
null
null
MVVMRxswift/MVVMRxswift/Classes/MVVM/Model/HotKeyListModel.swift
cellgit/MVVM-Rxswift
49d538fb7db1fbc24df5c585b22de821a67959b7
[ "MIT" ]
null
null
null
// // HotKeyListModel.swift // MVVMRxswift // // Created by 刘宏立 on 2020/7/29. // Copyright © 2020 刘宏立. All rights reserved. // import Foundation import ObjectMapper struct HotKeyListModel: Mappable { /// id var id: Int? /// 快捷键 var hotkey: String? /// 功能描述 var function: String? mu...
16.5
46
0.559596
3f6cc8766dbe2202f4e8a7bcd1c3f7ccfbf15f9d
3,686
asm
Assembly
srcs/os/win32.asm
gamozolabs/falkervisor_beta
48e83a56badcf53dba94a5ab224eb37775a2f37d
[ "MIT" ]
69
2018-09-09T01:30:53.000Z
2021-07-27T18:56:39.000Z
srcs/os/win32.asm
gamozolabs/falkervisor_beta
48e83a56badcf53dba94a5ab224eb37775a2f37d
[ "MIT" ]
null
null
null
srcs/os/win32.asm
gamozolabs/falkervisor_beta
48e83a56badcf53dba94a5ab224eb37775a2f37d
[ "MIT" ]
15
2018-09-09T05:46:41.000Z
2022-02-16T01:46:38.000Z
[bits 64] struc modlist ; module is loaded at [base, end] .base: resq 1 .end: resq 1 .hash: resq 1 .namelen: resq 1 ; Name length in bytes .name: resb 512 ; utf16 name of module endstruc win32_construct_modlist: push rax push rbx push rcx push rdx push rdi push rsi push rbp ; If we have already...
18.43
75
0.707813
927ca8aa26790d5eb9463347e96a81bfa0775b6a
5,624
kt
Kotlin
auto-api-java/src/test/java/com/highmobility/autoapi/property/PropertyComponentUnitTest.kt
highmobility/hm-java-autoapi
20ff8211c55f253ca8482fa0eede238f37bda879
[ "MIT" ]
2
2018-01-23T14:41:36.000Z
2019-06-24T08:38:10.000Z
auto-api-java/src/test/java/com/highmobility/autoapi/property/PropertyComponentUnitTest.kt
highmobility/hm-java-autoapi
20ff8211c55f253ca8482fa0eede238f37bda879
[ "MIT" ]
null
null
null
auto-api-java/src/test/java/com/highmobility/autoapi/property/PropertyComponentUnitTest.kt
highmobility/hm-java-autoapi
20ff8211c55f253ca8482fa0eede238f37bda879
[ "MIT" ]
null
null
null
/* * The MIT License * * Copyright (c) 2014- High-Mobility GmbH (https://high-mobility.com) * * 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 lim...
40.171429
102
0.692923
8230f7947aab7c9add9739ea3db96c57172fbed1
276
sql
SQL
pgwatch2/sql/config_store/migrations/v1.3.7_stat_statements_calls.sql
pashagolub/pgwatch2
a0c54624cb0b9557bf253d129f1ab958675b501f
[ "BSD-3-Clause" ]
1,223
2017-01-31T09:22:42.000Z
2022-03-31T11:45:57.000Z
pgwatch2/sql/config_store/migrations/v1.3.7_stat_statements_calls.sql
pashagolub/pgwatch2
a0c54624cb0b9557bf253d129f1ab958675b501f
[ "BSD-3-Clause" ]
425
2017-01-30T14:59:46.000Z
2022-03-29T00:04:28.000Z
pgwatch2/sql/config_store/migrations/v1.3.7_stat_statements_calls.sql
pashagolub/pgwatch2
a0c54624cb0b9557bf253d129f1ab958675b501f
[ "BSD-3-Clause" ]
226
2017-01-30T14:30:38.000Z
2022-03-24T01:25:37.000Z
UPDATE pgwatch2.metric SET m_sql = $sql$ select (extract(epoch from now()) * 1e9)::int8 as epoch_ns, sum(calls) as calls, sum(total_time) as total_time from public.get_stat_statements(); $sql$ WHERE m_name = 'stat_statements_calls' AND m_pg_version_from = 9.2 ;
18.4
54
0.721014
3ee6dc547f1faf9df0eec83371c6c0ff497430d0
1,322
h
C
core/firmware/app_context.h
KameleonSec/Project-Cerberus
b71c6353803aa9062354140e6bc06f707fe9908f
[ "MIT" ]
27
2020-05-13T20:09:08.000Z
2022-03-11T00:14:45.000Z
core/firmware/app_context.h
KameleonSec/Project-Cerberus
b71c6353803aa9062354140e6bc06f707fe9908f
[ "MIT" ]
2
2020-11-19T18:56:30.000Z
2021-08-10T11:19:18.000Z
core/firmware/app_context.h
KameleonSec/Project-Cerberus
b71c6353803aa9062354140e6bc06f707fe9908f
[ "MIT" ]
8
2020-05-13T21:06:28.000Z
2022-01-12T13:52:09.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. #ifndef APP_CONTEXT_H_ #define APP_CONTEXT_H_ #include "status/rot_status.h" /** * A platform-independent API for storing the running context that will be restored on reboot. */ struct app_context { /** * Save the c...
32.243902
103
0.733737
82af5490e03ecb8e156eeeb10e713e834ad590bc
14,572
kt
Kotlin
app/src/main/java/id/ghuniyu/sekitar/ui/activity/MainActivity.kt
iamnubs/sekitarkita-mobile
46134076f4dbce3a0d71d7a6aa5df136a9922182
[ "MIT" ]
10
2020-03-23T18:10:43.000Z
2021-07-20T15:51:35.000Z
app/src/main/java/id/ghuniyu/sekitar/ui/activity/MainActivity.kt
iamnubs/sekitarkita-mobile
46134076f4dbce3a0d71d7a6aa5df136a9922182
[ "MIT" ]
3
2020-03-23T19:42:31.000Z
2020-03-24T15:19:46.000Z
app/src/main/java/id/ghuniyu/sekitar/ui/activity/MainActivity.kt
iamnubs/sekitarkita-mobile
46134076f4dbce3a0d71d7a6aa5df136a9922182
[ "MIT" ]
7
2020-03-23T18:12:05.000Z
2020-03-26T03:06:30.000Z
package id.ghuniyu.sekitar.ui.activity import android.Manifest import android.app.Activity import android.bluetooth.BluetoothAdapter import android.content.BroadcastReceiver import android.content.Context import android.content.Intent import android.content.IntentFilter import android.content.pm.PackageManager import ...
35.454988
106
0.541655
757c83b9ae1e810ee625d2a3c546c2dc9d247e95
10,254
c
C
moai/3rdparty/fmod-4.44.08/fmoddesignerapi/examples/load_from_memory/main.c
jjimenezg93/ai-pathfinding
e32ae8be30d3df21c7e64be987134049b585f1e6
[ "MIT" ]
null
null
null
moai/3rdparty/fmod-4.44.08/fmoddesignerapi/examples/load_from_memory/main.c
jjimenezg93/ai-pathfinding
e32ae8be30d3df21c7e64be987134049b585f1e6
[ "MIT" ]
null
null
null
moai/3rdparty/fmod-4.44.08/fmoddesignerapi/examples/load_from_memory/main.c
jjimenezg93/ai-pathfinding
e32ae8be30d3df21c7e64be987134049b585f1e6
[ "MIT" ]
null
null
null
/*=============================================================================================== Load From Memory Example Copyright (c), Firelight Technologies Pty, Ltd 2004-2011. Demonstrates loading all resources from memory allocated and filled by the user. ======================================================...
38.548872
176
0.510825
5d63f472922e626b517ec01b43800c51d687cf7e
6,017
go
Go
vendor/github.com/AlexStocks/goext/log/log4go_test.go
weizai118/sofa-mosn
3981833057c3a10288a0ae5f1cb4c0625c266f1d
[ "Apache-2.0" ]
1
2018-11-15T13:09:15.000Z
2018-11-15T13:09:15.000Z
vendor/github.com/AlexStocks/goext/log/log4go_test.go
apphuangweipeng137/sofa-mosn
f7c041c891233e50a33edbeefea6e860f60040a0
[ "Apache-2.0" ]
null
null
null
vendor/github.com/AlexStocks/goext/log/log4go_test.go
apphuangweipeng137/sofa-mosn
f7c041c891233e50a33edbeefea6e860f60040a0
[ "Apache-2.0" ]
1
2021-06-07T07:26:35.000Z
2021-06-07T07:26:35.000Z
/* log_test.go - test for log.go */ package gxlog import ( "encoding/json" "testing" ) // attention: 不管是同步还是一部情况下,json log文件性能都比print log文件性能差 func TestNewLogger(t *testing.T) { var conf = Conf{ Name: "test", Dir: "./log/", Level: "Info", Console: true, Daily: true, BackupNum: 2, ...
20.676976
102
0.603291
53c2cf3e8d017516fee53b3e53422e5899e39d6d
2,451
java
Java
src/main/java/com/seven/dust/controllers/ApiController.java
Blankll/dust
1703d4d78c70805d29f5ed9ecbf6b2da0f1998da
[ "Apache-2.0" ]
null
null
null
src/main/java/com/seven/dust/controllers/ApiController.java
Blankll/dust
1703d4d78c70805d29f5ed9ecbf6b2da0f1998da
[ "Apache-2.0" ]
null
null
null
src/main/java/com/seven/dust/controllers/ApiController.java
Blankll/dust
1703d4d78c70805d29f5ed9ecbf6b2da0f1998da
[ "Apache-2.0" ]
null
null
null
package com.seven.dust.controllers; import com.google.gson.Gson; import com.seven.dust.responses.RestRep; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; import java.io.PrintWriter; public class ApiController { protected HttpServ...
26.641304
79
0.558956
ef12f4b3cc73f80b78634c817a10f838c5eacdf4
5,744
swift
Swift
DataStructures Tests/SetTests.swift
designatednerd/CollectionDataStructuresInSwift-Wenderlich
d047c83586bda46fe8cd20d8efcc5d5b893c8e9c
[ "MIT" ]
null
null
null
DataStructures Tests/SetTests.swift
designatednerd/CollectionDataStructuresInSwift-Wenderlich
d047c83586bda46fe8cd20d8efcc5d5b893c8e9c
[ "MIT" ]
null
null
null
DataStructures Tests/SetTests.swift
designatednerd/CollectionDataStructuresInSwift-Wenderlich
d047c83586bda46fe8cd20d8efcc5d5b893c8e9c
[ "MIT" ]
null
null
null
// // SetTests.swift // DataStructures // // Created by Ellen Shapiro on 8/3/14. // Copyright (c) 2014 Ray Wenderlich Tutorial Team. All rights reserved. // import UIKit import XCTest class SetTests: PerformanceTestingCase { let count = 5000 //MARK: Creation private func createSet(manipulat...
27.748792
77
0.611595
c434f6f786c0bec10745fd21240d76e88f19d49b
13,333
h
C
src/runloop.h
basharast/RetroArch-ARM
33208e97b7eebae35cfce7831cf3fefc9d783d79
[ "MIT" ]
4
2021-12-03T14:58:12.000Z
2022-03-05T11:17:16.000Z
src/runloop.h
basharast/RetroArch-ARM
33208e97b7eebae35cfce7831cf3fefc9d783d79
[ "MIT" ]
2
2022-03-16T06:13:34.000Z
2022-03-26T06:44:50.000Z
src/runloop.h
basharast/RetroArch-ARM
33208e97b7eebae35cfce7831cf3fefc9d783d79
[ "MIT" ]
null
null
null
/* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2021 - Daniel De Matteis * * RetroArch is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found- * atio...
29.303297
231
0.743119
0c8a7a498a0f1b713f01a2cb053d95a45b749576
3,071
py
Python
test_API/demo4.py
UppASD/aiida-uppasd
f3f26d523280cb7484ad24c826ad275a6d329c01
[ "MIT" ]
2
2020-12-03T13:29:33.000Z
2022-01-03T11:36:24.000Z
test_API/demo4.py
UppASD/aiida-uppasd
f3f26d523280cb7484ad24c826ad275a6d329c01
[ "MIT" ]
null
null
null
test_API/demo4.py
UppASD/aiida-uppasd
f3f26d523280cb7484ad24c826ad275a6d329c01
[ "MIT" ]
2
2021-04-22T07:19:21.000Z
2022-03-16T21:49:29.000Z
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Mon Aug 23 15:15:05 2021 @author: qichen """ from aiida.plugins import DataFactory, CalculationFactory from aiida.engine import run from aiida.orm import Code, SinglefileData, Int, Float, Str, Bool, List, Dict, ArrayData, XyData, SinglefileData, FolderData,...
32.670213
136
0.643113
abce8c2f7d7cf76baaaf29c0d1613a551314af82
3,303
go
Go
examples/extkalman_robotpositioning.go
go-hep/extkalman
171f71fcb4c7e92bb97fa38e59f86dbe703ac634
[ "BSD-2-Clause" ]
1
2015-05-21T21:26:00.000Z
2015-05-21T21:26:00.000Z
examples/extkalman_robotpositioning.go
go-hep/extkalman
171f71fcb4c7e92bb97fa38e59f86dbe703ac634
[ "BSD-2-Clause" ]
null
null
null
examples/extkalman_robotpositioning.go
go-hep/extkalman
171f71fcb4c7e92bb97fa38e59f86dbe703ac634
[ "BSD-2-Clause" ]
null
null
null
package main import ( "fmt" "math" "code.google.com/p/gomatrix/matrix" "eurobot/extkalman" ) type position struct { X float64 Y float64 } func newPos(X, Y float64) *position { return &position{X,Y} } func main() { // Beacon positions var beaconA = newPos( 0.0, 0.0) var beaconB = newPos( 0.0, 2000....
25.604651
91
0.614593
9a37590d71c1ab378617d6e66388d57f8a6a99f6
247
css
CSS
src/components/blackjack/Table.css
codegard1/codegard1-gatsby
b28360e6124cbe75845b62ec4747712ca1895946
[ "MIT" ]
null
null
null
src/components/blackjack/Table.css
codegard1/codegard1-gatsby
b28360e6124cbe75845b62ec4747712ca1895946
[ "MIT" ]
2
2021-08-16T15:36:53.000Z
2021-08-17T14:44:21.000Z
src/components/blackjack/Table.css
codegard1/codegard1-gatsby
b28360e6124cbe75845b62ec4747712ca1895946
[ "MIT" ]
null
null
null
div#Table { background-color: ghostwhite; border-radius: 1.5em; box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4); box-sizing: content-box; height: 100%; margin: 0 auto; padding: 1em; min-height: 200px; min-width: 350px; width: 95%; }
19
44
0.639676
5f6671ecb2ae3420ca50ecd5107be2e4622c1f0d
826
ts
TypeScript
packages/orm-integration/src/test.ts
Rush/deepkit-framework
60a50d64d553fa2adc316481e1cfeda8873771de
[ "MIT" ]
467
2020-09-15T18:51:20.000Z
2022-03-31T23:29:15.000Z
packages/orm-integration/src/test.ts
Rush/deepkit-framework
60a50d64d553fa2adc316481e1cfeda8873771de
[ "MIT" ]
113
2020-09-14T21:03:36.000Z
2022-03-31T20:02:05.000Z
packages/orm-integration/src/test.ts
Rush/deepkit-framework
60a50d64d553fa2adc316481e1cfeda8873771de
[ "MIT" ]
32
2020-09-17T22:29:44.000Z
2022-03-31T14:06:22.000Z
import { ClassSchema } from '@deepkit/type'; import { Database, DatabaseAdapter } from '@deepkit/orm'; import { ClassType } from '@deepkit/core'; export type DatabaseFactory = (entities?: (ClassSchema | ClassType)[]) => Promise<Database>; export function executeTest(test: (factory: DatabaseFactory) => any, factory: D...
33.04
117
0.612591
dd851460d5244a56b8bfe46bf478ad62977e85d5
209
php
PHP
storage/framework/views/3f4e5854a60ffde93cb7e05ae1bd798c775dd502.php
Avetis90/shop-vendor-laravel
1eaee44dbd4ec50b4b561214c529d270ba3e6fa5
[ "MIT" ]
1
2021-03-14T21:57:12.000Z
2021-03-14T21:57:12.000Z
storage/framework/views/de51df0a48ea7a0f6a4839faee99b75d5ea34fbd.php
dangquocdung/sh0p1st
d7190a0db3415bda7e78a88cb09bf3a66d13e4cc
[ "MIT" ]
1
2018-10-19T19:32:19.000Z
2018-10-19T19:32:19.000Z
storage/framework/views/de51df0a48ea7a0f6a4839faee99b75d5ea34fbd.php
dangquocdung/sh0p1st
d7190a0db3415bda7e78a88cb09bf3a66d13e4cc
[ "MIT" ]
3
2018-10-22T13:17:47.000Z
2021-03-14T21:57:58.000Z
<footer id="footer" class="footer-wrapper"> <?php echo $__env->make( 'frontend-templates.footer.black-crazy.black-crazy' , array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </footer>
69.666667
155
0.708134
33156382baf687b9fd221a48d7bcf67c2edeac93
4,124
py
Python
src/attendance/card_reader.py
JakubBatel/Attendance-Recorder
18d7d019d0284b7fcccf5bbbfc450ba70c922fc2
[ "MIT" ]
null
null
null
src/attendance/card_reader.py
JakubBatel/Attendance-Recorder
18d7d019d0284b7fcccf5bbbfc450ba70c922fc2
[ "MIT" ]
null
null
null
src/attendance/card_reader.py
JakubBatel/Attendance-Recorder
18d7d019d0284b7fcccf5bbbfc450ba70c922fc2
[ "MIT" ]
null
null
null
from .resources.config import config from .utils import reverse_endianness from abc import ABC from abc import abstractmethod from logging import getLogger from logging import Logger from time import sleep from typing import Final import re import serial class ICardReader(ABC): """Class representation of card r...
31.242424
103
0.617119
85bad1ce1ac00a5b033491ee01cc83f7a38f06cc
31
js
JavaScript
polyfill.js
poland20/Poland2.0
ac92bea31780f4c234621b959119cf3bf682bfb1
[ "MIT" ]
642
2015-01-20T08:07:08.000Z
2022-03-31T03:28:05.000Z
polyfill.js
poland20/Poland2.0
ac92bea31780f4c234621b959119cf3bf682bfb1
[ "MIT" ]
102
2015-03-27T13:21:01.000Z
2022-01-10T21:46:47.000Z
polyfill.js
poland20/Poland2.0
ac92bea31780f4c234621b959119cf3bf682bfb1
[ "MIT" ]
134
2015-01-11T01:02:06.000Z
2022-03-15T12:35:25.000Z
import 'intersection-observer';
31
31
0.83871
b2ee1fd8d6c226332f2055e2d1c443475db998ec
2,442
py
Python
omop_cdm/utility_programs/load_concept_files_into_db.py
jhajagos/CommonDataModelMapper
65d2251713e5581b76cb16e36424d61fb194c901
[ "Apache-2.0" ]
1
2019-06-14T02:26:35.000Z
2019-06-14T02:26:35.000Z
omop_cdm/utility_programs/load_concept_files_into_db.py
jhajagos/CommonDataModelMapper
65d2251713e5581b76cb16e36424d61fb194c901
[ "Apache-2.0" ]
null
null
null
omop_cdm/utility_programs/load_concept_files_into_db.py
jhajagos/CommonDataModelMapper
65d2251713e5581b76cb16e36424d61fb194c901
[ "Apache-2.0" ]
1
2019-08-12T20:19:28.000Z
2019-08-12T20:19:28.000Z
import argparse import json import sys import os try: from utility_functions import load_csv_files_into_db, generate_vocabulary_load except(ImportError): sys.path.insert(0, os.path.abspath(os.path.join(os.path.split(__file__)[0], os.path.pardir, os.path.pardir, "src"))) from utility_functions import load_...
37
137
0.72154
c371de5c38a5072dce0947d71a6a4dab5b525638
5,363
go
Go
service/open_api/order/give_order.go
studytogo/jcc_project
10721fbab0281ef381a6b0e36ecdf82a3b7d0816
[ "Apache-2.0" ]
1
2020-11-03T01:32:37.000Z
2020-11-03T01:32:37.000Z
service/open_api/order/give_order.go
studytogo/jcc_project
10721fbab0281ef381a6b0e36ecdf82a3b7d0816
[ "Apache-2.0" ]
null
null
null
service/open_api/order/give_order.go
studytogo/jcc_project
10721fbab0281ef381a6b0e36ecdf82a3b7d0816
[ "Apache-2.0" ]
null
null
null
package order import ( "errors" "fmt" "github.com/astaxie/beego/orm" "new_erp_agent_by_go/helper/util" "new_erp_agent_by_go/models/centerGoods" "new_erp_agent_by_go/models/childGoods" "new_erp_agent_by_go/models/goods" "new_erp_agent_by_go/models/jccBoss" "new_erp_agent_by_go/models/putOrder" "new_erp_agent_...
27.932292
103
0.696625
90ed3d46ad50cbe9d7e77aafeb44f2ef308fd3b1
874
swift
Swift
VIPER/TS-VIPER.xctemplate/Inherited from Base/___FILEBASENAME___ViewController.swift
AntonPoltoratskyi/Xcode-Templates
25f11ad3cbfea078896a2e48a3f80f6f929048e5
[ "MIT" ]
1
2021-01-14T12:57:06.000Z
2021-01-14T12:57:06.000Z
VIPER/TS-VIPER.xctemplate/Inherited from Base/___FILEBASENAME___ViewController.swift
AntonPoltoratskyi/Xcode-Templates
25f11ad3cbfea078896a2e48a3f80f6f929048e5
[ "MIT" ]
1
2019-05-09T16:55:59.000Z
2019-05-09T16:59:14.000Z
VIPER/TS-VIPER.xctemplate/Inherited from Base/___FILEBASENAME___ViewController.swift
AntonPoltoratskyi/Xcode-Templates
25f11ad3cbfea078896a2e48a3f80f6f929048e5
[ "MIT" ]
null
null
null
//___FILEHEADER___ import UIKit import SnapKit final class ___VARIABLE_moduleName___ViewController: BaseVC, ___VARIABLE_moduleName___ViewInput { private let presenter: ___VARIABLE_moduleName___PresenterProtocol // MARK: - Views // MARK: - Init struct Dependencies { ...
19.863636
97
0.620137
7d67675170ce625f0069bb8385bd5cb76e7c3c6d
2,953
html
HTML
index.html
abhisekhguptaa/mysite
1961822310c8c763d6ffd65714ab482c1b83b4cb
[ "MIT" ]
null
null
null
index.html
abhisekhguptaa/mysite
1961822310c8c763d6ffd65714ab482c1b83b4cb
[ "MIT" ]
null
null
null
index.html
abhisekhguptaa/mysite
1961822310c8c763d6ffd65714ab482c1b83b4cb
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>Abhisekh's Portfolio</title> <link rel="stylesheet" href="styles.css"> <link rel="shortcut icon" href="images/favicon.ico"> <link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento" rel="styl...
44.742424
201
0.644429
2e4351732c655ff2c28039ac04890a061761ca75
831
sql
SQL
egov/egov-bpa/src/main/resources/db/migration/main/V20190404152427__bpa_feeboundary_mappingtable.sql
eyrdworkspace/digit-bpa
3cb01dfb04fffd42a4931ddb104bc2f1dc47fd23
[ "OML" ]
2
2019-07-08T10:48:56.000Z
2020-06-15T20:26:28.000Z
egov/egov-bpa/src/main/resources/db/migration/main/V20190404152427__bpa_feeboundary_mappingtable.sql
mohbadar/digit-bpa
6b941a3a9472d7121c69a016fa2bb32d8a06c086
[ "MIT" ]
20
2019-09-24T03:25:02.000Z
2022-02-09T22:57:41.000Z
egov/egov-bpa/src/main/resources/db/migration/main/V20190404152427__bpa_feeboundary_mappingtable.sql
mohbadar/digit-bpa
6b941a3a9472d7121c69a016fa2bb32d8a06c086
[ "MIT" ]
17
2019-03-06T05:39:47.000Z
2022-03-02T13:34:37.000Z
create table EGBPA_FEEBOUNDARY_MAPPING( id bigint NOT NULL, boundary bigint NOT NULL, bpafeemapping bigint NOT NULL, amount bigint, createdby bigint NOT NULL, createddate timestamp without time zone NOT NULL, lastModifiedDate timestamp without time zone, lastModifiedBy bigint, version...
46.166667
101
0.796631
d26159c68e402e62f1b7e0cec6db5cb1e6d6f71e
926
php
PHP
config/db.php
development2016/asiaebuy
68eb38186f4866c4de4740c48570ce1d2f400377
[ "BSD-3-Clause" ]
null
null
null
config/db.php
development2016/asiaebuy
68eb38186f4866c4de4740c48570ce1d2f400377
[ "BSD-3-Clause" ]
null
null
null
config/db.php
development2016/asiaebuy
68eb38186f4866c4de4740c48570ce1d2f400377
[ "BSD-3-Clause" ]
null
null
null
<?php //$cert = 'C:\xampp\htdocs\asiaebuy\compose.crt'; $cert = '/var/www/vhosts/asiaebuy.com/httpdocs/stage/compose.crt'; $ctx = stream_context_create(array( "ssl" => array( "cafile" => $cert, "allow_self_signed" => false, "verify_peer" => true, "verify_peer_name...
21.045455
103
0.570194
3e383d6688d67f979a0287bbe166888f615f9fbb
485
h
C
_programs/cpp/src/icp/icp.h
tatsy/cpp-python-beginners
66ee72571bda1f623f2032122fb9657d3776bce3
[ "MIT" ]
1
2020-07-23T12:35:56.000Z
2020-07-23T12:35:56.000Z
_programs/cpp/src/icp/icp.h
tatsy/cpp-python-beginners
66ee72571bda1f623f2032122fb9657d3776bce3
[ "MIT" ]
null
null
null
_programs/cpp/src/icp/icp.h
tatsy/cpp-python-beginners
66ee72571bda1f623f2032122fb9657d3776bce3
[ "MIT" ]
2
2020-07-10T10:20:53.000Z
2021-05-20T09:04:47.000Z
#pragma once #include <vector> #include <Eigen/Core> #include "common/vec3.h" enum class ICPMetric { Point2Point = 0x00, Point2Plane = 0x01, }; void rigidICP(const std::vector<Vec3> &target, const std::vector<Vec3> &targetNorm, std::vector<Vec3> &source, std::vecto...
22.045455
50
0.56701
7c6771f01b741184d9e2fc59a18d1051065aa2e8
1,198
kt
Kotlin
compose/src/main/java/androidx/compose/foundation/samples/DarkThemeSample.kt
arkivanov/Jetpack-Compose-Playground
46835551a488a4dba913d272d5f01bcd6c905f2a
[ "MIT" ]
null
null
null
compose/src/main/java/androidx/compose/foundation/samples/DarkThemeSample.kt
arkivanov/Jetpack-Compose-Playground
46835551a488a4dba913d272d5f01bcd6c905f2a
[ "MIT" ]
null
null
null
compose/src/main/java/androidx/compose/foundation/samples/DarkThemeSample.kt
arkivanov/Jetpack-Compose-Playground
46835551a488a4dba913d272d5f01bcd6c905f2a
[ "MIT" ]
null
null
null
/* * 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...
29.95
75
0.761269
716ca261ddbd8148e49828be3b3f9932150c150c
18,643
sql
SQL
sys_menu.sql
LBaaahahaha/aaa
6021245e437bb8ef2a6066c4066c3d2b6c4c47db
[ "MIT" ]
null
null
null
sys_menu.sql
LBaaahahaha/aaa
6021245e437bb8ef2a6066c4066c3d2b6c4c47db
[ "MIT" ]
null
null
null
sys_menu.sql
LBaaahahaha/aaa
6021245e437bb8ef2a6066c4066c3d2b6c4c47db
[ "MIT" ]
null
null
null
/* Navicat MySQL Data Transfer Source Server : DB Source Server Version : 50647 Source Host : localhost:3306 Source Database : ry Target Server Type : MYSQL Target Server Version : 50647 File Encoding : 65001 Date: 2020-05-11 13:52:40 */ SET FOREIGN_KEY_CHECKS=0; -- -------------...
136.080292
232
0.53264
ffffe768d1404119299ae19cf4fa77c64ae6a8ff
2,932
html
HTML
com/radityalabs/Python/origin/movie/1167.html
radityagumay/BenchmarkSentimentAnalysis_2
e509a4e749271da701ce9da1d9f16cdd78dcdf40
[ "Apache-2.0" ]
3
2017-06-08T01:17:55.000Z
2019-06-02T10:52:36.000Z
com/radityalabs/Python/origin/movie/1167.html
radityagumay/BenchmarkSentimentAnalysis_2
e509a4e749271da701ce9da1d9f16cdd78dcdf40
[ "Apache-2.0" ]
null
null
null
com/radityalabs/Python/origin/movie/1167.html
radityagumay/BenchmarkSentimentAnalysis_2
e509a4e749271da701ce9da1d9f16cdd78dcdf40
[ "Apache-2.0" ]
null
null
null
<HTML><HEAD> <TITLE>Review for Ucieczka z kina 'Wolnosc' (1991)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0103150">Ucieczka z kina 'Wolnosc' (1991)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/Re...
54.296296
203
0.72442
3edde17ee321893010b8b73f1365547641e0ef5a
4,550
c
C
ompi/request/grequestx.c
nuriallv/ompi
2443bbd42f9e1da385c68b7cc9dab169131cc03a
[ "BSD-3-Clause-Open-MPI" ]
2
2017-11-22T09:35:38.000Z
2017-11-22T10:02:17.000Z
ompi/request/grequestx.c
nuriallv/ompi
2443bbd42f9e1da385c68b7cc9dab169131cc03a
[ "BSD-3-Clause-Open-MPI" ]
1
2021-04-26T14:41:51.000Z
2021-04-27T00:14:24.000Z
ompi/request/grequestx.c
nuriallv/ompi
2443bbd42f9e1da385c68b7cc9dab169131cc03a
[ "BSD-3-Clause-Open-MPI" ]
2
2019-01-24T18:45:03.000Z
2019-09-28T14:36:16.000Z
/* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2016 The University of Tennessee and The University * of Tennessee Resea...
31.597222
118
0.692747
382cba6a3f8e400288d780a22300ff31bfe71b5f
800
kt
Kotlin
example/transfer/domain/src/main/kotlin/ru/adavliatov/atomy/example/transfer/domain/error/errors.kt
alexdavliatov/atomy
77ac4c1223afe35996a3ad453b78619504387425
[ "Apache-2.0" ]
null
null
null
example/transfer/domain/src/main/kotlin/ru/adavliatov/atomy/example/transfer/domain/error/errors.kt
alexdavliatov/atomy
77ac4c1223afe35996a3ad453b78619504387425
[ "Apache-2.0" ]
null
null
null
example/transfer/domain/src/main/kotlin/ru/adavliatov/atomy/example/transfer/domain/error/errors.kt
alexdavliatov/atomy
77ac4c1223afe35996a3ad453b78619504387425
[ "Apache-2.0" ]
null
null
null
package ru.adavliatov.atomy.example.transfer.domain.error import ru.adavliatov.atomy.common.type.error.HttpWrapperErrors.InvalidArgumentError import ru.adavliatov.atomy.common.type.error.HttpWrapperErrors.NotFoundError import ru.adavliatov.atomy.example.transfer.domain.* import ru.adavliatov.atomy.example.transfer.dom...
47.058824
104
0.83875
167d99ce09b72222a07824bdd5bbbcef94096061
1,855
ts
TypeScript
node_modules/html-pdf-chrome/lib/src/typings/chrome/Runtime/ExceptionDetails.d.ts
kevin-on-davis/L2K_Developer-Profile-Generator
6571c4498878334543302cf2916f8f2794a2b085
[ "MIT" ]
null
null
null
node_modules/html-pdf-chrome/lib/src/typings/chrome/Runtime/ExceptionDetails.d.ts
kevin-on-davis/L2K_Developer-Profile-Generator
6571c4498878334543302cf2916f8f2794a2b085
[ "MIT" ]
null
null
null
node_modules/html-pdf-chrome/lib/src/typings/chrome/Runtime/ExceptionDetails.d.ts
kevin-on-davis/L2K_Developer-Profile-Generator
6571c4498878334543302cf2916f8f2794a2b085
[ "MIT" ]
null
null
null
import { ExecutionContextId } from './ExecutionContextId'; import RemoteObject from './RemoteObject'; import { ScriptId } from './ScriptId'; import StackTrace from './StackTrace'; /** * Detailed information about exception (or error) that was thrown during script compilation or execution. * * @export * @interface E...
24.407895
106
0.61186
f05664f755b3f673d926831f9475fb250a901f2c
792
py
Python
pytglib/api/types/rich_text_phone_number.py
iTeam-co/pytglib
e5e75e0a85f89b77762209b32a61b0a883c0ae61
[ "MIT" ]
6
2019-10-30T08:57:27.000Z
2021-02-08T14:17:43.000Z
pytglib/api/types/rich_text_phone_number.py
iTeam-co/python-telegram
e5e75e0a85f89b77762209b32a61b0a883c0ae61
[ "MIT" ]
1
2021-08-19T05:44:10.000Z
2021-08-19T07:14:56.000Z
pytglib/api/types/rich_text_phone_number.py
iTeam-co/python-telegram
e5e75e0a85f89b77762209b32a61b0a883c0ae61
[ "MIT" ]
5
2019-12-04T05:30:39.000Z
2021-05-21T18:23:32.000Z
from ..utils import Object class RichTextPhoneNumber(Object): """ A rich text phone number Attributes: ID (:obj:`str`): ``RichTextPhoneNumber`` Args: text (:class:`telegram.api.types.RichText`): Text phone_number (:obj:`str`): Phone number Ret...
21.405405
54
0.585859
465918f5130fd8ee95a86a6168d8ce943f6031b2
328
swift
Swift
PDFLinks/Extensions/PDFAnnotation+Extensions.swift
eppz/macOS.Production.PDF_Links
86e9298abbfc7423f24010ea7a334292c036643d
[ "MIT" ]
1
2022-02-06T02:18:16.000Z
2022-02-06T02:18:16.000Z
PDFLinks/Extensions/PDFAnnotation+Extensions.swift
eppz/macOS.Production.PDF_Links
86e9298abbfc7423f24010ea7a334292c036643d
[ "MIT" ]
null
null
null
PDFLinks/Extensions/PDFAnnotation+Extensions.swift
eppz/macOS.Production.PDF_Links
86e9298abbfc7423f24010ea7a334292c036643d
[ "MIT" ]
null
null
null
// // PDFAnnotation+Extensions.swift // PDFLinks // // Created by Geri Borbás on 2020. 02. 11.. // Copyright © 2020. Geri Borbás. All rights reserved. // import Foundation import PDFKit extension PDFAnnotation { func with(url: URL?) -> PDFAnnotation { self.url = url return self ...
14.26087
55
0.615854
5f257ad7b985b460ea7dbd68292a31c0daebee33
508
swift
Swift
Sources/UIKit+CSExtension/CGPoint+CSExtension.swift
icetime17/CSSwiftExtension
ae440da923d4e8cdf0c5a91f8d39d0400367d48e
[ "MIT" ]
111
2016-07-03T14:55:00.000Z
2021-12-25T21:18:44.000Z
Sources/UIKit+CSExtension/CGPoint+CSExtension.swift
icetime17/CSSwiftExtension
ae440da923d4e8cdf0c5a91f8d39d0400367d48e
[ "MIT" ]
1
2017-09-21T02:40:46.000Z
2017-09-21T02:40:46.000Z
Sources/UIKit+CSExtension/CGPoint+CSExtension.swift
icetime17/CSSwiftExtension
ae440da923d4e8cdf0c5a91f8d39d0400367d48e
[ "MIT" ]
19
2016-07-07T01:50:24.000Z
2021-06-16T06:16:22.000Z
// // CGPoint+CSExtension.swift // CSSwiftExtension // // Created by Chris Hu on 17/1/3. // Copyright © 2017年 com.icetime17. All rights reserved. // import UIKit public extension CGPoint { static func cs_distance(fromPoint: CGPoint, toPoint: CGPoint) -> CGFloat { return sqrt(pow(toPoint.x - fromPoint...
23.090909
86
0.661417
754d3e661058e3340dbb0694f6b987b02e36b18a
5,387
h
C
src/add-ons/SxMurn.h
ashtonmv/sphinx_vdw
5896fee0d92c06e883b72725cb859d732b8b801f
[ "Apache-2.0" ]
1
2020-02-29T03:26:32.000Z
2020-02-29T03:26:32.000Z
src/add-ons/SxMurn.h
ashtonmv/sphinx_vdw
5896fee0d92c06e883b72725cb859d732b8b801f
[ "Apache-2.0" ]
null
null
null
src/add-ons/SxMurn.h
ashtonmv/sphinx_vdw
5896fee0d92c06e883b72725cb859d732b8b801f
[ "Apache-2.0" ]
null
null
null
// --------------------------------------------------------------------------- // // The ab-initio based multiscale library // // S / P H I / n X // // Copyright: Max-Planck-Institute for Iron Research // 40237 Duesseldorf, Germany // // Contact: https://sxlib.mpie.d...
34.312102
89
0.57416
8cee2de710a0c5247ba6a54de68d705a92bd9e74
1,233
kt
Kotlin
app/src/main/java/com/alexzh/medicationreminder/settings/SettingsPresenter.kt
AlexZhukovich/MedicationReminder
fa71281518d20d0432ba96d3c301b1488cc6c1e8
[ "MIT" ]
1
2018-06-24T06:32:23.000Z
2018-06-24T06:32:23.000Z
app/src/main/java/com/alexzh/medicationreminder/settings/SettingsPresenter.kt
AlexZhukovich/MedicationReminder
fa71281518d20d0432ba96d3c301b1488cc6c1e8
[ "MIT" ]
null
null
null
app/src/main/java/com/alexzh/medicationreminder/settings/SettingsPresenter.kt
AlexZhukovich/MedicationReminder
fa71281518d20d0432ba96d3c301b1488cc6c1e8
[ "MIT" ]
null
null
null
package com.alexzh.medicationreminder.settings import com.alexzh.medicationreminder.data.AppInfoRepository import io.reactivex.Scheduler import io.reactivex.android.schedulers.AndroidSchedulers import io.reactivex.disposables.Disposable import io.reactivex.schedulers.Schedulers import timber.log.Timber class Settings...
33.324324
115
0.68532
4f61954e007d3d363c23f2cffaae2ff44443ee8c
719
swift
Swift
Memorize/Screens/Repeat/RepeatAssembly.swift
VikaOlegova/Memorize
5608a57509523b2bfbaaa8c92a11ffecc60364f9
[ "MIT" ]
null
null
null
Memorize/Screens/Repeat/RepeatAssembly.swift
VikaOlegova/Memorize
5608a57509523b2bfbaaa8c92a11ffecc60364f9
[ "MIT" ]
null
null
null
Memorize/Screens/Repeat/RepeatAssembly.swift
VikaOlegova/Memorize
5608a57509523b2bfbaaa8c92a11ffecc60364f9
[ "MIT" ]
null
null
null
// // RepeatAssembly.swift // Memorize // // Created by Вика on 27/11/2019. // Copyright © 2019 Vika Olegova. All rights reserved. // import UIKit /// Собирает все зависимости для экрана повторения\исправления ошибок class RepeatAssembly { func create(isMistakes: Bool) -> UIViewController { let coreDa...
25.678571
71
0.648122
d8075a988130cbe5845987ef56afc0f0347b5de1
605
swift
Swift
Sources/Cookies.swift
TokyoYoshida/SwiftLibuv
1b30412e7a79ed98b2e3975b45bea80a7bb413d9
[ "MIT" ]
4
2016-06-27T10:56:36.000Z
2016-10-15T15:37:05.000Z
Sources/Cookies.swift
TokyoYoshida/SwiftLibuv
1b30412e7a79ed98b2e3975b45bea80a7bb413d9
[ "MIT" ]
null
null
null
Sources/Cookies.swift
TokyoYoshida/SwiftLibuv
1b30412e7a79ed98b2e3975b45bea80a7bb413d9
[ "MIT" ]
null
null
null
import HTTP class Cookies { private var cookies = Dictionary<String, AttributedCookie>() subscript(name: String) -> AttributedCookie? { get { return cookies[name] } set(newValue){ guard var newValue = newValue else { return } ...
20.862069
64
0.509091
9c7250e75b947defc200ac3e47b2167b14f4ce84
5,484
js
JavaScript
src/foam/nanos/medusa/ClusterConfigNARegionReplayDAO.js
molurin1/foam3
820449f03b75b7382bfb1bec2fa9676627ef9359
[ "ECL-2.0", "Apache-2.0" ]
15
2021-04-06T19:37:37.000Z
2022-02-08T16:21:36.000Z
src/foam/nanos/medusa/ClusterConfigNARegionReplayDAO.js
molurin1/foam3
820449f03b75b7382bfb1bec2fa9676627ef9359
[ "ECL-2.0", "Apache-2.0" ]
188
2021-04-09T15:04:37.000Z
2022-03-30T16:54:37.000Z
src/foam/nanos/medusa/ClusterConfigNARegionReplayDAO.js
molurin1/foam3
820449f03b75b7382bfb1bec2fa9676627ef9359
[ "ECL-2.0", "Apache-2.0" ]
21
2021-03-23T17:46:26.000Z
2022-03-07T18:22:36.000Z
/** * @license * Copyright 2021 The FOAM Authors. All Rights Reserved. * http://www.apache.org/licenses/LICENSE-2.0 */ foam.CLASS({ package: 'foam.nanos.medusa', name: 'ClusterConfigNARegionReplayDAO', extends: 'foam.dao.ProxyDAO', documentation: `Non-Active Region Mediator request replay from Active Regi...
33.644172
115
0.576039
4046d3abc952d9da6447c9c9b036110a6fc9a635
737
py
Python
createtables.py
CampusHackTeamMeme/Busoton-API
7214aa903f83963ab64aae772dd59926e6493dec
[ "Apache-2.0" ]
null
null
null
createtables.py
CampusHackTeamMeme/Busoton-API
7214aa903f83963ab64aae772dd59926e6493dec
[ "Apache-2.0" ]
null
null
null
createtables.py
CampusHackTeamMeme/Busoton-API
7214aa903f83963ab64aae772dd59926e6493dec
[ "Apache-2.0" ]
null
null
null
import psycopg2 def createStops(conn): c = conn.cursor() c.execute(''' CREATE TABLE IF NOT EXISTS stops( stop_id TEXT PRIMARY KEY, name TEXT, lon DOUBLE PRECISION, lat DOUBLE PRECISION); ''') c.execute('''CREATE INDEX CONCURRENTLY IF NOT EXISTS lon...
20.472222
57
0.588874
6c72716623db54c4dde56572d5fd0729634fddcc
1,462
go
Go
stacks/stacks_test.go
C0MM4ND/wasman-go
87e38ef26abd9c92e957e455aca3369e87d6cbc5
[ "MIT" ]
5
2020-10-14T16:37:19.000Z
2021-09-28T06:55:18.000Z
stacks/stacks_test.go
C0MM4ND/wasman-go
87e38ef26abd9c92e957e455aca3369e87d6cbc5
[ "MIT" ]
null
null
null
stacks/stacks_test.go
C0MM4ND/wasman-go
87e38ef26abd9c92e957e455aca3369e87d6cbc5
[ "MIT" ]
1
2020-10-27T09:11:12.000Z
2020-10-27T09:11:12.000Z
package stacks_test import ( "reflect" "testing" "github.com/c0mm4nd/wasman/stacks" ) func TestVirtualMachineOperandStack(t *testing.T) { s := stacks.NewOperandStack() if stacks.InitialOperandStackHeight != len(s.Values) { t.Fail() } var exp uint64 = 10 s.Push(exp) if exp != s.Pop() { t.Fail() } // ...
18.506329
58
0.644323
f153b264ab359f1b950e55c81e37eb597c43e853
3,081
swift
Swift
AlertPickerView/AlertPickerViewController.swift
tomoyamatsuyama/AlertPickerView
67c41316864eb895ab536b85d8d28a01d4c64de4
[ "MIT" ]
null
null
null
AlertPickerView/AlertPickerViewController.swift
tomoyamatsuyama/AlertPickerView
67c41316864eb895ab536b85d8d28a01d4c64de4
[ "MIT" ]
null
null
null
AlertPickerView/AlertPickerViewController.swift
tomoyamatsuyama/AlertPickerView
67c41316864eb895ab536b85d8d28a01d4c64de4
[ "MIT" ]
null
null
null
// // AlertPickerViewController.swift // AlertPickerView // // Created by 松山 友也 on 2018/11/12. // Copyright © 2018年 松山 友也. All rights reserved. // import UIKit import RxSwift import RxCocoa public class AlertPickerViewController: UIViewController { private let disposeBag = DisposeBag() @IBOutlet private...
27.026316
130
0.670886
019ed3bd4b2fb675c6487f362b0a2b3d8a815539
3,118
rs
Rust
src/material.rs
SimSmith/rusty_ray_tracer
cb47e34bf7b9b7387d88e4da8e9d51a8a70e4e2e
[ "MIT" ]
null
null
null
src/material.rs
SimSmith/rusty_ray_tracer
cb47e34bf7b9b7387d88e4da8e9d51a8a70e4e2e
[ "MIT" ]
null
null
null
src/material.rs
SimSmith/rusty_ray_tracer
cb47e34bf7b9b7387d88e4da8e9d51a8a70e4e2e
[ "MIT" ]
null
null
null
use crate::ray::Ray; use rand::Rng; use crate::vec3::Real; use crate::vec3::Vec3; pub trait Material: Sync { fn scatter(&self, r_in: &Ray, point: Vec3, normal: Vec3) -> Option<(Vec3, Ray)>; } // the lambertian class does not make sense pub struct Lambertian { pub albedo: Vec3, } impl Material for Lambertian ...
28.87037
94
0.546825
0bfacc2ddcc76a3d46e433ce32e4f8c218064c5b
1,363
kts
Kotlin
kachej/build.gradle.kts
jeziellago/kachej
69ee3c269f6d5936593af7f5fb89eaffe79cd445
[ "Apache-2.0" ]
22
2020-05-05T02:00:28.000Z
2021-07-27T11:03:51.000Z
kachej/build.gradle.kts
jeziellago/kachej
69ee3c269f6d5936593af7f5fb89eaffe79cd445
[ "Apache-2.0" ]
null
null
null
kachej/build.gradle.kts
jeziellago/kachej
69ee3c269f6d5936593af7f5fb89eaffe79cd445
[ "Apache-2.0" ]
3
2020-05-11T16:21:20.000Z
2020-10-15T16:55:42.000Z
plugins { id("kotlin") id("maven-publish") jacoco } sourceSets { main { java.srcDir("src/main/kotlin") } test { java.srcDir("src/test/kotlin") } } tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> { kotlinOptions { jvmTarget = "1.8" freeCo...
20.969231
66
0.631695
6c1755db4249e12a7e99a85ecb1245fd640af914
1,817
go
Go
writer.go
koji-hirono/bitio
7a8ae8bfbf420cb5b14eb759d05562c3138e44ae
[ "MIT" ]
null
null
null
writer.go
koji-hirono/bitio
7a8ae8bfbf420cb5b14eb759d05562c3138e44ae
[ "MIT" ]
null
null
null
writer.go
koji-hirono/bitio
7a8ae8bfbf420cb5b14eb759d05562c3138e44ae
[ "MIT" ]
null
null
null
package bitio import ( "github.com/koji-hirono/memio" ) // A Writer provides sequential bit-level writing. type Writer struct { g memio.Grower n int } // NewWriter returns a new Writer func NewWriter(g memio.Grower) *Writer { return &Writer{g: g} } func (w *Writer) Bytes() []byte { return w.g.Bytes() } func (...
16.669725
64
0.572372
0cd346f1de289a9e93d3b25b5635b78a4192c096
1,126
py
Python
gen-raw-logs.py
lightoyou/grapl
77488059891091e5656254ee15efef038a1b46a7
[ "Apache-2.0" ]
null
null
null
gen-raw-logs.py
lightoyou/grapl
77488059891091e5656254ee15efef038a1b46a7
[ "Apache-2.0" ]
null
null
null
gen-raw-logs.py
lightoyou/grapl
77488059891091e5656254ee15efef038a1b46a7
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/env python try: from typing import Any, Dict, Union, Optional except: pass import time import string import boto3 import random import zstd import sys def rand_str(l): # type: (int) -> str return ''.join(random.choice(string.ascii_uppercase + string.digits) for _ in ran...
22.078431
72
0.571936
88ef9bf85d12335881728efb071f59a3985143ee
1,210
kt
Kotlin
androidApp/src/main/kotlin/tech/alexib/yaba/android/util/notifications.kt
ruffCode/yaba-kmm
ca86e5a60d0fcc2accfd6c12da07a334558cce0e
[ "Apache-2.0" ]
5
2021-06-28T17:26:42.000Z
2022-02-21T02:32:52.000Z
androidApp/src/main/kotlin/tech/alexib/yaba/android/util/notifications.kt
ruffCode/yaba-kmm
ca86e5a60d0fcc2accfd6c12da07a334558cce0e
[ "Apache-2.0" ]
39
2021-06-22T20:47:07.000Z
2021-10-02T02:24:28.000Z
androidApp/src/main/kotlin/tech/alexib/yaba/android/util/notifications.kt
ruffCode/yaba-kmm
ca86e5a60d0fcc2accfd6c12da07a334558cce0e
[ "Apache-2.0" ]
1
2021-06-27T20:37:21.000Z
2021-06-27T20:37:21.000Z
/* * Copyright 2021 Alexi Bre * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
34.571429
84
0.761157
122fa3737b13a5e395cf9680a73cf9dde59af10e
1,882
h
C
src/filters/oidc/in_memory_session_store.h
incfly/authservice
c918b4b52070bab45fca596be5747d531ea73e44
[ "Apache-2.0" ]
null
null
null
src/filters/oidc/in_memory_session_store.h
incfly/authservice
c918b4b52070bab45fca596be5747d531ea73e44
[ "Apache-2.0" ]
null
null
null
src/filters/oidc/in_memory_session_store.h
incfly/authservice
c918b4b52070bab45fca596be5747d531ea73e44
[ "Apache-2.0" ]
null
null
null
#ifndef AUTHSERVICE_IN_MEMORY_SESSION_STORE_H #define AUTHSERVICE_IN_MEMORY_SESSION_STORE_H #include "src/common/utilities/synchronized.h" #include "src/common/utilities/time_service.h" #include "src/filters/oidc/session_store.h" namespace authservice { namespace filters { namespace oidc { class Session; class InMe...
31.366667
78
0.782147
96a04a5d096590251e78c9f8798a0c3220ba410f
2,125
kt
Kotlin
issuechecker/src/main/kotlin/com/starter/issuechecker/Di.kt
usefulness/issuechecker
d6f258bb2642d08ff64e86a6849ced054bbe7fac
[ "MIT" ]
8
2021-03-04T14:32:05.000Z
2021-09-14T12:12:12.000Z
issuechecker/src/main/kotlin/com/starter/issuechecker/Di.kt
usefulness/issuechecker
d6f258bb2642d08ff64e86a6849ced054bbe7fac
[ "MIT" ]
126
2021-02-27T06:53:23.000Z
2022-03-31T19:45:33.000Z
issuechecker/src/main/kotlin/com/starter/issuechecker/Di.kt
usefulness/issuechecker
d6f258bb2642d08ff64e86a6849ced054bbe7fac
[ "MIT" ]
null
null
null
package com.starter.issuechecker import com.starter.issuechecker.resolvers.github.GithubService import com.starter.issuechecker.resolvers.github.GithubStatusResolver import com.starter.issuechecker.resolvers.youtrack.YoutrackService import com.starter.issuechecker.resolvers.youtrack.YoutrackStatusResolver import kotli...
30.357143
85
0.699294
71e1116260efb1fed3ded67eaafbcbfd0945fefb
613
tsx
TypeScript
src/app/pages/ApplicationsPage/Main/index.tsx
ivulovic/retrosfera.com
1cd0210659b5dab4a574c1f778bfee9157ea5dd2
[ "MIT" ]
null
null
null
src/app/pages/ApplicationsPage/Main/index.tsx
ivulovic/retrosfera.com
1cd0210659b5dab4a574c1f778bfee9157ea5dd2
[ "MIT" ]
null
null
null
src/app/pages/ApplicationsPage/Main/index.tsx
ivulovic/retrosfera.com
1cd0210659b5dab4a574c1f778bfee9157ea5dd2
[ "MIT" ]
null
null
null
import CryptoExchangePage from 'app/pages/CryptoExchangePage'; import WishlistPage from 'app/pages/WishlistPage'; import { Redirect, useParams } from 'react-router'; import { ApplicationDetailsParams } from '../types'; const Components = { wishlist: WishlistPage, cryptoexchange: CryptoExchangePage, }; export defa...
30.65
62
0.743883
ecdf1c2f58d3dd23fea3b92f03b32e51812b0920
1,193
swift
Swift
day-074/Projects/Challenges/MoonshotRefactor/Moonshot/Data/Services/DataLoader.swift
CypherPoet/100-days-of-swiftui
d7bf8063f4eb97b59e7f2c665b42083a364f7b1c
[ "Unlicense" ]
24
2019-10-09T03:24:06.000Z
2020-01-13T10:34:04.000Z
day-092/Projects/Challenges/MoonshotRefactor/Moonshot/Moonshot/Data/Services/DataLoader.swift
michael-mimi/100-days-of-swiftui-and-combine
d7bf8063f4eb97b59e7f2c665b42083a364f7b1c
[ "Unlicense" ]
64
2019-10-09T00:07:46.000Z
2020-01-10T13:18:53.000Z
day-092/Projects/Challenges/MoonshotRefactor/Moonshot/Moonshot/Data/Services/DataLoader.swift
michael-mimi/100-days-of-swiftui-and-combine
d7bf8063f4eb97b59e7f2c665b42083a364f7b1c
[ "Unlicense" ]
6
2019-10-15T09:00:47.000Z
2019-12-16T12:28:10.000Z
// // DataLoader.swift // Moonshot // // Created by CypherPoet on 11/2/19. // ✌️ // import Foundation import Combine import CypherPoetCore_FileSystem struct DataLoader { static let shared = DataLoader() enum Error: Swift.Error { case fileNotFound case failedToLoadData(Swift.Error) ...
25.382979
80
0.540654
7d613cc22de3f5d5ec20ab1c81b9fdee4f3f0227
561
html
HTML
layouts/partials/icons/yoast.html
bugoio/bugo-font-awesome
b13de4a9447710e87feb9aaeb455c1b51fb93c39
[ "MIT" ]
null
null
null
layouts/partials/icons/yoast.html
bugoio/bugo-font-awesome
b13de4a9447710e87feb9aaeb455c1b51fb93c39
[ "MIT" ]
null
null
null
layouts/partials/icons/yoast.html
bugoio/bugo-font-awesome
b13de4a9447710e87feb9aaeb455c1b51fb93c39
[ "MIT" ]
null
null
null
<svg tabindex="-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"tabindex="-1"><path d="M91.3 76h186l-7 18.9h-179c-39.7 0-71.9 31.6-71.9 70.3v205.4c0 35.4 24.9 70.3 84 70.3V460H91.3C41.2 460 0 419.8 0 370.5V165.2C0 115.9 40.7 76 91.3 76zm229.1-56h66.5C243.1 398.1 241.2 418.9 202.2 459.3c-20.8 21.6-49.3 31.7-7...
561
561
0.673797
23edf6941edeba0e4865bb37a1da532e772b4532
5,978
kt
Kotlin
service/src/test/kotlin/io/provenance/digitalcurrency/consortium/frameworks/BalanceReportQueueTest.kt
Fin3-Technologies-Inc/digital-currency-consortium
d022c0d2e60a298a6bd2a894236b6cc7b2bfe018
[ "Apache-2.0" ]
2
2021-11-23T06:16:26.000Z
2021-12-30T16:11:13.000Z
service/src/test/kotlin/io/provenance/digitalcurrency/consortium/frameworks/BalanceReportQueueTest.kt
Fin3-Technologies-Inc/digital-currency-consortium
d022c0d2e60a298a6bd2a894236b6cc7b2bfe018
[ "Apache-2.0" ]
37
2021-08-18T18:03:28.000Z
2022-03-30T14:38:29.000Z
service/src/test/kotlin/io/provenance/digitalcurrency/consortium/frameworks/BalanceReportQueueTest.kt
Fin3-Technologies-Inc/digital-currency-consortium
d022c0d2e60a298a6bd2a894236b6cc7b2bfe018
[ "Apache-2.0" ]
2
2021-11-16T15:06:09.000Z
2022-02-14T19:41:46.000Z
package io.provenance.digitalcurrency.consortium.frameworks import io.provenance.digitalcurrency.consortium.BaseIntegrationTest import io.provenance.digitalcurrency.consortium.TEST_ADDRESS import io.provenance.digitalcurrency.consortium.config.BalanceReportProperties import io.provenance.digitalcurrency.consortium.con...
34.356322
117
0.655236
ff205b4ff841bf6b69a1fa8a16b0be1bc2fd2689
492
kt
Kotlin
src/main/kotlin/br/com/zup/edu/pix/repository/ChaveRepository.kt
tiagoalcantara/orange-talents-01-template-pix-keymanager-grpc
a41383eabbc8029f17f7c4ac1ac6320e7f8d2dbe
[ "Apache-2.0" ]
null
null
null
src/main/kotlin/br/com/zup/edu/pix/repository/ChaveRepository.kt
tiagoalcantara/orange-talents-01-template-pix-keymanager-grpc
a41383eabbc8029f17f7c4ac1ac6320e7f8d2dbe
[ "Apache-2.0" ]
null
null
null
src/main/kotlin/br/com/zup/edu/pix/repository/ChaveRepository.kt
tiagoalcantara/orange-talents-01-template-pix-keymanager-grpc
a41383eabbc8029f17f7c4ac1ac6320e7f8d2dbe
[ "Apache-2.0" ]
null
null
null
package br.com.zup.edu.pix.repository import br.com.zup.edu.pix.model.Chave import io.micronaut.data.annotation.Repository import io.micronaut.data.jpa.repository.JpaRepository import java.util.* @Repository interface ChaveRepository: JpaRepository<Chave, UUID>{ fun existsByChave(chave: String?): Boolean fun ...
35.142857
72
0.784553
1face4c1beeeb7de9091cea8a66c66e58618d1f7
938
htm
HTML
lege.htm
jhon50/usolt
3e351466246a4aeee78d016109b7b8a6b00d5d38
[ "CC-BY-3.0" ]
null
null
null
lege.htm
jhon50/usolt
3e351466246a4aeee78d016109b7b8a6b00d5d38
[ "CC-BY-3.0" ]
null
null
null
lege.htm
jhon50/usolt
3e351466246a4aeee78d016109b7b8a6b00d5d38
[ "CC-BY-3.0" ]
null
null
null
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Documento sem t&iacute;tulo</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#99CCCC"> <table width="60%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <t...
42.636364
189
0.634328
fb0e9c10bdfc4a9052aa0400c966be9391b1009e
108
c
C
src/coreclr/pal/src/libunwind/tests/Ltest-trace.c
pyracanda/runtime
72bee25ab532a4d0636118ec2ed3eabf3fd55245
[ "MIT" ]
12,278
2015-01-29T17:11:33.000Z
2022-03-31T21:12:00.000Z
src/coreclr/pal/src/libunwind/tests/Ltest-trace.c
pyracanda/runtime
72bee25ab532a4d0636118ec2ed3eabf3fd55245
[ "MIT" ]
37,522
2019-11-25T23:30:32.000Z
2022-03-31T23:58:30.000Z
src/coreclr/pal/src/libunwind/tests/Ltest-trace.c
pyracanda/runtime
72bee25ab532a4d0636118ec2ed3eabf3fd55245
[ "MIT" ]
3,629
2019-11-25T23:29:16.000Z
2022-03-31T21:52:28.000Z
#define UNW_LOCAL_ONLY #include <libunwind.h> #if !defined(UNW_REMOTE_ONLY) #include "Gtest-trace.c" #endif
18
29
0.777778
82248e110741f9a7916f17aaf2128169818c48f3
1,736
swift
Swift
B05101_2_Commonly_Used_Data_Structures.playground/Pages/Tuples.xcplaygroundpage/Contents.swift
ruddyscent/swift-dsa
525d60a7cb9946cdedfbfa41d197305136dd56e8
[ "MIT" ]
null
null
null
B05101_2_Commonly_Used_Data_Structures.playground/Pages/Tuples.xcplaygroundpage/Contents.swift
ruddyscent/swift-dsa
525d60a7cb9946cdedfbfa41d197305136dd56e8
[ "MIT" ]
null
null
null
B05101_2_Commonly_Used_Data_Structures.playground/Pages/Tuples.xcplaygroundpage/Contents.swift
ruddyscent/swift-dsa
525d60a7cb9946cdedfbfa41d197305136dd56e8
[ "MIT" ]
null
null
null
//: [Previous](@previous) import Foundation //: ## Tuples //: ### Unamed Tuples //: //: You can create tuples with any number and combination of types. Let’s create a tuple that would contain an integer, string, and integer types let responseCode = (4010, "Invalid file contents", 0x21451fff3b) //: If you want to c...
31.563636
243
0.759793
53c08ca263bcf973fabe56d696ba94df459916ce
788
java
Java
interpreter/bytecode/LabelCode.java
TSechrist/csc413Interpreter
8f1681219c162141e4273d05b8a3ebd3c7ecf1db
[ "MIT" ]
null
null
null
interpreter/bytecode/LabelCode.java
TSechrist/csc413Interpreter
8f1681219c162141e4273d05b8a3ebd3c7ecf1db
[ "MIT" ]
null
null
null
interpreter/bytecode/LabelCode.java
TSechrist/csc413Interpreter
8f1681219c162141e4273d05b8a3ebd3c7ecf1db
[ "MIT" ]
null
null
null
package interpreter.bytecode; import interpreter.VirtualMachine; import java.util.ArrayList; /* LabelCode is a placeholder to help resolve all of the address jumps. It is the location where CallCode, GotoCode, and FalseBranchCode will jump to. */ public class LabelCode extends ByteCode { private String label;...
16.081633
59
0.642132
d2cda26fdaac573a7a0fccc27b9268775c64314c
34
php
PHP
resources/views/backend/pages/user/index.blade.php
eshariar71/laravel-admin-panel
ddf17ce6e96bd483ca16e2325fd97f78131f2fb1
[ "Apache-2.0" ]
null
null
null
resources/views/backend/pages/user/index.blade.php
eshariar71/laravel-admin-panel
ddf17ce6e96bd483ca16e2325fd97f78131f2fb1
[ "Apache-2.0" ]
null
null
null
resources/views/backend/pages/user/index.blade.php
eshariar71/laravel-admin-panel
ddf17ce6e96bd483ca16e2325fd97f78131f2fb1
[ "Apache-2.0" ]
null
null
null
<h1>This is user Desh Board!</h1>
17
33
0.676471
fddce19d0ac3a4fa0f464d3f8d07b7b08637d413
6,462
swift
Swift
HMCatalog/Supporting Files/HMHome+Properties.swift
snOOrz/FixHomeKitNames
9fa4bf9c33b33d33b00d44c001daca96323f6357
[ "AML" ]
1
2017-08-20T15:50:15.000Z
2017-08-20T15:50:15.000Z
HMCatalog/Supporting Files/HMHome+Properties.swift
snOOrz/FixHomeKitNames
9fa4bf9c33b33d33b00d44c001daca96323f6357
[ "AML" ]
null
null
null
HMCatalog/Supporting Files/HMHome+Properties.swift
snOOrz/FixHomeKitNames
9fa4bf9c33b33d33b00d44c001daca96323f6357
[ "AML" ]
null
null
null
/* Copyright (C) 2016 Apple Inc. All Rights Reserved. See LICENSE.txt for this sample’s licensing information Abstract: The `HMHome+Properties` methods provide convenience methods for deconstructing `HMHome` objects. */ import HomeKit extension HMHome { /// All the services within all the acc...
36.508475
136
0.610492
90eef96e4aca63199fbb61f96abc35b732345c57
6,791
py
Python
feder/cases/tests.py
dzemeuksis/feder
32ef7793af6256d4ecada61505c7baf334b34419
[ "MIT" ]
16
2015-08-11T17:20:26.000Z
2022-02-11T20:15:41.000Z
feder/cases/tests.py
dzemeuksis/feder
32ef7793af6256d4ecada61505c7baf334b34419
[ "MIT" ]
534
2015-08-04T00:10:54.000Z
2022-03-17T10:44:47.000Z
feder/cases/tests.py
dzemeuksis/feder
32ef7793af6256d4ecada61505c7baf334b34419
[ "MIT" ]
10
2017-08-30T13:34:32.000Z
2022-02-18T13:00:35.000Z
from django.urls import reverse from django.test import RequestFactory, TestCase from django.utils.http import urlencode from feder.cases.models import Case from feder.institutions.factories import InstitutionFactory from feder.letters.factories import IncomingLetterFactory from feder.letters.models import Letter from...
36.315508
88
0.691945
d2e6f4e359f14e0c50b30e200036365d1e9db6d0
3,818
php
PHP
app/Http/Controllers/UserController.php
kodinginaj/TreklinApi
7f4664e2666b48a0c3bc6e5e81a7a48629a0a3ef
[ "MIT" ]
null
null
null
app/Http/Controllers/UserController.php
kodinginaj/TreklinApi
7f4664e2666b48a0c3bc6e5e81a7a48629a0a3ef
[ "MIT" ]
1
2021-02-02T19:06:51.000Z
2021-02-02T19:06:51.000Z
app/Http/Controllers/UserController.php
kodinginaj/TreklinApi
7f4664e2666b48a0c3bc6e5e81a7a48629a0a3ef
[ "MIT" ]
null
null
null
<?php namespace App\Http\Controllers; use App\Article; use App\Complaint; use Illuminate\Http\Request; use App\User; use App\Officer; use Carbon\Carbon; class UserController extends Controller { public function getOfficer() { $result = Officer::getOfficer(); $data['status'] = '1'; i...
30.062992
108
0.486118
46174574afdec8cbb7ef9c0c1a19375768b47986
5,582
asm
Assembly
dv3/msd/salt4.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
dv3/msd/salt4.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
dv3/msd/salt4.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; DV3 MSDOS Sector Allocate, Locate and Truncate V3.00  1993 Tony Tebby section dv3 xdef msd_sal4 xdef msd_slc4 xdef msd_str4 xref msd_setmu include 'dev8_keys_DOS' include 'dev8_dv3_keys' include 'dev8_dv3_msd_keys' include 'dev8_keys_err' include 'dev8_mac_assert' include 'dev8_mac_xword' ;+++...
19.794326
79
0.669294
87ca9e5d269d0e835a7521fd430976fe43329c9b
3,911
swift
Swift
Floral/Floral/Classes/Profile/Setting/Controller/SettingViewController.swift
SunLiner/Floral
68d1e490864375be5a5d8c6cc5e8f505d40a6cdb
[ "MIT" ]
423
2016-06-09T07:29:55.000Z
2021-06-03T18:43:24.000Z
Floral/Floral/Classes/Profile/Setting/Controller/SettingViewController.swift
yuntiaoOS/Floral
68d1e490864375be5a5d8c6cc5e8f505d40a6cdb
[ "MIT" ]
10
2016-06-11T02:06:48.000Z
2017-07-20T07:21:29.000Z
Floral/Floral/Classes/Profile/Setting/Controller/SettingViewController.swift
yuntiaoOS/Floral
68d1e490864375be5a5d8c6cc5e8f505d40a6cdb
[ "MIT" ]
131
2016-06-09T09:10:46.000Z
2021-01-12T07:01:21.000Z
// // SettingViewController.swift // Floral // // Created by 孙林 on 16/5/25. // Copyright © 2016年 ALin. All rights reserved. // import UIKit import Kingfisher let LoginoutNotify = "LoginoutNotify" class SettingViewController: UITableViewController { // 缓存label @IBOutlet weak var cacheLabel: UILabel! /...
33.715517
151
0.579136
4bc28434864d8cb4ba6cb8606c37485d1a31313a
8,309
tab
SQL
data/2007_Tabita_Rubisco_examples.tab
Asplund-Samuelsson/redmagpie
c1cb1e73fde61ef2ddcc746896beb407ee3109d4
[ "MIT" ]
null
null
null
data/2007_Tabita_Rubisco_examples.tab
Asplund-Samuelsson/redmagpie
c1cb1e73fde61ef2ddcc746896beb407ee3109d4
[ "MIT" ]
null
null
null
data/2007_Tabita_Rubisco_examples.tab
Asplund-Samuelsson/redmagpie
c1cb1e73fde61ef2ddcc746896beb407ee3109d4
[ "MIT" ]
null
null
null
Form Organism Accession IA Acidithiobacillus ferrooxidans AAD30508 IA Alkalilimnicola ehrlichei MLHE-1 YP_743666 IA Allochromatium vinosum P22859 IA Allochromatium vinosum P22849 IA Bradyrhizobium sp. BTAi1 ZP_00862357 IA Cupriavidus (Rasltonia) metallidurans ZP_00599453 IA Halorhodospira halophila SL1 YP_001002624 IA ...
44.672043
65
0.86316
c7f57ef35d48742b0a9239a1b3d0e0ecd4c79f1b
249
java
Java
spring-native-buildtools/src/test/java/org/springframework/nativex/buildtools/factories/fixtures/TestAutoConfigurationMissingType.java
cemnura/spring-native
3966891ec884d0f12528e36c626ffa9b9b3ef0f7
[ "Apache-2.0" ]
null
null
null
spring-native-buildtools/src/test/java/org/springframework/nativex/buildtools/factories/fixtures/TestAutoConfigurationMissingType.java
cemnura/spring-native
3966891ec884d0f12528e36c626ffa9b9b3ef0f7
[ "Apache-2.0" ]
null
null
null
spring-native-buildtools/src/test/java/org/springframework/nativex/buildtools/factories/fixtures/TestAutoConfigurationMissingType.java
cemnura/spring-native
3966891ec884d0f12528e36c626ffa9b9b3ef0f7
[ "Apache-2.0" ]
null
null
null
package org.springframework.nativex.buildtools.factories.fixtures; import org.springframework.boot.autoconfigure.condition.ConditionalOnClass; @ConditionalOnClass(name = "org.example.MissingType") public class TestAutoConfigurationMissingType { }
31.125
75
0.855422
0785166ca2c4f5b93fc149c2cae90c4ed97c6be4
384
kt
Kotlin
app/src/main/java/com/huotu/android/mifang/mvp/contract/WalletContract.kt
hottech-jxd/mifang-shopman-android
d409993f3900a1ebef52bfd8ea2bbbd7799bce79
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/huotu/android/mifang/mvp/contract/WalletContract.kt
hottech-jxd/mifang-shopman-android
d409993f3900a1ebef52bfd8ea2bbbd7799bce79
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/huotu/android/mifang/mvp/contract/WalletContract.kt
hottech-jxd/mifang-shopman-android
d409993f3900a1ebef52bfd8ea2bbbd7799bce79
[ "Apache-2.0" ]
null
null
null
package com.huotu.android.mifang.mvp.contract import com.huotu.android.mifang.bean.* import com.huotu.android.mifang.mvp.IPresenter import com.huotu.android.mifang.mvp.IView interface WalletContract { interface Presenter: IPresenter { fun myWallet() } interface View: IView<Presenter> { f...
22.588235
64
0.736979
1ffe887bf9fb03bc6e906ba744cd3bc5a9c3811e
4,714
sql
SQL
Sales/Tables/CountryRegionCurrency.sql
jwmoore21/AW2008R2WithAuditCRUD
6ff88836d22ff3a1068b2e11d9dbba0605008d04
[ "MIT" ]
null
null
null
Sales/Tables/CountryRegionCurrency.sql
jwmoore21/AW2008R2WithAuditCRUD
6ff88836d22ff3a1068b2e11d9dbba0605008d04
[ "MIT" ]
null
null
null
Sales/Tables/CountryRegionCurrency.sql
jwmoore21/AW2008R2WithAuditCRUD
6ff88836d22ff3a1068b2e11d9dbba0605008d04
[ "MIT" ]
null
null
null
CREATE TABLE [Sales].[CountryRegionCurrency] ( [CountryRegionCode] NVARCHAR (3) NOT NULL, [CurrencyCode] NCHAR (3) NOT NULL, [RowStatus] TINYINT NOT NULL, [CreatedBy] UNIQUEIDENTIFIER NOT NULL, [ModifiedBy] UNIQUEIDENTIFIER NOT NULL, [CreatedDate] DATETIME NOT NULL, [Mo...
67.342857
355
0.772168
389c68e0fea86cc371de5c158b6b74c2c7e54e97
7,913
c
C
Dark soft/Carberp Botnet/source - absource/pro/all source/RemoteCtl/hvnc2/libs/libvncsrv/zrleoutstream.c
ExaByt3s/hack_scripts
cc801b36ea25f3b5a82d2900f53f5036e7abd8ad
[ "WTFPL" ]
3
2021-01-22T19:32:23.000Z
2022-01-03T01:06:44.000Z
Dark soft/Carberp Botnet/source - absource/pro/all source/RemoteCtl/hvnc2/libs/hvnc/libvncsrv/zrleoutstream.c
a04512/hack_scripts
cc801b36ea25f3b5a82d2900f53f5036e7abd8ad
[ "WTFPL" ]
null
null
null
Dark soft/Carberp Botnet/source - absource/pro/all source/RemoteCtl/hvnc2/libs/hvnc/libvncsrv/zrleoutstream.c
a04512/hack_scripts
cc801b36ea25f3b5a82d2900f53f5036e7abd8ad
[ "WTFPL" ]
1
2019-06-18T22:10:53.000Z
2019-06-18T22:10:53.000Z
/* * Copyright (C) 2002 RealVNC Ltd. All Rights Reserved. * Copyright (C) 2003 Sun Microsystems, Inc. * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or ...
26.643098
93
0.544168
fece7bb26f8036f3a04fe0fbceb95a59df707049
259
html
HTML
templates/responseform.html
dotakshit/file
a4f521f411ddc05644be7bfc674b7b7732024363
[ "CC0-1.0" ]
null
null
null
templates/responseform.html
dotakshit/file
a4f521f411ddc05644be7bfc674b7b7732024363
[ "CC0-1.0" ]
7
2020-02-12T00:23:53.000Z
2022-02-10T08:12:31.000Z
templates/responseform.html
dotakshit/file
a4f521f411ddc05644be7bfc674b7b7732024363
[ "CC0-1.0" ]
null
null
null
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Django Forms Tutorial</title> </head> <body> <h2>Django Forms Tutorial</h2> <form> {% csrf_token %} {{form}} <input type="submit" value="Submit" /> </form> </body> </html>
15.235294
40
0.602317
85b1594b9489253766e1d7650e9dff7b4404ce61
2,995
swift
Swift
Riot/Modules/Common/Recents/DataSources/RecentsDataSourceSections.swift
elsiehupp/element-ios
faea2de85b9e61717acbf5d997812f3ca627ac24
[ "Apache-2.0" ]
644
2016-12-03T23:53:19.000Z
2020-08-01T20:45:42.000Z
Riot/Modules/Common/Recents/DataSources/RecentsDataSourceSections.swift
elsiehupp/element-ios
faea2de85b9e61717acbf5d997812f3ca627ac24
[ "Apache-2.0" ]
1,755
2016-12-02T13:17:36.000Z
2020-08-03T12:17:32.000Z
Riot/Modules/Common/Recents/DataSources/RecentsDataSourceSections.swift
elsiehupp/element-ios
faea2de85b9e61717acbf5d997812f3ca627ac24
[ "Apache-2.0" ]
253
2016-12-02T08:11:14.000Z
2020-08-01T00:55:05.000Z
// // Copyright 2022 New Vector 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 ...
34.825581
104
0.656093
febe053323eedf0a7364ffbf8879accf26498f67
1,260
sql
SQL
src/main/resources/schema-h2.sql
pivotal-tokyo/spring-security-authentication-example
9e2bb65f6677df0acd711ef0ad6943ab659faf7e
[ "BSD-2-Clause" ]
null
null
null
src/main/resources/schema-h2.sql
pivotal-tokyo/spring-security-authentication-example
9e2bb65f6677df0acd711ef0ad6943ab659faf7e
[ "BSD-2-Clause" ]
null
null
null
src/main/resources/schema-h2.sql
pivotal-tokyo/spring-security-authentication-example
9e2bb65f6677df0acd711ef0ad6943ab659faf7e
[ "BSD-2-Clause" ]
1
2019-06-14T11:51:52.000Z
2019-06-14T11:51:52.000Z
create table users(username varchar(50) not null primary key,password varchar(500) not null,enabled boolean not null); create table authorities (username varchar(50) not null,authority varchar(50) not null,constraint fk_authorities_users foreign key(username) references users(username)); create unique index ix_auth_use...
42
169
0.818254
421f9fa218067a1bebba58156ad0c5edfabf32d9
998
kt
Kotlin
compiler-plugin/src/main/kotlin/backend/utils.kt
Him188/kotlin-dynamic-delegation
f8063b33970a2b703749a23f9ba2db1ad24b26a5
[ "Apache-2.0" ]
11
2021-12-02T02:37:33.000Z
2022-01-26T00:33:32.000Z
compiler-plugin/src/main/kotlin/backend/utils.kt
Him188/kotlin-dynamic-delegation
f8063b33970a2b703749a23f9ba2db1ad24b26a5
[ "Apache-2.0" ]
null
null
null
compiler-plugin/src/main/kotlin/backend/utils.kt
Him188/kotlin-dynamic-delegation
f8063b33970a2b703749a23f9ba2db1ad24b26a5
[ "Apache-2.0" ]
null
null
null
package me.him188.kotlin.dynamic.delegation.compiler.backend import org.jetbrains.kotlin.backend.common.extensions.IrPluginContext import org.jetbrains.kotlin.backend.common.lower.DeclarationIrBuilder import org.jetbrains.kotlin.ir.UNDEFINED_OFFSET import org.jetbrains.kotlin.ir.builders.IrBuilderWithScope import org....
41.583333
104
0.826653
67a0e798aec719af63ca2eafa19a4b11d0a96132
2,232
swift
Swift
TelnyxWebRTCDemo/Extensions/UserDefaultExtension.swift
team-telnyx/telnyx-webrtc-ios
aba27c6e85efc802111483f7790db12ee11b9e44
[ "MIT" ]
7
2021-07-07T20:40:29.000Z
2021-09-09T11:01:51.000Z
TelnyxWebRTCDemo/Extensions/UserDefaultExtension.swift
team-telnyx/telnyx-webrtc-ios
aba27c6e85efc802111483f7790db12ee11b9e44
[ "MIT" ]
3
2021-05-12T20:34:20.000Z
2021-11-10T11:08:54.000Z
TelnyxWebRTCDemo/Extensions/UserDefaultExtension.swift
team-telnyx/telnyx-webrtc-ios
aba27c6e85efc802111483f7790db12ee11b9e44
[ "MIT" ]
2
2021-08-14T05:50:02.000Z
2021-09-09T11:01:52.000Z
// // UserDefaultExtension.swift // TelnyxWebRTCDemo // // Created by Guillermo Battistel on 18/05/2021. // import Foundation import TelnyxRTC fileprivate let PUSH_DEVICE_TOKEN = "" fileprivate let SIP_USER = "SIP_USER" fileprivate let SIP_USER_PASSWORD = "SIP_USER_PASSWORD" fileprivate let CALL_DESTINATION = "CA...
31.43662
114
0.704749
2671d89042562c4f505f433bfc3f78681e8a6e83
1,893
java
Java
build-monitor-acceptance/src/main/java/net/serenitybdd/integration/jenkins/environment/rules/InstallPluginsFromUpdateCenter.java
MailOnline/jenkins-build-monitor-plugin
063019d2fea0b7508d72b3370fcf124dcc5d6e94
[ "MIT" ]
null
null
null
build-monitor-acceptance/src/main/java/net/serenitybdd/integration/jenkins/environment/rules/InstallPluginsFromUpdateCenter.java
MailOnline/jenkins-build-monitor-plugin
063019d2fea0b7508d72b3370fcf124dcc5d6e94
[ "MIT" ]
null
null
null
build-monitor-acceptance/src/main/java/net/serenitybdd/integration/jenkins/environment/rules/InstallPluginsFromUpdateCenter.java
MailOnline/jenkins-build-monitor-plugin
063019d2fea0b7508d72b3370fcf124dcc5d6e94
[ "MIT" ]
1
2021-03-16T08:23:56.000Z
2021-03-16T08:23:56.000Z
package net.serenitybdd.integration.jenkins.environment.rules; import com.google.common.base.Charsets; import net.serenitybdd.integration.jenkins.JenkinsInstance; import net.serenitybdd.integration.jenkins.environment.UpdateCenter; import org.junit.rules.TestRule; import org.junit.rules.TestWatcher; import org.junit.r...
33.803571
116
0.717908
2a67fd391427b796049e9f7c5d7cb7800e69324f
157
java
Java
src/main/java/com/stylefeng/guns/modular/manage/dao/Wq_stockDao.java
ningxiaojiang/guns-wq
468d088d3a51b7725361cecbc1d1f21e6401d8ce
[ "Apache-2.0" ]
null
null
null
src/main/java/com/stylefeng/guns/modular/manage/dao/Wq_stockDao.java
ningxiaojiang/guns-wq
468d088d3a51b7725361cecbc1d1f21e6401d8ce
[ "Apache-2.0" ]
null
null
null
src/main/java/com/stylefeng/guns/modular/manage/dao/Wq_stockDao.java
ningxiaojiang/guns-wq
468d088d3a51b7725361cecbc1d1f21e6401d8ce
[ "Apache-2.0" ]
null
null
null
package com.stylefeng.guns.modular.manage.dao; /** * 库存管理Dao * * @author fengshuonan * @Date 2018-01-30 08:58:35 */ public interface Wq_stockDao { }
12.076923
46
0.681529
72273a95cc7a8333cc02e830b24957f9fb7b470f
6,760
swift
Swift
pocket.gg/pocket.gg/Controller/VideoGamesVC.swift
gcsiu/pocket.gg
78ead139c16c572529a5f2d1d1482236c5592c39
[ "MIT" ]
null
null
null
pocket.gg/pocket.gg/Controller/VideoGamesVC.swift
gcsiu/pocket.gg
78ead139c16c572529a5f2d1d1482236c5592c39
[ "MIT" ]
null
null
null
pocket.gg/pocket.gg/Controller/VideoGamesVC.swift
gcsiu/pocket.gg
78ead139c16c572529a5f2d1d1482236c5592c39
[ "MIT" ]
null
null
null
// // VideoGamesVC.swift // pocket.gg // // Created by Gabriel Siu on 2022-01-30. // Copyright © 2022 Gabriel Siu. All rights reserved. // import UIKit import MessageUI final class VideoGamesVC: UITableViewController { let searchController: UISearchController var videoGames = [VideoGame]() v...
38.850575
153
0.653846
5592c9c1fa83f7e67754cecc9c0e059c1f982dff
1,880
html
HTML
public/partials/create-activity.html
spierala/groupay-angularjs
9c84b54e1d896cf67eb5d9b2308acc3749fd2b0d
[ "MIT" ]
null
null
null
public/partials/create-activity.html
spierala/groupay-angularjs
9c84b54e1d896cf67eb5d9b2308acc3749fd2b0d
[ "MIT" ]
null
null
null
public/partials/create-activity.html
spierala/groupay-angularjs
9c84b54e1d896cf67eb5d9b2308acc3749fd2b0d
[ "MIT" ]
null
null
null
<div class="page-header"> <h1>Welcome to Groupay</h1> </div> <p class="lead">'groupay' simplifies to manage the expenses of a group (e.g. during a holiday).</p> <p>Create a new activity to get started...</p> <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title">Create a n...
58.75
153
0.606915
77591679928f17e42e3610be8f1e2bb980456501
7,730
html
HTML
html/addCustomerDetail.html
tomargit/blockchain-car-rental
5e3a6929da0d087a4b6a17d75833fdc90b1b00c0
[ "MIT" ]
null
null
null
html/addCustomerDetail.html
tomargit/blockchain-car-rental
5e3a6929da0d087a4b6a17d75833fdc90b1b00c0
[ "MIT" ]
null
null
null
html/addCustomerDetail.html
tomargit/blockchain-car-rental
5e3a6929da0d087a4b6a17d75833fdc90b1b00c0
[ "MIT" ]
null
null
null
<!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"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <meta nam...
56.423358
273
0.525097
40357f693b71f1c592ef012fd0ff065b04aa357d
3,399
py
Python
tests/test_api/test_drone.py
OrderAndCh4oS/drone_squadron_api_prototype
4d7c22cebb03576986d443634b17910cb460a60f
[ "MIT" ]
1
2020-05-20T09:44:37.000Z
2020-05-20T09:44:37.000Z
tests/test_api/test_drone.py
sarcoma/drone_squadron_api_prototype
4d7c22cebb03576986d443634b17910cb460a60f
[ "MIT" ]
1
2021-06-01T22:30:10.000Z
2021-06-01T22:30:10.000Z
tests/test_api/test_drone.py
OrderAndCh4oS/drone_squadron_api_prototype
4d7c22cebb03576986d443634b17910cb460a60f
[ "MIT" ]
null
null
null
from sqlalchemy.engine import ResultProxy from drone_squadron.crud.drone_crud import DroneCrud from drone_squadron.crud.squadron_crud import SquadronCrud class TestDrone: def test_post(self, log_in, test_client): with SquadronCrud() as crud: result = crud.insert(name="Squad Test", user=1) #...
35.778947
80
0.60253
fcd550889b1f981b997202f4021d589cb53cffd8
39
css
CSS
bundles/uikit/Anchor.mod.css
TreZc0/donation-tracker
3a833a5eba3c0b7cedd8249b44b1435f526095ba
[ "Apache-2.0" ]
39
2016-01-04T04:13:27.000Z
2022-01-18T19:17:24.000Z
bundles/uikit/Anchor.mod.css
TreZc0/donation-tracker
3a833a5eba3c0b7cedd8249b44b1435f526095ba
[ "Apache-2.0" ]
140
2015-11-01T01:19:54.000Z
2022-03-10T13:00:33.000Z
bundles/uikit/Anchor.mod.css
TreZc0/donation-tracker
3a833a5eba3c0b7cedd8249b44b1435f526095ba
[ "Apache-2.0" ]
35
2016-01-20T12:42:21.000Z
2022-01-20T07:06:47.000Z
.anchor { color: var(--text-link); }
9.75
26
0.564103
dfc222a97635a44a9e206e51fbb870cb8c5a6b5d
226
ts
TypeScript
packages/editor/editor-core/src/plugins/mentions/styles.ts
HereSinceres/atlaskit-mk-2
be4cdd0b1f9566847c274d0d05b9549881e0ae4a
[ "Apache-2.0" ]
18
2019-09-25T18:00:05.000Z
2022-01-03T22:38:43.000Z
packages/editor/editor-core/src/plugins/mentions/styles.ts
HereSinceres/atlaskit-mk-2
be4cdd0b1f9566847c274d0d05b9549881e0ae4a
[ "Apache-2.0" ]
72
2019-05-07T10:17:13.000Z
2022-02-03T15:00:47.000Z
packages/editor/editor-core/src/plugins/mentions/styles.ts
HereSinceres/atlaskit-mk-2
be4cdd0b1f9566847c274d0d05b9549881e0ae4a
[ "Apache-2.0" ]
4
2019-12-12T02:43:15.000Z
2021-05-23T16:16:19.000Z
import { css } from 'styled-components'; import { akEditorMentionSelected } from '../../styles'; export const mentionsStyles = css` .ProseMirror-selectednode .ak-mention { background: ${akEditorMentionSelected}; } `;
25.111111
55
0.712389
76aedbe317d87a0f81f6f5311ff2244d9834e9f3
1,852
kt
Kotlin
KotlinMail/ordercenter/src/main/java/cn/xwj/order/data/repository/ShipAddressRepository.kt
xiaowujiang/AndroidProjectStudio
2796496ebb7d279ad0f405102c107db9085545e7
[ "Apache-2.0" ]
null
null
null
KotlinMail/ordercenter/src/main/java/cn/xwj/order/data/repository/ShipAddressRepository.kt
xiaowujiang/AndroidProjectStudio
2796496ebb7d279ad0f405102c107db9085545e7
[ "Apache-2.0" ]
null
null
null
KotlinMail/ordercenter/src/main/java/cn/xwj/order/data/repository/ShipAddressRepository.kt
xiaowujiang/AndroidProjectStudio
2796496ebb7d279ad0f405102c107db9085545e7
[ "Apache-2.0" ]
null
null
null
package cn.xwj.order.data.repository import cn.xwj.baselibrary.data.net.RetrofitFactory import cn.xwj.baselibrary.ext.convert import cn.xwj.baselibrary.ext.convertBoolean import cn.xwj.order.data.api.ShipAddressApi import cn.xwj.order.data.protocol.AddShipAddressReq import cn.xwj.order.data.protocol.DeleteShipAddressR...
39.404255
93
0.713823
4a6dd5a6517e8cfd4585a5bb9600339ad0b05269
7,088
swift
Swift
CocoaHeads/13/eDSL.playground/Pages/Livecode.xcplaygroundpage/Contents.swift
trimmurrti/Talks
19d9ea4863267ed4aac633924c89a2ab8c6c2ae6
[ "BSD-3-Clause" ]
2
2018-10-22T12:20:10.000Z
2020-03-01T07:21:38.000Z
CocoaHeads/13/eDSL.playground/Pages/Livecode.xcplaygroundpage/Contents.swift
trimmurrti/Talks
19d9ea4863267ed4aac633924c89a2ab8c6c2ae6
[ "BSD-3-Clause" ]
null
null
null
CocoaHeads/13/eDSL.playground/Pages/Livecode.xcplaygroundpage/Contents.swift
trimmurrti/Talks
19d9ea4863267ed4aac633924c89a2ab8c6c2ae6
[ "BSD-3-Clause" ]
1
2018-01-23T12:26:59.000Z
2018-01-23T12:26:59.000Z
import Foundation // Uncle Bob level ugly bools func printMama() { print("mama") } func f(x: Int) -> Bool { if (x == 1) { printMama() return true } else { return false } } func scope(action: () -> ()) { action() } scope { func f(x: Int) -> Bool { if (x == 1...
19.105121
101
0.552765
cf93883fe1631fe98a9e55568edf706c30d8c332
445
css
CSS
public/css/mujeres.css
gongarvi/DAW2Reto2Final
d90d8f1408e8f1b304a59d069ff3ff538709a36f
[ "MIT" ]
null
null
null
public/css/mujeres.css
gongarvi/DAW2Reto2Final
d90d8f1408e8f1b304a59d069ff3ff538709a36f
[ "MIT" ]
null
null
null
public/css/mujeres.css
gongarvi/DAW2Reto2Final
d90d8f1408e8f1b304a59d069ff3ff538709a36f
[ "MIT" ]
null
null
null
body{ background-image: url("../image/fondo3.jpg"); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; color: white; font-family: Verdana, Geneva, Tahoma, sans-serif; } .cards{ width:14em; } .ir-arriba{ display:none; background-repeat:no-repeat; ...
18.541667
53
0.635955