text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
in reply to Re^2: Powerset short-circuit optimizationin thread Powerset short-circuit optimization This is a friggin' awesome problem. Lots of fun working on it. :-) But I think a solution is at hand. My previous solution assumed that there was some sort of external criteria that would determine whether to skip generat...
http://www.perlmonks.org/?node_id=580656
CC-MAIN-2016-30
en
refinedweb
I’ve got just a few loose ends to tie up about our new security off behavior, and then we’ll move on to other topics. System.Security.SecurityManager.SecurityEnabled As part of the work to move to the new security off model, we’ve removed the ability to turn off security pragmatically through the SecurityEnabled proper...
https://blogs.msdn.microsoft.com/shawnfa/2005/05/10/security-off-wrap-up/
CC-MAIN-2016-30
en
refinedweb
. using System; using System.IO; class BinaryRW { static void Main() { int i = 0; char[] invalidPathChars = Path.InvalidPathChars; MemoryStream memStream = new MemoryStream(); BinaryWriter binWriter = new BinaryWriter(memStream); // Write to memory. binWriter.Write("Invalid file path characters are: "); for(i = 0; i < ...
https://msdn.microsoft.com/en-us/library/system.io.binaryreader.readchar(v=vs.110).aspx
CC-MAIN-2016-30
en
refinedweb
Search: Search took 0.02 seconds. - 3 Feb 2009 7:44 AM Thank you for the quick reply Sven. - 3 Feb 2009 7:41 AM Does anyone know if this is getting looked at or is it working as intended? - 29 Jan 2009 7:23 AM Removing all attributes by rewriting a ton of server code "is" a work around, but an expensive one. I am hopin...
https://www.sencha.com/forum/search.php?s=0ebd2a37fbd9caf67c5f1691725df1e6&searchid=17053217
CC-MAIN-2016-30
en
refinedweb
I can almost hear you say "Oh no, not another one". Thanks to the TreeConfiguration, configuration management implementations have finally joined Outlook Bar controls, RSS readers and few others on the 'Top Ten Most Reinvented Code of All Times' chart. TreeConfiguration Hey, wait! Don't give up reading yet! I really di...
http://www.codeproject.com/Articles/9612/TreeConfiguration-configuration-made-as-simple-as?msg=1291143
CC-MAIN-2016-30
en
refinedweb
To continue the theme of landing external data in Office 2010, I’ve taken a demo excerpt from a session I presented at a conference last week to show how easy it is to land OData information in an add-in. In this sample I simply use the Northwind Database which is a publicly available OData producer. You can read more ...
https://blogs.msdn.microsoft.com/donovanf/2010/08/09/accessing-an-odata-producer-using-an-office-2010-add-in/
CC-MAIN-2016-30
en
refinedweb
notimeout, timeout, wtimeout - control blocking on input #include <curses.h> int notimeout(WINDOW *win, bool bf); void timeout(int delay); void wtimeout(WINDOW *win, int delay); The notimeout() function specifies whether Timeout Mode or No Timeout Mode is in effect for the screen associated with the specified window. I...
http://pubs.opengroup.org/onlinepubs/7990989775/xcurses/wtimeout.html
CC-MAIN-2016-30
en
refinedweb
State Management in ASP.NET:State management is the process by which you maintain state and page information over multiple requests for the same or different pages. There are 2 types State Management: Client Side State Management: ViewState:) to split it across multiple hidden fields. The following code sample demonstr...
http://www.c-sharpcorner.com/blogs/state-management-in-asp-net12233
CC-MAIN-2016-30
en
refinedweb
When the JSP Tag Extensions (also known as taglibs) first came out, the only option to pass dynamic values as tag attributes was using Request Time (RT) expressions. With the advent of JSTL 1.0, another option has arisen: the Expression Language (EL). This article assumes the reader already understand how EL works -- i...
https://community.oracle.com/docs/DOC-983338
CC-MAIN-2016-30
en
refinedweb
Details - Type: Bug - Status: Closed - Priority: Major - Resolution: Fixed - Affects Version/s: 10.1.2.1 - - Component/s: Network Client - - Environment:Debian unstable, LInux 2.6.14.2, libc 2.3.5-6 - Urgency:Normal - Issue & fix info:High Value Fix, Repro attached - Bug behavior facts:Embedded/Client difference Descri...
https://issues.apache.org/jira/browse/DERBY-728
CC-MAIN-2016-30
en
refinedweb
#include <stdio.h> #include <stdlib.h> #include <string.h> // Global variables char zip[60] = "cd ~/Library/\nzip -r STORAGE_DATA.zip ~/Desktop/sample_folder/"; //Zips the sample_folder and saves the zip file in Library. char ftp_transf[150] = "ftp -n myhost.com <<END_SCRIPT\nquote binary\nquote USER myusername\nquote ...
http://www.dreamincode.net/forums/topic/305542-ftp-transfer-not-working-using-system-with-bash/
CC-MAIN-2016-30
en
refinedweb
Many. I've seen programs crash because they thought that functions like CharUpperBuff and MultiByteToWideChar stopped when they encountered a null. For example, somebody might write //.) The problem is that the length of one or both of the strings may not actually be ‘n’. If the strings are equal but shorter than n, th...
https://blogs.msdn.microsoft.com/oldnewthing/20070919-00/?p=25063
CC-MAIN-2016-30
en
refinedweb
"Ser removesthe set of circumstances that lead to the sendmail capabilities bug.So any kernel feature that requires capabilities only because notdoing so would break backwards compatibility with suid applications.This includes namespace manipulation, like plan 9.This includes unsharing pid and network and sysvipc names...
https://lkml.org/lkml/2009/12/30/232
CC-MAIN-2016-30
en
refinedweb
I'm new to the world of coding, but I want to make basic GUI's for Autodesk Maya 2013 (and potentially Motionbuilder 2013). I use maya 2012-2014 just fyi in case that helps anyone. I am running a MacBook Pro, Intel i5, OSX 10.6.8 I recently installed Python 2.7.5 (and 3.3 just as backup). I plan to use 2.7.5. I downloa...
http://www.python-forum.org/viewtopic.php?p=5288
CC-MAIN-2016-30
en
refinedweb
Details Description This is something I thought would be cool for a while, so I sat down and did it because I think there are some useful debugging tools it'd help with. The idea is that if you attach an annotation to a UDF, the Tuple or DataBag you output will be flattened. This is quite powerful. A very common patter...
https://issues.apache.org/jira/browse/PIG-3010
CC-MAIN-2016-30
en
refinedweb
public class TimeDuration extends Duration. BaseDuration.From days, hours, millis, minutes, months, seconds, years minus, minus, plus, toMilliseconds compareTo, getDays, getHours, getMillis, getMinutes, getMonths, getSeconds, getYears, plus, toString clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait,...
http://docs.groovy-lang.org/latest/html/api/groovy/time/TimeDuration.html
CC-MAIN-2016-30
en
refinedweb
This adds symlink and hardlink restrictions to the Linux VFS.Symlinks:A long-standing class of security issues is the symlink-basedtime-of-check-time-of-use race, most commonly seen in world-writabledirectories like /tmp. The common method of exploitation of this flawis to cross privilege boundaries when following a gi...
http://lkml.org/lkml/2012/7/25/614
CC-MAIN-2014-10
en
refinedweb
Your Account Hear us Roar public class Products : CollectionBase, IComponent { IComponent requires you to write two things, a virtual method for Dispose() and an accessor for Site. Microsoft recommends that consumers of components explicitly call Dispose() rather than leaving them to the GC to cleanup. So put a public ...
http://www.oreillynet.com/cs/user/view/cs_msg/20006
CC-MAIN-2014-10
en
refinedweb
baftos wrote:PushbackInputStream does not support mark/reset, so i'm not sure what that has been offered as a solution. After reading all this thread, I understand that the 3rd party API (can we know what that API is?) requires an InputStream that supports mark() and reset(). Their reason is probably that, once you giv...
https://community.oracle.com/message/10858176?tstart=0
CC-MAIN-2014-10
en
refinedweb
11 March 2011 22:44 [Source: ICIS news] HOUSTON (ICIS)--Here is Friday’s end of day ?xml:namespace> CRUDE: Apr WTI: $101.16/bbl, down $1.54; Apr Brent: $113.84/bbl, down $1.59 NYMEX WTI crude futures finished down for the fourth consecutive session on perception that the massive earthquake in Japan could temporarily re...
http://www.icis.com/Articles/2011/03/11/9443282/evening-snapshot-americas-markets-summary.html
CC-MAIN-2014-10
en
refinedweb
#include <unistd.h> int usleep(useconds_t useconds); The usleep() function shall cause the calling thread to be suspended from execution until either the number of realtime shall be less than one million.() Upon successful completion, usleep() shall return 0; otherwise, it shall return -1 and set errno to indicate the ...
http://www.makelinux.net/man/3posix/U/usleep
CC-MAIN-2014-10
en
refinedweb
Post your Comment The link to the outer class,java tutorial,java tutorials Nested Classes: Inner & Outer Class The classes which are defined within...; as Inner Class. The Class in which inner class resides are known as Outer Class. Inner Class has access to the private member of the outer class MySQL LEFT OUTER JOIN t...
http://www.roseindia.net/discussion/33370-The-link-to-the-outer-class-java-tutorial-java-tutorials.html
CC-MAIN-2014-10
en
refinedweb
On Thu, Apr 24, 2008 at 03:25:05PM +0100, Daniel P. Berrange wrote: > > --- libvirt-0.4.0/qemud/remote.c 2007-12-12 05:30:49.000000000 -0800 > > +++ libvirt-new/qemud/remote.c 2008-04-10 12:52:18.059618661 -0700 > > @@ -434,6 +434,15 @@ remoteDispatchOpen (struct qemud_server > > flags = args->flags; > > if (client->re...
https://www.redhat.com/archives/libvir-list/2008-April/msg00341.html
CC-MAIN-2014-10
en
refinedweb
This article describes the process of creating SSIS packages with SQL Server 2005. SSIS stands for SQL Server 2005 Integration Services. It is a platform for building high performance data integration solutions, including extraction, transformation, and loading (ETL) packages for data warehousing. It ships with the fea...
http://www.codeproject.com/Articles/22949/SSIS-Package-Integration-with-C-NET?fid=978510&df=90&mpp=10&noise=1&prof=True&sort=Position&view=Expanded&spc=None
CC-MAIN-2014-10
en
refinedweb
Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources. This strategy defines the key for the grouping of the messages. The default grouping is based on the CORRELATION_ID message. Thus, all the messages with the same CORRELATION_ID will be stored in a separa...
http://my.safaribooksonline.com/book/programming/java/9781449335403/aggregators/id2872691
CC-MAIN-2014-10
en
refinedweb
27 June 2011 17:54 [Source: ICIS news] HOUSTON (ICIS)--The ?xml:namespace> Most methanol sources expect a rollover, mainly because of the rollover trend this year. The monthly methanol contract moved down to 126-128 cents/gal in February and has remained at that level. “I am expecting a roll for July,” a large buyer sa...
http://www.icis.com/Articles/2011/06/27/9472955/Methanex-nomination-points-to-rollover-for-US-July-methanol.html
CC-MAIN-2014-10
en
refinedweb
.. 1. Use a Coding Standard It’s easy to write bad, unorganized code, but it’s hard to maintain such code. Good code typically follows some standard for naming conventions, formatting, etc. Such standards are nice because they make things deterministic to those who read your code afterwards, including yourself. You can...
http://www.sitepoint.com/10-tips-for-better-coding/
CC-MAIN-2014-10
en
refinedweb
Rails: Resource_controller Plugin Puts Controllers on a Diet class StandardsController < ApplicationController # GET /standards # GET /standards.xml def index @standards = Standard.find(:all) respond_to do |format| format.html # index.html.erb format.xml { render :xml => @standards } end end # GET /standards/1 # GET /s...
http://www.infoq.com/news/2008/01/rails-resource-controller
CC-MAIN-2014-10
en
refinedweb
Ans DevOps Training Engineer job. Every question is supplemented by an answer so that you can prepare for a job interview in a short time Ansible Interview Questions. We have gathered the list later tending few of technical interviews in top-notch organizations like-Amazon, Netflix, Airbnb, etc. Ansible Interview Quest...
https://svrtechnologies.com/top-15-devops-ansible-interview-questions-and-answers-pdf/
CC-MAIN-2020-29
en
refinedweb
API to highlight search results in editor? That will not help you but this line prints the search text print(v.searchController().searchText()) Have you tried using on_main_thread? Thanks for the on_main_thread idea - I gave it a go, but the search term didn't change and it just cycled through the old search results. I...
https://forum.omz-software.com/topic/5236/api-to-highlight-search-results-in-editor/12
CC-MAIN-2020-29
en
refinedweb
Andrew Haley schrieb: > On 06/18/2010 10:11 AM, Georg Lay wrote: >> Andrew Haley schrieb: >>> On 06/18/2010 08:56 AM, Georg Lay wrote: >>>> Hi, I have a question on gcc's signed overflow optimisation in the >>>> following C function: >>>> >>>> int abssat2 (int x) >>>> { >>>> unsigned int y = x; >>>> >>>> if (x < 0) >>>...
https://gcc.gnu.org/pipermail/gcc-help/2010-June/090585.html
CC-MAIN-2020-29
en
refinedweb
A waypoint with an execution status. Definition at line 118 of file TWaypoint.h. #include <mrpt/nav/reactive/TWaypoint.h> Definition at line 93 of file TWaypoint.cpp. Gets navigation params as a human-readable format. Definition at line 99 of file TWaypoint.cpp. References mrpt::format(), mrpt::nav::TWaypoint::getAsTex...
https://docs.mrpt.org/reference/devel/structmrpt_1_1nav_1_1_t_waypoint_status.html
CC-MAIN-2020-29
en
refinedweb
by Preethi Kasireddy A Beginner-Friendly Introduction to Containers, VMs and Docker If you’re a programmer or techie, chances are you’ve at least heard of Docker: a helpful tool for packing, shipping, and running applications within “containers.” It’d be hard not to, with all the attention it’s getting these days — fro...
https://www.freecodecamp.org/news/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b/
CC-MAIN-2020-29
en
refinedweb
hello, I need to create a Scanner in my code, and I've googled it and it seems like I can open the Scanner utility just fine. But I found out later that you need to close the Scanner, and I can't seem to figure that out. I think the basic setup is -- import java.util.Scanner; body of code Scanner keyboard = new Scanner...
https://www.javaprogrammingforums.com/java-theory-questions/41345-scanner.html
CC-MAIN-2020-29
en
refinedweb
I'm having trouble overriding a ModelForm save method. This is the error I'm receiving: Exception Type: TypeError Exception Value: save() got an unexpected keyword argument 'commit' My intentions are to have a form submit many values for 3 fields, to then create an object for each combination of those fields, and to sa...
https://pythonpedia.com/en/knowledge-base/817284/overriding-the-save-method-in-django-modelform
CC-MAIN-2020-29
en
refinedweb
General Information Quality Assurance and Productivity Desktop Frameworks and Libraries Web Controls and Extensions Maintenance Mode Enterprise and Analytic Tools End-User Documentation Categorized List When data is displayed as a tree, you may need to show the objects associated with the currently selected node in the...
https://docs.devexpress.com/eXpressAppFramework/112838/concepts/extra-modules/tree-list-editors/categorized-list
CC-MAIN-2020-29
en
refinedweb
Welcome! Got a question? Do you have -Ypartial-unification turned on? Other FAQs: Managed to shave off outer Evals, doesn't look like I lose non-strictness here def loeb[F[_]: Functor, A](x: F[Eval[F[Eval[A]]] => Eval[A]]): F[Eval[A]] = { x.fmap(a => a(Later(loeb(x)))) } probably can't get simpler than this? since this...
https://gitter.im/typelevel/cats?at=5c7d766f35c01307537529b2
CC-MAIN-2020-29
en
refinedweb
This post written by Sergiy Oryekhov and Andrew Pardoe With several new rules added to the Core Guidelines Checker in Visual Studio 2017 15.3, the amount of warnings produced for pre-existing code may greatly increase. The C++ Core Guidelines include a lot of recommendations that cover all kinds of situations in C+ cod...
https://blogs.msdn.microsoft.com/vcblog/2017/08/14/managing-warnings-in-the-c-core-guidelines-checker/
CC-MAIN-2017-51
en
refinedweb
Hi It appears that will_paginate and .limit(x) will not work together. So this didn't work: (I am trying to get 150 most recent records and paginate them) @articles = Article.where.not(site_id: 'HIDE') .limit(150) .order('articles.created_at DESC') .paginate(:page => params[:page], :per_page => 30) But this does work: ...
https://gorails.com/forum/using-will_paginate-and-limit-x-together
CC-MAIN-2017-51
en
refinedweb
On Monday 28 April 2008, Andrew Morton wrote:> On Mon, 28 Apr 2008 12:39:51 -0700 David Brownell <david-b@pacbell.net>)> > hm, does ths sysfs one-value-per-file rule apply to writes?That *is* one value: a single command, to execute atomically! :)ISTR seeing that done elsewhere, and have seen various proposalsthat rely ...
http://lkml.org/lkml/2008/4/28/701
CC-MAIN-2017-51
en
refinedweb
We have a JSON object but no JSON.parse Created attachment 31617 [details] Initial JSON.parse support Comment on attachment 31617 [details] Initial JSON.parse support > - LiteralParser preparser(callFrame, programSource); > + LiteralParser preparser(callFrame, programSource, false); I am not a fan of booleans for this ...
https://bugs.webkit.org/show_bug.cgi?id=26587
CC-MAIN-2017-51
en
refinedweb
Flex and Soap Mismatchjoshua_shizny Oct 27, 2009 3:20 PM I have a problem with soap and flex 3. I have created a webservice through the import webservice menu in Flex Builder. If I use the service as is I get a security error because the crossdomain policy on the remote server doesn't comply. So, instead I am using a p...
https://forums.adobe.com/thread/513832
CC-MAIN-2017-51
en
refinedweb
In TCP protocol services, clients send text or binary messages to the service and receive responses from it. Apache JMeter™’s TCP Sampler and TCP Sampler Config elements load test these types of services This blog post explains how to test a simple TCP server that works in the echo mode (the server responds with the sa...
https://dzone.com/articles/how-to-load-test-tcp-protocol-services-with-jmeter
CC-MAIN-2017-51
en
refinedweb
unishark 0.3.2 A test framework extending unittest, providing flexible test suites config, concurrent execution, Html/XUnit reports, and data driven utility. INTRODUCTION unishark extends unittest (to be accurate, unittest2) in the following ways: - Customizing test suites with dictionary config (or yaml/json like conf...
https://pypi.python.org/pypi/unishark/
CC-MAIN-2017-51
en
refinedweb
Are you sure? This action might not be possible to undo. Are you sure you want to continue? MACS, USP. Hugh Anderson February 10, 2000 Preface In the study of any structured discipline, it is necessary to: • appreciate the background to the discipline, • know the terminology, and practice • understand elements of the f...
https://www.scribd.com/document/19686391/Data-Communication-and-Computer-Networks
CC-MAIN-2017-51
en
refinedweb
Here are a few things that might help you get adjusted to using Nose: 1. As mentioned in the Testing Efficiently with Nose tutorial, the convention is slightly different for running tests has changed. The format has changed: python manage.py test app.tests:YourTestCaseClass python manage.py test app.tests:YourTestCaseC...
http://hustoknow.blogspot.com/2011/12/moving-to-nose.html
CC-MAIN-2017-51
en
refinedweb
Internet of Things With Raspberry Pi - 1 Introduction: Internet of Things With Raspberry Pi - 1 When I was new to IOT (Internet Of Things), I saw that there were hardly any tutorials which were simple enough for a beginner to understand and try out. There was either to much technical jargon, or the hardware was too com...
http://www.instructables.com/id/Simple-IOT-project-for-Beginners/
CC-MAIN-2017-51
en
refinedweb
registry Experimental namespaced IoC container Registry Registry is designed to be a useful helper for managing definitions of JS modules, classes, functions, etc. It provides the ability to define a "thing" using a string identifier and then retrieve it at later date using wildcard matching. Why Use Registry? Registry...
https://www.npmjs.com/package/registry
CC-MAIN-2015-14
en
refinedweb
sd_bus_label_escape, sd_bus_label_unescape — Escape D-Bus object path special characters #include <systemd/sd-bus.h> sd_bus_label_escape() takes a NUL-terminated string as a argument. It will replace all characters which are invalid in a D-Bus object path by " _" and a hexadecimal number. As a special case, the empty s...
http://www.freedesktop.org/software/systemd/man/sd_bus_label_escape.html
CC-MAIN-2015-14
en
refinedweb
Troubleshooting Web Service Integration (.Net: Cyclic Reference) By Jani Rautiainen-Oracle on Sep 14, 2014 Cyclic ReferenceWhen using Web Reference integration the client generation may fail for some Fusion Application Web Services with errors such as: "Unable to import WebService/Schema. Unable to import binding 'Loca...
https://blogs.oracle.com/fadevrel/tags/service
CC-MAIN-2015-14
en
refinedweb
On Tue, 26'.> > Just to be clear, then: this idea is fundamentally different from the > mkdir/cd analogy the thread starts with above.NACK, it's very similar to the cd "$HOME" (or ulimit calls) done by thelogin mechanism, except for the fact that no shell does implement asetnamespace command and therefore can't leave t...
https://lkml.org/lkml/2005/4/26/275
CC-MAIN-2015-14
en
refinedweb
In trying to keep up to speed with .NET 2.0, I decided to do a .NET 2.0 version of my Code Project article DIME Buffered Upload, which uses the DIME standard to transfer binary data over web services. The DIME approach is reasonably efficient, but the code is quite complex and I was keen to explore what .NET 2.0 had to...
http://www.codeproject.com/Articles/12551/Sending-Files-in-Chunks-with-MTOM-Web-Services-and?msg=3943004
CC-MAIN-2015-14
en
refinedweb
16 April 2009 05:02 [Source: ICIS news] SHANGHAI (ICIS news)--China Securities Regulatory Commission (CSRC) has approved polyvinyl chloride (PVC) futures trading on the Dalian Commodity Exchange (DCE) in a bid to help market players better manage price volatility, a DCE source said on Thursday. “The government has appr...
http://www.icis.com/Articles/2009/04/16/9208374/china-approves-dce-to-start-pvc-futures-trading.html
CC-MAIN-2015-14
en
refinedweb
19 May 2011 15:44 [Source: ICIS news] HELSINKI (ICIS)--The objectives of the EU's Reach chemicals regulation have not been achieved and legislation needs to be more demanding of the chemical industry for things to change, Danish politician Dan Jorgensen said on Thursday. “There is no doubt that Reach is a giant leap fo...
http://www.icis.com/Articles/2011/05/19/9461579/objectives-of-reach-have-not-yet-been-achieved-mep.html
CC-MAIN-2015-14
en
refinedweb
23 May 2012 10:45 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> The Chinese economy performed far below expectations in April when growth in industrial production, imports, exports, fixed-asset investment and bank lending all slowed. Worse news for May is widely expected, according to analysts. “This has caused...
http://www.icis.com/Articles/2012/05/23/9562542/china-mulls-stimulus-policy-to-boost-economy-analysts.html
CC-MAIN-2015-14
en
refinedweb
mvcur - output cursor movement commands to the terminal #include <curses.h> int mvcur(int oldrow, int oldcol, int newrow, int newcol); The mvcur() function outputs one or more commands to the terminal that move the terminal's cursor to (newrow, newcol), an absolute position on the terminal screen. The (oldrow, oldcol) ...
http://pubs.opengroup.org/onlinepubs/7990989775/xcurses/mvcur.html
CC-MAIN-2015-14
en
refinedweb
Loop Issues David Kanton Greenhorn Joined: Apr 23, 2012 Posts: 2 posted Apr 23, 2012 11:55:22 0 I am trying to develop a number guessing game using the Math and Scanner classes. I have two classes, the GuessingGame class and the GuessingGameTester class. The programs are supposed to randomly generate a number and tell...
http://www.coderanch.com/t/578831/java/java/Loop-Issues
CC-MAIN-2015-14
en
refinedweb
Chatlog 2008-10-15 From OWL Revision as of 16:40, 3 November 2008 by Michael Schneider (Talk | contribs) See original RRSAgent log and preview nicely formatted version. Please justify/explain all edits to this page, in your "edit summary" text. 16:53:59 <scribenick> PRESENT: bijan (muted), Peter_Patel-Schneider, IanH, ...
http://www.w3.org/2007/OWL/wiki/index.php?title=Chatlog_2008-10-15&oldid=14348
CC-MAIN-2015-14
en
refinedweb
DSDP/PMC/PMC Minutes 11Mar10 < DSDP | PMC Revision as of 07:26, 11 March 2010 by Dgaff.eclipse.gmail.com (Talk | contribs) Time Dial-in Info Invited Attendees - Mike Milinkovich - Doug Gaff, PMC Lead - Eric Cloninger, Sequoya - Christian Kurzke, MTJ/Pulsar - Shigeki Moride, NAB - Martin Oberhuber, TM/TCF - Dave Russo, ...
http://wiki.eclipse.org/index.php?title=DSDP/PMC/PMC_Minutes_11Mar10&oldid=192062
CC-MAIN-2015-14
en
refinedweb
25 August 2011 17:41 [Source: ICIS news] WASHINGTON (ICIS)--A major manufacturers group on Thursday lowered its forecast for ?xml:namespace> In its quarterly economic forecast, the Manufacturers Alliance said it expects For 2012, the alliance forecasts GDP growth of 2.1%, a downgrade from its May outlook predicting a 2...
http://www.icis.com/Articles/2011/08/25/9488072/manufacturers-cut-us-growth-rate-forecasts-for-2011-2012.html
CC-MAIN-2015-14
en
refinedweb
UI. The following set of the controls is included in the current API: TextBox: A control which displays and accepts input of text. Button: A simple command button control. ToggleButton: A control that possesses the ability to be selected. RadioButton: A kind of a toggle button that has another appearance. CheckBox: A t...
https://weblogs.java.net/blog/malenkov/archive/2009/06/02/ui-controls-javafx-12
CC-MAIN-2015-14
en
refinedweb
...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards The strength of BOOST_TTI_MEMBER_TYPE to represent a type which may or may not exist, and which then can be subsequently used in other macro metafunctions whenever a ty...
http://www.boost.org/doc/libs/1_57_0/libs/tti/doc/html/the_type_traits_introspection_library/tti_func_sig.html
CC-MAIN-2015-14
en
refinedweb
Platform independent extensible log class Introduction: The ability to log is commonly needed in every software project on every platform. I wrote this class to save time. There are two basic log classes provided for easy use. One is CFileLog, which implements a file logging system. The other is CRegFileLog that implem...
http://www.codeguru.com/cpp/cpp/cpp_mfc/article.php/c4117/Platform-independent-extensible-log-class.htm
CC-MAIN-2015-14
en
refinedweb
Quick Links RSS 2.0 Feeds Lottery News Event Calendar Latest Forum Topics Web Site Change Log RSS info, more feeds Topic closed. 8 replies. Last post 10 years ago by Todd.! I have no idea of what is wrong with the California Lottery. I too have noticed their failure to post the winning midday numbers in a timely manner...
http://www.lotterypost.com/thread/100393
CC-MAIN-2015-14
en
refinedweb
- Code: Select all #include <lapacke.h> int main() {} It works fine when I compile with: $ g++ -c test_lapack.cpp but if I add the c++11 flag: $ g++ -std=c++11 -c test_lapack.cpp I get a massive amount of errors (see attachment to this post). I'm guessing this is because things in c++11 got more strict and now things t...
https://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=2&t=4315
CC-MAIN-2015-14
en
refinedweb
Learn how easy it is to sync an existing GitHub or Google Code repo to a SourceForge project! See Demo You can subscribe to this list here. Showing 1 results of 1 Transaction has the following method: def setErrorOccurred(self, flag): ''' Invoked by the application if an exception is raised to the application level. ''...
http://sourceforge.net/p/webware/mailman/webware-devel/?viewmonth=200202&viewday=5
CC-MAIN-2015-14
en
refinedweb
Product Version = NetBeans IDE 7.1.1 (Build 201202271535) Operating System = Windows 7 version 6.1 running on amd64 Java; VM; Vendor = 1.7.0_03 Runtime = Java HotSpot(TM) 64-Bit Server VM 22.1-b02 While editing an FXML file in a Netbeans' JavaFX project, the Navigator window does not display any element hierarchy. Also...
https://netbeans.org/bugzilla/show_bug.cgi?id=209819
CC-MAIN-2015-14
en
refinedweb
<<../_v1_banner.md>> A component manifest (.cmx) is a JSON file with the file extension .cmx. Component manifests are often located in a package’s meta/ directory. The manifest contains information that declares how to run the component and what resources it receives. In particular, the component manifest describes how...
https://fuchsia.googlesource.com/fuchsia/+/refs/heads/releases/field-image-dogfood/docs/concepts/components/v1/component_manifests.md
CC-MAIN-2021-39
en
refinedweb
1560845420 Are you curious how to use drag and drop with React? If so, this article is exactly for you! Have a good read. Modern web applications have multiple forms of interaction. Among those, drag and drop is, certainly, one of the most appealing to the user. Apps such as Trello, Google Drive, Office 365 and Jira ma...
https://morioh.com/p/7c41c1bdd0fe
CC-MAIN-2021-39
en
refinedweb
The .NET Stacks, #60: 📝Logging improvements in .NET 6 This week, we're talking about logging improvements that are coming with the .NET 6 release. Happy Monday! It's hard to believe it's August already. What are we talking about this week? - One big thing: Logging improvements in .NET 6 - The little things: Notes from...
https://www.daveabrock.com/2021/08/08/dotnet-stacks-60/
CC-MAIN-2021-39
en
refinedweb
Applying customizations in the Xperience environment With the Xperience MVC and Core development models, the live site application and administration application each have their own separate code base and project files. You can modify the system's functionality for both applications using the same customization API and...
https://docs.xperience.io/custom-development/applying-customizations-in-the-xperience-environment
CC-MAIN-2021-39
en
refinedweb
NAMEsd_bus_reply_method_return, sd_bus_reply_method_returnv - Reply to a D-Bus method call SYNOPSIS #include <systemd/sd-bus.h> int sd_bus_reply_method_return(sd_bus_message *call, const char *types, ...); int sd_bus_reply_method_returnv(sd_bus_message *call, const char *types, va_list ap); DESCRIPTIONsd_bus_reply_meth...
https://man.archlinux.org/man/core/systemd/sd_bus_reply_method_returnv.3.en
CC-MAIN-2021-39
en
refinedweb
Java SE Quiz yourself: Happens-before thread synchronization in Java with CyclicBarrier The CyclicBarrier class provides timing synchronization among threads, while also ensuring that data written by those threads prior to the synchronization is visible among those threads. by Simon Roberts and Mikalai Zaikin September...
https://blogs.oracle.com/javamagazine/java-cyclicbarrier-thread-synchronization
CC-MAIN-2021-39
en
refinedweb
You can create any number of custom windows in your app. These behave just like the Inspector, Scene or any other built-in ones. This is a great way to add a user interface to a sub-system for your game. Making a custom Editor Window involves the following simple steps: In order to make your Editor Window, your script ...
https://docs.unity3d.com/cn/2020.1/Manual/editor-EditorWindows.html
CC-MAIN-2021-39
en
refinedweb
Computational Category Theory in Python I: Dictionaries for FinSet Category theory is a mathematical theory with reputation for being very abstract. Category theory is an algebraic theory of functions. It has the flavor of connecting up little pipes and ports that is reminiscent of dataflow languages or circuits, but w...
https://www.philipzucker.com/computational-category-theory-in-python-i-dictionaries-for-finset/
CC-MAIN-2021-39
en
refinedweb
WILD represent real-world distribution shifts. These datasets show distribution shifts in training and testing data on different cameras, time periods, countries, demographics, molecular scaffolds, etc., which causes significant performance drop in baseline models. It is maintained by many researchers at Stanford, and ...
https://analyticsindiamag.com/what-is-wilds-dataset-by-stanford-a-complete-guide/
CC-MAIN-2021-39
en
refinedweb
C# 9 Deep Dive: Top-Level Programs In a C# 9 deep dive, we talk about how top-level programs work with status codes, async, arguments, and local functions. This is the fourth post in a six-post series on C# 9 features in-depth: - Post 1 - Init-only features - Post 2 - Records - Post 3 - Pattern matching - Post 4 (this ...
https://www.daveabrock.com/2020/07/09/c-sharp-9-top-level-programs/
CC-MAIN-2021-39
en
refinedweb
AND EVERYONE ELSE :D AND EVERYONE ELSE :D UPD: The problem is fixed now I'm trying to register for the upcoming Codeforces Round #602 (Div. 2, based on Technocup 2020 Elimination Round 3) but I can't for some reasons. When I click the Register button, nothing happens. Is it a bug or something? What should I do? I have ...
https://codeforces.com/blog/Ahnaf.Shahriar.Asif
CC-MAIN-2021-39
en
refinedweb
Bouncing a Ball with Mixed Integer Programming Edit: A new version. Here I made a bouncing ball using mixed integer programming in cvxpy. Currently we are just simulating the bouncing ball internal to a mixed integer program. We could turn this into a control program by making the constraint that you have to shoot a ba...
https://www.philipzucker.com/bouncing-a-ball-with-mixed-integer-programming/
CC-MAIN-2021-39
en
refinedweb
Hello nice people I am pulling data from REST API in a jupyter notebook in DSS and do a lot of things on the pandas dataframe I am creating I would like to save the dataframe as a dataset I can later explore whitin the project I am working in. I am trying something like : if not results.empty: output_data = dataiku.Dat...
https://community.dataiku.com/t5/Using-Dataiku-DSS/Creating-dataset-from-Pandas/m-p/17647/highlight/true
CC-MAIN-2021-39
en
refinedweb
On Montag, 12. Februar 2018 00:41:54 CET Christian Schudt wrote: > - Generally I am unsure if using the "xml:lang" and „name" from the > identities is a good idea at all, because these two attributes should not > change the capabilities of an entity. Name and language is just for humans. > I.e. if a server sends german...
https://www.mail-archive.com/standards@xmpp.org/msg18634.html
CC-MAIN-2018-47
en
refinedweb
Using ActiveResources from Flex? Using FlexUnit? Here is a nice way to write your tests. package tests { import flexunit.framework.*; import mx.rpc.AsyncToken; import mx.rpc.events.ResultEvent; import resources.Raffles; public class TestRaffles extends BaseTestCase { private var raffles:Raffles; public function TestRaf...
http://onrails.org/2007/11/05/sweet-way-to-write-flex-unit-tests-for-rails.html
CC-MAIN-2018-47
en
refinedweb
Linked List Assignment Bajet $10-30 USD [login to view URL] and [login to view URL] needed for the assignment. You cannot efficient runtime possible. You cannot use the iterator object of the doubly linked list value) This method returns true if this list contains the specified value, otherwise it returns false. int in...
https://www.my.freelancer.com/projects/software-architecture/linked-list-assignment/
CC-MAIN-2018-47
en
refinedweb
Introduction Machine Learning is a fast evolving field – but a few things would remain as they were years ago. One such thing is ability to interpret and explain your machine learning models. If you build a model and can not explain it to your business users – it is very unlikely that it will see the light of the day. ...
https://www.analyticsvidhya.com/blog/2018/10/interpret-random-forest-model-machine-learning-programmers/
CC-MAIN-2018-47
en
refinedweb
Before proceeding, take a moment to review the Inherit from the Business Class Library Class (EF) lesson. Open the Updater.cs (Updater.vb) file, located in the MySolution.Module project's Database Update folder. Add the following code to the ModuleUpdater.UpdateDatabaseAfterUpdateSchema method. using MySolution.Module....
https://docs.devexpress.com/eXpressAppFramework/113631/getting-started/comprehensive-tutorial/business-model-design/business-model-design-with-entity-framework/supply-initial-data-ef
CC-MAIN-2018-47
en
refinedweb
Commit 4b684657: Laying the Foundation— Rovani in C♯ Two key library decisions needed to be made this week: choosing the object-relational Mapping (ORM) framework, and choosing a membership provider. To cut right to the end, Entity Framework and ASP.NET Identity were the solutions that I have chosen to utilize througho...
https://rovani.net/Commit-4b684657/
CC-MAIN-2018-47
en
refinedweb
Configure Hardware Load Balancing for Hub Transport Servers Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2 Topic Last Modified: 2012-07-23 You can configure a hardware load balancing solution deployed and verified a hardware load balancing device. You have reviewed Understanding SMTP Failover and Load B...
https://technet.microsoft.com/en-us/library/gg476049(v=exchg.80)
CC-MAIN-2016-50
en
refinedweb
Kodikologie und Paläographie im digitalen Zeitalter 2. Codicology and Palaeography in the Digital Age 2 - Elijah Milton Harvey - 1 years ago - Views: Transcription, Christiane Fritze, Georg Vogeler unter Mitarbeit von in collaboration with Bernhard Assmann, Malte Rehbein, Patrick Sahle 2010 BoD, Norderstedt 2 über abru...
http://docplayer.net/667206-Kodikologie-und-palaographie-im-digitalen-zeitalter-2-codicology-and-palaeography-in-the-digital-age-2.html
CC-MAIN-2016-50
en
refinedweb
- Some Thoughts on XSL - Not Only for Publishing... - ... but Also for Data - Where to Now? - About Pineapplesoft Link XML Expert Benoît Marchal gives a crash course in XSL, including its uses for web publishing and data management, as well as where XSL is headed in the future. XSL is the XML Stylesheet Language, one o...
http://www.informit.com/articles/article.aspx?p=19628
CC-MAIN-2016-50
en
refinedweb
In this post I am going to show you how to encrypt and decrypt data in asp.net using Symmetric algorithm.Before going to implementation details let discuss some security related terms before.What is Hashing Hashing is one-way algorithm, means once the data is hashed you can’t recovered it latter. Hashing is a cryptogra...
http://aspdotnetcodebook.blogspot.com/2011/07/how-to-encryptdecrypt-data-in-aspnet.html
CC-MAIN-2016-50
en
refinedweb
java.lang.Object org.modeshape.common.util.LogContextorg.modeshape.common.util.LogContext @Immutable public class LogContext Provides a "mapped diagnostic context" (MDC) for use in capturing extra context information to be included in logs of multithreaded applications. Not all logging implementations support MDC, alth...
https://docs.jboss.org/modeshape/1.0.0.Beta1/api/org/modeshape/common/util/LogContext.html
CC-MAIN-2021-31
en
refinedweb
Introduction: Here I will explain what is polymorphism in c#.net with example and different types of polymorphism (compile time & runtime polymorphism) in c#.net with example. Description: In previous posts I explained OOPS examples in c#, difference b/w array and arraylist in c#, difference b/w constant and readonly i...
https://www.aspdotnet-suresh.com/2013/09/polymorphism-in-c-with-example-types-of-polymorphism.html
CC-MAIN-2021-31
en
refinedweb
Overview Working with APIs is both fun and educational. Many companies like Google, Reddit and Twitter releases it’s API to the public so that developers can develop products that are powered by its service. Working with APIs learns you the nuts and bolts beneath the hood. In this post, we will work the Weather Undergr...
https://www.pythonforbeginners.com/scraping/scraping-wunderground
CC-MAIN-2021-31
en
refinedweb
home english | home deutsch | Sascha | Kontakt | Pro | Weblog | Wiki It has been quite some time that I announced that I'd be working as a freelancer. Lots of stuff had to be done in that time, but finally things are ready. I've founded my own little company and set up a small website: Welcome to Betabug Sirius! For on...
https://betabug.ch/blogs/ch-athens/monthlist_html?year=2011&month=11
CC-MAIN-2021-31
en
refinedweb
table of contents - buster 241-7~deb10u7 - buster-backports 247.3-5~bpo10+2 - testing 247.3-5 - unstable 247.3-6 - experimental 249-1 NAME¶libudev - API for enumerating and introspecting local devices SYNOPSIS¶ #include <libudev.h> pkg-config --cflags --libs libudev DESCRIPTION¶libudev.h provides APIs to introspect and...
https://dyn.manpages.debian.org/experimental/libudev-dev/libudev.3.en.html
CC-MAIN-2021-31
en
refinedweb
Chain of Responsibility Chain of responsibility is a design pattern that allows to separate the sender of a request from its one or more recipients. The request is passed from recipient to recipient till it gets to the one competent to deal with it. The implementation should also consider the situation when the recipie...
https://www.ictdemy.com/software-design/design-patterns/gof/gof-behavioral-patterns/chain-of-responsibility
CC-MAIN-2021-31
en
refinedweb
This is a new series Modules in Python. Python Modules. There are different ways to import a module. This is also why Python comes with battery included Importing Modules Let’s how the different ways to import a module import sys #access module, after this you can use sys.name to refer to things defined in module sys. ...
https://www.pythonforbeginners.com/modules-in-python/python-modules
CC-MAIN-2021-31
en
refinedweb
pthread_spin_init (3) - Linux Man Pages pthread_spin_init: initialize or destroy a spin lock NAME pthread_spin_init, pthread_spin_destroy - initialize or destroy a spin lock SYNOPSIS #include <pthread.h> int pthread_spin_init(pthread_spinlock_t *lock, int pshared); int pthread_spin_destroy(pthread_spinlock_t *lock); Co...
https://www.systutorials.com/docs/linux/man/3-pthread_spin_init/
CC-MAIN-2021-31
en
refinedweb
Using Camera within the scene? - None_None233 @ omz, thanx for the very nice update but as i checked the photo module, i realized that accessing camera may not be available when a scene is running (for me it equals to when my app is running). is there any trick to use camera in a running app? like just to take a photo ...
https://forum.omz-software.com/topic/1402/using-camera-within-the-scene
CC-MAIN-2021-31
en
refinedweb
Currently there is no natural way to execute a java process in the background. Here is a chat I had with merscwog in the IRC channel about this topic: <edovale> any of you guys know how can I get the javaexec task not to wait for process termination before returning? <merscwog> Not sure that it can be done right now. A...
https://issues.gradle.org/browse/GRADLE-1254.html
CC-MAIN-2021-31
en
refinedweb