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
d14140197f9d8b307d68df0ec49b559ff3a2ad74
16,645
dart
Dart
lib/pages/account_restore.dart
DAOCUONG/esse
75221984b929e0c41e33b6516b1aef38c4d8e58f
[ "Apache-2.0", "MIT" ]
null
null
null
lib/pages/account_restore.dart
DAOCUONG/esse
75221984b929e0c41e33b6516b1aef38c4d8e58f
[ "Apache-2.0", "MIT" ]
null
null
null
lib/pages/account_restore.dart
DAOCUONG/esse
75221984b929e0c41e33b6516b1aef38c4d8e58f
[ "Apache-2.0", "MIT" ]
null
null
null
import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'package:esse/l10n/localizations.dart'; import 'package:esse/utils/device_info.dart'; import 'package:esse/widgets/button_text.dart'; import 'package:esse/widgets/shadow_dialog.dart'; impor...
40.696822
94
0.401742
6011a013180a2ea048620d5b01c7f9901cddae74
1,918
dart
Dart
lib/features/settings/presentation/providers/settings_provider.dart
karthikmurakonda/expense_bud
a11ced153d6216c77d3e6ed884e5d72411e57316
[ "Apache-2.0" ]
19
2022-02-13T18:51:06.000Z
2022-03-26T13:49:32.000Z
lib/features/settings/presentation/providers/settings_provider.dart
karthikmurakonda/expense_bud
a11ced153d6216c77d3e6ed884e5d72411e57316
[ "Apache-2.0" ]
2
2022-02-13T14:05:03.000Z
2022-03-02T16:17:56.000Z
lib/features/settings/presentation/providers/settings_provider.dart
karthikmurakonda/expense_bud
a11ced153d6216c77d3e6ed884e5d72411e57316
[ "Apache-2.0" ]
11
2022-02-21T14:51:43.000Z
2022-03-26T13:49:27.000Z
import 'package:expense_bud/core/utils/currencies.dart'; import 'package:expense_bud/core/utils/money.dart'; import 'package:expense_bud/features/settings/domain/entities/user_preference.dart'; import 'package:expense_bud/features/settings/domain/usecases/get_user_preference_usecase.dart'; import 'package:expense_bud/f...
34.872727
99
0.763816
fb68cbcd46075298239f8a5e71a72898de0c91cd
4,458
java
Java
core/src/main/java/jk/core/excel/gen/ExpHeader.java
lgh1117/jk-excel
322b8212b1f8ee3e6ed476d1ab0dcab7305d46af
[ "Apache-2.0" ]
8
2020-05-14T11:43:01.000Z
2022-02-28T15:14:35.000Z
core/src/main/java/jk/core/excel/gen/ExpHeader.java
lgh1117/jk-excel
322b8212b1f8ee3e6ed476d1ab0dcab7305d46af
[ "Apache-2.0" ]
1
2022-02-02T01:28:00.000Z
2022-02-09T13:02:09.000Z
core/src/main/java/jk/core/excel/gen/ExpHeader.java
lgh1117/jk-excel
322b8212b1f8ee3e6ed476d1ab0dcab7305d46af
[ "Apache-2.0" ]
1
2022-02-28T15:14:36.000Z
2022-02-28T15:14:36.000Z
package jk.core.excel.gen; import jk.core.excel.cellinfo.CellInfo; import org.apache.commons.lang.builder.ToStringBuilder; import org.apache.poi.ss.usermodel.CellStyle; import java.io.Serializable; import java.util.List; /** * <p> * Title: [子系统名称]_[模块名] * </p> * <p> * Description: [描述该类概要功能介绍] * </p> * * @f...
14.909699
67
0.616869
7acf8e0747bbb2953826f7214e3e17322c8c9ff0
758
swift
Swift
Expense Tracker/Base/BasePresenterView.swift
serdarbakirtas/ExpenseTracker
102859a9685cff21cd8923cf170f400372db0dcf
[ "MIT" ]
null
null
null
Expense Tracker/Base/BasePresenterView.swift
serdarbakirtas/ExpenseTracker
102859a9685cff21cd8923cf170f400372db0dcf
[ "MIT" ]
null
null
null
Expense Tracker/Base/BasePresenterView.swift
serdarbakirtas/ExpenseTracker
102859a9685cff21cd8923cf170f400372db0dcf
[ "MIT" ]
null
null
null
// // BasePresenterView.swift // Expense Tracker // // Created by Hasan on 04.11.20. // import UIKit protocol BasePresenterView: class { func showAlert(title: String?, message: String?, actions: [UIAlertAction]?) } class BasePresenter<T: BasePresenterView> { weak var view: T? var dataInstance: Ex...
25.266667
93
0.676781
21fe6006111f9d4eacd676dae99003a59fd7923d
499
html
HTML
src/app/edit-meal/edit-meal.component.html
Xesme/meal-tracker
50362c7234edbc872402598c777dfa5b16a5b838
[ "MIT" ]
null
null
null
src/app/edit-meal/edit-meal.component.html
Xesme/meal-tracker
50362c7234edbc872402598c777dfa5b16a5b838
[ "MIT" ]
null
null
null
src/app/edit-meal/edit-meal.component.html
Xesme/meal-tracker
50362c7234edbc872402598c777dfa5b16a5b838
[ "MIT" ]
null
null
null
<div class="panel edit"> <div *ngIf="childSelectedMeal"> <h3>Update your food entry for {{childSelectedMeal.name}}:</h3> <div class="form-group"> <label for="details">Details:</label> <input [(ngModel)]="childSelectedMeal.details"> </div> <div class="form-group"> <label for="details"...
33.266667
77
0.631263
8d3e06f4d37b425fe6ffab55409a2ed5c7ac78c5
2,513
kt
Kotlin
src/test/kotlin/br/com/jiratorio/extension/EqualsExtensionKtTest.kt
LeonardoFerreiraa/jirareport
845540e238f47fbd05c1f7f6839152545521c63e
[ "MIT" ]
20
2018-11-08T02:00:33.000Z
2021-09-06T12:56:30.000Z
src/test/kotlin/br/com/jiratorio/extension/EqualsExtensionKtTest.kt
jirareport/jirareport
845540e238f47fbd05c1f7f6839152545521c63e
[ "MIT" ]
31
2019-07-26T19:37:05.000Z
2021-11-17T08:38:38.000Z
src/test/kotlin/br/com/jiratorio/extension/EqualsExtensionKtTest.kt
LeonardoFerreiraa/jirareport
845540e238f47fbd05c1f7f6839152545521c63e
[ "MIT" ]
8
2019-05-09T21:23:00.000Z
2021-07-29T21:26:18.000Z
package br.com.jiratorio.extension import br.com.jiratorio.testlibrary.junit.testtype.UnitTest import org.assertj.core.api.Assertions import org.junit.jupiter.api.Test import java.util.Objects @UnitTest class EqualsExtensionKtTest { @Test fun `test complex equals, results true`() { val firstPerson = ...
28.235955
82
0.520493
047bab77bb08eaef4ccc0edd4c88453cb1acb88c
342
java
Java
src/main/java/org/launchcode/myrecipe/models/data/RecipeDao.java
sanaipey/my-recipe
e79a4a06e5491f93d78f0a0d97f5bb39ceb5041f
[ "MIT" ]
null
null
null
src/main/java/org/launchcode/myrecipe/models/data/RecipeDao.java
sanaipey/my-recipe
e79a4a06e5491f93d78f0a0d97f5bb39ceb5041f
[ "MIT" ]
1
2019-02-03T04:54:31.000Z
2019-02-03T04:54:31.000Z
src/main/java/org/launchcode/myrecipe/models/data/RecipeDao.java
sanaipey/my-recipe
e79a4a06e5491f93d78f0a0d97f5bb39ceb5041f
[ "MIT" ]
1
2019-02-05T17:41:03.000Z
2019-02-05T17:41:03.000Z
package org.launchcode.myrecipe.models.data; import org.launchcode.myrecipe.models.Recipe; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; import javax.transaction.Transactional; @Transactional @Repository public interface RecipeDao extends CrudRepository<...
24.428571
68
0.845029
c0880f9deeec1a4dadbe5b2e7b63e1b1f6460205
1,590
html
HTML
files_manager/templates/files_manager/found_matches.html
Glooshak/file_storage
366be11ee83a03cce8d67747bf4d536428994877
[ "MIT" ]
4
2021-07-19T06:51:19.000Z
2021-07-19T06:52:40.000Z
files_manager/templates/files_manager/found_matches.html
Glooshak/file_storage
366be11ee83a03cce8d67747bf4d536428994877
[ "MIT" ]
null
null
null
files_manager/templates/files_manager/found_matches.html
Glooshak/file_storage
366be11ee83a03cce8d67747bf4d536428994877
[ "MIT" ]
null
null
null
{% extends 'files_manager/base.html' %} {% block title %} Successful searching {% endblock %} {% block content %} <div class="container mt-5"> <h4>Result of your searching:</h4> </div> <div class="files mt-5"> <ul class="list-group list-group-numbered"> {% for object in...
44.166667
116
0.460377
c01349239749e9e6f3636c851a2c37c89db754f9
297
asm
Assembly
unittests/ASM/X87_F64/DF_00_F64.asm
Seas0/FEX
4f4263263b560b0a25e0d48555d5b99ca12c938f
[ "MIT" ]
null
null
null
unittests/ASM/X87_F64/DF_00_F64.asm
Seas0/FEX
4f4263263b560b0a25e0d48555d5b99ca12c938f
[ "MIT" ]
null
null
null
unittests/ASM/X87_F64/DF_00_F64.asm
Seas0/FEX
4f4263263b560b0a25e0d48555d5b99ca12c938f
[ "MIT" ]
null
null
null
%ifdef CONFIG { "RegData": { "RAX": "0x4090000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } %endif mov rdx, 0xe0000000 mov eax, 1024 mov [rdx + 8 * 0], eax mov eax, -1 mov [rdx + 8 * 0 + 2], eax fild word [rdx + 8 * 0] fst qword [rdx + 8 * 0] mov rax, [rdx + 8 * 0] hlt
13.5
44
0.56229
9be6ada3da1598f44452e1021806d700f9d79f53
303
js
JavaScript
lib/type/Configuration.js
joutvhu/whirler-client
f015193850fc51d65261c513db0bbdb7653147a9
[ "MIT" ]
1
2019-03-31T02:55:53.000Z
2019-03-31T02:55:53.000Z
lib/type/Configuration.js
joutvhu/whirler-client
f015193850fc51d65261c513db0bbdb7653147a9
[ "MIT" ]
null
null
null
lib/type/Configuration.js
joutvhu/whirler-client
f015193850fc51d65261c513db0bbdb7653147a9
[ "MIT" ]
null
null
null
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Configuration = /** @class */ (function () { function Configuration(config) { if (config && config.url) this.url = config.url; } return Configuration; }()); exports.default = Configuration;
27.545455
62
0.627063
c15d9070bd4b8ce0678a189e79ed1aaea97b348a
253
lua
Lua
EoTUtils/IO.lua
colinsoleim/EoTAddons
f62889dca9f1e33e72b8688c488a05807d98ed11
[ "MIT" ]
null
null
null
EoTUtils/IO.lua
colinsoleim/EoTAddons
f62889dca9f1e33e72b8688c488a05807d98ed11
[ "MIT" ]
9
2019-06-11T18:35:17.000Z
2019-08-10T21:06:06.000Z
EoTUtils/IO.lua
colinsoleim/EoTAddons
f62889dca9f1e33e72b8688c488a05807d98ed11
[ "MIT" ]
1
2019-08-06T19:59:42.000Z
2019-08-06T19:59:42.000Z
function EOT_Error(msg) DEFAULT_CHAT_FRAME:AddMessage("|cffff0000EoT Error: " .. msg) end function EOT_Log(msg) DEFAULT_CHAT_FRAME:AddMessage("|cff00ffffEoT: " .. msg) end function EOT_Say(msg) SendChatMessage(msg, "SAY", nil, nil) end
23
64
0.72332
e5584d8ae5ffe48ddf9d983657a2bf0af6330db1
13,483
dart
Dart
Movie-App/lib/movie_detail.dart
Simran1604/Flutter-Movie-App
52a87257f2089eff74a3a61a0be045cc880787b1
[ "MIT" ]
null
null
null
Movie-App/lib/movie_detail.dart
Simran1604/Flutter-Movie-App
52a87257f2089eff74a3a61a0be045cc880787b1
[ "MIT" ]
null
null
null
Movie-App/lib/movie_detail.dart
Simran1604/Flutter-Movie-App
52a87257f2089eff74a3a61a0be045cc880787b1
[ "MIT" ]
null
null
null
import 'dart:ui'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:url_launcher/url_launcher.dart'; import 'package:movies/info.dart'; import 'movie_pictures.dart'; final List<Info> infoList=Info.getinfo(); clas...
35.763926
120
0.376771
f7737464fa2ef2f746691bb6092e3ac9cb27912b
1,824
tab
SQL
grib/src/main/sources/tablesOld/melbourne_228.tab
tdrwenski/netcdf-java
6dbe7a2300c4873d4e93d04b5200d0c77a18c483
[ "BSD-3-Clause" ]
83
2019-07-04T13:40:24.000Z
2022-03-03T02:25:16.000Z
grib/src/main/sources/tablesOld/melbourne_228.tab
tdrwenski/netcdf-java
6dbe7a2300c4873d4e93d04b5200d0c77a18c483
[ "BSD-3-Clause" ]
655
2019-06-28T15:08:16.000Z
2022-03-29T17:12:46.000Z
grib/src/main/sources/tablesOld/melbourne_228.tab
tdrwenski/netcdf-java
6dbe7a2300c4873d4e93d04b5200d0c77a18c483
[ "BSD-3-Clause" ]
87
2019-07-03T18:17:49.000Z
2022-03-30T01:53:16.000Z
-1:1:0:228 0:var0:undefined 17:dewpt:dew point [K] 47:av_sfc_sw_dif:average surface shortwave diffuse radiation flux [W m-2] 57:accum_evap:accumulated evaporation [kg m-2] 58:accum_evap_sea:accumulated evaporation over open sea [kg m-2] 61:accum_prcp:accumulated precipitation [kg m-2] 115:av_sfc_sw_dir:average surface ...
52.114286
77
0.804276
f01e97fde7da87878e9d54736f7cb227db681497
257
py
Python
test/test_encoder.py
mickey9910326/py-asa-loader
75852a4c633f34a67f5de2b2a807d2d40ce423bf
[ "MIT" ]
null
null
null
test/test_encoder.py
mickey9910326/py-asa-loader
75852a4c633f34a67f5de2b2a807d2d40ce423bf
[ "MIT" ]
null
null
null
test/test_encoder.py
mickey9910326/py-asa-loader
75852a4c633f34a67f5de2b2a807d2d40ce423bf
[ "MIT" ]
null
null
null
import conftest from asaprog import pac_encode from asaprog.util import * if __name__ == "__main__": pac = { 'command': asaProgCommand.CHK_DEVICE.value, 'data': b'test' } res = pac_encode(pac) print(res) print(res[-1])
18.357143
51
0.626459
0bd8725706c8e87a0cc6a88a279f82ded6dda743
1,898
ps1
PowerShell
Exchange Online/Block-ConsumerStorageOWA.ps1
jhochwald/Microsoft-365
d422c3a48b9b9a69e90dd93366da23d4e73585e1
[ "Unlicense" ]
1
2021-01-25T20:40:16.000Z
2021-01-25T20:40:16.000Z
Exchange Online/Block-ConsumerStorageOWA.ps1
jhochwald/Microsoft-365
d422c3a48b9b9a69e90dd93366da23d4e73585e1
[ "Unlicense" ]
null
null
null
Exchange Online/Block-ConsumerStorageOWA.ps1
jhochwald/Microsoft-365
d422c3a48b9b9a69e90dd93366da23d4e73585e1
[ "Unlicense" ]
null
null
null
<# Script by Alex Fields, ITProMentor.com Description: This script will block the ability for users to connect to Consumer cloud storage locations via OWA Prerequisites: The tenant will require any Exchange Online plan Connect to Exchange Online via PowerShell using MFA: ...
41.26087
185
0.737092
9364ed8ad7baf11c95594b8c6c52f2f5d5e41420
4,566
kt
Kotlin
app/src/main/java/com/example/androiddevchallenge/ui/DogsList.kt
RobinLeflond/android-dev-challenge-compose
e45a38d19daecdddd7ea457da806c7939ca23c45
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/androiddevchallenge/ui/DogsList.kt
RobinLeflond/android-dev-challenge-compose
e45a38d19daecdddd7ea457da806c7939ca23c45
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/androiddevchallenge/ui/DogsList.kt
RobinLeflond/android-dev-challenge-compose
e45a38d19daecdddd7ea457da806c7939ca23c45
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2021 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
37.42623
96
0.614761
dd85dde2046051ac00cd9ef1c1ae6fe5095f2c04
4,651
php
PHP
resources/views/user/home/register.blade.php
zuogth/php_project_btl
b96364be50ff10ce2963b312d3615bbdba6c8bda
[ "MIT" ]
null
null
null
resources/views/user/home/register.blade.php
zuogth/php_project_btl
b96364be50ff10ce2963b312d3615bbdba6c8bda
[ "MIT" ]
null
null
null
resources/views/user/home/register.blade.php
zuogth/php_project_btl
b96364be50ff10ce2963b312d3615bbdba6c8bda
[ "MIT" ]
null
null
null
@extends('user.main') @section('head') <link rel="stylesheet" href="/user/css/login.css"> @endsection @section('content') <div class="main" > <div class="container"> <div class="l-page-desgin"> <div class="l-detail-page"> <div class="l-themes-login-page">...
48.447917
121
0.460976
16d1ff46379c79cd9a30b88389f9166c2ca9be67
2,924
tsx
TypeScript
monitorFrontEnd/components/user/User.tsx
kabilJbeli/PfeProjectMonitoring
0e87d3db318e659f6dc8b9363e5deaf4a6ec2fb0
[ "MIT" ]
null
null
null
monitorFrontEnd/components/user/User.tsx
kabilJbeli/PfeProjectMonitoring
0e87d3db318e659f6dc8b9363e5deaf4a6ec2fb0
[ "MIT" ]
null
null
null
monitorFrontEnd/components/user/User.tsx
kabilJbeli/PfeProjectMonitoring
0e87d3db318e659f6dc8b9363e5deaf4a6ec2fb0
[ "MIT" ]
null
null
null
import {getFocusedRouteNameFromRoute, useIsFocused} from "@react-navigation/native"; import {SafeAreaView, Text, View} from "react-native"; import * as React from "react"; import UserManagement from "./UserManagement"; import {createMaterialTopTabNavigator} from "@react-navigation/material-top-tabs"; import {Props} fro...
26.107143
84
0.636457
259765b8499b6bbc1ea13c657f1c735e6421f63b
39,204
sql
SQL
quotes-site/sql/20140223_Gustavo_Seo.sql
chiechelski/yii-free-quotes-website
b5d3330f88239fc0b0903fcd5ce7d3d8a4fb7f01
[ "MIT" ]
null
null
null
quotes-site/sql/20140223_Gustavo_Seo.sql
chiechelski/yii-free-quotes-website
b5d3330f88239fc0b0903fcd5ce7d3d8a4fb7f01
[ "MIT" ]
null
null
null
quotes-site/sql/20140223_Gustavo_Seo.sql
chiechelski/yii-free-quotes-website
b5d3330f88239fc0b0903fcd5ce7d3d8a4fb7f01
[ "MIT" ]
null
null
null
-- SEO Categories ALTER TABLE `dd_category` ADD COLUMN `MetaDescription` varchar(1000) NOT NULL, ADD COLUMN `MetaKeyword` varchar(160) NOT NULL; ALTER TABLE `dd_category` CHANGE COLUMN `MetaDescription` `MetaDescription` varchar(1000) NOT NULL; UPDATE `dd_category` SET `MetaDescription` = '', `MetaKeyword` = 'air con...
182.344186
912
0.762779
e314ab3e74f51de8030f9471e79389cf00a059d2
2,415
kt
Kotlin
src/main/kotlin/uk/co/osiris/server/security/CordaSecurityConfig.kt
AdrianChallinorOsiris/Corda-Spring-Security-Starter
3381dbb559e7fe2ce37b18e93a73fd89ba064baf
[ "Apache-2.0" ]
null
null
null
src/main/kotlin/uk/co/osiris/server/security/CordaSecurityConfig.kt
AdrianChallinorOsiris/Corda-Spring-Security-Starter
3381dbb559e7fe2ce37b18e93a73fd89ba064baf
[ "Apache-2.0" ]
null
null
null
src/main/kotlin/uk/co/osiris/server/security/CordaSecurityConfig.kt
AdrianChallinorOsiris/Corda-Spring-Security-Starter
3381dbb559e7fe2ce37b18e93a73fd89ba064baf
[ "Apache-2.0" ]
null
null
null
package uk.co.osiris.server.security import CordaUserDetailsAuthenticationProvider import org.springframework.beans.factory.annotation.Autowired import org.springframework.context.annotation.Configuration import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder import ...
42.368421
127
0.744513
c667743b0f2101c3bf91d220824fbd8f814cb32c
479
swift
Swift
Shared/Extensions/NumberFormatter.swift
carlos-chaguendo/gastos-ios-app
55fb3ec0be2f5f74515cb1f11423569113e94e8f
[ "OLDAP-2.5", "OLDAP-2.4" ]
null
null
null
Shared/Extensions/NumberFormatter.swift
carlos-chaguendo/gastos-ios-app
55fb3ec0be2f5f74515cb1f11423569113e94e8f
[ "OLDAP-2.5", "OLDAP-2.4" ]
null
null
null
Shared/Extensions/NumberFormatter.swift
carlos-chaguendo/gastos-ios-app
55fb3ec0be2f5f74515cb1f11423569113e94e8f
[ "OLDAP-2.5", "OLDAP-2.4" ]
null
null
null
// // NumberFormatter.swift // Gastos // // Created by Carlos Andres Chaguendo Sanchez on 12/03/21. // import Foundation import SwiftUI extension NumberFormatter { public static var currency: NumberFormatter = { let formatter = NumberFormatter() formatter.numberStyle = .currency format...
20.826087
59
0.688935
bf69a1ed783271ebeffdada0c6c4ee01e75b85b6
1,699
dart
Dart
lib/ui/widgets/linking_scenario_selector.dart
mojaloop/contrib-pisp-demo-ui
159e00af982d4cdc217d5539ab4897cb7dd9bb90
[ "Apache-2.0" ]
8
2020-07-02T08:42:28.000Z
2021-05-06T11:03:35.000Z
lib/ui/widgets/linking_scenario_selector.dart
mojaloop/contrib-pisp-demo-ui
159e00af982d4cdc217d5539ab4897cb7dd9bb90
[ "Apache-2.0" ]
18
2020-07-01T11:46:49.000Z
2021-05-06T10:59:02.000Z
lib/ui/widgets/linking_scenario_selector.dart
jgeewax/pisp-demo-app-flutter
159e00af982d4cdc217d5539ab4897cb7dd9bb90
[ "Apache-2.0" ]
5
2020-08-14T06:19:08.000Z
2021-05-08T15:20:55.000Z
import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; import 'package:pispapp/models/auxiliary_user_info.dart'; class LinkingScenarioSelector extends StatefulWidget { LinkingScenarioSelector({this.onUpdate, this.initialValue}); final LiveSwitchLinkingScenario initialValue; final void Fu...
32.056604
79
0.709241
313e5aee88a82abbce6710804b49452fb804f2be
13,485
sql
SQL
scripts/taxonomy/ensembl_aliases.sql
olgabot/ensembl-compara
f53a82761e4f779263ecc2a6ffce5337a992bcf2
[ "Apache-2.0" ]
null
null
null
scripts/taxonomy/ensembl_aliases.sql
olgabot/ensembl-compara
f53a82761e4f779263ecc2a6ffce5337a992bcf2
[ "Apache-2.0" ]
null
null
null
scripts/taxonomy/ensembl_aliases.sql
olgabot/ensembl-compara
f53a82761e4f779263ecc2a6ffce5337a992bcf2
[ "Apache-2.0" ]
null
null
null
-- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute -- Copyright [2016-2019] EMBL-European Bioinformatics Institute -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may ob...
53.090551
198
0.809566
d6ad25b7f304e6411ba42e02be0af214658a6d65
61
sql
SQL
microservicio/infraestructura/src/main/resources/sql/descuento/listar.sql
lcleonardo/comida-rapida
00d2651ebedfd3cf2be72001619a7840a81ce5d3
[ "Apache-2.0" ]
null
null
null
microservicio/infraestructura/src/main/resources/sql/descuento/listar.sql
lcleonardo/comida-rapida
00d2651ebedfd3cf2be72001619a7840a81ce5d3
[ "Apache-2.0" ]
1
2021-08-19T12:54:01.000Z
2021-08-19T12:57:43.000Z
microservicio/infraestructura/src/main/resources/sql/descuento/listar.sql
lcleonardo/comida-rapida
00d2651ebedfd3cf2be72001619a7840a81ce5d3
[ "Apache-2.0" ]
null
null
null
SELECT ID, FECHA, PORCENTAJE FROM DESCUENTO ORDER BY FECHA
30.5
43
0.786885
f328d027a7b156bdf64d918b752874fa8d6ef57d
2,388
dart
Dart
test/h5pay_test.dart
acniray/h5pay-flutter
99c87e5686db9ba069acdb85ab77bd5b37b8943b
[ "Apache-2.0" ]
null
null
null
test/h5pay_test.dart
acniray/h5pay-flutter
99c87e5686db9ba069acdb85ab77bd5b37b8943b
[ "Apache-2.0" ]
null
null
null
test/h5pay_test.dart
acniray/h5pay-flutter
99c87e5686db9ba069acdb85ab77bd5b37b8943b
[ "Apache-2.0" ]
null
null
null
import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:h5pay/h5pay.dart'; import 'package:h5pay/src/h5pay_channel.dart'; void main() { const MethodChannel channel = MethodChannel('h5pay'); TestWidgetsFlutterBinding.ensureIni...
31.421053
74
0.659548
6cb97c77e33a4657efba8a743cd12da52194cbda
3,320
ps1
PowerShell
Domain HTML Status Scanner v1.ps1
miruthde/Domain-HTML-Status-Scanner
df826e47b5e48155a9ec4aa59e64d99ccd9d31ca
[ "MIT" ]
null
null
null
Domain HTML Status Scanner v1.ps1
miruthde/Domain-HTML-Status-Scanner
df826e47b5e48155a9ec4aa59e64d99ccd9d31ca
[ "MIT" ]
null
null
null
Domain HTML Status Scanner v1.ps1
miruthde/Domain-HTML-Status-Scanner
df826e47b5e48155a9ec4aa59e64d99ccd9d31ca
[ "MIT" ]
null
null
null
##[Ps1 To Exe] ## ##NcDBCIWOCzWE8pGP3wFk4Fn9fnwkbMyaqvivwYiy+tbIvjbSXZUEdWFFuhroBV+oStEdUfBbpMIcBH0= ##NcDBCIWOCzWE8pGP3wFk4Fn9fnwkbMyaqvivwYiy+tbIvjbSXZUEdUN4hD3wDVipF+YKQZU= ##Kd3HDZOFADWE8uO1 ##Nc3NCtDXTlaDjofG5iZk2V/hQGEqfYuTvL+pwb2Y8P3ityrYTYkoTVt6lyDySVm4XvsBQeccscMEWxpkJvEEgg== ##Kd3HFJGZHWLWoLaVvnQnhQ== ...
35.698925
153
0.696687
e46dbf438b8bd2d29ed18fafe51255317ad4b32c
1,769
swift
Swift
SLAnimation/ViewController.swift
silan-liu/SLAnimation
1ee40f6aa4cac1d0021f00d6b12a7b814210c6e8
[ "MIT" ]
6
2016-06-01T07:02:03.000Z
2018-07-28T02:38:27.000Z
SLAnimation/ViewController.swift
silan-liu/SLAnimation
1ee40f6aa4cac1d0021f00d6b12a7b814210c6e8
[ "MIT" ]
null
null
null
SLAnimation/ViewController.swift
silan-liu/SLAnimation
1ee40f6aa4cac1d0021f00d6b12a7b814210c6e8
[ "MIT" ]
null
null
null
// // ViewController.swift // SLAnimation // // Created by liusilan on 16/5/24. // Copyright © 2016年 YY Inc. All rights reserved. // import UIKit class ViewController: UIViewController { @IBOutlet weak var containerView: UIView! var curSelectIndex: NSInteger = 2 let baseTag: NSInteger = 1000 ...
28.532258
142
0.586207
5c4d6b363b921ea460902ec6df348bb582975578
10,105
css
CSS
common_static/admin/css/buttons.css
MAPC/masshealth
3045c453e10dde952f459d81db886c64134b1268
[ "BSD-3-Clause" ]
285
2019-12-23T09:50:21.000Z
2021-12-08T09:08:49.000Z
common_static/admin/css/buttons.css
MAPC/masshealth
3045c453e10dde952f459d81db886c64134b1268
[ "BSD-3-Clause" ]
5
2018-04-04T14:31:34.000Z
2020-06-08T07:50:23.000Z
common_static/admin/css/buttons.css
MAPC/masshealth
3045c453e10dde952f459d81db886c64134b1268
[ "BSD-3-Clause" ]
9
2019-12-23T12:59:25.000Z
2022-03-15T05:12:11.000Z
/* Submit, Delete & Cancel Buttons ------------------------------------------------------------------------------------------------------ */ input[type=submit], input[type=reset], input[type=button], button { margin-top: 0; margin-bottom: 0; padding: 4px 5px 5px; width: auto; height: 25px; ...
26.592105
107
0.629589
2644c26ee5973a9df7f90dda856e9c6f24e16c10
249
kt
Kotlin
app/src/main/java/lab4/lab/com/lab4/NotesViewModel.kt
mishatron/lab4_android_viewpager_sqlite
41136274370ab7a4441d6ca5d696e004df13ec53
[ "MIT" ]
null
null
null
app/src/main/java/lab4/lab/com/lab4/NotesViewModel.kt
mishatron/lab4_android_viewpager_sqlite
41136274370ab7a4441d6ca5d696e004df13ec53
[ "MIT" ]
null
null
null
app/src/main/java/lab4/lab/com/lab4/NotesViewModel.kt
mishatron/lab4_android_viewpager_sqlite
41136274370ab7a4441d6ca5d696e004df13ec53
[ "MIT" ]
null
null
null
package lab4.lab.com.lab4 import android.arch.lifecycle.MediatorLiveData import android.arch.lifecycle.ViewModel class NotesViewModel: ViewModel() { var log:MediatorLiveData<Int> = MediatorLiveData() init { log.postValue(0) } }
20.75
54
0.738956
abd04778efd67d2f5859efe98567ad95321f65b2
4,755
go
Go
tcpserver.go
jnosal/gotana
e505dc8c2d289407145d7fc12792c8de7af2a703
[ "MIT" ]
9
2017-09-21T11:12:47.000Z
2018-04-20T11:27:33.000Z
tcpserver.go
jnosal/gotana
e505dc8c2d289407145d7fc12792c8de7af2a703
[ "MIT" ]
2
2018-03-30T13:46:09.000Z
2018-03-30T14:23:20.000Z
tcpserver.go
jnosal/gotana
e505dc8c2d289407145d7fc12792c8de7af2a703
[ "MIT" ]
null
null
null
package gotana import ( "bufio" "fmt" "net" "strings" "time" "unicode/utf8" ) const ( TCP_CONNECTION_READLINE_DEADLINE = 30 ) type TCPCommand func(message string, conn net.Conn, server *TCPServer) type TCPMessage struct { payload string conn net.Conn } type TCPServer struct { engine *Engine address...
24.015152
85
0.711041
cb49849d35b1860b54f186e42e5530746aedf887
1,087
h
C
System/Library/PrivateFrameworks/SpringBoard.framework/SBApplication32BitDeprecationAlertItem.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
2
2021-11-02T09:23:27.000Z
2022-03-28T08:21:57.000Z
System/Library/PrivateFrameworks/SpringBoard.framework/SBApplication32BitDeprecationAlertItem.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/SpringBoard.framework/SBApplication32BitDeprecationAlertItem.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
1
2022-03-28T08:21:59.000Z
2022-03-28T08:21:59.000Z
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:23:44 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/SpringB...
37.482759
164
0.680773
d23e015f242529347b4b168772216647ad1fa92a
1,649
swift
Swift
NewsApiSample/Model/Core Data Layer/LocalArticleService.swift
Eeyore741/NewsApiSample
005456f91b43817b5853d30cba7a93d6369b214e
[ "MIT" ]
null
null
null
NewsApiSample/Model/Core Data Layer/LocalArticleService.swift
Eeyore741/NewsApiSample
005456f91b43817b5853d30cba7a93d6369b214e
[ "MIT" ]
null
null
null
NewsApiSample/Model/Core Data Layer/LocalArticleService.swift
Eeyore741/NewsApiSample
005456f91b43817b5853d30cba7a93d6369b214e
[ "MIT" ]
null
null
null
// // LocalArticleService.swift // NewsApiSample // // Created by Vitaliy Kuznetsov on 18/07/2018. // Copyright © 2018 vitaliikuznetsov. All rights reserved. // import UIKit import CoreData class LocalArticleService: NSObject, LocalArticleServiceProtocol{ let worker: NewCoreDataWorkerProtocol let api...
24.61194
133
0.571862
e30e5fb2b42a53012b2b57f44dfff624372d5bce
3,390
kt
Kotlin
src/test/kotlin/no/nav/familie/ef/sak/api/gui/FagsakControllerTest.kt
navikt/familie-ef-sak
86493dd3c205b6cc4be47595c0c12ebb154762c8
[ "MIT" ]
null
null
null
src/test/kotlin/no/nav/familie/ef/sak/api/gui/FagsakControllerTest.kt
navikt/familie-ef-sak
86493dd3c205b6cc4be47595c0c12ebb154762c8
[ "MIT" ]
1,218
2020-01-20T05:15:24.000Z
2022-03-31T21:39:28.000Z
src/test/kotlin/no/nav/familie/ef/sak/api/gui/FagsakControllerTest.kt
navikt/familie-ef-sak
86493dd3c205b6cc4be47595c0c12ebb154762c8
[ "MIT" ]
2
2021-04-19T07:42:15.000Z
2021-04-19T07:47:22.000Z
package no.nav.familie.ef.sak.api.gui import no.nav.familie.ef.sak.OppslagSpringRunnerTest import no.nav.familie.ef.sak.behandling.BehandlingRepository import no.nav.familie.ef.sak.behandling.domain.BehandlingResultat import no.nav.familie.ef.sak.fagsak.FagsakRepository import no.nav.familie.ef.sak.fagsak.FagsakReques...
46.438356
130
0.730973
df7b13348026fd9904789586496cbbe179ee3eb8
3,203
lua
Lua
OrePlus 0.0.1/prototypes/item/item.lua
JohnTheCoolingFan/RFTCore
3e1909a21ce81101320e695cb3ba7ed24cbdca8f
[ "MIT" ]
null
null
null
OrePlus 0.0.1/prototypes/item/item.lua
JohnTheCoolingFan/RFTCore
3e1909a21ce81101320e695cb3ba7ed24cbdca8f
[ "MIT" ]
null
null
null
OrePlus 0.0.1/prototypes/item/item.lua
JohnTheCoolingFan/RFTCore
3e1909a21ce81101320e695cb3ba7ed24cbdca8f
[ "MIT" ]
null
null
null
data:extend({ --ingots { type = "item", name = "JC-gold-ingot", icon = "__OrePlus__/graphics/icons/JC-gold-ingot.png", flags = {"goes-to-main-inventory"}, subgroup = "JC-resource", order = "a[ingot]-a[gold]", stack_size = 50 }, { type = "item", name = "JC-nickel-i...
24.265152
61
0.545426
43fa85a7251cb14ba0fa975074dbb4d640d17c03
36
ps1
PowerShell
Windows/Test-Windows-Cluster.ps1
tbonham/SQLServerHA
b378ad47294ba9ff6f67cbfeb26828b91ae70f2b
[ "MIT" ]
null
null
null
Windows/Test-Windows-Cluster.ps1
tbonham/SQLServerHA
b378ad47294ba9ff6f67cbfeb26828b91ae70f2b
[ "MIT" ]
null
null
null
Windows/Test-Windows-Cluster.ps1
tbonham/SQLServerHA
b378ad47294ba9ff6f67cbfeb26828b91ae70f2b
[ "MIT" ]
null
null
null
Test-Cluster -Node SQLAG01 , SQLAG02
36
36
0.805556
ba329bbeabac7de5b3d9d594c6aba8962d0c4361
543
ps1
PowerShell
powershell/Reboot.ps1
silentstep/scripts
5bcc25dacb473da8ad4d96b9f59b655cbd710ad7
[ "MIT" ]
null
null
null
powershell/Reboot.ps1
silentstep/scripts
5bcc25dacb473da8ad4d96b9f59b655cbd710ad7
[ "MIT" ]
null
null
null
powershell/Reboot.ps1
silentstep/scripts
5bcc25dacb473da8ad4d96b9f59b655cbd710ad7
[ "MIT" ]
null
null
null
Unregister-ScheduledJob systemReboot -Force register-ScheduledJob -Name systemReboot -ScriptBlock { $Key = "HKCU\Software\Microsoft\Windows\CurrentVersion\RunOnce" If ( -Not ( Test-Path "Registry::$Key")){New-Item -Path "Registry::$Key" -ItemType RegistryKey -Force} Set-ItemProperty -path "Registry::$Key" -Name "...
77.571429
139
0.758748
f405158e91cdb79371513da98dd95fd939f1b4cc
528
kt
Kotlin
core/src/main/java/com/ebnrdwan/core/di/ResourcesModule.kt
ar9ma/lint_rules
9a9b7169c79221d238ace1b2e450898e0a4f3303
[ "Apache-2.0" ]
1
2020-01-30T10:22:48.000Z
2020-01-30T10:22:48.000Z
core/src/main/java/com/ebnrdwan/core/di/ResourcesModule.kt
ar9ma/lint_rules
9a9b7169c79221d238ace1b2e450898e0a4f3303
[ "Apache-2.0" ]
null
null
null
core/src/main/java/com/ebnrdwan/core/di/ResourcesModule.kt
ar9ma/lint_rules
9a9b7169c79221d238ace1b2e450898e0a4f3303
[ "Apache-2.0" ]
1
2020-05-21T04:47:10.000Z
2020-05-21T04:47:10.000Z
package com.ebnrdwan.core.di import android.app.Application import android.content.Context import android.content.res.Resources import dagger.Module import dagger.Provides import dagger.Reusable import javax.inject.Singleton @Module object ResourcesModule { @JvmStatic @Singleton @Provides fun provideC...
22
90
0.789773
8384bdba64c8c8b25c9560b2e75d4e3d99afb765
11,639
psm1
PowerShell
pwsh/modules/Pwsh-Completion/Pwsh-Django-Completion.psm1
Furkanzmc/dotfiles
1ed5eb797c8072d27bbe89876a6653eb62bb6858
[ "Unlicense" ]
10
2019-03-31T08:00:28.000Z
2022-02-20T20:21:23.000Z
pwsh/modules/Pwsh-Completion/Pwsh-Django-Completion.psm1
Furkanzmc/dotfiles
1ed5eb797c8072d27bbe89876a6653eb62bb6858
[ "Unlicense" ]
null
null
null
pwsh/modules/Pwsh-Completion/Pwsh-Django-Completion.psm1
Furkanzmc/dotfiles
1ed5eb797c8072d27bbe89876a6653eb62bb6858
[ "Unlicense" ]
2
2021-11-07T01:41:42.000Z
2022-01-16T13:39:32.000Z
function Get-Current-Command($commandComponents, $availableCommands) { $commands = "" for ($index = 0; $index -lt $commandComponents.Length; $index++) { $component = $commandComponents[$index].Trim() if ($component -in $availableCommands) { $commands += " $component" } } ...
24.922912
80
0.341095
65851095909a54140bfe6df2ef692eb031fc2ef1
700
sql
SQL
sql/user.sql
liu-dong/myProject
d15f7dfd71dd87ca566deb4a9c0980ac0cffe43d
[ "MIT" ]
2
2019-03-07T01:07:36.000Z
2019-05-23T07:36:30.000Z
sql/user.sql
liu-dong/myProject
d15f7dfd71dd87ca566deb4a9c0980ac0cffe43d
[ "MIT" ]
6
2019-03-20T09:47:48.000Z
2021-03-11T08:01:44.000Z
sql/user.sql
liu-dong/myProject
d15f7dfd71dd87ca566deb4a9c0980ac0cffe43d
[ "MIT" ]
1
2019-04-04T11:21:08.000Z
2019-04-04T11:21:08.000Z
/* Navicat MySQL Data Transfer Source Server : LD Source Server Version : 50562 Source Host : localhost:3306 Source Database : my_data Target Server Type : MYSQL Target Server Version : 50562 File Encoding : 65001 Date: 2019-05-29 15:50:37 */ SET FOREIGN_KEY_CHECKS=0; -- --------...
22.580645
40
0.614286
6bbbb27459f292227387ff17fa2b3aae610c8e59
622
swift
Swift
LightReading/Tool/MainTabBar/MainTabBarTool.swift
zoeyzhong520/LightReading
3bae9121825c140cc4a82c8d37899573f2639fca
[ "MIT" ]
2
2018-07-20T14:11:50.000Z
2018-12-11T10:18:32.000Z
LightReading/Tool/MainTabBar/MainTabBarTool.swift
zoeyzhong520/LightReading
3bae9121825c140cc4a82c8d37899573f2639fca
[ "MIT" ]
null
null
null
LightReading/Tool/MainTabBar/MainTabBarTool.swift
zoeyzhong520/LightReading
3bae9121825c140cc4a82c8d37899573f2639fca
[ "MIT" ]
null
null
null
// // MainTabBarTool.swift // LightReading // // Created by zhifu360 on 2018/7/11. // Copyright © 2018年 智富金融. All rights reserved. // import UIKit class MainTabBarTool: NSObject { ///创建UINavigationController class func createViewController(_ vc:UIViewController, title:String?, image:String, selectedImage...
27.043478
137
0.697749
0482cf09fbf8683ee3762c6feeed56768fe844a6
1,427
java
Java
src/main/java/services/TimberService.java
jroeder/ninja-superbowl
b7dddb8a29000da30bd86e3633385702950760d6
[ "Apache-2.0" ]
null
null
null
src/main/java/services/TimberService.java
jroeder/ninja-superbowl
b7dddb8a29000da30bd86e3633385702950760d6
[ "Apache-2.0" ]
null
null
null
src/main/java/services/TimberService.java
jroeder/ninja-superbowl
b7dddb8a29000da30bd86e3633385702950760d6
[ "Apache-2.0" ]
null
null
null
/** * Copyright (C) 2017 Microbeans Software Jürgen Röder. * * 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 requ...
25.945455
76
0.725298
fe42955ab864ad48ee3f321265f2afe74e2b24e1
10,082
h
C
src/core/api/hsa_api.h
parmance/HSA-Runtime-Conformance
37d2652d8c3deba7996df331817622dfef01f4ca
[ "NCSA" ]
1
2017-05-22T17:21:37.000Z
2017-05-22T17:21:37.000Z
src/core/api/hsa_api.h
parmance/HSA-Runtime-Conformance
37d2652d8c3deba7996df331817622dfef01f4ca
[ "NCSA" ]
13
2016-11-12T09:25:46.000Z
2016-11-27T19:11:34.000Z
src/core/api/hsa_api.h
parmance/HSA-Runtime-Conformance
37d2652d8c3deba7996df331817622dfef01f4ca
[ "NCSA" ]
3
2016-11-23T13:22:03.000Z
2021-02-21T17:52:45.000Z
/* * ============================================================================= * HSA Runtime Conformance Release License * ============================================================================= * The University of Illinois/NCSA * Open Source License (NCSA) * * Copyright (c) 2014, Advanced Micro Devi...
48.471154
80
0.837433
1a68fecfa854d86c4dbed2e80e612b21b4c6e7c5
1,862
rs
Rust
src/spacecenter/parts/radiator.rs
storance/krpc-bindings-rs
5f29a04c9feb6190c5e983d3c69a35c7e00631d9
[ "Apache-2.0" ]
1
2019-06-04T14:35:38.000Z
2019-06-04T14:35:38.000Z
src/spacecenter/parts/radiator.rs
storance/krpc-bindings-rs
5f29a04c9feb6190c5e983d3c69a35c7e00631d9
[ "Apache-2.0" ]
null
null
null
src/spacecenter/parts/radiator.rs
storance/krpc-bindings-rs
5f29a04c9feb6190c5e983d3c69a35c7e00631d9
[ "Apache-2.0" ]
1
2019-06-04T14:35:49.000Z
2019-06-04T14:35:49.000Z
use super::Part; use crate::codec::{Decode, Encode}; use crate::{remote_type, RemoteEnum, RemoteObject}; remote_type!( /// A radiator. Obtained by calling `Part::radiator().` object SpaceCenter.Radiator { properties: { { Part { /// Returns the part object for this radiator. ...
27.791045
96
0.43609
05c3f2b7070ba193611ebd2fb3ec32babf2a9862
2,859
swift
Swift
Example/SwiftGraphKit/Graph Sample/SimpleBarGraphViewController.swift
bessonnet/SwiftGraphKit
ec695efdb2ee6ae9843c116a5dc0cf4130199ee0
[ "MIT" ]
9
2018-11-11T21:46:50.000Z
2020-04-08T20:57:57.000Z
Example/SwiftGraphKit/Graph Sample/SimpleBarGraphViewController.swift
bessonnet/SwiftGraphKit
ec695efdb2ee6ae9843c116a5dc0cf4130199ee0
[ "MIT" ]
null
null
null
Example/SwiftGraphKit/Graph Sample/SimpleBarGraphViewController.swift
bessonnet/SwiftGraphKit
ec695efdb2ee6ae9843c116a5dc0cf4130199ee0
[ "MIT" ]
1
2018-11-11T21:46:50.000Z
2018-11-11T21:46:50.000Z
// // SimpleBarGraphViewController.swift // SwiftGraphKit_Example // // Created by Charles Bessonnet on 13/12/2018. // Copyright © 2018 CocoaPods. All rights reserved. // import UIKit import SwiftGraphKit class SimpleBarGraphViewController: UIViewController { private lazy var graphView: GraphView = { ...
28.029412
105
0.577125
067fbeea28ce6340ce9358e67406ed179afed5d3
132,599
dart
Dart
lib/bindings/flutter_library_binding.dart
hetu-script/script-widget
b4f623f0510e62f1877d1f6a32bab5a473c50e15
[ "MIT" ]
2
2021-06-03T19:13:39.000Z
2021-12-28T18:23:20.000Z
lib/bindings/flutter_library_binding.dart
hetu-script/script-widget
b4f623f0510e62f1877d1f6a32bab5a473c50e15
[ "MIT" ]
2
2021-04-14T11:02:06.000Z
2021-04-16T11:15:39.000Z
lib/bindings/flutter_library_binding.dart
hetu-script/script-widget
b4f623f0510e62f1877d1f6a32bab5a473c50e15
[ "MIT" ]
null
null
null
import 'package:hetu_script/hetu_script.dart'; import 'package:meta/meta.dart'; import 'dart/ui/channel_buffers.g.dart'; import 'dart/ui/compositing.g.dart'; import 'dart/ui/geometry.g.dart'; import 'dart/ui/isolate_name_server.g.dart'; import 'dart/ui/painting.g.dart'; import 'dart/ui/platform_dispatcher.g.dart'; impo...
48.217818
80
0.761703
53fc833b1ab6b04aa3cd4e39178aac8b7468c034
3,126
kt
Kotlin
graphene-common/src/main/kotlin/com/graphene/common/store/data/cassandra/CassandraFactory.kt
jerome89/graphene
6cee86e47888fde6cb50dde412a4042e62e9f6cd
[ "MIT" ]
49
2019-09-16T06:19:06.000Z
2022-01-10T15:36:51.000Z
graphene-common/src/main/kotlin/com/graphene/common/store/data/cassandra/CassandraFactory.kt
jerome89/graphene
6cee86e47888fde6cb50dde412a4042e62e9f6cd
[ "MIT" ]
33
2019-10-12T04:28:30.000Z
2020-12-28T17:08:54.000Z
graphene-common/src/main/kotlin/com/graphene/common/store/data/cassandra/CassandraFactory.kt
jerome89/graphene
6cee86e47888fde6cb50dde412a4042e62e9f6cd
[ "MIT" ]
5
2019-11-30T08:15:08.000Z
2020-07-05T05:13:30.000Z
package com.graphene.common.store.data.cassandra import com.datastax.driver.core.Cluster import com.datastax.driver.core.HostDistance import com.datastax.driver.core.PoolingOptions import com.datastax.driver.core.ProtocolOptions import com.datastax.driver.core.QueryOptions import com.datastax.driver.core.SocketOptions...
47.363636
140
0.810301
cb7e1a1c3636655265efdabcdac8c2a5e1228ef5
4,971
html
HTML
javascript/auth/public/auth.html
kheeyaa/TIL
70c5a0c6f5ace294feba08914bd9768b35a269b3
[ "MIT" ]
2
2021-07-14T12:13:14.000Z
2021-09-30T03:51:03.000Z
javascript/auth/public/auth.html
kheeyaa/TIL
70c5a0c6f5ace294feba08914bd9768b35a269b3
[ "MIT" ]
null
null
null
javascript/auth/public/auth.html
kheeyaa/TIL
70c5a0c6f5ace294feba08914bd9768b35a269b3
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html> <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>Form validation</title> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="precon...
46.896226
287
0.596661
f1a595757c6b05f354ff34d814f4b8d40f04ef9f
871
kt
Kotlin
src/app/src/test/kotlin/org/imperial/mrc/mint/unit/controllers/StrategiseControllerTests.kt
mrc-ide/mint
d1374438a3d03d4f397f92728c7af11f84e16bff
[ "MIT" ]
2
2020-05-07T21:21:09.000Z
2022-03-02T19:05:47.000Z
src/app/src/test/kotlin/org/imperial/mrc/mint/unit/controllers/StrategiseControllerTests.kt
mrc-ide/mint
d1374438a3d03d4f397f92728c7af11f84e16bff
[ "MIT" ]
73
2020-03-27T09:34:50.000Z
2022-03-31T12:28:16.000Z
src/app/src/test/kotlin/org/imperial/mrc/mint/unit/controllers/StrategiseControllerTests.kt
mrc-ide/mint
d1374438a3d03d4f397f92728c7af11f84e16bff
[ "MIT" ]
null
null
null
package org.imperial.mrc.mint.unit.controllers; import com.nhaarman.mockito_kotlin.doReturn import com.nhaarman.mockito_kotlin.mock import org.assertj.core.api.Assertions.assertThat import org.junit.jupiter.api.Test; import org.imperial.mrc.mint.APIClient import org.imperial.mrc.mint.controllers.ImpactController impor...
30.034483
66
0.753157
d16ba3df47b63de0fa78d120adab7aa840d5b8cd
82
rs
Rust
src/test/ui/methods/method-call-lifetime-args-unresolved.rs
Eric-Arellano/rust
0f6f2d681b39c5f95459cd09cb936b6ceb27cd82
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
66,762
2015-01-01T08:32:03.000Z
2022-03-31T23:26:40.000Z
src/test/ui/methods/method-call-lifetime-args-unresolved.rs
Eric-Arellano/rust
0f6f2d681b39c5f95459cd09cb936b6ceb27cd82
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
76,993
2015-01-01T00:06:33.000Z
2022-03-31T23:59:15.000Z
src/test/ui/methods/method-call-lifetime-args-unresolved.rs
Eric-Arellano/rust
0f6f2d681b39c5f95459cd09cb936b6ceb27cd82
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
11,787
2015-01-01T00:01:19.000Z
2022-03-31T19:03:42.000Z
fn main() { 0.clone::<'a>(); //~ ERROR use of undeclared lifetime name `'a` }
20.5
67
0.560976
6cb0d347b640827380f615e25abe4f7cbdca87dd
16,003
sql
SQL
pet_shop.sql
M-BOUJRAF/Pet-Shop-Project
19fbbc01b5e043cade6c7d10364ff1ffae35c927
[ "Apache-2.0" ]
null
null
null
pet_shop.sql
M-BOUJRAF/Pet-Shop-Project
19fbbc01b5e043cade6c7d10364ff1ffae35c927
[ "Apache-2.0" ]
null
null
null
pet_shop.sql
M-BOUJRAF/Pet-Shop-Project
19fbbc01b5e043cade6c7d10364ff1ffae35c927
[ "Apache-2.0" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 4.9.2 -- https://www.phpmyadmin.net/ -- -- Hôte : 127.0.0.1:3306 -- Généré le : lun. 15 mars 2021 à 22:50 -- Version du serveur : 10.4.10-MariaDB -- Version de PHP : 7.3.12 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*...
76.204762
560
0.71824
868cace897dab5a582c20a699f81be848d7ca457
687
go
Go
artisan/art/cmd/envCmd.go
Gennavar/onix
e67266e6a575922ad2d21e98ebe7358697ad2ad5
[ "Apache-2.0" ]
91
2018-04-26T19:12:39.000Z
2022-03-26T08:53:39.000Z
artisan/art/cmd/envCmd.go
Gennavar/onix
e67266e6a575922ad2d21e98ebe7358697ad2ad5
[ "Apache-2.0" ]
12
2019-08-23T00:57:13.000Z
2022-03-04T06:42:54.000Z
artisan/art/cmd/envCmd.go
Gennavar/onix
e67266e6a575922ad2d21e98ebe7358697ad2ad5
[ "Apache-2.0" ]
59
2018-07-01T20:15:47.000Z
2022-03-10T14:34:56.000Z
/* Onix Config Manager - Artisan Copyright (c) 2018-Present by www.gatblau.org Licensed under the Apache License, Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0 Contributors to this project, hereby assign copyright in this code to the project, to be licensed under the same terms as the rest of the ...
23.689655
94
0.716157
a0f50d43cbfb55dcc1095da0f7ab01fd12ae7e58
574
swift
Swift
Turn Touch iOS/Models/TTModeDirection.swift
samuelclay/turntouch-ios
f0cc0e3819cd1e7ca568c4fe55c37c8dddad02ff
[ "MIT" ]
8
2019-01-06T15:38:15.000Z
2021-07-31T15:19:08.000Z
Turn Touch iOS/Models/TTModeDirection.swift
samuelclay/turntouch-ios
f0cc0e3819cd1e7ca568c4fe55c37c8dddad02ff
[ "MIT" ]
10
2019-07-31T23:35:51.000Z
2020-11-19T00:45:01.000Z
Turn Touch iOS/Models/TTModeDirection.swift
samuelclay/turntouch-ios
f0cc0e3819cd1e7ca568c4fe55c37c8dddad02ff
[ "MIT" ]
null
null
null
// // TTModeDirection.swift // Turn Touch iOS // // Created by Samuel Clay on 5/19/16. // Copyright © 2016 Turn Touch. All rights reserved. // import UIKit @objc enum TTModeDirection: Int { case no_DIRECTION = 0 case north = 1 case east = 2 case west = 3 case south = 4 case info = 5 c...
18.516129
53
0.651568
0488ecdd335218b461392b4c1f2c235d6bff5749
2,969
java
Java
src/commons/api/parsers/SteamAchievementParser.java
Naeregwen/games-librarian
a35171945e1d0a909be0dd5bdf3c17b7eb099761
[ "Apache-2.0" ]
null
null
null
src/commons/api/parsers/SteamAchievementParser.java
Naeregwen/games-librarian
a35171945e1d0a909be0dd5bdf3c17b7eb099761
[ "Apache-2.0" ]
null
null
null
src/commons/api/parsers/SteamAchievementParser.java
Naeregwen/games-librarian
a35171945e1d0a909be0dd5bdf3c17b7eb099761
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2012-2014 Naeregwen * * 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 a...
30.927083
135
0.708993
db0279a201f3a6d01ce2944cdb3d413447d38930
1,533
sql
SQL
server/database/queries/tables.sql
BryceStPierre/skeam
2b5dffec51ec3ec7ac95f26c28bd6bcbe14443bd
[ "MIT" ]
null
null
null
server/database/queries/tables.sql
BryceStPierre/skeam
2b5dffec51ec3ec7ac95f26c28bd6bcbe14443bd
[ "MIT" ]
null
null
null
server/database/queries/tables.sql
BryceStPierre/skeam
2b5dffec51ec3ec7ac95f26c28bd6bcbe14443bd
[ "MIT" ]
null
null
null
DROP TABLE users; DROP TABLE skeams; DROP TABLE templates; DROP TABLE categories; CREATE TABLE users ( id SERIAL PRIMARY KEY NOT NULL, email VARCHAR(50) NOT NULL, password VARCHAR(50) NOT NULL, provider VARCHAR(15) DEFAULT 'email', display_name VARCHAR(50), actual_name JSON, created TIMESTAMP DEFAULT clock_time...
25.983051
58
0.741683
3d4866f94e3ba9f67dc177d2e933b7899db18340
1,278
rs
Rust
server/src/service/misc/search/audit_event.rs
gematik/ref-eRp-FD-Server
94d6245829a08d03c8d872ba71c5d8cae0d9dccf
[ "Apache-2.0" ]
47
2020-09-04T15:13:08.000Z
2022-01-15T23:22:52.000Z
server/src/service/misc/search/audit_event.rs
gematik/ref-eRp-FD-Server
94d6245829a08d03c8d872ba71c5d8cae0d9dccf
[ "Apache-2.0" ]
30
2020-09-24T06:50:25.000Z
2021-09-18T06:41:11.000Z
server/src/service/misc/search/audit_event.rs
gematik/ref-eRp-FD-Server
94d6245829a08d03c8d872ba71c5d8cae0d9dccf
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2021 gematik GmbH * * 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 agr...
31.170732
78
0.641628
edebf986481ee54d2ba479bfd0788b4e5e64affe
7,169
swift
Swift
FirstCitizen/FirstCitizen/Controller/Incident/IncidentView.swift
furydeveloper/2019SeoulContest-iOS
0f2c90dadcb7465c6b05963ca7c1f030c3b74a2a
[ "MIT" ]
1
2019-08-29T09:29:31.000Z
2019-08-29T09:29:31.000Z
FirstCitizen/FirstCitizen/Controller/Incident/IncidentView.swift
hyeoktae/2019SeoulContest
8a2921dd3c925472ed3eb75f1d23aa1d56bccdad
[ "MIT" ]
8
2019-08-21T06:25:08.000Z
2019-09-22T08:39:51.000Z
FirstCitizen/FirstCitizen/Controller/Incident/IncidentView.swift
hyeoktae/2019SeoulContest
8a2921dd3c925472ed3eb75f1d23aa1d56bccdad
[ "MIT" ]
8
2019-08-21T05:54:27.000Z
2019-09-20T12:46:24.000Z
// // IncidentView.swift // FirstCitizen // // Created by Fury on 24/09/2019. // Copyright © 2019 Kira. All rights reserved. // import UIKit import Kingfisher protocol IncidentViewDelegate: class { func touchUpBackButton() func touchUpHelpButton(category: String) } class IncidentView: UIView { var categ...
36.576531
136
0.703864
72fbd6338f60c01d42403fa635c07506c990c291
3,503
html
HTML
_layouts/default.html
prateekkumarweb/website-jekyll
5d05620a65360f93c686f31e73b04f8f9457f9c1
[ "MIT" ]
null
null
null
_layouts/default.html
prateekkumarweb/website-jekyll
5d05620a65360f93c686f31e73b04f8f9457f9c1
[ "MIT" ]
null
null
null
_layouts/default.html
prateekkumarweb/website-jekyll
5d05620a65360f93c686f31e73b04f8f9457f9c1
[ "MIT" ]
null
null
null
--- --- <!DOCTYPE html> <html lang="en-IN"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> {% seo %} <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxf...
47.337838
219
0.675421
6cd0c7fe3d3a31ad08caa6b7f9cf71b997090d6a
2,038
swift
Swift
Example/FlexboxSwift/ViewControllers/FlexboxTableViewController.swift
djs66256/DDFlexbox
0846f4fc62e10ec661d9a0c063458a6e32b4542e
[ "MIT" ]
13
2021-09-13T02:05:58.000Z
2022-03-23T15:17:02.000Z
Example/FlexboxSwift/ViewControllers/FlexboxTableViewController.swift
djs66256/DDFlexbox
0846f4fc62e10ec661d9a0c063458a6e32b4542e
[ "MIT" ]
null
null
null
Example/FlexboxSwift/ViewControllers/FlexboxTableViewController.swift
djs66256/DDFlexbox
0846f4fc62e10ec661d9a0c063458a6e32b4542e
[ "MIT" ]
2
2021-09-22T11:30:44.000Z
2022-03-23T15:17:04.000Z
// // File.swift // Example // // Created by daniel on 2021/9/15. // Copyright © 2021 daniel. All rights reserved. // import Foundation import UIKit import DDFlexbox typealias FlexboxTableViewCell = UITableViewCell & FlexboxView class FlexboxTableViewController : UITableViewController { var cellClasses: [Fle...
32.349206
137
0.68842
876e1d8c6b8f76dab8f7e79f349e435da47f2f3c
707
rs
Rust
src/knock01.rs
toku345/nlp-rust
0f50358fde8afcffd8abddeb6fcba59ad7e823f0
[ "MIT" ]
null
null
null
src/knock01.rs
toku345/nlp-rust
0f50358fde8afcffd8abddeb6fcba59ad7e823f0
[ "MIT" ]
null
null
null
src/knock01.rs
toku345/nlp-rust
0f50358fde8afcffd8abddeb6fcba59ad7e823f0
[ "MIT" ]
null
null
null
pub fn extract_and_concat_chracters(input_string: &str) -> String { let mut chars = input_string.chars(); let char1 = chars.next().unwrap(); chars.next(); let char3 = chars.next().unwrap(); chars.next(); let char5 = chars.next().unwrap(); chars.next(); let char7 = chars.next().unwrap(); ...
25.25
67
0.606789
cb0a220efdde6c698be83acfe526aa16fde66422
218
h
C
SJDevice/ViewController.h
zhoushejun/SJDevice
04b50e358f14e2159b6aed9b320eaadcf78dcb39
[ "MIT" ]
null
null
null
SJDevice/ViewController.h
zhoushejun/SJDevice
04b50e358f14e2159b6aed9b320eaadcf78dcb39
[ "MIT" ]
null
null
null
SJDevice/ViewController.h
zhoushejun/SJDevice
04b50e358f14e2159b6aed9b320eaadcf78dcb39
[ "MIT" ]
null
null
null
// // ViewController.h // SJDevice // // Created by jocentzhou on 2017/11/18. // Copyright © 2017年 jocentzhou. All rights reserved. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
13.625
54
0.697248
874dca67fd51652f8e1de2a9b0f6c710b28476ff
2,978
html
HTML
apps/bouygue/templates/bouygue/data-policy.html
GuillaumeM92/La-Bouygue
a402efbc9746acb51cd7fc66ccdac4a45b854a22
[ "MIT" ]
null
null
null
apps/bouygue/templates/bouygue/data-policy.html
GuillaumeM92/La-Bouygue
a402efbc9746acb51cd7fc66ccdac4a45b854a22
[ "MIT" ]
null
null
null
apps/bouygue/templates/bouygue/data-policy.html
GuillaumeM92/La-Bouygue
a402efbc9746acb51cd7fc66ccdac4a45b854a22
[ "MIT" ]
null
null
null
{% extends "bouygue/base.html" %} {% load static %} {% block content %} <section class="bg-light py-10"> <div class="container"> <a href="{% url "bouygue-home" %}" style="cursor: pointer"><i class="fas fa-arrow-left mr-1"></i> Accueil</a> <h1 class="mb-4 mt-4">Traitement des données utilisateurs</h1...
62.041667
238
0.615178
04312c4dacf1a54da5433f066033e9382edf5bb0
2,092
java
Java
1.JavaSyntax/src/Test/Shildt_G/stream_API/StreamDemo.java
BelousAI/JavaRush
da1fc267fbcfbc32e4e86886fcac11d10fe86ce0
[ "Apache-2.0" ]
null
null
null
1.JavaSyntax/src/Test/Shildt_G/stream_API/StreamDemo.java
BelousAI/JavaRush
da1fc267fbcfbc32e4e86886fcac11d10fe86ce0
[ "Apache-2.0" ]
null
null
null
1.JavaSyntax/src/Test/Shildt_G/stream_API/StreamDemo.java
BelousAI/JavaRush
da1fc267fbcfbc32e4e86886fcac11d10fe86ce0
[ "Apache-2.0" ]
null
null
null
package Test.Shildt_G.stream_API; import java.util.ArrayList; import java.util.Optional; import java.util.stream.Stream; public class StreamDemo { public static void main(String[] args) { ArrayList<Integer> myList = new ArrayList<>(); myList.add(7); myList.add(18); myList.add(10);...
34.866667
78
0.599426
c7ef5f92e6adf6d010a5d711f67ed347e469af71
6,583
java
Java
Corpus/birt/6143.java
JamesCao2048/BlizzardData
a524bec4f0d297bb748234eeb1c2fcdee3dce7d7
[ "MIT" ]
1
2022-01-15T02:47:45.000Z
2022-01-15T02:47:45.000Z
Corpus/birt/6143.java
JamesCao2048/BlizzardData
a524bec4f0d297bb748234eeb1c2fcdee3dce7d7
[ "MIT" ]
null
null
null
Corpus/birt/6143.java
JamesCao2048/BlizzardData
a524bec4f0d297bb748234eeb1c2fcdee3dce7d7
[ "MIT" ]
null
null
null
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availabl...
33.758974
124
0.705302
758effd74dad3965c680f6bebef25e3142e8697c
1,427
h
C
code/include/State.h
Pridexs/projectM
a189c543763f1eff8fa0dcfda6162e3c5b8faf00
[ "MIT" ]
null
null
null
code/include/State.h
Pridexs/projectM
a189c543763f1eff8fa0dcfda6162e3c5b8faf00
[ "MIT" ]
null
null
null
code/include/State.h
Pridexs/projectM
a189c543763f1eff8fa0dcfda6162e3c5b8faf00
[ "MIT" ]
null
null
null
/* * This code is from projectM a 2D side scroller using SFML. * It was made using the help of the SFML Game Development Book * * If you have any questions, please contact me at * pridexs.com * * For more information visit the repo for this project at: * github.com/pridexs * * Alexandre Maros -...
22.296875
103
0.639103
3c2b8f11cb5b146f67f2700d0af88abe43a51a6c
780
sql
SQL
data_collection/sofa/sofa.sql
chloride-management/chloride-management
17e0ad151779a4c241c9da1e2d8d194f926780e8
[ "MIT" ]
5
2020-12-24T18:33:54.000Z
2022-03-30T07:26:22.000Z
src/SQL/sofa/sofa_pan.sql
geickelb/mimiciii-antibiotics-opensource
51384971905fe107031b7362d5682d79a2532ede
[ "MIT" ]
null
null
null
src/SQL/sofa/sofa_pan.sql
geickelb/mimiciii-antibiotics-opensource
51384971905fe107031b7362d5682d79a2532ede
[ "MIT" ]
1
2021-06-22T07:27:13.000Z
2021-06-22T07:27:13.000Z
DROP MATERIALIZED VIEW IF EXISTS SOFA_pan CASCADE; CREATE MATERIALIZED VIEW SOFA_pan AS ( select ie.subject_id, ie.hadm_id, ie.icustay_id,day -- Combine all the scores to get SOFA -- Impute 0 if the score is missing , coalesce(respiration,0) + coalesce(coagulation,0) + coalesce(liver,0) + coalesce(cardiovas...
32.5
95
0.785897
080ab4c48e85939e92e9a2eb7228a300c7e76a4e
641
html
HTML
site/_layouts/doc.html
ceefour/fusionauth-site
8213dc8b0d42bb77e94533341a065869bb1ee66a
[ "Apache-2.0" ]
null
null
null
site/_layouts/doc.html
ceefour/fusionauth-site
8213dc8b0d42bb77e94533341a065869bb1ee66a
[ "Apache-2.0" ]
1
2022-02-21T20:47:27.000Z
2022-02-21T20:47:27.000Z
site/_layouts/doc.html
ceefour/fusionauth-site
8213dc8b0d42bb77e94533341a065869bb1ee66a
[ "Apache-2.0" ]
null
null
null
<!doctype html> <html lang="en"> <head> {% include docs/_head.html %} </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KFGZT3Q" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (nosc...
26.708333
160
0.620905
0f49ac3a58cc4280273d2f0bf36ff0276c313e46
84
sql
SQL
src/test/resources/sql/insert/30fcf054.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
66
2018-06-15T11:34:03.000Z
2022-03-16T09:24:49.000Z
src/test/resources/sql/insert/30fcf054.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
13
2019-03-19T11:56:28.000Z
2020-08-05T04:20:50.000Z
src/test/resources/sql/insert/30fcf054.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
28
2019-01-05T19:59:02.000Z
2022-03-24T11:55:50.000Z
-- file:numeric_big.sql ln:238 expect:true INSERT INTO num_exp_mul VALUES (5,0,'0')
28
42
0.75
f4e4c51fc28a75c039e23b4e1dec2a31ab662c4a
1,584
lua
Lua
premake5.lua
azon04/ZooRayTracer
8a1cb905bc4b0bb28d2498bd4906f45a8038a0f0
[ "MIT" ]
null
null
null
premake5.lua
azon04/ZooRayTracer
8a1cb905bc4b0bb28d2498bd4906f45a8038a0f0
[ "MIT" ]
null
null
null
premake5.lua
azon04/ZooRayTracer
8a1cb905bc4b0bb28d2498bd4906f45a8038a0f0
[ "MIT" ]
null
null
null
-- premake5.lua -- Actions newaction { trigger = "clean", description = "clean up project files", execute = function() os.rmdir("./Projects") end } workspace "ZooRayTracer" location ("./") configurations { "Debug", "Release" } project "ZooRayTracer" location ("Projects/".. _ACTION...
25.142857
125
0.566919
1d5cfe052c1f9173f2ccbfc2512dd872f3211bff
4,740
dart
Dart
snapLoop/lib/ui/Widget/AnimatingFlatButton/AnimatingFlatButton.dart
sanchitmonga22/SnapLoop
49686eea007a573eae3331385a71a4b4648ca773
[ "MIT" ]
null
null
null
snapLoop/lib/ui/Widget/AnimatingFlatButton/AnimatingFlatButton.dart
sanchitmonga22/SnapLoop
49686eea007a573eae3331385a71a4b4648ca773
[ "MIT" ]
null
null
null
snapLoop/lib/ui/Widget/AnimatingFlatButton/AnimatingFlatButton.dart
sanchitmonga22/SnapLoop
49686eea007a573eae3331385a71a4b4648ca773
[ "MIT" ]
null
null
null
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import '../../../app/constants.dart'; class AnimatingFlatButton extends StatefulWidget { AnimatingFlatButton( {Key key, this.labelText = "", this.onClicked, @required this.isAnimating, this.innerWidget}) ...
30.384615
73
0.572363
b44a870ab6bd33bafe985fa1901a573299b4e370
4,074
swift
Swift
Sources/MadDisplay/Shapes/RoundRect.swift
seeaya/MadDisplay
679710dd56d7cfc77b5d5a867f8e42047f4f2c62
[ "MIT" ]
null
null
null
Sources/MadDisplay/Shapes/RoundRect.swift
seeaya/MadDisplay
679710dd56d7cfc77b5d5a867f8e42047f4f2c62
[ "MIT" ]
null
null
null
Sources/MadDisplay/Shapes/RoundRect.swift
seeaya/MadDisplay
679710dd56d7cfc77b5d5a867f8e42047f4f2c62
[ "MIT" ]
1
2021-06-30T00:45:18.000Z
2021-06-30T00:45:18.000Z
public class RoundRect: TileGrid { public init(x: Int, y: Int, width: Int, height: Int, radius r: Int, fill: UInt32! = nil, outline: UInt32! = nil, stroke: Int = 1) { let _bitmap = Bitmap(width: width, height: height, bitCount: 4) let _palette = Palette(count: 3) super.init(bitmap: _bitmap,...
31.099237
163
0.37408
e3cfaecd592db77134667e3962477cba0953484e
2,414
go
Go
lib_test.go
boxtown/tflags
f1cb21c6009e50e28350d3516c5bb875f7b2ada7
[ "MIT" ]
2
2016-10-21T09:04:07.000Z
2016-10-21T09:39:13.000Z
lib_test.go
boxtown/tflags
f1cb21c6009e50e28350d3516c5bb875f7b2ada7
[ "MIT" ]
null
null
null
lib_test.go
boxtown/tflags
f1cb21c6009e50e28350d3516c5bb875f7b2ada7
[ "MIT" ]
null
null
null
package gotag import "testing" func TestSkip(t *testing.T) { tc := New() tc.Skip("tagA", "tagB") mock := &mockT{} tc.Test("tagA", mock, func(t T) {}) tc.Test("tagB", mock, func(t T) {}) tc.Test("taga", mock, func(t T) {}) if mock.skipped != 2 { t.Error("Wrong number of tests skipped") t.Fail() } } func ...
24.14
67
0.543496
10d2a210ea457b54eda0baa966fd83c5ab327c9d
913
dart
Dart
idomuss/lib/components/feed_clipper.dart
gitzel/IDOMUSS
6a8106207f9fc126f0506177643d05922c02602a
[ "MIT" ]
null
null
null
idomuss/lib/components/feed_clipper.dart
gitzel/IDOMUSS
6a8106207f9fc126f0506177643d05922c02602a
[ "MIT" ]
null
null
null
idomuss/lib/components/feed_clipper.dart
gitzel/IDOMUSS
6a8106207f9fc126f0506177643d05922c02602a
[ "MIT" ]
1
2021-09-17T20:04:15.000Z
2021-09-17T20:04:15.000Z
import 'package:flutter/material.dart'; class FeedClipper extends CustomClipper<Path> { final double distanceFromWall = 12; final double controlPointDistanceFromWall = 2; @override Path getClip(Size size) { final double height = size.height; final double halfHeight = size.height * 0.5; final doubl...
30.433333
77
0.711939
fff6071199275e216c3fd9d0aeab8b5af3863d8e
2,854
html
HTML
Project/Web/MusicHub.Web/ClientApp/src/app/components/song/song-list-template/song-list-template.component.html
dimitarkole/MusicHub
86894afea1cdc3be636a186f9dc4b02ccd47b94d
[ "MIT" ]
null
null
null
Project/Web/MusicHub.Web/ClientApp/src/app/components/song/song-list-template/song-list-template.component.html
dimitarkole/MusicHub
86894afea1cdc3be636a186f9dc4b02ccd47b94d
[ "MIT" ]
null
null
null
Project/Web/MusicHub.Web/ClientApp/src/app/components/song/song-list-template/song-list-template.component.html
dimitarkole/MusicHub
86894afea1cdc3be636a186f9dc4b02ccd47b94d
[ "MIT" ]
null
null
null
<div class="row"> <div class="col-md-12"> <div class="featured_list"> <div id="jp_container_2" class="jp-audio" role="application" aria-label="media player"> <div class="jp-type-playlist"> <div class="jp-playlist"> <ul class="d-flex flex-row align-items-start justify-content-st...
47.566667
189
0.413805
143b93caa97429061eedd4d2e35d958a4df0a858
905
css
CSS
src/components/assets/css/ArtMediums.css
SnkrFr3sh/react-portfolio
998175ad140118ec60115d3d674c488cd2488673
[ "MIT" ]
null
null
null
src/components/assets/css/ArtMediums.css
SnkrFr3sh/react-portfolio
998175ad140118ec60115d3d674c488cd2488673
[ "MIT" ]
null
null
null
src/components/assets/css/ArtMediums.css
SnkrFr3sh/react-portfolio
998175ad140118ec60115d3d674c488cd2488673
[ "MIT" ]
1
2022-02-18T01:04:42.000Z
2022-02-18T01:04:42.000Z
:root { --black: #000000; --white: #fff; --dark-brown: #3c1c14fb; --khaki: #E7C896; --med-brown: #85684A; --light-brown: #A48467; --grey-brown: #9C7C74; --dark-grey: #212529; --lightgrey: rgb(167, 167, 167); --white: white; --green: #284328; --medgreen: #357335; --med...
18.1
36
0.569061
11efc391784110afd8341f6da6fa203cc800cbbb
479
asm
Assembly
programs/oeis/267/A267612.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/267/A267612.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/267/A267612.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A267612: Triangle read by rows giving successive states of cellular automaton generated by "Rule 185" initiated with a single ON (black) cell. ; 1,0,0,1,0,1,0,1,1,0,1,0,1,1,1,1,0,1,0,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1...
26.611111
201
0.584551
87b1b4f4d0f7ce80b02180665bf75770c7f8e663
1,420
lua
Lua
lua/kivi/core/source.lua
notomo/kivi.nvim
003081474815d493f8b4f4c220d4172121c50f40
[ "MIT" ]
4
2020-10-18T15:07:29.000Z
2021-04-24T08:24:16.000Z
lua/kivi/core/source.lua
notomo/kivi.nvim
003081474815d493f8b4f4c220d4172121c50f40
[ "MIT" ]
null
null
null
lua/kivi/core/source.lua
notomo/kivi.nvim
003081474815d493f8b4f4c220d4172121c50f40
[ "MIT" ]
1
2021-07-03T14:01:11.000Z
2021-07-03T14:01:11.000Z
local modulelib = require("kivi.lib.module") local pathlib = require("kivi.lib.path") local filelib = require("kivi.lib.file") local HighlighterFactory = require("kivi.lib.highlight").HighlighterFactory local base = require("kivi.source.base") local M = {} local Source = {} M.Source = Source function Source.new(sour...
29.583333
99
0.705634
b407c21d0f038b1bc6361539959b47508ffa41d8
5,916
kt
Kotlin
core/src/main/kotlin/dev/entao/keb/core/HttpFilter.kt
yangentao/KebCore
9df2f204e161d1c212b014f696f1e03d20d3f03a
[ "MIT" ]
null
null
null
core/src/main/kotlin/dev/entao/keb/core/HttpFilter.kt
yangentao/KebCore
9df2f204e161d1c212b014f696f1e03d20d3f03a
[ "MIT" ]
null
null
null
core/src/main/kotlin/dev/entao/keb/core/HttpFilter.kt
yangentao/KebCore
9df2f204e161d1c212b014f696f1e03d20d3f03a
[ "MIT" ]
null
null
null
@file:Suppress("MemberVisibilityCanBePrivate", "unused") package dev.entao.keb.core import dev.entao.kava.base.hasAnnotation import dev.entao.kava.base.ownerClass import dev.entao.kava.log.Yog import dev.entao.kava.log.YogDir import dev.entao.kava.log.YogPrinter import dev.entao.kava.log.logd import dev.entao.keb.cor...
23.759036
113
0.687627
5851b8b2a79028d3891b6557cb0537d4faf9fd6a
8,031
lua
Lua
clipper.lua
krdcnn/Lua-clipper
045746b88157d90fdf796a0f8d95865e21913f0d
[ "Unlicense" ]
1
2021-06-26T08:35:54.000Z
2021-06-26T08:35:54.000Z
clipper.lua
krdcnn/Lua-clipper
045746b88157d90fdf796a0f8d95865e21913f0d
[ "Unlicense" ]
null
null
null
clipper.lua
krdcnn/Lua-clipper
045746b88157d90fdf796a0f8d95865e21913f0d
[ "Unlicense" ]
1
2021-01-27T02:55:20.000Z
2021-01-27T02:55:20.000Z
local ffi = require("ffi") local C_6 = ffi.load("clipper") ffi.cdef([[ typedef struct __zf_int_point { int64_t x, y; } zf_int_point; typedef struct __zf_int_rect { int64_t left; int64_t top; int64_t right; int64_t bottom; } zf_int_rect; typedef signed long long cInt; typedef struct __zf_path z...
29.525735
108
0.676628
c1a83bbab44eaea4a5949bd93ba48e98ef147fbc
1,147
dart
Dart
lib/modules/soccer/containers/SoccerCalendar.dart
zrg-team/flutter_redux
cb8b8600f0ce3ffb5f732bb7f89cf40199c39b35
[ "MIT" ]
27
2018-12-07T12:16:32.000Z
2021-09-17T01:26:24.000Z
lib/modules/soccer/containers/SoccerCalendar.dart
zrg-team/flutter_redux
cb8b8600f0ce3ffb5f732bb7f89cf40199c39b35
[ "MIT" ]
1
2019-01-05T16:33:17.000Z
2019-02-10T05:49:22.000Z
lib/modules/soccer/containers/SoccerCalendar.dart
zrg-team/flutter_redux
cb8b8600f0ce3ffb5f732bb7f89cf40199c39b35
[ "MIT" ]
12
2018-12-12T13:58:37.000Z
2021-04-04T08:47:33.000Z
import 'package:flutter/material.dart'; import 'package:flutter_redux/flutter_redux.dart'; import 'package:redux/redux.dart'; import 'package:cat_dog/common/state.dart'; import 'package:cat_dog/modules/soccer/components/SoccerCalendarView.dart'; import 'package:cat_dog/modules/soccer/actions.dart'; class SoccerCalenda...
35.84375
78
0.707062
b63680f81b925878b2b4ea8dfee213a6693f75f0
586
swift
Swift
YouTaskMe/Common/YTMFirebaseDataService.swift
mdflores/YouTaskMe
20b3797a4b399216df630345f841a8951a146567
[ "MIT" ]
1
2016-09-09T08:45:40.000Z
2016-09-09T08:45:40.000Z
YouTaskMe/Common/YTMFirebaseDataService.swift
mdflores/YouTaskMe
20b3797a4b399216df630345f841a8951a146567
[ "MIT" ]
null
null
null
YouTaskMe/Common/YTMFirebaseDataService.swift
mdflores/YouTaskMe
20b3797a4b399216df630345f841a8951a146567
[ "MIT" ]
null
null
null
// // YTMFirebaseDataService.swift // YouTaskMe // // Created by Mark Dominick Flores on 08/09/2016. // Copyright © 2016 Mark Dominick Flores. All rights reserved. // import Foundation import Firebase import FirebaseDatabase import FirebaseStorage struct TaskGroup { var taskGroupId: String! } struct Task { ...
18.3125
63
0.691126
28b1321931654a7e06b82e144d6ee6962909f093
2,440
swift
Swift
iTunes-API-ios/Api/Api.swift
konojunya/iTunes-API-ios
1b43369fb78ddd4129cc322ed76c9f01fa925ff8
[ "MIT" ]
null
null
null
iTunes-API-ios/Api/Api.swift
konojunya/iTunes-API-ios
1b43369fb78ddd4129cc322ed76c9f01fa925ff8
[ "MIT" ]
null
null
null
iTunes-API-ios/Api/Api.swift
konojunya/iTunes-API-ios
1b43369fb78ddd4129cc322ed76c9f01fa925ff8
[ "MIT" ]
null
null
null
// // Api.swift // iTunes-API-ios // // Created by konojunya on 2018/01/24. // Copyright © 2018年 konojunya. All rights reserved. // import Foundation import Alamofire protocol ApiRouter { var path: String { get } var method: ApiMethod { get } } enum ApiMethod { case Get case Post } enum Result<T...
22.592593
59
0.487295
b88c4832800573935bcf485e30ef306dc2d4df83
469
html
HTML
topshot-alert-ui/src/app/ui/quick-graph/quick-graph.component.html
NoChopFoundation/topshot-alert
3eaa527bb8cf5d7c6263098576961cb560d4b1ea
[ "MIT" ]
null
null
null
topshot-alert-ui/src/app/ui/quick-graph/quick-graph.component.html
NoChopFoundation/topshot-alert
3eaa527bb8cf5d7c6263098576961cb560d4b1ea
[ "MIT" ]
null
null
null
topshot-alert-ui/src/app/ui/quick-graph/quick-graph.component.html
NoChopFoundation/topshot-alert
3eaa527bb8cf5d7c6263098576961cb560d4b1ea
[ "MIT" ]
null
null
null
<div [hidden]="!isLoading"> <span>Loading....</span> </div> <div [hidden]="isLoading"> <div [hidden]="isGraphable"> <span>No recent purchase data available, choose another set.</span> </div> <div *ngIf="isGraphable"> <google-chart #chart [data]="data" [columns]="columns" [type]="type" ...
23.45
71
0.577825
fb99b77290691248c3bc1b94af19a8d8f7052caa
2,625
java
Java
youliao-web/src/main/java/com/seahorse/youliao/controller/EsDocSearchRecordController.java
gitSina9468/youliao
d8d91c858d38b26aeabdf903724f8aa45a889322
[ "Apache-2.0" ]
6
2020-07-13T19:29:36.000Z
2022-03-27T09:55:54.000Z
youliao-web/src/main/java/com/seahorse/youliao/controller/EsDocSearchRecordController.java
gitSina9468/youliao
d8d91c858d38b26aeabdf903724f8aa45a889322
[ "Apache-2.0" ]
6
2020-07-09T03:08:12.000Z
2022-02-01T01:03:10.000Z
youliao-web/src/main/java/com/seahorse/youliao/controller/EsDocSearchRecordController.java
gitSina9468/youliao
d8d91c858d38b26aeabdf903724f8aa45a889322
[ "Apache-2.0" ]
4
2020-07-13T19:29:38.000Z
2022-03-27T09:55:55.000Z
package com.seahorse.youliao.controller; import com.github.pagehelper.Page; import com.github.pagehelper.PageHelper; import com.seahorse.youliao.service.EsDocSearchRecordService; import com.seahorse.youliao.service.entity.EsDocSearchRecordDTO; import com.seahorse.youliao.utils.BeanUtil; import com.seahorse.youliao.vo....
41.666667
149
0.80419
b1cd15d47d640ce6bf2b7d1f505129cc9af4b102
148
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/islessgreater.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/islessgreater.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/islessgreater.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib SECTION code_fp_math48 PUBLIC _islessgreater EXTERN cm48_sdccix_islessgreater defc _islessgreater = cm48_sdccix_islessgreater
14.8
47
0.885135
4e799f6c53ca8b0d4ad6ed9f61e17cd9b0ecb8f5
1,137
ps1
PowerShell
windows/install_ruby.ps1
squishysquirter-69/datadog-agent-buildimages
59a56dcdecefcc810dc6dde15f7d6324fafc9525
[ "Apache-2.0" ]
null
null
null
windows/install_ruby.ps1
squishysquirter-69/datadog-agent-buildimages
59a56dcdecefcc810dc6dde15f7d6324fafc9525
[ "Apache-2.0" ]
1
2021-01-27T05:06:37.000Z
2021-01-27T05:11:10.000Z
windows/install_ruby.ps1
ConnectionMaster/datadog-agent-buildimages
1b1bf9c0930a02f825a1287acb288339b0c350d2
[ "Apache-2.0" ]
null
null
null
param ( [Parameter(Mandatory=$true)][string]$Version ) # Enabled TLS12 $ErrorActionPreference = 'Stop' # Script directory is $PSScriptRoot [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 # https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.4.3-1/rubyinst...
35.53125
131
0.753738
96388df5880a46cdaf31ab53032bcda68ec7360c
21,480
swift
Swift
BaseProject/BaseProject/View Controller/QA Main VC/Ask Question/AskQuestionViewController.swift
HEALINGBUDZ/healingbudzios
7167240dbd7e042a887795c84167fd66500f622e
[ "Apache-2.0" ]
1
2021-06-18T04:12:20.000Z
2021-06-18T04:12:20.000Z
BaseProject/BaseProject/View Controller/QA Main VC/Ask Question/AskQuestionViewController.swift
HEALINGBUDZ/healingbudzios
7167240dbd7e042a887795c84167fd66500f622e
[ "Apache-2.0" ]
null
null
null
BaseProject/BaseProject/View Controller/QA Main VC/Ask Question/AskQuestionViewController.swift
HEALINGBUDZ/healingbudzios
7167240dbd7e042a887795c84167fd66500f622e
[ "Apache-2.0" ]
null
null
null
// // AskQuestionViewController.swift // BaseProject // // Created by macbook on 11/08/2017. // Copyright © 2017 Wave. All rights reserved. // import UIKit import SDWebImage class AskQuestionViewController: BaseViewController, CameraDelegate { @IBOutlet var lbl_Question_Count : UILabel! @IBOutlet var lbl...
41.467181
190
0.55959
9a43f5912e0479e8231246d6791b2065a92e3304
5,746
swift
Swift
i2app/i2app/RoomSelectionViewController.swift
wl-net/arcusios
9ab7cfe04555c72212ffb9073c7919d1f910849e
[ "Apache-2.0" ]
null
null
null
i2app/i2app/RoomSelectionViewController.swift
wl-net/arcusios
9ab7cfe04555c72212ffb9073c7919d1f910849e
[ "Apache-2.0" ]
1
2020-07-13T01:02:56.000Z
2020-07-13T01:02:56.000Z
i2app/i2app/RoomSelectionViewController.swift
t1minator/arcus-smart-home-arcusios
7d432f6911db74d36f7d19a342f81850b414a6c5
[ "Apache-2.0" ]
null
null
null
// // RoomSelectionViewController.swift // i2app // // Created by Arcus Team on 4/17/18. /* * Copyright 2019 Arcus 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...
28.166667
105
0.704316
855fb1625e836725340630d82a3f73bc9a7e590d
1,019
rs
Rust
crates/rome_json_syntax/src/syntax_node.rs
mrkldshv/tools
c173b0c01ee499fcb49d6ae328f1229daa183868
[ "MIT" ]
4,843
2020-07-08T12:06:37.000Z
2020-10-24T19:45:05.000Z
crates/rome_json_syntax/src/syntax_node.rs
mrkldshv/tools
c173b0c01ee499fcb49d6ae328f1229daa183868
[ "MIT" ]
373
2020-07-08T07:48:35.000Z
2020-10-22T20:24:04.000Z
crates/rome_json_syntax/src/syntax_node.rs
mrkldshv/tools
c173b0c01ee499fcb49d6ae328f1229daa183868
[ "MIT" ]
131
2020-07-08T09:47:45.000Z
2020-10-20T22:30:55.000Z
//! This module defines the Concrete Syntax Tree used by RSLint. //! //! The tree is entirely lossless, whitespace, comments, and errors are preserved. //! It also provides traversal methods including parent, children, and siblings of nodes. //! //! This is a simple wrapper around the `rowan` crate which does most of t...
42.458333
116
0.791953
7cf6f1f0bac9a91db47e7cdd6f3ddd72f6c593f4
884
swift
Swift
Source/SingleChildContainingViewController.swift
wajeeha-khalid/McKA-iOS
eed58c62352b2c2dde14e13d7d89171862a3f46a
[ "Apache-2.0" ]
1
2017-11-07T18:25:44.000Z
2017-11-07T18:25:44.000Z
Source/SingleChildContainingViewController.swift
wajeeha-khalid/McKA-iOS
eed58c62352b2c2dde14e13d7d89171862a3f46a
[ "Apache-2.0" ]
null
null
null
Source/SingleChildContainingViewController.swift
wajeeha-khalid/McKA-iOS
eed58c62352b2c2dde14e13d7d89171862a3f46a
[ "Apache-2.0" ]
null
null
null
// // SingleChildContainingViewController.swift // edX // // Created by Akiva Leffert on 2/23/16. // Copyright © 2016 edX. All rights reserved. // import Foundation class SingleChildContainingViewController : UIViewController { override var childViewControllerForStatusBarStyle : UIViewController? { re...
32.740741
135
0.738688
5655138bc3557569c578c7a156a24d46a892a49f
637
go
Go
components/automate-cli/cmd/chef-automate/info-ha.go
timothygwright/automate
ce887f6a02b011f57a4d6c3e0a5bea710a345a70
[ "Apache-2.0" ]
191
2019-04-16T15:04:53.000Z
2022-03-21T14:10:44.000Z
components/automate-cli/cmd/chef-automate/info-ha.go
timothygwright/automate
ce887f6a02b011f57a4d6c3e0a5bea710a345a70
[ "Apache-2.0" ]
4,882
2019-04-16T16:16:01.000Z
2022-03-31T15:39:35.000Z
components/automate-cli/cmd/chef-automate/info-ha.go
timothygwright/automate
ce887f6a02b011f57a4d6c3e0a5bea710a345a70
[ "Apache-2.0" ]
114
2019-04-16T15:21:27.000Z
2022-03-26T09:50:08.000Z
// Copyright © 2017 Chef Software package main import ( "errors" "github.com/spf13/cobra" ) func init() { infoCmd.SetUsageTemplate(infoHelpDocs) RootCmd.AddCommand(infoCmd) } var infoCmd = &cobra.Command{ Use: "info", Short: "Info about Automate HA", Long: "Info for Automate HA cluster", Annotations: ma...
19.90625
69
0.750392
966434fee69aa30b6b465d4a7f3103bfd5417cd4
1,912
php
PHP
app/Http/Controllers/Front/PurchaseController.php
tri898/ecommerce-laravel
254eee0a7ea3ba91107a17411cb402be31163386
[ "MIT" ]
null
null
null
app/Http/Controllers/Front/PurchaseController.php
tri898/ecommerce-laravel
254eee0a7ea3ba91107a17411cb402be31163386
[ "MIT" ]
null
null
null
app/Http/Controllers/Front/PurchaseController.php
tri898/ecommerce-laravel
254eee0a7ea3ba91107a17411cb402be31163386
[ "MIT" ]
null
null
null
<?php namespace App\Http\Controllers\Front; use App\Http\Controllers\Controller; use App\Http\Requests\OrderRequest; use App\Models\{State, Order}; use App\Services\CartService; class PurchaseController extends Controller { protected $cartService; public function __construct(CartService $cartService) ...
26.929577
92
0.513075
1ff6466c48e24251bd8d1a1b7980462bd13b63a5
224
css
CSS
ReadItLater.Web/Client/Shared/Breadcrumbs.razor.css
Grigorenko/ReadItLater
94b6d93b13e81889c2fb0407404ba1c1e9107fa3
[ "MIT" ]
5
2021-04-19T09:15:29.000Z
2022-03-02T21:48:34.000Z
ReadItLater.Web/Client/Shared/Breadcrumbs.razor.css
Grigorenko/ReadItLater
94b6d93b13e81889c2fb0407404ba1c1e9107fa3
[ "MIT" ]
null
null
null
ReadItLater.Web/Client/Shared/Breadcrumbs.razor.css
Grigorenko/ReadItLater
94b6d93b13e81889c2fb0407404ba1c1e9107fa3
[ "MIT" ]
1
2022-01-03T02:32:15.000Z
2022-01-03T02:32:15.000Z
.breadcrumbs { min-height: 5em; } .breadcrumb { font-size: 0.8em; margin: 0.2em 0; color: #a9a9a9; } .breadcrumb a { text-decoration: none; color: #a9a9a9; } .breadcrumb-active { cursor: pointer; }
11.789474
26
0.607143
162cc9768f3f1d973bbd46e58fff11d6c7d309cb
1,177
c
C
strings/strnlen.c
hervewenjie/mysql
49a37eda4e2cc87e20ba99e2c29ffac2fc322359
[ "BSD-3-Clause" ]
42
2015-01-05T10:00:07.000Z
2022-02-18T14:51:33.000Z
dep/mysqllite/strings/strnlen.c
Frankenhooker/ArkCORE
0a7be7fc0b67e9ef3de421ab5de6012eac7dec6d
[ "OpenSSL" ]
null
null
null
dep/mysqllite/strings/strnlen.c
Frankenhooker/ArkCORE
0a7be7fc0b67e9ef3de421ab5de6012eac7dec6d
[ "OpenSSL" ]
31
2015-01-09T02:04:29.000Z
2021-09-01T13:20:20.000Z
/* Copyright (c) 2000, 2001, 2006, 2007 MySQL AB Use is subject to license terms. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This program is distributed...
32.694444
79
0.720476
591af1ecb8c40b65b023d73f816888bbd663dffc
9,110
kt
Kotlin
ConvexHull.kt
makaronis/Concave-Hull-Algorithm
891fcc91b32ae729ea1e66b77edcf5c6385263a6
[ "Apache-2.0" ]
null
null
null
ConvexHull.kt
makaronis/Concave-Hull-Algorithm
891fcc91b32ae729ea1e66b77edcf5c6385263a6
[ "Apache-2.0" ]
null
null
null
ConvexHull.kt
makaronis/Concave-Hull-Algorithm
891fcc91b32ae729ea1e66b77edcf5c6385263a6
[ "Apache-2.0" ]
null
null
null
import androidx.core.util.Pair import java.util.* import kotlin.math.abs import kotlin.math.atan2 import kotlin.math.pow import kotlin.math.sqrt /** * ConcaveHull.kt - 5/11/20 * * @author Daniil Pozdnyakov https://github.com/makaronis * @version 1.0 * * This is an implementation of the algorithm described by Adr...
34.507576
111
0.536114
1f97b43b0f557cc807acc02bcf4feffc32c57c27
15,051
psd1
PowerShell
tools/AzureRM/AzureRM.psd1
yugangw-msft/azure-powershell
6f20bae04775e385bf3e10b77a43c2a753ebb428
[ "MIT" ]
null
null
null
tools/AzureRM/AzureRM.psd1
yugangw-msft/azure-powershell
6f20bae04775e385bf3e10b77a43c2a753ebb428
[ "MIT" ]
null
null
null
tools/AzureRM/AzureRM.psd1
yugangw-msft/azure-powershell
6f20bae04775e385bf3e10b77a43c2a753ebb428
[ "MIT" ]
null
null
null
# # Module manifest for module 'PSGet_AzureRM' # # Generated by: Microsoft Corporation # # Generated on: 8/7/2017 # @{ # Script module or binary module file associated with this manifest. RootModule = '.\AzureRM.psm1' # Version number of this module. ModuleVersion = '4.3.1' # Supported PSEditions # CompatiblePSEdi...
54.140288
201
0.705269
5fff2c9210860167de6ce5b9f2178f18a9c8070a
831
css
CSS
src/components/SearchContainer.css
openmohan/react-test-zion
d2cd613425d4d826eb2c383f69f0674ac3fd9d56
[ "Apache-2.0" ]
null
null
null
src/components/SearchContainer.css
openmohan/react-test-zion
d2cd613425d4d826eb2c383f69f0674ac3fd9d56
[ "Apache-2.0" ]
null
null
null
src/components/SearchContainer.css
openmohan/react-test-zion
d2cd613425d4d826eb2c383f69f0674ac3fd9d56
[ "Apache-2.0" ]
null
null
null
.clickable{ cursor: pointer; } ul, li { padding: 0; margin: 0; list-style: none; } ul { margin: 2em 0; } li { margin: 1em; margin-left: 3em; } li:before { content: '\f006'; font-family: 'FontAwesome'; float: left; margin-left: -1.5em; color: #0074D9; } #label1{ display: block; padding...
14.327586
74
0.600481
cb2e703299b636c4784319ed9146a869b710159a
703
go
Go
time.go
saj/ffind-mtime
fce2ae92d27200a153463a3308fa5dd3e0612c13
[ "MIT" ]
null
null
null
time.go
saj/ffind-mtime
fce2ae92d27200a153463a3308fa5dd3e0612c13
[ "MIT" ]
null
null
null
time.go
saj/ffind-mtime
fce2ae92d27200a153463a3308fa5dd3e0612c13
[ "MIT" ]
null
null
null
package main import ( "fmt" "regexp" "strconv" "time" ) var durationRE = regexp.MustCompile("^([0-9]+)(y|w|d|h|m|s)?$") func ParseDuration(s string) (time.Duration, error) { matches := durationRE.FindStringSubmatch(s) if len(matches) != 3 { return 0, fmt.Errorf("invalid duration string: %q", s) } var ( n...
18.025641
72
0.583215
9ba2b03c124a78dbba0389ce9204e49a18e9c57f
1,999
js
JavaScript
addon/components/ev-scatter.js
schrodingersket/ember-visualization
6331910f4b63d1ecc230df24e53f2a12fa2051b2
[ "MIT" ]
null
null
null
addon/components/ev-scatter.js
schrodingersket/ember-visualization
6331910f4b63d1ecc230df24e53f2a12fa2051b2
[ "MIT" ]
null
null
null
addon/components/ev-scatter.js
schrodingersket/ember-visualization
6331910f4b63d1ecc230df24e53f2a12fa2051b2
[ "MIT" ]
null
null
null
/* * Copyright (c) 2015 Urbane Innovation, LLC */ import LabeledGraph from 'ember-visualization/components/labeled-graph'; export default LabeledGraph.extend({ /** * Specifies the radius for each plot point. */ pointRadius: 3.5, /** * Renders supporting components. */ svgRender: function(self)...
24.9875
105
0.561781
1fe1e75a7e9e01c25b9d7482baaf5285d5091687
378
kt
Kotlin
modules/core/arrow-test/src/main/kotlin/arrow/test/laws/MonadCombineLaws.kt
katielevy1/arrow
89ec2787dd09c9298376b427bb013ef3258505a2
[ "Apache-2.0" ]
null
null
null
modules/core/arrow-test/src/main/kotlin/arrow/test/laws/MonadCombineLaws.kt
katielevy1/arrow
89ec2787dd09c9298376b427bb013ef3258505a2
[ "Apache-2.0" ]
null
null
null
modules/core/arrow-test/src/main/kotlin/arrow/test/laws/MonadCombineLaws.kt
katielevy1/arrow
89ec2787dd09c9298376b427bb013ef3258505a2
[ "Apache-2.0" ]
null
null
null
package arrow.test.laws import arrow.Kind import arrow.mtl.typeclasses.MonadCombine import arrow.typeclasses.Eq object MonadCombineLaws { fun <F> laws( MCF: MonadCombine<F>, cf: (Int) -> Kind<F, Int>, cff: (Int) -> Kind<F, (Int) -> Int>, EQ: Eq<Kind<F, Int>> ): List<Law> = MonadFilterLaws.law...
22.235294
78
0.650794
39620ab7acc505301006be5ebd23021b9bb0dba2
59
sql
SQL
inttest/good_conf/list.sql
simi-so/sql2json
f60ed473aa82e0c0772a5bc18294d1982321d376
[ "MIT" ]
null
null
null
inttest/good_conf/list.sql
simi-so/sql2json
f60ed473aa82e0c0772a5bc18294d1982321d376
[ "MIT" ]
null
null
null
inttest/good_conf/list.sql
simi-so/sql2json
f60ed473aa82e0c0772a5bc18294d1982321d376
[ "MIT" ]
null
null
null
SELECT now()::varchar AS stamp FROM generate_series(1,5)
11.8
24
0.745763