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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7b9e9125c8f1adadda3d631df59bbefda2b6c721 | 9,029 | dart | Dart | lib/src/base/os_service_io.dart | hamatoma/dart_bones | fd6bc5870d09f694adb1c1ef8ccc3040c9106cd5 | [
"CC0-1.0"
] | 1 | 2021-12-30T10:46:55.000Z | 2021-12-30T10:46:55.000Z | lib/src/base/os_service_io.dart | hamatoma/dart_bones | fd6bc5870d09f694adb1c1ef8ccc3040c9106cd5 | [
"CC0-1.0"
] | null | null | null | lib/src/base/os_service_io.dart | hamatoma/dart_bones | fd6bc5870d09f694adb1c1ef8ccc3040c9106cd5 | [
"CC0-1.0"
] | null | null | null | import 'dart:io';
import 'package:path/path.dart' as package_path;
import 'base_logger.dart';
import 'bones_globals.dart';
import 'file_sync_io.dart';
import 'process_sync_io.dart';
/// Holds the information about the current user.
class OsService {
static OsService? _instance;
final BaseLogger logger;
final U... | 35.687747 | 82 | 0.638498 |
1bf09c3b9c07cd3ef26965b75338b1490c53e35a | 5,852 | py | Python | sprox/providerselector.py | carl-wallace/sprox | 69c8639b86318c28bbaad36125232d144d8be380 | [
"MIT"
] | null | null | null | sprox/providerselector.py | carl-wallace/sprox | 69c8639b86318c28bbaad36125232d144d8be380 | [
"MIT"
] | null | null | null | sprox/providerselector.py | carl-wallace/sprox | 69c8639b86318c28bbaad36125232d144d8be380 | [
"MIT"
] | null | null | null | """
Provider Locator Module
a module to help dbsprockets automatically find providers
Copyright (c) 2008 Christopher Perkins
Original Version by Christopher Perkins 2007
Released under MIT license.
"""
import inspect
try:
from sqlalchemy import MetaData
from sqlalchemy.engine import Engine
from sqlalchem... | 30.638743 | 103 | 0.66285 |
5b5c6d9a38f5f5a1bf50417c12fb7883ba9a31da | 329 | cpp | C++ | containers/mystringlist.cpp | jamcodes/Qt5-Code-Examples | 8f2db35cb03425c237f867c04674e5ba3291524d | [
"BSD-2-Clause"
] | 5 | 2020-11-30T13:19:47.000Z | 2021-06-16T13:44:06.000Z | containers/mystringlist.cpp | jamcodes/Qt5-Code-Examples | 8f2db35cb03425c237f867c04674e5ba3291524d | [
"BSD-2-Clause"
] | null | null | null | containers/mystringlist.cpp | jamcodes/Qt5-Code-Examples | 8f2db35cb03425c237f867c04674e5ba3291524d | [
"BSD-2-Clause"
] | 3 | 2020-11-30T13:20:33.000Z | 2021-01-14T17:57:55.000Z | #include <QTextStream>
#include <QList>
int main(void) {
QTextStream out(stdout);
QString string = "coin, book, cup, pencil, clock, bookmark";
QStringList items = string.split(",");
QStringListIterator it(items);
while (it.hasNext()) {
out << it.next().trimmed() << endl;
}
retu... | 16.45 | 64 | 0.601824 |
ec2e59662a9264c0f0538f2a5a2df3a0d97ba11d | 5,426 | lua | Lua | gotylike/definitions/Sentinel.lua | ToddButler93/tamods-server-gotylike | 34cefd0d6dcd65b971e381c223e2ea83f3586cf5 | [
"MIT"
] | null | null | null | gotylike/definitions/Sentinel.lua | ToddButler93/tamods-server-gotylike | 34cefd0d6dcd65b971e381c223e2ea83f3586cf5 | [
"MIT"
] | null | null | null | gotylike/definitions/Sentinel.lua | ToddButler93/tamods-server-gotylike | 34cefd0d6dcd65b971e381c223e2ea83f3586cf5 | [
"MIT"
] | null | null | null | local classDef = {
ootbClass="Light",
armorClass="Sentinel",
weapons={
"BXT1",
"BXT1A",
"Phase Rifle",
"SAP20",
{class="Medium", name="Nova Blaster"},
{class="Heavy", name="Nova Blaster MX"},
"Falcon",
"Accurized Shotgun",
{class="Light... | 26.861386 | 81 | 0.488758 |
94114f506bd8e17fff58fb00296f751c78f4bd84 | 3,017 | cpp | C++ | Kartkowki/2019-2020/K2_A_ZAD3.cpp | anuar2k/WDI-2019 | de8bc8c1c68d342cbcdafd7c274a953cc319b6d3 | [
"MIT"
] | null | null | null | Kartkowki/2019-2020/K2_A_ZAD3.cpp | anuar2k/WDI-2019 | de8bc8c1c68d342cbcdafd7c274a953cc319b6d3 | [
"MIT"
] | null | null | null | Kartkowki/2019-2020/K2_A_ZAD3.cpp | anuar2k/WDI-2019 | de8bc8c1c68d342cbcdafd7c274a953cc319b6d3 | [
"MIT"
] | null | null | null | #include <iostream>
using namespace std;
struct node {
int val;
node *next;
};
int remove(node *&list) {
node *mSubPrev; //wskaznik przed poczatkiem kawalka do wyciecia
int mSubLength = 0;
bool mSubTwice = true; //flaga na sytuacje, gdy mamy >= 2 kawalki maksymalne tej samej dlugosci
node *li... | 23.944444 | 99 | 0.459397 |
487ed69b2c4ec4028c3b61fbc6c41234f8b52c09 | 1,910 | swift | Swift | Example/ASPCircleChart/ViewController.swift | Toparceanu/ASPCircleChart | 18ba9ee1ecc810ccf00c1232652d306a145e5c3d | [
"MIT"
] | 10 | 2016-10-19T12:51:17.000Z | 2021-04-18T11:01:32.000Z | Example/ASPCircleChart/ViewController.swift | Toparceanu/ASPCircleChart | 18ba9ee1ecc810ccf00c1232652d306a145e5c3d | [
"MIT"
] | 2 | 2016-10-21T13:50:33.000Z | 2017-04-24T07:48:41.000Z | Example/ASPCircleChart/ViewController.swift | Toparceanu/ASPCircleChart | 18ba9ee1ecc810ccf00c1232652d306a145e5c3d | [
"MIT"
] | 1 | 2018-12-04T14:29:58.000Z | 2018-12-04T14:29:58.000Z | //
// ViewController.swift
// ASPCircleChart
//
// Created by Andrei-Sergiu Pitis on 06/17/2016.
// Copyright (c) 2016 Andrei-Sergiu Pitis. All rights reserved.
//
import UIKit
import ASPCircleChart
class ViewController: UIViewController {
@IBOutlet weak var circleChart: ASPCircleChart!
let dataSource = Dat... | 24.487179 | 197 | 0.686387 |
6570598f2ef13665e826a5c8e920e59ce1b6b215 | 96 | lua | Lua | docs/illustrations/primitives/primitive_box.lua | holocronweaver/ogre-procedural | 27ede71b30d12ff05cddc2359acf8f1f8b12f579 | [
"MIT"
] | 158 | 2016-11-17T19:37:51.000Z | 2022-03-21T19:57:55.000Z | docs/illustrations/primitives/primitive_box.lua | holocronweaver/ogre-procedural | 27ede71b30d12ff05cddc2359acf8f1f8b12f579 | [
"MIT"
] | 94 | 2016-11-18T09:55:57.000Z | 2021-01-14T08:50:40.000Z | docs/illustrations/primitives/primitive_box.lua | holocronweaver/ogre-procedural | 27ede71b30d12ff05cddc2359acf8f1f8b12f579 | [
"MIT"
] | 51 | 2017-05-24T10:20:25.000Z | 2022-03-17T15:07:02.000Z | mesh = Procedural.BoxGenerator():setSizeX(1):buildTriangleBuffer()
tests:addTriangleBuffer(mesh) | 48 | 66 | 0.833333 |
725419ac2867e5d76ad5a363cdae5cd026b1ae56 | 6,726 | rs | Rust | tests/tensor_indexing.rs | cyb0124/tch-rs | 1603bbc65f62f98e9e2bb8c9d390e3dcbc67f4a5 | [
"Apache-2.0",
"MIT"
] | null | null | null | tests/tensor_indexing.rs | cyb0124/tch-rs | 1603bbc65f62f98e9e2bb8c9d390e3dcbc67f4a5 | [
"Apache-2.0",
"MIT"
] | null | null | null | tests/tensor_indexing.rs | cyb0124/tch-rs | 1603bbc65f62f98e9e2bb8c9d390e3dcbc67f4a5 | [
"Apache-2.0",
"MIT"
] | null | null | null | use tch::{Device, Kind, Tensor};
use tch::{IndexOp, NewAxis};
#[test]
fn integer_index() {
let opt = (Kind::Float, Device::Cpu);
let tensor = Tensor::arange1(0, 2 * 3, opt).view([2, 3]);
let result = tensor.i(1);
assert_eq!(result.size(), &[3]);
assert_eq!(Vec::<i64>::from(result), &[3, 4, 5]);
... | 34.142132 | 89 | 0.532412 |
a95b7d99b06f98b4fc25b082ea34b36049e97e67 | 148 | swift | Swift | Example/Pods/ReadyMarkups/ReadyMarkups/Source/Markups/2 elements/Tiles2Markup.swift | Brander-ua/ReadyMarkups | a78747349e20dc2a48c4eaa2cf8a9213fd7354af | [
"MIT"
] | 1 | 2019-05-27T13:32:53.000Z | 2019-05-27T13:32:53.000Z | Example/Pods/ReadyMarkups/ReadyMarkups/Source/Markups/2 elements/Tiles2Markup.swift | Brander-ua/ReadyMarkups | a78747349e20dc2a48c4eaa2cf8a9213fd7354af | [
"MIT"
] | null | null | null | Example/Pods/ReadyMarkups/ReadyMarkups/Source/Markups/2 elements/Tiles2Markup.swift | Brander-ua/ReadyMarkups | a78747349e20dc2a48c4eaa2cf8a9213fd7354af | [
"MIT"
] | null | null | null | //
// Tiles2Markup.swift
// ReadyMarkups
//
import Foundation
public protocol Tiles2Markup {
func applyToView(tile1: UIView, tile2: UIView)
}
| 13.454545 | 48 | 0.72973 |
8b19796bef9a2f6bde61a8b047eed3ae694037e9 | 230 | ps1 | PowerShell | demos/dps2020/insidek8s/deploy/powershell/step12_querysql.ps1 | Korn1699/bobsql | c9b2b8eb02d30909eb6e939d19317a4f1ba7fb6c | [
"MIT"
] | 88 | 2019-05-26T10:08:35.000Z | 2022-03-17T03:48:09.000Z | demos/dps2020/insidek8s/deploy/powershell/step12_querysql.ps1 | Korn1699/bobsql | c9b2b8eb02d30909eb6e939d19317a4f1ba7fb6c | [
"MIT"
] | 4 | 2019-11-13T00:03:52.000Z | 2022-01-14T22:37:23.000Z | demos/dps2020/insidek8s/deploy/powershell/step12_querysql.ps1 | Korn1699/bobsql | c9b2b8eb02d30909eb6e939d19317a4f1ba7fb6c | [
"MIT"
] | 64 | 2019-05-09T01:01:39.000Z | 2022-03-18T13:22:41.000Z | $Service = kubectl get service | Select-String -Pattern mssql-service | Out-String
$Service = $Service.split(" ")
$Server+="-S"
$Server+=$Service[9]
$Server+=",31433"
sqlcmd '-Usa' '-PSql2019isfast' $Server '-Q"SELECT @@version"'
| 32.857143 | 82 | 0.686957 |
2dcbee293e16f7f05bfef5fd7edb031122be88da | 1,147 | html | HTML | index.html | Fahari/pig-dice | 7e08cdffb77eb40a3c1981bed1bb15540b12b7e6 | [
"MIT"
] | null | null | null | index.html | Fahari/pig-dice | 7e08cdffb77eb40a3c1981bed1bb15540b12b7e6 | [
"MIT"
] | null | null | null | index.html | Fahari/pig-dice | 7e08cdffb77eb40a3c1981bed1bb15540b12b7e6 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/styles.css">
<script src="js/jquery-3.3.1.js" type="text/javascript"></script>
<script src="js/scripts.js" type="text/javascript"></script>
<title>Pig D... | 26.068182 | 68 | 0.603313 |
7161901b4c0c750199093d3702fcb58da8a6d004 | 4,226 | lua | Lua | src/filters/ItemLevel.lua | doadin/Baggins | 0e787d80e50aed7d5f9752f03725b906b601a83b | [
"Zlib"
] | 3 | 2020-05-18T05:50:09.000Z | 2020-10-16T17:00:30.000Z | src/filters/ItemLevel.lua | doadin/Baggins | 0e787d80e50aed7d5f9752f03725b906b601a83b | [
"Zlib"
] | 54 | 2019-11-11T05:30:09.000Z | 2022-03-29T23:08:26.000Z | src/filters/ItemLevel.lua | doadin/Baggins | 0e787d80e50aed7d5f9752f03725b906b601a83b | [
"Zlib"
] | 8 | 2020-02-13T17:22:41.000Z | 2021-07-02T04:45:52.000Z | --[[ ==========================================================================
ItemLevel.lua
========================================================================== ]]--
local _G = _G
local AddOnName, _ = ...
local AddOn = _G[AddOnName]
-- WoW API
local GetContainerItemLink = _G.GetContainerItemLink
local GetI... | 31.303704 | 94 | 0.459773 |
32295a485813f1db98dd49d7ecebc483a5712da8 | 13,571 | sql | SQL | Bkp_DB/db999999.sql | RonaldoSurdi/Checklist-logistica | 0340034e977b0af03b93a419c3f0920e420b1be9 | [
"MIT"
] | null | null | null | Bkp_DB/db999999.sql | RonaldoSurdi/Checklist-logistica | 0340034e977b0af03b93a419c3f0920e420b1be9 | [
"MIT"
] | null | null | null | Bkp_DB/db999999.sql | RonaldoSurdi/Checklist-logistica | 0340034e977b0af03b93a419c3f0920e420b1be9 | [
"MIT"
] | 1 | 2022-02-05T06:37:21.000Z | 2022-02-05T06:37:21.000Z | /*
SQLyog Enterprise - MySQL GUI v7.15
MySQL - 5.5.21 : Database - ck999999
*********************************************************************
*/
/*!40101 SET NAMES utf8 */;
/*!40101 SET SQL_MODE=''*/;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @O... | 36.777778 | 189 | 0.731634 |
61a38e864e378e947b4ecc188a4f991ccf571b80 | 4,985 | sql | SQL | compound/deposits_vs_borrows.sql | AndruAllen/compound_analysis | 996f6be0a7bf25b2a61e241ba0f4ea0e5bd953ea | [
"Apache-2.0"
] | 1 | 2021-09-22T03:53:28.000Z | 2021-09-22T03:53:28.000Z | compound/deposits_vs_borrows.sql | AndruAllen/flipside_analysis | 996f6be0a7bf25b2a61e241ba0f4ea0e5bd953ea | [
"Apache-2.0"
] | null | null | null | compound/deposits_vs_borrows.sql | AndruAllen/flipside_analysis | 996f6be0a7bf25b2a61e241ba0f4ea0e5bd953ea | [
"Apache-2.0"
] | null | null | null | WITH borrows_per_day AS (
SELECT
--case when block_timestamp >= CURRENT_DATE - 30 then 'last_30'
-- when block_timestamp >= CURRENT_DATE - 60 then '31_60'
-- when block_timestamp >= CURRENT_DATE - 90 then '61_90'
-- when block_timesta... | 62.3125 | 164 | 0.711334 |
9856fb3c17212c2e01651ad6f663ea168ca42627 | 1,006 | html | HTML | trash/page-662-Saturday-October-19th-2019-10-02-40-AM/body.html | marvindanig/the-satyricon | 7d3e50dec8ac6c273d841ad2a1745d157e3f9587 | [
"BlueOak-1.0.0",
"CC-BY-4.0",
"Unlicense"
] | null | null | null | trash/page-662-Saturday-October-19th-2019-10-02-40-AM/body.html | marvindanig/the-satyricon | 7d3e50dec8ac6c273d841ad2a1745d157e3f9587 | [
"BlueOak-1.0.0",
"CC-BY-4.0",
"Unlicense"
] | 1 | 2021-05-08T09:06:03.000Z | 2021-05-08T09:06:03.000Z | trash/page-662-Saturday-October-19th-2019-10-02-40-AM/body.html | marvindanig/the-satyricon | 7d3e50dec8ac6c273d841ad2a1745d157e3f9587 | [
"BlueOak-1.0.0",
"CC-BY-4.0",
"Unlicense"
] | null | null | null | <div class="leaf flex"><div class="inner justify"><p>METRO: Please don’t flare up so quickly when you hear something unpleasant. A good woman must put up with everything. It’s all my fault for gossiping. My tongue ought to be cut out; honestly it should: but to get back to the question I asked you a moment ago: who sti... | 1,006 | 1,006 | 0.756461 |
14b70cbc689e328f58b3f789a99e52ed4e15b105 | 1,438 | kt | Kotlin | app/src/main/java/com/omens/weather/db/DataSetterAndGetter.kt | Dovahkiin169/weather | f9568c0fc932ab6b8308c72b9a1ed19d9c045e9e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/omens/weather/db/DataSetterAndGetter.kt | Dovahkiin169/weather | f9568c0fc932ab6b8308c72b9a1ed19d9c045e9e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/omens/weather/db/DataSetterAndGetter.kt | Dovahkiin169/weather | f9568c0fc932ab6b8308c72b9a1ed19d9c045e9e | [
"Apache-2.0"
] | null | null | null | package com.omens.weather.db
import com.couchbase.lite.CouchbaseLiteException
import com.couchbase.lite.MutableDocument
import com.google.gson.Gson
import com.omens.weather.db.DataInterface.UserActionsListener
import com.omens.weather.model.ListWeatherCityResponse
import java.util.HashMap
class DataSetterAndGetter(pr... | 36.871795 | 114 | 0.691238 |
e112937cb140acd19549a7621936bc1a589c663f | 3,402 | swift | Swift | Adyen/UI/List/ListSection.swift | for-meng/adyen-ios | 6bec6e3b4675dda4d4b56234adac0384a1377e17 | [
"MIT"
] | null | null | null | Adyen/UI/List/ListSection.swift | for-meng/adyen-ios | 6bec6e3b4675dda4d4b56234adac0384a1377e17 | [
"MIT"
] | null | null | null | Adyen/UI/List/ListSection.swift | for-meng/adyen-ios | 6bec6e3b4675dda4d4b56234adac0384a1377e17 | [
"MIT"
] | null | null | null | //
// Copyright (c) 2021 Adyen N.V.
//
// This file is open source and available under the MIT license. See the LICENSE file for more info.
//
import Foundation
/// The editing style.
/// :nodoc:
public enum EditingStyle {
case delete
case none
}
/// A section of items in a ListViewController.
/// :nodoc:
pu... | 25.2 | 100 | 0.601411 |
ceb3fc9ae497b23edad3896e504f7bb75e0ec21f | 372 | swift | Swift | APIconizer/Classes/Protocols/UniquelyIdentifiable.swift | warren-gavin/APIconizer | 1d2920e9b40e31ea822cef348d6993b023055886 | [
"MIT"
] | null | null | null | APIconizer/Classes/Protocols/UniquelyIdentifiable.swift | warren-gavin/APIconizer | 1d2920e9b40e31ea822cef348d6993b023055886 | [
"MIT"
] | null | null | null | APIconizer/Classes/Protocols/UniquelyIdentifiable.swift | warren-gavin/APIconizer | 1d2920e9b40e31ea822cef348d6993b023055886 | [
"MIT"
] | null | null | null | //
// UniquelyIdentifiable.swift
// APIconizer
//
// Created by Warren Gavin on 04/08/2017.
// Copyright © 2017 Apokrupto. All rights reserved.
//
import Foundation
protocol UniquelyIdentifiable: class {
static var identifier: String { get }
}
extension UniquelyIdentifiable {
static var identifier: Strin... | 18.6 | 52 | 0.701613 |
1be26ec268e850348aa14c4b38f7fdc8f14a647e | 581,572 | tab | SQL | nebulio/legacy/data/WFC3-filters/SystemThroughput/f200lp.UVIS2.tab | deprecated/nebulio | 8548d9f44117206e9314d676576b24c1bc5e1c76 | [
"MIT"
] | null | null | null | nebulio/legacy/data/WFC3-filters/SystemThroughput/f200lp.UVIS2.tab | deprecated/nebulio | 8548d9f44117206e9314d676576b24c1bc5e1c76 | [
"MIT"
] | null | null | null | nebulio/legacy/data/WFC3-filters/SystemThroughput/f200lp.UVIS2.tab | deprecated/nebulio | 8548d9f44117206e9314d676576b24c1bc5e1c76 | [
"MIT"
] | null | null | null | # Table f200lp.UVIS2.fits[1] Fri 11:54:40 08-Feb-2013
# row WAVELENGTH THROUGHPUT
# angstroms
1 1700. 0.
2 1701. 0.
3 1702. 0.
4 1703. 0.
5 1704. ... | 37.993859 | 55 | 0.368374 |
f186c378549155f71a7be775191454677acb13dd | 322 | lua | Lua | server/main.lua | bulva2/res1st-bulletproof-vest | 32ed8cded21be7792e36d070289bc06221d30e64 | [
"MIT"
] | 2 | 2021-01-07T16:27:16.000Z | 2021-04-16T09:02:18.000Z | server/main.lua | bulva2/res1st-bulletproof-vest | 32ed8cded21be7792e36d070289bc06221d30e64 | [
"MIT"
] | null | null | null | server/main.lua | bulva2/res1st-bulletproof-vest | 32ed8cded21be7792e36d070289bc06221d30e64 | [
"MIT"
] | null | null | null | ESX = nil
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
ESX.RegisterUsableItem('armor', function(source)
local xPlayer = ESX.GetPlayerFromId(source)
TriggerClientEvent('res1st-bulletproof-vest:useItem', source, 'armor')
xPlayer.removeInventoryItem('armor', 1)
Citizen.Wait(10000)
en... | 26.833333 | 72 | 0.745342 |
68416f193c2787243c5f294876857c99426016a3 | 24,085 | cpp | C++ | ego_controller/invdyn_controller/src/InvdynController.cpp | NMMI/AlterEgo_Gazebo_Simulator | df80d09972d46ff8f824adc6e27fe0d5770a51c0 | [
"BSD-3-Clause"
] | null | null | null | ego_controller/invdyn_controller/src/InvdynController.cpp | NMMI/AlterEgo_Gazebo_Simulator | df80d09972d46ff8f824adc6e27fe0d5770a51c0 | [
"BSD-3-Clause"
] | null | null | null | ego_controller/invdyn_controller/src/InvdynController.cpp | NMMI/AlterEgo_Gazebo_Simulator | df80d09972d46ff8f824adc6e27fe0d5770a51c0 | [
"BSD-3-Clause"
] | null | null | null | /***
* Software License Agreement: BSD 3-Clause License
*
* Copyright (c) 2021, NMMI
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the ab... | 30.957584 | 137 | 0.613494 |
4b1a97ed920e59ce6a4ed32daae785426b915618 | 3,847 | html | HTML | public/index.html | gbmillz/jolloficons | decd4915bc22bb3fdd88b97ad042953fb3a4911d | [
"MIT"
] | 30 | 2018-12-31T09:20:25.000Z | 2021-06-24T15:36:51.000Z | public/index.html | gbmillz/jolloficons | decd4915bc22bb3fdd88b97ad042953fb3a4911d | [
"MIT"
] | null | null | null | public/index.html | gbmillz/jolloficons | decd4915bc22bb3fdd88b97ad042953fb3a4911d | [
"MIT"
] | 1 | 2021-05-02T20:58:18.000Z | 2021-05-02T20:58:18.000Z | <!DOCTYPE html>
<html lang="en" xmlns:og=”http://opengraphprotocol.org/schema/” xmlns:fb=”http://ogp.me/ns/fb#” xmlns:og=”http://opengraphprotocol.org/schema/”>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-30061423-2"></script>
... | 51.293333 | 205 | 0.677671 |
4aa0f4c0e2fe4ce62189c796e48f68ed2303422e | 1,265 | htm | HTML | 1x/a9w3-auhome/trydofor/helpers/status/stat/article/date/2009/03/17-log.htm | trydofor/trydofor.github.com | e961e62767041ec34783436f98d63b0db8c60fc0 | [
"MIT"
] | null | null | null | 1x/a9w3-auhome/trydofor/helpers/status/stat/article/date/2009/03/17-log.htm | trydofor/trydofor.github.com | e961e62767041ec34783436f98d63b0db8c60fc0 | [
"MIT"
] | null | null | null | 1x/a9w3-auhome/trydofor/helpers/status/stat/article/date/2009/03/17-log.htm | trydofor/trydofor.github.com | e961e62767041ec34783436f98d63b0db8c60fc0 | [
"MIT"
] | null | null | null | 2009/0204145037|20090317003019|219.132.136.21
2009/0310140935|20090317003131|219.132.136.21
2008/1231092837|20090317003147|219.132.136.21
2009/0204145037|20090317003418|219.132.136.21
2008/1231092837|20090317004044|61.178.18.147
2008/1231092837|20090317004055|61.178.18.147
2009/0310140935|20090317090102|222.66.175.239
... | 43.62069 | 46 | 0.845059 |
689f65d9fcb6d39b3e35bb23c5afaa955d7efb6a | 311 | sql | SQL | pg/m6/s7.sql | egalli64/hron | 696177f660afe1b9905768a25235069d0f4c26ce | [
"MIT"
] | null | null | null | pg/m6/s7.sql | egalli64/hron | 696177f660afe1b9905768a25235069d0f4c26ce | [
"MIT"
] | null | null | null | pg/m6/s7.sql | egalli64/hron | 696177f660afe1b9905768a25235069d0f4c26ce | [
"MIT"
] | null | null | null | -- example on view
-- check existing table
select *
from exec;
-- create view
create or replace view junior_exec_view as
select exec_id, first_name, last_name, hired from exec
where exec_id != 100;
-- check the derived view
select *
from junior_exec_view;
-- get rid of a view
drop view junior_exec_view;
| 17.277778 | 55 | 0.752412 |
9a3a64622f2820103aff51e17b3d00c112be5acc | 2,139 | lua | Lua | core.lua | prodhe/duty | 2506bc88acdacf5b639c17fa0760b9f0228b9649 | [
"MIT"
] | null | null | null | core.lua | prodhe/duty | 2506bc88acdacf5b639c17fa0760b9f0228b9649 | [
"MIT"
] | null | null | null | core.lua | prodhe/duty | 2506bc88acdacf5b639c17fa0760b9f0228b9649 | [
"MIT"
] | null | null | null | -- Load and set namespace
local _, core = ...
-- Stored default options.
core.options = {}
core.data = {}
core.options.debug = false -- print debug statements
core.options.dutyOpacity = 1
core.options.dutyShowFrame = true
core.data.assignList = {}
-- LoadDB tries to load the SavedVariables
function core:LoadDB()
if ... | 24.306818 | 86 | 0.636746 |
b344d0abb019e6bf6d3eb80abb072c832c403e47 | 25 | rb | Ruby | app/helpers/movies_helper.rb | TheDreamingTree145/Movie-Project | ad93184931a96505d194b7cebac3681387516888 | [
"MIT"
] | null | null | null | app/helpers/movies_helper.rb | TheDreamingTree145/Movie-Project | ad93184931a96505d194b7cebac3681387516888 | [
"MIT"
] | 7 | 2020-03-04T21:18:23.000Z | 2022-03-31T00:44:33.000Z | app/helpers/movies_helper.rb | mikeisfake/filmr | 49e2e51acbe5482274af98146e4ccd38a4c75b0d | [
"MIT"
] | null | null | null | module MoviesHelper
end
| 6.25 | 19 | 0.84 |
26b6e13f90c6cab3775f5c682ebbe42241ea7a60 | 408 | java | Java | LACCPlus/Hadoop/3070_2.java | sgholamian/log-aware-clone-detection | 9993cb081c420413c231d1807bfff342c39aa69a | [
"MIT"
] | null | null | null | LACCPlus/Hadoop/3070_2.java | sgholamian/log-aware-clone-detection | 9993cb081c420413c231d1807bfff342c39aa69a | [
"MIT"
] | null | null | null | LACCPlus/Hadoop/3070_2.java | sgholamian/log-aware-clone-detection | 9993cb081c420413c231d1807bfff342c39aa69a | [
"MIT"
] | null | null | null | //,temp,DiskBalancerCLI.java,169,181,temp,JournalNode.java,412,420
//,3
public class xxx {
public static void main(String[] args) throws Exception {
StringUtils.startupShutdownMessage(JournalNode.class, args, LOG);
try {
System.exit(ToolRunner.run(new JournalNode(), args));
} catch (Throwable e) {
... | 29.142857 | 69 | 0.669118 |
0801c0628d63f660b1aa604c31ccc21185747f54 | 10,431 | dart | Dart | lib/services/sms_filter/check_sms_type.dart | sgatibaru/Mpesa-Ledger-Flutter | 97529bf16a598094151fb5f3775ac9120703e7e9 | [
"MIT"
] | 2 | 2022-02-21T15:55:31.000Z | 2022-02-24T11:29:11.000Z | lib/services/sms_filter/check_sms_type.dart | sgatibaru/Mpesa-Ledger-Flutter | 97529bf16a598094151fb5f3775ac9120703e7e9 | [
"MIT"
] | null | null | null | lib/services/sms_filter/check_sms_type.dart | sgatibaru/Mpesa-Ledger-Flutter | 97529bf16a598094151fb5f3775ac9120703e7e9 | [
"MIT"
] | 1 | 2020-09-30T11:27:46.000Z | 2020-09-30T11:27:46.000Z | import 'package:jiffy/jiffy.dart';
import 'package:mpesa_ledger_flutter/utils/constants/regex_constants.dart'
as regexString;
import 'package:mpesa_ledger_flutter/utils/regex/regex.dart';
import 'package:mpesa_ledger_flutter/utils/string_utils/recase.dart';
import 'package:mpesa_ledger_flutter/utils/string_utils/re... | 27.668435 | 78 | 0.608475 |
47d9c3574f50541d65b777f77d5f5f1c17628c33 | 2,486 | cc | C++ | fast_k_means_2020/tree_embedding.cc | shaun95/google-research | d41bbaca1eb9bfd980ec2b3fd201c3ddb4d1f2e5 | [
"Apache-2.0"
] | 1 | 2022-03-13T21:48:52.000Z | 2022-03-13T21:48:52.000Z | fast_k_means_2020/tree_embedding.cc | shaun95/google-research | d41bbaca1eb9bfd980ec2b3fd201c3ddb4d1f2e5 | [
"Apache-2.0"
] | null | null | null | fast_k_means_2020/tree_embedding.cc | shaun95/google-research | d41bbaca1eb9bfd980ec2b3fd201c3ddb4d1f2e5 | [
"Apache-2.0"
] | 1 | 2022-03-30T07:20:29.000Z | 2022-03-30T07:20:29.000Z | // Copyright 2022 The Google Research 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... | 40.096774 | 80 | 0.675784 |
fb1610daf2809c43791ededa24c87b171bcb68b7 | 13,869 | c | C | fs/hdd.c | PenetratingShot/DripOS | 1298bae7e80c783a4c6120cd9e1105067644283d | [
"MIT"
] | null | null | null | fs/hdd.c | PenetratingShot/DripOS | 1298bae7e80c783a4c6120cd9e1105067644283d | [
"MIT"
] | null | null | null | fs/hdd.c | PenetratingShot/DripOS | 1298bae7e80c783a4c6120cd9e1105067644283d | [
"MIT"
] | null | null | null | /*
hdd.c
Copyright Menotdan 2018-2019
HDD Setup
MIT License
*/
#include <fs/hdd.h>
int ata_pio = 0;
uint16_t ata_drive = MASTER_DRIVE;
uint32_t ata_controler = PRIMARY_IDE;
int nodrives = 0;
uint16_t ata_buffer[256];
int mp = 1;
int sp = 1;
int ss = 1;
int ms = 1;
int mp28 = 1;
int sp28 = 1;
int ss2... | 31.809633 | 96 | 0.544668 |
65898f2c9bb6e2f5a7bf6e798728a7ed79a6d58b | 57 | sql | SQL | microservicio/infraestructura/src/main/resources/sql/reserva/existeReserva.sql | kmiloramirez/ADNHOSTAL | 4a1e07cc8d9641ca6792bdce672cf06314c6b51a | [
"Apache-2.0"
] | null | null | null | microservicio/infraestructura/src/main/resources/sql/reserva/existeReserva.sql | kmiloramirez/ADNHOSTAL | 4a1e07cc8d9641ca6792bdce672cf06314c6b51a | [
"Apache-2.0"
] | null | null | null | microservicio/infraestructura/src/main/resources/sql/reserva/existeReserva.sql | kmiloramirez/ADNHOSTAL | 4a1e07cc8d9641ca6792bdce672cf06314c6b51a | [
"Apache-2.0"
] | null | null | null | SELECT count(1)
FROM reserva
WHERE id = :numeroReserva
| 9.5 | 25 | 0.754386 |
50c668beb9ad1c594e93c663dcacc49b220e3947 | 4,739 | go | Go | syncer/plugins/servicecenter/transform_test.go | yangtuantuan/servicecomb-service-center | 2eedd6f5aca80adb3af78d55385f589545b0a1ca | [
"Apache-2.0"
] | 1,048 | 2018-11-12T01:38:10.000Z | 2022-03-15T07:30:39.000Z | syncer/plugins/servicecenter/transform_test.go | yangtuantuan/servicecomb-service-center | 2eedd6f5aca80adb3af78d55385f589545b0a1ca | [
"Apache-2.0"
] | 368 | 2018-11-09T07:48:41.000Z | 2022-03-31T10:39:25.000Z | syncer/plugins/servicecenter/transform_test.go | yangtuantuan/servicecomb-service-center | 2eedd6f5aca80adb3af78d55385f589545b0a1ca | [
"Apache-2.0"
] | 203 | 2018-11-12T03:55:54.000Z | 2022-03-24T08:18:48.000Z | /*
* 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 ... | 37.023438 | 112 | 0.73602 |
76f64e04d43801b98a3b5f3a5e6d859cf644309b | 161 | asm | Assembly | audio/sfx/switch_1.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | audio/sfx/switch_1.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | audio/sfx/switch_1.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | SFX_Switch_1_Ch4:
duty 2
squarenote 4, 0, 0, 0
squarenote 2, 15, 1, 1664
squarenote 1, 0, 0, 0
squarenote 4, 15, 1, 1920
squarenote 4, 0, 0, 0
endchannel
| 17.888889 | 26 | 0.677019 |
acc49d38fa41206aa4cc6775180d6252cc4b0093 | 4,338 | hpp | C++ | libs/options/include/fcppt/options/commands_decl.hpp | pmiddend/fcppt | 9f437acbb10258e6df6982a550213a05815eb2be | [
"BSL-1.0"
] | null | null | null | libs/options/include/fcppt/options/commands_decl.hpp | pmiddend/fcppt | 9f437acbb10258e6df6982a550213a05815eb2be | [
"BSL-1.0"
] | null | null | null | libs/options/include/fcppt/options/commands_decl.hpp | pmiddend/fcppt | 9f437acbb10258e6df6982a550213a05815eb2be | [
"BSL-1.0"
] | null | null | null | // Copyright Carl Philipp Reh 2009 - 2018.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef FCPPT_OPTIONS_COMMANDS_DECL_HPP_INCLUDED
#define FCPPT_OPTIONS_COMMANDS_DECL_HPP_INCLUDED
... | 23.074468 | 91 | 0.726372 |
507b57da45fb39bd7e7d32b5a79266bd02ca09c1 | 1,183 | html | HTML | src/app/employees-page/employee-creation/employee-creation.component.html | briana-crm/briana-client | a2187086cfecb1b47adb9d20ae15809027ab8a07 | [
"MIT"
] | 7 | 2020-12-07T14:26:15.000Z | 2022-01-28T11:16:36.000Z | src/app/employees-page/employee-creation/employee-creation.component.html | briana-crm/briana-client | a2187086cfecb1b47adb9d20ae15809027ab8a07 | [
"MIT"
] | null | null | null | src/app/employees-page/employee-creation/employee-creation.component.html | briana-crm/briana-client | a2187086cfecb1b47adb9d20ae15809027ab8a07 | [
"MIT"
] | 2 | 2020-10-12T14:11:37.000Z | 2021-02-10T15:55:06.000Z | <div class="center">
<h3>{{ 'emNew' | lang }}</h3>
</div>
<div class="container">
<app-creation-handler
(submitEvent)="onSubmit()"
>
<form (ngSubmit)="onSubmit()" [formGroup]="form">
<div class="input-field">
<input formControlName="name" id="name" type="text">
<label for="name">{{ '... | 31.972973 | 74 | 0.53508 |
89017a517888d00188d72a013eca93e47185847e | 5,471 | asm | Assembly | opengl_programs/pyramid1.asm | rgimad/fasm_programs | f6739ea19d5a3cdc759d902971a889eda5e98e9a | [
"MIT"
] | 8 | 2021-03-23T05:24:56.000Z | 2021-11-29T08:56:33.000Z | opengl_programs/pyramid1.asm | rgimad/fasm_programs | f6739ea19d5a3cdc759d902971a889eda5e98e9a | [
"MIT"
] | null | null | null | opengl_programs/pyramid1.asm | rgimad/fasm_programs | f6739ea19d5a3cdc759d902971a889eda5e98e9a | [
"MIT"
] | 1 | 2021-09-18T07:26:29.000Z | 2021-09-18T07:26:29.000Z | ;формат exe файла
format PE GUI 4.0
;точка входа программы
entry start
;включаем файлы API процедур (должна быть установлена переменная окружения "fasminc")
include '%fasminc%\win32a.inc'
;констант OpenGL
include 'include\opengl_const.inc'
;и макросов
include 'include\opengl_macros.inc'
;начало программы
start:
;обнули... | 29.733696 | 150 | 0.786328 |
ea849a03f19c3e4fe4bba17138b29ae88b2bae01 | 1,977 | dart | Dart | lib/core/presentation/widgets/state_indicators.dart | Juliotati/warframe | fd43cefa5a5ef3c6dbcb464c6ef54251e3d4b07c | [
"MIT"
] | 4 | 2021-04-15T01:04:31.000Z | 2022-02-03T12:56:43.000Z | lib/core/presentation/widgets/state_indicators.dart | Juliotati/warframe | fd43cefa5a5ef3c6dbcb464c6ef54251e3d4b07c | [
"MIT"
] | 28 | 2021-02-28T01:44:27.000Z | 2022-01-15T12:56:25.000Z | lib/core/presentation/widgets/state_indicators.dart | Juliotati/warframe | fd43cefa5a5ef3c6dbcb464c6ef54251e3d4b07c | [
"MIT"
] | null | null | null | part of presentation;
class LoadingIndicator extends StatelessWidget {
const LoadingIndicator([this.label = 'GETTING GAME DATA']);
final String label;
@override
Widget build(BuildContext context) {
const double size = 23.0;
return Center(
child: SizedBox(
height: WarframePlatform.isMobi... | 23.819277 | 62 | 0.573091 |
937d2fb7ff6d05ab3df43e0d3a6413b3180fd5ce | 1,150 | dart | Dart | examples/advanced_books/lib/books/ui/book_details_screen.dart | yumoose/beamer | 3e3773fcb7608f9861e0ad7970fd6197f703ce44 | [
"MIT"
] | null | null | null | examples/advanced_books/lib/books/ui/book_details_screen.dart | yumoose/beamer | 3e3773fcb7608f9861e0ad7970fd6197f703ce44 | [
"MIT"
] | null | null | null | examples/advanced_books/lib/books/ui/book_details_screen.dart | yumoose/beamer | 3e3773fcb7608f9861e0ad7970fd6197f703ce44 | [
"MIT"
] | null | null | null | import 'package:flutter/material.dart';
import 'package:beamer/beamer.dart';
import '../data.dart';
class BookDetailsScreen extends StatelessWidget {
BookDetailsScreen({
this.bookId,
}) : book = books.firstWhere((book) => book['id'] == bookId);
final String bookId;
final Map<String, String> book;
@ove... | 26.136364 | 72 | 0.527826 |
199296616a2197104c04538c227acec25e50aea6 | 142 | lua | Lua | Graphics/StepsDisplayListRow Autogen.lua | agoramachina/Til-Death | 48c29706c2daa5426e61db536abbf57020bb7c48 | [
"MIT"
] | 5 | 2018-03-31T22:41:02.000Z | 2022-03-26T13:55:32.000Z | Graphics/StepsDisplayListRow Autogen.lua | agoramachina/Til-Death | 48c29706c2daa5426e61db536abbf57020bb7c48 | [
"MIT"
] | null | null | null | Graphics/StepsDisplayListRow Autogen.lua | agoramachina/Til-Death | 48c29706c2daa5426e61db536abbf57020bb7c48 | [
"MIT"
] | 2 | 2020-02-18T20:00:40.000Z | 2021-05-26T23:53:57.000Z | return LoadFont("Common Normal") .. {
InitCommand=cmd(xy,0,10;halign,0;zoom,0.4;);
BeginCommand=function(self)
self:settext("AG")
end;
}; | 23.666667 | 45 | 0.690141 |
b165dd9dce364fe65e270be5d2977818ec92762a | 813 | h | C | Example/MMRtcKit/MMView/TableViewInputCell.h | xugaoren/bjx-live-ios-demo | ae3dc15ed8bf926f88486924aff14a081f59805e | [
"MIT"
] | null | null | null | Example/MMRtcKit/MMView/TableViewInputCell.h | xugaoren/bjx-live-ios-demo | ae3dc15ed8bf926f88486924aff14a081f59805e | [
"MIT"
] | null | null | null | Example/MMRtcKit/MMView/TableViewInputCell.h | xugaoren/bjx-live-ios-demo | ae3dc15ed8bf926f88486924aff14a081f59805e | [
"MIT"
] | null | null | null | //
// TableViewInputCell.h
// MMRtcSample
//
// Created by RunX on 2021/1/21.
//
#import <UIKit/UIKit.h>
#import <MMRtcKit/MMRtcEnumerates.h>
NS_ASSUME_NONNULL_BEGIN
typedef NS_ENUM(NSInteger, TableViewInputCellType) {
TableViewInputCellType_ChannelName = 0, //频道名称
TableViewInputCellType_ChannelProfile = ... | 25.40625 | 86 | 0.806888 |
743a59961fa24fa2a7b50dcb8d660f27f9da2090 | 2,349 | html | HTML | application/templates/accounts/manage/form.html | kendog/coalman | 265c99d2e51f49f0b99772754b68efffd530e4bf | [
"Apache-2.0"
] | 3 | 2017-11-26T19:50:55.000Z | 2021-03-30T22:17:37.000Z | application/templates/accounts/manage/form.html | kendog/coalman | 265c99d2e51f49f0b99772754b68efffd530e4bf | [
"Apache-2.0"
] | null | null | null | application/templates/accounts/manage/form.html | kendog/coalman | 265c99d2e51f49f0b99772754b68efffd530e4bf | [
"Apache-2.0"
] | null | null | null | {% extends "layouts/layout1.html" %}
{% set active_section = "accounts" %}
{% block title %}Account{% endblock %}
{% block content %}
{%- if template_mode == "add" %}
<h3>Add Account</h3>
{% endif %}
{%- if template_mode == "edit" %}
<h3>Edit Account</h3>
{% endif %}
{%- if template_m... | 27.964286 | 120 | 0.458919 |
0d397dd2954a4a1ebdab7a4b6051d66102545519 | 34,900 | ps1 | PowerShell | SCRIPTS/Functions.ps1 | Alex-0293/MyFrameworkInstaller | d998bcea07e58e9d8105107b782970515e402855 | [
"Apache-2.0"
] | null | null | null | SCRIPTS/Functions.ps1 | Alex-0293/MyFrameworkInstaller | d998bcea07e58e9d8105107b782970515e402855 | [
"Apache-2.0"
] | null | null | null | SCRIPTS/Functions.ps1 | Alex-0293/MyFrameworkInstaller | d998bcea07e58e9d8105107b782970515e402855 | [
"Apache-2.0"
] | null | null | null | function Get-OSInfo {
$OSInfo = Get-CimInstance Win32_OperatingSystem | select-object *
return $OsInfo
}
function Convert-StringToDigitArray {
<#
.SYNOPSIS
Convert string to digit array
.DESCRIPTION
Convert string to array of digit.
.EXAMPLE
Convert-StringToDigitArray -U... | 36.544503 | 213 | 0.483754 |
2a05e51f9b07196decc198cdde789b8f1dfbb5f7 | 4,575 | java | Java | bigquery/src/test/java/com/google/cloud/hadoop/io/bigquery/mapred/BigQueryMapredOutputCommitterTest.java | AngusDavis/bigdata-interop | 7b3a2151ee35b0f2a12d0521b468a6d074e5e8b9 | [
"Apache-2.0"
] | null | null | null | bigquery/src/test/java/com/google/cloud/hadoop/io/bigquery/mapred/BigQueryMapredOutputCommitterTest.java | AngusDavis/bigdata-interop | 7b3a2151ee35b0f2a12d0521b468a6d074e5e8b9 | [
"Apache-2.0"
] | null | null | null | bigquery/src/test/java/com/google/cloud/hadoop/io/bigquery/mapred/BigQueryMapredOutputCommitterTest.java | AngusDavis/bigdata-interop | 7b3a2151ee35b0f2a12d0521b468a6d074e5e8b9 | [
"Apache-2.0"
] | null | null | null | package com.google.cloud.hadoop.io.bigquery.mapred;
import static org.mockito.Matchers.any;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.verifyNoMoreInteractions;
import org.apache.hadoop.mapred.JobContext;
import org.apache.hadoop.mapred.TaskAttemptContext;
import org.apache.hadoop.map... | 33.639706 | 80 | 0.794317 |
d9d425a214f0df431ca879085e543310030e9fbe | 1,972 | kt | Kotlin | src/main/kotlin/com/jcs/suadeome/professionals/ProfessionalRepository.kt | jcsantosbr/suadeome-backendjvm | bf41f5775126fed2900da3f1185d57506b8c9358 | [
"MIT"
] | null | null | null | src/main/kotlin/com/jcs/suadeome/professionals/ProfessionalRepository.kt | jcsantosbr/suadeome-backendjvm | bf41f5775126fed2900da3f1185d57506b8c9358 | [
"MIT"
] | 6 | 2017-01-24T23:20:23.000Z | 2017-01-29T15:22:00.000Z | src/main/kotlin/com/jcs/suadeome/professionals/ProfessionalRepository.kt | jcsantosbr/suadeome-backendjvm | bf41f5775126fed2900da3f1185d57506b8c9358 | [
"MIT"
] | null | null | null | package com.jcs.suadeome.professionals
import com.jcs.suadeome.services.Service
import com.jcs.suadeome.types.Id
import org.skife.jdbi.v2.Handle
import java.util.*
class ProfessionalRepository(val openHandle: Handle) {
fun professionalsByService(services: List<Service>): List<Professional> {
if (service... | 31.806452 | 101 | 0.592292 |
790b93b04ff63d9865707b4462ddaa075fff7ca2 | 639 | asm | Assembly | programs/oeis/156/A156863.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/156/A156863.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/156/A156863.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A156863: Denominator of Euler(n, 1/22).
; 1,11,484,5324,234256,2576816,113379904,1247178944,54875873536,603634608896,26559922791424,292159150705664,12855002631049216,141405028941541376,6221821273427820544,68440034007706025984,3011361496339065143296,33124976459729716576256,1457498964228107529355264,1603248860650918282... | 71 | 547 | 0.896714 |
382858f850ae71716dc76476a68e054b9326b30b | 14,257 | swift | Swift | EnjPodTest_01/Classes/Extension/SwiftExtensions.swift | zzenjolras/EnjTest_01 | fcfb482afa1dd1b28fbabe9335f367419f898f9a | [
"MIT"
] | null | null | null | EnjPodTest_01/Classes/Extension/SwiftExtensions.swift | zzenjolras/EnjTest_01 | fcfb482afa1dd1b28fbabe9335f367419f898f9a | [
"MIT"
] | null | null | null | EnjPodTest_01/Classes/Extension/SwiftExtensions.swift | zzenjolras/EnjTest_01 | fcfb482afa1dd1b28fbabe9335f367419f898f9a | [
"MIT"
] | null | null | null | ////
//// SwiftExtensions.swift
//// Yeting
////
//// Created by GYz on 2018/4/12.
//// Copyright © 2018年 GYz. All rights reserved.
////
//
//import Foundation
//
//extension String {
//
// /**
// * 是否包含字符串
// */
// func contains(find: String) -> Bool {
// return self.range(of: find) != nil... | 40.851003 | 164 | 0.586729 |
1947bf40f30762b0f843b44caecdad9d28d8aa4d | 413 | swift | Swift | WaterLogging/WaterPickerView.swift | LucasBest/WaterLogging | 0d0677b5720001dc898664ca6e32ea3ec0cb2bcb | [
"MIT"
] | null | null | null | WaterLogging/WaterPickerView.swift | LucasBest/WaterLogging | 0d0677b5720001dc898664ca6e32ea3ec0cb2bcb | [
"MIT"
] | null | null | null | WaterLogging/WaterPickerView.swift | LucasBest/WaterLogging | 0d0677b5720001dc898664ca6e32ea3ec0cb2bcb | [
"MIT"
] | null | null | null | //
// WaterPickerView.swift
// WaterLogging
//
// Created by Lucas Best on 6/22/20.
// Copyright © 2020 Apple. All rights reserved.
//
import UIKit
class WaterPickerView: UIView {
/*
// Only override draw() if you perform custom drawing.
// An empty implementation adversely affects performance during... | 18.772727 | 78 | 0.656174 |
c20022d5f173371312a333cbf7b60f7897eac16b | 1,386 | go | Go | packets/unsuback.go | andschneider/goqtt | 30227f107ff89e3dfabae024771d47a46d7c6757 | [
"MIT"
] | null | null | null | packets/unsuback.go | andschneider/goqtt | 30227f107ff89e3dfabae024771d47a46d7c6757 | [
"MIT"
] | 3 | 2020-08-05T04:34:38.000Z | 2020-08-24T20:33:57.000Z | packets/unsuback.go | andschneider/goqtt | 30227f107ff89e3dfabae024771d47a46d7c6757 | [
"MIT"
] | null | null | null | package packets
import (
"bytes"
"fmt"
"io"
)
type UnsubackPacket struct {
FixedHeader
MessageId []byte
}
var unsubackType = PacketType{
name: "UNSUBACK",
packetId: 176,
}
// Name returns the packet type name.
func (ua *UnsubackPacket) Name() string {
return ua.name
}
// CreatePacket creates a new pack... | 20.086957 | 70 | 0.715007 |
745374dba1a975971736a2b64d631f23d2e2dfc4 | 833 | html | HTML | demo/index.html | halilb/angular-number-spinner | bba2f1c6ba3c47838c6c385f00ce7e4b2b676396 | [
"MIT"
] | 3 | 2015-03-04T17:49:33.000Z | 2022-01-26T11:18:12.000Z | demo/index.html | halilb/angular-number-spinner | bba2f1c6ba3c47838c6c385f00ce7e4b2b676396 | [
"MIT"
] | null | null | null | demo/index.html | halilb/angular-number-spinner | bba2f1c6ba3c47838c6c385f00ce7e4b2b676396 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Angular Number Spinner Directive Demo</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body ng-app="NumberSpinnerDemo">
<div ng-controller="DemoController">
<label>Select a val... | 32.038462 | 131 | 0.67467 |
fa35a346864953e7d0f85c1d903d06cb83319419 | 1,369 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_2_1505.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_2_1505.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_2_1505.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 %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1bace, %rsi
lea addresses_WT_ht+0x14f6e, %rdi
nop
sub $8028, %rdx
mov $3, %rcx
rep movsq
nop
nop
sub %rbp, %rbp
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %rbp
ret
.global s_faulty_load
s_faulty_load:
p... | 18.013158 | 148 | 0.653031 |
33257a0af8469e27f7a0ccf12276dbf023a6e9b0 | 276 | py | Python | pythonx/lints/vim/vint.py | maralla/validator.vim | fd5ec0891cbd035bd572e74d684b8afd852b87bf | [
"MIT"
] | 255 | 2016-09-08T12:12:26.000Z | 2022-03-10T01:50:06.000Z | pythonx/lints/vim/vint.py | maralla/vim-fixup | fd5ec0891cbd035bd572e74d684b8afd852b87bf | [
"MIT"
] | 56 | 2016-09-09T05:53:24.000Z | 2020-11-11T16:02:05.000Z | pythonx/lints/vim/vint.py | maralla/vim-linter | fd5ec0891cbd035bd572e74d684b8afd852b87bf | [
"MIT"
] | 23 | 2016-09-09T13:37:51.000Z | 2019-04-08T22:31:24.000Z | # -*- coding: utf-8 -*-
from validator import Validator
class VimVint(Validator):
__filetype__ = 'vim'
checker = 'vint'
args = '-w --no-color'
regex = r"""
.+?:
(?P<lnum>\d+):
(?P<col>\d+):
\s(?P<text>.+)"""
| 17.25 | 31 | 0.434783 |
fc3dd989c0e5e252895b9f90dc0df646fee8c260 | 77 | css | CSS | www/forum/applications/dashboard/design/slice.css | juan0tron/knoopvszombies | 07f95b4217e3d6313100f492e3b8cea1dd8c904f | [
"MIT"
] | null | null | null | www/forum/applications/dashboard/design/slice.css | juan0tron/knoopvszombies | 07f95b4217e3d6313100f492e3b8cea1dd8c904f | [
"MIT"
] | 5 | 2015-05-10T06:38:03.000Z | 2015-05-10T07:01:35.000Z | www/forum/applications/dashboard/design/slice.css | juan0tron/knoopvszombies | 07f95b4217e3d6313100f492e3b8cea1dd8c904f | [
"MIT"
] | 1 | 2015-05-10T06:22:54.000Z | 2015-05-10T06:22:54.000Z | <?php
header('Content-type: text/css');
?>
div.SliceConfig { display: none; } | 19.25 | 34 | 0.675325 |
4b41d8585104e4ba9218ee81a3255df0a08094ea | 2,591 | html | HTML | pa1-skeleton/pa1-data/9/www.stanford.edu_dept_undergrad_cgi-bin_drupal_ual_AP_univ_req_IHUM_SLE_Living.html | yzhong94/cs276-spring-2019 | a4780a9f88b8c535146040fe11bb513c91c5693b | [
"MIT"
] | null | null | null | pa1-skeleton/pa1-data/9/www.stanford.edu_dept_undergrad_cgi-bin_drupal_ual_AP_univ_req_IHUM_SLE_Living.html | yzhong94/cs276-spring-2019 | a4780a9f88b8c535146040fe11bb513c91c5693b | [
"MIT"
] | null | null | null | pa1-skeleton/pa1-data/9/www.stanford.edu_dept_undergrad_cgi-bin_drupal_ual_AP_univ_req_IHUM_SLE_Living.html | yzhong94/cs276-spring-2019 | a4780a9f88b8c535146040fe11bb513c91c5693b | [
"MIT"
] | null | null | null | the art of living undergraduate academic life skip to main content area home stanford university top links freshman sophomore junior senior coterm transfers summer home academic planning advising academic policies university requirements ihum sle writing & rhetoric pwr major choosing courses choosing majors choosing mi... | 1,295.5 | 2,590 | 0.832497 |
2057c945fd77756afd8328dc4d400b041081858b | 5,432 | dart | Dart | lib/pages/profile/account/exportResultPage.dart | kaigedong/dbcwallet-app | 216245491bf0bf5800024fa08f3fda8dbd3fb1b5 | [
"Apache-2.0"
] | 101 | 2020-11-10T08:28:28.000Z | 2022-03-28T07:30:31.000Z | lib/pages/profile/account/exportResultPage.dart | kaigedong/dbcwallet-app | 216245491bf0bf5800024fa08f3fda8dbd3fb1b5 | [
"Apache-2.0"
] | 95 | 2020-11-27T07:34:52.000Z | 2022-03-29T11:07:27.000Z | lib/pages/profile/account/exportResultPage.dart | kaigedong/dbcwallet-app | 216245491bf0bf5800024fa08f3fda8dbd3fb1b5 | [
"Apache-2.0"
] | 56 | 2020-12-22T18:27:27.000Z | 2022-03-10T07:59:55.000Z | import 'package:app/utils/i18n/index.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:polkawallet_sdk/storage/types/keyPairData.dart';
import 'package:polkawallet_sdk/utils/i18n.dart';
import 'package:pol... | 41.151515 | 79 | 0.413476 |
cd48778b76c0473cffc62b25cf92896f8cf79ca3 | 376 | swift | Swift | ChuckFacts/Fact/View/Error/Connection/ConnectionErrorViewModel.swift | CalebeEmerick/Chuck-Facts | 192e8cc409b9b50aed6b3b5df4cd4def33d0f4e5 | [
"MIT"
] | null | null | null | ChuckFacts/Fact/View/Error/Connection/ConnectionErrorViewModel.swift | CalebeEmerick/Chuck-Facts | 192e8cc409b9b50aed6b3b5df4cd4def33d0f4e5 | [
"MIT"
] | 3 | 2018-03-06T13:14:35.000Z | 2018-03-21T18:15:48.000Z | ChuckFacts/Fact/View/Error/Connection/ConnectionErrorViewModel.swift | CalebeTest/Chuck-Facts | c90353a7c389b9678f35b67df6b58debb36acd85 | [
"MIT"
] | 1 | 2018-03-22T14:29:21.000Z | 2018-03-22T14:29:21.000Z | //
// ConnectionErrorViewModel.swift
// ChuckFacts
//
// Created by Calebe Emerick on 12/03/2018.
// Copyright © 2018 Stone Pagamentos. All rights reserved.
//
import UIKit
final class ConnectionErrorViewModel {
private let settings: SettingsOpenable
init(settings: SettingsOpenable) {
self.settings = sett... | 16.347826 | 59 | 0.720745 |
2905f26b9c4e48211faf7ec64835705149270dbc | 1,389 | py | Python | exerciciosEntrega/exercicioEntrega08.py | igorprati/python_modulo01_entrega | ba35181159c8f7c0916eaea431c591666977f16a | [
"MIT"
] | null | null | null | exerciciosEntrega/exercicioEntrega08.py | igorprati/python_modulo01_entrega | ba35181159c8f7c0916eaea431c591666977f16a | [
"MIT"
] | null | null | null | exerciciosEntrega/exercicioEntrega08.py | igorprati/python_modulo01_entrega | ba35181159c8f7c0916eaea431c591666977f16a | [
"MIT"
] | null | null | null | #08 - Crie um programa que leia nome, ano de nascimento e carteira de trabalho e cadastre-os (com idade) em um dicionário. Se por acaso a CTPS for diferente de 0, o dicionário receberá também o ano de contratação e o salário. Calcule e acrescente , além da idade, com quantos anos a pessoa vai se aposentar. Considere qu... | 81.705882 | 382 | 0.725702 |
542acb65de61b35fec6644de702b1e4cee0f38cb | 1,928 | ps1 | PowerShell | module/Private/GetType.ps1 | Jawz84/EditorServicesCommandSuite | a04d1134ab6e7d2eaef8a94200af18885e11b9f2 | [
"MIT"
] | null | null | null | module/Private/GetType.ps1 | Jawz84/EditorServicesCommandSuite | a04d1134ab6e7d2eaef8a94200af18885e11b9f2 | [
"MIT"
] | null | null | null | module/Private/GetType.ps1 | Jawz84/EditorServicesCommandSuite | a04d1134ab6e7d2eaef8a94200af18885e11b9f2 | [
"MIT"
] | null | null | null | function GetType {
<#
.SYNOPSIS
Get a type info object for any nonpublic or public type.
.DESCRIPTION
Retrieve type info directly from the assembly if nonpublic or from implicitly casting if public.
.INPUTS
System.String
You can pass type names to this function.
.OUT... | 29.212121 | 104 | 0.502075 |
1707dd8b273454a2364d2227ac4ccfe04060a309 | 449 | h | C | ch6/priqueue.h | SummerSad/CLRS | 981554d777d8aa84c72484936bd1c95b7f84f297 | [
"MIT"
] | null | null | null | ch6/priqueue.h | SummerSad/CLRS | 981554d777d8aa84c72484936bd1c95b7f84f297 | [
"MIT"
] | null | null | null | ch6/priqueue.h | SummerSad/CLRS | 981554d777d8aa84c72484936bd1c95b7f84f297 | [
"MIT"
] | null | null | null | #include "share.h"
// My implement of max priority queue
// It's based on heap data structures
// It's used for share work, after done we extractMax
// and go to work with their relatives
typedef struct Heap
{
int *arr;
int size;
} Heap;
int heapMax(Heap A);
int heapExtractMax(Heap *A);
void heapIncreaseK... | 23.631579 | 67 | 0.697105 |
59f41a5970cbe760bc10265465250951b60fe425 | 68,120 | cpp | C++ | packages/utility/core/test/tstFromStringTraits.cpp | bam241/FRENSIE | e1760cd792928699c84f2bdce70ff54228e88094 | [
"BSD-3-Clause"
] | 10 | 2019-11-14T19:58:30.000Z | 2021-04-04T17:44:09.000Z | packages/utility/core/test/tstFromStringTraits.cpp | bam241/FRENSIE | e1760cd792928699c84f2bdce70ff54228e88094 | [
"BSD-3-Clause"
] | 43 | 2020-03-03T19:59:20.000Z | 2021-09-08T03:36:08.000Z | packages/utility/core/test/tstFromStringTraits.cpp | bam241/FRENSIE | e1760cd792928699c84f2bdce70ff54228e88094 | [
"BSD-3-Clause"
] | 6 | 2020-02-12T17:37:07.000Z | 2020-09-08T18:59:51.000Z | //---------------------------------------------------------------------------//
//!
//! \file tstFromStringTraits.cpp
//! \author Alex Robinson
//! \brief FromStringTraits unit tests
//!
//---------------------------------------------------------------------------//
// Std Lib Includes
#include <iostream>
#include ... | 32.17761 | 371 | 0.644422 |
1f4a6f4e93ed1a2bc3c105cb78adb3802158be73 | 681 | cpp | C++ | Algorithms/1971.Find_if_Path_Exists_in_Graph.cpp | metehkaya/LeetCode | 52f4a1497758c6f996d515ced151e8783ae4d4d2 | [
"MIT"
] | 2 | 2020-07-20T06:40:22.000Z | 2021-11-20T01:23:26.000Z | Problems/LeetCode/Problems/1971.Find_if_Path_Exists_in_Graph.cpp | metehkaya/Algo-Archive | 03b5fdcf06f84a03125c57762c36a4e03ca6e756 | [
"MIT"
] | null | null | null | Problems/LeetCode/Problems/1971.Find_if_Path_Exists_in_Graph.cpp | metehkaya/Algo-Archive | 03b5fdcf06f84a03125c57762c36a4e03ca6e756 | [
"MIT"
] | null | null | null | class Solution {
public:
static const int maxn = 200000;
bool mark[maxn];
vector<int> adj[maxn];
void dfs(int u) {
if(mark[u])
return;
mark[u] = true;
int deg = adj[u].size();
for( int i = 0 ; i < deg ; i++ ) {
int v = adj[u][i];
dfs(v)... | 25.222222 | 75 | 0.425844 |
acaaaa3e324e311e7f0bde5857419e06d222156a | 436 | asm | Assembly | programs/oeis/175/A175567.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/175/A175567.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/175/A175567.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A175567: (n!)^2 modulo n(n+1)/2.
; 0,1,0,6,0,15,0,0,0,45,0,66,0,0,0,120,0,153,0,0,0,231,0,0,0,0,0,378,0,435,0,0,0,0,0,630,0,0,0,780,0,861,0,0,0,1035,0,0,0,0,0,1326,0,0,0,0,0,1653,0,1770,0,0,0,0,0,2145,0,0,0,2415,0,2556,0,0,0,0,0,3003,0,0,0,3321,0,0,0,0,0,3828,0,0,0,0,0,0,0,4560,0,0,0,4950
mov $1,$0
add $1,1
seq $1,1... | 36.333333 | 256 | 0.605505 |
22ec3b18a98b1235ba40d246e2b45475bbbdb7ed | 1,350 | h | C | src/CwmCmdIcon.h | colinw7/Cwm | d37121d2781e82e27b82bb559bf8fb1d2c7ec539 | [
"MIT"
] | null | null | null | src/CwmCmdIcon.h | colinw7/Cwm | d37121d2781e82e27b82bb559bf8fb1d2c7ec539 | [
"MIT"
] | null | null | null | src/CwmCmdIcon.h | colinw7/Cwm | d37121d2781e82e27b82bb559bf8fb1d2c7ec539 | [
"MIT"
] | null | null | null | #define CwmCmdIconMgrInst CwmCmdIconMgr::getInstance()
class CwmCmdIconMgr {
public:
static CwmCmdIconMgr *getInstance();
CwmCmdIconMgr();
~CwmCmdIconMgr();
void addCmdIcon(CwmScreen &screen, CwmCustomIcon &icon_def);
CwmCmdIcon *lookup(const CwmWindow &xwindow);
CwmCmdIcon *lookup(Window xwin);
void... | 21.428571 | 75 | 0.673333 |
951affcb29f06faf4f3213a66d3e9d5f8d2d8557 | 629 | css | CSS | css/perceptronresult.css | sergedesmedt/MathOfNeuralNetworks | 8694bcb24b2646696c2d599d8f9020ca34e48187 | [
"MIT"
] | 2 | 2019-08-18T18:35:38.000Z | 2020-03-02T11:05:06.000Z | css/perceptronresult.css | sergedesmedt/MathOfNeuralNetworks | 8694bcb24b2646696c2d599d8f9020ca34e48187 | [
"MIT"
] | null | null | null | css/perceptronresult.css | sergedesmedt/MathOfNeuralNetworks | 8694bcb24b2646696c2d599d8f9020ca34e48187 | [
"MIT"
] | null | null | null | /*.perceptronResultPoint {
stroke: #000000;
fill: #d7d7d7;
}
.perceptronclass1 {
stroke: #000000;
fill: #ff6a00;
}
.perceptronclass2 {
stroke: #000000;
fill: #b6ff00;
}*/
.perceptronResultPoint {
fill: #d7d7d7;
}
.perceptronclass1 {
fill: #ff6a00;
}
.percep... | 14.97619 | 32 | 0.564388 |
6c548c6e9844a795a7161c41ae131c837a23dec0 | 1,353 | go | Go | cmd/migrathor/cli_test.go | denisbrodbeck/migrathor | de4dea82f28b388a468e51dd1d0dbdfe6cebea18 | [
"MIT"
] | null | null | null | cmd/migrathor/cli_test.go | denisbrodbeck/migrathor | de4dea82f28b388a468e51dd1d0dbdfe6cebea18 | [
"MIT"
] | null | null | null | cmd/migrathor/cli_test.go | denisbrodbeck/migrathor | de4dea82f28b388a468e51dd1d0dbdfe6cebea18 | [
"MIT"
] | null | null | null | package main
import (
"flag"
"testing"
"time"
_ "github.com/lib/pq"
)
// just define this here so we can run go test ./... from package root without warnings
var flagWithDb = flag.Bool("db", false, "Run tests against a test database.")
func Test_createDSN(t *testing.T) {
host := "localhost"
port := "5432"
na... | 28.1875 | 218 | 0.649667 |
b05ab3d5495fce1a7848c0b0091efb6315518f64 | 727 | html | HTML | templates/student.html | sachin1740/project | 635d02a2286fabdd02a1bd5631524bc565227cfc | [
"Apache-2.0"
] | 1 | 2021-12-09T10:36:52.000Z | 2021-12-09T10:36:52.000Z | templates/student.html | sachin1740/project | 635d02a2286fabdd02a1bd5631524bc565227cfc | [
"Apache-2.0"
] | null | null | null | templates/student.html | sachin1740/project | 635d02a2286fabdd02a1bd5631524bc565227cfc | [
"Apache-2.0"
] | 3 | 2020-10-12T17:07:44.000Z | 2021-01-20T13:12:21.000Z | {% extends "template.html" %}
{% block body %}
<div class="container" style="margin-left: -180px;">
<table class="table table-striped">
<tr>
<th>Date</th>
<th>Present</th>
</tr>
{% for thanos in l %}
<tr>
<td>{{thanos['date']}}</td>
... | 27.961538 | 76 | 0.481431 |
12b9ada28b01b59f9f73d1b91db29713fc710703 | 19,886 | html | HTML | javadoc/org/quartz/SchedulerContext.html | xzpoul/quartz-2.3.0-SNAPSHOT | 66282b114fd54152ac6db158c774dd2350401a9d | [
"Apache-2.0"
] | null | null | null | javadoc/org/quartz/SchedulerContext.html | xzpoul/quartz-2.3.0-SNAPSHOT | 66282b114fd54152ac6db158c774dd2350401a9d | [
"Apache-2.0"
] | null | null | null | javadoc/org/quartz/SchedulerContext.html | xzpoul/quartz-2.3.0-SNAPSHOT | 66282b114fd54152ac6db158c774dd2350401a9d | [
"Apache-2.0"
] | null | null | null | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_202) on Wed Feb 27 10:36:02 EST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SchedulerContext (Quartz En... | 61.187692 | 2,236 | 0.696168 |
cd82727d9352310cd0e0ee0161a02da89a8b945e | 613 | swift | Swift | GeospatialKitTests/Mock/API/GeoJson/Box/MockGeoJsonGeohashBox.swift | kant/GeospatialKit | 83fa6b64931f02f343c9ef62e6439fb4bc664328 | [
"BSD-3-Clause"
] | null | null | null | GeospatialKitTests/Mock/API/GeoJson/Box/MockGeoJsonGeohashBox.swift | kant/GeospatialKit | 83fa6b64931f02f343c9ef62e6439fb4bc664328 | [
"BSD-3-Clause"
] | null | null | null | GeospatialKitTests/Mock/API/GeoJson/Box/MockGeoJsonGeohashBox.swift | kant/GeospatialKit | 83fa6b64931f02f343c9ef62e6439fb4bc664328 | [
"BSD-3-Clause"
] | null | null | null | @testable import GeospatialSwift
final class MockGeoJsonGeohashBox: MockGeoJsonBoundingBox, GeoJsonGeohashBox {
private(set) var geohashCallCount = 0
var geohashResult: String = ""
var geohash: String {
geohashCallCount += 1
return geohashResult
}
private(set) var geoh... | 30.65 | 95 | 0.709625 |
4b6bc6e37ba8b6ed387862e03c986a6019277ab2 | 5,107 | kt | Kotlin | katana-server/src/main/kotlin/jp/katana/server/network/ServerListener.kt | hiroki19990625/katana | aab8ae69beed267ea0ef9eab2ebd23b994ac0f25 | [
"MIT"
] | 1 | 2020-07-10T12:35:32.000Z | 2020-07-10T12:35:32.000Z | katana-server/src/main/kotlin/jp/katana/server/network/ServerListener.kt | hiroki19990625/katana | aab8ae69beed267ea0ef9eab2ebd23b994ac0f25 | [
"MIT"
] | null | null | null | katana-server/src/main/kotlin/jp/katana/server/network/ServerListener.kt | hiroki19990625/katana | aab8ae69beed267ea0ef9eab2ebd23b994ac0f25 | [
"MIT"
] | 1 | 2020-07-14T13:38:09.000Z | 2020-07-14T13:38:09.000Z | package jp.katana.server.network
import com.whirvis.jraknet.RakNetPacket
import com.whirvis.jraknet.peer.RakNetClientPeer
import com.whirvis.jraknet.server.RakNetServer
import com.whirvis.jraknet.server.RakNetServerListener
import jp.katana.i18n.I18n
import jp.katana.server.Server
import jp.katana.server.actor.ActorPl... | 39.284615 | 118 | 0.59487 |
1d2fcc5421bc899de6717ff5bcdbff29bc59dae7 | 1,598 | asm | Assembly | programs/oeis/293/A293412.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/293/A293412.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/293/A293412.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A293412: Greatest integer k such that k/n^2 < e.
; 0,2,10,24,43,67,97,133,173,220,271,328,391,459,532,611,695,785,880,981,1087,1198,1315,1437,1565,1698,1837,1981,2131,2286,2446,2612,2783,2960,3142,3329,3522,3721,3925,4134,4349,4569,4795,5026,5262,5504,5751,6004,6262,6526,6795,7070,7350,7635,7926,8222,8524,8831,9144,9... | 228.285714 | 1,469 | 0.812891 |
a9a9d750636c8f4d0248345c16d89852dc436803 | 419 | html | HTML | views/egame/handlebars/application.html | alubame001/egame | 40b7fe7255596be060beaafb008a4c4e6bd58f33 | [
"Apache-2.0"
] | 1 | 2018-12-06T14:03:33.000Z | 2018-12-06T14:03:33.000Z | views/egame/handlebars/application.html | alubame001/egame | 40b7fe7255596be060beaafb008a4c4e6bd58f33 | [
"Apache-2.0"
] | null | null | null | views/egame/handlebars/application.html | alubame001/egame | 40b7fe7255596be060beaafb008a4c4e6bd58f33 | [
"Apache-2.0"
] | 2 | 2019-06-14T11:10:55.000Z | 2021-04-08T06:11:05.000Z | <script type="text/x-handlebars" data-template-name="application" >
<div class="container">
<div class="row home-box">
<div class="col-md-12">
{{outlet}}
</div>
</div>
</div>
</script>
<script type="text/x-handlebars" data-template-name="vide... | 13.09375 | 67 | 0.548926 |
f0229b401abe3feee370d9a51bbc8c817449f9e9 | 1,132 | py | Python | tests/checkout_four_sdk_test.py | riaz-bordie-cko/checkout-sdk-python | d9bc073306c1a98544c326be693ed722576ea895 | [
"MIT"
] | null | null | null | tests/checkout_four_sdk_test.py | riaz-bordie-cko/checkout-sdk-python | d9bc073306c1a98544c326be693ed722576ea895 | [
"MIT"
] | null | null | null | tests/checkout_four_sdk_test.py | riaz-bordie-cko/checkout-sdk-python | d9bc073306c1a98544c326be693ed722576ea895 | [
"MIT"
] | null | null | null | import pytest
import checkout_sdk
from checkout_sdk.environment import Environment
from checkout_sdk.exception import CheckoutArgumentException
def test_should_create_four_sdk():
checkout_sdk.FourSdk() \
.secret_key('sk_sbox_m73dzbpy7cf3gfd46xr4yj5xo4e') \
.public_key('pk_sbox_pkhpdtvmkgf7hdnpwnb... | 30.594595 | 65 | 0.682862 |
8c0f6d79b31fe51c22d4bfdf8dae759e05f0b7ab | 4,711 | cpp | C++ | libftw/libftw.cpp | JohnHoder/vicious_dll_injector | 1f558fa93d7ec953910f177b4b3959983e12f206 | [
"FSFAP"
] | 2 | 2021-07-26T17:03:11.000Z | 2021-07-27T15:06:54.000Z | libftw/libftw.cpp | JohnHoder/vicious_dll_injector | 1f558fa93d7ec953910f177b4b3959983e12f206 | [
"FSFAP"
] | null | null | null | libftw/libftw.cpp | JohnHoder/vicious_dll_injector | 1f558fa93d7ec953910f177b4b3959983e12f206 | [
"FSFAP"
] | 2 | 2021-07-27T15:06:54.000Z | 2021-08-01T16:13:15.000Z | // libftw.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
#include <tlhelp32.h>
#define IDCX 456
#define IDC_REFRESH 120
#define IDC_SELECT 121
#define IDC_WINPROC 100
#define IDC_PROC 555
char Data[260];
HWND ProcessesBox;
HANDLE RecvProc;
HWND parentWnd;
DWORD WI... | 24.925926 | 173 | 0.66886 |
6d25c5a78ad4acc11153eb1f9a407c350582cb2e | 11,915 | lua | Lua | [bases]/AURmaps/Uncompiled/ssg11.lua | OwningCurtX/AuroraRPG | f76a4aad25ccc8790e42b2f23dfa2dc304e34fb6 | [
"Apache-2.0"
] | 1 | 2020-04-18T20:43:16.000Z | 2020-04-18T20:43:16.000Z | [bases]/AURmaps/Uncompiled/ssg11.lua | OwningCurtX/AuroraRPG | f76a4aad25ccc8790e42b2f23dfa2dc304e34fb6 | [
"Apache-2.0"
] | 1 | 2019-10-20T08:41:34.000Z | 2019-10-20T08:41:34.000Z | [bases]/AURmaps/Uncompiled/ssg11.lua | OwningCurtX/AuroraRPG | f76a4aad25ccc8790e42b2f23dfa2dc304e34fb6 | [
"Apache-2.0"
] | null | null | null | for i,v in ipairs({
{6959,21.79981,492,1,0,0,0},
{6959,63.15,492,1,0,0,0},
{6959,-19.5,492,1,0,0,0},
{6959,-19.5,452,1,0,0,0},
{6959,21.79981,452,1,0,0,0},
{6959,63.15,452,1,0,0,0},
{6959,-19.4,412,1,0,0,0},
{6959,21.90039,412,1,0,0,0},
{6959,63.2002,412,1,0,0,0},
{6959,-19.4,372... | 36.888545 | 70 | 0.556693 |
cff6992e45d9be89f37fd5d98576894e38bcbeff | 118 | kt | Kotlin | compiler/src/main/kotlin/com/logickoder/simpletron/compiler/CompileError.kt | jeffreyorazulike/simpletron-compiler | 3819ec0135a6343896ed5766b5d7a5c657777b16 | [
"Apache-2.0"
] | 1 | 2022-01-24T16:55:20.000Z | 2022-01-24T16:55:20.000Z | compiler/src/main/kotlin/com/logickoder/simpletron/compiler/CompileError.kt | logickoder/simpletron-compiler | 3819ec0135a6343896ed5766b5d7a5c657777b16 | [
"Apache-2.0"
] | null | null | null | compiler/src/main/kotlin/com/logickoder/simpletron/compiler/CompileError.kt | logickoder/simpletron-compiler | 3819ec0135a6343896ed5766b5d7a5c657777b16 | [
"Apache-2.0"
] | null | null | null | package com.logickoder.simpletron.compiler
/**
*
*/
class CompileError(message: String) : RuntimeException(message) | 19.666667 | 63 | 0.771186 |
12c0ef095bff1be856ca430129e5baaed10f08be | 838 | asm | Assembly | oeis/243/A243451.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/243/A243451.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/243/A243451.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A243451: Primes of the form n^2 + 16.
; Submitted by Jon Maiga
; 17,41,97,137,241,457,641,857,977,1697,2417,2617,3041,4241,5641,6257,6577,7937,8297,9041,9817,11897,13241,14177,14657,15641,16657,22817,27241,32057,36497,44537,47977,48857,52457,53377,60041,62017,70241,75641,78977,83537,84697,87041,89417,90617,96737,9924... | 34.916667 | 501 | 0.73031 |
3f80a2729d7a43b7e9ad143cbb18bd21bf119cf0 | 867 | kts | Kotlin | initial/build.gradle.kts | zerkshohei/spring-master-sample | eb11f5b1ab91dcb2bcfbd0db9d76cdafe801da95 | [
"MIT"
] | null | null | null | initial/build.gradle.kts | zerkshohei/spring-master-sample | eb11f5b1ab91dcb2bcfbd0db9d76cdafe801da95 | [
"MIT"
] | 3 | 2020-02-06T15:16:23.000Z | 2020-02-24T16:39:53.000Z | initial/build.gradle.kts | zerkshohei/spring-master-sample | eb11f5b1ab91dcb2bcfbd0db9d76cdafe801da95 | [
"MIT"
] | null | null | null |
plugins {
id("org.springframework.boot")
kotlin("jvm")
kotlin("plugin.spring")
}
dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation... | 41.285714 | 87 | 0.753172 |
9412361d60d4d8368a94a5200067a2f02cf922fe | 565 | cc | C++ | packages/mccomposite/tests/libmccomposite/geometry/testDilation.cc | mcvine/mcvine | 42232534b0c6af729628009bed165cd7d833789d | [
"BSD-3-Clause"
] | 5 | 2017-01-16T03:59:47.000Z | 2020-06-23T02:54:19.000Z | packages/mccomposite/tests/libmccomposite/geometry/testDilation.cc | mcvine/mcvine | 42232534b0c6af729628009bed165cd7d833789d | [
"BSD-3-Clause"
] | 293 | 2015-10-29T17:45:52.000Z | 2022-01-07T16:31:09.000Z | packages/mccomposite/tests/libmccomposite/geometry/testDilation.cc | mcvine/mcvine | 42232534b0c6af729628009bed165cd7d833789d | [
"BSD-3-Clause"
] | 1 | 2019-05-25T00:53:31.000Z | 2019-05-25T00:53:31.000Z | // -*- C++ -*-
//
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Jiao Lin
// California Institute of Technology
// (C) 2005 All Rights Reserved
//
// {LicenseText}
//
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~... | 15.694444 | 81 | 0.346903 |
5b33115b5823306fc8befdff183e7c4f969e656e | 566 | cpp | C++ | Classes/PlayerCoinsComponent.cpp | kryvytskyidenys/Flower-farm | 85a58ce5eb1d1092b477bb4166c65b81b482af2e | [
"Apache-2.0"
] | 5 | 2019-03-15T17:53:43.000Z | 2022-03-12T10:39:02.000Z | Classes/PlayerCoinsComponent.cpp | KryvytskyiDenis/Flower-farm | 85a58ce5eb1d1092b477bb4166c65b81b482af2e | [
"Apache-2.0"
] | 1 | 2020-04-12T09:50:51.000Z | 2020-04-12T09:50:51.000Z | Classes/PlayerCoinsComponent.cpp | KryvytskyiDenis/Flower-farm | 85a58ce5eb1d1092b477bb4166c65b81b482af2e | [
"Apache-2.0"
] | null | null | null | #include "PlayerCoinsComponent.h"
long PlayerCoinsComponent::GetCoinsCount() const
{
return m_CoinsCount;
}
void PlayerCoinsComponent::VUpdate(void)
{
}
ComponentId PlayerCoinsComponent::VGetComponentId(void) const
{
return m_PlayerCoinsId;
}
void PlayerCoinsComponent::AddCoins(int coins)
{
m_CoinsCount... | 15.722222 | 61 | 0.759717 |
724a6218e4d2ac38b5a776a6f8e942d2b1831c0c | 320 | swift | Swift | OnTheMap/OnTheMap/Controllers/LocationsList/Cell/LocationsListCell.swift | rsaenzi/iOS-Nanodegree-OnTheMap | e725b984ede3033f85ec1f22f9b87644d88da760 | [
"MIT"
] | null | null | null | OnTheMap/OnTheMap/Controllers/LocationsList/Cell/LocationsListCell.swift | rsaenzi/iOS-Nanodegree-OnTheMap | e725b984ede3033f85ec1f22f9b87644d88da760 | [
"MIT"
] | null | null | null | OnTheMap/OnTheMap/Controllers/LocationsList/Cell/LocationsListCell.swift | rsaenzi/iOS-Nanodegree-OnTheMap | e725b984ede3033f85ec1f22f9b87644d88da760 | [
"MIT"
] | null | null | null | //
// LocationsListCell.swift
// OnTheMap
//
// Created by Rigoberto Sáenz Imbacuán on 12/24/17.
// Copyright © 2017 Rigoberto Sáenz Imbacuán. All rights reserved.
//
import UIKit
class LocationsListCell: UITableViewCell {
@IBOutlet weak var labelName: UILabel!
@IBOutlet weak var labelWebsite: UILabel!
}
| 21.333333 | 67 | 0.73125 |
e5f679f025cd6107ae599f9ff8f7de5dfaa5c4ff | 1,424 | sql | SQL | coeus-db/coeus-db-sql/src/main/resources/org/kuali/coeus/coeus-sql/log/Release_2_0_logs/KRACOEUS-3404.sql | mrudulpolus/kc | 55f529e5ff0985f3bf5247e2a1e63c5dec07f560 | [
"ECL-2.0"
] | null | null | null | coeus-db/coeus-db-sql/src/main/resources/org/kuali/coeus/coeus-sql/log/Release_2_0_logs/KRACOEUS-3404.sql | mrudulpolus/kc | 55f529e5ff0985f3bf5247e2a1e63c5dec07f560 | [
"ECL-2.0"
] | null | null | null | coeus-db/coeus-db-sql/src/main/resources/org/kuali/coeus/coeus-sql/log/Release_2_0_logs/KRACOEUS-3404.sql | mrudulpolus/kc | 55f529e5ff0985f3bf5247e2a1e63c5dec07f560 | [
"ECL-2.0"
] | null | null | null | create table tmp_sponsor_form_templates as select * from sponsor_form_templates;
CREATE OR REPLACE
FUNCTION BLOB2CLOB(
L_BLOB BLOB)
RETURN CLOB
IS
L_CLOB CLOB;
L_SRC_OFFSET NUMBER;
L_DEST_OFFSET NUMBER;
L_BLOB_CSID NUMBER := DBMS_LOB.DEFAULT_CSID;
V_LANG_CONTEXT NUMBER := DBMS_LOB.DEFA... | 24.135593 | 116 | 0.729635 |
bdd214320cee45abbccedb4d924da2fa7b7d03ce | 407 | sql | SQL | public/assets/migrations/2018_04_16_111700_create_change_log_table.sql | KevinMarete/adtv4 | 37736d7f27c2b9fcc9178ddc5202d843b5f3a38c | [
"MIT"
] | null | null | null | public/assets/migrations/2018_04_16_111700_create_change_log_table.sql | KevinMarete/adtv4 | 37736d7f27c2b9fcc9178ddc5202d843b5f3a38c | [
"MIT"
] | null | null | null | public/assets/migrations/2018_04_16_111700_create_change_log_table.sql | KevinMarete/adtv4 | 37736d7f27c2b9fcc9178ddc5202d843b5f3a38c | [
"MIT"
] | null | null | null | CREATE TABLE IF NOT EXISTS change_log (
id bigint(20) NOT NULL AUTO_INCREMENT,
patient varchar(20) NOT NULL,
facility int(32) NOT NULL,
change_type varchar(20) NOT NULL,
old_value varchar(50) NOT NULL,
new_value varchar(50) NOT NULL,
change_purpose varchar(50) NOT NULL,
change_date timestamp NOT NULL DE... | 31.307692 | 47 | 0.732187 |
3db67af1294aa026ef2ec12afa296514ead0d250 | 3,968 | ps1 | PowerShell | PSCI/Private/deploy/Update-ConfigFile/Get-UpdateKeyValueCmdParams.Tests.ps1 | CyMadigan/PSCI | 6f6e240594701aaac06f8e850e705a832186b265 | [
"MIT"
] | 48 | 2016-12-10T07:32:28.000Z | 2022-02-04T21:48:17.000Z | PSCI/Private/deploy/Update-ConfigFile/Get-UpdateKeyValueCmdParams.Tests.ps1 | CyMadigan/PSCI | 6f6e240594701aaac06f8e850e705a832186b265 | [
"MIT"
] | 46 | 2015-02-22T10:47:51.000Z | 2016-05-04T13:19:58.000Z | PSCI/Private/deploy/Update-ConfigFile/Get-UpdateKeyValueCmdParams.Tests.ps1 | CyMadigan/PSCI | 6f6e240594701aaac06f8e850e705a832186b265 | [
"MIT"
] | 16 | 2015-04-29T08:51:18.000Z | 2016-11-23T12:50:56.000Z | <#
The MIT License (MIT)
Copyright (c) 2015 Objectivity Bespoke Software Specialists
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
t... | 35.428571 | 163 | 0.597278 |
8ed9f4f7f5fa515c27bed1acad622f019204d059 | 292 | swift | Swift | TextureBook/Library/InlineCellNode.swift | muukii/TextureBook | 40563b071b66217fbc46cae5c0196c7878bc40ee | [
"MIT"
] | 6 | 2018-09-13T11:17:11.000Z | 2019-10-31T10:31:32.000Z | TextureBook/Library/InlineCellNode.swift | muukii/TextureBook | 40563b071b66217fbc46cae5c0196c7878bc40ee | [
"MIT"
] | null | null | null | TextureBook/Library/InlineCellNode.swift | muukii/TextureBook | 40563b071b66217fbc46cae5c0196c7878bc40ee | [
"MIT"
] | 1 | 2020-02-05T13:47:36.000Z | 2020-02-05T13:47:36.000Z | //
// InlineCellNode.swift
// TextureBook
//
// Created by muukii on 9/12/18.
// Copyright © 2018 muukii. All rights reserved.
//
import UIKit
import AsyncDisplayKit
class InlineCellNode : ASCellNode {
init(_ setup: (InlineCellNode) -> Void) {
super.init()
setup(self)
}
}
| 15.368421 | 49 | 0.667808 |
91bb6271355c0f63575256aabe0b1a5e4a07c8a2 | 1,563 | lua | Lua | src/utils.lua | michidevv/tile-rpg | 880a242e6e021c9b2d2058ee225e2a6024e8113b | [
"MIT"
] | null | null | null | src/utils.lua | michidevv/tile-rpg | 880a242e6e021c9b2d2058ee225e2a6024e8113b | [
"MIT"
] | null | null | null | src/utils.lua | michidevv/tile-rpg | 880a242e6e021c9b2d2058ee225e2a6024e8113b | [
"MIT"
] | null | null | null | local Utils = {
generateQuads = function (atlas, tileWidth, tileHeight)
local quads = {}
local width, height = atlas:getDimensions()
local sheetWidth = width / tileWidth
local sheetHeight = height / tileHeight
local spriteCount = 1
for y = 0, sheetHeight - 1 do
... | 30.057692 | 119 | 0.522713 |
8048d04b0b0827eb343835ea837733f04b89abcf | 741 | sql | SQL | db/course-group-management.sql | FelixJacobi/stsbl-iserv-course-group-management | 2d348626bf7e9faec4880dd8212926d7602b0408 | [
"MIT"
] | null | null | null | db/course-group-management.sql | FelixJacobi/stsbl-iserv-course-group-management | 2d348626bf7e9faec4880dd8212926d7602b0408 | [
"MIT"
] | null | null | null | db/course-group-management.sql | FelixJacobi/stsbl-iserv-course-group-management | 2d348626bf7e9faec4880dd8212926d7602b0408 | [
"MIT"
] | null | null | null | /**
* Author: Felix Jacobi
* Created: 17.07.2019
* License: https://opensource.org/licenses/MIT MIT license
*/
CREATE TABLE cgr_management_promotion_requests (
ID SERIAL PRIMARY KEY,
ActGrp TEXT NOT NULL UNIQUE
REFERENCES groups(Act)
ON UPDATE CASC... | 33.681818 | 89 | 0.611336 |
0c90a406e4f9fdbea0679ef7fa814f9200555402 | 15,023 | py | Python | taylor_based_methods.py | PabloAMC/TFermion | ed313a7d9cae0c4ca232732bed046f56bc8594a2 | [
"Apache-2.0"
] | 4 | 2021-12-02T09:13:16.000Z | 2022-01-25T10:43:50.000Z | taylor_based_methods.py | PabloAMC/TFermion | ed313a7d9cae0c4ca232732bed046f56bc8594a2 | [
"Apache-2.0"
] | 3 | 2021-12-21T14:22:57.000Z | 2022-02-05T18:35:16.000Z | taylor_based_methods.py | PabloAMC/TFermion | ed313a7d9cae0c4ca232732bed046f56bc8594a2 | [
"Apache-2.0"
] | null | null | null | import math
import sympy
import numpy as np
from scipy.special import binom
import scipy
class Taylor_based_methods:
def __init__(self, tools):
self.tools = tools
# Taylorization (babbush2016exponential)
# Let us know calcula the cost of performing Phase Estimation.
# 1. We have already me... | 55.847584 | 387 | 0.628969 |
9bb63571f6208f30bdf7c93e4e1b892c1f967e3f | 799 | js | JavaScript | 2/2_inputs.js | johannesmadis/advent-of-code-2019 | 7f57554baf003d145ef6d45f309e86368c037c10 | [
"MIT"
] | null | null | null | 2/2_inputs.js | johannesmadis/advent-of-code-2019 | 7f57554baf003d145ef6d45f309e86368c037c10 | [
"MIT"
] | null | null | null | 2/2_inputs.js | johannesmadis/advent-of-code-2019 | 7f57554baf003d145ef6d45f309e86368c037c10 | [
"MIT"
] | null | null | null | exports.initialMemory = [
1,
0,
0,
3,
1,
1,
2,
3,
1,
3,
4,
3,
1,
5,
0,
3,
2,
13,
1,
19,
1,
19,
6,
23,
1,
23,
6,
27,
1,
13,
27,
31,
2,
13,
31,
35,
1,
5,
35,
39,
2,
39,
13,
43,
1,
10,
43,
47,
2,
13,
47,
51,
1,
6,
... | 5.707143 | 25 | 0.302879 |
cb60d53c646d0de1aa88586ea58813ae4a484e44 | 322 | html | HTML | src/modules/content-news.html | duckies/rbp-theme | 00c9804bbc300958e43471a0c8b27684b9bb0a73 | [
"MIT"
] | null | null | null | src/modules/content-news.html | duckies/rbp-theme | 00c9804bbc300958e43471a0c8b27684b9bb0a73 | [
"MIT"
] | 5 | 2018-10-21T09:29:34.000Z | 2019-04-17T06:49:02.000Z | src/modules/content-news.html | Seikcud/rbp-theme | 00c9804bbc300958e43471a0c8b27684b9bb0a73 | [
"MIT"
] | null | null | null | <div id="news-api-wrapper" class="news flex-row">
<div class="news--loader">
<div class="news--loader__block"></div>
<div class="news--loader__block"></div>
<div class="news--loader__block"></div>
<div class="news--loader__block"></div>
<div class="news--loader__block"></div>
</div>
</di... | 35.777778 | 50 | 0.618012 |
f5c71ec79eb2d8341c6b5df594db726e473bf14b | 262 | ps1 | PowerShell | automatic/notepadplusplus.install/update.ps1 | tunisiano187/chocolatey-coreteampackages | 7d4cb3536f200d4013abe8db03042a029eb7763c | [
"Apache-2.0"
] | 145 | 2019-04-26T10:14:58.000Z | 2021-08-18T04:51:09.000Z | automatic/notepadplusplus.install/update.ps1 | tunisiano187/chocolatey-coreteampackages | 7d4cb3536f200d4013abe8db03042a029eb7763c | [
"Apache-2.0"
] | 524 | 2019-04-24T13:28:52.000Z | 2021-10-13T05:43:25.000Z | automatic/notepadplusplus.install/update.ps1 | tunisiano187/chocolatey-coreteampackages | 7d4cb3536f200d4013abe8db03042a029eb7763c | [
"Apache-2.0"
] | 180 | 2019-04-24T13:23:39.000Z | 2021-10-12T20:11:16.000Z | . $PSScriptRoot\..\notepadplusplus.commandline\update.ps1
function global:au_BeforeUpdate {
$Latest.URL32 = $Latest.URL32_i
$Latest.URL64 = $Latest.URL64_i
$Latest.FileType = 'exe'
Get-RemoteFiles -Purge -NoSuffix
}
update -ChecksumFor none
| 23.818182 | 59 | 0.721374 |
0dcd076d685e9b35e6ed0cedb048ba13dbf55072 | 888 | sql | SQL | apps/periods/models/tables/data/en/sql/tbl_period_data.sql | wvanheemstra/core | 8461e49e392b73f841058514414dd0cf74e55033 | [
"Unlicense",
"MIT"
] | 1 | 2018-03-15T15:01:39.000Z | 2018-03-15T15:01:39.000Z | apps/periods/models/tables/data/en/sql/tbl_period_data.sql | wvanheemstra/core | 8461e49e392b73f841058514414dd0cf74e55033 | [
"Unlicense",
"MIT"
] | null | null | null | apps/periods/models/tables/data/en/sql/tbl_period_data.sql | wvanheemstra/core | 8461e49e392b73f841058514414dd0cf74e55033 | [
"Unlicense",
"MIT"
] | null | null | null | /*
Navicat MySQL Data Transfer
Source Server : wvanheem_core_local
Source Server Version : 50509
Source Host : 127.0.0.1
Source Database : core
Target Server Version : 50509
File Encoding : utf-8
Date: 06/23/2012 10:45:18 AM
*/
SET NAMES utf8;
SET FOREIGN_KEY_CHECKS = 0;
-- ... | 26.909091 | 54 | 0.662162 |
f3bee2d27332bbade30eb07b6b87807cc7de25f4 | 2,649 | swift | Swift | LightningNode/LightningAPI.swift | reez/Tabs | 40260f149c1e43adbd5369959752af1e6c2b493b | [
"MIT"
] | 3 | 2019-02-06T01:07:48.000Z | 2021-08-15T03:43:14.000Z | LightningNode/LightningAPI.swift | reez/Tabs | 40260f149c1e43adbd5369959752af1e6c2b493b | [
"MIT"
] | 50 | 2019-03-02T02:44:35.000Z | 2020-05-02T14:58:11.000Z | LightningNode/LightningAPI.swift | reez/Tabs | 40260f149c1e43adbd5369959752af1e6c2b493b | [
"MIT"
] | null | null | null | //
// LightningNode
//
// Created by Matthew Ramsden on 1/1/19.
// Copyright © 2019 Matthew Ramsden. All rights reserved.
//
import Foundation
import LNDrpc
struct LightningApiRPC {
var addInvoice = addInvoice(value: memo: completion:)
var canConnect = canConnect(completion:)
var info = info(completion... | 30.802326 | 102 | 0.668177 |
420df35fce65e146d8ed4f01c05a3e8de77f44ed | 3,350 | dart | Dart | sqlite3/lib/src/impl/data_change_notifications.dart | Atom735/sqlite3.dart | acfafcd1d9958b7bf7b5a7e6aab7cd83ee54e437 | [
"MIT"
] | null | null | null | sqlite3/lib/src/impl/data_change_notifications.dart | Atom735/sqlite3.dart | acfafcd1d9958b7bf7b5a7e6aab7cd83ee54e437 | [
"MIT"
] | null | null | null | sqlite3/lib/src/impl/data_change_notifications.dart | Atom735/sqlite3.dart | acfafcd1d9958b7bf7b5a7e6aab7cd83ee54e437 | [
"MIT"
] | null | null | null | part of 'implementation.dart';
int _id = 0;
final Map<int, List<MultiStreamController<SqliteUpdate>>> _listeners = {};
final Map<int, List<void Function(SqliteUpdate)>> _callbacks = {};
void _updateCallback(Pointer<Void> data, int kind, Pointer<sqlite3_char> db,
Pointer<sqlite3_char> table, int rowid) {
SqliteU... | 24.814815 | 76 | 0.666269 |
afd92871e828ba9477a2fdb5b2c6d8c6dbb3a240 | 3,837 | html | HTML | Manuals/HRM/Hardware_Manual_guide/node0084.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/node0084.html | jonathanbennett73/amiga-pjz-planet-disco-balls | 1890f797ec7e8061ce4bfb9a8e6844f2ce9f6e1b | [
"MIT"
] | null | null | null | Manuals/HRM/Hardware_Manual_guide/node0084.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_3" NODE="3-4-1-5" TITLE="3 / / Picture is Larger than Window / Selecting the Stopping Position" INDEX="Hardware/Hard_Index/MAIN" -->
<head>
<title>3 / / Picture is Larger than W... | 51.851351 | 212 | 0.40318 |
b6ebc85a3b913f259f0d8de3651221a272ca36a5 | 10,531 | asm | Assembly | libsrc/_DEVELOPMENT/target/rc2014/device/sio/sio_interrupt.asm | vipoo/z88dk | 261f835c98977c21f2faced9c9d3e1048c215783 | [
"ClArtistic"
] | 1 | 2021-04-05T00:08:04.000Z | 2021-04-05T00:08:04.000Z | libsrc/_DEVELOPMENT/target/rc2014/device/sio/sio_interrupt.asm | vipoo/z88dk | 261f835c98977c21f2faced9c9d3e1048c215783 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/target/rc2014/device/sio/sio_interrupt.asm | vipoo/z88dk | 261f835c98977c21f2faced9c9d3e1048c215783 | [
"ClArtistic"
] | null | null | null |
INCLUDE "config_private.inc"
SECTION code_driver
EXTERN siobRxBuffer
EXTERN siobTxBuffer
EXTERN sioaRxBuffer
EXTERN sioaTxBuffer
EXTERN siobRxCount, siobRxIn
EXTERN siobTxCount, siobTxOut
EXTERN sioaRxCount, sioaRxIn
EXTERN sioaTxCount, sioaTxOut
PUBLIC __siob_interrupt_tx_empty
PUBLIC __siob_interrupt_e... | 40.976654 | 94 | 0.572785 |
abc3b29619ed6b097584565b3d3fdca6190c38c0 | 951 | sql | SQL | software/cabio-database/scripts/sql_loader/arrays/disable_constraints.sql | NCIP/cabio | 3abe332d7ec2af35fa64aa0e39a6b5a718088a2f | [
"BSD-3-Clause"
] | 2 | 2016-06-21T22:11:37.000Z | 2018-06-19T16:23:24.000Z | software/cabio-database/scripts/sql_loader/arrays/disable_constraints.sql | NCIP/cabio | 3abe332d7ec2af35fa64aa0e39a6b5a718088a2f | [
"BSD-3-Clause"
] | null | null | null | software/cabio-database/scripts/sql_loader/arrays/disable_constraints.sql | NCIP/cabio | 3abe332d7ec2af35fa64aa0e39a6b5a718088a2f | [
"BSD-3-Clause"
] | 3 | 2016-10-13T05:38:13.000Z | 2020-09-01T03:57:26.000Z | /*L
Copyright SAIC
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cabio/LICENSE.txt for details.
L*/
@$LOAD/constraints/protein_domain.disable.sql;
@$LOAD/constraints/gene_relative_location.disable.sql;
@$LOAD/constraints/marker_marker_rel_location.disable.sql;
@$LOAD/con... | 39.625 | 60 | 0.821241 |
18952658259d8b4c23afafcd13efae6644c4a071 | 213 | css | CSS | modules/admin/styles/spaw2/plugins/spawfm/lib/filelist0.css | bukin242/abukin-cms | 9014913e5447a5171769d3b47bd5b8c2ff6c0463 | [
"Apache-2.0"
] | null | null | null | modules/admin/styles/spaw2/plugins/spawfm/lib/filelist0.css | bukin242/abukin-cms | 9014913e5447a5171769d3b47bd5b8c2ff6c0463 | [
"Apache-2.0"
] | null | null | null | modules/admin/styles/spaw2/plugins/spawfm/lib/filelist0.css | bukin242/abukin-cms | 9014913e5447a5171769d3b47bd5b8c2ff6c0463 | [
"Apache-2.0"
] | null | null | null | /* default filelist style */
body {
padding: 5px;
margin: 0px;
}
.fm_file {
/*display: none;*/
}
.fm_file_title {
}
.fm_file_icon {
}
.fm_file_icon_big {
}
.fm_file_thumb {
}
| 9.26087 | 29 | 0.539906 |
770e7e4fe7c44dca8157bff3ad04fc99c3b8a28d | 194 | asm | Assembly | programs/oeis/217/A217923.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/217/A217923.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/217/A217923.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A217923: F-block elements for Janet periodic table.
; 57,58,59,60,61,62,63,64,65,66,67,68,69,70,89,90,91,92,93,94,95,96,97,98,99,100,101,102
mov $2,$0
div $0,14
mul $0,18
add $0,$2
add $0,57
| 21.555556 | 88 | 0.664948 |
8f03a68a334a9a35c034bc57fd2126fbe3f050b2 | 162 | java | Java | Client/src/com/jagex/RuntimeException_Sub1.java | dylan-worth/OfflineRS | 7d217a1de621e65effffe84b208f7a5537536b2d | [
"Apache-2.0"
] | null | null | null | Client/src/com/jagex/RuntimeException_Sub1.java | dylan-worth/OfflineRS | 7d217a1de621e65effffe84b208f7a5537536b2d | [
"Apache-2.0"
] | null | null | null | Client/src/com/jagex/RuntimeException_Sub1.java | dylan-worth/OfflineRS | 7d217a1de621e65effffe84b208f7a5537536b2d | [
"Apache-2.0"
] | null | null | null | package com.jagex;
public class RuntimeException_Sub1 extends RuntimeException {
public RuntimeException_Sub1(String var1) {
super(var1);
}
}
| 20.25 | 62 | 0.716049 |
683a3daf136d724474a60e43a53df4a5b2cf9aa1 | 6,275 | html | HTML | story-coastal-birth.html | gladyschua/tra | 8b21eeaa5c4f3f87c16ba092259b6b44e8a940db | [
"MIT"
] | null | null | null | story-coastal-birth.html | gladyschua/tra | 8b21eeaa5c4f3f87c16ba092259b6b44e8a940db | [
"MIT"
] | null | null | null | story-coastal-birth.html | gladyschua/tra | 8b21eeaa5c4f3f87c16ba092259b6b44e8a940db | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!--
* sets the width of the page to follow the screen-width of the device
* sets the initial zoom level when the page
... | 52.291667 | 186 | 0.461833 |
116486e098037ab9806356538c391315623a5885 | 1,529 | dart | Dart | lib/interfaces/i_data_source.dart | bderbidge/cloud_firestore_database_wrapper | 411ce10220e96d56d09dd0bb3e54afd98adafc58 | [
"MIT"
] | null | null | null | lib/interfaces/i_data_source.dart | bderbidge/cloud_firestore_database_wrapper | 411ce10220e96d56d09dd0bb3e54afd98adafc58 | [
"MIT"
] | null | null | null | lib/interfaces/i_data_source.dart | bderbidge/cloud_firestore_database_wrapper | 411ce10220e96d56d09dd0bb3e54afd98adafc58 | [
"MIT"
] | null | null | null | import "dart:async";
import 'package:cloud_firestore_database_wrapper/util/firestore_parser.dart';
enum WhereQueryType {
IsEqualTo,
IsLessThan,
IsLessThanOrEqualTo,
IsGreaterThan,
IsGreaterThanOrEqualTo,
ArrayContains,
ArrayContainsAny,
WhereIn,
WhereNotIn,
IsNull,
IsNotEqualTo,
}
final Set<Whe... | 26.362069 | 78 | 0.730543 |