text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
An Xcode playground UI that you use to train a model to classify images. SDKs - macOS 10.14–10.15Deprecated - Xcode 10.0–11.0Deprecated Framework - Create MLUI Declaration class MLImageClassifierBuilder Overview An image classifier is a machine learning model that takes an image as its input and makes a prediction abou...
https://developer.apple.com/documentation/createml/mlimageclassifierbuilder
CC-MAIN-2020-16
en
refinedweb
Java directory FAQ: Can you share an example of how to determine the current directory in Java? You can determine the current directory your Java application is started in using System.getProperty() method and the user.dir property, like this: String currentDirectory = System.getProperty("user.dir"); Here’s a complete ...
https://alvinalexander.com/blog/post/java/determine-current-directory-i-e-where-my-application-is-started/
CC-MAIN-2020-16
en
refinedweb
This page describes how to export or extract Dataflow to read data from BigQuery instead of manually exporting it. For more information about using. - You cannot choose a compression type other than GZIPwhen you export data using the Cloud, but you can make a copy of the dataset. You cannot move a dataset from one loca...
https://cloud.google.com/bigquery/docs/exporting-data?hl=zh-tw
CC-MAIN-2020-16
en
refinedweb
Hi, We use the Dispatch library in our code and always import as described in the Dispatch docs like this: import dispatch._, Defaults._ The plugin used to be happy with this but at some point in the last few weeks it has started marking Defaults as red saying: Cannot resolve symbol Defaults. Of course the code compile...
https://intellij-support.jetbrains.com/hc/en-us/community/posts/205997749-Dispatch-import-marked-as-red
CC-MAIN-2020-16
en
refinedweb
OpenConfig Overview OpenConfig is a collaborative effort in the networking industry to move toward a more dynamic, programmable method for configuring and managing multivendor networks. OpenConfig supports the use of vendor-neutral data models to configure and manage the network. These data models define the configurat...
https://www.juniper.net/documentation/en_US/junos/topics/concept/openconfig-overview.html
CC-MAIN-2020-16
en
refinedweb
Compareto and equals method Difference between CompareTo and equals method. siva - Oct 21st, 2017 equals() method is derived from Object class which is a super class in java indirectly and this method is used to verify the content of the two objects if same return true otherwise return false. In ... Bharat - Oct 1st, 2...
http://www.geekinterview.com/user_answers/663204
CC-MAIN-2020-16
en
refinedweb
Transparency effect between image and drawing I want to give a transparency effect to an image, so the underlying drawing could be seen through. Has anybody used this king of effect, often visible in Windows desktop, with Qt ? I'm grateful for any indication. @Furkas Hi! Are we talking about QWidgets or QtQuick? Do you...
https://forum.qt.io/topic/62553/transparency-effect-between-image-and-drawing
CC-MAIN-2018-26
en
refinedweb
dir, dirent— #include <dirent.h> <dirent.h>: /* * A directory entry has a struct dirent at the front of it, containing * its inode number, the length of the entry, and the length of the name * contained in the entry. These are followed by the name padded to some * alignment (currently 8 bytes) with NUL bytes. All names...
https://man.openbsd.org/dirent.5
CC-MAIN-2018-26
en
refinedweb
- Do some people not even have access to google? or a book? or a brain? or a colleague? Or even simply intellisense and some vague sense of curiosity.... Admin But everyone knows that floating point operations lead to a loss of precision, so the only way to correctly do math with floating point numbers is to convert t...
https://thedailywtf.com/articles/comments/not-the-shortest-shortener
CC-MAIN-2018-26
en
refinedweb
Create a thread #include <pthread.h> int pthread_create( pthread_t* thread, const pthread_attr_t* attr, void* (*start_routine)(void* ), void* arg ); If attr is NULL, the default attributes are used (see pthread_attr_init()). The thread in which main() was invoked behaves differently. When it returns from main(), there'...
http://www.qnx.com/developers/docs/6.6.0.update/com.qnx.doc.neutrino.lib_ref/topic/p/pthread_create.html
CC-MAIN-2018-26
en
refinedweb
The. At this point, it would be useful to have a nice abstraction to handle all this that you could code against while keeping your application's code elegant and simple to use. As usual, when looking for a design to start with, it turns out this problem was already nicely solved for C# developers with the XNA Game Stu...
https://blogs.msdn.microsoft.com/chuckw/2014/09/05/directx-tool-kit-now-with-gamepads/
CC-MAIN-2018-26
en
refinedweb
It's not the same without you Join the community to find out what other Atlassian users are discussing, debating and creating. With scriptrunner for JIRA: Is it possible (if it is, please tell me how) to copy field values, e.g. the reporter of an issue to a custom field via postfunction? In a later workflow step I'd li...
https://community.atlassian.com/t5/Marketplace-Apps-questions/Copy-field-values-to-custom-fields-and-vice-versa/qaq-p/454529
CC-MAIN-2018-26
en
refinedweb
Simple MNIST and EMNIST data parser written in pure Python Project description Simple MNIST and EMNIST data parser written in pure Python. MNIST is a database of handwritten digits available on. EMNIST is an extended MNIST database. Requirements - Python 2 or Python 3 Usage git clone cd python-mnist Get MNIST data: ./g...
https://pypi.org/project/python-mnist/
CC-MAIN-2018-26
en
refinedweb
In the previous recipe, we learned how to get data from an API using fetch. In this recipe, we will learn how to POST data to the same endpoint to add new bookmarks. Before going through this recipe, we need to create an empty app named SendingData. You can use any other name; just make sure you set the correct name wh...
https://www.safaribooksonline.com/library/view/react-native-cookbook/9781786462558/ch04s04.html
CC-MAIN-2018-26
en
refinedweb
import seems to be stuck on part X/109 parts of large file and there are 12 large files. HEM isn't not responding however.. should i close and restart the upload (perhaps 1 large file at a time instead of all 12)? or leave it and expect results? (it has been stuck on part X for 2hrs or so now. any other ideas welcome o...
http://forums.holdemmanager.com/manager-general/40720-uploading-many-hands.html
CC-MAIN-2018-26
en
refinedweb
, "Using Google Maps and Bing Maps" Section 8.7, "Transforming Data to a Spherical Mercator Coordinate System" Section 8.8, "Dynamically Displaying an External Tile Layer" the Oracle Maps JavaScript V1 API. This example, along with sample applications, tutorials, and API documentation, is included in a separate mvdemo....
http://docs.oracle.com/cd/E28280_01/web.1111/e10145/vis_omaps.htm
CC-MAIN-2016-07
en
refinedweb
Milter-regex is a sendmail milter plugin that allows to reject mail based on regular expressions matching SMTP envelope parameters and mail headers and body. In order to build milter-regex, sendmail needs to be compiled with milter support, installing the libmilter library. This is the default for the sendmail in the b...
http://www.freshports.org/mail/milter-regex/
CC-MAIN-2016-07
en
refinedweb
WebKit Bugzilla this would require to retrieve the JSGlobalContextRef and some functions as well as access to the required header files at compile time. It sounds like this is basically the functionality that -[WebFrame windowObject], -[WebFrame globalContex] and the webView:didClearWindowObject:forFrame: delegate meth...
https://bugs.webkit.org/show_bug.cgi?id=15687
CC-MAIN-2016-07
en
refinedweb
This is part 2 of a 3 part series on developing an HTML5 game with many platforms in mind. Last week I went over some of the visual and performance aspects when dealing with various screen sizes, today I want to focus on different types of input you might consider using. Part 1: Getting the game to look great and run w...
https://dzone.com/articles/developing-cross-platform-1
CC-MAIN-2016-07
en
refinedweb
3.2-stable review patch. If anyone has any objections, please let me know.------------------Content-Length: 5974Lines: 176From: Hugh Dickins <hughd@google.com>commit 85046579bde15e532983438f86b36856e358f417 upstream.scan_mapping_unevictable_pages() is used to make SysV SHM_LOCKed pagesevictable again once the shared me...
http://lkml.org/lkml/2012/1/23/622
CC-MAIN-2016-07
en
refinedweb
Paul Brown wrote: > > > I'm absolutely fine with only supporting DOM Level 2, but > > one thing is missing in the DOMBuilder: the support for > > namespaces. > > Looks good to me other than the trailing slash on the xmlns > namespace (might > trip up people who don't compare URIs properly). > The problem is that the pa...
http://mail-archives.apache.org/mod_mbox/xml-xalan-dev/200201.mbox/%3CGMEBIBHGAOFGJCDPJANDMEEBDGAA.cziegeler@s-und-n.de%3E
CC-MAIN-2016-07
en
refinedweb
The final keyword is used in several different contexts as a modifier meaning that what it modifies cannot be changed in some sense. You will notice that a number of the classes in Java library are declared final, e.g. public final class String This means this class will not be subclassed, and informs the compiler that...
http://www.cafeaulait.org/course/week4/42.html
CC-MAIN-2016-07
en
refinedweb
While working on a project, I was asked to include a PropertyGrid control to a screen to allow for configuration of equipment and to do validation. As I had not used a PropertyGrid control before, I started searching for examples, and was dismayed at what I was finding, or in the case of validation, not finding. Proper...
http://www.codeproject.com/Articles/23242/Property-Grid-Dynamic-List-ComboBox-Validation-and?fid=992359&df=90&mpp=10&noise=1&prof=True&sort=Position&view=Expanded&spc=None
CC-MAIN-2016-07
en
refinedweb
and 1 contributors REGEXP Functions Convenience macro to get the REGEXP from a SV. This is approximately equivalent to the following snippet: if (SvMAGICAL(sv)) mg_get(sv); if (SvROK(sv)) sv = MUTABLE_SV(SvRV(sv)); if (SvTYPE(sv) == SVt_REGEXP) return (REGEXP*) sv; NULL will be returned if a REGEXP* is not found. Retur...
https://metacpan.org/pod/release/RJBS/perl-5.18.1/regexp.h
CC-MAIN-2016-07
en
refinedweb
However, I am wondering how exactly a double linked list would be able to be implemented to make moving from room to room a bit easier? It seems like it would make my code look much cleaner and stop my headache. Could someone explain to me how I would use it in concurrence with this code? Or maybe point me in the direc...
http://www.dreamincode.net/forums/topic/288303-question-on-implementing-a-double-linked-list-in-a-text-game/page__pid__1681037__st__0
CC-MAIN-2016-07
en
refinedweb
Quick sort is the fastest known comparision sort for arrays. SPseud package me.rerun; import java.util.Arrays; public class QuickSort { public static void quickSort (Comparable comparableArray[], int lowIndex, int highIndex){ //at least one item must exist in the array if (lowIndex>=highIndex){ return; } int pivotIndex...
https://dzone.com/articles/quicksort-easy-way
CC-MAIN-2016-07
en
refinedweb
Octave Programming Tutorial/Loops and conditions Loops are used to repeat a block of code for a known or unknown number of times, depending on the type of loop. Using loops, you will draw some nice pictures of fractals and shapes drawn with random dots. Contents The for loop[edit] We use for loops to repeat a block of ...
https://en.wikibooks.org/wiki/Octave_Programming_Tutorial/Loops_and_conditions
CC-MAIN-2016-07
en
refinedweb
Opened 6 years ago Closed 6 years ago Last modified 4 years ago #12032 closed (invalid) Signals receivers not called when the receiver is a closure Description >>> from django.db import models >>> def x(): ... def y(sender, **kwargs): ... print 'y called' ... models.signals.post_init.connect(y, sender = User) ... >>> x...
https://code.djangoproject.com/ticket/12032
CC-MAIN-2016-07
en
refinedweb
Rails Label Helper For Forms Join the DZone community and get the full member experience.Join For Free When creating forms I get tired of creating labels for each field so I like to shorten my typing by using this application helper. def l(id,label) "" endthen later on in your view you type <%= l('my_field_id','My Labe...
https://dzone.com/articles/rails-label-helper-forms
CC-MAIN-2022-40
en
refinedweb
quack ~master A compile-time duck typing library for D To use this package, run the following command in your project's root directory: Manual usage Put the following dependency into your project's dependences section: quack A library for enabling compile-time duck typing in D. Duck Typing Duck typing is a reference to...
https://code.dlang.org/packages/quack/~master
CC-MAIN-2022-40
en
refinedweb
SfDataForm The Xamarin DataForm (SfDataForm) control helps editing the data fields of any data object. It can be used to develop various forms such as login, reservation, data entry, etc. Key features includes the following: - Layout and grouping: Supports to linear, grid layout and floating label layout with grouping ...
https://help.syncfusion.com/xamarin/dataform/getting-started
CC-MAIN-2022-40
en
refinedweb
SSL_CTX_sessions(3) OpenSSL SSL_CTX_sessions(3)Powered by man-cgi (2021-06-01). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias. NAME SSL_CTX_sessions - access internal session cache LIBRARY libcrypto, -lcrypto SYNOPSIS #include <openssl/ssl.h> struct lhash_st *SSL_CTX_sessions(SSL_CTX...
https://man.netbsd.org/SSL_CTX_sessions.3
CC-MAIN-2022-40
en
refinedweb
One of the new features in .NET 6 and C¤ 10 is support for global usings. We can define using declarations as global and they work all over the project so we don’t have to define them in other files anymore. Here’s how it works. Sample project Suppose we have have console program that runs on Task Scheduler and perform...
https://gunnarpeipman.com/global-usings/amp/
CC-MAIN-2022-40
en
refinedweb
ReadyAPI + CosmosDB connection ReadyAPI + CosmosDB connection Hey Team, I am trying to connect to Cosmos DB using the connection string but I am unable to connect to the collection available in the DB. Please find the script below. Please suggest how can I connect and read the data from the Cosmos DB collection. import...
https://community.smartbear.com/t5/ReadyAPI-Questions/ReadyAPI-CosmosDB-connection/td-p/235040
CC-MAIN-2022-40
en
refinedweb
Test Drive You can use Smartface on-device Android and iOS emulators to run your code instantly and seamlessly on a real device. Install Smartface On-Device Emulator Downloading the Smartface On-Device Emulator for iOS and Android If you haven't installed the Smartface On-Device Emulator, get it from the internal Enter...
https://docs.smartface.io/7.0.0/smartface-getting-started/test-drive/
CC-MAIN-2022-40
en
refinedweb
Demonstrates the use of string handles to represent objects in Excel This add-in contains code very similar to that described in the User Guide topic Using object handles. The difference is that it uses string handles instead. String handles (as implemented in the StringHandles.xpe extension) consist of the object's na...
http://planatechsolutions.com/xllplus7-online/sample_StringHandleDemo.htm
CC-MAIN-2022-40
en
refinedweb
There are some fun wearable projects that you can do with small Arduino modules like the Gemma ($9) and some neopixels. ($7). Conductive thread is used to both secure the modules to the material and to do the wiring. For this project we wanted to have a sequence of colour patterns, so we had: - a rainbow moving around ...
https://funprojects.blog/2019/12/11/neopixel-hat/
CC-MAIN-2022-40
en
refinedweb
#include "llvm/Support/Compiler.h" #include "llvm/Support/Format.h" #include "llvm/Support/MathExtras.h" #include "llvm/Support/Printable.h" #include "llvm/Support/raw_ostream.h" Go to the source code of this file. A common definition of LaneBitmask for use in TableGen and CodeGen. A lane mask is a bitmask representing...
https://www.llvm.org/doxygen/LaneBitmask_8h.html
CC-MAIN-2022-40
en
refinedweb
the available memory, which is a scarce and expensive resource. It turns out that it is not difficult to figure out how much memory is actually consumed. In this article, I'll walk you through the intricacies of. Depending on the Python version, the numbers are sometimes a little different (especially for strings, whi...
https://code.tutsplus.com/tutorials/understand-how-much-memory-your-python-objects-use--cms-25609?ec_unit=translation-info-language
CC-MAIN-2022-40
en
refinedweb
motpy - simple multi object tracking librarymotpy - simple multi object tracking library Project is meant to provide a simple yet powerful baseline for multiple object tracking without the hassle of writing the obvious algorithm stack yourself. video source: - sequence 11 FeaturesFeatures - tracking by detection paradi...
https://libraries.io/pypi/motpy
CC-MAIN-2022-40
en
refinedweb
Testing applications have become a necessary skill set to become a proficient developer today. The Python community supports testing and the Python standard library has well-built tools to support testing. In the Python environment, there are abundant testing tools to handle the complex testing needs. Unittest Inspired...
https://www.analyticsindiamag.com/5-python-unit-test-frameworks-to-learn-in-2019/
CC-MAIN-2019-39
en
refinedweb
MVVM Pattern Overview Model View ViewModel (MVVM) is a design pattern which helps developers separate the Model, which is the data, from the View, which is the user interface (UI). The View-Model part of the MVVM is responsible for exposing the data objects from the Model in such a way that those objects are easily con...
https://docs.telerik.com/kendo-ui/framework/mvvm/overview
CC-MAIN-2019-39
en
refinedweb
Nsid Nsid Nsid Class Definition Abstract Numbering Definition Identifier. When the object is serialized out as xml, its qualified name is w:nsid. public class Nsid : DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType type Nsid = class inherit LongHexNumberType Public Class Nsid Inherits LongHexNumberType - Inherit...
https://docs.microsoft.com/en-us/dotnet/api/documentformat.openxml.wordprocessing.nsid?view=openxml-2.8.1
CC-MAIN-2019-39
en
refinedweb
#include "petscmat.h" PetscErrorCode MatMPIAIJSetPreallocation(Mat B,PetscInt d_nz,const PetscInt d_nnz[],PetscInt o_nz,const PetscInt o_nnz[])Collective Users-Manual: ch_mat..
https://www.mcs.anl.gov/petsc/petsc-dev/docs/manualpages/Mat/MatMPIAIJSetPreallocation.html
CC-MAIN-2019-39
en
refinedweb
2 major reasons why modern C++ is a performance beast Use smart pointers and move semantics to supercharge your C++ code base. Use smart pointers and move semantics to supercharge your C++ code base.. One only needs to do a bit of Googling to see that there are a lot of new features in modern C++. In this article, I’ll...
https://www.oreilly.com/radar/2-major-reasons-why-modern-c-is-a-performance-beast/
CC-MAIN-2019-39
en
refinedweb
I am working on a multiplayer game in Unity which is using Playfab and the Authentication and Photon which is hosting the multiplayer. I can successfully get players into the same room and I can load the scene after players 'join' the room, however, when 2 players are in the same room, they can not see each other. This...
https://community.playfab.com/questions/19466/unity-playfab-and-photon-players-do-not-see-each-o.html
CC-MAIN-2019-39
en
refinedweb
SDL_JoystickEventState - Enable/disable joystick event polling #include "SDL.h" int SDL_JoystickEventState(int state); SDL. ATTRIBUTES See attributes(7) for descriptions of the following attributes: +---------------+------------------+ |ATTRIBUTE TYPE | ATTRIBUTE VALUE | +---------------+------------------+ |Availabili...
https://docs.oracle.com/cd/E88353_01/html/E37842/sdl-joystickeventstate-3.html
CC-MAIN-2019-39
en
refinedweb
Core editor architecture The @ckeditor/ckeditor5-core package is relatively simple. It comes with just a handful of classes. The ones you need to know are presented below. # Editor classes The Editor class represents the base of the editor. It is the entry point of the application, gluing all other components. It provi...
https://ckeditor.com/docs/ckeditor5/latest/framework/guides/architecture/core-editor-architecture.html
CC-MAIN-2019-39
en
refinedweb
There are plenty of ways to create a game for Android and one important way is to do it from scratch in Android Studio with Java. This gives you the maximum control over how you want your game to look and behave and the process will teach you skills you can use in a range of other scenarios too – whether you’re creatin...
https://www.androidauthority.com/android-game-java-785331/
CC-MAIN-2019-39
en
refinedweb
This is the mail archive of the binutils@sourceware.org mailing list for the binutils project. On 04/03/2012 10:39 PM, Tom Tromey wrote: >>>>>> : > Yes, but (at least for the binutils case) that's only because you already have an hack *unrelated to the cygnus option* to make it work; i.e., in 'binutils/doc/Makefile.am'...
http://www.sourceware.org/ml/binutils/2012-04/msg00049.html
CC-MAIN-2017-47
en
refinedweb
iswgraph man page iswgraph — test for graphic wide character Synopsis #include <wctype.h> int iswgraph(wint_t wc); Description Value The iswgraph() function returns nonzero if wc is a wide character belonging to the wide-character class "graph". Otherwise, it returns zero. Attributes For an explanation of the terms use...
https://www.mankier.com/3/iswgraph
CC-MAIN-2017-47
en
refinedweb
Patch Exchange Autodiscover Code for Security Issue The change removes the unauthenticated GET fallback attempt for the Autodiscover process. Given that the Autodiscover code is functionally broken and this fallback attempt wouldn't succeed unless an attacker faked a success response, a good way to patch the security i...
https://android.googlesource.com/platform/packages/apps/Exchange/+/0d1a38b
CC-MAIN-2017-47
en
refinedweb
The Qt Contributors Summit [1] is happening Berlin from 16-18 June to discuss the future of Qt under Open Governance. Many members of the KDE community will be there either as direct representatives of KDE or on behalf of their employer. A rough estimate puts our presence at about 10% of the 200-250 attendees. We would...
http://www.devheads.net/people/20006
CC-MAIN-2017-47
en
refinedweb
think recursively much better in Haskell but interviewers aren’t always cool when you ask to solve the problem in a non-standard language (I lucked out last time). Because I was writing a lot of similar code, I created an interface first, so that I could write parametrized test cases. These methods should really be st...
https://cate.blog/2010/07/07/test-driven-revision/
CC-MAIN-2017-47
en
refinedweb
Demonstrates how to add a native SAFEARRAY to a database and how to marshal a managed array from a database to a native SAFEAR native SAFEARRAY types are being passed as values for the database column ArrayIntsCol. Inside DatabaseClass, these SAFEARRAY types are marshaled to managed objects using the marshaling functio...
http://www.yaldex.com/c_net_tutorial/html/1034b9d7-ecf1-40f7-a9ee-53180e87a58c.htm
CC-MAIN-2017-47
en
refinedweb
Integrating the Android analytics monitor. This article will describe how to integrate the Analytics Android monitor in an Android application. Before getting started you must also have created an application so you have a product id. You will need that in the integration. Read more about how to Add Analytics to Your A...
https://docs.telerik.com/platform/analytics/integration/monitor/platform/android
CC-MAIN-2017-47
en
refinedweb
Custom Qlabel show Videocamera on different thread Goodmorning, I'm using a raspberry pi3 board with a custom image built with Yocto, where I've included opencv libraries. Qt version is 5.7.1. I succeded to show the camera video output on a QLabel, but now I wanted to make the opencv operations on a different thread, t...
https://forum.qt.io/topic/84963/custom-qlabel-show-videocamera-on-different-thread/5
CC-MAIN-2017-47
en
refinedweb
ModelMap An experiment in using mirrors to convert from a map to a model and vice versa. Introduction Mirrors are a way of performing reflection in Dart. This permits an unknown class to be traversed and information about fields, properties and methods to be extracted, which is particularly useful if you wish to conver...
https://www.dartdocs.org/documentation/model_map/0.2.3/index.html
CC-MAIN-2017-47
en
refinedweb
Answers to "Duck Typing Done Right" By bblfish on May 26, 2007 I woke up this morning with a large number of comments to my previous post "Duck Typing Done right" . It would be confusing to answer them all together in the comments section there, so I aggregated my responses here. I realize the material covered here is ...
https://blogs.oracle.com/bblfish/entry/answers_to_duck_typing_done
CC-MAIN-2015-48
en
refinedweb
Re: [json] Format & interpretation of URL fragments for JSON resources Expand Messages - [+restful-json] Jacob, You may already be aware of this, but a specification for the dot-delimited hash/fragment resolution mechanism is in the JSON Schema I-D (6.2.1) [1]. One thing to be noted that you can specify alternate hash/...
https://groups.yahoo.com/neo/groups/json/conversations/topics/1478?source=1&var=1&l=1
CC-MAIN-2015-48
en
refinedweb
Am Dienstag, den 18.10.2005, 09:00 +0100 schrieb Jochen Voss: > Dear Stelian, > > On Tue, Oct 18, 2005 at 07:37:19AM +0200, Stelian Pop wrote: > > A modified and both technicaly and aestheticaly correct patch was > > already merged in the latest stable kernel. But it requires a modified X > > input driver in order to w...
https://lists.debian.org/debian-powerpc/2005/10/msg00235.html
CC-MAIN-2015-48
en
refinedweb
Interoperability with Enterprise Services and COM+ Transactions The System.Transactions namespace supports interoperability between transaction objects created using this namespace and transactions created through COM+. You can use the EnterpriseServicesInteropOption enumeration when you create a new TransactionScope i...
https://msdn.microsoft.com/en-us/library/ms229974(v=vs.85).aspx
CC-MAIN-2015-48
en
refinedweb
I have to setup a small windows network inside my bigger linux/mac infrastructure. In order to get the windows clients logging onto the domain, I have had to make the DC their primary DNS server, which seems to have worked. I would much prefer to have one DNS server running on my network, or at least one authoritative ...
http://serverfault.com/questions/401966/windows-server-2008-active-directory-dns-setup
CC-MAIN-2015-48
en
refinedweb
Automating the world one-liner at a time… Windows PowerShell Desired State Configuration: Push and Pull Configuration Modes The Windows PowerShell Desired State Configuration (DSC) system has two configuration modes, which are referred to as push and pull modes. Each mode allows the user to apply a desired state over a...
http://blogs.msdn.com/b/powershell/archive/2013/11/26/push-and-pull-configuration-modes.aspx
CC-MAIN-2015-48
en
refinedweb
Searched out on the internet and didn't really find anything that was horribly succinct, so I wrote this class for fun. I had help from. I hope you enjoy! Here's the code to call it: PostSubmitter post= And here's the class: using namespace Snowball.Common{/// <summary>/// Submits post data to a url./// </summary>publi...
http://geekswithblogs.net/rakker/archive/2006/04/21/76044.aspx
CC-MAIN-2015-48
en
refinedweb
While developing, I like to keep a browser, and code editor open on the same screen. I'd like to find some way to join them and treat them as a single window, so they minimize together, and resize together, and have a movable divider between them. Is there some sort of window-panel application that I can use to create ...
http://superuser.com/questions/378829/is-there-a-way-ubuntu-program-to-glue-a-bunch-of-program-windows-together-into-o
CC-MAIN-2015-48
en
refinedweb
Hello, I have a question re print options in P6. When I print view (layout) with the Gantt Chart and columns I always have black frame (line) around the printout, which wraps up the header, footer and rest of the content. Is there a way to get rid of this frame somehow? or change color? I don't see any option which doe...
https://community.oracle.com/message/11139923
CC-MAIN-2015-48
en
refinedweb
I accidentally compiled these headers in a simple test program I was running to get a better understanding of strtok: Code: #include <string.h> #include <iostream> #include <cstring> And I received this warning: warning: #include_next is a GCC extension. I Googled and found out that it is a GCC extension, well that is ...
http://cboard.cprogramming.com/cplusplus-programming/71121-what-sharpinclude_next-printable-thread.html
CC-MAIN-2015-48
en
refinedweb
So polymorphism is the act of inheriting a class and overriding methods from it/adding to it, so making a class based on another. And as polymorphism means many forms, we call this polymorphism... Type: Posts; User: TP-Oreilly So polymorphism is the act of inheriting a class and overriding methods from it/adding to it,...
http://www.javaprogrammingforums.com/search.php?s=f5c85cf983715e2ae34b46e7edc4410b&searchid=1929959
CC-MAIN-2015-48
en
refinedweb
Newbie: What XML to use? Discussion in 'XML' started by rjm12@hotmail: XML 2 XML and namespacesMark Smits, Sep 17, 2003, in forum: XML - Replies: - 2 - Views: - 746 - Mark Smits - Sep 21, 2003 Newbie. xml "dynamically" including another xml documentClive, Aug 21, 2005, in forum: XML - Replies: - 1 - Views: - 485 - Pete...
http://www.thecodingforums.com/threads/newbie-what-xml-to-use.169649/
CC-MAIN-2015-48
en
refinedweb
Need help cloning? Learn how to clone a repository. Atlassian SourceTree is a free Git and Mercurial client for Windows. Atlassian SourceTree is a free Git and Mercurial client for Mac. TDD ----- -On the internet, you could often hear TDD termin. From it's definition -Test-Driven Development you could thought that writ...
https://bitbucket.org/k_bx/blog/diff/source/en_posts/testing_python/tdd-bdd.rst?diff2=80bf4dbb727d&at=default
CC-MAIN-2015-48
en
refinedweb
Changes related to "cpp/language/namespace" This is a list of changes made recently to pages linked from a specified page (or to members of a specified category). Pages on your watchlist are bold. 22 November 2015 - (diff | hist) . . cpp/language/reference; 08:33 . . (-84) . . 114.222.142.185 (Talk) 18 November 2015 - ...
http://en.cppreference.com/w/Special:RecentChangesLinked/cpp/language/namespace
CC-MAIN-2015-48
en
refinedweb
HtmlCleaner release 2.14 This contains the following bug fixes:... read more What another release already?? Well, a big thanks to Wolfgang Koppenberger who spotted a problem in 2.11 with OPTION tags which needed fixing and releasing right away. Apologies to anyone using 2.11 who encountered that issue. Adds much better...
http://sourceforge.net/p/htmlcleaner/news/?source=navbar
CC-MAIN-2015-48
en
refinedweb
Hi - Hibernate Interview Questions Hi please send me hibernate interview update count from session - Hibernate update count from session I need to get the count of how many rows got updated by session.saveOrUpdate(). How would I get this? Thanks, mpr hibernate - Hibernate hibernate hi friends i had one doubt how to do...
http://www.roseindia.net/tutorialhelp/comment/96862
CC-MAIN-2015-48
en
refinedweb
This action might not be possible to undo. Are you sure you want to continue? 04/09/2012 text original Harvard Educational Review, 72(3), 367-392 (as HER does not grant permission to post the published paper). Democracy and Education: The Missing Link May Be Ours John Willinsky Much has changed since Dewey (1916) first...
https://www.scribd.com/doc/88608997/Democracy-and-Education-The-Missing-Link-May-Be-Ours-John-Willinsky
CC-MAIN-2015-48
en
refinedweb
Browse by Keyword: "require" ← previous Page 2 next → groupdocs-javascript Javascipt client for GroupDocs API grunt-commonjs-coffee Deprecated in favor of grunt-browserify grunt-contrib-commonjs Wrap CoffeeScript or JavaScript into a CommonJS compatible require definition grunt-contrib-requiregrep Grunt task that creat...
https://www.npmjs.org/browse/keyword/require/1/
CC-MAIN-2014-10
en
refinedweb
Summary An important feature in Flex 4 is a new component architecture, Spark, that allows a complete separation of a component's view from its display logic. This article provides a tutorial introduction to creating custom Flex 4 skins using the Spark architecture. A key innovation in the Flex 4 SDK is a thorough sepa...
http://www.artima.com/articles/flex_4_styling.html
CC-MAIN-2014-10
en
refinedweb
I. The attached patch fixes allocation listing for me. Thanks, Cole diff --git a/src/storage_backend.c b/src/storage_backend.c index 787630c..54e9289 100644 --- a/src/storage_backend.c +++ b/src/storage_backend.c @@ -36,6 +36,7 @@ #include <fcntl.h> #include <stdint.h> #include <sys/stat.h> +#include <sys/param.h> #inc...
http://www.redhat.com/archives/libvir-list/2009-March/msg00394.html
CC-MAIN-2014-10
en
refinedweb
There Java 6.0 Collection Framework Java 6.0 Collection Framework  ... AbstractMap.SimpleEntry doesn?t. Updated Classes in Java 6.0 LinkedList... introduced in Java 6.0. These are: Deque: It is used to represent Double ended collection and framework. collection and framework. please give some study material of collecti...
http://www.roseindia.net/discussion/18852-Java-6.0-Collection-Framework.html
CC-MAIN-2014-10
en
refinedweb
14 Sharing Application Module View Instances This 14.1, "About Shared Application Modules" Section 14.2, "Sharing an Application Module Instance" Section 14.3, "Defining a Base View Object for Use with Lookup Tables" Section 14.4, "Accessing View Instances of the Shared Service" Section 14.5, "Testing View Object Insta...
http://docs.oracle.com/middleware/1212/adf/ADFFD/bclookups.htm
CC-MAIN-2014-10
en
refinedweb
Add an Admin Controller In this section, we’ll add a Web API controller that supports CRUD (create, read, update, and delete) operations on products. The controller will use Entity Framework to communicate with the database layer. Only administrators will be able to use this controller. Customers will access the produc...
http://www.asp.net/web-api/overview/creating-web-apis/using-web-api-with-entity-framework/using-web-api-with-entity-framework,-part-3
CC-MAIN-2014-10
en
refinedweb
Silverlight 5 Beta was announced recently at the MIX11 conference by Scott Guthrie. In this article, we will see some of the new features introduced in Silverlight 5 Beta. Before you proceed, check some important links including the link to download Silverlight 5 Beta from here. Just make sure you have installed Visual...
http://www.dotnetcurry.com/showarticle.aspx?ID=689
CC-MAIN-2014-10
en
refinedweb
So, why not use this definition? Is there something special about ST you are trying to preserve? -- minimal complete definition: -- Ref, newRef, and either modifyRef or both readRef and writeRef. class Monad m => MonadRef m where type Ref m :: * -> * newRef :: a -> m (Ref m a) readRef :: Ref m a -> m a writeRef :: Ref ...
http://www.haskell.org/pipermail/haskell-cafe/2009-February/056164.html
CC-MAIN-2014-10
en
refinedweb
Relative path to my app's Resource folder? - Currently Being ModeratedJan 31, 2013 2:57 PM (in response to Futurefrog) Look in the Standard Additions osax for the path to resource command. And note for future consideration that I've never seen a computer-based practical joke that the target thought was funny. If you en...
https://discussions.apple.com/message/21100089?tstart=0
CC-MAIN-2014-10
en
refinedweb
Overview Class Reference Class usage tips Design notes Conclusion History This article presents a C++/CLI class StringConvertor which can be used to make conversions between System::String and native types like a char*, BSTR etc. The class keeps track of allocated unmanaged memory handles and frees them automatically, ...
http://www.codeproject.com/Articles/10400/StringConvertor-A-convertor-class-for-managed-unma?msg=4144284
CC-MAIN-2014-10
en
refinedweb
and tracker starts like this, just like in the map example: Code: Ext.ns('xplugin.google'); Ext.define('xplugin.google.Tracker', { extend: 'Ext.util.GeoLocation', alias : 'plugin.gmaptracker', - Join Date - Mar 2007 - Location - St. Louis, MO - 35,537 - Vote Rating - 706 Ok, shouldn't have an issue then, could be an is...
http://www.sencha.com/forum/showthread.php?242590-2.1b3-can-t-include-plugins-in-build/page2
CC-MAIN-2014-10
en
refinedweb
I always forget about R and bioconductor Hi, I was about to re-invent the wheel, again, when I thought that there are probably many among you who had already solved this problem. I have a few huge fasta files (half a million sequences) and I would like to know the average length of the sequences for each of these files...
http://www.biostars.org/p/1758/
CC-MAIN-2014-10
en
refinedweb
18 April 2011 By clicking Submit, you accept the Adobe Terms of Use. You should be generally familiar with principles of streaming video on the web and encoding video for Flash. Intermediate Adobe HTTP Dynamic Streaming was developed by Adobe to deliver content to users via HTTP, enabling dynamic switching of video con...
http://www.adobe.com/devnet/adobe-media-server/articles/dynamic-streaming-protection.html
CC-MAIN-2014-10
en
refinedweb
public class HTTPResponse extends java.lang.Object implements java.io.Serializable HTTPResponseencapsulates the results of a HTTPRequestmade via the URLFetchService. equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait public int getResponseCode() public byte[] getContent() public java.net.URL getF...
https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/urlfetch/HTTPResponse
CC-MAIN-2014-10
en
refinedweb
JET is one of the 21 projects bundled in the Eclipse Europa release. More precisely, it belongs to the Eclipse project Model To Text (M2T), which provides ready-to-use engines that perform model-to-text transformations. You can use JET to perform the following tasks: Before you get started with your first transformatio...
http://www.devx.com/opensource/Article/34929
CC-MAIN-2014-10
en
refinedweb
Here's an interesting bit of Python code I hacked together – it's a script that takes an image and warps it so that it is tileable (making it suitable for a repeating backgound or a texture in a game). If you use it on a photograph, it will come out looking like a fair-ground mirror. But it works well when applied to a...
http://www.willmcgugan.com/2009/7/18/make-tilable-backgrounds-with-python/
CC-MAIN-2014-10
en
refinedweb
backbone-associate Presumtionless model associations for Backbone.js npm install backbone-associate Backbone.associate Presumptionless model relations for Backbone in < 1kb. Usage Use Backbone.associate to define relationships between application models and collections. var Flag = Backbone.Model.Extend({ /* ... */ }), ...
https://www.npmjs.org/package/backbone-associate
CC-MAIN-2014-10
en
refinedweb
. Example: Support.showConversation(MyActivity.this); where MyActivity.this is the Activity you're calling Helpshift from You can use the api call Support.showConversation(MyActivity.this). Applicable to SDK version 3.10.0 and above. Example: Support.showFAQs(MyActivity.this); where MyActivity.this is the Activity you'...
https://developers.helpshift.com/android/support-tools/
CC-MAIN-2022-05
en
refinedweb
Functional const Button = props => { const [disabled, setDisabled] = useState(false) return ( <button disabled={disabled} onClick={() => setDisabled(prev => !prev)} > {props.text} </button> ) } // can become const Button = props => ( <button disabled={props.disabled} onClick={props.setDisabled} >{props.text}</button> )...
https://dev.to/time2hack/where-do-you-initialize-state-in-react-component-1331
CC-MAIN-2022-05
en
refinedweb
Azure Service Bus libraries for Python Microsoft Azure Service Bus supports a set of cloud-based, message-oriented middleware technologies including reliable message queuing and durable publish/subscribe messaging. Libraries for data access The latest version of the Azure Service Bus library is version 7.x.x. We highly...
https://docs.microsoft.com/sv-se/python/api/overview/azure/servicebus?preserve-view=true&view=azure-python
CC-MAIN-2022-05
en
refinedweb
TL 3 Implementing the Leaderboard Feature in Your React Game The first thing you will do to make your game look like a real game is to implement the leaderboard feature. This feature will enable players to sign in, so your game can track their max score and show their rank. Integrating React and Auth0 To make Auth0 man...
https://auth0.com/blog/developing-games-with-react-redux-and-svg-part-3/
CC-MAIN-2022-05
en
refinedweb
. USB devices have defined interfaces which relate to their functionality. For example, a USB keyboard with built in LEDs may have an interface for sending key presses and an interface for controlling the lights on the keyboard. Interfaces as defined as a set of endpoints. Endpoints are used as communication channels t...
https://ontrak.net/LibUSBPy.htm
CC-MAIN-2022-05
en
refinedweb
Code blocks Code blocks within documentation are super-powered 💪. #Code title You can add a title to the code block by adding title key after the language (leave a space between them). #Syntax highlighting Code blocks are text blocks wrapped around by strings of 3 backticks. You may check out this reference for specif...
http://deploy-preview-4756--docusaurus-2.netlify.app/docs/next/markdown-features/code-blocks
CC-MAIN-2022-05
en
refinedweb
Dataset Tensor Support¶ Tables with tensor columns¶ Datasets supports tables with fixed-shape tensor columns, where each element in the column is a tensor (n-dimensional array) with the same shape. As an example, this allows you to use Pandas and Ray Datasets to read, write, and manipulate e.g., images. All conversions...
https://docs.ray.io/en/latest/data/dataset-tensor-support.html
CC-MAIN-2022-05
en
refinedweb
The following references to pages refer to file interaction-v6.1-en.pdf of. On page 115 in section “Creating a test environment” there is the following warning: “Only use this environment creation method for test environments. In all other cases, use the target mapping wizard. For more on this, refer to Creating an off...
https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/good-best-way-to-create-basic-offer-environments-for-production/m-p/276539
CC-MAIN-2022-05
en
refinedweb