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
7dac0033b2f96be56d4f4e976827d9b29c9c3f27
1,933
sql
SQL
src/pg/sql/05_segmentation.sql
splashblot/docker-crankshaft
281fab0bb5e05e91f98aaefc4a5e2b3abefaf18d
[ "BSD-3-Clause" ]
1
2018-06-29T01:46:25.000Z
2018-06-29T01:46:25.000Z
src/pg/sql/05_segmentation.sql
splashblot/docker-crankshaft
281fab0bb5e05e91f98aaefc4a5e2b3abefaf18d
[ "BSD-3-Clause" ]
null
null
null
src/pg/sql/05_segmentation.sql
splashblot/docker-crankshaft
281fab0bb5e05e91f98aaefc4a5e2b3abefaf18d
[ "BSD-3-Clause" ]
1
2019-12-06T16:32:18.000Z
2019-12-06T16:32:18.000Z
CREATE OR REPLACE FUNCTION CDB_CreateAndPredictSegment( target NUMERIC[], features NUMERIC[], target_features NUMERIC[], target_ids NUMERIC[], n_estimators INTEGER DEFAULT 1200, max_depth INTEGER DEFAULT 3, subsample DOUBLE PRECISION DEFAULT 0.5, learning_rate DOUBLE PRECISION DEFAULT...
35.796296
166
0.707191
e773179e38973a8288f6d18a85b3ce3208fd7f9f
5,909
js
JavaScript
src/renderer/dal/dbinit.js
Sindcs/electron-vue-Note
68975b9678e1a23a47935c1b0a920795cf4613ee
[ "MIT" ]
8
2018-06-08T01:32:40.000Z
2021-08-24T08:52:56.000Z
src/renderer/dal/dbinit.js
Sindcs/elevue-Note
68975b9678e1a23a47935c1b0a920795cf4613ee
[ "MIT" ]
null
null
null
src/renderer/dal/dbinit.js
Sindcs/elevue-Note
68975b9678e1a23a47935c1b0a920795cf4613ee
[ "MIT" ]
2
2019-03-10T16:47:38.000Z
2020-09-15T15:53:50.000Z
/** * 数据库初始化 */ import log from '../foundation/log' import sqlite from '../foundation/sqlitdb' var db = sqlite.sqliteDb const nedb = require('../foundation/nedb') const dbinit = {} dbinit.initDatabase = function () { return nedb.db } dbinit.initTable = function () { return new Promise((resolve, reject) => { ...
24.620833
75
0.442715
37a4488da734ba253b8d845b346eae193e3895d6
113
sql
SQL
src/test/resources/sql/_unknown/f69d6012.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
66
2018-06-15T11:34:03.000Z
2022-03-16T09:24:49.000Z
src/test/resources/sql/_unknown/f69d6012.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
13
2019-03-19T11:56:28.000Z
2020-08-05T04:20:50.000Z
src/test/resources/sql/_unknown/f69d6012.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
28
2019-01-05T19:59:02.000Z
2022-03-24T11:55:50.000Z
-- file:aggregates.sql ln:673 expect:false if state is null then if n is not null then new_state.total := n
22.6
42
0.716814
7d06407534899fe45fcb10155e79dd9a4ab1ef80
2,279
swift
Swift
Sources/SessionPlus/HTTP.swift
richardpiazza/SessionPlus
bae473594bfdb51d5c3983463aa4cda9b235e4ad
[ "MIT" ]
2
2020-06-19T13:00:47.000Z
2020-08-02T07:07:35.000Z
Sources/SessionPlus/HTTP.swift
richardpiazza/SessionPlus
bae473594bfdb51d5c3983463aa4cda9b235e4ad
[ "MIT" ]
null
null
null
Sources/SessionPlus/HTTP.swift
richardpiazza/SessionPlus
bae473594bfdb51d5c3983463aa4cda9b235e4ad
[ "MIT" ]
null
null
null
import Foundation #if canImport(FoundationNetworking) import FoundationNetworking #endif /// A Collection of methods/headers/values/types used during basic HTTP interactions. public struct HTTP { /// HTTP Headers as provided from HTTPURLResponse public typealias Headers = [AnyHashable : Any] /// ...
39.293103
128
0.661255
c684f3be73b2558f21388fd11326c75c197bcac7
200
swift
Swift
Example/REIAnalyticsKit/DummySwiftObject.swift
S0MMS/REIAnalyticsKit
b116e02ff9caba8b286f9fde987c2e28b68a7d7a
[ "MIT" ]
null
null
null
Example/REIAnalyticsKit/DummySwiftObject.swift
S0MMS/REIAnalyticsKit
b116e02ff9caba8b286f9fde987c2e28b68a7d7a
[ "MIT" ]
null
null
null
Example/REIAnalyticsKit/DummySwiftObject.swift
S0MMS/REIAnalyticsKit
b116e02ff9caba8b286f9fde987c2e28b68a7d7a
[ "MIT" ]
null
null
null
// // DummySwiftObject.swift // REIAnalyticsKit_Example // // Created by chris1 on 7/30/19. // Copyright © 2019 S0MMS. All rights reserved. // import UIKit class DummySwiftObject: NSObject { }
14.285714
48
0.705
0fe0730b24616f581dd827b97b19c8274ad91f07
466
ps1
PowerShell
Basic/Different-kinds-of-null/.test.ps1
ImportTaste/PowerShellTraps
f43c215b67073cb8f22be662aab5825f72658f5a
[ "Apache-2.0" ]
348
2015-04-09T19:04:40.000Z
2022-03-17T07:32:52.000Z
Basic/Different-kinds-of-null/.test.ps1
ImportTaste/PowerShellTraps
f43c215b67073cb8f22be662aab5825f72658f5a
[ "Apache-2.0" ]
12
2015-05-20T17:17:26.000Z
2021-04-06T09:19:28.000Z
Basic/Different-kinds-of-null/.test.ps1
ImportTaste/PowerShellTraps
f43c215b67073cb8f22be662aab5825f72658f5a
[ "Apache-2.0" ]
37
2015-05-25T08:08:51.000Z
2022-01-20T06:26:13.000Z
$v2 = $PSVersionTable.PSVersion.Major -eq 2 task Test-1-different-results { ($r = .\Test-1-different-results.ps1) if ($v2) { equals 'True|1|1' ($r -join '|') } else { equals 'True|0|1' ($r -join '|') } } task Test-2-not-exactly-null { ($r = .\Test-2-not-exactly-null.ps1) if ($v2) { equals 'PropertyNotFo...
20.26087
80
0.630901
5b35facab14a9dba0d2b47cbc37bbef257bdf268
7,427
sql
SQL
mshopVgitsalah/eshop (2).sql
GITSALAHE/projet-fil-rouge-Youcode
36d09b7758cf46bebd401d04b41c232ee002124c
[ "MIT" ]
2
2020-07-09T21:40:34.000Z
2020-08-16T18:52:21.000Z
mshopVgitsalah/eshop (2).sql
GITSALAHE/projet-fil-rouge-Youcode
36d09b7758cf46bebd401d04b41c232ee002124c
[ "MIT" ]
null
null
null
mshopVgitsalah/eshop (2).sql
GITSALAHE/projet-fil-rouge-Youcode
36d09b7758cf46bebd401d04b41c232ee002124c
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 5.0.2 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Jul 18, 2020 at 03:15 AM -- Server version: 10.4.13-MariaDB -- PHP Version: 7.4.7 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIEN...
22.438066
166
0.624748
9b88bc9de33f1e1f12d6c8d554e5b11e0f6b23fa
2,074
js
JavaScript
src/components/Main.js
jonasdk/Malvid
6a560e0ba5147e127f904b6bdd94d044c088a2d1
[ "MIT" ]
1
2019-02-06T07:55:31.000Z
2019-02-06T07:55:31.000Z
src/components/Main.js
jonasdk/Malvid
6a560e0ba5147e127f904b6bdd94d044c088a2d1
[ "MIT" ]
null
null
null
src/components/Main.js
jonasdk/Malvid
6a560e0ba5147e127f904b6bdd94d044c088a2d1
[ "MIT" ]
null
null
null
'use strict' const { bindActionCreators } = require('redux') const { connect } = require('react-redux') const { css } = require('glamor') const h = require('../utils/h') const enhanceState = require('../utils/enhanceState') const actions = require('../actions') const { SIZE_STATUS_ACTIVE } = require('../constants/siz...
24.116279
89
0.650916
ad4a0a08eae188b1f9340956a389ee04d81e0636
3,634
asm
Assembly
env/zx/esxdos128/page2page.asm
pjshumphreys/querycsv
48453d8c81fb5fc6db495881c99046f7a7656cbc
[ "MIT" ]
18
2017-04-17T23:19:51.000Z
2022-02-09T00:26:21.000Z
env/zx/esxdos128/page2page.asm
pjshumphreys/querycsv
48453d8c81fb5fc6db495881c99046f7a7656cbc
[ "MIT" ]
null
null
null
env/zx/esxdos128/page2page.asm
pjshumphreys/querycsv
48453d8c81fb5fc6db495881c99046f7a7656cbc
[ "MIT" ]
null
null
null
include "../common/equs.inc" DIVMMC equ 0xe3 org 0xbce0 ;--------------------------------------- ; mypager2 - switch to the low bank specified in the accumulator. ; Interupts must be disabled before this function is called mypager2: push bc ld c, DIVMMC ; port used for switching low rom banks out (c), a ; d...
27.740458
187
0.660154
c6b33c22f9a9b72269f3d472eff87d6b8a093056
15,432
ps1
PowerShell
Public/Initialize-OSDBuilder.ps1
byteben/OSDBuilder
fbd53c0ad1e856f88450a534f30db81a60a473df
[ "MIT" ]
1
2021-07-20T23:29:50.000Z
2021-07-20T23:29:50.000Z
Public/Initialize-OSDBuilder.ps1
byteben/OSDBuilder
fbd53c0ad1e856f88450a534f30db81a60a473df
[ "MIT" ]
null
null
null
Public/Initialize-OSDBuilder.ps1
byteben/OSDBuilder
fbd53c0ad1e856f88450a534f30db81a60a473df
[ "MIT" ]
null
null
null
function Initialize-OSDBuilder { [CmdletBinding()] Param ( #Sets the OSDBuilder Path in the Registry [string]$SetHome ) #=================================================================================================== # GetOSDBuilderHome #====================================...
59.583012
238
0.625778
81faa610d8ea86d1c19bd4b3b34d2fb80f6e9f41
74
go
Go
hpg/results.go
yosssi/hpg
d4decaa4c4d9740a141cc21cb78d256043413b4c
[ "MIT" ]
1
2015-02-04T09:56:17.000Z
2015-02-04T09:56:17.000Z
hpg/results.go
yosssi/go-hpg
d4decaa4c4d9740a141cc21cb78d256043413b4c
[ "MIT" ]
null
null
null
hpg/results.go
yosssi/go-hpg
d4decaa4c4d9740a141cc21cb78d256043413b4c
[ "MIT" ]
null
null
null
package hpg // Results はレスポンスデータを表すインターフェースである。 type Results interface{}
14.8
35
0.810811
63648070c34e60d16a512eaa6b673371ae782231
893
sql
SQL
db_setup/testing_schema.sql
williamscollege/eqreserve
91cf523481a8a7d1c0d12b1e5c2b864bffacef41
[ "MIT" ]
3
2015-01-06T21:39:42.000Z
2018-03-22T16:12:49.000Z
db_setup/testing_schema.sql
williamscollege/eqreserve
91cf523481a8a7d1c0d12b1e5c2b864bffacef41
[ "MIT" ]
null
null
null
db_setup/testing_schema.sql
williamscollege/eqreserve
91cf523481a8a7d1c0d12b1e5c2b864bffacef41
[ "MIT" ]
null
null
null
/* PROJECT: Equipment Reserve (eqreserve) SQL DESCR: This creates a table that is used by the testing suites to verify database connection functionality and to test the DB linking class NOTES: This is for development only! You do not need this on the production server (though it shouldn't hurt anything ...
30.793103
136
0.699888
f04d3f1d74f6c269738f89d87766211a982c25ba
3,926
py
Python
applications/ShapeOptimizationApplication/python_scripts/analyzer_internal.py
AndreaVoltan/MyKratos7.0
e977752722e8ef1b606f25618c4bf8fd04c434cc
[ "BSD-4-Clause" ]
2
2020-04-30T19:13:08.000Z
2021-04-14T19:40:47.000Z
applications/ShapeOptimizationApplication/python_scripts/analyzer_internal.py
AndreaVoltan/MyKratos7.0
e977752722e8ef1b606f25618c4bf8fd04c434cc
[ "BSD-4-Clause" ]
1
2020-04-30T19:19:09.000Z
2020-05-02T14:22:36.000Z
applications/ShapeOptimizationApplication/python_scripts/analyzer_internal.py
AndreaVoltan/MyKratos7.0
e977752722e8ef1b606f25618c4bf8fd04c434cc
[ "BSD-4-Clause" ]
1
2020-06-12T08:51:24.000Z
2020-06-12T08:51:24.000Z
# ============================================================================== # KratosShapeOptimizationApplication # # License: BSD License # license: ShapeOptimizationApplication/license.txt # # Main authors: Baumgaertner Daniel, https://github.com/dbaumgaertner # ...
50.333333
156
0.609272
38fd74038e12d2a8ca9a5d175e0d596ceda75696
756
sql
SQL
web400-3(swpu_ctf)/db.sql
mehrdad-shokri/CTF_web
206529603af3824fc8117166ff978af3495f5a58
[ "MIT" ]
664
2016-08-23T01:03:00.000Z
2022-03-20T17:02:45.000Z
web400-3(swpu_ctf)/db.sql
CTFshow/CTF_web
206529603af3824fc8117166ff978af3495f5a58
[ "MIT" ]
12
2016-09-09T07:25:12.000Z
2021-10-05T21:11:48.000Z
web400-3(swpu_ctf)/db.sql
CTFshow/CTF_web
206529603af3824fc8117166ff978af3495f5a58
[ "MIT" ]
203
2016-10-17T02:15:33.000Z
2021-10-17T06:36:37.000Z
CREATE DATABASE `ctf` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; use `ctf`; CREATE table `user` ( `userid` int(11) not null primary key auto_increment, `name` varchar(20) not null , `salt` varchar(40) not null , `passwd` varchar(40) not null , `check` varchar(40) not null , `role` ...
25.2
75
0.698413
028ad2f334bbb0af34d2eb21dafe57fd52ade71a
3,875
ps1
PowerShell
ExpiringPasswordAudit.ps1
mmcglothern/PS_Utils
4ad99f7e37379b5224514072729235470d2d9ce7
[ "MIT" ]
null
null
null
ExpiringPasswordAudit.ps1
mmcglothern/PS_Utils
4ad99f7e37379b5224514072729235470d2d9ce7
[ "MIT" ]
null
null
null
ExpiringPasswordAudit.ps1
mmcglothern/PS_Utils
4ad99f7e37379b5224514072729235470d2d9ce7
[ "MIT" ]
null
null
null
#Script checks for AD accounts nearing expiration and emails reminders to the users. #Already-expired passwords also have a notification sent to the configured administrator email address. #This can be configured as a scheduled task to run at whatever interval is desired. #Written by Mike McGlothern 2/23/2016, ver...
55.357143
240
0.698581
f0706f06dae68a2eb12befe8740b73ce25344c53
10,323
py
Python
tests/test_cli.py
redglue/brickops
77fbe0da295f69b2b8bfebd0ec2c8b3bfdb1046b
[ "BSD-3-Clause" ]
null
null
null
tests/test_cli.py
redglue/brickops
77fbe0da295f69b2b8bfebd0ec2c8b3bfdb1046b
[ "BSD-3-Clause" ]
3
2019-07-23T16:38:14.000Z
2021-06-02T03:55:23.000Z
tests/test_cli.py
aquicore/apparate
bc0d9a5db2ffb863ddde4ff61ac2ac0dbc8f1bad
[ "BSD-3-Clause" ]
null
null
null
import logging from os.path import expanduser, join from unittest import mock import pytest from click.testing import CliRunner from configparser import ConfigParser from apparate.configure import configure from apparate.cli_commands import upload, upload_and_update logging.basicConfig(level=logging.INFO) logger = ...
28.675
79
0.625303
ee063b9eea1e9ebcc3b2dfd3e37508b5a49daa22
10,737
lua
Lua
source_code/host_agents/windows/binaries_for_windows_host_agent/nmap_utils/nselib/dicom.lua
Doctor-Venom/Cyber-Oracle
0cc3475416ea552704f4b1086d850fa90117ccc6
[ "MIT" ]
16
2020-09-20T22:32:54.000Z
2021-04-02T17:14:25.000Z
source_code/host_agents/windows/binaries_for_windows_host_agent/nmap_utils/nselib/dicom.lua
Doctor-Venom/Cyber-Oracle
0cc3475416ea552704f4b1086d850fa90117ccc6
[ "MIT" ]
3
2020-09-30T11:41:49.000Z
2021-12-19T23:27:19.000Z
source_code/host_agents/windows/binaries_for_windows_host_agent/nmap_utils/nselib/dicom.lua
Doctor-Venom/Cyber-Oracle
0cc3475416ea552704f4b1086d850fa90117ccc6
[ "MIT" ]
1
2020-11-04T07:54:01.000Z
2020-11-04T07:54:01.000Z
--- -- DICOM library -- -- This library implements (partially) the DICOM protocol. This protocol is used to -- capture, store and distribute medical images. -- -- From Wikipedia: -- The core application of the DICOM standard is to capture, store and distribute -- medical images. The standard also provides services rela...
39.32967
160
0.602869
72f08ebc384d80a308e04377ea4b89b31a0b06f7
695
swift
Swift
SymbolExtractorAndRenamer/swift/test/Obfuscation/SymbolExtractor/SymbolExtractor.swift
Polidea/SiriusObfuscator
b0e590d8130e97856afe578869b83a209e2b19be
[ "Apache-2.0" ]
427
2018-05-29T14:21:02.000Z
2022-03-16T03:17:54.000Z
SymbolExtractorAndRenamer/swift/test/Obfuscation/SymbolExtractor/SymbolExtractor.swift
PolideaPlayground/SiriusObfuscator
b0e590d8130e97856afe578869b83a209e2b19be
[ "Apache-2.0" ]
25
2018-07-23T08:34:15.000Z
2021-11-05T07:13:36.000Z
SymbolExtractorAndRenamer/swift/test/Obfuscation/SymbolExtractor/SymbolExtractor.swift
PolideaPlayground/SiriusObfuscator
b0e590d8130e97856afe578869b83a209e2b19be
[ "Apache-2.0" ]
52
2018-07-19T19:57:32.000Z
2022-03-11T16:05:38.000Z
//RUN: echo "{\"project\": {\"rootPath\": \"TestRootPath\", \"projectFilePath\": \"testProjectFilePath\"}, \"module\": {\"name\": \"TestModuleName\", \"triple\": \"x86_64-apple-macosx10.13\"}, \"sdk\": {\"name\": \"%target-sdk-name\", \"path\": \"%sdk\"}, \"sourceFiles\": [\"%S/Inputs\/ViewController.swift\", \"%S/Inp...
115.833333
567
0.634532
60539830ef602723975280d772accf2a36022c98
1,024
html
HTML
manuscript/page-406/body.html
marvindanig/nicholas-nickleby
e522d21945b8128d468c54790ceb7937d51ad0b2
[ "BlueOak-1.0.0", "CC-BY-4.0", "Unlicense" ]
null
null
null
manuscript/page-406/body.html
marvindanig/nicholas-nickleby
e522d21945b8128d468c54790ceb7937d51ad0b2
[ "BlueOak-1.0.0", "CC-BY-4.0", "Unlicense" ]
null
null
null
manuscript/page-406/body.html
marvindanig/nicholas-nickleby
e522d21945b8128d468c54790ceb7937d51ad0b2
[ "BlueOak-1.0.0", "CC-BY-4.0", "Unlicense" ]
null
null
null
<div class="leaf flex"><div class="inner justify"><p class="no-indent ">family hated him, and Smike paid for both. Nicholas saw it, and ground his teeth at every repetition of the savage and cowardly attack.</p><p>He had arranged a few regular lessons for the boys; and one night, as he paced up and down the dismal sch...
1,024
1,024
0.783203
86ab6b1afed29c9ac086cd7888945c69d05a41fa
1,871
go
Go
common_test.go
photogabble/colour
a10e3c750d1b7156dd8a90e61a40184ba90acba3
[ "MIT" ]
null
null
null
common_test.go
photogabble/colour
a10e3c750d1b7156dd8a90e61a40184ba90acba3
[ "MIT" ]
null
null
null
common_test.go
photogabble/colour
a10e3c750d1b7156dd8a90e61a40184ba90acba3
[ "MIT" ]
null
null
null
package colour_test import ( "colour" "colour/test" "image/color" "testing" ) func Test_NumberToHex_should_return_uint_as_string(t *testing.T) { helpers.AssertStringEquals("00", colour.NumberToHexString(0), t) helpers.AssertStringEquals("ff", colour.NumberToHexString(255), t) } func Test_ReduceHexStringValue_s...
42.522727
183
0.740246
8b0141ea302609d1fbab6a8b11aae4a4efc98602
1,086
dart
Dart
GuruCool_Mobile/quiz/Student/quizWidgets/bullets.dart
mandanshubham/GuruCool_UserInterface
aaf28d6d60a4e288ba50f0821be125d520ad5a38
[ "MIT" ]
null
null
null
GuruCool_Mobile/quiz/Student/quizWidgets/bullets.dart
mandanshubham/GuruCool_UserInterface
aaf28d6d60a4e288ba50f0821be125d520ad5a38
[ "MIT" ]
null
null
null
GuruCool_Mobile/quiz/Student/quizWidgets/bullets.dart
mandanshubham/GuruCool_UserInterface
aaf28d6d60a4e288ba50f0821be125d520ad5a38
[ "MIT" ]
9
2020-12-05T12:35:32.000Z
2021-01-19T12:42:48.000Z
import 'package:flutter/material.dart'; import '../SizeConfig.dart'; import '../quizConstants.dart'; class Bullets extends StatelessWidget { final String text; Bullets({@required this.text}); @override Widget build(BuildContext context) { SizeConfig().init(context); return Container( ...
27.15
60
0.532228
a62fde8c8a62c31daa1185786947acf0e6063095
8,181
dart
Dart
lib/src/neuralnetwork.dart
Husssam12/neuraldart
8db01b9229d082ab3a6d6b91bb97c8de760a1c6e
[ "MIT" ]
null
null
null
lib/src/neuralnetwork.dart
Husssam12/neuraldart
8db01b9229d082ab3a6d6b91bb97c8de760a1c6e
[ "MIT" ]
null
null
null
lib/src/neuralnetwork.dart
Husssam12/neuraldart
8db01b9229d082ab3a6d6b91bb97c8de760a1c6e
[ "MIT" ]
null
null
null
import 'dataset.dart'; import 'layer.dart'; import 'neuron.dart'; import 'utils.dart' as utils; enum NeuralNetworkType { elman, normal, } class NeuralNetwork { late final NeuralNetworkType _networkType; List<Layer> layers = []; late int size; NeuralNetwork(int size) { _networkType = NeuralNetworkType...
33.666667
87
0.602127
cebf455e1faf2a9cd447f860668b6e460a2f1538
2,478
lua
Lua
containertool/nodes/common_defaults.lua
S-S-X/metatool
65eb90440fa9ce4714266f7b5204c32681eeb5d7
[ "MIT" ]
2
2020-06-17T19:07:01.000Z
2022-01-11T22:32:39.000Z
containertool/nodes/common_defaults.lua
S-S-X/metatool
65eb90440fa9ce4714266f7b5204c32681eeb5d7
[ "MIT" ]
82
2020-05-20T06:09:43.000Z
2022-02-17T15:17:51.000Z
containertool/nodes/common_defaults.lua
S-S-X/metatool
65eb90440fa9ce4714266f7b5204c32681eeb5d7
[ "MIT" ]
null
null
null
-- -- Register rest of compatible nodes for Container tool -- local ns = metatool.ns('containertool') -- Node feature checker local is_tubedevice = ns.is_tubedevice -- Base metadata reader local get_common_attributes = ns.get_common_attributes -- Special metadata setters local set_key_lock_secret = ns.set_key_lock_se...
29.855422
83
0.766344
3581656993e1ae3f1c826fc90a0ab9ed27c58ce3
6,453
swift
Swift
test/Driver/bridging-pch.swift
calebkleveter/swift
7b0d10e2c762c5e3d4fb1ca1bef969db8a1cc536
[ "Apache-2.0" ]
2
2019-05-13T11:50:41.000Z
2019-05-13T11:50:42.000Z
test/Driver/bridging-pch.swift
calebkleveter/swift
7b0d10e2c762c5e3d4fb1ca1bef969db8a1cc536
[ "Apache-2.0" ]
null
null
null
test/Driver/bridging-pch.swift
calebkleveter/swift
7b0d10e2c762c5e3d4fb1ca1bef969db8a1cc536
[ "Apache-2.0" ]
null
null
null
// RUN: %empty-directory(%t) // RUN: %target-build-swift -typecheck -driver-print-actions -import-objc-header %S/Inputs/bridging-header.h %s 2>&1 | %FileCheck %s -check-prefix=YESPCHACT // YESPCHACT: 0: input, "{{.*}}Inputs/bridging-header.h", objc-header // YESPCHACT: 1: generate-pch, {0}, pch // YESPCHACT: 2: input,...
88.39726
272
0.687432
8773392cec0dc5aab5fa2b42a1255b0bf6648b96
3,475
html
HTML
modules/core/client/views/header.html
dcdrawk/paperCMS
883d97a55dc28ef89b083db6768f724461c01921
[ "MIT" ]
null
null
null
modules/core/client/views/header.html
dcdrawk/paperCMS
883d97a55dc28ef89b083db6768f724461c01921
[ "MIT" ]
null
null
null
modules/core/client/views/header.html
dcdrawk/paperCMS
883d97a55dc28ef89b083db6768f724461c01921
[ "MIT" ]
null
null
null
<section class="portfolio-header container" layout="row"> <div class="devin-pic"> <img alt="Devin Cook" src="/modules/core/client/img/devin.jpg" /> </div> <div class="header-text"> <h1 class="page-title md-display-1">Devin Cook</h1> <span class="page-title md-subhead">Front-End Developer / Interacti...
42.901235
213
0.584173
42b29aedb9249626159bc62e554a0f08f185130e
742
sql
SQL
pgwatch2/metrics/reco_superusers/9.1/metric_master.sql
pashagolub/pgwatch2
a0c54624cb0b9557bf253d129f1ab958675b501f
[ "BSD-3-Clause" ]
null
null
null
pgwatch2/metrics/reco_superusers/9.1/metric_master.sql
pashagolub/pgwatch2
a0c54624cb0b9557bf253d129f1ab958675b501f
[ "BSD-3-Clause" ]
1
2021-09-17T12:02:30.000Z
2021-09-17T12:16:35.000Z
pgwatch2/metrics/reco_superusers/9.1/metric_master.sql
pashagolub/pgwatch2
a0c54624cb0b9557bf253d129f1ab958675b501f
[ "BSD-3-Clause" ]
null
null
null
/* reco_* metrics have special handling - all results are stored actually under one 'recommendations' metric and following text columns are expected: reco_topic, object_name, recommendation, extra_info. */ with q_su as ( select count(*) from pg_roles where rolcanlogin and rolsuper ), q_total as ( select count(*)...
37.1
113
0.749326
fbbf15a76beafac80e44ff9895d5777405373af2
4,665
java
Java
fairy/src/main/java/com/example/fairy/utils/property/PropertyUtils.java
snpmyn/MyApplication
df679bbfb2503e4b1a4a9a90105097ffef45bb13
[ "Apache-2.0" ]
null
null
null
fairy/src/main/java/com/example/fairy/utils/property/PropertyUtils.java
snpmyn/MyApplication
df679bbfb2503e4b1a4a9a90105097ffef45bb13
[ "Apache-2.0" ]
null
null
null
fairy/src/main/java/com/example/fairy/utils/property/PropertyUtils.java
snpmyn/MyApplication
df679bbfb2503e4b1a4a9a90105097ffef45bb13
[ "Apache-2.0" ]
null
null
null
package com.example.fairy.utils.property; import android.content.Context; import android.text.TextUtils; import com.example.fairy.utils.log.LogUtils; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.nio.charset.StandardCharsets; impo...
27.934132
105
0.561415
6fcbdf7e54b104cb04e8f4038caf124e80ca7ca7
1,790
swift
Swift
Controller/Groups&Pages/GroupMoreController.swift
AgrinobleAGN/Agrinoble-Mobile-App-iOS
9c28c53b8f3b74afcf5ba1e280c2f7ac36de2403
[ "MIT" ]
1
2021-09-29T03:08:51.000Z
2021-09-29T03:08:51.000Z
Controller/Groups&Pages/GroupMoreController.swift
AgrinobleAGN/Agrinoble-Mobile-App-iOS
9c28c53b8f3b74afcf5ba1e280c2f7ac36de2403
[ "MIT" ]
null
null
null
Controller/Groups&Pages/GroupMoreController.swift
AgrinobleAGN/Agrinoble-Mobile-App-iOS
9c28c53b8f3b74afcf5ba1e280c2f7ac36de2403
[ "MIT" ]
null
null
null
import UIKit import WoWonderTimelineSDK class GroupMoreController: UIViewController { @IBOutlet weak var moreLabel: UILabel! @IBOutlet weak var copyLinkBtn: UIButton! @IBOutlet weak var shareBtn: UIButton! @IBOutlet weak var settingBtn: UIButton! @IBOutlet weak var closeBtn: UIButton! ...
30.338983
111
0.603352
74cfe16b47b5684149a6062915f6a9e8c6af0318
16,567
rs
Rust
cargo/vendor/windows-sys-0.32.0/src/Windows/Win32/System/EventCollector/mod.rs
btwiuse/invctrl
b3b47ad75510bd48bb235f1813cc6eb391579a00
[ "MIT" ]
1
2020-01-15T09:33:02.000Z
2020-01-15T09:33:02.000Z
cargo/vendor/windows-sys-0.32.0/src/Windows/Win32/System/EventCollector/mod.rs
btwiuse/conntroll
39e426475a13a0610252dab8c030206a27a955fd
[ "MIT" ]
null
null
null
cargo/vendor/windows-sys-0.32.0/src/Windows/Win32/System/EventCollector/mod.rs
btwiuse/conntroll
39e426475a13a0610252dab8c030206a27a955fd
[ "MIT" ]
null
null
null
#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)] #[link(name = "windows")] extern "system" { #[doc = "*Required features: 'Win32_System_EventCollector', 'Win32_Foundation'*"] #[cfg(feature = "Win32_Foundation")] pub fn EcClose(object: isize) ...
66.003984
340
0.78596
f99194f77fd8c0e77fa7418543d31b25edb0e1b8
2,203
go
Go
commands/auth_test.go
fantasticrabbit/faas-cli
b1c09c0243f69990b6c81a17d7337f0fd23e7542
[ "MIT" ]
670
2017-09-24T09:20:57.000Z
2022-03-31T07:56:58.000Z
commands/auth_test.go
fantasticrabbit/faas-cli
b1c09c0243f69990b6c81a17d7337f0fd23e7542
[ "MIT" ]
744
2017-09-24T10:09:16.000Z
2022-03-28T09:37:50.000Z
commands/auth_test.go
fantasticrabbit/faas-cli
b1c09c0243f69990b6c81a17d7337f0fd23e7542
[ "MIT" ]
243
2017-09-25T14:51:12.000Z
2022-03-03T10:50:27.000Z
// Copyright (c) OpenFaaS Ltd 2021. All rights reserved. // // Licensed for use with OpenFaaS Pro only // See EULA: https://github.com/openfaas/faas/blob/master/pro/EULA.md package commands import ( "testing" ) func Test_auth(t *testing.T) { testCases := []struct { name string authURL string eula b...
20.588785
139
0.603268
4fa6f7fb754a29687285cb5227a7219f58f69257
3,138
sql
SQL
my_mvc_db.sql
ucantseeme/p2
8e9734af6c0c6c7db247ae68d35517944a618b34
[ "MIT" ]
null
null
null
my_mvc_db.sql
ucantseeme/p2
8e9734af6c0c6c7db247ae68d35517944a618b34
[ "MIT" ]
null
null
null
my_mvc_db.sql
ucantseeme/p2
8e9734af6c0c6c7db247ae68d35517944a618b34
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 4.4.10 -- http://www.phpmyadmin.net -- -- Host: localhost:3306 -- Generation Time: Jan 26, 2016 at 08:29 AM -- Server version: 5.5.42 -- PHP Version: 5.6.10 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; -- -- Database: `my_mvc_db` -- -- --------------------------...
34.108696
350
0.68515
565941a4fdad1122f02122ca19fcb9fa26891afd
1,390
kt
Kotlin
meet-app/app/src/main/java/com/example/alejandro/myapplication/controllers/chat/ChatController.kt
AlejandroFraga/meet-app
98fb27a86e2ffa4e22ce51d6135dd2996e65e86f
[ "MIT" ]
null
null
null
meet-app/app/src/main/java/com/example/alejandro/myapplication/controllers/chat/ChatController.kt
AlejandroFraga/meet-app
98fb27a86e2ffa4e22ce51d6135dd2996e65e86f
[ "MIT" ]
null
null
null
meet-app/app/src/main/java/com/example/alejandro/myapplication/controllers/chat/ChatController.kt
AlejandroFraga/meet-app
98fb27a86e2ffa4e22ce51d6135dd2996e65e86f
[ "MIT" ]
null
null
null
package com.example.alejandro.myapplication.controllers.chat import com.example.alejandro.myapplication.facades.DatabaseFacade import com.example.alejandro.myapplication.model.chat.Mensaxe import com.example.alejandro.myapplication.service.chat.ChatService import com.example.alejandro.myapplication.service.chat.ChatSe...
26.226415
74
0.725899
22fd2d83a74b1317032431f1838d9bfdd10c0b82
988
cpp
C++
codeforces/A - Almost Equal/Accepted.cpp
kzvd4729/Problem-Solving
13b105e725a4c2f8db7fecc5d7a8f932b9fef4ab
[ "MIT" ]
1
2022-02-11T16:55:36.000Z
2022-02-11T16:55:36.000Z
codeforces/A - Almost Equal/Accepted.cpp
kzvd4729/Problem-Solving
13b105e725a4c2f8db7fecc5d7a8f932b9fef4ab
[ "MIT" ]
null
null
null
codeforces/A - Almost Equal/Accepted.cpp
kzvd4729/Problem-Solving
13b105e725a4c2f8db7fecc5d7a8f932b9fef4ab
[ "MIT" ]
null
null
null
/**************************************************************************************** * @author: kzvd4729 created: Apr/20/2020 10:23 * solution_verdict: Accepted language: GNU C++14 * run...
36.592593
111
0.376518
6fd853b2b9b8e8db9d1620dd8195198a24aaad1d
7,320
rs
Rust
src/lib.rs
registreerocks/ripple-address-codec-rust
a1084a39add63e52ab413bc307d2ec32905486c9
[ "Apache-2.0" ]
null
null
null
src/lib.rs
registreerocks/ripple-address-codec-rust
a1084a39add63e52ab413bc307d2ec32905486c9
[ "Apache-2.0" ]
null
null
null
src/lib.rs
registreerocks/ripple-address-codec-rust
a1084a39add63e52ab413bc307d2ec32905486c9
[ "Apache-2.0" ]
1
2021-10-04T13:21:11.000Z
2021-10-04T13:21:11.000Z
//! Encodes/decodes base58 encoded XRP Ledger identifiers //! //! Functions for encoding and decoding XRP Ledger addresses and seeds. //! //! # Examples //! //! See [Functions][crate#functions] section #![deny( warnings, clippy::all, missing_debug_implementations, missing_copy_implementations, miss...
26.330935
94
0.670219
2650769820d2cf31009f7209689e33328c929489
8,247
java
Java
OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/project/hibernate-core/src/test/java/org/hibernate/test/collection/list/PersistentListTest.java
HerrB92/obp
31238554ec22a10e56892e987439ded36d671e1e
[ "MIT" ]
null
null
null
OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/project/hibernate-core/src/test/java/org/hibernate/test/collection/list/PersistentListTest.java
HerrB92/obp
31238554ec22a10e56892e987439ded36d671e1e
[ "MIT" ]
null
null
null
OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/project/hibernate-core/src/test/java/org/hibernate/test/collection/list/PersistentListTest.java
HerrB92/obp
31238554ec22a10e56892e987439ded36d671e1e
[ "MIT" ]
1
2022-01-06T09:05:56.000Z
2022-01-06T09:05:56.000Z
/* * Hibernate, Relational Persistence for Idiomatic Java * * Copyright (c) 2011, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are * distributed under license by Red Hat Inc. * * T...
37.486364
194
0.715897
518a12efe92d360fbf8c98949978ae249f84224a
19,515
dart
Dart
packages/flutter/lib/src/widgets/routes.dart
collinjackson/flutter
e2ab858202eba9aa0d874567a087b4b64a8ba3e0
[ "BSD-3-Clause" ]
null
null
null
packages/flutter/lib/src/widgets/routes.dart
collinjackson/flutter
e2ab858202eba9aa0d874567a087b4b64a8ba3e0
[ "BSD-3-Clause" ]
null
null
null
packages/flutter/lib/src/widgets/routes.dart
collinjackson/flutter
e2ab858202eba9aa0d874567a087b4b64a8ba3e0
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2015 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 'dart:async'; import 'basic.dart'; import 'focus.dart'; import 'framework.dart'; import 'modal_barrier.dart'; import 'navigator.dart'; import 'ove...
32.743289
128
0.702741
9b9e89fdb47da71602a47fc086c3ffa856b07e9e
1,149
js
JavaScript
rvsscan2.0/WebContent/js/donuts.js
fangke-ray/RVS-OGZ
733365cb6af455c7bc977eb6867b21c41d25fc42
[ "Apache-2.0" ]
null
null
null
rvsscan2.0/WebContent/js/donuts.js
fangke-ray/RVS-OGZ
733365cb6af455c7bc977eb6867b21c41d25fc42
[ "Apache-2.0" ]
null
null
null
rvsscan2.0/WebContent/js/donuts.js
fangke-ray/RVS-OGZ
733365cb6af455c7bc977eb6867b21c41d25fc42
[ "Apache-2.0" ]
2
2019-03-01T02:27:57.000Z
2019-06-13T12:32:34.000Z
/* ============================================================ * donuts v1.0 by Larentis Mattia @spiritualGuru * http://www.larentis.eu/donuts/ * ============================================================ * Licensed under the Apache License, Version 2.0 * http://www.apache.org/licenses/LICENSE-2.0 * ==========...
29.461538
75
0.497824
2df4e39cd88b646783d3c55c5a8d83f7bc329a4a
14,379
swift
Swift
CovidWatchTests/ExposureRiskModelTests.swift
AndreasInk/covidwatch-ios-en
9809305228e22c495f3ee16ef70d3011c62f4dc1
[ "Apache-2.0" ]
9
2020-07-09T04:34:35.000Z
2022-02-09T19:27:28.000Z
CovidWatchTests/ExposureRiskModelTests.swift
AndreasInk/covidwatch-ios-en
9809305228e22c495f3ee16ef70d3011c62f4dc1
[ "Apache-2.0" ]
28
2020-07-02T14:12:54.000Z
2020-10-12T00:53:20.000Z
CovidWatchTests/ExposureRiskModelTests.swift
AndreasInk/covidwatch-ios-en
9809305228e22c495f3ee16ef70d3011c62f4dc1
[ "Apache-2.0" ]
8
2020-07-07T14:19:23.000Z
2022-02-09T19:27:39.000Z
// // Created by Zsombor Szabo on 08/06/2020. // // import XCTest @testable import CovidWatch import ExposureNotification class ExposureRiskModelTests: XCTestCase { override func setUpWithError() throws { // Put setup code here. This method is called before the invocation of each test method in the cl...
35.857855
168
0.578343
2da2b1974cd398d19d6cdc7f2b3aed8d85592b7e
36,647
html
HTML
docs/_build/html/_modules/openassembly/pirate_topics/models.html
fragro/Open-Assembly
e9679ff5e7ae9881fa5781d763288ed2f40b014d
[ "BSD-3-Clause" ]
1
2015-11-05T08:22:19.000Z
2015-11-05T08:22:19.000Z
docs/_build/html/_modules/openassembly/pirate_topics/models.html
fragro/Open-Assembly
e9679ff5e7ae9881fa5781d763288ed2f40b014d
[ "BSD-3-Clause" ]
null
null
null
docs/_build/html/_modules/openassembly/pirate_topics/models.html
fragro/Open-Assembly
e9679ff5e7ae9881fa5781d763288ed2f40b014d
[ "BSD-3-Clause" ]
1
2018-02-03T18:25:41.000Z
2018-02-03T18:25:41.000Z
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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/html; charset=utf-8" /> <title>openassembly.pirate_topics.models &mdash; OA doc...
141.494208
645
0.624717
b34f749b4a3ec4cb163501e15b78d770303983dd
3,479
swift
Swift
swift-owner/Extensions/UIImageExtension.swift
chrronger/swift-owner
a88735ac848fbed15d48607d9fd0ae24dcebdb30
[ "Apache-2.0" ]
null
null
null
swift-owner/Extensions/UIImageExtension.swift
chrronger/swift-owner
a88735ac848fbed15d48607d9fd0ae24dcebdb30
[ "Apache-2.0" ]
null
null
null
swift-owner/Extensions/UIImageExtension.swift
chrronger/swift-owner
a88735ac848fbed15d48607d9fd0ae24dcebdb30
[ "Apache-2.0" ]
null
null
null
// // UIImageExtension.swift // swift-owner // // Created by sen on 16/9/18. // Copyright © 2016年 sen. All rights reserved. // import UIKit extension UIImage { /* 指定宽度等比缩放 - parameter newWidth: 需要缩放的宽度 - returns: 返回缩放后的图片 */ func equalScaleWithWidth(newWidth: CGFloat) ...
27.179688
84
0.556769
ee67ea423720a28d7b3d4f8bf6bcef19f226191f
35
dart
Dart
frontend/base/app/lib/feature/video/model/model.dart
nicelogic/warmth
e60bfd0f183c3d5971be6eceb26f24cff8284fb6
[ "Apache-2.0" ]
null
null
null
frontend/base/app/lib/feature/video/model/model.dart
nicelogic/warmth
e60bfd0f183c3d5971be6eceb26f24cff8284fb6
[ "Apache-2.0" ]
null
null
null
frontend/base/app/lib/feature/video/model/model.dart
nicelogic/warmth
e60bfd0f183c3d5971be6eceb26f24cff8284fb6
[ "Apache-2.0" ]
null
null
null
export 'media_stream_state.dart';
11.666667
33
0.8
9109f56f001c3e1aee516522f808ed40739ea799
472
sql
SQL
query/ram/ram_password_policy_expire_90.sql
turbot/steampipe-mod-alicloud-compliance
4a71c25dcd73545d385cb28479a0eb37c6ae90d0
[ "Apache-2.0" ]
6
2021-07-04T12:00:35.000Z
2022-02-20T07:47:50.000Z
query/ram/ram_password_policy_expire_90.sql
turbot/steampipe-mod-alicloud-compliance
4a71c25dcd73545d385cb28479a0eb37c6ae90d0
[ "Apache-2.0" ]
14
2021-06-18T00:35:30.000Z
2021-08-11T10:43:57.000Z
query/ram/ram_password_policy_expire_90.sql
turbot/steampipe-mod-alicloud-compliance
4a71c25dcd73545d385cb28479a0eb37c6ae90d0
[ "Apache-2.0" ]
1
2022-02-17T04:48:36.000Z
2022-02-17T04:48:36.000Z
select -- Required Columns 'acs:ram::' || a.account_id as resource, case when max_password_age <= 90 then 'ok' else 'alarm' end as status, case when max_password_age is null then 'Password expiration not set.' else 'Password expiration set to ' || max_password_age || ' days.' end as reason, ...
29.5
81
0.713983
ddd7514880fded6ff409390a7243064fb494627c
2,748
php
PHP
app/Exports/AWB/RedeemRewardExport.php
stevenheryanto/thriveApi
0795e8f96ceacfbea0f5455ad893a90328fabb5b
[ "MIT" ]
null
null
null
app/Exports/AWB/RedeemRewardExport.php
stevenheryanto/thriveApi
0795e8f96ceacfbea0f5455ad893a90328fabb5b
[ "MIT" ]
null
null
null
app/Exports/AWB/RedeemRewardExport.php
stevenheryanto/thriveApi
0795e8f96ceacfbea0f5455ad893a90328fabb5b
[ "MIT" ]
null
null
null
<?php namespace App\Exports\AWB; use Throwable; use App\Models\AWB\awb_trn_reward_claim; use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\Storage; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Contracts\Support\Responsable; use Maatwebsite\Excel\Concerns\Exportable; use Maatwebsite\Excel...
32.714286
149
0.621543
4036ceec260476e38a6dd863482ac8a3999e73a5
374
py
Python
mialab/classifier/__init__.py
mrunibe/MIALab
82d3f0f4344620fd22384108b022730cde9c7215
[ "Apache-2.0" ]
2
2018-12-05T09:03:28.000Z
2019-01-02T15:31:35.000Z
mialab/classifier/__init__.py
riedj1/MIALab
82d3f0f4344620fd22384108b022730cde9c7215
[ "Apache-2.0" ]
null
null
null
mialab/classifier/__init__.py
riedj1/MIALab
82d3f0f4344620fd22384108b022730cde9c7215
[ "Apache-2.0" ]
1
2018-10-20T21:27:55.000Z
2018-10-20T21:27:55.000Z
""" ====================================== Classifier (:mod:`classifier` package) ====================================== This package provides supervised machine learning classifiers. The decision forest module (:mod:`classifier.decision_forest`) -------------------------------------------------------------- .. auto...
26.714286
62
0.475936
0ccd4f9fbf2b5d4dda1cc40e475be33aa9ef28bc
320
py
Python
scraping/test001.py
flaviogf/Exemplos
fc666429f6e90c388e201fb7b7d5801e3c25bd25
[ "MIT" ]
null
null
null
scraping/test001.py
flaviogf/Exemplos
fc666429f6e90c388e201fb7b7d5801e3c25bd25
[ "MIT" ]
5
2019-12-29T04:58:10.000Z
2021-03-11T04:35:15.000Z
scraping/test001.py
flaviogf/Exemplos
fc666429f6e90c388e201fb7b7d5801e3c25bd25
[ "MIT" ]
null
null
null
import pandas import requests with open('avengers.csv', 'w') as file: file_url = 'https://raw.githubusercontent.com/fivethirtyeight/data/master/avengers/avengers.csv' response = requests.get(file_url) file.write(response.text) with open('avengers.csv', 'r') as file: data_frame = pandas.read_csv(file)
29.090909
100
0.73125
2705887b6a46d2c9d679cbe529157410f5a8f265
1,373
h
C
src/DescentEngine/src/SoundEngine/SoundEngineSDL.h
poseidn/KungFoo
35fa33bd5a9abb40ecf485db2fc038ca52c48a2d
[ "CC-BY-3.0", "CC0-1.0", "CC-BY-4.0" ]
7
2016-01-28T14:28:10.000Z
2021-09-03T17:33:37.000Z
src/DescentEngine/src/SoundEngine/SoundEngineSDL.h
poseidn/KungFoo
35fa33bd5a9abb40ecf485db2fc038ca52c48a2d
[ "CC-BY-3.0", "CC0-1.0", "CC-BY-4.0" ]
1
2016-03-19T11:34:36.000Z
2016-03-24T21:35:06.000Z
src/DescentEngine/src/SoundEngine/SoundEngineSDL.h
poseidn/KungFoo
35fa33bd5a9abb40ecf485db2fc038ca52c48a2d
[ "CC-BY-3.0", "CC0-1.0", "CC-BY-4.0" ]
3
2016-03-10T14:23:40.000Z
2019-03-17T16:21:21.000Z
/* Copyright (C) 2016 Thomas Hauth. All Rights Reserved. * Written by Thomas Hauth (Thomas.Hauth@web.de) This file is part of Kung Foo Barracuda. Kung Foo Barracuda is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation...
28.020408
87
0.775674
0c96e86ca1a15c8434d2cbc7e56c0f749d433cc7
2,885
py
Python
test/sca/test_rpa.py
scrambler-crypto/pyecsca
491abfb548455669abd470382a48dcd07b2eda87
[ "MIT" ]
null
null
null
test/sca/test_rpa.py
scrambler-crypto/pyecsca
491abfb548455669abd470382a48dcd07b2eda87
[ "MIT" ]
null
null
null
test/sca/test_rpa.py
scrambler-crypto/pyecsca
491abfb548455669abd470382a48dcd07b2eda87
[ "MIT" ]
null
null
null
from unittest import TestCase from parameterized import parameterized from pyecsca.ec.context import local from pyecsca.ec.mult import LTRMultiplier, BinaryNAFMultiplier, WindowNAFMultiplier, LadderMultiplier, \ DifferentialLadderMultiplier from pyecsca.ec.params import get_params from pyecsca.sca.re.rpa import M...
41.214286
110
0.664471
26150a9f577f67505e0b3617aed7f574dc20e647
3,781
java
Java
src/main/java/com/sap/dsc/aas/lib/aml/amlx/AmlxPackage.java
Daespen/aas-transformation-library
4399e4d770154b52c8d06edb211223e6bcd84d8d
[ "Apache-2.0" ]
1
2021-09-29T08:18:25.000Z
2021-09-29T08:18:25.000Z
src/main/java/com/sap/dsc/aas/lib/aml/amlx/AmlxPackage.java
Daespen/aas-transformation-library
4399e4d770154b52c8d06edb211223e6bcd84d8d
[ "Apache-2.0" ]
5
2021-10-19T15:00:07.000Z
2021-12-16T10:24:38.000Z
src/main/java/com/sap/dsc/aas/lib/aml/amlx/AmlxPackage.java
Daespen/aas-transformation-library
4399e4d770154b52c8d06edb211223e6bcd84d8d
[ "Apache-2.0" ]
4
2021-09-24T13:29:03.000Z
2022-02-27T18:53:32.000Z
/* SPDX-FileCopyrightText: (C)2021 SAP SE or an affiliate company and aas-transformation-library contributors. All rights reserved. SPDX-License-Identifier: Apache-2.0 */ package com.sap.dsc.aas.lib.aml.amlx; import java.util.List; import java.util.stream.Collectors; import java.util.stream.StreamSupport; im...
38.581633
142
0.658291
110febe57fd55f57e128bf3293f3f2b0598ef606
1,836
dart
Dart
lib/utils/image_provider.dart
winterdl/kinoko
9cb040e2efcbe08377826c4bb7518cfd0ced0564
[ "MIT" ]
119
2020-09-22T07:40:55.000Z
2022-03-28T18:28:02.000Z
lib/utils/image_provider.dart
winterdl/kinoko
9cb040e2efcbe08377826c4bb7518cfd0ced0564
[ "MIT" ]
32
2021-07-19T12:03:00.000Z
2022-03-25T06:39:04.000Z
lib/utils/image_provider.dart
winterdl/kinoko
9cb040e2efcbe08377826c4bb7518cfd0ced0564
[ "MIT" ]
14
2021-07-16T14:38:35.000Z
2022-03-06T00:25:37.000Z
import 'dart:convert'; import 'dart:io'; import 'package:cached_network_image/cached_network_image.dart'; import 'package:flutter/material.dart'; import 'package:flutter_svg_provider/flutter_svg_provider.dart'; import 'package:glib/main/project.dart'; import 'package:crypto/crypto.dart'; import 'neo_cache_manager.da...
29.142857
143
0.662309
5e9937441f0c4614314037243cc6799caa1743fd
2,817
ps1
PowerShell
generate/definitions/VARIANTS.ps1
leojonathanoh/php7-fpm-mysqli-alpine
91a57f539b86461cb5ae17f8f506c2a70df85f97
[ "Apache-2.0" ]
1
2021-02-24T17:08:51.000Z
2021-02-24T17:08:51.000Z
generate/definitions/VARIANTS.ps1
leojonathanoh/php7-fpm-mysqli-alpine
91a57f539b86461cb5ae17f8f506c2a70df85f97
[ "Apache-2.0" ]
1
2021-02-15T16:42:52.000Z
2021-02-15T16:52:28.000Z
generate/definitions/VARIANTS.ps1
theohbrothers/docker-php
91a57f539b86461cb5ae17f8f506c2a70df85f97
[ "Apache-2.0" ]
1
2019-04-29T05:37:54.000Z
2019-04-29T05:37:54.000Z
# Docker image variants' definitions $local:VARIANTS_BASE_IMAGE_TAGS = @( '8.0.1-fpm-alpine3.13' '7.4.14-fpm-alpine3.13' '7.3.26-fpm-alpine3.13' '7.2.34-fpm-alpine3.12' ) $local:VARIANTS_MATRIX = @( $local:VARIANTS_BASE_IMAGE_TAGS | % { @{ base_image_tag = $_ subvaria...
37.065789
138
0.423145
743688aa8eed6d4d6553c2734f583ee91cdb3512
13,594
html
HTML
themes/admin/nav/index.html
AesopL/isheying
721e990370aed72f5e1600d1a25c23188e83bc1a
[ "Apache-2.0" ]
null
null
null
themes/admin/nav/index.html
AesopL/isheying
721e990370aed72f5e1600d1a25c23188e83bc1a
[ "Apache-2.0" ]
null
null
null
themes/admin/nav/index.html
AesopL/isheying
721e990370aed72f5e1600d1a25c23188e83bc1a
[ "Apache-2.0" ]
null
null
null
{extend name="base" /} {block name="body"} <div class="panel"> <div class="panel-heading"> <h5>导航管理</h5> </div> <div class="panel-body"> <div class="pull-right"> <button class="btn btn-primary" data-toggle="modal" data-target="#addNav">添加导航</button> </div> <form a...
44.717105
114
0.382816
99f2954e62a9242038cc058a9d89dc219409dfda
5,397
dart
Dart
lib/utils/utils_task_timeline.dart
msi-shamim/pendu_driver
45636f47f60afb97d61084916e21032dce8a3a5e
[ "BSD-3-Clause" ]
null
null
null
lib/utils/utils_task_timeline.dart
msi-shamim/pendu_driver
45636f47f60afb97d61084916e21032dce8a3a5e
[ "BSD-3-Clause" ]
null
null
null
lib/utils/utils_task_timeline.dart
msi-shamim/pendu_driver
45636f47f60afb97d61084916e21032dce8a3a5e
[ "BSD-3-Clause" ]
null
null
null
import 'package:flutter/material.dart'; import 'package:pendu_driver/screen/screen.dart'; import 'package:pendu_driver/utils/utils.dart'; import 'package:timelines/timelines.dart'; // ignore: must_be_immutable class TaskTimeLineUtils extends StatefulWidget { int screenValue = 0; TaskTimeLineUtils({this.screenValue...
31.934911
77
0.468779
917b68b274fe3722ef72cd737eed2e60866ba99e
351
asm
Assembly
oeis/099/A099915.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/099/A099915.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/099/A099915.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A099915: Expansion of (1+4x)/((1-x)(1-10x)). ; Submitted by Jamie Morken(m1) ; 1,15,155,1555,15555,155555,1555555,15555555,155555555,1555555555,15555555555,155555555555,1555555555555,15555555555555,155555555555555,1555555555555555,15555555555555555,155555555555555555 seq $0,42 ; Unary representation of natural numbe...
39
190
0.792023
648a63a543303f87b18a6af5e6384fbdc64151b7
234
sql
SQL
source/database/migrations/mig_000051/upd_t_notificaciones.sql
DamyGenius/risk
2106f12185db80db024181be5a02f5e076e5ecfc
[ "MIT" ]
null
null
null
source/database/migrations/mig_000051/upd_t_notificaciones.sql
DamyGenius/risk
2106f12185db80db024181be5a02f5e076e5ecfc
[ "MIT" ]
null
null
null
source/database/migrations/mig_000051/upd_t_notificaciones.sql
DamyGenius/risk
2106f12185db80db024181be5a02f5e076e5ecfc
[ "MIT" ]
null
null
null
UPDATE t_notificaciones a SET a.id_usuario = to_number(regexp_substr(a.suscripcion, '\d+')) WHERE regexp_like(a.suscripcion, '(' || '&&user_' || ')\d+', 'i') AND a.suscripcion NOT LIKE '%&&!user_%' AND a.id_usuario IS NULL;
39
68
0.65812
6eafdb5adcb43f31eb7c4709b2afe4095ef5fc09
3,285
swift
Swift
Prework/SettingsViewController.swift
jonestrada7/tipCalculator
7b740a829b66e4fbdf7a21ebf1d27714baa57b4c
[ "Apache-2.0" ]
null
null
null
Prework/SettingsViewController.swift
jonestrada7/tipCalculator
7b740a829b66e4fbdf7a21ebf1d27714baa57b4c
[ "Apache-2.0" ]
null
null
null
Prework/SettingsViewController.swift
jonestrada7/tipCalculator
7b740a829b66e4fbdf7a21ebf1d27714baa57b4c
[ "Apache-2.0" ]
null
null
null
// // SettingsViewController.swift // Prework // // Created by Jonathan Estrada on 1/23/21. // import UIKit class SettingsViewController: UIViewController, UIPickerViewDelegate, UIPickerViewDataSource { @IBOutlet weak var defaultTip: UITextField! @IBOutlet weak var bgColorPicker: UIPickerView! va...
34.578947
123
0.640487
34685fd120155bbfc663ee93be3ed518536db112
559
asm
Assembly
divison_remainder.asm
shaswata56/MIPS-32-Assembly
86c7b00840899d1cf301226df5a4d4a0ccfb2563
[ "Unlicense" ]
3
2019-02-28T22:08:12.000Z
2020-09-27T13:21:47.000Z
divison_remainder.asm
shaswata56/MIPS-32-Assembly
86c7b00840899d1cf301226df5a4d4a0ccfb2563
[ "Unlicense" ]
null
null
null
divison_remainder.asm
shaswata56/MIPS-32-Assembly
86c7b00840899d1cf301226df5a4d4a0ccfb2563
[ "Unlicense" ]
null
null
null
.data input1: .asciiz "Input first number: " input2: .asciiz "Input second number: " output: .asciiz "The quotient is: " remainder: .asciiz "\nThe remainder is: " point: .asciiz "." .text main: li $v0, 4 la $a0, input1 syscall li $v0, 5 syscall move $t1, $v0 li $v0, 4 la $a0, input2 syscall li $v0...
11.893617
41
0.604651
fbb86ab253fbf634435e8b2d6b6bd1c71f66482a
3,361
java
Java
src/main/java/cn/chuanwise/xiaoming/resource/ResourceManager.java
qfys521/XiaoMingBot
88d7b46c69e316d48b73429668fa93806afbd9f4
[ "Apache-2.0" ]
null
null
null
src/main/java/cn/chuanwise/xiaoming/resource/ResourceManager.java
qfys521/XiaoMingBot
88d7b46c69e316d48b73429668fa93806afbd9f4
[ "Apache-2.0" ]
null
null
null
src/main/java/cn/chuanwise/xiaoming/resource/ResourceManager.java
qfys521/XiaoMingBot
88d7b46c69e316d48b73429668fa93806afbd9f4
[ "Apache-2.0" ]
null
null
null
package cn.chuanwise.xiaoming.resource; import cn.chuanwise.xiaoming.bot.XiaoMingBot; import cn.chuanwise.xiaoming.contact.contact.XiaoMingContact; import cn.chuanwise.xiaoming.object.ModuleObject; import cn.chuanwise.xiaoming.contact.message.Message; import cn.chuanwise.common.preservable.Preservable; import net.mamo...
33.949495
100
0.675989
e77a0b888bae8aa53f15408b1e78cb5744b08cc5
1,472
js
JavaScript
Drivers/CMSIS/docs/Core_A/html/search/groups_1.js
mlecriva/TrustZone_stm32l5xx
e924d22bb2b11ac363613e372850fb1896ca3a71
[ "MIT" ]
null
null
null
Drivers/CMSIS/docs/Core_A/html/search/groups_1.js
mlecriva/TrustZone_stm32l5xx
e924d22bb2b11ac363613e372850fb1896ca3a71
[ "MIT" ]
null
null
null
Drivers/CMSIS/docs/Core_A/html/search/groups_1.js
mlecriva/TrustZone_stm32l5xx
e924d22bb2b11ac363613e372850fb1896ca3a71
[ "MIT" ]
1
2021-09-25T16:44:11.000Z
2021-09-25T16:44:11.000Z
var searchData= [ ['configuration_20base_20address_20register_20_28cbar_29',['Configuration Base Address Register (CBAR)',['../group__CMSIS__CBAR.html',1,'']]], ['cbar_20bits',['CBAR Bits',['../group__CMSIS__CBAR__BITS.html',1,'']]], ['cache_20and_20branch_20predictor_20maintenance_20operations',['Cache and b...
86.588235
157
0.726902
6b4ec38ca7f6a479a6da3ec9eddd593edff68b67
353
sql
SQL
sql/_02_user_authorization/_01_user/_003_member/cases/1012.sql
Zhaojia2019/cubrid-testcases
475a828e4d7cf74aaf2611fcf791a6028ddd107d
[ "BSD-3-Clause" ]
9
2016-03-24T09:51:52.000Z
2022-03-23T10:49:47.000Z
sql/_02_user_authorization/_01_user/_003_member/cases/1012.sql
Zhaojia2019/cubrid-testcases
475a828e4d7cf74aaf2611fcf791a6028ddd107d
[ "BSD-3-Clause" ]
173
2016-04-13T01:16:54.000Z
2022-03-16T07:50:58.000Z
sql/_02_user_authorization/_01_user/_003_member/cases/1012.sql
Zhaojia2019/cubrid-testcases
475a828e4d7cf74aaf2611fcf791a6028ddd107d
[ "BSD-3-Clause" ]
38
2016-03-24T17:10:31.000Z
2021-10-30T22:55:45.000Z
--[er]Add member to noexists group autocommit off; call login('dba','') on class db_user; call find_user('dba')on class db_user to admin; call login('dba','') on class db_user; call add_user ('test_user') on class db_user; call add_member('user1') ON admin; DROP user user1; call drop_user ('test_user') on class db_u...
19.611111
47
0.730878
fe75bd0af7310c35209f22aa54a485a54012b249
446
sql
SQL
sakila-app-domain/src/test/resources/db/migration/V0__001_sakila-country.sql
yujiorama/sakila-app
a3baf70fe5e2ee8a224a5b75b03266e414d87a30
[ "MIT" ]
null
null
null
sakila-app-domain/src/test/resources/db/migration/V0__001_sakila-country.sql
yujiorama/sakila-app
a3baf70fe5e2ee8a224a5b75b03266e414d87a30
[ "MIT" ]
null
null
null
sakila-app-domain/src/test/resources/db/migration/V0__001_sakila-country.sql
yujiorama/sakila-app
a3baf70fe5e2ee8a224a5b75b03266e414d87a30
[ "MIT" ]
null
null
null
-- -- Name: country; Type: TABLE; Schema: public; Owner: postgres; Tablespace: -- CREATE TABLE country ( country_id integer auto_increment NOT NULL, country character varying(50) NOT NULL, last_update timestamp without time zone DEFAULT now() NOT NULL ); -- -- Name: country_pkey; Type: CONSTRAINT; S...
24.777778
85
0.721973
410de90d82dd35e26f2221205263ada519223389
656
kt
Kotlin
src/main/kotlin/lain/Ast.kt
liminalitythree/bakadesu
6d5fbcc29da148fd72ecb58b164fc5c845267e5c
[ "CC0-1.0" ]
null
null
null
src/main/kotlin/lain/Ast.kt
liminalitythree/bakadesu
6d5fbcc29da148fd72ecb58b164fc5c845267e5c
[ "CC0-1.0" ]
null
null
null
src/main/kotlin/lain/Ast.kt
liminalitythree/bakadesu
6d5fbcc29da148fd72ecb58b164fc5c845267e5c
[ "CC0-1.0" ]
null
null
null
package lain // THIS IS NOT SOMETHING PERVERTED // IT STANDS FOR S-EXPRESSION // NOT SOMETHING WITH S*X IN IT // maybe sealed class Sexpr // stands for baka list (since List is already taken by meanie standard library) // maybe // start is the token of the starting left paren ( // maybe data class BList(val start: To...
27.333333
80
0.724085
c23681ee9977f5997cf6c10e8ad53b535c5f7437
2,362
go
Go
hw1_tree/main.go
Hixon10/golang-webservices-1-ru
59ab7e40e3fa2fbee09ecfd83cb74691181b04e3
[ "MIT" ]
null
null
null
hw1_tree/main.go
Hixon10/golang-webservices-1-ru
59ab7e40e3fa2fbee09ecfd83cb74691181b04e3
[ "MIT" ]
null
null
null
hw1_tree/main.go
Hixon10/golang-webservices-1-ru
59ab7e40e3fa2fbee09ecfd83cb74691181b04e3
[ "MIT" ]
null
null
null
package main import ( "os" "io" "log" "io/ioutil" "strconv" "fmt" "sort" "strings" ) type fileName struct { files []fileName name string } func main() { out := os.Stdout if !(len(os.Args) == 2 || len(os.Args) == 3) { panic("usage go run main.go . [-f]") } path := os.Args[1] printFiles := len(os.Arg...
20.188034
101
0.602879
584f832eaa810b506891fc18601ac3d7e6b7b6b9
3,270
h
C
ui/message_center/views/message_center_button_bar.h
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2019-11-28T10:46:52.000Z
2019-11-28T10:46:52.000Z
ui/message_center/views/message_center_button_bar.h
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
ui/message_center/views/message_center_button_bar.h
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2015-03-27T11:15:39.000Z
2016-08-17T14:19:56.000Z
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_MESSAGE_CENTER_VIEWS_MESSAGE_CENTER_BUTTON_BAR_H_ #define UI_MESSAGE_CENTER_VIEWS_MESSAGE_CENTER_BUTTON_BAR_H_ #include "ui/views/controls/but...
36.741573
78
0.759327
6c89651665ade0c6edaf26b7aaa72ba3bb5fcaa8
2,054
go
Go
vendor/github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/web/client/client.go
suhanime/installer
9c8baf2f69c50a9d745d86f4784bdd6b426040af
[ "Apache-2.0" ]
3
2021-03-03T17:50:29.000Z
2022-03-04T16:25:57.000Z
vendor/github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/web/client/client.go
suhanime/installer
9c8baf2f69c50a9d745d86f4784bdd6b426040af
[ "Apache-2.0" ]
9
2021-03-10T18:24:13.000Z
2021-05-27T21:58:26.000Z
vendor/github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/web/client/client.go
suhanime/installer
9c8baf2f69c50a9d745d86f4784bdd6b426040af
[ "Apache-2.0" ]
3
2021-01-04T22:29:08.000Z
2021-01-14T08:39:25.000Z
package client import ( "github.com/Azure/azure-sdk-for-go/services/web/mgmt/2019-08-01/web" "github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/common" ) type Client struct { AppServiceEnvironmentsClient *web.AppServiceEnvironmentsClient AppServicePlansClient *web.AppServicePlansCl...
45.644444
124
0.812074
d2df2502928938d4e070a939f4b6f721b919dd9b
4,304
php
PHP
application/views/admin/arac_listesi.php
umituysal/Codelgniter
450d2e611b7531ee9f394ef5e3e64d4b14560dbe
[ "MIT" ]
1
2019-03-15T20:55:57.000Z
2019-03-15T20:55:57.000Z
application/views/admin/arac_listesi.php
umituysal/Codelgniter
450d2e611b7531ee9f394ef5e3e64d4b14560dbe
[ "MIT" ]
null
null
null
application/views/admin/arac_listesi.php
umituysal/Codelgniter
450d2e611b7531ee9f394ef5e3e64d4b14560dbe
[ "MIT" ]
null
null
null
<div class="content"> <div class="container-fluid"> <div class="text-center"> <div class="row"> <?php if ($this->session->flashdata("sonuc")) { ?> <div class="alert alert-info"> ...
37.103448
170
0.31947
04620563a0480a80c20b2f52c60ef9adb097f15e
2,851
java
Java
nginious-server/src/main/java/com/nginious/http/session/HttpCookieSessionManager.java
bojanp/Nginious
47924e4cc22aec1aaabf267a0011ccb2006e729a
[ "Apache-2.0" ]
null
null
null
nginious-server/src/main/java/com/nginious/http/session/HttpCookieSessionManager.java
bojanp/Nginious
47924e4cc22aec1aaabf267a0011ccb2006e729a
[ "Apache-2.0" ]
null
null
null
nginious-server/src/main/java/com/nginious/http/session/HttpCookieSessionManager.java
bojanp/Nginious
47924e4cc22aec1aaabf267a0011ccb2006e729a
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2012 NetDigital Sweden AB * * 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 ...
30.010526
111
0.73027
1eca683d7303fe4d6a3efa68c1422e88811a8df7
941
lua
Lua
lib/Enumerable.lua
LastTalon/Monolith
0168b05fd3ae4d5198169319091a4b3d121538e5
[ "MIT" ]
6
2020-11-30T03:05:05.000Z
2022-03-28T15:29:03.000Z
lib/Enumerable.lua
LastTalon/Monolith
0168b05fd3ae4d5198169319091a4b3d121538e5
[ "MIT" ]
21
2020-11-26T04:45:57.000Z
2020-12-26T22:25:53.000Z
lib/Enumerable.lua
IsoLogicGames/Monolith
0168b05fd3ae4d5198169319091a4b3d121538e5
[ "MIT" ]
1
2022-01-23T21:26:47.000Z
2022-01-23T21:26:47.000Z
--- Allows an object to iterate over its elements in a generic for loop. -- Provides an enumerator that can be used in a generic for loop similar to -- pairs or ipairs. -- -- @classmod Enumerable local Enumerable = {} Enumerable.__index = Enumerable --- Creates a new Enumerable interface instance. -- This should onl...
27.676471
116
0.757705
a86c441392c3429d13bef7fc5bcf3cad0958e6c3
16,225
rs
Rust
jakescript/src/ast/mod.rs
jakemarsden/JakeScript
7ac9bd6f2e1c822d139bdaab2950736da387fa88
[ "MIT" ]
1
2022-03-29T20:06:15.000Z
2022-03-29T20:06:15.000Z
jakescript/src/ast/mod.rs
jakemarsden/JakeScript
7ac9bd6f2e1c822d139bdaab2950736da387fa88
[ "MIT" ]
null
null
null
jakescript/src/ast/mod.rs
jakemarsden/JakeScript
7ac9bd6f2e1c822d139bdaab2950736da387fa88
[ "MIT" ]
3
2021-11-04T15:15:54.000Z
2021-11-04T21:20:01.000Z
use crate::str::NonEmptyString; use serde::{Deserialize, Serialize}; use std::fmt; pub trait Node: Clone + fmt::Debug {} #[derive(Clone, Default, Debug, Serialize, Deserialize)] pub struct Program { body: Block, } impl Program { pub fn new(body: Block) -> Self { Self { body } } pub fn body(&...
25.312012
100
0.660955
4446be235f65e12738013067eb24ab193e4f3e96
2,213
sql
SQL
plugins/social_media_buttons/sql/social_media_buttons_install.sql
PapooSoftware/PapooCMS
0f1c30be2a6ac825cad6dad348a957452e545a8d
[ "MIT" ]
2
2021-04-22T14:03:19.000Z
2021-04-29T12:12:46.000Z
plugins/social_media_buttons/sql/social_media_buttons_install.sql
PapooSoftware/PapooCMS
0f1c30be2a6ac825cad6dad348a957452e545a8d
[ "MIT" ]
4
2021-05-20T12:46:21.000Z
2021-11-26T16:22:13.000Z
plugins/social_media_buttons/sql/social_media_buttons_install.sql
PapooSoftware/PapooCMS
0f1c30be2a6ac825cad6dad348a957452e545a8d
[ "MIT" ]
null
null
null
DROP TABLE IF EXISTS `XXX_plugin_social_media_buttons`; ##b_dump## CREATE TABLE `XXX_plugin_social_media_buttons` ( `id` tinyint(2) NOT NULL auto_increment , `display` varchar(255) NULL , `name` varchar(255) NULL , `aktiv` tinyint(1) NULL , PRIMARY KEY (`id`) ) ENGINE=MyISAM ; ##b_dump## INSERT INTO `XXX_pl...
36.883333
83
0.715319
b4361e3cf7e531c50b262ba5acdd92a69c740579
377
a51
Assembly
a51test/(35)ADDC_A_d.a51
Aimini/51cpu
cdeb75510d1dcd867fbebe10e963c4dbecd5ff13
[ "MIT" ]
null
null
null
a51test/(35)ADDC_A_d.a51
Aimini/51cpu
cdeb75510d1dcd867fbebe10e963c4dbecd5ff13
[ "MIT" ]
null
null
null
a51test/(35)ADDC_A_d.a51
Aimini/51cpu
cdeb75510d1dcd867fbebe10e963c4dbecd5ff13
[ "MIT" ]
null
null
null
MOV 0x76,#0x3C MOV 0x2A,#0x24 MOV 0x5B,#0x68 MOV 0x41,#0x38 MOV 0x32,#0x64 MOV 0x34,#0x28 MOV 0x62,#0x7B MOV 0x54,#0x20 DB 0xA5 ADDC A,0x76 ;0x3C C = 0 AC = 0 ADDC A,0x2A ;0x60 C = 0 AC = 1 ADDC A,0x5B ;0xC8 C = 0 AC = 1 ADDC A,0x41 ;0x00 C = 1 Ac = 1 ADDC A,0x32 ;0x65 C = 0 AC = 0 ADDC A,0x34 ;0x8D C = 0 AC = 0 ADDC ...
20.944444
30
0.6313
e5122b46f7aec3020e1655dfa142513f9fbed6cd
1,068
lua
Lua
bin/package/pure_sandbox.lua
datumflux/platform
09f6177d7146c3acf8e517c43154c8dfe4ae010c
[ "MIT" ]
4
2019-12-05T09:11:24.000Z
2021-08-05T20:52:07.000Z
bin/package/pure_sandbox.lua
datumflux/platform
09f6177d7146c3acf8e517c43154c8dfe4ae010c
[ "MIT" ]
null
null
null
bin/package/pure_sandbox.lua
datumflux/platform
09f6177d7146c3acf8e517c43154c8dfe4ae010c
[ "MIT" ]
null
null
null
local _G, coroutine = _G, coroutine local main_thread = coroutine.running() or {} -- returns nil in Lua 5.1 local thread_locals = setmetatable({ [main_thread] = _G }, { __mode = "k" }) local sandbox__metatable = {} function sandbox__metatable:__index(k) local v = __[k] if v then return v else local th = cor...
23.217391
76
0.657303
6979a2b1986fc2ab60fa15bb66916cb4b76ee4e9
11,884
ps1
PowerShell
tests/Unit/Modules/AzureDevOpsDsc.Common/Resources/Functions/Public/Test-AzDevOpsProject.Tests.ps1
SphenicPaul/AzureDevOpsDsc
48e919e3f9be78154b0b75159239c7ee724b3429
[ "MIT" ]
1
2020-07-05T15:07:27.000Z
2020-07-05T15:07:27.000Z
tests/Unit/Modules/AzureDevOpsDsc.Common/Resources/Functions/Public/Test-AzDevOpsProject.Tests.ps1
SphenicPaul/AzureDevOpsDsc
48e919e3f9be78154b0b75159239c7ee724b3429
[ "MIT" ]
30
2020-07-05T08:33:51.000Z
2022-02-23T16:49:07.000Z
tests/Unit/Modules/AzureDevOpsDsc.Common/Resources/Functions/Public/Test-AzDevOpsProject.Tests.ps1
SphenicPaul/AzureDevOpsDsc
48e919e3f9be78154b0b75159239c7ee724b3429
[ "MIT" ]
6
2020-07-05T08:49:52.000Z
2022-01-07T03:13:04.000Z
# Initialize tests for module function . $PSScriptRoot\..\..\..\..\AzureDevOpsDsc.Common.Tests.Initialization.ps1 InModuleScope 'AzureDevOpsDsc.Common' { $script:dscModuleName = 'AzureDevOpsDsc' $script:moduleVersion = $(Get-Module -Name $script:dscModuleName -ListAvailable | Select-Object -First 1)...
48.90535
237
0.591972
f4c4362aa1cf8759c2f02069a10d0729af94faee
942
go
Go
internal/app/repo/repo.go
harunnryd/tempokerja
8aae0589d9764dd6c5eb28912e62b3e109f10d46
[ "MIT" ]
null
null
null
internal/app/repo/repo.go
harunnryd/tempokerja
8aae0589d9764dd6c5eb28912e62b3e109f10d46
[ "MIT" ]
null
null
null
internal/app/repo/repo.go
harunnryd/tempokerja
8aae0589d9764dd6c5eb28912e62b3e109f10d46
[ "MIT" ]
null
null
null
package repo import ( "log" "github.com/harunnryd/tempokerja/config" "github.com/harunnryd/tempokerja/internal/app/driver/db" "github.com/harunnryd/tempokerja/internal/app/repo/product" "github.com/harunnryd/tempokerja/internal/app/repo/transaction" "github.com/parnurzeal/gorequest" ) type Repo interface { Pr...
20.478261
64
0.745223
8a660ded02c9c9c7d43e2b2c59f4559a9081f5cc
1,962
kt
Kotlin
archroid-runtime/src/main/java/app/junhyounglee/archroid/runtime/core/presenter/PresenterProvider.kt
cutehackers/Archroid
515d2b91dd7209c34a4c34761f474703d6200430
[ "Apache-2.0" ]
null
null
null
archroid-runtime/src/main/java/app/junhyounglee/archroid/runtime/core/presenter/PresenterProvider.kt
cutehackers/Archroid
515d2b91dd7209c34a4c34761f474703d6200430
[ "Apache-2.0" ]
null
null
null
archroid-runtime/src/main/java/app/junhyounglee/archroid/runtime/core/presenter/PresenterProvider.kt
cutehackers/Archroid
515d2b91dd7209c34a4c34761f474703d6200430
[ "Apache-2.0" ]
null
null
null
package app.junhyounglee.archroid.runtime.core.presenter import app.junhyounglee.archroid.runtime.core.view.MvpView /** * TODO create a method that binds view instance to Presenter */ class PresenterProvider( private val presenterStore: PresenterStore, private val factory: Factory ) { fun <V: MvpView, ...
38.470588
120
0.655454
53bd9337eea75ccde89c829322e4a6450b69e971
215
java
Java
base/src/main/java/store/idragon/tool/base/dto/DataQuery.java
xiaoshimei0305/IdragonTool
532cb03dba9e3e4a4d37e562ab13fc61a20b8992
[ "MIT" ]
null
null
null
base/src/main/java/store/idragon/tool/base/dto/DataQuery.java
xiaoshimei0305/IdragonTool
532cb03dba9e3e4a4d37e562ab13fc61a20b8992
[ "MIT" ]
null
null
null
base/src/main/java/store/idragon/tool/base/dto/DataQuery.java
xiaoshimei0305/IdragonTool
532cb03dba9e3e4a4d37e562ab13fc61a20b8992
[ "MIT" ]
null
null
null
package store.idragon.tool.base.dto; /** * @author xiaoshimei0305 * date 2020/12/12 10:35 下午 * description * @version 1.0 */ public class DataQuery<Q> { /** * 查询信息 */ private Q queryInfo; }
14.333333
36
0.604651
8f9a314130f3951542cc1893367cb75debe1a7c4
1,537
dart
Dart
lib/api/account.dart
koharubiyori/MoegirlViewer-dart
b98f95a8225729999e661c466d3ca42ae183f667
[ "MIT" ]
37
2020-12-27T10:54:52.000Z
2022-02-16T13:34:39.000Z
lib/api/account.dart
koharubiyori/MoegirlViewer-flutter
b98f95a8225729999e661c466d3ca42ae183f667
[ "MIT" ]
8
2020-12-27T16:06:56.000Z
2021-10-10T01:16:02.000Z
lib/api/account.dart
koharubiyori/MoegirlViewer-flutter
b98f95a8225729999e661c466d3ca42ae183f667
[ "MIT" ]
5
2021-05-09T09:02:14.000Z
2021-12-09T03:48:41.000Z
// @dart=2.9 import 'package:moegirl_plus/request/moe_request.dart'; Future<Map> _login(String token, String userName, String password) { return moeRequest( method: 'post', params: { 'action': 'clientlogin', 'loginmessageformat': 'html', 'loginreturnurl': 'https://zh.moegirl.org.cn...
24.790323
70
0.560182
de0c1ba5cc536bd9a60485368df09e33e7a47332
3,261
rs
Rust
tokio/src/timer/interval.rs
leo-lb/tokio
d5c1119c881c9a8b511aa9000fd26b9bda014256
[ "MIT" ]
null
null
null
tokio/src/timer/interval.rs
leo-lb/tokio
d5c1119c881c9a8b511aa9000fd26b9bda014256
[ "MIT" ]
null
null
null
tokio/src/timer/interval.rs
leo-lb/tokio
d5c1119c881c9a8b511aa9000fd26b9bda014256
[ "MIT" ]
null
null
null
use crate::timer::{clock, Delay}; use futures_core::ready; use futures_util::future::poll_fn; use std::future::Future; use std::pin::Pin; use std::task::{self, Poll}; use std::time::{Duration, Instant}; /// A stream representing notifications at fixed interval #[derive(Debug)] pub struct Interval { /// Future tha...
28.858407
102
0.59031
b2a880b295016ed24c27494168ac49dc825e406c
867
kt
Kotlin
app/src/main/java/cz/palda97/repoviewer/model/network/GithubIon.kt
Palda97/RepoViewer
90d6efa6812587980437ba598924904fa75372dd
[ "MIT" ]
null
null
null
app/src/main/java/cz/palda97/repoviewer/model/network/GithubIon.kt
Palda97/RepoViewer
90d6efa6812587980437ba598924904fa75372dd
[ "MIT" ]
null
null
null
app/src/main/java/cz/palda97/repoviewer/model/network/GithubIon.kt
Palda97/RepoViewer
90d6efa6812587980437ba598924904fa75372dd
[ "MIT" ]
null
null
null
package cz.palda97.repoviewer.model.network import com.koushikdutta.ion.Ion import cz.palda97.repoviewer.RepoViewerApplication /** * Ion class for communicating with Github API. */ class GithubIon { suspend fun getRepos(username: String) = Ion.with(RepoViewerApplication.context) .load("$BASE_URL/users/...
27.967742
96
0.689735
54dd8bd8cb8d0fb77e7df0fd723ba60b2d721fce
302
asm
Assembly
oeis/141/A141044.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/141/A141044.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/141/A141044.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A141044: Two 2's followed by all 1's. ; Submitted by Christian Krause ; 2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 div $0,2 cmp $0,0 add $0,1
37.75
201
0.556291
27e7dcfcb62ed671fab114812ab151db716b3153
120
ps1
PowerShell
exec.ps1
selva1990kumar/auth0_signIn_socialSignIn
576630aafb9f4b1a2c7f99b79bb67d25f6719201
[ "MIT" ]
144
2016-08-25T03:18:10.000Z
2022-01-22T23:30:27.000Z
exec.ps1
selva1990kumar/auth0_signIn_socialSignIn
576630aafb9f4b1a2c7f99b79bb67d25f6719201
[ "MIT" ]
55
2016-11-23T09:19:05.000Z
2022-02-02T23:15:18.000Z
exec.ps1
selva1990kumar/auth0_signIn_socialSignIn
576630aafb9f4b1a2c7f99b79bb67d25f6719201
[ "MIT" ]
455
2016-08-11T20:59:52.000Z
2022-03-25T17:15:18.000Z
docker build -t auth0-nodejs-webapp-01-login . docker run --env-file .env -p 3000:3000 -it auth0-nodejs-webapp-01-login
40
72
0.75
e87d0f24a18efba949562de43464ce90b352c19c
95
kt
Kotlin
app/src/main/java/com/ieeevit/enigma8/model/feedback/FeedbackData.kt
IEEE-VIT/enigma8-android
fbb071f350e22ea6346b8e6773c5c83cfd7b0971
[ "MIT" ]
7
2022-01-29T08:55:33.000Z
2022-01-30T05:15:08.000Z
app/src/main/java/com/ieeevit/enigma8/model/feedback/FeedbackData.kt
IEEE-VIT/enigma8-android
fbb071f350e22ea6346b8e6773c5c83cfd7b0971
[ "MIT" ]
null
null
null
app/src/main/java/com/ieeevit/enigma8/model/feedback/FeedbackData.kt
IEEE-VIT/enigma8-android
fbb071f350e22ea6346b8e6773c5c83cfd7b0971
[ "MIT" ]
1
2022-02-08T08:36:47.000Z
2022-02-08T08:36:47.000Z
package com.ieeevit.enigma8.model.feedback data class FeedbackData ( val message : String )
13.571429
42
0.778947
e77c390b751f1d06775ef586c8e5dfab767a2ae1
9,365
js
JavaScript
api/app.js
Rafoii/Bumblebee
c1a8e77a6ae41f475e8e6dff04ff1fe2d6c2ae3c
[ "Apache-2.0" ]
1
2020-01-19T16:18:34.000Z
2020-01-19T16:18:34.000Z
api/app.js
MlataIbrahim/Bumblebee
85506040b5f62802a66be49c63cd2f2af7b6ae8d
[ "Apache-2.0" ]
null
null
null
api/app.js
MlataIbrahim/Bumblebee
85506040b5f62802a66be49c63cd2f2af7b6ae8d
[ "Apache-2.0" ]
null
null
null
require('dotenv/config') const express = require('express') const bodyParser = require('body-parser') const session = require('express-session') const app = express() var server = require('http').createServer(app) const { version } = require('./package.json') var app_url var app_host var api_url var base var ws_ker...
24.388021
131
0.641111
98a4d099ebb557a46efdb9573b256a68e49bc56c
660
asm
Assembly
oeis/022/A022365.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/022/A022365.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/022/A022365.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A022365: Fibonacci sequence beginning 0, 31. ; Submitted by Jon Maiga ; 0,31,31,62,93,155,248,403,651,1054,1705,2759,4464,7223,11687,18910,30597,49507,80104,129611,209715,339326,549041,888367,1437408,2325775,3763183,6088958,9852141,15941099,25793240,41734339,67527579,109261918,176789497,286051415,462840912,748892327,...
47.142857
499
0.815152
514996b81956e62b1c57bd823c7dac985aebe8f5
2,718
dart
Dart
lib/auth/firebase_auth.dart
codekaze/fireverse
d55c45bef79ff1b049c7e33f043b0a06d04f3660
[ "Apache-2.0" ]
null
null
null
lib/auth/firebase_auth.dart
codekaze/fireverse
d55c45bef79ff1b049c7e33f043b0a06d04f3660
[ "Apache-2.0" ]
null
null
null
lib/auth/firebase_auth.dart
codekaze/fireverse
d55c45bef79ff1b049c7e33f043b0a06d04f3660
[ "Apache-2.0" ]
null
null
null
import 'package:fireverse/auth/auth_gateway.dart'; import 'package:fireverse/auth/client.dart'; import 'package:fireverse/auth/token_provider.dart'; import 'package:fireverse/auth/token_store.dart'; import 'package:fireverse/auth/user_gateway.dart'; import 'package:http/http.dart' as http; class FireDartFirebaseAuth {...
31.604651
106
0.740618
9f3d90efe83db67ca18c23d7f37d593f30ddde8e
4,125
sql
SQL
data base/Dump20180305-telmex VIP/telmex_vip_estado_ot.sql
pabloestebanZTE/Telmex-VIP
9a19a9da854b89f88ea7b7c2eb0972716f545554
[ "MIT" ]
null
null
null
data base/Dump20180305-telmex VIP/telmex_vip_estado_ot.sql
pabloestebanZTE/Telmex-VIP
9a19a9da854b89f88ea7b7c2eb0972716f545554
[ "MIT" ]
null
null
null
data base/Dump20180305-telmex VIP/telmex_vip_estado_ot.sql
pabloestebanZTE/Telmex-VIP
9a19a9da854b89f88ea7b7c2eb0972716f545554
[ "MIT" ]
null
null
null
-- MySQL dump 10.13 Distrib 5.7.17, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: telmex_vip -- ------------------------------------------------------ -- Server version 5.5.5-10.1.28-MariaDB /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHAR...
75
1,975
0.693818
682c974b126a3e0b2c9aa9bb08d4af3fd6193e7a
2,908
inl
C++
src/vcm/vcm/PathVertexMap.inl
PearCoding/PearRay
8654a7dcd55cc67859c7c057c7af64901bf97c35
[ "MIT" ]
19
2016-11-07T00:01:19.000Z
2021-12-29T05:35:14.000Z
src/vcm/vcm/PathVertexMap.inl
PearCoding/PearRay
8654a7dcd55cc67859c7c057c7af64901bf97c35
[ "MIT" ]
33
2016-07-06T21:58:05.000Z
2020-08-01T18:18:24.000Z
src/vcm/vcm/PathVertexMap.inl
PearCoding/PearRay
8654a7dcd55cc67859c7c057c7af64901bf97c35
[ "MIT" ]
null
null
null
// IWYU pragma: private, include "vcm/PathVertexMap.h" namespace PR { namespace VCM { PathVertexMap::PathVertexMap(const BoundingBox& bbox, float gridDelta, const std::vector<PathVertex>& vertices) : HashGrid(bbox, gridDelta, vcm_position_getter<size_t>{ vertices }) , mVertices(vertices) { } PathVertexMap::~PathVert...
36.35
122
0.711486
c25b0eaff47b6b6c0d6e54a67a319e29113d0f80
887
swift
Swift
Allowance/Util/Color+Hex.swift
RohanNagar/allowance
8f072bdc22de9edb01dbc9969ee8666fa35dba53
[ "MIT" ]
null
null
null
Allowance/Util/Color+Hex.swift
RohanNagar/allowance
8f072bdc22de9edb01dbc9969ee8666fa35dba53
[ "MIT" ]
null
null
null
Allowance/Util/Color+Hex.swift
RohanNagar/allowance
8f072bdc22de9edb01dbc9969ee8666fa35dba53
[ "MIT" ]
1
2021-03-30T22:06:17.000Z
2021-03-30T22:06:17.000Z
// // Color+Hex.swift // Allowance // // Created by Rohan Nagar on 2/19/21. // import Foundation import SwiftUI extension Color { init(hexString: String, opacity: Double = 1.0) { var hString = hexString if hexString.hasPrefix("#") { let start = hexString.index(hexString.startIndex, offsetBy: 1) ...
23.972973
74
0.621195
b9925957aa3011e13334a6d3f4692fb48345f4b6
3,015
c
C
examples/tls_client/main.c
Ichishino/coldforce
dcdc9c4dfd4e396920aed2f275e233fecca2d697
[ "MIT" ]
null
null
null
examples/tls_client/main.c
Ichishino/coldforce
dcdc9c4dfd4e396920aed2f275e233fecca2d697
[ "MIT" ]
null
null
null
examples/tls_client/main.c
Ichishino/coldforce
dcdc9c4dfd4e396920aed2f275e233fecca2d697
[ "MIT" ]
null
null
null
#include <coldforce/coldforce_tls.h> #include <stdio.h> #include <string.h> // my app object typedef struct { co_app_t base_app; // my app data co_tcp_client_t* client; co_timer_t* retry_timer; } my_app; void my_connect(my_app* self); void on_my_tls_receive(my_app* self, co_tcp_client_t* client) {...
20.510204
83
0.660365
dd04b576ae057da96b54af9d7d1910e55d5d7692
7,440
asm
Assembly
working/m12-enemynames.asm
Imavoyc/Mother2Gba-chs
1e285d3e58d2371045bc0680fb09fa3912af5a78
[ "MIT" ]
null
null
null
working/m12-enemynames.asm
Imavoyc/Mother2Gba-chs
1e285d3e58d2371045bc0680fb09fa3912af5a78
[ "MIT" ]
null
null
null
working/m12-enemynames.asm
Imavoyc/Mother2Gba-chs
1e285d3e58d2371045bc0680fb09fa3912af5a78
[ "MIT" ]
1
2022-02-18T17:39:42.000Z
2022-02-18T17:39:42.000Z
.org 0x8C032CC :: .incbin "m12-enemynames.bin" .org 0x8B1A2F4 :: dw 0x000E97FC .org 0x8B1A2F8 :: dw 0x000E9802 .org 0x8B1A2FC :: dw 0x000E9812 .org 0x8B1A300 :: dw 0x000E9825 .org 0x8B1A304 :: dw 0x000E9833 .org 0x8B1A308 :: dw 0x000E9840 .org 0x8B1A30C :: dw 0x000E984E .org 0x8B1A310 :: dw 0x000E985A .org 0x8B1A314 :...
31.794872
46
0.749731
03044f42aab65158fb8b51932e7c88941c9c997c
3,311
dart
Dart
lib/src/channel/channel.dart
amondnet/pusher.dart
d88f62f64f976d490286341c3e4a0becd3a38bb4
[ "MIT" ]
null
null
null
lib/src/channel/channel.dart
amondnet/pusher.dart
d88f62f64f976d490286341c3e4a0becd3a38bb4
[ "MIT" ]
null
null
null
lib/src/channel/channel.dart
amondnet/pusher.dart
d88f62f64f976d490286341c3e4a0becd3a38bb4
[ "MIT" ]
null
null
null
import 'subscription_event_listener.dart'; abstract class Channel { /// Gets the name of the Pusher channel that this object represents. /// /// @return The name of the channel. String get name; /// Binds a {@link SubscriptionEventListener} to an event. The /// {@link SubscriptionEventListener} will be no...
45.986111
101
0.623377
fb7397baa658d6c847a93a03b800ca726c6f3f78
2,259
c
C
standalone/pruntime/rizin/librz/bin/p/bin_ningba.c
ndkazu/guessNumber-vs-Bot
6e756977ce849137c62edb0716df6926583da9b2
[ "Apache-2.0" ]
null
null
null
standalone/pruntime/rizin/librz/bin/p/bin_ningba.c
ndkazu/guessNumber-vs-Bot
6e756977ce849137c62edb0716df6926583da9b2
[ "Apache-2.0" ]
null
null
null
standalone/pruntime/rizin/librz/bin/p/bin_ningba.c
ndkazu/guessNumber-vs-Bot
6e756977ce849137c62edb0716df6926583da9b2
[ "Apache-2.0" ]
null
null
null
// SPDX-FileCopyrightText: 2014-2019 condret <condr3t@protonmail.com> // SPDX-License-Identifier: LGPL-3.0-only #include <rz_types.h> #include <rz_util.h> #include <rz_lib.h> #include <rz_bin.h> #include <string.h> #include "../format/nin/gba.h" static bool check_buffer(RzBuffer *b) { ut8 lict[156]; rz_return_val_i...
21.11215
83
0.665339
e7d7e19179e82a2de84be3f9768a5313a4b142b8
285
sql
SQL
kata-files/lesson2/postgresql/expected/MYLARGESCHEMA/table/table302.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/table/table302.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/table/table302.sql
goldmansachs/obevo-kata
5596ff44ad560d89d183ac0941b727db1a2a7346
[ "Apache-2.0" ]
11
2017-04-30T18:39:09.000Z
2021-08-22T16:21:11.000Z
//// CHANGE name=change0 CREATE TABLE table302 ( id integer NOT NULL, field1 character varying(30), usertype4field usertype4, usertype2field usertype2 ); GO //// CHANGE name=change1 ALTER TABLE ONLY table302 ADD CONSTRAINT table302_pkey PRIMARY KEY (id); GO
14.25
50
0.712281
91fd090e71396fc359168070f1a036c6b5bc1a37
453
kt
Kotlin
features/image_viewer/src/main/java/es/littledavity/features/image/viewer/ImageViewerRoute.kt
Benderinos/chorboagenda
4f7f9d251c4da8e130a9f2b64879867bfecb44e8
[ "Apache-2.0", "Unlicense" ]
1
2021-06-25T22:30:32.000Z
2021-06-25T22:30:32.000Z
features/image_viewer/src/main/java/es/littledavity/features/image/viewer/ImageViewerRoute.kt
Benderinos/chorboagenda
4f7f9d251c4da8e130a9f2b64879867bfecb44e8
[ "Apache-2.0", "Unlicense" ]
null
null
null
features/image_viewer/src/main/java/es/littledavity/features/image/viewer/ImageViewerRoute.kt
Benderinos/chorboagenda
4f7f9d251c4da8e130a9f2b64879867bfecb44e8
[ "Apache-2.0", "Unlicense" ]
null
null
null
/* * Copyright 2021 dalodev */ package es.littledavity.features.image.viewer import es.littledavity.commons.ui.base.events.Command import es.littledavity.commons.ui.base.events.Route internal sealed class ImageViewerCommand : Command { data class ShareText(val text: String) : ImageViewerCommand() object R...
22.65
65
0.774834
3310fadeca0f260ba9d2c8cc23013446b8c2b5d0
1,216
py
Python
tutorials/poplar/tut3_vertices/test/test_tut3.py
xihuaiwen/chinese_bert
631afbc76c40b0ac033be2186e717885246f446c
[ "MIT" ]
null
null
null
tutorials/poplar/tut3_vertices/test/test_tut3.py
xihuaiwen/chinese_bert
631afbc76c40b0ac033be2186e717885246f446c
[ "MIT" ]
null
null
null
tutorials/poplar/tut3_vertices/test/test_tut3.py
xihuaiwen/chinese_bert
631afbc76c40b0ac033be2186e717885246f446c
[ "MIT" ]
null
null
null
# Copyright 2020 Graphcore Ltd. from pathlib import Path import pytest # NOTE: The import below is dependent on 'pytest.ini' in the root of # the repository from examples_tests.test_util import SubProcessChecker working_path = Path(__file__).parent class TestBuildAndRun(SubProcessChecker): def setUp(self): ...
32
81
0.626645
04a726f409b88058c841227a12693d539d0539d1
1,179
html
HTML
nodes/realtime/realtime.html
n0bisuke/-node-red-contrib-google-analytics
ab163a3eb9dbfa42f202f893e61e6e5c82b11705
[ "Apache-2.0" ]
1
2021-12-06T23:38:48.000Z
2021-12-06T23:38:48.000Z
nodes/realtime/realtime.html
n0bisuke/-node-red-contrib-google-analytics
ab163a3eb9dbfa42f202f893e61e6e5c82b11705
[ "Apache-2.0" ]
null
null
null
nodes/realtime/realtime.html
n0bisuke/-node-red-contrib-google-analytics
ab163a3eb9dbfa42f202f893e61e6e5c82b11705
[ "Apache-2.0" ]
null
null
null
<script> RED.nodes.registerType('Realtime',{ category: 'Google Analytics', color: '#E47500', defaults: { propertyId: {value:"", required:true}, }, // credentials: { // Credentials:{value:"", type: "password", required:true}, // AccessToken:...
29.475
79
0.544529
b821a93c6dc1f9c42099b60a36e53d7783c42d38
344
dart
Dart
dartmazing/lib/Models/repository_owner_response.dart
HelioMesquita/Dartmazing
a04e37524228a9e89402b2356d0a6b30a394a56d
[ "MIT" ]
2
2021-04-29T21:58:16.000Z
2021-05-10T19:28:39.000Z
dartmazing/lib/Models/repository_owner_response.dart
HelioMesquita/Dartmazing
a04e37524228a9e89402b2356d0a6b30a394a56d
[ "MIT" ]
null
null
null
dartmazing/lib/Models/repository_owner_response.dart
HelioMesquita/Dartmazing
a04e37524228a9e89402b2356d0a6b30a394a56d
[ "MIT" ]
null
null
null
class RepositoryOwnerResponse { String login; String avatarUrl; RepositoryOwnerResponse({ required this.login, required this.avatarUrl, }); factory RepositoryOwnerResponse.fromJson(Map<String, dynamic> json) { return RepositoryOwnerResponse( login: json['login'], avatarUrl: json['ava...
20.235294
71
0.694767
ddcdb758812b1f1f38e789d86cc52024584eeef6
8,211
php
PHP
src/Builders/Remove/Entity.php
j0hnys/trident
7983c6961d455e02d8dd0df12ae39da7f28d9ba8
[ "MIT" ]
3
2018-12-05T09:45:11.000Z
2021-04-18T04:56:28.000Z
src/Builders/Remove/Entity.php
j0hnys/trident
7983c6961d455e02d8dd0df12ae39da7f28d9ba8
[ "MIT" ]
2
2019-03-06T19:47:58.000Z
2021-02-02T16:26:21.000Z
src/Builders/Remove/Entity.php
j0hnys/trident
7983c6961d455e02d8dd0df12ae39da7f28d9ba8
[ "MIT" ]
2
2019-03-05T08:36:01.000Z
2019-06-13T02:34:50.000Z
<?php namespace j0hnys\Trident\Builders\Remove; use PhpParser\Error; use PhpParser\NodeDumper; use PhpParser\ParserFactory; use PhpParser\{Node, NodeFinder}; use j0hnys\Trident\Base\Storage\Disk; use j0hnys\Trident\Base\Storage\Trident; use j0hnys\Trident\Base\Constants\Trident\FolderStructure; class Entity { p...
53.666667
159
0.67373
2659ec8a88677d194b6c45425beab1e557378bbf
2,715
java
Java
src/main/Main.java
HananoshikaYomaru/BeliefEngine
af9a4fcf5fc4705929fdfc0352bbe6ce6e7a4dc8
[ "MIT" ]
null
null
null
src/main/Main.java
HananoshikaYomaru/BeliefEngine
af9a4fcf5fc4705929fdfc0352bbe6ce6e7a4dc8
[ "MIT" ]
null
null
null
src/main/Main.java
HananoshikaYomaru/BeliefEngine
af9a4fcf5fc4705929fdfc0352bbe6ce6e7a4dc8
[ "MIT" ]
null
null
null
package main; import java.util.Scanner; import belief.Belief; import belief.BeliefBase; import expression.CNF; import expression.ExpressionFactory; public class Main { public static void main(String[] args ) { showMenu() ; } private static void showMenu() { // TODO Auto-generated method stub BeliefBase b...
28.882979
116
0.594107
049dcc1733c6c042664b7a11858c04ee82bb1891
1,092
java
Java
runtime/src/main/java/io/quarkiverse/githubapp/event/IssueComment.java
jtama/quarkus-github-app
f7d360631f82e18ef000085156335555b13a0a8e
[ "Apache-2.0" ]
312
2021-01-20T05:40:52.000Z
2022-03-31T05:03:19.000Z
runtime/src/main/java/io/quarkiverse/githubapp/event/IssueComment.java
jtama/quarkus-github-app
f7d360631f82e18ef000085156335555b13a0a8e
[ "Apache-2.0" ]
45
2021-02-05T16:07:55.000Z
2022-03-21T20:52:50.000Z
runtime/src/main/java/io/quarkiverse/githubapp/event/IssueComment.java
jtama/quarkus-github-app
f7d360631f82e18ef000085156335555b13a0a8e
[ "Apache-2.0" ]
12
2021-03-26T10:59:16.000Z
2021-12-06T18:10:10.000Z
package io.quarkiverse.githubapp.event; import static java.lang.annotation.ElementType.PARAMETER; import static java.lang.annotation.ElementType.TYPE; import static java.lang.annotation.RetentionPolicy.RUNTIME; import java.lang.annotation.Retention; import java.lang.annotation.Target; import javax.inject.Qualifier; ...
22.285714
75
0.722527
c5ccd87af5140796fb1c04e962ce2f30723d97bd
844
cpp
C++
problemes/probleme2xx/probleme271.cpp
ZongoForSpeed/ProjectEuler
2e2d45f984d48a1da8275886c976f909a0de94ce
[ "MIT" ]
6
2015-10-13T17:07:21.000Z
2018-05-08T11:50:22.000Z
problemes/probleme2xx/probleme271.cpp
ZongoForSpeed/ProjectEuler
2e2d45f984d48a1da8275886c976f909a0de94ce
[ "MIT" ]
null
null
null
problemes/probleme2xx/probleme271.cpp
ZongoForSpeed/ProjectEuler
2e2d45f984d48a1da8275886c976f909a0de94ce
[ "MIT" ]
null
null
null
#include "problemes.h" #include "mpz_nombre.h" namespace { mpz_nombre S(size_t n) { mpz_nombre somme = 0; size_t increment = 2 * 3 * 5 * 11 * 17 * 23 * 29 * 41; for (mpz_nombre x = increment + 1; x < n; x += increment) { mpz_nombre x3 = x * x * x; if (x3 % n == 1) ...
28.133333
105
0.550948