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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c52df36bfd74d76612daa2501329c41e008ca567 | 63 | ps1 | PowerShell | Powershell/PowerCli/vmwarescripts.ps1 | martincho5/vscode | 7d9568590d307de5319e7f7c94cc6a88ca0563d0 | [
"MIT"
] | null | null | null | Powershell/PowerCli/vmwarescripts.ps1 | martincho5/vscode | 7d9568590d307de5319e7f7c94cc6a88ca0563d0 | [
"MIT"
] | null | null | null | Powershell/PowerCli/vmwarescripts.ps1 | martincho5/vscode | 7d9568590d307de5319e7f7c94cc6a88ca0563d0 | [
"MIT"
] | null | null | null | get-vm | where {$_.PowerState -eq "PoweredOn"} | measure-object | 63 | 63 | 0.714286 |
24a45db28de5cec9cdfda01af0397809a49c57eb | 1,729 | lua | Lua | scripts/ubuntu_setup/nvim/lua/flutter.lua | cherry-jubilee/windows-dev-box-setup-scripts | 4d7cf32edaf85ed7d9878e7e3001cb7e628c69cf | [
"MIT"
] | 1 | 2022-02-04T07:11:50.000Z | 2022-02-04T07:11:50.000Z | scripts/ubuntu_setup/nvim/lua/flutter.lua | cherry-jubilee/windows-dev-box-setup-scripts | 4d7cf32edaf85ed7d9878e7e3001cb7e628c69cf | [
"MIT"
] | null | null | null | scripts/ubuntu_setup/nvim/lua/flutter.lua | cherry-jubilee/windows-dev-box-setup-scripts | 4d7cf32edaf85ed7d9878e7e3001cb7e628c69cf | [
"MIT"
] | null | null | null | local map = vim.api.nvim_set_keymap
local opts = { noremap = true, silent = true }
local flutter_tools = require'flutter-tools'
local capabilities = vim.lsp.protocol.make_client_capabilities()
capabilities.textDocument.completion.completionItem.snippetSupport = true;
local dap = require'dap';
flutter_tool... | 29.810345 | 97 | 0.644303 |
e83b6e8adf49192605dcae5d62b700058d8f4c9e | 402 | hpp | C++ | drafts/tagz/src/main/tagz/base/tag.hpp | tekhnus/misc | cf4c6e29434c546e3c29f24f7bb16a0ac65005f5 | [
"Unlicense"
] | null | null | null | drafts/tagz/src/main/tagz/base/tag.hpp | tekhnus/misc | cf4c6e29434c546e3c29f24f7bb16a0ac65005f5 | [
"Unlicense"
] | null | null | null | drafts/tagz/src/main/tagz/base/tag.hpp | tekhnus/misc | cf4c6e29434c546e3c29f24f7bb16a0ac65005f5 | [
"Unlicense"
] | null | null | null | #ifndef TAGZ_BASE_TAG_HPP
#define TAGZ_BASE_TAG_HPP
#include <string>
#include <initializer_list>
namespace tagz {
namespace base {
class tag
{
public:
tag(const std::string &prefix, const std::string &suffix, std::initializer_list<std::string> content);
operator const std::string&();
private:
std::strin... | 17.478261 | 106 | 0.723881 |
de27fd8b1fde7464b6a566341688358569ffa115 | 1,980 | rs | Rust | vm/src/obj/objfilter.rs | clemado1/RustPython | 3c01e9f1d4b1b8d140c388a6ecdaf0ec7128e453 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | vm/src/obj/objfilter.rs | clemado1/RustPython | 3c01e9f1d4b1b8d140c388a6ecdaf0ec7128e453 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | vm/src/obj/objfilter.rs | clemado1/RustPython | 3c01e9f1d4b1b8d140c388a6ecdaf0ec7128e453 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | use super::objbool;
use super::objiter;
use super::objtype::PyClassRef;
use crate::pyobject::{IdProtocol, PyClassImpl, PyContext, PyObjectRef, PyRef, PyResult, PyValue};
use crate::vm::VirtualMachine;
pub type PyFilterRef = PyRef<PyFilter>;
/// filter(function or None, iterable) --> filter object
///
/// Return an it... | 27.5 | 97 | 0.59899 |
006c638a84d0a9638e3975ea5b5c7ed3deab91d6 | 6,404 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1122.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1122.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1122.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 %r10
push %r12
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1e4a, %rdi
nop
nop
sub %rsi, %rsi
mov $0x6162636465666768, %r15
movq %r15, (%rdi)
nop
nop
nop
nop
nop
sub $3480, %r8
lea addresses_WC_ht+0x20ca, %r9
xor $26850, %r12
vmovups (... | 38.578313 | 2,999 | 0.656621 |
b2ca6eaf7552a4bd3a31e68ef00429f996d1b07d | 1,489 | ps1 | PowerShell | Prototype/Demo/Demo-4-ManageAADGroup-Module.ps1 | anishsethumadhav/PSSample | 8db4624890933fc95606f92e80e4e6122574388c | [
"Apache-2.0"
] | 1 | 2021-03-28T10:13:38.000Z | 2021-03-28T10:13:38.000Z | Prototype/Demo/Demo-4-ManageAADGroup-Module.ps1 | petercannon/psconfeu2019 | 88ba5b4921950ee4d54d128d9603039b5e7b3fc7 | [
"Apache-2.0"
] | 3 | 2020-07-07T19:53:27.000Z | 2021-05-08T16:02:45.000Z | Prototype/Demo/Demo-4-ManageAADGroup-Module.ps1 | anishsethumadhav/PSSample | 8db4624890933fc95606f92e80e4e6122574388c | [
"Apache-2.0"
] | 3 | 2020-05-14T10:23:17.000Z | 2021-11-21T00:08:19.000Z | <#
ManageAAD Group PowerShell module is a wrapper module on the Graph API for managing Active Directory Groups.
Collapse regions - Ctrl K + Ctrl 8
#>
#region variables
$Tenantid = '496f0b27-4fa4-4c3d-8bbe-19c4b6875c81' #sstranger
$ClientID = 'a6e00d89-360e-40c6-a7de-3ad29d733fc7' #ApplicationID
$ClientSecret ... | 28.09434 | 112 | 0.672263 |
6b50439335f9a2a49a17e0f33d50b12b71d60795 | 1,128 | html | HTML | dns_meta/dns_isp_id_sehat_first.html | citizenlab/filtering-annotations | f06b4e26473321af65d1866a3bf0a3f99cb1b7bc | [
"BSD-3-Clause"
] | 9 | 2020-06-18T16:10:26.000Z | 2021-03-24T07:13:16.000Z | dns_meta/dns_isp_id_sehat_first.html | citizenlab/filtering-annotations | f06b4e26473321af65d1866a3bf0a3f99cb1b7bc | [
"BSD-3-Clause"
] | null | null | null | dns_meta/dns_isp_id_sehat_first.html | citizenlab/filtering-annotations | f06b4e26473321af65d1866a3bf0a3f99cb1b7bc | [
"BSD-3-Clause"
] | 1 | 2021-04-07T03:57:09.000Z | 2021-04-07T03:57:09.000Z |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>FastNet | Internet Sehat dan Aman</title>
<link href="css/style.css" ... | 43.384615 | 121 | 0.637411 |
12f6f7247514f0656cd20d67ccb6dabc416d7072 | 295 | html | HTML | content/test/data/accessibility/html/figure.html | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | content/test/data/accessibility/html/figure.html | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | content/test/data/accessibility/html/figure.html | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | <!--
@MAC-ALLOW:AXRole*
@UIA-WIN-ALLOW:LocalizedControlType='figure'
@WIN-ALLOW:localized_extended_role='figure'
@WIN-ALLOW:xml-roles*
@AURALINUX-ALLOW:xml-roles*
-->
<!DOCTYPE html>
<html>
<body>
<figure>
<img src="pipe.jpg" alt="Sunspots" width="304" height="228">
</figure>
</body>
</html>
| 18.4375 | 62 | 0.698305 |
46a5a5f717717375a9b03befb8a1b1153efb5ffb | 2,234 | html | HTML | Evaluation/SciSummTask2Html/System8/SVM Method/Task2/J96-3004.system.html | hazemalsaied/AutomatiqueSummarization | 1b8d903fba44d5c06233de0dc7363b43abe76b00 | [
"MIT"
] | 1 | 2020-02-02T18:47:05.000Z | 2020-02-02T18:47:05.000Z | Evaluation/SciSummTask2Html/System8/SVM Method/Task2/J96-3004.system.html | hazemalsaied/AutomaticSummarization | 1b8d903fba44d5c06233de0dc7363b43abe76b00 | [
"MIT"
] | null | null | null | Evaluation/SciSummTask2Html/System8/SVM Method/Task2/J96-3004.system.html | hazemalsaied/AutomaticSummarization | 1b8d903fba44d5c06233de0dc7363b43abe76b00 | [
"MIT"
] | null | null | null | <html>
<head><title>J96-3004.system.</title> </head>
<body bgcolor="white">
<a name="0">[0]</a> <a href="#0" id=0>The initial stage of text analysis for any NLP task usually involves the tokenization of the input into words.</a>
<a name="1">[1]</a> <a href="#1" id=1>In this paper we present stochastic finite-state mode... | 148.933333 | 460 | 0.727395 |
66306f31a6909ff0c5458f993ee4b42292d3081a | 1,612 | cpp | C++ | Co-Simulation/Sumo/sumo-1.7.0/unittest/src/microsim/MSEventControlTest.cpp | uruzahe/carla | 940c2ab23cce1eda1ef66de35f66b42d40865fb1 | [
"MIT"
] | null | null | null | Co-Simulation/Sumo/sumo-1.7.0/unittest/src/microsim/MSEventControlTest.cpp | uruzahe/carla | 940c2ab23cce1eda1ef66de35f66b42d40865fb1 | [
"MIT"
] | null | null | null | Co-Simulation/Sumo/sumo-1.7.0/unittest/src/microsim/MSEventControlTest.cpp | uruzahe/carla | 940c2ab23cce1eda1ef66de35f66b42d40865fb1 | [
"MIT"
] | null | null | null | /****************************************************************************/
// Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
// Copyright (C) 2001-2020 German Aerospace Center (DLR) and others.
// This program and the accompanying materials are made available under the
// terms of the Ecli... | 40.3 | 93 | 0.632134 |
46df1cbdfd97b668696e19800ccf5fb5fab337b6 | 94 | html | HTML | src/app/pages/user/user.component.html | Max-UNLaM/pw2-tpfinal-front | febe47c5939cbc97a3839f5f055d672521e1326a | [
"MIT"
] | null | null | null | src/app/pages/user/user.component.html | Max-UNLaM/pw2-tpfinal-front | febe47c5939cbc97a3839f5f055d672521e1326a | [
"MIT"
] | 7 | 2020-07-16T08:45:02.000Z | 2022-02-17T17:33:47.000Z | src/app/pages/user/user.component.html | Max-UNLaM/pw2-tpfinal-front | febe47c5939cbc97a3839f5f055d672521e1326a | [
"MIT"
] | null | null | null | <div class="container-full" *ngIf="certifiedUser">
<router-outlet></router-outlet>
</div>
| 23.5 | 50 | 0.691489 |
b0014ae8b454fdfaca8f498634be3f52ca63bc5b | 4,112 | lua | Lua | awesome/.config/awesome/widgets/media/init.lua | shadowburst/.dotfiles | 0acf3db17eef77d76e537a303830433ca78b99cb | [
"MIT"
] | null | null | null | awesome/.config/awesome/widgets/media/init.lua | shadowburst/.dotfiles | 0acf3db17eef77d76e537a303830433ca78b99cb | [
"MIT"
] | null | null | null | awesome/.config/awesome/widgets/media/init.lua | shadowburst/.dotfiles | 0acf3db17eef77d76e537a303830433ca78b99cb | [
"MIT"
] | null | null | null | local awful = require('awful')
local beautiful = require('beautiful')
local gears = require('gears')
local wibox = require('wibox')
local env = require('env')
local icons = require('theme.icons')
local widget_container = require('widgets.containers.widget-container')
local dpi = beautiful.xresources.apply_dpi
local ... | 23.906977 | 109 | 0.681907 |
56ce24cef34383473fdbda9f9c3084e2d9f934ef | 6,778 | ts | TypeScript | src/lib/QueryField.ts | ahincalan/gql-builder | 8c8925db933f491a27c43af5bd746ccfa7fbb322 | [
"MIT"
] | 1 | 2019-04-28T16:12:40.000Z | 2019-04-28T16:12:40.000Z | src/lib/QueryField.ts | ahincalan/gql-builder | 8c8925db933f491a27c43af5bd746ccfa7fbb322 | [
"MIT"
] | null | null | null | src/lib/QueryField.ts | ahincalan/gql-builder | 8c8925db933f491a27c43af5bd746ccfa7fbb322 | [
"MIT"
] | null | null | null | export class QueryField {
fields: any = {};
filters: any = {};
parent: any;
depth = 0;
name: string = '';
constructor() {
}
addSibling(value: any, fields?: any, filters?: any): QueryField {
if (typeof value === 'string' && (fields || filters)) {
value = {
... | 37.655556 | 121 | 0.416199 |
16221e216f63cf71cc900f6dd9231a63f8d4ec56 | 691 | h | C | LED-Arduino.h | allan-cedric/LED-Arduino | 3a4743408a0b4bbc61ed00b70a39fd520b69b4df | [
"MIT"
] | null | null | null | LED-Arduino.h | allan-cedric/LED-Arduino | 3a4743408a0b4bbc61ed00b70a39fd520b69b4df | [
"MIT"
] | null | null | null | LED-Arduino.h | allan-cedric/LED-Arduino | 3a4743408a0b4bbc61ed00b70a39fd520b69b4df | [
"MIT"
] | null | null | null | // -- Classe que molda o comportamento de um LED --
// -- Plataforma: Arduino --
// -- Autor: Allan Cedric --
#ifndef __LED_ARDUINO_H__
#define __LED_ARDUINO_H__
// -- Bibliotecas --
#include <Arduino.h>
// -- Classe LED --
class LED
{
private:
uint8_t _pin; // Pino do LED
uint8_t _state; // Estado do LED
... | 15.355556 | 51 | 0.551375 |
0c7e9a3aad52198a92eec5f17a88407936b0fbf7 | 641 | html | HTML | app/views/sprint39c/_blue_bar.html | Al-Robinson/winter-fuel-prototype | 407c84a60c7cdfd6b25222f418df2b80fae6a337 | [
"MIT"
] | 1 | 2021-04-19T14:59:08.000Z | 2021-04-19T14:59:08.000Z | app/views/sprint39c/_blue_bar.html | Al-Robinson/winter-fuel-prototype | 407c84a60c7cdfd6b25222f418df2b80fae6a337 | [
"MIT"
] | 1 | 2021-04-20T10:22:26.000Z | 2021-04-20T10:22:26.000Z | app/views/sprint39c/_blue_bar.html | Al-Robinson/winter-fuel-prototype | 407c84a60c7cdfd6b25222f418df2b80fae6a337 | [
"MIT"
] | 1 | 2021-04-15T11:14:19.000Z | 2021-04-15T11:14:19.000Z | <div class="moj-identity-bar">
<div class="moj-identity-bar__container">
<div class="moj-identity-bar__details">
<span class="moj-identity-bar__title"><b>
{% if data['nino'] === 'MB 22 41 44 C' %}
Carmel Bouvet
{% endif %}
{% if data['nino'] === 'AX 04 99 84 C' %}
... | 30.52381 | 57 | 0.530421 |
741e98047bc5cfe653b11989fce2e381210d1345 | 467 | h | C | Demo/BLPlistModel/Headers/AM4Controller.h | iHealthBaoLei/iOS-BLPlistModel | b698d1113cc9c73482dfa7da486fb2face440082 | [
"MIT"
] | null | null | null | Demo/BLPlistModel/Headers/AM4Controller.h | iHealthBaoLei/iOS-BLPlistModel | b698d1113cc9c73482dfa7da486fb2face440082 | [
"MIT"
] | null | null | null | Demo/BLPlistModel/Headers/AM4Controller.h | iHealthBaoLei/iOS-BLPlistModel | b698d1113cc9c73482dfa7da486fb2face440082 | [
"MIT"
] | null | null | null | //
// AM4Controller.h
// iHealthApp3
//
// Created by 小翼 on 15/5/22.
// Copyright (c) 2015年 iHealth. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface AM4Controller : NSObject
/**
* Initialize AM4 controller class
*/
+(AM4Controller *)shareIHAM4Controller;
/**
* Access control class ins... | 16.103448 | 124 | 0.723769 |
43cb64f897012e6ac23fc07e7519b7ce879c221e | 424 | sql | SQL | views/Game_vwRollTotalProbs.sql | dannbuckley/monopoly-sql | eeef6cf42eceafbdbf0f504bad5372ae9c645ac0 | [
"MIT"
] | null | null | null | views/Game_vwRollTotalProbs.sql | dannbuckley/monopoly-sql | eeef6cf42eceafbdbf0f504bad5372ae9c645ac0 | [
"MIT"
] | null | null | null | views/Game_vwRollTotalProbs.sql | dannbuckley/monopoly-sql | eeef6cf42eceafbdbf0f504bad5372ae9c645ac0 | [
"MIT"
] | null | null | null | USE [Monopoly]
GO
/****** Object: View [Game].[vwRollTotalProbs] Script Date: 2/19/2022 10:27:26 AM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE VIEW [Game].[vwRollTotalProbs] AS
SELECT [roll_total],
COUNT(*) / CAST((SELECT COUNT(*) FROM [Game].[PossibleRolls]) AS FLOAT) [roll_prob]
FROM (
S... | 19.272727 | 93 | 0.67217 |
a8f1cee81f5d61587164ae094556edac14c8fc33 | 824 | swift | Swift | Wait/WaitWidget/WidgetStockRow.swift | remlostime/Wait | 43f1303d0337b9b447bf4397c9103b495786df96 | [
"MIT"
] | null | null | null | Wait/WaitWidget/WidgetStockRow.swift | remlostime/Wait | 43f1303d0337b9b447bf4397c9103b495786df96 | [
"MIT"
] | null | null | null | Wait/WaitWidget/WidgetStockRow.swift | remlostime/Wait | 43f1303d0337b9b447bf4397c9103b495786df96 | [
"MIT"
] | null | null | null | //
// Created by: kai_chen on 8/22/21.
// Copyright © 2021 Wait. All rights reserved.
//
import Model
import Size
import SwiftUI
// MARK: - WidgetStockRow
struct WidgetStockRow: View {
// MARK: Internal
var stock: Stock
var body: some View {
HStack {
Text(stock.symbol)
Spacer()
Text(b... | 18.727273 | 156 | 0.686893 |
a56d487fda6389650f7a34cba363afc2ca390189 | 3,746 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_847.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_0xca.log_21829_847.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_0xca.log_21829_847.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:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r8
push %rbx
push %rdi
// Faulty Load
lea addresses_PSE+0x12dbb, %rdi
nop
nop
nop
nop
nop
cmp %rbx, %rbx
vmovups (%rdi), %ymm2
vextracti128 $1, %ymm2, %xmm2
vpextrq $1, %xmm2, %r11
lea oracles, %rdi
and... | 83.244444 | 2,999 | 0.664442 |
91cfef358796b3737d5e0b7b3d36b137a3023741 | 273 | kt | Kotlin | app/src/main/java/com/sitamadex11/CovidHelp/covidTrackerApi/Summery.kt | GeorgeET15/CovidHelp | a188a724c84cdfd18caf1cab1aed5a37f8b5df94 | [
"MIT"
] | 15 | 2021-10-01T01:11:37.000Z | 2022-02-09T12:21:04.000Z | app/src/main/java/com/sitamadex11/CovidHelp/covidTrackerApi/Summery.kt | sreshtha10/CovidHelp | 3991852b40dcb4fc5d54456903014a0489bb5f8c | [
"MIT"
] | 66 | 2021-05-27T08:49:05.000Z | 2021-12-14T09:09:08.000Z | app/src/main/java/com/sitamadex11/CovidHelp/covidTrackerApi/Summery.kt | sreshtha10/CovidHelp | 3991852b40dcb4fc5d54456903014a0489bb5f8c | [
"MIT"
] | 33 | 2021-05-19T14:13:39.000Z | 2021-12-09T09:46:28.000Z | package com.sitamadex11.CovidHelp.covidTrackerApi
import com.google.gson.annotations.SerializedName
class Summery(
@SerializedName("total") var total: String,
@SerializedName("discharged") var discharged: String,
@SerializedName("deaths") var deaths: String
) | 30.333333 | 57 | 0.776557 |
580a868d5114af0d60765a7bea6ae98f7267194f | 9,190 | sql | SQL | ReconcileTable.sql | FredHutch/HDC-DataEngineering-SQLSync | 4633029a93a31feeda81356247b774655cb9ff3e | [
"Apache-2.0"
] | 4 | 2017-12-19T01:05:17.000Z | 2020-01-10T23:49:45.000Z | ReconcileTable.sql | FredHutch/HDC-DataEngineering-SQLSync | 4633029a93a31feeda81356247b774655cb9ff3e | [
"Apache-2.0"
] | null | null | null | ReconcileTable.sql | FredHutch/HDC-DataEngineering-SQLSync | 4633029a93a31feeda81356247b774655cb9ff3e | [
"Apache-2.0"
] | 3 | 2018-02-07T21:47:16.000Z | 2018-08-21T02:59:35.000Z | if object_id('dbo.ReconcileTable') is not null
begin
exec ('drop procedure dbo.ReconcileTable')
end
go
create procedure dbo.ReconcileTable
@TargetDatabaseName varchar(128)
,@TargetSchemaName varchar(128)='dbo'
,@TargetTableName varchar(128)
,@Debug bit=0
as
begin
set nocount on
/... | 36.613546 | 130 | 0.595321 |
814015a086701bff2fa0b76add786e1a85fe6100 | 528 | go | Go | pkg/common/di/initServices.go | muslim-1985/go-project | 7205b57c671c37e84146a9cfcfaae5918de6ce75 | [
"Apache-2.0"
] | null | null | null | pkg/common/di/initServices.go | muslim-1985/go-project | 7205b57c671c37e84146a9cfcfaae5918de6ce75 | [
"Apache-2.0"
] | null | null | null | pkg/common/di/initServices.go | muslim-1985/go-project | 7205b57c671c37e84146a9cfcfaae5918de6ce75 | [
"Apache-2.0"
] | null | null | null | package di
import (
services2 "go_project/internal/users/user/models/services"
)
type AppService struct {
UserService services2.UserServiceInterface
AuthService services2.AuthServiceInterface
}
func (a *AppService) InitService() *AppService {
appRepository := AppRepository{}
return &AppService{
UserService: &... | 24 | 65 | 0.785985 |
8142850c5ba240ae4cbea11ac91aabcf3ae5b674 | 826 | dart | Dart | taste/lib/screens/discover/instagram/instagram_auth.dart | tasteapp/taste_public | b2d884b405224dd1e74b4462fac2c1f59c1f6ca2 | [
"MIT"
] | null | null | null | taste/lib/screens/discover/instagram/instagram_auth.dart | tasteapp/taste_public | b2d884b405224dd1e74b4462fac2c1f59c1f6ca2 | [
"MIT"
] | null | null | null | taste/lib/screens/discover/instagram/instagram_auth.dart | tasteapp/taste_public | b2d884b405224dd1e74b4462fac2c1f59c1f6ca2 | [
"MIT"
] | 1 | 2021-02-06T07:44:39.000Z | 2021-02-06T07:44:39.000Z | import 'package:flutter/material.dart';
import 'package:flutter_webview_plugin/flutter_webview_plugin.dart';
class InstagramAuth extends ChangeNotifier {
factory InstagramAuth() => _singleton;
InstagramAuth._();
static final InstagramAuth _singleton = InstagramAuth._();
Future<void> signInWithInstagram(Build... | 34.416667 | 68 | 0.7046 |
755dd8d93cbe7dba47e56d24f2e304af44f9db70 | 329 | h | C | PrivateFrameworks/RemoteConfiguration/RCOperationRetrySignal-Protocol.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 17 | 2018-11-13T04:02:58.000Z | 2022-01-20T09:27:13.000Z | PrivateFrameworks/RemoteConfiguration/RCOperationRetrySignal-Protocol.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 3 | 2018-04-06T02:02:27.000Z | 2018-10-02T01:12:10.000Z | PrivateFrameworks/RemoteConfiguration/RCOperationRetrySignal-Protocol.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 1 | 2018-09-28T13:54:23.000Z | 2018-09-28T13:54:23.000Z | //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@class NSObject<OS_dispatch_queue>;
@protocol RCOperationRetrySignal <NSObject>
- (void)onQueue:(NSObject<OS_dispatch_queue> *)arg1 signal:(void (^)(BOOL))arg... | 21.933333 | 83 | 0.696049 |
2b11e92a11d334c9c4ca2c99f05f6f2f61d102b7 | 3,700 | swift | Swift | BeforeTheRename/FrontierVerbs/FrontierVerbsTests/Math.swift | danmactough/Rainier | 3f8182028eb5103db66a549afc9c47c5ff89c3cb | [
"MIT"
] | null | null | null | BeforeTheRename/FrontierVerbs/FrontierVerbsTests/Math.swift | danmactough/Rainier | 3f8182028eb5103db66a549afc9c47c5ff89c3cb | [
"MIT"
] | null | null | null | BeforeTheRename/FrontierVerbs/FrontierVerbsTests/Math.swift | danmactough/Rainier | 3f8182028eb5103db66a549afc9c47c5ff89c3cb | [
"MIT"
] | 1 | 2020-08-05T00:13:49.000Z | 2020-08-05T00:13:49.000Z | //
// Math.swift
// FrontierVerbs
//
// Created by Brent Simmons on 4/23/17.
// Copyright © 2017 Ranchero Software. All rights reserved.
//
import XCTest
@testable import FrontierVerbs
import FrontierData
class Math: XCTestCase, VerbAppDelegate {
func testMin() {
var params = VerbParams([true, false])
v... | 25 | 60 | 0.661622 |
96941a14eb8ca77e1f61a34ab3f2695e684affaf | 358 | html | HTML | demo/test2.html | paulscottrobson/cixlogger | 08207bfd7e52ef2de62d52e22c45c14c84835851 | [
"MIT"
] | null | null | null | demo/test2.html | paulscottrobson/cixlogger | 08207bfd7e52ef2de62d52e22c45c14c84835851 | [
"MIT"
] | null | null | null | demo/test2.html | paulscottrobson/cixlogger | 08207bfd7e52ef2de62d52e22c45c14c84835851 | [
"MIT"
] | null | null | null | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery.getJSON demo 2</title>
<style>
img {
height: 100px;
float: left;
}
</style>
<script src="https://code.jquery.com/jquery-3.5.0.js"></script>
</head>
<body>
<div id="images"></div>
<script type="text/javascript" src="js... | 17.047619 | 65 | 0.606145 |
04315e6e922af8a57e1defa84c9c636b23b9f585 | 748 | java | Java | Local/src/in/sontx/web/local/controller/WelcomeServlet.java | xuanson33bk/tomcat7-sontxweb | 26923f7a655bf72714d7e00692f892bb59413001 | [
"Apache-2.0"
] | 1 | 2017-09-04T08:05:26.000Z | 2017-09-04T08:05:26.000Z | Local/src/in/sontx/web/local/controller/WelcomeServlet.java | xuanson33bk/tomcat7-sontxweb | 26923f7a655bf72714d7e00692f892bb59413001 | [
"Apache-2.0"
] | 1 | 2016-02-08T14:17:02.000Z | 2016-02-11T07:56:18.000Z | Local/src/in/sontx/web/local/controller/WelcomeServlet.java | xuanson33bk/tomcat7-sontxweb | 26923f7a655bf72714d7e00692f892bb59413001 | [
"Apache-2.0"
] | null | null | null | package in.sontx.web.local.controller;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import in.sontx.web.local.bean.Account;
import in.sontx.web.shared.net.www.HttpServletRequestWrapper;
import in.sontx.web.shared.net.www.HttpServletResponseWrapper;
@... | 28.769231 | 94 | 0.802139 |
cc0605cb03d163724472dbb45ab5f460221ffe33 | 1,735 | swift | Swift | Sources/Services/COSE.swift | petercpg/dgca-app-core-ios | d31c610a3b7439f4532b9f4d64c03e27e88c127d | [
"Apache-2.0"
] | null | null | null | Sources/Services/COSE.swift | petercpg/dgca-app-core-ios | d31c610a3b7439f4532b9f4d64c03e27e88c127d | [
"Apache-2.0"
] | null | null | null | Sources/Services/COSE.swift | petercpg/dgca-app-core-ios | d31c610a3b7439f4532b9f4d64c03e27e88c127d | [
"Apache-2.0"
] | 1 | 2021-09-16T13:48:34.000Z | 2021-09-16T13:48:34.000Z | /*-
* ---license-start
* eu-digital-green-certificates / dgca-app-core-ios
* ---
* Copyright (C) 2021 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtai... | 32.12963 | 87 | 0.680692 |
26b53fee42f08ff12b6027925c40fb2669661d18 | 3,234 | java | Java | herddb-core/src/main/java/herddb/model/planner/SemiJoinOp.java | fossabot/herddb | 825b2259bbc4f6849b54a77e93a3ae3ce3f5268c | [
"Apache-2.0"
] | null | null | null | herddb-core/src/main/java/herddb/model/planner/SemiJoinOp.java | fossabot/herddb | 825b2259bbc4f6849b54a77e93a3ae3ce3f5268c | [
"Apache-2.0"
] | null | null | null | herddb-core/src/main/java/herddb/model/planner/SemiJoinOp.java | fossabot/herddb | 825b2259bbc4f6849b54a77e93a3ae3ce3f5268c | [
"Apache-2.0"
] | null | null | null | /*
Licensed to Diennea S.r.l. under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. Diennea S.r.l. licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except ... | 38.963855 | 163 | 0.744589 |
331756dc1e04ee4c8c39005dcf3fdce8ea01e405 | 8,644 | cpp | C++ | Source/LuaGeometryActor.cpp | zgpxgame/hieroglyph3 | bb1c59d82a69062bb76431b691fbcb381930768a | [
"MIT"
] | 25 | 2017-08-05T07:29:00.000Z | 2022-02-02T06:28:27.000Z | Source/LuaGeometryActor.cpp | zgpxgame/hieroglyph3 | bb1c59d82a69062bb76431b691fbcb381930768a | [
"MIT"
] | null | null | null | Source/LuaGeometryActor.cpp | zgpxgame/hieroglyph3 | bb1c59d82a69062bb76431b691fbcb381930768a | [
"MIT"
] | 9 | 2018-07-14T08:40:29.000Z | 2021-03-19T08:51:30.000Z | //--------------------------------------------------------------------------------
// This file is a portion of the Hieroglyph 3 Rendering Engine. It is distributed
// under the MIT License, available in the root of this distribution and
// at the following URL:
//
// http://www.opensource.org/licenses/mit-license.ph... | 34.166008 | 87 | 0.574965 |
d247b6eb4e5c8312807305e6ad698f7cc4cf2ae2 | 11,752 | php | PHP | oacapp/core/php/models/SiteHistoryModel.php | OpenACalendar/OpenACalendar-Web-Core-Single-Site-For-Heroku | f65238efbd6c57768165f49e8f56a69b51067187 | [
"BSD-3-Clause"
] | 2 | 2015-11-05T17:58:54.000Z | 2018-02-13T17:18:55.000Z | oacapp/core/php/models/SiteHistoryModel.php | OpenACalendar/OpenACalendar-Web-Core-Single-Site-For-Heroku | f65238efbd6c57768165f49e8f56a69b51067187 | [
"BSD-3-Clause"
] | null | null | null | oacapp/core/php/models/SiteHistoryModel.php | OpenACalendar/OpenACalendar-Web-Core-Single-Site-For-Heroku | f65238efbd6c57768165f49e8f56a69b51067187 | [
"BSD-3-Clause"
] | null | null | null | <?php
namespace models;
/**
*
* @package Core
* @link http://ican.openacalendar.org/ OpenACalendar Open Source Software
* @license http://ican.openacalendar.org/license.html 3-clause BSD
* @copyright (c) 2013-2014, JMB Technology Limited, http://jmbtechnology.co.uk/
* @author James Baster <james@jarofgreen.co... | 50.655172 | 157 | 0.735705 |
7f09f4345815ee579bf00ccfb6028d6734896d91 | 2,190 | lua | Lua | src/lua/bcc/run.lua | gtataranni/bcc | b090f5f9eee62796829184ec862e3378a3b7e425 | [
"Apache-2.0"
] | 58 | 2015-08-28T08:46:35.000Z | 2022-02-27T14:31:55.000Z | src/lua/bcc/run.lua | gdankel/bcc | 2cc96a8c17b9b7059883627ea211f30a77061b2b | [
"ECL-2.0",
"Apache-2.0"
] | 13 | 2018-02-09T22:24:29.000Z | 2018-06-18T22:33:29.000Z | src/lua/bcc/run.lua | gdankel/bcc | 2cc96a8c17b9b7059883627ea211f30a77061b2b | [
"ECL-2.0",
"Apache-2.0"
] | 12 | 2017-02-28T02:50:31.000Z | 2021-07-26T17:54:07.000Z | --[[
Copyright 2016 GitHub, Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distr... | 28.076923 | 72 | 0.659361 |
9be05ddd356cdc2fc4bd75c5cbf9110a8b2b862a | 1,854 | js | JavaScript | src/shared/Entities/schema.js | sarboc/mymove | 997425cebaae838335ad0ba45bdcaa81ba3e4ff0 | [
"MIT"
] | null | null | null | src/shared/Entities/schema.js | sarboc/mymove | 997425cebaae838335ad0ba45bdcaa81ba3e4ff0 | [
"MIT"
] | null | null | null | src/shared/Entities/schema.js | sarboc/mymove | 997425cebaae838335ad0ba45bdcaa81ba3e4ff0 | [
"MIT"
] | null | null | null | /* eslint no-use-before-define: 0 */
import { schema } from 'normalizr';
// User
export const user = new schema.Entity('users');
// Uploads
export const upload = new schema.Entity('uploads');
export const uploads = new schema.Array(upload);
// PPMs
export const personallyProcuredMove = new schema.Entity(
'personal... | 23.175 | 80 | 0.742179 |
96ae13c69f9724921049635a223236a5b00a49c8 | 1,446 | cpp | C++ | src/backend/paxos_storage/event_base.cpp | hzy9819/GreenPlum_WooKongDB | 9dca9b3bcd15f29b2a0136acc818064222220059 | [
"PostgreSQL",
"Apache-2.0"
] | 34 | 2021-01-18T14:25:24.000Z | 2021-06-05T03:21:10.000Z | src/backend/paxos_storage/event_base.cpp | hzy9819/GreenPlum_WooKongDB | 9dca9b3bcd15f29b2a0136acc818064222220059 | [
"PostgreSQL",
"Apache-2.0"
] | null | null | null | src/backend/paxos_storage/event_base.cpp | hzy9819/GreenPlum_WooKongDB | 9dca9b3bcd15f29b2a0136acc818064222220059 | [
"PostgreSQL",
"Apache-2.0"
] | 2 | 2021-04-20T20:11:08.000Z | 2021-06-02T02:56:16.000Z | #include "event_base.h"
#include "event_loop.h"
namespace phxpaxos
{
Event :: Event(EventLoop * poEventLoop) :
m_iEvents(0), m_poEventLoop(poEventLoop)
{
m_bIsDestroy = false;
}
Event :: ~Event()
{
}
int Event :: OnRead()
{
PLErr("Need Impl");
return -1;
}
int Event :: OnWrite()
{
PLErr("Need ... | 15.548387 | 82 | 0.630705 |
fbdc8bd82ce62d80a6a2f389e3769e81cb5d376c | 1,306 | java | Java | Fabric/src/main/java/potionstudios/aloneandtogether/AloneAndTogetherFabric.java | AOCAWOL/Alone-And-Together | cff2d25611e5dfa03d5c9005ead7e3d6741ab22d | [
"CC0-1.0"
] | null | null | null | Fabric/src/main/java/potionstudios/aloneandtogether/AloneAndTogetherFabric.java | AOCAWOL/Alone-And-Together | cff2d25611e5dfa03d5c9005ead7e3d6741ab22d | [
"CC0-1.0"
] | null | null | null | Fabric/src/main/java/potionstudios/aloneandtogether/AloneAndTogetherFabric.java | AOCAWOL/Alone-And-Together | cff2d25611e5dfa03d5c9005ead7e3d6741ab22d | [
"CC0-1.0"
] | null | null | null | package potionstudios.aloneandtogether;
import net.fabricmc.api.ModInitializer;
import net.fabricmc.fabric.api.client.itemgroup.FabricItemGroupBuilder;
import net.minecraft.core.Registry;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.item.ItemStack;
import net.minecraft.world.item.Items;
... | 54.416667 | 218 | 0.804747 |
b04573901fe2d60654026cd486c00ba01234efe2 | 702 | html | HTML | web/template/templatemaker_upload.html | xor22h/rok-monster-ocr-golang | e08be21445e702a8760da0856669bdef29495994 | [
"MIT"
] | null | null | null | web/template/templatemaker_upload.html | xor22h/rok-monster-ocr-golang | e08be21445e702a8760da0856669bdef29495994 | [
"MIT"
] | null | null | null | web/template/templatemaker_upload.html | xor22h/rok-monster-ocr-golang | e08be21445e702a8760da0856669bdef29495994 | [
"MIT"
] | null | null | null | {{template "partials/head.html" .}}
<div class="container-fluid">
<div class="card">
<div class="card-header">Template Builder</div>
<div class="card-body">
<form method="POST" enctype="multipart/form-data">
<div class="input-group">
<input type="f... | 28.08 | 118 | 0.55698 |
582f84f3bed3bfd4f132169100b5ccc130c39486 | 2,766 | dart | Dart | lib/Screens/Home/chat_screens/widgets/contact_view.dart | Ravig786/NO-COVID | ab43c9d3f8a8bea92cf3f156d938dfa426cbe2f3 | [
"MIT"
] | null | null | null | lib/Screens/Home/chat_screens/widgets/contact_view.dart | Ravig786/NO-COVID | ab43c9d3f8a8bea92cf3f156d938dfa426cbe2f3 | [
"MIT"
] | 2 | 2021-04-24T10:43:17.000Z | 2021-04-25T13:04:40.000Z | lib/Screens/Home/chat_screens/widgets/contact_view.dart | Ravig786/NO-COVID | ab43c9d3f8a8bea92cf3f156d938dfa426cbe2f3 | [
"MIT"
] | 1 | 2021-06-06T17:03:10.000Z | 2021-06-06T17:03:10.000Z | import 'package:flutter/material.dart';
import 'package:helpdesk_shift/models/contact.dart';
import 'package:helpdesk_shift/models/helper.dart';
import 'package:helpdesk_shift/provider/user_provider.dart';
import 'package:helpdesk_shift/resources/chat_methods.dart';
import 'package:helpdesk_shift/screens/authentication... | 30.733333 | 92 | 0.637383 |
844507d33ebd8bd2634b332ba4942627b0617510 | 29,557 | html | HTML | phs/BonusChallenge-Free-Gift-OH/index.html | Yallaraddi/PUBG-Phishing | 02b65e18706c3d93e59ce9db8d0f402af56e1897 | [
"BSD-3-Clause"
] | 5 | 2021-05-10T04:55:38.000Z | 2021-10-09T18:37:15.000Z | phs/BonusChallenge-Free-Gift-OH/index.html | sauravbot/PUBG-Phishing | 4be92cc72f35151ee7faa4e8ae76306bab5caf22 | [
"BSD-3-Clause"
] | null | null | null | phs/BonusChallenge-Free-Gift-OH/index.html | sauravbot/PUBG-Phishing | 4be92cc72f35151ee7faa4e8ae76306bab5caf22 | [
"BSD-3-Clause"
] | 1 | 2021-04-12T18:45:24.000Z | 2021-04-12T18:45:24.000Z | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/>
<meta name="robots" content="all">
<meta name="applicable-device" content="mobile">
<meta name="format-detection" cont... | 869.323529 | 27,686 | 0.667761 |
7a7187c9848fb92891db32ce18ee2d70a8e23df7 | 4,622 | rb | Ruby | rake/server.rb | da99/megauni.ruby | c7ea66040aa3017801313019cd1ac2385eb880c2 | [
"MIT"
] | null | null | null | rake/server.rb | da99/megauni.ruby | c7ea66040aa3017801313019cd1ac2385eb880c2 | [
"MIT"
] | null | null | null | rake/server.rb | da99/megauni.ruby | c7ea66040aa3017801313019cd1ac2385eb880c2 | [
"MIT"
] | null | null | null | require 'rush'
def db_running?
!!(Rush.processes.filter(:cmdline=>/mongod\ /).to_a.size > 0)
end
namespace :server do
desc 'SSH into WebFaction account'
task :ssh do
exec('ssh da01@174.121.79.154')
end
desc 'Start the server. Uses: ENV[\'opts\']'
task :http do
sh 'rake server:db' unless db_run... | 28.012121 | 234 | 0.642146 |
b64acd70f201b6fa1045cc948e96a7ffcac31a55 | 961 | rb | Ruby | lib/html/pipeline/image_link/filter.rb | aki77/html-pipeline-image | e5c873e17d3a6d02958de1e532c79474ee8258ba | [
"MIT"
] | null | null | null | lib/html/pipeline/image_link/filter.rb | aki77/html-pipeline-image | e5c873e17d3a6d02958de1e532c79474ee8258ba | [
"MIT"
] | null | null | null | lib/html/pipeline/image_link/filter.rb | aki77/html-pipeline-image | e5c873e17d3a6d02958de1e532c79474ee8258ba | [
"MIT"
] | null | null | null | require 'html/pipeline'
module HTML
class Pipeline
class ImageLinkFilter < Filter
IGNORE_PARENTS = %w[pre code a style script].to_set
def call
doc.xpath('.//text()').each do |node|
next if has_ancestor?(node, IGNORE_PARENTS)
content = node.to_html
html = apply_... | 24.025 | 112 | 0.567118 |
afb727dc2680f2118efc6ba064561906e1bed393 | 12,697 | html | HTML | docs/rmb_2message_8h_source.html | Jguer/RMB | 27749ebd514361a3574d75308dc793c0baf61f89 | [
"MIT"
] | 1 | 2017-05-04T13:18:35.000Z | 2017-05-04T13:18:35.000Z | docs/rmb_2message_8h_source.html | Jguer/RCI-Message-Board | 27749ebd514361a3574d75308dc793c0baf61f89 | [
"MIT"
] | 3 | 2018-04-06T14:06:50.000Z | 2018-04-06T14:06:50.000Z | docs/rmb_2message_8h_source.html | Jguer/RMB | 27749ebd514361a3574d75308dc793c0baf61f89 | [
"MIT"
] | 1 | 2017-06-21T15:11:52.000Z | 2017-06-21T15:11:52.000Z | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | 111.377193 | 4,525 | 0.708908 |
4ed1909fe0c90bb6c117f0112e36acacb25fe354 | 436 | kt | Kotlin | v2-model-enumeration/src/commonMain/kotlin/com/bselzer/gw2/v2/model/enumeration/extension/skin/ArmorSkinDyeSlot.kt | Woody230/GW2Wrapper | 95f8e742e1ebf5f9b76893609aff405f7e77bf55 | [
"Apache-2.0"
] | null | null | null | v2-model-enumeration/src/commonMain/kotlin/com/bselzer/gw2/v2/model/enumeration/extension/skin/ArmorSkinDyeSlot.kt | Woody230/GW2Wrapper | 95f8e742e1ebf5f9b76893609aff405f7e77bf55 | [
"Apache-2.0"
] | null | null | null | v2-model-enumeration/src/commonMain/kotlin/com/bselzer/gw2/v2/model/enumeration/extension/skin/ArmorSkinDyeSlot.kt | Woody230/GW2Wrapper | 95f8e742e1ebf5f9b76893609aff405f7e77bf55 | [
"Apache-2.0"
] | null | null | null | package com.bselzer.gw2.v2.model.enumeration.extension.skin
import com.bselzer.gw2.v2.model.enumeration.skin.ArmorSkinMaterialType
import com.bselzer.gw2.v2.model.skin.detail.ArmorSkinDyeSlot
import com.bselzer.ktx.serialization.function.enumValueOrNull
/**
* The [ArmorSkinDyeSlot.material] as an [ArmorSkinMaterialT... | 43.6 | 107 | 0.834862 |
fb18a287252118b95e55fb28179cd2e33efa99d4 | 3,952 | lua | Lua | Atten/Dataset.lua | cgsdfc/Neural-Dialogue-Generation | fd884847cc6252c5ba7a5906836a294ae6e1b20c | [
"MIT"
] | 1 | 2019-04-05T02:45:14.000Z | 2019-04-05T02:45:14.000Z | Atten/Dataset.lua | cgsdfc/Neural-Dialogue-Generation | fd884847cc6252c5ba7a5906836a294ae6e1b20c | [
"MIT"
] | null | null | null | Atten/Dataset.lua | cgsdfc/Neural-Dialogue-Generation | fd884847cc6252c5ba7a5906836a294ae6e1b20c | [
"MIT"
] | null | null | null | require "torchx"
require 'logroll'
local logger = logroll.print_logger()
local Dataset = torch.class('Dataset')
function Dataset:__init(params)
self.params = params
self.EOT = self.params.vocab_target -- end of target
--end of source, you can think it as a buffer between source and target
self.EOS = ... | 29.492537 | 104 | 0.597925 |
133ac9955d495813c7e1349a5a8726120beb0efc | 9,456 | c | C | apps/ecc/tester/testCPABE.c | questmaster/Contiki-CPABE | 9fc364a7b18ae3eb66170ad84d2873ef65bcfd91 | [
"FSFAP"
] | 7 | 2017-06-30T22:01:17.000Z | 2022-03-30T02:22:06.000Z | apps/ecc/tester/testCPABE.c | questmaster/Contiki-CPABE | 9fc364a7b18ae3eb66170ad84d2873ef65bcfd91 | [
"FSFAP"
] | null | null | null | apps/ecc/tester/testCPABE.c | questmaster/Contiki-CPABE | 9fc364a7b18ae3eb66170ad84d2873ef65bcfd91 | [
"FSFAP"
] | null | null | null | /*
* testCPABE.c
*
*
* Created by Daniel Jacobi on 03.08.10.
* Copyright 2010 TU Darmstadt. All rights reserved.
*
*/
#include <string.h>
#include <stdio.h>
#include "contiki.h"
#include "leds.h"
#include "watchdog.h"
//#include <contiki-lib.h>
//#include <contiki-net.h>
#include <NN.h>
#include <NN2.h>
... | 31.838384 | 186 | 0.673012 |
409ad892b54f662f9ef75840d97b7a5944b94210 | 61 | py | Python | AtCoder/ABC/000-159/ABC155_A.py | sireline/PyCode | 8578467710c3c1faa89499f5d732507f5d9a584c | [
"MIT"
] | null | null | null | AtCoder/ABC/000-159/ABC155_A.py | sireline/PyCode | 8578467710c3c1faa89499f5d732507f5d9a584c | [
"MIT"
] | null | null | null | AtCoder/ABC/000-159/ABC155_A.py | sireline/PyCode | 8578467710c3c1faa89499f5d732507f5d9a584c | [
"MIT"
] | null | null | null | print('No' if len(set(input().split())) in [1,3] else 'Yes')
| 30.5 | 60 | 0.590164 |
90e9d4358ffb6d0c246af3db9d11687d1b58f82d | 190 | py | Python | djvue/apps.py | vedodedo/djvue | 311c064dbc6ca67d574001ec6a3a7a368da1d0d3 | [
"MIT"
] | null | null | null | djvue/apps.py | vedodedo/djvue | 311c064dbc6ca67d574001ec6a3a7a368da1d0d3 | [
"MIT"
] | null | null | null | djvue/apps.py | vedodedo/djvue | 311c064dbc6ca67d574001ec6a3a7a368da1d0d3 | [
"MIT"
] | null | null | null | # -*- coding: utf-8
from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _
class DjVueConfig(AppConfig):
name = "djvue"
verbose_name = _("DjVue")
| 21.111111 | 54 | 0.726316 |
15f577a3d2cf11634e4e5fd76f31521c8956cad4 | 11,433 | asm | Assembly | data/maps/attributes.asm | Trap-Master/spacworld97-thingy | a144827abecacdfec6cdc3baa32098e9290adf70 | [
"blessing"
] | null | null | null | data/maps/attributes.asm | Trap-Master/spacworld97-thingy | a144827abecacdfec6cdc3baa32098e9290adf70 | [
"blessing"
] | null | null | null | data/maps/attributes.asm | Trap-Master/spacworld97-thingy | a144827abecacdfec6cdc3baa32098e9290adf70 | [
"blessing"
] | null | null | null | map_attributes: MACRO
;\1: map name
;\2: map id
;\3: border block
;\4: connections: combo of NORTH, SOUTH, WEST, and/or EAST, or 0 for none
CURRENT_MAP_WIDTH = \2_WIDTH
CURRENT_MAP_HEIGHT = \2_HEIGHT
\1_MapAttributes::
db \3
db CURRENT_MAP_HEIGHT, CURRENT_MAP_WIDTH
db BANK(\1_Blocks)
dw \1_Blocks
db BANK(\1_MapScr... | 32.115169 | 99 | 0.746786 |
7f62cad95087035e38adf38d58a4e9171f4d9da6 | 809 | go | Go | extensions/docker-desktop/apps/clustermgr/pkg/kubeconfig/internal/kubeconfig/write.go | swalner-vmware/community-edition | 9162f955f8f2db203f3e7f946600b8d4298ecfc3 | [
"Apache-2.0"
] | 604 | 2021-10-04T07:03:37.000Z | 2022-03-31T22:55:54.000Z | extensions/docker-desktop/apps/clustermgr/pkg/kubeconfig/internal/kubeconfig/write.go | swalner-vmware/community-edition | 9162f955f8f2db203f3e7f946600b8d4298ecfc3 | [
"Apache-2.0"
] | 1,090 | 2021-10-04T07:10:23.000Z | 2022-03-31T21:33:25.000Z | extensions/docker-desktop/apps/clustermgr/pkg/kubeconfig/internal/kubeconfig/write.go | kcoriordan/community-edition | 558f27444c7a4dbb060d1dc647b5a0773979d966 | [
"Apache-2.0"
] | 173 | 2021-10-04T07:16:03.000Z | 2022-03-31T14:04:49.000Z | // Copyright 2022 VMware Tanzu Community Edition contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
package kubeconfig
import (
"os"
"path/filepath"
"sigs.k8s.io/kind/pkg/errors"
)
// write writes cfg to configPath
// it will ensure the directories in the path if necessary
func write(cfg *... | 25.28125 | 83 | 0.698393 |
c651a6e243e0d5f1a1f62dac28ada05eb6d78ef5 | 1,272 | dart | Dart | lib/src/heroes_list/heroes_list_component.dart | pawellesniowski/angular-dart-heroes | 8fa6ebe0acb0bcebc58a9ae4fbab9cce2595465d | [
"MIT"
] | null | null | null | lib/src/heroes_list/heroes_list_component.dart | pawellesniowski/angular-dart-heroes | 8fa6ebe0acb0bcebc58a9ae4fbab9cce2595465d | [
"MIT"
] | null | null | null | lib/src/heroes_list/heroes_list_component.dart | pawellesniowski/angular-dart-heroes | 8fa6ebe0acb0bcebc58a9ae4fbab9cce2595465d | [
"MIT"
] | null | null | null | import 'dart:async';
import 'package:angular/angular.dart';
import 'package:angular_app/src/data/hero.dart';
import 'package:angular_app/src/services/hero_service.dart';
import 'package:angular_app/src/services/select_hero_service.dart';
import 'heroes_list_item_component.dart';
@Component(
selector: 'heroes-list',... | 23.555556 | 67 | 0.714623 |
936d81f001b5ecaf03a09d2c7982031e6949483b | 5,071 | ps1 | PowerShell | devTestLabs/deploy_DTLAKS.ps1 | Marcel-D-encoway/kubernetes | 26ec7b84de6e551e866d92a2b039a31fb3b8687e | [
"MIT"
] | 47 | 2019-04-01T19:16:38.000Z | 2022-03-25T04:14:02.000Z | devTestLabs/deploy_DTLAKS.ps1 | Marcel-D-encoway/kubernetes | 26ec7b84de6e551e866d92a2b039a31fb3b8687e | [
"MIT"
] | 5 | 2020-05-15T10:49:13.000Z | 2021-01-27T21:00:50.000Z | devTestLabs/deploy_DTLAKS.ps1 | Marcel-D-encoway/kubernetes | 26ec7b84de6e551e866d92a2b039a31fb3b8687e | [
"MIT"
] | 40 | 2018-08-02T05:47:25.000Z | 2022-01-20T21:54:11.000Z | #Variables for DevTest Lab deployment
$region = 'northeurope'
$azureAutomationregion = 'northeurope'
$resourceGroupName = 'dtlSession'
$name = 'dtlSession'
$connectionName = 'AzureRunAsConnection'
$aadServicePrincipalIdName = 'kubernetesId'
$aadServicePrincipalSecretName = 'kubernetesSecret'
$gitHubTemplateUri ... | 66.723684 | 207 | 0.799448 |
430e641224435ae5c7c8a5b2aec0d5457f33baac | 55 | sql | SQL | db-server/init/00_create_db.sql | datarttu/hfplogger | 8d915f0d6dc5fc3837861f825c4713ff96c76d43 | [
"MIT"
] | null | null | null | db-server/init/00_create_db.sql | datarttu/hfplogger | 8d915f0d6dc5fc3837861f825c4713ff96c76d43 | [
"MIT"
] | 3 | 2020-03-31T10:04:10.000Z | 2020-04-03T09:15:21.000Z | db-server/init/00_create_db.sql | datarttu/hfplogger | 8d915f0d6dc5fc3837861f825c4713ff96c76d43 | [
"MIT"
] | null | null | null | CREATE DATABASE hfp;
\c hfp;
CREATE EXTENSION postgis;
| 13.75 | 25 | 0.781818 |
78b2477e16fe415ce5a42cc40c5e6666b02aabdc | 1,542 | swift | Swift | Boost/ViewController.swift | gautierdelorme/boost | 4f7445205f8f04c6b4afb82e79a29f50f0c83f74 | [
"MIT"
] | null | null | null | Boost/ViewController.swift | gautierdelorme/boost | 4f7445205f8f04c6b4afb82e79a29f50f0c83f74 | [
"MIT"
] | null | null | null | Boost/ViewController.swift | gautierdelorme/boost | 4f7445205f8f04c6b4afb82e79a29f50f0c83f74 | [
"MIT"
] | null | null | null | //
// ViewController.swift
// Boost
//
// Created by Gautier Delorme on 29/12/2014.
// Copyright (c) 2014 Gautier Delorme. All rights reserved.
//
import UIKit
class ViewController: UIViewController {
let screenSize: CGRect = UIScreen.mainScreen().bounds
let browseButton = UIButton()
let sendButt... | 32.125 | 107 | 0.685473 |
9b951d813c5e72e4c55c7406e8c65bf81a1c8e6b | 454 | js | JavaScript | Test_B7Web/src/store.js | CarlosAmorim94/ReactJS | 7bdd429e3865575eb44b611da7da248a81d48a36 | [
"MIT"
] | null | null | null | Test_B7Web/src/store.js | CarlosAmorim94/ReactJS | 7bdd429e3865575eb44b611da7da248a81d48a36 | [
"MIT"
] | null | null | null | Test_B7Web/src/store.js | CarlosAmorim94/ReactJS | 7bdd429e3865575eb44b611da7da248a81d48a36 | [
"MIT"
] | null | null | null | import React from "react";
import {createStore} from 'redux'
import {persistStore, persistReducer} from 'redux-persist'
import storage from 'redux-persist/lib/storage'
import Reducers from "./reducers";
const persistConfig = {
key: 'root',
storage,
whitelist: [ 'usuario' ]
}
const pReducer = persistReduc... | 22.7 | 58 | 0.737885 |
0ce32973b15677a9edaeef840f01f4ffb57eb837 | 6,149 | py | Python | 06_Statistik_und_Wahrscheinlichkeiten/Aufgabe.py | felixdittrich92/numerisches_python | 0f895ee19b4fa3cf7ad38cd3dfe3cd7020ee34a7 | [
"MIT"
] | null | null | null | 06_Statistik_und_Wahrscheinlichkeiten/Aufgabe.py | felixdittrich92/numerisches_python | 0f895ee19b4fa3cf7ad38cd3dfe3cd7020ee34a7 | [
"MIT"
] | null | null | null | 06_Statistik_und_Wahrscheinlichkeiten/Aufgabe.py | felixdittrich92/numerisches_python | 0f895ee19b4fa3cf7ad38cd3dfe3cd7020ee34a7 | [
"MIT"
] | null | null | null | from random import randint
import numpy as np
from collections import Counter
from pprint import pprint
import time
# Aufgaben Siehe Buch
print('-------------Aufgabe 1-------------')
outcomes = [ randint(1,6) for _ in range(10000)]
even_pips = [ x for x in outcomes if x % 2 == 0]
greater_two = [ x for x in outcomes i... | 29.5625 | 83 | 0.643031 |
404f06590024a0e98bb8d0ea960144543b942a93 | 1,231 | py | Python | pypy/module/_rawffi/test/test_tracker.py | camillobruni/pygirl | ddbd442d53061d6ff4af831c1eab153bcc771b5a | [
"MIT"
] | 12 | 2016-01-06T07:10:28.000Z | 2021-05-13T23:02:02.000Z | pypy/module/_rawffi/test/test_tracker.py | woodrow/pyoac | b5dc59e6a38e7912db47f26fb23ffa4764a3c0e7 | [
"MIT"
] | null | null | null | pypy/module/_rawffi/test/test_tracker.py | woodrow/pyoac | b5dc59e6a38e7912db47f26fb23ffa4764a3c0e7 | [
"MIT"
] | 2 | 2016-07-29T07:09:50.000Z | 2016-10-16T08:50:26.000Z |
from pypy.conftest import gettestobjspace
from pypy.module._rawffi.tracker import Tracker
class AppTestTracker:
def setup_class(cls):
Tracker.DO_TRACING = True
space = gettestobjspace(usemodules=('_rawffi','struct'))
cls.space = space
def test_array(self):
import _rawffi
... | 32.394737 | 64 | 0.643379 |
1cfe4c596eb7ef1d38a50899272a1e3441ef51c9 | 2,212 | cpp | C++ | National Olympiad in Informatics (NOI)/NOI 2020 Qualification/fuelstation.cpp | pratyaydeep/Competitive-Programming | c6ee9a492915e39b7b4c54d167a3c027a64b48b1 | [
"MIT"
] | null | null | null | National Olympiad in Informatics (NOI)/NOI 2020 Qualification/fuelstation.cpp | pratyaydeep/Competitive-Programming | c6ee9a492915e39b7b4c54d167a3c027a64b48b1 | [
"MIT"
] | null | null | null | National Olympiad in Informatics (NOI)/NOI 2020 Qualification/fuelstation.cpp | pratyaydeep/Competitive-Programming | c6ee9a492915e39b7b4c54d167a3c027a64b48b1 | [
"MIT"
] | 1 | 2021-07-19T08:39:38.000Z | 2021-07-19T08:39:38.000Z | /* NOI 2020 Qualification: Fuel Station
Idea: First sort the fuel stations from nearest to farthest from the starting point
Key observation:
MinF must be between 0 and D.
If tbere are no Bi values, F + 1 will works if F works => Monotonic function => Can use binary search to find MinF.
With Bi values, sort all the Bi ... | 26.023529 | 126 | 0.542043 |
f4be37e55708945a3c55539e338675568e60b67f | 1,101 | go | Go | secret/verify/aks.go | fossabot/pipeline | f7c340442f8b01fcde66afd3de4fa3f83796f48f | [
"Apache-2.0"
] | null | null | null | secret/verify/aks.go | fossabot/pipeline | f7c340442f8b01fcde66afd3de4fa3f83796f48f | [
"Apache-2.0"
] | null | null | null | secret/verify/aks.go | fossabot/pipeline | f7c340442f8b01fcde66afd3de4fa3f83796f48f | [
"Apache-2.0"
] | 1 | 2018-08-21T07:59:05.000Z | 2018-08-21T07:59:05.000Z | package verify
import (
"github.com/banzaicloud/azure-aks-client/client"
"github.com/banzaicloud/azure-aks-client/cluster"
pkgSecret "github.com/banzaicloud/pipeline/pkg/secret"
)
// aksVerify for validation AKS credentials
type aksVerify struct {
credential *cluster.AKSCredential
}
// CreateAKSSecret create a n... | 27.525 | 79 | 0.775658 |
384f5144d8d60360ce7152b5293b3da9418127f2 | 705 | sql | SQL | Great/UpgradeScripts/0010_14-08-2019_update.sql | bacca87/great2 | 378d9efe0ceaf339b71b7aee95d4882519a94150 | [
"MIT"
] | 4 | 2017-02-23T16:13:42.000Z | 2019-10-17T06:19:44.000Z | Great/UpgradeScripts/0010_14-08-2019_update.sql | bacca87/great2 | 378d9efe0ceaf339b71b7aee95d4882519a94150 | [
"MIT"
] | 184 | 2017-02-02T12:46:48.000Z | 2020-10-19T08:19:49.000Z | Great/UpgradeScripts/0010_14-08-2019_update.sql | bacca87/great2 | 378d9efe0ceaf339b71b7aee95d4882519a94150 | [
"MIT"
] | 5 | 2017-03-05T08:55:07.000Z | 2019-10-08T14:09:32.000Z | --=========================================================================
-- Date: 13/08/2019
-- Description: fix db wrong flags and reset events to fix datetime conversion
-- Author: Marco Baccarani
--=========================================================================
UPDATE FDL SET IsCompiled = 1 WHERE IsRe... | 47 | 95 | 0.414184 |
eaa364fb6dcb9246a371c88b88b84faecf97cdec | 432 | swift | Swift | DemoUserApp/DemoTotalDay/DemoAllDay/demoDay5ActionTap/demoDay5ActionTap/PanViewController.swift | vfa-cuongtt/StudySwift | 2f0f76e1472e720d1b3b29be84d6901db2f4a11c | [
"MIT"
] | null | null | null | DemoUserApp/DemoTotalDay/DemoAllDay/demoDay5ActionTap/demoDay5ActionTap/PanViewController.swift | vfa-cuongtt/StudySwift | 2f0f76e1472e720d1b3b29be84d6901db2f4a11c | [
"MIT"
] | null | null | null | DemoUserApp/DemoTotalDay/DemoAllDay/demoDay5ActionTap/demoDay5ActionTap/PanViewController.swift | vfa-cuongtt/StudySwift | 2f0f76e1472e720d1b3b29be84d6901db2f4a11c | [
"MIT"
] | null | null | null | //
// PanViewController.swift
// demoDay5ActionTap
//
// Created by Tuan Cuong on 1/21/20.
// Copyright © 2020 Tuan Cuong. All rights reserved.
//
import UIKit
class PanViewController: UIViewController {
@IBOutlet var panGesture: UIPanGestureRecognizer!
override func viewDidLoad() {
super.viewDid... | 17.28 | 69 | 0.668981 |
08b8fe1cb637d69d37680520363acc2014567e64 | 5,237 | dart | Dart | lagu_app/lib/Screens/Settings/setting_pages/HobbyUpdate/components/hobby_bar.dart | quanphanhong/lagu-app | 1f44937ece2ecc827087e02c943fdd1fd10a7ac0 | [
"MIT"
] | null | null | null | lagu_app/lib/Screens/Settings/setting_pages/HobbyUpdate/components/hobby_bar.dart | quanphanhong/lagu-app | 1f44937ece2ecc827087e02c943fdd1fd10a7ac0 | [
"MIT"
] | null | null | null | lagu_app/lib/Screens/Settings/setting_pages/HobbyUpdate/components/hobby_bar.dart | quanphanhong/lagu-app | 1f44937ece2ecc827087e02c943fdd1fd10a7ac0 | [
"MIT"
] | null | null | null | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:lagu_app/Controller/auth_provider.dart';
import 'package:lagu_app/Controller/auth_service.dart';
import 'package:lagu_app/Controller/hobby_handler.dart';
import 'package:lagu_app/components/loading_screen.dart... | 32.52795 | 80 | 0.599198 |
2a01d29b5f6cdafabd537d6e20c874eec5170d05 | 4,940 | java | Java | ql/src/java/org/apache/hadoop/hive/ql/optimizer/index/RewriteParseContextGenerator.java | maheshk114/hive | 005d92d8736086b56730a1df02f63fc05018ff77 | [
"Apache-2.0"
] | null | null | null | ql/src/java/org/apache/hadoop/hive/ql/optimizer/index/RewriteParseContextGenerator.java | maheshk114/hive | 005d92d8736086b56730a1df02f63fc05018ff77 | [
"Apache-2.0"
] | null | null | null | ql/src/java/org/apache/hadoop/hive/ql/optimizer/index/RewriteParseContextGenerator.java | maheshk114/hive | 005d92d8736086b56730a1df02f63fc05018ff77 | [
"Apache-2.0"
] | null | null | null | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 40.162602 | 106 | 0.731984 |
01442e3ee524b59938181e55c5ab2e2a62696def | 855 | dart | Dart | test/link_function/helpers/link_function_to_json_test.dart | gyrdym/ml_algo | c7c1e47ff747e597a31c85dd0d0078f8a923723b | [
"BSD-2-Clause"
] | 118 | 2018-12-07T09:06:52.000Z | 2022-03-30T08:20:57.000Z | test/link_function/helpers/link_function_to_json_test.dart | gyrdym/ml_algo | c7c1e47ff747e597a31c85dd0d0078f8a923723b | [
"BSD-2-Clause"
] | 38 | 2018-12-04T13:52:32.000Z | 2022-02-24T22:10:12.000Z | test/link_function/helpers/link_function_to_json_test.dart | gyrdym/dart_ml | cdfe598a9058a0452f133ba39f3d637158309df2 | [
"BSD-3-Clause"
] | 22 | 2019-02-12T18:35:06.000Z | 2022-03-28T20:11:36.000Z | import 'package:ml_algo/src/link_function/helpers/link_function_to_json.dart';
import 'package:ml_algo/src/link_function/inverse_logit_link_function.dart';
import 'package:ml_algo/src/link_function/link_function_encoded_values.dart';
import 'package:ml_algo/src/link_function/softmax_link_function.dart';
import 'package... | 35.625 | 78 | 0.752047 |
68319c3ec607e0e6dfe6da82466ca17a29de1bb5 | 873 | html | HTML | demo.html | adammessinger/jQuery-Character-Countdown | 8bad5e40f9605a32ff61c17235a01a730a8cfdac | [
"MIT"
] | null | null | null | demo.html | adammessinger/jQuery-Character-Countdown | 8bad5e40f9605a32ff61c17235a01a730a8cfdac | [
"MIT"
] | null | null | null | demo.html | adammessinger/jQuery-Character-Countdown | 8bad5e40f9605a32ff61c17235a01a730a8cfdac | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Character Countdown Test</title>
<style>
label {
display: block;
margin-top: 1em;
}
textarea {
width: 40em;
height: 10em;
}
label.char-counter {
margin-top: 0;
}
.char-counter .low {
color: red;
}
</style>
</head>
<body>
... | 20.302326 | 63 | 0.658648 |
1808dc5a8f72b9092bb5d1e3fc4b2d17809e2d03 | 245 | swift | Swift | Behave/Source/BDEvent.swift | Vadimkomis/Behave | 1afc4de4ecb2b550fce8c9d1b66caa603a9ce3d1 | [
"MIT"
] | 3 | 2021-04-13T19:57:11.000Z | 2021-09-05T23:37:26.000Z | Behave/Source/BDEvent.swift | Vadimkomis/Behave | 1afc4de4ecb2b550fce8c9d1b66caa603a9ce3d1 | [
"MIT"
] | 16 | 2020-06-24T19:58:58.000Z | 2021-05-31T12:44:39.000Z | Behave/Source/BDEvent.swift | Vadimkomis/Behave | 1afc4de4ecb2b550fce8c9d1b66caa603a9ce3d1 | [
"MIT"
] | 1 | 2020-07-09T02:29:09.000Z | 2020-07-09T02:29:09.000Z | //
// BDEvent.swift
// Behave
//
// Created by Denis Efimov on 6/22/20.
// Copyright © 2020 Freshly. All rights reserved.
//
import Foundation
public struct BDEvent {
public let identifier: String
public let complete: () -> Void
}
| 16.333333 | 50 | 0.665306 |
8759fa543bc89bb35bcfc5769b382397e343bd06 | 34,885 | psm1 | PowerShell | source/DSCResources/MSFT_UpdateServicesServer/MSFT_UpdateServicesServer.psm1 | svenboll/UpdateServicesDsc | dd6be4e15d88399dc9152364b0b80ef270f329a0 | [
"MIT"
] | 12 | 2019-12-09T14:48:19.000Z | 2022-01-12T15:13:49.000Z | source/DSCResources/MSFT_UpdateServicesServer/MSFT_UpdateServicesServer.psm1 | svenboll/UpdateServicesDsc | dd6be4e15d88399dc9152364b0b80ef270f329a0 | [
"MIT"
] | 19 | 2018-07-11T09:33:09.000Z | 2019-06-27T12:15:28.000Z | source/DSCResources/MSFT_UpdateServicesServer/MSFT_UpdateServicesServer.psm1 | svenboll/UpdateServicesDsc | dd6be4e15d88399dc9152364b0b80ef270f329a0 | [
"MIT"
] | 14 | 2020-01-14T11:20:50.000Z | 2022-03-14T09:47:04.000Z | # DSC resource to initialize and configure WSUS Server.
# Classifications ID reference...
#
# Applications = 5C9376AB-8CE6-464A-B136-22113DD69801
# Connectors = 434DE588-ED14-48F5-8EED-A15E09A991F6
# Critical Updates = E6CF1350-C01B-414D-A61F-263D14D133B4
# Definition Updates = E0789628-CE08-443... | 34.369458 | 150 | 0.607883 |
3032e660122e9d5d81467d11d34f7d80ca5f8c00 | 210 | dart | Dart | lib/model/user.dart | adipoluri/moodcalendar | c86db787b84a7e344a9aed6dec67a9dd7f097459 | [
"MIT"
] | 1 | 2022-02-05T09:25:38.000Z | 2022-02-05T09:25:38.000Z | lib/model/user.dart | adipoluri/moodcalendar | c86db787b84a7e344a9aed6dec67a9dd7f097459 | [
"MIT"
] | null | null | null | lib/model/user.dart | adipoluri/moodcalendar | c86db787b84a7e344a9aed6dec67a9dd7f097459 | [
"MIT"
] | null | null | null |
import 'package:cloud_firestore/cloud_firestore.dart';
class SiteUser {
String uid;
String name;
Timestamp lastSubmit;
Map calendar;
SiteUser(this.uid,this.name, this.lastSubmit, this.calendar);
} | 17.5 | 63 | 0.752381 |
682b987b1b22cbe78c92747b4281a4f33d9d2a2e | 644 | html | HTML | sample.html | WXSD-Sales/EmbeddableMeetingsWidget | 35f39e726cedcb94665fcaba090521ad24db748c | [
"MIT"
] | null | null | null | sample.html | WXSD-Sales/EmbeddableMeetingsWidget | 35f39e726cedcb94665fcaba090521ad24db748c | [
"MIT"
] | null | null | null | sample.html | WXSD-Sales/EmbeddableMeetingsWidget | 35f39e726cedcb94665fcaba090521ad24db748c | [
"MIT"
] | 2 | 2022-03-16T19:44:13.000Z | 2022-03-18T21:06:15.000Z | <html>
<head>
<title>Webex Widget Demo</title>
<link href="https://cdn.jsdelivr.net/gh/WXSD-Sales/embeddable-meetings-widget/docs/webex-widgets.css" />
<script src="https://gitcdn.link/cdn/WXSD-Sales/embeddable-meetings-widget/main/docs/bundle.js"></script>
</head>
<body>
<div id="embe... | 29.272727 | 113 | 0.622671 |
1bfb2f79cda65117205933a948e4b164f659b2f7 | 2,356 | py | Python | django_unicorn/templatetags/unicorn.py | yaseralnajjar/django-unicorn | 3d6c7548a548a0fa1395ba010510b18a98f61bff | [
"MIT"
] | null | null | null | django_unicorn/templatetags/unicorn.py | yaseralnajjar/django-unicorn | 3d6c7548a548a0fa1395ba010510b18a98f61bff | [
"MIT"
] | null | null | null | django_unicorn/templatetags/unicorn.py | yaseralnajjar/django-unicorn | 3d6c7548a548a0fa1395ba010510b18a98f61bff | [
"MIT"
] | null | null | null | from django import template
from django.conf import settings
import shortuuid
from django_unicorn.call_method_parser import InvalidKwarg, parse_kwarg
from ..settings import get_setting
register = template.Library()
@register.inclusion_tag("unicorn/scripts.html")
def unicorn_scripts():
return {"MINIFIED": ge... | 25.89011 | 86 | 0.63455 |
0c96a91315f35e2e27ba5eeeba43d31e735c9469 | 447 | asm | Assembly | src/asm/switch.32.asm | NoOperatingSys/NoOperatingSystem | 46d80e6b29705437ce6eff3e738c556c64629ff2 | [
"MIT"
] | null | null | null | src/asm/switch.32.asm | NoOperatingSys/NoOperatingSystem | 46d80e6b29705437ce6eff3e738c556c64629ff2 | [
"MIT"
] | 3 | 2021-06-03T21:21:27.000Z | 2022-01-19T02:35:02.000Z | src/asm/switch.32.asm | NoOperatingSys/NoOperatingSystem | 46d80e6b29705437ce6eff3e738c556c64629ff2 | [
"MIT"
] | 1 | 2021-06-25T17:12:30.000Z | 2021-06-25T17:12:30.000Z | [bits 16]
pm:
cli ; disable interrupts
lgdt [gdt_descriptor] ; load the gtd descriptor
mov eax, cr0
or al, 0x1 ;set 32-bit mode in cr0
mov cr0, eax
jmp CODE_SEG:init_pm ;far jump by using a different segment
[bits 32]
init_pm:
;lol 32 bit modes
mov ax, DATA_SEG ;update seg registers
... | 18.625 | 63 | 0.63311 |
694589f74130f6b96b54ec73743b0354b45381b0 | 3,430 | sql | SQL | students/y2334/Titova_Maryana/Lab5/lab5.sql | kibarik/ITMO_FSPO_DataBases_2020-2021 | f6a1ee821efada82a873767d499fa5c89e747668 | [
"MIT"
] | 2 | 2020-10-20T13:38:23.000Z | 2021-03-20T10:09:46.000Z | students/y2334/Titova_Maryana/Lab5/lab5.sql | kibarik/ITMO_FSPO_DataBases_2020-2021 | f6a1ee821efada82a873767d499fa5c89e747668 | [
"MIT"
] | 67 | 2020-09-08T15:27:18.000Z | 2021-10-18T08:46:41.000Z | students/y2334/Titova_Maryana/Lab5/lab5.sql | kibarik/ITMO_FSPO_DataBases_2020-2021 | f6a1ee821efada82a873767d499fa5c89e747668 | [
"MIT"
] | 97 | 2020-09-08T12:26:53.000Z | 2021-09-22T13:02:50.000Z |
--
-- Requst №1
-- Вывести информацию о названии газеты и её стоимости
--
select concat (title_newspaper, ', ', cost_newspaper, '₽')
from newspaper;
--
-- Requst №2
-- Вывести длину названий типографий
--
select name_printing_office, length(name_printing_office)
from printing_office;
--
-- Requst №3
-- Выве... | 20.914634 | 120 | 0.759475 |
8782867d35e9dcda82d1db37c4264155a085b7ce | 1,472 | html | HTML | slides/capitulo-01/slide-08.html | renatoagomes/aula-fib-programacao | 147dcebc3dc03beda60d78a2d076097321444027 | [
"MIT"
] | null | null | null | slides/capitulo-01/slide-08.html | renatoagomes/aula-fib-programacao | 147dcebc3dc03beda60d78a2d076097321444027 | [
"MIT"
] | null | null | null | slides/capitulo-01/slide-08.html | renatoagomes/aula-fib-programacao | 147dcebc3dc03beda60d78a2d076097321444027 | [
"MIT"
] | null | null | null | <h6>O que é / Como funciona ?? </h6>
<div class="col-xs-12 pull-left"style="min-height:500px;">
<p style="margin:0;" class="pull-left">Aplicativos:</p> <br>
<p style="margin:0;">
<ul class="fragment pull-left">
<li class="">Android - Aplicativos em <a target="_blank" href="https://www.java.com/pt_BR/about... | 73.6 | 303 | 0.646739 |
560bec878e396f9a756f07c35a1aaa721f6f3655 | 6,261 | dart | Dart | lib/pages/login/test.dart | orafeng/wechat_flutter | 71572af949062988c8d32046994d1b2b63781beb | [
"Apache-2.0"
] | null | null | null | lib/pages/login/test.dart | orafeng/wechat_flutter | 71572af949062988c8d32046994d1b2b63781beb | [
"Apache-2.0"
] | null | null | null | lib/pages/login/test.dart | orafeng/wechat_flutter | 71572af949062988c8d32046994d1b2b63781beb | [
"Apache-2.0"
] | null | null | null | import 'dart:ui';
import 'package:dim/commom/win_media.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:provider/provider.dart';
import 'package:wechat_flutter/im/login_handle.dart';
import 'package:wechat_flutter/pages/logi... | 32.273196 | 80 | 0.509184 |
6a89b1eaeb69820a9a3e8cfc282834403b221993 | 993 | dart | Dart | lib/ui/search/search_event.dart | kkaun/dart_space | fb91ffbb3e3022e17b1521f11c035295523a893c | [
"MIT"
] | null | null | null | lib/ui/search/search_event.dart | kkaun/dart_space | fb91ffbb3e3022e17b1521f11c035295523a893c | [
"MIT"
] | null | null | null | lib/ui/search/search_event.dart | kkaun/dart_space | fb91ffbb3e3022e17b1521f11c035295523a893c | [
"MIT"
] | null | null | null | library search_event;
import 'package:built_value/built_value.dart';
part 'search_event.g.dart';
abstract class SearchEvent {}
abstract class DateInitialSearchEvent extends SearchEvent
implements Built<DateInitialSearchEvent, DateInitialSearchEventBuilder> {
DateTime get date;
DateInitialSearchEvent._();
... | 28.371429 | 104 | 0.818731 |
1413a88c4e7ffef077ef7085abbe7c5add7ed98f | 6,910 | dart | Dart | mqsb/lib/company/near_company.dart | luoyefeiwu/learn_flutter | ed06d71f7bc1fb4b2a2cd8aac76aab5866fafe9d | [
"Apache-2.0"
] | 1 | 2020-04-05T05:11:53.000Z | 2020-04-05T05:11:53.000Z | mqsb/lib/company/near_company.dart | luoyefeiwu/learn_flutter | ed06d71f7bc1fb4b2a2cd8aac76aab5866fafe9d | [
"Apache-2.0"
] | null | null | null | mqsb/lib/company/near_company.dart | luoyefeiwu/learn_flutter | ed06d71f7bc1fb4b2a2cd8aac76aab5866fafe9d | [
"Apache-2.0"
] | 1 | 2020-03-26T06:07:39.000Z | 2020-03-26T06:07:39.000Z | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/screenutil.dart';
import 'package:mqsb/model/company.dart';
class NearCompany extends StatefulWidget {
@override
State createState() => _NearCompanyStatus();
}
class _NearCompanyStatus extends State<NearCompany> {
List<Company> list = li... | 32.139535 | 79 | 0.360058 |
8dff92a472fa8ae6cb56886b4e82848ca0b4aeb0 | 3,311 | kt | Kotlin | library/src/main/kotlin/jp/co/panpanini/FieldExtensions.kt | panpanini/protok | fc721705b72f7805e59690ae9de51e64c0f76ea7 | [
"MIT"
] | 28 | 2019-02-26T08:36:30.000Z | 2021-01-21T10:11:10.000Z | library/src/main/kotlin/jp/co/panpanini/FieldExtensions.kt | panpanini/protok | fc721705b72f7805e59690ae9de51e64c0f76ea7 | [
"MIT"
] | 28 | 2019-02-26T06:51:50.000Z | 2020-03-13T05:29:31.000Z | library/src/main/kotlin/jp/co/panpanini/FieldExtensions.kt | panpanini/protok | fc721705b72f7805e59690ae9de51e64c0f76ea7 | [
"MIT"
] | 2 | 2019-02-27T02:55:47.000Z | 2019-07-02T10:47:38.000Z | package jp.co.panpanini
import com.improve_future.case_changer.toSnakeCase
import com.squareup.kotlinpoet.ClassName
import com.squareup.kotlinpoet.TypeName
import pbandk.gen.File
fun File.Field.Standard.unmarshalReadExpression(kotlinTypeMappings: Map<String, String>) = type.neverPacked.let { neverPacked ->
val re... | 47.985507 | 144 | 0.702205 |
00c6e4cdceb94fcfe88f4e38446d5087fd1beec5 | 955 | dart | Dart | lib/src/state/polygons.dart | DelmarZhao/map_controller | 1ab6c5df54c1526a5f88634d41ed58be21735d59 | [
"MIT"
] | null | null | null | lib/src/state/polygons.dart | DelmarZhao/map_controller | 1ab6c5df54c1526a5f88634d41ed58be21735d59 | [
"MIT"
] | null | null | null | lib/src/state/polygons.dart | DelmarZhao/map_controller | 1ab6c5df54c1526a5f88634d41ed58be21735d59 | [
"MIT"
] | null | null | null | import 'package:flutter/material.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter_map/flutter_map.dart';
import 'package:latlong/latlong.dart';
/// State of the polygons on the map
class PolygonsState {
/// Default contructor
PolygonsState({@required this.notify}) : assert(notify != null);
... | 28.088235 | 66 | 0.691099 |
46e64b63477d5fdc1931048300b0b9b016a64056 | 297 | dart | Dart | examples_archive/language_tour/arithmetic-operators/bin/main.dart | teresy/site-www | 1b5ee2b7e99197458a6c9e0b2adb8548ebadb18b | [
"CC-BY-3.0"
] | 2 | 2019-08-04T05:59:32.000Z | 2019-08-04T06:06:17.000Z | examples_archive/language_tour/arithmetic-operators/bin/main.dart | teresy/site-www | 1b5ee2b7e99197458a6c9e0b2adb8548ebadb18b | [
"CC-BY-3.0"
] | 3 | 2021-05-06T10:40:49.000Z | 2021-09-28T05:36:44.000Z | examples_archive/language_tour/arithmetic-operators/bin/main.dart | teresy/site-www | 1b5ee2b7e99197458a6c9e0b2adb8548ebadb18b | [
"CC-BY-3.0"
] | 1 | 2021-01-10T02:31:27.000Z | 2021-01-10T02:31:27.000Z | void main() {
// #docregion
assert(2 + 3 == 5);
assert(2 - 3 == -1);
assert(2 * 3 == 6);
assert(5 / 2 == 2.5); // Result is a double
assert(5 ~/ 2 == 2); // Result is an integer
assert(5 % 2 == 1); // Remainder
print('5/2 = ${5~/2} r ${5%2}'); // 5/2 = 2 r 1
// #enddocregion
}
| 22.846154 | 49 | 0.478114 |
7c0e7913c5a48c65c96c954eef5cd98dbeef313f | 941 | kt | Kotlin | domain/src/main/java/com/mi/mvi/domain/viewstate/BlogViewState.kt | AbdElraoufSabri/Android-Kotlin-MVI-CleanArchitecture | 0d008afe108fe3a9b6fe88f9f9374b3a0d3e16e4 | [
"MIT"
] | 267 | 2020-03-16T17:53:17.000Z | 2022-03-28T19:53:16.000Z | domain/src/main/java/com/mi/mvi/domain/viewstate/BlogViewState.kt | AbdElraoufSabri/Android-Kotlin-MVI-CleanArchitecture | 0d008afe108fe3a9b6fe88f9f9374b3a0d3e16e4 | [
"MIT"
] | 5 | 2020-04-19T03:26:33.000Z | 2021-02-24T19:00:08.000Z | domain/src/main/java/com/mi/mvi/domain/viewstate/BlogViewState.kt | AbdElraoufSabri/Android-Kotlin-MVI-CleanArchitecture | 0d008afe108fe3a9b6fe88f9f9374b3a0d3e16e4 | [
"MIT"
] | 32 | 2020-04-21T02:38:23.000Z | 2022-03-31T14:34:41.000Z | package com.mi.mvi.domain.viewstate
import com.mi.mvi.domain.model.BlogPost
const val BLOG_VIEW_STATE_BUNDLE_KEY = "BLOG_VIEW_STATE_BUNDLE_KEY"
data class BlogViewState(
// BlogFragment vars
var blogFields: BlogFields = BlogFields(),
// ViewBlogFragment vars
var viewBlogFields: ViewBlogFields = View... | 25.432432 | 67 | 0.72051 |
177aa5d8b56110fb15bcd45250b8dd6ed8ac0092 | 613 | swift | Swift | Sources/SDGHTML/Localization.swift | SDGGiesbrecht/SDGWeb | d571ee3600a9e7c69a5ef22d93fc0cc28139950f | [
"Apache-2.0"
] | 1 | 2018-11-27T14:30:58.000Z | 2018-11-27T14:30:58.000Z | Sources/SDGHTML/Localization.swift | SDGGiesbrecht/SDGWeb | d571ee3600a9e7c69a5ef22d93fc0cc28139950f | [
"Apache-2.0"
] | 12 | 2021-12-20T03:57:40.000Z | 2021-12-20T03:58:29.000Z | Sources/SDGHTML/Localization.swift | SDGGiesbrecht/SDGWeb | d571ee3600a9e7c69a5ef22d93fc0cc28139950f | [
"Apache-2.0"
] | null | null | null | /*
Localization.swift
This source file is part of the SDGWeb open source project.
https://sdggiesbrecht.github.io/SDGWeb
Copyright ©2019–2021 Jeremy David Giesbrecht and the SDGWeb project contributors.
Soli Deo gloria.
Licensed under the Apache Licence, Version 2.0.
See http://www.apache.org/licenses/LICENS... | 23.576923 | 82 | 0.763458 |
b0601b01fd3322f9ff04de3a12afd2d5ea4f09e6 | 133,142 | sql | SQL | data/sql/catalogos/tipo_detenido.sql | VictorAdad/sigi-api-adad | 412511b04b420a82cf6ae5338e401b181faae022 | [
"CC0-1.0"
] | null | null | null | data/sql/catalogos/tipo_detenido.sql | VictorAdad/sigi-api-adad | 412511b04b420a82cf6ae5338e401b181faae022 | [
"CC0-1.0"
] | null | null | null | data/sql/catalogos/tipo_detenido.sql | VictorAdad/sigi-api-adad | 412511b04b420a82cf6ae5338e401b181faae022 | [
"CC0-1.0"
] | null | null | null | -----------------------------------------------------
-----------------------------------------------------
--- TIPO_DETENIDO ---
-----------------------------------------------------
-----------------------------------------------------
Insert into TIPO_DETENIDO (ID,TIPO_DETENCION,TIPO_REIN... | 199.613193 | 223 | 0.851264 |
6451401812ec6feecea6f98b5fe52423a2ff4c41 | 299 | lua | Lua | MMOCoreORB/bin/scripts/object/custom_content/tangible/meatlump/event/meatlump_weapon_palette_01_08.lua | V-Fib/FlurryClone | 40e0ca7245ec31b3815eb6459329fd9e70f88936 | [
"Zlib",
"OpenSSL"
] | 18 | 2017-02-09T15:36:05.000Z | 2021-12-21T04:22:15.000Z | MMOCoreORB/bin/scripts/object/custom_content/tangible/meatlump/event/meatlump_weapon_palette_01_08.lua | V-Fib/FlurryClone | 40e0ca7245ec31b3815eb6459329fd9e70f88936 | [
"Zlib",
"OpenSSL"
] | 61 | 2016-12-30T21:51:10.000Z | 2021-12-10T20:25:56.000Z | MMOCoreORB/bin/scripts/object/custom_content/tangible/meatlump/event/meatlump_weapon_palette_01_08.lua | V-Fib/FlurryClone | 40e0ca7245ec31b3815eb6459329fd9e70f88936 | [
"Zlib",
"OpenSSL"
] | 71 | 2017-01-01T05:34:38.000Z | 2022-03-29T01:04:00.000Z | object_tangible_meatlump_event_meatlump_weapon_palette_01_08 = object_tangible_meatlump_event_shared_meatlump_weapon_palette_01_08:new {
}
ObjectTemplates:addTemplate(object_tangible_meatlump_event_meatlump_weapon_palette_01_08, "object/tangible/meatlump/event/meatlump_weapon_palette_01_08.iff")
| 49.833333 | 157 | 0.919732 |
96df40007f90f501026cc88e6e6229ede7a2856a | 490 | swift | Swift | Dodge/Utills/Strings.swift | shndrs/Dodge | 7540e5b9f780731b37303024e6744ba0fae052b9 | [
"MIT"
] | 1 | 2020-01-24T10:06:21.000Z | 2020-01-24T10:06:21.000Z | Dodge/Utills/Strings.swift | shndrs/Dodge | 7540e5b9f780731b37303024e6744ba0fae052b9 | [
"MIT"
] | null | null | null | Dodge/Utills/Strings.swift | shndrs/Dodge | 7540e5b9f780731b37303024e6744ba0fae052b9 | [
"MIT"
] | null | null | null | //
// Strings.swift
// Dodge
//
// Created by NP2 on 1/11/20.
// Copyright © 2020 shndrs. All rights reserved.
//
import Foundation
enum Strings: String {
// MARK: - Common
case ok = "Okay"
case error = "Error"
case errorFetchingData = "Problem Fetching Data"
case movieList = "movie_... | 16.896552 | 52 | 0.577551 |
99a4a6d6c93876f5af868cb72276649723b9540c | 2,936 | dart | Dart | finstagram/lib/pages/profile_page.dart | preneure/the_complete_flutter_development_course | 9b06369c15a904714de7283679e3b7202cd88af7 | [
"MIT"
] | 4 | 2022-03-13T22:21:32.000Z | 2022-03-28T13:52:23.000Z | finstagram/lib/pages/profile_page.dart | preneure/the_complete_flutter_development_course | 9b06369c15a904714de7283679e3b7202cd88af7 | [
"MIT"
] | null | null | null | finstagram/lib/pages/profile_page.dart | preneure/the_complete_flutter_development_course | 9b06369c15a904714de7283679e3b7202cd88af7 | [
"MIT"
] | 1 | 2022-03-19T10:20:05.000Z | 2022-03-19T10:20:05.000Z | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:finstagram/services/firebase_service.dart';
import 'package:flutter/material.dart';
import 'package:get_it/get_it.dart';
class ProfilePage extends StatefulWidget {
@override
State<StatefulWidget> createState() {
return _ProfilePageState();
... | 27.961905 | 78 | 0.549387 |
52f5de2dcac4c384793b8fa45d2e4c8fef0e05f4 | 1,364 | dart | Dart | test/core/inverted_luminance_source_test.dart | winterdl/zxing-dart | 5455eb20b9cdca122897dadcbe4fead2e321c42d | [
"Apache-2.0"
] | 13 | 2021-05-30T10:12:46.000Z | 2022-02-08T08:36:42.000Z | test/core/inverted_luminance_source_test.dart | winterdl/zxing-dart | 5455eb20b9cdca122897dadcbe4fead2e321c42d | [
"Apache-2.0"
] | 3 | 2021-06-15T18:58:55.000Z | 2021-11-10T02:29:08.000Z | test/core/inverted_luminance_source_test.dart | winterdl/zxing-dart | 5455eb20b9cdca122897dadcbe4fead2e321c42d | [
"Apache-2.0"
] | 4 | 2021-06-27T19:21:15.000Z | 2021-11-01T12:41:18.000Z | /*
* Copyright 2020 ZXing 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 applicable law or agreed ... | 34.1 | 76 | 0.719941 |
2a336a12cf9a173b33b5452f58fe6f3ff6a602e1 | 3,906 | java | Java | xchart-demo/src/main/java/com/xeiam/xchart/demo/charts/line/LineChart03.java | mleoking/XChart | 4fd07dd83f73ef98d496da43a671d39be67c1cfd | [
"Apache-2.0"
] | null | null | null | xchart-demo/src/main/java/com/xeiam/xchart/demo/charts/line/LineChart03.java | mleoking/XChart | 4fd07dd83f73ef98d496da43a671d39be67c1cfd | [
"Apache-2.0"
] | null | null | null | xchart-demo/src/main/java/com/xeiam/xchart/demo/charts/line/LineChart03.java | mleoking/XChart | 4fd07dd83f73ef98d496da43a671d39be67c1cfd | [
"Apache-2.0"
] | null | null | null | /**
* Copyright 2011 - 2014 Xeiam LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | 34.875 | 92 | 0.735791 |
7460648fe81968bc562fa96e5f27786a9341b1ba | 2,687 | html | HTML | Manuals/HRM/Hardware_Manual_guide/node0189.html | jonathanbennett73/amiga-pjz-planet-disco-balls | 1890f797ec7e8061ce4bfb9a8e6844f2ce9f6e1b | [
"MIT"
] | 21 | 2021-04-04T06:00:44.000Z | 2022-01-19T19:12:24.000Z | Manuals/HRM/Hardware_Manual_guide/node0189.html | jonathanbennett73/amiga-pjz-planet-disco-balls | 1890f797ec7e8061ce4bfb9a8e6844f2ce9f6e1b | [
"MIT"
] | null | null | null | Manuals/HRM/Hardware_Manual_guide/node0189.html | jonathanbennett73/amiga-pjz-planet-disco-balls | 1890f797ec7e8061ce4bfb9a8e6844f2ce9f6e1b | [
"MIT"
] | null | null | null | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<!-- AG2HTML: CONVERTER=AG2HTML/1.1 FORMAT=AMIGAGUIDE/34.11 FILE="Hardware/Hard_8" NODE="8-1-5" TITLE="8 / Controller Port Interface / Reading A Light Pen" INDEX="Hardware/Hard_Index/MAIN" -->
<head>
<title>8 / Controller Port Interface / Reading A Light Pe... | 51.673077 | 192 | 0.717901 |
04ac2486d908a05f6fd19bd004876447f23ee300 | 6,467 | java | Java | test/jdk/java/awt/Focus/MouseClickRequestFocusRaceTest/MouseClickRequestFocusRaceTest.java | 1690296356/jdk | eaf668d1510c28d51e26c397b582b66ebdf7e263 | [
"Apache-2.0"
] | null | null | null | test/jdk/java/awt/Focus/MouseClickRequestFocusRaceTest/MouseClickRequestFocusRaceTest.java | 1690296356/jdk | eaf668d1510c28d51e26c397b582b66ebdf7e263 | [
"Apache-2.0"
] | null | null | null | test/jdk/java/awt/Focus/MouseClickRequestFocusRaceTest/MouseClickRequestFocusRaceTest.java | 1690296356/jdk | eaf668d1510c28d51e26c397b582b66ebdf7e263 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2006, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | 36.536723 | 114 | 0.627648 |
4d1eae4863a0e3a6a779bee29a0c7f631bbe3ba4 | 1,103 | kt | Kotlin | module_picture/src/main/java/com/yang/module_picture/di/component/PictureComponent.kt | jlglyyx/base_lib | 87fdd734e4a3f2d061c4e0de01275f019a3dc642 | [
"Apache-2.0"
] | null | null | null | module_picture/src/main/java/com/yang/module_picture/di/component/PictureComponent.kt | jlglyyx/base_lib | 87fdd734e4a3f2d061c4e0de01275f019a3dc642 | [
"Apache-2.0"
] | null | null | null | module_picture/src/main/java/com/yang/module_picture/di/component/PictureComponent.kt | jlglyyx/base_lib | 87fdd734e4a3f2d061c4e0de01275f019a3dc642 | [
"Apache-2.0"
] | null | null | null | package com.yang.module_picture.di.component
import com.yang.lib_common.remote.di.component.RemoteComponent
import com.yang.lib_common.scope.ActivityScope
import com.yang.module_picture.di.factory.PictureViewModelFactory
import com.yang.module_picture.di.module.PictureModule
import com.yang.module_picture.ui.activity.... | 40.851852 | 85 | 0.850408 |
eb5f0395dc149271fca8847339d6d54a0bca78f3 | 404 | kt | Kotlin | skeleton/src/main/java/com/dropbox/kaiken/skeleton/dagger/SdkSpec.kt | changusmc/kaiken | 7a3a8ba08a4428bc265084bcfc7abeaeed7a2b6b | [
"Apache-2.0"
] | null | null | null | skeleton/src/main/java/com/dropbox/kaiken/skeleton/dagger/SdkSpec.kt | changusmc/kaiken | 7a3a8ba08a4428bc265084bcfc7abeaeed7a2b6b | [
"Apache-2.0"
] | null | null | null | skeleton/src/main/java/com/dropbox/kaiken/skeleton/dagger/SdkSpec.kt | changusmc/kaiken | 7a3a8ba08a4428bc265084bcfc7abeaeed7a2b6b | [
"Apache-2.0"
] | null | null | null | @file:Suppress("TooManyFunctions")
package com.dropbox.kaiken.skeleton.dagger
import com.dropbox.common.inject.SkeletonScope
import com.dropbox.kaiken.skeleton.core.SkeletonConfig
import com.squareup.anvil.annotations.ContributesTo
/**
* Base Interface for the AppSkeleton SDK Component/Graph
*/
@ContributesTo(Skel... | 25.25 | 57 | 0.811881 |
9fe8be1029ecda44816f552337b2f531d2f62b62 | 369 | sql | SQL | dist/tools/sql/server/logs_items.sql | Arodev76/L2Advanced | 12625a32ea7114b9d1d1ac0238da8422d714fc17 | [
"MIT"
] | 7 | 2018-02-05T10:28:56.000Z | 2020-08-06T06:35:54.000Z | dist/tools/sql/server/logs_items.sql | Kryspo/L2jRamsheart | 98c39d754f5aba1806f92acc9e8e63b3b827be49 | [
"MIT"
] | 3 | 2020-02-26T06:49:17.000Z | 2020-03-05T05:11:05.000Z | dist/tools/sql/server/logs_items.sql | Kryspo/L2jRamsheart | 98c39d754f5aba1806f92acc9e8e63b3b827be49 | [
"MIT"
] | 12 | 2018-02-12T20:58:07.000Z | 2020-06-07T02:44:42.000Z | CREATE TABLE IF NOT EXISTS `logs_items` (
`log_id` int(10) DEFAULT NULL,
`item_object_id` int(11) DEFAULT NULL,
`item_template_id` int(10) DEFAULT NULL,
`item_count` int(20) DEFAULT NULL,
`item_enchant_level` int(2) DEFAULT NULL,
`lost` int(1) DEFAULT NULL,
`receiver_name` varchar(35) CHARACTER SET utf8 D... | 41 | 61 | 0.739837 |
dfaf70bdfce6e6780f4ea34e373217278ddf25bf | 130 | kt | Kotlin | android/app/src/main/kotlin/com/example/bestar_hasura/MainActivity.kt | joaovictor78/Chat-with-hasura | a65f1a0fb5e3646b93505fa6913ccca6099289e1 | [
"MIT"
] | null | null | null | android/app/src/main/kotlin/com/example/bestar_hasura/MainActivity.kt | joaovictor78/Chat-with-hasura | a65f1a0fb5e3646b93505fa6913ccca6099289e1 | [
"MIT"
] | null | null | null | android/app/src/main/kotlin/com/example/bestar_hasura/MainActivity.kt | joaovictor78/Chat-with-hasura | a65f1a0fb5e3646b93505fa6913ccca6099289e1 | [
"MIT"
] | null | null | null | package com.example.bestar_hasura
import io.flutter.embedding.android.FlutterActivity
class MainActivity: FlutterActivity() {
}
| 18.571429 | 51 | 0.830769 |
de39b34724334122c9aeb9eaadec7226cb9321b3 | 5,354 | rs | Rust | pokemon_rust/src/battle/frontend/animations/initial_switch_in_animation.rs | Ghabriel/PokemonRust | 1632ef45ec9f656d0bc6e1ecd134e7918fd850ef | [
"Apache-2.0"
] | 9 | 2020-02-25T22:02:38.000Z | 2021-11-07T21:38:58.000Z | pokemon_rust/src/battle/frontend/animations/initial_switch_in_animation.rs | Ghabriel/PokemonRust | 1632ef45ec9f656d0bc6e1ecd134e7918fd850ef | [
"Apache-2.0"
] | null | null | null | pokemon_rust/src/battle/frontend/animations/initial_switch_in_animation.rs | Ghabriel/PokemonRust | 1632ef45ec9f656d0bc6e1ecd134e7918fd850ef | [
"Apache-2.0"
] | 1 | 2021-09-17T07:35:05.000Z | 2021-09-17T07:35:05.000Z | use amethyst::{
core::{math::Vector3, Transform},
ecs::Entity,
input::{InputEvent, StringBindings},
renderer::{palette::Srgba, resources::Tint, SpriteRender},
};
use crate::{
battle::backend::{
event::InitialSwitchIn,
BattleBackend,
Team,
},
constants::{
ALLY... | 30.594286 | 85 | 0.59096 |
50c705ee0e20cb6bc025d12c3709afbd89002434 | 3,589 | go | Go | internal/config/config.go | frankkopp/FrankyGo | 9fe8113ee4aa74dd64e47b8394498034d535ff1d | [
"MIT"
] | 5 | 2020-02-29T03:34:45.000Z | 2021-06-06T03:04:52.000Z | internal/config/config.go | frankkopp/FrankyGo | 9fe8113ee4aa74dd64e47b8394498034d535ff1d | [
"MIT"
] | 21 | 2020-03-09T16:04:39.000Z | 2021-12-13T23:18:31.000Z | internal/config/config.go | frankkopp/FrankyGo | 9fe8113ee4aa74dd64e47b8394498034d535ff1d | [
"MIT"
] | 2 | 2021-04-30T08:46:36.000Z | 2022-01-22T14:42:31.000Z | //
// FrankyGo - UCI chess engine in GO for learning purposes
//
// MIT License
//
// Copyright (c) 2018-2020 Frank Kopp
//
// 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 restrict... | 33.231481 | 106 | 0.72555 |
4c28a99262c6a7c62e2bd735a55b4664693e5727 | 272 | php | PHP | functions/f-notas.php | kojimairiguchi/portalBitacora | c8a37cf7f6a10aab43ef3fc4d6ead6ac61307a8e | [
"CC0-1.0"
] | 1 | 2015-09-15T19:55:47.000Z | 2015-09-15T19:55:47.000Z | functions/f-notas.php | kojimairiguchi/portalBitacora | c8a37cf7f6a10aab43ef3fc4d6ead6ac61307a8e | [
"CC0-1.0"
] | null | null | null | functions/f-notas.php | kojimairiguchi/portalBitacora | c8a37cf7f6a10aab43ef3fc4d6ead6ac61307a8e | [
"CC0-1.0"
] | null | null | null | <?php
require_once('funciones.php');
session_start();
if(isset($_POST['elimina'])){
if(!empty($_POST['nota'])){
foreach($_POST['nota'] as $id){
newEstado_nota($id,$_SESSION['id']);
}
}
header('Location: http://pconvm212/bitacora/#notas');
}else{
/***/
}
?> | 17 | 54 | 0.606618 |
1239e5497bad2de8507d2c74f9368afb3e6e5763 | 84,459 | c | C | sdk-6.5.20/src/soc/esw/trident3/asf.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.20/src/soc/esw/trident3/asf.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.20/src/soc/esw/trident3/asf.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | /*
*
* This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
*
* Copyright 2007-2020 Broadcom Inc. All rights reserved.
*
* File: asf.c
* Purpose: ASF feature support for Trident3 SKUs
* Requires: soc/trident3.h
*/
#includ... | 41.544024 | 204 | 0.49778 |
dbb7f679210742ceb2ee13ecad65f6fcf2898a16 | 1,650 | asm | Assembly | ASM-Homework/CallPrintf/NineArgs.asm | SokolovVadim/ComputerScience | 226043aa89edaff3a633f7ce98be9f20cf767203 | [
"MIT"
] | null | null | null | ASM-Homework/CallPrintf/NineArgs.asm | SokolovVadim/ComputerScience | 226043aa89edaff3a633f7ce98be9f20cf767203 | [
"MIT"
] | null | null | null | ASM-Homework/CallPrintf/NineArgs.asm | SokolovVadim/ComputerScience | 226043aa89edaff3a633f7ce98be9f20cf767203 | [
"MIT"
] | null | null | null | ; First 6 args in rdi, rsi, rdx, rcx, r8, r8, last 3 args into stack from [rbp + 16]
section .text
global _MyProc ; global name of my function
_MyProc:
push rbp
mov rbp, rsp
add rdi, rsi ; rdi = 2 + 3 = 5... | 28.448276 | 84 | 0.307273 |
fd62cbaad17fe4ff1ff105a21fb472503ef51e7a | 23,671 | c | C | tk_qsrc/q1source/QW/client/gl_screen.c | cr88192/bgbtech_btsr1arch | dcee6e5c7bbdac33a6891228f2238f6489e3c29a | [
"MIT"
] | 15 | 2019-05-19T15:51:06.000Z | 2021-12-01T08:12:17.000Z | sh2emu/tk_qsrc/q1source/QW/client/gl_screen.c | cr88192/bgbtech_shxemu | 0e8c2de32c94631a1c18df17f23385235dc67879 | [
"MIT"
] | null | null | null | sh2emu/tk_qsrc/q1source/QW/client/gl_screen.c | cr88192/bgbtech_shxemu | 0e8c2de32c94631a1c18df17f23385235dc67879 | [
"MIT"
] | 1 | 2019-11-21T16:57:31.000Z | 2019-11-21T16:57:31.000Z | /*
Copyright (C) 1996-1997 Id Software, Inc.
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, or (at your option) any later version.
This program is distributed in th... | 19.908326 | 89 | 0.586921 |
175dc5bf08f1bb27dd43bcc11dbcbbabeb9a127b | 135 | html | HTML | layouts/shortcodes/img-nz.html | emilburzo/hugo-theme-fuji | 8640c34f93353af6b6e6e7dfce0b5aea9b9f2294 | [
"Apache-2.0"
] | 1 | 2021-05-25T20:17:33.000Z | 2021-05-25T20:17:33.000Z | layouts/shortcodes/img-nz.html | emilburzo/hugo-theme-fuji | 8640c34f93353af6b6e6e7dfce0b5aea9b9f2294 | [
"Apache-2.0"
] | null | null | null | layouts/shortcodes/img-nz.html | emilburzo/hugo-theme-fuji | 8640c34f93353af6b6e6e7dfce0b5aea9b9f2294 | [
"Apache-2.0"
] | null | null | null | {{- if len .Params | eq 2 -}}
<p>
<img src="{{ index .Params 1 | relURL | safeURL }}" alt="{{ index .Params 0 }}" />
</p>
{{- end -}} | 27 | 84 | 0.481481 |
0a8757131f9bd37274b14b59c6fd4d7aca0a0098 | 4,546 | dart | Dart | lib/screens/map_screen.dart | Nesteo/Nesteo-App | de86122e989a0aed87f7070299ce0041ce8bebec | [
"MIT"
] | null | null | null | lib/screens/map_screen.dart | Nesteo/Nesteo-App | de86122e989a0aed87f7070299ce0041ce8bebec | [
"MIT"
] | 93 | 2019-09-18T14:16:38.000Z | 2019-12-07T13:54:29.000Z | lib/screens/map_screen.dart | Nesteo/Nesteo-App | de86122e989a0aed87f7070299ce0041ce8bebec | [
"MIT"
] | null | null | null | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:geolocator/geolocator.dart';
import 'package:google_maps_flutter/google_maps_flutter.dart';
import 'package:nesteo_app/blocs/boxdata_bloc/boxdata.dart';
import 'package:nesteo_app/blocs/dropdown_bloc/dropdown.dart';... | 39.189655 | 82 | 0.563792 |
29c354408f659e85131af0bd0174ee3fadafe472 | 8,745 | lua | Lua | src/LuaMidi.lua | DaMachinator/LuaMidiOpenOS | 1229e9e09b29f8a38253424db4342b00c6112b9f | [
"MIT"
] | null | null | null | src/LuaMidi.lua | DaMachinator/LuaMidiOpenOS | 1229e9e09b29f8a38253424db4342b00c6112b9f | [
"MIT"
] | null | null | null | src/LuaMidi.lua | DaMachinator/LuaMidiOpenOS | 1229e9e09b29f8a38253424db4342b00c6112b9f | [
"MIT"
] | null | null | null | -------------------------------------------------
-- LuaMidi Library Class
-- <p>All modules are available through it.
-- It also presents useful functions to handle
-- MIDI files.
--
-- @classmod LuaMidi
-- @author Pedro Alves - edited to work with OpenOS by Arcanitor
-- @license MIT
---------------------------------... | 37.212766 | 129 | 0.516524 |