text
stringlengths
3
1.05M
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [6.1.9](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-table@6.1.8...@crave/farmblocks-table@6.1.9) (2022-01-05) **Note:** Version bump only for...
interface GenerateCtrlCEvent { generateCtrlC(): boolean; generateCtrlCAsync(): Promise<boolean>; generateCtrlBreak(dwProcessGroupId?: number): boolean; generateCtrlBreakAsync(dwProcessGroupId?: number): Promise<boolean>; } declare var funcs: GenerateCtrlCEvent; export = funcs;
angular.module('next',[]) .directive('ngPass',function() { return { link : function($scope,$elem,$attrs) { var pass = $attrs.ngPass; var arr = extractArray(pass); var event = $attrs.ngPassEvent || 'click'; var len = arr.length; /* @...
% Document type and used packages \documentclass[a4paper,11pt,headings=normal]{scrartcl} \usepackage[utf8]{inputenc} % Allow for UTF-8 files to \usepackage{graphicx} % Include graphics into document \usepackage[ngerman]{babel} % German hyphenation \usepackage{color} % Color suppor...
import * as chai from "chai"; import * as path from "path"; import * as indicators from "../../../src/indicators/"; import { TestDataFactory } from "../../testData"; const jsonfile = require("jsonfile"); chai.should(); describe("CDLINNECK Indicator", () => { let taResultFile: string; let sourceData: any; ...
// Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agr...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>approx-models: 2 m 31 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css...
layout: organization category: national title: Alex's Lemonade Stand Foundation impact_area: Health keywords: - Children in Need - Education - Health and Wellness location_services: location_offices: website: www.AlexsLemonade.org description: | Alexandra "Alex" Scott was diagnosed with a rare form of canc...
package gvl.javaturingmachine; import java.util.ArrayList; import java.util.List; public class ExampleTuringMachine { public static void main(String[] args) { Symbol begin = new Symbol(">"); Symbol one = new Symbol("1"); Symbol zero = new Symbol("0"); State start = new State("start");...
/*keeps the little logo in the navbar in the right placea*/ .navbar-brand { padding-top: 4px; } /*sets background to jelly fish picture*/ .b1 { height:100%; background: url(jellyfish.jpg) center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; backgro...
class AddTemplateFieldsToStoreProducts < ActiveRecord::Migration def change add_column :store_products, :template, :boolean, null: false, default: false add_column :store_products, :template_product_id, :integer end end
<p><strong>The game hexplode lets two players fight one another using exploding stacks of their tokens as means to take over enemy tokens. Over time, chain reactions become more and more common and as a result the game becomes difficult to predict. Here, I implement a ‘minimax’ algorithm to create a (very basic) comput...
<head> <title>Blaze Penguinz</title> <script charset="utf-8" type="text/javascript" src="js/phaser-ninja-physics.min.js"></script> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" media="screen" charset="utf-8"> <script src="https://maxcdn.bootstrapcdn.com/boot...
package org.theospi.portfolio.matrix.control; import java.util.HashMap; import java.util.Map; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.sakaiproject.metaobj.shared.mgt.IdManager; import org.sakaiproject.metaobj.shared.model.Id; import org.sakaiproject.metaobj.uti...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Shared.TestHooks; using Microsoft.CodeAnalysis.Test.Utilities;...
layout: documentation title: Usage description: Available commands and options of thelounge, the CLI of The Lounge order: 3 --- Once The Lounge is installed, a program called `thelounge` is now available. {% include toc.md %} ## Client help To view available keybinds, autocompletion options, and commands, press the...
package org.keycloak.testsuite.admin.client; import org.hamcrest.MatcherAssert; import org.junit.Assert; import org.junit.Test; import org.keycloak.admin.client.resource.ClientResource; import org.keycloak.admin.client.resource.ClientScopesResource; import org.keycloak.admin.client.resource.ProtocolMappersResource; ...
@interface BKJSONController () @property (nonatomic, strong, readwrite) NSManagedObjectContext *context; @property (nonatomic, strong, readwrite) BKEntityMap *entityMap; @end @implementation BKJSONController + (instancetype)JSONControllerWithContext:(NSManagedObjectContext *)context ...
/** * Registered locally and uses 'bind' and 'unbind' events to add/remove * event listeners to/from DOM Element. Mouseover <div> element. * * @author David Hayden * @link https://codepen.io/koderdojo/pen/pwEGpX */ const Hover = { bind: function (el, binding) { el.addEventListener('mouseenter', functi...
package com.xxx.market.model.base; import com.jfinal.plugin.activerecord.Model; import com.jfinal.plugin.activerecord.IBean; /** * Generated by JFinal, do not modify this file. */ @SuppressWarnings("serial") public abstract class BaseSellerAddr<M extends BaseSellerAddr<M>> extends Model<M> implements IBean { publ...
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/html"> <head> </head> <body> <h2>Samtykke for behandling av personopplysninger</h2> <p> Tjenestene som FiskInfo-appen tilbyr er avhengig av noe informasjon som regnes som personopplysninger for å fungere. <b>Vi trenger derf...
package com.rizki.mufrizal.aplikasi.inventory.configuration; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; /** * * @Author Rizki Mufrizal <mufrizalrizki@gmail.com> * @Since Mar 18, 2016 * @Time 9:57:26 PM * @Encoding UTF-8 * @Project A...
""" Copyright 2015 SmartBear Software 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...
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>The source code</title> <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="../resources/prettify/prettify.js"></script> <style type="t...
<?php /** * Created by PhpStorm. * User: janhuang * Date: 16/6/7 * Time: 下午12:23 * Github: https://www.github.com/janhuang * Coding: https://www.coding.net/janhuang * Blog: http://segmentfault.com/blog/janhuang */ namespace FastD\Debug\Collectors; use DebugBar\DataCollector\MessagesCollector; class DumpColle...
package com.cyngn.exovert.util; import com.datastax.driver.core.CodecRegistry; import com.datastax.driver.core.UserType; import com.englishtown.vertx.cassandra.CassandraSession; import com.fasterxml.jackson.annotation.JsonProperty; import com.squareup.javapoet.AnnotationSpec; import com.squareup.javapoet.ClassName; im...
package physics.shapes; import javafx.geometry.Bounds; import javafx.scene.Node; import org.jbox2d.collision.shapes.PolygonShape; import org.jbox2d.common.Vec2; /** * A JBox2D circle shape that tracks the vertices of a JavaFX polygon node. * * @author Christoph Burschka &lt;christoph@burschka.de&gt; */ public cla...
"use strict" window.onload = function(){ //importJSONfile(); //importJSONfile2(); } function importJSONfile() { let requestURL = 'https://raw.githubusercontent.com/ewomackQA/JSONDataRepo/master/example.json'; let request = new XMLHttpRequest(); request.open('GET', requestURL); request.responseTy...
FROM rvernica/scidb:15.12-ext COPY . /test WORKDIR /test ## Re-create ".pgpass" file due to hard links created by Docker Hub RUN cp /root/.pgpass /root/.pgpass.bk && mv /root/.pgpass.bk /root/.pgpass && \ service ssh start && \ service postgresql start && \ scidb.py startall $SCIDB_NAME && \ iquery --...
package com.github.joschi.jadconfig.testbeans; import com.github.joschi.jadconfig.Parameter; /** * @author Dennis Oelkers <dennis@torch.sh> */ public class InheritedBeanBaseClass { @Parameter("test.long") private long myInheritedLong; public long getMyInheritedLong() { return myInheritedLong; ...
class Utracker::Drawer Node = Struct.new(:service, :edges) do def ==(other) other.service == service end end def write_graph(filename) File.open(filename, 'w') do |file| file.puts "digraph message_flow {" file.puts " node [style=filled fillcolor=white]" file.puts " rankdir=...
// ----------------------------------------------------------------------------- // ListNode // ----------------------------------------------------------------------------- /** * Creates a new ListNode. * * @param {*} data * @constructor */ function ListNode(data) { this.data = data; // this.next = null;...
package com.github.nikolaymakhonin.android_app_example.ui.helpers; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.annotation.TargetApi; import android.os.Build; import android.view.View; import android.view.ViewAnimationUtils; public final class AnimationHelper { ...
package org.apache.camel.builder.component.dsl; import javax.annotation.Generated; import org.apache.camel.Component; import org.apache.camel.builder.component.AbstractComponentBuilder; import org.apache.camel.builder.component.ComponentBuilder; import org.apache.camel.component.servicenow.ServiceNowComponent; /** ...
if(NOT DEFINED CMAKE_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") # Set the install configuration name. if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) if(BUILD_TYPE) string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" CM...
namespace Google.Cloud.Domains.V1.Snippets { // [START domains_v1_generated_Domains_UpdateRegistration_sync_flattened] using Google.Cloud.Domains.V1; using Google.LongRunning; using Google.Protobuf.WellKnownTypes; public sealed partial class GeneratedDomainsClientSnippets { /// <summary...
Power Query Cheat Sheet in PDF and Word format. * Contains info about basic data types in M language and standard operations with them. * Shortcuts for some frequently used transformations and patterns (like if / then / else ). * Links to the most useful blogs. Шпаргалка по Power Query в PDF и Word формате. * Содерж...
<!DOCTYPE animal [ <!ELEMENT animal ANY> <?ᅍ an illegal char #x114d in PITarget ?> ]> <animal/>
var play_video = function( video ) { var _self = this; var _window = ''; var _player = ''; var _play = function() { // Close the pop up window, add the player to current window and play it _window.add( _player ); _window.open(); Titanium.Media.audioSessionMode = Ti.Media.AUDIO_SESSION_MODE_PLAYBACK; _p...
<!DOCTYPE html> <html lang="en" ng-app="station"> <head> <title>Station Hero</title> <script src="bower_components/jquery/dist/jquery.min.js"></script> <script src="bower_components/angular/angular.min.js"></script> <script src='https://api.mapbox.com/mapbox.js/v2.2.2/mapbox.js'></script> <script src="bower_...
using json = nlohmann::json; namespace But { namespace Log { namespace Destination { namespace Common { namespace { auto findFreeName(json const& field, std::string const& tag, unsigned counter) { auto name = tag + std::to_string(counter); while( field.find(name) != field.end() ) name = tag + std::to_string( ...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Web.Http; namespace CustomerPortal.Controllers { public class BaseController : ApiController { } }
namespace app { namespace Uno { namespace Collections { struct List__Uno_Data_Xml_XmlAttributeHandle; } } } namespace app { namespace Uno { namespace Data { namespace Xml { struct XmlAttributeHandle; } } } } namespace app { namespace Uno { namespace Collections { struct List1_Enumerator__Uno_Data_Xml_XmlAttributeHand...
const gulp = require('gulp') const notify = require('gulp-notify') const gulpIf = require('gulp-if') module.exports = class Jex{ /** * creates an instance of class */ constructor() { this.gulp = gulp this.notify = notify this.gulpIf = gulpIf this.stack = [] } /** * extends class with trait's featur...
<?php namespace Symfony\Component\Translation\Loader; use Symfony\Component\Config\Resource\FileResource; /** * PhpFileLoader loads translations from PHP files returning an array of translations. * * @author Fabien Potencier <fabien@symfony.com> * * @api */ class PhpFileLoader extends ArrayLoader implements ...
\i tables/user.sql; \i tables/profile.sql; \i tables/authorization.sql; -- security \i tables/acl.sql; \i tables/role.sql; \i tables/accesstoken.sql; \i tables/rolemapping.sql; -- language \i tables/language.sql; \i tables/lesson.sql; \i tables/topic.sql; -- topic \i tables/topic-type.sql; \i tables/topic-item.sql; ...
<?php namespace Eddmash\PowerOrm\Parser; use Eddmash\PowerOrm\Parser\Fixers\FixerInterface; use Eddmash\PowerOrm\BaseOrm; use Eddmash\PowerOrm\Helpers\ArrayHelper; use Eddmash\PowerOrm\Model\Model; class Fixer { private static $fixerOrder; /** * @param Model[] $models * @param array $stats ...
declare module Adaptive { /** @enum {Adaptive.ICapabilitiesSensor} Adaptive.ICapabilitiesSensor Enumeration ICapabilitiesSensor */ class ICapabilitiesSensor { value: string; constructor(value: string); toString(): string; /** @property {Adaptive.ICap...
package com.ksa.model.finance; import java.util.Date; import org.apache.commons.lang.StringUtils; import com.ksa.model.ModelUtils; import com.ksa.model.bd.Currency; import com.ksa.model.bd.Partner; import com.ksa.model.logistics.BookingNote; import com.ksa.model.security.User; /** * 通用收支费用模型。 * * @author 麻文强 * ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>dep-map: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css...
module PDUTools class MessagePart attr_reader :address, :body, :body_encoding, :timestamp, :validity_period, :user_data_header attr_writer :body attr_accessor :metadata def initialize address, body, body_encoding, timestamp, validity_period, user_data_header @address = address @body = bod...
class User < ActiveRecord::Base self.abstract_class = true # Include default devise modules. Others available are: # :confirmable, :lockable, :timeoutable and :omniauthable devise :database_authenticatable, :registerable, :recoverable, :rememberable, :trackable, :validatable end
@implementation UIImage (JLYLaunchImage) // 引用自stackflow + (NSString *)jly_getLaunchImageName{ NSString *viewOrientation = @"Portrait"; if (UIInterfaceOrientationIsLandscape([[UIApplication sharedApplication] statusBarOrientation])) { viewOrientation = @"Landscape"; } __block NSString *launchIm...
<!doctype html> <!--[if lt IE 7 ]> <html class="ie ie6 ie-lt10 ie-lt9 ie-lt8 ie-lt7 no-js" lang="en"> <![endif]--> <!--[if IE 7 ]> <html class="ie ie7 ie-lt10 ie-lt9 ie-lt8 no-js" lang="en"> <![endif]--> <!--[if IE 8 ]> <html class="ie ie8 ie-lt10 ie-lt9 no-js" lang="en"> <![endif]--> <!--[if IE 9 ]> <html cla...
require "ripper" module Minitest module RubyGolfMetrics class MethodParser def initialize(source) @ast = Ripper.sexp(source) end def is_method_called?(method_name) search_ast_for_method(@ast, method_name) end private def is_top_level_method_call(ast, meth...
msl.equipment.resources.omega package ===================================== .. automodule:: msl.equipment.resources.omega :members: :undoc-members: :show-inheritance: Submodules ---------- .. toctree:: msl.equipment.resources.omega.ithx
layout: post author: Lu Salome category: recepti title: RECEPTI – PUTER MOKA tags: kafa zanimljivo glavni image: /img/blog/kafa.png --- Ukusna i zdrava moka... * skuvajte kafu – kako god hoćete, može turska, može filter. Količina dovoljna za kafu u velikoj šolji za čaj, koju ja popunim 3/4 * ubacite kocku putera – no...
/*********************************************************************************************************************** MaxAppData.js A module which provides simplistic persistent storage of application data. CLASSES: PROPERTY METHODS: appKey([sVal]) METHODS: clearValues() forceType(vVal, sType) forceTypes(...
#ifndef SIDECAR_GUI_ASCOPE_CHANNELCONNECTION_H // -*- C++ -*- #define SIDECAR_GUI_ASCOPE_CHANNELCONNECTION_H #include "QtCore/QList" #include "QtCore/QObject" #include "QtCore/QPointF" #include "QtGui/QColor" #include "PeakBarRenderer.h" namespace Logger { class Log; } namespace SideCar { namespace GUI { namespace ...
@interface BRAStyles : BRARelationship @property (nonatomic, strong) NSArray *indexedColors; @property (nonatomic, strong) NSArray *textsAttributes; @property (nonatomic, strong) NSArray *cellFormats; @property (nonatomic, strong) NSArray *cellStyleFormats; @property (nonatomic, strong) NSArray *cellFills; @property (...
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>statsmodels.tsa.arima_model.ARMA.from_formula &#8212; statsmodels v0.10.0 documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link rel="stylesheet" href="../_st...
require 'spec_helper' describe AgnosticBackend::Indexer do subject do index_class = Class.new index = AgnosticBackend::Index.new(index_class) AgnosticBackend::Indexer.new(index) end it { expect(subject).to respond_to :index } describe '#put' do let(:indexable) { double('Indexable') } l...
// (C) Copyright Eric Niebler 2004. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) /* Revision history: 25 August 2005 : Initial version. */ #include <boost/core/lightwe...
Collection of proven Android related components &amp; libraries which makes the creation of a new Android Application much more easy. Enjoy. Note: This is work in progress.
Provided types map file "/a/lib/typesMap.json" doesn't exist request:{"seq":0,"type":"request","command":"open","arguments":{"file":"/user/username/projects/myproject/packages/A/src/test.ts"}} Search path: /user/username/projects/myproject/packages/A/src For info: /user/username/projects/myproject/packages/A/src/tes...
package org.shirolang.values; import org.junit.runner.RunWith; import org.junit.runners.Suite; /** * Test all Shiro constant values */ @RunWith(Suite.class) @Suite.SuiteClasses({ BooleanTest.class, DoubleTest.class, IdentTest.class, IntegerTest.class, PathSegmentTest.class, PathTest.class,...
@import CoreLocation; @class Vehicle; @interface VehicleLocation : NSManagedObject @property (strong, nonatomic, readonly) CLLocation *location; @property (nonatomic) NSNumber *vehicleid; @property (nonatomic) double lon; @property (nonatomic) double lat; @property (retain, nonatomic) Vehicle *vehicle; @end
package org.elasticsearch.cluster.routing.allocation.allocator; import java.util.ArrayList; import java.util.Collection; import java.util.Comparator; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import java.util.Tree...
package com.wangjie.androidbucket.customviews; import android.content.Context; import android.graphics.Color; import android.util.AttributeSet; import android.view.ContextMenu; import android.view.Gravity; import android.widget.EditText; /** * 可选择复制的TextView * Created with IntelliJ IDEA. * Author: wangjie email:...
require 'httparty' require 'json' module Hostinator # @private class Request include HTTParty format :json headers 'Accept' => 'application/json' parser Proc.new { |body, _| parse(body) } attr_accessor :private_token, :endpoint # Converts the response body to an ObjectifiedHash. def s...
using UnityEngine; namespace Dest.Modeling { public class WireBox : PrimitiveBase { public float SizeX = 1f; public float SizeY = 1f; public float SizeZ = 1f; public override void CreateMesh() { GeneratedMesh = MeshGenerator.CreateWireBox(SizeX, SizeY, SizeZ); } } }
/*! * keel v7.1.2: A lightweight boilerplate for WordPress developers * (c) 2016 Chris Ferdinandi * MIT License * http://github.com/cferdinandi/keel * Open Source Credits: https://github.com/ftlabs/fastclick, https://github.com/toddmotto/fluidvids, http://photoswipe.com, http://masonry.desandro.com, http://imagesl...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hammer: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
<div class='radio-container'> <div class='radio-state radio-off'></div> <div class='radio-state radio-on'></div> </div> <div class='radio-label'> <%= labelText %> </div>
This is the Java code base to use when attending my introduction to TDD workshop ## Tasks ### Demo 1 (Stack - Abstract Data Type) As a group we will implement a String Stack (First In, Last Out - FILO) that will conform to the [Collection Interface](src/Collection.php). ### Task 1 (Queue - Abstract Data Type) In...
namespace Microsoft.Azure.Management.Maintenance { using System; using System.Collections.Generic; using System.Linq; internal static partial class SdkInfo { public static IEnumerable<Tuple<string, string, string>> ApiInfo_MaintenanceManagementClient { get { retu...
namespace MSBuild.ExtensionPack.FileSystem { using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Management; using Microsoft.Build.Framework; /// <summary> /// <b>Valid TaskActions are:</b> /// ...
import React from 'react'; import { FormattedMessage } from 'react-intl'; import Typography from 'material-ui/Typography'; import A from 'components/A'; import Wrapper from './Wrapper'; import messages from './messages'; function Footer() { return ( <Wrapper> <Typography type="body2" gutterBottom align="c...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>utils/api/core/object.js - Fireball Engine API</title> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../assets/css/main.css" id="site_styles"> <link rel="shortcut icon" type...
// Copyright (c) 2010-2015 niXman (i dot nixman dog gmail dot com). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ...
using cc::ContextProvider; using gpu::gles2::GLES2Interface; namespace content { struct GpuProcessTransportFactory::PerCompositorData { int surface_id; scoped_refptr<ReflectorImpl> reflector; }; class OwnedTexture : public ui::Texture, ImageTransportFactoryObserver { public: OwnedTexture(const scoped_refptr<C...
package greycat.websocket; import greycat.*; import greycat.chunk.ChunkKey; import greycat.chunk.KeyHelper; import greycat.internal.CoreGraphLog; import greycat.internal.task.CoreProgressReport; import greycat.plugin.Job; import greycat.struct.Buffer; import greycat.struct.BufferIterator; import greycat.utility.Base6...
package main import "github.com/bronzdoc/orbi/cmd" func main() { cmd.Execute() }
id: 162 title: Quantidade de threads por processo date: 2007-06-05T20:25:57+00:00 author: Claudio Miranda layout: post permalink: /2007/06/Quantidade-de-threads-por-processo/ categories: - Dicas --- Regularmente preciso verificar a quantidade de threads em um processo. Tanto em solaris como em linux. Coloco primeiro ...
namespace metrics { namespace leak_detector { namespace { // Default threshold used for leak analysis. const int kDefaultLeakThreshold = 5; // Some test call stacks. const void* kRawStack0[] = { reinterpret_cast<const void*>(0xaabbccdd), reinterpret_cast<const void*>(0x11223344), reinterpret_cast<const v...
Specs: - [x] Use Angular to build the app *I use angular to create different states* - [x] Must contain some sort of nested views *I nested the show, search, new, and edit views for artworks. I also nested artists/artworks under the artists show page.* - [x] Must contain some sort of searching as well as fi...
package org.simpleframework.xml.stream; /** * The <code>Attribute</code> interface represents an attribute that * is associated with an event node. An attribute is required to * provide the name and value for the attribute, and optionally the * namespace reference and prefix. For debugging purposes the source ...
set -exuo pipefail echo "Applying HDP3 core-site configuration overrides" apply-site-xml-override /etc/hadoop/conf/core-site.xml "/docker/presto-product-tests/conf/environment/multinode-azure/core-site-overrides.xml"
Threat Intelligence APIs. ## Supported threat intelligence feeds The package contains API wrappers for: * Umbrella Investigate API * VirusTotal API v2.0 * ShadowServer API ---- ### Umbrella Investigate API [Umbrella Investigate](https://docs.umbrella.com/developer/investigate-api/) provides an API that allows qu...
* Internal refactor of controller implementation * Added `strictAsyncMode` option. This option requires that all filters and action handlers return a Promise or accept a `next()` callback. This is helpful in preventing difficult to detect bugs around async handlers. The option is enabled by default, can be disabled by ...
/** * \file * \brief Capability invocations specific to the monitors */ /* * Copyright (c) 2007-2016, ETH Zurich. * All rights reserved. * * This file is distributed under the terms in the attached LICENSE file. * If you do not find this file, copies can be found by writing to: * ETH Zurich D-INFK, Universita...
import { Component, ViewChild } from '@angular/core'; import { ComponentFixture, fakeAsync, TestBed, tick, waitForAsync } from '@angular/core/testing'; import { By } from '@angular/platform-browser'; import { ArchwizardModule } from '../archwizard.module'; import { WizardComponent } from '../components/wizard.component...
""" search.py ~~~~~~~~ This module searches the bloomfilter for a given SHA1 hash. :copyright: (c) 2014 by Josh "blacktop" Maine. :license: MIT :improved_by: https://github.com/kost """ import argparse import binascii from pybloom import BloomFilter def main(): parser = argparse.ArgumentParser(prog='blacktop/ns...
import io import os import re import operator import sys import base64 import time from pprint import pprint from IOST_Basic import * from IOST_Config import * from IOST_Terminal import * import gtk import gtk.glade import gobject import pango import vte #=========================================...
local M = {} function M.load(px_config) local _M = {} local px_config = px_config local px_logger = require("px.utils.pxlogger").load(px_config) local px_common_utils = require("px.utils.pxcommonutils") local hmac = require "resty.nettle.hmac" local cjson = require "cjson" -- Processing p...
/* * Copyright 2008 Sandia Corporation. * Under the terms of Contract DE-AC04-94AL85000, there is a non-exclusive * license for use of this work by or on behalf of the * U.S. Government. Redistribution and use in source and binary forms, with * or without modification, are permitted provided that this Not...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
namespace network { namespace { class NeverExpiringExpiryDelegate : public TrustTokenStore::RecordExpiryDelegate { public: bool IsRecordExpired(const TrustTokenRedemptionRecord& record, const base::TimeDelta& time_since_last_redemption, const SuitableTrustTokenOrigi...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="et" version="2.1"> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About Infocoin</source> <translation>Info Infocoin&apos;i kohta</translation> </message> <message> ...
using System.Text.Json; using Azure.Core; namespace Azure.ResourceManager.RecoveryServicesSiteRecovery.Models { internal partial class UnknownRecoveryPlanActionDetails : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { writer.WriteStartObject(); ...