content stringlengths 66 45k | language stringclasses 11
values | license stringclasses 14
values | path stringlengths 20 176 | annotation_id stringlengths 36 36 | pii stringlengths 2 19.6k | pii_modified stringlengths 2 19.6k |
|---|---|---|---|---|---|---|
class Hyperspec < Formula
desc "Common Lisp ANSI-standard Hyperspec"
homepage "http://www.lispworks.com/documentation/common-lisp.html"
url "ftp://ftp.lispworks.com/pub/software_tools/reference/HyperSpec-7-0.tar.gz"
version "7.0"
sha256 "1ac1666a9dc697dbd8881262cad4371bcd2e9843108b643e2ea93472ba85d7c3"
bot... | Ruby | BSD-2-Clause | AGWA-forks/homebrew/Library/Formula/hyperspec.rb | 5130d6a5-7d6d-4bd2-ae1c-3fcdd0419491 | [] | [] |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2015 Felix Wunsch, Communications Engineering Lab (CEL) / Karlsruhe Institute of Technology (KIT) <wunsch.felix@googlemail.com>.
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as publis... | Python | BSD-2-Clause | xueyuecanfeng/C-LQI/gr-ieee802-15-4/python/qa_dqpsk_soft_demapper_cc.py | 4828e517-f808-4a8c-9022-607d17688618 | [{"tag": "EMAIL", "value": "wunsch.felix@googlemail.com", "start": 160, "end": 187, "context": " (CEL) / Karlsruhe Institute of Technology (KIT) <wunsch.felix@googlemail.com>.\n# \n# This is free software; you can redistribut"}, {"tag": "NAME", "value": "Felix Wunsch", "start": 66, "end": 78, "context": "ython\n# -*- c... | [{"tag": "EMAIL", "value": "wunsch.felix@googlemail.com", "start": 160, "end": 187, "context": " (CEL) / Karlsruhe Institute of Technology (KIT) <wunsch.felix@googlemail.com>.\n# \n# This is free software; you can redistribut"}, {"tag": "NAME", "value": "Felix Wunsch", "start": 66, "end": 78, "context": "ython\n# -*- c... |
/**
* angular-strap
* @version v2.3.12 - 2018-05-03
* @link http://mgcrea.github.io/angular-strap
* @author Olivier Louvignes <olivier@mg-crea.com> (https://github.com/mgcrea)
* @license MIT License, http://www.opensource.org/licenses/MIT
*/
'use strict';angular.module('mgcrea.ngStrap.tab').run(['$templateCache',... | JavaScript | MIT | oncompass/angular-strap/dist/modules/tab.tpl.min.js | 0afd8bdc-9451-4fa2-8e1e-c3ad33d013f9 | [{"tag": "EMAIL", "value": "olivier@mg-crea.com", "start": 131, "end": 150, "context": "ub.io/angular-strap\n * @author Olivier Louvignes <olivier@mg-crea.com> (https://github.com/mgcrea)\n * @license MIT Lice"}, {"tag": "USERNAME", "value": "mgcrea", "start": 172, "end": 178, "context": "uvignes <olivier@mg-crea.com> ... | [{"tag": "EMAIL", "value": "olivier@mg-crea.com", "start": 131, "end": 150, "context": "ub.io/angular-strap\n * @author Olivier Louvignes <olivier@mg-crea.com> (https://github.com/mgcrea)\n * @license MIT Lice"}, {"tag": "USERNAME", "value": "mgcrea", "start": 172, "end": 178, "context": "uvignes <olivier@mg-crea.com> ... |
/*
* Copyright (c) 2018, The OpenThread Authors.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this ... | C++ | BSD-3-Clause | kbogucki/openthread/src/core/thread/mesh_forwarder_ftd.cpp | fad54a62-766f-464d-8fef-27636157206d | [] | [] |
from .base import * # noqa
from .base import env
# GENERAL
# ------------------------------------------------------------------------------
# https://docs.djangoproject.com/en/dev/ref/settings/#secret-key
SECRET_KEY = env('DJANGO_SECRET_KEY')
# https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
ALLOWED... | Python | Apache-2.0 | clairempr/bureau/config/settings/production.py | ff6108c2-47e9-4b86-8c20-0cfba2624d4d | [{"tag": "USERNAME", "value": "antonagestam", "start": 6208, "end": 6220, "context": "----------------------------\n# https://github.com/antonagestam/collectfast#installation\nINSTALLED_APPS = ['colle"}, {"tag": "IP_ADDRESS", "value": "127.0.0.1", "start": 372, "end": 381, "context": "OSTS = env.list('DJANGO_ALLOWED_HO... | [{"tag": "USERNAME", "value": "antonagestam", "start": 6208, "end": 6220, "context": "----------------------------\n# https://github.com/antonagestam/collectfast#installation\nINSTALLED_APPS = ['colle"}, {"tag": "IP_ADDRESS", "value": "127.0.0.1", "start": 372, "end": 381, "context": "OSTS = env.list('DJANGO_ALLOWED_HO... |
// example.go
package main
import (
// currently go 1.4.2 std lib
"fmt"
"io/ioutil"
"log"
"os"
// local
"github.com/hotei/dcompress"
"github.com/hotei/mdr"
)
func main() {
var filePair1 = [2]string{"kermit.Z",
"d61611d13775c1f3a83675e81afcadfc4352b11e0f39f7c928bad62d25675b66"}
var filePairs = [][2]strin... | GO | BSD-2-Clause | hotei/dcompress/example/example.go | f5f6f707-347d-4204-bc6c-82dfba44e2b4 | [] | [] |
# Get twilio-ruby from twilio.com/docs/ruby/install
require 'twilio-ruby'
# Get your Account Sid and Auth Token from twilio.com/user/account
account_sid = 'ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
auth_token = 'your_auth_token'
client = Twilio::REST::Client.new(account_sid, auth_token)
# Get an object from its sid. If you... | Ruby | MIT | PatNeedham/api-snippets/rest/participant/instance-post-example-1/instance-post-example-1.4.x.rb | 17a2fea2-743e-4105-911f-a776e277e6da | [{"tag": "API_KEY", "value": "CFbbe4632a3c49700934481addd5ce1659", "start": 459, "end": 493, "context": "ent.account\n .conferences.get('CFbbe4632a3c49700934481addd5ce1659')\n .participants.get('CA386025"}, {"tag": "API_KEY", "value": "CA386025c9bf5d6052a1d1ea42b4d16662", "start": ... | [{"tag": "KEY", "value": "CFbbe4632a3c49700934481addd5ce1659", "start": 459, "end": 493, "context": "ent.account\n .conferences.get('CFbbe4632a3c49700934481addd5ce1659')\n .participants.get('CA386025"}, {"tag": "KEY", "value": "CA386025c9bf5d6052a1d1ea42b4d16662", "start": 535, "en... |
require "webrat/core_extensions/detect_mapped"
require "webrat/core/locators/locator"
module Webrat
module Locators
class FieldLabeledLocator < Locator # :nodoc:
def locate
matching_labels.any? && matching_labels.detect_mapped { |label| label.field }
end
def matching_labels
m... | Ruby | MIT | aureliosaraiva/webrat/lib/webrat/core/locators/field_labeled_locator.rb | c37ab859-37a6-4d26-9e5e-64ece3d03e8e | [] | [] |
#include "googletest/googletest/include/gtest/gtest.h"
#include "environment.h"
#include "json/json_spirit_reader_template.h"
#include "json/json_spirit_utils.h"
#include "json/json_spirit_writer_template.h"
#include "base58.h"
#include "util.h"
using namespace json_spirit;
extern Array read_json(const std::string&... | C++ | MIT | NeblioTeam/neblio/wallet/test/base58_tests.cpp | 1a1f617a-f3a1-4d9e-a635-b98b94df2e3b | [] | [] |
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/builtin/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _createSvgIcon = _interopRequireDefault(require("./utils/c... | JavaScript | MIT | GJCHOWDARY/chowdary_react/node_modules/@material-ui/icons/InsertChartOutlinedSharp.js | 5157a4f9-7197-402f-807d-f944390b0334 | [] | [] |
# -*- coding: ISO-8859-15 -*-
# =============================================================================
# Copyright (c) 2004, 2006 Sean C. Gillies
# Copyright (c) 2007 STFC <http://www.stfc.ac.uk>
#
# Authors :
# Dominic Lowe <d.lowe@rl.ac.uk>
#
# Contact email: d.lowe@rl.ac.uk
# ========================... | Python | BSD-3-Clause | ferreteleco/OWSLib/owslib/coverage/wcs100.py | 0139420d-b94c-4483-a7a1-f132676747b1 | [{"tag": "NAME", "value": "Sean C. Gillies", "start": 137, "end": 152, "context": "======================\n# Copyright (c) 2004, 2006 Sean C. Gillies\n# Copyright (c) 2007 STFC <http://www.stfc.ac.uk>"}, {"tag": "NAME", "value": "Dominic Lowe", "start": 228, "end": 240, "context": " <http://www.stfc.ac.uk>\n#\n# Author... | [{"tag": "NAME", "value": "Sean C. Gillies", "start": 137, "end": 152, "context": "======================\n# Copyright (c) 2004, 2006 Sean C. Gillies\n# Copyright (c) 2007 STFC <http://www.stfc.ac.uk>"}, {"tag": "NAME", "value": "Dominic Lowe", "start": 228, "end": 240, "context": " <http://www.stfc.ac.uk>\n#\n# Author... |
//
// System.CodeDom CodeDirectiveCollection class
//
// Authors:
// Marek Safar (marek.safar@seznam.cz)
// Sebastien Pouliot <sebastien@ximian.com>
//
// (C) 2004 Ximian, Inc.
// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtainin... | C# | MIT | GrapeCity/pagefx/mono/mcs/class/System/System.CodeDom/CodeDirectiveCollection.cs | 747eeb24-6cf2-4502-a466-71b8d1134813 | [{"tag": "EMAIL", "value": "sebastien@ximian.com", "start": 133, "end": 153, "context": "r (marek.safar@seznam.cz)\r\n//\tSebastien Pouliot <sebastien@ximian.com>\r\n//\r\n// (C) 2004 Ximian, Inc.\r\n// Copyright (C) "}, {"tag": "NAME", "value": "Marek Safar", "start": 73, "end": 84, "context": "odeDirectiveCollection... | [{"tag": "EMAIL", "value": "sebastien@ximian.com", "start": 133, "end": 153, "context": "r (marek.safar@seznam.cz)\r\n//\tSebastien Pouliot <sebastien@ximian.com>\r\n//\r\n// (C) 2004 Ximian, Inc.\r\n// Copyright (C) "}, {"tag": "NAME", "value": "Marek Safar", "start": 73, "end": 84, "context": "odeDirectiveCollection... |
<?php
namespace App\Fuzzy\Memberships;
/**
* Class RMembershipFunction (extends TrapezoidalMembershipFunction)
* @package App\Fuzzy\Memberships
* @copyright (c) 2020
* @author Tomas Bodnar <bodnarto@gmail.com>
*/
class RMembershipFunction extends TrapezoidalMembershipFunction implements MembershipFunction
{
... | PHP | MIT | bodny/fususapp/app/Fuzzy/Memberships/RMembershipFunction.php | a169456b-de06-4c71-b051-ef49fc2167b7 | [{"tag": "NAME", "value": "Tomas Bodnar", "start": 182, "end": 194, "context": "zzy\\Memberships\n * @copyright (c) 2020\n * @author Tomas Bodnar <bodnarto@gmail.com>\n */\nclass RMembershipFunctio"}, {"tag": "EMAIL", "value": "bodnarto@gmail.com", "start": 196, "end": 214, "context": "s\n * @copyright (c) 2020\n * @au... | [{"tag": "NAME", "value": "Tomas Bodnar", "start": 182, "end": 194, "context": "zzy\\Memberships\n * @copyright (c) 2020\n * @author Tomas Bodnar <bodnarto@gmail.com>\n */\nclass RMembershipFunctio"}, {"tag": "EMAIL", "value": "bodnarto@gmail.com", "start": 196, "end": 214, "context": "s\n * @copyright (c) 2020\n * @au... |
#!/usr/bin/env python
# ------------------------------------------------------------------------------------------------------%
# Created by "Thieu Nguyen" at 15:39, 20/04/2020 %
# ... | Python | MIT | ElliottP-13/opfunu/opfunu/cec/cec2005/F8.py | e5e72e70-8f43-41a3-866b-8b092a8d01f0 | [{"tag": "NAME", "value": "Thieu Nguyen", "start": 142, "end": 154, "context": "----------------------------------%\n# Created by \"Thieu Nguyen\" at 15:39, 20/04/2020 "}, {"tag": "EMAIL", "value": "nguyenthieu2102@gmail.com", "start": 360, "end": 385, "context": " ... | [{"tag": "NAME", "value": "Thieu Nguyen", "start": 142, "end": 154, "context": "----------------------------------%\n# Created by \"Thieu Nguyen\" at 15:39, 20/04/2020 "}, {"tag": "EMAIL", "value": "nguyenthieu2102@gmail.com", "start": 360, "end": 385, "context": " ... |
#if defined(WIN32) //Winows
#error Windows is not Supported
#else //Unix
//Usado para fechamento de sockets
#include <unistd.h>
#endif
//Usando operadores ms, ns, etc..
#include <chrono>
using namespace std::chrono_literals;
#include <thread>
#include <random>
#include "socket.hpp"
#include "client_tui.hpp"
#inc... | C++ | MIT | marcuscastelo/socket-messenger/src/client/main.cpp | 38b1f688-01dd-47f0-83db-28e34051331b | [{"tag": "IP_ADDRESS", "value": "127.0.0.1", "start": 609, "end": 618, "context": " fornecido\n const std::string defaultServerIP(\"127.0.0.1\");\n const std::string *serverIp = &defaultServ"}] | [{"tag": "IP_ADDRESS", "value": "127.0.0.1", "start": 609, "end": 618, "context": " fornecido\n const std::string defaultServerIP(\"127.0.0.1\");\n const std::string *serverIp = &defaultServ"}] |
'use strict';
const Controller = require('egg').Controller;
class HomeController extends Controller {
async putLog() {
const sls = this.ctx.app.sls;
const topic = String(Date.now());
const body = this.ctx.request.body;
const logGroup = sls.createLogGroup({ topic, source: '127.0.0.1' });
logGroup... | JavaScript | MIT | eggjs/egg-sls/test/fixtures/apps/sls-client/app/controller/home.js | 3a0bb8a4-59f7-4b92-8147-b61b0e58f7b5 | [] | [] |
/**
* UGENE - Integrated Bioinformatics Tools.
* Copyright (C) 2008-2012 UniPro <ugene@unipro.ru>
* http://ugene.unipro.ru
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version... | C++ | MIT | iganna/lspec/ugene/src/corelibs/U2Core/src/gobjects/PhyTreeObject.cpp | ebb96d35-60c0-4cea-945e-8915dc37efc0 | [{"tag": "EMAIL", "value": "ugene@unipro.ru", "start": 83, "end": 98, "context": "rmatics Tools.\n * Copyright (C) 2008-2012 UniPro <ugene@unipro.ru>\n * http://ugene.unipro.ru\n *\n * This program is "}] | [{"tag": "EMAIL", "value": "ugene@unipro.ru", "start": 83, "end": 98, "context": "rmatics Tools.\n * Copyright (C) 2008-2012 UniPro <ugene@unipro.ru>\n * http://ugene.unipro.ru\n *\n * This program is "}] |
require_dependency "aca_rails/application_controller"
module AcaRails
class PasswordResetsController < ApplicationController
before_action :use_forgotten_pwd, only: [:new, :create, :edit, :update]
def index
@q = User.ransack(params[:q])
@users = @q.result(distinct: true).page params[:page]
e... | Ruby | Apache-2.0 | MarceloFossRJ/aca-rails/app/controllers/aca_rails/password_resets_controller.rb | 0e32ab47-1f8e-44ed-9863-f06c046d51fd | [] | [] |
/*
** header.c for in /home/trambe_m/CPE_2014_corewar/ASM/src
**
** Made by Manuel Trambert
** Login <trambe_m@epitech.net>
**
** Started on Sat Apr 11 03:50:12 2015 Manuel Trambert
** Last update Sun Oct 16 16:04:28 2016
*/
#include "my.h"
void get_name(char *str, t_tmp *ptr)
{
int i;
int e;
i = -1;
... | C | MIT | KASOGIT/corewar/ASM/src/header.c | 844f2f97-106b-4035-9145-5a7b6b65be8c | [{"tag": "EMAIL", "value": "trambe_m@epitech.net", "start": 106, "end": 126, "context": "SM/src\n** \n** Made by Manuel Trambert\n** Login <trambe_m@epitech.net>\n** \n** Started on Sat Apr 11 03:50:12 2015 Manu"}, {"tag": "NAME", "value": "Manuel Trambert", "start": 172, "end": 187, "context": ".net>\n** \n** Start... | [{"tag": "EMAIL", "value": "trambe_m@epitech.net", "start": 106, "end": 126, "context": "SM/src\n** \n** Made by Manuel Trambert\n** Login <trambe_m@epitech.net>\n** \n** Started on Sat Apr 11 03:50:12 2015 Manu"}, {"tag": "NAME", "value": "Manuel Trambert", "start": 172, "end": 187, "context": ".net>\n** \n** Start... |
---
layout: post
rel_link: "11_1_0_pre6"
title: "CMSSW_11_1_0_pre6"
date: 2020-04-15 21:39:23
categories: cmssw
relmajor: 11
relminor: 1
relsubminor: 0
relpre: _pre6
---
# CMSSW_11_1_0_pre6
#### Changes since CMSSW_11_1_0_pre5:
[compare to previous](https://github.com/cms-sw/cmssw/compare/CMSSW_11_1_0_pre5...CMSSW... | Markdown | MIT | cms-sw/ReleaseNotes/_releases/CMSSW_11/CMSSW_11_1_0_pre6.md | 434c3b1f-6f7a-44e0-b41c-4b495257f61d | [{"tag": "USERNAME", "value": "@ggovi", "start": 13004, "end": 13010, "context": "ms-sw/cmssw/pull/29363){:target=\"_blank\"} from **@ggovi**: Support of condition updates per-lumisection `"}, {"tag": "USERNAME", "value": "@quark2", "start": 24483, "end": 24490, "context": "ms-sw/cmssw/pull/28978){:target=\"_blank\"} ... | [{"tag": "USERNAME", "value": "@ggovi", "start": 13004, "end": 13010, "context": "ms-sw/cmssw/pull/29363){:target=\"_blank\"} from **@ggovi**: Support of condition updates per-lumisection `"}, {"tag": "USERNAME", "value": "@quark2", "start": 24483, "end": 24490, "context": "ms-sw/cmssw/pull/28978){:target=\"_blank\"} ... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Date : 2014-10-26 13:02:58
# @Author : yml_bright@163.com
from sqlalchemy import Column, String, Integer
from sqlalchemy.ext.declarative import declarative_base
from db import dbengine, Base
class User(Base):
__tablename__ = 'user'
cardnum = Column(String(1... | Python | MIT | HeraldStudio/herald_auth/mod/models/user.py | 76134604-bd6d-4aac-b389-afed7f70ab14 | [{"tag": "EMAIL", "value": "yml_bright@163.com", "start": 92, "end": 110, "context": "-*-\n# @Date : 2014-10-26 13:02:58\n# @Author : yml_bright@163.com\n\nfrom sqlalchemy import Column, String, Integer\nf"}] | [{"tag": "EMAIL", "value": "yml_bright@163.com", "start": 92, "end": 110, "context": "-*-\n# @Date : 2014-10-26 13:02:58\n# @Author : yml_bright@163.com\n\nfrom sqlalchemy import Column, String, Integer\nf"}] |
/*
* Copyright (c) 2018. paascloud.net All Rights Reserved.
* 项目名称:附近有好吃的
* 类名称:PublicUtil.java
* 创建人:兰龙斌
* 联系方式:llb7891@163.com
* 开源地址: https://github.com/NewlyLan/nearbyEat.git
*
*
*/
package com.paascloud;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
import java.util.Collection;
import jav... | Java | Apache-2.0 | NewlyLan/nearEat/paascloud-common/paascloud-common-util/src/main/java/com/paascloud/PublicUtil.java | 49de4c6a-196b-4b8a-a184-86d73d276688 | [{"tag": "EMAIL", "value": "llb7891@163.com", "start": 118, "end": 133, "context": "\uff1a\u9644\u8fd1\u6709\u597d\u5403\u7684\n * \u7c7b\u540d\u79f0\uff1aPublicUtil.java\n * \u521b\u5efa\u4eba\uff1a\u5170\u9f99\u658c\n * \u8054\u7cfb\u65b9\u5f0f\uff1allb7891@163.com\n * \u5f00\u6e90\u5730\u5740: https://github.com/New... | [{"tag": "EMAIL", "value": "llb7891@163.com", "start": 118, "end": 133, "context": "\uff1a\u9644\u8fd1\u6709\u597d\u5403\u7684\n * \u7c7b\u540d\u79f0\uff1aPublicUtil.java\n * \u521b\u5efa\u4eba\uff1a\u5170\u9f99\u658c\n * \u8054\u7cfb\u65b9\u5f0f\uff1allb7891@163.com\n * \u5f00\u6e90\u5730\u5740: https://github.com/New... |
version https://git-lfs.github.com/spec/v1
oid sha256:76d8ae334545bbdf2db49414c25d2cfd8685e7b6187f119b28e93ad9c5118e9d
size 4727
| C | MPL-2.0 | Autorule-Technology/anyline-ocr-xamarin-module/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/ALAbstractScanPlugin.h | a80403eb-bd9a-4a51-8349-bfa65f8852db | [{"tag": "SSH_KEY", "value": "76d8ae334545bbdf2db49414c25d2cfd8685e7b6187f119b28e93ad9c5118e9d", "start": 54, "end": 118, "context": "ion https://git-lfs.github.com/spec/v1\noid sha256:76d8ae334545bbdf2db49414c25d2cfd8685e7b6187f119b28e93ad9c5118e9d\nsize 4727\n"}] | [{"tag": "KEY", "value": "76d8ae334545bbdf2db49414c25d2cfd8685e7b6187f119b28e93ad9c5118e9d", "start": 54, "end": 118, "context": "ion https://git-lfs.github.com/spec/v1\noid sha256:76d8ae334545bbdf2db49414c25d2cfd8685e7b6187f119b28e93ad9c5118e9d\nsize 4727\n"}] |
class VulkanHeaders < Formula
desc "Vulkan Header files and API registry"
homepage "https://github.com/KhronosGroup/Vulkan-Headers"
url "https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.155.tar.gz"
sha256 "46226dd0a8023114acfe2ba3e4fab8af8595781a4b5b5f3371b21f90f507814d"
license "Apache-2.0"
bot... | Ruby | BSD-2-Clause | RustScan/homebrew-core/Formula/vulkan-headers.rb | c5e4e946-059b-4e5f-9cf8-1878b7c99e54 | [] | [] |
/**
* @file methods/approx_kfn/approx_kfn_main.cpp
* @author Ryan Curtin
*
* Command-line program for various furthest neighbor search algorithms.
*
* mlpack is free software; you may redistribute it and/or modify it under the
* terms of the 3-clause BSD license. You should have received a copy of the
* 3-clau... | C++ | BSD-3-Clause-No-Nuclear-License-2014 | AnimeshMaheshwari22/mlpack/src/mlpack/methods/approx_kfn/approx_kfn_main.cpp | 4e30945c-9f9b-4be4-80f5-5b6131dda268 | [{"tag": "NAME", "value": "F. Silvestri", "start": 1418, "end": 1430, "context": " Neighbor in High \"\n \"Dimensions\\\" by R. Pagh, F. Silvestri, J. Sivertsen, and M. Skala, in \"\n \"Similarity"}, {"tag": "NAME", "value": "A.B. Gardner", "start": 1687, "end": 1699, "context": " candidate selection\\\", by R.R.... | [{"tag": "NAME", "value": "F. Silvestri", "start": 1418, "end": 1430, "context": " Neighbor in High \"\n \"Dimensions\\\" by R. Pagh, F. Silvestri, J. Sivertsen, and M. Skala, in \"\n \"Similarity"}, {"tag": "NAME", "value": "A.B. Gardner", "start": 1687, "end": 1699, "context": " candidate selection\\\", by R.R.... |
#!/usr/bin/env python
# -*- coding:utf-8 _*-
# @author : Lin Luo / Bruce Liu
# @time : 2020/1/3 21:35
# @contact : 15869300264@163.com / bruce.w.y.liu@gmail.com
import argparse
parser = argparse.ArgumentParser()
parser.add_argument_group()
parser.add_argument('-c', '--config', help='config file for run and operati... | Python | Apache-2.0 | BruceWW/odyn/utils/args.py | f2887fe5-078d-4c0b-bb49-aa71800f8fb2 | [{"tag": "NAME", "value": "Lin Luo", "start": 58, "end": 65, "context": "in/env python\n# -*- coding:utf-8 _*-\n# @author : Lin Luo / Bruce Liu\n# @time : 2020/1/3 21:35\n# @contac"}, {"tag": "EMAIL", "value": "bruce.w.y.liu@gmail.com", "start": 141, "end": 164, "context": "2020/1/3 21:35\n# @contact : 15869300264@... | [{"tag": "NAME", "value": "Lin Luo", "start": 58, "end": 65, "context": "in/env python\n# -*- coding:utf-8 _*-\n# @author : Lin Luo / Bruce Liu\n# @time : 2020/1/3 21:35\n# @contac"}, {"tag": "EMAIL", "value": "bruce.w.y.liu@gmail.com", "start": 141, "end": 164, "context": "2020/1/3 21:35\n# @contact : 15869300264@... |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Transport;
use Psr\Log\LoggerInterface;
use Ps... | PHP | MIT | Taluu/symfony/src/Symfony/Component/Mailer/Transport/AbstractTransport.php | 1a0dae61-2abd-4bfd-9c86-0cceaa91b9a1 | [{"tag": "NAME", "value": "Fabien Potencier", "start": 65, "end": 81, "context": "is file is part of the Symfony package.\n *\n * (c) Fabien Potencier <fabien@symfony.com>\n *\n * For the full copyright"}] | [{"tag": "NAME", "value": "Fabien Potencier", "start": 65, "end": 81, "context": "is file is part of the Symfony package.\n *\n * (c) Fabien Potencier <fabien@symfony.com>\n *\n * For the full copyright"}] |
#!/usr/bin/env ruby
require 'json'
require 'scbi_fastq'
if ARGV.count != 2
end
# >Cluster 0
# 0 216aa, >E9LAHD006DQKVK... *
# >Cluster 1
# 0 203aa, >E9LAHD006DODWR... *
# >Cluster 2
# 0 198aa, >E9LAHD006DQCDS... *
# >Cluster 3
# 0 195aa, >E9LAHD006DQURO... *
# 1 172aa, >E9LAHD006DOSH... | Ruby | MIT | dariogf/SeqtrimNext/bin/parse_amplicons.rb | 84f60a25-9b7e-4222-bdef-784f755412c6 | [] | [] |
/*
* pthread_win32_attach_detach_np.c
*
* Description:
* This translation unit implements non-portable thread functions.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyr... | C | Apache-2.0 | Acidburn0zzz/sagetv/third_party/mingw/pthreads/pthread_win32_attach_detach_np.c | e93ed89d-0d6d-410e-a562-b72aec8c87fb | [{"tag": "NAME", "value": "John", "start": 292, "end": 296, "context": "reads Library for Win32\n * Copyright(C) 1998 John E. Bossom\n * Copyright(C) 1999,2005 Pthreads"}, {"tag": "EMAIL", "value": "rpj@callisto.canberra.edu.au", "start": 393, "end": 421, "context": "ads-win32 contributors\n * \n * Conta... | [{"tag": "NAME", "value": "John", "start": 292, "end": 296, "context": "reads Library for Win32\n * Copyright(C) 1998 John E. Bossom\n * Copyright(C) 1999,2005 Pthreads"}, {"tag": "EMAIL", "value": "rpj@callisto.canberra.edu.au", "start": 393, "end": 421, "context": "ads-win32 contributors\n * \n * Conta... |
/*
MIT License
Copyright (c) 2021 Parallel Applications Modelling Group - GMAP
GMAP website: https://gmap.pucrs.br
Pontifical Catholic University of Rio Grande do Sul (PUCRS)
Av. Ipiranga, 6681, Porto Alegre - Brazil, 90619-900
Permission is hereby granted, free of charge, to any person obtaining a copy
of this... | C++ | MIT | GMAP/NPB-CPP/NPB-FF/common/c_randdp.cpp | 23480346-23cb-45c0-bcc8-63463b97acfe | [{"tag": "NAME", "value": "David H. Bailey", "start": 3168, "end": 3183, "context": "stems, double precision should be disabled.\n *\n * David H. Bailey, October 26, 1990\n * \n * ------------------------"}, {"tag": "EMAIL", "value": "dalvangriebler@gmail.com", "start": 1714, "end": 1738, "context": "-SER\n\nAuthors of... | [{"tag": "NAME", "value": "David H. Bailey", "start": 3168, "end": 3183, "context": "stems, double precision should be disabled.\n *\n * David H. Bailey, October 26, 1990\n * \n * ------------------------"}, {"tag": "EMAIL", "value": "dalvangriebler@gmail.com", "start": 1714, "end": 1738, "context": "-SER\n\nAuthors of... |
/*
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright noti... | C++ | BSD-2-Clause | ChillerDragon/serenity/Kernel/FileSystem/Inode.cpp | 999f816d-bc26-4e14-b46d-d14db2ec4391 | [{"tag": "EMAIL", "value": "kling@serenityos.org", "start": 46, "end": 66, "context": "/*\n * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>\n * All rights reserved.\n *\n * Redistribution and"}, {"tag": "NAME", "value": "Andreas Kling", "start": 31, "end": 44, "context": "/*\n * Copyright (c) 2018-2020,... | [{"tag": "EMAIL", "value": "kling@serenityos.org", "start": 46, "end": 66, "context": "/*\n * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>\n * All rights reserved.\n *\n * Redistribution and"}, {"tag": "NAME", "value": "Andreas Kling", "start": 31, "end": 44, "context": "/*\n * Copyright (c) 2018-2020,... |
/*
Open Asset Import Library (assimp)
----------------------------------------------------------------------
Copyright (c) 2006-2019, assimp team
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the
following condition... | C++ | BSD-3-Clause | staminajim/Assimp/Sources/assimp/code/FBX/FBXParser.cpp | e230f21a-7875-4009-97ad-22380baaaac2 | [] | [] |
cask 'webstorm' do
version '11.0.2'
sha256 '43e0352fee07fa5b92dd22e557cb1d050ccde0cf97273e02f694930695b15134'
url "https://download.jetbrains.com/webstorm/WebStorm-#{version}-custom-jdk-bundled.dmg"
name 'WebStorm'
homepage 'http://www.jetbrains.com/webstorm/'
license :commercial
app 'WebStorm.app'
z... | Ruby | BSD-2-Clause | epsimatic/homebrew-cask/Casks/webstorm.rb | f45b8751-e8c6-4d0a-970d-72da567b4c04 | [{"tag": "USERNAME", "value": "WebStorm", "start": 214, "end": 222, "context": "bStorm-#{version}-custom-jdk-bundled.dmg\"\n name 'WebStorm'\n homepage 'http://www.jetbrains.com/webstorm/'\n"}, {"tag": "SSH_KEY", "value": "43e0352fee07fa5b92dd22e557cb1d050ccde0cf97273e02f694930695b15134", "start": 48, "end": 112, "co... | [{"tag": "USERNAME", "value": "WebStorm", "start": 214, "end": 222, "context": "bStorm-#{version}-custom-jdk-bundled.dmg\"\n name 'WebStorm'\n homepage 'http://www.jetbrains.com/webstorm/'\n"}, {"tag": "KEY", "value": "43e0352fee07fa5b92dd22e557cb1d050ccde0cf97273e02f694930695b15134", "start": 48, "end": 112, "contex... |
#pragma checksum "C:\Users\merve bilgiç\Documents\GitHub\KombniyApp\KombniyApp\Views\Shared\_LoginPartial.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6c93321e6e9b0f148e0449c5902bf5cb7ad221b8"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemA... | C# | MIT | merilinali/KombniyApp/KombniyApp/obj/Debug/netcoreapp3.1/Razor/Views/Shared/_LoginPartial.cshtml.g.cs | 4d07e6ec-5747-4b8b-b717-8e49880b47e7 | [{"tag": "NAME", "value": "merve bilgi\u00e7", "start": 1118, "end": 1130, "context": "lable disable\n#nullable restore\n#line 1 \"C:\\Users\\merve bilgi\u00e7\\Documents\\GitHub\\KombniyApp\\KombniyApp\\Views\\Shar"}, {"tag": "NAME", "value": "merve bilgi\u00e7", "start": 3795, "end": 3807, "context": "v-item\\\">\");... | [{"tag": "NAME", "value": "merve bilgi\u00e7", "start": 1118, "end": 1130, "context": "lable disable\n#nullable restore\n#line 1 \"C:\\Users\\merve bilgi\u00e7\\Documents\\GitHub\\KombniyApp\\KombniyApp\\Views\\Shar"}, {"tag": "NAME", "value": "merve bilgi\u00e7", "start": 3795, "end": 3807, "context": "v-item\\\">\");... |
describe 'Feature Test: Store', :type => :feature do
describe "Category List" do
it "displays all of the categories as links" do
visit store_path
Category.all.each do |category|
expect(page).to have_link(category.title, href: category_path(category))
end
end
end
... | Ruby | MIT | Donnadieu/flatiron-store-project-v-000/spec/features/store_home_feature_spec.rb | dda74dd0-7596-4956-a339-b7cf95fec9ad | [] | [] |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//---... | C# | Apache-2.0 | NguyenNghia412/kcsg/ApiWriteLog/KcsWriteLog/obj/Release/netcoreapp3.1/KcsWriteLog.AssemblyInfo.cs | c8deb2ba-0a05-47c7-8916-be248ba3214b | [] | [] |
/*
* @Author: Jpeng
* @Date: 2018-03-30 21:30:48
* @Last Modified by: Jpeng
* @Last Modified time: 2018-04-20 13:55:17
* @Email: peng8350@gmail.com
*/
//@flow
import * as Types from "../actions/ActionType";
const initStyles = {
enterSearch: false,
searching: false,
showMore: false,
searchList: []
};
... | JavaScript | MIT | peng8350/react-native-Gank/jscore/reducers/GankReducer.js | cb644923-098b-4a64-a0aa-4286558381bc | [{"tag": "EMAIL", "value": "peng8350@gmail.com", "start": 136, "end": 154, "context": "ast Modified time: 2018-04-20 13:55:17\n * @Email: peng8350@gmail.com \n */\n\n//@flow\nimport * as Types from \"../actions/"}, {"tag": "NAME", "value": "Jpeng", "start": 75, "end": 80, "context": "@Date: 2018-03-30 21:30:48 \n * @La... | [{"tag": "EMAIL", "value": "peng8350@gmail.com", "start": 136, "end": 154, "context": "ast Modified time: 2018-04-20 13:55:17\n * @Email: peng8350@gmail.com \n */\n\n//@flow\nimport * as Types from \"../actions/"}, {"tag": "NAME", "value": "Jpeng", "start": 75, "end": 80, "context": "@Date: 2018-03-30 21:30:48 \n * @La... |
import json
import socket
def is_jsonable(obj):
try:
json.dumps(obj)
return True
except (TypeError, OverflowError, ValueError):
return False
def sanitize_meta(meta):
keys_to_sanitize = []
for key, value in meta.items():
if not is_jsonable(value):
keys_to_s... | Python | MIT | markcurtis1970/python/logdna/utils.py | b32d7897-2db8-498a-8a7a-f911a66280c2 | [{"tag": "IP_ADDRESS", "value": "10.255.255.255", "start": 695, "end": 709, "context": "n't even have to be reachable\n s.connect(('10.255.255.255', 1))\n ip = s.getsockname()[0]\n except "}, {"tag": "IP_ADDRESS", "value": "127.0.0.1", "start": 784, "end": 793, "context": "sockname()[0]\n except Exc... | [{"tag": "IP_ADDRESS", "value": "10.255.255.255", "start": 695, "end": 709, "context": "n't even have to be reachable\n s.connect(('10.255.255.255', 1))\n ip = s.getsockname()[0]\n except "}, {"tag": "IP_ADDRESS", "value": "127.0.0.1", "start": 784, "end": 793, "context": "sockname()[0]\n except Exc... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (... | JavaScript | MIT | lathroplabs/VizLaboratoryAddin/node_modules/office-addin-debugging/lib/port.js | 49efb80b-22de-4cbe-8bb9-e306b4680aa7 | [{"tag": "IP_ADDRESS", "value": "127.0.0.1", "start": 1712, "end": 1721, "context": "er.\r\n * @param text string to parse\r\n * @example \"127.0.0.1:3000\" returns 3000\r\n * @example \"[::1]:1900\" retu"}] | [{"tag": "IP_ADDRESS", "value": "127.0.0.1", "start": 1712, "end": 1721, "context": "er.\r\n * @param text string to parse\r\n * @example \"127.0.0.1:3000\" returns 3000\r\n * @example \"[::1]:1900\" retu"}] |
#
# Copyright 2014 Google Inc. 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/LICENSE-2.0
#
# Unless required by applicable law ... | Python | Apache-2.0 | Harkishen-Singh/google-maps-services-python/test/test_client.py | fe1c18bf-3616-4782-80f4-47776a05bb75 | [{"tag": "PASSWORD", "value": "AIzaasdf", "start": 7889, "end": 7897, "context": "n/json\")\n\n client = googlemaps.Client(key=\"AIzaasdf\")\n b = client._get(\"/bar\", {}, extract_bod"}, {"tag": "PASSWORD", "value": "AIzaasdf", "start": 6861, "end": 6869, "context": "n/json')\n\n client = googlema... | [{"tag": "PASSWORD", "value": "AIzaasdf", "start": 7889, "end": 7897, "context": "n/json\")\n\n client = googlemaps.Client(key=\"AIzaasdf\")\n b = client._get(\"/bar\", {}, extract_bod"}, {"tag": "PASSWORD", "value": "AIzaasdf", "start": 6861, "end": 6869, "context": "n/json')\n\n client = googlema... |
<?php
declare(strict_types=1);
/**
* This file is part of Hyperf.
*
* @link https://www.hyperf.io
* @document https://doc.hyperf.io
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/
namespace Tegic\HyperfWechat;
use Hyperf\HttpMessage\Stream\SwooleStream;
use ... | PHP | MIT | teg1c/hyperf-wechat/src/Helper.php | b2b63981-9852-4672-b8e9-89b8545e1705 | [{"tag": "EMAIL", "value": "group@hyperf.io", "start": 154, "end": 169, "context": "o\n * @document https://doc.hyperf.io\n * @contact group@hyperf.io\n * @license https://github.com/hyperf/hyperf/blo"}] | [{"tag": "EMAIL", "value": "group@hyperf.io", "start": 154, "end": 169, "context": "o\n * @document https://doc.hyperf.io\n * @contact group@hyperf.io\n * @license https://github.com/hyperf/hyperf/blo"}] |
import os
import re
import sys
import uuid
import redis
from cryptography.fernet import Fernet
from flask import abort, Flask, render_template, request
from redis.exceptions import ConnectionError
from werkzeug.urls import url_quote_plus
from werkzeug.urls import url_unquote_plus
NO_SSL = os.environ.get('NO_SSL', Fa... | Python | MIT | 47Billion/snappass/snappass/main.py | 9599d2be-efe0-4f85-ab73-dfbba2ecfb70 | [] | [] |
from setuptools import setup, find_packages
# declare these here since we use them in multiple places
_tests_require = [
'pytest',
'pytest-cov',
'flake8',
]
setup(
# package info
name='cheapskate_bal',
description='Cheapskate labs single/dual plane balancer',
version='0.0.2',
url='htt... | Python | Unlicense | kevinpowell/balancer/cheapskate_bal/setup.py | f25a7f10-e786-4b4a-b056-ad5d4562f6d0 | [{"tag": "NAME", "value": "Kevin Powell", "start": 352, "end": 364, "context": "0.2',\n url='http://your/url/here',\n author='Kevin Powell',\n author_email='kevin@kevinpowell.guru',\n "}, {"tag": "EMAIL", "value": "kevin@kevinpowell.guru", "start": 385, "end": 407, "context": "re',\n author='Kevin Powell... | [{"tag": "NAME", "value": "Kevin Powell", "start": 352, "end": 364, "context": "0.2',\n url='http://your/url/here',\n author='Kevin Powell',\n author_email='kevin@kevinpowell.guru',\n "}, {"tag": "EMAIL", "value": "kevin@kevinpowell.guru", "start": 385, "end": 407, "context": "re',\n author='Kevin Powell... |
#!/usr/bin/env python
# Copyright 2015 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by appli... | Python | Apache-2.0 | BaiHuoYu/nbp/vendor/k8s.io/kubernetes/cluster/juju/layers/kubernetes-master/reactive/kubernetes_master.py | 8076c215-43e2-4efd-a8b1-4930fb94a053 | [{"tag": "AMBIGUOUS", "value": "RSA:2471731", "start": 8637, "end": 8648, "context": " # eg:\n # {'/root/cdk/serviceaccount.key': 'RSA:2471731...'}\n charms.leadership.leader_set(leader_data"}, {"tag": "USERNAME", "value": "admin", "start": 34323, "end": 34328, "context": ")\n\n\ndef setup_basic_auth(password=... | [{"tag": "AMBIGUOUS", "value": "RSA:2471731", "start": 8637, "end": 8648, "context": " # eg:\n # {'/root/cdk/serviceaccount.key': 'RSA:2471731...'}\n charms.leadership.leader_set(leader_data"}, {"tag": "USERNAME", "value": "admin", "start": 34323, "end": 34328, "context": ")\n\n\ndef setup_basic_auth(password=... |
/*
* machine_kexec.c - handle transition of Linux booting another kernel
* Copyright (C) 2002-2003 Eric Biederman <ebiederm@xmission.com>
*
* GameCube/ppc32 port Copyright (C) 2004 Albert Herranz
* LANDISK/sh4 supported by kogiidena
*
* This source code is licensed under the GNU General Public License,
* Versi... | C | Apache-2.0 | ghsecuritylab/tomato-sabai/release/src-rt-6.x/linux/linux-2.6/arch/sh/kernel/machine_kexec.c | 422dfcca-918f-4518-8b06-f1d1e4828d27 | [{"tag": "NAME", "value": "Albert Herranz", "start": 186, "end": 200, "context": "com>\n *\n * GameCube/ppc32 port Copyright (C) 2004 Albert Herranz\n * LANDISK/sh4 supported by kogiidena\n *\n * This "}, {"tag": "EMAIL", "value": "ebiederm@xmission.com", "start": 118, "end": 139, "context": "ernel\n * Copyright (C) 20... | [{"tag": "NAME", "value": "Albert Herranz", "start": 186, "end": 200, "context": "com>\n *\n * GameCube/ppc32 port Copyright (C) 2004 Albert Herranz\n * LANDISK/sh4 supported by kogiidena\n *\n * This "}, {"tag": "EMAIL", "value": "ebiederm@xmission.com", "start": 118, "end": 139, "context": "ernel\n * Copyright (C) 20... |
---
- TutorialInfo:/es Topic:Modeling Level:Beginner Author:HarryGeier ([[User:HarryGeier HarryGeier]])|Time:Less than an hour FCVersion:0.17 or higher Files:[https://github.com/FreeCAD/Examples/blob/master/Basic_Part_Design_Tutorial_Example_017_Files/Basic_Part_Design_Tutorial_017.fcstd Basic Part Design f... | Markdown | CC0-1.0 | dwhr-pi/FreeCAD-documentation/wiki/translations/es/Basic_Part_Design_Tutorial.md | dd7bc1f3-8527-4e64-8fcb-c23aaf927efc | [{"tag": "NAME", "value": "HarryGeier", "start": 66, "end": 76, "context": "fo:/es Topic:Modeling Level:Beginner Author:HarryGeier ([[User:HarryGeier HarryGeier]])|Time:Less than"}, {"tag": "USERNAME", "value": "HarryGeier", "start": 85, "end": 95, "context": "ling Level:Beginner Author:HarryGeier ([[User:H... | [{"tag": "NAME", "value": "HarryGeier", "start": 66, "end": 76, "context": "fo:/es Topic:Modeling Level:Beginner Author:HarryGeier ([[User:HarryGeier HarryGeier]])|Time:Less than"}, {"tag": "USERNAME", "value": "HarryGeier", "start": 85, "end": 95, "context": "ling Level:Beginner Author:HarryGeier ([[User:H... |
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
/*
* 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/.
*/
#include <co... | C++ | BSD-2-Clause | Gribesh/online/net/Ssl.cpp | e031ef8e-8b20-4413-b519-935a2024dece | [] | [] |
<?php
$title = 'Error 404';
include_once('header.php');
?>
<div class="container">
<div class="page-header">
<h1><?php print $title ?></h1>
</div>
<p>You found a non-existent page.</p>
<p>You might have come here for a broken link. Please <a href="mailto:webmaster@aatf.us">contact us</a> if you think this is an error... | PHP | Apache-2.0 | AATF/aatf.us/404.php | 41bb9e50-a6eb-4973-84cf-6bdedd1c69c3 | [{"tag": "EMAIL", "value": "webmaster@aatf.us", "start": 257, "end": 274, "context": "me here for a broken link. Please <a href=\"mailto:webmaster@aatf.us\">contact us</a> if you think this is an error.</p"}] | [{"tag": "EMAIL", "value": "webmaster@aatf.us", "start": 257, "end": 274, "context": "me here for a broken link. Please <a href=\"mailto:webmaster@aatf.us\">contact us</a> if you think this is an error.</p"}] |
/*******************************************************************************
* Debrief - the Open Source Maritime Analysis Application
* http://debrief.info
*
* (C) 2000-2020, Deep Blue C Technology Ltd
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of th... | Java | EPL-1.0 | JLLeitschuh/debrief/org.mwc.asset.legacy/src/ASSET/Models/Decision/UserControl.java | 0a6c41a8-03f3-479a-b557-4f20cc9ac69a | [{"tag": "USERNAME", "value": "Ian.Mayo", "start": 7573, "end": 7581, "context": "\t * <p/>\r\n\t * Revision 1.10 2004/08/20 13:32:41 Ian.Mayo\r\n\t * Implement inspection recommendations to over"}, {"tag": "USERNAME", "value": "Ian.Mayo", "start": 7752, "end": 7760, "context": "\n\t * <p/>\r\n\t * Revision 1.9 2004... | [{"tag": "USERNAME", "value": "Ian.Mayo", "start": 7573, "end": 7581, "context": "\t * <p/>\r\n\t * Revision 1.10 2004/08/20 13:32:41 Ian.Mayo\r\n\t * Implement inspection recommendations to over"}, {"tag": "USERNAME", "value": "Ian.Mayo", "start": 7752, "end": 7760, "context": "\n\t * <p/>\r\n\t * Revision 1.9 2004... |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _SPARC64_VISASM_H
#define _SPARC64_VISASM_H
/* visasm.h: FPU saving macros for VIS routines
*
* Copyright (C) 1998 Jakub Jelinek (jj@ultra.linux.cz)
*/
#include <asm/pstate.h>
#include <asm/ptrace.h>
/* Clobbers %o5, %g1, %g2, %g3, %g7, %icc, %xcc */
#define VISEnt... | C | MIT | 2016k8009929004/libmpk/kernel/arch/sparc/include/asm/visasm.h | 23942dc0-43a4-4ab7-a808-1605c8e2360a | [{"tag": "NAME", "value": "Jakub Jelinek", "start": 166, "end": 179, "context": " macros for VIS routines\n *\n * Copyright (C) 1998 Jakub Jelinek (jj@ultra.linux.cz)\n */\n\n#include <asm/pstate.h>\n"}, {"tag": "EMAIL", "value": "jj@ultra.linux.cz", "start": 181, "end": 198, "context": " routines\n *\n * Copyright (C)... | [{"tag": "NAME", "value": "Jakub Jelinek", "start": 166, "end": 179, "context": " macros for VIS routines\n *\n * Copyright (C) 1998 Jakub Jelinek (jj@ultra.linux.cz)\n */\n\n#include <asm/pstate.h>\n"}, {"tag": "EMAIL", "value": "jj@ultra.linux.cz", "start": 181, "end": 198, "context": " routines\n *\n * Copyright (C)... |
"""
Implementation of the `CID spec <https://github.com/multiformats/cid>`_.
This module differs from other modules of :mod:`~multiformats`, in that the functionality is completely
encapsulated by a single class :class:`CID`, which is imported from top level instead
of the module itself:
>>> from ... | Python | MIT | hashberg-io/multiformats/multiformats/cid/__init__.py | cdc68ba4-da86-4a07-b76a-26c46d7383d8 | [] | [] |
<?php
use yii\db\Schema;
/**
* Class m000000_000005_auth_item_child.
* Migration class for auth_item_child.
*
* @author Agiel K. Saputra <13nightevil@gmail.com>
* @since 0.1.0
*/
class m000000_000005_auth_item_child extends \yii\db\Migration
{
/**
* @inheritdoc
*/
public function up()
{
... | PHP | BSD-3-Clause | setiam3/nextgen/console/migrations/m000000_000005_auth_item_child.php | 0897459d-9f7f-437a-bd59-ac8078f36e8d | [{"tag": "EMAIL", "value": "13nightevil@gmail.com", "start": 144, "end": 165, "context": " auth_item_child.\n *\n * @author Agiel K. Saputra <13nightevil@gmail.com>\n * @since 0.1.0\n */\nclass m000000_000005_auth_it"}, {"tag": "NAME", "value": "Agiel K. Saputra", "start": 126, "end": 142, "context": "igration class fo... | [{"tag": "EMAIL", "value": "13nightevil@gmail.com", "start": 144, "end": 165, "context": " auth_item_child.\n *\n * @author Agiel K. Saputra <13nightevil@gmail.com>\n * @since 0.1.0\n */\nclass m000000_000005_auth_it"}, {"tag": "NAME", "value": "Agiel K. Saputra", "start": 126, "end": 142, "context": "igration class fo... |
""" Dynamic bicycle model.
Use Dynamic class to:
1. simulate continuous model
2. linearize continuous model
3. discretize continuous model
4. simulate continuously linearized discrete model
5. compare continuous and discrete models
"""
__author__ = 'Achin Jain'
__email__ = 'achinj@seas.upenn.edu'
import num... | Python | MIT | KlrShaK/bayesrace/bayes_race/models/dynamic.py | c2ad1fed-f18c-4f35-b0a4-aa26d062fe52 | [{"tag": "EMAIL", "value": "achinj@seas.upenn.edu", "start": 285, "end": 306, "context": "dels\n\n\"\"\"\n\n__author__ = 'Achin Jain'\n__email__ = 'achinj@seas.upenn.edu'\n\n\nimport numpy as np\nimport casadi as cs\nfrom ba"}, {"tag": "NAME", "value": "Achin Jain", "start": 260, "end": 270, "context": "ontinuous and d... | [{"tag": "EMAIL", "value": "achinj@seas.upenn.edu", "start": 285, "end": 306, "context": "dels\n\n\"\"\"\n\n__author__ = 'Achin Jain'\n__email__ = 'achinj@seas.upenn.edu'\n\n\nimport numpy as np\nimport casadi as cs\nfrom ba"}, {"tag": "NAME", "value": "Achin Jain", "start": 260, "end": 270, "context": "ontinuous and d... |
// Copyright (c) 2017-2018, The Enro Project
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice, this list of
... | C++ | BSD-3-Clause | enro-project/enro/tests/fuzz/cold-outputs.cpp | 1a278e47-d16c-4cb3-93de-d0348c87d58e | [{"tag": "API_KEY", "value": "0b4f47697ec99c3de6579304e5f25c68b07afbe55b71d99620bf6cbf4e45a80f", "start": 2130, "end": 2194, "context": "t()\n{\n static const char * const spendkey_hex = \"0b4f47697ec99c3de6579304e5f25c68b07afbe55b71d99620bf6cbf4e45a80f\";\n crypto::secret_key spendkey;\n epee::string_t"}] | [{"tag": "KEY", "value": "0b4f47697ec99c3de6579304e5f25c68b07afbe55b71d99620bf6cbf4e45a80f", "start": 2130, "end": 2194, "context": "t()\n{\n static const char * const spendkey_hex = \"0b4f47697ec99c3de6579304e5f25c68b07afbe55b71d99620bf6cbf4e45a80f\";\n crypto::secret_key spendkey;\n epee::string_t"}] |
<?php
namespace Adapter\facades;
use Adapter\ParcelAdapter;
use Adapter\RequestHelper;
use Adapter\ResponseHandler;
use Yii;
/**
* Class ParcelDraftSortDiscardFacade
* @author Adeyemi Olaoye <yemi@cottacush.com>
* @package Adapter\facades
*/
class ParcelDraftSortDiscardFacade extends BulkOperationFacade
{
/... | PHP | MIT | megamsquare/crm-client/app/Adapter/facades/ParcelDraftSortDiscardFacade.php | 378b64a6-4597-4617-b6eb-b808bbd62781 | [{"tag": "EMAIL", "value": "yemi@cottacush.com", "start": 197, "end": 215, "context": "DraftSortDiscardFacade\n * @author Adeyemi Olaoye <yemi@cottacush.com>\n * @package Adapter\\facades\n */\nclass ParcelDraf"}, {"tag": "NAME", "value": "Adeyemi Olaoye", "start": 181, "end": 195, "context": "\n * Class ParcelDraftSor... | [{"tag": "EMAIL", "value": "yemi@cottacush.com", "start": 197, "end": 215, "context": "DraftSortDiscardFacade\n * @author Adeyemi Olaoye <yemi@cottacush.com>\n * @package Adapter\\facades\n */\nclass ParcelDraf"}, {"tag": "NAME", "value": "Adeyemi Olaoye", "start": 181, "end": 195, "context": "\n * Class ParcelDraftSor... |
package logger
import (
"fmt"
"github.com/denisbrodbeck/machineid"
"io/ioutil"
"net"
"os"
"path"
"runtime"
"runtime/debug"
"strings"
"time"
)
const (
Debug = "DEBUG"
Info = "INFO "
Warn = "WARN "
Error = "ERROR"
Fatal = "FATAL"
)
const (
loggerPathPrefix = "utils/log/logger/logger.go"
errorsFile ... | GO | MIT | michael-reichenauer/gmc/utils/log/logger/logger.go | 70274ec5-aba2-4390-a607-6824cf8a1fa0 | [{"tag": "USERNAME", "value": "denisbrodbeck", "start": 45, "end": 58, "context": "package logger\n\nimport (\n\t\"fmt\"\n\t\"github.com/denisbrodbeck/machineid\"\n\t\"io/ioutil\"\n\t\"net\"\n\t\"os\"\n\t\"path\"\n\t\"ru"}] | [{"tag": "USERNAME", "value": "denisbrodbeck", "start": 45, "end": 58, "context": "package logger\n\nimport (\n\t\"fmt\"\n\t\"github.com/denisbrodbeck/machineid\"\n\t\"io/ioutil\"\n\t\"net\"\n\t\"os\"\n\t\"path\"\n\t\"ru"}] |
/*
* Copyright (c) 2019 Jack Poulson <jack@hodgestar.com>
*
* 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/.
*/
#include <iostream>
#include "mantis.hpp"
template... | C++ | MPL-2.0 | jpanetta/mantis/example/basic.cc | e06558fb-5b14-4ed3-896f-1ac6bd7df5b4 | [{"tag": "NAME", "value": "Jack Poulson", "start": 25, "end": 37, "context": "/*\n * Copyright (c) 2019 Jack Poulson <jack@hodgestar.com>\n *\n * This Source Code Form "}, {"tag": "EMAIL", "value": "jack@hodgestar.com", "start": 39, "end": 57, "context": "/*\n * Copyright (c) 2019 Jack Poulson <jack@hodgestar.com>\n *\... | [{"tag": "NAME", "value": "Jack Poulson", "start": 25, "end": 37, "context": "/*\n * Copyright (c) 2019 Jack Poulson <jack@hodgestar.com>\n *\n * This Source Code Form "}, {"tag": "EMAIL", "value": "jack@hodgestar.com", "start": 39, "end": 57, "context": "/*\n * Copyright (c) 2019 Jack Poulson <jack@hodgestar.com>\n *\... |
cask 'ubiquiti-unifi-controller' do
version '5.6.26'
sha256 'fab2a2b6c53dd90bd2aeb7a73b72ca60ff08f4fd12c031bbcfd5da995c0bec6b'
url "https://dl.ubnt.com/unifi/#{version}/UniFi.pkg"
name 'UniFi Controller'
homepage 'https://www.ubnt.com/download/unifi/'
conflicts_with cask: 'ubiquiti-unifi-controller-lts'
... | Ruby | Unlicense | StephenDiIorio/homebrew-drivers/Casks/ubiquiti-unifi-controller.rb | 611b1774-5a2f-4025-992e-bea100ddbf44 | [] | [] |
from operator import attrgetter
import pyangbind.lib.xpathhelper as xpathhelper
from pyangbind.lib.yangtypes import RestrictedPrecisionDecimalType, RestrictedClassType, TypedListType
from pyangbind.lib.yangtypes import YANGBool, YANGListType, YANGDynClass, ReferenceType
from pyangbind.lib.base import PybindBase
from d... | Python | Apache-2.0 | extremenetworks/pybind/pybind/nos/v6_0_2f/interface/hundredgigabitethernet/switchport/access_mac_group_rspan_vlan_classification/access/__init__.py | 46720a95-bdf9-466b-bd17-33c06424cb54 | [] | [] |
<?php
namespace Realodix\Utils\Test\Numbers;
trait IbanTestProvider
{
public function verifyProvider()
{
return [
['CH9300762011623852957'], // Switzerland without spaces
['CH93 0076 2011 6238 5295 7'], // Switzerland with multiple spaces
// Country list
... | PHP | MIT | realodix/php-utility/tests/Numbers/IbanTestProvider.php | 8be37588-7e04-4d9c-98bf-c89efcd0f027 | [] | [] |
/* The smooth Class Library
* Copyright (C) 1998-2014 Robert Kausch <robert.kausch@gmx.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of "The Artistic License, Version 2.0".
*
* THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
* IMPLIED WARRA... | C++ | Artistic-2.0 | Patriccollu/smooth/classes/gui/widgets/basic/groupbox.cpp | 2633ed7d-0f7b-4a54-9664-a1fd9e9dd743 | [{"tag": "NAME", "value": "Robert Kausch", "start": 57, "end": 70, "context": " smooth Class Library\n * Copyright (C) 1998-2014 Robert Kausch <robert.kausch@gmx.net>\n *\n * This library is f"}, {"tag": "EMAIL", "value": "robert.kausch@gmx.net", "start": 72, "end": 93, "context": "ibrary\n * Copyright (C) 1998-201... | [{"tag": "NAME", "value": "Robert Kausch", "start": 57, "end": 70, "context": " smooth Class Library\n * Copyright (C) 1998-2014 Robert Kausch <robert.kausch@gmx.net>\n *\n * This library is f"}, {"tag": "EMAIL", "value": "robert.kausch@gmx.net", "start": 72, "end": 93, "context": "ibrary\n * Copyright (C) 1998-201... |
# NASA EO-Metadata-Tools Python interface for the Common Metadata Repository (CMR)
#
# https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html
#
# Copyright (c) 2020 United States Government as represented by the Administrator
# of the National Aeronautics and Space Administration. All Rights Reserved.
#
# ... | Python | Apache-2.0 | nasa/eo-metadata-tools/CMR/python/cmr/util/network.py | 96c031ff-ceee-4c6d-816b-4842a02ff0bd | [{"tag": "IP_ADDRESS", "value": "127.0.0.1", "start": 1191, "end": 1200, "context": "s used in code not checked in yet \"\"\"\n return '127.0.0.1'\n\ndef value_to_param(key, value):\n \"\"\"\n Con"}] | [{"tag": "IP_ADDRESS", "value": "127.0.0.1", "start": 1191, "end": 1200, "context": "s used in code not checked in yet \"\"\"\n return '127.0.0.1'\n\ndef value_to_param(key, value):\n \"\"\"\n Con"}] |
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above cop... | C | Apache-2.0 | AustinWise/Netduino-Micro-Framework/DeviceCode/pal/lwip/lwip_1_3_2/src/include/lwip/stats.h | c34f4328-4a00-48fd-a379-5865d3be81e3 | [{"tag": "EMAIL", "value": "adam@sics.se", "start": 1615, "end": 1627, "context": "lwIP TCP/IP stack.\r\n * \r\n * Author: Adam Dunkels <adam@sics.se>\r\n *\r\n */\r\n#ifndef __LWIP_STATS_H__\r\n#define __LW"}, {"tag": "NAME", "value": "Adam Dunkels", "start": 1601, "end": 1613, "context": "s part of the lwIP TCP/IP st... | [{"tag": "EMAIL", "value": "adam@sics.se", "start": 1615, "end": 1627, "context": "lwIP TCP/IP stack.\r\n * \r\n * Author: Adam Dunkels <adam@sics.se>\r\n *\r\n */\r\n#ifndef __LWIP_STATS_H__\r\n#define __LW"}, {"tag": "NAME", "value": "Adam Dunkels", "start": 1601, "end": 1613, "context": "s part of the lwIP TCP/IP st... |
<?php
$to = "admin@learningmuslim.com";
$subject = "Email from ".$_POST['username'];
$email = "Email address ".$_POST['email'];
$reason = "Reason ".$_POST['subject'];
$message = $_POST['message'];
$header = "From:".$_POST['email']." \r\n";
$header .= "MI... | PHP | MIT | turnono/learningmuslim.github.io/form_action.php | 6f9168c5-7c6a-4487-b6d7-d5ef5ac50476 | [{"tag": "EMAIL", "value": "admin@learningmuslim.com", "start": 22, "end": 46, "context": "<?php\n $to = \"admin@learningmuslim.com\";\n $subject = \"Email from \".$_POST['usern"}] | [{"tag": "EMAIL", "value": "admin@learningmuslim.com", "start": 22, "end": 46, "context": "<?php\n $to = \"admin@learningmuslim.com\";\n $subject = \"Email from \".$_POST['usern"}] |
# Solution to Problem 8
# Program outputs today's date and time in the format "Monday, January 10th 2019 at 1:15pm"
# To start we import the Python datetime module as dt.
from datetime import datetime as dt
#now equals the date and time now.
now = dt.now()
# Copied verbatim initially from stacoverflow Reference 1 bel... | Python | Apache-2.0 | LauraBrogan/pands-problem-set-2019/solution-8.py | 3db0af7a-80dd-4d78-908e-29e6405c7d91 | [{"tag": "NAME", "value": "Laura Brogan", "start": 1538, "end": 1550, "context": "the problem also looked at the Python tutorial.\n# Laura Brogan 19/03/2019"}] | [{"tag": "NAME", "value": "Laura Brogan", "start": 1538, "end": 1550, "context": "the problem also looked at the Python tutorial.\n# Laura Brogan 19/03/2019"}] |
<?php
/**
* Open Source Social Network
*
* @package Open Source Social Network
* @author Open Social Website Core Team <info@softlab24.com>
* @copyright 2014 iNFORMATIKON TECHNOLOGIES
* @license Open Source Social Network License (OSSN LICENSE) http://www.opensource-socialnetwork.org/licence
* @link h... | PHP | MIT | 0dot00spaceS/opensource-socialnetwork/components/OssnInvite/locale/ossn.pt.php | f5bd225b-a7f2-482f-99e6-60cb9c14a13b | [{"tag": "EMAIL", "value": "vinicius@exemplo.com", "start": 792, "end": 812, "context": ":invite:emails:placeholder' => 'luan@exemplo.com, vinicius@exemplo.com',\n\t'com:ossn:invite:message' => 'Mensagem',\n\t\t\n "}, {"tag": "EMAIL", "value": "luan@exemplo.com", "start": 774, "end": 790, "context": "gula)',\n\t'com:o... | [{"tag": "EMAIL", "value": "vinicius@exemplo.com", "start": 792, "end": 812, "context": ":invite:emails:placeholder' => 'luan@exemplo.com, vinicius@exemplo.com',\n\t'com:ossn:invite:message' => 'Mensagem',\n\t\t\n "}, {"tag": "EMAIL", "value": "luan@exemplo.com", "start": 774, "end": 790, "context": "gula)',\n\t'com:o... |
#Python 3.X? Could be compatitible with small tweaks.
from re import findall
#Tatatat0 2016
#Documentation:
#Virtual Memory Classes:
# Virtual_Memory(max_memory)
# maxmemory: maximum address memory can be allocated to
# chunks: list of virtual memory chunks.
# format: ((chunk1, chunk1.start_address,... | Python | MIT | tatatat0/VirtualMemory/VirtualMemory.py | d878b89f-dffa-4445-af7e-56dc2808d289 | [] | [] |
<h1 align="center">
<a href="./"><img id="header-logo" src="./logo.svg" width="250" alt="MuSpace logo" /></a>
</h1>
<h1 align="center">Software Requirement Specification (SRS)</h1>
<h2>1. Introduction</h2>
<h3>1.1 Project Summary</h3>
<p>
MuSpace is a music-based social media platform focused on connecting musi... | Markdown | MIT | SherRao/MuSpace/docs/Requirements.md | 7ced85ed-209e-4e8b-a0f5-730527a55991 | [] | [] |
"""
Off Multipage Cheatsheet
https://github.com/daniellewisDL/streamlit-cheat-sheet
@daniellewisDL : https://github.com/daniellewisDL
"""
import streamlit as st
from pathlib import Path
import base64
from modules.toc import *
# Initial page config
st.set_page_config(
page_title='Code Compendium Intro Page',
... | Python | MIT | rypaik/Streamlit_Ref/.history/pages/intro_20220303160531.py | 116f5316-0f74-4616-ab97-5fc54c3a0061 | [{"tag": "USERNAME", "value": "daniellewisDL", "start": 2303, "end": 2316, "context": "<small>[st.cheat_sheet v1.0.0](https://github.com/daniellewisDL/streamlit-cheat-sheet) | Oct 2021</small>''', un"}, {"tag": "EMAIL", "value": "ryanpaik@protonmail.com", "start": 3594, "end": 3617, "context": "ou would like access to... | [{"tag": "USERNAME", "value": "daniellewisDL", "start": 2303, "end": 2316, "context": "<small>[st.cheat_sheet v1.0.0](https://github.com/daniellewisDL/streamlit-cheat-sheet) | Oct 2021</small>''', un"}, {"tag": "EMAIL", "value": "ryanpaik@protonmail.com", "start": 3594, "end": 3617, "context": "ou would like access to... |
cask 'cantata' do
version '2.3.2'
sha256 'c9eb8a1102d0a68cafc93f22df73445b8f69706f3322285f9a2f623a28df0176'
url "https://github.com/CDrummond/cantata/releases/download/v#{version}/Cantata-#{version}.dmg"
appcast 'https://github.com/CDrummond/cantata/releases.atom'
name 'Cantata'
homepage 'https://github.co... | Ruby | BSD-2-Clause | 00dani/homebrew-cask/Casks/cantata.rb | 73f655a2-94da-400f-9195-86b2150aa2bc | [{"tag": "USERNAME", "value": "cdrummond", "start": 322, "end": 331, "context": "'\n name 'Cantata'\n homepage 'https://github.com/cdrummond/cantata'\n\n depends_on macos: '>= :sierra'\n\n app"}, {"tag": "USERNAME", "value": "CDrummond", "start": 139, "end": 148, "context": "2285f9a2f623a28df0176'\n\n url \"https:... | [{"tag": "USERNAME", "value": "cdrummond", "start": 322, "end": 331, "context": "'\n name 'Cantata'\n homepage 'https://github.com/cdrummond/cantata'\n\n depends_on macos: '>= :sierra'\n\n app"}, {"tag": "USERNAME", "value": "CDrummond", "start": 139, "end": 148, "context": "2285f9a2f623a28df0176'\n\n url \"https:... |
/* tslint:disable:no-unused-variable */
/* tslint:disable:no-unused-expression */
/* tslint:disable:no-var-requires */
/* tslint:disable:max-classes-per-file */
import { ComponentFixture, TestBed, async, fakeAsync, tick } from '@angular/core/testing';
import { FormsModule } from '@angular/forms';
import { NgbActiveModa... | TypeScript | Apache-2.0 | NunoEdgarGFlowHub/composer/packages/composer-playground/src/app/editor/add-file/add-file.component.spec.ts | a48a6c1a-ceed-4570-b8b3-b6308ca18c5a | [] | [] |
// Copyright (c) 2021 Leandro T. C. Melo <ltcmelo@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... | C++ | BSD-3-Clause | luigidcsoares/psychec/C/syntax/SyntaxReference.cpp | 3ee16ef0-4d63-4784-a6fd-fa2df59b1b02 | [{"tag": "EMAIL", "value": "ltcmelo@gmail.com", "start": 42, "end": 59, "context": "// Copyright (c) 2021 Leandro T. C. Melo <ltcmelo@gmail.com>\n//\n// Permission is hereby granted, free of char"}, {"tag": "NAME", "value": "Leandro T. C. Melo", "start": 22, "end": 40, "context": "// Copyright (c) 2021 Leandro T. C. Me... | [{"tag": "EMAIL", "value": "ltcmelo@gmail.com", "start": 42, "end": 59, "context": "// Copyright (c) 2021 Leandro T. C. Melo <ltcmelo@gmail.com>\n//\n// Permission is hereby granted, free of char"}, {"tag": "NAME", "value": "Leandro T. C. Melo", "start": 22, "end": 40, "context": "// Copyright (c) 2021 Leandro T. C. Me... |
// -*- C++ -*-
//==========================================================
/**
* Created_datetime : 10/15/2013 14:23
* File : ScopedLock.hpp
* Author : GNUnix <Kingbug2010@gmail.com>
* Description :
*
* <Change_list>
*/
//====================================================... | C++ | MIT | Zerak/ServerCore/src/ScopedLock.hpp | a2a850c7-f7cc-4eaa-821c-f6a70602b611 | [{"tag": "EMAIL", "value": "Kingbug2010@gmail.com", "start": 192, "end": 213, "context": ": ScopedLock.hpp\n* Author : GNUnix <Kingbug2010@gmail.com>\n* Description : \n*\n* <Change_list>\n"}] | [{"tag": "EMAIL", "value": "Kingbug2010@gmail.com", "start": 192, "end": 213, "context": ": ScopedLock.hpp\n* Author : GNUnix <Kingbug2010@gmail.com>\n* Description : \n*\n* <Change_list>\n"}] |
/*
* Copyright (C) 2015 Menlo Park Innovation LLC
*
* This is licensed software, all rights as to the software
* is reserved by Menlo Park Innovation LLC.
*
* A license included with the distribution provides certain limited
* rights to a given distribution of the work.
*
* This distribution includes a copy o... | C++ | Apache-2.0 | menloparkinnovation/openpux/Arduino/Libraries/DweetLightHouse/DweetLightHouse.cpp | 2cae1c8e-5c9e-4e36-8ec0-729e09edca25 | [{"tag": "EMAIL", "value": "menloparkinnovation@gmail.com", "start": 552, "end": 581, "context": " please contact:\n *\n * menloparkinnovation.com\n * menloparkinnovation@gmail.com\n */\n\n/*\n * Date: 02/22/2015\n * File: DweetLight"}] | [{"tag": "EMAIL", "value": "menloparkinnovation@gmail.com", "start": 552, "end": 581, "context": " please contact:\n *\n * menloparkinnovation.com\n * menloparkinnovation@gmail.com\n */\n\n/*\n * Date: 02/22/2015\n * File: DweetLight"}] |
version https://git-lfs.github.com/spec/v1
oid sha256:bf98dbc8c6536175912151fdc95e538f3e365051d9782a67b40c7fd1bf3d01b9
size 2358
| C++ | MIT | realtehcman/-UnderwaterSceneProject/dependencies/glm/gtx/matrix_operation.hpp | c7adc867-3c63-435e-94c3-de44b9198d26 | [] | [] |
#!/usr/bin/python
# -*- coding: utf-8 -*-
# thumbor imaging service
# https://github.com/thumbor/thumbor/wiki
# Licensed under the MIT license:
# http://www.opensource.org/licenses/mit-license
# Copyright (c) 2011 globo.com thumbor@googlegroups.com
import os
from io import BytesIO
from subprocess import PIPE, Popen
... | Python | MIT | TrueGameover/thumbor/thumbor/engines/pil.py | f49cc213-176f-44d2-a850-349615badb7d | [{"tag": "EMAIL", "value": "thumbor@googlegroups.com", "start": 226, "end": 250, "context": "censes/mit-license\n# Copyright (c) 2011 globo.com thumbor@googlegroups.com\n\nimport os\nfrom io import BytesIO\nfrom subprocess"}] | [{"tag": "EMAIL", "value": "thumbor@googlegroups.com", "start": 226, "end": 250, "context": "censes/mit-license\n# Copyright (c) 2011 globo.com thumbor@googlegroups.com\n\nimport os\nfrom io import BytesIO\nfrom subprocess"}] |
from django.db import models
from django.contrib.auth.models import User
# Which data the user already has:
# SuperUserInformation
# User: Jose
# Email: training@pieriandata.com
# Password: testpassword
# Create your models here.
class UserProfileInfo(models.Model):
# Create relationship (don't inherit... | Python | MIT | warpalatino/public/Python learnings/Django projects/learning_users/basic_app/models.py | 44994e86-a411-4e79-a823-5aae2618e9b7 | [{"tag": "PASSWORD", "value": "testpassword", "start": 196, "end": 208, "context": "e\r\n# Email: training@pieriandata.com\r\n# Password: testpassword\r\n\r\n# Create your models here.\r\nclass UserProfileI"}, {"tag": "EMAIL", "value": "training@pieriandata.com\r", "start": 158, "end": 183, "context": ":\r\n# SuperUser... | [{"tag": "PASSWORD", "value": "testpassword", "start": 196, "end": 208, "context": "e\r\n# Email: training@pieriandata.com\r\n# Password: testpassword\r\n\r\n# Create your models here.\r\nclass UserProfileI"}, {"tag": "EMAIL", "value": "training@pieriandata.com\r", "start": 158, "end": 183, "context": ":\r\n# SuperUser... |
import {ITofUser} from './models/tof-request';
import {Bundle, Practitioner} from '../../../../libs/tof-lib/src/lib/stu3/fhir';
import {Globals} from '../../../../libs/tof-lib/src/lib/globals';
export function createTestUser(userId = 'test.user', name = 'test user', email = 'test@test.com'): ITofUser {
return {
... | TypeScript | Apache-2.0 | jasmdk/trifolia-on-fhir/apps/server/src/app/test.helper.ts | 1f0d3170-bd2b-44b2-9e54-d5adba52bff6 | [] | [] |
# Copyright 2016 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/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | Python | Apache-2.0 | ammayathrajeshnair/googlecloudpython/vision/setup.py | 56bdee16-2735-4a72-a207-f77cd13cd98b | [{"tag": "EMAIL", "value": "jjg+google-cloud-python@google.com", "start": 964, "end": 998, "context": "r': 'Google Cloud Platform',\n 'author_email': 'jjg+google-cloud-python@google.com',\n 'scripts': [],\n 'url': 'https://github.c"}] | [{"tag": "EMAIL", "value": "jjg+google-cloud-python@google.com", "start": 964, "end": 998, "context": "r': 'Google Cloud Platform',\n 'author_email': 'jjg+google-cloud-python@google.com',\n 'scripts': [],\n 'url': 'https://github.c"}] |
<?php
/**
* Copyright (c) 2018 Constantin Galbenu <xprt64@gmail.com>
*/
namespace Dudulina\CodeGeneration\Query;
use Dudulina\Attributes\QueryHandler;
use Dudulina\CodeGeneration\AttributeDetector;
use Gica\CodeAnalysis\MethodListenerDiscovery\MessageClassDetector;
class QueryHandlerDetector implements MessageClas... | PHP | MIT | xprt64/cqrs-es/src/Dudulina/CodeGeneration/Query/QueryHandlerDetector.php | bc9ebcdf-c08b-470a-b321-7126ec3a78be | [{"tag": "EMAIL", "value": "xprt64@gmail.com", "start": 52, "end": 68, "context": "php\n/**\n * Copyright (c) 2018 Constantin Galbenu <xprt64@gmail.com>\n */\n\nnamespace Dudulina\\CodeGeneration\\Query;\n\nu"}] | [{"tag": "EMAIL", "value": "xprt64@gmail.com", "start": 52, "end": 68, "context": "php\n/**\n * Copyright (c) 2018 Constantin Galbenu <xprt64@gmail.com>\n */\n\nnamespace Dudulina\\CodeGeneration\\Query;\n\nu"}] |
<?php
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit2bb9ea51ef615e19c4c067c99f11eca8
{
private static $loader;
public static function loadClassLoader($class)
{
if ('Composer\Autoload\ClassLoader' === $class) {
require __DIR__ . '/ClassLoader.php';
}
... | PHP | Apache-2.0 | pmSven/pm-shopware-base-project/src/public/custom/plugins/FroshProfiler/vendor/composer/autoload_real.php | a4f57676-d2cb-42eb-836a-bbc211487902 | [] | [] |
import { BAKED_BASE_URL, WORDPRESS_URL } from 'settings'
import * as React from 'react'
import { Head } from './Head'
import { CitationMeta } from './CitationMeta'
import { SiteHeader } from './SiteHeader'
import { SiteFooter } from './SiteFooter'
import { formatAuthors, FormattedPost, FormattingOptions } from '../form... | TypeScript | MIT | richardgoater/owid-grapher/site/server/views/LongFormPage.tsx | b65757f4-efb2-49ed-bd00-4f24604ca5fc | [] | [] |
/*
* Copyright (c) 2018-2021, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/AnyOf.h>
#include <AK/ByteBuffer.h>
#include <AK/Find.h>
#include <AK/FlyString.h>
#include <AK/Function.h>
#include <AK/Memory.h>
#include <AK/String.h>
#include <AK/StringView.h>
#include ... | C++ | BSD-2-Clause | 3nt3/serenity/AK/StringView.cpp | 363dc8e4-0c91-4b25-9ecb-e6bdc6ef3e7d | [{"tag": "NAME", "value": "Andreas Kling", "start": 31, "end": 44, "context": "/*\n * Copyright (c) 2018-2021, Andreas Kling <kling@serenityos.org>\n *\n * SPDX-License-Identif"}, {"tag": "EMAIL", "value": "kling@serenityos.org", "start": 46, "end": 66, "context": "/*\n * Copyright (c) 2018-2021, Andreas Kling <kling@s... | [{"tag": "NAME", "value": "Andreas Kling", "start": 31, "end": 44, "context": "/*\n * Copyright (c) 2018-2021, Andreas Kling <kling@serenityos.org>\n *\n * SPDX-License-Identif"}, {"tag": "EMAIL", "value": "kling@serenityos.org", "start": 46, "end": 66, "context": "/*\n * Copyright (c) 2018-2021, Andreas Kling <kling@s... |
<?php
return [
/*
* Debug 模式,bool 值:true/false
*
* 当值为 false 时,所有的日志都不会记录
*/
'debug' => true,
/*
* 使用 Laravel 的缓存系统
*/
'use_laravel_cache' => true,
/*
* 账号基本信息,请从微信公众平台/开放平台获取
*/
'app_id' => env('WECHAT_APPID', 'wx85a771d5dac6c0d0'), // AppID
... | PHP | Apache-2.0 | coderlee/Trains/config/wechat.php | 904540b8-c72a-4968-b147-82f14ee229d5 | [{"tag": "API_KEY", "value": "3Eowbj5dA4zkbprvK3nnp3NDz/pj6TSVdyVO+b/AX90=", "start": 450, "end": 494, "context": "/ AppSecret\n 'token' => env('WECHAT_TOKEN', '3Eowbj5dA4zkbprvK3nnp3NDz/pj6TSVdyVO+b/AX90='), // Token\n 'aes_key' => env('WECHAT"}, {"tag": "API_KEY", "value": "05dc14834a17fab400da0b532f... | [{"tag": "KEY", "value": "3Eowbj5dA4zkbprvK3nnp3NDz/pj6TSVdyVO+b/AX90=", "start": 450, "end": 494, "context": "/ AppSecret\n 'token' => env('WECHAT_TOKEN', '3Eowbj5dA4zkbprvK3nnp3NDz/pj6TSVdyVO+b/AX90='), // Token\n 'aes_key' => env('WECHAT"}, {"tag": "KEY", "value": "05dc14834a17fab400da0b532fc8657f",... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// As informações gerais sobre um assembly são controladas por
// conjunto de atributos. Altere estes valores de atributo para modificar as informações
// associada a um assembly.
[assembly: AssemblyTitle("Phobos.BLL... | C# | MIT | EiLucas/Phobos/Sistema/PhobosAnomaly/Phobos.BLL/Properties/AssemblyInfo.cs | 681677a8-0b57-437e-8f78-dcafaa7410ca | [] | [] |
class Codec2 < Formula
desc "Open source speech codec"
homepage "https://www.rowetel.com/?page_id=452"
# Linked from https://freedv.org/
url "https://hobbes1069.fedorapeople.org/freetel/codec2/codec2-0.8.1.tar.xz"
sha256 "a07cdaacf59c3f7dbb1c63b769d443af486c434b3bd031fb4edd568ce3e613d6"
bottle do
cella... | Ruby | BSD-2-Clause | Char-Aznable/homebrew-core/Formula/codec2.rb | 75f754bb-7bc9-45d7-8bbb-c474851e20fb | [] | [] |
require 'active_support/core_ext/string/strip'
module ActiveRecord
module ConnectionAdapters
class AbstractAdapter
class SchemaCreation # :nodoc:
def initialize(conn)
@conn = conn
@cache = {}
end
def accept(o)
m = @cache[o.class] ||= "visit_#{o.class.n... | Ruby | MIT | AMHOL/activejob-lock/rails/activerecord/lib/active_record/connection_adapters/abstract/schema_creation.rb | 8343dca8-207a-4ced-8c96-c61737f830f1 | [] | [] |
"""OAuth1 module written according to http://oauth.net/core/1.0/#signing_process"""
import base64
import hmac
import requests # requests must be loaded so that urllib receives the parse module
import time
import urllib
from hashlib import sha1
from six import b
from uuid import uuid4
use_parse_quote = not hasattr(ur... | Python | MIT | bluefish6/Emailage_Python/emailage/signature.py | b5bf7984-391e-4efa-b8c6-a90429afa862 | [{"tag": "EMAIL", "value": "registered.account.user@yourcompany.com", "start": 1992, "end": 2031, "context": "_dict\n >>> query_params = dict(user_email='registered.account.user@yourcompany.com',\\\n query='email.you.are.interested.in"}, {"tag": "EMAIL", "value": "admin@yourcompany.com", "start": 3836... | [{"tag": "EMAIL", "value": "registered.account.user@yourcompany.com", "start": 1992, "end": 2031, "context": "_dict\n >>> query_params = dict(user_email='registered.account.user@yourcompany.com',\\\n query='email.you.are.interested.in"}, {"tag": "EMAIL", "value": "admin@yourcompany.com", "start": 3836... |
__copyright__ = "Copyright (C) 2009-2013 Andreas Kloeckner"
__license__ = """
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, c... | Python | MIT | sv2518/pymbolic/test/test_pymbolic.py | d0bc4ec1-752e-44cb-8689-9211f87f80c9 | [{"tag": "NAME", "value": "Andreas Kloeckner", "start": 41, "end": 58, "context": "__copyright__ = \"Copyright (C) 2009-2013 Andreas Kloeckner\"\n\n__license__ = \"\"\"\nPermission is hereby granted,"}] | [{"tag": "NAME", "value": "Andreas Kloeckner", "start": 41, "end": 58, "context": "__copyright__ = \"Copyright (C) 2009-2013 Andreas Kloeckner\"\n\n__license__ = \"\"\"\nPermission is hereby granted,"}] |
# -*- coding: utf-8 -*-
"""Subspace Outlier Detection (SOD)
"""
# Author: Yahya Almardeny <almardeny@gmail.com>
# License: BSD 2 clause
import numpy as np
import numba as nb
from sklearn.neighbors import NearestNeighbors
from sklearn.utils import check_array
from ..utils.utility import check_parameter
from .base impo... | Python | BSD-2-Clause | BillyGareth/pyod/pyod/models/sod.py | 9b698080-cf21-4c7a-a0e5-3f5e858dc09e | [{"tag": "EMAIL", "value": "almardeny@gmail.com", "start": 91, "end": 110, "context": "er Detection (SOD)\n\"\"\"\n# Author: Yahya Almardeny <almardeny@gmail.com>\n# License: BSD 2 clause\n\nimport numpy as np\nimpo"}, {"tag": "NAME", "value": "Yahya Almardeny", "start": 74, "end": 89, "context": "\"\"\"Subspace Outlie... | [{"tag": "EMAIL", "value": "almardeny@gmail.com", "start": 91, "end": 110, "context": "er Detection (SOD)\n\"\"\"\n# Author: Yahya Almardeny <almardeny@gmail.com>\n# License: BSD 2 clause\n\nimport numpy as np\nimpo"}, {"tag": "NAME", "value": "Yahya Almardeny", "start": 74, "end": 89, "context": "\"\"\"Subspace Outlie... |
import { Injectable } from '@angular/core';
import { Observable } from 'rxjs/Observable';
import 'rxjs/add/observable/of';
import { User } from './models/user';
@Injectable()
export class AppUserService {
private users: User[] = [{
id: 1,
firstName: 'user',
lastName: 'user',
email:... | TypeScript | MIT | AkremiKhayreddine27/Locatus/src/app/@core/data/app-user.service.ts | a053364f-05d7-4fca-a047-d6128aaed87b | [{"tag": "PASSWORD", "value": "123456", "start": 396, "end": 402, "context": " phone: '0021612345614',\n password: '123456'\n }]\n\n\n constructor() {\n // this.use"}, {"tag": "EMAIL", "value": "user@easylocatus.com", "start": 322, "end": 342, "context": "'user',\n lastName: 'user',\n ... | [{"tag": "PASSWORD", "value": "123456", "start": 396, "end": 402, "context": " phone: '0021612345614',\n password: '123456'\n }]\n\n\n constructor() {\n // this.use"}, {"tag": "EMAIL", "value": "user@easylocatus.com", "start": 322, "end": 342, "context": "'user',\n lastName: 'user',\n ... |
/*
* uicbm2model.h - CBM2 model selection UI for MS-DOS.
*
* Written by
* Marco van den Heuvel <blackystardust68@yahoo.com>
*
* This file is part of VICE, the Versatile Commodore Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under... | C | Apache-2.0 | Classicmods/C64_mini_VICE/src/arch/msdos/uicbm2model.h | 25705e56-2fc5-4cef-85da-3acb09a41a99 | [{"tag": "EMAIL", "value": "blackystardust68@yahoo.com", "start": 101, "end": 127, "context": "S-DOS.\n *\n * Written by\n * Marco van den Heuvel <blackystardust68@yahoo.com>\n *\n * This file is part of VICE, the Versatile C"}, {"tag": "NAME", "value": "Marco van den Heuvel", "start": 79, "end": 99, "context": "del s... | [{"tag": "EMAIL", "value": "blackystardust68@yahoo.com", "start": 101, "end": 127, "context": "S-DOS.\n *\n * Written by\n * Marco van den Heuvel <blackystardust68@yahoo.com>\n *\n * This file is part of VICE, the Versatile C"}, {"tag": "NAME", "value": "Marco van den Heuvel", "start": 79, "end": 99, "context": "del s... |
/*
TiMidity -- Experimental MIDI to WAVE converter
Copyright (C) 1995 Tuukka Toivonen <toivonen@clinet.fi>
This program is free software; you can redistribute it and/or modify
it under the terms of the Perl Artistic License, available in COPYING.
filter.h : written by Vincent Pagel ( pagel@loria.fr... | C | MIT | 0sara0/ring/extensions/android/ringlibsdl/project/jni/SDL2_mixer/timidity/filter.h | b5615a6f-6dcb-43b6-a66f-aa274a6cb16a | [{"tag": "NAME", "value": "Tuukka Toivonen", "start": 78, "end": 93, "context": "tal MIDI to WAVE converter\n Copyright (C) 1995 Tuukka Toivonen <toivonen@clinet.fi>\n\n This program is free so"}, {"tag": "EMAIL", "value": "toivonen@clinet.fi", "start": 95, "end": 113, "context": "converter\n Copyright (C) 199... | [{"tag": "NAME", "value": "Tuukka Toivonen", "start": 78, "end": 93, "context": "tal MIDI to WAVE converter\n Copyright (C) 1995 Tuukka Toivonen <toivonen@clinet.fi>\n\n This program is free so"}, {"tag": "EMAIL", "value": "toivonen@clinet.fi", "start": 95, "end": 113, "context": "converter\n Copyright (C) 199... |
// This file was procedurally generated from the following sources:
// - src/dstr-binding/obj-ptrn-prop-ary-trailing-comma.case
// - src/dstr-binding/default/gen-func-decl-dflt.template
/*---
description: Trailing comma is allowed following BindingPropertyList (generator function declaration (default parameter))
esid: ... | JavaScript | MPL-2.0 | dothq/browser-ff-old/js/src/tests/test262/language/statements/generators/dstr/dflt-obj-ptrn-prop-ary-trailing-comma.js | c9eb9003-cd79-493d-8912-545b4107c461 | [] | [] |
(window.webpackJsonp=window.webpackJsonp||[]).push([[7],{"0pAz":function(e,t,n){"use strict";n.r(t);var a=n("q1tI"),l=n.n(a),i=n("Wbzz"),c=n("vOnD"),o=n("VeD8"),m=n("pQ8y"),r=n("Kvkj"),u=n("7Qib"),s=n("InJ6"),d=c.d.main.withConfig({displayName:"snake__StyledMainContainer",componentId:"ywz0ll-0"})(["",";flex-direction:c... | JavaScript | MIT | RodrigoNeves95/RodrigoNeves95.github.io/docs/component---src-pages-snake-js-43bf58f4310d68287b25.js | db928b49-3e2f-45c2-b83f-fef2f5ee699f | [] | [] |
import tensorflow as tf
from tensorflow.keras.callbacks import ModelCheckpoint
import os
class TensorBoardFix(tf.keras.callbacks.TensorBoard):
"""
This fixes incorrect step values when using the TensorBoard callback with custom summary ops
https://stackoverflow.com/questions/64642944/steps-of-tf-summar... | Python | MIT | aguirrejuan/ConvRFF/convRFF/utils/utils.py | 7ef1932c-d642-4447-9c7b-101c4cd2320e | [] | [] |
module LeesToolbox
class UniteU < CSV_Formatter
def parse
case @target_type.downcase
when "shopify"
@source_file.each do |row|
@products << Shopifile.new(row, {:source_type=>"uniteu", :data_type=>"products", :map=>@mapper.map}).process
end
if @merge == tru... | Ruby | MIT | Duckfloss/lees-cli/lib/lees_toolbox/tools/csv_formatter/uniteu.rb | 8fefb97d-39ef-4fe1-89d4-c6aa03714310 | [] | [] |
class PkgConfig < Formula
desc "Manage compile and link flags for libraries"
homepage "https://freedesktop.org/wiki/Software/pkg-config/"
url "https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz"
sha256 "6fc69c01688c9458a57eb9a1664c9aba372ccda420a02bf4429fe610e7e7d591"
license "GPL-2.0-or-late... | Ruby | BSD-2-Clause | abitrolly/linuxbrew-core/Formula/pkg-config.rb | e51818f0-a7a4-4fc6-9cfe-8027385350c3 | [] | [] |
from tests.common import reboot, port_toggle
import os
import time
import random
import logging
import pprint
import pytest
import json
import ptf.testutils as testutils
import ptf.mask as mask
import ptf.packet as packet
from abc import ABCMeta, abstractmethod
from collections import defaultdict
from tests.common i... | Python | Apache-2.0 | KostiantynYarovyiBf/sonic-mgmt/tests/acl/test_acl.py | 2cb65a8f-815d-4937-9299-fb6c03001846 | [{"tag": "IP_ADDRESS", "value": "192.168.136.1", "start": 2476, "end": 2489, "context": ":a800::2\"\n}\nUPSTREAM_IP_TO_ALLOW = {\n \"ipv4\": \"192.168.136.1\",\n \"ipv6\": \"40c0:a800::4\"\n}\nUPSTREAM_IP_TO_BLO"}, {"tag": "IP_ADDRESS", "value": "20c0:a800::4", "start": 2229, "end": 2241, "context": "LOW = {\n ... | [{"tag": "IP_ADDRESS", "value": "192.168.136.1", "start": 2476, "end": 2489, "context": ":a800::2\"\n}\nUPSTREAM_IP_TO_ALLOW = {\n \"ipv4\": \"192.168.136.1\",\n \"ipv6\": \"40c0:a800::4\"\n}\nUPSTREAM_IP_TO_BLO"}, {"tag": "IP_ADDRESS", "value": "20c0:a800::4", "start": 2229, "end": 2241, "context": "LOW = {\n ... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE23_Relative_Path_Traversal__wchar_t_listen_socket_w32CreateFile_18.cpp
Label Definition File: CWE23_Relative_Path_Traversal.label.xml
Template File: sources-sink-18.tmpl.cpp
*/
/*
* @description
* CWE: 23 Relative Path Traversal
* BadSource: listen_socket Read... | C++ | BSD-3-Clause | JianpingZeng/xcc/xcc/test/juliet/testcases/CWE23_Relative_Path_Traversal/s05/CWE23_Relative_Path_Traversal__wchar_t_listen_socket_w32CreateFile_18.cpp | 7d3355d9-0e76-491c-8a35-a4205f33f462 | [] | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.