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
21d937e5a25bf0aa03d800c9caaa282360552499
4,275
html
HTML
index.html
rafaeltmbr/scratch-get-started
9daa803c200b8b15b9c1ac67dc21ac1cf76bfe93
[ "Apache-1.1" ]
null
null
null
index.html
rafaeltmbr/scratch-get-started
9daa803c200b8b15b9c1ac67dc21ac1cf76bfe93
[ "Apache-1.1" ]
null
null
null
index.html
rafaeltmbr/scratch-get-started
9daa803c200b8b15b9c1ac67dc21ac1cf76bfe93
[ "Apache-1.1" ]
null
null
null
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Scratch Get Started</title> <link rel="stylesheet" href="./index.css" /> <link rel="sty...
35.330579
105
0.576608
23a275e89b9a4a57f371a3d7e85e7633343a7289
559
kt
Kotlin
app/src/main/java/de/lukasneugebauer/nextcloudcookbook/feature_auth/data/remote/response/LoginResponse.kt
lneugebauer/nextcloud-cookbook
d4a0d3515484c733cba11dff875c1b52ddd38a39
[ "MIT" ]
null
null
null
app/src/main/java/de/lukasneugebauer/nextcloudcookbook/feature_auth/data/remote/response/LoginResponse.kt
lneugebauer/nextcloud-cookbook
d4a0d3515484c733cba11dff875c1b52ddd38a39
[ "MIT" ]
11
2021-08-19T19:19:29.000Z
2022-03-11T22:31:43.000Z
app/src/main/java/de/lukasneugebauer/nextcloudcookbook/feature_auth/data/remote/response/LoginResponse.kt
lneugebauer/nextcloud-cookbook
d4a0d3515484c733cba11dff875c1b52ddd38a39
[ "MIT" ]
null
null
null
package de.lukasneugebauer.nextcloudcookbook.feature_auth.data.remote.response import de.lukasneugebauer.nextcloudcookbook.core.domain.model.NcAccount import de.lukasneugebauer.nextcloudcookbook.feature_auth.domain.model.LoginResult data class LoginResponse( val server: String, val loginName: String, val ...
29.421053
81
0.690519
f7f8045075c3903a337cbd53444074ec4d87da99
676
asm
Assembly
programs/oeis/105/A105853.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/105/A105853.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/105/A105853.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A105853: a(n) = sigma(n) (mod 10), i.e., unit's digit of sigma(n). ; 1,3,4,7,6,2,8,5,3,8,2,8,4,4,4,1,8,9,0,2,2,6,4,0,1,2,0,6,0,2,2,3,8,4,8,1,8,0,6,0,2,6,4,4,8,2,8,4,7,3,2,8,4,0,2,0,0,0,0,8,2,6,4,7,4,4,8,6,6,4,2,5,4,4,4,0,6,8,0,6,1,6,4,4,8,2,0,0,0,4,2,8,8,4,0,2,8,1,6,7,2,6,4,0,2,2,8,0,0,6,2,8,4,0,4,0,2,0,4,0,3,6,8,4,6...
96.571429
501
0.526627
cbb9cc1c930c7c8b676910dd3e9312f231c90b42
2,328
go
Go
commands/mr_approvers.go
andhe/glab
7519be1dcfed204bb6ab020d6ae2b279294c8d34
[ "MIT" ]
null
null
null
commands/mr_approvers.go
andhe/glab
7519be1dcfed204bb6ab020d6ae2b279294c8d34
[ "MIT" ]
null
null
null
commands/mr_approvers.go
andhe/glab
7519be1dcfed204bb6ab020d6ae2b279294c8d34
[ "MIT" ]
null
null
null
package commands import ( "fmt" "strings" "github.com/profclems/glab/internal/git" "github.com/profclems/glab/internal/manip" "github.com/gookit/color" "github.com/gosuri/uitable" "github.com/spf13/cobra" "github.com/xanzy/go-gitlab" ) var mrApproversCmd = &cobra.Command{ Use: "approvers <id> [flags]",...
28.390244
146
0.685137
b2fd53048e194cb59b5b4420a7e50d932868c531
1,878
py
Python
glance/rpc/common.py
Quinton/glance
7674bc8963a3bec21f719c48f40e8a3fc0846e6f
[ "Apache-2.0" ]
5
2017-04-23T05:50:36.000Z
2019-03-12T09:45:20.000Z
glance/rpc/common.py
Quinton/glance
7674bc8963a3bec21f719c48f40e8a3fc0846e6f
[ "Apache-2.0" ]
null
null
null
glance/rpc/common.py
Quinton/glance
7674bc8963a3bec21f719c48f40e8a3fc0846e6f
[ "Apache-2.0" ]
2
2018-08-16T11:41:18.000Z
2018-10-21T06:56:50.000Z
#!/usr/bin/env python #encode=utf-8 #vim: tabstop=4 shiftwidth=4 softtabstop=4 #Created on 2013-8-17 #Copyright 2013 nuoqingyun xuqifeng import copy import logging import traceback class RPCException(Exception): message = "An Unknown RPC related exception occurred" def __init__(self, messa...
22.357143
73
0.596912
74cb0d2ada503995e9a95be11314c9ee76909a71
267
js
JavaScript
src/server/routes/operations/index.js
fakeAssBrian/abecms
febc3db8c0faee5373322a1ccdb2f059972b6854
[ "MIT" ]
27
2016-05-19T09:59:24.000Z
2017-10-10T07:41:16.000Z
src/server/routes/operations/index.js
fakeAssBrian/abecms
febc3db8c0faee5373322a1ccdb2f059972b6854
[ "MIT" ]
115
2016-09-30T14:33:36.000Z
2017-01-24T14:33:35.000Z
src/server/routes/operations/index.js
fakeAssBrian/abecms
febc3db8c0faee5373322a1ccdb2f059972b6854
[ "MIT" ]
7
2016-11-23T01:58:12.000Z
2017-04-30T23:30:28.000Z
import getUnpublish from './get/unpublish' import getDelete from './get/delete' import postSubmit from './post/submit' import postEdit from './post/edit' import postReject from './post/reject' export { postSubmit ,postEdit ,postReject ,getUnpublish ,getDelete }
20.538462
42
0.7603
f113dbe8c608a432ca21b1a70a59edbfc97f46be
762
asm
Assembly
oeis/309/A309322.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/309/A309322.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/309/A309322.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A309322: Expansion of Sum_{k>=1} phi(k) * x^k/(1 - x^k)^3, where phi = Euler totient function (A000010). ; Submitted by Christian Krause ; 1,4,8,15,19,35,34,56,63,86,76,141,103,157,182,212,169,294,208,355,335,359,298,556,405,490,522,657,463,865,526,816,773,812,856,1239,739,1003,1058,1424,901,1610,988,1525,1617,1445,1...
34.636364
449
0.685039
3ba4c8cd331637d82b35af577e3a36bb72ed495d
1,539
swift
Swift
TestGitHub/Sources/Common/DateFormat.swift
olgavorona/TestGitHub
a17c64569a279409d1be001007f53ba951fa42b5
[ "MIT" ]
null
null
null
TestGitHub/Sources/Common/DateFormat.swift
olgavorona/TestGitHub
a17c64569a279409d1be001007f53ba951fa42b5
[ "MIT" ]
null
null
null
TestGitHub/Sources/Common/DateFormat.swift
olgavorona/TestGitHub
a17c64569a279409d1be001007f53ba951fa42b5
[ "MIT" ]
null
null
null
// // DateFormat.swift // TestGitHub // // Created by Olga Vorona on 23.12.2020. // import Foundation @objc public enum DateFormat: Int, CaseIterable, CustomStringConvertible { case standard case serverFull var value: String { switch self { case .serverFull: return "yyyy-...
26.084746
105
0.594542
f06a56919cbaa9b5814f0dd5b244fec4364f26b3
423
py
Python
python/arachne/runtime/rpc/logger.py
fixstars/arachne
03c00fc5105991d0d706b935d77e6f9255bae9e7
[ "MIT" ]
3
2022-03-29T03:02:20.000Z
2022-03-29T03:48:38.000Z
python/arachne/runtime/rpc/logger.py
fixstars/arachne
03c00fc5105991d0d706b935d77e6f9255bae9e7
[ "MIT" ]
null
null
null
python/arachne/runtime/rpc/logger.py
fixstars/arachne
03c00fc5105991d0d706b935d77e6f9255bae9e7
[ "MIT" ]
1
2022-03-29T05:44:12.000Z
2022-03-29T05:44:12.000Z
import logging class Logger(object): stream_handler = logging.StreamHandler() formatter = logging.Formatter("[%(levelname)s %(pathname)s:%(lineno)d] %(message)s") stream_handler.setFormatter(formatter) stream_handler.setLevel(logging.INFO) my_logger = logging.Logger("arachne.runtime.rpc") my_...
26.4375
88
0.72104
6bb1d174c5868c55e7ae3c1c67a1fe581be08f21
718
h
C
updated_qcbits_afr/qcbits.h
antoniocgj/Optimized-implementation-of-QC-MDPC-code-based-cryptography
fe998ece9518e90511eb886ef3672f82baef0604
[ "CC0-1.0" ]
1
2020-08-03T01:45:00.000Z
2020-08-03T01:45:00.000Z
updated_qcbits_afr/qcbits.h
antoniocgj/Optimized-implementation-of-QC-MDPC-code-based-cryptography
fe998ece9518e90511eb886ef3672f82baef0604
[ "CC0-1.0" ]
null
null
null
updated_qcbits_afr/qcbits.h
antoniocgj/Optimized-implementation-of-QC-MDPC-code-based-cryptography
fe998ece9518e90511eb886ef3672f82baef0604
[ "CC0-1.0" ]
null
null
null
#include <x86intrin.h> #include <stdint.h> #include <math.h> /* Security parameters */ #define R 32749 #define W 274 #define T 264 /* Implementation parameters */ #define word_t __m512i #define index_t uint16_t #define R_WORDS 64 #define HWPA 47 #define M_MAX 512 int generate_keys(word_t * public_key, index_t pri...
28.72
95
0.731198
7093cf8fe7253d948a35251d5de2adf279dc3f7d
186
go
Go
encoding/pb/pong.go
theredrad/udpsocket
a1387dc2887062416585d90045d73eb044001862
[ "MIT" ]
4
2021-08-28T03:44:33.000Z
2022-01-13T11:17:52.000Z
encoding/pb/pong.go
theredrad/udpsocket
a1387dc2887062416585d90045d73eb044001862
[ "MIT" ]
null
null
null
encoding/pb/pong.go
theredrad/udpsocket
a1387dc2887062416585d90045d73eb044001862
[ "MIT" ]
null
null
null
package pb func (p *Pong) SetPingSentAt(t int64) { p.PingSentAt = t } func (p *Pong) SetReceivedAt(t int64) { p.ReceivedAt = t } func (p *Pong) SetSentAt(t int64) { p.SentAt = t }
13.285714
39
0.650538
36c8ea0f1262928cc13e502ca206f68479896d92
3,970
asm
Assembly
defines.asm
StraDaMa/mmbn6-pikachu-boss-battle
0bc38a6a83c3971541bf20ed55583df3ab357a90
[ "MIT" ]
7
2021-04-04T13:38:05.000Z
2022-03-31T01:33:46.000Z
defines.asm
StraDaMa/mmbn6-pikachu-boss-battle
0bc38a6a83c3971541bf20ed55583df3ab357a90
[ "MIT" ]
null
null
null
defines.asm
StraDaMa/mmbn6-pikachu-boss-battle
0bc38a6a83c3971541bf20ed55583df3ab357a90
[ "MIT" ]
1
2021-10-02T23:15:01.000Z
2021-10-02T23:15:01.000Z
.vdefinelabel sfx_play, 0x080005CC, 0x080005CC .vdefinelabel memory_zero8, 0x080008B4, 0x080008B4 .vdefinelabel memory_copy8, 0x08000920, 0x08000920 .vdefinelabel list_shuffle_byte, 0x08000C72, 0x08000C72 .vdefinelabel math_get_thow_speeds, 0x08001330, 0x08001330 .vdefinelabel rng1_get_int, 0x08001532, 0x08001532 .vdef...
61.076923
79
0.887154
f03ec3c4956c525ef5f08afb19c69e5ad237499d
1,134
js
JavaScript
gulp/core/utils/webpackLogStats.js
adamwoodnz/bikeparks-js-dev
5a6092d3c09b5dc0acbe0788e2150a122bcdc09b
[ "MIT" ]
392
2015-09-18T20:29:36.000Z
2022-03-30T04:17:19.000Z
gulp/core/utils/webpackLogStats.js
adamwoodnz/bikeparks-js-dev
5a6092d3c09b5dc0acbe0788e2150a122bcdc09b
[ "MIT" ]
48
2015-09-23T14:28:28.000Z
2019-07-01T04:08:42.000Z
gulp/core/utils/webpackLogStats.js
adamwoodnz/bikeparks-js-dev
5a6092d3c09b5dc0acbe0788e2150a122bcdc09b
[ "MIT" ]
103
2015-11-02T12:28:06.000Z
2021-12-18T11:11:19.000Z
var gutil = require('gulp-util'); var callingDone = false; var defaultStatsOptions = { colors: gutil.colors.supportsColor, hash: false, timings: false, chunks: false, chunkModules: false, modules: false, children: true, version: true, cached: false, cachedAssets: false, reasons: false, source: false, erro...
19.551724
59
0.666667
477fce55d6dc90cd55ffb087c70eaceaeb43a7ee
1,102
html
HTML
Extracted/84.html
Augustpan/WHO_disease_outbreak_news
b26b4fd81e394fb2d3ee2e847b51989d97b99e5f
[ "MIT" ]
null
null
null
Extracted/84.html
Augustpan/WHO_disease_outbreak_news
b26b4fd81e394fb2d3ee2e847b51989d97b99e5f
[ "MIT" ]
null
null
null
Extracted/84.html
Augustpan/WHO_disease_outbreak_news
b26b4fd81e394fb2d3ee2e847b51989d97b99e5f
[ "MIT" ]
null
null
null
<div id="primary"> <h1 class="headline">1996 - Cerebrospinal meningitis in Africa (summary) - Update 2</h1> <p> <span><b>27 March 1996</b> <br/><br/><b>Disease Outbreak Reported</b></span></p> <p> <span>In a recent report from the WHO Office for the African Region the accumulated number of cases of meningitis had incre...
58
95
0.699637
b159ab841a197350044f573b8bef7000f6df7217
4,710
h
C
Sources_Common/Calendar_Store/Clients/CCalendarClient.h
mulberry-mail/mulberry4-client
cdaae15c51dd759110b4fbdb2063d0e3d5202103
[ "ECL-2.0", "Apache-2.0" ]
5
2015-03-23T13:45:09.000Z
2021-11-06T08:37:42.000Z
Sources_Common/Calendar_Store/Clients/CCalendarClient.h
mulberry-mail/mulberry4-client
cdaae15c51dd759110b4fbdb2063d0e3d5202103
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
Sources_Common/Calendar_Store/Clients/CCalendarClient.h
mulberry-mail/mulberry4-client
cdaae15c51dd759110b4fbdb2063d0e3d5202103
[ "ECL-2.0", "Apache-2.0" ]
2
2021-03-27T09:10:59.000Z
2022-01-19T12:12:48.000Z
/* Copyright (c) 2007 Cyrus Daboo. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless re...
44.857143
142
0.764331
55e6aef421b51593e12dde5155fa69866418dc70
1,078
swift
Swift
swift-leetcode/Array/81.swift
qyz777/swift-leetcode
d7b916ee12c396decb65cb5d9418274138fad8b3
[ "MIT" ]
15
2019-05-11T05:25:24.000Z
2021-08-01T03:50:05.000Z
swift-leetcode/Array/81.swift
qyz777/swift-leetcode
d7b916ee12c396decb65cb5d9418274138fad8b3
[ "MIT" ]
null
null
null
swift-leetcode/Array/81.swift
qyz777/swift-leetcode
d7b916ee12c396decb65cb5d9418274138fad8b3
[ "MIT" ]
3
2019-05-11T12:16:32.000Z
2019-11-28T12:57:42.000Z
// // 81.swift // swift-leetcode // // Created by Q YiZhong on 2019/7/23. // Copyright © 2019 YiZhong Qi. All rights reserved. // import Foundation /** 参考https://leetcode-cn.com/problems/search-in-rotated-sorted-array-ii/solution/er-fen-by-powcai/ */ func search_2(_ nums: [Int], _ target: Int) -> Bool { ...
22.93617
96
0.467532
3c325bc69f7463703bb78065d89f111399189ba6
947
asm
Assembly
l3337 codes/x.asm/music.asm
pankace/SICP-robably
765f516f253e96ae2c8e433722ea7cefd31b2f04
[ "MIT" ]
null
null
null
l3337 codes/x.asm/music.asm
pankace/SICP-robably
765f516f253e96ae2c8e433722ea7cefd31b2f04
[ "MIT" ]
null
null
null
l3337 codes/x.asm/music.asm
pankace/SICP-robably
765f516f253e96ae2c8e433722ea7cefd31b2f04
[ "MIT" ]
null
null
null
beep_sound: mov al, 182 ; Prep speaker out 0x43, al ; note to play mov ax, cx ; Frec of note ; for midddle C. out 0x42, al ; Output low byte mov al, ...
33.821429
63
0.349525
d843f2dccc44721c0459c0063f0457fad16f0a76
2,795
lua
Lua
src/apiset/core_string_l1_1_0.lua
CoderAldrich/TINN
f4e2555fe49261285ff0db79fdd932bb708f530a
[ "MS-PL" ]
70
2015-02-02T02:32:42.000Z
2022-01-18T15:17:58.000Z
src/apiset/core_string_l1_1_0.lua
CoderAldrich/TINN
f4e2555fe49261285ff0db79fdd932bb708f530a
[ "MS-PL" ]
1
2019-06-04T13:46:20.000Z
2019-06-06T04:34:27.000Z
src/apiset/core_string_l1_1_0.lua
CoderAldrich/TINN
f4e2555fe49261285ff0db79fdd932bb708f530a
[ "MS-PL" ]
12
2015-05-22T05:23:17.000Z
2021-02-17T11:50:21.000Z
-- core_string_l1_1_0.lua -- api-ms-win-core-string-l1-1-0.dll local ffi = require("ffi"); local k32Lib = ffi.load("kernel32") local WTypes = require("WTypes"); ffi.cdef[[ static const int CP_ACP = 0; // default to ANSI code page static const int CP_OEMCP = 1; // default to OEM code page static const int CP_MACCP...
22.18254
117
0.718784
9f3207e809cd7902d4ba75d6f15d5614fe8986e3
1,934
lua
Lua
priest/priest_buff.lua
palfibeni/KerAzsMB
94a2b526d49bfefab675a48ab681aadd93a4228c
[ "MIT" ]
5
2020-02-14T11:51:40.000Z
2021-01-20T06:26:38.000Z
priest/priest_buff.lua
palfibeni/KerAzsMB
94a2b526d49bfefab675a48ab681aadd93a4228c
[ "MIT" ]
null
null
null
priest/priest_buff.lua
palfibeni/KerAzsMB
94a2b526d49bfefab675a48ab681aadd93a4228c
[ "MIT" ]
null
null
null
function priestRaidBuff() holyFire() buffTargetList("Spell_Holy_PrayerofSpirit", "Prayer of Spirit") buffTargetList("Spell_Holy_PrayerOfFortitude", "Prayer of Fortitude") end function priestSmallBuff() holyFire() buffTargetList("Spell_Holy_WordFortitude", "Power Word: Fortitude") end function holy...
31.193548
81
0.74819
c332ba9d7daaab40f2be935e2f7e0d9e0776c532
3,837
go
Go
internal/dynatrace/security_problems_client.go
philconst/dynatrace-service
f977314d5d2434837ea9e7f9b009bf827f3855d2
[ "Apache-2.0" ]
14
2019-12-19T21:27:00.000Z
2022-03-09T13:21:47.000Z
internal/dynatrace/security_problems_client.go
philconst/dynatrace-service
f977314d5d2434837ea9e7f9b009bf827f3855d2
[ "Apache-2.0" ]
554
2019-08-14T07:03:51.000Z
2022-03-31T14:07:15.000Z
internal/dynatrace/security_problems_client.go
philconst/dynatrace-service
f977314d5d2434837ea9e7f9b009bf827f3855d2
[ "Apache-2.0" ]
7
2019-09-19T20:00:54.000Z
2021-09-23T12:53:53.000Z
package dynatrace import ( "encoding/json" "fmt" "github.com/keptn-contrib/dynatrace-service/internal/common" "time" ) const securityProblemsPath = "/api/v2/securityProblems" // SecurityProblemQueryResult Result of/api/v2/securityProblems type SecurityProblemQueryResult struct { TotalCount int ...
37.617647
144
0.703154
18a59f6def6a0dde48fcab08a9337efffb003f1e
1,503
css
CSS
css/flexModal.css
paceaux/flex-modal
ce179f69923311c9f2728747c87431ac464a6dd4
[ "MIT" ]
1
2016-05-03T19:56:51.000Z
2016-05-03T19:56:51.000Z
css/flexModal.css
paceaux/flex-modal
ce179f69923311c9f2728747c87431ac464a6dd4
[ "MIT" ]
null
null
null
css/flexModal.css
paceaux/flex-modal
ce179f69923311c9f2728747c87431ac464a6dd4
[ "MIT" ]
null
null
null
.modal__overlay{ display:none; position:fixed; z-index:9998; top:0; left:0; height:100%; width:100%; background:#000 } #modal__container{ display: none } .modal__container{ display: none; color: #333; padding:15px; border:1px solid #1a3d6e; border-radius: 4px; margin: 0; background:#f9f9f9; box-shadow:...
18.7875
68
0.734531
5836c7870fffeedaa3e7cad849c9ae1d553024bb
7,755
c
C
components/freertos_plus_io/src/secure_device.c
chinglee-iot/device-software-for-aws-connected-mobility-solution
6cd76196d25ad5a1abc1731d9b48f81cbde242d0
[ "MIT-0" ]
null
null
null
components/freertos_plus_io/src/secure_device.c
chinglee-iot/device-software-for-aws-connected-mobility-solution
6cd76196d25ad5a1abc1731d9b48f81cbde242d0
[ "MIT-0" ]
null
null
null
components/freertos_plus_io/src/secure_device.c
chinglee-iot/device-software-for-aws-connected-mobility-solution
6cd76196d25ad5a1abc1731d9b48f81cbde242d0
[ "MIT-0" ]
1
2022-01-18T09:57:57.000Z
2022-01-18T09:57:57.000Z
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: MIT-0 * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software * without restriction, inc...
32.721519
109
0.532173
5811643ffa2729c550c20fe0bc19c23ff9634c6f
38,782
h
C
4.27/PlayFabPlugin/PlayFab/Source/PlayFab/Classes/PlayFabClientModelDecoder.h
parnic-sks/UnrealMarketplacePlugin
87a9d392de53d2031a3ceafbc79ab86d86ca3a33
[ "Apache-2.0" ]
85
2018-11-21T00:01:28.000Z
2022-03-26T14:04:07.000Z
4.27/PlayFabPlugin/PlayFab/Source/PlayFab/Classes/PlayFabClientModelDecoder.h
parnic-sks/UnrealMarketplacePlugin
87a9d392de53d2031a3ceafbc79ab86d86ca3a33
[ "Apache-2.0" ]
17
2019-04-04T12:24:48.000Z
2021-10-12T08:06:47.000Z
4.27/PlayFabPlugin/PlayFab/Source/PlayFab/Classes/PlayFabClientModelDecoder.h
parnic-sks/UnrealMarketplacePlugin
87a9d392de53d2031a3ceafbc79ab86d86ca3a33
[ "Apache-2.0" ]
38
2018-11-17T09:53:27.000Z
2022-03-26T22:33:11.000Z
////////////////////////////////////////////////////// // Copyright (C) Microsoft. 2018. All rights reserved. ////////////////////////////////////////////////////// #pragma once ////////////////////////////////////////////////////////////////////////////////////////////// // Automatically generated model file for th...
59.664615
162
0.74844
85523858e821fcab9b3601ab70b77c773ebab7f5
712
rs
Rust
src/room.rs
patm1987/rust_d20_test
e64248570d31a1140bf240ba9d958d12c855ab88
[ "MIT" ]
null
null
null
src/room.rs
patm1987/rust_d20_test
e64248570d31a1140bf240ba9d958d12c855ab88
[ "MIT" ]
null
null
null
src/room.rs
patm1987/rust_d20_test
e64248570d31a1140bf240ba9d958d12c855ab88
[ "MIT" ]
null
null
null
use std::cell::Cell; pub struct Room { title: String, first_description: String, description: String, visited: Cell<bool>, } impl Room { pub fn new(title: &str, first_description: &str, description: &str) -> Room { Room { title: title.to_owned(), first_description: first_description.to_owned(), descri...
18.25641
78
0.672753
99793b6867951fbd5ce645baa39d0cdfe12c73ef
5,055
h
C
DateTime/DateTime/Date.h
MJBrune/RandomProjects
c24d8aa78aa9d5a6df8ae186a92a82165a96c50c
[ "WTFPL" ]
null
null
null
DateTime/DateTime/Date.h
MJBrune/RandomProjects
c24d8aa78aa9d5a6df8ae186a92a82165a96c50c
[ "WTFPL" ]
null
null
null
DateTime/DateTime/Date.h
MJBrune/RandomProjects
c24d8aa78aa9d5a6df8ae186a92a82165a96c50c
[ "WTFPL" ]
null
null
null
#ifndef DATE_H #define DATE_H //----------------------------------------------------------------------------- // Class: Date // // File: Date.cpp // // Title: Date Class // // Description: This file contains the class definition for Date // // Programmer: Paul Bladek // // ...
31.59375
110
0.636597
50c29a6ed4aa09cfb023ce2518165f1d8f9a4758
636
go
Go
service_packs/kubernetes/general/helpers.go
iantivey/probr
5acc3ce9c744746c31b45e7d734ac5098544165c
[ "Apache-2.0" ]
null
null
null
service_packs/kubernetes/general/helpers.go
iantivey/probr
5acc3ce9c744746c31b45e7d734ac5098544165c
[ "Apache-2.0" ]
null
null
null
service_packs/kubernetes/general/helpers.go
iantivey/probr
5acc3ce9c744746c31b45e7d734ac5098544165c
[ "Apache-2.0" ]
null
null
null
package general import ( "github.com/citihub/probr/audit" "github.com/citihub/probr/service_packs/coreengine" "github.com/citihub/probr/service_packs/kubernetes" "github.com/cucumber/godog" ) type scenarioState struct { name string audit *audit.ScenarioAudit probe *audit.Probe podStat...
26.5
81
0.75
0c6dda27cc552afa41ad4eaef8453f2665bf8538
1,851
swift
Swift
benchmarks/scripts/Sources/Parser/Parser.swift
kateinoigakukun/mull-xctest
e7be5afa9afb64bef97dde29417c016af2a50dcc
[ "MIT" ]
43
2021-03-04T04:57:41.000Z
2022-03-03T17:16:54.000Z
benchmarks/scripts/Sources/Parser/Parser.swift
kateinoigakukun/mull-xctest
e7be5afa9afb64bef97dde29417c016af2a50dcc
[ "MIT" ]
2
2021-03-09T10:32:29.000Z
2021-10-19T12:01:25.000Z
benchmarks/scripts/Sources/Parser/Parser.swift
kateinoigakukun/mull-xctest
e7be5afa9afb64bef97dde29417c016af2a50dcc
[ "MIT" ]
1
2021-03-09T14:29:17.000Z
2021-03-09T14:29:17.000Z
import Foundation public func parseMuterBenchmark(contents: Data) throws -> [MuterMutationPoint] { let decoder = JSONDecoder() decoder.keyDecodingStrategy = .useDefaultKeys struct TopLevel: Decodable { struct FileReport: Decodable { struct AppliedOperator: Decodable { va...
36.294118
83
0.65208
f2599ce573665da4829e5f18c71362be6ae1acf9
463
sql
SQL
openGaussBase/testcase/KEYWORDS/number/Opengauss_Function_Keyword_Number_Case0027.sql
opengauss-mirror/Yat
aef107a8304b94e5d99b4f1f36eb46755eb8919e
[ "MulanPSL-1.0" ]
null
null
null
openGaussBase/testcase/KEYWORDS/number/Opengauss_Function_Keyword_Number_Case0027.sql
opengauss-mirror/Yat
aef107a8304b94e5d99b4f1f36eb46755eb8919e
[ "MulanPSL-1.0" ]
null
null
null
openGaussBase/testcase/KEYWORDS/number/Opengauss_Function_Keyword_Number_Case0027.sql
opengauss-mirror/Yat
aef107a8304b94e5d99b4f1f36eb46755eb8919e
[ "MulanPSL-1.0" ]
null
null
null
-- @testpoint:opengauss关键字number非保留),作为序列名 --关键字不带引号-成功 drop sequence if exists number; create sequence number start 100 cache 50; drop sequence number; --关键字带双引号-成功 drop sequence if exists "number"; create sequence "number" start 100 cache 50; drop sequence "number"; --关键字带单引号-合理报错 drop sequence if exists 'number...
22.047619
44
0.766739
4a1161432e95a7c0c2000d06c422edad0e7ee2c1
674
sql
SQL
_MAIN SQL SOLUTIONS/Oft Used Code/Oft Used Code/Oft Used Code/1 CONVEYANCING DOC PERMISSIONS FOR GLOBAL DOCS.sql
johnmull400/S-G_GIT_ROUTE
abc04f5305b5de2616dc26c0d0e285a06837e917
[ "MIT" ]
null
null
null
_MAIN SQL SOLUTIONS/Oft Used Code/Oft Used Code/Oft Used Code/1 CONVEYANCING DOC PERMISSIONS FOR GLOBAL DOCS.sql
johnmull400/S-G_GIT_ROUTE
abc04f5305b5de2616dc26c0d0e285a06837e917
[ "MIT" ]
null
null
null
_MAIN SQL SOLUTIONS/Oft Used Code/Oft Used Code/Oft Used Code/1 CONVEYANCING DOC PERMISSIONS FOR GLOBAL DOCS.sql
johnmull400/S-G_GIT_ROUTE
abc04f5305b5de2616dc26c0d0e285a06837e917
[ "MIT" ]
null
null
null
-- The doc permissions table has no record for a given documnts until you set the permissions in partner. -- What we will have to do is insert a record for each global document into the doc permissions table -- for every casetype EXCEPT conveayancing. USE [Partner] GO SELECT [doccode] ,[casetype] FROM [dbo]....
24.962963
105
0.771513
fa2875eb370191626b9bf75d3da59bf056e9ab65
5,925
swift
Swift
SwiftyBase/Classes/Control/PartiallyEditField.swift
mspvirajpatel/SwiftyBase
f6ddc8094512b11c7656fb61a02525e59fb1d6e1
[ "MIT" ]
31
2017-08-30T12:43:41.000Z
2022-02-08T14:37:31.000Z
SwiftyBase/Classes/Control/PartiallyEditField.swift
mspvirajpatel/SwiftyBase
f6ddc8094512b11c7656fb61a02525e59fb1d6e1
[ "MIT" ]
1
2017-09-07T04:16:01.000Z
2017-09-07T04:56:01.000Z
SwiftyBase/Classes/Control/PartiallyEditField.swift
mspvirajpatel/SwiftyBase
f6ddc8094512b11c7656fb61a02525e59fb1d6e1
[ "MIT" ]
21
2017-08-30T12:43:42.000Z
2021-04-02T06:42:54.000Z
// // PartiallyEditField.swift // SwiftyBase // // Created by Viraj Patel on 13/11/17. // import Foundation public enum PreTextSide: Int { case kNone case kLeft case kRight } /** * The PartiallyEditField will generate pretext for the textfield. */ open class PartiallyEditField: UITextField { o...
32.554945
157
0.561013
20d616cfac018c9ff666ca836992f374e4fa2104
889
sql
SQL
sharding-jdbc-transaction-example/src/main/resources/manual_schema.sql
root1005214/sharding-jdbc-example
b93e487b6f8c8f0bf01a597afb1e9dea1800003c
[ "Apache-2.0" ]
1
2018-07-31T09:43:57.000Z
2018-07-31T09:43:57.000Z
sharding-jdbc-example/transaction-example/src/main/resources/manual_schema.sql
beckhampu/sharding-sphere-example
0bee649d8f0e8943a3b7f4d93a40cc9b1f2bec56
[ "Apache-2.0" ]
null
null
null
sharding-jdbc-example/transaction-example/src/main/resources/manual_schema.sql
beckhampu/sharding-sphere-example
0bee649d8f0e8943a3b7f4d93a40cc9b1f2bec56
[ "Apache-2.0" ]
null
null
null
DROP SCHEMA IF EXISTS trans_log; DROP SCHEMA IF EXISTS ds_trans_0; DROP SCHEMA IF EXISTS ds_trans_1; DROP SCHEMA IF EXISTS ds_trans_2; DROP SCHEMA IF EXISTS ds_trans_3; DROP SCHEMA IF EXISTS ds_trans_4; DROP SCHEMA IF EXISTS ds_trans_5; DROP SCHEMA IF EXISTS ds_trans_6; DROP SCHEMA IF EXISTS ds_trans_7; DROP SCHEMA IF ...
34.192308
40
0.823397
e7719d948f6b8ce0a01631a7f907587a0e00315b
1,588
js
JavaScript
lib/event.js
gitrows/gitrows-utils
83a4041ad1e201eb75dbc749325fa60d9e92de34
[ "MIT" ]
null
null
null
lib/event.js
gitrows/gitrows-utils
83a4041ad1e201eb75dbc749325fa60d9e92de34
[ "MIT" ]
null
null
null
lib/event.js
gitrows/gitrows-utils
83a4041ad1e201eb75dbc749325fa60d9e92de34
[ "MIT" ]
null
null
null
const url = require('url'); const Event={ getData:async(event)=>{ let body=event.isBase64Encoded?Buffer.from(event.body, 'base64').toString('utf-8'):event.body; let data,urlParams; switch (event.headers['content-type']) { case 'application/x-www-form-urlencoded': urlParams=new url.URLSearchParams(body);...
23.352941
97
0.671285
125d228f6e984044c8f394c95e4f9e013aafe9bd
280
c
C
test.c
muhammadrefa/bno055_stm32
6d4e0d8428ea9ba1a70dcaab86119a8e1123570a
[ "MIT" ]
21
2019-08-24T10:07:41.000Z
2022-03-05T06:15:58.000Z
test.c
muhammadrefa/bno055_stm32
6d4e0d8428ea9ba1a70dcaab86119a8e1123570a
[ "MIT" ]
16
2019-04-15T09:47:11.000Z
2021-10-11T04:51:28.000Z
test.c
muhammadrefa/bno055_stm32
6d4e0d8428ea9ba1a70dcaab86119a8e1123570a
[ "MIT" ]
11
2019-08-22T20:57:30.000Z
2021-11-29T20:46:39.000Z
#include "bno055.h" #define I2C_HandleTypeDef int; // I2C_HandleTypeDef *_bno055_i2c_port; void bno055_delay(int time) { } void bno055_writeData(uint8_t reg, uint8_t data) { } void bno055_readData(uint8_t reg, uint8_t *data, uint8_t len) { } int main() { bno055_setup(); }
15.555556
63
0.735714
750c7405e4c5bc1643d25f9a8aa20b13e308fa50
231
h
C
Paleta.h
NightZpy/SDL-Pong
dfbe5b4caeead87d31579f8ad4114eb85cba32d3
[ "BSD-3-Clause" ]
null
null
null
Paleta.h
NightZpy/SDL-Pong
dfbe5b4caeead87d31579f8ad4114eb85cba32d3
[ "BSD-3-Clause" ]
null
null
null
Paleta.h
NightZpy/SDL-Pong
dfbe5b4caeead87d31579f8ad4114eb85cba32d3
[ "BSD-3-Clause" ]
null
null
null
#ifndef PALETA_H_INCLUDED #define PALETA_H_INCLUDED #endif // PALETA_H_INCLUDED class name { public: private: SDL_Surface *imagen = NULL; double x = 0; double y = 0; double velocidad = 0.0; };
11
30
0.623377
e162976ffed0b244e05a7c4c9c68aca450037417
745
sql
SQL
phase 8/challenges/korning/schema.sql
TimeBombx/launch_academy
4dfc47d576882aa3a60f1241324bea7101d60049
[ "MIT" ]
null
null
null
phase 8/challenges/korning/schema.sql
TimeBombx/launch_academy
4dfc47d576882aa3a60f1241324bea7101d60049
[ "MIT" ]
null
null
null
phase 8/challenges/korning/schema.sql
TimeBombx/launch_academy
4dfc47d576882aa3a60f1241324bea7101d60049
[ "MIT" ]
null
null
null
-- DEFINE YOUR DATABASE SCHEMA HERE DROP TABLE IF EXISTS employees; CREATE TABLE employees ( id serial PRIMARY KEY, first_name varchar(100), last_name varchar(100), email varchar(100) ); DROP TABLE IF EXISTS customers; CREATE TABLE customers ( id serial PRIMARY KEY, name varchar(100), account_number v...
19.102564
40
0.743624
058fe639e0451bd8eb402c5a4b1f8778b550ef2e
81
rb
Ruby
lib/serialist.rb
bbenezech/serialist
9cbb18a1623f8d7074a7eed47a1a551607302321
[ "MIT" ]
1
2016-05-09T14:43:16.000Z
2016-05-09T14:43:16.000Z
lib/serialist.rb
bbenezech/serialist
9cbb18a1623f8d7074a7eed47a1a551607302321
[ "MIT" ]
null
null
null
lib/serialist.rb
bbenezech/serialist
9cbb18a1623f8d7074a7eed47a1a551607302321
[ "MIT" ]
null
null
null
require 'serialist/serialist_module' ActiveRecord::Base.send(:include, Serialist)
40.5
44
0.839506
93716c5c56edfb87347d5de01fa12ab34bfa9756
3,034
rs
Rust
zargo/src/command/download.rs
vikkkko/zincM
dd1fabf6d736ca2ac4884cca7a3929aadb9e7e28
[ "Apache-2.0" ]
291
2020-04-08T23:04:37.000Z
2022-03-27T06:53:46.000Z
zargo/src/command/download.rs
vikkkko/zincM
dd1fabf6d736ca2ac4884cca7a3929aadb9e7e28
[ "Apache-2.0" ]
14
2020-07-12T23:14:11.000Z
2021-10-04T15:51:06.000Z
zargo/src/command/download.rs
litezk/zinc
f28b41f172cfc14e6793ae5d6e37e59f1e406a7d
[ "Apache-2.0" ]
34
2020-04-30T02:15:55.000Z
2021-12-13T14:52:33.000Z
//! //! The Zargo package manager `download` subcommand. //! use std::path::PathBuf; use std::str::FromStr; use structopt::StructOpt; use crate::error::Error; use crate::http::downloader::Downloader; use crate::http::Client as HttpClient; use crate::network::Network; /// /// The Zargo package manager `download` sub...
27.581818
90
0.577456
63d4f36b6253ddf7306d3bdd57e182bbcbdae913
1,951
kt
Kotlin
src/main/java/com/sayzen/campfiresdk/models/cards/post_pages/CardPageImage.kt
ZeonXX/CampfireSDKKotlin
f35704dd1b362a631055fa64768decc0d612a46c
[ "Apache-2.0" ]
null
null
null
src/main/java/com/sayzen/campfiresdk/models/cards/post_pages/CardPageImage.kt
ZeonXX/CampfireSDKKotlin
f35704dd1b362a631055fa64768decc0d612a46c
[ "Apache-2.0" ]
null
null
null
src/main/java/com/sayzen/campfiresdk/models/cards/post_pages/CardPageImage.kt
ZeonXX/CampfireSDKKotlin
f35704dd1b362a631055fa64768decc0d612a46c
[ "Apache-2.0" ]
4
2019-10-27T09:31:52.000Z
2021-12-31T13:26:22.000Z
package com.sayzen.campfiresdk.models.cards.post_pages import android.view.View import android.widget.ImageView import com.dzen.campfire.api.API_TRANSLATE import com.dzen.campfire.api.models.publications.PagesContainer import com.dzen.campfire.api.models.publications.post.PageImage import com.sayzen.campfiresdk.R impo...
34.839286
115
0.717068
ed338c6b27ea8c70f43c971079b9602aa6f075c5
50
sql
SQL
src/test/resources/com/foundationdb/sql/compiler/normalize/select-6i.sql
liangry/sqlparser
b995ed138c164f1156e3d7477a62de7619472429
[ "Apache-2.0" ]
617
2015-01-14T09:18:07.000Z
2021-08-05T06:39:29.000Z
oceanus-all/oceanus-exchange/oceanus-exchange-jdbc/src/test/resources/com/bj58/sql/compiler/normalize/select-6i.sql
diycp/Oceanus
62d8717f5f4f76a49d751fd8fbea9fe8250e3f5e
[ "Apache-2.0" ]
5
2015-01-28T05:49:22.000Z
2019-01-07T06:05:01.000Z
oceanus-all/oceanus-exchange/oceanus-exchange-jdbc/src/test/resources/com/bj58/sql/compiler/normalize/select-6i.sql
diycp/Oceanus
62d8717f5f4f76a49d751fd8fbea9fe8250e3f5e
[ "Apache-2.0" ]
348
2015-01-14T09:18:07.000Z
2021-06-17T09:17:48.000Z
SELECT * FROM t WHERE NOT (c IN (SELECT c FROM u))
50
50
0.68
a18118a6ca2fde0b3e43c9d426c35bb3e334ba52
1,617
go
Go
pkg/highlight/unicode.go
5paceToast/micro
9484e083244f6249df59b364f3584ce0e95cac79
[ "Apache-2.0", "MIT" ]
21,446
2016-03-23T19:56:03.000Z
2022-03-31T22:08:38.000Z
pkg/highlight/unicode.go
5paceToast/micro
9484e083244f6249df59b364f3584ce0e95cac79
[ "Apache-2.0", "MIT" ]
1,958
2016-04-17T21:51:01.000Z
2022-03-31T22:26:16.000Z
pkg/highlight/unicode.go
5paceToast/micro
9484e083244f6249df59b364f3584ce0e95cac79
[ "Apache-2.0", "MIT" ]
1,577
2016-04-18T02:33:59.000Z
2022-03-30T15:49:20.000Z
package highlight import ( "unicode" "unicode/utf8" ) var minMark = rune(unicode.Mark.R16[0].Lo) func isMark(r rune) bool { // Fast path if r < minMark { return false } return unicode.In(r, unicode.Mark) } // DecodeCharacter returns the next character from an array of bytes // A character is a rune along wi...
18.802326
68
0.672233
9adfdd3108374aa82a791055426385ade39502d7
1,107
css
CSS
modulo-02/css/style-exercicios-022-css.css
marceloicampos/site-hello-world
4814ce2e049868941b8f3456f195943f205d6710
[ "MIT" ]
2
2021-06-08T16:50:16.000Z
2021-11-15T00:18:21.000Z
modulo-02/css/style-exercicios-022-css.css
marceloicampos/site-hello-world
4814ce2e049868941b8f3456f195943f205d6710
[ "MIT" ]
null
null
null
modulo-02/css/style-exercicios-022-css.css
marceloicampos/site-hello-world
4814ce2e049868941b8f3456f195943f205d6710
[ "MIT" ]
null
null
null
@charset "UTF-8"; /* em HTML é id = em CSS é # (só pode um elemento por id) em HTML é class = CSS é . (pode vários elementos por class) */ body { margin-bottom: 96px; background-color: #9cfccb; font-family: Arial, Helvetica, sans-serif; } h1 { color: #1e402f; } h1#principal { color: #fff; t...
13.5
59
0.597109
6e1d8054a947c1296432543a450d3f3911732d14
632
html
HTML
my_wallet/templates/registration/password_reset_confirm.html
Bounty1993/my-wallet
c14f8efaa1c3b90f9d5b0a6c5b5aabb26ed541fa
[ "MIT" ]
null
null
null
my_wallet/templates/registration/password_reset_confirm.html
Bounty1993/my-wallet
c14f8efaa1c3b90f9d5b0a6c5b5aabb26ed541fa
[ "MIT" ]
8
2020-06-05T19:52:06.000Z
2022-03-11T23:40:19.000Z
my_wallet/templates/registration/password_reset_confirm.html
Bounty1993/my-wallet
c14f8efaa1c3b90f9d5b0a6c5b5aabb26ed541fa
[ "MIT" ]
null
null
null
{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %} <main> <div class="row"> <div class="col-sm-6 offset-sm-3"> <div class="main-panel login_panel shadowing card card-default mt-4"> <div class="card-heading"> <h2>Podaj nowe hasło</h2> <div class="card-body"...
28.727273
86
0.515823
c1ce13a49143e12b5f963e336148e6bc08da7f4b
5,243
lua
Lua
lua/gamemodes/survival/commands.lua
igor725/LuaClassic
5a1642e907cba6d26ad2ed7660bc1e22289cb019
[ "MIT" ]
9
2019-06-09T16:17:44.000Z
2021-11-23T02:46:38.000Z
lua/gamemodes/survival/commands.lua
codingwatching/LuaClassic
92beacaf8505fdff82fd25215bb15443601f8b68
[ "MIT" ]
1
2020-12-03T23:38:44.000Z
2021-08-08T04:52:30.000Z
lua/gamemodes/survival/commands.lua
codingwatching/LuaClassic
92beacaf8505fdff82fd25215bb15443601f8b68
[ "MIT" ]
4
2019-06-13T22:09:54.000Z
2022-03-04T14:20:20.000Z
--[[ Copyright (c) 2019 igor725, scaledteam released under The MIT license http://opensource.org/licenses/MIT ]] addCommand('give', function(isConsole, player, args) if #args < 1 then return false end local id, count, target if isConsole then if #args < 2 then return false end target = getPlayerByName(args[1...
24.966667
90
0.730879
3cfeb1efc92bf5122a6c58c62f8d0f95646a3ff3
435
lua
Lua
src/main.lua
Zhorander/lit_fam_gaming
2d0a20ce0e6acf201a535dd8bc1a9b06678e8195
[ "MIT" ]
null
null
null
src/main.lua
Zhorander/lit_fam_gaming
2d0a20ce0e6acf201a535dd8bc1a9b06678e8195
[ "MIT" ]
null
null
null
src/main.lua
Zhorander/lit_fam_gaming
2d0a20ce0e6acf201a535dd8bc1a9b06678e8195
[ "MIT" ]
null
null
null
-- main.lua -- entry point of the game local Stack = require('util.stack') local Context = require('util.context') local menu = require('menu.menu') --Create global stack so any module can pop or push contexts contextStack = Stack:new() --Create contexts of all modules menuContext = Context:new(menu) --We'll start ...
24.166667
60
0.756322
952ee4cafd6df6f69d7c0ca98b4021bdbdb64ad9
13,794
css
CSS
wordpress/wp-content/themes/developry-lite/assets/css/developry-lite.css
al83/firefly
481cc0084b5ef8c725e5b823cfbcc45d88da5430
[ "MIT" ]
null
null
null
wordpress/wp-content/themes/developry-lite/assets/css/developry-lite.css
al83/firefly
481cc0084b5ef8c725e5b823cfbcc45d88da5430
[ "MIT" ]
null
null
null
wordpress/wp-content/themes/developry-lite/assets/css/developry-lite.css
al83/firefly
481cc0084b5ef8c725e5b823cfbcc45d88da5430
[ "MIT" ]
null
null
null
/** * Basic theme stylesheet that can be easily extended and customized. */ body { opacity: 0; } i, img, input, button, .icon { transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0...
18.490617
82
0.608453
6698037bc1ccfc07cf632066a86578943629ec80
1,014
swift
Swift
Sources/Uppy/Sources/Services/UpdateService.swift
everli/uppy-ios-sdk
d2383ea74ec8697e8aa9bae4fa33395931464194
[ "Apache-2.0" ]
null
null
null
Sources/Uppy/Sources/Services/UpdateService.swift
everli/uppy-ios-sdk
d2383ea74ec8697e8aa9bae4fa33395931464194
[ "Apache-2.0" ]
null
null
null
Sources/Uppy/Sources/Services/UpdateService.swift
everli/uppy-ios-sdk
d2383ea74ec8697e8aa9bae4fa33395931464194
[ "Apache-2.0" ]
null
null
null
// // UpdateService.swift // Uppy // // Created by Arpit Williams on 02/07/20. // Copyright © 2020 Everli. All rights reserved. // import Foundation class UpdateService { func checkUpdates(for updateRequest: UpdateRequest, with completionHandler: @escaping (ObjectResponse<Update>?, ErrorRes...
28.166667
110
0.675542
cb1ddee4421c1ed60eeb7619e09b58658ff507be
3,635
go
Go
vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ram/get_account_alias.go
karuppiah7890/terraformer
8a741f29b72fc6fe349ab84c89b5334895d2f016
[ "Apache-2.0" ]
409
2016-12-01T13:56:17.000Z
2022-02-28T01:32:59.000Z
vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ram/get_account_alias.go
OceanChen2012/terraform-provider
4a9a59e05c9703e16091e1980b56891ecd37c5f1
[ "Apache-2.0" ]
327
2016-12-27T10:52:38.000Z
2021-08-05T08:53:02.000Z
vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ram/get_account_alias.go
OceanChen2012/terraform-provider
4a9a59e05c9703e16091e1980b56891ecd37c5f1
[ "Apache-2.0" ]
149
2016-12-01T13:58:05.000Z
2022-03-14T06:15:13.000Z
package ram //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // //http://www.apache.org/licenses/LICENSE-2.0 // //Unless required by applicable law or agreed to in writing, software //distribut...
34.951923
156
0.770564
7f0eb80d8aa6256c4e622a142b8edadd7657c4c8
10,592
rs
Rust
base/src/error.rs
Snarpix/gluon
25d949b8836d0cd28adc027f8d0e4e20a102aca1
[ "MIT" ]
2,261
2016-10-07T19:32:31.000Z
2022-03-31T18:35:43.000Z
base/src/error.rs
Snarpix/gluon
25d949b8836d0cd28adc027f8d0e4e20a102aca1
[ "MIT" ]
636
2016-10-08T01:43:31.000Z
2022-02-04T18:12:38.000Z
base/src/error.rs
Snarpix/gluon
25d949b8836d0cd28adc027f8d0e4e20a102aca1
[ "MIT" ]
156
2016-10-08T19:17:17.000Z
2022-02-16T07:53:21.000Z
//! Module containing a few common error wrappers which allows more information to be saved for //! later display to the user use std::any::Any; use std::error::Error as StdError; use std::fmt; use std::iter::{Extend, FromIterator}; use std::ops::{Index, IndexMut}; use std::slice; use std::str; use std::vec; use code...
24.293578
98
0.525491
0c82f844757360c3545bf98aad68a6f84622e3da
711
py
Python
app/core/migrations/0009_auto_20210214_2113.py
Valentin-Golyonko/FlaskTestRPi
b9796a9acb2bb1c122301a3ef192f43c857eb27b
[ "Apache-2.0" ]
null
null
null
app/core/migrations/0009_auto_20210214_2113.py
Valentin-Golyonko/FlaskTestRPi
b9796a9acb2bb1c122301a3ef192f43c857eb27b
[ "Apache-2.0" ]
null
null
null
app/core/migrations/0009_auto_20210214_2113.py
Valentin-Golyonko/FlaskTestRPi
b9796a9acb2bb1c122301a3ef192f43c857eb27b
[ "Apache-2.0" ]
null
null
null
# Generated by Django 3.1.6 on 2021-02-14 18:13 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('core', '0008_auto_20210214_2039'), ] operations = [ migrations.AlterField( model_name='device', name='ip_address', ...
29.625
138
0.613221
ca1b73d66c63776ebac5d352e27457827dc6d1fe
2,093
swift
Swift
ShepardAppearanceConverter/ShepardAppearanceConverter/Views/Appearance/AppearanceME1Slider.swift
urdnot-ios/ShepardAppearanceConverter
68334fd43a72961705a71283ee31c5e95d22b755
[ "MIT" ]
null
null
null
ShepardAppearanceConverter/ShepardAppearanceConverter/Views/Appearance/AppearanceME1Slider.swift
urdnot-ios/ShepardAppearanceConverter
68334fd43a72961705a71283ee31c5e95d22b755
[ "MIT" ]
null
null
null
ShepardAppearanceConverter/ShepardAppearanceConverter/Views/Appearance/AppearanceME1Slider.swift
urdnot-ios/ShepardAppearanceConverter
68334fd43a72961705a71283ee31c5e95d22b755
[ "MIT" ]
null
null
null
// // AppearanceME1Slider.swift // ShepardAppearanceConverter // // Created by Emily Ivie on 7/23/15. // Copyright © 2015 urdnot. All rights reserved. // import UIKit public class AppearanceME1Slider: UIStackView { public lazy var headerStack: UIStackView! = { return self.arrangedSubviews.first a...
29.069444
106
0.62924
e75047b55c6171f5a6831285cdedd377d2412f17
1,273
js
JavaScript
src/hooks/useTouchAndMouse.js
drumnickydrum/sequencer64
4629ffc28a6d18262305e3a363cb94fe53180242
[ "MIT" ]
185
2021-03-26T21:47:16.000Z
2022-03-23T03:04:01.000Z
src/hooks/useTouchAndMouse.js
drumnickydrum/sequencer64
4629ffc28a6d18262305e3a363cb94fe53180242
[ "MIT" ]
null
null
null
src/hooks/useTouchAndMouse.js
drumnickydrum/sequencer64
4629ffc28a6d18262305e3a363cb94fe53180242
[ "MIT" ]
14
2021-05-11T21:43:28.000Z
2022-02-20T06:34:37.000Z
import { useRef, useState } from 'react'; // onTouchStart and onMouseDown are required on the target // onMouseMove and onMouseUp are handled by document listener // so out of bounds events are captured export const useTouchAndMouse = (startFunc, moveFunc, endFunc) => { const [touching, setTouching] = useState(fals...
24.480769
67
0.659859
188a409abfaa998ac4ccee68ed135d61305bc359
2,277
css
CSS
public/frontEnd/css/rtl.css
guggie11/honeybee
185906c8cd90e9f175987a26de9e79caad4f7a2b
[ "MIT" ]
null
null
null
public/frontEnd/css/rtl.css
guggie11/honeybee
185906c8cd90e9f175987a26de9e79caad4f7a2b
[ "MIT" ]
null
null
null
public/frontEnd/css/rtl.css
guggie11/honeybee
185906c8cd90e9f175987a26de9e79caad4f7a2b
[ "MIT" ]
null
null
null
@import url('https://fonts.googleapis.com/css?family=Cairo'); body { font-family: 'tahoma', sans-serif; font-size: 14px; font-weight: 300; line-height: 1.6em; direction: rtl; } .navbar .nav > li > a ,h1,h2,h3,h4,.box-bottom a,.site-top a,.btn,.contacts strong,#inner-headline ul.breadcrumb li{ f...
19.134454
135
0.599473
8ac88f7873431cf53dfcb46d44cf51970fa164a5
6,279
kt
Kotlin
@old/korge-spriter/src/commonMain/kotlin/com/soywiz/korge/ext/spriter/com/brashmonkey/spriter/Calculator.kt
jfbilodeau/korge
fb2be4c25a32fa6a4a200badcf9b610f115f763c
[ "Apache-2.0" ]
1,212
2017-08-28T04:02:19.000Z
2022-03-30T04:32:23.000Z
@old/korge-spriter/src/commonMain/kotlin/com/soywiz/korge/ext/spriter/com/brashmonkey/spriter/Calculator.kt
jfbilodeau/korge
fb2be4c25a32fa6a4a200badcf9b610f115f763c
[ "Apache-2.0" ]
353
2017-10-26T10:39:30.000Z
2022-03-22T14:08:55.000Z
@old/korge-spriter/src/commonMain/kotlin/com/soywiz/korge/ext/spriter/com/brashmonkey/spriter/Calculator.kt
jfbilodeau/korge
fb2be4c25a32fa6a4a200badcf9b610f115f763c
[ "Apache-2.0" ]
77
2017-10-19T23:10:06.000Z
2022-02-22T22:42:40.000Z
package com.soywiz.korge.ext.spriter.com.brashmonkey.spriter import com.soywiz.korio.* import com.soywiz.korma.geom.* import kotlin.math.* /** * A utility class which provides methods to calculate Spriter specific issues, * like linear interpolation and rotation around a parent object. * Other interpolation types ...
24.916667
99
0.619525
41e52f436b12a3cd37fbfd994233b53f5e880204
564
sql
SQL
kata-files/lesson2/postgresql/expected/MYLARGESCHEMA/function/func741.sql
goldmansachs/obevo-kata
5596ff44ad560d89d183ac0941b727db1a2a7346
[ "Apache-2.0" ]
22
2017-09-28T21:35:04.000Z
2022-02-12T06:24:28.000Z
kata-files/lesson2/postgresql/expected/MYLARGESCHEMA/function/func741.sql
goldmansachs/obevo-kata
5596ff44ad560d89d183ac0941b727db1a2a7346
[ "Apache-2.0" ]
6
2017-07-01T13:52:34.000Z
2018-09-13T15:43:47.000Z
kata-files/lesson2/postgresql/expected/MYLARGESCHEMA/function/func741.sql
goldmansachs/obevo-kata
5596ff44ad560d89d183ac0941b727db1a2a7346
[ "Apache-2.0" ]
11
2017-04-30T18:39:09.000Z
2021-08-22T16:21:11.000Z
CREATE FUNCTION func741() RETURNS integer LANGUAGE plpgsql AS $$ DECLARE val INTEGER; BEGIN val:=(SELECT COUNT(*)INTO MYCOUNT FROM MYLARGESCHEMA.TABLE172);val:=(SELECT COUNT(*)INTO MYCOUNT FROM MYLARGESCHEMA.TABLE193);val:=(SELECT COUNT(*)INTO MYCOUNT FROM MYLARGESCHEMA.TABLE282);val:=(SELECT COUNT(*)INTO MYCOU...
80.571429
495
0.77305
e0ccf24b6e7f58f48d1befa403f02482ef446a04
12,686
lua
Lua
ESX/server.lua
0resmon/0R-admin
25c6e0a1c0b9befdee372c50c7cb33cb28363ed1
[ "MIT" ]
8
2021-09-27T19:24:56.000Z
2022-03-19T00:10:46.000Z
ESX/server.lua
0resmon/0R-admin
25c6e0a1c0b9befdee372c50c7cb33cb28363ed1
[ "MIT" ]
1
2021-10-03T18:41:12.000Z
2021-10-03T18:41:12.000Z
ESX/server.lua
0resmon/0R-admin
25c6e0a1c0b9befdee372c50c7cb33cb28363ed1
[ "MIT" ]
9
2021-09-27T19:38:32.000Z
2022-03-13T19:38:54.000Z
ESX = nil TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end) AddEventHandler('playerConnecting', function(name, setCallback, defer) defer.defer() local banned = false local src = source defer.update(L("CHECKING_BANLIST")) local bans = exports.ghmattimysql:executeSync("SELECT identi...
31.093137
178
0.674365
21efee6fa9f142125665c054f3a654cfc37808f9
4,765
kt
Kotlin
src/test/kotlin/com/nuecho/mutagen/cli/models/configuration/reference/CampaignGroupReferenceTest.kt
nuecho/mutagen
c508200bc6e1b2e4d16ec4426047c40ae44deb47
[ "Apache-2.0" ]
3
2018-11-08T18:21:47.000Z
2021-04-28T17:31:26.000Z
src/test/kotlin/com/nuecho/mutagen/cli/models/configuration/reference/CampaignGroupReferenceTest.kt
nuecho/mutagen
c508200bc6e1b2e4d16ec4426047c40ae44deb47
[ "Apache-2.0" ]
null
null
null
src/test/kotlin/com/nuecho/mutagen/cli/models/configuration/reference/CampaignGroupReferenceTest.kt
nuecho/mutagen
c508200bc6e1b2e4d16ec4426047c40ae44deb47
[ "Apache-2.0" ]
2
2020-02-29T16:22:32.000Z
2021-04-28T17:31:28.000Z
/* * Copyright (C) 2018 Nu Echo Inc * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
39.380165
137
0.713116
d9d652dfc704ad7bbed80cebaf48204ca556360d
38,559
rs
Rust
vendor/syn-0.15.44/src/generics.rs
yilinhan/crates-io
eb259811db1316ec63d9dd01cda3d87e3b860ca0
[ "Apache-2.0" ]
5
2019-12-04T11:29:04.000Z
2021-11-18T14:23:55.000Z
vendor/syn-0.15.44/src/generics.rs
yilinhan/crates-io
eb259811db1316ec63d9dd01cda3d87e3b860ca0
[ "Apache-2.0" ]
1
2021-07-16T09:08:43.000Z
2021-07-16T09:08:43.000Z
vendor/syn-0.15.44/src/generics.rs
yilinhan/crates-io
eb259811db1316ec63d9dd01cda3d87e3b860ca0
[ "Apache-2.0" ]
18
2019-07-15T23:10:12.000Z
2021-07-26T02:28:55.000Z
use super::*; use punctuated::{Iter, IterMut, Punctuated}; ast_struct! { /// Lifetimes and type parameters attached to a declaration of a function, /// enum, trait, etc. /// /// *This type is available if Syn is built with the `"derive"` or `"full"` /// feature.* #[derive(Default)] pub stru...
34.032657
88
0.47356
ccffe8b77e927a8a8f1a62cf12062db15ffb09c5
1,841
lua
Lua
3DDemo1/assets/scenes/menu.lua
hgy29/GIDEROS_LUAU_SAMPLES
abedadd4542967042b99b0383aa60e9e3d15907b
[ "MIT" ]
null
null
null
3DDemo1/assets/scenes/menu.lua
hgy29/GIDEROS_LUAU_SAMPLES
abedadd4542967042b99b0383aa60e9e3d15907b
[ "MIT" ]
null
null
null
3DDemo1/assets/scenes/menu.lua
hgy29/GIDEROS_LUAU_SAMPLES
abedadd4542967042b99b0383aa60e9e3d15907b
[ "MIT" ]
1
2022-03-11T07:54:57.000Z
2022-03-11T07:54:57.000Z
Menu = Core.class(Sprite) function Menu:init() -- BG application:setBackgroundColor(0x1234AA) -- a button local btn01 = ButtonMonster.new({ pixelcolorup=0x00ff00, pixelcolordown=0x0000ff, text="let's go!", textscalexup=6, }, 1) -- position btn01:setPosition(myappwidth/2, 3*myappheight/10) -- or...
32.875
110
0.745247
d8be23a730d792eaef3a196598d5691b80b0cb56
736
asm
Assembly
tests/vice-tests/CIA/tod/hammerfist0.asm
PhylumChordata/chips-test
4f80ede2da9952efeb25d3887c768654d2374167
[ "MIT" ]
330
2017-12-11T21:20:28.000Z
2022-03-26T08:56:51.000Z
tests/vice-tests/CIA/tod/hammerfist0.asm
PhylumChordata/chips-test
4f80ede2da9952efeb25d3887c768654d2374167
[ "MIT" ]
14
2019-01-07T23:50:35.000Z
2022-01-09T13:43:16.000Z
tests/vice-tests/CIA/tod/hammerfist0.asm
PhylumChordata/chips-test
4f80ede2da9952efeb25d3887c768654d2374167
[ "MIT" ]
31
2018-07-02T06:13:31.000Z
2022-02-18T16:50:56.000Z
PROCESSOR 6502 ORG $801 hex 0b 08 0a 00 9e 32 30 36 31 00 00 00 JSR set JSR reset LDA $dc0d LSR LSR LSR BCS fine LDY #$01 fine STY $400 ldy #10 lda $400 cmp #4 bne fail ldy #5 fail:...
14.153846
50
0.404891
907089410dcf6faafbb079270b62ebdd07f19f76
860
asm
Assembly
data/maps/objects/GameCorner.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
data/maps/objects/GameCorner.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
data/maps/objects/GameCorner.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
GameCorner_Object: db $f ; border block def_warps warp 15, 17, 7, LAST_MAP warp 16, 17, 7, LAST_MAP warp 17, 4, 1, ROCKET_HIDEOUT_B1F def_signs sign 9, 4, 12 ; CeladonGameCornerText12 def_objects object SPRITE_BEAUTY, 2, 6, STAY, DOWN, 1 ; person object SPRITE_CLERK, 5, 6, STAY, DOWN, 2 ; person object...
33.076923
63
0.72093
93bd2147c97b7efd813f77b7064135641bd6feca
1,317
html
HTML
login.html
Reactor11/Travelling-Site
b7992528eeb56ed3d61a4cae9abcf7cd7e743777
[ "MIT" ]
null
null
null
login.html
Reactor11/Travelling-Site
b7992528eeb56ed3d61a4cae9abcf7cd7e743777
[ "MIT" ]
null
null
null
login.html
Reactor11/Travelling-Site
b7992528eeb56ed3d61a4cae9abcf7cd7e743777
[ "MIT" ]
null
null
null
<!DOCTYPE> <html> <head> <title>Login | Park View Hotel</title> <link rel="stylesheet" type="text/css" href="login.css"/> <script type="text/javascript"> function clicked() { alert('Successfully submitted'); } $("#formname").resetForm(); </script> </head> <body> <div id="holder"><a href="https://...
28.021277
105
0.545178
9516490e03bbafd75dfda2282add19fe9aaf24ae
942
sql
SQL
src/main/java/server/custom/forum/forum_thread.sql
MXDTeam/zsrc
72fd6a3b780891e334b8513d02de87c689e2b3bc
[ "Apache-2.0" ]
1
2021-08-05T08:53:21.000Z
2021-08-05T08:53:21.000Z
src/main/java/server/custom/forum/forum_thread.sql
MXDTeam/zsrc
72fd6a3b780891e334b8513d02de87c689e2b3bc
[ "Apache-2.0" ]
null
null
null
src/main/java/server/custom/forum/forum_thread.sql
MXDTeam/zsrc
72fd6a3b780891e334b8513d02de87c689e2b3bc
[ "Apache-2.0" ]
null
null
null
/* Navicat MySQL Data Transfer Source Server : MXD Source Server Version : 50513 Source Host : localhost:3306 Source Database : mxd Target Server Type : MYSQL Target Server Version : 50513 File Encoding : 65001 Date: 2017-06-29 17:58:43 */ SET FOREIGN_KEY_CHECKS=0; -- ------------...
26.166667
55
0.602972
f021654f570c2c6d9ccce1b2af08fa8e81f95f25
427
js
JavaScript
src/service-double-creator.js
shairez/angular-test-doubles
a8f0173ade14cdde4fe0426f807750d9c89a5bed
[ "MIT" ]
null
null
null
src/service-double-creator.js
shairez/angular-test-doubles
a8f0173ade14cdde4fe0426f807750d9c89a5bed
[ "MIT" ]
null
null
null
src/service-double-creator.js
shairez/angular-test-doubles
a8f0173ade14cdde4fe0426f807750d9c89a5bed
[ "MIT" ]
null
null
null
(function (window, angular, jasmine) { window.doubles = window.doubles || {}; window.doubles.service = createServiceDouble; function createServiceDouble(serviceName, methodNames) { angular .module('mocks__' + serviceName) .factory(serviceName, srv); function srv() { var double = jas...
21.35
66
0.672131
2e4c829fa6c657780dce45008da5142e943be37b
1,358
lua
Lua
src/main/lua/art/storage/cluster/space.lua
art-community/art-tarantool
4a1a0ecdfbeff958ca231500126a8bae463e9dbd
[ "Apache-2.0" ]
null
null
null
src/main/lua/art/storage/cluster/space.lua
art-community/art-tarantool
4a1a0ecdfbeff958ca231500126a8bae463e9dbd
[ "Apache-2.0" ]
null
null
null
src/main/lua/art/storage/cluster/space.lua
art-community/art-tarantool
4a1a0ecdfbeff958ca231500126a8bae463e9dbd
[ "Apache-2.0" ]
null
null
null
local space = { cancellerFiber = nil, checkOperationAvailability = function(operation, args) art.box.space.waitForClusterOperation() art.box.space.activeClusterOperation = true art.cluster.space.cancellerFiber = art.core.fiber.create(art.cluster.space.autoCanceller) local result...
30.863636
97
0.635493
c889e721e355ec5734d88505af11393fd2bfe15a
3,597
rs
Rust
ataxia-portal/src/bin/portal.rs
xenith-studios/ataxia
6fd3c8d6be4483b09088c340724798b466c87618
[ "Apache-2.0", "MIT" ]
67
2015-01-01T02:57:52.000Z
2022-01-21T05:58:32.000Z
ataxia-portal/src/bin/portal.rs
xenith-studios/ataxia
6fd3c8d6be4483b09088c340724798b466c87618
[ "Apache-2.0", "MIT" ]
3
2018-01-30T19:36:13.000Z
2021-01-29T04:00:02.000Z
ataxia-portal/src/bin/portal.rs
xenith-studios/ataxia
6fd3c8d6be4483b09088c340724798b466c87618
[ "Apache-2.0", "MIT" ]
6
2018-02-06T01:59:00.000Z
2022-01-28T02:50:43.000Z
//! Binary source for the network portal //! There should be minimal functionality in this file. It exists mainly to set up the portal and //! call out to the library code. #![warn( trivial_casts, trivial_numeric_casts, unsafe_code, unused_import_braces, unused_qualifications, clippy::all, c...
31.278261
105
0.610787
0cb0b38792d89fd297ac4e2837ebcd95e10cf475
545
sql
SQL
subprojects/thingverse-api/src/main/resources/sql/data-derby.sql
gitter-badger/thingverse
c2ea432911da364d9c85e9efb97728be03de2b17
[ "Apache-2.0" ]
null
null
null
subprojects/thingverse-api/src/main/resources/sql/data-derby.sql
gitter-badger/thingverse
c2ea432911da364d9c85e9efb97728be03de2b17
[ "Apache-2.0" ]
null
null
null
subprojects/thingverse-api/src/main/resources/sql/data-derby.sql
gitter-badger/thingverse
c2ea432911da364d9c85e9efb97728be03de2b17
[ "Apache-2.0" ]
null
null
null
INSERT INTO user_table (user_name, password) VALUES ('dummy_user', '$2a$10$slYQmyNdGzTn7ZLBXBChFOC9f6kFjAqPhccnP6DxlWXx2lPk1C3G6'), ('thingverse', '$2a$10$NAUza3ggBMYYKOr5UB3QPe3WLGDcIrcJQ4arKxdLLB0f/VM.7HxVu'), ('bad_user', '$2a$10$slYQmyNdGzTn7ZLBXBChFOC9f6kFjAqPhccnP6DxlWXx2lPk1C3G6'); INSERT INTO rol...
41.923077
86
0.73578
e2c450f08b2de7c75b8add925102f1f5cb976967
2,288
lua
Lua
mock/sqscript/SQNodeIf.lua
tommo/mock
276f0b5acf1ee41e84d5a80a5e12bf81ebaf8815
[ "MIT" ]
8
2015-12-14T16:09:13.000Z
2019-12-12T17:22:56.000Z
mock/sqscript/SQNodeIf.lua
tommo/mock
276f0b5acf1ee41e84d5a80a5e12bf81ebaf8815
[ "MIT" ]
null
null
null
mock/sqscript/SQNodeIf.lua
tommo/mock
276f0b5acf1ee41e84d5a80a5e12bf81ebaf8815
[ "MIT" ]
5
2015-02-16T08:47:31.000Z
2019-12-12T17:22:59.000Z
module 'mock' -------------------------------------------------------------------- CLASS: SQNodeIf ( SQNodeGroup ) :MODEL{} function SQNodeIf:__init() self.expr = false end function SQNodeIf:load( data ) self.expr = data.args[ 1 ] local valueFunc, err = loadEvalScriptWithEnv( self.expr ) if not valueFunc then ...
23.346939
68
0.659091
81cddade584529050f46276cb5e42515d7a211fd
15,100
rs
Rust
src/key_blob.rs
emgre/win-crypto-ng
1bab685f9ba21d3fe6a5164c8c45b13ef4b6262b
[ "BSD-3-Clause" ]
6
2019-12-17T00:44:32.000Z
2022-01-06T19:11:17.000Z
src/key_blob.rs
emgre/win-crypto-ng
1bab685f9ba21d3fe6a5164c8c45b13ef4b6262b
[ "BSD-3-Clause" ]
22
2019-12-27T18:18:03.000Z
2021-09-24T15:05:28.000Z
src/key_blob.rs
emgre/win-crypto-ng
1bab685f9ba21d3fe6a5164c8c45b13ef4b6262b
[ "BSD-3-Clause" ]
4
2019-12-11T21:59:46.000Z
2020-11-07T07:39:23.000Z
//! Cryptographic key blobs use crate::blob; use crate::helpers::Pod; use crate::helpers::{Blob, BlobLayout}; use std::convert::TryFrom; use winapi::shared::bcrypt::*; use winapi::shared::ntdef::ULONG; /// Type of a key blob. pub enum BlobType { AesWrapKey, DhPrivate, DhPublic, DsaPublic, DsaPriva...
38.717949
177
0.677152
69dafeb6e24691a8a57a6df19961628692612884
970
kt
Kotlin
core/src/main/java/com/pierfrancescosoffritti/androidyoutubeplayer/core/player/PlayerConstants.kt
binplus-android/android-youtube-player
f0cc03e87d3d363de0d423ce2e3efc713ada2ae5
[ "MIT" ]
209
2017-10-11T12:18:21.000Z
2018-06-29T12:40:28.000Z
core/src/main/java/com/pierfrancescosoffritti/androidyoutubeplayer/core/player/PlayerConstants.kt
binplus-android/android-youtube-player
f0cc03e87d3d363de0d423ce2e3efc713ada2ae5
[ "MIT" ]
121
2017-10-09T19:50:53.000Z
2018-06-30T07:44:00.000Z
core/src/main/java/com/pierfrancescosoffritti/androidyoutubeplayer/core/player/PlayerConstants.kt
binplus-android/android-youtube-player
f0cc03e87d3d363de0d423ce2e3efc713ada2ae5
[ "MIT" ]
63
2017-10-11T22:25:28.000Z
2018-06-29T19:19:50.000Z
package com.pierfrancescosoffritti.androidyoutubeplayer.core.player class PlayerConstants { enum class PlayerState { UNKNOWN, UNSTARTED, ENDED, PLAYING, PAUSED, BUFFERING, VIDEO_CUED } enum class PlaybackQuality { UNKNOWN, SMALL, MEDIUM, LARGE, HD720, HD1080, HIGH_RES, DEFAULT } ...
31.290323
116
0.712371
5e3812d06aefb8593a230eb67a6c7991962a7894
2,290
swift
Swift
Source/Core/Injector.swift
VladimirRopotan/DInjector
8c84cb0832bb2a524ec8f35775b94cf46da970b2
[ "MIT" ]
null
null
null
Source/Core/Injector.swift
VladimirRopotan/DInjector
8c84cb0832bb2a524ec8f35775b94cf46da970b2
[ "MIT" ]
null
null
null
Source/Core/Injector.swift
VladimirRopotan/DInjector
8c84cb0832bb2a524ec8f35775b94cf46da970b2
[ "MIT" ]
null
null
null
// // Injector.swift // DInjector // // Created by Vladimir on 10.12.2020. // Copyright © 2020 RVladimir. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software wit...
40.175439
130
0.660262
bcb20f020ff5d1b4e28299ca6a0c49d7dcf0df63
259
js
JavaScript
data/js/14/ae/85/20/00/00.28.js
hdm/mac-tracker
69f0c4efaa3d60111001d40f7a33886cc507e742
[ "CC-BY-4.0", "MIT" ]
20
2018-12-26T17:06:05.000Z
2021-08-05T07:47:31.000Z
data/js/14/ae/85/20/00/00.28.js
hdm/mac-tracker
69f0c4efaa3d60111001d40f7a33886cc507e742
[ "CC-BY-4.0", "MIT" ]
1
2021-06-03T12:20:55.000Z
2021-06-03T16:36:26.000Z
data/js/14/ae/85/20/00/00.28.js
hdm/mac-tracker
69f0c4efaa3d60111001d40f7a33886cc507e742
[ "CC-BY-4.0", "MIT" ]
8
2018-12-27T05:07:48.000Z
2021-01-26T00:41:17.000Z
macDetailCallback("14ae85200000/28",[{"d":"2019-12-12","t":"add","s":"ieee-mam.csv","a":"UnitA3-A4,Level8,Block A ,International Innovation Park,No.1Keyuanwei Rd.,Laoshan District Qingdao CN 266100","c":"CN","o":"Qingdao iTechene Technologies Co., Ltd."}]);
129.5
258
0.706564
b14d3262a54a8a0dbe965c24d5a7a90600966352
1,651
c
C
chapter_01/1-22.c
ryo-utsunomiya/answers_to_c_programming_language
b5a4ee2e2ef4c8273af3a2276a3a5f7a66012331
[ "MIT" ]
null
null
null
chapter_01/1-22.c
ryo-utsunomiya/answers_to_c_programming_language
b5a4ee2e2ef4c8273af3a2276a3a5f7a66012331
[ "MIT" ]
null
null
null
chapter_01/1-22.c
ryo-utsunomiya/answers_to_c_programming_language
b5a4ee2e2ef4c8273af3a2276a3a5f7a66012331
[ "MIT" ]
null
null
null
/** * Exercise 1-22 * * Write a program to “fold” long input lines into two or more shorter lines after the last non-blank character that * occurs before the n-th column of input. Make sure your program does something intelligent with very long lines, and * if there are no blanks or tabs before the specified colum...
22.930556
118
0.411266
899a8dce7f0915f43e7eb6b2d63875ebcfa07a86
446
asm
Assembly
BackwardCompat/BackwardCompat/Main.asm
ryancollins-dev/Assembly
399341d6af62be17fffe281a921d92beff84424d
[ "MIT" ]
null
null
null
BackwardCompat/BackwardCompat/Main.asm
ryancollins-dev/Assembly
399341d6af62be17fffe281a921d92beff84424d
[ "MIT" ]
null
null
null
BackwardCompat/BackwardCompat/Main.asm
ryancollins-dev/Assembly
399341d6af62be17fffe281a921d92beff84424d
[ "MIT" ]
null
null
null
;----------x86-64bit---------- ;.code ;main proc ;mov rax,2 ;mov rbx,3 ;mov rcx,4 ;ret ;main endp ;end ;----------x86-32bit---------- ;.386 ;.model flat ;.code ;main proc ;mov eax,2 ;mov ebx,3 ;mov ecx,4 ;ret ;main endp ;end ;----------16bit...
13.117647
30
0.410314
34bd534f0173004cf5e851aeb0caa845ff064838
470
kt
Kotlin
src/main/kotlin/org/web25/felix/jpm/CLIStarter.kt
FelixResch/jpm
ff36ab84d40ea475fc3ef60593b6c10980115fda
[ "MIT" ]
null
null
null
src/main/kotlin/org/web25/felix/jpm/CLIStarter.kt
FelixResch/jpm
ff36ab84d40ea475fc3ef60593b6c10980115fda
[ "MIT" ]
null
null
null
src/main/kotlin/org/web25/felix/jpm/CLIStarter.kt
FelixResch/jpm
ff36ab84d40ea475fc3ef60593b6c10980115fda
[ "MIT" ]
null
null
null
package org.web25.felix.jpm object CLIStarter { private val logger = Start.logger fun main(args: Array<String>) { logger.debug("Parsing command line options") val operationName = args[0] logger.debug("Starting operation $operationName") val operation = OperationFactory.build(o...
26.111111
93
0.67234
1a49c5cb28ca9d9857a1986fb168438538e0ea25
947
lua
Lua
tests/debounce.lua
LuaDist-testing/fr
52088a623a703c7b43f1a4c9905ff49c02473f0a
[ "MIT" ]
9
2016-05-18T19:08:21.000Z
2018-10-31T08:01:28.000Z
tests/debounce.lua
LuaDist-testing/fr
52088a623a703c7b43f1a4c9905ff49c02473f0a
[ "MIT" ]
null
null
null
tests/debounce.lua
LuaDist-testing/fr
52088a623a703c7b43f1a4c9905ff49c02473f0a
[ "MIT" ]
2
2018-04-08T11:53:58.000Z
2018-07-07T01:04:49.000Z
package.path = "./?.lua;"..package.path local userTime = {} local luvTime = require"fr.time.luv" userTime.setInterval = luvTime.setInterval userTime.setTimeout = luvTime.setTimeout local posixTime = require"fr.time.posix" userTime.getTime = posixTime.getTime package.loaded["fr.time.user"] = userTime local time = req...
21.522727
60
0.663147
42934c0d2884daf9162e7c60101f618db7d9f7eb
1,044
asm
Assembly
programs/oeis/047/A047519.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/047/A047519.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/047/A047519.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A047519: Numbers that are congruent to {1, 2, 3, 4, 6, 7} mod 8. ; 1,2,3,4,6,7,9,10,11,12,14,15,17,18,19,20,22,23,25,26,27,28,30,31,33,34,35,36,38,39,41,42,43,44,46,47,49,50,51,52,54,55,57,58,59,60,62,63,65,66,67,68,70,71,73,74,75,76,78,79,81,82,83,84,86,87,89,90,91,92,94,95,97,98,99,100,102,103,105,106,107,108,110,1...
104.4
919
0.708812
c397758db1185cb822ddeaebf8e1f469437b3078
5,959
go
Go
pkg/controller/tupwas/tupwas_controller_ide_report.go
tmax-cloud/l2c-operator
22ffb4ee85cc7b36837a939d4731da2040e28e22
[ "Apache-2.0" ]
null
null
null
pkg/controller/tupwas/tupwas_controller_ide_report.go
tmax-cloud/l2c-operator
22ffb4ee85cc7b36837a939d4731da2040e28e22
[ "Apache-2.0" ]
1
2020-08-18T04:29:35.000Z
2020-08-18T04:29:35.000Z
pkg/controller/tupwas/tupwas_controller_ide_report.go
tmax-cloud/l2c-operator
22ffb4ee85cc7b36837a939d4731da2040e28e22
[ "Apache-2.0" ]
null
null
null
package tupwas import ( "context" "fmt" "github.com/tmax-cloud/l2c-operator/internal/utils" tmaxv1 "github.com/tmax-cloud/l2c-operator/pkg/apis/tmax/v1" corev1 "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/types" ) const ( IdePrefix = "ide" ReportPrefix = "report" Con...
43.49635
264
0.711025
541549fafebdb3f419d6bd64a43c49c6a5db9784
837
go
Go
io/v6/v6_file_system_store.go
AboAuther/learn-go-with-tests
404ef66e2b0824305837d190e063fb5a02395d40
[ "MIT" ]
null
null
null
io/v6/v6_file_system_store.go
AboAuther/learn-go-with-tests
404ef66e2b0824305837d190e063fb5a02395d40
[ "MIT" ]
null
null
null
io/v6/v6_file_system_store.go
AboAuther/learn-go-with-tests
404ef66e2b0824305837d190e063fb5a02395d40
[ "MIT" ]
null
null
null
package main import ( "encoding/json" "io" ) type FileSystemPlayerStore struct { database io.ReadWriteSeeker league League } func NewFileSystemPlayerStore(database io.ReadWriteSeeker) *FileSystemPlayerStore { database.Seek(0, 0) league, _ := NewLeague(database) return &FileSystemPlayerStore{ database: dat...
20.414634
83
0.721625
616642e41bcbc17b65671dc3f7d89d9afc0ef5c2
1,674
css
CSS
src/style.css
BinaryLeo/JS_IMC_PAGE
dfc04db4de5950f3f333470d03555a0c93d1beab
[ "MIT" ]
null
null
null
src/style.css
BinaryLeo/JS_IMC_PAGE
dfc04db4de5950f3f333470d03555a0c93d1beab
[ "MIT" ]
null
null
null
src/style.css
BinaryLeo/JS_IMC_PAGE
dfc04db4de5950f3f333470d03555a0c93d1beab
[ "MIT" ]
null
null
null
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,700&display=swap'); :root{/* global */ --primary-color: rgb(17, 86, 102); --primary-color-darker: rgb(9, 48, 56); }; *{ box-sizing: border-box; outline:0; } body{ margin:0; padding:0; background: ...
19.694118
102
0.566308
74ae322df52bc4dcbc8db6706ce0fd81f26c5433
1,219
js
JavaScript
src/pages/studio.js
kalush81/Garvin-Showcase
2773ab946c1feb0f4733c4387d9ec5f95f3a0b39
[ "RSA-MD" ]
null
null
null
src/pages/studio.js
kalush81/Garvin-Showcase
2773ab946c1feb0f4733c4387d9ec5f95f3a0b39
[ "RSA-MD" ]
null
null
null
src/pages/studio.js
kalush81/Garvin-Showcase
2773ab946c1feb0f4733c4387d9ec5f95f3a0b39
[ "RSA-MD" ]
null
null
null
import React from "react" import Layout from "../components/Layout" import Typography from '@material-ui/core/Typography' export default function Studio() { return ( <Layout> <div> <div>placeholder for a image for now, but in future youtube video</div> <br /> <Typography variant='h2...
42.034483
80
0.684988
8688af2d119bbeb956d3989cf4bfe400516e7e0c
1,993
rs
Rust
examples/receive.rs
gitter-badger/coremidi
60d5bf18ecf3e4abb66f4830e6ece94558129fc1
[ "MIT" ]
null
null
null
examples/receive.rs
gitter-badger/coremidi
60d5bf18ecf3e4abb66f4830e6ece94558129fc1
[ "MIT" ]
null
null
null
examples/receive.rs
gitter-badger/coremidi
60d5bf18ecf3e4abb66f4830e6ece94558129fc1
[ "MIT" ]
null
null
null
extern crate coremidi; use std::env; fn main() { let source_index = get_source_index(); println!("Source index: {}", source_index); let source = coremidi::Source::from_index(source_index); println!("Source display name: {}", source.display_name().unwrap()); let client = coremidi::Client::new("ex...
30.19697
93
0.538384
d4da4511b7d7a97d494cce68974850c235770652
1,683
rs
Rust
src/main.rs
jddf/jddf-codegen
5320efebbc407f76793129d008a3ab218c6fa57c
[ "MIT" ]
null
null
null
src/main.rs
jddf/jddf-codegen
5320efebbc407f76793129d008a3ab218c6fa57c
[ "MIT" ]
null
null
null
src/main.rs
jddf/jddf-codegen
5320efebbc407f76793129d008a3ab218c6fa57c
[ "MIT" ]
null
null
null
mod target; mod targets; use clap::{App, AppSettings, Arg}; use failure::Error; use jddf::{Schema, SerdeSchema}; use std::fs::File; use target::Target; fn main() -> Result<(), Error> { let app = App::new("jddf-codegen") .version("0.1") .about("Generates data structures from JDDF schemas") ...
27.145161
74
0.592989
578976ef8904d93b7e7296dbf41e0f29ea899662
709
kt
Kotlin
app/src/main/kotlin/com/dleibovich/todokotlin/list/TodoDiffUtilsCallback.kt
ariedov/TODOKotlin
81515dc36145175b91562a63cd04eaf640c8dedb
[ "Apache-2.0" ]
null
null
null
app/src/main/kotlin/com/dleibovich/todokotlin/list/TodoDiffUtilsCallback.kt
ariedov/TODOKotlin
81515dc36145175b91562a63cd04eaf640c8dedb
[ "Apache-2.0" ]
null
null
null
app/src/main/kotlin/com/dleibovich/todokotlin/list/TodoDiffUtilsCallback.kt
ariedov/TODOKotlin
81515dc36145175b91562a63cd04eaf640c8dedb
[ "Apache-2.0" ]
null
null
null
package com.dleibovich.todokotlin.list import android.support.v7.util.DiffUtil import com.dleibovich.todokotlin.db.TodoItem class TodoDiffUtilsCallback(private val items: List<TodoItem>, private val newItems: List<TodoItem>) : DiffUtil.Callback() { override fun areItemsTheSame(old...
35.45
88
0.724965
38dea42ccfb12b9abd9dd47cd51487cbf73a6bc4
998
h
C
System/Library/Frameworks/WatchConnectivity.framework/WCActiveDeviceSwitchTask.h
lechium/iPhoneOS_12.1.1_Headers
aac688b174273dfcbade13bab104461f463db772
[ "MIT" ]
12
2019-06-02T02:42:41.000Z
2021-04-13T07:22:20.000Z
System/Library/Frameworks/WatchConnectivity.framework/WCActiveDeviceSwitchTask.h
lechium/iPhoneOS_12.1.1_Headers
aac688b174273dfcbade13bab104461f463db772
[ "MIT" ]
null
null
null
System/Library/Frameworks/WatchConnectivity.framework/WCActiveDeviceSwitchTask.h
lechium/iPhoneOS_12.1.1_Headers
aac688b174273dfcbade13bab104461f463db772
[ "MIT" ]
3
2019-06-11T02:46:10.000Z
2019-12-21T14:58:16.000Z
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:50:28 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/Frameworks/WatchConnectivity.framework/WatchConnectivity * classdump-dyld is licensed under GPLv3, Copyright © 2013-201...
36.962963
163
0.775551
74e09d6003e1c5037158d0f7dc8938b167bcfd8f
5,044
js
JavaScript
documentation/www.nushell.sh/assets/js/144.0b2e00ea.js
extratone/extratone
a18e3ac94527626f27dd5447257c9785b7f5d167
[ "MIT" ]
2
2021-06-09T20:03:11.000Z
2021-09-18T21:34:18.000Z
documentation/www.nushell.sh/assets/js/144.0b2e00ea.js
extratone/extratone
a18e3ac94527626f27dd5447257c9785b7f5d167
[ "MIT" ]
497
2020-11-23T12:22:45.000Z
2022-01-17T02:03:22.000Z
documentation/www.nushell.sh/assets/js/144.0b2e00ea.js
extratone/extratone
a18e3ac94527626f27dd5447257c9785b7f5d167
[ "MIT" ]
null
null
null
(window.webpackJsonp=window.webpackJsonp||[]).push([[144],{549:function(s,a,t){"use strict";t.r(a);var e=t(44),r=Object(e.a)({},(function(){var s=this,a=s.$createElement,t=s._self._c||a;return t("ContentSlotsDistributor",{attrs:{"slot-key":s.$parent.slotKey}},[t("p",[s._v("Convert value to string")]),s._v(" "),t("h2",{...
5,044
5,044
0.581086
07f0719fc2ded15e57ebbd4c6742b48661780319
2,356
h
C
netbsd/sys/arch/news68k/dev/msvar.h
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
91
2015-01-05T15:18:31.000Z
2022-03-11T16:43:28.000Z
netbsd/sys/arch/news68k/dev/msvar.h
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
1
2016-02-25T15:57:55.000Z
2016-02-25T16:01:02.000Z
netbsd/sys/arch/news68k/dev/msvar.h
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
21
2015-02-07T08:23:07.000Z
2021-12-14T06:01:49.000Z
/* $NetBSD: msvar.h,v 1.1 2001/01/25 14:33:30 tsutsui Exp $ */ /*- * Copyright (c) 2001 Tsubai Masanari. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code...
42.836364
76
0.741511
ebba17527a3b26dc119432db6fdce779c0d1bc78
3,914
lua
Lua
CommunityContent/NPC AI Kit/Scripts/NPCWaypoint.lua
evilotaku/MGD-Core-Tutorial
6ca2f592c55f42f9bc0194152acfdc0c7b0ff669
[ "MIT" ]
3
2021-03-27T00:20:13.000Z
2021-08-17T08:53:59.000Z
Data/Subfolders/NPC AI Kit/Scripts/NPCWaypoint.lua
Core-Team-META/CC-Quest-System
477ce5ad6e297642f9bae95596cf6569c604c8bb
[ "Apache-2.0" ]
null
null
null
Data/Subfolders/NPC AI Kit/Scripts/NPCWaypoint.lua
Core-Team-META/CC-Quest-System
477ce5ad6e297642f9bae95596cf6569c604c8bb
[ "Apache-2.0" ]
1
2021-06-15T03:59:23.000Z
2021-06-15T03:59:23.000Z
--[[ NPC Waypoint by: standardcombo v1.0.0 The waypoint detects NPCs entering its trigger and directs them to move to the next objective. Can be used for patrolling behaviors, random folks in town, traffic lanes, etc. See the "Waypoint Example" template that is part of this package. Any object that enters the waypo...
30.818898
109
0.753449
3898f955af3a5acd435e0f11b31891370dde722a
632
c
C
struct06-10-2020/q_1.c
suehtamCruz/FUP_2020
450d2cd8f5c5f0fc2715c504a699403180f3a7b1
[ "MIT" ]
null
null
null
struct06-10-2020/q_1.c
suehtamCruz/FUP_2020
450d2cd8f5c5f0fc2715c504a699403180f3a7b1
[ "MIT" ]
null
null
null
struct06-10-2020/q_1.c
suehtamCruz/FUP_2020
450d2cd8f5c5f0fc2715c504a699403180f3a7b1
[ "MIT" ]
null
null
null
#include<stdio.h> struct resultados{ float soma; float sub; float divi; float multi; }; void operacoes(float n1, float n2){ struct resultados res_operacoes; res_operacoes.soma = n1 + n2; res_operacoes.sub = n1 - n2; res_operacoes.divi = n1 / n2; res_operacoes.multi = n1 * n2; ...
19.151515
49
0.618671
fc707566f5283269ed9ac5d360e79fd27aa4d3fa
562
css
CSS
src/index.css
tomek-i/visual-sorting
d17246cc3ddc29b91c76423d5e9774b7fa2eaedd
[ "MIT" ]
null
null
null
src/index.css
tomek-i/visual-sorting
d17246cc3ddc29b91c76423d5e9774b7fa2eaedd
[ "MIT" ]
null
null
null
src/index.css
tomek-i/visual-sorting
d17246cc3ddc29b91c76423d5e9774b7fa2eaedd
[ "MIT" ]
null
null
null
:root { --backdrop-color: rgba(207, 207, 207, 0.42); --bar-color: rgb(109, 177, 253); --bar-color-hover: rgba(109, 177, 253, 0.6); --backdrop-width: 60%; } body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", ...
25.545455
81
0.642349
2555fb7d564c9d19106271424c0a3c306fee581a
219
kt
Kotlin
samples/kotysa-spring-jdbc/src/main/kotlin/com/sample/Routes.kt
ufoss-org/kotysa
37cef513b47a7b163427c77396b2c6bf098e7949
[ "Unlicense" ]
46
2020-06-16T01:05:42.000Z
2022-03-30T22:26:21.000Z
samples/kotysa-spring-jdbc/src/main/kotlin/com/sample/Routes.kt
ufoss-org/kotysa
37cef513b47a7b163427c77396b2c6bf098e7949
[ "Unlicense" ]
53
2020-05-31T13:40:19.000Z
2022-03-20T08:56:36.000Z
samples/kotysa-spring-jdbc/src/main/kotlin/com/sample/Routes.kt
ufoss-org/kotysa
37cef513b47a7b163427c77396b2c6bf098e7949
[ "Unlicense" ]
1
2021-11-13T10:21:08.000Z
2021-11-13T10:21:08.000Z
package com.sample import org.springframework.web.servlet.function.router fun routes(userHandler: UserHandler) = router { GET("/api/users", userHandler::listApi) GET("/api/users/{id}", userHandler::userApi) }
24.333333
54
0.73516
8a812ae299d4178855b3c676e7943ff26aa0d7b6
826
rs
Rust
language/move-stdlib/src/tests.rs
lasthyphen/dijets
35fc1295628bd3316f2923e677e062770949698b
[ "Apache-2.0" ]
null
null
null
language/move-stdlib/src/tests.rs
lasthyphen/dijets
35fc1295628bd3316f2923e677e062770949698b
[ "Apache-2.0" ]
123
2021-08-31T19:16:05.000Z
2022-03-31T19:35:09.000Z
language/move-stdlib/src/tests.rs
lasthyphen/dijets
35fc1295628bd3316f2923e677e062770949698b
[ "Apache-2.0" ]
null
null
null
// Copyright (c) The Dijets Core Contributors // SPDX-License-Identifier: Apache-2.0 use tempfile::tempdir; #[test] fn check_that_docs_are_updated() { let temp_dir = tempdir().unwrap(); crate::build_stdlib_doc(&temp_dir.path().to_string_lossy()); assert!( !dir_diff::is_different(&temp_dir, &crat...
25.8125
90
0.66586
efb7a6c2089d4ecc1b1947737290313d332ec7bb
1,148
kt
Kotlin
app/src/main/kotlin/com/vsouhrada/kotlin/android/anko/fibo/core/session/ISession.kt
Squibblet/206CDE_Attendance_System
8c72986ebecb845d71fb0bacdcfd5a05c53fff9b
[ "Apache-2.0" ]
null
null
null
app/src/main/kotlin/com/vsouhrada/kotlin/android/anko/fibo/core/session/ISession.kt
Squibblet/206CDE_Attendance_System
8c72986ebecb845d71fb0bacdcfd5a05c53fff9b
[ "Apache-2.0" ]
null
null
null
app/src/main/kotlin/com/vsouhrada/kotlin/android/anko/fibo/core/session/ISession.kt
Squibblet/206CDE_Attendance_System
8c72986ebecb845d71fb0bacdcfd5a05c53fff9b
[ "Apache-2.0" ]
null
null
null
package com.vsouhrada.kotlin.android.anko.fibo.core.session /** * @author vsouhrada * @since 0.1.0 */ interface ISession { /** * Method is call when session should be open and in case of that method *refresh* was called on [ISessionManager] * @since 0.1.0 */ fun openSession() /** * Called when s...
22.076923
116
0.63676
2a188234bc9109ca9d03ba870e6f5ea8b8fc24af
2,956
swift
Swift
JKB_EquipmentManage/JKB_EquipmentManage/Tool/FC_CreateView.swift
wateringFc/FC_EquipmentManage
143b720ed254f81d2c34250ffc17a0b48a900c9d
[ "MIT" ]
1
2020-04-04T11:46:46.000Z
2020-04-04T11:46:46.000Z
JKB_EquipmentManage/JKB_EquipmentManage/Tool/FC_CreateView.swift
wateringFc/FC_EquipmentManage
143b720ed254f81d2c34250ffc17a0b48a900c9d
[ "MIT" ]
null
null
null
JKB_EquipmentManage/JKB_EquipmentManage/Tool/FC_CreateView.swift
wateringFc/FC_EquipmentManage
143b720ed254f81d2c34250ffc17a0b48a900c9d
[ "MIT" ]
1
2020-04-04T11:46:47.000Z
2020-04-04T11:46:47.000Z
// // FC_CreateView.swift // JKB_EquipmentManage // // Created by 方存 on 2019/5/16. // Copyright © 2019年 JKB. All rights reserved. // import UIKit class FC_CreateView: NSObject { /// 控件默认尺寸 class func getDefaultFrame() -> CGRect { let defaultFrame = CGRect(x:0, y:0, width:100, height:30) ...
36.493827
256
0.662382
9c2021d74d1e4fb87db71f5303dea79d7ec6f378
373
js
JavaScript
__mocks__/newsStoreMock.js
iakhator/news-feed-application
cc59de80b10de7f6825da8f07e7b6c9b758f9228
[ "MIT", "Unlicense" ]
null
null
null
__mocks__/newsStoreMock.js
iakhator/news-feed-application
cc59de80b10de7f6825da8f07e7b6c9b758f9228
[ "MIT", "Unlicense" ]
18
2017-06-11T02:21:57.000Z
2022-02-26T10:50:02.000Z
__mocks__/newsStoreMock.js
iakhator/news-feed-application
cc59de80b10de7f6825da8f07e7b6c9b758f9228
[ "MIT", "Unlicense" ]
1
2017-09-17T11:42:32.000Z
2017-09-17T11:42:32.000Z
const sourcesAction = { type: 'RECIEVE_SOURCES', sources: [ { id: 'al-jazeera-english', name: 'Al Jazeera English', description: 'News, analysis from the Middle East and worldwide.' }, { id: 'ars-technica', name: 'Ars Technica', description: "The PC enthusiast's reso...
18.65
71
0.597855
f08aaf0c21a149f091e46816f64fec592e15a465
631
js
JavaScript
public/script.js
adnanansari2k/express
6fe690ea526c5adf87ff6db37e3374a8c503762e
[ "MIT" ]
1
2020-10-07T18:41:18.000Z
2020-10-07T18:41:18.000Z
public/script.js
adnanansari2k/express
6fe690ea526c5adf87ff6db37e3374a8c503762e
[ "MIT" ]
null
null
null
public/script.js
adnanansari2k/express
6fe690ea526c5adf87ff6db37e3374a8c503762e
[ "MIT" ]
null
null
null
if('geolocation' in navigator) { console.log("hi") navigator.geolocation.getCurrentPosition( async position => { var lat = position.coords.latitude var lon = position.coords.longitude document.getElementById("lat").textContent = lat; document.getElementById("lon").textContent = lon; const data ={lat,...
25.24
65
0.657686
f000259412224e1de269649b857a4c3b51a9f98c
1,409
py
Python
lang/langs/deutsch.py
SuRoryz/surbot-osu
2b27697417d2a69f40937b4c463530f2a6b98166
[ "MIT" ]
null
null
null
lang/langs/deutsch.py
SuRoryz/surbot-osu
2b27697417d2a69f40937b4c463530f2a6b98166
[ "MIT" ]
1
2020-05-01T17:56:27.000Z
2020-05-01T17:56:27.000Z
lang/langs/deutsch.py
SuRoryz/surbot-osu
2b27697417d2a69f40937b4c463530f2a6b98166
[ "MIT" ]
null
null
null
class Samples: def __init__(self): #COMMANDS self.PP = ('Für [https://osu.ppy.sh/b/{} {} [{}]{}] (OD {}, AR {}, ' 'CS {}, {}★, {}:{}) wirst du {} {}') self.PP_FOR = ('| {}pp bekommen für {}% ') self.PP_PRED = ('Für [https://osu.ppy.sh/b/{} {} [{}]{}] (OD {},...
44.03125
119
0.499645
98d3f45659b056c832c94ec1e8d1b32c1de9bc3f
107
sql
SQL
src/test/resources/sql/select/ef7f263c.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
66
2018-06-15T11:34:03.000Z
2022-03-16T09:24:49.000Z
src/test/resources/sql/select/ef7f263c.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
13
2019-03-19T11:56:28.000Z
2020-08-05T04:20:50.000Z
src/test/resources/sql/select/ef7f263c.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
28
2019-01-05T19:59:02.000Z
2022-03-24T11:55:50.000Z
-- file:geometry.sql ln:121 expect:true SELECT '' AS four, polygon(f1) FROM PATH_TBL WHERE isclosed(f1)
26.75
39
0.728972
28e58ce153824cd84809f9ae1761799b6c5793a8
1,179
rb
Ruby
backend/app/controllers/api/attendances_controller.rb
yogeshjain999/absentee
89c13963571dd129ac274f563e75ab16ed90c53f
[ "MIT" ]
null
null
null
backend/app/controllers/api/attendances_controller.rb
yogeshjain999/absentee
89c13963571dd129ac274f563e75ab16ed90c53f
[ "MIT" ]
null
null
null
backend/app/controllers/api/attendances_controller.rb
yogeshjain999/absentee
89c13963571dd129ac274f563e75ab16ed90c53f
[ "MIT" ]
null
null
null
class Api::AttendancesController < BaseController def create if params[:roll_nos] && params[:standard_id] && params[:date] create_attendance(params[:roll_nos], params[:standard_id], params[:date]) render_success(data: {}, message: I18n.t('attendance.created'), status: :created) else render_...
35.727273
94
0.661578
0c85c0c3fc3e88d3d1512b447e6a7c16569279b2
1,376
py
Python
nginx_rtmp_wizard/models.py
Gerhut/nginx-rtmp-wizard
c821c3bb262503ee26408b8b3bf4a252b49a29d6
[ "Unlicense" ]
null
null
null
nginx_rtmp_wizard/models.py
Gerhut/nginx-rtmp-wizard
c821c3bb262503ee26408b8b3bf4a252b49a29d6
[ "Unlicense" ]
1
2021-06-10T20:32:59.000Z
2021-06-10T20:32:59.000Z
nginx_rtmp_wizard/models.py
Gerhut/nginx-rtmp-wizard
c821c3bb262503ee26408b8b3bf4a252b49a29d6
[ "Unlicense" ]
null
null
null
from django.conf import settings from django.core import validators from django.db import models DEFAULT_RTMP_PORT = 1935 class Server(models.Model): listen = models.PositiveIntegerField( default=DEFAULT_RTMP_PORT, unique=True, validators=[ validators.MinValueValidator(1024), ...
27.52
77
0.634448
4a4b9d29e326b0e4de355a1daba7d274045a9245
2,576
js
JavaScript
src/components/Home/WhoWeAre.js
michalgrudzien/dpz-website
bcb78abb855caf5f7c732bb506c1e3597304ea19
[ "MIT" ]
null
null
null
src/components/Home/WhoWeAre.js
michalgrudzien/dpz-website
bcb78abb855caf5f7c732bb506c1e3597304ea19
[ "MIT" ]
null
null
null
src/components/Home/WhoWeAre.js
michalgrudzien/dpz-website
bcb78abb855caf5f7c732bb506c1e3597304ea19
[ "MIT" ]
null
null
null
import React from "react"; import styled from "styled-components"; import { Container, Row, Col, media } from "styled-bootstrap-grid"; import { graphql, useStaticQuery } from "gatsby"; import Img from "gatsby-image"; import Card, { CardSidePadding } from "components/shared/Card"; import BlockContent from "components/B...
22.596491
67
0.528339