text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 ⌀ | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
When will we start to see SVG Mobile implementations appearing?
They have already appeared, and are already available as shipping, released products from multiple vendors including BitFlash, CSIRO, Intesis, KDDI and ZOOMON. Other implementations are in development from companies such as Ericsson, Nokia and Sharp. As an... | http://www.w3.org/2003/01/svg11-faq.html | crawl-002 | en | refinedweb |
This is my own collection of useful C++ classes and templates, collected from my past job experiences, wishes or other open source projects that I partially forked.
This code begins with some support classes around the Oracle Database, but I try to recover some work about concurrency and network programming. It by stru... | http://code.google.com/p/aahora/ | crawl-002 | en | refinedweb |
This document is also available in these non-normative formats: PDF, PostScript, XML, and plain text.
Copyright © 2005 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark and document use rules apply.
This document captures the result of discussions by the Web Services Description Working Group regar... | http://www.w3.org/TR/wsdl20-altschemalangs/ | crawl-002 | en | refinedweb |
Produce the highest quality screenshots with the least amount of effort! Use Window Clippings.
In this installment of the MSIL series, I describe how types are defined.
Here is a minimal reference type called House. As I write this, we are looking for a house in British Columbia, so this was the first thing that came t... | http://weblogs.asp.net/kennykerr/archive/2004/09/09/227316.aspx | crawl-002 | en | refinedweb |
Copyright © 1999 W3C (MIT, INRIA, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply.
A specification that describes how to bundle XML and related files into a package for storage or transmission has been under discussion for quite some time. This report endeavors to c... | http://www.w3.org/1999/07/xml-pkg234/Overview | crawl-002 | en | refinedweb |
What is success? Is it the culmination of a project? Is it the application of requirements? Is it the ability to enjoy the outcome of one's work and build upon it in the future? If you ask me, it's the latter because only when you can truly maintain and extend an application then the architecture has been a real succes... | http://it.toolbox.com/blogs/paytonbyrd/success-oriented-architecture-23415 | crawl-002 | en | refinedweb |
While there has been complaints within Web circles of too many standards being produced, and not enough clarity of vision between them, we feel that the addition of rules to the Semantic Web provides us a remarkable opportunity for tying together XML, RDF and OWL, and Web Services on coherent and sound principles. The ... | http://www.w3.org/2004/12/rules-ws/paper/77/ | crawl-002 | en | refinedweb |
.
At first let's see namespaces I used in my code to get FBA stuff work.
using System.Text;
using System.Net;
using System.Security.Authentication;
using System.Web;
And here is the authentication method that returns session cookies if authentication succeeded. You can use these cookies if you have to execute WebDAV qu... | http://weblogs.asp.net/gunnarpeipman/archive/2008/12/03/authenticating-programmatically-to-exchange-server-2003-fba.aspx | crawl-002 | en | refinedweb |
Editor.
Figure 21
And now let's make sure that our new
teardown method has cleared out the database.
Figure 24
And then take another look...
Figure 26
CB: There we go. Now that the recipes table is empty, let's run our category test again.
ruby test\unit\category_test.rb
Figure 27
Paul: That's more like it. But, and do... | http://www.oreillynet.com/lpt/a/7086 | crawl-002 | en | refinedweb |
clojure-dev is an integrated development environment (IDE) for the Clojure programming language, built on the Eclipse platform.
Installing it and starting testing/developing in clojure is really just a matter of minutes!
NEW RELEASE 0.0.34 (as of 2009/05/11) (see this announce for detail)
Quick links
Coarse grained roa... | http://code.google.com/p/clojure-dev/ | crawl-002 | en | refinedweb |
Resources are external files (that is, non-code files) that are used by your code and compiled into your application at build time. Android supports a number of different kinds of resource files, including XML, PNG, and JPEG files. The XML files have very different formats depending on what they describe. This document... | http://developer.android.com/guide/topics/resources/resources-i18n.html | crawl-002 | en | refinedweb |
Joel Webber, Bruce Johnson
Recent enhancements to GWT's treatment of the JavaScriptObject (JSO) class in GWT 1.5 have made it possible to extend JSO with user-defined subclasses having arbitrary methods.
The GWT 1.5 UI library uses this newfound capability to more accurately model the W3C Node and HTML Element type hie... | http://code.google.com/p/google-web-toolkit/wiki/DomClassHierarchyDesign | crawl-002 | en | refinedweb |
RESTful + Controller = Restler
Restler is a base controller for Pylons projects that provides a set of default RESTful actions that can be overridden as needed.
Quick Start
Install Pylons 0.9.7
easy_install Pylons==dev
Development of Restler is currently done with Pylons 0.9.7rc1dev
Install Restler
easy_install -U Rest... | http://code.google.com/p/restler/ | crawl-002 | en | refinedweb |
Since 1999, ICRA has operated the internet's leading system of self-labelling for the purposes of child protection. Like its predecessor organisation, RSACi, and other online labelling systems, ICRA has used the PICS Recommendations to encode its labels.
ICRA acknowledges that take-up of labelling has been limited. Alt... | http://www.w3.org/2004/06/DI-MCA-WS/submissions/position-icra.html | crawl-002 | en | refinedweb |
POWDER Working Group has had three key meetings in the last 9 days.
A quick reminder - POWDER is designing a lightweight system that will enable RDF triples to be applied to groups of resources, typically all those available from a given Web site. Critically, the data will be open to authentication so that when Organi... | http://www.w3.org/blog/SW/2007/07/19/powder_update | crawl-002 | en | refinedweb |
I had never been to the Algarve before (and never really fancied it much) but the chance of a cheap winter break, with sensible flight times coupled to the “rave reviews” of this hotel on trip adviser sold it to me. So off we went on 28th Feb 2008 till 6th March 2008. This is a good hotel – but I don’t think it is quit... | http://www.tripadvisor.com/ShowUserReviews-g189112-d572475-r14227796-Riu_Palace_Algarve-Albufeira_Algarve.html | crawl-002 | en | refinedweb |
In this lab, you will write a program which plays the card game of Blackjack.
The program will present a GUI interface which will allow an interactive
user to play a game of Blackjack against the computer, which will act as the
dealer.
In case you don't know the rules of BlackJack, it works like this. You start with a ... | http://www.cs.oberlin.edu/~tsg/cs150/labs/lab07.html | crawl-002 | en | refinedweb |
Why Python programmers should learn Python
I recently clicked upon Keith Braithwaite and Ivan Moore’s presentation, “Why Java Programmers Should Learn Python”. It starts off well with an expert discussion of three different axes of type systems, placing various programming languages in the resulting 3-space. It then po... | http://wordaligned.org/articles/why-python-programmers-should-learn-python | crawl-002 | en | refinedweb |
Del.icio.us Python API
From Michael G. Noll
One of my recent research tasks required me to retrieve various information from Delicious.com, a well-known social bookmarking service. My programming language of choice is Python, and so I wrote a basic Python module for getting the data I needed.
Figure 1: A tag cloud as s... | http://www.michael-noll.com/wiki/Del.icio.us_Python_API | crawl-002 | en | refinedweb |
Essential Python Reading List
Contents
Here’s my essential Python reading list.
- The Zen of Python
- Python Tutorial
- Python Library Reference
- Python Reference Manual
- The Python Cookbook
- Code Like a Pythonista: Idiomatic Python
- Functional Programming HOWTO
- Itertools functions
- Python library source code
- ... | http://wordaligned.org/articles/essential-python-reading-list | crawl-002 | en | refinedweb |
Learn to write PAM (Pluggable Authentication Modules) service modules for authentication and security services, and see an example module.
In the first three articles in this series (Part 1, Part 2, and Part 3) we covered the basics of password-based user authentication, concentrating on the use of PAM (Pluggable Authe... | http://developers.sun.com/solaris/articles/user_auth_solaris4/index.html | crawl-002 | en | refinedweb |
Elegance and Efficiency
Contents
Elegant code is often efficient. Think of the heap data structure, for example, which always remains exactly as sorted as it needs to be, making it perfect for modelling priority queues. It’s both elegant and efficient — and dazzlingly so.
This article discusses the relationship between... | http://wordaligned.org/articles/elegance-and-efficiency | crawl-002 | en | refinedweb |
Scatter pictures with Google Charts
In a recent post on his blog Matt Cutts asks:
I almost wanted to call this post “Stupid Google Tricks” :-) What fun diagrams can you imagine making with the Google Charts Service?
Here’s a stupid trick: you can use the Python Imaging Library to convert a picture into a URL which Goog... | http://wordaligned.org/articles/scatter-pictures-with-google-charts | crawl-002 | en | refinedweb |
libssh2_session_callback_set - set a callback function
Synopsis
Description
Callback Types
Return Value
See Also
#include <libssh2.h>
void *libssh2_session_callback_set(LIBSSH2_SESSION *session, int cbtype, void *callback);
Sets a custom callback handler for a previously initialized session object. Callbacks are trigge... | http://manpages.sgvulcan.com/libssh2_session_callback_set.3.php | CC-MAIN-2017-47 | en | refinedweb |
NAME
user_namespaces − overview of Linux user namespaces
DESCRIPTION).
Capabilities)). Consequently, unless the process has a user ID of 0 within the namespace, or the executable file has a nonempty inheritable capabilities mask, the process.
The rules for determining whether or not a process has a capability in a part... | https://man.cx/user_namespaces(7) | CC-MAIN-2017-47 | 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.
Change State of Sales Order when changing the state of Purchase order?
Hi, I had a new state to Sale Quotation, and two other sta... | https://www.odoo.com/forum/help-1/question/change-state-of-sales-order-when-changing-the-state-of-purchase-order-19232 | CC-MAIN-2017-47 | en | refinedweb |
Created on 2011-03-15 04:46 by eltoder, last changed 2017-03-15 06:45 by mbdevpl.
As pointed out by Raymond, constant folding should be done on AST rather than on generated bytecode. Here's a patch to do that. It's rather long, so overview first.
The patch replaces existing peephole pass with a folding pass on AST and ... | https://bugs.python.org/issue11549 | CC-MAIN-2019-26 | en | refinedweb |
Message-ID: <1775132139.72489.1560663635628.JavaMail.confluence@cwiki-vm5.apache.org> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_72488_848912822.1560663635627" ------=_Part_72488_848912822.1560663635627 Content-Type: text/html; charset=UTF-8 Content-Transfe... | https://cwiki.apache.org/confluence/exportword?pageId=26804691 | CC-MAIN-2019-26 | en | refinedweb |
Archived GeneralDiscussion.
catalog hiccup --Simon Michael, Mon, 01 Sep 2003 10:12:20 -0700 reply
Should be fixed now.
0.22rc4 released --simon, Mon, 01 Sep 2003 10:33:41 -0700 reply
With two fixes.. 0.22 will be deferred until at least tomorrow.
- experimental skin implementations: use "searchwiki" not "search" to avo... | http://zwiki.org/GeneralDiscussion200309?subject=security&in_reply_to=%3C20030917161314-0700%40zwiki.org%3E | CC-MAIN-2019-26 | en | refinedweb |
QSettings problem when input file is a link
Hi, i'm having problems loading settings with QSettings on a windows machine.
I have a symlink file in the Project/debug folder that points to another file in another folder (writable and readable) when I try to read some setting from that file it behave like the file doesn't... | https://forum.qt.io/topic/84614/qsettings-problem-when-input-file-is-a-link/5 | CC-MAIN-2019-26 | en | refinedweb |
[image: ]
[image: ]
[image: ]
[image: Next Section]
[image: ]
[bookmark: b243-76E565C1E-70B7-44D0-82B7-BC4CDC351AB9]Flash 8 Essentials
Paul Barnes-Hoggett
Stephen Downs
Glen Rhodes
Craig Swann
Matt Voerman
Todd Yard
[image: Image from book]
[bookmark: 4][bookmark: IDX-ii6E565C1E-70B7-44D0-82B7-BC4CDC351AB9]Flash 8 Esse... | https://pl.b-ok.org/book/486542/185337 | CC-MAIN-2019-26 | en | refinedweb |
PTHREAD_RWLOCKATTR_SETKIND_NP(3)y Functions ManualD_RWLOCKATTR_SETKIND_NP(3)
pthread_rwlockattr_setkind_np, pthread_rwlockattr_getkind_np - set/get the read-write lock kind of the thread read-write lock attribute object
#include <pthread.h> int pthread_rwlockattr_setkind_np(pthread_rwlockattr_t *attr, int pref); int pt... | http://man7.org/linux/man-pages/man3/pthread_rwlockattr_setkind_np.3.html | CC-MAIN-2019-26 | en | refinedweb |
Upgrade your existing Service Bus standard namespaces to premium in-place
Posted on 02 April 2019
Our new migration tool is now available. Use it to upgrade existing multi-tenant Service Bus standard namespace to dedicated premium namespaces, with no change in configuration. The existing connection string is made an al... | https://azure.microsoft.com/en-in/updates/upgrade-your-existing-service-bus-standard-namespaces-to-premium-in-place/ | CC-MAIN-2019-26 | en | refinedweb |
Net
Peer
Net Tcp Binding Peer
Net Tcp Binding Peer
Net Tcp Binding Peer
Class
Tcp Binding
Definition
Warning
This API is now obsolete.
Provides a secure binding for peer-to-peer network applications.
public ref class NetPeerTcpBinding : System::ServiceModel::Channels::Binding, System::ServiceModel::Channels::IBindingRu... | https://docs.microsoft.com/en-us/dotnet/api/system.servicemodel.netpeertcpbinding?redirectedfrom=MSDN&view=netframework-4.8 | CC-MAIN-2019-26 | en | refinedweb |
Definitions for supported audio routing configurations.
The audio manager maintains the audio routing logic based on registered audio sources. This file defines routing properties and provides functions for them. The following are examples of using audio routing.
This example shows how to get an audio handle and set it... | http://www.qnx.com/developers/docs/6.6.0.update/com.qnx.doc.audiomanager.lib_ref/topic/manual/about_audio__manager__routing_8h.html | CC-MAIN-2019-26 | en | refinedweb |
If you are an advanced user of drawRect on your ipop*, you will know that of course drawRect will not actually run until "all processing is finished." setNeedsDisplay flags a view as invalidated and the OS, in a word, waits until all processing is done. This can be infuriating in the common situation where you want to ... | https://blog.csdn.net/dqjyong/article/details/17204991 | CC-MAIN-2019-26 | en | refinedweb |
#include <wx/mstream.h>
This class allows using all methods taking a wxInputStream reference to read in-memory data.
Example:
Initializes a new read-only memory stream which will use the specified buffer data of length len.
The stream does not take ownership of the buffer, i.e. the buffer will not be deleted in its des... | https://docs.wxwidgets.org/trunk/classwx_memory_input_stream.html | CC-MAIN-2019-26 | en | refinedweb |
Hi* > I wonder if suggesting FFBE_32 and av_bswap_32 everywhere has much of a > chance. i definitly want these to be available to the outside of libav so if we dont find another solution then iam fine with these but it really would be nicer if a user app could use BE_32 instead of FFBE_32 maybe some #ifdef AV_NO_PREFIX... | http://ffmpeg.org/pipermail/ffmpeg-cvslog/2006-December/001802.html | CC-MAIN-2022-27 | en | refinedweb |
Add digital signature or digitally sign PDF in C#
Aspose.PDF for .NET supports the feature to digitally sign the PDF files using the SignatureField class. You can also certify a PDF file with a PKCS12-Certificate. Something similar to Adding Signatures and Security in Adobe Acrobat..
In other words, the document would ... | https://docs.aspose.com/pdf/net/digitally-sign-pdf-file/ | CC-MAIN-2022-27 | en | refinedweb |
conan export-pkg¶
$ conan export-pkg [-h] [-bf BUILD_FOLDER] [-f] [-if INSTALL_FOLDER] [-pf PACKAGE_FOLDER] [-sf SOURCE_FOLDER] [-j JSON] [-l [LOCKFILE]] [--ignore-dirty] [-e ENV_HOST] [-e:b ENV_BUILD] [-e:h ENV_HOST] [-o OPTIONS_HOST] [-o:b OPTIONS_BUILD] [-o:h OPTIONS_HOST] [-pr PROFILE_HOST] [-pr:b PROFILE_BUILD] [-... | https://docs.conan.io/en/1.31/reference/commands/creator/export-pkg.html | CC-MAIN-2022-27 | en | refinedweb |
On Fri, Jan 13, 2017 at 10:04:34AM -0500, Sam Hartman wrote: > >>>>> "Josh" == Josh Triplett <josh@joshtriplett.org> writes: > > Josh> As another technical alternative, which I haven't seen > Josh> mentioned elsewhere in this thread or related bug reports: > Josh> when I need to override a packaged binary or file tempo... | https://lists.debian.org/debian-ctte/2017/01/msg00035.html | CC-MAIN-2022-27 | en | refinedweb |
First solution in Uncategorized category for Say Hi by ppitek40
# 1. on CheckiO your solution should be a function
# 2. the function should return the right answer, not print it.
def say_hi(name, age):
siedem = "Hi. My name is " + name + " and I'm " + str(age) + " years old"
return siedem. 9, 2017
Forum
Price
For Teach... | https://py.checkio.org/mission/say-history/publications/ppitek40/python-3/first/share/712f0efa56c15bdda824237ff4da6ceb/ | CC-MAIN-2022-27 | en | refinedweb |
Dear all,
I would like to write my user class (created in C++ with dictionary generated) as TTree Branch in pyroot.
My user class is named ‘Source’ and inherits from another user class (inheriting from TNamed). The class is defined inside a user namespace (e.g. ‘MyLib’).
In C++ I am able to write the class to TTree (an... | https://root-forum.cern.ch/t/pyroot-troubles-writing-user-class-to-ttree/26251 | CC-MAIN-2022-27 | en | refinedweb |
an addon that basically is able to convert CSV files into Jsons or Dictionaries. It used to work well with the scripting mode set to "classic", however this option is no longer available, and my app throws an error when executing and ceses to function.
I'm using papaparse in order to convert CVS files, and I'm not abl... | https://www.construct.net/en/forum/construct-3/plugin-sdk-10/usage-importexport-within-161196 | CC-MAIN-2022-27 | en | refinedweb |
Get the priority of a given process
#include <sched.h> int getprio( pid_t pid );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The getprio() function returns the current priority of thread 1 in process pid. If pid is zero, the priority of the calling threa... | http://www.qnx.com/developers/docs/qnxcar2/topic/com.qnx.doc.neutrino.lib_ref/topic/g/getprio.html | CC-MAIN-2022-27 | en | refinedweb |
Contributors Guide
This is a community driven project and everyone is welcome to contribute.
The project is hosted at the PyGMT GitHub repository.
The goal is to maintain a diverse community that’s pleasant for everyone. Please be considerate and respectful of others. Everyone must abide by our Code of Conduct and we e... | https://www.pygmt.org/dev/contributing.html | CC-MAIN-2022-27 | en | refinedweb |
Hi
I run the below program which publishes to a service SERVICE on TREP using the latest RFA.net api.
It publishes 2 instruments in /exactly/ the same way but for the instrument anderstest4 the published change does not stick, regardless of the order in which I publish the instruments (or whether I publish both or not)... | https://community.developers.refinitiv.com/questions/54033/stuck-instruments-when-posting.html?sort=oldest | CC-MAIN-2022-27 | en | refinedweb |
Welcome back! Last time we saw each other I wrote:
Next in line is the
GETmethod, which means we'll see parameter handling and (finally) deal with this HashSet thing.
So, "let us not waste our time in idle discourse!"
Warp 3, make it so!
The code for this part is available here.
First, I needed another dependency to he... | https://dev.to/rogertorres/rest-api-with-rust-warp-3-get-4nll | CC-MAIN-2022-27 | en | refinedweb |
Customize logger
The logger logs information about your experiments to help you with debugging. You can customize where log information is sent and what kind of information is tracked.
The default logger in the Go SDK logs to STDOUT. If you want to disable or customize the logger, you can provide an implementation of t... | https://docs.developers.optimizely.com/full-stack/docs/customize-logger-go | CC-MAIN-2022-27 | en | refinedweb |
Hi,
I am trying to read single cells in excel using python. I am not interested in reading the entire sheet at once just one cell at a time.
Basically I want to be able to read say Cell A1, store it in a variable and B1 store it in a variable.
If both cells can be read at once and stored in variables that would be bett... | http://forums.devshed.com/python-programming/921755-reading-single-cells-excel-using-python-last-post.html | CC-MAIN-2017-13 | en | refinedweb |
only commercial admins can setup branch privacy policies
Bug Description
Projects have a branch privacy policy that says whether branches are public or private by default and whether they can be public or private. (I think.) At the moment this can only be changed by losas. It would be better if there was a ui and api f... | https://bugs.launchpad.net/launchpad/+bug/750871 | CC-MAIN-2017-13 | en | refinedweb |
Hello,
The latest version on maven repo is 3.0.0-rc2
Could you fix please
thanks
Hermann
Type: Posts; User: hermann.rangamana
Hello,
The latest version on maven repo is 3.0.0-rc2
Could you fix please
thanks
Hermann
Hello,
I think Component class would benefit for implementing HasEnabled interface (there'd be no API cha... | https://www.sencha.com/forum/search.php?s=ffb684085386d14f88446fc4e98c53a4&searchid=19067317 | CC-MAIN-2017-13 | en | refinedweb |
1. Use non-opaque Color instances. Apple even supports setting a non-opaque background Color, but you need all the components in your UI to behave, and that really makes this awkward. And slow. This may be the method of the future, but at the moment, not enough pieces are there for it to work.
2. Use undocumented/unsup... | http://elliotth.blogspot.com/2007/08/transparent-java-windows-on-x11.html | CC-MAIN-2017-13 | en | refinedweb |
Created on 2016-01-27 17:25 by ikelly, last changed 2016-03-02 16:04 by yselivanov. This issue is now closed.
I was playing around with this class for adapting regular iterators to async iterators using BaseEventLoop.run_in_executor:
import asyncio
class AsyncIteratorWrapper:
def __init__(self, iterable, loop=None, exe... | https://bugs.python.org/issue26221 | CC-MAIN-2017-13 | en | refinedweb |
It seems like my old thread had died because the people helping me are now offline and no one else is repsponding so I am just gonna start this new post.
This is an assigment I recieved for one of my classes:".
So far this is what I have written:
At this point I am attempting to convert the characters to integers. When... | https://cboard.cprogramming.com/cplusplus-programming/88121-converting-character-array-integer-array.html | CC-MAIN-2017-13 | en | refinedweb |
WPF implements UI Virtualization via VirtualizingStackPanel and it works great, but situation with Data Virtualization is a bit more complex.
After doing some experimentation I realized that VirtualizingStackPanel when used with WPF TreeView does not allow the data to be virtualized because it iterates through all the ... | https://developernote.com/2013/01/wpf-treeview-does-not-support-data-virtualization/ | CC-MAIN-2018-30 | en | refinedweb |
Hypothesis will speed up your testing process and improve your software quality, but when first starting out people often struggle to figure out exactly how to use it.
Until you’re used to thinking in this style of testing, it’s not always obvious what the invariants of your code actually are, and people get stuck tryi... | https://hypothesis.works/articles/getting-started-with-hypothesis/ | CC-MAIN-2018-30 | en | refinedweb |
BitmapFactory.Options.inBitmap causes tearing when switching ImageView bitmap often
I’ve encountered a situation where I have to display images in a slideshow that switches image very fast. The sheer number of images makes me want to store the JPEG data in memory and decode them when I want to display them. To ease on ... | http://babe.ilandroid.com/bitmapfactory-options-inbitmap-causes-tearing-when-switching-imageview-bitmap-often.html | CC-MAIN-2018-30 | en | refinedweb |
Python: Selecting certain indexes in an array
A couple of days ago I was scrapping the UK parliament constituencies from Wikipedia in preparation for the Graph Connect hackathon and had got to the point where I had an array with one entry per column in the table.
 { printf("Hello World\n"); return 0; }
Here's the same thing with writef:
import std.stdio; int main(char[][] args) { writefln("Hello World"); return 0; }
Howeve... | http://dsource.org/projects/tutorials/wiki/PrintfExample | CC-MAIN-2018-30 | en | refinedweb |
Another question that often arises is whether to use raw or cooked files. The answer here is very simple: Use cooked files. The only time to use raw files is for OPS as it is a key requirement.
Raw files offer two performance improvements: asynchronous I/O and no double-caching (i.e., caching of data in Oracle SGA and ... | http://etutorials.org/SQL/oracle+dba+guide+to+data+warehousing+and+star+schemas/Chapter+3.+Hardware+Architecture/The+Raw+vs.+Cooked+Files+Debate/ | CC-MAIN-2018-30 | en | refinedweb |
Steven Van de Craen's Blog feed for the Posts list.en-US2018-07-15T18:23:40-07:00Subscribe with BloglinesSubscribe with GoogleSubscribe with Live.com Van de Craen's Blog sync client and green locks (read-only sync) 365SharePointOneDriveContent TypesPnPTroubleshootingSteven Van de Craen2017-12-07T07:31:07-08:00The issue... | http://feeds.feedburner.com/vandest | CC-MAIN-2018-30 | en | refinedweb |
Zend Framework (ZF) is an open source, object-oriented web application framework implemented in PHP 7 and licensed under the New BSD License.[3] The framework is basically a collection of professional PHP[4] based packages.[5] The framework uses various packages by the use of Composer as part of its package dependency ... | http://www.defaultlogic.com/learn?s=Zend_Framework | CC-MAIN-2018-30 | en | refinedweb |
Augmenting Claims and Registering Your Provider.
using Microsoft.SharePoint.Diagnostics;
using Microsoft.SharePoint;
using Microsoft.SharePoint.Administration;
using Microsoft.SharePoint.Administration.Claims;
using Microsoft.SharePoint.WebControls;.
namespace SqlClaimsProvider
{
public class SqlClaims : SPClaimProvide... | http://www.nullskull.com/a/10476690/sharepoint-2010-claims-augmentation.aspx | CC-MAIN-2018-30 | en | refinedweb |
What does enable-xdr in global and namespace context control?
Detail
This article explains what the
enable-xdr configuration at global and at namespace level controls and when does XDR connect to a remote DC and ship records.
enable-xdr is a dynamically configurable parameter, which exists at 2 different contexts: glob... | https://discuss.aerospike.com/t/impact-of-enable-xdr-global-v-s-namespace-context/5248 | CC-MAIN-2018-30 | en | refinedweb |
Eleventy is increasing in popularity because it allows us to create nice, simple websites, but also — because it’s so developer-friendly. We can build large-scale, complex projects with it, too. In this tutorial we’re going to demonstrate that expansive capability by putting a together a powerful and human-friendly env... | https://css-tricks.com/give-your-eleventy-site-superpowers-with-environment-variables/ | CC-MAIN-2021-04 | en | refinedweb |
Reducing Time limit of code in Java
Hey Folks! Being in the world of competitive programming, every one of us often face TLE (Time Limit Exceeded) Errors. Reducing TL of one's code is one of the most crucial phase of learning for programmers.
One of the most popular platform for competetive programming is codechef.
By-... | https://iq.opengenus.org/reduce-time-limit-of-java-code/ | CC-MAIN-2021-04 | en | refinedweb |
-
Pushetta: Send push notifications from Your Raspberry Pi
Web site:
Project Summary:
Use a Raspberry Pi to send push notification to Android and iOS smartphones. We present a simple intrusion detection system which send a push notification when someone enters in a room.
Full Project:
Some time ago sending a realtime ... | https://www.open-electronics.org/guest_projects/pushetta-send-push-notifications-from-your-raspberry-pi/ | CC-MAIN-2021-04 | en | refinedweb |
Time Locked Puzzles and Proof of Work
So how might we a lock down a file for a given amount of time or make sure that someone does not get their present until their birthday? Well one way is to get others to do some work, that you know will be done within a certain amount of time. If I know it will take you one hour to... | https://medium.com/asecuritysite-when-bob-met-alice/time-locked-puzzles-d06d2ee354a6?source=post_internal_links---------6---------------------------- | CC-MAIN-2021-04 | en | refinedweb |
Bike Sheds, Ducks, and Nuclear Reactors
The other day, I learned a new term, and it was great. I enjoyed this so much because it was a term for a concept I was familiar with but for I had never had a word. I haven’t been this satisfied with a new word since “taking pleasure in seeing bad things happen to your enemies” ... | https://daedtech.com/bike-sheds-ducks-and-nuclear-reactors/ | CC-MAIN-2021-04 | en | refinedweb |
Detecting request from mobile device
Take control over what is and what is not mobile device for your web app
Microsoft made is easy to detect whether request to your web application is coming from mobile device or not by adding a property to Request class. Usage of this is Request.Browser.IsMobileDevice.
This works pr... | https://dejanstojanovic.net/aspnet/2014/april/detecting-request-from-mobile-device/ | CC-MAIN-2021-04 | en | refinedweb |
Introduction to WCF Interview Questions and Answers
WCF stands for the Windows communication foundation. It is a framework that will be used for building service-oriented applications. With the help of the Windows Communication Foundation, You can send any kind of asynchronous message from one point to another point. T... | https://www.educba.com/wcf-interview-questions/?source=leftnav | CC-MAIN-2021-04 | en | refinedweb |
How do I find the Index of the smallest number in an array in python if I have multiple smallest numbers and want both indexes?
numpy argsort
get index of max value in numpy array python
numpy argpartition
numpy partition
numpy argmin
numpy get n smallest values
numpy find index of values greater than
I have an array i... | http://thetopsites.net/article/55189626.shtml | CC-MAIN-2021-04 | en | refinedweb |
Created on 2008-08-09 02:26 by daishiharada, last changed 2020-01-12 20:44 by miss-islington. This issue is now closed.
I am testing python 2.6 from SVN version: 40110
I tried the following, based on the documentation
and example in the ast module. I would expect the
second 'compile' to succeed also, instead of
throwin... | https://bugs.python.org/issue3530 | CC-MAIN-2021-04 | en | refinedweb |
weakref – Garbage-collectable references to objects¶
The weakref module supports weak references to objects. A normal reference increments the reference count on the object and prevents it from being garbage collected. This is not always desirable, either when a circular reference might be present or when building a ca... | https://pymotw.com/2/weakref/index.html | CC-MAIN-2017-22 | en | refinedweb |
I'm making a prog that converts a bitmap to a kind of binary stencil.
The data that gets written is the image width, followed by a bool signaling if the first pixel is on or not. The data after that is written as a sequence of short values each saying how many pixels to draw or skip.
My problem is that only 3 bytes are... | https://cboard.cprogramming.com/cplusplus-programming/98627-problem-reading-bitmap.html | CC-MAIN-2017-22 | en | refinedweb |
Ok, this warrants some explanation....
I use Windows to program, and up until a few months ago, i always used Microsoft Visual C++ IDE (2010, mainly).
But recently i wanted to start developing projects with multi platforms in mind (desktops only, no mobile), and also to experiment on using multiple compilers on the sam... | https://www.gamedev.net/topic/660367-include-file-not-found-in-gcc-due-to-path-size/ | CC-MAIN-2017-22 | en | refinedweb |
libraries change hardware state and should be deinitialized when they
are no longer needed. To do so, either call
deinit() or use a
context manager.
For example:
import bitbangio from board import * with bitbangio.I2C(SCL, SDA) as i2c: i2c.scan()
This example will initialize the the device, run
scan() and then
deinit(... | http://circuitpython.readthedocs.io/en/latest/shared-bindings/bitbangio/__init__.html | CC-MAIN-2017-22 | en | refinedweb |
How To Construct Classes and Define Objects in Python 3
Introduction
Python is an object-oriented programming language..
One of the most important concepts in object-oriented programming is the distinction between classes and objects, which are defined as follows:
- Class — A blueprint created by a programmer for an ob... | https://www.digitalocean.com/community/tutorials/how-to-construct-classes-and-define-objects-in-python-3 | CC-MAIN-2017-22 | en | refinedweb |
Opened 4 years ago
Closed 4 years ago
Last modified 4 years ago
#20584 closed Bug (needsinfo)
Django's Memcached backend get_many() doesn't handle generators
Description
When the "keys" parameter to get_many() is a generator, the values will be lost in the zip function.
Here's a simplified code example:
def make_key(k)... | https://code.djangoproject.com/ticket/20584 | CC-MAIN-2017-22 | en | refinedweb |
A FRAMEWORK FOR THE DYNAMIC
RECONFIGURATION OF SCIENTIFIC APPLICATIONS
IN GRID ENVIRONMENTS
By
Kaoutar El Maghraoui
A Thesis Submitted to the Graduate
Faculty of Rensselaer Polytechnic Institute
in Partial Fulfillment of the
Requirements for the Degree of
DOCTOR OF PHILOSOPHY
Major Subject:Computer Science
Approved by t... | https://www.techylib.com/en/view/bootlessbwak/a_framework_for_the_dynamic_reconfiguration_of_scientific_applica | CC-MAIN-2017-22 | en | refinedweb |
This appendix describes programming Oracle Diameter applications in the following sections:
"IP and Routes Configuration"
"Tracing and Logging Mechanism"
Before a Java Diameter application is able to process messages exchanged with a distant peer, the IP configuration and Diameter protocol-specific configuration have t... | http://docs.oracle.com/cd/E12529_01/doc.1013/e10293/diameter21.htm | CC-MAIN-2017-22 | en | refinedweb |
Python has a reasonably good standard library module for handing dates and times but it can be a little confusing to a beginner probably because the first code they encounter will look something like the below with very little explanation.
import datetime print("Running on %s" % (datetime.date.today())) myDate = dateti... | https://quackajack.wordpress.com/category/core-language/ | CC-MAIN-2018-47 | en | refinedweb |
Abstract base class to use for preprocessor-based frontend actions. More...
#include "clang/Frontend/FrontendAction.h"
Abstract base class to use for preprocessor-based frontend actions.
Definition at line 287 of file FrontendAction.h.
Provide a default implementation which returns aborts; this method should never be c... | http://clang.llvm.org/doxygen/classclang_1_1PreprocessorFrontendAction.html | CC-MAIN-2018-47 | en | refinedweb |
Exploring node2vec - a graph embedding algorithm
In my explorations of graph based machine learning, one algorithm I came across is called node2Vec. The paper describes it as "an algorithmic framework for learning continuous feature representations for nodes in networks".
So what does the algorithm do? From the website... | https://markhneedham.com/blog/2018/05/11/exploring-node2vec-graph-embedding-algorithm/ | CC-MAIN-2018-47 | en | refinedweb |
#include <string>
#include <wx/string.h>
Go to the source code of this file.
Definition at line 47 of file utf8.h.
Referenced by UTF8::operator+=(), UTF8::operator=(), and UTF8::UTF8().
Definition at line 27 of file numeric_evaluator.cpp.
Function IsUTF8 tests a c-string to see if it is UTF8 encoded.
BTW an ASCII strin... | http://docs.kicad-pcb.org/doxygen/utf8_8h.html | CC-MAIN-2018-47 | en | refinedweb |
Scroll down to the script below, click on any sentence (including terminal blocks!) to jump to that spot in the video!Cool, got it!
Course: JavaScript for PHP Geeks: ReactJS (with Symfony) Tutorial
gstreamer0.10-ffmpeg
gstreamer0.10-plugins-goodpackages.
It works like this: we create React element objects and ask React... | https://symfonycasts.com/screencast/reactjs/react-component | CC-MAIN-2018-47 | en | refinedweb |
Provided by: libaudiofile-dev_0.3.6-2ubuntu0.15.10.1_amd64
NAME
afInitAESChannelDataTo, afInitAESChannelData - initialize AES non-audio data in an audio file setup
SYNOPSIS
#include <audiofile.h> void afInitAESChannelDataTo(AFfilesetup setup, int track, int willHaveData); void afInitAESChannelData(AFfilesetup setup, in... | http://manpages.ubuntu.com/manpages/xenial/en/man3/afInitAESChannelData.3.html | CC-MAIN-2018-47 | en | refinedweb |
Technic235 answered
Sep 23, '18
c#·start·startcoroutine·stopcoroutine·co-routine
5 Replies
13 Votes
ausernme commented
Sep 14, '18
coroutine·namespace·startcoroutine·not found
2 Replies
0 Votes
jashan answered
Aug 27, '18
invokerepeating·startcoroutine
4 Replies
6 Votes
myzzie answered
Aug 20, '18
startcoroutine
1 Repl... | https://answers.unity.com/topics/startcoroutine.html | CC-MAIN-2018-47 | en | refinedweb |
Testing is a crucial part in the business of software development. It ensures performance and quality of the product. The Java platform supports many testing frameworks. Spring introduces the principle of dependency injection on unit testing and has first-class support for integration testing. This article tries to giv... | https://mobile.developer.com/java/data/what-is-spring-testing.html | CC-MAIN-2018-47 | en | refinedweb |
POSIX_SPAWNATTR_GETP... NetBSD Library Functions ManualPOSIX_SPAWNATTR_GETP...Powered by man-cgi (2021-03-02). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.
NAME
posix_spawnattr_getpgroup, posix_spawnattr_setpgroup -- get and set the spawn-pgroup attribute of a spawn attributes obje... | https://man.netbsd.org/iamd64/posix_spawnattr_setpgroup.3 | CC-MAIN-2021-17 | en | refinedweb |
Get the highlights in your inbox every week.
An introduction to monitoring with Prometheus | Opensource.com
An introduction to monitoring with Prometheus
Prometheus is a popular and powerful toolkit to monitor Kubernetes. This is a tutorial on how to get started.
Subscribe now
Metrics are the primary way to represent b... | https://opensource.com/article/19/11/introduction-monitoring-prometheus | CC-MAIN-2021-17 | en | refinedweb |
I am working on a project with a kl82 frdm board that will use the LPUART API to send "non blocking" data intermittently as well as be able to receive data through interrupt. I am using the LPUART_TransferSendNonBlocking function to send packets of data, but I also want to use the LPUART_IRQHandler whenever a byte is r... | https://community.nxp.com/t5/MCUXpresso-SDK/KL82-LPUART-Tx-Send-Non-Blocking-and-Rx-Interrupt/td-p/1140658 | CC-MAIN-2021-17 | en | refinedweb |
The QTelephony namespace contains telephony-related enumerated type definitions. More...
#include <QTelephony>
Inherits QObject.
The QTelephony namespace contains telephony-related enumerated type definitions.
Class of call to effect with a call forwarding, call barring, or call waiting change.
Availability of a networ... | https://doc.qt.io/archives/qtopia4.3/qtelephony.html | CC-MAIN-2021-17 | en | refinedweb |
Release Notes for Citrix ADC 13.0-71.40 Release
Notes
- This release notes document does not include security related fixes. For a list of security related fixes and advisories, see the Citrix security bulletin.
What's New
Authentication, authorization, and auditing
Azure Guv support for token authentication in Microso... | https://docs.citrix.com/en-us/citrix-adc/downloads/release-notes-13-0-71-40.html | CC-MAIN-2021-17 | en | refinedweb |
Static binaries provided for VoIPmonitor version2 7.5 are built without any memory corruption protection in place.
09ac3f424c1b38dd778fb7800b626973
# VoIPmonitor static builds are compiled without any standard memory corruption protection
- Fixed versions: N/A
- Enable Security Advisory:
- VoIPmonitor Security Advisory... | https://exploit.kitploit.com/2021/03/voipmonitor-275-missing-memory.html | CC-MAIN-2021-17 | en | refinedweb |
In cases where you need a common portion of the route for all routes within a controller,
RoutePrefix attribute is used.
In the below example, api/students part of the code is common and so we can define
RoutePrefix and avoid using it repeatedly.
[RoutePrefix("api/students")] public class StudentController : ApiControl... | https://riptutorial.com/asp-net-web-api/example/32433/route-prefix-attribute | CC-MAIN-2021-17 | en | refinedweb |
Let's begin with a simple C++ program that displays a message.
The following code uses the C++ cout (pronounced "see-out") to produce character output.
The source code comments lines begin with
//, and the compiler
ignores them.
C++ is case sensitive. It discriminates between uppercase characters and lowercase characte... | http://www.java2s.com/Tutorials/C/Cpp_Tutorial/index.htm | CC-MAIN-2021-17 | en | refinedweb |
pthread_rwlock_tryrdlock()
Attempt to acquire a shared lock on a read-write lock
Synopsis:
#include <pthread.h> int pthread_rwlock_tryrd locked.
- EDEADLK
- The calling thread already has an exclusive lock for rwl.
- EFAULT
- A fault occurred when the kernel tried to access rwl.
- EINVAL
- The read-write lock rwl is in... | https://developer.blackberry.com/playbook/native/reference/com.qnx.doc.neutrino.lib_ref/topic/p/pthread_rwlock_tryrdlock.html | CC-MAIN-2021-17 | en | refinedweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.