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
e154aa2f16979d96e202859009b1835394b4215c
3,398
lua
Lua
mod_ood_proxy/lib/ood/nginx_stage.lua
hmdc/ondemand
ac39be63d89abfd9d538876466cc643858cc3f05
[ "MIT" ]
82
2019-04-15T16:38:06.000Z
2022-03-30T05:07:32.000Z
mod_ood_proxy/lib/ood/nginx_stage.lua
hmdc/ondemand
ac39be63d89abfd9d538876466cc643858cc3f05
[ "MIT" ]
1,312
2017-11-12T16:16:28.000Z
2022-03-31T21:36:38.000Z
mod_ood_proxy/lib/ood/nginx_stage.lua
hmdc/ondemand
ac39be63d89abfd9d538876466cc643858cc3f05
[ "MIT" ]
71
2019-05-31T20:25:11.000Z
2022-03-23T22:02:35.000Z
--[[ pun Start PUN process for given user --]] function pun(r, bin, user, app_init_url, exports, pre_hook_root_cmd) local cmd = bin .. " pun -u '" .. r:escape(user) .. "'" local err if app_init_url then cmd = cmd .. " -a '" .. r:escape(app_init_url) .. "'" end if pre_hook_root_cmd then local e...
20.593939
90
0.625956
b7250f1b2116533efcb88d791f80b1698d9651e2
174
sql
SQL
engine/sql/api/012_pipelinebuild_commits.sql
jqueguiner/cds
b629b7e18108142440dcc06fafca420001384511
[ "BSD-3-Clause" ]
4,040
2016-10-11T08:46:07.000Z
2022-03-31T10:59:41.000Z
engine/sql/api/012_pipelinebuild_commits.sql
jqueguiner/cds
b629b7e18108142440dcc06fafca420001384511
[ "BSD-3-Clause" ]
2,582
2016-10-12T12:14:21.000Z
2022-03-31T16:46:07.000Z
engine/sql/api/012_pipelinebuild_commits.sql
jqueguiner/cds
b629b7e18108142440dcc06fafca420001384511
[ "BSD-3-Clause" ]
436
2016-10-11T08:46:16.000Z
2022-03-21T09:08:44.000Z
-- +migrate Up ALTER TABLE pipeline_build ADD COLUMN commits JSONB; UPDATE pipeline_build set commits='[]'; -- +migrate Down ALTER TABLE pipeline_build DROP COLUMN commits;
24.857143
52
0.781609
c6c2b568a4ab2d7c6f53dbaadb1bc82e025fedfd
251
rb
Ruby
lib/ssource/source/extension.rb
Draveness/ssource
b33e039c5ce8a7ce7d2ed1b6b6af9e28876144ba
[ "MIT" ]
null
null
null
lib/ssource/source/extension.rb
Draveness/ssource
b33e039c5ce8a7ce7d2ed1b6b6af9e28876144ba
[ "MIT" ]
null
null
null
lib/ssource/source/extension.rb
Draveness/ssource
b33e039c5ce8a7ce7d2ed1b6b6af9e28876144ba
[ "MIT" ]
null
null
null
require_relative 'klass' module Ssource module Source class Extension < Klass def initialize(json) super if superklass @protocols << superklass @superklass = nil end end end end end
15.6875
34
0.581673
261a3ec6a9aebfcc50f042f22fc48d8631e0decd
3,096
java
Java
20190902_v1_1/src/pos/app/src/main/java/com/bx/erp/bo/RetailTradeCouponSQLiteBO.java
Boxin-ChinaGD/BXERP
4273910059086ab9b76bd547c679d852a1129a0c
[ "Apache-2.0" ]
4
2021-11-11T08:57:32.000Z
2022-03-21T02:56:08.000Z
20190902_v1_1/src/pos/app/src/main/java/com/bx/erp/bo/RetailTradeCouponSQLiteBO.java
Boxin-ChinaGD/BXERP
4273910059086ab9b76bd547c679d852a1129a0c
[ "Apache-2.0" ]
null
null
null
20190902_v1_1/src/pos/app/src/main/java/com/bx/erp/bo/RetailTradeCouponSQLiteBO.java
Boxin-ChinaGD/BXERP
4273910059086ab9b76bd547c679d852a1129a0c
[ "Apache-2.0" ]
2
2021-12-20T08:34:31.000Z
2022-02-09T06:52:41.000Z
package com.bx.erp.bo; import android.content.Context; import com.bx.erp.common.GlobalController; import com.bx.erp.event.BaseHttpEvent; import com.bx.erp.event.UI.BaseSQLiteEvent; import com.bx.erp.model.BaseModel; import com.bx.erp.model.ErrorInfo; import com.bx.erp.model.RetailTradeCoupon; import org.apache.log4j...
27.891892
174
0.634044
60418fe02dd43897d6bc5ed3b9ae42241a91bfaa
1,471
asm
Assembly
gfx/tilesets/pokecenter_palette_map.asm
AtmaBuster/pokeplat-gen2
fa83b2e75575949b8f72cb2c48f7a1042e97f70f
[ "blessing" ]
6
2021-06-19T06:41:19.000Z
2022-02-15T17:12:33.000Z
gfx/tilesets/pokecenter_palette_map.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
null
null
null
gfx/tilesets/pokecenter_palette_map.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
3
2021-01-15T18:45:40.000Z
2021-10-16T03:35:27.000Z
tilepal 0, GRAY, RED, GRAY, WATER, WATER, WATER, ROOF, ROOF tilepal 0, GRAY, GRAY, GRAY, GRAY, GRAY, WATER, WATER, WATER tilepal 0, GRAY, RED, RED, WATER, WATER, WATER, WATER, WATER tilepal 0, GRAY, GRAY, GRAY, GRAY, GRAY, GREEN, GREEN, GRAY tilepal 0, GRAY, GRAY, RED, RED, WATER, WATER, GRAY, GRAY tilepal 0, GRA...
49.033333
63
0.683889
68f294fc199e78168ec10aa33559e1c9a622e67c
1,068
sql
SQL
admin/rwlsynonyms.sql
MarkkuPekkarinen/rwloadsim
6a0be379806bde923a93208a627e750267f7eed0
[ "UPL-1.0" ]
27
2021-01-13T13:08:39.000Z
2022-03-16T09:45:29.000Z
admin/rwlsynonyms.sql
MarkkuPekkarinen/rwloadsim
6a0be379806bde923a93208a627e750267f7eed0
[ "UPL-1.0" ]
1
2021-01-18T09:07:18.000Z
2021-01-18T11:16:42.000Z
admin/rwlsynonyms.sql
MarkkuPekkarinen/rwloadsim
6a0be379806bde923a93208a627e750267f7eed0
[ "UPL-1.0" ]
9
2021-01-12T20:56:04.000Z
2022-02-18T01:04:24.000Z
-- create synonyms to RWP*Load Simulator repository schema -- -- Copyright (c) 2021 Oracle Corporation -- Licensed under the Universal Permissive License v 1.0 -- as shown at https://oss.oracle.com/licenses/upl/ -- History -- bengsig 03-dec-2020 - Add ash -- bengsig 2017 - Creation -- -- If you have an ext...
38.142857
68
0.789326
2f73500194aba972fbb98183bfcae14fad2c0ea8
12,906
php
PHP
app/Http/Controllers/HomeController.php
harishdurga/laravel-video-chat
4829e98dd41e09409d2fdc82efbf7eff568ba891
[ "MIT" ]
58
2020-06-15T10:47:59.000Z
2022-03-25T20:30:06.000Z
app/Http/Controllers/HomeController.php
bhaskardas9475/laravel-video-chat
4829e98dd41e09409d2fdc82efbf7eff568ba891
[ "MIT" ]
7
2020-07-11T00:15:56.000Z
2022-02-27T03:21:16.000Z
app/Http/Controllers/HomeController.php
bhaskardas9475/laravel-video-chat
4829e98dd41e09409d2fdc82efbf7eff568ba891
[ "MIT" ]
18
2020-06-15T10:48:55.000Z
2021-12-30T12:26:20.000Z
<?php namespace App\Http\Controllers; use App\User; use Pusher\Pusher; use App\SiteSetting; use App\UserMessage; use App\FriendRequest; use App\GoogleLanguage; use Twilio\Rest\Client; use App\Events\NewMessage; use Twilio\Jwt\AccessToken; use Illuminate\Http\Request; use Twilio\Jwt\Grants\VideoGrant; use Google\Cloud...
37.847507
144
0.504572
3bcf02c28b2791ad25da5e5e6b6a835531025762
214
h
C
Example/Test/VSViewController.h
michaelchen73092/Test
5a37f9ebdc6a6d4d16c5832cfd0f7edd1a2d6c77
[ "MIT" ]
null
null
null
Example/Test/VSViewController.h
michaelchen73092/Test
5a37f9ebdc6a6d4d16c5832cfd0f7edd1a2d6c77
[ "MIT" ]
null
null
null
Example/Test/VSViewController.h
michaelchen73092/Test
5a37f9ebdc6a6d4d16c5832cfd0f7edd1a2d6c77
[ "MIT" ]
null
null
null
// // VSViewController.h // Test // // Created by Wei-Chih Chen on 05/23/2018. // Copyright (c) 2018 Wei-Chih Chen. All rights reserved. // @import UIKit; @interface VSViewController : UIViewController @end
15.285714
58
0.691589
940c5810c2f811aa9c15a67bf18eec07f9b8c902
654
pks
SQL
5.2.3/Database/Packages/AFW_12_SCENR_NOTFC_ACTIO_PKG.pks
lgcarrier/AFW
a58ef2a26cb78bb0ff9b4db725df5bd4118e4945
[ "MIT" ]
1
2017-07-06T14:53:28.000Z
2017-07-06T14:53:28.000Z
5.2.3/Database/Packages/AFW_12_SCENR_NOTFC_ACTIO_PKG.pks
lgcarrier/AFW
a58ef2a26cb78bb0ff9b4db725df5bd4118e4945
[ "MIT" ]
null
null
null
5.2.3/Database/Packages/AFW_12_SCENR_NOTFC_ACTIO_PKG.pks
lgcarrier/AFW
a58ef2a26cb78bb0ff9b4db725df5bd4118e4945
[ "MIT" ]
null
null
null
SET DEFINE OFF; create or replace package afw_12_scenr_notfc_actio_pkg as function obten_seqnc (pva_scenr_notfc_code in varchar2 ,pva_actio_code in varchar2 ,pnu_prodt in vd_i_afw_12_scenr_notfc.ref_prodt%type default afw_11_prodt_pkg.obten_prodt_se...
43.6
131
0.737003
9b9cc93ad63c368a98da31f15060416a7fff3e73
3,124
js
JavaScript
src/utils/audio-visualization/audio-for-pie.js
MeishanGuo/vue-todo-mvc
114ddac51bd19a14c1a0ea7d05e382c34d996c37
[ "MIT" ]
2
2018-05-24T08:47:57.000Z
2019-10-12T07:35:38.000Z
src/utils/audio-visualization/audio-for-pie.js
MeishanGuo/vue-todo-mvc
114ddac51bd19a14c1a0ea7d05e382c34d996c37
[ "MIT" ]
5
2020-12-04T17:09:12.000Z
2022-02-10T13:28:54.000Z
src/utils/audio-visualization/audio-for-pie.js
MeishanGuo/bs-charts
ebf95286811cc522496b1dade69b8b7fabfde80f
[ "MIT" ]
null
null
null
import ThreeDScene from './index.js' /** * 扩展shapes,来创建几何图形 */ let AudioVis = new ThreeDScene() AudioVis.cubes = {}; AudioVis.shapes = function () {}; AudioVis.shapes = function() { this.shapeList.forEach((circle, i) => { let count = circle.count var delte = 2 * Math.PI / count for (var j = ...
22.156028
97
0.56306
4010f4c156cc298232cb7a64e839715db36b91ff
225
py
Python
GUI/ErrorDialog.py
ishtjot/susereumutep
56e20c1777e0c938ac42bd8056f84af9e0b76e46
[ "Apache-2.0" ]
2
2018-11-07T20:52:53.000Z
2019-10-20T15:57:01.000Z
GUI/ErrorDialog.py
ishtjot/susereumutep
56e20c1777e0c938ac42bd8056f84af9e0b76e46
[ "Apache-2.0" ]
3
2021-12-14T20:57:54.000Z
2022-01-21T23:50:36.000Z
GUI/ErrorDialog.py
ishtjot/susereumutep
56e20c1777e0c938ac42bd8056f84af9e0b76e46
[ "Apache-2.0" ]
2
2018-11-16T04:20:06.000Z
2019-03-28T23:49:13.000Z
import gi; gi.require_version('Gtk', '3.0') from gi.repository import Gtk def ErrorDialog(self, message): d = Gtk.MessageDialog(self, 0, Gtk.MessageType.WARNING, Gtk.ButtonsType.OK, message) d.run() d.destroy()
25
88
0.702222
0ce9ddf8982fdd13b64038e356850186f884758e
4,462
py
Python
go/apps/http_api/tests/test_views.py
lynnUg/vumi-go
852f906c46d5d26940bd6699f11488b73bbc3742
[ "BSD-3-Clause" ]
null
null
null
go/apps/http_api/tests/test_views.py
lynnUg/vumi-go
852f906c46d5d26940bd6699f11488b73bbc3742
[ "BSD-3-Clause" ]
null
null
null
go/apps/http_api/tests/test_views.py
lynnUg/vumi-go
852f906c46d5d26940bd6699f11488b73bbc3742
[ "BSD-3-Clause" ]
null
null
null
from go.apps.tests.view_helpers import AppViewsHelper from go.base.tests.helpers import GoDjangoTestCase class TestHttpApiViews(GoDjangoTestCase): def setUp(self): self.app_helper = self.add_helper(AppViewsHelper(u'http_api')) self.client = self.app_helper.get_client() def test_show_stopped(...
40.93578
72
0.61385
cc03a9e42db7d2b0e00d7c5a64d4e2e6286d98ab
2,690
sql
SQL
solarnet-db-setup/postgres/updates/NET-112-jsonb-generic-datum-x-functions.sql
Tsvetelin98/Solar
350341d4f6a32d53efd48778ee7a8ba89a591978
[ "Apache-2.0" ]
null
null
null
solarnet-db-setup/postgres/updates/NET-112-jsonb-generic-datum-x-functions.sql
Tsvetelin98/Solar
350341d4f6a32d53efd48778ee7a8ba89a591978
[ "Apache-2.0" ]
null
null
null
solarnet-db-setup/postgres/updates/NET-112-jsonb-generic-datum-x-functions.sql
Tsvetelin98/Solar
350341d4f6a32d53efd48778ee7a8ba89a591978
[ "Apache-2.0" ]
null
null
null
DROP FUNCTION solardatum.find_most_recent(bigint, text[]); CREATE OR REPLACE FUNCTION solardatum.find_most_recent( node bigint, sources text[] DEFAULT NULL) RETURNS SETOF solardatum.da_datum_data AS $BODY$ SELECT dd.* FROM solardatum.da_datum_data dd INNER JOIN ( -- to speed up query for sources (which can be v...
40.149254
143
0.763941
b2d171ee084b4ded299d8d9b2d8e8e0fa604218a
213
py
Python
src/about.py
jukeboxroundtable/JukeboxRoundtable
06670d2e8511848829b68fddac5bc77806606f98
[ "MIT" ]
1
2019-02-15T17:33:51.000Z
2019-02-15T17:33:51.000Z
src/about.py
jukeboxroundtable/JukeboxRoundtable
06670d2e8511848829b68fddac5bc77806606f98
[ "MIT" ]
37
2019-01-30T18:32:43.000Z
2019-06-11T18:00:11.000Z
src/about.py
jukeboxroundtable/JukeboxRoundtable
06670d2e8511848829b68fddac5bc77806606f98
[ "MIT" ]
null
null
null
from flask import Blueprint, render_template about_blueprint = Blueprint('about', __name__) @about_blueprint.route('/about') def about(): """Show the about page.""" return render_template('about.html')
21.3
46
0.7277
1b14694d4cf2270aee12fed9ab4327fe80f9f961
5,943
swift
Swift
src/testrunner/Sources/TestRunner/TestParsers.swift
desi-belokonska/swift-test-runner
7a336d24d7ea9cacf0c2f2c41f520747b204f0b9
[ "MIT" ]
null
null
null
src/testrunner/Sources/TestRunner/TestParsers.swift
desi-belokonska/swift-test-runner
7a336d24d7ea9cacf0c2f2c41f520747b204f0b9
[ "MIT" ]
null
null
null
src/testrunner/Sources/TestRunner/TestParsers.swift
desi-belokonska/swift-test-runner
7a336d24d7ea9cacf0c2f2c41f520747b204f0b9
[ "MIT" ]
null
null
null
// // TestParsers.swift // // // Created by William Neumann on 5/13/20. // import Foundation // MARK: - Test Case Parsing let suiteAndCase = zip( with: { (suite: String($0), case: String($1)) }, Parser.keep(prefix(until: { $0.isWhitespace }), discard: Parser.whitespace), prefix(until: { $0 == "]" }) ) let c...
40.986207
177
0.66633
f30969f2f38ecec9d56dd34627ea342a0674b713
547
swift
Swift
YooKassaPayments/Private/Atomic Design/Molecules/ItemViews/SwitchItemView/SwitchItemViewIO.swift
instasergio/yookassa-payments-swift
31c4e52c2c1b0fd87c239d7ece70a05b74641ac3
[ "MIT" ]
14
2020-12-17T14:38:16.000Z
2022-02-18T11:01:50.000Z
YooKassaPayments/Private/Atomic Design/Molecules/ItemViews/SwitchItemView/SwitchItemViewIO.swift
instasergio/yookassa-payments-swift
31c4e52c2c1b0fd87c239d7ece70a05b74641ac3
[ "MIT" ]
54
2020-12-09T14:52:15.000Z
2022-03-30T08:16:36.000Z
YooKassaPayments/Private/Atomic Design/Molecules/ItemViews/SwitchItemView/SwitchItemViewIO.swift
instasergio/yookassa-payments-swift
31c4e52c2c1b0fd87c239d7ece70a05b74641ac3
[ "MIT" ]
16
2021-01-26T09:28:31.000Z
2022-01-25T01:08:48.000Z
/// SwitchItemView input protocol protocol SwitchItemViewInput: AnyObject { /// Textual content var title: String { get set } /// Switch state var state: Bool { get set } } /// SwitchItemView output protocol protocol SwitchItemViewOutput: AnyObject { /// Tells output that switch state is changed...
26.047619
70
0.667276
7dcc1743fbe8744d784302fe57d519a7fda04d00
716
kt
Kotlin
src/test/kotlin/io/frontierrobotics/gps/PositionSpecs.kt
andycondon/gis-service
8aa9e73b160e10eca5f57236f9b0abeadb5dcbc4
[ "MIT" ]
2
2016-03-10T03:40:20.000Z
2016-03-14T02:10:37.000Z
src/test/kotlin/io/frontierrobotics/gps/PositionSpecs.kt
andycondon/gis-service
8aa9e73b160e10eca5f57236f9b0abeadb5dcbc4
[ "MIT" ]
1
2017-12-24T10:36:30.000Z
2017-12-25T17:49:25.000Z
src/test/kotlin/io/frontierrobotics/gps/PositionSpecs.kt
andycondon/gis-service
8aa9e73b160e10eca5f57236f9b0abeadb5dcbc4
[ "MIT" ]
null
null
null
package io.frontierrobotics.gps import io.frontierrobotics.gps.Direction.NORTH import io.frontierrobotics.gps.Direction.WEST import org.jetbrains.spek.api.Spek import org.jetbrains.spek.api.dsl.describe import org.jetbrains.spek.api.dsl.it import org.jetbrains.spek.api.dsl.on import kotlin.test.assertEquals class Po...
27.538462
85
0.660615
7f8297dde48b77ef004e479f3f65dc806c32a6a6
1,296
rs
Rust
src/structure/locator_kind.rs
frehberg/rtps-rs
cafb408a90be6d2323183b6f227dd8a685520483
[ "Apache-2.0" ]
3
2019-04-24T16:48:37.000Z
2020-08-03T05:47:02.000Z
src/structure/locator_kind.rs
frehberg/rtps-rs
cafb408a90be6d2323183b6f227dd8a685520483
[ "Apache-2.0" ]
null
null
null
src/structure/locator_kind.rs
frehberg/rtps-rs
cafb408a90be6d2323183b6f227dd8a685520483
[ "Apache-2.0" ]
null
null
null
#[derive(Clone, Debug, Eq, PartialEq, Readable, Writable)] pub struct LocatorKind_t { value: i32, } impl LocatorKind_t { pub const LOCATOR_KIND_INVALID: LocatorKind_t = LocatorKind_t { value: -1 }; pub const LOCATOR_KIND_RESERVED: LocatorKind_t = LocatorKind_t { value: 0 }; pub const LOCATOR_KIND_UDPv4...
29.454545
80
0.56713
cb0c5bfee8532be0e0062dee3e8db14ba9f5759e
764
sql
SQL
init/procedures/Ignore/CreateException.sql
devnw/aegis
61a1ad3018e3df4e1fb872285236647aa496c287
[ "Apache-2.0" ]
null
null
null
init/procedures/Ignore/CreateException.sql
devnw/aegis
61a1ad3018e3df4e1fb872285236647aa496c287
[ "Apache-2.0" ]
null
null
null
init/procedures/Ignore/CreateException.sql
devnw/aegis
61a1ad3018e3df4e1fb872285236647aa496c287
[ "Apache-2.0" ]
null
null
null
DROP PROCEDURE IF EXISTS `CreateException`; CREATE PROCEDURE `CreateException` (inSourceID VARCHAR(36), inOrganizationID VARCHAR(36), inTypeID INT, inVulnerabilityID NVARCHAR(120), inDeviceID VARCHAR(36), inDueDate DATETIME, inApproval NVARCHAR(120), inActive BIT, inPort NVARCHAR(15), inCreatedBy NVARCHAR(255)) #B...
95.5
268
0.791885
b419048df43155e4e2bf1b5845f7d5343d4885ed
575
sql
SQL
presto-native-execution/src/test/resources/tpch/queries/q16.sql
shrinidhijoshi/presto
34437ceaed40f32d50c90cfff320f5286ce8cfa2
[ "Apache-2.0" ]
1
2021-12-13T18:44:43.000Z
2021-12-13T18:44:43.000Z
presto-native-execution/src/test/resources/tpch/queries/q16.sql
shrinidhijoshi/presto
34437ceaed40f32d50c90cfff320f5286ce8cfa2
[ "Apache-2.0" ]
null
null
null
presto-native-execution/src/test/resources/tpch/queries/q16.sql
shrinidhijoshi/presto
34437ceaed40f32d50c90cfff320f5286ce8cfa2
[ "Apache-2.0" ]
null
null
null
-- TPC-H/TPC-R Parts/Supplier Relationship Query (Q16) -- Functional Query Definition -- Approved February 1998 select p.brand, p.type, p.size, count(distinct ps.suppkey) as supplier_cnt from partsupp as ps, part as p where p.partkey = ps.partkey and p.brand <> 'Brand#45' and p.type not like 'MEDIUM POLISHED%'...
16.911765
54
0.688696
95c6ae4921c248c1a102b848c9000410c2232038
1,463
html
HTML
application/admin/view/news/photos.html
201506dongzehao/thinkph-wx
a44ba1d76976e34615725ddc29788dd354111314
[ "Apache-2.0" ]
null
null
null
application/admin/view/news/photos.html
201506dongzehao/thinkph-wx
a44ba1d76976e34615725ddc29788dd354111314
[ "Apache-2.0" ]
null
null
null
application/admin/view/news/photos.html
201506dongzehao/thinkph-wx
a44ba1d76976e34615725ddc29788dd354111314
[ "Apache-2.0" ]
null
null
null
<div class="crumb-wrap"> <div class="crumb-list"><i class="icon-font"></i> <a href="index.html">首页</a> <span class="crumb-step">&gt; </span><a class="crumb-name" href="http://dzhao.wywwwxm.com/thinkphp/public/index.php//admin/news/material">素材管理</a><span class="crumb-step">&gt; ...
45.71875
188
0.488722
2a2611155cba30717e570814d6b53bac008adf46
4,278
java
Java
JavaEE/Code/FileUploadTools/src/main/java/com/ztiany/servlet/FileUploadServlet.java
hiloWang/notes
64a637a86f734e4e80975f4aa93ab47e8d7e8b64
[ "Apache-2.0" ]
2
2020-10-08T13:22:08.000Z
2021-07-28T14:45:41.000Z
JavaEE/FileUploadTools/src/main/java/com/ztiany/servlet/FileUploadServlet.java
flyfire/Programming-Notes-Code
4b1bdd74c1ba0c007c504834e4508ec39f01cd94
[ "Apache-2.0" ]
null
null
null
JavaEE/FileUploadTools/src/main/java/com/ztiany/servlet/FileUploadServlet.java
flyfire/Programming-Notes-Code
4b1bdd74c1ba0c007c504834e4508ec39f01cd94
[ "Apache-2.0" ]
6
2020-08-20T07:19:17.000Z
2022-03-02T08:16:21.000Z
package com.ztiany.servlet; import org.apache.commons.fileupload.FileItem; import org.apache.commons.fileupload.FileUploadBase; import org.apache.commons.fileupload.disk.DiskFileItemFactory; import org.apache.commons.fileupload.servlet.ServletFileUpload; import org.apache.commons.io.FilenameUtils; import java.io.File...
36.87931
124
0.631837
0694b555555af51919aaf8336b58ff9a3d702887
365
asm
Assembly
Palmtree.Math.Core.Sint/vs_build/x64_Release/pmc_clone.asm
rougemeilland/Palmtree.Math.Core.Sint
0895fd4988b146f01ec705e091ef3fd79a721b40
[ "MIT" ]
null
null
null
Palmtree.Math.Core.Sint/vs_build/x64_Release/pmc_clone.asm
rougemeilland/Palmtree.Math.Core.Sint
0895fd4988b146f01ec705e091ef3fd79a721b40
[ "MIT" ]
null
null
null
Palmtree.Math.Core.Sint/vs_build/x64_Release/pmc_clone.asm
rougemeilland/Palmtree.Math.Core.Sint
0895fd4988b146f01ec705e091ef3fd79a721b40
[ "MIT" ]
null
null
null
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1 include listing.inc INCLUDELIB OLDNAMES PUBLIC PMC_Clone_X ; COMDAT pdata pdata SEGMENT $pdata$PMC_Clone_X DD imagerel $LN17@PMC_Clone_ DD imagerel $LN17@PMC_Clone_+112 DD imagerel $unwind$PMC_Clone_X ; COMDAT xdata xdata SEGMENT $unwi...
20.277778
79
0.810959
d2b58c3db9b8c64b6a1fe5c1cefeeb2ba720c290
2,348
php
PHP
app/Http/Controllers/PelangganController.php
ashern11/laundryweb
982b94dcdbbed361f0d2663b29c8b077813ef276
[ "MIT" ]
null
null
null
app/Http/Controllers/PelangganController.php
ashern11/laundryweb
982b94dcdbbed361f0d2663b29c8b077813ef276
[ "MIT" ]
null
null
null
app/Http/Controllers/PelangganController.php
ashern11/laundryweb
982b94dcdbbed361f0d2663b29c8b077813ef276
[ "MIT" ]
null
null
null
<?php namespace App\Http\Controllers; use Illuminate\Http\Request; use Yajra\Datatables\Datatables; use Illuminate\Support\Facades\Validator; use App\Pelanggan; use App\Http\Requests; class PelangganController extends Controller { public function index() { return view('Pelanggan'); } publi...
31.72973
196
0.5477
2db849cadaefe6fbf58028f7d43e79823b484a58
2,207
html
HTML
index.html
bpalowski/Beep-Boop
dd290c7bbcbf8b022b95973c9ffd7d1d8d2d0545
[ "MIT" ]
null
null
null
index.html
bpalowski/Beep-Boop
dd290c7bbcbf8b022b95973c9ffd7d1d8d2d0545
[ "MIT" ]
null
null
null
index.html
bpalowski/Beep-Boop
dd290c7bbcbf8b022b95973c9ffd7d1d8d2d0545
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html> <head> <link href="css/bootstrap.css" rel="stylesheet" type="text/css"> <link href="css/styles.css" rel="stylesheet" type="text/css"> <script src="js/jquery-3.3.1.js"></script> <script src="js/scripts.js"></script> <meta charset="utf-8"> <title>Beep Boop</title> </head> <body> <div...
22.752577
79
0.524241
3d5747df77154fd69d22e074627c654c7c25921b
2,027
rs
Rust
src/materialiconstwotone/social/icon_sledding.rs
andoriyu/material-design-icons-rs
a258e7ff9380fca49cb65ab0ea10d8fb8c8c79b3
[ "Apache-2.0" ]
null
null
null
src/materialiconstwotone/social/icon_sledding.rs
andoriyu/material-design-icons-rs
a258e7ff9380fca49cb65ab0ea10d8fb8c8c79b3
[ "Apache-2.0" ]
null
null
null
src/materialiconstwotone/social/icon_sledding.rs
andoriyu/material-design-icons-rs
a258e7ff9380fca49cb65ab0ea10d8fb8c8c79b3
[ "Apache-2.0" ]
null
null
null
pub struct IconSledding { props: crate::Props, } impl yew::Component for IconSledding { type Properties = crate::Props; type Message = (); fn create(props: Self::Properties, _: yew::prelude::ComponentLink<Self>) -> Self { Self { props } } fn update(&mut self, _: Self::Message) -> yew:...
44.065217
836
0.596448
73c0d8f8591e8bc51d784a45febddfa4037cfa49
5,826
lua
Lua
BGAnimations/ScreenEvaluationSummary overlay/stageStats.lua
Roujo/Simply-Love-SM5-Vertical
b32f4caed4a4e6efbcf9b5e47cb45b54d11950d0
[ "MIT" ]
null
null
null
BGAnimations/ScreenEvaluationSummary overlay/stageStats.lua
Roujo/Simply-Love-SM5-Vertical
b32f4caed4a4e6efbcf9b5e47cb45b54d11950d0
[ "MIT" ]
null
null
null
BGAnimations/ScreenEvaluationSummary overlay/stageStats.lua
Roujo/Simply-Love-SM5-Vertical
b32f4caed4a4e6efbcf9b5e47cb45b54d11950d0
[ "MIT" ]
null
null
null
local position_on_screen = ... local Players = GAMESTATE:GetHumanPlayers() local song, StageNum, LetterGradesAF local bannerZoom = 0.27 local quadWidth = _screen.w-40 local quadHeight = 75 local bannerXOffset = -quadWidth/4+10 local path = "/"..THEME:GetCurrentThemeDirectory().."Graphics/_FallbackBanners/"..ThemePref...
28.281553
111
0.697219
7d8346ef599b6a8b568c8a65e4bf15e344fcb62a
5,922
html
HTML
static/index.html
SPSquonK/PropHtml
a6206eb0e5cf66ab4e85cd1021b5717bd72eceb3
[ "MIT" ]
null
null
null
static/index.html
SPSquonK/PropHtml
a6206eb0e5cf66ab4e85cd1021b5717bd72eceb3
[ "MIT" ]
3
2021-06-15T07:23:00.000Z
2021-06-19T00:00:38.000Z
static/index.html
SPSquonK/PropHtml
a6206eb0e5cf66ab4e85cd1021b5717bd72eceb3
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html> <head> <title>Express Prop Html</title> <!-- <link href="itemlist.css" rel="stylesheet" /> --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.2/css/bulma.min.css" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style> .hi...
33.647727
111
0.474333
043df088c2211ff5e57ed334b7c0e194c244bbae
3,565
java
Java
imageio/imageio-core/src/test/java/com/twelvemonkeys/imageio/util/IndexedImageTypeSpecifierTest.java
seafraf/TwelveMonkeys
b43faf2fae8e2c944145f738735f544f559886f8
[ "BSD-3-Clause" ]
1
2018-07-04T02:29:53.000Z
2018-07-04T02:29:53.000Z
imageio/imageio-core/src/test/java/com/twelvemonkeys/imageio/util/IndexedImageTypeSpecifierTest.java
seafraf/TwelveMonkeys
b43faf2fae8e2c944145f738735f544f559886f8
[ "BSD-3-Clause" ]
null
null
null
imageio/imageio-core/src/test/java/com/twelvemonkeys/imageio/util/IndexedImageTypeSpecifierTest.java
seafraf/TwelveMonkeys
b43faf2fae8e2c944145f738735f544f559886f8
[ "BSD-3-Clause" ]
null
null
null
package com.twelvemonkeys.imageio.util; import org.junit.Test; import javax.imageio.ImageTypeSpecifier; import java.awt.image.BufferedImage; import java.awt.image.DataBuffer; import java.awt.image.IndexColorModel; import static org.junit.Assert.*; /** * IndexedImageTypeSpecifierTestCase * * @author <a href="mail...
42.440476
197
0.721739
c7c3e3ae6feff628206648eebcbb8b0ae35f5f27
1,838
py
Python
django_rotate_secret_key/management/commands/rotatesecretkey.py
securedirective/django-rotate-secret-key
89e08f986eabec0ac7ed2126f3d3265bd6920191
[ "MIT" ]
null
null
null
django_rotate_secret_key/management/commands/rotatesecretkey.py
securedirective/django-rotate-secret-key
89e08f986eabec0ac7ed2126f3d3265bd6920191
[ "MIT" ]
null
null
null
django_rotate_secret_key/management/commands/rotatesecretkey.py
securedirective/django-rotate-secret-key
89e08f986eabec0ac7ed2126f3d3265bd6920191
[ "MIT" ]
null
null
null
import os import string import random from django.core.management.base import BaseCommand from django.utils import six from django.utils.six.moves import input from django.conf import settings class Command(BaseCommand): help = "Generate/regenerate a random 50-character secret key stored in a file specified by the `S...
30.633333
123
0.712731
8139f0f4493bac43994b7d87436543724704f062
1,435
sql
SQL
unittests/test_dorm_sqlserver.sql
raelb/delphi-orm
73e0caede84f2753550492deeaad35bf4191be30
[ "Apache-2.0" ]
156
2015-05-28T19:14:20.000Z
2022-03-18T05:34:41.000Z
unittests/test_dorm_sqlserver.sql
raelb/delphi-orm
73e0caede84f2753550492deeaad35bf4191be30
[ "Apache-2.0" ]
10
2015-05-31T09:19:41.000Z
2021-09-27T14:34:31.000Z
unittests/test_dorm_sqlserver.sql
raelb/delphi-orm
73e0caede84f2753550492deeaad35bf4191be30
[ "Apache-2.0" ]
70
2015-06-20T17:34:17.000Z
2022-03-03T10:05:31.000Z
CREATE TABLE CARS ( ID INT IDENTITY(1,1) PRIMARY KEY, BRAND VARCHAR(30), MODEL VARCHAR(30), ID_PERSON INT, OBJVERSION INT ); CREATE TABLE COUNTRIES ( ID INTEGER IDENTITY(1,1) PRIMARY KEY, DESCRIPTION VARCHAR(50) NOT NULL, OBJVERSION INT...
22.777778
52
0.55331
77621674bf883e95d37964b7cb8fcc0bceb9a322
97
html
HTML
pa1-skeleton/pa1-data/2/glast-isoc.slac.stanford.edu_pages_photo_Gallery_Ken_Fouts_farewell_target10.html
yzhong94/cs276-spring-2019
a4780a9f88b8c535146040fe11bb513c91c5693b
[ "MIT" ]
null
null
null
pa1-skeleton/pa1-data/2/glast-isoc.slac.stanford.edu_pages_photo_Gallery_Ken_Fouts_farewell_target10.html
yzhong94/cs276-spring-2019
a4780a9f88b8c535146040fe11bb513c91c5693b
[ "MIT" ]
null
null
null
pa1-skeleton/pa1-data/2/glast-isoc.slac.stanford.edu_pages_photo_Gallery_Ken_Fouts_farewell_target10.html
yzhong94/cs276-spring-2019
a4780a9f88b8c535146040fe11bb513c91c5693b
[ "MIT" ]
null
null
null
dsc_0018 jpg ken_fouts_farewell dsc_0018 jpg first previous picture next picture last thumbnails
48.5
96
0.876289
6512ccce127a82c68b221b5453c2086be0c2bb8b
3,165
py
Python
00-basic/04_01_data_structures_lists.py
TranXuanHoang/Python
6e62282540a7f1e2b2d0dff99b1803715bf6c4b0
[ "CNRI-Python" ]
null
null
null
00-basic/04_01_data_structures_lists.py
TranXuanHoang/Python
6e62282540a7f1e2b2d0dff99b1803715bf6c4b0
[ "CNRI-Python" ]
null
null
null
00-basic/04_01_data_structures_lists.py
TranXuanHoang/Python
6e62282540a7f1e2b2d0dff99b1803715bf6c4b0
[ "CNRI-Python" ]
null
null
null
# Lists # Basics foods = ['rice', 'Meat', 'vegetables', 'Eggs'] print(foods) # Same as foods[len(foods):] = ['butter'] foods.append('butter') print(foods) # Same as foods[len(foods):] = ['tomatoes', 'chili sauce'] foods.extend(['tomatoes', 'Chili sauce']) print(foods) # Reverse order of elements in th...
25.524194
79
0.581043
fd9330714dc1eea3c47bd0c20034eba8bd05403c
643
c
C
c/clock/src/clock.c
vlzware/exercism_c
08d363cf7f0a9855b21f6588edb5702046145fdf
[ "MIT" ]
1
2018-04-06T02:11:55.000Z
2018-04-06T02:11:55.000Z
c/clock/src/clock.c
vlzware/exercism_c
08d363cf7f0a9855b21f6588edb5702046145fdf
[ "MIT" ]
null
null
null
c/clock/src/clock.c
vlzware/exercism_c
08d363cf7f0a9855b21f6588edb5702046145fdf
[ "MIT" ]
null
null
null
#include "clock.h" #include <stdio.h> #include <stdlib.h> #include <string.h> void clock(time_text_t time_text, int hour, int minute) { if (time_text == NULL) return; int ch = 0, cm = 0; cm += minute % 60; if (cm < 0) { ch--; cm += 60; } ch += (hour + minute/60) % 24; if (ch < 0) { ch += 24; } spr...
15.309524
56
0.603421
d2b71586871efd8c0b5bf236953230e382370347
5,936
dart
Dart
ants_clock/lib/widgets/snow_flakes.dart
StuartApp/Flutter-clock-challenge
27850d5c96b1f1f39da70cb1d110ba06078889c6
[ "MIT" ]
37
2020-01-31T21:13:23.000Z
2022-01-17T07:58:06.000Z
ants_clock/lib/widgets/snow_flakes.dart
StuartApp/Flutter-clock-challenge
27850d5c96b1f1f39da70cb1d110ba06078889c6
[ "MIT" ]
null
null
null
ants_clock/lib/widgets/snow_flakes.dart
StuartApp/Flutter-clock-challenge
27850d5c96b1f1f39da70cb1d110ba06078889c6
[ "MIT" ]
5
2020-02-26T08:50:08.000Z
2021-08-16T03:48:53.000Z
// Copyright 2020 Stuart Delivery Limited. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'package:ants_clock/math_utils.dart'; import 'package:flutter/material.dart'; import 'package:flutter_clock_helper/model.d...
23.555556
80
0.648416
414748f2b58dc7fb0f8187727bdb71fed5e38415
2,792
c
C
win32/err.c
sjmulder/netwake
e44d67b41d4d318f7c49caf1f1a359929986f63d
[ "BSD-2-Clause" ]
47
2020-10-23T20:04:14.000Z
2022-02-16T18:55:41.000Z
win32/err.c
sjmulder/netwake
e44d67b41d4d318f7c49caf1f1a359929986f63d
[ "BSD-2-Clause" ]
1
2020-11-14T22:08:11.000Z
2020-11-14T22:38:29.000Z
win32/err.c
sjmulder/netwake
e44d67b41d4d318f7c49caf1f1a359929986f63d
[ "BSD-2-Clause" ]
2
2021-02-02T11:03:40.000Z
2021-12-17T17:35:21.000Z
#define WIN32_LEAN_AND_MEAN #include <windows.h> #include "err.h" #include "resource.h" static HINSTANCE sInstance; static const char *sAppTitle; static const HWND *sWndPtr; static void strAppend(char *dst, size_t *len, size_t sz, char *src) { size_t i; for (i = 0; src[i] && *len < sz-1; i++) dst[(*len)++] = sr...
21.151515
69
0.655802
e670d6709c655e188d13e1c02083df36fcec71dc
3,800
ps1
PowerShell
Public/get-winEventsLoopedIDs.ps1
tostka/verb-logging
7e52b14922018501b6b7fcd15a7d6a85aa141215
[ "MIT" ]
null
null
null
Public/get-winEventsLoopedIDs.ps1
tostka/verb-logging
7e52b14922018501b6b7fcd15a7d6a85aa141215
[ "MIT" ]
null
null
null
Public/get-winEventsLoopedIDs.ps1
tostka/verb-logging
7e52b14922018501b6b7fcd15a7d6a85aa141215
[ "MIT" ]
null
null
null
#*------v get-winEventsLoopedIDs.ps1 v------ function get-winEventsLoopedIDs { <# .SYNOPSIS get-lastevent - return the last 7 wake events on the local pc .NOTES Version : 1.0.11.0 Author : Todd Kadrie Website : https://www.toddomation.com Twitter : @tostka CreatedDat...
48.717949
191
0.656842
8d8512e9d66278ac356e4083b75d8c414e754831
2,544
swift
Swift
AnimationDemo/VC/NavigationDemo.swift
z30262226/TransitioningDemo
4a1d76a3e2fac1e65cab0c91e44a76d983bbe6b3
[ "MIT" ]
null
null
null
AnimationDemo/VC/NavigationDemo.swift
z30262226/TransitioningDemo
4a1d76a3e2fac1e65cab0c91e44a76d983bbe6b3
[ "MIT" ]
null
null
null
AnimationDemo/VC/NavigationDemo.swift
z30262226/TransitioningDemo
4a1d76a3e2fac1e65cab0c91e44a76d983bbe6b3
[ "MIT" ]
null
null
null
// // NavigationDemo.swift // AnimationDemo // // Created by ohlulu on 2018/12/23. // Copyright © 2018 ohlulu. All rights reserved. // import UIKit class NavigationDemo: UIViewController , UIViewControllerTransitioningDelegate, UINavigationControllerDelegate { let animation = OHTableCellToTop() filep...
34.849315
114
0.683962
587b18c7a42cc233cd54d4d4af425aac6f77ef8c
2,310
rs
Rust
client/metaservice_mgr/src/meta_upload_segs_thread_pool.rs
duanjh7/yigfs
36d8f641af3ad942aa46aeb2f2f48472c3ac535e
[ "Apache-2.0" ]
null
null
null
client/metaservice_mgr/src/meta_upload_segs_thread_pool.rs
duanjh7/yigfs
36d8f641af3ad942aa46aeb2f2f48472c3ac535e
[ "Apache-2.0" ]
null
null
null
client/metaservice_mgr/src/meta_upload_segs_thread_pool.rs
duanjh7/yigfs
36d8f641af3ad942aa46aeb2f2f48472c3ac535e
[ "Apache-2.0" ]
null
null
null
use crate::{ meta_op::MetaBatchOp, meta_upload_segs_thread::MetaUploadSegsThread, mgr::MetaServiceMgr, }; use common::numbers::NumberOp; use crossbeam_channel::Sender; use hash_ring::HashRing; use std::sync::Arc; pub struct MetaUploadSegsThreadPool { pool: Vec<MetaUploadSegsThread>, thread_selector: HashRi...
28.875
95
0.55368
db72bf76551f2d844c352707d02196b3d31b7d70
3,258
ps1
PowerShell
Get-VPNStatus.ps1
gildas/posh-anyconnect
f2ce34f50829badaf0ebd47ec84b71e3492ece62
[ "MIT" ]
11
2016-01-08T16:07:59.000Z
2022-03-01T15:33:07.000Z
Get-VPNStatus.ps1
gildas/posh-anyconnect
f2ce34f50829badaf0ebd47ec84b71e3492ece62
[ "MIT" ]
4
2016-10-06T19:48:01.000Z
2020-08-07T07:40:04.000Z
Get-VPNStatus.ps1
gildas/posh-anyconnect
f2ce34f50829badaf0ebd47ec84b71e3492ece62
[ "MIT" ]
2
2019-12-17T10:59:29.000Z
2020-08-06T18:40:10.000Z
function Get-AnyConnectStatus() # {{{ { [CmdletBinding()] [OutputType([string])] Param( [Parameter(Mandatory=$false)] [PSCustomObject] $VPNSession ) Write-Verbose "Starting the AnyConnect cli" $vpncli = New-Object System.Diagnostics.Process $vpncli.StartInfo = New-Object System.Diagnosti...
27.610169
116
0.644874
bcdb4136277e7591140f76c2a1819e8430f2b381
918
ps1
PowerShell
scipts/setup.ps1
beric7/YOLOv4_infrastructure
d5c7ec0296dbe3db656ab6a0259bc709162539d4
[ "Apache-2.0" ]
null
null
null
scipts/setup.ps1
beric7/YOLOv4_infrastructure
d5c7ec0296dbe3db656ab6a0259bc709162539d4
[ "Apache-2.0" ]
null
null
null
scipts/setup.ps1
beric7/YOLOv4_infrastructure
d5c7ec0296dbe3db656ab6a0259bc709162539d4
[ "Apache-2.0" ]
null
null
null
## enable or disable installed components $install_cuda=$true ########################### # Download and install Chocolatey Set-ExecutionPolicy unrestricted Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) choco.exe install -y cmake ninja powershell ...
32.785714
205
0.733115
06e8a346348d3dd22c1f04d3dcf078026fcade91
619
swift
Swift
ReSwiftRouter/NavigationActions.swift
egorvoronov/ReSwift-Router
804c8cbb390a31bd777dc06f8f5b356160608662
[ "MIT" ]
38
2016-01-20T13:45:08.000Z
2021-01-06T00:15:39.000Z
ReSwiftRouter/NavigationActions.swift
anshkhanna/ReSwift-Router
5231c3e645317c32977b8514aeee6f6f8e3aa16e
[ "MIT" ]
10
2016-01-22T20:55:45.000Z
2020-04-03T02:19:10.000Z
ReSwiftRouter/NavigationActions.swift
anshkhanna/ReSwift-Router
5231c3e645317c32977b8514aeee6f6f8e3aa16e
[ "MIT" ]
26
2016-02-04T16:51:20.000Z
2021-01-06T00:15:37.000Z
// // NavigationAction.swift // Meet // // Created by Benjamin Encz on 11/27/15. // Copyright © 2015 DigiTales. All rights reserved. // import ReSwift public struct SetRouteAction: Action { let route: Route let animated: Bool public static let type = "RE_SWIFT_ROUTER_SET_ROUTE" public init (_ ro...
18.757576
57
0.638126
cf1838c61c7a74fce28c232f21ed7242e5195090
105
css
CSS
css/mystyles.css
Bm2mhc/Slotshaven-bet
dccbe779b66fb51735826e073d22a11a0a6931f5
[ "MIT" ]
null
null
null
css/mystyles.css
Bm2mhc/Slotshaven-bet
dccbe779b66fb51735826e073d22a11a0a6931f5
[ "MIT" ]
null
null
null
css/mystyles.css
Bm2mhc/Slotshaven-bet
dccbe779b66fb51735826e073d22a11a0a6931f5
[ "MIT" ]
null
null
null
.activity{ padding:15px; border-radius:4px; border: 1px solid grey; margin-bottom:6px; }
15
27
0.638095
e757a0e6ffaef675eefcb46c998695c63c85bdd0
48
js
JavaScript
src/components/knob/index.js
tsucaet/quasar
874da3b749aba563731969b1d4e60a96f9f547e0
[ "MIT" ]
1
2020-09-14T09:34:32.000Z
2020-09-14T09:34:32.000Z
src/components/knob/index.js
AreaDeno/quasar
0cfeafded36461487ec1ce6b63705f87e2b65333
[ "MIT" ]
1
2018-02-26T07:24:32.000Z
2018-02-26T07:24:32.000Z
src/components/knob/index.js
AreaDeno/quasar
0cfeafded36461487ec1ce6b63705f87e2b65333
[ "MIT" ]
null
null
null
import QKnob from './QKnob' export { QKnob }
8
27
0.645833
072a7af9bc9cf9b66fdddba54f65355c008d0be9
803
dart
Dart
lib/module_user/manager/user/user_manager.dart
Mohammed0Shnan/reposito
14584a1b293ffabc0168a52fc2dcf3b364101cef
[ "MIT" ]
null
null
null
lib/module_user/manager/user/user_manager.dart
Mohammed0Shnan/reposito
14584a1b293ffabc0168a52fc2dcf3b364101cef
[ "MIT" ]
null
null
null
lib/module_user/manager/user/user_manager.dart
Mohammed0Shnan/reposito
14584a1b293ffabc0168a52fc2dcf3b364101cef
[ "MIT" ]
null
null
null
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter_boilerplate/module_user/model/user/user_model.dart'; import 'package:flutter_boilerplate/module_user/repository/user/user_repository.dart'; import 'package:flutter_boilerplate/module_user/request/user_edit_request/user_edit_equest.dart'; imp...
30.884615
97
0.799502
7d841096b014f651cb9db3e2ded432c174bc0ea4
1,234
html
HTML
QaA/ask/templates/ask/unanswered.html
jedrzejkozal/QuestionsAndAnswers
24e8915295af08f1904cfe7c1ac2b1719586d7d7
[ "MIT" ]
null
null
null
QaA/ask/templates/ask/unanswered.html
jedrzejkozal/QuestionsAndAnswers
24e8915295af08f1904cfe7c1ac2b1719586d7d7
[ "MIT" ]
null
null
null
QaA/ask/templates/ask/unanswered.html
jedrzejkozal/QuestionsAndAnswers
24e8915295af08f1904cfe7c1ac2b1719586d7d7
[ "MIT" ]
null
null
null
{% extends "ask/navigation_bar.html" %} {% load static %} {%block styles %} <link rel="stylesheet" type="text/css" href="{% static 'ask/navigation_bar.css' %}"> <link rel="stylesheet" type="text/css" href="{% static 'ask/questions.css' %}"> <link rel="stylesheet" type="text/css" href="{% static 'ask/unanswered.css' %}...
38.5625
85
0.604538
043a72eb323e48e476566b145b5e78a85cd99875
2,116
java
Java
Greedy Algorithms/activity-selection.java
MaunilN/DSA-for-SDE-interview
026cf3f53b3a252c33ed5cec95f71dd914f62ad5
[ "MIT" ]
15
2020-06-22T08:37:01.000Z
2022-02-13T19:27:54.000Z
Greedy Algorithms/activity-selection.java
MaunilN/DSA-for-SDE-interview
026cf3f53b3a252c33ed5cec95f71dd914f62ad5
[ "MIT" ]
3
2020-09-30T18:45:43.000Z
2020-09-30T18:59:08.000Z
Greedy Algorithms/activity-selection.java
MaunilN/DSA-for-SDE-interview
026cf3f53b3a252c33ed5cec95f71dd914f62ad5
[ "MIT" ]
16
2020-08-27T06:59:46.000Z
2022-01-06T17:40:30.000Z
/* Activity Selection Given N activities with their start and finish times. Select the maximum number of activities that can be performed by a single person, assuming that a person can only work on a single activity at a time. Note : The start time and end time of two activities may coincide. Input: The first lin...
23.775281
110
0.566635
d540922f44688f67d44a7565def5e319de27acf8
354
sql
SQL
src/main/resources/dbmigrate/hsql/group/V0_0_0_4__group_relation.sql
GEDS1990/szyoa
b646384c1cd995e8812455885228b4347bffe5b9
[ "Apache-2.0" ]
null
null
null
src/main/resources/dbmigrate/hsql/group/V0_0_0_4__group_relation.sql
GEDS1990/szyoa
b646384c1cd995e8812455885228b4347bffe5b9
[ "Apache-2.0" ]
null
null
null
src/main/resources/dbmigrate/hsql/group/V0_0_0_4__group_relation.sql
GEDS1990/szyoa
b646384c1cd995e8812455885228b4347bffe5b9
[ "Apache-2.0" ]
null
null
null
CREATE TABLE GROUP_RELATION( ID BIGINT NOT NULL, PARENT_ID BIGINT, CHILD_ID BIGINT, TENANT_ID VARCHAR(64), CONSTRAINT PK_GROUP_RELATION PRIMARY KEY(ID), CONSTRAINT FK_GROUP_RELATION_PARENT FOREIGN KEY(PARENT_ID) REFERENCES GROUP_INFO(ID), CONSTRAINT FK_GROUP_RELATION_CHILD FOREIGN KEY(CHILD...
32.181818
93
0.774011
8f80887d887144807200c3018b78840fe1f5bd95
1,569
sql
SQL
egov/egov-collection/src/main/resources/db/migration/main/V20160208171251__collection_workflow_challan.sql
cscl-git/digit-bpa
bcf2a4f0dadcee3d636357c51350db96071b40c6
[ "MIT" ]
null
null
null
egov/egov-collection/src/main/resources/db/migration/main/V20160208171251__collection_workflow_challan.sql
cscl-git/digit-bpa
bcf2a4f0dadcee3d636357c51350db96071b40c6
[ "MIT" ]
null
null
null
egov/egov-collection/src/main/resources/db/migration/main/V20160208171251__collection_workflow_challan.sql
cscl-git/digit-bpa
bcf2a4f0dadcee3d636357c51350db96071b40c6
[ "MIT" ]
null
null
null
delete from eg_roleaction where roleid in (select id from eg_role where name = 'ULB Operator') and actionid in (select id from eg_action where name in('CreateChallan','AjaxChallanApproverDesignation','AjaxChallanApproverPosition')); INSERT INTO eg_role (id, name, description, createddate, createdby, lastmodifiedby, ...
104.6
250
0.779477
7f3084032e09cca22c18b347643be917712b7025
1,580
go
Go
src/mongo/gotools/common/db/tlsgo/rootcerts_darwin.go
wiredtiger/mongo-wiredtiger-evg
5c97edfba301beb31bd8dcabc81c43f1097d2467
[ "Apache-2.0" ]
null
null
null
src/mongo/gotools/common/db/tlsgo/rootcerts_darwin.go
wiredtiger/mongo-wiredtiger-evg
5c97edfba301beb31bd8dcabc81c43f1097d2467
[ "Apache-2.0" ]
null
null
null
src/mongo/gotools/common/db/tlsgo/rootcerts_darwin.go
wiredtiger/mongo-wiredtiger-evg
5c97edfba301beb31bd8dcabc81c43f1097d2467
[ "Apache-2.0" ]
null
null
null
// Copyright (C) MongoDB, Inc. 2018-present. // // 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 // // Based on https://github.com/hashicorp/go-root...
25.901639
84
0.708228
40c4f53fbbf17d23229fe528f106c87b9a4b0bcb
342
py
Python
python_skeleton_project/tools/hello_world.py
aagnone3/python-skeleton
5f8f334ec36388ea51f4aed9074c8222d4c2b0b6
[ "Apache-2.0" ]
1
2020-04-01T05:17:44.000Z
2020-04-01T05:17:44.000Z
python_skeleton_project/tools/hello_world.py
aagnone3/python-skeleton
5f8f334ec36388ea51f4aed9074c8222d4c2b0b6
[ "Apache-2.0" ]
2
2018-11-23T02:32:09.000Z
2021-12-20T14:36:53.000Z
python_skeleton_project/tools/hello_world.py
aagnone3/python-skeleton
5f8f334ec36388ea51f4aed9074c8222d4c2b0b6
[ "Apache-2.0" ]
4
2019-03-21T17:15:51.000Z
2021-07-22T13:59:36.000Z
import sys from argparse import ArgumentParser from python_skeleton_project import greet_world def get_clargs(): parser = ArgumentParser() parser.add_argument("-d", "--descriptor", help="Descriptor of world to greet.") return parser.parse_args() def main(): args = get_clargs() sys.exit(greet_wo...
21.375
83
0.730994
04d0328da9fa4b6230dd9663e7c2f19eafa50ebf
5,001
java
Java
src/main/java/gyro/aws/ec2/EbsSnapshotFinder.java
perfectsense/gyro-aws-provider
d7bbb01e4c6c860241436a46e32dd325a18e62bd
[ "Apache-2.0" ]
9
2019-10-07T19:40:46.000Z
2021-08-09T17:58:41.000Z
src/main/java/gyro/aws/ec2/EbsSnapshotFinder.java
perfectsense/gyro-aws-provider
d7bbb01e4c6c860241436a46e32dd325a18e62bd
[ "Apache-2.0" ]
194
2019-10-09T20:07:25.000Z
2022-03-02T20:59:09.000Z
src/main/java/gyro/aws/ec2/EbsSnapshotFinder.java
perfectsense/gyro-aws-provider
d7bbb01e4c6c860241436a46e32dd325a18e62bd
[ "Apache-2.0" ]
1
2019-12-08T07:57:03.000Z
2019-12-08T07:57:03.000Z
/* * Copyright 2019, Perfect Sense, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
24.880597
152
0.634673
fb950b0d958788d317102dad0e6275db0a24779f
2,190
java
Java
src/main/java/com/example/mothertochild/mapper/CategoryMapper.java
QiRang/mother-to-child-online-shopping
274a6ea279baba2693c250e8a4f451a5665fb2b4
[ "MIT" ]
null
null
null
src/main/java/com/example/mothertochild/mapper/CategoryMapper.java
QiRang/mother-to-child-online-shopping
274a6ea279baba2693c250e8a4f451a5665fb2b4
[ "MIT" ]
null
null
null
src/main/java/com/example/mothertochild/mapper/CategoryMapper.java
QiRang/mother-to-child-online-shopping
274a6ea279baba2693c250e8a4f451a5665fb2b4
[ "MIT" ]
null
null
null
package com.example.mothertochild.mapper; import com.example.mothertochild.entity.Category; import com.github.pagehelper.Page; import org.apache.ibatis.annotations.*; import java.util.List; @Mapper public interface CategoryMapper { //查询所有,不包括产品 @Select("select * from category") // @Results({ // ...
36.5
128
0.691324
6baf1b8d5864707ebf3a73896e13618596f1e512
15,944
swift
Swift
Division2FanApp/Logic/DpsCalculator.swift
ChristianDeckert/Division2FanApp
46ef705cd95525cd9749b4793300bbf49206a105
[ "MIT" ]
4
2019-03-15T22:19:10.000Z
2019-03-26T13:55:00.000Z
Division2FanApp/Logic/DpsCalculator.swift
ChristianDeckert/Division2FanApp
46ef705cd95525cd9749b4793300bbf49206a105
[ "MIT" ]
1
2019-03-18T13:34:53.000Z
2019-03-18T13:34:53.000Z
Division2FanApp/Logic/DpsCalculator.swift
ChristianDeckert/Division2FanApp
46ef705cd95525cd9749b4793300bbf49206a105
[ "MIT" ]
null
null
null
// // DpsCalculator.swift // Division2FanApp // // Created by Christian on 15.03.19. // Copyright © 2019 Christian Deckert. All rights reserved. // import Foundation import CommonCrypto enum Attribute { case weaponDamage case criticalHitChance case criticalHitDamage case headshotDamage case outOfCoverDa...
44.044199
181
0.655733
c73888c34628e7e86a7286f3eece1206e8592b5e
728
sql
SQL
dotnet/src/TheEight.Database/Tables/TEAM_MEMBERS.sql
the-eight/WebApp
87df559ce1777a5d09cb6003d5af2748b9528d96
[ "MIT" ]
null
null
null
dotnet/src/TheEight.Database/Tables/TEAM_MEMBERS.sql
the-eight/WebApp
87df559ce1777a5d09cb6003d5af2748b9528d96
[ "MIT" ]
20
2016-09-03T20:14:57.000Z
2016-11-29T00:14:22.000Z
dotnet/src/TheEight.Database/Tables/TEAM_MEMBERS.sql
the-eight/WebApp
87df559ce1777a5d09cb6003d5af2748b9528d96
[ "MIT" ]
1
2016-09-03T08:47:22.000Z
2016-09-03T08:47:22.000Z
CREATE TABLE [dbo].[TEAM_MEMBERS] ( [TeamMemberId] UNIQUEIDENTIFIER NOT NULL, [ClubMemberId] UNIQUEIDENTIFIER NOT NULL, [TeamId] UNIQUEIDENTIFIER NOT NULL, [PreferredBoatPositionId] TINYINT NOT NULL, CONSTRAINT [PK__TEAM_MEMBERS] PRIMARY KEY ([TeamMemberId]), CONSTRAINT [FK__TEAM_MEMBERS__CLUB_ME...
48.533333
91
0.770604
95c50af5e66733e5fcbe30a20ff122fb6d1b6ab9
1,762
dart
Dart
lib/widgets/quill_editor.dart
varadgauthankar/my_journal
017e26480b64c2d8b4d69ed1fb33891cdaf79add
[ "MIT" ]
null
null
null
lib/widgets/quill_editor.dart
varadgauthankar/my_journal
017e26480b64c2d8b4d69ed1fb33891cdaf79add
[ "MIT" ]
null
null
null
lib/widgets/quill_editor.dart
varadgauthankar/my_journal
017e26480b64c2d8b4d69ed1fb33891cdaf79add
[ "MIT" ]
null
null
null
import 'package:flutter/material.dart'; import 'package:flutter_quill/flutter_quill.dart'; class MyQuillEditor { static Widget editor({ bool autoFocus = false, required QuillController controller, String? placeholder, }) { return QuillEditor( autoFocus: autoFocus, controller: controller...
27.53125
78
0.675369
4170930a57cda29ef68823a3c9fcee504c028dda
230
ps1
PowerShell
StartPoshGit.ps1
mattblackham/GitScripts
d64f5b6fa12295ed24b7234645abc6dc9d0331c9
[ "Apache-2.0" ]
null
null
null
StartPoshGit.ps1
mattblackham/GitScripts
d64f5b6fa12295ed24b7234645abc6dc9d0331c9
[ "Apache-2.0" ]
null
null
null
StartPoshGit.ps1
mattblackham/GitScripts
d64f5b6fa12295ed24b7234645abc6dc9d0331c9
[ "Apache-2.0" ]
null
null
null
#See https://github.com/dahlbyk/posh-git #posh-git is a PowerShell module that integrates Git and PowerShell by providing Git status summary information that can be displayed in the PowerShell prompt, e.g.: Import-Module posh-git
57.5
165
0.804348
2633003844197ce1eff17bbe8b69fff9b3cf7f35
2,893
java
Java
src/main/java/coneforest/psylla/engine/PsyllaScriptEngineFactory.java
urbic/psyche
1c114bd30ae6c1449fd4797e16ee716382c7c0fa
[ "Zlib" ]
1
2020-02-09T02:34:37.000Z
2020-02-09T02:34:37.000Z
src/main/java/coneforest/psylla/engine/PsyllaScriptEngineFactory.java
urbic/psyche
1c114bd30ae6c1449fd4797e16ee716382c7c0fa
[ "Zlib" ]
null
null
null
src/main/java/coneforest/psylla/engine/PsyllaScriptEngineFactory.java
urbic/psyche
1c114bd30ae6c1449fd4797e16ee716382c7c0fa
[ "Zlib" ]
null
null
null
package coneforest.psylla.engine; /** * The Psylla language scripting engine factory. */ public class PsyllaScriptEngineFactory implements javax.script.ScriptEngineFactory { /** * @return a string {@code "Psylla"}. */ @Override public String getEngineName() { return "Psylla"; } /** * Returns an engine. *...
22.426357
101
0.72589
d3358be2c6f85eae523fb4652ac84cd3f7277574
1,128
dart
Dart
test/core/validator_extensions/must_extension_test.dart
ErkinKurt/fluent_validator
accb51f1cb381b4a70cecf372f689024c898d2c5
[ "MIT" ]
1
2021-09-15T09:42:08.000Z
2021-09-15T09:42:08.000Z
test/core/validator_extensions/must_extension_test.dart
ErkinKurt/fluent_validator
accb51f1cb381b4a70cecf372f689024c898d2c5
[ "MIT" ]
null
null
null
test/core/validator_extensions/must_extension_test.dart
ErkinKurt/fluent_validator
accb51f1cb381b4a70cecf372f689024c898d2c5
[ "MIT" ]
null
null
null
import 'package:fluent_validator/core/validator.dart'; import 'package:flutter_test/flutter_test.dart'; class TestClass { const TestClass(this.prop1); final int? prop1; } class TestValidator extends Validator<TestClass> { TestValidator() { rulesFor('Prop1', (TestClass testClass) => testClass.prop1).must<in...
26.232558
98
0.639184
28231afda62089a2c2494615fa64e03f7eaa7358
29
go
Go
components/argo/argo.go
wanglei4687/Infrastructure
337f7ee582327e82ba40bb9ec3f09d690f731567
[ "MIT" ]
null
null
null
components/argo/argo.go
wanglei4687/Infrastructure
337f7ee582327e82ba40bb9ec3f09d690f731567
[ "MIT" ]
null
null
null
components/argo/argo.go
wanglei4687/Infrastructure
337f7ee582327e82ba40bb9ec3f09d690f731567
[ "MIT" ]
null
null
null
package argo func init() {}
7.25
14
0.655172
178d9d7a25a883a60ee7ab36f611fea0ee285c68
6,313
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1270.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1270.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1270.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 %r13 push %r15 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_UC_ht+0xb7fa, %rsi lea addresses_UC_ht+0x1287a, %rdi nop nop nop nop inc %r15 mov $5, %rcx rep movsw nop nop nop nop nop xor $6290, %r9 lea addresses_WT_ht+0x6f3e, %r13 nop nop nop nop nop add ...
38.03012
2,999
0.653255
34828d5fc2910279dce01a07ba2956855a561ed5
456
sql
SQL
sql/docker_blogs.sql
tantai1123/aiviet-docker
b353856aea3df2f87c7804dd041dd3868e61f24a
[ "MIT" ]
null
null
null
sql/docker_blogs.sql
tantai1123/aiviet-docker
b353856aea3df2f87c7804dd041dd3868e61f24a
[ "MIT" ]
null
null
null
sql/docker_blogs.sql
tantai1123/aiviet-docker
b353856aea3df2f87c7804dd041dd3868e61f24a
[ "MIT" ]
1
2021-01-04T12:21:36.000Z
2021-01-04T12:21:36.000Z
create table blogs ( id int unsigned auto_increment primary key, category varchar(255) not null, title varchar(255) not null, content text not null, slug varchar(255) not null, image varchar(255) null, created_at timestamp null, updated_at ...
25.333333
42
0.614035
fd81cbcb76f61e2526157e98f5ff7477e75cbfd2
6,549
h
C
include/main/hurricane/base/Values.h
lihuaweishiyigehaoren/hurricane
71118616dd08b7b2b46ecacd34b8bb642ac4ea9e
[ "Apache-2.0" ]
3
2019-07-26T10:46:30.000Z
2021-07-10T07:38:00.000Z
include/main/hurricane/base/Values.h
lihuaweishiyigehaoren/hurricane
71118616dd08b7b2b46ecacd34b8bb642ac4ea9e
[ "Apache-2.0" ]
null
null
null
include/main/hurricane/base/Values.h
lihuaweishiyigehaoren/hurricane
71118616dd08b7b2b46ecacd34b8bb642ac4ea9e
[ "Apache-2.0" ]
1
2019-04-29T12:53:54.000Z
2019-04-29T12:53:54.000Z
/** * licensed to the apache software foundation (asf) under one * or more contributor license agreements. see the notice file * distributed with this work for additional information * regarding copyright ownership. the asf licenses this file * to you under the apache license, version 2.0 (the * "license"); you...
30.179724
94
0.536418
bbdc7c4c02b82197fa0b01f9d9fdae7c6cc93f37
2,288
swift
Swift
EmibraRA/ChatViewController.swift
Davidsonts/emibra
9431d466e33a7c53c07db064a7c4279eb4e9d797
[ "MIT" ]
null
null
null
EmibraRA/ChatViewController.swift
Davidsonts/emibra
9431d466e33a7c53c07db064a7c4279eb4e9d797
[ "MIT" ]
null
null
null
EmibraRA/ChatViewController.swift
Davidsonts/emibra
9431d466e33a7c53c07db064a7c4279eb4e9d797
[ "MIT" ]
null
null
null
// // ChatViewController.swift // EmibraRA // // Created by Davidson Santos on 18/01/21. // Copyright © 2021 Apple. All rights reserved. // import UIKit import WebKit class ChatViewController: UIViewController, WKUIDelegate { @IBOutlet weak var mWKWebView: WKWebView! override func loadView() { ...
27.902439
118
0.610577
b9cdab79ca40e3e717c7522531b7f70f652c5afa
352
h
C
GDTest/Header/GDUtils/GDColorUtil.h
guodong10518/GDTest
2e4171ade9cd5de12722ab6cae1c36b0361ecacd
[ "MIT" ]
null
null
null
GDTest/Header/GDUtils/GDColorUtil.h
guodong10518/GDTest
2e4171ade9cd5de12722ab6cae1c36b0361ecacd
[ "MIT" ]
null
null
null
GDTest/Header/GDUtils/GDColorUtil.h
guodong10518/GDTest
2e4171ade9cd5de12722ab6cae1c36b0361ecacd
[ "MIT" ]
null
null
null
// // GDColorUtil.h // BSDLOA // // Created by wangguodong on 15/5/19. // Copyright (c) 2015年 隔壁老王. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> @interface GDColorUtil : NSObject /** 16进制转RGB @param hexColor 16进制字符串 @return UIColor */ + (UIColor *)getColorWithHe...
16.761905
53
0.676136
4f1a234e0cfd3bc4bc2939347bb4e7f4ec6554ce
1,824
swift
Swift
concentration-game/concentration-game/Model/CardModel.swift
GiovanniMoratto/stanford-concentration-game_app
2e7616d210699ef5b5433327425c6665a3663af9
[ "MIT" ]
null
null
null
concentration-game/concentration-game/Model/CardModel.swift
GiovanniMoratto/stanford-concentration-game_app
2e7616d210699ef5b5433327425c6665a3663af9
[ "MIT" ]
null
null
null
concentration-game/concentration-game/Model/CardModel.swift
GiovanniMoratto/stanford-concentration-game_app
2e7616d210699ef5b5433327425c6665a3663af9
[ "MIT" ]
null
null
null
// // Card.swift // concentration-game // // Created by Giovanni Vicentin Moratto on 17/09/21. // import Foundation struct CardModel: Hashable { // Representa a model de um card no game // MARK: - Attributes var isFaceUp: Bool = false var isMatched: Bool = false var twoCardsFaceUp: Bo...
25.690141
143
0.616228
0dc152a2ca8dcd179f384f606a00ec0d5ed0a04c
685
sql
SQL
Database/KH/Procedures/GET_NOTIFICATION_DETAIL.sql
lemalcs/Khernet
7a33684ad9843be528a721bcb0255bf8a318bb6c
[ "MIT" ]
1
2021-11-25T08:55:27.000Z
2021-11-25T08:55:27.000Z
Database/KH/Procedures/GET_NOTIFICATION_DETAIL.sql
lemalcs/Khernet
7a33684ad9843be528a721bcb0255bf8a318bb6c
[ "MIT" ]
null
null
null
Database/KH/Procedures/GET_NOTIFICATION_DETAIL.sql
lemalcs/Khernet
7a33684ad9843be528a721bcb0255bf8a318bb6c
[ "MIT" ]
null
null
null
/* Definition for the GET_NOTIFICATION_DETAIL procedure : */ ------------------------------------------------------------------------------ -- Create date: 2020-02-15 -- Autor: Luis Lema -- -- Description: -- Get the details of specified notification. -- -- Parameters: -- ID - The id of notification. -- -- Returns: ...
21.40625
78
0.551825
2f7634b6a57827ddceda5c8f8efaae19e65c7fe8
255
php
PHP
patches/premium_ecommerce_filter_products.php
jtylek/EpesiWarehouse
ec3f1e2c9da8575a9be00801c17d9cd3536456ad
[ "MIT" ]
3
2020-11-28T00:22:35.000Z
2021-10-16T12:28:45.000Z
patches/premium_ecommerce_filter_products.php
jtylek/EpesiWarehouse
ec3f1e2c9da8575a9be00801c17d9cd3536456ad
[ "MIT" ]
null
null
null
patches/premium_ecommerce_filter_products.php
jtylek/EpesiWarehouse
ec3f1e2c9da8575a9be00801c17d9cd3536456ad
[ "MIT" ]
null
null
null
<?php defined("_VALID_ACCESS") || die('Direct access forbidden'); if (ModuleManager::is_installed('Premium_Warehouse_eCommerce')>=0) { DB::Execute('UPDATE premium_ecommerce_products_field SET filter=1 WHERE field="Item Name" OR type="checkbox"'); } ?>
42.5
115
0.74902
75a0c02abe03140ee5f4c996b8130e573cd1912b
195
sql
SQL
de.kleiber.demos.plsql.testing.unit.parent/src/login.sql
tkleiber/de.kleiber.demos.plsql.testing.unit
ee4fb81d636797840cc231e0f3096be509c231a0
[ "MIT" ]
null
null
null
de.kleiber.demos.plsql.testing.unit.parent/src/login.sql
tkleiber/de.kleiber.demos.plsql.testing.unit
ee4fb81d636797840cc231e0f3096be509c231a0
[ "MIT" ]
2
2022-03-11T21:38:46.000Z
2022-03-17T21:17:07.000Z
de.kleiber.demos.plsql.testing.unit.parent/src/login.sql
tkleiber/de.kleiber.demos.plsql.testing.unit
ee4fb81d636797840cc231e0f3096be509c231a0
[ "MIT" ]
null
null
null
-- whenever sqlerror exit sql.sqlcode whenever sqlerror exit failure rollback whenever oserror exit failure rollback set serveroutput on size unlimited PROMPT init via login script set timing on
32.5
39
0.841026
2409e32a57735ebffa0fd304244cd64ac88b46df
1,479
kt
Kotlin
swing-ui/src/main/kotlin/ru/aleshi/scoreboards/view/MessagesFrame.kt
AlexanderShirokih/KarateScoreboard
7f827bbfad8c9e46c0349a53f52662e72e69996a
[ "MIT" ]
null
null
null
swing-ui/src/main/kotlin/ru/aleshi/scoreboards/view/MessagesFrame.kt
AlexanderShirokih/KarateScoreboard
7f827bbfad8c9e46c0349a53f52662e72e69996a
[ "MIT" ]
null
null
null
swing-ui/src/main/kotlin/ru/aleshi/scoreboards/view/MessagesFrame.kt
AlexanderShirokih/KarateScoreboard
7f827bbfad8c9e46c0349a53f52662e72e69996a
[ "MIT" ]
1
2020-08-07T16:01:23.000Z
2020-08-07T16:01:23.000Z
package ru.aleshi.scoreboards.view import kotlinx.coroutines.MainScope import kotlinx.coroutines.cancel import kotlinx.coroutines.flow.collect import kotlinx.coroutines.flow.consumeAsFlow import kotlinx.coroutines.launch import ru.aleshi.scoreboards.core.IEventsController import java.awt.Dimension import javax.swing.*...
26.410714
101
0.663286
f09526dcd50abd939ecced47712bab3aac595f44
1,202
lua
Lua
src/StarterPlayerScripts/Clock.client.lua
Fumohouse/Fumofas
f7314e2aec059e83d0bdec39de2c48c63c10622b
[ "Unlicense", "MIT" ]
null
null
null
src/StarterPlayerScripts/Clock.client.lua
Fumohouse/Fumofas
f7314e2aec059e83d0bdec39de2c48c63c10622b
[ "Unlicense", "MIT" ]
null
null
null
src/StarterPlayerScripts/Clock.client.lua
Fumohouse/Fumofas
f7314e2aec059e83d0bdec39de2c48c63c10622b
[ "Unlicense", "MIT" ]
null
null
null
--- -- Clock.client.lua - Clientside tracking of time -- local RunService = game:GetService("RunService") local ReplicatedStorage = game:GetService("ReplicatedStorage") local Lighting = game:GetService("Lighting") local kStartSeconds = 420 -- 7AM local localOffset = 0 local offset = ReplicatedStorage.UIRemotes.GetSe...
21.087719
93
0.766223
7015ec571d045a7aa9d45ee2cb7cb990cb3fbee8
282
kt
Kotlin
rvhelper/src/main/kotlin/com/ansgar/rvhelper/adapters/SingleTypeAdapter.kt
kirilamenski/RvHelper
0815970b889a14f2dbc08fd5adff7c746dfe79a8
[ "Apache-2.0" ]
1
2021-06-16T11:41:09.000Z
2021-06-16T11:41:09.000Z
rvhelper/src/main/kotlin/com/ansgar/rvhelper/adapters/SingleTypeAdapter.kt
kirilamenski/RvHelper
0815970b889a14f2dbc08fd5adff7c746dfe79a8
[ "Apache-2.0" ]
null
null
null
rvhelper/src/main/kotlin/com/ansgar/rvhelper/adapters/SingleTypeAdapter.kt
kirilamenski/RvHelper
0815970b889a14f2dbc08fd5adff7c746dfe79a8
[ "Apache-2.0" ]
null
null
null
package com.ansgar.rvhelper.adapters import com.ansgar.rvhelper.utils.ViewHoldersUtil class SingleTypeAdapter<VM>(viewHoldersUtil: ViewHoldersUtil) : BaseAdapter<VM>(viewHoldersUtil) { override fun getItemViewType(position: Int): Int = viewHoldersUtil.vhCallbacks.keyAt(0) }
31.333333
98
0.812057
c11e56aaa1d328eea289623ed97f1445e896e8bc
1,055
lua
Lua
src/lua/LazarusMod/Modules/Alien/Gorge/Tunnels/Post/AlienCommander.lua
adsfgg/LazarusMod
47525094eaf175fe1f11c624c1536581ded8cfa8
[ "MIT" ]
null
null
null
src/lua/LazarusMod/Modules/Alien/Gorge/Tunnels/Post/AlienCommander.lua
adsfgg/LazarusMod
47525094eaf175fe1f11c624c1536581ded8cfa8
[ "MIT" ]
null
null
null
src/lua/LazarusMod/Modules/Alien/Gorge/Tunnels/Post/AlienCommander.lua
adsfgg/LazarusMod
47525094eaf175fe1f11c624c1536581ded8cfa8
[ "MIT" ]
null
null
null
local gAlienMenuButtons = { [kTechId.BuildMenu] = { kTechId.Cyst, kTechId.Harvester, kTechId.DrifterEgg, kTechId.Hive, kTechId.ThreatMarker, kTechId.NeedHealingMarker, kTechId.ExpandingMarker, kTechId.None --[[ kTechId.BuildTunnelMenu ]] }, [kTechId.AdvancedMenu] = { kTechId.Crag, k...
36.37931
149
0.712796
d2c0e731016248ac486fb2b047374cafc07682da
1,896
php
PHP
app/Http/Controllers/LandloardController.php
alnurarif/patabd
eeef12b139c6a092716836acd4ff01d1ab3123b2
[ "MIT" ]
null
null
null
app/Http/Controllers/LandloardController.php
alnurarif/patabd
eeef12b139c6a092716836acd4ff01d1ab3123b2
[ "MIT" ]
null
null
null
app/Http/Controllers/LandloardController.php
alnurarif/patabd
eeef12b139c6a092716836acd4ff01d1ab3123b2
[ "MIT" ]
null
null
null
<?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Landloard; use Carbon\Carbon; use Session; class LandloardController extends Controller { public function register(){ return view('website.landloard.register'); } public function create(Request $request){ $this->valid...
25.28
89
0.567511
2f32bcdc2805b55e73438d2bbfa4691b01199a12
435
php
PHP
src/cargar_datos.php
pcandrews/mapa_abonados
4cda12a64d7aec8c1cdd6d7d6be3dcf71e4b8344
[ "Apache-2.0" ]
null
null
null
src/cargar_datos.php
pcandrews/mapa_abonados
4cda12a64d7aec8c1cdd6d7d6be3dcf71e4b8344
[ "Apache-2.0" ]
1
2022-03-24T17:11:30.000Z
2022-03-24T17:11:30.000Z
src/cargar_datos.php
pcandrews/mapa_abonados
4cda12a64d7aec8c1cdd6d7d6be3dcf71e4b8344
[ "Apache-2.0" ]
null
null
null
<?php header('Content-Type: text/html; charset=UTF-8'); ini_set("display_errors", "On"); ini_set('display_startup_errors', 1); error_reporting(E_ALL | E_STRICT); header("Content-Type: text/html; charset=UTF-8"); date_default_timezone_set('America/Argentina/Tucuman'); setlocale(LC_ALL, 'es-AR'); // Esta ruta t...
25.588235
56
0.726437
2a123ff1c4b70f32a798b627b4e0305fa5608ff5
854
java
Java
tests/features/fixtures/mazerunner/src/main/java/com/bugsnag/android/mazerunner/scenarios/CXXJavaUserInfoNativeCrashScenario.java
ivansnag/bugsnag-android
b71d5ffb957c0d9dced90ad5c2e579f2d36e7c8b
[ "MIT" ]
null
null
null
tests/features/fixtures/mazerunner/src/main/java/com/bugsnag/android/mazerunner/scenarios/CXXJavaUserInfoNativeCrashScenario.java
ivansnag/bugsnag-android
b71d5ffb957c0d9dced90ad5c2e579f2d36e7c8b
[ "MIT" ]
null
null
null
tests/features/fixtures/mazerunner/src/main/java/com/bugsnag/android/mazerunner/scenarios/CXXJavaUserInfoNativeCrashScenario.java
ivansnag/bugsnag-android
b71d5ffb957c0d9dced90ad5c2e579f2d36e7c8b
[ "MIT" ]
null
null
null
package com.bugsnag.android.mazerunner.scenarios; import android.content.Context; import com.bugsnag.android.Bugsnag; import com.bugsnag.android.Configuration; import androidx.annotation.NonNull; public class CXXJavaUserInfoNativeCrashScenario extends Scenario { static { System.loadLibrary("bugsnag-ndk"...
28.466667
178
0.710773
bb1a9f15cb63c5a586198b9d52dde9a9410f97f1
1,826
swift
Swift
Sources/AppStoreConnectCLI/Commands/TestFlight/BetaGroups/ModifyBetaGroupCommand.swift
csjones/appstoreconnect-cli
e3dfede3653c717aa82884afcfaa0092a7828451
[ "MIT" ]
1
2020-10-09T07:41:41.000Z
2020-10-09T07:41:41.000Z
Sources/AppStoreConnectCLI/Commands/TestFlight/BetaGroups/ModifyBetaGroupCommand.swift
ptmt/appstoreconnect-cli
418db470be8c3a91915306fe213e6ec20823b627
[ "MIT" ]
null
null
null
Sources/AppStoreConnectCLI/Commands/TestFlight/BetaGroups/ModifyBetaGroupCommand.swift
ptmt/appstoreconnect-cli
418db470be8c3a91915306fe213e6ec20823b627
[ "MIT" ]
null
null
null
// Copyright 2020 Itty Bitty Apps Pty Ltd import ArgumentParser import Foundation struct ModifyBetaGroupCommand: CommonParsableCommand { static var configuration = CommandConfiguration( commandName: "modify", abstract: "Modify a beta group, only the specified options are modified" ) @Opti...
29.451613
93
0.63965
3c4d7863a1e9b7f37339e65ae5868eeb01820089
565
sql
SQL
kata-files/lesson2/postgresql/expected/MYLARGESCHEMA/function/func374.sql
goldmansachs/obevo-kata
5596ff44ad560d89d183ac0941b727db1a2a7346
[ "Apache-2.0" ]
22
2017-09-28T21:35:04.000Z
2022-02-12T06:24:28.000Z
kata-files/lesson2/postgresql/expected/MYLARGESCHEMA/function/func374.sql
goldmansachs/obevo-kata
5596ff44ad560d89d183ac0941b727db1a2a7346
[ "Apache-2.0" ]
6
2017-07-01T13:52:34.000Z
2018-09-13T15:43:47.000Z
kata-files/lesson2/postgresql/expected/MYLARGESCHEMA/function/func374.sql
goldmansachs/obevo-kata
5596ff44ad560d89d183ac0941b727db1a2a7346
[ "Apache-2.0" ]
11
2017-04-30T18:39:09.000Z
2021-08-22T16:21:11.000Z
CREATE FUNCTION func374() RETURNS integer LANGUAGE plpgsql AS $$ DECLARE val INTEGER; BEGIN val:=(SELECT COUNT(*)INTO MYCOUNT FROM MYLARGESCHEMA.TABLE478);val:=(SELECT COUNT(*)INTO MYCOUNT FROM MYLARGESCHEMA.TABLE407);val:=(SELECT COUNT(*)INTO MYCOUNT FROM MYLARGESCHEMA.TABLE153);val:=(SELECT COUNT(*)INTO MYCOU...
80.714286
496
0.773451
9f2d7887bb283d9b9360c3fd773d3e1259624876
901
asm
Assembly
oeis/167/A167322.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/167/A167322.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/167/A167322.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A167322: Totally multiplicative sequence with a(p) = 3*(p+3) for prime p. ; Submitted by Jon Maiga ; 1,15,18,225,24,270,30,3375,324,360,42,4050,48,450,432,50625,60,4860,66,5400,540,630,78,60750,576,720,5832,6750,96,6480,102,759375,756,900,720,72900,120,990,864,81000,132,8100,138,9450,7776,1170,150,911250,900,8640,108...
28.15625
493
0.657048
0134af2eb28300636d33158fc60d465095faa2c1
1,263
dart
Dart
Demo/lib/pages/home.dart
kuaifengle/Flutter-WeChat
b06b10f505b518e9e9446e5e1f3ad129ca7838c7
[ "MIT" ]
172
2018-12-25T06:43:22.000Z
2020-05-15T11:33:48.000Z
Demo/lib/pages/home.dart
kuaifengle/flutter-wechat
b06b10f505b518e9e9446e5e1f3ad129ca7838c7
[ "MIT" ]
1
2021-06-05T14:29:05.000Z
2021-07-08T09:19:03.000Z
Demo/lib/pages/home.dart
kuaifengle/Flutter-WeChat
b06b10f505b518e9e9446e5e1f3ad129ca7838c7
[ "MIT" ]
37
2018-12-27T15:13:27.000Z
2020-04-30T18:01:12.000Z
import 'package:flutter/material.dart'; import 'package:flutter_vector_icons/flutter_vector_icons.dart'; import 'package:flutter_inner_drawer/inner_drawer.dart'; import 'package:flutter_translate/flutter_translate.dart'; import './contacts/contactsList.dart'; import './drawer/rightDrawer.dart'; import '../components/a...
28.704545
65
0.638955
265d4889e99126c1b75b1946b6a36dd132659be5
2,399
java
Java
FlappyBird/LabTest/core/src/com/mygdx/game/MyGame.java
ricardoshimoda/gbc_game2014
7997e50cd3fb790129379980c1a08c408a3703f1
[ "MIT" ]
null
null
null
FlappyBird/LabTest/core/src/com/mygdx/game/MyGame.java
ricardoshimoda/gbc_game2014
7997e50cd3fb790129379980c1a08c408a3703f1
[ "MIT" ]
null
null
null
FlappyBird/LabTest/core/src/com/mygdx/game/MyGame.java
ricardoshimoda/gbc_game2014
7997e50cd3fb790129379980c1a08c408a3703f1
[ "MIT" ]
null
null
null
package com.mygdx.game; import com.badlogic.gdx.Gdx; import com.mygdx.game.base.GameBeta; import com.mygdx.game.scenes.LevelOne; import com.mygdx.game.scenes.Play; import com.mygdx.game.scenes.Score; import com.mygdx.game.scenes.Title; /** * Created by markapptist on 2018-09-26. * Modified by Ricardo Shimoda Nakasa...
23.519608
64
0.52105
90ba5b1c9de4853fa6bc6ffb22325c40c64cbb6c
1,010
swift
Swift
Weibo_DemoTest/Weibo_DemoTest/StatusNormalCell.swift
iXieYi/Weibo_DemoTest
5cf3f30d93e1bcb217874324fc1e5df6db3586ff
[ "MIT" ]
null
null
null
Weibo_DemoTest/Weibo_DemoTest/StatusNormalCell.swift
iXieYi/Weibo_DemoTest
5cf3f30d93e1bcb217874324fc1e5df6db3586ff
[ "MIT" ]
null
null
null
Weibo_DemoTest/Weibo_DemoTest/StatusNormalCell.swift
iXieYi/Weibo_DemoTest
5cf3f30d93e1bcb217874324fc1e5df6db3586ff
[ "MIT" ]
null
null
null
// // StatusNormalCell.swift // Weibo_DemoTest // // Created by 谢毅 on 16/12/27. // Copyright © 2016年 xieyi. All rights reserved. // import UIKit //原创微博 class StatusNormalCell: StatusCell { //微博视图模型 override var viewModel:StatusViewModel?{ didSet{ pictureView.snp_updateConstra...
21.489362
86
0.576238
53fde52a905df283b36df03b747b0cc069e69c1b
8,456
sql
SQL
sql/quartz.sql
liheyang/vue-oracle-base
479177f039b500067d3676412aa8da84b272048a
[ "MIT" ]
1
2021-06-21T08:48:50.000Z
2021-06-21T08:48:50.000Z
sql/quartz.sql
liheyang/vue-oracle-base
479177f039b500067d3676412aa8da84b272048a
[ "MIT" ]
null
null
null
sql/quartz.sql
liheyang/vue-oracle-base
479177f039b500067d3676412aa8da84b272048a
[ "MIT" ]
null
null
null
-- ---------------------------- -- 1、存储每一个已配置的 jobDetail 的详细信息 -- ---------------------------- create table qrtz_job_details ( sched_name varchar2(120) not null, job_name varchar2(200) not null, job_group varchar2(200) not null, description varchar2(250) null, job_class...
42.069652
118
0.678926
ab65c100a7301e7ab6021581b39eff7503b44469
909
swift
Swift
BinarySearch.playground/Pages/String.xcplaygroundpage/Contents.swift
Yar177/DS-Algs
499633a9973ed05bc5529714ac5f85c2c81fcc54
[ "Apache-2.0" ]
null
null
null
BinarySearch.playground/Pages/String.xcplaygroundpage/Contents.swift
Yar177/DS-Algs
499633a9973ed05bc5529714ac5f85c2c81fcc54
[ "Apache-2.0" ]
null
null
null
BinarySearch.playground/Pages/String.xcplaygroundpage/Contents.swift
Yar177/DS-Algs
499633a9973ed05bc5529714ac5f85c2c81fcc54
[ "Apache-2.0" ]
null
null
null
//: [Previous](@previous) import Foundation var str = "abssscded" str.count for (n, c) in "Swift".enumerated() { print("\(n): '\(c)'") } class Solution { func lengthOfLongestSubstring(_ s: String) -> Int { var maxLength = 0 for (i, c) in s.enumerated() { print("\(i): '\(c)'") ...
14.428571
55
0.482948
1b6a1f48707ec377f17b2fc412f37e5524481f8a
61
sql
SQL
core/src/main/resources/schema/sqlserver/sqlserver-drop-schema-legacy.sql
innFactory/akka-persistence-jdbc
e2e08a2f5186b20c376cb26c1754ffb869a9e6c1
[ "Apache-2.0" ]
62
2019-11-29T14:35:30.000Z
2022-03-22T14:27:47.000Z
core/src/main/resources/schema/sqlserver/sqlserver-drop-schema-legacy.sql
innFactory/akka-persistence-jdbc
e2e08a2f5186b20c376cb26c1754ffb869a9e6c1
[ "Apache-2.0" ]
181
2019-11-29T07:44:42.000Z
2022-03-29T15:28:29.000Z
core/src/main/resources/schema/sqlserver/sqlserver-drop-schema-legacy.sql
innFactory/akka-persistence-jdbc
e2e08a2f5186b20c376cb26c1754ffb869a9e6c1
[ "Apache-2.0" ]
33
2019-12-04T12:17:26.000Z
2022-03-28T17:07:01.000Z
DROP TABLE IF EXISTS journal; DROP TABLE IF EXISTS snapshot;
20.333333
30
0.803279
40efa27e5e9ea791d32928e30fbc429ff78f8ba9
1,707
py
Python
run_scenarios_and_save_results.py
mgilleran/REopt_BTMS_API
eb5d837897a69f1225e1aae8e0035b5445d59b1f
[ "BSD-3-Clause" ]
null
null
null
run_scenarios_and_save_results.py
mgilleran/REopt_BTMS_API
eb5d837897a69f1225e1aae8e0035b5445d59b1f
[ "BSD-3-Clause" ]
null
null
null
run_scenarios_and_save_results.py
mgilleran/REopt_BTMS_API
eb5d837897a69f1225e1aae8e0035b5445d59b1f
[ "BSD-3-Clause" ]
null
null
null
import os from src.multi_site_inputs_parser import multi_site_csv_parser from src.parse_api_responses_to_csv import parse_responses_to_csv_with_template from src.post_and_poll import get_api_results from src.parse_api_responses_to_excel import parse_api_responses_to_excel """ Change these values """ ##################...
43.769231
137
0.680141
e5e23180d02dcff4b61c949cb8dc3c938e5bb2f6
41,822
sql
SQL
data/sql/create.sql
nesp-tsr3-1/tsx
9fc221be448bc666b6eab7207a9fb343212c9a53
[ "MIT" ]
3
2019-01-27T12:03:46.000Z
2022-01-29T02:06:33.000Z
data/sql/create.sql
nesp-tsr3-1/tsx
9fc221be448bc666b6eab7207a9fb343212c9a53
[ "MIT" ]
27
2019-02-25T22:49:14.000Z
2022-02-02T04:07:52.000Z
data/sql/create.sql
nesp-tsr3-1/tsx
9fc221be448bc666b6eab7207a9fb343212c9a53
[ "MIT" ]
1
2019-02-28T04:24:43.000Z
2019-02-28T04:24:43.000Z
-- MySQL Script generated by MySQL Workbench -- Mon Nov 15 13:29:58 2021 -- Model: New Model Version: 1.0 -- MySQL Workbench Forward Engineering SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0; SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0; SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='ON...
33.297771
187
0.632108
9bf83716d1ebb00e7ad0e09e0b7970ac802f9bf1
8,509
js
JavaScript
mysql-dst/mysql-cluster/ndb/mcc/frontend/dojo/dojox/mobile/View.js
SJTU-IPADS/dst
897b929a692642cbf295c105d9d6e64090abb673
[ "Apache-2.0" ]
9
2020-12-17T01:59:13.000Z
2022-03-30T16:25:08.000Z
mysql-dst/mysql-cluster/ndb/mcc/frontend/dojo/dojox/mobile/View.js
SJTU-IPADS/dst
897b929a692642cbf295c105d9d6e64090abb673
[ "Apache-2.0" ]
1
2021-07-30T12:06:33.000Z
2021-07-31T10:16:09.000Z
mysql-dst/mysql-cluster/ndb/mcc/frontend/dojo/dojox/mobile/View.js
SJTU-IPADS/dst
897b929a692642cbf295c105d9d6e64090abb673
[ "Apache-2.0" ]
1
2021-08-01T13:47:07.000Z
2021-08-01T13:47:07.000Z
//>>built define("dojox/mobile/View",["dojo/_base/kernel","dojo/_base/array","dojo/_base/config","dojo/_base/connect","dojo/_base/declare","dojo/_base/lang","dojo/_base/sniff","dojo/_base/window","dojo/_base/Deferred","dojo/dom","dojo/dom-class","dojo/dom-geometry","dojo/dom-style","dijit/registry","dijit/_Contained","...
27.272436
454
0.712305
7fe20002500b17fbb210bdb232ed9e7cfeb1adef
466
asm
Assembly
oeis/072/A072371.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/072/A072371.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/072/A072371.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A072371: a(0) = 0, a(1) = 1, a(n+1) = 2*a(n) + (2*n-1)^2*a(n-1). ; Submitted by Christian Krause ; 1,2,5,28,181,1734,18129,246072,3555945,62478090,1152624285,24859839060,558026987805,14266908838350,377300685054825,11155177913266800,339620231957641425,11399366438564677650,392645165479000867125,14749514218199731855500,...
27.411765
245
0.712446
4a4f79d2cc95b8f1f02f967dd2d19ebb44290e0c
4,372
js
JavaScript
src/js/timepicker/selectbox.js
IvanWei/tui.time-picker
133306278e79f9712a51f2743a130809a41fe43f
[ "MIT" ]
null
null
null
src/js/timepicker/selectbox.js
IvanWei/tui.time-picker
133306278e79f9712a51f2743a130809a41fe43f
[ "MIT" ]
null
null
null
src/js/timepicker/selectbox.js
IvanWei/tui.time-picker
133306278e79f9712a51f2743a130809a41fe43f
[ "MIT" ]
null
null
null
/** * @fileoverview Selectbox (in TimePicker) * @author NHN Ent. FE Development Lab <dl_javascript@nhnent.com> */ 'use strict'; var $ = require('jquery'); var snippet = require('@ivanwei/tui-code-snippet'); var tmpl = require('./../../template/timepicker/selectbox.hbs'); /** * @class * @ignore * @param {jQuer...
23.632432
94
0.5215
26a4fb4f41fc1f49de275f70341ac39651f28bb5
265
java
Java
src/test/java/org/github/arkinator/jaur/BasicJsonParserTest.java
Arkinator/jaur
1740b3221f3430a46df2e4c395a2d56cfca0e342
[ "MIT" ]
null
null
null
src/test/java/org/github/arkinator/jaur/BasicJsonParserTest.java
Arkinator/jaur
1740b3221f3430a46df2e4c395a2d56cfca0e342
[ "MIT" ]
null
null
null
src/test/java/org/github/arkinator/jaur/BasicJsonParserTest.java
Arkinator/jaur
1740b3221f3430a46df2e4c395a2d56cfca0e342
[ "MIT" ]
null
null
null
package org.github.arkinator.jaur; import org.junit.Test; public class BasicJsonParserTest { private Jaur jaur = Jaur.builder().build(); @Test public void basicJson_shouldParseWithoutError() { jaur.parseJson("{\"field\":\"value\"}"); } }
20.384615
53
0.671698
4049f186e8837e67735883bc7b4c1de801d48153
20,852
swift
Swift
CodeReady Containers/DaemonCommander/Handlers.swift
anjannath/tray-macos
aa731f16ad580a192a4e693c826a30fb20b98051
[ "Apache-2.0" ]
null
null
null
CodeReady Containers/DaemonCommander/Handlers.swift
anjannath/tray-macos
aa731f16ad580a192a4e693c826a30fb20b98051
[ "Apache-2.0" ]
null
null
null
CodeReady Containers/DaemonCommander/Handlers.swift
anjannath/tray-macos
aa731f16ad580a192a4e693c826a30fb20b98051
[ "Apache-2.0" ]
null
null
null
// // Handlers.swift // CodeReady Containers // // Created by Anjan Nath on 22/11/19. // Copyright © 2019 Red Hat. All rights reserved. // import Cocoa struct StopResult: Decodable { let Name: String let Success: Bool let State: Int let Error: String } struct StartResult: Decodable { let Name:...
44.555556
261
0.610349
8469edf697240d280f2eb2b2aed5003f1d76c89c
25,093
asm
Assembly
enduser/netmeeting/av/codecs/intel/h263/i386/dx5aspec.asm
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
enduser/netmeeting/av/codecs/intel/h263/i386/dx5aspec.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
enduser/netmeeting/av/codecs/intel/h263/i386/dx5aspec.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
;* ************************************************************************* ;* INTEL Corporation Proprietary Information ;* ;* This listing is supplied under the terms of a license ;* agreement with INTEL Corporation and may not be copied ;* nor disclosed except in accordance with the terms of ;* ...
28.776376
85
0.59674
258aef9b18da7bb834baec9f9d84af171149f6af
3,877
asm
Assembly
chap18/ex4/mul_blend_avx.asm
JamesType/optimization-manual
61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a
[ "0BSD" ]
374
2021-06-08T10:42:01.000Z
2022-03-29T14:21:45.000Z
chap18/ex4/mul_blend_avx.asm
JamesType/optimization-manual
61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a
[ "0BSD" ]
1
2021-06-11T20:24:02.000Z
2021-06-11T20:24:02.000Z
chap18/ex4/mul_blend_avx.asm
JamesType/optimization-manual
61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a
[ "0BSD" ]
39
2021-06-08T11:25:29.000Z
2022-03-05T05:14:17.000Z
; ; Copyright (C) 2021 by Intel Corporation ; ; Permission to use, copy, modify, and/or distribute this software for any ; purpose with or without fee is hereby granted. ; ; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH ; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHA...
29.150376
79
0.714986
3d81446e732b676c9fe930d4b0184cba4b844651
386
swift
Swift
Rx-CoffeeShop/CoffeeShop/Models/CartItem.swift
korelhayrullah/Swift
0c28a2a24782da31c27533de6e7be89c913a2c1e
[ "MIT" ]
1
2019-01-12T20:56:07.000Z
2019-01-12T20:56:07.000Z
Rx-CoffeeShop/CoffeeShop/Models/CartItem.swift
korelhayrullah/Swift
0c28a2a24782da31c27533de6e7be89c913a2c1e
[ "MIT" ]
null
null
null
Rx-CoffeeShop/CoffeeShop/Models/CartItem.swift
korelhayrullah/Swift
0c28a2a24782da31c27533de6e7be89c913a2c1e
[ "MIT" ]
null
null
null
// // CartItem.swift // CoffeeShop // // Created by Göktuğ Gümüş on 25.09.2018. // Copyright © 2018 Göktuğ Gümüş. All rights reserved. // import Foundation struct CartItem { let coffee: Coffee let count: Int let totalPrice: Float init(coffee: Coffee, count: Int) { self.coffee = coffee self.coun...
17.545455
55
0.665803
7b224fba6f117a77ecf19a18b652eb142e1a1b8d
563
rb
Ruby
Formula/font-mada.rb
mxalbert1996/homebrew-fonts
d3a705771f29804f16ce442f920f2fa161d0bead
[ "BSD-2-Clause" ]
17
2019-01-19T16:32:34.000Z
2022-03-30T23:13:32.000Z
Formula/font-mada.rb
mxalbert1996/homebrew-fonts
d3a705771f29804f16ce442f920f2fa161d0bead
[ "BSD-2-Clause" ]
25
2019-01-11T23:53:24.000Z
2022-03-29T03:15:18.000Z
Formula/font-mada.rb
mxalbert1996/homebrew-fonts
d3a705771f29804f16ce442f920f2fa161d0bead
[ "BSD-2-Clause" ]
11
2019-03-08T22:58:06.000Z
2021-12-20T01:11:06.000Z
class FontMada < Formula head "https://github.com/google/fonts/trunk/ofl/mada", verified: "github.com/google/fonts/", using: :svn desc "Mada" homepage "https://fonts.google.com/specimen/Mada" def install (share/"fonts").install "Mada-Black.ttf" (share/"fonts").install "Mada-Bold.ttf" (share/"fonts")...
33.117647
106
0.678508
04e91cfcf67a61574ffee62416d736039ce46363
2,287
java
Java
src/main/java/com/barrett/base/thread/SyncThreadBank2.java
tanyicheng/java-base
02b20e9f69ededaf52f529da64a769de0f3ffa3a
[ "Apache-2.0" ]
null
null
null
src/main/java/com/barrett/base/thread/SyncThreadBank2.java
tanyicheng/java-base
02b20e9f69ededaf52f529da64a769de0f3ffa3a
[ "Apache-2.0" ]
2
2022-01-10T15:15:55.000Z
2022-01-27T13:11:38.000Z
src/main/java/com/barrett/base/thread/SyncThreadBank2.java
tanyicheng/java-base
02b20e9f69ededaf52f529da64a769de0f3ffa3a
[ "Apache-2.0" ]
null
null
null
package com.barrett.base.thread; /** * 银行存取钱并发测试 * * @author created by barrett in 2021/6/8 14:04 **/ public class SyncThreadBank2 { public static void main(String args[]) { Acount acount = new Acount(0); // Bank b = new Bank(acount); // ConsumerA c = new ConsumerA(acount); // n...
20.790909
93
0.522956
3901e621883044d7a736c1ec86b4fe02d21551bc
219
sql
SQL
schema/revert/warehouse/identifier-set-use/data.sql
UWIT-IAM/uw-redcap-client
38a1eb426fa80697446df7a466a41e0305382606
[ "MIT" ]
21
2019-04-19T22:45:22.000Z
2022-01-28T01:32:09.000Z
schema/revert/warehouse/identifier-set-use/data.sql
UWIT-IAM/uw-redcap-client
38a1eb426fa80697446df7a466a41e0305382606
[ "MIT" ]
219
2019-04-19T21:42:24.000Z
2022-03-29T21:41:04.000Z
schema/revert/warehouse/identifier-set-use/data.sql
UWIT-IAM/uw-redcap-client
38a1eb426fa80697446df7a466a41e0305382606
[ "MIT" ]
9
2020-03-11T20:07:26.000Z
2022-03-05T00:36:11.000Z
-- Revert seattleflu/schema:warehouse/identifier-set-use/data from pg begin; delete from warehouse.identifier_set_use where use in ( 'sample', 'collection', 'clia', 'kit', 'test-strip' ); commit;
15.642857
69
0.671233
0beb93533de877feb49df9b3c22280088c38b5d1
4,786
swift
Swift
Example/Sources/AnimatedImageViewController.swift
haifengkao/NukeUI
21ace85dda0db8b043fcfa966b4b3a4e9a58c639
[ "MIT" ]
null
null
null
Example/Sources/AnimatedImageViewController.swift
haifengkao/NukeUI
21ace85dda0db8b043fcfa966b4b3a4e9a58c639
[ "MIT" ]
null
null
null
Example/Sources/AnimatedImageViewController.swift
haifengkao/NukeUI
21ace85dda0db8b043fcfa966b4b3a4e9a58c639
[ "MIT" ]
null
null
null
// The MIT License (MIT) // // Copyright (c) 2015-2021 Alexander Grebenyuk (github.com/kean). import UIKit import NukePod import Gifu // MARK: - AnimatedImageViewController final class AnimatedImageViewController: UICollectionViewController, UICollectionViewDelegateFlowLayout { override init(nibName nibNameOrNil...
34.185714
160
0.686168
e9668ab3414a9e526a35d6e142e476f313c1e022
1,891
rs
Rust
renderer/src/lib.rs
columbus-elst-connection/l-system-prototype
4495f63158dbd4fd6b83daee57c5f3895d470703
[ "MIT" ]
null
null
null
renderer/src/lib.rs
columbus-elst-connection/l-system-prototype
4495f63158dbd4fd6b83daee57c5f3895d470703
[ "MIT" ]
1
2019-10-15T07:40:42.000Z
2019-10-15T07:40:42.000Z
renderer/src/lib.rs
columbus-elst-connection/l-system-prototype
4495f63158dbd4fd6b83daee57c5f3895d470703
[ "MIT" ]
2
2018-12-02T20:36:26.000Z
2019-03-23T23:13:34.000Z
use api::{LSystemRules, RendererInstruction, Renderer}; use turtle::{Turtle, Point, Angle}; pub struct Crab { step: f64, step_multiplier: f64, angle: f64, stack: Vec<State>, turtle: Turtle, } struct State { position: Point, heading: Angle, step: f64, } impl State { fn new(positi...
21.988372
66
0.54257