text stringlengths 454 608k | url stringlengths 17 896 | dump stringclasses 91
values | source stringclasses 1
value | word_count int64 101 114k | flesch_reading_ease float64 50 104 |
|---|---|---|---|---|---|
01 February 2011 04:36 [Source: ICIS news]
TORONTO (ICIS)--Methanex has temporarily closed its office in ?xml:namespace>
Methanex CEO Bruce Aitken said the move was prompted by safety and security concerns due to
Commissioning activities at the company’s new 1.3m tonne/year joint venture EMethanex methanol plant at Dam... | http://www.icis.com/Articles/2011/02/01/9431013/methanex-closes-cairo-office-evacuates-international.html | CC-MAIN-2014-49 | refinedweb | 143 | 60.35 |
Blog Map
Every now and then, I need to have a source of data for an example or proof of concept that I’m building. In my focus on LINQ to XML, Open XML, and now SharePoint, it’s pretty rare that I have to directly use a SQL database. I only do so maybe once or twice a year, and each time it comes up, I can’t remember w... | http://blogs.msdn.com/b/ericwhite/archive/2008/10/16/fastest-start-for-linq-to-sql.aspx | CC-MAIN-2014-23 | refinedweb | 236 | 67.55 |
I've had several instances where the application of a stylesheet in an orchestration generates the following error: "Failed to transform XML, error was: javax.xml.transform.TransformerConfigurationException: Failed to compile stylesheet. 1 error detected". However, there is never any error detail provided. Are there lo... | https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014631120 | CC-MAIN-2016-30 | refinedweb | 378 | 62.48 |
CustomValidator with RPC
Hej Guys,
I need some help/thought/ideas.
I have my user registration form with necessary account data. My problem is to implement some custom validation of the username field (it is a unique attribute), so i need to check if this username is already uses or not. To create a custom validator cl... | https://www.sencha.com/forum/showthread.php?55682-CustomValidator-with-RPC | CC-MAIN-2015-32 | refinedweb | 490 | 58.58 |
[Alpha Delta Victor] prefix considered harmfull
Discussion in 'Ruby' started by Josef 'Jupp' Schugt, Dec 23,,756
- Darryl L. Pierce
- Dec 10, 2004
Karl Heinz Buchegger, Victor Bazarov, socketd, Nils Petter Vaskinn: The Owners of C++.perseus, Aug 12, 2003, in forum: C++
- Replies:
- 20
- Views:
- 1,060
- Mike Wahler
- A... | http://www.thecodingforums.com/threads/alpha-delta-victor-prefix-considered-harmfull.818653/ | CC-MAIN-2015-48 | refinedweb | 125 | 68.81 |
import caffe class My_Custom_Layer(caffe.Layer): def setup(self, bottom, top): pass def forward(self, bottom, top): pass def reshape(self, bottom, top): pass def backward(self, bottom, top): pass
So important things to remember:
The Setup method is called once during the lifetime of the execution, when Caffe is instant... | https://riptutorial.com/caffe/example/31618/layer-template | CC-MAIN-2022-21 | refinedweb | 144 | 56.35 |
Background
After Friedemann has given an initial introduction about Qt’s Windows Runtime port, I would like to give some further insight about technical aspects and our ways of working on the port.
When reading about Windows Runtime development (Windows 8 store applications and Windows runtime components) in connection... | http://blog.qt.io/blog/2013/04/19/qts-winrt-port-and-its-ccx-usage/ | CC-MAIN-2016-18 | refinedweb | 3,121 | 61.77 |
import "golang.org/x/crypto/openpgp/armor"
Package armor implements OpenPGP ASCII Armor, see RFC 4880. OpenPGP Armor is very similar to PEM except that it has an additional CRC checksum.
var ArmorCorrupt error = errors.StructuralError("armor invalid")
func Encode(out io.Writer, blockType string, headers map[string]stri... | https://godoc.org/golang.org/x/crypto/openpgp/armor | CC-MAIN-2017-51 | refinedweb | 229 | 59.09 |
Inside Visual Studio 2010
Microsoft is released Visual Studio 2010 Beta 2. Find out key features of Microsoft's next-generation development environment, and learn key features of the Framework, Visual Basic, and C#.
In October 2009, Microsoft released Visual Studio 2010 Beta 2. It also announced that the official relea... | https://searchwindevelopment.techtarget.com/news/1375440/Inside-Visual-Studio-2010 | CC-MAIN-2020-45 | refinedweb | 833 | 52.49 |
removecommand
This info manual describes how to use and administer CVS version 1.11.23.. suite.
Previous: What is CVS not?, Up: Overview [Contents][Index]’..
Next: Cleaning up, Previous: Getting the source, Up: A sample session [Contents][Index] ‘-m’ flag instead, like this:
$ cvs commit -m "Added an optimization pass"... | http://www.gnu.org/software/trans-coord/manual/web-trans/cvs.html | CC-MAIN-2016-26 | refinedweb | 7,211 | 59.4 |
On Fri, Oct 03, 2008 at 07:13:58PM +0100, Daniel P. Berrange wrote: > On Fri, Oct 03, 2008 at 09:31:52PM +0530, Balbir Singh wrote: > > > > > > 1. Fix any issues you see or point them to us > > 2. Add new API or request for new API that can help us integrate better with libvirt > > To expand on what I said in my other ... | https://www.redhat.com/archives/libvir-list/2008-October/msg00108.html | CC-MAIN-2015-11 | refinedweb | 784 | 59.43 |
Note: This method is not supported for GateIn 3.2. Please referr to for information on managing GateIn and Export/Import support.
Export / Import Gadget
An export/import gadget will allow the ability to export and import site layouts, pages, and navigation while inside the GateIn portal. The portal container which is u... | https://community.jboss.org/wiki/GateIn-ExportImport | CC-MAIN-2014-10 | refinedweb | 1,021 | 58.69 |
This wiki article is an extension on the documentation of Azure BizTalk Services (formerly called Windows Azure BizTalk Services or WABS):
BizTalk Services: Provisioning Using Microsoft Azure Management Portal. This new service in Microsoft Azure offers B2B in the Cloud supporting EDI, Integration with SaaS solutions a... | http://social.technet.microsoft.com/wiki/contents/articles/18745.provisioning-biztalk-services-using-the-microsoft-azure-management-portal.aspx | CC-MAIN-2014-52 | refinedweb | 612 | 59.53 |
getpgrp - get the process group ID of the calling process
#include <unistd.h>
pid_t getpgrp(void);
The getpgrp() function shall return the process group ID of the calling process.
The getpgrp() function shall always be successful and no return value is reserved to indicate an error.
No errors are defined.
None.
None.
4... | http://pubs.opengroup.org/onlinepubs/007904975/functions/getpgrp.html | CC-MAIN-2017-22 | refinedweb | 118 | 67.04 |
*
Program Review
Canh Ly
Greenhorn
Joined: Jun 22, 2012
Posts: 7
posted
Jun 25, 2012 19:19:51
0
Hi guys, I had a question before on a code that I had problem with. Heres my finished project, I only have one small problem still, Ive tested every part and every part compiles and runs up until the last few lines and I ca... | http://www.coderanch.com/t/585114/java/java/Program-Review | CC-MAIN-2014-52 | refinedweb | 924 | 59.6 |
I
Start by installing Vue, open up terminal and type this:
npm i -g @vue/cli
Now that Vue is installed we are going to use it’s CLI to create our project
vue create eos-login
When prompted choose “Manually select features” then, use the space bar to select Babel, Router and Vuex feature. For the rest of the questions y... | https://coinerblog.com/how-to-build-a-simple-front-end-for-your-eos-smart-contract-3f9289e8146c/ | CC-MAIN-2019-26 | refinedweb | 1,286 | 65.12 |
You can create a "SQL query" recipe with the public API using the `SQLQueryRecipeCreator` object. However, there isn't an equivalent object for a "SQL script" recipe. How can I create a SQL script recipe using the public API?
There is no specific API to create an SQL Script recipe, but you can use the generic SingleOut... | https://community.dataiku.com/t5/Using-Dataiku-DSS/Create-a-SQL-script-using-the-public-API/m-p/2825/create-a-sql-script-using-the-public-api?show=3902 | CC-MAIN-2020-24 | refinedweb | 115 | 51.65 |
Hi All,
I am looking for a way to change an existing mesh into a single vertex mesh. The goal here is to reduce memory usage when my script discards a mesh that is no longer needed. It seems that 2.5 API has the same limitation as 2.49. You can not actually delete a mesh from memory. So my goal is to at least reduce th... | https://blenderartists.org/t/changing-an-existing-mesh-to-a-single-vertex-mesh-2-56/500330 | CC-MAIN-2021-10 | refinedweb | 160 | 76.11 |
Precondition and Postconditionsuggest change
One use case for assertion is precondition and postcondition. This can be very useful to maintain invariant and design by contract. For a example a length is always zero or positive so this function must return a zero or positive value.
#include <stdio.h> /* Uncomment to dis... | https://essential-c.programming-books.io/precondition-and-postcondition-b55e7f66cd924fc2ab260e4fbc710691 | CC-MAIN-2021-25 | refinedweb | 163 | 65.52 |
cat scripts/hello-world.py
!python scripts/hello-world.py
!python scripts/hello-world-in-swedish.py.
Most of the functionality in Python is provided by modules. The Python Standard Library is a large collection of modules that provides cross-platform implementations of common facilities such as access to the operating... | https://share.cocalc.com/share/d8d2faccf6f6373d5e0a57a2849cbf76273d673e/scientific-python-lectures/Lecture-1-Introduction-to-Python-Programming.ipynb?viewer=share | CC-MAIN-2020-16 | refinedweb | 2,034 | 59.23 |
When compiling libiptcdata on Windows, using MSYS+MinGW, I get 2 undefined references because of link() and chown() in main.c (respectively lines 835 and 850)
Instead of link(), we can use CreateHardLink() which is more or less the same thing, with 2 limitations : it works only with Windows 2000 or above, and only with... | http://sourceforge.net/p/libiptcdata/bugs/6/ | CC-MAIN-2015-48 | refinedweb | 194 | 59.53 |
From: Brian Hassink (bhassink_at_[hidden])
Date: 2006-12-30 10:22:06
I have a latest cygwin installation (1-5-23-2) with the latest boost package (1.33.1-2). With the following test case...
#include <boost/filesystem/operations.hpp>
int main(int argc, char** argv)
{
boost::filesystem::path path1("/etc"); // ok
boost::f... | http://lists.boost.org/Archives/boost/2006/12/115101.php | crawl-001 | refinedweb | 213 | 59.6 |
.
In blk.h, a mechanism for timing out when hardware doesn't respond is provided. If the foo device has not responded to a request after 5 seconds have passed, there is very clearly something wrong. We will update blk.h again:
#elif (MAJOR_NR == FOO_MAJOR) #define DEVICE_NAME "foobar" #define DEVICE_REQUEST do_foo_requ... | https://www.linuxjournal.com/article/2885?page=0,2 | CC-MAIN-2018-17 | refinedweb | 591 | 57.3 |
What’s New
v0.9.0 (02.03.2022)
Version 0.9.0 contains some exiting improvements: overlapping regions and unstructured
grids can now be masked correctly. Further,
Regions can now be round-tripped
to
geopandas.GeoDataFrame objects. The new version also adds PRUDENCE
regions and a more stable handling of naturalearth regi... | https://regionmask.readthedocs.io/en/stable/whats_new.html | CC-MAIN-2022-33 | refinedweb | 2,827 | 52.46 |
This mini-package provides a simple class, Block, that can serve as a fixed-size container (in the STL sense) and that can also serve as a replacement for a native C++ array. module provides a fixed-size C++ container class that fully supports all operations needed to cooperate smoothly with the standard C++ library al... | http://www.fnal.gov/docs/working-groups/fpcltf/Pkg/ZMtools/doc/html/0Block.html | CC-MAIN-2014-35 | refinedweb | 249 | 50.46 |
Redux Saga is famous for being easy to test but what if it could be even more comfortable. redux-saga-test-plan by Jeremy Fairbank was designed precisely for this purpose.
Test Double. We believe that software is broken, and we're here to fix it. Our mission is to improve how the world builds software.I'm a software en... | https://survivejs.com/blog/redux-saga-test-plan-interview/ | CC-MAIN-2018-30 | refinedweb | 1,922 | 56.76 |
January build now available to the Windows Insider Program
Hi everyone,
I hope that you were able to watch our live stream on Wednesday, where we shared more details on the Windows 10 experience. If you missed it, you can watch the video on demand anytime and read Terry Myerson’s blog post that recaps the latest Window... | https://blogs.windows.com/windowsexperience/2015/01/23/january-build-now-available-to-the-windows-insider-program/ | CC-MAIN-2018-09 | refinedweb | 2,119 | 68.7 |
Contents
Abstract
Given that it is useful and common to specify version numbers for Python modules, and given that different ways of doing this have grown organically within the Python community, it is useful to establish standard conventions for module authors to adhere to and reference. This informational PEP describ... | http://legacy.python.org/dev/peps/pep-0396/ | CC-MAIN-2016-26 | refinedweb | 1,433 | 54.93 |
Installing the SQLite
The first thing you want to do is install the package.You can do this from within Visual Studio itself in all editions.
From the Tools menu, choose Extensions and Updates and then choose the Online section (on the left of the dialog) and
search for ‘sqlite’ in the search term. This will show you t... | http://vivekcek.wordpress.com/category/windows-8/ | CC-MAIN-2014-42 | refinedweb | 384 | 62.68 |
Saiba mais sobre a Assinatura do Scribd
Descubra tudo o que o Scribd tem a oferecer, incluindo livros e audiolivros de grandes editoras.
Building Bare-Metal ARM Systems with GNU
Miro Samek Quantum Leaps, LLC
Article Published online at July/August 2007
Part 1
What’s Needed in a Bare-Metal ARM Project?
1-1
1.1
What’s Ne... | https://pt.scribd.com/document/37173859/Building-Bare-metal-ARM-With-GNU | CC-MAIN-2020-05 | refinedweb | 4,477 | 54.63 |
if you want your left column a fixed width, why are you using paneLayout then? if you want two columns side by side use a formLayout or evan a simple rowLayout…
:nathaN
if you want your left column a fixed width, why are you using paneLayout then? if you want two columns side by side use a formLayout or evan a simple r... | http://forums.cgsociety.org/t/mel-maya-ui-building/664014?page=17 | CC-MAIN-2022-40 | refinedweb | 2,793 | 68.81 |
Versions used
- Rails(5.2+)
- Google Maps API (v3)
In this tutorial, I’ll be teaching you how to strictly integrate a static google map into your rails project. I will also show you how to change the color of the marker and how to add more if need be. This tutorial will assume you have some previous background informat... | https://brodrick-george.medium.com/how-to-integrate-a-google-static-map-api-in-your-rails-project-80be28b99e0c?source=post_internal_links---------7---------------------------- | CC-MAIN-2021-21 | refinedweb | 1,136 | 63.59 |
@Embeddable questionMihai Anescu May 21, 2007 9:16 AM
Hi,
We're trying to use an @Embeddable class in our project. It's a seam generated project, but we keep our entities and modify the views as needed.
So, we have a ABC @Embeddable class which has one field
private String name;
And this class is embedded into another,... | https://developer.jboss.org/thread/136131 | CC-MAIN-2018-13 | refinedweb | 521 | 69.62 |
#ifndef _calendar_all_
#define _calendar_all_
#include "/usr/share/calendar/calendar.world"
#include "/usr/share/calendar/calendar.usholiday"
#endif /* !_calendar_all_ */
calendar -l 0 -w 0 -f calendar.all
--- -Bob
---------------------
I tend to think of [Mac] OS X as Linux with QA and Taste.
-James Gosling, Java Arch... | http://hints.macworld.com/comment.php?mode=view&cid=74775 | CC-MAIN-2014-42 | refinedweb | 123 | 61.02 |
Using Firebug for scraping¶
Note
Google Directory, the example website used in this guide is no longer available as it has been shut down by Google. The concepts in this guide are still valid though. If you want to update this guide to use a new (working) site, your contribution will be more than welcome!. See Contribu... | http://doc.scrapy.org/en/1.2/topics/firebug.html | CC-MAIN-2019-39 | refinedweb | 826 | 51.28 |
Theme fragments for plone.app.theming
Project description
Diazo Rules may operate on content that is fetched from somewhere other than the current page being rendered by Plone, by using the href attribute to specify a path of a resource relative to the root of the Plone site:
<!-- Pull in extra navigation from a browse... | https://pypi.org/project/collective.themefragments/ | CC-MAIN-2019-04 | refinedweb | 532 | 52.09 |
Some aspects of Java that work perfectly well are misconstrued by some contributors to this list. Having every Object synchronizable is not a bad thing. For example, if you need to synchronize access to a particular ArrayList, it makes a lot of sense to make _it_ the Object we synchonize on. Anyone who doesn't like thi... | http://archive.oreilly.com/cs/user/view/cs_msg/23336 | CC-MAIN-2018-13 | refinedweb | 239 | 60.45 |
Using .NET 4.x in Unity
C# and .NET, the technologies underlying Unity scripting, have continued to receive updates since Microsoft originally released them in 2002. But Unity developers may not be aware of the steady stream of new features added to the C# language and .NET Framework. That's because before Unity 2017.1... | https://docs.microsoft.com/en-us/visualstudio/cross-platform/unity-scripting-upgrade?view=vs-2017 | CC-MAIN-2019-18 | refinedweb | 2,401 | 51.04 |
Template talk:KeyDescription
Contents
- 1 Proposed reuse for Machine-readable Map Feature list
- 2 Proposed new arguments
- 3 Proposed changed arguments
- 4 Proposed expansion of the template
- 5 Transition
- 6 Add a Proposal link
- 7 Proposal - parameter - replaces
- 8 Proposal - value interpretation
- 9 Clean-up/Tran... | https://wiki.openstreetmap.org/wiki/Template_talk:KeyDescription | CC-MAIN-2017-43 | refinedweb | 6,349 | 60.35 |
OpenGL Wiki - User contributions [en] 2022-06-25T10:18:39Z User contributions MediaWiki 1.35.6 OpenGL Loading Library 2015-08-31T18:08:30Z <p>Dav1d: Added glad section</p> <hr /> <div.<br /> <br /> [[Load OpenGL Functions|perform this manually]], but you are encouraged to use one of these libraries yourself.<br /> <br... | https://www.khronos.org/opengl/wiki_opengl/api.php?action=feedcontributions&user=Dav1d&feedformat=atom | CC-MAIN-2022-27 | refinedweb | 2,698 | 59.9 |
I thought I should give this it’s own specific post – this is the chatbot that I’ve used in my Raspbinator and Nvidinator projects. The GitHub linked below will be updated over time as I make improvements to it.
I’ve decided on the name Chatbot 8 – as before I used GitHub I had it on my Google Drive and each iteration ... | https://www.raspberrypi.hackster.io/314reactor/chatbot-8-3f2e4a | CC-MAIN-2020-45 | refinedweb | 1,242 | 64.54 |
I need to do a pretty standard dining philosophers setup for my class. (I assume most people on here know what this problem is... if not look here:)
We need to have a variable number of philosophers between 2 and 8, and avoid deadlock and starvation.
In my design, each philosopher thread asks a Monitor class whether it... | https://www.daniweb.com/programming/software-development/threads/301508/trouble-with-multithreading-dining-philosophers | CC-MAIN-2018-13 | refinedweb | 776 | 59.6 |
MLOCKALL(3) Library Functions Manual MLOCKALL(3)
NAME
mlockall, munlockall - lock (or unlock) address space
SYNOPSIS
#include <<sys/mman.h>>
int mlockall(flags)
int flags;
int munlockall()
DESCRIPTION
mlockall() locks all pages mapped by an address space in memory. The
value of flags determines whether the pages to be ... | http://modman.unixdev.net/?sektion=3&page=munlockall&manpath=SunOS-4.1.3 | CC-MAIN-2017-30 | refinedweb | 242 | 64.41 |
.
SPAIN More related titles
'Any book that shows how to have a sun-kissed retirement and get someone else to pay for your holidays in Spain ...has got to be worth getting hold of.' - Living Spain
'Tips on how to get the most out of this vibrant country so that you can enjoy your new life to the full.' - Sunday Telegrap... | https://it.scribd.com/document/419527309/Harry-King-How-to-Buy-a-Home-in-Spain-the-Complete-Guide-to-Finding-Your-Ideal-Property-2007-How-to-Content | CC-MAIN-2019-51 | refinedweb | 23,911 | 62.58 |
IK 7Courses Plus Student 881 Points
what if I wanted to remove multiple items in one code?
my_list = [1, 6, 9] let's remove 6 & 9, how would you do it? in one Code? solution ?
3 Answers
Jon Mirow9,851 Points
Hi there!
Short answer:
filtered_List = [ x for x in my_list if (x != 6 and x != 9)]
if there were many things y... | https://teamtreehouse.com/community/what-if-i-wanted-to-remove-multiple-items-in-one-code | CC-MAIN-2021-43 | refinedweb | 547 | 66.27 |
When using Autolev to solve dynamics problems, you can use it to produce C code that will run the numerical analysis in order to solve the ODE's. The typical process is to compile the resulting C code in whatever compiler you have handy and then run the compiled version. By using Ch you can not only skip the compile st... | http://iel.ucdavis.edu/projects/autolev/ | crawl-002 | refinedweb | 2,166 | 72.56 |
I need some help getting my code to compile. The short version: I'm using Atmel Studio 7 and an ATmega324PB. Unfortunately it seems support for the device isn't (fully?) in the toolchain yet. What do I have to update/do in order to support it?
The longer version: I have a small project using the ATmega324PB, and have j... | https://www.avrfreaks.net/comment/2657761 | CC-MAIN-2019-43 | refinedweb | 1,443 | 72.76 |
Last update: 23 February,1998
97 #005 _____________________________________________________________________________ Topic: pthread.h/time.h namespace Relevant Sections: time.h Spec: XSH Issue 5 Resolution Request: ------------------- There appears to be an oversight in time.h. pthread.h states that symbols from sched.h... | http://www.opengroup.org/platform/resolutions/bwg97-005.html | CC-MAIN-2014-52 | refinedweb | 134 | 70.6 |
At 01:51 AM 12/8/04 -0500, Bob Ippolito wrote: ']. [Disclaimer: the rest of this post discusses possible solutions for the versioning problem, but please let's not get into solving that problem right now; it's not really a distutils issue, except insofar as the distutils needs to provide the metadata to allow the probl... | https://mail.python.org/pipermail/distutils-sig/2004-December/004333.html | CC-MAIN-2017-17 | refinedweb | 498 | 52.49 |
Extensible Markup Language (XML)
To say that XML has been popular with the industry press is an understatement. At the moment, every major vendor has announced support for XML in one form or another, and innovative uses for XML are emerging almost daily.
But what is exactly is XML? It is not a programming language like... | https://www.informit.com/articles/article.aspx?p=31076&seqNum=2 | CC-MAIN-2022-27 | refinedweb | 4,708 | 52.29 |
t_bind - bind an address to a transport endpoint
#include <xti.h> int t_bind( int fd, const struct t_bind *req, struct t_bind *ret)
ret->addr.buf (the pointer itself, not the buffer it points to) is also unchanged. CAVEATS below. On return, the qlen field in ret will contain the negotiated value.
If fd refers to a conn... | http://pubs.opengroup.org/onlinepubs/7990989775/xns/t_bind.html | CC-MAIN-2014-15 | refinedweb | 103 | 59.84 |
Editor's Note: This article is community contributed. Learn why and how you can contribute too.
This article is a brief introduction to the databasedotcom gem. The article demonstrates how to install and configure the gem, and begin using it to access Salesforce objects from within Ruby code. While this article uses a ... | https://developer.salesforce.com/page/Accessing_Salesforce_Data_From_Ruby | CC-MAIN-2016-44 | refinedweb | 4,438 | 56.55 |
Example 2
Dijk.
Example 1
Example 2
2n2 + 4<=3 *n2
4<=n2
n=2 and n=-2,negative value is neglected.
Example 3
Example 4
The various big 0 complexities are given in Fig 2 and Fig 3.
Before
The amount of computer memory required to solve the given problem of particular size is called as space complexity.The space complex... | http://letslearncs.com/category/algorithms/ | CC-MAIN-2017-30 | refinedweb | 1,145 | 60.14 |
The
<xsl:for-each P:<xsl:value-of </xsl:for-each>
I hope this walkthrough helps people configure and use the Content Query Web Part. I'd be interested to hear and see examples of how people are using the web part, as well as field questions. So, post your comments!
--George Perantatos, Program Manager
If you would like... | http://blogs.msdn.com/ecm/archive/2006/10/25/configuring-and-customizing-the-content-query-web-part.aspx | crawl-002 | refinedweb | 14,877 | 71.85 |
Components
Link
This component is styled to resemble a hyperlink and semantically renders an anchor or button.
Under the hood, Link is an extension of the Text component. By default it will inherit its font size from its parent unless a size is set with the
fontSize prop.
import { Link } from '@sproutsocial/racine'
Pro... | https://seeds.sproutsocial.com/components/link/ | CC-MAIN-2020-45 | refinedweb | 115 | 71.85 |
Feedback
Getting Started
Discussions
Site operation discussions
Recent Posts
(new topic)
Departments
Courses
Research Papers
Design Docs
Quotations
Genealogical Diagrams
Archives
Ralf Hinze and Andres Löh. Generic Programming, Now!. In Roland Backhouse, Jeremy Gibbons, Ralf Hinze and Johan Jeuring, editors, Spring Sch... | http://lambda-the-ultimate.org/node/2017 | CC-MAIN-2018-30 | refinedweb | 777 | 68.3 |
0
hi im told to make a program where the user enters a large number like 13195 and the prgrams gives it the highest prime factor, which i 29. now i have to do this using recursion in basic c, without using loops of any kind, so noo for, while etc. prof showed a way to call the funtion again by it self but dont really g... | https://www.daniweb.com/programming/software-development/threads/409101/recursion-prime-factors-no-loops-of-anykind | CC-MAIN-2016-30 | refinedweb | 233 | 63.63 |
Characteristics of the JSS code-first import process
Important things to know about the JSS code-first/disconnected import process
The JSS import process, used for code-first development, allows you to rapidly design and define the structure of an application while disconnected from Sitecore and then publish it to Site... | https://doc.sitecore.com/xp/en/developers/hd/190/sitecore-headless-development/characteristics-of-the-jss-code-first-import-process.html | CC-MAIN-2022-21 | refinedweb | 1,026 | 54.15 |
Hello all!
Help me somebody to understand why my code returns “None” in this challenge:
def append_size(lst):
new_lst = lst.append(len(lst))
return new_lst
print(append_size([23, 42, 108]))
Hello all!
Help me somebody to understand why my code returns “None” in this challenge:
def append_size(lst):
new_lst = lst.append... | https://discuss.codecademy.com/t/list-challenge/500942 | CC-MAIN-2020-40 | refinedweb | 696 | 71.44 |
Modules are a powerful Swift feature, yet existing tooling makes modulizing your projects so tedious that most people don’t bother.
A modular app gains:
- Encapsulation. Internal scope is a criminally under-utilized Swift feature that makes encapsulation significantly more achievable.
- Namespacing. Modules have an imp... | https://swiftpack.co/package/mxcl/Cake | CC-MAIN-2019-22 | refinedweb | 1,122 | 57.47 |
On 1/20/2009 3:14 PM, Axel Simon wrote:
>
> On Jan 20, 2009, at 17:10, Peter Gavin wrote:
> [..]
> So, under these consideration, your patch
>
> hunk ./mk/common.mk 201
> -.chs.hs: [_$_]
> - $(strip if test -x $(C2HS); then :; else \
> - $(MAKE) $(AM_MAKEFLAGS) $(C2HS); fi;)
> - $(strip if test -f $($(PKG)_PRECOMP); th... | http://sourceforge.net/p/gtk2hs/mailman/message/21389474/ | CC-MAIN-2015-32 | refinedweb | 455 | 71.85 |
/* * @ * * readline.h */ #ifndef _READLINE_H_ #define _READLINE_H_ 1 #include <Security/cssmtype.h> // For CSSM_DATA #ifdef __cplusplus extern "C" { #endif /* Read a line from stdin into buffer as a null terminated string. If buffer is non NULL use at most buffer_size bytes and return a pointer to buffer. Otherwise ret... | http://opensource.apple.com/source/security_systemkeychain/security_systemkeychain-39457/src/readline.h | CC-MAIN-2014-10 | refinedweb | 107 | 52.87 |
Solang Test Suite¶
Solang has a few test suites. These are all run on each pull request via github actions.
Solidity parser and semantics tests¶
In the tests directory, there are a lot of tests which call fn parse_and_resolve(). This function parses Solidity, and returns the namespace: all the resolved contracts, types... | https://solang.readthedocs.io/en/v0.1.8/testing.html | CC-MAIN-2021-43 | refinedweb | 403 | 59.94 |
Here’s how Caliburn finds the view for your view model: it removes the word Model from the FullName of your view model. So
- Caliburn.Micro.Hello.ShellViewModel becomes Caliburn.Micro.Hello.ShellView
- Caliburn.Micro.ViewModels.ShellView becomes Caliburn.Micro.Views.ShellView
However, it’s important to understand that ... | https://colourcoding.net/2011/05/07/gotcha-dont-call-a-namespaces-quotmodelsquot-in-caliburn-micro/ | CC-MAIN-2019-04 | refinedweb | 174 | 56.45 |
WITH XMLNAMESPACES (Transact-SQL)
Declares one or more XML namespaces.
Transact-SQL Syntax Conventions
When you use the WITH XMLNAMESPACES clause in a statement that also includes a common table expression, the WITH XMLNAMESPACES clause must precede the common table expression in the statement.
The following are genera... | https://msdn.microsoft.com/en-us/library/ms177607(v=sql.100).aspx | CC-MAIN-2017-09 | refinedweb | 294 | 62.98 |
Contents
CONTENTS
06 10 12 16 20 28
Africa & The emerging markets
30 33
RETIREMENT CHANGES What you need to know
SUBSCRIPTIONS
More than just another Bric in the wall Head to Head Investment Solutions / Investec Asset Management ETFs, the challenge for unit trust funds Fund profiles Profile David Green, Chief Investmen... | https://issuu.com/cosa/docs/april_2011 | CC-MAIN-2017-04 | refinedweb | 21,091 | 50.06 |
Hi deeee Ho again! ^_^
I was bugging you guys with my questions about creatin a class for handling files (to update my webpages). Well, I managed to create the class (class tiedosto), and implement most of the functions I needed in it
Now I'm building main to actually utilize the class, and to actually update the files... | http://cboard.cprogramming.com/cplusplus-programming/63952-pointers-arrays-declaring-objects-loop.html | CC-MAIN-2015-40 | refinedweb | 455 | 59.19 |
How to add support for SAM D51/Cortex M4?
- Karl-Heinz K last edited by
Hello,
my name is Karl-Heinz and I discovered MySensor a few days ago. I am very impressed and would like to use it for all my sensors.
I have 8bit and 32bit MCUs.
My latest MCU is an SAM D51 (Adafruit Itsybitsy M4).
I can use it when I make a mino... | https://forum.mysensors.org/topic/9708/how-to-add-support-for-sam-d51-cortex-m4 | CC-MAIN-2018-47 | refinedweb | 364 | 51.44 |
Summary
This article outlines troubleshooting advice for using serial communications in Microsoft QuickBasic versions 4.0, 4.0b, and 4.5, in Microsoft Basic Compiler versions 6.0 and 6.0b for MS-DOS and MS OS/2, and in Microsoft Basic Professional Development System (PDS) versions 7.0 and 7.1.
This article gives a samp... | https://support.microsoft.com/hr-hr/help/39342/how-to-solve-common-quickbasic-communications-port-problems | CC-MAIN-2017-43 | refinedweb | 1,283 | 54.32 |
Public hangout and chat for
load('data.csv', format='csv',validate=False), set_type("station", type ="string"), set_type("date",type="date",format="%m/%d/%Y"), set_type("time",type="time",format="%H:%M"), data: # cruise station date time lat lon cast pump_serial_num (string) (string) (date) (time) (number) (number) (st... | https://gitter.im/datahubio/chat?at=5bf7f59c958fc53895d8a29f | CC-MAIN-2021-49 | refinedweb | 604 | 60.95 |
AK - Now this is a useful thing. Note that the documentation about directory notification [1
CL has a still-too-vague memory that much of this is possible in Windows, also. More on this, in time.Darren New I can't help too much, but the place to start with this on Windows is here:
TWAPI has the begin_filesystem_monitor... | http://wiki.tcl.tk/3643 | CC-MAIN-2016-50 | refinedweb | 579 | 63.8 |
in reply to Re: [DBIX::Class] problem with Arbitrary SQL through a custom ResultSourcein thread [DBIX::Class] problem with Arbitrary SQL through a custom ResultSource
I have a version of this example for those who create their models with Catalyst and DBIC::Schema. The idea is the same as in the original Cookbook examp... | http://www.perlmonks.org/?node_id=658193 | CC-MAIN-2016-26 | refinedweb | 727 | 58.52 |
Related
Tutorial
React Snapshot.
Snapshot testing is particularly useful in testing React components. Let’s see how it’s done.
react-test-renderer
You need to render your React components before you serialize them. Be sure to install
react-test-renderer so you can do so.
- yarn add --dev react-test-renderer
Creating a ... | https://www.digitalocean.com/community/tutorials/react-react-snapshot-testing | CC-MAIN-2020-34 | refinedweb | 308 | 60.61 |
I tried the following code on Rasppi to connect to NTP server and get the time. But I get OSError [Errorno 101] Network is unreachable.
Code: Select all
import ntplib from datetime import datetime, timezone c = ntplib.NTPClient() # Provide the respective ntp server ip in below function response = c.request('uk.pool.ntp... | https://www.raspberrypi.org/forums/viewtopic.php?p=1495414 | CC-MAIN-2020-34 | refinedweb | 140 | 60.92 |
Objective
This tutorial uses the popular LM35 temperature sensor to enable temperature measurement with the PIC16F18855. The LM35 is a cheap and easy-to-use part that can be useful in applications that may be harmed from excessive heat or even as a fun thermometer side project.
The Project Uses:
Useful Pre- Knowledge:
... | https://microchip.wikidot.com/xpress:how-to:external-temperature-sensor-with-the-mplab-xpr | CC-MAIN-2021-04 | refinedweb | 1,073 | 60.55 |
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.
To change the function field to editable?
I have a function field. The function of the field is
def _wage(self, cr, uid, ids, fie... | https://www.odoo.com/forum/help-1/question/to-change-the-function-field-to-editable-104666 | CC-MAIN-2018-13 | refinedweb | 617 | 65.22 |
Development of large web online mapping project required intensive processing of web requests and geographical data. To simplify and accelerate calculations, the author decided to develop specialized data types. One of type need to improve the code was new integral type named SmartInt that was equivalent to int. Design... | https://codeproject.freetls.fastly.net/Articles/1088174/Accelerated-NET-Types?msg=5222534#xx5222534xx | CC-MAIN-2021-49 | refinedweb | 2,064 | 51.44 |
Retrieve the current value of the specified buffer property of type long long integer.
#include <screen/screen.h>
int screen_get_buffer_property_llv(screen_buffer_t buf, int pname, long long *param)
The handle of the buffer whose property is being queried.
The name of the property whose value is being queried. The prop... | http://www.qnx.com/developers/docs/qnxcar2/topic/com.qnx.doc.qnxcar2.screen/topic/screen_get_buffer_property_llv.html | CC-MAIN-2022-05 | refinedweb | 121 | 65.32 |
Feedback
Getting Started
Discussions
Site operation discussions
Recent Posts
(new topic)
Departments
Courses
Research Papers
Design Docs
Quotations
Genealogical Diagrams
Archives.
The subject of type inference for dynamically-checked languages came up in the Buried Treasure thread. A question was raised in that thread ... | http://lambda-the-ultimate.org/taxonomy/term/26?from=10 | CC-MAIN-2018-22 | refinedweb | 491 | 55.34 |
Are you wondering how to restart your Python program from within itself? Well, it is quite simple. You only need to add one line to your program.
Let’s do this using an example. Suppose we have a program that takes a score from the user and tells the remarks.
For example, if the score is 90, then the remark would be ou... | https://maschituts.com/how-to-restart-a-program-in-python-explained/ | CC-MAIN-2021-10 | refinedweb | 300 | 62.98 |
Nov 16, 2011 12:23 PM|ismailae|LINK
Hello all,
Please am new in this terrain.Am developing an intranet Application for my company but i want to User to be Automatically once the user successfully logs into he/her system.
I want the application to get the user's details from Active Directory once he/she enters the Intra... | https://forums.asp.net/t/1740270.aspx?I+Need+Help+on+Active+Directory+ | CC-MAIN-2017-47 | refinedweb | 308 | 57.06 |
A pytest plugin to help with testing shell scripts / black box commands
Project description
A plugin for testing shell scripts and line-based processes with pytest.
You could use it to test shell scripts, or other commands that can be run through the shell that you want to test the usage of.
Not especially feature-comp... | https://pypi.org/project/pytest-shell/ | CC-MAIN-2022-21 | refinedweb | 474 | 67.55 |
A library to capture sys.stdout and -err
Project description
StdGet
StdGet is a small python 2 and 3 compatible library that doesn't require any modules to work.
What does it do?
StdGet's purpose is to be a way to capture the StdOut (Standard Output) and StdErr (Standard Error Output).
Sounds great! How does it work an... | https://pypi.org/project/stdget/1.1.2/ | CC-MAIN-2021-43 | refinedweb | 219 | 68.67 |
0
Hi. I just got started using wxPython and I was wondering how to create a button which transferred the user from one screen to another.
To kind of illustrate what I mean, I created two files, 'main.py' and 'newgame.py'. I've made a button called 'New Game' in the main.py file, and I'm trying to create a scenario wher... | https://www.daniweb.com/programming/software-development/threads/198727/newbie-wxpython-question | CC-MAIN-2017-04 | refinedweb | 251 | 61.63 |
Edit Article
How to Create Your Own Mini Project on wikiHow
Do you have a topic that you want to address? Maybe one that doesn't really need involvement from others (not that you would reject it). What you can do is create your own 'mini-project'.
Steps
- 1Go to your user page. This is the location you need to be in to... | http://www.wikihow.com/Create-Your-Own-Mini-Project-on-wikiHow | CC-MAIN-2016-40 | refinedweb | 247 | 83.25 |
Download presentation
Presentation is loading. Please wait.
Published byBraulio Grass Modified about 1 year ago
1
The B2 Buzz The Buzz About Buffer Pools 1
2
A Few Words about the Speaker Tom Bascom; Progress 4gl coder & roaming DBA since 1987 President, DBAppraise, LLC – Remote database management service for OpenEdge... | http://slideplayer.com/slide/3396979/ | CC-MAIN-2016-50 | refinedweb | 2,280 | 67.15 |
Details
- Type:
Bug
- Status:
Resolved
- Priority:
Major
- Resolution: Not A Bug
- Affects Version/s: JRuby 1.7.0.pre1
- Fix Version/s: JRuby 1.7.0.pre1
- Component/s: Miscellaneous
- Labels:None
- Environment:Mac OSX 10.6.8, Ruby 1.9.3 preview 1, gem 1.8.10, rake 0.9.2.1,
- Number of attachments :
Description
When dry... | http://jira.codehaus.org/browse/JRUBY-6068 | CC-MAIN-2014-35 | refinedweb | 532 | 54.18 |
CSS page-break-after not working cross browser
I tested page-break-after: always; with ie10 and firefox 22 - it works in
both; in Chrome 30 it does not work. So its difficult to tell why it does
not work for you in firefox 22.
If your user base is mostly IE and firefox (like in our company). This will
work:
.pagebreak ... | http://www.w3hello.com/questions/-ASP-NET-page-cutoff-occuring-when-I-try-to-print-a-page- | CC-MAIN-2018-17 | refinedweb | 2,518 | 64 |
You can subscribe to this list here.
Showing
1
results of 1
Hi,
I have a problem. I need to find specific date in datetime.datetime vector.
Fox example, I've created a vector of dates and I want to find the positions
with february month. In Matlab the code is:
date1 = datenum([1981 1 1 0 0 0]); %date start
date2 = date... | http://sourceforge.net/p/matplotlib/mailman/matplotlib-devel/?viewmonth=201105&viewday=24 | CC-MAIN-2014-15 | refinedweb | 178 | 72.36 |
COBRA ADDER
LAGARTO SUNCOB
SUNBAKER SUNLAG LIZARD
PORTOLIZARD
STARLING
SUNDOG
SUNABLE2
PREFACE
In mid-2007 - when doing field research in the Viqueque area of central Timor-Leste, my wife and I were approached by Timorese elders seeking assistance with a long-outstanding compensation claim for a Timorese WWII veteran o... | https://ru.scribd.com/doc/29688334/Forgotten-Men-Timorese-in-Special-Operations-during-World-War-II | CC-MAIN-2021-04 | refinedweb | 72,393 | 55.44 |
Tuples
Tuples are multiple values, comma-separated, inside a pair of parenthesis. They don’t exist as a value per se, and they don’t have a type - but they are useful for several things.
Multi-return
It is possible to return multiple values from a function without using an intermediary data structure.
findFile: func (p... | https://ooc-lang.org/docs/lang/tuples/ | CC-MAIN-2017-47 | refinedweb | 204 | 64.41 |
PyOpenGL
PyOpenGL is a large Python package that wraps most (up to version 1.2) of the OpenGL API. However, it doesn't try to clean up the API and present a more Pythonic interface, so it won't save you (or, more importantly, me) from having to learn the details of OpenGL. It does abstract the API so you call glColor i... | https://wiki.python.org/moin/PyOpenGL?action=fullsearch&context=180&value=linkto%253A%2522PyOpenGL%2522 | CC-MAIN-2016-30 | refinedweb | 206 | 60.92 |
You may have heard of two tools that come with the current F# distribution, fslex and fsyacc. Both of those are based famous tools which are helpful in writing compilers.
In this post I’ll focus on creating a simple program which will take advantage of fslex, derived from Lex which stands for Lexical Analyser. Lex is a... | https://blogs.msdn.microsoft.com/chrsmith/2008/01/18/fslex-sample/ | CC-MAIN-2016-30 | refinedweb | 1,179 | 61.46 |
Here’s the answer to the question raised in my previous post, Java Quiz: Iterating over Binary Tree Elements. The answer is surprisingly easy once you see it. What’s really cool is that it’s an instance of a general programming technique called continuation passing style (CPS). In the form discussed here, CPS is a gene... | https://lingpipe-blog.com/2009/01/27/quiz-answer-continuation-passing-style-for-converting-visitors-to-iterators/?shared=email&msg=fail | CC-MAIN-2021-39 | refinedweb | 1,281 | 55.13 |
Original article was published by Akshit Kothari on Artificial Intelligence on Medium
Step 1: Import the libraries
import pandas as pd
import numpy as np
from collections import Counter
from sklearn.model_selection import train_test_split
from sklearn.metrics import classification_report, accuracy_score
Step 2: Read th... | https://mc.ai/k-nearest-neighbors-k-nn-with-numpy/ | CC-MAIN-2020-45 | refinedweb | 647 | 53.1 |
Introduction
Have you ever wanted to run a tiny, safe web server without worrying about using a fully blown web server that could be complex to install and configure? Do you wonder how to write a program that accepts incoming messages with a network socket? Have you ever just wanted your own Web server to experiment an... | http://www.ibm.com/developerworks/systems/library/es-nweb/index.html | CC-MAIN-2015-06 | refinedweb | 3,218 | 62.38 |
There is a lot you can do with the KendoReact Data Grid. To get an introduction into commonly used features and greet ideas about how it can be added to your projects today, read on.
The KendoReact Data Grid (or Data Table, depends on what you're used to) is one of the most popular components from our React UI componen... | https://www.telerik.com/blogs/introduction-to-the-kendoreact-grid | CC-MAIN-2021-21 | refinedweb | 4,308 | 67.99 |
On 2011-12-16 22:40, Daniel Dehennin wrote: > Niels Thykier <niels@thykier.net> writes: > >> Hi, > > Hello, > Hi, Thanks for the feedback. I am quoting your reply in full for the sake of debian-lint-maint. :) > [...] > >> I am proposing the "Vendor Data Files" as an extension to the current >> "Vendor Profiles". It is ... | https://lists.debian.org/debian-derivatives/2011/12/msg00010.html | CC-MAIN-2015-18 | refinedweb | 978 | 63.59 |
0
Hi I'm trying to make a program that returns the number of letters in a string but it seems that the function I have is not working as it returns 0 every time. Can someone check what I'm doing wrong? Thanks in advanced.
#include<iostream> #include<string> using namespace std; unsigned letters(const string a); int mai... | https://www.daniweb.com/programming/software-development/threads/332370/program-that-counts-of-letters | CC-MAIN-2016-50 | refinedweb | 104 | 70.94 |
Prov-o draft review 2 April 2012
This page is managing the feedback from the four reviews of
Changes are being reflected at
Luc
Luc's feedback is archived in this email..
OPEN(Stian)
References to the provdm:components are not explained. It linked to nowhere. What were the colors for (beyond being the ones in dm)?
RAIS... | http://www.w3.org/2011/prov/wiki/index.php?title=Prov-o_draft_review_2_April_2012&redirect=no | CC-MAIN-2014-41 | refinedweb | 3,112 | 50.73 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.