text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 ⌀ | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
XML Schema Validation with JAXP 1.4 and JDK 6.0
A few people have found problems validating DOM instances with JAXP1.4/JDK 6.0. I saw this quesion raised in the Java Technology and XML forum, and at least 3 bugs were filed for this in the last few weeks. I'll use this blog entry to explain what the problem is and how t... | https://weblogs.java.net/blog/spericas/archive/2007/03/xml_schema_vali.html | CC-MAIN-2015-32 | en | refinedweb |
Details
- Type:
Bug
- Status: Closed
- Priority:
Major
- Resolution: Fixed
- Affects Version/s: 0.5
-
- Component/s: Compiler (General)
- Labels:None
- Patch Info:Patch Available
Description
The patch from
THRIFT-857, applied as r987565, didn't work for smalltalk. (sorry, I tested it with python, and didn't look too ha... | https://issues.apache.org/jira/browse/THRIFT-877?focusedCommentId=12904254&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel | CC-MAIN-2015-32 | en | refinedweb |
PassportAuthenticationModule Class
Provides a wrapper around PassportAuthentication services. This class cannot be inherited.
For a list of all members of this type, see PassportAuthenticationModule Members.
System.Object
System.Web.Security.PassportAuthenticationModule
[Visual Basic] NotInheritable Public Class Passpo... | https://msdn.microsoft.com/en-us/library/system.web.security.passportauthenticationmodule(v=vs.71).aspx | CC-MAIN-2015-32 | en | refinedweb |
WaitHandle.WaitAll Method (WaitHandle[], Int32, Boolean) (duplicates).
-.Boolean
true when every element in waitHandles has received a signal; otherwise, false.
If millisecondsTimeout is zero, the method does not block. It tests the state of the wait handles and returns immediately.
AbandonedMutexException is new in th... | https://technet.microsoft.com/en-us/library/27y100eh.aspx | CC-MAIN-2015-32 | en | refinedweb |
Interlanguage links
If you need an interlanguage link added to this page, please add a note here on the Discussion page, and the link will be added ASAP. Thanks. -- dria 11:46, 8 September 2005 (PDT)
Search plugins
Add to topics link to SearchPugins, for completeness.
Recent changes section usefulness?
The recent chang... | https://developer.mozilla.org/en-US/docs/Talk:Mozilla_Developer_Center_contents$revision/143717 | CC-MAIN-2015-32 | en | refinedweb |
Search: Search took 0.02 seconds.
- 8 Jun 2008 9:19 PM
Yes, i know but i can't get it ! Can you help me ?
var bd = Ext.getBody();
var dialog = new Ext.ux.UploadDialog.Dialog({
// ******
height: 200,
width:...
- 28 May 2008 3:57 PM
Is there a way to config the extension to see the UploadDialog as a panel and not as a wi... | https://www.sencha.com/forum/search.php?s=f74c2319f4440038c83f9213b736babb&searchid=12174059 | CC-MAIN-2015-32 | en | refinedweb |
How to access desktopcouch contacts from outside evolution?
I'd like to be able to query my desktopcouch contacts list from mutt or emacs; this is because, while I use evolution on my full-powered system, on my small bring-it-everywhere laptop I run a minimal X session and emacs. I'd like to have my contacts available ... | https://answers.launchpad.net/desktopcouch/+question/85917 | CC-MAIN-2015-32 | en | refinedweb |
Shell Developer's Guide
The Windows UI provides users with access to a wide variety of objects necessary to run applications and manage the operating system. The most numerous and familiar of these objects are the folders and files that reside on computer disk drives. There are also a number of virtual objects that all... | https://msdn.microsoft.com/en-us/library/bb776778(d=printer,v=vs.85).aspx | CC-MAIN-2015-32 | en | refinedweb |
Details
Description).
Issue Links
Activity
- All
- Work Log
- History
- Activity
- Transitions
Integrated in Hadoop-Common-trunk-Commit #367 (See)
HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..). Contributed by Erik Steffl
I have committed this. Thanks, Erik!
Thanks everyone again.
HADOOP-6884-0.22-1... | https://issues.apache.org/jira/browse/HADOOP-6884?focusedCommentId=12902985&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel | CC-MAIN-2015-32 | en | refinedweb |
Configuration Blues
Have you ever noticed how some applications seem to configure themselves? I
don't mean that they auto-detect their settings; rather, the configuration
process and tools are so well designed that they are a pleasure to use.
Like most things in development, this level of functionality didn't appear
by... | https://today.java.net/node/219409/atom/feed | CC-MAIN-2015-32 | en | refinedweb |
Details
- Type:
Improvement
- Status: Closed
- Priority:
Minor
- Resolution: Fixed
- Affects Version/s: 1.3
- Fix Version/s: None
- Labels:None
- Environment:
Operating System: All
Platform: All
Description
As an enhancement to the current Digester API, I propose to add new variants to
the Rule methods begin(), body() ... | https://issues.apache.org/jira/browse/DIGESTER-101 | CC-MAIN-2015-32 | en | refinedweb |
difficulties with the carousel ext.
Hey,
I just discovered the carousel extension and tried to integrate it into my website. Unfortunately I was only partly successful.
I am already using ext 2.2. I additionally included the ext-core-debug.js of 3.0 and carousel.js, but it told me ext.ux.carousel is not a constructor.
... | https://www.sencha.com/forum/showthread.php?67094-difficulties-with-the-carousel-ext | CC-MAIN-2015-32 | en | refinedweb |
Need help cloning? Visit
Bitbucket 101.
Atlassian SourceTree
is a free Git and Mercurial client for Windows.
Atlassian SourceTree
is a free Git and Mercurial client for Mac.
# program test_config_msys.py
-"""Test config_msys.py for against a dummy directory structure.
+"""Test config_msys.py against a dummy directory s... | https://bitbucket.org/pygame/pygame/diff/configtest/test_config_msys.py?diff2=08a04cbb47d5&at=default | CC-MAIN-2015-32 | en | refinedweb |
Internet Development Glossary
A
- alpha
Pertaining to a pixel's opacity. A pixel with the maximum alpha value is opaque, one with a value of zero is transparent, and one with an intermediate value is translucent.
- alpha blending
In computer graphics, a technique that causes a foreground image to appear partially trans... | https://msdn.microsoft.com/en-us/library/ms537018(d=printer,v=vs.85).aspx | CC-MAIN-2015-32 | en | refinedweb |
Choices Class
Represents a list of alternative items to make up an element in a grammar.
Microsoft.Speech.Recognition.Choices
Assembly: Microsoft.Speech (in Microsoft.Speech.dll) Microsoft.Speech.Recognition.SrgsGrammar namespace.; } | https://msdn.microsoft.com/en-us/library/microsoft.speech.recognition.choices.aspx | CC-MAIN-2015-35 | en | refinedweb |
Why have AppName at the start of fully qualified class paths?
(prompted by a late reply on a bug already marked as fixed - custom folder structure)
The reply was about adopting some first letter uppercase vs lowercase convention to differentiate namespace (alias?) from package path in a class path.
I assume what is mea... | https://www.sencha.com/forum/showthread.php?179316-Why-have-AppName-at-the-start-of-fully-qualified-class-paths | CC-MAIN-2015-35 | en | refinedweb |
Source
say / README.rst
print, format, and %, evolved.
Q: It's been forty years since C introduced printf() and the basic formatted printing of positional parameters. Isn't it time for an upgrade?
A: Yes! ZOMG, yes!
say supplements or replaces Python's print statement/function, format function/method, and % string inte... | https://bitbucket.org/jeunice/say/src/8ce86e820a72/README.rst | CC-MAIN-2015-35 | en | refinedweb |
django-guardian is implementation of per object permissions [1] as authorization backend which is supported since Django 1.2. It won't work with older Django releases.
Online documentation is available at.
To install django-guardian simply run:
pip install django-guardian
We need to hook django-guardian into our projec... | https://crate.io/packages/django-guardian/ | CC-MAIN-2015-35 | en | refinedweb |
Welcome to WebmasterWorld Guest from 54.160.163.163
Forum Moderators: martinibuster
I run a forum in my niche. One of the areas we talk about is SEO. So I posted a thread along the lines of 'My Christmas gift to you'. And I told everyone how to get a free, top quality link. And it was a good link - dmoz type quality. N... | https://www.webmasterworld.com/link_development/3813582.htm | CC-MAIN-2015-35 | en | refinedweb |
render jsf page in javaS K Jan 8, 2011 11:49 AM
Hi,
I'm not sure whether this is a right forum to ask, I see this is a J2EE design pattern. I wanted to render a JSF(xhtml) page in java class. Does anyone knows about the api or a sample program? I know there is one available in Seam but I'm not using seam in my applicat... | https://community.jboss.org/message/580939 | CC-MAIN-2015-35 | en | refinedweb |
Hi all Please, CC me, i am not subscribed to debian-powerpc. I am the kannel Debian package maintanier. Kannel is a wap and sms gateway. It has the posibility to use ssl to cypher communications between the mobile wap phone and the gateway. Kannel needs threads support in ssl. I have an open bug that stats for not supp... | https://lists.debian.org/debian-powerpc/2001/11/msg00335.html | CC-MAIN-2015-35 | en | refinedweb |
Data Provider for SQL Server (SqlClient)
You can develop Microsoft® Windows® CE-based applications that access databases in Microsoft SQL Server™ version 7.0 or later by using the System.Data.SqlClient namespace. System.Data.SqlClient is the .NET Compact Framework Data Provider for SQL Server. This data provider corres... | https://technet.microsoft.com/en-us/library/aa275613(v=sql.80).aspx | CC-MAIN-2015-35 | en | refinedweb |
XAML-Related CLR Attributes for Custom Types and Libraries
This topic describes the common language runtime (CLR) attributes that are defined by .NET Framework XAML Services. It also describes other CLR attributes that are defined in the .NET Framework that have a XAML-related scenario for application to assemblies or ... | https://msdn.microsoft.com/en-us/library/vstudio/ff354959 | CC-MAIN-2015-35 | en | refinedweb |
argument patterns, url from . import views urlpatterns = patterns('', url(r'^articles/2003/$', views.special_case_2003), url(r'^articles/(\d{4})/$', views.year_archive), url(r'^articles/(\d{4})/(\d{2})/$', views.month_archive), url(r'^articles/(\d{4})/(\d{2})/(\d+)/$',.
- /articles/2003 would patterns, url from . impo... | https://docs.djangoproject.com/en/1.7/topics/http/urls/ | CC-MAIN-2015-35 | en | refinedweb |
An ASP.NET Framework for Human Interactive Proofs
Stephen Toub
Microsoft Corporation
September 2004
Summary: Stephen Toub introduces concepts involved in Human Interactive Proofs and creates a framework for their incorporation into your ASP.NET sites. (26 printed pages)
Download the MSDNHip.msi sample file.
Contents
In... | https://msdn.microsoft.com/en-us/library/ms972952.aspx | CC-MAIN-2015-35 | en | refinedweb |
sh 0.107
Python subprocess wrapper
Python functions dynamically. ``sh`` helps you write shell scripts in
Python by giving you the good features of Bash (easy command calling, easy
piping) with all the power and flexibility of Python.
```python
from sh import ifconfig
print ifconfig("eth0")
```
``sh`` is not a collectio... | https://pypi.python.org/pypi/sh/0.107 | CC-MAIN-2015-35 | en | refinedweb |
.
You can map XML,:
namespace SDKSample {
public class ExampleClass : ContentControl {
public ExampleClass() {
...
}
}
}:
<Page x:Class="WPFApplication1.MainPage"
xmlns=""
xmlns:x=""
xmlns:
...
<custom:ExampleControl />
...
</Page> and System.Windows.Controls, to the namespace.
The XmlnsDefinitionAttribute takes two pa... | http://msdn.microsoft.com/en-us/library/ms747086.aspx | crawl-002 | en | refinedweb |
It's about the melody of people connections...
This walkthrough guides you through the steps of exposing the public properties of any object to the Property Browser. Tools windows and document windows expose properties this way. The changes you make to properties through these windows can be reflected in the Property B... | http://blogs.msdn.com/jim_glass/archive/2005/03/04/385143.aspx | crawl-002 | en | refinedweb |
Public Class FileSyncProvider
Inherits UnmanagedSyncProviderWrapper
Implements IDisposable
Dim instance As FileSyncProvider
public class FileSyncProvider : UnmanagedSyncProviderWrapper, IDisposable
public ref class FileSyncProvider : public UnmanagedSyncProviderWrapper, IDisposable
public class FileSyncProvider extends... | http://msdn.microsoft.com/en-us/library/microsoft.synchronization.files.filesyncprovider.aspx | crawl-002 | en | refinedweb |
!:
Here is the final trick. And those of you who have read the series have waited a while for this final post. (Sorry for the delay.) Programming against an interface gives you the consistent programming model across the various distributed platforms but abstracting the code that creates the proxy is also critical to h... | http://blogs.msdn.com/mattavis/default.aspx | crawl-002 | en | refinedweb |
CCMSetup.exe is the manual installation program for the Advanced Client. SMSMan.exe is the manual installation program for the Legacy Client.
Capinst is used for Logon Script-initiated Client Installation. It requires a server locator point to determine which site the client is assigned to. Capinst.exe then starts CCMS... | http://technet.microsoft.com/en-us/cc988013.aspx | crawl-002 | en | refinedweb |
There are many times when you will want to navigate from one page to another and pass values from the first page to the second. For example, you might have a page that prompts users for a name and password. When users submit the form, you want to call another page that authenticates the user.
There are a variety of way... | http://msdn.microsoft.com/en-us/library/aa713401(VS.71).aspx | crawl-002 | en | refinedweb |
Quite a few years ago, I came to the practical conclusion that I don't know everything there is to know about the world. Sure, it's presumptuous to even start from a place that requires such a conclusion. But such arrogance is a failing of youth, and I know better now. In fact, this reality is only magnified in the Int... | http://blogs.msdn.com/coding4fun/archive/2006/10/31/912335.aspx | crawl-002 | en | refinedweb |
Use Test-Driven Development with mock objects to design object oriented code in terms of roles and responsibilities, not categorization of objects into class hierarchies.
Isaiah Perumalla
This article reviews the Prism project developed by the Microsoft patterns & practices group and demonstrates how to apply it to co... | http://msdn.microsoft.com/en-us/magazine/cc301790.aspx | crawl-002 | en | refinedweb |
Microsoft Corporation
Abstract
This white paper presents scenarios for creating highly available file and printer shares with the Cluster service feature in the Microsoft® Windows® 2000 operating system. Although this document by no means presents a comprehensive list of every possible scenario, it tries to provide eno... | http://technet.microsoft.com/en-us/library/bb727115.aspx | crawl-002 | en | refinedweb |
Basetypes, Collections, Diagnostics, IO, RegEx...
Recently, a number of questions have surfaced about the accuracy of the .NET Framework when working with the binary representation of numbers. (For example, see.) The issue surfaces most clearly when we convert the hexadecimal or octal string representation of a numeric... | http://blogs.msdn.com/bclteam/archive/2008/04/09/working-with-signed-non-decimal-and-bitwise-values-ron-petrusha.aspx | crawl-002 | en | refinedweb |
Design Guidelines, Managed code and the .NET Framework
A recent internal thread and a little nudge inspired me to offer this little quiz to keep the old grey matter working over the holiday break.
In V2.0, does this code compile? If not why not and how would you fix it?
Obviously the quiz is a little more challenging i... | http://blogs.msdn.com/brada/archive/2004/12/21/329270.aspx | crawl-002 | en | refinedweb |
Where: Omni Shoreham Hotel, Washington DC
Registration link: Register online here
Description of the Conference:
The response to the Washington DC ITARC has been amazing. Attendance is way up thanks to many organizations sending their entire teams.
Send out the email to a colleague or a friend. Have them put your name ... | http://blogs.msdn.com/stcohen/default.aspx | crawl-002 | en | refinedweb |
NAMEwcscasecmp - compare two wide-character strings, ignoring case
SYNOPSIS
#include <wchar.h> int wcscasecmp(const wchar_t *s1, const wchar_t *s2);
DESCRIPTIONThe wcscasecmp function is the wide-character equivalent of the strcasecmp function. It compares the wide-character string pointed to by s1 and the wide-charact... | http://linux.about.com/library/cmd/blcmdl3_wcscasecmp.htm | crawl-002 | en | refinedweb |
The abstraction provided by MembershipProvider base class is a very powerful concept in ASP.NET 2.0. It simplifies the management of user information by providing a neat layer.
ASP.NET 2.0 provides the SqlMembershipProvider class and the aspnet_regsql command line utility to create the database user management database... | http://blogs.msdn.com/saurabhd/archive/2006/08/02/685552.aspx | crawl-002 | en | refinedweb |
Note: This article has been updated to work and compile with the RTM version of the Windows SDK.
Welcome to the fourth part of my Windows Presentation Foundation tutorial! In this tutorial we’ll be building a plug-in system for sudoku-solving algorithms, delving deeper into custom controls, including deriving from exit... | http://blogs.msdn.com/coding4fun/archive/2006/11/30/1178206.aspx | crawl-002 | en | refinedweb |
Steve Ballmer announced VSTO support for Outlook add-ins in his Tech-Ed keynote today. This is exciting news--VSTO Outlook add-ins solve all the problems people have encountered while trying to build managed COM add-ins for Outlook using IDTExtensibility2. For example:
1) VSTO Outlook add-ins load into their own AppDom... | http://blogs.msdn.com/eric_carter/archive/2005/06/06/423986.aspx | crawl-002 | en | refinedweb |
KDEUI
KAboutApplicationDialog Class ReferenceStandard "About Application" dialog box. More...
#include <kaboutapplicationdialogdialog.h.
Constructor & Destructor Documentation
Constructor.
Creates a fully featured "About Application" dialog box.
- Parameters:
-
Definition at line 55 of file kaboutapplicationdialog.cpp.... | http://api.kde.org/4.x-api/kdelibs-apidocs/kdeui/html/classKAboutApplicationDialog.html | crawl-002 | en | refinedweb |
- FAQ Topic - What does the future hold for ECMAScript? (2008-11-22)
- Does removing an element also remove its event listeners?
- Re: Muuttujien leveydet C++:ssa?
- Update location.hash without adding to history?
- FAQ Topic - Internationalisation and Multinationalisation in javascript. (2008-11-21)
- pass function in... | http://bytes.com/sitemap/f-63.html | crawl-002 | en | refinedweb |
Matplotlib issue on OS X ("ImportError: cannot import name _thread")
At some point in the last few days, Matplotlib stopped working for me on OS X. Here's the error I get when trying to
import matplotlib:
Traceback (most recent call last): File "/my/path/to/script/my_script.py", line 15, in <module> import matplotlib.p... | https://python-decompiler.com/article/2014-12/matplotlib-issue-on-os-x-importerror-cannot-import-name-thread | CC-MAIN-2019-47 | en | refinedweb |
Learn more about Scribd Membership
Discover everything Scribd has to offer, including books and audiobooks from major publishers.
Road mapStep 1: Write the code for a heap using ArrayLists.Heres some sample code to start with. Assume that the generic type E implementsthe comparable interface.// class MinBinaryHeap can ... | https://www.scribd.com/document/267168720/HeapProject-1-docx | CC-MAIN-2019-47 | en | refinedweb |
Retrieve the current value of the specified event property of type void*.
#include <screen/screen.h>
int screen_get_event_property_pv(screen_event_t ev, int pname, void **param)
The handle of the event whose property is being queried. The event must have an event type of Screen event types.
The name of the property who... | http://www.qnx.com/developers/docs/qnxcar2/topic/com.qnx.doc.qnxcar2.screen/topic/screen_get_event_property_pv.html | CC-MAIN-2019-47 | en | refinedweb |
Return Oriented Programming on ARM (32-bit)
Anirudh
Originally published at
icyphox.sh
on
・5 min read
Before we start anything, you’re expected to know the basics of ARM assembly to follow along. I highly recommendAzeria’s series on ARM Assembly Basics. Once you’re comfortable with it, proceed with the next bit — envir... | https://dev.to/icyphox/return-oriented-programming-on-arm-32-bit-436m | CC-MAIN-2019-47 | en | refinedweb |
From: Daniel Wallin (dalwan01_at_[hidden])
Date: 2003-11-14 15:46:44
David Abrahams wrote:
> Daniel Wallin <dalwan01_at_[hidden]> writes:
>
>
>>>I had this idea some time ago, but Peter Dimov pointed out that it
>>>doesn't really prevent accidental ADL problems:
>>> namespace my {
>>> class X {};
>>> template <class T>... | https://lists.boost.org/Archives/boost/2003/11/56234.php | CC-MAIN-2019-47 | en | refinedweb |
Learn more about Scribd Membership
Discover everything Scribd has to offer, including books and audiobooks from major publishers.
5 Decision-Making Constructs and Loop Constructs .6 Events and Delegates .7 Stream class to implement File handling .8 Collections .9 Threading .10 Serialization: .11 Exception handling .13 ... | https://www.scribd.com/document/77748002/shylaja | CC-MAIN-2019-47 | en | refinedweb |
Python - Extracting and Saving Video Frames
So I've followed this tutorial but this doesn't seem to do anything. Simply nothing. It waits a few seconds and closes the program. What is wrong with this code?
import cv2 vidcap = cv2.VideoCapture('Compton.mp4') success,image = vidcap.read() count = 0 success = True while s... | https://python-decompiler.com/article/2015-10/python-extracting-and-saving-video-frames | CC-MAIN-2019-47 | en | refinedweb |
This chapter describes the steps required to develop a basic JMS application in C# using the JMS .NET API. The process for developing a JMS application using the WebLogic JMS .NET client is very similar to the process used to develop a Java client.
Creating a JMS .NET Client Application
Example: Writing a Basic PTP JMS... | https://docs.oracle.com/middleware/11119/wls/JMSDN/develop.htm | CC-MAIN-2019-47 | en | refinedweb |
Owner: troutbird | 0.1 | Mar 31, 2016 | Package | Issues | Source | License: Apache-2.0
dependencies { compile 'org.grails.plugins:multitenant:0.1' }
TOC
grails-multitenant-plugin
This plugin is sponsored by IP Geolocation. It adds multitenant support for grails 3 applications based on hibernate filters. Tenants are re... | https://plugins.grails.org/plugin/troutbird/multitenant | CC-MAIN-2019-47 | en | refinedweb |
f descriptor.
RETURN VALUE
Upon successful completion 0 is returned. Otherwise, EOF is returned and(),
write() or fflush().
CONFORMING TO
C89, C99.
NOTES
Note that fclose() only flushes the user space buffers provided by the C library. To ensure that the data is physically stored on disk the kernel buffers must be flus... | https://www.systutorials.com/2775/fclose-close-a-stream/ | CC-MAIN-2019-47 | en | refinedweb |
in reply to Re^2: Why no comments?
in thread Why no comments? looked at this source to discover why Perl decimal to binary conversion is not correctly rounded. To cut a long story short, Perl_my_atof2() is a home-brew conversion routine, which makes a mess of some cases.
I wondered why the code doesn't use atof(), and ... | https://www.perlmonks.org/?displaytype=print;replies=1;node_id=740582 | CC-MAIN-2019-47 | en | refinedweb |
Manages a TransformFeedback buffer. More...
#include <vtkTransformFeedback.h>
Manages a TransformFeedback buffer.
OpenGL's TransformFeedback allows varying attributes from a vertex/geometry shader to be captured into a buffer for later processing. This is used in VTK to capture vertex information during GL2PS export wh... | https://vtk.org/doc/nightly/html/classvtkTransformFeedback.html | CC-MAIN-2019-47 | en | refinedweb |
I have set up my light box to load on first page the viewer see's. The registration button, email and password boxes that I have setup is registering new members, but the ".then" function is not redirecting. I had to do a direct link in the button settings to get it to go to the page I wanted.
What I am trying to accom... | https://www.wix.com/corvid/forum/community-discussion/light-box-for-registration | CC-MAIN-2019-47 | en | refinedweb |
How we can get order details (Id, number, totals etc) & promo code of current order on Thank You Page? I don't know any direct way to get these both on the thank you page code.
Currently I'm getting order details by adding then in new database (named OSI) using onNewOrder() at events.js (under Backend menu) as follow
i... | https://www.wix.com/corvid/forum/community-discussion/order-details-promo-code-on-thank-you-page | CC-MAIN-2019-47 | en | refinedweb |
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
problem in drawing line
Posted by Theesan on July 07, 2001 at 10:42 AM
I have a problem in drawng graphis.Here I gave a program to draw some lines... | http://www.artima.com/legacy/answers/Jul2001/messages/51.html | CC-MAIN-2017-30 | en | refinedweb |
In this blog post, I’ll go through the steps of implementing the Share feature in your Windows Store App. Sharing data can be bidirectional, your App can either accept data from another App and/or your App can share data to another App. In this article, I’ll discuss the latter scenario in which you share data with anot... | https://blogs.msdn.microsoft.com/nishasingh/2013/01/16/sharing-data-from-a-windows-store-app-using-winrt-api/ | CC-MAIN-2017-30 | en | refinedweb |
This is the mail archive of the cygwin mailing list for the Cygwin project.
On Oct 12 11:09, patrick ficheux wrote: > In SANE (scanner project), the backend for snapscan failed to call shmget() > with error EACCES (Permission denied) if the current user isn't > administrator. > When I'am logged as windows administrator... | http://cygwin.com/ml/cygwin/2007-10/msg00284.html | CC-MAIN-2017-30 | en | refinedweb |
1 package org.mr.kernel.dmf;2 3 4 import java.util.HashMap ;5 6 import org.mr.MantaAgent;7 import org.mr.core.util.exceptions.CreationException;8 import org.mr.core.util.patterns.flow.ConfigurationLoader;9 import org.mr.core.util.patterns.flow.Declaration;10 import org.mr.core.util.patterns.flow.FlowFramework;11 12 /*1... | http://kickjava.com/src/org/mr/kernel/dmf/StartupDMF.java.htm | CC-MAIN-2017-30 | en | refinedweb |
java.util.Collection ;26 27 import org.xml.sax.SAXException ;28 29 public interface MappingHandler30 {31 public void startMapping(String namespace, String localName, Collection tableMappings,32 Collection columnMappings, MappingLocator locator)33 throws SAXException ;34 35 public void endMapping(String namespace, Stri... | http://kickjava.com/src/org/xquark/mapper/mapping/MappingHandler.java.htm | CC-MAIN-2017-30 | en | refinedweb |
MP(3X) MP(3X)
NAME
mp, madd, msub, mult, mdiv, mcmp, min, mout, pow, gcd, rpow, itom,
xtom, mtox, mfree - multiple precision integer arithmetic
SYNOPSIS
#include <<mp.h>>
madd(a, b, c)
MINT *a, *b, *c;
msub(a, b, c)
MINT *a, *b, *c;
mult(a, b, c)
MINT *a, *b, *c;
mdiv(a, b, q, r)
MINT *a, *b, *q, *r;
mcmp(a,b)
MINT *a,... | http://modman.unixdev.net/?sektion=3&page=mout&manpath=SunOS-4.1.3 | CC-MAIN-2017-30 | en | refinedweb |
Windows Mixed Reality enables a user to see holograms as if they are right around you, in your physical or digital world. At its core, both HoloLens and the Desktop PCs you attach headset accessories to are Windows 10 devices; this means that you're able to run almost all of the Universal Windows Platform (UWP) apps in... | https://developer.microsoft.com/en-us/windows/mixed-reality/building_2d_apps | CC-MAIN-2017-30 | en | refinedweb |
1.1.1.2 Security Identifiers (SIDs)
The security identifier (SID), as specified in [MS-DTYP] section 2.4.2, is an account identifier. It is variable in length and encapsulates the hierarchical notion of issuer and identifier. It consists of a 6-byte identifier authority field that is followed by one to fourteen 32-bit ... | https://msdn.microsoft.com/en-us/library/jj663149 | CC-MAIN-2017-30 | en | refinedweb |
csGenerateImageTexture Class ReferenceA base class which represents a texture that can be displayed on the terrain. More...
#include <cstool/gentrtex.h>
Inheritance diagram for csGenerateImageTexture:
Detailed DescriptionA base class which represents a texture that can be displayed on the terrain.
It has a colour for e... | http://www.crystalspace3d.org/docs/online/api-1.2/classcsGenerateImageTexture.html | CC-MAIN-2017-30 | en | refinedweb |
Agenda
See also: IRC log
<scribe> scribe:TRutt
<scribe> scribe:TRutt
Jonathan stated that Microsoft has already implemented several of the FaultCodes that we agreed to eliminate on Thursday.
We agreed to put back DestUnreachable, ActionNotSupported, and EndpointNotAvailable
Katy asked if these had to be implemented to ... | http://www.w3.org/2002/ws/addr/6/03/03-ws-addr-minutes.html | CC-MAIN-2017-30 | en | refinedweb |
#include <Modelx.h>
List of all members.
Constructor
Destructor
Intersection method using bounding spheres between this and another model.
Creates the dynamic bounding sphere with its bounding sphere hierarchy.
Creates the default animation if one exists.
Returns the current animation.
Returns the absolute elapsed time... | http://es3d.sourceforge.net/doxygen/class_e_s3_d_1_1_modelx.html | CC-MAIN-2017-30 | en | refinedweb |
NAME
mono - Mono's ECMA-CLI native code generator (Just-in-Time and Ahead- of-Time)
SYNOPSIS
mono [options] file [arguments...] mono-sgen . The mono command uses the Boehm conservative garbage collector while the mono-sgen command uses a moving and generational garbage collector.. outfile=[filename] Instructs the AOT c... | http://manpages.ubuntu.com/manpages/precise/man1/mono.1.html | CC-MAIN-2017-30 | en | refinedweb |
Your message dated Fri, 27 Apr 2007 15:02:33 +0000 with message-id <E1HhRxx-0001Xj-8c@ries.debian.org> and subject line Bug#218335: fixed in ncurses-hexedit 0.9.7: ncurses-hexedit: patch for GNU/Hurd
- From: Santiago Vila <sanvila@unex.es>
- Date: Thu, 30 Oct 2003 17:36:57 +0100 (CET)
- Message-id: <Pine.LNX.4.58.03103... | https://lists.debian.org/debian-qa-packages/2007/04/msg00467.html | CC-MAIN-2017-30 | en | refinedweb |
21
Joined
Last visited
Community Reputation500 Good
About Grain
- RankAdvanced Member
Grain replied to Grain's topic in Graphics and GPU ProgrammingBump.
Grain posted a topic in Graphics and GPU ProgrammingWhen I start create my Speaker and feed it data it seems to only play the first buffer. The method that feeds in b... | https://www.gamedev.net/profile/58407-grain/ | CC-MAIN-2017-30 | en | refinedweb |
Roman Suzi wrote: > P.S. Just look at the neighboor thread: > Subject: minidom toxml() not emitting attribute namespace qualifier I feel the need to point out a couple of things in relation to this bug in minidom. 1. The bug was fixed in minidom, but not in the base distribution. 2. Using namespaced attributes is a fai... | https://mail.python.org/pipermail/python-list/2003-June/196503.html | CC-MAIN-2017-30 | en | refinedweb |
46
On Tue, 30 Sep 2003 grubert@... wrote:
> zope stx uses intending as a markup
> for titles, reST uses intending for quotes and underline for markup.
>
> what would be needed is a stx-reader or RTFM.
Well, what I need is a online tool which processes Zope-Book source
to well and reasonable formatted HTML (and other f... | https://sourceforge.net/p/docutils/mailman/docutils-develop/?viewmonth=200309 | CC-MAIN-2017-30 | en | refinedweb |
SSIGNAL(3) Library Functions Manual SSIGNAL(3)
NAME
ssignal, gsignal - software signals
SYNOPSIS
#include <<signal.h>>
int (*ssignal (sig, action))()
int sig, (*action)();
int gsignal (sig)
int sig;
DESCRIPTION
ssignal() and ssignal() implement a software facility similar to sig-
nal(3V).
Software signals made availabl... | http://modman.unixdev.net/?sektion=3&page=gsignal&manpath=SunOS-4.1.3 | CC-MAIN-2017-30 | en | refinedweb |
's phyloxml branch in GitHub. If you're interested in testing this code before it's been merged into Biopython, follow the instructions there to create your own fork, or just clone the phyloxml branch onto your machine.
Requirements:
- Biopython 1.51 Bio.TreeIO.PhyloXMLIO module attempts to import each of these compati... | http://biopython.org/w/index.php?title=PhyloXML&oldid=2892 | CC-MAIN-2014-49 | en | refinedweb |
Hi,
Is there anyway that I can access all the properties of a control(activex or normal) during runtime and get their values. I dont want to speicify the property name. I should get the all the property names and their values. It is something like reflection namespace in VB.NEt. Is it posiible in vb6.0
Thanx
Not that I... | http://forums.codeguru.com/showthread.php?499128-RESOLVED-Accessing-properties-of-controls | CC-MAIN-2014-49 | en | refinedweb |
csJoystickEventHelper Class Reference
[Event handling]
Helper class to conveniently deal with joystick events. More...
#include <csutil/event.h>
Detailed Description
Helper class to conveniently deal with joystick events.
Definition at line 188 of file event.h.
Member Function Documentation
retrieve any axis (basis 0) ... | http://www.crystalspace3d.org/docs/online/api-2.0/classcsJoystickEventHelper.html | CC-MAIN-2014-49 | en | refinedweb |
.
Hi Brian,
it would be cool if we would know when all components are in, or just a page where missing components are mentioned (stroke through if they are implemented)
I would like to test with already existing app to see which issues arise. I already tested (with components should be in pr2) and the viewport isn't re... | http://www.sencha.com/forum/showthread.php?124015-Ext-3-to-4-Migration&p=575426&viewfull=1 | CC-MAIN-2014-49 | en | refinedweb |
Web.VKHS
Description
VKHS
-
VKHS is written in Haskell and provides access to Vkontakte social network, popular mainly in Russia. Library can be used to login into the network as a standalone application (OAuth implicit flow as they call it). Interaction with user is not required. For now, vkhs offers limited error det... | http://hackage.haskell.org/package/VKHS-0.3.3/docs/Web-VKHS.html | CC-MAIN-2014-49 | en | refinedweb |
>> answer?
japns did not fall in love with, they are just being made abjectly submissive to the conqueror.
.
like breaking or domesticing an animal, you'd have to whip them and give them goody bags to train them into submission.
.
that's why people should treat their defeated but unrepentant war time war crime awashed ... | http://www.economist.com/comment/1851971 | CC-MAIN-2014-49 | en | refinedweb |
A guide to C++ for C programmers
Editor’s Note: A bare bones guide to the C++ language for C programmers, excerpted from Software engineering for embedded systems by Mark Kraeling.
There are a number of reasons developers may want to consider using C++ as the programming language of choice when developing for an embedd... | http://www.embedded.com/design/programming-languages-and-tools/4424383/A-guide-to-C--for-C-programmers | CC-MAIN-2014-49 | en | refinedweb |
09 August 2011 09:07 [Source: ICIS news]
SINGAPORE (ICIS)--?xml:namespace>
The plant’s current run rate is 80%, with a strong likelihood of further decline in output given disruptions to feedstock supply following recent fires at the Mailiao petrochemical complex, the source said.
All its output will be for captive use... | http://www.icis.com/Articles/2011/08/09/9483515/taiwans-fpcc-halts-ech-exports-from-mailiao-plant.html | CC-MAIN-2014-49 | en | refinedweb |
can you explain it in english please? if you know what i mean.. :)
can you explain it in english please? if you know what i mean.. :)
edited it. the output if i run the code is there. i added comments in between the codes to let you know what i did.
Hi, my prof. asks us to write a conversion program in from binary to d... | http://www.javaprogrammingforums.com/search.php?s=3d7f579a8236a9e9e925c19aa830bdeb&searchid=1203383 | CC-MAIN-2014-49 | en | refinedweb |
Issues
ZF-3995: .
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-22T14:54:57.000+0000
This is definitely a documentation issue, and I'm scheduling to fix it for RC3.
Posted by Thomas Weidner (thomas) on 2008-08-24T14:58:29.000+0000
Assigned right component
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-... | http://framework.zend.com/issues/browse/ZF-3995?focusedCommentId=23601&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel | CC-MAIN-2014-49 | en | refinedweb |
How can I call environment variables?
environment variables windows 10
environment variables linux
how to set environment variable in linux permanently
bash environment variables
bash script environment variables
environment variables python
environment variables node
in the .env file I set some variables //file .env
N... | http://thetopsites.net/article/53964616.shtml | CC-MAIN-2021-04 | en | refinedweb |
Creating a program that searches if a word is repeated and how many times it is in a list,
count the number of times a word appears in a text file python
python program to count the occurrences of a word in a text file
count the number of occurrences of each word in python
count the number of times each word appears in... | http://thetopsites.net/article/55029702.shtml | CC-MAIN-2021-04 | en | refinedweb |
How to Migrate a Project From ASP.NET MVC to ASP.NET Core
Get going with ASP.NET Core.
Join the DZone community and get the full member experience.Join For Free
Step-by-Step Guide
Here is a practical guide on migrating a project from ASP.NET MVC framework to ASP.NET Core. The step-by-step instructions written by the te... | https://dzone.com/articles/how-to-migrate-project-from-aspnet-mvc-to-aspnet-c | CC-MAIN-2021-04 | en | refinedweb |
In the first tutorial we looked at creating our initial application, while in the second tutorial we looked at events and a cleaner game loop then in the third tutorial we looked at drawing bitmaps on screen. Today we are going to look at handling keyboard and mouse input. We covered this slightly in earlier tutorials ... | https://gamefromscratch.com/allegro-tutorial-series-part-4-keyboard-and-mouse/ | CC-MAIN-2021-04 | en | refinedweb |
Download presentation
Presentation is loading. Please wait.
Published byLillian Donnelly Modified over 6 years ago
1
UKOLN is supported by: The JISC Information Environment Bath Profile Four Years On: whats being done in the UK? 7 th July 2003 Andy Powell, UKOLN, University of Bath a.powell@ukoln.ac.uk A centre of expe... | http://slideplayer.com/slide/798369/ | CC-MAIN-2021-04 | en | refinedweb |
extract points within an image/volume mask More...
#include <vtkMaskPointsFilter.h>
extract points within an image/volume mask
vtkMaskPointsFilter extracts points that are inside an image mask. The image mask is a second input to the filter. Points that are inside a voxel marked "inside" are copied to the output. The i... | https://vtk.org/doc/nightly/html/classvtkMaskPointsFilter.html | CC-MAIN-2021-04 | en | refinedweb |
This tutorial demonstrates how to use cluster network policies to control which Pods receive incoming network traffic, and which Pods can send outgoing traffic. For more information, see Creating a cluster network policy.
Network policies allow you to limit connections between Pods. Therefore, using network policies pr... | https://cloud.google.com/kubernetes-engine/docs/tutorials/network-policy?hl=nl | CC-MAIN-2021-04 | en | refinedweb |
Communication
Exception Class
Definition
Represents a communication error in either the service or client application.
public ref class CommunicationException : Exception
public ref class CommunicationException : SystemException
public class CommunicationException : Exception
[System.Serializable] public class Communic... | https://docs.microsoft.com/en-us/dotnet/api/system.servicemodel.communicationexception?view=dotnet-plat-ext-5.0&viewFallbackFrom=netcore-2.2 | CC-MAIN-2021-04 | en | refinedweb |
A number of years ago I did a post on the IronPython Cookbook site about the Windows.Forms Calendar control. I could never get the thing to render nicely on *nix operating systems (BSD family). It sounds as though Windows.Forms development for mono (and in general) is kind of dead, so there is not much hope that soluti... | http://pyright.blogspot.com/2014/10/mono-gtk-sharp-ironpython-calendarview.html | CC-MAIN-2018-22 | en | refinedweb |
_DXGK_SETVIDPNSOURCEADDRESS_FLAGS structure
The DXGK_SETVIDPNSOURCEADDRESS_FLAGS structure identifies the specific type of operation to perform in a call to the display miniport driver's DxgkDdiSetVidPnSourceAddress or DxgkDdiSetVidPnSourceAddressWithMultiPlaneOverlay functions.
Syntax
typedef struct _DXGK_SETVIDPNSOUR... | https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/content/d3dkmddi/ns-d3dkmddi-_dxgk_setvidpnsourceaddress_flags | CC-MAIN-2018-22 | en | refinedweb |
[
]
Yohei Onishi commented on AIRFLOW-2385:
---------------------------------------
Yes, this job runs Spark job. I added on_kill method and stop Spark session. I will see
if it works. Any advices are highly welcomed.
{code:java}
def execute(self, context):
self.spark = self.create_spark_session()
// run some queries
d... | http://mail-archives.apache.org/mod_mbox/airflow-commits/201804.mbox/%3CJIRA.13155597.1524799845000.371616.1524808860319@Atlassian.JIRA%3E | CC-MAIN-2018-22 | en | refinedweb |
.
A tour de force. It reminds me of a project I once worked on that was written entirely in 2.4, and one of their vendors updated their API, which was only available in 2.7.
I ended up using JSON to communicate between a 2.4 and a 2.7 process. Wanted to stick my finger down my throat afterwards. The whole system was a ... | http://pyright.blogspot.com/2014/08/internet-explorer-9-save-dialog.html | CC-MAIN-2018-22 | en | refinedweb |
Contents
1 World-Wide Web 7
1.1 WorldWideWeb - Summary : : : : : : : : : : : : : : : : : : 7
1.2 WWW people : : : : : : : : : : : : : : : : : : : : : : : : : : 9
1.2.1 Eelco van Asperen : : : : : : : : : : : : : : : : : : : 10
1.2.2 Carl Barker : : : : : : : : : : : : : : : : : : : : : : : 10
1.2.3 Tim Berners-Lee : : ... | http://www.nzdl.org/gsdlmod?e=d-00000-00---off-0cstr--00-0----0-10-0---0---0direct-10---4-------0-1l--11-en-50---20-about---00-0-1-00-0--4----0-0-11-10-0utfZz-8-00&cl=CL1.132&d=HASH0102b83a0da4ae5fa2bcc7cc.1>=2 | CC-MAIN-2018-22 | en | refinedweb |
For some time I could easily do without autogenerated migrations. Now I wanted them and I wanted to use Flask and not Django. I started, very naively, by installing and importing either flask-alembic and flask-migrate but they all seemed (at that time) to support patterns that I didn’t want (e.g. manager, single models... | https://kodekitchen.wordpress.com/2016/08/ | CC-MAIN-2018-22 | en | refinedweb |
#include <YesNoNone.h>
Detailed Description
Used for boolean enabled/disabled options with complex default logic. Allows Squid to compute the right default after configuration. Checks that not-yet-defined option values are not used. Allows for implicit default Yes/No values to be used by initialization without configur... | http://www.squid-cache.org/Doc/code/classYesNoNone.html | CC-MAIN-2018-22 | en | refinedweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.