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
4e15b61007a790f9754ec3908ed8a1a14813de0f
21,417
dart
Dart
lib/helper/eu_dcc_mapping.dart
twdcc/verifier_core
32dda4afd85fe6c774d2807db64b7c1a74c694fb
[ "MIT" ]
4
2022-02-25T03:19:47.000Z
2022-03-07T02:02:42.000Z
lib/helper/eu_dcc_mapping.dart
twdcc/verifier_core
32dda4afd85fe6c774d2807db64b7c1a74c694fb
[ "MIT" ]
null
null
null
lib/helper/eu_dcc_mapping.dart
twdcc/verifier_core
32dda4afd85fe6c774d2807db64b7c1a74c694fb
[ "MIT" ]
null
null
null
enum CertType { vaccine, recovery, test, unknown, } extension CertTypeExtension on CertType { static const certTypeResult = { CertType.vaccine: 'vaccine', CertType.recovery: 'recovery', CertType.test: 'test', CertType.unknown: 'unknown', }; String? get result => certTypeResult[this]; } ...
30.335694
144
0.632722
906fd60880d0da20a86eb888f097b14ac63d3dcb
587
py
Python
nightson/handlers/eventsownedbyuser.py
vswamy/nightson
01b5efbf1acbca79aaece1b70e15f2877a1ea8c4
[ "Apache-2.0" ]
null
null
null
nightson/handlers/eventsownedbyuser.py
vswamy/nightson
01b5efbf1acbca79aaece1b70e15f2877a1ea8c4
[ "Apache-2.0" ]
null
null
null
nightson/handlers/eventsownedbyuser.py
vswamy/nightson
01b5efbf1acbca79aaece1b70e15f2877a1ea8c4
[ "Apache-2.0" ]
null
null
null
from __future__ import absolute_import import httplib from nightson.handlers.auth import AuthHandler from nightson.managers.events_owned_by_user_manager import EventsOwnedByUserManager from tornado import gen import ujson class EventsOwnedByUser(AuthHandler): @gen.coroutine def get(self): ''' Subsc...
27.952381
83
0.773424
d78b435f67adcef8aabcdcc30fa62794f1bdf78e
301
dart
Dart
lib/src/validation/optional_data_request.dart
longtimedeveloper/ocean
fb2f25c9ee42f1fcb9382dd30c7d5a419ac6155e
[ "MIT" ]
null
null
null
lib/src/validation/optional_data_request.dart
longtimedeveloper/ocean
fb2f25c9ee42f1fcb9382dd30c7d5a419ac6155e
[ "MIT" ]
null
null
null
lib/src/validation/optional_data_request.dart
longtimedeveloper/ocean
fb2f25c9ee42f1fcb9382dd30c7d5a419ac6155e
[ "MIT" ]
null
null
null
import '../ocean_exportable_constants.dart'; class OptionalDataRequest { OptionalDataRequest.propertyValue(String propertyName) { _propertyName = propertyName; } String _propertyName = OceanStringCharacterConstants.stringEmpty; String get propertyName { return _propertyName; } }
21.5
67
0.777409
ffc2c4e8a89852f65a691a7f917408a440cd8612
650
asm
Assembly
oeis/332/A332476.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/332/A332476.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/332/A332476.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A332476: The number of unitary divisors of n in Gaussian integers. ; Submitted by Christian Krause ; 1,2,2,2,4,4,2,2,2,8,2,4,4,4,8,2,4,4,2,8,4,4,2,4,4,8,2,4,4,16,2,2,4,8,8,4,4,4,8,8,4,8,2,4,8,4,2,4,2,8,8,8,4,4,8,4,4,8,2,16,4,4,4,2,16,8,2,8,4,16,2,4,4,8,8,4,4,16,2,8,2,8,2,8,16,4,8,4,4,16,8,4,4,4,8,4,4,4,4,8 add $0,1 ...
18.571429
208
0.504615
182ecf562df778f5e5c28a72fdb38b1e1aff6376
1,173
css
CSS
Public/Home/css/style.css
951225wangyifan/hhx
8466627d9fb796ea3915573b79d48e2e759b9e24
[ "BSD-2-Clause" ]
null
null
null
Public/Home/css/style.css
951225wangyifan/hhx
8466627d9fb796ea3915573b79d48e2e759b9e24
[ "BSD-2-Clause" ]
null
null
null
Public/Home/css/style.css
951225wangyifan/hhx
8466627d9fb796ea3915573b79d48e2e759b9e24
[ "BSD-2-Clause" ]
null
null
null
.head { width:100%; height:80px; /* background-color: #393D49; */ font-family:"微软雅黑"; } .main { width:100%; min-height:800px; /* background: url(../Images/login-bg-1.jpg) no-repeat center center fixed; */ /* background-color: #CECE3E; */ } .main_left { width:19%; min-height:800px; /* backgroun...
21.327273
80
0.639386
f092947dc538ddd4c9f488960e7d765066a41e89
577
js
JavaScript
client/instantiateClient.js
juxd/discord-spatial-layer
0a16992f7a06b7ccb5387412f8af4454e4396e95
[ "Apache-2.0" ]
4
2021-01-09T14:16:45.000Z
2021-01-17T09:58:50.000Z
client/instantiateClient.js
wn/discord-spatial-layer
41326129b56100b4edad1b1653b9e603c3f69206
[ "Apache-2.0" ]
2
2021-01-08T11:59:24.000Z
2021-01-08T21:03:04.000Z
client/instantiateClient.js
wn/discord-spatial-layer
41326129b56100b4edad1b1653b9e603c3f69206
[ "Apache-2.0" ]
1
2021-01-09T08:35:42.000Z
2021-01-09T08:35:42.000Z
import nengi from 'nengi' import nengiConfig from '../common/nengiConfig' import CONFIG from '../common/gameConfig' function instantiateClient(secret) { return new Promise((resolve, reject) => { const client = new nengi.Client(nengiConfig) client.onConnect(res => { console.log('onConne...
25.086957
53
0.585789
afd950ef94e5961b30285e2b197ea926679e53bc
7,530
html
HTML
_site/exam/e01/e02/cs56_m16_e02/handout_a/index.html
ucsb-cs16-s18-mirza/ucsb-cs16-s18-mirza.github.io
d18687b3f7c0c303a0eb53d64c1395b8a48cbd13
[ "MIT" ]
null
null
null
_site/exam/e01/e02/cs56_m16_e02/handout_a/index.html
ucsb-cs16-s18-mirza/ucsb-cs16-s18-mirza.github.io
d18687b3f7c0c303a0eb53d64c1395b8a48cbd13
[ "MIT" ]
null
null
null
_site/exam/e01/e02/cs56_m16_e02/handout_a/index.html
ucsb-cs16-s18-mirza/ucsb-cs16-s18-mirza.github.io
d18687b3f7c0c303a0eb53d64c1395b8a48cbd13
[ "MIT" ]
7
2018-04-06T17:12:00.000Z
2018-09-23T23:38:39.000Z
<!DOCTYPE html> <html lang="en"> <head> <!-- head_exam.html --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script> <link rel="stylesheet" href="/site.css" /> <link rel="stylesheet" hre...
35.518868
219
0.662948
9a50f30a461d812feda1d6f681a0d86da7e954cc
588
swift
Swift
Tests/Networking/GetVersionRequestTest.swift
dvor/SwiftyKanboard
488276df34beecb6ebeda3249088666f54e652f5
[ "MIT" ]
14
2018-05-21T01:08:45.000Z
2020-11-03T13:36:46.000Z
Tests/Networking/GetVersionRequestTest.swift
dvor/SwiftyKanboard
488276df34beecb6ebeda3249088666f54e652f5
[ "MIT" ]
3
2018-05-21T01:08:37.000Z
2020-01-29T05:28:00.000Z
Tests/Networking/GetVersionRequestTest.swift
dvor/SwiftyKanboard
488276df34beecb6ebeda3249088666f54e652f5
[ "MIT" ]
1
2020-06-23T14:03:08.000Z
2020-06-23T14:03:08.000Z
// // GetVersionRequestTest.swift // SwiftyKanboard // // Created by Dmytro Vorobiov on 13/05/2018. // import XCTest class GetVersionRequestTest: XCTestCase { func testParsing() { let json = "1.0.13" let expectation = XCTestExpectation(description: "Completion called") let request = G...
21
77
0.617347
7484d351dbdd6ef8575b7cbd9d580f2006b35c41
287,339
html
HTML
docs/html/glfwinfo_8c_source.html
TheFrainD/soge
2341cd9e3c24d15dd9af3b2e5e74727758565bd2
[ "MIT" ]
1
2022-01-05T22:48:47.000Z
2022-01-05T22:48:47.000Z
docs/html/glfwinfo_8c_source.html
TheFrainD/vally
2341cd9e3c24d15dd9af3b2e5e74727758565bd2
[ "MIT" ]
null
null
null
docs/html/glfwinfo_8c_source.html
TheFrainD/vally
2341cd9e3c24d15dd9af3b2e5e74727758565bd2
[ "MIT" ]
null
null
null
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" co...
210.196781
641
0.700622
68044cfe36c1c86295a821fd7965465f744cb203
3,721
cpp
C++
Projects/Sandbox/SandboxApplication.cpp
dSyncro/Honey
571862e56d2a977d319779be751e5c0ef79de5a1
[ "MIT" ]
null
null
null
Projects/Sandbox/SandboxApplication.cpp
dSyncro/Honey
571862e56d2a977d319779be751e5c0ef79de5a1
[ "MIT" ]
null
null
null
Projects/Sandbox/SandboxApplication.cpp
dSyncro/Honey
571862e56d2a977d319779be751e5c0ef79de5a1
[ "MIT" ]
null
null
null
#include <Honey.h> #include <Honey/Entrypoint.h> #include <glm/ext/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> #include <ImGui/imgui.h> #include "Sandbox2D.h" /*class BaseLayer : public Honey::Layer { public: BaseLayer() : Honey::Layer("Sandbox Layer"), _cameraController(16.0f, 9.0f) { _vertexArray...
26.769784
97
0.703306
f0e3f2fb592b63fccbde6266f7c6ed8d9e276f51
322
dart
Dart
lib/widget/input/sign_up_input.dart
aallithioo/ayovaksin_app
b4f399d72706099303ad8b1d39a0ecb6ea353820
[ "MIT" ]
null
null
null
lib/widget/input/sign_up_input.dart
aallithioo/ayovaksin_app
b4f399d72706099303ad8b1d39a0ecb6ea353820
[ "MIT" ]
null
null
null
lib/widget/input/sign_up_input.dart
aallithioo/ayovaksin_app
b4f399d72706099303ad8b1d39a0ecb6ea353820
[ "MIT" ]
null
null
null
import 'package:flutter/material.dart'; import 'package:ayovaksin/component/password/sign_up_password.dart'; import 'package:ayovaksin/component/username/username.dart'; Widget isSignUpInput() { return Column( children: [ UsernameInput(), const SizedBox(height: 8), PasswordInput(), ], ); ...
23
68
0.704969
bd9435c4480bd4f2d9ad3e1aff8b9cdbc327ded7
649
lua
Lua
src/sections/transformations.lua
thetakodev/Xenon
88f25c3bbd8582751798e134bc77579235a73c3f
[ "MIT" ]
5
2018-05-22T13:44:41.000Z
2020-08-17T12:14:49.000Z
src/sections/transformations.lua
thetakodev/Xenon
88f25c3bbd8582751798e134bc77579235a73c3f
[ "MIT" ]
6
2018-06-30T14:01:50.000Z
2020-05-09T20:40:18.000Z
src/sections/transformations.lua
thetakodev/Xenon
88f25c3bbd8582751798e134bc77579235a73c3f
[ "MIT" ]
8
2018-07-04T12:35:00.000Z
2021-11-10T16:26:23.000Z
local transformedItems = {} local predicateCache = {} local predicateIDCounter = 0 foreach(item, config.items) do if item.predicate then for predicateID = 1, #predicateCache do local predicate = predicateCache[predicateID] if util.equals(predicate, item.predicate) then item.predicateID = pre...
25.96
95
0.72265
5b18d5aed4631c0b3d320b4c584e68ed73a748e3
1,770
h
C
maxheap.h
danielScLima/MaxHeap
85604a385c7f69a893ff24f6536e6ab8cc74fd5d
[ "MIT" ]
null
null
null
maxheap.h
danielScLima/MaxHeap
85604a385c7f69a893ff24f6536e6ab8cc74fd5d
[ "MIT" ]
null
null
null
maxheap.h
danielScLima/MaxHeap
85604a385c7f69a893ff24f6536e6ab8cc74fd5d
[ "MIT" ]
null
null
null
#ifndef MAXHEAP_H #define MAXHEAP_H #include <iostream> #include <vector> /*! * \brief The MaxHeap class */ class MaxHeap { public: /*! * \brief MaxHeap */ MaxHeap(); ~MaxHeap(); /*! * \brief realToVirtual * \param realPosition * \return */ int realToVirtual(int r...
18.631579
57
0.584746
8d31292073c2f65727045623e58a2766d9b71b3f
10,421
lua
Lua
entitas/context.lua
jwk000/EntitasLua
2ebccb666d304d556e8136e52d0206e16abd17a7
[ "MIT" ]
4
2019-06-11T04:27:38.000Z
2019-11-13T13:40:54.000Z
entitas/context.lua
jwk000/EntitasLua
2ebccb666d304d556e8136e52d0206e16abd17a7
[ "MIT" ]
null
null
null
entitas/context.lua
jwk000/EntitasLua
2ebccb666d304d556e8136e52d0206e16abd17a7
[ "MIT" ]
null
null
null
---@class Context:Object _class("Context", Object) function Context:Constructor(ctxname) _class(ctxname .. "Entity", Entity) _class(ctxname .. "Matcher", Matcher) local ctxEntity = _G[ctxname .. "Entity"] local ctxMatcher = _G[ctxname .. "Matcher"] self._entityCreationIndex = 0 self....
27.715426
95
0.634392
ff4f20ca7c3b2efd5ba883d73fa64a918e88193e
10,078
sql
SQL
db_DataHandwerk/sys_self/Views/ExtendedProperties_ParameterForAddUpdateDrop.sql
DataHandwerk/DataHandwerk-toolkit-mssql
0225d7f3a6c12041c81c932cc97c8dee40c9c658
[ "MIT" ]
1
2021-01-14T07:13:39.000Z
2021-01-14T07:13:39.000Z
db_DataHandwerk/sys_self/Views/ExtendedProperties_ParameterForAddUpdateDrop.sql
DataHandwerk/DataHandwerk-toolkit-mssql
0225d7f3a6c12041c81c932cc97c8dee40c9c658
[ "MIT" ]
null
null
null
db_DataHandwerk/sys_self/Views/ExtendedProperties_ParameterForAddUpdateDrop.sql
DataHandwerk/DataHandwerk-toolkit-mssql
0225d7f3a6c12041c81c932cc97c8dee40c9c658
[ "MIT" ]
null
null
null
 CREATE View sys_self.ExtendedProperties_ParameterForAddUpdateDrop As -- Select sep.property_name , sep.property_value , level0type = 'SCHEMA' , level0name = sep.SysObject_schema_name , level1type = Iif(stl.level2type = 'CONSTRAINT', 'TABLE', stl.level1type) , level1name = Iif(stl.lev...
38.613027
333
0.726037
0e7a3cc370d44fe7bb125ec676bcf70848cb513a
751
dart
Dart
tests/language/vm/optimized_polymorphic_list_access_test.dart
omerlevran46/sdk
b1955d63ad678b651b09db3dd286136c4463f36b
[ "BSD-3-Clause" ]
8,969
2015-05-16T16:49:24.000Z
2022-03-31T19:54:40.000Z
tests/language/vm/optimized_polymorphic_list_access_test.dart
omerlevran46/sdk
b1955d63ad678b651b09db3dd286136c4463f36b
[ "BSD-3-Clause" ]
30,202
2015-05-17T02:27:45.000Z
2022-03-31T22:54:46.000Z
tests/language/vm/optimized_polymorphic_list_access_test.dart
omerlevran46/sdk
b1955d63ad678b651b09db3dd286136c4463f36b
[ "BSD-3-Clause" ]
1,619
2015-05-16T21:36:42.000Z
2022-03-29T20:36:59.000Z
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. // VMOptions=--optimization_counter_threshold=10 --no-background_compilation import "package:expect/exp...
26.821429
77
0.6498
4a64d8300eee387fe978fa44f0c6fb48437cc228
505
cs
C#
Model/BillPayment.cs
Herikc2/Sispani
1dba08c09fa7d186432e46abab1ce1850da50a29
[ "MIT" ]
2
2020-04-02T14:35:48.000Z
2020-05-19T14:46:23.000Z
Model/BillPayment.cs
Herikc2/Sispani
1dba08c09fa7d186432e46abab1ce1850da50a29
[ "MIT" ]
null
null
null
Model/BillPayment.cs
Herikc2/Sispani
1dba08c09fa7d186432e46abab1ce1850da50a29
[ "MIT" ]
1
2020-05-16T17:24:13.000Z
2020-05-16T17:24:13.000Z
using System; namespace Sispani.Model { public class BillPayment { public Customer Customer { get; set; } public DateTime PaymentDate { get; set; } public double Money { get; set; } public double Card { get; set; } public BillPayment(Customer customer, DateTime payment...
24.047619
94
0.568317
112ed7113a28a163e00516c9b3a4868b8c9e35d7
2,384
sql
SQL
dbtablegenerator.sql
franklinpaulino04/table-generator
e4380c8421ab2fccb1f835b34a3b5ba97447c18f
[ "MIT" ]
null
null
null
dbtablegenerator.sql
franklinpaulino04/table-generator
e4380c8421ab2fccb1f835b34a3b5ba97447c18f
[ "MIT" ]
null
null
null
dbtablegenerator.sql
franklinpaulino04/table-generator
e4380c8421ab2fccb1f835b34a3b5ba97447c18f
[ "MIT" ]
null
null
null
/* Navicat Premium Data Transfer Source Server : localhost Source Server Type : MySQL Source Server Version : 100411 Source Host : localhost:3306 Source Schema : dbtablegenerator Target Server Type : MySQL Target Server Version : 100411 File Encoding : 65001 Date: 31...
36.121212
105
0.661913
b7bafe3fd12efc28c3ba107f923d230031a9b21d
4,164
lua
Lua
lua/plugins/lspconfig.lua
dasky92/nvim.lua
515727b69df930df35dd3b5c4151311c3862e79e
[ "BSD-2-Clause" ]
null
null
null
lua/plugins/lspconfig.lua
dasky92/nvim.lua
515727b69df930df35dd3b5c4151311c3862e79e
[ "BSD-2-Clause" ]
null
null
null
lua/plugins/lspconfig.lua
dasky92/nvim.lua
515727b69df930df35dd3b5c4151311c3862e79e
[ "BSD-2-Clause" ]
null
null
null
return function () local fn = vim.fn local lsp = vim.lsp local lsp_error = "" local lsp_warning = "" local lsp_hint = "" local lsp_information = "" local lsp_virtual_text = " " -- Snippets support local capabilities = lsp.protocol.make_client_capabilities() capabilities.textDocument.completio...
29.956835
103
0.610231
80c5ad19927a91791b1459d622ea02d359c0330b
6,068
java
Java
com/planet_ink/coffee_mud/Abilities/Spells/Spell_Pocket.java
jaredway/HellbridgeMUD
8d75f696e01225473ecd0f980eadef9b2e49398d
[ "Apache-2.0" ]
null
null
null
com/planet_ink/coffee_mud/Abilities/Spells/Spell_Pocket.java
jaredway/HellbridgeMUD
8d75f696e01225473ecd0f980eadef9b2e49398d
[ "Apache-2.0" ]
null
null
null
com/planet_ink/coffee_mud/Abilities/Spells/Spell_Pocket.java
jaredway/HellbridgeMUD
8d75f696e01225473ecd0f980eadef9b2e49398d
[ "Apache-2.0" ]
null
null
null
package com.planet_ink.coffee_mud.Abilities.Spells; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import...
31.278351
184
0.686717
80042d3e62a7bb7f430d2946cf2756ec4c50670d
12,007
java
Java
csvw-validator-web-app/src/main/java/com/malyvoj3/csvwvalidator/web/view/ResultView.java
opendata-mvcr/csvw-validator
8c7011cb0f70096d2c62d6ebcdef30cf33a5aeb0
[ "MIT" ]
1
2021-04-26T09:11:48.000Z
2021-04-26T09:11:48.000Z
csvw-validator-web-app/src/main/java/com/malyvoj3/csvwvalidator/web/view/ResultView.java
opendata-mvcr/csvw-validator
8c7011cb0f70096d2c62d6ebcdef30cf33a5aeb0
[ "MIT" ]
null
null
null
csvw-validator-web-app/src/main/java/com/malyvoj3/csvwvalidator/web/view/ResultView.java
opendata-mvcr/csvw-validator
8c7011cb0f70096d2c62d6ebcdef30cf33a5aeb0
[ "MIT" ]
null
null
null
package com.malyvoj3.csvwvalidator.web.view; import com.malyvoj3.csvwvalidator.ObjectMapper; import com.malyvoj3.csvwvalidator.domain.ValidationStatus; import com.malyvoj3.csvwvalidator.persistance.domain.ResultEntity; import com.malyvoj3.csvwvalidator.persistance.repository.ResultRepository; import com.malyvoj3.csvwv...
46.719844
119
0.693929
56c24aa808ffb0dc600ce5e245fdb767ab1603de
973
lua
Lua
src/IncludedCommands/UsefulFun/fling.lua
TheNexusAvenger/Nexus-Admin
38ae3f128b19af023b3fff137e5bfd695675b310
[ "MIT" ]
4
2021-04-08T02:10:44.000Z
2022-03-23T21:34:19.000Z
src/IncludedCommands/UsefulFun/fling.lua
TheNexusAvenger/Nexus-Admin
38ae3f128b19af023b3fff137e5bfd695675b310
[ "MIT" ]
4
2020-07-22T20:08:43.000Z
2021-01-06T02:32:01.000Z
src/IncludedCommands/UsefulFun/fling.lua
TheNexusAvenger/Nexus-Admin
38ae3f128b19af023b3fff137e5bfd695675b310
[ "MIT" ]
2
2020-07-23T10:05:14.000Z
2021-07-24T21:57:58.000Z
--[[ TheNexusAvenger Implementation of a command. --]] local BaseCommand = require(script.Parent.Parent:WaitForChild("BaseCommand")) local Command = BaseCommand:Extend() --[[ Creates the command. --]] function Command:__new() self:InitializeSuper("fling","UsefulFunCommands","Flings a set of players.") sel...
20.702128
80
0.668037
f8d470b4a5f4c99aea15d3df4979b312ab99f1bf
867
lua
Lua
cocos/cc_physics/EventListenerPhysicsContact.lua
Xrysnow/lstgx_Doc
8495153f3f19c65eefa1972f556e6fde337dde52
[ "MIT" ]
2
2019-01-27T17:38:39.000Z
2019-08-24T08:27:32.000Z
cocos/cc_physics/EventListenerPhysicsContact.lua
Xrysnow/lstgx_LuaDoc
8495153f3f19c65eefa1972f556e6fde337dde52
[ "MIT" ]
null
null
null
cocos/cc_physics/EventListenerPhysicsContact.lua
Xrysnow/lstgx_LuaDoc
8495153f3f19c65eefa1972f556e6fde337dde52
[ "MIT" ]
null
null
null
-------------------------------- -- @module EventListenerPhysicsContact -- @extend EventListenerCustom -- @parent_module cc ---@class cc.EventListenerPhysicsContact:cc.EventListenerCustom local EventListenerPhysicsContact = {} cc.EventListenerPhysicsContact = EventListenerPhysicsContact ------------------------------...
25.5
93
0.681661
afcf914d171e1394d817f1d5b0ce2669a5ac8262
415
html
HTML
Email_Templates/Training/Phishing_Awareness/email.html
Salfos/king-phisher-templates
55d055c1db0e62598ecc4bb708948567d086655f
[ "BSD-3-Clause" ]
105
2015-10-17T15:03:18.000Z
2020-04-07T09:46:49.000Z
Email_Templates/Training/Phishing_Awareness/email.html
Salfos/king-phisher-templates
55d055c1db0e62598ecc4bb708948567d086655f
[ "BSD-3-Clause" ]
29
2015-09-11T16:59:05.000Z
2019-07-16T17:52:16.000Z
Email_Templates/Training/Phishing_Awareness/email.html
Salfos/king-phisher-templates
55d055c1db0e62598ecc4bb708948567d086655f
[ "BSD-3-Clause" ]
64
2015-08-21T19:33:57.000Z
2020-03-14T23:11:13.000Z
<html> <body> All, <br> <br> We've upgraded our Microsoft Outlook to a newer version. Please visit the link below to make sure you don't have any problems logging in. <br> <a href="{{ url.webserver }}">{{ url.webserver }}</a> <br> <br> Thanks, <br> <br> <br> {{ sender.friendly_alias }} <br> Systems Engineer <br> {{ cli...
15.37037
137
0.662651
595a8a251d782d6edd8d75de35c0e02c95eda1b1
1,456
h
C
Common/include/ServerStub.h
svrvsm/ClientServer
9375f5e8c168576075ac1f667614c40b7e48888b
[ "MIT" ]
null
null
null
Common/include/ServerStub.h
svrvsm/ClientServer
9375f5e8c168576075ac1f667614c40b7e48888b
[ "MIT" ]
null
null
null
Common/include/ServerStub.h
svrvsm/ClientServer
9375f5e8c168576075ac1f667614c40b7e48888b
[ "MIT" ]
null
null
null
#pragma once #include <memory> #include "Utils.h" #include "Constants.h" #include "Marshaller.h" namespace RPC { class IServerStub { public: virtual ~IServerStub() {} virtual long Invoke(RPC::Marshaller & m) = 0; }; template<typename Implementation, BOOL primitive = FALSE> class ServerStub : public IServ...
18.43038
75
0.677885
06ebabbf048cb8ebfd4a59430f790c5ee4ee9c4b
3,309
dart
Dart
lib/pages/homePage.dart
staketechnologies/polkawallet-app
1b14dee3ebac388a8a24ed20f9c3272c70e433c9
[ "Apache-2.0" ]
1
2021-01-17T09:17:24.000Z
2021-01-17T09:17:24.000Z
lib/pages/homePage.dart
staketechnologies/polkawallet-app
1b14dee3ebac388a8a24ed20f9c3272c70e433c9
[ "Apache-2.0" ]
null
null
null
lib/pages/homePage.dart
staketechnologies/polkawallet-app
1b14dee3ebac388a8a24ed20f9c3272c70e433c9
[ "Apache-2.0" ]
null
null
null
import 'package:app/pages/assets/index.dart'; import 'package:app/pages/profile/index.dart'; import 'package:app/service/index.dart'; import 'package:flutter/material.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter_svg/flutter_svg.dart'; import 'package:polkawallet_ui/ui.dart'; import 'package:p...
29.026316
76
0.615896
42f26a4573465d247b00cbb6aeba802f34564558
171
sql
SQL
tpcds_sf1000/load_reason.sql
poojajmehta/ym-samples
76f7364f0a968fa0c8abbc151de0d3cc952bb47c
[ "Apache-2.0" ]
null
null
null
tpcds_sf1000/load_reason.sql
poojajmehta/ym-samples
76f7364f0a968fa0c8abbc151de0d3cc952bb47c
[ "Apache-2.0" ]
null
null
null
tpcds_sf1000/load_reason.sql
poojajmehta/ym-samples
76f7364f0a968fa0c8abbc151de0d3cc952bb47c
[ "Apache-2.0" ]
null
null
null
LOAD TABLE "tpcds_sf1000"."reason" FROM ('tpcds-sf1000/reason/') EXTERNAL LOCATION "tpcds_sf1000"."sample_tpcds_qa_el" EXTERNAL FORMAT "tpcds_sf1000"."sample_tpcds_qa_ef";
171
171
0.807018
d005c8c9e63744edc3c808a1289c5a0a228feab5
271
rb
Ruby
db/migrate/20140107220141_remove_enable_wide_category_list.rb
threefoldtech/threefold-forums
bf999696fdf5a96c37aed0134af8115ccd9a79ab
[ "Apache-2.0" ]
null
null
null
db/migrate/20140107220141_remove_enable_wide_category_list.rb
threefoldtech/threefold-forums
bf999696fdf5a96c37aed0134af8115ccd9a79ab
[ "Apache-2.0" ]
5
2020-04-02T10:09:47.000Z
2021-07-05T12:59:51.000Z
db/migrate/20140107220141_remove_enable_wide_category_list.rb
threefoldtech/threefold-forums
bf999696fdf5a96c37aed0134af8115ccd9a79ab
[ "Apache-2.0" ]
null
null
null
# frozen_string_literal: true class RemoveEnableWideCategoryList < ActiveRecord::Migration[4.2] def up execute "DELETE FROM site_settings WHERE name = 'enable_wide_category_list'" end def down # Nothing. Default site setting value will be used. end end
22.583333
80
0.760148
be5d180817595ac6f4803e4db29f41ab43e72b20
465
dart
Dart
Projects/architecht06/lib/models/car.dart
SevdanurGENC/Flutter-Lecture-Notes
55cde3a9927cbdfc569bf3f0b0cf8f2040d107da
[ "MIT" ]
null
null
null
Projects/architecht06/lib/models/car.dart
SevdanurGENC/Flutter-Lecture-Notes
55cde3a9927cbdfc569bf3f0b0cf8f2040d107da
[ "MIT" ]
null
null
null
Projects/architecht06/lib/models/car.dart
SevdanurGENC/Flutter-Lecture-Notes
55cde3a9927cbdfc569bf3f0b0cf8f2040d107da
[ "MIT" ]
null
null
null
import 'package:architecht06/utils/dbhelper.dart'; class Car{ int? id; String? name; int? miles; Car(this.id, this.name, this.miles); Car.fromMap(Map<String, dynamic> map){ id = map['id']; name = map['name']; miles = map['miles']; } Map<String, dynamic> toMap(){ return ...
17.222222
51
0.576344
5b0170daaf1f3515c34208e12622587eb56a6b1e
4,608
h
C
src/rpc/AsyncGatewayRPC.h
tacr-iotcloud/server
c46fd292843acf25b3f03d927e6ed32bd9d05732
[ "BSD-3-Clause" ]
1
2020-09-30T06:41:47.000Z
2020-09-30T06:41:47.000Z
src/rpc/AsyncGatewayRPC.h
tacr-iotcloud/server
c46fd292843acf25b3f03d927e6ed32bd9d05732
[ "BSD-3-Clause" ]
null
null
null
src/rpc/AsyncGatewayRPC.h
tacr-iotcloud/server
c46fd292843acf25b3f03d927e6ed32bd9d05732
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include <Poco/SharedPtr.h> #include <Poco/Util/Timer.h> #include "dao/DevicePropertyDao.h" #include "gwmessage/GWRequest.h" #include "gws/GatewayCommunicator.h" #include "gws/GWResponseExpectedQueue.h" #include "gws/RPCForwarder.h" #include "loop/StoppableLoop.h" #include "model/GlobalID.h" #include "rp...
29.922078
83
0.764323
8974b4eaf29d9aea3391a0fbaf82f0245938e667
2,252
dart
Dart
lib/mainpage.dart
276562578/jlu_helper
1bca33733f4e533bf532217e0f2cec998db2171b
[ "MIT" ]
null
null
null
lib/mainpage.dart
276562578/jlu_helper
1bca33733f4e533bf532217e0f2cec998db2171b
[ "MIT" ]
null
null
null
lib/mainpage.dart
276562578/jlu_helper
1bca33733f4e533bf532217e0f2cec998db2171b
[ "MIT" ]
null
null
null
import 'package:flutter/material.dart'; import 'package:jlu_helper/mainbody.dart'; import 'package:jlu_helper/responsive.dart'; import 'package:jlu_helper/sidemenu.dart'; import 'package:jlu_helper/subpage.dart'; class MainPage extends StatefulWidget { const MainPage({Key? key, required this.title}) : super(key: key...
30.026667
83
0.578597
f363fcffbcfdc9909abeb366ac6e765427c61229
462
lua
Lua
julia/conf.lua
novemberisms/julia
ebd8335200666ff263c88016be9997e9e504d94a
[ "Apache-2.0" ]
8
2018-03-06T12:06:55.000Z
2020-05-18T22:35:13.000Z
julia/conf.lua
novemberisms/julia
ebd8335200666ff263c88016be9997e9e504d94a
[ "Apache-2.0" ]
null
null
null
julia/conf.lua
novemberisms/julia
ebd8335200666ff263c88016be9997e9e504d94a
[ "Apache-2.0" ]
null
null
null
function love.conf(c) c.identity = "Julia Set Maker" c.title = "Julia Set Maker" local window = c.screen or c.window -- love 0.9 renamed "screen" to "window" window.vsync = false window.fullscreen = true window.resizable = true -- Let the window be user-resizable (boolean)(string) window.width...
35.538462
85
0.647186
46a2d205429c3aa23034de63cf200b9dcc291343
3,360
html
HTML
response_operations_social_ui/templates/social-view-case-details.html
ONSdigital/response-operations-social-ui
9b34f8e3261e30d732a32438e67b288e0042ed7c
[ "MIT" ]
null
null
null
response_operations_social_ui/templates/social-view-case-details.html
ONSdigital/response-operations-social-ui
9b34f8e3261e30d732a32438e67b288e0042ed7c
[ "MIT" ]
27
2018-09-26T08:46:07.000Z
2021-04-21T07:09:53.000Z
response_operations_social_ui/templates/social-view-case-details.html
ONSdigital/response-operations-social-ui
9b34f8e3261e30d732a32438e67b288e0042ed7c
[ "MIT" ]
1
2021-04-11T08:02:48.000Z
2021-04-11T08:02:48.000Z
{% extends "layouts/base.html" %} {% block page_title %} Case details | Social Survey Data Collection {% endblock %} {% block header %} {% include 'partials/social-case-search.html' %} {% endblock %} {% block main %} {% if new_iac %} <div class="panel panel--simple panel--success" id="new-iac-iac"> <div cla...
39.069767
147
0.607738
d2804fffbfcea7c410b8b1e049f4d9a254024120
1,006
sql
SQL
db/levels.sql
agusmaulanayusufnoor/eboxku
8ff67328c16abf0a1b725da66d95ab15caa16f23
[ "MIT" ]
null
null
null
db/levels.sql
agusmaulanayusufnoor/eboxku
8ff67328c16abf0a1b725da66d95ab15caa16f23
[ "MIT" ]
null
null
null
db/levels.sql
agusmaulanayusufnoor/eboxku
8ff67328c16abf0a1b725da66d95ab15caa16f23
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 5.1.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1:3308 -- Waktu pembuatan: 07 Feb 2022 pada 03.49 -- Versi server: 10.4.22-MariaDB -- Versi PHP: 7.4.27 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIEN...
25.794872
78
0.702783
26e9a184991cb71dcf713b58a9071fe2d7a1f4eb
1,838
swift
Swift
tutorials/Saving Files & Data CoreData etc/GoalPost/GoalPost/Controllers/FinishGoalVC.swift
yasinkbas/swift-practices
3c448bd46ce257930db7ca120e557eaa9608e696
[ "Apache-2.0" ]
1
2020-01-15T20:00:40.000Z
2020-01-15T20:00:40.000Z
tutorials/Saving Files & Data CoreData etc/GoalPost/GoalPost/Controllers/FinishGoalVC.swift
yasinkbas/swift-practices
3c448bd46ce257930db7ca120e557eaa9608e696
[ "Apache-2.0" ]
null
null
null
tutorials/Saving Files & Data CoreData etc/GoalPost/GoalPost/Controllers/FinishGoalVC.swift
yasinkbas/swift-practices
3c448bd46ce257930db7ca120e557eaa9608e696
[ "Apache-2.0" ]
1
2020-01-02T23:04:54.000Z
2020-01-02T23:04:54.000Z
// // FinishGoalVC.swift // GoalPost // // Created by yasinkbas on 1.03.2019. // Copyright © 2019 yasinkbas. All rights reserved. // import UIKit import CoreData class FinishGoalVC: UIViewController, UITextFieldDelegate { @IBOutlet weak var createGoalButton: UIButton! @IBOutlet weak var pointsTextField...
22.144578
94
0.586507
dd10ead7a70511050f0d968de15eb53d616f71ad
314
sql
SQL
src/main/resources/db/migration/V20190623100354__create_rooms.sql
differz/backend-challenge-2019
23730b567462896229efe4a6fb58168ead2646bd
[ "MIT" ]
null
null
null
src/main/resources/db/migration/V20190623100354__create_rooms.sql
differz/backend-challenge-2019
23730b567462896229efe4a6fb58168ead2646bd
[ "MIT" ]
null
null
null
src/main/resources/db/migration/V20190623100354__create_rooms.sql
differz/backend-challenge-2019
23730b567462896229efe4a6fb58168ead2646bd
[ "MIT" ]
null
null
null
CREATE TABLE IF NOT EXISTS rooms ( id uuid NOT NULL, name varchar(30) NOT NULL, creator_id uuid NOT NULL, created_at timestamp WITHOUT TIME ZONE NOT NULL DEFAULT now(), CONSTRAINT rooms_pkey PRIMARY KEY (id) )
31.4
66
0.522293
f73e89531998e2f5a7963c79db3eda500bf39543
9,669
h
C
include/hlsdk-2.3-p4/singleplayer/dmc/dlls/schedule.h
siger-yeung/demobot
01cf4a4c18fe507ac854e7205ef03dac84003eb3
[ "MIT" ]
null
null
null
include/hlsdk-2.3-p4/singleplayer/dmc/dlls/schedule.h
siger-yeung/demobot
01cf4a4c18fe507ac854e7205ef03dac84003eb3
[ "MIT" ]
null
null
null
include/hlsdk-2.3-p4/singleplayer/dmc/dlls/schedule.h
siger-yeung/demobot
01cf4a4c18fe507ac854e7205ef03dac84003eb3
[ "MIT" ]
null
null
null
/*** * * Copyright (c) 1996-2002, Valve LLC. All rights reserved. * * This product contains software technology licensed from Id * Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc. * All Rights Reserved. * * This source code contains proprietary and confidential information of * ...
33.226804
156
0.711552
389a8f9c92ddca385554b0f836b029c308c66f04
965
dart
Dart
flutter_tool/lib/page/storage/storage_page.dart
yangchong211/YCHybrid
36f5fdbadbd4c33cbfc416249a5561ebf2ce2f3d
[ "Apache-2.0" ]
65
2019-03-04T10:13:20.000Z
2022-03-30T06:00:49.000Z
flutter_tool/lib/page/storage/storage_page.dart
yangchong211/YCHybrid
36f5fdbadbd4c33cbfc416249a5561ebf2ce2f3d
[ "Apache-2.0" ]
7
2019-03-08T01:24:03.000Z
2021-12-23T09:07:08.000Z
flutter_tool/lib/page/storage/storage_page.dart
yangchong211/YCHybrid
36f5fdbadbd4c33cbfc416249a5561ebf2ce2f3d
[ "Apache-2.0" ]
6
2019-06-22T03:55:43.000Z
2021-08-24T06:45:28.000Z
import 'package:flutter/material.dart'; import 'package:yc_flutter_tool/page/storage/file_storage.dart'; import 'package:yc_flutter_tool/page/storage/shared_perference_storage.dart'; import 'package:yc_flutter_tool/page/storage/sqf_lite_storage.dart'; import 'package:yc_flutter_tool/widget/custom_raised_button.dart'; ...
32.166667
86
0.690155
92aea320f005aa0d91e33b9db311d7fc5b6e98c9
283
h
C
code/GravitationalObject.h
gtnardy/flappy_cow
bde49ac7e67194355e0011a53b88cf99ecd5ab83
[ "MIT" ]
null
null
null
code/GravitationalObject.h
gtnardy/flappy_cow
bde49ac7e67194355e0011a53b88cf99ecd5ab83
[ "MIT" ]
2
2019-05-06T17:59:29.000Z
2019-05-06T18:02:17.000Z
code/GravitationalObject.h
gtnardy/flappy_cow
bde49ac7e67194355e0011a53b88cf99ecd5ab83
[ "MIT" ]
null
null
null
#pragma once #include "Object.h" class GravitationalObject : public Object { public: GravitationalObject(Vector2 _size, Vector2 _position, string image_path, double _weight); ~GravitationalObject(); bool draw(bool paused); void tick(); int timeFree = 0; double weight; };
16.647059
90
0.745583
2a113ae915437958111c70af5616cb64aa20981d
1,216
java
Java
src/com/rc/portal/service/CPaymentWayManager.java
Marlon992058/111_portal
55d82445f9b2a9eb41b803cb905a79aa7d4b29bc
[ "Apache-2.0" ]
null
null
null
src/com/rc/portal/service/CPaymentWayManager.java
Marlon992058/111_portal
55d82445f9b2a9eb41b803cb905a79aa7d4b29bc
[ "Apache-2.0" ]
null
null
null
src/com/rc/portal/service/CPaymentWayManager.java
Marlon992058/111_portal
55d82445f9b2a9eb41b803cb905a79aa7d4b29bc
[ "Apache-2.0" ]
null
null
null
package com.rc.portal.service; import java.sql.SQLException; import java.util.List; import com.rc.portal.vo.CPaymentWay; import com.rc.portal.vo.CPaymentWayExample; import com.rc.portal.vo.TMemberReceiverLatLon; public interface CPaymentWayManager { int countByExample(CPaymentWayExample example) throws SQLExce...
30.4
136
0.818257
9b22708b3d7abb72f109c66f09d2a5f92b566266
2,236
swift
Swift
Observables-Swift/TupleObservable.swift
marchy/Observables-Swift
f1ef024c9c4fa8bdfbcb65e7ea051015f694601d
[ "MIT" ]
null
null
null
Observables-Swift/TupleObservable.swift
marchy/Observables-Swift
f1ef024c9c4fa8bdfbcb65e7ea051015f694601d
[ "MIT" ]
null
null
null
Observables-Swift/TupleObservable.swift
marchy/Observables-Swift
f1ef024c9c4fa8bdfbcb65e7ea051015f694601d
[ "MIT" ]
3
2016-03-17T09:34:51.000Z
2019-03-31T23:21:49.000Z
// // TupleObservable.swift // Observables-Swift // // Created by Leszek Ślażyński on 20/06/14. // Copyright (c) 2014 Leszek Ślażyński. All rights reserved. // public class PairObservable<O1: AnyObservable, O2: AnyObservable> : OwnableObservable { internal typealias T1 = O1.ValueType internal typealia...
33.373134
96
0.591234
6fdc72cf5f1252e8e8fb290f748fb2caa6981754
501
asm
Assembly
oeis/179/A179461.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/179/A179461.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/179/A179461.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A179461: Decimal expansion of sqrt(51)/7. ; Submitted by Jamie Morken(s3) ; 1,0,2,0,2,0,4,0,6,1,2,2,0,4,0,7,1,4,2,5,7,1,3,4,2,8,3,0,1,9,5,3,2,3,6,1,1,2,5,2,3,1,0,1,6,5,7,0,0,3,9,0,5,4,7,6,0,1,2,0,4,4,1,1,8,2,3,6,8,8,6,2,9,4,9,1,4,3,1,6,9,8,0,3,6,9,9,8,3,1,6,2,1,8,9,7,4,3,4,5 mov $3,$0 lpb $3 mov $1,0 sub $2,4 ...
18.555556
201
0.530938
80895569adb54fca5e34c4c4e99b97b610c8c1b7
7,370
java
Java
sample/src/main/java/com/rosegun/plugin/sample/dto/Profit.java
rosegun/-mybatis-generator-pagination
2c0c5693cce7ac0384ddf191e960b68c0d7fa3ce
[ "Apache-2.0" ]
8
2017-07-07T15:27:25.000Z
2019-02-18T12:40:18.000Z
sample/src/main/java/com/rosegun/plugin/sample/dto/Profit.java
rosegun/-mybatis-generator-pagination
2c0c5693cce7ac0384ddf191e960b68c0d7fa3ce
[ "Apache-2.0" ]
null
null
null
sample/src/main/java/com/rosegun/plugin/sample/dto/Profit.java
rosegun/-mybatis-generator-pagination
2c0c5693cce7ac0384ddf191e960b68c0d7fa3ce
[ "Apache-2.0" ]
2
2018-10-08T12:20:41.000Z
2018-11-03T01:13:27.000Z
package com.rosegun.plugin.sample.dto; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; public class Profit implements Serializable { /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column profit.id * * @mbg.g...
29.246032
135
0.600407
f6b172761d8b61f481dc1a32b3d4a485244941ef
455
sql
SQL
sql/updates/0.5/1526_npc_vendor.sql
Ambal/mangos
9833ce4e393ca36668751dbcc9dfcf7cae8ff4ff
[ "OpenSSL" ]
1
2019-01-19T06:35:40.000Z
2019-01-19T06:35:40.000Z
sql/updates/0.5/1526_npc_vendor.sql
mfooo/wow
3e5fad4cfdf0fd1c0a2fd7c9844e6f140a1bb32d
[ "OpenSSL" ]
null
null
null
sql/updates/0.5/1526_npc_vendor.sql
mfooo/wow
3e5fad4cfdf0fd1c0a2fd7c9844e6f140a1bb32d
[ "OpenSSL" ]
null
null
null
ALTER TABLE `npc_vendor` DROP PRIMARY KEY, DROP KEY `vendor_id` , DROP `index_id`, CHANGE `entry` `entry` int(11) unsigned NOT NULL default '0', CHANGE `itemguid` `item` int(11) unsigned NOT NULL default '0', CHANGE `amount` `buycount` int(11) unsigned NOT NULL default '1', ADD ...
45.5
71
0.610989
83a4865abbb1e79ae680c8bbff56c9a536cbafd2
1,515
swift
Swift
RxReduxTests/Example/Components/Images/ImageSearchActionCreatorTests.swift
ChrisAU/RxRedux
75f8d20419c34a70fff5bae0be87395f3dca28bd
[ "MIT" ]
4
2018-03-01T14:33:46.000Z
2019-05-16T18:21:13.000Z
RxReduxTests/Example/Components/Images/ImageSearchActionCreatorTests.swift
ChrisAU/RxRedux
75f8d20419c34a70fff5bae0be87395f3dca28bd
[ "MIT" ]
null
null
null
RxReduxTests/Example/Components/Images/ImageSearchActionCreatorTests.swift
ChrisAU/RxRedux
75f8d20419c34a70fff5bae0be87395f3dca28bd
[ "MIT" ]
null
null
null
import Foundation import Nimble import XCTest import Networking @testable import RxRedux class ImageRouterMock: Router { let handleSpy = Spy<RouteAction>() let handleMock = Mock<Bool>(true) func handle(route: RouteAction) -> Bool { handleSpy.set(route) return handleMock.execute() } } c...
36.071429
121
0.689109
76dd862da2209e2fb286095df1c6f23304952ada
6,172
h
C
examples2/axPlugin/CAxUnknown.h
Phygon/aaf
faef720e031f501190481e1d1fc1870a7dc8f98b
[ "Linux-OpenIB" ]
null
null
null
examples2/axPlugin/CAxUnknown.h
Phygon/aaf
faef720e031f501190481e1d1fc1870a7dc8f98b
[ "Linux-OpenIB" ]
null
null
null
examples2/axPlugin/CAxUnknown.h
Phygon/aaf
faef720e031f501190481e1d1fc1870a7dc8f98b
[ "Linux-OpenIB" ]
null
null
null
#ifndef __CAxUnknown_h__ #define __CAxUnknown_h__ //=---------------------------------------------------------------------= // // $Id$ $Name$ // // The contents of this file are subject to the AAF SDK Public Source // License Agreement Version 2.0 (the "License"); You may not use this // file except in compliance with...
34.288889
87
0.648574
65b676e24cf152849c4aa4c21484b187ed4bb31d
1,711
swift
Swift
KarhooUISDK/Screens/Rides/KarhooRidesPresenter.swift
karhoo/karhoo-ios-ui-sdk
fb4137f965f937d5d2a85300759212c2c02762c1
[ "BSD-2-Clause" ]
24
2020-06-30T13:56:39.000Z
2022-02-07T15:22:35.000Z
KarhooUISDK/Screens/Rides/KarhooRidesPresenter.swift
karhoo/karhoo-ios-ui-sdk
fb4137f965f937d5d2a85300759212c2c02762c1
[ "BSD-2-Clause" ]
14
2020-07-06T23:22:05.000Z
2022-01-13T20:09:12.000Z
KarhooUISDK/Screens/Rides/KarhooRidesPresenter.swift
karhoo/karhoo-ios-ui-sdk
fb4137f965f937d5d2a85300759212c2c02762c1
[ "BSD-2-Clause" ]
2
2021-09-30T17:25:17.000Z
2022-03-24T04:54:57.000Z
// // BookingsRootPresenter.swift // Karhoo // // // Copyright © 2020 Karhoo All rights reserved. // import KarhooSDK public enum RidesListAction { case bookNewTrip case trackTrip(trip: TripInfo) case rebookTrip(trip: TripInfo) } public final class KarhooRidesPresenter: RidesPresenter { private l...
23.121622
78
0.642314
802a59386795440e474aa56653f174274e3e051c
14,724
dart
Dart
lib/src/radar.dart
tanelainla/modern_charts
98f8018d9fc6684eb36d4ebc61eaa44a631cb298
[ "BSD-2-Clause" ]
null
null
null
lib/src/radar.dart
tanelainla/modern_charts
98f8018d9fc6684eb36d4ebc61eaa44a631cb298
[ "BSD-2-Clause" ]
null
null
null
lib/src/radar.dart
tanelainla/modern_charts
98f8018d9fc6684eb36d4ebc61eaa44a631cb298
[ "BSD-2-Clause" ]
null
null
null
part of modern_charts; final _radarChartDefaultOptions = { // Map - An object that controls the series. 'series': { // num - The opacity of the area between a series and the x-axis. 'fillOpacity': .25, // num - The line width of the series. 'lineWidth': 2, // Map - An object that controls the...
29.685484
80
0.603233
17d3b6dd1d23bf40af1d73f47eec3f89a0553051
1,701
cs
C#
kms/api/Kms.Samples/IamGetPolicy.cs
phatdear/dotnet-docs-samples
063f0988f95353b716d77c39cdc929d411f8bcdc
[ "Apache-2.0" ]
669
2016-07-18T03:35:41.000Z
2022-03-29T02:28:36.000Z
kms/api/Kms.Samples/IamGetPolicy.cs
phatdear/dotnet-docs-samples
063f0988f95353b716d77c39cdc929d411f8bcdc
[ "Apache-2.0" ]
778
2016-05-09T20:22:18.000Z
2022-03-31T06:24:13.000Z
kms/api/Kms.Samples/IamGetPolicy.cs
phatdear/dotnet-docs-samples
063f0988f95353b716d77c39cdc929d411f8bcdc
[ "Apache-2.0" ]
1,266
2016-05-20T01:08:30.000Z
2022-03-31T11:13:01.000Z
/* * Copyright 2020 Google LLC * * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
30.375
129
0.658436
df9b64da0ca53019562f7341bbfc6f4c9c02e269
1,546
ts
TypeScript
src/item-dictionary/item-dictionary.controller.ts
tjsahr0099/dev
2a0aa651f516a57a69be4486d11dcc902b26aab4
[ "MIT" ]
1
2021-07-14T10:07:10.000Z
2021-07-14T10:07:10.000Z
src/item-dictionary/item-dictionary.controller.ts
tjsahr0099/dev
2a0aa651f516a57a69be4486d11dcc902b26aab4
[ "MIT" ]
12
2021-07-14T11:21:04.000Z
2021-07-24T07:23:55.000Z
src/item-dictionary/item-dictionary.controller.ts
tjsahr0099/dev
2a0aa651f516a57a69be4486d11dcc902b26aab4
[ "MIT" ]
null
null
null
import { Controller, Get, Post, Body, Patch, Param, Delete } from '@nestjs/common'; import { ItemDictionaryService } from './item-dictionary.service'; import { CreateItemDictionaryDto } from './dto/create-item-dictionary.dto'; import { UpdateItemDictionaryDto } from './dto/update-item-dictionary.dto'; import { ApiTags ...
30.313725
99
0.697283
7c65060cc38217d863b1af5d2e47b190223d6fd3
975
dart
Dart
lib/models/person_movie_response.dart
vitormsiqueira/the_movie_app
101f4293e07570f67ac7a25730aa93bffb24b7d3
[ "MIT" ]
null
null
null
lib/models/person_movie_response.dart
vitormsiqueira/the_movie_app
101f4293e07570f67ac7a25730aa93bffb24b7d3
[ "MIT" ]
null
null
null
lib/models/person_movie_response.dart
vitormsiqueira/the_movie_app
101f4293e07570f67ac7a25730aa93bffb24b7d3
[ "MIT" ]
null
null
null
import 'dart:convert'; import 'package:the_movie_app/models/movie_cast_model.dart'; import 'package:the_movie_app/models/movie_model.dart'; import 'package:the_movie_app/models/person_movie_model.dart'; class PersonMovieResponse { PersonMovieResponse({ this.cast, this.crew, this.id, }); final List<...
28.676471
70
0.641026
801aef7e62dec9b31e4376abc9aa965248217c69
2,386
java
Java
source/openfast/src/org/openfast/Global.java
shunwang/OrientalExpress
a559aeb3c9c618d58375b8685752a3a0897f4860
[ "MIT" ]
null
null
null
source/openfast/src/org/openfast/Global.java
shunwang/OrientalExpress
a559aeb3c9c618d58375b8685752a3a0897f4860
[ "MIT" ]
null
null
null
source/openfast/src/org/openfast/Global.java
shunwang/OrientalExpress
a559aeb3c9c618d58375b8685752a3a0897f4860
[ "MIT" ]
1
2021-05-28T02:55:47.000Z
2021-05-28T02:55:47.000Z
/* The contents of this file are subject to the Mozilla Public License Version 1.1 (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.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WAR...
30.589744
84
0.756077
f08795738d9823fc0c966137701487d49c907803
7,352
js
JavaScript
js_src/_dart_helpers.js
oliverjensen-wk/react-dart
60f8eda26ad714fe491c8f7c9acb6223f15c8137
[ "BSD-2-Clause" ]
60
2021-01-28T00:50:24.000Z
2022-03-01T18:31:09.000Z
js_src/_dart_helpers.js
oliverjensen-wk/react-dart
60f8eda26ad714fe491c8f7c9acb6223f15c8137
[ "BSD-2-Clause" ]
43
2021-01-12T21:28:51.000Z
2022-03-31T19:10:52.000Z
js_src/_dart_helpers.js
oliverjensen-wk/react-dart
60f8eda26ad714fe491c8f7c9acb6223f15c8137
[ "BSD-2-Clause" ]
8
2021-01-21T20:44:59.000Z
2022-02-18T09:50:07.000Z
/** * react-dart JS interop helpers (used by react_client.dart and react_client/js_interop_helpers.dart) */ /// Prefix to namespace react-dart symbols const _reactDartSymbolPrefix = 'react-dart.'; /// A global symbol to identify javascript objects owned by react-dart context, /// in order to jsify and unjsify conte...
40.395604
119
0.738439
34004204c773c696bb34d58b083cb8ba5e2e19e7
2,605
dart
Dart
lib/models/agora_settings.dart
rlee1990/Flutter-UIKit
a946db0ff005b76be4d62d910043aace5fee87d0
[ "MIT" ]
null
null
null
lib/models/agora_settings.dart
rlee1990/Flutter-UIKit
a946db0ff005b76be4d62d910043aace5fee87d0
[ "MIT" ]
null
null
null
lib/models/agora_settings.dart
rlee1990/Flutter-UIKit
a946db0ff005b76be4d62d910043aace5fee87d0
[ "MIT" ]
null
null
null
import 'package:agora_rtc_engine/rtc_engine.dart'; import 'package:agora_uikit/models/agora_connection_data.dart'; import 'package:agora_uikit/src/enums.dart'; import 'agora_user.dart'; class AgoraSettings { final RtcEngine? engine; final AgoraConnectionData? connectionData; final List<AgoraUser> users; fina...
29.269663
78
0.715547
da8981846b9e8f0e97b2fe0a866890bab8d5b721
395
dart
Dart
lib/myhpi/routes.dart
HPI-de/hpi-flutter
2b341ee6df53aab6f769ecb2a044a8faef5e67da
[ "Apache-2.0" ]
10
2019-09-19T17:55:03.000Z
2020-02-24T16:16:28.000Z
lib/myhpi/routes.dart
HPI-de/hpi_flutter
2b341ee6df53aab6f769ecb2a044a8faef5e67da
[ "Apache-2.0" ]
101
2019-08-08T06:54:35.000Z
2020-03-05T17:55:28.000Z
lib/myhpi/routes.dart
HPI-de/hpi-flutter
2b341ee6df53aab6f769ecb2a044a8faef5e67da
[ "Apache-2.0" ]
2
2019-10-02T15:48:48.000Z
2020-02-17T21:27:38.000Z
import 'package:flutter_deep_linking/flutter_deep_linking.dart'; import 'widgets/infobit_page.dart'; import 'widgets/myhpi_page.dart'; final myhpiRoutes = Route( matcher: Matcher.path('myhpi'), materialBuilder: (_, __) => MyHpiPage(), routes: [ Route( matcher: Matcher.path('{infoBitId}'), materi...
24.6875
71
0.683544
58669bdcc895709db39aa11a549874a82655bcbc
2,531
swift
Swift
UIKit.js/Controllers/UIViewController.swift
hnryjms/UIKit.js
1094bfde3a4e114c219619a89b22bfeef494ba12
[ "MIT" ]
1
2021-01-18T18:41:56.000Z
2021-01-18T18:41:56.000Z
UIKit.js/Controllers/UIViewController.swift
hnryjms/UIKit.js
1094bfde3a4e114c219619a89b22bfeef494ba12
[ "MIT" ]
null
null
null
UIKit.js/Controllers/UIViewController.swift
hnryjms/UIKit.js
1094bfde3a4e114c219619a89b22bfeef494ba12
[ "MIT" ]
null
null
null
// // UIViewController.swift // UIKit.js // // Created by Hank Brekke on 1/21/19. // Copyright © 2019 Hank Brekke. All rights reserved. // import UIKit import JavaScriptCore import ObjectiveC private var UIViewControllerJSPropertyOnViewDidAppear: UInt8 = 0 @objc private protocol UIViewControllerJSExport: JSExpor...
32.037975
158
0.660213
d64e7980d637d0ff427ec9da98b218693635299d
1,516
swift
Swift
Source/NSAttributedString+PrettyText.swift
imqxh/PrettyText
9a84a3b261e5dfce7e6a4e9d98d39f0dc3ce820b
[ "MIT" ]
3
2016-05-25T02:54:17.000Z
2019-05-14T08:38:20.000Z
Source/NSAttributedString+PrettyText.swift
0x51/PrettyText
9a84a3b261e5dfce7e6a4e9d98d39f0dc3ce820b
[ "MIT" ]
null
null
null
Source/NSAttributedString+PrettyText.swift
0x51/PrettyText
9a84a3b261e5dfce7e6a4e9d98d39f0dc3ce820b
[ "MIT" ]
null
null
null
// // NSAttributedString+PrettyText.swift // PrettyText // // Created by qxh on 16/3/16. // // import Foundation public extension NSAttributedString { /** add attributes using closure - parameter range: text range to apply the attributes - parameter closure: to make prettyText that provi...
33.688889
121
0.720976
8066b50ddb585de70fea3d413de70dd15b76b2c9
1,004
java
Java
src/main/java/App.java
MwitaBrian/Caesar-cipher
3d1a16ba6a7682dcd8aaff63b854dbad94002ccf
[ "Unlicense" ]
null
null
null
src/main/java/App.java
MwitaBrian/Caesar-cipher
3d1a16ba6a7682dcd8aaff63b854dbad94002ccf
[ "Unlicense" ]
null
null
null
src/main/java/App.java
MwitaBrian/Caesar-cipher
3d1a16ba6a7682dcd8aaff63b854dbad94002ccf
[ "Unlicense" ]
null
null
null
import models.Cipher; import java.util.Scanner; public class App { public static void main(String[] args) { Scanner input = new Scanner(System.in); Cipher newCipher = new Cipher(); System.out.println("-------------------------"); System.out.println("Welcome to Caesar Cipher."); ...
31.375
95
0.608566
328e88f5c53d98e6acf1869c9e9221b27466b656
1,236
dart
Dart
lib/screens/home/passwords.dart
swathid0023/swathiupdateUA
fc9f97b1a81350074db6eeaeb4b94624ce56098c
[ "MIT" ]
null
null
null
lib/screens/home/passwords.dart
swathid0023/swathiupdateUA
fc9f97b1a81350074db6eeaeb4b94624ce56098c
[ "MIT" ]
null
null
null
lib/screens/home/passwords.dart
swathid0023/swathiupdateUA
fc9f97b1a81350074db6eeaeb4b94624ce56098c
[ "MIT" ]
null
null
null
import 'package:flutter/material.dart'; import 'package:secure/screens/home/database.dart'; import 'package:secure/screens/home/fav.dart'; import 'package:secure/screens/home/insta.dart'; import 'package:secure/screens/settings/settings.dart'; class Passwords extends StatefulWidget { final Function toggleView; Pas...
23.320755
79
0.694984
17e57d3435b373330d7ebef32ef2306102f05a9b
855
cshtml
C#
src/SOCSeafood/Views/Account/Register.cshtml
anthonybottemiller/soc-seafood
2d9fcf9215f3a114300700d68e752e269241d3a7
[ "Unlicense" ]
2
2017-03-03T21:10:07.000Z
2017-03-03T21:23:50.000Z
src/SOCSeafood/Views/Account/Register.cshtml
anthonybottemiller/soc-seafood
2d9fcf9215f3a114300700d68e752e269241d3a7
[ "Unlicense" ]
null
null
null
src/SOCSeafood/Views/Account/Register.cshtml
anthonybottemiller/soc-seafood
2d9fcf9215f3a114300700d68e752e269241d3a7
[ "Unlicense" ]
null
null
null
@{ ViewData["Title"] = "Admin Registration"; Layout = "~/Views/Shared/_Layout.cshtml"; } @using SOCSeafood.ViewModels @model RegisterViewModel <div class="registration-form"> <h4>Register new Administrator</h4> @using (Html.BeginForm("Register", "Account", FormMethod.Post)) { @Html.Valid...
27.580645
71
0.577778
8114f8aaef860a9a7a34e38171b5a8971eb82832
66
sql
SQL
docs/sourcecodes/OpenBridge-passos-ui/ob-paasos-web/sql/3.0/20160809_dxq.sql
gavin2lee/incubator-gl
c95623af811195c3e89513ec30e52862d6562add
[ "Apache-2.0" ]
3
2016-07-25T03:47:06.000Z
2019-11-18T08:42:00.000Z
docs/sourcecodes/OpenBridge-passos-ui/ob-paasos-web/sql/3.0/20160809_dxq.sql
gavin2lee/incubator-gl
c95623af811195c3e89513ec30e52862d6562add
[ "Apache-2.0" ]
null
null
null
docs/sourcecodes/OpenBridge-passos-ui/ob-paasos-web/sql/3.0/20160809_dxq.sql
gavin2lee/incubator-gl
c95623af811195c3e89513ec30e52862d6562add
[ "Apache-2.0" ]
2
2019-11-18T08:41:53.000Z
2020-09-11T08:53:18.000Z
alter table paasos.os_project_deploy add deploy_time varchar(20);
33
65
0.848485
56201f2f64e0741a06cdda04d8392077714793a8
1,945
go
Go
server/gateway/gateway.go
inori-lin/emo_ana
da981aa81dc835abc256d2c865be38dbe30113cc
[ "MIT" ]
null
null
null
server/gateway/gateway.go
inori-lin/emo_ana
da981aa81dc835abc256d2c865be38dbe30113cc
[ "MIT" ]
null
null
null
server/gateway/gateway.go
inori-lin/emo_ana
da981aa81dc835abc256d2c865be38dbe30113cc
[ "MIT" ]
null
null
null
package gateway import ( "context" "crypto/tls" "emo_ana/conf" pb "emo_ana/proto" "emo_ana/server/swagger" "io/ioutil" "log" "net/http" "strings" "github.com/grpc-ecosystem/grpc-gateway/runtime" "golang.org/x/net/http2" "golang.org/x/net/http2/h2c" "google.golang.org/grpc" "google.golang.org/grpc/creden...
25.933333
94
0.713111
d02b4f5b6b2e27b66635e4eef5a7633c666ddce7
401
css
CSS
themes/mtbbendigo/stylesheets/ie.css
mtbbendigo/mtbbendigo
fd87da8c6f4950d8e130a2497790f7e37e512983
[ "MIT" ]
null
null
null
themes/mtbbendigo/stylesheets/ie.css
mtbbendigo/mtbbendigo
fd87da8c6f4950d8e130a2497790f7e37e512983
[ "MIT" ]
null
null
null
themes/mtbbendigo/stylesheets/ie.css
mtbbendigo/mtbbendigo
fd87da8c6f4950d8e130a2497790f7e37e512983
[ "MIT" ]
null
null
null
/* Welcome to Compass. Use this file to write IE specific override styles. * Import this file using the following HTML or equivalent: * <!--[if IE]> * <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" /> * <![endif]--> */ h2{ font-size: 20px; margin-bottom: 6px; l...
28.642857
100
0.668329
467f7e0a6c608959d9e8b5930f1c7a497beb04ef
7,185
dart
Dart
example/lib/ui/example/otherwidget/refresh_recordable_listview_example.dart
Kounex/flutter_pulltorefresh
e95de625bfbefd657379d2f6247c13209b65c3d0
[ "MIT" ]
null
null
null
example/lib/ui/example/otherwidget/refresh_recordable_listview_example.dart
Kounex/flutter_pulltorefresh
e95de625bfbefd657379d2f6247c13209b65c3d0
[ "MIT" ]
null
null
null
example/lib/ui/example/otherwidget/refresh_recordable_listview_example.dart
Kounex/flutter_pulltorefresh
e95de625bfbefd657379d2f6247c13209b65c3d0
[ "MIT" ]
null
null
null
/* * Author: Jpeng * Email: peng8350@gmail.com * Time: 2019-07-01 22:44 */ // 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. import 'package:example/other/refresh_recordable_listview.dart'; import '...
30.444915
130
0.586221
5f578f55c2d8f5b8db664ba19382d2d965590476
2,724
ts
TypeScript
src/main/routes/features/response/statementOfMeans/dependants/childrenDisabilityController.ts
hmcts/civil-citizen-ui
8da2683d0115e9f797677c4efe317e39b29d8cc2
[ "MIT" ]
1
2022-01-12T10:29:24.000Z
2022-01-12T10:29:24.000Z
src/main/routes/features/response/statementOfMeans/dependants/childrenDisabilityController.ts
hmcts/civil-citizen-ui
8da2683d0115e9f797677c4efe317e39b29d8cc2
[ "MIT" ]
97
2021-11-08T01:34:37.000Z
2022-03-29T16:46:10.000Z
src/main/routes/features/response/statementOfMeans/dependants/childrenDisabilityController.ts
hmcts/civil-citizen-ui
8da2683d0115e9f797677c4efe317e39b29d8cc2
[ "MIT" ]
2
2022-01-20T10:21:21.000Z
2022-03-23T20:18:21.000Z
import * as express from 'express'; import {CHILDREN_DISABILITY_URL, CITIZEN_OTHER_DEPENDANTS_URL} from '../../../../urls'; import {ChildrenDisability} from '../../../../../common/form/models/statementOfMeans/dependants/childrenDisability'; import { getChildrenDisability, saveChildrenDisability, } from '../../../.....
41.907692
126
0.703377
fb6da68fa5908cf339a9e640738d070284329788
1,800
java
Java
app/src/main/java/com/mayhsupaing/news/data/models/NewsModel.java
mayhsupaing/PADC-3-F-MHP-MM-News
d5e2003d54f4ba93102fb2eab3aa4110ee4ae73e
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/mayhsupaing/news/data/models/NewsModel.java
mayhsupaing/PADC-3-F-MHP-MM-News
d5e2003d54f4ba93102fb2eab3aa4110ee4ae73e
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/mayhsupaing/news/data/models/NewsModel.java
mayhsupaing/PADC-3-F-MHP-MM-News
d5e2003d54f4ba93102fb2eab3aa4110ee4ae73e
[ "Apache-2.0" ]
null
null
null
package com.mayhsupaing.news.data.models; import android.util.Log; import com.mayhsupaing.news.MMNewsApp; import com.mayhsupaing.news.data.vo.NewsVO; import com.mayhsupaing.news.events.LoadedNewsEvent; import com.mayhsupaing.news.network.HttpUrlConnectionDataAgent; import com.mayhsupaing.news.network.NewsDataAgent; i...
24
67
0.69
9896cf0b0bbca47c7179e2d870129575fc5406ce
1,412
html
HTML
src/app/demo/image-demo/image-demo.component.html
pandermatt/ngx-renuo-upload
ced7f99224bdc427c5c6000ee15c8885fc085764
[ "MIT" ]
null
null
null
src/app/demo/image-demo/image-demo.component.html
pandermatt/ngx-renuo-upload
ced7f99224bdc427c5c6000ee15c8885fc085764
[ "MIT" ]
null
null
null
src/app/demo/image-demo/image-demo.component.html
pandermatt/ngx-renuo-upload
ced7f99224bdc427c5c6000ee15c8885fc085764
[ "MIT" ]
null
null
null
<div class="container"> <h1><code>ru-image</code></h1> <div *ngIf="alertList"> <div *ngFor="let alert of alertList" class="alert alert-danger alert-dismissable"> <a class="close" (click)="removeAlert(alert)" aria-label="close">&times;</a> {{i18n.interpolate(i18n.t.upload.error[alert.messageType], {f...
32.090909
95
0.570113
2f257adb9835092c23762dac8a8bcb88c63e9234
289
java
Java
src/main/java/by/itstep/onlineauctionsystem/websocket/BidRequest.java
leonx7/online-auction-system
1dc9b6eddabcb1c0af5a779d1572f7b7583233bf
[ "MIT" ]
null
null
null
src/main/java/by/itstep/onlineauctionsystem/websocket/BidRequest.java
leonx7/online-auction-system
1dc9b6eddabcb1c0af5a779d1572f7b7583233bf
[ "MIT" ]
null
null
null
src/main/java/by/itstep/onlineauctionsystem/websocket/BidRequest.java
leonx7/online-auction-system
1dc9b6eddabcb1c0af5a779d1572f7b7583233bf
[ "MIT" ]
null
null
null
package by.itstep.onlineauctionsystem.websocket; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; @Data @NoArgsConstructor @AllArgsConstructor public class BidRequest { private String id; private String bid; private String increment; }
18.0625
48
0.799308
861f8f62ec15d6e4bf5cabc6ccff6d99b6d8f04c
616
java
Java
src/main/java/io/coodoo/framework/showcase/appconfig/boundary/AppConfig.java
coodoo-io/coodoo-framework-showcase
ba7262ef71152e76e2c512d03f10c9966d74e535
[ "MIT" ]
null
null
null
src/main/java/io/coodoo/framework/showcase/appconfig/boundary/AppConfig.java
coodoo-io/coodoo-framework-showcase
ba7262ef71152e76e2c512d03f10c9966d74e535
[ "MIT" ]
null
null
null
src/main/java/io/coodoo/framework/showcase/appconfig/boundary/AppConfig.java
coodoo-io/coodoo-framework-showcase
ba7262ef71152e76e2c512d03f10c9966d74e535
[ "MIT" ]
null
null
null
package io.coodoo.framework.showcase.appconfig.boundary; import io.coodoo.framework.appconfig.boundary.AppConfigKey; import io.coodoo.framework.appconfig.boundary.ValueType; public enum AppConfig implements AppConfigKey { IMPORTANT_THINGS_ACTIVE(ValueType.BOOLEAN), IMPORTANT_THINGS(ValueType.LONG_LIST), ...
19.25
59
0.699675
984f54e00c3c24d39101d264b6a07c3c9057a8f2
92,194
html
HTML
admin/webapp/root/app/views/securityEvent.html
rushk014/manager
24d04043ec6159dbed68f5fb26123669d8e70eb6
[ "Apache-2.0" ]
19
2022-01-17T02:48:03.000Z
2022-03-29T09:16:08.000Z
admin/webapp/root/app/views/securityEvent.html
rushk014/manager
24d04043ec6159dbed68f5fb26123669d8e70eb6
[ "Apache-2.0" ]
null
null
null
admin/webapp/root/app/views/securityEvent.html
rushk014/manager
24d04043ec6159dbed68f5fb26123669d8e70eb6
[ "Apache-2.0" ]
16
2022-01-14T18:12:28.000Z
2022-03-28T04:58:14.000Z
<div id="sec-event" ng-controller="SecurityEventsController" class="pt0"> <div style="visibility: hidden; position: absolute; top: -1000px; left: 1000px; width:1150px; height:600px;" > <canvas id="byEventType" class="chart chart-horizontal-bar" chart-data="eventTypeChartData" chart-...
44.111962
307
0.475573
940ce97ec531d92109611341355a0239e69b084c
11,468
cpp
C++
GC/Secret.cpp
mkskeller/SPDZ-BMR-ORAM
78af37ae0316699260199030c28441dbf175d860
[ "BSD-4-Clause-UC" ]
4
2019-01-22T23:14:00.000Z
2021-10-04T02:57:32.000Z
GC/Secret.cpp
mkskeller/SPDZ-BMR-ORAM
78af37ae0316699260199030c28441dbf175d860
[ "BSD-4-Clause-UC" ]
null
null
null
GC/Secret.cpp
mkskeller/SPDZ-BMR-ORAM
78af37ae0316699260199030c28441dbf175d860
[ "BSD-4-Clause-UC" ]
1
2021-05-26T19:33:01.000Z
2021-05-26T19:33:01.000Z
// (C) 2018 University of Bristol, Bar-Ilan University. See License.txt /* * EvalSecret.cpp * */ #include "BMR/CommonParty.h" #include "BMR/Party.h" #include "BMR/Register_inline.h" #include "Secret.h" #include "Secret_inline.h" namespace GC { template <class T> int Secret<T>::default_length = 128; template <c...
27.369928
100
0.568103
04d7d02626ed2ba97961b198453738a9b6b111a1
2,565
java
Java
src/main/java/com/tencent/ads/model/AdcreativeBannerContent.java
TencentAd/marketing-api-java-sdk
773c97bc9617c31846011920a15ae2e2f67087b2
[ "Apache-2.0" ]
23
2020-09-28T07:54:20.000Z
2022-02-22T03:15:12.000Z
src/main/java/com/tencent/ads/model/AdcreativeBannerContent.java
TencentAd/marketing-api-java-sdk
773c97bc9617c31846011920a15ae2e2f67087b2
[ "Apache-2.0" ]
6
2020-11-04T02:38:09.000Z
2021-11-10T02:36:00.000Z
src/main/java/com/tencent/ads/model/AdcreativeBannerContent.java
TencentAd/marketing-api-java-sdk
773c97bc9617c31846011920a15ae2e2f67087b2
[ "Apache-2.0" ]
10
2021-01-28T09:04:55.000Z
2022-03-07T12:15:44.000Z
/* * Marketing API * Marketing API * * OpenAPI spec version: 1.3 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ package com.tencent.ads.model; import com.google.gson.Gson; import com.go...
20.52
100
0.651462
505a6a2d95b0c5281560f654cffcc12dc05f51e9
526
go
Go
pkg/util/md5.go
UncleMaple/Malone
ee79c74b9a23af32043b4eb8baf94c0455068c04
[ "MIT" ]
2
2020-07-02T09:01:57.000Z
2020-07-02T12:28:07.000Z
pkg/util/md5.go
UncleMaple/KarlMalone
ee79c74b9a23af32043b4eb8baf94c0455068c04
[ "MIT" ]
null
null
null
pkg/util/md5.go
UncleMaple/KarlMalone
ee79c74b9a23af32043b4eb8baf94c0455068c04
[ "MIT" ]
null
null
null
// Copyright © 2020. Drew Lee. All rights reserved. package util import ( "crypto/md5" "encoding/hex" "strings" ) func Md5Encode(data string) string { h := md5.New() h.Write([]byte(data)) cipherStr := h.Sum(nil) return hex.EncodeToString(cipherStr) } func Md5EncodeUpper(data string) string { return strings...
17.533333
51
0.718631
abc021c6518b62293f10181a94b3ecfe3e65fd9b
202
rb
Ruby
spec/ruby/library/rational/remainder_spec.rb
prathamesh-sonpatki/jruby
7b25a2f75a116f87a9ef09e603fd08e415b829b6
[ "Ruby", "Apache-2.0" ]
7
2017-12-01T03:43:39.000Z
2021-07-12T09:28:53.000Z
spec/ruby/library/rational/remainder_spec.rb
prathamesh-sonpatki/jruby
7b25a2f75a116f87a9ef09e603fd08e415b829b6
[ "Ruby", "Apache-2.0" ]
null
null
null
spec/ruby/library/rational/remainder_spec.rb
prathamesh-sonpatki/jruby
7b25a2f75a116f87a9ef09e603fd08e415b829b6
[ "Ruby", "Apache-2.0" ]
1
2018-03-04T03:19:02.000Z
2018-03-04T03:19:02.000Z
require File.expand_path('../../../shared/rational/remainder', __FILE__) ruby_version_is ""..."1.9" do describe "Rational#remainder" do it_behaves_like(:rational_remainder, :remainder) end end
25.25
72
0.727723
16902ed50c6fc8d74235b20c43a3ecf47d012b35
1,552
tsx
TypeScript
src/components/ObeliskDisplay.tsx
tomcorke/destiny-stonks
85423d60cf9e716004d93a933f2820d258d5d231
[ "MIT" ]
null
null
null
src/components/ObeliskDisplay.tsx
tomcorke/destiny-stonks
85423d60cf9e716004d93a933f2820d258d5d231
[ "MIT" ]
3
2020-02-12T22:43:50.000Z
2022-02-19T06:27:29.000Z
src/components/ObeliskDisplay.tsx
tomcorke/destiny-stonks
85423d60cf9e716004d93a933f2820d258d5d231
[ "MIT" ]
null
null
null
import React from "react"; import numeral from "numeral"; import edzObeliskIcon from "../images/edz_obelisk.png"; import marsObeliskIcon from "../images/mars_obelisk.png"; import nessusObeliskIcon from "../images/nessus_obelisk.png"; import tangledShoreObeliskIcon from "../images/tangled_shore_obelisk.png"; i...
26.305085
79
0.644974
21278850d0293513da5bce47814c52a7adc13fb7
259
asm
Assembly
programs/oeis/033/A033344.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/033/A033344.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/033/A033344.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A033344: a(n) = floor(24/n). ; 24,12,8,6,4,4,3,3,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 add $0,1 mov $1,24 div $1,$0 mov $0,$1
32.375
187
0.509653
83e83bb94b3886dad6c2526d8e44286592a7c92d
2,724
java
Java
openstack-java-sdk/nova-client/src/main/java/com/woorea/openstack/nova/api/extensions/FloatingIpDnsExtension.java
att/openstacksdk
16a81c460a7186ebe1ea63b7682486ba147208b9
[ "Apache-2.0" ]
4
2017-04-25T20:07:54.000Z
2020-09-13T10:32:15.000Z
openstack-java-sdk/nova-client/src/main/java/com/woorea/openstack/nova/api/extensions/FloatingIpDnsExtension.java
att/openstacksdk
16a81c460a7186ebe1ea63b7682486ba147208b9
[ "Apache-2.0" ]
null
null
null
openstack-java-sdk/nova-client/src/main/java/com/woorea/openstack/nova/api/extensions/FloatingIpDnsExtension.java
att/openstacksdk
16a81c460a7186ebe1ea63b7682486ba147208b9
[ "Apache-2.0" ]
6
2017-01-31T02:12:34.000Z
2019-11-01T17:58:34.000Z
/******************************************************************************* * Copyright (C) 2016 AT&T Intellectual Property. All rights reserved. This code is licensed under the Apache License, Version 2.0 *******************************************************************************/ package com.woorea.openst...
28.978723
154
0.723201
4d19091840e39a8d8ee725f3ea69bfe6c5755f2e
449
kt
Kotlin
app/src/main/java/pl/polsl/workflow/manager/client/ui/di/module/ValidatorModule.kt
SzymonGajdzica/workflow-manager-client
93c99cc67c7af0bc55ca8fb03f077cdd363cb7e8
[ "MIT" ]
null
null
null
app/src/main/java/pl/polsl/workflow/manager/client/ui/di/module/ValidatorModule.kt
SzymonGajdzica/workflow-manager-client
93c99cc67c7af0bc55ca8fb03f077cdd363cb7e8
[ "MIT" ]
null
null
null
app/src/main/java/pl/polsl/workflow/manager/client/ui/di/module/ValidatorModule.kt
SzymonGajdzica/workflow-manager-client
93c99cc67c7af0bc55ca8fb03f077cdd363cb7e8
[ "MIT" ]
null
null
null
package pl.polsl.workflow.manager.client.ui.di.module import android.content.Context import dagger.Module import dagger.Provides import pl.polsl.workflow.manager.client.util.validator.InputValidator import pl.polsl.workflow.manager.client.util.validator.InputValidatorImpl @Module(includes = [AppModule::class]) class ...
29.933333
93
0.821826
969fa8b6e1e67d7ec47a7f8d11cc3fd945b7ddb5
10,547
cc
C++
content/browser/blob_storage/blob_flattener_unittest.cc
google-ar/chromium
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
777
2017-08-29T15:15:32.000Z
2022-03-21T05:29:41.000Z
content/browser/blob_storage/blob_flattener_unittest.cc
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
66
2017-08-30T18:31:18.000Z
2021-08-02T10:59:35.000Z
content/browser/blob_storage/blob_flattener_unittest.cc
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
123
2017-08-30T01:19:34.000Z
2022-03-17T22:55:31.000Z
// Copyright 2016 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. #include "storage/browser/blob/blob_storage_context.h" #include <memory> #include "base/bind.h" #include "base/files/file_path.h" #include "base/files/f...
37.137324
80
0.733763
f037278f05bd9f97e0589ad5e355f7c7b21acf93
2,523
js
JavaScript
src/Web/POC/test-nextcloud/nextcloud/apps/updatenotification/l10n/da.js
lefevbre-organization/eShopOnContainers
857dca95cfd44b7ca6551a7c9ec0531e4e4a7d0b
[ "MIT" ]
null
null
null
src/Web/POC/test-nextcloud/nextcloud/apps/updatenotification/l10n/da.js
lefevbre-organization/eShopOnContainers
857dca95cfd44b7ca6551a7c9ec0531e4e4a7d0b
[ "MIT" ]
3
2021-02-25T17:45:17.000Z
2021-04-05T12:12:52.000Z
src/Web/POC/test-nextcloud/nextcloud/apps/updatenotification/l10n/da.js
lefevbre-organization/eShopOnContainers
857dca95cfd44b7ca6551a7c9ec0531e4e4a7d0b
[ "MIT" ]
null
null
null
OC.L10N.register( "updatenotification", { "{version} is available. Get more information on how to update." : "{version} er tilgængelig. Få mere information om hvordan du opdaterer.", "Channel updated" : "Kanal opdateret", "Update notifications" : "Opdaterings notifikationer", "The update server ...
87
395
0.725327
680b66578d17d1cff5cedd820370bcf9af899c32
1,133
hpp
C++
src/protocols/xdg/surface.hpp
Link1J/Awning
4e35e092725d1688ac94f8473fb6bffd99a5cfa0
[ "MIT" ]
null
null
null
src/protocols/xdg/surface.hpp
Link1J/Awning
4e35e092725d1688ac94f8473fb6bffd99a5cfa0
[ "MIT" ]
null
null
null
src/protocols/xdg/surface.hpp
Link1J/Awning
4e35e092725d1688ac94f8473fb6bffd99a5cfa0
[ "MIT" ]
null
null
null
#pragma once #include "protocols/handler/xdg-shell.h" #include <unordered_map> #include "wm/window.hpp" namespace Awning::Protocols::XDG::Surface { struct Instance { wl_resource* surface_wl; wl_resource* toplevel; wl_resource* popup; Window* window; bool configured = false; }; extern const struct xdg...
34.333333
146
0.781112
b07cf0e488e8cbc4117b9bcbd907c215faee46d9
5,468
html
HTML
index.html
henshin123/PlaceName-CoordinateTransformation
19b677cbbbab32db43f11d5c0e5c2d0d591a9df2
[ "Apache-2.0" ]
2
2018-07-07T12:59:13.000Z
2018-07-07T13:08:31.000Z
index.html
henshin123/PlaceName-CoordinateTransformation
19b677cbbbab32db43f11d5c0e5c2d0d591a9df2
[ "Apache-2.0" ]
null
null
null
index.html
henshin123/PlaceName-CoordinateTransformation
19b677cbbbab32db43f11d5c0e5c2d0d591a9df2
[ "Apache-2.0" ]
null
null
null
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Change Map</title> <link rel="shortcut icon" href="img/logo.png"> <link rel="stylesheet" href="css/index.css" /> <link rel="stylesheet" href="css/bootstrap.min.css" /> <link rel="stylesheet" href="css/bootstrap-table.css" /> <scrip...
30.209945
146
0.559254
806b075858e6cc2dbc23d7dc8a783083596e499e
23,672
java
Java
okhttp/src/main/java/com/squareup/okhttp/internal/http/HttpEngine.java
ckitterl/okhttp
0fbe50cbc00e125568f659e39591fa03a7ea95ec
[ "Apache-2.0" ]
null
null
null
okhttp/src/main/java/com/squareup/okhttp/internal/http/HttpEngine.java
ckitterl/okhttp
0fbe50cbc00e125568f659e39591fa03a7ea95ec
[ "Apache-2.0" ]
null
null
null
okhttp/src/main/java/com/squareup/okhttp/internal/http/HttpEngine.java
ckitterl/okhttp
0fbe50cbc00e125568f659e39591fa03a7ea95ec
[ "Apache-2.0" ]
null
null
null
/* * 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...
36.030441
100
0.697871
46561448c9ee19eabfdb50c090e4017a4df0b39b
3,597
lua
Lua
ilk/backend/numpy.lua
ESROCOS/ilk-compiler
6a5515b069f71ef295355464b8d90f86b2686a83
[ "BSD-2-Clause" ]
1
2018-12-11T13:21:20.000Z
2018-12-11T13:21:20.000Z
ilk/backend/numpy.lua
ESROCOS/ilk-compiler
6a5515b069f71ef295355464b8d90f86b2686a83
[ "BSD-2-Clause" ]
null
null
null
ilk/backend/numpy.lua
ESROCOS/ilk-compiler
6a5515b069f71ef295355464b8d90f86b2686a83
[ "BSD-2-Clause" ]
null
null
null
--[[ Main module for Python numpy backend support 2018, KU Leuven, Belgium License: BSD 2-clause --]] local keys = require('ilk.parser').keys local comm = require('ilk.common') local numpycomm = require('ilk.backend.numpy.common') local sourcegen = require('ilk.backend.numpy.source') local testgen =...
27.458015
141
0.707812
49ea02c25af06b062af428c0e4823abf2cf55abf
93,148
html
HTML
attachments/1542957310719.drawio.html
smallfat/wiki
23108b568d08bcd12e12c6608d7a68299c333d43
[ "MIT" ]
1
2020-02-17T14:15:09.000Z
2020-02-17T14:15:09.000Z
attachments/1542957310719.drawio.html
smallfat/wiki
23108b568d08bcd12e12c6608d7a68299c333d43
[ "MIT" ]
null
null
null
attachments/1542957310719.drawio.html
smallfat/wiki
23108b568d08bcd12e12c6608d7a68299c333d43
[ "MIT" ]
null
null
null
<div> <div id="xsj_drawio_svg"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" version="1.1" style="background-color: rgb(255, 255, 255); max-width: 1426px; max-height: 2240px;" viewbox="0 0 1426 2240" class="xsj_svg_viewbox"><defs></defs><g transform="tra...
23,287
85,347
0.751557
980069496babe46f30ef76a9eb962039827fe1b9
2,810
lua
Lua
Buildings/CraftHelper41/media/lua/client/UI/craftHelper41ScrollingIngredientsListBox.lua
TomasNeary/One-Week-To-Live
f6dd23058c7ab26a61657b8bf375bf93b4b15e1b
[ "MIT" ]
null
null
null
Buildings/CraftHelper41/media/lua/client/UI/craftHelper41ScrollingIngredientsListBox.lua
TomasNeary/One-Week-To-Live
f6dd23058c7ab26a61657b8bf375bf93b4b15e1b
[ "MIT" ]
null
null
null
Buildings/CraftHelper41/media/lua/client/UI/craftHelper41ScrollingIngredientsListBox.lua
TomasNeary/One-Week-To-Live
f6dd23058c7ab26a61657b8bf375bf93b4b15e1b
[ "MIT" ]
null
null
null
require "ISUI/ISScrollingListBox"; craftHelper41ScrollingIngredientsListBox = ISScrollingListBox:derive("craftHelper41ScrollingIngredientsListBox"); --- -- -- function craftHelper41ScrollingIngredientsListBox:isCraftable(recipe) local craftable = true; local playerInventory = getSpecificPlayer(self.player):getInv...
28.1
160
0.713167
0a1a5e4054182e37f93f440be8be1eda1fbc823d
1,016
h
C
packager/mpd/base/language_utils.h
Acidburn0zzz/shaka-packager
c540e5afa0a649285dc5a2c2a1ce68cc76ab1bd5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2016-07-26T04:05:06.000Z
2016-07-26T04:05:06.000Z
packager/mpd/base/language_utils.h
Acidburn0zzz/shaka-packager
c540e5afa0a649285dc5a2c2a1ce68cc76ab1bd5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
packager/mpd/base/language_utils.h
Acidburn0zzz/shaka-packager
c540e5afa0a649285dc5a2c2a1ce68cc76ab1bd5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2015 Google Inc. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file or at // https://developers.google.com/open-source/licenses/bsd // // Funtions used by MpdBuilder class to generate an MPD file. #ifndef MPD_BASE_LANGUAGE_UTILS_H...
35.034483
79
0.752953
4bc7751bcdd87fc12d222c6c19fe00cf89c9b7f8
2,826
kt
Kotlin
app/src/main/java/com/blankj/androidutilcode/feature/core/bar/BarStatusColorFragment.kt
cat-x/AndroidUtilCode-Kotlin
ba2d70d56ae44180933524aa3e2cfe96909e4876
[ "Apache-2.0" ]
1
2020-04-29T09:00:46.000Z
2020-04-29T09:00:46.000Z
app/src/main/java/com/blankj/androidutilcode/feature/core/bar/BarStatusColorFragment.kt
cat-x/AndroidUtilCode-Kotlin
ba2d70d56ae44180933524aa3e2cfe96909e4876
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/blankj/androidutilcode/feature/core/bar/BarStatusColorFragment.kt
cat-x/AndroidUtilCode-Kotlin
ba2d70d56ae44180933524aa3e2cfe96909e4876
[ "Apache-2.0" ]
null
null
null
package com.blankj.androidutilcode.feature.core.bar import android.os.Bundle import android.support.v4.content.ContextCompat import android.view.View import android.widget.SeekBar import android.widget.TextView import com.blankj.androidutilcode.R import com.blankj.androidutilcode.UtilsApp import com.blankj.androidutil...
29.134021
93
0.65959
83ebda0872b5fb70900a7f38faa2e1d9c00af058
3,595
java
Java
itcast-sms-entity/src/main/java/com/itheima/sms/vo/SendLogPageVO.java
itcastopen/itcast-sms
188dfa946bc3074998a477b1f0b0f8aae88d10d1
[ "Apache-2.0" ]
2
2021-09-17T12:49:58.000Z
2022-03-11T18:06:36.000Z
itcast-sms-entity/src/main/java/com/itheima/sms/vo/SendLogPageVO.java
itcastopen/itcast-sms
188dfa946bc3074998a477b1f0b0f8aae88d10d1
[ "Apache-2.0" ]
null
null
null
itcast-sms-entity/src/main/java/com/itheima/sms/vo/SendLogPageVO.java
itcastopen/itcast-sms
188dfa946bc3074998a477b1f0b0f8aae88d10d1
[ "Apache-2.0" ]
4
2021-12-15T03:54:33.000Z
2022-03-01T07:27:52.000Z
package com.itheima.sms.vo; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import org.apache.commons.lang3.StringUtils; import java.time.LocalDateTime; @Data @ApiModel(description = ...
29.710744
128
0.533241
156bd86bb65feec528a41adc2e72e55e3a60a87a
12,879
asm
Assembly
8088/xtserver/imager/imager.asm
MS-DOS-stuff/reenigne
0a113990aef398550c6f14d1c7a33af1cb091887
[ "Unlicense" ]
1
2021-05-24T05:18:10.000Z
2021-05-24T05:18:10.000Z
8088/xtserver/imager/imager.asm
MS-DOS-stuff/reenigne
0a113990aef398550c6f14d1c7a33af1cb091887
[ "Unlicense" ]
null
null
null
8088/xtserver/imager/imager.asm
MS-DOS-stuff/reenigne
0a113990aef398550c6f14d1c7a33af1cb091887
[ "Unlicense" ]
null
null
null
%include "../../defaults_bin.asm" residentPortionEnd equ (tempBuffer + 19) residentPortionLength equ (residentPortionEnd - residentPortion) ; Non-resident portion ; Set up stack cli mov ax,0x30 mov ss,ax mov sp,0x100 sti cld mov si,residentPortion mov di,0 mov ax,0xa000 - (15 + residentPortion...
15.9
145
0.642985
74700ab5f089ac49577600d5bb45bc64f9c0946d
5,391
h
C
curl/Http/Router.h
napasa/Curl-Http
07cfb01cb258155ffcbb1dae81fd9315c9bdf904
[ "Apache-2.0" ]
3
2018-03-06T08:40:44.000Z
2018-03-30T09:18:06.000Z
curl/Http/Router.h
napasa/Curl-Http
07cfb01cb258155ffcbb1dae81fd9315c9bdf904
[ "Apache-2.0" ]
null
null
null
curl/Http/Router.h
napasa/Curl-Http
07cfb01cb258155ffcbb1dae81fd9315c9bdf904
[ "Apache-2.0" ]
null
null
null
#pragma once #include <vector> #include <curl/curl.h> #include <cassert> #define ROUTER Http::Router::GetInstance() namespace Http { /*Memory used for storing response Content*/ class Memory { public: Memory(); Memory(const Memory &memory); Memory(Memory &&memory); Memory & operator=(const Memory &memory)...
30.982759
136
0.678353
5f42fe13cf3d608ba4493fb77524de9eed713b0a
1,974
ts
TypeScript
packages/frontend/src/utils/dimensions.ts
kadhirvelm/corona-backend
837fa8ec0c67f56928391216efb1418153612f77
[ "MIT" ]
2
2020-04-12T12:42:21.000Z
2020-04-12T20:25:10.000Z
packages/frontend/src/utils/dimensions.ts
kadhirvelm/corona-backend
837fa8ec0c67f56928391216efb1418153612f77
[ "MIT" ]
26
2020-03-26T07:24:52.000Z
2020-07-13T01:13:02.000Z
packages/frontend/src/utils/dimensions.ts
kadhirvelm/corona
837fa8ec0c67f56928391216efb1418153612f77
[ "MIT" ]
null
null
null
import { IDimensions, IDeviceType, IDevice } from "../typings"; export function getTotalDimensionSpacing(dimensions: IDimensions): { widthSpacing: number; heightSpacing: number } { return { widthSpacing: (dimensions.margin?.left ?? 0) + (dimensions.margin?.right ?? 0), heightSpacing: (dimensions.ma...
35.890909
116
0.535968
66406ba29c2c8ca588452d236224918fedddc16d
767
cpp
C++
src/FunctionButton.cpp
katsumin/GPSMapViewer
088e106afaa9380868c25e5161c5894279752fa9
[ "MIT" ]
1
2019-07-17T16:40:15.000Z
2019-07-17T16:40:15.000Z
src/FunctionButton.cpp
katsumin/GPSMapViewer
088e106afaa9380868c25e5161c5894279752fa9
[ "MIT" ]
null
null
null
src/FunctionButton.cpp
katsumin/GPSMapViewer
088e106afaa9380868c25e5161c5894279752fa9
[ "MIT" ]
null
null
null
#include "FunctionButton.h" FunctionButton::FunctionButton(Button *button) { _button = button; } void FunctionButton::_set(const char *label, uint32_t color) { _label = (char *)label; uint16_t x_pos = POS_A_X; uint16_t y_pos = M5.Lcd.height() - TEXT_HEIGHT; if (_button == &M5.BtnA) { x_pos = POS_A_X; ...
23.242424
79
0.653194
f1fd26ba7bd087dc052e0cedcc47a9d87b262d97
1,940
dart
Dart
lib/messages/MamMessageTypeHandler.dart
topocare/iota-mam-supply-chain-manager-poc
5e59f65e307058455c5bcc5501b9323bf2dd9def
[ "Apache-2.0" ]
2
2020-01-22T19:29:11.000Z
2020-03-10T10:58:22.000Z
lib/messages/MamMessageTypeHandler.dart
topocare/iota-mam-supply-chain-manager-poc
5e59f65e307058455c5bcc5501b9323bf2dd9def
[ "Apache-2.0" ]
null
null
null
lib/messages/MamMessageTypeHandler.dart
topocare/iota-mam-supply-chain-manager-poc
5e59f65e307058455c5bcc5501b9323bf2dd9def
[ "Apache-2.0" ]
3
2019-12-24T21:51:17.000Z
2020-10-18T07:06:49.000Z
import 'package:supply_chain_manager/mamHandler/MamFetchResponse.dart'; import 'package:supply_chain_manager/trytes/defines.dart'; import 'Buy.dart'; import 'IndexEntry.dart'; import 'Manufacturer.dart'; import 'messageTypes.dart'; import 'Product.dart'; import 'ProductionDetail.dart'; import 'Sell.dart'; /// Manage...
29.846154
109
0.692784
9c0af554cfd0f0ad621b977358c9f007feeb8d5c
5,766
ts
TypeScript
plugins/homekit/src/types/thermostat.ts
mrMiimo/scrypted
106a6ec85bc9fc624541ffc780cdcd4c79b63d6b
[ "MIT" ]
1
2021-09-22T21:45:29.000Z
2021-09-22T21:45:29.000Z
plugins/homekit/src/types/thermostat.ts
burnsra/scrypted
8febb163ed40b4b3b1aa1434ee7ab0e325ade69e
[ "MIT" ]
null
null
null
plugins/homekit/src/types/thermostat.ts
burnsra/scrypted
8febb163ed40b4b3b1aa1434ee7ab0e325ade69e
[ "MIT" ]
null
null
null
import { HumiditySensor, ScryptedDevice, ScryptedDeviceType, ScryptedInterface, ScryptedInterfaceProperty, TemperatureSetting, TemperatureUnit, Thermometer, ThermostatMode } from '@scrypted/sdk' import { addSupportedType, bindCharacteristic, DummyDevice } from '../common' import { Characteristic, CharacteristicEventTy...
48.864407
228
0.662851
062c879eb1464419694bdb397ad5ba40c4fd0ee6
347
asm
Assembly
programs/oeis/125/A125962.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/125/A125962.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/125/A125962.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A125962: Numbers whose base-9 representation is 555555555......5. ; 0,5,50,455,4100,36905,332150,2989355,26904200,242137805,2179240250,19613162255,176518460300,1588666142705,14297995284350,128681957559155,1158137618032400,10423238562291605,93809147060624450,844282323545620055,7598540911910580500 mov $1,9 pow $1,$0 d...
38.555556
230
0.815562
0380fca3580ce3ca65295a121d5864238729e9a2
972
asm
Assembly
src/SonicLostWorld/Mods/LinkSonicEverywhere/patch_LinksonicWorldMap.asm
lilystudent2016/cemu_graphic_packs
a7aaa6d07df0d5ca3f6475d741fb8b80fadd1a46
[ "CC0-1.0" ]
1,002
2017-01-10T13:10:55.000Z
2020-11-20T18:34:19.000Z
src/SonicLostWorld/Mods/LinkSonicEverywhere/patch_LinksonicWorldMap.asm
lilystudent2016/cemu_graphic_packs
a7aaa6d07df0d5ca3f6475d741fb8b80fadd1a46
[ "CC0-1.0" ]
347
2017-01-11T21:13:20.000Z
2020-11-27T11:33:05.000Z
src/SonicLostWorld/Mods/LinkSonicEverywhere/patch_LinksonicWorldMap.asm
lilystudent2016/cemu_graphic_packs
a7aaa6d07df0d5ca3f6475d741fb8b80fadd1a46
[ "CC0-1.0" ]
850
2017-01-10T06:06:43.000Z
2020-11-06T21:16:49.000Z
[sonic2013_v48] moduleMatches = 0xC5691A40 .origin = codecave ; app::WorldAreaMapInfo::Load _linkSonicLoad: lwz r12, 0(r31) lwz r0, 0xC(r12) lis r4, LinksonicPacLoad@ha mtctr r0 addi r4, r4, LinksonicPacLoad@l li r5, 0x4001 mr r3, r31 bctrl ; return to original code lwz r12, 0(r31) b 0x02B0FD04 ; app::WorldAreaMap...
17.052632
42
0.757202
17479714bfbbfe662fc92e0a21908697690dcecb
281
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_isunordered_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_isunordered_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_isunordered_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; int isunordered(double x, double y) __z88dk_callee SECTION code_fp_math48 PUBLIC cm48_sdcciy_isunordered_callee EXTERN am48_isunordered, cm48_sdcciyp_dcallee2 cm48_sdcciy_isunordered_callee: call cm48_sdcciyp_dcallee2 ; AC'= y ; AC = x jp am48_isunordered
15.611111
52
0.786477
7ab3a949f07c306dcdd79308c2719fc30ac12b06
1,256
kts
Kotlin
settings.gradle.kts
teyckmans/kuberig-dsl
85e1dcd7ed4c25f00d33911d39fee84cb67ca972
[ "Apache-2.0" ]
9
2019-03-08T16:15:16.000Z
2020-02-22T11:45:00.000Z
settings.gradle.kts
teyckmans/kuberig-dsl
85e1dcd7ed4c25f00d33911d39fee84cb67ca972
[ "Apache-2.0" ]
14
2019-03-19T23:22:59.000Z
2020-10-15T04:24:58.000Z
settings.gradle.kts
kuberig-io/kuberig-dsl
85e1dcd7ed4c25f00d33911d39fee84cb67ca972
[ "Apache-2.0" ]
null
null
null
rootProject.name = "kuberig-dsl" pluginManagement { val kotlinVersion : String by settings val dokkaVersion : String by settings resolutionStrategy { eachPlugin { if (requested.id.id == "org.jetbrains.kotlin.jvm") { useModule("org.jetbrains.kotlin:kotlin-gradle-plugin:$...
26.723404
87
0.583599
9bd1634c794f8b2184d0d285dc34c1514189f624
843
js
JavaScript
douban/choose-action.js
feihong/webextension-quickstart
2ca6c2774e2827798e674a9c17f10de52d208a53
[ "Apache-2.0" ]
null
null
null
douban/choose-action.js
feihong/webextension-quickstart
2ca6c2774e2827798e674a9c17f10de52d208a53
[ "Apache-2.0" ]
null
null
null
douban/choose-action.js
feihong/webextension-quickstart
2ca6c2774e2827798e674a9c17f10de52d208a53
[ "Apache-2.0" ]
null
null
null
function addEventListener(selector, eventName, fn) { let node = document.querySelector(selector) node.addEventListener('click', fn) } addEventListener('.show', 'click', evt => { browser.tabs.executeScript({ code: 'showMetadata()' }).then(window.close) }) // addEventListener('.copy', 'click', evt => { // ...
28.1
65
0.679715