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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a1850f76129ad4b561ad32ebdec05829a35bd3e0 | 2,468 | h | C | Assigment1/Game/Source/Player.h | Xavierlm11/Assignment1 | 78e3004c63923ec15883a22c754e1f403fa5c6cd | [
"MIT"
] | 1 | 2021-12-11T22:51:20.000Z | 2021-12-11T22:51:20.000Z | Assigment1/Game/Source/Player.h | Xavierlm11/Assignment1 | 78e3004c63923ec15883a22c754e1f403fa5c6cd | [
"MIT"
] | null | null | null | Assigment1/Game/Source/Player.h | Xavierlm11/Assignment1 | 78e3004c63923ec15883a22c754e1f403fa5c6cd | [
"MIT"
] | null | null | null | #ifndef __PLAYER_H__
#define __PLAYER_H__
#include "Module.h"
#include "Animation.h"
#include "List.h"
#include "App.h"
#include "Point.h"
struct SDL_Texture;
struct SDL_Surface;
struct Collider;
class Player :public Module {
public:
Player();
// Destructor
virtual ~Player();
// Called before render is availa... | 16.453333 | 56 | 0.702188 |
2669877f5a315309818e689d12805de725c283d7 | 141 | java | Java | drools-chance-core/src/main/java/org/drools/chance/factmodel/LinguisticPartition.java | kevinpeterson/drools-chance | 9346eb4c8b6f297f141ddf3c17d0b3adc96407cd | [
"Apache-2.0"
] | 4 | 2017-06-05T13:58:53.000Z | 2020-01-29T13:17:49.000Z | drools-chance-core/src/main/java/org/drools/chance/factmodel/LinguisticPartition.java | kevinpeterson/drools-chance | 9346eb4c8b6f297f141ddf3c17d0b3adc96407cd | [
"Apache-2.0"
] | null | null | null | drools-chance-core/src/main/java/org/drools/chance/factmodel/LinguisticPartition.java | kevinpeterson/drools-chance | 9346eb4c8b6f297f141ddf3c17d0b3adc96407cd | [
"Apache-2.0"
] | 5 | 2017-12-27T02:58:51.000Z | 2021-01-30T22:59:25.000Z | package org.drools.chance.factmodel;
public @interface LinguisticPartition {
Class<? extends Number> value() default Double.class;
}
| 15.666667 | 57 | 0.751773 |
c73cc59f192dfb856a88ad21078ada16365d66f6 | 97 | sql | SQL | Tools/backupdb.sql | DaedalicEntertainment/product-database | b1bc68ed48eebdc57ad62cb47116ded5111fccfe | [
"MIT"
] | 1 | 2020-07-03T17:12:58.000Z | 2020-07-03T17:12:58.000Z | Tools/backupdb.sql | DaedalicEntertainment/product-database | b1bc68ed48eebdc57ad62cb47116ded5111fccfe | [
"MIT"
] | 1 | 2020-07-13T13:18:13.000Z | 2020-07-13T13:18:13.000Z | Tools/backupdb.sql | DaedalicEntertainment/product-database | b1bc68ed48eebdc57ad62cb47116ded5111fccfe | [
"MIT"
] | null | null | null | BACKUP DATABASE DaedalicProductDatabase
TO DISK = N'DaedalicProductDatabase.bak'
WITH FORMAT
GO
| 16.166667 | 40 | 0.845361 |
3ef29f21b6621968e529e73de7b50c69c1a460d3 | 24,035 | h | C | include/native/dxapi/dxapi.h | DeltixInc/TimeBase-Client-Cpp | 92251693e2c3ea8305702407a48f2894d223b63e | [
"Apache-2.0"
] | 1 | 2021-02-26T14:12:25.000Z | 2021-02-26T14:12:25.000Z | include/native/dxapi/dxapi.h | DeltixInc/TimeBase-Client-Cpp | 92251693e2c3ea8305702407a48f2894d223b63e | [
"Apache-2.0"
] | null | null | null | include/native/dxapi/dxapi.h | DeltixInc/TimeBase-Client-Cpp | 92251693e2c3ea8305702407a48f2894d223b63e | [
"Apache-2.0"
] | null | null | null | #pragma once
/*
* Native C++ API prototype
*/
#include "dxcommon.h"
#include "dxconstants.h"
#include "data_reader.h"
#include "data_writer.h"
#include <string>
#include <vector>
#include <memory>
namespace DxApi {
class TickDb;
class SelectionOptions;
class TickStream;
struct MessageHeader;
... | 37.437695 | 178 | 0.639401 |
579b5b9ad40dbab1d110d4e28ef00954707e3e2a | 2,580 | h | C | iOS/10.0.2/PrivateFrameworks/AppPredictionInternal.framework/_ATXAppPredictor.h | onmyway133/Runtime-Headers | e9b80e7ab9103f37ad421ad6b8b58ee06369d21f | [
"MIT"
] | 30 | 2016-10-09T20:13:00.000Z | 2022-01-24T04:14:57.000Z | iOS/10.0.2/PrivateFrameworks/AppPredictionInternal.framework/_ATXAppPredictor.h | onmyway133/Runtime-Headers | e9b80e7ab9103f37ad421ad6b8b58ee06369d21f | [
"MIT"
] | null | null | null | iOS/10.0.2/PrivateFrameworks/AppPredictionInternal.framework/_ATXAppPredictor.h | onmyway133/Runtime-Headers | e9b80e7ab9103f37ad421ad6b8b58ee06369d21f | [
"MIT"
] | 7 | 2017-08-29T14:41:25.000Z | 2022-01-19T17:14:54.000Z | /* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/AppPredictionInternal.framework/AppPredictionInternal
*/
@interface _ATXAppPredictor : NSObject {
NSString * _abGroupIdentifier;
_ATXAppInstallMonitor * _appInstallMonitor;
_ATXAppLaunchLocation * _appLaunchLocation;
_ATXAppLau... | 47.777778 | 165 | 0.783333 |
10e9554beed5dff0cf45a3594de96cac6b1864bb | 649 | sql | SQL | sql/_08_javasp/cases/case_7.sql | Zhaojia2019/cubrid-testcases | 475a828e4d7cf74aaf2611fcf791a6028ddd107d | [
"BSD-3-Clause"
] | 9 | 2016-03-24T09:51:52.000Z | 2022-03-23T10:49:47.000Z | sql/_08_javasp/cases/case_7.sql | Zhaojia2019/cubrid-testcases | 475a828e4d7cf74aaf2611fcf791a6028ddd107d | [
"BSD-3-Clause"
] | 173 | 2016-04-13T01:16:54.000Z | 2022-03-16T07:50:58.000Z | sql/_08_javasp/cases/case_7.sql | Zhaojia2019/cubrid-testcases | 475a828e4d7cf74aaf2611fcf791a6028ddd107d | [
"BSD-3-Clause"
] | 38 | 2016-03-24T17:10:31.000Z | 2021-10-30T22:55:45.000Z | autocommit on;
create procedure test_int7(i number)
as language java name 'SpTest.testInt_1(int) return int';
drop procedure test_int7;
create procedure test_int7(i number)
as language java name 'SpTest.testInt_1(int) ';
drop procedure test_int7;
$integer,$5;
call test_int7(?) ;
$integer,$8;
call test_int7(?) ;... | 17.078947 | 57 | 0.719569 |
3661e66661c7379464f4a53fbcf4e606031e15f0 | 769 | kt | Kotlin | middleware-moshi/src/main/java/com/nytimes/android/external/store3/middleware/moshi/MoshiStringParser.kt | brianPlummer/Core | 823dbcc3e29b49312f9c60641d45df0fe1718756 | [
"Apache-2.0"
] | null | null | null | middleware-moshi/src/main/java/com/nytimes/android/external/store3/middleware/moshi/MoshiStringParser.kt | brianPlummer/Core | 823dbcc3e29b49312f9c60641d45df0fe1718756 | [
"Apache-2.0"
] | null | null | null | middleware-moshi/src/main/java/com/nytimes/android/external/store3/middleware/moshi/MoshiStringParser.kt | brianPlummer/Core | 823dbcc3e29b49312f9c60641d45df0fe1718756 | [
"Apache-2.0"
] | null | null | null | package com.nytimes.android.external.store3.middleware.moshi
import com.nytimes.android.external.store3.base.Parser
import com.nytimes.android.external.store3.util.ParserException
import com.squareup.moshi.JsonAdapter
import com.squareup.moshi.Moshi
import java.io.IOException
import java.lang.reflect.Type
import javax... | 30.76 | 70 | 0.726918 |
e76b7e80581b2b7f187a6b0a472a01498fa85316 | 1,457 | js | JavaScript | src/components/Homepage/ReceptionHours.js | OlaFornal/Alergolog | 9d10a72ae838c4ee4fd43e694e2b283847bf10e2 | [
"RSA-MD"
] | 1 | 2021-04-19T12:51:33.000Z | 2021-04-19T12:51:33.000Z | src/components/Homepage/ReceptionHours.js | OlaFornal/Alergolog | 9d10a72ae838c4ee4fd43e694e2b283847bf10e2 | [
"RSA-MD"
] | null | null | null | src/components/Homepage/ReceptionHours.js | OlaFornal/Alergolog | 9d10a72ae838c4ee4fd43e694e2b283847bf10e2 | [
"RSA-MD"
] | null | null | null | import React from "react"
import styled from "styled-components"
const Content = styled.div`
width: 100%;
height: 100%;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
`
const P2 = styled.p`
font-weight: 600;
font-size: 14px;
margin: 0;
${({ the... | 15.836957 | 55 | 0.65477 |
0bfe299e77f7a6a65ce36d50602a1174df0cfcbe | 84 | js | JavaScript | clean.js | TomSaporito/object-bystring | 2c97457a8c842220caf7c085e25c2b5f978d9c2f | [
"MIT"
] | 2 | 2019-08-10T15:16:39.000Z | 2020-11-25T17:36:19.000Z | clean.js | TomSaporito/object-bystring | 2c97457a8c842220caf7c085e25c2b5f978d9c2f | [
"MIT"
] | 8 | 2019-08-10T15:21:44.000Z | 2019-12-09T16:39:01.000Z | clean.js | tamb/object-bystring | 2c97457a8c842220caf7c085e25c2b5f978d9c2f | [
"MIT"
] | null | null | null | const rimraf = require("rimraf");
rimraf.sync("dist");
console.log("removed dist");
| 21 | 33 | 0.702381 |
388c44bd0f6dbddc4fab978c364d202f24fd9fb9 | 666 | c | C | src/map/load/load_file_in_mem.c | Nilexplr/my_world | 536dfde00bc624fc4826de985c555ad8b30b7d2a | [
"MIT"
] | 3 | 2020-03-08T01:22:50.000Z | 2020-05-01T09:03:58.000Z | src/map/load/load_file_in_mem.c | Nilexplr/my_world | 536dfde00bc624fc4826de985c555ad8b30b7d2a | [
"MIT"
] | null | null | null | src/map/load/load_file_in_mem.c | Nilexplr/my_world | 536dfde00bc624fc4826de985c555ad8b30b7d2a | [
"MIT"
] | null | null | null | /*
** EPITECH PROJECT, 2018
** create_map_from_file.c
** File description:
** julien.ollivier@epitech.eu
*/
#include "file.h"
#include "lib.h"
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
#include <unistd.h>
file_t *load_file_in_mem(char const *path)
{
int fd = open(path, O_RDONLY);
void *first;
... | 17.526316 | 50 | 0.654655 |
5fa831a0f12aecc32331073ebca12d94635f2ad7 | 360 | css | CSS | src/app/visionneuseihm/visionneuse-genihm.component.css | Samhot/GenIHM | ebfcf55350ed1da9e42d6aeed42486dc893dbd36 | [
"MIT"
] | 30 | 2017-03-24T00:09:09.000Z | 2021-05-25T13:01:47.000Z | ADF_2.0.0/search-customisation-example/src/app/search/search-demo.component.css | AlfrescoArchive/adf-examples | dc558ba793f21815c496813481a8bab492358ba5 | [
"Apache-2.0"
] | 22 | 2022-03-01T23:50:02.000Z | 2022-03-02T10:27:53.000Z | src/app/visionneuseihm/visionneuse-genihm.component.css | Samhot/GenIHM | ebfcf55350ed1da9e42d6aeed42486dc893dbd36 | [
"MIT"
] | 32 | 2017-04-19T10:57:45.000Z | 2022-01-10T17:57:26.000Z | .example-card {
width: 200px;
flex: 0 20%;
margin: 15px;
}
.example-card-search-container {
display: flex;
flex-wrap: wrap;
}
.example-header-image {
background-image: url('../../assets/cowProfile.jpg');
background-size: cover;
margin-bottom: 15px;
}
.example-search-input {
width: 100px;
bord... | 15.652174 | 55 | 0.647222 |
40ba27671bf23f57885ecb66992b00ad4de3fc3e | 746 | html | HTML | site-exemplo/index.html | Victorgms/Ola-Mundo | e647bab0a616021e49df67143061aded410fd658 | [
"MIT"
] | null | null | null | site-exemplo/index.html | Victorgms/Ola-Mundo | e647bab0a616021e49df67143061aded410fd658 | [
"MIT"
] | null | null | null | site-exemplo/index.html | Victorgms/Ola-Mundo | e647bab0a616021e49df67143061aded410fd658 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meu primeiro site em repositório</title>
</head>
<body>
<h1>Hello, World!</h1>
<hr>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Mag... | 37.3 | 74 | 0.711796 |
18eac5b1ed130dddf33b4a9d137f3f62635be477 | 1,593 | rb | Ruby | test/cases/aggregator_test.rb | kaspth/activemodel-aggregator | 6ba7142332c5f5e269538f8a3aeaa4b86b3da512 | [
"MIT"
] | 8 | 2015-06-17T10:07:31.000Z | 2020-05-24T17:58:59.000Z | test/cases/aggregator_test.rb | kaspth/activemodel-aggregator | 6ba7142332c5f5e269538f8a3aeaa4b86b3da512 | [
"MIT"
] | null | null | null | test/cases/aggregator_test.rb | kaspth/activemodel-aggregator | 6ba7142332c5f5e269538f8a3aeaa4b86b3da512 | [
"MIT"
] | null | null | null | require 'helper'
class AggregatorTest < ActiveSupport::TestCase
setup do
@attrs = { person_name: 'Timm', email_address: 'test@example.com' }
@profile = Profile.new(@attrs)
end
test "reader returns default object" do
assert @profile.person
end
test "reader returns same object" do
assert_equa... | 23.086957 | 78 | 0.702448 |
188d201b1c8789f8f6a8468280d3b283f33b0328 | 35 | css | CSS | web/app/themes/bbf/custom-editor-style.css | jminguely/bbf | 27139569208e6281cddf171eaeff188da778de41 | [
"MIT"
] | null | null | null | web/app/themes/bbf/custom-editor-style.css | jminguely/bbf | 27139569208e6281cddf171eaeff188da778de41 | [
"MIT"
] | null | null | null | web/app/themes/bbf/custom-editor-style.css | jminguely/bbf | 27139569208e6281cddf171eaeff188da778de41 | [
"MIT"
] | null | null | null | .half-opacity {
opacity: 0.65;
}
| 8.75 | 16 | 0.6 |
f9a3ba47431ab6d7afef40138c08ebd9353d1ecf | 3,991 | go | Go | storage_drivers/ontap/api/azgo/api-lun-move.go | TimCook1/trident | 75ef09cd3c5fc2ea71f9f2930ea2e696d7b015fa | [
"Apache-2.0"
] | 579 | 2016-12-21T23:06:39.000Z | 2022-03-30T12:53:22.000Z | storage_drivers/ontap/api/azgo/api-lun-move.go | TimCook1/trident | 75ef09cd3c5fc2ea71f9f2930ea2e696d7b015fa | [
"Apache-2.0"
] | 693 | 2017-01-05T19:50:08.000Z | 2022-03-29T21:46:15.000Z | storage_drivers/ontap/api/azgo/api-lun-move.go | TimCook1/trident | 75ef09cd3c5fc2ea71f9f2930ea2e696d7b015fa | [
"Apache-2.0"
] | 201 | 2017-01-02T13:30:00.000Z | 2022-03-30T10:33:52.000Z | package azgo
import (
"encoding/xml"
"reflect"
log "github.com/sirupsen/logrus"
)
// LunMoveRequest is a structure to represent a lun-move Request ZAPI object
type LunMoveRequest struct {
XMLName xml.Name `xml:"lun-move"`
NewPathPtr *string `xml:"new-path"`
PathPtr *string `xml:"path"`
}
// LunMoveRes... | 30.937984 | 128 | 0.731897 |
2a2385b2f304420aa98d2bb1da6c7c2d0ec71883 | 2,102 | java | Java | mall-sms/src/main/java/com/macro/mall/service/impl/SmsTengxunMegServiceImpl.java | bingglewang/shopping-mall | 24aa1110aa896edd5aae4c0e7a11dfe99eaf1205 | [
"Apache-2.0"
] | null | null | null | mall-sms/src/main/java/com/macro/mall/service/impl/SmsTengxunMegServiceImpl.java | bingglewang/shopping-mall | 24aa1110aa896edd5aae4c0e7a11dfe99eaf1205 | [
"Apache-2.0"
] | null | null | null | mall-sms/src/main/java/com/macro/mall/service/impl/SmsTengxunMegServiceImpl.java | bingglewang/shopping-mall | 24aa1110aa896edd5aae4c0e7a11dfe99eaf1205 | [
"Apache-2.0"
] | 1 | 2019-05-13T08:07:44.000Z | 2019-05-13T08:07:44.000Z | package com.macro.mall.service.impl;
import com.github.qcloudsms.SmsSingleSender;
import com.github.qcloudsms.SmsSingleSenderResult;
import com.macro.mall.common.api.CommonResult;
import com.macro.mall.config.SMSConfig;
import com.macro.mall.dto.SmsCodeProperties;
import com.macro.mall.service.RedisService;
import com... | 35.033333 | 120 | 0.650333 |
81659c5ce1989be98fa86cab57b99c94ebfe8fbe | 387 | go | Go | util/rand.go | chent1024/cgo | 0a73ff0ae6de200ca4ecc5bc62fb9c3ab8041d74 | [
"MIT"
] | null | null | null | util/rand.go | chent1024/cgo | 0a73ff0ae6de200ca4ecc5bc62fb9c3ab8041d74 | [
"MIT"
] | null | null | null | util/rand.go | chent1024/cgo | 0a73ff0ae6de200ca4ecc5bc62fb9c3ab8041d74 | [
"MIT"
] | null | null | null | package util
import (
"math/rand"
"time"
)
// 随机一个区间整数
func RandInt(min, max int) int {
if min > max {
return 0
}
rand.Seed(time.Now().UnixNano())
return rand.Intn(max-min) + min
}
// 随机一个定长数组
func RandIntSlice(max, length int) []int {
if length > max {
return nil
}
var rs []int
rand.Seed(time.Now().... | 12.9 | 42 | 0.630491 |
167ad3f9c67161e55a2db080566c3c46aa9ca046 | 1,741 | h | C | EZAudioExamples/iOS/EZAudioCoreGraphicsWaveformExample/EZAudioCoreGraphicsWaveformExample/CoreGraphicsWaveformViewController.h | 1self/noise | 1748695d18f0294b20f5e142c7f3369adede8ed8 | [
"MIT"
] | 2 | 2016-01-13T23:08:03.000Z | 2018-05-09T08:57:24.000Z | EZAudioExamples/iOS/EZAudioCoreGraphicsWaveformExample/EZAudioCoreGraphicsWaveformExample/CoreGraphicsWaveformViewController.h | 1self/noise | 1748695d18f0294b20f5e142c7f3369adede8ed8 | [
"MIT"
] | null | null | null | EZAudioExamples/iOS/EZAudioCoreGraphicsWaveformExample/EZAudioCoreGraphicsWaveformExample/CoreGraphicsWaveformViewController.h | 1self/noise | 1748695d18f0294b20f5e142c7f3369adede8ed8 | [
"MIT"
] | null | null | null | //
// CoreGraphicsWaveformViewController.h
// Noise
//
// Created by Syed Haris Ali on 12/15/13.
// Copyright (c) 2013 Syed Haris Ali. All rights reserved.
//
#import <UIKit/UIKit.h>
// Import EZAudio header
#import "EZAudio.h"
/**
We will allow this view controller to act as an EZMicrophoneDelegate. This is h... | 32.240741 | 215 | 0.764503 |
47e64c480bde39dda7a05e6d299c705b1cae2105 | 74 | css | CSS | ionyweb/plugin_app/plugin_website_title/static/css/plugin_website_title.css | makinacorpus/ionyweb | 2f18e3dc1fdc86c7e19bae3778e67e28a37567be | [
"BSD-3-Clause"
] | 4 | 2015-09-28T10:07:39.000Z | 2019-10-18T20:14:07.000Z | ionyweb/plugin_app/plugin_website_title/static/css/plugin_website_title.css | makinacorpus/ionyweb | 2f18e3dc1fdc86c7e19bae3778e67e28a37567be | [
"BSD-3-Clause"
] | 1 | 2021-03-19T21:41:33.000Z | 2021-03-19T21:41:33.000Z | ionyweb/plugin_app/plugin_website_title/static/css/plugin_website_title.css | makinacorpus/ionyweb | 2f18e3dc1fdc86c7e19bae3778e67e28a37567be | [
"BSD-3-Clause"
] | 1 | 2017-10-12T09:25:19.000Z | 2017-10-12T09:25:19.000Z | div.iw-plugin-website-title h1 a{ color: inherit; text-decoration: none; } | 74 | 74 | 0.756757 |
39ebebf0db8b7d139ed359ade090fe19474effdd | 2,114 | java | Java | spring-cloud-gcp-data-datastore/src/main/java/org/springframework/cloud/gcp/data/datastore/core/mapping/DatastorePersistentProperty.java | rgregg/spring-cloud-gcp | 7990f0287f48abede4b51ffa5bbdaea02160e747 | [
"Apache-2.0"
] | null | null | null | spring-cloud-gcp-data-datastore/src/main/java/org/springframework/cloud/gcp/data/datastore/core/mapping/DatastorePersistentProperty.java | rgregg/spring-cloud-gcp | 7990f0287f48abede4b51ffa5bbdaea02160e747 | [
"Apache-2.0"
] | null | null | null | spring-cloud-gcp-data-datastore/src/main/java/org/springframework/cloud/gcp/data/datastore/core/mapping/DatastorePersistentProperty.java | rgregg/spring-cloud-gcp | 7990f0287f48abede4b51ffa5bbdaea02160e747 | [
"Apache-2.0"
] | 1 | 2021-09-05T10:02:39.000Z | 2021-09-05T10:02:39.000Z | /*
* Copyright 2018 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/licenses/LICENSE-2.0
*
* Unless required by appli... | 29.774648 | 85 | 0.722327 |
6195865dc3a2619efb597a7c84b9c1e7f361fdaf | 2,079 | css | CSS | style/navbar.css | henatan99/the-next-web-responsive-page-clone | 0e973cb6cadb266848e1e682d05033dccdaf9ac0 | [
"MIT"
] | 4 | 2020-10-14T10:18:48.000Z | 2021-02-09T13:52:46.000Z | style/navbar.css | henatan99/the-next-web-responsive-page-clone | 0e973cb6cadb266848e1e682d05033dccdaf9ac0 | [
"MIT"
] | 1 | 2020-10-13T07:33:57.000Z | 2020-10-13T07:33:57.000Z | style/navbar.css | henatan99/the-next-web-responsive-page-clone | 0e973cb6cadb266848e1e682d05033dccdaf9ac0 | [
"MIT"
] | null | null | null | .header {
background: #131313;
width: 100%;
max-width: 100%;
position: relative;
color: rgb(103, 103, 103);
}
.tnw-img {
height: 100%;
width: 100px;
position: absolute;
left: 0;
top: 0;
background: black;
padding: 1rem;
}
.nav-wrapper {
height: auto;
width: auto;
display: flex;
flex-di... | 13.588235 | 45 | 0.577201 |
0e7bf949ac82c5ad8aff673e1a5900e52b912d39 | 2,387 | html | HTML | Office-ProPlus-Deployment/Microsoft.ProPlus.InstallGenerator/InstallGenWPF/HelpFiles/LanguageInfo.html | cvvamsi/Office-IT-Pro-Deployment-Scripts | e0283abbde0f5d322403acc4868c3d3c57b50c8e | [
"MIT"
] | 6 | 2021-08-05T09:13:37.000Z | 2021-11-02T04:54:32.000Z | Office-ProPlus-Deployment/Microsoft.ProPlus.InstallGenerator/InstallGenWPF/HelpFiles/LanguageInfo.html | golfkinguk/Office-IT-Pro-Deployment-Scripts | e0283abbde0f5d322403acc4868c3d3c57b50c8e | [
"MIT"
] | null | null | null | Office-ProPlus-Deployment/Microsoft.ProPlus.InstallGenerator/InstallGenWPF/HelpFiles/LanguageInfo.html | golfkinguk/Office-IT-Pro-Deployment-Scripts | e0283abbde0f5d322403acc4868c3d3c57b50c8e | [
"MIT"
] | 1 | 2020-07-07T16:30:38.000Z | 2020-07-07T16:30:38.000Z | <!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title></title>
<!--<link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/1.0.1/fabric.min.css">
<link rel="stylesheet" href="https://appsforoffice.mic... | 62.815789 | 291 | 0.578969 |
61d64f975854197050fb3f9750f6e8b8caf047f9 | 1,338 | css | CSS | blog/static/style_files/css/explore.css | Abdelrahman-Security159/DjangoBlog | 08f1cc8e79a9be246c8f93641a3b4450330c5cf4 | [
"MIT"
] | null | null | null | blog/static/style_files/css/explore.css | Abdelrahman-Security159/DjangoBlog | 08f1cc8e79a9be246c8f93641a3b4450330c5cf4 | [
"MIT"
] | null | null | null | blog/static/style_files/css/explore.css | Abdelrahman-Security159/DjangoBlog | 08f1cc8e79a9be246c8f93641a3b4450330c5cf4 | [
"MIT"
] | null | null | null | body {
background-color: #302929;
}
h3 {
font-family: 'Courier New', Courier, monospace;
color: crimson;
margin-top: 15px;
}
h3 a {
color: #000000;
}
h3 a:hover{
color: #000000;
text-decoration: none;
border-style: groove;
border-left: 1px;
border-right: 1px... | 16.936709 | 52 | 0.565022 |
58d93f64708e48e9ead5d81d0f8c151ce0ed3e5d | 322 | kt | Kotlin | app/src/main/java/com/tyler/app/kotlinkaiyan/mvp/model/bean/CategoryBean.kt | TylerWang1110/kotlin-kaiyan | 7945cdfbaeff8b67cf3a1123cd663a18c419168c | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/tyler/app/kotlinkaiyan/mvp/model/bean/CategoryBean.kt | TylerWang1110/kotlin-kaiyan | 7945cdfbaeff8b67cf3a1123cd663a18c419168c | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/tyler/app/kotlinkaiyan/mvp/model/bean/CategoryBean.kt | TylerWang1110/kotlin-kaiyan | 7945cdfbaeff8b67cf3a1123cd663a18c419168c | [
"Apache-2.0"
] | null | null | null | package com.tyler.app.kotlinkaiyan.mvp.model.bean
/**
* @创建者 Tyler Wang.
* @创建时间 2019/7/11 16:45.
* @描述 ${分类}.
*/
data class CategoryBean(
var bgPicture: String,
var defaultAuthorId: Int,
var description: String,
var headerImage: String,
var id: Int,
var name: String,
var tagId: Int... | 20.125 | 49 | 0.636646 |
6b704c2f15fa9d9784c0129bad0d9ef2ad7d193b | 404 | h | C | MotorwayScene/MotorwayScene/Src/Core/AppCore.h | BKhalil85/MotorwayScene | 112e7c5dc5726b90179c34423d3f6f32c75a722f | [
"Apache-2.0"
] | 1 | 2021-08-23T19:35:32.000Z | 2021-08-23T19:35:32.000Z | MotorwayScene/MotorwayScene/Src/Core/AppCore.h | BAKA7K/MotorwayScene | 112e7c5dc5726b90179c34423d3f6f32c75a722f | [
"Apache-2.0"
] | null | null | null | MotorwayScene/MotorwayScene/Src/Core/AppCore.h | BAKA7K/MotorwayScene | 112e7c5dc5726b90179c34423d3f6f32c75a722f | [
"Apache-2.0"
] | null | null | null | #pragma once
#include "Core/WindowFrame.h"
#include "Scripts/Player.h"
#include "Scripts/WorldScene.h"
#include <memory>
class AppCore
{
private:
const std::shared_ptr<WindowFrame> m_window;
// Scripts
Player m_playerUser;
WorldScene m_worldScene;
private:
void SetupScripts();
void MainLoop();
void UpdateTic... | 16.16 | 45 | 0.737624 |
a5480356055643a94aefea8fa419f5536a1cdfc1 | 244 | swift | Swift | DeclarativeUI/Classes/UI/UIViewControllerConvertible.swift | Holistic-Apps-LTDA/DeclarativeUI | 70dc37430b1c00e7888ffc09d095317296d69969 | [
"MIT"
] | 1 | 2022-03-21T15:42:23.000Z | 2022-03-21T15:42:23.000Z | DeclarativeUI/Classes/UI/UIViewControllerConvertible.swift | Holistic-Apps-LTDA/DeclarativeUI | 70dc37430b1c00e7888ffc09d095317296d69969 | [
"MIT"
] | null | null | null | DeclarativeUI/Classes/UI/UIViewControllerConvertible.swift | Holistic-Apps-LTDA/DeclarativeUI | 70dc37430b1c00e7888ffc09d095317296d69969 | [
"MIT"
] | null | null | null | import UIKit
public protocol UIViewControllerConvertible: AnyObject {
var uiViewController: UIViewController { get }
}
extension UIViewController: UIViewControllerConvertible {
public var uiViewController: UIViewController { self }
}
| 24.4 | 58 | 0.803279 |
2ce771b8fa1ec4c64995a76409d36d33a3d6057b | 3,069 | kt | Kotlin | app/src/main/java/com/example/cattlelog/herd_member_details/health_tab/HealthFragment.kt | Camoen/CattleLog | 6834da0f6e2b0f927523414e22bafb2a8fd30ada | [
"MIT"
] | null | null | null | app/src/main/java/com/example/cattlelog/herd_member_details/health_tab/HealthFragment.kt | Camoen/CattleLog | 6834da0f6e2b0f927523414e22bafb2a8fd30ada | [
"MIT"
] | 20 | 2019-09-10T22:45:11.000Z | 2019-11-26T23:30:33.000Z | app/src/main/java/com/example/cattlelog/herd_member_details/health_tab/HealthFragment.kt | Camoen/CattleLog | 6834da0f6e2b0f927523414e22bafb2a8fd30ada | [
"MIT"
] | 4 | 2019-11-08T01:55:30.000Z | 2020-10-05T08:54:08.000Z | package com.example.cattlelog.herd_member_details.health_tab
import android.graphics.drawable.Drawable
import android.os.Bundle
import androidx.fragment.app.Fragment
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import androidx.core.content.ContextCompat
import androidx.lif... | 35.686047 | 117 | 0.746497 |
56e1f0a4db243703581b79fda90aa9e582c82290 | 1,225 | ts | TypeScript | Frontend/src/app/app.module.ts | MasterRadule/sciXiv | 62f1fde327b36359d03d720a271904c8acc40bd3 | [
"MIT"
] | null | null | null | Frontend/src/app/app.module.ts | MasterRadule/sciXiv | 62f1fde327b36359d03d720a271904c8acc40bd3 | [
"MIT"
] | null | null | null | Frontend/src/app/app.module.ts | MasterRadule/sciXiv | 62f1fde327b36359d03d720a271904c8acc40bd3 | [
"MIT"
] | null | null | null | import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { ToolbarModule } from './... | 29.166667 | 79 | 0.717551 |
0e4d5d9b18137343ed8e13e69e836813a0702eeb | 69,324 | html | HTML | jbox2d-serialization/target/apidocs/org/box2d/proto/class-use/Box2D.PbJoint.Builder.html | amrrus/SpaceBattle-physicsServer | 4e2f9e1aa549fd2f8011bb67cc8fe679f1bbf0da | [
"BSD-2-Clause"
] | null | null | null | jbox2d-serialization/target/apidocs/org/box2d/proto/class-use/Box2D.PbJoint.Builder.html | amrrus/SpaceBattle-physicsServer | 4e2f9e1aa549fd2f8011bb67cc8fe679f1bbf0da | [
"BSD-2-Clause"
] | null | null | null | jbox2d-serialization/target/apidocs/org/box2d/proto/class-use/Box2D.PbJoint.Builder.html | amrrus/SpaceBattle-physicsServer | 4e2f9e1aa549fd2f8011bb67cc8fe679f1bbf0da | [
"BSD-2-Clause"
] | null | null | null | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Tue Feb 19 02:33:44 EST 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.box2d.proto.Box... | 64.07024 | 479 | 0.66068 |
b96afdfa5f69002323e9824c8b6f7ba4b4518419 | 276 | h | C | CIE ID/CIE ID-Bridging-Header.h | bitpdg/cie-middleware-macos | 52a5f7883ddbf485686f285ce32c6e0f5d0e1c9a | [
"BSD-3-Clause"
] | null | null | null | CIE ID/CIE ID-Bridging-Header.h | bitpdg/cie-middleware-macos | 52a5f7883ddbf485686f285ce32c6e0f5d0e1c9a | [
"BSD-3-Clause"
] | null | null | null | CIE ID/CIE ID-Bridging-Header.h | bitpdg/cie-middleware-macos | 52a5f7883ddbf485686f285ce32c6e0f5d0e1c9a | [
"BSD-3-Clause"
] | null | null | null | //
// CIEID-Bridging-Header.h
// CIE ID
//
// Created by Pierluigi De Gregorio on 10/02/21.
// Copyright © 2021 IPZS. All rights reserved.
//
#ifndef CIEID_Bridging_Header_h
#define CIEID_Bridging_Header_h
#import "ChangeView.h"
#endif /* CIEID_Bridging_Header_h */
| 15.333333 | 49 | 0.717391 |
0cb24ca44f49e7024594f31e5eea8a2d6ed7620b | 1,437 | py | Python | Source Files/auth.py | clever-username/baseball-card-inventory | 9940ba746072892961b7ade586e63f7deb26d2e6 | [
"MIT"
] | 1 | 2021-05-18T21:32:43.000Z | 2021-05-18T21:32:43.000Z | Source Files/auth.py | clever-username/baseball-card-inventory | 9940ba746072892961b7ade586e63f7deb26d2e6 | [
"MIT"
] | null | null | null | Source Files/auth.py | clever-username/baseball-card-inventory | 9940ba746072892961b7ade586e63f7deb26d2e6 | [
"MIT"
] | 2 | 2015-05-18T14:52:01.000Z | 2015-05-19T18:21:51.000Z | #!/usr/bin/env python
# -*- coding: utf-8 -*-
"""This program prompts for a password."""
import authentication
import getpass
def login(username, maxattempts=3):
"""This function takes input from a user and checks the password.
Arg:
username(str): String input from user.
maxattempts... | 31.933333 | 78 | 0.592206 |
7f524f0cf9faf7da9c9e9b262a829076a3c47107 | 6,025 | kt | Kotlin | app/src/main/java/com/piyushjagtap/classifyme/fragment/ImageInfoFragment.kt | PiyushJagtap/ClassifyMe | a62860ff30d21a4c9c45333e368df896f10368f2 | [
"MIT"
] | null | null | null | app/src/main/java/com/piyushjagtap/classifyme/fragment/ImageInfoFragment.kt | PiyushJagtap/ClassifyMe | a62860ff30d21a4c9c45333e368df896f10368f2 | [
"MIT"
] | null | null | null | app/src/main/java/com/piyushjagtap/classifyme/fragment/ImageInfoFragment.kt | PiyushJagtap/ClassifyMe | a62860ff30d21a4c9c45333e368df896f10368f2 | [
"MIT"
] | null | null | null | package com.piyushjagtap.classifyme.fragment
import android.os.AsyncTask
import android.os.Bundle
import android.util.Log
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import androidx.fragment.app.Fragment
import androidx.recyclerview.widget.LinearLayoutManager
import com.pi... | 44.62963 | 152 | 0.542739 |
646c9624f92f53378e5a6dd3e766afd2a23c79eb | 1,420 | rs | Rust | catalog/src/schema.rs | mephistopheles-8/basicweb-rust-experiments | 43e051e1f4a6f732ebf70b555922543447e1e3c4 | [
"MIT"
] | null | null | null | catalog/src/schema.rs | mephistopheles-8/basicweb-rust-experiments | 43e051e1f4a6f732ebf70b555922543447e1e3c4 | [
"MIT"
] | null | null | null | catalog/src/schema.rs | mephistopheles-8/basicweb-rust-experiments | 43e051e1f4a6f732ebf70b555922543447e1e3c4 | [
"MIT"
] | 1 | 2021-05-07T01:34:08.000Z | 2021-05-07T01:34:08.000Z | table! {
catalogs (id) {
id -> Integer,
name -> Text,
description -> Nullable<Text>,
kind -> Integer,
status -> Integer,
uuid -> Binary,
created -> Timestamp,
updated -> Timestamp,
}
}
table! {
products (id) {
id -> Integer,
ca... | 22.903226 | 46 | 0.525352 |
388d5aabded43da1f8f79dad22cba34f39603f0e | 1,751 | h | C | title/bootloader/source/card.h | rootyElf/TWiLightMenu | 9637eca43d0963123eceef56359de18b83d6fb70 | [
"MIT"
] | 2 | 2019-05-09T01:44:15.000Z | 2021-01-26T16:08:15.000Z | title/bootloader/source/card.h | rootyElf/TWiLightMenu | 9637eca43d0963123eceef56359de18b83d6fb70 | [
"MIT"
] | null | null | null | title/bootloader/source/card.h | rootyElf/TWiLightMenu | 9637eca43d0963123eceef56359de18b83d6fb70 | [
"MIT"
] | 1 | 2019-12-25T23:23:09.000Z | 2019-12-25T23:23:09.000Z | /*-----------------------------------------------------------------
Copyright (C) 2005 Michael "Chishm" Chisholm
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; either version 2
of the License... | 33.037736 | 121 | 0.698458 |
8119b6dabf69ed5db4f9418caeadc76b84df5e43 | 587 | go | Go | server/server_type.go | potato47/nhwc-server | 411b84e4023e498c50c80d24a7f19896a2da6278 | [
"MIT"
] | 30 | 2018-06-08T07:21:27.000Z | 2022-03-31T10:09:17.000Z | server/server_type.go | potato47/nhwc-server | 411b84e4023e498c50c80d24a7f19896a2da6278 | [
"MIT"
] | 1 | 2020-01-06T03:36:20.000Z | 2020-01-06T03:36:20.000Z | server/server_type.go | potato47/nhwc-server | 411b84e4023e498c50c80d24a7f19896a2da6278 | [
"MIT"
] | 20 | 2018-08-11T05:50:46.000Z | 2022-03-07T07:30:06.000Z | package server
import "golang.org/x/net/websocket"
type (
Client struct {
Cid int
Uid string
Conn *websocket.Conn
}
Token struct {
Token string `json:"token"`
}
WsMessage struct {
Name string `json:"name"`
Value interface{} `json:"value"`
}
Response struct {
Data interface{} `json:"data"`
E... | 18.34375 | 43 | 0.654174 |
f058cebcd7be0c095e91691ed0127b29056028d4 | 1,320 | js | JavaScript | src/compositions/bcl-user-listing/user-listing.story.js | claudiu-cristea/bootstrap-component-library | 87ec400b5a5e5243ec140da1ff2f992dd88e2af9 | [
"MIT"
] | null | null | null | src/compositions/bcl-user-listing/user-listing.story.js | claudiu-cristea/bootstrap-component-library | 87ec400b5a5e5243ec140da1ff2f992dd88e2af9 | [
"MIT"
] | null | null | null | src/compositions/bcl-user-listing/user-listing.story.js | claudiu-cristea/bootstrap-component-library | 87ec400b5a5e5243ec140da1ff2f992dd88e2af9 | [
"MIT"
] | null | null | null | import demoData from "@openeuropa/bcl-user-listing/dataUserListing.js";
import headerData from "@openeuropa/bcl-data-header/data.js";
import userListing from "@openeuropa/bcl-user-listing/user-listing.html.twig";
import defaultSprite from "@openeuropa/bcl-bootstrap/bootstrap-icons.svg";
demoData.data.header = headerDa... | 26.938776 | 99 | 0.643939 |
9b661f733b3765c6202d19881bffc4071b8851eb | 148 | lua | Lua | Interface/AddOns/LittleWigs/WotLK/TheOculus/Options/Sounds.lua | ChinarG/Game-Wow-Plugins-Setting | e3fd3ddec1387c1f971dc195fec4fd9045d3105d | [
"Apache-2.0"
] | null | null | null | Interface/AddOns/LittleWigs/WotLK/TheOculus/Options/Sounds.lua | ChinarG/Game-Wow-Plugins-Setting | e3fd3ddec1387c1f971dc195fec4fd9045d3105d | [
"Apache-2.0"
] | null | null | null | Interface/AddOns/LittleWigs/WotLK/TheOculus/Options/Sounds.lua | ChinarG/Game-Wow-Plugins-Setting | e3fd3ddec1387c1f971dc195fec4fd9045d3105d | [
"Apache-2.0"
] | null | null | null |
BigWigs:AddSounds("Varos Cloudstrider", {
[51021] = "Alert",
})
BigWigs:AddSounds("Mage-Lord Urom", {
[51103] = "Alert",
[51121] = "Alert",
})
| 14.8 | 41 | 0.614865 |
bcda0ca5cb286ec8a4d0af50ad8044e9a7229a18 | 654 | js | JavaScript | node_modules/mdi-material-ui/MonitorClean.js | wh00sh/Tanda-DAPP | c8b21ca87dfa5e88ea6e975311e15e9009c48f75 | [
"Apache-2.0"
] | null | null | null | node_modules/mdi-material-ui/MonitorClean.js | wh00sh/Tanda-DAPP | c8b21ca87dfa5e88ea6e975311e15e9009c48f75 | [
"Apache-2.0"
] | null | null | null | node_modules/mdi-material-ui/MonitorClean.js | wh00sh/Tanda-DAPP | c8b21ca87dfa5e88ea6e975311e15e9009c48f75 | [
"Apache-2.0"
] | null | null | null | "use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _createIcon = _interopRequireDefault(require("./util/createIcon"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
var _default = (0, _createIcon["defaul... | 46.714286 | 340 | 0.717125 |
7529bcfff4eb0d44700c546fa1893a6643d6882a | 515 | kt | Kotlin | app/src/main/java/com/fanrong/frwallet/wallet/cwv/bean/MarketInfoResp.kt | iamprivatewallet/PrivateWallet.Android | 5266b181d8d4fa413ec5538d2976f4d1f5d50e0f | [
"MIT"
] | null | null | null | app/src/main/java/com/fanrong/frwallet/wallet/cwv/bean/MarketInfoResp.kt | iamprivatewallet/PrivateWallet.Android | 5266b181d8d4fa413ec5538d2976f4d1f5d50e0f | [
"MIT"
] | null | null | null | app/src/main/java/com/fanrong/frwallet/wallet/cwv/bean/MarketInfoResp.kt | iamprivatewallet/PrivateWallet.Android | 5266b181d8d4fa413ec5538d2976f4d1f5d50e0f | [
"MIT"
] | null | null | null | package com.fanrong.frwallet.wallet.cwv.bean
import java.io.Serializable
data class MarketInfoResp(
var retcode: String
) : Serializable {
var kmarket: List<Kmarket>? = null
var msg: String? = null
}
data class Kmarket(
var coin: String
) : Serializable {
var close: String? = null
var curren... | 22.391304 | 44 | 0.67767 |
d255ea5f73db786c057f3d2742c77d698493a39e | 731 | php | PHP | application/index/controller/Notify.php | gavin2014/dangjian | 49163a029221b0f1301f52b6840fbc715a17b6d6 | [
"Apache-2.0"
] | 1 | 2021-04-06T08:07:24.000Z | 2021-04-06T08:07:24.000Z | application/index/controller/Notify.php | gavin2014/dangjian | 49163a029221b0f1301f52b6840fbc715a17b6d6 | [
"Apache-2.0"
] | null | null | null | application/index/controller/Notify.php | gavin2014/dangjian | 49163a029221b0f1301f52b6840fbc715a17b6d6 | [
"Apache-2.0"
] | null | null | null | <?php
/**
* Created by 云中有鹿.
* User: 陈云
* Blog: http://blog.likecy.cn
* Date: 2019-07-29
* Time: 13:24
*/
namespace app\index\controller;
use app\common\controller\Frontend;
use app\index\model\WisActivitynotify;
class Notify extends Frontend
{
protected $noNeedLogin = '*';
protected $noNeedRight = '... | 17.829268 | 60 | 0.580027 |
439cdbba2cbb2b27d72ff0945b571fdb9dd92cea | 553 | swift | Swift | falcon/app/falconUITests/Page/ViewControllers/LNURL/LNURLManuallyEnterQRPage.swift | shieldwallets/falcon | 0cc18f526ac4060f6acdb81a5e93f472364abda7 | [
"MIT"
] | 115 | 2019-09-24T19:11:43.000Z | 2022-03-22T12:36:02.000Z | falcon/app/falconUITests/Page/ViewControllers/LNURL/LNURLManuallyEnterQRPage.swift | shieldwallets/falcon | 0cc18f526ac4060f6acdb81a5e93f472364abda7 | [
"MIT"
] | 13 | 2019-10-16T00:33:03.000Z | 2022-03-10T15:27:30.000Z | falcon/app/falconUITests/Page/ViewControllers/LNURL/LNURLManuallyEnterQRPage.swift | shieldwallets/falcon | 0cc18f526ac4060f6acdb81a5e93f472364abda7 | [
"MIT"
] | 13 | 2020-04-27T04:27:16.000Z | 2022-03-30T12:17:32.000Z | //
// LNURLManuallyEnterQRPage.swift
// falconUITests
//
// Created by Federico Bond on 11/05/2021.
// Copyright © 2021 muun. All rights reserved.
//
import Foundation
final class LNURLManuallyEnterQRPage: UIElementPage<UIElements.Pages.LNURLManuallyEnterQRPage> {
lazy var input = LargeTextInputViewPage(Root... | 21.269231 | 96 | 0.687161 |
f01a0c64f7e6a1e2b7d5842eee69eee7bec8c173 | 1,533 | js | JavaScript | dashboard/assets/js/main.js | ministryofjustice/moj-product-dashboard | 13657feeedd66ec53b1e886bdfdfb13316704022 | [
"MIT"
] | 6 | 2016-05-22T15:33:34.000Z | 2017-08-04T10:20:36.000Z | dashboard/assets/js/main.js | ministryofjustice/moj-product-dashboard | 13657feeedd66ec53b1e886bdfdfb13316704022 | [
"MIT"
] | 138 | 2016-05-05T09:50:44.000Z | 2022-02-24T16:19:03.000Z | dashboard/assets/js/main.js | ministryofjustice/moj-product-dashboard | 13657feeedd66ec53b1e886bdfdfb13316704022 | [
"MIT"
] | 5 | 2016-10-07T19:32:08.000Z | 2021-04-11T06:53:49.000Z | import { createHistory } from 'history';
import React from 'react';
import ReactDOM from 'react-dom';
import { ProductContainer } from './containers/product-main';
import { ServiceContainer} from './containers/service';
import { PortfolioContainer } from './containers/portfolio';
import '../styles/gov-uk-elements.css... | 19.653846 | 65 | 0.654925 |
df309a0d2a4a21a74f1e0b10125743c05428303c | 262 | rb | Ruby | config/initializers/auto_complete.rb | MothOnMars/search-gov | 988839ec221fa4cac97aebe6305c4a8144f00256 | [
"ImageMagick"
] | null | null | null | config/initializers/auto_complete.rb | MothOnMars/search-gov | 988839ec221fa4cac97aebe6305c4a8144f00256 | [
"ImageMagick"
] | 3 | 2020-10-23T14:52:00.000Z | 2021-03-10T17:17:53.000Z | config/initializers/auto_complete.rb | MothOnMars/search-gov | 988839ec221fa4cac97aebe6305c4a8144f00256 | [
"ImageMagick"
] | null | null | null | require Rails.root.to_s + "/config/extras/auto_complete/auto_complete"
require Rails.root.to_s + "/config/extras/auto_complete/auto_complete_macros_helper"
ActionController::Base.send :include, AutoComplete
ActionController::Base.helper AutoCompleteMacrosHelper | 52.4 | 84 | 0.851145 |
920e79bfc969b68903e674d0823c00055317817d | 3,121 | kt | Kotlin | src/main/java/com/google/idea/gn/GnCompletionContributor.kt | trespasserw/intellij-gn-plugin | 433d5ca13fbf6121d8f5db34ef8e6e19642d0437 | [
"BSD-3-Clause"
] | 8 | 2020-07-14T04:03:35.000Z | 2022-03-31T14:56:06.000Z | src/main/java/com/google/idea/gn/GnCompletionContributor.kt | trespasserw/intellij-gn-plugin | 433d5ca13fbf6121d8f5db34ef8e6e19642d0437 | [
"BSD-3-Clause"
] | 13 | 2020-07-13T16:54:03.000Z | 2021-12-02T16:29:31.000Z | src/main/java/com/google/idea/gn/GnCompletionContributor.kt | trespasserw/intellij-gn-plugin | 433d5ca13fbf6121d8f5db34ef8e6e19642d0437 | [
"BSD-3-Clause"
] | 6 | 2020-10-13T16:49:34.000Z | 2021-09-03T01:07:11.000Z | // Copyright (c) 2020 Google LLC All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package com.google.idea.gn
import com.google.idea.gn.completion.FileCompletionProvider
import com.google.idea.gn.completion.IdentifierCompletionProvider
import c... | 40.532468 | 94 | 0.668376 |
7f5fedb5640b227e040739b726378e34b634951f | 2,464 | sql | SQL | database/postgress.sql | OseiasBeu/INI_Backend | faf3f8d2c85d3d84e0e1fd000fddf787efbec985 | [
"MIT"
] | null | null | null | database/postgress.sql | OseiasBeu/INI_Backend | faf3f8d2c85d3d84e0e1fd000fddf787efbec985 | [
"MIT"
] | null | null | null | database/postgress.sql | OseiasBeu/INI_Backend | faf3f8d2c85d3d84e0e1fd000fddf787efbec985 | [
"MIT"
] | null | null | null |
#Usu�rios
CREATE TABLE public.usuarios(
id serial PRIMARY KEY,
email VARCHAR ( 200 ) UNIQUE NOT NULL,
senha VARCHAR ( 200 ) NOT NULL
);
insert into usuarios (email, senha) values('suporte@gmail.com', '$2b$10$6ZbT4sKq5St91o5bgpJpReNDHci.a3lQ18ObJAE97ljgApqFLyvNW');
SELECT id, email, senha FROM public.usuarios;
#... | 33.753425 | 417 | 0.708604 |
915d7fcd58eea560f800c44cf1247292cf1fe2e8 | 3,485 | html | HTML | _posts/2010-08-20-hqladdin-vers-1-0-0-45-alpha-2.html | jfromaniello/joseoncodecom | c35f99fbd8b6c709680f9649b078fb6171074719 | [
"MIT"
] | 1 | 2015-11-04T19:35:18.000Z | 2015-11-04T19:35:18.000Z | _posts/2010-08-20-hqladdin-vers-1-0-0-45-alpha-2.html | jfromaniello/joseoncodecom | c35f99fbd8b6c709680f9649b078fb6171074719 | [
"MIT"
] | null | null | null | _posts/2010-08-20-hqladdin-vers-1-0-0-45-alpha-2.html | jfromaniello/joseoncodecom | c35f99fbd8b6c709680f9649b078fb6171074719 | [
"MIT"
] | null | null | null | ---
layout: post
title: HqlAddin vers. 1.0.0.45 - Alpha 2
tags: []
status: publish
type: post
published: true
meta:
blogger_permalink: /2010/08/hqladdin-vers-10045-alpha-2.html
blogger_author: "Jos\xC3\xA9http://www.blogger.com/profile/00939999997597980426noreply@blogger.com"
blogger_blog: jfromaniello.blogspo... | 205 | 3,103 | 0.757532 |
a096b5971b9e449cb52975f416d411c72b1917d9 | 1,625 | kt | Kotlin | app/src/main/java/dev/sagar/assigmenthub/utils/ProgressButton.kt | Prince-Shaikh/AssigmentHub | 04ce4178e3c4fdf133dac43de3c07a6683978247 | [
"Unlicense"
] | 38 | 2021-02-28T08:45:46.000Z | 2022-02-13T22:00:07.000Z | app/src/main/java/dev/sagar/assigmenthub/utils/ProgressButton.kt | Prince-Shaikh/AssigmentHub | 04ce4178e3c4fdf133dac43de3c07a6683978247 | [
"Unlicense"
] | 5 | 2021-03-04T12:05:12.000Z | 2021-06-29T07:42:13.000Z | app/src/main/java/dev/sagar/assigmenthub/utils/ProgressButton.kt | Prince-Shaikh/AssigmentHub | 04ce4178e3c4fdf133dac43de3c07a6683978247 | [
"Unlicense"
] | 14 | 2021-02-28T18:14:12.000Z | 2022-01-30T20:16:38.000Z | package dev.sagar.assigmenthub.utils
import android.content.Context
import android.view.animation.Animation
import android.view.animation.AnimationUtils
import android.widget.ProgressBar
import android.widget.TextView
import androidx.cardview.widget.CardView
import androidx.constraintlayout.widget.ConstraintLayout
imp... | 30.092593 | 89 | 0.726154 |
761784950feb6532f248dee7de304b1ece6f8cb6 | 3,990 | go | Go | api/types.go | cozzbp/gremcos | 92944d974a97ad477d36c5ee3d4ed4f49977f929 | [
"MIT"
] | 7 | 2020-04-15T06:31:46.000Z | 2022-03-28T20:43:16.000Z | api/types.go | cozzbp/gremcos | 92944d974a97ad477d36c5ee3d4ed4f49977f929 | [
"MIT"
] | 95 | 2020-02-13T11:48:50.000Z | 2022-03-29T11:24:26.000Z | api/types.go | cozzbp/gremcos | 92944d974a97ad477d36c5ee3d4ed4f49977f929 | [
"MIT"
] | 5 | 2021-06-08T02:13:24.000Z | 2021-10-11T22:41:07.000Z | package api
import (
"fmt"
"github.com/spf13/cast"
)
// Property represents the cosmos db type for a property.
// As it would be returned by a call to .properties().
type Property struct {
ID string `mapstructure:"id"`
Value TypedValue `mapstructure:"value,squash"`
Label string `mapstructure:"label"`... | 24.478528 | 109 | 0.681704 |
76d52d0d72922342ae30c63acccb7b89d3c3f7ed | 3,078 | h | C | BasicTools/GraphicsTransformTool.h | dhlee4/Tinkercell_new | c4d1848bbb905f0e1f9e011837268ac80aff8711 | [
"BSD-3-Clause"
] | 1 | 2021-01-07T13:12:51.000Z | 2021-01-07T13:12:51.000Z | BasicTools/GraphicsTransformTool.h | dhlee4/Tinkercell_new | c4d1848bbb905f0e1f9e011837268ac80aff8711 | [
"BSD-3-Clause"
] | 7 | 2020-04-12T22:25:46.000Z | 2020-04-13T07:50:40.000Z | BasicTools/GraphicsTransformTool.h | daniel-anavaino/tinkercell | 7896a7f809a0373ab3c848d25e3691d10a648437 | [
"BSD-3-Clause"
] | 2 | 2020-04-12T21:57:01.000Z | 2020-04-12T21:59:29.000Z | /****************************************************************************
Copyright (c) 2008 Deepak Chandran
Contact: Deepak Chandran (dchandran1@gmail.com)
See COPYRIGHT.TXT
This tool contains a set of transformation function such as scale, rotate, etc.
A GraphicsTool is also defined that brings up the transform... | 23.142857 | 128 | 0.719298 |
07b8781a833e989ea6de92fc89262c5873f1b1ab | 86 | sql | SQL | jaffle-shop/macros/lots_of_macros.sql | Topherhindman/basic-dbt | ed1a11c37f8eed937bc7c82ce9fb646c4aa2fa06 | [
"Apache-2.0"
] | null | null | null | jaffle-shop/macros/lots_of_macros.sql | Topherhindman/basic-dbt | ed1a11c37f8eed937bc7c82ce9fb646c4aa2fa06 | [
"Apache-2.0"
] | null | null | null | jaffle-shop/macros/lots_of_macros.sql | Topherhindman/basic-dbt | ed1a11c37f8eed937bc7c82ce9fb646c4aa2fa06 | [
"Apache-2.0"
] | 1 | 2021-11-30T16:17:23.000Z | 2021-11-30T16:17:23.000Z | {% macro concat_name(first_name,last_name) %}
first_name last_name
{% endmacro %} | 28.666667 | 45 | 0.72093 |
1d4618be2cae861659bdf143a526aa6da4cd2981 | 359 | sql | SQL | SourceCode/SADFM/trunk/SADFM.Data/Scripts/1.0/0.077.sql | developersworkspace/EPONS | 7324161c02bb73975befd9be304088e9f3f3e62a | [
"MIT"
] | null | null | null | SourceCode/SADFM/trunk/SADFM.Data/Scripts/1.0/0.077.sql | developersworkspace/EPONS | 7324161c02bb73975befd9be304088e9f3f3e62a | [
"MIT"
] | null | null | null | SourceCode/SADFM/trunk/SADFM.Data/Scripts/1.0/0.077.sql | developersworkspace/EPONS | 7324161c02bb73975befd9be304088e9f3f3e62a | [
"MIT"
] | 1 | 2021-03-01T01:34:38.000Z | 2021-03-01T01:34:38.000Z | UPDATE lif
SET Value =
CASE lif.Name
WHEN 'Stat' THEN 0
WHEN 'Once-Off' THEN 0
WHEN 'Daily' THEN 1
WHEN 'SecondDay' THEN 2
WHEN 'Weekly' THEN 7
WHEN 'SecondWeek' THEN 14
WHEN 'Monthly' THEN 30
END
FROM ListItem lif
INNER JOIN ListItem lifp ON (lifp.Name = 'Frequency' AND lifp.ParentId IS NU... | 27.615385 | 117 | 0.690808 |
f47fdafde9eb9d659c607a1b41a93fdb5be6714f | 15 | go | Go | protocol/msc/name_resolver.go | xfyun/xns | ecf5411a92e89aefbfbf5a1d03abaf65ff470d90 | [
"Apache-2.0"
] | 2 | 2021-12-31T08:19:34.000Z | 2021-12-31T08:29:15.000Z | protocol/msc/name_resolver.go | xfyun/xns | ecf5411a92e89aefbfbf5a1d03abaf65ff470d90 | [
"Apache-2.0"
] | null | null | null | protocol/msc/name_resolver.go | xfyun/xns | ecf5411a92e89aefbfbf5a1d03abaf65ff470d90 | [
"Apache-2.0"
] | null | null | null | package msc
| 3 | 11 | 0.666667 |
71e0b1d7bfcc08cc30688e48d6d6e75072c63436 | 379 | sql | SQL | data/sql/task_numbers.sql | ruzhnikov/SmsMachine | e89d85de07efeda8e41d7ba8a481fee25c09e483 | [
"Artistic-2.0"
] | null | null | null | data/sql/task_numbers.sql | ruzhnikov/SmsMachine | e89d85de07efeda8e41d7ba8a481fee25c09e483 | [
"Artistic-2.0"
] | null | null | null | data/sql/task_numbers.sql | ruzhnikov/SmsMachine | e89d85de07efeda8e41d7ba8a481fee25c09e483 | [
"Artistic-2.0"
] | null | null | null | DROP TABLE IF EXISTS `task_numbers`;
CREATE TABLE `task_numbers` (
`id` INTEGER PRIMARY KEY AUTOINCREMENT,
`task_id` INTEGER NOT NULL,
`message_id` INTEGER NOT NULL,
`number` TEXT NOT NULL,
`status` TEXT NOT NULL DEFAULT 'stop',
`repeat_count` INTEGER NOT NULL DEFAULT 0,
`external_id` INTEG... | 29.153846 | 46 | 0.701847 |
e654cdcd2447faf33ee2c99132cf98c776625dc6 | 1,546 | go | Go | initializers/rabbitmq.go | oldfritter/HealthManager | f050091867e7ee4c755d82be1594fe96ef3d9216 | [
"MIT"
] | null | null | null | initializers/rabbitmq.go | oldfritter/HealthManager | f050091867e7ee4c755d82be1594fe96ef3d9216 | [
"MIT"
] | null | null | null | initializers/rabbitmq.go | oldfritter/HealthManager | f050091867e7ee4c755d82be1594fe96ef3d9216 | [
"MIT"
] | null | null | null | package initializers
import (
"io/ioutil"
"log"
"path/filepath"
"time"
"github.com/streadway/amqp"
"gopkg.in/yaml.v2"
"github.com/oldfritter/HealthManager/utils"
)
type Amqp struct {
Host string `yaml:"host"`
Port string `yaml:"port"`
Username string `yaml:"username"`
Password string `yaml:"passw... | 23.074627 | 222 | 0.713454 |
65fcf623d7d88e7c43706d0f8c131bcbb67c3df6 | 2,208 | rs | Rust | src/behaviour/entity/random_string.rs | aschaeffer/inexor-rgf-plugin-random | 4d45796668db2a75bec003373aa5ac2186b3b270 | [
"MIT"
] | null | null | null | src/behaviour/entity/random_string.rs | aschaeffer/inexor-rgf-plugin-random | 4d45796668db2a75bec003373aa5ac2186b3b270 | [
"MIT"
] | null | null | null | src/behaviour/entity/random_string.rs | aschaeffer/inexor-rgf-plugin-random | 4d45796668db2a75bec003373aa5ac2186b3b270 | [
"MIT"
] | null | null | null | use std::convert::AsRef;
use std::sync::Arc;
use log::trace;
use serde_json::json;
use crate::behaviour::entity::RandomStringProperties;
use crate::model::PropertyInstanceGetter;
use crate::model::PropertyInstanceSetter;
use crate::model::ReactiveEntityInstance;
use crate::reactive::entity::Disconnectable;
use crate:... | 33.454545 | 110 | 0.600543 |
5bf80663e3136281bf8afb6defc293d166a40fcb | 3,826 | h | C | tesseract_process_managers/include/tesseract_process_managers/core/task_info.h | ben-greenberg/tesseract_planning | 6907026937ed60b0344e5844ddb97e21c959fab3 | [
"Apache-2.0",
"BSD-2-Clause"
] | null | null | null | tesseract_process_managers/include/tesseract_process_managers/core/task_info.h | ben-greenberg/tesseract_planning | 6907026937ed60b0344e5844ddb97e21c959fab3 | [
"Apache-2.0",
"BSD-2-Clause"
] | null | null | null | tesseract_process_managers/include/tesseract_process_managers/core/task_info.h | ben-greenberg/tesseract_planning | 6907026937ed60b0344e5844ddb97e21c959fab3 | [
"Apache-2.0",
"BSD-2-Clause"
] | null | null | null | /**
* @file task_info.h
* @brief Process Info
*
* @author Matthew Powelson
* @date July 15. 2020
* @version TODO
* @bug No known bugs
*
* @copyright Copyright (c) 2020, Southwest Research Institute
*
* @par License
* Software License Agreement (Apache License)
* @par
* Licensed under the Apache License, V... | 32.982759 | 98 | 0.750653 |
040c9f0d11a64878f8e0202253544e8e5749d4d6 | 345 | js | JavaScript | Public/js/App.js | Juancav/ConsolaSDV | d70d9bb45a50cb683bdbb07a43266832bc4d27dd | [
"MIT"
] | null | null | null | Public/js/App.js | Juancav/ConsolaSDV | d70d9bb45a50cb683bdbb07a43266832bc4d27dd | [
"MIT"
] | null | null | null | Public/js/App.js | Juancav/ConsolaSDV | d70d9bb45a50cb683bdbb07a43266832bc4d27dd | [
"MIT"
] | null | null | null |
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/ConsolaSDV/sw.js')
.then((reg)=> console.log('El Service Worker fue instalado correctamente',reg))
.catch((err)=> console.log('Error, Fallo la instalacion del service worker',err));
}else{
console.log("El service worker no ... | 38.333333 | 86 | 0.686957 |
afa288a4257903e4aeb69f1cab3e1dd8122f4381 | 585 | rb | Ruby | metadata.rb | osuosl-cookbooks/osl-varnish | 3643fbe1415038e19c20721287618ea0148baabe | [
"Apache-2.0"
] | null | null | null | metadata.rb | osuosl-cookbooks/osl-varnish | 3643fbe1415038e19c20721287618ea0148baabe | [
"Apache-2.0"
] | 7 | 2015-01-06T05:26:45.000Z | 2019-05-02T17:08:40.000Z | metadata.rb | osuosl-cookbooks/osl-varnish | 3643fbe1415038e19c20721287618ea0148baabe | [
"Apache-2.0"
] | null | null | null | name 'osl-varnish'
maintainer 'Oregon State University'
maintainer_email 'systems@osuosl.org'
license 'Apache-2.0'
issues_url 'https://github.com/osuosl-cookbooks/osl-varnish/issues'
source_url 'https://github.com/osuosl-cookbooks/osl-varnish'
description 'OSL wrapper cookboo... | 36.5625 | 73 | 0.661538 |
76dc42d40777f83dee559b9b310c556fb123b709 | 2,463 | h | C | src/symphony-core/HekaIOBridge/HekaIOBridge.h | Symphony-DAS/symphony-core2 | 94c691b3ad4f01246fa32f55d24476b856393368 | [
"NCSA",
"Unlicense"
] | 2 | 2015-07-15T13:41:10.000Z | 2019-01-01T07:09:18.000Z | src/symphony-core/HekaIOBridge/HekaIOBridge.h | Khlick/symphony-core | 94c691b3ad4f01246fa32f55d24476b856393368 | [
"NCSA",
"Unlicense"
] | 1 | 2016-09-30T18:39:46.000Z | 2016-09-30T18:39:46.000Z | src/symphony-core/HekaIOBridge/HekaIOBridge.h | Symphony-DAS/symphony-core2 | 94c691b3ad4f01246fa32f55d24476b856393368 | [
"NCSA",
"Unlicense"
] | 4 | 2015-05-15T10:46:54.000Z | 2021-07-18T23:52:40.000Z | // The following ifdef block is the standard way of creating macros which make exporting
// from a DLL simpler. All files within this DLL are compiled with the HEKAIOBRIDGE_EXPORTS
// symbol defined on the command line. This symbol should not be defined on any project
// that uses this DLL. This way any other project ... | 29.321429 | 91 | 0.756395 |
0c914b89127421ea137b1e5268f255c0188586da | 775 | py | Python | contoh_2.py | sumarouno/4x4-Matrix-Keypad-Library-for-CHIP | 42794c3460818714fccc1c5a967e151504ef2ade | [
"MIT"
] | null | null | null | contoh_2.py | sumarouno/4x4-Matrix-Keypad-Library-for-CHIP | 42794c3460818714fccc1c5a967e151504ef2ade | [
"MIT"
] | null | null | null | contoh_2.py | sumarouno/4x4-Matrix-Keypad-Library-for-CHIP | 42794c3460818714fccc1c5a967e151504ef2ade | [
"MIT"
] | null | null | null | #!/usr/bin/python3
from time import sleep
from sys import exit
import keypad_4x4_lib_sumar
kp =keypad_4x4_lib_sumar.keypad()
# Setup variables
attempt = "0000"
passcode = "1912"
counter = 0
# Loop while waiting for a keypress
while True:
# Loop to get a pressed digit
digit = None
while digit == None:
digit = ... | 18.452381 | 43 | 0.658065 |
9c17cfdc16eaedba411f955e0336f36da9499ce4 | 1,516 | ts | TypeScript | ts/identityWallet/types.ts | mnzaki/jolocom-lib | cd0b43cf976a017aad0124c200341d907933a984 | [
"MIT"
] | null | null | null | ts/identityWallet/types.ts | mnzaki/jolocom-lib | cd0b43cf976a017aad0124c200341d907933a984 | [
"MIT"
] | null | null | null | ts/identityWallet/types.ts | mnzaki/jolocom-lib | cd0b43cf976a017aad0124c200341d907933a984 | [
"MIT"
] | null | null | null | import { Identity } from '../identity/identity'
import { IVaultedKeyProvider, KeyTypes } from '../vaultedKeyProvider/types'
import { IKeyMetadata } from '../credentials/signedCredential/types'
import { IContractsAdapter, IContractsGateway } from '../contracts/types'
import {
CredentialOfferRequestAttrs,
CredentialO... | 32.255319 | 78 | 0.823219 |
f71d89ba7a00378cc6211b4a0f57b8c245f1626d | 304 | lua | Lua | mta-resources/[Gamemode]/[TDM]/mtatr_duel/client/global_client.lua | umithyo/MTA-TR | d5121f4671a82dc0593a867795eb988a9cb06da4 | [
"MIT"
] | 2 | 2019-10-02T16:03:16.000Z | 2020-05-13T20:29:58.000Z | mta-resources/[Gamemode]/[TDM]/mtatr_duel/client/global_client.lua | umithyo/MTA-TR | d5121f4671a82dc0593a867795eb988a9cb06da4 | [
"MIT"
] | 8 | 2021-06-17T21:09:17.000Z | 2021-06-27T06:08:52.000Z | mta-resources/[Gamemode]/[TDM]/mtatr_duel/client/global_client.lua | umithyo/mta-tr | d5121f4671a82dc0593a867795eb988a9cb06da4 | [
"MIT"
] | null | null | null | duel = {
tab = {},
tabpanel = {},
edit = {},
button = {},
window = {},
gridlist = {},
combobox = {}
}
current = nil;
players = {};
rooms = {};
weapons = { 2, 3, 4, 5, 6, 7, 8, 9, 22, 23, 24, 25, 26, 27, 28, 29, 32, 30, 31, 33, 34, 35, 36, 37, 38, 16, 17, 39 }; | 20.266667 | 117 | 0.407895 |
75f5fd49843f2b985c0c0afad04e8c29c03a955d | 4,159 | php | PHP | resources/views/about.blade.php | the-gd-dev/portfolio-app | 5cf04c6e72385dad71e3ec7467fb1b5006a05761 | [
"MIT"
] | null | null | null | resources/views/about.blade.php | the-gd-dev/portfolio-app | 5cf04c6e72385dad71e3ec7467fb1b5006a05761 | [
"MIT"
] | null | null | null | resources/views/about.blade.php | the-gd-dev/portfolio-app | 5cf04c6e72385dad71e3ec7467fb1b5006a05761 | [
"MIT"
] | null | null | null | <section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>About</h2>
<p>{!! $about->about_summery ?? '' !!}</p>
</div>
<div class="row justify-content-center">
<div class="col-lg-4 text-center text-lg... | 50.108434 | 146 | 0.319548 |
37ea87ab21463867dfc47a6f7a05e02c4e1ffc7f | 341 | asm | Assembly | programs/oeis/111/A111648.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/111/A111648.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/111/A111648.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A111648: a(n) = A001541(n)^2 + A001653(n)^2 + A002315(n)^2.
; 3,83,2811,95483,3243603,110187011,3743114763,127155714923,4319551192611,146737584833843,4984758333158043,169335045742539611,5752406796913188723,195412496049305876963
seq $0,38762 ; a(n) = 6*a(n-1) - a(n-2) for n >= 2, with a(0)=3, a(1)=13.
pow $0,2
sub $0... | 37.888889 | 167 | 0.709677 |
b2c6230f0833dc67533c86730e80fa1268f52969 | 38,237 | rs | Rust | src/diff.rs | zmbush/git2-rs | 8821fbecd9e6c2ede44361b97cf89a3864ab5e98 | [
"Apache-2.0",
"MIT"
] | null | null | null | src/diff.rs | zmbush/git2-rs | 8821fbecd9e6c2ede44361b97cf89a3864ab5e98 | [
"Apache-2.0",
"MIT"
] | null | null | null | src/diff.rs | zmbush/git2-rs | 8821fbecd9e6c2ede44361b97cf89a3864ab5e98 | [
"Apache-2.0",
"MIT"
] | null | null | null | use std::ffi::CString;
use std::iter::Range;
use std::marker;
use std::mem;
use std::path::Path;
use std::slice;
use libc::{c_char, size_t, c_void, c_int};
use {raw, panic, Buf, Delta, Oid, Repository, Tree, Error, Index, DiffFormat};
use {DiffStatsFormat, IntoCString};
use util::{self, Binding};
/// The diff object ... | 37.524043 | 83 | 0.596987 |
ef5f537db97ec7f9e968c0d5585a57ea5072fcab | 5,045 | kt | Kotlin | godot-kotlin/godot-library/src/nativeGen/kotlin/godot/PathFollow.kt | utopia-rise/godot-kotlin | 8d51f614df62a97f16e800e6635ea39e7eb1fd62 | [
"MIT"
] | 198 | 2020-02-06T17:34:38.000Z | 2021-03-02T01:11:26.000Z | godot-kotlin/godot-library/src/nativeGen/kotlin/godot/PathFollow.kt | utopia-rise/godot-kotlin-native | 8d51f614df62a97f16e800e6635ea39e7eb1fd62 | [
"MIT"
] | 147 | 2020-02-06T17:25:42.000Z | 2020-11-21T21:40:03.000Z | godot-kotlin/godot-library/src/nativeGen/kotlin/godot/PathFollow.kt | utopia-rise/godot-kotlin | 8d51f614df62a97f16e800e6635ea39e7eb1fd62 | [
"MIT"
] | 14 | 2020-02-06T21:51:33.000Z | 2021-02-13T22:23:53.000Z | // THIS FILE IS GENERATED! DO NOT EDIT IT MANUALLY! ALL CHANGES TO IT WILL BE OVERWRITTEN ON EACH BUILD
package godot
import godot.PathFollow
import godot.icalls._icall_Boolean
import godot.icalls._icall_Double
import godot.icalls._icall_Long
import godot.icalls._icall_Unit_Boolean
import godot.icalls._icall_Unit_Doub... | 27.123656 | 103 | 0.683845 |
084d2bd14a225775dafce227068f2e5cea281839 | 341 | sql | SQL | SQLBits 2022/Code/TestPermissions/TestPermissions/10 Test Select.sql | rloski-public/Presentations | 4ec0e01910c813093fa4f3f722f70ceb12b69c69 | [
"MIT"
] | null | null | null | SQLBits 2022/Code/TestPermissions/TestPermissions/10 Test Select.sql | rloski-public/Presentations | 4ec0e01910c813093fa4f3f722f70ceb12b69c69 | [
"MIT"
] | null | null | null | SQLBits 2022/Code/TestPermissions/TestPermissions/10 Test Select.sql | rloski-public/Presentations | 4ec0e01910c813093fa4f3f722f70ceb12b69c69 | [
"MIT"
] | null | null | null | use Test_Logins;
SELECT SUSER_NAME() LoginName
, USER_NAME() UserName
, IS_SRVROLEMEMBER('sysadmin') IsSysAdmin
, IS_ROLEMEMBER('db_owner') IsDBOwner
declare @sql nvarchar(max) = N'SELECT * FROM PublicTable;';
exec sys.sp_executesql @sql;
GO
declare @sql nvarchar(max) = N'SELECT * FROM PrivateTable;';
exec sy... | 20.058824 | 60 | 0.747801 |
78d2b2b63083160043491ae6b0a3c7cc28ad84f6 | 12,890 | lua | Lua | Assets/sgk/Lua/view/DefensiveFortress/DefensiveFortressFrame.lua | freeGamePerson/dev_update | 80f75ff1ba6fd0d008e6a4989c2ba09e48129c38 | [
"BSD-3-Clause"
] | 1 | 2019-12-30T06:54:48.000Z | 2019-12-30T06:54:48.000Z | Assets/sgk/Lua/view/DefensiveFortress/DefensiveFortressFrame.lua | freeGamePerson/dev_update | 80f75ff1ba6fd0d008e6a4989c2ba09e48129c38 | [
"BSD-3-Clause"
] | null | null | null | Assets/sgk/Lua/view/DefensiveFortress/DefensiveFortressFrame.lua | freeGamePerson/dev_update | 80f75ff1ba6fd0d008e6a4989c2ba09e48129c38 | [
"BSD-3-Clause"
] | 3 | 2019-12-30T06:54:52.000Z | 2020-12-31T10:04:10.000Z | local defensiveModule = require "module.DefensiveFortressModule"
local playerModule = require "module.playerModule";
local TeamModule = require "module.TeamModule"
local Time = require "module.Time";
local TipCfg = require "config.TipConfig"
local View = {};
function View:Start(data)
self.root=CS.SGK.UIReference.Setu... | 38.825301 | 156 | 0.762452 |
1aca0d3d079d21d961579e2023e1c5dd497cb02d | 664 | swift | Swift | NinjaCapture/Queue.swift | Igralino/NinjaCapture | aa9c8398293eb5bdca489ea952b86e87a63d6599 | [
"MIT"
] | 3 | 2018-01-25T18:28:32.000Z | 2021-08-31T12:50:43.000Z | NinjaCapture/Queue.swift | Igralino/NinjaCapture | aa9c8398293eb5bdca489ea952b86e87a63d6599 | [
"MIT"
] | null | null | null | NinjaCapture/Queue.swift | Igralino/NinjaCapture | aa9c8398293eb5bdca489ea952b86e87a63d6599 | [
"MIT"
] | null | null | null | //
// Queue.swift by swift-algorithm-club
// NinjaCapture
//
// Created by Igor Yunash on 25.01.18.
// Copyright © 2018 Igralino. All rights reserved.
//
public struct Queue<T> {
var array = [T]()
public var isEmpty: Bool {
return array.isEmpty
}
public var count: Int {
re... | 18.444444 | 51 | 0.539157 |
f2c73a72c1022be94f2997584af62aec877c5a52 | 1,874 | sql | SQL | DMS5/V_Data_Extraction_Task.sql | viswaratha12/dbwarden | 3931accda4fb401d21b6cb272fe3d6959915ceb8 | [
"Apache-2.0"
] | 2 | 2018-04-03T05:18:15.000Z | 2020-04-23T04:00:25.000Z | DMS5/V_Data_Extraction_Task.sql | viswaratha12/dbwarden | 3931accda4fb401d21b6cb272fe3d6959915ceb8 | [
"Apache-2.0"
] | null | null | null | DMS5/V_Data_Extraction_Task.sql | viswaratha12/dbwarden | 3931accda4fb401d21b6cb272fe3d6959915ceb8 | [
"Apache-2.0"
] | 4 | 2016-05-14T17:56:55.000Z | 2020-01-23T12:02:25.000Z | /****** Object: View [dbo].[V_Data_Extraction_Task] ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
create VIEW V_Data_Extraction_Task
AS
SELECT CONVERT(varchar(32), A.AJ_jobID) AS TaskNum, T.AJT_toolName AS ToolName, D.Dataset_Num AS DatasetNum,
D.DS_folder_name AS DatasetF... | 62.466667 | 120 | 0.682497 |
76104e34356e13843f2391de6c176e1648951488 | 1,681 | go | Go | erp/doc/docSub.go | hansonyu183/gfast | f99510bf4162329dd790511d45a3ef30f7b66bc2 | [
"MIT"
] | null | null | null | erp/doc/docSub.go | hansonyu183/gfast | f99510bf4162329dd790511d45a3ef30f7b66bc2 | [
"MIT"
] | null | null | null | erp/doc/docSub.go | hansonyu183/gfast | f99510bf4162329dd790511d45a3ef30f7b66bc2 | [
"MIT"
] | null | null | null | package doc
import (
"fmt"
"gfast/erp/boot"
"gfast/library/response"
"github.com/gogf/gf/database/gdb"
"github.com/gogf/gf/frame/g"
"github.com/gogf/gf/net/ghttp"
"github.com/gogf/gf/util/gconv"
"github.com/gogf/gf/util/gvalid"
)
// DocSub API管理对象
var DocSub = &docSub{}
type docSub struct {... | 20.753086 | 89 | 0.600833 |
a28cb5b88e8431916e23add29cc563b2b9d28a99 | 10,480 | sql | SQL | config/queries/fb_int_01.sql | Lerailen/Report_automation_with_Tableau | 6cb9e72476813ed4e4a20acdd92d3315ef84d66a | [
"MIT"
] | null | null | null | config/queries/fb_int_01.sql | Lerailen/Report_automation_with_Tableau | 6cb9e72476813ed4e4a20acdd92d3315ef84d66a | [
"MIT"
] | null | null | null | config/queries/fb_int_01.sql | Lerailen/Report_automation_with_Tableau | 6cb9e72476813ed4e4a20acdd92d3315ef84d66a | [
"MIT"
] | null | null | null | select 'GUSTA' AS 'TIPO',
sum(case when substring(ctimestamp, 7, 2)=01 then likes else 0 end) as '01',
sum(case when substring(ctimestamp, 7, 2)=02 then likes else 0 end) as '02',
sum(case when substring(ctimestamp, 7, 2)=03 then likes else 0 end) as '03',
sum(case when substring(ctimestamp, 7, 2)=04 then likes els... | 75.395683 | 94 | 0.714027 |
265f36fecd4240c8bd8e900dfeb173e31e0d2f4e | 3,041 | java | Java | src/main/java/com/drye/myblog/demo/entity/CommentEntity.java | FourierYe/MyBlog | ff9e2492d3e65e92a92c2df75d1c5be2d9829499 | [
"MIT"
] | 3 | 2019-12-27T15:31:13.000Z | 2021-02-05T04:59:06.000Z | src/main/java/com/drye/myblog/demo/entity/CommentEntity.java | FourierYe/MyBlog | ff9e2492d3e65e92a92c2df75d1c5be2d9829499 | [
"MIT"
] | 1 | 2018-03-07T10:04:20.000Z | 2018-03-07T10:04:20.000Z | src/main/java/com/drye/myblog/demo/entity/CommentEntity.java | MrYezhipeng/MyBlog | ff9e2492d3e65e92a92c2df75d1c5be2d9829499 | [
"MIT"
] | 1 | 2020-04-23T06:03:59.000Z | 2020-04-23T06:03:59.000Z | package com.drye.myblog.demo.entity;
/**
* The type Comment entity.
*
* @Description: CommentEntity实体类
* @Author: GeekYe
* @Date: 2018 /3/7
*/
public class CommentEntity {
private Integer commentId;
private String commentName;
private String commentEmail;
private String commentContent;
priva... | 20.972414 | 63 | 0.56363 |
a8cfc222e25174390a2f97fd755df3057a38dd43 | 13,163 | rs | Rust | src/sim/fcfg1.rs | rv32m1-rust/rv32m1_ri5cy-pac | 1f98f7ab62b6f99f9de0157085ecd09855b6560f | [
"Apache-2.0",
"MIT"
] | 5 | 2019-09-09T17:12:39.000Z | 2021-05-25T10:33:24.000Z | src/sim/fcfg1.rs | rv32m1-rust/rv32m1_ri5cy-pac | 1f98f7ab62b6f99f9de0157085ecd09855b6560f | [
"Apache-2.0",
"MIT"
] | null | null | null | src/sim/fcfg1.rs | rv32m1-rust/rv32m1_ri5cy-pac | 1f98f7ab62b6f99f9de0157085ecd09855b6560f | [
"Apache-2.0",
"MIT"
] | null | null | null | #[doc = "Reader of register FCFG1"]
pub type R = crate::R<u32, super::FCFG1>;
#[doc = "Writer for register FCFG1"]
pub type W = crate::W<u32, super::FCFG1>;
#[doc = "Register FCFG1 `reset()`'s with value 0xcaa9_0400"]
impl crate::ResetValue for super::FCFG1 {
type Type = u32;
#[inline(always)]
fn reset_value() ->... | 29.057395 | 84 | 0.631771 |
926b3e5704639a096c89c409da0a14ea37137d35 | 1,927 | swift | Swift | MercadoPagoSDK/MercadoPagoSDK/Core/PXAmountHelper.swift | MarceloJoseML/px-ios | a8e9279e562faefcb31accd6151543255d3732bc | [
"MIT"
] | null | null | null | MercadoPagoSDK/MercadoPagoSDK/Core/PXAmountHelper.swift | MarceloJoseML/px-ios | a8e9279e562faefcb31accd6151543255d3732bc | [
"MIT"
] | null | null | null | MercadoPagoSDK/MercadoPagoSDK/Core/PXAmountHelper.swift | MarceloJoseML/px-ios | a8e9279e562faefcb31accd6151543255d3732bc | [
"MIT"
] | null | null | null | //
// PXAmountHelper.swift
// MercadoPagoSDK
//
// Created by Demian Tejo on 29/5/18.
// Copyright © 2018 MercadoPago. All rights reserved.
//
import Foundation
internal struct PXAmountHelper {
internal let preference: PXCheckoutPreference
internal let paymentData: PXPaymentData
internal let discount... | 25.025974 | 87 | 0.560976 |
28126307e6774ad912aec84c14dbed857c5cbe79 | 303 | go | Go | generator/testdata/rpc/errors/same-request-response-types/greeter.remoto.go | jamesjwarren/remoto | cf17d7a2a80359f3bcf6866d6a60a7177c41f560 | [
"Apache-2.0"
] | 258 | 2018-06-27T19:48:57.000Z | 2018-08-08T21:52:25.000Z | generator/testdata/rpc/errors/same-request-response-types/greeter.remoto.go | jamesjwarren/remoto | cf17d7a2a80359f3bcf6866d6a60a7177c41f560 | [
"Apache-2.0"
] | 7 | 2018-06-28T08:30:16.000Z | 2018-07-03T13:52:16.000Z | generator/testdata/rpc/errors/same-request-response-types/greeter.remoto.go | jamesjwarren/remoto | cf17d7a2a80359f3bcf6866d6a60a7177c41f560 | [
"Apache-2.0"
] | 8 | 2018-06-28T08:29:31.000Z | 2018-07-03T01:14:45.000Z | // Package greeter is a sweet API that greets people.
package greeter
// Greeter provides greeting services.
type Greeter interface {
// Greet generates a greeting.
Greet(GreetRequest) GreetRequest
}
// GreetRequest is the request for Greeter.GreetRequest.
type GreetRequest struct {
Name string
}
| 21.642857 | 56 | 0.778878 |
775176e3c7737494799b1ece0628d92a2ad486ed | 38,871 | html | HTML | docs/apidocs/latest/org.autogui/org/autogui/base/mapping/ScheduledTaskRunner.html | ppp-kohe/ppp-kohe.github.io | ebf2f79e5b2af01212ddbd7c661dffddd6b60e84 | [
"Apache-2.0"
] | null | null | null | docs/apidocs/latest/org.autogui/org/autogui/base/mapping/ScheduledTaskRunner.html | ppp-kohe/ppp-kohe.github.io | ebf2f79e5b2af01212ddbd7c661dffddd6b60e84 | [
"Apache-2.0"
] | null | null | null | docs/apidocs/latest/org.autogui/org/autogui/base/mapping/ScheduledTaskRunner.html | ppp-kohe/ppp-kohe.github.io | ebf2f79e5b2af01212ddbd7c661dffddd6b60e84 | [
"Apache-2.0"
] | null | null | null | <!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.11) on Sat Jun 26 12:52:32 JST 2021 -->
<title>ScheduledTaskRunner (org.autogui:autogui 1.4 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-06-26">
<link rel="s... | 51.281003 | 2,164 | 0.693422 |
721bc6dba4bbbf917db14e128c3be2a5360d2169 | 257 | rs | Rust | bls12_381/src/fields/fr.rs | mmagician/curves | 5a1e16e2b7719b29d6e0439f511f3796b5bad982 | [
"Apache-2.0",
"MIT"
] | 1 | 2021-11-17T17:38:21.000Z | 2021-11-17T17:38:21.000Z | bls12_381/src/fields/fr.rs | mmagician/curves | 5a1e16e2b7719b29d6e0439f511f3796b5bad982 | [
"Apache-2.0",
"MIT"
] | 8 | 2022-01-06T18:28:42.000Z | 2022-03-04T06:56:14.000Z | test-curves/src/bls12_381/fr.rs | mmagician/algebra | bf1e24211df2be1ee317e382aa128281766e9c1f | [
"Apache-2.0",
"MIT"
] | 1 | 2021-11-17T17:38:13.000Z | 2021-11-17T17:38:13.000Z | use ark_ff::fields::{Fp256, MontBackend, MontConfig};
#[derive(MontConfig)]
#[modulus = "52435875175126190479447740508185965837690552500527637822603658699938581184513"]
#[generator = "7"]
pub struct FrConfig;
pub type Fr = Fp256<MontBackend<FrConfig, 4>>;
| 32.125 | 92 | 0.785992 |
e00f9bd8011841237e304a672b76ce63b18e3e0c | 1,706 | sql | SQL | Database/Install/0001_Create_Tables.sql | Ujinjinjin/JFS | f1aee07ea4a32748f650be82916e7b952cd3b153 | [
"MIT"
] | null | null | null | Database/Install/0001_Create_Tables.sql | Ujinjinjin/JFS | f1aee07ea4a32748f650be82916e7b952cd3b153 | [
"MIT"
] | null | null | null | Database/Install/0001_Create_Tables.sql | Ujinjinjin/JFS | f1aee07ea4a32748f650be82916e7b952cd3b153 | [
"MIT"
] | null | null | null | CREATE TABLE Profile (
id INTEGER CONSTRAINT pk_profile PRIMARY KEY AUTOINCREMENT,
name TEXT UNIQUE NOT NULL,
active BOOLEAN NOT NULL
);
CREATE TABLE Sync (
id INTEGER CONSTRAINT pk_sync PRIMARY KEY AUTOINCREMENT,
jira_key TEXT NOT NULL,
tfs_id INTEGER NOT NULL,
rev ... | 29.413793 | 76 | 0.677608 |
75d377b99a0d4cf3e81bd16eb6670d39cd69a983 | 1,902 | rs | Rust | src/utility/vkstuff/vksemaphore.rs | gwowen/rust-vk-playground | 649196ba316459de514b9ffa03f1563212b3f043 | [
"MIT"
] | null | null | null | src/utility/vkstuff/vksemaphore.rs | gwowen/rust-vk-playground | 649196ba316459de514b9ffa03f1563212b3f043 | [
"MIT"
] | null | null | null | src/utility/vkstuff/vksemaphore.rs | gwowen/rust-vk-playground | 649196ba316459de514b9ffa03f1563212b3f043 | [
"MIT"
] | null | null | null | use ash::version::DeviceV1_0;
use ash::version::EntryV1_0;
use ash::version::InstanceV1_0;
use ash::vk;
use std::ffi::CString;
use std::os::raw::c_char;
use std::os::raw::c_void;
use std::path::Path;
use std::ptr;
use crate::utility::constants::*;
use crate::utility::debug;
use crate::utility::platforms;
use crate::u... | 32.237288 | 93 | 0.633018 |
6d3139105a39d74027c2fe27105f119b45d5ea1e | 20,160 | asm | Assembly | 3d/interp.asm | arbruijn/d1dos | 00b969f31fd475530e7e24d7e9759c70705634e0 | [
"Unlicense"
] | 2 | 2022-01-15T17:56:45.000Z | 2022-02-16T17:58:02.000Z | 3d/interp.asm | arbruijn/d1dos | 00b969f31fd475530e7e24d7e9759c70705634e0 | [
"Unlicense"
] | 1 | 2022-02-16T18:08:42.000Z | 2022-02-21T07:42:27.000Z | 3d/interp.asm | arbruijn/d1dos | 00b969f31fd475530e7e24d7e9759c70705634e0 | [
"Unlicense"
] | null | null | null | ;THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX
;SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO
;END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A
;ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS
;IN USING, DISPLAYING, ... | 20.18018 | 99 | 0.739286 |
54d6088f88432a1a75adc69129723aa0be64a3f9 | 587 | asm | Assembly | programs/oeis/007/A007093.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/007/A007093.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/007/A007093.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A007093: Numbers in base 7.
; Coded manually 2021-05-07 by Simon Strandgaard, https://github.com/neoneye
; 0,1,2,3,4,5,6,10,11,12,13,14,15,16,20,21,22,23,24,25,26,30,31,32,33,34,35,36,40,41,42,43,44,45,46,50,51,52,53,54,55,56,60,61,62,63,64,65,66,100,101,102,103,104,105,106,110,111,112,113,114,115,116,120
mov $3,1 ;... | 39.133333 | 201 | 0.679727 |
2323c387f90007034ae0dbf7c3f76361b125ec31 | 15,036 | rs | Rust | object/src/mem.rs | cozyDoomer/dicom-rs | cdcc2b1326ab5a216a944dfd72e94a10da409aab | [
"Apache-2.0",
"MIT"
] | null | null | null | object/src/mem.rs | cozyDoomer/dicom-rs | cdcc2b1326ab5a216a944dfd72e94a10da409aab | [
"Apache-2.0",
"MIT"
] | null | null | null | object/src/mem.rs | cozyDoomer/dicom-rs | cdcc2b1326ab5a216a944dfd72e94a10da409aab | [
"Apache-2.0",
"MIT"
] | null | null | null | //! This module contains the implementation for an in-memory DICOM object.
use itertools::Itertools;
use smallvec::SmallVec;
use std::collections::BTreeMap;
use std::fs::File;
use std::io::{BufReader, Read};
use std::path::Path;
use crate::meta::FileMetaTable;
use crate::{DicomObject, RootDicomObject};
use dicom_core... | 33.413333 | 96 | 0.602953 |
b2b6aed7dde137dbec9d46784b9eb3493640ecc8 | 1,322 | py | Python | networks/rnn.py | uchikun2493/nn_modules | ad3486b842fc543561d39227de5daaa475d3513a | [
"MIT"
] | null | null | null | networks/rnn.py | uchikun2493/nn_modules | ad3486b842fc543561d39227de5daaa475d3513a | [
"MIT"
] | null | null | null | networks/rnn.py | uchikun2493/nn_modules | ad3486b842fc543561d39227de5daaa475d3513a | [
"MIT"
] | null | null | null | # pytorch
import torch
import torch.nn as nn
import torch.nn.functional as F
# **********************************************
# rnn class
# **********************************************
class BasicRNNCell(nn.Module):
def __init__(self, inputs, hidden, outputs):
super(BasicRNNCell, self).__init__()
... | 24.481481 | 61 | 0.533283 |
e50c5ad122d4350bdae67a23c64d9f3b7a1fef89 | 425 | html | HTML | extension/templates/popup-iframe.html | alok1111/leo-translate | 5616cdfa8a0f514a8335b792c1da80ffb9479430 | [
"MIT"
] | 62 | 2017-10-08T23:32:10.000Z | 2022-02-20T16:15:44.000Z | extension/templates/popup-iframe.html | alok1111/leo-translate | 5616cdfa8a0f514a8335b792c1da80ffb9479430 | [
"MIT"
] | 53 | 2017-10-05T11:28:57.000Z | 2022-02-26T03:16:07.000Z | extension/templates/popup-iframe.html | alok1111/leo-translate | 5616cdfa8a0f514a8335b792c1da80ffb9479430 | [
"MIT"
] | 10 | 2017-11-20T19:19:27.000Z | 2020-10-18T19:05:02.000Z | <!DOCTYPE html>
<html class="theme-leo-translate">
<head>
<meta charset="utf-8">
<style>
html, body {
margin: 0;
padding: 0;
border: none;
width: 250px;
overflow-x: hidden;
}
</style>
</head>
<body>
<div id="the-popup-iframe"></div>
<script src="../dist/vendor.js"></script>
<script ... | 18.478261 | 49 | 0.592941 |
cb848416c9f3d6fe9640119ea2c39ed7aec3d424 | 140 | swift | Swift | Sources/Transitions+RequestBuilder/Request Builder/Implementation/HttpMethod.swift | ivabra/Transitions.swift | b3b1f2ab48b85ee02422b0d44aa500c4032d6afe | [
"MIT"
] | null | null | null | Sources/Transitions+RequestBuilder/Request Builder/Implementation/HttpMethod.swift | ivabra/Transitions.swift | b3b1f2ab48b85ee02422b0d44aa500c4032d6afe | [
"MIT"
] | null | null | null | Sources/Transitions+RequestBuilder/Request Builder/Implementation/HttpMethod.swift | ivabra/Transitions.swift | b3b1f2ab48b85ee02422b0d44aa500c4032d6afe | [
"MIT"
] | null | null | null | public enum HttpMethod: String {
case get = "GET"
case post = "POST"
case delete = "DELETE"
case head = "HEAD"
case put = "PUT"
}
| 17.5 | 32 | 0.614286 |
bf301ad3f988ab486c98a8997ce4ca75213d9db6 | 18,046 | rs | Rust | src/computecore/utilities.rs | rafawo/hcsrs | c8d70a431eed24ccc53b4119975cc11fc8972d6a | [
"Apache-2.0",
"MIT"
] | 6 | 2020-04-03T11:34:23.000Z | 2021-04-05T16:55:30.000Z | src/computecore/utilities.rs | rafawo/hcsrs | c8d70a431eed24ccc53b4119975cc11fc8972d6a | [
"Apache-2.0",
"MIT"
] | null | null | null | src/computecore/utilities.rs | rafawo/hcsrs | c8d70a431eed24ccc53b4119975cc11fc8972d6a | [
"Apache-2.0",
"MIT"
] | 2 | 2020-07-16T01:59:22.000Z | 2021-06-27T06:52:19.000Z | // Copyright (c) 2019-2020 Rafael Alcaraz Mercado. All rights reserved.
// Licensed under the Apache License, Version 2.0
// <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
// All files in the project carrying such... | 35.523622 | 106 | 0.646681 |
84f68cf16373a80f740ecf4cf2614fc6f5f81092 | 3,998 | h | C | macOS/10.13/VectorKit.framework/VKSceneConfiguration.h | onmyway133/Runtime-Headers | e9b80e7ab9103f37ad421ad6b8b58ee06369d21f | [
"MIT"
] | 30 | 2016-10-09T20:13:00.000Z | 2022-01-24T04:14:57.000Z | macOS/10.13/VectorKit.framework/VKSceneConfiguration.h | onmyway133/Runtime-Headers | e9b80e7ab9103f37ad421ad6b8b58ee06369d21f | [
"MIT"
] | null | null | null | macOS/10.13/VectorKit.framework/VKSceneConfiguration.h | onmyway133/Runtime-Headers | e9b80e7ab9103f37ad421ad6b8b58ee06369d21f | [
"MIT"
] | 7 | 2017-08-29T14:41:25.000Z | 2022-01-19T17:14:54.000Z | /* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
*/
@interface VKSceneConfiguration : NSObject {
unsigned char _cameraMode;
unsigned long long _currentGroupedManeuverCount;
unsigned char _currentIncidentType;
unsigned char _current... | 45.431818 | 189 | 0.732116 |
b4bb4adcaaa6eb908e1be607611ba8286e79d1c8 | 1,062 | sql | SQL | db/schema.sql | dzungtran/togo | 100025c6331acb11f5206e7ebbb77f5e7406a045 | [
"MIT"
] | null | null | null | db/schema.sql | dzungtran/togo | 100025c6331acb11f5206e7ebbb77f5e7406a045 | [
"MIT"
] | null | null | null | db/schema.sql | dzungtran/togo | 100025c6331acb11f5206e7ebbb77f5e7406a045 | [
"MIT"
] | null | null | null | GRANT ALL PRIVILEGES
ON DATABASE manabie_db TO demo;
CREATE EXTENSION pgcrypto;
CREATE SEQUENCE togo_users_id_seq START 1;
CREATE SEQUENCE togo_task_id_seq START 1;
CREATE TABLE users
(
id int8 NOT NULL DEFAULT nextval('togo_users_id_seq'::regclass),
username varchar(36) NOT NULL,
... | 34.258065 | 99 | 0.699623 |
d5c7010701f2cacb91cb21628b04187af7cf6f47 | 2,847 | h | C | include/rocket/tcp_socket.h | bneff/rocket | 0f6bd66796c45564f85db8753e81a0a64825cc2b | [
"BSD-3-Clause"
] | null | null | null | include/rocket/tcp_socket.h | bneff/rocket | 0f6bd66796c45564f85db8753e81a0a64825cc2b | [
"BSD-3-Clause"
] | null | null | null | include/rocket/tcp_socket.h | bneff/rocket | 0f6bd66796c45564f85db8753e81a0a64825cc2b | [
"BSD-3-Clause"
] | null | null | null | /*
Copyright (c) 2015, Bryan Neff
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 conditions and the following di... | 35.5875 | 97 | 0.758693 |
0bdccdc19f98bd261bbf7d0743d10bb1d0851190 | 924 | js | JavaScript | lib/cjs/utils/useTimeout.js | Zhurbin/rsuite | a04a00342248d99ef7f17711a265577c467d2860 | [
"MIT"
] | 2 | 2021-11-26T00:46:16.000Z | 2021-11-27T06:55:57.000Z | lib/cjs/utils/useTimeout.js | Zhurbin/rsuite | a04a00342248d99ef7f17711a265577c467d2860 | [
"MIT"
] | 2 | 2022-01-18T13:54:05.000Z | 2022-03-24T01:18:30.000Z | lib/cjs/utils/useTimeout.js | Zhurbin/rsuite | a04a00342248d99ef7f17711a265577c467d2860 | [
"MIT"
] | null | null | null | "use strict";
exports.__esModule = true;
exports.default = void 0;
var _react = require("react");
/**
* A timer hook
* @param fn Timer callback function
* @param ms Milliseconds of the timer
* @param open Whether to open the timer
*/
function useTimeout(fn, ms, open) {
if (ms === void 0) {
ms = 0;
}
... | 21.488372 | 58 | 0.590909 |
760fe5d4159ddf4da874eac00334ab16a87d42d9 | 644 | go | Go | test/compare/testdata/misc/assignment.go | zapateo/scriggo | 92062fc515661d920c655731b146e40e5b0edec6 | [
"BSD-3-Clause"
] | 294 | 2021-09-15T13:28:31.000Z | 2022-03-02T21:45:58.000Z | test/compare/testdata/misc/assignment.go | zapateo/scriggo | 92062fc515661d920c655731b146e40e5b0edec6 | [
"BSD-3-Clause"
] | 45 | 2021-09-15T15:28:59.000Z | 2022-03-24T08:55:13.000Z | test/compare/testdata/misc/assignment.go | zapateo/scriggo | 92062fc515661d920c655731b146e40e5b0edec6 | [
"BSD-3-Clause"
] | 14 | 2021-09-17T04:30:17.000Z | 2021-12-28T10:54:47.000Z | // run
package main
import "fmt"
func main() {
a, b := 10, 20
fmt.Println(a, b)
a, b = b, a
fmt.Println(a, b)
x := []int{1, 2, 3}
i := 0
i, x[i] = 1, 2
i = 0
x[i], i = 2, 1
x[0], x[0] = 1, 2
x[1], x[2] = 4, 5
v := 10
fmt.Println(v)
ref := &v
*ref = 2
fmt.Println(v)
i = 2
x = []int{3, 5, 7}
/... | 12.384615 | 49 | 0.495342 |
7509af55532ccd2530b1379dff47f0c09d83c832 | 3,888 | c | C | cobrinhas.c | AkiraDemenech/Cobrinha | aa149b255f2dbf9d204e340e1b725480f969b6d3 | [
"Unlicense"
] | null | null | null | cobrinhas.c | AkiraDemenech/Cobrinha | aa149b255f2dbf9d204e340e1b725480f969b6d3 | [
"Unlicense"
] | null | null | null | cobrinhas.c | AkiraDemenech/Cobrinha | aa149b255f2dbf9d204e340e1b725480f969b6d3 | [
"Unlicense"
] | null | null | null | #include<windows.h>
#include<stdlib.h>
#include <stdio.h>
#include <conio.h>
#include <time.h>
#define neck 177 // caractere do pescoço
#define head 1 // diferença do pescoço para a cabeça
#define size 5 // tamanho mínimo da cobrinha e diferença para o máximo
int tamanho;
char vidro[4]; // caracteres que não são a co... | 31.104 | 216 | 0.585648 |
ac857100d300872be14702e0da6a09cc5a68385c | 1,519 | swift | Swift | YGXCheckVersion/YGXAPITool.swift | lxlxl3691/YGXCheckVersion | b4cbffe154bb215e7287e7d65e4c62a75c55adf2 | [
"MIT"
] | null | null | null | YGXCheckVersion/YGXAPITool.swift | lxlxl3691/YGXCheckVersion | b4cbffe154bb215e7287e7d65e4c62a75c55adf2 | [
"MIT"
] | null | null | null | YGXCheckVersion/YGXAPITool.swift | lxlxl3691/YGXCheckVersion | b4cbffe154bb215e7287e7d65e4c62a75c55adf2 | [
"MIT"
] | null | null | null | //
// YGXAPITool.swift
// YGXCheckVersionDemo
//
// Created by michael 伊 on 2018/5/30.
// Copyright © 2018年 michael 伊. All rights reserved.
//
import Foundation
typealias callbackfunc = (_ result: [String: Any]) -> Void
typealias faildBlock = (_ error: Error?) -> Void
class YGXAPITool: NSObject {
static let ... | 30.38 | 181 | 0.533904 |
89e2a112577083b586bf919c45ec1784ae98d2ff | 5,468 | kt | Kotlin | src/test/kotlin/net/robinfriedli/exec/modes/ModesTest.kt | robinfriedli/exec | f12d68dbdb0bc2b080363444dcca75851c2a7e81 | [
"MIT"
] | null | null | null | src/test/kotlin/net/robinfriedli/exec/modes/ModesTest.kt | robinfriedli/exec | f12d68dbdb0bc2b080363444dcca75851c2a7e81 | [
"MIT"
] | null | null | null | src/test/kotlin/net/robinfriedli/exec/modes/ModesTest.kt | robinfriedli/exec | f12d68dbdb0bc2b080363444dcca75851c2a7e81 | [
"MIT"
] | null | null | null | package net.robinfriedli.exec.modes
import net.robinfriedli.exec.AbstractNestedModeWrapper
import net.robinfriedli.exec.Invoker
import net.robinfriedli.exec.Mode
import net.robinfriedli.exec.MutexSync
import org.testng.Assert.*
import org.testng.annotations.DataProvider
import org.testng.annotations.Test
import java.u... | 27.477387 | 108 | 0.555779 |
c7de815013c050587027568096e7b73a8a2db2a0 | 120 | py | Python | tests/models/filters_test.py | aasiffaizal/cowin-alert-system | 4c15509e2794dea684ce0babd7fe30937a5aa527 | [
"Apache-2.0"
] | 1 | 2021-05-20T05:01:04.000Z | 2021-05-20T05:01:04.000Z | tests/models/filters_test.py | aasiffaizal/cowin-alert-system | 4c15509e2794dea684ce0babd7fe30937a5aa527 | [
"Apache-2.0"
] | null | null | null | tests/models/filters_test.py | aasiffaizal/cowin-alert-system | 4c15509e2794dea684ce0babd7fe30937a5aa527 | [
"Apache-2.0"
] | null | null | null | from models.filters import ConfiguredFilter
def test_filters_model(db):
db.query(ConfiguredFilter).limit(1).all()
| 20 | 45 | 0.783333 |
f989f9557ac153492cf2374927f9f5f6a328b88d | 2,040 | go | Go | storage/rocks/rocksdb_shard.go | abv76/vasto | ab20500557e64225e89b14a2b9e8c451ed8e2d4e | [
"Apache-2.0"
] | 252 | 2018-01-16T05:19:58.000Z | 2022-02-04T14:46:02.000Z | storage/rocks/rocksdb_shard.go | abv76/vasto | ab20500557e64225e89b14a2b9e8c451ed8e2d4e | [
"Apache-2.0"
] | 17 | 2018-05-29T11:21:04.000Z | 2019-10-15T21:37:04.000Z | storage/rocks/rocksdb_shard.go | abv76/vasto | ab20500557e64225e89b14a2b9e8c451ed8e2d4e | [
"Apache-2.0"
] | 30 | 2018-04-06T09:56:51.000Z | 2022-01-23T09:48:12.000Z | package rocks
import (
"github.com/chrislusf/glog"
"github.com/chrislusf/gorocksdb"
"github.com/chrislusf/vasto/storage/codec"
"github.com/dgryski/go-jump"
"time"
)
type shardingCompactionFilter struct {
shardId int32
shardCount int
isResizing bool
}
func (m *shardingCompactionFilter) configure(shardId in... | 30.909091 | 148 | 0.728922 |
e04821db107e49d506b9efbfc3afd4a34864c4d9 | 2,473 | swift | Swift | SmartToDo/Views/Cells/ToDoEditorDateBaseTableViewCell.swift | otakisan/SmartToDo | db14478db1dddb7e44d1c9eaa76e67f75836d00e | [
"MIT"
] | null | null | null | SmartToDo/Views/Cells/ToDoEditorDateBaseTableViewCell.swift | otakisan/SmartToDo | db14478db1dddb7e44d1c9eaa76e67f75836d00e | [
"MIT"
] | null | null | null | SmartToDo/Views/Cells/ToDoEditorDateBaseTableViewCell.swift | otakisan/SmartToDo | db14478db1dddb7e44d1c9eaa76e67f75836d00e | [
"MIT"
] | null | null | null | //
// ToDoEditorDateBaseTableViewCell.swift
// SmartToDo
//
// Created by Takashi Ikeda on 2014/11/02.
// Copyright (c) 2014年 ti. All rights reserved.
//
import UIKit
class ToDoEditorDateBaseTableViewCell: ToDoEditorBaseTableViewCell {
override func awakeFromNib() {
super.awakeFromNib()
// In... | 26.880435 | 178 | 0.627173 |
59efbe7a3b22c3643a3643d7cca6623db93c4c3f | 7,192 | sql | SQL | Create_StoredProcedure_to_Generate_Dates.sql | Sai-Charan-Nedunuri/Loan_Data_Warehouse | 9aa696a244b5222c8799e8834500eedb314290fe | [
"Unlicense"
] | null | null | null | Create_StoredProcedure_to_Generate_Dates.sql | Sai-Charan-Nedunuri/Loan_Data_Warehouse | 9aa696a244b5222c8799e8834500eedb314290fe | [
"Unlicense"
] | null | null | null | Create_StoredProcedure_to_Generate_Dates.sql | Sai-Charan-Nedunuri/Loan_Data_Warehouse | 9aa696a244b5222c8799e8834500eedb314290fe | [
"Unlicense"
] | null | null | null | USE [BankOne_DW]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE OR ALTER PROCEDURE [dbo].[Load_DimDate]
@StartDate DATE = '2000-01-01',
@EndDate DATE = '2025-12-31'
AS
BEGIN
SET NOCOUNT ON;
SET XACT_ABORT ON;
TRUNCATE TABLE [Dim_Date];
DECLARE @EndOfTime datetime = '9999-12-31';
DECLARE ... | 28.768 | 217 | 0.548804 |
fff6ce06a8062c246ab6b48bc6d8f4a7eea3366d | 10,662 | html | HTML | hotelsite/staff/templates/staff/staff_home.html | guapxcv/Hotel_manage | 7e99dcb6d95b6f03f530fdd67ab64e9bc0d18e2c | [
"MIT"
] | null | null | null | hotelsite/staff/templates/staff/staff_home.html | guapxcv/Hotel_manage | 7e99dcb6d95b6f03f530fdd67ab64e9bc0d18e2c | [
"MIT"
] | null | null | null | hotelsite/staff/templates/staff/staff_home.html | guapxcv/Hotel_manage | 7e99dcb6d95b6f03f530fdd67ab64e9bc0d18e2c | [
"MIT"
] | null | null | null | <meta charset="UTF-8" /> <!--한글깨짐을 방지.-->
{% extends 'staff/staff_base.html' %}
{% load staticfiles %}
{% block content %}
<div style="border:1px #dedede; width:10; height:10; overflow:auto;" >
<table cellspacing="0" class="case03" style="width:85%; margin: 10px 40px;" id="table" name="table">
<colgro... | 35.54 | 118 | 0.46783 |