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
b40338d912bedd5fff3e1b4d636e586d6b5bb437
601
dart
Dart
test/unit/latlong/sexagesimal_test.dart
DavBfr/dart-latlong
cb72fc8a85de0a4e6c2cd347e0e4a94cfed14edf
[ "Apache-2.0" ]
null
null
null
test/unit/latlong/sexagesimal_test.dart
DavBfr/dart-latlong
cb72fc8a85de0a4e6c2cd347e0e4a94cfed14edf
[ "Apache-2.0" ]
null
null
null
test/unit/latlong/sexagesimal_test.dart
DavBfr/dart-latlong
cb72fc8a85de0a4e6c2cd347e0e4a94cfed14edf
[ "Apache-2.0" ]
null
null
null
import 'package:latlong/latlong.dart'; import 'package:test/test.dart'; Future<void> main() async { group('Sexagesimal', () { setUp(() {}); test('> decimal2sexagesimal', () { final sexa1 = decimal2sexagesimal(51.519475); final sexa2 = decimal2sexagesimal(-19.37555556); final sexa3 = decima...
27.318182
73
0.585691
716ba4d358952188bba754876f02bc7bab4677c4
730
ts
TypeScript
scenes/src/app/scenes/grid-list/grid-list-scene.ts
gnucoop/docs.ajf.rocks
d36582c92a0e1b698d1b9ca03732118863b5fc99
[ "MIT" ]
868
2016-11-16T22:46:36.000Z
2022-03-19T15:54:00.000Z
scenes/src/app/scenes/grid-list/grid-list-scene.ts
gnucoop/docs.ajf.rocks
d36582c92a0e1b698d1b9ca03732118863b5fc99
[ "MIT" ]
614
2016-11-16T16:51:44.000Z
2022-03-22T17:45:09.000Z
scenes/src/app/scenes/grid-list/grid-list-scene.ts
gnucoop/docs.ajf.rocks
d36582c92a0e1b698d1b9ca03732118863b5fc99
[ "MIT" ]
517
2016-11-16T16:45:50.000Z
2022-03-21T06:31:42.000Z
import {CommonModule} from '@angular/common'; import {Component, NgModule, ViewEncapsulation} from '@angular/core'; import {MatGridListModule} from '@angular/material/grid-list'; @Component({ selector: 'app-grid-list-scene', templateUrl: './grid-list-scene.html', styleUrls: ['./grid-list-scene.scss'], encapsul...
24.333333
69
0.658904
f02925a066c59949b5a8b4cda912b76b76448958
499
js
JavaScript
app/js/components/ui/formDropdownOption.js
fossabot/Motwo
a4df56b59b15ec315b395ddac78bdf61bfe79d11
[ "MIT" ]
null
null
null
app/js/components/ui/formDropdownOption.js
fossabot/Motwo
a4df56b59b15ec315b395ddac78bdf61bfe79d11
[ "MIT" ]
1
2019-10-22T06:03:39.000Z
2019-10-22T06:03:39.000Z
app/js/components/ui/formDropdownOption.js
fossabot/Motwo
a4df56b59b15ec315b395ddac78bdf61bfe79d11
[ "MIT" ]
1
2019-10-22T06:00:29.000Z
2019-10-22T06:00:29.000Z
import React from 'react'; import radium from 'radium'; import theme from '../../utils/theme'; @theme @radium export default class FormDropdownOption extends React.Component { getStyle() { return { width: '100%', padding: '15px', marginBottom: '-1px', background: this.props.getThemeProp('formDropdownO...
17.206897
71
0.635271
c7d2af625d021a02f98075fff1dd19eea5e57941
1,496
py
Python
examples/plotting/file/slider.py
goncaloperes/bokeh
b857d2d17d7c19779bb0a7be2601d8238fb1d5e9
[ "BSD-3-Clause" ]
1
2021-10-30T00:32:00.000Z
2021-10-30T00:32:00.000Z
examples/plotting/file/slider.py
Deng-Fankang/bokeh
894731860c53b7c9ddd0057dee85cf064278dc0e
[ "BSD-3-Clause" ]
12
2020-08-26T20:19:29.000Z
2020-08-26T20:19:52.000Z
examples/plotting/file/slider.py
Deng-Fankang/bokeh
894731860c53b7c9ddd0057dee85cf064278dc0e
[ "BSD-3-Clause" ]
2
2021-01-12T18:22:24.000Z
2021-10-30T00:32:02.000Z
import numpy as np from bokeh.layouts import column, row from bokeh.models import CustomJS, Slider from bokeh.plotting import ColumnDataSource, figure, output_file, show x = np.linspace(0, 10, 500) y = np.sin(x) source = ColumnDataSource(data=dict(x=x, y=y)) plot = figure(y_range=(-10, 10), plot_width=400, plot_hei...
30.530612
121
0.682487
9060f5fe95a0d26d30ab32069ad53c4eb0170100
147
kt
Kotlin
app/src/main/java/com/odhiambopaul/movie/data/entity/Rating.kt
paulodhiambo/MovieApp
006a2bbe5fd1e128ca34c660d41fbab63b826013
[ "Unlicense" ]
4
2020-04-27T19:36:19.000Z
2021-09-19T07:35:16.000Z
app/src/main/java/com/odhiambopaul/movie/data/entity/Rating.kt
paulodhiambo/MovieApp
006a2bbe5fd1e128ca34c660d41fbab63b826013
[ "Unlicense" ]
1
2020-05-06T15:46:03.000Z
2020-05-06T15:46:46.000Z
app/src/main/java/com/odhiambopaul/movie/data/entity/Rating.kt
paulodhiambo/MovieApp
006a2bbe5fd1e128ca34c660d41fbab63b826013
[ "Unlicense" ]
4
2020-05-06T16:56:32.000Z
2022-02-09T03:38:30.000Z
package com.odhiambopaul.movie.data.entity data class Rating( val Source: String, // Internet Movie Database val Value: String // 6.5/10 )
24.5
50
0.721088
651245d2b7bd196161bc96e3a36e7b01a5a11759
1,047
swift
Swift
JLKit/Extensions/UIKit/UINavigationBar+JLExtension.swift
jangsy7883/JLKit_Swift
21743b52752f6efb7faa3890a615d54c7871690c
[ "MIT" ]
1
2018-09-05T04:31:13.000Z
2018-09-05T04:31:13.000Z
JLKit/Extensions/UIKit/UINavigationBar+JLExtension.swift
jangsy7883/JLKit_Swift
21743b52752f6efb7faa3890a615d54c7871690c
[ "MIT" ]
null
null
null
JLKit/Extensions/UIKit/UINavigationBar+JLExtension.swift
jangsy7883/JLKit_Swift
21743b52752f6efb7faa3890a615d54c7871690c
[ "MIT" ]
null
null
null
// // UINavigationBar+JLExtension.swift // JLKit_Swift // // Created by Jangsy on 2018. 7. 3.. // Copyright © 2018년 Dalkomm. All rights reserved. // #if os(iOS) import UIKit extension UINavigationBar { public var titleTintColor: UIColor? { set { var attributes: [NSAttributedString.Key: Any]...
26.846154
79
0.547278
9ae52ec3e2e73c0175a38945c9be9b1ff4b67c20
2,236
swift
Swift
Tumblr/General/Snippet/Optional+Snippet.swift
CepheusSun/TumblrClient
3cb6ce0ba6a0b75c6b340a769259df863e6e6722
[ "MIT" ]
null
null
null
Tumblr/General/Snippet/Optional+Snippet.swift
CepheusSun/TumblrClient
3cb6ce0ba6a0b75c6b340a769259df863e6e6722
[ "MIT" ]
null
null
null
Tumblr/General/Snippet/Optional+Snippet.swift
CepheusSun/TumblrClient
3cb6ce0ba6a0b75c6b340a769259df863e6e6722
[ "MIT" ]
null
null
null
// // Optional+Snippet.swift // Snippet // // Created by sunny on 2017/11/12. // Copyright © 2017年 CepheusSun. All rights reserved. // import Foundation public extension Optional { /// 强制要求这个 optional 不为空 /// /// 这个方法返回 optional 的值,或者在optional 为空的时候触发 error /// /// /// - Parameters: ...
21.5
75
0.484794
2da8d09401a9c22ac86ba5011480a2c183d1b0e4
711
html
HTML
useful-functions/index.html
herculeseduardo/my-javascript-utilities
9964abe4c4d3b227df291edd1063ed4caa1f573d
[ "MIT" ]
null
null
null
useful-functions/index.html
herculeseduardo/my-javascript-utilities
9964abe4c4d3b227df291edd1063ed4caa1f573d
[ "MIT" ]
null
null
null
useful-functions/index.html
herculeseduardo/my-javascript-utilities
9964abe4c4d3b227df291edd1063ed4caa1f573d
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>utilities</title> </head> <body> <p>It works!</p> <img id="img"/> <script src="https://code.jquer...
35.55
159
0.644163
661f1ca051d9bebe062a866613e128944a9bd438
1,788
css
CSS
public/src/styles/lazyload/ng-tags-input.css
comsysreu/creditos
03181f7491255378c2e2e0d3e58dfd2a8659d454
[ "MIT" ]
2
2019-02-27T04:43:08.000Z
2019-12-03T23:20:53.000Z
public/src/styles/lazyload/ng-tags-input.css
comsysreu/creditos
03181f7491255378c2e2e0d3e58dfd2a8659d454
[ "MIT" ]
null
null
null
public/src/styles/lazyload/ng-tags-input.css
comsysreu/creditos
03181f7491255378c2e2e0d3e58dfd2a8659d454
[ "MIT" ]
null
null
null
tags-input { display: block; } tags-input .host { position: relative; margin: 0; padding: 0; height: 100%; } tags-input .host:active { outline: none; } tags-input .tags { border: 1px solid #eeeeee; overflow: hidden; padding: 4px 5px; padding-top: 6px; } tags-input .tags .tag-list { list-style: non...
19.648352
55
0.666667
a14fb1468f17ce034186bf1ff9a3c918168802c6
1,724
kt
Kotlin
domain/src/main/kotlin/com/andremion/domain/UseCase.kt
khiemle/Theatre
98f329d3a6641a51b90eabd2921898eba603e920
[ "Apache-2.0" ]
636
2018-02-24T00:45:26.000Z
2022-03-28T05:59:08.000Z
domain/src/main/kotlin/com/andremion/domain/UseCase.kt
warrior2015/Theatre
9e80c132e0ead48e7c395a0203d40f3024da9da1
[ "Apache-2.0" ]
11
2018-02-25T11:03:51.000Z
2020-10-05T15:15:37.000Z
domain/src/main/kotlin/com/andremion/domain/UseCase.kt
warrior2015/Theatre
9e80c132e0ead48e7c395a0203d40f3024da9da1
[ "Apache-2.0" ]
111
2018-02-26T07:53:09.000Z
2022-03-28T04:21:08.000Z
/* * Copyright (c) 2018. André Mion * * 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...
42.04878
107
0.693155
cb32926de1d7fe6f34b6030cc13cfb2df79d81f9
4,215
h
C
dakota-6.3.0.Windows.x86/include/colin/BoostExtras.h
seakers/ExtUtils
b0186098063c39bd410d9decc2a765f24d631b25
[ "BSD-2-Clause" ]
null
null
null
dakota-6.3.0.Windows.x86/include/colin/BoostExtras.h
seakers/ExtUtils
b0186098063c39bd410d9decc2a765f24d631b25
[ "BSD-2-Clause" ]
null
null
null
dakota-6.3.0.Windows.x86/include/colin/BoostExtras.h
seakers/ExtUtils
b0186098063c39bd410d9decc2a765f24d631b25
[ "BSD-2-Clause" ]
1
2022-03-18T14:13:14.000Z
2022-03-18T14:13:14.000Z
/* _________________________________________________________________________ * * Acro: A Common Repository for Optimizers * Copyright (c) 2008 Sandia Corporation. * This software is distributed under the BSD License. * Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, * the U.S. Governm...
27.193548
77
0.63962
f85792ec0fb7168a4f99c7d699acdf43b265b753
1,150
kt
Kotlin
trikot-viewmodels-declarative/sample/common/src/commonMain/kotlin/com/mirego/sample/viewmodels/showcase/animation/types/AnimationTypeShowcaseViewModelImpl.kt
mirego/trikot
829b6498fc7efe24bf4173a4115821a68fbf78d4
[ "BSD-3-Clause" ]
30
2022-01-21T18:56:55.000Z
2022-02-25T19:46:53.000Z
trikot-viewmodels-declarative/sample/common/src/commonMain/kotlin/com/mirego/sample/viewmodels/showcase/animation/types/AnimationTypeShowcaseViewModelImpl.kt
mirego/trikot
829b6498fc7efe24bf4173a4115821a68fbf78d4
[ "BSD-3-Clause" ]
14
2022-01-21T17:27:04.000Z
2022-03-16T17:58:32.000Z
trikot-viewmodels-declarative/sample/common/src/commonMain/kotlin/com/mirego/sample/viewmodels/showcase/animation/types/AnimationTypeShowcaseViewModelImpl.kt
mirego/trikot
829b6498fc7efe24bf4173a4115821a68fbf78d4
[ "BSD-3-Clause" ]
null
null
null
package com.mirego.sample.viewmodels.showcase.animation.types import com.mirego.trikot.streams.cancellable.CancellableManager import com.mirego.trikot.viewmodels.declarative.components.factory.VMDComponents import com.mirego.trikot.viewmodels.declarative.viewmodel.VMDViewModelImpl import com.mirego.trikot.viewmodels.d...
50
189
0.817391
2a1bb566b20d87a3c47b6048e9af592b16d4dfcd
1,553
html
HTML
html/contact.html
selin-telli/kodluyoruzilkrepo
04a2a2b9fc938bbb097d2f52766b9fde727d6bcc
[ "MIT" ]
null
null
null
html/contact.html
selin-telli/kodluyoruzilkrepo
04a2a2b9fc938bbb097d2f52766b9fde727d6bcc
[ "MIT" ]
null
null
null
html/contact.html
selin-telli/kodluyoruzilkrepo
04a2a2b9fc938bbb097d2f52766b9fde727d6bcc
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html lang="tr"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Selin | İletişim</title> </head> <body> <header> <nav> <ul><br> <...
23.892308
118
0.518995
40cacd6693f342a725954c7506ec24b52b76a7e3
511
py
Python
HARMAN International Software Engineer 2019/dataDesignToStoreItems.py
sivolko/codeforce
4b00c4c012780036e56d2f0e79adb2f5db7559df
[ "MIT" ]
null
null
null
HARMAN International Software Engineer 2019/dataDesignToStoreItems.py
sivolko/codeforce
4b00c4c012780036e56d2f0e79adb2f5db7559df
[ "MIT" ]
null
null
null
HARMAN International Software Engineer 2019/dataDesignToStoreItems.py
sivolko/codeforce
4b00c4c012780036e56d2f0e79adb2f5db7559df
[ "MIT" ]
null
null
null
class DataStructure(object): def __init__(self): self.name2id = {} self.id2item = {} def add_item(self, item_name, item_id, item): self.name2id[item_name] = item_id self.id2item[item_id] = item def search_by_name(self, target_name): target_id = self.name2id[target_n...
28.388889
49
0.649706
f9f3020a78144659edc0b88e6f24b83684c8c9bd
587
go
Go
hackerrank/30-days-of-code/30-dictionaries-and-maps/main.go
kamilsk/algo
08b446760543844d62ecb98c98cd641203a60932
[ "MIT" ]
4
2019-07-26T21:29:09.000Z
2022-01-09T01:21:46.000Z
hackerrank/30-days-of-code/30-dictionaries-and-maps/main.go
kamilsk/algo
08b446760543844d62ecb98c98cd641203a60932
[ "MIT" ]
null
null
null
hackerrank/30-days-of-code/30-dictionaries-and-maps/main.go
kamilsk/algo
08b446760543844d62ecb98c98cd641203a60932
[ "MIT" ]
null
null
null
package main import ( "bufio" "fmt" "os" "strconv" "strings" ) func main() { scanner := bufio.NewScanner(os.Stdin) scanner.Split(bufio.ScanLines) _ = scanner.Scan() n, _ := strconv.Atoi(scanner.Text()) phonebook := make(map[string]string) for i := 0; i < n && scanner.Scan(); i++ { entry := strings.Split(...
18.34375
45
0.613288
d1f9950703ca156a53f40e6d40d074115ea5e3c1
102
rs
Rust
pac/rp2040/src/dma/ch1_al2_ctrl.rs
johnbatty/rp-microcontroller-rs
5a52df396ba56998d5f08888437160331bbe80e9
[ "MIT", "Apache-2.0", "BSD-3-Clause" ]
46
2021-01-22T23:56:22.000Z
2022-01-22T02:57:38.000Z
pac/rp2040/src/dma/ch1_al2_ctrl.rs
johnbatty/rp-microcontroller-rs
5a52df396ba56998d5f08888437160331bbe80e9
[ "MIT", "Apache-2.0", "BSD-3-Clause" ]
7
2021-01-28T16:28:12.000Z
2021-03-27T19:59:33.000Z
pac/rp2040/src/dma/ch1_al2_ctrl.rs
johnbatty/rp-microcontroller-rs
5a52df396ba56998d5f08888437160331bbe80e9
[ "MIT", "Apache-2.0", "BSD-3-Clause" ]
8
2021-01-25T20:11:46.000Z
2021-05-20T08:06:13.000Z
#[doc = "Reader of register CH1_AL2_CTRL"] pub type R = crate::R<u32, super::CH1_AL2_CTRL>; impl R {}
25.5
48
0.686275
baf7cae369dde85b62a3205c0cf63c1306f1ec12
1,400
swift
Swift
SimpleSearch/SearchDisplay/SearchDisplayInteractor.swift
SpaceYatri/SimpleSearch
b5b9f8fb9ed1ae3142d6fb709c0ea76b0e4cf138
[ "MIT" ]
null
null
null
SimpleSearch/SearchDisplay/SearchDisplayInteractor.swift
SpaceYatri/SimpleSearch
b5b9f8fb9ed1ae3142d6fb709c0ea76b0e4cf138
[ "MIT" ]
null
null
null
SimpleSearch/SearchDisplay/SearchDisplayInteractor.swift
SpaceYatri/SimpleSearch
b5b9f8fb9ed1ae3142d6fb709c0ea76b0e4cf138
[ "MIT" ]
null
null
null
// // SearchDisplayInteractor.swift // SimpleSearch // // Created by Sushant Tiwari on 16/09/18. // Copyright © 2018 Sushant Tiwari. All rights reserved. // import RIBs import RxSwift protocol SearchDisplayRouting: ViewableRouting { // TODO: Declare methods the interactor can invoke to manage sub-tree via the...
29.787234
147
0.735714
3305691c62826956ff8ed131b9e4f86523e06726
1,431
py
Python
repos/system_upgrade/common/models/selinux.py
sm00th/leapp-repository
1c171ec3a5f9260a3c6f84a9b15cad78a875ac61
[ "Apache-2.0" ]
null
null
null
repos/system_upgrade/common/models/selinux.py
sm00th/leapp-repository
1c171ec3a5f9260a3c6f84a9b15cad78a875ac61
[ "Apache-2.0" ]
1
2022-03-07T15:34:11.000Z
2022-03-07T15:35:15.000Z
repos/system_upgrade/common/models/selinux.py
sm00th/leapp-repository
1c171ec3a5f9260a3c6f84a9b15cad78a875ac61
[ "Apache-2.0" ]
null
null
null
from leapp.models import fields, Model from leapp.topics import SystemInfoTopic, TransactionTopic class SELinuxModule(Model): """SELinux module in cil including priority""" topic = SystemInfoTopic name = fields.String() priority = fields.Integer() content = fields.String() # lines removed due ...
31.108696
70
0.716981
c468c04338e1b0f719704e0674ce9abeddebf4cb
349
h
C
OCWeibo/Classes/Other/AppDelegate.h
maple1994/-OC-
399014781022c306bb3039dabf3a88dfc225f761
[ "MIT" ]
null
null
null
OCWeibo/Classes/Other/AppDelegate.h
maple1994/-OC-
399014781022c306bb3039dabf3a88dfc225f761
[ "MIT" ]
null
null
null
OCWeibo/Classes/Other/AppDelegate.h
maple1994/-OC-
399014781022c306bb3039dabf3a88dfc225f761
[ "MIT" ]
null
null
null
// // AppDelegate.h // OCWeibo // // Created by Maple on 16/7/18. // Copyright © 2016年 Maple. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; /** * 更换根控制器 */ + (void)changeRootViewController: (UIViewCo...
16.619048
65
0.702006
fee472ff01c7ce975f1ae20f666ea537405518d7
9,719
html
HTML
lists.whatwg.org/pipermail/commit-watchers-whatwg.org/2011/012665.html
zcorpan/whatwg.org
3374e69f013e5939abc5f3fffaae50bb6eaf0bd3
[ "CC-BY-4.0" ]
1
2022-02-14T23:44:51.000Z
2022-02-14T23:44:51.000Z
lists.whatwg.org/pipermail/commit-watchers-whatwg.org/2011/012665.html
Seanpm2001-Google/whatwg.org
33ad837c0dc53b68865f4a35ccdc1c68dc07fce6
[ "BSD-3-Clause" ]
1
2021-01-31T11:51:12.000Z
2021-01-31T11:51:12.000Z
lists.whatwg.org/pipermail/commit-watchers-whatwg.org/2011/012665.html
Seanpm2001-Google/whatwg.org
33ad837c0dc53b68865f4a35ccdc1c68dc07fce6
[ "BSD-3-Clause" ]
null
null
null
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE> [html5] r5798 - [e] (0) Remove the text that was trying to handwave the Link: header's non-exist [...] </TITLE> <LINK REL="Index" HREF="index.html" > <LINK REL="made" HREF="mailto:commit-watchers%40lists.whatwg.org?Subjec...
60.36646
608
0.65871
907a3264a7bc1ba8741d015072be38a5d091db2e
838
py
Python
src/agent/baselines/random_agent.py
aliciafmachado/LfD
44a19397a87a31783a7d82bd8958e3b61ff34de1
[ "MIT" ]
null
null
null
src/agent/baselines/random_agent.py
aliciafmachado/LfD
44a19397a87a31783a7d82bd8958e3b61ff34de1
[ "MIT" ]
null
null
null
src/agent/baselines/random_agent.py
aliciafmachado/LfD
44a19397a87a31783a7d82bd8958e3b61ff34de1
[ "MIT" ]
null
null
null
""" Random Agent. """ import torch import torch.nn as nn from torch.nn.functional import one_hot class RandomAgent(nn.Module): def __init__(self, action_space='discrete', n_actions=2, action_range=(-1, 1)): super(RandomAgent, self).__init__() self.action_space = action_space self.n_action...
31.037037
128
0.650358
5fa175d139de20b440112f3b79627168b427406e
1,153
c
C
libft/ft_strcmp.c
gguarnay/42
de524031196771ba89af172485af896e37dd13f5
[ "Unlicense" ]
1
2019-03-03T05:13:05.000Z
2019-03-03T05:13:05.000Z
libft/ft_strcmp.c
gguarnay/42
de524031196771ba89af172485af896e37dd13f5
[ "Unlicense" ]
null
null
null
libft/ft_strcmp.c
gguarnay/42
de524031196771ba89af172485af896e37dd13f5
[ "Unlicense" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcmp.c :+: :+: :+: ...
41.178571
80
0.209887
21e7191ad855e0fa7b2f729b6fbe21eb4e63ed01
15,678
html
HTML
docs/feature_8h_source.html
aeroith/RaspiKinect
fc58845914932595f9a7517dc9eec4a436bcd1b8
[ "Apache-2.0" ]
4
2017-01-08T23:27:32.000Z
2022-03-21T06:39:39.000Z
docs/feature_8h_source.html
aeroith/RaspiKinect
fc58845914932595f9a7517dc9eec4a436bcd1b8
[ "Apache-2.0" ]
null
null
null
docs/feature_8h_source.html
aeroith/RaspiKinect
fc58845914932595f9a7517dc9eec4a436bcd1b8
[ "Apache-2.0" ]
null
null
null
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
145.166667
8,706
0.68644
9093b4e2566f7f724c3a08fcaeb8afeb99071827
4,683
py
Python
server/data/city_timezones.py
MikeSmvl/travelingstrategy
3d38c64f00bafdf2ca1079d14f9b618bce8307b0
[ "MIT" ]
null
null
null
server/data/city_timezones.py
MikeSmvl/travelingstrategy
3d38c64f00bafdf2ca1079d14f9b618bce8307b0
[ "MIT" ]
2
2021-05-08T23:09:17.000Z
2021-09-02T11:27:08.000Z
server/data/city_timezones.py
MikeSmvl/travelingstrategy
3d38c64f00bafdf2ca1079d14f9b618bce8307b0
[ "MIT" ]
2
2020-10-14T01:18:32.000Z
2020-11-09T16:54:16.000Z
import json import datetime import pytz import math from bs4 import BeautifulSoup from helper_class.chrome_driver import create_driver, quit_driver import urllib.request, json,urllib.parse import contextlib import traceback from lib.database import Database from helper_class.flags import Flags from helper_class.logger ...
41.078947
154
0.62887
2cfb561b9f5f40efe017226ca7c69db9683cf9e3
864
swift
Swift
SSUIKit/Classes/Extensions/Application.swift
wudi890520/SSUIKit
75d7e477ef759e44956e84668a37e94da82e3fa3
[ "MIT" ]
null
null
null
SSUIKit/Classes/Extensions/Application.swift
wudi890520/SSUIKit
75d7e477ef759e44956e84668a37e94da82e3fa3
[ "MIT" ]
null
null
null
SSUIKit/Classes/Extensions/Application.swift
wudi890520/SSUIKit
75d7e477ef759e44956e84668a37e94da82e3fa3
[ "MIT" ]
null
null
null
// // Application.swift // DeviceKit // // Created by 吴頔 on 2019/12/10. // import UIKit import QMUIKit public extension UIApplication { static var rootViewController: UIViewController? { return UIApplication.shared.keyWindow?.rootViewController } static var visiableController: UIV...
23.351351
86
0.662037
f04e7a8d807e4aa0e6268af965d1071f5bb8dc1f
687
js
JavaScript
node_modules/@react-icons/all-files/si/SiGatsby.esm.js
syazwanirahimin/dotcom
162acf4500655ec965d27bd1e45ef0415963d346
[ "MIT" ]
null
null
null
node_modules/@react-icons/all-files/si/SiGatsby.esm.js
syazwanirahimin/dotcom
162acf4500655ec965d27bd1e45ef0415963d346
[ "MIT" ]
null
null
null
node_modules/@react-icons/all-files/si/SiGatsby.esm.js
syazwanirahimin/dotcom
162acf4500655ec965d27bd1e45ef0415963d346
[ "MIT" ]
null
null
null
// THIS FILE IS AUTO GENERATED import { GenIcon } from '../lib'; export function SiGatsby (props) { return GenIcon({"tag":"svg","attr":{"role":"img","viewBox":"0 0 24 24"},"child":[{"tag":"title","attr":{},"child":[]},{"tag":"path","attr":{"d":"M12.001.007C5.326.007.007 5.326.007 12S5.326 23.995 12 23.995s11.994-5.31...
114.5
583
0.657933
f426826fecace9f8c0dcc93eef07c46bb53339b5
810
swift
Swift
COVID-19/Models/Statistic.swift
miladgolchinpour/Covid-19
6efdd5137473a9b98313c4d33ebeb32dcfb8950d
[ "MIT" ]
1
2021-08-08T18:28:57.000Z
2021-08-08T18:28:57.000Z
COVID-19/Models/Statistic.swift
miladgolchinpour/Covid-19
6efdd5137473a9b98313c4d33ebeb32dcfb8950d
[ "MIT" ]
null
null
null
COVID-19/Models/Statistic.swift
miladgolchinpour/Covid-19
6efdd5137473a9b98313c4d33ebeb32dcfb8950d
[ "MIT" ]
null
null
null
// // Statistic.swift // Statistic // // Created by Milad Golchinpour on 8/8/21. // Copyright © 2021 Milad Golchinpour. All rights reserved. // import Foundation import SwiftUI /// Stat type included confirmed, deaths, recovered enum StatType: String, CaseIterable { // Raw values are label texts of stat type ...
23.142857
60
0.680247
adf430aa6735508a2a7c38a958b904b6d273c59a
17
rs
Rust
drivers/fb/src/fonts.rs
ardaku/novusk
e78975960f1c8c1ab10ffe19d065573ea237fb36
[ "MIT" ]
6
2021-05-31T07:36:52.000Z
2022-01-13T18:43:09.000Z
drivers/fb/src/fonts.rs
ardaku/novusk
e78975960f1c8c1ab10ffe19d065573ea237fb36
[ "MIT" ]
null
null
null
drivers/fb/src/fonts.rs
ardaku/novusk
e78975960f1c8c1ab10ffe19d065573ea237fb36
[ "MIT" ]
1
2021-11-11T13:20:36.000Z
2021-11-11T13:20:36.000Z
pub use font8x8;
8.5
16
0.764706
6b84309cc75e373162e021be99e4794f6a9a18b2
680
swift
Swift
LaserCatEyes/Classes/UpdateSubApp/UserDevice.swift
betalgo/LCE-iOS-SDK
98a53f2e977daef7fa9e07fab820135f6abe1c30
[ "BSD-3-Clause" ]
6
2020-11-25T00:12:25.000Z
2022-02-07T16:25:47.000Z
LaserCatEyes/Classes/UpdateSubApp/UserDevice.swift
betalgo/LCE-iOS-SDK
98a53f2e977daef7fa9e07fab820135f6abe1c30
[ "BSD-3-Clause" ]
null
null
null
LaserCatEyes/Classes/UpdateSubApp/UserDevice.swift
betalgo/LCE-iOS-SDK
98a53f2e977daef7fa9e07fab820135f6abe1c30
[ "BSD-3-Clause" ]
null
null
null
// This file was generated from JSON Schema using quicktype, do not modify it directly. // To parse the JSON, add this file to your project and do: // // let device = try? newJSONDecoder().decode(Device.self, from: jsonData) import Foundation // MARK: - Device class UserDevice: Codable { let name, userFriendlyN...
32.380952
108
0.702941
9eb0fa83409824914b1cfe9b3068eef87cf57b6e
1,257
kt
Kotlin
AndroidExpert/MovieApp/app/src/androidTest/java/com/algokelvin/moviecatalog/utils/DataDummy.kt
algokelvin-373/ProjectAppAndroid
5e92f01ab0dfded451463099cb4f0c9ed43db3d2
[ "Apache-2.0" ]
null
null
null
AndroidExpert/MovieApp/app/src/androidTest/java/com/algokelvin/moviecatalog/utils/DataDummy.kt
algokelvin-373/ProjectAppAndroid
5e92f01ab0dfded451463099cb4f0c9ed43db3d2
[ "Apache-2.0" ]
null
null
null
AndroidExpert/MovieApp/app/src/androidTest/java/com/algokelvin/moviecatalog/utils/DataDummy.kt
algokelvin-373/ProjectAppAndroid
5e92f01ab0dfded451463099cb4f0c9ed43db3d2
[ "Apache-2.0" ]
null
null
null
package com.algokelvin.moviecatalog.utils import com.algokelvin.moviecatalog.model.entity.SampleDataMovie import com.algokelvin.moviecatalog.model.entity.SampleDataTVShow fun dataMovie() : ArrayList<SampleDataMovie> { val arrayDataMovie = ArrayList<SampleDataMovie>() arrayDataMovie.add( SampleDataMovi...
33.078947
256
0.662689
9a4ba444fa92d17d4a6d65cf27cd610e5c25ffe0
2,205
swift
Swift
DrawingTogether/Drawing/SendMqttMessage.swift
hansung-lab/SeeSeeCallCall-iOS
9bc372b9cf16a61bf32549939fb1408e7799c3de
[ "Apache-2.0" ]
1
2021-01-18T02:10:06.000Z
2021-01-18T02:10:06.000Z
DrawingTogether/Drawing/SendMqttMessage.swift
hyeyeon0111/DrawingTogether_iOS
2425cd8a5183a6afd6692ffe9491a34c9fb35b43
[ "Apache-2.0" ]
null
null
null
DrawingTogether/Drawing/SendMqttMessage.swift
hyeyeon0111/DrawingTogether_iOS
2425cd8a5183a6afd6692ffe9491a34c9fb35b43
[ "Apache-2.0" ]
4
2021-01-18T02:08:55.000Z
2022-02-08T06:21:44.000Z
// // SendMqttMessage.swift // DrawingTogether // // Created by MJ B on 2020/07/17. // Copyright © 2020 hansung. All rights reserved. // import Foundation class SendMqttMessage: Thread { static let INSTANCE = SendMqttMessage() var client = MQTTClient.client var parser = JSONParser.parser var ...
27.5625
130
0.51746
18e82fbb3dc73ad8fa4e0fb840ffd8162cc53785
65
rb
Ruby
lib/guard/haml/version.rb
cqpx/guard-haml
100dbaa3e08c4f6bc6e58a2dd614f286d07824c5
[ "MIT" ]
6
2015-01-16T06:09:53.000Z
2018-07-27T14:57:39.000Z
lib/guard/haml/version.rb
rubyjedi/guard-haml2erb
d8ddeace08c912f008aaa36633778ddc529e6da8
[ "MIT" ]
3
2015-02-10T06:40:01.000Z
2016-09-09T15:39:57.000Z
lib/guard/haml/version.rb
rubyjedi/guard-haml2erb
d8ddeace08c912f008aaa36633778ddc529e6da8
[ "MIT" ]
6
2015-02-06T04:46:36.000Z
2020-12-07T10:34:30.000Z
module Guard class HamlVersion VERSION = '1.1.2' end end
10.833333
21
0.661538
83f64487f01ba7e1d33f0155beefde99697de85c
587
go
Go
golang/src/mypkg/work/race_conditions.go
thamada/goHolo
052bce5ad9a9bc990537eb3474b344dae4e000ec
[ "MIT" ]
null
null
null
golang/src/mypkg/work/race_conditions.go
thamada/goHolo
052bce5ad9a9bc990537eb3474b344dae4e000ec
[ "MIT" ]
null
null
null
golang/src/mypkg/work/race_conditions.go
thamada/goHolo
052bce5ad9a9bc990537eb3474b344dae4e000ec
[ "MIT" ]
null
null
null
//Time-stamp: <2017-01-29 02:20:04 hamada> package work import ( "fmt" "time" ) func Race_conditions() { ni := 100 for i := 0; i < ni; i++ { // calc() is a closure which has 'i' on the shared memory. calc := func(id int) { ii := i // i is on shared memory time.Sleep(100 * time.Nanosecond) var s = f...
16.771429
60
0.560477
c24fadf2891cc64a181991b53ab9930a72701e19
627
go
Go
connect/get_info.go
Dancheg97/TradeSet
04c9734d52d76d7d236f48976b7d3ded1958426e
[ "MIT" ]
1
2022-03-05T11:59:47.000Z
2022-03-05T11:59:47.000Z
connect/get_info.go
Dancheg97/TradeSet
04c9734d52d76d7d236f48976b7d3ded1958426e
[ "MIT" ]
null
null
null
connect/get_info.go
Dancheg97/TradeSet
04c9734d52d76d7d236f48976b7d3ded1958426e
[ "MIT" ]
null
null
null
package connect import ( "encoding/json" "net/http" "tradebits/mongoer" ) type InfoResponse struct { Name string `json:"name"` Mkey string `json:"mkey"` } func saveInformation(adress string, mongo mongoer.IMongoer) error { response, err := http.Get("http://" + adress + "/info/market") if err != nil { return...
17.416667
67
0.652313
ffffaf47a0daf14e7b541f5aa9ee57457b3c5e58
5,633
html
HTML
app/admin/view/admin_dictionary/edit.html
li304665450/myApp
0ef9bbf8e486ee5aab470782104ff1f0c6aaf14d
[ "Apache-2.0" ]
null
null
null
app/admin/view/admin_dictionary/edit.html
li304665450/myApp
0ef9bbf8e486ee5aab470782104ff1f0c6aaf14d
[ "Apache-2.0" ]
null
null
null
app/admin/view/admin_dictionary/edit.html
li304665450/myApp
0ef9bbf8e486ee5aab470782104ff1f0c6aaf14d
[ "Apache-2.0" ]
null
null
null
<!--_meta页面公共开头--> {include file="public/_meta" /} <link href="__STATIC__/lib/webuploader/0.1.5/webuploader.css" rel="stylesheet" type="text/css" /> <link href="__STATIC__/admin/uploadify/uploadify.css" rel="stylesheet" type="text/css" /> <div class="page-container"> <form class="form form-horizontal" id="form-news-...
36.577922
124
0.552104
a9bed919a54cb8d639ff590f22ff55e7652b35e5
2,743
htm
HTML
_data/Vol01_Ch0001-0042F/HRS0006K/HRS_0006K-.htm
bronsonavila/hrsscraper
ecbb1048ab284af361fae78adb481eff554b067a
[ "MIT" ]
1
2019-02-22T10:35:29.000Z
2019-02-22T10:35:29.000Z
_data/Vol01_Ch0001-0042F/HRS0006K/HRS_0006K-.htm
bronsonavila/hrsscraper
ecbb1048ab284af361fae78adb481eff554b067a
[ "MIT" ]
null
null
null
_data/Vol01_Ch0001-0042F/HRS0006K/HRS_0006K-.htm
bronsonavila/hrsscraper
ecbb1048ab284af361fae78adb481eff554b067a
[ "MIT" ]
null
null
null
<div class="WordSection1"> <p align="center" class="RegularParagraphs" style="text-align:center"><b>CHAPTER 6K</b></p> <p align="center" class="RegularParagraphs" style="text-align:center"><b>KAHO</b>‘<b>OLAWE ISLAND RESERVE</b></p> <p class="RegularParagraphs"></p> <p class="RegularParagraphs">Section</p> <p class="Re...
76.194444
326
0.751003
7afd80ecb9f77bb6fc98052a04bc288180586799
4,693
dart
Dart
lib/view/account_page.dart
ssssky/costly
99aebda2cbc129566a535786c808e3fcca3c5d30
[ "BSD-3-Clause" ]
null
null
null
lib/view/account_page.dart
ssssky/costly
99aebda2cbc129566a535786c808e3fcca3c5d30
[ "BSD-3-Clause" ]
null
null
null
lib/view/account_page.dart
ssssky/costly
99aebda2cbc129566a535786c808e3fcca3c5d30
[ "BSD-3-Clause" ]
null
null
null
import 'package:costly/base/base_stateful_widget.dart'; import 'package:flutter/material.dart'; class AccountPage extends BaseStatefulWidget { @override IconData get iconData => Icons.account_balance; @override String get title => '资产'; @override State<StatefulWidget> createState() { return _AccountP...
32.143836
91
0.402941
27acb9142887641e5826c735331ff225b4da4ce6
629
css
CSS
main.css
Thomasbernard78/Projet-1
a7cf65229b251e87f04ec9e34d27817463a316eb
[ "MIT" ]
null
null
null
main.css
Thomasbernard78/Projet-1
a7cf65229b251e87f04ec9e34d27817463a316eb
[ "MIT" ]
null
null
null
main.css
Thomasbernard78/Projet-1
a7cf65229b251e87f04ec9e34d27817463a316eb
[ "MIT" ]
null
null
null
.titre { font-family: verdana; font-size: 25px; text-align: center; background-color: blue; color: white; } .texte { font-family: verdana; font-size: 20px; text-align: center; } .titre2 { font-weight: bolder; font-size: 30px; text-align: center; } .texte2 { font-size: 20px; text-...
15.725
42
0.605723
74097af522e255863313ca8c876ec5bdfc0fda15
6,153
rs
Rust
cdrs-tokio/src/query/utils.rs
wagenet/cdrs-tokio
ea60a3bb78bb2420fc279d612e67f40fe4469827
[ "Apache-2.0", "MIT" ]
null
null
null
cdrs-tokio/src/query/utils.rs
wagenet/cdrs-tokio
ea60a3bb78bb2420fc279d612e67f40fe4469827
[ "Apache-2.0", "MIT" ]
null
null
null
cdrs-tokio/src/query/utils.rs
wagenet/cdrs-tokio
ea60a3bb78bb2420fc279d612e67f40fe4469827
[ "Apache-2.0", "MIT" ]
null
null
null
use crate::cluster::{GetCompressor, GetConnection, GetRetryPolicy, ResponseCache}; use crate::error; use crate::error::Error; use crate::frame::frame_response::ResponseBody; use crate::frame::frame_result::ResultKind; use crate::frame::parser::parse_raw_frame; use crate::frame::{Flag, Frame, FromBytes, Opcode, StreamId...
34.960227
94
0.462214
78198d2920267c90f7df254fb18604f20f5f51d4
346
dart
Dart
example/simple.dart
0xff00ff/dartness
f65d1bd1c93c0e2a9b48dec859b907ea1f235bb1
[ "BSD-3-Clause" ]
8
2018-05-29T10:03:43.000Z
2019-11-09T19:13:08.000Z
example/simple.dart
0xff00ff/dartness
f65d1bd1c93c0e2a9b48dec859b907ea1f235bb1
[ "BSD-3-Clause" ]
4
2019-06-25T21:44:08.000Z
2020-10-23T09:56:30.000Z
example/simple.dart
0xff00ff/dartness
f65d1bd1c93c0e2a9b48dec859b907ea1f235bb1
[ "BSD-3-Clause" ]
1
2019-06-25T20:26:21.000Z
2019-06-25T20:26:21.000Z
import 'package:dartness/dartness.dart'; void main() { final app = new Dartness(); final router = new Router(); // add simple middleware that will catch all requests app.use((Context context) async { context.res.write('m1'); }); router.get('/', (Context ctx) async => ctx.res.write('r1')); app.use(ro...
21.625
62
0.644509
729792b6e23b39d5847ec9aa11ff01960e30c167
3,100
rs
Rust
kernel/src/syscall/fs.rs
hwangwy/rv-vrt
70c60150e7550ba3dae64535ba9880f9c73b9721
[ "Apache-2.0" ]
1
2021-10-18T11:59:37.000Z
2021-10-18T11:59:37.000Z
kernel/src/syscall/fs.rs
hwenyuu/rv-vrt
70c60150e7550ba3dae64535ba9880f9c73b9721
[ "Apache-2.0" ]
null
null
null
kernel/src/syscall/fs.rs
hwenyuu/rv-vrt
70c60150e7550ba3dae64535ba9880f9c73b9721
[ "Apache-2.0" ]
null
null
null
use alloc::vec::Vec; use crate::ipc::MessagePacket; use crate::mm::{UserBuffer, translated_byte_buffer, translated_str}; use crate::task::{PidHandle, current_task, current_user_token, find_task}; use crate::service::{REGISTRY, Service}; pub fn sys_write(fd: usize, buf: *const u8, len: usize) -> isize { let token ...
29.807692
88
0.61129
2f0dcc1f40f38e0f2526ecf0a023ba2150945c8e
6,116
php
PHP
resources/views/admin/car/edit.blade.php
meiyoufengzhengdexian/ouyazhulin
6457b2f46f1e846529c2776d85f936fea6a292a8
[ "Apache-2.0" ]
null
null
null
resources/views/admin/car/edit.blade.php
meiyoufengzhengdexian/ouyazhulin
6457b2f46f1e846529c2776d85f936fea6a292a8
[ "Apache-2.0" ]
null
null
null
resources/views/admin/car/edit.blade.php
meiyoufengzhengdexian/ouyazhulin
6457b2f46f1e846529c2776d85f936fea6a292a8
[ "Apache-2.0" ]
null
null
null
@extends('layout.admin') @section('right_col') <div class="right_col"> <div class="page-title"> <div class="title_left"> <h2>编辑Car</h2> </div> </div> <div class="clearfix"></div> <div class="row"> <div class="col-md-12 col-sm-12 co...
53.649123
148
0.355134
76d27a9f6e5abbe5f966fb44e86c8bef572f5aa7
521
h
C
src_blockchain/bc/BlockchainsConfig.h
alinous-core/codable-cash
32a86a152a146c592bcfd8cc712f4e8cb38ee1a0
[ "MIT" ]
1
2020-10-15T08:24:35.000Z
2020-10-15T08:24:35.000Z
src_blockchain/bc/BlockchainsConfig.h
Codablecash/codablecash
8816b69db69ff2f5da6cdb6af09b8fb21d3df1d9
[ "MIT" ]
null
null
null
src_blockchain/bc/BlockchainsConfig.h
Codablecash/codablecash
8816b69db69ff2f5da6cdb6af09b8fb21d3df1d9
[ "MIT" ]
null
null
null
/* * BlockchainsConfig.h * * Created on: 2019/01/01 * Author: iizuka */ #ifndef BC_BLOCKCHAINSCONFIG_H_ #define BC_BLOCKCHAINSCONFIG_H_ namespace alinous { class File; } namespace codablecash { using namespace alinous; /** * load config from file */ class BlockchainsConfig { public: BlockchainsConfig(...
14.472222
50
0.725528
d297b3433caa604e0705ecb7c0fc033866da0a5c
554
php
PHP
public/pages/home.php
thalysonrodrigues/php-pqe-php
ee95d4b0cc51637e3c39e9c0b0b7e8bbb1d157cf
[ "MIT" ]
null
null
null
public/pages/home.php
thalysonrodrigues/php-pqe-php
ee95d4b0cc51637e3c39e9c0b0b7e8bbb1d157cf
[ "MIT" ]
null
null
null
public/pages/home.php
thalysonrodrigues/php-pqe-php
ee95d4b0cc51637e3c39e9c0b0b7e8bbb1d157cf
[ "MIT" ]
null
null
null
<nav class="navbar navbar-default"> <div class="container"> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li><a href="?page=cadastrar">Cadastrar</a></li> <li><a h...
32.588235
76
0.592058
6724784693742495922709316ceeb427eac6432d
17,875
asm
Assembly
roms/ppu/bkg/bkg.asm
flga/vnes
fe8b504e5b780ff51add570d1bcc400d48248077
[ "Unlicense" ]
1
2019-02-28T12:11:33.000Z
2019-02-28T12:11:33.000Z
roms/ppu/bkg/bkg.asm
flga/vnes
fe8b504e5b780ff51add570d1bcc400d48248077
[ "Unlicense" ]
null
null
null
roms/ppu/bkg/bkg.asm
flga/vnes
fe8b504e5b780ff51add570d1bcc400d48248077
[ "Unlicense" ]
null
null
null
; A graphics test (first) ; This to be assembled using the NES Assembler. ; Copyright (C) 2003 Justin Patrick "Beneficii" Butler .inesprg 1 ; Only 16kb PRG-ROM needed. .ineschr 1 ; Only 8kb CHR-ROM needed. .inesmir 0 ; No (though set to horizontal) mirroring needed. .inesmap...
35.536779
118
0.583664
5d6c53afbe916ba563ef914433d51f02ddf5bbf0
1,251
kt
Kotlin
code/src/test/kotlin/utilTests/BufferedLaabTests.kt
C0DK/P3-HCL
b6adbc46cc7347aacd45dce5fddffd6fee2d37ac
[ "Apache-2.0" ]
5
2018-02-08T12:34:50.000Z
2021-09-09T11:33:53.000Z
src/test/kotlin/utilTests/BufferedLaabTests.kt
technight/HCL
6dcfdf58765a488b1512b61c89420121cc66d2a7
[ "Apache-2.0" ]
10
2018-02-17T14:30:17.000Z
2018-05-13T17:37:09.000Z
src/test/kotlin/utilTests/BufferedLaabTests.kt
technight/HCL
6dcfdf58765a488b1512b61c89420121cc66d2a7
[ "Apache-2.0" ]
1
2018-07-04T13:55:53.000Z
2018-07-04T13:55:53.000Z
package utilTests import com.natpryce.hamkrest.assertion.assertThat import com.natpryce.hamkrest.equalTo import utils.BufferedLaabStream import kotlin.coroutines.experimental.buildSequence class BufferedLaabTests { @org.junit.jupiter.api.Test fun testBufferedLaabStream() { fun testSequence() = buildSe...
39.09375
62
0.671463
88519e848a300676c16b3acb8373ddd6277b0be0
296
kt
Kotlin
sample/dynamic-features/shared/feature1Api/src/commonMain/kotlin/com/arkivanov/sample/dynamicfeatures/shared/feature1/Feature1.kt
Zikstar/Decompose
c25a6448e51e0e0bd71fb38d824cf7029a22442c
[ "Apache-2.0" ]
1,421
2020-08-18T16:16:55.000Z
2022-03-31T17:17:27.000Z
sample/dynamic-features/shared/feature1Api/src/commonMain/kotlin/com/arkivanov/sample/dynamicfeatures/shared/feature1/Feature1.kt
Zikstar/Decompose
c25a6448e51e0e0bd71fb38d824cf7029a22442c
[ "Apache-2.0" ]
120
2020-09-10T16:33:09.000Z
2022-03-31T21:48:11.000Z
sample/dynamic-features/shared/feature1Api/src/commonMain/kotlin/com/arkivanov/sample/dynamicfeatures/shared/feature1/Feature1.kt
Zikstar/Decompose
c25a6448e51e0e0bd71fb38d824cf7029a22442c
[ "Apache-2.0" ]
63
2020-09-24T10:29:41.000Z
2022-02-26T15:45:29.000Z
package com.arkivanov.sample.dynamicfeatures.shared.feature1 import com.arkivanov.decompose.value.Value interface Feature1 { val models: Value<Model> fun onFeature2Clicked() fun onCloseClicked() data class Model( val title: String, val text: String, ) }
16.444444
60
0.692568
39b7e174cf9cc4e43591b61ded6fb4f0735c5227
456
js
JavaScript
packages/bpk-svgs/dist/js/icons/sm/money.js
jorgedc93/backpack
25cb394c5575074a2b9082efdd3f3efaed69a7f4
[ "Apache-2.0" ]
null
null
null
packages/bpk-svgs/dist/js/icons/sm/money.js
jorgedc93/backpack
25cb394c5575074a2b9082efdd3f3efaed69a7f4
[ "Apache-2.0" ]
7
2021-08-04T15:15:46.000Z
2022-01-20T10:25:35.000Z
packages/bpk-svgs/dist/js/icons/sm/money.js
jorgedc93/backpack
25cb394c5575074a2b9082efdd3f3efaed69a7f4
[ "Apache-2.0" ]
2
2021-08-05T08:22:46.000Z
2021-08-11T10:33:38.000Z
import React from "react"; export default (({ styles = {}, ...props }) => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18" style={{ width: "1.125rem", height: "1.125rem" }} {...props}><path d="M21 3H3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3zM4.5 13.5A1.5...
57
244
0.592105
3e940676db917d84f8303baee3efce38e5cd7b34
2,730
c
C
server.c
aydinsimsek/TCP-socket-based-server-and-multi-client-chatroom
0c401102ec2a7495c35456e2ddb597f1e5c2e6bd
[ "MIT" ]
null
null
null
server.c
aydinsimsek/TCP-socket-based-server-and-multi-client-chatroom
0c401102ec2a7495c35456e2ddb597f1e5c2e6bd
[ "MIT" ]
null
null
null
server.c
aydinsimsek/TCP-socket-based-server-and-multi-client-chatroom
0c401102ec2a7495c35456e2ddb597f1e5c2e6bd
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/socket.h> #include <sys/types.h> #include <netinet/in.h> #include <arpa/inet.h> #define BUFFER_SIZE 1024 #define portNum 5001 #define BACKLOG 5 int main() { int sockfd, newsockfd, clientNum, numofBytes; ...
27.857143
102
0.555678
f76f8e1aa408753cc09c3d50e130fcb6cbde30bb
101
sql
SQL
framework/resources/Functional/window_functions/negative/q24.sql
aravi5/drill-test-framework
7bf960cbe1697c8086a880661a361e8991a73107
[ "Apache-2.0" ]
null
null
null
framework/resources/Functional/window_functions/negative/q24.sql
aravi5/drill-test-framework
7bf960cbe1697c8086a880661a361e8991a73107
[ "Apache-2.0" ]
null
null
null
framework/resources/Functional/window_functions/negative/q24.sql
aravi5/drill-test-framework
7bf960cbe1697c8086a880661a361e8991a73107
[ "Apache-2.0" ]
null
null
null
-- DRILL-3211 (requires group by) select sum(a2), sum(a2) over(partition by b2) from t2 group by b2;
33.666667
66
0.712871
5892297beeb21abc26350d33591101d60d10f407
319
rs
Rust
7kyu/numbers-to-letters/benches/bench.rs
lincot/rusted-katana
3979ff39d5c10f5d413debf0447d9e7588f2478f
[ "BSD-2-Clause" ]
null
null
null
7kyu/numbers-to-letters/benches/bench.rs
lincot/rusted-katana
3979ff39d5c10f5d413debf0447d9e7588f2478f
[ "BSD-2-Clause" ]
null
null
null
7kyu/numbers-to-letters/benches/bench.rs
lincot/rusted-katana
3979ff39d5c10f5d413debf0447d9e7588f2478f
[ "BSD-2-Clause" ]
null
null
null
#![feature(test)] extern crate test; use numbers_to_letters::switcher; use test::{black_box, Bencher}; #[bench] fn bench(bencher: &mut Bencher) { let numbers = black_box(&[ "25", "7", "8", "4", "14", "23", "8", "25", "23", "29", "16", "16", "4", ]); bencher.iter(|| switcher(numbers.to_vec())); }
22.785714
80
0.561129
c8eff32674a03bc84dc685d04820c4ba9a3887b4
827
swift
Swift
eosswiftTests/eos-chain-actions/abihex/DelegateBandwidthArgsTests.swift
amirghezal/eos-swift
f5304eca181ca127119b73a8a79f831c10766ee4
[ "Apache-2.0" ]
19
2018-12-27T17:50:53.000Z
2022-01-09T12:55:09.000Z
eosswiftTests/eos-chain-actions/abihex/DelegateBandwidthArgsTests.swift
amirghezal/eos-swift
f5304eca181ca127119b73a8a79f831c10766ee4
[ "Apache-2.0" ]
5
2019-04-04T09:41:48.000Z
2020-08-24T01:03:37.000Z
eosswiftTests/eos-chain-actions/abihex/DelegateBandwidthArgsTests.swift
amirghezal/eos-swift
f5304eca181ca127119b73a8a79f831c10766ee4
[ "Apache-2.0" ]
14
2018-12-29T05:09:53.000Z
2022-03-07T17:22:58.000Z
import Foundation import XCTest @testable import eosswift class DelegateBandwidthArgsTests: XCTestCase { func testDelegateBandwidthDecodable() { let delegateBandwidthArgs: DelegateBandwidthArgs = DelegateBandwidthArgs( from: AccountNameWriterValue(name: "memtripissue"), receiver:...
37.590909
161
0.749698
1a16f2e8eb4f3c3c3c70d5672a115d8d434f2931
739
dart
Dart
packages/kakao_flutter_sdk_story/lib/src/model/story_image.dart
RuffaloLavoisier/Ruffalo-kakao_flutter_sdk
cd7ceb159dda199d6b091e58ebce3ff540da5de7
[ "Apache-2.0" ]
34
2019-08-16T07:20:51.000Z
2020-03-09T07:00:11.000Z
packages/kakao_flutter_sdk_story/lib/src/model/story_image.dart
RuffaloLavoisier/Ruffalo-kakao_flutter_sdk
cd7ceb159dda199d6b091e58ebce3ff540da5de7
[ "Apache-2.0" ]
15
2019-10-18T13:48:55.000Z
2020-03-09T01:38:04.000Z
packages/kakao_flutter_sdk_story/lib/src/model/story_image.dart
RuffaloLavoisier/Ruffalo-kakao_flutter_sdk
cd7ceb159dda199d6b091e58ebce3ff540da5de7
[ "Apache-2.0" ]
8
2019-08-24T10:47:15.000Z
2020-03-06T04:35:52.000Z
import 'package:json_annotation/json_annotation.dart'; part 'story_image.g.dart'; /// 카카오스토리의 내스토리 정보 중 이미지 내용을 담고 있는 클래스 @JsonSerializable(includeIfNull: false) class StoryImage { /// 1280 * 1706 final String? xlarge; /// 720 * 960 final String? large; /// 240 * 320 final String? medium; /// 160 * 2...
19.972973
78
0.663058
6b3edb5ab4dad4b327e12f5c4bbb5ad535f16d29
2,476
c
C
Vk2D/Vk2D/Vk2D_Math/vk2d_vec2.c
Sausty/vk2d
fa38388dc16921a2e4a800a2ab5aa183a113b725
[ "MIT" ]
5
2021-07-24T19:53:46.000Z
2022-01-18T10:14:17.000Z
Vk2D/Vk2D/Vk2D_Math/vk2d_vec2.c
Sausty/vk2d
fa38388dc16921a2e4a800a2ab5aa183a113b725
[ "MIT" ]
null
null
null
Vk2D/Vk2D/Vk2D_Math/vk2d_vec2.c
Sausty/vk2d
fa38388dc16921a2e4a800a2ab5aa183a113b725
[ "MIT" ]
2
2021-07-24T20:19:34.000Z
2021-10-06T14:15:29.000Z
#include "vk2d_vec2.h" #include <math.h> vk2d_vec2 vk2d_vec2_new(f32 x, f32 y) { vk2d_vec2 res; res.x = x; res.y = y; return res; } vk2d_vec2 vk2d_vec2_identity() { return vk2d_vec2_new(0, 0); } vk2d_vec2 vk2d_vec2_scalar(f32 scalar) { return vk2d_vec2_new(scalar, scalar); } vk2d_vec2...
20.806723
61
0.693861
b1c808bff984e7d50e549b93076d1525af9093db
3,151
c
C
src/onion/random-default.c
dmoulding/onion
0e9447b113042006883832963b28e360768b59d0
[ "Apache-2.0" ]
null
null
null
src/onion/random-default.c
dmoulding/onion
0e9447b113042006883832963b28e360768b59d0
[ "Apache-2.0" ]
null
null
null
src/onion/random-default.c
dmoulding/onion
0e9447b113042006883832963b28e360768b59d0
[ "Apache-2.0" ]
1
2021-06-18T04:57:24.000Z
2021-06-18T04:57:24.000Z
/* Onion HTTP server library Copyright (C) 2010-2014 David Moreno Montero and othes This library is free software; you can redistribute it and/or modify it under the terms of, at your choice: a. the Apache License Version 2.0. b. the GNU General Public License as published by the Free Software Foundation...
28.908257
122
0.738496
577bafd10078b68016cfba1c1e9222a65d3480c5
161
kt
Kotlin
src/main/kotlin/de/larskolmetz/smarthomemanager/core/out/HeatingStore.kt
LarsK93/SmartHomeCotroller
b2e2cfd38a2d5642fab10e1670008b296e33b082
[ "MIT" ]
null
null
null
src/main/kotlin/de/larskolmetz/smarthomemanager/core/out/HeatingStore.kt
LarsK93/SmartHomeCotroller
b2e2cfd38a2d5642fab10e1670008b296e33b082
[ "MIT" ]
null
null
null
src/main/kotlin/de/larskolmetz/smarthomemanager/core/out/HeatingStore.kt
LarsK93/SmartHomeCotroller
b2e2cfd38a2d5642fab10e1670008b296e33b082
[ "MIT" ]
null
null
null
package de.larskolmetz.smarthomemanager.core.out interface HeatingStore { fun fetchTargetTemperatureAndValve(tryCount: Int = 0): Pair<Double?, Double?>? }
23
82
0.776398
36b650a285aaeaeec66953c926d50162c0f8415d
6,384
sql
SQL
rpc/doc/sql/gozero_pms_product_attribute_value.sql
arbullzhang/zero-admin
cbef9004461449cfaba0a6f53a5555e611730f03
[ "Apache-2.0" ]
150
2021-04-13T22:55:15.000Z
2022-03-21T02:17:33.000Z
rpc/doc/sql/gozero_pms_product_attribute_value.sql
changzhi777/zero-admin
cbef1411506ee8b72be9a2f75c43d31d1d09ebe3
[ "Apache-2.0" ]
12
2021-04-25T05:48:25.000Z
2022-03-26T08:40:22.000Z
rpc/doc/sql/gozero_pms_product_attribute_value.sql
changzhi777/zero-admin
cbef1411506ee8b72be9a2f75c43d31d1d09ebe3
[ "Apache-2.0" ]
43
2021-04-19T03:18:37.000Z
2022-03-17T12:25:41.000Z
create table pms_product_attribute_value ( id bigint auto_increment primary key, product_id bigint null, product_attribute_id bigint null, value varchar(64) null comment '手动添加规格或参数的值,参数单值,规格有多个时以逗号隔开' ) comment '存储产品参数信息的表'; INSERT INTO g...
106.4
125
0.776316
6f24af8d4ca519bcf62d6dd38f215cc05a2d5af0
473
swift
Swift
Abridge-Recorder/Classes/Utils/Defaults+Extensions.swift
arvindhsukumar/AVAudioEngine
27fcf7ec6859f29438e85e531dee841018039a33
[ "MIT" ]
null
null
null
Abridge-Recorder/Classes/Utils/Defaults+Extensions.swift
arvindhsukumar/AVAudioEngine
27fcf7ec6859f29438e85e531dee841018039a33
[ "MIT" ]
null
null
null
Abridge-Recorder/Classes/Utils/Defaults+Extensions.swift
arvindhsukumar/AVAudioEngine
27fcf7ec6859f29438e85e531dee841018039a33
[ "MIT" ]
null
null
null
// // Defaults+Extensions.swift // AVAudioEngine // // Created by arvindhsukumar on 16/10/19. // Copyright © 2019 arvindh. All rights reserved. // import Foundation import SwiftyUserDefaults extension DefaultsKeys { static let pauseTimestamp = DefaultsKey<Date?>("pauseTimestamp") static let bytesProcessed = D...
27.823529
95
0.733615
630f7e4582d738002dd1a7a5d12bf6cf8a844ffc
1,946
swift
Swift
Tests/WebAPITests/MuzArbuzAPITests.swift
shvets/WebAPI
0eb54d184c6b0e169bc507f943fc93084d724c8f
[ "MIT" ]
null
null
null
Tests/WebAPITests/MuzArbuzAPITests.swift
shvets/WebAPI
0eb54d184c6b0e169bc507f943fc93084d724c8f
[ "MIT" ]
null
null
null
Tests/WebAPITests/MuzArbuzAPITests.swift
shvets/WebAPI
0eb54d184c6b0e169bc507f943fc93084d724c8f
[ "MIT" ]
null
null
null
import XCTest @testable import WebAPI class MuzArbuzAPITests: XCTestCase { var subject = MuzArbuzAPI() // func testGetAlbums() throws { // let result = try subject.getAlbums() // // print(result as Any) // } // // func testGetAlbumContainer() throws { // let result = try subject.getAlbums(params: ["par...
23.731707
92
0.613052
e066d08811c1f4c231b4303c60f8de3d9762124d
265
swift
Swift
WavesCore/WavesCoreTests/WavesCoreTests.swift
a-melnichuk/CryptoCore
640044789c0357f56fd2fa02a5cf732fc7aeed4f
[ "MIT" ]
null
null
null
WavesCore/WavesCoreTests/WavesCoreTests.swift
a-melnichuk/CryptoCore
640044789c0357f56fd2fa02a5cf732fc7aeed4f
[ "MIT" ]
null
null
null
WavesCore/WavesCoreTests/WavesCoreTests.swift
a-melnichuk/CryptoCore
640044789c0357f56fd2fa02a5cf732fc7aeed4f
[ "MIT" ]
null
null
null
// // WavesCoreTests.swift // WavesCoreTests // // Created by Alex Melnichuk on 5/6/19. // Copyright © 2019 Alex Melnichuk. All rights reserved. // import XCTest @testable import WavesCore @testable import CryptoCore class WavesCoreTests: XCTestCase { }
15.588235
57
0.724528
94db1b152d8fc7fdf40f1a9e17a4445a5ec86dce
2,891
swift
Swift
Sources/ShinyUI/Layers/Layout/TextLayout.swift
AngelLandoni/ShinyUI
d1d69a65dcc18d77a54abf79142e185f9e2b90a6
[ "BSD-3-Clause" ]
8
2021-02-07T22:21:07.000Z
2021-03-04T11:33:30.000Z
Sources/ShinyUI/Layers/Layout/TextLayout.swift
AngelLandoni/ShinyUI
d1d69a65dcc18d77a54abf79142e185f9e2b90a6
[ "BSD-3-Clause" ]
null
null
null
Sources/ShinyUI/Layers/Layout/TextLayout.swift
AngelLandoni/ShinyUI
d1d69a65dcc18d77a54abf79142e185f9e2b90a6
[ "BSD-3-Clause" ]
1
2021-02-08T13:46:27.000Z
2021-02-08T13:46:27.000Z
// Copyright (c) 2021 Angel Landoni. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain the above copyright notice, this // list of co...
41.898551
84
0.687651
b6790fe8a29b08f9b2e95f1986d0d8f02050313b
4,356
swift
Swift
Sources/MastodonAPI/Responses/Instance.swift
li-bei/MastodonAPI
1a170b110fc3d0728473599632fda81856b4e28c
[ "MIT" ]
2
2021-05-26T12:03:01.000Z
2021-12-11T09:53:49.000Z
Sources/MastodonAPI/Responses/Instance.swift
li-bei/MastodonAPI
1a170b110fc3d0728473599632fda81856b4e28c
[ "MIT" ]
null
null
null
Sources/MastodonAPI/Responses/Instance.swift
li-bei/MastodonAPI
1a170b110fc3d0728473599632fda81856b4e28c
[ "MIT" ]
null
null
null
import Foundation extension Responses { /// Represents the software instance of Mastodon running on this domain. public struct Instance: Codable { /// The domain name of the instance. /// /// Added in 1.1.0. public let uri: String /// The title of the website. /...
33
103
0.583563
e7554da878155de2371bb84fc9003526f5b72330
987
js
JavaScript
urldecode-latin1.js
loge5/node-urldecode-latin1
34cafa935aca21606c1099659b47ccda1fb1768f
[ "MIT" ]
1
2020-02-09T01:00:00.000Z
2020-02-09T01:00:00.000Z
urldecode-latin1.js
loge5/node-urldecode-latin1
34cafa935aca21606c1099659b47ccda1fb1768f
[ "MIT" ]
2
2020-07-19T08:27:19.000Z
2021-04-29T05:19:45.000Z
urldecode-latin1.js
loge5/node-urldecode-latin1
34cafa935aca21606c1099659b47ccda1fb1768f
[ "MIT" ]
1
2020-06-18T15:40:48.000Z
2020-06-18T15:40:48.000Z
const querystring = require('querystring') /** * @param {Buffer|string} input * @return {object} */ function urldecodeLatin1 (input) { if (input instanceof Buffer) { input = input.toString('latin1') } const pageSize = 64 const prefixOffset = 0xC2 let output = '' for (let i = 0; i < input.length; i++...
29.029412
100
0.5846
9ff33a96dfe574578db2c0b4ce2afdbf5afcf28f
588
kt
Kotlin
src/main/kotlin/com/gh0u1l5/wechatmagician/spellbook/mirror/com/tencent/mm/modelsfs/Methods.kt
WHNB/WechatSpellbook
3b9eda1f3e5ff704a7574fee9e36b93d9115eb9f
[ "MIT" ]
1,612
2018-03-06T20:25:46.000Z
2022-03-29T17:50:56.000Z
src/main/kotlin/com/gh0u1l5/wechatmagician/spellbook/mirror/com/tencent/mm/modelsfs/Methods.kt
WHNB/WechatSpellbook
3b9eda1f3e5ff704a7574fee9e36b93d9115eb9f
[ "MIT" ]
39
2018-03-20T09:09:53.000Z
2021-09-08T13:56:23.000Z
src/main/kotlin/com/gh0u1l5/wechatmagician/spellbook/mirror/com/tencent/mm/modelsfs/Methods.kt
WHNB/WechatSpellbook
3b9eda1f3e5ff704a7574fee9e36b93d9115eb9f
[ "MIT" ]
449
2018-03-17T07:54:14.000Z
2022-03-18T12:49:43.000Z
package com.gh0u1l5.wechatmagician.spellbook.mirror.com.tencent.mm.modelsfs import com.gh0u1l5.wechatmagician.spellbook.C import com.gh0u1l5.wechatmagician.spellbook.WechatGlobal.wxLazy import com.gh0u1l5.wechatmagician.spellbook.mirror.com.tencent.mm.modelsfs.Classes.EncEngine import com.gh0u1l5.wechatmagician.spellb...
45.230769
92
0.829932
2a7011a53310ad8e06750d24a9388a99ad5f4ec0
714
java
Java
foml-mod/src/main/java/dev/onyxstudios/foml/FOML.java
marcus8448/FOML
5a2cad434873aa40832ad13093da4bd564a81afd
[ "MIT" ]
18
2020-02-12T10:04:22.000Z
2022-02-20T02:20:39.000Z
foml-mod/src/main/java/dev/onyxstudios/foml/FOML.java
marcus8448/FOML
5a2cad434873aa40832ad13093da4bd564a81afd
[ "MIT" ]
10
2020-02-13T16:29:35.000Z
2021-04-08T04:15:39.000Z
foml-mod/src/main/java/dev/onyxstudios/foml/FOML.java
marcus8448/FOML
5a2cad434873aa40832ad13093da4bd564a81afd
[ "MIT" ]
4
2020-02-13T09:33:03.000Z
2021-08-01T17:33:34.000Z
package dev.onyxstudios.foml; import dev.onyxstudios.foml.obj.ItemOBJLoader; import dev.onyxstudios.foml.obj.OBJLoader; import net.fabricmc.api.ClientModInitializer; import net.fabricmc.fabric.api.client.model.ModelLoadingRegistry; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; pu...
35.7
86
0.796919
e385a1595475fa3f2f9b8ec78293e27df00523c1
1,304
dart
Dart
pkg/analysis_server/lib/src/services/correction/dart/flutter_swap_with_parent.dart
zhesha/sdk
80f68a9f4c2af9cb3eef5e5a571b8f516fe319d3
[ "BSD-3-Clause" ]
1
2021-01-10T16:32:02.000Z
2021-01-10T16:32:02.000Z
pkg/analysis_server/lib/src/services/correction/dart/flutter_swap_with_parent.dart
zhesha/sdk
80f68a9f4c2af9cb3eef5e5a571b8f516fe319d3
[ "BSD-3-Clause" ]
null
null
null
pkg/analysis_server/lib/src/services/correction/dart/flutter_swap_with_parent.dart
zhesha/sdk
80f68a9f4c2af9cb3eef5e5a571b8f516fe319d3
[ "BSD-3-Clause" ]
1
2021-06-05T07:28:45.000Z
2021-06-05T07:28:45.000Z
// Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:analysis_server/src/services/correction/assist.dart'; import 'package:analysis_server/sr...
38.352941
91
0.766871
584ebf25869465c1c42afe1317d30169d77a1e0c
3,614
h
C
physx/samples/sampleframework/platform/include/windows/WindowsSampleUserInputIds.h
ceti-dev/PhysX
c3d5537bdebd6f5cd82fcaf87474b838fe6fd5fa
[ "BSD-3-Clause" ]
2,372
2018-12-20T18:01:39.000Z
2022-03-31T09:58:37.000Z
physx/samples/sampleframework/platform/include/windows/WindowsSampleUserInputIds.h
ceti-dev/PhysX
c3d5537bdebd6f5cd82fcaf87474b838fe6fd5fa
[ "BSD-3-Clause" ]
534
2018-12-20T20:04:42.000Z
2022-03-31T19:00:50.000Z
physx/samples/sampleframework/platform/include/windows/WindowsSampleUserInputIds.h
ceti-dev/PhysX
c3d5537bdebd6f5cd82fcaf87474b838fe6fd5fa
[ "BSD-3-Clause" ]
694
2018-12-20T18:32:36.000Z
2022-03-16T03:45:42.000Z
// // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of conditions and the following disclaimer. // * Redistributions in bin...
20.189944
74
0.749585
963c22116d9fe966196a0a78bf70c20205e33b0a
115
php
PHP
app/Models/SpecialAsset.php
mohamedhatemminisy/expand_repo
c75f643cbe59fe3c0d086d149538eb9a9054e4c9
[ "MIT" ]
null
null
null
app/Models/SpecialAsset.php
mohamedhatemminisy/expand_repo
c75f643cbe59fe3c0d086d149538eb9a9054e4c9
[ "MIT" ]
null
null
null
app/Models/SpecialAsset.php
mohamedhatemminisy/expand_repo
c75f643cbe59fe3c0d086d149538eb9a9054e4c9
[ "MIT" ]
1
2021-08-21T06:43:04.000Z
2021-08-21T06:43:04.000Z
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class SpecialAsset extends Model { // }
10.454545
39
0.730435
f75a26a0f17c6a9cae6636822f98dfcc6fdd9696
2,075
h
C
util/simple_io.h
ganeshkamath89/redfish
e42d67d2f8be8b4dbfe57cb756f24a1b3deaadd7
[ "Apache-2.0" ]
4
2016-09-18T09:03:37.000Z
2018-07-17T08:49:46.000Z
util/simple_io.h
ganeshkamath89/redfish
e42d67d2f8be8b4dbfe57cb756f24a1b3deaadd7
[ "Apache-2.0" ]
null
null
null
util/simple_io.h
ganeshkamath89/redfish
e42d67d2f8be8b4dbfe57cb756f24a1b3deaadd7
[ "Apache-2.0" ]
5
2016-09-18T09:03:39.000Z
2018-10-12T05:01:19.000Z
/* * Copyright 2011-2012 the Redfish authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
31.439394
79
0.717108
3e2c53e7edb454d5b15b7b1bd612206088043827
12,361
h
C
gitrepo/gutz/simGutz/RK4.h
djmkultra/group-ring-field
e28ac7e07c001b5b7acd1150136b771c24c0ba6a
[ "Apache-2.0" ]
null
null
null
gitrepo/gutz/simGutz/RK4.h
djmkultra/group-ring-field
e28ac7e07c001b5b7acd1150136b771c24c0ba6a
[ "Apache-2.0" ]
null
null
null
gitrepo/gutz/simGutz/RK4.h
djmkultra/group-ring-field
e28ac7e07c001b5b7acd1150136b771c24c0ba6a
[ "Apache-2.0" ]
null
null
null
///////////////////////////////////////////////////////////////////////////////////////////// // // 8MMNMM8 //     ...
44.624549
131
0.410323
759caf1b66a4a534f119cbfb356c99f46da926f5
831
h
C
PROX/FOUNDATION/MESH_ARRAY/MESH_ARRAY/include/mesh_array_io_obj.h
diku-dk/PROX
c6be72cc253ff75589a1cac28e4e91e788376900
[ "MIT" ]
2
2019-11-27T09:44:45.000Z
2020-01-13T00:24:21.000Z
PROX/FOUNDATION/MESH_ARRAY/MESH_ARRAY/include/mesh_array_io_obj.h
erleben/matchstick
1cfdc32b95437bbb0063ded391c34c9ee9b9583b
[ "MIT" ]
null
null
null
PROX/FOUNDATION/MESH_ARRAY/MESH_ARRAY/include/mesh_array_io_obj.h
erleben/matchstick
1cfdc32b95437bbb0063ded391c34c9ee9b9583b
[ "MIT" ]
null
null
null
#ifndef MESH_ARRAY_IO_OBJ_H #define MESH_ARRAY_IO_OBJ_H #include <mesh_array_t3mesh.h> #include <mesh_array_vertex_attribute.h> #include <string> namespace mesh_array { template<typename T> void read_obj( std::string const & filename , T3Mesh & mesh , VertexAttr...
23.742857
54
0.56077
5d9f6d244b2aa6fbb47db3f0333c8aa7e59489cd
1,070
go
Go
pkg/snowflake/terraform.go
ezeql/bariloche
89b7f4bb9cf59c0197639f81a74671db92e752b3
[ "MIT" ]
null
null
null
pkg/snowflake/terraform.go
ezeql/bariloche
89b7f4bb9cf59c0197639f81a74671db92e752b3
[ "MIT" ]
null
null
null
pkg/snowflake/terraform.go
ezeql/bariloche
89b7f4bb9cf59c0197639f81a74671db92e752b3
[ "MIT" ]
null
null
null
package snowflake import ( "fmt" "io/ioutil" "path/filepath" "strings" ) type TFResource interface { // Address is combination of a resource type and a resource name. Address() string // Example: snowflake_schema.example ResourceName() string // ResourceName is the name of a resource ID() string /...
24.318182
90
0.701869
ed15e79092017d81035db172f50ac2deac390b10
3,920
kt
Kotlin
core/src/Game/com/lyeeedar/Board/CompletionCondition/CompletionConditionKill.kt
Lyeeedar/MatchDungeon
c35a65d458591b1508c6db499583391151c2db05
[ "Apache-2.0" ]
1
2018-05-13T12:56:22.000Z
2018-05-13T12:56:22.000Z
core/src/Game/com/lyeeedar/Board/CompletionCondition/CompletionConditionKill.kt
Lyeeedar/MatchDungeon
c35a65d458591b1508c6db499583391151c2db05
[ "Apache-2.0" ]
null
null
null
core/src/Game/com/lyeeedar/Board/CompletionCondition/CompletionConditionKill.kt
Lyeeedar/MatchDungeon
c35a65d458591b1508c6db499583391151c2db05
[ "Apache-2.0" ]
null
null
null
package com.lyeeedar.Board.CompletionCondition import com.badlogic.gdx.graphics.Color import com.badlogic.gdx.scenes.scene2d.ui.Label import com.badlogic.gdx.scenes.scene2d.ui.Table import com.badlogic.gdx.utils.ObjectMap import com.badlogic.gdx.utils.ObjectSet import com.lyeeedar.Board.Grid import com.lyeeedar.Board....
21.899441
129
0.690816
95bac774d628e661345986f7af56c0b704b53a82
13,775
html
HTML
XML-GGXReader.html
Verites/verigraph-docs
fc38ff7e134e3ef198f6c969dae235ee0d5ecef9
[ "Apache-2.0" ]
null
null
null
XML-GGXReader.html
Verites/verigraph-docs
fc38ff7e134e3ef198f6c969dae235ee0d5ecef9
[ "Apache-2.0" ]
null
null
null
XML-GGXReader.html
Verites/verigraph-docs
fc38ff7e134e3ef198f6c969dae235ee0d5ecef9
[ "Apache-2.0" ]
1
2022-02-23T18:56:21.000Z
2022-02-23T18:56:21.000Z
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>XML.GGXReader</title><link href="ocean.css" rel="stylesheet" type="text/cs...
2,295.833333
6,602
0.680944
7c684256eb57765b4f10b8cab532dd7e9c5807f9
1,898
sql
SQL
npcapi-web/src/main/resources/Databases/employee.sql
dengxiaoning/mygihub
a706e54b18fe8f607b281c6728b86ad34b1986f2
[ "MIT" ]
2
2019-03-27T08:18:47.000Z
2019-06-09T02:19:35.000Z
npcapi-web/target/npcapi-web/WEB-INF/classes/Databases/employee.sql
dengxiaoning/mygihub
a706e54b18fe8f607b281c6728b86ad34b1986f2
[ "MIT" ]
null
null
null
npcapi-web/target/npcapi-web/WEB-INF/classes/Databases/employee.sql
dengxiaoning/mygihub
a706e54b18fe8f607b281c6728b86ad34b1986f2
[ "MIT" ]
null
null
null
CREATE TABLE `department`( `id` int(11) NOT NULL AUTO_INCREMENT, `departmentid` int(11) NOT NULL, `departmentname` varchar(100) NOT NULL, PRIMARY KEY (`id`) )ENGINE=InnoDB DEFAULT CHARSET=utf8 comment='部门表'; insert into department values(default ,20,'生成技术部'); insert into department values(default ,30,...
49.947368
136
0.722339
c9665653d2281bfb6f90b7d7dbda84be9e90c9db
3,425
swift
Swift
ShowTime/MovieDetailsViewController.swift
kanchanamv/ShowTime
9d4395ab58df5fd6f57e3ad6381f70b660f0ebd4
[ "Apache-2.0" ]
null
null
null
ShowTime/MovieDetailsViewController.swift
kanchanamv/ShowTime
9d4395ab58df5fd6f57e3ad6381f70b660f0ebd4
[ "Apache-2.0" ]
1
2016-02-08T05:32:56.000Z
2016-02-08T19:27:25.000Z
ShowTime/MovieDetailsViewController.swift
kanchanamv/ShowTime
9d4395ab58df5fd6f57e3ad6381f70b660f0ebd4
[ "Apache-2.0" ]
null
null
null
// // MovieDetailsViewController.swift // ShowTime // // Created by Kanch on 2/5/16. // Copyright © 2016 Kanch. All rights reserved. // import UIKit class MovieDetailsViewController: UIViewController { @IBOutlet weak var detailsTitleLabel: UILabel! @IBOutlet weak var scrollView: UIScrollView! @IBOutl...
34.94898
138
0.55708
297138bd37d61f2e1778b942c10f6d03a1ff70ae
2,133
swift
Swift
NewNotifications/ViewController.swift
burakfirik/iNotifyMe
08f5fa50ab5bf92313032c51437962e7f90de4e3
[ "Apache-2.0" ]
1
2019-06-29T17:05:53.000Z
2019-06-29T17:05:53.000Z
NewNotifications/ViewController.swift
burakfirik/iNotifyMe
08f5fa50ab5bf92313032c51437962e7f90de4e3
[ "Apache-2.0" ]
null
null
null
NewNotifications/ViewController.swift
burakfirik/iNotifyMe
08f5fa50ab5bf92313032c51437962e7f90de4e3
[ "Apache-2.0" ]
null
null
null
import UIKit import UserNotifications class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // 1. REQUEST PERMISSION UNUserNotificationCenter.current().requestAuthorization(options: [.alert, .badge, .sound], completionHandler: { (granted, error) in if ...
27.346154
135
0.662447
cc926e4cce8f00a634c6eafe3f0f30afea8e1d88
2,629
kt
Kotlin
src/main/kotlin/aoc2020/CrabCups.kt
komu/advent-of-code
f07e74761d742c519fef4ba06fa474f1016bdbbd
[ "MIT" ]
null
null
null
src/main/kotlin/aoc2020/CrabCups.kt
komu/advent-of-code
f07e74761d742c519fef4ba06fa474f1016bdbbd
[ "MIT" ]
null
null
null
src/main/kotlin/aoc2020/CrabCups.kt
komu/advent-of-code
f07e74761d742c519fef4ba06fa474f1016bdbbd
[ "MIT" ]
null
null
null
package aoc2020 fun crabCups1(labels: String) = crapCups(labels, iterations = 100, maxLabel = 9).answer() fun crabCups2(labels: String): Long { val one = crapCups(labels, iterations = 10_000_000, maxLabel = 1_000_000) return one.next.label.toLong() * one.next.next.label } private fun crapCups(labels: Str...
27.968085
104
0.615824
ece6bb18772cb109e542728c77ca060e29f97f04
180
sql
SQL
trunk/sql/Procedures/dbo.spTagDelete.sql
tue65786/MedLog
2ff87f0dcea581a6363c8955b9f73c787d0ba66d
[ "Apache-2.0" ]
2
2016-09-10T16:29:48.000Z
2016-09-19T19:25:14.000Z
trunk/sql/Procedures/dbo.spTagDelete.sql
tue65786/MedLogDB
2ff87f0dcea581a6363c8955b9f73c787d0ba66d
[ "Apache-2.0" ]
3
2016-10-09T17:57:48.000Z
2016-12-11T01:59:40.000Z
trunk/sql/Procedures/dbo.spTagDelete.sql
tue65786/MedLog
2ff87f0dcea581a6363c8955b9f73c787d0ba66d
[ "Apache-2.0" ]
null
null
null
SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON GO CREATE PROC [dbo].[spTagDelete] @Id int AS SET NOCOUNT OFF DELETE FROM [dbo].[Tag] WHERE [Id] = @Id GO
12.857143
33
0.611111
3dc40b6d6bfde7cbca6f2495b5619ed84c661111
5,117
lua
Lua
extract_resnet_feat.lua
LuoweiZhou/ProcNets-YouCook2
815ae582b5a93ef2d85ddac9e2783454d2114efb
[ "MIT" ]
32
2018-03-04T06:07:34.000Z
2022-01-27T02:20:43.000Z
extract_resnet_feat.lua
LuoweiZhou/ProcNets-YouCook2
815ae582b5a93ef2d85ddac9e2783454d2114efb
[ "MIT" ]
7
2018-07-20T09:20:27.000Z
2021-08-05T14:49:31.000Z
extract_resnet_feat.lua
LuoweiZhou/ProcNets-YouCook2
815ae582b5a93ef2d85ddac9e2783454d2114efb
[ "MIT" ]
11
2018-03-04T06:07:36.000Z
2020-12-03T15:24:38.000Z
require 'torch' require 'nn' require 'nngraph' require 'csvigo' local utils = require 'misc.utils' require 'misc.DataLoaderFeatExtract' local net_utils = require 'misc.net_utils' require 'misc.optim_updates' ------------------------------------------------------------------------------- -- Input arguments and options...
44.495652
253
0.619308
3c3e0ad02725843ff254cc44f634c96fef0c19da
918
swift
Swift
googleBooks/googleBooks/Classes/Helper/PlistReader.swift
kobinary/GoogleBooks
b3fc1cc70101d35815808b4ceee1081a0911623e
[ "MIT" ]
null
null
null
googleBooks/googleBooks/Classes/Helper/PlistReader.swift
kobinary/GoogleBooks
b3fc1cc70101d35815808b4ceee1081a0911623e
[ "MIT" ]
null
null
null
googleBooks/googleBooks/Classes/Helper/PlistReader.swift
kobinary/GoogleBooks
b3fc1cc70101d35815808b4ceee1081a0911623e
[ "MIT" ]
null
null
null
// // PlistReader.swift // googleBooks // // Created by Maria Ortega on 10/04/2018. // Copyright © 2018 Maria Ortega. All rights reserved. // import UIKit let apiEnpointsPLIST = "APIEndpoints" class PlistReader: NSObject { static func getAPIEnpoint(key: String) -> String { let plistPath = Bundle.ma...
28.6875
110
0.588235
264e2692c466ab9210b17b6a8e16c567062f1afa
573
java
Java
mxcache-guice-integration/src/main/java/com/maxifier/mxcache/guice/GuiceInstanceProviderName.java
akochurov/mxcache
b1c7da980bf7fa8252663883580c047b6bd56b01
[ "MIT" ]
2
2016-04-15T14:17:12.000Z
2016-07-06T17:54:20.000Z
mxcache-guice-integration/src/main/java/com/maxifier/mxcache/guice/GuiceInstanceProviderName.java
akochurov/mxcache
b1c7da980bf7fa8252663883580c047b6bd56b01
[ "MIT" ]
16
2015-04-16T13:36:03.000Z
2020-01-14T11:35:37.000Z
mxcache-guice-integration/src/main/java/com/maxifier/mxcache/guice/GuiceInstanceProviderName.java
akochurov/mxcache
b1c7da980bf7fa8252663883580c047b6bd56b01
[ "MIT" ]
3
2015-12-02T14:30:20.000Z
2019-12-10T09:16:19.000Z
/* * Copyright (c) 2008-2014 Maxifier Ltd. All Rights Reserved. */ package com.maxifier.mxcache.guice; import com.google.inject.BindingAnnotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target...
24.913043
64
0.769634
df1ca3b0a8cbc01560b57b6ca6d793a18a8f9703
2,690
kt
Kotlin
app/src/main/java/com/miniweebs/reciboi/presentation/meals/MealExtendedActivity.kt
ken1000minus7/ReciBoi
9747e61063539cf842830b8807fc3cc1f1b84295
[ "MIT" ]
null
null
null
app/src/main/java/com/miniweebs/reciboi/presentation/meals/MealExtendedActivity.kt
ken1000minus7/ReciBoi
9747e61063539cf842830b8807fc3cc1f1b84295
[ "MIT" ]
null
null
null
app/src/main/java/com/miniweebs/reciboi/presentation/meals/MealExtendedActivity.kt
ken1000minus7/ReciBoi
9747e61063539cf842830b8807fc3cc1f1b84295
[ "MIT" ]
null
null
null
package com.miniweebs.reciboi.presentation.meals import android.content.Intent import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import android.util.Log import androidx.lifecycle.ViewModelProvider import androidx.recyclerview.widget.GridLayoutManager import com.miniweebs.reciboi.data.api.ApiInst...
41.384615
95
0.718216
a1743af5dc9dcbaabc25913d8f9b7d3ba842c395
1,908
c
C
examples/account.h.c
mirohs/headify
21925ca27f3fb6aa807f6f3b3041bb87852a6efb
[ "MIT" ]
null
null
null
examples/account.h.c
mirohs/headify
21925ca27f3fb6aa807f6f3b3041bb87852a6efb
[ "MIT" ]
null
null
null
examples/account.h.c
mirohs/headify
21925ca27f3fb6aa807f6f3b3041bb87852a6efb
[ "MIT" ]
null
null
null
*#include "util.h" #include "account.h" ; int ibalance(int a) { return a; } *int ff(int a, int b); *char* hello = "hello";// hello *int i; *typedef void (*MyFuncType)(void); /* make account && ./account */; /*abc*//*def*/#include "util.h" *# /*mytest*/ define bo ( *# define bc ) // test *typedef struct { ...
19.08
67
0.58805
d2b0e64ba48110d2950e6c89634f485a3e461f46
8,515
php
PHP
app/Http/routes.php
CaoJiayuan/dj-api
bf4754c1845abc494f3aae83702b33e19d6e51e2
[ "MIT" ]
null
null
null
app/Http/routes.php
CaoJiayuan/dj-api
bf4754c1845abc494f3aae83702b33e19d6e51e2
[ "MIT" ]
null
null
null
app/Http/routes.php
CaoJiayuan/dj-api
bf4754c1845abc494f3aae83702b33e19d6e51e2
[ "MIT" ]
null
null
null
<?php use Dingo\Api\Routing\Router; /** @var Dingo\Api\Routing\Router $api */ $api = app('api.router'); $api->version('v1', ['namespace' => 'App\Http\Controllers\V1'], function (Router $api) { $api->get('/', function () { return "DJ platform !"; }); $api->get('t', function (\Symfony\Component\HttpKernel\Ex...
47.569832
102
0.684087
6446bc482ec55dab0d90806046e08df12602a772
2,508
rs
Rust
clients/rust/generated/src/models/list_view.rs
PankTrue/swaggy-jenkins
aca35a7cca6e1fcc08bd399e05148942ac2f514b
[ "MIT" ]
23
2017-08-01T12:25:26.000Z
2022-01-25T03:44:11.000Z
clients/rust/generated/src/models/list_view.rs
PankTrue/swaggy-jenkins
aca35a7cca6e1fcc08bd399e05148942ac2f514b
[ "MIT" ]
35
2017-06-14T03:28:15.000Z
2022-02-14T10:25:54.000Z
clients/rust/generated/src/models/list_view.rs
PankTrue/swaggy-jenkins
aca35a7cca6e1fcc08bd399e05148942ac2f514b
[ "MIT" ]
11
2017-08-31T19:00:20.000Z
2021-12-19T12:04:12.000Z
/* * Swaggy Jenkins * * Jenkins API clients generated from Swagger / Open API specification * * OpenAPI spec version: 1.1.1 * Contact: blah@cliffano.com * Generated by: https://openapi-generator.tech */ #[allow(unused_imports)] use serde_json::Value; #[derive(Debug, Serialize, Deserialize)] pub struct ListV...
19.44186
81
0.618421
452cc36935904e569ecbccd6a207ec6f06cba13f
6,298
swift
Swift
DouYuZB/Classes/Home/ViewModel/RZZRecommendViewModel.swift
rzz09517001/dYZB
11dc4fd06e75e67fbecb0d814aa737256f231c98
[ "MIT" ]
null
null
null
DouYuZB/Classes/Home/ViewModel/RZZRecommendViewModel.swift
rzz09517001/dYZB
11dc4fd06e75e67fbecb0d814aa737256f231c98
[ "MIT" ]
null
null
null
DouYuZB/Classes/Home/ViewModel/RZZRecommendViewModel.swift
rzz09517001/dYZB
11dc4fd06e75e67fbecb0d814aa737256f231c98
[ "MIT" ]
null
null
null
// // RZZRecommendViewModel.swift // DouYuZB // // Created by 任志忠 on 2019/1/5. // Copyright © 2019 rzz. All rights reserved. // import UIKit class RZZRecommendViewModel : RZZBaseViewModel{ private lazy var firstGroup : RZZAchorGroup = RZZAchorGroup() private lazy var secondGroup : RZZAchorGroup = RZZAchor...
42.268456
203
0.539854
423604638847fc5a2c4cee348c55d8875cafcfe8
119,292
dart
Dart
lib/src/tdapi/tdapi.dart
anggaaryas/tdlib
410e2621a61f897ba9f90232133af0ea3aa1532a
[ "BSD-3-Clause" ]
20
2017-01-06T01:04:26.000Z
2019-04-09T08:15:34.000Z
lib/src/tdapi/tdapi.dart
anggaaryas/tdlib
410e2621a61f897ba9f90232133af0ea3aa1532a
[ "BSD-3-Clause" ]
null
null
null
lib/src/tdapi/tdapi.dart
anggaaryas/tdlib
410e2621a61f897ba9f90232133af0ea3aa1532a
[ "BSD-3-Clause" ]
null
null
null
import 'dart:convert' show json; part 'object.dart'; part 'function.dart'; part 'objects/error.dart'; part 'objects/ok.dart'; part 'objects/tdlib_parameters.dart'; part 'objects/authentication_code_type.dart'; part 'objects/authentication_code_info.dart'; part 'objects/email_address_authentication_code_info.dart'; pa...
65.365479
133
0.823484
41d3b22f8f513cf15036ca069ca3131b81ea3cb3
9,571
h
C
inc/Type/Queue.h
po2xel/vkpp
04cf67cefa4e967fc234378da06366d66447c335
[ "MIT" ]
5
2017-04-05T13:29:40.000Z
2018-04-10T21:04:51.000Z
inc/Type/Queue.h
po2xel/vkpp
04cf67cefa4e967fc234378da06366d66447c335
[ "MIT" ]
null
null
null
inc/Type/Queue.h
po2xel/vkpp
04cf67cefa4e967fc234378da06366d66447c335
[ "MIT" ]
null
null
null
#ifndef __VKPP_TYPE_QUEUE_H__ #define __VKPP_TYPE_QUEUE_H__ #include <initializer_list> #include <Info/Common.h> #include <Info/PipelineStage.h> #include <Type/Fence.h> #include <Type/Semaphore.h> #include <Type/CommandBuffer.h> #include <Type/Swapchain.h> namespace vkpp { class SubmitInfo : public internal:...
32.890034
173
0.713823
13aefd3d83bef19ad347ccb2b72e6d4ab024332b
12,134
sql
SQL
ppid (2).sql
Fikri-mtwoo/ppid
f84ed25205e1fc0fb7109390a9185f1c12413322
[ "MIT" ]
2
2021-07-01T12:07:44.000Z
2021-07-01T12:07:47.000Z
ppid (2).sql
Fikri-mtwoo/ppid
f84ed25205e1fc0fb7109390a9185f1c12413322
[ "MIT" ]
1
2021-08-25T05:51:36.000Z
2021-08-25T05:51:36.000Z
ppid (2).sql
Fikri-mtwoo/ppid
f84ed25205e1fc0fb7109390a9185f1c12413322
[ "MIT" ]
2
2021-07-01T12:07:48.000Z
2021-08-23T10:12:42.000Z
-- phpMyAdmin SQL Dump -- version 5.0.2 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Waktu pembuatan: 11 Jul 2021 pada 07.51 -- Versi server: 10.4.13-MariaDB -- Versi PHP: 7.4.7 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CH...
25.707627
161
0.643728
2c16b17dfda090b8aa2eee73c8e8cf6f506a3878
7,732
lua
Lua
spec/02-integration/04-admin_api/16-ca_certificates_routes_spec.lua
mohatagarvit/kong
c1957918bdc5a19e6a88f5e34caa1d10de7f1d0a
[ "BSD-2-Clause", "Apache-2.0" ]
5
2020-06-05T02:14:38.000Z
2020-08-19T05:16:13.000Z
spec/02-integration/04-admin_api/16-ca_certificates_routes_spec.lua
mohatagarvit/kong
c1957918bdc5a19e6a88f5e34caa1d10de7f1d0a
[ "BSD-2-Clause", "Apache-2.0" ]
null
null
null
spec/02-integration/04-admin_api/16-ca_certificates_routes_spec.lua
mohatagarvit/kong
c1957918bdc5a19e6a88f5e34caa1d10de7f1d0a
[ "BSD-2-Clause", "Apache-2.0" ]
3
2020-06-29T06:04:20.000Z
2021-05-10T06:23:54.000Z
local ssl_fixtures = require "spec.fixtures.ssl" local helpers = require "spec.helpers" local cjson = require "cjson" for _, strategy in helpers.each_strategy() do describe("/ca_certificates with DB: #" .. strategy, function() local client, bp, db lazy_setup(function() bp, db = helpers.get_db_utils(st...
30.203125
145
0.566606
3d778478e675528eb840268c36ab8ecf7387eef3
3,272
kt
Kotlin
core/src/main/kotlin/me/shkschneider/skeleton/helper/KeyboardHelper.kt
shkschneider/android_Skeleton
ef82d0b963a7ec7a3210fa396a2ecc6358e42d26
[ "Apache-2.0" ]
25
2015-05-08T06:51:56.000Z
2022-03-13T19:20:19.000Z
core/src/main/kotlin/me/shkschneider/skeleton/helper/KeyboardHelper.kt
shkschneider/android_Skeleton
ef82d0b963a7ec7a3210fa396a2ecc6358e42d26
[ "Apache-2.0" ]
null
null
null
core/src/main/kotlin/me/shkschneider/skeleton/helper/KeyboardHelper.kt
shkschneider/android_Skeleton
ef82d0b963a7ec7a3210fa396a2ecc6358e42d26
[ "Apache-2.0" ]
12
2015-05-09T12:21:05.000Z
2022-02-11T00:53:02.000Z
package me.shkschneider.skeleton.helper import android.app.Activity import android.content.res.Configuration import android.graphics.Rect import android.view.KeyEvent import android.view.ViewTreeObserver import android.view.Window import android.view.WindowManager import android.view.inputmethod.EditorInfo import andr...
34.808511
114
0.665954
8623fc8b539867d64900dcf90ff6c5cf200ec9be
2,839
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21_40.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21_40.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21_40.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 %r15 push %r8 push %rbp push %rbx push %rdx lea addresses_normal_ht+0x381c, %rdx nop nop nop nop and %rbp, %rbp mov $0x6162636465666768, %r13 movq %r13, (%rdx) inc %r13 lea addresses_D_ht+0x180c4, %r11 nop nop nop nop xor $56007, %rdx movb (%r11), %r...
18.555556
128
0.640719
4100736c11cd1dbc8b753b9aae18b2df90e4da5c
1,079
h
C
code/common/pins_parameters.h
iocafe/pins
0d446aee48a4b0dd5b4bbb1eebc8ced14fbe767b
[ "MIT" ]
2
2020-04-28T23:26:41.000Z
2020-06-08T14:00:55.000Z
code/common/pins_parameters.h
iocafe/pins
0d446aee48a4b0dd5b4bbb1eebc8ced14fbe767b
[ "MIT" ]
null
null
null
code/common/pins_parameters.h
iocafe/pins
0d446aee48a4b0dd5b4bbb1eebc8ced14fbe767b
[ "MIT" ]
null
null
null
/** @file common/pins_parameters.h @brief Run time access to IO pin parameters. @author Pekka Lehtikoski @version 1.0 @date 26.4.2021 Copyright 2020 Pekka Lehtikoski. This file is part of the eosal and shall only be used, modified, and distributed under the terms of the project licensing. By co...
22.957447
100
0.643188
f619eba21611cc94e1e1d0855f4f91491092e245
5,899
kt
Kotlin
app/src/main/java/divyansh/tech/animeclassroom/common/utils/MangaParser.kt
krishnachaitanya0107/AnimeClassroom
7bfa10ec1ef58e932a738d2b9556834fee39d6ad
[ "MIT", "Unlicense" ]
61
2021-05-13T15:47:23.000Z
2022-03-27T19:54:03.000Z
app/src/main/java/divyansh/tech/animeclassroom/common/utils/MangaParser.kt
krishnachaitanya0107/AnimeClassroom
7bfa10ec1ef58e932a738d2b9556834fee39d6ad
[ "MIT", "Unlicense" ]
72
2021-10-02T20:40:22.000Z
2022-01-19T17:17:39.000Z
app/src/main/java/divyansh/tech/animeclassroom/common/utils/MangaParser.kt
krishnachaitanya0107/AnimeClassroom
7bfa10ec1ef58e932a738d2b9556834fee39d6ad
[ "MIT", "Unlicense" ]
26
2021-10-03T07:38:16.000Z
2022-03-21T14:37:05.000Z
package divyansh.tech.animeclassroom.common.utils import android.util.Log import divyansh.tech.animeclassroom.common.data.Chapters import divyansh.tech.animeclassroom.common.data.Manga import divyansh.tech.animeclassroom.common.data.MangaDetail import divyansh.tech.animeclassroom.common.data.GenreModel import org.jsou...
38.555556
92
0.532294
d278b61fb7e6eb70f55e6e7fa0b139aeab473284
5,358
php
PHP
application/modules/admin/views/show/showSingle.php
thirdessential/trade-game-backend
8810580aae538d8fcf2a2bf450f7e8fb490d7b86
[ "MIT" ]
null
null
null
application/modules/admin/views/show/showSingle.php
thirdessential/trade-game-backend
8810580aae538d8fcf2a2bf450f7e8fb490d7b86
[ "MIT" ]
null
null
null
application/modules/admin/views/show/showSingle.php
thirdessential/trade-game-backend
8810580aae538d8fcf2a2bf450f7e8fb490d7b86
[ "MIT" ]
null
null
null
<!-- Main content --> <style type="text/css"> ul.single-ul li { padding: 10px; } ul.single-ul { list-style-type: none; margin-top: 15px; } </style> <section class="content"> <div class="row"> <div class="col-xs-12"> <div class="box box-primary box-solid"> <div ...
44.65
151
0.306458
6cb2525161793c635ff0be4f0d0a73c693be4fc2
3,141
go
Go
client/listers/messenger/v1alpha1/message.go
attic/messenger
cdcf638fc9fa8f235a9d835a7fbcbfc0f8016530
[ "Apache-2.0" ]
2
2019-02-01T17:54:57.000Z
2019-05-15T11:44:33.000Z
client/listers/messenger/v1alpha1/message.go
searchlight/messenger
cdcf638fc9fa8f235a9d835a7fbcbfc0f8016530
[ "Apache-2.0" ]
3
2018-05-30T04:35:33.000Z
2018-06-01T06:59:24.000Z
client/listers/messenger/v1alpha1/message.go
kubeware/messenger
cdcf638fc9fa8f235a9d835a7fbcbfc0f8016530
[ "Apache-2.0" ]
1
2018-05-30T08:49:45.000Z
2018-05-30T08:49:45.000Z
/* Copyright 2018 The Attic Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
33.063158
101
0.76568
085aeeb0f3d94570f74e96a9358c0091669d6938
671
cql
SQL
input/cql/ANCDT11.cql
workcartersmith/smart-anc
bbcd1026cceae3408e3f548eb46787f4d4c4b45d
[ "CC0-1.0" ]
7
2021-08-13T22:32:16.000Z
2022-03-23T11:34:00.000Z
input/cql/ANCDT11.cql
workcartersmith/smart-anc
bbcd1026cceae3408e3f548eb46787f4d4c4b45d
[ "CC0-1.0" ]
14
2019-12-02T20:28:15.000Z
2020-10-13T15:17:42.000Z
input/cql/ANCDT11.cql
workcartersmith/smart-anc
bbcd1026cceae3408e3f548eb46787f4d4c4b45d
[ "CC0-1.0" ]
3
2021-06-22T15:35:01.000Z
2021-08-11T19:42:07.000Z
library ANCDT11 using FHIR version '4.0.1' include FHIRHelpers version '4.0.1' include ANCConfig called Config include ANCConcepts called Cx include ANCDataElements called PatientData include ANCContactDataElements called ContactData context Patient /* "ANC contact number" = 1 */ define "Should Conduct syphilis te...
21.645161
89
0.766021
e51e8ef95cefdf0432fc2256d7c93eb7c0d2d888
1,258
dart
Dart
examples/my_anime/lib/models/aime_entity.dart
roketstorm/SurfGear
df2d474a98fbfdbdcd8956c43406b01e3ad822e3
[ "Apache-2.0" ]
null
null
null
examples/my_anime/lib/models/aime_entity.dart
roketstorm/SurfGear
df2d474a98fbfdbdcd8956c43406b01e3ad822e3
[ "Apache-2.0" ]
null
null
null
examples/my_anime/lib/models/aime_entity.dart
roketstorm/SurfGear
df2d474a98fbfdbdcd8956c43406b01e3ad822e3
[ "Apache-2.0" ]
null
null
null
class AnimeEntity { AnimeEntity({ this.startDate = '', this.endDate = '', this.airing = false, this.background = '', this.broadcast = '', this.duration = '', this.endingThemes = const [], this.episodes = 0, this.favorites = 0, this.genres = const [], this.imageUrl = '', ...
20.290323
34
0.616057
70fc6230fc5753916c8c03d211c78695fda3b0f7
1,697
h
C
src/liboconfig/oconfig.h
TranscendComputing/TopStackMessageAgent
97da381e932b5ad0257dbcb108ad32caa049f599
[ "Apache-2.0" ]
null
null
null
src/liboconfig/oconfig.h
TranscendComputing/TopStackMessageAgent
97da381e932b5ad0257dbcb108ad32caa049f599
[ "Apache-2.0" ]
null
null
null
src/liboconfig/oconfig.h
TranscendComputing/TopStackMessageAgent
97da381e932b5ad0257dbcb108ad32caa049f599
[ "Apache-2.0" ]
null
null
null
#ifndef OCONFIG_H #define OCONFIG_H 1 #include <stdio.h> /** * oconfig - src/oconfig.h * Copyright (C) 2006-2009 Florian octo Forster <octo at verplant.org> * * 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...
24.242857
79
0.724219