text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
NAMECMS_compress - create a CMS CompressedData structure SYNOPSIS #include <openssl/cms.h> CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags); DESCRIPTIONCMS_compress() creates and returns a CMS CompressedData structure. comp_nid is the compression algorithm to use or NID_undef to use the default ...
http://www.yosbits.com/opensonar/rest/man/freebsd/man/en/man3/CMS_compress.3.html?l=en
CC-MAIN-2016-44
en
refinedweb
I'm trying to extend a rails model from a gem. Using concern I've been able to extend class methods but I cannot extend associations. included do undefined method belongs_to # mygem/config/initializers/mymodel_extension.rb require 'active_support/concern' module MymodelExtension extend ActiveSupport::Concern # included...
https://codedump.io/share/cnEmDhx7iG6c/1/undefined-method-belongsto-usign-rails-concern-why
CC-MAIN-2016-44
en
refinedweb
DataColumn.Namespace Property .NET Framework (current version) Namespace: System.Data Gets or sets the namespace of the DataColumn. Assembly: System.Data (in System.Data.dll) Property ValueType: System.String The namespace of the DataColumn. The Namespace property is used when reading and writing an XML document into a...
https://msdn.microsoft.com/en-us/library/system.data.datacolumn.namespace.aspx
CC-MAIN-2016-44
en
refinedweb
On 2/6/07, Philipp von Weitershausen <[EMAIL PROTECTED]> wrote: An egg should only *depend* on setuptools if it uses things like pkg_resources (e.g. for namespace packages). Advertising But there's no need to depend on setuptools for namespace packages generally; that's specific to namespace packages in the presence of...
https://www.mail-archive.com/zope3-dev@zope.org/msg07602.html
CC-MAIN-2016-44
en
refinedweb
import java.io.IOException; Querywould return too many results, this interface is used to stream each query result as it is read from the data store. This interface should not be used unless there is a chance the number of query results are too big to fit into a normal Array or LinkedList. QueryResult public interface ...
http://grepcode.com/file/repo1.maven.org$maven2@com.github.corydoras$base@1.5.beta2@base$QueryResultHandler.java
CC-MAIN-2016-44
en
refinedweb
Fix for CVE-2015-3222 which allows for root escalation via syscheck - Affected versions: 2.7 - 2.8.1 Beginning is OSSEC 2.7 (d88cf1c9) a feature was added to syscheck, which is the daemon that monitors file changes on a system, called "report_changes". This feature is only available on *NIX systems. It's purpose is to ...
https://www.exploit-db.com/exploits/37265/
CC-MAIN-2016-44
en
refinedweb
import java.io.IOException; import java.io.OutputStream; import javax.ws.rs.core.Application; import javax.ws.rs.ext.Provider; or registering an implementing class or instance as a singleton with javax.ws.rs.ext.Provider or com.sun.jersey.api.core.ResourceConfig . javax.ws.rs.core.Application Such view processors could...
http://grepcode.com/file/repo1.maven.org$maven2@com.fasterxml.transistore$transistore-server@0.9.8@com$sun$jersey$spi$template$ViewProcessor.java
CC-MAIN-2016-44
en
refinedweb
{-# LANGUAGE ExistentialQuantification, EmptyDataDecls #-} {-# DTime = Double {-| Sinks are used when feeding input into peripheral-bound signals. -} type Sink a = a -> IO () {-| An empty type to use as a token for injecting data dependencies. -} data StartToken -- **L s e ss@: latcher that starts out as @s@ and become...
http://hackage.haskell.org/package/elerea-0.6.0/docs/src/FRP-Elerea-Internal.html
CC-MAIN-2016-44
en
refinedweb
java.lang.Object java.util.logging.ErrorManagerjava.util.logging.ErrorManager weblogic.logging.WLErrorManagerweblogic.logging.WLErrorManager public class WLErrorManager An ErrorManager that handles errors by removing the failing handler from the logger and logging a WLLevel.CRITICAL message. The error manager has a tol...
http://docs.oracle.com/cd/E12839_01/apirefs.1111/e13941/weblogic/logging/WLErrorManager.html
CC-MAIN-2016-44
en
refinedweb
rename proc _proc _proc proc {name argl body} { _proc $name $argl callgraph'report\n$body } #-- This argument-less proc is prefixed to every proc defined with the overloaded command: _proc callgraph'report {} { if [catch {info level -2} res] {set res ""} set ::callgraph([lindex $res 0],[lindex [info level -1] 0]) "" }#...
http://wiki.tcl.tk/14471
CC-MAIN-2016-44
en
refinedweb
PyThalesians PyThalesians is a Python financial library developed by the Thalesians ( ). I have used the library to develop my own trading strategies and I’ve included simple samples which show some of the functionality including an FX trend following model and other bits of financial analysis. There are many open sour...
http://www.shellsec.com/news/23164.html
CC-MAIN-2016-44
en
refinedweb
How to: Specify a Client Binding in Configuration In this example, a client console application is created to use a calculator service, and the binding for that client is specified declaratively in configuration. The client accesses the CalculatorService, which implements the ICalculator interface, and both the service...
https://msdn.microsoft.com/en-us/library/ms731144.aspx
CC-MAIN-2016-44
en
refinedweb
EDIT: This is not about fat arrows. It's also not about passing this to an IIFE. It's a transpiler-related question. So I've created a simple pub-sub for a little app I'm working on. I wrote it in ES6 to use spread/rest and save some headaches. I set it up with npm and gulp to transpile it but it's driving me crazy. I ...
https://codedump.io/share/bTF9hMgw2toe/1/how-to-stop-babel-from-transpiling-39this39-to-39undefined39
CC-MAIN-2016-44
en
refinedweb
This action might not be possible to undo. Are you sure you want to continue? Do we really understand the Drivers of New Venture Success? Discussion Paper By John Cavill, Intermezzo Ventures Ltd Research Sponsored by the Enterprise Hub Network The Enterprise Hub Network is a SEEDA-backed network focused on helping entr...
https://www.scribd.com/document/2079810/Growth-Entrepreneurship-Do-we-really-understand-the-drivers-of-new-venture-success
CC-MAIN-2016-44
en
refinedweb
CodePlexProject Hosting for Open Source Software I'm interested in pausing the world dynamics to allow objects in the scene to be manipulated (moved, rotated, etc.). While dynamics are disabled, I do want collisions to be active, so that objects can be manipulated without their bodies intersecting in space where they w...
https://farseerphysics.codeplex.com/discussions/259137
CC-MAIN-2016-44
en
refinedweb
Package: wnpp Severity: wishlist Owner: Florian Schlichting <fschlich@ZEDAT.FU-Berlin.DE> * Package name : libobject-role-perl Version : 0.001 Upstream Author : Toby Inkster <tobyink@cpan.org> * URL : * License : GPL-1+ or Artistic Programming Lang: Perl Description : base class for non-Moose roles The idea of Object::...
https://lists.debian.org/debian-devel/2011/12/msg00408.html
CC-MAIN-2016-44
en
refinedweb
It appears that sometimes FxCop displays a link to the source line and file in the Message Details window and sometimes it doesn’t. Why this inconsistent behavior? There are three usual reasons why this occurs: - Source lookup is disabled. To turn source lookup on, choose Project -> Options and check Attempt source fil...
https://blogs.msdn.microsoft.com/codeanalysis/2007/05/12/faq-why-is-file-and-line-information-available-for-some-warnings-in-fxcop-but-not-for-others/
CC-MAIN-2016-44
en
refinedweb
MySQL is an open-source database management system that gives closed-source database products a run for their money. The closed-source products still win, of course, but at least they aren’t allowed to suck as much as they would if a free alternative didn’t exist. Assuming, of course, that Oracle hasn’t run MySQL into ...
https://thiscouldbebetter.wordpress.com/2011/06/14/accessing-a-mysql-database-from-java/
CC-MAIN-2016-44
en
refinedweb
When new compilers are introduced on existing platforms, it is important that they work with other compilers on that same platform. Users need to be able to mix code generated by the new compiler with code generated by the existing ones. Interoperability is the ability to mix the object files and libraries generated by...
http://www.drdobbs.com/interoperability-c-compilers/184401769
CC-MAIN-2013-20
en
refinedweb
An introduction to debugging Programming is difficult, and there are a lot of ways to make mistakes. As you learned in the section on handling errors, there are two primary types of errors: syntax errors and semantic errors. A syntax error occurs when you write a statement that is not valid according to the grammar of ...
http://www.learncpp.com/cpp-tutorial/a4-debugging-your-program-stepping-and-breakpoints/
CC-MAIN-2013-20
en
refinedweb
Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Compound Members File Members BdbMetaDataStringIter Class Reference [BdbTrees] #include <BdbMetaDataStringIter.hh> List of all members. Constructor & Destructor Documentation Member Function Documentation Member Data Documentatio...
http://www.slac.stanford.edu/BFROOT/www/Public/Computing/Databases/srcDocs/classBdbMetaDataStringIter.shtml
CC-MAIN-2013-20
en
refinedweb
#include <db.h> int DB->get(DB *db, DB_TXN *txnid, DBT *key, DBT *data, u_int32_t flags); int DB->pget(DB *db, DB_TXN *txnid, DBT *key, DBT *pkey, DBT *data, u_int32_t flags); The DB->get function retrieves key/data pairs from the database. The addressursor->c_get for details. When called on a database that has been ma...
http://doc.gnu-darwin.org/api_c/db_get.html
CC-MAIN-2013-20
en
refinedweb
Hi Andrew,My automatic scripts accidentally sent this mail prematurely. Please holdoff applying yet.Thanks,Miketravis> > Based on: 2.6.24-rc8-mm1> > Signed> > V area> > V1->V2:> - Add support for specifying attributes for per cpu declarations (preserves> IA64 model(small) attribute).> - Drop first patch that removes th...
http://lkml.org/lkml/2008/1/17/433
CC-MAIN-2013-20
en
refinedweb
12 June 2007 04:43 [Source: ICIS news] By Nurul Darni KUALA LUMPUR (ICIS news)--Iran is still keen on forming a joint venture with India to run an olefins project, a senior Iranian company official said late on Monday. "We have plans for some years now to do a petrochemicals joint venture with ?xml:namespace> He didn't...
http://www.icis.com/Articles/2007/06/12/9036536/interview+iran+eyes+olefins+jv+with+india.html
CC-MAIN-2013-20
en
refinedweb
Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages BatchIPCConnection Class Referenceclass for communication between different PTBatcherGUI instances More... #include <PTBatcherGUI.h> Detailed Descriptionclass for communicat...
http://hugin.sourceforge.net/docs/html/classBatchIPCConnection.shtml
CC-MAIN-2013-20
en
refinedweb
What Happens after Estate Form 706 Is Complete? 8 of 8 in Series: The Essentials of Completing the Estate Tax Return (Form 706) The IRS will issue Letter 627, Estate Tax Closing Letter if it accepts your estate tax return (Form 70) as filed, or if you and the IRS reach an agreement after a 706 audit. The closing letter...
http://www.dummies.com/how-to/content/what-happens-after-estate-form-706-is-complete.navId-323702.html
CC-MAIN-2013-20
en
refinedweb
how retrieve the value from database into dropdown list using JDBC SQL 2005 How to retrieve the value from database into dropdown list using JDBC &..."); Connection connect = DriverManager.getConnection("jdbc:mysql://localhost import java.sql.*; public class MysqlConnect{ public static void main(String[] args) { System...
http://www.roseindia.net/tutorialhelp/comment/74159
CC-MAIN-2013-20
en
refinedweb
I'm trying to build a project using: - Code: Select all { "shell": "True", "cmd": ["rosmake"], "working_dir":"/home/user/directory" } Here is the error encountered: Traceback (most recent call last): File "/opt/ros/fuerte/bin/rosmake", line 40, in <module> import rosmake ImportError: No module named rosmake [Finished i...
http://www.sublimetext.com/forum/viewtopic.php?f=3&t=10317
CC-MAIN-2013-20
en
refinedweb
A paint device for rendering to a PDF. More... #include <Wt/WPdfImage> A paint device for rendering to a PDF. A WPdfImage paint device should be used in conjunction with a WPainter, and can be used to make a PDF version of a WPaintedWidget's contents. The PDF is generated using The Haru Free PDF Library, and this class...
http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WPdfImage.html
CC-MAIN-2013-20
en
refinedweb
ToBase64Transform Class .NET Framework 1.1 Converts a CryptoStream to base 64. For a list of all members of this type, see ToBase64Transform Members. System.Object System.Security.Cryptography.ToBase64Transform [Visual Basic] Public Class ToBase64Transform Implements ICryptoTransform, IDisposable [C#] public class ToBa...
http://msdn.microsoft.com/en-us/library/system.security.cryptography.tobase64transform(d=printer,v=vs.71)
CC-MAIN-2013-20
en
refinedweb
towupper - transliterate lower-case wide-character code to upper-case #include <wctype.h> wint_t towupper(wint_t wc); The towupper()upper() represents a lower-case wide-character code, and there exists a corresponding upper-case wide-character code (as defined by character type information in the program locale categor...
http://pubs.opengroup.org/onlinepubs/7990989775/xsh/towupper.html
CC-MAIN-2013-20
en
refinedweb
In this tutorial we will learn how delete specific row from the table use mysql JDBC driver.This tutorial defined how one or more specific row delete from table that follow any given condition. If any datrabase or table not exist first create and enter record to the table. We follow the steps in "DeleteRow.java" class ...
http://roseindia.net/tutorial/java/jdbc/mysql/delete-row.html
CC-MAIN-2013-20
en
refinedweb
Overview The Rosella Memoize library provides a set of utilities for performing memoization on subroutines. Memoization is a mechanism for caching function return values to save on costly recalculations. Concepts Simple Memoization Simple memoization wraps a subroutine (the “target”) in a closure with a small amount of...
http://whiteknight.github.io/Rosella/libraries/memoize.html
CC-MAIN-2013-20
en
refinedweb
. So far, we have shown how to create the keys and their values in a scalable manner. This section will cover how to retrieve these keys and place them on dialog boxes and Web pages. .NET provides a class called ResourceManager to assist with the retrieval of these keys with a well-defined, fall back process. A fall ba...
http://www.oreillynet.com/lpt/a/2636
CC-MAIN-2013-20
en
refinedweb
QNX Developer Support pci_read_config16() Read 16-bit values from the configuration space of a device Synopsis: #include <hw/pci.h> int pci_read_config16( unsigned bus, unsigned dev_func, unsigned offset, unsigned count, char* buff ); Arguments: - bus - The bus number. - dev_func - The name of the device or function. -...
http://www.qnx.com/developers/docs/6.3.0SP3/neutrino/lib_ref/p/pci_read_config16.html
CC-MAIN-2013-20
en
refinedweb
We’ve all done it at one point or another. Our application throws an exception and we start wading through a standard Windows error dialog or a log file to examine the exception and stack trace. If you’re a ReSharper Jedi, you’ve probably copied the exception and stack trace to the clipboard and hit CTRL-SHIFT-E (IDEA)...
http://codebetter.com/jameskovacs/2011/01/31/easier-debugging-with-resharper-and-the-clipboard/
CC-MAIN-2013-48
en
refinedweb
aio_results_np - Returns results for completed asynchronous I/O operations #include <aio.h> typedef struct aio_completion_data { struct aiocb *aio_aiocb; ssize_t aio_result; int aio_error; aio_completion_t;int aio_results_np( aio_completion_t, int nent, const struct timespec *timeout, int howmany); Asynchronous I/O Lib...
http://nixdoc.net/man-pages/Tru64/man3/aio_results_np.3.html
CC-MAIN-2020-05
en
refinedweb
February 2017 Volume 32 Number 2 [Modern Apps] Twitter-Searching Utility In my column last month, I explored the great Universal Windows Platform (UWP) Community Toolkit, an open source toolkit built by the community for the community. However, I barely scratched the surface of what it can do. The UWP Community Toolkit...
https://docs.microsoft.com/en-us/archive/msdn-magazine/2017/february/modern-apps-twitter-searching-utility
CC-MAIN-2020-05
en
refinedweb
prompter_vvn 0.0.1 example/main.dart import 'package:prompter_vvn/prompter_vvn.dart'; void main() { final options = [ new Option('I want red', '#f00'), new Option('I want blue', '#00f'), ];_vv_vvn/prompter_vv 12 col 3: The method askMultiple should have a return type but doesn't. Format lib/prompter_vvn.dart. Run dartf...
https://pub.dev/packages/prompter_vvn
CC-MAIN-2020-05
en
refinedweb
Columbia U. H. Tschofenig Siemens Networks GmbH & Co KG J. Morris CDT J. Cuellar Siemens J. Polk J. Rosenberg Cisco February 2007 Common Policy: A Document Format for Expressing Privacy for authorization policies controlling access to application-specific data. This framework combines common location- and presence-spec...
http://pike.lysator.liu.se/docs/ietf/rfc/47/rfc4745.xml
CC-MAIN-2020-05
en
refinedweb
class #include <Magnum/Platform/Sdl2Application.h> TextInputEvent Text input event. Contents Constructors, destructors, conversion operators - TextInputEvent(const TextInputEvent&) deleted - Copying is not allowed. - TextInputEvent(TextInputEvent&&) deleted - Moving is not allowed. Public functions - auto operator=(con...
https://doc.magnum.graphics/magnum/classMagnum_1_1Platform_1_1Sdl2Application_1_1TextInputEvent.html
CC-MAIN-2020-05
en
refinedweb
My ASP.NET MVC App uses an unmanaged external DLL written in C++. This website runs fine from within Visual Studio, locating and accessing the external DLLs correctly. However, when the website is published on a local webserver (running IIS 7.5) rather than the Visual studio IIS Express I get the following error: HTTP ...
https://windows-hexerror.linestarve.com/q/so29248692-Unmanaged-DLL-in-ASPNET-MVC-app-causes-App-pool-to-stop-on-IIS-server
CC-MAIN-2020-05
en
refinedweb
Module java.desktop Package javax.swing Class ProgressMonitor - java.lang.Object - javax.swing.ProgressMonitor - All Implemented Interfaces: Accessible public class ProgressMonitor extends Object implements AccessibleA. - Since: - 1.2 - See Also: ProgressMonitorInputStream Field Detail accessibleContext protected Acces...
https://docs.oracle.com/javase/9/docs/api/javax/swing/ProgressMonitor.html
CC-MAIN-2020-05
en
refinedweb
Almost every how-to I’ve found that talks about replacing a server is focused on Domain Controllers or Small Business Servers. What about replacing a File-Share Server that is just a File-Share Server? There are many pitfalls and gotchas waiting for those who think it is just a matter of copying files to a new server a...
https://community.spiceworks.com/how_to/75097-replace-an-old-file-server-with-a-new-file-server-using-the-same-ip-same-name-same-shares
CC-MAIN-2020-05
en
refinedweb
§JSON with HTTP Play supports HTTP requests and responses with a content type of JSON by using the HTTP API in combination with the JSON library. See HTTP Programming for details on Controllers, Actions, and routing. We’ll demonstrate the necessary concepts by designing a simple RESTful web service to GET a list of ent...
https://www.playframework.com/documentation/ja/2.4.4/ScalaJsonHttp
CC-MAIN-2020-05
en
refinedweb
**Disclaimer: If memory serves me right, when this challenge was live in 2013, ASLR was not on full randomization mode. It was later, several months after the competition finished, that ASLR was set to "2" (full randomization). This made the challenge more difficult to solve and in this article I will discuss how to so...
http://blog.cs4u.us/2014/11/anatomy-of-rop-attack-with-picoctf-rop3.html
CC-MAIN-2020-05
en
refinedweb
Expyriment Doesn't Move (_textline.py problem) Hello, I'm a beginner of expyriment and have a trouble about running python files. I can not run even a tutorial code(). This is my pc spec → macOS 10.12.6, python3.6, expyriment0.9.0 I would appreciate if you could help me. kazukiMacBook-Pro:desktop kazuki$ python tutoria...
http://forum.cogsci.nl/discussion/comment/11902/
CC-MAIN-2020-05
en
refinedweb
15. Re: Injection And Child ObjectsTom Goring Feb 27, 2008 3:30 PM (in response to Tom Goring) Hi, Yes that does work but it's not what Pete suggested I think. Is it the case then you should never store a reference to a Seam object. i.e. only use injection... Workaround is to rather than store the parent reference in t...
https://developer.jboss.org/thread/180481?start=15&tstart=0
CC-MAIN-2020-05
en
refinedweb
Corrupted heap space using QtXmld4.dll (VS 2010) hello all, to make a long story short, here is the code: @ #include <QtXml\qdom.h> #include <qdebug.h> #include <crw.h> int main(int argc, char *argv[]) { QFile f(".\app.xml"); QString errorMsg; int a, b; QDomDocument doc( "appsettings" ); if( !f.open( QIODevice::ReadOnl...
https://forum.qt.io/topic/4126/corrupted-heap-space-using-qtxmld4-dll-vs-2010
CC-MAIN-2017-43
en
refinedweb
Odoo Help Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps: CRM | e-Commerce | Accounting | Inventory | PoS | Project management | MRP | etc. How to Search for product references only in Order line Working on Windows. I am trying to search reference/default_code of produ...
https://www.odoo.com/forum/help-1/question/how-to-search-for-product-references-only-in-order-line-38785
CC-MAIN-2017-43
en
refinedweb
This is the XInclude module, which is used with the modular documents CPF application. To use the XInclude module as part of your own XQuery module, include the following line in your XQuery prolog: import module namespace xinc = "" at "/MarkLogic/xinclude/xinclude.xqy"; The library namespace prefix xinc is not predefi...
http://docs.marklogic.com/xinc
CC-MAIN-2017-43
en
refinedweb
This. TO_NUMBER to the result to get an integer, so that you can simply subtract one from the other and multiply by 1440.. Anyway, consider the following library of handy date functions our Oracle WTF Easter gift to you, the online development community.; Just for fun, let's test it: CREATE TABLE wtf_test (start_date N...
http://www.orafaq.com/aggregator?page=623
CC-MAIN-2017-43
en
refinedweb
A short post on how to show or hide a control in WPF by using a BooleanToVisibilityConverter. As a minimalist example, start by creating a new WPF project from Visual Studio: So that our main window XAML looks as follows: <Window x: <Grid> </Grid> </Window> As an example control that we wish to show or hide, modify the...
http://www.technical-recipes.com/2015/showing-and-hiding-controls-in-wpf-xaml/
CC-MAIN-2017-43
en
refinedweb
Adding Playgrounds to your Xcode Project Since the addition of Swift, one of my favorite new features has been the Playground. These are great for rapid iteration on an idea until we get it just right. Unfortunately, sometimes we want to use features of our existing code base within these playgrounds so that we can acc...
https://medium.com/@LogMaestro/adding-playgrounds-to-your-xcode-project-79d5ea0c7087
CC-MAIN-2017-43
en
refinedweb
yamldirs - create directories and files (incl. contents) from yaml spec. yamldirs Create directories and files (including content) from yaml spec. This module was created to rapidly create, and clean up, directory trees for testing purposes. Installation: pip install yamldirs Usage The YAML record syntax is: fieldname:...
https://pypi.org/project/yamldirs/
CC-MAIN-2017-43
en
refinedweb
02 May 2013 18:13 [Source: ICIS news] HOUSTON (ICIS)--Here is Thursday’s midday ?xml:namespace> CRUDE: Jun WTI: $92.61/bbl, up $1.58; June Brent: $101.68/bbl, up $1.73 NYMEX WTI crude futures surged in morning trading as RBOB: Jun: $2.7293/gal, up 1.00 cent/gal Reformulated blendstock for oxygen blending (RBOB) gasolin...
http://www.icis.com/Articles/2013/05/02/9664809/noon-snapshot-americas-markets-summary.html
CC-MAIN-2015-11
en
refinedweb
hi.. I am Sumit from Kolkata I am a student... today is my 1st day with java and i am trying to run a simple programm in karel world.. my code is import stanford.karel.*; public class CheckerboardKarel extends SuperKarel { // You fill in this part public void run() { move (); pickBeeper (); move(); turnLeft(); } } but ...
http://www.javaprogrammingforums.com/whats-wrong-my-code/13106-today-1st-day-java-i-am-screwed.html
CC-MAIN-2015-11
en
refinedweb
Create New Nodes in the DOM The XmlDocument has a create method for all of the node types. Supply the method with a name when required, and content or other parameters for those nodes that have content (for example, a text node), and the node is created. The following methods are ones that need a name and a few other p...
https://msdn.microsoft.com/EN-US/library/k44daxya
CC-MAIN-2015-11
en
refinedweb
Hi, Daniel Thank you for your reviewing. I agree your fixes. Also I agree this issue should be handled by hypervisor. But for Xen, if # of vcpus are out of range, XEN_DOMCTL_setvcpu_context return the -EINVAL. So the inactive domain cannot boot. For this circumstances, it is better to handle # of vcpus error by libvirt...
https://www.redhat.com/archives/libvir-list/2007-August/msg00136.html
CC-MAIN-2015-11
en
refinedweb
I seem to be missing something - I've created an autocomplete plugin that works, but doesn't show the popup with the list of choices - only works to tab through the possibilities. Is there a tutorial somewhere? Am I missing a setting? I started with the Google autocomplete example, and man, everything looks the same. H...
http://www.sublimetext.com/forum/viewtopic.php?f=6&t=6050
CC-MAIN-2015-11
en
refinedweb
Hi All, I've noticed a regression in libvirt 0.9.8 on some of my kvm test machines # virsh start opensuse12 error: Failed to start domain opensuse12 error: Cannot open network interface control socket: Permission denied Opening a control socket for setting MAC addr, etc. failed with EACCES. In 0.9.7, the socket was ope...
https://www.redhat.com/archives/libvir-list/2011-December/msg00772.html
CC-MAIN-2015-11
en
refinedweb
Tron 2.0: FAQ/Walkthrough by Der Schnitter Version: v1.1.0 | Updated: 2003-10-23 | Original File Tron 2.0 Walkthrough by Thomas "Schnitter" Leichtle Version v1.1.0 -- 16th October, 2003 // A variant of the Hello World program #include <iostream> using namespace std; int main() { cout << "Greetings, Programs!" << endl; ...
http://www.gamefaqs.com/pc/529599-tron-2-0/faqs/26235
CC-MAIN-2015-11
en
refinedweb
25 June 2012 05:00 [Source: ICIS news] SINGAPORE (ICIS)--Here is Monday’s midday ?xml:namespace> CRUDE: Aug WTI $80.25/bbl, up 49 cents/bbl; Aug BRENT $91.35/bbl, up 37 cents/bbl Crude futures strengthened in Asian morning trade, supported by reduced output in the US Gulf amid concerns over an approaching storm. Intere...
http://www.icis.com/Articles/2012/06/25/9572224/noon-snapshot-asia-markets-summary.html
CC-MAIN-2015-11
en
refinedweb
28 May 2009 16:44 [Source: ICIS news] TORONTO (ICIS news)--US chemical railcar traffic fell 12.7% in the week ended on 23 May from the same week in 2008, marking the 38th straight decline, according to data released by an industry association on Thursday. US chemical railcar loadings for the week were 27,553, down from...
http://www.icis.com/Articles/2009/05/28/9220312/us-weekly-chemical-railcar-traffic-falls-12.7-year-on.html
CC-MAIN-2015-11
en
refinedweb
14 March 2012 06:38 [Source: ICIS news] By Crystal Zhao ?xml:namespace> SINGAPORE Benzene supply in east On Wednesday morning, offers for spot benzene were at yuan (CNY) 8,550-8,600/tonne ($1,350-1,359/tonne) ex-tank in east Current prices are on average CNY125/tonne higher, or up 1.5%, from the start of March, accordi...
http://www.icis.com/Articles/2012/03/14/9541286/china-benzene-may-stay-high-throughout-march-on-tight-supply.html
CC-MAIN-2015-11
en
refinedweb
deform_autoneed 0.2.2b Auto include resources in deform via Fanstatic. Deform Autoneed README A simple package to turn any deform requirements into Fanstatic resources and serve them. Some ideas were taken from js.deform, but this package is in many ways its absolute opposite: It only serves whatever content deform shi...
https://pypi.python.org/pypi/deform_autoneed/0.2.2b
CC-MAIN-2015-11
en
refinedweb
24 April 2007 12:22 [Source: ICIS news] NEW DELHI (ICIS news)--India’s Gujarat State Fertilizers & Chemicals (GSFC) has appointed Denmark’s Haldor Topsoe as its technical collaborator on a proposed methanol plant in Baroda, Gujarat state. ?xml:namespace> According to the Indian government’s brief on the proposed techni...
http://www.icis.com/Articles/2007/04/24/9023101/Indias-GSFC-Denmarks-Haldor-in-technical-tie-up.html
CC-MAIN-2015-11
en
refinedweb
25 May 2010 18:36 [Source: ICIS news] TORONTO (ICIS news)--A court in Germany’s Lower Saxony state on Tuesday began hearing a case against a chemical trader charged with allegedly supplying hydrogen peroxide to an Islamic terrorist group to make explosives, the court said in a statement. The court in Verden said the pu...
http://www.icis.com/Articles/2010/05/25/9362504/germany-starts-case-against-chemical-trader-over-terrorist-plot.html
CC-MAIN-2015-11
en
refinedweb
25 February 2013 23:53 [Source: ICIS news] HOUSTON (ICIS)--Here is Monday’s end of day ?xml:namespace> CRUDE: Apr WTI: $93.11/bbl, down 2 cents; Apr Brent: $114.44/bbl, up 34 cents NYMEX WTI crude futures rose sharply overnight but reversed direction and moved into negative territory under pressure from a weak stock ma...
http://www.icis.com/Articles/2013/02/25/9644194/evening-snapshot-americas-markets-summary.html
CC-MAIN-2015-11
en
refinedweb
HOUSTON (ICIS)--Potash Ridge has filed the mining permit with ?xml:namespace> The Company officials said it filed a required notice of intent to commence large mining operations with the state’s Division of Oil, Gas and Mining. The mining permit required significant environment and baseline assessments by Potash Ridge....
http://www.icis.com/resources/news/2013/12/26/9738523/potash-ridge-files-mining-permit-for-utah-sop-project/
CC-MAIN-2015-11
en
refinedweb
On Thu, Jan 26, 2006 at 01:13:45PM -0700, Eric W. Biederman wrote:> Herbert Poetzl <herbert@13thfloor.at> writes:> > > On Sat, Jan 21, 2006 at 03:04:16AM -0700, Eric W. Biederman wrote:> >> So in the simple case I have names like:> >> 1178/1632> >> > which is a new namespace in itself, but it doesn't matter> > as long ...
https://lkml.org/lkml/2006/1/26/256
CC-MAIN-2015-11
en
refinedweb
How to: Identify a Nullable Type (C# Programming Guide) You can use the C# typeof operator to create a Type object that represents a Nullable type: You can also use the classes and methods of the System.Reflection namespace to generate Type objects that represent Nullable types. However, if you try to obtain type infor...
https://msdn.microsoft.com/en-US/library/ms366789(v=vs.110).aspx
CC-MAIN-2015-11
en
refinedweb
This is a web-based note viewer. I use this in conjuction with a script bound to an F-key that starts an emacsclient with a timestamped text file in a note directory. This allows me to quickly make one-off notes by pressing a single key, then close the emacsclient window and continue with what I was doing before. Howev...
https://bitbucket.org/adamkg/notedir/src/2de00b4ea63c/?at=default
CC-MAIN-2015-11
en
refinedweb
On Fri, Apr 02, 2004 at 05:16:00PM -0600, Gunnar Wolf wrote: >. As I've already said, Debian Policy requires the FHS, and quoting from /usr/share/doc/debian-policy/fhs/fhs.txt.gz: 1.8 Conformance with this Document ... The terms "must", "should", "contains", "is" and so forth should be read as requirements for complian...
https://lists.debian.org/debian-devel/2004/04/msg00272.html
CC-MAIN-2015-11
en
refinedweb
Flash ActiveX's CallFunction method always fails (E_FAIL)AJet1234 Jun 8, 2007 6:46 AM I likely have collected all information in the web, but still facing the problem. I am trying to host the Flash ActiveX in a C# program and establish two-way communication between the host application and the ActionScript contained in...
https://forums.adobe.com/message/84670?tstart=0
CC-MAIN-2015-11
en
refinedweb
05 September 2012 07:57 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> The 2EH-A unit that is able to produce about 25,000 tonne/year was shut last week for maintenance for about 25 days, and is expected to restart in late September, the source said. There is currently limited availability for 2-EHA cargoes for ...
http://www.icis.com/Articles/2012/09/05/9592728/s-koreas-lg-chem-shuts-2-eha-naju-unit-for-annual-maintenance.html
CC-MAIN-2015-11
en
refinedweb
Installutil.exe (Installer Tool) Updated: April 2011 The Installer tool is a command-line utility that allows you to install and uninstall server resources by executing the installer components in specified assemblies. This tool works in conjunction with classes in the System.Configuration.Install namespace.:. All opti...
https://msdn.microsoft.com/en-US/library/50614e95(v=vs.100).aspx
CC-MAIN-2015-11
en
refinedweb
On Sat, Feb 16, 2013 at 4:53 PM, Laine Stump <laine laine org> wrote: > On 02/16/2013 12:20 AM, Doug Goldstein wrote: >> On Tue, Feb 12, 2013 at 2:15 PM, Laine Stump <laine laine org> wrote: >>> Normally when a process' uid is changed to non-0, all the capabilities >>> bits are cleared, even those explicitly set with c...
https://www.redhat.com/archives/libvir-list/2013-February/msg00870.html
CC-MAIN-2015-11
en
refinedweb
Max 6.0.4 Released We are happy to announce that we have officially released 6.0.4. There are a whole list of things that were fixed (over 75 bugs), and a few fun new features. You can download it here: Enjoy! -Ben Max 6.0.4 release notes: New Features: • attrui: tab key support • filterdesign: double-click to see dict...
https://cycling74.com/forums/topic/max-6-0-4-released/
CC-MAIN-2015-11
en
refinedweb
Download YouTube videos By Python in 5 lines !!! Howdy, today we’ll create a program by python in 5 line can download YouTube videos, so let’s get started. Pre-requisites you'll need : - python is installed, if you don’t install it visit this link Let’s Begin We’ll create two files, video.py& audio.py video.py This fil...
https://abdfn.medium.com/download-youtube-videos-by-python-in-5-lines-2967aef603a2
CC-MAIN-2021-43
en
refinedweb
\\\n## Introduction\n\nThis article describes containerization best practices throughout the full lifecycle of a containerized workload; with emphasis on **development** and **security.** We will look at:\n\n* Container images design guidelines\n* Development, debugging and testing\n* Security best practices\n* CI/CD p...
https://hackernoon.com/the-containerized-software-development-guide
CC-MAIN-2021-43
en
refinedweb
Subject: Re: [boost] [multiprecision] Are these types suitable as numerictypes for unit tests? From: Gennadiy Rozental (rogeeff_at_[hidden]) Date: 2013-06-11 02:29:50 Richard <legalize+jeeves <at> mail.xmission.com> writes: > >The names "enable_if" and "disable_if" are ambiguous > >because they are present in the names...
https://lists.boost.org/Archives/boost/2013/06/204551.php
CC-MAIN-2021-43
en
refinedweb
Python, for all its power and popularity, has long lacked a form of flow control found in other languages—a way to take a value and match it elegantly against one of a number of possible conditions. In C and C++, it’s the switch/case construction; in Rust, it’s called “pattern matching.” The traditional ways to do this...
https://www.infoworld.com/article/3609208/how-to-use-structural-pattern-matching-in-python.html
CC-MAIN-2021-43
en
refinedweb
This article will help get you started consuming native code with C# by writing your own interop layer in C++/CLI as a much cleaner and more flexible alternative to using PInvoke. Recently I have been working on a project where we have a few separate native libraries (built in C++) that we have to consume from a manage...
https://www.c-sharpcorner.com/UploadFile/rmcochran/interop-without-pinvoke-consuming-native-libraries-in-C-Sharp/
CC-MAIN-2021-43
en
refinedweb
Basic Write routines and methods in an implementation of Basic. Background Information Basic is a commonly used programming language. Available Tools Cache Basic Enables you to write programs in an implementation of Basic, within the Caché environment. See Using Caché Basic and Caché Basic Reference. For information on...
https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=ITECHREF_BASIC
CC-MAIN-2021-43
en
refinedweb
Preface Android Design Patterns series articles, welcome attention, ongoing updates: 1. definition Define a one-to-many dependency between objects. When the state of an object is changed, the objects that depend on it are notified and updated automatically. 2. introduction - The observer belongs to behavioral pattern. ...
https://programmer.help/blogs/android-design-patterns-observer-patterns.html
CC-MAIN-2021-43
en
refinedweb
Generating model points with duration¶ This notebook is modified from generate_model_points.ipynb and generates the sample model points for the BasicTerm_SE and BasicTerm_ME model, by using random numbers. The model ponints have the duration_mth attribute, which indicates how many months elapsed from the issue of each ...
https://lifelib.io/libraries/notebooks/basiclife/generate_model_points_with_duration.html
CC-MAIN-2021-43
en
refinedweb
Laravel Shopr: How to add shipping to your checkout Laravel Shopr is a package for integrating e-commerce into your Laravel app. It gives you a shopping cart with discount coupons and a full checkout flow, just to mention a few of the useful features included. In this guide we won’t discuss how to install or get starte...
https://medium.com/@mattias_56969/laravel-shopr-how-to-add-shipping-to-your-checkout-49ba3723657e?sk=9367a086352c1ee1199557bdf35ab342
CC-MAIN-2021-43
en
refinedweb
1.Handler message model diagram Key classes included: MessageQueue, Handler and Looper, and Message - Message: the message to be delivered, which can deliver data; - MessageQueue: message queue, but its internal implementation is not a queue. In fact, it maintains the message list through a single linked list data stru...
https://programmer.help/blogs/android-message-distribution-handler-must-know.html
CC-MAIN-2021-43
en
refinedweb
Logging¶ The ns-3 logging facility can be used to monitor or debug the progress of simulation programs. Logging output can be enabled by program statements in your main() program or by the use of the NS_LOG environment variable. Logging statements are not compiled into optimized builds of ns-3. To use logging, one must...
https://www.nsnam.org/docs/manual/html/logging.html
CC-MAIN-2021-43
en
refinedweb
@Generated(value="OracleSDKGenerator", comments="API Version: 20210215") public final class ContainerScanTarget extends Object A container scan target (application of a container scan recipe to the registry or list of repos) Note: Objects should always be created or deserialized using the ContainerScanTarget.Builder. T...
https://docs.oracle.com/en-us/iaas/tools/java/2.7.1/com/oracle/bmc/vulnerabilityscanning/model/ContainerScanTarget.html
CC-MAIN-2021-43
en
refinedweb
C Program Compilation Process - Source to Binary Advertisement You might know how to write a C program, but do you know how the C program is compiled and converted to binary. In this blog, we’re going through the steps to get a compiled C output and learn about the C Program Compilation process to convert source code t...
https://hackthedeveloper.com/c-program-compilation-process/
CC-MAIN-2021-43
en
refinedweb
. It evolved out my my own attempts, as an amateur guitarist, to get a better understanding of music theory. It includes an algorithmic music theory engine that allows arbitrarily complex scales and chords to be generated from first principles. This gives it far more flexibility than most comparable tools. Coming at mu...
http://mikehadlow.blogspot.com/2018/09/what-i-learned-creating-guitar.html?showComment=1536948190923
CC-MAIN-2019-51
en
refinedweb
javascript ItemList = [ { "checked":false, "title": "title0" }, { "checked":false, "title": "title2" }, { "checked":true, "title": "title2" }, { "checked":false, "title": "title3" } ]; $scope.app.params["ItemList"] = ItemList; I made 2D Widget Left Panel + repeater + checkbox i bind ItemList to repeater checkbox Label ...
https://community.ptc.com/t5/Vuforia-Studio/how-to-use-add-data-filter/m-p/633726/highlight/true
CC-MAIN-2019-51
en
refinedweb
table of contents NAME¶ acl_set_file— LIBRARY¶Linux Access Control Lists library (libacl, -lacl). SYNOPSIS¶ #include <sys/types.h> #include <sys/acl.h> int acl_set_file(const char *path_p, acl_type_t type, acl_t acl); DESCRIPTION¶The associated¶The acl_set_file() function returns the value 0 if successful; otherwise th...
https://manpages.debian.org/unstable/libacl1-dev/acl_set_file.3.en.html
CC-MAIN-2019-51
en
refinedweb
Number of neighbors of a set of vertices in a graph Hi all, I'd like to know how to get the number of vertices that are adjacent to a given set of vertices in a graph. I have the following skeleton: from sage.graphs.independent_sets import IndependentSets G=[some graph] J=IndependentSets(G) And I would like to know the...
https://ask.sagemath.org/question/45764/number-of-neighbors-of-a-set-of-vertices-in-a-graph/
CC-MAIN-2019-51
en
refinedweb
{-# LANGUAGE FlexibleContexts, MultiParamTypeClasses #-} {- | Module : Streaming.Concurrent Description : Concurrency support for the streaming ecosystem Copyright : Ivan Lazar Miljenovic License : MIT Maintainer : Ivan.Miljenovic@gmail.com Consider a physical desk for someone that has to deal with correspondence. A ty...
http://hackage.haskell.org/package/streaming-concurrency-0.3.1.3/docs/src/Streaming.Concurrent.html
CC-MAIN-2019-51
en
refinedweb
It appears when I use add_subplot method to add a plot > to a Figure object that it is NOT semi-logarithmic if I > use semilogy method later. Works for me... import matplotlib.numerix as nx from pylab import figure, show fig = figure() ax = fig.add_subplot(111) x = nx.arange(0.01, 5.0, 0.01) y = nx.exp(-x) ax.semilogy(...
https://discourse.matplotlib.org/t/how-add-semilogy-plot-to-a-figure-object/4179
CC-MAIN-2019-51
en
refinedweb
#include <TObject.h> #include <TSystem.h> #include <TROOT.h> #include <TFile.h> Go to the source code of this file. Correct measured tracklet distributions using MC. The flags select how to do the correction. It is a bit mask of options. The input is two files generated by running AliTrackletTaskMulti on real and simul...
http://alidoc.cern.ch/AliPhysics/v5-09-05-01-rc1/_correct_8_c.html
CC-MAIN-2019-51
en
refinedweb
My initial reaction to this question was to say, "I don't know if I'd call it wrong, but I'd call it highly inadvisable." I'd like to revise my guidance. It's flat-out wrong, at least in the case where you call it while impersonating. The registry key HKEY_ is bound to the current user at the time the key is first acce...
https://blogs.msdn.microsoft.com/oldnewthing/20141121-00/?p=43563
CC-MAIN-2018-26
en
refinedweb