text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 ⌀ | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
Adding UCM as a search source in Windows Explorer
By Kyle Hatlestad on Feb 10, 2011
A customer recently pointed out to me that Windows 7 supports federated search within Windows Explorer. This means you can perform searches to external sources such as Google, Flickr, YouTube, etc right from within Explorer.
While we do... | https://blogs.oracle.com/kyle/entry/ucm_search_source_windows_explorer | CC-MAIN-2015-32 | en | refinedweb |
DynamicObject.TryConvert Method
Provides implementation for type conversion operations. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations that convert an object from one type to another.
Namespace: System.DynamicNamespace: System.Dynamic
Assemblies: System.... | https://msdn.microsoft.com/en-us/library/system.dynamic.dynamicobject.tryconvert | CC-MAIN-2015-32 | en | refinedweb |
TAG
See also: Agenda, IRC log
regrets NDW
DO to arrive later. no news re ER
<scribe> Scribe: DanC
upcoming scribes...
<Vincent> Scribe list: NDW, DC, ER, RF, NM, DO, HT
VQ: comments on the agenda?
[none just now]
Date of Next telcon? 7 June conflicts with AC meeting
HT not available 7 Jun
<timbl> I would not be there
n... | http://www.w3.org/2005/05/31-tagmem-minutes | CC-MAIN-2015-32 | en | refinedweb |
In this program I have to write a program that has to take the inputs of a file and output the average of the sum of numbers. My question is regarding how to average the numbers by adding the total numbers in the file. Would I have to do a count?
Code:
#include <fstream>#include <iostream>
int main()
{
using namespace ... | http://cboard.cprogramming.com/cplusplus-programming/142530-cplusplus-file-question-printable-thread.html | CC-MAIN-2015-32 | en | refinedweb |
Decision Tree
- Description
- Advantages
- Disadvantages
- Training Data Format
- Example Code
- Code & Resources
- Documentation
Description
This class implements a basic Decision Tree classifier. Decision Trees are conceptually simple classifiers that work well on even complex classification tasks. Decision Trees par... | http://www.nickgillian.com/wiki/pmwiki.php/GRT/DecisionTree | CC-MAIN-2015-32 | en | refinedweb |
AS7: ReSTEasy EJB InjectionRaj Tiwari Jul 28, 2011 5:45 PM
I have a JAX-RS application where I am trying to inject an EJB (@EJB). The injection annotation works for a servlet in teh same app, but not in ReSTEasy application. Is this not supported in AS7?
1. Re: AS7: ReSTEasy EJB Injectionjaikiran pai Jul 29, 2011 10:32... | https://community.jboss.org/thread/170194 | CC-MAIN-2015-32 | en | refinedweb |
I realize this is not completely an RE activity and want to get your feedback
on how/where to communicate about the other parts.
This is based on long time request from l10n team.
- they need to translate info.xml for uc modules; not sure if they need to do it
for all modules
- but info.xml is not in l10n kits so they ... | https://netbeans.org/bugzilla/show_bug.cgi?id=98893 | CC-MAIN-2015-32 | en | refinedweb |
fennec:also, shouldn't that be website.renameTo() instead of Website.RenameTo()?
Publius:I think the real WTF here is that I'll never have to hear what the real WTF here is again.
Censoring FAILS!:Yet another website falls for the censoring way of life. In every country (especially USA) you see this shit happening :S s... | http://thedailywtf.com/articles/comments/Announcement_0x3a__Website_0x2e_RenameTo(_0x201c_Worse_Than_Failure_0x201d_) | CC-MAIN-2015-32 | en | refinedweb |
crowdflower 0.0.12
CrowdFlower API - Python client
Client library for interacting with the CrowdFlower API with Python.
Installation
Install from PyPI:
easy_install -U crowdflower
Or install the latest version from GitHub:
git clone cd crowdflower python setup.py develop
Basic usage
Import like:
import crowdflower
Crow... | https://pypi.python.org/pypi/crowdflower/0.0.12 | CC-MAIN-2015-32 | en | refinedweb |
Hey Justin
On 31 Jul 2012, at 15:14, Justin Mclean wrote:
> Nor am I suggesting one namespace per new component added.
I was aware of that, I meant to imply we would have got a new namespace with 4.5 and the introduction
of Spark DataGrid, Form, Image, Module, Busy Indicator, SkinnablePopUpContainer, Date/Time,
Number/... | http://mail-archives.apache.org/mod_mbox/incubator-flex-dev/201207.mbox/%3CCB9CF661-96BB-47E4-8EA2-920760C9DE00@tink.ws%3E | CC-MAIN-2015-32 | en | refinedweb |
I'm on a foreign exchange program and studying computer architecture at university. The problem is this university it assumes the students have studied C-programming as their course in basic programming, whereas at my regular university the course in basic programming is ADA.
I am trying to catch up but need some help ... | http://cboard.cprogramming.com/c-programming/130129-studying-computer-architecture-without-knowledge-c-programming-got-some-questions.html | CC-MAIN-2015-32 | en | refinedweb |
/* * MSDecoder.h - decode, decrypt, and/or verify signatures of messages in the * Cryptographic Message Syntax (CMS), per RFC 3852. * * See CMSEncoder.h for general information about CMS messages. */ #ifndef _CMS_DECODER_H_ #define _CMS_DECODER_H_ #include <CoreFoundation/CoreFoundation.h> #include <Security/SecCertifi... | http://opensource.apple.com/source/libsecurity_cms/libsecurity_cms-55002/lib/CMSDecoder.h | CC-MAIN-2015-32 | en | refinedweb |
Apologies in advance about my English and the brief descriptions, as my native language is German. The
TService class wraps all the things around a NT-Service and allows to create a NT-Service with a few lines
of code.
TService
virtual void ServiceProc (void) = PURE;
This is the main service procedure. If you leave Ser... | http://www.codeproject.com/Articles/7651/A-general-purpose-NT-Service-Class?fid=73515&df=90&mpp=10&sort=Position&spc=None&tid=1370540 | CC-MAIN-2015-32 | en | refinedweb |
Ticket #10140 (closed enhancement: fixed)
Base sage.geometry.cone on the Parma Polyhedra Library (PPL)
Description (last modified by vbraun) (diff)
As a first useful application of the PPL Cython library interface I have changed sage.geometry.cone.Cone to use the PPL wrapper instead of cddlib. Here is a quick benchmark... | http://trac.sagemath.org/sage_trac/ticket/10140 | CC-MAIN-2013-20 | en | refinedweb |
23 September 2008 23:12 [Source: ICIS news]
WASHINGTON (ICIS news)--US business leaders warned on Tuesday that the entire economy could collapse unless Congress quickly approves a $700bn (€476bn) banking bailout, but the urgent rescue plan continued to draw fire from legislators.
?xml:namespace>
The US Chamber of Comme... | http://www.icis.com/Articles/2008/09/23/9158496/us-business-warns-congress-of-economic-collapse.html | CC-MAIN-2013-20 | en | refinedweb |
Exceptions should be class objects. The exceptions are defined in the module exceptions. This module never needs to be imported explicitly: the exceptions are provided in the built-in namespace as well as the exceptions module.
PendingDeprecationWarning. In future versions, support for string exceptions will be removed... | http://docs.python.org/release/2.3.3/lib/module-exceptions.html | CC-MAIN-2013-20 | en | refinedweb |
#include <EC_Lifetime_Utils_T.h>
Collaboration diagram for TAO_EC_Servant_Var< T >:
p
rhs
0
Constructor. Assumes ownership of p.
Copy constructor. Adds reference to rhs.
Destructor. Removes a reference from the underlying object, possibly destroying it.
Template member constructor from a pointer that will implicitly ca... | http://www.dre.vanderbilt.edu/Doxygen/5.4.7/html/tao/rtevent/classTAO__EC__Servant__Var.html | CC-MAIN-2013-20 | en | refinedweb |
Java UDP
with a short response.
Read more at:
http:/...
Java UDP
TCP and UDP are transport protocols used for communication between computers.
UDP
UDP Client in Java
UDP Client in Java
In this section, you will know how to send any request or
messages for UDP server by the UDP client. For this process you must require
... | http://www.roseindia.net/tutorialhelp/comment/77485 | CC-MAIN-2013-20 | en | refinedweb |
std::collate::transform, std::collate::do_transform
1) public member function, calls the protected virtual member function
do_transform of the most derived class.
2) Converts the character sequence
[low, high) to a string that, compared lexicographically (e.g. with
operator< for strings) with the result of calling
tran... | http://en.cppreference.com/w/cpp/locale/collate/transform | CC-MAIN-2013-20 | en | refinedweb |
Statements (C# Programming Guide)
A statement is a procedural building-block from which all C# programs are constructed. A statement can declare a local variable or constant, call a method, create an object, or assign a value to a variable, property, or field. A control statement can create a loop, such as a for loop, ... | http://msdn.microsoft.com/en-US/library/ms173143(v=vs.80).aspx | CC-MAIN-2013-20 | en | refinedweb |
/* ** (c) COPYRIGHT MIT 1995. ** Please first read the full copyright statement in the file COPYRIGH. */
The SGML parser is a state machine. It is called for every character of the input stream. The DTD data structure contains pointers to functions which are called to implement the actual effect of the text read. When ... | http://www.w3.org/Library/src/SGML.html | CC-MAIN-2013-20 | en | refinedweb |
Each request in asp.net MVC will be assigned to a specific action (hereinafter referred to as “method”) under the corresponding controller (hereinafter referred to as “controller”) for processing. Normally, it is OK to write code directly in the method. However, if you want to process some logic before or after the met... | https://developpaper.com/explain-the-common-extension-points-of-asp-net-mvc-filter-and-model-binding/ | CC-MAIN-2021-43 | en | refinedweb |
Source code for globus_sdk.services.auth.identity_map
import uuid from typing import Any, Dict, Iterable, Optional, Set, Tuple from .client import AuthClient def is_username(val: str) -> bool: """ If the value parses as a UUID, then it's an ID, not a username. If it does not parse as such, then it must be a username. "... | https://globus-sdk-python.readthedocs.io/en/stable/_modules/globus_sdk/services/auth/identity_map.html | CC-MAIN-2021-43 | en | refinedweb |
This topic describes breaking changes for Optimizely CMS in relation to previous version 10, and the steps needed to update affected code. To view the complete list of changes, see the release notes feed.
Some changes are binary breaking but do not necessarily require code changes but rather just a recompilation of the... | https://world.optimizely.com/documentation/upgrading/optimizely-cms/cms-11/breaking-changes-cms-11/ | CC-MAIN-2021-43 | en | refinedweb |
This article will demonstrate how to start a Spring Boot application from another Java program. A Spring Boot application is typically built into a single executable JAR archive. It contains all dependencies inside, packaged as nested JARs.
Likewise, a Spring Boot project is usually built as an executable JAR file by a... | https://www.toptal.com/spring-boot/spring-boot-application-programmatic-launch | CC-MAIN-2021-43 | en | refinedweb |
Motivation:
The other day I found myself looking for info on how to implement responsive design in React components, I could not find anything clear, nothing that could make reference about any pattern or recommended method, so I decided to start thinking a little about this subject.
As soon as I started to search info... | https://dev.to/jrx2/responsive-design-in-react-components-7d1 | CC-MAIN-2021-43 | en | refinedweb |
Use DateTimeOffset in a DateTimePicker and Grid
Environment
Description
The DateTimeOffset structure represents a new date-time data structure which defines a point relative to the UTC time zone. However, neither databases nor JS are able of storing this structure as is since the DateTimeOffset is serialized as an obje... | https://docs.telerik.com/aspnet-mvc/knowledge-base/datetimepicker-datetimeoffset-bind-to-model | CC-MAIN-2021-43 | en | refinedweb |
Morgan Stanley FTE Interview Experience | On-Campus 2021 (Virtual)
Morgan Stanley visited our campus for Internship and Full-Time Positions in July’21. I was offered a Full Time position along with a 6-month internship.
Out of everyone who applied, around 400 were shortlisted to appear for the Preliminary Round based o... | https://www.geeksforgeeks.org/morgan-stanley-fte-interview-experience-on-campus-2021-virtual/?ref=rp | CC-MAIN-2021-43 | en | refinedweb |
Code:
public class FridgeMagnets extends QWidget { public FridgeMagnets(QWidget parent) { super(parent); QFile dictionaryFile; dictionaryFile = new QFile("classpath:com/trolltech/examples/words.txt"); dictionaryFile.open(QIODevice.OpenModeFlag.ReadOnly); QTextStream inputStream = new QTextStream(dictionaryFile);In the ... | https://doc.qt.io/archives/qtjambi-4.5.2_01/com/trolltech/qt/qtjambi-fridgemagnets.html | CC-MAIN-2021-43 | en | refinedweb |
table of contents
NAME¶
signal - ANSI C signal handling
SYNOPSIS¶
#include <signal.h>
typedef void (*sighandler_t)(int);
sighandler_t signal(int signum, sighandler_t handler);
DESCRIPTION¶
WARNING:¶
signal() returns the previous value of the signal handler, or SIG_ERR on error. In the event of an error, errno is set to... | https://manpages.debian.org/bullseye/manpages-dev/signal.2.en.html | CC-MAIN-2021-43 | en | refinedweb |
How to Build a Chat App With Next.js & Firebase
In this tutorial, we will guide you through building a simple chat application with Next.js and Firebase.
Adding a basic chat feature to your app is an amazing way to connect your users. It allows your users to negotiate, get information, make friends and even fall in lov... | https://www.cometchat.com/tutorials/add-an-animated-typing-indicator-to-your-ios-chat-app | CC-MAIN-2021-43 | en | refinedweb |
If this was really the intended behavior as opposed to incomplete
design (none of us are ever guilty of that are we?), I think the
choice was incorrect. See the example REACTOR.
|> In this way, if the exception raised by the finally clause was caused
|> by a programming error, and presuming it is not masked in turn by ... | https://legacy.python.org/search/hypermail/python-1994q2/0985.html | CC-MAIN-2021-43 | en | refinedweb |
libssh2_session_supported_algs - get list of supported algorithms
#include <libssh2.h>
int libssh2_session_supported_algs(LIBSSH2_SESSION* session,
int method_type,
const char*** algs);
session - An instance of initialized LIBSSH2_SESSION (the function will use its pointer to the memory allocation function). method_typ... | https://libssh2.org/libssh2_session_supported_algs.html | CC-MAIN-2021-43 | en | refinedweb |
How to Use the Requests Library for Python on Devices Running Junos OS
The Requests library for Python is available
on certain devices running Junos OS that support the Python extensions
package. You can use the
requests module
in Python scripts to send HTTP/1.1 requests. On devices running Junos
OS with Enhanced Autom... | https://www.juniper.net/documentation/us/en/software/junos/automation-scripting/topics/task/junos-python-modules-requests-module.html | CC-MAIN-2021-43 | en | refinedweb |
Maps SDK for Android.
Java
public class MyItem implements ClusterItem { private final LatLng position; private final String title; private final String snippet; public MyItem(double lat, double lng, String title, String snippet) { position = new LatLng(lat, lng); this.title = title; this.snippet = snippet; } @Override... | https://developers-dot-devsite-v2-prod.appspot.com/maps/documentation/android-sdk/utility/marker-clustering | CC-MAIN-2021-43 | en | refinedweb |
CAPNG_SAVE_STATE(3) Libcap-ng API CAPNG_SAVE_STATE(3)
capng_save_state - get the internal library state
#include <cap-ng.h> void .
The structure returned by capng_save_state is malloc'd; it should be free'd if not used.
capng_restore_restore_state(3) | https://man7.org/linux/man-pages/man3/capng_save_state.3.html | CC-MAIN-2021-43 | en | refinedweb |
Authentication and authorization in ASP.NET Core SignalR
View or download sample code (how to download)
Authenticate users connecting to a SignalR hub. Multiple connections may be associated with a single user.
The following is an example of
Startup.Configure which uses SignalR and ASP.NET Core authentication:
public v... | https://docs.microsoft.com/en-us/aspnet/core/signalr/authn-and-authz?view=aspnetcore-3.0 | CC-MAIN-2021-43 | en | refinedweb |
Connect an ASP.NET application to Azure SQL Database
There are various ways to connect to databases within the Azure SQL Database service from an application. For .NET apps, you can use the
System.Data.SqlClient library.
The web app for the university must fetch and display the data that you uploaded to your SQL databa... | https://docs.microsoft.com/en-us/learn/modules/develop-app-that-queries-azure-sql/4-connect-aspnet-to-azure-sql | CC-MAIN-2021-43 | en | refinedweb |
React Router is a popular and complete routing library for React.js that keeps UI in sync with the URL. It supports lazy code loading, dynamic route matching, and location transition handling, and was initially inspired by Ember's router.
TODO: this section should also mention any large subjects within react-router, an... | https://riptutorial.com/react-router | CC-MAIN-2019-13 | en | refinedweb |
Google maps flash api animations työt
Vastu consultant t...
Alpha Format Flash animations for tv show
Redraw character in Adobe Illustrator to be used in Adobe Animator, and create several animation segments/loops in Adobe Animator for use in Adobe Premier.
..: [kirjaudu nähdäksesi URL:n]¢erln=-73.97918701171875¢erlt=4... | https://www.fi.freelancer.com/job-search/google-maps-flash-api-animations/ | CC-MAIN-2019-13 | en | refinedweb |
It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Is there a way to change to the order sub-tasks when on the Main Screen viewing the Parent Issue? Sometimes I have to insert sub-tasks and it would be helpful to be able to control the order.
s... | https://community.atlassian.com/t5/Jira-questions/Order-of-Subtasks-within-a-Parent-Task/qaq-p/366231 | CC-MAIN-2019-13 | en | refinedweb |
Deploying MicroProfile apps on Microsoft Azure using the Azure Open Service Broker
At the recently concluded Microsoft Ignite 2018 conference in Orlando, I had the honor of presenting to a crowd of Java developers and Azure professionals eager to learn how to put their Java skills to work building next-gen apps on Azur... | https://developers.redhat.com/blog/2018/10/17/microprofile-apps-azure-open-service-broker/ | CC-MAIN-2019-13 | en | refinedweb |
WLAN connectivity problem
I am using Pycom WiPy v2.0 board. I have upgraded its firmware and downloaded pymakr plugin to run and debug the code, but i couldn't connect it with the home wifi and everytime i need to reset my board to get the wifi network of the pycom board. And i also have Pycom WiPy v1.3 board for which... | https://forum.pycom.io/topic/1797/wlan-connectivity-problem | CC-MAIN-2019-13 | en | refinedweb |
.
A simple histogram can be a great first step in understanding a dataset. Earlier, we saw a preview of Matplotlib's histogram function (see Comparisons, Masks, and Boolean Logic), which creates a basic histogram in one line, once the normal boiler-plate imports are done:
%matplotlib inline import numpy as np import ma... | https://nbviewer.jupyter.org/github/donnemartin/data-science-ipython-notebooks/blob/master/matplotlib/04.05-Histograms-and-Binnings.ipynb | CC-MAIN-2019-13 | en | refinedweb |
It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Sorry still new to behaviours so please forgive this ignorance which hopefully might be an easy question.
We are currently on JIRA 6.3.1 using ScriptRunner 4.1.3.9.
Specifically the issue is I ... | https://community.atlassian.com/t5/Jira-Core-questions/With-the-behaviour-plugin-having-an-issue-detecting-a-change-for/qaq-p/286605 | CC-MAIN-2019-13 | en | refinedweb |
The Practical Client
If you want to ensure that the right code is loaded at the right time (and only loaded when you need it), you can use TypeScript code to organize your code into modules. As a side benefit, managing your script tags will get considerably easier.
When combined with a module manager, TypeScript module... | https://visualstudiomagazine.com/articles/2017/02/01/managing-modules.aspx | CC-MAIN-2019-13 | en | refinedweb |
Simplifying working with Azure Notification Hubs Postado em 5 setembro, 2014 Piyush Joshi Senior Program Manager, Azure Mobile Engagement Close to 97% of Service Bus namespaces today have either a Notification Hub or one of the messaging entities (Queue, Topic, Relay or Event Hub) in it and very rarely both together. I... | https://azure.microsoft.com/pt-br/blog/simplifying-working-with-azure-notification-hubs/ | CC-MAIN-2017-22 | en | refinedweb |
Displaying image overlays on image filenames in Emacs
Posted March 21, 2016 at 11:21 AM | categories: emacs, orgmode | tags: | View Comments
Table of Contents
It has always bothered me a little that I have to add a file image after code blocks in org-mode to see the results. That extra work… I also don't like having to... | http://kitchingroup.cheme.cmu.edu/blog/2016/03/21/Displaying-image-overlays-on-image-filenames-in-Emacs/ | CC-MAIN-2017-22 | 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
Where should I define a state machine?: The tutorials are implemented in a simple cpp source file for simplicity. I want to model dynamic behavior of a class as a state... | http://www.boost.org/doc/libs/1_61_0/libs/msm/doc/HTML/ch05.html | CC-MAIN-2017-22 | en | refinedweb |
Common management annotations for JBoss projects?Heiko Rupp Jul 17, 2013 11:22 AM
RHQ has a plugin generator, that I've been enhancing a bit in the last few days(*).
Triggered by that effort I came back into an effort that we started together with
Infinispan to have annotations on methods / fields to provide the metada... | https://developer.jboss.org/thread/230551 | CC-MAIN-2017-22 | en | refinedweb |
Yes, I’ve finally managed got around to implementing BEPU Physics. This has meant introducing a new “PhysicsManager” class and extending the “SceneManager” class, but it’s worth it. If you haven’t already, download the latest code from the link above (I’m using 1.1.0). In the “ProjectVanquish” project, add a reference ... | https://projectvanquish.wordpress.com/tag/scene-manager/ | CC-MAIN-2017-22 | en | refinedweb |
To gain access to all feature's geometries in a feature class, just do the following:
import arcpy from arcpy import env fc = r"c:\temp\data.shp" geoms = arcpy.CopyFeatures_management(fc, arcpy.Geometry()) for g in geoms: print g.extent
This sample allows anyone to directly access the geometries of the input feature cl... | http://anothergisblog.blogspot.com/2013/11/geometry-objects-make-life-easier.html | CC-MAIN-2017-22 | en | refinedweb |
Serializing jasp calculations as json data
Posted October 19, 2013 at 02:33 PM | categories: jasp, ase, vasp | tags: | View Comments
Updated October 19, 2013 at 03:10 PM
Table of Contents
We use VASPto calculate materials properties in our research We use the jasppython module we have developed to setup, run and analyz... | http://kitchingroup.cheme.cmu.edu/blog/2013/10/19/Serializing-jasp-calculations-as-json-data/ | CC-MAIN-2017-22 | en | refinedweb |
Improving library documentation
From HaskellWiki
(Difference between revisions)
Revision as of 14:43, 26 November 2006
If you find standard library documentation lacking in any way, please log it here. At the minimum record what library/module/function isn't properly documented. Please also suggest how to improve the d... | https://wiki.haskell.org/index.php?title=Improving_library_documentation&diff=8680&oldid=8674 | CC-MAIN-2017-22 | en | refinedweb |
To date QuantStart has generally written on topics that are applicable to the beginner or intermediate quant practitioner. However we have recently begun to receive requests from academics and advanced practitioners asking for more content on research-level topics.
This is the first in a new series of posts written by ... | https://www.quantstart.com/articles/rough-path-theory-and-signatures-applied-to-quantitative-finance-part-1 | CC-MAIN-2017-22 | en | refinedweb |
ncl_ppinpo man page
PPINPO — generates and returns the boundary of the "intersection" polygon, which consists of all points that are inside both the clip polygon and the subject polygon.
Synopsis
CALL PPINPO (XCCP,YCCP,NCCP,XCSP,YCSP,NCSP,RWRK,IWRK,NWRK,URPP,IERR)
C-Binding Synopsis
#include <ncarg/ncargC.h>
void c_ppi... | https://www.mankier.com/3/ncl_ppinpo | CC-MAIN-2017-22 | en | refinedweb |
MooseX::Role::WithOverloading - Roles which support overloading
package MyRole; use MooseX::Role::WithOverloading; use overload q{""} => 'as_string', fallback => 1; has message => ( is => 'rw', isa => 'Str', ); sub as_string { shift->message } package MyClass; use Moose; use namespace::autoclean; with 'MyRole'; package... | http://search.cpan.org/~bobtfish/MooseX-Role-WithOverloading/lib/MooseX/Role/WithOverloading.pm | CC-MAIN-2017-22 | en | refinedweb |
Parallel Port Box
Back in college I acquired some old DJ light controlling equipment. This included one box with switches and buttons to turn eight channels on and off, two things that looked like big power strips where each outlet was switched by a relay, and two cables, each about fifty feet long to attach the switch... | http://www.unprompted.com/projects/blog/2011/1 | CC-MAIN-2014-42 | en | refinedweb |
See also: IRC log
<scribe> scribe: Noah Mendelsohn
<DanC_lap> action-106?
<trackbot-ng> ACTION-106 -- Norman Walsh to make a pass over the WebArch 2.0 doc't which adds a paragraph, and connects up to issues list -- due 2008-05-08 -- OPEN
<trackbot-ng>
<timbl>
SW: We've talked about this before. Norm reports no progress... | http://www.w3.org/2001/tag/2008/05/21-minutes | CC-MAIN-2014-42 | en | refinedweb |
Details
Description
Add a way to add builders to the BuilderDirector so that users can make their own builders.
From the users list:
It's the GOF's Builder pattern
First you need to implement this interface: org.trails.builder.Builder
It should as simple as:
public class InvoiceBuilder implements Builder<Invoice>
{
pub... | http://jira.codehaus.org/browse/TRAILS-174?page=com.atlassian.streams.streams-jira-plugin:activity-stream-issue-tab | CC-MAIN-2014-42 | en | refinedweb |
21 November 2011 09:44 [Source: ICIS news]
TOKYO (ICIS)--?xml:namespace>
The country’s domestic shipments totalled 12,046 tonnes in October 2011, down by 9.3% from October 2010, while its exports fell by 3.3% to 382 tonnes, according to the Japan Polypropylene Film Industry Association.
Among the domestic shipments,
Th... | http://www.icis.com/Articles/2011/11/21/9509949/japan-october-cast-polypropylene-film-production-falls-by.html | CC-MAIN-2014-42 | en | refinedweb |
UFDC Home
|
Search all Groups
|
UF Institutional Repository
|
The king's coffer
Permanent Link:
Material Information
Title:
The king's coffer proprietors of the Spanish Florida treasury, 1565-1702
Physical Description:
ix, 198 p. : map ; 24 cm.
Language:
Creator:
Bushnell, Amy Turner
Publisher:
University Presses of Fl... | http://ufdc.ufl.edu/AA00014878/00001 | CC-MAIN-2014-42 | en | refinedweb |
01 October 2010 10:03 [Source: ICIS news]LONDON (ICIS)--There is no need to lower the limit of bisphenol A (BPA) intake as there is no new evidence that low doses of the chemical have any adverse effects on human health, the European Food Safety Authority (EFSA) said late on Thursday..
The EFSA came to the same conclus... | http://www.icis.com/Articles/2010/10/01/9397883/EU-food-watchdog-maintains-current-BPA-levels-are-safe.html | CC-MAIN-2014-42 | en | refinedweb |
02 March 2011 23:29 [Source: ICIS news]
HOUSTON (ICIS)--North American titanium dioxide (TiO2) price-hike initiatives of 15 cents/lb ($331/tonne, €242/tonne) from most major domestic producers prompted buyers to warn on Wednesday that the architectural-coatings market will weaken beneath the pressure of escalating pric... | http://www.icis.com/Articles/2011/03/02/9440286/us-15-centlb-tio2-proposals-will-weaken-coatings-market-buyers.html | CC-MAIN-2014-42 | en | refinedweb |
Subject: Re: [OMPI users] File seeking with shared filepointer issues
From: pascal.deveze_at_[hidden]
Date: 2011-06-27 09:20:36().
Pascal
users-bounces_at_[hidden] a écrit sur 25/06/2011 12:54:32 :
> De : Jeff Squyres <jsquyres_at_[hidden]>
> A : Open MPI Users <users_at_[hidden]>
> Date : 25/06/2011 12:55
> Objet : Re... | http://www.open-mpi.org/community/lists/users/2011/06/16770.php | CC-MAIN-2014-42 | en | refinedweb |
Use try-with-resources
The:
package java.lang;
public interface AutoCloseable {
void close() throws Exception;
}.
package java.io;
import java.io.IOException;
public interface Closeable extends AutoCloseable {
public void close() throws IOException;
} next section for more information..
meeta gaur wrote:I couldn't figu... | http://www.coderanch.com/t/602019/java/java/resources | CC-MAIN-2014-42 | en | refinedweb |
15 March 2010 13:40 [Source: ICIS news]
LONDON (ICIS news)--NOVA Chemicals reported a fourth-quarter net income of $17m (€12.4m) compared with a net loss of $212m for the same period in 2008 as demand improved after the economic downturn, the Canadian petrochemicals producer said on Monday.
Revenue for the three months... | http://www.icis.com/Articles/2010/03/15/9342848/nova-chemicals-swings-to-q4-net-income-of-17m-sales-down-2.5.html | CC-MAIN-2014-42 | en | refinedweb |
17 June 2013 10:34 [Source: ICIS news]
(recasts paragraph 12 for clarity)
By Prema Viswanathan
SINGAPORE (ICIS)--Players in Iran’s petrochemical markets are hopeful that international sanctions on the Middle Eastern country will eventually ease following the election of its former top nuclear negotiator – Hassan Rohani... | http://www.icis.com/Articles/2013/06/17/9678963/iran-chem-players-see-intl-sanctions-easing-after-rohani-win.html | CC-MAIN-2014-42 | en | refinedweb |
Master
java classes. - Java Beginners
java classes. I con not understand the behavior of anonymous inner classes?
Hi friend,
I am sending you a link. This link will help you.
Please for more information.
Classes in Java
Classes in Java
... java have mechanisms for
handling exceptions. This is known as catching excepti... | http://www.roseindia.net/tutorialhelp/comment/86993 | CC-MAIN-2014-42 | en | refinedweb |
Description.
Tz alternatives and similar packages
Based on the "Date and Time" category.
Alternatively, view Tz alternatives based on common mentions on social networks and blogs.
timex9.8 7.8 Tz VS timexA complete date/time library for Elixir projects.
calendar8.8 0.0 Tz VS calendardate-time and time zone handling in ... | https://elixir.libhunt.com/tz-alternatives | CC-MAIN-2021-43 | en | refinedweb |
A Behavioral Cloning agent.
View aliases
Main aliases
tf_agents.agents.behavioral_cloning.behavioral_cloning_agent.BehavioralCloningAgent
tf_agents.agents.BehavioralCloningAgent( time_step_spec:
tf_agents.trajectories.TimeStep, action_spec:
tf_agents.typing.types.NestedTensorSpec, cloning_network:
tf_agents.networks.Ne... | https://www.tensorflow.org/agents/api_docs/python/tf_agents/agents/BehavioralCloningAgent?authuser=0 | CC-MAIN-2021-43 | en | refinedweb |
Allow other ports to compile ATSUI and CoreText functions in SimpleFontData for Mac.
Created attachment 54719 [details]
Patch
This is needed so that wx can compile and use ComplexTextController, BTW.
Comment on attachment 54719 [details]
Patch
This should be done by svn cp’ing SimpleFontDataMac.mm to the two new files ... | https://bugs.webkit.org/show_bug.cgi?id=38334 | CC-MAIN-2021-43 | en | refinedweb |
A short description for your project.
Project description
A simple pygame-based implementation of Conway’s game of life.
Cmd:
$ game-of-life
As library:
from game_of_life import Board, run board = Board(30, 30) # Diagonal line for i in range(30: board[i, i] = 1 run('conway')
This implementation requires Python3 and pyg... | https://pypi.org/project/game-of-life/ | CC-MAIN-2021-43 | en | refinedweb |
Auto-printing Python Classes
This article examines different ways to generate
__repr__ functions. But,
just to be clear, here are my recommendations in order:
- Immutable data:
typing.NamedTuple(Python >= 3.5)
collections.namedtuple
- Mutable data:
dataclasses.dataclass(Python >= 3.7 or you don't mind using
pipto get i... | https://www.bbkane.com/blog/auto-printing-python-classes/ | CC-MAIN-2021-43 | en | refinedweb |
README
react-native-anchor-pointreact-native-anchor-point
Provide a simple, tricky but powerful function,
withAnchorPoint , like Anchor Point in iOS, Pivot Point in Android,
transform-origin in css to achieve better 3D transform animation in React-Native.
Make the 3D transform easier in React Native
Getting StartedGett... | https://www.skypack.dev/view/react-native-anchor-point | CC-MAIN-2021-43 | en | refinedweb |
Interfacing L298N H-bridge motor driver with raspberry pi
First things first, if you have not checked out my previous blog about how to set up a raspberry pi with out an HDMI cable and monitor, then have a quick read this blog.
Now, let’s continue with our journey. At this point, you are probably wondering what journey... | https://sharad-rawat.medium.com/interfacing-l298n-h-bridge-motor-driver-with-raspberry-pi-7fd5cb3fa8e3?responsesOpen=true&source=user_profile---------4---------------------------- | CC-MAIN-2021-43 | en | refinedweb |
Introduction to Hash Table
Hash Table in Data Structure, Hash Table is the table that stores all the values of the hash code used while storing the keys and element data values using hashing mechanism. The hash table stores hash codes which are generated by using the hash function. Hashing is the mechanism that helps t... | https://www.educba.com/hash-table-in-data-structure/ | CC-MAIN-2021-43 | en | refinedweb |
Testing ZK applications using Selenium can be a drag. Selenium offers a lot of tool to test traditional request-response cycle applications. But it relies heavily on stable element IDs and submitting whole forms.
ZK, on the other hand, sends just a skeleton page to the browser and from then, builds everything with Java... | https://blog.pdark.de/2013/08/30/selenium-vs-zk/ | CC-MAIN-2021-43 | en | refinedweb |
Python API (advanced)¶
In some rare cases, experts may want to create
Scheduler,
Worker, and
Nanny objects explicitly in Python. This is often necessary when making
tools to automatically deploy Dask in custom settings.
It is more common to create a Local cluster with Client() on a single machine or use the Command Lin... | https://docs.dask.org/en/latest/how-to/deploy-dask/python-advanced.html | CC-MAIN-2021-43 | en | refinedweb |
Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
In learning the Hair API, I'm trying to re-perform the Hair Edit >... | https://plugincafe.maxon.net/topic/12801/re-performing-hair-edit-convert-from-spline-command/1 | CC-MAIN-2021-43 | en | refinedweb |
TOP-list of rare ThinkOrSwim indicators that everybody search for❗️
To your attention, I present 5 ready-to-use indicators for ThinkOrSwim trading platform absolutely for free. I’m sure that with the help of this indicator you will be able to make an intricate market analysis far easier.
At the same time, we will analy... | https://thinkorswim-europe.medium.com/top-list-of-rare-thinkorswim-indicators-that-everybody-search-for-%EF%B8%8F-c077df14dbb?source=post_internal_links---------0---------------------------- | CC-MAIN-2021-43 | en | refinedweb |
I Made my Own Data Type (C++)!
It's called "dsq::squid". The namespace "dsq" stands for "dynamic squid". If you want to see how I created this, take a look at the attached repl. Also, if you want to learn how to make your own data type, check out this tutorial. Otherwise, let's see what "squid" can do!
So my data type ... | https://replit.com/talk/share/I-Made-my-Own-Data-Type-C/36833?order=votes | CC-MAIN-2021-43 | en | refinedweb |
1.1 anton 1: \ count execution of control-flow edges 2: 1.5 ! anton 3: \ Copyright (C) 2004: 21: \ relies on some Gforth internals 22: 23: \ !! assumption: each file is included only once; otherwise you get 24: \ the counts for just one of the instances of the file. This can be 25: \ fixed by making sure that every sou... | https://www.complang.tuwien.ac.at/cvsweb/cgi-bin/cvsweb/gforth/profile.fs?annotate=1.5;sortby=rev;f=h;only_with_tag=v0-7-0;ln=1 | CC-MAIN-2021-43 | en | refinedweb |
Building an Azure Event Grid app. Part 1: Event Grid Topic and a .NET Core custom app event publisher.
In order to have a sample “data feed” for an application I wanted to use Azure Event Grid to create a topic that events could be published to and clients could subscribe to in order to process the events.
The generic ... | https://docs.microsoft.com/en-us/archive/blogs/ukhybridcloud/building-an-azure-event-grid-app-part1-event-grid-topic-and-a-net-core-custom-app-event-publisher | CC-MAIN-2020-24 | en | refinedweb |
Microsoft Azure Iot Hub Library¶
The Zerynth Microsoft Azure Iot Hub Library can be used to ease the connection to Microsoft Azure Iot Hub.
It allows to make your device act as a Microsoft Azure Iot Hub Device which can be registered through Azure command line tools or Azure web dashboard.
The Device class¶
- class
Dev... | https://docs.zerynth.com/latest/official/lib.azure.iot/docs/official_lib.azure.iot_iot.html | CC-MAIN-2020-24 | en | refinedweb |
$ cnpm install polymorphic-tests
Polymorphic test framework for JS by Wizard Enterprises.
See also
polymorphic-web-component-tests.
Install with
npm i -D polymorphic-tests or
yarn add -D polymorphic-tests.
Once
polymorphic-tests is installed, run
./node_modules/.bin/polytest init to configure your project.
This tool de... | https://developer.aliyun.com/mirror/npm/package/polymorphic-tests | CC-MAIN-2020-24 | en | refinedweb |
Java design patterns 101
About this tutorial
Should I take this tutorial?
This tutorial is for Java programmers who want to learn about design patterns as a means of improving their object-oriented design and development skills. After reading this tutorial
This tutorial assumes that you are familiar with the Java langu... | https://www.ibm.com/developerworks/java/tutorials/j-patterns/j-patterns.html | CC-MAIN-2020-24 | en | refinedweb |
Was here last November (after reading reviews) and we are counting the days to when we return (August). By chance we got a table at the bar and that really added to our experience. Our "chef" was very helpfull and we gave him full licence to prepare what he wanted for us. Everything about this place is wonderful, the u... | http://www.tripadvisor.com/Restaurant_Review-g60763-d425325-Reviews-Sushi_Yasuda-New_York_City_New_York.html | crawl-002 | en | refinedweb |
Asynchronous RPC
Contents
AsyncRPC is a non-blocking and not a wholly asynchronous RPC library. It provides abstractions over the Sockets layer for non-blocking transmission of RPC calls and reception of RPC replies. It provides notification of RPC replies through callbacks. Callbacks can be registered at the time the ... | http://www.gelato.unsw.edu.au/IA64wiki/AsyncRPC | crawl-002 | en | refinedweb |
When Python runs a script and an uncatched exception is raised, a traceback is printed and the script is terminated. Python2.1 has introduced sys.excepthook, which can be used to override the handling of uncaught exceptions. This allows to automatically start the debugger on an unexpected exception, even if python is n... | http://code.activestate.com/recipes/65287/ | crawl-002 | en | refinedweb |
Aspen comes bundled with a handler called simplates. In basic terms, a simplate is a single-file web template with an initial pure-Python section that populates the context for the template. Simplates are a way to keep logic and presentation as close together as possible without actually mixing them.
In more detail, a ... | http://www.zetadev.com/software/aspen/0.8/doc/html/api-handlers-simplates.html | crawl-002 | en | refinedweb |
Python's lack of a 'switch' statement has garnered much discussion and even a PEP. The most popular substitute uses dictionaries to map cases to functions, which requires lots of defs or lambdas. While the approach shown here may be O(n) for cases, it aims to duplicate C's original 'switch' functionality and structure ... | http://code.activestate.com/recipes/410692/ | crawl-002 | en | refinedweb |
repoze.profile 0.6
Aggregate profiling for WSGI requests
This package provides a WSGI middleware component which aggregates profiling data across all requests to the WSGI application. It provides a web GUI for viewing profiling data.
Installation
Install using setuptools, e.g. (within a virtualenv):
$ easy_install repo... | http://pypi.python.org/pypi/repoze.profile/0.6 | crawl-002 | en | refinedweb |
I’m still trying to figure out imports in 1.3. I’m having trouble accessing my Meteor.methods after removing insecure.
File structure:
App client/ main.js server/ main.js imports/ api/ methods/ methods.js ui/ myview.jsx
My Meteor.call() in myview.jsx does not seem to work and I get an access denied. I tried importing t... | https://forums.meteor.com/t/how-to-import-meteor-method-file/21427 | CC-MAIN-2022-33 | en | refinedweb |
Creating a Test Database: PyTest + SQLAlchemy
Disclaimer:
I’m a total newb with Python and the ecosystem that surrounds it. I come from Rails and apparently I’ve been completely spoiled by how easy it was to use.
Dear reader, I’m writing to declare victory. I’ve successfully navigated the gauntlet of setting up a test ... | https://johncox-38620.medium.com/creating-a-test-database-pytest-sqlalchemy-97356f2f02d2?source=user_profile---------2---------------------------- | CC-MAIN-2022-33 | en | refinedweb |
Townsend4,720 Points
Function python
Ok, what am I not getting here!?
def is_odd(division): return 4 / 2 == 0
1 Answer
Steven Parker216,688 Points
Here's a few hints:
- the function needs to test the argument (division) but it currently tests fixed values
- the remainder operator might be more useful than the division... | https://teamtreehouse.com/community/function-python | CC-MAIN-2022-33 | en | refinedweb |
View source for Skillshare intro to Python/Unit 2
You do not have permission to edit this page, for the following reasons:
- You do not have permission to edit pages in the Page namespace.
- You must confirm your email address before editing pages. Please set and validate your email address through your user preference... | https://wiki.openhatch.org/w/index.php?title=Skillshare_intro_to_Python/Unit_2&action=edit | CC-MAIN-2022-33 | en | refinedweb |
Vultr Kubernetes Engine (VKE) is a fully managed Kubernetes product with predictable pricing. When you deploy VKE, you'll get a managed Kubernetes control plane that includes our Cloud Controller Manager (CCM) and the Container Storage Interface (CSI). In addition, you can configure block storage and load balancers or ... | https://www.vultr.com/docs/vultr-kubernetes-engine/ | CC-MAIN-2022-33 | en | refinedweb |
To convert a Microsoft Acces table (
.accdb) to a CSV file in Python, use the following four steps:
- Establish database connection,
- Run the SQL query to select data,
- Store the data in the CSV using basic Python file I/O and the
csvmodule, and
- Close the database connection.
Here’s a specific example with addition... | https://blog.finxter.com/how-to-convert-access-accdb-table-to-a-csv-in-python/ | CC-MAIN-2022-33 | en | refinedweb |
Positional parameters
Lets say we would like to make some pretty URLs for some lists that we have on our site. We have a "show_list" method that takes a user and an id as parameters. The "normal" way would be to have. But with positional paramteres, this can be written:
import cherrypy class Root: def show_list(self, u... | http://cherrypy.org/wiki/PositionalParameters | crawl-001 | en | refinedweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.