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
59b71c8d8bfa5615ca987228b5b4a9a560a53d59
262
swift
Swift
CatsAndDogs/CatsAndDogsApp.swift
agescura/CatsAndDogs
1387fad87c773efd9c757c995aebd47a140cc8c6
[ "MIT" ]
null
null
null
CatsAndDogs/CatsAndDogsApp.swift
agescura/CatsAndDogs
1387fad87c773efd9c757c995aebd47a140cc8c6
[ "MIT" ]
null
null
null
CatsAndDogs/CatsAndDogsApp.swift
agescura/CatsAndDogs
1387fad87c773efd9c757c995aebd47a140cc8c6
[ "MIT" ]
null
null
null
// // CatsAndDogsApp.swift // CatsAndDogs // // Created by Albert Gil Escura on 18/4/21. // import SwiftUI @main struct CatsAndDogsApp: App { var body: some Scene { WindowGroup { ContentView(viewModel: ViewModel()) } } }
14.555556
47
0.599237
9c2c6934b051cac5b324dedeb4d067ff93ca745e
215
js
JavaScript
lib/modules/validators/validators/existence/not_null.js
xcorail/meteor-astronomy
61c0649bb9769b46234e6304a7d4e4584e00dca5
[ "MIT" ]
723
2015-04-03T13:35:52.000Z
2022-03-07T11:17:32.000Z
lib/modules/validators/validators/existence/not_null.js
xcorail/meteor-astronomy
61c0649bb9769b46234e6304a7d4e4584e00dca5
[ "MIT" ]
710
2015-04-10T04:42:25.000Z
2022-03-18T22:26:39.000Z
lib/modules/validators/validators/existence/not_null.js
xcorail/meteor-astronomy
61c0649bb9769b46234e6304a7d4e4584e00dca5
[ "MIT" ]
93
2015-04-10T22:56:30.000Z
2022-01-26T19:30:14.000Z
import Validator from '../../validator.js'; Validator.create({ name: 'notNull', isValid({ value }) { return value !== null; }, resolveError({ name }) { return `"${name}" should not be null`; } });
19.545455
43
0.576744
e8e227fac1aeb6cb15d17a60f96b91194af13f7f
639
py
Python
api/cueSearch/migrations/0005_searchcardtemplate_connectiontype.py
cuebook/CueSearch
8bf047de273b27bba41b8bf4e266aac1eee7f81a
[ "Apache-2.0" ]
3
2022-02-10T17:00:19.000Z
2022-03-29T14:31:25.000Z
api/cueSearch/migrations/0005_searchcardtemplate_connectiontype.py
cuebook/CueSearch
8bf047de273b27bba41b8bf4e266aac1eee7f81a
[ "Apache-2.0" ]
null
null
null
api/cueSearch/migrations/0005_searchcardtemplate_connectiontype.py
cuebook/CueSearch
8bf047de273b27bba41b8bf4e266aac1eee7f81a
[ "Apache-2.0" ]
null
null
null
# Generated by Django 3.2.5 on 2022-02-18 08:20 from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ ("dataset", "0001_initial"), ("cueSearch", "0004_auto_20220217_0217"), ] operations = [ migrations.Ad...
24.576923
61
0.57277
4f680db7ab4526fdd8bb5a92326eef967e2f43dc
373
kt
Kotlin
app/src/main/java/com/alirezaafkar/phuzei/data/model/Filters.kt
alirezaafkar/Phuzei
81129034cfb7e625b09320c6e0397e2c4e51a883
[ "Apache-2.0" ]
17
2018-10-21T06:17:28.000Z
2021-07-31T19:49:40.000Z
app/src/main/java/com/alirezaafkar/phuzei/data/model/Filters.kt
alirezaafkar/Phuzei
81129034cfb7e625b09320c6e0397e2c4e51a883
[ "Apache-2.0" ]
6
2018-10-23T20:35:00.000Z
2022-02-25T21:08:08.000Z
app/src/main/java/com/alirezaafkar/phuzei/data/model/Filters.kt
alirezaafkar/Phuzei
81129034cfb7e625b09320c6e0397e2c4e51a883
[ "Apache-2.0" ]
3
2019-04-04T22:00:29.000Z
2020-09-14T14:36:11.000Z
package com.alirezaafkar.phuzei.data.model /** * Created by Alireza Afkar on 5/21/20. */ data class Filters( val featureFilter: FeatureFilter? = null, val contentFilter: ContentFilter? = null ) data class FeatureFilter(val includedFeatures: List<String>) data class ContentFilter(val includedContentCategori...
23.3125
69
0.761394
b2f264acc957c78592942a789c9b0334224d0fdd
604
py
Python
testing/forms/products.py
Miki761000/storage_podari_s_luibov
a82caccfd40391f6a2609538e4e629d3b113aca9
[ "MIT" ]
null
null
null
testing/forms/products.py
Miki761000/storage_podari_s_luibov
a82caccfd40391f6a2609538e4e629d3b113aca9
[ "MIT" ]
null
null
null
testing/forms/products.py
Miki761000/storage_podari_s_luibov
a82caccfd40391f6a2609538e4e629d3b113aca9
[ "MIT" ]
null
null
null
from django import forms from warehouse.models import Product, ProductAdditionalInformation class ProductForm(forms.ModelForm): class Meta: model = Product fields = '__all__' field_order = [ 'product_name', 'product_code', 'product_quantity', ...
25.166667
66
0.622517
f05d0c3401f69142c582ade92cb02f323289bd68
183
py
Python
dingomata/config/__init__.py
tigershadowclaw/discord-dingomata
0b20d7b75a0af3387b19b17c336e5e14356d2f14
[ "MIT" ]
null
null
null
dingomata/config/__init__.py
tigershadowclaw/discord-dingomata
0b20d7b75a0af3387b19b17c336e5e14356d2f14
[ "MIT" ]
null
null
null
dingomata/config/__init__.py
tigershadowclaw/discord-dingomata
0b20d7b75a0af3387b19b17c336e5e14356d2f14
[ "MIT" ]
null
null
null
from .bot import GuildConfig, ServiceConfig, get_logging_config, service_config __all__ = [ "ServiceConfig", "GuildConfig", "get_logging_config", "service_config", ]
20.333333
79
0.721311
f01944d27e76d31f7d24bb6d6aee8d5e5c5f6995
10,940
py
Python
todo_app/display.py
WeaverDyl/python-todo
80c533b79c6170ba9ba4923ba78f4900fece8339
[ "MIT" ]
3
2020-01-16T09:39:11.000Z
2021-11-15T08:38:52.000Z
todo_app/display.py
WeaverDyl/python-todo
80c533b79c6170ba9ba4923ba78f4900fece8339
[ "MIT" ]
null
null
null
todo_app/display.py
WeaverDyl/python-todo
80c533b79c6170ba9ba4923ba78f4900fece8339
[ "MIT" ]
null
null
null
import os import math import shutil import textwrap from datetime import datetime from terminaltables import AsciiTable class Display: def __init__(self): self.colors = { 'RED': '\033[38;5;196m', 'ORANGE': '\033[38;5;220m', 'GREEN': '\033[38;5;46m', 'BOLD': ...
39.927007
135
0.599543
38b475e356c9257cf2acb6108f75db0b7ba6093f
4,462
h
C
Common/Renderers/EPlotRenderer.h
achilex/MgDev
f7baf680a88d37659af32ee72b9a2046910b00d8
[ "PHP-3.0" ]
2
2017-04-19T01:38:30.000Z
2020-07-31T03:05:32.000Z
Common/Renderers/EPlotRenderer.h
achilex/MgDev
f7baf680a88d37659af32ee72b9a2046910b00d8
[ "PHP-3.0" ]
null
null
null
Common/Renderers/EPlotRenderer.h
achilex/MgDev
f7baf680a88d37659af32ee72b9a2046910b00d8
[ "PHP-3.0" ]
1
2021-12-29T10:46:12.000Z
2021-12-29T10:46:12.000Z
// // Copyright (C) 2004-2011 by Autodesk, Inc. // // This library is free software; you can redistribute it and/or // modify it under the terms of version 2.1 of the GNU Lesser // General Public License as published by the Free Software Foundation. // // This library is distributed in the hope that it will be use...
28.420382
78
0.606455
50747307412ebf31f4af2dc62517f1e3db94dea8
6,223
go
Go
src/sippy/rtp_proxy_client_opts.go
voiceip/go-b2bua
71427be1b452e169c3ed8ca88a88abe26ccee56e
[ "BSD-2-Clause" ]
49
2016-03-29T09:44:56.000Z
2022-03-09T01:51:08.000Z
src/sippy/rtp_proxy_client_opts.go
voiceip/go-b2bua
71427be1b452e169c3ed8ca88a88abe26ccee56e
[ "BSD-2-Clause" ]
7
2017-10-23T14:54:51.000Z
2019-12-27T11:06:03.000Z
src/sippy/rtp_proxy_client_opts.go
voiceip/go-b2bua
71427be1b452e169c3ed8ca88a88abe26ccee56e
[ "BSD-2-Clause" ]
11
2017-01-07T08:52:34.000Z
2021-03-24T10:18:56.000Z
// Copyright (c) 2003-2005 Maxim Sobolev. All rights reserved. // Copyright (c) 2006-2014 Sippy Software, Inc. All rights reserved. // Copyright (c) 2016 Andriy Pylypenko. All rights reserved. // // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permit...
40.673203
161
0.621404
bfc1d3f360b9862c9e8d9656ba48ff2e72ff8281
146
lua
Lua
res/npc/npc_roy/dl_npc_roy.lua
tizian/Cendric2
5b0438c73a751bcc0d63c3af839af04ab0fb21a3
[ "MIT" ]
279
2015-05-06T19:04:07.000Z
2022-03-21T21:33:38.000Z
res/npc/npc_roy/dl_npc_roy.lua
tizian/Cendric2
5b0438c73a751bcc0d63c3af839af04ab0fb21a3
[ "MIT" ]
222
2016-10-26T15:56:25.000Z
2021-10-03T15:30:18.000Z
res/npc/npc_roy/dl_npc_roy.lua
tizian/Cendric2
5b0438c73a751bcc0d63c3af839af04ab0fb21a3
[ "MIT" ]
49
2015-10-01T21:23:03.000Z
2022-03-19T20:11:31.000Z
-- Dialogue for NPC "npc_roy" loadDialogue = function(DL) DL:setRoot(1) DL:createNPCNode(1, -1, "DL_Roy_Nothing") -- ... DL:addNode() end
14.6
49
0.657534
950f065ca47ba40784879320eb5979ad7faff4b4
429
css
CSS
src/components/Content/carousel.css
alarivan/pizza
7eb7fb9416e4258a8a3cc568bb2c6ba22d7c66d7
[ "MIT" ]
null
null
null
src/components/Content/carousel.css
alarivan/pizza
7eb7fb9416e4258a8a3cc568bb2c6ba22d7c66d7
[ "MIT" ]
null
null
null
src/components/Content/carousel.css
alarivan/pizza
7eb7fb9416e4258a8a3cc568bb2c6ba22d7c66d7
[ "MIT" ]
null
null
null
.BrainhubCarousel .BrainhubCarousel__trackContainer .BrainhubCarousel__track { padding: 2rem 0; position: relative; } .BrainhubCarousel__customArrows { position: absolute; z-index: 100; top: 50%; transform: translateY(-50%); } .BrainhubCarousel__customArrows.BrainhubCarousel__custom-arrowLeft ...
22.578947
78
0.755245
f01db4ce612793fa6669b67b17c501ac73c893ec
6,037
py
Python
eslearn/machine_learning/classfication/el_classify_sensitive_person_test.py
dongmengshi/easylearn
df528aaa69c3cf61f5459a04671642eb49421dfb
[ "MIT" ]
null
null
null
eslearn/machine_learning/classfication/el_classify_sensitive_person_test.py
dongmengshi/easylearn
df528aaa69c3cf61f5459a04671642eb49421dfb
[ "MIT" ]
null
null
null
eslearn/machine_learning/classfication/el_classify_sensitive_person_test.py
dongmengshi/easylearn
df528aaa69c3cf61f5459a04671642eb49421dfb
[ "MIT" ]
1
2021-01-11T08:21:35.000Z
2021-01-11T08:21:35.000Z
# -*- coding: utf-8 -*- """ Created on 2020/03/16 Feature selection: Relief-based feature selection algorithm. ------ @author: LI Chao """ import numpy as np from sklearn import preprocessing import os from sklearn.externals import joblib from el_classify_sensitive_person_train_validation import ClassifyFourKindOfPer...
41.349315
164
0.630777
b37825a0a956dd041e3f7b1c03b5244e3fd218ee
151
sql
SQL
borrower1.sql
open-risk/Academy-Course-DAT31063
c47baa401e990dfb2caa137c2d20e397429793f5
[ "Apache-2.0" ]
null
null
null
borrower1.sql
open-risk/Academy-Course-DAT31063
c47baa401e990dfb2caa137c2d20e397429793f5
[ "Apache-2.0" ]
null
null
null
borrower1.sql
open-risk/Academy-Course-DAT31063
c47baa401e990dfb2caa137c2d20e397429793f5
[ "Apache-2.0" ]
null
null
null
-- Single Table Inheritance CREATE TABLE Borrower1 ( Name varchar(255), MarketCapitalisation numeric (10,3), AnnualIncome numeric (10,3) );
25.166667
40
0.715232
cbceba42e10e3afe0aed2933b2128c9458c9324d
2,833
go
Go
slice_test.go
belfinor/slice
62822543bddc6a32b215506d4a8e0a38656018f5
[ "MIT" ]
2
2019-11-04T19:16:06.000Z
2019-11-04T19:24:12.000Z
slice_test.go
belfinor/slice
62822543bddc6a32b215506d4a8e0a38656018f5
[ "MIT" ]
4
2019-10-01T07:14:50.000Z
2019-10-01T08:31:12.000Z
slice_test.go
belfinor/slice
62822543bddc6a32b215506d4a8e0a38656018f5
[ "MIT" ]
null
null
null
package slice // @author Mikhail Kirillov <mikkirillov@yandex.ru> // @version 1.003 // @date 2019-10-01 import ( "fmt" "testing" ) func TestSlice(t *testing.T) { orig := []int{1, 2, 3, 4, 5} Reverse(orig) if len(orig) != 5 { t.Fatal("slice.Reverse corrupt data") } for i, v := range orig { if v != ...
19.950704
69
0.534416
dbcaa08b9f43a74fff5aa00fc5fe41b86749fff6
53
sql
SQL
regmgr/migrations/0005-section.sql
benclifford/MSE
3a3b0d5da255e7c799c6e8c08296f2386860e2dd
[ "FSFAP" ]
1
2021-01-10T17:52:09.000Z
2021-01-10T17:52:09.000Z
regmgr/migrations/0005-section.sql
benclifford/MSE
3a3b0d5da255e7c799c6e8c08296f2386860e2dd
[ "FSFAP" ]
null
null
null
regmgr/migrations/0005-section.sql
benclifford/MSE
3a3b0d5da255e7c799c6e8c08296f2386860e2dd
[ "FSFAP" ]
null
null
null
ALTER TABLE regmgr_attendee ADD COLUMN section TEXT;
26.5
52
0.849057
a8dbe5bd998d90d98e3c8c88c85874a068d84095
5,205
rs
Rust
rs/replicated_state/src/page_map/tests.rs
audieleon/ic
35dd8f93dec82662ed4df35664a9c0be6dbf203a
[ "Apache-2.0" ]
1
2021-07-20T21:44:44.000Z
2021-07-20T21:44:44.000Z
rs/replicated_state/src/page_map/tests.rs
AmoretAaron/ic
d9202bc7f6d16b2777d4e092ee1b7ad5899aae2b
[ "Apache-2.0" ]
null
null
null
rs/replicated_state/src/page_map/tests.rs
AmoretAaron/ic
d9202bc7f6d16b2777d4e092ee1b7ad5899aae2b
[ "Apache-2.0" ]
1
2022-01-13T13:37:41.000Z
2022-01-13T13:37:41.000Z
use super::{allocate_pages, checkpoint::Checkpoint, Buffer, PageDelta, PageIndex, PageMap}; use ic_sys::PAGE_SIZE; use std::fs::OpenOptions; #[test] fn can_debug_display_a_page_map() { let page_map = PageMap::new(); assert_eq!(format!("{:?}", page_map), "{}"); } #[test] fn can_create_an_empty_checkpoint() { ...
27.68617
99
0.578866
c16548b0cd4a0920d60ac3974f0ba3ac5f7880bd
817
kt
Kotlin
app/src/test/java/com/igorwojda/integer/reverse/Reverse.kt
sunyal/kotlin-coding-puzzle
66ca5d90d523613e04a9664be70e934ce1f0b2cf
[ "MIT" ]
3
2021-02-09T18:17:07.000Z
2021-07-19T05:44:54.000Z
app/src/test/java/com/igorwojda/integer/reverse/Reverse.kt
Shabinder/kotlin-coding-puzzle
84201833df722ca5aea9853ddc0842c8c200427f
[ "MIT" ]
null
null
null
app/src/test/java/com/igorwojda/integer/reverse/Reverse.kt
Shabinder/kotlin-coding-puzzle
84201833df722ca5aea9853ddc0842c8c200427f
[ "MIT" ]
null
null
null
package com.igorwojda.integer.reverse import org.amshove.kluent.shouldEqual import org.junit.Test private fun reverseInt(i: Int): Int { TODO("not implemented") } class ReverseIntTest { @Test fun `ReverseInt handles 0 as an input`() { reverseInt(0) shouldEqual 0 } @Test fun `ReverseIn...
24.029412
48
0.649939
2eb8f590d8c00b548c8509294e05b99266da7c8c
278
swift
Swift
RAWG-GameCatalogue/Domain/Interfaces/Repositories/ProfileRepository.swift
ddiffa/RAWG-GameCatalogue
b0c9464338f84ff9761a46eeeba6e3853f8f1700
[ "MIT" ]
1
2021-09-06T08:58:11.000Z
2021-09-06T08:58:11.000Z
RAWG-GameCatalogue/Domain/Interfaces/Repositories/ProfileRepository.swift
ddiffa/RAWG-GameCatalogue
b0c9464338f84ff9761a46eeeba6e3853f8f1700
[ "MIT" ]
null
null
null
RAWG-GameCatalogue/Domain/Interfaces/Repositories/ProfileRepository.swift
ddiffa/RAWG-GameCatalogue
b0c9464338f84ff9761a46eeeba6e3853f8f1700
[ "MIT" ]
null
null
null
// // ProfileRepository.swift // RAWG-GameCatalogue // // Created by Diffa Desyawan on 04/09/21. // import Foundation protocol ProfileRepository { func fetch(completion: @escaping (Profile?) -> Void) func save(profile: Profile, completion: @escaping () -> Void) }
19.857143
66
0.690647
4a4085480b511d79405f3cf144fc815ba6cba3b6
22,130
js
JavaScript
ProtoKameo1/ProtoKameo1/engine.js
neoranga55/kamelo
b5da2dc4731481698f738e3c9137beb36f2e3b8b
[ "CC-BY-3.0", "MIT" ]
null
null
null
ProtoKameo1/ProtoKameo1/engine.js
neoranga55/kamelo
b5da2dc4731481698f738e3c9137beb36f2e3b8b
[ "CC-BY-3.0", "MIT" ]
null
null
null
ProtoKameo1/ProtoKameo1/engine.js
neoranga55/kamelo
b5da2dc4731481698f738e3c9137beb36f2e3b8b
[ "CC-BY-3.0", "MIT" ]
null
null
null
 EngineClass = Class.extend({ player0: null, entities: [], factory: {}, _deferredKill: [], sprites_loaded: 0, // 0 means not loaded, 1 and 2 loaded flyes_alive: 0, max_flyes_alive: 15, last_fly_created: 0, total_fly_counter: 0, cheer_up_goal: 4, scrore_frames: 0, in...
50.873563
215
0.582422
0ed5ea68728e08696297ed81875294964630c001
15,097
h
C
slprj/_sfprj/Demo_GazeFWaveIdleRand/_self/sfun/src/c1_Demo_GazeFWaveIdleRand.h
maryamsab/realact
90fbf3fcb4696353c8a14d76797e5908126a9525
[ "BSD-3-Clause" ]
1
2020-12-02T21:41:36.000Z
2020-12-02T21:41:36.000Z
slprj/_sfprj/Demo_GazeFWaveIdleRand/_self/sfun/src/c1_Demo_GazeFWaveIdleRand.h
maryamsab/realact
90fbf3fcb4696353c8a14d76797e5908126a9525
[ "BSD-3-Clause" ]
null
null
null
slprj/_sfprj/Demo_GazeFWaveIdleRand/_self/sfun/src/c1_Demo_GazeFWaveIdleRand.h
maryamsab/realact
90fbf3fcb4696353c8a14d76797e5908126a9525
[ "BSD-3-Clause" ]
1
2018-06-23T11:59:06.000Z
2018-06-23T11:59:06.000Z
#ifndef __c1_Demo_GazeFWaveIdleRand_h__ #define __c1_Demo_GazeFWaveIdleRand_h__ /* Include files */ #include "sf_runtime/sfc_sf.h" #include "sf_runtime/sfc_mex.h" #include "rtwtypes.h" #include "multiword_types.h" /* Type Definitions */ #ifndef typedef_SFc1_Demo_GazeFWaveIdleRandInstanceStruct #define type...
41.70442
93
0.837849
540cbe162ae7777c50f3795a38844631b75c2c22
345
go
Go
support/module_test.go
appist/appy
82828f32b1d12a45f9faf1ef2f723ba35609b42c
[ "MIT" ]
129
2018-07-21T15:42:34.000Z
2022-03-25T09:54:02.000Z
support/module_test.go
appist/appy
82828f32b1d12a45f9faf1ef2f723ba35609b42c
[ "MIT" ]
238
2018-07-08T07:51:56.000Z
2022-01-24T06:34:34.000Z
support/module_test.go
appist/appy
82828f32b1d12a45f9faf1ef2f723ba35609b42c
[ "MIT" ]
15
2019-10-07T09:33:20.000Z
2022-01-24T09:35:47.000Z
package support import ( "os" "testing" "github.com/appist/appy/test" ) type moduleSuite struct { test.Suite } func (s *moduleSuite) TestModuleName() { s.Equal("", ModuleName()) err := os.Chdir("..") s.Nil(err) s.Equal("github.com/appist/appy", ModuleName()) } func TestModuleSuite(t *testing.T) { test.Ru...
13.8
48
0.666667
1666de49837e070bb0f886abfea682baa7347963
40,983
c
C
cups/tls-openssl.c
michaelrsweet/cups
2c7064f2efa6279f5200b4cee5a047b3e3b8c2d6
[ "Apache-2.0" ]
null
null
null
cups/tls-openssl.c
michaelrsweet/cups
2c7064f2efa6279f5200b4cee5a047b3e3b8c2d6
[ "Apache-2.0" ]
null
null
null
cups/tls-openssl.c
michaelrsweet/cups
2c7064f2efa6279f5200b4cee5a047b3e3b8c2d6
[ "Apache-2.0" ]
null
null
null
/* * TLS support code for CUPS using OpenSSL/LibreSSL. * * Copyright © 2020-2022 by OpenPrinting * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ /**** This f...
25.955035
453
0.634653
b1d5604baff766c97790ec9f0387614857694e9d
2,318
h
C
quantum/keymap_extras/keymap_dvorak.h
crisalm29/niu-mini-layout
d71b92928c643aeb6efcf88fe37dac7fbd44ed68
[ "MIT" ]
2
2019-05-13T05:19:02.000Z
2021-11-29T09:07:43.000Z
quantum/keymap_extras/keymap_dvorak.h
crisalm29/niu-mini-layout
d71b92928c643aeb6efcf88fe37dac7fbd44ed68
[ "MIT" ]
null
null
null
quantum/keymap_extras/keymap_dvorak.h
crisalm29/niu-mini-layout
d71b92928c643aeb6efcf88fe37dac7fbd44ed68
[ "MIT" ]
null
null
null
/* Copyright 2015-2016 Jack Humbert * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * * This program is distrib...
22.950495
72
0.773943
50677f69903cb8a8a4be9204d7afc8ce794f51eb
595
go
Go
src/code.cloudfoundry.org/vendor/code.cloudfoundry.org/locket/models/models.go
cloudfoundry-incubator/cf-networking
1197c5d4f357dacd7772b009ee4e49e948357a9e
[ "Apache-2.0" ]
21
2018-01-12T16:54:53.000Z
2022-03-04T13:04:02.000Z
src/code.cloudfoundry.org/vendor/code.cloudfoundry.org/locket/models/models.go
cloudfoundry-incubator/cf-networking
1197c5d4f357dacd7772b009ee4e49e948357a9e
[ "Apache-2.0" ]
159
2018-01-05T01:04:34.000Z
2022-03-31T14:11:57.000Z
src/code.cloudfoundry.org/vendor/code.cloudfoundry.org/locket/models/models.go
cloudfoundry-incubator/cf-networking
1197c5d4f357dacd7772b009ee4e49e948357a9e
[ "Apache-2.0" ]
57
2018-02-26T06:36:44.000Z
2022-03-18T14:59:54.000Z
package models import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" ) //go:generate bash ../scripts/generate_protos.sh //go:generate counterfeiter . LocketClient const PresenceType = "presence" const LockType = "lock" var ErrLockCollision = grpc.Errorf(codes.AlreadyExists, "lock-collision") var ErrInv...
31.315789
75
0.781513
b3bee11248ba9f49dd126527614d9a35067efb6b
65
rb
Ruby
spec/decorators/check_vote_decorator_spec.rb
corselia/suikoden-election-2018
02a71c87a3c3c18193c99bcd358c872ca5acb1c3
[ "MIT" ]
null
null
null
spec/decorators/check_vote_decorator_spec.rb
corselia/suikoden-election-2018
02a71c87a3c3c18193c99bcd358c872ca5acb1c3
[ "MIT" ]
54
2018-05-19T06:34:08.000Z
2018-07-10T10:11:54.000Z
spec/decorators/check_vote_decorator_spec.rb
corselia/suikoden-election-2018
02a71c87a3c3c18193c99bcd358c872ca5acb1c3
[ "MIT" ]
null
null
null
require 'rails_helper' RSpec.describe CheckVoteDecorator do end
13
36
0.846154
3c99bb420781c58783e71c33ac57d68f044efbbe
596
rs
Rust
build.rs
elniallo/tokio-experiment
547e0ec0029605bfa12910ce200ab0c356555d97
[ "MIT" ]
2
2019-03-28T07:00:15.000Z
2019-05-24T08:38:11.000Z
build.rs
elniallo/tokio-experiment
547e0ec0029605bfa12910ce200ab0c356555d97
[ "MIT" ]
22
2019-03-25T07:51:12.000Z
2019-04-26T02:36:37.000Z
build.rs
elniallo/tokio-experiment
547e0ec0029605bfa12910ce200ab0c356555d97
[ "MIT" ]
1
2019-02-19T13:13:00.000Z
2019-02-19T13:13:00.000Z
extern crate protoc_rust_no_elision; fn main() { println!("Building..."); protoc_rust_no_elision::run(protoc_rust_no_elision::Args { out_dir: "src/serialization", input: &[ "src/proto/block.proto", "src/proto/blockHeader.proto", "src/proto/network.proto", ...
28.380952
62
0.548658
5b2e98e1d113798845d917c625bb6b059fa2a18c
1,166
h
C
Src/Common/WorkDirectoryHandler.h
microsoft/Simplygon-DCC-Integrations
0da743b02c12e67e71cd71fc575e402e401de1ef
[ "MIT" ]
14
2021-11-29T05:17:44.000Z
2022-02-10T07:09:26.000Z
Src/Common/WorkDirectoryHandler.h
microsoft/Simplygon-DCC-Integrations
0da743b02c12e67e71cd71fc575e402e401de1ef
[ "MIT" ]
null
null
null
Src/Common/WorkDirectoryHandler.h
microsoft/Simplygon-DCC-Integrations
0da743b02c12e67e71cd71fc575e402e401de1ef
[ "MIT" ]
1
2021-12-16T03:13:53.000Z
2021-12-16T03:13:53.000Z
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #pragma once #include <tchar.h> #include <string> class WorkDirectoryHandler { public: WorkDirectoryHandler(); ~WorkDirectoryHandler(); std::basic_string<TCHAR> GetWorkDirectory(); std::basic_string<TCHAR> GetSimplygonAppDataPath(); std...
31.513514
85
0.801887
0b3f444aab07f3ace7008a9a2f44f279835a4a8e
25,437
py
Python
analyses/seasonality_paper_st/lai_only/shap_interaction/model_analysis_shap_interaction_1.py
akuhnregnier/wildfire-analysis
a04deada145cec864051d2fb15aec1a53a0246b9
[ "MIT" ]
null
null
null
analyses/seasonality_paper_st/lai_only/shap_interaction/model_analysis_shap_interaction_1.py
akuhnregnier/wildfire-analysis
a04deada145cec864051d2fb15aec1a53a0246b9
[ "MIT" ]
null
null
null
analyses/seasonality_paper_st/lai_only/shap_interaction/model_analysis_shap_interaction_1.py
akuhnregnier/wildfire-analysis
a04deada145cec864051d2fb15aec1a53a0246b9
[ "MIT" ]
null
null
null
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import os from pathlib import Path from wildfires.utils import handle_array_job_args try: # This will only work after the path modification carried out in the job script. from specific import ( CACHE_DIR, SimpleCache, get_model, da...
14.16314
84
0.298306
bf2cbeaf4d7ae3e39c1981a99ad67ffec3f6a0fe
64
rs
Rust
src/request/mod.rs
bububa/jos-rs
b34e5adcc3565b7df618cdf4d579d93ab6df1e14
[ "Apache-2.0" ]
null
null
null
src/request/mod.rs
bububa/jos-rs
b34e5adcc3565b7df618cdf4d579d93ab6df1e14
[ "Apache-2.0" ]
null
null
null
src/request/mod.rs
bububa/jos-rs
b34e5adcc3565b7df618cdf4d579d93ab6df1e14
[ "Apache-2.0" ]
null
null
null
pub mod account; pub mod bean; pub mod brand; pub mod category;
12.8
17
0.75
5f9d0d447851cf979bbbfbb54a990ef1e3b4eeea
68
c
C
foo/foo.c
BH1SCW/wrap-syscall
d2bae98c4be0e43ebdfb5aea44b94665c78b74d2
[ "Apache-2.0" ]
null
null
null
foo/foo.c
BH1SCW/wrap-syscall
d2bae98c4be0e43ebdfb5aea44b94665c78b74d2
[ "Apache-2.0" ]
null
null
null
foo/foo.c
BH1SCW/wrap-syscall
d2bae98c4be0e43ebdfb5aea44b94665c78b74d2
[ "Apache-2.0" ]
null
null
null
#include <stdio.h> int foo() { printf("foo\n"); return 0; }
11.333333
20
0.529412
3ca0c242449e4375c52625e44ca63237de5c155d
158
rs
Rust
13_code_blocks/src/main.rs
foxx3r/learn_rust
2aab6ea99b5e7a8ef081908618659ccc2d44555e
[ "MIT" ]
null
null
null
13_code_blocks/src/main.rs
foxx3r/learn_rust
2aab6ea99b5e7a8ef081908618659ccc2d44555e
[ "MIT" ]
null
null
null
13_code_blocks/src/main.rs
foxx3r/learn_rust
2aab6ea99b5e7a8ef081908618659ccc2d44555e
[ "MIT" ]
null
null
null
fn main() { let x = 20; { let y = 40; println!("20 X 40 = {}", x * y); } let y = 80; println!("20 X 80 = {}", x * y); }
13.166667
40
0.329114
bc6e0cccd9d93755d3ff2fed14536799f6f36d38
1,424
sql
SQL
test/fixtures/rules/create.sql
benny-medflyt/pg-query-parser
2888c2e099325e7280258def73dd16492530c2d9
[ "BSD-3-Clause" ]
60
2019-02-01T13:46:07.000Z
2022-03-28T02:43:05.000Z
test/fixtures/rules/create.sql
benny-medflyt/pg-query-parser
2888c2e099325e7280258def73dd16492530c2d9
[ "BSD-3-Clause" ]
50
2020-06-05T00:01:31.000Z
2022-03-23T06:59:47.000Z
packages/pgsql-parser/__fixtures__/rules/create.sql
pgql/pg
76de825da0512a1d596482b28b4287b8fa1a56e2
[ "MIT" ]
13
2019-12-24T07:00:57.000Z
2022-02-17T22:43:32.000Z
CREATE RULE collections_ins_protect AS ON INSERT TO dbs.collections DO INSTEAD NOTHING; CREATE RULE collections_upd_protect AS ON UPDATE TO dbs.collections DO INSTEAD NOTHING; CREATE RULE collections_del_protect AS ON DELETE TO dbs.collections DO INSTEAD NOTHING; CREATE RULE shoel...
26.37037
67
0.589888
125bc15a3495c02b00bad80e2d80b66c067f2390
3,176
c
C
example.c
zqad/crc16-ccitt
06691c08bb491165d6f8d7fcf934bfc9407480f4
[ "MIT" ]
12
2015-09-28T13:29:47.000Z
2022-02-18T18:45:23.000Z
example.c
zqad/crc16-ccitt
06691c08bb491165d6f8d7fcf934bfc9407480f4
[ "MIT" ]
null
null
null
example.c
zqad/crc16-ccitt
06691c08bb491165d6f8d7fcf934bfc9407480f4
[ "MIT" ]
3
2015-09-10T18:42:57.000Z
2019-12-08T21:41:22.000Z
/* * Copyright (c) 2014 Jonas Eriksson * * 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...
34.150538
80
0.732368
1bb88e728ab36a24bc67d0d6904c1ad54404a0b4
930
sql
SQL
benchmarks/htap/schemas/s64da_native_enhanced/primary-keys.sql
a-masterov/s64da-benchmark-toolkit
b1af60c6a1c7d4c62ae9fb5ce04e2c7b59002b0b
[ "MIT" ]
15
2020-03-27T09:40:12.000Z
2022-03-25T19:55:53.000Z
benchmarks/htap/schemas/s64da_native_enhanced/primary-keys.sql
a-masterov/s64da-benchmark-toolkit
b1af60c6a1c7d4c62ae9fb5ce04e2c7b59002b0b
[ "MIT" ]
43
2020-03-25T10:03:11.000Z
2021-06-02T01:15:17.000Z
benchmarks/htap/schemas/s64da_native_enhanced/primary-keys.sql
a-masterov/s64da-benchmark-toolkit
b1af60c6a1c7d4c62ae9fb5ce04e2c7b59002b0b
[ "MIT" ]
6
2020-10-08T11:32:40.000Z
2021-11-17T21:20:44.000Z
ALTER TABLE warehouse ADD CONSTRAINT warehouse_pk PRIMARY KEY (w_id); ALTER TABLE district ADD CONSTRAINT district_pk PRIMARY KEY (d_w_id, d_id); ALTER TABLE customer ADD CONSTRAINT customer_pk PRIMARY KEY (c_w_id, c_d_id, c_id); ALTER TABLE history ADD CONSTRAINT history_pk PRIMARY KEY (id); ALTER TABLE orders ADD...
38.75
103
0.809677
b2dddf20dfadcb66e5efbea5b82b5fce448e57cf
727
py
Python
setup.py
dboddie/Beeware-Hello-VOC
a22ffc58121ead7acac850c6edb60576bdb66993
[ "MIT" ]
35
2017-09-21T03:45:33.000Z
2021-11-18T01:18:13.000Z
setup.py
dboddie/Beeware-Hello-VOC
a22ffc58121ead7acac850c6edb60576bdb66993
[ "MIT" ]
6
2017-09-25T12:34:31.000Z
2021-07-05T03:40:19.000Z
setup.py
dboddie/Beeware-Hello-VOC
a22ffc58121ead7acac850c6edb60576bdb66993
[ "MIT" ]
10
2018-02-03T12:51:31.000Z
2022-02-08T18:54:48.000Z
#!/usr/bin/env python from setuptools import setup, find_packages setup( name='{{ cookiecutter.app_name }}', version='0.0.1', description='{{ cookiecutter.description }}', author='{{ cookiecutter.author }}', author_email='{{ cookiecutter.author_email }}', license='{{ cookiecutter.license }}', ...
25.964286
64
0.569464
18efa39894327826bcd2e56a7a14247334aba68a
5,170
css
CSS
css/projects.css
cpabbot/cpabbot.github.io
9dd911e7c63d694a98b1f7e77d1af5e4a72ef35e
[ "Apache-2.0" ]
1
2019-04-01T14:23:57.000Z
2019-04-01T14:23:57.000Z
css/projects.css
cpabbot/cpabbot.github.io
9dd911e7c63d694a98b1f7e77d1af5e4a72ef35e
[ "Apache-2.0" ]
null
null
null
css/projects.css
cpabbot/cpabbot.github.io
9dd911e7c63d694a98b1f7e77d1af5e4a72ef35e
[ "Apache-2.0" ]
null
null
null
body { width: 100%; height: 100%; margin: 0; padding: 0; } /*** HEADER ***/ .header--old { position: absolute; height: 10vh; width: 100%; background-color: darkred; } .title--projects--old { color: #fff; padding-left: 80px; } .header--projects { /* background-color: #8b000...
18.66426
230
0.604255
772170e8fba627d5d43794f3f7730acc10d545fa
1,134
rs
Rust
src/enclave_api.rs
gskapka/secp256k1-enclave-rust
26119099ce6cb5e74274d90f4312b402646cb4cf
[ "MIT" ]
26
2019-07-02T22:20:56.000Z
2022-03-02T05:22:14.000Z
src/enclave_api.rs
gskapka/secp256k1-enclave-rust
26119099ce6cb5e74274d90f4312b402646cb4cf
[ "MIT" ]
1
2021-04-05T16:10:29.000Z
2021-04-05T16:10:29.000Z
src/enclave_api.rs
gskapka/secp256k1-enclave-rust
26119099ce6cb5e74274d90f4312b402646cb4cf
[ "MIT" ]
9
2019-08-15T18:13:07.000Z
2022-01-16T07:43:28.000Z
#![allow(improper_ctypes)] use secp256k1::key::PublicKey; use sgx_types::{sgx_enclave_id_t, sgx_status_t}; extern { pub fn generate_keypair( eid: sgx_enclave_id_t, retval: *mut sgx_status_t, sealed_log: *mut u8, sealed_log_size: *const u32 ) -> sgx_status_t; pub fn sign_m...
25.772727
48
0.604938
71e68956d75edcf9698c155dfeb03a06cc6ecaee
1,472
kt
Kotlin
modules/drawing/src/main/kotlin/silentorb/mythic/drawing/drawText.kt
silentorb/mythic-kotlin
74462fcba9e7805dddec1bfcb3431665df7d0dee
[ "MIT" ]
1
2020-06-24T02:01:23.000Z
2020-06-24T02:01:23.000Z
modules/drawing/src/main/kotlin/silentorb/mythic/drawing/drawText.kt
silentorb/mythic-kotlin
74462fcba9e7805dddec1bfcb3431665df7d0dee
[ "MIT" ]
5
2019-12-24T17:14:43.000Z
2021-01-26T22:33:47.000Z
modules/drawing/src/main/kotlin/silentorb/mythic/drawing/drawText.kt
silentorb/mythic-kotlin
74462fcba9e7805dddec1bfcb3431665df7d0dee
[ "MIT" ]
null
null
null
package silentorb.mythic.drawing import silentorb.mythic.glowing.DrawMethod import silentorb.mythic.glowing.VertexSchema import silentorb.mythic.glowing.globalState import silentorb.mythic.spatial.Matrix import silentorb.mythic.spatial.Vector2 import silentorb.mythic.typography.TextConfiguration import silentorb.mythi...
36.8
119
0.796196
10edb16c986845e63bcdc9ab418356a6c1b18f4f
1,072
kt
Kotlin
ktlint-test/src/main/kotlin/com/pinterest/ktlint/test/RuleSetProviderTest.kt
LiteKite/ktlint
1b0e5353437a85362ec01168c82632b6646895e7
[ "MIT" ]
2,031
2016-07-27T10:07:55.000Z
2019-03-14T05:57:01.000Z
ktlint-test/src/main/kotlin/com/pinterest/ktlint/test/RuleSetProviderTest.kt
LiteKite/ktlint
1b0e5353437a85362ec01168c82632b6646895e7
[ "MIT" ]
351
2016-07-28T12:23:55.000Z
2019-03-14T23:54:31.000Z
ktlint-test/src/main/kotlin/com/pinterest/ktlint/test/RuleSetProviderTest.kt
LiteKite/ktlint
1b0e5353437a85362ec01168c82632b6646895e7
[ "MIT" ]
174
2016-08-01T15:54:57.000Z
2019-03-13T20:13:21.000Z
package com.pinterest.ktlint.test import com.pinterest.ktlint.core.RuleSetProvider import java.io.File import org.assertj.core.api.Assertions.assertThat import org.junit.jupiter.api.Test open class RuleSetProviderTest( private val rulesetClass: Class<out RuleSetProvider>, private val packageName: String ) { ...
36.965517
140
0.676306
b7ab2d0f1afd688077aa1d8d438945d60e201ce5
418
asm
Assembly
oeis/332/A332426.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/332/A332426.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/332/A332426.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A332426: Number of unordered pairs of non-selfintersecting paths with nodes that cover all vertices of a convex n-gon. ; Submitted by Christian Krause ; 0,3,30,210,1260,6944,36288,182880,897600,4316928,20427264,95373824,440294400,2013020160,9126248448,41069371392,183607050240,816037560320,3607758766080,15874168848384...
34.833333
198
0.796651
d283e9ea3da2e2ddebece85748928dae3bcaf0cc
229
sql
SQL
src/Security/AW2014_user.sql
NowinskiK/ssdt-training
d66dc0bb2ca9ad7a20b655bbde2a2e2801241139
[ "MIT" ]
5
2020-09-16T18:13:49.000Z
2021-12-10T04:59:55.000Z
src/Security/AW2014_user.sql
NowinskiK/ssdt-training
d66dc0bb2ca9ad7a20b655bbde2a2e2801241139
[ "MIT" ]
null
null
null
src/Security/AW2014_user.sql
NowinskiK/ssdt-training
d66dc0bb2ca9ad7a20b655bbde2a2e2801241139
[ "MIT" ]
3
2021-10-08T12:35:43.000Z
2021-12-27T19:53:28.000Z
USE AdventureWorks2014 GO CREATE USER extROUser WITH PASSWORD = 'ReeA1frejgiWeZjg' GO -- Add user to the database owner role --EXEC sp_addrolemember N'db_owner', N'extROUser' EXEC sp_addrolemember 'db_datareader', 'extROUser'
20.818182
50
0.79476
9b9f8bfe6b1623e4a1933da74d7fdb1b0e2bd6f3
633
js
JavaScript
src/App.spec.js
ArGJolan/memory-game-back
894c9dd8234db495cabf4f3cca5ede08e49181ac
[ "MIT" ]
null
null
null
src/App.spec.js
ArGJolan/memory-game-back
894c9dd8234db495cabf4f3cca5ede08e49181ac
[ "MIT" ]
null
null
null
src/App.spec.js
ArGJolan/memory-game-back
894c9dd8234db495cabf4f3cca5ede08e49181ac
[ "MIT" ]
null
null
null
/* global expect */ /* eslint-disable no-unused-expressions */ const proxyquire = require('proxyquire'); const { EmptyFixture, ServerFixture, UtilsFixture } = require('../test/fixture'); const App = proxyquire('./App', { './Random/Random.Service': EmptyFixture, './Random/Random.Controller': EmptyFixture, './Se...
21.1
81
0.605055
1fee9f4b5773ce1ca551ca12e6bb2553790a8bbf
15,066
css
CSS
src/pages/index.css
jonathanedward/internal-site
c0a29c5677bbd592df661c2b9e1859fee3d199e6
[ "MIT" ]
null
null
null
src/pages/index.css
jonathanedward/internal-site
c0a29c5677bbd592df661c2b9e1859fee3d199e6
[ "MIT" ]
7
2021-05-08T23:16:26.000Z
2022-02-26T11:10:23.000Z
src/pages/index.css
jonathanedward/internal-site
c0a29c5677bbd592df661c2b9e1859fee3d199e6
[ "MIT" ]
null
null
null
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,500&display=swap"); .StartHero h1 { font-size: 100px; line-height: 1; } @media (max-width: 640px) { .StartHero h1 { font-size: 60px; } } .MindsetTitle h2, .HowsTitle h2, .Fusion .FusionGroup .FusionTitle h2, .ToolsTitle h2, .BlogTitl...
16.647514
155
0.639387
6e65d7cda9f8bf29e9228edb7907d3f7461d482f
493
asm
Assembly
programs/oeis/035/A035336.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/035/A035336.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/035/A035336.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A035336: a(n) = 2*floor(n*phi) + n - 1, where phi = (1+sqrt(5))/2. ; 2,7,10,15,20,23,28,31,36,41,44,49,54,57,62,65,70,75,78,83,86,91,96,99,104,109,112,117,120,125,130,133,138,143,146,151,154,159,164,167,172,175,180,185,188,193,198,201,206,209,214,219,222,227,230,235,240,243,248,253,256,261,264,269,274,277,282,287,290...
70.428571
375
0.685598
297f3d704dd4a5bc595d28894068dc9909f05a51
5,391
sql
SQL
database/src/migrations/release.0.5/populate_caribou_population_unit.sql
bcgov/restoration-tracker
42e4fbc8e3915813df06a42aa83ff7d295f94bdb
[ "Apache-2.0" ]
null
null
null
database/src/migrations/release.0.5/populate_caribou_population_unit.sql
bcgov/restoration-tracker
42e4fbc8e3915813df06a42aa83ff7d295f94bdb
[ "Apache-2.0" ]
66
2022-01-06T18:24:37.000Z
2022-03-31T23:44:58.000Z
database/src/migrations/release.0.5/populate_caribou_population_unit.sql
bcgov/restoration-tracker
42e4fbc8e3915813df06a42aa83ff7d295f94bdb
[ "Apache-2.0" ]
null
null
null
-- populate_caribou_population_unit.sql delete from caribou_population_unit; insert into caribou_population_unit (name, record_effective_date) values ('Atlin', now()); insert into caribou_population_unit (name, record_effective_date) values ('Calendar', now()); insert into caribou_population_unit (name, record_effectiv...
94.578947
106
0.79911
b34dffe7233322163229fd19ac636d12224a6d23
1,132
rb
Ruby
spec/features/idv/max_attempts_spec.rb
s2t2/identity-idp
e2d1361093327b1e5c769939a7a4e05523fd1404
[ "CC0-1.0" ]
null
null
null
spec/features/idv/max_attempts_spec.rb
s2t2/identity-idp
e2d1361093327b1e5c769939a7a4e05523fd1404
[ "CC0-1.0" ]
null
null
null
spec/features/idv/max_attempts_spec.rb
s2t2/identity-idp
e2d1361093327b1e5c769939a7a4e05523fd1404
[ "CC0-1.0" ]
null
null
null
require 'rails_helper' feature 'IdV max attempts' do include IdvHelper scenario 'profile shows failure modal after max attempts', :email, :idv_job, :js do sign_in_and_2fa_user visit verify_session_path max_attempts_less_one.times do fill_out_idv_form_fail click_continue click_button...
25.155556
85
0.742049
f075ae0016f05b776907ec9b3806c42232f69f5d
68
kt
Kotlin
src/main/kotlin/com/common/Status.kt
lgoyescondor/SSD_MODULE
d7ecd74fc9796885d6c03261896f9f5f4a86c22c
[ "MIT" ]
null
null
null
src/main/kotlin/com/common/Status.kt
lgoyescondor/SSD_MODULE
d7ecd74fc9796885d6c03261896f9f5f4a86c22c
[ "MIT" ]
null
null
null
src/main/kotlin/com/common/Status.kt
lgoyescondor/SSD_MODULE
d7ecd74fc9796885d6c03261896f9f5f4a86c22c
[ "MIT" ]
1
2018-12-12T20:54:51.000Z
2018-12-12T20:54:51.000Z
package com.common data class Status(val id: Int, val name: String)
22.666667
48
0.764706
0ba12b62e7fa10c396c6633bb470e317da8a4782
1,346
js
JavaScript
node_modules/@react-icons/all-files/io5/IoLogoDiscord.esm.js
syazwanirahimin/dotcom
162acf4500655ec965d27bd1e45ef0415963d346
[ "MIT" ]
null
null
null
node_modules/@react-icons/all-files/io5/IoLogoDiscord.esm.js
syazwanirahimin/dotcom
162acf4500655ec965d27bd1e45ef0415963d346
[ "MIT" ]
null
null
null
node_modules/@react-icons/all-files/io5/IoLogoDiscord.esm.js
syazwanirahimin/dotcom
162acf4500655ec965d27bd1e45ef0415963d346
[ "MIT" ]
null
null
null
// THIS FILE IS AUTO GENERATED import { GenIcon } from '../lib'; export function IoLogoDiscord (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 512 512"},"child":[{"tag":"path","attr":{"d":"M464 66.52A50 50 0 00414.12 17L97.64 16A49.65 49.65 0 0048 65.52V392c0 27.3 22.28 48 49.64 48H368l-13-44 109 100zM32...
224.333333
1,237
0.659733
8e7bfc1f3b078daae4a80a5d0b4bb3007ac99c75
50
rb
Ruby
app/models/user_blacklisted_tag.rb
bluelovers/Danbooru
655ffd1174947a0c415de9aa0e30147235bf4a3e
[ "BSD-2-Clause-FreeBSD" ]
3
2018-11-04T08:16:23.000Z
2019-12-06T10:17:29.000Z
app/models/user_blacklisted_tag.rb
neplus/moebooru
bfd91cf63c8e9421354dce46378dd62fe90ab0b2
[ "0BSD" ]
null
null
null
app/models/user_blacklisted_tag.rb
neplus/moebooru
bfd91cf63c8e9421354dce46378dd62fe90ab0b2
[ "0BSD" ]
1
2019-12-06T10:17:31.000Z
2019-12-06T10:17:31.000Z
class UserBlacklistedTag < ActiveRecord::Base end
16.666667
45
0.84
23706d933c27ae03835c4217b2f1c101093bcba1
760
kt
Kotlin
src/main/kotlin/net/jibini/check/engine/timing/GlobalDeltaSync.kt
zgoethel/CheckEngine
6a71ff5903d3bc0d1c0438235104637359244a63
[ "MIT" ]
2
2021-07-01T16:34:20.000Z
2022-01-11T01:37:47.000Z
src/main/kotlin/net/jibini/check/engine/timing/GlobalDeltaSync.kt
zgoethel/CheckEngine
6a71ff5903d3bc0d1c0438235104637359244a63
[ "MIT" ]
null
null
null
src/main/kotlin/net/jibini/check/engine/timing/GlobalDeltaSync.kt
zgoethel/CheckEngine
6a71ff5903d3bc0d1c0438235104637359244a63
[ "MIT" ]
null
null
null
package net.jibini.check.engine.timing import net.jibini.check.engine.RegisterObject /** * Ensures that all auto-resetting [timers][DeltaTimer] reset in sync * with each other. The sync is [performed][globalAutoUpdate] once per * frame. * * @author Zach Goethel */ @RegisterObject class GlobalDeltaSync { /**...
22.352941
70
0.656579
b3e4296ac49b9251e61133e5d8e1077679c218ab
105
rb
Ruby
test_site/config/initializers/orms.rb
27crags/scaffolding_extensions
05cf0c7ccbca6aa3ab63301e0d5200c7a0d14ad4
[ "MIT" ]
4
2015-11-05T12:09:17.000Z
2020-04-03T10:51:20.000Z
test_site/config/initializers/orms.rb
27crags/scaffolding_extensions
05cf0c7ccbca6aa3ab63301e0d5200c7a0d14ad4
[ "MIT" ]
null
null
null
test_site/config/initializers/orms.rb
27crags/scaffolding_extensions
05cf0c7ccbca6aa3ab63301e0d5200c7a0d14ad4
[ "MIT" ]
2
2018-02-09T22:21:49.000Z
2021-07-13T07:14:19.000Z
SE_TEST_FRAMEWORK='rails' $: << '.' require 'datamapper_setup' require 'sequel_setup' require 'se_setup'
17.5
26
0.752381
95bbe17f5755b4fac3eba263913f2209e8cdfa13
5,671
css
CSS
submissions/ses3332002/memory-game/style.css
Roophee/frontend-2021-homeworks
10f049fa24e7e53a4f6c8fc438b2d649c8a0085a
[ "RSA-MD" ]
null
null
null
submissions/ses3332002/memory-game/style.css
Roophee/frontend-2021-homeworks
10f049fa24e7e53a4f6c8fc438b2d649c8a0085a
[ "RSA-MD" ]
null
null
null
submissions/ses3332002/memory-game/style.css
Roophee/frontend-2021-homeworks
10f049fa24e7e53a4f6c8fc438b2d649c8a0085a
[ "RSA-MD" ]
null
null
null
@font-face { font-family: theme1_font; src: url('fonts/helveticaneuecyr-light-webfont.woff2') format('woff2'); font-weight: bold; font-style: normal; } @font-face { font-family: theme2_font; src: url('fonts/Bellota-Regular.woff2') format('woff2'); font-weight: normal; font-style: normal; } body { ma...
17.666667
96
0.669547
475989581c28e5e7dc249a4f4e2532749a548428
717
html
HTML
layouts/partials/icons/cloud-moon.html
bugoio/bugo-font-awesome
b13de4a9447710e87feb9aaeb455c1b51fb93c39
[ "MIT" ]
null
null
null
layouts/partials/icons/cloud-moon.html
bugoio/bugo-font-awesome
b13de4a9447710e87feb9aaeb455c1b51fb93c39
[ "MIT" ]
null
null
null
layouts/partials/icons/cloud-moon.html
bugoio/bugo-font-awesome
b13de4a9447710e87feb9aaeb455c1b51fb93c39
[ "MIT" ]
null
null
null
<svg tabindex="-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"tabindex="-1"><path d="M342.8 352.7c5.7-9.6 9.2-20.7 9.2-32.7 0-35.3-28.7-64-64-64-17.2 0-32.8 6.9-44.3 17.9-16.3-29.6-47.5-49.9-83.7-49.9-53 0-96 43-96 96 0 2 .5 3.8.6 5.7C27.1 338.8 0 374.1 0 416c0 53 43 96 96 96h240c44.2 0 80-35.8 80-80 0-41....
717
717
0.615063
47f61ad13ad8ccff87df2913729c0dda1abd97e3
495
css
CSS
assets/css/style.css
carloscjm/streamer
b02c77af3217f22291a0cfc381a016030ae47d12
[ "MIT" ]
null
null
null
assets/css/style.css
carloscjm/streamer
b02c77af3217f22291a0cfc381a016030ae47d12
[ "MIT" ]
null
null
null
assets/css/style.css
carloscjm/streamer
b02c77af3217f22291a0cfc381a016030ae47d12
[ "MIT" ]
null
null
null
.modal-dialog{ max-width: 100%; transform: none !important; } .usersHome { background-color: red; padding-bottom: 20px; padding-top: 20px; margin-right: 20px; cursor: pointer; text-align: center; } .usersHome:hover { background-color: #9b1e1e; } @media screen and (max-width: 600px) ...
18.333333
46
0.591919
ef6569ee88eafec6561c7a0b987d36cf3d207c67
672
asm
Assembly
oeis/097/A097743.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/097/A097743.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/097/A097743.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A097743: Numbers of the form 3*2^(p - 1) - 1 where p is prime. ; 5,11,47,191,3071,12287,196607,786431,12582911,805306367,3221225471,206158430207,3298534883327,13194139533311,211106232532991,13510798882111487,864691128455135231,3458764513820540927,221360928884514619391,3541774862152233910271,14167099448608935641087,90...
61.090909
496
0.857143
388abc89ceaa198090818bccc86846adb6f0ec62
3,675
c
C
examples/old_io/full_func_io.c
swils/verifast
b0bdb6b5bb49cb6a6ae5457e703ee3eea9f3463e
[ "MIT" ]
272
2016-01-28T16:01:28.000Z
2022-03-10T11:53:19.000Z
examples/old_io/full_func_io.c
swils/verifast
b0bdb6b5bb49cb6a6ae5457e703ee3eea9f3463e
[ "MIT" ]
207
2016-01-28T16:03:17.000Z
2022-03-11T14:38:58.000Z
examples/old_io/full_func_io.c
DriesVuylsteke/verifast
79e814ad7236a7aa99424a03799d27b73b71c4ce
[ "MIT" ]
59
2016-04-03T17:52:17.000Z
2022-01-28T11:35:57.000Z
/*@ inductive io_action = getchar_action | getchar_return_action(int) | putchar_action(char) | putchar_return_action; predicate world<s>(s state, fixpoint(s, io_action, bool) allowed, fixpoint(s, io_action, s) next); @*/ int getchar/*@ <s> @*/(); //@ requires world<s>(?s, ?allowed, ?next) &*& all...
31.681034
157
0.588844
74b3475ca867b8286d27ee5360eaf8d1a737711b
345
js
JavaScript
LemonadeStand.Web/Scripts/LemonadeStand/focusSelect.js
lars-erik/lemonade-stand
83f37747e3ef5aa6d527ce744b0131dc7c2957d2
[ "MIT" ]
6
2017-12-16T21:12:05.000Z
2021-06-14T15:47:57.000Z
LemonadeStand.Web/Scripts/LemonadeStand/focusSelect.js
kevinmel2000/lemonade-stand-1
83f37747e3ef5aa6d527ce744b0131dc7c2957d2
[ "MIT" ]
null
null
null
LemonadeStand.Web/Scripts/LemonadeStand/focusSelect.js
kevinmel2000/lemonade-stand-1
83f37747e3ef5aa6d527ce744b0131dc7c2957d2
[ "MIT" ]
2
2015-11-09T20:11:33.000Z
2019-09-26T06:52:53.000Z
(function() { angular.module("lemonade") .directive("ngFocusSelect", function() { return { link: function(scope, element, attrs) { $(element).on("focus", function() { $(this).select(); }); } ...
24.642857
55
0.365217
4ac87f094d3b581c3ab92e6cafc2e99bae670058
45
sql
SQL
src/main/resources/db/changesets/books/20201025/add_tst_column.sql
Khromushkin/study-kotlin-liquibase
3c1f43208dd0f943621eb3707c13d759bd761aaf
[ "MIT" ]
null
null
null
src/main/resources/db/changesets/books/20201025/add_tst_column.sql
Khromushkin/study-kotlin-liquibase
3c1f43208dd0f943621eb3707c13d759bd761aaf
[ "MIT" ]
null
null
null
src/main/resources/db/changesets/books/20201025/add_tst_column.sql
Khromushkin/study-kotlin-liquibase
3c1f43208dd0f943621eb3707c13d759bd761aaf
[ "MIT" ]
null
null
null
alter table books add column tst varchar;
22.5
27
0.755556
ead8cbdda754fbed9e92c676aa18c078b6507033
788
sql
SQL
db/sql/6063__drop_and_create_f_amk_keksintoilmoitukset.sql
CSC-IT-Center-for-Science/antero
2835d7fd07cd7399a348033a6230d1b16634fb3b
[ "MIT" ]
2
2016-12-27T09:44:16.000Z
2017-02-16T09:23:13.000Z
db/sql/6063__drop_and_create_f_amk_keksintoilmoitukset.sql
CSC-IT-Center-for-Science/antero
2835d7fd07cd7399a348033a6230d1b16634fb3b
[ "MIT" ]
null
null
null
db/sql/6063__drop_and_create_f_amk_keksintoilmoitukset.sql
CSC-IT-Center-for-Science/antero
2835d7fd07cd7399a348033a6230d1b16634fb3b
[ "MIT" ]
null
null
null
USE [ANTERO] GO /****** Object: Table [dw].[f_amk_keksintoilmoitukset] Script Date: 30.3.2022 16:19:47 ******/ DROP TABLE [dw].[f_amk_keksintoilmoitukset] GO /****** Object: Table [dw].[f_amk_keksintoilmoitukset] Script Date: 30.3.2022 16:19:47 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE...
22.514286
98
0.678934
f03f530e1dc98bcc4544ec79667fa0181fc768d4
373
py
Python
tests/data_elements/test_other_double.py
GalBenZvi/dicom_parser
fc3e892ebf99c4e5d62cb5e7de7df341baf445fe
[ "MIT" ]
11
2020-08-08T21:41:54.000Z
2021-07-27T12:48:31.000Z
tests/data_elements/test_other_double.py
GalBenZvi/dicom_parser
fc3e892ebf99c4e5d62cb5e7de7df341baf445fe
[ "MIT" ]
45
2020-03-03T14:32:16.000Z
2021-07-30T16:42:17.000Z
tests/data_elements/test_other_double.py
GalBenZvi/dicom_parser
fc3e892ebf99c4e5d62cb5e7de7df341baf445fe
[ "MIT" ]
6
2021-10-19T09:19:22.000Z
2022-03-13T19:26:10.000Z
""" Definition of the :class:`OtherDoubleTestCase` class. """ from dicom_parser.data_elements.other_double import OtherDouble from tests.test_data_element import DataElementTestCase class OtherDoubleTestCase(DataElementTestCase): """ Tests for the :class:`~dicom_parser.data_elements.other_double.OtherDoub...
23.3125
65
0.766756
c0216daebdb17d72f14345eb720a74fe6e5d9876
121
sql
SQL
src/test/resources/sql/update/c753c092.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
66
2018-06-15T11:34:03.000Z
2022-03-16T09:24:49.000Z
src/test/resources/sql/update/c753c092.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
13
2019-03-19T11:56:28.000Z
2020-08-05T04:20:50.000Z
src/test/resources/sql/update/c753c092.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
28
2019-01-05T19:59:02.000Z
2022-03-24T11:55:50.000Z
-- file:rules.sql ln:233 expect:true update rtest_v1 set a = rtest_t3.a + 20 from rtest_t3 where rtest_v1.b = rtest_t3.b
40.333333
83
0.752066
38ac832a39616dfb928a4b22a1155b02007454cf
9,388
h
C
src/main/jstd/string/string_libc.h
shines77/jstd
a9fe267ac692162af53e16515a3552b45b6fd55a
[ "MIT" ]
null
null
null
src/main/jstd/string/string_libc.h
shines77/jstd
a9fe267ac692162af53e16515a3552b45b6fd55a
[ "MIT" ]
null
null
null
src/main/jstd/string/string_libc.h
shines77/jstd
a9fe267ac692162af53e16515a3552b45b6fd55a
[ "MIT" ]
1
2021-06-21T12:33:06.000Z
2021-06-21T12:33:06.000Z
#ifndef JSTD_STRING_LIBC_H #define JSTD_STRING_LIBC_H #if defined(_MSC_VER) && (_MSC_VER >= 1020) #pragma once #endif #include "jstd/basic/stddef.h" #include "jstd/basic/stdint.h" #include "jstd/basic/stdsize.h" #include <string.h> #include <wchar.h> #include <assert.h> #include <cstdint> #include <cstddef> /...
25.720548
100
0.54559
3461fdb69200be886b46a7e834d17b27042e497b
426
asm
Assembly
programs/oeis/101/A101926.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/101/A101926.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/101/A101926.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A101926: a(n) = 2^A101925(n). ; 2,4,16,32,256,512,2048,4096,65536,131072,524288,1048576,8388608,16777216,67108864,134217728,4294967296,8589934592,34359738368,68719476736,549755813888,1099511627776,4398046511104,8796093022208 mov $2,7 mov $3,$0 add $0,8 mov $1,1 lpb $0,1 sub $0,1 div $3,2 add $2,$3 add $2,1 ...
17.75
194
0.687793
13c49630ba632d9d5811bd8276a0365a573c0741
4,044
asm
Assembly
zadanie2/producer_consumer.asm
BAndysc/SO
ed70e3dd45ec1afb009060e1cd7381eaefdbbd47
[ "Unlicense" ]
null
null
null
zadanie2/producer_consumer.asm
BAndysc/SO
ed70e3dd45ec1afb009060e1cd7381eaefdbbd47
[ "Unlicense" ]
null
null
null
zadanie2/producer_consumer.asm
BAndysc/SO
ed70e3dd45ec1afb009060e1cd7381eaefdbbd47
[ "Unlicense" ]
1
2020-03-26T16:51:37.000Z
2020-03-26T16:51:37.000Z
global init global producer; global consumer extern malloc extern produce ; int produce(int64_t *); extern consume ; int consume(int64_t); extern verhogen ; void verhogen(int32_t*); extern proberen ; void proberen(int32_t*); section .bss buffer_start: resq 1 buffer_size: resq 1 sem_free: resd 1 sem_...
29.093525
106
0.584075
9c563035d59380ff55aee283bb957898ef7874d5
3,442
asm
Assembly
cc4x86/tests/regressive/asm_listings/mul_div_.asm
artyompal/C-compiler
0c13e96b926d4c3282be8e9629cbc7ba439ea2d4
[ "MIT" ]
4
2017-03-19T20:10:55.000Z
2022-01-20T08:34:25.000Z
cc4x86/tests/regressive/asm_listings/mul_div_.asm
artyompal/C-compiler
0c13e96b926d4c3282be8e9629cbc7ba439ea2d4
[ "MIT" ]
null
null
null
cc4x86/tests/regressive/asm_listings/mul_div_.asm
artyompal/C-compiler
0c13e96b926d4c3282be8e9629cbc7ba439ea2d4
[ "MIT" ]
null
null
null
.686 .model flat .xmm .code _test proc push ebp mov ebp,esp sub esp,44 mov dword ptr [ebp-4],2 mov dword ptr [ebp-8],3 mov dword ptr [ebp-12],4 mov dword ptr [ebp-16],5 mov eax,[ebp-8] xor edx,e...
25.308824
40
0.391052
df59211d2f65b8d84d3a827285e224c0a59e5d0b
33
rb
Ruby
vendor/cache/gems/thor-0.19.1/spec/sandbox/doc/block_helper.rb
defc0n1/shoppe_promo
f5318ba9dac899a28b7f0c42f85f49e6547e026c
[ "MIT" ]
2,511
2015-01-02T17:19:00.000Z
2021-06-03T11:30:14.000Z
vendor/cache/gems/thor-0.19.1/spec/sandbox/doc/block_helper.rb
defc0n1/shoppe_promo
f5318ba9dac899a28b7f0c42f85f49e6547e026c
[ "MIT" ]
371
2020-03-04T21:51:56.000Z
2022-03-31T20:59:11.000Z
vendor/cache/gems/thor-0.19.1/spec/sandbox/doc/block_helper.rb
defc0n1/shoppe_promo
f5318ba9dac899a28b7f0c42f85f49e6547e026c
[ "MIT" ]
330
2015-01-04T11:37:41.000Z
2021-06-01T13:36:27.000Z
<% world do -%> Hello <% end -%>
8.25
15
0.454545
aa8a2bb87788f82c51a8e4eecdfe4631386c4210
186
kt
Kotlin
app/src/main/java/com/huotu/android/mifang/bean/PushMessageActivityBean.kt
hottech-jxd/mifang-shopman-android
d409993f3900a1ebef52bfd8ea2bbbd7799bce79
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/huotu/android/mifang/bean/PushMessageActivityBean.kt
hottech-jxd/mifang-shopman-android
d409993f3900a1ebef52bfd8ea2bbbd7799bce79
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/huotu/android/mifang/bean/PushMessageActivityBean.kt
hottech-jxd/mifang-shopman-android
d409993f3900a1ebef52bfd8ea2bbbd7799bce79
[ "Apache-2.0" ]
null
null
null
package com.huotu.android.mifang.bean /** * Created by jinxiangdong on 2017/12/25. */ data class PushMessageActivityBean ( var imageUrl:String?=null, var link:String?=null )
16.909091
41
0.715054
e72246ac10343250a993a80d690c94a209993ffc
273
js
JavaScript
random_trip/src/Components/ResultsData.js
Pieter-Jacobs/Random_Trip
3d79ae9c12563fb0606e2512abe856b5a0e88082
[ "MIT" ]
null
null
null
random_trip/src/Components/ResultsData.js
Pieter-Jacobs/Random_Trip
3d79ae9c12563fb0606e2512abe856b5a0e88082
[ "MIT" ]
null
null
null
random_trip/src/Components/ResultsData.js
Pieter-Jacobs/Random_Trip
3d79ae9c12563fb0606e2512abe856b5a0e88082
[ "MIT" ]
null
null
null
import React from 'react'; import PropTypes from 'prop-types'; import '../Styles/ResultsData.module.css' export default function ResultsData(props) { return ( <div> {props.data.map((item) => <div>{item}</div>)} </div> ); } ResultsData.propTypes = { };
17.0625
51
0.641026
3bc6938b3c15879bc7d2e8cd560e3e4fd081d2f5
122
kt
Kotlin
app/src/main/java/com/arcadan/dodgetheenemies/enums/Reward.kt
ArcaDone/DodgeTheEnemies
24133757b19f2b2fea64542347b339f8621284f6
[ "MIT" ]
1
2021-03-25T15:58:25.000Z
2021-03-25T15:58:25.000Z
app/src/main/java/com/arcadan/dodgetheenemies/enums/Reward.kt
ArcaDone/DodgeTheEnemies
24133757b19f2b2fea64542347b339f8621284f6
[ "MIT" ]
null
null
null
app/src/main/java/com/arcadan/dodgetheenemies/enums/Reward.kt
ArcaDone/DodgeTheEnemies
24133757b19f2b2fea64542347b339f8621284f6
[ "MIT" ]
null
null
null
package com.arcadan.dodgetheenemies.enums enum class Reward { POWER_UP, HEARTS, COINS, GEMS, NONE, }
12.2
41
0.647541
f6743e007e18ef6144696c5a28916071fb960531
1,915
kt
Kotlin
src/main/kotlin/ui/util/swing/Tables.kt
marshallbrain/pulsar-java
fed43a0164421b27056045446f07982e0313452d
[ "MIT" ]
null
null
null
src/main/kotlin/ui/util/swing/Tables.kt
marshallbrain/pulsar-java
fed43a0164421b27056045446f07982e0313452d
[ "MIT" ]
null
null
null
src/main/kotlin/ui/util/swing/Tables.kt
marshallbrain/pulsar-java
fed43a0164421b27056045446f07982e0313452d
[ "MIT" ]
null
null
null
package ui.util.swing import java.awt.Dimension import javax.swing.BorderFactory import javax.swing.JScrollPane import javax.swing.JTable import javax.swing.ListSelectionModel import javax.swing.border.Border import javax.swing.table.DefaultTableModel fun createScrollTable( table: JTable, maxVisibleRows: Int = tabl...
23.641975
77
0.746214
c43201f94895ebca0819715fd216476e43a64fd5
718
h
C
s_xml_doc.h
Ludorg/s_fractal_cpp
308dc45d5e587005b9dc273ffe8bf623c5c85c85
[ "MIT" ]
1
2020-05-13T17:18:43.000Z
2020-05-13T17:18:43.000Z
s_xml_doc.h
Ludorg/s_fractal_cpp
308dc45d5e587005b9dc273ffe8bf623c5c85c85
[ "MIT" ]
1
2021-08-30T22:50:37.000Z
2021-08-30T22:50:37.000Z
s_xml_doc.h
Ludorg/s_fractal_cpp
308dc45d5e587005b9dc273ffe8bf623c5c85c85
[ "MIT" ]
null
null
null
#if !defined(S_XML_DOC_H) #define S_XML_DOC_H 1 // Sofia (Sofia_aleph) // // Sofia, my way for developing knowledge // // (c) 2004 Ludovic LIEVRE aka Ludorg // XML manipulation based on libxml2 #include "sofia.h" #include <libxml/xmlmemory.h> #include <libxml/xmlerror.h> #include <libxml/parser.h> ...
16.318182
55
0.683844
124f49977e548fd065352dda1813f453f87675ba
5,700
h
C
src/backgroundprocess/app.h
Skycoder42/QBackgroundProcess
9681aa736729ce1b7985e8664e0f05729235e0c4
[ "BSD-3-Clause" ]
10
2017-08-17T16:34:03.000Z
2021-02-16T17:42:30.000Z
src/backgroundprocess/app.h
Skycoder42/QBackgroundProcess
9681aa736729ce1b7985e8664e0f05729235e0c4
[ "BSD-3-Clause" ]
null
null
null
src/backgroundprocess/app.h
Skycoder42/QBackgroundProcess
9681aa736729ce1b7985e8664e0f05729235e0c4
[ "BSD-3-Clause" ]
4
2018-08-27T06:15:11.000Z
2021-03-08T10:10:34.000Z
#ifndef QTBACKGROUNDPROCESS_APP_H #define QTBACKGROUNDPROCESS_APP_H #include "QtBackgroundProcess/qtbackgroundprocess_global.h" #include <QtCore/qcommandlineparser.h> #include <QtCore/qcoreapplication.h> #include <QtCore/qexception.h> #include <functional> //! The Namespace containing all classes of the QtBackgroun...
41.605839
105
0.792982
0b9068ae3299f03b04a8be28a4b732a299e46459
1,132
py
Python
config.py
xXAligatorXx/repostAlert
74f450b577fa0971632a57c7d1f599eea4808427
[ "MIT" ]
25
2018-10-18T15:16:39.000Z
2019-06-06T04:33:20.000Z
config.py
xXAligatorXx/repostAlert
74f450b577fa0971632a57c7d1f599eea4808427
[ "MIT" ]
6
2018-10-17T01:34:13.000Z
2019-06-08T18:31:41.000Z
config.py
xXAligatorXx/repostAlert
74f450b577fa0971632a57c7d1f599eea4808427
[ "MIT" ]
2
2018-10-25T19:42:45.000Z
2018-12-05T23:09:06.000Z
import os client_id = os.environ['BOT_CLIENT_ID'] client_secret = os.environ['BOT_CLIENT_SECRET'] user_agent = os.environ['BOT_USER_AGENT'] username = os.environ['BOT_USERNAME'] password = os.environ['BOT_PASSWORD'] num_subs = int(os.environ['BOT_SUB_COUNT']) sub_settings = [[ os.environ['BOT_SUBREDDIT' + i], ...
56.6
102
0.682862
926c02e3268bca8b5a33943b8481c9a047d00a98
11,811
lua
Lua
lua/wuma/datahandler.lua
Kill-Zone/wuma
6755a3e3b332719c61bda12a386287a3ecac3cfa
[ "Apache-2.0" ]
null
null
null
lua/wuma/datahandler.lua
Kill-Zone/wuma
6755a3e3b332719c61bda12a386287a3ecac3cfa
[ "Apache-2.0" ]
null
null
null
lua/wuma/datahandler.lua
Kill-Zone/wuma
6755a3e3b332719c61bda12a386287a3ecac3cfa
[ "Apache-2.0" ]
null
null
null
WUMA = WUMA or {} local WUMADebug = WUMADebug local WUMALog = WUMALog WUMA.DATA = {} WUMA.DataUpdateCooldown = WUMA.CreateConVar("wuma_data_save_delay", "10", FCVAR_ARCHIVE, "Delay before changes are saved.") function WUMA.GetSavedTable(enum,user) if (enum == Restriction) then return WUMA.GetSavedRest...
30.284615
149
0.687749
91b4defa3b87ba15cb1c025a55b623347b08ca47
695
lua
Lua
wrk.lua
implementing-microservices/event-store
0fe56446a39b1983545279f3affc9084d4bb2564
[ "MIT" ]
1
2020-12-11T23:39:46.000Z
2020-12-11T23:39:46.000Z
wrk.lua
implementing-microservices/event-store
0fe56446a39b1983545279f3affc9084d4bb2564
[ "MIT" ]
null
null
null
wrk.lua
implementing-microservices/event-store
0fe56446a39b1983545279f3affc9084d4bb2564
[ "MIT" ]
2
2020-12-11T23:39:55.000Z
2021-12-12T23:19:35.000Z
wrk.method = "POST" wrk.body = '[ { "eventId": "6a05e510-12ee-47b1-a7a7-2e4259d24809", "data": { "userId": "0a41c6e5-5ad9-4412-ac5c-fc4cc13e2d6c", "cartId": "a40ea1f4-b2f0-4904-9a3c-85c27efeca92", "productId": "5ca94d88036709a43a429a2b", "numItems": 9, "pricePerItem": 99.23, "productOptions": {"color": "blue"} } }, {...
139
582
0.699281
c35122f51206b031197087950e4424aeed6cb344
2,584
go
Go
cmd/root.go
didenko/recent
e486c8bc044d654f12aa8552d164c03c670faeb2
[ "Apache-2.0" ]
null
null
null
cmd/root.go
didenko/recent
e486c8bc044d654f12aa8552d164c03c670faeb2
[ "Apache-2.0" ]
null
null
null
cmd/root.go
didenko/recent
e486c8bc044d654f12aa8552d164c03c670faeb2
[ "Apache-2.0" ]
null
null
null
// Copyright © 2017 Vlad Didenko <business@didenko.com> // // 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 appli...
25.333333
148
0.694272
672a28ca2aa3015e3894dbb1fd759cd00e12575d
808
lua
Lua
lua/plugins.lua
zantinger/nvim
fc13d19b6a73c08e23fa4614cb07a2813ed3ef9b
[ "MIT" ]
2
2021-04-29T23:32:16.000Z
2021-05-02T19:24:36.000Z
lua/plugins.lua
zantinger/nvim
fc13d19b6a73c08e23fa4614cb07a2813ed3ef9b
[ "MIT" ]
null
null
null
lua/plugins.lua
zantinger/nvim
fc13d19b6a73c08e23fa4614cb07a2813ed3ef9b
[ "MIT" ]
null
null
null
return require('packer').startup(function() -- Packer can manage itself use 'wbthomason/packer.nvim' use 'morhetz/gruvbox' use 'tpope/vim-fugitive' use { 'nvim-telescope/telescope.nvim', requires = {{'nvim-lua/popup.nvim'}, {'nvim-lua/plenary.nvim'}} } use {'nvim-telescope/telescope-fzf-native.n...
28.857143
67
0.684406
f080d8951298ed4993c4d12173d611eb730c94f6
706
js
JavaScript
src/components/AnnotationTab/DynamicPreannotationsControl.js
mukeshgoud35/custom-lsf
3746b4045db5dd930221833e12889a5dfeb4d8fa
[ "Apache-2.0" ]
207
2020-01-13T02:55:50.000Z
2022-03-25T09:12:38.000Z
src/components/AnnotationTab/DynamicPreannotationsControl.js
mukeshgoud35/custom-lsf
3746b4045db5dd930221833e12889a5dfeb4d8fa
[ "Apache-2.0" ]
196
2020-02-11T10:03:26.000Z
2022-03-31T12:56:01.000Z
src/components/AnnotationTab/DynamicPreannotationsControl.js
Edern76/label-studio-frontend
b4f74feb7479cd00a856e866c4f3429c62bbb0cf
[ "Apache-2.0" ]
150
2020-01-13T02:59:04.000Z
2022-03-24T06:45:18.000Z
import { inject, observer } from "mobx-react"; import Input from "../../common/Input/Input"; import { Block } from "../../utils/bem"; import "./DynamicPreannotationsControl.styl"; export const DynamicPreannotationsControl = inject("store")(observer(({ store }) => { return store.autoAnnotation ? ( <Block name="dy...
32.090909
85
0.640227
98e0d712ec45428b582dd7fca6c51429c36f63e9
37,904
html
HTML
org.elasticsearch.common.collect/.classes/CopyOnWriteHashMap.html
hnspn/LOG8371
de2bac7e6a9cde766096ac6c82340b245365575d
[ "Apache-2.0" ]
null
null
null
org.elasticsearch.common.collect/.classes/CopyOnWriteHashMap.html
hnspn/LOG8371
de2bac7e6a9cde766096ac6c82340b245365575d
[ "Apache-2.0" ]
null
null
null
org.elasticsearch.common.collect/.classes/CopyOnWriteHashMap.html
hnspn/LOG8371
de2bac7e6a9cde766096ac6c82340b245365575d
[ "Apache-2.0" ]
null
null
null
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html id="htmlId"> <head> <title>Coverage Report :: CopyOnWriteHashMap</title> <style type="text/css"> @import "../../.css/coverage.css"; </style> </head> <body> <div class="header">...
48.782497
153
0.548939
6b887cbbe1691303f3f9d4c5bcf8381d5ade9f8e
5,421
sql
SQL
db.sql
jimbaldwin123/laratest
12f3bb26779b11eecd348023e285ec550405acd9
[ "MIT" ]
null
null
null
db.sql
jimbaldwin123/laratest
12f3bb26779b11eecd348023e285ec550405acd9
[ "MIT" ]
null
null
null
db.sql
jimbaldwin123/laratest
12f3bb26779b11eecd348023e285ec550405acd9
[ "MIT" ]
null
null
null
-- MySQL dump 10.13 Distrib 5.7.11, for Linux (x86_64) -- -- Host: localhost Database: homestead -- ------------------------------------------------------ -- Server version 5.7.11 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /...
40.759398
750
0.745434
c4d6f4c640c6a198b16107affd57019eb06232b7
246
sql
SQL
Ex10.sql
cs-fullstack-2019-spring/sql-join-cw-MelaatiJ
b2ead15ff703692e9d24730abc17ad999bae5676
[ "Apache-2.0" ]
null
null
null
Ex10.sql
cs-fullstack-2019-spring/sql-join-cw-MelaatiJ
b2ead15ff703692e9d24730abc17ad999bae5676
[ "Apache-2.0" ]
null
null
null
Ex10.sql
cs-fullstack-2019-spring/sql-join-cw-MelaatiJ
b2ead15ff703692e9d24730abc17ad999bae5676
[ "Apache-2.0" ]
null
null
null
-- SQL -- 10. Show the average each person pays for rent each year. select people.name, avg(address.rent * 12) from address inner join people on people.id=address.id group by people.name; -- results: -- B 13200 -- C 13200 -- D 25500 -- A 9600
15.375
60
0.699187
f037e3032ce0ce519e6e32edcbecb11a4130e35e
1,595
js
JavaScript
www/js/search_worker.js
xqqy/myfuzhong
25e7f6e79b65a4e2c550f4b8d43a35f5030fcf1b
[ "Apache-2.0" ]
1
2018-01-27T15:48:01.000Z
2018-01-27T15:48:01.000Z
www/js/search_worker.js
xqqy/myfuzhong
25e7f6e79b65a4e2c550f4b8d43a35f5030fcf1b
[ "Apache-2.0" ]
null
null
null
www/js/search_worker.js
xqqy/myfuzhong
25e7f6e79b65a4e2c550f4b8d43a35f5030fcf1b
[ "Apache-2.0" ]
null
null
null
var list,all; function dialogAlert(message, title, buttonname, callback) { //通知服务 title = title || "错误"; buttonname = buttonname || "确定"; callback = callback || function () { return; } if(navigator.notification){ navigator.notification.alert(message, callback, title, buttonname); ...
29
136
0.485893
70a6e0f0a13f501ae201c9ac8000211bff2a4632
2,374
go
Go
rule/lefv.go
vlifesystems/rhkit
44847ab03a28c7b03fa35220bc807d0cf20d7f8a
[ "MIT" ]
1
2017-12-02T16:09:15.000Z
2017-12-02T16:09:15.000Z
rule/lefv.go
vlifesystems/rhkit
44847ab03a28c7b03fa35220bc807d0cf20d7f8a
[ "MIT" ]
null
null
null
rule/lefv.go
vlifesystems/rhkit
44847ab03a28c7b03fa35220bc807d0cf20d7f8a
[ "MIT" ]
null
null
null
// Copyright (C) 2016-2018 vLife Systems Ltd <http://vlifesystems.com> // Licensed under an MIT licence. Please see LICENSE.md for details. package rule import ( "fmt" "github.com/lawrencewoodman/ddataset" "github.com/lawrencewoodman/dlit" "github.com/vlifesystems/rhkit/description" "github.com/vlifesystems/rhk...
21.581818
75
0.673968
017122a7fb8b1706758a18fe85846f5134231fc0
254
lua
Lua
src/shared/Utils/Janitor/Symbol.lua
RBLXUtils/BetterWaitForChild
a277455d2791ba3f1d1ed0cf7a5bec994548e5f5
[ "MIT" ]
1
2021-10-21T07:01:35.000Z
2021-10-21T07:01:35.000Z
src/shared/Utils/Janitor/Symbol.lua
RBLXUtils/BetterWaitForChild
a277455d2791ba3f1d1ed0cf7a5bec994548e5f5
[ "MIT" ]
null
null
null
src/shared/Utils/Janitor/Symbol.lua
RBLXUtils/BetterWaitForChild
a277455d2791ba3f1d1ed0cf7a5bec994548e5f5
[ "MIT" ]
null
null
null
-- This only exists because the LSP warns Key `__tostring` not found in type `table?`. return function(Name: string) local self = newproxy(true) local Metatable = getmetatable(self) function Metatable.__tostring() return Name end return self end
23.090909
86
0.755906
706005dd7e8a1bcf4d52f75344841b7d79889e2e
1,503
go
Go
ezmqx/ezmqxerrorcode.go
chcho79/protocol-ezmq-plus-go
29ae31bc9c96834efe52c21a45275f6bebad9565
[ "Apache-2.0" ]
null
null
null
ezmqx/ezmqxerrorcode.go
chcho79/protocol-ezmq-plus-go
29ae31bc9c96834efe52c21a45275f6bebad9565
[ "Apache-2.0" ]
null
null
null
ezmqx/ezmqxerrorcode.go
chcho79/protocol-ezmq-plus-go
29ae31bc9c96834efe52c21a45275f6bebad9565
[ "Apache-2.0" ]
2
2020-04-01T06:05:42.000Z
2020-04-01T06:45:43.000Z
/******************************************************************************* * Copyright 2018 Samsung Electronics All Rights Reserved. * * 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...
33.4
81
0.648037
43d32886e7366c537eaaae41282fdc11187d2636
497
go
Go
example/go/wordLength/main.go
wbuchwalter/lox
6fdd880279b2c08a121a802ee610d607e8f64327
[ "Apache-2.0" ]
24
2016-07-12T19:09:37.000Z
2021-05-27T11:32:57.000Z
example/go/wordLength/main.go
wbuchwalter/lox
6fdd880279b2c08a121a802ee610d607e8f64327
[ "Apache-2.0" ]
2
2016-07-10T00:35:14.000Z
2016-07-10T02:51:37.000Z
example/go/wordLength/main.go
wbuchwalter/lox
6fdd880279b2c08a121a802ee610d607e8f64327
[ "Apache-2.0" ]
1
2018-02-08T18:59:27.000Z
2018-02-08T18:59:27.000Z
package main import ( "encoding/json" "github.com/wbuchwalter/azul/azul-go" "github.com/wbuchwalter/azul/azul-go/logs" ) type input struct { Word string `json:"word"` } type Output struct { Length int `json:"length"` } func main() { azul.Handle(func(event json.RawMessage, logger logs.Logger) (interface{}, er...
15.060606
83
0.67002
e71c2281359e85bc0e6f9a37c39e0e5bae4b55f9
4,622
js
JavaScript
doc/html/c_j_s_o_n_8h.js
eugen-vusak/finding-mutations-using-3th-gen-sequencing
f7515053fbde23abcaa1620d7725390d1ebb3e82
[ "MIT" ]
null
null
null
doc/html/c_j_s_o_n_8h.js
eugen-vusak/finding-mutations-using-3th-gen-sequencing
f7515053fbde23abcaa1620d7725390d1ebb3e82
[ "MIT" ]
null
null
null
doc/html/c_j_s_o_n_8h.js
eugen-vusak/finding-mutations-using-3th-gen-sequencing
f7515053fbde23abcaa1620d7725390d1ebb3e82
[ "MIT" ]
null
null
null
var c_j_s_o_n_8h = [ [ "cJSON", "structc_j_s_o_n.html", "structc_j_s_o_n" ], [ "cJSON_Hooks", "structc_j_s_o_n___hooks.html", "structc_j_s_o_n___hooks" ], [ "cJSON_Array", "c_j_s_o_n_8h.html#a57cffa126740a8efcdcb7bcef80e8897", null ], [ "cJSON_ArrayForEach", "c_j_s_o_n_8h.html#ac3d6e5782fb4bb3c7a25c7c5b...
79.689655
95
0.760061
097098c78602af6e8563f455585a29b76369d68f
2,340
asm
Assembly
programs/oeis/227/A227327.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/227/A227327.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/227/A227327.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A227327: Number of non-equivalent ways to choose two points in an equilateral triangle grid of side n. ; 0,1,4,10,22,41,72,116,180,265,380,526,714,945,1232,1576,1992,2481,3060,3730,4510,5401,6424,7580,8892,10361,12012,13846,15890,18145,20640,23376,26384,29665,33252,37146,41382,45961,50920,56260,62020,68201,74844,8195...
80.689655
1,927
0.809829
0bc6ef3ed241becc1afee395cbae4a3b843d3a02
1,342
js
JavaScript
app/components/layout/Header.js
yarikgenza/trello
a95f9418757aedd696ee24ee9c4be4fd4ab01a67
[ "MIT" ]
1
2017-01-07T23:57:15.000Z
2017-01-07T23:57:15.000Z
app/components/layout/Header.js
yarikgenza/trello
a95f9418757aedd696ee24ee9c4be4fd4ab01a67
[ "MIT" ]
null
null
null
app/components/layout/Header.js
yarikgenza/trello
a95f9418757aedd696ee24ee9c4be4fd4ab01a67
[ "MIT" ]
null
null
null
import React, {Component} from 'react'; import {Button} from 'react-bootstrap'; export default class Header extends Component { constructor() { super(); this.state = { text: '' } } componentDidMount() { const token = localStorage.getItem('token'); const {text} = this.state; if (t...
20.333333
81
0.481371
1846dd0c1ce4dcec56c86165729bb7a2e5f1503d
1,280
css
CSS
public/css/print_style.css
softactor/registro.asia
0a7bfa67bba7e153a8a361da955a7caa75a4678a
[ "MIT" ]
null
null
null
public/css/print_style.css
softactor/registro.asia
0a7bfa67bba7e153a8a361da955a7caa75a4678a
[ "MIT" ]
null
null
null
public/css/print_style.css
softactor/registro.asia
0a7bfa67bba7e153a8a361da955a7caa75a4678a
[ "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. */ /* Created on : Dec 29, 2018, 9:24:40 AM Author : Tanveer Qureshee */ @media screen { #pdf_content_section{ width: 21cm;...
26.122449
76
0.592188
75550fca0d5a5e85566d239a0507878a9a4b5726
881
h
C
c/meterpreter/source/extensions/extapi/clipboard_image.h
fergonaut/metasploit-payloads
840f8c9cb47020940db921f6d900925cff1d5a22
[ "PSF-2.0" ]
1,331
2015-04-13T22:19:39.000Z
2022-03-31T06:59:35.000Z
c/meterpreter/source/extensions/extapi/clipboard_image.h
fergonaut/metasploit-payloads
840f8c9cb47020940db921f6d900925cff1d5a22
[ "PSF-2.0" ]
489
2015-07-01T02:19:19.000Z
2022-03-31T23:43:26.000Z
c/meterpreter/source/extensions/extapi/clipboard_image.h
fergonaut/metasploit-payloads
840f8c9cb47020940db921f6d900925cff1d5a22
[ "PSF-2.0" ]
645
2015-04-21T21:53:02.000Z
2022-03-29T05:36:14.000Z
/*! * @file clipboard_image.h * @brief Declarations for clipboard image handling functionality */ #ifndef _METERPRETER_SOURCE_EXTENSION_EXTAPI_CLIPBOARD_IMAGE_H #define _METERPRETER_SOURCE_EXTENSION_EXTAPI_CLIPBOARD_IMAGE_H typedef struct _ConvertedImage { /*! * @brief Pointer to a pointer which will receive the...
32.62963
107
0.740068
6b8aa5cf9e0542343faa807661a41187705157e4
1,750
h
C
suricata-4.1.4/src/detect-engine-loader.h
runtest007/dpdk_surcata_4.1.1
5abf91f483b418b5d9c2dd410b5c850d6ed95c5f
[ "MIT" ]
77
2019-06-17T07:05:07.000Z
2022-03-07T03:26:27.000Z
suricata-4.1.4/src/detect-engine-loader.h
clockdad/DPDK_SURICATA-4_1_1
974cc9eb54b0b1ab90eff12a95617e3e293b77d3
[ "MIT" ]
22
2019-07-18T02:32:10.000Z
2022-03-24T03:39:11.000Z
suricata-4.1.4/src/detect-engine-loader.h
clockdad/DPDK_SURICATA-4_1_1
974cc9eb54b0b1ab90eff12a95617e3e293b77d3
[ "MIT" ]
49
2019-06-18T03:31:56.000Z
2022-03-13T05:23:10.000Z
/* Copyright (C) 2015 Open Information Security Foundation * * You can copy, redistribute or modify this Program under the terms of * the GNU General Public License version 2 as published by the Free * Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARR...
30.172414
74
0.754286
11c17cffca45808b3ff136341eb793f249307f98
2,384
rs
Rust
src/pointer.rs
sim82/game1
e4cd03c91421dea3234eaf7b4f9fabbae30312be
[ "MIT" ]
null
null
null
src/pointer.rs
sim82/game1
e4cd03c91421dea3234eaf7b4f9fabbae30312be
[ "MIT" ]
null
null
null
src/pointer.rs
sim82/game1
e4cd03c91421dea3234eaf7b4f9fabbae30312be
[ "MIT" ]
null
null
null
use bevy::{ input::mouse::{MouseButtonInput, MouseMotion}, prelude::*, }; pub struct MouseGrabState { pub shall_grab: bool, known_state: bool, } fn mouse_grab_system( mut grab_state: ResMut<MouseGrabState>, mut windows: ResMut<Windows>, keyboard_input: Res<Input<KeyCode>>, ) { let updat...
26.786517
74
0.630453
10352dde39f297c81e3a71dba9fe70341fc7ee9f
1,651
kt
Kotlin
chapter02/src/main/kotlin/com/example/mss/chapter2/Chapter2Application.kt
aucd29/kotlin-msa
7c0dc87a9c04edc32d75affeefff4bcdb56dd36b
[ "Apache-2.0" ]
null
null
null
chapter02/src/main/kotlin/com/example/mss/chapter2/Chapter2Application.kt
aucd29/kotlin-msa
7c0dc87a9c04edc32d75affeefff4bcdb56dd36b
[ "Apache-2.0" ]
null
null
null
chapter02/src/main/kotlin/com/example/mss/chapter2/Chapter2Application.kt
aucd29/kotlin-msa
7c0dc87a9c04edc32d75affeefff4bcdb56dd36b
[ "Apache-2.0" ]
null
null
null
package com.example.mss.chapter2 import com.example.mss.chapter2.service.AdvanceService import com.example.mss.chapter2.service.ExampleService import com.example.mss.chapter2.service.IService import org.springframework.beans.factory.annotation.Autowired import org.springframework.boot.autoconfigure.SpringBootApplicati...
33.02
79
0.806784
c0c040cf9759480979702cabc15cb46d14cd4a74
154
sql
SQL
qal/sql/tests/resources/_test_DELETE_PostgreSQL_in.sql
OptimalBPM/qal
4d7a31c0d68042b4110e1fa3e733711e0fdd473e
[ "Unlicense" ]
3
2016-05-02T14:35:55.000Z
2021-08-31T14:19:15.000Z
qal/sql/tests/resources/_test_DELETE_PostgreSQL_in.sql
OptimalBPM/qal
4d7a31c0d68042b4110e1fa3e733711e0fdd473e
[ "Unlicense" ]
null
null
null
qal/sql/tests/resources/_test_DELETE_PostgreSQL_in.sql
OptimalBPM/qal
4d7a31c0d68042b4110e1fa3e733711e0fdd473e
[ "Unlicense" ]
1
2018-03-18T13:19:52.000Z
2018-03-18T13:19:52.000Z
DELETE FROM "Test" T1 USING (SELECT 'CSV11' AS "Column1",'CSV12' AS "Column2" UNION SELECT 'CSV21','CSV22') AS T2 WHERE ((T2."Column1" = T1."Column1"))
30.8
68
0.668831
c80300876f15184a480ccf55f8fc137886dcc2bd
6,618
h
C
services/service_manager/public/cpp/service_receiver.h
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
575
2015-06-18T23:58:20.000Z
2022-03-23T09:32:39.000Z
services/service_manager/public/cpp/service_receiver.h
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
services/service_manager/public/cpp/service_receiver.h
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
52
2015-07-14T10:40:50.000Z
2022-03-15T01:11:49.000Z
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_SERVICE_MANAGER_PUBLIC_CPP_SERVICE_RECEIVER_H_ #define SERVICES_SERVICE_MANAGER_PUBLIC_CPP_SERVICE_RECEIVER_H_ #include <memory> #inclu...
44.12
80
0.757782
633be6440b7accc3234ecfde40462bd6b7482800
445
kt
Kotlin
app/src/main/java/com/byd/firstcode/kotlin/ten/MainViewModelFactory.kt
liufangqq/TestBYD
fcb8f6450a07e4598bf034dbfaaaa47037586107
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/byd/firstcode/kotlin/ten/MainViewModelFactory.kt
liufangqq/TestBYD
fcb8f6450a07e4598bf034dbfaaaa47037586107
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/byd/firstcode/kotlin/ten/MainViewModelFactory.kt
liufangqq/TestBYD
fcb8f6450a07e4598bf034dbfaaaa47037586107
[ "Apache-2.0" ]
null
null
null
package com.byd.firstcode.kotlin.ten import androidx.lifecycle.ViewModel import androidx.lifecycle.ViewModelProvider /** * <pre> * author : liu.fang49 * e-mail : xxx@xx * time : 2021/12/09 * desc : * version: 1.0 * </pre> */ class MainViewModelFactory(private val countReserved:Int):ViewModelProvider.Factory {...
23.421053
85
0.703371
1617a406eb6e9e26290ac096f0b83d299dea8a2c
23,707
h
C
src/common/eavlOperation.h
jsmeredith/EAVL
114924a92aed4f1adfcf4f751151d9355c593944
[ "Apache-2.0", "BSD-2-Clause" ]
6
2016-12-11T21:40:00.000Z
2018-04-04T10:33:40.000Z
src/common/eavlOperation.h
jsmeredith/EAVL
114924a92aed4f1adfcf4f751151d9355c593944
[ "Apache-2.0", "BSD-2-Clause" ]
3
2015-02-11T20:55:01.000Z
2017-05-31T01:56:21.000Z
src/common/eavlOperation.h
jsmeredith/EAVL
114924a92aed4f1adfcf4f751151d9355c593944
[ "Apache-2.0", "BSD-2-Clause" ]
6
2015-05-24T06:27:45.000Z
2020-05-08T12:17:07.000Z
// Copyright 2010-2014 UT-Battelle, LLC. See LICENSE.txt for more information. #ifndef EAVL_OPERATION_H #define EAVL_OPERATION_H #include <climits> #include <cfloat> #include "eavlException.h" #include "eavlConfig.h" #include "eavlArray.h" #include "eavlRegularStructure.h" #include "eavlExplicitConnectivity.h" #inclu...
61.576623
775
0.659257
12e0722bdbd8338376771f4df13c07a152e6ede2
2,155
kt
Kotlin
retrofit_wrapper/src/main/java/com/sch/retrofit/wrapper/convert/util/GsonHelper.kt
shichaohui/RetrofitWrapper
12dc7fa2dc723568ad118ad42feda62c938294eb
[ "Apache-2.0" ]
null
null
null
retrofit_wrapper/src/main/java/com/sch/retrofit/wrapper/convert/util/GsonHelper.kt
shichaohui/RetrofitWrapper
12dc7fa2dc723568ad118ad42feda62c938294eb
[ "Apache-2.0" ]
null
null
null
retrofit_wrapper/src/main/java/com/sch/retrofit/wrapper/convert/util/GsonHelper.kt
shichaohui/RetrofitWrapper
12dc7fa2dc723568ad118ad42feda62c938294eb
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2015-2018 Shi ChaoHui * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
37.807018
89
0.688631
6e433f062d28a70797a87c34945ac47d3b7d85ec
989
sql
SQL
sql/table/announcement.sql
tiaodan/bugcount_flask
7cb8aaf486e7d845acb3d5f42e73919ee939d979
[ "MulanPSL-1.0" ]
null
null
null
sql/table/announcement.sql
tiaodan/bugcount_flask
7cb8aaf486e7d845acb3d5f42e73919ee939d979
[ "MulanPSL-1.0" ]
null
null
null
sql/table/announcement.sql
tiaodan/bugcount_flask
7cb8aaf486e7d845acb3d5f42e73919ee939d979
[ "MulanPSL-1.0" ]
null
null
null
/* Navicat MySQL Data Transfer Source Server : localhost Source Server Version : 50717 Source Host : localhost:3306 Source Database : hahahh Target Server Type : MYSQL Target Server Version : 50717 File Encoding : 65001 Date: 2020-09-24 11:40:10 */ SET FOREIGN_KEY_CHECKS=0; -- --...
28.257143
77
0.628918