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
64d6cea235efbf895987581afc82f14882b24458
2,701
java
Java
app/src/main/java/com/mooc/ppjoke/utils/NavGraphBuilder.java
Petermaodan/ppjoke
a6dbabc9a845cb2cf70b8265b13f7fa6351d77ea
[ "Apache-2.0" ]
1
2021-06-09T09:27:53.000Z
2021-06-09T09:27:53.000Z
app/src/main/java/com/mooc/ppjoke/utils/NavGraphBuilder.java
Petermaodan/ppjoke
a6dbabc9a845cb2cf70b8265b13f7fa6351d77ea
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/mooc/ppjoke/utils/NavGraphBuilder.java
Petermaodan/ppjoke
a6dbabc9a845cb2cf70b8265b13f7fa6351d77ea
[ "Apache-2.0" ]
null
null
null
package com.mooc.ppjoke.utils; import android.content.ComponentName; import androidx.fragment.app.FragmentActivity; import androidx.navigation.ActivityNavigator; import androidx.navigation.NavController; import androidx.navigation.NavGraph; import androidx.navigation.NavGraphNavigator; import androidx.naviga...
37.513889
132
0.701222
02e7fd625375e4dd802e507b8842403878e7f240
194
kt
Kotlin
event/src/api/kotlin/su/jfdev/anci/event/EventLoop.kt
anrelic/Anci-OSS
bf11562be3274d14396630ad5eb6258f58d8b33b
[ "MIT" ]
null
null
null
event/src/api/kotlin/su/jfdev/anci/event/EventLoop.kt
anrelic/Anci-OSS
bf11562be3274d14396630ad5eb6258f58d8b33b
[ "MIT" ]
null
null
null
event/src/api/kotlin/su/jfdev/anci/event/EventLoop.kt
anrelic/Anci-OSS
bf11562be3274d14396630ad5eb6258f58d8b33b
[ "MIT" ]
null
null
null
package su.jfdev.anci.event interface EventLoop { fun <E: Any> handle(subscribers: Collection<(E) -> Unit>, event: E) fun <E: Any> sync(subscribers: Collection<(E) -> Unit>, event: E) }
32.333333
71
0.664948
8b989448b15ef95c8bc41431e4159b44c0ea33db
1,551
sql
SQL
parte001/ex145_empleados_campos_default_columnas.sql
Fhernd/MySQL-Ejercicios
fe899fc5264e0a9f5f80e0a3665fdaed02e034e2
[ "MIT" ]
6
2021-06-18T23:15:37.000Z
2022-03-20T11:53:27.000Z
parte001/ex145_empleados_campos_default_columnas.sql
Fhernd/MySQL-Ejercicios
fe899fc5264e0a9f5f80e0a3665fdaed02e034e2
[ "MIT" ]
null
null
null
parte001/ex145_empleados_campos_default_columnas.sql
Fhernd/MySQL-Ejercicios
fe899fc5264e0a9f5f80e0a3665fdaed02e034e2
[ "MIT" ]
2
2021-07-04T05:33:49.000Z
2022-03-27T03:25:35.000Z
-- 1. Elimine la tabla, si existe: DROP TABLE IF EXISTS empleados; -- 2. Cree la tabla: CREATE TABLE empleados( nombre VARCHAR(20), documento CHAR(8) NOT NULL, sexo CHAR(1), domicilio VARCHAR(30), fechaingreso DATE NOT NULL, fechanacimiento DATE, sueldo DECIMAL(5,2) unsigned NOT NULL ); DESCRIBE emple...
40.815789
103
0.738233
2f26a83260fa558c83dbd89d080baa0cf38aaa82
685
php
PHP
resources/views/kolicinaCipke/form.blade.php
msoldo1/LT
9b4e5fa9a75a1c2a526351e5a3e52e5937242865
[ "MIT" ]
null
null
null
resources/views/kolicinaCipke/form.blade.php
msoldo1/LT
9b4e5fa9a75a1c2a526351e5a3e52e5937242865
[ "MIT" ]
null
null
null
resources/views/kolicinaCipke/form.blade.php
msoldo1/LT
9b4e5fa9a75a1c2a526351e5a3e52e5937242865
[ "MIT" ]
null
null
null
<div class="form-group"> <div class="row"> <div class="col"> <label for="nazivCipke">Naziv Cipke:</label> <p>{{ $cipka->nazivCipke }}</p> </div> <div class="col"> <label for="cipka_id">Id Cipke:</label> <input type="text" name="cipka_id" class=...
26.346154
113
0.548905
2690ec4995337603d35405f4c209fb81c176b43b
475
java
Java
checkers/src/com/eddienicole/checkers/AbstractAI.java
power-cosmic/cosc561_checkers
5ae514f3fd33740ad1ba8b014c2f0d0ad7315f8f
[ "MIT" ]
null
null
null
checkers/src/com/eddienicole/checkers/AbstractAI.java
power-cosmic/cosc561_checkers
5ae514f3fd33740ad1ba8b014c2f0d0ad7315f8f
[ "MIT" ]
null
null
null
checkers/src/com/eddienicole/checkers/AbstractAI.java
power-cosmic/cosc561_checkers
5ae514f3fd33740ad1ba8b014c2f0d0ad7315f8f
[ "MIT" ]
null
null
null
package com.eddienicole.checkers; import java.util.ArrayList; public abstract class AbstractAI extends AbstractPlayer { public AbstractAI(boolean isRed) { super(isRed); } public abstract MoveInterface computeMove( ArrayList<MoveInterface> legalMoves); public abstract double evaluateBoard( ImaginaryBoar...
21.590909
68
0.797895
c3c6c0fac86bf59578d0b2949bc4f5cf6f42f0c7
1,508
swift
Swift
RxSonosLib/iOS Demo App/Presentation/More/MoreViewController.swift
nicktrienensfuzz/RxSonosLib
884754cc4865079ed46ba6cf30bf9b79185c0ece
[ "Apache-2.0" ]
10
2018-12-31T04:48:46.000Z
2021-11-23T21:02:37.000Z
RxSonosLib/iOS Demo App/Presentation/More/MoreViewController.swift
nicktrienensfuzz/RxSonosLib
884754cc4865079ed46ba6cf30bf9b79185c0ece
[ "Apache-2.0" ]
4
2018-06-18T14:03:43.000Z
2020-03-05T09:46:07.000Z
RxSonosLib/iOS Demo App/Presentation/More/MoreViewController.swift
nicktrienensfuzz/RxSonosLib
884754cc4865079ed46ba6cf30bf9b79185c0ece
[ "Apache-2.0" ]
8
2018-06-18T13:58:13.000Z
2021-07-06T09:53:56.000Z
// // MoreViewController.swift // iOS Demo App // // Created by Stefan Renne on 10/04/2018. // Copyright © 2018 Uberweb. All rights reserved. // import UIKit import RxSwift import RxCocoa class MoreViewController: UIViewController { internal var router: MoreRouter! @IBOutlet var table: UITableView! ...
26.928571
157
0.614721
2925e2d4b395bf3bea52e885813871f3b7985632
977
py
Python
experiment/merge_tmaps.py
andreagrusso/rtRSA
7878772fd9415f6dbedbede2a8aa8d2b8f1de7cd
[ "MIT" ]
2
2021-11-17T12:20:28.000Z
2022-01-21T12:56:29.000Z
experiment/merge_tmaps.py
andreagrusso/rtRSA
7878772fd9415f6dbedbede2a8aa8d2b8f1de7cd
[ "MIT" ]
null
null
null
experiment/merge_tmaps.py
andreagrusso/rtRSA
7878772fd9415f6dbedbede2a8aa8d2b8f1de7cd
[ "MIT" ]
null
null
null
# -*- coding: utf-8 -*- """ Created on Mon Aug 31 14:20:30 2020 @author: Andrea Gerardo Russo, Biomedical Engineer PhD candidate in Neuroscience University of Salerno, Fisciano, Italy """ from rtrsa import utils from tkinter import filedialog import os, glob name = input('Insert name of the newly created rtRSA obj...
23.829268
102
0.725691
6ba91d9210ad866b541f0223cbabdfd8ce47080f
9,711
h
C
src/sdk/smsdk_ext.h
Dreae/sm-ext-rpc
41f633447c3fc5d7b035a6ae475e23e707d5e9fa
[ "Apache-2.0" ]
null
null
null
src/sdk/smsdk_ext.h
Dreae/sm-ext-rpc
41f633447c3fc5d7b035a6ae475e23e707d5e9fa
[ "Apache-2.0" ]
3
2016-10-11T20:05:34.000Z
2016-10-17T04:07:40.000Z
src/sdk/smsdk_ext.h
Dreae/sm-ext-rpc
41f633447c3fc5d7b035a6ae475e23e707d5e9fa
[ "Apache-2.0" ]
null
null
null
/** * vim: set ts=4 : * ============================================================================= * SourceMod Base Extension Code * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. * ============================================================================= * * This program is free softwar...
31.22508
106
0.731439
6064637b56dc41e8dce9e866224a4d631b0c29e3
343
asm
Assembly
libsrc/adt/linkedlist/adt_ListConcat.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/adt/linkedlist/adt_ListConcat.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/adt/linkedlist/adt_ListConcat.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; void adt_ListConcat(struct adt_List *list1, struct sp_List *list2) ; CALLER linkage for function pointers PUBLIC adt_ListConcat EXTERN adt_ListConcat_callee EXTERN ASMDISP_ADT_LISTCONCAT_CALLEE .adt_ListConcat pop bc pop hl pop de push de push hl push bc jp adt_ListConcat_callee + ASMDISP...
18.052632
68
0.781341
d1c10ffdcb38977c2bce0ccb1bdbdc91870679ec
139
sql
SQL
campscrape/schema.sql
jafow/campscrape
faf140e08cff0e37c5f1b314121cd78ba2d40d00
[ "Apache-2.0" ]
null
null
null
campscrape/schema.sql
jafow/campscrape
faf140e08cff0e37c5f1b314121cd78ba2d40d00
[ "Apache-2.0" ]
null
null
null
campscrape/schema.sql
jafow/campscrape
faf140e08cff0e37c5f1b314121cd78ba2d40d00
[ "Apache-2.0" ]
null
null
null
create table if not exists messages ( id INTEGER PRIMARY KEY AUTOINCREMENT, content BYTES NOT NULL, created_at TEXT NOT NULL )
23.166667
41
0.733813
e80dd60a1183b8e6e7a37328b76b27a9afc5dd31
20,407
kt
Kotlin
kmath-optimization/src/commonMain/tmp/minuit/MnUserParameterState.kt
ivandev0/kmath
8974164ec05dcfa5feab830cfa8223291e1dbb79
[ "ECL-2.0", "Apache-2.0" ]
34
2018-04-23T03:37:49.000Z
2019-02-19T16:19:30.000Z
kmath-optimization/src/commonMain/tmp/minuit/MnUserParameterState.kt
ivandev0/kmath
8974164ec05dcfa5feab830cfa8223291e1dbb79
[ "ECL-2.0", "Apache-2.0" ]
34
2018-04-22T13:29:45.000Z
2019-02-19T21:36:48.000Z
kmath-optimization/src/commonMain/tmp/minuit/MnUserParameterState.kt
ivandev0/kmath
8974164ec05dcfa5feab830cfa8223291e1dbb79
[ "ECL-2.0", "Apache-2.0" ]
7
2018-05-01T15:08:41.000Z
2019-02-08T05:33:22.000Z
/* * Copyright 2015 Alexander Nozik. * * 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...
26.993386
145
0.552408
fd8c9cfc44ca8211681105dd5e536e230fb82b06
287
c
C
tests/threads/main_thread_pthread_exit_test.c
cohortfsllc/cohort-cocl2-sandbox
0ac6669d1a459d65a52007b80d5cffa4ef330287
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
tests/threads/main_thread_pthread_exit_test.c
cohortfsllc/cohort-cocl2-sandbox
0ac6669d1a459d65a52007b80d5cffa4ef330287
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
tests/threads/main_thread_pthread_exit_test.c
cohortfsllc/cohort-cocl2-sandbox
0ac6669d1a459d65a52007b80d5cffa4ef330287
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
/* * Copyright (c) 2011 The Native Client Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include <pthread.h> int main(void) { pthread_exit(NULL); /* Should never get here */ return 1; }
20.5
73
0.686411
20d9c3c67c8361700e386a3aa4f8a5eef1d62c5f
784
css
CSS
app/app.css
rrdlpl/cn-test
dfc72b9d07f3943291bd7fedb710cec03559ae5d
[ "MIT" ]
null
null
null
app/app.css
rrdlpl/cn-test
dfc72b9d07f3943291bd7fedb710cec03559ae5d
[ "MIT" ]
null
null
null
app/app.css
rrdlpl/cn-test
dfc72b9d07f3943291bd7fedb710cec03559ae5d
[ "MIT" ]
null
null
null
/* app css stylesheet */ .menu { list-style: none; border-bottom: 0.1em solid black; margin-bottom: 2em; padding: 0 0 0.5em; } .menu:before { content: "["; } .menu:after { content: "]"; background-color: #2fc95d; } .menu > li { display: inline; } .menu > li:before { content: "|"; padding-right:...
12.25
35
0.608418
3d65f2207aea6172701d2488a6c0fe0807bca09b
1,581
rs
Rust
src/maze/square_maze/dfs.rs
Colocasian/maze-generator-two
007b8083dd4866389c455feca0a7bd06e83f2590
[ "0BSD" ]
2
2021-04-29T21:31:28.000Z
2021-06-06T15:12:45.000Z
src/maze/square_maze/dfs.rs
Colocasian/maze-generator-two
007b8083dd4866389c455feca0a7bd06e83f2590
[ "0BSD" ]
null
null
null
src/maze/square_maze/dfs.rs
Colocasian/maze-generator-two
007b8083dd4866389c455feca0a7bd06e83f2590
[ "0BSD" ]
null
null
null
extern crate alloc; use super::{SqDir, SquareMaze}; use alloc::vec::Vec; use bit_vec::BitVec; use rand::prelude::*; use rand::rngs::SmallRng; impl SquareMaze { pub fn init_dfs(&mut self) { let mut rng = SmallRng::seed_from_u64(self.seed); let mut stk = Vec::new(); let mut visited = BitVec...
31.62
77
0.44845
4febee0a39094c90ffc2cb7b6e3b58f013560761
871
swift
Swift
GINcose/Messages/TransmitterStatus.swift
gintechsystems/GINcose-iOS
8471289cf314d049308f819a6df1f7378e44f25f
[ "MIT" ]
1
2018-03-26T12:46:29.000Z
2018-03-26T12:46:29.000Z
GINcose/Messages/TransmitterStatus.swift
gintechsystems/GINcose-iOS
8471289cf314d049308f819a6df1f7378e44f25f
[ "MIT" ]
null
null
null
GINcose/Messages/TransmitterStatus.swift
gintechsystems/GINcose-iOS
8471289cf314d049308f819a6df1f7378e44f25f
[ "MIT" ]
null
null
null
// // TransmitterStatus.swift // GINcose // // Created by Joe Ginley on 3/28/16. // Copyright © 2016 GINtech Systems. All rights reserved. // import Foundation public enum TransmitterStatus { public typealias RawValue = UInt8 case ok case lowBattery case unknown(RawValue) init(rawVa...
19.795455
72
0.591274
72fde34daa8ecce5f17993cd2d076a6475970b0e
4,008
go
Go
delete.go
kirinse/mogo
ac55338150dc5929227d2a262638011b88781543
[ "MIT" ]
27
2018-12-12T17:16:40.000Z
2022-03-16T21:34:41.000Z
delete.go
kirinse/mogo
ac55338150dc5929227d2a262638011b88781543
[ "MIT" ]
2
2020-03-11T11:50:30.000Z
2021-03-08T09:02:48.000Z
delete.go
kirinse/mogo
ac55338150dc5929227d2a262638011b88781543
[ "MIT" ]
6
2020-07-22T21:33:31.000Z
2021-03-09T09:32:05.000Z
package mogo import ( "github.com/globalsign/mgo" "github.com/globalsign/mgo/bson" ) // Remove removes the passed document from database, executing // before and after delete hooks func (c *Collection) Remove(doc Document) error { var err error // Create a new session per mgo's suggestion to avoid blocking sess ...
23.715976
107
0.700599
1742346572c4913a1049ce6b53dbc9518bc47230
4,597
html
HTML
compendium/monster/Remliel-Angel-of-Prophecy.html
nonjosh/dnd4e-data-html
83eb6201d7992e5f0c3812c9e18a17d5897891d8
[ "MIT" ]
null
null
null
compendium/monster/Remliel-Angel-of-Prophecy.html
nonjosh/dnd4e-data-html
83eb6201d7992e5f0c3812c9e18a17d5897891d8
[ "MIT" ]
null
null
null
compendium/monster/Remliel-Angel-of-Prophecy.html
nonjosh/dnd4e-data-html
83eb6201d7992e5f0c3812c9e18a17d5897891d8
[ "MIT" ]
null
null
null
<!DOCTYPE HTML> <html> <head id="Head1"><title> Remliel, Angel of Prophecy </title><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /><link href="styles/detail.css" media="screen" rel="stylesheet" type="text/css" /><link href="styles/print.css" media="print" rel="stylesheet" type="text/css" /><link h...
148.290323
3,964
0.691103
b689f0d7885373eb2bbc5f60b750774b48c0f4a5
1,401
dart
Dart
test/launch_appengine_api_server_test.dart
bwu-dart/bwu_datastore_launcher
d71c3602198640b9f28d30e98ce79a616e7fedeb
[ "MIT" ]
null
null
null
test/launch_appengine_api_server_test.dart
bwu-dart/bwu_datastore_launcher
d71c3602198640b9f28d30e98ce79a616e7fedeb
[ "MIT" ]
null
null
null
test/launch_appengine_api_server_test.dart
bwu-dart/bwu_datastore_launcher
d71c3602198640b9f28d30e98ce79a616e7fedeb
[ "MIT" ]
null
null
null
@TestOn('vm') library bwu_datastore_launcher.test.launch_app_engine_api_server; import 'package:path/path.dart' as path; import 'package:test/test.dart'; import 'package:bwu_datastore_launcher/bwu_datastore_launcher.dart'; import 'package:bwu_utils/bwu_utils_server.dart' as srv_utils; import 'package:logging/logging.d...
32.581395
77
0.68808
814549751f6c7c6f4b427ec5d1c2c70a9a0ac790
451
go
Go
session/bool.go
vladimirok5959/golang-server-sessions
8aeddc1f515fabb50f99d1c40e516df0ecdb7529
[ "MIT" ]
21
2019-02-05T11:38:02.000Z
2021-07-07T15:12:50.000Z
session/bool.go
vladimirok5959/golang-server-sessions
8aeddc1f515fabb50f99d1c40e516df0ecdb7529
[ "MIT" ]
4
2019-03-07T21:58:58.000Z
2021-09-28T20:26:07.000Z
session/bool.go
vladimirok5959/golang-server-sessions
8aeddc1f515fabb50f99d1c40e516df0ecdb7529
[ "MIT" ]
5
2019-08-24T21:55:17.000Z
2021-10-01T13:35:07.000Z
package session func (this *Session) IsSetBool(name string) bool { if _, ok := this.v.Bool[name]; ok { return true } else { return false } } func (this *Session) GetBool(name string, def bool) bool { if v, ok := this.v.Bool[name]; ok { return v } else { return def } } func (this *Session) SetBool(name ...
17.346154
58
0.636364
bb17e87e033a3e25971f1686160b0589ce66b79d
2,671
html
HTML
app/views/beta-sprint-6-private-beta/create-overseas-account-OLD/gov-pay.html
neilp78/landreg
ac6f10788b183d48b59902ed89837d2eb0014636
[ "MIT" ]
2
2019-06-25T16:23:02.000Z
2019-09-10T10:08:05.000Z
app/views/beta-sprint-6-private-beta/create-overseas-account-OLD/gov-pay.html
LandRegistry/dps-prototype
b4872f59d5a9a6a22db8ea286b93871f44bc7ab9
[ "MIT" ]
2
2019-02-26T15:14:58.000Z
2022-02-12T02:42:59.000Z
app/views/beta-sprint-6-private-beta/create-overseas-account-OLD/gov-pay.html
neilp78/landreg
ac6f10788b183d48b59902ed89837d2eb0014636
[ "MIT" ]
1
2021-04-11T05:23:16.000Z
2021-04-11T05:23:16.000Z
{% extends "layout.html" %} {% block pageTitle %} GOV.UK Prototype Kit {% endblock %} {% block content %} <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#0b0c0c"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="shortcut icon" sizes="16x16...
36.094595
143
0.661924
c24740f948170ba2270b0196c235e6da92d31ff7
793
go
Go
pkg/git/info.go
joaopapereira/kpack-resource
68a166b9546a3f87885bd2e4b1c7ce9a6294ec41
[ "Apache-2.0" ]
2
2019-10-25T03:01:55.000Z
2019-10-25T04:40:13.000Z
pkg/git/info.go
joaopapereira/kpack-resource
68a166b9546a3f87885bd2e4b1c7ce9a6294ec41
[ "Apache-2.0" ]
null
null
null
pkg/git/info.go
joaopapereira/kpack-resource
68a166b9546a3f87885bd2e4b1c7ce9a6294ec41
[ "Apache-2.0" ]
null
null
null
package git import ( "github.com/cloudboss/ofcourse/ofcourse" "github.com/pkg/errors" "gopkg.in/src-d/go-git.v4" ) type Git struct { Repository string Commit string } type InfoRetriever struct { Logger *ofcourse.Logger } func (i InfoRetriever) FromPath(path string) (Git, error) { i.Logger.Debugf("Checkin...
20.333333
62
0.669609
818c51bd5e238187d6a4a651531c5596d9b5e88f
1,394
go
Go
asset.go
WhoBrokeTheBuild/go-bindata
80a5b1bafc3c7674656823e927f606c7aa62c596
[ "CC0-1.0" ]
null
null
null
asset.go
WhoBrokeTheBuild/go-bindata
80a5b1bafc3c7674656823e927f606c7aa62c596
[ "CC0-1.0" ]
null
null
null
asset.go
WhoBrokeTheBuild/go-bindata
80a5b1bafc3c7674656823e927f606c7aa62c596
[ "CC0-1.0" ]
null
null
null
// Copyright 2018 The go-bindata Authors. All rights reserved. // Use of this source code is governed by a CC0 1.0 Universal (CC0 1.0) // Public Domain Dedication license that can be found in the LICENSE file. package bindata import ( "os" "path/filepath" "unicode" ) // // Asset holds information about a single a...
19.914286
74
0.664993
90ba5f3827b0a4dadfc95761ecc4cc9253d6d5fe
17,611
py
Python
spyder/plugins/layout/api.py
Earthman100/spyder
949ce0f9100a69504c70a5678e8589a05aee7d38
[ "MIT" ]
7,956
2015-02-17T01:19:09.000Z
2022-03-31T21:52:15.000Z
spyder/plugins/layout/api.py
Earthman100/spyder
949ce0f9100a69504c70a5678e8589a05aee7d38
[ "MIT" ]
16,326
2015-02-16T23:15:21.000Z
2022-03-31T23:34:34.000Z
spyder/plugins/layout/api.py
Earthman100/spyder
949ce0f9100a69504c70a5678e8589a05aee7d38
[ "MIT" ]
1,918
2015-02-20T19:26:26.000Z
2022-03-31T19:03:25.000Z
# -*- coding: utf-8 -*- # # Copyright © Spyder Project Contributors # Licensed under the terms of the MIT License # (see spyder/__init__.py for details) """ Layout Plugin API. """ # Standard libray imports import copy # Third party imports from qtpy.QtCore import QRectF, Qt from qtpy.QtWidgets import (QGridLayout, Q...
35.794715
80
0.534382
e7656f91e844e0af84259c8943a7a3e721a56df2
14,242
js
JavaScript
dist/pages/main/index.js
layaCoder/wxAuthLogin
1069c5519d944e27b4e680546122d22a8fe911be
[ "MIT" ]
null
null
null
dist/pages/main/index.js
layaCoder/wxAuthLogin
1069c5519d944e27b4e680546122d22a8fe911be
[ "MIT" ]
null
null
null
dist/pages/main/index.js
layaCoder/wxAuthLogin
1069c5519d944e27b4e680546122d22a8fe911be
[ "MIT" ]
null
null
null
(wx["webpackJsonp"] = wx["webpackJsonp"] || []).push([["pages/main/index"],{ /***/ "./node_modules/@tarojs/mini-runner/dist/loaders/wxTransformerLoader.js?!./src/pages/main/index.jsx?taro&type=script&parse=PAGE&": /*!******************************************************************************************************...
65.031963
1,022
0.665075
ddd1c5fdaefd83a90ba7d2244df98a8f81723080
964
php
PHP
resources/views/admin/email/form_massage.blade.php
popkovslava/dzen
d84d30f74180d3e0896a375060e4b9353250e99f
[ "MIT" ]
null
null
null
resources/views/admin/email/form_massage.blade.php
popkovslava/dzen
d84d30f74180d3e0896a375060e4b9353250e99f
[ "MIT" ]
null
null
null
resources/views/admin/email/form_massage.blade.php
popkovslava/dzen
d84d30f74180d3e0896a375060e4b9353250e99f
[ "MIT" ]
null
null
null
@section('email.form_message') <div style="background: #fff;padding:20px"> @if(session('success')) <div class="alert alert-success alert-message"> <button type="button" data-dismiss="alert" aria-label="Close" class="close"><span aria-hidden="true">?</span></button> ...
22.418605
155
0.551867
87091db712534a0f891de14982806f28a4318f7e
2,201
rs
Rust
src/solution/s0673_number_of_longest_increasing_subsequence.rs
tan-wei/my-leetcode-rust
3d7892a42294fe4891db396573b8ba81e9294380
[ "Apache-2.0" ]
null
null
null
src/solution/s0673_number_of_longest_increasing_subsequence.rs
tan-wei/my-leetcode-rust
3d7892a42294fe4891db396573b8ba81e9294380
[ "Apache-2.0" ]
null
null
null
src/solution/s0673_number_of_longest_increasing_subsequence.rs
tan-wei/my-leetcode-rust
3d7892a42294fe4891db396573b8ba81e9294380
[ "Apache-2.0" ]
null
null
null
/** * [0673] Number of Longest Increasing Subsequence * * Given an integer array nums, return the number of longest increasing subsequences. * Notice that the sequence has to be strictly increasing. * * Example 1: * * Input: nums = [1,3,5,4,7] * Output: 2 * Explanation: The two longest increasing subsequenc...
24.730337
133
0.51522
dd79e174db012fee91e8dec95fb5826f7c11d2ed
1,532
php
PHP
app/Notifications/Auth/ContractEmail.php
kleitz/irent
330eaa374b538fffed04e06441ed23bb67be5b4b
[ "MIT" ]
3
2021-05-15T16:16:06.000Z
2021-09-29T08:36:33.000Z
app/Notifications/Auth/ContractEmail.php
reinhardodhiambo/irent
a9a3e363dfa4e4bc8067b2c26dd353bcff9b8f66
[ "MIT" ]
null
null
null
app/Notifications/Auth/ContractEmail.php
reinhardodhiambo/irent
a9a3e363dfa4e4bc8067b2c26dd353bcff9b8f66
[ "MIT" ]
3
2018-04-16T11:30:46.000Z
2021-05-15T16:16:07.000Z
<?php namespace App\Notifications\Auth; use Illuminate\Bus\Queueable; use Illuminate\Notifications\Notification; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Notifications\Messages\MailMessage; class ContractEmail extends Notification { use Queueable; /** * Create a new notification insta...
21.885714
65
0.586815
40b01b98905dbd306e4d65b59d6a41571cf14955
280
py
Python
gnsstools/util.py
wumouyan/GNSS-SDR-Python
61292c2ba151724538808663e2a6d0b048635401
[ "MIT" ]
68
2015-06-23T17:30:06.000Z
2022-03-29T22:06:54.000Z
gnsstools/util.py
wumouyan/GNSS-SDR-Python
61292c2ba151724538808663e2a6d0b048635401
[ "MIT" ]
4
2018-03-01T05:14:36.000Z
2021-12-05T11:07:39.000Z
gnsstools/util.py
wumouyan/GNSS-SDR-Python
61292c2ba151724538808663e2a6d0b048635401
[ "MIT" ]
43
2015-06-26T10:27:05.000Z
2022-03-30T02:47:09.000Z
def parse_list_ranges(s,sep='-'): r = [] x = s.split(',') for y in x: z = y.split(sep) if len(z)==1: r += [int(z[0])] else: r += range(int(z[0]),int(z[1])+1) return list(r) def parse_list_floats(s): x = s.split(',') return list(map(float, x))
18.666667
39
0.503571
b964a1191fc332cf6f399dba1559b32d092e743a
1,539
h
C
digsby/ext/src/Animation/TextLayer.h
ifwe/digsby
f5fe00244744aa131e07f09348d10563f3d8fa99
[ "Python-2.0" ]
35
2015-08-15T14:32:38.000Z
2021-12-09T16:21:26.000Z
digsby/ext/src/Animation/TextLayer.h
niterain/digsby
16a62c7df1018a49eaa8151c0f8b881c7e252949
[ "Python-2.0" ]
4
2015-09-12T10:42:57.000Z
2017-02-27T04:05:51.000Z
digsby/ext/src/Animation/TextLayer.h
niterain/digsby
16a62c7df1018a49eaa8151c0f8b881c7e252949
[ "Python-2.0" ]
15
2015-07-10T23:58:07.000Z
2022-01-23T22:16:33.000Z
#ifndef _ANIMATION_TEXTLAYER_H__ #define _ANIMATION_TEXTLAYER_H__ #include "Layer.h" enum AlignmentMode { AlignmentNatural, AlignmentLeft, AlignmentRight, AlignmentCenter, AlignmentJustified }; enum TruncationMode { TruncationNone, TruncationStart, TruncationEnd, TruncationMiddle ...
23.676923
100
0.732294
97d7262d0937bf3e30fa498971aa831f1b5a07fd
459
asm
Assembly
oeis/025/A025932.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/025/A025932.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/025/A025932.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A025932: Expansion of 1/((1-2x)(1-3x)(1-5x)(1-8x)). ; Submitted by Jon Maiga ; 1,18,213,2114,19173,165354,1384741,11393778,92748645,750039290,6040740069,48528576642,389243479717,3119026937226,24977625311397,199948094540306,1600220345577189,12804941098049562,102455421613293925 mov $1,1 mov $2,$0 mov $3,$0 lpb $2 mo...
25.5
199
0.688453
1583e948262b2edf61b474ca3050fbc808f41714
13,804
kt
Kotlin
kafka-connect-neo4j/src/test/kotlin/streams/kafka/connect/sink/Neo4jValueConverterTest.kt
larusba/neo4j-streams
e1245cc06a02bc66549acd7a85e9c991657f9b8e
[ "Apache-2.0" ]
null
null
null
kafka-connect-neo4j/src/test/kotlin/streams/kafka/connect/sink/Neo4jValueConverterTest.kt
larusba/neo4j-streams
e1245cc06a02bc66549acd7a85e9c991657f9b8e
[ "Apache-2.0" ]
null
null
null
kafka-connect-neo4j/src/test/kotlin/streams/kafka/connect/sink/Neo4jValueConverterTest.kt
larusba/neo4j-streams
e1245cc06a02bc66549acd7a85e9c991657f9b8e
[ "Apache-2.0" ]
null
null
null
package streams.kafka.connect.sink import org.apache.kafka.connect.data.* import org.junit.Test import org.neo4j.driver.Value import org.neo4j.driver.Values import org.neo4j.driver.internal.value.* import streams.kafka.connect.sink.converters.Neo4jValueConverter import java.math.BigDecimal import java.time.Instant imp...
41.083333
135
0.544118
81d8475e2244c8b6893249e8b8b0843874725d2b
3,378
go
Go
topology/probes/k8s/deployment.go
ErwanAliasr1/skydive
b0b52d5be515b9dc98c026d0b869e8b62198b103
[ "Apache-2.0" ]
null
null
null
topology/probes/k8s/deployment.go
ErwanAliasr1/skydive
b0b52d5be515b9dc98c026d0b869e8b62198b103
[ "Apache-2.0" ]
null
null
null
topology/probes/k8s/deployment.go
ErwanAliasr1/skydive
b0b52d5be515b9dc98c026d0b869e8b62198b103
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2018 IBM, Inc. * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, V...
29.631579
116
0.736827
e9602ffd39379fc692b860e71a3accd443cd3dba
666
swift
Swift
Agent/Classes/Response.swift
miuP/Agent
6138632e1334ed1e3ef6b7fe1f8db9abf58b0e03
[ "MIT" ]
1
2017-10-13T07:43:54.000Z
2017-10-13T07:43:54.000Z
Agent/Classes/Response.swift
miuP/Agent
6138632e1334ed1e3ef6b7fe1f8db9abf58b0e03
[ "MIT" ]
null
null
null
Agent/Classes/Response.swift
miuP/Agent
6138632e1334ed1e3ef6b7fe1f8db9abf58b0e03
[ "MIT" ]
null
null
null
// // Response.swift // Agent // // Created by miup on 2017/10/12. // import Foundation public enum AlgoliaResponseError: Error { case cannnotDecodeResponse } public struct AlgoliaResponse<T: Decodable>: Decodable { typealias HitType = T let page: Int let params: String let processingTimeMS: I...
18.5
56
0.668168
290a9fdb3a242adb86cc82372bc6461f0b689ed5
100
py
Python
python/y2020/d14/__main__.py
luke-dixon/aoc
94851a5866a1ef29e3ba10098160cba883882683
[ "MIT" ]
1
2021-01-12T20:04:01.000Z
2021-01-12T20:04:01.000Z
python/y2020/d14/__main__.py
luke-dixon/aoc
94851a5866a1ef29e3ba10098160cba883882683
[ "MIT" ]
null
null
null
python/y2020/d14/__main__.py
luke-dixon/aoc
94851a5866a1ef29e3ba10098160cba883882683
[ "MIT" ]
null
null
null
import sys from .day14 import Day14 if __name__ == '__main__': Day14(args=sys.argv[1:]).run()
14.285714
34
0.67
aff5448312b59599a70708dfb24968134f4a9795
983
podspec
Ruby
IncrementableLabel.podspec
s4cha/IncrementableLabel
8e0bed46a0dbb012a3fd9ceae642a1a0297d767e
[ "MIT" ]
61
2016-11-16T11:25:08.000Z
2022-02-04T19:20:02.000Z
IncrementableLabel.podspec
s4cha/IncrementableLabel
8e0bed46a0dbb012a3fd9ceae642a1a0297d767e
[ "MIT" ]
6
2017-03-14T19:14:28.000Z
2020-02-21T08:57:09.000Z
IncrementableLabel.podspec
s4cha/IncrementableLabel
8e0bed46a0dbb012a3fd9ceae642a1a0297d767e
[ "MIT" ]
11
2017-07-14T20:22:45.000Z
2022-02-04T19:20:07.000Z
Pod::Spec.new do |s| # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.name = "IncrementableLabel" s.module_name = "IncrementableLabel" s.version = "4.0.0" s.summary = "IncrementableLabel is the easiest way to have incrementable numbers in an UI...
40.958333
132
0.547304
cd7cdca85cf8c96f41b2dcac8a47c1b3bed54453
555
asm
Assembly
solutions/48 - Community Training Day/size-6_speed-6.asm
michaelgundlach/7billionhumans
02c6f3963364362c95cb516cbc6ef1efc073bb2e
[ "MIT" ]
45
2018-09-05T04:56:59.000Z
2021-11-22T08:57:26.000Z
solutions/48 - Community Training Day/size-6_speed-6.asm
michaelgundlach/7billionhumans
02c6f3963364362c95cb516cbc6ef1efc073bb2e
[ "MIT" ]
36
2018-09-01T11:34:26.000Z
2021-05-19T23:20:49.000Z
solutions/48 - Community Training Day/size-6_speed-6.asm
michaelgundlach/7billionhumans
02c6f3963364362c95cb516cbc6ef1efc073bb2e
[ "MIT" ]
36
2018-09-01T07:44:19.000Z
2021-09-10T19:07:35.000Z
-- 7 Billion Humans (2087) -- -- 48: Community Training Day -- -- Author: landfillbaby -- Size: 6 -- Speed: 6 comment 0 if n != wall: listenfor go endif takefrom s tell everyone go mem1 = nearest shredder giveto mem1 DEFINE COMMENT 0 eJztj8FKQlEURde4iUSDQIwcNJAI8UlEREWEiEhDB9EgIvUlUSEvqpelbRpEA4lo1Ff0BX1BIwfS97S9 ...
25.227273
80
0.845045
76db222c1292ce5e3685701f8f7ec1d36691e1ea
210,850
c
C
OpenYuma/netconf/src/agt/agt_val.c
5GExchange/escape
eb35d460597a0386b18dd5b6a5f62a3f30eed5fa
[ "Apache-2.0" ]
10
2016-11-16T16:26:16.000Z
2021-04-26T17:20:28.000Z
OpenYuma/netconf/src/agt/agt_val.c
5GExchange/escape
eb35d460597a0386b18dd5b6a5f62a3f30eed5fa
[ "Apache-2.0" ]
3
2017-04-20T11:29:17.000Z
2017-11-06T17:12:12.000Z
OpenYuma/netconf/src/agt/agt_val.c
5GExchange/escape
eb35d460597a0386b18dd5b6a5f62a3f30eed5fa
[ "Apache-2.0" ]
10
2017-03-27T13:58:52.000Z
2020-06-24T22:42:51.000Z
/* * Copyright (c) 2008 - 2012, Andy Bierman, All Rights Reserved. * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * s...
34.559908
80
0.523529
5a3e473d0cb96344acf036605f5d889fe28e6037
6,061
rs
Rust
lib/bound.rs
exbibyte/mazth
4e8acdd7b958c95ff380c2668f1cf0e689c458b2
[ "BSD-2-Clause" ]
3
2019-01-28T00:41:00.000Z
2019-06-05T09:41:16.000Z
lib/bound.rs
exbibyte/mazth
4e8acdd7b958c95ff380c2668f1cf0e689c458b2
[ "BSD-2-Clause" ]
null
null
null
lib/bound.rs
exbibyte/mazth
4e8acdd7b958c95ff380c2668f1cf0e689c458b2
[ "BSD-2-Clause" ]
1
2019-10-30T11:24:58.000Z
2019-10-30T11:24:58.000Z
use std::cmp; use std::f64; use i_bound::BoundType; use i_bound::IBound; use i_shape::ShapeType; #[derive(Debug, Clone)] pub struct AxisAlignedBBox { pub _bound_lower: [f64; 3], pub _bound_upper: [f64; 3], } #[derive(Debug, Clone)] pub enum Axis { X, Y, Z, } impl AxisAlignedBBox { pub fn ini...
31.567708
92
0.410328
1bf937f9211df97be2715b63435722abc6a89f74
13,968
py
Python
Sam.py
Danila-Bashinskiy/Sam
50834e64e9cdf6339213c348095a2087d7a89b14
[ "MIT" ]
2
2021-02-04T09:01:54.000Z
2021-07-09T21:56:30.000Z
Sam.py
Danila-Bashinskiy/Sam
50834e64e9cdf6339213c348095a2087d7a89b14
[ "MIT" ]
null
null
null
Sam.py
Danila-Bashinskiy/Sam
50834e64e9cdf6339213c348095a2087d7a89b14
[ "MIT" ]
null
null
null
import random import sys import time print("Здравствуйте, меня зовут Сэм," " я исскуственный интелект созданный для 4 программ и" " простого разговора с людьми." ) print("У меня есть 4 программы, 1-ая из них - это калькулятор, чтобы его выбрать напишите 1.") print("2-ая из них - это программ...
35.815385
120
0.547967
ef444d683e365d1b47ddf05832f65ab42fd3da53
2,119
dart
Dart
packages/mp_build_tools/lib/init_local_plugin.dart
aosic/mpflutter
4219538c2ed2420bf6c15c6fa39bc2776493afd1
[ "Apache-2.0" ]
1
2022-03-25T12:30:20.000Z
2022-03-25T12:30:20.000Z
packages/mp_build_tools/lib/init_local_plugin.dart
aosic/mpflutter
4219538c2ed2420bf6c15c6fa39bc2776493afd1
[ "Apache-2.0" ]
null
null
null
packages/mp_build_tools/lib/init_local_plugin.dart
aosic/mpflutter
4219538c2ed2420bf6c15c6fa39bc2776493afd1
[ "Apache-2.0" ]
null
null
null
import 'dart:io'; import 'package:path/path.dart' as p; import 'package:cli_dialog/cli_dialog.dart'; import 'package:mp_build_tools/i18n.dart'; void main(List<String> args) { final pluginNameDialog = CLI_Dialog(questions: [ [I18n.askTemplatePluginName(), 'pluginName'] ]); final pluginName = pluginNameDialog...
35.316667
80
0.65597
2671307fc081764f7b0ff3e389e9229b31a60b1f
2,089
java
Java
langx-java/src/main/java/com/jn/langx/util/DataUnit.java
fangjinuo/langx
8b61fd3a339f6dfeb057f4db7157da09a1c28f75
[ "Apache-2.0" ]
48
2019-08-11T11:34:09.000Z
2022-01-05T12:10:42.000Z
langx-java/src/main/java/com/jn/langx/util/DataUnit.java
fangjinuo/langx
8b61fd3a339f6dfeb057f4db7157da09a1c28f75
[ "Apache-2.0" ]
29
2019-08-13T14:50:15.000Z
2022-03-19T08:53:27.000Z
langx-java/src/main/java/com/jn/langx/util/DataUnit.java
fangjinuo/langx
8b61fd3a339f6dfeb057f4db7157da09a1c28f75
[ "Apache-2.0" ]
6
2019-11-26T02:08:09.000Z
2021-11-05T05:41:43.000Z
package com.jn.langx.util; import com.jn.langx.util.collection.Collects; import com.jn.langx.util.collection.Pipeline; import com.jn.langx.util.enums.Enums; import com.jn.langx.util.function.Function; import com.jn.langx.util.function.Functions; import com.jn.langx.util.function.Predicate; import java.util.EnumSet; i...
27.12987
102
0.587841
0ba8551d5076fefbf31d48a58d0338bdc2763c0b
181
py
Python
src/misc/helpers.py
dnmarkon/kaggle_elo_merchant
92ac552d72234455455c95f53e6091017f048504
[ "MIT" ]
null
null
null
src/misc/helpers.py
dnmarkon/kaggle_elo_merchant
92ac552d72234455455c95f53e6091017f048504
[ "MIT" ]
null
null
null
src/misc/helpers.py
dnmarkon/kaggle_elo_merchant
92ac552d72234455455c95f53e6091017f048504
[ "MIT" ]
null
null
null
import pandas as pd def one_hot(df, column): df = pd.concat([df, pd.get_dummies(df[column], prefix=column)], axis=1) df.drop([column], axis=1, inplace=True) return df
22.625
75
0.662983
6e03ef48cb997a807ed6f5321835dc8ced5bf2c0
35,012
html
HTML
src/test/web/modules/prototipos/views/dashboard-ccee.html
jferracini/gux-framework
e46745217655a69d134c554fe524925e45171eab
[ "Apache-2.0" ]
null
null
null
src/test/web/modules/prototipos/views/dashboard-ccee.html
jferracini/gux-framework
e46745217655a69d134c554fe524925e45171eab
[ "Apache-2.0" ]
null
null
null
src/test/web/modules/prototipos/views/dashboard-ccee.html
jferracini/gux-framework
e46745217655a69d134c554fe524925e45171eab
[ "Apache-2.0" ]
null
null
null
<div class="bg-light b-b wrapper-lg"> <div class="row"> <div class="col-sm-6 col-xs-12"> <span class="m-n font-thin h1 text-muted">Dashboard</span> <br><small class="text-muted">Última atualização em 22 de agosto de 2016 às 16h32</small> </div> <div class="col-sm-6 te...
65.078067
290
0.384725
8f71c471ea1b2854aa65fac53d1cba7b17260987
319
swift
Swift
Combine-MVVM/Model/MeasurementSymbol.swift
konroj/Combine-MVVM-Sample
7e6af4191943214718a90c38ca5fd21a900e98a8
[ "MIT" ]
null
null
null
Combine-MVVM/Model/MeasurementSymbol.swift
konroj/Combine-MVVM-Sample
7e6af4191943214718a90c38ca5fd21a900e98a8
[ "MIT" ]
null
null
null
Combine-MVVM/Model/MeasurementSymbol.swift
konroj/Combine-MVVM-Sample
7e6af4191943214718a90c38ca5fd21a900e98a8
[ "MIT" ]
null
null
null
// // MeasurementSymbol.swift // Combine-MVVM // // Created by Konrad Roj on 13/06/2019. // Copyright © 2019 konradroj. All rights reserved. // import Foundation enum MeasurementSymbol: String { case rain = "rain" case water = "water" case windDirection = "winddir" case windLevel = "windlevel" }
18.764706
52
0.673981
27d28381d41af7107d4e1bf46eb01f1d125fef43
139,223
asm
Assembly
ioq3/build/release-js-js/baseq3/cgame/cg_particles.asm
RawTechnique/quake-port
2e7c02095f0207831a6026ec23b1c1d75c24f98d
[ "MIT" ]
1
2021-12-31T10:26:58.000Z
2021-12-31T10:26:58.000Z
ioq3/build/release-js-js/baseq3/cgame/cg_particles.asm
unfriendly/quake-port
2e7c02095f0207831a6026ec23b1c1d75c24f98d
[ "MIT" ]
28
2019-03-05T20:45:07.000Z
2019-03-05T20:45:57.000Z
ioq3/build/release-js-js/baseq3/cgame/cg_particles.asm
unfriendly/quake-port
2e7c02095f0207831a6026ec23b1c1d75c24f98d
[ "MIT" ]
null
null
null
data align 4 LABELV shaderAnimNames address $72 byte 4 0 skip 120 align 4 LABELV shaderAnimCounts byte 4 23 skip 124 align 4 LABELV shaderAnimSTRatio byte 4 1065353216 skip 124 export cl_numparticles align 4 LABELV cl_numparticles byte 4 1024 export initparticles align 4 LABELV initparticles byte 4 0 export CG_ClearPar...
10.186055
45
0.832987
dd8b76516272d26e7787f2cc0cc620707388c975
1,778
dart
Dart
lib/src/line_intersect.dart
MinByeongDon/turf_dart
d514f27a8da58b71ebd78df01d1a31e8e2f94b3f
[ "MIT" ]
null
null
null
lib/src/line_intersect.dart
MinByeongDon/turf_dart
d514f27a8da58b71ebd78df01d1a31e8e2f94b3f
[ "MIT" ]
null
null
null
lib/src/line_intersect.dart
MinByeongDon/turf_dart
d514f27a8da58b71ebd78df01d1a31e8e2f94b3f
[ "MIT" ]
null
null
null
import 'package:turf/helpers.dart'; Point? lineIntersect(LineString line1, LineString line2) { Map<String, bool> unique = {}; if (line1.coordinates.length == 2 && line2.coordinates.length == 2) { final intersect = intersects(line1, line2); if (intersect != null) { return intersect; } } ret...
28.222222
92
0.6018
2f3e15731426041804311fee382c73b8067f64ef
3,412
php
PHP
Application/Common/Controller/BaseController.class.php
chenping684/dzr
7e5bf9e20a0e71823ec50db8f60be9910ba9b1a1
[ "BSD-2-Clause" ]
null
null
null
Application/Common/Controller/BaseController.class.php
chenping684/dzr
7e5bf9e20a0e71823ec50db8f60be9910ba9b1a1
[ "BSD-2-Clause" ]
null
null
null
Application/Common/Controller/BaseController.class.php
chenping684/dzr
7e5bf9e20a0e71823ec50db8f60be9910ba9b1a1
[ "BSD-2-Clause" ]
null
null
null
<?php namespace Common\Controller; /** * Class BaseController * @author yourname */ class BaseController extends \Think\Controller { public function _initialize() { if(!in_array(strtolower(CONTROLLER_NAME), array('index')) || session('id')) { $id = session('id'); ...
36.688172
183
0.493845
07e74733edbca5eed8d180fe5adb8a34fa2de9de
24
rs
Rust
inventory_ms/domain/src/entities/mod.rs
ralvescosta/distributed_systems
1e95249cce2535400a8f0f42ae57c66a80260dc1
[ "MIT" ]
8
2021-10-19T21:22:10.000Z
2021-12-20T22:01:54.000Z
inventory_ms/domain/src/entities/mod.rs
ralvescosta/distributed_loging
1e95249cce2535400a8f0f42ae57c66a80260dc1
[ "MIT" ]
5
2021-11-03T11:28:34.000Z
2022-02-27T21:56:40.000Z
inventory_ms/domain/src/entities/mod.rs
ralvescosta/distributed_systems
1e95249cce2535400a8f0f42ae57c66a80260dc1
[ "MIT" ]
null
null
null
pub mod product_entity;
12
23
0.833333
5f5291ecc7765c78aeef721504f22a572a90b16b
1,662
ts
TypeScript
src/app/portfolio-page/portfolio-page.component.ts
irinabratu/gainuta
4c616781fb58b8e5a2c141aba7b86052b8195e41
[ "MIT" ]
null
null
null
src/app/portfolio-page/portfolio-page.component.ts
irinabratu/gainuta
4c616781fb58b8e5a2c141aba7b86052b8195e41
[ "MIT" ]
null
null
null
src/app/portfolio-page/portfolio-page.component.ts
irinabratu/gainuta
4c616781fb58b8e5a2c141aba7b86052b8195e41
[ "MIT" ]
null
null
null
import { Component, OnInit } from '@angular/core'; import { HttpClient } from '@angular/common/http'; import { baseUrl } from '../../utils/constants'; import { PortfolioEntity } from '../../model/PortfolioEntity'; import { MatExpansionPanel } from '@angular/material'; @Component({ selector: 'portfolio-page', templ...
23.408451
62
0.608303
84ded61715655ebdc90f270459d3c89bdd83b9f4
218
h
C
proyecto2/funcion.h
ErickTejaxun/coline-compiler-learning
76654c82317d72f2b4ae7b743062eadd43cb235c
[ "MIT" ]
null
null
null
proyecto2/funcion.h
ErickTejaxun/coline-compiler-learning
76654c82317d72f2b4ae7b743062eadd43cb235c
[ "MIT" ]
null
null
null
proyecto2/funcion.h
ErickTejaxun/coline-compiler-learning
76654c82317d72f2b4ae7b743062eadd43cb235c
[ "MIT" ]
null
null
null
#ifndef FUNCION_H #define FUNCION_H #include <QString> #include <nodo.h> class Funcion { public: Funcion(nodo raiz); QString getId(); QString nombre; QString id; nodo raiz; }; #endif // FUNCION_H
12.823529
23
0.665138
39fcd464cd6ed9d4146fb3cb2bf2fb0fde8b316e
267
java
Java
plugins/eu.hyvar.feature.constraint.resource.hyconstraints.ui/src-gen/eu/hyvar/feature/constraint/resource/hyconstraints/ui/IHyconstraintsTokenScanner.java
DarwinSPL/DarwinSPL
d243805ba5a6fc7c1adec94cc81a5d160ccf5a8a
[ "Apache-2.0" ]
4
2017-06-07T14:13:00.000Z
2019-03-25T16:20:25.000Z
plugins/eu.hyvar.feature.constraint.resource.hyconstraints.ui/src-gen/eu/hyvar/feature/constraint/resource/hyconstraints/ui/IHyconstraintsTokenScanner.java
DarwinSPL/DarwinSPL
d243805ba5a6fc7c1adec94cc81a5d160ccf5a8a
[ "Apache-2.0" ]
81
2017-06-30T11:18:14.000Z
2018-09-26T14:10:40.000Z
plugins/eu.hyvar.feature.constraint.resource.hyconstraints.ui/src-gen/eu/hyvar/feature/constraint/resource/hyconstraints/ui/IHyconstraintsTokenScanner.java
DarwinSPL/DarwinSPL
d243805ba5a6fc7c1adec94cc81a5d160ccf5a8a
[ "Apache-2.0" ]
4
2017-10-17T11:48:02.000Z
2018-10-04T09:12:33.000Z
/** * <copyright> * </copyright> * * */ package eu.hyvar.feature.constraint.resource.hyconstraints.ui; import org.eclipse.jface.text.rules.ITokenScanner; public interface IHyconstraintsTokenScanner extends ITokenScanner { public String getTokenText(); }
16.6875
67
0.749064
08085a3b393e5856f8e2371e3e180959d703f110
28,544
html
HTML
lib/rampart-1.6.2/docs/apidocs/org/apache/rahas/SimpleTokenStore.html
cefeboru/AIEP-GradeExtract
6f37c6354cafc80faa69a3aca5faada12d5275f8
[ "Apache-2.0" ]
null
null
null
lib/rampart-1.6.2/docs/apidocs/org/apache/rahas/SimpleTokenStore.html
cefeboru/AIEP-GradeExtract
6f37c6354cafc80faa69a3aca5faada12d5275f8
[ "Apache-2.0" ]
null
null
null
lib/rampart-1.6.2/docs/apidocs/org/apache/rahas/SimpleTokenStore.html
cefeboru/AIEP-GradeExtract
6f37c6354cafc80faa69a3aca5faada12d5275f8
[ "Apache-2.0" ]
null
null
null
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_22) on Thu Apr 26 14:22:13 IST 2012 --> <TITLE> SimpleTokenStore (Apache Rampart API) </TITLE> <META NAME="date" CONTENT="2012-04-26"> <LINK REL ="...
43.84639
280
0.650785
56bcd1b503f8c88e70cb5e94cb500528cf28e0ab
551
ts
TypeScript
src/day1/main.ts
staszewski/adventofcode2019
2beecc4b9b73c1b9e2325ec33c05edcbe9ce72e5
[ "Apache-2.0" ]
1
2019-12-05T18:33:26.000Z
2019-12-05T18:33:26.000Z
src/day1/main.ts
staszewski/adventofcode2019
2beecc4b9b73c1b9e2325ec33c05edcbe9ce72e5
[ "Apache-2.0" ]
null
null
null
src/day1/main.ts
staszewski/adventofcode2019
2beecc4b9b73c1b9e2325ec33c05edcbe9ce72e5
[ "Apache-2.0" ]
null
null
null
import * as fs from 'fs'; import * as path from 'path'; const readFile = () => { try { return fs.readFileSync(path.join(__dirname, '../../../src/day1/input.txt'), "utf-8").split("\n") } catch (e) { return e } } const massModulesData: string[] = readFile() const calculateFule = (module: string) => { return...
20.407407
99
0.622505
8e39fb1db6db594d17b119e247bfe34dc816b338
2,799
rb
Ruby
app/controllers/snakes_controller.rb
billyliberty/all-the-snakes
0dc80b0c3dae9d63a71aca83b228003f40a29463
[ "MIT", "Unlicense" ]
null
null
null
app/controllers/snakes_controller.rb
billyliberty/all-the-snakes
0dc80b0c3dae9d63a71aca83b228003f40a29463
[ "MIT", "Unlicense" ]
5
2020-02-26T00:09:29.000Z
2022-02-26T05:18:51.000Z
app/controllers/snakes_controller.rb
billyliberty/all-the-snakes
0dc80b0c3dae9d63a71aca83b228003f40a29463
[ "MIT", "Unlicense" ]
null
null
null
class SnakesController < ApplicationController # If user is logged in, index of snakes can be viewed. This renders the index page. get '/snakes' do if logged_in? @snakes = Snake.all erb :'snakes/index' else redirect to "/hunters/#{@hunter.id}" end end # If user is logged...
26.158879
185
0.617363
fd8735d6e1e805be1463e32f6b20be2768826050
1,028
h
C
compator/road/bound.h
yuchenECNU/VTree
32f98206b85cc9ac96f352c346c6316cf81efdca
[ "Unlicense" ]
null
null
null
compator/road/bound.h
yuchenECNU/VTree
32f98206b85cc9ac96f352c346c6316cf81efdca
[ "Unlicense" ]
null
null
null
compator/road/bound.h
yuchenECNU/VTree
32f98206b85cc9ac96f352c346c6316cf81efdca
[ "Unlicense" ]
null
null
null
/* ---------------------------------------------------------------------------- Author: Ken C. K. Lee Email: cklee@cse.psu.edu Copyright(c) Ken C. K. Lee 2008 This header file declares Bound class. This defines the volume bound. -----------------------------------------------------------------------...
25.073171
79
0.582685
71450a83543973c3e03de328279577f480c645c1
186
ts
TypeScript
lib/typescript/src/SceneMap.d.ts
EugeneDraitsev/react-native-tab-view
f1c4e9fe219ba5bd78c0098a203cc48d1616fcc1
[ "MIT" ]
1
2020-12-11T11:55:02.000Z
2020-12-11T11:55:02.000Z
lib/typescript/src/SceneMap.d.ts
EugeneDraitsev/react-native-tab-view
f1c4e9fe219ba5bd78c0098a203cc48d1616fcc1
[ "MIT" ]
9
2020-12-11T10:35:55.000Z
2022-02-27T10:59:58.000Z
Mobile/node_modules/react-native-tab-view/lib/typescript/src/SceneMap.d.ts
MuriloMilani8870/M_Cleveland_Sprint4_FabioMurilo
c6ec3451be2026208cb56dc207f70a9aa2eee7c3
[ "MIT" ]
1
2020-12-09T15:32:55.000Z
2020-12-09T15:32:55.000Z
import * as React from 'react'; export default function SceneMap<T extends any>(scenes: { [key: string]: React.ComponentType<T>; }): ({ route, jumpTo, position }: T) => JSX.Element;
37.2
57
0.677419
0cbded3b957b5b9247296e61a096662c54742d11
774
py
Python
programming_fundamentals/python_part_2/common_vars.py
tobaidullah/2
3fa67855ef461ccaee283dcbbdd9bf00e7a52378
[ "MIT" ]
629
2017-12-15T20:26:13.000Z
2022-03-30T04:02:02.000Z
programming_fundamentals/python_part_2/common_vars.py
tobaidullah/2
3fa67855ef461ccaee283dcbbdd9bf00e7a52378
[ "MIT" ]
40
2018-01-18T09:07:50.000Z
2021-09-23T23:21:47.000Z
programming_fundamentals/python_part_2/common_vars.py
tobaidullah/2
3fa67855ef461ccaee283dcbbdd9bf00e7a52378
[ "MIT" ]
394
2017-12-18T22:35:36.000Z
2022-03-29T19:41:25.000Z
#! /usr/bin/env python """ Learning Series: Network Programmability Basics Module: Programming Fundamentals Lesson: Python Part 2 Author: Hank Preston <hapresto@cisco.com> common_vars.py Illustrate the following concepts: - Code reuse imported into other examples """ shapes = ["square", "triangle", "circle"] books =...
22.764706
56
0.485788
4e547113e2075e4ea2a3ae533d3ed55eb44b69d9
884
kt
Kotlin
src/main/kotlin/de/unihalle/informatik/bigdata/millionsongdataset/analysis/hadoop/SelectableTool.kt
dmitrijBerg/song-analysis
86cccb20b2321059469f085f285302e8a0cbd6d6
[ "MIT" ]
4
2018-06-20T02:05:07.000Z
2018-06-28T09:38:32.000Z
src/main/kotlin/de/unihalle/informatik/bigdata/millionsongdataset/analysis/hadoop/SelectableTool.kt
dmitrijBerg/song-analysis
86cccb20b2321059469f085f285302e8a0cbd6d6
[ "MIT" ]
2
2018-06-21T22:45:29.000Z
2021-05-27T23:24:32.000Z
src/main/kotlin/de/unihalle/informatik/bigdata/millionsongdataset/analysis/hadoop/SelectableTool.kt
dmitrijBerg/song-analysis
86cccb20b2321059469f085f285302e8a0cbd6d6
[ "MIT" ]
1
2018-06-24T20:05:15.000Z
2018-06-24T20:05:15.000Z
package de.unihalle.informatik.bigdata.millionsongdataset.analysis.hadoop import de.unihalle.informatik.bigdata.millionsongdataset.analysis.extensions.hadoop.configuration import org.apache.hadoop.conf.Configurable import org.apache.hadoop.conf.Configured import org.apache.hadoop.util.Tool class SelectableTool( ...
38.434783
97
0.709276
b2695aadcdeee6f16f19dc35ad587c3c3a0883be
644
sql
SQL
openGaussBase/testcase/KEYWORDS/Iterate/Opengauss_Function_Keyword_Iterate_Case0029.sql
opengauss-mirror/Yat
aef107a8304b94e5d99b4f1f36eb46755eb8919e
[ "MulanPSL-1.0" ]
null
null
null
openGaussBase/testcase/KEYWORDS/Iterate/Opengauss_Function_Keyword_Iterate_Case0029.sql
opengauss-mirror/Yat
aef107a8304b94e5d99b4f1f36eb46755eb8919e
[ "MulanPSL-1.0" ]
null
null
null
openGaussBase/testcase/KEYWORDS/Iterate/Opengauss_Function_Keyword_Iterate_Case0029.sql
opengauss-mirror/Yat
aef107a8304b94e5d99b4f1f36eb46755eb8919e
[ "MulanPSL-1.0" ]
null
null
null
-- @testpoint:opengauss关键字Iterate(非保留),作为表空间名 --关键字不带引号,创建成功 drop tablespace if exists Iterate; CREATE TABLESPACE Iterate RELATIVE LOCATION 'hdfs_tablespace/hdfs_tablespace_1'; drop tablespace Iterate; --关键字带双引号,创建成功 drop tablespace if exists "Iterate"; CREATE TABLESPACE "Iterate" RELATIVE LOCATION 'hdfs_tablespac...
29.272727
83
0.812112
2d8c0626d12bfcab6a04bd7efff05ab0ee6309d6
171,740
html
HTML
robocode_master_backup/javadoc/robocode/AdvancedRobot.html
TomPlum/university_major_project
915e009b34a563b1861cb82832e6ce2692ccf4fc
[ "Apache-2.0" ]
null
null
null
robocode_master_backup/javadoc/robocode/AdvancedRobot.html
TomPlum/university_major_project
915e009b34a563b1861cb82832e6ce2692ccf4fc
[ "Apache-2.0" ]
8
2018-04-17T21:57:28.000Z
2018-08-10T08:06:58.000Z
robocode_master_backup/javadoc/robocode/AdvancedRobot.html
TomPlum/university_major_project
915e009b34a563b1861cb82832e6ce2692ccf4fc
[ "Apache-2.0" ]
null
null
null
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="da"> <head> <!-- Generated by javadoc (1.8.0_141) on Tue Oct 17 22:00:18 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>AdvancedRobot (Robocode 1....
55.814105
5,986
0.711465
04626e40e2e3b395686b0346d56536f2cb94de93
3,319
swift
Swift
CoreDataTask/ADDAddressViewController.swift
Kinjal8899/CoreDataTask
fa82fd9e8d54cc9d05e75e2ecae6edab94e32bc5
[ "MIT" ]
null
null
null
CoreDataTask/ADDAddressViewController.swift
Kinjal8899/CoreDataTask
fa82fd9e8d54cc9d05e75e2ecae6edab94e32bc5
[ "MIT" ]
null
null
null
CoreDataTask/ADDAddressViewController.swift
Kinjal8899/CoreDataTask
fa82fd9e8d54cc9d05e75e2ecae6edab94e32bc5
[ "MIT" ]
null
null
null
// // ADDAddressViewController.swift // CoreDataTask // // Created by MacMini1 on 01/03/21. // Copyright © 2021 bacancy. All rights reserved. // import UIKit class ADDAddressViewController: UIViewController { var coreDataModel = CoreDataModel() @IBOutlet weak var txtStreet: UITextField! @IBOutlet weak...
39.511905
153
0.598674
688baa597f75efc2e28e6c22fee2e2208afa2c1f
1,680
sql
SQL
src/main/java/EggGeth.sql
Rebeccalomi/agriorigin
32e88abef33b8f03aa5229364edd189956c2d9f6
[ "Apache-2.0" ]
1
2022-03-08T04:12:34.000Z
2022-03-08T04:12:34.000Z
src/main/java/EggGeth.sql
Rebeccalomi/agriorigin
32e88abef33b8f03aa5229364edd189956c2d9f6
[ "Apache-2.0" ]
null
null
null
src/main/java/EggGeth.sql
Rebeccalomi/agriorigin
32e88abef33b8f03aa5229364edd189956c2d9f6
[ "Apache-2.0" ]
1
2022-03-28T16:12:04.000Z
2022-03-28T16:12:04.000Z
INSERT INTO `guns`.`sys_menu` (`id`, `code`, `pcode`, `pcodes`, `name`, `icon`, `url`, `num`, `levels`, `ismenu`, `tips`, `status`, `isopen`) VALUES ('1256956556533129217', 'eggGeth', '0', '[0],', '区块链管理', '', '/eggGeth', '99', '1', '1', NULL, '1', '0'); INSERT INTO `guns`.`sys_menu` (`id`, `code`, `pcode`, `pcodes`, `...
240
286
0.566667
ca3f29037b2d1886c94ab40cd7d8c3afc8153ec4
95,520
sql
SQL
db/progressweb_dump.sql
sstopkin/ProgressWEB
85bd04b1f2b9a6c8e676bcc194e9d742b414e178
[ "MIT" ]
null
null
null
db/progressweb_dump.sql
sstopkin/ProgressWEB
85bd04b1f2b9a6c8e676bcc194e9d742b414e178
[ "MIT" ]
null
null
null
db/progressweb_dump.sql
sstopkin/ProgressWEB
85bd04b1f2b9a6c8e676bcc194e9d742b414e178
[ "MIT" ]
null
null
null
-- MySQL dump 10.13 Distrib 5.6.24, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: progressweb -- ------------------------------------------------------ -- Server version 5.6.24-0ubuntu2 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARA...
571.976048
87,830
0.719095
7fa7f8e3a52d6988e877c2636b370238817ebc28
1,250
sql
SQL
var/schema.sql
Mathieu-Lichtsteiner/WEBT_FS21_Projekt
1e5fd15aa8fcf34ed70bc831fd2f5553f09af5b4
[ "MIT" ]
null
null
null
var/schema.sql
Mathieu-Lichtsteiner/WEBT_FS21_Projekt
1e5fd15aa8fcf34ed70bc831fd2f5553f09af5b4
[ "MIT" ]
null
null
null
var/schema.sql
Mathieu-Lichtsteiner/WEBT_FS21_Projekt
1e5fd15aa8fcf34ed70bc831fd2f5553f09af5b4
[ "MIT" ]
null
null
null
/* Ich brauche eine Tabelle für die Posts Reihen: - index (key) - email-Adresse - url zum Bild (eventuell nicht nötig, da benennung mit dem Datum, oder besser mit dem Index) - Erstellungszeit (timestamp sollte ausreichend sein) - beschreibung */ -- Datenbank "portofolio" erstellen CREATE DATABASE portofolio; -- ...
50
212
0.7736
265970b97c196e2fd37942cec6d2b5610efb0526
1,905
java
Java
RobotControl/RobotControlGUI/src/de/naoth/rc/components/preferences/PreferencesSpinner.java
tarsoly/NaoTH
dcd2b67ef6bf9953c81d3e1b26e543b5922b7d52
[ "ECL-2.0", "Apache-2.0" ]
15
2015-01-12T10:46:29.000Z
2022-03-28T05:13:14.000Z
RobotControl/RobotControlGUI/src/de/naoth/rc/components/preferences/PreferencesSpinner.java
tarsoly/NaoTH
dcd2b67ef6bf9953c81d3e1b26e543b5922b7d52
[ "ECL-2.0", "Apache-2.0" ]
2
2019-01-20T21:07:50.000Z
2020-01-22T14:00:28.000Z
RobotControl/RobotControlGUI/src/de/naoth/rc/components/preferences/PreferencesSpinner.java
tarsoly/NaoTH
dcd2b67ef6bf9953c81d3e1b26e543b5922b7d52
[ "ECL-2.0", "Apache-2.0" ]
5
2018-02-07T18:18:10.000Z
2019-10-15T17:01:41.000Z
package de.naoth.rc.components.preferences; /** * * @author Philipp Strobel <philippstrobel@posteo.de> */ public class PreferencesSpinner extends javax.swing.JPanel implements PreferencesField { /** * Creates new form integer spinner * @param title * @param value */ public PreferencesSp...
28.863636
96
0.652493
1f7da817ab92154c374c98fb309c2e3022e0907b
7,787
css
CSS
module-06/css/styles.css
inna91/html-css-06
3213fa782dd8ed54c9538f89478e279b4b2a712a
[ "Unlicense" ]
null
null
null
module-06/css/styles.css
inna91/html-css-06
3213fa782dd8ed54c9538f89478e279b4b2a712a
[ "Unlicense" ]
null
null
null
module-06/css/styles.css
inna91/html-css-06
3213fa782dd8ed54c9538f89478e279b4b2a712a
[ "Unlicense" ]
null
null
null
@keyframes tada { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale3...
17.942396
102
0.644022
b6f759a300e081083972ebed636e98d4ba5fcbe8
545
sql
SQL
Build/Drop(tSQLtAssemblyKey)(Pre2017).sql
rosen-group/tSQLt
ee89085bad9e39182af056bdf4c85cf616a19f3e
[ "Apache-2.0" ]
337
2015-11-19T17:03:49.000Z
2022-03-18T20:39:09.000Z
Build/Drop(tSQLtAssemblyKey)(Pre2017).sql
rosen-group/tSQLt
ee89085bad9e39182af056bdf4c85cf616a19f3e
[ "Apache-2.0" ]
117
2016-02-25T12:58:47.000Z
2022-03-25T06:11:42.000Z
Build/Drop(tSQLtAssemblyKey)(Pre2017).sql
rosen-group/tSQLt
ee89085bad9e39182af056bdf4c85cf616a19f3e
[ "Apache-2.0" ]
108
2015-12-07T13:16:37.000Z
2022-02-24T10:04:52.000Z
DECLARE @cmd NVARCHAR(MAX); IF(CAST(PARSENAME(CAST(SERVERPROPERTY('ProductVersion') AS NVARCHAR(MAX)),4) AS INT)<14) BEGIN PRINT '-------Dropping tSQLtAssemblyKey---------------'; SET @cmd = N'IF SUSER_ID(''tSQLtAssemblyKey'') IS NOT NULL DROP LOGIN tSQLtAssemblyKey;'; EXEC master.sys.sp_executesql @cmd; SET @...
36.333333
102
0.693578
0b5218f0be7a06f3e5bb1ddae6a9fce7c35741e8
11,880
py
Python
hbruraldoctor/hbvirtual/lib/python3.7/site-packages/Naked/app.py
hallohubo/DjangoDocterAPI
2d86d17c718affa968c0b2d4f9590aa08d43716e
[ "Apache-2.0" ]
89
2015-04-10T14:34:05.000Z
2021-11-08T09:17:09.000Z
hbruraldoctor/hbvirtual/lib/python3.7/site-packages/Naked/app.py
hallohubo/DjangoDocterAPI
2d86d17c718affa968c0b2d4f9590aa08d43716e
[ "Apache-2.0" ]
13
2015-03-17T15:44:41.000Z
2020-11-19T03:07:13.000Z
hbruraldoctor/hbvirtual/lib/python3.7/site-packages/Naked/app.py
hallohubo/DjangoDocterAPI
2d86d17c718affa968c0b2d4f9590aa08d43716e
[ "Apache-2.0" ]
19
2015-05-13T09:18:12.000Z
2021-04-28T10:35:39.000Z
#!/usr/bin/env python # encoding: utf-8 #------------------------------------------------------------------------------ # Naked | A Python command line application framework # Copyright 2014 Christopher Simpkins # MIT License #------------------------------------------------------------------------------ #-----------...
51.652174
135
0.448485
687897ce0e25ff25da34b8747740e441ee2cf1fe
1,160
swift
Swift
Splits/Pods/Stripe/Stripe/STPMandateDataParams.swift
spectivePer/Splits
2d455e0a1f8f7656ec0fb9db5b8e664cb34f6698
[ "MIT" ]
null
null
null
Splits/Pods/Stripe/Stripe/STPMandateDataParams.swift
spectivePer/Splits
2d455e0a1f8f7656ec0fb9db5b8e664cb34f6698
[ "MIT" ]
1
2021-02-23T19:41:12.000Z
2021-02-23T19:41:12.000Z
Splits/Pods/Stripe/Stripe/STPMandateDataParams.swift
spectivePer/Splits
2d455e0a1f8f7656ec0fb9db5b8e664cb34f6698
[ "MIT" ]
null
null
null
// // STPMandateDataParams.swift // Stripe // // Created by Cameron Sabol on 10/17/19. // Copyright © 2019 Stripe, Inc. All rights reserved. // import Foundation /// This object contains details about the Mandate to create. - seealso: https://stripe.com/docs/api/payment_intents/confirm#confirm_payment_intent-mand...
29.74359
160
0.758621
816fc11d14815818b4814462998fbf2bb4fcd3b3
175
kts
Kotlin
buildSrc/build.gradle.kts
cqse/teamscale-jacoco-agent
9390983fc4eacacc0c331f51e75587e297de5a0e
[ "Apache-2.0" ]
9
2018-10-29T06:44:27.000Z
2022-02-07T13:20:44.000Z
buildSrc/build.gradle.kts
cqse/teamscale-jacoco-agent
9390983fc4eacacc0c331f51e75587e297de5a0e
[ "Apache-2.0" ]
106
2018-08-30T05:35:10.000Z
2022-03-23T07:40:56.000Z
buildSrc/build.gradle.kts
cqse/teamscale-jacoco-agent
9390983fc4eacacc0c331f51e75587e297de5a0e
[ "Apache-2.0" ]
10
2019-04-04T05:46:23.000Z
2022-03-02T07:58:42.000Z
plugins { `kotlin-dsl` } repositories { gradlePluginPortal() } dependencies { implementation("gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0") }
14.583333
84
0.708571
a72ce14be89a3fb783f755e2de61fdc3e86ced30
2,095
sql
SQL
doc/topic_cate.sql
CocoaSY/PHP_Industry
5e0797cf93d0398ab92f0808b1d1a2b9a69141f7
[ "BSD-2-Clause" ]
null
null
null
doc/topic_cate.sql
CocoaSY/PHP_Industry
5e0797cf93d0398ab92f0808b1d1a2b9a69141f7
[ "BSD-2-Clause" ]
null
null
null
doc/topic_cate.sql
CocoaSY/PHP_Industry
5e0797cf93d0398ab92f0808b1d1a2b9a69141f7
[ "BSD-2-Clause" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 4.5.2 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: 2016-10-31 10:26:44 -- 服务器版本: 10.1.16-MariaDB -- PHP Version: 5.5.38 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40...
27.207792
110
0.61432
6b76b3442c106433ddc0e8936e93955818eb5e92
11,661
h
C
DirectMLSuperResolution/Samples/ML/DirectMLSuperResolution/DirectMLSuperResolution.h
bhouse-microsoft/DirectML-Samples
4a0f7225d9afe7bb1cbd5e2c2ba3f83086ad093c
[ "MIT" ]
3
2019-11-04T19:37:44.000Z
2021-11-17T11:10:27.000Z
DirectMLSuperResolution/Samples/ML/DirectMLSuperResolution/DirectMLSuperResolution.h
pmbrown1055/DirectML-Samples
4a0f7225d9afe7bb1cbd5e2c2ba3f83086ad093c
[ "MIT" ]
null
null
null
DirectMLSuperResolution/Samples/ML/DirectMLSuperResolution/DirectMLSuperResolution.h
pmbrown1055/DirectML-Samples
4a0f7225d9afe7bb1cbd5e2c2ba3f83086ad093c
[ "MIT" ]
null
null
null
//-------------------------------------------------------------------------------------- // DirectMLSuperResolution.h // // Advanced Technology Group (ATG) // Copyright (C) Microsoft Corporation. Copyright (C) NVIDIA Corporation. All rights reserved. // Licensed under the MIT License. //--------------------------...
39.262626
137
0.620187
bcc62c995bd114fd94e327e8f1ea8ec468c81612
354
js
JavaScript
packages/rax-textinput/demo/miniapp/pages/index.js
zj1024/rax-components
bf48957fa84708e35606726c256100aadf2f9657
[ "BSD-3-Clause" ]
7
2020-03-05T09:14:30.000Z
2020-03-05T09:56:31.000Z
packages/rax-textinput/demo/miniapp/pages/index.js
zj1024/rax-components
bf48957fa84708e35606726c256100aadf2f9657
[ "BSD-3-Clause" ]
null
null
null
packages/rax-textinput/demo/miniapp/pages/index.js
zj1024/rax-components
bf48957fa84708e35606726c256100aadf2f9657
[ "BSD-3-Clause" ]
4
2020-03-05T09:14:52.000Z
2020-03-05T09:56:35.000Z
Page({ data: { text: '', }, onChange(e) { this.setData({ text: `onChange: ${e.detail.value}` }); }, onChangeText(text) { this.setData({ text: `onChangeText: ${text}` }); }, onBlur() { this.setData({ text: 'onBlur' }); }, onFocus() { this.setData({ ...
13.615385
41
0.449153
8bc9335314f53189b897a98d750ad9be89b4c678
386
kt
Kotlin
Android_simpleViewModel_kotlin_morexml/app/src/main/java/com/carpa/android_simpleviewmodel_kotlin_morexml/display_name/DisplayNameViewModel.kt
lolloz98/Android_ViewModel
bf268ea4a0ecdc92f4231f09c6562fa0017bb4b0
[ "MIT" ]
null
null
null
Android_simpleViewModel_kotlin_morexml/app/src/main/java/com/carpa/android_simpleviewmodel_kotlin_morexml/display_name/DisplayNameViewModel.kt
lolloz98/Android_ViewModel
bf268ea4a0ecdc92f4231f09c6562fa0017bb4b0
[ "MIT" ]
null
null
null
Android_simpleViewModel_kotlin_morexml/app/src/main/java/com/carpa/android_simpleviewmodel_kotlin_morexml/display_name/DisplayNameViewModel.kt
lolloz98/Android_ViewModel
bf268ea4a0ecdc92f4231f09c6562fa0017bb4b0
[ "MIT" ]
null
null
null
package com.carpa.android_simpleviewmodel_kotlin_morexml.display_name import androidx.lifecycle.LiveData import androidx.lifecycle.MutableLiveData import androidx.lifecycle.ViewModel class DisplayNameViewModel(name: String): ViewModel() { private val _name = MutableLiveData<String>() val name: LiveData<Strin...
24.125
69
0.759067
652e84bd8ad0187eda337ba399fb9e1a9cdb03eb
377
py
Python
setup.py
PaulDodd/pynomial
8da81bf37ee96b8e3c49b40cdfcae075ba667632
[ "Apache-2.0" ]
null
null
null
setup.py
PaulDodd/pynomial
8da81bf37ee96b8e3c49b40cdfcae075ba667632
[ "Apache-2.0" ]
null
null
null
setup.py
PaulDodd/pynomial
8da81bf37ee96b8e3c49b40cdfcae075ba667632
[ "Apache-2.0" ]
null
null
null
import sys from setuptools import setup, find_packages setup( name='pynomial', version='0.0.0', packages=find_packages(), author='Paul M Dodd', author_email='pdodd@umich.edu', description="python package for combinatorial problems", url="https://github.com/PaulDodd/pynomial.git", instal...
26.928571
64
0.70557
0b0cd02cfa91edb20bb99ffeb3ec3643c5ad48e8
5,543
swift
Swift
relex_swift/lib/WLVideoPlayer/WLPlayerHandler.swift
Darren-chenchen/leilemo_swift
67da746021639373188ff7e84c17fd9b5152cc43
[ "Apache-2.0" ]
8
2017-05-02T01:13:57.000Z
2021-12-05T03:48:16.000Z
relex_swift/lib/WLVideoPlayer/WLPlayerHandler.swift
Darren-chenchen/leilemo_swift
67da746021639373188ff7e84c17fd9b5152cc43
[ "Apache-2.0" ]
null
null
null
relex_swift/lib/WLVideoPlayer/WLPlayerHandler.swift
Darren-chenchen/leilemo_swift
67da746021639373188ff7e84c17fd9b5152cc43
[ "Apache-2.0" ]
null
null
null
// // WLPlayerHandler.swift // WLVideoPlayer(MP) // // Created by wl on 16/2/25. // Copyright © 2016年 wl. All rights reserved. // 处理用户自定义控制面板逻辑的对象 /*************************************************** * 如果您发现任何BUG,或者有更好的建议或者意见,欢迎您的指出。 *邮箱:wxl19950606@163.com.感谢您的支持 *************************************************...
33.593939
225
0.68158
12caaacdbad73ab41edb482c962ecbbe360e0eec
4,342
html
HTML
characterization/references/rfc50.html
grigory-rechistov/rfc2html
08a06c9836f33e20be7998c53c69c7d69924b141
[ "BSD-3-Clause" ]
null
null
null
characterization/references/rfc50.html
grigory-rechistov/rfc2html
08a06c9836f33e20be7998c53c69c7d69924b141
[ "BSD-3-Clause" ]
null
null
null
characterization/references/rfc50.html
grigory-rechistov/rfc2html
08a06c9836f33e20be7998c53c69c7d69924b141
[ "BSD-3-Clause" ]
null
null
null
<pre> E. Harslen J. Heafner Network Working Group RANL Request for Comments: 50 4/30/70 Comments on the Meyer Proposal ...
40.962264
105
0.650392
8f3d2133b9a3893fdf34d3fcdfa21d4af7de557b
3,594
kt
Kotlin
src/main/kotlin/org/ileasile/kformat/Color.kt
ileasile/kformat
58fb611d39e0b496437e62a46fc4d0d41f745972
[ "MIT" ]
1
2020-05-01T01:41:26.000Z
2020-05-01T01:41:26.000Z
src/main/kotlin/org/ileasile/kformat/Color.kt
ileasile/kformat
58fb611d39e0b496437e62a46fc4d0d41f745972
[ "MIT" ]
null
null
null
src/main/kotlin/org/ileasile/kformat/Color.kt
ileasile/kformat
58fb611d39e0b496437e62a46fc4d0d41f745972
[ "MIT" ]
null
null
null
package org.ileasile.kformat import java.lang.IllegalArgumentException import java.lang.IllegalStateException import kotlin.math.roundToInt interface Color { val fgCode: Int? get() = null val bgCode: Int? get() = null val extCode: Int? get() = null val rgb: RGB8? get() ...
23.801325
113
0.585142
d1eb17467223d62ad237f2da229ad733dcd159ce
11,289
rs
Rust
azure_sdk_storage_blob/src/blob/requests/delete_blob_builder.rs
maxburke/AzureSDKForRust
02022344b7c37cdb713b69d60f9c86fc7295f64c
[ "Apache-2.0" ]
null
null
null
azure_sdk_storage_blob/src/blob/requests/delete_blob_builder.rs
maxburke/AzureSDKForRust
02022344b7c37cdb713b69d60f9c86fc7295f64c
[ "Apache-2.0" ]
null
null
null
azure_sdk_storage_blob/src/blob/requests/delete_blob_builder.rs
maxburke/AzureSDKForRust
02022344b7c37cdb713b69d60f9c86fc7295f64c
[ "Apache-2.0" ]
null
null
null
use crate::blob::generate_blob_uri; use crate::blob::responses::DeleteBlobResponse; use azure_sdk_core::errors::{check_status_extract_headers_and_body, AzureError}; use azure_sdk_core::lease::LeaseId; use azure_sdk_core::{ BlobNameRequired, BlobNameSupport, ClientRequestIdOption, ClientRequestIdSupport, Contain...
33.698507
96
0.684915
595b134e22cb3f401303fc5f979a07b23ea2de68
87
kt
Kotlin
plugins/tower/src/main/kotlin/tower/api/Packets.kt
pluginloader/mono
e039d256d2e26ffeee55bd3c4f46de973b024b3a
[ "MIT" ]
1
2021-11-04T00:35:05.000Z
2021-11-04T00:35:05.000Z
plugins/tower/src/main/kotlin/tower/api/Packets.kt
pluginloader/mono
e039d256d2e26ffeee55bd3c4f46de973b024b3a
[ "MIT" ]
null
null
null
plugins/tower/src/main/kotlin/tower/api/Packets.kt
pluginloader/mono
e039d256d2e26ffeee55bd3c4f46de973b024b3a
[ "MIT" ]
2
2021-05-10T23:37:51.000Z
2021-09-21T08:46:51.000Z
package tower.api interface Packet interface Request<T: Response> interface Response
12.428571
30
0.827586
7adf47a9337f87c27fca10a590858ab425c74485
9,472
sql
SQL
Temp_Dirty/missile_data.sql
TwistedFaith13/echoes_missiles
040b73c023a8936e1cb81712f13d5773c39ed5ae
[ "Apache-2.0" ]
null
null
null
Temp_Dirty/missile_data.sql
TwistedFaith13/echoes_missiles
040b73c023a8936e1cb81712f13d5773c39ed5ae
[ "Apache-2.0" ]
null
null
null
Temp_Dirty/missile_data.sql
TwistedFaith13/echoes_missiles
040b73c023a8936e1cb81712f13d5773c39ed5ae
[ "Apache-2.0" ]
null
null
null
DROP TABLE IF EXISTS `echoes_db`.`def_sizes`; DROP TABLE IF EXISTS `echoes_db`.`def_missile_types`; DROP TABLE IF EXISTS `echoes_db`.`def_missiles`; CREATE TABLE `echoes_db`.`def_sizes` ( `ms_id` tinyint(3) unsigned NOT NULL COMMENT 'Internal ID. Only for correlation', `ms_display_name` char(10) NOT NULL COMMENT 'Hu...
68.143885
229
0.61212
a9c82497aba55ed8802a552e007dcc04ffa8e61f
7,772
htm
HTML
sdk/boost_1_30_0/libs/test/doc/output_test_stream.htm
acidicMercury8/xray-1.0
65e85c0e31e82d612c793d980dc4b73fa186c76c
[ "Linux-OpenIB" ]
2
2020-01-30T12:51:49.000Z
2020-08-31T08:36:49.000Z
sdk/boost_1_30_0/libs/test/doc/output_test_stream.htm
acidicMercury8/xray-1.0
65e85c0e31e82d612c793d980dc4b73fa186c76c
[ "Linux-OpenIB" ]
null
null
null
sdk/boost_1_30_0/libs/test/doc/output_test_stream.htm
acidicMercury8/xray-1.0
65e85c0e31e82d612c793d980dc4b73fa186c76c
[ "Linux-OpenIB" ]
null
null
null
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <HEAD> <TITLE>Output test Stream</TITLE> <LINK rel="stylesheet" type="text/css" href="style/btl-white.css" media="screen"> <LINK rel="stylesheet" type="text/css" href="style/btl-print.css" media="print"> <META http...
69.392857
232
0.693387
b1e7b87aea2ce6d2c577a9965f369ca48e945082
646
sql
SQL
WeatherSystemServer/src/main/resources/data.sql
SanjinKurelic/WeatherSystem
e7b2a769c1650fd78d1a1be65757bb085d38ff72
[ "MIT" ]
null
null
null
WeatherSystemServer/src/main/resources/data.sql
SanjinKurelic/WeatherSystem
e7b2a769c1650fd78d1a1be65757bb085d38ff72
[ "MIT" ]
null
null
null
WeatherSystemServer/src/main/resources/data.sql
SanjinKurelic/WeatherSystem
e7b2a769c1650fd78d1a1be65757bb085d38ff72
[ "MIT" ]
null
null
null
insert into station values (1, 'Dubec WM-1', 'WeatherMachine', '2000', 51513, 'Omišalj'), (2, 'Svjetionik istok', 'Rain Falcon', 'v55.73', 51515, 'Šilo'), (3, 'MK - Centar', 'WeatherMachine', '2000', 51511, 'Malinska'), (4, 'Marina Punat', 'Rain Falcon', 'v44.88', 51521, 'Punat'), (5, 'Punat jug - kamp', 'Rain Falcon',...
53.833333
65
0.611455
2f434054e5533044fb8a5ed8d3006c7d59017aac
568
php
PHP
app/Models/Abz/Abz_Ranks.php
account931/abz_Laravel_6_LTS
e5c49e48397f061c4f30d3e958cf5592d9d07ffb
[ "MIT" ]
null
null
null
app/Models/Abz/Abz_Ranks.php
account931/abz_Laravel_6_LTS
e5c49e48397f061c4f30d3e958cf5592d9d07ffb
[ "MIT" ]
null
null
null
app/Models/Abz/Abz_Ranks.php
account931/abz_Laravel_6_LTS
e5c49e48397f061c4f30d3e958cf5592d9d07ffb
[ "MIT" ]
null
null
null
<?php namespace App\Models\Abz; //use Illuminate\Database\Eloquent\Factories\HasFactory; //causes Crash, not found use Illuminate\Database\Eloquent\Model; class Abz_Ranks extends Model { protected $table = 'abz_ranks'; //specify the DB table table //hasOne public function user() { return $this->hasO...
23.666667
165
0.68662
110ffec436e0f6fbdcf1c72a972946c73c6370aa
937
nasm
Assembly
RustPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.nasm
makubacki/mu_basecore
90947a3f132690320e57c93c2c2a71a3185dacc8
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "BSD-2-Clause-Patent", "BSD-3-Clause" ]
9
2021-07-26T17:02:51.000Z
2021-12-30T10:49:46.000Z
CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.nasm
ESdove/edk2_exploring
34ff32b45f43d233d9696e7c8e3de68ea3000a7b
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "BSD-2-Clause-Patent", "BSD-3-Clause" ]
null
null
null
CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.nasm
ESdove/edk2_exploring
34ff32b45f43d233d9696e7c8e3de68ea3000a7b
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "BSD-2-Clause-Patent", "BSD-3-Clause" ]
null
null
null
;------------------------------------------------------------------------------ ; ; Copyright (c) 2016, Intel Corporation. All rights reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ; ; Module Name: ; ; MathLShiftS64.nasm ; ; Abstract: ; ; 64-bit Math Worker Function. ; Shifts a 64-bit signed value l...
21.790698
79
0.431163
98b9260a75a0b94d2f0a3fbde4f4b4c2ae4e190b
45,044
html
HTML
static/slides/w4p1.html
datalorax/mlm2
5442642e178b2cab281fc33049e8defc95275464
[ "CC-BY-4.0" ]
2
2021-06-11T17:40:03.000Z
2022-03-13T00:23:20.000Z
static/slides/w4p1.html
datalorax/mlm2
5442642e178b2cab281fc33049e8defc95275464
[ "CC-BY-4.0" ]
null
null
null
static/slides/w4p1.html
datalorax/mlm2
5442642e178b2cab281fc33049e8defc95275464
[ "CC-BY-4.0" ]
null
null
null
<!DOCTYPE html> <html lang="" xml:lang=""> <head> <title>Review &amp; Intro to GH Notation</title> <meta charset="utf-8" /> <meta name="author" content="Daniel Anderson" /> <script src="libs/header-attrs-2.7/header-attrs.js"></script> <link href="libs/remark-css-0.0.1/default.css" rel="stylesheet"...
24.886188
288
0.574749
5c6d6d7934e6b231bfa9456c41cd92447a4d98e0
746
css
CSS
data/usercss/75074.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
118
2020-08-28T19:59:28.000Z
2022-03-26T16:28:40.000Z
data/usercss/75074.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
38
2020-09-02T01:08:45.000Z
2022-01-23T02:47:24.000Z
data/usercss/75074.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
21
2020-08-19T01:12:43.000Z
2022-03-15T21:55:17.000Z
/* ==UserStyle== @name Jeremy Renner Icons 2 @namespace USO Archive @author maybeaperson @description `Changes text, photo, quote, etc. icons into pictures of Jeremy Renner's glorious face.` @version 20120917.4.15 @license NO-REDISTRIBUTION @preprocessor uso ==/UserStyle== */ @...
33.909091
132
0.72252
a9986cf1ead150b8d5210cbcf435c3cfde44cd6e
1,983
tab
SQL
landes-bioscience/_journals.tab
rordi/journals
ce4a95e86987ebf0815fa7fdde6da433e31d359a
[ "MIT" ]
35
2016-03-11T06:00:00.000Z
2022-03-01T06:01:31.000Z
landes-bioscience/_journals.tab
rordi/journals
ce4a95e86987ebf0815fa7fdde6da433e31d359a
[ "MIT" ]
87
2016-03-18T04:38:05.000Z
2022-01-25T13:03:08.000Z
landes-bioscience/_journals.tab
rordi/journals
ce4a95e86987ebf0815fa7fdde6da433e31d359a
[ "MIT" ]
25
2016-03-20T14:29:14.000Z
2021-11-24T14:39:40.000Z
Title ISSN eISSN Field Adipocyte 2162-3945 2162-397X medicine Artificial DNA: PNA & XNA 1949-095X 1949-0968 biology Autophagy 1554-8627 1554-8635 biology Bacteriophage 2159-7073 2159-7081 medicine Bioarchitecture 1949-0992 1949-100X biology Bioengineered 1949-1018 1949-1026 biology Biomatter 2159-2527 2159-2535 medicin...
42.191489
94
0.838628
d92d013445b288f82b885d622a63185184f98571
61
sql
SQL
src/test/resources/sql/drop_table/1e55923f.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
66
2018-06-15T11:34:03.000Z
2022-03-16T09:24:49.000Z
src/test/resources/sql/drop_table/1e55923f.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
13
2019-03-19T11:56:28.000Z
2020-08-05T04:20:50.000Z
src/test/resources/sql/drop_table/1e55923f.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
28
2019-01-05T19:59:02.000Z
2022-03-24T11:55:50.000Z
-- file:insert.sql ln:377 expect:true drop table inserttest3
20.333333
37
0.786885
b2f42395c99cb32b176d6e1140d0291edc965ff1
1,210
py
Python
src/amuse/community/sei/test_sei.py
joshuawall/amuse
c2034074ee76c08057c4faa96c32044ab40952e9
[ "Apache-2.0" ]
1
2019-12-28T22:47:51.000Z
2019-12-28T22:47:51.000Z
src/amuse/community/sei/test_sei.py
joshuawall/amuse
c2034074ee76c08057c4faa96c32044ab40952e9
[ "Apache-2.0" ]
null
null
null
src/amuse/community/sei/test_sei.py
joshuawall/amuse
c2034074ee76c08057c4faa96c32044ab40952e9
[ "Apache-2.0" ]
2
2021-11-19T04:41:37.000Z
2021-11-20T02:11:17.000Z
from amuse.test.amusetest import TestWithMPI from amuse.units import nbody_system from amuse.units import units import os import sys import numpy import math from amuse.community.sei.interface import SeiInterface from amuse.community.sei.interface import Sei from amuse import datamodel class TestSeiInterface(TestWit...
29.512195
80
0.661157
24a7a81d8efd6d37d35f80ef4bac69d33844c9f2
652
swift
Swift
Data/Network/Models/MovieDB/ResponseModel.swift
timstudt/movieDB
e5beefb0410559e90ee0a42f5b2bd372bad3ef8e
[ "MIT" ]
1
2019-07-15T09:44:25.000Z
2019-07-15T09:44:25.000Z
Data/Network/Models/MovieDB/ResponseModel.swift
timstudt/movieDB
e5beefb0410559e90ee0a42f5b2bd372bad3ef8e
[ "MIT" ]
33
2018-04-04T12:45:17.000Z
2021-09-21T20:01:47.000Z
Data/Network/Models/MovieDB/ResponseModel.swift
timstudt/movieDB
e5beefb0410559e90ee0a42f5b2bd372bad3ef8e
[ "MIT" ]
1
2020-02-19T08:16:08.000Z
2020-02-19T08:16:08.000Z
// // MovieDBResponseModel.swift // MovieDB // // Created by Tim Studt on 31/03/2018. // Copyright © 2018 Tim Studt. All rights reserved. // import Foundation enum MovieDBNetwork { ///the response model all resources are wrapped in struct Response<Result: Decodable>: Decodable { let page: Int ...
23.285714
54
0.615031
861e7c8fae430857009b817dd8fbc4e5045d4304
16,988
go
Go
value_test.go
couchbase/dparval
9def03782da875a2477c05bf64985db3f19f59ae
[ "Apache-2.0" ]
null
null
null
value_test.go
couchbase/dparval
9def03782da875a2477c05bf64985db3f19f59ae
[ "Apache-2.0" ]
null
null
null
value_test.go
couchbase/dparval
9def03782da875a2477c05bf64985db3f19f59ae
[ "Apache-2.0" ]
null
null
null
// Copyright (c) 2013 Couchbase, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by applicable law or agreed to in w...
27.444265
107
0.619084
16d6141211762a3741c14e3d1ad0ac269151dfda
1,243
tsx
TypeScript
src/AlgoVisual/Layout/Main/Documentation/Sections/Sorting/Sorting.tsx
eduardo-vidals/AlgoVisual
6f5dcaf3b8b753464d45e12228f55efbc7a79225
[ "MIT" ]
null
null
null
src/AlgoVisual/Layout/Main/Documentation/Sections/Sorting/Sorting.tsx
eduardo-vidals/AlgoVisual
6f5dcaf3b8b753464d45e12228f55efbc7a79225
[ "MIT" ]
null
null
null
src/AlgoVisual/Layout/Main/Documentation/Sections/Sorting/Sorting.tsx
eduardo-vidals/AlgoVisual
6f5dcaf3b8b753464d45e12228f55efbc7a79225
[ "MIT" ]
null
null
null
import React, {useEffect, useLayoutEffect} from "react"; import {sortingMarkdown} from "../Markdown/Markdown"; import Markdown from "../../Common/Markdown"; import Sections from "../../Common/Sections"; type Props = { section: React.RefObject<HTMLDivElement> }; const sections = ["Bubble Sort", "Insertion Sort", "Se...
28.906977
143
0.6428
75f8db78ce9a76bac1535fea194620a52590a8e1
11,101
php
PHP
application/controllers/KorisnikKontroler.php
Dacy13/film
500e26afc54b2cb7cc93d62623c72c4b893455e8
[ "MIT" ]
null
null
null
application/controllers/KorisnikKontroler.php
Dacy13/film
500e26afc54b2cb7cc93d62623c72c4b893455e8
[ "MIT" ]
null
null
null
application/controllers/KorisnikKontroler.php
Dacy13/film
500e26afc54b2cb7cc93d62623c72c4b893455e8
[ "MIT" ]
null
null
null
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class KorisnikKontroler extends CI_Controller { public function __construct() { parent::__construct(); if(!$this->session->has_userdata('korisnik')){ redirect('LoginKontroler'); } ...
37.251678
256
0.492838
647f4d507a3489a00f4b33c20455e577f2fabe40
2,592
sql
SQL
FUNCTIONs.sql
uttgeorge/Database-Assignment-3
4ba8dd44771b867a302172168882a79828116b3f
[ "MIT" ]
null
null
null
FUNCTIONs.sql
uttgeorge/Database-Assignment-3
4ba8dd44771b867a302172168882a79828116b3f
[ "MIT" ]
null
null
null
FUNCTIONs.sql
uttgeorge/Database-Assignment-3
4ba8dd44771b867a302172168882a79828116b3f
[ "MIT" ]
null
null
null
SET GLOBAL log_bin_trust_function_creators = 1; # 1. Find the salary of a player DELIMITER // CREATE FUNCTION callsalary (firstname TEXT,lastname TEXT) RETURNS INT BEGIN DECLARE Income INT; SELECT t.Salary INTO Income FROM ( SELECT d.FirstName,d.LastName,s.Salary FROM Detail d join Salary s ...
20.093023
84
0.680941
78d687e12f5868ab9896961290f33492a8e93438
5,390
asm
Assembly
libsrc/_DEVELOPMENT/math/float/am9511/asm/8085/am32_pushf.asm
dikdom/z88dk
40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/am9511/asm/8085/am32_pushf.asm
dikdom/z88dk
40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0
[ "ClArtistic" ]
2
2022-03-20T22:17:35.000Z
2022-03-24T16:10:00.000Z
libsrc/_DEVELOPMENT/math/float/am9511/asm/8085/am32_pushf.asm
jorgegv/z88dk
127130cf11f9ff268ba53e308138b12d2b9be90a
[ "ClArtistic" ]
null
null
null
; ; Copyright (c) 2022 Phillip Stevens ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can obtain one at http://mozilla.org/MPL/2.0/. ; ; feilipu, January 2022 ; ;----------------------------------------------...
27.360406
74
0.504824
969e891e1a3497f35007a8e116133862b7e0b26a
12,420
html
HTML
storage/alfred-4/docs/www.alfredapp.com/help/powerpack/index.html
godbout/dash-docsets
c8d7ec14d29a0d5f90f511d809b51844e08a8c62
[ "MIT" ]
2
2020-07-15T17:36:04.000Z
2021-11-27T18:37:54.000Z
storage/alfred-4/docs/www.alfredapp.com/help/powerpack/index.html
godbout/dash-docsets
c8d7ec14d29a0d5f90f511d809b51844e08a8c62
[ "MIT" ]
4
2020-06-28T15:43:23.000Z
2020-07-23T13:45:11.000Z
storage/alfred-4/docs/www.alfredapp.com/help/powerpack/index.html
godbout/alfred-dash-docset
5602ddeca3259e4b6a0fc749315f8ed8300ac197
[ "MIT" ]
1
2021-11-24T20:56:54.000Z
2021-11-24T20:56:54.000Z
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Alfred Powerpack - Alfred Help and Support</title> <meta name="description" content="The Powerpack contains a huge range of features to help you be more productive on your Mac. Activate your Powerpack license and make the most of Alfred."> <...
55.446429
482
0.644686
b5076f8e488846ffd8d9c470d0421cbafc68c881
2,222
sql
SQL
SQL_JDBC/src/main/java/ru/job4j/SQL/ScriptCarFactory.sql
alekseyponkin/aponkin
2b4794066ffb0aed9965646cfb8877553403e20f
[ "Apache-2.0" ]
null
null
null
SQL_JDBC/src/main/java/ru/job4j/SQL/ScriptCarFactory.sql
alekseyponkin/aponkin
2b4794066ffb0aed9965646cfb8877553403e20f
[ "Apache-2.0" ]
null
null
null
SQL_JDBC/src/main/java/ru/job4j/SQL/ScriptCarFactory.sql
alekseyponkin/aponkin
2b4794066ffb0aed9965646cfb8877553403e20f
[ "Apache-2.0" ]
null
null
null
-- Drop database --DROP DATABASE car_factory; -- Create database CarFactory CREATE DATABASE car_factory; -- Create table Engine CREATE TABLE engine( id SERIAL PRIMARY KEY, name VARCHAR(200) ); INSERT INTO engine(name) VALUES ('1.6 MPI'); INSERT INTO engine(name) VALUES ('1.4 TSI'); INSERT INTO engine(name) VALUES...
32.676471
129
0.722772
16aac01fb32d90f6c13dd94eb458c944581fad5e
1,450
sql
SQL
docker-containers/database-container/db_init.sql
freddygv/trabblex
c85184523ccf88d81b090c40e3c5a4c5cf07b029
[ "MIT" ]
2
2017-12-02T17:30:13.000Z
2018-01-20T23:00:35.000Z
docker-containers/database-container/db_init.sql
freddygv/trabblex
c85184523ccf88d81b090c40e3c5a4c5cf07b029
[ "MIT" ]
null
null
null
docker-containers/database-container/db_init.sql
freddygv/trabblex
c85184523ccf88d81b090c40e3c5a4c5cf07b029
[ "MIT" ]
1
2018-11-12T03:15:36.000Z
2018-11-12T03:15:36.000Z
CREATE TABLE videos ( file_hash VARCHAR(64) NOT NULL PRIMARY KEY, file_name VARCHAR(64) NOT NULL, file_size VARCHAR(10) NOT NULL, protocol VARCHAR(3) NOT NULL, video_size_x SMALLINT NOT NULL, video_size_y SMALLINT NOT NULL, bitrate VARCHAR(10) NOT NULL, seeder_is_active BOOLEAN NOT NULL ); CREATE TABLE...
41.428571
152
0.771724
3ab92302630f7b1807577b47211613bfb9cdf694
142
lua
Lua
globalConst.lua
wcguo/xiuxian
953cf54b3eea558ee7dee4ec6f161b9a66c137ac
[ "MIT" ]
null
null
null
globalConst.lua
wcguo/xiuxian
953cf54b3eea558ee7dee4ec6f161b9a66c137ac
[ "MIT" ]
null
null
null
globalConst.lua
wcguo/xiuxian
953cf54b3eea558ee7dee4ec6f161b9a66c137ac
[ "MIT" ]
null
null
null
global.xiuxian = global.xiuxian or {} global.xiuxian.Level = global.xiuxian.Level or {} global.xiuxian.usedAge = global.xiuxian.usedAge or {}
35.5
53
0.760563