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
c257a60d308756869701a153157a896eaea7ea0d
304
asm
Assembly
programs/oeis/030/A030921.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/030/A030921.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/030/A030921.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A030921: [ exp(1/14)*n! ]. ; 1,2,6,25,128,773,5413,43305,389748,3897481,42872296,514467563,6688078329,93633096607,1404496449117,22471943185883,382023034160027,6876414614880494,130651877682729387,2613037553654587746 add $0,1 mov $2,1 lpb $0 mul $2,$0 sub $0,1 div $1,14 add $1,$2 lpe mov $0,$1
23.384615
187
0.733553
6f4f54ae309178e24c4c6b2a9b908630f956c6ed
3,968
sql
SQL
mysql-exercise/partition/p.sql
mswdwk/code_test_records
6edda193c8c19607c2021e62b96b8ff0813c7208
[ "MIT" ]
1
2019-06-06T13:34:24.000Z
2019-06-06T13:34:24.000Z
mysql-exercise/partition/p.sql
mswdwk/code_test_records
6edda193c8c19607c2021e62b96b8ff0813c7208
[ "MIT" ]
null
null
null
mysql-exercise/partition/p.sql
mswdwk/code_test_records
6edda193c8c19607c2021e62b96b8ff0813c7208
[ "MIT" ]
null
null
null
-- -- Definition for database log -- DROP DATABASE IF EXISTS log; CREATE DATABASE IF NOT EXISTS log CHARACTER SET utf8 COLLATE utf8_general_ci; -- -- Set default database -- USE log; -- -- Definition for table tb_log -- CREATE TABLE IF NOT EXISTS tb_log ( id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, create...
30.75969
148
0.729839
4681ee0ba2d934822c0849c855819b8902f71be0
43,195
dart
Dart
lib/web_ui/test/canvaskit/canvas_golden_test.dart
caileishowshow/engine
ab2c00c77175a4498e1673aa0a0923aabd17284d
[ "BSD-3-Clause" ]
1
2021-05-20T05:58:41.000Z
2021-05-20T05:58:41.000Z
lib/web_ui/test/canvaskit/canvas_golden_test.dart
caileishowshow/engine
ab2c00c77175a4498e1673aa0a0923aabd17284d
[ "BSD-3-Clause" ]
1
2020-08-04T09:00:33.000Z
2020-08-04T09:00:33.000Z
lib/web_ui/test/canvaskit/canvas_golden_test.dart
godLoveY/engine
e2f0d6502eb8db75331ff2c44dc1f48de0b30a45
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:html' as html; import 'dart:math' as math; import 'dart:typed_data'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test....
32.38006
172
0.625281
180740298040c913934208589e8cf422e6930afc
1,038
swift
Swift
CoderQuotes/CoderQuotes/CardView.swift
viennarzc/CoderQuotes-iOS
77889444e4eb48bf3e5c1c961b9c55930131fb9a
[ "MIT" ]
null
null
null
CoderQuotes/CoderQuotes/CardView.swift
viennarzc/CoderQuotes-iOS
77889444e4eb48bf3e5c1c961b9c55930131fb9a
[ "MIT" ]
null
null
null
CoderQuotes/CoderQuotes/CardView.swift
viennarzc/CoderQuotes-iOS
77889444e4eb48bf3e5c1c961b9c55930131fb9a
[ "MIT" ]
null
null
null
// // CardView.swift // CoderQuotes // // Created by Viennarz Curtiz on 1/25/22. // import SwiftUI struct CardView: View { var viewModel: CardViewModel init(viewModel: CardViewModel) { self.viewModel = viewModel } var body: some View { ZStack { LinearG...
21.625
96
0.50578
d2dbccf26ac644ba1718303ed350b8439b2e7e32
890
php
PHP
routes/web.php
alexblokstra/Honden-pagina
66b5b481b4fe68bf64c747ddc0f46ebb9f489576
[ "MIT" ]
null
null
null
routes/web.php
alexblokstra/Honden-pagina
66b5b481b4fe68bf64c747ddc0f46ebb9f489576
[ "MIT" ]
4
2021-03-10T02:30:29.000Z
2022-02-26T21:34:34.000Z
routes/web.php
alexblokstra/Honden-pagina
66b5b481b4fe68bf64c747ddc0f46ebb9f489576
[ "MIT" ]
null
null
null
<?php /* |-------------------------------------------------------------------------- | Web Routes |-------------------------------------------------------------------------- | | Here is where you can register web routes for your application. These | routes are loaded by the RouteServiceProvider within a group which | ...
31.785714
75
0.576404
3087f842f5e22dd47409d4ff055105a8253280d6
670
htm
HTML
_data/Vol08_Ch0401-0429/HRS0417E/HRS_0417E-0003.htm
bronsonavila/hrsscraper
ecbb1048ab284af361fae78adb481eff554b067a
[ "MIT" ]
1
2019-02-22T10:35:29.000Z
2019-02-22T10:35:29.000Z
_data/Vol08_Ch0401-0429/HRS0417E/HRS_0417E-0003.htm
bronsonavila/hrsscraper
ecbb1048ab284af361fae78adb481eff554b067a
[ "MIT" ]
null
null
null
_data/Vol08_Ch0401-0429/HRS0417E/HRS_0417E-0003.htm
bronsonavila/hrsscraper
ecbb1048ab284af361fae78adb481eff554b067a
[ "MIT" ]
null
null
null
<div class="WordSection1"> <p class="RegularParagraphs"><b> §417E-3 Filing of solicitation materials.</b> Copies of all advertisements, circulars, letters, or other materials published by the offeror or the target company, soliciting or requesting the acceptance or rejection of the take-over offer, shall be filed with ...
167.5
602
0.789552
f746b24333e19d4a3204f51c7252f145bb17e75a
15,974
h
C
thirdparty/p7logger/Shared/DnsResolver.h
Throne3d/d912pxy
0fe44067baf6f7f01a17496e8eda640a4375c63b
[ "MIT" ]
1
2021-01-23T18:33:00.000Z
2021-01-23T18:33:00.000Z
thirdparty/p7logger/Shared/DnsResolver.h
GameFuzzy/d912pxy
69c66325eee53989be567a5967fa51ba3aaf25a8
[ "MIT" ]
null
null
null
thirdparty/p7logger/Shared/DnsResolver.h
GameFuzzy/d912pxy
69c66325eee53989be567a5967fa51ba3aaf25a8
[ "MIT" ]
null
null
null
//////////////////////////////////////////////////////////////////////////////// // / // 2012-2017 (c) Baical / // ...
30.77842
108
0.401778
ded9baad6f083d786cb0e32df92635dbf9455a3e
37
kts
Kotlin
settings.gradle.kts
Alotor/aoc-2018-kotlin
bf4007e7a6de6764c6fde8f2b26ce9957b266218
[ "BSD-4-Clause" ]
1
2018-12-03T09:35:58.000Z
2018-12-03T09:35:58.000Z
settings.gradle.kts
Alotor/aoc-2018-kotlin
bf4007e7a6de6764c6fde8f2b26ce9957b266218
[ "BSD-4-Clause" ]
null
null
null
settings.gradle.kts
Alotor/aoc-2018-kotlin
bf4007e7a6de6764c6fde8f2b26ce9957b266218
[ "BSD-4-Clause" ]
null
null
null
rootProject.name = "aoc-2018-kotlin"
18.5
36
0.756757
1fbfab327042fdc509f7d46ee42b8bd2fbe3bbff
226
css
CSS
static/custom.css
NigelThorne/aws-minecraft
b63714eb2290c7c933c6c37a46ab254d6496335b
[ "MIT" ]
26
2015-05-19T00:54:32.000Z
2020-06-10T10:49:00.000Z
static/custom.css
positron/aws-minecraft
0fb82f2e3acabf0771ceb808d221e8a63a033b5d
[ "MIT" ]
37
2019-10-28T19:34:36.000Z
2021-07-30T19:15:17.000Z
static/custom.css
NigelThorne/aws-minecraft
b63714eb2290c7c933c6c37a46ab254d6496335b
[ "MIT" ]
6
2017-08-02T00:54:43.000Z
2022-03-18T22:40:06.000Z
#start-button { font-size: 2em; height: 2.5em; } #log { margin-bottom: 0.5em; } label#server-size-label { display: inline-block; } .server-online:disabled { background-color: #18E55D; border-color: #00AC3A }
15.066667
29
0.650442
56a3840e1f9683321a9bfc8ae301aaf0b72363c0
272
tsx
TypeScript
app/components/Nav/Navbar.tsx
JosNun/RSAP
093682cc8e339a62d783113364bfdda3bbd094c0
[ "MIT" ]
null
null
null
app/components/Nav/Navbar.tsx
JosNun/RSAP
093682cc8e339a62d783113364bfdda3bbd094c0
[ "MIT" ]
null
null
null
app/components/Nav/Navbar.tsx
JosNun/RSAP
093682cc8e339a62d783113364bfdda3bbd094c0
[ "MIT" ]
null
null
null
import React from 'react'; import styled from 'styled-components'; const StyledNav = styled.nav` position: fixed; top: 0; left: 0; bottom: 0; width: 250px; background-color: skyblue; `; export default () => { return <StyledNav>Hi I’m a nav</StyledNav>; };
17
45
0.665441
9a8fd47061550962a81c1404dcf7e62d206c3393
1,050
sql
SQL
prisma/migrations/20220228124924_create_packages_relation/migration.sql
zagob/teste-admissao
c808b63a00f52304bc23a15464734d6fb019f4fc
[ "MIT" ]
null
null
null
prisma/migrations/20220228124924_create_packages_relation/migration.sql
zagob/teste-admissao
c808b63a00f52304bc23a15464734d6fb019f4fc
[ "MIT" ]
null
null
null
prisma/migrations/20220228124924_create_packages_relation/migration.sql
zagob/teste-admissao
c808b63a00f52304bc23a15464734d6fb019f4fc
[ "MIT" ]
null
null
null
/* Warnings: - You are about to drop the `Operations` table. If the table is not empty, all the data it contains will be lost. */ -- DropTable PRAGMA foreign_keys=off; DROP TABLE "Operations"; PRAGMA foreign_keys=on; -- CreateTable CREATE TABLE "operations" ( "id" TEXT NOT NULL PRIMARY KEY, "id_client" T...
31.818182
140
0.722857
49c1fbe6d999c43f730f41d5e1f4625d85be873d
87,665
html
HTML
site/projects/Discord/vDiscord/index.html
VikingTheDev/fivem-docs
3c1e33b38c2812c320a11171236e2a55edc630c0
[ "MIT" ]
null
null
null
site/projects/Discord/vDiscord/index.html
VikingTheDev/fivem-docs
3c1e33b38c2812c320a11171236e2a55edc630c0
[ "MIT" ]
null
null
null
site/projects/Discord/vDiscord/index.html
VikingTheDev/fivem-docs
3c1e33b38c2812c320a11171236e2a55edc630c0
[ "MIT" ]
null
null
null
<!doctype html> <html lang="en" class="no-js"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="shortcut icon" href="../../../assets/black.png"> <meta name="generator" content="mkdocs-1.1.2, mkdocs-ma...
47.566468
1,392
0.613392
fb39a8e385697c83c086b532291b6259f6f0385f
7,250
java
Java
src/main/java/com/sebbaindustries/warps/warp/Warp.java
SebbaIndustries/Warps-1.0
a79cedec7adb7fa3b1c65a507bacb773a225cfb2
[ "MIT" ]
null
null
null
src/main/java/com/sebbaindustries/warps/warp/Warp.java
SebbaIndustries/Warps-1.0
a79cedec7adb7fa3b1c65a507bacb773a225cfb2
[ "MIT" ]
null
null
null
src/main/java/com/sebbaindustries/warps/warp/Warp.java
SebbaIndustries/Warps-1.0
a79cedec7adb7fa3b1c65a507bacb773a225cfb2
[ "MIT" ]
null
null
null
package com.sebbaindustries.warps.warp; import com.sebbaindustries.warps.Core; import com.sebbaindustries.warps.warp.components.WarpLocation; import org.bukkit.Location; import org.bukkit.World; import org.bukkit.entity.Player; import org.jetbrains.annotations.NotNull; import java.util.HashMap; import java.util.Map; ...
23.848684
122
0.577931
5fbef265b072f2f0da1488d827872ef679579f2d
3,199
c
C
security/tee/csky/ck802t/test/testcases/aes/tw/aes_multi_ctx_test.c
jinlongliu/AliOS-Things
ce051172a775f987183e7aca88bb6f3b809ea7b0
[ "Apache-2.0" ]
6
2019-06-24T08:30:42.000Z
2021-12-26T21:15:27.000Z
security/tee/csky/ck802t/test/testcases/aes/tw/aes_multi_ctx_test.c
IamBaoMouMou/AliOS-Things
195a9160b871b3d78de6f8cf6c2ab09a71977527
[ "Apache-2.0" ]
3
2018-12-17T13:06:46.000Z
2018-12-28T01:40:59.000Z
security/tee/csky/ck802t/test/testcases/aes/tw/aes_multi_ctx_test.c
IamBaoMouMou/AliOS-Things
195a9160b871b3d78de6f8cf6c2ab09a71977527
[ "Apache-2.0" ]
9
2019-07-12T02:50:10.000Z
2021-08-20T17:24:36.000Z
/** * Copyright (C) 2015-2017 Alibaba Group Holding Limited */ #include "aes_test.h" int32_t aes_multi_ctx_test_v4(void) { tee_crypto_result ret; int32_t ctx_sz; uint8_t ctx1[TEST_AES_CTX_BUF_SZ]; uint8_t ctx2[TEST_AES_CTX_BUF_SZ]; uint8_t dst1[DATA_SIZE];...
29.348624
78
0.578931
1336e85f0dce4b0e492dd19e27cfdc77244095aa
1,287
swift
Swift
Eisenhower Todo/AddTask/Interactor/AddTaskInteractor.swift
gsabatie/EisenhowerTodoApp
723e7ab18cb0e2978c66b3217cdb025d58de5022
[ "MIT" ]
2
2018-03-16T23:46:15.000Z
2019-03-22T15:40:22.000Z
Eisenhower Todo/AddTask/Interactor/AddTaskInteractor.swift
gsabatie/EisenhowerTodoApp
723e7ab18cb0e2978c66b3217cdb025d58de5022
[ "MIT" ]
null
null
null
Eisenhower Todo/AddTask/Interactor/AddTaskInteractor.swift
gsabatie/EisenhowerTodoApp
723e7ab18cb0e2978c66b3217cdb025d58de5022
[ "MIT" ]
null
null
null
// // AddTaskAddTaskInteractor.swift // EisenhowerTodoApp // // Created by Guillaume Sabatie on 27/03/2018. // Copyright © 2018 EiseinhowerAppTeam. All rights reserved. // class AddTaskInteractor { var addTaskService: SaveTaskServiceInput! weak var output: AddTaskInteractorOutput! } extension AddTaskInt...
23.4
84
0.679099
5c8b7d1c58f87d3658dcaf037b4f13d1dca83d9b
209
sql
SQL
db-history/0005-postgres-portuguese-unaccent-corrigido.sql
mzabani/diarios-oficiais
257e573d6b0e6ee77a117047ba3e7f5cd73e0a8a
[ "BSD-3-Clause" ]
null
null
null
db-history/0005-postgres-portuguese-unaccent-corrigido.sql
mzabani/diarios-oficiais
257e573d6b0e6ee77a117047ba3e7f5cd73e0a8a
[ "BSD-3-Clause" ]
1
2020-05-12T22:55:59.000Z
2020-05-12T22:55:59.000Z
db-history/0005-postgres-portuguese-unaccent-corrigido.sql
mzabani/diarios-oficiais
257e573d6b0e6ee77a117047ba3e7f5cd73e0a8a
[ "BSD-3-Clause" ]
null
null
null
alter text search configuration portuguese alter mapping for word, hword, hword_part with unaccent, portuguese_stem; update paragrafodiario set portuguese_conteudo_tsvector=to_tsvector('portuguese', conteudo);
104.5
116
0.861244
acddfdf3e660a2c3f73255114f659e93b297a3fa
508
sql
SQL
ps_bus/banco/consultas_oracle.sql
gustavodsf/js_projects
91f045084b73b307b2932eb5e58b9ec60bcaca3b
[ "Apache-2.0" ]
null
null
null
ps_bus/banco/consultas_oracle.sql
gustavodsf/js_projects
91f045084b73b307b2932eb5e58b9ec60bcaca3b
[ "Apache-2.0" ]
null
null
null
ps_bus/banco/consultas_oracle.sql
gustavodsf/js_projects
91f045084b73b307b2932eb5e58b9ec60bcaca3b
[ "Apache-2.0" ]
null
null
null
/* ** Consulta que retorna os carros e os modelos */ select v.PLACAATUALVEIC,v.CAPACIDADETANQUEVEIC,v.PREFIXOVEIC,mc.DESCRICAOMODCARROC,fc.DESCRICAOMARCARROC,mch.DESCRICAOMODCHASSI,fch.DESCRICAOMARCHASSI from FRT_CADVEICULOS v JOIN FRT_MODCARROC mc ON mc.CODIGOMODCARROC = v.CODIGOMODCARROC JOIN FRT_MARCACARROC fc...
50.8
174
0.824803
928bab4297ae6ae757bb9f5e68f7c93ec7527728
3,959
h
C
include/loader.h
gmagno/igl
474d4151c657a31bb45a6b3b463811726ce63062
[ "MIT" ]
8
2020-07-30T15:12:17.000Z
2022-02-15T22:18:53.000Z
include/loader.h
gmagno/igl
474d4151c657a31bb45a6b3b463811726ce63062
[ "MIT" ]
null
null
null
include/loader.h
gmagno/igl
474d4151c657a31bb45a6b3b463811726ce63062
[ "MIT" ]
1
2020-08-02T22:58:41.000Z
2020-08-02T22:58:41.000Z
#ifndef __LOADER_H__ #define __LOADER_H__ #include "glad/glad.h" #include "spdlog/spdlog.h" #include "fmt/format.h" #include <iostream> #include <vector> #include <set> #include <string> #include <thread> #include <mutex> #include <chrono> #include <ctime> // localtime #include <sstream> // stringstream #include <i...
27.303448
108
0.566052
90bce34ca2fb209a2aced9753c4431c8e59303af
841
py
Python
sourcecode/12/12.2.3/wx_4.py
ydong08/PythonCode
268f538608917565cdfc8eadbd04101606314c97
[ "MIT" ]
null
null
null
sourcecode/12/12.2.3/wx_4.py
ydong08/PythonCode
268f538608917565cdfc8eadbd04101606314c97
[ "MIT" ]
null
null
null
sourcecode/12/12.2.3/wx_4.py
ydong08/PythonCode
268f538608917565cdfc8eadbd04101606314c97
[ "MIT" ]
null
null
null
#!/usr/bin/python # -*- coding: UTF-8 -*- import wx class MyFrame(wx.Frame): def __init__(self, parent): wx.Frame.__init__(self, parent,-1, 'Hello World', size=(300, 300)) panel = wx.Panel(self) sizer = wx.BoxSizer(wx.VERTICAL) panel.SetSizer(sizer) txt =...
22.72973
74
0.581451
f472de66afb471acc1c3e72841cac2e5899c32cd
5,853
go
Go
googleapis/ads/googleads/v3/errors/resource_access_denied_error.pb.go
qingqibing/go-genproto
c45acf45369a9d2fa234d9508b092aefb9cb9385
[ "Apache-2.0" ]
6
2018-05-11T20:42:12.000Z
2021-02-03T18:25:14.000Z
googleapis/ads/googleads/v3/errors/resource_access_denied_error.pb.go
qingqibing/go-genproto
c45acf45369a9d2fa234d9508b092aefb9cb9385
[ "Apache-2.0" ]
5
2018-04-17T19:03:06.000Z
2020-03-31T22:30:37.000Z
googleapis/ads/googleads/v3/errors/resource_access_denied_error.pb.go
qingqibing/go-genproto
c45acf45369a9d2fa234d9508b092aefb9cb9385
[ "Apache-2.0" ]
2
2018-11-12T15:05:06.000Z
2019-05-09T21:36:50.000Z
// Code generated by protoc-gen-go. DO NOT EDIT. // source: google/ads/googleads/v3/errors/resource_access_denied_error.proto package errors import ( fmt "fmt" math "math" proto "github.com/golang/protobuf/proto" _ "google.golang.org/genproto/googleapis/api/annotations" ) // Reference imports to suppress errors...
48.371901
234
0.760636
478d9a489b6cf486ee4cb5c1b28409665f43e044
464
html
HTML
with-bricks/index.html
Quellens/Brick-Breaker
fce5edb077b83ca25fc46bcca9d482ce0cf90a93
[ "MIT" ]
null
null
null
with-bricks/index.html
Quellens/Brick-Breaker
fce5edb077b83ca25fc46bcca9d482ce0cf90a93
[ "MIT" ]
null
null
null
with-bricks/index.html
Quellens/Brick-Breaker
fce5edb077b83ca25fc46bcca9d482ce0cf90a93
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Brick- Breaker Game</title> <link rel="stylesheet" type="text/css" href="styles.css"> </head> <body> <header> <h1 style="text-align: center; font-family: sans-serif ; font-size: 20px; color: lightblue; ">Brick-Breaker Game</h1> </...
25.777778
125
0.627155
abd5913f6fe7cb168d7a9712a5dbd916ac91edea
11,108
rb
Ruby
spec/bea_api/client_spec.rb
hoersten/bea_api
83132bd0983fc7db60acf6f5076cc7e9605fa90d
[ "MIT" ]
1
2020-04-19T20:32:03.000Z
2020-04-19T20:32:03.000Z
spec/bea_api/client_spec.rb
hoersten/bea_api
83132bd0983fc7db60acf6f5076cc7e9605fa90d
[ "MIT" ]
null
null
null
spec/bea_api/client_spec.rb
hoersten/bea_api
83132bd0983fc7db60acf6f5076cc7e9605fa90d
[ "MIT" ]
1
2020-06-15T18:25:54.000Z
2020-06-15T18:25:54.000Z
require 'spec_helper' describe BeaApi::Client do describe 'client initialization' do it 'should not initialize without an api_key' do expect { BeaApi::Client.new(nil) }.to raise_error(ArgumentError) end it 'should not initialize with an invalid api_key' do VCR.use_cassette('initialize_clie...
41.140741
183
0.620994
3d5218d0a1d770129704a60c587ec57da6f88a08
911
rs
Rust
workspace/.cargo/vendored-sources/swiss-army-knife-0.0.22/src/simd_compatibility/x86_64/avx2/_mm256_movemask_epi64.rs
raphaelcohn/security-keys-rust
bb13c7b62f80adeb19983321744ca594bb7d0775
[ "MIT" ]
null
null
null
workspace/.cargo/vendored-sources/swiss-army-knife-0.0.22/src/simd_compatibility/x86_64/avx2/_mm256_movemask_epi64.rs
raphaelcohn/security-keys-rust
bb13c7b62f80adeb19983321744ca594bb7d0775
[ "MIT" ]
null
null
null
workspace/.cargo/vendored-sources/swiss-army-knife-0.0.22/src/simd_compatibility/x86_64/avx2/_mm256_movemask_epi64.rs
raphaelcohn/security-keys-rust
bb13c7b62f80adeb19983321744ca594bb7d0775
[ "MIT" ]
null
null
null
// This file is part of linux-support. It is subject to the license terms in the COPYRIGHT file found in the top-level directory of this distribution and at https://raw.githubusercontent.com/lemonrock/linux-support/master/COPYRIGHT. No part of linux-support, including this file, may be copied, modified, propagated, or ...
70.076923
394
0.784852
f9d2564a5cfeb331a62711c14bb315881079771b
609
go
Go
common/common.go
albert05/wxapi.credit
04c5d20e6ead19c650e01037a416dbbb7884c676
[ "MIT" ]
null
null
null
common/common.go
albert05/wxapi.credit
04c5d20e6ead19c650e01037a416dbbb7884c676
[ "MIT" ]
null
null
null
common/common.go
albert05/wxapi.credit
04c5d20e6ead19c650e01037a416dbbb7884c676
[ "MIT" ]
null
null
null
package common import ( "strings" "strconv" "fmt" ) func CheckParams(params map[string]string, keys []string) bool { for _, k := range keys { if val, ok := params[k]; !ok || strings.TrimSpace(val) == "" { return false } } return true } func Str2Int(s string) int { s1, _ := strconv.ParseInt(s, 10, 64) ...
15.615385
74
0.64532
4b17a496d368b128862010fb9169aed4cb4c7e75
2,905
html
HTML
workspace/9140277281fb04d03e16ea5811ac45cc/views/ViewGoogleMaps.html
DuoSoftware/DevStudio-Redux
8fb65890f937e625c200b387aa4411dfb0985a1b
[ "MIT" ]
null
null
null
workspace/9140277281fb04d03e16ea5811ac45cc/views/ViewGoogleMaps.html
DuoSoftware/DevStudio-Redux
8fb65890f937e625c200b387aa4411dfb0985a1b
[ "MIT" ]
null
null
null
workspace/9140277281fb04d03e16ea5811ac45cc/views/ViewGoogleMaps.html
DuoSoftware/DevStudio-Redux
8fb65890f937e625c200b387aa4411dfb0985a1b
[ "MIT" ]
null
null
null
<md-content layout-margin flex layout="column" style="overflow:hidden"> <div layout="row" flex> <div id="map" style="border:solid 1px;" flex="75"></div> <div id="details" layout-margin flex="25"> <md-input-container> <label>Vehicle Type</label> <md-select ng-model="filter_type" ...
50.086207
90
0.577281
4c85c3f7d30002e03f2103e69af3222c9dfec6ab
440
kt
Kotlin
kotlin/src/main/kotlin/com/orange/dojo/elephantcarpaccio/Demo.kt
bastiendavid/dojo-elephant-carpaccio
2200c66075499088f07e4c26ce4680599cedb4c2
[ "MIT" ]
null
null
null
kotlin/src/main/kotlin/com/orange/dojo/elephantcarpaccio/Demo.kt
bastiendavid/dojo-elephant-carpaccio
2200c66075499088f07e4c26ce4680599cedb4c2
[ "MIT" ]
2
2019-05-25T08:22:25.000Z
2019-06-30T16:14:53.000Z
kotlin/src/main/kotlin/com/orange/dojo/elephantcarpaccio/Demo.kt
bastiendavid/dojo-elephant-carpaccio
2200c66075499088f07e4c26ce4680599cedb4c2
[ "MIT" ]
2
2019-06-28T12:14:08.000Z
2021-06-22T09:42:10.000Z
package com.orange.dojo.elephantcarpaccio import com.orange.dojo.elephantcarpaccio.terminal.Terminal object Demo { @JvmStatic fun main(args: Array<String>) { demo() } private fun demo() { val terminal = Terminal() val name = terminal.whatIsYourName() terminal.display...
20
58
0.634091
e785290ba7eff8e23f6a6c38a1bccac645c378b0
329
js
JavaScript
webui/src/app/core/providers.resource.js
roson9527/traefik-grpc
dae28f7f1739677d4cc1f5679463f81c605ef999
[ "MIT" ]
null
null
null
webui/src/app/core/providers.resource.js
roson9527/traefik-grpc
dae28f7f1739677d4cc1f5679463f81c605ef999
[ "MIT" ]
null
null
null
webui/src/app/core/providers.resource.js
roson9527/traefik-grpc
dae28f7f1739677d4cc1f5679463f81c605ef999
[ "MIT" ]
1
2016-12-29T11:41:07.000Z
2016-12-29T11:41:07.000Z
'use strict'; var angular = require('angular'); var traefikCoreProvider = 'traefik.core.provider'; module.exports = traefikCoreProvider; angular .module(traefikCoreProvider, ['ngResource']) .factory('Providers', Providers); /** @ngInject */ function Providers($resource) { return $resource('../api/provide...
23.5
50
0.705167
50710858fbf22783f91108aae66257b9dc373f12
323,128
html
HTML
docs/skates/2017/E.html
klavs/db-lv
eb363e9037e514feb1885db7630885bc84cf2545
[ "MIT" ]
null
null
null
docs/skates/2017/E.html
klavs/db-lv
eb363e9037e514feb1885db7630885bc84cf2545
[ "MIT" ]
null
null
null
docs/skates/2017/E.html
klavs/db-lv
eb363e9037e514feb1885db7630885bc84cf2545
[ "MIT" ]
null
null
null
<!doctype html> <html lang="lv"> <head itemscope itemtype="http://schema.org/WebSite" > <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': ...
73.006778
345
0.385151
ebbf6a2337fc48038b47de1a1b671c9f145f2a64
539
swift
Swift
Sources/ComposableArchitectureTestSupport/Reducer.swift
oskarek/swift-composable-architecture
b40959cb993d7c77e5da6253ae553880073b2b27
[ "MIT" ]
1
2020-09-04T16:29:18.000Z
2020-09-04T16:29:18.000Z
Sources/ComposableArchitectureTestSupport/Reducer.swift
muukii/swift-composable-architecture
13ad378da204bd4ec96eed5ac1832ac67048f6b3
[ "MIT" ]
null
null
null
Sources/ComposableArchitectureTestSupport/Reducer.swift
muukii/swift-composable-architecture
13ad378da204bd4ec96eed5ac1832ac67048f6b3
[ "MIT" ]
1
2021-02-26T11:14:36.000Z
2021-02-26T11:14:36.000Z
import ComposableArchitecture extension Reducer { public func callAsFunction( _ state: State, _ action: Action, _ environment: Environment ) -> (State, Effect<Action, Never>) { var state = state let effects = self.callAsFunction(&state, action, environment) return (state, effects) } } ex...
21.56
66
0.669759
682915749d1f93b86bb5e32116652fc272c0e1c3
2,868
lua
Lua
modules/warning-manager.lua
object-Object/Yotogi
31014cde6cad02c2449588e55d8e2631df88974a
[ "MIT" ]
3
2020-09-01T01:12:08.000Z
2021-11-20T13:20:34.000Z
modules/warning-manager.lua
object-Object/Yot
31014cde6cad02c2449588e55d8e2631df88974a
[ "MIT" ]
14
2020-04-15T04:46:25.000Z
2020-10-01T21:36:11.000Z
modules/warning-manager.lua
object-Object/Yot
31014cde6cad02c2449588e55d8e2631df88974a
[ "MIT" ]
null
null
null
local utils = require("../miscUtils") local commandHandler = require("../commandHandler") local moduleHandler = require("../moduleHandler") local options = require("../options") return { name = "warning-manager", description = "Runs once per minute to remove any active warnings that have expired.", visible ...
51.214286
192
0.702929
ffe900a8315b168e182c618076bd0f0bafb177f0
562
kt
Kotlin
generated-sources/kotlin-spring/mojang-authentication/src/main/kotlin/com/github/asyncmc/mojang/authentication/kotlin/spring/model/UsernamePassword.kt
AsyncMC/Mojang-API-Libs
b01bbd2bce44bfa2b9ed705a128cf4ecda077916
[ "Apache-2.0" ]
null
null
null
generated-sources/kotlin-spring/mojang-authentication/src/main/kotlin/com/github/asyncmc/mojang/authentication/kotlin/spring/model/UsernamePassword.kt
AsyncMC/Mojang-API-Libs
b01bbd2bce44bfa2b9ed705a128cf4ecda077916
[ "Apache-2.0" ]
null
null
null
generated-sources/kotlin-spring/mojang-authentication/src/main/kotlin/com/github/asyncmc/mojang/authentication/kotlin/spring/model/UsernamePassword.kt
AsyncMC/Mojang-API-Libs
b01bbd2bce44bfa2b9ed705a128cf4ecda077916
[ "Apache-2.0" ]
null
null
null
package com.github.asyncmc.mojang.authentication.kotlin.spring.model import java.util.Objects import com.fasterxml.jackson.annotation.JsonProperty import javax.validation.Valid import javax.validation.constraints.* /** * * @param username The Mojang account e-mail or username. Never store it. * @param password Th...
23.416667
73
0.729537
3c13a99ff8d615bac050626c35a3d091bded094d
2,529
swift
Swift
tools/Tabula Rasa/TabulaRasaData.swift
dagronf/csvlib
790f48b7bc9d361508ea4b3fc3e9a2c962da0a47
[ "MIT" ]
1
2020-01-20T16:07:12.000Z
2020-01-20T16:07:12.000Z
tools/Tabula Rasa/TabulaRasaData.swift
dagronf/csvlib
790f48b7bc9d361508ea4b3fc3e9a2c962da0a47
[ "MIT" ]
null
null
null
tools/Tabula Rasa/TabulaRasaData.swift
dagronf/csvlib
790f48b7bc9d361508ea4b3fc3e9a2c962da0a47
[ "MIT" ]
null
null
null
// // TabulaRasaData.swift // Tabula Rasa // // Created by Darren Ford on 13/10/18. // Copyright © 2018 Darren Ford. All rights reserved. // import Cocoa class TabulaRasaData: NSObject { private let url: URL private var cancelled: Bool = false private var loading: Bool = false private let group = DispatchGro...
21.252101
119
0.665876
e30ed4919219327a4c56483f299d58076dce3f2a
432
dart
Dart
lib/app/bindings/app_binding.dart
BookAppPA/MobileApp
e8bcba534e681cf2a3fbc54438c02aafcaa1a32e
[ "MIT" ]
3
2021-07-01T14:33:44.000Z
2021-07-01T18:33:18.000Z
lib/app/bindings/app_binding.dart
BookAppPA/MobileApp
e8bcba534e681cf2a3fbc54438c02aafcaa1a32e
[ "MIT" ]
null
null
null
lib/app/bindings/app_binding.dart
BookAppPA/MobileApp
e8bcba534e681cf2a3fbc54438c02aafcaa1a32e
[ "MIT" ]
null
null
null
import 'package:book_app/app/data/repository/user_repository.dart'; import 'package:book_app/app/modules/splashscreen/splashscreen_controller.dart'; import 'package:get/get.dart'; import '../modules/widgets_global/my_check_internet.dart'; class AppBinding extends Bindings { @override void dependencies() { Get...
33.230769
80
0.789352
c5f15d0d16b2f258929b90eab1e4f120994ebc64
1,520
cpp
C++
aws-cpp-sdk-pinpoint-email/source/model/DeliveryOptions.cpp
lintonv/aws-sdk-cpp
15e19c265ffce19d2046b18aa1b7307fc5377e58
[ "Apache-2.0" ]
1
2022-02-12T08:09:30.000Z
2022-02-12T08:09:30.000Z
aws-cpp-sdk-pinpoint-email/source/model/DeliveryOptions.cpp
lintonv/aws-sdk-cpp
15e19c265ffce19d2046b18aa1b7307fc5377e58
[ "Apache-2.0" ]
1
2021-10-14T16:57:00.000Z
2021-10-18T10:47:24.000Z
aws-cpp-sdk-pinpoint-email/source/model/DeliveryOptions.cpp
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-11-09T11:58:03.000Z
2021-11-09T11:58:03.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/pinpoint-email/model/DeliveryOptions.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aws ...
20
89
0.743421
3832458db8356c0b901e316faffa59fba96d49bb
286
dart
Dart
example/lib/src/feature/navigation/navigation_state.dart
alien190/ApphudSDK-Flutter
1d8cab80aff5857f6007618dce2d23b80d4c750b
[ "MIT" ]
1
2022-01-10T03:06:34.000Z
2022-01-10T03:06:34.000Z
example/lib/src/feature/navigation/navigation_state.dart
alien190/ApphudSDK-Flutter
1d8cab80aff5857f6007618dce2d23b80d4c750b
[ "MIT" ]
2
2021-04-12T09:54:07.000Z
2021-09-01T21:27:32.000Z
example/lib/src/feature/navigation/navigation_state.dart
alien190/ApphudSDK-Flutter
1d8cab80aff5857f6007618dce2d23b80d4c750b
[ "MIT" ]
2
2021-04-11T05:00:24.000Z
2021-08-09T09:15:05.000Z
import 'package:freezed_annotation/freezed_annotation.dart'; part 'navigation_state.freezed.dart'; @freezed class NavigationState with _$NavigationState { const NavigationState._(); const factory NavigationState.start() = Start; const factory NavigationState.home() = Home; }
22
60
0.783217
f9aa13273e114002b7b4a5bcf7bd7cab495d8d5c
819
ps1
PowerShell
package.ps1
Archive360/PoshConsole
695e038a0421c6ed1f8cefea76dae1cb605b218c
[ "MS-PL" ]
76
2015-07-26T01:29:15.000Z
2022-02-13T22:25:35.000Z
package.ps1
Archive360/PoshConsole
695e038a0421c6ed1f8cefea76dae1cb605b218c
[ "MS-PL" ]
14
2015-07-24T19:52:47.000Z
2021-08-31T11:48:31.000Z
package.ps1
Archive360/PoshConsole
695e038a0421c6ed1f8cefea76dae1cb605b218c
[ "MS-PL" ]
21
2016-02-16T23:27:22.000Z
2022-03-06T22:58:31.000Z
[CmdletBinding()]param( $ProjectName = "PoshCode.PoshConsole" ) pushd $PSScriptRoot msbuild /p:Configuration=Release nuget pack "${ProjectName}\${ProjectName}.csproj" -Symbols -IncludeReferencedProjects nuget pack "${ProjectName}\${ProjectName}.csproj" -IncludeReferencedProjects -Exclude "**\*.pdb;**\*.cs" $pack...
39
112
0.699634
f9a719b96f451fcff0c9e02c09ed7558b8f1e1a9
1,804
lua
Lua
src/usrbin/scrshare.lua
jordyvl/VLWARE-OS
1d32a42f41ae4e1a4e963b640b435d3e280ecf5b
[ "MIT" ]
null
null
null
src/usrbin/scrshare.lua
jordyvl/VLWARE-OS
1d32a42f41ae4e1a4e963b640b435d3e280ecf5b
[ "MIT" ]
null
null
null
src/usrbin/scrshare.lua
jordyvl/VLWARE-OS
1d32a42f41ae4e1a4e963b640b435d3e280ecf5b
[ "MIT" ]
null
null
null
local tArgs = {...} if #tArgs < 1 then print("Usage: scrshare <monitor>") return end local mon = peripheral.wrap(tArgs[1]) if not mon then printError("Invalid monitor side or number") return end mon.setBackgroundColor(colors.gray) mon.setTextScale(1) mon.clear() local w, h = term.native().getSize() local win = w...
21.223529
67
0.679047
5be72474f4403f0ab655a5f6cd83678b3266da9a
256
h
C
siRuiLogistics/View/Profile/Order/Cell/KLOrderGoodDetailInfoTableViewCell.h
desunire/logisticsShop
6659f04e2cc3ff05a60d62a607d6b1ee59cf1ae3
[ "Apache-2.0" ]
null
null
null
siRuiLogistics/View/Profile/Order/Cell/KLOrderGoodDetailInfoTableViewCell.h
desunire/logisticsShop
6659f04e2cc3ff05a60d62a607d6b1ee59cf1ae3
[ "Apache-2.0" ]
null
null
null
siRuiLogistics/View/Profile/Order/Cell/KLOrderGoodDetailInfoTableViewCell.h
desunire/logisticsShop
6659f04e2cc3ff05a60d62a607d6b1ee59cf1ae3
[ "Apache-2.0" ]
null
null
null
// // KLOrderGoodDetailInfoTableViewCell.h // siRuiLogistics // // Created by desunire on 2017/9/27. // Copyright © 2017年 desunire. All rights reserved. // #import <UIKit/UIKit.h> @interface KLOrderGoodDetailInfoTableViewCell : UITableViewCell @end
18.285714
63
0.75
aa49d70f8045048691de0e9f2e2896bb868ccc90
1,229
psm1
PowerShell
Protect-String/ConvertTo-Hash.psm1
michaelrhyndress/PowershellModules
ba6f219ec2cccadbbb364fd1b1addc714d3d8f8f
[ "MIT" ]
1
2019-02-25T20:50:32.000Z
2019-02-25T20:50:32.000Z
Protect-String/ConvertTo-Hash.psm1
michaelrhyndress/PowershellModules
ba6f219ec2cccadbbb364fd1b1addc714d3d8f8f
[ "MIT" ]
null
null
null
Protect-String/ConvertTo-Hash.psm1
michaelrhyndress/PowershellModules
ba6f219ec2cccadbbb364fd1b1addc714d3d8f8f
[ "MIT" ]
null
null
null
function ConvertTo-Hash { Param ( [Parameter(Mandatory=$true)][String] $String, [Parameter(Mandatory=$false)][String] $Salt = "Pr0TectM3!", [Parameter(Mandatory=$false)][ValidateSet("MD5", "RIPEMD160", ...
34.138889
109
0.551668
027d706ceac8af5e3501df4ececf0d89a4f6afd1
859
dart
Dart
lib/data/api/request/recipe/recipe_request.dart
KazaKago/cueue_flutter
d1286e648417917698822577ce1eced0feb008b3
[ "Apache-2.0" ]
null
null
null
lib/data/api/request/recipe/recipe_request.dart
KazaKago/cueue_flutter
d1286e648417917698822577ce1eced0feb008b3
[ "Apache-2.0" ]
null
null
null
lib/data/api/request/recipe/recipe_request.dart
KazaKago/cueue_flutter
d1286e648417917698822577ce1eced0feb008b3
[ "Apache-2.0" ]
null
null
null
import 'package:freezed_annotation/freezed_annotation.dart'; part 'recipe_request.freezed.dart'; part 'recipe_request.g.dart'; @freezed class RecipeRequest with _$RecipeRequest { const factory RecipeRequest({ // ignore: invalid_annotation_target @JsonKey(name: 'title') required final String title, // ig...
37.347826
99
0.752037
8695e83ea8edaa30b461dd41061e163618beefea
2,478
sql
SQL
test.sql
Vrroom/DB-Project
9a37ad106eb44f2a5a075f22596d3e3014a46149
[ "PostgreSQL" ]
4
2021-05-04T18:02:04.000Z
2021-06-19T03:14:51.000Z
test.sql
Vrroom/parallel-qo-postgres
9a37ad106eb44f2a5a075f22596d3e3014a46149
[ "PostgreSQL" ]
null
null
null
test.sql
Vrroom/parallel-qo-postgres
9a37ad106eb44f2a5a075f22596d3e3014a46149
[ "PostgreSQL" ]
2
2019-07-22T10:37:01.000Z
2019-10-04T06:46:53.000Z
/* * Queries taken from: * 1. https://github.com/hpausiello/SQL-pagila-queries * 2. https://github.com/joelsotelods/sakila-db-queries */ select count(*) from actor, film_actor; select count(*) from actor, film_actor, film, inventory where actor.actor_id = film_actor.actor_id and film_actor.film_id = film.film...
47.653846
308
0.770783
b1ca06aaf663a97bf3acd6daacf5d6700279272e
631
psm1
PowerShell
Company.Standards/Company.Standards.psm1
My-Random-Thoughts/Various-Code
9dcb2e7ae5820717759d91c34f80b96c627fa730
[ "MIT" ]
24
2017-01-04T02:18:39.000Z
2022-03-02T03:52:42.000Z
Company.Standards/Company.Standards.psm1
My-Random-Thoughts/Various-Code
9dcb2e7ae5820717759d91c34f80b96c627fa730
[ "MIT" ]
null
null
null
Company.Standards/Company.Standards.psm1
My-Random-Thoughts/Various-Code
9dcb2e7ae5820717759d91c34f80b96c627fa730
[ "MIT" ]
11
2016-11-26T16:30:51.000Z
2022-02-12T20:28:31.000Z
# Get public and private function definition files. $public = @( Get-ChildItem -Path $PSScriptRoot\public\*.ps1 -ErrorAction SilentlyContinue ) $private = @( Get-ChildItem -Path $PSScriptRoot\private\*.ps1 -ErrorAction SilentlyContinue ) # Dot source the files ForEach ($import in @($public + $private)) { T...
37.117647
94
0.676704
9946ae90419300fe1727ecf02176443c5c3ea14d
1,384
h
C
PrivateFrameworks/Safari/BookmarkSummaryFetchOperation.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
17
2018-11-13T04:02:58.000Z
2022-01-20T09:27:13.000Z
PrivateFrameworks/Safari/BookmarkSummaryFetchOperation.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
3
2018-04-06T02:02:27.000Z
2018-10-02T01:12:10.000Z
PrivateFrameworks/Safari/BookmarkSummaryFetchOperation.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
1
2018-09-28T13:54:23.000Z
2018-09-28T13:54:23.000Z
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "WBSSiteMetadataFetchOperation.h" #import "FetcherDelegate.h" @class NSString, WebKitPreferencesManager; __attribute__((visibility("hidden"))) @interface BookmarkSummaryF...
33.756098
146
0.782514
6e450cd591ad308a449a5c6b8868817b46cf8c15
1,017
kt
Kotlin
core/src/test/kotlin/com/oneeyedmen/minutest/examples/DerivedContextExampleTests.kt
npryce/minutest
741acdd0349a6e169eb687a5ab4054aedc7eceab
[ "Apache-2.0" ]
1
2021-11-20T06:47:48.000Z
2021-11-20T06:47:48.000Z
core/src/test/kotlin/com/oneeyedmen/minutest/examples/DerivedContextExampleTests.kt
npryce/minutest
741acdd0349a6e169eb687a5ab4054aedc7eceab
[ "Apache-2.0" ]
null
null
null
core/src/test/kotlin/com/oneeyedmen/minutest/examples/DerivedContextExampleTests.kt
npryce/minutest
741acdd0349a6e169eb687a5ab4054aedc7eceab
[ "Apache-2.0" ]
null
null
null
package com.oneeyedmen.minutest.examples import com.oneeyedmen.minutest.junit.JupiterTests import com.oneeyedmen.minutest.junit.context import org.junit.jupiter.api.Assertions.assertEquals class DerivedContextExampleTests : JupiterTests { data class Fruit(val name: String) data class FruitDrink(val fruit: ...
25.425
72
0.611603
52ea906ef5fc2de6bab02537e8f7ee410ad80554
3,968
dart
Dart
lib/screens/categories-screen.dart
ajmal110/Ente
13a6dcb17bd244777cc31a5caeae8e1413f35cdd
[ "MIT" ]
null
null
null
lib/screens/categories-screen.dart
ajmal110/Ente
13a6dcb17bd244777cc31a5caeae8e1413f35cdd
[ "MIT" ]
null
null
null
lib/screens/categories-screen.dart
ajmal110/Ente
13a6dcb17bd244777cc31a5caeae8e1413f35cdd
[ "MIT" ]
null
null
null
import 'package:flutter/material.dart'; import 'package:getwidget/getwidget.dart'; import 'package:plantStore/screens/home.dart'; import 'package:provider/provider.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; import '../widgets/main-drawer.dart'; import './cart-screen.dart'; import '../widgets...
34.206897
80
0.499244
a09cdc360344cabb0388f6ec0a95fcf5a3511aac
2,607
sql
SQL
conf/evolutions/default/1.sql
tOba1357/twitter
9d4f6db48fe6108ae162e283e6612d85e026ee46
[ "Apache-2.0" ]
null
null
null
conf/evolutions/default/1.sql
tOba1357/twitter
9d4f6db48fe6108ae162e283e6612d85e026ee46
[ "Apache-2.0" ]
null
null
null
conf/evolutions/default/1.sql
tOba1357/twitter
9d4f6db48fe6108ae162e283e6612d85e026ee46
[ "Apache-2.0" ]
null
null
null
# --- Created by Ebean DDL # To stop Ebean DDL generation, remove this comment and start using Evolutions # --- !Ups create table tbl_timeline ( id bigint auto_increment not null, user_id bigint, retweet_user_id bigint, tweet_id bigint, ...
38.910448
167
0.716532
32246522a852bf8617a940fa8659d5e876e6c930
2,672
ps1
PowerShell
tests/functions/disk/Initialize-PSDCVhdDisk.Tests.ps1
bertvanlandeghem/PSDatabaseClone
2d47cd30b9143994008668c556c605b68362fddb
[ "MIT" ]
null
null
null
tests/functions/disk/Initialize-PSDCVhdDisk.Tests.ps1
bertvanlandeghem/PSDatabaseClone
2d47cd30b9143994008668c556c605b68362fddb
[ "MIT" ]
null
null
null
tests/functions/disk/Initialize-PSDCVhdDisk.Tests.ps1
bertvanlandeghem/PSDatabaseClone
2d47cd30b9143994008668c556c605b68362fddb
[ "MIT" ]
null
null
null
$commandname = $MyInvocation.MyCommand.Name.Replace(".Tests.ps1", "") . "$PSScriptRoot\..\constants.ps1" #. "$PSScriptRoot\..\constants.ps1" Describe "$CommandName Unit Tests" -Tag 'UnitTests' { Context "Validate parameters" { [object[]]$params = (Get-ChildItem Function:\Initialize-PSDCVhdDisk).Parameters....
33.4
185
0.611527
7474bc0bd4fc0fe303835c5f16ca8c21e35d23bf
405
html
HTML
Sierpinski Triangle Image Generator/triangle/target/doc/winapi/um/ntsecapi/KERB_ETYPE_RC4_HMAC_OLD_EXP.v.html
dominikrosser/Rust-Practice
4441a1cfb6708aa461cd7c2a57e81af5b22ccbb5
[ "Unlicense" ]
null
null
null
Sierpinski Triangle Image Generator/triangle/target/doc/winapi/um/ntsecapi/KERB_ETYPE_RC4_HMAC_OLD_EXP.v.html
dominikrosser/Rust-Practice
4441a1cfb6708aa461cd7c2a57e81af5b22ccbb5
[ "Unlicense" ]
null
null
null
Sierpinski Triangle Image Generator/triangle/target/doc/winapi/um/ntsecapi/KERB_ETYPE_RC4_HMAC_OLD_EXP.v.html
dominikrosser/Rust-Practice
4441a1cfb6708aa461cd7c2a57e81af5b22ccbb5
[ "Unlicense" ]
null
null
null
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=constant.KERB_ETYPE_RC4_HMAC_OLD_EXP.html"> </head> <body> <p>Redirecting to <a href="constant.KERB_ETYPE_RC4_HMAC_OLD_EXP.html">constant.KERB_ETYPE_RC4_HMAC_OLD_EXP.html</a>...</p> <script>location.replace("constant.KERB_ETYP...
40.5
126
0.745679
9c01474cd64056d4e8ba049fb241d9ebb221a4d4
543
js
JavaScript
src/controllers/auth/signUp.js
Talar1997/profiling-api
57f08ef20ac7306bf9d4c5978ca6814e89c0a435
[ "MIT" ]
null
null
null
src/controllers/auth/signUp.js
Talar1997/profiling-api
57f08ef20ac7306bf9d4c5978ca6814e89c0a435
[ "MIT" ]
null
null
null
src/controllers/auth/signUp.js
Talar1997/profiling-api
57f08ef20ac7306bf9d4c5978ca6814e89c0a435
[ "MIT" ]
null
null
null
const handleError = require('../../api/middleware/errorHandler') const successResponse = require('./../response/successResponse') const {status} = require('../../config/constants/statusCodes') const UserService = require('./../../services/userService') module.exports = () => async (req, res, next) => { try { ...
36.2
65
0.653775
b9869f8466664a7ec9eaae62f829b1dd86e50fc1
7,078
lua
Lua
AwemeLike/Effect/effect.bundle/转场/电视开机/event.lua
ZZZZou/AwemeLike
76191ebb773b8051318a29d31aa0870b837b534f
[ "MIT" ]
143
2019-12-09T06:23:26.000Z
2022-03-21T02:03:25.000Z
AwemeLike/Effect/effect.bundle/转场/电视开机/event.lua
ZZZZou/AwemeLike
76191ebb773b8051318a29d31aa0870b837b534f
[ "MIT" ]
9
2019-12-11T06:07:18.000Z
2021-04-15T08:36:39.000Z
AwemeLike/Effect/effect.bundle/转场/电视开机/event.lua
ZZZZou/AwemeLike
76191ebb773b8051318a29d31aa0870b837b534f
[ "MIT" ]
46
2019-12-10T03:10:15.000Z
2021-12-25T13:49:14.000Z
local Sticker2DV3 = { playClip = function(this, path, entityName, clipName, playTimes, playSpeed) local feature = this:getFeature(path) local feature_2dv3 = EffectSdk.castSticker2DV3Feature(feature) if (feature_2dv3) then feature_2dv3:resetClip(entityName, clipName) f...
36.484536
141
0.598192
987803d7963746937b9ac925eb133536f8b23898
40
html
HTML
src/app/bread-crumb-sample/parent1-child1-child1/parent1-child1-child1.component.html
VahidN/angular-template-driven-forms-lab
dc77a18f857e8b4dfec4ae222be8387a0bb68e49
[ "Apache-2.0" ]
33
2017-07-08T18:58:21.000Z
2020-08-21T06:14:17.000Z
src/app/bread-crumb-sample/parent1-child1-child1/parent1-child1-child1.component.html
VahidN/angular-template-driven-forms-lab
dc77a18f857e8b4dfec4ae222be8387a0bb68e49
[ "Apache-2.0" ]
2
2018-04-09T19:28:42.000Z
2020-06-24T18:15:38.000Z
src/app/bread-crumb-sample/parent1-child1-child1/parent1-child1-child1.component.html
VahidN/angular-template-driven-forms-lab
dc77a18f857e8b4dfec4ae222be8387a0bb68e49
[ "Apache-2.0" ]
10
2017-08-04T18:50:04.000Z
2020-02-02T10:45:03.000Z
<p> parent1-child1-child1 works! </p>
10
30
0.65
a1f9b17ee9a56bdaaeca5181826ec42395c893cf
2,153
h
C
Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/Fuse.Controls.PageIndicator.h
marferfer/SpinOff-LoL
a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8
[ "Apache-2.0" ]
null
null
null
Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/Fuse.Controls.PageIndicator.h
marferfer/SpinOff-LoL
a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8
[ "Apache-2.0" ]
null
null
null
Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/Fuse.Controls.PageIndicator.h
marferfer/SpinOff-LoL
a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8
[ "Apache-2.0" ]
null
null
null
// This file was generated based on C:/Users/JuanJose/AppData/Local/Fusetools/Packages/Fuse.Controls.Navigation/1.9.0/PageIndicator.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Fuse.Animations.IResize.h> #include <Fuse.Binding.h> #include <Fuse.Controls.StackPanel.h> #i...
37.12069
136
0.776126
acb04e8e8cf9e1fcce08219896900d6fda0c7e49
2,466
cpp
C++
src/Dijkstra.cpp
joshuainovero/Maze-Image-Generator
b913c97fa92a80c29befae32cd1cbcc350acb12a
[ "MIT" ]
null
null
null
src/Dijkstra.cpp
joshuainovero/Maze-Image-Generator
b913c97fa92a80c29befae32cd1cbcc350acb12a
[ "MIT" ]
null
null
null
src/Dijkstra.cpp
joshuainovero/Maze-Image-Generator
b913c97fa92a80c29befae32cd1cbcc350acb12a
[ "MIT" ]
null
null
null
/***************************************************************************** * * MazeImage++ - A library that generates maze images * Copyright (C) - 2021 Joshua Inovero (joshinovero@gmail.com) * * File: Dijkstra.cpp * Implementation file for Dijkstra.h * * You may opt to use, copy, modify, merge, publish,...
34.25
99
0.565693
532ca5207835f8c1ec4273db9a80ff803f306f9f
186
sql
SQL
chapter_005/src/main/resources/schema.sql
muizzk/job4j
4c356d5e0a9b942dad9882eb7a1bc03a57478e5e
[ "Apache-2.0" ]
2
2019-03-04T11:53:35.000Z
2019-03-04T11:53:37.000Z
chapter_005/src/main/resources/schema.sql
muizzk/job4j
4c356d5e0a9b942dad9882eb7a1bc03a57478e5e
[ "Apache-2.0" ]
22
2020-07-08T16:34:22.000Z
2022-02-16T01:16:11.000Z
chapter_005/src/main/resources/schema.sql
muizzk/job4j
4c356d5e0a9b942dad9882eb7a1bc03a57478e5e
[ "Apache-2.0" ]
3
2019-02-10T22:05:58.000Z
2019-09-03T15:28:09.000Z
CREATE TABLE IF NOT EXISTS item ( id serial primary key, id_item character varying(2000) NOT NULL, name_item character varying(2000) NOT NULL, desc_item text );
23.25
47
0.682796
5bd9f652b695e690d8b9512cede97211644cc107
5,399
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1999.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1999.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1999.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xf2df, %r12 nop nop nop nop dec %rax movb $0x61, (%r12) nop nop nop nop cmp %rsi, %rsi lea addresses_D_ht+0x8c0f, %r8 nop nop cmp %r14, %r14 mov $0x6162636465666768, %rdx movq...
42.849206
2,999
0.65827
46d9140ceab7522fd9ebad886f1e0e0b9feb4098
68
html
HTML
pa1-skeleton/pa1-data/7/www.slac.stanford.edu_econf_C0307282_lec_notes_kolb_p2pg16.html
yzhong94/cs276-spring-2019
a4780a9f88b8c535146040fe11bb513c91c5693b
[ "MIT" ]
null
null
null
pa1-skeleton/pa1-data/7/www.slac.stanford.edu_econf_C0307282_lec_notes_kolb_p2pg16.html
yzhong94/cs276-spring-2019
a4780a9f88b8c535146040fe11bb513c91c5693b
[ "MIT" ]
null
null
null
pa1-skeleton/pa1-data/7/www.slac.stanford.edu_econf_C0307282_lec_notes_kolb_p2pg16.html
yzhong94/cs276-spring-2019
a4780a9f88b8c535146040fe11bb513c91c5693b
[ "MIT" ]
null
null
null
dr edward kolb slide 16 dr edward kolb slide 16 index previous next
34
67
0.808824
fb88003501a4d62aaca168b07a5afb1aea3c0bbe
3,562
ps1
PowerShell
test/SmokeTests/e2e-test.ps1
wsugarman/azure-functions-durable-extension
5a4251d3900ec1fcbca03267c4aa370a25189aa5
[ "MIT" ]
null
null
null
test/SmokeTests/e2e-test.ps1
wsugarman/azure-functions-durable-extension
5a4251d3900ec1fcbca03267c4aa370a25189aa5
[ "MIT" ]
null
null
null
test/SmokeTests/e2e-test.ps1
wsugarman/azure-functions-durable-extension
5a4251d3900ec1fcbca03267c4aa370a25189aa5
[ "MIT" ]
null
null
null
# Installing PowerShell: https://docs.microsoft.com/powershell/scripting/install/installing-powershell param( [Parameter(Mandatory=$true)] [string]$DockerfilePath, [Parameter(Mandatory=$true)] [string]$HttpStartPath, [string]$ImageName="dfapp", [string]$ContainerName="app", [switch]$NoSetup=$false, [switch...
37.494737
136
0.748175
fbababde79521dcb895ca1aa3bb38793252509ab
1,126
swift
Swift
Vhista/Sound/VhistaSoundManager.swift
VhistaInc/Vhista-iOS
3bac4d6c32b19be9c3c5c6814e615818074ee29f
[ "MIT" ]
8
2018-05-26T02:13:00.000Z
2021-09-06T18:08:06.000Z
Vhista/Sound/VhistaSoundManager.swift
VhistaInc/Vhista-iOS
3bac4d6c32b19be9c3c5c6814e615818074ee29f
[ "MIT" ]
null
null
null
Vhista/Sound/VhistaSoundManager.swift
VhistaInc/Vhista-iOS
3bac4d6c32b19be9c3c5c6814e615818074ee29f
[ "MIT" ]
2
2019-07-11T06:23:44.000Z
2019-10-14T07:03:33.000Z
// Created by Juan David Cruz Serrano on 8/18/19. Copyright © 2019 juandavidcruz. All rights reserved. import Foundation import UIKit import AVFoundation class VhistaSoundManager: NSObject { // Setup player for loading sounds var player: AVAudioPlayer? // MARK: - Initialization Method override init...
24.478261
103
0.587922
0c875da174a4d501dd0987ec85ed95e93b28bfb4
165,867
html
HTML
agda-stdlib-0.8/Data.Vec.N-ary.html
notogawa/agda-interactive-server
4274fe6e8d8cca2661c4b8e4d49c7554a1c92a34
[ "BSD-3-Clause" ]
1
2020-08-24T16:56:40.000Z
2020-08-24T16:56:40.000Z
agda-stdlib-0.8/Data.Vec.N-ary.html
notogawa/agda-interactive-server
4274fe6e8d8cca2661c4b8e4d49c7554a1c92a34
[ "BSD-3-Clause" ]
null
null
null
agda-stdlib-0.8/Data.Vec.N-ary.html
notogawa/agda-interactive-server
4274fe6e8d8cca2661c4b8e4d49c7554a1c92a34
[ "BSD-3-Clause" ]
null
null
null
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" ><head ><title >Data.Vec.N-ary</title ><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta http-equiv="Content-Style-Type" conten...
26.576991
109
0.460924
24a4974879ba17804cdd7d0d5da4776bc990a4f1
67
kt
Kotlin
base_mvp/src/main/java/com/toolslab/androidstarterkit/base_mvp/MvpView.kt
code-schreiber/AndroidStarterKit
e9cf78822d15ec40958eb2141617b0d5d4bd606c
[ "MIT" ]
null
null
null
base_mvp/src/main/java/com/toolslab/androidstarterkit/base_mvp/MvpView.kt
code-schreiber/AndroidStarterKit
e9cf78822d15ec40958eb2141617b0d5d4bd606c
[ "MIT" ]
null
null
null
base_mvp/src/main/java/com/toolslab/androidstarterkit/base_mvp/MvpView.kt
code-schreiber/AndroidStarterKit
e9cf78822d15ec40958eb2141617b0d5d4bd606c
[ "MIT" ]
1
2018-07-09T09:33:09.000Z
2018-07-09T09:33:09.000Z
package com.toolslab.androidstarterkit.base_mvp interface MvpView
16.75
47
0.880597
7fc76daa8681ac4f721a815cd26c982d448df2f3
159
lua
Lua
src/common/Assets/basic/hats/FunnyBanana.lua
Nimblz/eg-legacy
60e2c6381ec58011378708246cf12a8608a60068
[ "MIT" ]
6
2020-06-19T15:19:02.000Z
2022-01-03T13:01:16.000Z
src/common/Assets/basic/hats/FunnyBanana.lua
Nimblz/eg-legacy
60e2c6381ec58011378708246cf12a8608a60068
[ "MIT" ]
3
2019-04-02T04:49:03.000Z
2019-06-15T10:15:41.000Z
src/common/Assets/basic/hats/FunnyBanana.lua
Nimblz/eg
60e2c6381ec58011378708246cf12a8608a60068
[ "MIT" ]
2
2020-05-19T07:23:11.000Z
2020-06-19T15:19:07.000Z
return { id = "funnybanana", name = "Very Epic Funny Banana Man", description = "Hehe xD", type = "hat", rarity = 3, hidden = false, }
17.666667
40
0.54717
2823a6dace794d1e895d5a7d1a783378a85cc1a1
787
asm
Assembly
Final Assignment CSE331/Solution/7.asm
MehbinMimi/CSE331L-Section-1-Fall20-NSU
9c3bc01296ce880681fb70ba36d400197f046270
[ "MIT" ]
null
null
null
Final Assignment CSE331/Solution/7.asm
MehbinMimi/CSE331L-Section-1-Fall20-NSU
9c3bc01296ce880681fb70ba36d400197f046270
[ "MIT" ]
null
null
null
Final Assignment CSE331/Solution/7.asm
MehbinMimi/CSE331L-Section-1-Fall20-NSU
9c3bc01296ce880681fb70ba36d400197f046270
[ "MIT" ]
null
null
null
.MODEL SMALL .STACK 100H .DATA A DB 'Enter first number: $' B DB 0DH,0AH,'Enter second number: $' S DB 0DH,0AH,'1$' M DB 0DH,0AH,'0$' .CODE MAIN PROC MOV AX,@DATA MOV DS,AX LEA DX,A MOV AH,9 INT 21H MOV AH,1 INT 21H MOV BL,AL LEA DX,B MOV AH,9 INT 21...
12.901639
59
0.494282
87f47229046bd30738949dc555118546dea96acd
253
lua
Lua
service/http/start_time.lua
chronolaw/openresty_guide
43fd135c7193890993dd3c71786a5d1a526dc943
[ "BSD-2-Clause" ]
85
2017-04-20T06:27:20.000Z
2022-02-01T05:38:00.000Z
service/http/start_time.lua
gxlct008/openresty_dev
43fd135c7193890993dd3c71786a5d1a526dc943
[ "BSD-2-Clause" ]
4
2020-06-21T03:19:53.000Z
2020-11-10T05:45:11.000Z
service/http/start_time.lua
gxlct008/openresty_dev
43fd135c7193890993dd3c71786a5d1a526dc943
[ "BSD-2-Clause" ]
50
2017-05-26T08:11:39.000Z
2022-01-09T13:15:35.000Z
-- Copyright (C) 2018 by chrono local h = ngx.req.raw_header() ngx.say(h) ngx.sleep(0.02) local request_time = ngx.now() - ngx.req.start_time() --ngx.say(ngx.now(), " ", ngx.req.start_time()) ngx.say("time: ", request_time, " ", ngx.var.request_time)
25.3
58
0.667984
18001053773fb9804057c695afd22f6d5bc4c7cd
2,823
lua
Lua
src/math.lua
Xrysnow/lua-misc
76b878261e04b20406e0f2696b0e3df66c113f31
[ "MIT" ]
null
null
null
src/math.lua
Xrysnow/lua-misc
76b878261e04b20406e0f2696b0e3df66c113f31
[ "MIT" ]
null
null
null
src/math.lua
Xrysnow/lua-misc
76b878261e04b20406e0f2696b0e3df66c113f31
[ "MIT" ]
null
null
null
--- --- math.lua --- --- Copyright (C) 2018 Xrysnow. All rights reserved. --- ---@param v number ---@return number function math.cbrt(v) return math.pow(v, 1 / 3) end ---@param v number ---@param min number ---@param max number ---@return number function math.clamp(v, min, max) if v < min then return...
18.946309
56
0.578108
10d2f54b74801baac2dc37982b7a20ee14beb5fa
600
dart
Dart
lib/pages/favorites/favorites_bloc.dart
beesightsoft/pyco_flutter_phunggia
63e5191383280139ef70465ff00607f1e6d41166
[ "MIT" ]
null
null
null
lib/pages/favorites/favorites_bloc.dart
beesightsoft/pyco_flutter_phunggia
63e5191383280139ef70465ff00607f1e6d41166
[ "MIT" ]
null
null
null
lib/pages/favorites/favorites_bloc.dart
beesightsoft/pyco_flutter_phunggia
63e5191383280139ef70465ff00607f1e6d41166
[ "MIT" ]
null
null
null
import 'package:bflutter/bflutter.dart'; import 'package:bflutter_poc/models/remote/person.dart'; import 'package:rxdart/rxdart.dart'; class FavoritesBloc { final favoritesBloc = Bloc<Person, List<Person>>(); List<Person> favoritesList; FavoritesBloc() { _initLogic(); } void _initLogic() { favorit...
20.689655
56
0.656667
160bb6b43822a0680b55799f933b858aa8884f14
2,280
h
C
client/userdata.h
hubenchang0515/Tan90-Proxy
d3df5046e648ee869d6b5c61c2d6d6458ef6d0e0
[ "MIT" ]
12
2019-03-20T10:46:34.000Z
2021-12-06T03:29:23.000Z
client/userdata.h
hubenchang0515/Tan90-Proxy
d3df5046e648ee869d6b5c61c2d6d6458ef6d0e0
[ "MIT" ]
3
2019-03-17T02:50:29.000Z
2019-10-09T09:04:22.000Z
client/userdata.h
hubenchang0515/Tan90-Proxy
d3df5046e648ee869d6b5c61c2d6d6458ef6d0e0
[ "MIT" ]
4
2019-03-24T15:46:16.000Z
2021-12-06T03:29:24.000Z
/**************************************************************************************** MIT License Copyright (c) 2019 Plan C Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction...
39.310345
89
0.699561
3263ea959e3e5fcd3e7d9709e2556209645ebe75
1,145
swift
Swift
Sources/OpenTerminal/main.swift
timferriss/OpenTerminal
ffa2e245ee38a18611e310a0fcde6d62258d65bb
[ "MIT" ]
99
2017-12-04T22:17:30.000Z
2022-02-13T14:59:05.000Z
Sources/OpenTerminal/main.swift
timferriss/OpenTerminal
ffa2e245ee38a18611e310a0fcde6d62258d65bb
[ "MIT" ]
5
2018-04-14T12:59:32.000Z
2019-09-26T03:26:33.000Z
Sources/OpenTerminal/main.swift
timferriss/OpenTerminal
ffa2e245ee38a18611e310a0fcde6d62258d65bb
[ "MIT" ]
15
2018-03-20T23:45:00.000Z
2022-02-13T14:59:10.000Z
// // main.swift // OpenTerminal // // Created by Tomohiro Kumagai on 12/4/17. // Copyright © 2017 EasyStyle G.K. All rights reserved. // import AppKit import ScriptingBridge let finder = SBApplication(bundleIdentifier: "com.apple.Finder")! as FinderApplicationProtocol let selection = finder.selection! let selec...
20.446429
94
0.716157
2916550208616a3204b1f319019176e82b7b53d5
390
py
Python
creer/input.py
JeffreyStrahm/Creer
d7544d45ab3617606c5ce5ebe8ef9bd2e0780a19
[ "MIT" ]
null
null
null
creer/input.py
JeffreyStrahm/Creer
d7544d45ab3617606c5ce5ebe8ef9bd2e0780a19
[ "MIT" ]
null
null
null
creer/input.py
JeffreyStrahm/Creer
d7544d45ab3617606c5ce5ebe8ef9bd2e0780a19
[ "MIT" ]
null
null
null
import glob def validate(inputs): validated_inputs = [] for input_dir in inputs: dirs = glob.glob(input_dir) if not dirs: raise Exception("No directories matching {}".format(input_dir)) validated_inputs.extend(dirs) for validated_input in validated_inputs: print...
26
75
0.669231
90a27e0f8054e8354b0d9e4d3b76f4371af02086
375
asm
Assembly
oeis/052/A052573.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/052/A052573.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/052/A052573.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A052573: (1+3^n)*n!. ; 2,4,20,168,1968,29280,525600,11027520,264579840,7142929920,214280640000,7071181286400,254561568307200,9927888709939200,416971151460864000,18763699200390144000,900657519773147136000 mov $1,3 pow $1,$0 seq $0,142 ; Factorial numbers: n! = 1*2*3*4*...*n (order of symmetric group S_n, number of pe...
37.5
182
0.754667
2e65fd20fc4ed2bb5743bcde0f7e400c6643576c
191
kt
Kotlin
tmp/arrays/youTrackTests/2266.kt
vitekkor/bbfgradle
b4ec701a7a3b7523db97631fa0ed6484149ca9cd
[ "Apache-2.0" ]
1
2021-04-06T16:59:24.000Z
2021-04-06T16:59:24.000Z
tmp/arrays/youTrackTests/2266.kt
vitekkor/bbfgradle
b4ec701a7a3b7523db97631fa0ed6484149ca9cd
[ "Apache-2.0" ]
null
null
null
tmp/arrays/youTrackTests/2266.kt
vitekkor/bbfgradle
b4ec701a7a3b7523db97631fa0ed6484149ca9cd
[ "Apache-2.0" ]
11
2020-03-23T08:28:36.000Z
2022-03-22T07:04:42.000Z
// Original bug: KT-41245 /** * I use [demo.packageone.functionToInline] here //'cannot find declaration to go' here */ fun useFunction() { val functionToInline = "functionToInline" }
21.222222
87
0.701571
cdb45c7d45c59b08b1f9fd8fbdcfa882570e0a3d
1,911
dart
Dart
food_app_design/lib/widgets/product_item_widget.dart
SamedHrmn/FlutterWorks
1d7e58864c07ccfdf099704c70ecf14f9b3a450e
[ "MIT" ]
11
2021-02-11T10:22:31.000Z
2022-03-12T09:58:00.000Z
food_app_design/lib/widgets/product_item_widget.dart
SamedHrmn/FlutterWorks
1d7e58864c07ccfdf099704c70ecf14f9b3a450e
[ "MIT" ]
null
null
null
food_app_design/lib/widgets/product_item_widget.dart
SamedHrmn/FlutterWorks
1d7e58864c07ccfdf099704c70ecf14f9b3a450e
[ "MIT" ]
3
2021-12-07T07:20:21.000Z
2021-12-07T07:41:23.000Z
import 'package:flutter/material.dart'; import '../constants/asset_constants.dart'; import '../constants/string_constants.dart'; import '../extensions/size_extension.dart'; class ProductSliderItemWidget extends StatelessWidget { final String productName; final String productText; final String imagePath; final...
27.695652
98
0.529042
7f482f5268583bb6e8d5c98519ca8f4ab9bf33e1
2,205
swift
Swift
MEDataLoaderTests/MECache/MEDiscardableResultTests.swift
m7md3elwan/MEDataLoader
a1c89ddda5849592440ceb97245432e8d6ac5b67
[ "MIT" ]
null
null
null
MEDataLoaderTests/MECache/MEDiscardableResultTests.swift
m7md3elwan/MEDataLoader
a1c89ddda5849592440ceb97245432e8d6ac5b67
[ "MIT" ]
null
null
null
MEDataLoaderTests/MECache/MEDiscardableResultTests.swift
m7md3elwan/MEDataLoader
a1c89ddda5849592440ceb97245432e8d6ac5b67
[ "MIT" ]
1
2019-10-15T07:29:32.000Z
2019-10-15T07:29:32.000Z
// // MEDiscardableResultTests.swift // MEDataLoaderTests // // Created by Mohamed Mostafa on 8/10/19. // Copyright © 2019 Elwan. All rights reserved. // import Foundation import Quick import Nimble @testable import MEDataLoader class MEDiscardableResultTests: QuickSpec { override func spec() { ...
34.453125
102
0.527891
a9551c5cee642567b462c8d3b1668312cb7beacc
1,885
cql
SQL
Src/java/cql-to-elm/src/test/resources/org/cqframework/cql/cql2elm/DateTimeLiteralTest.cql
MeasureAuthoringTool/clinical_quality_language
9c5b948e77dbd5fa1fd6ab315431b40d26fa6c24
[ "CC0-1.0" ]
2
2017-07-11T22:15:56.000Z
2017-07-25T15:17:30.000Z
Src/java/cql-to-elm/src/test/resources/org/cqframework/cql/cql2elm/DateTimeLiteralTest.cql
MeasureAuthoringTool/clinical_quality_language
9c5b948e77dbd5fa1fd6ab315431b40d26fa6c24
[ "CC0-1.0" ]
null
null
null
Src/java/cql-to-elm/src/test/resources/org/cqframework/cql/cql2elm/DateTimeLiteralTest.cql
MeasureAuthoringTool/clinical_quality_language
9c5b948e77dbd5fa1fd6ab315431b40d26fa6c24
[ "CC0-1.0" ]
3
2017-08-08T19:08:35.000Z
2020-06-02T17:43:08.000Z
define YearLiteral: @2014 define UTCYearLiteral: @2014Z define YearMonthLiteral: @2014-12 define UTCYearMonthLiteral: @2014-12Z define DateLiteral: @2014-01-31 define UTCDateLiteral: @2014-01-31Z define HourLiteral: @T23 define UTCHourLiteral: @T23Z define TimeZoneHourLiteral: @T23-07:00 define HourMinuteLiteral: @T10:...
39.270833
70
0.833952
1f02b9e8584af2aee6ed930669140c05b004ec68
4,248
css
CSS
docs/assets/sloth.index.min.css
ka215/humble
b944064a5c3d340b4221c5c93d37d7bfa849f1a6
[ "MIT" ]
3
2019-06-18T11:30:32.000Z
2019-11-19T05:45:07.000Z
docs/assets/sloth.index.min.css
ka215/humble
b944064a5c3d340b4221c5c93d37d7bfa849f1a6
[ "MIT" ]
null
null
null
docs/assets/sloth.index.min.css
ka215/humble
b944064a5c3d340b4221c5c93d37d7bfa849f1a6
[ "MIT" ]
null
null
null
:root{--navi-height-sm:56px;--navi-height-md:64px;--navi-height-lg:72px;--menu-width-sm:240px;--menu-width-md:240px;--menu-width-lg:280px}html{width:100vw;overflow-x:hidden;scroll-behavior:auto}body#sloth-docs{background-color:#f5f5f5;color:#16160e;overflow-x:inherit;overflow-y:scroll}body#sloth-docs,body main{width:10...
4,248
4,248
0.772128
fb122cd7082a5c255d4cc6856702f8d26d172b25
268
h
C
src/dcp1/treewalk.h
sjtbham/mpifileutils
4ec784108d066abe5060ebb197c1dba83e88bd7d
[ "BSD-3-Clause" ]
97
2016-10-10T20:25:27.000Z
2021-10-04T15:47:35.000Z
src/dcp1/treewalk.h
sjtbham/mpifileutils
4ec784108d066abe5060ebb197c1dba83e88bd7d
[ "BSD-3-Clause" ]
389
2016-10-10T17:44:05.000Z
2022-03-25T09:54:15.000Z
src/dcp1/treewalk.h
sjtbham/mpifileutils
4ec784108d066abe5060ebb197c1dba83e88bd7d
[ "BSD-3-Clause" ]
39
2016-11-21T18:35:42.000Z
2022-03-03T05:21:45.000Z
/* See the file "COPYING" for the full license governing this code. */ #ifndef __DCP_TREEWALK_H #define __DCP_TREEWALK_H #include "common.h" void DCOPY_do_treewalk(DCOPY_operation_t* op, CIRCLE_handle* handle); #endif /* __DCP_TREEWALK_H */
22.333333
70
0.705224
212235826f1be0a8cd8b2ca3e0e63d3d042011df
733
asm
Assembly
oeis/023/A023900.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/023/A023900.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/023/A023900.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A023900: Dirichlet inverse of Euler totient function (A000010). ; Submitted by Jamie Morken(s4) ; 1,-1,-2,-1,-4,2,-6,-1,-2,4,-10,2,-12,6,8,-1,-16,2,-18,4,12,10,-22,2,-4,12,-2,6,-28,-8,-30,-1,20,16,24,2,-36,18,24,4,-40,-12,-42,10,8,22,-46,2,-6,4,32,12,-52,2,40,6,36,28,-58,-8,-60,30,12,-1,48,-20,-66,16,44,-24,-70,2,-72...
20.942857
304
0.518417
04aba4575942fc6122ea0aed9c83a887104650a9
8,179
java
Java
app/src/main/java/com/quanyan/yhy/view/HotelStarPopWin.java
ybx945ybx/yhy
1eaefbff5654d5d9a809a812de35adb103857486
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/quanyan/yhy/view/HotelStarPopWin.java
ybx945ybx/yhy
1eaefbff5654d5d9a809a812de35adb103857486
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/quanyan/yhy/view/HotelStarPopWin.java
ybx945ybx/yhy
1eaefbff5654d5d9a809a812de35adb103857486
[ "Apache-2.0" ]
1
2020-03-13T10:54:20.000Z
2020-03-13T10:54:20.000Z
package com.quanyan.yhy.view; import android.content.Context; import android.graphics.drawable.ColorDrawable; import android.view.LayoutInflater; import android.view.MotionEvent; import android.view.View; import android.widget.CheckBox; import android.widget.CompoundButton; import android.widget.LinearLayout; import a...
40.691542
180
0.629906
4ad37afc056868b09b8d8d7328449de243c85e48
3,003
ps1
PowerShell
functions/MSOL/Enable-AzureADPIMRole.ps1
exactmike/Profile
08c02013602b60d7af6ec2e0a6770bfecef66e1e
[ "MIT" ]
8
2018-04-16T07:31:31.000Z
2022-01-09T00:43:22.000Z
functions/MSOL/Enable-AzureADPIMRole.ps1
exactmike/Profile
08c02013602b60d7af6ec2e0a6770bfecef66e1e
[ "MIT" ]
null
null
null
functions/MSOL/Enable-AzureADPIMRole.ps1
exactmike/Profile
08c02013602b60d7af6ec2e0a6770bfecef66e1e
[ "MIT" ]
1
2018-04-16T07:31:36.000Z
2018-04-16T07:31:36.000Z
Function Enable-AzureADPIMRole { [cmdletbinding()] param( [string]$UserPrincipalName , [String]$Role , [string]$Reason , [int]$DurationInHours ) if ($null -eq $(Get-Module -Name AzureADPreview)) { throw('Import the AzureADPreview module before using Enable-Az...
31.28125
135
0.617383
e8e7855adae094d9fe457ea4853ed5f734e77dd3
2,637
hpp
C++
include/Shared/Monsters/Error.hpp
semper24/R-Type
b91184d656ffcec39b0a43e7a42c1a1ecd236c9b
[ "MIT" ]
null
null
null
include/Shared/Monsters/Error.hpp
semper24/R-Type
b91184d656ffcec39b0a43e7a42c1a1ecd236c9b
[ "MIT" ]
null
null
null
include/Shared/Monsters/Error.hpp
semper24/R-Type
b91184d656ffcec39b0a43e7a42c1a1ecd236c9b
[ "MIT" ]
null
null
null
/* ** EPITECH PROJECT, 2020 ** B-CPP-501-NAN-5-1-rtype-arthur.bertaud ** File description: ** Error.hpp */ #ifndef ERROR_HPP_ #define ERROR_HPP_ #include <fstream> class Error : public std::exception { private: const std::string _message; public: Error(std::string const& message); Er...
26.37
87
0.639363
21335a4cdfed3981db949c68c124a697b2d54f6f
850
ps1
PowerShell
jasp/tools/chocolateyinstall.ps1
adamblake/chocolatey-packages
27c4cb3b0397ee3e14976caba3494baa1e123a1b
[ "MIT" ]
null
null
null
jasp/tools/chocolateyinstall.ps1
adamblake/chocolatey-packages
27c4cb3b0397ee3e14976caba3494baa1e123a1b
[ "MIT" ]
2
2017-02-17T19:45:34.000Z
2019-11-11T19:54:42.000Z
jasp/tools/chocolateyinstall.ps1
adamblake/chocolatey-packages
27c4cb3b0397ee3e14976caba3494baa1e123a1b
[ "MIT" ]
null
null
null
$ErrorActionPreference = 'Stop' $packageName = 'jasp' $fileType = 'msi' $toolsDir = $PSScriptRoot $url32 = 'https://static.jasp-stats.org/JASP-0.14.1-32bit.msi' $url64 = 'https://static.jasp-stats.org/JASP-0.14.1-64bit.msi' $checksum32 = '97222e46fb9975bc0afaa647c5bf1afab0d7c3afb53e3994...
31.481481
83
0.681176
0e53b8113f368cbdc5730111b4044e5e427b0c5f
261,360
html
HTML
Web/gwt2.2/showcase/showcase/4BEEC4BD23DE80AD2885E799EDD59328.cache.html
Inflectra/library-information-system
f6417125fb0339463a0b821f1bb5138af51477c2
[ "Apache-2.0" ]
null
null
null
Web/gwt2.2/showcase/showcase/4BEEC4BD23DE80AD2885E799EDD59328.cache.html
Inflectra/library-information-system
f6417125fb0339463a0b821f1bb5138af51477c2
[ "Apache-2.0" ]
null
null
null
Web/gwt2.2/showcase/showcase/4BEEC4BD23DE80AD2885E799EDD59328.cache.html
Inflectra/library-information-system
f6417125fb0339463a0b821f1bb5138af51477c2
[ "Apache-2.0" ]
null
null
null
<html><head><meta charset="UTF-8" /><script>var $gwt_version = "2.2.0";var $wnd = parent;var $doc = $wnd.document;var $moduleName, $moduleBase;var $strongName = '4BEEC4BD23DE80AD2885E799EDD59328';function __gwtStartLoadingFragment(frag) { return $moduleBase + 'deferredjs/' + $strongName + '/' + frag + '.cache.js';};f...
155.017794
46,404
0.678413
598d543636feb83e4bcf17dd5584e6a277f9aa10
601
cpp
C++
BlueBerry/Bundles/org.blueberry.core.commands/src/common/berryAbstractBitSetEvent.cpp
danielknorr/MITK
b1b9780b2a6671d8118313c5ef71e9aa128362be
[ "BSD-3-Clause" ]
5
2015-02-05T10:58:41.000Z
2019-04-17T15:04:07.000Z
BlueBerry/Bundles/org.blueberry.core.commands/src/common/berryAbstractBitSetEvent.cpp
danielknorr/MITK
b1b9780b2a6671d8118313c5ef71e9aa128362be
[ "BSD-3-Clause" ]
141
2015-03-03T06:52:01.000Z
2020-12-10T07:28:14.000Z
BlueBerry/Bundles/org.blueberry.core.commands/src/common/berryAbstractBitSetEvent.cpp
danielknorr/MITK
b1b9780b2a6671d8118313c5ef71e9aa128362be
[ "BSD-3-Clause" ]
4
2015-02-19T06:48:13.000Z
2020-06-19T16:20:25.000Z
/*=================================================================== BlueBerry Platform Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS...
21.464286
69
0.610649
5991f442d1a1c60150bd2a61e561d9007863b3a6
2,045
cpp
C++
PAT/PAT Advanced/c++/1021.cpp
Accelerator404/Algorithm-Demonstration
e40a499c23a56d363c743c76ac967d9c4247a4be
[ "Apache-2.0" ]
1
2019-09-18T23:45:27.000Z
2019-09-18T23:45:27.000Z
PAT/PAT Advanced/c++/1021.cpp
Accelerator404/Algorithm-Demonstration
e40a499c23a56d363c743c76ac967d9c4247a4be
[ "Apache-2.0" ]
null
null
null
PAT/PAT Advanced/c++/1021.cpp
Accelerator404/Algorithm-Demonstration
e40a499c23a56d363c743c76ac967d9c4247a4be
[ "Apache-2.0" ]
1
2019-09-18T23:45:28.000Z
2019-09-18T23:45:28.000Z
#include <iostream> #include <vector> #include <algorithm> using namespace std; //PAT Advanced 1021 Deepest Root /* 原理就是DFS求联通块,之后DFS求高度 * 注意测试点3有海量数据,需要采取相应措施 */ int N; vector<int> Matrix[10001]; vector<int> compNo(10001,-1),node(10001,-1); //dfs1()用来求联通块,参考算法竞赛入门例题6-12(UVa572) void dfs1(int enterNode,int compId...
23.238636
56
0.492421
ebe6adf666f88e187b1885940f6b01bd0067b993
20,499
sql
SQL
data/open-source/extracted_sql/xerial_sqlite-jdbc.sql
tushartushar/dbSmellsData
07d53621825746fe38c27f47bead960b9cda0556
[ "MIT" ]
2
2017-11-26T22:35:16.000Z
2019-07-23T10:40:12.000Z
data/open-source/extracted_sql/xerial_sqlite-jdbc.sql
tushartushar/dbSmellsData
07d53621825746fe38c27f47bead960b9cda0556
[ "MIT" ]
1
2019-07-23T10:40:06.000Z
2019-07-24T03:11:21.000Z
data/open-source/extracted_sql/xerial_sqlite-jdbc.sql
tushartushar/dbSmellsData
07d53621825746fe38c27f47bead960b9cda0556
[ "MIT" ]
1
2022-01-14T14:46:23.000Z
2022-01-14T14:46:23.000Z
select count(*) from batch; insert into person values(1, 'leo','L') select * from trans;"; insert into sample values(null) SELECT %s FROM %s T WHERE T.%Q >= ? AND T.%Q <= ? ORDER BY T.%Q ASCSELECT %s FROM %s T WHERE T.%Q <= ? AND T.%Q >= ? ORDER BY T.%Q DESCSELECT %s FROM %s T WHERE T.%Q=?INSERT INTO %Q.'%q_co...
76.775281
1,000
0.713401
39e99f624a1e74eacdfbb0bad9b4c6b5ab266f8a
329
java
Java
springboot-proxy/src/main/java/io/github/aafactory/SpringbootProxyApplication.java
hanjoongcho/cookbook-spring
94aa6e922382663103b7ffde579e143b70b4ca9e
[ "Apache-2.0" ]
null
null
null
springboot-proxy/src/main/java/io/github/aafactory/SpringbootProxyApplication.java
hanjoongcho/cookbook-spring
94aa6e922382663103b7ffde579e143b70b4ca9e
[ "Apache-2.0" ]
null
null
null
springboot-proxy/src/main/java/io/github/aafactory/SpringbootProxyApplication.java
hanjoongcho/cookbook-spring
94aa6e922382663103b7ffde579e143b70b4ca9e
[ "Apache-2.0" ]
null
null
null
package io.github.aafactory; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class SpringbootProxyApplication { public static void main(String[] args) { SpringApplication.run(SpringbootProxyApplication.class, arg...
25.307692
68
0.832827
8559682b4109a5fafa33d3bfe33a6df9a0e451c0
2,146
js
JavaScript
src/guillo-gmi/contexts/index.js
guillotinaweb/guillotina_react
0f4007651549546a3a8bd582bbcd3f823a021d4f
[ "MIT" ]
6
2019-12-13T08:54:51.000Z
2021-12-03T14:47:55.000Z
src/guillo-gmi/contexts/index.js
mejimaru/guillotina_react
0f4007651549546a3a8bd582bbcd3f823a021d4f
[ "MIT" ]
63
2019-12-21T06:13:44.000Z
2022-02-18T06:56:10.000Z
src/guillo-gmi/contexts/index.js
mejimaru/guillotina_react
0f4007651549546a3a8bd582bbcd3f823a021d4f
[ "MIT" ]
6
2020-02-26T13:02:25.000Z
2021-12-03T14:47:41.000Z
import React from 'react' import { createContext } from 'react' export const AuthContext = createContext({}) export const ClientContext = createContext({}) export const TraversalContext = createContext({}) class Traversal { constructor({ flash, ...props }) { Object.assign(this, props) if (typeof flash ===...
22.123711
79
0.643989
fd2d63f3712a0a3b101da506bacddf985b778ef8
6,857
sql
SQL
db/db_futsal.sql
CPuriandika/CPuriandika.github.io
a9209fad23f920020497046d5a3f2dfb7107aff2
[ "MIT" ]
null
null
null
db/db_futsal.sql
CPuriandika/CPuriandika.github.io
a9209fad23f920020497046d5a3f2dfb7107aff2
[ "MIT" ]
null
null
null
db/db_futsal.sql
CPuriandika/CPuriandika.github.io
a9209fad23f920020497046d5a3f2dfb7107aff2
[ "MIT" ]
null
null
null
-- -------------------------------------------------------- -- Host: localhost -- Server version: 5.7.24 - MySQL Community Server (GPL) -- Server OS: Win64 -- HeidiSQL Version: 10.2.0.5599 -- ------------------------------------------------------...
46.020134
162
0.674931
9be43b1a5c82d3f348b9e83bc81f2ffc6e40977d
1,688
js
JavaScript
src/pages/EmployeeDirectory.js
luismvela1/Unit-19-React-Homework-Employee-Directory
d07d880bb38e71717f97fe9cffb89a04f89800dd
[ "MIT" ]
null
null
null
src/pages/EmployeeDirectory.js
luismvela1/Unit-19-React-Homework-Employee-Directory
d07d880bb38e71717f97fe9cffb89a04f89800dd
[ "MIT" ]
null
null
null
src/pages/EmployeeDirectory.js
luismvela1/Unit-19-React-Homework-Employee-Directory
d07d880bb38e71717f97fe9cffb89a04f89800dd
[ "MIT" ]
null
null
null
import React, { Component } from "react"; import API from "../utils/API"; import { Input } from "../components/employeeSearch"; import EmployeeJumbotron from "../components/employeeJumbotron"; import SubButton from "../components/SubButton" import EmployeeList from "../components/employeeList" class EmployeeDirectory ...
21.922078
64
0.562204
85bb8dcdc56186485204989441cbb9005e686a32
6,159
c
C
Dynamic_Memory/word_count.c
dallasbrooks/Software_Development
bdbabb42d862815e864b8b7f883e019fd43484ca
[ "Apache-2.0" ]
null
null
null
Dynamic_Memory/word_count.c
dallasbrooks/Software_Development
bdbabb42d862815e864b8b7f883e019fd43484ca
[ "Apache-2.0" ]
null
null
null
Dynamic_Memory/word_count.c
dallasbrooks/Software_Development
bdbabb42d862815e864b8b7f883e019fd43484ca
[ "Apache-2.0" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <strings.h> //create a node for linked list struct node{ char* word; int length; int frequency; struct node* next; struct node* down; }; //free memory allocated for list void Free_List(struct node** head){ struct node* current = *head; struct...
24.636
87
0.6415
0440c6bf55979548192f29f7a4f06bc9635dde90
5,827
java
Java
app/src/androidTest/java/com/android2ee/formation/restservice/sax/forecastyahoo/withlibs/dao/room/MainDaoTest.java
MathiasSeguy-Android2EE/ForecastRestWithLibs
48d5668f92796d35944e2f324836d3ebf87151ca
[ "Apache-2.0" ]
1
2019-12-17T17:54:09.000Z
2019-12-17T17:54:09.000Z
app/src/androidTest/java/com/android2ee/formation/restservice/sax/forecastyahoo/withlibs/dao/room/MainDaoTest.java
MathiasSeguy-Android2EE/ForecastRestWithLibs
48d5668f92796d35944e2f324836d3ebf87151ca
[ "Apache-2.0" ]
null
null
null
app/src/androidTest/java/com/android2ee/formation/restservice/sax/forecastyahoo/withlibs/dao/room/MainDaoTest.java
MathiasSeguy-Android2EE/ForecastRestWithLibs
48d5668f92796d35944e2f324836d3ebf87151ca
[ "Apache-2.0" ]
null
null
null
package com.android2ee.formation.restservice.sax.forecastyahoo.withlibs.dao.room; import androidx.arch.core.executor.testing.InstantTaskExecutorRule; import androidx.lifecycle.LiveData; import androidx.lifecycle.Observer; import androidx.room.Room; import android.content.Context; import androidx.annotation.Nullable; i...
29.429293
108
0.569247
8a98e56b0190bf76d3beb57d70505d5b482ad75a
2,185
dart
Dart
at_secondary/at_secondary_server/lib/src/connection/inbound/inbound_connection_manager.dart
atsign-company/at_server
2fd6917a980abc8e743660182438c148f1b2b931
[ "BSD-3-Clause" ]
33
2021-01-16T11:27:04.000Z
2022-03-23T21:20:16.000Z
at_secondary/at_secondary_server/lib/src/connection/inbound/inbound_connection_manager.dart
atsign-company/at_server
2fd6917a980abc8e743660182438c148f1b2b931
[ "BSD-3-Clause" ]
276
2020-12-17T19:57:50.000Z
2022-03-31T06:05:47.000Z
at_secondary/at_secondary_server/lib/src/connection/inbound/inbound_connection_manager.dart
atsign-company/at_server
2fd6917a980abc8e743660182438c148f1b2b931
[ "BSD-3-Clause" ]
10
2020-12-17T19:51:57.000Z
2021-12-01T18:07:51.000Z
import 'dart:io'; import 'package:at_secondary/src/connection/connection_factory.dart'; import 'package:at_secondary/src/connection/inbound/inbound_connection_impl.dart'; import 'package:at_server_spec/at_server_spec.dart'; import 'package:uuid/uuid.dart'; import 'package:at_commons/at_commons.dart'; import 'package:at...
31.666667
84
0.739588
dcf78ea5d5925564deb351254b4018577fec53f0
1,486
swift
Swift
TwitterClone/Tweet.swift
zacharyg/twitter-ios
de1a1f69be50585fc8daa81662f858bd51ab579b
[ "Apache-2.0" ]
null
null
null
TwitterClone/Tweet.swift
zacharyg/twitter-ios
de1a1f69be50585fc8daa81662f858bd51ab579b
[ "Apache-2.0" ]
null
null
null
TwitterClone/Tweet.swift
zacharyg/twitter-ios
de1a1f69be50585fc8daa81662f858bd51ab579b
[ "Apache-2.0" ]
null
null
null
// // Tweet.swift // TwitterClone // // Created by Zachary West Guo on 10/20/16. // Copyright © 2016 zechariah. All rights reserved. // import UIKit class Tweet: NSObject { var text:NSString? var timestamp:NSDate? var retweet_count:Int = 0 var favorite_count:Int = 0 var author:User? i...
28.037736
73
0.59354
1dacd73638721bc88b819df13d9307ad5bd06284
4,502
dart
Dart
lib/utils/map_utils.dart
scarnett/flutter_tracker
71d175fa782a24d38f84c8cbac3bfba2b3314fbd
[ "MIT" ]
1
2021-07-11T19:08:00.000Z
2021-07-11T19:08:00.000Z
lib/utils/map_utils.dart
scarnett/flutter_tracker
71d175fa782a24d38f84c8cbac3bfba2b3314fbd
[ "MIT" ]
null
null
null
lib/utils/map_utils.dart
scarnett/flutter_tracker
71d175fa782a24d38f84c8cbac3bfba2b3314fbd
[ "MIT" ]
3
2021-05-18T15:42:33.000Z
2021-11-28T10:36:59.000Z
import 'package:flutter/material.dart'; import 'package:flutter_map/plugin_api.dart'; import 'package:latlong/latlong.dart' as latlng; import 'package:flutter_tracker/colors.dart'; import 'package:flutter_tracker/model/groups_viewmodel.dart'; import 'package:flutter_tracker/model/mapbox.dart'; import 'package:flutter_t...
23.820106
69
0.604176
707613a5c9bda68455878aa4064bab2c4d491e29
2,657
dart
Dart
home_alone/lib/view/pages/welcome_page.dart
sevenmaster/home_alone_app
17fc775202abae6979af98cf76537a2454328720
[ "MIT" ]
1
2020-05-02T19:26:58.000Z
2020-05-02T19:26:58.000Z
home_alone/lib/view/pages/welcome_page.dart
sevenmaster/home_alone_app
17fc775202abae6979af98cf76537a2454328720
[ "MIT" ]
null
null
null
home_alone/lib/view/pages/welcome_page.dart
sevenmaster/home_alone_app
17fc775202abae6979af98cf76537a2454328720
[ "MIT" ]
null
null
null
import 'package:flutter/material.dart'; import 'package:home_alone/view/widgets/label_text.dart'; import 'package:home_alone/view/widgets/themed_app_bar.dart'; import 'package:home_alone/view/widgets/themed_button.dart'; import 'package:home_alone/view/widgets/themed_flat_button.dart'; import 'package:home_alone/view/w...
30.193182
136
0.657508
5f67ccca81a5cd59d025b41f317429fd1021903c
461
asm
Assembly
oeis/186/A186270.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/186/A186270.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/186/A186270.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A186270: a(n)=Product{k=0..n, A003665(k)}. ; Submitted by Jon Maiga ; 1,1,10,280,38080,18887680,39286374400,319319651123200,10504339243348787200,1374135642457914946355200,721146385161913763847208960000,1511615130036671973985522422906880000,12683442560532981918553467630898150113280000,425533759542581882449393472981756...
27.117647
268
0.772234
ecaeb61ab34ff92623fe2c3501166b02e0af68ac
492
asm
Assembly
programs/oeis/228/A228297.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/228/A228297.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/228/A228297.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A228297: Generalized meta-Fibonacci sequence a(n) with parameters s=0 and k=5. ; 1,2,3,4,5,5,6,7,8,9,10,10,11,12,13,14,15,15,16,17,18,19,20,20,21,22,23,24,25,25,25,26,27,28,29,30,30,31,32,33,34,35,35,36,37,38,39,40,40,41,42,43,44,45,45,46,47,48,49,50,50,50,51,52,53,54,55,55,56,57,58,59,60,60,61,62,63,64,65,65,66,67,6...
30.75
291
0.617886
263c2151ec5e618ce42f11437e1faf59ceee3ab7
3,307
java
Java
antlr_swing/src/tb/antlr/symbolTable/LocalSymbols.java
MatMark/MiASI
8467f64f779bc6d1bb2f426b8b41ec9e4658c617
[ "MIT" ]
null
null
null
antlr_swing/src/tb/antlr/symbolTable/LocalSymbols.java
MatMark/MiASI
8467f64f779bc6d1bb2f426b8b41ec9e4658c617
[ "MIT" ]
null
null
null
antlr_swing/src/tb/antlr/symbolTable/LocalSymbols.java
MatMark/MiASI
8467f64f779bc6d1bb2f426b8b41ec9e4658c617
[ "MIT" ]
null
null
null
package tb.antlr.symbolTable; import java.util.ArrayDeque; import java.util.Deque; import java.util.HashMap; import java.util.Iterator; public class LocalSymbols { Deque<HashMap<String, Integer>> memory = new ArrayDeque<>(); /** * Default constructor * declare the symbol table for global scope ...
27.106557
81
0.655277
c2da6756098fcfa9dcf1d95bdf9a7d09b99cc2a1
19,778
sql
SQL
blog.sql
windyoc28/utswindy
85becf99c78619a3a9e876b652bba4951cace2d8
[ "MIT" ]
null
null
null
blog.sql
windyoc28/utswindy
85becf99c78619a3a9e876b652bba4951cace2d8
[ "MIT" ]
null
null
null
blog.sql
windyoc28/utswindy
85becf99c78619a3a9e876b652bba4951cace2d8
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 4.9.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Waktu pembuatan: 30 Nov 2020 pada 18.14 -- Versi server: 10.4.8-MariaDB -- Versi PHP: 7.3.11 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARA...
111.11236
4,521
0.764182
7be5295a16f046c7df3c9b94b9d0163bf44c15b5
286
css
CSS
src/components/contactForm/contactForm.css
hsnice16/React-Messenger-App
fa71a4b5518ad0f3ccff53213c1b4171dae4ff85
[ "MIT" ]
2
2021-04-11T17:03:22.000Z
2021-05-03T11:30:56.000Z
src/components/contactForm/contactForm.css
hsnice16/React-Messenger-App
fa71a4b5518ad0f3ccff53213c1b4171dae4ff85
[ "MIT" ]
null
null
null
src/components/contactForm/contactForm.css
hsnice16/React-Messenger-App
fa71a4b5518ad0f3ccff53213c1b4171dae4ff85
[ "MIT" ]
null
null
null
.contactForm { width: 97%; } .container { margin: 0% 19%; } @media screen and (max-width: 820px) { .contactForm { width: 95%; } } @media screen and (max-width: 450px) { .contactForm { width: 90%; } .container { margin: 0% 14%; } }
11.916667
39
0.503497
0a70251feb4325157b1fb07aec43f5404c78a1cc
536
swift
Swift
LeetCodeSolution/204_CountPrimes.swift
hhsolar/LeetCode-Solution-in-Swift
5f444e464af665a639f758732d3d2b83b41a3ee5
[ "Apache-2.0" ]
null
null
null
LeetCodeSolution/204_CountPrimes.swift
hhsolar/LeetCode-Solution-in-Swift
5f444e464af665a639f758732d3d2b83b41a3ee5
[ "Apache-2.0" ]
null
null
null
LeetCodeSolution/204_CountPrimes.swift
hhsolar/LeetCode-Solution-in-Swift
5f444e464af665a639f758732d3d2b83b41a3ee5
[ "Apache-2.0" ]
null
null
null
// // 204_CountPrimes.swift // LeetCodeSolution // // Created by apple on 7/3/2018. // Copyright © 2018 greatwall. All rights reserved. // import Foundation func countPrimes(_ n: Int) -> Int { guard n > 1 else { return 0 } var isPrimes = Array(repeating: true, count: n) var count = 0 for i in 2..<...
19.851852
52
0.492537