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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9849d5faa54dac58a99a8208eb31556fe5b17429 | 813 | sql | SQL | VS2013_PROJECT/DNN_DB/dbo/Tables/dnn_EasyDNNfieldsValues.sql | EL-BID/nexso | d9ea4b922287c61234e28f00bf7e561f8b8ac632 | [
"MIT"
] | 4 | 2017-04-10T19:23:11.000Z | 2017-11-10T14:46:49.000Z | VS2013_PROJECT/DNN_DB/dbo/Tables/dnn_EasyDNNfieldsValues.sql | EL-BID/nexso | d9ea4b922287c61234e28f00bf7e561f8b8ac632 | [
"MIT"
] | null | null | null | VS2013_PROJECT/DNN_DB/dbo/Tables/dnn_EasyDNNfieldsValues.sql | EL-BID/nexso | d9ea4b922287c61234e28f00bf7e561f8b8ac632 | [
"MIT"
] | 3 | 2017-10-13T21:26:22.000Z | 2018-02-13T16:09:42.000Z | CREATE TABLE [dbo].[dnn_EasyDNNfieldsValues] (
[CustomFieldID] INT NOT NULL,
[ArticleID] INT NOT NULL,
[RText] NVARCHAR (MAX) NULL,
[Decimal] DECIMAL (18, 4) NULL,
[Int] INT NULL,
[Text] NVARCHAR (300) NULL,
[Bit] ... | 54.2 | 161 | 0.629766 |
651ec842e96c1b1f0d0e9ffe6067c0199b8a1424 | 124 | py | Python | pyvat/utils.py | ponyville/pyvat | 75fb781d3c00cf323544eb929a96344c1978e2c8 | [
"Apache-2.0"
] | 48 | 2015-07-22T12:02:20.000Z | 2022-02-07T16:54:13.000Z | pyvat/utils.py | ponyville/pyvat | 75fb781d3c00cf323544eb929a96344c1978e2c8 | [
"Apache-2.0"
] | 34 | 2015-03-27T17:47:38.000Z | 2022-02-08T18:14:55.000Z | pyvat/utils.py | ponyville/pyvat | 75fb781d3c00cf323544eb929a96344c1978e2c8 | [
"Apache-2.0"
] | 40 | 2015-04-08T14:03:06.000Z | 2022-02-09T12:29:04.000Z | from decimal import Decimal
def ensure_decimal(value):
return value if isinstance(value, Decimal) else Decimal(value)
| 20.666667 | 66 | 0.782258 |
e9678517a6cb49d77490b2edb14c38c9d0986aaf | 103 | rb | Ruby | spec/models/user_spec.rb | damien/code_critic | 75a10537f23179356f8042f3a2e5be94399e35e4 | [
"MIT"
] | null | null | null | spec/models/user_spec.rb | damien/code_critic | 75a10537f23179356f8042f3a2e5be94399e35e4 | [
"MIT"
] | 1 | 2015-02-01T23:04:33.000Z | 2015-02-01T23:04:33.000Z | spec/models/user_spec.rb | damien/code_critic | 75a10537f23179356f8042f3a2e5be94399e35e4 | [
"MIT"
] | null | null | null | require 'rails_helper'
RSpec.describe User, type: :model do
it_behaves_like 'DeviseIntegration'
end
| 17.166667 | 37 | 0.796117 |
6230c7b617b905abb509f63543af67bdea475228 | 20,706 | rs | Rust | src/lib.rs | ayourtch/rspten | b01ac40a0c1179265cba264bebd64577bbde41ad | [
"MIT"
] | null | null | null | src/lib.rs | ayourtch/rspten | b01ac40a0c1179265cba264bebd64577bbde41ad | [
"MIT"
] | null | null | null | src/lib.rs | ayourtch/rspten | b01ac40a0c1179265cba264bebd64577bbde41ad | [
"MIT"
] | null | null | null | extern crate chrono;
extern crate mount;
extern crate regex;
extern crate staticfile;
// #[macro_use]
extern crate lazy_static;
extern crate mustache;
// #[macro_use]
extern crate iron;
extern crate iron_sessionstorage;
// #[macro_use]
extern crate router;
extern crate urlencoded;
extern crate diesel;
// extern cra... | 32.302652 | 133 | 0.526804 |
0756d8957feb415bd70b56119cd6f1bec64ebde4 | 227 | rs | Rust | nll/issue-52742.rs | aatxe/oxide-test-suite | b9eb10ae9e3c294167203de714f06262622dbc1d | [
"Apache-2.0",
"MIT"
] | null | null | null | nll/issue-52742.rs | aatxe/oxide-test-suite | b9eb10ae9e3c294167203de714f06262622dbc1d | [
"Apache-2.0",
"MIT"
] | null | null | null | nll/issue-52742.rs | aatxe/oxide-test-suite | b9eb10ae9e3c294167203de714f06262622dbc1d | [
"Apache-2.0",
"MIT"
] | null | null | null | #![feature(in_band_lifetimes)]
struct Foo<'a, 'b> {
x: &'a u32,
y: &'b u32,
}
struct Bar<'b> {
z: &'b u32,
}
fn take_bar<'a, 'b, 'c>(foo: Foo<'a, 'b>, b: Bar<'c>) {
foo.y = b.z
//~^ ERROR
}
fn main() {}
| 12.611111 | 55 | 0.453744 |
e9a7bb84365034d107b486ccfe48df77a664eb45 | 1,993 | rb | Ruby | app/controllers/talk_shows_controller.rb | wcbn/readback | 4ffde1115209271869dbdbb6e022caf40cf06f15 | [
"MIT"
] | 3 | 2016-01-10T05:28:32.000Z | 2021-07-02T23:06:52.000Z | app/controllers/talk_shows_controller.rb | cbothner/readback | 56f889d67ce8ac907292bddaea33c736cf2caa6a | [
"MIT"
] | 50 | 2016-10-04T14:42:07.000Z | 2022-03-30T22:10:25.000Z | app/controllers/talk_shows_controller.rb | wcbn/readback | 4ffde1115209271869dbdbb6e022caf40cf06f15 | [
"MIT"
] | 5 | 2016-11-04T22:13:44.000Z | 2019-06-21T19:49:38.000Z | # frozen_string_literal: true
class TalkShowsController < ApplicationController
include ShowsController
# GET /talk_shows/1
# GET /talk_shows/1.json
def show; end
# POST /talk_shows
# POST /talk_shows.json
def create
@talk_show = TalkShow.new(talk_show_params)
@talk_show.dj = Dj.find(params[:ta... | 31.140625 | 122 | 0.658806 |
948cd636350b9ce6a55cd310b398aef7e3c56f95 | 4,729 | rs | Rust | src/vm/redshift.rs | thieman/exa-rs | b1d69b78d2ac2073df1c2ccfe7254e720a4b278e | [
"MIT"
] | 15 | 2021-07-11T21:40:53.000Z | 2022-01-09T04:39:15.000Z | src/vm/redshift.rs | thieman/exa-rs | b1d69b78d2ac2073df1c2ccfe7254e720a4b278e | [
"MIT"
] | null | null | null | src/vm/redshift.rs | thieman/exa-rs | b1d69b78d2ac2073df1c2ccfe7254e720a4b278e | [
"MIT"
] | null | null | null | use std::cell::RefCell;
use super::audio::{Noise, SquareWave, TriangleWave};
use super::register::Register;
use super::{Host, Permissions, Shared, VM};
#[derive(Debug)]
pub struct RedshiftEnvironment {
pub game_name: String,
pub pady: Shared<Register>,
pub padx: Shared<Register>,
pub padb: Shared<Regi... | 34.021583 | 71 | 0.568619 |
68b2300dea1199d05b4e287a53b6d2ac58a5f4cd | 3,182 | swift | Swift | MyBarMusic/MyBarMusic/Classes/NewFeature/Controller/MBNewFeatureViewController.swift | MyBar/MyBarMusic | 0b6b9460bf07029327b93f8217a083d12b4b8ee0 | [
"MIT"
] | 1 | 2017-11-27T13:21:37.000Z | 2017-11-27T13:21:37.000Z | MyBarMusic/MyBarMusic/Classes/NewFeature/Controller/MBNewFeatureViewController.swift | MyBar/MyBarMusic | 0b6b9460bf07029327b93f8217a083d12b4b8ee0 | [
"MIT"
] | null | null | null | MyBarMusic/MyBarMusic/Classes/NewFeature/Controller/MBNewFeatureViewController.swift | MyBar/MyBarMusic | 0b6b9460bf07029327b93f8217a083d12b4b8ee0 | [
"MIT"
] | null | null | null | //
// MBNewFeatureViewController.swift
// MyBarMusic
//
// Created by lijingui2010 on 2017/7/5.
// Copyright © 2017年 MyBar. All rights reserved.
//
import UIKit
import SlideMenuControllerSwift
class MBNewFeatureViewController: UIViewController, UIScrollViewDelegate {
let MBNewFeatureImageCount = 5
... | 37.880952 | 183 | 0.667505 |
83fda2a2fbfa471c7d5dee908d310a7b5545549d | 1,935 | swift | Swift | _SwiftUI-By-Tutorials/SwiftUI-Handling-User-Input/Sources/App/Practice/DeckBuilder.swift | luannguyen252/my-swift-journey | 788d66f256358dc5aefa2f3093ef74fd572e83b3 | [
"MIT"
] | 14 | 2020-12-09T08:53:39.000Z | 2021-12-07T09:15:44.000Z | _SwiftUI-By-Tutorials/SwiftUI-Handling-User-Input/Sources/App/Practice/DeckBuilder.swift | luannguyen252/my-swift-journey | 788d66f256358dc5aefa2f3093ef74fd572e83b3 | [
"MIT"
] | null | null | null | _SwiftUI-By-Tutorials/SwiftUI-Handling-User-Input/Sources/App/Practice/DeckBuilder.swift | luannguyen252/my-swift-journey | 788d66f256358dc5aefa2f3093ef74fd572e83b3 | [
"MIT"
] | 8 | 2020-12-10T05:59:26.000Z | 2022-01-03T07:49:21.000Z | import Foundation
import Assessing
import Learning
final class DeckBuilder {
// MARK: - Static variables
static var `default` = DeckBuilder()
static var `learning` = DeckBuilder()
// MARK: - Variables
var answers: [String] { return cards.map { $0.word.translation }}
var cards = [WordCard... | 23.035714 | 91 | 0.618605 |
ea27044d957e4946fc3746b5da579d54c9ad6a25 | 6,718 | kt | Kotlin | idea/idea-core/src/org/jetbrains/kotlin/idea/core/script/configuration/CompositeScriptConfigurationManager.kt | efemoney/kotlin | 38622d8d926c36c2e3866ecab278dac2ed5bb9cd | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | idea/idea-core/src/org/jetbrains/kotlin/idea/core/script/configuration/CompositeScriptConfigurationManager.kt | efemoney/kotlin | 38622d8d926c36c2e3866ecab278dac2ed5bb9cd | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | idea/idea-core/src/org/jetbrains/kotlin/idea/core/script/configuration/CompositeScriptConfigurationManager.kt | efemoney/kotlin | 38622d8d926c36c2e3866ecab278dac2ed5bb9cd | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | /*
* Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.idea.core.script.configuration
import com.intellij.ProjectTopics
import com.inte... | 41.214724 | 137 | 0.739952 |
c497d771486f8bc1137ad4db455e6c5064f640ba | 11,576 | c | C | Src/pgp.c | arlm/mixmaster | 5d844ef1d7648b69239e59e69f796ea6f5d920df | [
"OpenSSL"
] | 1 | 2021-10-12T09:48:56.000Z | 2021-10-12T09:48:56.000Z | Src/pgp.c | arlm/mixmaster | 5d844ef1d7648b69239e59e69f796ea6f5d920df | [
"OpenSSL"
] | null | null | null | Src/pgp.c | arlm/mixmaster | 5d844ef1d7648b69239e59e69f796ea6f5d920df | [
"OpenSSL"
] | 1 | 2021-03-09T13:19:08.000Z | 2021-03-09T13:19:08.000Z | /* Mixmaster version 3.0 -- (C) 1999 - 2006 Anonymizer Inc. and others.
Mixmaster may be redistributed and modified under certain conditions.
This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF
ANY KIND, either express or implied. See the file COPYRIGHT for
details.
OpenPGP messages... | 22.698039 | 80 | 0.611697 |
da27f90562eb44da37ce2734b54112ba354ce1aa | 1,777 | swift | Swift | RxUnitField/Classes/UnitField+Rx.swift | FuYouFang/RxUnitField | db76f9bcdde407fd999da6d7e1d1dd2fcc82412d | [
"MIT"
] | null | null | null | RxUnitField/Classes/UnitField+Rx.swift | FuYouFang/RxUnitField | db76f9bcdde407fd999da6d7e1d1dd2fcc82412d | [
"MIT"
] | null | null | null | RxUnitField/Classes/UnitField+Rx.swift | FuYouFang/RxUnitField | db76f9bcdde407fd999da6d7e1d1dd2fcc82412d | [
"MIT"
] | null | null | null | import UnitField
import RxSwift
import RxCocoa
#if os(iOS) || os(tvOS)
import RxSwift
import UIKit
extension Reactive where Base: UnitField {
/// Reactive wrapper for `text` property.
public var text: ControlProperty<String?> {
return value
}
/// Reactive wrapper for `text` property.
... | 30.118644 | 97 | 0.611142 |
508922b976c619092a5e36861a594794430247ba | 2,893 | go | Go | docs/coding/minimal-sandbox2.go | philip/dbdeployer | bc1005265d9e71b0b7ef3b8187976714761daf96 | [
"Apache-2.0"
] | null | null | null | docs/coding/minimal-sandbox2.go | philip/dbdeployer | bc1005265d9e71b0b7ef3b8187976714761daf96 | [
"Apache-2.0"
] | null | null | null | docs/coding/minimal-sandbox2.go | philip/dbdeployer | bc1005265d9e71b0b7ef3b8187976714761daf96 | [
"Apache-2.0"
] | null | null | null | // This is a sample source file that shows how
// to create two MySQL sandboxes using dbdeployer code
// from another Go program.
package main
import (
"github.com/datacharmer/dbdeployer/common"
"github.com/datacharmer/dbdeployer/defaults"
"github.com/datacharmer/dbdeployer/sandbox"
"os"
)
func main() {
// Searc... | 29.824742 | 79 | 0.712064 |
500261cc39d762b5cd55a83700c56906ba30c4ce | 507 | js | JavaScript | test/core/api/player.test.js | zivkaziv/vff | 302e6f78e81cb258620563e4ef6e3c5cbca4e3e4 | [
"MIT"
] | null | null | null | test/core/api/player.test.js | zivkaziv/vff | 302e6f78e81cb258620563e4ef6e3c5cbca4e3e4 | [
"MIT"
] | null | null | null | test/core/api/player.test.js | zivkaziv/vff | 302e6f78e81cb258620563e4ef6e3c5cbca4e3e4 | [
"MIT"
] | null | null | null | const playerApi = require('../../../src/core/api/player');
const messenger = require('../../../src/utils/messenger.js');
import {GO} from '../../../src/utils/events';
describe("Player Api", () =>{
describe("Go", () => {
it("Should post a massage", () => {
const send = jest.spyOn(messenger, 'se... | 33.8 | 75 | 0.544379 |
99feea61fd7c993abbd37665f38987958069b17f | 60,841 | asm | Assembly | wc.asm | adrianna157/CS444-Lab5-Mutexes | a6d4d67cae45b5f37ce4b26d17636659d9e5b58b | [
"MIT-0"
] | null | null | null | wc.asm | adrianna157/CS444-Lab5-Mutexes | a6d4d67cae45b5f37ce4b26d17636659d9e5b58b | [
"MIT-0"
] | null | null | null | wc.asm | adrianna157/CS444-Lab5-Mutexes | a6d4d67cae45b5f37ce4b26d17636659d9e5b58b | [
"MIT-0"
] | null | null | null |
_wc: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
printf(1, "%d %d %d %s\n", l, w, c, name);
}
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 57 push %edi
4: 56 p... | 33.970408 | 76 | 0.435315 |
7d723517b82918c494c085c2bcc2301ae9985af3 | 784 | swift | Swift | todolist/HistoryCell.swift | Scorocode/scorocode-sdk-swift | 52111b94e09d0fb5c80ac049e4ee886c917ee995 | [
"MIT"
] | 10 | 2016-07-19T23:19:38.000Z | 2021-12-08T11:25:32.000Z | todolist/HistoryCell.swift | Scorocode/scorocode-sdk-swift | 52111b94e09d0fb5c80ac049e4ee886c917ee995 | [
"MIT"
] | 4 | 2016-10-27T11:24:43.000Z | 2017-10-02T18:13:39.000Z | todolist/HistoryCell.swift | Scorocode/scorocode-sdk-swift | 52111b94e09d0fb5c80ac049e4ee886c917ee995 | [
"MIT"
] | 10 | 2016-06-10T10:42:05.000Z | 2018-05-30T16:47:36.000Z | //
// HistoryCell.swift
// todolist
//
// Created by Alexey Kuznetsov on 09/11/2016.
// Copyright © 2016 ProfIT. All rights reserved.
//
import UIKit
class HistoryCell : UITableViewCell {
@IBOutlet weak var labelDate: UILabel!
@IBOutlet weak var labelField: UILabel!
@IBOutlet weak var labelValue:... | 27.034483 | 62 | 0.669643 |
1a8159f2065eed5b2bc4de910e4d14a403780588 | 1,984 | rs | Rust | crates/aingle_types/src/saf/saf_store.rs | Daironode/aingle | 54bfcbe21f587699a4e66e6764fe879a348987c8 | [
"Linux-OpenIB"
] | null | null | null | crates/aingle_types/src/saf/saf_store.rs | Daironode/aingle | 54bfcbe21f587699a4e66e6764fe879a348987c8 | [
"Linux-OpenIB"
] | null | null | null | crates/aingle_types/src/saf/saf_store.rs | Daironode/aingle | 54bfcbe21f587699a4e66e6764fe879a348987c8 | [
"Linux-OpenIB"
] | null | null | null | use crate::prelude::*;
/// A readable and writable store of SafFiles and EntryDefs
#[mockall::automock]
pub trait SafStore: Default + Send + Sync {
/// Add a SafFile to the store
fn add_saf(&mut self, saf: SafFile);
/// Add multiple SafFiles to the store
fn add_safs<T: IntoIterator<Item = (SafHash, Saf... | 31 | 96 | 0.640121 |
67c5341359e1165e78d9d9a19f8f87ecda0e6a33 | 1,546 | sql | SQL | domain/src/main/resources/db/migration/V1__initial.sql | LoganPhan/zenhome-challenge | 65e6343ef1046b466e3206a492cd483fc45abab9 | [
"MIT"
] | null | null | null | domain/src/main/resources/db/migration/V1__initial.sql | LoganPhan/zenhome-challenge | 65e6343ef1046b466e3206a492cd483fc45abab9 | [
"MIT"
] | null | null | null | domain/src/main/resources/db/migration/V1__initial.sql | LoganPhan/zenhome-challenge | 65e6343ef1046b466e3206a492cd483fc45abab9 | [
"MIT"
] | null | null | null |
CREATE TABLE persistent_audit
(
created_by VARCHAR(255),
created_date TIMESTAMP without TIME ZONE NOT NULL DEFAULT now(),
last_modified_by VARCHAR (255),
last_modified_date TIMESTAMP without TIME ZONE NOT NULL DEFAULT now()
);
CREATE TABLE "user"
(
id SERIAL NOT NULL,
name VARCHAR(255),
CONSTRAIN... | 30.92 | 82 | 0.763907 |
af63abb9f55d16336ae3817f362c0fe139d22b16 | 163 | rb | Ruby | lib/ghpages_deploy/rake_task.rb | rideliner/yard-ghpages-deploy | eab575d7c93ff7edac61f768451a9950bfccb74e | [
"BSD-3-Clause"
] | 1 | 2016-01-27T18:28:55.000Z | 2016-01-27T18:28:55.000Z | lib/ghpages_deploy/rake_task.rb | rideliner/ghpages_deploy | eab575d7c93ff7edac61f768451a9950bfccb74e | [
"BSD-3-Clause"
] | null | null | null | lib/ghpages_deploy/rake_task.rb | rideliner/ghpages_deploy | eab575d7c93ff7edac61f768451a9950bfccb74e | [
"BSD-3-Clause"
] | null | null | null | # encoding: utf-8
# Copyright (c) 2016 Nathan Currier
require 'ghpages_deploy/rake/task'
require 'ghpages_deploy/rake/json'
require 'ghpages_deploy/rake/jekyll'
| 20.375 | 36 | 0.785276 |
f45a49ca560a1767ea8c860657bc31bddf3049f4 | 56,109 | asm | Assembly | zombie.asm | jhsie007/xv6 | 237fe356270a548f3171bd206771d6b9f29776c4 | [
"MIT-0"
] | null | null | null | zombie.asm | jhsie007/xv6 | 237fe356270a548f3171bd206771d6b9f29776c4 | [
"MIT-0"
] | null | null | null | zombie.asm | jhsie007/xv6 | 237fe356270a548f3171bd206771d6b9f29776c4 | [
"MIT-0"
] | null | null | null |
_zombie: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
#include "stat.h"
#include "user.h"
int
main(void)
{
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 83 e4 f0 and $0xfffffff0,%esp
1006: 83 ec 10 ... | 36.744597 | 64 | 0.422588 |
fa964f963c7104917beb8192957541276d6fe7d9 | 2,155 | kt | Kotlin | app/src/main/kotlin/io/github/feelfreelinux/wykopmobilny/ui/modules/mainnavigation/MainNavigationPresenter.kt | mdczaplicki/WykopMobilny | 687a9f42af9d17bd8a3227b882fef6232b4d174a | [
"MIT"
] | null | null | null | app/src/main/kotlin/io/github/feelfreelinux/wykopmobilny/ui/modules/mainnavigation/MainNavigationPresenter.kt | mdczaplicki/WykopMobilny | 687a9f42af9d17bd8a3227b882fef6232b4d174a | [
"MIT"
] | null | null | null | app/src/main/kotlin/io/github/feelfreelinux/wykopmobilny/ui/modules/mainnavigation/MainNavigationPresenter.kt | mdczaplicki/WykopMobilny | 687a9f42af9d17bd8a3227b882fef6232b4d174a | [
"MIT"
] | null | null | null | package io.github.feelfreelinux.wykopmobilny.ui.modules.mainnavigation
import io.github.feelfreelinux.wykopmobilny.api.notifications.NotificationsApi
import io.github.feelfreelinux.wykopmobilny.base.BasePresenter
import io.github.feelfreelinux.wykopmobilny.base.Schedulers
import io.github.feelfreelinux.wykopmobilny.ut... | 46.847826 | 113 | 0.645476 |
0b89d5110511e9a326a0adf1605527ae76c9199c | 1,220 | py | Python | 1SiteRanking/create_kernel_density_map_arcpy.py | HCH2CHO/EmotionMap | bc572b4182637dcdd65e9a13c92f2fa0d9a3d680 | [
"MIT"
] | 3 | 2021-07-15T15:58:52.000Z | 2021-07-16T13:22:47.000Z | 1SiteRanking/create_kernel_density_map_arcpy.py | HCH2CHO/EmotionMap | bc572b4182637dcdd65e9a13c92f2fa0d9a3d680 | [
"MIT"
] | null | null | null | 1SiteRanking/create_kernel_density_map_arcpy.py | HCH2CHO/EmotionMap | bc572b4182637dcdd65e9a13c92f2fa0d9a3d680 | [
"MIT"
] | 4 | 2017-08-04T12:41:06.000Z | 2019-01-31T14:55:10.000Z | # coding:utf-8
# version:python2.7.3
# author:kyh
# import x,y data from txt and create kernel density map
import arcpy
from arcpy.sa import *
from arcpy import env
def read_point_data(filepath,i):
# Read data file and create shp file
with open(filepath, 'r') as pt_file:
pt=arcpy.Point()
ptGeo... | 33.888889 | 127 | 0.645902 |
3fbfe5dc7c653322cd3f3a354ab66c7dac624774 | 1,312 | h | C | usr/libexec/CallHistorySyncHelper/AutoSync.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | 2 | 2021-11-02T09:23:27.000Z | 2022-03-28T08:21:57.000Z | usr/libexec/CallHistorySyncHelper/AutoSync.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | null | null | null | usr/libexec/CallHistorySyncHelper/AutoSync.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | 1 | 2022-03-28T08:21:59.000Z | 2022-03-28T08:21:59.000Z | //
// Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#import <CallHistory/CHSynchronizedLoggable.h>
@class NSDate, WatchDogTimer;
@interface AutoSync : CHSynchronizedLoggable
{
_Bool _alreadyWai... | 36.444444 | 120 | 0.752287 |
5198b0559ff88f1367f00dab0c0ea60296770df7 | 787 | sql | SQL | EdFi.Ods.Utilities.Migration/Scripts/MsSql/02Upgrade/v25_to_v31/08 Create New Tables/10180 StaffEducationOrganizationContactAssociationTelephone [Staff, EdOrg].sql | Ed-Fi-Alliance-OSS/Ed-Fi-MigrationUtility | 0d990a4d5cec37eec2015ef53e8d9e4fdec8750a | [
"Apache-2.0"
] | null | null | null | EdFi.Ods.Utilities.Migration/Scripts/MsSql/02Upgrade/v25_to_v31/08 Create New Tables/10180 StaffEducationOrganizationContactAssociationTelephone [Staff, EdOrg].sql | Ed-Fi-Alliance-OSS/Ed-Fi-MigrationUtility | 0d990a4d5cec37eec2015ef53e8d9e4fdec8750a | [
"Apache-2.0"
] | 9 | 2020-06-12T16:07:31.000Z | 2022-01-20T16:13:12.000Z | EdFi.Ods.Utilities.Migration/Scripts/MsSql/02Upgrade/v25_to_v31/08 Create New Tables/10180 StaffEducationOrganizationContactAssociationTelephone [Staff, EdOrg].sql | Ed-Fi-Alliance-OSS/Ed-Fi-MigrationUtility | 0d990a4d5cec37eec2015ef53e8d9e4fdec8750a | [
"Apache-2.0"
] | 3 | 2020-05-19T13:25:35.000Z | 2022-02-26T01:21:18.000Z | -- SPDX-License-Identifier: Apache-2.0
-- Licensed to the Ed-Fi Alliance under one or more agreements.
-- The Ed-Fi Alliance licenses this file to you under the Apache License, Version 2.0.
-- See the LICENSE and NOTICES files in the project root for more information.
PRINT N'Creating [edfi].[StaffEducationOrganizatio... | 34.217391 | 86 | 0.780178 |
bec1aa08b009df0c403d6fe34201715b4de23e3c | 531 | asm | Assembly | src/basics/input.asm | Pentium1080Ti/x86-assembly | 4af3caf07e17bdd23e08b85f6666d67f63f610c2 | [
"MIT"
] | null | null | null | src/basics/input.asm | Pentium1080Ti/x86-assembly | 4af3caf07e17bdd23e08b85f6666d67f63f610c2 | [
"MIT"
] | null | null | null | src/basics/input.asm | Pentium1080Ti/x86-assembly | 4af3caf07e17bdd23e08b85f6666d67f63f610c2 | [
"MIT"
] | null | null | null | %include 'src/include/functions.asm'
SECTION .data
msg1 db 'Please enter your name: ', 0h
msg2 db 'Hello, ', 0h
SECTION .bss
sinput: resb 255
SECTION .text
global _start
_start:
mov eax, msg1
call sprint
mov edx, 255 ; read 255 bytes
mov ecx, sinput ; buffer for input
mov ebx, 0 ; writ... | 17.7 | 72 | 0.642185 |
39b7ddd490522ecc388ca71ea1348c7a13d5460f | 634 | js | JavaScript | src/components/SidebarData.js | khaiphong/personadb | a39f7f26d0967d70aa072dd2ec7e8726f83a1e6c | [
"Apache-2.0"
] | null | null | null | src/components/SidebarData.js | khaiphong/personadb | a39f7f26d0967d70aa072dd2ec7e8726f83a1e6c | [
"Apache-2.0"
] | null | null | null | src/components/SidebarData.js | khaiphong/personadb | a39f7f26d0967d70aa072dd2ec7e8726f83a1e6c | [
"Apache-2.0"
] | null | null | null |
export const SidebarData = [
{
title: 'About',
path: '/',
icon: ''
},
{
title: 'Dashboard',
path: '/dashboard',
icon: ''
},
{
title: 'Chat',
path: '/chat',
icon: ''
},
{
title: 'Support',
path: '/support',
icon: ''
},
{
title: 'Services',
path: ... | 14.409091 | 45 | 0.432177 |
6478a75ba49a8bf199e1e3ba3aa90c8eccd2c981 | 4,166 | rs | Rust | aoc/src/y2021/d18/mod.rs | matiaslindgren/advent-of-code-rust | 1cf4ce91f00a6f63a59751dfcd139ff28ee64930 | [
"MIT"
] | null | null | null | aoc/src/y2021/d18/mod.rs | matiaslindgren/advent-of-code-rust | 1cf4ce91f00a6f63a59751dfcd139ff28ee64930 | [
"MIT"
] | null | null | null | aoc/src/y2021/d18/mod.rs | matiaslindgren/advent-of-code-rust | 1cf4ce91f00a6f63a59751dfcd139ff28ee64930 | [
"MIT"
] | null | null | null | pub fn main(input: &str) -> String {
let a = find_a(input);
let b = find_b(input);
format!("{} {}", a, b)
}
fn find_a(input: &str) -> i32 {
let result = input.lines().map(str::to_owned).reduce(add).unwrap();
magnitude(&result)
}
fn find_b(input: &str) -> i32 {
let lines: Vec<String> = input.li... | 27.959732 | 72 | 0.507921 |
57181e35dbe1936bf76937ba4be533d8cbb6ef65 | 319 | h | C | Includes/Art/Devices/AT050AT40.h | ArselonHub/ArtGui-stm32f4 | 972a28fe95925d0e769100a956f9efbaaaa6f09b | [
"MIT"
] | null | null | null | Includes/Art/Devices/AT050AT40.h | ArselonHub/ArtGui-stm32f4 | 972a28fe95925d0e769100a956f9efbaaaa6f09b | [
"MIT"
] | null | null | null | Includes/Art/Devices/AT050AT40.h | ArselonHub/ArtGui-stm32f4 | 972a28fe95925d0e769100a956f9efbaaaa6f09b | [
"MIT"
] | null | null | null | #ifndef ART_SAT050AT40_H
#define ART_SAT050AT40_H
#include <Art/Devices/FbDisplay.h>
namespace Art
{
class AT050AT40 : public FbDisplay
{
public:
virtual ~AT050AT40();
virtual Size surfaceSize();
virtual Word pitch();
private:
virtual void updateFrameBuffer();
virtual void openPort();
};
}
#endif
| 13.291667 | 35 | 0.724138 |
39cadafd649c7232f810220aa3dd8b9812a0ba5e | 19,413 | js | JavaScript | src/main/docs/html/navtreeindex4.js | Team302/Training2020 | 144cb24e5674c857c45fe4544ab42f27e07371f9 | [
"MIT"
] | 1 | 2020-09-03T21:28:43.000Z | 2020-09-03T21:28:43.000Z | src/main/docs/html/navtreeindex4.js | Team302/training2020 | 144cb24e5674c857c45fe4544ab42f27e07371f9 | [
"MIT"
] | null | null | null | src/main/docs/html/navtreeindex4.js | Team302/training2020 | 144cb24e5674c857c45fe4544ab42f27e07371f9 | [
"MIT"
] | null | null | null | var NAVTREEINDEX4 =
{
"class_control_panel.html#ae26ca57e23827693cc8bc60304cc603a":[1,0,33,2],
"class_control_panel.html#afabe6a8e741ed9af5d51d50d82cc4263":[1,0,33,3],
"class_control_panel_color_turn.html":[1,0,35],
"class_control_panel_color_turn.html#a1b11839cd1fa494abf9e4137d7b8e7fc":[1,0,35,0],
"class_control... | 76.429134 | 126 | 0.833668 |
b1b4b76e3f8eb864242906389a409dfcbbab6b6c | 633 | c | C | client/c/example/example.c | yodaos-project/yodajs | 2daa2fbd46a692e85104986875a1e16785ecd0be | [
"Apache-2.0"
] | 100 | 2017-10-17T01:19:27.000Z | 2018-10-17T08:50:07.000Z | client/c/example/example.c | yodaos-project/yodart | 2daa2fbd46a692e85104986875a1e16785ecd0be | [
"Apache-2.0"
] | 675 | 2018-12-19T14:53:00.000Z | 2019-10-09T09:29:33.000Z | client/c/example/example.c | yodaos-project/yodajs | 2daa2fbd46a692e85104986875a1e16785ecd0be | [
"Apache-2.0"
] | 35 | 2018-12-19T16:39:40.000Z | 2019-09-29T11:59:03.000Z | #include <stdio.h>
#include <unistd.h>
#include <yodaos_sdk.h>
#include <yodaos_apis.h>
#include <stdbool.h>
int main() {
yodaos_api_init(0);
flora_call_result* ret =
yodaos_api_call(YODAOSAPI_NS_AUDIOFOCUS_MT_GETCURRENTFOCUSES, NULL,
YODAOS_API_DEFAULT_TIMEOUT);
RKLogw("Get rsp(new... | 24.346154 | 76 | 0.693523 |
e759c9aba41e020c456cf21fdce194926dc7b2f8 | 124 | js | JavaScript | js/jaywing-component-library.js | Jaywing/frontend-component-library | a8026133de3b7e818f18ac7e4572a26bb41100da | [
"MIT"
] | 1 | 2019-07-19T16:17:10.000Z | 2019-07-19T16:17:10.000Z | js/jaywing-component-library.js | Jaywing/frontend-site-starter-kit | a8026133de3b7e818f18ac7e4572a26bb41100da | [
"MIT"
] | 1 | 2021-03-09T13:40:10.000Z | 2021-03-09T13:40:10.000Z | js/jaywing-component-library.js | Jaywing/frontend-component-library | a8026133de3b7e818f18ac7e4572a26bb41100da | [
"MIT"
] | null | null | null | import "./modules";
import "svgxuse"; //Polyfill for IE11 to support "use" tags in SVGs
console.log(`app.js has loaded!`);
| 24.8 | 67 | 0.701613 |
16ade29f2c6b2cd6070627a001b9c8882654a951 | 250 | h | C | src/util/files.h | quietfanatic/Sequoia | 03beb7dbdc1b83a60e799b43548f8b1dadf34295 | [
"MIT"
] | null | null | null | src/util/files.h | quietfanatic/Sequoia | 03beb7dbdc1b83a60e799b43548f8b1dadf34295 | [
"MIT"
] | null | null | null | src/util/files.h | quietfanatic/Sequoia | 03beb7dbdc1b83a60e799b43548f8b1dadf34295 | [
"MIT"
] | null | null | null | #pragma once
#include <string>
extern const std::wstring exe_path16;
extern const std::string exe_path;
extern const std::string exe_folder;
std::string exe_relative (const std::string& filename);
std::string slurp (const std::string& filename);
| 20.833333 | 55 | 0.764 |
f0879b5787d4e12dc22f7bbd511eb389ea029db5 | 614 | js | JavaScript | js/components/Particle.js | MaxFrank13/Space-Invaders | 7e9e1cf4f14be4d0c39ece4d632cad45c49d3fb6 | [
"MIT"
] | null | null | null | js/components/Particle.js | MaxFrank13/Space-Invaders | 7e9e1cf4f14be4d0c39ece4d632cad45c49d3fb6 | [
"MIT"
] | null | null | null | js/components/Particle.js | MaxFrank13/Space-Invaders | 7e9e1cf4f14be4d0c39ece4d632cad45c49d3fb6 | [
"MIT"
] | null | null | null | class Particle {
constructor(config) {
this.ctx = config.ctx;
this.x = config.x;
this.y = config.y;
this.size = Math.random() * 8 + 1;
this.speedX = Math.random() * 6 - 3;
this.speedY = Math.random() * 4 - 2;
this.color = config.color;
}
update() {
... | 27.909091 | 64 | 0.496743 |
707d91a2d634e9358aeceab314bd942554d1de75 | 2,693 | h | C | SurgSim/Math/Scalar.h | dbungert/opensurgsim | bd30629f2fd83f823632293959b7654275552fa9 | [
"Apache-2.0"
] | 24 | 2015-01-19T16:18:59.000Z | 2022-03-13T03:29:11.000Z | SurgSim/Math/Scalar.h | dbungert/opensurgsim | bd30629f2fd83f823632293959b7654275552fa9 | [
"Apache-2.0"
] | 3 | 2018-12-21T14:54:08.000Z | 2022-03-14T12:38:07.000Z | SurgSim/Math/Scalar.h | dbungert/opensurgsim | bd30629f2fd83f823632293959b7654275552fa9 | [
"Apache-2.0"
] | 8 | 2015-04-10T19:45:36.000Z | 2022-02-02T17:00:59.000Z | // This file is a part of the OpenSurgSim project.
// Copyright 2013, SimQuest Solutions Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICE... | 34.974026 | 99 | 0.736725 |
3304cda4bb7181483694fd293ce4ad5249b9bc1e | 2,178 | py | Python | checkov/terraform/checks/resource/kubernetes/PodSecurityContext.py | pmalkki/checkov | b6cdf386dd976fe27c16fed6d550756a678a5d7b | [
"Apache-2.0"
] | null | null | null | checkov/terraform/checks/resource/kubernetes/PodSecurityContext.py | pmalkki/checkov | b6cdf386dd976fe27c16fed6d550756a678a5d7b | [
"Apache-2.0"
] | null | null | null | checkov/terraform/checks/resource/kubernetes/PodSecurityContext.py | pmalkki/checkov | b6cdf386dd976fe27c16fed6d550756a678a5d7b | [
"Apache-2.0"
] | null | null | null | from checkov.common.models.enums import CheckCategories, CheckResult
from checkov.terraform.checks.resource.base_resource_check import BaseResourceCheck
class PodSecurityContext(BaseResourceCheck):
def __init__(self):
# CIS-1.5 5.7.3
name = "Apply security context to your pods and containers"
... | 41.09434 | 106 | 0.596878 |
0bf6ddb6cf035ee4a68ded12213e74f8cd1f1cfc | 103 | js | JavaScript | algo-js/DECOUVERTE DU LANGAGE/Partie 01/partie01-2.js | leonelrm/cours-algo | 952d4d59271d72e167e141bf3ab3659d9a1b4b89 | [
"MIT"
] | null | null | null | algo-js/DECOUVERTE DU LANGAGE/Partie 01/partie01-2.js | leonelrm/cours-algo | 952d4d59271d72e167e141bf3ab3659d9a1b4b89 | [
"MIT"
] | null | null | null | algo-js/DECOUVERTE DU LANGAGE/Partie 01/partie01-2.js | leonelrm/cours-algo | 952d4d59271d72e167e141bf3ab3659d9a1b4b89 | [
"MIT"
] | null | null | null | let i;
let somme = 0;
for (i = 1; i<=10; i++)
somme += i;
console.log("Somme du 1 a 10 = " +somme); | 20.6 | 41 | 0.524272 |
0b649e46fb5914bfe7b320bbcd19fe8e80f42ef7 | 1,624 | py | Python | code_trunk/emb.py | chris4540/DD2430-ds-proj | b876efabe949392b27a7ebd4afb2be623174e287 | [
"MIT"
] | null | null | null | code_trunk/emb.py | chris4540/DD2430-ds-proj | b876efabe949392b27a7ebd4afb2be623174e287 | [
"MIT"
] | null | null | null | code_trunk/emb.py | chris4540/DD2430-ds-proj | b876efabe949392b27a7ebd4afb2be623174e287 | [
"MIT"
] | null | null | null | import torch
from network.siamese import SiameseNet
from network.resnet import ResidualEmbNetwork
import os
import numpy as np
from utils.datasets import DeepFashionDataset
from torchvision.transforms import Compose
from torchvision.transforms import Resize
from torchvision.transforms import ToTensor
from torchvision.t... | 28.491228 | 72 | 0.76601 |
22170d726f953d600d8876274c501acb219d8295 | 1,254 | swift | Swift | UIUTestCocoaPodsExample/UIUTestExampleTests/DateExtensionTests.swift | nallick/UIUTest_Examples | e3f0b109b8d6e20ae2514f67b4de52a2d0323098 | [
"MIT"
] | 1 | 2020-02-26T12:19:11.000Z | 2020-02-26T12:19:11.000Z | UIUTestSPMExample/UIUTestExampleTests/DateExtensionTests.swift | nallick/UIUTest_Examples | e3f0b109b8d6e20ae2514f67b4de52a2d0323098 | [
"MIT"
] | null | null | null | UIUTestSPMExample/UIUTestExampleTests/DateExtensionTests.swift | nallick/UIUTest_Examples | e3f0b109b8d6e20ae2514f67b4de52a2d0323098 | [
"MIT"
] | 1 | 2020-03-20T14:37:04.000Z | 2020-03-20T14:37:04.000Z | //
// DateExtensionTests.swift
//
// Copyright © 2018 Purgatory Design. Licensed under the MIT License.
//
import XCTest
import UIUTestExample
class DateExtensionTests: XCTestCase
{
func testToday() {
let dateFormatter = DateFormatter()
dateFormatter.dateFormat = "MM/dd/yyyy"
let now = Date()
let today = ... | 23.660377 | 99 | 0.743222 |
df8019f1895b7744ed8e956211fef92de5fa9eef | 370 | swift | Swift | keyboardtest/ViewController.swift | lbulygin/buryat_keyboard_ios | d77a3d2563f41b922f454032dc3095279022944e | [
"MIT"
] | null | null | null | keyboardtest/ViewController.swift | lbulygin/buryat_keyboard_ios | d77a3d2563f41b922f454032dc3095279022944e | [
"MIT"
] | null | null | null | keyboardtest/ViewController.swift | lbulygin/buryat_keyboard_ios | d77a3d2563f41b922f454032dc3095279022944e | [
"MIT"
] | null | null | null | //
// ViewController.swift
// keyboardtest
//
// Created by Булыгин Лев Эдуардович on 05/02/2019.
// Copyright © 2019 Lev Bulygin. All rights reserved.
//
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after l... | 17.619048 | 80 | 0.678378 |
e72da572f2e4dc2d1238fe500143e388ba16409c | 22,921 | js | JavaScript | test/irc_test.js | ohfunc/circ | 32a169471208ccbf10ce48b13dbe118c1cd0dbe9 | [
"BSD-3-Clause"
] | 223 | 2015-01-01T04:27:49.000Z | 2021-07-20T05:38:01.000Z | test/irc_test.js | ohfunc/circ | 32a169471208ccbf10ce48b13dbe118c1cd0dbe9 | [
"BSD-3-Clause"
] | 111 | 2015-01-02T18:27:43.000Z | 2022-03-05T10:51:14.000Z | test/irc_test.js | ohfunc/circ | 32a169471208ccbf10ce48b13dbe118c1cd0dbe9 | [
"BSD-3-Clause"
] | 68 | 2015-01-06T21:22:08.000Z | 2022-03-29T03:39:11.000Z | // Generated by CoffeeScript 1.4.0
(function() {
"use strict";
describe('An IRC client backend', function() {
var CURRENT_WINDOW, SERVER_WINDOW, chat, irc, resetSpies, socket, waitsForArrayBufferConversion;
SERVER_WINDOW = window.chat.SERVER_WINDOW;
CURRENT_WINDOW = window.chat.CURRENT_WINDOW;
irc ... | 48.153361 | 144 | 0.591903 |
b18a18d368b447885d2040960718db536faf9755 | 271 | lua | Lua | res/quest/yasha_thief.lua | tizian/Cendric2 | 5b0438c73a751bcc0d63c3af839af04ab0fb21a3 | [
"MIT"
] | 279 | 2015-05-06T19:04:07.000Z | 2022-03-21T21:33:38.000Z | res/quest/yasha_thief.lua | tizian/Cendric2 | 5b0438c73a751bcc0d63c3af839af04ab0fb21a3 | [
"MIT"
] | 222 | 2016-10-26T15:56:25.000Z | 2021-10-03T15:30:18.000Z | res/quest/yasha_thief.lua | tizian/Cendric2 | 5b0438c73a751bcc0d63c3af839af04ab0fb21a3 | [
"MIT"
] | 49 | 2015-10-01T21:23:03.000Z | 2022-03-19T20:11:31.000Z | collectibles =
{
{"qe_thunderheart", 1},
}
markers = {
{
map = "res/map/highland/highland.tmx",
position = {225, 1900},
step = 0
},
{
map = "res/map/gandriasewers/gandriasewers.tmx",
npc = "npc_vincent3",
position = {125, 175},
step = -1
}
} | 15.055556 | 50 | 0.571956 |
2a16cb5d7fcfb135d5fbbdbbec6e4ce3c16a397a | 405 | html | HTML | source/templates/blog-article-3.html | koljakutschera/yafbp-example-blog | bb097363f9cfd656d49f0129e409e10e4899bccb | [
"MIT",
"Unlicense"
] | null | null | null | source/templates/blog-article-3.html | koljakutschera/yafbp-example-blog | bb097363f9cfd656d49f0129e409e10e4899bccb | [
"MIT",
"Unlicense"
] | null | null | null | source/templates/blog-article-3.html | koljakutschera/yafbp-example-blog | bb097363f9cfd656d49f0129e409e10e4899bccb | [
"MIT",
"Unlicense"
] | null | null | null | ---
type: blog
title: Blog - Article 3
published : "2016-09-17"
category : Categorie 2
tags: ["Tag 3", "Tag 4"]
---
{% extends "layouts/basic.html" %}
{% block meta %}
<meta name="description" content="This is blog article 3.">
{% endblock %}
{% block body %}
{% include "includes/blogArticleHead.html" %}
<p>Text of... | 18.409091 | 59 | 0.646914 |
740bf2da19bc412d7b544578db00dbe6339ffeb5 | 3,635 | swift | Swift | CatalinaMusicBridge/Controllers/Listener.swift | boyvanamstel/CatalinaMusicScripting-BugReport | c3a74e7988d1085ac8ea7a5de98840524d54b5f4 | [
"MIT"
] | 3 | 2019-06-05T13:43:05.000Z | 2019-10-19T12:15:59.000Z | CatalinaMusicBridge/Controllers/Listener.swift | boyvanamstel/CatalinaMusicScripting-BugReport | c3a74e7988d1085ac8ea7a5de98840524d54b5f4 | [
"MIT"
] | null | null | null | CatalinaMusicBridge/Controllers/Listener.swift | boyvanamstel/CatalinaMusicScripting-BugReport | c3a74e7988d1085ac8ea7a5de98840524d54b5f4 | [
"MIT"
] | null | null | null | //
// Listener.swift
// CatalinaMusicBridge
//
// Created by Boy van Amstel on 05/06/2019.
// Copyright © 2019 Danger Cove. All rights reserved.
//
import AppKit
class Listener {
// MARK: - Properties
var didUpdatePlayerInfo: ((PlayerInfo) -> Void)?
private(set) var playerInfo = PlayerInfo(... | 25.41958 | 115 | 0.581293 |
bca80f5a08ca840e9bc1635b04c4ed92fee3844d | 1,311 | js | JavaScript | src/movie-app/results.controller.js | rbelow/angularjs-movie-app | e2069292bb2edea9ca2209ca4b388fb9bcc29b9a | [
"MIT"
] | null | null | null | src/movie-app/results.controller.js | rbelow/angularjs-movie-app | e2069292bb2edea9ca2209ca4b388fb9bcc29b9a | [
"MIT"
] | null | null | null | src/movie-app/results.controller.js | rbelow/angularjs-movie-app | e2069292bb2edea9ca2209ca4b388fb9bcc29b9a | [
"MIT"
] | null | null | null | angular // eslint-disable-line
.module('movieApp')
.controller('ResultsController', function ($scope, $location, $exceptionHandler, $log, omdbApi) {
// $scope.results = []
// $scope.results.push({ data: { Title:"Star Wars: Episode IV - A New Hope" }})
// $scope.results.push({ data: { Title: "Star Wars: ... | 36.416667 | 99 | 0.600305 |
8e9c470d193e2ed0b2dc6783617fc6718e93307b | 1,407 | rb | Ruby | lib/netsuite/actions/get.rb | generalthings/netsuite | 6b25262ad317a04e4b6fb3922f7353c83cd6548b | [
"MIT"
] | null | null | null | lib/netsuite/actions/get.rb | generalthings/netsuite | 6b25262ad317a04e4b6fb3922f7353c83cd6548b | [
"MIT"
] | null | null | null | lib/netsuite/actions/get.rb | generalthings/netsuite | 6b25262ad317a04e4b6fb3922f7353c83cd6548b | [
"MIT"
] | 1 | 2022-01-11T13:06:57.000Z | 2022-01-11T13:06:57.000Z | module NetSuite
module Actions
class Get
include SavonSupport
def initialize(id)
@id = id
end
private
def request
connection.request :platformMsgs, :get do
soap.namespaces['xmlns:platformMsgs'] = 'urn:messages_2011_2.platform.webservices.netsuite.com'
... | 25.125 | 105 | 0.552239 |
c44a852f39167caa56274d50380725b5344487a9 | 509 | h | C | src/SearchResultPoi/SearchResultPoi.h | usamakhan049/assignment | 40eb153e8fd74f73ba52ce29417d8220ab744b5d | [
"BSD-2-Clause"
] | 69 | 2017-06-07T10:47:03.000Z | 2022-03-24T08:33:33.000Z | src/SearchResultPoi/SearchResultPoi.h | usamakhan049/assignment | 40eb153e8fd74f73ba52ce29417d8220ab744b5d | [
"BSD-2-Clause"
] | 23 | 2017-06-07T10:47:00.000Z | 2020-07-09T10:31:17.000Z | src/SearchResultPoi/SearchResultPoi.h | usamakhan049/assignment | 40eb153e8fd74f73ba52ce29417d8220ab744b5d | [
"BSD-2-Clause"
] | 31 | 2017-08-12T13:19:32.000Z | 2022-01-04T20:33:40.000Z | // Copyright eeGeo Ltd (2012-2015), All Rights Reserved
#pragma once
namespace ExampleApp
{
namespace SearchResultPoi
{
namespace SdkModel
{
class ISearchResultPoiMyPinService;
class ISearchResultPoiViewImageFetcher;
}
namespace View
{
... | 21.208333 | 55 | 0.603143 |
85db3a61fadd208dedc5910cacc9c6c23edfa347 | 20,532 | rs | Rust | src/circuit/permutation.rs | litezk/franklin-crypto | f6c5132b64012c79c11b193edd5a15bb02959be9 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null | src/circuit/permutation.rs | litezk/franklin-crypto | f6c5132b64012c79c11b193edd5a15bb02959be9 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null | src/circuit/permutation.rs | litezk/franklin-crypto | f6c5132b64012c79c11b193edd5a15bb02959be9 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null | extern crate bit_vec;
use self::bit_vec::BitVec;
use bellman::pairing::{
Engine,
};
use bellman::{
SynthesisError,
ConstraintSystem
};
use super::{
Assignment
};
use super::num::AllocatedNum;
use super::boolean::{
AllocatedBit,
Boolean
};
use std::cmp::Ordering;
pub trait PermutationElem... | 36.404255 | 140 | 0.456897 |
70ad4d05f49b22a84d05d9927921d1970e1b2e60 | 190 | go | Go | web/index.go | daychou/snake | f355ef30778f4c118f433f0e4e1d4817e10466d5 | [
"MIT"
] | 226 | 2021-08-20T16:59:38.000Z | 2022-03-31T12:16:04.000Z | web/index.go | daychou/snake | f355ef30778f4c118f433f0e4e1d4817e10466d5 | [
"MIT"
] | 14 | 2021-09-03T16:06:53.000Z | 2022-03-31T07:54:45.000Z | web/index.go | daychou/snake | f355ef30778f4c118f433f0e4e1d4817e10466d5 | [
"MIT"
] | 39 | 2021-08-23T03:07:41.000Z | 2022-03-31T07:02:28.000Z | package web
import (
"net/http"
"github.com/gin-gonic/gin"
)
// Index home page
func Index(c *gin.Context) {
c.HTML(http.StatusOK, "index", gin.H{
"title": "首页",
"ctx": c,
})
}
| 11.875 | 38 | 0.594737 |
1fa1ba09da224971128e48f7a49e8ce4d204c32c | 182,966 | sql | SQL | Scripts/s-09-carga-propietario.sql | atorr5555/ProyectoBD | 1f0bea67060854ffdd977a6a54edca78781ddac2 | [
"MIT"
] | null | null | null | Scripts/s-09-carga-propietario.sql | atorr5555/ProyectoBD | 1f0bea67060854ffdd977a6a54edca78781ddac2 | [
"MIT"
] | null | null | null | Scripts/s-09-carga-propietario.sql | atorr5555/ProyectoBD | 1f0bea67060854ffdd977a6a54edca78781ddac2 | [
"MIT"
] | null | null | null | --@Autor: FLores Fuentes Kevin y Torres Verastegui Jose Antonio
--@Fecha creación: 19/06/2020
--@Descripción: Carga de propietarios y sus telefonos
insert into propietario (propietario_id, nombre, apellido_paterno, apellido_materno, rfc, email) values (seq_propietario.nextval, 'Rolf', 'Botger', 'Pimm', null, 'rpimm0@i... | 182.055721 | 210 | 0.821732 |
84462700f22b1f5a32b7201138a4b8064b771f1c | 684 | tab | SQL | table_parts/06_2019-12-13_LRK_flaring-2_new-A2_8-plates_L103-L110.tab | Adrian-Cantu/modELISA | 86665fe3f13e922f8b26094616f37c37ceb7593b | [
"MIT"
] | null | null | null | table_parts/06_2019-12-13_LRK_flaring-2_new-A2_8-plates_L103-L110.tab | Adrian-Cantu/modELISA | 86665fe3f13e922f8b26094616f37c37ceb7593b | [
"MIT"
] | null | null | null | table_parts/06_2019-12-13_LRK_flaring-2_new-A2_8-plates_L103-L110.tab | Adrian-Cantu/modELISA | 86665fe3f13e922f8b26094616f37c37ceb7593b | [
"MIT"
] | null | null | null | 1 2 3 4 5 6 7 8 9 10 11 12
0.097 0.0647 0.0552 0.0524 1.7433 0.639 0.2905 0.1374 1.7933 0.7209 0.3847 0.196
0.2163 0.1271 0.089 0.0654 0.2025 0.1064 0.0751 0.0636 0.207 0.1156 0.0793 0.0728
0.2095 0.1147 0.0772 0.0641 0.1912 0.1016 0.0721 0.0634 0.1912 0.1135 0.0786 0.0716
0.119 0.0743 0.0598 0.0524 0.1082 0.0674 0.055... | 68.4 | 83 | 0.701754 |
d8c3a00c7a0dc145e17010a536dfd2ec0bdcef6c | 1,054 | kt | Kotlin | android-sdk/src/main/java/webtrekk/android/sdk/integration/MappIntelligenceListener.kt | Neno0o/webtrekk-new-android-sdk | f493dfe7e85591e6806fa3a94c50e394eda3cb60 | [
"MIT"
] | 8 | 2019-03-28T14:15:25.000Z | 2019-10-10T11:56:26.000Z | android-sdk/src/main/java/webtrekk/android/sdk/integration/MappIntelligenceListener.kt | Neno0o/webtrekk-android-sdk-BETA | f493dfe7e85591e6806fa3a94c50e394eda3cb60 | [
"MIT"
] | 4 | 2021-05-21T10:59:45.000Z | 2022-03-16T16:10:47.000Z | android-sdk/src/main/java/webtrekk/android/sdk/integration/MappIntelligenceListener.kt | Neno0o/webtrekk-android-sdk-BETA | f493dfe7e85591e6806fa3a94c50e394eda3cb60 | [
"MIT"
] | 1 | 2019-07-22T13:55:45.000Z | 2019-07-22T13:55:45.000Z | package webtrekk.android.sdk.integration
import android.content.BroadcastReceiver
import android.content.Context
import android.content.Intent
import webtrekk.android.sdk.util.alias
import webtrekk.android.sdk.util.userUpdate
/**
* Created by Aleksandar Marinkovic on 30/07/2020.
* Copyright (c) 2020 MAPP.
*/
inter... | 31.939394 | 66 | 0.671727 |
7208d29d7a0a08cd38896da525fe41f03787be62 | 1,376 | rs | Rust | examples/todomvc/src/header.rs | lights0123/maple | e5ef27b0dcdba315c5e4a9cea27b99b30530ceb3 | [
"MIT"
] | null | null | null | examples/todomvc/src/header.rs | lights0123/maple | e5ef27b0dcdba315c5e4a9cea27b99b30530ceb3 | [
"MIT"
] | null | null | null | examples/todomvc/src/header.rs | lights0123/maple | e5ef27b0dcdba315c5e4a9cea27b99b30530ceb3 | [
"MIT"
] | null | null | null | use maple_core::prelude::*;
use wasm_bindgen::JsCast;
use web_sys::{Event, HtmlInputElement, KeyboardEvent};
use crate::AppState;
pub fn Header(app_state: AppState) -> TemplateResult {
let value = Signal::new(String::new());
let input_ref = NodeRef::new();
let handle_input = cloned!((value) => move |eve... | 30.577778 | 137 | 0.549419 |
2a1bd1f2505352e52ddc8827a62bd1c895a311c3 | 3,701 | html | HTML | util/events/meetings/asis-cr94.html | ashok-khanna/cmu-ai-repository | 685d5143204e3292777d2f283fe3977a1737905b | [
"MIT-CMU"
] | null | null | null | util/events/meetings/asis-cr94.html | ashok-khanna/cmu-ai-repository | 685d5143204e3292777d2f283fe3977a1737905b | [
"MIT-CMU"
] | null | null | null | util/events/meetings/asis-cr94.html | ashok-khanna/cmu-ai-repository | 685d5143204e3292777d2f283fe3977a1737905b | [
"MIT-CMU"
] | null | null | null | From schwartz@panix.com Wed Feb 9 14:34:46 EST 1994
Article: 5574 of news.announce.conferences
Xref: glinda.oz.cs.cmu.edu news.announce.conferences:5574
Newsgroups: news.announce.conferences
Path: honeydew.srv.cs.cmu.edu!fs7.ece.cmu.edu!europa.eng.gtefsd.com!uunet!sparky!rick
From: schwartz@panix.com (Ray Schwartz)
Su... | 43.541176 | 85 | 0.802216 |
8684c184b8e29c3c22e9770293d701ba1ead71b2 | 798 | rs | Rust | crate/workspace_tests/src/ui_audio_loading/ui_audio_loading_bundle.rs | Lighty0410/autexousious | 99d142d8fdbf2076f3fd929f61b8140d47cf6b86 | [
"Apache-2.0",
"MIT"
] | 41 | 2020-03-13T04:45:03.000Z | 2022-01-17T18:13:09.000Z | crate/workspace_tests/src/ui_audio_loading/ui_audio_loading_bundle.rs | Lighty0410/autexousious | 99d142d8fdbf2076f3fd929f61b8140d47cf6b86 | [
"Apache-2.0",
"MIT"
] | 61 | 2016-06-19T01:28:12.000Z | 2021-07-17T08:21:44.000Z | crate/workspace_tests/src/ui_audio_loading/ui_audio_loading_bundle.rs | Lighty0410/autexousious | 99d142d8fdbf2076f3fd929f61b8140d47cf6b86 | [
"Apache-2.0",
"MIT"
] | 3 | 2020-03-21T21:53:36.000Z | 2021-01-30T01:10:55.000Z | #[cfg(test)]
mod test {
use std::path::PathBuf;
use amethyst::{assets::AssetStorage, ecs::WorldExt, Error};
use amethyst_test::AmethystApplication;
use ui_audio_model::{config::UiSfxPaths, loaded::UiSfxMap, UiAudioLoadingStatus};
use ui_audio_loading::UiAudioLoadingBundle;
#[test]
fn bund... | 31.92 | 85 | 0.615288 |
9504a628ed5fb37193757af844c113689ae83eb7 | 386,324 | css | CSS | Overview Page/www.softwareag.cloud/site/style.8cda379e7e32d4ff0a6e0c587b68c81319f59d13_252.css | Nawajish/wmio-b2b-website | deb94e25ec40090f2725768b3d4881b3d67182f1 | [
"Apache-2.0"
] | null | null | null | Overview Page/www.softwareag.cloud/site/style.8cda379e7e32d4ff0a6e0c587b68c81319f59d13_252.css | Nawajish/wmio-b2b-website | deb94e25ec40090f2725768b3d4881b3d67182f1 | [
"Apache-2.0"
] | null | null | null | Overview Page/www.softwareag.cloud/site/style.8cda379e7e32d4ff0a6e0c587b68c81319f59d13_252.css | Nawajish/wmio-b2b-website | deb94e25ec40090f2725768b3d4881b3d67182f1 | [
"Apache-2.0"
] | null | null | null | @font-face{font-family:"Avenir";src:url("fonts/avenir-next-bold.woff2") format("woffs");font-weight:700;font-style:normal}@font-face{font-family:"Avenir";src:url("fonts/avenir-next-light.woff2") format("woffs");font-weight:300;font-style:normal}@font-face{font-family:"Avenir";src:url("fonts/avenir-next-regular.woff2")... | 19,316.2 | 188,444 | 0.770739 |
d2383200360c90fa0e564014b28b31cbef7f50ba | 9,168 | sql | SQL | network/services/registry/src/test/resources/test_data.sql | pSCANNER/SCANNER | a4b213d9f07d3e417e5b3f1b0c03be9e27c9b9d8 | [
"BSD-3-Clause"
] | null | null | null | network/services/registry/src/test/resources/test_data.sql | pSCANNER/SCANNER | a4b213d9f07d3e417e5b3f1b0c03be9e27c9b9d8 | [
"BSD-3-Clause"
] | null | null | null | network/services/registry/src/test/resources/test_data.sql | pSCANNER/SCANNER | a4b213d9f07d3e417e5b3f1b0c03be9e27c9b9d8 | [
"BSD-3-Clause"
] | null | null | null |
set search_path = scanner_registry;
INSERT into site (site_name, description) VALUES
('ISI', 'USC Information Sciences Institute'),
('ALTAMED', 'Altamed Medical Group'),
('RAND', 'RAND Corporation'),
('UCSD', 'University of California, San Diego');
INSERT INTO node (site_id, node_name, host_url, host_port,... | 63.227586 | 243 | 0.713896 |
3e6502195282883423cdac5917eb212cda06e729 | 2,597 | h | C | modules/OCULUS/external/oculusSDK/LibOVR/Include/OVR_Version.h | Mithsen/Gallbladder | 981cec68ca9e9af8613a6bf5a71048f86c16a070 | [
"BSD-3-Clause"
] | 37 | 2016-03-30T09:34:10.000Z | 2021-08-19T03:19:30.000Z | modules/OCULUS/external/oculusSDK/LibOVR/Include/OVR_Version.h | Mithsen/Gallbladder | 981cec68ca9e9af8613a6bf5a71048f86c16a070 | [
"BSD-3-Clause"
] | 9 | 2016-03-29T10:58:35.000Z | 2016-04-28T13:00:41.000Z | modules/OCULUS/external/oculusSDK/LibOVR/Include/OVR_Version.h | Mithsen/Gallbladder | 981cec68ca9e9af8613a6bf5a71048f86c16a070 | [
"BSD-3-Clause"
] | 23 | 2016-03-29T03:07:41.000Z | 2021-07-12T01:41:09.000Z | /********************************************************************************//**
\file OVR_Version.h
\brief This header provides LibOVR version identification.
\copyright Copyright 2014 Oculus VR, LLC All Rights reserved.
************************************************************************************... | 37.1 | 145 | 0.733154 |
7f7bb6635c0da7ba6a918a2b24c38edfa27ac35c | 1,695 | go | Go | backend/xmlsignalgraph.go | axel-freesp/sge | fd1b955dc2c2b4f4200144270d39c7cd75165c10 | [
"BSD-2-Clause"
] | null | null | null | backend/xmlsignalgraph.go | axel-freesp/sge | fd1b955dc2c2b4f4200144270d39c7cd75165c10 | [
"BSD-2-Clause"
] | null | null | null | backend/xmlsignalgraph.go | axel-freesp/sge | fd1b955dc2c2b4f4200144270d39c7cd75165c10 | [
"BSD-2-Clause"
] | null | null | null | package backend
import (
"encoding/xml"
"fmt"
"github.com/axel-freesp/sge/tool"
)
type XmlSignalGraph struct {
XMLName xml.Name `xml:"http://www.freesp.de/xml/freeSP signal-graph"`
Version string `xml:"version,attr"`
Libraries []XmlLibraryRef `xml:"library"`
In... | 26.904762 | 98 | 0.647198 |
73abcdb16e291cf1dab6262d164ce530ad3f0164 | 8,019 | sql | SQL | db/critterchronologer.sql | Josh-Hollopeter/CritterChronologer | 98b1eadc020a005b2c2d3e642ee0a31edc9af15c | [
"MIT"
] | null | null | null | db/critterchronologer.sql | Josh-Hollopeter/CritterChronologer | 98b1eadc020a005b2c2d3e642ee0a31edc9af15c | [
"MIT"
] | null | null | null | db/critterchronologer.sql | Josh-Hollopeter/CritterChronologer | 98b1eadc020a005b2c2d3e642ee0a31edc9af15c | [
"MIT"
] | null | null | null | -- MySQL Workbench Forward Engineering
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;
SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;
SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTI... | 37.825472 | 159 | 0.588477 |
dd6df9210e7c6cdf980f8fd47d88a06b2c46b907 | 3,273 | go | Go | app/job/main/vip/service/frozen.go | 78182648/blibli-go | 7c717cc07073ff3397397fd3c01aa93234b142e3 | [
"MIT"
] | 22 | 2019-04-27T06:44:41.000Z | 2022-02-04T16:54:14.000Z | app/job/main/vip/service/frozen.go | YouthAge/blibli-go | 7c717cc07073ff3397397fd3c01aa93234b142e3 | [
"MIT"
] | null | null | null | app/job/main/vip/service/frozen.go | YouthAge/blibli-go | 7c717cc07073ff3397397fd3c01aa93234b142e3 | [
"MIT"
] | 34 | 2019-05-07T08:22:27.000Z | 2022-03-25T08:14:56.000Z | package service
import (
"context"
"encoding/json"
"time"
"go-common/app/job/main/vip/model"
"go-common/library/log"
"go-common/library/queue/databus"
"github.com/pkg/errors"
)
func (s *Service) accloginproc() {
defer func() {
if r := recover(); r != nil {
r = errors.WithStack(r.(error))
log.Error("... | 24.795455 | 88 | 0.594867 |
477dc5b771c509b050b5e706841cbd36341f6ce0 | 9,915 | html | HTML | index.html | kleciavladmaker/projeto_myfriend | 3fe440c34f628260fb2644fc920d827878def7be | [
"MIT"
] | 1 | 2020-11-05T13:56:41.000Z | 2020-11-05T13:56:41.000Z | index.html | kleciavladmaker/projeto_myfriend | 3fe440c34f628260fb2644fc920d827878def7be | [
"MIT"
] | null | null | null | index.html | kleciavladmaker/projeto_myfriend | 3fe440c34f628260fb2644fc920d827878def7be | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html leng='pt-br'>
<head>
<title>My Friends - Home </title>
<meta charset="utf-8"/>
<meta name="description" content="Plataforma My Friends é uma ferramenta de interação entre Ongs e voluntarios" /><!---->
<meta name="keywords" content="Doação, voluntarios, filantropia, açao, social, caridade"... | 46.116279 | 194 | 0.640242 |
edd9bab27f61c5e3937fb7e012fa3a40d35a2f10 | 437 | asm | Assembly | oeis/213/A213060.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/213/A213060.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/213/A213060.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A213060: Lucas(n) mod n, Lucas(n)= A000032(n).
; Submitted by Christian Krause
; 0,1,1,3,1,0,1,7,4,3,1,10,1,3,14,15,1,0,1,7,11,3,1,2,11,3,22,7,1,18,1,31,4,3,4,34,1,3,17,7,1,18,1,7,41,3,1,2,29,23,4,7,1,0,44,47,4,3,1,22,1,3,41,63,11,18,1,7,50,53,1,2,1,3,64,7,73,18,1,47,22,3,1,70,11,3,62,47,1,18,3,7,35,3,49,2,1,59,76,27... | 48.555556 | 239 | 0.581236 |
394ed823e3996c68d1bb57b4127dd0b6fda8081b | 464 | sql | SQL | modules/core/db/init/oracle/10.create-db.sql | cubait/cuba-addon-lookup-preview | 4106d9495dfa6eb657af0e53c0b46047c647ff4a | [
"Apache-2.0"
] | null | null | null | modules/core/db/init/oracle/10.create-db.sql | cubait/cuba-addon-lookup-preview | 4106d9495dfa6eb657af0e53c0b46047c647ff4a | [
"Apache-2.0"
] | null | null | null | modules/core/db/init/oracle/10.create-db.sql | cubait/cuba-addon-lookup-preview | 4106d9495dfa6eb657af0e53c0b46047c647ff4a | [
"Apache-2.0"
] | null | null | null | -- begin LUPREVIEW_ENTITY_PROPERTY
create table LUPREVIEW_ENTITY_PROPERTY (
ID varchar2(32),
CREATE_TS timestamp,
CREATED_BY varchar2(50 char),
UPDATE_TS timestamp,
UPDATED_BY varchar2(50 char),
VERSION number(10) not null,
--
USER_ID varchar2(32),
ENTITY_NAME varchar2(255 char) not ... | 25.777778 | 46 | 0.704741 |
4119fc9e6b7bffdfdb541391f4578b8d34e05262 | 4,860 | c | C | xgks/src/lib/x/xSet.c | josborne-noaa/Ferret | ee1e694c5eebafd559b5887930ec4091ef3f4583 | [
"Unlicense"
] | 48 | 2016-03-18T22:05:39.000Z | 2022-01-29T20:34:09.000Z | xgks/src/lib/x/xSet.c | josborne-noaa/Ferret | ee1e694c5eebafd559b5887930ec4091ef3f4583 | [
"Unlicense"
] | 1,974 | 2017-11-21T20:59:45.000Z | 2022-02-08T01:35:30.000Z | xgks/src/lib/x/xSet.c | josborne-noaa/Ferret | ee1e694c5eebafd559b5887930ec4091ef3f4583 | [
"Unlicense"
] | 21 | 2016-03-18T22:28:55.000Z | 2021-03-15T10:52:11.000Z | /*
* Copyright IBM Corporation 1989
*
* All Rights Reserved
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose and without fee is hereby granted,
* provided that the above copyright notice appear in all copies and that
* both that copy... | 27.150838 | 78 | 0.638683 |
ffa5bfe5c62b386bdf105d5f361201a7d39906a1 | 263 | lua | Lua | MMOCoreORB/bin/scripts/object/custom_content/tangible/loot/npc_loot/place_setting_generic.lua | V-Fib/FlurryClone | 40e0ca7245ec31b3815eb6459329fd9e70f88936 | [
"Zlib",
"OpenSSL"
] | 18 | 2017-02-09T15:36:05.000Z | 2021-12-21T04:22:15.000Z | MMOCoreORB/bin/scripts/object/custom_content/tangible/loot/npc_loot/place_setting_generic.lua | V-Fib/FlurryClone | 40e0ca7245ec31b3815eb6459329fd9e70f88936 | [
"Zlib",
"OpenSSL"
] | 61 | 2016-12-30T21:51:10.000Z | 2021-12-10T20:25:56.000Z | MMOCoreORB/bin/scripts/object/custom_content/tangible/loot/npc_loot/place_setting_generic.lua | V-Fib/FlurryClone | 40e0ca7245ec31b3815eb6459329fd9e70f88936 | [
"Zlib",
"OpenSSL"
] | 71 | 2017-01-01T05:34:38.000Z | 2022-03-29T01:04:00.000Z | object_tangible_loot_npc_loot_place_setting_generic = object_tangible_loot_npc_loot_shared_place_setting_generic:new {
}
ObjectTemplates:addTemplate(object_tangible_loot_npc_loot_place_setting_generic, "object/tangible/loot/npc/loot/place_setting_generic.iff")
| 43.833333 | 139 | 0.904943 |
2d529108966e06f5d5800f34ca37bd27f42d6016 | 46 | rs | Rust | src/resources/score.rs | jprekz/Tofu_on_Fire | fa5b5833d16e029e5cee1cbf253c547f94c810b6 | [
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null | src/resources/score.rs | jprekz/Tofu_on_Fire | fa5b5833d16e029e5cee1cbf253c547f94c810b6 | [
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null | src/resources/score.rs | jprekz/Tofu_on_Fire | fa5b5833d16e029e5cee1cbf253c547f94c810b6 | [
"Apache-2.0",
"MIT-0",
"MIT"
] | 1 | 2020-12-06T05:22:01.000Z | 2020-12-06T05:22:01.000Z | pub struct Score {
pub score: Vec<u32>,
}
| 11.5 | 24 | 0.608696 |
0bd10caf089039cb3ebd1d908f53936c033266a4 | 2,877 | js | JavaScript | tests/baselines/reference/collisionArgumentsFunction.js | mybios/tstolua | d46c774bde9094221a9e32755430d42f441bfe8d | [
"Apache-2.0"
] | 5 | 2015-09-10T21:41:15.000Z | 2022-01-20T08:07:13.000Z | tests/baselines/reference/collisionArgumentsFunction.js | mybios/tstolua | d46c774bde9094221a9e32755430d42f441bfe8d | [
"Apache-2.0"
] | null | null | null | tests/baselines/reference/collisionArgumentsFunction.js | mybios/tstolua | d46c774bde9094221a9e32755430d42f441bfe8d | [
"Apache-2.0"
] | null | null | null | //// [collisionArgumentsFunction.ts]
// Functions
function f1(arguments: number, ...restParameters) { //arguments is error
var arguments = 10; // no error
}
function f12(i: number, ...arguments) { //arguments is error
var arguments: any[]; // no error
}
function f1NoError(arguments: number) { // no error
va... | 30.935484 | 75 | 0.642336 |
0bef7312671690a4af3c8be6576a762a35eda391 | 356 | js | JavaScript | tests/dummy/app/components/functional-component.js | taras/ember-react-components | 9ea3986b6fbe189bb39825ae3c08c57b521d9122 | [
"MIT"
] | 34 | 2018-09-07T08:20:11.000Z | 2021-08-30T16:39:06.000Z | tests/dummy/app/components/functional-component.js | taras/ember-react-components | 9ea3986b6fbe189bb39825ae3c08c57b521d9122 | [
"MIT"
] | 23 | 2018-07-04T18:49:11.000Z | 2022-02-12T07:04:05.000Z | tests/dummy/app/components/functional-component.js | taras/ember-react-components | 9ea3986b6fbe189bb39825ae3c08c57b521d9122 | [
"MIT"
] | 11 | 2018-07-02T19:41:18.000Z | 2021-05-26T19:59:58.000Z | // BEGIN-SNIPPET functional-component.js
import React from 'react';
import WithEmberSupport from 'ember-react-components';
export default WithEmberSupport(function FunctionalComponent(props) {
const { name, children } = props;
return (
<div id="wrapper">
<div data-test-name>{name}</div>
{children}... | 22.25 | 69 | 0.682584 |
64c2cb8bcf607470b0cae09d157cf1f3bf99987a | 1,107 | lua | Lua | httpserver/request.lua | Mr-Pi/nodemcu-simple-httpserver | 3093a96e554d342368bb2498d0ccac48a7fad7db | [
"MIT"
] | null | null | null | httpserver/request.lua | Mr-Pi/nodemcu-simple-httpserver | 3093a96e554d342368bb2498d0ccac48a7fad7db | [
"MIT"
] | null | null | null | httpserver/request.lua | Mr-Pi/nodemcu-simple-httpserver | 3093a96e554d342368bb2498d0ccac48a7fad7db | [
"MIT"
] | null | null | null | -- vim: ts=4 sw=4
--
--
require "console"
if not httpreq then httpreq={} end
function httpreq.updateResponders()
dofile("httpserver/updateResponders.lc")
end
function httpreq.assembleBasicHeader(code, codeMsg, contentType, length, additionalHeaders)
return dofile("httpserver/assembleHeader.lc")(code, codeMsg, c... | 27.675 | 106 | 0.798555 |
5fd44da126594b3f2ab6a9ace815b244b279555f | 1,783 | c | C | nologin/nologin.c | buricco/lc-subset | 9fad44bca8a6b55d0c11171d2e2a3887216525ee | [
"NCSA"
] | 7 | 2022-01-31T09:07:42.000Z | 2022-02-19T16:35:14.000Z | nologin/nologin.c | buricco/lc-subset | 9fad44bca8a6b55d0c11171d2e2a3887216525ee | [
"NCSA"
] | null | null | null | nologin/nologin.c | buricco/lc-subset | 9fad44bca8a6b55d0c11171d2e2a3887216525ee | [
"NCSA"
] | null | null | null | /*
* SPDX-License-Identifier: NCSA
*
* nologin(8) - politely refuse a login
*
* Copyright 2020 S. V. Nickolas.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal with the Software without restricti... | 43.487805 | 78 | 0.744812 |
ebd9aef2395a8b807f656fc69415d10f9309fdb8 | 63,888 | rs | Rust | src/quill_type_deduce/src/type_check.rs | quill-lang/quill-v1 | 4d82605799aedad2320345006da36060c9ee9bb8 | [
"MIT"
] | 2 | 2018-11-06T20:05:09.000Z | 2021-12-26T14:05:20.000Z | src/quill_type_deduce/src/type_check.rs | thirdsgames/quill | 4d82605799aedad2320345006da36060c9ee9bb8 | [
"MIT"
] | 199 | 2021-05-10T16:57:09.000Z | 2022-02-17T17:17:40.000Z | src/quill_type_deduce/src/type_check.rs | thirdsgames/quill | 4d82605799aedad2320345006da36060c9ee9bb8 | [
"MIT"
] | null | null | null | //! Performs type deduction and type checking of expressions and patterns.
use std::collections::{btree_map::Entry, BTreeMap};
use quill_common::{
diagnostic::{Diagnostic, DiagnosticResult, ErrorMessage, HelpMessage, HelpType, Severity},
location::{Location, Range, Ranged, SourceFileIdentifier},
name::Qua... | 44.865169 | 175 | 0.460666 |
51179f96e4582dea40293c43598b06ef8376e7b5 | 5,719 | c | C | test/lcmsgen.c | rand00/gg | 5a22678c3048eb21c92e6ff4939ed423a9929c61 | [
"BSD-3-Clause"
] | 1 | 2021-08-14T09:30:06.000Z | 2021-08-14T09:30:06.000Z | test/lcmsgen.c | rand00/gg | 5a22678c3048eb21c92e6ff4939ed423a9929c61 | [
"BSD-3-Clause"
] | null | null | null | test/lcmsgen.c | rand00/gg | 5a22678c3048eb21c92e6ff4939ed423a9929c61 | [
"BSD-3-Clause"
] | null | null | null | /*
Copyright (c) 2013 Török Edwin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of cond... | 36.196203 | 88 | 0.65501 |
5aab4a40c87bdfb98cb6f7a0bc0f7bd648e1bcd7 | 4,300 | rs | Rust | ton_client/client/src/boc/parse.rs | andy-a-o/TON-SDK | b66b0e78861aea7e2433a680089cff7fb45f6678 | [
"Apache-2.0"
] | null | null | null | ton_client/client/src/boc/parse.rs | andy-a-o/TON-SDK | b66b0e78861aea7e2433a680089cff7fb45f6678 | [
"Apache-2.0"
] | null | null | null | ton_client/client/src/boc/parse.rs | andy-a-o/TON-SDK | b66b0e78861aea7e2433a680089cff7fb45f6678 | [
"Apache-2.0"
] | null | null | null | use crate::boc::internal::deserialize_object_from_base64;
use crate::boc::Error;
use crate::client::ClientContext;
use crate::error::ClientResult;
use serde_json::Value;
#[derive(Serialize, Deserialize, Clone, ApiType)]
pub struct ParamsOfParse {
/// BOC encoded as base64
pub boc: String,
}
#[derive(Serialize... | 27.21519 | 95 | 0.657674 |
00ed9da34f4c9e012f41147f5d7845c9cb206e05 | 305 | sql | SQL | ConsultasSQL.sql | P0l1c3na/Senado | effba57c763db88ac2eb316751f80a15fb83dc46 | [
"Unlicense"
] | 1 | 2018-11-20T12:16:55.000Z | 2018-11-20T12:16:55.000Z | ConsultasSQL.sql | P0l1c3na/Senado | effba57c763db88ac2eb316751f80a15fb83dc46 | [
"Unlicense"
] | null | null | null | ConsultasSQL.sql | P0l1c3na/Senado | effba57c763db88ac2eb316751f80a15fb83dc46 | [
"Unlicense"
] | 1 | 2018-11-20T13:43:42.000Z | 2018-11-20T13:43:42.000Z | select descricao,quantidadecontratada, contratada from itens inner join contratos on itens.numerocontrato=contratos.numerocontratos where numerocontrato = 'CT-CT/20140041';
========== Despesa.findByValorReembolsadoTotal ==========
SELECT SUM(d.valor_reembolsado) FROM Despesa d WHERE d.senador = :senador | 76.25 | 172 | 0.790164 |
748a24807c966f696987191017861aa3177a6ed1 | 579 | kts | Kotlin | rentalproperty-be-directory/build.gradle.kts | otuskotlin/otuskotlin-202012-rentalproperty-vd | d921e9c8ce4b071efa9ae7bc251f663660b8f5f6 | [
"MIT"
] | null | null | null | rentalproperty-be-directory/build.gradle.kts | otuskotlin/otuskotlin-202012-rentalproperty-vd | d921e9c8ce4b071efa9ae7bc251f663660b8f5f6 | [
"MIT"
] | null | null | null | rentalproperty-be-directory/build.gradle.kts | otuskotlin/otuskotlin-202012-rentalproperty-vd | d921e9c8ce4b071efa9ae7bc251f663660b8f5f6 | [
"MIT"
] | 1 | 2021-02-11T09:53:06.000Z | 2021-02-11T09:53:06.000Z | import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm")
kotlin("plugin.serialization")
}
group = "${rootProject.group}.be.directory"
version = rootProject.version
dependencies {
val serializationVersion: String by project
implementation(kotlin("stdlib-jdk8"))
api("org.jetbrains.kotl... | 26.318182 | 79 | 0.787565 |
502a02844ceb1f129118b4d1d006d126453cfce7 | 5,001 | go | Go | config/config.go | intel-secl/authservice | 30f5707fe6538e2c7ae528ad87d6f224df135b94 | [
"BSD-3-Clause"
] | 2 | 2020-10-16T07:04:46.000Z | 2020-12-08T20:45:08.000Z | config/config.go | intel-secl/authservice | 30f5707fe6538e2c7ae528ad87d6f224df135b94 | [
"BSD-3-Clause"
] | null | null | null | config/config.go | intel-secl/authservice | 30f5707fe6538e2c7ae528ad87d6f224df135b94 | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (C) 2019 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
package config
import (
"errors"
"intel/isecl/authservice/v3/constants"
commLog "intel/isecl/lib/common/v3/log"
"intel/isecl/lib/common/v3/setup"
"os"
"path"
"sync"
"time"
errorLog "github.com/pkg/errors"
log "github.com... | 27.327869 | 147 | 0.711258 |
702c922649e9a013d98dd03f9eaffbbb14731df7 | 700 | go | Go | src/app/app/client.go | mateuszdyminski/health-checker | 4b06384f7d115cc06f41b1584237b8b542f5d472 | [
"Apache-2.0"
] | null | null | null | src/app/app/client.go | mateuszdyminski/health-checker | 4b06384f7d115cc06f41b1584237b8b542f5d472 | [
"Apache-2.0"
] | null | null | null | src/app/app/client.go | mateuszdyminski/health-checker | 4b06384f7d115cc06f41b1584237b8b542f5d472 | [
"Apache-2.0"
] | null | null | null | package main
import (
"encoding/json"
"fmt"
"net/http"
"time"
"github.com/golang/glog"
)
type Data struct {
Duration string
}
func runChecker(address string, h *hub) {
for _ = range time.Tick(10 * time.Second) {
now := time.Now()
resp, err := http.Get(address)
defer resp.Body.Close()
if err != nil {... | 17.948718 | 71 | 0.621429 |
4d89dc0963eceeeaf0817285b3ae187d48c70bf7 | 99 | html | HTML | app/templates/fourOwfour.html | shureim/One-minute-pitches | 29d08dc0f7fc05cb62151613a243f6803d150425 | [
"MIT"
] | null | null | null | app/templates/fourOwfour.html | shureim/One-minute-pitches | 29d08dc0f7fc05cb62151613a243f6803d150425 | [
"MIT"
] | null | null | null | app/templates/fourOwfour.html | shureim/One-minute-pitches | 29d08dc0f7fc05cb62151613a243f6803d150425 | [
"MIT"
] | null | null | null | {% extends 'base.html' %}
{% block content %}
<h1>Sorry! can't find the page</h1>
{% endblock%}
| 16.5 | 37 | 0.59596 |
27dc1aa28d74c1c01ff061705e59991e6e507766 | 35,942 | css | CSS | dist/css/fundament.min.css | getfundament/fundament | 6a353f592778095be7ac950fbbbb82b40ee677f8 | [
"MIT"
] | 2 | 2017-01-12T10:25:11.000Z | 2017-02-17T10:06:53.000Z | dist/css/fundament.min.css | getfundament/fundament | 6a353f592778095be7ac950fbbbb82b40ee677f8 | [
"MIT"
] | 3 | 2017-01-16T19:37:10.000Z | 2017-02-16T21:02:53.000Z | dist/css/fundament.min.css | getfundament/fundament | 6a353f592778095be7ac950fbbbb82b40ee677f8 | [
"MIT"
] | null | null | null | /*!
* Fundament framework v0.4.0
*
* https://getfundament.com
*
* @author Jason Koolman and The Fundament Authors
* @license MIT
*/html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size... | 3,594.2 | 35,759 | 0.778588 |
dd2379cb4aca0ca7256779aead1d8b1340a3d091 | 4,002 | go | Go | cmd/douban.go | linuxing3/gospider | 28f2d2747cd7f318d0589391ef28a64120a8d780 | [
"Apache-2.0"
] | null | null | null | cmd/douban.go | linuxing3/gospider | 28f2d2747cd7f318d0589391ef28a64120a8d780 | [
"Apache-2.0"
] | null | null | null | cmd/douban.go | linuxing3/gospider | 28f2d2747cd7f318d0589391ef28a64120a8d780 | [
"Apache-2.0"
] | null | null | null | package cmd
import (
"context"
"fmt"
"log"
"net/http"
"regexp"
"strconv"
"strings"
"github.com/PuerkitoBio/goquery"
"github.com/linuxing3/gospider/config"
"github.com/linuxing3/gospider/prisma/db"
)
type DoubanMovie struct {
Title string
Subtitle string
Other string
Desc string
Year stri... | 22.868571 | 108 | 0.64068 |
f6c5545d82731a2f0bdc424dd850c5a773cb2b00 | 1,451 | lua | Lua | KkthnxUI/Modules/Misc/MassGuildKick.lua | mrrosh/KkthnxUI_WotLK | 59d36f99bebce53b90fbfd3806911b7a61133dab | [
"MIT"
] | 1 | 2022-02-09T22:49:43.000Z | 2022-02-09T22:49:43.000Z | KkthnxUI/Modules/Misc/MassGuildKick.lua | mopd/KkthnxUI_WotLK | bf1199cce61ba3d465872f5b2a0839b787b1eb95 | [
"MIT"
] | null | null | null | KkthnxUI/Modules/Misc/MassGuildKick.lua | mopd/KkthnxUI_WotLK | bf1199cce61ba3d465872f5b2a0839b787b1eb95 | [
"MIT"
] | 2 | 2018-09-19T22:32:21.000Z | 2022-01-01T20:51:30.000Z | local K, C, L, _ = select(2, ...):unpack()
local split = string.split
local tonumber = tonumber
SLASH_MASSGUILDKICK1 = "/cleanguild"
SLASH_MASSGUILDKICK2 = "/MassGuildKick"
SlashCmdList["MASSGUILDKICK"] = function(msg)
local minLevel, minDays, minRankIndex = split(",", msg)
minRankIndex = tonumber(minRankIndex)
mi... | 33.744186 | 237 | 0.718815 |
d9e7d37a2ea61d28e0f701afeefbf49fecdbced9 | 4,033 | rs | Rust | linkerd/buffer/src/lib.rs | javaducky/linkerd2-proxy | b1b6b5376e200dc4d681ed78f2f2be26cc20c2ea | [
"Apache-2.0"
] | null | null | null | linkerd/buffer/src/lib.rs | javaducky/linkerd2-proxy | b1b6b5376e200dc4d681ed78f2f2be26cc20c2ea | [
"Apache-2.0"
] | null | null | null | linkerd/buffer/src/lib.rs | javaducky/linkerd2-proxy | b1b6b5376e200dc4d681ed78f2f2be26cc20c2ea | [
"Apache-2.0"
] | null | null | null | use futures::Async;
use linkerd2_error::Error;
use std::time::Duration;
use tokio::sync::{mpsc, watch};
mod dispatch;
pub mod error;
mod layer;
mod service;
pub use self::{dispatch::Dispatch, layer::SpawnBufferLayer, service::Buffer};
struct InFlight<Req, F> {
request: Req,
tx: tokio::sync::oneshot::Sender<R... | 28.602837 | 91 | 0.491198 |
510f5eea422e5d5e8aede2e7acc7113f5ccb838b | 1,918 | c | C | data/codepage/libuna_codepage.c/copy_from_byte_stream-start.c | libyal/libyal | 407e4710c9c11000dc45427d72bbdbdc2861c51a | [
"Apache-2.0"
] | 176 | 2015-01-11T01:57:37.000Z | 2022-03-30T05:31:33.000Z | data/codepage/libuna_codepage.c/copy_from_byte_stream-start.c | libyal/libyal | 407e4710c9c11000dc45427d72bbdbdc2861c51a | [
"Apache-2.0"
] | 79 | 2015-01-07T19:05:32.000Z | 2022-01-25T15:19:29.000Z | data/codepage/libuna_codepage.c/copy_from_byte_stream-start.c | libyal/libyal | 407e4710c9c11000dc45427d72bbdbdc2861c51a | [
"Apache-2.0"
] | 25 | 2015-07-16T13:29:00.000Z | 2022-02-12T08:15:19.000Z | /* Copies an Unicode character from a ${codepage_description} encoded byte stream
* Returns 1 if successful or -1 on error
*/
int libuna_codepage_${codepage_name}_copy_from_byte_stream(
libuna_unicode_character_t *unicode_character,
const uint8_t *byte_stream,
size_t byte_stream_size,
size_t *byte... | 25.573333 | 110 | 0.71585 |
22f8226248ffdf143dc568a1f2e06c59f4a146df | 474 | h | C | headers/private/interface/ToolTipWindow.h | Kirishikesan/haiku | 835565c55830f2dab01e6e332cc7e2d9c015b51e | [
"MIT"
] | 1,338 | 2015-01-03T20:06:56.000Z | 2022-03-26T13:49:54.000Z | headers/private/interface/ToolTipWindow.h | Kirishikesan/haiku | 835565c55830f2dab01e6e332cc7e2d9c015b51e | [
"MIT"
] | 15 | 2015-01-17T22:19:32.000Z | 2021-12-20T12:35:00.000Z | headers/private/interface/ToolTipWindow.h | Kirishikesan/haiku | 835565c55830f2dab01e6e332cc7e2d9c015b51e | [
"MIT"
] | 350 | 2015-01-08T14:15:27.000Z | 2022-03-21T18:14:35.000Z | /*
* Copyright 2009-2012, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef TOOL_TIP_WINDOW_H
#define TOOL_TIP_WINDOW_H
#include <Window.h>
namespace BPrivate {
class ToolTipWindow : public BWindow {
public:
ToolTipWindow(BToolTip* tip, BPoint where,
v... | 15.290323 | 56 | 0.708861 |
fe20e994b2c606cdddd517ae10685defba1ba632 | 572 | h | C | Sources/Batch/Modules/Opt Out/BAOptOutEventTracker.h | BatchLabs/Batch-iOS-SDK | 17644488872e62ff09a9106592aecbf79c04e6e7 | [
"MIT"
] | 10 | 2020-12-03T17:08:02.000Z | 2022-03-16T16:22:45.000Z | Sources/Batch/Modules/Opt Out/BAOptOutEventTracker.h | BatchLabs/Batch-iOS-SDK | 17644488872e62ff09a9106592aecbf79c04e6e7 | [
"MIT"
] | 6 | 2020-10-15T12:56:22.000Z | 2022-02-18T14:12:49.000Z | Sources/Batch/Modules/Opt Out/BAOptOutEventTracker.h | BatchLabs/Batch-iOS-SDK | 17644488872e62ff09a9106592aecbf79c04e6e7 | [
"MIT"
] | 3 | 2020-12-16T16:15:11.000Z | 2021-12-22T15:03:00.000Z | //
// BAOptOutEventTracker.h
// Batch
//
// Copyright © Batch.com. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <Batch/BAEvent.h>
#import <Batch/BAPromise.h>
/**
Event tracker that works for opt-out purposes.
Differences with the "classic" event tracker:
- It works when opted out
- It c... | 22.88 | 99 | 0.725524 |
b15fd32f4db1150499c97ad791d245c2cbcced66 | 16,799 | h | C | runtime/base/locks.h | Paschalis/android-llvm | 317f7fd4b736a0511a2273a2487915c34cf8933e | [
"Apache-2.0"
] | 20 | 2021-06-24T16:38:42.000Z | 2022-01-20T16:15:57.000Z | runtime/base/locks.h | Paschalis/android-llvm | 317f7fd4b736a0511a2273a2487915c34cf8933e | [
"Apache-2.0"
] | null | null | null | runtime/base/locks.h | Paschalis/android-llvm | 317f7fd4b736a0511a2273a2487915c34cf8933e | [
"Apache-2.0"
] | 4 | 2021-11-03T06:01:12.000Z | 2022-02-24T02:57:31.000Z | /*
* Copyright (C) 2011 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 44.917112 | 116 | 0.751295 |
fce3bf23c62a055f9a70b54f3b96f609afc077e3 | 3,956 | lua | Lua | CSharpObjectForLogin.lua | oppofooview/opfooview.github.io | 90944ee4bc74cbe94e07f387bb1853290a0e49e7 | [
"MIT"
] | 1 | 2019-03-28T08:42:53.000Z | 2019-03-28T08:42:53.000Z | CSharpObjectForLogin.lua | oppofooview/opfooview.github.io | 90944ee4bc74cbe94e07f387bb1853290a0e49e7 | [
"MIT"
] | null | null | null | CSharpObjectForLogin.lua | oppofooview/opfooview.github.io | 90944ee4bc74cbe94e07f387bb1853290a0e49e7 | [
"MIT"
] | null | null | null | CSharpObjectForLogin = class('CSharpObjectForLogin')
CSharpObjectForLogin.ins = nil
function CSharpObjectForLogin:Ins()
if CSharpObjectForLogin.ins == nil then
CSharpObjectForLogin.ins = CSharpObjectForLogin.new()
end
return CSharpObjectForLogin
end
local goGameRoleReadyForLogin = nil
local transCamera = nil
loc... | 27.282759 | 119 | 0.697927 |
f027e6207f84d89378cfacc9c580753614b7155a | 4,245 | py | Python | visualization.py | Tommy-Johannessen/MovementRecognition | be84d7d014a272987dd20d03194336a9244eb900 | [
"MIT"
] | null | null | null | visualization.py | Tommy-Johannessen/MovementRecognition | be84d7d014a272987dd20d03194336a9244eb900 | [
"MIT"
] | null | null | null | visualization.py | Tommy-Johannessen/MovementRecognition | be84d7d014a272987dd20d03194336a9244eb900 | [
"MIT"
] | 1 | 2019-02-13T12:42:39.000Z | 2019-02-13T12:42:39.000Z | import itertools
import os
from collections import defaultdict
import matplotlib.pyplot as plt
#plt.style.use('ggplot')
from matplotlib.ticker import FuncFormatter
import pickle
import os
import numpy as np
def calculate_cm(pred_vals, true_vals, classes):
"""
This function calculates the confusion matrix.... | 30.321429 | 113 | 0.640047 |
7ff796b58e3cd30dc3cf49de29f436f3af7a92df | 3,189 | rs | Rust | crates/platform/src/lib.rs | BSFishy/scythe | 702bb1cfe0a3458b3ac1fb326b66f6d40d6beec4 | [
"MIT"
] | null | null | null | crates/platform/src/lib.rs | BSFishy/scythe | 702bb1cfe0a3458b3ac1fb326b66f6d40d6beec4 | [
"MIT"
] | null | null | null | crates/platform/src/lib.rs | BSFishy/scythe | 702bb1cfe0a3458b3ac1fb326b66f6d40d6beec4 | [
"MIT"
] | null | null | null | //! TODO: write this documentation
use std::fmt;
/// TODO: write this documentation
#[derive(Debug, Clone, Copy, Hash, Ord, PartialOrd, Eq, PartialEq)]
pub enum Platform {
Windows,
Mac,
Linux,
#[allow(non_camel_case_types)] iOS,
Android,
Unknown,
}
/// TODO: write this documentation
#[derive(... | 26.798319 | 109 | 0.609909 |
d16884d804f7ea8e20bc0fdf49a8826a0b28c2ff | 807 | asm | Assembly | oeis/188/A188685.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/188/A188685.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/188/A188685.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A188685: Partial alternating sums of binomial(3n,n)^2/(2n+1)^2.
; Submitted by Christian Krause
; 1,0,9,135,2890,71639,1967545,58125959,1813561210,59034994415,1987910416810,68818255912790,2437897047570874,88061136002276310,3234416650430634090,120525771933269446806,4548292982313797644875,173561488213443692617350,66889... | 42.473684 | 472 | 0.804213 |
cb7562e0ec508585ce43c7344f924adad7afe3e5 | 1,583 | go | Go | passthrough_crypter.go | sekrat/sekrat | d090211c49ead8733cb291ff282fac39e351b8c3 | [
"Apache-2.0"
] | null | null | null | passthrough_crypter.go | sekrat/sekrat | d090211c49ead8733cb291ff282fac39e351b8c3 | [
"Apache-2.0"
] | null | null | null | passthrough_crypter.go | sekrat/sekrat | d090211c49ead8733cb291ff282fac39e351b8c3 | [
"Apache-2.0"
] | null | null | null | package sekrat
// PassthroughCrypter is a Crypter implementation that doesn't actually encrypt
// or decrypt data. More than anything, this is just a reference implementation
// for a minimally funcational Crypter.
type PassthroughCrypter struct{}
// Encrypt takes an encryption key and a secret and returns an encrypt... | 36.813953 | 85 | 0.775111 |
5fd8a8698984027a988aa16016f09443c49c4880 | 772 | h | C | Camera.h | KarmaiSAYIn/recapp | c1a968214b4cf1b4d8befd1c72bedf64e1fc0813 | [
"BSD-3-Clause"
] | null | null | null | Camera.h | KarmaiSAYIn/recapp | c1a968214b4cf1b4d8befd1c72bedf64e1fc0813 | [
"BSD-3-Clause"
] | null | null | null | Camera.h | KarmaiSAYIn/recapp | c1a968214b4cf1b4d8befd1c72bedf64e1fc0813 | [
"BSD-3-Clause"
] | null | null | null | #pragma once
#include "CoordinateTransformer.h"
#include "Vec.h"
#include "Rect.h"
#include "Drawable.h"
class Camera final
{
public:
Camera(CoordinateTransformer& transformer);
Camera(CoordinateTransformer& transformer, float scale, float fScaleRate);
Rectf GetRect() const;
Vec2 GetPos() const;
... | 21.444444 | 100 | 0.689119 |
6bf09a9e569613e2b6f907e1bcd7bf76b1bb1f80 | 1,353 | rs | Rust | tests/cp437_control/encode/to_cp437/borrowing.rs | nabijaczleweli/codepage_437 | d0766f8ff6f4c77dfd9e56dd28e288ea657175a7 | [
"MIT"
] | 5 | 2019-03-18T10:15:45.000Z | 2022-03-31T05:06:10.000Z | tests/cp437_control/encode/to_cp437/borrowing.rs | nabijaczleweli/codepage_437 | d0766f8ff6f4c77dfd9e56dd28e288ea657175a7 | [
"MIT"
] | 1 | 2022-03-15T10:29:16.000Z | 2022-03-15T13:55:51.000Z | tests/cp437_control/encode/to_cp437/borrowing.rs | nabijaczleweli/codepage_437 | d0766f8ff6f4c77dfd9e56dd28e288ea657175a7 | [
"MIT"
] | 1 | 2020-11-12T01:05:09.000Z | 2020-11-12T01:05:09.000Z | use self::super::super::super::{VARIANTS_UTF8, ALL_UTF8, is_borrowed};
use codepage_437::{CP437_CONTROL, ToCp437};
#[test]
fn borrowed_for_ascii() {
let mut data = String::new();
for c in ALL_UTF8.chars().take(0x80) {
data.push(c);
assert!(is_borrowed(&data.to_cp437(&CP437_CONTROL).unwrap()))... | 30.066667 | 114 | 0.634146 |
aba89fe979fec9f9596115f697730c2e36c391c6 | 1,857 | rb | Ruby | bin/supply.rb | yongkeecho/dotnet-core-buildpack_cached | ca7c0a4de25995583c03e31b8e666023eee97233 | [
"Apache-2.0"
] | null | null | null | bin/supply.rb | yongkeecho/dotnet-core-buildpack_cached | ca7c0a4de25995583c03e31b8e666023eee97233 | [
"Apache-2.0"
] | null | null | null | bin/supply.rb | yongkeecho/dotnet-core-buildpack_cached | ca7c0a4de25995583c03e31b8e666023eee97233 | [
"Apache-2.0"
] | null | null | null | #!/usr/bin/env ruby
# Encoding: utf-8
# ASP.NET Core Buildpack
# Copyright 2014-2016 the original author or authors.
#
# 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/... | 32.578947 | 148 | 0.737211 |
0b84d29786d1202df0158d5a5b88910f8c8196a5 | 1,314 | py | Python | weather_alarm/main.py | Cs4r/weather_alarm | b78b6f11f91e3b81aa43a1bfaa55074a0626a036 | [
"MIT"
] | null | null | null | weather_alarm/main.py | Cs4r/weather_alarm | b78b6f11f91e3b81aa43a1bfaa55074a0626a036 | [
"MIT"
] | null | null | null | weather_alarm/main.py | Cs4r/weather_alarm | b78b6f11f91e3b81aa43a1bfaa55074a0626a036 | [
"MIT"
] | null | null | null | #!/usr/bin/env python3
# -*- coding: utf-8 -*-
import datetime
import os
from apscheduler.schedulers.blocking import BlockingScheduler
from weather_alarm.constants import *
from weather_alarm.forecaster import Forecaster
from weather_alarm.sender import NotificationSender
sender = NotificationSender(BOT_TOKEN, TELEG... | 32.04878 | 120 | 0.780822 |
6b933f1c2e8a79d91bc5376fe162ec8ef708d16d | 930 | h | C | include/DocxFactory/DocxMerger/DocxMergerNumberField.h | bas524/DocxFactory | 8520eef9778d7e696a8013090396bb7b3f2936a0 | [
"BSD-3-Clause"
] | 2 | 2019-02-19T07:53:03.000Z | 2019-11-05T10:21:21.000Z | include/DocxFactory/DocxMerger/DocxMergerNumberField.h | bas524/DocxFactory | 8520eef9778d7e696a8013090396bb7b3f2936a0 | [
"BSD-3-Clause"
] | null | null | null | include/DocxFactory/DocxMerger/DocxMergerNumberField.h | bas524/DocxFactory | 8520eef9778d7e696a8013090396bb7b3f2936a0 | [
"BSD-3-Clause"
] | 1 | 2021-07-09T07:29:48.000Z | 2021-07-09T07:29:48.000Z |
#ifndef __DOCXFACTORY_DOCX_MERGER_NUMBER_FIELD_H__
#define __DOCXFACTORY_DOCX_MERGER_NUMBER_FIELD_H__
#include "DocxFactory/DocxMerger/DocxMergerField.h"
namespace DocxFactory {
using namespace std;
class ZipFile;
class UnzipFile;
struct NumFormat;
class DocxMergerPasteFieldGroup;
class ... | 22.142857 | 72 | 0.737634 |
184af73c64d4b169f19c678b7a6ad71d8e692219 | 3,201 | css | CSS | docs/_app/assets/Game-f218da57.css | mdean808/audial | 99a9933135ae5421933882bc5e92345fbbb03009 | [
"MIT"
] | 1 | 2022-03-31T00:28:50.000Z | 2022-03-31T00:28:50.000Z | docs/_app/assets/Game-f218da57.css | mdean808/audial | 99a9933135ae5421933882bc5e92345fbbb03009 | [
"MIT"
] | null | null | null | docs/_app/assets/Game-f218da57.css | mdean808/audial | 99a9933135ae5421933882bc5e92345fbbb03009 | [
"MIT"
] | null | null | null | .autocomplete.svelte-1nqq7zl.svelte-1nqq7zl{min-width:200px;display:inline-block;max-width:100%;position:relative;vertical-align:top;height:2.25em}.autocomplete.svelte-1nqq7zl.svelte-1nqq7zl:not(.hide-arrow):not(.is-loading):after{border:3px solid;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;... | 1,600.5 | 3,200 | 0.821618 |
b41db6df127d7fbd3e2dad8b62b108ed5f33ffe3 | 308 | kt | Kotlin | samples/SkiaNativeSample/src/iosMain/kotlin/org/jetbrains/skiko/sample/App.ios.kt | sellmair/skiko | 9ccc6234799558386ccfa00630600e02c8eb62f9 | [
"Apache-2.0"
] | null | null | null | samples/SkiaNativeSample/src/iosMain/kotlin/org/jetbrains/skiko/sample/App.ios.kt | sellmair/skiko | 9ccc6234799558386ccfa00630600e02c8eb62f9 | [
"Apache-2.0"
] | null | null | null | samples/SkiaNativeSample/src/iosMain/kotlin/org/jetbrains/skiko/sample/App.ios.kt | sellmair/skiko | 9ccc6234799558386ccfa00630600e02c8eb62f9 | [
"Apache-2.0"
] | null | null | null | // Use `xcodegen` first, then `open ./SkikoSample.xcodeproj` and then Rub
package org.jetbrains.skiko.sample
import org.jetbrains.skia.*
import org.jetbrains.skiko.*
fun main(args: Array<String>) {
val paint = Paint().apply { color = Color.GREEN }
println("Paint is $paint")
runSkikoMain()
}
| 22 | 73 | 0.698052 |
93d5ad722fa26e30bfb76bb4dcd89a9cb6598bfc | 2,057 | asm | Assembly | core/core.asm | paulscottrobson/nextForth | 3725af76cedd403e1e468fc8392e819fc0feb744 | [
"MIT"
] | 2 | 2019-02-17T02:39:13.000Z | 2020-06-10T09:57:22.000Z | core/core.asm | paulscottrobson/nextForth | 3725af76cedd403e1e468fc8392e819fc0feb744 | [
"MIT"
] | 1 | 2019-03-03T20:40:02.000Z | 2020-07-02T09:39:48.000Z | core/core.asm | paulscottrobson/nextForth | 3725af76cedd403e1e468fc8392e819fc0feb744 | [
"MIT"
] | null | null | null | ; **********************************************************************************************************
;
; Name: core.asm
; Purpose: Main file for Z80 Forth Core
; Author: Paul Robson (paul@robsons.org.uk)
; Date: 1st February 2018
;
; ***********************************************************************... | 38.092593 | 108 | 0.357803 |
3896343061a9c982fe10949642c046885b9a8b04 | 2,054 | h | C | Math/Rho.h | FranciscoThiesen/contest-notebook | e856796e9aeb2cde1623b64efae9716997d6a117 | [
"WTFPL"
] | 278 | 2017-03-09T02:41:51.000Z | 2022-02-08T23:38:28.000Z | Math/Rho.h | vsourav/Algorithm-DataStructures | 9399f43dd0d13e5771c42c2540cd36079f5bae43 | [
"WTFPL"
] | 1 | 2017-12-30T19:58:00.000Z | 2017-12-30T19:58:00.000Z | Math/Rho.h | vsourav/Algorithm-DataStructures | 9399f43dd0d13e5771c42c2540cd36079f5bae43 | [
"WTFPL"
] | 87 | 2017-05-28T17:38:39.000Z | 2022-02-10T15:52:31.000Z | #include <cstdint>
#include <vector>
#include <algorithm>
#include <numeric>
#include "MillerRabin.h"
long long mult(long long a, long long b, long long m) {
return (__uint128_t)a * b % m;
}
long long f(long long x, long long c, long long m) {
long long ret = mult(x, x, m) + c;
if (ret >= m)
ret -... | 23.078652 | 61 | 0.419182 |