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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
616feced33981a0a207747cabcb1fd929d82c13c | 6,492 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1873.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1873.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1873.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1ac24, %rsi
lea addresses_WC_ht+0x1bf84, %rdi
nop
nop
nop
nop
nop
inc %rbp
mov $10, %rcx
rep movsb
nop
nop
and %r12, %r12
lea addresses_A_ht+0x1cd24, %r15
nop
nop
nop
nop
nop
cmp ... | 36.268156 | 2,999 | 0.656808 |
5437fa6c147f64a1c4cb34133cf416a137e99ea8 | 447 | kt | Kotlin | app/src/main/java/com/github/mbarrben/moviedb/commons/network/DefaultHeadersInterceptor.kt | mbarrben/moviedb | bcebd39b3d77724b066f126dff0b4b029825b302 | [
"Apache-2.0"
] | 20 | 2015-02-15T22:42:02.000Z | 2021-05-25T08:06:43.000Z | app/src/main/java/com/github/mbarrben/moviedb/commons/network/DefaultHeadersInterceptor.kt | mbarrben/moviedb | bcebd39b3d77724b066f126dff0b4b029825b302 | [
"Apache-2.0"
] | 9 | 2017-01-06T23:39:50.000Z | 2017-06-10T07:52:17.000Z | app/src/main/java/com/github/mbarrben/moviedb/commons/network/DefaultHeadersInterceptor.kt | mbarrben/moviedb | bcebd39b3d77724b066f126dff0b4b029825b302 | [
"Apache-2.0"
] | 2 | 2015-03-03T08:03:53.000Z | 2016-05-09T07:20:08.000Z | package com.github.mbarrben.moviedb.commons.network
import okhttp3.Interceptor
import okhttp3.Response
class DefaultHeadersInterceptor : Interceptor {
override fun intercept(chain: Interceptor.Chain): Response {
val request = chain.request().newBuilder()
.addHeader("Accept", "application/json"... | 31.928571 | 64 | 0.686801 |
16de19704d6eaf6f8d2132af08b7adf50a821bcf | 456 | ts | TypeScript | lib/js/modules/location.d.ts | MarkRunWu/react-native-baidumap-sdk | 1ff5324907ec37dfb614bdb879e9900016374465 | [
"MIT"
] | null | null | null | lib/js/modules/location.d.ts | MarkRunWu/react-native-baidumap-sdk | 1ff5324907ec37dfb614bdb879e9900016374465 | [
"MIT"
] | null | null | null | lib/js/modules/location.d.ts | MarkRunWu/react-native-baidumap-sdk | 1ff5324907ec37dfb614bdb879e9900016374465 | [
"MIT"
] | null | null | null | import { Location } from "../types";
declare type Options = {
gps: boolean;
distanceFilter: number;
};
declare type Listener = (listener: {
timestamp: number;
altitude: number;
speed: number;
} & Location) => void;
declare const _default: {
init(): Promise<void>;
start: () => any;
stop: ... | 24 | 53 | 0.627193 |
f7399de6bdf681e85ea186b35fe1bec4f9ca1e5c | 1,835 | c | C | c_wrappers/src/cc_markovst_gs.c | okamumu/Markov.core | 3de31b2f7e02da6a2da71183154bd7c6fac0752c | [
"MIT"
] | null | null | null | c_wrappers/src/cc_markovst_gs.c | okamumu/Markov.core | 3de31b2f7e02da6a2da71183154bd7c6fac0752c | [
"MIT"
] | null | null | null | c_wrappers/src/cc_markovst_gs.c | okamumu/Markov.core | 3de31b2f7e02da6a2da71183154bd7c6fac0752c | [
"MIT"
] | null | null | null | //
void f90_markovst_gs_dense_(int* n, double* Q, int* ldq, double* xstart, int* incxs,
double* x, int* incx, int* maxiter, double* rtol, int* steps,
int* iter, double* rerror, int* info, void (*callback)(int*,double*));
void f90_markovst_gs_csr_(int* n, double* Q, int* rowptr, int* colind, int* nnz,
double* xs... | 41.704545 | 84 | 0.671935 |
39434996836edd9dea7fe058b95f69a4f5c16369 | 5,932 | html | HTML | test_resources/mock_good_results_div_contents.html | baparham/py-anki-card-creator | de12788cd7697cc940b60eac0e178a20449a090e | [
"MIT"
] | null | null | null | test_resources/mock_good_results_div_contents.html | baparham/py-anki-card-creator | de12788cd7697cc940b60eac0e178a20449a090e | [
"MIT"
] | null | null | null | test_resources/mock_good_results_div_contents.html | baparham/py-anki-card-creator | de12788cd7697cc940b60eac0e178a20449a090e | [
"MIT"
] | null | null | null | <table class="images_table" style="table-layout:fixed" width="100%"><tbody><tr><td style="width:25%;word-wrap:break-word"><a href="/url?q=http://conceptodefinicion.de/hombre/&sa=U&ved=0ahUKEwi32prIy4vbAhXJ5oMKHQtKDeMQwW4IFjAA&usg=AOvVaw3ILwCa88kubbPQRCiK56VS"><img height="103" src="https://encrypted-tbn0.gs... | 5,932 | 5,932 | 0.777141 |
3b6af88c7c1d434cca5c173ac0943b05a2749a78 | 8,236 | c | C | example/repl.c | linneman/tinyscheme | a4591144ccb69d7a944adb708adcd37e765dc37d | [
"BSD-3-Clause"
] | 13 | 2016-10-02T01:46:56.000Z | 2021-01-01T18:30:36.000Z | example/repl.c | linneman/tinyscheme-integration-example | a4591144ccb69d7a944adb708adcd37e765dc37d | [
"BSD-3-Clause"
] | 1 | 2017-05-29T12:20:38.000Z | 2017-05-29T12:20:38.000Z | example/repl.c | linneman/tinyscheme | a4591144ccb69d7a944adb708adcd37e765dc37d | [
"BSD-3-Clause"
] | 2 | 2015-04-09T21:35:50.000Z | 2016-01-19T17:07:29.000Z | /*
* A threaded server
* by Martin Broadhurst (www.martinbroadhurst.com)
* Compile with -pthread
*/
#include <stdio.h>
#include <string.h> /* memset() */
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <netdb.h>
#include <pthread.h>
#include <fcntl.h>
#include... | 24.294985 | 95 | 0.598349 |
2a0a1e98ae31e4d51192db6e7d53ec5bc0a35b48 | 5,400 | java | Java | gloomhavenhelper/src/main/java/com/subjecttochange/ghhelper/persistence/service/SessionService.java | ajsmith57/gloomhaven-helper | a8ceb9cc7831060b478e3c3a189ce3717f834331 | [
"MIT"
] | 1 | 2020-09-18T16:17:41.000Z | 2020-09-18T16:17:41.000Z | gloomhavenhelper/src/main/java/com/subjecttochange/ghhelper/persistence/service/SessionService.java | ajsmith57/gloomhaven-helper | a8ceb9cc7831060b478e3c3a189ce3717f834331 | [
"MIT"
] | null | null | null | gloomhavenhelper/src/main/java/com/subjecttochange/ghhelper/persistence/service/SessionService.java | ajsmith57/gloomhaven-helper | a8ceb9cc7831060b478e3c3a189ce3717f834331 | [
"MIT"
] | null | null | null | package com.subjecttochange.ghhelper.persistence.service;
import com.subjecttochange.ghhelper.exception.Errors;
import com.subjecttochange.ghhelper.exception.ResourceNotFoundException;
import com.subjecttochange.ghhelper.persistence.model.orm.Element;
import com.subjecttochange.ghhelper.persistence.model.orm.Room;
imp... | 40.298507 | 102 | 0.70537 |
33540431b9a26faac654f1b19ce26f5f4928bf80 | 775 | sql | SQL | dbms/tests/queries/0_stateless/00168_buffer_defaults.sql | ricpersi/ClickHouse | cc3de4115fb52ba181f19a262d750a7e8888f48b | [
"Apache-2.0"
] | 1 | 2019-12-03T18:28:40.000Z | 2019-12-03T18:28:40.000Z | dbms/tests/queries/0_stateless/00168_buffer_defaults.sql | ricpersi/ClickHouse | cc3de4115fb52ba181f19a262d750a7e8888f48b | [
"Apache-2.0"
] | 1 | 2019-04-22T01:27:06.000Z | 2019-04-22T01:27:06.000Z | dbms/tests/queries/0_stateless/00168_buffer_defaults.sql | ricpersi/ClickHouse | cc3de4115fb52ba181f19a262d750a7e8888f48b | [
"Apache-2.0"
] | 1 | 2019-12-31T17:52:32.000Z | 2019-12-31T17:52:32.000Z | DROP TABLE IF EXISTS test.mt_00168;
DROP TABLE IF EXISTS test.mt_00168_buffer;
CREATE TABLE test.mt_00168 (EventDate Date, UTCEventTime DateTime, MoscowEventDate Date DEFAULT toDate(UTCEventTime)) ENGINE = MergeTree(EventDate, UTCEventTime, 8192);
CREATE TABLE test.mt_00168_buffer AS test.mt_00168 ENGINE = Buffer(test,... | 59.615385 | 168 | 0.792258 |
fb6d58b1214247bf4b8a1ba348d7cbba82c1c404 | 2,810 | h | C | protocol.h | marcielazevedo/ll | aa23a126586a433194c5a24122d80667fbcca465 | [
"MIT"
] | null | null | null | protocol.h | marcielazevedo/ll | aa23a126586a433194c5a24122d80667fbcca465 | [
"MIT"
] | null | null | null | protocol.h | marcielazevedo/ll | aa23a126586a433194c5a24122d80667fbcca465 | [
"MIT"
] | null | null | null | /**
* The Forgotten Server - a free and open-source MMORPG server emulator
* Copyright (C) 2015 Mark Samman <mark.samman@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; eithe... | 27.54902 | 174 | 0.743416 |
58b0445fd52774b03be4332f5a9be9a34877b3bb | 1,024 | kt | Kotlin | src/main/kotlin/br/com/jiratorio/repository/NativeIssueRepository.kt | LeonardoFerreiraa/jirareport | 845540e238f47fbd05c1f7f6839152545521c63e | [
"MIT"
] | 20 | 2018-11-08T02:00:33.000Z | 2021-09-06T12:56:30.000Z | src/main/kotlin/br/com/jiratorio/repository/NativeIssueRepository.kt | jirareport/jirareport | 845540e238f47fbd05c1f7f6839152545521c63e | [
"MIT"
] | 31 | 2019-07-26T19:37:05.000Z | 2021-11-17T08:38:38.000Z | src/main/kotlin/br/com/jiratorio/repository/NativeIssueRepository.kt | LeonardoFerreiraa/jirareport | 845540e238f47fbd05c1f7f6839152545521c63e | [
"MIT"
] | 8 | 2019-05-09T21:23:00.000Z | 2021-07-29T21:26:18.000Z | package br.com.jiratorio.repository
import br.com.jiratorio.domain.DynamicFieldsValues
import br.com.jiratorio.domain.entity.BoardEntity
import br.com.jiratorio.domain.issue.Issue
import br.com.jiratorio.domain.request.SearchIssueRequest
import java.time.LocalDateTime
interface NativeIssueRepository {
fun findBy... | 34.133333 | 138 | 0.802734 |
3e37f6e62359e73ada85bace1e3319a237fc6715 | 2,270 | sql | SQL | scripts/createTables.sql | HACApp/backend | b17b5d70282c19eef2d79ecc89613b6026a12a80 | [
"Apache-2.0"
] | null | null | null | scripts/createTables.sql | HACApp/backend | b17b5d70282c19eef2d79ecc89613b6026a12a80 | [
"Apache-2.0"
] | null | null | null | scripts/createTables.sql | HACApp/backend | b17b5d70282c19eef2d79ecc89613b6026a12a80 | [
"Apache-2.0"
] | 2 | 2020-04-06T08:42:19.000Z | 2020-04-10T08:36:19.000Z | CREATE TABLE `challenge_status` (
`id` bigint NOT NULL AUTO_INCREMENT,
`challenge_id` bigint NOT NULL,
`state` int DEFAULT NULL,
`time_stamp` datetime DEFAULT NULL,
`user_id` bigint NOT NULL,
PRIMARY KEY (`id`),
KEY `userIndex` (`user_id`),
KEY `challengeIndex` (`challenge_id`)
);
CREATE TABLE `challen... | 30.266667 | 60 | 0.712335 |
16689b56096dda35e7798fc6034971a01ab65dc9 | 490 | h | C | ZP/GeneralHospital/D_PersonCenter/D_LoginViewController.h | abbothzhang/MyProject | de1b68ed59aaa8aa8d783c49868bbe83fe7f3d76 | [
"MIT"
] | 2 | 2015-12-24T02:34:50.000Z | 2018-07-08T22:12:57.000Z | ZP/GeneralHospital/D_PersonCenter/D_LoginViewController.h | abbothzhang/MyProject | de1b68ed59aaa8aa8d783c49868bbe83fe7f3d76 | [
"MIT"
] | null | null | null | ZP/GeneralHospital/D_PersonCenter/D_LoginViewController.h | abbothzhang/MyProject | de1b68ed59aaa8aa8d783c49868bbe83fe7f3d76 | [
"MIT"
] | null | null | null | //
// D_LoginViewController.h
// GeneralHospital
//
// Created by 夏科杰 on 14/11/3.
// Copyright (c) 2014年 夏科杰. All rights reserved.
//
#import "UcmedViewStyle.h"
#import "UXTextField.h"
typedef void(^LoginBlock)(void);
@interface D_LoginViewController : UcmedViewStyle<UITextFieldDelegate,UIAlertViewDelegate>
{
... | 22.272727 | 90 | 0.742857 |
cb0b914332b9dbaf9159da7955f6525eb7401386 | 349 | h | C | iOS/Pocker/Pocker/SettingViewController.h | zhouxm/poker | 8d06708f6a5a18c270ec8bbc2f7579ed1ec6580b | [
"MIT"
] | 53 | 2016-07-07T15:32:41.000Z | 2022-02-07T02:24:08.000Z | iOS/Pocker/Pocker/SettingViewController.h | Garvanzz/poker | 241bd35e1afdef1f74d4f4e6b9b3226fe9138c92 | [
"MIT"
] | 5 | 2017-07-16T23:32:33.000Z | 2019-06-18T12:30:49.000Z | iOS/Pocker/Pocker/SettingViewController.h | Garvanzz/poker | 241bd35e1afdef1f74d4f4e6b9b3226fe9138c92 | [
"MIT"
] | 40 | 2016-06-20T00:58:21.000Z | 2022-02-08T17:56:25.000Z | //
// SettingViewController.h
// Pocker
//
// Created by zhengying on 3/9/15.
// Copyright (c) 2015 zhengying. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface SettingViewController : UIViewController
@property(nonatomic, weak) IBOutlet UISwitch* linodeSwitch;
@property(nonatomic, weak) IBOutlet UITextF... | 23.266667 | 66 | 0.753582 |
df2093e46bd3adbd6c78a172c4eedb0277764b71 | 1,361 | rb | Ruby | spec/chronopost/integration/labels/create_spec.rb | BloomAndWild/chronopost | eab4c1e985c56d40af76d909a064b68824bb5bd2 | [
"MIT"
] | null | null | null | spec/chronopost/integration/labels/create_spec.rb | BloomAndWild/chronopost | eab4c1e985c56d40af76d909a064b68824bb5bd2 | [
"MIT"
] | null | null | null | spec/chronopost/integration/labels/create_spec.rb | BloomAndWild/chronopost | eab4c1e985c56d40af76d909a064b68824bb5bd2 | [
"MIT"
] | null | null | null | # frozen_string_literal: true
RSpec.xdescribe Chronopost::Labels::Create, '.for' do
let(:shipper) do
{
shipperName: 'Test Shipper',
shipperCivility: 'M',
shipperAdress1: 'Folie-Méricourt, 15B',
shipperZipCode: '75011',
shipperCity: 'PARIS',
shipperCountry: 'FR',
}
end
... | 20.313433 | 53 | 0.577517 |
cbcd51321afe044ea565514d6a3eb39a7a4e09f6 | 3,434 | go | Go | int8.go | gellel/slice | c6544acdc10d190633c128393b142ddd9654af83 | [
"MIT"
] | 2 | 2019-06-19T19:56:56.000Z | 2019-06-19T20:10:21.000Z | int8.go | gellel/slice | c6544acdc10d190633c128393b142ddd9654af83 | [
"MIT"
] | null | null | null | int8.go | gellel/slice | c6544acdc10d190633c128393b142ddd9654af83 | [
"MIT"
] | null | null | null | package slice
import "sort"
// Inter8 is the interface that handles a int8 collection.
type Inter8 interface {
Append(...int8) Inter8
Bounds(int) bool
Concatenate(Inter8) Inter8
Each(func(int, int8)) Inter8
EachBreak(func(int, int8) bool) Inter8
EachReverse(func(int, int8)) Inter8
EachReverseBreak(func(int, in... | 17.520408 | 68 | 0.622598 |
70c50b5bb31f3406c3229a1707a44e385cc74774 | 945 | h | C | src/generics/gbinary_heap/gpriority_queue.h | Manu-sh/data_structures | 82547710d0e77a5e3e5d6b49ee04bea9ecb31f48 | [
"MIT"
] | null | null | null | src/generics/gbinary_heap/gpriority_queue.h | Manu-sh/data_structures | 82547710d0e77a5e3e5d6b49ee04bea9ecb31f48 | [
"MIT"
] | null | null | null | src/generics/gbinary_heap/gpriority_queue.h | Manu-sh/data_structures | 82547710d0e77a5e3e5d6b49ee04bea9ecb31f48 | [
"MIT"
] | null | null | null | #undef CLASSNAME
#define CLASSNAME priority_queue
#include "../ccommon.h"
int _(maxSize)();
/* get a new heap ctx back */
STRUCT * _(new)(bool (*lt)(TYPENAME,TYPENAME));
/* free the memory */
void _(free)(STRUCT *hp);
/* true if there are no elements */
bool _(isEmpty)(const STRUCT *hp);
/* retrieve but not remo... | 28.636364 | 80 | 0.711111 |
dfdde88f79d8795454ef8574b523100eade9d2d6 | 536 | ts | TypeScript | Modulo_04/TYPESCRIPT/Capitulo_11/poo/bank/entitys/pf/fisic_people_acount.ts | EdiJunior88/NewTab_Academy_Projetos | f510f44c14c87582529c2e93ec5d17bbaee2bb65 | [
"MIT"
] | 3 | 2022-01-08T05:02:48.000Z | 2022-01-31T19:03:48.000Z | Modulo_04/TYPESCRIPT/Capitulo_11/poo/bank/entitys/pf/fisic_people_acount.ts | EdiJunior88/NewTab_Academy_Projetos | f510f44c14c87582529c2e93ec5d17bbaee2bb65 | [
"MIT"
] | null | null | null | Modulo_04/TYPESCRIPT/Capitulo_11/poo/bank/entitys/pf/fisic_people_acount.ts | EdiJunior88/NewTab_Academy_Projetos | f510f44c14c87582529c2e93ec5d17bbaee2bb65 | [
"MIT"
] | null | null | null | import { Acount } from '../acount';
import { IAcount } from '../interfaces/acount_interface';
import { IFisicPeople } from '../interfaces/fisic_people_interface';
export class FisicPeopleAcount extends Acount implements IAcount, IFisicPeople {
//Polimorfismo
cpf: number;
name: string;
email: string;
constru... | 22.333333 | 80 | 0.673507 |
f77c6e6c79d907c5858861337c5d3d39196a61d5 | 82 | h | C | ios/PrivateKitSdk.h | PrivateKit/PrivateKit-SDK | dfdda7198490a03b98eeceeb952b93826854e1d8 | [
"MIT"
] | null | null | null | ios/PrivateKitSdk.h | PrivateKit/PrivateKit-SDK | dfdda7198490a03b98eeceeb952b93826854e1d8 | [
"MIT"
] | null | null | null | ios/PrivateKitSdk.h | PrivateKit/PrivateKit-SDK | dfdda7198490a03b98eeceeb952b93826854e1d8 | [
"MIT"
] | 2 | 2020-05-13T07:27:14.000Z | 2020-05-14T17:28:52.000Z | #import <React/RCTViewManager.h>
@interface PrivateKitSdk : RCTViewManager
@end
| 13.666667 | 41 | 0.792683 |
d4501e822b27f19a95cb438271ffc8c97237550f | 477 | lua | Lua | rojtertibia/bin/Debug/data/spells/scripts/monster/fury skill reducer.lua | nneesshh/ot_about | a2fd7acb9a0b229593304a2f7119993227bbdf15 | [
"MIT"
] | null | null | null | rojtertibia/bin/Debug/data/spells/scripts/monster/fury skill reducer.lua | nneesshh/ot_about | a2fd7acb9a0b229593304a2f7119993227bbdf15 | [
"MIT"
] | null | null | null | rojtertibia/bin/Debug/data/spells/scripts/monster/fury skill reducer.lua | nneesshh/ot_about | a2fd7acb9a0b229593304a2f7119993227bbdf15 | [
"MIT"
] | 2 | 2019-12-11T04:13:15.000Z | 2020-02-15T14:42:13.000Z | local condition = Condition(CONDITION_ATTRIBUTES)
condition:setParameter(CONDITION_PARAM_TICKS, 5000)
condition:setParameter(CONDITION_PARAM_SKILL_SHIELDPERCENT, 60)
condition:setParameter(CONDITION_PARAM_SKILL_MELEEPERCENT, 70)
local combat = Combat()
combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_SOUND_YELLOW)
co... | 34.071429 | 63 | 0.863732 |
8e13655a90a684489afe37e69ed3ed21d011117a | 370 | rb | Ruby | spec/classes/keystone_client_spec.rb | bodepd/puppet-keystone | e381349c1b838301dd730aa3cd146ecacc75aa7c | [
"Apache-2.0"
] | null | null | null | spec/classes/keystone_client_spec.rb | bodepd/puppet-keystone | e381349c1b838301dd730aa3cd146ecacc75aa7c | [
"Apache-2.0"
] | null | null | null | spec/classes/keystone_client_spec.rb | bodepd/puppet-keystone | e381349c1b838301dd730aa3cd146ecacc75aa7c | [
"Apache-2.0"
] | null | null | null | require 'spec_helper'
describe 'keystone::client' do
describe "with default parameters" do
it { should contain_package('python-keystoneclient').with_ensure('present') }
end
describe "with specified version" do
let :params do
{:ensure => '2013.1'}
end
it { should contain_package('python-k... | 21.764706 | 81 | 0.694595 |
d9acbf9d86f54a0f909c1111b7bcbb850261947f | 2,676 | swift | Swift | XXAlertTransition/Classes/XXPresentationController.swift | shine93/XXAlertTransition | fe2f1f55f1efd8396ba86b6c6f92aa7b17aedb02 | [
"MIT"
] | 2 | 2021-01-11T12:13:11.000Z | 2021-07-17T14:11:22.000Z | XXAlertTransition/Classes/XXPresentationController.swift | shine93/XXAlertTransition | fe2f1f55f1efd8396ba86b6c6f92aa7b17aedb02 | [
"MIT"
] | null | null | null | XXAlertTransition/Classes/XXPresentationController.swift | shine93/XXAlertTransition | fe2f1f55f1efd8396ba86b6c6f92aa7b17aedb02 | [
"MIT"
] | null | null | null | //
// XXPresentationController.swift
// XXUIComponent
//
// Created by 魏梦雪 on 2021/1/8.
// Copyright © 2021 魏梦雪. All rights reserved.
//
import UIKit
//XXTransitionProtocol: present的VC需要遵循
public protocol XXTransitionProtocol {
var customTransitionDelegate: UIViewControllerTransitioningDelegate? { get } //这个很... | 32.240964 | 141 | 0.702915 |
eed6e6c039d225ee5483a96bbff1b774409139f4 | 308 | sql | SQL | src/main/resources/db/migration/V0_25__Alter_WasteBuyer.sql | hasirudala/buguri-server | 663c1b6cfcc81af6ef623f0eda50e112a25890af | [
"Apache-2.0"
] | 1 | 2020-03-09T06:05:35.000Z | 2020-03-09T06:05:35.000Z | src/main/resources/db/migration/V0_25__Alter_WasteBuyer.sql | hasirudala/buguri-server | 663c1b6cfcc81af6ef623f0eda50e112a25890af | [
"Apache-2.0"
] | 3 | 2019-11-19T05:36:36.000Z | 2019-12-30T09:41:24.000Z | src/main/resources/db/migration/V0_25__Alter_WasteBuyer.sql | hasirudala/buguri-server | 663c1b6cfcc81af6ef623f0eda50e112a25890af | [
"Apache-2.0"
] | 1 | 2020-02-08T12:57:44.000Z | 2020-02-08T12:57:44.000Z | ALTER TABLE waste_buyers
ADD COLUMN zone_id INTEGER REFERENCES zones(id),
ADD COLUMN address CHARACTER VARYING(255),
ADD COLUMN is_kspcb_authorized BOOLEAN DEFAULT FALSE;
CREATE TABLE waste_buyers_items (
buyer_id INTEGER REFERENCES waste_buyers(id),
item_id INTEGER REFERENCES waste_items(id)
);
| 30.8 | 55 | 0.808442 |
fe5f656598c5691599b63541e86fadd49245d76d | 2,088 | kt | Kotlin | platform/platform-impl/src/com/intellij/ide/plugins/JarOrderStarter.kt | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | null | null | null | platform/platform-impl/src/com/intellij/ide/plugins/JarOrderStarter.kt | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | null | null | null | platform/platform-impl/src/com/intellij/ide/plugins/JarOrderStarter.kt | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | null | null | null | // Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.ide.plugins
import com.intellij.openapi.application.ApplicationStarter
import com.intellij.openapi.diagnostic.logger
import com.intellij.util.lang.ClassPath
... | 36.631579 | 140 | 0.751916 |
58b843c0c5a8315b99ac0379efac8873215dfdfd | 1,011 | kt | Kotlin | defitrack-rest/defitrack-erc20/src/main/java/io/defitrack/erc20/LPtokenService.kt | defitrack/defitrack-core | fe8c17ace7722edfebdc500e01ea39215b02f6a4 | [
"MIT"
] | 2 | 2021-12-09T15:10:28.000Z | 2022-01-27T14:27:48.000Z | defitrack-rest/defitrack-erc20/src/main/java/io/defitrack/erc20/LPtokenService.kt | defitrack/defitrack-core | fe8c17ace7722edfebdc500e01ea39215b02f6a4 | [
"MIT"
] | 10 | 2021-11-09T15:12:04.000Z | 2022-02-15T14:32:27.000Z | defitrack-rest/defitrack-erc20/src/main/java/io/defitrack/erc20/LPtokenService.kt | defitrack/defitrack-core | fe8c17ace7722edfebdc500e01ea39215b02f6a4 | [
"MIT"
] | 2 | 2021-11-09T10:08:50.000Z | 2021-12-23T13:29:41.000Z | package io.defitrack.erc20
import io.defitrack.abi.ABIResource
import io.defitrack.common.network.Network
import io.defitrack.evm.contract.BlockchainGatewayProvider
import io.defitrack.market.pooling.contract.LPTokenContract
import io.github.reactivecircus.cache4k.Cache
import org.springframework.stereotype.Service
im... | 30.636364 | 77 | 0.707221 |
df39f0e2ad69058be58f840dc50079d001ab6f89 | 151 | rb | Ruby | lib/lane.rb | susestudio/kanban | 6408aec1a4bf9d60b9c8196d4884ffc088029e28 | [
"MIT"
] | 14 | 2015-03-18T19:25:51.000Z | 2018-08-21T14:52:54.000Z | writing/lib/lane.rb | lmmx/kanban | f8b299dce229c2f5a1771e118fef9b08c2b1e56b | [
"MIT"
] | 1 | 2018-04-26T08:50:42.000Z | 2018-04-26T19:13:15.000Z | lib/lane.rb | susestudio/kanban | 6408aec1a4bf9d60b9c8196d4884ffc088029e28 | [
"MIT"
] | null | null | null | class Lane
attr_accessor :key, :title, :limit
def initialize key, title, limit
@key = key
@title = title
@limit = limit
end
end
| 12.583333 | 36 | 0.615894 |
e9d0ee3a25facdb129385ffc18c2e1543beba69e | 423 | rb | Ruby | cookbooks/filebeat-oss/attributes/paths.rb | wazuh/ossec-cookbook | 9e2ef3c39cd70cc5ad026a2268a1973920734677 | [
"Apache-2.0"
] | 16 | 2018-01-20T19:04:52.000Z | 2022-03-13T21:24:56.000Z | cookbooks/filebeat-oss/attributes/paths.rb | wazuh/ossec-cookbook | 9e2ef3c39cd70cc5ad026a2268a1973920734677 | [
"Apache-2.0"
] | 84 | 2018-03-26T05:32:45.000Z | 2022-03-22T08:09:26.000Z | cookbooks/filebeat-oss/attributes/paths.rb | wazuh/ossec-cookbook | 9e2ef3c39cd70cc5ad026a2268a1973920734677 | [
"Apache-2.0"
] | 21 | 2018-03-09T18:42:53.000Z | 2022-03-27T06:42:56.000Z | # Cookbook Name:: filebeat-oss
# Attribute:: paths
# Author:: Wazuh <info@wazuh.com>
default['filebeat']['config_path'] = '/etc/filebeat'
default['filebeat']['wazuh_module_path'] = '/usr/share/filebeat/module'
default['filebeat']['certs_path'] = "#{node['filebeat']['config_path']}/certs"
default['elastic']['config_pat... | 47 | 78 | 0.699764 |
9d1fb8a24683562eca556c3f2c04c634ef89d597 | 808 | html | HTML | template/loading.otp.html | majianyu2007/odata | 42d8751f2eb54bb35838a1f505ab6d13c5dd694c | [
"MIT"
] | 27 | 2019-07-07T13:00:23.000Z | 2022-03-25T18:42:45.000Z | template/loading.otp.html | majianyu2007/odata | 42d8751f2eb54bb35838a1f505ab6d13c5dd694c | [
"MIT"
] | 8 | 2020-08-19T12:54:17.000Z | 2022-01-08T03:11:34.000Z | template/loading.otp.html | majianyu2007/odata | 42d8751f2eb54bb35838a1f505ab6d13c5dd694c | [
"MIT"
] | 7 | 2019-08-11T04:39:35.000Z | 2021-05-20T09:52:41.000Z | <style>
.loading{
position:fixed;
z-index:200;
width:100%;
height:100%;
margin:0 auto;
background-color:#FFFFFF;
}
#loadingpic{
position:fixed;
margin:0 auto;
left:50%;
top:50%;
transform:translate(-50%,-50%);
}
@keyframes loadin{
0% {
opacity:0;
}
100%{
z-index:200;
opacity:1;
}
}... | 14.690909 | 92 | 0.592822 |
134459625d51bde8c097eb41a36e38d38d3cca55 | 760 | asm | Assembly | asm/showtext/main.asm | BoKoIsMe/J1900_FreeBSD | 19c4f7f01a37f4eda11a64040dad307a06563fb9 | [
"BSD-2-Clause"
] | null | null | null | asm/showtext/main.asm | BoKoIsMe/J1900_FreeBSD | 19c4f7f01a37f4eda11a64040dad307a06563fb9 | [
"BSD-2-Clause"
] | null | null | null | asm/showtext/main.asm | BoKoIsMe/J1900_FreeBSD | 19c4f7f01a37f4eda11a64040dad307a06563fb9 | [
"BSD-2-Clause"
] | null | null | null | .286
.model small,stdcall
include showtext.inc
includelib showtext.lib
drawChar proto,location:WORD,char:BYTE,color:BYTE
.data
currentPosition COORD <0,0>
szString db "Welcom to the ASM world.",0dh,0ah,0
LENSTRING EQU $ - szString
.stack 200h
.code
.startup
push ds
pop es
mov ah,0002h
int 10... | 19 | 93 | 0.717105 |
4fc09aa70a8fb0a856647b79a2278c4be83827fa | 58,223 | sql | SQL | db/stratagy.sql | roneyChauhan/saarthi | e6c7a5302d803e4060b87acc315e90130c37735a | [
"MIT"
] | null | null | null | db/stratagy.sql | roneyChauhan/saarthi | e6c7a5302d803e4060b87acc315e90130c37735a | [
"MIT"
] | null | null | null | db/stratagy.sql | roneyChauhan/saarthi | e6c7a5302d803e4060b87acc315e90130c37735a | [
"MIT"
] | null | null | null | -- phpMyAdmin SQL Dump
-- version 4.8.3
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Dec 31, 2019 at 05:02 PM
-- Server version: 10.1.36-MariaDB
-- PHP Version: 7.2.11
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OL... | 40.348579 | 885 | 0.623242 |
42b653d5fbc16264793ec9b33f8aee8d742b24e2 | 4,609 | kt | Kotlin | web-app/src/acceptanceTest/kotlin/com/bphenriques/employeeshifts/shift/CRUDShiftsMultipleEmployeesTests.kt | bphenriques-lab/employee-shift-api-challenge | 2e6eb52e500d1ba855418963a5dc12ae97cd8aa7 | [
"MIT"
] | null | null | null | web-app/src/acceptanceTest/kotlin/com/bphenriques/employeeshifts/shift/CRUDShiftsMultipleEmployeesTests.kt | bphenriques-lab/employee-shift-api-challenge | 2e6eb52e500d1ba855418963a5dc12ae97cd8aa7 | [
"MIT"
] | null | null | null | web-app/src/acceptanceTest/kotlin/com/bphenriques/employeeshifts/shift/CRUDShiftsMultipleEmployeesTests.kt | bphenriques-lab/employee-shift-api-challenge | 2e6eb52e500d1ba855418963a5dc12ae97cd8aa7 | [
"MIT"
] | null | null | null | package com.bphenriques.employeeshifts.shift
import com.bphenriques.employeeshifts.domain.employee.model.Employee
import com.bphenriques.employeeshifts.testhelper.EmployeeTestClient
import com.bphenriques.employeeshifts.testhelper.SQLUtil
import com.bphenriques.employeeshifts.testhelper.ShiftTestClient
import com.bphe... | 43.074766 | 162 | 0.717292 |
e7754a9d2c331c149e0407b2018953cc8e3344ef | 1,025 | js | JavaScript | fileSystem/school-projects/development/jqueryfordesignerscas213/cas213week8/js/assign8.1.js | nomad-mystic/nomadmystic | 7814c1f7c1a45464df5896d03dd3c3bed0f763d0 | [
"MIT"
] | 1 | 2016-06-15T08:36:56.000Z | 2016-06-15T08:36:56.000Z | fileSystem/school-projects/development/jqueryfordesignerscas213/cas213week8/js/assign8.1.js | nomad-mystic/nomadmystic | 7814c1f7c1a45464df5896d03dd3c3bed0f763d0 | [
"MIT"
] | 1 | 2016-06-08T13:05:41.000Z | 2016-06-08T13:06:07.000Z | fileSystem/school-projects/development/jqueryfordesignerscas213/cas213week8/js/assign8.1.js | nomad-mystic/nomadmystic | 7814c1f7c1a45464df5896d03dd3c3bed0f763d0 | [
"MIT"
] | null | null | null | /*
file = assign8.1.js
programmer = keith Murphy
date = 11-13-2014
*/
$(document).ready(function() {
var loadingImage = $('<img src="images/ajax-loader.gif">');
$('#jaxed-nav a').each(function(){
$(this).attr('href', '#' + $(this).attr('href'));
});// end each
$(window).bind('hashchange',... | 27.702703 | 85 | 0.489756 |
fc589167ad589aedef4289357f832421e432d6d7 | 27,199 | css | CSS | css/style.css | justaniewska/Recreational-Kaprekar-iteration | d72019f40a485a8df04a8e8f5c498625a9c5d1e4 | [
"Unlicense"
] | null | null | null | css/style.css | justaniewska/Recreational-Kaprekar-iteration | d72019f40a485a8df04a8e8f5c498625a9c5d1e4 | [
"Unlicense"
] | null | null | null | css/style.css | justaniewska/Recreational-Kaprekar-iteration | d72019f40a485a8df04a8e8f5c498625a9c5d1e4 | [
"Unlicense"
] | null | null | null | @font-face {
font-family: 'primeregular';
src: url("prime_regular-webfont.woff2") format("woff2"), url("prime_regular-webfont.woff") format("woff");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'abeezeeregular';
src: url("abeezee-regular-webfont.woff2") format("woff2"), url("abeezee... | 96.450355 | 19,030 | 0.880106 |
83a8ddd1381a36effada75aeee6cf8e2b8fe212f | 6,978 | rs | Rust | src/lib.rs | MichalGniadek/mdbook-rolltables | f4888e0146dfb0c7e8b6665f7af4ced89e51347d | [
"MIT"
] | null | null | null | src/lib.rs | MichalGniadek/mdbook-rolltables | f4888e0146dfb0c7e8b6665f7af4ced89e51347d | [
"MIT"
] | null | null | null | src/lib.rs | MichalGniadek/mdbook-rolltables | f4888e0146dfb0c7e8b6665f7af4ced89e51347d | [
"MIT"
] | null | null | null | #![warn(missing_docs)]
#![doc = include_str!("../README.md")]
use anyhow::anyhow;
use mdbook::{
book::{Book, Chapter},
errors::Result,
preprocess::{Preprocessor, PreprocessorContext},
BookItem,
};
use pulldown_cmark::{Alignment, Event, Options, Parser, Tag};
use pulldown_cmark_to_cmark::cmark;
use std:... | 32.156682 | 95 | 0.497277 |
d442ca1f111ec5bf0338578c4fc4b369671ada44 | 375 | sql | SQL | Chapter06/r2/03_run_more_optimised_query.sql | xvanausloos/Snowflake-Cookbook | 4c52e2b7c334632a6c0cdac656c1108c7dc42111 | [
"MIT"
] | 40 | 2021-04-13T00:57:19.000Z | 2022-03-12T04:09:43.000Z | Chapter06/r2/03_run_more_optimised_query.sql | xvanausloos/Snowflake-Cookbook | 4c52e2b7c334632a6c0cdac656c1108c7dc42111 | [
"MIT"
] | 2 | 2021-12-02T13:50:54.000Z | 2021-12-05T19:50:09.000Z | Chapter06/r2/03_run_more_optimised_query.sql | xvanausloos/Snowflake-Cookbook | 4c52e2b7c334632a6c0cdac656c1108c7dc42111 | [
"MIT"
] | 41 | 2020-11-10T22:49:40.000Z | 2022-03-06T06:40:16.000Z | -- add additional where clause to the query to eliminate partitions
-- and review through query profile how big a difference this makes
USE SCHEMA SNOWFLAKE_SAMPLE_DATA.TPCDS_SF10TCL;
SELECT
d_year
,sr_customer_sk as ctr_customer_sk
,sr_store_sk as ctr_store_sk
,SR_RETURN_AMT_INC_TAX
FROM store_returns,date_dim
WH... | 23.4375 | 67 | 0.832 |
308991cf37909ac9b2ff9d4f0a1fb12ebb1e823d | 290 | html | HTML | web/irrru/test_page_files/tags.html | viktorgreamer/agent1.pro | 03d762c41bc437ec9330ab085ce3ddb952032c66 | [
"BSD-3-Clause"
] | null | null | null | web/irrru/test_page_files/tags.html | viktorgreamer/agent1.pro | 03d762c41bc437ec9330ab085ce3ddb952032c66 | [
"BSD-3-Clause"
] | null | null | null | web/irrru/test_page_files/tags.html | viktorgreamer/agent1.pro | 03d762c41bc437ec9330ab085ce3ddb952032c66 | [
"BSD-3-Clause"
] | null | null | null |
<!-- saved from url=(0080)https://ams.creativecdn.com/tags?id=pr_zyo99Ps4zQWfu8b6Oa0X_offer_696505002&tc=1 -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1251"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"></pre></body></html> | 96.666667 | 178 | 0.731034 |
73a0a416cc84871bd96938d1327c8d454ce25da0 | 115 | sql | SQL | formationDotNET/FormationDotNET/AfficherTableCroissant.sql | dmc95/CSharp | 4b321e64e065cc63238844a83ebfbdb4afb66d01 | [
"MIT"
] | null | null | null | formationDotNET/FormationDotNET/AfficherTableCroissant.sql | dmc95/CSharp | 4b321e64e065cc63238844a83ebfbdb4afb66d01 | [
"MIT"
] | null | null | null | formationDotNET/FormationDotNET/AfficherTableCroissant.sql | dmc95/CSharp | 4b321e64e065cc63238844a83ebfbdb4afb66d01 | [
"MIT"
] | null | null | null | -- Affichage de la Table Ordonnées par nom de famille croissant
SELECT * FROM Personne Pers
ORDER BY Pers.Nom ASC | 28.75 | 64 | 0.782609 |
776fc54afa45f0147e659408594b131a5bc357e1 | 140 | asm | Assembly | test_data/ligador_carregador/moodle_B.asm | Perruci/sb20172 | c7e803c97e389ff7455e6a10cfa238175a186cb4 | [
"MIT"
] | null | null | null | test_data/ligador_carregador/moodle_B.asm | Perruci/sb20172 | c7e803c97e389ff7455e6a10cfa238175a186cb4 | [
"MIT"
] | 1 | 2017-10-22T01:43:05.000Z | 2017-10-22T01:46:29.000Z | test_data/ligador_carregador/moodle_B.asm | Perruci/sb20172 | c7e803c97e389ff7455e6a10cfa238175a186cb4 | [
"MIT"
] | null | null | null |
mod_b: begin
section text
val: extern
l1: extern
public y
public mod_b
output y
output val
output y + 2
jmp l1
section data
y: space 3
end
| 9.333333 | 12 | 0.757143 |
333f156ecd7a1158f32275d1b8314dcca890498e | 5,762 | swift | Swift | SpotifyKitTests/ModelStubs/Track.swift | haversnail/SpotifyKit | b605f41ec1a466f9b262caef67847db9c5a4de72 | [
"Apache-2.0"
] | 9 | 2017-12-08T15:36:17.000Z | 2018-11-06T05:11:52.000Z | SpotifyKitTests/ModelStubs/Track.swift | haversnail/SpotifyKit | b605f41ec1a466f9b262caef67847db9c5a4de72 | [
"Apache-2.0"
] | 1 | 2018-12-27T23:33:19.000Z | 2019-11-11T18:21:42.000Z | SpotifyKitTests/ModelStubs/Track.swift | haversnail/SpotifyKit | b605f41ec1a466f9b262caef67847db9c5a4de72 | [
"Apache-2.0"
] | 2 | 2019-08-22T04:39:15.000Z | 2020-04-24T06:11:23.000Z | //
// Track.swift
// SpotifyKitTests
//
// Created by Alexander Havermale on 7/23/17.
// Copyright © 2018 Alex Havermale.
//
// 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
//
// ... | 33.894118 | 130 | 0.632419 |
0ba1dc47fec515daa7ce78ab6cbd344fd812af6f | 113,179 | py | Python | networking_vsphere/tests/unit/agent/test_ovsvapp_agent.py | Mirantis/vmware-dvs | 37b874f9bf40b47d0de231c640367275fb3afb9b | [
"Apache-2.0"
] | 8 | 2015-04-23T15:36:56.000Z | 2019-03-06T13:23:28.000Z | networking_vsphere/tests/unit/agent/test_ovsvapp_agent.py | Mirantis/vmware-dvs | 37b874f9bf40b47d0de231c640367275fb3afb9b | [
"Apache-2.0"
] | 1 | 2016-10-04T13:24:50.000Z | 2016-10-04T13:24:50.000Z | networking_vsphere/tests/unit/agent/test_ovsvapp_agent.py | Mirantis/vmware-dvs | 37b874f9bf40b47d0de231c640367275fb3afb9b | [
"Apache-2.0"
] | 19 | 2015-09-15T13:25:01.000Z | 2019-09-03T08:23:21.000Z | # Copyright (c) 2015 Hewlett-Packard Development Company, L.P.
#
# 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/LIC... | 52.54364 | 96 | 0.594227 |
5c3d7f203e69a4a9d3b74f1ef396eac261536f65 | 40 | asm | Assembly | src/main/fragment/mos6502-common/_deref_pwuz1=vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/_deref_pwuz1=vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/_deref_pwuz1=vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | ldy #0
sta ({z1}),y
tya
iny
sta ({z1}),y | 8 | 12 | 0.55 |
f70c31b77de4c3fd0c2402f2a6267b20127cc4cb | 4,823 | h | C | fboss/agent/hw/bcm/BcmHostKey.h | nathanawmk/fboss | 9f36dbaaae47202f9131598560c65715334a9a83 | [
"BSD-3-Clause"
] | 834 | 2015-03-10T18:12:28.000Z | 2022-03-31T20:16:17.000Z | fboss/agent/hw/bcm/BcmHostKey.h | nathanawmk/fboss | 9f36dbaaae47202f9131598560c65715334a9a83 | [
"BSD-3-Clause"
] | 82 | 2015-04-07T08:48:29.000Z | 2022-03-11T21:56:58.000Z | fboss/agent/hw/bcm/BcmHostKey.h | nathanawmk/fboss | 9f36dbaaae47202f9131598560c65715334a9a83 | [
"BSD-3-Clause"
] | 296 | 2015-03-11T03:45:37.000Z | 2022-03-14T22:54:22.000Z | /*
* Copyright (c) 2004-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
#pra... | 22.537383 | 79 | 0.649388 |
9bc1651f5e75769617029e484b804f33c2d105f0 | 4,748 | js | JavaScript | web/app/sw.js | nicolasparada/nakama | 8d5aa79aa5ab30d405354408eb60399a345a20e1 | [
"0BSD"
] | 183 | 2017-09-16T12:59:48.000Z | 2022-03-21T02:19:19.000Z | web/app/sw.js | arjundoye/nakama | 31403b79476bf5176b4f18374cf87dbd67c85008 | [
"ISC"
] | 50 | 2019-02-01T06:16:40.000Z | 2021-12-26T18:30:04.000Z | web/app/sw.js | nakamauwu/nakama | a0b481441d3400602b83c9f6681e6fb3f871ef05 | [
"0BSD"
] | 28 | 2018-01-15T16:44:09.000Z | 2022-03-10T21:09:51.000Z | const OFFLINE_VERSION = 1
const CACHE_NAME = "offline"
const OFFLINE_URL = "/offline.html"
self.addEventListener("install", ev => {
ev.waitUntil(cacheOfflinePage())
self.skipWaiting()
})
async function cacheOfflinePage() {
const cache = await caches.open(CACHE_NAME)
await cache.add(new Request(OFFLINE... | 26.674157 | 108 | 0.567186 |
fb939f1b07c074013025ddf6eb10e5b93d811ec8 | 729 | h | C | JSandNative/JsObjcBridge.h | ProgramerSunny/jsCallObjc | 16595f27fffcb319775bd5548b518fc2308cea81 | [
"Apache-2.0"
] | null | null | null | JSandNative/JsObjcBridge.h | ProgramerSunny/jsCallObjc | 16595f27fffcb319775bd5548b518fc2308cea81 | [
"Apache-2.0"
] | null | null | null | JSandNative/JsObjcBridge.h | ProgramerSunny/jsCallObjc | 16595f27fffcb319775bd5548b518fc2308cea81 | [
"Apache-2.0"
] | null | null | null | //
// JsObjcModel.h
// JSandNative
//
// Created by 孙扬 on 16/8/24.
// Copyright © 2016年 MichealSun. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <JavaScriptCore/JavaScriptCore.h>
@protocol PsJsObjcDelegate <JSExport>
- (void)jsCallNativeWithParam:(NSDictionary *)param... | 25.137931 | 92 | 0.759945 |
3d38a6ae07f28df74b3747a32744e4e10244fa91 | 10,220 | rs | Rust | src/reader.rs | hroi/lopdf | 6ddddc0530dccf52ab8bd0d35287a8516480389e | [
"MIT"
] | null | null | null | src/reader.rs | hroi/lopdf | 6ddddc0530dccf52ab8bd0d35287a8516480389e | [
"MIT"
] | null | null | null | src/reader.rs | hroi/lopdf | 6ddddc0530dccf52ab8bd0d35287a8516480389e | [
"MIT"
] | null | null | null | use log::{error, warn};
use std::cmp;
use std::convert::TryInto;
use std::fs::File;
use std::io::Read;
use std::path::Path;
use std::sync::Mutex;
#[cfg(not(all(target_arch = "wasm32", not(target_os = "emscripten"))))]
use rayon::prelude::*;
use super::parser;
use super::{Document, Object, ObjectId};
use crate::object... | 29.45245 | 129 | 0.670254 |
2a42dc9a092b9fbca03fccfc96fcd4d441c0c908 | 4,849 | java | Java | parser/src/main/java/io/lindstrom/mpd/support/DurationDeserializer.java | AlecJY/mpd-tools | 7991b15e44e7152aa8da9278790452fea03aaeff | [
"MIT"
] | null | null | null | parser/src/main/java/io/lindstrom/mpd/support/DurationDeserializer.java | AlecJY/mpd-tools | 7991b15e44e7152aa8da9278790452fea03aaeff | [
"MIT"
] | null | null | null | parser/src/main/java/io/lindstrom/mpd/support/DurationDeserializer.java | AlecJY/mpd-tools | 7991b15e44e7152aa8da9278790452fea03aaeff | [
"MIT"
] | null | null | null | package io.lindstrom.mpd.support;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.databind.DeserializationContext;
import com.fasterxml.jackson.databind.JsonDeserializer;
import java.io.IOException;
import java.time.Duration;
import java.time.format.DateTimeParseException;
import java.util.... | 34.390071 | 112 | 0.573108 |
dd6e7b41ebcaa60bb3c323a66cc857c0f360aa0c | 3,644 | kt | Kotlin | mobile/src/main/java/ceg/avtechlabs/mba/ui/FavoritesActivity.kt | v-adhithyan/mba | e6fc0101bc5a914b56cec287a42a8dfb61169101 | [
"MIT"
] | 13 | 2017-06-11T04:25:10.000Z | 2020-09-28T07:05:56.000Z | mobile/src/main/java/ceg/avtechlabs/mba/ui/FavoritesActivity.kt | v-adhithyan/mba | e6fc0101bc5a914b56cec287a42a8dfb61169101 | [
"MIT"
] | null | null | null | mobile/src/main/java/ceg/avtechlabs/mba/ui/FavoritesActivity.kt | v-adhithyan/mba | e6fc0101bc5a914b56cec287a42a8dfb61169101 | [
"MIT"
] | 2 | 2018-04-16T09:50:27.000Z | 2018-06-12T23:20:31.000Z | package ceg.avtechlabs.mba.ui
import android.app.ProgressDialog
import android.content.Context
import android.content.Intent
import android.support.v7.app.AppCompatActivity
import android.os.Bundle
import android.support.v7.widget.DefaultItemAnimator
import android.support.v7.widget.LinearLayoutManager
import... | 36.44 | 84 | 0.68551 |
d0d3b3ebbd3e3575c1a49f4f47b79f98b1ce308b | 1,788 | css | CSS | teorias.css | JessGCG/projeto-calinho | b7ddd286dfc4ff5088aae8d5f33ea3b6171fcd01 | [
"MIT"
] | null | null | null | teorias.css | JessGCG/projeto-calinho | b7ddd286dfc4ff5088aae8d5f33ea3b6171fcd01 | [
"MIT"
] | null | null | null | teorias.css | JessGCG/projeto-calinho | b7ddd286dfc4ff5088aae8d5f33ea3b6171fcd01 | [
"MIT"
] | null | null | null | :root{
--cor0: #DEC9DD;
--cor1: #FF36F9;
--cor2: #B720E3;
--cor3: #9B2FFA;
--cor4: #6732E6;
--cor5: #2E23FB;
}
body{
margin: 0px;
background-color: var(--cor0);
}
header{
background-image: linear-gradient(to bottom, var(--cor2), var(--cor4));
height: 150px;
}
header > h1{
... | 16.254545 | 75 | 0.59396 |
6ee90de67f4994bc15846f6cee581deb6951aac8 | 12,017 | html | HTML | _posts/2009-03-18-tracking-atlassian-confluence-usage-with-google-analytics.html | dvdsmpsn/dvdsmpsn.github.io | 27536810aeddd09275bac8265bfc8c086d9adba5 | [
"MIT"
] | null | null | null | _posts/2009-03-18-tracking-atlassian-confluence-usage-with-google-analytics.html | dvdsmpsn/dvdsmpsn.github.io | 27536810aeddd09275bac8265bfc8c086d9adba5 | [
"MIT"
] | null | null | null | _posts/2009-03-18-tracking-atlassian-confluence-usage-with-google-analytics.html | dvdsmpsn/dvdsmpsn.github.io | 27536810aeddd09275bac8265bfc8c086d9adba5 | [
"MIT"
] | null | null | null | ---
layout: post
title: Tracking Atlassian Confluence Server usage with Google Analytics
date: 2009-03-18 18:45:56.000000000 +00:00
type: post
published: true
status: publish
categories:
- analytics
- Uncategorised
tags:
- analytics
- atlassian
- confluence
- google analytics
- wiki
meta:
aktt_notify_twitter: 'no'
... | 59.78607 | 404 | 0.697345 |
41021bafb05ec8077b07abc058ea2110af446e5e | 638 | c | C | base/headless/test/c/sacsec/sacsec.c | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/headless/test/c/sacsec/sacsec.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/headless/test/c/sacsec/sacsec.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | #include <windows.h>
#include <winioctl.h>
#include <stdio.h>
#include <malloc.h>
#include <Shlwapi.h>
#include <ntddsac.h>
#include <sacapi.h>
int _cdecl wmain(int argc, WCHAR **argv)
{
HANDLE SacHandle;
BOOL Status;
//
// Open the SAC
//
// SECURITY:
//
... | 14.837209 | 45 | 0.478056 |
9c60ce6d85aca261ae1043df6bdd467bf3c5ed10 | 166 | js | JavaScript | src/shaderGraph/point.js | raggedgenes/w-gl | 3dd98af5f64c05a3b83e3d931f832e0df8f459d9 | [
"MIT"
] | null | null | null | src/shaderGraph/point.js | raggedgenes/w-gl | 3dd98af5f64c05a3b83e3d931f832e0df8f459d9 | [
"MIT"
] | null | null | null | src/shaderGraph/point.js | raggedgenes/w-gl | 3dd98af5f64c05a3b83e3d931f832e0df8f459d9 | [
"MIT"
] | null | null | null | export default {
globals() {
return `
attribute float aPointSize;
`;
},
mainBody() {
return `
gl_PointSize = aPointSize * transformed[0][0];
`;
}
}; | 13.833333 | 48 | 0.596386 |
c7e00f4c83ea790ce50113696ec6fc270364ee29 | 1,087 | java | Java | webapp/src/main/java/simulation/data/gisdata/routes/Routes.java | GeoTecINIT/parking_occupancy_simulator | 1f3b5d59da51069d2b3008f1d1793c5683088223 | [
"MIT"
] | null | null | null | webapp/src/main/java/simulation/data/gisdata/routes/Routes.java | GeoTecINIT/parking_occupancy_simulator | 1f3b5d59da51069d2b3008f1d1793c5683088223 | [
"MIT"
] | null | null | null | webapp/src/main/java/simulation/data/gisdata/routes/Routes.java | GeoTecINIT/parking_occupancy_simulator | 1f3b5d59da51069d2b3008f1d1793c5683088223 | [
"MIT"
] | null | null | null | package simulation.data.gisdata.routes;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD)
public class Routes {
private FieldAliase... | 24.704545 | 74 | 0.76173 |
d37838a022f32a8c4810a6bb4f06c893ada923cf | 785 | sql | SQL | prisma/migrations/20220205134511_first_migration/migration.sql | ThisIsBenny/wishlist-webapp | 2e7ea74271cfeb2f799f56be2e843c1e0a483446 | [
"MIT"
] | null | null | null | prisma/migrations/20220205134511_first_migration/migration.sql | ThisIsBenny/wishlist-webapp | 2e7ea74271cfeb2f799f56be2e843c1e0a483446 | [
"MIT"
] | null | null | null | prisma/migrations/20220205134511_first_migration/migration.sql | ThisIsBenny/wishlist-webapp | 2e7ea74271cfeb2f799f56be2e843c1e0a483446 | [
"MIT"
] | null | null | null | -- CreateTable
CREATE TABLE "Wishlist" (
"id" TEXT NOT NULL PRIMARY KEY,
"title" TEXT NOT NULL,
"imageSrc" TEXT NOT NULL,
"slugUrlText" TEXT NOT NULL,
"description" TEXT NOT NULL DEFAULT ''
);
-- CreateTable
CREATE TABLE "Item" (
"id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
"title" TEXT... | 31.4 | 130 | 0.689172 |
4a5f3ca4a2fb5a8b70b4cbc42b315ad6e65073aa | 236 | js | JavaScript | app/directives/list-item-custom/list-item-custom.ctrl.js | Hantiro/admin-template | fe1cf532c1a20d9067d276f8a044262629e045b0 | [
"MIT"
] | null | null | null | app/directives/list-item-custom/list-item-custom.ctrl.js | Hantiro/admin-template | fe1cf532c1a20d9067d276f8a044262629e045b0 | [
"MIT"
] | null | null | null | app/directives/list-item-custom/list-item-custom.ctrl.js | Hantiro/admin-template | fe1cf532c1a20d9067d276f8a044262629e045b0 | [
"MIT"
] | null | null | null | ;(function () {
'use strict';
angular
.module('app')
.controller('ListItemCustomCtrl', ListItemCustomCtrl);
ListItemCustomCtrl.$inject = ['$scope'];
function ListItemCustomCtrl($scope) {
}
})();
| 15.733333 | 62 | 0.588983 |
d5565d4b43ab02a180afcc8e0784bbee27ab806d | 940 | swift | Swift | THJG/THJG/Module/HomePage/Model/THJGProMarketInfoBean.swift | shengguoqiang/yyjg | 6620887dd54ba6c557d317e32aba422c328f5798 | [
"MIT"
] | null | null | null | THJG/THJG/Module/HomePage/Model/THJGProMarketInfoBean.swift | shengguoqiang/yyjg | 6620887dd54ba6c557d317e32aba422c328f5798 | [
"MIT"
] | null | null | null | THJG/THJG/Module/HomePage/Model/THJGProMarketInfoBean.swift | shengguoqiang/yyjg | 6620887dd54ba6c557d317e32aba422c328f5798 | [
"MIT"
] | null | null | null | /**
* 市场情况实体
*/
struct THJGProMarketInfoBean: THJGBaseBean {
var projectName: String
var marketInfos: [MarketInfoBean]
static func parse(_ data: JSONTYPE) -> THJGProMarketInfoBean {
var marketInfos = [MarketInfoBean]()
if let marketArray = data["marketInfos"].array {
... | 27.647059 | 83 | 0.590426 |
b9b2993e9b7600a2c625d50b70778f0848baa5ee | 3,950 | h | C | sdk/DocuSignESign/Model/DSESAccountSignature.h | docusign/docusign-objc-client | 17758518642816b24a440cf8b1bec789ede4286d | [
"MIT"
] | 15 | 2016-01-19T23:20:40.000Z | 2021-11-14T16:51:12.000Z | sdk/DocuSignESign/Model/DSESAccountSignature.h | docusign/docusign-objc-client | 17758518642816b24a440cf8b1bec789ede4286d | [
"MIT"
] | 18 | 2016-02-26T12:43:05.000Z | 2022-03-29T01:41:40.000Z | sdk/DocuSignESign/Model/DSESAccountSignature.h | docusign/docusign-objc-client | 17758518642816b24a440cf8b1bec789ede4286d | [
"MIT"
] | 15 | 2016-02-11T22:08:01.000Z | 2021-11-14T16:51:05.000Z | #import <Foundation/Foundation.h>
#import <DSESObject.h>
/**
* DocuSign REST API
* The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.
*
* OpenAPI spec version: v2.1
* Contact: devcenter@docusign.com
*
* NOTE: This class is auto generated by the sw... | 29.699248 | 488 | 0.751392 |
5b1d05ff04a50d724df5ca369fe808fe7708e5a2 | 1,293 | kt | Kotlin | klay-demo/src/main/kotlin/klay/tests/core/CanvasStressTest.kt | cdietze/klay | 72031aa267cd304a0612b31c871e2f5cf73d2c4c | [
"Apache-2.0"
] | 4 | 2018-09-30T06:36:13.000Z | 2019-03-26T02:37:25.000Z | klay-demo/src/main/kotlin/klay/tests/core/CanvasStressTest.kt | cdietze/klay | 72031aa267cd304a0612b31c871e2f5cf73d2c4c | [
"Apache-2.0"
] | null | null | null | klay-demo/src/main/kotlin/klay/tests/core/CanvasStressTest.kt | cdietze/klay | 72031aa267cd304a0612b31c871e2f5cf73d2c4c | [
"Apache-2.0"
] | null | null | null | package klay.tests.core
import euklid.f.MathUtil
import klay.core.Clock
import klay.scene.CanvasLayer
import kotlin.math.cos
import kotlin.math.sin
class CanvasStressTest(game: TestsGame) : Test(game, "Canvas Stress", "Animates a full-screen sized canvas, forcing a massive reupload of image data to " + "the GPU on ev... | 32.325 | 184 | 0.576953 |
fd81856238e760cf6510358bb02744e5da4bce68 | 7,469 | swift | Swift | RsyncOSX/RemoteInfoTaskWorkQueue.swift | SjoenH/RsyncOSX | 40dc651a95fd5c7d535bf7b54d52a08dbdea443e | [
"MIT"
] | null | null | null | RsyncOSX/RemoteInfoTaskWorkQueue.swift | SjoenH/RsyncOSX | 40dc651a95fd5c7d535bf7b54d52a08dbdea443e | [
"MIT"
] | null | null | null | RsyncOSX/RemoteInfoTaskWorkQueue.swift | SjoenH/RsyncOSX | 40dc651a95fd5c7d535bf7b54d52a08dbdea443e | [
"MIT"
] | null | null | null | //
// RemoteInfoTaskWorkQueue.swift
// RsyncOSX
//
// Created by Thomas Evensen on 31.12.2017.
// Copyright © 2017 Thomas Evensen. All rights reserved.
//
// swiftlint:disable line_length
import Foundation
protocol SetRemoteInfo: class {
func setremoteinfo(remoteinfotask: RemoteInfoTaskWorkQueue?)
func ge... | 43.678363 | 177 | 0.659258 |
858f9abd13af172c3160c9dbb98bb75ba78f1c50 | 365 | js | JavaScript | algorithms/search/binary-search/binary-search.js | shivajivarma/codebase-js | 6805bf009acf182c551aad7bb447fa6bcbf6da63 | [
"MIT"
] | null | null | null | algorithms/search/binary-search/binary-search.js | shivajivarma/codebase-js | 6805bf009acf182c551aad7bb447fa6bcbf6da63 | [
"MIT"
] | null | null | null | algorithms/search/binary-search/binary-search.js | shivajivarma/codebase-js | 6805bf009acf182c551aad7bb447fa6bcbf6da63 | [
"MIT"
] | null | null | null | function binarySearch(arr, num) {
let low = 0;
let high = arr.length;
let pos = -1;
while (low <= high) {
const mid = parseInt((low + high) / 2);
if (num === arr[mid]) {
pos = mid;
break;
} else if (num < arr[mid]) {
high = mid - 1;
} else {
low = mid + 1;
}
}
r... | 16.590909 | 43 | 0.49863 |
e47e2063dc3d37d9cf005c0df33f69d78bcb419c | 568 | swift | Swift | BikeshareKit/BikeshareKit/Common/NSDateExtension.swift | thelowlypeon/bikeshare-kit | 5f0390dbf2a7627dafaffd66b125d1b05acf0ce2 | [
"MIT"
] | null | null | null | BikeshareKit/BikeshareKit/Common/NSDateExtension.swift | thelowlypeon/bikeshare-kit | 5f0390dbf2a7627dafaffd66b125d1b05acf0ce2 | [
"MIT"
] | null | null | null | BikeshareKit/BikeshareKit/Common/NSDateExtension.swift | thelowlypeon/bikeshare-kit | 5f0390dbf2a7627dafaffd66b125d1b05acf0ce2 | [
"MIT"
] | null | null | null | //
// NSDateExtension.swift
// BikeshareKit
//
// Created by Peter Compernolle on 12/19/15.
// Copyright © 2015 Out of Something, LLC. All rights reserved.
//
import Foundation
private var APIDateFormatter: DateFormatter = {
let formatter = DateFormatter()
formatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSS... | 24.695652 | 73 | 0.68662 |
bb327e59eafb5223c812ce562b50f3cebe16f607 | 887 | html | HTML | manuscript/page-1141/body.html | marvindanig/the-last-man | c71790f2ec4c36070aae0a9b1c17ca276679fed6 | [
"CECILL-B"
] | null | null | null | manuscript/page-1141/body.html | marvindanig/the-last-man | c71790f2ec4c36070aae0a9b1c17ca276679fed6 | [
"CECILL-B"
] | null | null | null | manuscript/page-1141/body.html | marvindanig/the-last-man | c71790f2ec4c36070aae0a9b1c17ca276679fed6 | [
"CECILL-B"
] | null | null | null | <div class="leaf flex"><div class="inner justify"><p> Perhaps, because we had now so few impulses urging to a choice between two modes of action, we were pleased to preserve the existence of one, and preferred the prospect of what we were to do, to the recollection of what had been done. We felt that for this year dang... | 887 | 887 | 0.776776 |
b1a6151356d2cf3cddfc869607b86e057d50b19d | 950 | h | C | include/GenieSys/AddressingModes/DataRegisterDirectMode.h | PaulTrampert/GenieSys | 637e7f764bc7faac8d0b5afcf22646e200562f6a | [
"MIT"
] | null | null | null | include/GenieSys/AddressingModes/DataRegisterDirectMode.h | PaulTrampert/GenieSys | 637e7f764bc7faac8d0b5afcf22646e200562f6a | [
"MIT"
] | 82 | 2020-12-17T04:03:10.000Z | 2022-03-24T17:54:28.000Z | include/GenieSys/AddressingModes/DataRegisterDirectMode.h | PaulTrampert/GenieSys | 637e7f764bc7faac8d0b5afcf22646e200562f6a | [
"MIT"
] | null | null | null | //
// Created by paul.trampert on 11/27/2020.
//
#pragma once
#include "AddressingMode.h"
namespace GenieSys {
class DataRegisterDirectResult : public GenieSys::AddressingResult {
public:
DataRegisterDirectResult(M68kCpu* cpu, Bus* bus, uint32_t address, std::vector<uint8_t> data);
void write... | 29.6875 | 102 | 0.693684 |
dbdb1a018f36aa1ecaa6d04257e31d1940c0d1d4 | 483 | swift | Swift | Framework/Foundation/Dictionary.swift | BinaryArtists/tool.swift | dca8d5b14e8b9860711eb5b60b448fbe33ddee6c | [
"MIT"
] | 3 | 2018-12-25T12:50:51.000Z | 2020-02-07T03:43:36.000Z | Framework/Foundation/Dictionary.swift | BinaryArtists/suite.swift | dca8d5b14e8b9860711eb5b60b448fbe33ddee6c | [
"MIT"
] | null | null | null | Framework/Foundation/Dictionary.swift | BinaryArtists/suite.swift | dca8d5b14e8b9860711eb5b60b448fbe33ddee6c | [
"MIT"
] | null | null | null | import Foundation
// MARK: - Dictionary extension
/// This extension adds some useful functions to Dictionary.
public extension Dictionary {
// MARK: - Functions
/// Append a Value for a given Key in the Dictionary.
/// If the Key already exist it will be ovrewritten.
///
/// - Parameters:
... | 26.833333 | 60 | 0.621118 |
751c5ed08cd89821059f65f6e49fb7289fea3900 | 564 | kt | Kotlin | sdk-ext-lib/src/main/java/cash/z/ecc/sdk/fixture/ZecSendFixture.kt | luckytokidoki/secant-android-wallet | b9dd9dc7562c28f25cf635bfac94d89b4ba18f5a | [
"MIT"
] | null | null | null | sdk-ext-lib/src/main/java/cash/z/ecc/sdk/fixture/ZecSendFixture.kt | luckytokidoki/secant-android-wallet | b9dd9dc7562c28f25cf635bfac94d89b4ba18f5a | [
"MIT"
] | null | null | null | sdk-ext-lib/src/main/java/cash/z/ecc/sdk/fixture/ZecSendFixture.kt | luckytokidoki/secant-android-wallet | b9dd9dc7562c28f25cf635bfac94d89b4ba18f5a | [
"MIT"
] | null | null | null | package cash.z.ecc.sdk.fixture
import cash.z.ecc.sdk.model.Memo
import cash.z.ecc.sdk.model.WalletAddress
import cash.z.ecc.sdk.model.Zatoshi
import cash.z.ecc.sdk.model.ZecSend
object ZecSendFixture {
const val ADDRESS: String = WalletAddressFixture.UNIFIED_ADDRESS_STRING
@Suppress("MagicNumber")
val AM... | 26.857143 | 75 | 0.714539 |
9ea13e7a1961f03b834270683bbd729d5b704495 | 89,793 | rs | Rust | components/hashes/blake2/tests/blake2b/short_msg_kat_256.rs | glatan/ghash | 22bc56f57bd8cc1817593e9d94d847a5bd56a040 | [
"Apache-2.0",
"MIT"
] | null | null | null | components/hashes/blake2/tests/blake2b/short_msg_kat_256.rs | glatan/ghash | 22bc56f57bd8cc1817593e9d94d847a5bd56a040 | [
"Apache-2.0",
"MIT"
] | null | null | null | components/hashes/blake2/tests/blake2b/short_msg_kat_256.rs | glatan/ghash | 22bc56f57bd8cc1817593e9d94d847a5bd56a040 | [
"Apache-2.0",
"MIT"
] | null | null | null | use dev_utils::impl_short_msg_kat;
#[rustfmt::skip]
const SHORT_MSG_KAT: [(&str, &str); 255] = [
(
// Len = 0
"",
"0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8"
),
(
// Len = 8
"13",
"a318ee67737d7d19b425d9500db52ae0e6b8e6b0d87b421995221a18fa02eec7"
),
(
// Len = 16
"4e75",
"... | 69.98675 | 513 | 0.922778 |
cf18ec1ce9656a548893f349a5c28a5ddca5c5ee | 2,410 | swift | Swift | LocationTracker/ViewController.swift | kenwilcox/LocationTracker | 62cb92a8d0341437681ceb9c19aa87bf1b1370f4 | [
"MIT"
] | 1 | 2016-01-31T13:56:37.000Z | 2016-01-31T13:56:37.000Z | LocationTracker/ViewController.swift | kenwilcox/LocationTracker | 62cb92a8d0341437681ceb9c19aa87bf1b1370f4 | [
"MIT"
] | null | null | null | LocationTracker/ViewController.swift | kenwilcox/LocationTracker | 62cb92a8d0341437681ceb9c19aa87bf1b1370f4 | [
"MIT"
] | null | null | null | //
// ViewController.swift
// LocationTracker
//
// Created by Kenneth Wilcox on 1/18/15.
// Copyright (c) 2015 Kenneth Wilcox. All rights reserved.
//
import UIKit
import MapKit
import CoreLocation
class ViewController: UIViewController, CLLocationManagerDelegate, MKMapViewDelegate {
@IBOutlet weak var theMap... | 29.036145 | 120 | 0.710788 |
b9ca0c6bde27013d46e0e140c98cf24773090244 | 233 | sql | SQL | db/0.0.1/tables/instruments.upgrade.sql | eib/jam-sessions | 40217434db2a18d7ae52542f619f3c8c7841144c | [
"MIT"
] | 1 | 2018-05-27T14:17:12.000Z | 2018-05-27T14:17:12.000Z | db/0.0.1/tables/instruments.upgrade.sql | eib/jam-sessions | 40217434db2a18d7ae52542f619f3c8c7841144c | [
"MIT"
] | null | null | null | db/0.0.1/tables/instruments.upgrade.sql | eib/jam-sessions | 40217434db2a18d7ae52542f619f3c8c7841144c | [
"MIT"
] | null | null | null | CREATE TABLE IF NOT EXISTS instruments (
instrument_id bigserial PRIMARY KEY,
description text UNIQUE NOT NULL,
created_dt timestamp with time zone DEFAULT now(),
modified_dt timestamp with time zone DEFAULT now()
);
| 33.285714 | 54 | 0.755365 |
5ce2cbb55c4e7a6f9d4c2f8a8b07516a2bad1774 | 324 | lua | Lua | example/Client.client.lua | vocksel/action-network | 5386e37faf0de035af5d43d45b8d61accda820d0 | [
"MIT"
] | 1 | 2020-10-05T22:55:33.000Z | 2020-10-05T22:55:33.000Z | example/Client.client.lua | vocksel/action-network | 5386e37faf0de035af5d43d45b8d61accda820d0 | [
"MIT"
] | 2 | 2018-10-17T02:19:39.000Z | 2021-10-09T21:40:32.000Z | example/Client.client.lua | vocksel/action-network | 5386e37faf0de035af5d43d45b8d61accda820d0 | [
"MIT"
] | null | null | null | local repStorage = game:GetService("ReplicatedStorage")
local network = require(repStorage.Network)
local sample = network:event("sample")
sample:connect(function(response)
print("server responded with:", response)
end)
sample:fire("ping")
network:event("message"):connect(function(message)
print(message)
e... | 20.25 | 55 | 0.756173 |
7c1957234573f20b243b9cd95e61b0ddccde76da | 9,159 | rs | Rust | app/src/abi.rs | bdbai/firstuwp-rs | c433119e57d38a1df8f8b66aee03a7b8ecb055e5 | [
"MIT"
] | 71 | 2020-07-26T06:30:13.000Z | 2022-03-20T00:44:03.000Z | app/src/abi.rs | bdbai/firstuwp-rs | c433119e57d38a1df8f8b66aee03a7b8ecb055e5 | [
"MIT"
] | 1 | 2022-01-15T00:32:29.000Z | 2022-01-16T04:45:08.000Z | app/src/abi.rs | bdbai/firstuwp-rs | c433119e57d38a1df8f8b66aee03a7b8ecb055e5 | [
"MIT"
] | 4 | 2020-08-17T18:13:09.000Z | 2021-08-02T13:39:55.000Z | use bindings::windows::application_model::activation::*;
use bindings::windows::ui::xaml::controls::*;
use bindings::windows::ui::xaml::data::*;
use bindings::windows::ui::xaml::interop::*;
use bindings::windows::ui::xaml::markup::*;
use bindings::windows::ui::xaml::navigation::*;
use bindings::windows::ui::xaml::*;
us... | 36.636 | 100 | 0.675074 |
5f4fde882c19ac2cc6bc390cc41cb03660a77ab0 | 819 | ts | TypeScript | src/app/player-page/player-page.component.ts | Noswad123/breaking-chains | 147764511ee08b84d04c3260d68fc24a39fa01c6 | [
"MIT"
] | 1 | 2018-05-16T16:28:38.000Z | 2018-05-16T16:28:38.000Z | src/app/player-page/player-page.component.ts | Noswad123/breaking-chains | 147764511ee08b84d04c3260d68fc24a39fa01c6 | [
"MIT"
] | null | null | null | src/app/player-page/player-page.component.ts | Noswad123/breaking-chains | 147764511ee08b84d04c3260d68fc24a39fa01c6 | [
"MIT"
] | null | null | null | import { Component, OnInit } from '@angular/core';
import { Router, ActivatedRoute } from '@angular/router';
import {User} from '../models/user';
import {UserService } from '../services/index';
@Component({
selector: 'player-page',
templateUrl: './player-page.component.html',
styleUrls: ['./player-page.componen... | 19.97561 | 57 | 0.660562 |
709bddbffae043056480c6a72ff06e06383b5294 | 1,671 | go | Go | src/snippetgen/common/metadata/metadata_test.go | cclauss/discovery-artifact-manager | 9eb6bcef290ef87006758349c725d440fbfc85d6 | [
"Apache-2.0"
] | 38 | 2017-07-20T17:54:08.000Z | 2022-02-20T02:16:31.000Z | src/snippetgen/common/metadata/metadata_test.go | cclauss/discovery-artifact-manager | 9eb6bcef290ef87006758349c725d440fbfc85d6 | [
"Apache-2.0"
] | 183 | 2017-03-23T17:17:24.000Z | 2022-02-09T00:07:17.000Z | src/snippetgen/common/metadata/metadata_test.go | cclauss/discovery-artifact-manager | 9eb6bcef290ef87006758349c725d440fbfc85d6 | [
"Apache-2.0"
] | 42 | 2017-03-23T19:20:20.000Z | 2022-02-20T02:17:09.000Z | package metadata
import "testing"
func TestGetLanguage(t *testing.T) {
for _, l := range AllowedLanguages {
if g, ok := GetLanguage(l.Name); !ok {
t.Errorf("language defined but not found: %s", l.Name)
} else if g != l {
t.Errorf("found wrong language, expected %v, found %v", l, g)
}
}
}
func TestNoLan... | 24.573529 | 80 | 0.630162 |
994706dc3f1e9ee372efc9f315d65f6df400f54c | 391 | h | C | 02 Stukturerad programmering C, C plusplus/07_Le_Frog_jumping_to_Rome/07_Le_Frog_jumping_to_Rome_in_Cpp.h | alexanderjxnsson/MMMMUH21 | becb785d01017de3cc41a91be22b7c00fc559f85 | [
"MIT"
] | 4 | 2021-09-30T09:57:01.000Z | 2022-01-07T09:37:35.000Z | 02 Stukturerad programmering C, C plusplus/07_Le_Frog_jumping_to_Rome/07_Le_Frog_jumping_to_Rome_in_Cpp.h | alexanderjxnsson/MMMMUH21 | becb785d01017de3cc41a91be22b7c00fc559f85 | [
"MIT"
] | 2 | 2021-09-30T12:44:44.000Z | 2021-10-06T15:45:12.000Z | 02 Stukturerad programmering C, C plusplus/07_Le_Frog_jumping_to_Rome/07_Le_Frog_jumping_to_Rome_in_Cpp.h | alexanderjxnsson/MMMMUH21 | becb785d01017de3cc41a91be22b7c00fc559f85 | [
"MIT"
] | 11 | 2021-09-15T07:43:01.000Z | 2021-10-06T14:16:45.000Z | //
// 07_Le_Frog_jumping_to_Rome_in_Cpp.h
// 07_Le_Frog_jumping_to_Rome_in_Cpp
//
// Created by Daniel Eftodi on 2021-10-05.
//
#ifndef Le_Frog_jumping_to_Rome_in_Cpp_h
#define Le_Frog_jumping_to_Rome_in_Cpp_h
#include <stdio.h>
#include <iostream>
#endif /* Le_Frog_jumping_to_Rome_in_Cpp_h */
void Le_Frog_jumpi... | 20.578947 | 52 | 0.785166 |
54f1d6c206491ebdce4be8bead5ac6e3f74c7a69 | 376 | swift | Swift | apps/ios/Shared/Views/NewChat/CreateGroupView.swift | graph-chat/protocol | b3f4645011cd0dd97970ad612a0fda3812129d16 | [
"MIT"
] | 2 | 2020-01-23T06:03:47.000Z | 2020-01-23T12:03:27.000Z | apps/ios/Shared/Views/NewChat/CreateGroupView.swift | graph-chat/protocol | b3f4645011cd0dd97970ad612a0fda3812129d16 | [
"MIT"
] | 5 | 2020-01-22T14:03:51.000Z | 2020-01-24T10:48:38.000Z | apps/ios/Shared/Views/NewChat/CreateGroupView.swift | graph-chat/protocol | b3f4645011cd0dd97970ad612a0fda3812129d16 | [
"MIT"
] | 1 | 2020-01-22T10:05:03.000Z | 2020-01-22T10:05:03.000Z | //
// CreateGroupView.swift
// SimpleX
//
// Created by Evgeny Poberezkin on 29/01/2022.
// Copyright © 2022 SimpleX Chat. All rights reserved.
//
import SwiftUI
struct CreateGroupView: View {
var body: some View {
EmptyView()
}
}
struct CreateGroupView_Previews: PreviewProvider {
static var ... | 17.090909 | 55 | 0.664894 |
a16097ae40d34fe1e6000e4d3e46862218e86dca | 1,405 | go | Go | 2020/6/main.go | bobcatfish/adventofcode2016 | 20f781f256f4d649544c1f6e28da0d73e3bbc9e3 | [
"Apache-2.0"
] | null | null | null | 2020/6/main.go | bobcatfish/adventofcode2016 | 20f781f256f4d649544c1f6e28da0d73e3bbc9e3 | [
"Apache-2.0"
] | 3 | 2017-12-02T17:58:41.000Z | 2020-12-11T04:33:02.000Z | 2020/6/main.go | bobcatfish/adventofcode2016 | 20f781f256f4d649544c1f6e28da0d73e3bbc9e3 | [
"Apache-2.0"
] | null | null | null | package main
import (
"fmt"
"io/ioutil"
"log"
"strings"
)
func load() ([][]string, error) {
data, err := ioutil.ReadFile("input.txt")
if err != nil {
return nil, fmt.Errorf("couldn't read file: %v", err)
}
pp := [][]string{}
for _, v := range strings.Split(string(data), "\n\n") {
pp = append(pp, strings... | 16.529412 | 56 | 0.518149 |
7491af7f55936ca2fcdce7cf5588f5ec61c27cac | 2,150 | h | C | source/mixer/factory.h | mexus/medici2 | 8ffadc0f72459e5b59f12460575925e5a578a389 | [
"MIT"
] | null | null | null | source/mixer/factory.h | mexus/medici2 | 8ffadc0f72459e5b59f12460575925e5a578a389 | [
"MIT"
] | null | null | null | source/mixer/factory.h | mexus/medici2 | 8ffadc0f72459e5b59f12460575925e5a578a389 | [
"MIT"
] | null | null | null | #pragma once
#include <memory>
#include "full-capacity-mixer.h"
#include "one-swap-mixer.h"
class MixersFactory {
public:
MixersFactory(size_t deck_size);
MixersFactory(const MixersFactory& other) = delete;
enum MixerType { ONE_SWAP, FULL_CAPACITY };
enum EngineName { RANLUX24_BASE, MINSTD_RAND };
... | 38.392857 | 90 | 0.611628 |
9afe62d3e510972997562b90e28c8163cd433297 | 6,441 | css | CSS | auth/style.css | valuestests/valuestests.github.io | b2735c5a2f02d084577656407bc185655fcf627c | [
"MIT"
] | 5 | 2021-07-12T05:31:24.000Z | 2021-12-19T17:29:38.000Z | auth/style.css | valuestests/valuestests.github.io | b2735c5a2f02d084577656407bc185655fcf627c | [
"MIT"
] | 3 | 2021-09-03T05:24:29.000Z | 2021-12-16T07:33:25.000Z | auth/style.css | valuestests/valuestests.github.io | b2735c5a2f02d084577656407bc185655fcf627c | [
"MIT"
] | 2 | 2021-08-17T11:15:29.000Z | 2022-03-09T12:28:33.000Z | html {
background: linear-gradient(180deg, rgba(14,130,168,1) 0%, rgba(206,125,125,1) 100%);
padding: 0px;
}
body {
width: 80%;
min-height: calc(100vh - 4em);
margin: 0 auto;
padding: 2em;
background-color: rgba(229, 229, 229, 1);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 ... | 20.065421 | 89 | 0.622264 |
b1706ce1c8e0e568eaf3c88c679854c7a08e3612 | 364 | h | C | usr/libexec/corespeechd/BKDeviceDelegate-Protocol.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | 2 | 2021-11-02T09:23:27.000Z | 2022-03-28T08:21:57.000Z | usr/libexec/corespeechd/BKDeviceDelegate-Protocol.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | null | null | null | usr/libexec/corespeechd/BKDeviceDelegate-Protocol.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 "NSObject-Protocol.h"
@class BKDevice, BKMatchEvent;
@protocol BKDeviceDelegate <NSObject>
@optional
- (void)device:(BKDevice *)arg1 mat... | 21.411765 | 120 | 0.722527 |
2fa2e5951a2dab8d546d7c97c603464c49968e01 | 1,877 | asm | Assembly | src/upcore/src/cfenv/msvc/i686/fegetenv.x86.asm | upcaste/upcaste | 8174a2f40e7fde022806f8d1565bb4a415ecb210 | [
"MIT"
] | 1 | 2018-09-17T20:50:14.000Z | 2018-09-17T20:50:14.000Z | src/upcore/src/cfenv/msvc/i686/fegetenv.x86.asm | jwtowner/upcaste | 8174a2f40e7fde022806f8d1565bb4a415ecb210 | [
"MIT"
] | null | null | null | src/upcore/src/cfenv/msvc/i686/fegetenv.x86.asm | jwtowner/upcaste | 8174a2f40e7fde022806f8d1565bb4a415ecb210 | [
"MIT"
] | null | null | null | ;;
;; Upcaste Performance Libraries
;; Copyright (C) 2012-2013 Jesse W. Towner
;;
;; Permission is hereby granted, free of charge, to any person obtaining
;; a copy of this software and associated documentation files (the
;; "Software"), to deal in the Software without restriction, including
;; without limitatio... | 31.283333 | 74 | 0.695791 |
70adac2679061c3253e42a94836a83bce765d64c | 1,486 | go | Go | pkg/storage/marker.go | asecurityteam/vpcflow-digesterd | 7143c659e26b26e88fd04b04e03250b783d5c9ef | [
"Apache-2.0"
] | null | null | null | pkg/storage/marker.go | asecurityteam/vpcflow-digesterd | 7143c659e26b26e88fd04b04e03250b783d5c9ef | [
"Apache-2.0"
] | 6 | 2019-05-17T20:31:27.000Z | 2021-02-01T22:21:42.000Z | pkg/storage/marker.go | asecurityteam/vpcflow-digesterd | 7143c659e26b26e88fd04b04e03250b783d5c9ef | [
"Apache-2.0"
] | null | null | null | package storage
import (
"bytes"
"context"
"sync"
"time"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/s3"
"github.com/aws/aws-sdk-go/service/s3/s3iface"
"github.com/aws/aws-sdk-go/service/s3/s3manager"
"github.com/aws/aws-sdk-go/service/s3/s3manager/s3manageriface"
)
// ProgressMarker ... | 26.535714 | 106 | 0.720054 |
b2ffff75cff848e9cc4d8a6143bf4d9bf43e64d3 | 5,702 | py | Python | sapy_script/SAP.py | fkfouri/sapy_script | 476041288367e2098b955bc2377f442ce503e822 | [
"MIT"
] | 3 | 2018-12-03T15:51:54.000Z | 2020-11-20T01:05:39.000Z | sapy_script/SAP.py | whrocha/sapy_script | 476041288367e2098b955bc2377f442ce503e822 | [
"MIT"
] | null | null | null | sapy_script/SAP.py | whrocha/sapy_script | 476041288367e2098b955bc2377f442ce503e822 | [
"MIT"
] | 3 | 2018-07-28T21:53:32.000Z | 2018-08-22T13:51:17.000Z | from multiprocessing import Pool, Manager
from time import sleep
from wmi import WMI
from win32com.client import GetObject
from subprocess import Popen
from collections import Iterable
from tqdm import tqdm
from os import getpid
from sapy_script.Session import Session
session_process = None
all_processes_id = []
de... | 28.368159 | 113 | 0.573834 |
2a3f30092477313e60d2e749e3ee19fe03ff5b0d | 939 | java | Java | src/main/java/com/lufax/jijin/fundation/schedular/HandleDividendSwitchDispatchJob.java | yuexinok/lufax-jijin | e07aeb3188a2c09e22307670ba86887c9c07a7e2 | [
"Apache-2.0"
] | 1 | 2017-09-18T06:28:23.000Z | 2017-09-18T06:28:23.000Z | src/main/java/com/lufax/jijin/fundation/schedular/HandleDividendSwitchDispatchJob.java | yuexinok/lufax-jijin | e07aeb3188a2c09e22307670ba86887c9c07a7e2 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/lufax/jijin/fundation/schedular/HandleDividendSwitchDispatchJob.java | yuexinok/lufax-jijin | e07aeb3188a2c09e22307670ba86887c9c07a7e2 | [
"Apache-2.0"
] | 12 | 2016-05-04T08:12:26.000Z | 2021-08-03T15:59:57.000Z | /**
*
*/
package com.lufax.jijin.fundation.schedular;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.lufax.jijin.fundation.service.DividendService;
import com.lufax.jijin.fundation.service.domain.Dividend;
/**
* 份额分... | 22.357143 | 92 | 0.774228 |
fb49b944a926d1fbdefdcad3d6ac9a662e304dd1 | 4,372 | kt | Kotlin | src/main/kotlin/gay/floof/hana/core/s3/S3Service.kt | auguwu/API | 3d8aedfa7c39b416036b35e153f2fd75ee2c9736 | [
"MIT"
] | 5 | 2020-08-16T16:59:05.000Z | 2020-12-12T19:33:24.000Z | src/main/kotlin/gay/floof/hana/core/s3/S3Service.kt | auguwu/API | 3d8aedfa7c39b416036b35e153f2fd75ee2c9736 | [
"MIT"
] | null | null | null | src/main/kotlin/gay/floof/hana/core/s3/S3Service.kt | auguwu/API | 3d8aedfa7c39b416036b35e153f2fd75ee2c9736 | [
"MIT"
] | 1 | 2020-11-22T22:15:16.000Z | 2020-11-22T22:15:16.000Z | /*
* 🥀 hana: API to proxy different APIs like GitHub Sponsors, source code for api.floofy.dev
* Copyright (c) 2020-2022 Noel <cutie@floofy.dev>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the... | 37.367521 | 91 | 0.600869 |
997d0edeaa4e7eb60aab63ab083a1872c1952d73 | 7,366 | c | C | molten_util.c | php-cpm/Molten | 40a6565e8ddfdd03b0991dcb3f890f1155b638af | [
"Apache-2.0"
] | 1 | 2019-04-14T15:57:38.000Z | 2019-04-14T15:57:38.000Z | molten_util.c | php-cpm/Molten | 40a6565e8ddfdd03b0991dcb3f890f1155b638af | [
"Apache-2.0"
] | null | null | null | molten_util.c | php-cpm/Molten | 40a6565e8ddfdd03b0991dcb3f890f1155b638af | [
"Apache-2.0"
] | null | null | null | /**
* Copyright 2017 chuan-yun silkcutKs <silkcutbeta@gmail.com>
*
* 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 require... | 31.344681 | 112 | 0.576296 |
6050943983bdc90447cf34b5fc593dcdd13492b5 | 14,290 | html | HTML | src/index.html | proustibat/bowboosh | d1c79f9d94034e2bde14d073a324fbd9ee96afa6 | [
"MIT"
] | null | null | null | src/index.html | proustibat/bowboosh | d1c79f9d94034e2bde14d073a324fbd9ee96afa6 | [
"MIT"
] | null | null | null | src/index.html | proustibat/bowboosh | d1c79f9d94034e2bde14d073a324fbd9ee96afa6 | [
"MIT"
] | null | null | null | <!doctype html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta ch... | 49.618056 | 571 | 0.538978 |
39cadc9f869d393f9f7c02566a5d9a8dcd31bb44 | 3,848 | js | JavaScript | JavaScript/7. inherit/inherit.js | tc9011/Front-end-basics | 58ba9e299416a443b32dddc85e018b434f887894 | [
"MIT"
] | null | null | null | JavaScript/7. inherit/inherit.js | tc9011/Front-end-basics | 58ba9e299416a443b32dddc85e018b434f887894 | [
"MIT"
] | null | null | null | JavaScript/7. inherit/inherit.js | tc9011/Front-end-basics | 58ba9e299416a443b32dddc85e018b434f887894 | [
"MIT"
] | null | null | null | // prototype chain inheritance
function Father() {
this.lastName = 't';
this.isHuman = true;
this.card = {
bank: '',
ID: ''
};
}
var father = new Father();
console.log(father.isHuman); // t
console.log(father.lastName); // true
function Son() {
this.firstName = ... | 21.988571 | 88 | 0.510655 |
404dae929001036bd6fb7eaafdbc8bd64f86a444 | 5,213 | py | Python | pysoftNLP/kashgari/embeddings/word_embedding.py | xiaokai01/pysoftNLP | b1d7dc50a2c5a9d1efbc9ce6f497a768ae173a7f | [
"MIT"
] | 1 | 2021-05-02T10:32:35.000Z | 2021-05-02T10:32:35.000Z | pysoftNLP/kashgari/embeddings/word_embedding.py | xiaokai01/pysoftNLP | b1d7dc50a2c5a9d1efbc9ce6f497a768ae173a7f | [
"MIT"
] | null | null | null | pysoftNLP/kashgari/embeddings/word_embedding.py | xiaokai01/pysoftNLP | b1d7dc50a2c5a9d1efbc9ce6f497a768ae173a7f | [
"MIT"
] | null | null | null | # encoding: utf-8
# author: BrikerMan
# contact: eliyar917@gmail.com
# blog: https://eliyar.biz
# file: w2v_embedding.py
# time: 2019-05-20 17:32
import logging
from typing import Union, Optional, Dict, Any, List, Tuple
import numpy as np
from gensim.models import KeyedVectors
from tensorflow import keras
from pys... | 37.503597 | 119 | 0.567044 |
bcbdeed076feb6d35baafa8510638704f681698f | 1,748 | js | JavaScript | lib/stateTransition/StateTransitionFactory.js | jawid-h/js-dpp | 47ae40331054a80569a4fe50ce7821f9636c2377 | [
"MIT"
] | null | null | null | lib/stateTransition/StateTransitionFactory.js | jawid-h/js-dpp | 47ae40331054a80569a4fe50ce7821f9636c2377 | [
"MIT"
] | null | null | null | lib/stateTransition/StateTransitionFactory.js | jawid-h/js-dpp | 47ae40331054a80569a4fe50ce7821f9636c2377 | [
"MIT"
] | null | null | null | const { decode } = require('../util/serializer');
const InvalidStateTransitionError = require('./errors/InvalidStateTransitionError');
class StateTransitionFactory {
/**
* @param {validateStateTransitionStructure} validateStateTransitionStructure
* @param {createStateTransition} createStateTransition
*/
... | 32.981132 | 91 | 0.745995 |
7004367efc4680d71a5e643113e455031c7f9fbc | 2,753 | kt | Kotlin | katexview/src/main/java/com/judemanutd/katexview/KatexView.kt | kalpgurutech/KaTeXView | a9c13dd52fa18e68efe892f8f9ac46e013963428 | [
"MIT"
] | 39 | 2019-08-27T14:10:19.000Z | 2021-12-19T05:34:55.000Z | katexview/src/main/java/com/judemanutd/katexview/KatexView.kt | kalpgurutech/KaTeXView | a9c13dd52fa18e68efe892f8f9ac46e013963428 | [
"MIT"
] | 7 | 2019-06-05T07:14:55.000Z | 2021-03-13T10:12:51.000Z | katexview/src/main/java/com/judemanutd/katexview/KatexView.kt | kalpgurutech/KaTeXView | a9c13dd52fa18e68efe892f8f9ac46e013963428 | [
"MIT"
] | 9 | 2019-09-06T22:03:05.000Z | 2022-02-28T11:40:33.000Z | package com.judemanutd.katexview
import android.annotation.SuppressLint
import android.content.Context
import android.graphics.Color
import android.util.AttributeSet
import android.webkit.WebSettings
import android.webkit.WebView
import com.x5.template.Chunk
import com.x5.template.Theme
import com.x5.template.provider... | 29.287234 | 109 | 0.64911 |
71bbc6b8880adbe8de9bc0d28c8699814a8e2206 | 171 | ts | TypeScript | ts/appConfig.ts | isabellabeltran/webpack | d38801341643fb489c631538107a615531a3af67 | [
"MIT"
] | null | null | null | ts/appConfig.ts | isabellabeltran/webpack | d38801341643fb489c631538107a615531a3af67 | [
"MIT"
] | null | null | null | ts/appConfig.ts | isabellabeltran/webpack | d38801341643fb489c631538107a615531a3af67 | [
"MIT"
] | null | null | null | const appConfig = require('appConfig');
function print(prop: string) {
console.log(prop);
};
print(appConfig.app.owner);
print(appConfig.app.leadDev.name);
//print(2); | 19 | 39 | 0.719298 |
7b6f5344ad3a8bf06f6a385670c0b017bf2d6f3b | 111,906 | rb | Ruby | lib/intersight_client/api/chassis_api.rb | xlab-si/intersight-sdk-ruby | 45ec426b9d061502166499a755ac119058002972 | [
"Apache-2.0"
] | 3 | 2022-01-06T12:47:34.000Z | 2022-02-09T12:43:42.000Z | lib/intersight_client/api/chassis_api.rb | xlab-si/intersight-sdk-ruby | 45ec426b9d061502166499a755ac119058002972 | [
"Apache-2.0"
] | null | null | null | lib/intersight_client/api/chassis_api.rb | xlab-si/intersight-sdk-ruby | 45ec426b9d061502166499a755ac119058002972 | [
"Apache-2.0"
] | null | null | null | =begin
#Cisco Intersight
#Cisco Intersight is a management platform delivered as a service with embedded analytics for your Cisco and 3rd party IT infrastructure. This platform offers an intelligent level of management that enables IT organizations to analyze, simplify, and automate their environments in more advanced... | 86.347222 | 1,712 | 0.741095 |
37fc6856bfcabca29c5192ab7cc313e4a14ce07e | 5,872 | swift | Swift | VGLabel/Classes/VGLabelComponent.swift | JJson/VGLabel | 4511f8f01189c4ad96f0b9423a15845f49e849d0 | [
"MIT"
] | 1 | 2017-11-15T07:04:54.000Z | 2017-11-15T07:04:54.000Z | VGLabel/Classes/VGLabelComponent.swift | JJson/VGLabel | 4511f8f01189c4ad96f0b9423a15845f49e849d0 | [
"MIT"
] | null | null | null | VGLabel/Classes/VGLabelComponent.swift | JJson/VGLabel | 4511f8f01189c4ad96f0b9423a15845f49e849d0 | [
"MIT"
] | 1 | 2022-03-24T08:38:55.000Z | 2022-03-24T08:38:55.000Z | //
// VGLabelComponent.swift
// VGLabel
//
// Created by Vein on 2017/11/7.
// Copyright © 2017年 Vein. All rights reserved.
//
import Foundation
public class VGLabelComponent: NSObject {
internal var componentIndex: Int = 0
internal var text: String = ""
internal var tagLabel: String?
internal var... | 42.861314 | 171 | 0.535763 |
2a43133622835098f6a187cf395311ebfee6af7d | 9,688 | java | Java | api/src/main/java/com/dedicatedcode/paperspace/feeder/MergingFileEventHandler.java | artri/paperspace | 431913c17cad7610ee5c4803511f2072efd1f147 | [
"MIT"
] | null | null | null | api/src/main/java/com/dedicatedcode/paperspace/feeder/MergingFileEventHandler.java | artri/paperspace | 431913c17cad7610ee5c4803511f2072efd1f147 | [
"MIT"
] | null | null | null | api/src/main/java/com/dedicatedcode/paperspace/feeder/MergingFileEventHandler.java | artri/paperspace | 431913c17cad7610ee5c4803511f2072efd1f147 | [
"MIT"
] | null | null | null | package com.dedicatedcode.paperspace.feeder;
import com.dedicatedcode.paperspace.BinaryService;
import com.dedicatedcode.paperspace.model.Binary;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.V... | 49.682051 | 219 | 0.598988 |
1f895b3af6e03799be96d2fa2a91d395ec3f5e45 | 2,264 | html | HTML | Website/index.html | TheGreymanShow/House.Viz | 86773ebd8ed1802c7f38ace647ca28679b00f8fb | [
"MIT"
] | null | null | null | Website/index.html | TheGreymanShow/House.Viz | 86773ebd8ed1802c7f38ace647ca28679b00f8fb | [
"MIT"
] | null | null | null | Website/index.html | TheGreymanShow/House.Viz | 86773ebd8ed1802c7f38ace647ca28679b00f8fb | [
"MIT"
] | null | null | null |
<html>
<head>
<title>House.Viz</title>
<meta charset="utf-8">
<link type="text/css" href="master.css" rel="stylesheet">
</head>
<body>
<div class="main">
<div class="form">
<form method="POST" action="input.php" id="contact-form" class="form">
<div class="form-group">
<butt... | 26.022989 | 104 | 0.511484 |
18355f95486bbdc741c0b3ce8bc96f896926878f | 1,755 | kt | Kotlin | sample/src/main/kotlin/com.github.dhaval2404.imagepicker/sample/ImageViewerDialog.kt | TheJuki/ImagePicker | ce77785b1c0638b51c288e38fb71af0a810ba984 | [
"Apache-2.0"
] | 1 | 2020-05-29T10:29:11.000Z | 2020-05-29T10:29:11.000Z | sample/src/main/kotlin/com.github.dhaval2404.imagepicker/sample/ImageViewerDialog.kt | TheJuki/ImagePicker | ce77785b1c0638b51c288e38fb71af0a810ba984 | [
"Apache-2.0"
] | null | null | null | sample/src/main/kotlin/com.github.dhaval2404.imagepicker/sample/ImageViewerDialog.kt | TheJuki/ImagePicker | ce77785b1c0638b51c288e38fb71af0a810ba984 | [
"Apache-2.0"
] | null | null | null | package com.github.dhaval2404.imagepicker.sample
import android.os.Bundle
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import androidx.fragment.app.DialogFragment
import com.github.dhaval2404.imagepicker.sample.databinding.DialogImageviewerBinding
/**
* Dialog to View Ima... | 28.306452 | 89 | 0.681481 |
9c72ba81c1d244be548d28b969d8151925b5d376 | 671 | js | JavaScript | src/pages/index.js | djahng/gatsby-grove | 1f25c0d261852d501b29ee92def08c8720123e72 | [
"MIT"
] | null | null | null | src/pages/index.js | djahng/gatsby-grove | 1f25c0d261852d501b29ee92def08c8720123e72 | [
"MIT"
] | null | null | null | src/pages/index.js | djahng/gatsby-grove | 1f25c0d261852d501b29ee92def08c8720123e72 | [
"MIT"
] | null | null | null | import React from 'react';
import NavBar from '../components/NavBar';
import Showcase from '../components/Showcase';
import About from '../components/About';
import Explore from '../components/Explore';
import Quotes from '../components/Quotes';
import ImageCarousel from '../components/ImageCarousel';
import SocialMed... | 23.964286 | 56 | 0.66617 |
f2cbc37b94c15a4b34d5f11c14e4a7235926cef3 | 2,355 | lua | Lua | src/cards/theft.lua | Barocena/unotfm | cf0e59eb08a04818a8bd3d838b04b06378aa6fb6 | [
"MIT"
] | 4 | 2020-07-08T20:04:29.000Z | 2022-02-13T14:19:14.000Z | src/cards/theft.lua | Barocena/unotfm | cf0e59eb08a04818a8bd3d838b04b06378aa6fb6 | [
"MIT"
] | null | null | null | src/cards/theft.lua | Barocena/unotfm | cf0e59eb08a04818a8bd3d838b04b06378aa6fb6 | [
"MIT"
] | 4 | 2021-07-22T05:04:43.000Z | 2022-01-21T20:13:16.000Z | function theft(n)
if ROUND.gameMode.hell and ROUND.accumulated then
ROUND.accumulated = nil
addBlockPoint(ROUND.chair[n].owner)
end
local image = {tfm.exec.addImage(IMG.misc.genericLayer, "!1000", 0, 0, ROUND.chair[n].owner)}
local option = {}
for i, v in pairs(ROUND.chair) do
if (v.mode ~= "DELETED") and i ... | 24.53125 | 94 | 0.638641 |
d692aa522d1060a9e6853168ded8544ca8b7c3ce | 1,852 | swift | Swift | EssentialFeed/EssentialFeediOS/Image Comments UI/Controllers/ImageCommentsViewController.swift | Cronay/ios-lead-essentials-image-comments-challenge | aa6de55854f6b30a0b2c7e4cde423125bf06c5c7 | [
"MIT"
] | null | null | null | EssentialFeed/EssentialFeediOS/Image Comments UI/Controllers/ImageCommentsViewController.swift | Cronay/ios-lead-essentials-image-comments-challenge | aa6de55854f6b30a0b2c7e4cde423125bf06c5c7 | [
"MIT"
] | null | null | null | EssentialFeed/EssentialFeediOS/Image Comments UI/Controllers/ImageCommentsViewController.swift | Cronay/ios-lead-essentials-image-comments-challenge | aa6de55854f6b30a0b2c7e4cde423125bf06c5c7 | [
"MIT"
] | null | null | null | //
// ImageCommentsViewController.swift
// EssentialFeediOS
//
// Created by Cronay on 23.12.20.
// Copyright © 2020 Essential Developer. All rights reserved.
//
import UIKit
import EssentialFeed
public protocol ImageCommentsViewControllerDelegate {
func didRequestCommentsRefresh()
}
public class ImageCommentsV... | 26.457143 | 134 | 0.775918 |
af1f67a32b2743c9829df0bdf04b067e67f42817 | 9,733 | kt | Kotlin | camera/src/main/java/com/atom/camera/core/gl/yuv/ExportSource.kt | yongzheng7/android-camera | 47993799238f2254668f71190d85263be0fdc980 | [
"Apache-2.0"
] | null | null | null | camera/src/main/java/com/atom/camera/core/gl/yuv/ExportSource.kt | yongzheng7/android-camera | 47993799238f2254668f71190d85263be0fdc980 | [
"Apache-2.0"
] | null | null | null | camera/src/main/java/com/atom/camera/core/gl/yuv/ExportSource.kt | yongzheng7/android-camera | 47993799238f2254668f71190d85263be0fdc980 | [
"Apache-2.0"
] | null | null | null | package com.atom.camera.core.gl.yuv
class ExportSource {
companion object{
private val HEAD = """precision highp float;
precision highp int;
varying vec2 vTextureCo;
uniform sampler2D uTexture... | 63.614379 | 125 | 0.307613 |
b88ef74cdbe35a770a4e388c2838c6f702198116 | 6,303 | html | HTML | examples/index.html | wraplr/jquery-textchange | f5d1746e9be20833ac91978164d421c158457388 | [
"MIT"
] | null | null | null | examples/index.html | wraplr/jquery-textchange | f5d1746e9be20833ac91978164d421c158457388 | [
"MIT"
] | null | null | null | examples/index.html | wraplr/jquery-textchange | f5d1746e9be20833ac91978164d421c158457388 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src... | 33 | 210 | 0.486118 |
08089872e926eda7365d8e38503410339162f173 | 18,636 | html | HTML | flask_server/src/templates/step2.html | dnazila/user_study | c4518608384f3cb19f2988d363fff25b62109010 | [
"MIT"
] | null | null | null | flask_server/src/templates/step2.html | dnazila/user_study | c4518608384f3cb19f2988d363fff25b62109010 | [
"MIT"
] | null | null | null | flask_server/src/templates/step2.html | dnazila/user_study | c4518608384f3cb19f2988d363fff25b62109010 | [
"MIT"
] | 1 | 2021-06-09T05:33:03.000Z | 2021-06-09T05:33:03.000Z | {% extends "base_template_steps.html" %}
{% block title %}
Step 2 - Create Maliciously Looking Domains Guided
{% endblock %}
{% block page_specific_stylesheet %}
<link rel="stylesheet" href="{{ url_for('static', filename='/css/step2.css') }}">
{% endblock %}
{% block step_specific_scripts %}
<script src="{{ url_for(... | 57.875776 | 200 | 0.5044 |
58d46fd63dbea4697f718082144c5a52b5782250 | 1,109 | rs | Rust | examples/std/vec/vec.rs | barabadzhi/rust-by-example-ru | b4bd09a49c70ed4b9a3ec881a6a5672ea80444dc | [
"Apache-2.0",
"MIT"
] | 1 | 2020-09-30T04:52:28.000Z | 2020-09-30T04:52:28.000Z | examples/std/vec/vec.rs | barabadzhi/rust-by-example-ru | b4bd09a49c70ed4b9a3ec881a6a5672ea80444dc | [
"Apache-2.0",
"MIT"
] | null | null | null | examples/std/vec/vec.rs | barabadzhi/rust-by-example-ru | b4bd09a49c70ed4b9a3ec881a6a5672ea80444dc | [
"Apache-2.0",
"MIT"
] | null | null | null | fn main() {
// Итераторы можно собрать в вектора
let collected_iterator: Vec<i32> = (0..10).collect();
println!("Собираем (0..10) в: {:?}", collected_iterator);
// Для инициализации вектора можно использовать макрос `vec!`
let mut xs = vec![1i32, 2, 3];
println!("Начальный вектор: {:?}", xs);
... | 34.65625 | 77 | 0.654644 |