text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 ⌀ | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
On Thursday 26 July 2007 20:21:59 Simon Arlott wrote:> On 26/07/07 00:49, Dave Johnson wrote:> > ipv6_addr_type() doesn't check for 'Unique Local IPv6 Unicast> > Addresses' (RFC4193) and returns IPV6_ADDR_RESERVED for that range.> >> > + if ((st & htonl(0xFE000000)) == htonl(0xFC000000))> > + return (IPV6_ADDR_UNICAST ... | http://lkml.org/lkml/2007/7/26/345 | CC-MAIN-2017-09 | en | refinedweb |
Wiki
javarosa / OpenRosa Workgroup Skype Chat Logs 17 Nov - 18 Nov 2011 @ 4.24pm
[11/17/2011 4:41:49 PM] *** Anton de Winter added Jonathan Jackson *** [11/17/2011 4:42:01 PM] *** Anton de Winter added Clayton Sims *** [11/17/2011 4:42:05 PM] *** Anton de Winter added Drew Roos *** [11/17/2011 4:42:09 PM] *** Anton de ... | https://bitbucket.org/javarosa/javarosa/wiki/OpenRosa%20Workgroup%20Skype%20Chat%20Logs%2017%20Nov%20-%2018%20Nov%202011%20@%204.24pm | CC-MAIN-2017-09 | en | refinedweb |
Just try that:
var tt = new Ext.ToolTip({
target: averageWorkExpCombo.geEl(),
title: 'Mouse Track',
width: 200,
html: 'This tip will follow the mouse while it is over...
Type: Posts; User: syedarshadali
Just try that:
var tt = new Ext.ToolTip({
target: averageWorkExpCombo.geEl(),
title: 'Mouse Track',
width: 200,
html:... | https://www.sencha.com/forum/search.php?s=fdac6c807665bd0dfeb55c16be55e689&searchid=18955928 | CC-MAIN-2017-09 | en | refinedweb |
How to make a QML Component a Singleton?
In this tutorial I’ll walk you through how to define a custom QML Component as a singleton.
UPDATE: I uploaded a new sample code which better outlines the difference between using an instance of
MyStyleObject and using the singleton
MySingletonStyleObject.You can download it her... | http://imaginativethinking.ca/make-qml-component-singleton/ | CC-MAIN-2017-34 | en | refinedweb |
A MOSFET is a voltage-driven switch that controls the flow of current in an electronic circuit. The devices are made from a doped semiconductor material. Unlike magnetic power control devices, MOSFETs have a very small form factor and they do not have moving parts. This means that MOSFETs can operate much faster than m... | https://www.circuitbasics.com/types-of-memory-on-the-arduino/ | CC-MAIN-2020-29 | en | refinedweb |
In Part one of File Handling in C++, we have introduced the ios class, the parent of all stream classes. We have learned some of its main features (manipulators, and format flags). In this article, we will revisit the ios class one more time, and then talk about the istream and ostream classes.
The ios Class Member Fun... | https://blog.eduonix.com/system-programming/learn-inputoutput-file-handling-c-part-2/ | CC-MAIN-2020-29 | en | refinedweb |
Difference between revisions of "Trove/MeetingAgendaHistory"
Revision as of 16:55, 22 April 2015
Contents
- 1 Trove Weekly Meeting Agenda History (2015)
- 1.1 Agenda for Jan 28th
- 1.2 Agenda for Jan 21st
- 1.3 Agenda for Feb 4th
- 1.4 Agenda for February 18 2015
- 1.5 Agenda for February 25 2015
- 1.6 Agenda for March... | https://wiki.openstack.org/w/index.php?title=Trove/MeetingAgendaHistory&diff=prev&oldid=78027 | CC-MAIN-2020-29 | en | refinedweb |
I'm working on a tool that's invoked primarily from the command line and scripts. The easiest way for me to interact with it is through the console. So in PyCharm, this is fairly easy to do, just Tools->Run Python Console... Then I can work with my code directly in there as per normal.
The problem is that PyCharm doesn... | https://intellij-support.jetbrains.com/hc/en-us/community/posts/205804329-Debugging-from-the-Python-Console | CC-MAIN-2020-29 | en | refinedweb |
From: atkinson julian (julian.atkinson71_at_[hidden])
Date: 2008-07-22 16:56:35
Hi, the combination of asio and coroutines would seem to represent a little
bit of magic (layering a linear code model over an async event framework and
without the attendant issues involved in multithreading). However the
coroutine library... | https://lists.boost.org/Archives/boost/2008/07/140175.php | CC-MAIN-2020-29 | en | refinedweb |
You are browsing a read-only backup copy of Wikitech. The primary site can be found at wikitech.wikimedia.org
Portal:Toolforge/Admin/Kubernetes/Certificates: Difference between revisions
Revision as of 15:43, 7 June 2021
This page contains information on certificates (PKI, X.509, etc) for the Toolforge Kubernetes clust... | https://wikitech-static.wikimedia.org/w/index.php?title=Portal:Toolforge/Admin/Kubernetes/Certificates&diff=next&oldid=494416 | CC-MAIN-2022-21 | en | refinedweb |
Introduction
The linked list is one of the most important concepts and data structures to learn while preparing for interviews. Having a good grasp of Linked Lists can be a huge plus point in a coding interview.
Problem Statement
In this problem, we are given two linked lists, A and B. We should merge the second list i... | https://www.prepbytes.com/blog/linked-list/merge-a-linked-list-into-another-linked-list-at-alternate-positions/ | CC-MAIN-2022-21 | en | refinedweb |
The objective of this post is to explain how control the allowed HTTP methods on the URLs specified for a Flask web server.
Introduction
The objective of this post is to explain how control the allowed HTTP methods on the URLs specified for a Flask web server.
Flask is a web micro framework for Python [1] which allows ... | https://techtutorialsx.com/2016/12/24/flask-controlling-http-methods-allowed/ | CC-MAIN-2017-34 | en | refinedweb |
Hi! I saw a post on this site that exhibited the same exact problem that I have for a homework assignment and while it was solved, my issue with the homework assignment is different. The C++ program that I wrote asked the user to input information but once you enter a number, everything in "" is posted on to the screen... | https://www.daniweb.com/programming/software-development/threads/326427/help-please | CC-MAIN-2017-34 | en | refinedweb |
0
Aoa,
Hello All,
i am having problem in this question
Write a program that takes integer input from the user and store into the array dynamically allocated each time a new element is added. Your program should prompt user to take integers until he enters -1, which means end of input. After taking all the numbers print... | https://www.daniweb.com/programming/software-development/threads/413165/dynamic-array-problem-making-two-dynamic-arrays-and-copying-one-in-another | CC-MAIN-2017-34 | en | refinedweb |
0
Hi folks, just a queary about checking chars. I have a char[] variable. I ask the user a question and the user types a response and presses enter. I need to check the variable to see if it said particular things and more importantly if it said nothing.
#include <iostream> #include <fstream> using namespace std; char ... | https://www.daniweb.com/programming/software-development/threads/427826/a-quick-question-about-checking-chars | CC-MAIN-2017-34 | en | refinedweb |
I've updated from an earlier Flex 4 SDK (back from December) to the latest, and my application is suddenly getting compiler errors like this:
Error: Could not resolve <mx:Canvas> to a component implementation.
Likewise for some of the other classes. Any help on why my code is now suffering this would be greatly appreci... | https://forums.adobe.com/thread/693133 | CC-MAIN-2018-30 | en | refinedweb |
the question im doing is:
write a java program that allows the user to enter a set of numbers and then displays the sum and the average of the values. It should begin by asking the user how many values they will enter. you should use two seperate methods to compute the sum and the average.(note that the average is the ... | https://www.daniweb.com/programming/software-development/threads/400649/problems-with-methods | CC-MAIN-2018-30 | en | refinedweb |
0
Hi,
i know how to read specific line form a text file but if we want to delete lines by specifying the line number.
here is the code, but it's not working:
i want to delete line 1 and 2 of the text file.
import java.io.*; public class ReadSpecificLine { public static void main(String[] args){ String line = ""; int li... | https://www.daniweb.com/programming/software-development/threads/341888/delete-specific-line-in-file | CC-MAIN-2018-30 | en | refinedweb |
If you have been programming in Python (in object oriented way of course) for some time, I'm sure you have come across methods that have
self as their first parameter. It may seem odd, especially to programmers coming from other languages, that this is done explicitly every single time we define a method. As The Zen of... | https://www.programiz.com/article/python-self-why | CC-MAIN-2018-30 | en | refinedweb |
Release Notes
Release Early, Release Often
— Eric S. Raymond, The Cathedral and the Bazaar.
Versioning
Minor version numbers (0.0.x) are used for changes that are API compatible. You should be able to upgrade between minor point releases without any other code changes.
Medium version numbers (0.x.0) may include API cha... | http://www.tomchristie.com/rest-framework-2-docs/topics/release-notes | CC-MAIN-2018-30 | en | refinedweb |
Introduction
In my last Blog I showed you how to get an authenticated user session using a trusted connection. In this part I want to show you how to gather MDM system information from a SAP Portal system object.
After that I will introduce the basic concept behind working with MDM and the Java API 2, showing you how t... | https://blogs.sap.com/2008/01/02/mdm-java-api-2-an-introductive-series-part-iv/ | CC-MAIN-2018-30 | en | refinedweb |
Some of the limitations of Webdynpro ABAP are as follows:
SAP System Prior to SAP NetWeaver 7.0 (NW2004s)
Web Dynpro ABAP is not released for official use in systems prior to SAP NetWeaver 7.0 (NW2004s).
SAP NetWeaver 7.00 and 7.10
Web Dynpro ABAP is officially released starting SAP NetWeaver 7.0 (NW2004s).The followin... | https://blogs.sap.com/2014/05/11/limitations-for-web-dynpro-abap/ | CC-MAIN-2018-30 | en | refinedweb |
Tulip GUI Python bindings
Project description
Module description
Graphs play an important role in many research areas, such as biology, microelectronics, social sciences, data mining, and computer science. Tulip () [1] [2] is an Information Visualization framework dedicated to the analysis and visualization of such rel... | https://pypi.org/project/tulipgui-python/ | CC-MAIN-2018-30 | en | refinedweb |
This page contains an archived post to the Jini Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
help me..
Posted by hamid khan on May 10, 2001 at 8:52 AM
Assalamalaykum .i'm hamid khan want to know more about JTAPI (As i am a beginer).I know all the ... | https://www.artima.com/legacy/jini/vision/messages/135.html | CC-MAIN-2018-30 | en | refinedweb |
MiOS Bridge Binding
This binding exposes read, and read-command, access to Devices controlled by a MiOS Home Automation controller, such as those seen at.
It exposes the ability to do the following things in the MiOS HA Controller
Devices- Read State Variables & Device Attributes, and invoke (single parameter) UPnP Com... | https://docs.openhab.org/v2.1/addons/bindings/mios1/readme.html | CC-MAIN-2018-30 | en | refinedweb |
Defines label settings for Doughnut series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v19.2.dll
public class DoughnutSeriesLabel : PieSeriesLabel
Public Class DoughnutSeriesLabel Inherits PieSeriesLabel
The DoughnutSeriesLabel class provides label functionality for series of the Doughnut view typ... | https://docs.devexpress.com/CoreLibraries/DevExpress.XtraCharts.DoughnutSeriesLabel | CC-MAIN-2020-10 | en | refinedweb |
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v19.2.dll
public class SideBySideBar3DSeriesView : Bar3DSeriesView, ISideBySideBarSeriesView, IBarSeriesView
Public Class SideBySideBar3DSeriesView Inherits Bar3DSeriesView Implements ISideBySideBarSeriesView, IBarSeriesView
The SideBySideBar3DSeriesView ... | https://docs.devexpress.com/CoreLibraries/DevExpress.XtraCharts.SideBySideBar3DSeriesView | CC-MAIN-2020-10 | en | refinedweb |
Lesson 33 - E-shop in ASP.NET Core MVC - Editing Orders 2 - Customer
In the previous lesson, E-shop in ASP.NET Core MVC - Editing Orders, we started editing the order and implemented a part of the payment details editing. Today, we're going to continue with ASP.NET Core tutorial by editing customer details. We'll compl... | https://www.ict.social/csharp/asp-net/core/e-shop/e-shop-in-aspnet-core-mvc-editing-orders-2-customer | CC-MAIN-2020-10 | en | refinedweb |
Custom panel plugin not being found when running rviz2
I have tried to create a custom ros2 package that will be a panel plugin for rivz2, by following information from "User's Guide to plugin development" as well as "Creating a ROS 2 package" but when running rviz2 it is not finding my custom plugin. I expect to find ... | https://answers.ros.org/question/341214/custom-panel-plugin-not-being-found-when-running-rviz2/ | CC-MAIN-2020-10 | en | refinedweb |
Kentico CMS Quick Tip: Minimal JSON Web APIs with IHttpHandler and .ashx Files
Sean G. Wright
Updated on
・7 min read
Kentico Quick Tips (8 Part Series)
This post was inspired by a discussion I had recently with Chris Bass, an inspiring member of the Kentico developer community. Check out his blog for more Kentico conte... | https://dev.to/wiredviews/kentico-cms-quick-tip-minimal-json-web-apis-with-ihttphandler-and-ashx-files-5dho | CC-MAIN-2020-10 | en | refinedweb |
Firebase Authentication in Flutter - Production Patterns. This tutorial will cover the implementation and architecture for Firebase Authentication. We use Firebase Authentication in production to keep my code maintainable and easy to manage. We cover the basic login and sign up functionality.
Today we'll be going over ... | https://morioh.com/p/95a0edfaf41d | CC-MAIN-2020-10 | en | refinedweb |
Can't recall currently what excaly was needed but there is stuff under en-US culture that is necessary for Commerce to work properly. I can take a deeper look a bit later.
I'm seeing two different parts in this:
(1) Switching the default language to en-AU (or another language). Admittedly, I have not tried this yet, bu... | https://world.episerver.com/forum/developer-forum/Episerver-Commerce/Thread-Container/2013/8/EPiServer-7--Commerce-1R3-Single-Language-Issue/ | CC-MAIN-2020-10 | en | refinedweb |
sia_ses_init, sia_ses_authent, sia_ses_suauthent,
sia_ses_reauthent, sia_ses_estab, sia_ses_launch,
sia_ses_release - SIA session routines (Security Integration
Architecture)
#include <sia.h> #include <siad.h>
int sia_ses_init(
SIAENTITY ** entityhdl,
int arg,
char **argv,
char *hostname,
char *username,
char *ttyname,... | http://nixdoc.net/man-pages/Tru64/man3/sia_ses_reauthent.3.html | CC-MAIN-2020-10 | en | refinedweb |
OBMolTorsionIter Class Reference
Iterate over all torsions in an OBMol. More...
#include <openbabel/obiter.h>
Detailed Description
Iterate over all torsions in an OBMol.
- Since:
- version 2.1
To facilitate iteration through all torsions in a molecule, without resorting to atom indexes (which will change in the future)... | http://openbabel.org/api/2.3/classOpenBabel_1_1OBMolTorsionIter.shtml | CC-MAIN-2020-10 | en | refinedweb |
New Room (SOLVED)
How can I create new room (a new instance) depending on a condition?
I've seen, for example, that if the maximum number of players is reached, a room is automatically created.
But I would like to create the room according to a pre-established condition.
When I connect to the room, I saw that I can sen... | https://discuss.colyseus.io/topic/36/new-room-solved | CC-MAIN-2020-10 | en | refinedweb |
Testing Asynchronous Code with FakeAsync in Angular
By Josh Morony
When creating automated unit tests in Ionic and Angular applications we would typically follow a process like this:
- Set up the testing environment
- Run some code
- Make assertions as to what should have happened
This process is also commonly referred... | https://www.joshmorony.com/testing-asynchronous-code-with-fakeasync-in-angular/ | CC-MAIN-2020-10 | en | refinedweb |
Using Redux with React Hooks in a React Native app
Aman Mittal—
January 27, 2020
With React Hooks growing usage, the ability to handle a component's state and side effects is now a common pattern in the functional component. React Redux offers a set of Hook APIs as an alternative to the omnipresent
connect() High Order... | https://amanhimself.dev/redux-with-react-native-hooks/ | CC-MAIN-2020-10 | en | refinedweb |
I would like to use the CLI to send a new RPM to the Motor. There are examples of a command line.
thanks.
Andrew.
UAVCAN CLI control on RPi over SSH
I would like to use the CLI to send a new RPM to the Motor. There are examples of a command line.
Example for v0:
Example for v1 (please remove the unnecessary functionali... | https://forum.uavcan.org/t/uavcan-cli-control-on-rpi-over-ssh/719/10 | CC-MAIN-2020-10 | en | refinedweb |
A Toolkit for Reinforcement Learning in Card Games
RLCard. RLCard is developed by DATA Lab at Texas A&M University.
- Official Website:
- Paper:
Installation
Make sure that you have Python 3.5+ and pip installed. We recommend installing
rlcard with
pip as follow:
git clone cd rlcard pip install -e .
Or you can directly... | https://pythonawesome.com/a-toolkit-for-reinforcement-learning-in-card-games/ | CC-MAIN-2020-10 | en | refinedweb |
Auto-conf meeting logs
Contents
18 June 2007
This is a discussion I had with Scott Lewis (slewis2) on org.eclipse.ecf.discovery in general, and its overlap with our org.eclipse.iscovery. Bottom line: it overlaps quite a bit and we should consider implementing its interfaces.
<rcjsuen> Oge could you discuss with Scott? ... | https://wiki.eclipse.org/index.php?title=Auto-conf_meeting_logs&oldid=40317 | CC-MAIN-2020-10 | en | refinedweb |
Date: Sat, 17 Mar 2007 18:38:12 -0500
From: darkness39@yahoo.com
Newsgroups: misc.invest.financial-plan
Subject: Re: Help for a 40 year old....
posting-account=zZOxjAwAAACc4Z2z6yV3JFMS51LsPcbI
iQBVAwUARfx75Pl/I4+O31e5AQEbSQIA3qtkcfWj5NM1Zwj+r1411N0LeNnzeRo/
x/RZ1JLQnesOoBfQXuuxx/SG7OP0U7xY6OusLcU8ehJC+d4OYG2Ajw==
=x1HU... | http://www.info-mortgage-loans.com/usenet/posts/18359-22754.misc.invest.financial-plan.shtml | crawl-002 | en | refinedweb |
nfo stores index
basketball info gift index
artists downloads genres yahoo
stores accessories giftstores info gift
gift stores news bands giftstores
gift stores giftstores import dvds
gift stores accessories giftstores info
dvds online adult sex toys
antique books prints antiques collectibles
various artists amazon cds... | http://splurfle.com/Store-Pages-18/341270.html | crawl-002 | en | refinedweb |
The. For example, a bookstore might define the URL for a list of books it sells and the URL for details about a specific book with the ISBN 0321396855. This is in contrast to action-centric applications, which typically have long, cryptic URLs describing actions to perform, such as. Query parameters are used to filter ... | http://www.ibm.com/developerworks/webservices/library/ws-restwsdl/ | crawl-002 | en | refinedweb |
Book Excerpt Index
Note: The JDBC 2.0 API includes many new features in the
java.sql package as well as the new Standard Extension
package, javax.sql. This new JDBC API moves Java applications
into the world of heavy-duty database computing. New features in the
java.sql package include support for SQL3 data types,
scro... | http://java.sun.com/developer/Books/JDBCTutorial/chapter5.html | crawl-002 | en | refinedweb |
The).
A common use of internal access is in component-based development because it enables a group of components to cooperate in a private manner without being exposed to the rest of the application code. For example, a framework for building graphical user interfaces could provide Control and Form classes that coopera... | http://msdn.microsoft.com/en-us/library/7c5ka91b.aspx | crawl-002 | en | refinedweb |
“Geneva” is Microsoft’s open platform for user access that helps companies simplify access to applications and other systems with an interoperable claims-based model. “Geneva” includes three components for enabling claims-based access. The “Geneva” platform improves developer efficiency and application security by exte... | http://msdn.microsoft.com/en-us/security/aa570351.aspx | crawl-002 | en | refinedweb |
Represents a reader that provides fast, non-cached, forward-only access to XML data.
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class XmlTextReader _
Inherits XmlReader _
Implements IXmlLineInfo, IXmlNamespaceResolver
Dim instance As XmlTextReader
[PermissionSetAttribute(Se... | http://msdn.microsoft.com/en-us/system.xml.xmltextreader.aspx | crawl-002 | en | refinedweb |
Kumar Vora (dev_info@adobe.com), Vice President of Product Management, Adobe
13 Oct 2004
This article describes a joint solution by Adobe® and IBM® that enables enterprises to communicate more effectively, automate document-based processes, access systems offline, share information securely, and exchange data and info... | http://www.ibm.com/developerworks/websphere/techjournal/0410_vora/0410_vora.html | crawl-002 | en | refinedweb |
User:Gentgeen
From Wikibooks, the open-content textbooks collection
John's a major contributer to the Cookbook, but don't be suprised to see him at the Chemistry or Biology shelves, either.
I've got an open feature request to include Cookbook namespace modules in the count of total modules in the project. If you'd like... | http://en.wikibooks.org/wiki/User:Gentgeen | crawl-002 | en | refinedweb |
Public Property KeyPreview As Boolean
Dim instance As Form
Dim value As Boolean
value = instance.KeyPreview
instance.KeyPreview = value
public bool KeyPreview { get; set; }
public:
property bool KeyPreview {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_KeyPreview ()
/** @property */
public ... | http://msdn.microsoft.com/en-us/library/system.windows.forms.form.keypreview(VS.80).aspx | crawl-002 | en | refinedweb |
Re: why not?what is there too lose?
- From: "Jerry Okamura" <okamuraj005@xxxxxxxxxxxxx>
- Date: Sat, 1 Dec 2007 15:49:55 -1000
Here is my prediction. Oil if a finite resource. Someday, don't know when, demand for oil WILL start to outstrip supply. Is that going to result in some sort of catastrophy. Most likely not. Wh... | http://newsgroups.derkeiler.com/Archive/Alt/alt.politics/2007-12/msg00112.html | crawl-002 | en | refinedweb |
Paul Schafer and Tom Arnold
May 2004
Applies to:
Microsoft Visual Studio® 2005 Team System
Summary: This article examines tools for testing software that are integrated into Visual Studio 2005 Team System. (9 with Quality Assurance Our Solution Extensibility Possibilities Conclusion
Visual Studio 2005 Team Test Edition... | http://msdn.microsoft.com/en-us/library/aa302183.aspx | crawl-002 | en | refinedweb |
Embed. For these reasons, we recommend storing connection strings in an application configuration file.
Application configuration files contain settings that are specific to a particular application. For example, an ASP.NET application can have one or more web.config files, and a Windows application can have an optiona... | http://msdn.microsoft.com/en-us/library/ms254494.aspx | crawl-002 | en | refinedweb |
Namespaces are heavily used in C# programming in two ways. First, the .NET Framework uses namespaces to organize its many classes, as follows:
System.Console.WriteLine("Hello World!");
System is a namespace and Console is a class in that namespace. The using keyword can be used so that the complete name is not required... | http://msdn.microsoft.com/en-us/library/0d941h9d.aspx | crawl-002 | en | refinedweb |
School talk:Theology
[edit] documentary hypothesis
The wikisource file s:Bible, English, King James, According to the documentary hypothesis has been proposed to be moved here. Any comments?--Rayc 04:12, 2 September 2006 (UTC)
- I think this would be the best place to move it, maybe under a division of biblical/Christi... | http://en.wikiversity.org/wiki/School_talk:Theology | crawl-003 | en | refinedweb |
Flask-WTF offers simple integration with WTForms. This integration includes optional CSRF handling for greater security.
Source code and issue tracking at GitHub.
Install with pip and easy_install:
pip install Flask-WTF
or download the latest version from version control:
git clone cd flask-wtf python setup.py develop
... | http://packages.python.org/Flask-WTF/ | crawl-003 | en | refinedweb |
java.lang.Object
groovy.lang.GroovyObjectSupportgroovy.lang.GroovyObjectSupport
groovy.sql.GroovyResultSetExtensiongroovy.sql.GroovyResultSetExtension
public class GroovyResultSetExtension extends GroovyObjectSupport
Gro!
public GroovyResultSetExtension(ResultSet set)
set- the result set
public void add(Map values)
val... | http://groovy.codehaus.org/gapi/groovy/sql/GroovyResultSetExtension.html | crawl-003 | en | refinedweb |
The selectTypecommand is used to change the set of allowable types of objects that can be selected when using the select tool. It accepts no other arguments besides the flags. There are basically two different types of items that are selectable when interactively selecting objects in the 3D views. They are classified a... | http://www.luma-pictures.com/tools/pymel/docs/1.0/generated/functions/pymel.core.general/pymel.core.general.selectType.html#pymel.core.general.selectType | crawl-003 | en | refinedweb |
The selectPrioritycommand is used to change the selection priority of particular types of objects that can be selected when using the select tool. It accepts no other arguments besides the flags. These flags are the same as used by the ‘selectType’ command.
Derived from mel command maya.cmds.selectPriority
Example:
imp... | http://www.luma-pictures.com/tools/pymel/docs/1.0/generated/functions/pymel.core.general/pymel.core.general.selectPriority.html#pymel.core.general.selectPriority | crawl-003 | en | refinedweb |
So far in our XML series, we've covered basic syntax and enforcing document structure through the use of DTDs and XML Schema. Now it's time to put on your programmer's hat and get acquainted with Document Object Model (DOM), which provides easy access to XML documents via a tree-like set of objects. Since there are DOM... | http://www.techrepublic.com/article/remedial-xml-say-hello-to-dom/5147519 | crawl-003 | en | refinedweb |
How many times have you looked at a running application and wondered "What the heck is it doing, and why is it taking so long?" In these moments, you probably wish you had built more monitoring capabilities into your application. For example, in a server application, you might be interested in viewing the number and ty... | http://www.ibm.com/developerworks/java/library/j-jtp09196/ | crawl-003 | en | refinedweb |
Attributes in VB .NET
It's new in VB .NET!
----------------------------------
Attribute represents a new feature with really great potential. You'll see more and more of attributes as you learn advanced programming techniques.
Here's an introduction to how attributes are used in VB .NET.
If you have a background in XML... | http://www.linuxhomenetworking.com/forums/showthread.php/16129-Serialize-Visual-Basic | crawl-003 | en | refinedweb |
using iotop to find disk usage hogs
887
20208
average rating: 3.4 (203 votes) (1=very good 6=terrible)
486
35987
Workaround and fixes for the current Core Dump Handling vulnerability affected kernels
161
20972
average rating: 1.0 (50 votes) (1=very good 6=terrible)
38
16041
int syslog(int type, char *bufp, int len);
/*... | http://www.linuxhowtos.org/manpages/2/syslog.htm | crawl-003 | en | refinedweb |
Recolor (RC/TC/PAL) modification. More...
#include <image_modifications.hpp>
Recolor (RC/TC/PAL) modification.
It is used not only for color-range-based recoloring ("~RC(magenta>teal)") but also for team-color-based color range selection and recoloring ("~TC(3,magenta)") and palette switches ("~PAL(000000,005000 > FFFF... | http://www.wesnoth.org/devdocs/classimage_1_1rc__modification.html | crawl-003 | en | refinedweb |
Opacity (O) modification. More...
#include <image_modifications.hpp>
Opacity (O) modification.
Definition at line 293 of file image_modifications.hpp.
Definition at line 296 of file image_modifications.hpp.
Definition at line 339 of file image_modifications.cpp.
Applies the image-path modification on the specified surf... | http://www.wesnoth.org/devdocs/classimage_1_1o__modification.html | crawl-003 | en | refinedweb |
void const f() vs void f() constCould you please explain the different between:
[b]void const f() {} [/b] and [b]void f() const {...
Return TypeYes, great helios, it conflict!
Return Typecan you explain me more detail. Buy why it is different from add function
Return TypeHere is my code:
[code]#include <iostream>
using... | http://www.cplusplus.com/user/y8qk4iN6/ | crawl-003 | en | refinedweb |
iOS status bar style
Note: This is an editor class. To use it you have to place your script in Assets/Editor inside your project folder. Editor classes are in the UnityEditor namespace so for C# scripts you need to add "using UnityEditor;" at the beginning of the script.
Default
Black translucent
Black opaque | http://unity3d.com/support/documentation/ScriptReference/iOSStatusBarStyle.html | crawl-003 | en | refinedweb |
#include "gfx_types_vertex_ops.hh"
#include "gfx_types_vertex_ops.hh"
Go to the source code of this file.
Vector/vertex operator() functions.
*
* External operator() functions cannot be implemented
* in terms of the base Vector3 because doing so leads
* to erosion of the distinctiveness of the Vertex types.
* If they w... | http://www.palomino3d.org/pal/doxygen_v2/gfx__types__vertex_8hh.html | crawl-003 | en | refinedweb |
#include <ObitUVImager.h>
#include <ObitUVImager.h>
List of all members.
ClassInfo pointer for class with name, base and function pointers.
Image mosaic to be produced.
Name of object [Optional].
Recognition bit pattern to identify the start of an Obit object.
Reference count for object (numbers of pointers attaching).... | http://www.cv.nrao.edu/~bcotton/Obit/ObitDoxygen/html/structObitUVImager.html | crawl-003 | en | refinedweb |
4-9 MINIMIZING FLOATING-POINT ERRORS ************************************* A few remarks ------------- o Some practical methods for checking the severity of floating-point errors can be found in the chapter: 'practical issues'. o The chapter on 'FORTRAN pitfalls' discusses various programming practises that may amplify... | http://www.ibiblio.org/pub/languages/fortran/ch4-9.html | CC-MAIN-2017-47 | en | refinedweb |
Note: This is Python 3.5
Given some project
thing
thing/
top.py (imports bar)
utils/
__init__.py (empty)
bar.py (imports foo; has some functions and variables)
foo.py (has some functions and variables)
import utils.bar
import utils.foo
import foo
import utils.foo
Its typical to have all your entrypoints outside the mod... | https://codedump.io/share/3GwlLnBCXKoJ/1/importing-a-module-in-python-as-part-of-a-package-as-well-as-in-a-way-that-works-stand-alone | CC-MAIN-2017-47 | en | refinedweb |
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include "blockpool.h"
Go to the source code of this file.
These functions manage the block chain that makes up the memory pool and allocates memory from the individual blocks. The entire pool is freed at once.
The pool allocator was originally written as a low... | http://www.bearcave.com/misl/misl_tech/wavelets/packet/doc/blockpool_8cpp.html | CC-MAIN-2017-47 | en | refinedweb |
Deploying a Hybrid Messaging Infrastructure Using Office 365: Exchange Online
Enterprise Messaging Combining On-Premises and Cloud-Based Technologies
Technical White Paper
Published: June 2012
The following content may no longer reflect Microsoft’s current position or infrastructure. This content should be viewed as re... | https://technet.microsoft.com/en-us/library/jj218963 | CC-MAIN-2017-47 | en | refinedweb |
Hopefully this is rather a simple C++ question (not a language-lawyer one).
How is one supposed to use the GNU extension
dladdr
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <dlfcn.h>
static void where_am_i() {}
int main()
{
Dl_info info;
dladdr( (void*)&where_am_i, &info );
return 0;
}
$ clang --version
Debi... | https://codedump.io/share/dhTzct3mVGVM/1/dladdr-pointer-to-function-vs-pointer-to-object | CC-MAIN-2017-47 | en | refinedweb |
Python unittest helpers adapted from Testify
Project Description
Release History Download Files
All the assertions from Testify but cleaned up a bit & with added py3k support.
Should work with Python 2.5-3.3 and pypy 1.9. To make sure it will work for you: python setup.py test.
Installation
There are no dependencies. S... | https://pypi.org/project/testy/ | CC-MAIN-2017-47 | en | refinedweb |
#include <stdinc.h>#include <getparam.h>string defv[]={ "key1=val1\n Example help for key1", "key2=val2\n Example help for key2", "VERSION=1.0\n 30-apr-2002 pjt", NULL, }; string usage="Example usage for program";string cvsid="$Id: $";
void initparam(string *argv, string *defv)void finiparam(void) void stop(int level) ... | http://bima.astro.umd.edu/nemo/man_html/getparam.3.html | CC-MAIN-2017-47 | en | refinedweb |
Hello a customer of mine purchased a pretty bad hosting company and that i don't have ssh access, their ticket suport only clarified with "yes we support python within our servers" however i can't run any .cgi .py or application.wsgi files. it is possible to sure method to know if the server supports python? I only hav... | http://codeblow.com/questions/how-you-can-test-for-python-support/ | CC-MAIN-2017-47 | en | refinedweb |
Is there a easy way to check that the gradient flow is proper in the network? Or is it broke somewhere in the network?
Will this gradcheck be useful? How do I use it? Example?
Is there a easy way to check that the gradient flow is proper in the network? Or is it broke somewhere in the network?
Will this gradcheck be us... | https://discuss.pytorch.org/t/check-gradient-flow-in-network/15063 | CC-MAIN-2019-30 | en | refinedweb |
Wow, I was just looking for this, this exact moment... What did you need these definitions for? I'm trying to build nodejs (have already got libv8 built) and I was missing the definition for loadavg (and then __fixpt_t). On 19/04/12 19:25, Robert Millan wrote: > Modified: trunk/glibc-ports/kfreebsd/bits/resource.h > ==... | https://lists.debian.org/debian-bsd/2012/04/msg00285.html | CC-MAIN-2019-30 | en | refinedweb |
SwitchableSiteMapProvider class
Provides a way for a site's navigation settings to determine the SiteMapProvider instance that should be used when rendering a page.
Inheritance hierarchy
System.Object
System.Configuration.Provider.ProviderBase
System.Web.SiteMapProvider
Microsoft.SharePoint.Publishing.Navigation.Switch... | https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-server/jj254454%28v%3Doffice.15%29 | CC-MAIN-2019-30 | en | refinedweb |
Debugging Latency in Go 1.11
It is complicated to diagnose and debug complicated systems. It often takes multiple levels of diagnostics data to understand the possible causes of latency issues.
A distributed system is made of many servers that are depending on each other to serve a user request. At any time,
- A proces... | https://medium.com/observability/debugging-latency-in-go-1-11-9f97a7910d68?source=---------2------------------ | CC-MAIN-2019-30 | en | refinedweb |
I submitted today another build of ffsend and bat and they were actually built for F28. Since F28 is EOL, it should not do that anymore.
/cc @mprahl @jkaluza
Metadata Update from @smooge:
- Issue assigned to mprahl
- Issue priority set to: Waiting on Assignee (was: Needs Review)
- Issue tagged with: mbs
This is because... | https://pagure.io/fedora-infrastructure/issue/7862 | CC-MAIN-2019-30 | en | refinedweb |
CloudWatch Metrics for Rekognition
This section contains information about the Amazon CloudWatch metrics and the Operation dimension available for Amazon Rekognition.
You can also see an aggregate view of Rekognition metrics from the Rekognition console. For more information, see Exercise 4: See Aggregated Metrics (Con... | https://docs.aws.amazon.com/rekognition/latest/dg/cloudwatch-metricsdim.html | CC-MAIN-2019-30 | en | refinedweb |
Dialogs in the Bot Framework SDK for .NET
Note
This topic applies to SDK v3 release. You can find the documentation for the latest version of the SDK v4 here.
When you create a bot using the Bot Framework SDK for .NET, you can use dialogs.
A conversation that comprises dialogs is portable across computers, which makes ... | https://docs.microsoft.com/en-us/azure/bot-service/dotnet/bot-builder-dotnet-dialogs?view=azure-bot-service-3.0 | CC-MAIN-2019-30 | en | refinedweb |
This tutorial will introduce you to the concept of object detection in Python using the OpenCV library and how you can utilize it to perform tasks like Facial detection.
Face.
Hands-on knowledge of Numpy and Matplotlib is required before working on the concepts of OpenCV. Make sure that you have the following packages ... | https://pytholabs.com/blogs/face_detection_haarCascade.html | CC-MAIN-2019-30 | en | refinedweb |
In this tutorial, you will learn about c programming switch case which is used when the decision is to made among lots of alternatives.
Structure of switch statement
switch(expression) { case exp1: //note that instead of semi-colon a colon is used code block1; break; case exp2: code block2; break; ....... default: defa... | http://www.trytoprogram.com/c-programming/c-programming-switch-case/ | CC-MAIN-2019-30 | en | refinedweb |
Class InputContext
- java.lang.Object
- java.awt.im.InputContext
public class InputContext extends ObjectProvides Platform supports input methods that have been developed in the Java programming language, using the interfaces in the
java.awt.im.spipackage, which can be made available by adding them to the application's... | https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/im/InputContext.html | CC-MAIN-2019-30 | en | refinedweb |
Here is the documentation of the SMWFermionsPOWHEGDecayer class. More...
#include <SMWFermionsPOWHEGDecayer.h>
Here is the documentation of the SMWFermionsPOWHEGDecayer class.
Definition at line 21 of file SMWFermionsPOWHEGDecayer.h.
Make a simple clone of this object.
Reimplemented from Herwig::SMWDecayer.
Initialize ... | https://herwig.hepforge.org/doxygen/classHerwig_1_1SMWFermionsPOWHEGDecayer.html | CC-MAIN-2019-30 | en | refinedweb |
0
I use a neopixel 6x6 led matrix (ws2812) + Arduino Uno
I wrote a small code that uses Kinect to track movement in processing. It displays everything between the depth of 300 & 500 in pixels.
I want this to be displayed on a led matrix. (I haven’t gotten more out the matrix it displaying a rainbow). It will stay conne... | https://discourse.processing.org/t/kinect-interacting-with-leds-processing-arduino/10799 | CC-MAIN-2022-27 | en | refinedweb |
Updating HAProxy Configurations in OpenShift
A quick tutorial on how to fine tune the OpenShift router to make it more secure.
Join the DZone community and get the full member experience.Join For Free
For security reason we need to tune up the OpenShift router. OpenShift router uses the HAProxy. HAProxy has this settin... | https://dzone.com/articles/updating-haproxy-configurations-openshift | CC-MAIN-2022-27 | en | refinedweb |
Abstract class for dispatching Event. More...
#include <EventDispatcher.hpp>
Abstract class for dispatching Event.
EventDispatcher is the base class for all classes that dispatch events.
All the events are sent asynchronously. To avoid from creating tooo enourmouse threads dispatching events, all event sending processe... | http://samchon.github.io/framework/api/cpp/d3/d9b/classsamchon_1_1library_1_1EventDispatcher.html | CC-MAIN-2022-27 | en | refinedweb |
foreach char chr in str Step 3: Length = Length + 1 Step 4: Return Length STOP
C# Program to Find the Length of a String
using System; public class LFC { public static void Main() { string str1="Letsfindcourse"; /* Declares a string of size 100 */ int l= 0; foreach(char chr in str1) { l += 1; } Console.Write("Length o... | https://letsfindcourse.com/csharp-coding-questions/csharp-program-to-find-length-of-string | CC-MAIN-2022-27 | en | refinedweb |
#include <ClientDriver.hpp>
A communicator with remote client.
The ClientDriver class is a type of Communicator, specified for communication with remote client who has connected in a Server object who follows the protocol of Samchon Framework's own. The ClientDriver takes full charge of network communication with the r... | http://samchon.github.io/framework/api/cpp/d7/da5/classsamchon_1_1protocol_1_1ClientDriver.html | CC-MAIN-2022-27 | en | refinedweb |
Address Standardization and Correction using SequenceToSequence model
Address Standardization is the process of changing addresses to adhere to USPS standards. In this notebook, we will aim at abbreviating the addresses as per standard USPS abbreviations.
Address Correction will aim at correcting miss-spelled place nam... | https://developers.arcgis.com/python/samples/address-standardization-and-correction-with-sequencetosequence/ | CC-MAIN-2022-27 | en | refinedweb |
#include <CGAL/Compact_container.h>
The traits class
Compact_container_traits provides the way to access the internal pointer required for
T to be used in a
Compact_container<T, Allocator>.
Note that this pointer needs to be accessible even when the object is not constructed, which means it has to reside in the same me... | https://doc.cgal.org/5.1.3/STL_Extension/structCGAL_1_1Compact__container__traits.html | CC-MAIN-2022-27 | en | refinedweb |
Pulsar — to be or not to be? Real project experience
Introduction
Our team was in need to create a microservice that will be shared between a lot of projects. The main purpose of this is to handle a tons of user messages and store them in ElasticSearch (yeah, not obvious choice as DB but we were diving into the existin... | https://intspirit.medium.com/pulsar-to-be-or-not-to-be-real-project-experience-42aedd23a688 | CC-MAIN-2022-27 | en | refinedweb |
Q. Java program to find whether a number is power of two or not.
Here you will find an algorithm and program in Java
Java Program to Find Whether a Given Number is Power of 2
class LFC { static boolean find_power_of_two(int num) { if(num==0) return false; return (int)(Math.ceil((Math.log(num) / Math.log(2)))) == (int)(... | https://letsfindcourse.com/java-coding-questions/java-program-to-find-whether-a-no-is-power-of-two | CC-MAIN-2022-27 | en | refinedweb |
Hi, In Carol project (used by JOnAS project), the RMI context factory is resolved by a call to the javax.naming.spi.NamingManager class [1]. With JVMs using GNU Classpath, the context returned by calling NamingManager.getURLContext(,) method is null, while with Sun/Bea/IBM JDK, it is non-null. When looking at the GNU c... | https://lists.gnu.org/archive/html/bug-classpath/2006-05/msg00006.html | CC-MAIN-2022-27 | en | refinedweb |
PDF.js Express Version
7.1.0
Detailed description of issue
After updating to 7.1.0 I am getting these issues, I was using 7.0.1 before.
Expected behaviour
To load the same way before 7.1.0
I reverted back to 7.0.1 and it is now successfully loading.
Code snippet
Im just using the default getting started snippet
WebView... | https://pdfjs.community/t/7-1-0-error-cannot-read-property-call-of-undefined/287 | CC-MAIN-2022-27 | en | refinedweb |
The Google Play In-App Review API, App store rating API lets you prompt users to submit Play Store or App store ratings and reviews without the inconvenience of leaving your app or game.
react native in app review, to rate on Play store, App Store, Generally, the in-app review flow (see figure 1 for play store, figure ... | https://www.npmjs.com/package/react-native-in-apps-reviews | CC-MAIN-2022-27 | en | refinedweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.