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
5853b1d48cd1eb016c00ebce216bfa14d287cdf0
107
sql
SQL
smartDog-api/migrations/20210808210859_alter_type_for_bowl.sql
spydx/smartDog
d99d598574fd6b4dfe82bedf1e513537ae2c54de
[ "MIT" ]
1
2020-12-09T21:26:33.000Z
2020-12-09T21:26:33.000Z
smartDog-api/migrations/20210808210859_alter_type_for_bowl.sql
spydx/smartDog
d99d598574fd6b4dfe82bedf1e513537ae2c54de
[ "MIT" ]
null
null
null
smartDog-api/migrations/20210808210859_alter_type_for_bowl.sql
spydx/smartDog
d99d598574fd6b4dfe82bedf1e513537ae2c54de
[ "MIT" ]
null
null
null
-- Add migration script here alter table bowls drop name; alter table bowls add name varchar(128) not null;
35.666667
49
0.785047
140f23ce344f9bc422dc6b1ed8c7bef2166f1caa
32,795
css
CSS
webapp/css/carbon.css
frankyonnetti/beercount
20fe5f2ef992c568802f120e518fcbca0d0fe744
[ "MIT" ]
null
null
null
webapp/css/carbon.css
frankyonnetti/beercount
20fe5f2ef992c568802f120e518fcbca0d0fe744
[ "MIT" ]
null
null
null
webapp/css/carbon.css
frankyonnetti/beercount
20fe5f2ef992c568802f120e518fcbca0d0fe744
[ "MIT" ]
null
null
null
.carb{background-color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;position:absolute;bottom:-88px;z-index:2;opacity:0}.carb.item-1{width:80px;height:80px;left:20px;-webkit-animation-name:floatup-1;-moz-animation-name:floatup-1;-ms-animation-name:flo...
16,397.5
32,794
0.811465
0bfe0e217bd250e9f23f1738d39396204917227e
425
js
JavaScript
src/app/components/widget_build/widget_build.js
manuelhe/status-list
b6f601224c0add1ee21879c9f48a7938d2000dae
[ "MIT" ]
null
null
null
src/app/components/widget_build/widget_build.js
manuelhe/status-list
b6f601224c0add1ee21879c9f48a7938d2000dae
[ "MIT" ]
null
null
null
src/app/components/widget_build/widget_build.js
manuelhe/status-list
b6f601224c0add1ee21879c9f48a7938d2000dae
[ "MIT" ]
null
null
null
(function () { 'use strict'; angular.module('statuslist') .directive('widgetBuild', function () { return { restrict: 'A', replace: false, templateUrl: 'app/components/widget_build/widget_build.html', scope: { data: '=widget' }, controller: functi...
18.478261
69
0.510588
c12c6a466c79df874e57e4445f1ea52f6e4feff9
1,500
rs
Rust
benches/linalg/hessenberg.rs
tvincent2/nalgebra
3aeb2549d85a9847f6d4d334fc0a8eb142808809
[ "BSD-3-Clause" ]
null
null
null
benches/linalg/hessenberg.rs
tvincent2/nalgebra
3aeb2549d85a9847f6d4d334fc0a8eb142808809
[ "BSD-3-Clause" ]
null
null
null
benches/linalg/hessenberg.rs
tvincent2/nalgebra
3aeb2549d85a9847f6d4d334fc0a8eb142808809
[ "BSD-3-Clause" ]
null
null
null
use test::{self, Bencher}; use na::{DMatrix, Hessenberg, Matrix4}; #[path = "../common/macros.rs"] mod macros; // Without unpack. #[bench] fn hessenberg_decompose_4x4(bh: &mut Bencher) { let m = Matrix4::<f64>::new_random(); bh.iter(|| test::black_box(Hessenberg::new(m.clone()))) } #[bench] fn hessenberg_dec...
25.423729
59
0.624667
0b38a02cf60fd15abbb4f439206566ff3db0bfdc
8,432
swift
Swift
AppMessage/AppMessage/Controlers/ProfileViewController.swift
iot-spotted/spotted
0d646b0f91842c637a853690784a7e0f968a8105
[ "BSD-3-Clause" ]
null
null
null
AppMessage/AppMessage/Controlers/ProfileViewController.swift
iot-spotted/spotted
0d646b0f91842c637a853690784a7e0f968a8105
[ "BSD-3-Clause" ]
null
null
null
AppMessage/AppMessage/Controlers/ProfileViewController.swift
iot-spotted/spotted
0d646b0f91842c637a853690784a7e0f968a8105
[ "BSD-3-Clause" ]
null
null
null
// // ProfileViewController.swift // // // Created by Jake Weiss on 2/22/17. // // import UIKit import CloudKit import EVCloudKitDao import MessageUI class ProfileViewController: UIViewController, UITableViewDelegate, UITableViewDataSource, MFMessageComposeViewControllerDelegate { @IBOutlet weak var crow...
43.241026
182
0.553131
4a291e6aed2b8989ced4e521b8555b82efa5b51e
520
js
JavaScript
src/commands/bot/ping.js
miyuki2002/Meyoinao
14a59bc94df85a15cc3d2d651bff20af864afc81
[ "MIT" ]
3
2021-09-23T07:35:26.000Z
2021-09-29T04:58:11.000Z
src/commands/bot/ping.js
miyuki2002/Meyoinao
14a59bc94df85a15cc3d2d651bff20af864afc81
[ "MIT" ]
1
2021-09-28T17:08:40.000Z
2021-09-28T17:19:36.000Z
src/commands/bot/ping.js
miyuki2002/Meyoinao
14a59bc94df85a15cc3d2d651bff20af864afc81
[ "MIT" ]
null
null
null
const Command = require('../../structures/Command'); module.exports = class Ping extends Command { constructor(client) { super(client, { name: 'ping', description: 'Bot latency', usage: '', enabled: true, cooldown: 4, args: false, }); } async run(client, message) { const msg = await message....
28.888889
138
0.663462
bb5ef0ce0f6092bd7f7919b44f19f040c9305d02
61
html
HTML
src/ContentBlockService.Frontend.Admin/src/app/shared/tabs.component.html
QuinntyneBrown/ContentBlockService
aa0dbc162ded77ff128d9a2507ce7c91f7b2ff09
[ "MIT" ]
3
2017-05-05T02:07:30.000Z
2018-07-27T08:43:58.000Z
src/BookingService.Frontend/src/app/shared/tabs.component.html
QuinntyneBrown/BookingService
465ab6821c458185827ca5871f1c159a6f082437
[ "MIT" ]
null
null
null
src/BookingService.Frontend/src/app/shared/tabs.component.html
QuinntyneBrown/BookingService
465ab6821c458185827ca5871f1c159a6f082437
[ "MIT" ]
null
null
null
<div class="tabs"> </div> <div class="panels"> </div>
15.25
24
0.52459
dd9da18f6cd84bb6de8206c4a66f9859de04ecee
1,366
go
Go
server/testutil/healthcheck/healthcheck.go
tryflame/buildbuddy
64c434744d0e7406035eb5aabf469f36d4d5c500
[ "MIT" ]
4
2020-02-25T17:24:46.000Z
2020-03-03T06:53:29.000Z
server/testutil/healthcheck/healthcheck.go
tryflame/buildbuddy
64c434744d0e7406035eb5aabf469f36d4d5c500
[ "MIT" ]
null
null
null
server/testutil/healthcheck/healthcheck.go
tryflame/buildbuddy
64c434744d0e7406035eb5aabf469f36d4d5c500
[ "MIT" ]
null
null
null
package healthcheck import ( "context" "net/http" "github.com/buildbuddy-io/buildbuddy/server/interfaces" "github.com/buildbuddy-io/buildbuddy/server/util/status" hlpb "github.com/buildbuddy-io/buildbuddy/proto/health" ) type TestingHealthChecker struct{} func NewTestingHealthChecker() interfaces.HealthChecke...
29.695652
124
0.772328
e97bb0531d8d7aa16f1602b69b88aeab57ed63d6
1,442
rb
Ruby
spec/ui_component_text_spec.rb
Quentinchampenois/ruby2d-game
efbfc70ff27dff08aa31dc5a9961a6d65952156c
[ "MIT" ]
null
null
null
spec/ui_component_text_spec.rb
Quentinchampenois/ruby2d-game
efbfc70ff27dff08aa31dc5a9961a6d65952156c
[ "MIT" ]
null
null
null
spec/ui_component_text_spec.rb
Quentinchampenois/ruby2d-game
efbfc70ff27dff08aa31dc5a9961a6d65952156c
[ "MIT" ]
null
null
null
# frozen_string_literal: true require '../components/ui_component_text' describe UiComponentText do let(:subject) { described_class.new } let(:get_idx) { false } let(:data) { { title: 'fake data', x: 50, y: 50, width: 200, height: 200 } } describe '#pick' do before do ['Start game', 'Resume game', ...
36.974359
116
0.477115
75506d445bc73aa1644fe53e4392df09164aca1e
6,417
h
C
dlls/wineoss.drv/unixlib.h
Heersin/wine
36b45c6d1c124dd16b3475ba743fcbbc99d6862d
[ "MIT" ]
null
null
null
dlls/wineoss.drv/unixlib.h
Heersin/wine
36b45c6d1c124dd16b3475ba743fcbbc99d6862d
[ "MIT" ]
null
null
null
dlls/wineoss.drv/unixlib.h
Heersin/wine
36b45c6d1c124dd16b3475ba743fcbbc99d6862d
[ "MIT" ]
null
null
null
/* * Copyright 2022 Huw Davies * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is di...
19.684049
132
0.688795
9168a4d79068b627464a49d5bd889c51c07fee59
2,224
kt
Kotlin
app/src/main/java/com/ideasBlock/compendium/utils/MySSLSocketFactory.kt
iorobertob/compendium-android
972cd5bb6ad025374debd1eb9cf0d5a6e97fbd77
[ "MIT" ]
null
null
null
app/src/main/java/com/ideasBlock/compendium/utils/MySSLSocketFactory.kt
iorobertob/compendium-android
972cd5bb6ad025374debd1eb9cf0d5a6e97fbd77
[ "MIT" ]
null
null
null
app/src/main/java/com/ideasBlock/compendium/utils/MySSLSocketFactory.kt
iorobertob/compendium-android
972cd5bb6ad025374debd1eb9cf0d5a6e97fbd77
[ "MIT" ]
null
null
null
package com.ideasBlock.compendium.utils import java.io.IOException import java.net.InetAddress import java.net.Socket import java.net.UnknownHostException import javax.net.ssl.SSLSocket import javax.net.ssl.SSLSocketFactory class MySSLSocketFactory():SSLSocketFactory (){ private lateinit var sslSocketFactory: ...
35.870968
115
0.720324
0bf3bd3ec3ad4b49f3d757ffb24025804e0d9efa
1,077
js
JavaScript
src/logic.js
j2ieu/dollars-to-cents
7d4a507034fc5e746a970464b4558e571339260a
[ "MIT" ]
null
null
null
src/logic.js
j2ieu/dollars-to-cents
7d4a507034fc5e746a970464b4558e571339260a
[ "MIT" ]
null
null
null
src/logic.js
j2ieu/dollars-to-cents
7d4a507034fc5e746a970464b4558e571339260a
[ "MIT" ]
null
null
null
const currencyInput = document.getElementById('money-input'); const pennyResult = document.getElementById('penny-result'); const nickelResult = document.getElementById('nickel-result'); const dimeResult = document.getElementById('dime-result'); const quarterResult = document.getElementById('quarter-result'); function...
28.342105
64
0.655525
358996e0c9c7881c6f8966b5ee533d9f4ebd63f1
2,994
lua
Lua
laia/util/mem.lua
git22abhishek/Laia
1a4afa40f08f91f33d0d47a1d89b106091ad076a
[ "MIT" ]
137
2016-12-15T18:51:59.000Z
2022-03-25T06:41:02.000Z
laia/util/mem.lua
git22abhishek/Laia
1a4afa40f08f91f33d0d47a1d89b106091ad076a
[ "MIT" ]
32
2016-12-15T18:50:54.000Z
2022-03-23T17:13:27.000Z
laia/util/mem.lua
jpuigcerver/Laia
1a4afa40f08f91f33d0d47a1d89b106091ad076a
[ "MIT" ]
68
2016-12-17T01:27:44.000Z
2022-03-23T08:44:35.000Z
laia = laia or {} laia.mem = {} local _cfg = { monitor_interval = 0, monitor_started = false } --[[ Function that returns the GPU memory used by the calling process. First, it tries to use the nvidia-smi command to get the exact number of memory used by the calling process. If this information is not ava...
32.901099
80
0.684035
2bdba202829f95c356790187be1131c4fde33e97
9,186
kt
Kotlin
plugins/korge-gradle-plugin/src/main/kotlin/com/soywiz/korge/gradle/targets/cordova/Cordova.kt
phyrian/korge
8d095cdcceb4fab34ef365777123823b66f76aea
[ "Apache-2.0" ]
null
null
null
plugins/korge-gradle-plugin/src/main/kotlin/com/soywiz/korge/gradle/targets/cordova/Cordova.kt
phyrian/korge
8d095cdcceb4fab34ef365777123823b66f76aea
[ "Apache-2.0" ]
null
null
null
plugins/korge-gradle-plugin/src/main/kotlin/com/soywiz/korge/gradle/targets/cordova/Cordova.kt
phyrian/korge
8d095cdcceb4fab34ef365777123823b66f76aea
[ "Apache-2.0" ]
null
null
null
package com.soywiz.korge.gradle.targets.cordova import com.moowork.gradle.node.npm.* import com.moowork.gradle.node.task.* import com.soywiz.korge.gradle.* import com.soywiz.korge.gradle.targets.* import com.soywiz.korge.gradle.targets.js.* import com.soywiz.korge.gradle.util.* import com.soywiz.korge.gradle.util.QXml...
34.022222
113
0.716416
4a4c13bcd22cf1627d31860b17debdaa959bac97
471
js
JavaScript
problems/914.x-of-a-kind-in-a-deck-of-cards/solution.test.js
zhijiang3/leetcode
3a3ce6d88183f011acdb9ffde62f1f7583e15360
[ "MIT" ]
2
2020-01-13T09:20:47.000Z
2020-01-15T14:01:21.000Z
problems/914.x-of-a-kind-in-a-deck-of-cards/solution.test.js
zhijiang3/leetcode
3a3ce6d88183f011acdb9ffde62f1f7583e15360
[ "MIT" ]
null
null
null
problems/914.x-of-a-kind-in-a-deck-of-cards/solution.test.js
zhijiang3/leetcode
3a3ce6d88183f011acdb9ffde62f1f7583e15360
[ "MIT" ]
null
null
null
import hasGroupsSizeX from "./solution.js"; test("example 1", () => { expect(hasGroupsSizeX([1, 2, 3, 4, 4, 3, 2, 1])).toBe(true); }); test("example 2", () => { expect(hasGroupsSizeX([1, 1, 1, 2, 2, 2, 3, 3])).toBe(false); }); test("example 3", () => { expect(hasGroupsSizeX([1])).toBe(false); }); test("exampl...
21.409091
63
0.55414
bee7043b2f560095acdf590596bdbe6a1d2a3c4d
15,591
html
HTML
fantasy.html
IvanShavliuga/svg-flags
8f9fede559a51b57da6949bd00c3ed233d6ea6f6
[ "MIT" ]
null
null
null
fantasy.html
IvanShavliuga/svg-flags
8f9fede559a51b57da6949bd00c3ed233d6ea6f6
[ "MIT" ]
null
null
null
fantasy.html
IvanShavliuga/svg-flags
8f9fede559a51b57da6949bd00c3ed233d6ea6f6
[ "MIT" ]
null
null
null
<html> <head> <style> body { background: gray; display: flex; flex-wrap: wrap; } svg { transform: scale(3); padding: 5px; margin: 70px 90px; background: rgba(200, 200, 200, 0.7); border: 2px sol...
47.678899
167
0.439933
fb0a4f4b25474330761dc3748bc405b62b95bf88
443
go
Go
main.go
amolabs/amoconsole
92a6796dd66041799f5a1937d57c4bf3c8a57837
[ "Apache-2.0" ]
null
null
null
main.go
amolabs/amoconsole
92a6796dd66041799f5a1937d57c4bf3c8a57837
[ "Apache-2.0" ]
null
null
null
main.go
amolabs/amoconsole
92a6796dd66041799f5a1937d57c4bf3c8a57837
[ "Apache-2.0" ]
null
null
null
package main import ( "github.com/amolabs/amoconsole/cmd" ) /* Commands (expected hierarchy) * * amoconsole |- version * |- status * |- key |- list * |- generate <nickname> * |- remove <nickname> * * |- tx |- transfer --from <address> --to <address> --amount <number> * ...
18.458333
76
0.534989
65c5cd7ec3dfc8c3faab26722d8f323d21fc0363
6,863
kt
Kotlin
src/main/kotlin/no/nav/familie/ba/sak/kjerne/fødselshendelse/filtreringsregler/FiltreringsreglerService.kt
navikt/familie-ba-sak
8b6d620eec7ef4767e277bc4bc74fce56dfad644
[ "MIT" ]
8
2019-12-16T11:54:02.000Z
2022-01-13T13:00:55.000Z
src/main/kotlin/no/nav/familie/ba/sak/kjerne/fødselshendelse/filtreringsregler/FiltreringsreglerService.kt
navikt/familie-ba-sak
8b6d620eec7ef4767e277bc4bc74fce56dfad644
[ "MIT" ]
2,097
2019-12-06T07:49:16.000Z
2022-03-31T14:08:40.000Z
src/main/kotlin/no/nav/familie/ba/sak/kjerne/fødselshendelse/filtreringsregler/FiltreringsreglerService.kt
navikt/familie-ba-sak
8b6d620eec7ef4767e277bc4bc74fce56dfad644
[ "MIT" ]
null
null
null
package no.nav.familie.ba.sak.kjerne.fødselshendelse.filtreringsregler import io.micrometer.core.instrument.Counter import io.micrometer.core.instrument.Metrics import no.nav.familie.ba.sak.common.LocalDateService import no.nav.familie.ba.sak.common.convertDataClassToJson import no.nav.familie.ba.sak.integrasjoner.pdl...
47.659722
192
0.706979
7038dcad22f77ba50c5c1d7b4fe591ad7d89522a
84
go
Go
events/order.go
piotrpersona/sago
a60f1f7661ee06e551f6aebff25b2ee45a1b54a4
[ "Apache-2.0" ]
3
2020-02-12T18:10:35.000Z
2021-05-12T03:52:38.000Z
events/order.go
piotrpersona/sago
a60f1f7661ee06e551f6aebff25b2ee45a1b54a4
[ "Apache-2.0" ]
null
null
null
events/order.go
piotrpersona/sago
a60f1f7661ee06e551f6aebff25b2ee45a1b54a4
[ "Apache-2.0" ]
2
2020-02-12T18:10:47.000Z
2020-09-19T00:56:09.000Z
package events type OrderHandler interface { Handle(payload string) (err error) }
14
35
0.77381
3d322d142ad0db83cea9a654ac84aabba501b43a
7,668
rs
Rust
src/wxa.rs
manbu-00/wx-sdk
ee707e3ee9afda5f2a28b95bda83a6d860d9c069
[ "MIT" ]
null
null
null
src/wxa.rs
manbu-00/wx-sdk
ee707e3ee9afda5f2a28b95bda83a6d860d9c069
[ "MIT" ]
null
null
null
src/wxa.rs
manbu-00/wx-sdk
ee707e3ee9afda5f2a28b95bda83a6d860d9c069
[ "MIT" ]
null
null
null
use crate::{access_token::AccessTokenProvider, error::CommonResponse}; use crate::{wechat::WxApiRequestBuilder, SdkResult, WxSdk}; use serde::{de::DeserializeOwned, Deserialize, Serialize}; pub mod ad; pub mod cloudbase; pub mod content_security; pub mod customer_message; pub mod datacube; pub mod img; pub mod immedia...
29.606178
95
0.64241
e9a3412961ffcc4dc6f71442eb8b72f6e481bd93
239
rb
Ruby
lib/pin_up.rb
anthony-gerrits/PIN-Payments
b5c993bd606f5ada396b60792d657cfe0ea0e85a
[ "MIT" ]
null
null
null
lib/pin_up.rb
anthony-gerrits/PIN-Payments
b5c993bd606f5ada396b60792d657cfe0ea0e85a
[ "MIT" ]
null
null
null
lib/pin_up.rb
anthony-gerrits/PIN-Payments
b5c993bd606f5ada396b60792d657cfe0ea0e85a
[ "MIT" ]
null
null
null
require 'httparty' require 'json' require 'pin_up/base' require 'pin_up/card' require 'pin_up/charge' require 'pin_up/client' require 'pin_up/customer' require 'pin_up/refund' require 'pin_up/retrying_client' require 'pin_up/pin_errors'
18.384615
32
0.790795
cc2d4e0ee2bafa6e117202291e358b78cc9971ff
775
lua
Lua
CmdrAdditions/Commands/To.lua
Reselim/CmdrAdditions
3d357cb105b2228ea15e40c7a6ea715a00ea5a19
[ "MIT" ]
8
2020-07-29T02:40:31.000Z
2022-02-15T00:29:34.000Z
CmdrAdditions/Commands/To.lua
Reselim/CmdrAdditions
3d357cb105b2228ea15e40c7a6ea715a00ea5a19
[ "MIT" ]
null
null
null
CmdrAdditions/Commands/To.lua
Reselim/CmdrAdditions
3d357cb105b2228ea15e40c7a6ea715a00ea5a19
[ "MIT" ]
2
2021-02-09T19:06:40.000Z
2021-02-09T19:07:30.000Z
local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer local ToCommand = { Id = "To", Aliases = { "goto" }, Description = "Teleports you to a player.", Args = { { Type = "player", Name = "Target player", Description = "The player to teleport to" } } } function ToCommand....
25
73
0.744516
bcc1531ac97588bb54c9b9a06b1b92457de6e0c7
999
js
JavaScript
src/components/sectionOne.js
acostahf/Double-A-Labs
bedcaca7ed2da6e83cba7653abb042b1f51a4ca8
[ "0BSD" ]
1
2021-10-01T16:37:40.000Z
2021-10-01T16:37:40.000Z
src/components/sectionOne.js
acostahf/Double-A-Labs
bedcaca7ed2da6e83cba7653abb042b1f51a4ca8
[ "0BSD" ]
24
2021-09-28T16:13:17.000Z
2022-03-10T21:02:09.000Z
src/components/sectionOne.js
acostahf/Double-A-Labs
bedcaca7ed2da6e83cba7653abb042b1f51a4ca8
[ "0BSD" ]
null
null
null
import React from "react" const data = [ { content: "Spark human connection within communities", }, { content: "Inspire collaboration", }, { content: "Ignite passion & curiosity", }, { content: "Turn work into play", }, ] const SectionOne = () => { return ( <div className="bg-tec...
24.365854
119
0.571572
f02b08230c1393c4cefff72faa5208fd47f05700
223
js
JavaScript
test/browser_tests/page_objects/browse-filterable-page.js
higs4281/cfgov-refresh
a02b193fb2373d443265c21845adf8a196e05675
[ "CC0-1.0" ]
4
2020-03-19T19:32:26.000Z
2020-06-30T11:15:00.000Z
test/browser_tests/page_objects/browse-filterable-page.js
higs4281/cfgov-refresh
a02b193fb2373d443265c21845adf8a196e05675
[ "CC0-1.0" ]
100
2020-02-06T13:32:37.000Z
2020-08-19T15:02:02.000Z
test/browser_tests/page_objects/browse-filterable-page.js
higs4281/cfgov-refresh
a02b193fb2373d443265c21845adf8a196e05675
[ "CC0-1.0" ]
1
2019-12-28T14:04:07.000Z
2019-12-28T14:04:07.000Z
const BaseFilteablePage = require( './base-filterable-page.js' ); class BrowseFilterablePage extends BaseFilteablePage { constructor() { super(); this.URL = '/bfp'; } } module.exports = BrowseFilterablePage;
18.583333
65
0.704036
77926bf6de937e990e2e914e8c9eeb259d4f3175
3,830
rs
Rust
pbrs/src/lib.rs
gaoqiangz/pbni-rs
0809edd7fcc2d7263d21de9e1a05584c6e249e35
[ "BSD-2-Clause" ]
10
2021-06-08T01:15:12.000Z
2022-02-22T09:58:27.000Z
pbrs/src/lib.rs
yishuixuanyuan/pbni-rs
0809edd7fcc2d7263d21de9e1a05584c6e249e35
[ "BSD-2-Clause" ]
1
2021-06-09T07:31:04.000Z
2021-06-10T12:15:16.000Z
pbrs/src/lib.rs
yishuixuanyuan/pbni-rs
0809edd7fcc2d7263d21de9e1a05584c6e249e35
[ "BSD-2-Clause" ]
1
2022-02-22T09:57:53.000Z
2022-02-22T09:57:53.000Z
use pbni::*; struct RustObject {} #[nonvisualobject(name = "n_cst_test")] impl RustObject { #[constructor] fn new(session: Session, ctx: ContextObject) -> RustObject { RustObject {} } #[method(name = "of_Array")] fn of_array(&mut self, mut arg: Array) -> Result<String> { arg.set_item_long(&[1...
29.689922
98
0.563969
20eea829002151a278a77420c476bd3ae8a85304
692
kt
Kotlin
app/src/main/java/io/compwiz/countrylister/CompWiz.kt
DanielWaiguru91/CompWizTest
9bb49b0542faeec17d4b595100c3bc069496fa8c
[ "MIT" ]
1
2021-09-07T05:21:47.000Z
2021-09-07T05:21:47.000Z
app/src/main/java/io/compwiz/countrylister/CompWiz.kt
DanielWaiguru91/CompWizTest
9bb49b0542faeec17d4b595100c3bc069496fa8c
[ "MIT" ]
1
2021-10-07T05:11:36.000Z
2021-10-07T05:11:36.000Z
app/src/main/java/io/compwiz/countrylister/CompWiz.kt
DanielWaiguru91/CompWizTest
9bb49b0542faeec17d4b595100c3bc069496fa8c
[ "MIT" ]
null
null
null
package io.compwiz.countrylister import android.app.Application import io.compwiz.countrylister.data.di.appModule import io.compwiz.countrylister.data.di.networkingModule import io.compwiz.countrylister.presentation.di.viewModelModule import org.koin.android.ext.koin.androidContext import org.koin.android.ext.koin.and...
28.833333
73
0.723988
25c8a73bd26b598a78ed4225f8704575aac323b2
1,636
kt
Kotlin
app/src/main/java/com/example/anticovid/ui/profile/risk_assessment_test/RiskAssessmentTestRecyclerAdapter.kt
KMoszczyc/Anticovid
b4f11125de1f76406d4f902a64914a5c842fd9bb
[ "MIT" ]
null
null
null
app/src/main/java/com/example/anticovid/ui/profile/risk_assessment_test/RiskAssessmentTestRecyclerAdapter.kt
KMoszczyc/Anticovid
b4f11125de1f76406d4f902a64914a5c842fd9bb
[ "MIT" ]
null
null
null
app/src/main/java/com/example/anticovid/ui/profile/risk_assessment_test/RiskAssessmentTestRecyclerAdapter.kt
KMoszczyc/Anticovid
b4f11125de1f76406d4f902a64914a5c842fd9bb
[ "MIT" ]
null
null
null
package com.example.anticovid.ui.profile.risk_assessment_test import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.TextView import androidx.recyclerview.widget.RecyclerView import com.example.anticovid.R import com.example.anticovid.data.model.RiskAssessmentTe...
34.808511
182
0.740831
858b251135c10599ea4a3c4f1d5f8b026344b027
3,011
js
JavaScript
app/scripts/controllers/verify-email-controller.js
softwaredeveloper/stellar-client
2fbaaf84de42173a86d0b926c5723e0fe01875ca
[ "ISC" ]
null
null
null
app/scripts/controllers/verify-email-controller.js
softwaredeveloper/stellar-client
2fbaaf84de42173a86d0b926c5723e0fe01875ca
[ "ISC" ]
null
null
null
app/scripts/controllers/verify-email-controller.js
softwaredeveloper/stellar-client
2fbaaf84de42173a86d0b926c5723e0fe01875ca
[ "ISC" ]
null
null
null
sc.controller('VerifyEmailCtrl', function ($scope, $rootScope, $http, $state, session, Wallet) { var wallet = session.get('wallet'); $scope.email = wallet.mainData.email; $scope.loading = false; $scope.errors = []; var serverRecoveryCode = null; $scope.verifyEmail = function() { if(!$scope.emailActiva...
29.23301
96
0.602458
99c93afe5d30178160e9b41681eb4f76baca7a8b
2,540
kt
Kotlin
@old/korge-spriter/src/commonMain/kotlin/com/soywiz/korge/ext/spriter/com/brashmonkey/spriter/Data.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/Data.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/Data.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 @Suppress("unused", "MemberVisibilityCanBePrivate") /** * Represents all the data which necessary to animate a Spriter generated SCML file. * An instance of this class holds [Folder]s and [Entity] instances. * Specific [Folder] and [Entity] instances can...
26.736842
107
0.677559
47658b847b53ca37417062714954368205c234e1
138
html
HTML
src/app/components/invite-friends/invite-friends.component.html
Samuel-dot-cloud/angular-firebase-tic-tac-toe
565428b6b190801be3ff3ba95ab32a6d8deb1a0f
[ "MIT" ]
null
null
null
src/app/components/invite-friends/invite-friends.component.html
Samuel-dot-cloud/angular-firebase-tic-tac-toe
565428b6b190801be3ff3ba95ab32a6d8deb1a0f
[ "MIT" ]
null
null
null
src/app/components/invite-friends/invite-friends.component.html
Samuel-dot-cloud/angular-firebase-tic-tac-toe
565428b6b190801be3ff3ba95ab32a6d8deb1a0f
[ "MIT" ]
1
2020-12-17T19:13:34.000Z
2020-12-17T19:13:34.000Z
<h3>Invite your friend for a game.</h3> <share-buttons [showText]="true" url={{shareURL}} description="{{inviteMessage}}"></share-buttons>
69
98
0.717391
124cd39ff7eba125e5c0bea1f2ea4f7058d83077
17,544
c
C
src/protocols/rdp/guac_rdpsnd/rdpsnd_messages.c
pythianrenaud/guacamole-server
c54168416a89f1c463da4682c1c57491d5d5de64
[ "Apache-2.0" ]
null
null
null
src/protocols/rdp/guac_rdpsnd/rdpsnd_messages.c
pythianrenaud/guacamole-server
c54168416a89f1c463da4682c1c57491d5d5de64
[ "Apache-2.0" ]
null
null
null
src/protocols/rdp/guac_rdpsnd/rdpsnd_messages.c
pythianrenaud/guacamole-server
c54168416a89f1c463da4682c1c57491d5d5de64
[ "Apache-2.0" ]
1
2019-02-11T20:08:52.000Z
2019-02-11T20:08:52.000Z
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
33.868726
99
0.660682
b116b9c38eb189848078a6060eb1692f4b0e20ab
412
kt
Kotlin
app/src/main/java/com/example/mealsmvp/vos/Meal.kt
Ingynnmon/MealsMVP
f8475e0ffcdaa9ea0b190c1951e3c27da83ec29f
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/mealsmvp/vos/Meal.kt
Ingynnmon/MealsMVP
f8475e0ffcdaa9ea0b190c1951e3c27da83ec29f
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/mealsmvp/vos/Meal.kt
Ingynnmon/MealsMVP
f8475e0ffcdaa9ea0b190c1951e3c27da83ec29f
[ "Apache-2.0" ]
null
null
null
package com.example.mealsmvp.vos import com.google.gson.annotations.SerializedName class Meal{ @SerializedName("idMeal") val idMeal: String?=null @SerializedName("strMeal") val strMeal:String?=null @SerializedName("strMealThumb") val image:String?=null @SerializedName("strInstructions")...
20.6
49
0.716019
7d5b0ecf61c01c272777d09e8ecd3a07018784cd
3,862
html
HTML
_site/DayOne/index.html
garysprogress/garysprogress.github.io
8100b61c209be6c1290de181554ce39d2a08943d
[ "MIT" ]
null
null
null
_site/DayOne/index.html
garysprogress/garysprogress.github.io
8100b61c209be6c1290de181554ce39d2a08943d
[ "MIT" ]
null
null
null
_site/DayOne/index.html
garysprogress/garysprogress.github.io
8100b61c209be6c1290de181554ce39d2a08943d
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html> <head> <title>Gary's Progress</title> <meta charset="utf-8" /> <meta content='text/html; charset=utf-8' http-equiv='Content-Type'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1...
31.145161
490
0.652512
bcac14e530429588aaf09149034416ae443e6b0f
20,212
js
JavaScript
14-es2015.6da6676a3b1c34eb9b1e.js
andredantass/printevoweb
669615036fab793c7bfc247532346a1c5240351a
[ "0BSD" ]
null
null
null
14-es2015.6da6676a3b1c34eb9b1e.js
andredantass/printevoweb
669615036fab793c7bfc247532346a1c5240351a
[ "0BSD" ]
null
null
null
14-es2015.6da6676a3b1c34eb9b1e.js
andredantass/printevoweb
669615036fab793c7bfc247532346a1c5240351a
[ "0BSD" ]
null
null
null
(window.webpackJsonp=window.webpackJsonp||[]).push([[14],{"6LS2":function(l,n,u){"use strict";u.r(n);var e=u("8Y7J");class t{}var o=u("pMnS"),r=u("iInd"),i=u("l90o"),d=u("w9WL");class s{constructor(l){this.route=l,this.rows=[],this.selected=[],this.temp=[],this.columns=[{name:"CNPJ"},{prop:"nome"},{name:"Email"},{name:...
20,212
20,212
0.619236
c18eda0392dedea9da0270ae5abbf816e1ffc1f6
1,486
swift
Swift
ios/Pods/ExtendedJson/ExtendedJson/ExtendedJson/Source/ExtendedJson/Double+ExtendedJson.swift
aydrian/stitch-todo
a7fc95af3be5cb3b82a6db9e1d8f04ce798220e1
[ "Apache-2.0" ]
null
null
null
ios/Pods/ExtendedJson/ExtendedJson/ExtendedJson/Source/ExtendedJson/Double+ExtendedJson.swift
aydrian/stitch-todo
a7fc95af3be5cb3b82a6db9e1d8f04ce798220e1
[ "Apache-2.0" ]
null
null
null
ios/Pods/ExtendedJson/ExtendedJson/ExtendedJson/Source/ExtendedJson/Double+ExtendedJson.swift
aydrian/stitch-todo
a7fc95af3be5cb3b82a6db9e1d8f04ce798220e1
[ "Apache-2.0" ]
null
null
null
// // Double+ExtendedJson.swift // ExtendedJson // // Created by Jason Flax on 10/3/17. // Copyright © 2017 MongoDB. All rights reserved. // import Foundation extension Double: ExtendedJsonRepresentable { enum CodingKeys: String, CodingKey { case numberDouble = "$numberDouble" } public static...
30.326531
91
0.656797
82fd32f39fa7129aac8e47a3a7b7e668ddda74c9
201
kt
Kotlin
library/src/main/java/com/applexis/mediapicker/Utils.kt
Vlad8161/MediaPicker
7d607c3e2fd9c6a7c4207fcbd32058f2a2d01102
[ "Apache-2.0" ]
3
2018-07-12T03:06:53.000Z
2019-07-12T07:42:21.000Z
library/src/main/java/com/applexis/mediapicker/Utils.kt
Vlad8161/MediaPicker
7d607c3e2fd9c6a7c4207fcbd32058f2a2d01102
[ "Apache-2.0" ]
null
null
null
library/src/main/java/com/applexis/mediapicker/Utils.kt
Vlad8161/MediaPicker
7d607c3e2fd9c6a7c4207fcbd32058f2a2d01102
[ "Apache-2.0" ]
1
2018-02-21T11:51:33.000Z
2018-02-21T11:51:33.000Z
package com.applexis.mediapicker import java.text.SimpleDateFormat import java.util.* fun currentDatetimeFilename(): String = SimpleDateFormat("ddMMyyyyhhmmss", Locale.ENGLISH).format(Date())
28.714286
73
0.78607
f041d400802fe9e42ea648cfeb31ab125c792e72
152,221
js
JavaScript
dist/2.js
KBdog/magnet-system-web
4809ae6c58f9bcda7f9af8f6f5555f9d5385ec87
[ "MIT" ]
1
2021-03-26T01:27:47.000Z
2021-03-26T01:27:47.000Z
dist/2.js
KBdog/magnet-system-web
4809ae6c58f9bcda7f9af8f6f5555f9d5385ec87
[ "MIT" ]
null
null
null
dist/2.js
KBdog/magnet-system-web
4809ae6c58f9bcda7f9af8f6f5555f9d5385ec87
[ "MIT" ]
null
null
null
((typeof self !== 'undefined' ? self : this)["webpackJsonp"] = (typeof self !== 'undefined' ? self : this)["webpackJsonp"] || []).push([[2],{ /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/a...
841
53,229
0.792256
c47e8d3e1891e4e478ca0fb8af3fdeadbf981014
1,612
h
C
instrumentor/OptimizationOption.h
pohmann/csi-cc
08d103f09a647874a99349339721e1a33135468e
[ "Apache-2.0" ]
2
2018-05-02T06:12:34.000Z
2019-07-02T03:25:57.000Z
instrumentor/OptimizationOption.h
pohmann/csi-cc
08d103f09a647874a99349339721e1a33135468e
[ "Apache-2.0" ]
null
null
null
instrumentor/OptimizationOption.h
pohmann/csi-cc
08d103f09a647874a99349339721e1a33135468e
[ "Apache-2.0" ]
1
2021-12-20T06:59:36.000Z
2021-12-20T06:59:36.000Z
//===----------------------- OptimizationOption.h -------------------------===// // // A wrapper class for coverage optimization options. // //===----------------------------------------------------------------------===// // // Copyright (c) 2016 Peter J. Ohmann and Benjamin R. Liblit // // Licensed under the Apache Li...
24.424242
80
0.58995
6857ab4e23d3b4665d70f99a5ebeb7eb3c6e221f
952
lua
Lua
lua_controllers/table_controller.lua
EMerckx/argos3-experiments
f82e066df5ff1dde155f0b8f07a113ca64ed9425
[ "MIT" ]
1
2020-08-31T12:52:01.000Z
2020-08-31T12:52:01.000Z
lua_controllers/table_controller.lua
EMerckx/argos3-experiments
f82e066df5ff1dde155f0b8f07a113ca64ed9425
[ "MIT" ]
null
null
null
lua_controllers/table_controller.lua
EMerckx/argos3-experiments
f82e066df5ff1dde155f0b8f07a113ca64ed9425
[ "MIT" ]
null
null
null
----------------------------------------------------- -- @author Ewout Merckx - <ewoutmerckx.pro@gmail.com> ----------------------------------------------------- -- global variables -- initialization function init() -- init the index index = 0 -- set the speed of the robot to zero robot.wheels.set_v...
19.833333
69
0.495798
1a347fd5d0a4b99a3e917f3268124ba880bc6c56
2,543
rs
Rust
src/materialiconsround/places/icon_dry.rs
andoriyu/material-design-icons-rs
a258e7ff9380fca49cb65ab0ea10d8fb8c8c79b3
[ "Apache-2.0" ]
null
null
null
src/materialiconsround/places/icon_dry.rs
andoriyu/material-design-icons-rs
a258e7ff9380fca49cb65ab0ea10d8fb8c8c79b3
[ "Apache-2.0" ]
null
null
null
src/materialiconsround/places/icon_dry.rs
andoriyu/material-design-icons-rs
a258e7ff9380fca49cb65ab0ea10d8fb8c8c79b3
[ "Apache-2.0" ]
null
null
null
pub struct IconDry { props: crate::Props, } impl yew::Component for IconDry { type Properties = crate::Props; type Message = (); fn create(props: Self::Properties, _: yew::prelude::ComponentLink<Self>) -> Self { Self { props } } fn update(&mut self, _: Self::Message) -> yew::prelude::...
55.282609
1,362
0.59536
dd203e0ac432446b1d132eb33f1516fdb65f9b26
372
go
Go
lib/version.go
philpearl/assets
64063c59f5d7fa362d66ea196fffec703deb88a5
[ "MIT" ]
1
2018-11-26T09:18:20.000Z
2018-11-26T09:18:20.000Z
lib/version.go
philpearl/assets
64063c59f5d7fa362d66ea196fffec703deb88a5
[ "MIT" ]
null
null
null
lib/version.go
philpearl/assets
64063c59f5d7fa362d66ea196fffec703deb88a5
[ "MIT" ]
null
null
null
package lib import ( "crypto/md5" "fmt" "regexp" ) // Matches versioned filenames without an extension var versionedFileBase = regexp.MustCompile(`-[0-9a-f]{32}$`) func VersionNumberForFile(data []byte) string { chksum := md5.Sum(data) return fmt.Sprintf("%x", chksum) } func versionedName(base, ext, version st...
18.6
60
0.698925
0bd772221f0a4fcb194ded063b29584686f300ca
1,943
js
JavaScript
src/lib/ioredis-cluster/get-cluster-nodes.js
sorvis/redis-ui-server
16a48cb7e5466f6a24b9cf468cc447f849d5e969
[ "MIT" ]
8
2018-11-07T22:14:30.000Z
2022-02-26T19:22:26.000Z
src/lib/ioredis-cluster/get-cluster-nodes.js
sorvis/redis-ui-server
16a48cb7e5466f6a24b9cf468cc447f849d5e969
[ "MIT" ]
10
2019-06-26T03:58:56.000Z
2021-07-11T05:17:01.000Z
src/lib/ioredis-cluster/get-cluster-nodes.js
sorvis/redis-ui-server
16a48cb7e5466f6a24b9cf468cc447f849d5e969
[ "MIT" ]
7
2019-06-19T07:33:23.000Z
2021-09-10T11:45:30.000Z
const Redis = require('ioredis') module.exports = async function getClusterNodes(servers, options = {}) { if (!Array.isArray(servers)) { servers = [servers] } const errors = [] let nodes for (const server of servers) { try { const redis = new Redis({...server, retryS...
27.366197
76
0.373134
1236912396e4bfe017670e108e7bd6c734de6179
1,257
h
C
src/devices/bus/coco/dragon_sprites.h
Robbbert/messui
49b756e2140d8831bc81335298ee8c5471045e79
[ "BSD-3-Clause" ]
26
2015-03-31T06:25:51.000Z
2021-12-14T09:29:04.000Z
src/devices/bus/coco/dragon_sprites.h
Robbbert/messui
49b756e2140d8831bc81335298ee8c5471045e79
[ "BSD-3-Clause" ]
null
null
null
src/devices/bus/coco/dragon_sprites.h
Robbbert/messui
49b756e2140d8831bc81335298ee8c5471045e79
[ "BSD-3-Clause" ]
10
2015-03-27T05:45:51.000Z
2022-02-04T06:57:36.000Z
// license:BSD-3-Clause // copyright-holders:Nigel Barnes #ifndef MAME_BUS_COCO_DRAGON_SPRITES_H #define MAME_BUS_COCO_DRAGON_SPRITES_H #pragma once #include "cococart.h" #include "video/tms9928a.h" //************************************************************************** // TYPE DEFINITIONS //*****************...
25.653061
99
0.694511
d126662eb2bc5a54fec4f91fb3246ad34de7bcea
3,459
rs
Rust
examples/CVE-2020-17087/cng/src/main.rs
cokesme/rewind
ff93325626a15d83bd1a3e5de22daf5e07a26663
[ "Apache-2.0" ]
198
2021-07-13T20:47:20.000Z
2022-03-25T05:39:55.000Z
examples/CVE-2020-17087/cng/src/main.rs
cokesme/rewind
ff93325626a15d83bd1a3e5de22daf5e07a26663
[ "Apache-2.0" ]
7
2021-07-19T13:28:40.000Z
2021-11-22T10:15:31.000Z
examples/CVE-2020-17087/cng/src/main.rs
cokesme/rewind
ff93325626a15d83bd1a3e5de22daf5e07a26663
[ "Apache-2.0" ]
19
2021-07-18T14:57:56.000Z
2022-03-29T03:40:53.000Z
use std::io::{self, Read}; use std::ffi::CString; use std::ptr::null_mut; use winapi::um::fileapi::{CreateFileA, OPEN_EXISTING}; use winapi::um::winnt::{GENERIC_READ, GENERIC_WRITE, HANDLE}; use winapi::um::ioapiset::DeviceIoControl; use winapi::um::handleapi::{CloseHandle, INVALID_HANDLE_VALUE}; // use winapi::um::...
23.530612
120
0.539751
0409b1075a83925f6e196d8cdc42af2b2cc650cb
639
js
JavaScript
src/preact/spec/utils/math-spec.js
saravanak/oldweaver
20c06f06b1bfdb315c09321ae35af0bac41102c7
[ "MIT" ]
null
null
null
src/preact/spec/utils/math-spec.js
saravanak/oldweaver
20c06f06b1bfdb315c09321ae35af0bac41102c7
[ "MIT" ]
null
null
null
src/preact/spec/utils/math-spec.js
saravanak/oldweaver
20c06f06b1bfdb315c09321ae35af0bac41102c7
[ "MIT" ]
null
null
null
import {toDigits, carryoverAndProduct } from '../../utils/math' describe("Math", () => { it("toDigits", () => { expect(toDigits(1000)).toEqual([1, 0, 0, 0]); expect(toDigits(1001)).toEqual([1, 0, 0, 1]); expect(toDigits(0)).toEqual([0]); expect(toDigits(1234078)).toEqual([1, 2, 3, 4, 0, 7, 8]); });...
26.625
63
0.553991
c8e89588b054bfd30785f383f00d8057635c7e94
932
rs
Rust
src/factors/test.rs
jkcclemens/project_euler
1584f9ccc490e379ccaf3a67e566d1ac0d184410
[ "MIT" ]
null
null
null
src/factors/test.rs
jkcclemens/project_euler
1584f9ccc490e379ccaf3a67e566d1ac0d184410
[ "MIT" ]
null
null
null
src/factors/test.rs
jkcclemens/project_euler
1584f9ccc490e379ccaf3a67e566d1ac0d184410
[ "MIT" ]
null
null
null
extern crate test; use factors::{factors, PrimeFactors}; #[test] fn factors_128() { assert_eq!(vec![1, 2, 4, 8, 16, 32, 64, 128], factors(128)); } #[test] fn prime_factors_128() { assert_eq!(vec![2; 7], PrimeFactors::new(128).collect::<Vec<_>>()); } #[test] fn factors_735_871_248_910() { let expected = vec![1...
37.28
426
0.708155
75a60723045054a65033671462d2308ada6a0bf8
12,045
h
C
Project/Temp/StagingArea/Data/il2cppOutput/System_System_Uri19570940MethodDeclarations.h
Yuunagi-Yu/NumberDisk
f1cf414dbfe8d0094d3ef11b37839f6caf58ae9f
[ "MIT" ]
null
null
null
Project/Temp/StagingArea/Data/il2cppOutput/System_System_Uri19570940MethodDeclarations.h
Yuunagi-Yu/NumberDisk
f1cf414dbfe8d0094d3ef11b37839f6caf58ae9f
[ "MIT" ]
null
null
null
Project/Temp/StagingArea/Data/il2cppOutput/System_System_Uri19570940MethodDeclarations.h
Yuunagi-Yu/NumberDisk
f1cf414dbfe8d0094d3ef11b37839f6caf58ae9f
[ "MIT" ]
null
null
null
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.Uri struct Uri_t19570940; // System.String struct String_t; // System.Runtime.Serialization.SerializationInfo struct SerializationIn...
86.035714
243
0.811872
bd05ee50605573f5b44d7c3173638366e41c4c97
5,887
rs
Rust
src/bin/day19.rs
pierd/advent-of-code-2018
c2bef61e2809d5ce1e8ffa1246a9723e2b967861
[ "MIT" ]
null
null
null
src/bin/day19.rs
pierd/advent-of-code-2018
c2bef61e2809d5ce1e8ffa1246a9723e2b967861
[ "MIT" ]
null
null
null
src/bin/day19.rs
pierd/advent-of-code-2018
c2bef61e2809d5ce1e8ffa1246a9723e2b967861
[ "MIT" ]
null
null
null
use std::str::FromStr; #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] enum Arg { Register, Immediate, } impl Arg { fn from_char(c: char) -> Option<Self> { match c { 'r' => Some(Self::Register), 'i' => Some(Self::Immediate), _ => None, ...
29.732323
93
0.449465
7022388b27e3db0be59bf168fea35da55ba64f9b
1,949
go
Go
pkg/workloads/runtimes_test.go
liliangc/cilium
4cc722e8a1fe8a26ca83e0da59aa1292c0a1981b
[ "Apache-2.0" ]
1
2019-10-16T04:01:13.000Z
2019-10-16T04:01:13.000Z
pkg/workloads/runtimes_test.go
jukylin/cilium
cc7a4cb6881639caeae4b34512741e82e2b4c041
[ "Apache-2.0" ]
null
null
null
pkg/workloads/runtimes_test.go
jukylin/cilium
cc7a4cb6881639caeae4b34512741e82e2b4c041
[ "Apache-2.0" ]
1
2020-09-02T04:07:20.000Z
2020-09-02T04:07:20.000Z
// Copyright 2018 Authors of Cilium // // 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 ...
30.936508
98
0.738327
3d7b0241d505d96cbe5abf6beda59f4f3b4a116f
68
rs
Rust
src/data_structure/mod.rs
qryxip/ralgo
b89ae089535d9ecdbed104e199bf3d5ad96b0a72
[ "MIT" ]
null
null
null
src/data_structure/mod.rs
qryxip/ralgo
b89ae089535d9ecdbed104e199bf3d5ad96b0a72
[ "MIT" ]
null
null
null
src/data_structure/mod.rs
qryxip/ralgo
b89ae089535d9ecdbed104e199bf3d5ad96b0a72
[ "MIT" ]
null
null
null
pub mod hash_lsm_tree; pub mod hash_radix_tree; pub mod union_find;
17
24
0.823529
95d783dd55142afe7ec178f0db9a5387ae854e1a
568
css
CSS
src/app/contact/contact.component.css
Andreas-Schaefer/angular-shop
d615226c5645c716262aa733a244a916f31e6a3f
[ "MIT" ]
null
null
null
src/app/contact/contact.component.css
Andreas-Schaefer/angular-shop
d615226c5645c716262aa733a244a916f31e6a3f
[ "MIT" ]
7
2021-03-09T20:51:36.000Z
2022-03-02T06:00:26.000Z
src/app/contact/contact.component.css
Andreas-Schaefer/shop
372ad4b7bc288b5b15cf750122aca6fac5084d40
[ "MIT" ]
null
null
null
.form-line { padding-top: 8px; padding-bottom: 8px; flex-wrap: wrap; } .form-label { width: 200px; padding-bottom: 4px; } .form-field-container { width: 95%; min-width: 250px; max-width: 500px; } .form-field { width: 100%; } .form-field.ng-invalid.ng-touched { border: 1px solid #F0523E; } .form...
12.909091
35
0.621479
d937faf7fa4782a6a3d8b063a0bedb382818367e
4,339
rs
Rust
mpi-derive/src/lib.rs
skailasa/rsmpi
70591e68b6c731c2d7ec09b6d02013de00c75446
[ "Apache-2.0", "MIT" ]
152
2015-07-22T21:57:59.000Z
2020-02-06T17:25:05.000Z
mpi-derive/src/lib.rs
skailasa/rsmpi
70591e68b6c731c2d7ec09b6d02013de00c75446
[ "Apache-2.0", "MIT" ]
64
2015-09-20T15:40:10.000Z
2020-01-19T05:44:53.000Z
mpi-derive/src/lib.rs
skailasa/rsmpi
70591e68b6c731c2d7ec09b6d02013de00c75446
[ "Apache-2.0", "MIT" ]
23
2015-10-07T20:51:43.000Z
2019-12-22T18:02:58.000Z
#![recursion_limit = "256"] type TokenStream1 = proc_macro::TokenStream; type TokenStream2 = proc_macro2::TokenStream; use quote::quote; use syn::{Fields, Type}; #[proc_macro_derive(Equivalence)] pub fn create_user_datatype(input: TokenStream1) -> TokenStream1 { let ast: syn::DeriveInput = syn::parse(input).expe...
38.39823
122
0.592533
9226dbb6b9a72018589be2864d81a3063ff56076
13,535
sql
SQL
annonces.sql
mrgenky/DUT--Site-annonces-immobilieres-PHP
91d2220853ee0fd60c59b54c99910d413814824f
[ "MIT" ]
null
null
null
annonces.sql
mrgenky/DUT--Site-annonces-immobilieres-PHP
91d2220853ee0fd60c59b54c99910d413814824f
[ "MIT" ]
null
null
null
annonces.sql
mrgenky/DUT--Site-annonces-immobilieres-PHP
91d2220853ee0fd60c59b54c99910d413814824f
[ "MIT" ]
2
2021-02-21T15:54:29.000Z
2021-02-21T16:01:42.000Z
-- phpMyAdmin SQL Dump -- version 5.0.4 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Dec 23, 2020 at 03:43 PM -- Server version: 10.4.16-MariaDB -- PHP Version: 7.4.12 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIE...
41.646154
245
0.650462
62c06f352514156cec330fe4c1724115a2953cab
407
rs
Rust
tests/ui/match_as_ref.rs
g-bartoszek/rust-clippy
cefddf784373392768b84ebec7be4c697d0b029a
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
1,686
2015-01-01T16:40:44.000Z
2022-03-26T18:02:36.000Z
tests/ui/match_as_ref.rs
g-bartoszek/rust-clippy
cefddf784373392768b84ebec7be4c697d0b029a
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
1,688
2015-01-01T08:47:17.000Z
2019-06-02T20:56:05.000Z
tests/ui/match_as_ref.rs
g-bartoszek/rust-clippy
cefddf784373392768b84ebec7be4c697d0b029a
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
250
2015-02-18T01:03:17.000Z
2020-02-19T22:23:52.000Z
// run-rustfix #![allow(unused)] #![warn(clippy::match_as_ref)] fn match_as_ref() { let owned: Option<()> = None; let borrowed: Option<&()> = match owned { None => None, Some(ref v) => Some(v), }; let mut mut_owned: Option<()> = None; let borrow_mut: Option<&mut ()> = match mut_ow...
19.380952
55
0.525799
cba8aa1f2023ccab6db26eed04efb0a4f1770e61
2,794
go
Go
core/handler/device/store.go
Wcctnoam/dockerttn
20ac410081e533cbbfe606b983cd303bfaed2bee
[ "MIT" ]
1
2017-09-15T23:28:48.000Z
2017-09-15T23:28:48.000Z
core/handler/device/store.go
SH-Paek/ttn
3ec0bdc33316e6d383f699c884b1149326a608e7
[ "MIT" ]
null
null
null
core/handler/device/store.go
SH-Paek/ttn
3ec0bdc33316e6d383f699c884b1149326a608e7
[ "MIT" ]
null
null
null
// Copyright © 2017 The Things Network // Use of this source code is governed by the MIT license that can be found in the LICENSE file. package device import ( "fmt" "time" "github.com/TheThingsNetwork/ttn/core/storage" "github.com/TheThingsNetwork/ttn/utils/errors" "gopkg.in/redis.v5" ) // Store interface for...
24.946429
96
0.682892
f08d5fe0a3761d545d2f4c637b8ea051f71bf530
1,506
js
JavaScript
lib/custom-commands/waitForClientConnected.js
atobatele/Nightwatch
b3e18debd6ed50d0a5410bec528508b5093a6662
[ "MIT" ]
12
2015-01-12T14:29:52.000Z
2020-12-25T16:12:00.000Z
lib/custom-commands/waitForClientConnected.js
atobatele/Nightwatch
b3e18debd6ed50d0a5410bec528508b5093a6662
[ "MIT" ]
3
2015-01-27T00:20:43.000Z
2018-07-31T02:10:45.000Z
lib/custom-commands/waitForClientConnected.js
atobatele/Nightwatch
b3e18debd6ed50d0a5410bec528508b5093a6662
[ "MIT" ]
11
2015-01-27T00:20:52.000Z
2021-01-26T13:39:31.000Z
var util = require('util'); var events = require('events'); function WaitFor() { events.EventEmitter.call(this); this.startTime = null; } util.inherits(WaitFor, events.EventEmitter); WaitFor.prototype.command = function (element, ms, msg) { this.startTime = new Date().getTime(); var self = this; var messag...
25.1
100
0.62417
4d88d811c1670c750876b3b955609801e71f8997
3,112
html
HTML
_includes/head.html
saurabharch/progressive-hyde
68a42bfcec6cf3d21f724664fb51fa9f0d88c76a
[ "MIT" ]
5
2018-01-28T20:13:10.000Z
2020-07-20T13:48:54.000Z
_includes/head.html
saurabharch/progressive-hyde
68a42bfcec6cf3d21f724664fb51fa9f0d88c76a
[ "MIT" ]
null
null
null
_includes/head.html
saurabharch/progressive-hyde
68a42bfcec6cf3d21f724664fb51fa9f0d88c76a
[ "MIT" ]
2
2019-03-02T17:30:03.000Z
2019-06-21T06:17:08.000Z
<head> <link href="http://gmpg.org/xfn/11" rel="profile"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="A brazen, progressive, two-...
54.596491
112
0.684769
0ba17e31d084e4b9249ccb1a58a413d758400527
964
py
Python
csuibot/utils/kbbi.py
chadmadna/CSUIBot
a6f54639c256a3c86a9aa7c3fc094e69ce96a1b8
[ "Apache-2.0" ]
null
null
null
csuibot/utils/kbbi.py
chadmadna/CSUIBot
a6f54639c256a3c86a9aa7c3fc094e69ce96a1b8
[ "Apache-2.0" ]
null
null
null
csuibot/utils/kbbi.py
chadmadna/CSUIBot
a6f54639c256a3c86a9aa7c3fc094e69ce96a1b8
[ "Apache-2.0" ]
null
null
null
import requests import json class WordDefinition: def __init__(self, word): self.word = word self.definisi = None self.json_data = None def url_data(self): api_url = 'http://kateglo.com/api.php' r = requests.get(api_url, params={ 'format': 'json', 'phrase'...
28.352941
89
0.580913
82996f2959401b1196907e4ba2cf65f65d2de5d5
7,624
sql
SQL
mbd/Miniatura/miniaturas_create_table_200921_01.sql
Viniciusalopes/ads20192-modulo3
84ac340e0d0c6a3e4f2126935a6d58b4c4e93fa4
[ "MIT" ]
null
null
null
mbd/Miniatura/miniaturas_create_table_200921_01.sql
Viniciusalopes/ads20192-modulo3
84ac340e0d0c6a3e4f2126935a6d58b4c4e93fa4
[ "MIT" ]
null
null
null
mbd/Miniatura/miniaturas_create_table_200921_01.sql
Viniciusalopes/ads20192-modulo3
84ac340e0d0c6a3e4f2126935a6d58b4c4e93fa4
[ "MIT" ]
1
2020-11-18T20:21:57.000Z
2020-11-18T20:21:57.000Z
-- ATIVIDADE MINIATURA -- -- ALUNOS: Lucas Araujo -- Marcos Job Dias Lima -- Marcos Paulo Paixao -- Vinicius Araujo Lopes -- -- Um grupo de colecionadores de miniaturas de veículos (carros, motos, aviões, etc) desejam cadastrar suas coleções. -- -- Cada mini terá um modelo, edição, ano, fabrica...
40.553191
137
0.771773
b3df170fdde8526c2ce66f640c583adcae3b7adb
645
rb
Ruby
api/db/seeds.rb
kurochan/ictsc-score-server
cd37d7e2ddbc38c02225a4b8b9a809a3fc62b5e8
[ "MIT" ]
19
2017-06-15T20:20:59.000Z
2021-06-08T13:31:37.000Z
api/db/seeds.rb
kurochan/ictsc-score-server
cd37d7e2ddbc38c02225a4b8b9a809a3fc62b5e8
[ "MIT" ]
340
2017-06-15T14:31:11.000Z
2021-09-22T16:17:16.000Z
api/db/seeds.rb
kurochan/ictsc-score-server
cd37d7e2ddbc38c02225a4b8b9a809a3fc62b5e8
[ "MIT" ]
11
2017-12-21T14:40:54.000Z
2020-11-09T16:35:08.000Z
# frozen_string_literal: true Team.create!(role: 'staff', name: Team.special_team_name_staff, beginner: false, organization: '運営', color: '#FFFFFF', number: 999, secret_text: '', password: ENV.fetch('API_STAFF_PASSWORD')) Team.create!(role: 'player', name: Team.special_team_name_team99, beginner: false, organization: ...
46.071429
192
0.728682
b120305fce0184cb8a591ab1ce6043e11f6df1a1
159
css
CSS
src/social_media/frontend/static/css/login.css
reesporte/social-media
3b3a2147ffef6c05c19ff8849bbbd0337ddede21
[ "MIT" ]
1
2021-08-31T02:42:53.000Z
2021-08-31T02:42:53.000Z
src/social_media/frontend/static/css/login.css
reesporte/social-media
3b3a2147ffef6c05c19ff8849bbbd0337ddede21
[ "MIT" ]
null
null
null
src/social_media/frontend/static/css/login.css
reesporte/social-media
3b3a2147ffef6c05c19ff8849bbbd0337ddede21
[ "MIT" ]
null
null
null
.login-button { margin-top: 1em; display: block; } .shakira-hot-pics { vertical-align: middle; } .shakira-hot-pics:hover { cursor: pointer; }
13.25
27
0.628931
cf36d36da974997325b59a1981406b4bfcf2c33b
56
css
CSS
src/components/FormItems/TransactionSplit.css
barretobrock/grackle
eb67d416467b17587a4c4eba602bed8f1f5c6bae
[ "MIT" ]
null
null
null
src/components/FormItems/TransactionSplit.css
barretobrock/grackle
eb67d416467b17587a4c4eba602bed8f1f5c6bae
[ "MIT" ]
null
null
null
src/components/FormItems/TransactionSplit.css
barretobrock/grackle
eb67d416467b17587a4c4eba602bed8f1f5c6bae
[ "MIT" ]
null
null
null
button.delete-split { margin-top: auto !important; }
18.666667
32
0.696429
4a5a774f8fae5b42d12508b7521adf60ac8c83d4
2,088
js
JavaScript
back-end/models/dropships.js
Henwinn/cella-house-dashboard
ece9aa67f296293f6b955b7ba215582455f7f386
[ "MIT" ]
null
null
null
back-end/models/dropships.js
Henwinn/cella-house-dashboard
ece9aa67f296293f6b955b7ba215582455f7f386
[ "MIT" ]
null
null
null
back-end/models/dropships.js
Henwinn/cella-house-dashboard
ece9aa67f296293f6b955b7ba215582455f7f386
[ "MIT" ]
null
null
null
'use strict'; const { Model } = require('sequelize'); module.exports = (sequelize, DataTypes) => { class dropships extends Model { /** * Helper method for defining associations. * This method is not a part of Sequelize lifecycle. * The `models/index` file will call this method automatically. ...
26.43038
84
0.603927
4765768c16de7e227edec39509a6d3516099b180
232,534
html
HTML
mutation_results/closure-compiler/com.google.javascript.jscomp.CheckConformanceTest/202004170836/com.google.javascript.jscomp/CheckConformance.java.html
pwr-pbrwio/PBR20M2
98904cb265baa7ce6a00455ea6edb8366a51c61b
[ "Apache-2.0" ]
null
null
null
mutation_results/closure-compiler/com.google.javascript.jscomp.CheckConformanceTest/202004170836/com.google.javascript.jscomp/CheckConformance.java.html
pwr-pbrwio/PBR20M2
98904cb265baa7ce6a00455ea6edb8366a51c61b
[ "Apache-2.0" ]
null
null
null
mutation_results/closure-compiler/com.google.javascript.jscomp.CheckConformanceTest/202004170836/com.google.javascript.jscomp/CheckConformance.java.html
pwr-pbrwio/PBR20M2
98904cb265baa7ce6a00455ea6edb8366a51c61b
[ "Apache-2.0" ]
1
2022-03-14T13:05:10.000Z
2022-03-14T13:05:10.000Z
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="../style.css"> </head> <body> <h1>CheckConformance.java</h1> <table class="src"> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@2d6a0766_1'/> 1 </td> <td class=''> <span class='pop'> <a href='#grouporg.pit...
46.06458
15,732
0.73446
42af94b33ae6786cc107a3a75a396e78dff0c929
25,306
sql
SQL
unkos.sql
AnonGhost09/UnKos_Tugas_Akhir
0164df708bb718c1c9e826acb05326d705e9571e
[ "MIT" ]
null
null
null
unkos.sql
AnonGhost09/UnKos_Tugas_Akhir
0164df708bb718c1c9e826acb05326d705e9571e
[ "MIT" ]
null
null
null
unkos.sql
AnonGhost09/UnKos_Tugas_Akhir
0164df708bb718c1c9e826acb05326d705e9571e
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 5.0.2 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Jul 21, 2021 at 07:02 PM -- 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...
38.992296
327
0.680787
cb386366215413e37cf95e183db0d49ba61c3dc8
976
go
Go
kvs/options/options_test.go
shniu/gostuff
7f88cf182d13db18af44a0e36ba2b52205187739
[ "Apache-2.0" ]
null
null
null
kvs/options/options_test.go
shniu/gostuff
7f88cf182d13db18af44a0e36ba2b52205187739
[ "Apache-2.0" ]
1
2022-03-07T04:08:12.000Z
2022-03-07T04:08:14.000Z
projects/kvs/options/options_test.go
shniu/cache
f7ec36d22d9713ece63cd0b55913c488b5a44524
[ "Apache-2.0" ]
null
null
null
package options import ( "github.com/stretchr/testify/assert" "path" "strings" "testing" ) func TestKvsOptions_GetDataFilePath(t *testing.T) { filePath := Options.GetDataFilePath(1) t.Log(filePath) assert.True(t, strings.LastIndex(filePath, Options.DataFileSuffix) > 0) } func TestKvsOptions_GetFpFunc(t *testi...
25.684211
91
0.695697
739c56963cc1ffc57ffbcf0fb595b1e92074fb46
746
sql
SQL
order_entry_human_resources/views/oehr_emp_details_view.sql
ogobrecht/sample-data-sets-for-oracle
3f6a429a1200ff8320b7d90857ed9ed652d9456c
[ "MIT", "BSD-3-Clause" ]
3
2020-04-11T00:22:34.000Z
2022-01-20T17:59:45.000Z
order_entry_human_resources/views/oehr_emp_details_view.sql
ogobrecht/sample-data-sets-for-oracle
3f6a429a1200ff8320b7d90857ed9ed652d9456c
[ "MIT", "BSD-3-Clause" ]
null
null
null
order_entry_human_resources/views/oehr_emp_details_view.sql
ogobrecht/sample-data-sets-for-oracle
3f6a429a1200ff8320b7d90857ed9ed652d9456c
[ "MIT", "BSD-3-Clause" ]
1
2022-03-09T15:43:36.000Z
2022-03-09T15:43:36.000Z
prompt - view oehr_emp_details_view create or replace view oehr_emp_details_view as select e.employee_id, e.job_id, e.manager_id, e.department_id, d.location_id, l.country_id, e.first_name, e.last_name, e.salary, e.commission_pct, d.department_name, j.job_title, l....
25.724138
64
0.668901
7760c7901d030832733d1081e57b8a543a389a2d
1,889
rs
Rust
dxr/src/client/call.rs
ironthree/koji-rs
b4f72b99a8b25ffa2f05a9b7152b3288393f01fd
[ "Apache-2.0", "MIT" ]
null
null
null
dxr/src/client/call.rs
ironthree/koji-rs
b4f72b99a8b25ffa2f05a9b7152b3288393f01fd
[ "Apache-2.0", "MIT" ]
null
null
null
dxr/src/client/call.rs
ironthree/koji-rs
b4f72b99a8b25ffa2f05a9b7152b3288393f01fd
[ "Apache-2.0", "MIT" ]
null
null
null
use std::marker::PhantomData; use crate::values::MethodCall; use crate::{DxrError, FromDXR, ToParams, Value}; /// # XML-RPC method call /// /// This type describes the data associated with an XML-RPC method call on the client side. This /// includes the method name, method parameters, and expected return type. #[deri...
30.967213
98
0.608258
b53a90f7211eb97269aee7a39d15e41a5c2cc47c
964
rs
Rust
src/selection_sorts/heapsort.rs
twirrim/rust-sort
056226632b1a713212b90eeb8a251fa412b4b360
[ "MIT" ]
null
null
null
src/selection_sorts/heapsort.rs
twirrim/rust-sort
056226632b1a713212b90eeb8a251fa412b4b360
[ "MIT" ]
null
null
null
src/selection_sorts/heapsort.rs
twirrim/rust-sort
056226632b1a713212b90eeb8a251fa412b4b360
[ "MIT" ]
null
null
null
#[cfg(test)] mod tests { use crate::heapsort; #[test] fn sort() { let mut data = vec![5, 4, 3, 2, 1]; heapsort(&mut data); assert_eq!(data, [1, 2, 3, 4, 5]); } } fn _heapify<T: PartialOrd>(v: &mut [T], mut i: usize) { let l = v.len(); loop { let mut parent_idx =...
22.418605
70
0.477178
49b015b27f00440d894ef922402c936075794e64
41,131
sql
SQL
tests/vendor/umpirsky/language-list/data/sl_SI/language.postgresql.sql
ariSatriooo/DKC-Indramayu
726f0f52219c310bb48e76ef7f936388f5dd7d60
[ "MIT" ]
456
2016-01-10T19:23:58.000Z
2022-03-21T02:39:41.000Z
tests/vendor/umpirsky/language-list/data/sl_SI/language.postgresql.sql
ariSatriooo/DKC-Indramayu
726f0f52219c310bb48e76ef7f936388f5dd7d60
[ "MIT" ]
18
2016-02-08T13:16:15.000Z
2021-08-16T08:49:42.000Z
tests/vendor/umpirsky/language-list/data/sl_SI/language.postgresql.sql
ariSatriooo/DKC-Indramayu
726f0f52219c310bb48e76ef7f936388f5dd7d60
[ "MIT" ]
229
2016-01-14T08:05:55.000Z
2022-03-31T07:18:18.000Z
CREATE TABLE list (id VARCHAR(64) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id)); INSERT INTO "list" ("id", "value") VALUES (E'ab', E'abhaščina'); INSERT INTO "list" ("id", "value") VALUES (E'ace', E'ačejščina'); INSERT INTO "list" ("id", "value") VALUES (E'ach', E'ačolijščina'); INSERT INTO "list" ("id", "val...
67.207516
89
0.625562
5b31d8379b0b13a784b6970b696518aa097f761b
10,818
c
C
pfte-2019 v100/src/options.c
Eel11/pfte_2019_v100
ed91613a3b091531d328514ce57c2e42956fcb20
[ "Unlicense" ]
null
null
null
pfte-2019 v100/src/options.c
Eel11/pfte_2019_v100
ed91613a3b091531d328514ce57c2e42956fcb20
[ "Unlicense" ]
null
null
null
pfte-2019 v100/src/options.c
Eel11/pfte_2019_v100
ed91613a3b091531d328514ce57c2e42956fcb20
[ "Unlicense" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* options.c :+: :+: :+: ...
31.447674
92
0.536051
bf1fbe7de3fdec44a8c23ff75906affc26983b5c
1,640
kt
Kotlin
muirwik/muirwik-testapp/src/main/kotlin/com/ccfraser/muirwik/testapp/TestLocalization.kt
egorsni/Binvest
fa1bfeeecd5469e4b60ca5cb82826853c31d7864
[ "MIT" ]
null
null
null
muirwik/muirwik-testapp/src/main/kotlin/com/ccfraser/muirwik/testapp/TestLocalization.kt
egorsni/Binvest
fa1bfeeecd5469e4b60ca5cb82826853c31d7864
[ "MIT" ]
null
null
null
muirwik/muirwik-testapp/src/main/kotlin/com/ccfraser/muirwik/testapp/TestLocalization.kt
egorsni/Binvest
fa1bfeeecd5469e4b60ca5cb82826853c31d7864
[ "MIT" ]
null
null
null
package com.ccfraser.muirwik.testapp import com.ccfraser.muirwik.components.Locales import com.ccfraser.muirwik.components.form.MFormControlVariant import com.ccfraser.muirwik.components.mTextFieldSelect import com.ccfraser.muirwik.components.mThemeProvider import com.ccfraser.muirwik.components.menu.mMenuItem import ...
32.156863
159
0.635366
e056436056c00de2688e134601346faa1eec29ca
5,523
lua
Lua
lib/test_rangeset.lua
baishancloud/lua-acid
0c065bd903077ed96e4318fa8ccb087226ac12dc
[ "MIT" ]
10
2017-03-02T05:54:11.000Z
2018-02-27T07:06:27.000Z
lib/test_rangeset.lua
baishancloud/lua-acid
0c065bd903077ed96e4318fa8ccb087226ac12dc
[ "MIT" ]
37
2017-04-11T06:33:49.000Z
2018-04-03T03:56:11.000Z
lib/test_rangeset.lua
baishancloud/lua-acid
0c065bd903077ed96e4318fa8ccb087226ac12dc
[ "MIT" ]
4
2017-08-28T08:36:06.000Z
2018-03-22T03:00:43.000Z
local rangeset = require("acid.rangeset") function test.new_rangedict(t) local cases = { {{{3, 4, "foo"}, {1, 2, "bar"}}, "ValueError", "range must be smaller than next one"}, {{{1, nil, "foo"}, {10, 20, "bar"}}, "ValueError", "range must be smaller than next one"}, {{{1, 2, "foo"}, {2, 3,...
45.644628
102
0.364657
df333a52b0727226fe0af458b566972e609a0570
333
rb
Ruby
app/controllers/api/sessions_controller.rb
blinded93/sacredearthsilver
10634c5f9bce553d47ab950b6bcd7b9e3bc70252
[ "MIT" ]
null
null
null
app/controllers/api/sessions_controller.rb
blinded93/sacredearthsilver
10634c5f9bce553d47ab950b6bcd7b9e3bc70252
[ "MIT" ]
null
null
null
app/controllers/api/sessions_controller.rb
blinded93/sacredearthsilver
10634c5f9bce553d47ab950b6bcd7b9e3bc70252
[ "MIT" ]
null
null
null
class Api::SessionsController < ApplicationController def create user = User.where(email:params[:email]).first if user&.valid_password?(params[:password]) render json: user.as_json(only: [:email, :authentication_token]), status: :created else head(:unauthorized) end end def destroy ...
22.2
88
0.687688
f01c859460005bfe098fada794fb1234a986d7a2
2,676
js
JavaScript
public/static/js/main.js
masgendut/realtime-heart-rate
1688358ae3eebe31965e3a2450355387024f5f65
[ "Apache-2.0" ]
3
2019-04-05T07:16:43.000Z
2019-04-18T13:50:09.000Z
public/static/js/main.js
danang-id/realtime-heart-rate
1688358ae3eebe31965e3a2450355387024f5f65
[ "Apache-2.0" ]
2
2019-08-08T14:22:00.000Z
2021-06-01T19:54:21.000Z
public/static/js/main.js
danang-id/realtime-heart-rate
1688358ae3eebe31965e3a2450355387024f5f65
[ "Apache-2.0" ]
2
2019-04-22T11:32:39.000Z
2019-07-02T16:36:59.000Z
/** * Copyright 2019, Mokhamad Mustaqim & Danang Galuh Tegar Prasetyo. * 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 requi...
29.406593
237
0.683109
18b033c2844b16920f7a0e6cd308a8172fe20c37
1,425
kt
Kotlin
remote/src/test/kotlin/com/androchef/remote/mappers/movies/MovieModelEntityMapperTest.kt
Abdul-Quadri-Ismail/Android-Clean-Architecture
068912c99ad2cb890be37049f0f208457dbab63c
[ "MIT" ]
227
2020-04-26T09:12:44.000Z
2022-03-28T03:27:43.000Z
remote/src/test/kotlin/com/androchef/remote/mappers/movies/MovieModelEntityMapperTest.kt
Abdul-Quadri-Ismail/Android-Clean-Architecture
068912c99ad2cb890be37049f0f208457dbab63c
[ "MIT" ]
1
2021-01-09T13:39:38.000Z
2021-01-09T19:36:09.000Z
remote/src/test/kotlin/com/androchef/remote/mappers/movies/MovieModelEntityMapperTest.kt
Abdul-Quadri-Ismail/Android-Clean-Architecture
068912c99ad2cb890be37049f0f208457dbab63c
[ "MIT" ]
49
2020-04-27T07:33:58.000Z
2021-12-09T05:08:47.000Z
package com.androchef.remote.mappers.movies import com.androchef.data.models.MovieEntity import com.androchef.remote.factory.movies.RemoteMovieFactory import com.androchef.remote.models.movies.MovieModel import org.junit.Assert.assertEquals import org.junit.Before import org.junit.Test import org.junit.runner.RunWith ...
30.978261
92
0.750877
30dc1291f8c9dc5ab4653820946ec9478788a58f
112
sql
SQL
paas-ce/lesscode/lib/server/model/sql/20211124/update.sql
ziijiawen/bk-PaaS
47508e3bb7985ab5ac75a1731b241df9c01f6e8c
[ "Apache-2.0" ]
null
null
null
paas-ce/lesscode/lib/server/model/sql/20211124/update.sql
ziijiawen/bk-PaaS
47508e3bb7985ab5ac75a1731b241df9c01f6e8c
[ "Apache-2.0" ]
null
null
null
paas-ce/lesscode/lib/server/model/sql/20211124/update.sql
ziijiawen/bk-PaaS
47508e3bb7985ab5ac75a1731b241df9c01f6e8c
[ "Apache-2.0" ]
null
null
null
ALTER TABLE `project_version` ADD COLUMN `archiveFlag` int(11) NULL DEFAULT 0 COMMENT '是否归档' AFTER `updateTime`;
56
82
0.785714
650c687c2aa892784fed03faf887190ac6a55992
3,718
py
Python
bitten/tests/notify.py
dokipen/bitten
d4d2829c63eec84bcfab05ec7035a23e85d90c00
[ "BSD-3-Clause" ]
1
2016-08-28T03:13:03.000Z
2016-08-28T03:13:03.000Z
bitten/tests/notify.py
dokipen/bitten
d4d2829c63eec84bcfab05ec7035a23e85d90c00
[ "BSD-3-Clause" ]
null
null
null
bitten/tests/notify.py
dokipen/bitten
d4d2829c63eec84bcfab05ec7035a23e85d90c00
[ "BSD-3-Clause" ]
null
null
null
#-*- coding: utf-8 -*- # # Copyright (C) 2007 Ole Trenner, <ole@jayotee.de> # All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. import unittest from trac.db import DatabaseManager from trac.test import EnvironmentStub, M...
38.329897
83
0.687197
c4a94c407d624d6ebbb6bd5319583db759026fa3
5,311
h
C
chrome/browser/lookalikes/lookalike_url_navigation_throttle.h
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/lookalikes/lookalike_url_navigation_throttle.h
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/lookalikes/lookalike_url_navigation_throttle.h
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2021-03-07T14:20:02.000Z
2021-03-07T14:20:02.000Z
// Copyright 2019 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 CHROME_BROWSER_LOOKALIKES_LOOKALIKE_URL_NAVIGATION_THROTTLE_H_ #define CHROME_BROWSER_LOOKALIKES_LOOKALIKE_URL_NAVIGATION_THROTTLE_H_ #include <m...
43.892562
80
0.741292
b84fd3b45b3dc09232037af4d45098edc746b029
5,821
rs
Rust
libconcentratord/src/stats.rs
yon2004/chirpstack-concentratord
16140ae6a54f8a15d7837342175bc46655f3069a
[ "MIT" ]
43
2020-01-09T05:22:38.000Z
2022-03-25T09:04:21.000Z
libconcentratord/src/stats.rs
yon2004/chirpstack-concentratord
16140ae6a54f8a15d7837342175bc46655f3069a
[ "MIT" ]
21
2020-02-14T17:23:52.000Z
2022-03-04T08:45:08.000Z
libconcentratord/src/stats.rs
yon2004/chirpstack-concentratord
16140ae6a54f8a15d7837342175bc46655f3069a
[ "MIT" ]
26
2020-01-11T23:21:29.000Z
2022-03-03T06:24:12.000Z
use std::collections::HashMap; use std::sync::Mutex; use std::time::{SystemTime, UNIX_EPOCH}; use uuid::Uuid; use super::events; lazy_static! { static ref STATS: Mutex<chirpstack_api::gw::GatewayStats> = Mutex::new(Default::default()); } pub fn inc_rx_counts(pl: &chirpstack_api::gw::UplinkFrame) { let mut s...
34.64881
100
0.532555
9ab2d12d195c226ffba73b4f69f84ae598d0201f
1,280
css
CSS
styles/globals.css
cristicretu/ultimateTemplate
4713f7e4e00a02a17277ede66ccc0a324aeff6b2
[ "MIT" ]
1
2022-03-27T17:58:27.000Z
2022-03-27T17:58:27.000Z
styles/globals.css
cristicretu/ultimateTemplate
4713f7e4e00a02a17277ede66ccc0a324aeff6b2
[ "MIT" ]
null
null
null
styles/globals.css
cristicretu/ultimateTemplate
4713f7e4e00a02a17277ede66ccc0a324aeff6b2
[ "MIT" ]
null
null
null
@tailwind base; @tailwind components; @tailwind utilities; @font-face { font-family: 'Inter'; font-weight: 100 900; src: url(/fonts/inter-var-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+21...
19.692308
80
0.664063
9badce7891c25a1aec7b0bb96fca1a635ea8d96f
2,300
js
JavaScript
node_modules/caniuse-lite/data/regions/KI.js
haba-sensei/abogados
aaf1df89cd3375fe57924ab35ec216150c1e5658
[ "MIT" ]
66
2019-06-26T20:38:28.000Z
2022-01-15T20:00:26.000Z
node_modules/caniuse-lite/data/regions/KI.js
haba-sensei/abogados
aaf1df89cd3375fe57924ab35ec216150c1e5658
[ "MIT" ]
48
2021-08-30T08:16:44.000Z
2022-03-17T08:19:22.000Z
node_modules/caniuse-lite/data/regions/KI.js
haba-sensei/abogados
aaf1df89cd3375fe57924ab35ec216150c1e5658
[ "MIT" ]
25
2020-08-16T17:17:53.000Z
2021-07-08T22:54:34.000Z
module.exports={C:{"40":0.03048,"50":0.0381,"54":0.01143,"56":0.05715,"58":0.0381,"59":0.0381,"83":0.01143,"84":0.03048,"85":0.04953,"88":0.6096,"89":5.05206,"90":1.88595,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 47 48 49 51 52 53 55 5...
1,150
2,299
0.577391
2388207ea51785420d829e27b6c685eb51a43a3c
942
sql
SQL
EpiInfo.Database.EIWeb/dbo/Tables/Admin.sql
Epi-Info/Epi-Info-Database-Web
bdfe8ae2556ca03d07d896254aaf97410ddebf19
[ "Apache-2.0" ]
null
null
null
EpiInfo.Database.EIWeb/dbo/Tables/Admin.sql
Epi-Info/Epi-Info-Database-Web
bdfe8ae2556ca03d07d896254aaf97410ddebf19
[ "Apache-2.0" ]
null
null
null
EpiInfo.Database.EIWeb/dbo/Tables/Admin.sql
Epi-Info/Epi-Info-Database-Web
bdfe8ae2556ca03d07d896254aaf97410ddebf19
[ "Apache-2.0" ]
2
2016-11-01T15:18:21.000Z
2020-11-13T14:21:55.000Z
 CREATE TABLE [dbo].[Admin]( [AdminId] [uniqueidentifier] NOT NULL, [AdminEmail] [varchar](300) NOT NULL, [OrganizationId] [int] NOT NULL, [IsActive] [bit] NOT NULL, [Notify] [bit] NOT NULL, [LastName] [varchar](150) NULL, [FirstName] [varchar](150) NULL, [PhoneNumber] [varchar](50) NULL, CONSTRAINT [PK_Admi...
26.166667
133
0.720807
32a5294f2200c494e880ff3f572e5be88f7a1819
4,345
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1583.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1583.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1583.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1a9f, %rsi lea addresses_WC_ht+0xda9f, %rdi dec %r12 mov $53, %rcx rep movsb nop nop nop cmp $6137, %r11 lea addresses_WT_ht+0x6a57, %rbp nop nop add %rdi, %rdi vmovups (%rbp), %ymm4 vextracti1...
61.197183
2,999
0.66214
5faf08e73f7a31157776dbd05732ae5a44ef79e3
232
h
C
MisileGame/Game/Private/GameObjects/GameObjectType.h
Nicolas4677/Missile-Command-Prototype-EngineX
3fc0e0ba89672ea15b632c8908a09d5f668bd07f
[ "MIT" ]
null
null
null
MisileGame/Game/Private/GameObjects/GameObjectType.h
Nicolas4677/Missile-Command-Prototype-EngineX
3fc0e0ba89672ea15b632c8908a09d5f668bd07f
[ "MIT" ]
null
null
null
MisileGame/Game/Private/GameObjects/GameObjectType.h
Nicolas4677/Missile-Command-Prototype-EngineX
3fc0e0ba89672ea15b632c8908a09d5f668bd07f
[ "MIT" ]
null
null
null
//Copyright (C) 2020, Nicolas Morales Escobar. All rights reserved. #pragma once //All the types of GameObjects enum class GameObjectType : unsigned short { Ground, City, Building, Missile, Cannon, Player, Enemy, UIText };
14.5
67
0.732759
62f537b98b911e4a921f71f1c2a19f3d6bbfefd2
3,292
kt
Kotlin
app/src/test/kotlin/com/jpaya/englishisfun/statives/data/network/NetworkDataSourceTest.kt
EtsTest-AndroidApps/englishisfun
2af51bb657224d05dd788e6f8d5f0c4e73078833
[ "Apache-2.0" ]
51
2020-05-19T11:18:40.000Z
2021-12-10T21:23:12.000Z
app/src/test/kotlin/com/jpaya/englishisfun/statives/data/network/NetworkDataSourceTest.kt
EtsTest-AndroidApps/englishisfun
2af51bb657224d05dd788e6f8d5f0c4e73078833
[ "Apache-2.0" ]
245
2020-03-26T15:34:53.000Z
2021-09-04T07:53:05.000Z
app/src/test/kotlin/com/jpaya/englishisfun/statives/data/network/NetworkDataSourceTest.kt
EtsTest-AndroidApps/englishisfun
2af51bb657224d05dd788e6f8d5f0c4e73078833
[ "Apache-2.0" ]
10
2020-03-26T15:34:41.000Z
2022-03-09T04:12:04.000Z
/* * Copyright 2020 Jose Maria Payá Castillo * * 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 ...
32.594059
88
0.662819
8ec2ec011efec22063e1171e87fe5fd98cea8352
43
rb
Ruby
doc/manual/doc/pages/mameosx-util.rb
clobber/MAME-OS-X
ca11d0e946636bda042b6db55c82113e5722fc08
[ "MIT" ]
15
2015-03-03T23:15:57.000Z
2021-11-12T07:09:24.000Z
doc/manual/doc/pages/mameosx-util.rb
clobber/MAME-OS-X
ca11d0e946636bda042b6db55c82113e5722fc08
[ "MIT" ]
null
null
null
doc/manual/doc/pages/mameosx-util.rb
clobber/MAME-OS-X
ca11d0e946636bda042b6db55c82113e5722fc08
[ "MIT" ]
8
2015-07-07T16:40:44.000Z
2020-08-18T06:57:29.000Z
@page_title = 'Using the mameosx-util Tool'
43
43
0.767442
5b1e643c015ac8ea3000ce596732ad2a27eddfd7
2,630
h
C
indra/newview/fsfloatergrouptitles.h
humbletim/archived-casviewer
3b51b1baae7e7cebf1c7dca62d9c02751709ee57
[ "Unlicense" ]
null
null
null
indra/newview/fsfloatergrouptitles.h
humbletim/archived-casviewer
3b51b1baae7e7cebf1c7dca62d9c02751709ee57
[ "Unlicense" ]
null
null
null
indra/newview/fsfloatergrouptitles.h
humbletim/archived-casviewer
3b51b1baae7e7cebf1c7dca62d9c02751709ee57
[ "Unlicense" ]
null
null
null
/** * @file fsfloatergrouptitles.h * @brief Group title overview and changer * * $LicenseInfo:firstyear=2012&license=viewerlgpl$ * Copyright (c) 2012 Ansariel Hiller @ Second Life * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Li...
29.550562
152
0.777186
e931e123171197bc48ba4342b89768b7b1b1b725
1,054
rb
Ruby
lib/feedly_api.rb
Myuzu/feedly_api
9c64883bf8173aed6992c26af1a642bd45b7f48b
[ "MIT" ]
2
2015-01-29T10:10:14.000Z
2015-08-28T00:38:05.000Z
lib/feedly_api.rb
anshupitlia/feedly_api
da89b0e4876cd63b85d2aa43377a8f4c2020dd0b
[ "MIT" ]
21
2015-04-14T03:58:13.000Z
2020-03-21T11:15:17.000Z
lib/feedly_api.rb
anshupitlia/feedly_api
da89b0e4876cd63b85d2aa43377a8f4c2020dd0b
[ "MIT" ]
1
2018-08-16T08:55:04.000Z
2018-08-16T08:55:04.000Z
# encoding: utf-8 require 'feedly_api/version' require 'feedly_api/errors' require 'feedly_api/client' require 'feedly_api/feed' module FeedlyApi # A Ruby client library for Feedly Reader API_ENDPOINT = 'http://cloud.feedly.com/v3/'.freeze class << self def get(url, token) uri = URI(url) req =...
21.08
66
0.643264
e70150b308f4272fb0649df8fb4282ae70fc5154
1,071
kt
Kotlin
plugins/kotlin/idea/src/org/jetbrains/kotlin/idea/structuralsearch/filters/VarValOnlyFilter.kt
06needhamt/intellij-community
63d7b8030e4fdefeb4760e511e289f7e6b3a5c5b
[ "Apache-2.0" ]
null
null
null
plugins/kotlin/idea/src/org/jetbrains/kotlin/idea/structuralsearch/filters/VarValOnlyFilter.kt
06needhamt/intellij-community
63d7b8030e4fdefeb4760e511e289f7e6b3a5c5b
[ "Apache-2.0" ]
null
null
null
plugins/kotlin/idea/src/org/jetbrains/kotlin/idea/structuralsearch/filters/VarValOnlyFilter.kt
06needhamt/intellij-community
63d7b8030e4fdefeb4760e511e289f7e6b3a5c5b
[ "Apache-2.0" ]
null
null
null
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package org.jetbrains.kotlin.idea.structuralsearch.filters import com.intellij.structuralsearch.plugin.ui.filters.FilterAction import com.intellij.structuralse...
30.6
158
0.757236
491f40bbe37c426879fd118c068500e34a39dd5f
3,862
lua
Lua
resources/[race]/race_progress/Settings.lua
AfuSensi/MTA-Resources
e4a0f3981ddc92c8f15c3d93140196c6a8589fa8
[ "MIT", "0BSD" ]
18
2018-09-13T14:50:40.000Z
2022-02-02T21:44:50.000Z
resources/[race]/race_progress/Settings.lua
AfuSensi/MTA-Resources
e4a0f3981ddc92c8f15c3d93140196c6a8589fa8
[ "MIT", "0BSD" ]
151
2018-03-08T11:01:42.000Z
2021-10-05T17:25:05.000Z
resources/[race]/race_progress/Settings.lua
AfuSensi/MTA-Resources
e4a0f3981ddc92c8f15c3d93140196c6a8589fa8
[ "MIT", "0BSD" ]
111
2018-03-08T10:53:00.000Z
2022-03-12T18:54:54.000Z
--- -- Class to manage settings, which can be used in other scripts. -- -- @author driver2 -- @copyright 2009 driver2 -- -- Changes: -- 2010-01-30: Commented functions and cleaned up a bit Settings = {} --- -- Creates a new object with the default settings and -- the filename. -- -- @param table defaultSetting...
29.480916
91
0.723977
3d7a6937f0188d04c8a5110937c4d7adba9a09a2
2,207
rs
Rust
neqo-http3/src/control_stream_remote.rs
heftig/neqo
0961ba9dc1e36778effd8e7607665dbfa700e48c
[ "Apache-2.0", "MIT" ]
null
null
null
neqo-http3/src/control_stream_remote.rs
heftig/neqo
0961ba9dc1e36778effd8e7607665dbfa700e48c
[ "Apache-2.0", "MIT" ]
null
null
null
neqo-http3/src/control_stream_remote.rs
heftig/neqo
0961ba9dc1e36778effd8e7607665dbfa700e48c
[ "Apache-2.0", "MIT" ]
null
null
null
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your // option. This file may not be copied, modified, or distributed // except according to those terms. use crate::hframe::...
32.940299
114
0.640236
63c5cd206ce0a156fe8ba4c791739e49358b4033
5,515
swift
Swift
ThreeDScanner-iOS/ThreeDScanner/Instructions/ScanningViewController+Instructions.swift
anwholesquare/3DScanr
335b6fa47a86b7c121e26ad2cbde342340ec855b
[ "MIT" ]
96
2018-09-22T11:13:49.000Z
2022-01-26T19:23:42.000Z
ThreeDScanner-iOS/ThreeDScanner/Instructions/ScanningViewController+Instructions.swift
anwholesquare/3DScanr
335b6fa47a86b7c121e26ad2cbde342340ec855b
[ "MIT" ]
7
2018-09-06T06:32:40.000Z
2021-05-07T04:32:35.000Z
ThreeDScanner-iOS/ThreeDScanner/Instructions/ScanningViewController+Instructions.swift
anwholesquare/3DScanr
335b6fa47a86b7c121e26ad2cbde342340ec855b
[ "MIT" ]
27
2018-01-03T22:49:14.000Z
2022-01-24T15:41:23.000Z
// // ScanningViewController+Instructions.swift // ThreeDScanner // // Created by Steven Roach on 5/24/18. // Copyright © 2018 Steven Roach. All rights reserved. // import Foundation import Instructions import ARKit extension ScanningViewController: CoachMarksControllerDataSource, CoachMarksControllerDelegate { ...
45.958333
127
0.689211
53b9df01b62f47f26aa012837e6112dd400ee998
6,715
kt
Kotlin
pickerkt-ui/src/main/java/io/rektplorer64/pickerkt/ui/picker/nav/DrawerContent.kt
rektplorer64/picker-kt
5f3d4d08c152da2c78ce1ca2eb6c1eb379cb3da2
[ "Apache-2.0" ]
12
2022-02-01T17:36:22.000Z
2022-03-26T08:08:28.000Z
pickerkt-ui/src/main/java/io/rektplorer64/pickerkt/ui/picker/nav/DrawerContent.kt
rektplorer64/picker-kt
5f3d4d08c152da2c78ce1ca2eb6c1eb379cb3da2
[ "Apache-2.0" ]
1
2022-01-28T16:26:24.000Z
2022-01-28T16:26:24.000Z
pickerkt-ui/src/main/java/io/rektplorer64/pickerkt/ui/picker/nav/DrawerContent.kt
rektplorer64/picker-kt
5f3d4d08c152da2c78ce1ca2eb6c1eb379cb3da2
[ "Apache-2.0" ]
1
2022-02-28T20:21:28.000Z
2022-02-28T20:21:28.000Z
package io.rektplorer64.pickerkt.ui.picker.nav import androidx.compose.animation.* import androidx.compose.foundation.layout.* import androidx.compose.foundation.lazy.LazyColumn import androidx.compose.foundation.lazy.itemsIndexed import androidx.compose.material.icons.Icons import androidx.compose.material.ico...
41.708075
124
0.518094
03128d6fcbeeb29009e9b6e960ef5b73aee59bda
579,191
lua
Lua
lua/autorun/server/bgn_compile_gm_bigcity_sh.lua
Shark-vil/background-citizens
3f5ed4bb8f510e807b827dd4ba4435e1e696bd97
[ "Apache-2.0" ]
6
2020-12-30T13:22:03.000Z
2021-12-30T17:19:58.000Z
lua/autorun/server/bgn_compile_gm_bigcity_sh.lua
Shark-vil/background-citizens
3f5ed4bb8f510e807b827dd4ba4435e1e696bd97
[ "Apache-2.0" ]
7
2021-01-02T02:48:37.000Z
2022-03-12T16:11:39.000Z
lua/autorun/server/bgn_compile_gm_bigcity_sh.lua
Shark-vil/background-citizens
3f5ed4bb8f510e807b827dd4ba4435e1e696bd97
[ "Apache-2.0" ]
5
2020-12-31T20:06:09.000Z
2021-12-30T17:20:02.000Z
if not file.Exists('background_npcs/nodes/', 'DATA') then file.CreateDir('background_npcs/nodes/') end if not file.Exists('background_npcs/nodes/gm_bigcity_sh.dat', 'DATA') then file.Write('background_npcs/nodes/gm_bigcity_sh.dat', util.Compress('{"version":"1.2","nodes":[{"parents":[2.0,3585.0,3586.0,3587.0,3631.0,366...
579,191
579,191
0.648014
e71a3280ac268854d9faa173c5cbdef49100537c
1,747
js
JavaScript
public/assets/admin/occasion/index.js
fishertsau/new168
2489af222a876cdd9f26a230208e6c5541f87bc0
[ "MIT" ]
null
null
null
public/assets/admin/occasion/index.js
fishertsau/new168
2489af222a876cdd9f26a230208e6c5541f87bc0
[ "MIT" ]
null
null
null
public/assets/admin/occasion/index.js
fishertsau/new168
2489af222a876cdd9f26a230208e6c5541f87bc0
[ "MIT" ]
null
null
null
var occasionListUri = '/admin/occasions/list/unpaginated'; var vm = new Vue({ el: 'body', data: { occasion_list: ['temp'], sortName:'', filterName:'' }, methods: { doNewSearch: function () { getUnPaginatedList(queryTerm()); }, resetQuery: fun...
22.688312
65
0.507155
5826580077e3b853a0d7e5f6666c11440dc1b027
1,654
c
C
src/tfPyInter_.c
noboruatkek/SAD
3881a190af8903537774c57b56963ffc94cfc039
[ "BSD-3-Clause" ]
11
2019-04-01T15:54:57.000Z
2022-03-09T16:47:20.000Z
src/tfPyInter_.c
noboruatkek/SAD
3881a190af8903537774c57b56963ffc94cfc039
[ "BSD-3-Clause" ]
null
null
null
src/tfPyInter_.c
noboruatkek/SAD
3881a190af8903537774c57b56963ffc94cfc039
[ "BSD-3-Clause" ]
9
2017-03-15T08:52:45.000Z
2021-07-19T08:06:40.000Z
#include <sim/sad_api.h> #include <sim/TFCODE.h> #include <sim/TFSTK.h> #include "Python.h" static char argv0[] = "oldsad"; static int initialized = 0; /* SADScript function definition of PyInter stuff */ int tfPyEvalString(integer4 *isp1, integer4 *kx, integer4 *irtc) { integer8 ia; char *argv = argv0...
21.205128
73
0.61971
8d70932119fe049ad9138d4db885ecb9c268977c
1,676
lua
Lua
debugtool.lua
wcguo/xiuxian
953cf54b3eea558ee7dee4ec6f161b9a66c137ac
[ "MIT" ]
1
2022-02-23T18:00:08.000Z
2022-02-23T18:00:08.000Z
debugtool.lua
wcguo/xiuxian
953cf54b3eea558ee7dee4ec6f161b9a66c137ac
[ "MIT" ]
null
null
null
debugtool.lua
wcguo/xiuxian
953cf54b3eea558ee7dee4ec6f161b9a66c137ac
[ "MIT" ]
1
2022-03-08T17:23:06.000Z
2022-03-08T17:23:06.000Z
local debug_util = {} debug_util.debug_mode = true debug_log = debug_util.debug_mode and log or function() end ---- 序列化 --print( serpent.dump( aTable ) ) -- 完整序列化 --print( serpent.line( aTable ) ) -- 转换为 1 行 , 没有自引用 --print( serpent.block( aTable ) ) -- 转换为多行 , 没有自引用 function debug_util.info(obj) if not debug_...
23.942857
93
0.517303
055cca9c4837ecd3a652768d06fd2232008507fc
879
rb
Ruby
lib/infinity_test/framework/rubygems.rb
tomas-stefano/infinity_test
ead3faae55444e2f5b07d9f09988462da0a6a0c8
[ "MIT" ]
6
2015-11-05T02:01:23.000Z
2019-04-16T09:06:18.000Z
lib/infinity_test/framework/rubygems.rb
tomas-stefano/infinity_test
ead3faae55444e2f5b07d9f09988462da0a6a0c8
[ "MIT" ]
1
2016-01-04T12:31:08.000Z
2016-01-04T12:31:08.000Z
lib/infinity_test/framework/rubygems.rb
tomas-stefano/infinity_test
ead3faae55444e2f5b07d9f09988462da0a6a0c8
[ "MIT" ]
2
2016-11-25T14:45:29.000Z
2018-08-21T16:14:24.000Z
module InfinityTest module Framework class Rubygems < Base delegate :test_dir, :test_helper_file, to: :test_framework # Add Heuristics to the observer run on pattern changes! # # ==== Heuristics # * Add Gemfile and Run bundle install and run all specs. # * Observe lib dir an...
30.310345
65
0.598407
3cc5ccc2be6edcbcdfd111b5660834147bd96e31
361
lua
Lua
spec/lua/test_repeat_n_strz.lua
DarkShadow44/kaitai_struct_tests
4bb13cef82965cca66dda2eb2b77cd64e9f70a12
[ "MIT" ]
11
2018-04-01T03:58:15.000Z
2021-08-14T09:04:55.000Z
spec/lua/test_repeat_n_strz.lua
DarkShadow44/kaitai_struct_tests
4bb13cef82965cca66dda2eb2b77cd64e9f70a12
[ "MIT" ]
73
2016-07-20T10:27:15.000Z
2020-12-17T18:56:46.000Z
spec/lua/test_repeat_n_strz.lua
DarkShadow44/kaitai_struct_tests
4bb13cef82965cca66dda2eb2b77cd64e9f70a12
[ "MIT" ]
37
2016-08-15T08:25:56.000Z
2021-08-28T14:48:46.000Z
-- Autogenerated from KST: please remove this line if doing any edits by hand! local luaunit = require("luaunit") require("repeat_n_strz") TestRepeatNStrz = {} function TestRepeatNStrz:test_repeat_n_strz() local r = RepeatNStrz:from_file("src/repeat_n_strz.bin") luaunit.assertEquals(r.qty, 2) luaunit.a...
24.066667
78
0.736842