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
c4a495c936f6c9940618d22b7baadbc01990be87
2,960
c
C
hg/ffaToFa/ffaToFa.c
CEpBrowser/CEpBrowser--from-UCSC-CGI-BIN
dabbcca824503a7d3342714047bd55787b52188d
[ "IJG" ]
null
null
null
hg/ffaToFa/ffaToFa.c
CEpBrowser/CEpBrowser--from-UCSC-CGI-BIN
dabbcca824503a7d3342714047bd55787b52188d
[ "IJG" ]
null
null
null
hg/ffaToFa/ffaToFa.c
CEpBrowser/CEpBrowser--from-UCSC-CGI-BIN
dabbcca824503a7d3342714047bd55787b52188d
[ "IJG" ]
null
null
null
/* ffaToFa - convert Greg Schulers .ffa fasta files to our .fa files */ #include "common.h" #include "portable.h" #include "linefile.h" #include "hash.h" #include "hCommon.h" static char const rcsid[] = "$Id: ffaToFa.c,v 1.4 2006/03/30 16:53:35 angie Exp $"; FILE *errLog; void warnHandler(char *format, va_list args)...
22.769231
83
0.625338
40a47fe9c8051ee50fd95d68f0506a94b9fe687e
3,331
py
Python
my_utils.py
naseemap47/TrafficSign-ComputerVision-python
bdccf9f62180c70714af75feb50286b1fa4c1e93
[ "MIT" ]
1
2022-02-25T18:49:45.000Z
2022-02-25T18:49:45.000Z
my_utils.py
naseemap47/TrafficSign-ComputerVision-python
bdccf9f62180c70714af75feb50286b1fa4c1e93
[ "MIT" ]
null
null
null
my_utils.py
naseemap47/TrafficSign-ComputerVision-python
bdccf9f62180c70714af75feb50286b1fa4c1e93
[ "MIT" ]
null
null
null
import os import glob import shutil from sklearn.model_selection import train_test_split import shutil import csv from tensorflow.keras.preprocessing.image import ImageDataGenerator import tensorflow as tf import numpy as np def split_data(path_to_data, path_to_save_train, path_to_save_val, split_size=0.2): f...
30.842593
91
0.639147
67a7d295ff7a1e2aff9b01c814eda64de78fa31b
12,504
dart
Dart
lib/ui/invoice/edit/invoice_edit_items.dart
iammohsinar/admin-portal
94794b3e24cb3e4718611abf0392eb18735c313c
[ "AAL" ]
2
2021-08-15T21:20:42.000Z
2021-08-19T09:41:11.000Z
lib/ui/invoice/edit/invoice_edit_items.dart
iammohsinar/admin-portal
94794b3e24cb3e4718611abf0392eb18735c313c
[ "AAL" ]
null
null
null
lib/ui/invoice/edit/invoice_edit_items.dart
iammohsinar/admin-portal
94794b3e24cb3e4718611abf0392eb18735c313c
[ "AAL" ]
null
null
null
import 'package:invoiceninja_flutter/ui/app/forms/custom_field.dart'; import 'package:invoiceninja_flutter/ui/app/forms/decorated_form_field.dart'; import 'package:invoiceninja_flutter/ui/app/help_text.dart'; import 'package:invoiceninja_flutter/ui/app/invoice/invoice_item_view.dart'; import 'package:invoiceninja_flutt...
35.123596
81
0.622521
4d7c85b08abc16353a88035c13620e699e76a8f3
2,729
swift
Swift
ViewControllerTransition/NavigationTransition.swift
wuwen1030/ViewControllerTransitionDemo
13771519f3eee58cfc9520e34ba46cee57573192
[ "MIT" ]
null
null
null
ViewControllerTransition/NavigationTransition.swift
wuwen1030/ViewControllerTransitionDemo
13771519f3eee58cfc9520e34ba46cee57573192
[ "MIT" ]
null
null
null
ViewControllerTransition/NavigationTransition.swift
wuwen1030/ViewControllerTransitionDemo
13771519f3eee58cfc9520e34ba46cee57573192
[ "MIT" ]
null
null
null
// // NavigationTransition.swift // ViewControllerTransition // // Created by Ben on 15/7/21. // Copyright (c) 2015年 X-Team. All rights reserved. // import UIKit class NavigationTransition: NSObject, UINavigationControllerDelegate { let pushAnimator = PushAnimator() let popAnimator = PopAnimator() ...
40.132353
281
0.717112
9c04b167047f407090fbad313f8d256d7f205462
411
ts
TypeScript
packages/krowdy-ui-views/src/SelectInfo/SelectInfo.d.ts
ghondar/krowdy-ghondar
662a3f7e553345cb63bad06f049732aa286a85b8
[ "MIT" ]
10
2019-11-25T21:02:39.000Z
2020-02-13T05:10:26.000Z
packages/krowdy-ui-views/src/SelectInfo/SelectInfo.d.ts
ghondar/krowdy-ghondar
662a3f7e553345cb63bad06f049732aa286a85b8
[ "MIT" ]
15
2020-04-17T00:26:43.000Z
2022-02-26T19:48:46.000Z
packages/krowdy-ui-views/src/SelectInfo/SelectInfo.d.ts
ghondar/krowdy-ghondar
662a3f7e553345cb63bad06f049732aa286a85b8
[ "MIT" ]
1
2020-03-05T21:23:18.000Z
2020-03-05T21:23:18.000Z
export type SelectInfoProps = { disabled?: boolean; icon?: React.ReactNode; rightIcon?: React.ReactNode; src?: string; subtitle?: string; title?: string; width?: number; classes?: { color?: string; popper?: string; primary?: string; secondary?: string; }; clickAndClose?: boolean; } ...
20.55
63
0.686131
3d17baecd375d596f1da88aaa6e0932c1e753346
6,883
go
Go
src/startupscriptgenerator/src/node/scriptgenerator_test.go
cormacpayne/Oryx
7528f892db093e4f49a8d6586e0a41b45381673a
[ "MIT" ]
null
null
null
src/startupscriptgenerator/src/node/scriptgenerator_test.go
cormacpayne/Oryx
7528f892db093e4f49a8d6586e0a41b45381673a
[ "MIT" ]
null
null
null
src/startupscriptgenerator/src/node/scriptgenerator_test.go
cormacpayne/Oryx
7528f892db093e4f49a8d6586e0a41b45381673a
[ "MIT" ]
1
2020-07-30T12:52:25.000Z
2020-07-30T12:52:25.000Z
// -------------------------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. // -------------------------------------------------------------------------------------------- package main import ( "fmt" )...
29.41453
115
0.715967
f9c94e7e74b9d0549862947d618fb88735eaf234
9,901
go
Go
internal/tool/testing/mock_internalgitaly/internalgitaly.go
abaer123/gitlab-agent
71c94d781ae2a7ae2851bb946c37fe01b1ed3da0
[ "MIT" ]
null
null
null
internal/tool/testing/mock_internalgitaly/internalgitaly.go
abaer123/gitlab-agent
71c94d781ae2a7ae2851bb946c37fe01b1ed3da0
[ "MIT" ]
null
null
null
internal/tool/testing/mock_internalgitaly/internalgitaly.go
abaer123/gitlab-agent
71c94d781ae2a7ae2851bb946c37fe01b1ed3da0
[ "MIT" ]
null
null
null
// Code generated by MockGen. DO NOT EDIT. // Source: gitlab.com/gitlab-org/cluster-integration/gitlab-agent/internal/gitaly (interfaces: PoolInterface,FetchVisitor,PathEntryVisitor,PathFetcherInterface,PollerInterface) // Package mock_internalgitaly is a generated GoMock package. package mock_internalgitaly import (...
37.362264
176
0.764973
c7ae7690efbd4618f721fb391483edf29afeb0dd
17,861
py
Python
survos2/server/unet2d/unet2d.py
DiamondLightSource/SuRVoS2
42bacfb6a5cc267f38ca1337e51a443eae1a9d2b
[ "MIT" ]
4
2017-10-10T14:47:16.000Z
2022-01-14T05:57:50.000Z
survos2/server/unet2d/unet2d.py
DiamondLightSource/SuRVoS2
42bacfb6a5cc267f38ca1337e51a443eae1a9d2b
[ "MIT" ]
1
2022-01-11T21:11:12.000Z
2022-01-12T08:22:34.000Z
survos2/server/unet2d/unet2d.py
DiamondLightSource/SuRVoS2
42bacfb6a5cc267f38ca1337e51a443eae1a9d2b
[ "MIT" ]
2
2018-03-06T06:31:29.000Z
2019-03-04T03:33:18.000Z
# -*- coding: utf-8 -*- """Classes for 2d U-net training and prediction. """ import json from loguru import logger import os import sys import warnings from functools import partial from pathlib import Path from zipfile import ZipFile import numpy as np #from pytorch3dunet.unet3d.losses import GeneralizedDiceLoss impo...
41.82904
112
0.615979
2f171cfbda93ea56b8be48268214dfd38add4d31
1,172
php
PHP
app/Http/Controllers/ChecksController.php
nmfzone/car-rent-system
8edd0fee38dd27119bc2ecab644d1c20413077be
[ "MIT" ]
2
2017-05-17T03:13:26.000Z
2017-05-29T05:04:53.000Z
app/Http/Controllers/ChecksController.php
nmfzone/car-rent-system
8edd0fee38dd27119bc2ecab644d1c20413077be
[ "MIT" ]
1
2021-01-04T22:58:52.000Z
2021-01-04T22:58:52.000Z
app/Http/Controllers/ChecksController.php
nmfzone/car-rent-system
8edd0fee38dd27119bc2ecab644d1c20413077be
[ "MIT" ]
1
2020-04-26T13:20:49.000Z
2020-04-26T13:20:49.000Z
<?php namespace App\Http\Controllers; use App\Car; use Carbon\Carbon; use Illuminate\Http\Request; class ChecksController extends Controller { /** * Create a new controller instance. */ public function __construct() { $this->middleware('auth'); } /** * Display a listing of...
22.113208
70
0.5
38de07fd44bfd58544b68aaaa658b1ce9da031c2
1,772
h
C
usr.sbin/amd/include/uwait.h
weiss/original-bsd
b44636d7febc9dcf553118bd320571864188351d
[ "Unlicense" ]
114
2015-01-18T22:55:52.000Z
2022-02-17T10:45:02.000Z
usr.sbin/amd/include/uwait.h
JamesLinus/original-bsd
b44636d7febc9dcf553118bd320571864188351d
[ "Unlicense" ]
null
null
null
usr.sbin/amd/include/uwait.h
JamesLinus/original-bsd
b44636d7febc9dcf553118bd320571864188351d
[ "Unlicense" ]
29
2015-11-03T22:05:22.000Z
2022-02-08T15:36:37.000Z
/* * Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Jan-Simon Pendry at Imperial College...
30.551724
122
0.715011
04e124f2cef38fad53f90f88e803c3182ef480e2
105
sql
SQL
_/Ch01/listHistoryTables.sql
paullewallencom/oracle-978-1-8496-8372-2
f064eeb155c4ca25bebacf099b53d0f350ceaf79
[ "Apache-2.0" ]
null
null
null
_/Ch01/listHistoryTables.sql
paullewallencom/oracle-978-1-8496-8372-2
f064eeb155c4ca25bebacf099b53d0f350ceaf79
[ "Apache-2.0" ]
null
null
null
_/Ch01/listHistoryTables.sql
paullewallencom/oracle-978-1-8496-8372-2
f064eeb155c4ca25bebacf099b53d0f350ceaf79
[ "Apache-2.0" ]
null
null
null
SELECT table_name FROM dictionary WHERE table_name like 'DBA/_HIST/_%' ESCAPE '/' ORDER BY table_name;
26.25
48
0.771429
f35bf1b82f316ea680226b5676ab2edd7fefbb3d
4,349
swift
Swift
TradingSimulator/market.historic/HistoricQuote.swift
machille/TradingSimulator
4a92833a7d056a22e4225870c424e7e9c13ad1e4
[ "MIT", "Unlicense" ]
null
null
null
TradingSimulator/market.historic/HistoricQuote.swift
machille/TradingSimulator
4a92833a7d056a22e4225870c424e7e9c13ad1e4
[ "MIT", "Unlicense" ]
null
null
null
TradingSimulator/market.historic/HistoricQuote.swift
machille/TradingSimulator
4a92833a7d056a22e4225870c424e7e9c13ad1e4
[ "MIT", "Unlicense" ]
null
null
null
// // HistoricQuote.swift // Trading // // Created by Maroun Achille on 23/10/2018. // Copyright © 2018 Maroun Achille. All rights reserved. // import Foundation class HistoricQuote { var id: String var name: String var type: String var marketPlace: String private var hist = [StockQu...
28.801325
141
0.51782
2d153cd887ad493f38993f34cbcf829b93dd63c0
1,640
lua
Lua
mods/base/Hooks/EnvironmentManager.lua
Luffyyy/Raid-BLT-Lua
f951def0dc4e673e835e4ad8a8ecf65a1f7e6338
[ "MIT" ]
1
2017-10-20T01:06:05.000Z
2017-10-20T01:06:05.000Z
mods/base/Hooks/EnvironmentManager.lua
Luffyyy/Raid-BLT-Lua
f951def0dc4e673e835e4ad8a8ecf65a1f7e6338
[ "MIT" ]
null
null
null
mods/base/Hooks/EnvironmentManager.lua
Luffyyy/Raid-BLT-Lua
f951def0dc4e673e835e4ad8a8ecf65a1f7e6338
[ "MIT" ]
2
2019-04-19T18:42:03.000Z
2019-08-29T14:50:24.000Z
--Sky texture code / Ported from BeardLib. core:import("CoreClass") core:import("CoreEnvironmentHandler") core:import("CoreEnvironmentFeeder") core:module("CoreEnvironmentManager") EnvironmentManager = EnvironmentManager or CoreClass.class() Hooks:PostHook(EnvironmentManager, "init", "BLT.EnvironmentManager.Init"...
45.555556
143
0.792073
9836f618224c5e0d43a88715e5abe198bfa47bf5
598
asm
Assembly
programs/oeis/031/A031373.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/031/A031373.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/031/A031373.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A031373: Primes p(7n-1). ; 13,41,71,103,139,179,223,257,293,347,383,431,463,509,569,607,647,691,743,797,839,883,941,991,1033,1087,1123,1187,1231,1289,1321,1409,1451,1489,1549,1597,1627,1697,1747,1801,1871,1913,1987,2027,2083,2131,2203,2251,2297,2351,2393,2447,2531,2591,2657,2689,2729,2789,2837,2897,2957,3019,3079,316...
59.8
474
0.752508
3e5c71758148c57c53eef230198ba278b3777cb0
6,084
c
C
platform/mcu/stm32l475/Middlewares/USB_Host/Core/Src/usbh_pipes.c
jinlongliu/AliOS-Things
ce051172a775f987183e7aca88bb6f3b809ea7b0
[ "Apache-2.0" ]
12
2020-12-04T15:06:22.000Z
2022-01-19T09:57:47.000Z
platform/mcu/stm32l475/Middlewares/USB_Host/Core/Src/usbh_pipes.c
IamBaoMouMou/AliOS-Things
195a9160b871b3d78de6f8cf6c2ab09a71977527
[ "Apache-2.0" ]
3
2018-12-17T13:06:46.000Z
2018-12-28T01:40:59.000Z
platform/mcu/stm32l475/Middlewares/USB_Host/Core/Src/usbh_pipes.c
IamBaoMouMou/AliOS-Things
195a9160b871b3d78de6f8cf6c2ab09a71977527
[ "Apache-2.0" ]
6
2019-08-30T09:43:03.000Z
2021-04-05T04:20:41.000Z
/** ****************************************************************************** * @file usbh_pipes.c * @author MCD Application Team * @version V3.2.2 * @date 07-July-2015 * @brief This file implements functions for opening and closing Pipes **********************************************...
27.04
81
0.58021
75e6d2f237e8baf2358330b4e4cdb48f38ca1f57
8,614
php
PHP
src/Game/Map/Generator/Path.php
ekinhbayar/tower-defense
17f8c763c7534f065ea6a2eb710dad8a9240e838
[ "MIT" ]
2
2017-03-13T17:04:29.000Z
2017-03-16T16:58:07.000Z
src/Game/Map/Generator/Path.php
ekinhbayar/tower-defense
17f8c763c7534f065ea6a2eb710dad8a9240e838
[ "MIT" ]
null
null
null
src/Game/Map/Generator/Path.php
ekinhbayar/tower-defense
17f8c763c7534f065ea6a2eb710dad8a9240e838
[ "MIT" ]
null
null
null
<?php declare(strict_types = 1); namespace Game\Map\Generator; use Game\Entity\Coordinates; use Game\Entity\Map\Path as PathTile; /** * Rules: * * - Drawing a path from point a to point b * - Tiles must be placed random * - Tiles must be connected * - New tiles must be biased to point b * - No paths along the...
30.874552
146
0.574994
330bcb8284fec7ff83c5b51b2973e481ae9b2a12
1,376
py
Python
app/main/models/utils.py
tmeftah/e-invoice
7cfe31e9391eb60ab3d06f0055bd2f1e9a524971
[ "MIT" ]
2
2019-06-10T19:30:06.000Z
2020-04-30T01:05:04.000Z
app/main/models/utils.py
tmeftah/e-invoice
7cfe31e9391eb60ab3d06f0055bd2f1e9a524971
[ "MIT" ]
null
null
null
app/main/models/utils.py
tmeftah/e-invoice
7cfe31e9391eb60ab3d06f0055bd2f1e9a524971
[ "MIT" ]
3
2019-01-23T21:37:29.000Z
2020-04-08T13:22:29.000Z
from datetime import datetime import sqlalchemy as sa from flask_sqlalchemy import Model from sqlalchemy import ForeignKey from sqlalchemy.ext.declarative import declared_attr from sqlalchemy.orm import relationship from app.main.extensions import db class BaseMixin(Model): def save_to_db(self): try: ...
23.322034
62
0.634448
426e63ccb9340e89e82f3c6ffe4f06e627d6da2a
1,177
sql
SQL
consumer_data.package.sql
morten-egan/random_ninja
d0c1faf54448dd7e8e6d5ba13a1c75920a89c879
[ "MIT" ]
12
2018-02-14T11:51:59.000Z
2021-12-11T14:58:08.000Z
consumer_data.package.sql
morten-egan/random_ninja
d0c1faf54448dd7e8e6d5ba13a1c75920a89c879
[ "MIT" ]
21
2017-04-12T13:22:34.000Z
2022-03-27T18:01:06.000Z
consumer_data.package.sql
morten-egan/random_ninja
d0c1faf54448dd7e8e6d5ba13a1c75920a89c879
[ "MIT" ]
6
2017-04-09T08:16:06.000Z
2020-06-24T08:08:48.000Z
create or replace package consumer_data as /** Data for generating random consumer data. * @author Morten Egan * @version 0.0.1 * @project NINJA_RANDOM */ npg_version varchar2(250) := '1.3.0'; nonfood_categories varchar2(32000) := 'Home and Kitchen,Fashion,Electronics,Beauty,Leisure,Fu...
32.694444
161
0.712829
53ccaedd2a8bec95f73ec3072e4ef9456f5a8a37
741
java
Java
GalaxyQuests/src/main/java/com/galaxy/galaxyquests/menu/menus/questsmenus/StandardQuestMenu.java
MangoPlex/Minecraft-Projects
d97e6fa74855e39f77bf117a25b2f2d45d31ccf5
[ "MIT" ]
null
null
null
GalaxyQuests/src/main/java/com/galaxy/galaxyquests/menu/menus/questsmenus/StandardQuestMenu.java
MangoPlex/Minecraft-Projects
d97e6fa74855e39f77bf117a25b2f2d45d31ccf5
[ "MIT" ]
null
null
null
GalaxyQuests/src/main/java/com/galaxy/galaxyquests/menu/menus/questsmenus/StandardQuestMenu.java
MangoPlex/Minecraft-Projects
d97e6fa74855e39f77bf117a25b2f2d45d31ccf5
[ "MIT" ]
null
null
null
package com.galaxy.galaxyquests.menu.menus.questsmenus; import com.galaxy.galaxyquests.QuestsPlugin; import com.galaxy.galaxyquests.objects.quest.Quest; import com.galaxy.galaxyquests.objects.quest.QuestType; import me.hyfe.simplespigot.config.Config; import org.bukkit.entity.Player; import java.util.Collection; pub...
32.217391
102
0.766532
401e288ac3539a4c43bd8a86f1eae91fa5099647
6,557
py
Python
BALSAMIC/commands/report/deliver.py
ashwini06/BALSAMIC
f13d9414d67c006f58d5dc3cfd8f64803f83c2ad
[ "MIT" ]
null
null
null
BALSAMIC/commands/report/deliver.py
ashwini06/BALSAMIC
f13d9414d67c006f58d5dc3cfd8f64803f83c2ad
[ "MIT" ]
null
null
null
BALSAMIC/commands/report/deliver.py
ashwini06/BALSAMIC
f13d9414d67c006f58d5dc3cfd8f64803f83c2ad
[ "MIT" ]
null
null
null
import os import sys import logging import glob import json import yaml import click import copy import snakemake import datetime from collections import defaultdict from yapf.yapflib.yapf_api import FormatFile from BALSAMIC.utils.cli import get_from_two_key from BALSAMIC.utils.cli import merge_dict_on_key from BALSAM...
33.454082
88
0.626354
83e76ff507bc1ee459b572353ca72fc619d0ea8b
174,438
rs
Rust
gen/adsense1d4-cli/src/main.rs
eiz/google-apis-rs
76b4dcbe7c9eb76879465484fe4396e8df6f73af
[ "MIT-feh", "Apache-2.0", "MIT" ]
null
null
null
gen/adsense1d4-cli/src/main.rs
eiz/google-apis-rs
76b4dcbe7c9eb76879465484fe4396e8df6f73af
[ "MIT-feh", "Apache-2.0", "MIT" ]
null
null
null
gen/adsense1d4-cli/src/main.rs
eiz/google-apis-rs
76b4dcbe7c9eb76879465484fe4396e8df6f73af
[ "MIT-feh", "Apache-2.0", "MIT" ]
null
null
null
// DO NOT EDIT ! // This file was generated automatically from 'src/mako/cli/main.rs.mako' // DO NOT EDIT ! #![allow(unused_variables, unused_imports, dead_code, unused_mut)] extern crate tokio; #[macro_use] extern crate clap; use std::env; use std::io::{self, Write}; use clap::{App, SubCommand, Arg}; use google_ad...
47.896211
526
0.404923
f69bd62683277c12f3b9b5f200c9872d6ed7fc9f
1,638
dart
Dart
lib/0_provider_overview/provider_overview_11/counter.dart
md-siam/provider_tutorial
32fb5b4b2838e7869e44020689ae50931c1615ea
[ "MIT" ]
null
null
null
lib/0_provider_overview/provider_overview_11/counter.dart
md-siam/provider_tutorial
32fb5b4b2838e7869e44020689ae50931c1615ea
[ "MIT" ]
null
null
null
lib/0_provider_overview/provider_overview_11/counter.dart
md-siam/provider_tutorial
32fb5b4b2838e7869e44020689ae50931c1615ea
[ "MIT" ]
null
null
null
import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'count_notifier.dart'; class MyCounterApp extends StatelessWidget { const MyCounterApp({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return MaterialApp( title: 'Counter', debug...
27.3
60
0.473138
79cdd94603fdc7a856ce2923544bd81ff24d03a3
3,118
kt
Kotlin
android/testSrc/com/android/tools/idea/gradle/project/upgrade/AgpUpgradeAssistantIntegrationTest.kt
phpc0de/idea-android
79e20f027ca1d047b91aa7acd92fb71fa2968a09
[ "Apache-2.0" ]
null
null
null
android/testSrc/com/android/tools/idea/gradle/project/upgrade/AgpUpgradeAssistantIntegrationTest.kt
phpc0de/idea-android
79e20f027ca1d047b91aa7acd92fb71fa2968a09
[ "Apache-2.0" ]
null
null
null
android/testSrc/com/android/tools/idea/gradle/project/upgrade/AgpUpgradeAssistantIntegrationTest.kt
phpc0de/idea-android
79e20f027ca1d047b91aa7acd92fb71fa2968a09
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2020 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
55.678571
135
0.776139
02b7b32dc130e49902517d8d0c5b4360f7a172ea
3,984
lua
Lua
General.lua
Road-block/TinyTooltip
76460bb00a1d2a0b7c6942123a4600def84b2ffe
[ "MIT" ]
4
2022-01-27T07:38:06.000Z
2022-03-24T12:04:56.000Z
General.lua
Road-block/TinyTooltip
76460bb00a1d2a0b7c6942123a4600def84b2ffe
[ "MIT" ]
null
null
null
General.lua
Road-block/TinyTooltip
76460bb00a1d2a0b7c6942123a4600def84b2ffe
[ "MIT" ]
null
null
null
local LibEvent = LibStub:GetLibrary("LibEvent.7000") local DEAD = DEAD local CopyTable = CopyTable local addon = TinyTooltip BigTipDB = {} TinyTooltipCharacterDB = {} local function ColorStatusBar(self, value) if (addon.db.general.statusbarColor == "auto") then local unit = "mouseover" local fo...
36.888889
156
0.673444
86180e3d99aeb57751c5725d4bc61c889c016899
150
go
Go
event/reply.go
frolFomich/message
33015efc68ba9a38266f30815942cd1c26cd1f33
[ "Apache-2.0" ]
null
null
null
event/reply.go
frolFomich/message
33015efc68ba9a38266f30815942cd1c26cd1f33
[ "Apache-2.0" ]
null
null
null
event/reply.go
frolFomich/message
33015efc68ba9a38266f30815942cd1c26cd1f33
[ "Apache-2.0" ]
null
null
null
package event type Reply interface { Event Items() interface{} HasMore() interface{} } type ReplayReply interface { Reply SubjectId() string }
11.538462
28
0.726667
22efe3f84f3436eb3b8ea09ca9829fddb8a35343
730
h
C
MeetRTCSDK/MeetRTCSDK/WebRTCAVRecordingDelegate.h
Teamxrtc/MeetRTC_iOS
62ea0539ce03f6e24b059803310a8d41f97784c4
[ "Apache-2.0" ]
44
2016-01-21T05:37:48.000Z
2020-11-05T15:12:56.000Z
MeetRTC/libs/include/MeetRTCSDK/WebRTCAVRecordingDelegate.h
sahwar/MeetRTC_iOS
62ea0539ce03f6e24b059803310a8d41f97784c4
[ "Apache-2.0" ]
18
2016-01-21T08:37:24.000Z
2018-05-04T12:58:11.000Z
MeetRTC/libs/include/MeetRTCSDK/WebRTCAVRecordingDelegate.h
sahwar/MeetRTC_iOS
62ea0539ce03f6e24b059803310a8d41f97784c4
[ "Apache-2.0" ]
27
2016-01-21T07:51:21.000Z
2021-01-25T09:02:31.000Z
// // WebRTCRecordingDelegate.m // meet-webrtc-sdk // // Created by Gupta, Harish on 5/13/15. // Copyright 2014 Comcast Cable Communications Management, LLC // #import <Foundation/Foundation.h> typedef enum { WebRTCAVRecordingStarted, WebRTCAVRecordingEnded, WebRTCAVRecordingWarning, } RecordingEventTy...
27.037037
69
0.765753
4080cbc74aab13bf70b7493d894d9ac6bdeeaca7
3,779
py
Python
ibl/datasets/pitts.py
adujardin/OpenIBL
ad708f80e2d1618c763cd18f128bcefc5758d518
[ "MIT" ]
182
2020-08-05T12:36:46.000Z
2022-03-17T01:50:53.000Z
ibl/datasets/pitts.py
CaiYingFeng/OpenIBL
5ab80d65afa42ca22210c4c08983fdc156696bab
[ "MIT" ]
32
2020-08-24T19:16:32.000Z
2022-03-26T02:07:53.000Z
ibl/datasets/pitts.py
CaiYingFeng/OpenIBL
5ab80d65afa42ca22210c4c08983fdc156696bab
[ "MIT" ]
42
2020-08-15T03:42:06.000Z
2022-03-23T09:28:47.000Z
from __future__ import print_function, absolute_import import os.path as osp from collections import namedtuple import torch.distributed as dist from ..utils.data import Dataset from ..utils.osutils import mkdir_if_missing from ..utils.serialization import write_json, read_mat from ..utils.dist_utils import synchroniz...
36.336538
91
0.555967
1f12ef9a1f249d7dcf1e6fb3894424310b1800ce
2,622
css
CSS
src/css/components/Explorer.css
tomohiroyoshida/viron
7fd7e52e1b945e1b163d6b45c3fb1fafc88dab27
[ "MIT" ]
1,002
2018-01-31T02:42:51.000Z
2022-03-30T02:20:05.000Z
src/css/components/Explorer.css
tomohiroyoshida/viron
7fd7e52e1b945e1b163d6b45c3fb1fafc88dab27
[ "MIT" ]
169
2018-01-31T02:50:32.000Z
2022-03-30T03:28:20.000Z
src/css/components/Explorer.css
tomohiroyoshida/viron
7fd7e52e1b945e1b163d6b45c3fb1fafc88dab27
[ "MIT" ]
66
2018-02-01T23:43:16.000Z
2022-03-03T06:56:02.000Z
:root { --component-explorer-column-min-count: 1; } .Explorer { position: relative; display: block; &__head { @apply --layout-center-center; padding: 24px; } &__title { @apply --text-truncate; flex-grow: 1; font-size: 1.6rem; } &__control { @apply --layout-center-start; ...
16.490566
83
0.561022
57d6de9552373edc49a955519863e8dd237a76d0
2,844
kt
Kotlin
app/src/main/java/com/gmail/tofibashers/blacklist/data/repo/BlacklistPhoneNumberItemRepository.kt
TofiBashers/Blacklist
1e72f8e59f52205a89a18864302bc2cf6f5f04ad
[ "Apache-2.0" ]
6
2018-06-29T18:54:30.000Z
2019-11-24T13:49:55.000Z
app/src/main/java/com/gmail/tofibashers/blacklist/data/repo/BlacklistPhoneNumberItemRepository.kt
TofiBashers/Blacklist
1e72f8e59f52205a89a18864302bc2cf6f5f04ad
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/gmail/tofibashers/blacklist/data/repo/BlacklistPhoneNumberItemRepository.kt
TofiBashers/Blacklist
1e72f8e59f52205a89a18864302bc2cf6f5f04ad
[ "Apache-2.0" ]
null
null
null
package com.gmail.tofibashers.blacklist.data.repo import com.gmail.tofibashers.blacklist.data.datasource.IDatabaseSource import com.gmail.tofibashers.blacklist.data.datasource.IMemoryDatasource import com.gmail.tofibashers.blacklist.data.db.entity.mapper.DbBlacklistPhoneNumberItemMapper import com.gmail.tofibashers.bl...
48.20339
128
0.812236
8150365b02b045219ca58b4b0a4641ea72f34116
9,205
rs
Rust
ui/src/lib.rs
Barogthor/RustOpengl
bfffd4483df4e49cfd5309dba2feaa2ffcc8d0b5
[ "MIT" ]
null
null
null
ui/src/lib.rs
Barogthor/RustOpengl
bfffd4483df4e49cfd5309dba2feaa2ffcc8d0b5
[ "MIT" ]
null
null
null
ui/src/lib.rs
Barogthor/RustOpengl
bfffd4483df4e49cfd5309dba2feaa2ffcc8d0b5
[ "MIT" ]
null
null
null
pub use winit; pub type LoopType = winit::event_loop::EventLoop<()>; use winit::event::{VirtualKeyCode, MouseButton, Event}; use math::glm; use crate::InputState::{Pressed, Released}; const MAX_MOUSE_BUTTONS: usize = 256; const MAX_KEY_BUTTONS: usize = 512; pub type Sensitivity = f32; pub enum Gesture { NoGest...
32.411972
98
0.490712
37b42643b7bda12b1f1b3f934e3cd381725cea42
5,289
sql
SQL
Database/10082017.sql
azadhamza/sindhtv
f83f2f73842b19424d3e327dd1abebc7ba6aa867
[ "MIT" ]
null
null
null
Database/10082017.sql
azadhamza/sindhtv
f83f2f73842b19424d3e327dd1abebc7ba6aa867
[ "MIT" ]
null
null
null
Database/10082017.sql
azadhamza/sindhtv
f83f2f73842b19424d3e327dd1abebc7ba6aa867
[ "MIT" ]
null
null
null
/* SQLyog Enterprise - MySQL GUI v7.15 MySQL - 5.6.17 : Database - sindh_tv_db ********************************************************************* */ /*!40101 SET NAMES utf8 */; /*!40101 SET SQL_MODE=''*/; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*Table structure ...
77.779412
444
0.673473
b3c4001063004d842269dd0f692d2b2f977dc1bd
2,460
rb
Ruby
lib/td/task_list.rb
marktermaat/td-terminal
cf3a1ce5bd7b47b1dd4958eade46a3513d6a812a
[ "MIT" ]
null
null
null
lib/td/task_list.rb
marktermaat/td-terminal
cf3a1ce5bd7b47b1dd4958eade46a3513d6a812a
[ "MIT" ]
null
null
null
lib/td/task_list.rb
marktermaat/td-terminal
cf3a1ce5bd7b47b1dd4958eade46a3513d6a812a
[ "MIT" ]
null
null
null
require_relative 'task' require_relative 'command_error' module Td class TaskList def initialize(io, presenter) @io = io @presenter = presenter @tasks = @io.read_tasks end def list @presenter.present_tasks(@tasks) end def start_task(task_number) task = find_task(ta...
25.625
80
0.610569
cdf2dcc7d7928719a790610623588257c318bac7
1,077
kt
Kotlin
platform/platform-impl/src/com/intellij/ide/ClientCopyPasteManager.kt
06needhamt/intellij-community
63d7b8030e4fdefeb4760e511e289f7e6b3a5c5b
[ "Apache-2.0" ]
null
null
null
platform/platform-impl/src/com/intellij/ide/ClientCopyPasteManager.kt
06needhamt/intellij-community
63d7b8030e4fdefeb4760e511e289f7e6b3a5c5b
[ "Apache-2.0" ]
null
null
null
platform/platform-impl/src/com/intellij/ide/ClientCopyPasteManager.kt
06needhamt/intellij-community
63d7b8030e4fdefeb4760e511e289f7e6b3a5c5b
[ "Apache-2.0" ]
null
null
null
// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.ide import com.intellij.openapi.components.service import com.intellij.openapi.editor.Document import org.jetbrains.annotations.ApiStatus import java.awt.dat...
34.741935
140
0.790158
0c3ca22982d18edc4dbcba9ed6fb539b7bafdd7c
3,705
swift
Swift
ExampleSwift/Paginator-ExampleSwift/JSONHTTPRequestHandler.swift
anton-filimonov/Paginator
866f21e7f1ec1e095c4c3beef113cbdaf779489c
[ "MIT" ]
null
null
null
ExampleSwift/Paginator-ExampleSwift/JSONHTTPRequestHandler.swift
anton-filimonov/Paginator
866f21e7f1ec1e095c4c3beef113cbdaf779489c
[ "MIT" ]
null
null
null
ExampleSwift/Paginator-ExampleSwift/JSONHTTPRequestHandler.swift
anton-filimonov/Paginator
866f21e7f1ec1e095c4c3beef113cbdaf779489c
[ "MIT" ]
null
null
null
// // JSONHTTPRequestHandler.swift // Paginator-ExampleSwift // // Created by Anton Filimonov on 11/11/2017. // Copyright © 2017 Anton Filimonov. All rights reserved. // import Foundation import AFPaginator class JSONHTTPRequestHandler: DataRequestHandler { let requestTimeout: TimeInterval = 30 let e...
32.5
103
0.565452
68466d8b6fa5d7f1d7de7c1c4e0596495d63dc79
771
swift
Swift
Application/Enigma/Utilities/Protocols.swift
aaryankotharii/enigma7-iOS
4084896acd85b45b1cee65554a8e493326255745
[ "MIT" ]
1
2021-02-03T17:27:10.000Z
2021-02-03T17:27:10.000Z
Application/Enigma/Utilities/Protocols.swift
aaryankotharii/enigma7-iOS
4084896acd85b45b1cee65554a8e493326255745
[ "MIT" ]
null
null
null
Application/Enigma/Utilities/Protocols.swift
aaryankotharii/enigma7-iOS
4084896acd85b45b1cee65554a8e493326255745
[ "MIT" ]
1
2021-02-03T17:26:48.000Z
2021-02-03T17:26:48.000Z
// // Protocols.swift // Enigma // // Created by Aaryan Kothari on 15/01/21. // Copyright © 2021 Aaryan Kothari. All rights reserved. // import UIKit // MARK:- PROTOCOLS /// SHARE DELEGATE /// setShare: changes icon of info tab when true protocol ShareDelegate : class { func setShare(bool : Bool, image: UIIm...
18.357143
57
0.706874
3074d48bd556b8814db1fa1021d9a751d227375b
4,401
dart
Dart
lib/meta/views/tabs/sections/pub/elements/search_result_tile.dart
FlutterMatic/desktop
5480f5436733350eda936824e60ea4b7ee5d3ee5
[ "BSD-3-Clause" ]
5
2022-01-21T02:16:57.000Z
2022-02-26T17:34:21.000Z
lib/meta/views/tabs/sections/pub/elements/search_result_tile.dart
FlutterMatic/desktop
5480f5436733350eda936824e60ea4b7ee5d3ee5
[ "BSD-3-Clause" ]
45
2022-01-09T09:01:38.000Z
2022-02-27T12:36:01.000Z
lib/meta/views/tabs/sections/pub/elements/search_result_tile.dart
FlutterMatic/FlutterMatic-desktop
5480f5436733350eda936824e60ea4b7ee5d3ee5
[ "BSD-3-Clause" ]
2
2021-12-04T07:25:16.000Z
2021-12-04T07:26:26.000Z
// 🐦 Flutter imports: import 'package:flutter/material.dart'; // 📦 Package imports: import 'package:pub_api_client/pub_api_client.dart'; // 🌎 Project imports: import 'package:fluttermatic/app/constants/constants.dart'; import 'package:fluttermatic/components/widgets/buttons/rectangle_button.dart'; import 'package:...
31.212766
85
0.535106
5dbff56a55f793c3390119cca991bb023c637c72
1,934
go
Go
mangle.go
KarpelesLab/iso9660
23d0ef3da166cbc74daa3b0c4653fbde2426f8e9
[ "Apache-2.0" ]
8
2020-04-11T15:44:17.000Z
2021-03-04T22:36:06.000Z
mangle.go
KarpelesLab/iso9660
23d0ef3da166cbc74daa3b0c4653fbde2426f8e9
[ "Apache-2.0" ]
2
2020-04-12T06:33:37.000Z
2020-04-12T11:05:25.000Z
mangle.go
KarpelesLab/iso9660
23d0ef3da166cbc74daa3b0c4653fbde2426f8e9
[ "Apache-2.0" ]
1
2020-04-11T19:00:02.000Z
2020-04-11T19:00:02.000Z
package iso9660 import ( "path" "strings" ) func manglePath(input string) (string, string) { nonEmptySegments := splitPath(path.Clean(input)) dirSegments := nonEmptySegments[:len(nonEmptySegments)-1] name := nonEmptySegments[len(nonEmptySegments)-1] for i := 0; i < len(dirSegments); i++ { dirSegments[i] = m...
23.02381
88
0.701138
55dddcb241a2c7c09ed990a0fea7eed826fb1e5e
2,402
sql
SQL
src/main/resources/db/migration/oracle/V2.6.0.20181010185036__schema-user-import-scheduler.sql
patrickfischer1/WebAPI
759334d4161267b1f728a624590b566bb64abaec
[ "Apache-2.0" ]
99
2015-01-06T18:24:25.000Z
2022-03-10T16:34:04.000Z
src/main/resources/db/migration/oracle/V2.6.0.20181010185036__schema-user-import-scheduler.sql
patrickfischer1/WebAPI
759334d4161267b1f728a624590b566bb64abaec
[ "Apache-2.0" ]
1,261
2015-01-01T17:33:35.000Z
2022-03-28T18:16:27.000Z
src/main/resources/db/migration/oracle/V2.6.0.20181010185036__schema-user-import-scheduler.sql
patrickfischer1/WebAPI
759334d4161267b1f728a624590b566bb64abaec
[ "Apache-2.0" ]
159
2015-01-12T13:39:42.000Z
2022-03-15T13:39:31.000Z
CREATE SEQUENCE ${ohdsiSchema}.user_import_job_seq; CREATE TABLE ${ohdsiSchema}.user_import_job( id NUMBER(19) NOT NULL, is_enabled CHAR(1) DEFAULT '0' NOT NULL, start_date TIMESTAMP WITH TIME ZONE, frequency VARCHAR(100) NOT NULL, recurring_times INTEGER NOT NULL, recurring_until_date TIMESTAMP WITH TIME ...
50.041667
124
0.763114
471efb29ee10651d682db0be2510a304a8d90ea0
1,185
swift
Swift
Package.swift
taketo1024/swm-hfk
5c41ada793cd9365a2b5ef2737998ced487b6016
[ "MIT" ]
null
null
null
Package.swift
taketo1024/swm-hfk
5c41ada793cd9365a2b5ef2737998ced487b6016
[ "MIT" ]
null
null
null
Package.swift
taketo1024/swm-hfk
5c41ada793cd9365a2b5ef2737998ced487b6016
[ "MIT" ]
null
null
null
// swift-tools-version:5.3 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription let package = Package( name: "swm-hfk", products: [ .library( name: "SwmHFK", targets: ["SwmHFK"] ), ], dependen...
25.76087
96
0.498734
180ea7461cf9e432c05b8e0e7ea08a76c94477b4
1,383
rb
Ruby
app/graphql/mutations/edit_contact.rb
KojoOwusu/ContactApp
f85f9bd220aaf11de43fd0403ed4c142f7bdcf31
[ "MIT" ]
null
null
null
app/graphql/mutations/edit_contact.rb
KojoOwusu/ContactApp
f85f9bd220aaf11de43fd0403ed4c142f7bdcf31
[ "MIT" ]
null
null
null
app/graphql/mutations/edit_contact.rb
KojoOwusu/ContactApp
f85f9bd220aaf11de43fd0403ed4c142f7bdcf31
[ "MIT" ]
null
null
null
module Mutations class EditContact < BaseMutation # TODO: define return fields field :contact, Types::ContactType, null: false # TODO: define arguments argument :id, ID, required: true argument :firstname, String, required:false argument :lastname, String, required:false argument :phonenu...
33.731707
77
0.662328
c389746153356eeedc2b1ca801168493d966f429
3,099
sql
SQL
db/db.sql
EliuFlorez/codeigniter-credit
145505b662f3682ab5549f08690076067fc5fa84
[ "MIT" ]
null
null
null
db/db.sql
EliuFlorez/codeigniter-credit
145505b662f3682ab5549f08690076067fc5fa84
[ "MIT" ]
null
null
null
db/db.sql
EliuFlorez/codeigniter-credit
145505b662f3682ab5549f08690076067fc5fa84
[ "MIT" ]
null
null
null
-- -- Table structure for table `settings` -- CREATE TABLE IF NOT EXISTS `credit_users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(120) DEFAULT NULL, `password` varchar(120) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for tabl...
29.798077
228
0.719264
1cbca78b3c2108dd916ec49be4ae22fb13bf9155
8,083
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1660.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1660.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1660.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x18871, %rsi lea addresses_WC_ht+0x3971, %rdi nop nop and %r8, %r8 mov $34, %rcx rep movsl nop nop nop nop nop sub %r11, %r11 lea addresses_WC_ht+0xf371, %rsi lea addresses_WC_...
31.574219
2,999
0.656192
4e5878f6ccfa619d49b2d60793464fab4961e863
349
kt
Kotlin
libnavui-maps/src/main/java/com/mapbox/navigation/ui/maps/snapshotter/model/SnapshotError.kt
bikemap/mapbox-navigation-android
5de9c3c9484466b641ab8907ce9ed316598bad56
[ "Apache-2.0", "BSD-2-Clause", "MIT" ]
null
null
null
libnavui-maps/src/main/java/com/mapbox/navigation/ui/maps/snapshotter/model/SnapshotError.kt
bikemap/mapbox-navigation-android
5de9c3c9484466b641ab8907ce9ed316598bad56
[ "Apache-2.0", "BSD-2-Clause", "MIT" ]
null
null
null
libnavui-maps/src/main/java/com/mapbox/navigation/ui/maps/snapshotter/model/SnapshotError.kt
bikemap/mapbox-navigation-android
5de9c3c9484466b641ab8907ce9ed316598bad56
[ "Apache-2.0", "BSD-2-Clause", "MIT" ]
1
2021-07-15T16:29:31.000Z
2021-07-15T16:29:31.000Z
package com.mapbox.navigation.ui.maps.snapshotter.model /** * The state is returned if there is an error generating the snapshot * @param errorMessage an error message * @param throwable an optional throwable value expressing the error */ class SnapshotError internal constructor( val errorMessage: String?, ...
29.083333
69
0.770774
7b90c0820d84c9b6c3bdaa9713f97e0a35314995
6,711
swift
Swift
ios/RIBs/Classes/ComponentizedBuilder.swift
bpollman/RIBs
c682404370559deecbc0313966aba90581cb57f2
[ "Apache-2.0" ]
10
2020-02-20T07:23:06.000Z
2022-01-24T15:12:36.000Z
ios/RIBs/Classes/ComponentizedBuilder.swift
bpollman/RIBs
c682404370559deecbc0313966aba90581cb57f2
[ "Apache-2.0" ]
14
2021-02-17T01:47:05.000Z
2021-02-24T07:45:19.000Z
ios/RIBs/Classes/ComponentizedBuilder.swift
bpollman/RIBs
c682404370559deecbc0313966aba90581cb57f2
[ "Apache-2.0" ]
2
2021-02-03T12:52:05.000Z
2021-03-10T14:56:40.000Z
// // Copyright (c) 2017. Uber Technologies // // 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 ...
45.965753
183
0.720012
0b3b1b7fa53f607bfa6820806f9bdec88c43a29d
2,092
py
Python
sushy/tests/unit/resources/fabric/test_endpoint.py
sapcc/sushy
7016cc0f31050ab656e1e26c80bd44ce3e9fd57a
[ "Apache-2.0" ]
37
2017-03-24T10:17:37.000Z
2022-02-10T19:42:26.000Z
sushy/tests/unit/resources/fabric/test_endpoint.py
sapcc/sushy
7016cc0f31050ab656e1e26c80bd44ce3e9fd57a
[ "Apache-2.0" ]
4
2020-07-08T10:53:30.000Z
2020-07-30T11:56:20.000Z
sushy/tests/unit/resources/fabric/test_endpoint.py
sapcc/sushy
7016cc0f31050ab656e1e26c80bd44ce3e9fd57a
[ "Apache-2.0" ]
29
2017-07-19T21:28:06.000Z
2021-06-09T05:20:32.000Z
# Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # d...
40.230769
78
0.68021
bec2d68f16fc71343214ce7092df319c4798b5db
1,111
swift
Swift
Scroggle/Common/Extensions/UIViewControllerExtension.swift
intere/scroggle
31803c880f20ba11da0c6a4e0d7a3fad7c61797f
[ "MIT" ]
2
2017-10-23T14:46:11.000Z
2019-03-28T16:29:34.000Z
Scroggle/Common/Extensions/UIViewControllerExtension.swift
intere/scroggle
31803c880f20ba11da0c6a4e0d7a3fad7c61797f
[ "MIT" ]
8
2018-07-15T16:14:14.000Z
2018-11-13T12:43:20.000Z
Scroggle/Common/Extensions/UIViewControllerExtension.swift
intere/scroggle
31803c880f20ba11da0c6a4e0d7a3fad7c61797f
[ "MIT" ]
null
null
null
// // UIViewControllerExtension.swift // Scroggle // // Created by Eric Internicola on 10/9/18. // Copyright © 2018 Eric Internicola. All rights reserved. // import UIKit extension UIViewController { /// Are we currently in the portrait layout? var isPortrait: Bool { return view.bounds.height > v...
25.837209
98
0.621962
868fb7bfb9d661bfdb8583a4e22a67365647e725
1,993
go
Go
Godeps/_workspace/src/github.com/0xfaded/eval/testgen/common.go
mewbak/godebug-1
bfb01ae9c26601793d8cf00f074489f7ad52288a
[ "Apache-2.0" ]
3,042
2015-02-04T06:29:20.000Z
2022-02-16T01:29:31.000Z
Godeps/_workspace/src/github.com/0xfaded/eval/testgen/common.go
mewbak/godebug-1
bfb01ae9c26601793d8cf00f074489f7ad52288a
[ "Apache-2.0" ]
92
2015-02-04T06:28:39.000Z
2021-05-05T19:26:41.000Z
Godeps/_workspace/src/github.com/0xfaded/eval/testgen/common.go
mewbak/godebug-1
bfb01ae9c26601793d8cf00f074489f7ad52288a
[ "Apache-2.0" ]
162
2015-02-19T21:12:02.000Z
2020-12-15T18:49:22.000Z
package main import ( "bufio" "go/build" "fmt" "io" "io/ioutil" "strings" "os" "os/exec" ) func compileExpr(expr string) (compileErrors []string, err error) { return compileExprWithDefs(expr, "") } func compileExprWithDefs(expr, defs string) (compileErrors []string, err error) { return compileExprWithDe...
19.732673
104
0.651781
ddd9be8fd2f56bfffe2ab8e3bb747b8bde8c5c5c
78
php
PHP
src/Database/Model.php
Ahmed-Ibrahimm/bubble-web
fa81bb7e84ab8d08f36efc90ed6a4e698ecf274e
[ "MIT" ]
13
2021-07-21T07:57:31.000Z
2021-07-25T21:40:21.000Z
src/Database/Model.php
Ahmed-Ibrahimm/bubble-web
fa81bb7e84ab8d08f36efc90ed6a4e698ecf274e
[ "MIT" ]
1
2021-08-22T23:15:52.000Z
2021-08-24T07:51:32.000Z
src/Database/Model.php
Ahmed-Ibrahimm/bubble-web
fa81bb7e84ab8d08f36efc90ed6a4e698ecf274e
[ "MIT" ]
1
2021-08-20T20:41:59.000Z
2021-08-20T20:41:59.000Z
<?php namespace DinoPHP\Database; abstract class Model extends Database { }
11.142857
39
0.769231
0a0e7a2776eea5b95fdcae59ccd057721e5c05a2
2,637
ts
TypeScript
.storybook/main.ts
curology/radiance-ui
a7c286f20371ce7256bb8b067d15990afa7c791f
[ "MIT" ]
17
2020-03-29T19:10:10.000Z
2022-02-16T17:23:30.000Z
.storybook/main.ts
curology/radiance-ui
a7c286f20371ce7256bb8b067d15990afa7c791f
[ "MIT" ]
509
2020-01-29T13:57:58.000Z
2022-03-31T16:49:11.000Z
.storybook/main.ts
curology/radiance-ui
a7c286f20371ce7256bb8b067d15990afa7c791f
[ "MIT" ]
8
2020-07-15T17:57:22.000Z
2021-04-30T18:23:08.000Z
const path = require('path'); const CircularDependencyPlugin = require('circular-dependency-plugin'); const babelConfig = require('../babel.config'); const toPath = (_path: string) => path.join(process.cwd(), _path); /** * {@link https://storybook.js.org/docs/ember/configure/overview#configure-your-storybook-projec...
29.3
154
0.622298
0edada282b20395f6590e81d40de359e2b20807f
6,354
c
C
deps/unixODBC-2.3.4/Drivers/MiniSQL/SQLStatistics.c
abdalla/docker-image-for-python-boto3-mysql
43cc72ff611ddc7578ff2c815c73fc333d27074a
[ "MIT" ]
null
null
null
deps/unixODBC-2.3.4/Drivers/MiniSQL/SQLStatistics.c
abdalla/docker-image-for-python-boto3-mysql
43cc72ff611ddc7578ff2c815c73fc333d27074a
[ "MIT" ]
null
null
null
deps/unixODBC-2.3.4/Drivers/MiniSQL/SQLStatistics.c
abdalla/docker-image-for-python-boto3-mysql
43cc72ff611ddc7578ff2c815c73fc333d27074a
[ "MIT" ]
null
null
null
/******************************************************************** * SQLStatistics * ********************************************************************** * * This code was created by Peter Harvey (mostly during Christmas 98/99). * This code is LGPL. Please ensure that this message remains in future * distri...
31.929648
122
0.58955
0aa5f90596d86d3afb54fb1d31550610b9032d24
11,834
swift
Swift
JivoShared/Models/Guest/Guest+Update.swift
JivoChat/JMShared
062cd25e989e7ab2f5c4379ddfd1744fa78987c5
[ "MIT" ]
null
null
null
JivoShared/Models/Guest/Guest+Update.swift
JivoChat/JMShared
062cd25e989e7ab2f5c4379ddfd1744fa78987c5
[ "MIT" ]
null
null
null
JivoShared/Models/Guest/Guest+Update.swift
JivoChat/JMShared
062cd25e989e7ab2f5c4379ddfd1744fa78987c5
[ "MIT" ]
null
null
null
// // Guest+Update.swift // JivoMobile // // Created by Stan Potemkin on 05.09.2020. // Copyright © 2020 JivoSite. All rights reserved. // import Foundation import JMCodingKit extension Guest { public func performApply(inside context: IDatabaseContext, with change: BaseModelChange) { if let c = chan...
32.333333
94
0.625063
1750fb832112782e817d7bf23e384766672f343b
2,196
html
HTML
_posts/CS-algorithm/2010-05-21-Longest common subsequence problem..html
cutepig123/cutepig123.github.io
38e8dde720d79b6e7816bbbe15913edc234b7ad7
[ "MIT" ]
3
2022-02-08T03:51:49.000Z
2022-02-16T06:03:07.000Z
_posts/CS-algorithm/2010-05-21-Longest common subsequence problem..html
cutepig123/cutepig123.github.io
38e8dde720d79b6e7816bbbe15913edc234b7ad7
[ "MIT" ]
394
2021-03-14T03:17:40.000Z
2022-03-15T02:55:38.000Z
_posts/CS-algorithm/2010-05-21-Longest common subsequence problem..html
cutepig123/cutepig123.github.io
38e8dde720d79b6e7816bbbe15913edc234b7ad7
[ "MIT" ]
1
2021-08-29T09:22:25.000Z
2021-08-29T09:22:25.000Z
<p>http://en.wikipedia.org/wiki/Longest_common_subsequence_problem</p><p>&nbsp;</p><p><h3><span id="LCS_function_defined"><em>LCS</em> function defined</span></h3> <p>Let two sequences be defined as follows: <em>X</em> = (<em>x</em><sub>1</sub>, <em>x</em><sub>2</sub>...<em>x</em><sub>m</sub>) and <em>Y</em> = (<em>y</...
2,196
2,196
0.6398
98a121f287d5874310e82b7b11b6f6d195cc5d9f
1,017
html
HTML
manuscript/page-52/body.html
marvindanig/cheri
1f9cdfe02edfbc170d890515ff0a3802d971582f
[ "BlueOak-1.0.0", "CC-BY-4.0", "Unlicense" ]
null
null
null
manuscript/page-52/body.html
marvindanig/cheri
1f9cdfe02edfbc170d890515ff0a3802d971582f
[ "BlueOak-1.0.0", "CC-BY-4.0", "Unlicense" ]
null
null
null
manuscript/page-52/body.html
marvindanig/cheri
1f9cdfe02edfbc170d890515ff0a3802d971582f
[ "BlueOak-1.0.0", "CC-BY-4.0", "Unlicense" ]
null
null
null
<div class="leaf flex"><div class="inner justify"><p class="no-indent ">revenu…. Les femmes… je les ai vues."</p><p>Il disait ces choses basses d'une voix assoupie, dont Léa écoutait le son plein et doux et recevait le souffle tiède sur son oreille. Il avait saisi le long collier de Léa et roulait les grosses perles e...
1,017
1,017
0.757129
f081d74683e4da50d27ee2a254cfa3157f59305b
924
py
Python
tests/functional/modules/test_zos_tso_command.py
IBM/zos-core-collection-ftp
017d2e031d64984571bd9bb330f49adaced387a6
[ "Apache-2.0" ]
4
2021-03-17T02:24:02.000Z
2022-01-28T22:08:17.000Z
tests/functional/modules/test_zos_tso_command.py
IBM/zos-core-collection-ftp
017d2e031d64984571bd9bb330f49adaced387a6
[ "Apache-2.0" ]
null
null
null
tests/functional/modules/test_zos_tso_command.py
IBM/zos-core-collection-ftp
017d2e031d64984571bd9bb330f49adaced387a6
[ "Apache-2.0" ]
null
null
null
from __future__ import absolute_import, division, print_function __metaclass__ = type import os import sys import warnings import ansible.constants import ansible.errors import ansible.utils import pytest from pprint import pprint # The positive path test def test_zos_tso_command_listuser(ansible_adhoc): hosts ...
30.8
68
0.737013
84c680eb4910e3f169fa2e131c421229a6b29712
108
h
C
Source/iPhone/HomeNavigationBar.h
reddit/AlienBlue
cc37f574c244ec2b49ad780a7edb100f0df0e400
[ "BSD-3-Clause" ]
23
2021-10-04T19:39:05.000Z
2022-03-30T15:00:15.000Z
Source/iPhone/HomeNavigationBar.h
reddit/AlienBlue
cc37f574c244ec2b49ad780a7edb100f0df0e400
[ "BSD-3-Clause" ]
null
null
null
Source/iPhone/HomeNavigationBar.h
reddit/AlienBlue
cc37f574c244ec2b49ad780a7edb100f0df0e400
[ "BSD-3-Clause" ]
1
2021-10-05T18:21:49.000Z
2021-10-05T18:21:49.000Z
#import "ABCustomOutlineNavigationBar.h" @interface HomeNavigationBar : ABCustomOutlineNavigationBar @end
18
59
0.851852
87815b0b36080bec278145a51271d9e6a723aeb2
876
html
HTML
manuscript/page-559/body.html
marvindanig/anne-of-green-gables
3f17157e2812837c098131408547de5261c202a1
[ "CECILL-B" ]
null
null
null
manuscript/page-559/body.html
marvindanig/anne-of-green-gables
3f17157e2812837c098131408547de5261c202a1
[ "CECILL-B" ]
null
null
null
manuscript/page-559/body.html
marvindanig/anne-of-green-gables
3f17157e2812837c098131408547de5261c202a1
[ "CECILL-B" ]
null
null
null
<div class="leaf flex"><div class="inner justify"><p>&ldquo;I don&rsquo;t see how I&rsquo;m going to eat breakfast,&rdquo; said Anne rapturously. &ldquo;Breakfast seems so commonplace at such an exciting moment. I&rsquo;d rather feast my eyes on that dress. I&rsquo;m so glad that puffed sleeves are still fashionable. I...
876
876
0.763699
fb218c0a49a4e04a527626e4cb6d9b9fd0982229
373
go
Go
pkg/tsuru/model_certificate_set_data.go
tsuru/go-tsuruclient
0d2868229cfd46041fa9987ced88e6061934a316
[ "BSD-3-Clause" ]
5
2018-04-05T18:56:53.000Z
2021-05-13T01:43:44.000Z
pkg/tsuru/model_certificate_set_data.go
tsuru/go-tsuruclient
0d2868229cfd46041fa9987ced88e6061934a316
[ "BSD-3-Clause" ]
3
2019-10-23T14:30:49.000Z
2021-07-06T19:35:42.000Z
pkg/tsuru/model_certificate_set_data.go
tsuru/go-tsuruclient
0d2868229cfd46041fa9987ced88e6061934a316
[ "BSD-3-Clause" ]
10
2018-04-05T18:55:54.000Z
2021-08-12T19:57:40.000Z
/* * Tsuru * * Open source, extensible and Docker-based Platform as a Service (PaaS) * * API version: 1.6 * Generated by: OpenAPI Generator (https://openapi-generator.tech) */ package tsuru type CertificateSetData struct { Cname string `json:"cname,omitempty"` Certificate []byte `json:"certificate,omit...
21.941176
72
0.686327
729f61d18224f6efbb54c2a3dabb25344051c6b4
1,911
rs
Rust
src/tg_bot/mod.rs
savelev1/telegram-remote-hopr-chat
e88dcd5e6f7a238ec80374d9b9474a1ae39e633d
[ "Apache-2.0" ]
null
null
null
src/tg_bot/mod.rs
savelev1/telegram-remote-hopr-chat
e88dcd5e6f7a238ec80374d9b9474a1ae39e633d
[ "Apache-2.0" ]
null
null
null
src/tg_bot/mod.rs
savelev1/telegram-remote-hopr-chat
e88dcd5e6f7a238ec80374d9b9474a1ae39e633d
[ "Apache-2.0" ]
null
null
null
use std::sync::mpsc::Sender; use std::thread; use futures::StreamExt; use telegram_bot::*; use tokio::runtime::Runtime; pub struct TgBot { token: String, api: Api, pub is_started: bool, } impl TgBot { pub fn new(token: &String) -> TgBot { TgBot { token: token.clone(), ...
30.822581
120
0.487703
3ff175ed1edcd5dd0e8f896b5023724654cf721c
574
asm
Assembly
oeis/069/A069126.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/069/A069126.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/069/A069126.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A069126: Centered 13-gonal numbers. ; 1,14,40,79,131,196,274,365,469,586,716,859,1015,1184,1366,1561,1769,1990,2224,2471,2731,3004,3290,3589,3901,4226,4564,4915,5279,5656,6046,6449,6865,7294,7736,8191,8659,9140,9634,10141,10661,11194,11740,12299,12871,13456,14054,14665,15289,15926,16576,17239,17915,18604,19306,20021,...
71.75
497
0.790941
134b8d3f6fea8d0b45bf4f0a00b17dff0cb83314
570
h
C
src/IOChannels/IO_Channel_Hw.h
dajuly20/ControlPi
e03ed36eb062007051ac9d35cde01f441d82bde7
[ "MIT" ]
null
null
null
src/IOChannels/IO_Channel_Hw.h
dajuly20/ControlPi
e03ed36eb062007051ac9d35cde01f441d82bde7
[ "MIT" ]
null
null
null
src/IOChannels/IO_Channel_Hw.h
dajuly20/ControlPi
e03ed36eb062007051ac9d35cde01f441d82bde7
[ "MIT" ]
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: HW_Channel.h * Author: julian * * Created on December 18, 2018, 6:45 PM */ #ifndef HW_CHANNEL_H #define HW_CHANNEL...
19
79
0.703509
40b13a714ce92da08268e92417452d13acbc8847
1,495
py
Python
release/stubs.min/Autodesk/Revit/DB/__init___parts/LayoutRuleFixedNumber.py
YKato521/ironpython-stubs
b1f7c580de48528490b3ee5791b04898be95a9ae
[ "MIT" ]
null
null
null
release/stubs.min/Autodesk/Revit/DB/__init___parts/LayoutRuleFixedNumber.py
YKato521/ironpython-stubs
b1f7c580de48528490b3ee5791b04898be95a9ae
[ "MIT" ]
null
null
null
release/stubs.min/Autodesk/Revit/DB/__init___parts/LayoutRuleFixedNumber.py
YKato521/ironpython-stubs
b1f7c580de48528490b3ee5791b04898be95a9ae
[ "MIT" ]
null
null
null
class LayoutRuleFixedNumber(LayoutRule, IDisposable): """ This class indicate the layout rule of a Beam System is Fixed-Number. LayoutRuleFixedNumber(numberOfLines: int) """ def Dispose(self): """ Dispose(self: LayoutRuleFixedNumber,A_0: bool) """ pass def ReleaseManage...
28.207547
221
0.630769
d25386e21888918ada21c8ca00f67cbe32b8351a
317
php
PHP
app/Http/Controllers/Admin/HomeController.php
rupa4ok/refactor_blog
c3d2a53dacc623f8d8521e200d37c543fdeb43b3
[ "MIT" ]
null
null
null
app/Http/Controllers/Admin/HomeController.php
rupa4ok/refactor_blog
c3d2a53dacc623f8d8521e200d37c543fdeb43b3
[ "MIT" ]
84
2021-03-13T21:06:17.000Z
2022-03-31T21:01:42.000Z
app/Http/Controllers/Admin/HomeController.php
rupa4ok/refactor_blog
c3d2a53dacc623f8d8521e200d37c543fdeb43b3
[ "MIT" ]
null
null
null
<?php namespace App\Http\Controllers\Admin; use App\Entity\Article\Article; use Illuminate\Http\Request; use App\Http\Controllers\Controller; class HomeController extends Controller { public function index() { $articles = $articles = Article::get();; return view('admin.home', compact('articles')); } }
17.611111
49
0.728707
3e5bc336c643877e42ac3214957f8f2be26778f3
730
c
C
base/libsys/common.c
losso3000/demoscene
f1dc78bcfcc43bdfbd85c90366fdeb948e0ab365
[ "Artistic-2.0" ]
null
null
null
base/libsys/common.c
losso3000/demoscene
f1dc78bcfcc43bdfbd85c90366fdeb948e0ab365
[ "Artistic-2.0" ]
null
null
null
base/libsys/common.c
losso3000/demoscene
f1dc78bcfcc43bdfbd85c90366fdeb948e0ab365
[ "Artistic-2.0" ]
null
null
null
#include "rawio.h" #include "hardware.h" #include "common.h" void Log(const char *format, ...) { va_list args; va_start(args, format); kvprintf(format, (kvprintf_fn_t *)DPutChar, NULL, args); va_end(args); } __noreturn void Panic(const char *format, ...) { va_list args; va_start(args, format); kvprint...
15.869565
58
0.560274
5be39d468a9a7a7a33d11a7559e816f32304775d
297
swift
Swift
swiftui_classic-tabview_show-hide/Presentation/Navigation/Models/BottomNavTabItem.swift
alexis-ag/swiftui_navbar_show-hide
5989a4ee3ea8dea042891b6a5ea2e9832810d2b9
[ "MIT" ]
1
2021-09-27T17:22:17.000Z
2021-09-27T17:22:17.000Z
swiftui_classic-tabview_show-hide/Presentation/Navigation/Models/BottomNavTabItem.swift
alexis-ag/swiftui_navbar_show-hide
5989a4ee3ea8dea042891b6a5ea2e9832810d2b9
[ "MIT" ]
null
null
null
swiftui_classic-tabview_show-hide/Presentation/Navigation/Models/BottomNavTabItem.swift
alexis-ag/swiftui_navbar_show-hide
5989a4ee3ea8dea042891b6a5ea2e9832810d2b9
[ "MIT" ]
2
2021-09-27T17:22:48.000Z
2022-01-12T09:06:00.000Z
import Foundation struct BottomNavTabItem: Identifiable { var id: Int { type.id } let type: BottomNavTab let notificationsCount: Int init( type: BottomNavTab, badge: Int = 0 ) { self.type = type self.notificationsCount = badge } }
19.8
39
0.589226
83e32d86c1679512615451fae8e23f1ad3472564
1,351
go
Go
plugins/govppmux/plugin_api_govppmux.go
mhalaj1/vpp-agent
6eac586bfd7d893ae74736da966fa0d40919ecc1
[ "Apache-2.0" ]
184
2017-07-18T07:01:15.000Z
2022-03-22T15:08:21.000Z
plugins/govppmux/plugin_api_govppmux.go
mhalaj1/vpp-agent
6eac586bfd7d893ae74736da966fa0d40919ecc1
[ "Apache-2.0" ]
724
2017-07-21T10:14:21.000Z
2022-03-13T18:02:20.000Z
plugins/govppmux/plugin_api_govppmux.go
mhalaj1/vpp-agent
6eac586bfd7d893ae74736da966fa0d40919ecc1
[ "Apache-2.0" ]
155
2017-07-17T05:42:34.000Z
2022-03-26T02:30:07.000Z
// Copyright (c) 2019 Cisco and/or its affiliates. // // 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 app...
30.022222
94
0.746854
8649175746e6c28d70d9df759236abc2e700ce87
13,818
rs
Rust
src/uu/touch/src/touch.rs
rivy/rust.coreutils
4fbf39efd44bdd8eb145fe66517c922d13de7891
[ "MIT" ]
null
null
null
src/uu/touch/src/touch.rs
rivy/rust.coreutils
4fbf39efd44bdd8eb145fe66517c922d13de7891
[ "MIT" ]
6
2022-03-15T04:42:34.000Z
2022-03-31T04:38:52.000Z
src/uu/touch/src/touch.rs
crazystylus/coreutils
33c49666c35171afcd9158446b4aa762f58ea1dd
[ "MIT" ]
null
null
null
// This file is part of the uutils coreutils package. // // (c) Nick Platt <platt.nicholas@gmail.com> // (c) Jian Zeng <anonymousknight96 AT gmail.com> // // For the full copyright and license information, please view the LICENSE file // that was distributed with this source code. // spell-checker:ignore (ToDO) fileti...
34.373134
115
0.539369
e04d90760a08ca704985a16eb1a43ee96f1dfdc2
5,630
dart
Dart
lib/homescreen/cakepage.dart
ShashiniU/HouseOfCake
1ae32c0390a42d359b57561ebe9993102cc35ceb
[ "MIT" ]
null
null
null
lib/homescreen/cakepage.dart
ShashiniU/HouseOfCake
1ae32c0390a42d359b57561ebe9993102cc35ceb
[ "MIT" ]
null
null
null
lib/homescreen/cakepage.dart
ShashiniU/HouseOfCake
1ae32c0390a42d359b57561ebe9993102cc35ceb
[ "MIT" ]
5
2021-01-13T05:48:58.000Z
2021-01-16T07:10:04.000Z
import 'package:flutter/material.dart'; import 'cake_detailspage.dart'; class CakePage extends StatelessWidget { @override Widget build(BuildContext context) { return Scaffold( resizeToAvoidBottomInset: false, backgroundColor: Colors.pink[100], body: ListView( children: [ S...
37.533333
79
0.431083
f2c48d6759e4ec7ca620cd34680f0f1b9a5419b0
499
swift
Swift
Wiki App/Parser/CGThumbnail.swift
d4rkl0rd3r3b05/MediaWiki-API-sample
62dae67a88f84d1a8f4eb06757f91b9f142a691f
[ "MIT" ]
null
null
null
Wiki App/Parser/CGThumbnail.swift
d4rkl0rd3r3b05/MediaWiki-API-sample
62dae67a88f84d1a8f4eb06757f91b9f142a691f
[ "MIT" ]
null
null
null
Wiki App/Parser/CGThumbnail.swift
d4rkl0rd3r3b05/MediaWiki-API-sample
62dae67a88f84d1a8f4eb06757f91b9f142a691f
[ "MIT" ]
null
null
null
// // CGThumbnail.swift // // Create by Mayank Gupta on 2/11/2017 // Copyright © 2017. All rights reserved. // import Foundation public struct CGThumbnail{ var height : Int! var source : String! var width : Int! /** * Instantiate the instance using the passed dictionary values to set the properties values ...
18.481481
92
0.699399
864951c982b940122ebfdb9bf1d379458054d6a5
352
go
Go
internal/views/command_test.go
themenucha/k9s
abab960612b7c48729933054d018c9c7e9c5daf4
[ "Apache-2.0" ]
1
2020-05-12T06:41:18.000Z
2020-05-12T06:41:18.000Z
internal/views/command_test.go
themenucha/k9s
abab960612b7c48729933054d018c9c7e9c5daf4
[ "Apache-2.0" ]
null
null
null
internal/views/command_test.go
themenucha/k9s
abab960612b7c48729933054d018c9c7e9c5daf4
[ "Apache-2.0" ]
null
null
null
package views import ( "testing" "github.com/derailed/k9s/internal/config" "github.com/stretchr/testify/assert" ) func TestCommandPush(t *testing.T) { c := newCommand(NewApp(config.NewConfig(ks{}))) c.pushCmd("fred") c.pushCmd("blee") p, top := c.previousCmd() assert.Equal(t, "fred", p) assert.True(t, top)...
17.6
48
0.684659
43bbe384f4a4b844ce3ad3aa067805652f13357e
388
sql
SQL
sqls/sqlite3/2020080107_create_quota_limit.up.sql
kujilabo/cocotola-api
1ac06348e5332b686c42fb981835b36f30df936a
[ "MIT" ]
null
null
null
sqls/sqlite3/2020080107_create_quota_limit.up.sql
kujilabo/cocotola-api
1ac06348e5332b686c42fb981835b36f30df936a
[ "MIT" ]
36
2021-07-24T00:22:36.000Z
2022-02-13T02:10:45.000Z
sqls/sqlite3/2020080107_create_quota_limit.up.sql
kujilabo/cocotola-api
1ac06348e5332b686c42fb981835b36f30df936a
[ "MIT" ]
null
null
null
create table `quota_limit` ( `organization_id` int not null ,`app_user_id` int not null ,`name` varchar(40) not null ,`unit` varchar(8) not null ,`date` datetime not null ,`count` int not null ,primary key(`organization_id`, `app_user_id`, `name`, `unit`, `date`) ,foreign key(`organization_id`) references `organizatio...
32.333333
70
0.719072
48467ee6ba0f4bf2b0c601f87838e5fbeb91abc1
1,387
dart
Dart
lib/features/number_trivia/data/datasources/number_trivia_remote_data_source.dart
karlreginaldo/curious_digit
048021f32f78ea4ff8b3cade7d4bc5024a3322fe
[ "MIT" ]
1
2021-04-28T13:50:56.000Z
2021-04-28T13:50:56.000Z
lib/features/number_trivia/data/datasources/number_trivia_remote_data_source.dart
karlreginaldo/curious_digit
048021f32f78ea4ff8b3cade7d4bc5024a3322fe
[ "MIT" ]
3
2021-04-23T21:00:13.000Z
2021-04-23T21:15:32.000Z
lib/features/number_trivia/data/datasources/number_trivia_remote_data_source.dart
mikagura12/curious_digit
048021f32f78ea4ff8b3cade7d4bc5024a3322fe
[ "MIT" ]
null
null
null
import '../../../../core/error/exception.dart'; import '../models/number_trivia_model.dart'; import 'package:http/http.dart' as http; abstract class NumberTriviaRemoteDataSource { ///USE THIS API: http://numbersapi.com/1 /// ///THROW [SERVEREXCEPTION] IF THE SERVER CRASH Future<NumberTriviaModel> getConcreteNu...
30.152174
80
0.726027
1fc8783e919e362c0d29e16760eb86f1b00e2ae1
20,467
html
HTML
docs/docs/src_js_views_portals_PortalUsagesView.js.html
wykhuh/metacatui
a328f00edf75636839c752fbbbcf1f770689ae11
[ "Apache-2.0" ]
null
null
null
docs/docs/src_js_views_portals_PortalUsagesView.js.html
wykhuh/metacatui
a328f00edf75636839c752fbbbcf1f770689ae11
[ "Apache-2.0" ]
null
null
null
docs/docs/src_js_views_portals_PortalUsagesView.js.html
wykhuh/metacatui
a328f00edf75636839c752fbbbcf1f770689ae11
[ "Apache-2.0" ]
null
null
null
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>MetacatUI Dev Docs: Source: src/js/views/portals/PortalUsagesView.js</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5...
55.920765
8,642
0.624078
bb125f9d7ea66d9bbde72f9951b6c80305a244d2
849
html
HTML
app/directives/lmPost/lmPost.html
peferron/lilymandarin-web
6c191133d770382c345cdb7a3219bb2f065cedbf
[ "MIT" ]
null
null
null
app/directives/lmPost/lmPost.html
peferron/lilymandarin-web
6c191133d770382c345cdb7a3219bb2f065cedbf
[ "MIT" ]
null
null
null
app/directives/lmPost/lmPost.html
peferron/lilymandarin-web
6c191133d770382c345cdb7a3219bb2f065cedbf
[ "MIT" ]
null
null
null
<div class="lm-post__header"> <!-- <h3 class="lm-post__header__date">{{post.firstValidationTime | FancyDate}}</h3> --> <lm-admin class="lm-post__header__admin"> <lm-status article="post"></lm-status> </lm-admin> </div> <div class="lm-post__content"> <a ng-href="{{clickable ? ('/post/' + post.id ...
44.684211
117
0.573616
a1a2f6169c420ac890ba8a92891cd2ed888f4bb3
2,324
h
C
protocol/zigbee/app/framework/plugin/reporting/reporting-tokens.h
lmnotran/gecko_sdk
2e82050dc8823c9fe0e8908c1b2666fb83056230
[ "Zlib" ]
82
2016-06-29T17:24:43.000Z
2021-04-16T06:49:17.000Z
protocol/zigbee/app/framework/plugin/reporting/reporting-tokens.h
lmnotran/gecko_sdk
2e82050dc8823c9fe0e8908c1b2666fb83056230
[ "Zlib" ]
6
2022-01-12T18:22:08.000Z
2022-03-25T10:19:27.000Z
protocol/zigbee/app/framework/plugin/reporting/reporting-tokens.h
lmnotran/gecko_sdk
2e82050dc8823c9fe0e8908c1b2666fb83056230
[ "Zlib" ]
56
2016-08-02T10:50:50.000Z
2021-07-19T08:57:34.000Z
/***************************************************************************//** * @file * @brief Tokens for the Reporting plugin. ******************************************************************************* * # License * <b>Copyright 2018 Silicon Laboratories Inc. www.silabs.com</b> **************************...
38.098361
122
0.669966
f732cd2e6067cb2dff3a7afdcaf0f777773a02a8
6,592
c
C
src/backend/utils/adt/pivot.c
haolinw/gpdb
16a9465747a54f0c61bac8b676fe7611b4f030d8
[ "PostgreSQL", "Apache-2.0" ]
null
null
null
src/backend/utils/adt/pivot.c
haolinw/gpdb
16a9465747a54f0c61bac8b676fe7611b4f030d8
[ "PostgreSQL", "Apache-2.0" ]
null
null
null
src/backend/utils/adt/pivot.c
haolinw/gpdb
16a9465747a54f0c61bac8b676fe7611b4f030d8
[ "PostgreSQL", "Apache-2.0" ]
null
null
null
#include "postgres.h" #include "funcapi.h" #include "catalog/pg_type.h" #include "utils/array.h" #include "utils/builtins.h" #include "utils/lsyscache.h" /* array primitives for looping that should have already existed */ typedef struct _array_iter { ArrayType *array; char *ptr; int32 index; int32 ...
22.120805
89
0.642445
5822780e7a167405886a5437dec434915e072058
530
h
C
usr/libexec/securityd/SecDbBackupManager.h
lechium/tvOS135Headers
46cd30d3f0f7962eaa0c3f925cd71f414c65e2ac
[ "MIT" ]
2
2020-07-26T20:30:54.000Z
2020-08-10T04:26:23.000Z
usr/libexec/securityd/SecDbBackupManager.h
lechium/tvOS135Headers
46cd30d3f0f7962eaa0c3f925cd71f414c65e2ac
[ "MIT" ]
1
2020-07-26T20:45:31.000Z
2020-08-09T09:30:46.000Z
usr/libexec/securityd/SecDbBackupManager.h
lechium/tvOS135Headers
46cd30d3f0f7962eaa0c3f925cd71f414c65e2ac
[ "MIT" ]
null
null
null
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Jun 10 2020 10:03:13). // // Copyright (C) 1997-2019 Steve Nygard. // #import <objc/NSObject.h> __attribute__((visibility("hidden"))) @interface SecDbBackupManager : NSObject { } + (id)manager; // IMP=0x00000001000a...
26.5
120
0.732075
d4b3861797d0a7053ff57ec127060695944e7578
12,259
rs
Rust
src/port_1_2/p1sel0.rs
chrismolli/msp430fr6972
a3c38a455c8830b3d2c6674564e2ed98d06ee1fc
[ "MIT" ]
null
null
null
src/port_1_2/p1sel0.rs
chrismolli/msp430fr6972
a3c38a455c8830b3d2c6674564e2ed98d06ee1fc
[ "MIT" ]
null
null
null
src/port_1_2/p1sel0.rs
chrismolli/msp430fr6972
a3c38a455c8830b3d2c6674564e2ed98d06ee1fc
[ "MIT" ]
null
null
null
#[doc = "Register `P1SEL0` reader"] pub struct R(crate::R<P1SEL0_SPEC>); impl core::ops::Deref for R { type Target = crate::R<P1SEL0_SPEC>; #[inline(always)] fn deref(&self) -> &Self::Target { &self.0 } } impl core::convert::From<crate::R<P1SEL0_SPEC>> for R { fn from(reader: crate::R<P1SEL0...
28.377315
405
0.56122
9633b21dc70eb5c8dc3e55773c71baa1b0049e97
1,925
php
PHP
src/Checkout.php
cathrinevaage/commerce
32457c2d45a8f5cd7b83d6139097a714ef429873
[ "MIT" ]
1
2020-01-14T13:21:39.000Z
2020-01-14T13:21:39.000Z
src/Checkout.php
cathrinevaage/commerce
32457c2d45a8f5cd7b83d6139097a714ef429873
[ "MIT" ]
6
2021-02-02T16:08:09.000Z
2021-09-28T08:39:44.000Z
src/Checkout.php
cathrinevaage/commerce
32457c2d45a8f5cd7b83d6139097a714ef429873
[ "MIT" ]
1
2020-08-11T07:55:52.000Z
2020-08-11T07:55:52.000Z
<?php namespace Netflex\Commerce; use Carbon\Carbon; use Netflex\Support\ReactiveObject; /** * @property-read int $id * @property-read int $order_id * @property Carbon $checkout_start * @property Carbon $checkout_end * @property string $firstname * @property string $surname * @property string $company * @pro...
22.916667
92
0.717922
f70c88729ab9cdc07bf4d6f8cfef840eb5324378
212
h
C
iOSStudy/iOSStudy/src/Features/CallStack/NKCallStackSymbols/NKCallStackSymbols.h
nchkdxlq/iOSStudy
8febd53409c36655193a62c8362353f3c6eda62e
[ "MIT" ]
null
null
null
iOSStudy/iOSStudy/src/Features/CallStack/NKCallStackSymbols/NKCallStackSymbols.h
nchkdxlq/iOSStudy
8febd53409c36655193a62c8362353f3c6eda62e
[ "MIT" ]
null
null
null
iOSStudy/iOSStudy/src/Features/CallStack/NKCallStackSymbols/NKCallStackSymbols.h
nchkdxlq/iOSStudy
8febd53409c36655193a62c8362353f3c6eda62e
[ "MIT" ]
null
null
null
// // NKCallStackSymbols.h // iOSStudy // // Created by Knox on 2021/11/1. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @interface NKCallStackSymbols : NSObject @end NS_ASSUME_NONNULL_END
12.470588
40
0.745283
276d35c46de325233ce40640c14f197540de865e
31,693
sql
SQL
public_html/install/database.sql
sorge13248/lightschool
e2f6e5f4d30301b0c43cb84161de50bfd8c394e9
[ "Apache-2.0" ]
null
null
null
public_html/install/database.sql
sorge13248/lightschool
e2f6e5f4d30301b0c43cb84161de50bfd8c394e9
[ "Apache-2.0" ]
null
null
null
public_html/install/database.sql
sorge13248/lightschool
e2f6e5f4d30301b0c43cb84161de50bfd8c394e9
[ "Apache-2.0" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 4.8.0 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Aug 11, 2019 at 03:04 PM -- Server version: 10.1.31-MariaDB -- PHP Version: 7.2.4 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD...
35.730552
1,430
0.643675
32717dd65faed04c77fc46d99ced99d0429f1bcc
1,468
kt
Kotlin
app/src/main/java/com/android/photoalbum/repository/db/PhotosDao.kt
zaidbintariq89/PhotoAlbum
280c939cd356d920a32232afe9e03756dca63fdc
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/android/photoalbum/repository/db/PhotosDao.kt
zaidbintariq89/PhotoAlbum
280c939cd356d920a32232afe9e03756dca63fdc
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/android/photoalbum/repository/db/PhotosDao.kt
zaidbintariq89/PhotoAlbum
280c939cd356d920a32232afe9e03756dca63fdc
[ "Apache-2.0" ]
null
null
null
package com.android.photoalbum.repository.db import androidx.lifecycle.LiveData import androidx.lifecycle.MutableLiveData import androidx.room.* import com.android.photoalbum.model.AlbumsDetails import com.android.photoalbum.model.PhotosModel import com.android.photoalbum.utils.RoomConfig @Dao interface PhotosDao { ...
26.690909
59
0.712534
1438695bebf00e33d0c58992a9e1ca505487dfe7
465
css
CSS
src/styles/session/companies.module.css
semanadeinformatica/website-2020
961ed1ad329e561d01efeeef2c1710b77b9c3d3e
[ "MIT" ]
1
2019-07-02T18:09:39.000Z
2019-07-02T18:09:39.000Z
src/styles/session/companies.module.css
semanadeinformatica/website-2019
6e0f73a7dcbfb9b7e148b1be7f9c3bad34be27e2
[ "MIT" ]
23
2019-07-05T15:12:26.000Z
2022-02-26T17:43:57.000Z
src/styles/session/companies.module.css
semanadeinformatica/website-2020
961ed1ad329e561d01efeeef2c1710b77b9c3d3e
[ "MIT" ]
null
null
null
@import url("../common/palette.css"); .companiesContainer { border-top: 1px solid #cecece; border-bottom: 1px solid #cecece; margin-bottom: 40px; } .companiesRow { text-align: center; padding: 40px 0; align-items: center; } @media screen and (max-width: 767px) { .companiesRow { text-align: center; ...
17.884615
38
0.662366
b1d7c2488ff332cfc3de1e39f6d4f3822ac68257
6,811
c
C
qemu/hw/rx/rx-gdbsim.c
hyunjoy/scripts
01114d3627730d695b5ebe61093c719744432ffa
[ "Apache-2.0" ]
44
2022-03-16T08:32:31.000Z
2022-03-31T16:02:35.000Z
qemu/hw/rx/rx-gdbsim.c
hyunjoy/scripts
01114d3627730d695b5ebe61093c719744432ffa
[ "Apache-2.0" ]
1
2022-03-29T02:30:28.000Z
2022-03-30T03:40:46.000Z
qemu/hw/rx/rx-gdbsim.c
hyunjoy/scripts
01114d3627730d695b5ebe61093c719744432ffa
[ "Apache-2.0" ]
18
2022-03-19T04:41:04.000Z
2022-03-31T03:32:12.000Z
/* * RX QEMU GDB simulator * * Copyright (c) 2019 Yoshinori Sato * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2 or later, as published by the Free Software Foundation. * * This program is distributed in...
32.903382
79
0.634709
65d6de92d4a70452000d8ed3126ad9dc67ce41fb
3,753
swift
Swift
EnumWindows/Windows.swift
mandrigin/AlfredSwitchWindows
cfff58a0da8b533826275661f5103ff2f173ae05
[ "Unlicense" ]
328
2017-02-22T19:05:54.000Z
2022-03-18T20:08:55.000Z
EnumWindows/Windows.swift
xcodebuild/cerebro-mac-switch-window
a993db8c756b4e6263da0dd4926a9faac6b3898d
[ "MIT" ]
41
2017-02-18T12:28:23.000Z
2022-02-12T02:38:20.000Z
EnumWindows/Windows.swift
xcodebuild/cerebro-mac-switch-window
a993db8c756b4e6263da0dd4926a9faac6b3898d
[ "MIT" ]
36
2017-07-21T20:20:21.000Z
2022-02-14T21:08:25.000Z
import Foundation class WindowInfoDict : Searchable, ProcessNameProtocol { private let windowInfoDict : Dictionary<NSObject, AnyObject>; init(rawDict : UnsafeRawPointer) { windowInfoDict = unsafeBitCast(rawDict, to: CFDictionary.self) as Dictionary } var name : String { return...
30.024
125
0.56195
47db574043c31e4395146924ebd99628ff5ead26
6,998
dart
Dart
lib/pages/sign_up/sign_up_page.dart
ricarthlima/flutter-ahead-gymapp-dotcode
42f7ada99d0c7c128be0be7f65fed5d303d1115a
[ "MIT" ]
1
2021-08-02T12:01:15.000Z
2021-08-02T12:01:15.000Z
lib/pages/sign_up/sign_up_page.dart
ricarthlima/flutter-ahead-gymapp-dotcode
42f7ada99d0c7c128be0be7f65fed5d303d1115a
[ "MIT" ]
null
null
null
lib/pages/sign_up/sign_up_page.dart
ricarthlima/flutter-ahead-gymapp-dotcode
42f7ada99d0c7c128be0be7f65fed5d303d1115a
[ "MIT" ]
null
null
null
import 'package:flutter/material.dart'; import 'package:gym_app/pages/shared_widgets/dialogs.dart'; import 'package:gym_app/pages/sign_up/sign_up_service.dart'; import 'package:gym_app/shared/constants/custom_colors.dart'; class SignUpPage extends StatefulWidget { @override _SignUpPageState createState() => _SignU...
35.165829
76
0.426122
af52ca2e0bf2bdb248efbedf6ef09363109b0808
366
rb
Ruby
Formula/font-yanone-kaffeesatz.rb
mxalbert1996/homebrew-fonts
d3a705771f29804f16ce442f920f2fa161d0bead
[ "BSD-2-Clause" ]
17
2019-01-19T16:32:34.000Z
2022-03-30T23:13:32.000Z
Formula/font-yanone-kaffeesatz.rb
mxalbert1996/homebrew-fonts
d3a705771f29804f16ce442f920f2fa161d0bead
[ "BSD-2-Clause" ]
25
2019-01-11T23:53:24.000Z
2022-03-29T03:15:18.000Z
Formula/font-yanone-kaffeesatz.rb
mxalbert1996/homebrew-fonts
d3a705771f29804f16ce442f920f2fa161d0bead
[ "BSD-2-Clause" ]
11
2019-03-08T22:58:06.000Z
2021-12-20T01:11:06.000Z
class FontYanoneKaffeesatz < Formula head "https://github.com/google/fonts/raw/main/ofl/yanonekaffeesatz/YanoneKaffeesatz%5Bwght%5D.ttf", verified: "github.com/google/fonts/" desc "Yanone Kaffeesatz" homepage "https://fonts.google.com/specimen/Yanone+Kaffeesatz" def install (share/"fonts").install "YanoneKa...
33.272727
139
0.759563
7a3f3d18f3a5d81f9b4c8a4f125a2737012f46d4
1,084
rs
Rust
src/command.rs
euclio/cargo-msrv
893011b291ecbd1211b384dbb92c6c615b99169a
[ "Apache-2.0", "MIT" ]
148
2020-08-25T21:07:25.000Z
2022-03-22T02:38:32.000Z
src/command.rs
euclio/cargo-msrv
893011b291ecbd1211b384dbb92c6c615b99169a
[ "Apache-2.0", "MIT" ]
265
2019-10-02T23:30:34.000Z
2022-03-31T22:44:59.000Z
src/command.rs
euclio/cargo-msrv
893011b291ecbd1211b384dbb92c6c615b99169a
[ "Apache-2.0", "MIT" ]
14
2019-10-03T07:50:06.000Z
2022-02-24T01:43:19.000Z
use crate::errors::TResult; use std::ffi::OsStr; use std::path::Path; use std::process::{Child, Command, Stdio}; pub fn command_with_output<I: IntoIterator<Item = V>, V: AsRef<OsStr>>( commands: I, ) -> TResult<Child> { command_impl(commands, None) .pipe_output() .spawn() .map_err(From:...
22.122449
71
0.602399
f079e98b160d8a91575eae2e0aca827d1791d471
8,205
js
JavaScript
~2017/2014_bsDetect/detect.0.3.js
redcamel/RedRnd
ffd37eb08e945ca0a5ea21dc2e25174739bd5392
[ "MIT" ]
1
2020-08-19T00:40:02.000Z
2020-08-19T00:40:02.000Z
~2017/2014_bsDetect/detect.0.3.js
redcamel/RedRnd
ffd37eb08e945ca0a5ea21dc2e25174739bd5392
[ "MIT" ]
null
null
null
~2017/2014_bsDetect/detect.0.3.js
redcamel/RedRnd
ffd37eb08e945ca0a5ea21dc2e25174739bd5392
[ "MIT" ]
1
2020-08-19T00:40:03.000Z
2020-08-19T00:40:03.000Z
function DETECT(W, doc){ var platform, app, agent, device, flash, browser, bVersion, os, osVersion, cssPrefix, stylePrefix, transform3D, b, bStyle, div, keyframe, v, a, c; agent = navigator.userAgent.toLowerCase(), platform = navigator.platform.toLowerCase(), app = navigator.appV...
62.159091
199
0.520049
22df2352a8c7df58c16f7cd011838934505331eb
751
kt
Kotlin
plugins/analysis/common/src/main/kotlin/arrow/meta/plugins/analysis/phases/analysis/solver/ast/context/descriptors/ClassDescriptor.kt
lidonis/arrow-meta
c0dc0551926f9693fc64a95865c74a2b2e0af1e6
[ "Apache-2.0" ]
null
null
null
plugins/analysis/common/src/main/kotlin/arrow/meta/plugins/analysis/phases/analysis/solver/ast/context/descriptors/ClassDescriptor.kt
lidonis/arrow-meta
c0dc0551926f9693fc64a95865c74a2b2e0af1e6
[ "Apache-2.0" ]
null
null
null
plugins/analysis/common/src/main/kotlin/arrow/meta/plugins/analysis/phases/analysis/solver/ast/context/descriptors/ClassDescriptor.kt
lidonis/arrow-meta
c0dc0551926f9693fc64a95865c74a2b2e0af1e6
[ "Apache-2.0" ]
null
null
null
package arrow.meta.plugins.analysis.phases.analysis.solver.ast.context.descriptors interface ClassDescriptor : DeclarationDescriptor, ClassifierDescriptorWithTypeParameters { fun getUnsubstitutedMemberScope(): MemberScope val constructors: Collection<ConstructorDescriptor> val companionObjectDescriptor: ClassDe...
34.136364
91
0.825566
7147f507975c495d71f68dd8da06595e33417a74
576
ts
TypeScript
clients/node/client-codedeploy-node/types/_GitHubLocation.ts
pravgupt/aws-sdk-js-v3
1fd0fab5da141d934eb98624d6c23b347806bb47
[ "Apache-2.0" ]
null
null
null
clients/node/client-codedeploy-node/types/_GitHubLocation.ts
pravgupt/aws-sdk-js-v3
1fd0fab5da141d934eb98624d6c23b347806bb47
[ "Apache-2.0" ]
null
null
null
clients/node/client-codedeploy-node/types/_GitHubLocation.ts
pravgupt/aws-sdk-js-v3
1fd0fab5da141d934eb98624d6c23b347806bb47
[ "Apache-2.0" ]
null
null
null
/** * <p>Information about the location of application artifacts stored in GitHub.</p> */ export interface _GitHubLocation { /** * <p>The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision. </p> <p>Specified as account/repos...
33.882353
197
0.734375
75bbe8c96fbc2600b73bf98d8dabd15e5d5f29bb
10,238
dart
Dart
lib/lists/AboutView.dart
babanomania/CleanToDO
62ac2b6fabb5ed28f8656ffcb9bfe870473b675f
[ "Apache-2.0" ]
14
2018-05-05T21:52:25.000Z
2019-02-14T02:30:46.000Z
lib/lists/AboutView.dart
clean-apps/CleanToDO
62ac2b6fabb5ed28f8656ffcb9bfe870473b675f
[ "Apache-2.0" ]
18
2018-05-08T00:16:25.000Z
2018-07-07T08:37:12.000Z
lib/lists/AboutView.dart
babanomania/CleanToDO
62ac2b6fabb5ed28f8656ffcb9bfe870473b675f
[ "Apache-2.0" ]
5
2018-06-02T00:47:48.000Z
2018-12-03T14:17:30.000Z
import 'package:flutter/material.dart'; import 'package:clean_todo/data/DataCache.dart'; import 'package:clean_todo/settings/SettingsManager.dart'; import 'package:clean_todo/settings/LoginScreen.dart'; import 'package:clean_todo/styles/AppIcons.dart'; import 'package:clean_todo/settings/Themes.dart'; import 'package:...
30.20059
141
0.492186
abf3c6f48520f62bcae8d0141f53bfa50cb8f103
320
go
Go
ds/keystore/keystore.go
r2ishiguro/mls
554b58f362c78b4e15049c40081e8c118aaaffe1
[ "Apache-2.0" ]
13
2018-06-02T21:20:55.000Z
2022-02-04T08:36:56.000Z
ds/keystore/keystore.go
r2ishiguro/mls
554b58f362c78b4e15049c40081e8c118aaaffe1
[ "Apache-2.0" ]
null
null
null
ds/keystore/keystore.go
r2ishiguro/mls
554b58f362c78b4e15049c40081e8c118aaaffe1
[ "Apache-2.0" ]
null
null
null
// Copyright 2018, Oath Inc // Licensed under the terms of the Apache 2.0 license. See LICENSE file in https://github.com/r2ishiguro/mls for terms. package keystore type KeyStore interface { Register(id string, key []byte) error Lookup(id string) ([]byte, error) Delete(id string) error List() ([]string, error) }
26.666667
119
0.728125
5803999f362b7378de72cbef805ead84fe383698
553
h
C
samples/client/petstore/objc/SwaggerClient/SWGSanitizer.h
sowderca/swagger-codegen
3185606124afdd878aae16e34560b01ead8d4141
[ "Apache-2.0" ]
null
null
null
samples/client/petstore/objc/SwaggerClient/SWGSanitizer.h
sowderca/swagger-codegen
3185606124afdd878aae16e34560b01ead8d4141
[ "Apache-2.0" ]
1
2022-02-27T03:23:46.000Z
2022-02-27T03:23:46.000Z
samples/client/petstore/objc/SwaggerClient/SWGSanitizer.h
sowderca/swagger-codegen
3185606124afdd878aae16e34560b01ead8d4141
[ "Apache-2.0" ]
null
null
null
#import <Foundation/Foundation.h> /** * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen * Do not edit the class manually. */ @protocol SWGSanitizer <NSObject> /** * Sanitize object for request * * @param object The query/path/header/fo...
18.433333
76
0.716094
545053e033181780d9d163a83fa4f1f9055e3923
2,126
go
Go
tty.go
srlehn/go-tty
52a7a459c99d7599633bb3cc5712fac15b0e8a99
[ "MIT" ]
16
2016-05-13T03:05:51.000Z
2018-03-14T11:45:31.000Z
vendor/github.com/mattn/go-tty/tty.go
yamamoto-febc/terraform-provider-sakuracloud
a53cc28ed10bb3a6c77ab8140da680ddc7686212
[ "Apache-2.0" ]
57
2016-05-19T13:14:55.000Z
2017-05-23T13:43:17.000Z
tty.go
srlehn/go-tty
52a7a459c99d7599633bb3cc5712fac15b0e8a99
[ "MIT" ]
4
2016-08-06T13:49:04.000Z
2016-12-19T12:17:34.000Z
package tty import ( "os" "strings" "unicode" ) func Open() (*TTY, error) { return open() } func (tty *TTY) Raw() (func() error, error) { return tty.raw() } func (tty *TTY) MustRaw() func() error { f, err := tty.raw() if err != nil { panic(err.Error()) } return f } func (tty *TTY) Buffered() bool { ret...
17.008
61
0.619473
5ce3588d39690f42e1fbdfc59e009e390598f890
4,283
css
CSS
css/style.css
Saqif280/abubadruddin
7efa8b9ef98fda9773e054ceab7b7e6ea66cf6bb
[ "MIT" ]
null
null
null
css/style.css
Saqif280/abubadruddin
7efa8b9ef98fda9773e054ceab7b7e6ea66cf6bb
[ "MIT" ]
null
null
null
css/style.css
Saqif280/abubadruddin
7efa8b9ef98fda9773e054ceab7b7e6ea66cf6bb
[ "MIT" ]
null
null
null
/* ELEMENT STYLES */ body{ font-family: 'Lato', sans-serif; background-color: #F9FAFC; color: #1F2D3D; } p{ color: #3C4858; } h1,h2,h3,h4{ color: #1F2D3D; } h1{ font-size: 3rem; } h2{ font-size: 2rem; } h3{ font-size: 1.6rem; } h4{ font-size: 1rem; margin-bottom: -30px; font-...
20.014019
57
0.561522
5b58c47d3a5d965988729b2c16ec0453603f58ef
3,044
sql
SQL
celerio-engine/src/test/resources/minimal.sql
Soundatnj/Codegen
fbfacb639e286f9f3f3a18986f74ea275bebd887
[ "Apache-2.0" ]
77
2015-11-14T18:30:19.000Z
2021-11-24T14:37:42.000Z
celerio-engine/src/test/resources/minimal.sql
Soundatnj/Codegen
fbfacb639e286f9f3f3a18986f74ea275bebd887
[ "Apache-2.0" ]
10
2015-11-21T09:22:22.000Z
2018-03-25T14:53:02.000Z
celerio-engine/src/test/resources/minimal.sql
Soundatnj/Codegen
fbfacb639e286f9f3f3a18986f74ea275bebd887
[ "Apache-2.0" ]
42
2015-11-18T11:23:44.000Z
2021-09-08T09:28:26.000Z
-- _______________________ -- NOTE ABOUT Primary Keys -- -- 1/ For each numerical pk, Celerio expects by convention a sequence. -- sequence name = seq_<tablename> -- For example, if the Table is 'BANK_ACCOUNT', the sequence name should be 'seq_bank_account' -- -- 2/ By convention, for all pk that are char(...
34.988506
98
0.632392
56e57e62522874ebd1be7dbd71d274141a067016
132
ts
TypeScript
videos/3c072f6b-b4a7-400c-aa14-55d1006beca4/1080p_270.ts
Krystian19/cactus-fake-video-cdn-service
263942b309ecc4bfb07308f20b6352f5b7dfe505
[ "MIT" ]
null
null
null
videos/3c072f6b-b4a7-400c-aa14-55d1006beca4/1080p_270.ts
Krystian19/cactus-fake-video-cdn-service
263942b309ecc4bfb07308f20b6352f5b7dfe505
[ "MIT" ]
1
2018-11-12T14:41:37.000Z
2018-11-12T14:41:37.000Z
videos/3c072f6b-b4a7-400c-aa14-55d1006beca4/1080p_270.ts
Krystian19/cactus-fake-video-cdn-service
263942b309ecc4bfb07308f20b6352f5b7dfe505
[ "MIT" ]
1
2018-11-12T14:29:29.000Z
2018-11-12T14:29:29.000Z
version https://git-lfs.github.com/spec/v1 oid sha256:241bdfefc87e5a06be2806f190c69b97fbee19bee6cfa3dfdd8f520091ef207f size 1340252
33
75
0.886364
1be55c0e91b0ea069ae56d77021b2a347de8eb3d
6,583
py
Python
evry_project_strategy/nodes/agent_sweep.py
mmahdi/Mission_coordination_project
baa13e22b6ae00ad134565feb4263ce8512f53c1
[ "MIT" ]
null
null
null
evry_project_strategy/nodes/agent_sweep.py
mmahdi/Mission_coordination_project
baa13e22b6ae00ad134565feb4263ce8512f53c1
[ "MIT" ]
null
null
null
evry_project_strategy/nodes/agent_sweep.py
mmahdi/Mission_coordination_project
baa13e22b6ae00ad134565feb4263ce8512f53c1
[ "MIT" ]
null
null
null
#!/usr/bin/env python3 import rospy from geometry_msgs.msg import Twist, Pose2D from sensor_msgs.msg import Range from nav_msgs.msg import Odometry from tf.transformations import euler_from_quaternion from evry_project_plugins.srv import DistanceToFlag class Robot: def __init__(self, robot_name): """Const...
36.572222
158
0.597448
5ad1169a55616ba252441ac166367474065a3509
21,473
swift
Swift
Buddies/View/AddContactView.swift
webex/webex-ios-sdk-example-buddies
9de337997edef0220e650a19a2148b801018afb7
[ "MIT" ]
2
2019-03-16T02:12:00.000Z
2019-07-05T02:25:48.000Z
Buddies/View/AddContactView.swift
webex/webex-ios-sdk-example-buddies
9de337997edef0220e650a19a2148b801018afb7
[ "MIT" ]
null
null
null
Buddies/View/AddContactView.swift
webex/webex-ios-sdk-example-buddies
9de337997edef0220e650a19a2148b801018afb7
[ "MIT" ]
3
2019-09-24T19:30:41.000Z
2020-11-06T23:01:15.000Z
// Copyright 2016-2019 Cisco Systems Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, pub...
45.590234
204
0.622363
5bb8b65e5b041e2b99695061318dcfb59f553d50
208
sql
SQL
conf/evolutions/default/6.sql
styleandsubstance/StockTraderBackend
d5067c6695c281e0751ec8d254dc19e3c7c4cf26
[ "Apache-2.0" ]
null
null
null
conf/evolutions/default/6.sql
styleandsubstance/StockTraderBackend
d5067c6695c281e0751ec8d254dc19e3c7c4cf26
[ "Apache-2.0" ]
null
null
null
conf/evolutions/default/6.sql
styleandsubstance/StockTraderBackend
d5067c6695c281e0751ec8d254dc19e3c7c4cf26
[ "Apache-2.0" ]
null
null
null
# --- !Ups INSERT INTO DataSource VALUES (nextval('datasource_id_seq'), 'SymbolIndustry'); INSERT INTO DataSource VALUES (nextval('datasource_id_seq'), 'MarketWatchQuarterlyBalanceSheet'); # --- !Downs
34.666667
98
0.740385