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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
00b04b1de9efeb3fbbcc6a25fb0b4112fe336e74 | 5,311 | kt | Kotlin | app/src/main/java/com/cerist/summer/virtualassistant/Repositories/TvRepository.kt | FdevTech/Selma | 3ab66a9fc551cc6cddaa617a7b9940bb9dcdee6a | [
"MIT"
] | 3 | 2018-10-30T15:57:08.000Z | 2018-11-14T16:38:01.000Z | app/src/main/java/com/cerist/summer/virtualassistant/Repositories/TvRepository.kt | FdevTech/Selma | 3ab66a9fc551cc6cddaa617a7b9940bb9dcdee6a | [
"MIT"
] | null | null | null | app/src/main/java/com/cerist/summer/virtualassistant/Repositories/TvRepository.kt | FdevTech/Selma | 3ab66a9fc551cc6cddaa617a7b9940bb9dcdee6a | [
"MIT"
] | null | null | null | package com.cerist.summer.virtualassistant.Repositories
import android.util.Log
import com.cerist.summer.virtualassistant.Entities.BroadLinkProfile
import com.cerist.summer.virtualassistant.Utils.Data.Status
import com.polidea.rxandroidble2.RxBleConnection
import com.polidea.rxandroidble2.RxBleDevice
import io.reactiv... | 41.492188 | 134 | 0.583318 |
7f67e38352cae34b45ea0e396640fb7005554120 | 399 | html | HTML | common/src/web/rc/tests/html/test_mouse_events1.html | weilandia/selenium | 949f05eb9a0dad3fddbf1fb34c3b0164deba1db7 | [
"Apache-2.0"
] | 25,151 | 2015-01-01T15:40:17.000Z | 2022-03-31T18:44:03.000Z | common/src/web/rc/tests/html/test_mouse_events1.html | weilandia/selenium | 949f05eb9a0dad3fddbf1fb34c3b0164deba1db7 | [
"Apache-2.0"
] | 9,885 | 2015-01-03T17:53:00.000Z | 2022-03-31T21:48:12.000Z | java/server/test/org/openqa/selenium/tests/html/test_mouse_events1.html | lucianodgs/selenium | e2b2b97de0d9a6cc86563c866a9361237519159f | [
"Apache-2.0"
] | 8,441 | 2015-01-05T09:36:44.000Z | 2022-03-31T19:58:06.000Z | <!DOCTYPE html>
<html>
<head>
<title>test_mouse_events1</title>
<script type="text/javascript">
function register(msg) {
var log = document.getElementById('log');
log.innerHTML = '<p>' + msg + '</p>';
}
</script>
</head>
<body>
<div id="out" onmouseout="register('out');">
<... | 17.347826 | 49 | 0.56391 |
70498d7041478114c853a1f4ce2191801337514f | 333 | go | Go | fileservice/server/utils/limiter.go | Blank-Xu/examples | 32e61e63a47c6a7c1b2cc3ad3737fc9785f51468 | [
"Apache-2.0"
] | null | null | null | fileservice/server/utils/limiter.go | Blank-Xu/examples | 32e61e63a47c6a7c1b2cc3ad3737fc9785f51468 | [
"Apache-2.0"
] | null | null | null | fileservice/server/utils/limiter.go | Blank-Xu/examples | 32e61e63a47c6a7c1b2cc3ad3737fc9785f51468 | [
"Apache-2.0"
] | null | null | null | package utils
// 限制请求数
type Limiter struct {
ch chan struct{}
count int
}
func NewLimiter(count int) *Limiter {
return &Limiter{ch: make(chan struct{}, count), count: count}
}
func (p *Limiter) Get() bool {
if len(p.ch) >= p.count {
return false
}
p.ch <- struct{}{}
return true
}
func (p *Limiter) Put()... | 13.875 | 62 | 0.624625 |
19eb4fe83c03ebb7fdabd25004b85adddfecaa29 | 794 | lua | Lua | roommgr/exports_c.lua | rafalh/mtasa_toxic_experimental | 98a17aa12f1683cffb6272feef3a65b6a38f916a | [
"MIT"
] | null | null | null | roommgr/exports_c.lua | rafalh/mtasa_toxic_experimental | 98a17aa12f1683cffb6272feef3a65b6a38f916a | [
"MIT"
] | null | null | null | roommgr/exports_c.lua | rafalh/mtasa_toxic_experimental | 98a17aa12f1683cffb6272feef3a65b6a38f916a | [
"MIT"
] | null | null | null | local g_Me = getLocalPlayer()
local g_ResRoot = getResourceRootElement()
function getCurrentRoom()
local id = getElementData(g_Me, "roomid")
local room = id and getElementByID(id)
return room
end
function setCurrentRoom(room)
triggerServerEvent("roommgr_onChangeRoomReq", g_ResRoot, room)
end
functio... | 23.352941 | 64 | 0.743073 |
cba0c5ef8b3f3d672eb783cd308c44e4c6ba5a98 | 2,505 | go | Go | pkg/syscall/handle/handle.go | Monkeyman21/fibratus | 83cd37820b208846809f82b19e857bff6f4eb415 | [
"Apache-2.0"
] | null | null | null | pkg/syscall/handle/handle.go | Monkeyman21/fibratus | 83cd37820b208846809f82b19e857bff6f4eb415 | [
"Apache-2.0"
] | null | null | null | pkg/syscall/handle/handle.go | Monkeyman21/fibratus | 83cd37820b208846809f82b19e857bff6f4eb415 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2019-2020 by Nedim Sabic Sabic
* https://www.fibratus.io
* All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LIC... | 29.821429 | 102 | 0.755689 |
20f2eadf220d0d460a02161c0a8a3079a0181e07 | 11,468 | css | CSS | public/css/rtc.css | skyneton/webrtc-p2p | 0b7ca10c8d3f8c1356ef562673939ee0e02de9f1 | [
"MIT"
] | 1 | 2021-01-08T03:17:39.000Z | 2021-01-08T03:17:39.000Z | public/css/rtc.css | skyneton/webrtc-p2p | 0b7ca10c8d3f8c1356ef562673939ee0e02de9f1 | [
"MIT"
] | 1 | 2021-01-07T10:31:06.000Z | 2021-01-08T03:18:41.000Z | public/css/rtc.css | skyneton/webrtc-p2p | 0b7ca10c8d3f8c1356ef562673939ee0e02de9f1 | [
"MIT"
] | null | null | null | @font-face {
font-family: "Cafe24Oneprettynight";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Oneprettynight.woff")
format("woff");
font-weight: normal;
font-style: normal;
}
* {
outline: none;
}
*::-webkit-scrollbar {
width: 8px;
height: 8px;
/* background-color: ... | 17.090909 | 102 | 0.662714 |
0b303fe60108c7d81edf13f0852f1b122917c330 | 13,679 | py | Python | AuroraAppCode/login.py | zahraahhajhsn/automatic-student-counter | 9b3e38f41aba3fbc59e1ccdaeae9ba229415f977 | [
"Apache-2.0"
] | null | null | null | AuroraAppCode/login.py | zahraahhajhsn/automatic-student-counter | 9b3e38f41aba3fbc59e1ccdaeae9ba229415f977 | [
"Apache-2.0"
] | null | null | null | AuroraAppCode/login.py | zahraahhajhsn/automatic-student-counter | 9b3e38f41aba3fbc59e1ccdaeae9ba229415f977 | [
"Apache-2.0"
] | null | null | null |
import verifyController
import pyodbc
from PyQt5.QtWidgets import QMessageBox
from PyQt5 import QtCore, QtGui, QtWidgets
from PySide2.QtCore import (QCoreApplication, QMetaObject,QSize,Qt)
from PySide2.QtGui import (QCursor, QFont,QIcon)
from PySide2.QtWidgets import *
from PySide2 import QtCore, QtGui, QtWidg... | 52.209924 | 238 | 0.59288 |
18bf1a0139d71e8ef2b676cb4ba44ba527cc0964 | 1,872 | sql | SQL | Behavior_Analysis_Setup/StudentTimeAndPoints.sql | bbrub49/SQL-Code-Examples | 8c4be22f31e52b906d324174a93486a1ace0c4eb | [
"MIT"
] | null | null | null | Behavior_Analysis_Setup/StudentTimeAndPoints.sql | bbrub49/SQL-Code-Examples | 8c4be22f31e52b906d324174a93486a1ace0c4eb | [
"MIT"
] | null | null | null | Behavior_Analysis_Setup/StudentTimeAndPoints.sql | bbrub49/SQL-Code-Examples | 8c4be22f31e52b906d324174a93486a1ace0c4eb | [
"MIT"
] | null | null | null | /*
* Establishes the reason and minutes a student is absent
* if the absence is excused in order to remove those
* minutes from the students total time and total points
* possible to earn that day
*/
DECLARE @yeartype as varchar(15)
SET @yeartype = (SELECT [Type] FROM NSSEOPulse.dbo.ZM_TEST_BB_SchoolYear WHERE... | 42.545455 | 143 | 0.76015 |
665db68e64c717adeee2f41bcbb59fe816ca4d10 | 918,283 | css | CSS | autotest/testsuite/properties/positive/background-position/css3/001-aw.css | drspun/css-validator | f92c2ae01af9d961e1833f64d5153e5f10742aa6 | [
"W3C-19980720"
] | null | null | null | autotest/testsuite/properties/positive/background-position/css3/001-aw.css | drspun/css-validator | f92c2ae01af9d961e1833f64d5153e5f10742aa6 | [
"W3C-19980720"
] | null | null | null | autotest/testsuite/properties/positive/background-position/css3/001-aw.css | drspun/css-validator | f92c2ae01af9d961e1833f64d5153e5f10742aa6 | [
"W3C-19980720"
] | 1 | 2021-05-16T12:06:46.000Z | 2021-05-16T12:06:46.000Z | bgpos220001 { background-position: right top , right 15% bottom 15% , right 15% center }
bgpos220002 { background-position: top , right 15% bottom 15% , right 15% center }
bgpos220003 { background-position: left bottom , right 15% bottom 15px , right 15% center }
bgpos220004 { background-position: left... | 91.819118 | 113 | 0.704446 |
f0089faf3980c65d96a9b87de2dfb4cc044e17a8 | 41,489 | py | Python | ProjectiveClusteringCoreset.py | muradtuk/ProjectiveClusteringCoresets | 2dcb59723934dc545da9ff84a1f71eb5e02b49d1 | [
"MIT"
] | null | null | null | ProjectiveClusteringCoreset.py | muradtuk/ProjectiveClusteringCoresets | 2dcb59723934dc545da9ff84a1f71eb5e02b49d1 | [
"MIT"
] | null | null | null | ProjectiveClusteringCoreset.py | muradtuk/ProjectiveClusteringCoresets | 2dcb59723934dc545da9ff84a1f71eb5e02b49d1 | [
"MIT"
] | null | null | null | """*****************************************************************************************
MIT License
Copyright (c) 2022 Murad Tukan, Xuan Wu, Samson Zhou, Vladimir Braverman, Dan Feldman
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation fi... | 49.157583 | 139 | 0.576803 |
14057540f4e53c16b5428715fbc94cfe15bfb9d7 | 2,045 | css | CSS | web/src/preCSS/theme/checkout.css | trive-digital/Strive | 4c81f108912253cb2bb55578917734fdb6a49699 | [
"MIT"
] | 19 | 2016-10-31T18:49:11.000Z | 2021-03-18T17:49:17.000Z | web/src/preCSS/theme/checkout.css | trive-digital/Strive | 4c81f108912253cb2bb55578917734fdb6a49699 | [
"MIT"
] | 8 | 2016-10-26T09:33:36.000Z | 2018-11-22T12:30:46.000Z | web/src/preCSS/theme/checkout.css | trive-digital/Strive | 4c81f108912253cb2bb55578917734fdb6a49699 | [
"MIT"
] | 8 | 2017-03-17T13:22:46.000Z | 2020-05-12T13:58:56.000Z | /*
CHECKOUT
========
*/
.authentication-wrapper{
float: right;
margin-top: -60px;
max-width: 50%;
position: relative;
z-index: 1;
lost-column: 1/3 1;
text-align: right;
}
@media (--medium-up){
.opc-estimated-wrapper{
display: none;
}
}
.opc-estimated-wrapper{
lost-utility: clearfix;
.estim... | 18.761468 | 67 | 0.578973 |
e75946e8d0662afc72bd8b150ba79b0e53b43e13 | 11,885 | lua | Lua | main_bid.lua | XingxingZhang/td-treelstm | 5f11c4f4e22362a476b9900f87e65f238b891dcb | [
"Apache-2.0"
] | 98 | 2016-03-15T10:21:12.000Z | 2021-07-28T18:39:09.000Z | main_bid.lua | XingxingZhang/td-treelstm | 5f11c4f4e22362a476b9900f87e65f238b891dcb | [
"Apache-2.0"
] | 2 | 2016-05-25T02:48:04.000Z | 2019-12-13T03:44:03.000Z | main_bid.lua | XingxingZhang/td-treelstm | 5f11c4f4e22362a476b9900f87e65f238b891dcb | [
"Apache-2.0"
] | 29 | 2016-03-22T06:37:24.000Z | 2020-03-01T09:58:23.000Z |
require '.'
require 'shortcut'
require 'TreeLSTMLM'
require 'TreeLM_Dataset'
require 'TreeLSTMNCELM'
require 'TreeLM_NCE_Dataset'
require 'BiTreeLSTMLM'
require 'BidTreeLM_Dataset'
require 'BiTreeLSTMNCELM'
require 'BidTreeLM_NCE_Dataset'
local model_utils = require 'model_utils'
local EPOCH_INFO = ''
local funct... | 31.441799 | 209 | 0.654354 |
f07411bf6835efa66845aedc9d0915e9f4597ba2 | 1,138 | py | Python | UnitTests/FullAtomModel/CoordsTransform/test_forward.py | johahi/TorchProteinLibrary | b1fc9faa9b51c4550e5f754d075766ba38e0f8a0 | [
"MIT"
] | null | null | null | UnitTests/FullAtomModel/CoordsTransform/test_forward.py | johahi/TorchProteinLibrary | b1fc9faa9b51c4550e5f754d075766ba38e0f8a0 | [
"MIT"
] | null | null | null | UnitTests/FullAtomModel/CoordsTransform/test_forward.py | johahi/TorchProteinLibrary | b1fc9faa9b51c4550e5f754d075766ba38e0f8a0 | [
"MIT"
] | null | null | null | import sys
import os
import torch
import numpy as np
from TorchProteinLibrary.FullAtomModel.CoordsTransform import CoordsTranslate, getRandomTranslation, getBBox, CoordsRotate, getRandomRotation
from TorchProteinLibrary.FullAtomModel import Angles2Coords, Coords2TypedCoords
def test_translation(coords, num_atoms):
tr... | 25.863636 | 141 | 0.748682 |
a179af87613d1e41c4a92bf0b289fa58d5086d23 | 2,360 | go | Go | server/server.go | asommer70/evergreeen-new-releases | ebf1a02a2b199d68a138ad4b5e3b76ae63aa272a | [
"MIT"
] | null | null | null | server/server.go | asommer70/evergreeen-new-releases | ebf1a02a2b199d68a138ad4b5e3b76ae63aa272a | [
"MIT"
] | null | null | null | server/server.go | asommer70/evergreeen-new-releases | ebf1a02a2b199d68a138ad4b5e3b76ae63aa272a | [
"MIT"
] | null | null | null | package main
import (
"fmt"
"github.com/anaskhan96/soup"
"net/http"
//"io/ioutil"
"encoding/json"
"os"
"strconv"
"strings"
"time"
)
type TitleSearchResult struct {
Query string
Results []TitleResult
}
type TitleResult struct {
Name, Description, Url []string
}
func main() {
// titles := getSearchPage()... | 23.6 | 327 | 0.665254 |
c63c9f3ddb444f22f907ba6d8643d436610abbc4 | 30,607 | lua | Lua | src/mod/base/data/asset.lua | Ruin0x11/OpenNefia | 548f1a1442eca704bb1c16b1a1591d982a34919f | [
"MIT"
] | 109 | 2020-04-07T16:56:38.000Z | 2022-02-17T04:05:40.000Z | src/mod/base/data/asset.lua | Ruin0x11/OpenNefia | 548f1a1442eca704bb1c16b1a1591d982a34919f | [
"MIT"
] | 243 | 2020-04-07T08:25:15.000Z | 2021-10-30T07:22:10.000Z | src/mod/base/data/asset.lua | Ruin0x11/OpenNefia | 548f1a1442eca704bb1c16b1a1591d982a34919f | [
"MIT"
] | 15 | 2020-04-25T12:28:55.000Z | 2022-02-23T03:20:43.000Z | local function window_regions()
local quad = {}
quad["fill"] = { 24, 24, 228, 144 }
quad["top_left"] = { 0, 0, 64, 48 }
quad["top_right"] = { 208, 0, 56, 48 }
quad["bottom_left"] = { 0, 144, 64, 48 }
quad["bottom_right"] = { 208, 144, 56, 48 }
for i=0,18 do
quad["top_mid_" .. i] = { i * 8 + ... | 18.951703 | 79 | 0.442611 |
d0d1291532e338526c397fc7d53b266abd3c84a6 | 4,072 | css | CSS | teachEasyStyle.css | TeachEasy/Software-Engineering | 0f34b4fc51fc0dd476c991664a361548b5b8f7d8 | [
"MIT"
] | 1 | 2018-10-05T12:32:35.000Z | 2018-10-05T12:32:35.000Z | teachEasyStyle.css | TeachEasy/Software-Engineering | 0f34b4fc51fc0dd476c991664a361548b5b8f7d8 | [
"MIT"
] | null | null | null | teachEasyStyle.css | TeachEasy/Software-Engineering | 0f34b4fc51fc0dd476c991664a361548b5b8f7d8 | [
"MIT"
] | 1 | 2018-10-05T12:36:17.000Z | 2018-10-05T12:36:17.000Z | /*Teach Easy Style Sheet*/
/*font downloaded from https://www.dafont.com/eraser.font?text=Teach+Easy*/
@font-face{
font-family: chalk;
src: url("fonts/Eraser.ttf");
font-color: "white";
}
h1{
color: white;
font: 100px chalk;
height: 200px;
position: absolute;
}
hr{
background-color: bl... | 17.401709 | 156 | 0.640226 |
5b2f4aac661f89fc9520df16af95adf081d42521 | 555 | c | C | heap.c | amisonnet8/hack | d834e1f799a7afcf68e4ed6dfe087f6768398988 | [
"MIT"
] | null | null | null | heap.c | amisonnet8/hack | d834e1f799a7afcf68e4ed6dfe087f6768398988 | [
"MIT"
] | null | null | null | heap.c | amisonnet8/hack | d834e1f799a7afcf68e4ed6dfe087f6768398988 | [
"MIT"
] | null | null | null | #include "heap.h"
#include <stddef.h>
#include <stdlib.h>
#include "util.h"
static const size_t HEAP_BLOCK_SIZE = 1024 * 1024;
static void *heapPtr;
static size_t heapStockSize = 0;
void *heapAllocate(size_t size) {
if (size > HEAP_BLOCK_SIZE) {
utilErrQuit("heap block size over\n");
}
if (size > heapSt... | 17.903226 | 50 | 0.661261 |
3e321df65d22a9a7723f630496405bdca854e17b | 1,300 | c | C | release/src-rt/linux/linux-2.6/arch/sh/drivers/pci/fixups-r7780rp.c | ghsecuritylab/tomato_egg | 50473a46347f4631eb4878a0f47955cc64c87293 | [
"FSFAP"
] | 278 | 2015-11-03T03:01:20.000Z | 2022-01-20T18:21:05.000Z | release/src-rt/linux/linux-2.6/arch/sh/drivers/pci/fixups-r7780rp.c | ghsecuritylab/tomato_egg | 50473a46347f4631eb4878a0f47955cc64c87293 | [
"FSFAP"
] | 374 | 2015-11-03T12:37:22.000Z | 2021-12-17T14:18:08.000Z | arch/sh/drivers/pci/fixups-r7780rp.c | KylinskyChen/linuxCore_2.6.24 | 11e90b14386491cc80477d4015e0c8f673f6d020 | [
"MIT"
] | 96 | 2015-11-22T07:47:26.000Z | 2022-01-20T19:52:19.000Z | /*
* arch/sh/drivers/pci/fixups-r7780rp.c
*
* Highlander R7780RP-1 PCI fixups
*
* Copyright (C) 2003 Lineo uSolutions, Inc.
* Copyright (C) 2004 - 2006 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this ar... | 28.26087 | 77 | 0.764615 |
43f39f861fda2e1688e2acfc2a8b0c55ff29b9a3 | 249 | go | Go | api/models/migrate.go | jmcasimar/hl7-broker | 3a4e60ee57f1da92474dc171915d313b8fddb1c4 | [
"MIT"
] | 1 | 2022-02-20T19:12:57.000Z | 2022-02-20T19:12:57.000Z | api/models/migrate.go | jmcasimar/hl7-broker | 3a4e60ee57f1da92474dc171915d313b8fddb1c4 | [
"MIT"
] | null | null | null | api/models/migrate.go | jmcasimar/hl7-broker | 3a4e60ee57f1da92474dc171915d313b8fddb1c4 | [
"MIT"
] | null | null | null | package models
import (
"github.com/free-health/health24-gateway/api/db"
log "github.com/sirupsen/logrus"
)
func Migrate() {
log.Infof("migrating models")
db.DB.AutoMigrate(
&User{},
&Patient{},
&PhysiologicalAlarm{},
&Monitor{},
)
}
| 14.647059 | 49 | 0.678715 |
11dd97dc8b1464b1df195aecd5e5135cadc7ca9c | 4,090 | html | HTML | doc/html/vesa.4.html | binaryblob01/zfree86 | e80ea992d87501b8e3e2d7c07a414591c2e11c70 | [
"Xnet",
"X11"
] | 1 | 2021-09-08T21:13:25.000Z | 2021-09-08T21:13:25.000Z | doc/html/vesa.4.html | binaryblob01/zfree86 | e80ea992d87501b8e3e2d7c07a414591c2e11c70 | [
"Xnet",
"X11"
] | null | null | null | doc/html/vesa.4.html | binaryblob01/zfree86 | e80ea992d87501b8e3e2d7c07a414591c2e11c70 | [
"Xnet",
"X11"
] | 1 | 2021-01-22T00:19:47.000Z | 2021-01-22T00:19:47.000Z | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN">
<!--
$XFree86: xc/programs/Xserver/hw/xfree86/drivers/vesa/vesa.man,v 1.4 2005/08/18 15:13:07 tsi Exp $
shorthand for double quote that works everywhere.
-->
<!-- manual page source format generated by PolyglotMan v3.0.8+XFree86, -->
<!-- available at http://p... | 44.945055 | 813 | 0.692176 |
74bc49c1af4bdae3be515f1b03ad054e0ecacd27 | 3,240 | js | JavaScript | deps/mozjs/src/jit-test/tests/asm.js/testFastHeapAccess.js | ktrzeciaknubisa/jxcore-binary-packaging | 5759df084be10a259a4a4f1b38c214c6084a7c0f | [
"Apache-2.0"
] | 2,494 | 2015-02-11T04:34:13.000Z | 2022-03-31T14:21:47.000Z | deps/mozjs/src/jit-test/tests/asm.js/testFastHeapAccess.js | ktrzeciaknubisa/jxcore-binary-packaging | 5759df084be10a259a4a4f1b38c214c6084a7c0f | [
"Apache-2.0"
] | 685 | 2015-02-11T17:14:26.000Z | 2021-04-13T09:58:39.000Z | deps/mozjs/src/jit-test/tests/asm.js/testFastHeapAccess.js | ktrzeciaknubisa/jxcore-binary-packaging | 5759df084be10a259a4a4f1b38c214c6084a7c0f | [
"Apache-2.0"
] | 442 | 2015-02-12T13:45:46.000Z | 2022-03-21T05:28:05.000Z | load(libdir + "asm.js");
var code = asmCompile('glob', 'imp', 'b', USE_ASM + HEAP_IMPORTS + 'function f(i,j) {i=i|0;j=j|0; u32[((i<<2)+32 & 0xffff)>>2] = j } return f');
var f = asmLink(code, this, null, BUF_64KB);
for (var i = 0; i < 100; i++)
f(i, i);
var u32 = new Uint32Array(BUF_64KB);
for (var i = 0; i < 100;... | 46.956522 | 192 | 0.569753 |
cb6e5a0ed959384b48b4c800fb64ff8f2a956d2f | 2,730 | go | Go | cmd/input.go | dhemard/mpg-tracker | 10bf2a3ec9a773e484c380e3bd9039f4ffcc0bba | [
"MIT"
] | null | null | null | cmd/input.go | dhemard/mpg-tracker | 10bf2a3ec9a773e484c380e3bd9039f4ffcc0bba | [
"MIT"
] | null | null | null | cmd/input.go | dhemard/mpg-tracker | 10bf2a3ec9a773e484c380e3bd9039f4ffcc0bba | [
"MIT"
] | null | null | null | /*
Copyright © 2019 Dustin Hemard <dphemard@gmail.com>
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
to use, copy, modify, merge, pub... | 27.857143 | 77 | 0.708059 |
20f45f70e14928808cae9d38bd843ce4c03dd39d | 2,739 | lua | Lua | rot/rot/noise/simplex.lua | LJNIC/Collaborogue | 9c333e790f043087045d9236ccde0e496ebfc96b | [
"MIT"
] | 4 | 2020-11-09T23:33:48.000Z | 2021-04-19T23:14:50.000Z | rot/rot/noise/simplex.lua | LJNIC/Collaborogue | 9c333e790f043087045d9236ccde0e496ebfc96b | [
"MIT"
] | 1 | 2021-11-13T15:53:53.000Z | 2021-11-13T15:53:53.000Z | rot/rot/noise/simplex.lua | LJNIC/Collaborogue | 9c333e790f043087045d9236ccde0e496ebfc96b | [
"MIT"
] | 2 | 2021-11-11T03:25:30.000Z | 2022-02-13T13:05:00.000Z | --- Simplex Noise Generator.
-- Based on a simple 2d implementation of simplex noise by Ondrej Zara
-- Which is based on a speed-improved simplex noise algorithm for 2D, 3D and 4D in Java.
-- Which is based on example code by Stefan Gustavson (stegu@itn.liu.se).
-- With Optimisations by Peter Eastman (peastman@drizzle.... | 25.12844 | 88 | 0.586345 |
9c3b17f68359464eb8ddd0279e3ae5f4f2308c40 | 10,746 | js | JavaScript | www/empty-tasks-fifth-empty-tasks-fifth-module-es5.js | Ariel-W/purple-app | 33839e94941ac0efc755b40232289fdd5fb345f0 | [
"MIT"
] | null | null | null | www/empty-tasks-fifth-empty-tasks-fifth-module-es5.js | Ariel-W/purple-app | 33839e94941ac0efc755b40232289fdd5fb345f0 | [
"MIT"
] | null | null | null | www/empty-tasks-fifth-empty-tasks-fifth-module-es5.js | Ariel-W/purple-app | 33839e94941ac0efc755b40232289fdd5fb345f0 | [
"MIT"
] | null | null | null | function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
f... | 58.721311 | 2,983 | 0.729015 |
702d2ebe570ac9846f856324277e01c3e4c5368c | 2,601 | lua | Lua | code/eval/cvppp/datasets/cvppp.lua | visinf/acis | a9fd5177f9f733c1da5ecc64021c2ceb7d681b8d | [
"Apache-2.0"
] | 20 | 2019-05-18T03:33:57.000Z | 2021-11-08T12:39:32.000Z | code/eval/cvppp/datasets/cvppp.lua | visinf/acis | a9fd5177f9f733c1da5ecc64021c2ceb7d681b8d | [
"Apache-2.0"
] | 7 | 2019-09-03T16:58:38.000Z | 2020-08-31T00:56:12.000Z | code/eval/cvppp/datasets/cvppp.lua | visinf/acis | a9fd5177f9f733c1da5ecc64021c2ceb7d681b8d | [
"Apache-2.0"
] | 4 | 2019-06-20T08:44:06.000Z | 2019-12-15T20:31:28.000Z | --
-- Copyright (c) 2016, Facebook, Inc.
-- All rights reserved.
--
-- This source code is licensed under the BSD-style license found in the
-- LICENSE file in the root directory of this source tree. An additional grant
-- of patent rights can be found in the PATENTS file in the same directory.
--
-- CVPPP datase... | 26.540816 | 80 | 0.673972 |
fcb365e0a896b852f9572e936bbe1035d41350fb | 1,720 | css | CSS | client/src/css/SideBar.css | danschoch/seeker-app | f91f1df60f9b04bfde5557afc9be0dfc8a5bda2e | [
"MIT"
] | null | null | null | client/src/css/SideBar.css | danschoch/seeker-app | f91f1df60f9b04bfde5557afc9be0dfc8a5bda2e | [
"MIT"
] | null | null | null | client/src/css/SideBar.css | danschoch/seeker-app | f91f1df60f9b04bfde5557afc9be0dfc8a5bda2e | [
"MIT"
] | null | null | null | #sideBar {
background-color: #43425D;
grid-column-start: 1;
grid-column-end: span 1;
grid-row-start: 1;
grid-row-end: span 2;
display: flex;
flex-direction: column;
/* min-width: 174px; */
max-width: 260px;
/* height: 100%; */
}
/***** Containers *****/
#navTitleContainer {
... | 20.47619 | 51 | 0.49593 |
330bc2029c1246f778fe532317958ef2c30db80a | 10,719 | py | Python | touca/_case.py | trytouca/touca-python | dab4bb6760a173952b63ea14fd4bc30c3877744e | [
"Apache-2.0"
] | 11 | 2021-06-29T04:51:28.000Z | 2022-03-22T05:58:44.000Z | touca/_case.py | trytouca/touca-python | dab4bb6760a173952b63ea14fd4bc30c3877744e | [
"Apache-2.0"
] | null | null | null | touca/_case.py | trytouca/touca-python | dab4bb6760a173952b63ea14fd4bc30c3877744e | [
"Apache-2.0"
] | null | null | null | # Copyright 2021 Touca, Inc. Subject to Apache-2.0 License.
from ._types import IntegerType, VectorType, ToucaType
from datetime import datetime, timedelta
from enum import Enum
from typing import Dict, Tuple
class ResultCategory(Enum):
""" """
Check = 1
Assert = 2
class ResultEntry:
"""
Wrapp... | 35.376238 | 88 | 0.612184 |
18670a661be9fe7da48a8d778ea518099efa7865 | 1,040 | rs | Rust | src/core/microfacet/mod.rs | mlunnay/rs_illume | a7e88118d829d24e35673df8a1f49a3b870a36e6 | [
"BSD-3-Clause"
] | 2 | 2019-12-27T19:33:28.000Z | 2021-05-16T03:23:03.000Z | src/core/microfacet/mod.rs | mlunnay/rs_illume | a7e88118d829d24e35673df8a1f49a3b870a36e6 | [
"BSD-3-Clause"
] | null | null | null | src/core/microfacet/mod.rs | mlunnay/rs_illume | a7e88118d829d24e35673df8a1f49a3b870a36e6 | [
"BSD-3-Clause"
] | null | null | null | use super::pbrt::Float;
use super::geometry::{Vector3f, Point2f};
use super::reflection::abs_cos_theta;
use std::fmt;
pub mod beckmann_distribution;
pub use beckmann_distribution::*;
pub mod trowbridge_reitz_distribution;
pub use trowbridge_reitz_distribution::*;
pub mod disney_distribution;
pub use disney_distributio... | 28.108108 | 75 | 0.625 |
578ad3735d30495844d18f1ff66432b259089742 | 207 | sql | SQL | src/db-from-phile-starter/release/0010/0050-org_fn/revert/function/003-build_location.sql | stlbucket/postgraphile-de-extension | 73d4d506249f126630a52d43c3f46b13dc6870cc | [
"MIT"
] | 1 | 2019-02-21T02:08:36.000Z | 2019-02-21T02:08:36.000Z | src/db-from-phile-starter/schema/org_fn/revert/function/build_location.sql | stlbucket/postgraphile-de-extension | 73d4d506249f126630a52d43c3f46b13dc6870cc | [
"MIT"
] | null | null | null | src/db-from-phile-starter/schema/org_fn/revert/function/build_location.sql | stlbucket/postgraphile-de-extension | 73d4d506249f126630a52d43c3f46b13dc6870cc | [
"MIT"
] | null | null | null | -- Revert org:function/build_location from pg
BEGIN;
DROP FUNCTION IF EXISTS org_fn.build_location(
text
,text
,text
,text
,text
,text
,text
,text
,uuid
);
COMMIT;
| 11.5 | 48 | 0.599034 |
e76f2af3561fd9c4cf8f875d87db8fa389157641 | 70 | js | JavaScript | jest.config.js | Gbahdeyboh/booksToScrape-e2e-tests | 339a3254b13b3932825aeac95cd287947cbe117d | [
"MIT"
] | null | null | null | jest.config.js | Gbahdeyboh/booksToScrape-e2e-tests | 339a3254b13b3932825aeac95cd287947cbe117d | [
"MIT"
] | null | null | null | jest.config.js | Gbahdeyboh/booksToScrape-e2e-tests | 339a3254b13b3932825aeac95cd287947cbe117d | [
"MIT"
] | null | null | null | module.exports = {
preset: 'jest-puppeteer',
roots: [ 'specs' ],
};
| 14 | 26 | 0.6 |
c3702f883c1bcebf3b89e60071949e07222ee2c5 | 6,527 | go | Go | restapi/operations/things/weaviate_things_update_responses.go | unicanova/weaviate | 5556b1ba231c1271d4fdf5b0c33104183a89d93d | [
"BSD-3-Clause"
] | null | null | null | restapi/operations/things/weaviate_things_update_responses.go | unicanova/weaviate | 5556b1ba231c1271d4fdf5b0c33104183a89d93d | [
"BSD-3-Clause"
] | null | null | null | restapi/operations/things/weaviate_things_update_responses.go | unicanova/weaviate | 5556b1ba231c1271d4fdf5b0c33104183a89d93d | [
"BSD-3-Clause"
] | 1 | 2017-12-20T10:03:59.000Z | 2017-12-20T10:03:59.000Z | /* _ _
*__ _____ __ ___ ___ __ _| |_ ___
*\ \ /\ / / _ \/ _` \ \ / / |/ _` | __/ _ \
* \ V V / __/ (_| |\ V /| | (_| | || __/
* \_/\_/ \___|\__,_| \_/ |_|\__,_|\__\___|
*
* Copyright © 2016 - 2018 Weaviate. All rights reserved.
* LICENSE: https://github.com/creativesof... | 33.818653 | 195 | 0.809101 |
abb923953f4b85c0a8fa51b9808ba682d3f709bc | 329 | rb | Ruby | cookbooks/strongswan/metadata.rb | Zimpler/ironfan-pantry | 6f3f42cf93013d5272e71cb04079a5d46a252eb1 | [
"Apache-2.0"
] | 1 | 2015-11-08T07:28:59.000Z | 2015-11-08T07:28:59.000Z | cookbooks/strongswan/metadata.rb | Zimpler/ironfan-pantry | 6f3f42cf93013d5272e71cb04079a5d46a252eb1 | [
"Apache-2.0"
] | 1 | 2016-02-24T13:12:57.000Z | 2016-02-24T14:53:54.000Z | cookbooks/strongswan/metadata.rb | Zimpler/ironfan-pantry | 6f3f42cf93013d5272e71cb04079a5d46a252eb1 | [
"Apache-2.0"
] | null | null | null | maintainer "Jerry Jackson"
maintainer_email "jerry.w.jacson@gmail.com"
license "All rights reserved"
description "Installs/Configures strongswan"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version IO.read(File.join(File.dirname(__FILE__), 'VERSION'))
depends '... | 36.555556 | 72 | 0.726444 |
9c425e18e5138e6b588c00822f6bf829d982e560 | 888 | kt | Kotlin | app/src/main/java/com/recyclerviewbuilder/sample/viewitems/ImageAndContentViewItem.kt | amrreda1995/recyclerview-builder | fe6063b26c22686f128a5ce15980cb2e193fe58a | [
"MIT"
] | 31 | 2019-04-03T19:43:30.000Z | 2021-10-02T20:27:02.000Z | app/src/main/java/com/recyclerviewbuilder/sample/viewitems/ImageAndContentViewItem.kt | amrreda1995/recyclerview-builder | fe6063b26c22686f128a5ce15980cb2e193fe58a | [
"MIT"
] | null | null | null | app/src/main/java/com/recyclerviewbuilder/sample/viewitems/ImageAndContentViewItem.kt | amrreda1995/recyclerview-builder | fe6063b26c22686f128a5ce15980cb2e193fe58a | [
"MIT"
] | 4 | 2019-04-03T19:27:43.000Z | 2019-07-17T19:36:10.000Z | package com.recyclerviewbuilder.sample.viewitems
import android.view.View
import com.recyclerviewbuilder.library.ViewItem
import com.recyclerviewbuilder.library.ViewItemRepresentable
import com.recyclerviewbuilder.sample.R
import com.recyclerviewbuilder.sample.extensions.imageview.ImageViewMode
import com.recyclerview... | 40.363636 | 72 | 0.810811 |
0cca1b15bf096080117912090cc7cfaa4cb29eca | 7,940 | py | Python | modules/preprocessing/text/NeMo/nemo_text_processing/text_normalization/ar/taggers/cardinal.py | serkhanekarim/AI | 0a13880ae8e608cd00fa819dc590097abdb7ae6e | [
"Apache-2.0"
] | null | null | null | modules/preprocessing/text/NeMo/nemo_text_processing/text_normalization/ar/taggers/cardinal.py | serkhanekarim/AI | 0a13880ae8e608cd00fa819dc590097abdb7ae6e | [
"Apache-2.0"
] | null | null | null | modules/preprocessing/text/NeMo/nemo_text_processing/text_normalization/ar/taggers/cardinal.py | serkhanekarim/AI | 0a13880ae8e608cd00fa819dc590097abdb7ae6e | [
"Apache-2.0"
] | null | null | null | # Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved.
# Copyright 2015 and onwards Google, 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/license... | 43.387978 | 118 | 0.639924 |
7002ebc7d0bab036e9576ed73ad6d657a8873de4 | 503 | go | Go | api/config/config.go | influx6/go-spacemesh | 42befb54d1b777e80ca0316ba923c503f483f2f6 | [
"MIT"
] | null | null | null | api/config/config.go | influx6/go-spacemesh | 42befb54d1b777e80ca0316ba923c503f483f2f6 | [
"MIT"
] | null | null | null | api/config/config.go | influx6/go-spacemesh | 42befb54d1b777e80ca0316ba923c503f483f2f6 | [
"MIT"
] | null | null | null | package config
// ConfigValues provide default config values.
var ConfigValues = Config{
StartGrpcServer: false, // note: all bool flags default to false so don't set one of these to true here
GrpcServerPort: 9091,
StartJSONServer: false,
JSONServerPort: 9090,
}
func init() {
// todo: update default config par... | 22.863636 | 104 | 0.763419 |
198f09ec70a864f74973126efad673b62438636e | 2,138 | lua | Lua | gateway/src/apicast/loader.lua | SpillChek2/apicast | 55011497b6a2badd1ca1097c4d5221a842d80faf | [
"Apache-2.0"
] | null | null | null | gateway/src/apicast/loader.lua | SpillChek2/apicast | 55011497b6a2badd1ca1097c4d5221a842d80faf | [
"Apache-2.0"
] | null | null | null | gateway/src/apicast/loader.lua | SpillChek2/apicast | 55011497b6a2badd1ca1097c4d5221a842d80faf | [
"Apache-2.0"
] | 1 | 2018-04-09T08:45:39.000Z | 2018-04-09T08:45:39.000Z | --- APIcast source loader
-- Loading this module will add a new source code loaders to package.searchers.
-- The searcher is going to print deprecation warnings when apicast source is loaded
-- through old or non prefixed paths.
-- We can rename files and set up an alias here so we don't break customer's code and
-- pr... | 26.073171 | 111 | 0.717025 |
38a1abd9cc79f7651677d47b64e9e10a892b689e | 1,343 | h | C | iv/thread_posix.h | ste72phen/iv | 64c3a9c7c517063f29d90d449180ea8f6f4d946f | [
"MIT",
"BSD-2-Clause",
"BSD-3-Clause"
] | 248 | 2015-01-06T00:05:11.000Z | 2022-03-03T23:33:32.000Z | iv/thread_posix.h | ste72phen/iv | 64c3a9c7c517063f29d90d449180ea8f6f4d946f | [
"MIT",
"BSD-2-Clause",
"BSD-3-Clause"
] | 3 | 2015-01-10T09:37:33.000Z | 2018-08-17T14:28:22.000Z | iv/thread_posix.h | mmalinin/iv | e73342707510436254a4120ae1f9ff19a2b88083 | [
"MIT",
"BSD-2-Clause",
"BSD-3-Clause"
] | 32 | 2015-07-19T13:32:12.000Z | 2022-03-17T19:52:45.000Z | #ifndef IV_THREAD_POSIX_H_
#define IV_THREAD_POSIX_H_
#include <cerrno>
#include <cassert>
#include <cstdlib>
#include <pthread.h>
#include <unistd.h>
#include <sched.h>
#include <iv/noncopyable.h>
#include <iv/ignore_unused_variable_warning.h>
namespace iv {
namespace core {
namespace thread {
class PosixMutex : priv... | 20.661538 | 72 | 0.680566 |
55372283d48c96097220471dec816c51f006191d | 781 | asm | Assembly | Universe/Sun/SunPosVars.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | Universe/Sun/SunPosVars.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | Universe/Sun/SunPosVars.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | ;-Camera Position of Ship----------------------------------------------------------------------------------------------------------
SBnKxlo DB 0 ; INWK+0
SBnKxhi DB 0 ; there are hi medium low as some times these are 24 bit
SBnKxsgn ... | 71 | 131 | 0.258643 |
1c42bd2e6e01a67af82ee237e9cfdff27d4d7f81 | 966 | css | CSS | crypto-price-watcher/style.css | pavankalyan-codes/Vanilla-Js-Apps | cf9c67a42bc59570483f3520db716b1f3da81325 | [
"MIT"
] | null | null | null | crypto-price-watcher/style.css | pavankalyan-codes/Vanilla-Js-Apps | cf9c67a42bc59570483f3520db716b1f3da81325 | [
"MIT"
] | null | null | null | crypto-price-watcher/style.css | pavankalyan-codes/Vanilla-Js-Apps | cf9c67a42bc59570483f3520db716b1f3da81325 | [
"MIT"
] | null | null | null | body {
margin: 0;
background: black;
font-family: "Overpass", sans-serif;
}
.main {
padding: 20px;
box-sizing: border-box;
height: 100%;
}
.cards {
height: 600px;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
}
.card {... | 13.416667 | 43 | 0.580745 |
6b56d11ab3d0961be648bb19594af6380329d5d6 | 167 | h | C | qeo-c-import/cmock/src/examples/src/TemperatureCalculator.h | qeo/qeo-core | 909c1a50d3bdef9a37bf574bfaa6fddd39184ed1 | [
"curl"
] | 18 | 2015-01-11T17:03:58.000Z | 2020-10-30T20:23:26.000Z | dds/qeo-c-import/cmock/src/examples/src/TemperatureCalculator.h | ros2/tinq-core | e9cca1b1e433495616568ae6ae903322832f7b3b | [
"curl"
] | 2 | 2015-07-30T02:55:03.000Z | 2016-07-13T10:42:46.000Z | dds/qeo-c-import/cmock/src/examples/src/TemperatureCalculator.h | ros2/tinq-core | e9cca1b1e433495616568ae6ae903322832f7b3b | [
"curl"
] | 9 | 2015-06-04T10:41:21.000Z | 2021-01-09T10:32:23.000Z | #ifndef _TEMPERATURECALCULATOR_H
#define _TEMPERATURECALCULATOR_H
float TemperatureCalculator_Calculate(uint16 millivolts);
#endif // _TEMPERATURECALCULATOR_H
| 23.857143 | 58 | 0.844311 |
85994e92ff70a6b4793e51514870e7c93fa16674 | 981 | js | JavaScript | app.js | seungho/simple_node_app | dee6b38a5271e922e56d94cb4f4024479d7320aa | [
"MIT"
] | null | null | null | app.js | seungho/simple_node_app | dee6b38a5271e922e56d94cb4f4024479d7320aa | [
"MIT"
] | null | null | null | app.js | seungho/simple_node_app | dee6b38a5271e922e56d94cb4f4024479d7320aa | [
"MIT"
] | null | null | null | 'use strict';
let express = require('express');
let bodyParser = require('body-parser');
let methodOverride = require('method-override');
/** global variables **/
global.rootdir = __dirname;
global.logger = require('./routes/logger/logger').logger('./logs/'+workerId+'.log');
/** DB init **/
/** i18n **/
let app =... | 25.153846 | 107 | 0.620795 |
93c2155ce707d4318d77285854fe16dd38863001 | 1,498 | rs | Rust | surfman/src/platform/macos/cgl/device.rs | iamralpht/surfman | 625c4ffe12c0422980424b98594942eed3b76433 | [
"Apache-2.0",
"MIT"
] | 1 | 2020-05-21T09:35:07.000Z | 2020-05-21T09:35:07.000Z | surfman/src/platform/macos/cgl/device.rs | iamralpht/surfman | 625c4ffe12c0422980424b98594942eed3b76433 | [
"Apache-2.0",
"MIT"
] | null | null | null | surfman/src/platform/macos/cgl/device.rs | iamralpht/surfman | 625c4ffe12c0422980424b98594942eed3b76433 | [
"Apache-2.0",
"MIT"
] | null | null | null | // surfman/surfman/src/platform/macos/cgl/device.rs
//
//! A handle to the device. (This is a no-op, because handles are implicit in Apple's Core OpenGL.)
use crate::GLApi;
use crate::platform::macos::system::device::{Adapter as SystemAdapter, Device as SystemDevice};
use super::connection::Connection;
pub use crate:... | 31.208333 | 99 | 0.687583 |
12b559a282821992582017ab1421eb3d7a7a056e | 680 | h | C | ios-rongimdemo/RCDCreateGroupViewController.h | guanbo123456/sealtalk-ios | c86cc683f41f8eedd7d371057df5e01f3b031634 | [
"MIT"
] | null | null | null | ios-rongimdemo/RCDCreateGroupViewController.h | guanbo123456/sealtalk-ios | c86cc683f41f8eedd7d371057df5e01f3b031634 | [
"MIT"
] | null | null | null | ios-rongimdemo/RCDCreateGroupViewController.h | guanbo123456/sealtalk-ios | c86cc683f41f8eedd7d371057df5e01f3b031634 | [
"MIT"
] | null | null | null | //
// RCDCreateGroupViewController.h
// RCloudMessage
//
// Created by Jue on 16/3/21.
// Copyright © 2016年 RongCloud. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface RCDCreateGroupViewController
: UIViewController <UITextFieldDelegate, UIActionSheetDelegate,
UIImagePickerCo... | 30.909091 | 67 | 0.739706 |
b17c37dd84ab8a18dcf8427b572899ff1b52f923 | 261 | h | C | src/test/OpenEXRTest/testDeepScanLineHuge.h | remia/openexr | 566087f13259f4429d55125d1001b2696ac2bfc3 | [
"BSD-3-Clause"
] | 587 | 2015-01-04T09:56:19.000Z | 2019-11-21T13:23:33.000Z | third_party/openexr-672c77d7c923402f549371e08b39ece4552cbb85/src/test/OpenEXRTest/testDeepScanLineHuge.h | Vertexwahn/FlatlandRT | 37d09fde38b25eff5f802200b43628efbd1e3198 | [
"Apache-2.0"
] | 360 | 2015-01-04T10:55:17.000Z | 2019-11-21T16:37:22.000Z | third_party/openexr-672c77d7c923402f549371e08b39ece4552cbb85/src/test/OpenEXRTest/testDeepScanLineHuge.h | Vertexwahn/FlatlandRT | 37d09fde38b25eff5f802200b43628efbd1e3198 | [
"Apache-2.0"
] | 297 | 2015-01-11T12:06:42.000Z | 2019-11-19T21:59:57.000Z | //
// SPDX-License-Identifier: BSD-3-Clause
// Copyright (c) Contributors to the OpenEXR Project.
//
#ifndef TESTDEEPSCANLINEHUGE_H_
#define TESTDEEPSCANLINEHUGE_H_
void testDeepScanLineHuge (const std::string& tempDir);
#endif /* TESTDEEPSCANLINEHUGE_H_ */
| 21.75 | 55 | 0.777778 |
6b6d006038c28594495fe411dc257e51fd8f578a | 2,084 | h | C | release/src-rt/linux/linux-2.6/include/video/tx3912.h | ghsecuritylab/tomato_egg | 50473a46347f4631eb4878a0f47955cc64c87293 | [
"FSFAP"
] | 278 | 2015-11-03T03:01:20.000Z | 2022-01-20T18:21:05.000Z | release/src-rt/linux/linux-2.6/include/video/tx3912.h | ghsecuritylab/tomato_egg | 50473a46347f4631eb4878a0f47955cc64c87293 | [
"FSFAP"
] | 374 | 2015-11-03T12:37:22.000Z | 2021-12-17T14:18:08.000Z | release/src-rt/linux/linux-2.6/include/video/tx3912.h | ghsecuritylab/tomato_egg | 50473a46347f4631eb4878a0f47955cc64c87293 | [
"FSFAP"
] | 96 | 2015-11-22T07:47:26.000Z | 2022-01-20T19:52:19.000Z | /*
* linux/include/video/tx3912.h
*
* Copyright (C) 2001 Steven Hill (sjhill@realitydiluted.com)
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of this archive for
* more details.
*
* Includes for TMPR3912/05 and PR31700 LCD ... | 33.079365 | 92 | 0.706334 |
85cb68d2f275c7ab63531b3fa937fa3e509ed2a7 | 1,258 | c | C | sdk/openrtos/boot/fa626/lcd_clear.c | doyaGu/C0501Q_HWJL01 | 07a71328bd9038453cbb1cf9c276a3dd1e416d63 | [
"MIT"
] | 1 | 2021-10-09T08:05:50.000Z | 2021-10-09T08:05:50.000Z | sdk/openrtos/boot/fa626/lcd_clear.c | doyaGu/C0501Q_HWJL01 | 07a71328bd9038453cbb1cf9c276a3dd1e416d63 | [
"MIT"
] | null | null | null | sdk/openrtos/boot/fa626/lcd_clear.c | doyaGu/C0501Q_HWJL01 | 07a71328bd9038453cbb1cf9c276a3dd1e416d63 | [
"MIT"
] | null | null | null | #include "ite/ith.h"
#define REMAP_ADDR 0x80000000
// _start is default function name of entry point.
void _start(void)
{
uint32_t* ptr;
uint32_t size;
uint32_t color, i;
asm volatile("mcr p15, 0, %0, c7, c14, 0" : : "r"(0)); // clean and invalidate D-Cache all
asm volatile("mcr p15, 0, %0, c7,... | 26.208333 | 125 | 0.556439 |
0cc14f945ff11b1ec78d14d582d03623e82355fd | 4,657 | py | Python | tools/multiscale_shape.py | marvin-eisenberger/hamiltonian-interpolation | d18c2f401feffc672998c5fa1d50c1de03dba902 | [
"MIT"
] | 5 | 2021-01-05T23:16:55.000Z | 2021-07-23T12:26:06.000Z | tools/multiscale_shape.py | marvin-eisenberger/hamiltonian-interpolation | d18c2f401feffc672998c5fa1d50c1de03dba902 | [
"MIT"
] | null | null | null | tools/multiscale_shape.py | marvin-eisenberger/hamiltonian-interpolation | d18c2f401feffc672998c5fa1d50c1de03dba902 | [
"MIT"
] | 1 | 2021-02-22T08:31:05.000Z | 2021-02-22T08:31:05.000Z | import torch
from shape_utils import Shape, load_shape_pair, scatter_shape_pair
from torch_geometric.nn import knn
from param import *
from arap_potential import arap_vert
def load_multiscale_shapes(folder_path, file_name, scales, offset=0.5*torch.ones([3], device=device, dtype=torch.float32)):
"""Like 'load_shap... | 33.503597 | 126 | 0.665235 |
f4c0d7ab72cde97c25b600b74d169de1c17e5b30 | 412 | asm | Assembly | libsrc/target/tvc/tvc_vmode.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | null | null | null | libsrc/target/tvc/tvc_vmode.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | libsrc/target/tvc/tvc_vmode.asm | jorgegv/z88dk | 127130cf11f9ff268ba53e308138b12d2b9be90a | [
"ClArtistic"
] | null | null | null | ; Videoton TV Computer C stub
; Sandor Vass - 2019
;
; Set video mode
;
SECTION code_clib
PUBLIC tvc_vmode
INCLUDE "target/tvc/def/tvc.def"
;
; Entry: 0, 1, 2 - 2c, 4c, 16c mode
;
.tvc_vmode
._tvc_vmode
ld hl,2
add hl,sp
ld c,(hl)
rst $30
defb VMODE ... | 15.846154 | 74 | 0.533981 |
f05bdaed59cf5073cab62db01710a16ba5ff7771 | 7,597 | py | Python | app/views.py | PaulMurrayCbr/GameNight | 838c19dda765027abbe8e12e331268b01cb859c2 | [
"Unlicense"
] | null | null | null | app/views.py | PaulMurrayCbr/GameNight | 838c19dda765027abbe8e12e331268b01cb859c2 | [
"Unlicense"
] | null | null | null | app/views.py | PaulMurrayCbr/GameNight | 838c19dda765027abbe8e12e331268b01cb859c2 | [
"Unlicense"
] | null | null | null | from app import app, db
from flask import render_template, flash, redirect, get_flashed_messages
import forms
import models
import Character
from flask.globals import request
from sqlalchemy.orm.exc import NoResultFound, MultipleResultsFound
def menugear() :
return {
'pcs': models.Character.query.all()
}
@a... | 26.939716 | 94 | 0.612874 |
1f488a30b6efb83e67fbf51683bb88e8086d81e1 | 117 | kts | Kotlin | settings.gradle.kts | shadowxiehao/repairer-gradle-plugin | 4a7ffdd9c9d91e46fbd69be4b3c88a1e909f4bf3 | [
"Apache-2.0"
] | null | null | null | settings.gradle.kts | shadowxiehao/repairer-gradle-plugin | 4a7ffdd9c9d91e46fbd69be4b3c88a1e909f4bf3 | [
"Apache-2.0"
] | null | null | null | settings.gradle.kts | shadowxiehao/repairer-gradle-plugin | 4a7ffdd9c9d91e46fbd69be4b3c88a1e909f4bf3 | [
"Apache-2.0"
] | null | null | null | rootProject.name = "rewrite-gradle-plugin"
include(
"plugin",
"rewrite-java-repairer",
"rewrite-core"
)
| 14.625 | 42 | 0.65812 |
e77eb9d72cf0e644152566f88a2486389fafdda7 | 603 | js | JavaScript | server/api/blackCards.js | AAAhdoot/tweetsagainsthumanity | f078ab8fd672641b54854596c975530dc978acca | [
"MIT"
] | null | null | null | server/api/blackCards.js | AAAhdoot/tweetsagainsthumanity | f078ab8fd672641b54854596c975530dc978acca | [
"MIT"
] | 3 | 2021-03-09T03:03:53.000Z | 2022-02-12T09:25:33.000Z | server/api/blackCards.js | arielahdoot/tweetsagainsthumanity | f078ab8fd672641b54854596c975530dc978acca | [
"MIT"
] | null | null | null | const router = require('express').Router();
const { blackCard } = require('../db/models');
module.exports = router;
router.get('/', async (req, res, next) => {
try {
const nextQ = await blackCard.findOne({
where: {
used: false
}
});
res.json(nextQ);
} catch (error) {
next(error)... | 17.735294 | 46 | 0.505804 |
70229ed216f225b419c96a6005074d9fb8abe6b5 | 4,318 | go | Go | errors.go | yunshengtw/goose | 5156cda2cead6575237dbd2337ee9f82812b593b | [
"MIT"
] | 55 | 2019-04-22T14:54:27.000Z | 2022-03-09T21:59:20.000Z | errors.go | yunshengtw/goose | 5156cda2cead6575237dbd2337ee9f82812b593b | [
"MIT"
] | 24 | 2020-05-04T22:11:38.000Z | 2022-03-28T23:44:10.000Z | errors.go | yunshengtw/goose | 5156cda2cead6575237dbd2337ee9f82812b593b | [
"MIT"
] | 7 | 2019-11-20T08:26:10.000Z | 2022-01-28T19:31:03.000Z | package goose
import (
"bytes"
"fmt"
"go/ast"
"go/printer"
"go/token"
"runtime"
"strings"
)
// errorReporter groups methods for reporting errors, documenting what kind of
// issue was encountered in a uniform way.
type errorReporter struct {
fset *token.FileSet
}
func newErrorReporter(fset *token.FileSet) er... | 27.679487 | 93 | 0.691524 |
bcaad163d80afafeef8bc3a9a45642a0783a8848 | 2,908 | js | JavaScript | modules/SeedModules.AngularUI/wwwroot/modules/factories/ngTableEventsChannel.js | fyl080801/dotnet-seed | 38be77c33029ab3ac77db876211020dae13d6142 | [
"MIT"
] | 2 | 2018-10-15T03:02:24.000Z | 2020-06-24T00:52:34.000Z | modules/SeedModules.AngularUI/wwwroot/modules/factories/ngTableEventsChannel.js | fyl080801/dotnet-seed | 38be77c33029ab3ac77db876211020dae13d6142 | [
"MIT"
] | 2 | 2020-04-05T06:51:08.000Z | 2020-07-07T20:08:35.000Z | modules/SeedModules.AngularUI/wwwroot/modules/factories/ngTableEventsChannel.js | fyl080801/dotnet-seed | 38be77c33029ab3ac77db876211020dae13d6142 | [
"MIT"
] | 3 | 2018-05-23T03:12:07.000Z | 2020-02-24T02:48:09.000Z | define(["require", "exports", "SeedModules.AngularUI/modules/module", "angular"], function (require, exports, mod, angular) {
"use strict";
exports.__esModule = true;
function ngTableEventsChannelFactory($rootScope) {
var events = {};
events = addChangeEvent('afterCreated', events);
... | 45.4375 | 125 | 0.531637 |
1a8de2aa9fb2448d6294e2ef8943335994c76d27 | 809 | kt | Kotlin | server/notification/badge/src/test/kotlin/projektor/notification/badge/CoverageLevelSpec.kt | gelicia/projektor | 593a40aaea235867f546e78aba82ea8af80edda6 | [
"MIT"
] | 33 | 2019-12-30T14:48:54.000Z | 2022-02-12T20:56:29.000Z | server/notification/badge/src/test/kotlin/projektor/notification/badge/CoverageLevelSpec.kt | gelicia/projektor | 593a40aaea235867f546e78aba82ea8af80edda6 | [
"MIT"
] | 390 | 2020-02-14T22:23:40.000Z | 2022-03-25T22:42:59.000Z | server/notification/badge/src/test/kotlin/projektor/notification/badge/CoverageLevelSpec.kt | gelicia/projektor | 593a40aaea235867f546e78aba82ea8af80edda6 | [
"MIT"
] | 9 | 2020-01-23T16:52:03.000Z | 2021-12-06T20:00:34.000Z | package projektor.notification.badge
import io.kotest.core.spec.style.StringSpec
import io.kotest.data.blocking.forAll
import io.kotest.data.row
import strikt.api.expectThat
import strikt.assertions.isEqualTo
import java.math.BigDecimal
class CoverageLevelSpec : StringSpec() {
init {
forAll(
r... | 33.708333 | 96 | 0.682324 |
584033dfeb76c4ff5a76a8bc342ffa2ca6481505 | 1,978 | h | C | trunk/win/Source/Includes/QtIncludes/src/3rdparty/webkit/WebCore/wml/WMLDoElement.h | dyzmapl/BumpTop | 1329ea41411c7368516b942d19add694af3d602f | [
"Apache-2.0"
] | 460 | 2016-01-13T12:49:34.000Z | 2022-02-20T04:10:40.000Z | trunk/win/Source/Includes/QtIncludes/src/3rdparty/webkit/WebCore/wml/WMLDoElement.h | dyzmapl/BumpTop | 1329ea41411c7368516b942d19add694af3d602f | [
"Apache-2.0"
] | 24 | 2016-11-07T04:59:49.000Z | 2022-03-14T06:34:12.000Z | trunk/win/Source/Includes/QtIncludes/src/3rdparty/webkit/WebCore/wml/WMLDoElement.h | dyzmapl/BumpTop | 1329ea41411c7368516b942d19add694af3d602f | [
"Apache-2.0"
] | 148 | 2016-01-17T03:16:43.000Z | 2022-03-17T12:20:36.000Z | /**
* Copyright (C) 2008 Torch Mobile Inc. All rights reserved. (http://www.torchmobile.com/)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the Lice... | 29.522388 | 91 | 0.705763 |
85c470f20f970b9d12ede856c4c483b62211b1a2 | 772 | js | JavaScript | rollup.config.js | fast-average-color/examples | e0473f663dec5d6c27f5c3dbfa5050cb221022df | [
"MIT"
] | 7 | 2018-07-31T07:24:58.000Z | 2022-02-25T23:28:12.000Z | rollup.config.js | fast-average-color/examples | e0473f663dec5d6c27f5c3dbfa5050cb221022df | [
"MIT"
] | null | null | null | rollup.config.js | fast-average-color/examples | e0473f663dec5d6c27f5c3dbfa5050cb221022df | [
"MIT"
] | 2 | 2019-03-13T09:56:10.000Z | 2021-08-09T16:47:30.000Z | import typescript from '@rollup/plugin-typescript';
import { nodeResolve } from '@rollup/plugin-node-resolve';
import css from 'rollup-plugin-css-only';
const createConfig = name => ({
input: `src/${name}/index.ts`,
output: [
{
file: `dist/${name}.js`,
format: 'umd',
},
... | 19.794872 | 58 | 0.534974 |
75098fa606a16e2566c353197d7498758b21c754 | 5,843 | h | C | Game/Client/CEGUI/CEGUI/include/falagard/CEGUIFalImageryComponent.h | hackerlank/SourceCode | b702c9e0a9ca5d86933f3c827abb02a18ffc9a59 | [
"MIT"
] | 4 | 2021-07-31T13:56:01.000Z | 2021-11-13T02:55:10.000Z | Game/OGRE/Dependencies/include/CEGUI/falagard/CEGUIFalImageryComponent.h | shacojx/SourceCodeGameTLBB | e3cea615b06761c2098a05427a5f41c236b71bf7 | [
"MIT"
] | null | null | null | Game/OGRE/Dependencies/include/CEGUI/falagard/CEGUIFalImageryComponent.h | shacojx/SourceCodeGameTLBB | e3cea615b06761c2098a05427a5f41c236b71bf7 | [
"MIT"
] | 7 | 2021-08-31T14:34:23.000Z | 2022-01-19T08:25:58.000Z | /************************************************************************
filename: CEGUIFalImageryComponent.h
created: Mon Jun 13 2005
author: Paul D Turner <paul@cegui.org.uk>
*************************************************************************/
/*********************************************... | 32.461111 | 158 | 0.599521 |
3ea332178c90672eead773ac2b75b106ad9a6671 | 974 | h | C | game/registers.h | alpine9000/VertScroller | c7cb45f41c5f62c61526709568b904b12b47a440 | [
"BSD-2-Clause"
] | 5 | 2017-02-02T17:53:25.000Z | 2019-05-02T23:48:53.000Z | game/registers.h | alpine9000/VertScroller | c7cb45f41c5f62c61526709568b904b12b47a440 | [
"BSD-2-Clause"
] | 3 | 2017-08-18T08:48:00.000Z | 2017-08-21T08:50:46.000Z | game/registers.h | alpine9000/VertScroller | c7cb45f41c5f62c61526709568b904b12b47a440 | [
"BSD-2-Clause"
] | 1 | 2017-08-21T06:25:21.000Z | 2017-08-21T06:25:21.000Z | #ifndef __REGISTERS_H
#define __REGISTERS_H
#define BPL1PTH 0x00E0
#define BPL1PTL 0x00E2
#define BPL2PTH 0x00E4
#define BPL2PTL 0x00E6
#define BPL3PTH 0x00E8
#define BPL3PTL 0x00EA
#define BPL4PTH 0x00EC
#define BPL4PTL 0x00EE
#define BPL5PTH 0x00F0
#define BPL5PTL 0x00F2
#define BPL6PTH 0x00F4
#define BPL6PTL 0x00F6... | 19.098039 | 22 | 0.803901 |
e7621a65da5e94bd914b002672f66c1672ce9943 | 614 | js | JavaScript | public/js/controllers/text-pagination.js | bilenskaya/bilenskaya | 282663ca924d75178dd9e141fbe0dc2f8f2c3dd4 | [
"Unlicense",
"MIT"
] | null | null | null | public/js/controllers/text-pagination.js | bilenskaya/bilenskaya | 282663ca924d75178dd9e141fbe0dc2f8f2c3dd4 | [
"Unlicense",
"MIT"
] | null | null | null | public/js/controllers/text-pagination.js | bilenskaya/bilenskaya | 282663ca924d75178dd9e141fbe0dc2f8f2c3dd4 | [
"Unlicense",
"MIT"
] | null | null | null | var TextPaginationController = ['$scope',
'$http', 'myContentService', function($scope, $http, myContentService) {
$scope.successContent = false;
$scope.getBookFn = function () {
console.log ('jhgg')
return $http.get('/articles/52ca8255a592e6ac26000004')
... | 19.806452 | 78 | 0.501629 |
7396c9db72149a985a07a43ee166e4642753f405 | 8,015 | rs | Rust | ceres-core/src/audio.rs | remind-me-later/Ceres | 5543825c12e83414b0cf41b8fd4c5c0be2dce090 | [
"MIT"
] | null | null | null | ceres-core/src/audio.rs | remind-me-later/Ceres | 5543825c12e83414b0cf41b8fd4c5c0be2dce090 | [
"MIT"
] | 1 | 2022-03-30T17:17:45.000Z | 2022-03-30T17:17:45.000Z | ceres-core/src/audio.rs | remind-me-later/Ceres | 5543825c12e83414b0cf41b8fd4c5c0be2dce090 | [
"MIT"
] | null | null | null | pub use audio_callbacks::AudioCallbacks;
use {
self::{
channels::Channels,
control::{Control, TriggerReset},
high_pass_filter::HighPassFilter,
sequencer::Sequencer,
},
alloc::rc::Rc,
core::cell::RefCell,
};
mod audio_callbacks;
mod channels;
mod control;
mod high_pass_fi... | 24.435976 | 86 | 0.555209 |
b2d17e05c973d4afec2889fae68a1be4d13ef5c7 | 2,440 | py | Python | src/lib/template.py | emil-jacero/powerdns-auth-docker | 922f08d6c2182cd8497fc869e42a6218ecc1b105 | [
"MIT"
] | null | null | null | src/lib/template.py | emil-jacero/powerdns-auth-docker | 922f08d6c2182cd8497fc869e42a6218ecc1b105 | [
"MIT"
] | 2 | 2021-05-08T13:30:42.000Z | 2022-02-06T22:28:54.000Z | src/lib/template.py | emil-jacero/powerdns-auth-docker | 922f08d6c2182cd8497fc869e42a6218ecc1b105 | [
"MIT"
] | null | null | null | import os
import jinja2
import logging
from lib.config import Config
class Template:
def __init__(self, env_search_term="ENV"):
self.log_name = f'{Config.logger_name}.{self.__class__.__name__}'
self.log = logging.getLogger(self.log_name)
self.path = None
self.name = None
s... | 38.730159 | 109 | 0.607787 |
e73fffbbf34519bd85db2a58a307b41246e8a610 | 1,101 | js | JavaScript | src/0648.replace-words.648/0648.replace-words.648.js | jiangshanmeta/meta | 8f9d084cda91988d42208ac7a029612e9edc693b | [
"MIT"
] | 221 | 2018-10-26T07:05:12.000Z | 2022-03-30T03:23:10.000Z | src/0648.replace-words.648/0648.replace-words.648.js | ralap18/meta | 82d660a6eabb15e398a7dcc2a0fa99342143bb12 | [
"MIT"
] | 23 | 2018-09-24T14:50:58.000Z | 2020-09-17T14:23:45.000Z | src/0648.replace-words.648/0648.replace-words.648.js | ralap18/meta | 82d660a6eabb15e398a7dcc2a0fa99342143bb12 | [
"MIT"
] | 45 | 2019-03-29T03:36:19.000Z | 2022-03-25T20:57:13.000Z | /**
* @param {string[]} dict
* @param {string} sentence
* @return {string}
*/
// 前缀树
function findRoot (trie, string) {
const list = [];
for (let i = 0; i < string.length; i++) {
if (!trie) {
break;
}
list.push(string[i]);
trie = trie[string[i]];
}
return... | 26.214286 | 65 | 0.482289 |
20389260479fc631fb1786c03fbbdc49b029204e | 234 | css | CSS | public/material/css/pages/blog.css | halim880/eims | 5f2d131d85307ac32a0329b84c98e0c525eea703 | [
"MIT"
] | null | null | null | public/material/css/pages/blog.css | halim880/eims | 5f2d131d85307ac32a0329b84c98e0c525eea703 | [
"MIT"
] | null | null | null | public/material/css/pages/blog.css | halim880/eims | 5f2d131d85307ac32a0329b84c98e0c525eea703 | [
"MIT"
] | null | null | null | .EventContainer{
height: auto;
width: 80vw;
display: flex;
flex-wrap: wrap;
position: absolute;
top: 100px;
}
.EventCards{
height: auto;
display: flex;
justify-content: start;
flex-wrap: wrap;
} | 16.714286 | 27 | 0.606838 |
0e53cea4f75b2a2ab7d292e55eae0798923e3836 | 4,434 | html | HTML | src/pacing/pacing.html | Equinurmae/plotter | b22517549b767b06baadf78d82a30cea1d0f3102 | [
"MIT"
] | null | null | null | src/pacing/pacing.html | Equinurmae/plotter | b22517549b767b06baadf78d82a30cea1d0f3102 | [
"MIT"
] | null | null | null | src/pacing/pacing.html | Equinurmae/plotter | b22517549b767b06baadf78d82a30cea1d0f3102 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Plotter</title>
<!-- Office JavaScript API -->
<script type="text/javascript" src="https://appsforoffice.mi... | 39.589286 | 180 | 0.592016 |
e13b69e8c96f531868c10e1dd1d5024922ee8af3 | 2,602 | sql | SQL | gpff-sql/procedures/cuentas/procUpdateCuentas.sql | jestevez/portfolio-trusts-funds | 0ec2e8431587209f7b59b55b3692ec24a84a8b78 | [
"Apache-2.0"
] | 1 | 2019-07-02T10:01:31.000Z | 2019-07-02T10:01:31.000Z | gpff-sql/procedures/cuentas/procUpdateCuentas.sql | jestevez/portfolio-trusts-funds | 0ec2e8431587209f7b59b55b3692ec24a84a8b78 | [
"Apache-2.0"
] | null | null | null | gpff-sql/procedures/cuentas/procUpdateCuentas.sql | jestevez/portfolio-trusts-funds | 0ec2e8431587209f7b59b55b3692ec24a84a8b78 | [
"Apache-2.0"
] | 1 | 2021-04-21T18:52:59.000Z | 2021-04-21T18:52:59.000Z | -- DROP PROCEDURE GPSQLWEB.procUpdateCuentas
CREATE PROCEDURE GPSQLWEB.procUpdateCuentas
(
IN P_CTCCLI DECIMAL(7 , 0),
IN P_CTCCTA VARCHAR(20),
IN P_CTCEMP VARCHAR(2),
IN P_CTCDEL VARCHAR(2),
IN P_CTCTIP VARCHAR(1),
IN P_CTCAGE DECIMAL(7 , 0),
IN P_CTCSAL NUMERIC(14 , 2),
IN P_CTCDIV DECIMAL(3 , 0),
IN P_CTCAUX VA... | 37.710145 | 427 | 0.69485 |
7a97019e955f84d6270a6a63776af848923fd024 | 2,666 | rs | Rust | engine/src/math/vector4.rs | monadgroup/re19 | 80989ebf8ae2a3e203a443e583a7f359f0114333 | [
"Apache-2.0"
] | 47 | 2021-10-04T13:51:31.000Z | 2022-03-27T17:23:50.000Z | engine/src/math/vector4.rs | monadgroup/re19 | 80989ebf8ae2a3e203a443e583a7f359f0114333 | [
"Apache-2.0"
] | null | null | null | engine/src/math/vector4.rs | monadgroup/re19 | 80989ebf8ae2a3e203a443e583a7f359f0114333 | [
"Apache-2.0"
] | null | null | null | use super::{Float, Vector3};
use core::ops;
#[derive(Clone, Copy, PartialEq, PartialOrd, Default, Debug)]
#[repr(C)]
pub struct Vector4 {
pub x: f32,
pub y: f32,
pub z: f32,
pub w: f32,
}
impl Vector4 {
pub fn with_x(self, x: f32) -> Self {
Vector4 { x, ..self }
}
pub fn with_y(se... | 19.895522 | 81 | 0.445236 |
df84bcbd3a0065a3d20fd50c9fb4e0b8b23710eb | 193 | swift | Swift | Sources/AccountSDKIOSWeb/Lib/Logging.swift | mbanasiewicz/account-sdk-ios-web | 85ca5c77d243097b461cd5f67b1715f565b5165b | [
"MIT"
] | 1 | 2021-10-04T14:08:41.000Z | 2021-10-04T14:08:41.000Z | Sources/AccountSDKIOSWeb/Lib/Logging.swift | mbanasiewicz/account-sdk-ios-web | 85ca5c77d243097b461cd5f67b1715f565b5165b | [
"MIT"
] | 3 | 2021-09-28T12:37:42.000Z | 2021-10-11T12:05:23.000Z | Sources/AccountSDKIOSWeb/Lib/Logging.swift | mbanasiewicz/account-sdk-ios-web | 85ca5c77d243097b461cd5f67b1715f565b5165b | [
"MIT"
] | null | null | null | import Foundation
import Logging
public enum SchibstedAccountLogger {
/// Common logging instance used by the SDK
public static var instance = Logger(label: "com.schibsted.account")
}
| 24.125 | 71 | 0.761658 |
06f7a61fb9baf2446e25ad24f618548502216889 | 154 | kt | Kotlin | idea/testData/intentions/replaceExplicitFunctionLiteralParamWithIt/notApplicable_overloadResolutionAmbiguity2.kt | tgeng/intellij-kotlin | 074f16db036cbdc3dc3e082841c1573b2da74f2d | [
"ECL-2.0",
"Apache-2.0"
] | 337 | 2020-05-14T00:40:10.000Z | 2022-02-16T23:39:07.000Z | idea/testData/intentions/replaceExplicitFunctionLiteralParamWithIt/notApplicable_overloadResolutionAmbiguity2.kt | Seantheprogrammer93/kotlin | f7aabf03f89bdd39d9847572cf9e0051ea42c247 | [
"ECL-2.0",
"Apache-2.0"
] | 92 | 2020-06-10T23:17:42.000Z | 2020-09-25T10:50:13.000Z | idea/testData/intentions/replaceExplicitFunctionLiteralParamWithIt/notApplicable_overloadResolutionAmbiguity2.kt | Seantheprogrammer93/kotlin | f7aabf03f89bdd39d9847572cf9e0051ea42c247 | [
"ECL-2.0",
"Apache-2.0"
] | 44 | 2020-05-17T10:11:11.000Z | 2022-03-11T02:37:20.000Z | // IS_APPLICABLE: false
fun test() {
C().foo { <caret>i -> i + 1 }
}
class C {
fun foo(f: (Int) -> Int) {}
fun foo(f: (Int, Int) -> Int) {}
} | 17.111111 | 36 | 0.467532 |
7541b62a34467e2119df5125dde81063db36ce24 | 2,467 | rs | Rust | core/src/eval/arithmetic.rs | contractshark/rust-cevm | 35cdefb760d41197ccfadc8c446343f20eba9080 | [
"Apache-2.0"
] | 47 | 2020-08-01T19:50:19.000Z | 2022-03-29T16:23:40.000Z | core/src/eval/arithmetic.rs | gakonst/rust-cevm | 35cdefb760d41197ccfadc8c446343f20eba9080 | [
"Apache-2.0"
] | null | null | null | core/src/eval/arithmetic.rs | gakonst/rust-cevm | 35cdefb760d41197ccfadc8c446343f20eba9080 | [
"Apache-2.0"
] | 4 | 2020-12-30T06:43:30.000Z | 2021-09-08T11:41:14.000Z | use crate::utils::I256;
use core::convert::TryInto;
use core::ops::Rem;
use primitive_types::{U256, U512};
pub fn div(op1: U256, op2: U256) -> U256 {
if op2 == U256::zero() {
U256::zero()
} else {
op1 / op2
}
}
pub fn sdiv(op1: U256, op2: U256) -> U256 {
let op1: I256 = op1.into();
... | 23.495238 | 87 | 0.478719 |
7443522f406b4e93d0c916cb482aaf5e3617b074 | 1,370 | rs | Rust | engine/crates/game_tiles/src/render/entity.rs | TehPers/WasmGame | 54eaee14b1ce69425fb1d01a29472b96609fbb99 | [
"MIT"
] | 1 | 2021-05-03T04:32:43.000Z | 2021-05-03T04:32:43.000Z | engine/crates/game_tiles/src/render/entity.rs | TehPers/WasmGame | 54eaee14b1ce69425fb1d01a29472b96609fbb99 | [
"MIT"
] | null | null | null | engine/crates/game_tiles/src/render/entity.rs | TehPers/WasmGame | 54eaee14b1ce69425fb1d01a29472b96609fbb99 | [
"MIT"
] | null | null | null | use crate::{
render::{
pipeline::{REGION_MESH_HANDLE, REGION_PIPELINE_HANDLE, REGION_TEXTURE_ATLAS_HANDLE},
RegionData,
},
RegionWorldPosition,
};
use game_lib::bevy::{
ecs as bevy_ecs,
prelude::*,
render::{pipeline::RenderPipeline, render_graph::base::MainPass},
};
#[derive(Clo... | 29.782609 | 92 | 0.636496 |
9a36bedcd15f83bb3b7d4436f641c5160caa3870 | 555 | css | CSS | src/Assets/css/fonts.css | Izsiebelle/virtual-hackathon | ec9edbdb987fba7156eb30a4c2da43a95b60b3cd | [
"MIT"
] | 2 | 2020-04-30T03:57:03.000Z | 2020-04-30T16:55:57.000Z | src/Assets/css/fonts.css | Izsiebelle/virtual-hackathon | ec9edbdb987fba7156eb30a4c2da43a95b60b3cd | [
"MIT"
] | null | null | null | src/Assets/css/fonts.css | Izsiebelle/virtual-hackathon | ec9edbdb987fba7156eb30a4c2da43a95b60b3cd | [
"MIT"
] | null | null | null | /* @font-face */
@font-face {
font-family: "Athene";
src: url(../fonts/Athene.otf);
}
@font-face {
font-family: "KGAllofMe";
src: url(../fonts/KGAllofMe.ttf);
}
@font-face {
font-family: "KGBeneath";
src: url(../fonts/KGBeneathYourBeautiful.ttf);
}
@font-face {
font-family: "KGBeneathBol... | 17.903226 | 55 | 0.616216 |
e5907f4be00c10d8e7211fd7d9eb519fba7c718f | 685 | kt | Kotlin | models/src/main/java/com/tink/model/misc/ExactNumber.kt | mohan88/tink-core-android | 0a541a3bae9030fca6adc03e10ebac7ab623e4eb | [
"MIT"
] | null | null | null | models/src/main/java/com/tink/model/misc/ExactNumber.kt | mohan88/tink-core-android | 0a541a3bae9030fca6adc03e10ebac7ab623e4eb | [
"MIT"
] | 4 | 2022-01-19T11:03:51.000Z | 2022-03-31T12:15:55.000Z | models/src/main/java/com/tink/model/misc/ExactNumber.kt | mohan88/tink-core-android | 0a541a3bae9030fca6adc03e10ebac7ab623e4eb | [
"MIT"
] | 4 | 2020-03-20T08:59:18.000Z | 2021-11-01T08:40:39.000Z | package com.tink.model.misc
import android.os.Parcelable
import kotlinx.android.parcel.Parcelize
import java.math.BigDecimal
@Parcelize
data class ExactNumber(
val unscaledValue: Long,
val scale: Long
) : Comparable<ExactNumber>, Parcelable {
constructor(double: Double) : this(BigDecimal.valueOf(double))... | 29.782609 | 100 | 0.728467 |
f032f5682ff854fa0ff473b57318dabded843709 | 1,823 | js | JavaScript | shared/reducers/states/health-controls-state.js | Proyecto-de-Software/2017_grupo74 | ffccd1ea1e9a3e084151014417df5e83bc1fb7e0 | [
"MIT"
] | 1 | 2018-07-15T22:51:34.000Z | 2018-07-15T22:51:34.000Z | shared/reducers/states/health-controls-state.js | hnrg/hnrg | ffccd1ea1e9a3e084151014417df5e83bc1fb7e0 | [
"MIT"
] | 6 | 2020-07-17T18:52:14.000Z | 2022-02-12T17:05:32.000Z | shared/reducers/states/health-controls-state.js | Proyecto-de-Software/2017_grupo74 | ffccd1ea1e9a3e084151014417df5e83bc1fb7e0 | [
"MIT"
] | 1 | 2018-07-15T22:51:37.000Z | 2018-07-15T22:51:37.000Z | export default {
originalHealthControl: {
id: '',
date: '',
weight: null,
pc: null,
ppc: null,
height: null,
completeVaccines: null,
vaccinesObservations: '',
accordingMaturationContext: null,
maturationObservations: '',
commonPhysicalExamination: null,
physicalExaminat... | 25.676056 | 51 | 0.683489 |
d094590557e0f0c2af1d8025ae78deeaacdc744c | 2,747 | sql | SQL | CreateWithAdrTest.sql | skreebydba/AdrDemo | 0723b3ae068e7b7d55ff41b25f5b176c0dcb1d4f | [
"MIT"
] | null | null | null | CreateWithAdrTest.sql | skreebydba/AdrDemo | 0723b3ae068e7b7d55ff41b25f5b176c0dcb1d4f | [
"MIT"
] | null | null | null | CreateWithAdrTest.sql | skreebydba/AdrDemo | 0723b3ae068e7b7d55ff41b25f5b176c0dcb1d4f | [
"MIT"
] | null | null | null | CREATE DATABASE [WithAdrTest]
CONTAINMENT = NONE
ON PRIMARY
( NAME = N'WithAdrTest', FILENAME = N'F:\data\WithAdrTest.mdf' , SIZE = 8388608KB , FILEGROWTH = 1048576KB )
LOG ON
( NAME = N'WithAdrTest_log', FILENAME = N'G:\log\WithAdrTest_log.ldf' , SIZE = 8388608KB , FILEGROWTH = 1048576KB )
GO
ALTER DATABASE [Wit... | 32.702381 | 152 | 0.815799 |
325229fbeb1e887370c75401891d6794521fb2cd | 360 | asm | Assembly | oeis/004/A004517.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/004/A004517.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/004/A004517.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A004517: Generalized nim sum n + n in base 7.
; Submitted by Jamie Morken(s3)
; 0,2,4,6,1,3,5,14,16,18,20,15,17,19,28,30,32,34,29,31,33,42,44,46,48,43,45,47,7,9,11,13,8,10,12,21,23,25,27,22,24,26,35,37,39,41,36,38,40,98,100,102,104,99,101,103,112
mov $3,1
lpb $0
mov $2,$0
div $0,7
mul $2,9
mod $2,7
mul $2,... | 22.5 | 168 | 0.608333 |
ddfcbbeff18a3b53e3ac3e0f8ca25ea773cfad69 | 49,850 | go | Go | codegen/go/xr/63x/cisco_ios_xr_ipv4_bgp_oper/bgp/instances/instance/instance_active/vrfs/vrf/update_inbound_error_neighbors/update_inbound_error_neighbor/bgp_upderr_nbr_bag.pb.go | cisco-ie/cisco-proto | 9cc3967cb1cabbb3e9f92f2c46ed96edf8a0a78b | [
"Apache-2.0"
] | 6 | 2019-06-06T04:30:27.000Z | 2021-02-21T22:41:00.000Z | codegen/go/xr/63x/cisco_ios_xr_ipv4_bgp_oper/bgp/instances/instance/instance_active/vrfs/vrf/update_inbound_error_neighbors/update_inbound_error_neighbor/bgp_upderr_nbr_bag.pb.go | cisco-ie/cisco-proto | 9cc3967cb1cabbb3e9f92f2c46ed96edf8a0a78b | [
"Apache-2.0"
] | 3 | 2019-04-01T23:07:32.000Z | 2019-06-04T13:42:52.000Z | codegen/go/xr/64x/cisco_ios_xr_ipv4_bgp_oper/bgp/instances/instance/instance_active/vrfs/vrf/update_inbound_error_neighbors/update_inbound_error_neighbor/bgp_upderr_nbr_bag.pb.go | cisco-ie/cisco-proto | 9cc3967cb1cabbb3e9f92f2c46ed96edf8a0a78b | [
"Apache-2.0"
] | 1 | 2020-02-28T21:16:30.000Z | 2020-02-28T21:16:30.000Z | /*
Copyright 2019 Cisco Systems
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
d... | 44.869487 | 253 | 0.74004 |
7f1887ad8207d20aadee5914b8aa3df9a823555d | 5,156 | go | Go | request/queue.go | KillianMeersman/wander | e8fab5fd01aad4be4cf835a6c6447e2491a51bc1 | [
"MIT"
] | null | null | null | request/queue.go | KillianMeersman/wander | e8fab5fd01aad4be4cf835a6c6447e2491a51bc1 | [
"MIT"
] | null | null | null | request/queue.go | KillianMeersman/wander | e8fab5fd01aad4be4cf835a6c6447e2491a51bc1 | [
"MIT"
] | null | null | null | package request
import (
"fmt"
"io"
"sync"
)
type QueueResult struct {
Error error
Request *Request
}
// Queue is a prioritized FIFO queue for requests
type Queue interface {
io.Closer
// Enqueue adds the request to the queue, returns an error if no more space is available.
Enqueue(req *Request, priority i... | 21.663866 | 100 | 0.662917 |
f0339846cad63a7692947f289af6990dc4271899 | 3,987 | py | Python | easyp2p/p2p_signals.py | Ceystyle/easyp2p | 99c32e3ec0ff5a34733f157dd1b53d1aa9bc9edc | [
"MIT"
] | 4 | 2019-07-18T10:58:28.000Z | 2021-11-18T16:57:45.000Z | easyp2p/p2p_signals.py | Ceystyle/easyp2p | 99c32e3ec0ff5a34733f157dd1b53d1aa9bc9edc | [
"MIT"
] | 1 | 2019-07-05T09:21:47.000Z | 2019-07-05T09:21:47.000Z | easyp2p/p2p_signals.py | Ceystyle/easyp2p | 99c32e3ec0ff5a34733f157dd1b53d1aa9bc9edc | [
"MIT"
] | 2 | 2019-07-05T08:56:34.000Z | 2020-06-09T10:03:42.000Z | # -*- coding: utf-8 -*-
# Copyright (c) 2018-2020 Niko Sandschneider
"""Module implementing Signals for communicating with the GUI."""
from functools import wraps
import logging
from PyQt5.QtCore import QObject, pyqtSignal
class Signals(QObject):
"""Class for signal communication between worker classes and G... | 34.37069 | 75 | 0.605719 |
3efbaa01a424a3e48ed89d7dc46d3bc5531c49eb | 3,653 | c | C | src/mpi/datatype/type_create_resized.c | grondo/mvapich2-cce | ec084d8e07db1cf2ac1352ee4c604ae7dbae55cb | [
"Intel",
"mpich2",
"Unlicense"
] | 1 | 2021-11-11T15:42:30.000Z | 2021-11-11T15:42:30.000Z | src/mpi/datatype/type_create_resized.c | grondo/mvapich2-cce | ec084d8e07db1cf2ac1352ee4c604ae7dbae55cb | [
"Intel",
"mpich2",
"Unlicense"
] | null | null | null | src/mpi/datatype/type_create_resized.c | grondo/mvapich2-cce | ec084d8e07db1cf2ac1352ee4c604ae7dbae55cb | [
"Intel",
"mpich2",
"Unlicense"
] | null | null | null | /* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
/* -- Begin Profiling Symbol Block for routine MPI_Type_create_resized */
#if defined(HAVE_PRAGMA_WEAK)
#pragma weak MPI_Type_create_resized = PMPI_Type_c... | 27.466165 | 99 | 0.690391 |
85b1be9ac16af6e47328e09dbd7233f8f676a166 | 530 | h | C | KPSDK/KPAlbum.h | vc7/KPSDK | 3809dd217da08fe9948fec07cd09478aff47ce6b | [
"MIT"
] | null | null | null | KPSDK/KPAlbum.h | vc7/KPSDK | 3809dd217da08fe9948fec07cd09478aff47ce6b | [
"MIT"
] | null | null | null | KPSDK/KPAlbum.h | vc7/KPSDK | 3809dd217da08fe9948fec07cd09478aff47ce6b | [
"MIT"
] | null | null | null | //
// KPAlbum.h
// KPSDK
//
// Created by vincent on 2014/08/23.
// Copyright (c) 2014 Vincent Chen. All rights reserved.
//
#import "KPObject.h"
@interface KPAlbum : KPObject
@property (nonatomic, strong) NSString *title;
@property (nonatomic, strong) NSString *description;
@property (nonatomic, strong) NSStrin... | 22.083333 | 57 | 0.737736 |
1fc7e0cfcf07610a1bd46ae8c6483685a7fe5e74 | 59 | css | CSS | slides/main.css | somewhatabstract/codemash-nodebots-docs | 3cc46cd8711c34381dcb8b51b1a40e154f414e36 | [
"MIT"
] | null | null | null | slides/main.css | somewhatabstract/codemash-nodebots-docs | 3cc46cd8711c34381dcb8b51b1a40e154f414e36 | [
"MIT"
] | null | null | null | slides/main.css | somewhatabstract/codemash-nodebots-docs | 3cc46cd8711c34381dcb8b51b1a40e154f414e36 | [
"MIT"
] | null | null | null | .reveal section img {
border: 0px;
box-shadow: initial;
} | 14.75 | 21 | 0.694915 |
7f83aa24a85ed42ab784fee045b5c6f463033c3f | 1,587 | go | Go | cloud/google/releases.go | datacol-io/datacol | 99baf52b8352b4af9320ca62f3748792fdb541b3 | [
"Apache-2.0"
] | 93 | 2017-05-23T09:38:19.000Z | 2021-08-28T13:32:32.000Z | cloud/google/releases.go | datacol-io/datacol | 99baf52b8352b4af9320ca62f3748792fdb541b3 | [
"Apache-2.0"
] | 30 | 2017-05-18T06:55:57.000Z | 2018-01-05T12:43:41.000Z | cloud/google/releases.go | datacol-io/datacol | 99baf52b8352b4af9320ca62f3748792fdb541b3 | [
"Apache-2.0"
] | 4 | 2017-06-24T17:13:27.000Z | 2019-10-30T10:21:34.000Z | package google
import (
"context"
"fmt"
"cloud.google.com/go/datastore"
log "github.com/Sirupsen/logrus"
pb "github.com/datacol-io/datacol/api/models"
"github.com/datacol-io/datacol/cloud"
"github.com/datacol-io/datacol/common"
)
func (g *GCPCloud) ReleaseList(app string, limit int64) (pb.Releases, error) {
... | 22.671429 | 94 | 0.661626 |
168a5722226de77e4950fd17d9216ce548bd0ba4 | 3,911 | h | C | common/util/gpio.h | sthaid/proj_robot2 | 461b5c61c9f973a1904dad5e2f9edf1b5f3e4aca | [
"MIT"
] | null | null | null | common/util/gpio.h | sthaid/proj_robot2 | 461b5c61c9f973a1904dad5e2f9edf1b5f3e4aca | [
"MIT"
] | null | null | null | common/util/gpio.h | sthaid/proj_robot2 | 461b5c61c9f973a1904dad5e2f9edf1b5f3e4aca | [
"MIT"
] | null | null | null | #ifndef __GPIO_H__
#define __GPIO_H__
#ifdef __cplusplus
extern "C" {
#endif
// This code is for bcm2711.
//
// Reference https://datasheets.raspberrypi.org/bcm2711/bcm2711-peripherals.pdf
#ifndef __KERNEL__
#include <unistd.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <misc.h>
#else
#include <linux/module.h... | 21.026882 | 79 | 0.571976 |
3d17913a533a2eb668e30a3d0df59cf072f65f83 | 1,137 | go | Go | configuration/read.go | bitmark-inc/bitmark-mgmt | 0c09a0219e9764c8cb0dcf925e0599c45499f5fb | [
"0BSD"
] | 1 | 2017-04-26T14:37:28.000Z | 2017-04-26T14:37:28.000Z | configuration/read.go | bitmark-inc/bitmark-mgmt | 0c09a0219e9764c8cb0dcf925e0599c45499f5fb | [
"0BSD"
] | null | null | null | configuration/read.go | bitmark-inc/bitmark-mgmt | 0c09a0219e9764c8cb0dcf925e0599c45499f5fb | [
"0BSD"
] | 1 | 2017-04-13T10:54:18.000Z | 2017-04-13T10:54:18.000Z | // Copyright (c) 2014-2016 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package configuration
import (
"github.com/bitmark-inc/bitmark-webgui/fault"
libucl "github.com/bitmark-inc/go-libucl"
"reflect"
)
// read a configuration file and parse using... | 23.6875 | 79 | 0.710642 |
543adee48ada8a7c9579b639618dccf55f2da150 | 394 | go | Go | errors.go | solarknight/simple_go | 8df9deb39f3b37cdca95fa9afbb6014703c1c2c6 | [
"Apache-2.0"
] | null | null | null | errors.go | solarknight/simple_go | 8df9deb39f3b37cdca95fa9afbb6014703c1c2c6 | [
"Apache-2.0"
] | null | null | null | errors.go | solarknight/simple_go | 8df9deb39f3b37cdca95fa9afbb6014703c1c2c6 | [
"Apache-2.0"
] | null | null | null | package main
import "fmt"
func tryError() {
var ret int
var err error
if ret, err = printNumber(-3); err != nil {
fmt.Printf("Error: %s\n", err)
}
fmt.Println(ret)
}
func printNumber(a int) (int, error) {
if a < 0 {
// return a, errors.New("no negative number")
return a, fmt.Errorf("negative number %d no... | 17.909091 | 60 | 0.642132 |
7d9c1dd1834cf8607d1e2ae69656dc3bc9b9348d | 30,519 | html | HTML | build/html/2.transport/rtp_header_extension.html | walterfan/webrtc_note | d452088841dd75eaf0decbee6a0a04c3e016926e | [
"CC0-1.0"
] | null | null | null | build/html/2.transport/rtp_header_extension.html | walterfan/webrtc_note | d452088841dd75eaf0decbee6a0a04c3e016926e | [
"CC0-1.0"
] | null | null | null | build/html/2.transport/rtp_header_extension.html | walterfan/webrtc_note | d452088841dd75eaf0decbee6a0a04c3e016926e | [
"CC0-1.0"
] | null | null | null | <!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WebRTC RTP Header extension — webrtc_tutorial 1 documen... | 88.718023 | 915 | 0.633147 |
f07d5a1507c3500c176bf31abf1440a8cb4f1502 | 10,942 | js | JavaScript | appengine/src/greenday_public/static-dev/js/resources/onesearch.resource.js | meedan/montage | 4da0116931edc9af91f226876330645837dc9bcc | [
"Apache-2.0"
] | 6 | 2018-07-31T16:48:07.000Z | 2020-02-01T03:17:51.000Z | appengine/src/greenday_public/static-dev/js/resources/onesearch.resource.js | meedan/montage | 4da0116931edc9af91f226876330645837dc9bcc | [
"Apache-2.0"
] | 41 | 2018-08-07T16:43:07.000Z | 2020-06-05T18:54:50.000Z | appengine/src/greenday_public/static-dev/js/resources/onesearch.resource.js | meedan/montage | 4da0116931edc9af91f226876330645837dc9bcc | [
"Apache-2.0"
] | 1 | 2018-08-07T16:40:18.000Z | 2018-08-07T16:40:18.000Z | (function () {
angular
.module('app.resources')
.factory('OneSearchModel', OneSearchModel)
.factory('OneSearchVideoModel', OneSearchVideoModel)
.factory('OneSearchService', OneSearchService);
/** @ngInject */
function OneSearchModel(DS) {
var oneSearchModel = DS.defineResource({
name: 'one-search',
... | 26.687805 | 133 | 0.640559 |
bbccd403aaec1aaa20453ec6b74371a47028d348 | 7,616 | rs | Rust | xmpp-parsers/src/bookmarks2.rs | Tellyo/gst-meet | 1bd9b052ddf6917aff910a32d3f9ef60056188de | [
"Apache-2.0",
"MIT"
] | 24 | 2021-08-13T12:59:55.000Z | 2022-03-08T14:55:02.000Z | xmpp-parsers/src/bookmarks2.rs | Tellyo/gst-meet | 1bd9b052ddf6917aff910a32d3f9ef60056188de | [
"Apache-2.0",
"MIT"
] | 24 | 2021-09-26T21:16:55.000Z | 2022-03-29T06:04:40.000Z | xmpp-parsers/src/bookmarks2.rs | Tellyo/gst-meet | 1bd9b052ddf6917aff910a32d3f9ef60056188de | [
"Apache-2.0",
"MIT"
] | 4 | 2021-08-14T19:42:16.000Z | 2022-02-15T08:19:49.000Z | // Copyright (c) 2019 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
use crate::ns;
use crate::util::error::Error;
us... | 37.70297 | 375 | 0.576812 |
7fe5ec403c73b437bf24226401dc3a50c4a3ff80 | 5,357 | sql | SQL | webserver/app-moe/sql/Archive/3.7.x/3.7.2/POCOR-3451/commit.sql | tharangar/k8s-webserver | c0701842c711b93c2a65214adbbeb0de02f1e81a | [
"Apache-2.0"
] | 1 | 2019-04-23T19:05:24.000Z | 2019-04-23T19:05:24.000Z | webserver/app-moe/sql/Archive/3.7.x/3.7.2/POCOR-3451/commit.sql | tharangar/k8s-webserver | c0701842c711b93c2a65214adbbeb0de02f1e81a | [
"Apache-2.0"
] | null | null | null | webserver/app-moe/sql/Archive/3.7.x/3.7.2/POCOR-3451/commit.sql | tharangar/k8s-webserver | c0701842c711b93c2a65214adbbeb0de02f1e81a | [
"Apache-2.0"
] | null | null | null | -- db_patches
INSERT INTO `db_patches` (`issue`, `created`) VALUES('POCOR-3451', NOW());
-- backup field_options tables
RENAME TABLE `field_options` TO `z_3451_field_options`;
RENAME TABLE `field_option_values` TO `z_3451_field_option_values`;
-- institution_visit_requests
DROP TABLE IF EXISTS `institution_visit_requ... | 54.111111 | 235 | 0.720366 |
50d3275a60f8b8a6db8add3e601015da441b29cb | 6,843 | go | Go | controller/model/enrollment_handler.go | netfoundry/ziti-edge | 991ee8e2d0cf28a9e971989dfea5b841c84b0901 | [
"Apache-2.0"
] | 7 | 2019-12-03T18:53:35.000Z | 2020-05-18T18:01:27.000Z | controller/model/enrollment_handler.go | netfoundry/ziti-edge | 991ee8e2d0cf28a9e971989dfea5b841c84b0901 | [
"Apache-2.0"
] | 84 | 2019-12-03T18:51:21.000Z | 2020-05-25T09:02:59.000Z | controller/model/enrollment_handler.go | netfoundry/ziti-edge | 991ee8e2d0cf28a9e971989dfea5b841c84b0901 | [
"Apache-2.0"
] | 2 | 2019-12-05T23:09:07.000Z | 2019-12-13T00:42:31.000Z | /*
Copyright NetFoundry, 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
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
... | 26.730469 | 133 | 0.726144 |
3300e6cf675f4b79e58bd1692aff8eee2b9eee77 | 124 | py | Python | math/PowerModPower.py | silvioedu/HackerRank-Python-Practice | e31ebe49d431c0a23fed0cd67a6984e2b0b7a260 | [
"MIT"
] | null | null | null | math/PowerModPower.py | silvioedu/HackerRank-Python-Practice | e31ebe49d431c0a23fed0cd67a6984e2b0b7a260 | [
"MIT"
] | null | null | null | math/PowerModPower.py | silvioedu/HackerRank-Python-Practice | e31ebe49d431c0a23fed0cd67a6984e2b0b7a260 | [
"MIT"
] | null | null | null | if __name__ == '__main__':
a, b, m = int(input()),int(input()),int(input())
print(pow(a,b))
print(pow(a,b,m)) | 31 | 53 | 0.532258 |
7b4717e4e07a1bc6c4edc482cd3d11f4c9ab6e4e | 503 | css | CSS | HABITAT_Front-End/app-ecom/src/app/categoria/categoria.component.css | thomazfranca/project_habitat_ecommerce | 67fa25edd4e62101446835d90fc811f6c46d3523 | [
"MIT"
] | 7 | 2021-07-14T16:56:54.000Z | 2021-07-14T17:55:02.000Z | HABITAT_Front-End/app-ecom/src/app/categoria/categoria.component.css | fegiacomelli/Projeto-integrador | 6c6887e3fe94f8d22e321e462a0f61f3cddce9fd | [
"MIT"
] | null | null | null | HABITAT_Front-End/app-ecom/src/app/categoria/categoria.component.css | fegiacomelli/Projeto-integrador | 6c6887e3fe94f8d22e321e462a0f61f3cddce9fd | [
"MIT"
] | 3 | 2021-06-22T16:17:03.000Z | 2021-06-29T12:17:16.000Z | .bg{
background-color: rgba(72, 213, 5, 0.39);
}
.paD{
padding: 30px;
}
.paD1{
padding-bottom: 30px;
}
button{
background-color: rgba(191, 166, 107, 1);
color: white;
}
button:hover{
background-color: white;
color: #B6ED9D;
}
.font{
color: white;
}
.font:hover{
color: gray;
}
... | 11.97619 | 45 | 0.564612 |
6de8cde14a1c29bee5015567f590844668000ba9 | 263,230 | sql | SQL | Database/RemoteControlHTTP.sql | manukautech/ZZXMRR_Archive_2017 | 3e00fdb8d2e78a36051cbb817a5fd24cafed0c33 | [
"Apache-2.0"
] | null | null | null | Database/RemoteControlHTTP.sql | manukautech/ZZXMRR_Archive_2017 | 3e00fdb8d2e78a36051cbb817a5fd24cafed0c33 | [
"Apache-2.0"
] | null | null | null | Database/RemoteControlHTTP.sql | manukautech/ZZXMRR_Archive_2017 | 3e00fdb8d2e78a36051cbb817a5fd24cafed0c33 | [
"Apache-2.0"
] | null | null | null | USE [RemoteControlHTTP]
GO
/****** Object: Table [dbo].[Category] Script Date: 11/08/2017 1:21:30 AM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Category](
[CategoryId] [int] NOT NULL,
[Description] [nvarchar](50) NOT NULL,
CONSTRAINT [PK_Category] PRIMARY KEY CLUSTER... | 135.825593 | 288 | 0.647806 |
b4e0e572c835c484c0f44eb853b3fc2721f8cb63 | 1,033 | kt | Kotlin | roboquant-core/test/feeds/TestFeedTest.kt | jetonbacaj/roboquant | 11136be3cb62870532dc7e1888c5ea88ba17bcab | [
"Apache-2.0"
] | null | null | null | roboquant-core/test/feeds/TestFeedTest.kt | jetonbacaj/roboquant | 11136be3cb62870532dc7e1888c5ea88ba17bcab | [
"Apache-2.0"
] | null | null | null | roboquant-core/test/feeds/TestFeedTest.kt | jetonbacaj/roboquant | 11136be3cb62870532dc7e1888c5ea88ba17bcab | [
"Apache-2.0"
] | null | null | null | package org.roboquant.feeds
import kotlinx.coroutines.*
import org.junit.Test
import kotlin.test.*
import org.roboquant.TestData
import org.roboquant.common.Background
import org.roboquant.common.TimeFrame
import org.roboquant.feeds.test.TestFeed
fun play(feed:Feed, timeFrame: TimeFrame = TimeFrame.FULL): EventChanne... | 23.477273 | 81 | 0.631171 |
6e50721a046b6a643f38a354df6ca2f1146cea54 | 39 | sql | SQL | Study Works/DB Construction/DBQueries/Queries/65.sql | LetsPlayNow/MyStudentWorks | 8c5016a8393851e3518473e0b3264b5b090be6aa | [
"MIT"
] | null | null | null | Study Works/DB Construction/DBQueries/Queries/65.sql | LetsPlayNow/MyStudentWorks | 8c5016a8393851e3518473e0b3264b5b090be6aa | [
"MIT"
] | null | null | null | Study Works/DB Construction/DBQueries/Queries/65.sql | LetsPlayNow/MyStudentWorks | 8c5016a8393851e3518473e0b3264b5b090be6aa | [
"MIT"
] | null | null | null | DELETE FROM Deliveries
WHERE INN = NULL | 19.5 | 22 | 0.820513 |
e92f83074b5d321a478feeb8d335e3ec334ed06c | 646 | sql | SQL | tpch/queries/20.sql | hey-kong/tidb-bench | 001667698380cc00025a7d7d9e3007776071c009 | [
"Apache-2.0"
] | 107 | 2016-08-09T12:00:37.000Z | 2022-03-05T06:08:36.000Z | tpch/queries/20.sql | hey-kong/tidb-bench | 001667698380cc00025a7d7d9e3007776071c009 | [
"Apache-2.0"
] | 38 | 2016-06-22T08:36:58.000Z | 2021-08-10T05:53:01.000Z | tpch/queries/20.sql | hey-kong/tidb-bench | 001667698380cc00025a7d7d9e3007776071c009 | [
"Apache-2.0"
] | 81 | 2015-10-28T07:48:06.000Z | 2022-03-29T05:54:03.000Z | -- using 1365545250 as a seed to the RNG
select
s_name,
s_address
from
supplier,
nation
where
s_suppkey in (
select
ps_suppkey
from
partsupp
where
ps_partkey in (
select
p_partkey
from
part
where
p_name like 'green%'
)
and ps_availqty > (
... | 15.756098 | 64 | 0.592879 |
af6f779fbe9f9d336e37d83d5ee4446277505939 | 1,614 | rb | Ruby | features/step_definitions/work_unit_steps.rb | AdGitHub2023/xrono | 1cdaebe285ee6115e948c7c0a43f34e2393d4b4a | [
"MIT"
] | 11 | 2015-03-16T14:45:03.000Z | 2019-02-09T08:03:41.000Z | features/step_definitions/work_unit_steps.rb | AdGitHub2023/xrono | 1cdaebe285ee6115e948c7c0a43f34e2393d4b4a | [
"MIT"
] | 3 | 2015-03-11T21:29:36.000Z | 2018-06-26T17:38:05.000Z | features/step_definitions/work_unit_steps.rb | AdGitHub2023/xrono | 1cdaebe285ee6115e948c7c0a43f34e2393d4b4a | [
"MIT"
] | 2 | 2015-12-13T17:33:51.000Z | 2019-07-21T20:20:18.000Z | Given /^I have (?:a|an) "([^\"]*)" work unit scheduled today for "([^\"]*)" hours$/ do |hours_type, hours|
WorkUnit.make(:hours_type => hours_type, :scheduled_at => Date.current, :user => @current_user, :hours => hours)
end
Then /^I should see the following work_units:$/ do |expected_work_units_table|
expected_wor... | 40.35 | 121 | 0.703222 |
e3f355d63ace616d1b77f5cf8f275b592bf188ea | 6,675 | go | Go | demo/go/micdemo/picovoice_mic_demo.go | Picovoice/picovoice | adbbb9f0b22d10cd11e17362d382b02d5d9da39d | [
"Apache-2.0"
] | 259 | 2020-10-27T18:18:58.000Z | 2022-03-31T18:16:38.000Z | demo/go/micdemo/picovoice_mic_demo.go | Picovoice/picovoice | adbbb9f0b22d10cd11e17362d382b02d5d9da39d | [
"Apache-2.0"
] | 129 | 2020-12-24T09:31:18.000Z | 2022-03-31T18:13:53.000Z | demo/go/micdemo/picovoice_mic_demo.go | Picovoice/picovoice | adbbb9f0b22d10cd11e17362d382b02d5d9da39d | [
"Apache-2.0"
] | 67 | 2020-12-17T16:07:17.000Z | 2022-03-18T19:21:45.000Z | // Copyright 2021 Picovoice Inc.
//
// You may not use this file except in compliance with the license. A copy of the license is
// located in the "LICENSE" file accompanying this source.
//
// Unless required by applicable law or agreed to in writing, software distributed under the
// License is distributed on an "AS ... | 31.046512 | 124 | 0.651086 |
5fa7df92d85ff9342ac5fab8627aec93209ba73f | 440 | css | CSS | src/examples/src/App.m.css | mu2019/widgets | 1eaf7a7df849370f7290e490da1b2b65ca9902e2 | [
"BSD-3-Clause"
] | null | null | null | src/examples/src/App.m.css | mu2019/widgets | 1eaf7a7df849370f7290e490da1b2b65ca9902e2 | [
"BSD-3-Clause"
] | null | null | null | src/examples/src/App.m.css | mu2019/widgets | 1eaf7a7df849370f7290e490da1b2b65ca9902e2 | [
"BSD-3-Clause"
] | null | null | null | .root {
width: 100%;
display: flex;
}
.main {
margin-top: 44px;
display: flex;
width: 100%;
}
.content {
margin-right: 280px;
margin-left: 20px;
margin-bottom: 20px;
min-width: 300px;
max-width: 900px;
width: 100%;
}
@media (max-width: 1050px) {
.root {
width: 100%;
display: block;
}
.nav {
posit... | 11 | 28 | 0.6 |
e7ed00c5ae57672fde74a6d3136af795025987e2 | 772 | kt | Kotlin | app/src/main/java/alejandromr92/com/movies/network/api/impl/MovieAPIImpl.kt | alejandromr92/Movies | b31f928be6c0148b786a1f748e513c91bf821bb8 | [
"MIT"
] | null | null | null | app/src/main/java/alejandromr92/com/movies/network/api/impl/MovieAPIImpl.kt | alejandromr92/Movies | b31f928be6c0148b786a1f748e513c91bf821bb8 | [
"MIT"
] | null | null | null | app/src/main/java/alejandromr92/com/movies/network/api/impl/MovieAPIImpl.kt | alejandromr92/Movies | b31f928be6c0148b786a1f748e513c91bf821bb8 | [
"MIT"
] | null | null | null | package alejandromr92.com.movies.network.api.impl
import alejandromr92.com.movies.di.DaggerNetworkComponent
import alejandromr92.com.movies.network.api.MovieAPI
import alejandromr92.com.movies.network.model.converter.MovieNetworkConverter
import alejandromr92.com.movies.network.service.Endpoints
import alejandromr92.c... | 45.411765 | 123 | 0.838083 |