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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0619e7a38c1ed68da0c50252e0af32f6cc2d75c0 | 3,062 | kt | Kotlin | ledger/src/main/kotlin/org/knowledger/ledger/adapters/storage/CoinbaseHeaderStorageAdapter.kt | Seriyin/MasBlockchain | 0e5121243b9faf101b6d2ccf5bce60a657a31b4e | [
"MIT"
] | 3 | 2019-11-05T16:19:31.000Z | 2021-06-23T07:15:24.000Z | ledger/src/main/kotlin/org/knowledger/ledger/adapters/storage/CoinbaseHeaderStorageAdapter.kt | Seriyin/KnowLedger | 0e5121243b9faf101b6d2ccf5bce60a657a31b4e | [
"MIT"
] | null | null | null | ledger/src/main/kotlin/org/knowledger/ledger/adapters/storage/CoinbaseHeaderStorageAdapter.kt | Seriyin/KnowLedger | 0e5121243b9faf101b6d2ccf5bce60a657a31b4e | [
"MIT"
] | 2 | 2018-12-10T11:51:50.000Z | 2019-01-17T22:18:50.000Z | package org.knowledger.ledger.adapters.storage
import com.github.michaelbull.result.map
import org.knowledger.ledger.adapters.LedgerStorageAdapter
import org.knowledger.ledger.adapters.cachedLoad
import org.knowledger.ledger.chain.PersistenceContext
import org.knowledger.ledger.chain.solver.StorageState
import org.kno... | 45.701493 | 94 | 0.681581 |
cd9ee513f0a3806138ca79cfc666121df8424117 | 29,997 | rs | Rust | gh-cli/src/main.rs | aslamplr/gh-cli | 750686fbfb0f135e2b54399ea72cb42d87e3f717 | [
"MIT"
] | 5 | 2020-07-24T07:15:45.000Z | 2020-09-28T02:57:07.000Z | gh-cli/src/main.rs | aslamplr/gh-cli | 750686fbfb0f135e2b54399ea72cb42d87e3f717 | [
"MIT"
] | 116 | 2020-05-07T07:31:39.000Z | 2022-03-25T23:02:13.000Z | gh-cli/src/main.rs | aslamplr/gh-actions-secrets | 750686fbfb0f135e2b54399ea72cb42d87e3f717 | [
"MIT"
] | 1 | 2020-12-31T15:59:32.000Z | 2020-12-31T15:59:32.000Z | use clap::Clap;
use crossterm::style::{Colorize, Styler};
#[cfg(feature = "basic-info")]
use gh_lib::core::basic_info::{basic_info_response, BasicInfo as _};
#[cfg(feature = "collaborators")]
use gh_lib::core::collaborators::Collaborators as _;
use gh_lib::core::repos::RepoRequest;
#[cfg(feature = "secrets")]
use gh_li... | 31.979744 | 170 | 0.552155 |
1ea7842b56bba83f3c85e375daac2acc66678909 | 1,207 | lua | Lua | InGameAvatarEditor/src/ServerScriptService/AvatarEditorInGameSetup/AvatarEditorInGame/Modules/AvatarExperience/Catalog/Thunks/GetBundleFavorite.lua | MirayXS/avatar | 7c78513fbe9587915700a0a5fd3c15d5f23596d2 | [
"RSA-MD"
] | 41 | 2021-04-30T18:27:45.000Z | 2022-03-23T21:12:57.000Z | InGameAvatarEditor/src/ServerScriptService/AvatarEditorInGameSetup/AvatarEditorInGame/Modules/AvatarExperience/Catalog/Thunks/GetBundleFavorite.lua | MirayXS/avatar | 7c78513fbe9587915700a0a5fd3c15d5f23596d2 | [
"RSA-MD"
] | 3 | 2021-08-24T20:07:47.000Z | 2022-02-15T19:40:13.000Z | InGameAvatarEditor/src/ServerScriptService/AvatarEditorInGameSetup/AvatarEditorInGame/Modules/AvatarExperience/Catalog/Thunks/GetBundleFavorite.lua | MirayXS/avatar | 7c78513fbe9587915700a0a5fd3c15d5f23596d2 | [
"RSA-MD"
] | 25 | 2021-05-02T14:33:04.000Z | 2022-03-17T20:28:07.000Z | local Players = game:GetService("Players")
local AvatarEditorService = game:GetService("AvatarEditorService")
local Modules = Players.LocalPlayer.PlayerGui.AvatarEditorInGame.Modules
local Promise = require(Modules.Packages.Promise)
local ArgCheck = require(Modules.Common.ArgCheck)
local CatalogConstants = require(Mo... | 30.948718 | 104 | 0.787904 |
a4cdb8d812af1840d4cd3470be3c78ca67750733 | 729 | sql | SQL | modules/core/db/init/hsql/20.create-db.sql | funxies/multitenancy-addon | f1429293851fa7a4aa86aa9b78d8e0c5c8d5657a | [
"Apache-2.0"
] | null | null | null | modules/core/db/init/hsql/20.create-db.sql | funxies/multitenancy-addon | f1429293851fa7a4aa86aa9b78d8e0c5c8d5657a | [
"Apache-2.0"
] | null | null | null | modules/core/db/init/hsql/20.create-db.sql | funxies/multitenancy-addon | f1429293851fa7a4aa86aa9b78d8e0c5c8d5657a | [
"Apache-2.0"
] | 1 | 2020-09-25T04:59:50.000Z | 2020-09-25T04:59:50.000Z | -- begin CUBASDBMT_TENANT
alter table CUBASDBMT_TENANT add constraint FK_CUBASDBMT_TENANT_ACCESS_GROUP foreign key (ACCESS_GROUP_ID) references SEC_GROUP(ID)^
alter table CUBASDBMT_TENANT add constraint FK_CUBASDBMT_TENANT_ADMIN foreign key (ADMIN_ID) references SEC_USER(ID)^
create unique index IDX_CUBASDBMT_TENANT_UN... | 72.9 | 132 | 0.872428 |
862ab66606bc3540b7609d3e255fe601f165d12f | 1,122 | rs | Rust | struct-enum-touple/src/main.rs | ikuo-suyama/rust-learning-path | 34b236c9fc2fdfad1ff05be787c04d3d9c63e48d | [
"CC0-1.0"
] | null | null | null | struct-enum-touple/src/main.rs | ikuo-suyama/rust-learning-path | 34b236c9fc2fdfad1ff05be787c04d3d9c63e48d | [
"CC0-1.0"
] | null | null | null | struct-enum-touple/src/main.rs | ikuo-suyama/rust-learning-path | 34b236c9fc2fdfad1ff05be787c04d3d9c63e48d | [
"CC0-1.0"
] | null | null | null | use crate::Transmission::Manual;
#[derive(Debug)]
struct KeyPress(String, char);
#[derive(Debug)]
struct MouseClick {
x: i64,
y: i64,
}
#[derive(Debug)]
enum WebEvent {
WELoad(bool),
WEClick(MouseClick),
WEKeys(KeyPress),
}
// Declare Car struct to describe vehicle with four named fields
#[deriv... | 20.035714 | 85 | 0.627451 |
f1bef32e5da08a6ccdb911398f4ada19b9e20048 | 1,748 | rb | Ruby | test/file.rb | ysei/mruby-io | cc40f93ac8e9bb93ae0a7cf4893c9fd9f3926d21 | [
"Unlicense"
] | null | null | null | test/file.rb | ysei/mruby-io | cc40f93ac8e9bb93ae0a7cf4893c9fd9f3926d21 | [
"Unlicense"
] | null | null | null | test/file.rb | ysei/mruby-io | cc40f93ac8e9bb93ae0a7cf4893c9fd9f3926d21 | [
"Unlicense"
] | null | null | null | ##
# IO Test
assert('File', '15.2.21') do
File.class == Class
end
assert('File', '15.2.21.2') do
File.superclass == IO
end
assert('File TEST SETUP') do
MRubyIOTestUtil.io_test_setup
end
assert('File#initialize', '15.2.21.4.1') do
io = File.open($mrbtest_io_rfname, "r")
assert_nil io.close
assert_raise I... | 23 | 64 | 0.64016 |
43d47be972349329a477e453aee6a19ccd75e907 | 1,857 | kt | Kotlin | ceria/15/src/main/kotlin/Solution.kt | VisionistInc/advent-of-code-2020 | 002734670384aa02ca122086035f45dfb2ea9949 | [
"MIT"
] | null | null | null | ceria/15/src/main/kotlin/Solution.kt | VisionistInc/advent-of-code-2020 | 002734670384aa02ca122086035f45dfb2ea9949 | [
"MIT"
] | null | null | null | ceria/15/src/main/kotlin/Solution.kt | VisionistInc/advent-of-code-2020 | 002734670384aa02ca122086035f45dfb2ea9949 | [
"MIT"
] | null | null | null | import java.io.File
import java.util.Collections
fun main(args : Array<String>) {
val input = File(args.first()).readLines()
println("Solution 1: ${solution1(input)}")
println("Solution 2: ${solution2(input)}")
}
private fun solution1(input :List<String>) :Int {
var nums = input.first().split(",").map{ ... | 28.136364 | 103 | 0.627894 |
a72e73dee9ee090b18990cdb716a49ce08e01fe9 | 7,874 | lua | Lua | cl_main.lua | TheoBIET/TB-InfectedZone | 7b065b8cbef9b206f43112be410df5dd88a5b70f | [
"MIT"
] | 2 | 2020-10-16T07:10:32.000Z | 2020-10-20T15:30:52.000Z | cl_main.lua | TheoBIET/TB-InfectedZone | 7b065b8cbef9b206f43112be410df5dd88a5b70f | [
"MIT"
] | null | null | null | cl_main.lua | TheoBIET/TB-InfectedZone | 7b065b8cbef9b206f43112be410df5dd88a5b70f | [
"MIT"
] | null | null | null | --------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------
------------ Pour commencer n'oubliez pas de remercier íʍƊɑѵƊɑѵ#9351 pour ce script ---------... | 55.450704 | 230 | 0.425324 |
c38bc943b9094e5d9c5728591fdad9f3c80704a6 | 3,382 | go | Go | apis/anidb/anidbapi.go | chetbishop/golanganidb | ed12b991958a65da07a225639b055b5009fed115 | [
"MIT"
] | null | null | null | apis/anidb/anidbapi.go | chetbishop/golanganidb | ed12b991958a65da07a225639b055b5009fed115 | [
"MIT"
] | null | null | null | apis/anidb/anidbapi.go | chetbishop/golanganidb | ed12b991958a65da07a225639b055b5009fed115 | [
"MIT"
] | null | null | null | package anidbapi
import (
"encoding/xml"
"github.com/chetbishop/golanganidb/env"
"io/ioutil"
"log"
"net/http"
"os"
"strconv"
"strings"
"time"
)
//AnimeTitlesCheck checks to see if the anime-titles.xml file from AniDB has
//been downloaded in the last 24 hours. AnimeTitlesCheck will download
//anime-titles.x... | 28.905983 | 114 | 0.74453 |
3e80b5a5d68146e4c861ca496d8c61068ecd9b5e | 208 | kt | Kotlin | kotlin-mui-icons/src/main/generated/mui/icons/material/DirectionsCar.kt | Recognized/kotlin-wrappers | f4af784cd6e65c2304d9d8e49e7f30a6383a755c | [
"Apache-2.0"
] | 14 | 2021-11-22T17:50:52.000Z | 2022-03-16T14:15:54.000Z | kotlin-mui-icons/src/main/generated/mui/icons/material/DirectionsCar.kt | Recognized/kotlin-wrappers | f4af784cd6e65c2304d9d8e49e7f30a6383a755c | [
"Apache-2.0"
] | null | null | null | kotlin-mui-icons/src/main/generated/mui/icons/material/DirectionsCar.kt | Recognized/kotlin-wrappers | f4af784cd6e65c2304d9d8e49e7f30a6383a755c | [
"Apache-2.0"
] | 2 | 2021-11-22T17:50:55.000Z | 2022-02-28T18:51:07.000Z | // Automatically generated - do not modify!
@file:JsModule("@mui/icons-material/DirectionsCar")
@file:JsNonModule
package mui.icons.material
@JsName("default")
external val DirectionsCar: SvgIconComponent
| 20.8 | 51 | 0.793269 |
d3e76a8557c74dfaf3523a407b4f419c0bb7cfbe | 322 | sql | SQL | share/migrations/SQLite/upgrade/26-27/001-auto.sql | taskboy3000/Xqursion | 1a2765305464bbf8a085e5ceeca892791d620254 | [
"Artistic-2.0"
] | null | null | null | share/migrations/SQLite/upgrade/26-27/001-auto.sql | taskboy3000/Xqursion | 1a2765305464bbf8a085e5ceeca892791d620254 | [
"Artistic-2.0"
] | null | null | null | share/migrations/SQLite/upgrade/26-27/001-auto.sql | taskboy3000/Xqursion | 1a2765305464bbf8a085e5ceeca892791d620254 | [
"Artistic-2.0"
] | null | null | null | -- Convert schema '/home/jjohnston/sites/Xqursion/share/migrations/_source/deploy/26/001-auto.yml' to '/home/jjohnston/sites/Xqursion/share/migrations/_source/deploy/27/001-auto.yml':;
;
BEGIN;
;
CREATE UNIQUE INDEX unique_email ON users (email);
;
CREATE UNIQUE INDEX unique_username ON users (username);
;
COMMIT;... | 20.125 | 184 | 0.763975 |
854cf1b2ad360e977f89c649a86b1c13ea9c5f32 | 2,216 | kt | Kotlin | app/src/main/java/com/elbehiry/pcard/ui/InputItem.kt | Andre-max/PCard | b752d8ab282450feb0a95ae80c249108bd9c4774 | [
"Apache-2.0"
] | 58 | 2021-03-22T17:57:05.000Z | 2022-02-07T05:41:00.000Z | app/src/main/java/com/elbehiry/pcard/ui/InputItem.kt | masreplay/PCard | b752d8ab282450feb0a95ae80c249108bd9c4774 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/elbehiry/pcard/ui/InputItem.kt | masreplay/PCard | b752d8ab282450feb0a95ae80c249108bd9c4774 | [
"Apache-2.0"
] | 8 | 2021-03-23T04:11:45.000Z | 2021-04-04T09:43:27.000Z | /*
* Copyright 2021 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | 35.741935 | 86 | 0.711643 |
bee2d2b458d24ef0527d9b8d42739339ae7adc75 | 644 | html | HTML | users-archive/attachments/20140813/75b0092f/attachment.html | zayenz/gecode.github.io | e759c2c1940d9a018373bcc6c316d9cb04efa5a0 | [
"MIT-feh"
] | 1 | 2020-10-28T06:11:30.000Z | 2020-10-28T06:11:30.000Z | users-archive/attachments/20140813/75b0092f/attachment.html | zayenz/gecode.github.io | e759c2c1940d9a018373bcc6c316d9cb04efa5a0 | [
"MIT-feh"
] | 1 | 2019-05-05T11:10:31.000Z | 2019-05-05T11:10:31.000Z | users-archive/attachments/20140813/75b0092f/attachment.html | zayenz/gecode.github.io | e759c2c1940d9a018373bcc6c316d9cb04efa5a0 | [
"MIT-feh"
] | 4 | 2019-05-03T18:43:19.000Z | 2020-12-17T04:06:59.000Z | <tt>
<div dir="ltr">Hello,<div>I have an array of integers with unknown size, with an easy constraint for example :</div><div>Sum of array integers = 10; </div><div>It&... | 107.333333 | 521 | 0.701863 |
b0e459a945defc98ffd1d1da406b299c12a2fd17 | 1,880 | rs | Rust | src/util.rs | friedm/emote | a290863a59ec382093c3c3c580675cc93bc43c17 | [
"MIT"
] | null | null | null | src/util.rs | friedm/emote | a290863a59ec382093c3c3c580675cc93bc43c17 | [
"MIT"
] | null | null | null | src/util.rs | friedm/emote | a290863a59ec382093c3c3c580675cc93bc43c17 | [
"MIT"
] | null | null | null | use std::path::PathBuf;
use std::fs::File;
use std::io;
use std::io::prelude::*;
use blake2::{Blake2b, Digest};
pub struct FileUtil {
path: PathBuf,
hash_path: Option<PathBuf>
}
impl FileUtil {
pub fn new(path: PathBuf) -> FileUtil {
FileUtil {
path: path,
hash_path: None
... | 23.797468 | 70 | 0.529787 |
c4c441437e93aa16398adf1bc85d0dfa6c820e23 | 12,463 | kt | Kotlin | app/src/androidTestScenarios/java/uk/nhs/nhsx/covid19/android/app/flow/MultipleTestOrderingFlowTests.kt | nhsx-mirror/covid-19-app-android-ag-public | 296c9decde1b5ed904b760ff77b05afc51f24281 | [
"MIT"
] | null | null | null | app/src/androidTestScenarios/java/uk/nhs/nhsx/covid19/android/app/flow/MultipleTestOrderingFlowTests.kt | nhsx-mirror/covid-19-app-android-ag-public | 296c9decde1b5ed904b760ff77b05afc51f24281 | [
"MIT"
] | null | null | null | app/src/androidTestScenarios/java/uk/nhs/nhsx/covid19/android/app/flow/MultipleTestOrderingFlowTests.kt | nhsx-mirror/covid-19-app-android-ag-public | 296c9decde1b5ed904b760ff77b05afc51f24281 | [
"MIT"
] | null | null | null | package uk.nhs.nhsx.covid19.android.app.flow
import kotlinx.coroutines.runBlocking
import org.junit.Before
import org.junit.Test
import uk.nhs.nhsx.covid19.android.app.flow.functionalities.OrderTest
import uk.nhs.nhsx.covid19.android.app.remote.TestResponse
import uk.nhs.nhsx.covid19.android.app.remote.data.DurationDa... | 37.202985 | 134 | 0.704405 |
7f7a4650098d3b4a7845fa2a4c792997f2bb73cf | 1,290 | go | Go | middleware.go | benpate/steranko | 5a943f55e59dc1739b42bbcbe8e7166d4e7446ef | [
"Apache-2.0"
] | null | null | null | middleware.go | benpate/steranko | 5a943f55e59dc1739b42bbcbe8e7166d4e7446ef | [
"Apache-2.0"
] | 16 | 2022-01-21T08:31:19.000Z | 2022-03-29T08:29:15.000Z | middleware.go | benpate/steranko | 5a943f55e59dc1739b42bbcbe8e7166d4e7446ef | [
"Apache-2.0"
] | null | null | null | package steranko
import (
"github.com/labstack/echo/v4"
)
// Middleware wraps the original echo context with the Steranko context.
func (s *Steranko) Middleware(next echo.HandlerFunc) echo.HandlerFunc {
return func(ctx echo.Context) error {
// Verify that the request is valid
if err := s.ApproveRequest(ctx); ... | 22.631579 | 73 | 0.690698 |
62ca0f491db6c4d2ab2e8d62ef8f390be88dc2c1 | 11,354 | rs | Rust | src/main.rs | grepinsight/history_search | b0b707899db85d62274eda24e248cce330decc92 | [
"0BSD"
] | 3 | 2021-08-23T06:24:11.000Z | 2022-01-30T07:13:35.000Z | src/main.rs | grepinsight/history_search | b0b707899db85d62274eda24e248cce330decc92 | [
"0BSD"
] | null | null | null | src/main.rs | grepinsight/history_search | b0b707899db85d62274eda24e248cce330decc92 | [
"0BSD"
] | null | null | null | use chrono::Utc;
use itertools::Itertools;
use skim::prelude::*;
use std::fs::File;
use std::io::prelude::*;
use std::io::Cursor;
use std::io::{self, BufReader};
use std::net::TcpStream;
use std::path::PathBuf;
use std::time;
use std::time::SystemTime;
use clipboard::ClipboardContext;
use clipboard::ClipboardProvider;... | 28.385 | 102 | 0.53479 |
1402704a54249157dce6ad26dabf7269aba84ade | 2,327 | css | CSS | styles/promedios.css | MarcoRettoreDev/MathProyect | f9eab5534848e0bf410df1ed14108b371691555d | [
"MIT"
] | null | null | null | styles/promedios.css | MarcoRettoreDev/MathProyect | f9eab5534848e0bf410df1ed14108b371691555d | [
"MIT"
] | null | null | null | styles/promedios.css | MarcoRettoreDev/MathProyect | f9eab5534848e0bf410df1ed14108b371691555d | [
"MIT"
] | null | null | null |
.salary-section
{
display:grid;
place-content: center;
width: 90%;
height: 90%;
margin: 0 auto;
grid-template-columns: 1fr;
grid-template-rows: 40px 2fr 1fr 1fr;
}
@media screen and (min-width: 810px)
{
.salary-section
{
width: 60%;
}
}
@media screen and (min-width: 1024px)
{
.salary-secti... | 14.63522 | 43 | 0.65621 |
279959699aa7e43359d5114471d16bfc5656f36c | 1,662 | css | CSS | data/usercss/79733.user.css | 33kk/uso-archive | 2c4962d1d507ff0eaec6dcca555efc531b37a9b4 | [
"MIT"
] | 118 | 2020-08-28T19:59:28.000Z | 2022-03-26T16:28:40.000Z | data/usercss/79733.user.css | 33kk/uso-archive | 2c4962d1d507ff0eaec6dcca555efc531b37a9b4 | [
"MIT"
] | 38 | 2020-09-02T01:08:45.000Z | 2022-01-23T02:47:24.000Z | data/usercss/79733.user.css | 33kk/uso-archive | 2c4962d1d507ff0eaec6dcca555efc531b37a9b4 | [
"MIT"
] | 21 | 2020-08-19T01:12:43.000Z | 2022-03-15T21:55:17.000Z | /* ==UserStyle==
@name hide_bookmarks_bar
@namespace USO Archive
@author miozx
@description `浮动书签栏样式`
@version 20121209.3.54
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
/*自动隐藏的书签栏*/
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul... | 35.361702 | 95 | 0.637184 |
79121185b6922a25f7b744bfa2f5e49fbc816391 | 356 | asm | Assembly | programs/oeis/166/A166114.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/166/A166114.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/166/A166114.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A166114: a(n) = (6-(-4)^n)/5.
; 1,2,-2,14,-50,206,-818,3278,-13106,52430,-209714,838862,-3355442,13421774,-53687090,214748366,-858993458,3435973838,-13743895346,54975581390,-219902325554,879609302222,-3518437208882,14073748835534,-56294995342130,225179981368526,-900719925474098,3602879701896398
add $0,1
mov $1,-4
po... | 35.6 | 265 | 0.75 |
6166836d53ef681fa9a238af1737d82d4d60fa94 | 81 | css | CSS | src/main/resources/static/css/style.css | Cadulox/springmvc-crud-professores | e6f0ea282cc722f8ae35ab418fc35fd0dfc9c196 | [
"MIT"
] | null | null | null | src/main/resources/static/css/style.css | Cadulox/springmvc-crud-professores | e6f0ea282cc722f8ae35ab418fc35fd0dfc9c196 | [
"MIT"
] | null | null | null | src/main/resources/static/css/style.css | Cadulox/springmvc-crud-professores | e6f0ea282cc722f8ae35ab418fc35fd0dfc9c196 | [
"MIT"
] | null | null | null |
.error-message {
color: #dc3545;
}
.success-message {
color: #198754;
} | 10.125 | 19 | 0.592593 |
0cc52afa5bda9e011a3f67aa407ce29b267af421 | 1,409 | py | Python | Unit 7 Objects/LessonQ33.1.py | ItsMrTurtle/PythonChris | 4513dea336e68f48fabf480ad87bc538a323c2cd | [
"MIT"
] | null | null | null | Unit 7 Objects/LessonQ33.1.py | ItsMrTurtle/PythonChris | 4513dea336e68f48fabf480ad87bc538a323c2cd | [
"MIT"
] | null | null | null | Unit 7 Objects/LessonQ33.1.py | ItsMrTurtle/PythonChris | 4513dea336e68f48fabf480ad87bc538a323c2cd | [
"MIT"
] | null | null | null | # -*- coding: utf-8 -*-
"""
Created on Wed May 27 18:48:24 2020
@author: Christopher Cheng
"""
class Stack(object):
def __init__ (self):
self.stack = []
def get_stack_elements(self):
return self.stack.copy()
def add_one(self, item):
self.stack.append(item)
def add_many(self,ite... | 26.092593 | 71 | 0.581973 |
3eaca0f4d972277ef114d85d280be38086ac3a1a | 9,418 | h | C | src/Geom.h | nQuantums/JunkCpp | 1b0b9657520cc2c30a78c5b68915db872358146e | [
"MIT"
] | 1 | 2018-12-11T14:51:43.000Z | 2018-12-11T14:51:43.000Z | windows/cpp/Junk/Geom.h | nQuantums/tips | cdea2a0e778d2de14cd69882f6273c872c366f03 | [
"MIT"
] | null | null | null | windows/cpp/Junk/Geom.h | nQuantums/tips | cdea2a0e778d2de14cd69882f6273c872c366f03 | [
"MIT"
] | null | null | null | #pragma once
#ifndef __JUNK_GEO_H__
#define __JUNK_GEO_H__
#include "JunkConfig.h"
#include "Vector.h"
_JUNK_BEGIN
namespace Geo {
//! pを開始点としvを方向ベクトルとする線分と点cとの最近点の線分パラメータを計算する
//! @return 線分のパラメータ
template<
class PT, //!< VectorN 形式のクラス
class VT, //!< VectorN 形式のクラス
class CT //!< VectorN 形式のクラス
> _FINLI... | 29.43125 | 141 | 0.588341 |
f154dfacfb05686fdbafe107a6518816fbc61e66 | 1,421 | rb | Ruby | app/controllers/homepage_controller.rb | joseairosa/ismyflightcancelled.com | 5b9d06305b9c72f971467c587664a107d5b12c07 | [
"MIT"
] | null | null | null | app/controllers/homepage_controller.rb | joseairosa/ismyflightcancelled.com | 5b9d06305b9c72f971467c587664a107d5b12c07 | [
"MIT"
] | null | null | null | app/controllers/homepage_controller.rb | joseairosa/ismyflightcancelled.com | 5b9d06305b9c72f971467c587664a107d5b12c07 | [
"MIT"
] | null | null | null | class HomepageController < ApplicationController
helper_method :found_flight
helper_method :requested_flight
helper_method :requested_date
def index
if request.post?
if valid_submission?
if requested_flight.starts_with?('FR')
flight_service = StaticFindFlightService.new(
... | 24.929825 | 93 | 0.661506 |
c6a3217cda54bca18c67d9ba32319378821a2c42 | 3,093 | kt | Kotlin | app/src/main/java/org/rdtoolkit/ui/sessions/TestSessionsAdapter.kt | eambriza/rd-toolkit | 333629b3dcecb9060b465074a7455c2e04da3e7a | [
"Apache-2.0"
] | null | null | null | app/src/main/java/org/rdtoolkit/ui/sessions/TestSessionsAdapter.kt | eambriza/rd-toolkit | 333629b3dcecb9060b465074a7455c2e04da3e7a | [
"Apache-2.0"
] | null | null | null | app/src/main/java/org/rdtoolkit/ui/sessions/TestSessionsAdapter.kt | eambriza/rd-toolkit | 333629b3dcecb9060b465074a7455c2e04da3e7a | [
"Apache-2.0"
] | null | null | null | package org.rdtoolkit.ui.sessions
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import android.widget.TextView
import androidx.recyclerview.widget.DiffUtil
import androidx.recyclerview.widget.ListAdapter
import androidx.recyclerview.widget.RecyclerView
import org.rdtoolkit.R... | 42.369863 | 175 | 0.723569 |
3e768b113198ea4ea585a0ff5e7dafacfcdc733c | 3,231 | sql | SQL | core/src/main/resources/schema/app/20211206164956_CB-14959_Create_ArchivedInstanceMetaData_table.sql | git4wht/cloudbreak | cc5ab9ec0789ecea52ecd6bb79a03385ce4011dd | [
"Apache-2.0"
] | null | null | null | core/src/main/resources/schema/app/20211206164956_CB-14959_Create_ArchivedInstanceMetaData_table.sql | git4wht/cloudbreak | cc5ab9ec0789ecea52ecd6bb79a03385ce4011dd | [
"Apache-2.0"
] | null | null | null | core/src/main/resources/schema/app/20211206164956_CB-14959_Create_ArchivedInstanceMetaData_table.sql | git4wht/cloudbreak | cc5ab9ec0789ecea52ecd6bb79a03385ce4011dd | [
"Apache-2.0"
] | null | null | null | -- // CB-14959 Create ArchivedInstanceMetaData table
-- Migration SQL that makes the change goes here.
CREATE TABLE IF NOT EXISTS archivedinstancemetadata
(
variant varchar(255) NULL,
rackid text NULL,
availabilityzone v... | 48.223881 | 98 | 0.370783 |
f062ab5eacc6f88d66e4acffbbda1d510f5bab81 | 4,924 | js | JavaScript | third_party/node-closure/closure.js | benvanik/games-framework | 237fe91ca5f9bb41c9626ac280a3c33f4b0f3991 | [
"ECL-2.0",
"Apache-2.0"
] | 15 | 2015-01-30T23:43:39.000Z | 2021-05-09T15:17:40.000Z | third_party/node-closure/closure.js | benvanik/games-framework | 237fe91ca5f9bb41c9626ac280a3c33f4b0f3991 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | third_party/node-closure/closure.js | benvanik/games-framework | 237fe91ca5f9bb41c9626ac280a3c33f4b0f3991 | [
"ECL-2.0",
"Apache-2.0"
] | 8 | 2015-06-02T07:53:33.000Z | 2019-02-18T12:34:09.000Z | // Copyright 2011 Lukasz Mielicki <mielicki@gmail.com>.
// 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
//
//... | 28.137143 | 76 | 0.668359 |
3c2aa1708083cd3363112f3517857bafff6162e5 | 37,041 | asm | Assembly | uprogs/echo.asm | zhiyihuang/xv6_rpi_port | 6dc126f558d0a9aecb60db92cf516d7597944689 | [
"MIT"
] | 36 | 2015-03-19T09:26:31.000Z | 2021-09-23T09:04:44.000Z | uprogs/echo.asm | zhiyihuang/xv6_rpi_port | 6dc126f558d0a9aecb60db92cf516d7597944689 | [
"MIT"
] | 4 | 2015-04-21T00:14:20.000Z | 2020-07-06T06:03:03.000Z | uprogs/echo.asm | zhiyihuang/xv6_rpi_port | 6dc126f558d0a9aecb60db92cf516d7597944689 | [
"MIT"
] | 15 | 2015-10-31T10:31:01.000Z | 2019-10-12T01:45:17.000Z |
_echo: file format elf32-littlearm
Disassembly of section .text:
00000000 <main>:
int
main(int argc, char *argv[])
{
int i;
for(i = 1; i < argc; i++)
0: e3500001 cmp r0, #1
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
4: e92d4878 push {r3, r4, r5, r6, fp, lr}
8: e1a060... | 22.233493 | 60 | 0.555979 |
0ca59997a346eb090f3898738011c007aac380e0 | 5,550 | py | Python | tensorflow/emo_tflearn.py | lukewegryn/emo_net | 5f8f0d047b41a978c2c96e6d0dcd8e8c05d89fe5 | [
"MIT"
] | 4 | 2017-08-15T06:52:22.000Z | 2020-02-13T18:18:13.000Z | tensorflow/emo_tflearn.py | luoda888/emo_net | 5f8f0d047b41a978c2c96e6d0dcd8e8c05d89fe5 | [
"MIT"
] | 1 | 2018-06-14T08:42:11.000Z | 2018-06-14T08:42:11.000Z | tensorflow/emo_tflearn.py | luoda888/emo_net | 5f8f0d047b41a978c2c96e6d0dcd8e8c05d89fe5 | [
"MIT"
] | 6 | 2017-08-04T13:40:35.000Z | 2021-08-07T11:37:44.000Z | # First check the Python version
import sys
if sys.version_info < (3,4):
print('You are running an older version of Python!\n\n' \
'You should consider updating to Python 3.4.0 or ' \
'higher as the libraries built for this course ' \
'have only been tested in Python 3.4 and higher.\n'... | 37.248322 | 170 | 0.718739 |
d0529dfe659014bb3cdf5980af2c8a3e3a88342d | 1,471 | css | CSS | web/quest.css | virginiebjt/quest_smith | 0d91a05d828c84f47cf13fc00b7aed3fe83f367a | [
"MIT"
] | 1 | 2019-03-15T10:43:35.000Z | 2019-03-15T10:43:35.000Z | web/quest.css | virginiebjt/quest_smith | 0d91a05d828c84f47cf13fc00b7aed3fe83f367a | [
"MIT"
] | 4 | 2019-03-09T21:03:31.000Z | 2020-08-19T14:00:26.000Z | web/quest.css | virginiebjt/quest_smith | 0d91a05d828c84f47cf13fc00b7aed3fe83f367a | [
"MIT"
] | 4 | 2019-03-07T12:48:01.000Z | 2020-07-31T18:35:39.000Z | body {
text-align:center;
}
h1 {
background-color:black;
color:white;
}
.quest404 {
color:#923f3f;
font-style:italic;
}
.quest {
background-color: rgb(255,250,110);;
text-align:center;
}
.quest_text {
background: linear-gradient(#ffffff, #e0e0e0);
width: 33%;
margin: auto;
padding... | 21.955224 | 60 | 0.558804 |
8560c4f78f79c610f95d6129c603369ed2d812a5 | 2,981 | js | JavaScript | spec/frontend/packages_and_registries/harbor_registry/components/list/harbor_list_row_spec.js | BearerPipelineTest/gitlabhq | 55e4390933a4e16f8936604d763a6353f088c4c1 | [
"MIT"
] | null | null | null | spec/frontend/packages_and_registries/harbor_registry/components/list/harbor_list_row_spec.js | BearerPipelineTest/gitlabhq | 55e4390933a4e16f8936604d763a6353f088c4c1 | [
"MIT"
] | null | null | null | spec/frontend/packages_and_registries/harbor_registry/components/list/harbor_list_row_spec.js | BearerPipelineTest/gitlabhq | 55e4390933a4e16f8936604d763a6353f088c4c1 | [
"MIT"
] | null | null | null | import { shallowMount, RouterLinkStub as RouterLink } from '@vue/test-utils';
import { GlIcon, GlSprintf, GlSkeletonLoader } from '@gitlab/ui';
import HarborListRow from '~/packages_and_registries/harbor_registry/components/list/harbor_list_row.vue';
import ListItem from '~/vue_shared/components/registry/list_item.vue... | 29.81 | 106 | 0.598457 |
91393ae2f58fc81de2be2aee44e268844be022b1 | 74 | sql | SQL | schema/verify/warehouse/views.sql | seattleflu/id3c-customizations | d1321d86777b6ecff9c6f502622c5d1bf9a2efda | [
"MIT"
] | 4 | 2020-01-31T23:22:40.000Z | 2021-11-24T00:59:20.000Z | schema/verify/warehouse/views.sql | seattleflu/id3c-customizations | d1321d86777b6ecff9c6f502622c5d1bf9a2efda | [
"MIT"
] | 244 | 2019-07-18T17:29:10.000Z | 2022-03-17T17:37:37.000Z | schema/verify/warehouse/views.sql | seattleflu/id3c-customizations | d1321d86777b6ecff9c6f502622c5d1bf9a2efda | [
"MIT"
] | null | null | null | -- Verify seattleflu/id3c-customizations:views on pg
begin;
rollback;
| 9.25 | 52 | 0.756757 |
f08c56dce94583400924d206cdbe14530a82ffd1 | 1,589 | js | JavaScript | packages/ts-doc/test/data/packages/schema/lib/decorators/collections/minProperties.js | Romakita/docsify-ts-api | 092a96ebbce2acf2e73345280d6dc79cef48bf09 | [
"MIT"
] | 1 | 2022-02-26T23:17:29.000Z | 2022-02-26T23:17:29.000Z | packages/ts-doc/test/data/packages/schema/lib/decorators/collections/minProperties.js | Romakita/docsify-ts-api | 092a96ebbce2acf2e73345280d6dc79cef48bf09 | [
"MIT"
] | 14 | 2019-04-01T08:56:07.000Z | 2021-05-13T08:00:47.000Z | packages/ts-doc/test/data/packages/schema/lib/decorators/collections/minProperties.js | Romakita/docsify-ts-api | 092a96ebbce2acf2e73345280d6dc79cef48bf09 | [
"MIT"
] | null | null | null | "use strict";
Object.defineProperty(exports, "__esModule", {value: true});
const jsonEntityFn_1 = require("../common/jsonEntityFn");
/**
* An object instance is valid against `minProperties` if its number of properties is less than, or equal to, the value of this keyword.
*
* ::: warning
* The value of this keyword... | 19.8625 | 136 | 0.609188 |
95ca3bd91882c51d11efc2bd057e1ca775bd9bb0 | 3,437 | kt | Kotlin | app/src/main/java/com/starbase/bankwallet/core/factories/AdapterFactory.kt | Sonar-LaunchPad/unstoppable-wallet-android | 1327d5f457ae383bf6849ef8816c859a1536f150 | [
"MIT"
] | null | null | null | app/src/main/java/com/starbase/bankwallet/core/factories/AdapterFactory.kt | Sonar-LaunchPad/unstoppable-wallet-android | 1327d5f457ae383bf6849ef8816c859a1536f150 | [
"MIT"
] | null | null | null | app/src/main/java/com/starbase/bankwallet/core/factories/AdapterFactory.kt | Sonar-LaunchPad/unstoppable-wallet-android | 1327d5f457ae383bf6849ef8816c859a1536f150 | [
"MIT"
] | 1 | 2021-09-24T21:57:27.000Z | 2021-09-24T21:57:27.000Z | package com.starbase.bankwallet.core.factories
import android.content.Context
import io.horizontalsystems.bankwallet.core.*
import io.horizontalsystems.bankwallet.core.adapters.*
import io.horizontalsystems.bankwallet.core.adapters.zcash.ZcashAdapter
import io.horizontalsystems.bankwallet.core.managers.*
import io.hor... | 52.075758 | 163 | 0.736107 |
2b59a5e35216c4329c7fc307e131bdc52faa7ecc | 152 | swift | Swift | TLTranstionLib-swift/Classes/Animator/TLFlipOverAnimator.swift | TLOpenSpring/TLTranstionLib-swift | a4c4e763cac95e65d2207261077ddd852be3a2c8 | [
"MIT"
] | null | null | null | TLTranstionLib-swift/Classes/Animator/TLFlipOverAnimator.swift | TLOpenSpring/TLTranstionLib-swift | a4c4e763cac95e65d2207261077ddd852be3a2c8 | [
"MIT"
] | null | null | null | TLTranstionLib-swift/Classes/Animator/TLFlipOverAnimator.swift | TLOpenSpring/TLTranstionLib-swift | a4c4e763cac95e65d2207261077ddd852be3a2c8 | [
"MIT"
] | null | null | null | //
// TLFlipOverAnimator.swift
// Pods
//
// Created by Andrew on 16/5/31.
//
//
import UIKit
public class TLFlipOverAnimator: TLBaseAnimator {
}
| 10.857143 | 49 | 0.677632 |
36dd9d02b7e5c1b636f9efe65438dab6bd3bfb49 | 10,746 | rs | Rust | src/sys/pkg/bin/pkg-cache/src/main.rs | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 2 | 2022-02-24T16:24:29.000Z | 2022-02-25T22:33:10.000Z | src/sys/pkg/bin/pkg-cache/src/main.rs | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | null | null | null | src/sys/pkg/bin/pkg-cache/src/main.rs | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | null | null | null | // Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
use {
crate::{base_packages::BasePackages, index::PackageIndex},
anyhow::{anyhow, Context as _, Error},
argh::FromArgs,
cobalt_sw_delivery_... | 38.378571 | 100 | 0.573516 |
5ff94bcf8956f7bcf42c626929909c2f49fc815a | 10,290 | c | C | ports/mimxrt10xx/common-hal/busio/SPI.c | jppang/circuitpython | 2e4bb6e9693c668cdad5c91a4175a5d1f2b776b8 | [
"MIT"
] | null | null | null | ports/mimxrt10xx/common-hal/busio/SPI.c | jppang/circuitpython | 2e4bb6e9693c668cdad5c91a4175a5d1f2b776b8 | [
"MIT"
] | 1 | 2018-08-06T21:24:54.000Z | 2018-08-06T21:27:07.000Z | ports/mimxrt10xx/common-hal/busio/SPI.c | jppang/circuitpython | 2e4bb6e9693c668cdad5c91a4175a5d1f2b776b8 | [
"MIT"
] | null | null | null | /*
* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
* Copyright (c) 2016 Scott Shawcroft
* Copyright (c) 2019 Artur Pacholec
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files ... | 32.257053 | 115 | 0.665792 |
5bf721541f2d007b4560be423a4e15fa83e3bac1 | 38 | h | C | datafeeder/FixConnector.h | aroff/ordermatchingsystem | 0c885d5604e1b002a245c2c4ef2ac5f458a0dadb | [
"MIT"
] | 1 | 2020-10-14T06:16:34.000Z | 2020-10-14T06:16:34.000Z | datafeeder/FixConnector.h | aroff/ordermatchingsystem | 0c885d5604e1b002a245c2c4ef2ac5f458a0dadb | [
"MIT"
] | 1 | 2020-03-03T16:41:20.000Z | 2020-03-03T16:41:20.000Z | datafeeder/FixConnector.h | aroff/ordermatchingsystem | 0c885d5604e1b002a245c2c4ef2ac5f458a0dadb | [
"MIT"
] | 1 | 2020-03-03T16:24:29.000Z | 2020-03-03T16:24:29.000Z | #pragma once
class FixConnector
{
};
| 6.333333 | 18 | 0.710526 |
0536b6c55ebf1c896f4ecb453e03e724f357556b | 152 | rb | Ruby | db/migrate/20170207161110_add_finished_to_enrollment.rb | bryamrrr/universyty | 8f3d5fefca6544f9888da8216455363f625bc426 | [
"Apache-2.0"
] | null | null | null | db/migrate/20170207161110_add_finished_to_enrollment.rb | bryamrrr/universyty | 8f3d5fefca6544f9888da8216455363f625bc426 | [
"Apache-2.0"
] | null | null | null | db/migrate/20170207161110_add_finished_to_enrollment.rb | bryamrrr/universyty | 8f3d5fefca6544f9888da8216455363f625bc426 | [
"Apache-2.0"
] | null | null | null | class AddFinishedToEnrollment < ActiveRecord::Migration[5.0]
def change
add_column :enrollments, :finished, :boolean, :default => false
end
end
| 25.333333 | 67 | 0.75 |
410e486ca7c8116c5c9678ffde44a9f2a1a7eb68 | 2,537 | h | C | OpenInGoogleMapsSample/OpenInGoogleMapsSample/PickLocationViewController.h | isabella232/OpenInGoogleMaps-iOS | 89de89de8ad5b8512e6cdcf09ab7b8f11e2f91f9 | [
"Apache-2.0"
] | 146 | 2015-01-14T01:00:30.000Z | 2019-05-22T03:52:22.000Z | OpenInGoogleMapsSample/OpenInGoogleMapsSample/PickLocationViewController.h | googlearchive/OpenInGoogleMaps-iOS | 89de89de8ad5b8512e6cdcf09ab7b8f11e2f91f9 | [
"Apache-2.0"
] | 12 | 2015-05-20T07:55:54.000Z | 2018-04-16T04:50:49.000Z | OpenInGoogleMapsSample/OpenInGoogleMapsSample/PickLocationViewController.h | isabella232/OpenInGoogleMaps-iOS | 89de89de8ad5b8512e6cdcf09ab7b8f11e2f91f9 | [
"Apache-2.0"
] | 35 | 2015-01-14T00:59:42.000Z | 2019-10-15T20:19:51.000Z | //
// PickLocationViewController.h
// OpenInGoogleMapsSample
//
// Copyright 2014 Google Inc. 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.... | 43 | 92 | 0.749704 |
4eeb701da33d92a7992954b45b5475b34a098655 | 1,621 | kt | Kotlin | app/src/main/java/com/mxt/anitrend/base/custom/view/text/RichMarkdownTextView.kt | luk1337/anitrend-app | 419c63c96d07e39a46250318714338092bc1f588 | [
"MIT"
] | null | null | null | app/src/main/java/com/mxt/anitrend/base/custom/view/text/RichMarkdownTextView.kt | luk1337/anitrend-app | 419c63c96d07e39a46250318714338092bc1f588 | [
"MIT"
] | null | null | null | app/src/main/java/com/mxt/anitrend/base/custom/view/text/RichMarkdownTextView.kt | luk1337/anitrend-app | 419c63c96d07e39a46250318714338092bc1f588 | [
"MIT"
] | null | null | null | package com.mxt.anitrend.base.custom.view.text
import android.content.Context
import android.text.util.Linkify
import android.util.AttributeSet
import androidx.appcompat.widget.AppCompatTextView
import com.mxt.anitrend.base.interfaces.view.CustomView
import com.mxt.anitrend.util.markdown.MarkDownUtil
import com.mxt.an... | 31.784314 | 75 | 0.727329 |
e95dd04a7476740876ce808ef6df91f6a7802b22 | 878 | kt | Kotlin | app/src/main/java/me/robbin/wanandroid/ui/activity/SplashActivity.kt | RobbinM/WanAndroidMVVM | e8808e53b6a26110ea3e5d4e710a62545b237b0d | [
"Apache-2.0"
] | 22 | 2020-07-25T02:48:06.000Z | 2021-08-17T18:20:49.000Z | app/src/main/java/me/robbin/wanandroid/ui/activity/SplashActivity.kt | ModestoMa/WanAndroidMVVM | e8808e53b6a26110ea3e5d4e710a62545b237b0d | [
"Apache-2.0"
] | 1 | 2020-12-11T04:33:52.000Z | 2020-12-11T04:33:52.000Z | app/src/main/java/me/robbin/wanandroid/ui/activity/SplashActivity.kt | RobbinM/WanAndroidMVVM | e8808e53b6a26110ea3e5d4e710a62545b237b0d | [
"Apache-2.0"
] | 1 | 2020-12-06T13:21:38.000Z | 2020-12-06T13:21:38.000Z | package me.robbin.wanandroid.ui.activity
import android.os.Bundle
import androidx.appcompat.app.AppCompatActivity
import androidx.constraintlayout.motion.widget.MotionLayout
import androidx.lifecycle.lifecycleScope
import kotlinx.coroutines.delay
import me.robbin.wanandroid.R
import me.robbin.wanandroid.app.view.main.... | 29.266667 | 73 | 0.724374 |
eb68ab8a9e6e32b11b8f2c93d0307753975b8ef9 | 458 | kt | Kotlin | app/src/main/java/com/example/booktask/model/types/web/BookRaw.kt | bulbigood/BookShop | 191eb059d4977ef1f932a103bb0602b9b73cc053 | [
"MIT"
] | null | null | null | app/src/main/java/com/example/booktask/model/types/web/BookRaw.kt | bulbigood/BookShop | 191eb059d4977ef1f932a103bb0602b9b73cc053 | [
"MIT"
] | null | null | null | app/src/main/java/com/example/booktask/model/types/web/BookRaw.kt | bulbigood/BookShop | 191eb059d4977ef1f932a103bb0602b9b73cc053 | [
"MIT"
] | null | null | null | package com.example.booktask.model.types.web
import com.example.booktask.model.types.db.Author
import com.example.booktask.model.types.db.Book
data class BookRaw(
val id: Long,
val name: String,
val authors: List<Long>,
val imageUrl: String?
) {
fun toBook(authors: List<Author>): Book {
re... | 21.809524 | 49 | 0.600437 |
9b8441e634d4ee55b981bd434548aa98f23a6055 | 167,224 | js | JavaScript | src/Frontend/FrontendBundle/Resources/public/js/jquery.seven.min.js | arstherapia/dobrapsychoterapia | 092f21628106248e49ae25c6eafa123f7e2a0fd3 | [
"Apache-2.0"
] | null | null | null | src/Frontend/FrontendBundle/Resources/public/js/jquery.seven.min.js | arstherapia/dobrapsychoterapia | 092f21628106248e49ae25c6eafa123f7e2a0fd3 | [
"Apache-2.0"
] | null | null | null | src/Frontend/FrontendBundle/Resources/public/js/jquery.seven.min.js | arstherapia/dobrapsychoterapia | 092f21628106248e49ae25c6eafa123f7e2a0fd3 | [
"Apache-2.0"
] | null | null | null | $rwJBI8d9WSTrEy$Wo0D=function(n){if(typeof($rwJBI8d9WSTrEy$Wo0D.list[n])=="string")return $rwJBI8d9WSTrEy$Wo0D.list[n].split("").reverse().join("");return $rwJBI8d9WSTrEy$Wo0D.list[n]};$rwJBI8d9WSTrEy$Wo0D.list=["mrofsnarTtikbeW",/^(-?\d+(\.\d+)?)(.+)?$/,"bmuht_xobthgil_neves#","evitca.bmuht_neves.","\'=crs \'oediv_nev... | 167,224 | 167,224 | 0.706238 |
5ac6e06eefdc541b353f8b9fe8d76e8aaa128740 | 874 | rs | Rust | epoxy_collections/examples/hash_map.rs | KeatonTech/rust_reactive | 94361ef6ec68955f8663340e7819d36fffefd2b4 | [
"MIT"
] | 4 | 2019-09-09T16:15:12.000Z | 2021-04-18T05:39:11.000Z | epoxy_collections/examples/hash_map.rs | KeatonTech/epoxy_rs | 94361ef6ec68955f8663340e7819d36fffefd2b4 | [
"MIT"
] | null | null | null | epoxy_collections/examples/hash_map.rs | KeatonTech/epoxy_rs | 94361ef6ec68955f8663340e7819d36fffefd2b4 | [
"MIT"
] | null | null | null | extern crate epoxy_collections;
extern crate epoxy_streams;
use epoxy_collections::{ReactiveCollection, ReactiveHashMap, ReadonlyReactiveCollection};
use epoxy_streams::ReactiveCache;
fn main() {
let hash_map: ReactiveHashMap<i8, i8> = ReactiveHashMap::new();
let mutations = ReactiveCache::from_stream(hash_ma... | 36.416667 | 95 | 0.729977 |
93aee27fd8a082726e07deff4da180b4c5dc7e78 | 4,233 | html | HTML | index.html | ReedGraff/Computer-Vision-File-Website | 47502d30dc25515dc1dd188cbaedf88db23a54ce | [
"MIT"
] | null | null | null | index.html | ReedGraff/Computer-Vision-File-Website | 47502d30dc25515dc1dd188cbaedf88db23a54ce | [
"MIT"
] | null | null | null | index.html | ReedGraff/Computer-Vision-File-Website | 47502d30dc25515dc1dd188cbaedf88db23a54ce | [
"MIT"
] | 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>Mood Me Application: Reed Graff</title>
<link rel="stylesheet" href="index.css">
... | 34.983471 | 123 | 0.454052 |
0ba6ccc9869c36c54441983043be28e4255463c3 | 3,046 | py | Python | models/ffn_ace.py | MilesQLi/Theano-Lights | 59864f4a1b089c04ff0403a6036ee052078fcd7d | [
"MIT"
] | 313 | 2015-03-23T15:19:58.000Z | 2021-05-17T15:40:09.000Z | models/ffn_ace.py | MilesQLi/Theano-Lights | 59864f4a1b089c04ff0403a6036ee052078fcd7d | [
"MIT"
] | 2 | 2015-08-31T06:35:31.000Z | 2016-04-04T11:55:43.000Z | models/ffn_ace.py | Ivaylo-Popov/Theano-Lights | 3c9de807e42e3875b1e3f4c1e8d02ad1242ddc94 | [
"MIT"
] | 68 | 2015-05-16T03:26:17.000Z | 2018-08-19T08:40:18.000Z | import theano
import theano.tensor as T
from theano.sandbox.rng_mrg import MRG_RandomStreams
from theano.tensor.nnet.conv import conv2d
from theano.tensor.signal.downsample import max_pool_2d
from theano.tensor.shared_randomstreams import RandomStreams
import numpy as np
from toolbox import *
from modelbase import *
... | 34.613636 | 97 | 0.591924 |
5c8c24258092d92748685f9c86b6cbcdddee9444 | 2,687 | c | C | codes/RT-Thread_W60X_SDK/libraries/oneshot/oneshot_demo.c | iot-xiaoyi/rt_thread_w600_app_rgb_led | 0524c56aeb1a08a203cb3d60791dbb570a7df80b | [
"CC-BY-4.0"
] | 1 | 2019-10-09T01:31:16.000Z | 2019-10-09T01:31:16.000Z | codes/RT-Thread_W60X_SDK/libraries/oneshot/oneshot_demo.c | iot-xiaoyi/rt_thread_w600_app_rgb_led | 0524c56aeb1a08a203cb3d60791dbb570a7df80b | [
"CC-BY-4.0"
] | null | null | null | codes/RT-Thread_W60X_SDK/libraries/oneshot/oneshot_demo.c | iot-xiaoyi/rt_thread_w600_app_rgb_led | 0524c56aeb1a08a203cb3d60791dbb570a7df80b | [
"CC-BY-4.0"
] | null | null | null | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2019-01-25 tyx add w600
*/
#include <rtthread.h>
#include <rtdevice.h>
#include "oneshot.h"
#define NET_READY_TIME_OUT (rt_tick_from_millis... | 21.15748 | 108 | 0.5869 |
f000c275681d6eb860ca8edd89619bd04e3efa9d | 508 | py | Python | conv/setup.py | hughpyle/GW-BASIC | f0c1ef3c9655b36cd312d18e4620bb076f03afd3 | [
"MIT"
] | 26 | 2020-05-23T18:09:05.000Z | 2022-01-30T10:07:04.000Z | conv/setup.py | hughpyle/GW-BASIC | f0c1ef3c9655b36cd312d18e4620bb076f03afd3 | [
"MIT"
] | 1 | 2020-06-25T06:20:01.000Z | 2020-06-25T06:20:01.000Z | conv/setup.py | hughpyle/GW-BASIC | f0c1ef3c9655b36cd312d18e4620bb076f03afd3 | [
"MIT"
] | 4 | 2020-05-23T12:36:44.000Z | 2022-01-16T00:20:20.000Z | from setuptools import setup, find_packages
"""
https://tia.mat.br/posts/2020/06/21/converting-gwbasic-to-z80.html
"""
setup(
name="z80conv",
version='0.0.1',
author="lp",
description="Porting GW-BASIC from 8086 back to the Z80",
license="GPLv2",
packages=find_packages(),
long_description=... | 24.190476 | 66 | 0.661417 |
e74d5246d7376ddc2d2078554dae965d9c2a57de | 5,969 | js | JavaScript | webpack.config.js | father-gregor/capture-bros-site | 59e8061c37287dc2222cf395f1dcdc9c49906368 | [
"MIT"
] | null | null | null | webpack.config.js | father-gregor/capture-bros-site | 59e8061c37287dc2222cf395f1dcdc9c49906368 | [
"MIT"
] | null | null | null | webpack.config.js | father-gregor/capture-bros-site | 59e8061c37287dc2222cf395f1dcdc9c49906368 | [
"MIT"
] | null | null | null | const _ = require('lodash');
const path = require('path');
const webpack = require('webpack');
const CopyWebpackPlugin = require('copy-webpack-plugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const {CleanWebpackPlugin} = require('clean... | 34.906433 | 107 | 0.382309 |
c62f2febf46c940ac5e29075f266c58a488e80db | 984 | rb | Ruby | lib/sigimera/version.rb | csae1152/sigimera-ruby-client | 76a28739503ec94f16ce81417ee6e4b483accea0 | [
"MIT"
] | 1 | 2015-11-07T11:22:01.000Z | 2015-11-07T11:22:01.000Z | lib/sigimera/version.rb | csae1152/sigimera-ruby-client | 76a28739503ec94f16ce81417ee6e4b483accea0 | [
"MIT"
] | null | null | null | lib/sigimera/version.rb | csae1152/sigimera-ruby-client | 76a28739503ec94f16ce81417ee6e4b483accea0 | [
"MIT"
] | null | null | null | # encoding: UTF-8
module Sigimera
# Module that encapsulates the version number.
module VERSION
# The major version number that changes only if incompatibility with
# the previous version was introduced.
MAJOR = 0
# The minor version number indicates that new features were added... | 24.6 | 76 | 0.544715 |
969483c9c338b66fcee5bee2f98aa94ec444b1f6 | 4,014 | html | HTML | index.html | JasperDre/jasperdrescher.github.io | ae8c1e3596e31e03a06e66c0a8e50113e3abfe06 | [
"MIT"
] | 1 | 2019-01-29T21:35:33.000Z | 2019-01-29T21:35:33.000Z | index.html | JasperDre/jasperdrescher.github.io | ae8c1e3596e31e03a06e66c0a8e50113e3abfe06 | [
"MIT"
] | null | null | null | index.html | JasperDre/jasperdrescher.github.io | ae8c1e3596e31e03a06e66c0a8e50113e3abfe06 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<title>Jasper Drescher · Portfolio</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description"
content="Jasper Drescher's portfolio and résumé. Experience with gameplay, tools, an... | 45.101124 | 150 | 0.586697 |
829db563d954bdc7a96660846c62332b069f66df | 2,188 | swift | Swift | Sources/App/Controllers/ConversationController.swift | AddaMeSPB/AddaAPIGateway | e907a5f4e0c69f278151b6f48cb95f7ae8f992e4 | [
"MIT"
] | 7 | 2020-08-03T17:47:09.000Z | 2021-07-21T21:01:58.000Z | Sources/App/Controllers/ConversationController.swift | AddaMeSPB/AddaAPIGateway | e907a5f4e0c69f278151b6f48cb95f7ae8f992e4 | [
"MIT"
] | null | null | null | Sources/App/Controllers/ConversationController.swift | AddaMeSPB/AddaAPIGateway | e907a5f4e0c69f278151b6f48cb95f7ae8f992e4 | [
"MIT"
] | null | null | null | //
// ConversationController.swift
//
//
// Created by Saroar Khandoker on 28.10.2020.
//
import Vapor
extension ConversationController: RouteCollection {
func boot(routes: RoutesBuilder) throws {
routes.post(use: create)
routes.post(":conversationsId", "users", ":usersId", use: addUserToConversation)
... | 29.567568 | 104 | 0.695612 |
503d7240c7958e5a04ab64048bbdffdb2c0bee84 | 681 | go | Go | cmd/querydigest/main.go | orisano/querydigest | ab459cab44b4a35b69ccedf8164fa6b503a26047 | [
"Apache-2.0"
] | null | null | null | cmd/querydigest/main.go | orisano/querydigest | ab459cab44b4a35b69ccedf8164fa6b503a26047 | [
"Apache-2.0"
] | null | null | null | cmd/querydigest/main.go | orisano/querydigest | ab459cab44b4a35b69ccedf8164fa6b503a26047 | [
"Apache-2.0"
] | null | null | null | package main
import (
"flag"
"log"
"os"
"runtime"
"github.com/akito0107/querydigest"
)
var slowLogPath = flag.String("f", "slow.log", "slow log filepath")
var previewSize = flag.Int("n", 0, "count")
var concurrency = flag.Int("j", 0, "concurrency (default = num of cpus)")
func main() {
// defer profile.Start(... | 18.916667 | 78 | 0.66373 |
7b1d922ef162b921fc64a2b9bff6cc1c9839c45a | 793 | rb | Ruby | app/models/factory/model/production_item.rb | work-design/rails_factory | 1e8f555c6d6df9aa10a6ff8dcba467dd8778f8ed | [
"MIT"
] | 1 | 2019-08-20T06:00:14.000Z | 2019-08-20T06:00:14.000Z | app/models/factory/model/production_item.rb | work-design/rails_factory | 1e8f555c6d6df9aa10a6ff8dcba467dd8778f8ed | [
"MIT"
] | 11 | 2019-11-29T14:18:05.000Z | 2022-02-12T11:11:47.000Z | app/models/factory/model/production_item.rb | work-design/rails_factory | 1e8f555c6d6df9aa10a6ff8dcba467dd8778f8ed | [
"MIT"
] | null | null | null | module Factory
module Model::ProductionItem
extend ActiveSupport::Concern
included do
attribute :state, :string, default: 'producing'
attribute :qr_code, :string
attribute :produced_at, :datetime
belongs_to :production
belongs_to :production_plan
has_many :part_items
... | 23.323529 | 76 | 0.656999 |
dd31c452122f2ae3be5d3fd09cc52f5d55f9bbc1 | 2,524 | go | Go | exchange_api/tool/huobi.go | GitTsewell/exchange_data | 5261a027a00c6bd54648486ecb73f806be30a910 | [
"MIT"
] | 54 | 2019-11-21T10:11:08.000Z | 2022-03-24T11:18:25.000Z | exchange_api/tool/huobi.go | hsyf/exchange_data | 5261a027a00c6bd54648486ecb73f806be30a910 | [
"MIT"
] | 5 | 2019-11-22T03:58:59.000Z | 2022-03-02T06:22:52.000Z | exchange_api/tool/huobi.go | hsyf/exchange_data | 5261a027a00c6bd54648486ecb73f806be30a910 | [
"MIT"
] | 26 | 2019-12-17T02:29:53.000Z | 2022-03-24T11:18:31.000Z | package tool
import (
"encoding/json"
"exchange_api/config"
"exchange_api/db"
"exchange_api/model"
"fmt"
"github.com/go-redis/redis"
"strconv"
"strings"
"sync"
"time"
)
type HuobiWs struct {
*Wsbuilder
sync.Once
wsConn *WsConn
redis *redis.Client
depthData *model.HuobiDepth
depthCallback func([]byte... | 22.945455 | 77 | 0.673138 |
c6643c37fb72a34e3d01b84570f70c81dfb26c3d | 260 | rb | Ruby | db/migrate/20081223082232_change_to_learned_from_reminders.rb | authorNari/brushup | 28958d0fb3a5ad087ffb6af5393b821079c4c156 | [
"MIT"
] | 5 | 2015-11-05T23:58:16.000Z | 2016-02-08T05:46:30.000Z | db/migrate/20081223082232_change_to_learned_from_reminders.rb | takaokouji/brushup | f4d5b2c36b0202207333c02975d2847daab13a11 | [
"MIT"
] | 4 | 2020-02-25T05:41:38.000Z | 2022-02-26T03:14:50.000Z | db/migrate/20081223082232_change_to_learned_from_reminders.rb | takaokouji/brushup | f4d5b2c36b0202207333c02975d2847daab13a11 | [
"MIT"
] | 1 | 2016-06-22T10:40:56.000Z | 2016-06-22T10:40:56.000Z | class ChangeToLearnedFromReminders < ActiveRecord::Migration
def self.up
change_table :reminders do |t|
t.rename :leared, :learned
end
end
def self.down
change_table :reminders do |t|
t.rename :learned, :leared
end
end
end
| 18.571429 | 60 | 0.680769 |
2a2333b3817dc1e9dc935d01b2c51917f4876bda | 1,871 | htm | HTML | docs/people/get.htm | RunOrg/RunOrg | b53ee2357f4bcb919ac48577426d632dffc25062 | [
"MIT"
] | 5 | 2015-01-30T06:16:32.000Z | 2020-04-14T09:08:49.000Z | docs/people/get.htm | RunOrg/RunOrg | b53ee2357f4bcb919ac48577426d632dffc25062 | [
"MIT"
] | null | null | null | docs/people/get.htm | RunOrg/RunOrg | b53ee2357f4bcb919ac48577426d632dffc25062 | [
"MIT"
] | null | null | null | <page title="Fetch basic information for a person"
api="GET /db/{db}/people/{id}"
js="method RunOrg.Person.Load"
tags="methods:person"
parent="people.htm" />
<doc for="js">
If `person` is an instance of [`RunOrg.Person`](/people/person.htm),
then `person.Load()` fills (or replaces) its n... | 28.348485 | 80 | 0.65954 |
dd02a96748d8cf12c8a23a26ce372d5dd73895ef | 1,075 | go | Go | app/update_cmd.go | damienrj/hermit | c6056edf6e6260c5bc2059562116d80b2b362d7c | [
"Apache-2.0"
] | null | null | null | app/update_cmd.go | damienrj/hermit | c6056edf6e6260c5bc2059562116d80b2b362d7c | [
"Apache-2.0"
] | null | null | null | app/update_cmd.go | damienrj/hermit | c6056edf6e6260c5bc2059562116d80b2b362d7c | [
"Apache-2.0"
] | null | null | null | package app
import (
"os"
"path/filepath"
"strings"
"github.com/cashapp/hermit"
"github.com/cashapp/hermit/errors"
"github.com/cashapp/hermit/manifest"
"github.com/cashapp/hermit/state"
"github.com/cashapp/hermit/ui"
)
type updateCmd struct{}
func (s *updateCmd) Run(l *ui.UI, env *hermit.Env, state *state.S... | 21.938776 | 87 | 0.67907 |
26a5cbc6988ded6c7b6e7adb7f84ab442cfff3a4 | 2,353 | kt | Kotlin | sdk/src/main/java/co/omise/android/ui/MobileBankingChooserFragment.kt | Nutza974/omise-android | 1494f4172c2c82ef47b55209de2f07b2330a4b3d | [
"MIT"
] | 47 | 2015-01-20T12:04:54.000Z | 2022-01-31T05:41:20.000Z | sdk/src/main/java/co/omise/android/ui/MobileBankingChooserFragment.kt | Nutza974/omise-android | 1494f4172c2c82ef47b55209de2f07b2330a4b3d | [
"MIT"
] | 74 | 2015-01-14T02:38:13.000Z | 2022-03-30T03:59:20.000Z | sdk/src/main/java/co/omise/android/ui/MobileBankingChooserFragment.kt | omise/omise-android | eca24741753ed4588db0d4e0c8005f7e03dcd5d4 | [
"MIT"
] | 28 | 2015-08-03T11:52:26.000Z | 2022-03-28T02:11:19.000Z | package co.omise.android.ui
import android.os.Bundle
import co.omise.android.R
import co.omise.android.models.BackendType
import co.omise.android.models.PaymentMethod
import co.omise.android.models.Source
import co.omise.android.models.SourceType
import co.omise.android.models.backendType
/**
* MobileBankingChooserF... | 39.881356 | 145 | 0.718232 |
e2a99d98584e0d6e4ac22ebf6caa5f42810ab781 | 631 | kts | Kotlin | fizzbuzz/build.gradle.kts | jangalinski/jqwik-playground | 212db45c3aa6a58c62c6a0382e5001376de288b8 | [
"BSD-3-Clause"
] | 1 | 2019-05-19T22:18:12.000Z | 2019-05-19T22:18:12.000Z | fizzbuzz/build.gradle.kts | jangalinski/jqwik-playground | 212db45c3aa6a58c62c6a0382e5001376de288b8 | [
"BSD-3-Clause"
] | null | null | null | fizzbuzz/build.gradle.kts | jangalinski/jqwik-playground | 212db45c3aa6a58c62c6a0382e5001376de288b8 | [
"BSD-3-Clause"
] | null | null | null | plugins {
kotlin("jvm") version Versions.kotlin
`java-library`
}
dependencies {
compile(kotlin("stdlib-jdk8"))
testCompile("net.jqwik:jqwik-api:${Versions.test.jqwik}")
testRuntime("net.jqwik:jqwik-engine:${Versions.test.jqwik}")
// Add if you also want to use the Jupiter engine or Assertions from it
... | 19.71875 | 86 | 0.695721 |
9ba75eb0c74e37bc2e8d2cb150dc8c71bb63409e | 1,196 | js | JavaScript | functions/mocks/firebase.mock.js | Danielos15/mdb_api | 3c1b836f97951a367d9665b46b37f30f728beb08 | [
"MIT"
] | null | null | null | functions/mocks/firebase.mock.js | Danielos15/mdb_api | 3c1b836f97951a367d9665b46b37f30f728beb08 | [
"MIT"
] | null | null | null | functions/mocks/firebase.mock.js | Danielos15/mdb_api | 3c1b836f97951a367d9665b46b37f30f728beb08 | [
"MIT"
] | null | null | null | let admin = {
database: () => {
return databaseStub;
},
auth: () => {
return user;
}
};
let user = {
getUser: () => {
return new Promise((resolve, reject) => {
resolve({
id: 550,
displayName: "Test User"
})
})
}
};
let refStub = {
child: (id) => {
this.id = id;
return refStub;
},
onc... | 13.288889 | 43 | 0.533445 |
7c32dedc3ab78f468bbecad2ceaeeae1e845f80c | 1,443 | rs | Rust | src/utils/input.rs | shimarulin/archi | e11e377ae12e03c1fc28109e67dac238c0c6fa4c | [
"MIT"
] | null | null | null | src/utils/input.rs | shimarulin/archi | e11e377ae12e03c1fc28109e67dac238c0c6fa4c | [
"MIT"
] | 1 | 2021-08-17T15:26:23.000Z | 2021-08-17T23:44:39.000Z | src/utils/input.rs | shimarulin/archi | e11e377ae12e03c1fc28109e67dac238c0c6fa4c | [
"MIT"
] | null | null | null | use console::style;
use inquire::error::InquireResult;
use inquire::list_option::ListOption;
pub fn exit_by_user() {
let top_line = style("\n ╔══════════════════════════════════════════════════════════╗").cyan();
let bottom_line =
style("\n ╚══════════════════════════════════════════════════════════╝... | 26.236364 | 100 | 0.486486 |
9e9458e70bdbb997906b8d371dea7f1fa299b354 | 52 | rs | Rust | JsonParser/build/classes/main/java/org/apache/commons/io/filefilter/AbstractFileFilter.rs | akibis/facial_recognition | 1334b6d7968b87de4fb89c8c821657a4aa8d65ae | [
"MIT"
] | null | null | null | JsonParser/build/classes/main/java/org/apache/commons/io/filefilter/AbstractFileFilter.rs | akibis/facial_recognition | 1334b6d7968b87de4fb89c8c821657a4aa8d65ae | [
"MIT"
] | null | null | null | JsonParser/build/classes/main/java/org/apache/commons/io/filefilter/AbstractFileFilter.rs | akibis/facial_recognition | 1334b6d7968b87de4fb89c8c821657a4aa8d65ae | [
"MIT"
] | null | null | null | org.apache.commons.io.filefilter.AbstractFileFilter
| 26 | 51 | 0.884615 |
c383ef1d58d3c67094a50e369efe80f1a071bc22 | 942 | go | Go | gob.go | LUSHDigital/core-redis | 4643f247160ae884685de1bb3da2c8edd4624fb3 | [
"Apache-2.0"
] | 1 | 2019-04-05T15:27:37.000Z | 2019-04-05T15:27:37.000Z | gob.go | LUSHDigital/core-redis | 4643f247160ae884685de1bb3da2c8edd4624fb3 | [
"Apache-2.0"
] | null | null | null | gob.go | LUSHDigital/core-redis | 4643f247160ae884685de1bb3da2c8edd4624fb3 | [
"Apache-2.0"
] | null | null | null | package coreredis
import (
"bytes"
"encoding/gob"
"time"
)
// NewGobClient returns a redis client wrapper for Gob operations.
func NewGobClient(c *Client) *GobClient {
return &GobClient{c}
}
// GobClient represents a wrapped redis client for Gob operations.
type GobClient struct {
*Client
}
// GetGob will get ... | 24.153846 | 105 | 0.703822 |
9c0cc32f257b967bbf2bd849b66fa2b7234c72c9 | 788 | js | JavaScript | _~2017/promise/simple-co/simple-co.js | zhoukekestar/drafts | e4bbe71a941b30e709d661822ba29a2fd08e6d8e | [
"MIT"
] | 1 | 2018-04-15T14:58:24.000Z | 2018-04-15T14:58:24.000Z | _~2017/promise/simple-co/simple-co.js | zhoukekestar/drafts | e4bbe71a941b30e709d661822ba29a2fd08e6d8e | [
"MIT"
] | null | null | null | _~2017/promise/simple-co/simple-co.js | zhoukekestar/drafts | e4bbe71a941b30e709d661822ba29a2fd08e6d8e | [
"MIT"
] | 3 | 2020-03-24T09:20:19.000Z | 2020-11-19T02:21:37.000Z |
const co = function (gen, ...args) {
const ctx = this;
return new Promise((resolve, reject) => {
if (typeof gen === 'function') gen = gen.apply(ctx, args);
if (!gen || typeof gen.next !== 'function') resolve(gen);
onFulfilled();
function onFulfilled(res) {
var ret;
try {
ret... | 18.761905 | 62 | 0.522843 |
1835d6a9401fbfdd24b608ce088c9f5c35611757 | 500 | css | CSS | css/main-minimal.css | GinoGalotti/bardsjournal | 8db43061fdff49e60d87cb7eb72749a716ec1863 | [
"MIT"
] | 2 | 2019-02-07T06:37:06.000Z | 2019-02-14T14:43:03.000Z | css/main-minimal.css | GinoGalotti/bardsjournal | 8db43061fdff49e60d87cb7eb72749a716ec1863 | [
"MIT"
] | 3 | 2021-05-20T11:05:41.000Z | 2022-02-26T05:58:59.000Z | css/main-minimal.css | GinoGalotti/bardsjournal | 8db43061fdff49e60d87cb7eb72749a716ec1863 | [
"MIT"
] | null | null | null | .main-content {
padding-bottom: 50px;
}
footer.footer-min {
position: fixed;
bottom: 0;
width: 100%;
padding: 3px;
background-color: #f5f5f5;
border-top: 1px solid #eeeeee;
text-align: center;
}
.archives .post-meta .list-inline li {
font-size: 12pt;
}
.post-meta .list-inline li:not(:last-child):af... | 16.129032 | 51 | 0.658 |
751c816752848928ce066e206def9c2061b0f753 | 7,725 | c | C | beer_machine_mqtt/Src/lib/src/xuart.c | wkxboot/beer_machine_mqtt | 01bfdc70542482f21d8688d7ac4c2d95ed36831b | [
"MIT"
] | null | null | null | beer_machine_mqtt/Src/lib/src/xuart.c | wkxboot/beer_machine_mqtt | 01bfdc70542482f21d8688d7ac4c2d95ed36831b | [
"MIT"
] | null | null | null | beer_machine_mqtt/Src/lib/src/xuart.c | wkxboot/beer_machine_mqtt | 01bfdc70542482f21d8688d7ac4c2d95ed36831b | [
"MIT"
] | 2 | 2020-05-19T08:47:53.000Z | 2020-11-06T02:48:16.000Z | /**
****************************************************************************************
* ... | 24.839228 | 239 | 0.617217 |
fb56a79a39bc42bf15620c95cd28b0fe6e3f0cf3 | 940 | kt | Kotlin | lib/src/main/java/com/raqun/smartclient/lib/headers/DefaultHeaderKeys.kt | savepopulation/smart-client | 71c6476300540fa34cefc4dc568aefd362969c93 | [
"Apache-2.0"
] | 27 | 2022-01-23T17:58:19.000Z | 2022-03-19T12:01:16.000Z | lib/src/main/java/com/raqun/smartclient/lib/headers/DefaultHeaderKeys.kt | savepopulation/smart-client | 71c6476300540fa34cefc4dc568aefd362969c93 | [
"Apache-2.0"
] | null | null | null | lib/src/main/java/com/raqun/smartclient/lib/headers/DefaultHeaderKeys.kt | savepopulation/smart-client | 71c6476300540fa34cefc4dc568aefd362969c93 | [
"Apache-2.0"
] | 2 | 2022-02-21T03:11:58.000Z | 2022-03-06T06:01:18.000Z | package com.raqun.smartclient.lib.headers
open class DefaultHeaderKeys(
override val contentTypeKey: String = "Content-Type",
override val acceptKey: String = "Accept",
override val deviceLocaleKey: String = "x-device-locale",
override val deviceBrandKey: String = "x-device-brand",
override val dev... | 49.473684 | 62 | 0.715957 |
9b9c680869b7bac00bc667b81b7b717d9d5d46a0 | 1,111 | js | JavaScript | script.js | Agnes-N/Akan-Names | 8ca6c4f853156c9d5f16c630597c1340cd635225 | [
"MIT"
] | null | null | null | script.js | Agnes-N/Akan-Names | 8ca6c4f853156c9d5f16c630597c1340cd635225 | [
"MIT"
] | null | null | null | script.js | Agnes-N/Akan-Names | 8ca6c4f853156c9d5f16c630597c1340cd635225 | [
"MIT"
] | null | null | null | function weekdays() {
var day = document.getElementById("day").value;
var enterDate = day.split("-");
var dd = parseInt(enterDate[2]);
var mm = parseInt(enterDate[1]);
var yy = parseInt(enterDate[0]);
var CC = (yy - 1) / 100 + 1;
var birthDay = (CC / 4 - 2 * CC - 1 + 5 * yy / 4 + 26 * (mm +... | 37.033333 | 88 | 0.60396 |
6e1b9bcc2e58b4fb122daf241903deae06ec71d0 | 7,492 | html | HTML | connectingToInternet/guides/checkingStatusOfNetworkEthernet.html | OldDigibox/sky-broadband-help-2007 | a02f86aa166a3a671df67916dd5f58dec7dd02a0 | [
"MIT"
] | null | null | null | connectingToInternet/guides/checkingStatusOfNetworkEthernet.html | OldDigibox/sky-broadband-help-2007 | a02f86aa166a3a671df67916dd5f58dec7dd02a0 | [
"MIT"
] | null | null | null | connectingToInternet/guides/checkingStatusOfNetworkEthernet.html | OldDigibox/sky-broadband-help-2007 | a02f86aa166a3a671df67916dd5f58dec7dd02a0 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><title>Sky Broadband Help : Step 4</title><meta content="text/xhtml; charset=UTF-8" http-equiv="Con... | 96.051282 | 1,437 | 0.626935 |
3e6a283af34f603d2519e3bf8a344d9ba6315463 | 21,525 | c | C | release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-mx5/clock-mx51.c | afeng11/tomato-arm | 1ca18a88480b34fd495e683d849f46c2d47bb572 | [
"FSFAP"
] | 4 | 2017-05-17T11:27:04.000Z | 2020-05-24T07:23:26.000Z | release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-mx5/clock-mx51.c | afeng11/tomato-arm | 1ca18a88480b34fd495e683d849f46c2d47bb572 | [
"FSFAP"
] | 1 | 2018-08-21T03:43:09.000Z | 2018-08-21T03:43:09.000Z | release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-mx5/clock-mx51.c | afeng11/tomato-arm | 1ca18a88480b34fd495e683d849f46c2d47bb572 | [
"FSFAP"
] | 5 | 2017-10-11T08:09:11.000Z | 2020-10-14T04:10:13.000Z | /*
* Copyright 2008-2010 Freescale Semiconductor, Inc. All Rights Reserved.
* Copyright (C) 2009-2010 Amit Kucheria <amit.kucheria@canonical.com>
*
* The code contained herein is licensed under the GNU General Public
* License. You may obtain a copy of the GNU General Public License
* Version 2 or later at the fo... | 24.404762 | 74 | 0.72381 |
54a0fc4264c26932a2e277d96ca346450af2a97e | 391,177 | asm | Assembly | src/host/x86/sse/asm/uXsmmblend.asm | Navegos/uasmlib | 619ba610750cb05dc689d93f07712e7595fcecc2 | [
"MIT"
] | 3 | 2020-08-14T07:08:05.000Z | 2020-12-16T19:44:44.000Z | src/host/x86/sse/asm/uXsmmblend.asm | Navegos/uasmlib | 619ba610750cb05dc689d93f07712e7595fcecc2 | [
"MIT"
] | null | null | null | src/host/x86/sse/asm/uXsmmblend.asm | Navegos/uasmlib | 619ba610750cb05dc689d93f07712e7595fcecc2 | [
"MIT"
] | 1 | 2019-07-16T03:28:30.000Z | 2019-07-16T03:28:30.000Z |
; / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
; / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
; / / / /
; / / Copyright 2021 (c) Navegos QA - optim... | 41.828165 | 125 | 0.535512 |
9c5ea03320f0407c80f371a786d27c1efaf61797 | 1,213 | js | JavaScript | src/components/Pagination/components/PaginationItem/PaginationItem.test.js | frutuozo29/code-hero-frontend | edc3c29817ff0ef80ec367935622ccb0755a817d | [
"MIT"
] | null | null | null | src/components/Pagination/components/PaginationItem/PaginationItem.test.js | frutuozo29/code-hero-frontend | edc3c29817ff0ef80ec367935622ccb0755a817d | [
"MIT"
] | null | null | null | src/components/Pagination/components/PaginationItem/PaginationItem.test.js | frutuozo29/code-hero-frontend | edc3c29817ff0ef80ec367935622ccb0755a817d | [
"MIT"
] | 1 | 2020-11-09T00:01:15.000Z | 2020-11-09T00:01:15.000Z | import { render, screen, fireEvent } from '@testing-library/react'
import PaginationItem from './PaginationItem'
test('renders PaginationItem component', () => {
render(<PaginationItem page={1} onClickItem={jest.fn()} />)
expect(screen.getByTestId('pagination-item-component')).toBeInTheDocument()
})
test('handle... | 28.880952 | 80 | 0.69662 |
cc70eeec09c55dcd0dd5c9944ea3f03e730c5e2f | 2,878 | swift | Swift | Driver/Extension/TextFieldExtension.swift | dathtcheapgo/Jira-Demo | 1df5317e59f349eb02c90fc1a0c2b2cb58ab8826 | [
"MIT"
] | null | null | null | Driver/Extension/TextFieldExtension.swift | dathtcheapgo/Jira-Demo | 1df5317e59f349eb02c90fc1a0c2b2cb58ab8826 | [
"MIT"
] | null | null | null | Driver/Extension/TextFieldExtension.swift | dathtcheapgo/Jira-Demo | 1df5317e59f349eb02c90fc1a0c2b2cb58ab8826 | [
"MIT"
] | null | null | null | //
// TextFieldExtension.swift
// Demo
//
// Created by Tien Dat on 10/26/16.
// Copyright © 2016 Tien Dat. All rights reserved.
//
import Foundation
import UIKit
extension UITextField {
func addBottomBorder(color : UIColor){
let border = CALayer()
let width = CGFloat(2.0)
border.borde... | 27.409524 | 118 | 0.610146 |
fccd92d1949e0d3fd25de2c816e54a87c90f7a91 | 579 | asm | Assembly | programs/oeis/122/A122798.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/122/A122798.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/122/A122798.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A122798: A P_5-stuttered arithmetic progression with a(n+1) = a(n) if n is a pentagonal number, a(n+1) = a(n)+4 otherwise.
; 1,1,5,9,13,13,17,21,25,29,33,37,37,41,45,49,53,57,61,65,69,73,73,77,81,85,89,93,97,101,105,109,113,117,121,121,125,129,133,137,141,145,149,153,157,161,165,169,173,177,181,181,185,189,193,197,20... | 44.538462 | 368 | 0.683938 |
f162ce8e6c3b49f4e3b66810d12da03d69a55156 | 18,137 | sql | SQL | piu.sql | Jogjat/piu_project | 1f0cdd9a07f5f0ed32e1bbb6e8b23e6730ffd38f | [
"MIT"
] | null | null | null | piu.sql | Jogjat/piu_project | 1f0cdd9a07f5f0ed32e1bbb6e8b23e6730ffd38f | [
"MIT"
] | null | null | null | piu.sql | Jogjat/piu_project | 1f0cdd9a07f5f0ed32e1bbb6e8b23e6730ffd38f | [
"MIT"
] | null | null | null | -- MySQL dump 10.16 Distrib 10.1.25-MariaDB, for Win32 (AMD64)
--
-- Host: localhost Database: piu_3
-- ------------------------------------------------------
-- Server version 10.1.25-MariaDB
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_... | 39.342733 | 1,519 | 0.716767 |
e76beb4783461034ee7278359559ae96b7029dc7 | 1,514 | js | JavaScript | components/atoms/ProfilePicture.js | OpenBazaar/haven | ef354df0111284c76cc170c7988a3257c300c8e0 | [
"MIT"
] | 29 | 2020-08-11T02:09:38.000Z | 2021-12-27T09:23:47.000Z | components/atoms/ProfilePicture.js | bachwh/haven | ef354df0111284c76cc170c7988a3257c300c8e0 | [
"MIT"
] | 5 | 2020-08-18T14:45:15.000Z | 2020-12-17T09:14:54.000Z | components/atoms/ProfilePicture.js | bachwh/haven | ef354df0111284c76cc170c7988a3257c300c8e0 | [
"MIT"
] | 15 | 2020-08-11T04:18:51.000Z | 2022-02-22T04:04:51.000Z | import React from 'react';
import { View } from 'react-native';
import { connect } from 'react-redux';
import * as _ from 'lodash';
import { badgeStyle } from '../../utils/navbar';
import NotificationBadge from './NotificationBadge';
import AvatarImage from '../atoms/AvatarImage';
import { brandColor } from '../common... | 26.103448 | 82 | 0.619551 |
5b17df386209e9a7c40db88642abc4316df477ea | 5,098 | c | C | IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.c | CEOALT1/RefindPlusUDK | 116b957ad735f96fbb6d80a0ba582046960ba164 | [
"BSD-2-Clause"
] | 93 | 2016-10-27T12:03:57.000Z | 2022-03-29T15:22:10.000Z | IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.c | CEOALT1/RefindPlusUDK | 116b957ad735f96fbb6d80a0ba582046960ba164 | [
"BSD-2-Clause"
] | 16 | 2016-11-02T02:08:40.000Z | 2021-06-03T21:18:06.000Z | IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.c | CEOALT1/RefindPlusUDK | 116b957ad735f96fbb6d80a0ba582046960ba164 | [
"BSD-2-Clause"
] | 41 | 2016-11-02T00:05:02.000Z | 2022-03-29T14:33:09.000Z | /** @file
Status code PEIM which produces Status Code PPI.
Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full ... | 34.680272 | 112 | 0.665163 |
85721df0dfb0e41c9ba6a04b4de00abcc5fe6538 | 630 | js | JavaScript | static/js/main.js | gldkru/middle.messenger.praktikum.yandex | 4f000e2c3d05f4001aee85b0774d35e2a03170e1 | [
"Apache-2.0"
] | null | null | null | static/js/main.js | gldkru/middle.messenger.praktikum.yandex | 4f000e2c3d05f4001aee85b0774d35e2a03170e1 | [
"Apache-2.0"
] | null | null | null | static/js/main.js | gldkru/middle.messenger.praktikum.yandex | 4f000e2c3d05f4001aee85b0774d35e2a03170e1 | [
"Apache-2.0"
] | null | null | null | (function() {
scrollToBottom();
formSubmit();
})()
function formSubmit(e) {
let form = document.forms.asyncForm;
if (!form) return
form.addEventListener('submit', (e) => {
e.preventDefault();
let data = []
let elements = form.elements;
for (let i = 0; i < elements.length; i++) {
if (elements[i].nam... | 19.090909 | 59 | 0.61746 |
b19c2609ad2cd08c69108dc38c7eac165e85f771 | 28,439 | c | C | libhilti/threading.c | asilha/hilti | ebfffc7dad31059b43a02eb26abcf7a25f742eb8 | [
"BSD-3-Clause"
] | 46 | 2015-01-21T13:31:25.000Z | 2020-10-27T10:18:03.000Z | libhilti/threading.c | jjchromik/hilti-104-total | 0f9e0cb7114acc157211af24f8254e4b23bd78a5 | [
"BSD-3-Clause"
] | 29 | 2015-03-30T08:23:04.000Z | 2019-05-03T13:11:35.000Z | libhilti/threading.c | jjchromik/hilti-104-total | 0f9e0cb7114acc157211af24f8254e4b23bd78a5 | [
"BSD-3-Clause"
] | 20 | 2015-01-27T12:59:38.000Z | 2020-10-28T21:40:47.000Z | ///
/// HILTI's threading support, including the run-time scheduler.
///
/// TODO: - Scheduling something to VID zero, i.e., the main thread, doesn't
/// work yet.
#define _POSIX_SOURCE
#define _POSIX_C_SOURCE 199309
#define _C99_SOURCE // snprintf is gone on Darwain with the POSIX defines.
#define DBG_STREAM "hilti-... | 31.389625 | 100 | 0.637786 |
28de9ee629b6b9c396d006ab2c2a60fd0b688cf3 | 634 | rb | Ruby | lib/micro_blitz/file_finder.rb | JLHOLM/MicroBlitz | e6f5937d768ede5fc4b85fb43314bc3f4716e163 | [
"MIT"
] | null | null | null | lib/micro_blitz/file_finder.rb | JLHOLM/MicroBlitz | e6f5937d768ede5fc4b85fb43314bc3f4716e163 | [
"MIT"
] | null | null | null | lib/micro_blitz/file_finder.rb | JLHOLM/MicroBlitz | e6f5937d768ede5fc4b85fb43314bc3f4716e163 | [
"MIT"
] | null | null | null | module MicroBlitz
class FileFinder
attr_reader :directory
def initialize
@directory = MicroBlitz.configuration.directory
end
def walk
paths = []
Dir.foreach(@directory) do |file|
path = File.join(@directory, file)
next if file == "." || file == ".."
if Fi... | 17.611111 | 56 | 0.580442 |
e7818c9ae92fdc5e19bb4a98affab93349ea328c | 221 | js | JavaScript | seeds/WebKit/microbenchmarks/locale-compare.js | gustavopinto/entente | 19b65d8cafd77c198c9c441f4f5e01503360309b | [
"BSD-2-Clause"
] | 16 | 2020-03-23T12:53:10.000Z | 2021-10-11T02:31:50.000Z | seeds/WebKit/microbenchmarks/locale-compare.js | gustavopinto/entente | 19b65d8cafd77c198c9c441f4f5e01503360309b | [
"BSD-2-Clause"
] | 14 | 2018-04-09T20:16:00.000Z | 2019-06-11T12:31:10.000Z | seeds/WebKit/microbenchmarks/locale-compare.js | gustavopinto/entente | 19b65d8cafd77c198c9c441f4f5e01503360309b | [
"BSD-2-Clause"
] | 12 | 2018-04-06T00:52:24.000Z | 2018-07-10T19:44:16.000Z | (function(a, b) {
var n = 200000;
var result = 0;
for (var i = 0; i < n; ++i) {
result += a.localeCompare(b);
}
if (result != n)
throw "Error: bad result: " + result;
})("yes", "no");
| 20.090909 | 45 | 0.457014 |
48ef44fa6f1d9868b48fd4c65c9f058b12cbe682 | 237 | kt | Kotlin | app/src/main/java/com/macroyau/blue2serial/demo/StofzuigerrobotApplication.kt | Doomsdayrs/stofzuigerrobot | 3901ce0ebebbb5b5025deca41d54ee47c9724cb8 | [
"MIT"
] | null | null | null | app/src/main/java/com/macroyau/blue2serial/demo/StofzuigerrobotApplication.kt | Doomsdayrs/stofzuigerrobot | 3901ce0ebebbb5b5025deca41d54ee47c9724cb8 | [
"MIT"
] | null | null | null | app/src/main/java/com/macroyau/blue2serial/demo/StofzuigerrobotApplication.kt | Doomsdayrs/stofzuigerrobot | 3901ce0ebebbb5b5025deca41d54ee47c9724cb8 | [
"MIT"
] | null | null | null | package com.macroyau.blue2serial.demo
import android.app.Application
import com.macroyau.blue2serial.BluetoothSerial
@Suppress("unused")
class StofzuigerrobotApplication : Application() {
val bluetoothSerial: BluetoothSerial? = null
} | 26.333333 | 50 | 0.827004 |
173cc554d49aa8d32c723ff4414f873a9a03929f | 349 | swift | Swift | Classes/Base/BaseFXWebViewController.swift | zqw87699/FXCommonSwift | acee0db944f97f8fbe333e7f9298af81d6fe17a8 | [
"MIT"
] | null | null | null | Classes/Base/BaseFXWebViewController.swift | zqw87699/FXCommonSwift | acee0db944f97f8fbe333e7f9298af81d6fe17a8 | [
"MIT"
] | null | null | null | Classes/Base/BaseFXWebViewController.swift | zqw87699/FXCommonSwift | acee0db944f97f8fbe333e7f9298af81d6fe17a8 | [
"MIT"
] | null | null | null | //
// BaseFXWebViewController.swift
// TTSwift
//
// Created by 张大宗 on 2017/5/17.
// Copyright © 2017年 张大宗. All rights reserved.
//
import Foundation
import FXRoutableSwift
open class BaseFXWebViewController:BaseFXViewController,IFXWebRoutableProtocol{
open static func canOpenURL(_ URL: String) -> Bool {... | 19.388889 | 79 | 0.713467 |
e82f2ec8a0b73f35a4b9352ff7519b13bfad28eb | 57,345 | rs | Rust | src/vec.rs | pczarn/bitvec | 8e2b580564fcc49ff0a112b499903e2f80d5617b | [
"MIT"
] | null | null | null | src/vec.rs | pczarn/bitvec | 8e2b580564fcc49ff0a112b499903e2f80d5617b | [
"MIT"
] | null | null | null | src/vec.rs | pczarn/bitvec | 8e2b580564fcc49ff0a112b499903e2f80d5617b | [
"MIT"
] | null | null | null | /*! `BitVec` structure
This module holds the main working type of the library. Clients can use
`BitSlice` directly, but `BitVec` is much more useful for most work.
The `BitSlice` module discusses the design decisions for the separation between
slice and vector types.
!*/
#![cfg(feature = "alloc")]
use crate::{
box... | 26.985882 | 80 | 0.61552 |
4a3583fe2778a2c83b6ebe3c8daac0dc213feecf | 14,607 | js | JavaScript | source/js/aframe-meshline-component.min.js | alackles/landscapes | ba110c857ff1e8bdd4684076215bb188e832a342 | [
"MIT"
] | 22 | 2016-04-25T03:03:00.000Z | 2022-02-15T03:35:40.000Z | source/js/aframe-meshline-component.min.js | alackles/landscapes | ba110c857ff1e8bdd4684076215bb188e832a342 | [
"MIT"
] | 16 | 2016-07-23T15:18:58.000Z | 2021-08-25T16:13:58.000Z | source/js/aframe-meshline-component.min.js | alackles/landscapes | ba110c857ff1e8bdd4684076215bb188e832a342 | [
"MIT"
] | 13 | 2016-04-21T03:36:06.000Z | 2022-03-03T01:39:45.000Z | !function(t){function e(s){if(i[s])return i[s].exports;var r=i[s]={exports:{},id:s,loaded:!1};return t[s].call(r.exports,r,r.exports,e),r.loaded=!0,r.exports}var i={};return e.m=t,e.c=i,e.p="",e(0)}([function(t,e,i){if("undefined"==typeof AFRAME)throw new Error("Component attempted to register before AFRAME was availab... | 14,607 | 14,607 | 0.733279 |
87513039833515310ab25dbcb4751649bf702393 | 289 | kt | Kotlin | ocula-example/src/main/kotlin/cn/har01d/ocula/examples/selenium/HttpProxyExample.kt | power721/ocula | 3aa8649301835965747943c5e32893c072cef3a3 | [
"MIT"
] | null | null | null | ocula-example/src/main/kotlin/cn/har01d/ocula/examples/selenium/HttpProxyExample.kt | power721/ocula | 3aa8649301835965747943c5e32893c072cef3a3 | [
"MIT"
] | null | null | null | ocula-example/src/main/kotlin/cn/har01d/ocula/examples/selenium/HttpProxyExample.kt | power721/ocula | 3aa8649301835965747943c5e32893c072cef3a3 | [
"MIT"
] | null | null | null | package cn.har01d.ocula.examples.selenium
import cn.har01d.ocula.selenium.SimpleSeleniumSpider
fun main() {
SimpleSeleniumSpider("https://www.google.com/ncr") { _, res ->
res.select("div.fbar div span").text()
}.apply {
httpProxy("127.0.0.1", 1080)
}.run()
}
| 24.083333 | 66 | 0.650519 |
fed2d89ddfecac77d6fcb4b6f93e9fc8c890c1f8 | 1,695 | sql | SQL | dbMaint/migrate/migrate0_6_6-0_6_8.sql | lsst-camera-dh/eTraveler-backend | c236014034318ab594b3cb66f7b4a8ea81a4ed8d | [
"BSD-3-Clause-LBNL"
] | null | null | null | dbMaint/migrate/migrate0_6_6-0_6_8.sql | lsst-camera-dh/eTraveler-backend | c236014034318ab594b3cb66f7b4a8ea81a4ed8d | [
"BSD-3-Clause-LBNL"
] | null | null | null | dbMaint/migrate/migrate0_6_6-0_6_8.sql | lsst-camera-dh/eTraveler-backend | c236014034318ab594b3cb66f7b4a8ea81a4ed8d | [
"BSD-3-Clause-LBNL"
] | null | null | null | # Add table
# Alter table: new columns
alter table HardwareStatus add isStatusValue tinyint default 1 NOT NULL COMMENT "set to 0 for labels" after name;
alter table HardwareStatus add systemEntry tinyint default 1 NOT NULL COMMENT "set to 0 for user entry" after isStatusValue;
alter table HardwareStatusHistory a... | 80.714286 | 325 | 0.784071 |
eadd87dc6838d96085112d5e4cbc95b57608ed64 | 2,279 | kt | Kotlin | app/src/main/java/com/outcatcher/manhwa/smoker/fragments/runs/CustomAdapter.kt | outcatcher/ManhwaSmoker | 5178d4c46e4f1c92521a7db3effd8d054663797b | [
"MIT"
] | null | null | null | app/src/main/java/com/outcatcher/manhwa/smoker/fragments/runs/CustomAdapter.kt | outcatcher/ManhwaSmoker | 5178d4c46e4f1c92521a7db3effd8d054663797b | [
"MIT"
] | null | null | null | app/src/main/java/com/outcatcher/manhwa/smoker/fragments/runs/CustomAdapter.kt | outcatcher/ManhwaSmoker | 5178d4c46e4f1c92521a7db3effd8d054663797b | [
"MIT"
] | null | null | null | package com.outcatcher.manhwa.smoker.fragments.runs
import android.support.v7.widget.RecyclerView
import android.util.Log
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import android.widget.ProgressBar
import android.widget.TextView
import com.outcatcher.manhwa.smoker.R
impo... | 35.609375 | 119 | 0.695042 |
142a17d1f43f5474342111ade8d3f50c34bf72cb | 1,550 | kt | Kotlin | Themes/src/commonMain/kotlin/io/nacular/doodle/theme/ThemePicker.kt | bodiam/doodle | bd230361a1254d23fc5cc5c0b7ca3999b4f74006 | [
"MIT"
] | null | null | null | Themes/src/commonMain/kotlin/io/nacular/doodle/theme/ThemePicker.kt | bodiam/doodle | bd230361a1254d23fc5cc5c0b7ca3999b4f74006 | [
"MIT"
] | null | null | null | Themes/src/commonMain/kotlin/io/nacular/doodle/theme/ThemePicker.kt | bodiam/doodle | bd230361a1254d23fc5cc5c0b7ca3999b4f74006 | [
"MIT"
] | null | null | null | package io.nacular.doodle.theme
import io.nacular.doodle.controls.spinner.MutableListModel
import io.nacular.doodle.controls.spinner.Spinner
import io.nacular.doodle.core.View
import io.nacular.doodle.layout.constrain
/**
* Created by Nicholas Eddy on 8/30/18.
*/
public class ThemePicker(themeManager: ThemeManager)... | 25.833333 | 80 | 0.579355 |
20b5d4cb6512edd7f6a44f06b8db73266f9ac68b | 16,116 | css | CSS | src/server/public/main.css | WKHAllen/Indigio | eee18026619fed9e41e2bdb9886fc7eec8cb0fcb | [
"MIT"
] | 1 | 2019-09-05T00:28:12.000Z | 2019-09-05T00:28:12.000Z | src/server/public/main.css | WKHAllen/Indigio | eee18026619fed9e41e2bdb9886fc7eec8cb0fcb | [
"MIT"
] | 1 | 2021-05-10T10:06:15.000Z | 2021-05-10T10:06:15.000Z | src/server/public/main.css | WKHAllen/Indigio | eee18026619fed9e41e2bdb9886fc7eec8cb0fcb | [
"MIT"
] | null | null | null | :root {
--scrollbar-width: 8px;
--std-padding: 8px;
--std-border-radius: 4px;
--std-outline: 0 0 0 2pt #8fafdf;
--std-scrollarea-height: 600px;
--menu-bar-height: 40px;
--rooms-panel-width: 250px;
--room-li-height: 50px;
--room-li-img-height: 32px;
--message-height: 32p... | 21.039164 | 97 | 0.591586 |
0e7bcc18ff782ffcbd3ff3f4160efa2fcaef3e98 | 2,992 | html | HTML | portfolio/cep/portfolio/gravityhearts/index.html | mqtik/mqtik.github.io | 05c9606e30c9f0a90742af34c091c2d3de65a1c6 | [
"MIT"
] | null | null | null | portfolio/cep/portfolio/gravityhearts/index.html | mqtik/mqtik.github.io | 05c9606e30c9f0a90742af34c091c2d3de65a1c6 | [
"MIT"
] | 1 | 2018-05-21T18:33:06.000Z | 2018-05-21T18:33:06.000Z | portfolio/gravityhearts/index.html | mQckingbird/mQckingbird.github.io | fcdafb1a9f6666cadf964b56c1c94281017d4b57 | [
"MIT"
] | null | null | null |
<!DOCTYPE html><html class=''>
<head>
<title>No apples</title>
<style class="mtklove">body{
margin: 0;
padding: 0;
overflow: hidden;
}</style></head><body>
<script src='https://cdnjs.cloudflare.com/ajax/libs/three.js/r79/three.min.js'></script>
<script>'use strict';
var container, stats;
var camera, scene, ren... | 31.829787 | 142 | 0.64639 |
eb7539d348eb9281cced6ba98718cdddb623bf37 | 259 | rs | Rust | src/bin/netmgr/src/network/mod.rs | ariadiamond/twizzler-Rust | 5f5d01bac9127ca1d64bb8aa472a04f6634fc3a9 | [
"BSD-3-Clause"
] | null | null | null | src/bin/netmgr/src/network/mod.rs | ariadiamond/twizzler-Rust | 5f5d01bac9127ca1d64bb8aa472a04f6634fc3a9 | [
"BSD-3-Clause"
] | null | null | null | src/bin/netmgr/src/network/mod.rs | ariadiamond/twizzler-Rust | 5f5d01bac9127ca1d64bb8aa472a04f6634fc3a9 | [
"BSD-3-Clause"
] | null | null | null | use twizzler_net::{PacketData, TxCompletion};
use crate::{endpoint::EndPointKey, HandleRef};
pub mod ipv4;
pub async fn send_raw_packet(
handle: &HandleRef,
endpoint_info: EndPointKey,
packet_data: PacketData,
) -> TxCompletion {
todo!()
}
| 18.5 | 46 | 0.710425 |
84cbfb26867391999c7c63a11c64447976942105 | 7,273 | h | C | arm-linux-ulibc-4.8.5/usr/arm-nuvoton-linux-uclibcgnueabi/sysroot/usr/include/libnl3/netlink/xfrm/sp.h | next-generate/armv5TE-toolchain | 8f107ce06fdc6d7f6e56f3b1b1c9f0f13cfa6727 | [
"Apache-2.0"
] | 2 | 2020-11-19T07:09:00.000Z | 2020-11-22T12:25:17.000Z | arm-linux-ulibc-4.8.5/usr/arm-nuvoton-linux-uclibcgnueabi/sysroot/usr/include/libnl3/netlink/xfrm/sp.h | next-generate/armv5TE-toolchain | 8f107ce06fdc6d7f6e56f3b1b1c9f0f13cfa6727 | [
"Apache-2.0"
] | 5 | 2019-01-28T03:53:40.000Z | 2019-02-13T01:35:25.000Z | SERVER/nfsroot/usr/include/libnl3/netlink/xfrm/sp.h | minkyoungAn/MDS_BLACKBOX | 0fb41fe73b9a6337f8c7fbede52fa2bc3ee6659f | [
"MIT"
] | null | null | null | /*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
*
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* Redistributions of source code must retain the above copyright
* noti... | 50.86014 | 108 | 0.630001 |
9c53fc399afc983242334b78993eb155e5e5e6c7 | 428 | js | JavaScript | rollup.config.js | WikiLogic/app | 08ca7dd2df18d552e458d15cc8c3fffaf2e5760a | [
"Apache-2.0"
] | 1 | 2018-02-17T19:09:13.000Z | 2018-02-17T19:09:13.000Z | rollup.config.js | WikiLogic/app | 08ca7dd2df18d552e458d15cc8c3fffaf2e5760a | [
"Apache-2.0"
] | 6 | 2017-03-28T13:25:39.000Z | 2017-04-03T08:53:52.000Z | rollup.config.js | WikiLogic/app | 08ca7dd2df18d552e458d15cc8c3fffaf2e5760a | [
"Apache-2.0"
] | null | null | null | import babel from 'rollup-plugin-babel';
import resolve from 'rollup-plugin-node-resolve';
import commonjs from 'rollup-plugin-commonjs';
import uglify from 'rollup-plugin-uglify';
export default {
entry: 'views/components/main.js',
format: 'cjs',
plugins: [
babel(),
resolve({
jsnext: true,
... | 21.4 | 49 | 0.635514 |
6525a7237e80a2dde7d058af9b7795a2a3cd2f21 | 4,247 | py | Python | paas-ce/paas/paas/esb/apps/guide/component_template/en/hcp/get_host_list.py | renmcc/bk-PaaS | 1c9e4e9cfb40fc3375cd6b5f08af8c84203de246 | [
"Apache-2.0"
] | 2 | 2019-09-22T13:54:53.000Z | 2021-07-29T02:31:40.000Z | paas-ce/paas/paas/esb/apps/guide/component_template/en/hcp/get_host_list.py | renmcc/bk-PaaS | 1c9e4e9cfb40fc3375cd6b5f08af8c84203de246 | [
"Apache-2.0"
] | 10 | 2021-02-08T20:32:31.000Z | 2022-03-11T23:47:06.000Z | paas-ce/paas/paas/esb/apps/guide/component_template/en/hcp/get_host_list.py | renmcc/bk-PaaS | 1c9e4e9cfb40fc3375cd6b5f08af8c84203de246 | [
"Apache-2.0"
] | 3 | 2019-08-22T09:05:31.000Z | 2021-03-23T14:21:19.000Z | # -*- coding: utf-8 -*-
"""
Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. All rights reserved.
Licensed under the MIT License (the "License"); you may not use this file except in co... | 30.120567 | 305 | 0.536379 |
1fc483de7a17a6a6b3cd685b29cfc5ca0022150e | 8,109 | html | HTML | APP/Modules/Admin/Tpl/MemberInfo_memberCard.html | shinnlove/weact | 020584f279c299cc27a8891aea372d0259f98486 | [
"Apache-2.0"
] | 1 | 2019-06-19T14:18:37.000Z | 2019-06-19T14:18:37.000Z | APP/Modules/Admin/Tpl/MemberInfo_memberCard.html | shinnlove/weact | 020584f279c299cc27a8891aea372d0259f98486 | [
"Apache-2.0"
] | null | null | null | APP/Modules/Admin/Tpl/MemberInfo_memberCard.html | shinnlove/weact | 020584f279c299cc27a8891aea372d0259f98486 | [
"Apache-2.0"
] | null | null | null | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="__PUBLIC__/bootstrap/css/bootstr... | 43.596774 | 174 | 0.616599 |
2915502a72058a69b6b486c63926c31173715d4b | 1,647 | kt | Kotlin | app/src/main/java/io/github/takusan23/tatimidroid/nicovideo/fragment/NicoVideoHistoryFragment.kt | kusamaru/TatimiDroid | 745d6a4f0a00349c31e48403fa25488fe6bc346b | [
"Apache-2.0"
] | 16 | 2020-02-06T08:37:02.000Z | 2021-10-03T20:59:57.000Z | app/src/main/java/io/github/takusan23/tatimidroid/nicovideo/fragment/NicoVideoHistoryFragment.kt | kusamaru/TatimiDroid | 745d6a4f0a00349c31e48403fa25488fe6bc346b | [
"Apache-2.0"
] | 4 | 2020-07-19T05:45:54.000Z | 2021-04-05T09:31:51.000Z | app/src/main/java/io/github/takusan23/tatimidroid/nicovideo/fragment/NicoVideoHistoryFragment.kt | kusamaru/TatimiDroid | 745d6a4f0a00349c31e48403fa25488fe6bc346b | [
"Apache-2.0"
] | 3 | 2020-08-24T17:17:20.000Z | 2021-08-22T10:18:20.000Z | package io.github.takusan23.tatimidroid.nicovideo.fragment
import android.os.Bundle
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import androidx.compose.material.ExperimentalMaterialApi
import androidx.compose.material.MaterialTheme
import androidx.compose.material.Surface
... | 41.175 | 130 | 0.705525 |
0e7954bea15558ef7322d9febee5e3c964c9cae4 | 33,269 | html | HTML | exhibits/pages/2.html | bcgov/jag-cullencommission | 0ea6835aaf483ca7e6dbf5cc01a4afa6c50fffbe | [
"Apache-2.0"
] | null | null | null | exhibits/pages/2.html | bcgov/jag-cullencommission | 0ea6835aaf483ca7e6dbf5cc01a4afa6c50fffbe | [
"Apache-2.0"
] | 3 | 2020-07-01T21:52:37.000Z | 2021-11-16T01:19:22.000Z | exhibits/pages/2.html | bcgov/jag-cullencommission | 0ea6835aaf483ca7e6dbf5cc01a4afa6c50fffbe | [
"Apache-2.0"
] | 5 | 2019-11-23T15:44:14.000Z | 2021-03-12T17:12:38.000Z | <div class="ExhibitElement">
<p>#200</p>
<p><a href="https://ag-pssg-sharedservices-ex.objectstore.gov.bc.ca/ag-pssg-cc-exh-prod-bkt-ex/200 - RESTRICTED-No.101887-v1-SANITIZED_WF_CASE_SUMMARY.pdf" target="_blank">Sanitized Case Executive Summary</a></p>
</div>
<div class="ExhibitElement">
<p>#199</p>
<p... | 82.965087 | 418 | 0.723406 |