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 |
|---|---|---|---|---|---|
29 October 2008 16:57 [Source: ICIS news]
TORONTO (ICIS news)--US water chemicals company Nalco is preparing to cope with expected slower growth amid a volatile and gloomier economic outlook, CEO Erik Fyrwald said on Wednesday.
?xml:namespace>
“In the tumultuous market conditions that exist today we must be prepared fo... | http://www.icis.com/Articles/2008/10/29/9167345/us-nalco-braces-for-slower-growth-ceo.html | CC-MAIN-2015-22 | refinedweb | 428 | 59.23 |
I can't implement the rest of the function.
Hello.
I'm trying to add two new lines but they are not being recognized.
The function:
def do(a, b, ab, abc, ef, efg):
if not (exists(a, 0) and exists(ab, 0)):
return
doubleClick
start = time.time()
while exists(ab, 0):
wait(0.1)
while time.time() < (start + 3) and exists(a,... | https://answers.launchpad.net/sikuli/+question/678458 | CC-MAIN-2019-09 | refinedweb | 858 | 68.91 |
Groovy regular expression tutorial
==~ operator
The match operator.The operator return true or false depend on the pattern match result. Here is an example:
println "great" ==~ /great/
Program output : true.
First we should familiar with the basic syntax of regular expression:
x?: Matches one or zero x.
x*: Matches zer... | http://makble.com/groovy-regular-expression-tutorial | CC-MAIN-2022-40 | refinedweb | 705 | 66.54 |
Introduction: Plant Monitoring Using Alexa
Judges Prize in the
Internet of Things Contest 2017
In this project we will be using Arduino, Raspberry Pi and Alexa for voice controlled IOT system of a plant monitoring device.
This system can measure the temperature and light density of the surrounding in this plant and giv... | http://www.instructables.com/id/Plant-Monitoring-Using-Alexa/ | CC-MAIN-2018-17 | refinedweb | 1,265 | 55.44 |
Hello, I wanted to make a program for myself and give it to my system administrator for a system flaw I found in the school network.
What we have: A network with several users that have his/her own personal folder.
What is flawed: Other people can get in other certain users' folders, most are blocked.
What I want to do... | http://cboard.cprogramming.com/brief-history-cprogramming-com/6172-changing-drive-letter-gaining-access-network.html | CC-MAIN-2015-11 | refinedweb | 321 | 59.74 |
Preface... 6 Preface to the first edition...8 Chapter 1 - A Tutorial Introduction Getting Started Variables and Arithmetic
- Nickolas Morgan
- 1 years ago
- Views:
Transcription
1 1
2 Preface... 6 Preface to the first edition...8 Chapter 1 - A Tutorial Introduction Getting Started Variables and Arithmetic Expressions T... | http://docplayer.net/53651-Preface-6-preface-to-the-first-edition-8-chapter-1-a-tutorial-introduction-9-1-1-getting-started-9-1-2-variables-and-arithmetic.html | CC-MAIN-2017-13 | refinedweb | 17,196 | 61.77 |
E Holyat wrote:
[...]
> But I can see the following still holds true for allocator_alloc and
> allocator_free. allocator_alloc allows a free read on max_index when
> either allocator_alloc / allocator_free can change that value.
>
> If 40 threads from the same parent create child pools. 40 threads can
> fall into the f... | http://mail-archives.apache.org/mod_mbox/apr-dev/200506.mbox/raw/%3C20050630015118.67803.qmail@web30001.mail.mud.yahoo.com%3E/2 | CC-MAIN-2016-18 | refinedweb | 417 | 72.16 |
Hi, I just uploaded new Boost () C++ libraries to sid, and discovered that they have this buried inside the headers: #if defined(__sparc) || defined(__sparc__) || defined(__powerpc__) || defined(__ppc__) || defined(__hppa) || defined(_MIPSEB) #define BOOST_BIG_ENDIAN #elif defined(__i386__) #define BOOST_LITTLE_ENDIAN ... | https://lists.debian.org/debian-devel/2002/01/msg01785.html | CC-MAIN-2016-36 | refinedweb | 131 | 64.61 |
Flutter plugin use to change the color of the status bar.
StatusBar.color(Colors.red);
example/README.md
Demonstrates how to use the statusbar plugin.
For help getting started with Flutter, view our online documentation.
Add this to your package's pubspec.yaml file:
dependencies: statusbar: ^1.0.8
You can install packa... | https://pub.dartlang.org/packages/statusbar | CC-MAIN-2019-18 | refinedweb | 136 | 52.87 |
Pivy
Introduction
Pivy is a Python binding library for Coin, the 3D-rendering library used in FreeCAD to display things in a 3D view. Coin is an open source implementation of the "Open Inventor" specification to handle graphics. Therefore, in FreeCAD, the terms "Pivy", "Coin" or "Open Inventor" refer to the same thing ... | https://wiki.freecadweb.org/Pivy | CC-MAIN-2021-43 | refinedweb | 590 | 57.06 |
Details
- Type:
Improvement
- Status:
Open
- Priority:
Major
- Resolution: Unresolved
- Affects Version/s: 1.5.1
- Fix Version/s: None
- Component/s: groovy-jdk
- Labels:None
- Number of attachments :
Description
Several times it has been asked on the mailing list on how to either convert a String to a GString or to ev... | http://jira.codehaus.org/browse/GROOVY-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel | CC-MAIN-2014-35 | refinedweb | 486 | 68.67 |
Installing mysql and mysql workbench
- Install mysql Refer Here
- Refer basic queries from mysql Refer Here
- Now login into mysql workbench and connect to the local mysql server as shown in the class and
- Create a database learning
create database learning
- Execute other SQL Statements
use learning; create table Pro... | https://learningthoughts.academy/2021/07/28/python-classroom-series-28-jul-2021/ | CC-MAIN-2022-05 | refinedweb | 274 | 56.79 |
Announcing.
Using the Microsoft AJAX Library (Preview 6)
There).
Better Imperative Code Syntax with this release
The ASP.NET team heard feedback from the community that many developers preferred an imperative code approach (as opposed to a declarative syntax approach) when creating client controls. With today’s release... | http://weblogs.asp.net/scottgu/announcing-microsoft-ajax-library-preview-6-and-the-microsoft-ajax-minifier | CC-MAIN-2015-22 | refinedweb | 1,631 | 50.26 |
- C++/CLI only way to use C++ for .NET?
- Activation context generation failed
- Advanced Search Code
- access the axis of the graph
- Defining namespace for XSD generated designer file
- ASP.NET: Determining the "sender" Object in Page_Load()
- Saving using datagrid in VB.NET from SQL Server by SAVE button
- aspnet.ex... | https://bytes.com/sitemap/f-312-p-55.html | CC-MAIN-2020-45 | refinedweb | 3,522 | 54.42 |
Artifact 2b9e8de3378101ad8ec8de98e3679ad5c2f39427:
- File src/sqlite.h.in — part of check-in [e1de2287] at 2008-06-26 15:04:58 on branch trunk — Document the rules for when an sqlite3_blob object expires. (CVS 5313) (user: drh size: 282041)
/* **.359 2008/06/26 15:04:58 /* ** Ensure these symbols were not defined by so... | https://sqlite.org/src/artifact/2b9e8de3378101ad | CC-MAIN-2019-51 | refinedweb | 747 | 54.32 |
This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Hello! > This patch to libgo fixes a dumb bug in which catching a signal via the > os/signal package could clobber the saved split-stack context, leading > to disaster if the signal arrived at the wrong time. Bootstrapped and > ra... | https://gcc.gnu.org/legacy-ml/gcc-patches/2013-10/msg01155.html | CC-MAIN-2020-45 | refinedweb | 155 | 60.51 |
There are plenty of articles on the internet, but most are either too basic or they even skip some of the steps. I will guide you through every step and make sure that you don’t run into any known problems.
Introduction
First of all, why would you want to use an Arduino and a Raspberry Pi together? The Pi has GPIOs tha... | https://www.allaboutcircuits.com/projects/house-monitoring-framework-with-arduino-and-raspberry-pi/ | CC-MAIN-2019-22 | refinedweb | 2,483 | 64.91 |
I have an input data file called "TEST.txt". it contains id numbers, names, grades of three different exams of ten students. I'm trying to make a program that reads these input data, calculates the mean value of exams for each student, and writes again id numbers,names, averages, of students whose averages are >=45.5 i... | http://www.dlxedu.com/askdetail/3/a763cf4e32fb74abd9f1999ed03318a5.html | CC-MAIN-2018-47 | refinedweb | 669 | 58.69 |
On Beyond Frameworks: Architecting for a Changing Reality
In my last post, I discussed the general pros and cons we found when moving from .NET Framework to .NET Core. In future posts, we’ll discuss some of the specific technical challenges we faced, and how we worked around them..
Even if you’ve never coded in C#, and... | https://www.pluralsight.com/tech-blog/on-beyond-frameworks/ | CC-MAIN-2020-29 | refinedweb | 1,291 | 61.36 |
In this article, I will demonstrate how you can create either a static or dynamic column chart in WPF with MVVM pattern, using Prism Library.
I hope you have some knowledge of WPF and XAML before starting. To know more about MVVM using Prism, follow.Before starting, I hope you added the ‘Prism.Unity’ from ‘NuGet Packag... | https://www.c-sharpcorner.com/article/static-and-dynamic-column-chart-in-wpf-with-mvvm-pattern-using-prism-library/ | CC-MAIN-2020-50 | refinedweb | 234 | 68.57 |
This site uses strictly necessary cookies. More Information
Hello,
I would very much like to have 2 different Random instances, one which poops out real-random (or the unity approach to that) and one of which I can set the seed to a given Integer, making it poop out the same sequence every game cycle.
What i tried: sea... | https://answers.unity.com/questions/163820/several-random-instances.html | CC-MAIN-2021-39 | refinedweb | 649 | 70.73 |
Here's an example of what I'd like to have in each new class I open:
package edu.[domain name].cs111.students.[my username].hw[#]; /** * Course: CS111 * Homework: [#] * Date: [MM/DD/YYYY] * Username: [username] * Name: [my full name] * Description: (sample description from a program I did actually write) * This program... | http://www.dreamincode.net/forums/topic/16573-automatic-comment-generation-in-eclipse/ | CC-MAIN-2016-40 | refinedweb | 209 | 68.81 |
RMI Basic Concepts 04
Javini Javono
Ranch Hand
Joined: Dec 03, 2003
Posts: 286
posted
Feb 05, 2004 20:03:00
0
Hi,
This question concerns specifying a unique client identifier "the hard
way." At least, a harder way for me, since I don't understand the
basics of RMI enough to handle this concept.
In this example, for cl... | http://www.coderanch.com/t/185074/java-developer-SCJD/certification/RMI-Basic-Concepts | CC-MAIN-2015-35 | refinedweb | 1,676 | 52.7 |
Costin Manolache wrote, On 03/05/2003 16.14:
> Nicola Ken Barozzi wrote:
...
>>I think that XML namespaces really make things much more difficult to
>>write and understand. One thing I don't like in Jelly is just this use
>>of namespaces, where all scripts seem cluttered and simply difficult to
>>read.
>
> I agree - in... | http://mail-archives.apache.org/mod_mbox/ant-dev/200305.mbox/raw/%3C3EB4334C.3080706@apache.org%3E/ | CC-MAIN-2015-18 | refinedweb | 228 | 81.02 |
An Introduction to Namespaces¶
Parts of the Qt XML module documentation assume that you are familiar with XML namespaces. Here we present a brief introduction; skip to Qt XML documentation conventions if you already know this material.
Namespaces are a concept introduced into XML to allow a more modular design. With th... | https://doc.qt.io/archives/qtforpython-5.14/overviews/xml-namespaces.html | CC-MAIN-2021-25 | refinedweb | 608 | 52.19 |
Depends on D91861.
Make sure that ast_dump_* are correctly labelled as belonging to Action_Group.
Taking over this patch as Daniel is no longer involved.
Rebase, undo move of options, implement IsNegative.
This is close, just a few nits. Also, since this has the first uses of IsNegative, it'd be great to have a couple ... | http://reviews.llvm.org/D83697?id=278167 | CC-MAIN-2021-10 | refinedweb | 103 | 68.97 |
The obstools module stores tools for oberving (pre- and post-) as well as functioning as a module for various corrections and simple calculations that don’t have a better place to live.
Most implementations are for optical astronomy, as that is what the primary author does.
Note that throughout this module it is assume... | https://pythonhosted.org/Astropysics/coremods/obstools.html | CC-MAIN-2018-47 | refinedweb | 2,639 | 55.13 |
hi, there! On Mon, Nov 19, 2001 at 06:19:50PM +0200, Ruslan Ermilov wrote:
Advertising
> > Can setgroups return a positive number? If so, you've just changed > > the semantics of the funtion; before, it used to return 0 on 0 or a > > positive number. > > > No. setgroups() is a syscall, and as such returns either 0 or -... | https://www.mail-archive.com/freebsd-current@freebsd.org/msg31890.html | CC-MAIN-2018-13 | refinedweb | 394 | 67.96 |
.
Join the conversationAdd Comment
For this use case, wouldn’t it be neater to make a wrapper class that implements IDynamicMetaObjectProvider by directly forwarding into an XElement? That way there is no need to build up the structure in a hierarchy of ExpandoObjects and then later need to do a full recursive copy whe... | https://blogs.msdn.microsoft.com/csharpfaq/2009/09/30/dynamic-in-c-4-0-introducing-the-expandoobject/ | CC-MAIN-2016-36 | refinedweb | 4,944 | 55.95 |
ndctl clear-errors <namespace> [<options>]
A namespace may have one or more media errors, either known to the kernel or in a latent state. These error locations, or badblocks can cause poison consumption events if read in an unsafe manner.
Moreover, these badblocks also indicate that due to media corruption, any data t... | https://man.linuxreviews.org/man1/ndctl-clear-errors.1.html | CC-MAIN-2020-24 | refinedweb | 590 | 62.88 |
In my most recent posting on Conference Buddy, I showed how to store the data we’ll be accumulating in JSON format. Today, I’ll show how to write that JSON data to a file for local storage.
Let’s return to the application; if you need a starting point you can download the source here.
Windows Store applications cannot ... | http://jesseliberty.com/2012/12/17/windows-8-persisting-conference-buddy-json-to-a-file/ | CC-MAIN-2017-04 | refinedweb | 855 | 57.16 |
A Question of Timingby Didier Martin
August 02, 2000
We are so used to HTML that, most of the time, the whole notion of a web browser is associated with HTML browsing. But outside of Microsoft or Netscape browsers there are alternatives, such as SMIL browsers, the most popular SMIL browser being the Real Audio G2 playe... | http://www.xml.com/pub/a/2000/08/02/smil/index.html | crawl-002 | refinedweb | 1,368 | 55.44 |
Objects that compute geometry-based error during cell tessellation according to some max angle. More...
#include <vtkSmoothErrorMetric.h>
Objects that compute geometry-based error during cell tessellation according to some max angle.
It is a concrete error metric, based on a geometric criterium: a max angle between the... | https://vtk.org/doc/nightly/html/classvtkSmoothErrorMetric.html | CC-MAIN-2021-43 | refinedweb | 257 | 51.85 |
LoRa communication lopy - rfm9x
Hi,
I'm using an "Adafruit RFM95W" (with a raspberry pi 3) and a lopy4. I want to send packets between them but it doesn't work.
Here's the code I used on the lopy :
from network import LoRa import socket import machine import time lora = LoRa(mode=LoRa.LORA, region=LoRa.EU868,frequency=... | https://forum.pycom.io/topic/4962/lora-communication-lopy-rfm9x/9 | CC-MAIN-2020-24 | refinedweb | 764 | 63.29 |
The Junior developer applicants.
In this article, we take a glimpse on two implementations of the Map interface, HashMap and TreeMap, and try to answer the question about their differences and when programmer should use the first and the second.
I hope that the reader is well acquainted with the concepts of interface a... | https://stackabuse.com/hashmap-and-treemap-in-java-differences-and-similarities/ | CC-MAIN-2019-43 | refinedweb | 2,172 | 65.32 |
While. Anyway, check out the example.
import java.util.{ HashMap => JHashMap, Map => JMap } import scala.collection.JavaConversions.mapAsScalaMap object TestScala { val parameters: JMap[String, String] = new JHashMap[String, String] val keyValuePairList = List("param1" -> "this", "param1" -> "this", "param2" -> "is", "... | http://nidkil.me/2014/10/09/converting-a-java-util-map-to-scala-collections-map/ | CC-MAIN-2020-40 | refinedweb | 175 | 51.24 |
Aside from all the rudimentary folders, we have a few that are generated by gems we use, and then there's the custom folders we've created. It's not obvious sometime what should go where. We have folders called "labor" and "services" which are for plain-old-ruby-objects; We had some purpose to these patterns but it nev... | https://practicaldev-herokuapp-com.global.ssl.fastly.net/maestromac/how-to-best-organize-a-rails-app-folder-18of | CC-MAIN-2021-21 | refinedweb | 920 | 58.01 |
Eating up the IOException in the mapper looks suspicious to me. That can
silently consume the input without any output. Also check in the map sysout
messages for the console print output.
As an aside, since you are not doing anything in the reduce, try setting
number of reduces to 0. That will force the job to be map o... | http://mail-archives.apache.org/mod_mbox/hadoop-user/201504.mbox/%3CCAOAL_XfwO6j_o8t-2Rfa-4Xvxo+NwhmeVW5Zni675Q8600xU=w@mail.gmail.com%3E | CC-MAIN-2018-26 | refinedweb | 571 | 51.65 |
Introduction with where the data is defined, migrations. And to refresh the memory, here is an ActiveRecord migration:
def change create_table :articles do |t| t.string :title t.text :text t.timestamps end end
And now Ecto's (Phoenix's ORM):
def change do create table(:articles) do add :title, :string add :text, :text ... | https://practicaldev-herokuapp-com.global.ssl.fastly.net/rootstrap/phoenix-for-rails-developers-a-practical-example-part-2-374k | CC-MAIN-2021-10 | refinedweb | 1,071 | 60.75 |
#include <sys/msg.h> int msgids(int *buf, uint_t nids, uint_t *pnids);
The msgids() function copies all active message queue message queue identifiers in the system, none are copied.
Whether or not the size of the buffer is sufficient to contain all of them, the number of active message queue identifiers in the system ... | https://docs.oracle.com/cd/E36784_01/html/E36872/msgids-2.html | CC-MAIN-2021-10 | refinedweb | 247 | 57 |
.
inputText as a partialTarget in the PPR request, we achieve the desired functionality. However …
In the JSF page:
<af:inputText <af:inputText
The binding attribute makes it easier to add inputText it3 as partialTarget in the bean.
The bean:
public class Bean { private String value2; private String value3; private UIC... | http://technology.amis.nl/2009/12/17/adf-11g-implementing-conditionally-required-input-fields-by-playing-client-side-hide-and-seek/ | CC-MAIN-2014-52 | refinedweb | 1,368 | 53.81 |
14 minute read
Notice a tyop typo? Please submit an issue or open a PR.
NumPy is a numerical library written in Python that focuses on matrix objects called
ndarrays. NumPy delegates most of its core computation to underlying C and Fortran code, which means that NumPy is very fast. Indeed, many people use Python for fi... | https://www.omscs.io/machine-learning-trading/power-of-numpy/ | CC-MAIN-2022-33 | refinedweb | 2,879 | 62.98 |
XD/Replay can record and playback any Xt based application.
In record mode, XD/Replay creates a script containing a high level description of the user's actions e.g. "push hello_button, type Hello World".
In playback mode, you can check the state of any widget in the application and control the rate of playback. The ac... | http://docs.oracle.com/cd/E19422-01/819-3700/Replay.html | CC-MAIN-2016-30 | refinedweb | 6,490 | 64.3 |
import "go.chromium.org/luci/server/auth/authdb/internal/ipaddr"
Package ipaddr implements IP whitelist check.
Whitelist holds all named IP whitelists and the whitelist assignment map.
func NewWhitelist(wl []*protocol.AuthIPWhitelist, as []*protocol.AuthIPWhitelistAssignment) (Whitelist, error)
NewWhitelist creates new... | https://godoc.org/go.chromium.org/luci/server/auth/authdb/internal/ipaddr | CC-MAIN-2020-29 | refinedweb | 105 | 53.78 |
We will get concepts with high probability in C++20. Here are the rules from the C++ core guidelines to use them.
First, let me go one step back. What are concepts?
The next questions are. What are the pros of concepts in C++?
Concepts
Now, one step forward. Here are the four rules for today:
auto
Let's start with the ... | http://www.modernescpp.com/index.php/c-core-guidelines-rules-for-the-usage-of-concepts-2 | CC-MAIN-2020-50 | refinedweb | 972 | 55.95 |
Hi all,
Any tips? Something in the Data:: namespace?
I happen to know "BT" stands for "British Telecom", but you may want to tell us more about just what sort of beastie you're seeking to name. I bet then you'll get some useful responses.
HTH,
Thanks Nancy. It's fixed width text. I was thinking Text::Format::EFF
Here's... | http://www.perlmonks.org/?node_id=954266 | CC-MAIN-2016-44 | refinedweb | 168 | 86.4 |
TAITIME(3) BSD Programmer's Manual TAITIME(3)
tai_leaps, tai_isleap, timet2tai, tai2timet, utc2tai, tai2utc, mjd2tai, tai2mjd, mjd2tm, tm2mjd, tai_time, taina_time, exporttai, importtai - year-2038-safe leap second compliant 64 bit time functions
#include <sys/types.h> #include <sys/taitime.h> tai64_t tai_time(tai64_t ... | http://www.mirbsd.org/htman/sparc/man3/mjd2tm.htm | CC-MAIN-2014-41 | refinedweb | 929 | 59.64 |
About
$3,530
47
Hello. My name is Brandie Ahlgren and I publish Seattle-based CityDog Magazine..
Hot-off-the-press in May, it will!
And, it's DONE...all 200 pages of it! Now, all we need to do is go to print. And guess what, it ain't cheap to print a full-color, glossy guidebook packed with over 350 gorgeous photos, al... | https://www.kickstarter.com/projects/50006913/the-doggone-travel-adventure-guide | CC-MAIN-2019-18 | refinedweb | 315 | 80.21 |
Asked by:
Console/Window Hybrid Application
- I am interested in creating a Windows Application that can be run as a Console Application if the user executes it with a particular command line argument. Is it possible to create a single executable that can be run in either Windows or Console mode, and if so how is it do... | https://social.msdn.microsoft.com/Forums/vstudio/en-US/fd89cf64-eab4-4cc5-8f35-74ec848d8a60/consolewindow-hybrid-application?forum=csharpgeneral | CC-MAIN-2017-26 | refinedweb | 1,325 | 56.25 |
LINQ stands for Language Integrated Query and is Microsoft’s advanced data access technology that is used to query collections of data. The collections can be of two types: local collections such as collections belonging to the System.Collections namespace and the System.Collections.Generic spaces e.g. List<T>, Diction... | https://blog.udemy.com/linq-group-by/ | CC-MAIN-2018-09 | refinedweb | 1,072 | 62.58 |
Let’s work off the previous Todo tutorial and add a way to filter those Todos using just Stimulus.
We will only need to work on the
todos/index.html file, and to add one Javascript controller. This example will highlight how Stimulus enhances your server rendered HTML, without the need to build complicated constellatio... | https://johnbeatty.co/2018/03/15/stimulus-js-tutorial-how-do-i-filter-data-in-a-list-or-table/ | CC-MAIN-2019-35 | refinedweb | 385 | 65.32 |
On 3/20/06, Tres Seaver <[EMAIL PROTECTED]> wrote: > I think we could argue the following equally well: if you find a > directive unuseful, *just don't use it*. Register *new* directives > (perhaps in a new namespace, if you want to reuse the names) which do > your "simpler / cleaner" thing. > > Deprecation is not alwa... | https://www.mail-archive.com/zope3-dev@zope.org/msg04911.html | CC-MAIN-2017-51 | refinedweb | 526 | 64.3 |
Hi all, I have a quick question on the answer to the Reversed list challenge in the Loops module
The challenge is:
Create a function named
reversed_list() that takes two lists of the same size as parameters named
lst1 and
lst2 .
The function should return
True if
lst1 is the same as
lst2 reversed. The function should r... | https://discuss.codecademy.com/t/loop-reversed-list-challenge-why-not-else/554542 | CC-MAIN-2022-33 | refinedweb | 121 | 77.57 |
About this tutorial
What is this tutorial about?
This tutorial explores the basics of threads -- what they are, why they are useful, and how to get started writing simple programs that use them.
We will also explore the basic building blocks of more sophisticated threading applications -- how to exchange data between t... | http://www.ibm.com/developerworks/java/tutorials/j-threads/j-threads.html | CC-MAIN-2014-35 | refinedweb | 5,596 | 52.7 |
WMI Helps Those Who Help Themselves
Greg Stemp
Microsoft Corporation
February 11, 2004
Summary: Demonstrates how script writers can create custom MOF (Managed Object Format) files that enable them to extend the capabilities of the Windows Management Instrumentation service. (13 printed pages)
When historians sit down t... | http://msdn.microsoft.com/en-us/library/ms974554(d=printer).aspx | CC-MAIN-2014-23 | refinedweb | 4,957 | 63.8 |
iTextSharp has built-in support for the 14 Type 1 fonts: Courier, Courier Bold, Courier Italic, Courier Bold and Italic, Helvetica, Helvetica Bold, Helvetica Italic, Helvetica Bold and Italic, Times Roman, Times Roman Bold, Times Roman Italic, Times Roman Bold and Italic, Symbol, ZapfDingBats®. Helvetica translates mor... | http://www.mikesdotnetting.com/Article/81/iTextSharp-Working-with-Fonts | CC-MAIN-2016-30 | refinedweb | 1,589 | 67.15 |
If been trying to use the STL list with my own class, to make up nodes.
In other words, what I am trying to do is that instead of just pushing in just an integer or a character for example, I want to be able to push in my own object, for example a coordinate with two int variables in it. Here is the code:
This is the n... | https://cboard.cprogramming.com/cplusplus-programming/63557-stl-lists-user-defined-types.html | CC-MAIN-2017-22 | refinedweb | 261 | 54.63 |
In this tutorial, we will discuss how stepper motors work, describe uni-polar and bi-polar stepper configurations, controlling stepper motors using the ULN2003 stepper motor driver, as well as its power requirements. We will discuss methods of controlling the number of revolutions, speed, steps, and direction of the st... | https://www.circuitbasics.com/how-to-control-stepper-motors-with-uln2003-and-arduino-uno/?recaptcha-opt-in=true | CC-MAIN-2021-39 | refinedweb | 2,050 | 60.95 |
IDL-Syntax
simple IDL (Microsoft midl, Mozilla WebIDL) syntax highlighting for Sublime Text
Details
Installs
- Total 1K
- Win 559
- OS X 536
- Linux 376
Readme
- Source
- raw.githubusercontent.com
IDL syntax highlighting
This package provides a simple IDL (Microsoft midl, Mozilla WebIDL) syntax highlighting, derived fr... | https://packagecontrol.io/packages/IDL-Syntax | CC-MAIN-2017-43 | refinedweb | 240 | 62.98 |
This assumes that you have read the documentation about starting a new Django project. Let us assume that the main app in your project is named td (short for test driven). To create your first test, create a file named test_view.py and copy paste the following content into it.
from django.test import Client, TestCase c... | https://riptutorial.com/django/example/4030/testing---a-complete-example | CC-MAIN-2020-50 | refinedweb | 216 | 71.51 |
Java Platform, Standard Edition
Oracle JDK Migration Guide
Release 11
E94894-03
July 2019
Getting Started
The purpose of this guide is to help you identify potential issues and give you suggestions on how to proceed as you migrate your existing Java application to the latest JDK release. The guide also highlights the s... | https://docs.oracle.com/en/java/javase/11/migrate/index.html | CC-MAIN-2020-05 | refinedweb | 6,942 | 56.45 |
Resetting the Author on a SharePoint site, or Wherefore Art Thou Author Redux
September 12, 2008
In my previous post Wherefore Art Thou Author? I discussed a problem whereby removing a user from a site collection will cause a “User not found exception” when trying to access the Author property of any web they may have ... | http://blog.krichie.com/2008/09/12/resetting-the-author-on-a-sharepoint-site-or-wherefore-art-thou-author-redux/ | CC-MAIN-2015-06 | refinedweb | 862 | 58.18 |
The author selected the COVID-19 Relief Fund to receive a donation as part of the Write for DOnations program.
Introduction
Markdown is a markup language commonly used to simplify the process of writing content in an easy-to-read text format, which a software tool or programming library can convert into HTML to display... | https://www.xpresservers.com/tag/convert/ | CC-MAIN-2021-25 | refinedweb | 2,117 | 64.3 |
[PATCH v4] ARM64: ACPI: Update documentation for latest specification version
From:
Al Stone
Date:
Mon Apr 18 2016 - 15:32:40 EST ]@xxxxxxxxxx>
Cc: Catalin Marinas <catalin.marinas@xxxxxxx>
Cc: Will Deacon <will.deacon@xxxxxxx>
Cc: Jonathan Corbet <corbet@xxxxxxx>
---:
-- Required: DSDT, FADT, GTDT, MADT, MCFG, RSDP, S... | https://lkml.iu.edu/hypermail/linux/kernel/1604.2/01555.html | CC-MAIN-2022-27 | refinedweb | 4,363 | 59.4 |
The 1.0.50 release of the Python client came out on September 8, 2015 and is available for download here. This release adds a plethora of features and fixes:
Features
- Upgraded to C client 3.1.22.
- Support for the batch-index API (AER-3908):
- Batch methods are changing in a non-backward compatible way: in order to s... | https://discuss.aerospike.com/t/python-client-release-1-0-50-september-8-2015/1785 | CC-MAIN-2018-30 | refinedweb | 191 | 60.31 |
Writing Objective-C Class Methods
From Techotopia
In An Overview of Objective-C Object Oriented Programming we looked in detail at creating instance methods and mentioned in passing the existence of another type of method known as class methods. In this chapter we will look at the subject of class methods in more detai... | http://www.techotopia.com/index.php/Writing_Objective-C_Class_Methods | CC-MAIN-2015-35 | refinedweb | 979 | 56.39 |
cell.setText(getText(cell.getElement())); cell.setImage(getImage(cell.getElement()));
I have a TreeViewer that displays my data ok.
I want to put a Tooltip and found this snippet.
My problem is that I already use a LabelProvider as a labelProvider for my TreeViewer to show text and Images for my nodes but in the linked... | http://www.eclipse.org/forums/feed.php?mode=m&th=414028&basic=1 | CC-MAIN-2016-22 | refinedweb | 191 | 51.95 |
Implementing a QTableModel for displaying fusion adapted structs
published at 22.03.2018 22:38
Before I go into how this all works, I need to talk a bit about Qt, QObject, the Moc and templates/generic programming. See, when the Moc was implemented, and this basic system of Qt was designed more then 20 years ago, templ... | http://meetingcpp.de/blog/items/Implementing-a-QTableModel-for-displaying-fusion-adapted-structs.html | CC-MAIN-2018-51 | refinedweb | 1,582 | 61.46 |
The device is powered by an Intel StrongArm (SA-1110) CPU. The flash memory size is either 32Mb or 16Mb and RAM is 64Mb or 32Mb. The peripheral features include:
Some of these features are enabled by using a `docking cradle' provided with the base unit. Power can be provided either by rechargeable batteries or external... | http://www.tldp.org/LDP/LG/issue87/pramode.html | CC-MAIN-2015-40 | refinedweb | 2,207 | 58.52 |
29 July 2011 11:46 [Source: ICIS news]
SINGAPORE (ICIS)--State-owned Indian Oil will likely shut its 657,000 tonne/year naphtha cracker cracker, polyethylene (PE) and polypropylene (PP) plants at Panipat in October for maintenance, a company source said on Friday.
But the company has not finalised the exact date and du... | http://www.icis.com/Articles/2011/07/29/9480904/indian-oil-may-conduct-turnaround-at-panipat-complex-in-october.html | CC-MAIN-2013-20 | refinedweb | 229 | 58.21 |
R/W an ansible-vault yaml file
Project description
This project aim to R/W an ansible-vault yaml file.
This is not Ansible official project.
You can install with pip.
$ pip install ansible-vault
When you have an ansible-vault file, then you can read file. See below.
from ansible_vault import Vault vault = Vault('passwo... | https://pypi.org/project/ansible-vault/1.1.2/ | CC-MAIN-2020-50 | refinedweb | 131 | 60.31 |
QNX Developer Support
fork()
Create a new process
Synopsis:
#include <sys/types.h> #include <process.h> pid_t fork( void );.
- File locks previously set by the parent aren't inherited by the child.
- Pending alarms are cleared for the child process.
- The set of signals pending for the child process is initialized to t... | http://www.qnx.com/developers/docs/6.3.0SP3/neutrino/lib_ref/f/fork.html | CC-MAIN-2014-15 | refinedweb | 134 | 60.61 |
Hi Uwe, > 1) During build/translation there were several errors > like "undefined reference to `Reflex::Member::~Member()". > This was caused by not linking against libReflex. > With some modifications (some insertions of > (lib,"Reflex") e.g. ) in pypy/translator/tool/cbuild.py > i got a working (but see later) module... | https://mail.python.org/pipermail/pypy-dev/2012-August/010436.html | CC-MAIN-2018-05 | refinedweb | 555 | 60.41 |
New features of Create-React-App version 3.0
Finally the stable official support for React Hooks!
Create React App is a tool built by developers at Facebook to help you build React applications. It saves you from time-consuming setup and configuration. You simply run one command and create react app sets up the tools y... | https://pusher.com/tutorials/create-react-app-3/ | CC-MAIN-2021-25 | refinedweb | 1,056 | 60.95 |
I have one Main.HTML document (is a "modular" chemistry calculator) which does Ajax requests to load in XHMTL documents (each has a single external JS file too) which are parsed in the xmlResponse property of the XML HTTP request object.
Each XHTML document (as a module) is also a valid loadable document on its own: th... | https://www.webdeveloper.com/forum/d/265075-cdata-in-script-and-style-elements-recovered-in-parsed-xml-with-ajax | CC-MAIN-2018-17 | refinedweb | 996 | 55.24 |
Hide Forgot
So this seems like an important enough issue to track it explicitly. The issue is as I explained in .
In F20 we're kind of trying to replace the 'legacy' layouts in the kbd package with layouts converted from xkb. However, there's a major issue caused by a difference in how kbd and xkb handle layout switchi... | https://bugzilla.redhat.com/show_bug.cgi?id=1031848 | CC-MAIN-2020-10 | refinedweb | 2,206 | 59.23 |
24 December 2010 16:47 [Source: ICIS news]
SHANGHAI (ICIS)--Qatar Petrochemical Company (Qapco) has built three new bonded warehouses in ?xml:namespace>
The three new bonded warehouses are in
"We will expand the capacity of our LDPE unit in Mesaieed [
"We plan to ship product by December 2011," he added.
Qapco is also ... | http://www.icis.com/Articles/2010/12/24/9422400/qapco-opens-three-new-bonded-warehouses-in-china.html | CC-MAIN-2014-52 | refinedweb | 180 | 58.52 |
.
public class Quadratic { public static void main(String[] args) { double a = 2.3, b = 4, c = 5.6; double root1, root2; double determinant = b * b - 4 * a * c; // condition for real and different roots if(determinant > 0) { root1 = (-b + Math.sqrt(determinant)) / (2 * a); root2 = (-b - Math.sqrt(determinant)) / (2 * a... | https://www.programiz.com/java-programming/examples/quadratic-roots-equation | CC-MAIN-2019-09 | refinedweb | 129 | 61.73 |
Ah.
I do get what you're saying, and I agree that it would help, I'm just under a bit of a time constraint for this one. I need to have it completed by Thursday, and at this point, I'm just trying...
Type: Posts; User: Hagstrom505
Ah.
I do get what you're saying, and I agree that it would help, I'm just under a bit of ... | http://www.javaprogrammingforums.com/search.php?s=af24fbc9d5d0a903ce1bea90a48d1365&searchid=1461372 | CC-MAIN-2015-14 | refinedweb | 587 | 68.47 |
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums.
Leetcode Problem #823 (Medium): Binary Trees With Factors
Description:
(Jump to: Solution Idea || Code: JavaScript | Python | Java... | https://practicaldev-herokuapp-com.global.ssl.fastly.net/seanpgallivan/solution-binary-trees-with-factors-2kk4 | CC-MAIN-2021-21 | refinedweb | 718 | 72.36 |
Re: perl
- From: Andrew Bacchi <bacchi@xxxxxxx>
- Date: Mon, 28 Jul 2008 14:35:35 -0400
There's no such thing as a quick Perl question. :)
Your declaration looks wrong to me. I don't know what the ":DEFAULT" means in your declaration, but I don't see it in the documentation on CPAN.
Try declaring it the way the docs su... | http://linux.derkeiler.com/Mailing-Lists/RedHat/2008-07/msg00362.html | CC-MAIN-2016-22 | refinedweb | 263 | 60.95 |
Random Disconnected Diatribes of a p&p Documentation Engineer
Maybe I've been asleep for the last few months, or just head-down working on my current project, but it seems I am the only person in the world who wasn't aware that a new version of Windows was on the way. Well, the only geek anyway. I don't mean the "Mojav... | http://blogs.msdn.com/b/alexhomer/archive/2008/10.aspx?PostSortBy=MostComments&PageIndex=1 | CC-MAIN-2015-06 | refinedweb | 2,809 | 68.81 |
CSV Import for humans on Ruby / Ruby on Rails
Importing a CSV file is easy to code until real users attempt to import real data.
CSVImporter aims to handle validations, column mapping, import and reporting.
Importing CSV files seems easy until you deal with real users uploading their real CSV file. You then have to dea... | https://xscode.com/pcreux/csv-importer | CC-MAIN-2022-05 | refinedweb | 1,340 | 50.73 |
Date time is important part of the application development. Date is used in different format to show, save, or compare events and process. Date and time have different presentation formats which may be change according to countries and localization settings. In this tutorial we will look different usage examples of dat... | https://www.poftut.com/python-date-time-functions-examples/ | CC-MAIN-2020-34 | refinedweb | 657 | 58.89 |
Changelog
Version 0.1.6 - 2020/08/21
Applications
MNE Analyze
- Add cmd line argument support for file loading
- Add channel selection plugin
- Remove channel selection in averaging plugin
- Add scaling plugin
- Add example plugin
MNE Scan
- Remove no longer needed recording icons and move them to the write to file plu... | https://mne-cpp.github.io/pages/install/changelog.html | CC-MAIN-2020-45 | refinedweb | 2,084 | 50.23 |
Google Groups
Define a custom collection
Luca Wehrstedt
Jan 14, 2013 1:17 AM
Posted in group:
sqlalchemy
Hello everyone,
I'm posting here because I don't know if the issues I'm having are bugs or just improper use of the library.
I'd like to define a custom collection class since I'm not completely satisfied by the def... | https://groups.google.com/forum/?_escaped_fragment_=msg/sqlalchemy/ecQI4KZ9UUg/SuJLukrnfg4J | CC-MAIN-2015-14 | refinedweb | 470 | 58.62 |
About topics cover a ranges of concepts about PowerShell.
Allows to indicate which namespaces are used in the session.
Describes the features of the Alias provider.
Describes how to use alternate names for cmdlets and commands in PowerShell.
Describes the operators that perform arithmetic in PowerShell.
Describes array... | https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/?view=powershell-5.1 | CC-MAIN-2019-30 | refinedweb | 1,512 | 51.65 |
There are two aspects of Pmw, unrelated to megawidgets, that require special attention. Firstly, Pmw is made up of many sub-modules, potentially making access to its various classes and functions cumbersome for the user. Secondly, Pmw is regularly being modified and added to, thus requiring the release of new versions.... | http://www.slac.stanford.edu/grp/cd/soft/pmw/dynamicloader.html | crawl-003 | refinedweb | 618 | 56.45 |
Connections are precious commodities, and writing code to minimize the stress on the server of having too many connections open concurrently will help with overall database performance. Fortunately, ADO.NET (like its predecessors) tries to help manage those connections with a facility called Connection Pooling. Connect... | http://weblogs.asp.net/sjoseph/archive/2005/03/23/395601.aspx | crawl-002 | refinedweb | 1,224 | 52.6 |
How to Install TensorFlow Object Detection in 2020 (Webcam and Images!)
[ad_1]
Hey guys welcome back, Ben again! Today i’m going through the process step by step to get Google’s TensorFlow Object Detection API working in 2020. If you’ve ever tried to do this before you’ve most likely followed sentdex’s tutorials. While... | http://openbootcamps.com/how-to-install-tensorflow-object-detection-in-2020-webcam-and-images/ | CC-MAIN-2021-10 | refinedweb | 1,108 | 66.74 |
Jonathan Epstein <address@hidden> writes: > Now, I ran this program (named tramp_decode_test.pl to avoid namespace > conflicts), and get this on my Linux system: > > echo eHl6enkK | perl tramp_decode_test.pl > xyzzy > > And this on my Solaris system: > echo eHl6enkK | perl tramp_decode_test.pl I can reproduce the probl... | http://lists.gnu.org/archive/html/tramp-devel/2002-09/msg00051.html | CC-MAIN-2016-44 | refinedweb | 350 | 77.13 |
BTW, there already exists a public standalone class LineIterator:
Same name but for different uses/intents :)
Hanson Char
On 10/25/07, Hanson Char <hanson.char@gmail.com> wrote:
> Henri,
>
> LineIterator is intended/designed to be a hidden implementation behind
> TextIterable. It's like putting the cart in front of the... | http://mail-archives.us.apache.org/mod_mbox/commons-dev/200710.mbox/%3Cca53c8f80710251945j5eb0fabay41e4c031d93f2446@mail.gmail.com%3E | CC-MAIN-2019-30 | refinedweb | 299 | 52.87 |
Retrieves the final path for the specified file.
For more information about file and path names, see Naming a File.
Syntax
DWORD WINAPI GetFinalPathNameByHandle( _In_ HANDLE hFile, _Out_ LPTSTR lpszFilePath, _In_ DWORD cchFilePath, _In_ DWORD dwFlags );
Parameters
- hFile [in]
A handle to a file or directory.
- lpszFil... | https://msdn.microsoft.com/zh-tw/windows/desktop/aa364962 | CC-MAIN-2020-16 | refinedweb | 452 | 56.86 |
SQLiteTbl, a C++ Class that Provides a CRecordSet-Like Interface to SQLite
Introduction
I work on an application that has a CRecordSet interface to a Jet database engine through ODBC. It works correctly, and we have very few problems. But occasionally, we run into a customer that somehow corrupts their MDAC/ODBC instal... | http://www.codeguru.com/cpp/data/mfc_database/misc/article.php/c15747/SQLiteTbl-a-C-Class-that-Provides-a-CRecordSetLike-Interface-to-SQLite.htm | CC-MAIN-2017-13 | refinedweb | 738 | 68.36 |
> On Nov 30, 2014, at 4:58 PM, Thiago L. <fakedme@gmail.com> wrote: >> > Issues: > > function() return ("").sub end -- Issue number 1: How am I supposed to get an environment out of this thing from the string metatable? (seeing as there's no _ENV and no way to access the env of the scope that created this function) Not... | http://lua-users.org/lists/lua-l/2014-12/msg00004.html | CC-MAIN-2020-16 | refinedweb | 145 | 75 |
Author: James He
Before developing an app, you should know which tools can be used
to help with design and layout. As Windows 8.1 released on Oct.18th,
some new features are introduced accordingly. Within this article, we will
share our experience on using these new controls and try to “hack” these
controls from layout... | https://blogs.msdn.microsoft.com/win8devsupport/2013/12/09/how-to-use-new-controls-in-windows-8-1-1/ | CC-MAIN-2017-43 | refinedweb | 1,013 | 50.57 |
I picked down. Some bugs: - The file version.texi, needed by bison.texinfo is not in the distribution. - On a number of places there is include <config.h> It should be include "config.h" - Files "files.c" and "complain.c" reads the macro definition differently: "files.c" somehow gets it from "error.h", I think, whereas... | http://lists.gnu.org/archive/html/bug-bison/2000-12/msg00018.html | CC-MAIN-2013-48 | refinedweb | 625 | 66.94 |
Lorentz: Implementing Smart Contract eDSL in Haskell
This is the first post in a series about Lorentz — Haskell eDSL for Michelson smart contracts language. In it, we look at how uncommon Haskell features can be used in real life. The post also might be interesting for people working with smart contracts on Tezos or el... | https://serokell.io/blog/lorentz-implementing-smart-contract-edsl-in-haskell | CC-MAIN-2021-43 | refinedweb | 3,785 | 56.29 |
How we used C++20 to eliminate an entire class of runtime bugs
Cameron
C++20 is here and has been supported in MSVC since 16.11, but today’s post is not about how you can use it, but rather how we used it to effectively eliminate an entire class of runtime bugs by hoisting a check into compile-time. Let’s get right int... | https://devblogs.microsoft.com/cppblog/how-we-used-cpp20-to-eliminate-an-entire-class-of-runtime-bugs/ | CC-MAIN-2022-05 | refinedweb | 1,462 | 50.87 |
Doing away with
<link>imports in Polymer.dart 0.16 is pretty darn cool. It could also present me with a challenge in Patterns in Polymer. Hopefully I can make it work without too much effort, especially with the 1.2 edition right around the corner. There is only one way to find out!
My main concern is that, wherever po... | https://japhr.blogspot.com/2015/03/importing-polymerdart-elements-without.html | CC-MAIN-2017-26 | refinedweb | 1,062 | 50.12 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.