text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
Class Configuration A configuration of interprocedural data flow analysis. This defines sources, sinks, and any other configurable aspect of the analysis. Each use of the global data flow library must define its own unique extension of this abstract class. To create a configuration, extend this class with a subclass wh...
https://help.semmle.com/qldoc/cpp/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl4.qll/type.DataFlowImpl4$Configuration.html
CC-MAIN-2020-24
en
refinedweb
Hi, thanks for this great hg extension. It is really usefull. How do I contribute to it? Here is a patch that would have saved me 1 or 2 hours digging in the source to find why their was nothing that was cloned. check that we have some revision to clone. Otherwise, print a warning with a possible explaination: their is...
https://bitbucket.org/durin42/hgsubversion/issues/54/patch-warn-if-their-is-no-revision-to
CC-MAIN-2020-24
en
refinedweb
Inbound SAML using Passport.js# Overivew# Inbound SAML enables you to support user authentication at an external SAML IDP. Inbound SAML is a frequent requirement for B2B SaaS providers that need to allow users from enterprise customers to authenticate at their home IDP for access to the SaaS resources. The user flow is...
https://gluu.org/docs/gluu-server/3.1.1/authn-guide/inbound-saml-passport/
CC-MAIN-2020-24
en
refinedweb
Programming Massively Parallel Processors Programming Massively Parallel Processors A Hands-on Approach Third Edition David B. Kirk Wen-mei W. Hwu Morgan Kaufmann is an imprint of Elsevier 50 Hampshire Street, 5th Floor, Cambridge, MA 02139, United States Copyright © 2017, 2013, 2010 David B. Kirk/NVIDIA Corporation an...
https://it.b-ok.org/book/3616642/0fcbcb?dsource=recommend
CC-MAIN-2020-24
en
refinedweb
Thread overview Almost all operating systems support running multiple tasks at the same time. A task is usually a program, and each running program is a process. When a program is running, it may contain multiple sequential execution flows, each of which is a thread. Threads and processes Almost all operating systems s...
https://programmer.group/java-multithreading-overview.html
CC-MAIN-2020-24
en
refinedweb
Codewind 0.8.0 Thursday 23 January 2020 ✨ New Features and Highlights for 0.8.0 ✨ Appsody - The codewind-appsody-extensionsupports passing environment options to the Appsody CLI using --docker-options. Che - The codewind-che-pluginsupports Helm 3, and the insecure non-default tiller was removed. IDEs (Both Eclipse and ...
https://www.eclipse.org/codewind/news08.html
CC-MAIN-2020-24
en
refinedweb
React is a popular JavaScript library for building user interfaces, and in this tutorial I'm going to show you how to use it to build a simple interactive music player. We're going to be working in CodePen, and you could also write this project offline inside a React app, since all the components can be ported to a rep...
https://www.creativebloq.com/how-to/build-a-simple-music-player-with-react
CC-MAIN-2020-05
en
refinedweb
#include <itkOptimizerParameters.h> Class to hold and manage different parameter types used during optimization. Definition at line 34 of file itkOptimizerParameters.h. Definition at line 42 of file itkOptimizerParameters.h. Helper class for managing different types of parameter data. Definition at line 48 of file itkO...
https://itk.org/Doxygen48/html/classitk_1_1OptimizerParameters.html
CC-MAIN-2020-05
en
refinedweb
Python. Requests allow you to send HTTP/1.1 requests without the need to manually add query strings to your URLs, or form-encode your POST data. With the requests library, you can perform a lot of functions including: - adding form data, - adding multipart files, - and accessing the response data of Python MAKING REQUE...
https://code.tutsplus.com/tutorials/how-to-download-files-in-python--cms-30099
CC-MAIN-2020-05
en
refinedweb
How to use external Python packages Using external Python package ActiveGate plugins are standard Python scripts running in an embedded Python engine inside Remote Plugin Module. Every standard Python package can be used in a plugin. For example, you can use url.request for a simple import like this: urllib import code...
https://www.dynatrace.com/support/help/extend-dynatrace/plugins/activegate-plugins/development/activegate-plugins-libraries/
CC-MAIN-2020-05
en
refinedweb
public class FlutterEngine extends Object The FlutterEngine is the container through which Dart code can be run in an Android application. Dart code in a FlutterEngine can execute in the background, or it can be render to the screen by using the accompanying FlutterRenderer and Dart code using the Flutter framework on ...
https://api.flutter.dev/javadoc/io/flutter/embedding/engine/FlutterEngine.html
CC-MAIN-2020-05
en
refinedweb
import "go.chromium.org/luci/logdog/server/collector" Package collector implements the LogDog Collector daemon's log parsing and registration logic. The LogDog Collector is responsible for ingesting logs from the Butler sent via transport, stashing them in intermediate storage, and registering them with the LogDog Coor...
https://godoc.org/go.chromium.org/luci/logdog/server/collector
CC-MAIN-2020-05
en
refinedweb
direct.showutil.TexMemWatcher¶ from direct.showutil.TexMemWatcher import TexMemWatcher, TexPlacement, TexRecord Inheritance diagram - class TexMemWatcher(gsg=None, limit=None)[source]¶ Bases: direct.showbase.DirectObject.DirectObject This class creates a separate graphics window that displays an approximation of the cu...
https://docs.panda3d.org/1.10/python/reference/direct.showutil.TexMemWatcher
CC-MAIN-2020-05
en
refinedweb
Banish Merge Conflicts With Semantic Merge. They’re a hassle. I know the data backs me up here. When I started at GitHub, I worked on a Git client. If you can avoid it, never work on a Git client. It’s painful. The folks that build these things are true heroes in my book. Every one of them. Anyways, the most frequent c...
https://haacked.com/archive/2019/06/17/semantic-merge/
CC-MAIN-2020-05
en
refinedweb
Far be it from me to predict the death of PHP, arguably one of the most popular languages for building web applications. It is practically guaranteed to be installed on any web host imaginable, is well documented online, and has a strong following of developers. Such factors would normally ensure the continued long lif...
https://agentultra.com/blog/php-is-obsolete/
CC-MAIN-2020-05
en
refinedweb
Programming ESP8266 ESP-12E NodeMCU V1.0 With Arduino IDE Into Wireless Temperature Logger Introduction: Programming ESP8266 ESP-12E NodeMCU V1.0 With Arduino IDE Into Wireless Temperature Logger . Hi I am trying this project but I get a Error compiling for board NodeMCU 1.0 (ESP-12E Module), Message when verifying the...
http://www.instructables.com/id/ESP8266-NodeMCU-v10-ESP12-E-with-Arduino-IDE/
CC-MAIN-2017-51
en
refinedweb
Define two pointers slow and fast. Both start at head node, fast is twice as fast as slow. If it reaches the end it means there is no cycle, otherwise eventually it will eventually catch up to slow pointer somewhere in the cycle. Let the distance from the first node to the the node where cycle begins be A, and let say ...
https://discuss.leetcode.com/topic/19367/java-o-1-space-solution-with-detailed-explanation/13
CC-MAIN-2017-51
en
refinedweb
Space Rangers 2: Rise of the Dominators FAQ by Laclongquan Version: 0.5 | Updated: 09/14/06 | Search Guide | Bookmark Guide SPACE RANGERS 2: DORMINATORS Compiled by Ancient Talisman (or as known as Lac Long Quan) Authors: various forum users whose name I really dont pay too much attentions Forums: Most of data in this ...
https://www.gamefaqs.com/pc/920464-space-rangers-2-rise-of-the-dominators/faqs/44831
CC-MAIN-2017-51
en
refinedweb
Although it was possible in previous versions of StructureMap, the new fluent interface for StructureMap configuration in version 2.5 allows easy configuration of array type constructor parameters. For example, consider a simple order processor pipeline: public class OrderPipeline { private readonly IOrderPipelineStep[...
https://lostechies.com/jimmybogard/2008/09/03/building-arrays-in-structuremap-2-5/
CC-MAIN-2017-51
en
refinedweb
The idea is to maximize: - f(n) = f(i)*f(n-i) - It is intuitive to use DP then It is easier for me to come up with this DP solution. The highest-voted solution is considering math, about factoring 2 or 3, while it is not easy for me to make such a thought. Attached is my 1ms AC code: public class Solution { int[] dict;...
https://discuss.leetcode.com/topic/43162/my-1ms-dp-solution-intuitive-without-math-consideration-of-2-or-3
CC-MAIN-2017-51
en
refinedweb
I have three static arrays of strings that specify how to translate each number value into the desired format. However I am stumped as to how I would complete the rest of the program. When I searched the forums, I wasn't able to find any such posts using classes. I need to create a constructor that accepts a nonnegativ...
http://www.dreamincode.net/forums/topic/116601-c-program-to-convert-number-to-words-using-classes/
CC-MAIN-2017-51
en
refinedweb
//Tom Nanke //CIS150-001 //10/30/07 //Program 3 //This program plays the game of pig. This is a game in which two players take turns rolling a six-sided die and the first player //to reach 100 points wins. In this game, however, the two players are a human player and a computer player. The //human player takes the firs...
https://www.coursehero.com/file/5871912/program3/
CC-MAIN-2017-51
en
refinedweb
#. Delegates Create a new scene. Add three GameObjects: “Controller”, “Foo”, and “Bar”. Parent Foo and Bar to Controller and then create and assign a new C# script for each object according to its name. The contents of each script are provided below: using UnityEngine; using System.Collections; public class Controller ...
http://theliquidfire.com/2014/12/10/social-scripting-part-2/
CC-MAIN-2017-51
en
refinedweb
Solution for Programmming Exercise 4.5 This page contains a sample solution to one of the exercises from Introduction to Programming Using Java.. This is an exercise in making a rather small modification to a relatively complicated existing program. The only real problem is to write a new subroutine, which I will call ...
http://www-h.eng.cam.ac.uk/help/importedHTML/languages/java/javanotes5.0.2/c4/ex5-ans.html
CC-MAIN-2017-51
en
refinedweb
The WMI Event Subsystem allows you to subscribe to WMI events. WMI events represent changes in WMI data: if you start Notepad, an instance of the Win32_Process WMI class is created, and an instance creation WMI event is also created. If you delete a file from the disk, an instance of the CIM_DataFile class is deleted, ...
http://www.codeproject.com/Articles/28226/Creating-WMI-Permanent-Event-Subscriptions-Using-M?msg=2969262
CC-MAIN-2015-35
en
refinedweb
All about Async/Await, System.Threading.Tasks, System.Collections.Concurrent, System.Linq, and more….); } Next time, we’ll step things up a bit and try our hand at implementing an asynchronous reader/writer lock. 2 part question: Are you the original author of the code above and can I use/modify it as part of a OS proj...
http://blogs.msdn.com/b/pfxteam/archive/2012/02/12/10266988.aspx?PageIndex=2
CC-MAIN-2015-35
en
refinedweb
NAME wctype - wide-character classification SYNOPSIS #include <wctype.h> wctype_t wctype(const char *name); DESCRIPTION(3)(3) classification function "alpha" - realizes the isalpha(3) classification function "blank" - realizes the isblank(3) classification function "cntrl" - realizes the iscntrl(3) classification funct...
http://manpages.ubuntu.com/manpages/maverick/man3/wctype.3.html
CC-MAIN-2015-35
en
refinedweb
This tutorial is the ninth in a series of a Visual Basic versions of the Introduction to ASP.NET MVC 5 tutorials published on the site. The original series, produced by Scott Guthrie (twitter @scottgu ), Scott Hanselman (twitter: @shanselman ), and Rick Anderson ( @RickAndMSFT ) was written using the C# language. My ve...
http://www.mikesdotnetting.com/article/238/adding-a-new-field
CC-MAIN-2015-35
en
refinedweb
Au CC crashes on launchJim Curtis Jun 20, 2013 9:19 AM Every time, even after un- and reinstall. Here are the first few lines of the crash report. Au CS6 works beautifully. Any ideas to get it working appreciated. 10.7.5 MacPro3,1 32G RAM Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib...
https://forums.adobe.com/thread/1237699
CC-MAIN-2015-35
en
refinedweb
Python 3.0 Released 357 licorna writes "The 3.0 version of Python (also known as Python3k and Python3000) just got released few hours ago. It's the first ever intentionally backwards-incompatible Python release." "Just think, with VLSI we can have 100 ENIACS on a chip!" -- Alan Perlis good (Score:4, Funny) previous rel...
http://developers.slashdot.org/story/08/12/04/0420219/python-30-released/funny-comments
CC-MAIN-2015-35
en
refinedweb
Revision history for DBIx::Class205 2013-01-22 * New Features / Changes - The emulate_limit() arbitrary limit dialect emulation mechanism is now deprecated, and will be removed when DBIx::Class migrates to Data::Query - Support for the source_bind_attributes() storage method has been removed after a lengthy deprecation...
https://metacpan.org/changes/release/RIBASUSHI/DBIx-Class-0.08250
CC-MAIN-2015-35
en
refinedweb
collective.xdv 1.0rc11 Integrates the xdv Deliverance implementation with Plone using a post-publication hook to transform content XDV has been renamed to Diazo and this package has been replaced by plone.app.theming. Visit the Diazo website or the plone.app.theming PyPI page for further information. Introduction This ...
https://pypi.python.org/pypi/collective.xdv/1.0rc11
CC-MAIN-2015-35
en
refinedweb
/* Common subexpression elimination for GNU compiler. Copyright (C) 1987, 1988," /* stdio.h must precede rtl.h for FFS. */ #include "system.h" #include .h" #include "tree-pass . */ static]; /* Number of elements in the hash table. */ static unsigned int table *, rtx,NEWVEC . */; } } table_size = 0; ; table_size--; } /*...
http://opensource.apple.com/source/libstdcxx/libstdcxx-39/libstdcxx/gcc/cse.c
CC-MAIN-2015-35
en
refinedweb
HTML::Perlinfo::Modules - Display a lot of module information in HTML format use HTML::Perlinfo::Modules; my $m = HTML::Perlinfo::Modules->new(); $m->print_modules; This module outputs information about your Perl modules in HTML. The information includes a module's name, version, description and location. The HTML pres...
http://search.cpan.org/~accardo/HTML-Perlinfo/lib/HTML/Perlinfo/Modules.pm
CC-MAIN-2015-35
en
refinedweb
In this tutorial you will learn how to write to file primitive type double. Write to file primitive data type double there is a class DataOutputStream that provides a writeDouble() method to write a double value in binary files. writeDouble() method first converts the argument to a long and then writes the converted va...
http://roseindia.net/java/examples/io/writeToFileDouble.shtml
CC-MAIN-2015-35
en
refinedweb
This is what I have so far below. The //comments are what I am supposed to do but do not know how. I think I need a driver.java too. PLEASE help. I can attach the .java files if need be. import java.io.*; import java.util.Scanner; import java.io.*; public class assign3{ public static void main(String[] args) throws IOE...
http://www.javaprogrammingforums.com/whats-wrong-my-code/11909-please-help-ceasar-cipher-program.html
CC-MAIN-2015-35
en
refinedweb
GCC doesn't set the inexact flag on inexact compile-time int-to-float conversion: #include <stdio.h> #include <fenv.h> #pragma STDC FENV_ACCESS ON void test1 (void) { volatile float c; c = 0x7fffffbf; printf ("c = %a, inexact = %d\n", c, fetestexcept (FE_INEXACT)); } void test2 (void) { volatile float c; volatile int i...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57029
CC-MAIN-2022-33
en
refinedweb
css arrow shape codepen wolfssl vs mbedtls lucky costa nationality duplex for sale in berea ohio display the pane where you can add speaker notes for the slide livongo reviews super mario bros coin heaven locations meadowlands racetrack selections when will house prices drop furuno transducer wiring diagram lied to me ...
https://czybadaniaartystyczne.pl/Price/Jul_1250.html
CC-MAIN-2022-33
en
refinedweb
uzbekistan telegram group link eevee evolution maker how to seal a tumbler without epoxy double wides for sale in wv north dallas apartment fire today graham chisel plow parts when is passover seder 2021 adobe audition playback lag united healthcare employee benefits 2022 lilith contacts in synastry dj steaw custom bat...
https://czybadaniaartystyczne.pl/Price/May_2376.html
CC-MAIN-2022-33
en
refinedweb
Question : I am using PIL to resize the images there by converting larger images to smaller ones. Are there any standard ways to reduce the file size of the image without losing the quality too much, lets say the original size of the image is 100KB, i want to get it down to like 5 or 10 KB especially for png and jpeg f...
https://discuss.dizzycoding.com/how-to-reduce-the-image-file-size-using-pil/
CC-MAIN-2022-33
en
refinedweb
Common macros and compiler attributes/pragmas configuration. More... Common macros and compiler attributes/pragmas configuration. Definition in file kernel_defines.h. #include <stddef.h> #include <stdint.h> Go to the source code of this file. Calculate the number of elements in a static array. Definition at line 120 62...
https://api.riot-os.org/kernel__defines_8h.html
CC-MAIN-2022-33
en
refinedweb
Question : Current code is: def export_data(file): <runs the db2 database command to export tables to file> def export_to_files(yaml): logger = logging.getLogger("export_to_files") thread1 = threading.Thread(target=export_data, args=[out_file1]) thread1.start() thread2 = threading.Thread(target=export_data, args=[out_f...
https://discuss.dizzycoding.com/execute-multiple-threads-concurrently/
CC-MAIN-2022-33
en
refinedweb
optional Optional (“nullable”) value library for Go Requirements - Go 1.18 or newer Installation go get github.com/heucuva/optional How to use Import this library into your code: import "github.com/heucuva/optional" Then, you can easily add an optional value like so: var testValue optional.Value[string] func Example() ...
https://golangexample.com/optional-nullable-value-library-for-go/
CC-MAIN-2022-33
en
refinedweb
hfma revenue cycle conference 2022 eo mini pro 2 the only thing they fear is you roblox id lkq find your store katsukity 3ds capture card time crisis ps4 with gun high elf stl best gender bender fanfiction dr d souza plastic surgeon 2008 ford f150 starter location how to install goodix fingerprint driver rc injectors h...
https://czybadaniaartystyczne.pl/Price/May_62.html
CC-MAIN-2022-33
en
refinedweb
Opened 9 years ago Last modified 5 years ago #15709 new defect Powering with IntegerMod/GF exponents Description (last modified by ) From the google notebook bug reports # I lost several hours because Sage silently converted a number defined mod n to an integer # when it appeared as an exponent. # I was working in a di...
https://trac.sagemath.org/ticket/15709
CC-MAIN-2022-33
en
refinedweb
So, I got an interesting spam comment on my post today: “It gets even crazier when you actually benchmark the two languages only to discover in some real-world cases, PHP outperforms C#.” I triple dare you to show code examples so we can explain why you’re wrong. Quadruple dare Jesus christ, how did you think this was ...
https://withinboredom.info/blog/2022/03/16/yes-php-is-faster-than-c/
CC-MAIN-2022-33
en
refinedweb
How To Migrate From WordPress To The Eleventy Static Site Generator Eleventy is a static site generator. We’re going to delve into why you’d want to use a static site generator, get into the nitty-gritty of converting a simple WordPress site to Eleventy, and talk about the pros and cons of managing content this way. Le...
https://www.smashingmagazine.com/2020/12/wordpress-eleventy-static-site-generator/
CC-MAIN-2022-33
en
refinedweb
SAP Cloud Integration: Encoder – Base64: Conversion results in Line Feed character at every 76th position Co-Author: Rajwinder Singh Problem Statement – Encoder – Base64: Conversion results in Line Feed character at every 76th position Example Process Flow to simulate the behavior: 1) Following screenshot shows the Pay...
https://blogs.sap.com/2017/09/21/sap-cloud-integration-encoder-base64-conversion-results-in-line-feed-character-at-every-76th-position/
CC-MAIN-2022-33
en
refinedweb
Raw Requests¶ The Python SDK exposes a custom requests.auth.AuthBase which you can use to sign non-standard calls. This can be helpful if you need to make an authenticated request to an alternate endpoint or to an Oracle Cloud Infrastructure API not yet supported in the SDK. Creating a Signer¶ The Signer used as part o...
https://docs.oracle.com/en-us/iaas/tools/python/2.77.0/raw-requests.html
CC-MAIN-2022-33
en
refinedweb
SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components I am using an SCINumericAxis for my y-axis. I am setting the visibleRange to (Min = 28, Max = 76). I am leaving the minorsPerMajor to the default of 5. However when looking at my graph (attached) you ...
https://www.scichart.com/questions/ios/ios-vertical-axis-major-tick-marks-are-off-by-one
CC-MAIN-2022-33
en
refinedweb
THANKS to guys at kafkaesque-io there's that will make it much easier to setup. If you love Azure or Microsoft skip this part I dislike Azure due to a lot of time wasted on trying to configure it where at the end I would eventually give up and use whatever was possible or just give up and tell my employer that this is ...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/_hs_/apache-pulsar-on-aks-quick-setup-for-development-4m91
CC-MAIN-2022-33
en
refinedweb
Search... FAQs Subscribe Pie FAQs Recent topics Flagged topics Hot topics Best topics Search... Search Coderanch Advance search Google search Register / Login Jeroen van der Velden Greenhorn 10 4 Threads 0 Cows since Apr 07,eroen van der Velden LearnKey Masterexam Does anyone know if "Head First Servlets and JSP" will ...
https://www.coderanch.com/u/47976/Jeroen-van-der-Velden
CC-MAIN-2022-33
en
refinedweb
rfm69 and atc Hi. I have played a little bit with atc examples from lowpowerlab which work well but I have some trouble to include it in mysensors Here description of atc for rfm69 : What I like is : - "green" rf (no scream level) - autoadjust rssi when fresh made node, or you move it (rare) - optimized low power as it...
https://forum.mysensors.org/topic/3483/rfm69-and-atc
CC-MAIN-2020-50
en
refinedweb
Announcing the release of Spring Cloud Stream Horsham (3.0.0.RELEASE) We are pleased to announce the release of the Spring Cloud Stream Horsham (3.0.0.RELEASE) release train which is available as part of Spring Cloud Hoxton.RELEASE (imminent) and builds on Spring Boot 2.2.x and Spring Cloud Function 3.0.0.RELEASE which...
https://spring.io/blog/2019/11/25/announcing-the-release-of-spring-cloud-stream-horsham-3-0-0-release
CC-MAIN-2020-50
en
refinedweb
Flex 3 SDK Vs. Flex 4 SDK – Part 5 – View States In previous posts in the series we discussed new features in Flex 4 that are basic in nature (namespaces, an introduction to the new Spark components architecture and the new mxml tags to name a few). In the next few posts we will discuss the more interesting stuff new w...
https://www.tikalk.com/posts/2010/06/29/flex-3-sdk-vs-flex-4-sdk-part-5-view-states/
CC-MAIN-2020-50
en
refinedweb
Hello, I have created class that inherits from SKCanvasView. All it does is override OnTouch() method. Now I need to add TapGestureRecognizer to it, but for some reason I can't. However when I tried to add the recognizer to original SKCanvasView class object it worked fine. Do I need to add something to my class to ena...
https://forums.xamarin.com/discussion/comment/396822
CC-MAIN-2020-50
en
refinedweb
Groovy has the def keyword to replace a type name when we declare a variable. Basically it means we don't really want to define the type ourselves or we want to change the type along the ride. def myvar = 42 assert myvar instanceof Integer myvar = 'I am a String' // String assignment changes type. assert myvar instance...
https://blog.mrhaki.com/2009/11/groovy-goodness-using-def-to-define.html
CC-MAIN-2020-50
en
refinedweb
C++ standard libraries extensions From cppreference.com < cpp | experimental Version 1 of the C++ Extensions for Library Fundamentals, ISO/IEC TS 19568:2015 defines the following new components for the C++ standard library: The following components of ISO/IEC TS 19568:2015 were not selected for inclusion in C++17 [edit...
https://en.cppreference.com/w/cpp/experimental/lib_extensions
CC-MAIN-2020-50
en
refinedweb
Update User Data during loop On 01/10/2013 at 02:38, xxxxxxxx wrote: Hello everybody. Below I have a very simplified version of what I'm trying to create. The simplified code: Runs a loop to get all of the user data and prints it to the console Creates a new user data object (just lifted that straight from the document...
https://plugincafe.maxon.net/topic/7468/9292_update-user-data-during-loop
CC-MAIN-2020-50
en
refinedweb
Mypy-friendly boto3 type annotations for batch service. Project description mypy-boto3-batch submodule Provides type annotations for boto3.batch service Installation pip install mypy-boto3[batch] Usage import boto3 from mypy_boto3.batch import Client, ServiceResource client: Client = boto3.client("batch") resource: Ser...
https://pypi.org/project/mypy-boto3-batch/0.1.7/
CC-MAIN-2020-16
en
refinedweb
Selection Tool The SelectionTool is one of the tools that come out-of-the-box with RadImageEditor. It allows you to select a specific area from an image and apply different effects to it. The selection isolates parts of the image. By selecting specific areas, the user can edit and apply effects to portions of the image...
https://docs.telerik.com/devtools/wpf/controls/radimageeditor/tools/selection-tool
CC-MAIN-2020-16
en
refinedweb
. function OnDrawGizmos() { // Draw a yellow sphere at the transform's position Gizmos.color = Color.yellow; Gizmos.DrawSphere (transform.position, 1); } using UnityEngine; using System.Collections; public class ExampleClass : MonoBehaviour { void OnDrawGizmos() { Gizmos.color = Color.yellow; Gizmos.DrawSphere(transfor...
https://docs.unity3d.com/2017.1/Documentation/ScriptReference/MonoBehaviour.OnDrawGizmos.html
CC-MAIN-2020-16
en
refinedweb
Introduction: Arduino Temperature Sensor Ever wanted to read the temperature with your arduino? Heres a great way how using only 4 wires! With the TC74!! The temperature is accurate to about ±2°C Teacher Notes Teachers! Did you use this instructable in your classroom? Add a Teacher Note to share how you incorporated it...
https://www.instructables.com/id/Arduino-Temperature-Sensor/
CC-MAIN-2020-16
en
refinedweb
CLI Reference OpenShift Container Platform 3.5 CLI Reference Abstract Chapter 1. Overview..5-rpms" # yum install atomic-openshift-clients For RHEL, Fedora, and other Linux distributions, you can also download the CLI directly from the Red Hat Customer Portal as a tar.gz archive. After logging in with your Red Hat accou...
https://access.redhat.com/documentation/en-us/openshift_container_platform/3.5/html-single/cli_reference/index
CC-MAIN-2020-16
en
refinedweb
panda3d.core.AsyncTaskCollection¶ from panda3d.core import AsyncTaskCollection - class AsyncTaskCollection¶ A list of tasks, for instance as returned by some of the AsyncTaskManager query functions. This also serves to define an AsyncTaskSequence. TODO: None of this is thread-safe yet. Inheritance diagram __init__(copy...
https://docs.panda3d.org/1.10/python/reference/panda3d.core.AsyncTaskCollection
CC-MAIN-2020-16
en
refinedweb
Hi Alan, Alan Mackenzie <address@hidden> writes: > OK. Here's a first approximation to a solution, which I would be > grateful if you could try out on real code. Please let me know how well > it works, and if it introduces any nasty looking bugs. > > What I've done is to count nesting depth of braces inside a class or ...
https://lists.gnu.org/archive/html/emacs-devel/2016-09/msg00150.html
CC-MAIN-2020-16
en
refinedweb
Java as a language and the JVM as a platform just celebrated its 20th birthday. With its noble origins on set-top-boxes, mobiles and java-cards, as well as all kinds of server systems, Java is emerging as the lingua franca of the Internet of Things. Quite obviously Java is everywhere! Less obvious is that Java is also ...
https://www.infoq.com/articles/A-Post-Apocalyptic-sun.misc.Unsafe-World
CC-MAIN-2020-16
en
refinedweb
There are many features in C++ that can be used to enhance the quality of code written with classic C design even if no object oriented techniques are used. This article describes a technique to protect against value overflow and out-of-bounds access of arrays. This article started with a discussion about how C project...
https://accu.org/index.php/journals/313
CC-MAIN-2020-16
en
refinedweb
Introduction to printing¶ A tested document¶ This is a tested document. The following instructions are used for initialization: >>> from lino import startup >>> startup('lino_book.projects.min9.settings.doctests') >>> from lino.api.shell import * >>> from lino.api.doctest import * In a web application, printing means t...
https://lino-framework.org/admin/printing.html
CC-MAIN-2020-16
en
refinedweb
Base class used to exchange data between element data structures and class calculating base functions. More... #include <src/approximation/BaseFunction.hpp> Base class used to exchange data between element data structures and class calculating base functions. Definition at line 41 of file BaseFunction.hpp. Definition a...
http://mofem.eng.gla.ac.uk/mofem/html/struct_mo_f_e_m_1_1_base_function_ctx.html
CC-MAIN-2020-16
en
refinedweb
Social Network For Security Executives: Help Make Right Cyber Security Decisions Now that we have covered PeopleSoft Architecture, it is time to continue with PeopleSoft security and describe some attack vectors against PeopleSoft system discovered by ERPScan researchers. The first one is an attack on back-end systems....
https://www.cisoplatform.com/profiles/blogs/peoplesoft-security-part-2-decrypting-accessid
CC-MAIN-2020-16
en
refinedweb
Install truffle Truffle is a development environment, testing framework and asset pipeline for blockchains. npm install -g truffle 1. create a new folder,my folder name is token mkdir token cd token 2. Initialize a npm project. npm init Install openzeppelin-solid. Inside the folder, we import the libraries from OpenZep...
https://developers.rsk.co/tutorials/create-a-token/
CC-MAIN-2020-16
en
refinedweb
Hi Torunn As I recall, this can happen if the authenication middleware doesn't execute correctly on the WebAPI request pipeline. Do you have the following line at the end of your OWIN Startup class? app.UseStageMarker(PipelineStage.Authenticate); I don't recall if that fixed the same or another of the authentication is...
https://world.episerver.com/forum/developer-forum/-Episerver-75-CMS/Thread-Container/2019/10/how-to-get-principalinfo-in-web-api/
CC-MAIN-2020-16
en
refinedweb
// avoid dialog boxes with "There is no disk in the drive" ! using (new LP_SetErrorMode(ErrorModes.FailCriticalErrors)) { // do whatever needs to be done // when leaving the using block, the ErrorMode is returned // to its original value automatically } using System; using System.Runtime.InteropServices; // DllImport, ...
https://www.codeproject.com/Forums/1650/NET-Framework.aspx?df=90&mpp=25&sort=Position&view=Normal&spc=Relaxed&prof=True&select=1951982&fr=18779
CC-MAIN-2020-16
en
refinedweb
#include <LoadGenericNonLinear.h> These load models (known also as generic non-linear dynamic (GNLD) load models) can be used in mid-term and long-term voltage stability simulations (i.e., to study voltage collapse), as they can replace a more detailed representation of aggregate load, including induction motors, therm...
https://cim.fein-aachen.org/libcimpp/doc/IEC61970_16v29a_SINERGIEN_20170324/classIEC61970_1_1Dynamics_1_1StandardModels_1_1LoadDynamics_1_1LoadGenericNonLinear.html
CC-MAIN-2020-16
en
refinedweb
Multiple Kernels Multiple kernels As weve seen before, SYCL kernels are launched asynchronously. To retrieve the results of computation, we must either run the destructor of the buffer that manages the data or create a host accessor. A question comes up - what if we want to execute multiple kernels over the same data, ...
https://developer.codeplay.com/products/computecpp/ce/guides/sycl-guide/multiple-kernels
CC-MAIN-2020-16
en
refinedweb
Content Count53 Joined Last visited Days Won1 Reputation Activity - Nepoxx reacted to codevinsky in generator-phaser-official: Yeoman Generator for Phaser projects I'll work on learning typescript this week, and then incorporating it into the generator. - Nepoxx got a reaction from Dread Knight in [Ask] Error Get phase...
https://www.html5gamedevs.com/profile/10142-nepoxx/reputation/?type=forums_topic_post&change_section=1
CC-MAIN-2020-16
en
refinedweb
am am trying to write a program that requires me hitting a https web link. However, I can't seem to get it to work. The program works fine when dealing with http sites, however, when I try it with a https site I get socket.gaierror: [Errno 11001] getaddrinfo failed It seems like it has something to do with the ssl not...
https://www.queryhome.com/tech/77226/error-of-drawing-map-from-shape-file-in-python-3-2-basemap
CC-MAIN-2020-16
en
refinedweb
On Mon, 09 May 2005 20:56:33 -0300 Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote: > > - On platforms without dynamic library loading capabilities, not only > > the "loadlib" function gets disabled, but also "require". The mere > > presence of the C loader voids the functionality of the entire Loadlib. > > This i...
http://lua-users.org/lists/lua-l/2005-05/msg00033.html
CC-MAIN-2020-16
en
refinedweb
From Terraform If your infrastructure was provisioned with Terraform, there are a number of options that will help you adopt Pulumi. - Coexist with resources provisioned by Terraform by referencing a .tfstatefile. - Import existing resources into Pulumi in the usual way or using the tf2pulumito adopt all resources from...
https://www.pulumi.com/docs/guides/adopting/from_terraform/
CC-MAIN-2020-16
en
refinedweb
RpcInterface Table of Contents: - Overview - Implementing RpcInterfaces - Configuring RpcInterfaces - Serve the Interfaces - Asynchronous Nature of RpcInterfaces - Logging and ActivityIds Overview As described in the software architecture overview, the functionality of an iModel.js app is typically implemented in separ...
https://www.imodeljs.org/learning/rpcinterface/
CC-MAIN-2020-16
en
refinedweb
Ubuntu Feisty 7.04 manual page repository Ubuntu is a free computer operating system based on the Linux kernel. Many IT companies, like DeployIS is using it to provide an up-to-date, stable operating system. Provided by: libaa1-dev_1.4p5-30_i386 NAME aa_getevent - keyboard functions SYNOPSIS #include <aalib.h> int aa_g...
http://feisty.unixmanpages.org/man3/aa_getevent.html
CC-MAIN-2020-16
en
refinedweb
Note: Read the post on Autoencoder written by me at OpenGenus as a part of GSSoC. An autoencoder is a neural network that learns data representations in an unsupervised manner. Its structure consists of Encoder, which learn the compact representation of input data, and Decoder, which decompresses it to reconstruct the ...
https://kharshit.github.io/blog/2019/02/15/autoencoder-downsampling-and-upsampling
CC-MAIN-2020-16
en
refinedweb
In this section we will discuss about the arrayCopy() in Java.In this section we will discuss about the arrayCopy() in Java. In this section we will discuss about the arrayCopy() in Java. arrayCopy() is a method of System class which copies the given length of element started from the specified position from the source...
https://roseindia.net/java/example/java/core/java-array-copy-example.shtml
CC-MAIN-2020-16
en
refinedweb
As of MySQL 8.0.16, the C API includes asynchronous functions that enable nonblocking communication with the MySQL server. Asynchronous functions enable development of applications that differ from the query processing model based on synchronous functions that block if reads from or writes to the server connection must...
https://dev.mysql.com/doc/refman/8.0/en/c-api-asynchronous-interface.html
CC-MAIN-2020-16
en
refinedweb
This is a tutorial on how to test WebJack. What is WebJack? WebJack is a JavaScript library that allows to communicate with an Arduino microcontroller via headphone jack. There is no need of a usual serial connection via USB or whatever, and therefore no drivers need to be installed. Instead, you can plug a cable into ...
https://publiclab.org/notes/rmeister/07-18-2016/webjack-testers-needed
CC-MAIN-2020-16
en
refinedweb
Introduction: Internet Connected Scale Imagine if you never had to worry about running out of your favorite things, because a new package of them would arrive just before you did! That's the idea of NeverOut - the internet connected scale. Store something on it and never run out, because the cloud knows how much you ha...
https://www.instructables.com/id/Internet-Connected-Scale/
CC-MAIN-2020-16
en
refinedweb
A Locale. In the C APIs, a locales is simply a const char string. You create a Locale with one of the three options listed below. Each of the component is separated by '_' in the locale string. The first option is a valid ISO Language Code. These codes are the lower-case two-letter codes as defined by ISO-639. You can ...
http://icu.sourcearchive.com/documentation/4.2.1~rc1/uloc_8h.html
CC-MAIN-2018-13
en
refinedweb
This demos a few features that are currently in the development version of seaborn and will soon be in the 0.5 release. %matplotlib inline import seaborn as sns sns.set_context("talk", rc={"figure.figsize": (12, 9)}) Load the intrinsic cortical connecitivty data and compute a correlation matrix networks = sns.load_data...
http://nbviewer.jupyter.org/gist/mwaskom/381a5f5f7e38f8e45bd6
CC-MAIN-2018-13
en
refinedweb
Opened 12 years ago Closed 12 years ago #2036 closed defect (fixed) utils/autoreload.py falls over when "thread" module is not installed Description Python's thread module is the interface to your systems pthreads library - and it's also an optional module, as not all systems support pthreads. Where pthreads are not av...
https://code.djangoproject.com/ticket/2036
CC-MAIN-2018-13
en
refinedweb
It's a late night and I'm diving into puppet manual. Who would know, that the bug I was hunting was the result of the following considiration: node 'kestrel.example.com' { import 'nodes/kestrel.pp' } This import statement looks like it should insert code INTO the node definition that contains it; instead, it will inser...
http://crypt47.blogspot.jp/2013/12/puppet-import-or-few-warm-words-to.html
CC-MAIN-2018-13
en
refinedweb
#ifndef __SOUND_PRODIGY_HIFI_H #define __SOUND_PRODIGY_HIFI_H /* * ALSA driver for VIA VT1724 (Envy24HT) * * Lowlevel functions for Audiotrak Prodigy Hifi * * PRODIGY_HIFI_DEVICE_DESC "{Audiotrak,Prodigy 7.1 HIFI},"\ "{Audiotrak Prodigy HD2},"\ "{Hercules Fortissimo IV}," #define VT1724_SUBDEVICE_PRODIGY_HIFI 0x3831544...
http://alsa-driver.sourcearchive.com/documentation/1.0.17.dfsg-2ubuntu1/alsa-kernel_2pci_2ice1712_2prodigy__hifi_8h-source.html
CC-MAIN-2018-13
en
refinedweb
We. Issues with using one large Entity Model: I. Performance.. II. Cluttered Designer Surface. III. Intellisense experience is not great When you generate an Edm model from a database with say 1000 tables, you will end up with 1000 different entity sets. Imagine how your intellisense experience would be when you type “...
https://blogs.msdn.microsoft.com/adonet/2008/11/24/working-with-large-models-in-entity-framework-part-1/
CC-MAIN-2018-13
en
refinedweb
Microsoft Azure Resource Management Namespace Package [Internal] Project Description This is the Microsoft Azure Management namespace package. This package is not intended to be installed directly by the end user. It provides the necessary files for other packages to extend the azure.mgmt namespace. If you are looking ...
https://pypi.org/project/azure-mgmt-nspkg/
CC-MAIN-2018-13
en
refinedweb
Following a keynote speech which laid out the new features of Facebook (see earlier news story), the rest of yesterday’s F8 conference in London saw speakers dig into the Open Graph API and explain how app developers could take advantage of it. Second on stage was platform engineer Simon Cross, who did a live demo cent...
https://www.creativebloq.com/netmag/report-f8-london-part-2-10116692
CC-MAIN-2018-13
en
refinedweb
I know about the possibility of prototyping functions, which does help out quite a bit! Just hoping any of you know of any possibility of doing the same for classes. I`ll post my code for my project, which is literally just me learning classes in C++. Just incase anybody here needed it. #include <iostream> using namesp...
http://www.dreamincode.net/forums/topic/310000-prototyping-classes-in-c/
CC-MAIN-2018-13
en
refinedweb
Introduction To UFPS: Unity FPS Tutorial Learn the basics of UFPS! Obliterating hordes of sinister enemies with a shotgun or carefully sniping your opponent across the battlefield are immensely satisfying gaming experiences. Games that center around action-packed gun-slinging segments are defined as First-Person-Shoote...
https://www.raywenderlich.com/151418/introduction-ufps-unity-fps-tutorial
CC-MAIN-2018-13
en
refinedweb
"Michael Abbott" <michael.g.abbott at ntlworld.com> wrote in message news:Xns9145D94516673michaelrcpcouk at 62.253.162.104... > However, Python tuple assignment does look somewhat like pattern matching; > for example, sometimes my .read() method returns some (one) thing, and I > write: > > time, status, ((value, boring...
https://mail.python.org/pipermail/python-list/2001-October/074529.html
CC-MAIN-2016-40
en
refinedweb
This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site. package net.minecraft.src public class CustomEntity extends EntityLiving { mod_BVB.AndysAmuletSword.itemID } Very easily. Instead of putting on the statement "Block.cake" as he did just do: "YourModName.You...
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/modification-development/1429821-how-do-i-make-a-custom-mob-drop-a-custom-item?cookieTest=1
CC-MAIN-2016-40
en
refinedweb
Multithreading in java is running multiple threads sharing same address space concurrently. A multithreaded program has two or more parts running simultaneously. Each part is called a thread and has a separate path of execution. A thread is run inside a process, which consists of the memory space allocated by the opera...
http://www.roseindia.net/java/javatutorial/multithreading-in-java.shtml
CC-MAIN-2016-40
en
refinedweb