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
8ad59c431dd0f442d15946719c2f6cc3096e0041
995
rs
Rust
src/common.rs
almindor/texel_types
116b578b55599d51e4bddaec61f5d599ec1e6e1f
[ "Apache-2.0" ]
null
null
null
src/common.rs
almindor/texel_types
116b578b55599d51e4bddaec61f5d599ec1e6e1f
[ "Apache-2.0" ]
null
null
null
src/common.rs
almindor/texel_types
116b578b55599d51e4bddaec61f5d599ec1e6e1f
[ "Apache-2.0" ]
null
null
null
use big_enum_set::{BigEnumSet, BigEnumSetType}; #[cfg(feature = "serde_support")] use serde::{Deserialize, Serialize}; /// /// Symbol styles enum /// #[derive(Debug, BigEnumSetType)] #[cfg_attr(feature = "serde_support", derive(Serialize, Deserialize))] pub enum SymbolStyle { Bold, Italic, Underline, } /...
21.170213
70
0.666332
fb99b12a23d7a7d196b064b51abf9f38f6077885
606
c
C
src/ddclipper.c
Kevok93/cnc-ddraw
d7ad443d9230ced148cdbc41f009e5d9c00ccec3
[ "MIT" ]
1
2022-01-02T10:32:34.000Z
2022-01-02T10:32:34.000Z
src/ddclipper.c
MountCloud/cnc-ddraw
5e79340fef6aae70f367c762572fef34e77ebb9a
[ "MIT" ]
null
null
null
src/ddclipper.c
MountCloud/cnc-ddraw
5e79340fef6aae70f367c762572fef34e77ebb9a
[ "MIT" ]
null
null
null
#define WIN32_LEAN_AND_MEAN #include <windows.h> #include "IDirectDrawClipper.h" #include "ddclipper.h" #include "debug.h" HRESULT dd_CreateClipper(DWORD dwFlags, LPDIRECTDRAWCLIPPER FAR *lplpDDClipper, IUnknown FAR *pUnkOuter ) { if (!lplpDDClipper) return DDERR_INVALIDPARAMS; IDirectDrawClipperImpl...
25.25
136
0.729373
6514ff55c2d00ee1deed3eaa7d8b92b095c218ad
141
py
Python
featureflags/__init__.py
enverbisevac/ff-python-server-sdk
e7c809229d13517e0bf4b28fc0a556e693c9034e
[ "Apache-2.0" ]
null
null
null
featureflags/__init__.py
enverbisevac/ff-python-server-sdk
e7c809229d13517e0bf4b28fc0a556e693c9034e
[ "Apache-2.0" ]
null
null
null
featureflags/__init__.py
enverbisevac/ff-python-server-sdk
e7c809229d13517e0bf4b28fc0a556e693c9034e
[ "Apache-2.0" ]
null
null
null
"""Top-level package for Feature Flag Server SDK.""" __author__ = """Enver Bisevac""" __email__ = "enver@bisevac.com" __version__ = "0.1.0"
23.5
52
0.695035
aea12872d5bc71fa72ecedceeef501b086f39b3d
646
rs
Rust
src/lib.rs
fncnt/librna-sys
c16f745c67ac621e8a55a5c7365b74b720d43005
[ "X11" ]
null
null
null
src/lib.rs
fncnt/librna-sys
c16f745c67ac621e8a55a5c7365b74b720d43005
[ "X11" ]
null
null
null
src/lib.rs
fncnt/librna-sys
c16f745c67ac621e8a55a5c7365b74b720d43005
[ "X11" ]
null
null
null
#![allow(non_upper_case_globals)] #![allow(non_camel_case_types)] #![allow(non_snake_case)] #![allow(improper_ctypes)] include!(concat!(env!("OUT_DIR"), "/bindings.rs")); // just a simple test as example #[cfg(test)] mod tests { use super::*; use std::ffi::CString; pub fn hamming_distance(s1: &str, s2: ...
23.925926
70
0.617647
7570440ebea590c8e3b736e5672e1d788fb47e61
574
h
C
Alhythm/src/Game_FileID.h
Nao-Shirotsu/Siv3D_Alhythm
d602832e535831a07d0e7c3fb589caa5d356aaf2
[ "MIT" ]
4
2018-12-19T12:36:42.000Z
2021-05-24T06:13:33.000Z
Alhythm/src/Game_FileID.h
Nao-Shirotsu/Siv3D_Alhythm
d602832e535831a07d0e7c3fb589caa5d356aaf2
[ "MIT" ]
1
2019-01-07T03:04:11.000Z
2019-01-07T03:04:11.000Z
Alhythm/src/Game_FileID.h
Nao-Shirotsu/Siv3D_Alhythm
d602832e535831a07d0e7c3fb589caa5d356aaf2
[ "MIT" ]
2
2020-04-15T06:15:51.000Z
2021-12-16T02:22:12.000Z
#pragma once namespace Game{ // Resource.rcに記述する埋め込みファイルの識別番号(画像) enum class ImageFileID{ BackgroundImage = 1000, TitleStringImage = 1001, }; // Resource.rcに記述する埋め込みファイルの識別番号(トラック以外のSEやBGMなどのサウンド) enum class SEBGMFileID{ // SoundEffects NoteTapSound = 2000, NoteTapSoundJust = 2001, NoteTapSound...
17.9375
55
0.698606
712a21b3c50357d43be30a2b618a1e2f4a4fb9a5
1,323
ts
TypeScript
src/app/components/order-all/order-all.component.ts
sam016/didactic-octo-potato
b482666b10153cece3d05e5a3ad4efd3e642901d
[ "MIT" ]
null
null
null
src/app/components/order-all/order-all.component.ts
sam016/didactic-octo-potato
b482666b10153cece3d05e5a3ad4efd3e642901d
[ "MIT" ]
null
null
null
src/app/components/order-all/order-all.component.ts
sam016/didactic-octo-potato
b482666b10153cece3d05e5a3ad4efd3e642901d
[ "MIT" ]
null
null
null
import { Component, OnInit } from '@angular/core'; import { Title } from '@angular/platform-browser'; import { RestService } from 'app/services/rest.service'; import { RestOrder } from 'app/rest-order'; @Component({ selector: 'app-order-all', templateUrl: './order-all.component.html', styleUrls: ['./order-all.co...
22.423729
78
0.633409
baf828186c5689fe8812bd0878f0ebafd201e054
2,262
swift
Swift
RxSwiftStudyPlayground/RxSwiftStudyPlayground/ViewController.swift
FMYang/RxSwiftStudy
c49b6582a2236e899e324b057479a5f1688a3e1a
[ "MIT" ]
null
null
null
RxSwiftStudyPlayground/RxSwiftStudyPlayground/ViewController.swift
FMYang/RxSwiftStudy
c49b6582a2236e899e324b057479a5f1688a3e1a
[ "MIT" ]
null
null
null
RxSwiftStudyPlayground/RxSwiftStudyPlayground/ViewController.swift
FMYang/RxSwiftStudy
c49b6582a2236e899e324b057479a5f1688a3e1a
[ "MIT" ]
null
null
null
// // ViewController.swift // RxSwiftStudyPlayground // // Created by 杨方明 on 2018/11/15. // Copyright © 2018年 杨方明. All rights reserved. // import UIKit import RxSwift class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // let bag = DisposeBag() /...
27.925926
80
0.502653
71ee47e7068d7fd362718cae711bb39778eef53c
219
ts
TypeScript
UI/src/app/models/code-mapping/concept.ts
alexanderlopoukhov/CDMSouffleur
2f44624d956c5b3e2d8b7b6d92b7a9d808b7bfed
[ "Apache-2.0" ]
9
2021-05-06T15:38:17.000Z
2022-02-22T16:00:56.000Z
UI/src/app/models/code-mapping/concept.ts
alexanderlopoukhov/CDMSouffleur
2f44624d956c5b3e2d8b7b6d92b7a9d808b7bfed
[ "Apache-2.0" ]
12
2019-02-28T13:16:42.000Z
2021-03-16T09:37:40.000Z
UI/src/app/models/code-mapping/concept.ts
alexanderlopoukhov/CDMSouffleur
2f44624d956c5b3e2d8b7b6d92b7a9d808b7bfed
[ "Apache-2.0" ]
3
2019-03-11T17:31:26.000Z
2019-09-04T19:45:44.000Z
export interface Concept { conceptId: number conceptName: string domainId: string conceptClassId: string vocabularyId: string conceptCode: number standardConcept: string index?: number term?: string }
18.25
26
0.753425
9951a6f413a7483e3b14be61de6c80906ee66225
1,977
swift
Swift
SwiftLox/SwiftLox/Result/Result.swift
mslazynski/SwiftLox
f44d03d52005a9fee461810bea503f127911bec7
[ "MIT" ]
null
null
null
SwiftLox/SwiftLox/Result/Result.swift
mslazynski/SwiftLox
f44d03d52005a9fee461810bea503f127911bec7
[ "MIT" ]
null
null
null
SwiftLox/SwiftLox/Result/Result.swift
mslazynski/SwiftLox
f44d03d52005a9fee461810bea503f127911bec7
[ "MIT" ]
null
null
null
// // Result.swift // SwiftLox // // Created by Mateusz Ślażyński on 15.02.2017. // Copyright © 2017 Mateusz Ślażyński. All rights reserved. // enum Result<V, E> where E : Error { case success(V) case failure(E) case foreignFailure(Error) init(_ throwingExpr: (Void) throws -> V) { do {...
25.675325
75
0.524026
dc014ff9adf43eb6f723d17f8693bb1c4f0f9189
3,679
swift
Swift
Sources/KeyboardShortcuts/NSMenuItem++.swift
hank121314/KeyboardShortcuts
5c2512aa722b3f5a9db02e04609c63d755a271e1
[ "MIT" ]
null
null
null
Sources/KeyboardShortcuts/NSMenuItem++.swift
hank121314/KeyboardShortcuts
5c2512aa722b3f5a9db02e04609c63d755a271e1
[ "MIT" ]
null
null
null
Sources/KeyboardShortcuts/NSMenuItem++.swift
hank121314/KeyboardShortcuts
5c2512aa722b3f5a9db02e04609c63d755a271e1
[ "MIT" ]
null
null
null
import Cocoa extension NSMenuItem { private struct AssociatedKeys { static let observer = ObjectAssociation<NSObjectProtocol>() } private func clearShortcut() { keyEquivalent = "" keyEquivalentModifierMask = [] } // TODO: Make this a getter/setter. We must first add the ability to create a `Shortcut` from...
36.068627
491
0.755912
1cdc1bec40c2a2ba1b208340f8d0ef4aebcaa3c4
13,133
kt
Kotlin
search-service/src/main/kotlin/com/egm/stellio/search/service/TemporalEntityAttributeService.kt
jason-fox/stellio-context-broker
e5732060f9964617815547e77c5f55d253746f37
[ "Apache-2.0" ]
null
null
null
search-service/src/main/kotlin/com/egm/stellio/search/service/TemporalEntityAttributeService.kt
jason-fox/stellio-context-broker
e5732060f9964617815547e77c5f55d253746f37
[ "Apache-2.0" ]
null
null
null
search-service/src/main/kotlin/com/egm/stellio/search/service/TemporalEntityAttributeService.kt
jason-fox/stellio-context-broker
e5732060f9964617815547e77c5f55d253746f37
[ "Apache-2.0" ]
null
null
null
package com.egm.stellio.search.service import arrow.core.Validated import arrow.core.invalid import arrow.core.orNull import arrow.core.valid import com.egm.stellio.search.model.AttributeInstance import com.egm.stellio.search.model.AttributeMetadata import com.egm.stellio.search.model.TemporalEntityAttribute import co...
43.486755
118
0.62027
7e612b36ee151cc7d6f184ddfe547074475586c5
697
swift
Swift
Yelp/YelpSearchParams.swift
vijayanands/yelp
3297a46db30afc6f598e96cf15d8dfbd90683b55
[ "Apache-2.0" ]
null
null
null
Yelp/YelpSearchParams.swift
vijayanands/yelp
3297a46db30afc6f598e96cf15d8dfbd90683b55
[ "Apache-2.0" ]
1
2017-09-25T14:03:37.000Z
2017-09-25T14:03:37.000Z
Yelp/YelpSearchParams.swift
vijayanands/yelp
3297a46db30afc6f598e96cf15d8dfbd90683b55
[ "Apache-2.0" ]
null
null
null
// // YelpSearchParams.swift // Yelp // // Created by Vijayanand on 9/24/17. // Copyright © 2017 Timothy Lee. All rights reserved. // import UIKit class YelpSearchParams: NSObject { var term: String? = nil var sort: YelpSortMode? = nil var categories: [String]? = nil var deals: Bool? = nil var radius_filter:...
23.233333
139
0.684362
ebe655d160b5abed894431a8637f12b95bf8c284
12,084
sql
SQL
DB Fundamentals/DB Basic/1. Data Definition And Datatypes/1. Data Definition And Data Types.sql
doba7a/SoftUni
f65a317fad2abbe6d76361407dc36164cd4ebaa2
[ "MIT" ]
null
null
null
DB Fundamentals/DB Basic/1. Data Definition And Datatypes/1. Data Definition And Data Types.sql
doba7a/SoftUni
f65a317fad2abbe6d76361407dc36164cd4ebaa2
[ "MIT" ]
null
null
null
DB Fundamentals/DB Basic/1. Data Definition And Datatypes/1. Data Definition And Data Types.sql
doba7a/SoftUni
f65a317fad2abbe6d76361407dc36164cd4ebaa2
[ "MIT" ]
null
null
null
--If you are going to submit these queries in SoftUni Judge system, remove GO tags. --Task 1 CREATE DATABASE Minions GO USE Minions GO --Task 2 CREATE TABLE Minions ( Id INT NOT NULL PRIMARY KEY, Name VARCHAR(50) NOT NULL, Age INT) GO CREATE TABLE Towns ( Id INT NOT NULL PRIMARY KEY, Name VARCH...
20.07309
193
0.708292
9d22b7346a10d5518babdfac5aaa1ab1f9d8598e
2,790
html
HTML
assets/js/app/templates/sellers/sellers.html
lquintero019/floresDupont
627c1271701ebd96bac4ad16ae8347d1bf7a7593
[ "MIT" ]
null
null
null
assets/js/app/templates/sellers/sellers.html
lquintero019/floresDupont
627c1271701ebd96bac4ad16ae8347d1bf7a7593
[ "MIT" ]
null
null
null
assets/js/app/templates/sellers/sellers.html
lquintero019/floresDupont
627c1271701ebd96bac4ad16ae8347d1bf7a7593
[ "MIT" ]
null
null
null
<div class="container" block-ui="main" class="block-ui-main" ng-controller="SellersController"> <div class="page-header"> <h2 class="text-primary">Vendedores</h2> <a ng-click="getSellers()" class="btn btn-primary"><i class="fa fa-refresh"></i>Actualizar</a> <a class="btn btn-success...
45.737705
204
0.51828
2d87b8649e0ee47417b444973c4e134010f7c465
1,261
swift
Swift
CIDRTests/CIDRTests.swift
sodastsai/swift-cidr
1e79f5602e34489ae4a5e5ca3546d1b9bdc2fd21
[ "Apache-2.0" ]
2
2016-10-05T05:09:22.000Z
2018-02-04T00:57:44.000Z
CIDRTests/CIDRTests.swift
sodastsai/swift-cidr
1e79f5602e34489ae4a5e5ca3546d1b9bdc2fd21
[ "Apache-2.0" ]
null
null
null
CIDRTests/CIDRTests.swift
sodastsai/swift-cidr
1e79f5602e34489ae4a5e5ca3546d1b9bdc2fd21
[ "Apache-2.0" ]
null
null
null
// // CIDRTests.swift // CIDRTests // // Copyright 2016 TIEN-CHE TSAI // // 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 // // Un...
30.756098
78
0.666931
6c5910963535ce3152eb0a7be0efcb32fb9e86d5
391
go
Go
announce/impl/postgresCatcher_test.go
BruceWangNo1/notorious
4a8d9a733870f7bc8f46a03573ba2684f8ba2229
[ "MIT" ]
193
2016-04-05T15:03:29.000Z
2019-06-03T15:08:27.000Z
announce/impl/postgresCatcher_test.go
BruceWangNo1/notorious
4a8d9a733870f7bc8f46a03573ba2684f8ba2229
[ "MIT" ]
116
2016-02-15T02:52:51.000Z
2019-01-31T23:01:35.000Z
announce/impl/postgresCatcher_test.go
BruceWangNo1/notorious
4a8d9a733870f7bc8f46a03573ba2684f8ba2229
[ "MIT" ]
17
2016-03-30T02:13:35.000Z
2019-05-24T21:35:30.000Z
package catcherImpl import ( "github.com/GrappigPanda/notorious/config" "testing" ) var CONFIG = config.ConfigStruct{ "postgres", "localhost", "5432", "postgres", "", "testdb", false, nil, false, } func TestNewCatcher(t *testing.T) { _ = NewPostgresCatcher(CONFIG) } func TestHandleTorrent(t *testing.T) ...
13.964286
43
0.710997
ac4db2914e77a0a27f04bca2a03d71763d204bae
1,102
kt
Kotlin
app/src/main/java/com/finalweek10/permission/ui/groupsapp/GroupsAppModule.kt
DeweyReed/PermissionLibrary
029e23135e4f67f4697fe6c6b7546b75f2fa662c
[ "MIT" ]
9
2018-08-09T08:51:01.000Z
2021-09-16T10:45:19.000Z
app/src/main/java/com/finalweek10/permission/ui/groupsapp/GroupsAppModule.kt
DeweyReed/PermissionLibrary
029e23135e4f67f4697fe6c6b7546b75f2fa662c
[ "MIT" ]
4
2018-08-26T10:06:09.000Z
2018-09-08T01:59:53.000Z
app/src/main/java/com/finalweek10/permission/ui/groupsapp/GroupsAppModule.kt
DeweyReed/PermissionLibrary
029e23135e4f67f4697fe6c6b7546b75f2fa662c
[ "MIT" ]
4
2018-09-18T19:39:57.000Z
2020-10-07T09:29:47.000Z
package com.finalweek10.permission.ui.groupsapp import com.finalweek10.permission.data.model.VisibleGroup import com.finalweek10.permission.di.ActivityScoped import com.finalweek10.permission.di.FragmentScoped import com.finalweek10.permission.ui.main.MainContract import com.finalweek10.permission.ui.main.app.AppsPres...
31.485714
82
0.728675
3aed7879191184149256779b2ee61bc881e95d6f
126
kt
Kotlin
src/main/kotlin/com/between_freedom_and_space/mono_backend/access/service/model/BaseAccessRuleModel.kt
Between-freedom-and-Space/Backend
fc0123f0120116b26213072266750d6be368e283
[ "Apache-2.0" ]
null
null
null
src/main/kotlin/com/between_freedom_and_space/mono_backend/access/service/model/BaseAccessRuleModel.kt
Between-freedom-and-Space/Backend
fc0123f0120116b26213072266750d6be368e283
[ "Apache-2.0" ]
null
null
null
src/main/kotlin/com/between_freedom_and_space/mono_backend/access/service/model/BaseAccessRuleModel.kt
Between-freedom-and-Space/Backend
fc0123f0120116b26213072266750d6be368e283
[ "Apache-2.0" ]
null
null
null
package com.between_freedom_and_space.mono_backend.access.service.model data class BaseAccessRuleModel( val id: Long, )
18
71
0.809524
c8d5bed646af4e99212ec6014c55ac3f59068bbc
523
kt
Kotlin
kafka-suite/src/main/kotlin/dev/vasas/kafkasuite/junit5/KafkaSuite.kt
szvasas/kafka-suite
1d7f57aff1472071627936371e98ceecbda3b3b5
[ "MIT" ]
null
null
null
kafka-suite/src/main/kotlin/dev/vasas/kafkasuite/junit5/KafkaSuite.kt
szvasas/kafka-suite
1d7f57aff1472071627936371e98ceecbda3b3b5
[ "MIT" ]
null
null
null
kafka-suite/src/main/kotlin/dev/vasas/kafkasuite/junit5/KafkaSuite.kt
szvasas/kafka-suite
1d7f57aff1472071627936371e98ceecbda3b3b5
[ "MIT" ]
null
null
null
package dev.vasas.kafkasuite.junit5 import dev.vasas.kafkasuite.cluster.DockerKafkaCluster import org.junit.jupiter.api.AfterAll import org.junit.jupiter.api.BeforeAll import org.junit.jupiter.api.TestInstance @TestInstance(TestInstance.Lifecycle.PER_CLASS) interface KafkaSuite { val kafkaCluster: DockerKafkaClu...
20.115385
54
0.741874
c2347d3a0e3cc1bc1a88841e2bbcc6457b12bf86
1,455
go
Go
flags.go
fishy/godrive-fuse
04350b97d91e605c1672901a76f38d025a1de65d
[ "BSD-3-Clause" ]
null
null
null
flags.go
fishy/godrive-fuse
04350b97d91e605c1672901a76f38d025a1de65d
[ "BSD-3-Clause" ]
null
null
null
flags.go
fishy/godrive-fuse
04350b97d91e605c1672901a76f38d025a1de65d
[ "BSD-3-Clause" ]
null
null
null
package main import ( "flag" "fmt" "os" "path/filepath" ) // Flags. var ( configDir = flag.String( "config-dir", getDefaultConfigDir(), fmt.Sprintf( `The directory to config files, by default $XDG_CONFIG_HOME/%s will be used`, ConfigSubDir, ), ) profile = flag.String( "profile", "default", ...
21.086957
124
0.704467
17674f7afa31fb8186241be6f00e93381882d7d6
1,792
kt
Kotlin
android-sdk/src/main/java/webtrekk/android/sdk/util/RoomUtil.kt
Neno0o/webtrekk-new-android-sdk
f493dfe7e85591e6806fa3a94c50e394eda3cb60
[ "MIT" ]
8
2019-03-28T14:15:25.000Z
2019-10-10T11:56:26.000Z
android-sdk/src/main/java/webtrekk/android/sdk/util/RoomUtil.kt
Neno0o/webtrekk-android-sdk-BETA
f493dfe7e85591e6806fa3a94c50e394eda3cb60
[ "MIT" ]
4
2021-05-21T10:59:45.000Z
2022-03-16T16:10:47.000Z
android-sdk/src/main/java/webtrekk/android/sdk/util/RoomUtil.kt
Neno0o/webtrekk-android-sdk-BETA
f493dfe7e85591e6806fa3a94c50e394eda3cb60
[ "MIT" ]
1
2019-07-22T13:55:45.000Z
2019-07-22T13:55:45.000Z
/* * MIT License * * Copyright (c) 2019 Webtrekk GmbH * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, co...
37.333333
97
0.744978
e73902f544d229f1c24bc8294a348c69a852dc90
1,639
sql
SQL
tests/dibi/data/sqlite.sql
MartinMajor/dibi
89e92d24a2668695d606baa29eea8e5d925c9054
[ "BSD-3-Clause" ]
null
null
null
tests/dibi/data/sqlite.sql
MartinMajor/dibi
89e92d24a2668695d606baa29eea8e5d925c9054
[ "BSD-3-Clause" ]
null
null
null
tests/dibi/data/sqlite.sql
MartinMajor/dibi
89e92d24a2668695d606baa29eea8e5d925c9054
[ "BSD-3-Clause" ]
null
null
null
CREATE TABLE [products] ( [product_id] INTEGER NOT NULL PRIMARY KEY, [title] VARCHAR(100) NOT NULL ); CREATE INDEX "title" ON "products" ("title"); INSERT INTO "products" ("product_id", "title") VALUES (1, 'Chair'); INSERT INTO "products" ("product_id", "title") VALUES (2, 'Table'); INSERT INTO "products" ("product...
44.297297
97
0.691885
f0068035c6bebf4ad8dfcbde5996ed5461d03f51
345
py
Python
scripts/utils/merge.py
GabrielTavernini/TelegramMap
96879d037a3e65b555a8f13f4f468645a02cf1f2
[ "MIT" ]
3
2021-02-19T21:43:49.000Z
2022-03-30T07:50:06.000Z
scripts/utils/merge.py
GabrielTavernini/TelegramMap
96879d037a3e65b555a8f13f4f468645a02cf1f2
[ "MIT" ]
null
null
null
scripts/utils/merge.py
GabrielTavernini/TelegramMap
96879d037a3e65b555a8f13f4f468645a02cf1f2
[ "MIT" ]
2
2021-02-20T16:50:48.000Z
2022-01-25T15:15:07.000Z
import pandas as pd import sys from dotenv import load_dotenv load_dotenv() src = pd.read_csv(sys.argv[1]) dst = pd.read_csv(os.getenv('FILE_PATH')) fdf = pd.concat([dst, src]) fdf = fdf[~((fdf['user'].duplicated(keep='first')) & (fdf['user']!='Point'))] fdf = fdf[~fdf.duplicated(keep='first')] fdf.to_csv(os.getenv('...
28.75
77
0.692754
48df4f2c3062c615e048a3f6dbea8a5eabd85096
464
h
C
header6.6.1/WebSearchLocalPageCellDelegate-Protocol.h
CrackerCat/iWeChat
7b3dbc48090e2d60cb72417563c554777eded15f
[ "MIT" ]
1,694
2018-05-04T12:34:53.000Z
2022-03-23T10:33:46.000Z
header6.6.1/WebSearchLocalPageCellDelegate-Protocol.h
CrackerCat/iWeChat
7b3dbc48090e2d60cb72417563c554777eded15f
[ "MIT" ]
6
2018-09-22T16:32:43.000Z
2020-04-20T02:10:19.000Z
header6.6.1/WebSearchLocalPageCellDelegate-Protocol.h
CrackerCat/iWeChat
7b3dbc48090e2d60cb72417563c554777eded15f
[ "MIT" ]
236
2018-05-05T11:00:28.000Z
2022-03-09T03:57:28.000Z
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import "NSObject-Protocol.h" @class NSString, RelevantSearchResult_ResultItem; @protocol WebSearchLocalPageCellDelegate <NSObject> ...
27.294118
127
0.75431
5c6e68e5ef6746c8706c2a47277a85fadf811a07
1,938
h
C
lib/node_add_on/win/wrap/customized_ui_components_wrap/customized_annotation_obj_wrap.h
pramesywaraj/zoom-react-electron-implementation
94583834fe47dd29309114733c904ddcafdf928e
[ "MIT" ]
null
null
null
lib/node_add_on/win/wrap/customized_ui_components_wrap/customized_annotation_obj_wrap.h
pramesywaraj/zoom-react-electron-implementation
94583834fe47dd29309114733c904ddcafdf928e
[ "MIT" ]
null
null
null
lib/node_add_on/win/wrap/customized_ui_components_wrap/customized_annotation_obj_wrap.h
pramesywaraj/zoom-react-electron-implementation
94583834fe47dd29309114733c904ddcafdf928e
[ "MIT" ]
null
null
null
#pragma once #include "common_include.h" BEGIN_ZOOM_SDK_NAMESPACE BEGIN_CLASS_DEFINE_WITHCALLBACK(ICustomizedAnnotationObj, ICustomizedAnnotationObjEvent) NORMAL_CLASS(ICustomizedAnnotationObj) ~ICustomizedAnnotationObjWrap(); void Init(ICustomizedAnnotationObj* pObj); void UnInit(); //virtual SDKError SetEvent(ICust...
47.268293
88
0.823013
55d0a81407a9fe7d7b4a3de134bf5db31a6c535b
409
swift
Swift
Flows/TagsFlow/Tests/TagsFlowTests/TagsFlowTests.swift
Blissfulman/StackOv
fae331e3adc74c52b043b35284aa16bd1ecf2321
[ "MIT" ]
1
2021-03-05T11:58:10.000Z
2021-03-05T11:58:10.000Z
Flows/TagsFlow/Tests/TagsFlowTests/TagsFlowTests.swift
Blissfulman/StackOv
fae331e3adc74c52b043b35284aa16bd1ecf2321
[ "MIT" ]
null
null
null
Flows/TagsFlow/Tests/TagsFlowTests/TagsFlowTests.swift
Blissfulman/StackOv
fae331e3adc74c52b043b35284aa16bd1ecf2321
[ "MIT" ]
null
null
null
import XCTest @testable import TagsFlow final class TagsFlowTests: XCTestCase { func testExample() { // This is an example of a functional test case. // Use XCTAssert and related functions to verify your tests produce the correct // results. XCTAssertEqual(TagsFlow().text, "Hello, W...
25.5625
87
0.647922
02b4d33c33d37fd231df7fe3b51d6458b5e967bd
287
sql
SQL
finance/egov/egov-collection/src/main/resources/db/migration/main/V20160222121224__collection_collectionindex_alter_DDL.sql
pradeepkumarcm-egov/DIGIT-Dev
d8fb601fae6d919d2386f36b36dfc7fde77ebd4f
[ "MIT" ]
11
2021-04-22T13:18:00.000Z
2021-07-13T06:24:48.000Z
finance/egov/egov-collection/src/main/resources/db/migration/main/V20160222121224__collection_collectionindex_alter_DDL.sql
pradeepkumarcm-egov/DIGIT-Dev
d8fb601fae6d919d2386f36b36dfc7fde77ebd4f
[ "MIT" ]
56
2019-09-24T00:12:41.000Z
2022-02-01T00:58:00.000Z
finance/egov/egov-collection/src/main/resources/db/migration/main/V20160222121224__collection_collectionindex_alter_DDL.sql
pradeepkumarcm-egov/DIGIT-Dev
d8fb601fae6d919d2386f36b36dfc7fde77ebd4f
[ "MIT" ]
17
2019-03-06T05:39:47.000Z
2022-03-02T13:34:37.000Z
alter table eg_collectionindex drop column installmentfromdate; alter table eg_collectionindex drop column installmenttodate; alter table eg_collectionindex add column installmentfrom character varying(50); alter table eg_collectionindex add column installmentto character varying(50);
47.833333
80
0.87108
980d793cb190f8faff4eb926fc185298641365a6
949
lua
Lua
main.lua
1hiking/Fish-with-Polar-Boi
46cc5548c158fb2a672087e0f6cc508ab10ac443
[ "Apache-2.0" ]
null
null
null
main.lua
1hiking/Fish-with-Polar-Boi
46cc5548c158fb2a672087e0f6cc508ab10ac443
[ "Apache-2.0" ]
null
null
null
main.lua
1hiking/Fish-with-Polar-Boi
46cc5548c158fb2a672087e0f6cc508ab10ac443
[ "Apache-2.0" ]
null
null
null
require("player") require("fishingrod") function love.load() -- folder/resource Background = love.graphics.newImage("assets/Lake.jpg") BackgroundWidth = Background:getWidth() BackgroundHeight = Background:getHeight() Music = love.audio.newSource("assets/Music.mp3", "stream") --[[Stream is bette...
26.361111
129
0.6902
2f114daa7a4a65c689fc2d97bda8ed51f135c084
1,587
kt
Kotlin
app/src/main/java/com/example/androidviper/BaseActivity/BaseFragment.kt
Allan-Nava/AndroidVIPER
9be804991be209641ab0e3ba2d606a3e6f80dffd
[ "MIT" ]
1
2021-01-19T15:05:21.000Z
2021-01-19T15:05:21.000Z
app/src/main/java/com/example/androidviper/BaseActivity/BaseFragment.kt
Allan-Nava/AndroidVIPER
9be804991be209641ab0e3ba2d606a3e6f80dffd
[ "MIT" ]
1
2022-02-28T20:16:11.000Z
2022-02-28T20:16:11.000Z
app/src/main/java/com/example/androidviper/BaseActivity/BaseFragment.kt
Allan-Nava/AndroidVIPER
9be804991be209641ab0e3ba2d606a3e6f80dffd
[ "MIT" ]
null
null
null
package com.example.androidviper.BaseActivity import android.content.Context import android.content.ContextWrapper import android.graphics.drawable.Drawable import androidx.fragment.app.Fragment /** * Created by Allan Nava on 15/01/2021. * Updated by Allan Nava on 23/01/2021. **/ abstract class BaseFragment: F...
27.842105
93
0.619408
51b56d9629ae3a8de70f0277369a6aa395964682
262
sql
SQL
sql/data/2016-12-07.sql
chili-dog-night/site
0b5c832661947db56e50fc14957901a4d04aeef5
[ "MIT" ]
null
null
null
sql/data/2016-12-07.sql
chili-dog-night/site
0b5c832661947db56e50fc14957901a4d04aeef5
[ "MIT" ]
null
null
null
sql/data/2016-12-07.sql
chili-dog-night/site
0b5c832661947db56e50fc14957901a4d04aeef5
[ "MIT" ]
null
null
null
INSERT INTO media ( title, uri, rating, viewed_at, created_at ) VALUES ('Happy Christmas', 'http://www.imdb.com/title/tt2955096/', 1000, '2016-12-07', now()), ('12 Dates of Christmas', 'http://www.imdb.com/title/tt1846442/', 1000, '2016-12-07', now())
21.833333
92
0.656489
dda3c4ea70b240bed79d81342f883ea3e68fb5b9
1,101
php
PHP
app/repositories/NoteRepository.php
kalodiodev/plain-notes
5dde800279c8094121e8ed9bc8211bf660ea3f25
[ "MIT" ]
null
null
null
app/repositories/NoteRepository.php
kalodiodev/plain-notes
5dde800279c8094121e8ed9bc8211bf660ea3f25
[ "MIT" ]
null
null
null
app/repositories/NoteRepository.php
kalodiodev/plain-notes
5dde800279c8094121e8ed9bc8211bf660ea3f25
[ "MIT" ]
null
null
null
<?php namespace App\Repository; use App\Model\Note; use App\Model\User; /** * Interface Note Repository * * @package App\Repository */ interface NoteRepository { /** * Get all user's notes * * @param User $user * @return mixed */ function all(User $user); /** * Get not...
15.291667
44
0.497729
b2d2f0394cea895eb88a51c785769332faca9031
844
py
Python
blog/tasks.py
iloveyougit/ylink2
a87d8fde79ab259012cd6486299fcf86e1afc740
[ "MIT" ]
null
null
null
blog/tasks.py
iloveyougit/ylink2
a87d8fde79ab259012cd6486299fcf86e1afc740
[ "MIT" ]
null
null
null
blog/tasks.py
iloveyougit/ylink2
a87d8fde79ab259012cd6486299fcf86e1afc740
[ "MIT" ]
null
null
null
from __future__ import absolute_import, unicode_literals import string from django.contrib.auth.models import User from django.utils.crypto import get_random_string from celery import shared_task, current_task @shared_task def create_random_user_accounts(total_user): for i in range(total_user): use...
29.103448
87
0.667062
04ad94990fc7c2188f5582a96ce84e176f4eb734
209
html
HTML
templates/map.tmpl.html
JSchermers/neighborhoodmap
4eb470c7fbac29c2ef55e484b424fdb9053dff8a
[ "MIT" ]
null
null
null
templates/map.tmpl.html
JSchermers/neighborhoodmap
4eb470c7fbac29c2ef55e484b424fdb9053dff8a
[ "MIT" ]
null
null
null
templates/map.tmpl.html
JSchermers/neighborhoodmap
4eb470c7fbac29c2ef55e484b424fdb9053dff8a
[ "MIT" ]
null
null
null
<!-- add myMap to custom knockout binding handler --> <h2>The google map (city arms)</h2> <div id="google-map" class="google-map" data-bind="googlemap: myMap" aria-label="google map with city points"> </div>
34.833333
110
0.703349
fd8ac5b15b5caac6b854541bb70f37577601fcd4
227
h
C
Example/HBWebBridge/HBViewController.h
Neojoke/HBWebBridge
6107a6d57fe52849ef02d8c49522231be0362d1e
[ "MIT" ]
null
null
null
Example/HBWebBridge/HBViewController.h
Neojoke/HBWebBridge
6107a6d57fe52849ef02d8c49522231be0362d1e
[ "MIT" ]
null
null
null
Example/HBWebBridge/HBViewController.h
Neojoke/HBWebBridge
6107a6d57fe52849ef02d8c49522231be0362d1e
[ "MIT" ]
null
null
null
// // HBViewController.h // HBWebBridge // // Created by 394570610@qq.com on 11/16/2017. // Copyright (c) 2017 394570610@qq.com. All rights reserved. // @import UIKit; @interface HBViewController : UIViewController @end
16.214286
61
0.709251
fa51329ec027b31e2525b04f9e73944bc51dc52d
403
swift
Swift
RJSmartDoorSDK/ui/src/http/HTTPStatusCode.swift
EaseLi/RJSmartDoorSDK
b2504c512dea9d78ab538b3f49540738516fb106
[ "MIT" ]
1
2019-09-17T15:10:37.000Z
2019-09-17T15:10:37.000Z
RJSmartDoorSDK/ui/src/http/HTTPStatusCode.swift
EaseLi/RJSmartDoorSDK
b2504c512dea9d78ab538b3f49540738516fb106
[ "MIT" ]
null
null
null
RJSmartDoorSDK/ui/src/http/HTTPStatusCode.swift
EaseLi/RJSmartDoorSDK
b2504c512dea9d78ab538b3f49540738516fb106
[ "MIT" ]
null
null
null
// // HTTPStatusCode.swift // RJSmartDoor // // Created by Ruijia on 16/6/22. // Copyright © 2016年 Ruijia. All rights reserved. // import Foundation struct HttpStatusCode { init(CODE:Int, MESSAGE:String) { self.CODE = CODE self.MESSAGE = MESSAGE } let CODE:Int let MESSAGE...
17.521739
63
0.622829
3beb28b52bc90aa91e980ce7a8ecc3e5e9a7e7ce
849
h
C
Frameworks/WCRLiveCore.framework/Headers/WCRMessageChannelTypedef.h
MagicSchooliOS/WCRLiveCorePod
229eae6460c514f54329778485e1ff79eda7c82f
[ "MIT" ]
null
null
null
Frameworks/WCRLiveCore.framework/Headers/WCRMessageChannelTypedef.h
MagicSchooliOS/WCRLiveCorePod
229eae6460c514f54329778485e1ff79eda7c82f
[ "MIT" ]
null
null
null
Frameworks/WCRLiveCore.framework/Headers/WCRMessageChannelTypedef.h
MagicSchooliOS/WCRLiveCorePod
229eae6460c514f54329778485e1ff79eda7c82f
[ "MIT" ]
null
null
null
// // WCRMessageChannelTypedef.h // WCRMessageChannelSDK // // Created by juvham on 2019/3/15. // Copyright © 2019 juvham. All rights reserved. // #ifndef WCRMessageChannelTypedef_h #define WCRMessageChannelTypedef_h /** 发送消息的结果,非WCRSendMessageResultOK为发送失败 - WCRSendMessageResultOK: 成功 - WCRSendMessageResult...
21.769231
104
0.78563
0242e96a521e47c9b93ee9d60275f52feb5f56e6
2,614
kt
Kotlin
ui/ui-foundation/src/commonMain/kotlin/androidx/compose/foundation/ProgressSemantics.kt
digitalbuddha/androidx
03a8f7cfffc74435a23aeae0084ed2f3b84728fd
[ "Apache-2.0" ]
1
2020-09-06T20:07:54.000Z
2020-09-06T20:07:54.000Z
ui/ui-foundation/src/commonMain/kotlin/androidx/compose/foundation/ProgressSemantics.kt
digitalbuddha/androidx
03a8f7cfffc74435a23aeae0084ed2f3b84728fd
[ "Apache-2.0" ]
null
null
null
ui/ui-foundation/src/commonMain/kotlin/androidx/compose/foundation/ProgressSemantics.kt
digitalbuddha/androidx
03a8f7cfffc74435a23aeae0084ed2f3b84728fd
[ "Apache-2.0" ]
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...
35.808219
100
0.750191
558d2280fd0e9ff350e49278622ad03cf0d0aac6
533
kt
Kotlin
app/src/main/java/com/architectcoders/arquitectomarvel/data/server/uiEntities/comics/ComicImageApi.kt
Architect-Coders-Team-2/ArquitectoMarvel
4cb902655d8328cebc9e6c874800f5cc71f18943
[ "MIT" ]
null
null
null
app/src/main/java/com/architectcoders/arquitectomarvel/data/server/uiEntities/comics/ComicImageApi.kt
Architect-Coders-Team-2/ArquitectoMarvel
4cb902655d8328cebc9e6c874800f5cc71f18943
[ "MIT" ]
52
2021-03-20T19:00:17.000Z
2021-10-09T11:44:23.000Z
app/src/main/java/com/architectcoders/arquitectomarvel/data/server/uiEntities/comics/ComicImageApi.kt
Architect-Coders-Team-2/ArquitectoMarvel
4cb902655d8328cebc9e6c874800f5cc71f18943
[ "MIT" ]
null
null
null
package com.architectcoders.arquitectomarvel.data.server.uiEntities.comics import com.architectcoders.domain.Thumbnail import com.squareup.moshi.Json import com.squareup.moshi.JsonClass @JsonClass(generateAdapter = true) data class ComicImageApi( @Json(name = "path") val path: String?, @Json(name = "exten...
26.65
74
0.757974
2a752d6d2c65d2ee548b62bfdfe467b25f2799c7
64
java
Java
xmppbot-core/src/main/java/de/raion/xmppbot/package-info.java
brndkfr/xmppbot
e21ca352fd5fc270e6a8563c340dc2c549d17734
[ "Apache-2.0" ]
null
null
null
xmppbot-core/src/main/java/de/raion/xmppbot/package-info.java
brndkfr/xmppbot
e21ca352fd5fc270e6a8563c340dc2c549d17734
[ "Apache-2.0" ]
null
null
null
xmppbot-core/src/main/java/de/raion/xmppbot/package-info.java
brndkfr/xmppbot
e21ca352fd5fc270e6a8563c340dc2c549d17734
[ "Apache-2.0" ]
null
null
null
/** * main package of the xmppbot */ package de.raion.xmppbot;
16
30
0.6875
51da4372c93dee83b345ddfe112c5ad178f65d81
301
sql
SQL
sql/email.sql
serbe/rpel
9b00161e623c6248bc3dd07186be5cab082a6619
[ "Apache-2.0" ]
null
null
null
sql/email.sql
serbe/rpel
9b00161e623c6248bc3dd07186be5cab082a6619
[ "Apache-2.0" ]
null
null
null
sql/email.sql
serbe/rpel
9b00161e623c6248bc3dd07186be5cab082a6619
[ "Apache-2.0" ]
null
null
null
CREATE TABLE IF NOT EXISTS emails ( id bigserial PRIMARY KEY, company_id bigint, contact_id bigint, email text, note text, created_at timestamp without time zone, updated_at timestamp without time zone DEFAULT now() );
30.1
60
0.584718
c3e8f6d5b2cbbd3afd9eadabe3e603873c715ff7
2,476
rs
Rust
src/libos/crates/async-io/src/event/event_counter.rs
qzheng527/ngo
635ce9ef2427fe1b602b40ec89aa3530b167169d
[ "BSD-3-Clause-Clear" ]
1
2021-11-11T02:55:45.000Z
2021-11-11T02:55:45.000Z
src/libos/crates/async-io/src/event/event_counter.rs
guzongmin/ngo
188fd8a641bac0601a855192b4ec12b5091fd47a
[ "BSD-3-Clause-Clear" ]
null
null
null
src/libos/crates/async-io/src/event/event_counter.rs
guzongmin/ngo
188fd8a641bac0601a855192b4ec12b5091fd47a
[ "BSD-3-Clause-Clear" ]
null
null
null
use std::borrow::BorrowMut; use std::sync::atomic::{AtomicU64, Ordering}; use std::time::Duration; use async_rt::{wait::WaiterQueue, waiter_loop}; use crate::prelude::*; /// A counter for wait and wakeup. /// /// The APIs of EventCounter are similar to that of Liunx's eventfd. pub struct EventCounter { counter: ...
25.265306
72
0.519386
02d570942b2058c3c7e1ef33031c98a3f008911a
25,719
lua
Lua
ZeroScripts/ZeroAuthenticator/Authenticator.lua
teppyboy/RbxScripts
7680e24cb51b4321f3aaf7a5afa2992080abdfbc
[ "MIT" ]
null
null
null
ZeroScripts/ZeroAuthenticator/Authenticator.lua
teppyboy/RbxScripts
7680e24cb51b4321f3aaf7a5afa2992080abdfbc
[ "MIT" ]
1
2020-11-08T15:58:51.000Z
2020-11-08T15:58:51.000Z
ZeroScripts/ZeroAuthenticator/Authenticator.lua
teppyboy/RbxScripts
7680e24cb51b4321f3aaf7a5afa2992080abdfbc
[ "MIT" ]
null
null
null
return(function(e,...)local v="This file was obfuscated using PSU Obfuscator 4.0.A | https://www.psu.dev/ & discord.gg/psu";local x=e['nB4cOUJ46I'];local F=e[(810626622)];local o=e[((293115653-#("why the fuck would we sell a deobfuscator for a product we created.....")))];local P=e[((#{(function(...)return 380,725,296,...
12,859.5
25,718
0.743653
ae6b4e67d45324cb5d15c698402d6ed409bbbe68
2,414
swift
Swift
ERPINCodeViewController/Classes/Extensions.swift
erusso1/ERPINCodeViewController
449ff9ca95de90b62c8bafd95b0ea2b9283173c7
[ "MIT" ]
null
null
null
ERPINCodeViewController/Classes/Extensions.swift
erusso1/ERPINCodeViewController
449ff9ca95de90b62c8bafd95b0ea2b9283173c7
[ "MIT" ]
null
null
null
ERPINCodeViewController/Classes/Extensions.swift
erusso1/ERPINCodeViewController
449ff9ca95de90b62c8bafd95b0ea2b9283173c7
[ "MIT" ]
null
null
null
// // Extensions.swift // ERPINCodeViewController // // Created by Ephraim Russo on 6/12/19. // import Foundation import UIKit import CryptoSwift extension Bundle { static var resources: Bundle? { guard let url = Bundle(for: PINCodeViewController.self).url(forResource: "ERPINCodeViewContr...
26.822222
162
0.614747
605fcf572a5c5b173ee705ed8a36ec5784bb35bf
132
sql
SQL
0x0D-SQL_introduction/103-max_state.sql
malu17/alx-higher_level_programming
75a24d98c51116b737f339697c75855e34254d3a
[ "MIT" ]
null
null
null
0x0D-SQL_introduction/103-max_state.sql
malu17/alx-higher_level_programming
75a24d98c51116b737f339697c75855e34254d3a
[ "MIT" ]
null
null
null
0x0D-SQL_introduction/103-max_state.sql
malu17/alx-higher_level_programming
75a24d98c51116b737f339697c75855e34254d3a
[ "MIT" ]
null
null
null
-- displays the max temperature of each state SELECT state, MAX(value) AS max_temp FROM temperatures GROUP BY state ORDER BY state;
44
85
0.795455
71f45a66797646a0e2b9bed379422aa6a5c4dd0c
547
ts
TypeScript
packages/transformer-jsdoc/src/utils/stripAllComments.ts
voxpelli/esmbly
ffe013a717e7ffb164653593afa641c90c948b7b
[ "MIT" ]
21
2019-03-07T12:11:35.000Z
2022-01-31T18:59:45.000Z
packages/transformer-jsdoc/src/utils/stripAllComments.ts
voxpelli/esmbly
ffe013a717e7ffb164653593afa641c90c948b7b
[ "MIT" ]
57
2019-04-10T12:13:47.000Z
2022-02-26T13:47:20.000Z
packages/transformer-jsdoc/src/utils/stripAllComments.ts
voxpelli/esmbly
ffe013a717e7ffb164653593afa641c90c948b7b
[ "MIT" ]
3
2019-05-13T00:09:14.000Z
2019-07-06T20:15:36.000Z
import { SyntaxTree } from '@esmbly/types'; import { Comment } from '@babel/types'; import traverse from '@babel/traverse'; import { isLeadingComment } from './filters'; export function stripAllComments(ast: SyntaxTree): void { traverse(ast.tree, { enter({ node }) { if ('comments' in node) { node.c...
26.047619
68
0.585009
7cb2ebb7270c9b81418c148b39117305fd28d06b
428
lua
Lua
civrts/gamemode/cl_init.lua
GMRemie/civrts
689ff85086d8926f393df77fe7d745e19712aea5
[ "MIT" ]
null
null
null
civrts/gamemode/cl_init.lua
GMRemie/civrts
689ff85086d8926f393df77fe7d745e19712aea5
[ "MIT" ]
null
null
null
civrts/gamemode/cl_init.lua
GMRemie/civrts
689ff85086d8926f393df77fe7d745e19712aea5
[ "MIT" ]
null
null
null
print("Client Ran") include( "shared.lua" ) for _,v in pairs(file.Find(GM.FolderName .. "/gamemode/core/structures/*.lua", "LUA")) do include("core/structures/" .. v) end for _,v in pairs(file.Find(GM.FolderName .. "/gamemode/core/cl_interface/*.lua", "LUA")) do include("core/cl_interface/" .. v) end for _,v in...
53.5
131
0.665888
0b4b788e9eff0805e818a85816da1251c2774ea5
513
kt
Kotlin
examples/saas/src/main/java/me/digi/saas/usecases/GetServicesForContract.kt
digime/digime-sdk-android
782d2109a05ca080ffe83bf76327f33518351a08
[ "Apache-2.0" ]
1
2021-04-05T02:57:56.000Z
2021-04-05T02:57:56.000Z
examples/saas/src/main/java/me/digi/saas/usecases/GetServicesForContract.kt
digime/digime-sdk-android
782d2109a05ca080ffe83bf76327f33518351a08
[ "Apache-2.0" ]
17
2019-10-09T14:27:55.000Z
2020-04-03T09:08:03.000Z
examples/saas/src/main/java/me/digi/saas/usecases/GetServicesForContract.kt
digime/digime-sdk-android
782d2109a05ca080ffe83bf76327f33518351a08
[ "Apache-2.0" ]
4
2019-09-23T14:16:33.000Z
2020-04-20T08:41:16.000Z
package me.digi.saas.usecases import io.reactivex.rxjava3.core.Single import me.digi.saas.data.repository.MainRepository import me.digi.sdk.entities.service.Service interface GetServicesForContractUseCase { fun invoke(contractId: String): Single<List<Service>> } class GetServicesForContractUseCaseImpl(private va...
32.0625
81
0.805068
ee3d89a3aaca2268adc52625e757bff62ba319c6
1,725
kt
Kotlin
generated-swiperefreshlayout/src/main/kotlin/com/laidpack/sourcerer/generated/swiperefreshlayout/SwipeRefreshLayoutFactory.kt
dpnolte/sourcerer
9513bbc54768e9248c450b0aba125b433c447e68
[ "Apache-2.0" ]
null
null
null
generated-swiperefreshlayout/src/main/kotlin/com/laidpack/sourcerer/generated/swiperefreshlayout/SwipeRefreshLayoutFactory.kt
dpnolte/sourcerer
9513bbc54768e9248c450b0aba125b433c447e68
[ "Apache-2.0" ]
4
2020-07-17T05:38:29.000Z
2021-09-01T06:26:00.000Z
generated-swiperefreshlayout/src/main/kotlin/com/laidpack/sourcerer/generated/swiperefreshlayout/SwipeRefreshLayoutFactory.kt
dpnolte/sourcerer
9513bbc54768e9248c450b0aba125b433c447e68
[ "Apache-2.0" ]
1
2020-06-11T02:38:33.000Z
2020-06-11T02:38:33.000Z
package com.laidpack.sourcerer.generated.swiperefreshlayout import android.content.Context import android.view.View import androidx.swiperefreshlayout.widget.SwipeRefreshLayout import com.laidpack.generator.api.ViewGroupElement import com.laidpack.sourcerer.generated.ViewGroupFactory import com.laidpack.sourcerer.gene...
38.333333
243
0.715942
669e9e996044e2167f059dfd3f56d19d8b082cb3
120
kt
Kotlin
app/src/main/java/louis/flight/status/info/ui/about/AboutFragment.kt
louisfaria-softly/FlightData
9fe7168310488433b0c88e29aa9ed1bff0ba1009
[ "Apache-2.0" ]
null
null
null
app/src/main/java/louis/flight/status/info/ui/about/AboutFragment.kt
louisfaria-softly/FlightData
9fe7168310488433b0c88e29aa9ed1bff0ba1009
[ "Apache-2.0" ]
null
null
null
app/src/main/java/louis/flight/status/info/ui/about/AboutFragment.kt
louisfaria-softly/FlightData
9fe7168310488433b0c88e29aa9ed1bff0ba1009
[ "Apache-2.0" ]
null
null
null
package louis.flight.status.info.ui.about import androidx.fragment.app.Fragment class AboutFragment : Fragment() { }
15
41
0.783333
a33ad5795992c15326d76ef9673fd333d76e6d56
21,267
swift
Swift
EasySlide/ESNavigationController.swift
gnoell/EasySlide
41dec0faeab7213b936d776772d78044c82ecb95
[ "MIT" ]
8
2016-05-29T18:32:00.000Z
2017-09-06T17:05:35.000Z
EasySlide/ESNavigationController.swift
gnoell/EasySlide
41dec0faeab7213b936d776772d78044c82ecb95
[ "MIT" ]
2
2016-03-19T17:49:56.000Z
2016-03-26T05:18:56.000Z
EasySlide/ESNavigationController.swift
gnoell/EasySlide
41dec0faeab7213b936d776772d78044c82ecb95
[ "MIT" ]
null
null
null
/* * EasySlide * ESNavigationController * * Author: Nathan Blamirs * Copyright © 2016 Nathan Blamires. All rights reserved. */ import UIKit class ESNavigationController: UINavigationController, UIGestureRecognizerDelegate { // side view controllers private var leftMenuViewController = UIViewController()...
42.112871
219
0.667043
707a91f6d5b090dc48d6afd9b9a49799a7a4dec8
3,708
go
Go
valuediff_test.go
wzshiming/valuediff
4190f6b89aa6afdce4e6fd9fc7fe10e907d89938
[ "MIT" ]
null
null
null
valuediff_test.go
wzshiming/valuediff
4190f6b89aa6afdce4e6fd9fc7fe10e907d89938
[ "MIT" ]
null
null
null
valuediff_test.go
wzshiming/valuediff
4190f6b89aa6afdce4e6fd9fc7fe10e907d89938
[ "MIT" ]
null
null
null
package valuediff import ( "encoding/json" "fmt" "reflect" "testing" "time" ) func TestDeepDiff(t *testing.T) { now := time.Now() type args struct { x interface{} y interface{} } tests := []struct { name string args args want []Diff }{ { args: args{ djson(`1`), djson(`1`), }, }, ...
18.633166
98
0.413161
f065f461a489c9074cdee60dd0969bf025e6c251
937
js
JavaScript
lib/metrics/recorders/distributed-trace.js
michaelgoin/node-newrelic
4490db09b5963c0b35ed67747c1dc51615cfd675
[ "Apache-2.0" ]
637
2015-01-03T13:29:50.000Z
2022-03-30T14:49:15.000Z
lib/metrics/recorders/distributed-trace.js
michaelgoin/node-newrelic
4490db09b5963c0b35ed67747c1dc51615cfd675
[ "Apache-2.0" ]
595
2015-01-06T18:14:13.000Z
2022-03-31T16:32:21.000Z
lib/metrics/recorders/distributed-trace.js
bizob2828/node-newrelic
6bbadca92643506e9b1e4cd81b754443afdd0262
[ "Apache-2.0" ]
376
2015-01-15T02:22:44.000Z
2022-03-11T18:05:07.000Z
/* * Copyright 2020 New Relic Corporation. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ 'use strict' const NAMES = require('../names') function recordDistributedTrace(tx, suffix, duration, exclusive) { const distTraceReceived = !!tx.acceptedDistributedTrace const tag = [ tx.parentType || ...
26.027778
96
0.66809
50d544408ffcbadf49f8fdcb9ed8796600148afe
676
go
Go
solution/p0257/binary-tree-paths.go
guangfnian/LeetCode-Golang
4302f078c60406837ba5900561520267d529a98f
[ "MIT" ]
null
null
null
solution/p0257/binary-tree-paths.go
guangfnian/LeetCode-Golang
4302f078c60406837ba5900561520267d529a98f
[ "MIT" ]
null
null
null
solution/p0257/binary-tree-paths.go
guangfnian/LeetCode-Golang
4302f078c60406837ba5900561520267d529a98f
[ "MIT" ]
null
null
null
package p0257 import "strconv" type TreeNode struct { Val int Left *TreeNode Right *TreeNode } func binaryTreePaths(root *TreeNode) []string { if root == nil { return []string{} } val := strconv.Itoa(root.Val) if root.Left == nil && root.Right == nil { return []string{val} } var left []string var ri...
17.789474
47
0.609467
90bb3e56ae7550a10b4bc03eb3152c16bb530e1d
6,667
py
Python
salt/states/disk.py
markgras/salt
d66cd3c935533c63870b83228b978ce43e0ef70d
[ "Apache-2.0" ]
null
null
null
salt/states/disk.py
markgras/salt
d66cd3c935533c63870b83228b978ce43e0ef70d
[ "Apache-2.0" ]
1
2017-07-10T21:44:39.000Z
2017-07-10T21:44:39.000Z
salt/states/disk.py
markgras/salt
d66cd3c935533c63870b83228b978ce43e0ef70d
[ "Apache-2.0" ]
null
null
null
""" Disk monitoring state Monitor the state of disk resources. The ``disk.status`` function can be used to report that the used space of a filesystem is within the specified limits. .. code-block:: sls used_space: disk.status: - name: /dev/xda1 - maximum: 79% - minimum: 11% It can...
29.5
88
0.542823
17475d3c3445e8f3e95e73ad0f89b85f70996183
2,133
html
HTML
frontend/src/index.html
danlooo/icarus
c600b4fe4bc3a06ca92e598512b64c4ac3642f2c
[ "MIT" ]
null
null
null
frontend/src/index.html
danlooo/icarus
c600b4fe4bc3a06ca92e598512b64c4ac3642f2c
[ "MIT" ]
null
null
null
frontend/src/index.html
danlooo/icarus
c600b4fe4bc3a06ca92e598512b64c4ac3642f2c
[ "MIT" ]
null
null
null
<html> <header> <title>icarus</title> <meta charset="UTF-8"> <link rel="stylesheet" href="index.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"> <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" />...
43.530612
202
0.580403
dda08b1d67333fc90baede624b05bfe026b2e970
2,362
php
PHP
app/Repositories/product/ProductRepository.php
AmrAlmagic/saleswork
fd0444cdcdaa61f9924853f0bda31bb238101536
[ "MIT" ]
null
null
null
app/Repositories/product/ProductRepository.php
AmrAlmagic/saleswork
fd0444cdcdaa61f9924853f0bda31bb238101536
[ "MIT" ]
null
null
null
app/Repositories/product/ProductRepository.php
AmrAlmagic/saleswork
fd0444cdcdaa61f9924853f0bda31bb238101536
[ "MIT" ]
null
null
null
<?php namespace App\Repositories\Product; use App\Repositories\Product\ProductInterface as ProductInterface; use App\Product; use App\Http\Requests; use Illuminate\Support\Facades\Auth; class ProductRepository implements ProductInterface { public $product; function __construct(Product $product) { $...
26.539326
114
0.555461
099fc16f1e8ec6d7fff453fb9e826a079ba45020
2,723
kt
Kotlin
anvil-cardview-v7/src/main/kotlin/trikita/anvil/CardViewv7.kt
dector/anvil
a3db7c02d22ab78c78023886bf1ecda849125cf5
[ "MIT" ]
1
2020-06-25T05:12:31.000Z
2020-06-25T05:12:31.000Z
anvil-cardview-v7/src/main/kotlin/trikita/anvil/CardViewv7.kt
dector/inkremental
a3db7c02d22ab78c78023886bf1ecda849125cf5
[ "MIT" ]
null
null
null
anvil-cardview-v7/src/main/kotlin/trikita/anvil/CardViewv7.kt
dector/inkremental
a3db7c02d22ab78c78023886bf1ecda849125cf5
[ "MIT" ]
null
null
null
@file:Suppress("DEPRECATION", "UNCHECKED_CAST", "MemberVisibilityCanBePrivate", "unused") package trikita.anvil import android.content.res.ColorStateList import android.view.View import androidx.cardview.widget.CardView import kotlin.Any import kotlin.Boolean import kotlin.Float import kotlin.Int import kotlin.String...
27.785714
99
0.644877
92371f9ac3b62f9c9cc9ddae2f80236f0d235620
451
kt
Kotlin
core/src/main/java/com/marvel/example/core/domain/entities/character/Character.kt
kuuuurt/android-example-marvel-characters
88ccaa82b768f2f534dd44eb1ce72779e1cc6724
[ "Apache-2.0" ]
13
2019-06-03T06:16:01.000Z
2021-10-13T02:20:43.000Z
core/src/main/java/com/marvel/example/core/domain/entities/character/Character.kt
kuuuurt/android-example-marvel-characters
88ccaa82b768f2f534dd44eb1ce72779e1cc6724
[ "Apache-2.0" ]
null
null
null
core/src/main/java/com/marvel/example/core/domain/entities/character/Character.kt
kuuuurt/android-example-marvel-characters
88ccaa82b768f2f534dd44eb1ce72779e1cc6724
[ "Apache-2.0" ]
2
2019-08-19T06:53:51.000Z
2022-03-04T08:14:39.000Z
package com.marvel.example.core.domain.entities.character import com.squareup.moshi.Json import com.squareup.moshi.JsonClass @JsonClass(generateAdapter = true) data class Character( @Json(name = "id") val id: Int, @Json(name = "thumbnail") val thumbnail: Thumbnail, @Json(name = "name") val n...
20.5
57
0.678492
0b8c6be818a7cbaf37cca4c064deeaad2a57e58e
17,677
sql
SQL
pkl (4).sql
rudiwawa/ncc
5a53c462ace6a529e630a01f306ed87e98effc48
[ "MIT" ]
null
null
null
pkl (4).sql
rudiwawa/ncc
5a53c462ace6a529e630a01f306ed87e98effc48
[ "MIT" ]
null
null
null
pkl (4).sql
rudiwawa/ncc
5a53c462ace6a529e630a01f306ed87e98effc48
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 4.7.7 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Jul 23, 2019 at 10:34 AM -- Server version: 10.1.30-MariaDB -- PHP Version: 7.2.2 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD...
42.390887
621
0.65407
b2bd5b9242c3d57e4f9ef3633085d5a608db500a
1,014
py
Python
Week-4/points_and_segments.py
AbhiSaphire/Algorithmic-Toolbox
abc2b9f25b3c473b93b7d8905e7da0b38cd24062
[ "MIT" ]
3
2020-06-04T09:37:57.000Z
2020-06-15T22:55:55.000Z
Week-4/points_and_segments.py
AbhiSaphire/Algorithmic-Toolbox
abc2b9f25b3c473b93b7d8905e7da0b38cd24062
[ "MIT" ]
1
2020-06-23T13:04:43.000Z
2020-06-23T13:06:25.000Z
Week-4/points_and_segments.py
AbhiSaphire/Algorithmic-Toolbox
abc2b9f25b3c473b93b7d8905e7da0b38cd24062
[ "MIT" ]
1
2020-10-08T13:06:05.000Z
2020-10-08T13:06:05.000Z
import sys from itertools import chain def fast_count_segments(starts, ends, points): cnt = [0] * len(points) start_points = zip(starts, ['l'] * len(starts), range(len(starts))) end_points = zip(ends, ['r'] * len(ends), range(len(ends))) point_points = zip(points, ['p'] * len(points), range(len(points)...
31.6875
71
0.580868
c7c0c0a4f5ca1699cb3fa80bb52496d47fcbaec8
736
py
Python
ProsperCron/{{cookiecutter.project_name}}/{{cookiecutter.library_name}}/{{cookiecutter.cli_name}}.py
EVEprosper/ProsperCookiecutters
569ca0c311a5ead2b49f0cdde4cb2ad14dcd3a2c
[ "MIT" ]
null
null
null
ProsperCron/{{cookiecutter.project_name}}/{{cookiecutter.library_name}}/{{cookiecutter.cli_name}}.py
EVEprosper/ProsperCookiecutters
569ca0c311a5ead2b49f0cdde4cb2ad14dcd3a2c
[ "MIT" ]
null
null
null
ProsperCron/{{cookiecutter.project_name}}/{{cookiecutter.library_name}}/{{cookiecutter.cli_name}}.py
EVEprosper/ProsperCookiecutters
569ca0c311a5ead2b49f0cdde4cb2ad14dcd3a2c
[ "MIT" ]
null
null
null
"""launcher/wrapper for executing CLI""" from os import path import platform import logging from plumbum import cli import prosper.common.prosper_cli as p_cli import prosper.common.prosper_logging as p_logging import prosper.common.prosper_config as p_config from . import _version HERE = path.abspath(path.dirname(_...
23
61
0.728261
75ad46d63d0e3e0ec0a197a4186a4318e1cf7bed
13,351
swift
Swift
UZBroadcast/UZGPUBroadcastViewController.swift
uizaio/snake.sdk.ios-broadcast
656cbbc98d9946e5aadceecc33037bcee035a38a
[ "BSD-2-Clause" ]
null
null
null
UZBroadcast/UZGPUBroadcastViewController.swift
uizaio/snake.sdk.ios-broadcast
656cbbc98d9946e5aadceecc33037bcee035a38a
[ "BSD-2-Clause" ]
null
null
null
UZBroadcast/UZGPUBroadcastViewController.swift
uizaio/snake.sdk.ios-broadcast
656cbbc98d9946e5aadceecc33037bcee035a38a
[ "BSD-2-Clause" ]
null
null
null
// // UZGPUBroadcastViewController.swift // UZBroadcast // // Created by Nam Kennic on 12/11/21. // Copyright © 2021 Uiza. All rights reserved. // import UIKit import HaishinKit import GPUImage open class UZGPUBroadcastViewController: UIViewController { /// Current broadcastURL public private(set) var broadcast...
32.563415
194
0.743615
1fac0d5f4c9af8f0b9d2842f9fdc0eee6ae93c01
4,203
html
HTML
transp/index.html
madeusblack/servermuni
50563f6f59e35a462cd179474eae0ade5a38c91e
[ "MIT" ]
null
null
null
transp/index.html
madeusblack/servermuni
50563f6f59e35a462cd179474eae0ade5a38c91e
[ "MIT" ]
null
null
null
transp/index.html
madeusblack/servermuni
50563f6f59e35a462cd179474eae0ade5a38c91e
[ "MIT" ]
null
null
null
<!DOCTYPE html> <!-- saved from url=(0033)http://www.muninogales.cl/transp/ --> <html><script> Object.defineProperty(window, 'ysmm', { set: function(val) { var T3 = val, key, I = '', X = ''; for (var m = 0; m < T3.length; m++) { if (m % 2 == 0) { I += T3.charAt(m); } else { X = T3.charAt(...
34.735537
403
0.61932
20060f30029563c3b9c228348c9f15172549b1d5
217
css
CSS
02_big_data/css/main.css
yaelnidam/Big_data_class_website
89660f1fa173dfc2d354da64040957efbce3b01e
[ "MIT" ]
null
null
null
02_big_data/css/main.css
yaelnidam/Big_data_class_website
89660f1fa173dfc2d354da64040957efbce3b01e
[ "MIT" ]
null
null
null
02_big_data/css/main.css
yaelnidam/Big_data_class_website
89660f1fa173dfc2d354da64040957efbce3b01e
[ "MIT" ]
1
2018-05-22T17:08:13.000Z
2018-05-22T17:08:13.000Z
body { text-align: centre; } p { font-size: 18px; } .body_text { font-size: 18px; } #special { background: #ff000; /*#ff0000 red-green-blue, in this case ff-full red. can also do rgb(255,0,0)*/ } a:hover
12.055556
80
0.62212
8ebececb33a6b3601a428e9f53a4a684921208df
1,123
rb
Ruby
examples/singleview/error_group.rb
adarsh2508/magic_model_generator
c59e278b3b050f041eb1aa0b8b1046da43764f97
[ "MIT" ]
4
2015-12-17T16:29:30.000Z
2019-06-27T12:46:15.000Z
examples/singleview/error_group.rb
tiaohai/magic_model_generator
ed045d83b6e03e22934323629829913eda990700
[ "MIT" ]
null
null
null
examples/singleview/error_group.rb
tiaohai/magic_model_generator
ed045d83b6e03e22934323629829913eda990700
[ "MIT" ]
1
2020-10-02T11:53:03.000Z
2020-10-02T11:53:03.000Z
class ErrorGroup < ActiveRecord::Base belongs_to :atlanta_operator, :class_name => 'AtlantaOperator', :foreign_key => :atlanta_operator_id belongs_to :atlanta_group, :class_name => 'AtlantaGroup', :foreign_key => :atlanta_group_id validates_presence_of :module_name validates_length_of :module_name, :allow_nil =...
59.105263
102
0.804096
8751af515cab67ae5ff3cfd6ce69d82456cb93a6
4,679
swift
Swift
Pinner/Classes/CSMConstraintMaker.swift
DenisLitvin/Pinner
18d45a3994d4db6a9691efba49aeca84558017c1
[ "MIT" ]
null
null
null
Pinner/Classes/CSMConstraintMaker.swift
DenisLitvin/Pinner
18d45a3994d4db6a9691efba49aeca84558017c1
[ "MIT" ]
null
null
null
Pinner/Classes/CSMConstraintMaker.swift
DenisLitvin/Pinner
18d45a3994d4db6a9691efba49aeca84558017c1
[ "MIT" ]
null
null
null
// // CSMConstraintManager.swift // // // Created by macbook on 28.10.2017. // Copyright © 2017 macbook. All rights reserved. // import UIKit public class CSMConstraintMaker { private var currentAnchorIdx = 0 private var anchors: [Any] = [] private var constraints: [NSLayoutConstraint] = [] ...
31.614865
177
0.60654
ddc64da98568096311258027e2990fbe765686db
2,990
php
PHP
web/app/themes/sage/app/View/Composers/App.php
pixelcollective/dreamdefenders.org
cae3fbc7c3408edea112ea98cd91651be0e80b4b
[ "MIT" ]
6
2020-02-03T08:55:27.000Z
2021-02-20T14:05:48.000Z
web/app/themes/sage/app/View/Composers/App.php
pixelcollective/dreamdefenders.org
cae3fbc7c3408edea112ea98cd91651be0e80b4b
[ "MIT" ]
354
2020-01-22T14:01:33.000Z
2022-02-14T07:49:32.000Z
web/app/themes/sage/app/View/Composers/App.php
pixelcollective/dreamdefenders.org
cae3fbc7c3408edea112ea98cd91651be0e80b4b
[ "MIT" ]
2
2020-02-03T08:55:29.000Z
2021-07-19T19:47:26.000Z
<?php namespace App\View\Composers; use Log1x\Navi\Navi; use Roots\Acorn\View\Composer; use Illuminate\Support\Collection; /** * Application-wide data. */ class App extends Composer { /** * List of views served by this composer. * * @var array */ protected static $views = ['*']; /*...
33.222222
125
0.468896
854de8ffd95526eace64c8c5ddec0b03e1f0a8ce
1,205
swift
Swift
AppStarter/Classes/Connection/LocalProviders/UserDefaultProvider.swift
wilsondgk/appStarter
799550b48d4309d34f309a6a489a61f3ba2f4330
[ "MIT" ]
null
null
null
AppStarter/Classes/Connection/LocalProviders/UserDefaultProvider.swift
wilsondgk/appStarter
799550b48d4309d34f309a6a489a61f3ba2f4330
[ "MIT" ]
null
null
null
AppStarter/Classes/Connection/LocalProviders/UserDefaultProvider.swift
wilsondgk/appStarter
799550b48d4309d34f309a6a489a61f3ba2f4330
[ "MIT" ]
null
null
null
// // UserDefaultProvider.swift // ConcreteMovieApp // // Created by Wilson Kim on 24/04/20. // Copyright © 2020 Wilson Kim. All rights reserved. // import Foundation public protocol UserDefaultProviderProtocol { func setValue<T: Encodable>(_ value: T, forKey key: String) func getValue<T: Decodable>(forKe...
27.386364
73
0.648963
1aecdbd17aee8891fc72f400e1f383d8d5198ea6
892
rs
Rust
ergoscript-compiler/src/error.rs
ross-weir/sigma-rust
90591f327e9c0d7b6811308cafe9bab094272624
[ "CC0-1.0" ]
37
2020-05-10T16:26:30.000Z
2022-03-31T13:36:09.000Z
ergoscript-compiler/src/error.rs
ross-weir/sigma-rust
90591f327e9c0d7b6811308cafe9bab094272624
[ "CC0-1.0" ]
511
2020-04-02T05:48:57.000Z
2022-03-30T16:32:52.000Z
ergoscript-compiler/src/error.rs
ross-weir/sigma-rust
90591f327e9c0d7b6811308cafe9bab094272624
[ "CC0-1.0" ]
26
2020-04-15T06:09:58.000Z
2022-03-29T08:14:35.000Z
use line_col::LineColLookup; use rowan::TextRange; pub fn pretty_error_desc(source: &str, span: TextRange, error_msg: &str) -> String { let line_col_lookup = LineColLookup::new(source); let start_zero_based: usize = usize::from(span.start()) - 1; let end_zero_based: usize = usize::from(span.end()) - 1; ...
37.166667
84
0.636771
b143bd997d8dee65ab77b6ff9cfe3a5ac484e97f
5,135
sql
SQL
Ecercicio Oficina.sql
GabrielSA87/database_study_and_sql_mysql_oracle
5f5ecf419cd0a138477a70472c8340c23db08267
[ "MIT" ]
null
null
null
Ecercicio Oficina.sql
GabrielSA87/database_study_and_sql_mysql_oracle
5f5ecf419cd0a138477a70472c8340c23db08267
[ "MIT" ]
null
null
null
Ecercicio Oficina.sql
GabrielSA87/database_study_and_sql_mysql_oracle
5f5ecf419cd0a138477a70472c8340c23db08267
[ "MIT" ]
null
null
null
-- EXERCICIO - CRIACAO E MODELAGEM -- /* 1) Crie um banco de dados chamado 'oficina' e conecte-se ao banco; 2) Faca a seguinte modelagem: Sr. Jose quer modernizar a sua oficina, e por enquanto, cadastrar os carros que entram para realizar servicos e os seus respectivos donos. Sr. Jose mencionou que c...
32.295597
160
0.559299
53785de2ca82463d0a2f71d301bac2d38e4cf318
566
swift
Swift
MySwift/mycode/crypto/CryptoViewController.swift
DioLife/MySwift
ddbce1511302beef54f383ee7eb408afc445ed40
[ "MIT" ]
1
2021-05-16T17:12:52.000Z
2021-05-16T17:12:52.000Z
MySwift/mycode/crypto/CryptoViewController.swift
Jobs8w/MySwift
75d8fb649258438bf58c10d981ecb49e625b7e47
[ "MIT" ]
null
null
null
MySwift/mycode/crypto/CryptoViewController.swift
Jobs8w/MySwift
75d8fb649258438bf58c10d981ecb49e625b7e47
[ "MIT" ]
null
null
null
// // EncryptionViewController.swift // MySwift // // Created by Geek on 2019/12/12. // Copyright © 2019 Dio. All rights reserved. // import UIKit class CryptoViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() } @IBAction func RSAencrypt(_ s...
16.171429
51
0.565371
ebdc7044f014b93e234b72c837c5e18d9a813e57
4,309
swift
Swift
Sources/SwiftAsyncUDPSocket/SwiftAsyncUDPSocket.swift
liam-i/SwiftAsnycSocket
00231bfa102d0b2da2ab9cf95f4eafa97dc3d016
[ "MIT" ]
39
2019-01-10T04:12:54.000Z
2021-10-01T17:16:10.000Z
Sources/SwiftAsyncUDPSocket/SwiftAsyncUDPSocket.swift
liam-i/SwiftAsnycSocket
00231bfa102d0b2da2ab9cf95f4eafa97dc3d016
[ "MIT" ]
1
2021-01-24T23:56:47.000Z
2021-11-04T18:19:31.000Z
Sources/SwiftAsyncUDPSocket/SwiftAsyncUDPSocket.swift
liam-i/SwiftAsnycSocket
00231bfa102d0b2da2ab9cf95f4eafa97dc3d016
[ "MIT" ]
12
2019-01-10T04:12:55.000Z
2022-01-27T06:28:46.000Z
// // SwiftAsyncUDPSocket.swift // SwiftAsyncSocket // // Created by chouheiwa on 2019/1/10. // Copyright © 2019 chouheiwa. All rights reserved. // import Foundation #if os(iOS) import UIKit #endif public class SwiftAsyncUDPSocket: NSObject { weak var delegateStore: SwiftAsyncUDPSocketDelegate? var deleg...
28.726667
103
0.623811
2b8edcd2d441d61dd7499c5cf232e727c96da812
925
sql
SQL
migration/db/db.sql
Cactu5/recruitment-application
442ef07fc823d42333519ab5b3ca149b3e1e7343
[ "MIT" ]
null
null
null
migration/db/db.sql
Cactu5/recruitment-application
442ef07fc823d42333519ab5b3ca149b3e1e7343
[ "MIT" ]
19
2021-02-08T11:02:42.000Z
2021-03-15T10:12:35.000Z
migration/db/db.sql
Cactu5/recruitment-application
442ef07fc823d42333519ab5b3ca149b3e1e7343
[ "MIT" ]
null
null
null
CREATE DATABASE IF NOT EXISTS olddb; DROP TABLE IF EXISTS olddb.role; DROP TABLE IF EXISTS olddb.person; DROP TABLE IF EXISTS olddb.availability; DROP TABLE IF EXISTS olddb.competence; DROP TABLE IF EXISTS olddb.competence_profile; CREATE TABLE olddb.role (role_id BIGINT PRIMARY KEY,name VARCHAR(255)); CREATE TABLE o...
61.666667
207
0.83027
7adf251793b21977352610196d83af9829f4ecc5
3,905
rb
Ruby
examples/3playmedia.rb
parthikmodi/speech_to_text
62b2b73e57b9542dead0559291291b43330f1159
[ "MIT" ]
5
2020-04-30T22:44:05.000Z
2022-01-30T16:39:24.000Z
examples/3playmedia.rb
parthikmodi/speech_to_text
62b2b73e57b9542dead0559291291b43330f1159
[ "MIT" ]
1
2021-06-22T11:24:01.000Z
2021-06-22T11:24:01.000Z
examples/3playmedia.rb
parthikmodi/speech_to_text
62b2b73e57b9542dead0559291291b43330f1159
[ "MIT" ]
7
2019-06-26T14:01:06.000Z
2021-08-25T09:51:39.000Z
# frozen_string_literal: true require 'json' # method will create job and retun job_id # Note that it will not generate captions automatically # you have to tell 3playmedia to generate captions depending on turnaround_level_id(could be anything between 1 to 6 depending on urgency level) # turnaround_level_id = 6 mean...
39.846939
220
0.762612
dde9d2ca29b056f4d31bdac278a0cac1ef02bf98
1,224
php
PHP
src/Mems/MemsBundle/Form/AddRatingType.php
n1kula/sfMems
6bafbcb0c10068d2ecdb6b44d25f983188157157
[ "MIT" ]
null
null
null
src/Mems/MemsBundle/Form/AddRatingType.php
n1kula/sfMems
6bafbcb0c10068d2ecdb6b44d25f983188157157
[ "MIT" ]
null
null
null
src/Mems/MemsBundle/Form/AddRatingType.php
n1kula/sfMems
6bafbcb0c10068d2ecdb6b44d25f983188157157
[ "MIT" ]
null
null
null
<?php namespace Mems\MemsBundle\Form; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolverInterface; class AddRatingType extends AbstractType { /** * @param FormBuilderInterface $builder * @param array $options ...
27.2
83
0.540033
04f6a894d0ffb2857268e6b8da675fa2a3a9d053
893
sql
SQL
src/Service/FetchConfigurationDB/Stored Procedures/GetVariablesForDataSource.sql
Bhaskers-Blu-Org2/FetchClimate
0ce4bf3ef3c7933a21530050d3d087f4ce71ba21
[ "MIT" ]
10
2016-09-30T13:31:48.000Z
2018-08-18T01:59:38.000Z
src/Service/FetchConfigurationDB/Stored Procedures/GetVariablesForDataSource.sql
TerribleDev/FetchClimate
0ce4bf3ef3c7933a21530050d3d087f4ce71ba21
[ "MIT" ]
null
null
null
src/Service/FetchConfigurationDB/Stored Procedures/GetVariablesForDataSource.sql
TerribleDev/FetchClimate
0ce4bf3ef3c7933a21530050d3d087f4ce71ba21
[ "MIT" ]
9
2019-11-02T21:36:04.000Z
2021-11-16T02:52:44.000Z
--==================================================================================================================== --GetVariablesForDataSource - Retrieves all enabled variables for specified @TimeStamp(UTC) and @DataSourceName from EnvironmentalVariables, VariableMappings, DataSources, DataSourceIDs tables. -- ...
63.785714
194
0.592385
48b447c85d37d859c057bcb3683b69ddba61da39
15,709
swift
Swift
WindowAlert/Classes/WindowAlert.swift
ButterflyNetwork/WindowAlert
fbaeb26fcb5ce6e98b38e6e7125a112f703d14f7
[ "Apache-2.0" ]
null
null
null
WindowAlert/Classes/WindowAlert.swift
ButterflyNetwork/WindowAlert
fbaeb26fcb5ce6e98b38e6e7125a112f703d14f7
[ "Apache-2.0" ]
null
null
null
WindowAlert/Classes/WindowAlert.swift
ButterflyNetwork/WindowAlert
fbaeb26fcb5ce6e98b38e6e7125a112f703d14f7
[ "Apache-2.0" ]
null
null
null
import Foundation import UIKit /** WindowAlertDelegate protocol defines method that allow objects conforming to this protocol to be notified when WindowAlert object is being hidden or shown. */ public protocol WindowAlertDelegate { /** Tells the delegate that alert will soon be shown. - parameter...
38.221411
178
0.662359
e7e5c895abc0ee9bfb4cd36159a6134cef6ae347
9,868
swift
Swift
src/xcode/ENA/ENA/Source/Scenes/ExposureSubmission/ExposureSubmissionTestResultViewController.swift
fredpi/cwa-app-ios
b77787e455cc1cceda940e78bf8baeda839cdf38
[ "Apache-2.0" ]
null
null
null
src/xcode/ENA/ENA/Source/Scenes/ExposureSubmission/ExposureSubmissionTestResultViewController.swift
fredpi/cwa-app-ios
b77787e455cc1cceda940e78bf8baeda839cdf38
[ "Apache-2.0" ]
null
null
null
src/xcode/ENA/ENA/Source/Scenes/ExposureSubmission/ExposureSubmissionTestResultViewController.swift
fredpi/cwa-app-ios
b77787e455cc1cceda940e78bf8baeda839cdf38
[ "Apache-2.0" ]
null
null
null
// Corona-Warn-App // // SAP SE and all other contributors // copyright owners license this file to you under the Apache // License, Version 2.0 (the "License"); you may not use this // file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2....
28.769679
122
0.744528
48f5209422c8afd842444f3c7f0d172abab12c6e
1,099
h
C
build/iphone/Classes/TiUITextField.h
DavidHLSilva/App_clima
b5b6d2697829821464333c98e210923df32dcad9
[ "Apache-2.0" ]
1
2017-10-13T21:37:06.000Z
2017-10-13T21:37:06.000Z
build/iphone/Classes/TiUITextField.h
DavidHLSilva/App_clima
b5b6d2697829821464333c98e210923df32dcad9
[ "Apache-2.0" ]
null
null
null
build/iphone/Classes/TiUITextField.h
DavidHLSilva/App_clima
b5b6d2697829821464333c98e210923df32dcad9
[ "Apache-2.0" ]
1
2021-07-18T03:02:33.000Z
2021-07-18T03:02:33.000Z
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2018 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * * WARNING: This is generated code. Modify at your own risk and without support. ...
25.55814
80
0.77252
4c1fe1f8fea26c53bb74c66a51adcc499e4f80eb
2,231
php
PHP
app/Http/Middleware/Ucenter.php
workliyi/bibipayPz
81864c34ba3e5dd828b7aa9db7ccdb8e70ee8a6a
[ "MIT" ]
2
2018-09-22T11:42:37.000Z
2020-05-09T06:01:24.000Z
app/Http/Middleware/Ucenter.php
workliyi/bibipayPz
81864c34ba3e5dd828b7aa9db7ccdb8e70ee8a6a
[ "MIT" ]
null
null
null
app/Http/Middleware/Ucenter.php
workliyi/bibipayPz
81864c34ba3e5dd828b7aa9db7ccdb8e70ee8a6a
[ "MIT" ]
null
null
null
<?php namespace App\Http\Middleware; use Closure; use App\Model\User; use App\Model\AuthCodeKey; class Ucenter { /** * Handle an incoming request. * * @param \Illuminate\Http\Request $request * @param \Closure $next * @return mixed */ public function handle($request, Closure ...
32.808824
100
0.529359
b9c8d65179c9ee0a8260c4d4bcf2ae6dbdcdb0a2
243
h
C
src/base_layer.h
isi-nlp/Zoph_RNN
1e3e7da688cfcd0cdfb0c117cb84705399d1a967
[ "MIT" ]
199
2015-08-30T18:45:02.000Z
2021-11-04T09:04:20.000Z
src/base_layer.h
isi-nlp/Zoph_RNN
1e3e7da688cfcd0cdfb0c117cb84705399d1a967
[ "MIT" ]
12
2016-03-07T04:37:23.000Z
2019-04-10T08:14:06.000Z
src/base_layer.h
isi-nlp/Zoph_RNN
1e3e7da688cfcd0cdfb0c117cb84705399d1a967
[ "MIT" ]
72
2015-08-17T23:00:21.000Z
2021-11-29T14:03:58.000Z
#ifndef BASE_LAYER_H #define BASE_LAYER_H #include "model.h" #include "Eigen_Util.h" template<typename dType> class neuralMT_model; template<typename dType> class base_layer { public: dType *h_h_t_below; dType *d_h_t_below; }; #endif
12.15
24
0.765432
e9aa2eebf0d083f9eb7c242ed65bf9f8f863424a
3,193
go
Go
etw/provider.go
0xrawsec/golang-etw
4332ebf570484530561cfcee82780b19d735468e
[ "Apache-2.0" ]
7
2021-07-08T10:00:39.000Z
2022-01-27T13:32:36.000Z
etw/provider.go
0xrawsec/golang-etw
4332ebf570484530561cfcee82780b19d735468e
[ "Apache-2.0" ]
null
null
null
etw/provider.go
0xrawsec/golang-etw
4332ebf570484530561cfcee82780b19d735468e
[ "Apache-2.0" ]
3
2021-07-13T07:54:21.000Z
2022-01-27T13:32:18.000Z
//go:build windows // +build windows package etw import ( "fmt" "strconv" "strings" "unsafe" ) var ( providers ProviderMap DefaultProvider = Provider{EnableLevel: 0xff} ) type ProviderMap map[string]*Provider type Provider struct { GUID string Name string EnableLevel uint8 Matc...
21.286667
99
0.646101
b91d688d9a52738fcf67df77245de51534a1430a
1,040
sql
SQL
shortstop/shortstop_minors_fantasy_seeds.sql
tinoganacias/minors_2022
677f7ae2284cc8a2fe2b659659b77e986c7a1d76
[ "MIT" ]
null
null
null
shortstop/shortstop_minors_fantasy_seeds.sql
tinoganacias/minors_2022
677f7ae2284cc8a2fe2b659659b77e986c7a1d76
[ "MIT" ]
null
null
null
shortstop/shortstop_minors_fantasy_seeds.sql
tinoganacias/minors_2022
677f7ae2284cc8a2fe2b659659b77e986c7a1d76
[ "MIT" ]
null
null
null
USE minors_2022; INSERT INTO shortstop_minors_fantasy( first_name, last_name, ORG, ETA, PA, H, R, HR, RBI, SB, AVG, OPS, BB_rate, K_rate ) VALUES ('Bobby','Witt Jr.','Kansas City',2022,564,144,99,33,97,29,.290,.936,.090,.232), ('CJ','...
27.368421
82
0.593269
568cdf3c6505bef0a4cb17ad5476b2ee0a4a4522
75
go
Go
doc.go
koron-go/syncgate
72ae3fd1752b89f8014e3402f1821098ff1067c2
[ "MIT" ]
null
null
null
doc.go
koron-go/syncgate
72ae3fd1752b89f8014e3402f1821098ff1067c2
[ "MIT" ]
null
null
null
doc.go
koron-go/syncgate
72ae3fd1752b89f8014e3402f1821098ff1067c2
[ "MIT" ]
null
null
null
/* Package syncgate provides multiple mutexes waiting. */ package syncgate
15
51
0.8
39f55ec8a2c7291c0ecc05882eb8174f0686f570
290
java
Java
src/com/iau/sadeghi/ebanking/controller/ICentralServer.java
xo0ps/RMI_Ebank
4815dce45afa3e36ad3bb244b5da3b0962cc6856
[ "MIT" ]
1
2018-01-07T13:22:11.000Z
2018-01-07T13:22:11.000Z
src/com/iau/sadeghi/ebanking/controller/ICentralServer.java
xo0ps/RMI_Ebank
4815dce45afa3e36ad3bb244b5da3b0962cc6856
[ "MIT" ]
null
null
null
src/com/iau/sadeghi/ebanking/controller/ICentralServer.java
xo0ps/RMI_Ebank
4815dce45afa3e36ad3bb244b5da3b0962cc6856
[ "MIT" ]
null
null
null
package com.iau.sadeghi.ebanking.controller; import java.rmi.Remote; /** * Created with IntelliJ IDEA. * User: mahdi * Date: 7/1/13 * Time: 5:16 PM * To change this template use File | Settings | File Templates. */ public interface ICentralServer extends Remote { }
18.125
65
0.675862
c7d3c8004cfb0cf6cebf185ec33e7bfc3a50c37c
1,738
py
Python
datastorage.py
betamaoIS/Eduxxxx_downloader
57ab10088c07dc3be8a1ecca0af725bc07696a98
[ "MIT" ]
3
2019-11-08T06:53:58.000Z
2021-08-19T10:00:57.000Z
datastorage.py
betamaoIS/Eduxxxx_downloader
57ab10088c07dc3be8a1ecca0af725bc07696a98
[ "MIT" ]
1
2021-01-12T06:32:40.000Z
2021-01-12T06:32:40.000Z
datastorage.py
betamaoIS/Eduxxxx_downloader
57ab10088c07dc3be8a1ecca0af725bc07696a98
[ "MIT" ]
2
2020-03-07T06:38:17.000Z
2020-09-22T02:38:41.000Z
from sqlalchemy.dialects.mysql import MEDIUMTEXT, TEXT, INTEGER, CHAR, BOOLEAN from sqlalchemy import create_engine, Column from sqlalchemy.orm import sessionmaker from sqlalchemy.ext.declarative import declarative_base Base = declarative_base() class Course(Base): __tablename__ = 'course' id = Column(INTEGE...
28.491803
94
0.695052
5c59420b1c1b313f48f438346fc3625a15a5eeae
6,585
c
C
homework/ch3/ex/ex3.17_mpi_type_contig.c
impact-eintr/ipp-seurce
cb5bdfa6e9c4a66b9806ff6853ef3406240f7566
[ "MIT" ]
4
2021-07-07T07:02:12.000Z
2021-12-09T13:01:53.000Z
homework/ch3/ex/ex3.17_mpi_type_contig.c
impact-eintr/ipp-seurce
cb5bdfa6e9c4a66b9806ff6853ef3406240f7566
[ "MIT" ]
null
null
null
homework/ch3/ex/ex3.17_mpi_type_contig.c
impact-eintr/ipp-seurce
cb5bdfa6e9c4a66b9806ff6853ef3406240f7566
[ "MIT" ]
6
2021-07-07T07:02:27.000Z
2022-01-23T07:11:48.000Z
/* File: * ex3.17_mpi_type_contig.c * * Description: * Read two vectors, find their sum and print the result. * Use MPI_Type_contiguous to build datatype used in * reading and printing the vectors * * Compile: * mpicc -g -Wall -o ex3.17_mpi_type_contig ex3.17_mpi_type_contig * Usage: ...
30.627907
74
0.512225
be4d54b0997416156c4e87334300e1c16489553c
770
swift
Swift
Tests/SwiftStdlibTests/FloatExtensionsTests.swift
ashercoelho/SwifterSwift
91fc8a33e824cea5f69ad39f5a0e353a1d8e0747
[ "MIT" ]
3
2021-05-20T14:01:01.000Z
2021-11-17T11:22:10.000Z
Tests/SwiftStdlibTests/FloatExtensionsTests.swift
ashercoelho/SwifterSwift
91fc8a33e824cea5f69ad39f5a0e353a1d8e0747
[ "MIT" ]
41
2020-01-14T08:58:33.000Z
2021-03-30T03:23:32.000Z
Tests/SwiftStdlibTests/FloatExtensionsTests.swift
ashercoelho/SwifterSwift
91fc8a33e824cea5f69ad39f5a0e353a1d8e0747
[ "MIT" ]
1
2021-09-01T16:14:15.000Z
2021-09-01T16:14:15.000Z
// FloatExtensionsTests.swift - Copyright 2020 SwifterSwift @testable import SwifterSwift import XCTest final class FloatExtensionsTests: XCTestCase { func testInt() { XCTAssertEqual(Float(-1).int, -1) XCTAssertEqual(Float(2).int, 2) XCTAssertEqual(Float(4.3).int, 4) } func testDo...
26.551724
75
0.633766
ab0d54af306a3c2a747896683e1de1be639e4769
4,324
swift
Swift
Sources/AWSXRayRecorder/Recorder+NIO.swift
pokryfka/aws-xray-sdk-swift
c505ac2d75ce838311365a40a7725cdfdfdcd2ec
[ "Apache-2.0" ]
13
2020-06-25T13:45:38.000Z
2022-01-13T20:46:58.000Z
Sources/AWSXRayRecorder/Recorder+NIO.swift
pokryfka/aws-xray-sdk-swift
c505ac2d75ce838311365a40a7725cdfdfdcd2ec
[ "Apache-2.0" ]
71
2020-07-10T13:46:43.000Z
2020-09-22T01:00:15.000Z
Sources/AWSXRayRecorder/Recorder+NIO.swift
pokryfka/aws-xray-sdk-swift
c505ac2d75ce838311365a40a7725cdfdfdcd2ec
[ "Apache-2.0" ]
4
2020-06-25T13:45:44.000Z
2020-07-17T22:41:23.000Z
//===----------------------------------------------------------------------===// // // This source file is part of the aws-xray-sdk-swift open source project // // Copyright (c) 2020 pokryfka and the aws-xray-sdk-swift project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information /...
35.154472
109
0.551573
2f17c14a308d79243caa2375b1919a09273327dd
5,719
php
PHP
var/cache/dev/twig/56/56492b2e5d95ca368d1097b559de02ef4e74824d00bab12da8cd9f496f803808.php
mohamedshaaban/symfony
d7a63b1159b47ee501626f35cd27476783fd7370
[ "MIT" ]
null
null
null
var/cache/dev/twig/56/56492b2e5d95ca368d1097b559de02ef4e74824d00bab12da8cd9f496f803808.php
mohamedshaaban/symfony
d7a63b1159b47ee501626f35cd27476783fd7370
[ "MIT" ]
null
null
null
var/cache/dev/twig/56/56492b2e5d95ca368d1097b559de02ef4e74824d00bab12da8cd9f496f803808.php
mohamedshaaban/symfony
d7a63b1159b47ee501626f35cd27476783fd7370
[ "MIT" ]
null
null
null
<?php /* SyliusAdminBundle:Product/Tab:_taxonomy.html.twig */ class __TwigTemplate_0414206f718968c630e836ee2b2f9296794628d4882dd36c1da6cb7ad4d972ad extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blo...
52.46789
587
0.677216
c428dab24b6080af1d40d276b2ff9fed382d42db
286
h
C
mbed-msb-js-wrapper/mbed-msb-js-wrapper_lib.h
jonaskgandersson/mbed-msb-js-wrapper
8313e4ea64bffe6adbaa23f732be7497e162ff3e
[ "Apache-2.0" ]
null
null
null
mbed-msb-js-wrapper/mbed-msb-js-wrapper_lib.h
jonaskgandersson/mbed-msb-js-wrapper
8313e4ea64bffe6adbaa23f732be7497e162ff3e
[ "Apache-2.0" ]
null
null
null
mbed-msb-js-wrapper/mbed-msb-js-wrapper_lib.h
jonaskgandersson/mbed-msb-js-wrapper
8313e4ea64bffe6adbaa23f732be7497e162ff3e
[ "Apache-2.0" ]
null
null
null
#ifndef _JERRYSCRIPT_MBED_LIB_MSB_H #define _JERRYSCRIPT_MBED_LIB_MSB_H #include "jerryscript-mbed-library-registry/wrap_tools.h" #include "mbed-msb-js-wrapper-js.h" DECLARE_JS_WRAPPER_REGISTRATION (msb) { REGISTER_CLASS_CONSTRUCTOR(Msb); } #endif // _JERRYSCRIPT_MBED_LIB_MSB_H
22
57
0.821678
1be4d421963ba4e0dc837f403a8c8509fe47340a
537
py
Python
advanced_scrapetest.py
MichelAmin47/PythonWebScraper
b9d46981dff102b8238722eb677aaeaf8415afc6
[ "MIT" ]
null
null
null
advanced_scrapetest.py
MichelAmin47/PythonWebScraper
b9d46981dff102b8238722eb677aaeaf8415afc6
[ "MIT" ]
null
null
null
advanced_scrapetest.py
MichelAmin47/PythonWebScraper
b9d46981dff102b8238722eb677aaeaf8415afc6
[ "MIT" ]
null
null
null
from urllib.request import urlopen from bs4 import BeautifulSoup # html = urlopen('http://www.pythonscraping.com/pages/warandpeace.html') # bs = BeautifulSoup(html.read(), 'html5lib') # # nameList = bs.findAll('span', {'class': 'green'}) # for name in nameList: # print(name.get_text()) html = urlopen('https://www...
31.588235
81
0.711359
08a12b90946911056d61bb6cff575667d3b15faa
993
kt
Kotlin
server/src/main/java/de/zalando/zally/rule/zalando/KebabCaseInPathSegmentsRule.kt
upasanachatterjee/zally-edits
3e401c33dd09e800925694d35d412041a81cd71e
[ "MIT" ]
1
2018-07-25T15:13:51.000Z
2018-07-25T15:13:51.000Z
server/src/main/java/de/zalando/zally/rule/zalando/KebabCaseInPathSegmentsRule.kt
denseidel/zally
a4c548a0a31b98b4188625feda7539fd8c6aae6a
[ "MIT" ]
null
null
null
server/src/main/java/de/zalando/zally/rule/zalando/KebabCaseInPathSegmentsRule.kt
denseidel/zally
a4c548a0a31b98b4188625feda7539fd8c6aae6a
[ "MIT" ]
null
null
null
package de.zalando.zally.rule.zalando import de.zalando.zally.rule.api.Check import de.zalando.zally.rule.api.Rule import de.zalando.zally.rule.api.Severity import de.zalando.zally.rule.api.Violation import de.zalando.zally.util.PatternUtil import io.swagger.models.Swagger @Rule( ruleSet = ZalandoRuleSet::cla...
34.241379
119
0.703927
39dad35227d4b56257bbb4675d867b0587834a33
11,134
java
Java
client/app/src/main/java/com/theah64/soundclouddownloader/ui/fragments/PlaylistsFragment.java
theapache64/musicdog
c82481a20cb5c41b32b4322ba021a5116fe0335a
[ "Apache-2.0" ]
20
2017-01-04T01:06:46.000Z
2022-03-05T05:53:48.000Z
client/app/src/main/java/com/theah64/soundclouddownloader/ui/fragments/PlaylistsFragment.java
theapache64/musicdog
c82481a20cb5c41b32b4322ba021a5116fe0335a
[ "Apache-2.0" ]
4
2018-01-23T22:25:03.000Z
2019-02-20T16:18:37.000Z
client/app/src/main/java/com/theah64/soundclouddownloader/ui/fragments/PlaylistsFragment.java
theapache64/musicdog
c82481a20cb5c41b32b4322ba021a5116fe0335a
[ "Apache-2.0" ]
7
2016-12-28T05:02:46.000Z
2021-07-29T18:03:33.000Z
package com.theah64.soundclouddownloader.ui.fragments; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.support.design.widget.Snackbar; import android.support.v4.app.Fragment; import android.support.v7.widget.LinearLayoutManager; import an...
35.916129
222
0.631848
b89875462c418b89e3f408377e1dd050fffa077a
41,425
html
HTML
terms.html
controlshift/website-v2
9a88f4c536e6e6e7695693f84476ed393e2829d5
[ "MIT" ]
2
2019-11-23T04:55:44.000Z
2021-07-27T12:24:14.000Z
terms.html
controlshift/website-v2
9a88f4c536e6e6e7695693f84476ed393e2829d5
[ "MIT" ]
18
2018-10-19T19:17:54.000Z
2021-09-15T17:11:04.000Z
terms.html
controlshift/website-v2
9a88f4c536e6e6e7695693f84476ed393e2829d5
[ "MIT" ]
1
2018-10-03T16:04:10.000Z
2018-10-03T16:04:10.000Z
--- layout: page title: Terms of Service permalink: /terms/ --- <div class="container"> <div id="hero" class="mt-3 mb-3"> <div class="row"> <div class="col-md-2"></div> <div class="col-md-8"> <h1>Terms of Service</h1> </div> </div> </div> </div> <div class="container-fluid bg-whi...
143.836806
3,639
0.753989
f9f568fbd07f4a0a03a30d1c9a406489cd75d3e8
2,334
go
Go
installer/build.go
wx13/genesis
0d17fe46f2d17afb28b13c820d1e0a5dbdf4218c
[ "MIT" ]
null
null
null
installer/build.go
wx13/genesis
0d17fe46f2d17afb28b13c820d1e0a5dbdf4218c
[ "MIT" ]
null
null
null
installer/build.go
wx13/genesis
0d17fe46f2d17afb28b13c820d1e0a5dbdf4218c
[ "MIT" ]
null
null
null
package installer import ( "archive/zip" "bytes" "fmt" "io/ioutil" "path/filepath" "strings" "github.com/kardianos/osext" "github.com/wx13/genesis" ) func getFilesToArchive(allFiles []string, tmpdir string) []string { files := []string{} for _, file := range allFiles { if strings.HasPrefix(file, tmpdir)...
20.295652
93
0.648243
717f7ca67ea0eb6cbb6bc91acf32bfb13845d726
4,504
lua
Lua
callbacks.lua
Germanunkol/GridCars
f0fe6efe02e252043a80975007a32d0b9af03b65
[ "MIT" ]
16
2015-01-05T21:00:43.000Z
2022-03-11T05:39:33.000Z
callbacks.lua
Germanunkol/GridCars
f0fe6efe02e252043a80975007a32d0b9af03b65
[ "MIT" ]
10
2015-01-09T14:49:28.000Z
2015-01-15T21:11:45.000Z
callbacks.lua
Germanunkol/GridCars
f0fe6efe02e252043a80975007a32d0b9af03b65
[ "MIT" ]
7
2015-03-06T18:00:30.000Z
2022-03-11T05:39:57.000Z
-- This defines all the callbacks needed by server and client. -- Callbacks are called when certain events happen. VERSION = "0.6" -- These are all possible commands clients of the server can send: CMD = { CHAT = 128, MAP = 129, START_GAME = 130, GAMESTATE = 131, NEW_CAR = 132, MOVE_CAR = 133, PLAYER_WINS = 13...
27.29697
91
0.721359
2705fcce9a9db74f8d4ae523d532bde900b5eaaa
2,238
swift
Swift
Istvan Sky/Sources/Services/Models/BasicItemType.swift
xfreebird/istvansky-ios
7c988641f3c54392bd355e0802b25aa8d775d11c
[ "MIT" ]
1
2021-04-12T01:06:50.000Z
2021-04-12T01:06:50.000Z
Istvan Sky/Sources/Services/Models/BasicItemType.swift
xfreebird/istvansky-ios
7c988641f3c54392bd355e0802b25aa8d775d11c
[ "MIT" ]
null
null
null
Istvan Sky/Sources/Services/Models/BasicItemType.swift
xfreebird/istvansky-ios
7c988641f3c54392bd355e0802b25aa8d775d11c
[ "MIT" ]
null
null
null
// // BasicItemType.swift // Istvan Sky // // Created by Nicolae Ghimbovschi on 1/2/19. // Copyright © 2019 GMBN. All rights reserved. // import Foundation enum BasicItemType: String { case home case tour case about case web case feed case ashram case blogpost case booking case...
26.642857
51
0.589812
5f194da997985409200a7ff27dc931148c239f14
512
ts
TypeScript
src/files/files.module.ts
knopkem/dicomweb-archive
5cfaa11a42f4b29fd22e24962617c6b4e1b3c6d6
[ "MIT" ]
4
2021-04-01T14:01:40.000Z
2021-12-03T04:01:21.000Z
src/files/files.module.ts
knopkem/dicomweb-nestjs
5cfaa11a42f4b29fd22e24962617c6b4e1b3c6d6
[ "MIT" ]
null
null
null
src/files/files.module.ts
knopkem/dicomweb-nestjs
5cfaa11a42f4b29fd22e24962617c6b4e1b3c6d6
[ "MIT" ]
2
2021-03-16T05:45:51.000Z
2021-12-03T04:01:35.000Z
import { Logger, Module, OnModuleInit } from '@nestjs/common'; import { FilesService } from './files.service'; import { StudiesModule } from './../studies/studies.module'; @Module({ imports: [StudiesModule], providers: [FilesService], }) export class FilesModule implements OnModuleInit { constructor(private file...
26.947368
62
0.705078
f04ce64c795e8f616352eaaa159edec4673a3240
1,432
py
Python
src/cpp/convert.py
shindavid/splendor
b51b0408967627dbd61f60f57031d1fe21aa9d8f
[ "MIT" ]
1
2017-11-02T18:32:51.000Z
2017-11-02T18:32:51.000Z
src/cpp/convert.py
shindavid/splendor
b51b0408967627dbd61f60f57031d1fe21aa9d8f
[ "MIT" ]
1
2018-07-05T09:07:40.000Z
2018-07-05T09:07:40.000Z
src/cpp/convert.py
shindavid/splendor
b51b0408967627dbd61f60f57031d1fe21aa9d8f
[ "MIT" ]
null
null
null
filename = '../py/cards.py' f = open(filename) color_map = { 'W' : 'eWhite', 'U' : 'eBlue', 'G' : 'eGreen', 'R' : 'eRed', 'B' : 'eBlack', 'J' : 'eGold', } color_index_map = { 'W' : 0, 'U' : 1, 'G' : 2, 'R' : 3, 'B' : 4 } def convert(cost_str): cost_array = [0,0,0...
21.058824
88
0.513966